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 518B

12345678910111213141516
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Adjuta",
  4. "Personal" => "Personal",
  5. "Settings" => "Configurationes",
  6. "Users" => "Usatores",
  7. "Admin" => "Administration",
  8. "web services under your control" => "servicios web sub tu controlo",
  9. "Files" => "Files",
  10. "Text" => "Texto",
  11. "_%n minute ago_::_%n minutes ago_" => array("",""),
  12. "_%n hour ago_::_%n hours ago_" => array("",""),
  13. "_%n day go_::_%n days ago_" => array("",""),
  14. "_%n month ago_::_%n months ago_" => array("","")
  15. );
  16. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";