diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ca.js')
-rw-r--r-- | apps/files_trashbin/l10n/ca.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/ca.js b/apps/files_trashbin/l10n/ca.js index bdface9a698..b6d60313aec 100644 --- a/apps/files_trashbin/l10n/ca.js +++ b/apps/files_trashbin/l10n/ca.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s", - "Couldn't restore %s" : "No s'ha pogut restaurar %s", "Deleted files" : "Fitxers esborrats", "Restore" : "Recupera", "Delete" : "Esborra", "Delete permanently" : "Esborra permanentment", - "Error" : "Error", "This operation is forbidden" : "Aquesta operació està prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.", "restored" : "restaurat", @@ -17,6 +14,9 @@ OC.L10N.register( "Select all" : "Seleccionar tot", "Name" : "Nom", "Actions" : "Accions", - "Deleted" : "Eliminat" + "Deleted" : "Eliminat", + "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s", + "Couldn't restore %s" : "No s'ha pogut restaurar %s", + "Error" : "Error" }, "nplurals=2; plural=(n != 1);"); |