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
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
locale/headspace2.pot DELETED
@@ -1,1700 +0,0 @@
1
- # Copyright (C) 2010
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/headspace2\n"
7
- "POT-Creation-Date: 2011-07-16 13:46:48+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: modules/page/theme.php:71
16
- msgid "Page-specific Theme"
17
- msgstr ""
18
-
19
- #: modules/page/theme.php:81
20
- msgid "Allows a custom page-specific theme to over-ride the default theme"
21
- msgstr ""
22
-
23
- #: modules/page/theme.php:88
24
- msgid "Theme"
25
- msgstr ""
26
-
27
- #: modules/page/theme.php:91
28
- msgid "Current theme"
29
- msgstr ""
30
-
31
- #: modules/page/follow-links.php:32
32
- msgid "Archive Links"
33
- msgstr ""
34
-
35
- #: modules/page/follow-links.php:33
36
- msgid "Category Links"
37
- msgstr ""
38
-
39
- #: modules/page/follow-links.php:34 modules/page/page-links.php:146
40
- msgid "Page Links"
41
- msgstr ""
42
-
43
- #: modules/page/follow-links.php:35
44
- msgid "Tag Links"
45
- msgstr ""
46
-
47
- #: modules/page/follow-links.php:36
48
- msgid "Comm. Author Links"
49
- msgstr ""
50
-
51
- #: modules/page/follow-links.php:37
52
- msgid "Comm. Text Links"
53
- msgstr ""
54
-
55
- #: modules/page/follow-links.php:38
56
- msgid "Next/Prev Posts Link"
57
- msgstr ""
58
-
59
- #: modules/page/follow-links.php:109
60
- msgid "Follow Links"
61
- msgstr ""
62
-
63
- #: modules/page/follow-links.php:113
64
- msgid "Allows follow/no-follow to be set for various links"
65
- msgstr ""
66
-
67
- #: modules/page/follow-links.php:121
68
- msgid "Follow"
69
- msgstr ""
70
-
71
- #: modules/page/follow-links.php:122 modules/page/noindex.php:36
72
- msgid "No-follow"
73
- msgstr ""
74
-
75
- #: modules/page/follow-links.php:123
76
- msgid "Default"
77
- msgstr ""
78
-
79
- #: modules/page/page_title.php:106 modules/mass/page_title.php:28
80
- #: modules/mass/page_title.php:50
81
- msgid "Page title"
82
- msgstr ""
83
-
84
- #: modules/page/page_title.php:115
85
- msgid ""
86
- "Allow page title to be changed (i.e. the title in the browser window title)"
87
- msgstr ""
88
-
89
- #: modules/page/page_title.php:123
90
- msgid "Title separator"
91
- msgstr ""
92
-
93
- #: modules/page/page_title.php:126
94
- msgid "Leave blank to use theme default"
95
- msgstr ""
96
-
97
- #: modules/page/page_title.php:130
98
- msgid "Separator position"
99
- msgstr ""
100
-
101
- #: modules/page/page_title.php:133
102
- msgid "Before"
103
- msgstr ""
104
-
105
- #: modules/page/page_title.php:134
106
- msgid "After"
107
- msgstr ""
108
-
109
- #: modules/page/page_title.php:139
110
- msgid "Force title rewrite"
111
- msgstr ""
112
-
113
- #: modules/page/page_title.php:146
114
- msgid ""
115
- "This will cache your page and brute-force change the title. While this is "
116
- "convienent because you don't need to change your theme it does lead to "
117
- "increased memory usage and a reduction in performance."
118
- msgstr ""
119
-
120
- #: modules/page/page_title.php:151 modules/page/description.php:67
121
- #: modules/page/keywords.php:81
122
- msgid "Max length"
123
- msgstr ""
124
-
125
- #: modules/page/page_title.php:176
126
- msgid "Page Title"
127
- msgstr ""
128
-
129
- #: modules/page/page_title.php:186 modules/page/description.php:97
130
- #: modules/page/keywords.php:116
131
- msgid "remaining"
132
- msgstr ""
133
-
134
- #: modules/page/site_name.php:54 modules/page/site_name.php:70
135
- #: modules/mass/site_name.php:28 modules/mass/site_name.php:50
136
- msgid "Site name"
137
- msgstr ""
138
-
139
- #: modules/page/site_name.php:58
140
- msgid "Allows site name to be changed (i.e your blog name)"
141
- msgstr ""
142
-
143
- #: modules/page/relative-links.php:96 modules/page/relative-links.php:106
144
- msgid "Relative Links"
145
- msgstr ""
146
-
147
- #: modules/page/relative-links.php:100
148
- msgid "Allows options to be set for relative meta links (WP 2.8+)"
149
- msgstr ""
150
-
151
- #: modules/page/relative-links.php:109 models/pager.php:369
152
- msgid "Previous"
153
- msgstr ""
154
-
155
- #: modules/page/relative-links.php:114 models/pager.php:370
156
- msgid "Next"
157
- msgstr ""
158
-
159
- #: modules/page/relative-links.php:119
160
- msgid "Start"
161
- msgstr ""
162
-
163
- #: modules/page/relative-links.php:124
164
- msgid "End"
165
- msgstr ""
166
-
167
- #: modules/page/relative-links.php:129
168
- msgid "Parent"
169
- msgstr ""
170
-
171
- #: modules/page/stylesheet.php:54 modules/page/stylesheet.php:69
172
- msgid "Stylesheets"
173
- msgstr ""
174
-
175
- #: modules/page/stylesheet.php:58
176
- msgid "Allows CSS stylesheets to be added to a page"
177
- msgstr ""
178
-
179
- #: modules/page/stylesheet.php:101
180
- msgid "Do not output CSS"
181
- msgstr ""
182
-
183
- #: modules/page/site_tagline.php:52 modules/page/site_tagline.php:68
184
- msgid "Site Tagline"
185
- msgstr ""
186
-
187
- #: modules/page/site_tagline.php:56
188
- msgid "Allows site description to be changed (i.e. the tagline)"
189
- msgstr ""
190
-
191
- #: modules/page/rss_name.php:53 modules/page/rss_name.php:69
192
- msgid "RSS Name"
193
- msgstr ""
194
-
195
- #: modules/page/rss_name.php:57
196
- msgid "Allows site RSS name to be changed"
197
- msgstr ""
198
-
199
- #: modules/page/more_text.php:81 modules/page/more_text.php:97
200
- #: modules/mass/more_text.php:28 modules/mass/more_text.php:50
201
- msgid "More text"
202
- msgstr ""
203
-
204
- #: modules/page/more_text.php:85
205
- msgid "Allows the 'more' text to be changed"
206
- msgstr ""
207
-
208
- #: modules/page/more_text.php:118
209
- msgid "Enable on excerpts"
210
- msgstr ""
211
-
212
- #: modules/page/more_text.php:124
213
- msgid "Pattern"
214
- msgstr ""
215
-
216
- #: modules/page/more_text.php:127
217
- msgid ""
218
- "Advanced - the regular expression pattern to select the more link from your "
219
- "posts"
220
- msgstr ""
221
-
222
- #: modules/page/more_text.php:131
223
- msgid "Replace"
224
- msgstr ""
225
-
226
- #: modules/page/more_text.php:133
227
- msgid "Advanced - the regular expression replacement text"
228
- msgstr ""
229
-
230
- #: modules/page/plugin.php:89
231
- msgid "Page-specific Plugins"
232
- msgstr ""
233
-
234
- #: modules/page/plugin.php:93
235
- msgid "Allows disabled plugins to be enabled on specific pages"
236
- msgstr ""
237
-
238
- #: modules/page/plugin.php:107
239
- msgid "Show in admin"
240
- msgstr ""
241
-
242
- #: modules/page/plugin.php:110
243
- msgid "Shows page-specific plugins in the administration menus"
244
- msgstr ""
245
-
246
- #: modules/page/plugin.php:134
247
- msgid "Plugins"
248
- msgstr ""
249
-
250
- #: modules/page/javascript.php:45 modules/page/javascript.php:60
251
- msgid "JavaScript"
252
- msgstr ""
253
-
254
- #: modules/page/javascript.php:49
255
- msgid "Allow external JavaScript files to be referenced"
256
- msgstr ""
257
-
258
- #: modules/page/page-links.php:150
259
- msgid "Allows options to be set for wp_list_pages links"
260
- msgstr ""
261
-
262
- #: modules/page/page-links.php:159
263
- msgid "Page Link Text"
264
- msgstr ""
265
-
266
- #: modules/page/page-links.php:164
267
- msgid "Page Link Title"
268
- msgstr ""
269
-
270
- #: modules/page/page-links.php:169
271
- msgid "Page Link Options"
272
- msgstr ""
273
-
274
- #: modules/page/page-links.php:171
275
- msgid "Exclude from list"
276
- msgstr ""
277
-
278
- #: modules/page/page-links.php:172
279
- msgid "Nofollow"
280
- msgstr ""
281
-
282
- #: modules/page/page-links.php:173
283
- msgid "Open in new window"
284
- msgstr ""
285
-
286
- #: modules/page/page-links.php:204
287
- msgid "Display"
288
- msgstr ""
289
-
290
- #: modules/page/page-links.php:207
291
- msgid "How a link is displayed. Use %link% for the link itself"
292
- msgstr ""
293
-
294
- #: modules/page/page-links.php:211
295
- msgid "Before HTML"
296
- msgstr ""
297
-
298
- #: modules/page/page-links.php:214
299
- msgid "HTML added to start of list"
300
- msgstr ""
301
-
302
- #: modules/page/page-links.php:218
303
- msgid "After HTML"
304
- msgstr ""
305
-
306
- #: modules/page/page-links.php:221
307
- msgid "HTML added to end of list"
308
- msgstr ""
309
-
310
- #: modules/page/raw.php:40 modules/page/raw.php:50
311
- msgid "Raw data"
312
- msgstr ""
313
-
314
- #: modules/page/raw.php:44
315
- msgid "Allows raw data to be inserted into the page meta section"
316
- msgstr ""
317
-
318
- #: modules/page/description.php:55 modules/mass/description.php:28
319
- #: modules/mass/description.php:50
320
- msgid "Page description"
321
- msgstr ""
322
-
323
- #: modules/page/description.php:59
324
- msgid ""
325
- "Allows a short description about the page that is used by search engines"
326
- msgstr ""
327
-
328
- #: modules/page/description.php:70
329
- msgid "All descriptions will be trimmed to this length"
330
- msgstr ""
331
-
332
- #: modules/page/description.php:88
333
- msgid "Description"
334
- msgstr ""
335
-
336
- #: modules/page/keywords.php:62 modules/page/keywords.php:107
337
- msgid "Keywords"
338
- msgstr ""
339
-
340
- #: modules/page/keywords.php:66
341
- msgid ""
342
- "Allows meta keywords to be defined, seperate from tags (if necessary, "
343
- "disable keyword display in the Tags module)"
344
- msgstr ""
345
-
346
- #: modules/page/keywords.php:74
347
- msgid "Use tags"
348
- msgstr ""
349
-
350
- #: modules/page/keywords.php:77
351
- msgid ""
352
- "Checking this will mean that your tags are also used as keywords and you "
353
- "will not be able to modify keywords independently"
354
- msgstr ""
355
-
356
- #: modules/page/keywords.php:84
357
- msgid "Keywords will be trimmed to this length"
358
- msgstr ""
359
-
360
- #: modules/page/tags.php:123
361
- msgid "<p>Tags: "
362
- msgstr ""
363
-
364
- #: modules/page/tags.php:152 modules/page/tags.php:235
365
- #: modules/mass/tags.php:28 headspace.php:489
366
- msgid "Tags"
367
- msgstr ""
368
-
369
- #: modules/page/tags.php:156
370
- msgid "Allows tags to be added to pages"
371
- msgstr ""
372
-
373
- #: modules/page/tags.php:164
374
- msgid "Force tags in posts"
375
- msgstr ""
376
-
377
- #: modules/page/tags.php:167 modules/page/tags.php:177
378
- msgid "No"
379
- msgstr ""
380
-
381
- #: modules/page/tags.php:168 modules/page/tags.php:178
382
- msgid "Yes"
383
- msgstr ""
384
-
385
- #: modules/page/tags.php:170 modules/page/tags.php:180
386
- msgid "Your theme may overrule this setting"
387
- msgstr ""
388
-
389
- #: modules/page/tags.php:174
390
- msgid "Force tags in pages"
391
- msgstr ""
392
-
393
- #: modules/page/tags.php:184
394
- msgid "Show pages"
395
- msgstr ""
396
-
397
- #: modules/page/tags.php:187
398
- msgid "Show pages in tag archives"
399
- msgstr ""
400
-
401
- #: modules/page/tags.php:191
402
- msgid "Disable Suggestions"
403
- msgstr ""
404
-
405
- #: modules/page/tags.php:194
406
- msgid "In case of low memory issues"
407
- msgstr ""
408
-
409
- #: modules/page/tags.php:198
410
- msgid "Yahoo ZoneTag"
411
- msgstr ""
412
-
413
- #: modules/page/tags.php:201
414
- msgid "enable"
415
- msgstr ""
416
-
417
- #: modules/page/tags.php:283
418
- msgid "Suggested tags"
419
- msgstr ""
420
-
421
- #: modules/page/tags.php:285
422
- msgid "add all"
423
- msgstr ""
424
-
425
- #: modules/page/tags.php:288
426
- msgid "suggest"
427
- msgstr ""
428
-
429
- #: modules/page/tags.php:293
430
- msgid "Yahoo"
431
- msgstr ""
432
-
433
- #: modules/page/tags.php:312
434
- msgid "Suggest tags based on content"
435
- msgstr ""
436
-
437
- #: modules/page/tags.php:317
438
- msgid "Yahoo Suggest"
439
- msgstr ""
440
-
441
- #: modules/page/noindex.php:35
442
- msgid "No-index"
443
- msgstr ""
444
-
445
- #: modules/page/noindex.php:37
446
- msgid "No-archive"
447
- msgstr ""
448
-
449
- #: modules/page/noindex.php:38
450
- msgid "No-ODP"
451
- msgstr ""
452
-
453
- #: modules/page/noindex.php:39
454
- msgid "No-Yahoo Dir"
455
- msgstr ""
456
-
457
- #: modules/page/noindex.php:83 modules/page/noindex.php:99
458
- msgid "Meta-Robots"
459
- msgstr ""
460
-
461
- #: modules/page/noindex.php:87
462
- msgid ""
463
- "Allows various meta-robot options to be set to prevent search engines and "
464
- "robots from indexing or following pages"
465
- msgstr ""
466
-
467
- #: modules/page/custom.php:44
468
- msgid "Custom data"
469
- msgstr ""
470
-
471
- #: modules/page/custom.php:48
472
- msgid ""
473
- "Allows custom data to be inserted anywhere in your theme using MetaData::"
474
- "custom ()"
475
- msgstr ""
476
-
477
- #: modules/page/custom.php:85
478
- msgid "Fields"
479
- msgstr ""
480
-
481
- #: modules/page/rss_tagline.php:53
482
- msgid "RSS Description"
483
- msgstr ""
484
-
485
- #: modules/page/rss_tagline.php:57
486
- msgid "Allows site RSS description to be changed"
487
- msgstr ""
488
-
489
- #: modules/page/rss_tagline.php:69
490
- msgid "RSS Desc."
491
- msgstr ""
492
-
493
- #: modules/page/raw-footer.php:44 modules/page/raw-footer.php:54
494
- msgid "Raw footer data"
495
- msgstr ""
496
-
497
- #: modules/page/raw-footer.php:48
498
- msgid "Allows raw data to be inserted into the page footer"
499
- msgstr ""
500
-
501
- #: modules/import/simple-tagging.php:28
502
- msgid "Simple Tagging"
503
- msgstr ""
504
-
505
- #: modules/import/lud.icro.us.php:28
506
- msgid "lud.icro.us HeadMeta"
507
- msgstr ""
508
-
509
- #: modules/import/head_meta_description.php:28
510
- msgid "Head META Description"
511
- msgstr ""
512
-
513
- #: modules/import/headspace_tags.php:28
514
- msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
515
- msgstr ""
516
-
517
- #: modules/import/more_unique.php:28
518
- msgid "More Unique"
519
- msgstr ""
520
-
521
- #: modules/import/simple-tags.php:28
522
- msgid "Simple Tags (old version)"
523
- msgstr ""
524
-
525
- #: modules/import/seo-title-tags.php:28
526
- msgid "SEO Title Tags"
527
- msgstr ""
528
-
529
- #: modules/import/utw.php:28
530
- msgid "Ultimate Tag Warrior"
531
- msgstr ""
532
-
533
- #: modules/import/all-in-one-seo.php:28
534
- msgid "All-in-one SEO"
535
- msgstr ""
536
-
537
- #: modules/import/jerome.php:28
538
- msgid "Jerome's Keywords"
539
- msgstr ""
540
-
541
- #: modules/mass/page_title.php:49 modules/mass/site_name.php:49
542
- #: modules/mass/site_description.php:49 modules/mass/more_text.php:49
543
- #: modules/mass/description.php:49 modules/mass/tags.php:49
544
- #: modules/mass/page_slug.php:49
545
- msgid "Post title"
546
- msgstr ""
547
-
548
- #: modules/mass/site_description.php:28 modules/mass/site_description.php:50
549
- msgid "Site description"
550
- msgstr ""
551
-
552
- #: modules/mass/tags.php:50
553
- msgid "Tags/keywords"
554
- msgstr ""
555
-
556
- #: modules/mass/page_slug.php:28
557
- msgid "Page slug"
558
- msgstr ""
559
-
560
- #: modules/mass/page_slug.php:50
561
- msgid "Post slug"
562
- msgstr ""
563
-
564
- #: modules/site/page_counts.php:33
565
- msgid "Page Counts"
566
- msgstr ""
567
-
568
- #: modules/site/page_counts.php:38
569
- msgid ""
570
- "Customise the number of posts shown on the archive and search pages, and "
571
- "decide whether to show full content or the excerpt"
572
- msgstr ""
573
-
574
- #: modules/site/page_counts.php:114 modules/site/widgets.php:73
575
- #: modules/site/widgets.php:74 models/headspace.php:113
576
- msgid "Archives"
577
- msgstr ""
578
-
579
- #: modules/site/page_counts.php:116 modules/site/page_counts.php:128
580
- msgid "posts, showing the"
581
- msgstr ""
582
-
583
- #: modules/site/page_counts.php:118 modules/site/page_counts.php:130
584
- msgid "default"
585
- msgstr ""
586
-
587
- #: modules/site/page_counts.php:119 modules/site/page_counts.php:131
588
- msgid "content"
589
- msgstr ""
590
-
591
- #: modules/site/page_counts.php:120 modules/site/page_counts.php:132
592
- msgid "excerpt"
593
- msgstr ""
594
-
595
- #: modules/site/page_counts.php:122
596
- msgid "(set number of posts to 0 for theme default)"
597
- msgstr ""
598
-
599
- #: modules/site/page_counts.php:126
600
- msgid "Searches"
601
- msgstr ""
602
-
603
- #: modules/site/page_counts.php:134
604
- msgid "set number of posts to 0 for theme default"
605
- msgstr ""
606
-
607
- #: modules/site/frame-breaker.php:32
608
- msgid "Frame Breaker"
609
- msgstr ""
610
-
611
- #: modules/site/frame-breaker.php:37
612
- msgid "Stops your site being loaded in a frame."
613
- msgstr ""
614
-
615
- #: modules/site/yahoo-site-explorer.php:30
616
- msgid "Yahoo! Site Explorer"
617
- msgstr ""
618
-
619
- #: modules/site/yahoo-site-explorer.php:35
620
- msgid "Adds Yahoo! Site Explorer tracking code to your home page"
621
- msgstr ""
622
-
623
- #: modules/site/yahoo-site-explorer.php:67 modules/site/103bees.php:111
624
- #: modules/site/google_webmaster.php:61 modules/site/hittail.php:111
625
- msgid "Tracking code"
626
- msgstr ""
627
-
628
- #: modules/site/yahoo-site-explorer.php:70
629
- msgid "Enter Yahoo! Site Explorer tracking code."
630
- msgstr ""
631
-
632
- #: modules/site/103bees.php:31
633
- msgid "103bees"
634
- msgstr ""
635
-
636
- #: modules/site/103bees.php:36
637
- msgid "Adds 103bees tracking code to all pages"
638
- msgstr ""
639
-
640
- #: modules/site/103bees.php:114
641
- msgid ""
642
- "Enter the full JavaScript tracking code as shown on your 103bees account "
643
- "page."
644
- msgstr ""
645
-
646
- #: modules/site/103bees.php:118 modules/site/statcounter.php:155
647
- #: modules/site/awstats.php:121 modules/site/crazyegg.php:124
648
- #: modules/site/analytics.php:233 modules/site/hittail.php:118
649
- #: modules/site/piwik.php:223 modules/site/mint.php:128
650
- #: modules/site/apture.php:118
651
- msgid "Who to track"
652
- msgstr ""
653
-
654
- #: modules/site/103bees.php:121 modules/site/statcounter.php:158
655
- #: modules/site/awstats.php:124 modules/site/crazyegg.php:127
656
- #: modules/site/analytics.php:236 modules/site/hittail.php:121
657
- #: modules/site/piwik.php:226 modules/site/mint.php:131
658
- #: modules/site/apture.php:121
659
- msgid "Everyone"
660
- msgstr ""
661
-
662
- #: modules/site/103bees.php:127 modules/site/statcounter.php:165
663
- #: modules/site/awstats.php:131 modules/site/crazyegg.php:134
664
- #: modules/site/analytics.php:243 modules/site/hittail.php:128
665
- #: modules/site/piwik.php:233 modules/site/mint.php:138
666
- #: modules/site/apture.php:128
667
- msgid "Users of the specified role or less will be tracked"
668
- msgstr ""
669
-
670
- #: modules/site/statcounter.php:35
671
- msgid "StatCounter"
672
- msgstr ""
673
-
674
- #: modules/site/statcounter.php:40
675
- msgid "Adds StatCounter tracking code to all pages"
676
- msgstr ""
677
-
678
- #: modules/site/statcounter.php:136
679
- msgid "Project ID"
680
- msgstr ""
681
-
682
- #: modules/site/statcounter.php:142
683
- msgid "Partition ID"
684
- msgstr ""
685
-
686
- #: modules/site/statcounter.php:148
687
- msgid "Security ID"
688
- msgstr ""
689
-
690
- #: modules/site/awstats.php:31
691
- msgid "AWStats JavaScript Tracking"
692
- msgstr ""
693
-
694
- #: modules/site/awstats.php:36
695
- msgid ""
696
- "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</"
697
- "code>)"
698
- msgstr ""
699
-
700
- #: modules/site/crazyegg.php:33
701
- msgid "CrazyEgg"
702
- msgstr ""
703
-
704
- #: modules/site/crazyegg.php:38
705
- msgid "Adds CrazyEgg tracking code to all pages"
706
- msgstr ""
707
-
708
- #: modules/site/crazyegg.php:117
709
- msgid "CrazyEgg ID"
710
- msgstr ""
711
-
712
- #: modules/site/crazyegg.php:120
713
- msgid ""
714
- "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg "
715
- "code</a>"
716
- msgstr ""
717
-
718
- #: modules/site/first-time-visitor.php:34
719
- msgid "First Time Visitor"
720
- msgstr ""
721
-
722
- #: modules/site/first-time-visitor.php:39
723
- msgid ""
724
- "Display a message for first time visitors (based upon idea from Seth Godin)"
725
- msgstr ""
726
-
727
- #: modules/site/first-time-visitor.php:93
728
- msgid ""
729
- "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/"
730
- "\">RSS</a> feed.</p>"
731
- msgstr ""
732
-
733
- #: modules/site/first-time-visitor.php:124
734
- msgid "Message to display"
735
- msgstr ""
736
-
737
- #: modules/site/first-time-visitor.php:130
738
- msgid "Repeat"
739
- msgstr ""
740
-
741
- #: modules/site/first-time-visitor.php:131
742
- msgid "Enter 0 for always"
743
- msgstr ""
744
-
745
- #: modules/site/first-time-visitor.php:134
746
- msgid "Display position"
747
- msgstr ""
748
-
749
- #: modules/site/first-time-visitor.php:137
750
- msgid "Before content"
751
- msgstr ""
752
-
753
- #: modules/site/first-time-visitor.php:138
754
- msgid "After content"
755
- msgstr ""
756
-
757
- #: modules/site/first-time-visitor.php:143
758
- msgid "Ignore Bots"
759
- msgstr ""
760
-
761
- #: modules/site/google-ad-wrap.php:28
762
- msgid "Google Section Targeting"
763
- msgstr ""
764
-
765
- #: modules/site/google-ad-wrap.php:33
766
- msgid "Wraps all post and page content inside a Google targeted section"
767
- msgstr ""
768
-
769
- #: modules/site/google_webmaster.php:28
770
- msgid "Google Webmaster"
771
- msgstr ""
772
-
773
- #: modules/site/google_webmaster.php:32
774
- msgid "Adds Google Webmaster tracking code to your home page"
775
- msgstr ""
776
-
777
- #: modules/site/google_webmaster.php:64
778
- msgid "Enter Google Webmaster tracking code."
779
- msgstr ""
780
-
781
- #: modules/site/wp_formatting.php:32
782
- msgid "WordPress content formatting"
783
- msgstr ""
784
-
785
- #: modules/site/wp_formatting.php:37
786
- msgid ""
787
- "Allows you to enable or disable various WordPress auto-formatting (including "
788
- "wpautop)"
789
- msgstr ""
790
-
791
- #: modules/site/wp_formatting.php:91
792
- msgid "Auto-formatting"
793
- msgstr ""
794
-
795
- #: modules/site/wp_formatting.php:94
796
- msgid "Use <code>wpautop</code> to format paragraphs"
797
- msgstr ""
798
-
799
- #: modules/site/wp_formatting.php:98
800
- msgid "Auto-fancy quotes"
801
- msgstr ""
802
-
803
- #: modules/site/wp_formatting.php:101
804
- msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
805
- msgstr ""
806
-
807
- #: modules/site/wp_formatting.php:105
808
- msgid "Auto-link"
809
- msgstr ""
810
-
811
- #: modules/site/wp_formatting.php:108
812
- msgid "Makes links clickable in comments"
813
- msgstr ""
814
-
815
- #: modules/site/analytics.php:37
816
- msgid "Google Analytics"
817
- msgstr ""
818
-
819
- #: modules/site/analytics.php:41
820
- msgid ""
821
- "Adds Google Analytic tracking code to all pages (through <code>wp_footer</"
822
- "code>)"
823
- msgstr ""
824
-
825
- #: modules/site/analytics.php:217 modules/site/feedburner-stats.php:67
826
- msgid "Account ID"
827
- msgstr ""
828
-
829
- #: modules/site/analytics.php:220
830
- msgid ""
831
- "Enter the full Google JavaScript tracking code, or just the <code>_uacct</"
832
- "code> number."
833
- msgstr ""
834
-
835
- #: modules/site/analytics.php:224
836
- msgid "Version"
837
- msgstr ""
838
-
839
- #: modules/site/analytics.php:227
840
- msgid "Async, Google Analytics (ga.js)"
841
- msgstr ""
842
-
843
- #: modules/site/analytics.php:228
844
- msgid "Urchin (urchin.js)"
845
- msgstr ""
846
-
847
- #: modules/site/analytics.php:247
848
- msgid "Track outbound links"
849
- msgstr ""
850
-
851
- #: modules/site/analytics.php:250
852
- msgid "Enter the URL you want outbound links tracked to"
853
- msgstr ""
854
-
855
- #: modules/site/analytics.php:254
856
- msgid "Virtual Pages"
857
- msgstr ""
858
-
859
- #: modules/site/analytics.php:257
860
- msgid "Change what appears in reports"
861
- msgstr ""
862
-
863
- #: modules/site/analytics.php:261
864
- msgid "Domain Name"
865
- msgstr ""
866
-
867
- #: modules/site/analytics.php:264
868
- msgid "Set to a root domain when tracking across sub-domains"
869
- msgstr ""
870
-
871
- #: modules/site/analytics.php:268
872
- msgid "Raw Code"
873
- msgstr ""
874
-
875
- #: modules/site/analytics.php:271
876
- msgid "Enter any additional Google Analytics code"
877
- msgstr ""
878
-
879
- #: modules/site/analytics.php:275
880
- msgid "Include on login page"
881
- msgstr ""
882
-
883
- #: modules/site/analytics.php:278
884
- msgid "Include Google Analytics on the WordPress login page"
885
- msgstr ""
886
-
887
- #: modules/site/feedburner-stats.php:30
888
- msgid "Feedburner Stats Pro"
889
- msgstr ""
890
-
891
- #: modules/site/feedburner-stats.php:35
892
- msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
893
- msgstr ""
894
-
895
- #: modules/site/feedburner-stats.php:70
896
- msgid "This is your FeedBurner username"
897
- msgstr ""
898
-
899
- #: modules/site/hittail.php:31
900
- msgid "HitTail"
901
- msgstr ""
902
-
903
- #: modules/site/hittail.php:36
904
- msgid "Adds HitTail tracking code to all pages"
905
- msgstr ""
906
-
907
- #: modules/site/hittail.php:114
908
- msgid "Enter the full JavaScript tracking code as provided by HitTail."
909
- msgstr ""
910
-
911
- #: modules/site/piwik.php:38
912
- msgid "Piwik"
913
- msgstr ""
914
-
915
- #: modules/site/piwik.php:43
916
- msgid "Adds Piwik tracking code to all pages"
917
- msgstr ""
918
-
919
- #: modules/site/piwik.php:181
920
- msgid "Piwik Site ID"
921
- msgstr ""
922
-
923
- #: modules/site/piwik.php:184
924
- msgid "If you are monitoring multiple sites this allows you to identify each"
925
- msgstr ""
926
-
927
- #: modules/site/piwik.php:188
928
- msgid "Piwik PHP"
929
- msgstr ""
930
-
931
- #: modules/site/piwik.php:191
932
- msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
933
- msgstr ""
934
-
935
- #: modules/site/piwik.php:195
936
- msgid "Piwik JavaScript"
937
- msgstr ""
938
-
939
- #: modules/site/piwik.php:198
940
- msgid ""
941
- "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
942
- msgstr ""
943
-
944
- #: modules/site/piwik.php:202
945
- msgid "Track downloads"
946
- msgstr ""
947
-
948
- #: modules/site/piwik.php:205
949
- msgid "Clear to disable download tracking"
950
- msgstr ""
951
-
952
- #: modules/site/piwik.php:205
953
- msgid "reset to default"
954
- msgstr ""
955
-
956
- #: modules/site/piwik.php:209
957
- msgid "Tracker pause"
958
- msgstr ""
959
-
960
- #: modules/site/piwik.php:212
961
- msgid ""
962
- "A pause (milliseconds) added when a file is downloaded. Small values may "
963
- "not be tracked"
964
- msgstr ""
965
-
966
- #: modules/site/piwik.php:216
967
- msgid "Host aliases"
968
- msgstr ""
969
-
970
- #: modules/site/piwik.php:219
971
- msgid "Enter each host on a separate line"
972
- msgstr ""
973
-
974
- #: modules/site/disable_visual_editing.php:28
975
- msgid "Disable Visual Editing"
976
- msgstr ""
977
-
978
- #: modules/site/disable_visual_editing.php:33
979
- msgid "Disable visual editing"
980
- msgstr ""
981
-
982
- #: modules/site/widgets.php:30
983
- msgid "Disable WordPress Widgets"
984
- msgstr ""
985
-
986
- #: modules/site/widgets.php:35
987
- msgid "Allows you to enable or disable various WordPress Widgets"
988
- msgstr ""
989
-
990
- #: modules/site/widgets.php:61 modules/site/widgets.php:62
991
- #: models/headspace.php:116
992
- msgid "Pages"
993
- msgstr ""
994
-
995
- #: modules/site/widgets.php:67 modules/site/widgets.php:68
996
- msgid "Calendar"
997
- msgstr ""
998
-
999
- #: modules/site/widgets.php:79
1000
- msgid "Links"
1001
- msgstr ""
1002
-
1003
- #: modules/site/widgets.php:84 modules/site/widgets.php:85
1004
- msgid "Meta"
1005
- msgstr ""
1006
-
1007
- #: modules/site/widgets.php:90 view/admin/mass_edit.php:11
1008
- #: view/admin/mass_edit.php:13
1009
- msgid "Search"
1010
- msgstr ""
1011
-
1012
- #: modules/site/widgets.php:95 modules/site/widgets.php:96
1013
- msgid "Recent Posts"
1014
- msgstr ""
1015
-
1016
- #: modules/site/widgets.php:101 modules/site/widgets.php:102
1017
- msgid "Tag Cloud"
1018
- msgstr ""
1019
-
1020
- #: modules/site/widgets.php:141
1021
- msgid "categories"
1022
- msgstr ""
1023
-
1024
- #: modules/site/widgets.php:142
1025
- msgid "text"
1026
- msgstr ""
1027
-
1028
- #: modules/site/widgets.php:143
1029
- msgid "rss"
1030
- msgstr ""
1031
-
1032
- #: modules/site/widgets.php:144
1033
- msgid "recent comments"
1034
- msgstr ""
1035
-
1036
- #: modules/site/widgets.php:145
1037
- msgid "pages"
1038
- msgstr ""
1039
-
1040
- #: modules/site/widgets.php:146
1041
- msgid "search"
1042
- msgstr ""
1043
-
1044
- #: modules/site/widgets.php:147
1045
- msgid "calendar"
1046
- msgstr ""
1047
-
1048
- #: modules/site/widgets.php:148
1049
- msgid "archives"
1050
- msgstr ""
1051
-
1052
- #: modules/site/widgets.php:149
1053
- msgid "links"
1054
- msgstr ""
1055
-
1056
- #: modules/site/widgets.php:150
1057
- msgid "meta"
1058
- msgstr ""
1059
-
1060
- #: modules/site/widgets.php:151
1061
- msgid "recent entries"
1062
- msgstr ""
1063
-
1064
- #: modules/site/widgets.php:152
1065
- msgid "tag cloud"
1066
- msgstr ""
1067
-
1068
- #: modules/site/widgets.php:156
1069
- msgid "Enabled Widgets"
1070
- msgstr ""
1071
-
1072
- #: modules/site/microsoft-live.php:30
1073
- msgid "Microsoft Live Verification / Bing Webmaster"
1074
- msgstr ""
1075
-
1076
- #: modules/site/microsoft-live.php:35
1077
- msgid ""
1078
- "Adds Microsoft Live verification / Bing Webmaster code to your home page"
1079
- msgstr ""
1080
-
1081
- #: modules/site/microsoft-live.php:67
1082
- msgid "Verification code"
1083
- msgstr ""
1084
-
1085
- #: modules/site/microsoft-live.php:70
1086
- msgid "Enter Microsoft Live verification code."
1087
- msgstr ""
1088
-
1089
- #: modules/site/mint.php:33
1090
- msgid "Mint"
1091
- msgstr ""
1092
-
1093
- #: modules/site/mint.php:38
1094
- msgid "Adds Mint tracking code to all pages"
1095
- msgstr ""
1096
-
1097
- #: modules/site/mint.php:121
1098
- msgid "Mint path"
1099
- msgstr ""
1100
-
1101
- #: modules/site/mint.php:124
1102
- msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
1103
- msgstr ""
1104
-
1105
- #: modules/site/apture.php:31
1106
- msgid "Apture"
1107
- msgstr ""
1108
-
1109
- #: modules/site/apture.php:36
1110
- msgid "Add Apture to all pages"
1111
- msgstr ""
1112
-
1113
- #: modules/site/apture.php:111
1114
- msgid "Site token"
1115
- msgstr ""
1116
-
1117
- #: modules/site/apture.php:114
1118
- msgid "Enter your site token."
1119
- msgstr ""
1120
-
1121
- #: modules/site/system-settings.php:32
1122
- msgid "System Settings"
1123
- msgstr ""
1124
-
1125
- #: modules/site/system-settings.php:37
1126
- msgid "Configure PHP memory limits, time-outs, and error reporting"
1127
- msgstr ""
1128
-
1129
- #: modules/site/system-settings.php:84 modules/site/system-settings.php:94
1130
- #: modules/site/system-settings.php:99
1131
- msgid "System default"
1132
- msgstr ""
1133
-
1134
- #: modules/site/system-settings.php:85
1135
- msgid "30 seconds"
1136
- msgstr ""
1137
-
1138
- #: modules/site/system-settings.php:86
1139
- msgid "60 seconds"
1140
- msgstr ""
1141
-
1142
- #: modules/site/system-settings.php:87
1143
- msgid "10 minutes"
1144
- msgstr ""
1145
-
1146
- #: modules/site/system-settings.php:88
1147
- msgid "1 hour"
1148
- msgstr ""
1149
-
1150
- #: modules/site/system-settings.php:89
1151
- msgid "No timeout limit"
1152
- msgstr ""
1153
-
1154
- #: modules/site/system-settings.php:100
1155
- msgid "Show only errors"
1156
- msgstr ""
1157
-
1158
- #: modules/site/system-settings.php:101
1159
- msgid "Show all errors &amp; warnings"
1160
- msgstr ""
1161
-
1162
- #: modules/site/system-settings.php:102
1163
- msgid "Show no errors or warnings"
1164
- msgstr ""
1165
-
1166
- #: modules/site/system-settings.php:106
1167
- msgid "Memory Limit"
1168
- msgstr ""
1169
-
1170
- #: modules/site/system-settings.php:116
1171
- msgid "PHP Script Timeout"
1172
- msgstr ""
1173
-
1174
- #: modules/site/system-settings.php:126
1175
- msgid "PHP Error Reporting"
1176
- msgstr ""
1177
-
1178
- #: view/admin/submenu.php:3
1179
- msgid "Page Settings"
1180
- msgstr ""
1181
-
1182
- #: view/admin/submenu.php:4
1183
- msgid "Page Modules"
1184
- msgstr ""
1185
-
1186
- #: view/admin/submenu.php:5
1187
- msgid "Site Modules"
1188
- msgstr ""
1189
-
1190
- #: view/admin/submenu.php:6
1191
- msgid "Options"
1192
- msgstr ""
1193
-
1194
- #: view/admin/submenu.php:7 view/admin/import.php:21
1195
- msgid "Import"
1196
- msgstr ""
1197
-
1198
- #: view/admin/page-settings.php:7
1199
- msgid "%s | Page Settings"
1200
- msgstr ""
1201
-
1202
- #: view/admin/page-settings.php:11
1203
- msgid ""
1204
- "Click the page type to change settings. You can enable additional modules "
1205
- "to provide more choices."
1206
- msgstr ""
1207
-
1208
- #: view/admin/page-settings.php:23
1209
- msgid ""
1210
- "Settings can be applied to specific posts &amp; pages from the <strong>post "
1211
- "edit page</strong>, and to specific categories from the <strong>edit "
1212
- "category</strong> page."
1213
- msgstr ""
1214
-
1215
- #: view/admin/page-settings-edit-ajax.php:5 view/admin/site-module-edit.php:17
1216
- #: view/admin/page-module-edit.php:11
1217
- msgid "Save"
1218
- msgstr ""
1219
-
1220
- #: view/admin/page-settings-edit-ajax.php:6 view/admin/site-module-edit.php:18
1221
- #: view/admin/page-module-edit.php:12
1222
- msgid "Cancel"
1223
- msgstr ""
1224
-
1225
- #: view/admin/page-settings-edit.php:19
1226
- msgid "advanced"
1227
- msgstr ""
1228
-
1229
- #: view/admin/import.php:6
1230
- msgid "%s | Import"
1231
- msgstr ""
1232
-
1233
- #: view/admin/import.php:10
1234
- msgid ""
1235
- "This page will allow you to import meta-data from other WordPress plugins. "
1236
- "The other plugins do not need to be active for the import to work."
1237
- msgstr ""
1238
-
1239
- #: view/admin/import.php:22
1240
- msgid "Import and remove original data"
1241
- msgstr ""
1242
-
1243
- #: view/admin/import.php:22
1244
- msgid "(not available in UTW and Simple Tagging)"
1245
- msgstr ""
1246
-
1247
- #: view/admin/import.php:25
1248
- msgid ""
1249
- "As with anything else that modifies your database you should <strong>backup "
1250
- "your data before running an import</strong>. No responsibility is accepted "
1251
- "for any kittens that may be killed in the process."
1252
- msgstr ""
1253
-
1254
- #: view/admin/edit_quick.php:1 view/admin/edit_quick.php:2 headspace.php:100
1255
- #: headspace.php:152 headspace.php:487 headspace.php:488
1256
- msgid "HeadSpace"
1257
- msgstr ""
1258
-
1259
- #: view/admin/version.php:2
1260
- msgid "HeadSpace2 News"
1261
- msgstr ""
1262
-
1263
- #: view/admin/version.php:5
1264
- msgid "%s ago"
1265
- msgstr ""
1266
-
1267
- #: view/admin/support.php:5
1268
- msgid "HeadSpace | Support"
1269
- msgstr ""
1270
-
1271
- #: view/admin/support.php:7
1272
- msgid ""
1273
- "HeadSpace has required a great deal of time and effort to develop. If it's "
1274
- "been useful to you then you can support this development by <strong>making a "
1275
- "small donation of $12</strong>. This will act as an incentive for me to "
1276
- "carry on developing it, providing countless hours of support, and including "
1277
- "any enhancements that are suggested."
1278
- msgstr ""
1279
-
1280
- #: view/admin/support.php:28
1281
- msgid ""
1282
- "Alternatively, if you are multi-lingual, do consider translating this into "
1283
- "another language. All the necessary localisation files are included and "
1284
- "I've written a <a href=\"http://urbangiraffe.com/articles/translating-"
1285
- "wordpress-themes-and-plugins/\">full guide to the translation process</a>."
1286
- msgstr ""
1287
-
1288
- #: view/admin/support.php:30
1289
- msgid "The support message can be disabled at any time from the options page"
1290
- msgstr ""
1291
-
1292
- #: view/admin/head_admin.php:5
1293
- msgid "Are you sure you want to merge that tag?"
1294
- msgstr ""
1295
-
1296
- #: view/admin/head_admin.php:6
1297
- msgid ""
1298
- "A problem occured retrieving data from the server. If this persists please "
1299
- "check that you have installed the plugin correctly."
1300
- msgstr ""
1301
-
1302
- #: view/admin/page-modules.php:7
1303
- msgid "%s | Page Modules"
1304
- msgstr ""
1305
-
1306
- #: view/admin/page-modules.php:11
1307
- msgid ""
1308
- "Page modules apply to individual pages. Drag-and-drop modules into the "
1309
- "appropriate area. Modules can be re-ordered to change their position on the "
1310
- "edit screen."
1311
- msgstr ""
1312
-
1313
- #: view/admin/page-modules.php:15
1314
- msgid "Simple"
1315
- msgstr ""
1316
-
1317
- #: view/admin/page-modules.php:16
1318
- msgid "Modules will always appear on edit screens"
1319
- msgstr ""
1320
-
1321
- #: view/admin/page-modules.php:21
1322
- msgid "Advanced"
1323
- msgstr ""
1324
-
1325
- #: view/admin/page-modules.php:22
1326
- msgid "Modules will be hidden behind a link"
1327
- msgstr ""
1328
-
1329
- #: view/admin/page-modules.php:32
1330
- msgid "Disabled"
1331
- msgstr ""
1332
-
1333
- #: view/admin/page-modules.php:33
1334
- msgid "Modules are disabled and do not appear"
1335
- msgstr ""
1336
-
1337
- #: view/admin/edit_post.php:7
1338
- msgid "HeadSpace Meta data"
1339
- msgstr ""
1340
-
1341
- #: view/admin/options.php:7
1342
- msgid "%s | General Options"
1343
- msgstr ""
1344
-
1345
- #: view/admin/options.php:16
1346
- msgid "Inherit settings"
1347
- msgstr ""
1348
-
1349
- #: view/admin/options.php:20
1350
- msgid "Inherit from global settings"
1351
- msgstr ""
1352
-
1353
- #: view/admin/options.php:24
1354
- msgid "Process excerpt with plugins"
1355
- msgstr ""
1356
-
1357
- #: view/admin/options.php:28
1358
- msgid "Will allow plugins to modify generated excerpts"
1359
- msgstr ""
1360
-
1361
- #: view/admin/options.php:32
1362
- msgid "Plugin Support"
1363
- msgstr ""
1364
-
1365
- #: view/admin/options.php:35
1366
- msgid "I'm a nice person and I have helped support the author of this plugin"
1367
- msgstr ""
1368
-
1369
- #: view/admin/options.php:39
1370
- msgid "Debug"
1371
- msgstr ""
1372
-
1373
- #: view/admin/options.php:43
1374
- msgid "Enable debug option"
1375
- msgstr ""
1376
-
1377
- #: view/admin/options.php:49
1378
- msgid "Update Options &raquo;"
1379
- msgstr ""
1380
-
1381
- #: view/admin/options.php:57
1382
- msgid "Remove HeadSpace"
1383
- msgstr ""
1384
-
1385
- #: view/admin/options.php:59
1386
- msgid ""
1387
- "This option will remove HeadSpace and delete all settings, tags, and meta-"
1388
- "data - be sure this is what you want!"
1389
- msgstr ""
1390
-
1391
- #: view/admin/options.php:64
1392
- msgid "Delete HeadSpace"
1393
- msgstr ""
1394
-
1395
- #: view/admin/edit_category.php:1
1396
- msgid "HeadSpace Settings"
1397
- msgstr ""
1398
-
1399
- #: view/admin/mass_edit.php:21 headspace.php:153
1400
- msgid "Meta-data"
1401
- msgstr ""
1402
-
1403
- #: view/admin/mass_edit.php:29
1404
- msgid "Filter"
1405
- msgstr ""
1406
-
1407
- #: view/admin/mass_edit.php:66
1408
- msgid "Save all data"
1409
- msgstr ""
1410
-
1411
- #: view/admin/site-modules.php:6
1412
- msgid "%s | Site Modules"
1413
- msgstr ""
1414
-
1415
- #: view/admin/site-modules.php:10
1416
- msgid ""
1417
- "Site modules apply to your site as a whole. Only checked modules will run "
1418
- "(when properly configured)."
1419
- msgstr ""
1420
-
1421
- #: view/admin/help.php:3
1422
- msgid "Special Tags"
1423
- msgstr ""
1424
-
1425
- #: view/admin/help.php:4
1426
- msgid ""
1427
- "These tags can be included and will be replaced by HeadSpace when a page is "
1428
- "displayed."
1429
- msgstr ""
1430
-
1431
- #: view/admin/help.php:10
1432
- msgid "Replaced with the date of the post/page"
1433
- msgstr ""
1434
-
1435
- #: view/admin/help.php:11
1436
- msgid "Replaced with the title of the post/page"
1437
- msgstr ""
1438
-
1439
- #: view/admin/help.php:12
1440
- msgid "The site's name"
1441
- msgstr ""
1442
-
1443
- #: view/admin/help.php:13
1444
- msgid ""
1445
- "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
1446
- msgstr ""
1447
-
1448
- #: view/admin/help.php:14
1449
- msgid "Replaced with the post/page excerpt (without auto-generation)"
1450
- msgstr ""
1451
-
1452
- #: view/admin/help.php:15
1453
- msgid "Replaced with the current tag/tags"
1454
- msgstr ""
1455
-
1456
- #: view/admin/help.php:16
1457
- msgid "Replaced with the post categories (comma separated)"
1458
- msgstr ""
1459
-
1460
- #: view/admin/help.php:17
1461
- msgid "Replaced with the category description"
1462
- msgstr ""
1463
-
1464
- #: view/admin/help.php:18
1465
- msgid "Replaced with the tag description"
1466
- msgstr ""
1467
-
1468
- #: view/admin/help.php:19
1469
- msgid "Replaced with the term description"
1470
- msgstr ""
1471
-
1472
- #: view/admin/help.php:20
1473
- msgid "Replaced with the term name"
1474
- msgstr ""
1475
-
1476
- #: view/admin/help.php:21
1477
- msgid "Replaced with the post/page modified time"
1478
- msgstr ""
1479
-
1480
- #: view/admin/help.php:22
1481
- msgid "Replaced with the post/page ID"
1482
- msgstr ""
1483
-
1484
- #: view/admin/help.php:23
1485
- msgid "Replaced with the post/page author's 'nicename'"
1486
- msgstr ""
1487
-
1488
- #: view/admin/help.php:24
1489
- msgid "Replaced with the post/page author's userid"
1490
- msgstr ""
1491
-
1492
- #: view/admin/help.php:25
1493
- msgid "Replaced with the current search phrase"
1494
- msgstr ""
1495
-
1496
- #: view/admin/help.php:26
1497
- msgid "Replaced with the current time"
1498
- msgstr ""
1499
-
1500
- #: view/admin/help.php:27
1501
- msgid "Replaced with the current date"
1502
- msgstr ""
1503
-
1504
- #: view/admin/help.php:28
1505
- msgid "Replaced with the current month"
1506
- msgstr ""
1507
-
1508
- #: view/admin/help.php:29
1509
- msgid "Replaced with the current year"
1510
- msgstr ""
1511
-
1512
- #: view/admin/help.php:30
1513
- msgid "Replaced with the current page number (i.e. page 2 of 4)"
1514
- msgstr ""
1515
-
1516
- #: view/admin/help.php:31
1517
- msgid "Replaced with the current page total"
1518
- msgstr ""
1519
-
1520
- #: view/admin/help.php:32
1521
- msgid "Replaced with the current page number"
1522
- msgstr ""
1523
-
1524
- #: view/admin/help.php:33
1525
- msgid "Attachment caption"
1526
- msgstr ""
1527
-
1528
- #: models/inline_tags.php:350
1529
- msgid "page %d of %d"
1530
- msgstr ""
1531
-
1532
- #: models/headspace.php:94
1533
- msgid "Global Settings"
1534
- msgstr ""
1535
-
1536
- #: models/headspace.php:94
1537
- msgid "applied to everything unless otherwise specified"
1538
- msgstr ""
1539
-
1540
- #: models/headspace.php:95
1541
- msgid "Home Page"
1542
- msgstr ""
1543
-
1544
- #: models/headspace.php:95
1545
- msgid "applied to the home page (or blog page)"
1546
- msgstr ""
1547
-
1548
- #: models/headspace.php:96
1549
- msgid "Front Page"
1550
- msgstr ""
1551
-
1552
- #: models/headspace.php:96
1553
- msgid "applied to front page (if you have set WordPress to use a static page)"
1554
- msgstr ""
1555
-
1556
- #: models/headspace.php:97
1557
- msgid "Taxonomy Archives"
1558
- msgstr ""
1559
-
1560
- #: models/headspace.php:97
1561
- msgid "applied when viewing a taxonomy archive"
1562
- msgstr ""
1563
-
1564
- #: models/headspace.php:113
1565
- msgid "applied when viewing the archives"
1566
- msgstr ""
1567
-
1568
- #: models/headspace.php:114
1569
- msgid "Categories"
1570
- msgstr ""
1571
-
1572
- #: models/headspace.php:114
1573
- msgid "applied to category pages without specific settings"
1574
- msgstr ""
1575
-
1576
- #: models/headspace.php:115
1577
- msgid "Posts"
1578
- msgstr ""
1579
-
1580
- #: models/headspace.php:115
1581
- msgid "applied to posts without specific settings"
1582
- msgstr ""
1583
-
1584
- #: models/headspace.php:116
1585
- msgid "applied to pages without specific settings"
1586
- msgstr ""
1587
-
1588
- #: models/headspace.php:117
1589
- msgid "Author Pages"
1590
- msgstr ""
1591
-
1592
- #: models/headspace.php:117
1593
- msgid "applied to author pages"
1594
- msgstr ""
1595
-
1596
- #: models/headspace.php:118
1597
- msgid "Search Pages"
1598
- msgstr ""
1599
-
1600
- #: models/headspace.php:118
1601
- msgid "applied when viewing search results"
1602
- msgstr ""
1603
-
1604
- #: models/headspace.php:119
1605
- msgid "404 Page"
1606
- msgstr ""
1607
-
1608
- #: models/headspace.php:119
1609
- msgid "applied when viewing a 404 error"
1610
- msgstr ""
1611
-
1612
- #: models/headspace.php:120
1613
- msgid "Tag Pages"
1614
- msgstr ""
1615
-
1616
- #: models/headspace.php:120
1617
- msgid "applied when viewing tag pages"
1618
- msgstr ""
1619
-
1620
- #: models/headspace.php:121
1621
- msgid "Attachment Pages"
1622
- msgstr ""
1623
-
1624
- #: models/headspace.php:121
1625
- msgid "applied when viewing an attachment"
1626
- msgstr ""
1627
-
1628
- #: models/headspace.php:122
1629
- msgid "Login Pages"
1630
- msgstr ""
1631
-
1632
- #: models/headspace.php:122
1633
- msgid "applied when viewing login, logout, or registration pages"
1634
- msgstr ""
1635
-
1636
- #: models/pager.php:423
1637
- msgid "%d per-page"
1638
- msgstr ""
1639
-
1640
- #: models/pager.php:431
1641
- msgid "Displaying %s&#8211;%s of %s"
1642
- msgstr ""
1643
-
1644
- #: headspace.php:93
1645
- msgid "Settings"
1646
- msgstr ""
1647
-
1648
- #: headspace.php:304
1649
- msgid ""
1650
- "<code>wp_head</code> was not found in <code>header.php</code> (<a href="
1651
- "\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
1652
- msgstr ""
1653
-
1654
- #: headspace.php:311
1655
- msgid ""
1656
- "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href="
1657
- "\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
1658
- msgstr ""
1659
-
1660
- #: headspace.php:398
1661
- msgid "Posts successfully updated"
1662
- msgstr ""
1663
-
1664
- #: headspace.php:437
1665
- msgid "Your options have been updated"
1666
- msgstr ""
1667
-
1668
- #: headspace.php:443
1669
- msgid "HeadSpace has been removed"
1670
- msgstr ""
1671
-
1672
- #: headspace.php:477
1673
- msgid "%d items were imported from %s"
1674
- msgstr ""
1675
-
1676
- #: headspace.php:569
1677
- msgid "HeadSpace Help"
1678
- msgstr ""
1679
-
1680
- #: headspace.php:570
1681
- msgid "HeadSpace Documentation"
1682
- msgstr ""
1683
-
1684
- #: headspace.php:571
1685
- msgid "HeadSpace Support Forum"
1686
- msgstr ""
1687
-
1688
- #: headspace.php:572
1689
- msgid "HeadSpace Bug Tracker"
1690
- msgstr ""
1691
-
1692
- #: headspace.php:573
1693
- msgid "HeadSpace FAQ"
1694
- msgstr ""
1695
-
1696
- #: headspace.php:574
1697
- msgid ""
1698
- "Please read the documentation and FAQ, and check the bug tracker, before "
1699
- "asking a question."
1700
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
locale/messages.po ADDED
@@ -0,0 +1,1710 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
2
+ # Copyright (C) 2010 John Godley
3
+ # This file is distributed under the same license as the HeadSpace2 package.
4
+ # John Godley, http://urbangiraffe.com/, 2010.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr "Project-Id-Version: HeadSpace2 3.6.33\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2010-01-23 19:34+0000\n"
11
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: John Godley http://urbangiraffe.com/\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: headspace.php:474
19
+ #, php-format
20
+ msgid "%d items were imported from %s"
21
+ msgstr ""
22
+
23
+ #: models/pager.php:434
24
+ #, php-format
25
+ msgid "%d per-page"
26
+ msgstr ""
27
+
28
+ #: view/admin/version.php:5
29
+ #, php-format
30
+ msgid "%s ago"
31
+ msgstr ""
32
+
33
+ #: view/admin/options.php:7
34
+ #, php-format
35
+ msgid "%s | General Options"
36
+ msgstr ""
37
+
38
+ #: view/admin/import.php:6
39
+ #, php-format
40
+ msgid "%s | Import"
41
+ msgstr ""
42
+
43
+ #: view/admin/page-modules.php:7
44
+ #, php-format
45
+ msgid "%s | Page Modules"
46
+ msgstr ""
47
+
48
+ #: view/admin/page-settings.php:7
49
+ #, php-format
50
+ msgid "%s | Page Settings"
51
+ msgstr ""
52
+
53
+ #: view/admin/site-modules.php:6
54
+ #, php-format
55
+ msgid "%s | Site Modules"
56
+ msgstr ""
57
+
58
+ #: view/admin/import.php:22
59
+ msgid "(not available in UTW and Simple Tagging)"
60
+ msgstr ""
61
+
62
+ #: modules/site/page_counts.php:122
63
+ msgid "(set number of posts to 0 for theme default)"
64
+ msgstr ""
65
+
66
+ #: modules/site/system-settings.php:88
67
+ msgid "1 hour"
68
+ msgstr ""
69
+
70
+ #: modules/site/system-settings.php:87
71
+ msgid "10 minutes"
72
+ msgstr ""
73
+
74
+ #: modules/site/103bees.php:31
75
+ msgid "103bees"
76
+ msgstr ""
77
+
78
+ #: modules/site/system-settings.php:85
79
+ msgid "30 seconds"
80
+ msgstr ""
81
+
82
+ #: models/headspace.php:119
83
+ msgid "404 Page"
84
+ msgstr ""
85
+
86
+ #: modules/site/system-settings.php:86
87
+ msgid "60 seconds"
88
+ msgstr ""
89
+
90
+ #: headspace.php:303
91
+ msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a "
92
+ "href=\"http://codex.wordpress.org/Theme_Development\">documentation</"
93
+ "a>)"
94
+ msgstr ""
95
+
96
+ #: headspace.php:296
97
+ msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a "
98
+ "href=\"http://codex.wordpress.org/Hook_Reference/wp_head"
99
+ "\">documentation</a>)"
100
+ msgstr ""
101
+
102
+ #: modules/site/first-time-visitor.php:93
103
+ #, php-format
104
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/"
105
+ "feed/\">RSS</a> feed.</p>"
106
+ msgstr ""
107
+
108
+ #: modules/page/tags.php:123
109
+ msgid "<p>Tags: "
110
+ msgstr ""
111
+
112
+ #: modules/site/piwik.php:211
113
+ msgid "A pause (milliseconds) added when a file is downloaded. Small "
114
+ "values may not be tracked"
115
+ msgstr ""
116
+
117
+ #: view/admin/head_admin.php:6
118
+ msgid "A problem occured retrieving data from the server. If this persists "
119
+ "please check that you have installed the plugin correctly."
120
+ msgstr ""
121
+
122
+ #: modules/site/awstats.php:31
123
+ msgid "AWStats JavaScript Tracking"
124
+ msgstr ""
125
+
126
+ #: modules/site/analytics.php:237 modules/site/feedburner-stats.php:67
127
+ msgid "Account ID"
128
+ msgstr ""
129
+
130
+ #: modules/site/apture.php:36
131
+ msgid "Add Apture to all pages"
132
+ msgstr ""
133
+
134
+ #: modules/site/103bees.php:36
135
+ msgid "Adds 103bees tracking code to all pages"
136
+ msgstr ""
137
+
138
+ #: modules/site/awstats.php:36
139
+ msgid "Adds AWStats JavaScript tracking to all pages (through "
140
+ "<code>wp_footer</code>)"
141
+ msgstr ""
142
+
143
+ #: modules/site/crazyegg.php:38
144
+ msgid "Adds CrazyEgg tracking code to all pages"
145
+ msgstr ""
146
+
147
+ #: modules/site/analytics.php:44
148
+ msgid "Adds Google Analytic tracking code to all pages (through "
149
+ "<code>wp_footer</code>)"
150
+ msgstr ""
151
+
152
+ #: modules/site/google_webmaster.php:35
153
+ msgid "Adds Google Webmaster tracking code to your home page"
154
+ msgstr ""
155
+
156
+ #: modules/site/hittail.php:36
157
+ msgid "Adds HitTail tracking code to all pages"
158
+ msgstr ""
159
+
160
+ #: modules/site/microsoft-live.php:35
161
+ msgid "Adds Microsoft Live verification / Bing Webmaster code to your home "
162
+ "page"
163
+ msgstr ""
164
+
165
+ #: modules/site/mint.php:38
166
+ msgid "Adds Mint tracking code to all pages"
167
+ msgstr ""
168
+
169
+ #: modules/site/piwik.php:42
170
+ msgid "Adds Piwik tracking code to all pages"
171
+ msgstr ""
172
+
173
+ #: modules/site/statcounter.php:40
174
+ msgid "Adds StatCounter tracking code to all pages"
175
+ msgstr ""
176
+
177
+ #: modules/site/yahoo-site-explorer.php:35
178
+ msgid "Adds Yahoo! Site Explorer tracking code to your home page"
179
+ msgstr ""
180
+
181
+ #: modules/site/feedburner-stats.php:35
182
+ msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
183
+ msgstr ""
184
+
185
+ #: view/admin/page-modules.php:21
186
+ msgid "Advanced"
187
+ msgstr ""
188
+
189
+ #: modules/page/more_text.php:127
190
+ msgid "Advanced - the regular expression pattern to select the more link "
191
+ "from your posts"
192
+ msgstr ""
193
+
194
+ #: modules/page/more_text.php:133
195
+ msgid "Advanced - the regular expression replacement text"
196
+ msgstr ""
197
+
198
+ #: modules/page/page_title.php:134
199
+ msgid "After"
200
+ msgstr ""
201
+
202
+ #: modules/page/page-links.php:218
203
+ msgid "After HTML"
204
+ msgstr ""
205
+
206
+ #: modules/site/first-time-visitor.php:138
207
+ msgid "After content"
208
+ msgstr ""
209
+
210
+ #: modules/page/description.php:70
211
+ msgid "All descriptions will be trimmed to this length"
212
+ msgstr ""
213
+
214
+ #: modules/import/all-in-one-seo.php:28
215
+ msgid "All-in-one SEO"
216
+ msgstr ""
217
+
218
+ #: modules/page/javascript.php:49
219
+ msgid "Allow external JavaScript files to be referenced"
220
+ msgstr ""
221
+
222
+ #: modules/page/page_title.php:115
223
+ msgid "Allow page title to be changed (i.e. the title in the browser window "
224
+ "title)"
225
+ msgstr ""
226
+
227
+ #: modules/page/stylesheet.php:58
228
+ msgid "Allows CSS stylesheets to be added to a page"
229
+ msgstr ""
230
+
231
+ #: modules/page/theme.php:74
232
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
233
+ msgstr ""
234
+
235
+ #: modules/page/description.php:59
236
+ msgid "Allows a short description about the page that is used by search "
237
+ "engines"
238
+ msgstr ""
239
+
240
+ #: modules/page/custom.php:48
241
+ msgid "Allows custom data to be inserted anywhere in your theme using "
242
+ "MetaData::custom ()"
243
+ msgstr ""
244
+
245
+ #: modules/page/plugin.php:93
246
+ msgid "Allows disabled plugins to be enabled on specific pages"
247
+ msgstr ""
248
+
249
+ #: modules/page/follow-links.php:113
250
+ msgid "Allows follow/no-follow to be set for various links"
251
+ msgstr ""
252
+
253
+ #: modules/page/keywords.php:66
254
+ msgid "Allows meta keywords to be defined, seperate from tags (if "
255
+ "necessary, disable keyword display in the Tags module)"
256
+ msgstr ""
257
+
258
+ #: modules/page/relative-links.php:100
259
+ msgid "Allows options to be set for relative meta links (WP 2.8+)"
260
+ msgstr ""
261
+
262
+ #: modules/page/page-links.php:150
263
+ msgid "Allows options to be set for wp_list_pages links"
264
+ msgstr ""
265
+
266
+ #: modules/page/raw-footer.php:48
267
+ msgid "Allows raw data to be inserted into the page footer"
268
+ msgstr ""
269
+
270
+ #: modules/page/raw.php:44
271
+ msgid "Allows raw data to be inserted into the page meta section"
272
+ msgstr ""
273
+
274
+ #: modules/page/rss_tagline.php:57
275
+ msgid "Allows site RSS description to be changed"
276
+ msgstr ""
277
+
278
+ #: modules/page/rss_name.php:57
279
+ msgid "Allows site RSS name to be changed"
280
+ msgstr ""
281
+
282
+ #: modules/page/site_tagline.php:56
283
+ msgid "Allows site description to be changed (i.e. the tagline)"
284
+ msgstr ""
285
+
286
+ #: modules/page/site_name.php:58
287
+ msgid "Allows site name to be changed (i.e your blog name)"
288
+ msgstr ""
289
+
290
+ #: modules/page/tags.php:153
291
+ msgid "Allows tags to be added to pages"
292
+ msgstr ""
293
+
294
+ #: modules/page/more_text.php:85
295
+ msgid "Allows the 'more' text to be changed"
296
+ msgstr ""
297
+
298
+ #: modules/page/noindex.php:87
299
+ msgid "Allows various meta-robot options to be set to prevent search "
300
+ "engines and robots from indexing or following pages"
301
+ msgstr ""
302
+
303
+ #: modules/site/widgets.php:35
304
+ msgid "Allows you to enable or disable various WordPress Widgets"
305
+ msgstr ""
306
+
307
+ #: modules/site/wp_formatting.php:37
308
+ msgid "Allows you to enable or disable various WordPress auto-formatting "
309
+ "(including wpautop)"
310
+ msgstr ""
311
+
312
+ #: view/admin/support.php:28
313
+ msgid "Alternatively, if you are multi-lingual, do consider translating "
314
+ "this into another language. All the necessary localisation files "
315
+ "are included and I've written a <a href=\"http://urbangiraffe.com/"
316
+ "articles/translating-wordpress-themes-and-plugins/\">full guide to "
317
+ "the translation process</a>."
318
+ msgstr ""
319
+
320
+ #: modules/site/apture.php:31
321
+ msgid "Apture"
322
+ msgstr ""
323
+
324
+ #: modules/page/follow-links.php:32
325
+ msgid "Archive Links"
326
+ msgstr ""
327
+
328
+ #: models/headspace.php:113 modules/site/page_counts.php:114
329
+ #: modules/site/widgets.php:73 modules/site/widgets.php:74
330
+ msgid "Archives"
331
+ msgstr ""
332
+
333
+ #: view/admin/head_admin.php:5
334
+ msgid "Are you sure you want to merge that tag?"
335
+ msgstr ""
336
+
337
+ #: view/admin/import.php:25
338
+ msgid "As with anything else that modifies your database you should "
339
+ "<strong>backup your data before running an import</strong>. No "
340
+ "responsibility is accepted for any kittens that may be killed in the "
341
+ "process."
342
+ msgstr ""
343
+
344
+ #: models/headspace.php:121
345
+ msgid "Attachment Pages"
346
+ msgstr ""
347
+
348
+ #: view/admin/help.php:33
349
+ msgid "Attachment caption"
350
+ msgstr ""
351
+
352
+ #: models/headspace.php:117
353
+ msgid "Author Pages"
354
+ msgstr ""
355
+
356
+ #: modules/site/wp_formatting.php:98
357
+ msgid "Auto-fancy quotes"
358
+ msgstr ""
359
+
360
+ #: modules/site/wp_formatting.php:91
361
+ msgid "Auto-formatting"
362
+ msgstr ""
363
+
364
+ #: modules/site/wp_formatting.php:105
365
+ msgid "Auto-link"
366
+ msgstr ""
367
+
368
+ #: modules/page/page_title.php:133
369
+ msgid "Before"
370
+ msgstr ""
371
+
372
+ #: modules/page/page-links.php:211
373
+ msgid "Before HTML"
374
+ msgstr ""
375
+
376
+ #: modules/site/first-time-visitor.php:137
377
+ msgid "Before content"
378
+ msgstr ""
379
+
380
+ #: modules/site/widgets.php:67 modules/site/widgets.php:68
381
+ msgid "Calendar"
382
+ msgstr ""
383
+
384
+ #: view/admin/page-module-edit.php:12 view/admin/page-settings-edit-ajax.php:6
385
+ #: view/admin/site-module-edit.php:18
386
+ msgid "Cancel"
387
+ msgstr ""
388
+
389
+ #: models/headspace.php:114
390
+ msgid "Categories"
391
+ msgstr ""
392
+
393
+ #: modules/page/follow-links.php:33
394
+ msgid "Category Links"
395
+ msgstr ""
396
+
397
+ #: modules/site/analytics.php:277
398
+ msgid "Change what appears in reports"
399
+ msgstr ""
400
+
401
+ #: modules/page/keywords.php:77
402
+ msgid "Checking this will mean that your tags are also used as keywords and "
403
+ "you will not be able to modify keywords independently"
404
+ msgstr ""
405
+
406
+ #: modules/site/piwik.php:204
407
+ msgid "Clear to disable download tracking"
408
+ msgstr ""
409
+
410
+ #: view/admin/page-settings.php:11
411
+ msgid "Click the page type to change settings. You can enable additional "
412
+ "modules to provide more choices."
413
+ msgstr ""
414
+
415
+ #: modules/page/follow-links.php:36
416
+ msgid "Comm. Author Links"
417
+ msgstr ""
418
+
419
+ #: modules/page/follow-links.php:37
420
+ msgid "Comm. Text Links"
421
+ msgstr ""
422
+
423
+ #: modules/site/system-settings.php:37
424
+ msgid "Configure PHP memory limits, time-outs, and error reporting"
425
+ msgstr ""
426
+
427
+ #: modules/site/crazyegg.php:33
428
+ msgid "CrazyEgg"
429
+ msgstr ""
430
+
431
+ #: modules/site/crazyegg.php:117
432
+ msgid "CrazyEgg ID"
433
+ msgstr ""
434
+
435
+ #: modules/page/theme.php:84
436
+ msgid "Current theme"
437
+ msgstr ""
438
+
439
+ #: modules/page/custom.php:44
440
+ msgid "Custom data"
441
+ msgstr ""
442
+
443
+ #: modules/site/page_counts.php:38
444
+ msgid "Customise the number of posts shown on the archive and search pages, "
445
+ "and decide whether to show full content or the excerpt"
446
+ msgstr ""
447
+
448
+ #: view/admin/options.php:39
449
+ msgid "Debug"
450
+ msgstr ""
451
+
452
+ #: modules/page/follow-links.php:123
453
+ msgid "Default"
454
+ msgstr ""
455
+
456
+ #: view/admin/options.php:64
457
+ msgid "Delete HeadSpace"
458
+ msgstr ""
459
+
460
+ #: modules/page/description.php:88
461
+ msgid "Description"
462
+ msgstr ""
463
+
464
+ #: modules/page/tags.php:188
465
+ msgid "Disable Suggestions"
466
+ msgstr ""
467
+
468
+ #: modules/site/disable_visual_editing.php:28
469
+ msgid "Disable Visual Editing"
470
+ msgstr ""
471
+
472
+ #: modules/site/widgets.php:30
473
+ msgid "Disable WordPress Widgets"
474
+ msgstr ""
475
+
476
+ #: modules/site/disable_visual_editing.php:33
477
+ msgid "Disable visual editing"
478
+ msgstr ""
479
+
480
+ #: view/admin/page-modules.php:32
481
+ msgid "Disabled"
482
+ msgstr ""
483
+
484
+ #: modules/page/page-links.php:204
485
+ msgid "Display"
486
+ msgstr ""
487
+
488
+ #: modules/site/first-time-visitor.php:39
489
+ msgid "Display a message for first time visitors (based upon idea from Seth "
490
+ "Godin)"
491
+ msgstr ""
492
+
493
+ #: modules/site/first-time-visitor.php:134
494
+ msgid "Display position"
495
+ msgstr ""
496
+
497
+ #: models/pager.php:442
498
+ #, php-format
499
+ msgid "Displaying %s&#8211;%s of %s"
500
+ msgstr ""
501
+
502
+ #: modules/page/stylesheet.php:101
503
+ msgid "Do not output CSS"
504
+ msgstr ""
505
+
506
+ #: modules/site/analytics.php:281
507
+ msgid "Domain Name"
508
+ msgstr ""
509
+
510
+ #: view/admin/edit_category.php:5
511
+ msgid "Edit Category &raquo;"
512
+ msgstr ""
513
+
514
+ #: view/admin/options.php:43
515
+ msgid "Enable debug option"
516
+ msgstr ""
517
+
518
+ #: modules/page/more_text.php:118
519
+ msgid "Enable on excerpts"
520
+ msgstr ""
521
+
522
+ #: modules/site/widgets.php:156
523
+ msgid "Enabled Widgets"
524
+ msgstr ""
525
+
526
+ #: modules/page/relative-links.php:124
527
+ msgid "End"
528
+ msgstr ""
529
+
530
+ #: modules/site/first-time-visitor.php:131
531
+ msgid "Enter 0 for always"
532
+ msgstr ""
533
+
534
+ #: modules/site/google_webmaster.php:70
535
+ msgid "Enter Google Webmaster tracking code."
536
+ msgstr ""
537
+
538
+ #: modules/site/microsoft-live.php:70
539
+ msgid "Enter Microsoft Live verification code."
540
+ msgstr ""
541
+
542
+ #: modules/site/yahoo-site-explorer.php:70
543
+ msgid "Enter Yahoo! Site Explorer tracking code."
544
+ msgstr ""
545
+
546
+ #: modules/site/analytics.php:291
547
+ msgid "Enter any additional Google Analytics code"
548
+ msgstr ""
549
+
550
+ #: modules/site/piwik.php:218
551
+ msgid "Enter each host on a separate line"
552
+ msgstr ""
553
+
554
+ #: modules/site/mint.php:124
555
+ msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
556
+ msgstr ""
557
+
558
+ #: modules/site/analytics.php:270
559
+ msgid "Enter the URL you want outbound links tracked to"
560
+ msgstr ""
561
+
562
+ #: modules/site/analytics.php:240
563
+ msgid "Enter the full Google JavaScript tracking code, or just the "
564
+ "<code>_uacct</code> number."
565
+ msgstr ""
566
+
567
+ #: modules/site/hittail.php:114
568
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
569
+ msgstr ""
570
+
571
+ #: modules/site/103bees.php:114
572
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees "
573
+ "account page."
574
+ msgstr ""
575
+
576
+ #: modules/site/crazyegg.php:120
577
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions"
578
+ "\">CrazyEgg code</a>"
579
+ msgstr ""
580
+
581
+ #: modules/site/apture.php:114
582
+ msgid "Enter your site token."
583
+ msgstr ""
584
+
585
+ #: modules/site/103bees.php:121 modules/site/analytics.php:256
586
+ #: modules/site/apture.php:121 modules/site/awstats.php:124
587
+ #: modules/site/crazyegg.php:127 modules/site/hittail.php:121
588
+ #: modules/site/mint.php:131 modules/site/piwik.php:225
589
+ #: modules/site/statcounter.php:158
590
+ msgid "Everyone"
591
+ msgstr ""
592
+
593
+ #: modules/page/page-links.php:171
594
+ msgid "Exclude from list"
595
+ msgstr ""
596
+
597
+ #: modules/site/feedburner-stats.php:30
598
+ msgid "Feedburner Stats Pro"
599
+ msgstr ""
600
+
601
+ #: modules/page/custom.php:85
602
+ msgid "Fields"
603
+ msgstr ""
604
+
605
+ #: view/admin/mass_edit.php:29
606
+ msgid "Filter"
607
+ msgstr ""
608
+
609
+ #: modules/site/first-time-visitor.php:34
610
+ msgid "First Time Visitor"
611
+ msgstr ""
612
+
613
+ #: modules/page/follow-links.php:121
614
+ msgid "Follow"
615
+ msgstr ""
616
+
617
+ #: modules/page/follow-links.php:109
618
+ msgid "Follow Links"
619
+ msgstr ""
620
+
621
+ #: modules/page/tags.php:171
622
+ msgid "Force tags in pages"
623
+ msgstr ""
624
+
625
+ #: modules/page/tags.php:161
626
+ msgid "Force tags in posts"
627
+ msgstr ""
628
+
629
+ #: modules/page/page_title.php:139
630
+ msgid "Force title rewrite"
631
+ msgstr ""
632
+
633
+ #: modules/site/frame-breaker.php:32
634
+ msgid "Frame Breaker"
635
+ msgstr ""
636
+
637
+ #: models/headspace.php:96
638
+ msgid "Front Page"
639
+ msgstr ""
640
+
641
+ #: models/headspace.php:94
642
+ msgid "Global Settings"
643
+ msgstr ""
644
+
645
+ #: modules/site/analytics.php:39
646
+ msgid "Google Analytics"
647
+ msgstr ""
648
+
649
+ #: modules/site/google-ad-wrap.php:28
650
+ msgid "Google Section Targeting"
651
+ msgstr ""
652
+
653
+ #: modules/site/google_webmaster.php:30
654
+ msgid "Google Webmaster"
655
+ msgstr ""
656
+
657
+ #: modules/page/page-links.php:221
658
+ msgid "HTML added to end of list"
659
+ msgstr ""
660
+
661
+ #: modules/page/page-links.php:214
662
+ msgid "HTML added to start of list"
663
+ msgstr ""
664
+
665
+ #: modules/import/head_meta_description.php:28
666
+ msgid "Head META Description"
667
+ msgstr ""
668
+
669
+ #: headspace.php:99 headspace.php:151 headspace.php:483 headspace.php:484
670
+ #: view/admin/edit_quick.php:1 view/admin/edit_quick.php:2
671
+ msgid "HeadSpace"
672
+ msgstr ""
673
+
674
+ #: headspace.php:574
675
+ msgid "HeadSpace Bug Tracker"
676
+ msgstr ""
677
+
678
+ #: headspace.php:572
679
+ msgid "HeadSpace Documentation"
680
+ msgstr ""
681
+
682
+ #: headspace.php:575
683
+ msgid "HeadSpace FAQ"
684
+ msgstr ""
685
+
686
+ #: headspace.php:571
687
+ msgid "HeadSpace Help"
688
+ msgstr ""
689
+
690
+ #: view/admin/edit_post.php:7
691
+ msgid "HeadSpace Meta data"
692
+ msgstr ""
693
+
694
+ #: view/admin/edit_category.php:1
695
+ msgid "HeadSpace Settings"
696
+ msgstr ""
697
+
698
+ #: headspace.php:573
699
+ msgid "HeadSpace Support Forum"
700
+ msgstr ""
701
+
702
+ #: headspace.php:440
703
+ msgid "HeadSpace has been removed"
704
+ msgstr ""
705
+
706
+ #: view/admin/support.php:7
707
+ msgid "HeadSpace has required a great deal of time and effort to develop. "
708
+ "If it's been useful to you then you can support this development by "
709
+ "<strong>making a small donation of $12</strong>. This will act as "
710
+ "an incentive for me to carry on developing it, providing countless "
711
+ "hours of support, and including any enhancements that are suggested."
712
+ msgstr ""
713
+
714
+ #: modules/import/headspace_tags.php:28
715
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
716
+ msgstr ""
717
+
718
+ #: view/admin/support.php:5
719
+ msgid "HeadSpace | Support"
720
+ msgstr ""
721
+
722
+ #: view/admin/version.php:2
723
+ msgid "HeadSpace2 News"
724
+ msgstr ""
725
+
726
+ #: modules/site/hittail.php:31
727
+ msgid "HitTail"
728
+ msgstr ""
729
+
730
+ #: models/headspace.php:95
731
+ msgid "Home Page"
732
+ msgstr ""
733
+
734
+ #: modules/site/piwik.php:215
735
+ msgid "Host aliases"
736
+ msgstr ""
737
+
738
+ #: modules/page/page-links.php:207
739
+ msgid "How a link is displayed. Use %link% for the link itself"
740
+ msgstr ""
741
+
742
+ #: view/admin/options.php:35
743
+ msgid "I'm a nice person and I have helped support the author of this plugin"
744
+ msgstr ""
745
+
746
+ #: modules/site/piwik.php:183
747
+ msgid "If you are monitoring multiple sites this allows you to identify each"
748
+ msgstr ""
749
+
750
+ #: modules/site/first-time-visitor.php:143
751
+ msgid "Ignore Bots"
752
+ msgstr ""
753
+
754
+ #: view/admin/import.php:21 view/admin/submenu.php:7
755
+ msgid "Import"
756
+ msgstr ""
757
+
758
+ #: view/admin/import.php:22
759
+ msgid "Import and remove original data"
760
+ msgstr ""
761
+
762
+ #: modules/page/tags.php:191
763
+ msgid "In case of low memory issues"
764
+ msgstr ""
765
+
766
+ #: modules/site/analytics.php:298
767
+ msgid "Include Google Analytics on the WordPress login page"
768
+ msgstr ""
769
+
770
+ #: modules/site/analytics.php:295
771
+ msgid "Include on login page"
772
+ msgstr ""
773
+
774
+ #: view/admin/options.php:20
775
+ msgid "Inherit from global settings"
776
+ msgstr ""
777
+
778
+ #: view/admin/options.php:16
779
+ msgid "Inherit settings"
780
+ msgstr ""
781
+
782
+ #: modules/page/javascript.php:45 modules/page/javascript.php:60
783
+ msgid "JavaScript"
784
+ msgstr ""
785
+
786
+ #: modules/import/jerome.php:28
787
+ msgid "Jerome's Keywords"
788
+ msgstr ""
789
+
790
+ #: modules/page/keywords.php:62 modules/page/keywords.php:107
791
+ msgid "Keywords"
792
+ msgstr ""
793
+
794
+ #: modules/page/keywords.php:84
795
+ msgid "Keywords will be trimmed to this length"
796
+ msgstr ""
797
+
798
+ #: modules/page/page_title.php:126
799
+ msgid "Leave blank to use theme default"
800
+ msgstr ""
801
+
802
+ #: modules/site/widgets.php:79
803
+ msgid "Links"
804
+ msgstr ""
805
+
806
+ #: models/headspace.php:122
807
+ msgid "Login Pages"
808
+ msgstr ""
809
+
810
+ #: modules/site/wp_formatting.php:108
811
+ msgid "Makes links clickable in comments"
812
+ msgstr ""
813
+
814
+ #: modules/page/description.php:67 modules/page/keywords.php:81
815
+ #: modules/page/page_title.php:151
816
+ msgid "Max length"
817
+ msgstr ""
818
+
819
+ #: modules/site/system-settings.php:106
820
+ msgid "Memory Limit"
821
+ msgstr ""
822
+
823
+ #: modules/site/first-time-visitor.php:124
824
+ msgid "Message to display"
825
+ msgstr ""
826
+
827
+ #: modules/site/widgets.php:84 modules/site/widgets.php:85
828
+ msgid "Meta"
829
+ msgstr ""
830
+
831
+ #: modules/page/noindex.php:83 modules/page/noindex.php:99
832
+ msgid "Meta-Robots"
833
+ msgstr ""
834
+
835
+ #: headspace.php:152 view/admin/mass_edit.php:21
836
+ msgid "Meta-data"
837
+ msgstr ""
838
+
839
+ #: modules/site/microsoft-live.php:30
840
+ msgid "Microsoft Live Verification / Bing Webmaster"
841
+ msgstr ""
842
+
843
+ #: modules/site/mint.php:33
844
+ msgid "Mint"
845
+ msgstr ""
846
+
847
+ #: modules/site/mint.php:121
848
+ msgid "Mint path"
849
+ msgstr ""
850
+
851
+ #: view/admin/page-modules.php:33
852
+ msgid "Modules are disabled and do not appear"
853
+ msgstr ""
854
+
855
+ #: view/admin/page-modules.php:16
856
+ msgid "Modules will always appear on edit screens"
857
+ msgstr ""
858
+
859
+ #: view/admin/page-modules.php:22
860
+ msgid "Modules will be hidden behind a link"
861
+ msgstr ""
862
+
863
+ #: modules/import/more_unique.php:28
864
+ msgid "More Unique"
865
+ msgstr ""
866
+
867
+ #: modules/mass/more_text.php:28 modules/mass/more_text.php:50
868
+ #: modules/page/more_text.php:81 modules/page/more_text.php:97
869
+ msgid "More text"
870
+ msgstr ""
871
+
872
+ #: modules/site/analytics.php:248
873
+ msgid "New Google Analytics (ga.js)"
874
+ msgstr ""
875
+
876
+ #: models/pager.php:381 modules/page/relative-links.php:114
877
+ msgid "Next"
878
+ msgstr ""
879
+
880
+ #: modules/page/follow-links.php:38
881
+ msgid "Next/Prev Posts Link"
882
+ msgstr ""
883
+
884
+ #: modules/page/tags.php:164 modules/page/tags.php:174
885
+ msgid "No"
886
+ msgstr ""
887
+
888
+ #: modules/site/system-settings.php:89
889
+ msgid "No timeout limit"
890
+ msgstr ""
891
+
892
+ #: modules/page/noindex.php:38
893
+ msgid "No-ODP"
894
+ msgstr ""
895
+
896
+ #: modules/page/noindex.php:39
897
+ msgid "No-Yahoo Dir"
898
+ msgstr ""
899
+
900
+ #: modules/page/noindex.php:37
901
+ msgid "No-archive"
902
+ msgstr ""
903
+
904
+ #: modules/page/follow-links.php:122 modules/page/noindex.php:36
905
+ msgid "No-follow"
906
+ msgstr ""
907
+
908
+ #: modules/page/noindex.php:35
909
+ msgid "No-index"
910
+ msgstr ""
911
+
912
+ #: modules/page/page-links.php:172
913
+ msgid "Nofollow"
914
+ msgstr ""
915
+
916
+ #: modules/page/page-links.php:173
917
+ msgid "Open in new window"
918
+ msgstr ""
919
+
920
+ #: view/admin/submenu.php:6
921
+ msgid "Options"
922
+ msgstr ""
923
+
924
+ #: modules/site/system-settings.php:126
925
+ msgid "PHP Error Reporting"
926
+ msgstr ""
927
+
928
+ #: modules/site/system-settings.php:116
929
+ msgid "PHP Script Timeout"
930
+ msgstr ""
931
+
932
+ #: modules/site/page_counts.php:33
933
+ msgid "Page Counts"
934
+ msgstr ""
935
+
936
+ #: modules/page/page-links.php:169
937
+ msgid "Page Link Options"
938
+ msgstr ""
939
+
940
+ #: modules/page/page-links.php:159
941
+ msgid "Page Link Text"
942
+ msgstr ""
943
+
944
+ #: modules/page/page-links.php:164
945
+ msgid "Page Link Title"
946
+ msgstr ""
947
+
948
+ #: modules/page/follow-links.php:34 modules/page/page-links.php:146
949
+ msgid "Page Links"
950
+ msgstr ""
951
+
952
+ #: view/admin/submenu.php:4
953
+ msgid "Page Modules"
954
+ msgstr ""
955
+
956
+ #: view/admin/submenu.php:3
957
+ msgid "Page Settings"
958
+ msgstr ""
959
+
960
+ #: modules/page/page_title.php:176
961
+ msgid "Page Title"
962
+ msgstr ""
963
+
964
+ #: modules/mass/description.php:28 modules/mass/description.php:50
965
+ #: modules/page/description.php:55
966
+ msgid "Page description"
967
+ msgstr ""
968
+
969
+ #: view/admin/page-modules.php:11
970
+ msgid "Page modules apply to individual pages. Drag-and-drop modules into "
971
+ "the appropriate area. Modules can be re-ordered to change their "
972
+ "position on the edit screen."
973
+ msgstr ""
974
+
975
+ #: modules/mass/page_slug.php:28
976
+ msgid "Page slug"
977
+ msgstr ""
978
+
979
+ #: modules/mass/page_title.php:28 modules/mass/page_title.php:50
980
+ #: modules/page/page_title.php:106
981
+ msgid "Page title"
982
+ msgstr ""
983
+
984
+ #: modules/page/plugin.php:89
985
+ msgid "Page-specific Plugins"
986
+ msgstr ""
987
+
988
+ #: modules/page/theme.php:64
989
+ msgid "Page-specific Theme"
990
+ msgstr ""
991
+
992
+ #: models/headspace.php:116 modules/site/widgets.php:61
993
+ #: modules/site/widgets.php:62
994
+ msgid "Pages"
995
+ msgstr ""
996
+
997
+ #: modules/page/relative-links.php:129
998
+ msgid "Parent"
999
+ msgstr ""
1000
+
1001
+ #: modules/site/statcounter.php:142
1002
+ msgid "Partition ID"
1003
+ msgstr ""
1004
+
1005
+ #: modules/page/more_text.php:124
1006
+ msgid "Pattern"
1007
+ msgstr ""
1008
+
1009
+ #: modules/site/piwik.php:37
1010
+ msgid "Piwik"
1011
+ msgstr ""
1012
+
1013
+ #: modules/site/piwik.php:194
1014
+ msgid "Piwik JavaScript"
1015
+ msgstr ""
1016
+
1017
+ #: modules/site/piwik.php:187
1018
+ msgid "Piwik PHP"
1019
+ msgstr ""
1020
+
1021
+ #: modules/site/piwik.php:180
1022
+ msgid "Piwik Site ID"
1023
+ msgstr ""
1024
+
1025
+ #: headspace.php:576
1026
+ msgid "Please read the documentation and FAQ, and check the bug tracker, "
1027
+ "before asking a question."
1028
+ msgstr ""
1029
+
1030
+ #: view/admin/options.php:32
1031
+ msgid "Plugin Support"
1032
+ msgstr ""
1033
+
1034
+ #: modules/page/plugin.php:134
1035
+ msgid "Plugins"
1036
+ msgstr ""
1037
+
1038
+ #: modules/mass/page_slug.php:50
1039
+ msgid "Post slug"
1040
+ msgstr ""
1041
+
1042
+ #: modules/mass/description.php:49 modules/mass/more_text.php:49
1043
+ #: modules/mass/page_slug.php:49 modules/mass/page_title.php:49
1044
+ #: modules/mass/site_description.php:49 modules/mass/site_name.php:49
1045
+ #: modules/mass/tags.php:49
1046
+ msgid "Post title"
1047
+ msgstr ""
1048
+
1049
+ #: models/headspace.php:115
1050
+ msgid "Posts"
1051
+ msgstr ""
1052
+
1053
+ #: headspace.php:395
1054
+ msgid "Posts successfully updated"
1055
+ msgstr ""
1056
+
1057
+ #: models/pager.php:380 modules/page/relative-links.php:109
1058
+ msgid "Previous"
1059
+ msgstr ""
1060
+
1061
+ #: view/admin/options.php:24
1062
+ msgid "Process excerpt with plugins"
1063
+ msgstr ""
1064
+
1065
+ #: modules/site/statcounter.php:136
1066
+ msgid "Project ID"
1067
+ msgstr ""
1068
+
1069
+ #: modules/page/rss_tagline.php:69
1070
+ msgid "RSS Desc."
1071
+ msgstr ""
1072
+
1073
+ #: modules/page/rss_tagline.php:53
1074
+ msgid "RSS Description"
1075
+ msgstr ""
1076
+
1077
+ #: modules/page/rss_name.php:53 modules/page/rss_name.php:69
1078
+ msgid "RSS Name"
1079
+ msgstr ""
1080
+
1081
+ #: modules/site/analytics.php:288
1082
+ msgid "Raw Code"
1083
+ msgstr ""
1084
+
1085
+ #: modules/page/raw.php:40 modules/page/raw.php:50
1086
+ msgid "Raw data"
1087
+ msgstr ""
1088
+
1089
+ #: modules/page/raw-footer.php:44 modules/page/raw-footer.php:54
1090
+ msgid "Raw footer data"
1091
+ msgstr ""
1092
+
1093
+ #: modules/site/widgets.php:95 modules/site/widgets.php:96
1094
+ msgid "Recent Posts"
1095
+ msgstr ""
1096
+
1097
+ #: modules/page/relative-links.php:96 modules/page/relative-links.php:106
1098
+ msgid "Relative Links"
1099
+ msgstr ""
1100
+
1101
+ #: view/admin/options.php:57
1102
+ msgid "Remove HeadSpace"
1103
+ msgstr ""
1104
+
1105
+ #: modules/site/first-time-visitor.php:130
1106
+ msgid "Repeat"
1107
+ msgstr ""
1108
+
1109
+ #: modules/page/more_text.php:131
1110
+ msgid "Replace"
1111
+ msgstr ""
1112
+
1113
+ #: view/admin/help.php:17
1114
+ msgid "Replaced with the category description"
1115
+ msgstr ""
1116
+
1117
+ #: view/admin/help.php:27
1118
+ msgid "Replaced with the current date"
1119
+ msgstr ""
1120
+
1121
+ #: view/admin/help.php:28
1122
+ msgid "Replaced with the current month"
1123
+ msgstr ""
1124
+
1125
+ #: view/admin/help.php:32
1126
+ msgid "Replaced with the current page number"
1127
+ msgstr ""
1128
+
1129
+ #: view/admin/help.php:30
1130
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
1131
+ msgstr ""
1132
+
1133
+ #: view/admin/help.php:31
1134
+ msgid "Replaced with the current page total"
1135
+ msgstr ""
1136
+
1137
+ #: view/admin/help.php:25
1138
+ msgid "Replaced with the current search phrase"
1139
+ msgstr ""
1140
+
1141
+ #: view/admin/help.php:15
1142
+ msgid "Replaced with the current tag/tags"
1143
+ msgstr ""
1144
+
1145
+ #: view/admin/help.php:26
1146
+ msgid "Replaced with the current time"
1147
+ msgstr ""
1148
+
1149
+ #: view/admin/help.php:29
1150
+ msgid "Replaced with the current year"
1151
+ msgstr ""
1152
+
1153
+ #: view/admin/help.php:10
1154
+ msgid "Replaced with the date of the post/page"
1155
+ msgstr ""
1156
+
1157
+ #: view/admin/help.php:16
1158
+ msgid "Replaced with the post categories (comma separated)"
1159
+ msgstr ""
1160
+
1161
+ #: view/admin/help.php:22
1162
+ msgid "Replaced with the post/page ID"
1163
+ msgstr ""
1164
+
1165
+ #: view/admin/help.php:23
1166
+ msgid "Replaced with the post/page author's 'nicename'"
1167
+ msgstr ""
1168
+
1169
+ #: view/admin/help.php:24
1170
+ msgid "Replaced with the post/page author's userid"
1171
+ msgstr ""
1172
+
1173
+ #: view/admin/help.php:13
1174
+ msgid "Replaced with the post/page excerpt (or auto-generated if it does "
1175
+ "not exist)"
1176
+ msgstr ""
1177
+
1178
+ #: view/admin/help.php:14
1179
+ msgid "Replaced with the post/page excerpt (without auto-generation)"
1180
+ msgstr ""
1181
+
1182
+ #: view/admin/help.php:21
1183
+ msgid "Replaced with the post/page modified time"
1184
+ msgstr ""
1185
+
1186
+ #: view/admin/help.php:18
1187
+ msgid "Replaced with the tag description"
1188
+ msgstr ""
1189
+
1190
+ #: view/admin/help.php:19
1191
+ msgid "Replaced with the term description"
1192
+ msgstr ""
1193
+
1194
+ #: view/admin/help.php:20
1195
+ msgid "Replaced with the term name"
1196
+ msgstr ""
1197
+
1198
+ #: view/admin/help.php:11
1199
+ msgid "Replaced with the title of the post/page"
1200
+ msgstr ""
1201
+
1202
+ #: modules/import/seo-title-tags.php:28
1203
+ msgid "SEO Title Tags"
1204
+ msgstr ""
1205
+
1206
+ #: view/admin/page-module-edit.php:11 view/admin/page-settings-edit-ajax.php:5
1207
+ #: view/admin/site-module-edit.php:17
1208
+ msgid "Save"
1209
+ msgstr ""
1210
+
1211
+ #: view/admin/mass_edit.php:66
1212
+ msgid "Save all data"
1213
+ msgstr ""
1214
+
1215
+ #: modules/site/widgets.php:90 view/admin/mass_edit.php:11
1216
+ #: view/admin/mass_edit.php:13
1217
+ msgid "Search"
1218
+ msgstr ""
1219
+
1220
+ #: models/headspace.php:118
1221
+ msgid "Search Pages"
1222
+ msgstr ""
1223
+
1224
+ #: modules/site/page_counts.php:126
1225
+ msgid "Searches"
1226
+ msgstr ""
1227
+
1228
+ #: modules/site/statcounter.php:148
1229
+ msgid "Security ID"
1230
+ msgstr ""
1231
+
1232
+ #: modules/page/page_title.php:130
1233
+ msgid "Separator position"
1234
+ msgstr ""
1235
+
1236
+ #: modules/site/analytics.php:284
1237
+ msgid "Set to a root domain when tracking across sub-domains"
1238
+ msgstr ""
1239
+
1240
+ #: headspace.php:92
1241
+ msgid "Settings"
1242
+ msgstr ""
1243
+
1244
+ #: view/admin/page-settings.php:23
1245
+ msgid "Settings can be applied to specific posts &amp; pages from the "
1246
+ "<strong>post edit page</strong>, and to specific categories from the "
1247
+ "<strong>edit category</strong> page."
1248
+ msgstr ""
1249
+
1250
+ #: modules/site/system-settings.php:101
1251
+ msgid "Show all errors &amp; warnings"
1252
+ msgstr ""
1253
+
1254
+ #: modules/page/plugin.php:107
1255
+ msgid "Show in admin"
1256
+ msgstr ""
1257
+
1258
+ #: modules/site/system-settings.php:102
1259
+ msgid "Show no errors or warnings"
1260
+ msgstr ""
1261
+
1262
+ #: modules/site/system-settings.php:100
1263
+ msgid "Show only errors"
1264
+ msgstr ""
1265
+
1266
+ #: modules/page/tags.php:181
1267
+ msgid "Show pages"
1268
+ msgstr ""
1269
+
1270
+ #: modules/page/tags.php:184
1271
+ msgid "Show pages in tag archives"
1272
+ msgstr ""
1273
+
1274
+ #: modules/page/plugin.php:110
1275
+ msgid "Shows page-specific plugins in the administration menus"
1276
+ msgstr ""
1277
+
1278
+ #: view/admin/page-modules.php:15
1279
+ msgid "Simple"
1280
+ msgstr ""
1281
+
1282
+ #: modules/import/simple-tagging.php:28
1283
+ msgid "Simple Tagging"
1284
+ msgstr ""
1285
+
1286
+ #: modules/import/simple-tags.php:28
1287
+ msgid "Simple Tags (old version)"
1288
+ msgstr ""
1289
+
1290
+ #: view/admin/submenu.php:5
1291
+ msgid "Site Modules"
1292
+ msgstr ""
1293
+
1294
+ #: modules/page/site_tagline.php:52 modules/page/site_tagline.php:68
1295
+ msgid "Site Tagline"
1296
+ msgstr ""
1297
+
1298
+ #: modules/mass/site_description.php:28 modules/mass/site_description.php:50
1299
+ msgid "Site description"
1300
+ msgstr ""
1301
+
1302
+ #: view/admin/site-modules.php:10
1303
+ msgid "Site modules apply to your site as a whole. Only checked modules "
1304
+ "will run (when properly configured)."
1305
+ msgstr ""
1306
+
1307
+ #: modules/mass/site_name.php:28 modules/mass/site_name.php:50
1308
+ #: modules/page/site_name.php:54 modules/page/site_name.php:70
1309
+ msgid "Site name"
1310
+ msgstr ""
1311
+
1312
+ #: modules/site/apture.php:111
1313
+ msgid "Site token"
1314
+ msgstr ""
1315
+
1316
+ #: view/admin/help.php:3
1317
+ msgid "Special Tags"
1318
+ msgstr ""
1319
+
1320
+ #: modules/page/relative-links.php:119
1321
+ msgid "Start"
1322
+ msgstr ""
1323
+
1324
+ #: modules/site/statcounter.php:35
1325
+ msgid "StatCounter"
1326
+ msgstr ""
1327
+
1328
+ #: modules/site/frame-breaker.php:37
1329
+ msgid "Stops your site being loaded in a frame."
1330
+ msgstr ""
1331
+
1332
+ #: modules/page/stylesheet.php:54 modules/page/stylesheet.php:69
1333
+ msgid "Stylesheets"
1334
+ msgstr ""
1335
+
1336
+ #: modules/page/tags.php:309
1337
+ msgid "Suggest tags based on content"
1338
+ msgstr ""
1339
+
1340
+ #: modules/page/tags.php:280
1341
+ msgid "Suggested tags"
1342
+ msgstr ""
1343
+
1344
+ #: modules/site/system-settings.php:32
1345
+ msgid "System Settings"
1346
+ msgstr ""
1347
+
1348
+ #: modules/site/system-settings.php:84 modules/site/system-settings.php:94
1349
+ #: modules/site/system-settings.php:99
1350
+ msgid "System default"
1351
+ msgstr ""
1352
+
1353
+ #: modules/site/widgets.php:101 modules/site/widgets.php:102
1354
+ msgid "Tag Cloud"
1355
+ msgstr ""
1356
+
1357
+ #: modules/page/follow-links.php:35
1358
+ msgid "Tag Links"
1359
+ msgstr ""
1360
+
1361
+ #: models/headspace.php:120
1362
+ msgid "Tag Pages"
1363
+ msgstr ""
1364
+
1365
+ #: headspace.php:485 modules/mass/tags.php:28 modules/page/tags.php:149
1366
+ #: modules/page/tags.php:232
1367
+ msgid "Tags"
1368
+ msgstr ""
1369
+
1370
+ #: modules/mass/tags.php:50
1371
+ msgid "Tags/keywords"
1372
+ msgstr ""
1373
+
1374
+ #: models/headspace.php:97
1375
+ msgid "Taxonomy Archives"
1376
+ msgstr ""
1377
+
1378
+ #: models/headspace.php:108
1379
+ msgid "Taxonomy Archives - "
1380
+ msgstr ""
1381
+
1382
+ #: headspace.php:331
1383
+ msgid "The HeadSpace administration interface is now WordPress 2.3+ only. "
1384
+ "Your meta-data will continue to function but you should either "
1385
+ "upgrade your WordPress or downgrade HeadSpace."
1386
+ msgstr ""
1387
+
1388
+ #: modules/site/piwik.php:197
1389
+ msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik."
1390
+ "js</code>)"
1391
+ msgstr ""
1392
+
1393
+ #: modules/site/piwik.php:190
1394
+ msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</"
1395
+ "code>)"
1396
+ msgstr ""
1397
+
1398
+ #: view/admin/help.php:12
1399
+ msgid "The site's name"
1400
+ msgstr ""
1401
+
1402
+ #: view/admin/support.php:30
1403
+ msgid "The support message can be disabled at any time from the options page"
1404
+ msgstr ""
1405
+
1406
+ #: modules/page/theme.php:81
1407
+ msgid "Theme"
1408
+ msgstr ""
1409
+
1410
+ #: view/admin/help.php:4
1411
+ msgid "These tags can be included and will be replaced by HeadSpace when a "
1412
+ "page is displayed."
1413
+ msgstr ""
1414
+
1415
+ #: modules/site/feedburner-stats.php:70
1416
+ msgid "This is your FeedBurner username"
1417
+ msgstr ""
1418
+
1419
+ #: view/admin/options.php:59
1420
+ msgid "This option will remove HeadSpace and delete all settings, tags, and "
1421
+ "meta-data - be sure this is what you want!"
1422
+ msgstr ""
1423
+
1424
+ #: view/admin/import.php:10
1425
+ msgid "This page will allow you to import meta-data from other WordPress "
1426
+ "plugins. The other plugins do not need to be active for the import "
1427
+ "to work."
1428
+ msgstr ""
1429
+
1430
+ #: modules/page/page_title.php:146
1431
+ msgid "This will cache your page and brute-force change the title. While "
1432
+ "this is convienent because you don't need to change your theme it "
1433
+ "does lead to increased memory usage and a reduction in performance."
1434
+ msgstr ""
1435
+
1436
+ #: modules/page/page_title.php:123
1437
+ msgid "Title separator"
1438
+ msgstr ""
1439
+
1440
+ #: modules/site/piwik.php:201
1441
+ msgid "Track downloads"
1442
+ msgstr ""
1443
+
1444
+ #: modules/site/analytics.php:267
1445
+ msgid "Track outbound links"
1446
+ msgstr ""
1447
+
1448
+ #: modules/site/piwik.php:208
1449
+ msgid "Tracker pause"
1450
+ msgstr ""
1451
+
1452
+ #: modules/site/103bees.php:111 modules/site/google_webmaster.php:67
1453
+ #: modules/site/hittail.php:111 modules/site/yahoo-site-explorer.php:67
1454
+ msgid "Tracking code"
1455
+ msgstr ""
1456
+
1457
+ #: modules/import/utw.php:28
1458
+ msgid "Ultimate Tag Warrior"
1459
+ msgstr ""
1460
+
1461
+ #: view/admin/options.php:49
1462
+ msgid "Update Options &raquo;"
1463
+ msgstr ""
1464
+
1465
+ #: modules/site/analytics.php:247
1466
+ msgid "Urchin (urchin.js)"
1467
+ msgstr ""
1468
+
1469
+ #: modules/site/wp_formatting.php:94
1470
+ msgid "Use <code>wpautop</code> to format paragraphs"
1471
+ msgstr ""
1472
+
1473
+ #: modules/site/wp_formatting.php:101
1474
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1475
+ msgstr ""
1476
+
1477
+ #: modules/page/keywords.php:74
1478
+ msgid "Use tags"
1479
+ msgstr ""
1480
+
1481
+ #: modules/site/103bees.php:127 modules/site/analytics.php:263
1482
+ #: modules/site/apture.php:128 modules/site/awstats.php:131
1483
+ #: modules/site/crazyegg.php:134 modules/site/hittail.php:128
1484
+ #: modules/site/mint.php:138 modules/site/piwik.php:232
1485
+ #: modules/site/statcounter.php:165
1486
+ msgid "Users of the specified role or less will be tracked"
1487
+ msgstr ""
1488
+
1489
+ #: modules/site/microsoft-live.php:67
1490
+ msgid "Verification code"
1491
+ msgstr ""
1492
+
1493
+ #: modules/site/analytics.php:244
1494
+ msgid "Version"
1495
+ msgstr ""
1496
+
1497
+ #: modules/site/analytics.php:274
1498
+ msgid "Virtual Pages"
1499
+ msgstr ""
1500
+
1501
+ #: modules/site/103bees.php:118 modules/site/analytics.php:253
1502
+ #: modules/site/apture.php:118 modules/site/awstats.php:121
1503
+ #: modules/site/crazyegg.php:124 modules/site/hittail.php:118
1504
+ #: modules/site/mint.php:128 modules/site/piwik.php:222
1505
+ #: modules/site/statcounter.php:155
1506
+ msgid "Who to track"
1507
+ msgstr ""
1508
+
1509
+ #: view/admin/options.php:28
1510
+ msgid "Will allow plugins to modify generated excerpts"
1511
+ msgstr ""
1512
+
1513
+ #: modules/site/wp_formatting.php:32
1514
+ msgid "WordPress content formatting"
1515
+ msgstr ""
1516
+
1517
+ #: modules/site/google-ad-wrap.php:33
1518
+ msgid "Wraps all post and page content inside a Google targeted section"
1519
+ msgstr ""
1520
+
1521
+ #: modules/page/tags.php:290
1522
+ msgid "Yahoo"
1523
+ msgstr ""
1524
+
1525
+ #: modules/page/tags.php:314
1526
+ msgid "Yahoo Suggest"
1527
+ msgstr ""
1528
+
1529
+ #: modules/page/tags.php:195
1530
+ msgid "Yahoo ZoneTag"
1531
+ msgstr ""
1532
+
1533
+ #: modules/site/yahoo-site-explorer.php:30
1534
+ msgid "Yahoo! Site Explorer"
1535
+ msgstr ""
1536
+
1537
+ #: modules/page/tags.php:165 modules/page/tags.php:175
1538
+ msgid "Yes"
1539
+ msgstr ""
1540
+
1541
+ #: headspace.php:434
1542
+ msgid "Your options have been updated"
1543
+ msgstr ""
1544
+
1545
+ #: modules/page/tags.php:167 modules/page/tags.php:177
1546
+ msgid "Your theme may overrule this setting"
1547
+ msgstr ""
1548
+
1549
+ #: modules/page/tags.php:282
1550
+ msgid "add all"
1551
+ msgstr ""
1552
+
1553
+ #: view/admin/page-settings-edit.php:19
1554
+ msgid "advanced"
1555
+ msgstr ""
1556
+
1557
+ #: models/headspace.php:117
1558
+ msgid "applied to author pages"
1559
+ msgstr ""
1560
+
1561
+ #: models/headspace.php:114
1562
+ msgid "applied to category pages without specific settings"
1563
+ msgstr ""
1564
+
1565
+ #: models/headspace.php:94
1566
+ msgid "applied to everything unless otherwise specified"
1567
+ msgstr ""
1568
+
1569
+ #: models/headspace.php:96
1570
+ msgid "applied to front page (if you have set WordPress to use a static "
1571
+ "page)"
1572
+ msgstr ""
1573
+
1574
+ #: models/headspace.php:116
1575
+ msgid "applied to pages without specific settings"
1576
+ msgstr ""
1577
+
1578
+ #: models/headspace.php:115
1579
+ msgid "applied to posts without specific settings"
1580
+ msgstr ""
1581
+
1582
+ #: models/headspace.php:95
1583
+ msgid "applied to the home page (or blog page)"
1584
+ msgstr ""
1585
+
1586
+ #: models/headspace.php:119
1587
+ msgid "applied when viewing a 404 error"
1588
+ msgstr ""
1589
+
1590
+ #: models/headspace.php:97
1591
+ msgid "applied when viewing a taxonomy archive"
1592
+ msgstr ""
1593
+
1594
+ #: models/headspace.php:108
1595
+ msgid "applied when viewing a taxonomy archive for the "
1596
+ msgstr ""
1597
+
1598
+ #: models/headspace.php:121
1599
+ msgid "applied when viewing an attachment"
1600
+ msgstr ""
1601
+
1602
+ #: models/headspace.php:122
1603
+ msgid "applied when viewing login, logout, or registration pages"
1604
+ msgstr ""
1605
+
1606
+ #: models/headspace.php:118
1607
+ msgid "applied when viewing search results"
1608
+ msgstr ""
1609
+
1610
+ #: models/headspace.php:120
1611
+ msgid "applied when viewing tag pages"
1612
+ msgstr ""
1613
+
1614
+ #: models/headspace.php:113
1615
+ msgid "applied when viewing the archives"
1616
+ msgstr ""
1617
+
1618
+ #: modules/site/widgets.php:148
1619
+ msgid "archives"
1620
+ msgstr ""
1621
+
1622
+ #: modules/site/widgets.php:147
1623
+ msgid "calendar"
1624
+ msgstr ""
1625
+
1626
+ #: modules/site/widgets.php:141
1627
+ msgid "categories"
1628
+ msgstr ""
1629
+
1630
+ #: modules/site/page_counts.php:119 modules/site/page_counts.php:131
1631
+ msgid "content"
1632
+ msgstr ""
1633
+
1634
+ #: modules/site/page_counts.php:118 modules/site/page_counts.php:130
1635
+ msgid "default"
1636
+ msgstr ""
1637
+
1638
+ #: modules/page/tags.php:198
1639
+ msgid "enable"
1640
+ msgstr ""
1641
+
1642
+ #: modules/site/page_counts.php:120 modules/site/page_counts.php:132
1643
+ msgid "excerpt"
1644
+ msgstr ""
1645
+
1646
+ #: modules/site/widgets.php:149
1647
+ msgid "links"
1648
+ msgstr ""
1649
+
1650
+ #: modules/import/lud.icro.us.php:28
1651
+ msgid "lud.icro.us HeadMeta"
1652
+ msgstr ""
1653
+
1654
+ #: modules/site/widgets.php:150
1655
+ msgid "meta"
1656
+ msgstr ""
1657
+
1658
+ #: models/inline_tags.php:348
1659
+ #, php-format
1660
+ msgid "page %d of %d"
1661
+ msgstr ""
1662
+
1663
+ #: modules/site/widgets.php:145
1664
+ msgid "pages"
1665
+ msgstr ""
1666
+
1667
+ #: modules/site/page_counts.php:116 modules/site/page_counts.php:128
1668
+ msgid "posts, showing the"
1669
+ msgstr ""
1670
+
1671
+ #: modules/site/widgets.php:144
1672
+ msgid "recent comments"
1673
+ msgstr ""
1674
+
1675
+ #: modules/site/widgets.php:151
1676
+ msgid "recent entries"
1677
+ msgstr ""
1678
+
1679
+ #: modules/page/description.php:97 modules/page/keywords.php:116
1680
+ #: modules/page/page_title.php:185
1681
+ msgid "remaining"
1682
+ msgstr ""
1683
+
1684
+ #: modules/site/piwik.php:204
1685
+ msgid "reset to default"
1686
+ msgstr ""
1687
+
1688
+ #: modules/site/widgets.php:143
1689
+ msgid "rss"
1690
+ msgstr ""
1691
+
1692
+ #: modules/site/widgets.php:146
1693
+ msgid "search"
1694
+ msgstr ""
1695
+
1696
+ #: modules/site/page_counts.php:134
1697
+ msgid "set number of posts to 0 for theme default"
1698
+ msgstr ""
1699
+
1700
+ #: modules/page/tags.php:285
1701
+ msgid "suggest"
1702
+ msgstr ""
1703
+
1704
+ #: modules/site/widgets.php:152
1705
+ msgid "tag cloud"
1706
+ msgstr ""
1707
+
1708
+ #: modules/site/widgets.php:142
1709
+ msgid "text"
1710
+ msgstr ""
models/headspace.php CHANGED
@@ -137,7 +137,7 @@ class HeadSpace2 extends HeadSpace_Plugin
137
  foreach ($modules AS $pos => $module)
