blob: 5b19033b011e3267bd01e33cc2bcde1b647b8c49 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
<!-- 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 messengercompose.dtd Main UI for message composition -->
<!ENTITY msgComposeWindow.title "Nová správa: (žiadny predmet)">
<!ENTITY fromAddr.label "Od:">
<!ENTITY fromAddr.accesskey "O">
<!ENTITY toAddr.label "Komu:">
<!ENTITY ccAddr.label "Kópia:">
<!ENTITY bccAddr.label "Skrytá kópia:">
<!ENTITY replyAddr.label "Odpovedať na:">
<!ENTITY newsgroupsAddr.label "Diskusná skupina:">
<!ENTITY followupAddr.label "Sledovanie pre:">
<!ENTITY subject.label "Predmet:">
<!ENTITY subject.accesskey "d">
<!ENTITY attachments.label "Prílohy:">
<!ENTITY attachments.accesskey "r">
<!-- menu items: the . means that the menu item isn't implemented yet -->
<!-- File menu items -->
<!ENTITY saveCmd.label "Uložiť">
<!ENTITY saveCmd.accesskey "U">
<!ENTITY saveAsCmd.label "Uložiť ako">
<!ENTITY saveAsCmd.accesskey "k">
<!ENTITY saveAsFileCmd.label "Súbor…">
<!ENTITY saveAsFileCmd.accesskey "S">
<!ENTITY saveAsDraftCmd.label "Koncept">
<!ENTITY saveAsDraftCmd.accesskey "N">
<!ENTITY saveAsTemplateCmd.label "Šablónu">
<!ENTITY saveAsTemplateCmd.accesskey "b">
<!ENTITY attachMenu.label "Pripojiť">
<!ENTITY attachMenu.accesskey "i">
<!ENTITY attachFileCmd.label "Súbor…">
<!ENTITY attachFileCmd.accesskey "S">
<!ENTITY attachPageCmd.label "Webovú stránku…">
<!ENTITY attachPageCmd.accesskey "W">
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
<!ENTITY attachVCardCmd.label "Vizitku (vCard)">
<!ENTITY attachVCardCmd.accesskey "V">
<!ENTITY sendNowCmd.label "Odoslať">
<!ENTITY sendCmd.keycode "VK_RETURN">
<!ENTITY sendNowCmd.accesskey "O">
<!ENTITY sendLaterCmd.label "Odoslať neskôr">
<!ENTITY sendLaterCmd.keycode "VK_RETURN">
<!ENTITY sendLaterCmd.accesskey "d">
<!-- Edit menu items -->
<!ENTITY editRewrapCmd.label "Zalomiť znovu">
<!ENTITY editRewrapCmd.key "R">
<!ENTITY editRewrapCmd.accesskey "m">
<!ENTITY accountManagerCmd.label "Nastavenia účtov pre Poštu a diskusné skupiny…">
<!ENTITY accountManagerCmd.accesskey "N">
<!-- View menu items -->
<!ENTITY showComposeToolbarCmd.label "Panel nástrojov Pošty">
<!ENTITY showComposeToolbarCmd.accesskey "n">
<!ENTITY showFormatToolbarCmd.label "Panel Formátovanie">
<!ENTITY showFormatToolbarCmd.accesskey "F">
<!-- Format menu items -->
<!ENTITY formatMenu.label "Formát">
<!ENTITY formatMenu.accesskey "F">
<!-- Options menu items -->
<!ENTITY optionsMenu.label "Možnosti">
<!ENTITY optionsMenu.accesskey "M">
<!ENTITY quoteCmd.label "Citovať správu">
<!ENTITY quoteCmd.accesskey "C">
<!ENTITY selectAddressCmd.label "Vybrať adresy…">
<!ENTITY selectAddressCmd.key "">
<!ENTITY selectAddressCmd.accesskey "r">
<!ENTITY priorityMenu.label "Priorita">
<!ENTITY priorityMenu.accesskey "P">
<!ENTITY lowestPriorityCmd.label "Najnižšia">
<!ENTITY lowestPriorityCmd.accesskey "a">
<!ENTITY lowPriorityCmd.label "Nízka">
<!ENTITY lowPriorityCmd.accesskey "N">
<!ENTITY normalPriorityCmd.label "Normálna">
<!ENTITY normalPriorityCmd.accesskey "o">
<!ENTITY highPriorityCmd.label "Vysoká">
<!ENTITY highPriorityCmd.accesskey "s">
<!ENTITY highestPriorityCmd.label "Najvyššia">
<!ENTITY highestPriorityCmd.accesskey "v">
<!ENTITY returnReceiptMenu.label "Potvrdenie o prečítaní">
<!ENTITY returnReceiptMenu.accesskey "d">
<!ENTITY dsnMenu.label "Notifikácia o stave doručenia">
<!ENTITY dsnMenu.accesskey "N">
<!ENTITY outputFormatMenu.label "Formát">
<!ENTITY outputFormatMenu.accesskey "F">
<!ENTITY autoFormatCmd.label "Automaticky">
<!ENTITY autoFormatCmd.accesskey "A">
<!ENTITY plainTextFormatCmd.label "Len text">
<!ENTITY plainTextFormatCmd.accesskey "L">
<!ENTITY htmlFormatCmd.label "Len HTML">
<!ENTITY htmlFormatCmd.accesskey "H">
<!ENTITY bothFormatCmd.label "Text a HTML">
<!ENTITY bothFormatCmd.accesskey "T">
<!ENTITY fileCarbonCopyCmd.label "Uložiť kópiu do">
<!ENTITY fileCarbonCopyCmd.accesskey "U">
<!ENTITY fileHereMenu.label "Uložiť sem">
<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
<!-- Toolbar items -->
<!ENTITY sendButton.label "Odoslať">
<!ENTITY addressButton.label "Adresa">
<!ENTITY attachButton.label "Priložiť">
<!ENTITY spellingButton.label "Pravopis">
<!ENTITY saveButton.label "Uložiť">
<!ENTITY stopButton.label "Zastaviť">
<!--tooltips-->
<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd -->
<!ENTITY addressBar.tooltip "Panel s adresou">
<!ENTITY formatToolbar.tooltip "Panel Formátovanie">
<!ENTITY sendButton.tooltip "Odoslať správu">
<!ENTITY sendlaterButton.tooltip "Odoslať túto správu neskôr">
<!ENTITY addressButton.tooltip "Vybrať adresáta z Adresára">
<!ENTITY attachButton.tooltip "Priložiť súbor">
<!ENTITY saveButton.tooltip "Uložiť túto správu">
<!ENTITY stopButton.tooltip "Zastaviť aktuálny prenos">
<!-- context menu items -->
<!ENTITY openAttachment.label "Otvoriť">
<!ENTITY openAttachment.accesskey "O">
<!ENTITY renameAttachment.label "Premenovať…">
<!ENTITY renameAttachment.accesskey "P">
<!ENTITY deleteAttachment.accesskey "d">
<!ENTITY selectAllAttachments.accesskey "a">
<!ENTITY attachFile.label "Priložiť súbor…">
<!ENTITY attachFile.accesskey "s">
<!ENTITY attachPage.label "Priložiť webovú stránku…">
<!ENTITY attachPage.accesskey "w">
|