Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_PT.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0dffc861b2419c474c180fe6db3cd697e674706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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 are unsaved changes in the text editor" => "Há alterações no editor de texto que ainda não foram guardadas",
"There were unsaved changes, click here to go back" => "Houve alterações que não foram guardadas, click aqui para voltar atrás"
);