Blame view
sources/apps/files_texteditor/l10n/es.php
385 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?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 were unsaved changes, click here to go back" => "Hay cambios sin guardar, haga clic aquí para volver" ); |