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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.8 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)",
25help: "Sobre",
26save: "Salvar",
27load: "Carregar",
28line_abbr: "Ln",
29char_abbr: "Ch",
30position: "Posição",
31total: "Total",
32close_popup: "Fechar",
33shortcuts: "Shortcuts",
34add_tab: "Adicionar tabulação",
35remove_tab: "Remover tabulação",
36about_notice: "Atenção: Cores de sintaxe são indicados somente para textos pequenos",
37toggle: "Exibir editor",
38accesskey: "Accesskey",
39tab: "Tab",
40shift: "Shift",
41ctrl: "Ctrl",
42esc: "Esc",
43processing: "Processando...",
44fullscreen: "fullscreen",
45syntax_selection: "--Syntax--",
46syntax_css: "CSS",
47syntax_html: "HTML",
48syntax_js: "Javascript",
49syntax_php: "Php",
50syntax_python: "Python",
51syntax_vb: "Visual Basic",
52syntax_xml: "Xml",
53syntax_c: "C",
54syntax_cpp: "CPP",
55syntax_basic: "Basic",
56syntax_pas: "Pascal",
57syntax_brainfuck: "Brainfuck",
58syntax_sql: "SQL",
59syntax_ruby: "Ruby",
60syntax_robotstxt: "Robots txt",
61syntax_tsql: "T-SQL",
62syntax_perl: "Perl",
63syntax_coldfusion: "Coldfusion",
64close_tab: "Close file"
65};
Note: See TracBrowser for help on using the repository browser.