diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:24 +0000 |
commit | 988dcb36b090fe3001d013c744ff988abf97bf10 (patch) | |
tree | 9310f1bd931ce8c2d6102a2b54e9b833046d7898 /apps/files/l10n/es_MX.js | |
parent | 58a3c14497e2025298cc721d46ee13d3b8bcbfda (diff) | |
download | nextcloud-server-988dcb36b090fe3001d013c744ff988abf97bf10.tar.gz nextcloud-server-988dcb36b090fe3001d013c744ff988abf97bf10.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_MX.js')
-rw-r--r-- | apps/files/l10n/es_MX.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 17d9f6b8ce9..7522adc1698 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -384,7 +384,6 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", "The files is locked" : "El archivo está bloqueado", "Create new templates folder" : "Crear nueva carpeta de plantillas", - "Toggle %1$s sublist" : "Alternar %1$s sublista", - "Pictures and images" : "Fotos e imágenes" + "Toggle %1$s sublist" : "Alternar %1$s sublista" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |