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

es.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a22f096ae9760a8210d83b2b4ec2a6bd5a13cff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "El archivo es muy grande para ser abierto. Por favor, descargue el archivo en lugar de abrirlo.",
"Cannot read the file." => "No se puede leer el archivo.",
"Invalid file path supplied." => "Ruta de archivo inválida.",
"The file is locked." => "El archivo está bloqueado.",
"An internal server error occurred." => "Error interno del servidor",
"Cannot save file as it has been modified since opening" => "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" => "Permisos insuficientes",
"File path not supplied" => "No se ha proporcionado la ruta del archivo",
"File mtime not supplied" => "No se ha proporcionado la hora de modificación del archivo (mtime)",
"saving..." => "guardando...",
"saved!" => "¡guardado!",
"failed!" => "¡falló!",
"Saved" => "Guardado",
"There was a problem saving your changes. Click to resume editing." => "Hubo un problema al guardar los cambios. Haga clic para reanudar la edición.",
"An error occurred!" => "¡Ocurrió un error!",
"Text file" => "Archivo de texto",
"New text file.txt" => "Nuevo archivo de texto.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";