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

es_AR.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9cac71471b0d377d05587d306092b9663b2ba70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php $TRANSLATIONS = array(
"Save" => "Guardar",
"Search" => "Buscar",
"Close" => "Cerrar",
"Next" => "Siguiente",
"Clear" => "Borrar",
"Saving..." => "Guardando...",
"Failed to save file" => "Error al intentar guardar el archivo",
"An error occurred!" => "¡Ocurrió un error!",
"There are unsaved changes in the text editor" => "Hay cambios sin guardar en el editor de texto",
"There were unsaved changes, click here to go back" => "Hay cambios que no fueros guardados, hacé click aquí para volver"
);