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.

af_ZA.php 466B

1234567891011121314
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Hulp",
  4. "Personal" => "Persoonlik",
  5. "Settings" => "Instellings",
  6. "Users" => "Gebruikers",
  7. "Admin" => "Admin",
  8. "web services under your control" => "webdienste onder jou beheer",
  9. "_%n minute ago_::_%n minutes ago_" => array("",""),
  10. "_%n hour ago_::_%n hours ago_" => array("",""),
  11. "_%n day go_::_%n days ago_" => array("",""),
  12. "_%n month ago_::_%n months ago_" => array("","")
  13. );
  14. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";