Blame view
sources/apps/files_texteditor/l10n/es_MX.php
483 Bytes
|
6d9380f96
|
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" => "Falló al guardar archivo", "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" ); |