diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-17 02:26:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-17 02:26:53 +0000 |
commit | 7ab34eefc599cc7fd104f91213c28aeedee383db (patch) | |
tree | fd48b23539cd44e54d970d2cab4870f868d62b38 /apps/files_external/l10n/es_MX.js | |
parent | 614e3e29690b23f2fb6b6e2a15079fe8482e58b9 (diff) | |
download | nextcloud-server-7ab34eefc599cc7fd104f91213c28aeedee383db.tar.gz nextcloud-server-7ab34eefc599cc7fd104f91213c28aeedee383db.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/es_MX.js')
-rw-r--r-- | apps/files_external/l10n/es_MX.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/l10n/es_MX.js b/apps/files_external/l10n/es_MX.js index 2ab2d470e95..5f90cdead6e 100644 --- a/apps/files_external/l10n/es_MX.js +++ b/apps/files_external/l10n/es_MX.js @@ -10,7 +10,6 @@ OC.L10N.register( "Error configuring OAuth2" : "Se present贸 un error al configurar OAuth2", "Generate keys" : "Generar llaves", "Error generating key pair" : "Se present贸 un error al generar el juego de llaves", - "All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo", "Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificaci贸n Mac NFD (lenta)", "Enable encryption" : "Habilitar encripci贸n", "Enable previews" : "Habilitar vistas previas", @@ -118,6 +117,7 @@ OC.L10N.register( "Click to recheck the configuration" : "Haz click para volver a marcar la configuraci贸n", "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", - "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo" + "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |