server/apps/user_webdavauth/l10n/ro.php
2014-05-04 01:56:15 -04:00

6 lines
198 B
PHP

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