Blame view
sources/apps/files_texteditor/l10n/es_AR.php
408 Bytes
|
42e4f8d60
|
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" => "Error al intentar guardar el archivo", "An error occurred!" => "¡Ocurrió un error!", "There were unsaved changes, click here to go back" => "Hay cambios que no fueros guardados, hacé click aquí para volver" ); |