diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-11-02 02:22:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-11-02 02:22:15 +0000 |
commit | b15b41d731a34860fe4ada6d5991bdd12fae1246 (patch) | |
tree | 1607a00cf8db4e9dd6382e65ca6bfecb6b42fb02 /apps/files_trashbin/l10n/es_EC.js | |
parent | 44c06a9641835a33cd4006229bd1fbcf3c346142 (diff) | |
download | nextcloud-server-b15b41d731a34860fe4ada6d5991bdd12fae1246.tar.gz nextcloud-server-b15b41d731a34860fe4ada6d5991bdd12fae1246.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/es_EC.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_EC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/es_EC.js b/apps/files_trashbin/l10n/es_EC.js index 7d652267784..71059055def 100644 --- a/apps/files_trashbin/l10n/es_EC.js +++ b/apps/files_trashbin/l10n/es_EC.js @@ -5,7 +5,6 @@ OC.L10N.register( "restored" : "restaurado", "Restore" : "Restaurar", "Delete permanently" : "Borrar permanentemente", - "Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera", "This operation is forbidden" : "Esta opración está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, por favor verifica las bitácoras o contacta al administrador", "No deleted files" : "No hay archivos borrados", @@ -15,6 +14,7 @@ OC.L10N.register( "Name" : "Nombre", "Actions" : "Acciones", "Deleted" : "Borrado", - "Delete" : "Borrar" + "Delete" : "Borrar", + "Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera" }, "nplurals=2; plural=(n != 1);"); |