summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/ro.php
blob: 3dcdce324184ff6c362474f5131d98d474918511 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Saving..." => "Se salvează...",
"Encryption" => "Încriptare"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";