diff options
Diffstat (limited to 'lib/l10n/oc.js')
-rw-r--r-- | lib/l10n/oc.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index 41a93ac96b4..98984f9747a 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -43,7 +43,6 @@ 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", @@ -73,6 +72,7 @@ OC.L10N.register( "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", + "Full name" : "Nom complèt" }, "nplurals=2; plural=(n > 1);"); |