diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 5bc6238fa60..cdff247fa0c 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -274,7 +274,6 @@ OC.L10N.register( "(copy %n)" : "(còpia %n)", "Move cancelled" : "S'ha cancel·lat el desplaçament", "A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta", - "The files is locked" : "El fitxer està blocat", "The file does not exist anymore" : "El fitxer ja no existeix", "Choose destination" : "Trieu una destinació", "Copy to {target}" : "Copia a {target}", @@ -345,6 +344,7 @@ OC.L10N.register( "Search for an account" : "Cerqueu un compte", "Choose" : "Tria", "No files or folders have been deleted yet" : "Encara no s'ha suprimit cap fitxer o carpeta", - "Add" : "Afegeix" + "Add" : "Afegeix", + "The files is locked" : "El fitxer està blocat" }, "nplurals=2; plural=(n != 1);"); |