Blame view

sources/apps/files_texteditor/l10n/pt_BR.php 483 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
  <?php $TRANSLATIONS = array(
  "Save" => "Salvar",
  "Search" => "Perquisar",
  "Close" => "Fechar",
  "Next" => "Próximo",
  "Clear" => "Limpar",
  "Saving..." => "Salvando...",
  "Failed to save file" => "Falha ao salvar arquivo",
  "An error occurred!" => "Ocorreu um erro!",
  "There are unsaved changes in the text editor" => "Há alterações não salvas no editor de texto",
  "There were unsaved changes, click here to go back" => "Existem alterações não salvas, clique aqui para voltar"
  );