Blame view
sources/apps/files_texteditor/l10n/pt_PT.php
405 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "Guardar", "Search:" => "Pesquisa:", "Close" => "Fechar", "Next" => "Próxima", "Clear" => "Limpar.", "Saving..." => "A guardar...", "Failed to save file" => "Erro a salvar o ficheiro!", "An error occurred!" => "Ocorreu um erro!", "There were unsaved changes, click here to go back" => "Houve alterações que não foram guardadas, click aqui para voltar atrás" ); |