You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ro.php 221B

12345678
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deleted files" => "Sterge fisierele",
  4. "Error" => "Eroare",
  5. "Name" => "Nume",
  6. "Delete" => "Șterge"
  7. );
  8. $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";