Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_MX.js')
-rw-r--r--l10n/es_MX.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index d08101811..17cc9baae 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -2,6 +2,14 @@ OC.L10N.register(
"text",
{
"New text document" : "Nuevo documento de texto",
+ "The file was uploaded" : "El archivo fue cargado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
+ "The file was only partially uploaded" : "El archivo sólo fue cargado parcialmente",
+ "No file was uploaded" : "No se cargó el archivo",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "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",
"Nextcloud Text" : "Texto de Nextcloud",
"Readme" : "Leame",
"Text" : "Texto",
@@ -10,10 +18,13 @@ OC.L10N.register(
"Use current version" : "Usar la versión actual",
"Use the saved version" : "Usar la versión guardada",
"The document has been changed outside of the editor. The changes cannot be applied." : "El documento ha sido cambiado fuera de el editor. Los cambios no pueden ser aplicados.",
+ "Saved" : "Guardado",
"Unsaved changes" : "Cambios no guardados",
"Enter your name so other users can see who is editing" : "Introduce tu nombre para que otros usuarios puedan ver quién está editando",
"Edit guest name" : "Editar nombre de invitado",
"Save guest name" : "Guardar nombre de invitado",
+ "Formatting help" : "Ayuda de formato",
+ "Keyboard shortcuts" : "Atajos del teclado",
"Bold" : "Negritas",
"Italic" : "Cursiva",
"Strikethrough" : "Tachada",
@@ -23,6 +34,7 @@ OC.L10N.register(
"Ordered list" : "Lista ordenada",
"Blockquote" : "Cita",
"Code block" : "Bloque de código",
+ "Participants" : "Participantes",
"Add notes, lists or links …" : "Agregar notas, listas o ligas ...",
"Edit" : "Editar",
"Undo" : "Deshacer",
@@ -33,6 +45,9 @@ OC.L10N.register(
"Heading 4" : "Título 4",
"Heading 5" : "Título 5",
"ToDo list" : "Lista de penditentes",
+ "Info" : "Info",
+ "Success" : "Éxito",
+ "Warning" : "Advertencia",
"Insert image" : "Añadir imagen",
"_and %n other editor_::_and %n other editors_" : ["Y otro %n editor","Y otros %n editores"]
},