blob: 8612cacd060a18d78cfd53b80eaaccfd236e47e8 (
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 "Súbor">
<!ENTITY fileMenu.accesskey "S">
<!ENTITY newMenu.label "Nový objekt">
<!ENTITY newMenu.accesskey "N">
<!ENTITY editMenu.label "Upraviť">
<!ENTITY editMenu.accesskey "U">
<!ENTITY undoCmd.label "Späť">
<!ENTITY undoCmd.accesskey "S">
<!ENTITY redoCmd.label "Znovu">
<!ENTITY redoCmd.accesskey "Z">
<!ENTITY deleteCmd.label "Odstrániť">
<!ENTITY deleteCmd.accesskey "O">
<!ENTITY customizeCmd.label "Prispôsobiť">
<!ENTITY customizeCmd.accesskey "ť">
<!ENTITY viewMenu.label "Zobraziť">
<!ENTITY viewMenu.accesskey "Z">
<!ENTITY viewToolbarsMenu.label "Panely s nástrojmi">
<!ENTITY viewToolbarsMenu.accesskey "P">
<!ENTITY showTaskbarCmd.label "Stavový riadok">
<!ENTITY showTaskbarCmd.accesskey "S">
<!ENTITY closeCmd.label "Zavrieť">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "Z">
<!ENTITY quitApplicationCmd.label "Koniec">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "K">
<!ENTITY quitApplicationCmdUnix.label "Koniec">
<!ENTITY quitApplicationCmdUnix.accesskey "K">
<!ENTITY quitApplicationCmdMac.label "Ukončiť &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "k">
|