Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/ca.js')
-rw-r--r--apps/files_external/l10n/ca.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js
index c654e171e46..f147a2af8b2 100644
--- a/apps/files_external/l10n/ca.js
+++ b/apps/files_external/l10n/ca.js
@@ -4,9 +4,6 @@ OC.L10N.register(
"Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s",
"Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s",
"External storage" : "Emmagatzemament extern",
- "Storage with id \"%i\" not found" : "No s'ha trobat emmagatzematge amb id \"%i\"",
- "Invalid mount point" : "Punt de muntatge no vàlid",
- "Invalid storage backend \"%s\"" : "Motor d'emmagatzematge no vàlid \"%s\"",
"Personal" : "Personal",
"System" : "Sistema",
"Grant access" : "Concedeix accés",
@@ -18,6 +15,9 @@ OC.L10N.register(
"Username" : "Nom d'usuari",
"Password" : "Contrasenya",
"Save" : "Desa",
+ "Storage with id \"%i\" not found" : "No s'ha trobat emmagatzematge amb id \"%i\"",
+ "Invalid mount point" : "Punt de muntatge no vàlid",
+ "Invalid storage backend \"%s\"" : "Motor d'emmagatzematge no vàlid \"%s\"",
"None" : "Cap",
"App key" : "Clau de l'aplicació",
"App secret" : "Secret de l'aplicació",