Blame view
sources/apps/files_texteditor/l10n/gl.php
487 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Gardar", "Search" => "Buscar", "Close" => "Pechar", "Next" => "Seguinte", "Clear" => "Limpar", "Saving..." => "Gardando...", "Failed to save file" => "Non foi posíbel gardar o ficheiro", "An error occurred!" => "Produciuse un erro!", "There are unsaved changes in the text editor" => "Hai cambios sen gardar no editor de textos", "There were unsaved changes, click here to go back" => "Hai cambios sen gardar, prema aquí para ir cara atrás" ); |