diff options
Diffstat (limited to 'lib/l10n/oc.js')
-rw-r--r-- | lib/l10n/oc.js | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index 2384b3735ce..febecf57baf 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -1,10 +1,12 @@ OC.L10N.register( "lib", { + "The page could not be found on the server." : "Se podiá pas trobar la pagina sul servidor.", "Other activities" : "Autras activitats", "Authentication" : "Autentificacion", "Unknown filetype" : "filetype desconegut", "Invalid image" : "Imatge invalid", + "Files" : "Fichièrs", "View profile" : "Veire perfil", "today" : "uèi", "yesterday" : "ièr", @@ -25,11 +27,10 @@ OC.L10N.register( "File already exists" : "Lo fichièr existís ja", "Templates" : "Modèls", "__language_name__" : "Occitan", - "Help" : "Ajuda", "Apps" : "Aplicacions", "Settings" : "Paramètres", "Log out" : "Desconnexion", - "Users" : "Utilizaires", + "Accounts" : "Accounts", "Email" : "Corrièl", "Mail %s" : "Mail %s", "Phone" : "Telefòn", @@ -41,13 +42,10 @@ OC.L10N.register( "Address" : "Adreça", "Profile picture" : "Imatge de perfil", "About" : "A prepaus", - "Full name" : "Nom complèt", "Headline" : "Títol", - "Organisation" : "Organizacion", "Role" : "Ròtle", "Additional settings" : "Paramètres addicionals", "Set an admin password." : "Definir un senhal admin.", - "Open »%s«" : "Dobrir « %s »", "Sunday" : "dimenge", "Monday" : "diluns", "Tuesday" : "dimars", @@ -68,9 +66,14 @@ OC.L10N.register( "November" : "Novembre", "December" : "Decembre", "May." : "Mai.", - "User disabled" : "Utilizaire desactivat", "a safe home for all your data" : "un ostal segur per vòstras donadas", "Authentication error" : "Error d’autentificacion", - "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible" + "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", + "Images" : "Imatges", + "Question" : "Question", + "Chat" : "Messatjariá", + "Text" : "Tèxt", + "Translate" : "Tradurre", + "Organisation" : "Organizacion" }, "nplurals=2; plural=(n > 1);"); |