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.

ia.php 813B

123456789101112131415161718192021222324
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Adjuta",
  4. "Personal" => "Personal",
  5. "Settings" => "Configurationes",
  6. "Users" => "Usatores",
  7. "Admin" => "Administration",
  8. "Unknown filetype" => "Typo de file incognite",
  9. "Invalid image" => "Imagine invalide",
  10. "web services under your control" => "servicios web sub tu controlo",
  11. "Files" => "Files",
  12. "Text" => "Texto",
  13. "seconds ago" => "secundas passate",
  14. "_%n minute ago_::_%n minutes ago_" => array("","%n minutas passate"),
  15. "_%n hour ago_::_%n hours ago_" => array("","%n horas passate"),
  16. "today" => "hodie",
  17. "yesterday" => "heri",
  18. "_%n day go_::_%n days ago_" => array("",""),
  19. "last month" => "ultime mense",
  20. "_%n month ago_::_%n months ago_" => array("",""),
  21. "last year" => "ultime anno",
  22. "years ago" => "annos passate"
  23. );
  24. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";