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.

oc.php 914B

12345678910111213141516171819202122232425
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Ajuda",
  4. "Personal" => "Personal",
  5. "Settings" => "Configuracion",
  6. "Users" => "Usancièrs",
  7. "Admin" => "Admin",
  8. "web services under your control" => "Services web jos ton contraròtle",
  9. "ZIP download is turned off." => "Avalcargar los ZIP es inactiu.",
  10. "Files need to be downloaded one by one." => "Los fichièrs devan èsser avalcargats un per un.",
  11. "Back to Files" => "Torna cap als fichièrs",
  12. "Authentication error" => "Error d'autentificacion",
  13. "Files" => "Fichièrs",
  14. "seconds ago" => "segonda a",
  15. "_%n minute ago_::_%n minutes ago_" => array("",""),
  16. "_%n hour ago_::_%n hours ago_" => array("",""),
  17. "today" => "uèi",
  18. "yesterday" => "ièr",
  19. "_%n day go_::_%n days ago_" => array("",""),
  20. "last month" => "mes passat",
  21. "_%n month ago_::_%n months ago_" => array("",""),
  22. "last year" => "an passat",
  23. "years ago" => "ans a"
  24. );
  25. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";