Blame view
sources/apps/files_trashbin/l10n/ro.php
182 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Error" => "Eroare", |
|
03e52840d
|
4 |
"Name" => "Nume", |
|
03e52840d
|
5 6 |
"Delete" => "Șterge" ); |
|
31b7f2792
|
7 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |