blob: 935f82be8ad354b485100f63e2dc3c6dab08856e (
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
|
<!-- 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/. -->
<!-- Used in networks-edit dialog -->
<!ENTITY networksEditDialog.title "Editor sítí">
<!-- LOCALIZATION NOTE
- width should be 62ch + length of longest serverList*.label -->
<!ENTITY networksEditDialog.size "width: 75ch; height: 28em;">
<!ENTITY restoreButton.label "Obnovit výchozí">
<!ENTITY restoreButton.accesskey "v">
<!ENTITY connectNetwork.label "Připojit k síti">
<!ENTITY connectNetwork.accesskey "P">
<!ENTITY networkListAdd.label "Přidat síť…">
<!ENTITY networkListAdd.accesskey "a">
<!ENTITY networkListAdd.tooltip "Přidat novou síť">
<!ENTITY networkListEdit.label "Upravit síť…">
<!ENTITY networkListEdit.accesskey "U">
<!ENTITY networkListEdit.tooltip "Upravit vybranou síť">
<!ENTITY networkListRemove.label "Odebrat síť">
<!ENTITY networkListRemove.accesskey "r">
<!ENTITY networkListRemove.tooltip "Odebrat vybranou síť">
<!ENTITY serverListUp.label "Přesunout nahoru">
<!ENTITY serverListUp.accesskey "u">
<!ENTITY serverListUp.tooltip "Přesunout vybraný server v seznamu nahoru">
<!ENTITY serverListDown.label "Přesunout dolů">
<!ENTITY serverListDown.accesskey "d">
<!ENTITY serverListDown.tooltip "Přesunout vybraný server v seznamu dolů">
<!ENTITY serverListAdd.label "Přidat server…">
<!ENTITY serverListAdd.accesskey "s">
<!ENTITY serverListAdd.tooltip "Přidat nový server">
<!ENTITY serverListEdit.label "Upravit server…">
<!ENTITY serverListEdit.accesskey "i">
<!ENTITY serverListEdit.tooltip "Upravit vybraný server">
<!ENTITY serverListRemove.label "Odebrat server">
<!ENTITY serverListRemove.accesskey "d">
<!ENTITY serverListRemove.tooltip "Odebrat vybraný server">
<!-- LOCALIZATION NOTE:
- *.label are shared between networks-edit and networks-server dialogs
- *.accesskey are only used in network-servers dialog -->
<!ENTITY serverDetails.label "Podrobnosti o vybraném serveru:">
<!ENTITY serverName.label "Server:">
<!ENTITY serverName.accesskey "S">
<!ENTITY serverPort.label "Port:">
<!ENTITY serverPort.accesskey "P">
<!ENTITY connectionSecurity.label "Zabezpečení připojení:">
<!ENTITY connectionSecurity.accesskey "n">
<!-- Used in networks-server dialog -->
<!ENTITY serverEditDialog.title "IRC server">
<!ENTITY settings.caption "Nastavení">
<!ENTITY security.caption "Zabezpečení">
<!ENTITY serverPortDefault.label "Výchozí:">
|