summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/ro.php
blob: 24e3c9f917c1542585dde53f42df9ac21dc1d2e4 (plain)
1
2
3
4
5
6
<?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));";