summaryrefslogtreecommitdiffstats
path: root/l10n-sk/suite/chrome/editor/editorOverlay.dtd
blob: 73c9e1a5d3cfb1dcc8e18a4e2cfdac175f1ff6e0 (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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!-- 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/. -->

<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. -->

<!-- File menu items -->
<!ENTITY saveCmd.key "S">

<!-- Edit menu items -->
<!ENTITY pasteNoFormatting.label "Prilepiť bez formátovania">
<!ENTITY pasteNoFormatting.accesskey "f">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "Prilepiť ako citáciu">
<!ENTITY pasteAsQuotationCmd.accesskey "c">
<!ENTITY pasteAsQuotationCmd.key "o">
<!ENTITY editRewrapCmd.label "Zalomiť znovu">
<!ENTITY editRewrapCmd.key "R">
<!ENTITY editRewrapCmd.accesskey "m">
<!ENTITY findBarCmd.label "Hľadať…">
<!ENTITY findReplaceCmd.label "Hľadať a nahradiť…">
<!ENTITY enableInlineSpellChecker.label "Kontrolovať pravopis počas písania">
<!ENTITY enableInlineSpellChecker.accesskey "K">
<!ENTITY checkSpellingCmd2.label "Kontrola pravopisu…">
<!ENTITY checkSpellingCmd2.accesskey "p">
<!ENTITY checkSpellingCmd2.key "P">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "Vložiť">
<!ENTITY insertMenu.accesskey "V">
<!ENTITY insertLinkCmd2.label "Odkaz…">
<!ENTITY insertLinkCmd2.accesskey "d">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "Pomenovaná kotva…">
<!ENTITY insertAnchorCmd.accesskey "k">
<!ENTITY insertImageCmd.label "Obrázok…">
<!ENTITY insertImageCmd.accesskey "b">
<!ENTITY insertHLineCmd.label "Vodorovná čiara">
<!ENTITY insertHLineCmd.accesskey "r">
<!ENTITY insertTableCmd.label "Tabuľka…">
<!ENTITY insertTableCmd.accesskey "t">
<!ENTITY insertHTMLCmd.label "HTML…">
<!ENTITY insertHTMLCmd.accesskey "H">
<!ENTITY insertMathCmd.label "Matematika…">
<!ENTITY insertMathCmd.accesskey "M">
<!ENTITY insertCharsCmd.label "Znaky a symboly…">
<!ENTITY insertCharsCmd.accesskey "Z">
<!ENTITY insertBreakAllCmd.label "Zalomiť pod obrázkom">
<!ENTITY insertBreakAllCmd.accesskey "a">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "Vytvoriť odkaz…">
<!ENTITY createLinkCmd.accesskey "d">
<!ENTITY editLinkCmd.label "Upraviť odkaz v novom okne">
<!ENTITY editLinkCmd.accesskey "i">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.title "Písmo">
<!ENTITY FontFaceSelect.tooltip "Vyberte písmo zo zoznamu">
<!ENTITY fontfaceMenu.label "Písmo">
<!ENTITY fontfaceMenu.accesskey "P">
<!ENTITY fontVarWidth.label "Premenlivá šírka">
<!ENTITY fontVarWidth.accesskey "m">
<!ENTITY fontFixedWidth.label "Pevná šírka">
<!ENTITY fontFixedWidth.accesskey "e">
<!ENTITY fontFixedWidth.key "T">
<!ENTITY fontHelvetica.label "Arial, Helvetica">
<!ENTITY fontHelvetica.accesskey "A">
<!ENTITY fontTimes.label "Times">
<!ENTITY fontTimes.accesskey "T">
<!ENTITY fontCourier.label "Courier">
<!ENTITY fontCourier.accesskey "C">

<!-- Font Size SubMenu -->
<!ENTITY FontSizeSelect.title "Veľkosť písma">
<!ENTITY FontSizeSelect.tooltip "Vyberte veľkosť písma">
<!ENTITY decreaseFontSize.label "Zmenšiť">
<!ENTITY decreaseFontSize.accesskey "e">
<!ENTITY decrementFontSize.key "&lt;">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "Zväčšiť">
<!ENTITY increaseFontSize.accesskey "Z">
<!ENTITY incrementFontSize.key "&gt;">
<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "Veľkosť">
<!ENTITY fontSizeMenu.accesskey "k">
<!ENTITY size-tinyCmd.label "Veľmi malé">
<!ENTITY size-tinyCmd.accesskey "V">
<!ENTITY size-smallCmd.label "Malé">
<!ENTITY size-smallCmd.accesskey "a">
<!ENTITY size-mediumCmd.label "Stredné">
<!ENTITY size-mediumCmd.accesskey "d">
<!ENTITY size-largeCmd.label "Veľké">
<!ENTITY size-largeCmd.accesskey "k">
<!ENTITY size-extraLargeCmd.label "Veľmi veľké">
<!ENTITY size-extraLargeCmd.accesskey "m">
<!ENTITY size-hugeCmd.label "Obrovské">
<!ENTITY size-hugeCmd.accesskey "O">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "Štýl textu">
<!ENTITY fontStyleMenu.accesskey "e">
<!ENTITY styleBoldCmd.label "Tučné">
<!ENTITY styleBoldCmd.accesskey "T">
<!ENTITY styleBoldCmd.key "B">
<!ENTITY styleItalicCmd.label "Kurzíva">
<!ENTITY styleItalicCmd.accesskey "r">
<!ENTITY styleItalicCmd.key "I">
<!ENTITY styleUnderlineCmd.label "Podčiarknuté">
<!ENTITY styleUnderlineCmd.accesskey "P">
<!ENTITY styleUnderlineCmd.key "U">
<!ENTITY styleStrikeThruCmd.label "Prečiarknuté">
<!ENTITY styleStrikeThruCmd.accesskey "i">
<!ENTITY styleSuperscriptCmd.label "Horný index">
<!ENTITY styleSuperscriptCmd.accesskey "H">
<!ENTITY styleSubscriptCmd.label "Dolný index">
<!ENTITY styleSubscriptCmd.accesskey "D">
<!ENTITY styleNonbreakingCmd.label "Nerozdeliteľné">
<!ENTITY styleNonbreakingCmd.accesskey "N">
<!ENTITY styleEm.label "Zdôraznené">
<!ENTITY styleEm.accesskey "Z">
<!ENTITY styleStrong.label "Viac zdôraznené">
<!ENTITY styleStrong.accesskey "V">
<!ENTITY styleCite.label "Citácia">
<!ENTITY styleCite.accesskey "C">
<!ENTITY styleAbbr.label "Skratka">
<!ENTITY styleAbbr.accesskey "S">
<!ENTITY styleAcronym.label "Akronym">
<!ENTITY styleAcronym.accesskey "A">
<!ENTITY styleCode.label "Kód">
<!ENTITY styleCode.accesskey "K">
<!ENTITY styleSamp.label "Ukážka">
<!ENTITY styleSamp.accesskey "U">
<!ENTITY styleVar.label "Premenná">
<!ENTITY styleVar.accesskey "m">

<!ENTITY formatFontColor.label "Farba textu…">
<!ENTITY formatFontColor.accesskey "F">
<!ENTITY tableOrCellColor.label "Farba pozadia tabuľky alebo bunky">
<!ENTITY tableOrCellColor.accesskey "F">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "Odstrániť pomenované kotvy">
<!ENTITY formatRemoveNamedAnchors.accesskey "d">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "Odsek">
<!ENTITY paragraphMenu.accesskey "O">
<!ENTITY paragraphParagraphCmd.label "Odsek">
<!ENTITY paragraphParagraphCmd.accesskey "O">
<!ENTITY heading1Cmd.label "Nadpis 1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "Nadpis 2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "Nadpis 3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "Nadpis 4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "Nadpis 5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "Nadpis 6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "Adresa">
<!ENTITY paragraphAddressCmd.accesskey "A">
<!ENTITY paragraphPreformatCmd.label "Predformátovaný">
<!ENTITY paragraphPreformatCmd.accesskey "f">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "Zoznam">
<!ENTITY formatlistMenu.accesskey "Z">
<!ENTITY noneCmd.label "Žiadny">
<!ENTITY noneCmd.accesskey "n">
<!ENTITY listBulletCmd.label "Odrážky">
<!ENTITY listBulletCmd.accesskey "O">
<!ENTITY listNumberedCmd.label "Číslovaný">
<!ENTITY listNumberedCmd.accesskey "s">
<!ENTITY listTermCmd.label "Termín">
<!ENTITY listTermCmd.accesskey "t">
<!ENTITY listDefinitionCmd.label "Definícia">
<!ENTITY listDefinitionCmd.accesskey "d">
<!ENTITY listPropsCmd.label "Vlastnosti zoznamu…">
<!ENTITY listPropsCmd.accesskey "V">

<!ENTITY ParagraphSelect.title "Odsek">
<!ENTITY ParagraphSelect.tooltip "Vyberte formát odstavca">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "Text tela">
<!ENTITY bodyTextCmd.accesskey "T">
<!-- isn't used in menu now, but may be added in future -->
<!ENTITY advancedPropertiesCmd.label "Pokročilé vlastnosti…">
<!ENTITY advancedPropertiesCmd.accesskey "v">

<!-- Align menu items -->
<!ENTITY alignMenu.label "Zarovnanie">
<!ENTITY alignMenu.accesskey "a">
<!ENTITY alignLeft.label "Doľava">
<!ENTITY alignLeft.accesskey "d">
<!ENTITY alignLeft.tooltip "Zarovnať doľava">
<!ENTITY alignCenter.label "Na stred">
<!ENTITY alignCenter.accesskey "s">
<!ENTITY alignCenter.tooltip "Zarovnať na stred">
<!ENTITY alignRight.label "Doprava">
<!ENTITY alignRight.accesskey "r">
<!ENTITY alignRight.tooltip "Zarovnať doprava">
<!ENTITY alignJustify.label "Obojstranne">
<!ENTITY alignJustify.accesskey "b">
<!ENTITY alignJustify.tooltip "Zarovnať obojstranne">

<!-- Layer toolbar items -->
<!ENTITY absolutePosition.label "Umiestnenie">
<!ENTITY layer.tooltip "Vrstva">
<!ENTITY decreaseZIndex.label "Preniesť dozadu">
<!ENTITY layerSendToBack.tooltip "Preniesť dozadu">
<!ENTITY increaseZIndex.label "Preniesť dopredu">
<!ENTITY layerBringToFront.tooltip "Preniesť dopredu">

<!ENTITY increaseIndent.label "Zväčšiť zarážku">
<!ENTITY increaseIndent.accesskey "v">
<!ENTITY increaseIndent.key "]">
<!ENTITY decreaseIndent.label "Zmenšiť zarážku">
<!ENTITY decreaseIndent.accesskey "m">
<!ENTITY decreaseIndent.key "[">

<!ENTITY colorsAndBackground.label "Farby stránky a pozadia…">
<!ENTITY colorsAndBackground.accesskey "b">

<!-- Table Menu -->
<!ENTITY tableMenu.label "Tabuľka">
<!ENTITY tableMenu.accesskey "T">

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "Označiť">
<!ENTITY tableSelectMenu.accesskey "i">

<!ENTITY tableSelectMenu2.label "Označiť v tabuľke">
<!ENTITY tableSelectMenu2.accesskey "O">
<!ENTITY tableInsertMenu2.label "Vložiť do tabuľky">
<!ENTITY tableInsertMenu2.accesskey "V">
<!ENTITY tableDeleteMenu2.label "Odstrániť z tabuľky">
<!ENTITY tableDeleteMenu2.accesskey "d">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "Vložiť">
<!ENTITY tableInsertMenu.accesskey "V">
<!ENTITY tableTable.label "Tabuľka">
<!ENTITY tableTable.accesskey "T">
<!ENTITY tableRow.label "Riadok">
<!ENTITY tableRows.label "Riadky">
<!ENTITY tableRow.accesskey "R">
<!ENTITY tableRowAbove.label "Riadok nad">
<!ENTITY tableRowAbove.accesskey "R">
<!ENTITY tableRowBelow.label "Riadok pod">
<!ENTITY tableRowBelow.accesskey "d">
<!ENTITY tableColumn.label "Stĺpec">
<!ENTITY tableColumns.label "Stĺpce">
<!ENTITY tableColumn.accesskey "S">
<!ENTITY tableColumnBefore.label "Stĺpec pred">
<!ENTITY tableColumnBefore.accesskey "S">
<!ENTITY tableColumnAfter.label "Stĺpec za">
<!ENTITY tableColumnAfter.accesskey "c">
<!ENTITY tableCell.label "Bunka">
<!ENTITY tableCells.label "Bunky">
<!ENTITY tableCell.accesskey "B">
<!ENTITY tableCellContents.label "Obsah bunky">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "Všetky bunky">
<!ENTITY tableAllCells.accesskey "V">
<!ENTITY tableCellBefore.label "Bunka pred">
<!ENTITY tableCellBefore.accesskey "B">
<!ENTITY tableCellAfter.label "Bunka za">
<!ENTITY tableCellAfter.accesskey "u">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "Odstrániť">
<!ENTITY tableDeleteMenu.accesskey "r">

<!-- text for "Join Cells" is in editor.properties
     ("JoinSelectedCells" and "JoinCellToRight")
     the access key must exist in both of those strings
     But value must be set here for accesskey to draw properly
-->
<!ENTITY tableJoinCells.label "b">
<!ENTITY tableJoinCells.accesskey "b">
<!ENTITY tableSplitCell.label "Rozdeliť bunky">
<!ENTITY tableSplitCell.accesskey "u">
<!ENTITY convertToTable.label "Vytvoriť tabuľku z výberu">
<!ENTITY convertToTable.accesskey "a">
<!ENTITY tableProperties.label "Vlastnosti tabuľky…">
<!ENTITY tableProperties.accesskey "o">

<!-- Toolbar-only items -->
<!ENTITY menuBar.tooltip "Panel Ponuka">
<!ENTITY formatToolbar.tooltip "Panel Formátovanie">
<!ENTITY cutToolbarCmd.tooltip "Vystrihnúť">
<!ENTITY copyToolbarCmd.tooltip "Kopírovať">
<!ENTITY pasteToolbarCmd.tooltip "Prilepiť">
<!ENTITY findToolbarCmd.label "Hľadať">
<!ENTITY findToolbarCmd.tooltip "Hľadať text na stránke">
<!ENTITY spellToolbarCmd.label "Pravopis">
<!ENTITY spellToolbarCmd.tooltip "Kontrola pravopisu označenej časti alebo celej stránky">
<!ENTITY imageToolbarCmd.label "Obrázok">
<!ENTITY imageToolbarCmd.tooltip "Upraviť vlastnosti označeného obrázka alebo vložiť nový">
<!ENTITY hruleToolbarCmd.label "Čiara">
<!ENTITY hruleToolbarCmd.tooltip "Vloží vodorovnú čiaru alebo upraví označenú">
<!ENTITY tableToolbarCmd.label "Tabuľka">
<!ENTITY tableToolbarCmd.tooltip "Upraviť vybranú tabuľku alebo vložiť novú">
<!ENTITY linkToolbarCmd.label "Odkaz">
<!ENTITY linkToolbarCmd.tooltip "Upraviť vybraný odkaz alebo vložiť nový">
<!ENTITY anchorToolbarCmd.label "Kotva">
<!ENTITY anchorToolbarCmd.tooltip "Upraviť vybranú kotvu alebo vložiť novú">
<!ENTITY colorButtons.title "Farby">
<!ENTITY TextColorButton.tooltip "Vyberte farbu pre text">
<!ENTITY BackgroundColorButton.tooltip "Vyberte farbu pozadia">
<!ENTITY HighlightColorButton.label "Zvýrazňovač">
<!ENTITY HighlightColorButton.tooltip "Vyberte farbu pre označený text">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSize.label "Veľkosť písma">
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Nastaviť veľkosť písma">
<!ENTITY smaller.label "Zmenšiť písmo">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Zmenšiť písmo">
<!ENTITY larger.label "Zväčšiť písmo">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "Zväčšiť písmo">
<!ENTITY bold.label "Tučné">
<!ENTITY boldToolbarCmd.tooltip "Nastaviť označený alebo nový text ako tučný">
<!ENTITY italic.label "Kurzíva">
<!ENTITY italicToolbarCmd.tooltip "Nastaviť označený alebo nový text ako kurzívu">
<!ENTITY underline.label "Podčiarknuté">
<!ENTITY underlineToolbarCmd.tooltip "Nastaviť označený alebo nový text ako podčiarknutý">
<!ENTITY bullets.label "Odrážky">
<!ENTITY bulletListToolbarCmd.tooltip "Použiť formát odrážkového zoznamu">
<!ENTITY numbers.label "Číslovanie">
<!ENTITY numberListToolbarCmd.tooltip "Použiť formát číslovaného zoznamu">
<!ENTITY outdent.label "Zväčšiť zarážku">
<!ENTITY outdentToolbarCmd.tooltip "Odsadiť text doľava">
<!ENTITY indent.label "Zmenšiť zarážku">
<!ENTITY indentToolbarCmd.tooltip "Odsadiť text doprava">
<!ENTITY AlignPopupButton.label "Zarovnanie">
<!ENTITY AlignPopupButton.tooltip "Nastaviť zarovnanie textu">
<!ENTITY InsertPopupButton.label "Vložiť">
<!ENTITY InsertPopupButton.tooltip "Vložií odkaz, kotvu, obrázok, vodorovnú čiaru alebo tabuľku">
<!ENTITY alignLeftButton.label "Zarovnať doľava">
<!ENTITY alignLeftButton.tooltip "Zarovnať text podľa ľavého okraja">
<!ENTITY alignCenterButton.label "Zarovnať na stred">
<!ENTITY alignCenterButton.tooltip "Zarovnať text na stred">
<!ENTITY alignRightButton.label "Zarovnať doprava">
<!ENTITY alignRightButton.tooltip "Zarovnať text podľa pravého okraja">
<!ENTITY alignJustifyButton.label "Zarovnať obojstranne">
<!ENTITY alignJustifyButton.tooltip "Zarovnať text podľa pravého a ľavého okraja">

<!-- Structure Toolbar Context Menu items -->
<!ENTITY structSelect.label         "Vybrať">
<!ENTITY structSelect.accesskey     "V">
<!ENTITY structRemoveTag.label      "Odstrániť značku">
<!ENTITY structRemoveTag.accesskey  "O">
<!ENTITY structChangeTag.label      "Zmeniť značku">
<!ENTITY structChangeTag.accesskey  "m">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "Vložiť">
<!ENTITY insertTOC.accesskey      "V">
<!ENTITY updateTOC.label          "Aktualizovať">
<!ENTITY updateTOC.accesskey      "A">
<!ENTITY removeTOC.label          "Odstrániť">
<!ENTITY removeTOC.accesskey      "O">
<!ENTITY tocMenu.label            "Obsah">
<!ENTITY tocMenu.accesskey        "s">