138
  $save = array_merge ($save, $modules[$pos]->save ($data, $area));
139
  }
140
-
141
  return $save;
142
  }
143
 
@@ -271,24 +271,51 @@ class HeadSpace2 extends HeadSpace_Plugin
271
  return $meta;
272
  }
273
 
274
- function save_post_settings( $postid, $settings ) {
275
  global $wpdb;
276
 
277
  // Try to find existing headspace meta for this post
278
- $existing = get_metadata( 'post', $postid );
 
279
 
280
  // Save each variable
281
- foreach ( $settings AS $var => $values ) {
282
  $field = '_headspace_'.$var;
283
 
284
- if ( !is_array( $values ) )
285
- $values = array( $values );
 
 
 
 
 
 
286
 
287
- if ( isset( $existing[$field] ) )
288
- delete_metadata( 'post', $postid, $field );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
 
290
- foreach ( $values AS $value ) {
291
- add_metadata( 'post', $postid, $field, $value );
 
 
 
 
 
 
292
  }
293
  }
294
  }
137
  foreach ($modules AS $pos => $module)
138
  $save = array_merge ($save, $modules[$pos]->save ($data, $area));
139
  }
140
+
141
  return $save;
142
  }
143
 
271
  return $meta;
272
  }
273
 
274
+ function save_post_settings($postid, $settings) {
275
  global $wpdb;
276
 
277
  // Try to find existing headspace meta for this post
278
+ $existing = has_meta ($postid);
279
+ $ids = array ();
280
 
281
  // Save each variable
282
+ foreach ($settings AS $var => $values) {
283
  $field = '_headspace_'.$var;
284
 
285
+ // Does this field already exist?
286
+ $ids = array ();
287
+ if (is_array ($existing) && count ($existing) > 0) {
288
+ foreach ($existing AS $item) {
289
+ if ($item['meta_key'] == $field)
290
+ $ids[] = $item['meta_id'];
291
+ }
292
+ }
293
 
294
+ if (!is_array ($values))
295
+ $values = array ($values);
296
+
297
+ // Delete any extra
298
+ if (count ($values) < count ($ids)) {
299
+ $count = 0;
300
+ foreach ($ids AS $pos => $id) {
301
+ $count++;
302
+ if ($count > (count ($ids) - count ($values)))
303
+ $rest[] = $id;
304
+ else
305
+ delete_meta ($id);
306
+ }
307
+
308
+ $ids = $rest;
309
+ }
310
 
311
+ foreach ($values AS $pos => $value) {
312
+ // Update or insert
313
+ if (!isset ($ids[$pos]) && !empty ($value))
314
+ $wpdb->query ("INSERT INTO {$wpdb->postmeta} (post_id,meta_key,meta_value) VALUES ('$postid','$field','".$wpdb->escape ($value)."')");
315
+ else if (isset ($ids[$pos]) && !empty ($value))
316
+ update_meta ($ids[$pos], $field, $value);
317
+ else if (isset ($ids[$pos]) > 0)
318
+ delete_meta ($ids[$pos]);
319
  }
320
  }
321
  }
