diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-15 00:20:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-15 00:20:01 +0000 |
commit | 8cebd2b7c021d2f3f646070476e62876713623e5 (patch) | |
tree | 9e2975a5c96631080038a12ed8079e97365b4ff7 /apps/theming/l10n/es_EC.js | |
parent | 79f5cf2790c4e9110e18bbd830e252a1aec96ef3 (diff) | |
download | nextcloud-server-8cebd2b7c021d2f3f646070476e62876713623e5.tar.gz nextcloud-server-8cebd2b7c021d2f3f646070476e62876713623e5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/es_EC.js')
-rw-r--r-- | apps/theming/l10n/es_EC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/es_EC.js b/apps/theming/l10n/es_EC.js index fe2b88e3c2f..7f27503bd60 100644 --- a/apps/theming/l10n/es_EC.js +++ b/apps/theming/l10n/es_EC.js @@ -21,8 +21,6 @@ OC.L10N.register( "Could not write file to disk" : "No fue posible escribir a disco", "A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo", "No file uploaded" : "No hay archivos cargados", - "Failed to clean up the old administration theming images folder" : "Error al limpiar la antigua carpeta de imágenes de tematización de administración", - "Failed to clean up the old administration image folder" : "Error al limpiar la antigua carpeta de imágenes de administración", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya te encuentras usando un tema personalizado. La aplicación de Temas puede estar siendo sobreescrita por él.", "Theming" : "Tematizar", "Appearance and accessibility" : "Apariencia y accesibilidad", @@ -88,6 +86,8 @@ OC.L10N.register( "Reset to default" : "Restablecer al predeterminado", "Upload" : "Cargar", "Remove background image" : "Eliminar imagen de fondo", + "Failed to clean up the old administration theming images folder" : "Error al limpiar la antigua carpeta de imágenes de tematización de administración", + "Failed to clean up the old administration image folder" : "Error al limpiar la antigua carpeta de imágenes de administración", "Select a custom color" : "Seleccionar un color personalizado" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |