source: trunk/plugins/LocalFilesEditor/editarea/langs/pt.js @ 5160

Last change on this file since 5160 was 5160, checked in by patdenice, 14 years ago

Editor
Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1editAreaLoader.lang["pt"]={
2new_document: "Novo documento",
3search_button: "Localizar e substituir",
4search_command: "Localizar próximo",
5search: "Localizar",
6replace: "Substituir",
7replace_command: "Substituir",
8find_next: "Localizar",
9replace_all: "Subst. tudo",
10reg_exp: "Expressões regulares",
11match_case: "Diferenciar maiúsculas e minúsculas",
12not_found: "Não encontrado.",
13occurrence_replaced: "Ocorrências substituidas",
14search_field_empty: "Campo localizar vazio.",
15restart_search_at_begin: "Fim das ocorrências. Recomeçar do inicio.",
16move_popup: "Mover janela",
17font_size: "--Tamanho da fonte--",
18go_to_line: "Ir para linha",
19go_to_line_prompt: "Ir para a linha:",
20undo: "Desfazer",
21redo: "Refazer",
22change_smooth_selection: "Opções visuais",
23highlight: "Cores de sintaxe",
24reset_highlight: "Resetar cores (se não sincronizado)",
25word_wrap: "toggle word wrapping mode",
26help: "Sobre",
27save: "Salvar",
28load: "Carregar",
29line_abbr: "Ln",
30char_abbr: "Ch",
31position: "Posição",
32total: "Total",
33close_popup: "Fechar",
34shortcuts: "Shortcuts",
35add_tab: "Adicionar tabulação",
36remove_tab: "Remover tabulação",
37about_notice: "Atenção: Cores de sintaxe são indicados somente para textos pequenos",
38toggle: "Exibir editor",
39accesskey: "Accesskey",
40tab: "Tab",
41shift: "Shift",
42ctrl: "Ctrl",
43esc: "Esc",
44processing: "Processando...",
45fullscreen: "fullscreen",
46syntax_selection: "--Syntax--",
47close_tab: "Close file"
48};
Note: See TracBrowser for help on using the repository browser.