Blame view
sources/apps/files_texteditor/l10n/pt_PT.php
403 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "Guardar", "Search" => "Procurar", "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" ); |