blob: f13da09b9128c71d182177ed7bead7e380dfa357 (
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
|
# 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/.
# Display Name
vcard-displayname = Zobrazované jméno
vcard-displayname-placeholder =
.placeholder = { vcard-displayname }
# Type selection
vcard-entry-type-label = Typ
vcard-entry-type-home = Domů
vcard-entry-type-work = Práce
vcard-entry-type-none = Žádný
vcard-entry-type-custom = Vlastní
# N vCard field
vcard-name-header = Jméno
vcard-n-prefix = Titul před jménem
vcard-n-add-prefix =
.title = Přidat titul před jménem
vcard-n-firstname = Křestní jméno
vcard-n-add-firstname =
.title = Přidat křestní jméno
vcard-n-middlename = Prostřední jméno
vcard-n-add-middlename =
.title = Přidat prostřední jméno
vcard-n-lastname = Příjmení
vcard-n-add-lastname =
.title = Přidat příjmení
vcard-n-suffix = Titul za jménem
vcard-n-add-suffix =
.title = Přidat titul za jménem
# Nickname
# Email vCard field
vcard-email-header = E-mailové adresy
vcard-email-add = Přidat e-mailové adresy
vcard-email-label = E-mailová adresa
vcard-primary-email-label = Výchozí
# URL vCard field
vcard-url-header = Webové stránky
vcard-url-add = Přidat webovou stránku
vcard-url-label = Webová stránka
# Tel vCard field
vcard-tel-header = Telefonní čísla
vcard-tel-add = Přidat telefonní číslo
vcard-tel-label = Telefonní číslo
# TZ vCard field
vcard-tz-header = Časové pásmo
vcard-tz-add = Přidat časové pásmo
# IMPP vCard field
vcard-impp-add = Přidat účet chatu
vcard-impp-label = Účet chatu
# BDAY and ANNIVERSARY vCard field
vcard-bday-anniversary-header = Speciální data
vcard-bday-anniversary-add = Přidat speciální datum
vcard-bday-label = Narozeniny
vcard-anniversary-label = Výročí
vcard-date-day = Den
vcard-date-month = Měsíc
vcard-date-year = Rok
# ADR vCard field
vcard-adr-header = Adresy
vcard-adr-add = Přidat adresu
vcard-adr-label = Adresa
vcard-adr-delivery-label = Doručovací štítek
vcard-adr-street = Ulice
# Or "Locality"
vcard-adr-locality = Město
# Or "Region"
vcard-adr-region = Stát/Kraj
# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only.
vcard-adr-code = PSČ
vcard-adr-country = Země
# NOTE vCard field
vcard-note-header = Poznámky
vcard-note-add = Přidat poznámku
# TITLE, ROLE and ORGANIZATION vCard fields
vcard-org-header = Informace o společnosti
vcard-org-add = Přidat informace o společnosti
vcard-org-title = Pozice
vcard-org-role = Role
vcard-org-org = Společnost
# Custom properties
|