diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /settings/l10n/oc.php | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'settings/l10n/oc.php')
-rw-r--r-- | settings/l10n/oc.php | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php deleted file mode 100644 index 6c41061bbe7..00000000000 --- a/settings/l10n/oc.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Authentication error" => "Error d'autentificacion", -"Group already exists" => "Lo grop existís ja", -"Unable to add group" => "Pas capable d'apondre un grop", -"Email saved" => "Corrièl enregistrat", -"Invalid email" => "Corrièl incorrècte", -"Unable to delete group" => "Pas capable d'escafar un grop", -"Unable to delete user" => "Pas capable d'escafar un usancièr", -"Language changed" => "Lengas cambiadas", -"Invalid request" => "Demanda invalida", -"Unable to add user to group %s" => "Pas capable d'apondre un usancièr al grop %s", -"Unable to remove user from group %s" => "Pas capable de tira un usancièr del grop %s", -"Disable" => "Desactiva", -"Enable" => "Activa", -"Delete" => "Escafa", -"Groups" => "Grops", -"undo" => "defar", -"never" => "jamai", -"__language_name__" => "__language_name__", -"Login" => "Login", -"Security Warning" => "Avertiment de securitat", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Executa un prètfach amb cada pagina cargada", -"Sharing" => "Al partejar", -"Log" => "Jornal", -"More" => "Mai d'aquò", -"by" => "per", -"Password" => "Senhal", -"Your password was changed" => "Ton senhal a cambiat", -"Unable to change your password" => "Pas possible de cambiar ton senhal", -"Current password" => "Senhal en cors", -"New password" => "Senhal novèl", -"Change password" => "Cambia lo senhal", -"Email" => "Corrièl", -"Your email address" => "Ton adreiça de corrièl", -"Cancel" => "Annula", -"Language" => "Lenga", -"Help translate" => "Ajuda a la revirada", -"Login Name" => "Login", -"Create" => "Crea", -"Default Quota" => "Quota per defaut", -"Other" => "Autres", -"Username" => "Non d'usancièr", -"Quota" => "Quota" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |