eu.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php $TRANSLATIONS = array(
  2. "Application name not provided." => "Aplikazioaren izena falta da",
  3. "No category to add?" => "Ez dago gehitzeko kategoriarik?",
  4. "This category already exists: " => "Kategoria hau dagoeneko existitzen da:",
  5. "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=" => "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=",
  6. "Settings" => "Ezarpenak",
  7. "January" => "Urtarrila",
  8. "February" => "Otsaila",
  9. "March" => "Martxoa",
  10. "April" => "Apirila",
  11. "May" => "Maiatza",
  12. "June" => "Ekaina",
  13. "July" => "Uztaila",
  14. "August" => "Abuztua",
  15. "September" => "Iraila",
  16. "October" => "Urria",
  17. "November" => "Azaroa",
  18. "December" => "Abendua",
  19. "Cancel" => "Ezeztatu",
  20. "No" => "Ez",
  21. "Yes" => "Bai",
  22. "Ok" => "Ados",
  23. "No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.",
  24. "Error" => "Errorea",
  25. "ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
  26. "Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
  27. "You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.",
  28. "Requested" => "Eskatuta",
  29. "Login failed!" => "Saio hasierak huts egin du!",
  30. "Username" => "Erabiltzaile izena",
  31. "Request reset" => "Eskaera berrezarri da",
  32. "Your password was reset" => "Zure pasahitza berrezarri da",
  33. "To login page" => "Sarrera orrira",
  34. "New password" => "Pasahitz berria",
  35. "Reset password" => "Berrezarri pasahitza",
  36. "Personal" => "Pertsonala",
  37. "Users" => "Erabiltzaileak",
  38. "Apps" => "Aplikazioak",
  39. "Admin" => "Kudeatzailea",
  40. "Help" => "Laguntza",
  41. "Access forbidden" => "Sarrera debekatuta",
  42. "Cloud not found" => "Ez da hodeia aurkitu",
  43. "Edit categories" => "Editatu kategoriak",
  44. "Add" => "Gehitu",
  45. "Create an <strong>admin account</strong>" => "Sortu <strong>kudeatzaile kontu<strong> bat",
  46. "Password" => "Pasahitza",
  47. "Advanced" => "Aurreratua",
  48. "Data folder" => "Datuen karpeta",
  49. "Configure the database" => "Konfiguratu datu basea",
  50. "will be used" => "erabiliko da",
  51. "Database user" => "Datubasearen erabiltzailea",
  52. "Database password" => "Datubasearen pasahitza",
  53. "Database name" => "Datubasearen izena",
  54. "Database host" => "Datubasearen hostalaria",
  55. "Finish setup" => "Bukatu konfigurazioa",
  56. "web services under your control" => "web zerbitzuak zure kontrolpean",
  57. "Log out" => "Saioa bukatu",
  58. "Lost your password?" => "Galdu duzu pasahitza?",
  59. "remember" => "gogoratu",
  60. "Log in" => "Hasi saioa",
  61. "You are logged out." => "Zure saioa bukatu da.",
  62. "prev" => "aurrekoa",
  63. "next" => "hurrengoa"
  64. );