Blame view
sources/apps/files_versions/l10n/ro.php
197 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Could not revert: %s" => "Nu a putut reveni: %s", "Versions" => "Versiuni" |
|
03e52840d
|
5 |
); |
|
31b7f2792
|
6 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |