ia.php 1021 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Language changed" => "Linguage cambiate",
  4. "Invalid request" => "Requesta invalide",
  5. "Error" => "Error",
  6. "Update" => "Actualisar",
  7. "Groups" => "Gruppos",
  8. "Delete" => "Deler",
  9. "__language_name__" => "Interlingua",
  10. "Log" => "Registro",
  11. "More" => "Plus",
  12. "Add your App" => "Adder tu application",
  13. "Select an App" => "Selectionar un app",
  14. "Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files",
  15. "Password" => "Contrasigno",
  16. "Unable to change your password" => "Non pote cambiar tu contrasigno",
  17. "Current password" => "Contrasigno currente",
  18. "New password" => "Nove contrasigno",
  19. "Change password" => "Cambiar contrasigno",
  20. "Email" => "E-posta",
  21. "Your email address" => "Tu adresse de e-posta",
  22. "Profile picture" => "Imagine de profilo",
  23. "Cancel" => "Cancellar",
  24. "Language" => "Linguage",
  25. "Help translate" => "Adjuta a traducer",
  26. "Create" => "Crear",
  27. "Other" => "Altere",
  28. "Username" => "Nomine de usator"
  29. );
  30. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";