Blame view
sources/apps/files_encryption/l10n/ro.php
185 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Saving..." => "Se salvează...", "Encryption" => "Încriptare" |
|
03e52840d
|
5 |
); |
|
31b7f2792
|
6 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |