HeadSpace2 SEO - Version 3.6.34

Version Description

  • Fix PHP warnings
  • Fix category settings, remove duplicate save button
  • WP 3.0+ only
  • Async Google Analytics
  • Farsi translation thanks to Amir Heydari
  • Arabic thanks to Mouad
  • Update to Italian translation thanks to Gianni Diurno
Download this release

Release Info

Developer johnny5
Plugin Icon wp plugin HeadSpace2 SEO
Version 3.6.34
Comparing to
See all releases

Code changes from version 3.6.35 to 3.6.34

headspace.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: HeadSpace2
4
  Plugin URI: http://urbangiraffe.com/plugins/headspace2/
5
  Description: Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
6
- Version: 3.6.35
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com/
9
  ============================================================================================================
@@ -52,6 +52,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin {
52
  add_action( 'edit_term', array( &$this, 'edit_category' ) );
53
 
54
  $this->add_action( 'init', 'init', 15);
 
55
 
56
  // WP 2.7 hooks
57
  $this->add_action( 'manage_posts_columns' );
@@ -60,6 +61,10 @@ class HeadSpace2_Admin extends HeadSpace_Plugin {
60
  $this->add_action( 'manage_posts_custom_column', 'manage_posts_custom_column', 10, 2);
61
  $this->add_action( 'manage_pages_custom_column', 'manage_posts_custom_column', 10, 2);
62
 
 
 
 
 
63
  $this->add_action( 'wp_print_scripts' );
64
  $this->add_action( 'admin_head', 'wp_print_styles' );
65
  $this->add_filter( 'print_scripts_array' );
@@ -89,7 +94,21 @@ class HeadSpace2_Admin extends HeadSpace_Plugin {
89
  array_unshift( $links, $settings_link );
90
  return $links;
91
  }
92
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  function manage_posts_columns($columns) {
94
  $headspace = HeadSpace2::get ();
95
 
@@ -223,9 +242,9 @@ class HeadSpace2_Admin extends HeadSpace_Plugin {
223
  **/
224
 
225
  function save_tags($id) {
226
- if ( isset( $_POST['headspace'] ) ) {
227
- $headspace = HeadSpace2::get();
228
- $headspace->save_post_settings( $id, $headspace->extract_module_settings( $_POST, 'page' ) );
229
  }
230
  }
231
 
@@ -560,18 +579,6 @@ class HeadSpace2_Admin extends HeadSpace_Plugin {
560
  }
561
  }
562
 
563
- // Thematic compat
564
- function hs_child_headspace_doctitle() {
565
- return wp_title( '', false) ;
566
- }
567
-
568
- function hs_child_meta_head_cleaning() {
569
- return true;
570
- }
571
-
572
- add_filter( 'thematic_seo', 'hs_child_meta_head_cleaning' );
573
- add_filter( 'thematic_doctitle','hs_child_headspace_doctitle' );
574
-
575
 
576
  /**
577
  * Instantiate the plugin
3
  Plugin Name: HeadSpace2
4
  Plugin URI: http://urbangiraffe.com/plugins/headspace2/
5
  Description: Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
6
+ Version: 3.6.34
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com/
9
  ============================================================================================================
52
  add_action( 'edit_term', array( &$this, 'edit_category' ) );
53
 
54
  $this->add_action( 'init', 'init', 15);
55
+ $this->add_action( 'wp_dashboard_setup' );
56
 
57
  // WP 2.7 hooks
58
  $this->add_action( 'manage_posts_columns' );
61
  $this->add_action( 'manage_posts_custom_column', 'manage_posts_custom_column', 10, 2);
62
  $this->add_action( 'manage_pages_custom_column', 'manage_posts_custom_column', 10, 2);
63
 
64
+ // $this->add_action( 'quick_edit_custom_box', 'quick_edit_custom_box', 10, 2);
65
+ // $this->add_action( 'manage_categories_columns', 'manage_posts_columns' );
66
+ // $this->add_action( 'bulk_edit_custom_box', 'bulk_edit_custom_box', 10, 2);
67
+
68
  $this->add_action( 'wp_print_scripts' );
69
  $this->add_action( 'admin_head', 'wp_print_styles' );
70
  $this->add_filter( 'print_scripts_array' );
94
  array_unshift( $links, $settings_link );
95
  return $links;
96
  }
97
+
98
+ function wp_dashboard_setup() {
99
+ if (function_exists ('wp_add_dashboard_widget'))
100
+ wp_add_dashboard_widget ('dashboard_headspace', __ ('HeadSpace', 'headspace'), array (&$this, 'dashboard'));
101
+ }
102
+
103
+ function dashboard() {
104
+ $headspace = HeadSpace2::get ();
105
+
106
+ $settings = $headspace->get_current_settings ();
107
+ $simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page' );
108
+
109
+ $this->render_admin( 'dashboard', array ('simple' => $simple, 'advanced' => $advanced));
110
+ }
111
+
112
  function manage_posts_columns($columns) {
113
  $headspace = HeadSpace2::get ();
114
 
242
  **/
243
 
244
  function save_tags($id) {
245
+ if (isset ($_POST['headspace'])) {
246
+ $headspace = HeadSpace2::get ();
247
+ $headspace->save_post_settings ($id, $headspace->extract_module_settings ($_POST, 'page'));
248
  }
249
  }
250
 
579
  }
580
  }
581
 
 
 
 
 
 
 
 
 
 
 
 
 
582
 
583
  /**
584
  * Instantiate the plugin
locale/cs_CZ.mo DELETED
Binary file
locale/cs_CZ.po DELETED
@@ -1,1789 +0,0 @@
1
- # Meta-data manager, allowing complete control over meta-data such as keywords/tags, title, description, stylesheets, and other goodies. The data inserted can be static text, or pulled dynamically from the details of the post.
2
- # Copyright (C) 2007 John Godley
3
- # This file is distributed under the same license as the HeadSpace2 package.
4
- # John Godley, http://urbangiraffe.com/, 2007.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: HeadSpace2 3.3.1\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-01-23 19:34+0000\n"
11
- "PO-Revision-Date: 2010-11-02 22:44+0100\n"
12
- "Last-Translator: Jan Macek <http://www.lefthanded-scissors.com>\n"
13
- "Language-Team: Jan Macek <jan@maildir.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Czech\n"
18
- "X-Poedit-Country: CZECH REPUBLIC\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #: headspace.php:474
22
- #, php-format
23
- msgid "%d items were imported from %s"
24
- msgstr "<strong>%d</strong> importovaných elementů z <strong>%s</strong> "
25
-
26
- #: models/pager.php:434
27
- #, php-format
28
- msgid "%d per-page"
29
- msgstr "%d na stánce"
30
-
31
- #: view/admin/version.php:5
32
- #, php-format
33
- msgid "%s ago"
34
- msgstr "před %s"
35
-
36
- #: view/admin/options.php:7
37
- #, php-format
38
- msgid "%s | General Options"
39
- msgstr "%s | Základní možnosti"
40
-
41
- #: view/admin/import.php:6
42
- #, php-format
43
- msgid "%s | Import"
44
- msgstr "%s | Import"
45
-
46
- #: view/admin/page-modules.php:7
47
- #, php-format
48
- msgid "%s | Page Modules"
49
- msgstr " %s | Moduly"
50
-
51
- #: view/admin/page-settings.php:7
52
- #, php-format
53
- msgid "%s | Page Settings"
54
- msgstr "%s | Nastavení stránek"
55
-
56
- #: view/admin/site-modules.php:6
57
- #, php-format
58
- msgid "%s | Site Modules"
59
- msgstr "%s | Moduly stránek"
60
-
61
- #: view/admin/import.php:22
62
- msgid "(not available in UTW and Simple Tagging)"
63
- msgstr "(nedostupné v UTW a Simple Tagging)"
64
-
65
- #: modules/site/page_counts.php:122
66
- msgid "(set number of posts to 0 for theme default)"
67
- msgstr "nastavit počet článků na 0 pro standardní motiv"
68
-
69
- #: modules/site/system-settings.php:88
70
- msgid "1 hour"
71
- msgstr "1 hodina"
72
-
73
- #: modules/site/system-settings.php:87
74
- msgid "10 minutes"
75
- msgstr "10 minut"
76
-
77
- #: modules/site/103bees.php:31
78
- msgid "103bees"
79
- msgstr "103bees"
80
-
81
- #: modules/site/system-settings.php:85
82
- msgid "30 seconds"
83
- msgstr "30 sekund"
84
-
85
- #: models/headspace.php:119
86
- msgid "404 Page"
87
- msgstr "404 Page"
88
-
89
- #: modules/site/system-settings.php:86
90
- msgid "60 seconds"
91
- msgstr "60 sekund"
92
-
93
- #: headspace.php:303
94
- msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
95
- msgstr "<code>wp_footer</code> nebyl nalezen v <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">dokumentace</a>)"
96
-
97
- #: headspace.php:296
98
- msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
99
- msgstr "<code>wp_head</code> nebyl nalezen v <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">dokumentace</a>)"
100
-
101
- #: modules/site/first-time-visitor.php:93
102
- #, php-format
103
- msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
104
- msgstr "<p>Jako nového uživatele by vás mohly zajímat <a href=\"%s/feed/\">RSS</a> novinky.</p>"
105
-
106
- #: modules/page/tags.php:123
107
- msgid "<p>Tags: "
108
- msgstr "<p>Značky: "
109
-
110
- #: modules/site/piwik.php:211
111
- msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
112
- msgstr "Pauza (milisekundy) před začátkem stahování souboru. Příliš malé hodnoty budou ignorovány."
113
-
114
- #: view/admin/head_admin.php:6
115
- msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
116
- msgstr "Nepodařilo se stáhnout data ze serveru. Pokud problém přetrvává, zkontrolujte instalaci pluginu."
117
-
118
- #: modules/site/awstats.php:31
119
- msgid "AWStats JavaScript Tracking"
120
- msgstr "AWStats JavaScript Tracking"
121
-
122
- #: modules/site/analytics.php:237
123
- #: modules/site/feedburner-stats.php:67
124
- msgid "Account ID"
125
- msgstr "ID účtu"
126
-
127
- #: modules/site/apture.php:36
128
- msgid "Add Apture to all pages"
129
- msgstr "Přídá Apture na všechny stránky"
130
-
131
- #: modules/site/103bees.php:36
132
- msgid "Adds 103bees tracking code to all pages"
133
- msgstr "Přídá kód 103bees na všechny stránky"
134
-
135
- #: modules/site/awstats.php:36
136
- msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
137
- msgstr "Přidá AWStats JavaScript kód na všechny stánky (v <code>wp_footer</code>)"
138
-
139
- #: modules/site/crazyegg.php:38
140
- msgid "Adds CrazyEgg tracking code to all pages"
141
- msgstr "Přidá CrazyEgg kód na všechny stránky"
142
-
143
- #: modules/site/analytics.php:44
144
- msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
145
- msgstr "Přídá Google Analytics kód na všechny stránky (pomocí <code>wp_footer</code>)"
146
-
147
- #: modules/site/google_webmaster.php:35
148
- msgid "Adds Google Webmaster tracking code to your home page"
149
- msgstr "Přídá Google Webmaster kód na domovskou stránku"
150
-
151
- #: modules/site/hittail.php:36
152
- msgid "Adds HitTail tracking code to all pages"
153
- msgstr "Přídá HitTail kód na všechny stránky"
154
-
155
- #: modules/site/microsoft-live.php:35
156
- msgid "Adds Microsoft Live verification / Bing Webmaster code to your home page"
157
- msgstr "Přidá ověření Microsoft Live / Bing webmaster kód na domovskou stránku"
158
-
159
- #: modules/site/mint.php:38
160
- msgid "Adds Mint tracking code to all pages"
161
- msgstr "Přídá Mint kód na všechny stránky"
162
-
163
- #: modules/site/piwik.php:42
164
- msgid "Adds Piwik tracking code to all pages"
165
- msgstr "Přídá Piwik kód na všechny stránky"
166
-
167
- #: modules/site/statcounter.php:40
168
- msgid "Adds StatCounter tracking code to all pages"
169
- msgstr "Přídá StatCounter kód na všechny stránky"
170
-
171
- #: modules/site/yahoo-site-explorer.php:35
172
- msgid "Adds Yahoo! Site Explorer tracking code to your home page"
173
- msgstr "Přídá Yahoo! Site Explorer kód na domovskou stránku"
174
-
175
- #: modules/site/feedburner-stats.php:35
176
- msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
177
- msgstr "Přidá odpovídající kód pro použití FeedBurner Stats Pro"
178
-
179
- #: view/admin/page-modules.php:21
180
- msgid "Advanced"
181
- msgstr "Rozšířené"
182
-
183
- #: modules/page/more_text.php:127
184
- msgid "Advanced - the regular expression pattern to select the more link from your posts"
185
- msgstr "Pokročilé - regulární výraz pro odkaz more"
186
-
187
- #: modules/page/more_text.php:133
188
- msgid "Advanced - the regular expression replacement text"
189
- msgstr "Pokročilé - text pro nahrazení regulárního výrazu"
190
-
191
- #: modules/page/page_title.php:134
192
- msgid "After"
193
- msgstr "Po"
194
-
195
- #: modules/page/page-links.php:218
196
- msgid "After HTML"
197
- msgstr "Po HTML"
198
-
199
- #: modules/site/first-time-visitor.php:138
200
- msgid "After content"
201
- msgstr "Po obsahu"
202
-
203
- #: modules/page/description.php:70
204
- msgid "All descriptions will be trimmed to this length"
205
- msgstr "Všechny popisky budou zkráceny na tuto délku"
206
-
207
- #: modules/import/all-in-one-seo.php:28
208
- msgid "All-in-one SEO"
209
- msgstr "All-in-one SEO"
210
-
211
- #: modules/page/javascript.php:49
212
- msgid "Allow external JavaScript files to be referenced"
213
- msgstr "Umožní použití externího JavaScriptu"
214
-
215
- #: modules/page/page_title.php:115
216
- msgid "Allow page title to be changed (i.e. the title in the browser window title)"
217
- msgstr "Umožní změnu značky title"
218
-
219
- #: modules/page/stylesheet.php:58
220
- msgid "Allows CSS stylesheets to be added to a page"
221
- msgstr "Umožní externí CSS styly"
222
-
223
- #: modules/page/theme.php:74
224
- msgid "Allows a custom page-specific theme to over-ride the default theme"
225
- msgstr "Umožní změnu motivu pro jednotlivé stránky"
226
-
227
- #: modules/page/description.php:59
228
- msgid "Allows a short description about the page that is used by search engines"
229
- msgstr "Povolit popisek (snippet) pro vyhledavače."
230
-
231
- #: modules/page/custom.php:48
232
- msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
233
- msgstr "Umožní použití vlastních dat skrz MetaData::custom ()"
234
-
235
- #: modules/page/plugin.php:93
236
- msgid "Allows disabled plugins to be enabled on specific pages"
237
- msgstr "Umožní spouštění pluginů na vyžádání."
238
-
239
- #: modules/page/follow-links.php:113
240
- msgid "Allows follow/no-follow to be set for various links"
241
- msgstr "Umožní nastavení follow/no-follow pro jednotlivé odkazy"
242
-
243
- #: modules/page/keywords.php:66
244
- msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
245
- msgstr "Umožní přidáni meta keywords (nezávisle na značkách)"
246
-
247
- #: modules/page/relative-links.php:100
248
- msgid "Allows options to be set for relative meta links (WP 2.8+)"
249
- msgstr "Umožní nastavení relativních meta odkazů (WP 2.8+)"
250
-
251
- #: modules/page/page-links.php:150
252
- msgid "Allows options to be set for wp_list_pages links"
253
- msgstr "Umožní nastavení pro odkazy v wp_list_pages"
254
-
255
- #: modules/page/raw-footer.php:48
256
- msgid "Allows raw data to be inserted into the page footer"
257
- msgstr "Umožní neupravená data (raw data) v zápatí stránky"
258
-
259
- #: modules/page/raw.php:44
260
- msgid "Allows raw data to be inserted into the page meta section"
261
- msgstr "Umožní neupravená data (raw data) v meta značkách."
262
-
263
- #: modules/page/rss_tagline.php:57
264
- msgid "Allows site RSS description to be changed"
265
- msgstr "Umožní změnu RSS popisku."
266
-
267
- #: modules/page/rss_name.php:57
268
- msgid "Allows site RSS name to be changed"
269
- msgstr "Umožní změnu RSS názvu stránky."
270
-
271
- #: modules/page/site_tagline.php:56
272
- msgid "Allows site description to be changed (i.e. the tagline)"
273
- msgstr "Umožní změnu sloganu stránky (tagline)."
274
-
275
- #: modules/page/site_name.php:58
276
- msgid "Allows site name to be changed (i.e your blog name)"
277
- msgstr "Umožní změnu jména stránek (jméno blogu)."
278
-
279
- #: modules/page/tags.php:153
280
- msgid "Allows tags to be added to pages"
281
- msgstr "Umožní přidávání značek (tagů) na stránky"
282
-
283
- #: modules/page/more_text.php:85
284
- msgid "Allows the 'more' text to be changed"
285
- msgstr "Umožní změnu kódu '<!--more-->' "
286
-
287
- #: modules/page/noindex.php:87
288
- msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
289
- msgstr "Umožní značky no-index/no-follow (zabránit indexaci stránky vyhledávacími roboty)"
290
-
291
- #: modules/site/widgets.php:35
292
- msgid "Allows you to enable or disable various WordPress Widgets"
293
- msgstr "Umožní zapnout či vypnout různé WordPress Widgety"
294
-
295
- #: modules/site/wp_formatting.php:37
296
- msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
297
- msgstr "Umožní zapnout či vypnout WordPress autoformátování (včetně wpautop)."
298
-
299
- #: view/admin/support.php:28
300
- msgid "Alternatively, if you are multi-lingual, do consider translating this into another language. All the necessary localisation files are included and I've written a <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">full guide to the translation process</a>."
301
- msgstr "Pokud ovládáte více jazyků, můžete nám pomoci přeložit tento plugin. Všechny potřebné soubory jsou přiloženy a existuje návod <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">pro překládání pluginů</a>."
302
-
303
- #: modules/site/apture.php:31
304
- msgid "Apture"
305
- msgstr "Apture"
306
-
307
- #: modules/page/follow-links.php:32
308
- msgid "Archive Links"
309
- msgstr "Odkazy Archívu"
310
-
311
- #: models/headspace.php:113
312
- #: modules/site/page_counts.php:114
313
- #: modules/site/widgets.php:73
314
- #: modules/site/widgets.php:74
315
- msgid "Archives"
316
- msgstr "Archív"
317
-
318
- #: view/admin/head_admin.php:5
319
- msgid "Are you sure you want to merge that tag?"
320
- msgstr "Opravdu chcete sjednotit tuto značku?"
321
-
322
- #: view/admin/import.php:25
323
- msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
324
- msgstr "Stejně jako při každé úpravě databáze, doporučujeme <strong>zazálohovat data před spuštěním importu</strong>. Autor nenese odpovědnost za žádné neštěstí na trati."
325
-
326
- #: models/headspace.php:121
327
- msgid "Attachment Pages"
328
- msgstr "Stránky příloh"
329
-
330
- #: view/admin/help.php:33
331
- msgid "Attachment caption"
332
- msgstr "Název přílohy"
333
-
334
- #: models/headspace.php:117
335
- msgid "Author Pages"
336
- msgstr "Stránky autorů"
337
-
338
- #: modules/site/wp_formatting.php:98
339
- msgid "Auto-fancy quotes"
340
- msgstr "Automatické uvozovky"
341
-
342
- #: modules/site/wp_formatting.php:91
343
- msgid "Auto-formatting"
344
- msgstr "Automatické formátování"
345
-
346
- #: modules/site/wp_formatting.php:105
347
- msgid "Auto-link"
348
- msgstr "Automatické linkování"
349
-
350
- #: modules/page/page_title.php:133
351
- msgid "Before"
352
- msgstr "Před"
353
-
354
- #: modules/page/page-links.php:211
355
- msgid "Before HTML"
356
- msgstr "Před HTML"
357
-
358
- #: modules/site/first-time-visitor.php:137
359
- msgid "Before content"
360
- msgstr "Před obsahem"
361
-
362
- #: modules/site/widgets.php:67
363
- #: modules/site/widgets.php:68
364
- msgid "Calendar"
365
- msgstr "Kalendář"
366
-
367
- #: view/admin/page-module-edit.php:12
368
- #: view/admin/page-settings-edit-ajax.php:6
369
- #: view/admin/site-module-edit.php:18
370
- msgid "Cancel"
371
- msgstr "Zpět"
372
-
373
- #: models/headspace.php:114
374
- msgid "Categories"
375
- msgstr "Kategorie"
376
-
377
- #: modules/page/follow-links.php:33
378
- msgid "Category Links"
379
- msgstr "Odkazy Kategorií"
380
-
381
- #: modules/site/analytics.php:277
382
- msgid "Change what appears in reports"
383
- msgstr "Změní obsah reportu"
384
-
385
- #: modules/page/keywords.php:77
386
- msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
387
- msgstr "Tato funkce umožní použivat značky (tagy) jako klíčová slova. Nebudete moci nastavit klíčová slova nezávisle."
388
-
389
- #: modules/site/piwik.php:204
390
- msgid "Clear to disable download tracking"
391
- msgstr "Zapne/vypne sledování počtu stažení"
392
-
393
- #: view/admin/page-settings.php:11
394
- msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
395
- msgstr "Kliknutím na typ stránky změníte její nastavení. Umožní použití dalších modulů"
396
-
397
- #: modules/page/follow-links.php:36
398
- msgid "Comm. Author Links"
399
- msgstr "Odkazy autorů komentárů"
400
-
401
- #: modules/page/follow-links.php:37
402
- msgid "Comm. Text Links"
403
- msgstr "Text odkazů komentářů"
404
-
405
- #: modules/site/system-settings.php:37
406
- msgid "Configure PHP memory limits, time-outs, and error reporting"
407
- msgstr "Nastaví pamětové limity PHP, nastavení hlášení chyb a time-outu"
408
-
409
- #: modules/site/crazyegg.php:33
410
- msgid "CrazyEgg"
411
- msgstr "CrazyEgg"
412
-
413
- #: modules/site/crazyegg.php:117
414
- msgid "CrazyEgg ID"
415
- msgstr "CrazyEgg ID"
416
-
417
- #: modules/page/theme.php:84
418
- msgid "Current theme"
419
- msgstr "Aktuální motiv"
420
-
421
- #: modules/page/custom.php:44
422
- msgid "Custom data"
423
- msgstr "Vlastní data"
424
-
425
- #: modules/site/page_counts.php:38
426
- msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
427
- msgstr "Nastavit počet zobrazovaných článků na stránkách Archivu a Vyhledávání. Nastavit zobrazování celého znění nebo pouze úryvku."
428
-
429
- #: view/admin/options.php:39
430
- msgid "Debug"
431
- msgstr "Debug"
432
-
433
- #: modules/page/follow-links.php:123
434
- msgid "Default"
435
- msgstr "implicitní"
436
-
437
- #: view/admin/options.php:64
438
- msgid "Delete HeadSpace"
439
- msgstr "Smazat HeadSpace"
440
-
441
- #: modules/page/description.php:88
442
- msgid "Description"
443
- msgstr "Popis"
444
-
445
- #: modules/page/tags.php:188
446
- msgid "Disable Suggestions"
447
- msgstr "Vypne doporučení"
448
-
449
- #: modules/site/disable_visual_editing.php:28
450
- msgid "Disable Visual Editing"
451
- msgstr "Vypne vizuální editaci"
452
-
453
- #: modules/site/widgets.php:30
454
- msgid "Disable WordPress Widgets"
455
- msgstr "Vypne WordPress Widgets"
456
-
457
- #: modules/site/disable_visual_editing.php:33
458
- msgid "Disable visual editing"
459
- msgstr "Vypne vizuální editaci"
460
-
461
- #: view/admin/page-modules.php:32
462
- msgid "Disabled"
463
- msgstr "Vypnuto"
464
-
465
- #: modules/page/page-links.php:204
466
- msgid "Display"
467
- msgstr "Display"
468
-
469
- #: modules/site/first-time-visitor.php:39
470
- msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
471
- msgstr "Zobrazí zprávu při první návštěvě uživatele (nápad Setha Godina)"
472
-
473
- #: modules/site/first-time-visitor.php:134
474
- msgid "Display position"
475
- msgstr "Display position"
476
-
477
- #: models/pager.php:442
478
- #, php-format
479
- msgid "Displaying %s&#8211;%s of %s"
480
- msgstr "Zobrazuji %s&#8211;%s z %s"
481
-
482
- #: modules/page/stylesheet.php:101
483
- msgid "Do not output CSS"
484
- msgstr "Nevygeneruje CSS"
485
-
486
- #: modules/site/analytics.php:281
487
- msgid "Domain Name"
488
- msgstr "Doménové jméno"
489
-
490
- #: view/admin/edit_category.php:5
491
- msgid "Edit Category &raquo;"
492
- msgstr "Edituj kategorii &raquo;"
493
-
494
- #: view/admin/options.php:43
495
- msgid "Enable debug option"
496
- msgstr "Povolit debug mód"
497
-
498
- #: modules/page/more_text.php:118
499
- msgid "Enable on excerpts"
500
- msgstr "Povolit na úryvcích"
501
-
502
- #: modules/site/widgets.php:156
503
- msgid "Enabled Widgets"
504
- msgstr "Povolit Widgety"
505
-
506
- #: modules/page/relative-links.php:124
507
- msgid "End"
508
- msgstr "Konec"
509
-
510
- #: modules/site/first-time-visitor.php:131
511
- msgid "Enter 0 for always"
512
- msgstr "Vložte 0 pro aktivaci"
513
-
514
- #: modules/site/google_webmaster.php:70
515
- msgid "Enter Google Webmaster tracking code."
516
- msgstr "Vložte Google Webmaster kód."
517
-
518
- #: modules/site/microsoft-live.php:70
519
- msgid "Enter Microsoft Live verification code."
520
- msgstr "Vložte Microsoft Live ověřovací kód."
521
-
522
- #: modules/site/yahoo-site-explorer.php:70
523
- msgid "Enter Yahoo! Site Explorer tracking code."
524
- msgstr "Vložte Yahoo! Site Explorer kód."
525
-
526
- #: modules/site/analytics.php:291
527
- msgid "Enter any additional Google Analytics code"
528
- msgstr "Vložte dodatečný kód Google Analytics."
529
-
530
- #: modules/site/piwik.php:218
531
- msgid "Enter each host on a separate line"
532
- msgstr "Vložte každé jméno na nový řádek"
533
-
534
- #: modules/site/mint.php:124
535
- msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
536
- msgstr "Vložte relativní cestu k instalaci Mint (např. <code>/mint/</code>)."
537
-
538
- #: modules/site/analytics.php:270
539
- msgid "Enter the URL you want outbound links tracked to"
540
- msgstr "URL stránek, kde chcete sledovat odchozí odkazy"
541
-
542
- #: modules/site/analytics.php:240
543
- msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
544
- msgstr "Vložte Google JavaScript kód či pouze identifikační číslo <code>_uacct</code>."
545
-
546
- #: modules/site/hittail.php:114
547
- msgid "Enter the full JavaScript tracking code as provided by HitTail."
548
- msgstr "Vložte HitTail JavaScript kód."
549
-
550
- #: modules/site/103bees.php:114
551
- msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
552
- msgstr "Vložte 103bees JavaScript kód či identifikační číslo."
553
-
554
- #: modules/site/crazyegg.php:120
555
- msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
556
- msgstr "Vložte své plné <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
557
-
558
- #: modules/site/apture.php:114
559
- msgid "Enter your site token."
560
- msgstr "Vložte klíč vaší stránky."
561
-
562
- #: modules/site/103bees.php:121
563
- #: modules/site/analytics.php:256
564
- #: modules/site/apture.php:121
565
- #: modules/site/awstats.php:124
566
- #: modules/site/crazyegg.php:127
567
- #: modules/site/hittail.php:121
568
- #: modules/site/mint.php:131
569
- #: modules/site/piwik.php:225
570
- #: modules/site/statcounter.php:158
571
- msgid "Everyone"
572
- msgstr "Všichni"
573
-
574
- #: modules/page/page-links.php:171
575
- msgid "Exclude from list"
576
- msgstr "Ignorovat"
577
-
578
- #: modules/site/feedburner-stats.php:30
579
- msgid "Feedburner Stats Pro"
580
- msgstr "Feedburner Stats Pro"
581
-
582
- #: modules/page/custom.php:85
583
- msgid "Fields"
584
- msgstr "Pole"
585
-
586
- #: view/admin/mass_edit.php:29
587
- msgid "Filter"
588
- msgstr "Filtr"
589
-
590
- #: modules/site/first-time-visitor.php:34
591
- msgid "First Time Visitor"
592
- msgstr "Nový návštěvník"
593
-
594
- #: modules/page/follow-links.php:121
595
- msgid "Follow"
596
- msgstr "Follow"
597
-
598
- #: modules/page/follow-links.php:109
599
- msgid "Follow Links"
600
- msgstr "Follow odkazy"
601
-
602
- #: modules/page/tags.php:171
603
- msgid "Force tags in pages"
604
- msgstr "Zobrazovat na stánkách značky"
605
-
606
- #: modules/page/tags.php:161
607
- msgid "Force tags in posts"
608
- msgstr "Zobrazovat značky v článcích"
609
-
610
- #: modules/page/page_title.php:139
611
- msgid "Force title rewrite"
612
- msgstr "Vynutit přepis značky title"
613
-
614
- #: modules/site/frame-breaker.php:32
615
- msgid "Frame Breaker"
616
- msgstr "Frame Breaker"
617
-
618
- #: models/headspace.php:96
619
- msgid "Front Page"
620
- msgstr "Hlavní strana"
621
-
622
- #: models/headspace.php:94
623
- msgid "Global Settings"
624
- msgstr "Globální nastavení"
625
-
626
- #: modules/site/analytics.php:39
627
- msgid "Google Analytics"
628
- msgstr "Google Analytics"
629
-
630
- #: modules/site/google-ad-wrap.php:28
631
- msgid "Google Section Targeting"
632
- msgstr "Google Section Targeting - zaměřování sekcí"
633
-
634
- #: modules/site/google_webmaster.php:30
635
- msgid "Google Webmaster"
636
- msgstr "Google Webmaster"
637
-
638
- #: modules/page/page-links.php:221
639
- msgid "HTML added to end of list"
640
- msgstr "HTML přidáno na konec listu"
641
-
642
- #: modules/page/page-links.php:214
643
- msgid "HTML added to start of list"
644
- msgstr "HTML přidáno na začátek listu"
645
-
646
- #: modules/import/head_meta_description.php:28
647
- msgid "Head META Description"
648
- msgstr "Head META Description"
649
-
650
- #: headspace.php:99
651
- #: headspace.php:151
652
- #: headspace.php:483
653
- #: headspace.php:484
654
- #: view/admin/edit_quick.php:1
655
- #: view/admin/edit_quick.php:2
656
- msgid "HeadSpace"
657
- msgstr "HeadSpace"
658
-
659
- #: headspace.php:574
660
- msgid "HeadSpace Bug Tracker"
661
- msgstr "HeadSpace Bug Tracker"
662
-
663
- #: headspace.php:572
664
- msgid "HeadSpace Documentation"
665
- msgstr "HeadSpace dokumentace"
666
-
667
- #: headspace.php:575
668
- msgid "HeadSpace FAQ"
669
- msgstr "HeadSpace FAQ"
670
-
671
- #: headspace.php:571
672
- msgid "HeadSpace Help"
673
- msgstr "HeadSpace Nápověda"
674
-
675
- #: view/admin/edit_post.php:7
676
- msgid "HeadSpace Meta data"
677
- msgstr "HeadSpace Meta data"
678
-
679
- #: view/admin/edit_category.php:1
680
- msgid "HeadSpace Settings"
681
- msgstr "HeadSpace nastavení"
682
-
683
- #: headspace.php:573
684
- msgid "HeadSpace Support Forum"
685
- msgstr "HeadSpace Support Fórum"
686
-
687
- #: headspace.php:440
688
- msgid "HeadSpace has been removed"
689
- msgstr "HeadSpace byl odstraněn"
690
-
691
- #: view/admin/support.php:7
692
- msgid "HeadSpace has required a great deal of time and effort to develop. If it's been useful to you then you can support this development by <strong>making a small donation of $12</strong>. This will act as an incentive for me to carry on developing it, providing countless hours of support, and including any enhancements that are suggested."
693
- msgstr "Vytvoření Headspace stálo značné úsilí a mnoho času. Pokud vám Headspace příjde užitečné, <strong>zvažte dobrovolný dar ($12)</strong>."
694
-
695
- #: modules/import/headspace_tags.php:28
696
- msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
697
- msgstr "HeadSpace (zkonvertuj na WordPress 2.3 značky)"
698
-
699
- #: view/admin/support.php:5
700
- msgid "HeadSpace | Support"
701
- msgstr "HeadSpace | Podpora"
702
-
703
- #: view/admin/version.php:2
704
- msgid "HeadSpace2 News"
705
- msgstr "HeadSpace2 Zprávy"
706
-
707
- #: modules/site/hittail.php:31
708
- msgid "HitTail"
709
- msgstr "HitTail"
710
-
711
- #: models/headspace.php:95
712
- msgid "Home Page"
713
- msgstr "Hlavní strana"
714
-
715
- #: modules/site/piwik.php:215
716
- msgid "Host aliases"
717
- msgstr "Host aliases"
718
-
719
- #: modules/page/page-links.php:207
720
- msgid "How a link is displayed. Use %link% for the link itself"
721
- msgstr "Zobrazení odkazu. Použijte %link% pro odkaz samotný"
722
-
723
- #: view/admin/options.php:35
724
- msgid "I'm a nice person and I have helped support the author of this plugin"
725
- msgstr "Jsem fajn člověk a pomohl jsem autorovi tohoto pluginu"
726
-
727
- #: modules/site/piwik.php:183
728
- msgid "If you are monitoring multiple sites this allows you to identify each"
729
- msgstr "Pokud sledujete více domén, toto umožní jejich vzájemné rozlišení"
730
-
731
- #: modules/site/first-time-visitor.php:143
732
- msgid "Ignore Bots"
733
- msgstr "Ignoruj roboty"
734
-
735
- #: view/admin/import.php:21
736
- #: view/admin/submenu.php:7
737
- msgid "Import"
738
- msgstr "Import"
739
-
740
- #: view/admin/import.php:22
741
- msgid "Import and remove original data"
742
- msgstr "Importuj a odstraň původní data"
743
-
744
- #: modules/page/tags.php:191
745
- msgid "In case of low memory issues"
746
- msgstr "Při nedostatku paměti"
747
-
748
- #: modules/site/analytics.php:298
749
- msgid "Include Google Analytics on the WordPress login page"
750
- msgstr "Přídá Google Analytics kód na přihlašovací stránku"
751
-
752
- #: modules/site/analytics.php:295
753
- msgid "Include on login page"
754
- msgstr "Vložit do přihlašovací stránky"
755
-
756
- #: view/admin/options.php:20
757
- msgid "Inherit from global settings"
758
- msgstr "Zdědit z globálních nastavení"
759
-
760
- #: view/admin/options.php:16
761
- msgid "Inherit settings"
762
- msgstr "Zdědit nastavení"
763
-
764
- #: modules/page/javascript.php:45
765
- #: modules/page/javascript.php:60
766
- msgid "JavaScript"
767
- msgstr "JavaScript"
768
-
769
- #: modules/import/jerome.php:28
770
- msgid "Jerome's Keywords"
771
- msgstr "Jerome's Keywords"
772
-
773
- #: modules/page/keywords.php:62
774
- #: modules/page/keywords.php:107
775
- msgid "Keywords"
776
- msgstr "Klíčová slova"
777
-
778
- #: modules/page/keywords.php:84
779
- msgid "Keywords will be trimmed to this length"
780
- msgstr "Všechny popisky budou zkráceny na tuto délku"
781
-
782
- #: modules/page/page_title.php:126
783
- msgid "Leave blank to use theme default"
784
- msgstr "Pro použití hodnoty z motivu ponechejte prázdné "
785
-
786
- #: modules/site/widgets.php:79
787
- msgid "Links"
788
- msgstr "Odkazy"
789
-
790
- #: models/headspace.php:122
791
- msgid "Login Pages"
792
- msgstr "Přihlašovací stránky"
793
-
794
- #: modules/site/wp_formatting.php:108
795
- msgid "Makes links clickable in comments"
796
- msgstr "Aktivuje odkazy v komentářích"
797
-
798
- #: modules/page/description.php:67
799
- #: modules/page/keywords.php:81
800
- #: modules/page/page_title.php:151
801
- msgid "Max length"
802
- msgstr "Maximální délka"
803
-
804
- #: modules/site/system-settings.php:106
805
- msgid "Memory Limit"
806
- msgstr "Pamětový limit"
807
-
808
- #: modules/site/first-time-visitor.php:124
809
- msgid "Message to display"
810
- msgstr "Zobrazit zprávu"
811
-
812
- #: modules/site/widgets.php:84
813
- #: modules/site/widgets.php:85
814
- msgid "Meta"
815
- msgstr "Meta"
816
-
817
- #: modules/page/noindex.php:83
818
- #: modules/page/noindex.php:99
819
- msgid "Meta-Robots"
820
- msgstr "Meta-Robots"
821
-
822
- #: headspace.php:152
823
- #: view/admin/mass_edit.php:21
824
- msgid "Meta-data"
825
- msgstr "Meta data"
826
-
827
- #: modules/site/microsoft-live.php:30
828
- msgid "Microsoft Live Verification / Bing Webmaster"
829
- msgstr "Microsoft Live Verification / Bing Webmaster"
830
-
831
- #: modules/site/mint.php:33
832
- msgid "Mint"
833
- msgstr "Mint"
834
-
835
- #: modules/site/mint.php:121
836
- msgid "Mint path"
837
- msgstr "Mint - cesta instalace"
838
-
839
- #: view/admin/page-modules.php:33
840
- msgid "Modules are disabled and do not appear"
841
- msgstr "Moduly nejsou aktivovány a nezobrazují se"
842
-
843
- #: view/admin/page-modules.php:16
844
- msgid "Modules will always appear on edit screens"
845
- msgstr "Moduly se vždy zobrazí na editační obrazovce"
846
-
847
- #: view/admin/page-modules.php:22
848
- msgid "Modules will be hidden behind a link"
849
- msgstr "Moduly se zobrazí po kliknutí na odkaz"
850
-
851
- #: modules/import/more_unique.php:28
852
- msgid "More Unique"
853
- msgstr "More Unique"
854
-
855
- #: modules/mass/more_text.php:28
856
- #: modules/mass/more_text.php:50
857
- #: modules/page/more_text.php:81
858
- #: modules/page/more_text.php:97
859
- msgid "More text"
860
- msgstr "Text kódu \"Více\" <--!more-->"
861
-
862
- #: modules/site/analytics.php:248
863
- msgid "New Google Analytics (ga.js)"
864
- msgstr "Nový Google Analytics (ga.js)"
865
-
866
- #: models/pager.php:381
867
- #: modules/page/relative-links.php:114
868
- msgid "Next"
869
- msgstr "Další"
870
-
871
- #: modules/page/follow-links.php:38
872
- msgid "Next/Prev Posts Link"
873
- msgstr "Další/Předchozí odkazy v článcích"
874
-
875
- #: modules/page/tags.php:164
876
- #: modules/page/tags.php:174
877
- msgid "No"
878
- msgstr "Ne"
879
-
880
- #: modules/site/system-settings.php:89
881
- msgid "No timeout limit"
882
- msgstr "Žádný limit pro timeout"
883
-
884
- #: modules/page/noindex.php:38
885
- msgid "No-ODP"
886
- msgstr "No-ODP"
887
-
888
- #: modules/page/noindex.php:39
889
- msgid "No-Yahoo Dir"
890
- msgstr "No-Yahoo Dir"
891
-
892
- #: modules/page/noindex.php:37
893
- msgid "No-archive"
894
- msgstr "No-archive"
895
-
896
- #: modules/page/follow-links.php:122
897
- #: modules/page/noindex.php:36
898
- msgid "No-follow"
899
- msgstr "No-follow"
900
-
901
- #: modules/page/noindex.php:35
902
- msgid "No-index"
903
- msgstr "No-index"
904
-
905
- #: modules/page/page-links.php:172
906
- msgid "Nofollow"
907
- msgstr "Nofollow"
908
-
909
- #: modules/page/page-links.php:173
910
- msgid "Open in new window"
911
- msgstr "Otevřít v novém okně"
912
-
913
- #: view/admin/submenu.php:6
914
- msgid "Options"
915
- msgstr "Možnosti"
916
-
917
- #: modules/site/system-settings.php:126
918
- msgid "PHP Error Reporting"
919
- msgstr "PHP Error Reporting"
920
-
921
- #: modules/site/system-settings.php:116
922
- msgid "PHP Script Timeout"
923
- msgstr "PHP Script Timeout"
924
-
925
- #: modules/site/page_counts.php:33
926
- msgid "Page Counts"
927
- msgstr "Počty stran"
928
-
929
- #: modules/page/page-links.php:169
930
- msgid "Page Link Options"
931
- msgstr "Nastavení stránky odkazů"
932
-
933
- #: modules/page/page-links.php:159
934
- msgid "Page Link Text"
935
- msgstr "Text odkazu stránky"
936
-
937
- #: modules/page/page-links.php:164
938
- msgid "Page Link Title"
939
- msgstr "Titulek stránky odkazů"
940
-
941
- #: modules/page/follow-links.php:34
942
- #: modules/page/page-links.php:146
943
- msgid "Page Links"
944
- msgstr "Stránky odkazů"
945
-
946
- #: view/admin/submenu.php:4
947
- msgid "Page Modules"
948
- msgstr "Moduly"
949
-
950
- #: view/admin/submenu.php:3
951
- msgid "Page Settings"
952
- msgstr "Nastavení stránky"
953
-
954
- #: modules/page/page_title.php:176
955
- msgid "Page Title"
956
- msgstr "Titulek"
957
-
958
- #: modules/mass/description.php:28
959
- #: modules/mass/description.php:50
960
- #: modules/page/description.php:55
961
- msgid "Page description"
962
- msgstr "Popis stránky (Meta tag description)"
963
-
964
- #: view/admin/page-modules.php:11
965
- msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
966
- msgstr "Moduly lze přiřadit k jednotlivým stránkám. Přetáhněte moduly myší k příslušné stránce. Moduly lze řadit."
967
-
968
- #: modules/mass/page_slug.php:28
969
- msgid "Page slug"
970
- msgstr "Značka strany (slug)"
971
-
972
- #: modules/mass/page_title.php:28
973
- #: modules/mass/page_title.php:50
974
- #: modules/page/page_title.php:106
975
- msgid "Page title"
976
- msgstr "Titul stánky"
977
-
978
- #: modules/page/plugin.php:89
979
- msgid "Page-specific Plugins"
980
- msgstr "Rozšíření platné pouze pro specifické stránky"
981
-
982
- #: modules/page/theme.php:64
983
- msgid "Page-specific Theme"
984
- msgstr "Motivy platné pouze pro specifické stránky"
985
-
986
- #: models/headspace.php:116
987
- #: modules/site/widgets.php:61
988
- #: modules/site/widgets.php:62
989
- msgid "Pages"
990
- msgstr "Stránky"
991
-
992
- #: modules/page/relative-links.php:129
993
- msgid "Parent"
994
- msgstr "Rodič"
995
-
996
- #: modules/site/statcounter.php:142
997
- msgid "Partition ID"
998
- msgstr "Partition ID"
999
-
1000
- #: modules/page/more_text.php:124
1001
- msgid "Pattern"
1002
- msgstr "Vzor"
1003
-
1004
- #: modules/site/piwik.php:37
1005
- msgid "Piwik"
1006
- msgstr "Piwik"
1007
-
1008
- #: modules/site/piwik.php:194
1009
- msgid "Piwik JavaScript"
1010
- msgstr "Piwik JavaScript"
1011
-
1012
- #: modules/site/piwik.php:187
1013
- msgid "Piwik PHP"
1014
- msgstr "Piwik PHP"
1015
-
1016
- #: modules/site/piwik.php:180
1017
- msgid "Piwik Site ID"
1018
- msgstr "Piwik Site ID"
1019
-
1020
- #: headspace.php:576
1021
- msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
1022
- msgstr "Před položením dotazu si prosím projděte dokumentaci a často kladené dotazy, případně bug tracker."
1023
-
1024
- #: view/admin/options.php:32
1025
- msgid "Plugin Support"
1026
- msgstr "Plugin Support"
1027
-
1028
- #: modules/page/plugin.php:134
1029
- msgid "Plugins"
1030
- msgstr "Rozšíření"
1031
-
1032
- #: modules/mass/page_slug.php:50
1033
- msgid "Post slug"
1034
- msgstr "Značka článku"
1035
-
1036
- #: modules/mass/description.php:49
1037
- #: modules/mass/more_text.php:49
1038
- #: modules/mass/page_slug.php:49
1039
- #: modules/mass/page_title.php:49
1040
- #: modules/mass/site_description.php:49
1041
- #: modules/mass/site_name.php:49
1042
- #: modules/mass/tags.php:49
1043
- msgid "Post title"
1044
- msgstr "Titul článku"
1045
-
1046
- #: models/headspace.php:115
1047
- msgid "Posts"
1048
- msgstr "Články"
1049
-
1050
- #: headspace.php:395
1051
- msgid "Posts successfully updated"
1052
- msgstr "Úspěšně aktualizované články"
1053
-
1054
- #: models/pager.php:380
1055
- #: modules/page/relative-links.php:109
1056
- msgid "Previous"
1057
- msgstr "Předchozí"
1058
-
1059
- #: view/admin/options.php:24
1060
- msgid "Process excerpt with plugins"
1061
- msgstr "Process excerpt with plugins"
1062
-
1063
- #: modules/site/statcounter.php:136
1064
- msgid "Project ID"
1065
- msgstr "ID projektu"
1066
-
1067
- #: modules/page/rss_tagline.php:69
1068
- msgid "RSS Desc."
1069
- msgstr "Popis RSS"
1070
-
1071
- #: modules/page/rss_tagline.php:53
1072
- msgid "RSS Description"
1073
- msgstr "Popis RSS"
1074
-
1075
- #: modules/page/rss_name.php:53
1076
- #: modules/page/rss_name.php:69
1077
- msgid "RSS Name"
1078
- msgstr "Titulek RSS"
1079
-
1080
- #: modules/site/analytics.php:288
1081
- msgid "Raw Code"
1082
- msgstr "Neupravená data"
1083
-
1084
- #: modules/page/raw.php:40
1085
- #: modules/page/raw.php:50
1086
- msgid "Raw data"
1087
- msgstr "Neupravená data"
1088
-
1089
- #: modules/page/raw-footer.php:44
1090
- #: modules/page/raw-footer.php:54
1091
- msgid "Raw footer data"
1092
- msgstr "Neupravená data v zápatí"
1093
-
1094
- #: modules/site/widgets.php:95
1095
- #: modules/site/widgets.php:96
1096
- msgid "Recent Posts"
1097
- msgstr "Nejnovější články"
1098
-
1099
- #: modules/page/relative-links.php:96
1100
- #: modules/page/relative-links.php:106
1101
- msgid "Relative Links"
1102
- msgstr "Relativní odkazy"
1103
-
1104
- #: view/admin/options.php:57
1105
- msgid "Remove HeadSpace"
1106
- msgstr "Odstranit HeadSpace"
1107
-
1108
- #: modules/site/first-time-visitor.php:130
1109
- msgid "Repeat"
1110
- msgstr "Opakovat"
1111
-
1112
- #: modules/page/more_text.php:131
1113
- msgid "Replace"
1114
- msgstr "Vložit"
1115
-
1116
- #: view/admin/help.php:17
1117
- msgid "Replaced with the category description"
1118
- msgstr "Vloží popis kategorie"
1119
-
1120
- #: view/admin/help.php:27
1121
- msgid "Replaced with the current date"
1122
- msgstr "Vloží aktuální datum"
1123
-
1124
- #: view/admin/help.php:28
1125
- msgid "Replaced with the current month"
1126
- msgstr "Vloži aktuální měsíc"
1127
-
1128
- #: view/admin/help.php:32
1129
- msgid "Replaced with the current page number"
1130
- msgstr "Vloží číslo stánky"
1131
-
1132
- #: view/admin/help.php:30
1133
- msgid "Replaced with the current page number (i.e. page 2 of 4)"
1134
- msgstr "Vloží aktuální číslo stránky (např. strana 2 z 4)"
1135
-
1136
- #: view/admin/help.php:31
1137
- msgid "Replaced with the current page total"
1138
- msgstr "Vloží číslo celkového počtu stran"
1139
-
1140
- #: view/admin/help.php:25
1141
- msgid "Replaced with the current search phrase"
1142
- msgstr "Vloží hledaný výraz"
1143
-
1144
- #: view/admin/help.php:15
1145
- msgid "Replaced with the current tag/tags"
1146
- msgstr "Vloží odpovídající tag"
1147
-
1148
- #: view/admin/help.php:26
1149
- msgid "Replaced with the current time"
1150
- msgstr "Vloží aktuální čas"
1151
-
1152
- #: view/admin/help.php:29
1153
- msgid "Replaced with the current year"
1154
- msgstr "Vloží aktuální rok"
1155
-
1156
- #: view/admin/help.php:10
1157
- msgid "Replaced with the date of the post/page"
1158
- msgstr "Vloží datum článku/stránky"
1159
-
1160
- #: view/admin/help.php:16
1161
- msgid "Replaced with the post categories (comma separated)"
1162
- msgstr "Vloží kategorie článku (oddělené čárkami)"
1163
-
1164
- #: view/admin/help.php:22
1165
- msgid "Replaced with the post/page ID"
1166
- msgstr "Vloží ID článku/stránky"
1167
-
1168
- #: view/admin/help.php:23
1169
- msgid "Replaced with the post/page author's 'nicename'"
1170
- msgstr "Vloží jméno autora článku/stránky (pseudonym)"
1171
-
1172
- #: view/admin/help.php:24
1173
- msgid "Replaced with the post/page author's userid"
1174
- msgstr "Vloží jméno autora článku/stránky (userid)"
1175
-
1176
- #: view/admin/help.php:13
1177
- msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
1178
- msgstr "Vloží úryvek článku/stránky (pokud úryvek neexistuje, automaticky jej vygeneruje)"
1179
-
1180
- #: view/admin/help.php:14
1181
- msgid "Replaced with the post/page excerpt (without auto-generation)"
1182
- msgstr "Vloží úryvek článku/stránky (pouze pokud existuje)"
1183
-
1184
- #: view/admin/help.php:21
1185
- msgid "Replaced with the post/page modified time"
1186
- msgstr "Vloží datum změny článku/stránky"
1187
-
1188
- #: view/admin/help.php:18
1189
- msgid "Replaced with the tag description"
1190
- msgstr "Vloží tag description"
1191
-
1192
- #: view/admin/help.php:19
1193
- msgid "Replaced with the term description"
1194
- msgstr "Vloží popis termínu"
1195
-
1196
- #: view/admin/help.php:20
1197
- msgid "Replaced with the term name"
1198
- msgstr "Vloží jméno termínu"
1199
-
1200
- #: view/admin/help.php:11
1201
- msgid "Replaced with the title of the post/page"
1202
- msgstr "Vloží titulek článku/stránky"
1203
-
1204
- #: modules/import/seo-title-tags.php:28
1205
- msgid "SEO Title Tags"
1206
- msgstr "SEO Title Tags"
1207
-
1208
- #: view/admin/page-module-edit.php:11
1209
- #: view/admin/page-settings-edit-ajax.php:5
1210
- #: view/admin/site-module-edit.php:17
1211
- msgid "Save"
1212
- msgstr "Uložit"
1213
-
1214
- #: view/admin/mass_edit.php:66
1215
- msgid "Save all data"
1216
- msgstr "Uložit všechny data"
1217
-
1218
- #: modules/site/widgets.php:90
1219
- #: view/admin/mass_edit.php:11
1220
- #: view/admin/mass_edit.php:13
1221
- msgid "Search"
1222
- msgstr "Vyhledávání"
1223
-
1224
- #: models/headspace.php:118
1225
- msgid "Search Pages"
1226
- msgstr "Stránky vyhledávání"
1227
-
1228
- #: modules/site/page_counts.php:126
1229
- msgid "Searches"
1230
- msgstr "Vyhledávání"
1231
-
1232
- #: modules/site/statcounter.php:148
1233
- msgid "Security ID"
1234
- msgstr "Bezpečnostní ID"
1235
-
1236
- #: modules/page/page_title.php:130
1237
- msgid "Separator position"
1238
- msgstr "Pozice oddělovače"
1239
-
1240
- #: modules/site/analytics.php:284
1241
- msgid "Set to a root domain when tracking across sub-domains"
1242
- msgstr "Nastavit na rodičovskou doménu, pokud sledujete více subdomén"
1243
-
1244
- #: headspace.php:92
1245
- msgid "Settings"
1246
- msgstr "Nastavení"
1247
-
1248
- #: view/admin/page-settings.php:23
1249
- msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1250
- msgstr "Nastavení lze změnit pro jednotlivé články &amp; stránky na <strong>stránce editace</strong>, pro kategorie na stránce <strong>editace kategorie</strong> ."
1251
-
1252
- #: modules/site/system-settings.php:101
1253
- msgid "Show all errors &amp; warnings"
1254
- msgstr "Zobrazit všechny chyby &amp; varování"
1255
-
1256
- #: modules/page/plugin.php:107
1257
- msgid "Show in admin"
1258
- msgstr "Zobrazit administrátorovi"
1259
-
1260
- #: modules/site/system-settings.php:102
1261
- msgid "Show no errors or warnings"
1262
- msgstr "Nezobrazovat žádné chyby či varování"
1263
-
1264
- #: modules/site/system-settings.php:100
1265
- msgid "Show only errors"
1266
- msgstr "Zobrazovat pouze chyby"
1267
-
1268
- #: modules/page/tags.php:181
1269
- msgid "Show pages"
1270
- msgstr "Zobrazit stánky"
1271
-
1272
- #: modules/page/tags.php:184
1273
- msgid "Show pages in tag archives"
1274
- msgstr "Zobrazit stránky v archivu"
1275
-
1276
- #: modules/page/plugin.php:110
1277
- msgid "Shows page-specific plugins in the administration menus"
1278
- msgstr "Zobrazovat jednoúčelové rozšíření v administrátorském menu"
1279
-
1280
- #: view/admin/page-modules.php:15
1281
- msgid "Simple"
1282
- msgstr "Základní"
1283
-
1284
- #: modules/import/simple-tagging.php:28
1285
- msgid "Simple Tagging"
1286
- msgstr "Simple Tagging"
1287
-
1288
- #: modules/import/simple-tags.php:28
1289
- msgid "Simple Tags (old version)"
1290
- msgstr "Simple Tags (stará verze)"
1291
-
1292
- #: view/admin/submenu.php:5
1293
- msgid "Site Modules"
1294
- msgstr "Moduly stránky"
1295
-
1296
- #: modules/page/site_tagline.php:52
1297
- #: modules/page/site_tagline.php:68
1298
- msgid "Site Tagline"
1299
- msgstr "Tagline (slogan)"
1300
-
1301
- #: modules/mass/site_description.php:28
1302
- #: modules/mass/site_description.php:50
1303
- msgid "Site description"
1304
- msgstr "Popis stránek (popis blogu)"
1305
-
1306
- #: view/admin/site-modules.php:10
1307
- msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1308
- msgstr "Moduly platné pro všechny stránky. Pouze označené moduly budou aktivní."
1309
-
1310
- #: modules/mass/site_name.php:28
1311
- #: modules/mass/site_name.php:50
1312
- #: modules/page/site_name.php:54
1313
- #: modules/page/site_name.php:70
1314
- msgid "Site name"
1315
- msgstr "Název stránek"
1316
-
1317
- #: modules/site/apture.php:111
1318
- msgid "Site token"
1319
- msgstr "Token stránky"
1320
-
1321
- #: view/admin/help.php:3
1322
- msgid "Special Tags"
1323
- msgstr "Speciální značky"
1324
-
1325
- #: modules/page/relative-links.php:119
1326
- msgid "Start"
1327
- msgstr "Start"
1328
-
1329
- #: modules/site/statcounter.php:35
1330
- msgid "StatCounter"
1331
- msgstr "StatCounter"
1332
-
1333
- #: modules/site/frame-breaker.php:37
1334
- msgid "Stops your site being loaded in a frame."
1335
- msgstr "Zabránit načítání stránky v cizím rámci"
1336
-
1337
- #: modules/page/stylesheet.php:54
1338
- #: modules/page/stylesheet.php:69
1339
- msgid "Stylesheets"
1340
- msgstr "CSS styly"
1341
-
1342
- #: modules/page/tags.php:309
1343
- msgid "Suggest tags based on content"
1344
- msgstr "Doporučit značky dle obsahu"
1345
-
1346
- #: modules/page/tags.php:280
1347
- msgid "Suggested tags"
1348
- msgstr "Doporučené značky"
1349
-
1350
- #: modules/site/system-settings.php:32
1351
- msgid "System Settings"
1352
- msgstr "Systémové nastavení"
1353
-
1354
- #: modules/site/system-settings.php:84
1355
- #: modules/site/system-settings.php:94
1356
- #: modules/site/system-settings.php:99
1357
- msgid "System default"
1358
- msgstr "implicitní nastavení"
1359
-
1360
- #: modules/site/widgets.php:101
1361
- #: modules/site/widgets.php:102
1362
- msgid "Tag Cloud"
1363
- msgstr "Tag Cloud"
1364
-
1365
- #: modules/page/follow-links.php:35
1366
- msgid "Tag Links"
1367
- msgstr "Odkazy značek"
1368
-
1369
- #: models/headspace.php:120
1370
- msgid "Tag Pages"
1371
- msgstr "Stránky značek (tagů)"
1372
-
1373
- #: headspace.php:485
1374
- #: modules/mass/tags.php:28
1375
- #: modules/page/tags.php:149
1376
- #: modules/page/tags.php:232
1377
- msgid "Tags"
1378
- msgstr "Značky"
1379
-
1380
- #: modules/mass/tags.php:50
1381
- msgid "Tags/keywords"
1382
- msgstr "Značky/klíčové slova"
1383
-
1384
- #: models/headspace.php:97
1385
- msgid "Taxonomy Archives"
1386
- msgstr "Archív"
1387
-
1388
- #: models/headspace.php:108
1389
- msgid "Taxonomy Archives - "
1390
- msgstr "Archiv taxonomie -"
1391
-
1392
- #: headspace.php:331
1393
- msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
1394
- msgstr "Administrativní panel Headspace funguje pouze s Wordpress 2.3 a novějším. Vaše metadata budou fungovat, ale doporučujeme upgradovat WP nebo použít starší Headspace."
1395
-
1396
- #: modules/site/piwik.php:197
1397
- msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
1398
- msgstr "Umístění Piwik Javascriptu (<code>/piwik/piwik.js</code>)"
1399
-
1400
- #: modules/site/piwik.php:190
1401
- msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
1402
- msgstr "Umístění Piwik PHP souboru (<code>/piwik/piwik.php</code>)"
1403
-
1404
- #: view/admin/help.php:12
1405
- msgid "The site's name"
1406
- msgstr "Název webu"
1407
-
1408
- #: view/admin/support.php:30
1409
- msgid "The support message can be disabled at any time from the options page"
1410
- msgstr "Zprávy nápovědy mohou být kdykoliv vypnuty ze stránky nastavení"
1411
-
1412
- #: modules/page/theme.php:81
1413
- msgid "Theme"
1414
- msgstr "Grafický motiv"
1415
-
1416
- #: view/admin/help.php:4
1417
- msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
1418
- msgstr "Tyto tagy budou nahrazeny Headspace při vygenerování stránky"
1419
-
1420
- #: modules/site/feedburner-stats.php:70
1421
- msgid "This is your FeedBurner username"
1422
- msgstr "Uživatelské jméno pro službu FeedBurner"
1423
-
1424
- #: view/admin/options.php:59
1425
- msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
1426
- msgstr "Tato volba odstraní HeadSpace a smaže všechny nastavení, značky a meta data."
1427
-
1428
- #: view/admin/import.php:10
1429
- msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
1430
- msgstr "Tato volba umožní importovat meta data z jiných WordPress rozšíření. Import funguje i z neaktivních rozšíření."
1431
-
1432
- #: modules/page/page_title.php:146
1433
- msgid "This will cache your page and brute-force change the title. While this is convienent because you don't need to change your theme it does lead to increased memory usage and a reduction in performance."
1434
- msgstr "Zajistí použití vyrovnávácí paměti. Může vést ke zvýšení pamětové náročnosti."
1435
-
1436
- #: modules/page/page_title.php:123
1437
- msgid "Title separator"
1438
- msgstr "Oddělovač titulku"
1439
-
1440
- #: modules/site/piwik.php:201
1441
- msgid "Track downloads"
1442
- msgstr "Sledovat počty stažení"
1443
-
1444
- #: modules/site/analytics.php:267
1445
- msgid "Track outbound links"
1446
- msgstr "Sledovat odchozí odkazy"
1447
-
1448
- #: modules/site/piwik.php:208
1449
- msgid "Tracker pause"
1450
- msgstr "Tracker pause"
1451
-
1452
- #: modules/site/103bees.php:111
1453
- #: modules/site/google_webmaster.php:67
1454
- #: modules/site/hittail.php:111
1455
- #: modules/site/yahoo-site-explorer.php:67
1456
- msgid "Tracking code"
1457
- msgstr "Kód pro statistiky"
1458
-
1459
- #: modules/import/utw.php:28
1460
- msgid "Ultimate Tag Warrior"
1461
- msgstr "Ultimate Tag Warrior"
1462
-
1463
- #: view/admin/options.php:49
1464
- msgid "Update Options &raquo;"
1465
- msgstr "Aktualizovat možnosti &raquo;"
1466
-
1467
- #: modules/site/analytics.php:247
1468
- msgid "Urchin (urchin.js)"
1469
- msgstr "Urchin (urchin.js)"
1470
-
1471
- #: modules/site/wp_formatting.php:94
1472
- msgid "Use <code>wpautop</code> to format paragraphs"
1473
- msgstr "Použít <code>wpautop</code> pro formátování odstavců"
1474
-
1475
- #: modules/site/wp_formatting.php:101
1476
- msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1477
- msgstr "Použít <code>wptexturize</code> pro nahrazení apostrofů ( ' ) pomocí ( &#8216; ) "
1478
-
1479
- #: modules/page/keywords.php:74
1480
- msgid "Use tags"
1481
- msgstr "Použit značky"
1482
-
1483
- #: modules/site/103bees.php:127
1484
- #: modules/site/analytics.php:263
1485
- #: modules/site/apture.php:128
1486
- #: modules/site/awstats.php:131
1487
- #: modules/site/crazyegg.php:134
1488
- #: modules/site/hittail.php:128
1489
- #: modules/site/mint.php:138
1490
- #: modules/site/piwik.php:232
1491
- #: modules/site/statcounter.php:165
1492
- msgid "Users of the specified role or less will be tracked"
1493
- msgstr "Sledovat aktivitu uživatelů s touto rolí"
1494
-
1495
- #: modules/site/microsoft-live.php:67
1496
- msgid "Verification code"
1497
- msgstr "Kód pro ověření"
1498
-
1499
- #: modules/site/analytics.php:244
1500
- msgid "Version"
1501
- msgstr "Verze"
1502
-
1503
- #: modules/site/analytics.php:274
1504
- msgid "Virtual Pages"
1505
- msgstr "Virtuální stránky"
1506
-
1507
- #: modules/site/103bees.php:118
1508
- #: modules/site/analytics.php:253
1509
- #: modules/site/apture.php:118
1510
- #: modules/site/awstats.php:121
1511
- #: modules/site/crazyegg.php:124
1512
- #: modules/site/hittail.php:118
1513
- #: modules/site/mint.php:128
1514
- #: modules/site/piwik.php:222
1515
- #: modules/site/statcounter.php:155
1516
- msgid "Who to track"
1517
- msgstr "Koho sledovat"
1518
-
1519
- #: view/admin/options.php:28
1520
- msgid "Will allow plugins to modify generated excerpts"
1521
- msgstr "Umožní měnit úryvky v jiných pluginech"
1522
-
1523
- #: modules/site/wp_formatting.php:32
1524
- msgid "WordPress content formatting"
1525
- msgstr "WordPress formátování obsahu"
1526
-
1527
- #: modules/site/google-ad-wrap.php:33
1528
- msgid "Wraps all post and page content inside a Google targeted section"
1529
- msgstr "Označí všechny články a obsah stránek jako Google targeted section"
1530
-
1531
- #: modules/page/tags.php:290
1532
- msgid "Yahoo"
1533
- msgstr "Yahoo"
1534
-
1535
- #: modules/page/tags.php:314
1536
- msgid "Yahoo Suggest"
1537
- msgstr "Yahoo Suggest"
1538
-
1539
- #: modules/page/tags.php:195
1540
- msgid "Yahoo ZoneTag"
1541
- msgstr "Yahoo ZoneTag"
1542
-
1543
- #: modules/site/yahoo-site-explorer.php:30
1544
- msgid "Yahoo! Site Explorer"
1545
- msgstr "Yahoo! Site Explorer"
1546
-
1547
- #: modules/page/tags.php:165
1548
- #: modules/page/tags.php:175
1549
- msgid "Yes"
1550
- msgstr "Ano"
1551
-
1552
- #: headspace.php:434
1553
- msgid "Your options have been updated"
1554
- msgstr "Vaše nastavení byly uloženy"
1555
-
1556
- #: modules/page/tags.php:167
1557
- #: modules/page/tags.php:177
1558
- msgid "Your theme may overrule this setting"
1559
- msgstr "Použitý grafický motiv smí změnit toto nastavení"
1560
-
1561
- #: modules/page/tags.php:282
1562
- msgid "add all"
1563
- msgstr "přidat vše"
1564
-
1565
- #: view/admin/page-settings-edit.php:19
1566
- msgid "advanced"
1567
- msgstr "rozšířené"
1568
-
1569
- #: models/headspace.php:117
1570
- msgid "applied to author pages"
1571
- msgstr "platné pro stránky autorů"
1572
-
1573
- #: models/headspace.php:114
1574
- msgid "applied to category pages without specific settings"
1575
- msgstr "platné pro stránky kategorií bez zvláštních nastavení"
1576
-
1577
- #: models/headspace.php:94
1578
- msgid "applied to everything unless otherwise specified"
1579
- msgstr "všeobecně platné (pokud není jinak uvedeno)"
1580
-
1581
- #: models/headspace.php:96
1582
- msgid "applied to front page (if you have set WordPress to use a static page)"
1583
- msgstr "platné pro hlavní stránku (pokud máte WordPress nastaven pro zobrazování statických stránek)"
1584
-
1585
- #: models/headspace.php:116
1586
- msgid "applied to pages without specific settings"
1587
- msgstr "platné pro stránky bez zvláštních nastavení"
1588
-
1589
- #: models/headspace.php:115
1590
- msgid "applied to posts without specific settings"
1591
- msgstr "platné pro články bez zvláštních nastavení"
1592
-
1593
- #: models/headspace.php:95
1594
- msgid "applied to the home page (or blog page)"
1595
- msgstr "platné pro hlavní stránku"
1596
-
1597
- #: models/headspace.php:119
1598
- msgid "applied when viewing a 404 error"
1599
- msgstr "platné pro stránky chyby 404"
1600
-
1601
- #: models/headspace.php:97
1602
- msgid "applied when viewing a taxonomy archive"
1603
- msgstr "platné pro stránky archivu"
1604
-
1605
- #: models/headspace.php:108
1606
- msgid "applied when viewing a taxonomy archive for the "
1607
- msgstr "platné pro stránky archivu"
1608
-
1609
- #: models/headspace.php:121
1610
- msgid "applied when viewing an attachment"
1611
- msgstr "platné pro stránky příloh"
1612
-
1613
- #: models/headspace.php:122
1614
- msgid "applied when viewing login, logout, or registration pages"
1615
- msgstr "platné pro stránky registrace a opětovného přihlášení"
1616
-
1617
- #: models/headspace.php:118
1618
- msgid "applied when viewing search results"
1619
- msgstr "platné pro stránky výsledků vyhledávání"
1620
-
1621
- #: models/headspace.php:120
1622
- msgid "applied when viewing tag pages"
1623
- msgstr "platné pro stránky značek"
1624
-
1625
- #: models/headspace.php:113
1626
- msgid "applied when viewing the archives"
1627
- msgstr "platné pro stránky archivu"
1628
-
1629
- #: modules/site/widgets.php:148
1630
- msgid "archives"
1631
- msgstr "Archív"
1632
-
1633
- #: modules/site/widgets.php:147
1634
- msgid "calendar"
1635
- msgstr "kalendář"
1636
-
1637
- #: modules/site/widgets.php:141
1638
- msgid "categories"
1639
- msgstr "kategorie"
1640
-
1641
- #: modules/site/page_counts.php:119
1642
- #: modules/site/page_counts.php:131
1643
- msgid "content"
1644
- msgstr "obsah"
1645
-
1646
- #: modules/site/page_counts.php:118
1647
- #: modules/site/page_counts.php:130
1648
- msgid "default"
1649
- msgstr "implicitní"
1650
-
1651
- #: modules/page/tags.php:198
1652
- msgid "enable"
1653
- msgstr "povolit"
1654
-
1655
- #: modules/site/page_counts.php:120
1656
- #: modules/site/page_counts.php:132
1657
- msgid "excerpt"
1658
- msgstr "výtah (zkrácená verze)"
1659
-
1660
- #: modules/site/widgets.php:149
1661
- msgid "links"
1662
- msgstr "odkazy"
1663
-
1664
- #: modules/import/lud.icro.us.php:28
1665
- msgid "lud.icro.us HeadMeta"
1666
- msgstr "lud.icro.us HeadMeta"
1667
-
1668
- #: modules/site/widgets.php:150
1669
- msgid "meta"
1670
- msgstr "meta"
1671
-
1672
- #: models/inline_tags.php:348
1673
- #, php-format
1674
- msgid "page %d of %d"
1675
- msgstr "strana %d z %d"
1676
-
1677
- #: modules/site/widgets.php:145
1678
- msgid "pages"
1679
- msgstr "stránky"
1680
-
1681
- #: modules/site/page_counts.php:116
1682
- #: modules/site/page_counts.php:128
1683
- msgid "posts, showing the"
1684
- msgstr "články, zobrazuji"
1685
-
1686
- #: modules/site/widgets.php:144
1687
- msgid "recent comments"
1688
- msgstr "nejnovější komentáře"
1689
-
1690
- #: modules/site/widgets.php:151
1691
- msgid "recent entries"
1692
- msgstr "nejnovější položky"
1693
-
1694
- #: modules/page/description.php:97
1695
- #: modules/page/keywords.php:116
1696
- #: modules/page/page_title.php:185
1697
- msgid "remaining"
1698
- msgstr "zbývající"
1699
-
1700
- #: modules/site/piwik.php:204
1701
- msgid "reset to default"
1702
- msgstr "vrátit implicitní nastavení"
1703
-
1704
- #: modules/site/widgets.php:143
1705
- msgid "rss"
1706
- msgstr "rss"
1707
-
1708
- #: modules/site/widgets.php:146
1709
- msgid "search"
1710
- msgstr "Vyhledávání"
1711
-
1712
- #: modules/site/page_counts.php:134
1713
- msgid "set number of posts to 0 for theme default"
1714
- msgstr "nastavit počet článků na 0 pro standardní motiv"
1715
-
1716
- #: modules/page/tags.php:285
1717
- msgid "suggest"
1718
- msgstr "doporučit"
1719
-
1720
- #: modules/site/widgets.php:152
1721
- msgid "tag cloud"
1722
- msgstr "tag cloud"
1723
-
1724
- #: modules/site/widgets.php:142
1725
- msgid "text"
1726
- msgstr "text"
1727
-
1728
- #~ msgid "<p style=\"color: red\">That function is not defined</p>"
1729
- #~ msgstr "<p style=\"color: red\">Tato funkce není definovaná</p>"
1730
- #~ msgid ""
1731
- #~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
1732
- #~ msgstr "<p style=\"color: red\">K tomuto cíli nemáte přístup</p>"
1733
- #~ msgid "Add Plugin"
1734
- #~ msgstr "Přidat plugin"
1735
- #~ msgid "Add tags to dictionary"
1736
- #~ msgstr "Přidat značky do slovníku"
1737
- #~ msgid ""
1738
- #~ "Adds additional functions to allow blogging tools such as Ecto to use "
1739
- #~ "tagging"
1740
- #~ msgstr "Přidá dodatečné funkce pro značkovací služby typu Ecto"
1741
- #~ msgid "Alphabetically order tags"
1742
- #~ msgstr "Seřadit značky abecedně"
1743
- #~ msgid "Always"
1744
- #~ msgstr "Vždy"
1745
- #~ msgid "Automatically add new tags to dictionary"
1746
- #~ msgstr "Automaticky přidat nové značky do slovníku"
1747
- #~ msgid "Check for updates"
1748
- #~ msgstr "Zkontroluj aktualizace"
1749
- #~ msgid "Check for updates from within HeadSpace"
1750
- #~ msgstr "Zkontroluj aktualizace Headspace"
1751
- #~ msgid "Dictionary"
1752
- #~ msgstr "Slovník"
1753
- #~ msgid "How many widgets would you like?"
1754
- #~ msgstr "Kolik widgetů chcete?"
1755
- #~ msgid "Invalid module"
1756
- #~ msgstr "Neplatný modul"
1757
- #~ msgid "Mass Edit Meta-data"
1758
- #~ msgstr "Hromadná úprava meta dat"
1759
- #~ msgid "Modules"
1760
- #~ msgstr "Moduly"
1761
- #~ msgid "Never"
1762
- #~ msgstr "Nikdy"
1763
- #~ msgid "No Index/No Follow"
1764
- #~ msgstr "No Index/No Follow"
1765
- #~ msgid "Posts &amp; Pages"
1766
- #~ msgstr "Články &amp; Stánky"
1767
- #~ msgid "RPC support for Ecto"
1768
- #~ msgstr "RPC podpora pro Ecto"
1769
- #~ msgid "Save module order"
1770
- #~ msgstr "Uložit pořadí modulů"
1771
- #~ msgid "Simple Tags"
1772
- #~ msgstr "Jednoduché značky"
1773
- #~ msgid "Tag separator"
1774
- #~ msgstr "Oddělovač značek"
1775
- #~ msgid "Tags (keywords)"
1776
- #~ msgstr "Značky (klíčové slova)"
1777
- #~ msgid ""
1778
- #~ "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag "
1779
- #~ "separator'"
1780
- #~ msgstr ""
1781
- #~ "Tento oddělovač musí odpovídat oddělovači definovaném v Ecto "
1782
- #~ "'Templates', 'Tags', 'Tag separator'"
1783
- #~ msgid "Your module positions have been saved"
1784
- #~ msgstr "Pozice modulů byly uloženy"
1785
- #~ msgid "add"
1786
- #~ msgstr "přidat"
1787
- #~ msgid "go"
1788
- #~ msgstr "jdi"
1789
-