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

es_MX.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91f9a8d42462b8a8add3d83c39881542bb1b21ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Este archivo es demasiado grande para ser abierto. Por favor mejor descargue el archivo.",
"Cannot read the file." => "No se puede leer el archivo.",
"Invalid file path supplied." => "La ruta de archivo especificada es inválida.",
"Cannot save file as it has been modified since opening" => "No se puede guardar el archivo pues fue modificado desde que fue abierto.",
"Insufficient permissions" => "Permisos insuficientes",
"File path not supplied" => "Ruta de archivo no especificada",
"File mtime not supplied" => "Mtime del archivo no especificado",
"saving..." => "guardando...",
"saved!" => "¡guardado!",
"failed!" => "¡falló!",
"Saved" => "Guardado",
"There was a problem saving your changes. Click to resume editing." => "Hubo un problema al guardar sus cambios. Haga clic para seguir editando.",
"An error occurred!" => "¡Ocurrió un error!",
"Text file" => "Archivo de texto"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";