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_CO.js')
-rw-r--r--l10n/es_CO.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/l10n/es_CO.js b/l10n/es_CO.js
new file mode 100644
index 000000000..0e2d93ac4
--- /dev/null
+++ b/l10n/es_CO.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "text",
+ {
+ "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",
+ "Text" : "Texto",
+ "Saved" : "Guardado",
+ "Unsaved changes" : "Cambios no guardados",
+ "Formatting help" : "Ayuda de formato",
+ "Keyboard shortcuts" : "Atajos del teclado",
+ "Participants" : "Participantes",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer",
+ "Info" : "Info",
+ "Success" : "Éxito",
+ "Warning" : "Advertencia"
+},
+"nplurals=2; plural=(n != 1);");