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.

cy_GB.php 315B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "Lleoliad",
  4. "URL" => "URL",
  5. "Username" => "Enw defnyddiwr",
  6. "Password" => "Cyfrinair",
  7. "Share" => "Rhannu",
  8. "Groups" => "Grwpiau",
  9. "Users" => "Defnyddwyr",
  10. "Delete" => "Dileu"
  11. );
  12. $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";