diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-03 01:12:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-03 01:12:14 +0000 |
commit | 3b000d4f91b958a38f8ab1349377c65b3e64da88 (patch) | |
tree | 09038cd2ec79e44fa4e1fe0d6bd4d93ddd8b09db /apps/files/l10n/es_MX.js | |
parent | 5053877c45230e06f646cadb27d293b5e5848e56 (diff) | |
download | nextcloud-server-3b000d4f91b958a38f8ab1349377c65b3e64da88.tar.gz nextcloud-server-3b000d4f91b958a38f8ab1349377c65b3e64da88.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_MX.js')
-rw-r--r-- | apps/files/l10n/es_MX.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 7bba42e59a2..4b2a2518a59 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -148,6 +148,8 @@ OC.L10N.register( "Deleted files" : "Archivos borrados", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover" + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>" }, "nplurals=2; plural=(n != 1);"); |