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.

oc.js 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "The page could not be found on the server." : "Se podiá pas trobar la pagina sul servidor.",
  5. "Other activities" : "Autras activitats",
  6. "Authentication" : "Autentificacion",
  7. "Unknown filetype" : "filetype desconegut",
  8. "Invalid image" : "Imatge invalid",
  9. "Files" : "Fichièrs",
  10. "View profile" : "Veire perfil",
  11. "today" : "uèi",
  12. "yesterday" : "ièr",
  13. "_in %n day_::_in %n days_" : ["d’aquí %n jorn","d’aquí %n jorns"],
  14. "_%n day ago_::_%n days ago_" : ["fa %n jorn","fa %n jorns"],
  15. "last month" : "lo mes passat",
  16. "_in %n month_::_in %n months_" : ["d’aquí %n mes","d’aquí %n meses"],
  17. "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n meses"],
  18. "last year" : "l’an passat",
  19. "_in %n year_::_in %n years_" : ["d’aquí %n annada","d’aquí %n annadas"],
  20. "_%n year ago_::_%n years ago_" : ["fa %n annada","fa %n annadas"],
  21. "_in %n hour_::_in %n hours_" : ["d’aquí %n ora","d’aquí %n oras"],
  22. "_%n hour ago_::_%n hours ago_" : ["fa %n ora ","fa %n oras"],
  23. "_in %n minute_::_in %n minutes_" : ["d’aquí %n minuta","d’aquí %n minutas"],
  24. "_%n minute ago_::_%n minutes ago_" : ["fa %n minuta","fa %n minutas"],
  25. "seconds ago" : "fa qualques segondas",
  26. "Empty file" : "Fichièr void",
  27. "File already exists" : "Lo fichièr existís ja",
  28. "Templates" : "Modèls",
  29. "__language_name__" : "Occitan",
  30. "Help" : "Ajuda",
  31. "Apps" : "Aplicacions",
  32. "Settings" : "Paramètres",
  33. "Log out" : "Desconnexion",
  34. "Users" : "Utilizaires",
  35. "Email" : "Corrièl",
  36. "Mail %s" : "Mail %s",
  37. "Phone" : "Telefòn",
  38. "Call %s" : "Sonar %s",
  39. "Twitter" : "Twitter",
  40. "View %s on Twitter" : "Veire %s sus Twitter",
  41. "Website" : "Site web",
  42. "Visit %s" : "Visitar %s",
  43. "Address" : "Adreça",
  44. "Profile picture" : "Imatge de perfil",
  45. "About" : "A prepaus",
  46. "Headline" : "Títol",
  47. "Organisation" : "Organizacion",
  48. "Role" : "Ròtle",
  49. "Additional settings" : "Paramètres addicionals",
  50. "Set an admin password." : "Definir un senhal admin.",
  51. "Open »%s«" : "Dobrir « %s »",
  52. "Sunday" : "dimenge",
  53. "Monday" : "diluns",
  54. "Tuesday" : "dimars",
  55. "Wednesday" : "dimècres",
  56. "Thursday" : "dijòus",
  57. "Friday" : "divendres",
  58. "Saturday" : "dissabte",
  59. "January" : "Genièr",
  60. "February" : "Febrièr",
  61. "March" : "Març",
  62. "April" : "Abril",
  63. "May" : "Mai",
  64. "June" : "Junh",
  65. "July" : "Julhet",
  66. "August" : "Agost",
  67. "September" : "Setembre",
  68. "October" : "Octòbre",
  69. "November" : "Novembre",
  70. "December" : "Decembre",
  71. "May." : "Mai.",
  72. "a safe home for all your data" : "un ostal segur per vòstras donadas",
  73. "Authentication error" : "Error d’autentificacion",
  74. "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
  75. "Full name" : "Nom complèt",
  76. "User disabled" : "Utilizaire desactivat"
  77. },
  78. "nplurals=2; plural=(n > 1);");