~ubuntu-branches/ubuntu/maverick/gimp/maverick-security

1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1
# Czech translation of GIMP script-fu.
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2
# Copyright (C) 2001, 2003, 2006, 2007, 2008, 2009 the author(s) of the GIMP.
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
3
# Copyright (C) 2004, 2005 Miloslav Trmac <mitr@volny.cz>.
4
# This file is distributed under the same license as the gimp-script-fu package.
1 by Daniel Holbach
Import upstream version 2.2.9
5
# Stanislav Brabec <utx@penguin.cz>, 2000-2001.
6
# Michal Bukovjan <bukm@centrum.cz>, 2003.
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
7
# Miloslav Trmac <mitr@volny.cz>, 2003 - 2005.
8
# Jakub Friedl <jfriedl@suse.cz>, 2006, 2007.
0.3.2 by Ari Pollak
Import upstream version 2.6.8
9
# JardaK <krejci@zstenis.com>, 2009.
1 by Daniel Holbach
Import upstream version 2.2.9
10
msgid ""
11
msgstr ""
0.3.2 by Ari Pollak
Import upstream version 2.6.8
12
"Project-Id-Version: script-fu\n"
1 by Daniel Holbach
Import upstream version 2.2.9
13
"Report-Msgid-Bugs-To: \n"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
14
"POT-Creation-Date: 2009-09-06 00:42+0200\n"
15
"PO-Revision-Date: 2009-08-24 19:15+0200\n"
16
"Last-Translator: JardaK <krejci@zstenis.com>\n"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
17
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
1 by Daniel Holbach
Import upstream version 2.2.9
18
"MIME-Version: 1.0\n"
19
"Content-Type: text/plain; charset=UTF-8\n"
20
"Content-Transfer-Encoding: 8bit\n"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
21
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
1 by Daniel Holbach
Import upstream version 2.2.9
22
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
23
#: ../plug-ins/script-fu/script-fu-console.c:131
24
#: ../plug-ins/script-fu/script-fu-console.c:198
1 by Daniel Holbach
Import upstream version 2.2.9
25
msgid "Script-Fu Console"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
26
msgstr "Konzola Script-Fu"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
27
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
28
#: ../plug-ins/script-fu/script-fu-console.c:194
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
29
msgid "Welcome to TinyScheme"
30
msgstr "Vítá vás TinyScheme"
31
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
32
#: ../plug-ins/script-fu/script-fu-console.c:200
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
33
msgid "Interactive Scheme Development"
34
msgstr "Interaktivní vývoj ve Scheme"
35
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
36
#: ../plug-ins/script-fu/script-fu-console.c:236
1 by Daniel Holbach
Import upstream version 2.2.9
37
msgid "_Browse..."
38
msgstr "_Procházet..."
39
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
40
#: ../plug-ins/script-fu/script-fu-console.c:294
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
41
msgid "Save Script-Fu Console Output"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
42
msgstr "Uložit výstup konzoly Script-Fu"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
43
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
44
#: ../plug-ins/script-fu/script-fu-console.c:341
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
45
#, c-format
46
msgid "Could not open '%s' for writing: %s"
47
msgstr "Nelze otevřít '%s' pro zápis: %s"
48
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
49
#: ../plug-ins/script-fu/script-fu-console.c:370
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
50
msgid "Script-Fu Procedure Browser"
51
msgstr "Prohlížeč procedur Script-Fu"
52
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
53
#: ../plug-ins/script-fu/script-fu-eval.c:63
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
54
msgid "Script-Fu evaluation mode only allows non-interactive invocation"
55
msgstr "Evaluační režim Script-fu umožňuje pouze neinteraktivní spuštění"
56
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
57
#: ../plug-ins/script-fu/script-fu-interface.c:196
1 by Daniel Holbach
Import upstream version 2.2.9
58
msgid "Script-Fu cannot process two scripts at the same time."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
59
msgstr "Script-Fu nemůže zároveň zpracovávat dva skripty."
1 by Daniel Holbach
Import upstream version 2.2.9
60
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
61
#: ../plug-ins/script-fu/script-fu-interface.c:198
1 by Daniel Holbach
Import upstream version 2.2.9
62
#, c-format
63
msgid "You are already running the \"%s\" script."
64
msgstr "Již spouštíte skript \"%s\"."
65
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
66
#: ../plug-ins/script-fu/script-fu-interface.c:224
1 by Daniel Holbach
Import upstream version 2.2.9
67
#, c-format
68
msgid "Script-Fu: %s"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
69
msgstr "Script-Fu: %s"
1 by Daniel Holbach
Import upstream version 2.2.9
70
71
#. we add a colon after the label;
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
72
#. *  some languages want an extra space here
73
#.
74
#: ../plug-ins/script-fu/script-fu-interface.c:288
1 by Daniel Holbach
Import upstream version 2.2.9
75
#, c-format
76
msgid "%s:"
77
msgstr "%s:"
78
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
79
#: ../plug-ins/script-fu/script-fu-interface.c:336
1 by Daniel Holbach
Import upstream version 2.2.9
80
msgid "Script-Fu Color Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
81
msgstr "Script-Fu výběr barvy"
1 by Daniel Holbach
Import upstream version 2.2.9
82
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
83
#: ../plug-ins/script-fu/script-fu-interface.c:445
1 by Daniel Holbach
Import upstream version 2.2.9
84
msgid "Script-Fu File Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
85
msgstr "Script-Fu výběr souboru"
1 by Daniel Holbach
Import upstream version 2.2.9
86
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
87
#: ../plug-ins/script-fu/script-fu-interface.c:448
1 by Daniel Holbach
Import upstream version 2.2.9
88
msgid "Script-Fu Folder Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
89
msgstr "Script-Fu výběr adresáře"
1 by Daniel Holbach
Import upstream version 2.2.9
90
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
91
#: ../plug-ins/script-fu/script-fu-interface.c:461
1 by Daniel Holbach
Import upstream version 2.2.9
92
msgid "Script-Fu Font Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
93
msgstr "Script-Fu výběr písma"
1 by Daniel Holbach
Import upstream version 2.2.9
94
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
95
#: ../plug-ins/script-fu/script-fu-interface.c:469
1 by Daniel Holbach
Import upstream version 2.2.9
96
msgid "Script-Fu Palette Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
97
msgstr "Script-Fu výběr palety"
98
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
99
#: ../plug-ins/script-fu/script-fu-interface.c:478
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
100
msgid "Script-Fu Pattern Selection"
101
msgstr "Script-Fu výběr vzorku"
102
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
103
#: ../plug-ins/script-fu/script-fu-interface.c:487
1 by Daniel Holbach
Import upstream version 2.2.9
104
msgid "Script-Fu Gradient Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
105
msgstr "Script-Fu výběr přechodu"
1 by Daniel Holbach
Import upstream version 2.2.9
106
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
107
#: ../plug-ins/script-fu/script-fu-interface.c:496
1 by Daniel Holbach
Import upstream version 2.2.9
108
msgid "Script-Fu Brush Selection"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
109
msgstr "Script-Fu výběr stopy"
110
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
111
#: ../plug-ins/script-fu/script-fu-interface.c:824
0.3.2 by Ari Pollak
Import upstream version 2.6.8
112
#, c-format
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
113
msgid "Error while executing %s:"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
114
msgstr "Chyba při spouštění %s:"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
115
116
#: ../plug-ins/script-fu/script-fu-scripts.c:150
117
msgid "Too few arguments to 'script-fu-register' call"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
118
msgstr "Příliš málo argumentů pro volání 'script-fu-register'"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
119
120
#: ../plug-ins/script-fu/script-fu-scripts.c:609
0.3.2 by Ari Pollak
Import upstream version 2.6.8
121
#, c-format
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
122
msgid "Error while loading %s:"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
123
msgstr "Chyba při nahrávání %s:"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
124
125
#: ../plug-ins/script-fu/script-fu-server.c:713
1 by Daniel Holbach
Import upstream version 2.2.9
126
msgid "Script-Fu Server Options"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
127
msgstr "Volby serveru Script-Fu"
128
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
129
#: ../plug-ins/script-fu/script-fu-server.c:718
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
130
msgid "_Start Server"
131
msgstr "_Spustit server"
132
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
133
#: ../plug-ins/script-fu/script-fu-server.c:746
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
134
msgid "Server port:"
1 by Daniel Holbach
Import upstream version 2.2.9
135
msgstr "Port serveru:"
136
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
137
#: ../plug-ins/script-fu/script-fu-server.c:752
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
138
msgid "Server logfile:"
1 by Daniel Holbach
Import upstream version 2.2.9
139
msgstr "Žurnálový soubor serveru:"
140
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
141
#: ../plug-ins/script-fu/script-fu.c:111
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
142
msgid "Interactive console for Script-Fu development"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
143
msgstr "Interaktivní konzola pro vývoj Script-Fu"
144
145
#: ../plug-ins/script-fu/script-fu.c:117
146
msgid "_Console"
147
msgstr "_Konzola Script-Fu"
148
149
#: ../plug-ins/script-fu/script-fu.c:141
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
150
msgid "Server for remote Script-Fu operation"
151
msgstr "Server pro vzdálené vykonávání Script-Fu"
152
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
153
#: ../plug-ins/script-fu/script-fu.c:146
1 by Daniel Holbach
Import upstream version 2.2.9
154
msgid "_Start Server..."
155
msgstr "_Spustit server..."
156
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
157
#: ../plug-ins/script-fu/script-fu.c:302
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
158
msgid "_GIMP Online"
159
msgstr "_GIMP online"
160
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
161
#: ../plug-ins/script-fu/script-fu.c:303
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
162
msgid "_User Manual"
163
msgstr "_Uživatelská příručka"
164
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
165
#: ../plug-ins/script-fu/script-fu.c:306
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
166
msgid "_Script-Fu"
167
msgstr "_Script-Fu"
168
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
169
#: ../plug-ins/script-fu/script-fu.c:308
170
msgid "_Test"
171
msgstr "_Test"
172
173
#: ../plug-ins/script-fu/script-fu.c:311
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
174
msgid "_Buttons"
175
msgstr "_Tlačítka"
176
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
177
#: ../plug-ins/script-fu/script-fu.c:313
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
178
msgid "_Logos"
179
msgstr "_Loga"
180
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
181
#: ../plug-ins/script-fu/script-fu.c:315
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
182
msgid "_Patterns"
183
msgstr "_Vzorky"
184
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
185
#: ../plug-ins/script-fu/script-fu.c:318
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
186
msgid "_Web Page Themes"
187
msgstr "_Témata WWW stránek"
188
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
189
#: ../plug-ins/script-fu/script-fu.c:320
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
190
msgid "_Alien Glow"
191
msgstr "Mimozemská _záře"
192
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
193
#: ../plug-ins/script-fu/script-fu.c:322
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
194
msgid "_Beveled Pattern"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
195
msgstr "_Zkosený vzorek"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
196
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
197
#: ../plug-ins/script-fu/script-fu.c:324
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
198
msgid "_Classic.Gimp.Org"
199
msgstr "_Classic.Gimp.Org"
200
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
201
#: ../plug-ins/script-fu/script-fu.c:327
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
202
msgid "Alpha to _Logo"
203
msgstr "Alfa do _loga"
204
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
205
#: ../plug-ins/script-fu/script-fu.c:330
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
206
msgid "Re-read all available Script-Fu scripts"
207
msgstr "Načíst znovu všechny dostupné skripty Script-Fu"
208
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
209
#: ../plug-ins/script-fu/script-fu.c:335
1 by Daniel Holbach
Import upstream version 2.2.9
210
msgid "_Refresh Scripts"
211
msgstr "_Obnovit skripty"
212
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
213
#: ../plug-ins/script-fu/script-fu.c:358
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
214
msgid ""
215
"You can not use \"Refresh Scripts\" while a Script-Fu dialog box is open.  "
216
"Please close all Script-Fu windows and try again."
217
msgstr ""
218
"Nelze obnovit skripty, pokud je otevřen dialog Script-Fu. Zavřete prosím "
219
"všechny okna Script-Fu a zkuste to znovu."
1 by Daniel Holbach
Import upstream version 2.2.9
220
221
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1
222
msgid "3D _Outline..."
223
msgstr "3D _obrys..."
224
225
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
226
msgid "Bumpmap (alpha layer) blur radius"
227
msgstr "Poloměr rozostření mapy vyvýšení (alfa vrstvy)"
1 by Daniel Holbach
Import upstream version 2.2.9
228
229
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
230
msgid "Create a logo with outlined text and a drop shadow"
231
msgstr "Vytvořit logo s obrysem textu a stínem"
1 by Daniel Holbach
Import upstream version 2.2.9
232
233
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:4
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
234
#: ../plug-ins/script-fu/scripts/glossy.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
235
msgid "Default bumpmap settings"
236
msgstr "Implicitní nastavení mapy vyvýšení"
237
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
238
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
239
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:5
240
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4
241
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6
242
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4
243
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5
244
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:3
245
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3
246
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2
247
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11
248
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6
249
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:5
250
#: ../plug-ins/script-fu/scripts/chalk.scm.h:5
251
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8
252
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6
253
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5
254
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6
255
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6
256
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
257
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:5
258
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:6
259
#: ../plug-ins/script-fu/scripts/glossy.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
260
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
261
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
262
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2
263
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6
264
#: ../plug-ins/script-fu/scripts/news-text.scm.h:7
265
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3
266
#: ../plug-ins/script-fu/scripts/slide.scm.h:2
267
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7
268
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
269
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
270
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
271
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
272
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6
273
#: ../plug-ins/script-fu/scripts/title-header.scm.h:2
274
msgid "Font"
275
msgstr "Písmo"
276
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
277
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
278
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6
279
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5
280
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7
281
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5
282
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6
283
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4
284
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4
285
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3
286
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12
287
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7
288
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:6
289
#: ../plug-ins/script-fu/scripts/chalk.scm.h:6
290
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9
291
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7
292
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6
293
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7
294
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7
295
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
296
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:6
297
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:7
298
#: ../plug-ins/script-fu/scripts/glossy.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
299
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
300
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
301
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3
302
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7
303
#: ../plug-ins/script-fu/scripts/news-text.scm.h:8
304
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4
305
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8
306
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
307
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
308
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
309
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
310
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7
311
#: ../plug-ins/script-fu/scripts/title-header.scm.h:3
312
msgid "Font size (pixels)"
313
msgstr "Velikost písma (pixely)"
314
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
315
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
316
msgid "Outline blur radius"
317
msgstr "Poloměr rozostření obrysu"
318
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
319
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:8
0.3.2 by Ari Pollak
Import upstream version 2.6.8
320
msgid ""
321
"Outline the selected region (or alpha) with a pattern and add a drop shadow"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
322
msgstr "Obtáhnout vybranou oblast (nebo alfu) vzorkem a přidat vržený stín"
323
1 by Daniel Holbach
Import upstream version 2.2.9
324
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9
325
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5
326
#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3
327
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5
328
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5
329
#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3
330
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13
331
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11
332
msgid "Pattern"
333
msgstr "Vzorek"
334
335
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:10
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
336
#: ../plug-ins/script-fu/scripts/glossy.scm.h:16
1 by Daniel Holbach
Import upstream version 2.2.9
337
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:6
338
msgid "Shadow X offset"
339
msgstr "X posun stínu"
340
341
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:11
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
342
#: ../plug-ins/script-fu/scripts/glossy.scm.h:17
1 by Daniel Holbach
Import upstream version 2.2.9
343
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:7
344
msgid "Shadow Y offset"
345
msgstr "Y posun stínu"
346
347
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:12
348
msgid "Shadow blur radius"
349
msgstr "Poloměr rozostření stínu"
350
351
#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13
352
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10
353
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8
354
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10
355
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:6
356
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:7
357
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9
358
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7
359
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6
360
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:17
361
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:10
362
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:8
363
#: ../plug-ins/script-fu/scripts/chalk.scm.h:7
364
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:14
365
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:9
366
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:11
367
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10
368
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:8
369
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:7
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
370
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:13
371
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:17
372
#: ../plug-ins/script-fu/scripts/glossy.scm.h:18
1 by Daniel Holbach
Import upstream version 2.2.9
373
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:8
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
374
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
375
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:7
376
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:10
377
#: ../plug-ins/script-fu/scripts/news-text.scm.h:10
378
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:13
379
#: ../plug-ins/script-fu/scripts/slide.scm.h:5
380
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11
381
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:8
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
382
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
383
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
384
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
385
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:14
386
#: ../plug-ins/script-fu/scripts/title-header.scm.h:5
387
msgid "Text"
388
msgstr "Text"
389
390
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:1
391
msgid "3_D Truchet..."
392
msgstr "3D _klikatice..."
393
394
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
395
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1
396
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1
397
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1
398
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2
399
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3
400
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2
401
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3
402
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2
403
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3
404
#: ../plug-ins/script-fu/scripts/chalk.scm.h:1
405
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3
406
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2
407
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2
408
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2
409
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:1
410
#: ../plug-ins/script-fu/scripts/glossy.scm.h:2
411
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2
412
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2
413
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1
414
#: ../plug-ins/script-fu/scripts/news-text.scm.h:1
415
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1
416
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2
417
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2
418
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
419
#: ../plug-ins/script-fu/scripts/truchet.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
420
msgid "Background color"
421
msgstr "Barva pozadí"
1 by Daniel Holbach
Import upstream version 2.2.9
422
423
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:3
424
#: ../plug-ins/script-fu/scripts/truchet.scm.h:2
425
msgid "Block size"
426
msgstr "Velikost bloku"
427
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
428
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:4
429
msgid "Create an image filled with a 3D Truchet pattern"
430
msgstr "Vytvořit obrázek vyplněný 3D klikaticí"
431
1 by Daniel Holbach
Import upstream version 2.2.9
432
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:5
433
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:7
434
msgid "End blend"
435
msgstr "Splývání konce"
436
437
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:6
438
#: ../plug-ins/script-fu/scripts/truchet.scm.h:5
439
msgid "Number of X tiles"
440
msgstr "X počet dlaždic"
441
442
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:7
443
#: ../plug-ins/script-fu/scripts/truchet.scm.h:6
444
msgid "Number of Y tiles"
445
msgstr "Y počet dlaždic"
446
447
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:8
448
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:16
449
msgid "Start blend"
450
msgstr "Počátek mísení"
451
452
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:9
453
msgid "Supersample"
454
msgstr "Převzorkování"
455
456
#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:10
457
#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:4
458
#: ../plug-ins/script-fu/scripts/truchet.scm.h:8
459
msgid "Thickness"
460
msgstr "Tloušťka"
461
462
#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:1
463
msgid "Add B_evel..."
464
msgstr "Přidat _zkosení..."
465
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
466
#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:2
467
msgid "Add a beveled border to an image"
468
msgstr "Přidat zkosený okraj obrázku"
469
1 by Daniel Holbach
Import upstream version 2.2.9
470
#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3
471
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:12
472
msgid "Keep bump layer"
473
msgstr "Zachovat vrstvu vyvýšení"
474
475
#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:5
476
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:10
477
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:6
478
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:8
479
#: ../plug-ins/script-fu/scripts/slide.scm.h:6
480
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:6
481
msgid "Work on copy"
482
msgstr "Pracovat s kopií"
483
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
484
#: ../plug-ins/script-fu/scripts/addborder.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
485
msgid "Add _Border..."
486
msgstr "Přidat _okraj..."
487
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
488
#: ../plug-ins/script-fu/scripts/addborder.scm.h:2
489
msgid "Add a border around an image"
490
msgstr "Přidat okraj obrázku"
491
1 by Daniel Holbach
Import upstream version 2.2.9
492
#: ../plug-ins/script-fu/scripts/addborder.scm.h:3
493
msgid "Border X size"
494
msgstr "Velikost okraje X"
495
496
#: ../plug-ins/script-fu/scripts/addborder.scm.h:4
497
msgid "Border Y size"
498
msgstr "Velikost okraje Y"
499
500
#: ../plug-ins/script-fu/scripts/addborder.scm.h:5
501
msgid "Border color"
502
msgstr "Barva okraje"
503
504
#: ../plug-ins/script-fu/scripts/addborder.scm.h:6
505
msgid "Delta value on color"
506
msgstr "Delta hodnota barvy"
507
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
508
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2
509
msgid "Create an arrow graphic with an eerie glow for web pages"
510
msgstr "Vytvořit obrázek šipky se strašidelnou září určený pro web"
1 by Daniel Holbach
Import upstream version 2.2.9
511
512
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3
513
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2
514
msgid "Down"
515
msgstr "Dolů"
516
517
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4
518
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5
519
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3
520
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:4
521
#: ../plug-ins/script-fu/scripts/camo.scm.h:5
522
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6
523
msgid "Flatten image"
524
msgstr "Zploštit obrázek"
525
526
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5
527
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6
528
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4
529
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7
530
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6
531
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
532
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
533
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
534
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
535
msgid "Glow color"
536
msgstr "Barva záře"
537
538
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6
539
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3
540
msgid "Left"
541
msgstr "Nalevo"
542
543
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7
544
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4
545
msgid "Orientation"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
546
msgstr "Směr"
1 by Daniel Holbach
Import upstream version 2.2.9
547
548
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8
549
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6
550
msgid "Right"
551
msgstr "Napravo"
552
553
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9
554
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7
555
#: ../plug-ins/script-fu/scripts/lava.scm.h:7
556
msgid "Size"
557
msgstr "Velikost"
558
559
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10
560
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8
561
msgid "Up"
562
msgstr "Nahoru"
563
564
#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11
565
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9
566
msgid "_Arrow..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
567
msgstr "Šipk_a..."
1 by Daniel Holbach
Import upstream version 2.2.9
568
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
569
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
570
msgid "Bar height"
571
msgstr "Výška kusu"
572
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
573
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
574
msgid "Bar length"
575
msgstr "Délka kusu"
576
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
577
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4
578
msgid "Create an Hrule graphic with an eerie glow for web pages"
579
msgstr "Vytvořit horizontální linku se strašidelnou září určenou pro web"
580
1 by Daniel Holbach
Import upstream version 2.2.9
581
#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7
582
#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5
583
msgid "_Hrule..."
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
584
msgstr "_Vodorovný oddělovač..."
1 by Daniel Holbach
Import upstream version 2.2.9
585
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
586
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2
587
msgid "Create a bullet graphic with an eerie glow for web pages"
588
msgstr "Vytvořit obrázek odrážky se strašidelnou září určený pro web"
589
1 by Daniel Holbach
Import upstream version 2.2.9
590
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
591
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:6
592
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
593
msgid "Radius"
594
msgstr "Poloměr"
595
596
#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6
597
#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5
598
msgid "_Bullet..."
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
599
msgstr "_Odrážka..."
1 by Daniel Holbach
Import upstream version 2.2.9
600
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
601
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:1
602
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
603
msgid "B_utton..."
604
msgstr "_Tlačítko..."
605
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
606
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3
607
msgid "Create a button graphic with an eerie glow for web pages"
608
msgstr "Vytvořit tlačítko se strašidelnou září určené pro web"
609
1 by Daniel Holbach
Import upstream version 2.2.9
610
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8
611
msgid "Glow radius"
612
msgstr "Poloměr záře"
613
614
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:9
615
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:6
616
msgid "Padding"
617
msgstr "Výplň"
618
619
#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:11
620
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:7
621
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:8
622
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:10
623
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8
624
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:18
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
625
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:14
626
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:18
1 by Daniel Holbach
Import upstream version 2.2.9
627
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:8
628
#: ../plug-ins/script-fu/scripts/news-text.scm.h:11
629
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:14
630
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:9
631
msgid "Text color"
632
msgstr "Barva textu"
633
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
634
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1
635
msgid "Add an eerie glow around the selected region (or alpha)"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
636
msgstr "Přidat strašidelnou záři kolem vybrané oblasti (nebo alfy)"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
637
638
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
639
msgid "Alien _Glow..."
640
msgstr "Mimozemská _záře..."
641
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
642
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3
643
msgid "Create a logo with an alien glow around the text"
644
msgstr "Vytvořit logo s mimozemskou září kolem textu"
645
1 by Daniel Holbach
Import upstream version 2.2.9
646
#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7
647
msgid "Glow size (pixels * 4)"
648
msgstr "Velikost záře (pixely * 4)"
649
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
650
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1
651
msgid "Add psychedelic outlines to the selected region (or alpha)"
652
msgstr "Přidat psychedelické obrysy do vybrané oblasti (či alfy)"
653
654
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
655
msgid "Alien _Neon..."
656
msgstr "Mimozemský _neon..."
657
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
658
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4
659
msgid "Create a logo with psychedelic outlines around the text"
660
msgstr "Vytvořit logo s psychedelickými obrysy kolem textu"
661
1 by Daniel Holbach
Import upstream version 2.2.9
662
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5
663
msgid "Fade away"
664
msgstr "Pohasínání"
665
666
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9
667
msgid "Number of bands"
668
msgstr "Počet pruhů"
669
670
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11
671
msgid "Width of bands"
672
msgstr "Šířka pruhů"
673
674
#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12
675
msgid "Width of gaps"
676
msgstr "Šířka mezer"
677
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
678
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:1
679
msgid ""
680
"Add a gradient effect, a drop shadow, and a background to the selected "
681
"region (or alpha)"
682
msgstr "Přidat efekt přechodu, stín a pozadí do vybrané oblasti (nebo alfy)"
683
684
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:3
685
msgid ""
686
"Create a plain text logo with a gradient effect, a drop shadow, and a "
687
"background"
688
msgstr "Vytvořit jednoduché textové logo s přechodem, stínem a pozadím"
689
1 by Daniel Holbach
Import upstream version 2.2.9
690
#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8
691
msgid "_Basic I..."
692
msgstr "_Základní I..."
693
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
694
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1
695
msgid "Add a shadow and a highlight to the selected region (or alpha)"
696
msgstr "Přidat stín a světlo k vybrané oblasti (nebo alfě)"
697
698
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
699
msgid "B_asic II..."
700
msgstr "Základní _II..."
701
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
702
#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4
703
msgid "Create a simple logo with a shadow and a highlight"
704
msgstr "Vytvořit jednoduché logo se stínem a světlem"
705
1 by Daniel Holbach
Import upstream version 2.2.9
706
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
707
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
708
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:1
709
msgid "Bevel width"
710
msgstr "Šířka zkosení"
711
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
712
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2
713
msgid "Create a simple, beveled button graphic for webpages"
714
msgstr "Vytvořit jednoduché zkosené tlačítko pro web"
715
1 by Daniel Holbach
Import upstream version 2.2.9
716
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5
717
msgid "Lower-right color"
718
msgstr "Pravá dolní barva"
719
720
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:7
721
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6
722
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11
723
msgid "Pressed"
724
msgstr "Stisknuto"
725
726
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8
727
msgid "Simple _Beveled Button..."
728
msgstr "Jednoduché _zkosené tlačítko..."
729
730
#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11
731
msgid "Upper-left color"
732
msgstr "Levá horní barva"
733
734
#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
735
msgid "Create a beveled pattern arrow for webpages"
736
msgstr "Vytvořit zkosenou šipku se vzorkem pro web"
737
1 by Daniel Holbach
Import upstream version 2.2.9
738
#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
739
msgid "Create a beveled pattern bullet for webpages"
740
msgstr "Vytvořit zkosenou odrážku se vzorkem pro web"
1 by Daniel Holbach
Import upstream version 2.2.9
741
742
#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2
743
msgid "Diameter"
744
msgstr "Průměr"
745
746
#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4
747
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7
748
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:4
749
msgid "Transparent background"
750
msgstr "Průhledné pozadí"
751
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
752
#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2
753
msgid "Create a beveled pattern button for webpages"
754
msgstr "Vytvořit zkosené tlačítko se vzorkem pro web"
755
756
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1
757
msgid "Create a beveled pattern heading for webpages"
758
msgstr "Vytvořit zkosenou hlavičku se vzorkem pro web"
759
1 by Daniel Holbach
Import upstream version 2.2.9
760
#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4
761
msgid "H_eading..."
762
msgstr "_Nadpis..."
763
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
764
#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1
765
msgid "Create a beveled pattern hrule for webpages"
766
msgstr "Vytvořit zkosenou vodorovnou čáru se vzorkem pro web"
767
1 by Daniel Holbach
Import upstream version 2.2.9
768
#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
769
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
770
#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:4
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
771
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
772
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:7
773
msgid "Height"
774
msgstr "Výška"
775
776
#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4
777
#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
778
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:11
1 by Daniel Holbach
Import upstream version 2.2.9
779
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:11
780
msgid "Width"
781
msgstr "Šířka"
782
783
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
784
msgid "Blend Animation needs at least three source layers"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
785
msgstr "Animace mísení vyžaduje nejméně tři zdrojové vrstvy"
1 by Daniel Holbach
Import upstream version 2.2.9
786
787
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
788
msgid ""
789
"Create intermediate layers to blend two or more layers over a background as "
790
"an animation"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
791
msgstr ""
792
"Vytvořit mezivrstvy pro animaci mísení dvou nebo více vrstev nad pozadím"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
793
794
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
795
msgid "Intermediate frames"
796
msgstr "Mezilehlá políčka"
797
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
798
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
799
msgid "Looped"
800
msgstr "Smyčka"
801
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
802
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
803
msgid "Max. blur radius"
804
msgstr "Nejvyšší poloměr rozostření"
805
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
806
#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
807
msgid "_Blend..."
808
msgstr "_Smísit..."
809
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
810
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:1
811
msgid ""
812
"Add blended backgrounds, highlights, and shadows to the selected region (or "
813
"alpha)"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
814
msgstr "Přidat mísená pozadí, světla a stíny do vybrané oblasti (nebo alfy)"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
815
816
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
817
msgid "Blen_ded..."
818
msgstr "_Smíchání..."
819
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
820
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
821
msgid "Blend mode"
822
msgstr "Režim mísení"
823
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
824
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:5
825
msgid "Create a logo with blended backgrounds, highlights, and shadows"
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
826
msgstr "Vytvořit logo s prolnutými pozadími, světly a stíny"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
827
1 by Daniel Holbach
Import upstream version 2.2.9
828
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:6
829
msgid "Custom Gradient"
830
msgstr "Vlastní přechod"
831
832
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:8
833
msgid "FG-BG-HSV"
834
msgstr "Popředí-pozadí-HSV"
835
836
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:9
837
msgid "FG-BG-RGB"
838
msgstr "Popředí-pozadí-RGB"
839
840
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:10
841
msgid "FG-Transparent"
842
msgstr "Průhledné popředí"
843
844
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:13
845
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:7
846
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8
847
#: ../plug-ins/script-fu/scripts/land.scm.h:3
848
#: ../plug-ins/script-fu/scripts/lava.scm.h:2
849
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:4
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
850
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
851
msgid "Gradient"
852
msgstr "Přechod"
853
854
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:14
855
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:8
856
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9
857
#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:3
858
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:5
859
#: ../plug-ins/script-fu/scripts/title-header.scm.h:4
860
msgid "Gradient reverse"
861
msgstr "Obrácený přechod"
862
863
#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:15
864
msgid "Offset (pixels)"
865
msgstr "Posun (pixely)"
866
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
867
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:1
868
msgid "Add 'cow spots' to the selected region (or alpha)"
869
msgstr "Přidat 'kraví skvrny' do vybrané oblasti (nebo alfy)"
870
871
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:2
872
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
873
msgid "Background Color"
874
msgstr "Barva pozadí"
875
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
876
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
877
msgid "Bo_vination..."
878
msgstr "_Fleky..."
879
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
880
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5
881
msgid "Create a logo with text in the style of 'cow spots'"
882
msgstr "Vytvořit logo s textem ve stylu 'kravích skvrn'"
883
1 by Daniel Holbach
Import upstream version 2.2.9
884
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:8
885
msgid "Spots density X"
886
msgstr "X hustota teček"
887
888
#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:9
889
msgid "Spots density Y"
890
msgstr "Y hustota teček"
891
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
892
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
893
msgid "Add glowing"
894
msgstr "Přidat záři"
895
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
896
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
897
msgid "After glow"
898
msgstr "Po záři"
899
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
900
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
901
msgid "B_urn-In..."
902
msgstr "_Vpálení..."
903
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
904
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
905
msgid "Corona width"
906
msgstr "Šířka koróny"
907
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
908
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
909
msgid ""
910
"Create intermediate layers to produce an animated 'burn-in' transition "
911
"between two layers"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
912
msgstr "Vytvořit mezivrstvy pro animovaný 'burn-in' přechod mezi vrstvami"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
913
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
914
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
915
msgid "Fadeout"
916
msgstr "Zhasnutí"
917
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
918
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
919
msgid "Fadeout width"
920
msgstr "Šířka zhasnutí"
921
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
922
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
923
msgid "Prepare for GIF"
924
msgstr "Připravit pro GIF"
925
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
926
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
927
msgid "Speed (pixels/frame)"
928
msgstr "Rychlost (pixelů/rámec)"
929
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
930
#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:11
931
msgid ""
932
"The Burn-In script needs two layers in total. A foreground layer with "
933
"transparency and a background layer."
934
msgstr ""
0.3.2 by Ari Pollak
Import upstream version 2.6.8
935
"Vpálení vyžaduje celkem dvě vrstvy. Vrstvu s průhledností v popředí a vrstvu "
936
"pozadí."
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
937
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
938
#: ../plug-ins/script-fu/scripts/camo.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
939
msgid "Color 1"
940
msgstr "Barva 1"
941
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
942
#: ../plug-ins/script-fu/scripts/camo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
943
msgid "Color 2"
944
msgstr "Barva 2"
945
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
946
#: ../plug-ins/script-fu/scripts/camo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
947
msgid "Color 3"
948
msgstr "Barva 3"
949
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
950
#: ../plug-ins/script-fu/scripts/camo.scm.h:4
951
msgid "Create an image filled with a camouflage pattern"
952
msgstr "Vytvořit obrázek vyplněný maskovacím vzorem"
953
1 by Daniel Holbach
Import upstream version 2.2.9
954
#: ../plug-ins/script-fu/scripts/camo.scm.h:6
955
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:6
956
msgid "Granularity"
957
msgstr "Zrnitost"
958
959
#: ../plug-ins/script-fu/scripts/camo.scm.h:7
960
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:7
961
msgid "Image size"
962
msgstr "Velikost obrázku"
963
964
#: ../plug-ins/script-fu/scripts/camo.scm.h:8
965
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:3
966
msgid "Smooth"
967
msgstr "Vyhladit"
968
969
#: ../plug-ins/script-fu/scripts/camo.scm.h:9
970
msgid "_Camouflage..."
971
msgstr "_Kamufláž..."
972
973
#: ../plug-ins/script-fu/scripts/carve-it.scm.h:1
974
msgid "Carve white areas"
975
msgstr "Vyřezat bílé oblasti"
976
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
977
#: ../plug-ins/script-fu/scripts/carve-it.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
978
msgid "Image to carve"
979
msgstr "Obrázek, který vyřezat"
980
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
981
#: ../plug-ins/script-fu/scripts/carve-it.scm.h:3
982
msgid "Stencil C_arve..."
983
msgstr "_Vyřezat..."
984
985
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1
986
msgid "Background Image"
987
msgstr "Obrázek na pozadí"
988
1 by Daniel Holbach
Import upstream version 2.2.9
989
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2
990
msgid "Carve raised text"
991
msgstr "Vyřezat text do výšky"
992
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
993
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
994
msgid "Carved..."
995
msgstr "Řezba..."
996
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
997
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4
998
msgid ""
999
"Create a logo with text raised above or carved in to the specified "
1000
"background image"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1001
msgstr ""
1002
"Vytvořit logo s vyvýšeným textem nebo vyrytým do zadaného obrázku pozadí"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1003
1 by Daniel Holbach
Import upstream version 2.2.9
1004
#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:7
1005
msgid "Padding around text"
1006
msgstr "Výplň okolo textu"
1007
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1008
#: ../plug-ins/script-fu/scripts/chalk.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1009
msgid "Chalk color"
1010
msgstr "Barva křídy"
1011
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1012
#: ../plug-ins/script-fu/scripts/chalk.scm.h:3
1013
msgid "Create a chalk drawing effect for the selected region (or alpha)"
1014
msgstr "Vytvořit ve vybrané oblasti (či alfě) efekt kresby křídou"
1015
1016
#: ../plug-ins/script-fu/scripts/chalk.scm.h:4
1017
msgid "Create a logo resembling chalk scribbled on a blackboard"
1018
msgstr "Vytvořit logo připomínající čmáranici křídou na tabuli"
1019
1 by Daniel Holbach
Import upstream version 2.2.9
1020
#: ../plug-ins/script-fu/scripts/chalk.scm.h:8
1021
msgid "_Chalk..."
1022
msgstr "_Křída..."
1023
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1024
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:1
1025
msgid "Add a chipped woodcarving effect to the selected region (or alpha)"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1026
msgstr "Přidat efekt dřevořezby do vybrané oblasti (či alfy)"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1027
1028
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1029
msgid "Blur amount"
1030
msgstr "Míra rozostření"
1031
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1032
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1033
msgid "Chip Awa_y..."
1034
msgstr "_Odštípnout..."
1035
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1036
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
1037
msgid "Chip amount"
1038
msgstr "Velikost odštípnutí"
1039
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1040
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:5
1041
msgid "Create a logo resembling a chipped wood carving"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1042
msgstr "Vytvořit logo připomínající dřevořezbu"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1043
1 by Daniel Holbach
Import upstream version 2.2.9
1044
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:6
1045
msgid "Drop shadow"
1046
msgstr "Vržení stínu"
1047
1048
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:7
1049
msgid "Fill BG with pattern"
1050
msgstr "Vyplnit pozadí vzorkem"
1051
1052
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:10
1053
msgid "Invert"
1054
msgstr "Invertovat"
1055
1056
#: ../plug-ins/script-fu/scripts/chip-away.scm.h:11
1057
msgid "Keep background"
1058
msgstr "Zachovat pozadí"
1059
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1060
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:1
1061
msgid ""
1062
"Add a chrome effect to the selected region (or alpha) using a specified "
1063
"(grayscale) stencil"
1064
msgstr ""
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1065
"Do vybrané oblasti (či alfy) přidat chromový efekt pomocí zadané 'stencil' "
1066
"ve stupních šedi"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1067
1 by Daniel Holbach
Import upstream version 2.2.9
1068
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1069
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1
1070
msgid "Chrome balance"
1071
msgstr "Vyváženost chromování"
1 by Daniel Holbach
Import upstream version 2.2.9
1072
1073
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1074
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1075
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1076
msgid "Chrome factor"
1077
msgstr "Faktor chromování"
1 by Daniel Holbach
Import upstream version 2.2.9
1078
1079
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4
1080
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1081
msgid "Chrome lightness"
1082
msgstr "Světlost chromování"
1 by Daniel Holbach
Import upstream version 2.2.9
1083
1084
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5
1085
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4
1086
msgid "Chrome saturation"
1087
msgstr "Sytost chromování"
1088
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1089
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
1090
msgid "Chrome white areas"
1091
msgstr "Chromovat bílé oblasti"
1092
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1093
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
1094
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:5
1095
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6
1096
msgid "Environment map"
1097
msgstr "Mapa prostředí"
1098
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1099
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
1100
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9
1101
msgid "Highlight balance"
1102
msgstr "Vyvážení zvýraznění"
1103
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1104
#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9
1105
msgid "Stencil C_hrome..."
1106
msgstr "_Chrom..."
1107
1108
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1
1109
msgid "Add a simple chrome effect to the selected region (or alpha)"
1110
msgstr "Přidat jednoduchý chromový efekt do vybrané oblasti (nebo alfy)"
1111
1112
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4
1113
msgid "C_hrome..."
1114
msgstr "_Chrom..."
1115
1 by Daniel Holbach
Import upstream version 2.2.9
1116
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1117
msgid "Create a simplistic, but cool, chromed logo"
1118
msgstr "Vytvořit jednoduché ale pěkné chromové logo"
1 by Daniel Holbach
Import upstream version 2.2.9
1119
1120
#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:8
1121
msgid "Offsets (pixels * 2)"
1122
msgstr "Posuny (pixely * 2)"
1123
1124
#: ../plug-ins/script-fu/scripts/circuit.scm.h:1
1125
msgid "Circuit seed"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1126
msgstr "Hnízdo obvodu"
1 by Daniel Holbach
Import upstream version 2.2.9
1127
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1128
#: ../plug-ins/script-fu/scripts/circuit.scm.h:2
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1129
msgid ""
1130
"Fill the selected region (or alpha) with traces like those on a circuit board"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1131
msgstr "Vyplnit vybranou oblast (nebo alfu) vzorem plošného spoje"
1132
1 by Daniel Holbach
Import upstream version 2.2.9
1133
#: ../plug-ins/script-fu/scripts/circuit.scm.h:3
1134
#: ../plug-ins/script-fu/scripts/lava.scm.h:3
1135
#: ../plug-ins/script-fu/scripts/predator.scm.h:3
1136
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:11
1137
msgid "Keep selection"
1138
msgstr "Zachovat výběr"
1139
1140
#: ../plug-ins/script-fu/scripts/circuit.scm.h:4
1141
msgid "No background (only for separate layer)"
1142
msgstr "Bez pozadí (pouze pro samostatné vrstvy)"
1143
1144
#: ../plug-ins/script-fu/scripts/circuit.scm.h:5
1145
msgid "Oilify mask size"
1146
msgstr "Velikost masky olejomalby"
1147
1148
#: ../plug-ins/script-fu/scripts/circuit.scm.h:6
1149
#: ../plug-ins/script-fu/scripts/lava.scm.h:6
1150
#: ../plug-ins/script-fu/scripts/predator.scm.h:6
1151
msgid "Separate layer"
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
1152
msgstr "Samostatná vrstva"
1 by Daniel Holbach
Import upstream version 2.2.9
1153
1154
#: ../plug-ins/script-fu/scripts/circuit.scm.h:7
1155
msgid "_Circuit..."
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1156
msgstr "_Obvod..."
1 by Daniel Holbach
Import upstream version 2.2.9
1157
1158
#: ../plug-ins/script-fu/scripts/clothify.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1159
msgid "Add a cloth-like texture to the selected region (or alpha)"
1160
msgstr "Přidat do vybrané oblasti (nebo alfy) texturu podobnou tkanině"
1 by Daniel Holbach
Import upstream version 2.2.9
1161
1162
#: ../plug-ins/script-fu/scripts/clothify.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1163
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
1164
msgid "Azimuth"
1165
msgstr "Azimut"
1166
1167
#: ../plug-ins/script-fu/scripts/clothify.scm.h:3
1168
msgid "Blur X"
1169
msgstr "Rozostření X"
1170
1171
#: ../plug-ins/script-fu/scripts/clothify.scm.h:4
1172
msgid "Blur Y"
1173
msgstr "Rozostření Y"
1174
1175
#: ../plug-ins/script-fu/scripts/clothify.scm.h:5
1176
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:5
1177
msgid "Depth"
1178
msgstr "Hloubka"
1179
1180
#: ../plug-ins/script-fu/scripts/clothify.scm.h:6
1181
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:6
1182
msgid "Elevation"
1183
msgstr "Zdvih"
1184
1185
#: ../plug-ins/script-fu/scripts/clothify.scm.h:7
1186
msgid "_Clothify..."
1187
msgstr "_Plátno..."
1188
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1189
#: ../plug-ins/script-fu/scripts/coffee.scm.h:1
1190
msgid "Add realistic looking coffee stains to the image"
1191
msgstr "Přidat do obrázku realistické skvrny od kávy"
1192
1 by Daniel Holbach
Import upstream version 2.2.9
1193
#: ../plug-ins/script-fu/scripts/coffee.scm.h:2
1.1.7 by Steve Kowalik
Import upstream version 2.4.0~rc3
1194
msgid "Darken only"
1195
msgstr "Pouze ztmavit"
1 by Daniel Holbach
Import upstream version 2.2.9
1196
1197
#: ../plug-ins/script-fu/scripts/coffee.scm.h:3
1198
msgid "Stains"
1199
msgstr "Skvrny"
1200
1201
#: ../plug-ins/script-fu/scripts/coffee.scm.h:4
1202
msgid "_Coffee Stain..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1203
msgstr "_Skvrny od kávy..."
1 by Daniel Holbach
Import upstream version 2.2.9
1204
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1205
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1
1206
msgid ""
1207
"Add a comic-book effect to the selected region (or alpha) by outlining and "
1208
"filling with a gradient"
1209
msgstr ""
1210
"Přidat do vybrané oblasti (nebo alfy) komiksový efekt vytvořením obrysu a "
1211
"vyplněním přechodem"
1212
1213
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1214
msgid "Comic Boo_k..."
1215
msgstr "_Kniha komiksů..."
1216
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1217
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4
1218
msgid "Create a comic-book style logo by outlining and filling with a gradient"
1219
msgstr "Vytvořit logo ve stylu komiksu vytvořením obrysu a vyplněním přechodem"
1220
1 by Daniel Holbach
Import upstream version 2.2.9
1221
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:9
1222
msgid "Outline color"
1223
msgstr "Barva obrysu"
1224
1225
#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:10
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1226
#: ../plug-ins/script-fu/scripts/glossy.scm.h:11
1 by Daniel Holbach
Import upstream version 2.2.9
1227
msgid "Outline size"
1228
msgstr "Velikost obrysu"
1229
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1230
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1
1231
msgid ""
1232
"Add a metallic effect to the selected region (or alpha) with reflections and "
1233
"perspective shadows"
1234
msgstr ""
1235
"Přidat do vybrané oblasti (nebo alfy) metalický efekt s odrazy a "
1236
"perspektivními stíny"
1237
1238
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1239
msgid "Cool _Metal..."
1240
msgstr "Zchladlý _kov..."
1241
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1242
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4
1243
msgid "Create a metallic logo with reflections and perspective shadows"
1244
msgstr "Vytvořit metalické logo s odrazy a perspektivními stíny"
1245
1 by Daniel Holbach
Import upstream version 2.2.9
1246
#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5
1247
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:4
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1248
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:4
1249
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
1250
msgid "Effect size (pixels)"
1251
msgstr "Velikost efektu (pixely)"
1252
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1253
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
1254
msgid "Background image"
1255
msgstr "Obrázek na pozadí"
1256
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1257
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:3
1258
msgid "Create a logo with a crystal/gel effect displacing the image underneath"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1259
msgstr ""
1260
"Vytvořit efekt s krystalickým/gelovým efektem přemisťujícím spodní obrázek"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1261
1 by Daniel Holbach
Import upstream version 2.2.9
1262
#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4
1263
msgid "Crystal..."
1264
msgstr "Krystal..."
1265
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1266
#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1
1267
msgid "Difference Clouds..."
1268
msgstr "Odečíst mraky..."
1269
1270
#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2
1271
msgid "Solid noise applied with Difference layer mode"
1272
msgstr "Šum aplikovaný režimem vrstvy rozdíl"
1273
1 by Daniel Holbach
Import upstream version 2.2.9
1274
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1275
msgid "Distress the selection"
1276
msgstr "Deformovat výběr"
1 by Daniel Holbach
Import upstream version 2.2.9
1277
1278
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2
1279
msgid "Granularity (1 is low)"
1280
msgstr "Zrnitost (1 je malá)"
1281
1282
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:4
1283
msgid "Smooth horizontally"
1284
msgstr "Vyhladit vodorovně"
1285
1286
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:5
1287
msgid "Smooth vertically"
1288
msgstr "Vyhladit svisle"
1289
1290
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:6
1291
msgid "Spread"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1292
msgstr "Rozprostřít"
1 by Daniel Holbach
Import upstream version 2.2.9
1293
1294
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:7
1295
msgid "Threshold (bigger 1<-->255 smaller)"
1296
msgstr "Práh (větší 1<-->255 menší)"
1297
1298
#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1299
msgid "_Distort..."
1300
msgstr "_Deformovat..."
1 by Daniel Holbach
Import upstream version 2.2.9
1301
1302
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1303
msgid "Add a drop shadow to the selected region (or alpha)"
1304
msgstr "Přidat vržený stín do vybrané oblasti (či alfy)"
1 by Daniel Holbach
Import upstream version 2.2.9
1305
1306
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:2
1307
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:2
1308
msgid "Allow resizing"
1309
msgstr "Povolit změnu velikosti"
1310
1311
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1312
#: ../plug-ins/script-fu/scripts/news-text.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1313
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:4
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1314
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:3
1315
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1316
msgid "Blur radius"
1317
msgstr "Poloměr rozostření"
1318
1319
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:4
1320
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:5
1321
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:5
1322
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:5
1323
msgid "Color"
1324
msgstr "Barva"
1325
1326
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1327
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:11
1 by Daniel Holbach
Import upstream version 2.2.9
1328
msgid "Offset X"
1329
msgstr "Posun X"
1330
1331
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:6
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1332
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:12
1 by Daniel Holbach
Import upstream version 2.2.9
1333
msgid "Offset Y"
1334
msgstr "Posun Y"
1335
1336
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:7
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1337
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
1338
msgid "Opacity"
1339
msgstr "Krytí"
1340
1341
#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1342
msgid "_Drop Shadow..."
1 by Daniel Holbach
Import upstream version 2.2.9
1343
msgstr "_Vržený stín..."
1344
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1345
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
1346
msgid "Columns"
1347
msgstr "Sloupce"
1348
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1349
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1350
msgid "Erase"
1351
msgstr "Smazat"
1352
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1353
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3
1354
msgid "Erase every other row or column"
1355
msgstr "Vymazat každou druhou řadu nebo sloupec"
1356
1 by Daniel Holbach
Import upstream version 2.2.9
1357
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4
1358
msgid "Erase/fill"
1359
msgstr "Smazat/Vyplnit"
1360
1361
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:5
1362
msgid "Even"
1363
msgstr "Sudé"
1364
1365
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:6
1366
msgid "Even/odd"
1367
msgstr "Sudé/Liché"
1368
1369
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:7
1370
msgid "Fill with BG"
1371
msgstr "Vyplnit pozadím"
1372
1373
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:8
1374
msgid "Odd"
1375
msgstr "Liché"
1376
1377
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:9
1378
msgid "Rows"
1379
msgstr "Řady"
1380
1381
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:10
1382
msgid "Rows/cols"
1383
msgstr "Řady/sloupce"
1384
1385
#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1386
msgid "_Erase Every Other Row..."
1 by Daniel Holbach
Import upstream version 2.2.9
1387
msgstr "_Vymazat každou druhou řadu..."
1388
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1389
#: ../plug-ins/script-fu/scripts/flatland.scm.h:1
1390
msgid "Create an image filled with a Land Pattern"
1391
msgstr "Vytvořen obrázek vyplněný vzorkem země"
1 by Daniel Holbach
Import upstream version 2.2.9
1392
1393
#: ../plug-ins/script-fu/scripts/flatland.scm.h:2
1394
#: ../plug-ins/script-fu/scripts/land.scm.h:2
1395
msgid "Detail level"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1396
msgstr "Úroveň podrobností"
1 by Daniel Holbach
Import upstream version 2.2.9
1397
1398
#: ../plug-ins/script-fu/scripts/flatland.scm.h:3
1399
#: ../plug-ins/script-fu/scripts/land.scm.h:4
1400
msgid "Image height"
1401
msgstr "Výška obrázku"
1402
1403
#: ../plug-ins/script-fu/scripts/flatland.scm.h:4
1404
#: ../plug-ins/script-fu/scripts/land.scm.h:5
1405
msgid "Image width"
1406
msgstr "Šířka obrázku"
1407
1408
#: ../plug-ins/script-fu/scripts/flatland.scm.h:5
1409
#: ../plug-ins/script-fu/scripts/land.scm.h:7
1410
msgid "Random seed"
1411
msgstr "Hnízdo náhodných čísel"
1412
1413
#: ../plug-ins/script-fu/scripts/flatland.scm.h:6
1414
#: ../plug-ins/script-fu/scripts/land.scm.h:8
1415
msgid "Scale X"
1416
msgstr "Zvětšení X"
1417
1418
#: ../plug-ins/script-fu/scripts/flatland.scm.h:7
1419
#: ../plug-ins/script-fu/scripts/land.scm.h:9
1420
msgid "Scale Y"
1421
msgstr "Zvětšení Y"
1422
1423
#: ../plug-ins/script-fu/scripts/flatland.scm.h:8
1424
msgid "_Flatland..."
1425
msgstr "_Rovina..."
1426
1427
#: ../plug-ins/script-fu/scripts/font-map.scm.h:1
1428
msgid "Active colors"
1429
msgstr "Aktivní barvy"
1430
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1431
#: ../plug-ins/script-fu/scripts/font-map.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1432
msgid "Black on white"
1433
msgstr "Černá na bílé"
1434
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1435
#: ../plug-ins/script-fu/scripts/font-map.scm.h:3
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1436
msgid ""
1437
"Create an image filled with previews of fonts matching a fontname filter"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1438
msgstr "Vytvořit obrázek s náhledy fontů odpovídajících filtru jména fontu"
1439
1 by Daniel Holbach
Import upstream version 2.2.9
1440
#: ../plug-ins/script-fu/scripts/font-map.scm.h:4
1441
msgid "Font _size (pixels)"
1442
msgstr "_Velikost písma (pixely)"
1443
1444
#: ../plug-ins/script-fu/scripts/font-map.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1445
msgid "Render _Font Map..."
1446
msgstr "Vykreslit _mapu písem..."
1447
1448
#: ../plug-ins/script-fu/scripts/font-map.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
1449
msgid "Use font _name as text"
1450
msgstr "Používat _název písma jako text"
1451
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1452
#: ../plug-ins/script-fu/scripts/font-map.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
1453
msgid "_Border (pixels)"
1454
msgstr "_Okraj (pixely)"
1455
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1456
#: ../plug-ins/script-fu/scripts/font-map.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
1457
msgid "_Color scheme"
1458
msgstr "Schéma _barev"
1459
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1460
#: ../plug-ins/script-fu/scripts/font-map.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
1461
msgid "_Filter (regexp)"
1462
msgstr "_Filtr (regexp)"
1463
1464
#: ../plug-ins/script-fu/scripts/font-map.scm.h:10
1465
msgid "_Labels"
1466
msgstr "_Jmenovky"
1467
1468
#: ../plug-ins/script-fu/scripts/font-map.scm.h:11
1469
msgid "_Text"
1470
msgstr "_Text"
1471
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1472
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:1
1473
msgid ""
1474
"Add a frost effect to the selected region (or alpha) with an added drop "
1475
"shadow"
1476
msgstr "Přidat mrazivý efekt s vrženým stínem do vybrané oblasti (nebo alfy)"
1477
1478
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:3
1479
msgid "Create frozen logo with an added drop shadow"
1480
msgstr "Vytvořit zmrzlé logo vrhající stín"
1481
1 by Daniel Holbach
Import upstream version 2.2.9
1482
#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8
1483
msgid "_Frosty..."
1484
msgstr "_Mrazivo..."
1485
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1486
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1
1487
msgid "Add a jagged, fuzzy border to an image"
1488
msgstr "Přidat obrázku zubatý a neostrý okraj"
1489
1 by Daniel Holbach
Import upstream version 2.2.9
1490
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:2
1491
msgid "Add shadow"
1492
msgstr "Přidat stín"
1493
1494
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:3
1495
msgid "Blur border"
1496
msgstr "Rozostřit okraj"
1497
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1498
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:4
1499
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:1
1500
msgid "Border size"
1501
msgstr "Velikost okraje"
1502
1 by Daniel Holbach
Import upstream version 2.2.9
1503
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:7
1504
msgid "Granularity (1 is Low)"
1505
msgstr "Zrnitost (1 je malá)"
1506
1507
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:9
1508
#, no-c-format
1509
msgid "Shadow weight (%)"
1510
msgstr "Míra stínu (%)"
1511
1512
#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11
1513
msgid "_Fuzzy Border..."
1514
msgstr "_Neostrý okraj..."
1515
1516
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1
1517
msgid "Autocrop"
1518
msgstr "Automatické oříznutí"
1519
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1520
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:2
1521
msgid "Create an image of a large header using the gimp.org webpage theme"
1522
msgstr "Vytvořit obrázek velké hlavičky stránky s motivem gimp.org"
1523
1 by Daniel Holbach
Import upstream version 2.2.9
1524
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1525
msgid "Create an image of a small header using the gimp.org webpage theme"
1526
msgstr "Vytvořit obrázek malé hlavičky stránky s motivem gimp.org"
1527
1528
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
1529
msgid "Dark color"
1530
msgstr "Tmavá barva"
1531
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1532
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
1533
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:9
1534
msgid "Highlight color"
1535
msgstr "Barva zvýraznění"
1536
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1537
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:8
1538
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
1539
msgid "Index image"
1540
msgstr "Indexový obrázek"
1541
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1542
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:9
1543
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
1544
msgid "Number of colors"
1545
msgstr "Počet barev"
1546
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1547
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:10
1548
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:13
1 by Daniel Holbach
Import upstream version 2.2.9
1549
msgid "Remove background"
1550
msgstr "Odstranit pozadí"
1551
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1552
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:11
1553
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:14
1 by Daniel Holbach
Import upstream version 2.2.9
1554
msgid "Select-by-color threshold"
1555
msgstr "Práh výběru podle barvy"
1556
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1557
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:12
1558
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:15
1 by Daniel Holbach
Import upstream version 2.2.9
1559
msgid "Shadow color"
1560
msgstr "Barva stínu"
1561
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1562
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15
1 by Daniel Holbach
Import upstream version 2.2.9
1563
msgid "_Big Header..."
1564
msgstr "_Velká hlavička..."
1565
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1566
#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16
1 by Daniel Holbach
Import upstream version 2.2.9
1567
msgid "_Small Header..."
1568
msgstr "_Malá hlavička..."
1569
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1570
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2
1571
msgid ""
1572
"Create an image of a Tube Button Label Header using the gimp.org webpage "
1573
"theme"
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1574
msgstr "Vytvořit hlavičku nabídky podle klasického tématu gimp.org"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1575
1576
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:3
1577
msgid "Create an image of a Tube Button Label using the gimp.org webpage theme"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1578
msgstr ""
1579
"Vytvořit tlačítko nabídky první úrovně podle klasického tématu gimp.org"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1580
1581
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:4
1582
msgid ""
1583
"Create an image of a second level Tube Button Label using the gimp.org "
1584
"webpage theme"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1585
msgstr ""
1586
"Vytvořit tlačítko nabídky druhé úrovně podle klasického tématu gimp.org"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1587
1588
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:5
1589
msgid ""
1590
"Create an image of a third level Tube Button Label using the gimp.org "
1591
"webpage theme"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1592
msgstr ""
1593
"Vytvořit tlačítko nabídky třetí úrovně podle klasického tématu gimp.org"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1594
1595
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16
1 by Daniel Holbach
Import upstream version 2.2.9
1596
msgid "T_ube Sub-Button Label..."
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1597
msgstr "_Popisek tlačítka II. úrovně..."
1 by Daniel Holbach
Import upstream version 2.2.9
1598
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1599
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19
1 by Daniel Holbach
Import upstream version 2.2.9
1600
msgid "Tub_e Sub-Sub-Button Label..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1601
msgstr "_Popisek tlačítka III. úrovně..."
1 by Daniel Holbach
Import upstream version 2.2.9
1602
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1603
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20
1 by Daniel Holbach
Import upstream version 2.2.9
1604
msgid "_General Tube Labels..."
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
1605
msgstr "_Obecné popisky..."
1 by Daniel Holbach
Import upstream version 2.2.9
1606
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1607
#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21
1 by Daniel Holbach
Import upstream version 2.2.9
1608
msgid "_Tube Button Label..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1609
msgstr "Popisek _tlačítka I. úrovně..."
1 by Daniel Holbach
Import upstream version 2.2.9
1610
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1611
#: ../plug-ins/script-fu/scripts/glossy.scm.h:1
1612
msgid ""
1613
"Add gradients, patterns, shadows, and bump maps to the selected region (or "
1614
"alpha)"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1615
msgstr ""
1616
"Přidat přechody, vzorky, stíny a mapy vyvýšení do vybrané oblasti (nebo alfy)"
1 by Daniel Holbach
Import upstream version 2.2.9
1617
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1618
#: ../plug-ins/script-fu/scripts/glossy.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1619
msgid "Blend gradient (outline)"
1620
msgstr "Přechod mísení (obrys)"
1621
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1622
#: ../plug-ins/script-fu/scripts/glossy.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
1623
msgid "Blend gradient (text)"
1624
msgstr "Přechod mísení (text)"
1625
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1626
#: ../plug-ins/script-fu/scripts/glossy.scm.h:5
1627
msgid "Create a logo with gradients, patterns, shadows, and bump maps"
1628
msgstr "Vytvořit logo s přechody, vzorky, stíny a mapami vyvýšení"
1629
1630
#: ../plug-ins/script-fu/scripts/glossy.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
1631
msgid "Glo_ssy..."
1632
msgstr "_Lesk..."
1633
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1634
#: ../plug-ins/script-fu/scripts/glossy.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
1635
msgid "Outline gradient reverse"
1636
msgstr "Obrácený přechod obrysu"
1637
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1638
#: ../plug-ins/script-fu/scripts/glossy.scm.h:12
1 by Daniel Holbach
Import upstream version 2.2.9
1639
msgid "Pattern (outline)"
1640
msgstr "Vzorek (obrys)"
1641
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1642
#: ../plug-ins/script-fu/scripts/glossy.scm.h:13
1 by Daniel Holbach
Import upstream version 2.2.9
1643
msgid "Pattern (overlay)"
1644
msgstr "Vzorek (překrytí)"
1645
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1646
#: ../plug-ins/script-fu/scripts/glossy.scm.h:14
1 by Daniel Holbach
Import upstream version 2.2.9
1647
msgid "Pattern (text)"
1648
msgstr "Vzorek (text)"
1649
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1650
#: ../plug-ins/script-fu/scripts/glossy.scm.h:15
1 by Daniel Holbach
Import upstream version 2.2.9
1651
msgid "Shadow"
1652
msgstr "Stín"
1653
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1654
#: ../plug-ins/script-fu/scripts/glossy.scm.h:19
1 by Daniel Holbach
Import upstream version 2.2.9
1655
msgid "Text gradient reverse"
1656
msgstr "Obrácený přechod textu"
1657
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1658
#: ../plug-ins/script-fu/scripts/glossy.scm.h:20
1 by Daniel Holbach
Import upstream version 2.2.9
1659
msgid "Use pattern for outline instead of gradient"
1660
msgstr "Použít na obrysy vzorek místo přechodu"
1661
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1662
#: ../plug-ins/script-fu/scripts/glossy.scm.h:21
1 by Daniel Holbach
Import upstream version 2.2.9
1663
msgid "Use pattern for text instead of gradient"
1664
msgstr "Použít na text vzorek místo přechodu"
1665
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1666
#: ../plug-ins/script-fu/scripts/glossy.scm.h:22
1 by Daniel Holbach
Import upstream version 2.2.9
1667
msgid "Use pattern overlay"
1668
msgstr "Použít překrytí vzorků"
1669
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1670
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:1
1671
msgid "Add a glowing hot metal effect to the selected region (or alpha)"
1672
msgstr "Přidat efekt rozpáleného kovu do vyprané oblasti (či alfy)"
1673
1674
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:3
1675
msgid "Create a logo that looks like glowing hot metal"
1676
msgstr "Vytvořit logo připomínající rozpálený kov"
1677
1 by Daniel Holbach
Import upstream version 2.2.9
1678
#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7
1679
msgid "Glo_wing Hot..."
1680
msgstr "_Sálající záře..."
1681
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1682
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1
1683
msgid "Add a shiny look and bevel effect to the selected region (or alpha)"
1684
msgstr "Přidat do vybrané oblasti (nebo alfy) a zářivý vzhled a efekt zkosení"
1685
1686
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3
1687
msgid "Bevel height (sharpness)"
1 by Daniel Holbach
Import upstream version 2.2.9
1688
msgstr "Výška zkosení (ostrost)"
1689
1690
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1691
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4
1692
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1693
msgid "Border size (pixels)"
1694
msgstr "Velikost okraje (pixely)"
1695
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1696
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6
1697
msgid "Create a logo with a shiny look and beveled edges"
1698
msgstr "Vytvořit zářivé logo se zkosenými okraji"
1699
1700
#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
1701
msgid "Gradient Beve_l..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
1702
msgstr "Šik_mý přechod..."
1 by Daniel Holbach
Import upstream version 2.2.9
1703
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1704
#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1
1705
msgid "Create an image filled with an example of the current gradient"
1706
msgstr "Vytvořit obrázek vyplněný příkladem aktuálního přechodu"
1707
1 by Daniel Holbach
Import upstream version 2.2.9
1708
#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2
1709
msgid "Custom _Gradient..."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1710
msgstr "Vlastní _přechod..."
1711
1712
#: ../plug-ins/script-fu/scripts/grid-system.scm.h:1
1713
#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1
1714
msgid ""
1715
"Draw a grid as specified by the lists of X and Y locations using the current "
1716
"brush"
1717
msgstr "Vykreslit mřížku aktuální stopou podle seznamu X a Y souřadnic"
1 by Daniel Holbach
Import upstream version 2.2.9
1718
1719
#: ../plug-ins/script-fu/scripts/grid-system.scm.h:2
1720
msgid "X divisions"
1721
msgstr "Rozdělení X"
1722
1723
#: ../plug-ins/script-fu/scripts/grid-system.scm.h:3
1724
msgid "Y divisions"
1725
msgstr "Rozdělení Y"
1726
1727
#: ../plug-ins/script-fu/scripts/grid-system.scm.h:4
1728
msgid "_Grid..."
1729
msgstr "_Mřížka..."
1730
1731
#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2
1732
msgid "New Guides from _Selection"
1733
msgstr "Nová vodítka z _výběru"
1734
1735
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1736
msgid "Add a guide at the position specified as a percentage of the image size"
1737
msgstr "Přidat vodítko v poloze udané procentem velikosti obrázku"
1738
1739
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:2
1740
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1741
msgid "Direction"
1742
msgstr "Směr"
1743
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1744
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:3
1745
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1746
msgid "Horizontal"
1747
msgstr "Vodorovný"
1748
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1749
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
1750
msgid "New Guide (by _Percent)..."
1751
msgstr "Nové vodítko (podle _procent)..."
1752
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1753
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
1754
#, no-c-format
1755
msgid "Position (in %)"
1756
msgstr "Poloha (v %)"
1757
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1758
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:7
1759
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
1760
msgid "Vertical"
1761
msgstr "Svislý"
1762
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1763
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:1
1764
msgid "Add a guide at the orientation and position specified (in pixels)"
1765
msgstr "Přidat vodítko se zadanou orientací a polohou (v pixelech)"
1766
1767
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
1768
msgid "New _Guide..."
1769
msgstr "Nové _vodítko..."
1770
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1771
#: ../plug-ins/script-fu/scripts/guides-new.scm.h:5
1772
msgid "Position"
1773
msgstr "Poloha"
1774
1 by Daniel Holbach
Import upstream version 2.2.9
1775
#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1776
msgid "Remove all horizontal and vertical guides"
1777
msgstr "Odstranit všechna vodorovná i svislá vodítka"
1778
1779
#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1780
msgid "_Remove all Guides"
1781
msgstr "_Odstranit všechna vodítka"
1782
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1783
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:1
1784
msgid "Create a logo in a two-color, scribbled text style"
1785
msgstr "Vytvořit dvoubarevné logo ve stylu načmáraného textu"
1 by Daniel Holbach
Import upstream version 2.2.9
1786
1787
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:4
1788
msgid "Frame color"
1789
msgstr "Barva rámečku"
1790
1791
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:5
1792
msgid "Frame size"
1793
msgstr "Velikost rámečku"
1794
1795
#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1796
msgid "Imigre-_26..."
1797
msgstr "Imigre-_26..."
1798
1799
#: ../plug-ins/script-fu/scripts/land.scm.h:1
1800
msgid "Create an image filled with a topographic map pattern"
1801
msgstr "Vytvořit obrázek vyplněný vzorkem topografické mapy"
1 by Daniel Holbach
Import upstream version 2.2.9
1802
1803
#: ../plug-ins/script-fu/scripts/land.scm.h:6
1804
msgid "Land height"
1805
msgstr "Výška země"
1806
1807
#: ../plug-ins/script-fu/scripts/land.scm.h:10
1808
msgid "Sea depth"
1809
msgstr "Hloubka moře"
1810
1811
#: ../plug-ins/script-fu/scripts/land.scm.h:11
1812
msgid "_Land..."
1813
msgstr "_Země..."
1814
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1815
#: ../plug-ins/script-fu/scripts/lava.scm.h:1
1816
msgid "Fill the current selection with lava"
1817
msgstr "Vyplnit aktuální výběr lávou"
1818
1 by Daniel Holbach
Import upstream version 2.2.9
1819
#: ../plug-ins/script-fu/scripts/lava.scm.h:4
1820
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:8
1821
msgid "Roughness"
1822
msgstr "Drsnost"
1823
1824
#: ../plug-ins/script-fu/scripts/lava.scm.h:5
1825
msgid "Seed"
1826
msgstr "Hnízdo"
1827
1828
#: ../plug-ins/script-fu/scripts/lava.scm.h:8
1829
msgid "Use current gradient"
1830
msgstr "Použít aktuální přechod"
1831
1832
#: ../plug-ins/script-fu/scripts/lava.scm.h:9
1833
msgid "_Lava..."
1834
msgstr "_Láva..."
1835
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1836
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:1
0.3.2 by Ari Pollak
Import upstream version 2.6.8
1837
msgid ""
1838
"Fill a layer with rays emanating outward from its center using the FG color"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1839
msgstr "Vyplnit vrstvu paprsky v barvě popředí vycházejícími ze středu"
1840
1 by Daniel Holbach
Import upstream version 2.2.9
1841
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:2
1842
msgid "Line _Nova..."
1843
msgstr "Čárová _nova..."
1844
1845
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:3
1846
msgid "Number of lines"
1847
msgstr "Počet čar"
1848
1849
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:4
1850
msgid "Offset radius"
1851
msgstr "Poloměr posunu"
1852
1853
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:5
1854
msgid "Randomness"
1855
msgstr "Náhodnost"
1856
1857
#: ../plug-ins/script-fu/scripts/line-nova.scm.h:6
1858
msgid "Sharpness (degrees)"
1859
msgstr "Ostrost (stupně)"
1860
1861
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1862
msgid "Create a rectangular brush"
1863
msgstr "Vytvořit obdélníkovou stopu"
1 by Daniel Holbach
Import upstream version 2.2.9
1864
1865
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1866
msgid "Create a rectangular brush with feathered edges"
1867
msgstr "Vytvořit obdélníkovou stopu s prolnutými okraji"
1868
1869
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:3
1870
msgid "Create an elliptical brush"
1871
msgstr "Vytvořit eliptickou stopu"
1872
1873
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:4
1874
msgid "Create an elliptical brush with feathered edges"
1875
msgstr "Vytvořit eliptickou stopu s prolnutými okraji"
1876
1877
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
1878
msgid "Elli_ptical, Feathered..."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1879
msgstr "_Eliptická, prolnutá..."
1 by Daniel Holbach
Import upstream version 2.2.9
1880
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1881
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
1882
msgid "Feathering"
1883
msgstr "Neostrost"
1884
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1885
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
1886
msgid "Name"
1887
msgstr "Název"
1888
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1889
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
1890
msgid "Re_ctangular, Feathered..."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1891
msgstr "_Obdélníková, prolnutá..."
1 by Daniel Holbach
Import upstream version 2.2.9
1892
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1893
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10
1894
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
1895
#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:4
1896
msgid "Spacing"
1897
msgstr "Rozestup"
1898
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1899
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:12
1 by Daniel Holbach
Import upstream version 2.2.9
1900
msgid "_Elliptical..."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1901
msgstr "_Eliptická..."
1 by Daniel Holbach
Import upstream version 2.2.9
1902
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1903
#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:13
1 by Daniel Holbach
Import upstream version 2.2.9
1904
msgid "_Rectangular..."
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1905
msgstr "_Obdélníková..."
1906
1907
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2
1908
msgid "Convert the selected region (or alpha) into a neon-sign like object"
1909
msgstr "Převést vybranou oblast (nebo alfu) do objektu připomínajícího neón"
1910
1911
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:3
1912
msgid "Create a logo in the style of a neon sign"
1913
msgstr "Vytvořit logo ve stylu neónu"
1 by Daniel Holbach
Import upstream version 2.2.9
1914
1915
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:4
1916
msgid "Create shadow"
1917
msgstr "Vytvořit stín"
1918
1919
#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9
1920
msgid "N_eon..."
1921
msgstr "_Neon..."
1922
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1923
#: ../plug-ins/script-fu/scripts/news-text.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
1924
msgid "Cell size (pixels)"
1925
msgstr "Velikost buňky (pixely)"
1926
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1927
#: ../plug-ins/script-fu/scripts/news-text.scm.h:4
1928
msgid "Create a logo in the style of newspaper printing"
1929
msgstr "Vytvořit logo ve stylu novinového tisku"
1930
1 by Daniel Holbach
Import upstream version 2.2.9
1931
#: ../plug-ins/script-fu/scripts/news-text.scm.h:6
1932
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:4
1933
#, no-c-format
1934
msgid "Density (%)"
1935
msgstr "Hustota (%)"
1936
1937
#: ../plug-ins/script-fu/scripts/news-text.scm.h:9
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1938
msgid "Newsprint Te_xt..."
1939
msgstr "Novinový _text..."
1 by Daniel Holbach
Import upstream version 2.2.9
1940
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1941
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
1942
msgid "Defocus"
1943
msgstr "Rozostření"
1944
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1945
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:3
1946
msgid "Make an image look like an old photo"
1947
msgstr "Dodat obrázku vzhled staré fotografie"
1948
1 by Daniel Holbach
Import upstream version 2.2.9
1949
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:4
1950
msgid "Mottle"
1951
msgstr "Skvrnka"
1952
1953
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:5
1954
msgid "Sepia"
1955
msgstr "Sépie"
1956
1957
#: ../plug-ins/script-fu/scripts/old-photo.scm.h:7
1958
msgid "_Old Photo..."
1959
msgstr "_Stará fotografie..."
1960
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1961
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1
1962
#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1
1963
msgid "Brush name"
1964
msgstr "Název stopy"
1965
1966
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:2
1967
#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:1
1968
#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:3
1969
#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:2
1970
msgid "File name"
1971
msgstr "Název souboru"
1972
1973
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:3
1974
msgid "New _Brush..."
1975
msgstr "Nová _stopa..."
1976
1977
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:4
1978
msgid "Paste the clipboard contents into a new brush"
1979
msgstr "Vložit obsah schránky do nové stopy"
1980
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
1981
#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:6
1982
#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:5
1983
msgid "There is no image data in the clipboard to paste."
1984
msgstr "Ve schránce nejsou obrazová data ke vložení."
1985
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
1986
#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2
1987
msgid "New _Pattern..."
1988
msgstr "Nový _vzorek..."
1989
1990
#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3
1991
msgid "Paste the clipboard contents into a new pattern"
1992
msgstr "Vložit obsah schránky do nového vzorku"
1993
1994
#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:4
1995
#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:3
1996
msgid "Pattern name"
1997
msgstr "Název vzorku"
1998
1999
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:1
2000
msgid "Add a perspective shadow to the selected region (or alpha)"
2001
msgstr "Přidat do vybrané oblasti (nebo alfy) perspektivní stín"
2002
1 by Daniel Holbach
Import upstream version 2.2.9
2003
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:3
2004
msgid "Angle"
2005
msgstr "Úhel"
2006
2007
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:6
2008
msgid "Interpolation"
2009
msgstr "Interpolace"
2010
2011
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:8
2012
msgid "Relative distance of horizon"
2013
msgstr "Poměrná vzdálenost obzoru"
2014
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2015
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:9
1 by Daniel Holbach
Import upstream version 2.2.9
2016
msgid "Relative length of shadow"
2017
msgstr "Poměrná délka stínu"
2018
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2019
#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
2020
msgid "_Perspective..."
2021
msgstr "_Perspektiva..."
2022
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2023
#: ../plug-ins/script-fu/scripts/predator.scm.h:1
2024
msgid "Add a 'Predator' effect to the selected region (or alpha)"
2025
msgstr "Přidat do vybrané oblasti (nebo alfy) efekt 'Predátor'"
2026
1 by Daniel Holbach
Import upstream version 2.2.9
2027
#: ../plug-ins/script-fu/scripts/predator.scm.h:2
2028
msgid "Edge amount"
2029
msgstr "Míra hran"
2030
2031
#: ../plug-ins/script-fu/scripts/predator.scm.h:4
2032
msgid "Pixel amount"
2033
msgstr "Velikost pixelů"
2034
2035
#: ../plug-ins/script-fu/scripts/predator.scm.h:5
2036
msgid "Pixelize"
2037
msgstr "Pixelizovat"
2038
2039
#: ../plug-ins/script-fu/scripts/predator.scm.h:7
2040
msgid "_Predator..."
2041
msgstr "_Predátor..."
2042
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2043
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:2
2044
msgid "Create images, each containing an oval button graphic"
2045
msgstr "Vytvořit obrázky, každý s oválným tlačítkem"
2046
1 by Daniel Holbach
Import upstream version 2.2.9
2047
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:5
2048
msgid "Lower color"
2049
msgstr "Dolní barva"
2050
2051
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:6
2052
msgid "Lower color (active)"
2053
msgstr "Dolní barva (aktivní)"
2054
2055
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:7
2056
msgid "Not pressed"
2057
msgstr "Nestisknuto"
2058
2059
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:8
2060
msgid "Not pressed (active)"
2061
msgstr "Nestisknuto (aktivní)"
2062
2063
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:9
2064
msgid "Padding X"
2065
msgstr "Výplň X"
2066
2067
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:10
2068
msgid "Padding Y"
2069
msgstr "Výplň Y"
2070
2071
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:12
2072
msgid "Round ratio"
2073
msgstr "Poměr zaoblení"
2074
2075
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:15
2076
msgid "Text color (active)"
2077
msgstr "Barva textu (aktivní)"
2078
2079
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:16
2080
msgid "Upper color"
2081
msgstr "Horní barva"
2082
2083
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:17
2084
msgid "Upper color (active)"
2085
msgstr "Horní barva (aktivní)"
2086
2087
#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:18
2088
msgid "_Round Button..."
2089
msgstr "_Oblé tlačítko..."
2090
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2091
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:1
2092
msgid "Behavior"
2093
msgstr "Chování"
2094
1 by Daniel Holbach
Import upstream version 2.2.9
2095
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2096
msgid "Create an image filled with an Earth-like map pattern"
2097
msgstr "Vytvořit obrázek vyplněný vzorkem podobným Zemi"
1 by Daniel Holbach
Import upstream version 2.2.9
2098
2099
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:3
2100
msgid "Detail in Middle"
2101
msgstr "Detail uprostřed"
2102
2103
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:8
2104
msgid "Render _Map..."
2105
msgstr "Vykreslit _mapu..."
2106
2107
#: ../plug-ins/script-fu/scripts/rendermap.scm.h:9
2108
msgid "Tile"
2109
msgstr "Dlaždice"
2110
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2111
#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:1
2112
msgid "Reverse Layer Order"
2113
msgstr "Obrátit pořadí vrstev"
2114
2115
#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:2
2116
msgid "Reverse the order of layers in the image"
2117
msgstr "Obrátit pořadí vrstev v obrázku"
2118
2119
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
2120
msgid "Black"
2121
msgstr "Černá"
2122
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2123
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:2
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2124
msgid ""
2125
"Create a multi-layer image by adding a ripple effect to the current image"
2126
msgstr ""
2127
"Vytvořit vícevrstvý obrázek přidáním efektu čeření do aktuálního obrázku"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2128
1 by Daniel Holbach
Import upstream version 2.2.9
2129
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2130
msgid "Edge behavior"
1 by Daniel Holbach
Import upstream version 2.2.9
2131
msgstr "Chování hran"
2132
2133
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:4
2134
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:4
2135
msgid "Number of frames"
2136
msgstr "Počet políček"
2137
2138
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5
2139
msgid "Rippling strength"
2140
msgstr "Síla čeření"
2141
2142
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6
2143
msgid "Smear"
2144
msgstr "Zašpinění"
2145
2146
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:7
2147
msgid "Wrap"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2148
msgstr "Zborcení"
1 by Daniel Holbach
Import upstream version 2.2.9
2149
2150
#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8
2151
msgid "_Rippling..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2152
msgstr "Č_eření..."
1 by Daniel Holbach
Import upstream version 2.2.9
2153
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2154
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
2155
msgid "Add background"
2156
msgstr "Přidat pozadí"
2157
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2158
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
2159
msgid "Add drop-shadow"
2160
msgstr "Přidat vržený stín"
2161
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2162
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
2163
msgid "Edge radius"
2164
msgstr "Poloměr hran"
2165
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2166
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:5
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2167
msgid ""
2168
"Round the corners of an image and optionally add a drop-shadow and background"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2169
msgstr "Zaoblit rohy obrázku a volitelně přidat stín a pozadí"
2170
1 by Daniel Holbach
Import upstream version 2.2.9
2171
#: ../plug-ins/script-fu/scripts/round-corners.scm.h:9
2172
msgid "_Round Corners..."
2173
msgstr "_Oblé rohy..."
2174
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2175
#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1
2176
msgid "Change the colormap of an image to the colors in a specified palette."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2177
msgstr "Změnit barevnou mapu obrázku podle barev vybrané palety."
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2178
2179
#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:2
2180
msgid "Palette"
2181
msgstr "Paleta"
2182
2183
#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3
2184
msgid "Se_t Colormap..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2185
msgstr "Nastavi_t barevnou mapu..."
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2186
1 by Daniel Holbach
Import upstream version 2.2.9
2187
#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2188
msgid "Convert a selection to a brush"
2189
msgstr "Převést výběr na stopu"
1 by Daniel Holbach
Import upstream version 2.2.9
2190
2191
#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5
2192
msgid "To _Brush..."
2193
msgstr "Do _stopy..."
2194
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2195
#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1
2196
msgid "Convert a selection to an image"
2197
msgstr "Převést výběr na obrázek"
2198
1 by Daniel Holbach
Import upstream version 2.2.9
2199
#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:2
2200
msgid "To _Image"
2201
msgstr "Do _obrázku"
2202
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2203
#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1
2204
msgid "Convert a selection to a pattern"
2205
msgstr "Převést výběr na vzorek"
1 by Daniel Holbach
Import upstream version 2.2.9
2206
2207
#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:4
2208
msgid "To _Pattern..."
2209
msgstr "Do _vzorku..."
2210
2211
#: ../plug-ins/script-fu/scripts/selection-round.scm.h:1
2212
msgid "Concave"
2213
msgstr "Konkávní"
2214
2215
#: ../plug-ins/script-fu/scripts/selection-round.scm.h:3
2216
#, no-c-format
2217
msgid "Radius (%)"
2218
msgstr "Poloměr (%)"
2219
2220
#: ../plug-ins/script-fu/scripts/selection-round.scm.h:4
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2221
msgid "Round the corners of the current selection"
2222
msgstr "Zaoblit rohy aktuálního výběru"
2223
2224
#: ../plug-ins/script-fu/scripts/selection-round.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
2225
msgid "Rounded R_ectangle..."
2226
msgstr "_Zaoblený obdélník..."
2227
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2228
#: ../plug-ins/script-fu/scripts/slide.scm.h:1
2229
msgid "Add a slide-film like frame, sprocket holes, and labels to an image"
2230
msgstr "Přidat rámeček v podobě kinofilmového pásu"
2231
1 by Daniel Holbach
Import upstream version 2.2.9
2232
#: ../plug-ins/script-fu/scripts/slide.scm.h:3
2233
msgid "Font color"
2234
msgstr "Barva písma"
2235
2236
#: ../plug-ins/script-fu/scripts/slide.scm.h:4
2237
msgid "Number"
2238
msgstr "Počet"
2239
2240
#: ../plug-ins/script-fu/scripts/slide.scm.h:7
2241
msgid "_Slide..."
2242
msgstr "_Snímek..."
2243
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2244
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5
2245
msgid "Create a State Of The Art chromed logo"
2246
msgstr "Vytvořit moderní chromové logo"
2247
1 by Daniel Holbach
Import upstream version 2.2.9
2248
#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10
2249
msgid "SOTA Chrome..."
2250
msgstr "SOTA barvy..."
2251
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2252
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:2
2253
msgid "Create a logo with a speedy text effect"
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2254
msgstr "Vytvořit logo s efektem rychl0ho textu"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2255
1 by Daniel Holbach
Import upstream version 2.2.9
2256
#: ../plug-ins/script-fu/scripts/speed-text.scm.h:7
2257
msgid "Speed Text..."
2258
msgstr "Rychlý text..."
2259
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2260
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1
2261
msgid "Create an animation by mapping the current image onto a spinning sphere"
2262
msgstr "Vytvořit animaci mapováním aktuálního obrázku na rotující kouli"
2263
1 by Daniel Holbach
Import upstream version 2.2.9
2264
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:2
2265
msgid "Frames"
2266
msgstr "Počet políček"
2267
2268
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:3
2269
msgid "Index to n colors (0 = remain RGB)"
2270
msgstr "Indexovaný v n barvách (0 = nechat RGB)"
2271
2272
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:5
2273
msgid "Turn from left to right"
2274
msgstr "Točit zleva doprava"
2275
2276
#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7
2277
msgid "_Spinning Globe..."
2278
msgstr "_Rotující glóbus..."
2279
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2280
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2281
msgid ""
2282
"Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2283
msgstr ""
2284
"Vykresluje hypotrochoidy, epitrochoidy a Lissajousovy křivky v aktuální "
2285
"vrstvě"
2286
1 by Daniel Holbach
Import upstream version 2.2.9
2287
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:2
2288
msgid "Airbrush"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2289
msgstr "Rozprašovač"
1 by Daniel Holbach
Import upstream version 2.2.9
2290
2291
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:3
2292
msgid "Brush"
2293
msgstr "Stopa"
2294
2295
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:4
2296
msgid "Circle"
2297
msgstr "Kruh"
2298
2299
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:6
2300
msgid "Color method"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2301
msgstr "Barevná metoda"
1 by Daniel Holbach
Import upstream version 2.2.9
2302
2303
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:7
2304
msgid "Epitrochoid"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2305
msgstr "Epitrochoida"
1 by Daniel Holbach
Import upstream version 2.2.9
2306
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2307
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
2308
msgid "Frame"
2309
msgstr "Políčko"
2310
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2311
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
2312
msgid "Gradient: Loop Sawtooth"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2313
msgstr "Přechod: pilovitá vlna"
1 by Daniel Holbach
Import upstream version 2.2.9
2314
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2315
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:11
1 by Daniel Holbach
Import upstream version 2.2.9
2316
msgid "Gradient: Loop Triangle"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2317
msgstr "Přechod: trojúhelníkovitá vlna"
1 by Daniel Holbach
Import upstream version 2.2.9
2318
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2319
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:12
1 by Daniel Holbach
Import upstream version 2.2.9
2320
msgid "Hexagon"
2321
msgstr "Šestiúhelník"
2322
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2323
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:13
1 by Daniel Holbach
Import upstream version 2.2.9
2324
msgid "Hole ratio"
2325
msgstr "Podíl děr"
2326
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2327
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:14
1 by Daniel Holbach
Import upstream version 2.2.9
2328
msgid "Inner teeth"
2329
msgstr "Vnitřní zuby"
2330
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2331
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:15
1 by Daniel Holbach
Import upstream version 2.2.9
2332
msgid "Lissajous"
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2333
msgstr "Lissajousova křivka"
1 by Daniel Holbach
Import upstream version 2.2.9
2334
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2335
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:16
1 by Daniel Holbach
Import upstream version 2.2.9
2336
msgid "Margin (pixels)"
2337
msgstr "Okraj (pixely)"
2338
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2339
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:17
1 by Daniel Holbach
Import upstream version 2.2.9
2340
msgid "Outer teeth"
2341
msgstr "Vnější zuby"
2342
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2343
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:18
1 by Daniel Holbach
Import upstream version 2.2.9
2344
msgid "Pencil"
2345
msgstr "Tužka"
2346
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2347
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:19
1 by Daniel Holbach
Import upstream version 2.2.9
2348
msgid "Pentagon"
2349
msgstr "Pětiúhelník"
2350
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2351
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:20
1 by Daniel Holbach
Import upstream version 2.2.9
2352
msgid "Polygon: 10 sides"
2353
msgstr "Mnohoúhelník: 10 stran"
2354
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2355
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:21
1 by Daniel Holbach
Import upstream version 2.2.9
2356
msgid "Polygon: 7 sides"
2357
msgstr "Mnohoúhelník: 7 stran"
2358
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2359
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:22
1 by Daniel Holbach
Import upstream version 2.2.9
2360
msgid "Polygon: 8 sides"
2361
msgstr "Mnohoúhelník: 8 stran"
2362
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2363
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:23
1 by Daniel Holbach
Import upstream version 2.2.9
2364
msgid "Polygon: 9 sides"
2365
msgstr "Mnohoúhelník: 9 stran"
2366
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2367
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:24
2368
msgid "Rendering Spyro"
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2369
msgstr "Vykresluje se spyrogimp"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2370
1 by Daniel Holbach
Import upstream version 2.2.9
2371
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:25
2372
msgid "Shape"
2373
msgstr "Tvar"
2374
2375
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:26
2376
msgid "Solid Color"
2377
msgstr "Jednolitá barva"
2378
2379
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:27
2380
msgid "Spyrograph"
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2381
msgstr "Hypotrochoida"
1 by Daniel Holbach
Import upstream version 2.2.9
2382
2383
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:28
2384
msgid "Square"
2385
msgstr "Čtverec"
2386
2387
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:29
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2388
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
2389
msgid "Start angle"
2390
msgstr "Počáteční úhel"
2391
2392
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:30
2393
msgid "Tool"
2394
msgstr "Nástroj"
2395
2396
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:31
2397
msgid "Triangle"
2398
msgstr "Trojúhelník"
2399
2400
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:32
2401
msgid "Type"
2402
msgstr "Typ"
2403
2404
#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33
2405
msgid "_Spyrogimp..."
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2406
msgstr "_Spyrogimp..."
1 by Daniel Holbach
Import upstream version 2.2.9
2407
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2408
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1
2409
msgid "Create a logo using a rock-like texture, a nova glow, and shadow"
2410
msgstr "Vytvořit logo pomocí textury skály, záře novy a stínu"
2411
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2412
#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
2413
msgid "Sta_rscape..."
2414
msgstr "_Popraskaný povrch..."
2415
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2416
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:4
2417
msgid "Create an image filled with a swirled tile effect"
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
2418
msgstr "Vytvořit obrázek vyplněný efektem vířivé dlaždice"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2419
1 by Daniel Holbach
Import upstream version 2.2.9
2420
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:9
2421
msgid "Swirl-_Tile..."
2422
msgstr "Vířivá _dlaždice..."
2423
2424
#: ../plug-ins/script-fu/scripts/swirltile.scm.h:10
2425
msgid "Whirl amount"
2426
msgstr "Míra víření"
2427
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2428
#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:1
2429
msgid "Create an image filled with a swirly pattern"
2430
msgstr "Vytvořit obrázek vyplněný vířivým vzorem"
2431
1 by Daniel Holbach
Import upstream version 2.2.9
2432
#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:2
2433
msgid "Number of times to whirl"
2434
msgstr "Počet opakování víru"
2435
2436
#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:3
2437
msgid "Quarter size"
2438
msgstr "Čtvrtinová velikost"
2439
2440
#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:4
2441
msgid "Whirl angle"
2442
msgstr "Úhel víru"
2443
2444
#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5
2445
msgid "_Swirly..."
2446
msgstr "_Vířivé..."
2447
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2448
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1
2449
msgid "Add a Trace of Particles effect to the selected region (or alpha)"
2450
msgstr "Přidat do vybrané oblasti (nebo alfy) efekt stopa částic"
2451
2452
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
2453
msgid "Base color"
2454
msgstr "Barva základny"
2455
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2456
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5
2457
msgid "Create a logo using a Trace Of Particles effect"
2458
msgstr "Vytvořit logo pomocí efektu stopa částic"
2459
1 by Daniel Holbach
Import upstream version 2.2.9
2460
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6
2461
msgid "Edge only"
2462
msgstr "Pouze hrany"
2463
2464
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7
2465
msgid "Edge width"
2466
msgstr "Šířka hran"
2467
2468
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10
2469
msgid "Hit rate"
2470
msgstr "Poměrná četnost"
2471
2472
#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12
2473
msgid "_Particle Trace..."
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2474
msgstr "Sto_pa částic..."
1 by Daniel Holbach
Import upstream version 2.2.9
2475
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2476
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
2477
msgid "Antialias"
2478
msgstr "Vyhlazování"
2479
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2480
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:2
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2481
msgid ""
2482
"Create a logo by rendering the specified text along the perimeter of a circle"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2483
msgstr "Vytvořit logo vykreslením zadaného textu podél kružnice"
2484
2485
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
2486
msgid "Fill angle"
2487
msgstr "Úhel vyplňování"
2488
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2489
#: ../plug-ins/script-fu/scripts/text-circle.scm.h:9
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2490
msgid "Text C_ircle..."
2491
msgstr "Textový _kruh..."
1 by Daniel Holbach
Import upstream version 2.2.9
2492
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2493
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2494
msgid ""
2495
"Create a textured logo with highlights, shadows, and a mosaic background"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2496
msgstr "Vytvořit texturované logo se světly, stíny a mozaikovitým pozadím"
2497
2498
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
2499
msgid "Ending blend"
2500
msgstr "Koncové splývání"
2501
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2502
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:5
2503
msgid ""
2504
"Fill the selected region (or alpha) with a texture and add highlights, "
2505
"shadows, and a mosaic background"
2506
msgstr ""
2507
"Vyplnit vybranou oblast (nebo alfu) texturou a přidat světla, stíny a "
1.1.17 by Pedro Fragoso
Import upstream version 2.6.3
2508
"mozaikovité pozadí"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2509
1 by Daniel Holbach
Import upstream version 2.2.9
2510
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:8
2511
msgid "Hexagons"
2512
msgstr "Šestiúhelníky"
2513
2514
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:9
2515
msgid "Mosaic tile type"
2516
msgstr "Typ dlaždicování mozaiky"
2517
2518
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:10
2519
msgid "Octagons"
2520
msgstr "Osmiúhelníky"
2521
2522
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:12
2523
msgid "Squares"
2524
msgstr "Čtverce"
2525
2526
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:13
2527
msgid "Starting blend"
2528
msgstr "Počáteční mísení"
2529
2530
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:15
2531
msgid "Text pattern"
2532
msgstr "Vzorek textu"
2533
2534
#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16
2535
msgid "_Textured..."
2536
msgstr "_Texturované..."
2537
2538
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:1
2539
msgid "Blur horizontally"
2540
msgstr "Rozostřit vodorovně"
2541
2542
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2543
msgid "Blur the edges of an image so the result tiles seamlessly"
2544
msgstr "Rozostřit kraje obrázku pro bezešvé dlaždicování"
2545
2546
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:3
1 by Daniel Holbach
Import upstream version 2.2.9
2547
msgid "Blur type"
2548
msgstr "Typ rozostření"
2549
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2550
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:4
1 by Daniel Holbach
Import upstream version 2.2.9
2551
msgid "Blur vertically"
2552
msgstr "Rozostřit svisle"
2553
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2554
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:5
1 by Daniel Holbach
Import upstream version 2.2.9
2555
msgid "IIR"
2556
msgstr "IIR"
2557
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2558
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:6
1 by Daniel Holbach
Import upstream version 2.2.9
2559
msgid "RLE"
2560
msgstr "RLE"
2561
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2562
#: ../plug-ins/script-fu/scripts/tileblur.scm.h:8
1 by Daniel Holbach
Import upstream version 2.2.9
2563
msgid "_Tileable Blur..."
2564
msgstr "_Dlaždicovatelné rozostření..."
2565
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2566
#: ../plug-ins/script-fu/scripts/title-header.scm.h:1
2567
msgid "Create a decorative web title header"
2568
msgstr "Vytvořit dekorativní hlavičku webové stránky"
2569
1 by Daniel Holbach
Import upstream version 2.2.9
2570
#: ../plug-ins/script-fu/scripts/title-header.scm.h:6
2571
msgid "Web Title Header..."
2572
msgstr "Hlavička nadpisu na WWW..."
2573
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2574
#: ../plug-ins/script-fu/scripts/truchet.scm.h:3
2575
msgid "Create an image filled with a Truchet pattern"
2576
msgstr "Vytvořit obrázek vyplněný klikaticí"
2577
1 by Daniel Holbach
Import upstream version 2.2.9
2578
#: ../plug-ins/script-fu/scripts/truchet.scm.h:4
2579
msgid "Foreground color"
2580
msgstr "Barva popředí"
2581
2582
#: ../plug-ins/script-fu/scripts/truchet.scm.h:7
2583
msgid "T_ruchet..."
2584
msgstr "_Klikatice..."
2585
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2586
#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
2587
msgid "Mask opacity"
2588
msgstr "Krytí masky"
2589
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2590
#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:2
1 by Daniel Holbach
Import upstream version 2.2.9
2591
msgid "Mask size"
2592
msgstr "Velikost masky"
2593
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2594
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:1
1 by Daniel Holbach
Import upstream version 2.2.9
2595
msgid "Amplitude"
2596
msgstr "Rozkmit"
2597
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2598
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:2
2599
msgid ""
2600
"Create a multi-layer image with an effect like a stone was thrown into the "
2601
"current image"
0.3.2 by Ari Pollak
Import upstream version 2.6.8
2602
msgstr ""
2603
"Vytvořit vícevrstevný obrázek s efektem kamene hozeného do aktuálního obrázku"
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2604
1 by Daniel Holbach
Import upstream version 2.2.9
2605
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:3
2606
msgid "Invert direction"
2607
msgstr "Obrátit směr"
2608
2609
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:5
2610
msgid "Wavelength"
2611
msgstr "Vlnová délka"
2612
2613
#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:6
2614
msgid "_Waves..."
2615
msgstr "_Vlny..."
2616
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2617
#: ../plug-ins/script-fu/scripts/weave.scm.h:1
2618
msgid ""
2619
"Create a new layer filled with a weave effect to be used as an overlay or "
2620
"bump map"
2621
msgstr ""
2622
"Vytvořit novou vrstvu vyplněnou tkaným efektem pro použití jako překryv nebo "
2623
"mapa vyvýšení"
2624
1 by Daniel Holbach
Import upstream version 2.2.9
2625
#: ../plug-ins/script-fu/scripts/weave.scm.h:2
2626
msgid "Ribbon spacing"
2627
msgstr "Rozestup pásek"
2628
2629
#: ../plug-ins/script-fu/scripts/weave.scm.h:3
2630
msgid "Ribbon width"
2631
msgstr "Šířka pásky"
2632
2633
#: ../plug-ins/script-fu/scripts/weave.scm.h:4
2634
msgid "Shadow darkness"
2635
msgstr "Tmavost stínu"
2636
2637
#: ../plug-ins/script-fu/scripts/weave.scm.h:5
2638
msgid "Shadow depth"
2639
msgstr "Hloubka stínu"
2640
2641
#: ../plug-ins/script-fu/scripts/weave.scm.h:6
2642
msgid "Thread density"
2643
msgstr "Hustota vlákna"
2644
2645
#: ../plug-ins/script-fu/scripts/weave.scm.h:7
2646
msgid "Thread intensity"
2647
msgstr "Intenzita vlákna"
2648
2649
#: ../plug-ins/script-fu/scripts/weave.scm.h:8
2650
msgid "Thread length"
2651
msgstr "Délka vlákna"
2652
2653
#: ../plug-ins/script-fu/scripts/weave.scm.h:9
2654
msgid "_Weave..."
1.1.3 by Sebastien Bacher
Import upstream version 2.2.13
2655
msgstr "_Tkát..."
1 by Daniel Holbach
Import upstream version 2.2.9
2656
2657
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:1
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2658
msgid "Bookmark to the GIMP web site"
2659
msgstr "Záložka pro web GIMPu"
1 by Daniel Holbach
Import upstream version 2.2.9
2660
2661
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:2
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2662
msgid "Bookmark to the user manual"
2663
msgstr "Záložka pro uživatelskou příručku"
2664
2665
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:3
2666
msgid "Create and Use _Selections"
2667
msgstr "Tvorba a používání _výběrů"
2668
2669
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:4
2670
msgid "Create, Open and Save _Files"
2671
msgstr "Vytváření, otvírání a ukládání _souborů"
2672
2673
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:5
2674
msgid "Drawing _Simple Objects"
2675
msgstr "Kreslení _jednoduchých objektů"
2676
2677
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:6
2678
msgid "How to Use _Dialogs"
2679
msgstr "Jak používat _Dialogy"
2680
2681
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:7
1 by Daniel Holbach
Import upstream version 2.2.9
2682
msgid "Plug-in _Registry"
2683
msgstr "_Registr zásuvných modulů"
2684
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2685
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:8
2686
msgid "Using _Paths"
2687
msgstr "Používání _cest"
2688
2689
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:9
2690
msgid "_Basic Concepts"
2691
msgstr "_Základní koncepce"
2692
2693
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:10
1 by Daniel Holbach
Import upstream version 2.2.9
2694
msgid "_Developer Web Site"
2695
msgstr "WWW stránky _vývojářů"
2696
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2697
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:11
1 by Daniel Holbach
Import upstream version 2.2.9
2698
msgid "_Main Web Site"
2699
msgstr "_Hlavní WWW stránky"
2700
1.1.4 by Daniel Holbach
Import upstream version 2.3.16
2701
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:12
2702
msgid "_Preparing your Images for the Web"
2703
msgstr "_Příprava obrázků pro web"
2704
2705
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:13
2706
msgid "_User Manual Web Site"
2707
msgstr "_Web uživatelské příručky"
2708
2709
#: ../plug-ins/script-fu/scripts/web-browser.scm.h:14
2710
msgid "_Working with Digital Camera Photos"
2711
msgstr "_Práce s digitálními fotografiemi"
2712
2713
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:1
2714
msgid "Add a subtle translucent 3D effect to the selected region (or alpha)"
2715
msgstr "Přidat jemný průsvitný 3D efekt do vybrané oblasti (či alfy)"
2716
1 by Daniel Holbach
Import upstream version 2.2.9
2717
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:2
2718
msgid "Drop shadow X offset"
2719
msgstr "Posun X vrženého stínu"
2720
2721
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:3
2722
msgid "Drop shadow Y offset"
2723
msgstr "Posun Y vrženého stínu"
2724
2725
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:4
2726
msgid "Drop shadow blur radius"
2727
msgstr "Poloměr rozostření vrženého stínu"
2728
2729
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:5
2730
msgid "Drop shadow color"
2731
msgstr "Barva vrženého stínu"
2732
2733
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:6
2734
msgid "Drop shadow opacity"
2735
msgstr "Krytí vrženého stínu"
2736
2737
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:7
2738
msgid "Highlight X offset"
2739
msgstr "Posun X světel"
2740
2741
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:8
2742
msgid "Highlight Y offset"
2743
msgstr "Posun Y světel"
2744
2745
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:10
2746
msgid "Highlight opacity"
2747
msgstr "Krytí světel"
2748
2749
#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12
2750
msgid "_Xach-Effect..."
2751
msgstr "Efekt _Xach..."