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: 768934a4190823f391e44e455365cfd3cd40e8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "No se puede leer el archivo.",
"Invalid file path supplied." => "Ruta de archivo inválida.",
"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)",
"Save" => "Guardar",
"Search" => "Buscar",
"Next" => "Siguiente",
"Clear" => "Borrar",
"Saving..." => "Guardando...",
"An error occurred!" => "¡Ocurrió un error!",
"There are unsaved changes in the text editor" => "Hay cambios sin guardar en el editor de textos",
"There were unsaved changes, click here to go back" => "Hay cambios sin guardar, haga clic aquí para volver"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";