diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
commit | 6b490f45fd938d631fc524e0c04af43182056bb7 (patch) | |
tree | 3a04fbec4f75018a4e559ab5b3243d8d8cac1986 /apps/workflowengine/l10n/es_MX.js | |
parent | 269600a04f18e025313352d3b2293cc10d3c26fa (diff) | |
download | nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.tar.gz nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/es_MX.js')
-rw-r--r-- | apps/workflowengine/l10n/es_MX.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/es_MX.js b/apps/workflowengine/l10n/es_MX.js index abafdc0fce2..56365501526 100644 --- a/apps/workflowengine/l10n/es_MX.js +++ b/apps/workflowengine/l10n/es_MX.js @@ -1,9 +1,7 @@ OC.L10N.register( "workflowengine", { - "Successfully saved" : "Guardado exitosamente", "Saving failed:" : "Falla al guardar:", - "File mime type" : "Tipo mime del archivo", "is" : "es", "is not" : "no es", "matches" : "coincide", @@ -66,6 +64,8 @@ OC.L10N.register( "Reset" : "Restablecer", "Save" : "Guardar", "Saving…" : "Guardando...", - "Loading…" : "Cargando..." + "Loading…" : "Cargando...", + "Successfully saved" : "Guardado exitosamente", + "File mime type" : "Tipo mime del archivo" }, "nplurals=2; plural=(n != 1);"); |