modules/page/plugin.php CHANGED
@@ -34,13 +34,12 @@ class HSM_Plugin extends HSM_Module
34
  function run () {
35
  $pages = get_option ('headspace_page_plugins');
36
 
37
- $url = '';
38
  if (isset ($_GET['page_id']))
39
  $url = '/?page_id='.intval ($_GET['page_id']);
40
- elseif ( isset( $_GET['p'] ) )
41
  $url = '/?p='.intval ($_GET['p']);
42
 
43
- if ( $url && isset ($pages[$_SERVER['REQUEST_URI']]) || isset ($pages[$url])) {
44
  if (isset ($pages[$_SERVER['REQUEST_URI']]))
45
  $this->plugins = $pages[$_SERVER['REQUEST_URI']];
46
  else
34
  function run () {
35
  $pages = get_option ('headspace_page_plugins');
36
 
 
37
  if (isset ($_GET['page_id']))
38
  $url = '/?page_id='.intval ($_GET['page_id']);
39
+ else
40
  $url = '/?p='.intval ($_GET['p']);
41
 
42
+ if (isset ($pages[$_SERVER['REQUEST_URI']]) || isset ($pages[$url])) {
43
  if (isset ($pages[$_SERVER['REQUEST_URI']]))
44
  $this->plugins = $pages[$_SERVER['REQUEST_URI']];
45
  else
modules/site/analytics.php CHANGED
@@ -151,6 +151,7 @@ urchinTracker(<?php echo $virtual ?>);
151
  <?php endif; ?>
152
 
153
  <?php if ( $this->outbound ) : ?>
 
154
  for (var i = 0; i < document.links.length; i++) {
155
  if (document.links[i].href.indexOf( '<?php bloginfo( 'home' ) ?>' ) == -1)
156
  document.links[i].onclick = function() {
@@ -159,6 +160,7 @@ urchinTracker(<?php echo $virtual ?>);
159
  _gaq.push(['_trackPageview'], '/<?php echo $this->outbound ?>/' + domain.replace (/\./g, '_' ) );
160
  }
161
  }
 
162
  <?php endif; ?>
163
 
164
  (function() {
151
  <?php endif; ?>
152
 
153
  <?php if ( $this->outbound ) : ?>
154
+ <script type="text/javascript">
155
  for (var i = 0; i < document.links.length; i++) {
156
  if (document.links[i].href.indexOf( '<?php bloginfo( 'home' ) ?>' ) == -1)
157
  document.links[i].onclick = function() {
160
  _gaq.push(['_trackPageview'], '/<?php echo $this->outbound ?>/' + domain.replace (/\./g, '_' ) );
161
  }
162
  }
163
+ </script>
164
  <?php endif; ?>
165
 
166
  (function() {
modules/site/google_webmaster.php CHANGED
@@ -29,7 +29,7 @@ class HSS_GoogleWebmaster extends HS_SiteModule {
29
  }
30
 
31
  function description() {
32
- return __( 'Adds Google Webmaster verification tag to your home page', 'headspace' );
33
  }
34
 
35
  function run() {
@@ -58,10 +58,10 @@ class HSS_GoogleWebmaster extends HS_SiteModule {
58
  function edit() {
59
  ?>
60
  <tr>
61
- <th width="150"><?php _e( 'Verification Tag', 'headspace'); ?>:</th>
62
  <td>
63
  <input size="40" name="code" type="text" value="<?php esc_attr_e( $this->code ); ?>"/><br/>
64
- <span class="sub"><?php _e( 'Enter Google Webmaster verification tag.', 'headspace' ); ?></span>
65
  </td>
66
  </tr>
67
  <?php
29
  }
30
 
31
  function description() {
32
+ return __( 'Adds Google Webmaster tracking code to your home page', 'headspace' );
33
  }
34
 
35
  function run() {
58
  function edit() {
59
  ?>
60
  <tr>
61
+ <th width="150"><?php _e( 'Tracking code', 'headspace'); ?>:</th>
62
  <td>
63
  <input size="40" name="code" type="text" value="<?php esc_attr_e( $this->code ); ?>"/><br/>
64
+ <span class="sub"><?php _e( 'Enter Google Webmaster tracking code.', 'headspace' ); ?></span>
65
  </td>
66
  </tr>
67
  <?php
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: johnny5
3
  Donate link: http://urbangiraffe.com/about/support/
4
  Tags: seo, post, page, meta-data, title, keywords, tags, tagging, google, head, meta, crazyegg, piwik, awstats, analytics, webmaster, feedburner
5
  Requires at least: 3.0
6
- Tested up to: 3.2.1
7
  Stable tag: trunk
8
 
9
  Controls almost every aspect of your site's meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!
@@ -123,79 +123,77 @@ Full documentation can be found on the [HeadSpace2](http://urbangiraffe.com/plug
123
 
124
  == Changelog ==
125
 
126
- = 3.6.35 =
127
- * WordPress 3.2 compat - meta data is now saving again
128
- * Czech translation, thanks to Jan Macek
129
- * Prevent nested script tags with Google Analytics outbound tracking (thanks Rick Overman)
 
130
 
131
- = 3.6.34 =
132
- * Fix PHP warnings
133
- * Fix category settings, remove duplicate save button
134
- * WP 3.0+ only
135
- * Async Google Analytics
136
- * Farsi translation thanks to Amir Heydari
137
- * Arabic thanks to Mouad
138
- * Update to Italian translation thanks to Gianni Diurno
139
 
140
- = 3.6.33 =
141
- * Add Estonian
142
- * Fix #772, #770, #754, #767
143
- * Fixes for WP 3.0
144
 
145
- = 3.6.32 =
146
- * Support for taxonomy pages
147
- * Fix #703
148
 
149
- = 3.6.31 =
150
- * Fix #685, #726
151
 
152
- = 3.6.30 =
153
- * Fix #626
154
 
155
- = 3.6.29 =
156
- * Fix #613
157
 
158
- = 3.6.28 =
159
- * Don't display follow on links
160
- * Add relative links module
161
- * Add page links module
162
 
163
- = 3.6.27 =
164
- * Fix missing keyword module.
165
- * More PHP notice messages
 
166
 
167
- = 3.6.26 =
168
- * Fix JS errors.
169
- * Add compat with Ozh admin menu.
170
- * Add Ukrainian
171
 
172
- = 3.6.25 =
173
- * Fix PHP notice messages
 
 
 
 
174
 
175
- = 3.6.24 =
176
- * Fix more link
177
- * Prevent Ajax caching in IE
178
 
179
- = 3.6.23 =
180
- * Ajax error message.
181
- * Fix #555.
182
- * Add #514, #572
183
 
184
- = 3.6.22 =
185
- * Fix JS error
186
- * improve CSS contrast
187
 
188
- = 3.6.21 =
189
- * Fix #512
190
- * WP 2.3/2.5/2.8 compatibility
191
- * Add #453
 
192
 
193
- = 3.6.20 =
194
- * Add Belorussian translation
195
 
196
- = 3.6.19 =
197
- * Fix #485, #480, #498
198
- * Add #487
 
 
199
 
200
  = 3.6.18 =
201
  * Fix #473
@@ -204,77 +202,72 @@ Full documentation can be found on the [HeadSpace2](http://urbangiraffe.com/plug
204
  * Separate posts and pages
205
  * Expand page numbering
206
 
207
- = 3.6.17 =
208
- * Add #450, #446
209
-
210
- = 3.6.16 =
211
- * Try to fix unauthorised access error
212
-
213
- = 3.6.15 =
214
- * Fix #433
215
-
216
- = 3.6.14 =
217
- * Update Analytics module
218
- * Explicit follow
219
- * %%excerpt_only%% tag
220
- * Follow Links module
221
-
222
- = 3.6.13 =
223
- * Fix #402, #405
224
 
225
- = 3.6.12 =
226
- * Add #401
227
- * AWstats tracking
228
- * Support for non UTF-8 encodings
229
 
230
- = 3.6.11 =
231
- * Fix module save bug introduced by 3.6.10
 
 
232
 
233
- = 3.6.10 =
234
- * Fix system module error reporting
235
- * Fix error on page editing for some users.
236
- * Fix #375, #377, #384.
237
- * Add #330.
238
- * Reduce memory usage
239
 
240
- = 3.6.9 =
241
- * Remove error introduced by 3.6.8
 
 
242
 
243
- = 3.6.8 =
244
- * Option to prevent plugins modifying excerpts
245
- * Turkish translation
246
- * Nonces
247
 
248
- = 3.6.7 =
249
- * Updated French translation
250
- * Tags on pages (again)
251
 
252
- = 3.6.6 =
253
- * WP 2.7 styling
 
 
254
 
255
- = 3.6.5 =
256
- * Fix problem with category description in 2.7
 
257
 
258
- = 3.6.4 =
259
- * Added #348, #343
 
 
260
 
261
- = 3.6.3 =
262
- * Romanian translation.
263
- * Fix #334
264
 
265
- = 3.6.2 =
266
- * Minor fixes for WP2.7.
267
- * Fix bug #324.
268
- * Add #325
269
 
270
- = 3.6.1 =
271
- * Metabox workaround
272
 
273
- = 3.6 =
274
- * WordPress 2.7 quick/bulk edit functions
275
- * Piwik bug (#306).
276
- * Check theme files.
277
- * Fix auto description
278
 
 
 
 
 
279
 
 
 
 
 
 
 
 
 
280
 
3
  Donate link: http://urbangiraffe.com/about/support/
4
  Tags: seo, post, page, meta-data, title, keywords, tags, tagging, google, head, meta, crazyegg, piwik, awstats, analytics, webmaster, feedburner
5
  Requires at least: 3.0
6
+ Tested up to: 3.1.2
7
  Stable tag: trunk
8
 
9
  Controls almost every aspect of your site's meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!
123
 
124
  == Changelog ==
125
 
126
+ = 3.6 =
127
+ * WordPress 2.7 quick/bulk edit functions
128
+ * Piwik bug (#306).
129
+ * Check theme files.
130
+ * Fix auto description
131
 
132
+ = 3.6.1 =
133
+ * Metabox workaround
 
 
 
 
 
 
134
 
135
+ = 3.6.2 =
136
+ * Minor fixes for WP2.7.
137
+ * Fix bug #324.
138
+ * Add #325
139
 
140
+ = 3.6.3 =
141
+ * Romanian translation.
142
+ * Fix #334
143
 
144
+ = 3.6.4 =
145
+ * Added #348, #343
146
 
147
+ = 3.6.5 =
148
+ * Fix problem with category description in 2.7
149
 
150
+ = 3.6.6 =
151
+ * WP 2.7 styling
152
 
153
+ = 3.6.7 =
154
+ * Updated French translation
155
+ * Tags on pages (again)
 
156
 
157
+ = 3.6.8 =
158
+ * Option to prevent plugins modifying excerpts
159
+ * Turkish translation
160
+ * Nonces
161
 
162
+ = 3.6.9 =
163
+ * Remove error introduced by 3.6.8
 
 
164
 
165
+ = 3.6.10 =
166
+ * Fix system module error reporting
167
+ * Fix error on page editing for some users.
168
+ * Fix #375, #377, #384.
169
+ * Add #330.
170
+ * Reduce memory usage
171
 
172
+ = 3.6.11 =
173
+ * Fix module save bug introduced by 3.6.10
 
174
 
175
+ = 3.6.12 =
176
+ * Add #401
177
+ * AWstats tracking
178
+ * Support for non UTF-8 encodings
179
 
180
+ = 3.6.13 =
181
+ * Fix #402, #405
 
182
 
183
+ = 3.6.14 =
184
+ * Update Analytics module
185
+ * Explicit follow
186
+ * %%excerpt_only%% tag
187
+ * Follow Links module
188
 
189
+ = 3.6.15 =
190
+ * Fix #433
191
 
192
+ = 3.6.16 =
193
+ * Try to fix unauthorised access error
194
+
195
+ = 3.6.17 =
196
+ * Add #450, #446
197
 
198
  = 3.6.18 =
199
  * Fix #473
202
  * Separate posts and pages
203
  * Expand page numbering
204
 
205
+ = 3.6.19 =
206
+ * Fix #485, #480, #498
207
+ * Add #487
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
 
209
+ = 3.6.20 =
210
+ * Add Belorussian translation
 
 
211
 
212
+ = 3.6.21 =
213
+ * Fix #512
214
+ * WP 2.3/2.5/2.8 compatibility
215
+ * Add #453
216
 
217
+ = 3.6.22 =
218
+ * Fix JS error
219
+ * improve CSS contrast
 
 
 
220
 
221
+ = 3.6.23 =
222
+ * Ajax error message.
223
+ * Fix #555.
224
+ * Add #514, #572
225
 
226
+ = 3.6.24 =
227
+ * Fix more link
228
+ * Prevent Ajax caching in IE
 
229
 
230
+ = 3.6.25 =
231
+ * Fix PHP notice messages
 
232
 
233
+ = 3.6.26 =
234
+ * Fix JS errors.
235
+ * Add compat with Ozh admin menu.
236
+ * Add Ukrainian
237
 
238
+ = 3.6.27 =
239
+ * Fix missing keyword module.
240
+ * More PHP notice messages
241
 
242
+ = 3.6.28 =
243
+ * Don't display follow on links
244
+ * Add relative links module
245
+ * Add page links module
246
 
247
+ = 3.6.29 =
248
+ * Fix #613
 
249
 
250
+ = 3.6.30 =
251
+ * Fix #626
 
 
252
 
253
+ = 3.6.31 =
254
+ * Fix #685, #726
255
 
256
+ = 3.6.32 =
257
+ * Support for taxonomy pages
258
+ * Fix #703
 
 
259
 
260
+ = 3.6.33 =
261
+ * Add Estonian
262
+ * Fix #772, #770, #754, #767
263
+ * Fixes for WP 3.0
264
 
265
+ = 3.6.34 =
266
+ * Fix PHP warnings
267
+ * Fix category settings, remove duplicate save button
268
+ * WP 3.0+ only
269
+ * Async Google Analytics
270
+ * Farsi translation thanks to Amir Heydari
271
+ * Arabic thanks to Mouad
272
+ * Update to Italian translation thanks to Gianni Diurno
273