blob: 2533f5bc67016e5bbfca62cf59ad679ee2e5f9e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- LOCALIZATION NOTE : FILE This file contains the global menu items -->
<!ENTITY fileMenu.label "Arquivo">
<!ENTITY fileMenu.accesskey "A">
<!ENTITY newMenu.label "Novo">
<!ENTITY newMenu.accesskey "N">
<!ENTITY editMenu.label "Editar">
<!ENTITY editMenu.accesskey "E">
<!ENTITY undoCmd.label "Desfazer">
<!ENTITY undoCmd.accesskey "D">
<!ENTITY redoCmd.label "Refazer">
<!ENTITY redoCmd.accesskey "R">
<!ENTITY deleteCmd.label "Excluir">
<!ENTITY deleteCmd.accesskey "x">
<!ENTITY customizeCmd.label "Personalizar">
<!ENTITY customizeCmd.accesskey "P">
<!ENTITY viewMenu.label "Exibir">
<!ENTITY viewMenu.accesskey "x">
<!ENTITY viewToolbarsMenu.label "Barras de ferramentas">
<!ENTITY viewToolbarsMenu.accesskey "B">
<!ENTITY showTaskbarCmd.label "Barra de status">
<!ENTITY showTaskbarCmd.accesskey "s">
<!ENTITY closeCmd.label "Fechar">
<!ENTITY closeCmd.key "w">
<!ENTITY closeCmd.accesskey "F">
<!ENTITY quitApplicationCmd.label "Sair">
<!ENTITY quitApplicationCmd.key "q">
<!ENTITY quitApplicationCmd.accesskey "S">
<!ENTITY quitApplicationCmdUnix.label "Sair">
<!ENTITY quitApplicationCmdUnix.accesskey "S">
<!ENTITY quitApplicationCmdMac.label "Sair do &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "S">
|