blob: c88eb6b227994e8ea56b886ccfe46a13d8164099 (
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 "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY newMenu.label "Nove">
<!ENTITY newMenu.accesskey "N">
<!ENTITY editMenu.label "Rediger">
<!ENTITY editMenu.accesskey "R">
<!ENTITY undoCmd.label "Disfacer">
<!ENTITY undoCmd.accesskey "U">
<!ENTITY redoCmd.label "Refacer">
<!ENTITY redoCmd.accesskey "R">
<!ENTITY deleteCmd.label "Deler">
<!ENTITY deleteCmd.accesskey "D">
<!ENTITY customizeCmd.label "Personalisar">
<!ENTITY customizeCmd.accesskey "r">
<!ENTITY viewMenu.label "Vider">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewToolbarsMenu.label "Barras de instrumentos">
<!ENTITY viewToolbarsMenu.accesskey "I">
<!ENTITY showTaskbarCmd.label "Barra de stato">
<!ENTITY showTaskbarCmd.accesskey "o">
<!ENTITY closeCmd.label "Clauder">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "l">
<!ENTITY quitApplicationCmd.label "Exir">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "Q">
<!ENTITY quitApplicationCmdUnix.label "Quitar">
<!ENTITY quitApplicationCmdUnix.accesskey "Q">
<!ENTITY quitApplicationCmdMac.label "Quitar &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "Q">
|