Blame view

sources/apps/files_texteditor/l10n/pt_PT.php 523 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
  <?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!",
6d9380f96   Cédric Dupont   Update sources OC...
10
  "There are unsaved changes in the text editor" => "Há alterações no editor de texto que ainda não foram guardadas",
d1bafeea1   Kload   [fix] Upgrade to ...
11
12
  "There were unsaved changes, click here to go back" => "Houve alterações que não foram guardadas, click aqui para voltar atrás"
  );