ro.php 171 B

123456
  1. <?php
  2. $TRANSLATIONS = array(
  3. "WebDAV Authentication" => "Autentificare WebDAV"
  4. );
  5. $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";