es.php
483 Bytes
<?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"
);