SEO Ultimate - Version 5.5

Version Description

Download this release

Release Info

Developer JohnLamansky
Plugin Icon 128x128 SEO Ultimate
Version 5.5
Comparing to
See all releases

Code changes from version 5.4 to 5.5

Files changed (4) hide show
  1. modules/noindex/noindex.php +24 -0
  2. readme.txt +6 -3
  3. seo-ultimate.php +4 -4
  4. seo-ultimate.pot +1020 -998
modules/noindex/noindex.php CHANGED
@@ -54,6 +54,30 @@ class SU_Noindex extends SU_Module {
54
  , 'label' => __('Nofollow', 'seo-ultimate')
55
  )
56
  ))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  );
58
  }
59
 
54
  , 'label' => __('Nofollow', 'seo-ultimate')
55
  )
56
  ))
57
+ , $this->get_taxmeta_edit_tabs(array(
58
+ array(
59
+ 'type' => 'dropdown'
60
+ , 'name' => 'meta_robots_noindex'
61
+ , 'options' => array(
62
+ 0 => __('Use default', 'seo-ultimate')
63
+ , 1 => __('noindex', 'seo-ultimate')
64
+ , -1 => __('index', 'seo-ultimate')
65
+ )
66
+ , 'term_settings_key' => 'taxonomy_meta_robots_noindex'
67
+ , 'label' => __('Noindex', 'seo-ultimate')
68
+ )
69
+ , array(
70
+ 'type' => 'dropdown'
71
+ , 'name' => 'meta_robots_nofollow'
72
+ , 'options' => array(
73
+ 0 => __('Use default', 'seo-ultimate')
74
+ , 1 => __('nofollow', 'seo-ultimate')
75
+ , -1 => __('follow', 'seo-ultimate')
76
+ )
77
+ , 'term_settings_key' => 'taxonomy_meta_robots_nofollow'
78
+ , 'label' => __('Nofollow', 'seo-ultimate')
79
+ )
80
+ ))
81
  );
82
  }
83
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, title, meta, robots, noindex, nofollow, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate
4
  Requires at least: 3.0
5
  Tested up to: 3.1
6
- Stable tag: 5.4
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
@@ -11,11 +11,11 @@ This all-in-one SEO plugin gives you control over title tags, noindex, meta tags
11
 
12
  = Recent Releases =
13
 
 
14
  * Version 5.4 adds noindex/nofollow mass-editing for posts/pages
15
  * Version 5.3 adds meta keyword auto-generation from frequently-used words
16
  * Version 5.2 adds meta description mass-editing for categories/tags/terms
17
  * Version 5.1 adds meta keyword auto-generation from categories/tags/terms
18
- * Version 5.0 increases database usage efficiency
19
 
20
  = Features =
21
 
@@ -39,7 +39,7 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
39
  * Go back and edit old posts' keywords with the mass-editor.
40
  * Automatically generate meta keywords based on categories, tags, custom taxonomy terms, and frequently-used words.
41
 
42
- * **Meta Robot Tags Editor** -- UPDATED in Version 5.4
43
  * Add the `<meta name="robots" content="noindex,follow" />` tag to archives, comment feeds, the login page, and more.
44
  * Set meta robots tags (index/noindex and follow/nofollow) for each individual post/page.
45
  * Avoid duplicate content SEO issues with the recommended noindex settings (see built-in module documentation for details).
@@ -227,6 +227,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
227
 
228
  == Changelog ==
229
 
 
 
 
230
  = Version 5.4 (May 19, 2011) =
231
  * Feature: Meta Robot Tags Editor now has a noindex/nofollow mass-editor for posts, pages, and custom post types
232
 
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, title, meta, robots, noindex, nofollow, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate
4
  Requires at least: 3.0
5
  Tested up to: 3.1
6
+ Stable tag: 5.5
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
11
 
12
  = Recent Releases =
13
 
14
+ * Version 5.5 adds noindex/nofollow mass-editing for categories/tags/terms
15
  * Version 5.4 adds noindex/nofollow mass-editing for posts/pages
16
  * Version 5.3 adds meta keyword auto-generation from frequently-used words
17
  * Version 5.2 adds meta description mass-editing for categories/tags/terms
18
  * Version 5.1 adds meta keyword auto-generation from categories/tags/terms
 
19
 
20
  = Features =
21
 
39
  * Go back and edit old posts' keywords with the mass-editor.
40
  * Automatically generate meta keywords based on categories, tags, custom taxonomy terms, and frequently-used words.
41
 
42
+ * **Meta Robot Tags Editor** -- UPDATED in Version 5.5
43
  * Add the `<meta name="robots" content="noindex,follow" />` tag to archives, comment feeds, the login page, and more.
44
  * Set meta robots tags (index/noindex and follow/nofollow) for each individual post/page.
45
  * Avoid duplicate content SEO issues with the recommended noindex settings (see built-in module documentation for details).
227
 
228
  == Changelog ==
229
 
230
+ = Version 5.5 (May 20, 2011) =
231
+ * Feature: Meta Robot Tags Editor now has a noindex/nofollow mass-editor for categories, tags, and custom taxonomy terms
232
+
233
  = Version 5.4 (May 19, 2011) =
234
  * Feature: Meta Robot Tags Editor now has a noindex/nofollow mass-editor for posts, pages, and custom post types
235
 
seo-ultimate.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
- Version: 5.4
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
@@ -12,7 +12,7 @@ Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
- * @version 5.4
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
@@ -47,10 +47,10 @@ define('SU_MINIMUM_WP_VER', '3.0');
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
- define('SU_VERSION', '5.4');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
- define('SU_USER_AGENT', 'SeoUltimate/5.4');
54
 
55
  /********** INCLUDES **********/
56
 
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
+ Version: 5.5
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
+ * @version 5.5
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
+ define('SU_VERSION', '5.5');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
+ define('SU_USER_AGENT', 'SeoUltimate/5.5');
54
 
55
  /********** INCLUDES **********/
56
 
seo-ultimate.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: SEO Ultimate 5.4\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
- "POT-Creation-Date: 2011-05-19 15:59:17+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -19,752 +19,746 @@ msgid ""
19
  "Ultimate to remove this notice."
20
  msgstr ""
21
 
22
- #. #-#-#-#-# plugin.pot (SEO Ultimate 5.4) #-#-#-#-#
23
- #. Plugin Name of the plugin/theme
24
- #: plugin/class.seo-ultimate.php:741 modules/settings/settings.php:14
25
- msgid "SEO Ultimate"
26
  msgstr ""
27
 
28
- #: plugin/class.seo-ultimate.php:741
29
- msgid "SEO"
30
  msgstr ""
31
 
32
- #: plugin/class.seo-ultimate.php:1019
33
- msgid "SEO Settings Help"
34
  msgstr ""
35
 
36
- #: plugin/class.seo-ultimate.php:1021
37
- msgid "The SEO Settings box lets you customize these settings:"
38
  msgstr ""
39
 
40
- #: plugin/class.seo-ultimate.php:1023
41
- msgid "(The SEO Settings box is part of the SEO Ultimate plugin.)"
42
  msgstr ""
43
 
44
- #: plugin/class.seo-ultimate.php:1078
45
- msgid ""
46
- "SEO Ultimate includes the functionality of %1$s. You may want to deactivate %"
47
- "1$s to avoid plugin conflicts."
48
  msgstr ""
49
 
50
- #: plugin/class.seo-ultimate.php:1119
51
- msgid "new feature"
52
  msgstr ""
53
 
54
- #: plugin/class.seo-ultimate.php:1119
55
- msgid "new features"
56
  msgstr ""
57
 
58
- #: plugin/class.seo-ultimate.php:1120
59
- msgid "bugfix"
60
  msgstr ""
61
 
62
- #: plugin/class.seo-ultimate.php:1120
63
- msgid "bugfixes"
64
  msgstr ""
65
 
66
- #: plugin/class.seo-ultimate.php:1121
67
- msgid "improvement"
68
  msgstr ""
69
 
70
- #: plugin/class.seo-ultimate.php:1121
71
- msgid "improvements"
72
  msgstr ""
73
 
74
- #: plugin/class.seo-ultimate.php:1122
75
- msgid "security fix"
76
  msgstr ""
77
 
78
- #: plugin/class.seo-ultimate.php:1122
79
- msgid "security fixes"
80
  msgstr ""
81
 
82
- #: plugin/class.seo-ultimate.php:1153
83
- msgid "%d %s"
 
 
84
  msgstr ""
85
 
86
- #: plugin/class.seo-ultimate.php:1159
87
- msgid "Upgrade now to get %s. %s."
88
  msgstr ""
89
 
90
- #: plugin/class.seo-ultimate.php:1161
91
- msgid "View changelog"
92
  msgstr ""
93
 
94
- #: plugin/class.seo-ultimate.php:1228 modules/settings/uninstall.php:18
95
- msgid "Uninstall"
 
 
 
 
96
  msgstr ""
97
 
98
- #: plugin/class.seo-ultimate.php:1248
99
- msgid "Active Modules: "
100
  msgstr ""
101
 
102
- #: plugin/class.seo-ultimate.php:1309
103
  msgid ""
104
- "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
105
- "search engine spiders. To resolve this, <a href=\"options-privacy.php\" "
106
- "target=\"_blank\">go to your Privacy settings</a> and set your blog visible "
107
- "to everyone."
108
  msgstr ""
109
 
110
- #: plugin/class.seo-ultimate.php:1419
111
- msgid "SEO Settings"
112
  msgstr ""
113
 
114
- #: plugin/class.su-installer.php:9
115
- msgid "Package not available."
116
  msgstr ""
117
 
118
- #: plugin/class.su-installer.php:12
119
- msgid "Removing the current version of the plugin&#8230;"
120
  msgstr ""
121
 
122
- #: plugin/class.su-installer.php:13
123
- msgid "Could not remove the current version of the plugin."
124
  msgstr ""
125
 
126
- #: plugin/class.su-installer.php:17
127
- msgid "Downloading old version from <span class=\"code\">%s</span>&#8230;"
 
 
128
  msgstr ""
129
 
130
- #: plugin/class.su-installer.php:18
131
- msgid "Unpacking the downgrade&#8230;"
132
  msgstr ""
133
 
134
- #: plugin/class.su-installer.php:19
135
- msgid "Installing the downgrade&#8230;"
136
  msgstr ""
137
 
138
- #: plugin/class.su-installer.php:20
139
- msgid "Plugin downgrade failed."
140
  msgstr ""
141
 
142
- #: plugin/class.su-installer.php:21
143
- msgid "Plugin downgraded successfully."
 
 
144
  msgstr ""
145
 
146
- #: plugin/class.su-installer.php:24
147
- msgid "Downloading from <span class=\"code\">%s</span>&#8230;"
148
  msgstr ""
149
 
150
- #: plugin/class.su-installer.php:25
151
- msgid "Unpacking the reinstall&#8230;"
152
  msgstr ""
153
 
154
- #: plugin/class.su-installer.php:26
155
- msgid "Reinstalling the current version&#8230;"
156
  msgstr ""
157
 
158
- #: plugin/class.su-installer.php:27
159
- msgid "Plugin reinstallation failed."
160
  msgstr ""
161
 
162
- #: plugin/class.su-installer.php:28
163
- msgid "Plugin reinstalled successfully."
164
  msgstr ""
165
 
166
- #: plugin/class.su-installer.php:32
167
- msgid "Downloading upgrade from <span class=\"code\">%s</span>&#8230;"
168
- msgstr ""
 
 
169
 
170
- #: plugin/class.su-installer.php:33
171
- msgid "Unpacking the upgrade&#8230;"
172
- msgstr ""
 
 
173
 
174
- #: plugin/class.su-installer.php:34
175
- msgid "Installing the upgrade&#8230;"
176
- msgstr ""
 
 
 
 
 
 
177
 
178
- #: plugin/class.su-installer.php:35
179
- msgid "Plugin upgrade failed."
180
- msgstr ""
 
 
 
181
 
182
- #: plugin/class.su-installer.php:36
183
- msgid "Plugin upgraded successfully."
184
  msgstr ""
185
 
186
- #: plugin/su-functions.php:77 includes/jlfunctions/str.php:105
187
- msgid "%s and %s"
 
 
188
  msgstr ""
189
 
190
- #: plugin/su-functions.php:80 includes/jlfunctions/str.php:108
191
- msgid ", "
192
  msgstr ""
193
 
194
- #: plugin/su-functions.php:81 includes/jlfunctions/str.php:109
195
- msgid "%s, and %s"
196
  msgstr ""
197
 
198
- #: includes/jlwp/functions.php:56
199
- msgid "Posts"
200
  msgstr ""
201
 
202
- #: includes/jlwp/functions.php:56
203
- msgid "Post"
204
  msgstr ""
205
 
206
- #: includes/jlwp/functions.php:57
207
- msgid "Pages"
208
  msgstr ""
209
 
210
- #: includes/jlwp/functions.php:57
211
- msgid "Page"
 
212
  msgstr ""
213
 
214
- #: includes/jlwp/functions.php:58
215
- msgid "Attachments"
216
  msgstr ""
217
 
218
- #: includes/jlwp/functions.php:58
219
- msgid "Attachment"
220
  msgstr ""
221
 
222
- #: includes/jlwp/functions.php:129
223
- msgid "backup your database"
224
  msgstr ""
225
 
226
- #: modules/404s/fofs-log.php:16
227
- msgid "404 Monitor Log"
 
228
  msgstr ""
229
 
230
- #: modules/404s/fofs-log.php:17
231
- msgid "Log"
232
  msgstr ""
233
 
234
- #: modules/404s/fofs-log.php:116 modules/class.su-module.php:1171
235
- msgid "Actions"
236
  msgstr ""
237
 
238
- #: modules/404s/fofs-log.php:117
239
- msgid "Hits"
240
  msgstr ""
241
 
242
- #: modules/404s/fofs-log.php:118
243
- msgid "URL with 404 Error"
244
  msgstr ""
245
 
246
- #: modules/404s/fofs-log.php:119
247
- msgid "Date of Most Recent Hit"
248
  msgstr ""
249
 
250
- #: modules/404s/fofs-log.php:120
251
- msgid "Referers"
252
  msgstr ""
253
 
254
- #: modules/404s/fofs-log.php:121 modules/404s/fofs-log.php:224
255
- msgid "User Agents"
256
  msgstr ""
257
 
258
- #: modules/404s/fofs-log.php:137
259
- msgid ""
260
- "New 404 errors will not be recorded because 404 logging is disabled on the "
261
- "Settings tab."
262
  msgstr ""
263
 
264
- #: modules/404s/fofs-log.php:144
265
- msgid "The log entry was successfully deleted."
266
  msgstr ""
267
 
268
- #: modules/404s/fofs-log.php:146
269
- msgid "This log entry has already been deleted."
270
  msgstr ""
271
 
272
- #: modules/404s/fofs-log.php:155
273
- msgid "The log was successfully cleared."
274
  msgstr ""
275
 
276
- #: modules/404s/fofs-log.php:159
277
- msgid "No 404 errors in the log."
278
  msgstr ""
279
 
280
- #: modules/404s/fofs-log.php:183
281
- msgid "Open URL in new window (will not be logged)"
282
  msgstr ""
283
 
284
- #: modules/404s/fofs-log.php:184
285
- msgid "Query Google for cached version of URL (opens in new window)"
286
  msgstr ""
287
 
288
- #: modules/404s/fofs-log.php:185
289
- msgid "Remove this URL from the log"
290
  msgstr ""
291
 
292
- #: modules/404s/fofs-log.php:188
293
- msgid "%s at %s"
294
  msgstr ""
295
 
296
- #: modules/404s/fofs-log.php:192
297
- msgid "View list of referring URLs"
298
  msgstr ""
299
 
300
- #: modules/404s/fofs-log.php:193
301
- msgid "View list of user agents"
302
  msgstr ""
303
 
304
- #: modules/404s/fofs-log.php:203
305
- msgid "Referring URLs"
 
306
  msgstr ""
307
 
308
- #: modules/404s/fofs-log.php:204 modules/404s/fofs-log.php:225
309
- msgid "Hide list"
 
310
  msgstr ""
311
 
312
- #: modules/404s/fofs-log.php:255
313
- msgid "Are you sure you want to delete all 404 log entries?"
 
314
  msgstr ""
315
 
316
- #: modules/404s/fofs-log.php:257
317
- msgid "Clear Log"
318
  msgstr ""
319
 
320
- #: modules/404s/fofs.php:11
321
- msgid "404 Monitor"
322
  msgstr ""
323
 
324
- #: modules/404s/fofs-settings.php:16
325
- msgid "404 Monitor Settings"
326
  msgstr ""
327
 
328
- #: modules/404s/fofs-settings.php:17 modules/titles/titles.php:24
329
- msgid "Settings"
 
330
  msgstr ""
331
 
332
- #: modules/404s/fofs-settings.php:37
333
- msgid "Continue monitoring for new 404 errors"
334
  msgstr ""
335
 
336
- #: modules/404s/fofs-settings.php:37
337
- msgid "Monitoring Settings"
 
 
338
  msgstr ""
339
 
340
- #: modules/404s/fofs-settings.php:39
341
- msgid "Only log these types of 404 errors:"
342
  msgstr ""
343
 
344
- #: modules/404s/fofs-settings.php:40
345
- msgid "404s generated by search engine spiders"
346
  msgstr ""
347
 
348
- #: modules/404s/fofs-settings.php:41
349
- msgid "404s with referring URLs"
350
  msgstr ""
351
 
352
- #: modules/404s/fofs-settings.php:42
353
- msgid "Log Restrictions"
354
  msgstr ""
355
 
356
- #: modules/404s/fofs-settings.php:43
357
- msgid "Maximum Log Entries"
358
  msgstr ""
359
 
360
- #: modules/404s/fofs-settings.php:44
361
- msgid "URLs to Ignore"
362
  msgstr ""
363
 
364
- #: modules/404s/fofs-settings.php:44
365
- msgid "(Use * as wildcard)"
 
366
  msgstr ""
367
 
368
- #: modules/slugs/slugs.php:12
369
- msgid "Slug Optimizer"
370
  msgstr ""
371
 
372
- #: modules/slugs/slugs.php:16
373
- msgid "Words to Remove"
374
  msgstr ""
375
 
376
- #: modules/settings/settings-data.php:16
377
- msgid "Settings Data Manager"
378
  msgstr ""
379
 
380
- #: modules/settings/settings-data.php:17
381
- msgid "Manage Settings Data"
382
  msgstr ""
383
 
384
- #: modules/settings/settings-data.php:21
385
- msgid "Import"
386
  msgstr ""
387
 
388
- #: modules/settings/settings-data.php:22
389
- msgid "Export"
390
  msgstr ""
391
 
392
- #: modules/settings/settings-data.php:23 modules/class.su-module.php:1884
393
- msgid "Reset"
394
  msgstr ""
395
 
396
- #: modules/settings/settings-data.php:82
397
- msgid "Settings successfully imported."
398
  msgstr ""
399
 
400
- #: modules/settings/settings-data.php:84
401
- msgid ""
402
- "The uploaded file is not in the proper format. Settings could not be "
403
- "imported."
404
  msgstr ""
405
 
406
- #: modules/settings/settings-data.php:86
407
- msgid "The settings file could not be uploaded successfully."
408
  msgstr ""
409
 
410
- #: modules/settings/settings-data.php:89
411
- msgid ""
412
- "Settings could not be imported because no settings file was selected. Please "
413
- "click the &#8220;Browse&#8221; button and select a file to import."
414
  msgstr ""
415
 
416
- #: modules/settings/settings-data.php:134
417
- msgid ""
418
- "The uploaded file is not in the proper format. Links could not be imported."
419
  msgstr ""
420
 
421
- #: modules/settings/settings-data.php:173
422
- msgid "Links successfully imported."
423
  msgstr ""
424
 
425
- #: modules/settings/settings-data.php:176
426
- msgid "The CSV file could not be uploaded successfully."
427
  msgstr ""
428
 
429
- #: modules/settings/settings-data.php:179
430
- msgid ""
431
- "Links could not be imported because no CSV file was selected. Please click "
432
- "the &#8220;Browse&#8221; button and select a file to import."
433
  msgstr ""
434
 
435
- #: modules/settings/settings-data.php:189
436
- msgid "Import SEO Ultimate Settings File"
437
  msgstr ""
438
 
439
- #: modules/settings/settings-data.php:191
440
- msgid ""
441
- "You can use this form to upload and import an SEO Ultimate settings file "
442
- "stored on your computer. (These files can be created using the Export tool.) "
443
- "Note that importing a file will overwrite your existing settings with those "
444
- "in the file."
445
  msgstr ""
446
 
447
- #: modules/settings/settings-data.php:195
448
- msgid ""
449
- "Are you sure you want to import this settings file? This will overwrite your "
450
- "current settings and cannot be undone."
451
  msgstr ""
452
 
453
- #: modules/settings/settings-data.php:196
454
- msgid "Import Settings File"
455
  msgstr ""
456
 
457
- #: modules/settings/settings-data.php:202
458
- msgid "Import Deeplink Juggernaut CSV File"
459
  msgstr ""
460
 
461
- #: modules/settings/settings-data.php:204
462
- msgid ""
463
- "You can use this form to upload and import a Deeplink Juggernaut CSV file "
464
- "stored on your computer. (These files can be created using the Export tool.) "
465
- "Note that importing a file will overwrite your existing links with those in "
466
- "the file."
467
  msgstr ""
468
 
469
- #: modules/settings/settings-data.php:208
470
- msgid ""
471
- "Are you sure you want to import this CSV file? This will overwrite your "
472
- "current Deeplink Juggernaut links and cannot be undone."
473
  msgstr ""
474
 
475
- #: modules/settings/settings-data.php:209
476
- msgid "Import CSV File"
477
  msgstr ""
478
 
479
- #: modules/settings/settings-data.php:224
480
- msgid "Import from Other Plugins"
481
  msgstr ""
482
 
483
- #: modules/settings/settings-data.php:226
484
- msgid ""
485
- "You can import settings and data from these plugins. Clicking a plugin&#8217;"
486
- "s name will take you to the importer page, where you can customize "
487
- "parameters and start the import."
488
  msgstr ""
489
 
490
- #: modules/settings/settings-data.php:246
491
- msgid "Export SEO Ultimate Settings File"
492
  msgstr ""
493
 
494
- #: modules/settings/settings-data.php:248
495
  msgid ""
496
- "You can use this export tool to download an SEO Ultimate settings file to "
497
- "your computer."
498
- msgstr ""
499
-
500
- #: modules/settings/settings-data.php:250
501
- msgid ""
502
- "A settings file includes the data of every checkbox and textbox of every "
503
- "installed module. It does NOT include site-specific data like logged 404s or "
504
- "post/page title/meta data (this data would be included in a standard "
505
- "database backup, however)."
506
  msgstr ""
507
 
508
- #: modules/settings/settings-data.php:253
509
- msgid "Download Settings File"
510
  msgstr ""
511
 
512
- #: modules/settings/settings-data.php:258
513
- msgid "Export Deeplink Juggernaut CSV File"
514
  msgstr ""
515
 
516
- #: modules/settings/settings-data.php:260
517
  msgid ""
518
- "You can use this export tool to download a CSV file (comma-separated values "
519
- "file) that contains your Deeplink Juggernaut links. Once you download this "
520
- "file to your computer, you can edit it using your favorite spreadsheet "
521
- "program. When you&#8217;re done editing, you can re-upload the file using "
522
- "the Import tool."
523
  msgstr ""
524
 
525
- #: modules/settings/settings-data.php:263
526
- msgid "Download CSV File"
527
  msgstr ""
528
 
529
- #: modules/settings/settings-data.php:270
530
- msgid "All settings have been erased and defaults have been restored."
531
  msgstr ""
532
 
533
- #: modules/settings/settings-data.php:272
534
- msgid ""
535
- "You can erase all your SEO Ultimate settings and restore them to &#8220;"
536
- "factory defaults&#8221; by clicking the button below."
537
  msgstr ""
538
 
539
- #: modules/settings/settings-data.php:275
540
- msgid ""
541
- "Are you sure you want to erase all module settings? This cannot be undone."
542
  msgstr ""
543
 
544
- #: modules/settings/settings-data.php:276
545
- msgid "Restore Default Settings"
546
  msgstr ""
547
 
548
- #: modules/settings/settings.php:12
549
- msgid "Plugin Settings"
 
550
  msgstr ""
551
 
552
- #: modules/settings/settings.php:13
553
- msgid "SEO Ultimate Plugin Settings"
554
  msgstr ""
555
 
556
- #: modules/settings/install.php:18
557
- msgid "Upgrade/Downgrade/Reinstall"
558
  msgstr ""
559
 
560
- #: modules/settings/install.php:19
561
- msgid "Installer"
562
  msgstr ""
563
 
564
- #: modules/settings/install.php:23 modules/settings/install.php:48
565
- msgid "Upgrade"
 
566
  msgstr ""
567
 
568
- #: modules/settings/install.php:24 modules/settings/install.php:71
569
- msgid "Downgrade"
570
  msgstr ""
571
 
572
- #: modules/settings/install.php:25 modules/settings/install.php:86
573
- msgid "Reinstall"
574
  msgstr ""
575
 
576
- #: modules/settings/install.php:42
 
 
 
 
577
  msgid ""
578
- "From the list below, select the version to which you would like to upgrade. "
579
- "Then click the &#8220;Upgrade&#8221; button at the bottom of the screen."
580
  msgstr ""
581
 
582
- #: modules/settings/install.php:51
583
- msgid "You are already running the latest version."
584
  msgstr ""
585
 
586
- #: modules/settings/install.php:53
587
- msgid ""
588
- "There was an error retrieving the list of available versions. Please try "
589
- "again later. You can also upgrade to the latest version of SEO Ultimate "
590
- "using the WordPress plugin upgrader."
591
  msgstr ""
592
 
593
- #: modules/settings/install.php:62
594
- msgid ""
595
- "Downgrading is provided as a convenience only and is not officially "
596
- "supported. Although unlikely, you may lose data in the downgrading process. "
597
- "It is your responsibility to backup your database before proceeding."
598
  msgstr ""
599
 
600
- #: modules/settings/install.php:65
601
- msgid ""
602
- "From the list below, select the version to which you would like to "
603
- "downgrade. Then click the &#8220;Downgrade&#8221; button at the bottom of "
604
- "the screen."
605
  msgstr ""
606
 
607
- #: modules/settings/install.php:74
608
- msgid ""
609
- "Downgrading to versions earlier than %s is not supported because doing so "
610
- "will result in data loss."
611
  msgstr ""
612
 
613
- #: modules/settings/install.php:76
614
- msgid ""
615
- "There was an error retrieving the list of available versions. Please try "
616
- "again later."
617
  msgstr ""
618
 
619
- #: modules/settings/install.php:81
620
- msgid ""
621
- "To download and install a fresh copy of the SEO Ultimate version you are "
622
- "currently using, click the &#8220;Reinstall&#8221; button below."
623
  msgstr ""
624
 
625
- #: modules/settings/install.php:108
626
- msgid "Your Current Version"
627
  msgstr ""
628
 
629
- #: modules/settings/install.php:110
630
- msgid "Latest Version"
631
  msgstr ""
632
 
633
- #: modules/settings/install.php:130
634
- msgid ""
635
- "You do not have sufficient permissions to upgrade/downgrade plugins for this "
636
- "blog."
637
  msgstr ""
638
 
639
- #: modules/settings/install.php:140
640
- msgid "Downgrade to SEO Ultimate %s"
641
  msgstr ""
642
 
643
- #: modules/settings/install.php:143
644
- msgid "Reinstall SEO Ultimate %s"
645
  msgstr ""
646
 
647
- #: modules/settings/install.php:146
648
- msgid "Upgrade to SEO Ultimate %s"
649
  msgstr ""
650
 
651
- #: modules/settings/global-settings.php:18
652
- msgid "Global Settings"
653
  msgstr ""
654
 
655
- #: modules/settings/global-settings.php:40
656
- msgid "Enable nofollow&#8217;d attribution link"
657
  msgstr ""
658
 
659
- #: modules/settings/global-settings.php:41
660
- msgid "Enable attribution link CSS styling"
661
  msgstr ""
662
 
663
- #: modules/settings/global-settings.php:42
664
- msgid "Notify me about unnecessary active plugins"
665
  msgstr ""
666
 
667
- #: modules/settings/global-settings.php:43
668
- msgid "Insert comments around HTML code insertions"
669
  msgstr ""
670
 
671
- #: modules/settings/uninstall.php:17
672
- msgid "Uninstaller"
673
  msgstr ""
674
 
675
- #: modules/settings/uninstall.php:27
676
  msgid ""
677
- "Uninstalling SEO Ultimate will delete your settings and the plugin&#8217;s "
678
- "files."
 
 
679
  msgstr ""
680
 
681
- #: modules/settings/uninstall.php:30
682
- msgid ""
683
- "Are you sure you want to uninstall SEO Ultimate? This will permanently erase "
684
- "your SEO Ultimate settings and cannot be undone."
685
  msgstr ""
686
 
687
- #: modules/settings/uninstall.php:31
688
- msgid "Uninstall Now"
689
  msgstr ""
690
 
691
- #: modules/settings/uninstall.php:35 modules/settings/uninstall.php:42
692
- msgid "Uninstall SEO Ultimate"
693
  msgstr ""
694
 
695
- #: modules/settings/uninstall.php:46
696
- msgid "Deleted settings."
697
  msgstr ""
698
 
699
- #: modules/settings/uninstall.php:53
700
- msgid "An error occurred while deleting files."
701
  msgstr ""
702
 
703
- #: modules/settings/uninstall.php:55
704
- msgid "Deleted files."
705
  msgstr ""
706
 
707
- #: modules/settings/uninstall.php:56
708
- msgid "Uninstallation complete. Thanks for trying SEO Ultimate."
709
  msgstr ""
710
 
711
- #: modules/modules/modules.php:12
712
- msgid "Module Manager"
713
  msgstr ""
714
 
715
- #: modules/modules/modules.php:13
716
- msgid "Modules"
717
  msgstr ""
718
 
719
- #: modules/modules/modules.php:37
720
  msgid ""
721
- "SEO Ultimate&#8217;s features are located in groups called &#8220;modules."
722
- "&#8221; By default, most of these modules are listed in the &#8220;"
723
- "SEO&#8221; menu on the left. Whenever you&#8217;re working with a module, "
724
- "you can view documentation by clicking the tabs in the upper-right-hand "
725
- "corner of your administration screen."
726
  msgstr ""
727
 
728
- #: modules/modules/modules.php:39
729
  msgid ""
730
- "The Module Manager lets you disable or hide modules you don&#8217;t use. "
731
- "You can also silence modules from displaying bubble alerts on the menu."
732
  msgstr ""
733
 
734
- #: modules/modules/modules.php:45
735
- msgid "Status"
736
  msgstr ""
737
 
738
- #: modules/modules/modules.php:46
739
- msgid "Module"
740
  msgstr ""
741
 
742
- #: modules/modules/modules.php:59
743
- msgid "Enabled"
744
  msgstr ""
745
 
746
- #: modules/modules/modules.php:60
747
- msgid "Silenced"
748
  msgstr ""
749
 
750
- #: modules/modules/modules.php:61
751
- msgid "Hidden"
752
  msgstr ""
753
 
754
- #: modules/modules/modules.php:62
755
- msgid "Disabled"
756
  msgstr ""
757
 
758
- #: modules/more-links/more-links.php:12
759
- msgid "More Link Customizer"
760
  msgstr ""
761
 
762
- #: modules/more-links/more-links.php:27
763
- msgid "Default More Link Text"
764
  msgstr ""
765
 
766
- #: modules/more-links/more-links.php:48
767
- msgid "More Link Text:"
 
 
 
 
 
 
 
 
 
 
 
 
768
  msgstr ""
769
 
770
  #: modules/import-aiosp/import-aiosp.php:12
@@ -803,1087 +797,1115 @@ msgid ""
803
  "first and run AIOSP&#8217;s upgrade process."
804
  msgstr ""
805
 
806
- #: modules/sharing-buttons/sharing-buttons.php:12
807
- msgid "Sharing Facilitator"
808
- msgstr ""
809
-
810
- #: modules/sharing-buttons/sharing-buttons.php:22
811
- msgid "Bookmark and Share"
812
- msgstr ""
813
-
814
- #: modules/sharing-buttons/sharing-buttons.php:28
815
- msgid "Providers"
816
  msgstr ""
817
 
818
- #: modules/sharing-buttons/sharing-buttons.php:34
819
- msgid "Which provider would you like to use for your sharing buttons?"
820
  msgstr ""
821
 
822
- #: modules/sharing-buttons/sharing-buttons.php:36
823
- msgid "None; disable sharing buttons"
 
 
824
  msgstr ""
825
 
826
- #: modules/sharing-buttons/sharing-buttons.php:37
827
- msgid "Use the ShareThis button"
 
 
 
828
  msgstr ""
829
 
830
- #: modules/sharing-buttons/sharing-buttons.php:38
831
- msgid "Use the AddThis button"
832
  msgstr ""
833
 
834
- #: modules/autolinks/content-autolinks.php:16
835
- msgid "Content Deeplink Juggernaut"
836
  msgstr ""
837
 
838
- #: modules/autolinks/content-autolinks.php:17
839
- msgid "Content Links"
 
 
 
 
 
840
  msgstr ""
841
 
842
- #: modules/autolinks/content-autolinks.php:100
843
  msgid ""
844
- "The Content Links section of Deeplink Juggernaut lets you automatically link "
845
- "a certain word or phrase in your post/page content to a URL you specify."
846
  msgstr ""
847
 
848
- #: modules/autolinks/content-autolinks.php:136
849
- msgid "Edit Existing Links"
850
  msgstr ""
851
 
852
- #: modules/autolinks/content-autolinks.php:140
853
- msgid "Add a New Link"
854
  msgstr ""
855
 
856
- #: modules/autolinks/content-autolinks.php:148
857
- msgid "Anchor Text"
858
  msgstr ""
859
 
860
- #: modules/autolinks/content-autolinks.php:149
861
- msgid "Destination Type"
862
  msgstr ""
863
 
864
- #: modules/autolinks/content-autolinks.php:150
865
- msgid "Destination"
866
  msgstr ""
867
 
868
- #: modules/autolinks/content-autolinks.php:151
869
- msgid "Title Attribute"
870
  msgstr ""
871
 
872
- #: modules/autolinks/content-autolinks.php:152
873
- msgid "Options"
874
  msgstr ""
875
 
876
- #: modules/autolinks/content-autolinks.php:154
877
- msgid "Delete"
878
  msgstr ""
879
 
880
- #: modules/autolinks/content-autolinks.php:196
881
- msgid "Custom"
882
  msgstr ""
883
 
884
- #: modules/autolinks/content-autolinks.php:196
885
- #: modules/internal-link-aliases/internal-link-aliases.php:46
886
- msgid "URL"
887
  msgstr ""
888
 
889
- #: modules/autolinks/content-autolinks.php:197
890
- msgid "Content Items"
891
  msgstr ""
892
 
893
- #: modules/autolinks/content-autolinks.php:204 modules/noindex/noindex.php:54
894
- msgid "Nofollow"
895
  msgstr ""
896
 
897
- #: modules/autolinks/content-autolinks.php:205
898
- msgid "New window"
899
  msgstr ""
900
 
901
- #: modules/autolinks/content-autolinks.php:269
902
- msgid "Incoming Autolink Anchors:<br /><em>(one per line)</em>"
903
  msgstr ""
904
 
905
- #: modules/autolinks/content-autolinks.php:270
906
- msgid "Don&#8217;t add autolinks to anchor texts found in this post."
907
  msgstr ""
908
 
909
- #: modules/autolinks/content-autolinks.php:270
910
- msgid "Autolink Exclusion:"
911
  msgstr ""
912
 
913
- #: modules/autolinks/content-autolinks.php:275
914
- msgid ""
915
- "<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors "
916
- "into this box, Deeplink Juggernaut will search for that anchor in all your "
917
- "other posts and link it to this post. For example, if the post you&#8217;re "
918
- "editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue "
919
- "widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and "
920
- "Deeplink Juggernaut will automatically build internal links to this post "
921
- "with that anchor text (assuming other posts contain that text)."
922
  msgstr ""
923
 
924
- #: modules/autolinks/autolinks.php:11
925
- msgid "Deeplink Juggernaut"
926
  msgstr ""
927
 
928
- #: modules/autolinks/content-autolinks-settings.php:16
929
- msgid "Content Deeplink Juggernaut Settings"
930
  msgstr ""
931
 
932
- #: modules/autolinks/content-autolinks-settings.php:17
933
- msgid "Content Link Settings"
934
  msgstr ""
935
 
936
- #: modules/autolinks/content-autolinks-settings.php:21
937
- msgid "Allow posts to link to themselves."
938
  msgstr ""
939
 
940
- #: modules/autolinks/content-autolinks-settings.php:22
941
- msgid "Don&#8217;t add any more than %d autolinks per post/page/etc."
942
  msgstr ""
943
 
944
- #: modules/autolinks/content-autolinks-settings.php:23
945
- msgid ""
946
- "Don&#8217;t link the same anchor text any more than %d times per post/page/"
947
- "etc."
948
  msgstr ""
949
 
950
- #: modules/noindex/noindex.php:12
951
- msgid "Noindex Manager"
952
  msgstr ""
953
 
954
- #: modules/noindex/noindex.php:13 modules/noindex/noindex.php:49
955
- msgid "Noindex"
956
  msgstr ""
957
 
958
- #: modules/noindex/noindex.php:43 modules/meta/meta-keywords.php:32
959
- msgid "Default Values"
960
  msgstr ""
961
 
962
- #: modules/noindex/noindex.php:65
963
  msgid ""
964
- "Note: The current <a href=\"options-privacy.php\">privacy settings</a> will "
965
- "block indexing of the entire site, regardless of which options are set below."
966
  msgstr ""
967
 
968
- #: modules/noindex/noindex.php:68
969
- msgid "Prevent indexing of..."
970
  msgstr ""
971
 
972
- #: modules/noindex/noindex.php:69
973
- msgid "Administration back-end pages"
974
  msgstr ""
975
 
976
- #: modules/noindex/noindex.php:70
977
- msgid "Author archives"
978
  msgstr ""
979
 
980
- #: modules/noindex/noindex.php:71
981
- msgid "Blog search pages"
982
  msgstr ""
983
 
984
- #: modules/noindex/noindex.php:72
985
- msgid "Category archives"
986
  msgstr ""
987
 
988
- #: modules/noindex/noindex.php:73
989
- msgid "Comment feeds"
990
  msgstr ""
991
 
992
- #: modules/noindex/noindex.php:74
993
- msgid "Comment subpages"
994
  msgstr ""
995
 
996
- #: modules/noindex/noindex.php:75
997
- msgid "Date-based archives"
998
  msgstr ""
999
 
1000
- #: modules/noindex/noindex.php:76
1001
- msgid "Subpages of the homepage"
1002
  msgstr ""
1003
 
1004
- #: modules/noindex/noindex.php:77
1005
- msgid "Tag archives"
1006
  msgstr ""
1007
 
1008
- #: modules/noindex/noindex.php:78
1009
- msgid "User login/registration pages"
1010
  msgstr ""
1011
 
1012
- #: modules/noindex/noindex.php:141
1013
- msgid "Noindex: Tell search engines not to index this webpage."
1014
  msgstr ""
1015
 
1016
- #: modules/noindex/noindex.php:142
1017
- msgid "Nofollow: Tell search engines not to spider links on this webpage."
1018
  msgstr ""
1019
 
1020
- #: modules/noindex/noindex.php:143
1021
- msgid "Meta Robots Tag:"
1022
  msgstr ""
1023
 
1024
- #: modules/class.su-module.php:368
1025
- msgid ""
1026
- "(Note: This translated documentation was designed for an older version of "
1027
- "SEO Ultimate and may be outdated.)"
1028
  msgstr ""
1029
 
1030
- #: modules/class.su-module.php:971
1031
- msgid "%s %s|Dropdown Title"
1032
- msgstr ""
1033
-
1034
- #: modules/class.su-module.php:999
1035
- msgid "%1$s | %2$s %3$s by %4$s"
1036
  msgstr ""
1037
 
1038
- #: modules/class.su-module.php:1056
1039
- msgid "Name"
1040
  msgstr ""
1041
 
1042
- #: modules/class.su-module.php:1067
1043
- msgid "Your site currently doesn&#8217;t have any public items of this type."
1044
  msgstr ""
1045
 
1046
- #: modules/class.su-module.php:1150
1047
- msgid "&laquo;"
1048
  msgstr ""
1049
 
1050
- #: modules/class.su-module.php:1151
1051
- msgid "&raquo;"
1052
  msgstr ""
1053
 
1054
- #: modules/class.su-module.php:1158
1055
- msgid "Displaying %s&#8211;%s of %s"
1056
  msgstr ""
1057
 
1058
- #: modules/class.su-module.php:1172
1059
- msgid "ID"
1060
  msgstr ""
1061
 
1062
- #: modules/class.su-module.php:1205
1063
- msgid "View"
1064
  msgstr ""
1065
 
1066
- #: modules/class.su-module.php:1205
1067
- msgid "Edit"
1068
  msgstr ""
1069
 
1070
- #: modules/class.su-module.php:1360
1071
- msgid "Settings updated."
1072
  msgstr ""
1073
 
1074
- #: modules/class.su-module.php:1381
1075
- msgid "Save Changes"
 
 
1076
  msgstr ""
1077
 
1078
- #: modules/class.su-module.php:1869
1079
  msgid ""
1080
- "Are you sure you want to replace the textbox contents with this default "
1081
- "value?"
 
1082
  msgstr ""
1083
 
1084
- #: modules/meta/webmaster-verify.php:12
1085
- msgid "Webmaster Verification Assistant"
1086
  msgstr ""
1087
 
1088
- #: modules/meta/webmaster-verify.php:13
1089
- msgid "W.M. Verification"
1090
  msgstr ""
1091
 
1092
- #: modules/meta/webmaster-verify.php:45
1093
- msgid "Google Webmaster Tools"
1094
  msgstr ""
1095
 
1096
- #: modules/meta/webmaster-verify.php:46
1097
- msgid "Yahoo! Site Explorer"
1098
  msgstr ""
1099
 
1100
- #: modules/meta/webmaster-verify.php:47
1101
- msgid "Bing Webmaster Center"
 
 
1102
  msgstr ""
1103
 
1104
- #: modules/meta/meta-robots.php:12
1105
- msgid "Meta Robot Tags Editor"
1106
  msgstr ""
1107
 
1108
- #: modules/meta/meta-robots.php:13
1109
- msgid "Meta Robot Tags"
 
 
1110
  msgstr ""
1111
 
1112
- #: modules/meta/meta-robots.php:21
1113
- msgid "Global"
 
 
1114
  msgstr ""
1115
 
1116
- #: modules/meta/meta-robots.php:26
1117
- msgid "Spider Instructions"
1118
  msgstr ""
1119
 
1120
- #: modules/meta/meta-robots.php:28
1121
- msgid ""
1122
- "Don&#8217t use this site&#8217s Open Directory description in search results."
1123
  msgstr ""
1124
 
1125
- #: modules/meta/meta-robots.php:29
1126
- msgid ""
1127
- "Don&#8217t use this site&#8217s Yahoo! Directory description in search "
1128
- "results."
1129
  msgstr ""
1130
 
1131
- #: modules/meta/meta-robots.php:30
1132
- msgid "Don&#8217t cache or archive this site."
1133
  msgstr ""
1134
 
1135
- #: modules/meta/meta-descriptions.php:12
1136
- msgid "Meta Description Editor"
1137
  msgstr ""
1138
 
1139
- #: modules/meta/meta-descriptions.php:13
1140
- msgid "Meta Descriptions"
1141
  msgstr ""
1142
 
1143
- #: modules/meta/meta-descriptions.php:24 modules/titles/titles.php:23
1144
- msgid "Default Formats"
1145
  msgstr ""
1146
 
1147
- #: modules/meta/meta-descriptions.php:25 modules/meta/meta-keywords.php:33
1148
- msgid "Blog Homepage"
1149
  msgstr ""
1150
 
1151
- #: modules/meta/meta-descriptions.php:31
1152
- msgid "Meta Description"
1153
  msgstr ""
1154
 
1155
- #: modules/meta/meta-descriptions.php:46
1156
- msgid "Post Description Format"
1157
  msgstr ""
1158
 
1159
- #: modules/meta/meta-descriptions.php:53
1160
- msgid "Blog Homepage Meta Description"
1161
  msgstr ""
1162
 
1163
- #: modules/meta/meta-descriptions.php:55
1164
- msgid "Use this blog&#8217s tagline as the default homepage description."
1165
  msgstr ""
1166
 
1167
- #: modules/meta/meta-descriptions.php:56
1168
- msgid "Default Value"
1169
  msgstr ""
1170
 
1171
- #: modules/meta/meta-descriptions.php:108
1172
- msgid "Meta Description:"
1173
  msgstr ""
1174
 
1175
- #: modules/meta/meta-descriptions.php:111
1176
- msgid "You&#8217;ve entered %s characters. Most search engines use up to 160."
1177
  msgstr ""
1178
 
1179
- #: modules/meta/meta-descriptions.php:119
1180
  msgid ""
1181
- "<strong>Description</strong> &mdash; The value of the meta description tag. "
1182
- "The description will often appear underneath the title in search engine "
1183
- "results. Writing an accurate, attention-grabbing description for every post "
1184
- "is important to ensuring a good search results clickthrough rate."
1185
  msgstr ""
1186
 
1187
- #: modules/meta/meta-keywords.php:12
1188
- msgid "Meta Keywords Editor"
1189
  msgstr ""
1190
 
1191
- #: modules/meta/meta-keywords.php:13 modules/meta/meta-keywords.php:39
1192
- msgid "Meta Keywords"
 
 
1193
  msgstr ""
1194
 
1195
- #: modules/meta/meta-keywords.php:55
1196
- msgid "The %d most commonly-used words"
 
1197
  msgstr ""
1198
 
1199
- #: modules/meta/meta-keywords.php:68
1200
- msgid "Sitewide Keywords"
1201
  msgstr ""
1202
 
1203
- #: modules/meta/meta-keywords.php:68
1204
- msgid "(Separate with commas)"
1205
  msgstr ""
1206
 
1207
- #: modules/meta/meta-keywords.php:75
1208
- msgid "Blog Homepage Meta Keywords"
 
 
1209
  msgstr ""
1210
 
1211
- #: modules/meta/meta-keywords.php:152
1212
- msgid "Meta Keywords:<br /><em>(separate with commas)</em>"
1213
  msgstr ""
1214
 
1215
- #: modules/meta/meta-keywords.php:157
1216
  msgid ""
1217
- "<strong>Keywords</strong> &mdash; The value of the meta keywords tag. The "
1218
- "keywords list gives search engines a hint as to what this post/page is "
1219
- "about. Be sure to separate keywords with commas, like so: <samp>one,two,"
1220
- "three</samp>."
1221
  msgstr ""
1222
 
1223
- #: modules/class.su-importmodule.php:49
1224
- msgid "Import Post Fields"
 
 
1225
  msgstr ""
1226
 
1227
- #: modules/class.su-importmodule.php:50
1228
- msgid ""
1229
- "Post fields store the SEO data for your posts/pages (i.e. your custom title "
1230
- "tags, meta descriptions, and meta keywords). If you provided custom titles/"
1231
- "descriptions/keywords to %s, this importer can move that data over to SEO "
1232
- "Ultimate."
1233
  msgstr ""
1234
 
1235
- #: modules/class.su-importmodule.php:53
1236
- msgid "Conflict Resolution Mode"
1237
  msgstr ""
1238
 
1239
- #: modules/class.su-importmodule.php:54
1240
  msgid ""
1241
- "What should the import tool do if it tries to move over a post&#8217;s %s "
1242
- "data, but different data already exists in the corresponding SEO Ultimate "
1243
- "fields?"
 
1244
  msgstr ""
1245
 
1246
- #: modules/class.su-importmodule.php:56
1247
- msgid "Skip that post and leave all data as-is (default)."
 
 
1248
  msgstr ""
1249
 
1250
- #: modules/class.su-importmodule.php:57
1251
- msgid "Delete the SEO Ultimate data and replace it with the %s data."
1252
  msgstr ""
1253
 
1254
- #: modules/class.su-importmodule.php:58
1255
- msgid "Keep the SEO Ultimate data and delete the %s data."
1256
  msgstr ""
1257
 
1258
- #: modules/class.su-importmodule.php:61
1259
- msgid "Deletion Preference"
 
 
 
1260
  msgstr ""
1261
 
1262
- #: modules/class.su-importmodule.php:62
 
 
 
 
1263
  msgid ""
1264
- "When the migration tool successfully copies a post&#8217;s %1$s data over to "
1265
- "SEO Ultimate, what should it do with the old %1$s data?"
1266
  msgstr ""
1267
 
1268
- #: modules/class.su-importmodule.php:64
1269
- msgid "Delete the %s data."
 
 
 
 
1270
  msgstr ""
1271
 
1272
- #: modules/class.su-importmodule.php:65
1273
- msgid "Leave behind the duplicate %s data (default)."
1274
  msgstr ""
1275
 
1276
- #: modules/class.su-importmodule.php:72
1277
- msgid "Import Now"
1278
  msgstr ""
1279
 
1280
- #: modules/class.su-importmodule.php:75
1281
  msgid ""
1282
- "The import cannot be undone. It is your responsibility to <a href=\"%s\" "
1283
- "target=\"_blank\">backup your database</a> before proceeding!"
 
 
 
1284
  msgstr ""
1285
 
1286
- #: modules/class.su-importmodule.php:84
1287
- msgid "Import complete."
1288
  msgstr ""
1289
 
1290
- #: modules/class.su-importmodule.php:90
1291
- msgid "Return to import page"
1292
  msgstr ""
1293
 
1294
- #: modules/class.su-importmodule.php:93
1295
- msgid "Return to settings page"
 
 
1296
  msgstr ""
1297
 
1298
- #: modules/class.su-importmodule.php:96
1299
- msgid "Return to SEO page"
 
1300
  msgstr ""
1301
 
1302
- #: modules/class.su-importmodule.php:116
1303
- msgid "Deactivated %s."
1304
  msgstr ""
1305
 
1306
- #: modules/class.su-importmodule.php:174
1307
- msgid "Imported a total of %d fields for one post/page/revision."
1308
- msgid_plural "Imported a total of %1$d fields for %2$d posts/pages/revisions."
1309
- msgstr[0] ""
1310
- msgstr[1] ""
1311
 
1312
- #: modules/class.su-importmodule.php:180
1313
- msgid "Skipped one post with disabled %2$s data."
1314
- msgid_plural "Skipped %1$d posts with disabled %2$s data."
1315
- msgstr[0] ""
1316
- msgstr[1] ""
1317
 
1318
- #: modules/class.su-importmodule.php:186
1319
- msgid ""
1320
- "Overwrote one SEO Ultimate field with %2$s data, as instructed by the "
1321
- "settings you chose."
1322
- msgid_plural ""
1323
- "Overwrote %1$d SEO Ultimate fields with %2$s data, as instructed by the "
1324
- "settings you chose."
1325
- msgstr[0] ""
1326
- msgstr[1] ""
1327
 
1328
- #: modules/class.su-importmodule.php:192
1329
- msgid "Deleted one %2$s field, as instructed by the settings you chose."
1330
- msgid_plural ""
1331
- "Deleted %1$d %2$s fields, as instructed by the settings you chose."
1332
- msgstr[0] ""
1333
- msgstr[1] ""
1334
 
1335
- #: modules/sds-blog/sds-blog.php:12
1336
- msgid "Whitepapers"
1337
  msgstr ""
1338
 
1339
- #: modules/sds-blog/sds-blog.php:13
1340
- msgid "SEO Design Solutions Whitepapers"
1341
  msgstr ""
1342
 
1343
- #. #-#-#-#-# plugin.pot (SEO Ultimate 5.4) #-#-#-#-#
1344
- #. Author of the plugin/theme
1345
- #: modules/sds-blog/sds-blog.php:49
1346
- msgid "SEO Design Solutions"
1347
  msgstr ""
1348
 
1349
- #: modules/sds-blog/sds-blog.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1350
  msgid ""
1351
- "The search engine optimization articles below are loaded from the website of "
1352
- "SEO Design Solutions, the company behind the SEO Ultimate plugin. Click on "
1353
- "an article&#8217;s title to read it."
1354
  msgstr ""
1355
 
1356
- #: modules/internal-link-aliases/internal-link-aliases.php:20
1357
- msgid "Link Mask Generator"
 
 
1358
  msgstr ""
1359
 
1360
- #: modules/internal-link-aliases/internal-link-aliases.php:24
1361
- msgid "Alias Directory"
1362
  msgstr ""
1363
 
1364
- #: modules/internal-link-aliases/internal-link-aliases.php:43
1365
- msgid "Link Masks"
1366
  msgstr ""
1367
 
1368
- #: modules/internal-link-aliases/internal-link-aliases.php:46
1369
- msgid "Mask URL"
1370
  msgstr ""
1371
 
1372
- #: modules/internal-link-aliases/internal-link-aliases.php:66
1373
- msgid ""
1374
- "You can stop search engines from following a link by typing in a mask for "
1375
- "its URL."
1376
  msgstr ""
1377
 
1378
- #: modules/internal-link-aliases/internal-link-aliases.php:122
1379
- msgid "Added by Link Alias Generator (LAG) module"
1380
  msgstr ""
1381
 
1382
- #: modules/internal-link-aliases/internal-link-aliases.php:133
1383
- msgid "End LAG"
1384
  msgstr ""
1385
 
1386
- #: modules/linkbox/linkbox.php:12
1387
- msgid "Linkbox Inserter"
1388
  msgstr ""
1389
 
1390
- #: modules/linkbox/linkbox.php:18
1391
- msgid "Link to this post!"
1392
  msgstr ""
1393
 
1394
- #: modules/linkbox/linkbox.php:45
1395
- msgid "At the end of posts"
1396
  msgstr ""
1397
 
1398
- #: modules/linkbox/linkbox.php:46
1399
- msgid "At the end of pages"
1400
  msgstr ""
1401
 
1402
- #: modules/linkbox/linkbox.php:47
1403
- msgid "When called by the su_linkbox hook"
1404
  msgstr ""
1405
 
1406
- #: modules/linkbox/linkbox.php:48
1407
- msgid "Display linkboxes..."
 
 
1408
  msgstr ""
1409
 
1410
- #: modules/linkbox/linkbox.php:49
1411
- msgid "Linkbox HTML"
1412
  msgstr ""
1413
 
1414
- #: modules/competition-queries/competition-queries.php:12
1415
- msgid "Competition Researcher"
 
 
 
1416
  msgstr ""
1417
 
1418
- #: modules/competition-queries/competition-queries.php:13
1419
- msgid "Comp. Researcher"
 
 
 
1420
  msgstr ""
1421
 
1422
- #: modules/competition-queries/competition-queries.php:17
1423
  msgid ""
1424
- "The Competition Researcher provides you with easy access to various search "
1425
- "engine tools which you can use to research multiple search queries or URLs."
 
1426
  msgstr ""
1427
 
1428
- #: modules/competition-queries/competition-queries.php:21
1429
- msgid "Step 1: Choose Your Research Tool"
 
 
1430
  msgstr ""
1431
 
1432
- #: modules/competition-queries/competition-queries.php:25
1433
- msgid "Keywords"
 
 
1434
  msgstr ""
1435
 
1436
- #: modules/competition-queries/competition-queries.php:25
1437
- msgid "Normal Search"
 
 
1438
  msgstr ""
1439
 
1440
- #: modules/competition-queries/competition-queries.php:25
1441
- msgid "Find out how many pages contain the words in each query"
1442
  msgstr ""
1443
 
1444
- #: modules/competition-queries/competition-queries.php:26
1445
- msgid "Phrase Match"
1446
  msgstr ""
1447
 
1448
- #: modules/competition-queries/competition-queries.php:26
1449
  msgid ""
1450
- "Find out how many &#8220;actual&#8221; pages are competing for each query"
 
1451
  msgstr ""
1452
 
1453
- #: modules/competition-queries/competition-queries.php:27
1454
- msgid "Allinanchor"
1455
  msgstr ""
1456
 
1457
- #: modules/competition-queries/competition-queries.php:27
1458
- msgid "Find out which sites have the most links for each query"
1459
  msgstr ""
1460
 
1461
- #: modules/competition-queries/competition-queries.php:28
1462
- msgid "Allintitle"
1463
  msgstr ""
1464
 
1465
- #: modules/competition-queries/competition-queries.php:28
1466
- msgid ""
1467
- "Find out which sites have the highest relevance in the title for each query"
1468
  msgstr ""
1469
 
1470
- #: modules/competition-queries/competition-queries.php:29
1471
- msgid "Allintext"
1472
  msgstr ""
1473
 
1474
- #: modules/competition-queries/competition-queries.php:29
1475
- msgid "Find out which sites have the most relevant content/text on their pages"
1476
  msgstr ""
1477
 
1478
- #: modules/competition-queries/competition-queries.php:30
1479
- msgid "Allinurl"
1480
  msgstr ""
1481
 
1482
- #: modules/competition-queries/competition-queries.php:30
1483
- msgid ""
1484
- "Find out which sites have the most relevant naming conventions for each "
1485
- "keyword"
1486
  msgstr ""
1487
 
1488
- #: modules/competition-queries/competition-queries.php:32
1489
- msgid "URLs"
1490
  msgstr ""
1491
 
1492
- #: modules/competition-queries/competition-queries.php:32
1493
- msgid "Site"
1494
  msgstr ""
1495
 
1496
- #: modules/competition-queries/competition-queries.php:32
1497
- msgid "Find out how many pages are indexed for each domain"
1498
  msgstr ""
1499
 
1500
- #: modules/competition-queries/competition-queries.php:33
1501
- #: modules/competition-queries/competition-queries.php:38
1502
- msgid "Inbound Links"
1503
  msgstr ""
1504
 
1505
- #: modules/competition-queries/competition-queries.php:33
1506
- msgid "Find out how many sites link to the domains"
 
1507
  msgstr ""
1508
 
1509
- #: modules/competition-queries/competition-queries.php:34
1510
- #: modules/competition-queries/competition-queries.php:38
1511
- msgid "Outbound Links"
1512
  msgstr ""
1513
 
1514
- #: modules/competition-queries/competition-queries.php:34
1515
- msgid "Find out how many sites the domains link to"
1516
  msgstr ""
1517
 
1518
- #: modules/competition-queries/competition-queries.php:56
1519
- msgid "Step 2: Enter the <span id=\"methodtype\">Keywords</span> To Research"
1520
  msgstr ""
1521
 
1522
- #: modules/competition-queries/competition-queries.php:58
1523
- msgid "(Type in one per line)"
1524
  msgstr ""
1525
 
1526
- #: modules/competition-queries/competition-queries.php:60
1527
- msgid "Step 3: Set Options and Submit"
1528
  msgstr ""
1529
 
1530
- #: modules/competition-queries/competition-queries.php:62
1531
- #: modules/site-keyword-queries/site-keyword-queries.php:28
1532
- msgid "Show 100 results per page"
 
1533
  msgstr ""
1534
 
1535
- #: modules/competition-queries/competition-queries.php:64
1536
- #: modules/site-keyword-queries/site-keyword-queries.php:30
1537
- msgid "Use Google&#8217;s minimal mode"
1538
  msgstr ""
1539
 
1540
- #: modules/competition-queries/competition-queries.php:70
1541
- #: modules/site-keyword-queries/site-keyword-queries.php:33
1542
- msgid "Submit"
1543
  msgstr ""
1544
 
1545
- #: modules/titles/titles.php:12
1546
- msgid "Title Tag Rewriter"
1547
  msgstr ""
1548
 
1549
- #: modules/titles/titles.php:30
1550
- msgid "Title Tag"
1551
  msgstr ""
1552
 
1553
- #: modules/titles/titles.php:43
1554
- msgid ""
1555
- "Convert lowercase category/tag names to title case when used in title tags."
1556
  msgstr ""
1557
 
1558
- #: modules/titles/titles.php:43
1559
- msgid "Title Tag Variables"
1560
  msgstr ""
1561
 
1562
- #: modules/titles/titles.php:51
1563
- msgid "{blog}"
1564
  msgstr ""
1565
 
1566
- #: modules/titles/titles.php:52
1567
- msgid "{post} | {blog}"
1568
  msgstr ""
1569
 
1570
- #: modules/titles/titles.php:53
1571
- msgid "{page} | {blog}"
1572
  msgstr ""
1573
 
1574
- #: modules/titles/titles.php:54
1575
- msgid "{category} | {blog}"
1576
  msgstr ""
1577
 
1578
- #: modules/titles/titles.php:55
1579
- msgid "{tag} | {blog}"
1580
  msgstr ""
1581
 
1582
- #: modules/titles/titles.php:56
1583
- msgid "Archives for {month} {day}, {year} | {blog}"
1584
  msgstr ""
1585
 
1586
- #: modules/titles/titles.php:57
1587
- msgid "Archives for {month} {year} | {blog}"
1588
  msgstr ""
1589
 
1590
- #: modules/titles/titles.php:58
1591
- msgid "Archives for {year} | {blog}"
1592
  msgstr ""
1593
 
1594
- #: modules/titles/titles.php:59
1595
- msgid "Posts by {author} | {blog}"
1596
  msgstr ""
1597
 
1598
- #: modules/titles/titles.php:60
1599
- msgid "Search Results for {query} | {blog}"
1600
  msgstr ""
1601
 
1602
- #: modules/titles/titles.php:61
1603
- msgid "404 Not Found | {blog}"
1604
  msgstr ""
1605
 
1606
- #: modules/titles/titles.php:62
1607
- msgid "{title} - Page {num}"
 
 
1608
  msgstr ""
1609
 
1610
- #: modules/titles/titles.php:70
1611
- msgid "Blog Homepage Title"
1612
  msgstr ""
1613
 
1614
- #: modules/titles/titles.php:71
1615
- msgid "Post Title Format"
1616
  msgstr ""
1617
 
1618
- #: modules/titles/titles.php:72
1619
- msgid "Page Title Format"
1620
  msgstr ""
1621
 
1622
- #: modules/titles/titles.php:73
1623
- msgid "Category Title Format"
1624
  msgstr ""
1625
 
1626
- #: modules/titles/titles.php:74
1627
- msgid "Tag Title Format"
1628
  msgstr ""
1629
 
1630
- #: modules/titles/titles.php:75
1631
- msgid "Day Archive Title Format"
1632
  msgstr ""
1633
 
1634
- #: modules/titles/titles.php:76
1635
- msgid "Month Archive Title Format"
1636
  msgstr ""
1637
 
1638
- #: modules/titles/titles.php:77
1639
- msgid "Year Archive Title Format"
1640
  msgstr ""
1641
 
1642
- #: modules/titles/titles.php:78
1643
- msgid "Author Archive Title Format"
1644
  msgstr ""
1645
 
1646
- #: modules/titles/titles.php:79
1647
- msgid "Search Title Format"
 
 
 
 
1648
  msgstr ""
1649
 
1650
- #: modules/titles/titles.php:80
1651
- msgid "404 Title Format"
1652
  msgstr ""
1653
 
1654
- #: modules/titles/titles.php:81
1655
- msgid "Pagination Title Format"
1656
  msgstr ""
1657
 
1658
- #: modules/titles/titles.php:307
1659
- msgid "Title Tag:"
1660
  msgstr ""
1661
 
1662
- #: modules/titles/titles.php:312
1663
  msgid ""
1664
- "<strong>Title Tag</strong> &mdash; The exact contents of the &lt;title&gt; "
1665
- "tag. The title appears in visitors&#8217; title bars and in search engine "
1666
- "result titles. If this box is left blank, then the <a href=\"admin.php?"
1667
- "page=su-titles\" target=\"_blank\">default post/page titles</a> are used."
 
 
 
1668
  msgstr ""
1669
 
1670
- #: modules/user-code/user-code.php:12
1671
- msgid "Code Inserter"
1672
  msgstr ""
1673
 
1674
- #: modules/user-code/user-code.php:27
1675
- msgid "Everywhere"
1676
  msgstr ""
1677
 
1678
- #: modules/user-code/user-code.php:34
1679
- msgid "&lt;head&gt; Tag"
1680
  msgstr ""
1681
 
1682
- #: modules/user-code/user-code.php:35
1683
- msgid "Before Item Content"
1684
  msgstr ""
1685
 
1686
- #: modules/user-code/user-code.php:36
1687
- msgid "After Item Content"
 
 
1688
  msgstr ""
1689
 
1690
- #: modules/user-code/user-code.php:37
1691
- msgid "Footer"
1692
  msgstr ""
1693
 
1694
- #: modules/user-code/user-code.php:51
1695
- msgid "Code Inserter module"
1696
  msgstr ""
1697
 
1698
- #: modules/rich-snippets/rich-snippets.php:12
1699
- msgid "Rich Snippet Creator"
1700
  msgstr ""
1701
 
1702
- #: modules/rich-snippets/rich-snippets.php:17
1703
- msgid ""
1704
- "Reviews\n"
1705
- "Review"
1706
  msgstr ""
1707
 
1708
- #: modules/rich-snippets/rich-snippets.php:28
1709
- msgid "Data Format"
1710
  msgstr ""
1711
 
1712
- #: modules/rich-snippets/rich-snippets.php:29
1713
- msgid "Categories/Tags That Indicate Reviews"
1714
  msgstr ""
1715
 
1716
- #: modules/rich-snippets/rich-snippets.php:37
1717
- msgid "Microformats (recommended)"
1718
  msgstr ""
1719
 
1720
- #: modules/rich-snippets/rich-snippets.php:43
1721
- msgid "HTML5 Microdata"
1722
  msgstr ""
1723
 
1724
- #: modules/rich-snippets/rich-snippets.php:49
1725
- msgid "RDFa"
1726
  msgstr ""
1727
 
1728
- #: modules/rich-snippets/rich-snippets.php:62
1729
- #: modules/rich-snippets/rich-snippets.php:218
1730
- msgid "Review"
1731
  msgstr ""
1732
 
1733
- #: modules/rich-snippets/rich-snippets.php:70
1734
- msgid "Star Rating"
1735
  msgstr ""
1736
 
1737
- #: modules/rich-snippets/rich-snippets.php:79
1738
- msgid "Review Author"
1739
  msgstr ""
1740
 
1741
- #: modules/rich-snippets/rich-snippets.php:85
1742
- msgid "Date Reviewed"
1743
  msgstr ""
1744
 
1745
- #: modules/rich-snippets/rich-snippets.php:217
1746
- #: modules/rich-snippets/rich-snippets.php:223
1747
- msgid "None"
1748
  msgstr ""
1749
 
1750
- #: modules/rich-snippets/rich-snippets.php:219
1751
- msgid "Rich Snippet Type:"
1752
  msgstr ""
1753
 
1754
- #: modules/rich-snippets/rich-snippets.php:224
1755
- msgid "0.5 stars"
1756
  msgstr ""
1757
 
1758
- #: modules/rich-snippets/rich-snippets.php:225
1759
- msgid "1 star"
1760
  msgstr ""
1761
 
1762
- #: modules/rich-snippets/rich-snippets.php:226
1763
- msgid "1.5 stars"
1764
  msgstr ""
1765
 
1766
- #: modules/rich-snippets/rich-snippets.php:227
1767
- msgid "2 stars"
1768
  msgstr ""
1769
 
1770
- #: modules/rich-snippets/rich-snippets.php:228
1771
- msgid "2.5 stars"
1772
  msgstr ""
1773
 
1774
- #: modules/rich-snippets/rich-snippets.php:229
1775
- msgid "3 stars"
1776
  msgstr ""
1777
 
1778
- #: modules/rich-snippets/rich-snippets.php:230
1779
- msgid "3.5 stars"
1780
  msgstr ""
1781
 
1782
- #: modules/rich-snippets/rich-snippets.php:231
1783
- msgid "4 stars"
1784
  msgstr ""
1785
 
1786
- #: modules/rich-snippets/rich-snippets.php:232
1787
- msgid "4.5 stars"
1788
  msgstr ""
1789
 
1790
- #: modules/rich-snippets/rich-snippets.php:233
1791
- msgid "5 stars"
1792
  msgstr ""
1793
 
1794
- #: modules/rich-snippets/rich-snippets.php:234
1795
- msgid "Star Rating for Reviewed Item:"
 
 
1796
  msgstr ""
1797
 
1798
- #: modules/site-keyword-queries/site-keyword-queries.php:12
1799
- msgid "Internal Relevance Researcher"
1800
  msgstr ""
1801
 
1802
- #: modules/site-keyword-queries/site-keyword-queries.php:13
1803
- msgid "Int. Rel. Researcher"
1804
  msgstr ""
1805
 
1806
- #: modules/site-keyword-queries/site-keyword-queries.php:21
1807
- msgid "Step 1: Enter Keywords"
1808
  msgstr ""
1809
 
1810
- #: modules/site-keyword-queries/site-keyword-queries.php:23
1811
- msgid "(Type one keyword per line)"
1812
  msgstr ""
1813
 
1814
- #: modules/site-keyword-queries/site-keyword-queries.php:25
1815
- msgid "Step 2: Set Options and Submit"
1816
  msgstr ""
1817
 
1818
- #: modules/site-keyword-queries/site-keyword-queries.php:27
1819
- msgid "Put keywords in quotes"
1820
  msgstr ""
1821
 
1822
- #: modules/files/files.php:14
1823
- msgid "File Editor"
1824
  msgstr ""
1825
 
1826
- #: modules/files/files.php:53
1827
- msgid ""
1828
- "A .htaccess file exists, but it&#8217;s not writable. You can edit it here "
1829
- "once the file permissions are corrected."
1830
  msgstr ""
1831
 
1832
- #: modules/files/files.php:59
1833
- msgid ""
1834
- "WordPress won&#8217;t be able to display your robots.txt file because the "
1835
- "default <a href=\"options-permalink.php\" target=\"_blank\">permalink "
1836
- "structure</a> is in use."
1837
  msgstr ""
1838
 
1839
- #: modules/files/files.php:66
1840
- msgid "robots.txt [<a href=\"%s\" target=\"_blank\">Open</a>]"
1841
  msgstr ""
1842
 
1843
- #: modules/files/files.php:70
1844
- msgid "Enable this custom robots.txt file and disable the default file"
1845
  msgstr ""
1846
 
1847
- #: modules/files/files.php:71
1848
- msgid "Let other plugins add rules to my custom robots.txt file"
1849
  msgstr ""
1850
 
1851
- #: modules/files/files.php:72
1852
- msgid "robots.txt Settings"
 
 
 
 
1853
  msgstr ""
1854
 
1855
- #: modules/files/files.php:75
1856
- msgid ""
1857
- "Please realize that incorrectly editing your robots.txt file could block "
1858
- "search engines from your site."
1859
  msgstr ""
1860
 
1861
- #: modules/files/files.php:79
1862
- msgid ".htaccess"
1863
  msgstr ""
1864
 
1865
- #: modules/files/files.php:82
1866
- msgid ""
1867
- "Also, incorrectly editing your .htaccess file could disable your entire "
1868
- "website. Edit with caution!"
1869
  msgstr ""
1870
 
1871
- #: modules/files/files.php:134
1872
- msgid ""
1873
- "Please note that your privacy settings won&#8217;t have any effect on your "
1874
- "robots.txt file, since you&#8217;re using <a href=\"%s\">a custom one</a>."
1875
  msgstr ""
1876
 
1877
- #: modules/canonical/canonical.php:12
1878
- msgid "Canonicalizer"
1879
  msgstr ""
1880
 
1881
- #: modules/canonical/canonical.php:33
1882
- msgid "Generate <code>&lt;link rel=&quot;canonical&quot; /&gt;</code> tags."
1883
  msgstr ""
1884
 
1885
- #: modules/canonical/canonical.php:34
1886
- msgid "Redirect requests for nonexistent pagination."
 
 
 
 
1887
  msgstr ""
1888
 
1889
  #. Plugin URI of the plugin/theme
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SEO Ultimate 5.5\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
+ "POT-Creation-Date: 2011-05-20 17:18:27+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
19
  "Ultimate to remove this notice."
20
  msgstr ""
21
 
22
+ #: modules/class.su-module.php:368
23
+ msgid ""
24
+ "(Note: This translated documentation was designed for an older version of "
25
+ "SEO Ultimate and may be outdated.)"
26
  msgstr ""
27
 
28
+ #: modules/class.su-module.php:971
29
+ msgid "%s %s|Dropdown Title"
30
  msgstr ""
31
 
32
+ #: modules/class.su-module.php:999
33
+ msgid "%1$s | %2$s %3$s by %4$s"
34
  msgstr ""
35
 
36
+ #: modules/class.su-module.php:1056
37
+ msgid "Name"
38
  msgstr ""
39
 
40
+ #: modules/class.su-module.php:1067
41
+ msgid "Your site currently doesn&#8217;t have any public items of this type."
42
  msgstr ""
43
 
44
+ #: modules/class.su-module.php:1150
45
+ msgid "&laquo;"
 
 
46
  msgstr ""
47
 
48
+ #: modules/class.su-module.php:1151
49
+ msgid "&raquo;"
50
  msgstr ""
51
 
52
+ #: modules/class.su-module.php:1158
53
+ msgid "Displaying %s&#8211;%s of %s"
54
  msgstr ""
55
 
56
+ #: modules/class.su-module.php:1171 modules/404s/fofs-log.php:116
57
+ msgid "Actions"
58
  msgstr ""
59
 
60
+ #: modules/class.su-module.php:1172
61
+ msgid "ID"
62
  msgstr ""
63
 
64
+ #: modules/class.su-module.php:1205
65
+ msgid "View"
66
  msgstr ""
67
 
68
+ #: modules/class.su-module.php:1205
69
+ msgid "Edit"
70
  msgstr ""
71
 
72
+ #: modules/class.su-module.php:1360
73
+ msgid "Settings updated."
74
  msgstr ""
75
 
76
+ #: modules/class.su-module.php:1381
77
+ msgid "Save Changes"
78
  msgstr ""
79
 
80
+ #: modules/class.su-module.php:1869
81
+ msgid ""
82
+ "Are you sure you want to replace the textbox contents with this default "
83
+ "value?"
84
  msgstr ""
85
 
86
+ #: modules/class.su-module.php:1884 modules/settings/settings-data.php:23
87
+ msgid "Reset"
88
  msgstr ""
89
 
90
+ #: modules/class.su-importmodule.php:49
91
+ msgid "Import Post Fields"
92
  msgstr ""
93
 
94
+ #: modules/class.su-importmodule.php:50
95
+ msgid ""
96
+ "Post fields store the SEO data for your posts/pages (i.e. your custom title "
97
+ "tags, meta descriptions, and meta keywords). If you provided custom titles/"
98
+ "descriptions/keywords to %s, this importer can move that data over to SEO "
99
+ "Ultimate."
100
  msgstr ""
101
 
102
+ #: modules/class.su-importmodule.php:53
103
+ msgid "Conflict Resolution Mode"
104
  msgstr ""
105
 
106
+ #: modules/class.su-importmodule.php:54
107
  msgid ""
108
+ "What should the import tool do if it tries to move over a post&#8217;s %s "
109
+ "data, but different data already exists in the corresponding SEO Ultimate "
110
+ "fields?"
 
111
  msgstr ""
112
 
113
+ #: modules/class.su-importmodule.php:56
114
+ msgid "Skip that post and leave all data as-is (default)."
115
  msgstr ""
116
 
117
+ #: modules/class.su-importmodule.php:57
118
+ msgid "Delete the SEO Ultimate data and replace it with the %s data."
119
  msgstr ""
120
 
121
+ #: modules/class.su-importmodule.php:58
122
+ msgid "Keep the SEO Ultimate data and delete the %s data."
123
  msgstr ""
124
 
125
+ #: modules/class.su-importmodule.php:61
126
+ msgid "Deletion Preference"
127
  msgstr ""
128
 
129
+ #: modules/class.su-importmodule.php:62
130
+ msgid ""
131
+ "When the migration tool successfully copies a post&#8217;s %1$s data over to "
132
+ "SEO Ultimate, what should it do with the old %1$s data?"
133
  msgstr ""
134
 
135
+ #: modules/class.su-importmodule.php:64
136
+ msgid "Delete the %s data."
137
  msgstr ""
138
 
139
+ #: modules/class.su-importmodule.php:65
140
+ msgid "Leave behind the duplicate %s data (default)."
141
  msgstr ""
142
 
143
+ #: modules/class.su-importmodule.php:72
144
+ msgid "Import Now"
145
  msgstr ""
146
 
147
+ #: modules/class.su-importmodule.php:75
148
+ msgid ""
149
+ "The import cannot be undone. It is your responsibility to <a href=\"%s\" "
150
+ "target=\"_blank\">backup your database</a> before proceeding!"
151
  msgstr ""
152
 
153
+ #: modules/class.su-importmodule.php:84
154
+ msgid "Import complete."
155
  msgstr ""
156
 
157
+ #: modules/class.su-importmodule.php:90
158
+ msgid "Return to import page"
159
  msgstr ""
160
 
161
+ #: modules/class.su-importmodule.php:93
162
+ msgid "Return to settings page"
163
  msgstr ""
164
 
165
+ #: modules/class.su-importmodule.php:96
166
+ msgid "Return to SEO page"
167
  msgstr ""
168
 
169
+ #: modules/class.su-importmodule.php:116
170
+ msgid "Deactivated %s."
171
  msgstr ""
172
 
173
+ #: modules/class.su-importmodule.php:174
174
+ msgid "Imported a total of %d fields for one post/page/revision."
175
+ msgid_plural "Imported a total of %1$d fields for %2$d posts/pages/revisions."
176
+ msgstr[0] ""
177
+ msgstr[1] ""
178
 
179
+ #: modules/class.su-importmodule.php:180
180
+ msgid "Skipped one post with disabled %2$s data."
181
+ msgid_plural "Skipped %1$d posts with disabled %2$s data."
182
+ msgstr[0] ""
183
+ msgstr[1] ""
184
 
185
+ #: modules/class.su-importmodule.php:186
186
+ msgid ""
187
+ "Overwrote one SEO Ultimate field with %2$s data, as instructed by the "
188
+ "settings you chose."
189
+ msgid_plural ""
190
+ "Overwrote %1$d SEO Ultimate fields with %2$s data, as instructed by the "
191
+ "settings you chose."
192
+ msgstr[0] ""
193
+ msgstr[1] ""
194
 
195
+ #: modules/class.su-importmodule.php:192
196
+ msgid "Deleted one %2$s field, as instructed by the settings you chose."
197
+ msgid_plural ""
198
+ "Deleted %1$d %2$s fields, as instructed by the settings you chose."
199
+ msgstr[0] ""
200
+ msgstr[1] ""
201
 
202
+ #: modules/rich-snippets/rich-snippets.php:12
203
+ msgid "Rich Snippet Creator"
204
  msgstr ""
205
 
206
+ #: modules/rich-snippets/rich-snippets.php:17
207
+ msgid ""
208
+ "Reviews\n"
209
+ "Review"
210
  msgstr ""
211
 
212
+ #: modules/rich-snippets/rich-snippets.php:28
213
+ msgid "Data Format"
214
  msgstr ""
215
 
216
+ #: modules/rich-snippets/rich-snippets.php:29
217
+ msgid "Categories/Tags That Indicate Reviews"
218
  msgstr ""
219
 
220
+ #: modules/rich-snippets/rich-snippets.php:37
221
+ msgid "Microformats (recommended)"
222
  msgstr ""
223
 
224
+ #: modules/rich-snippets/rich-snippets.php:43
225
+ msgid "HTML5 Microdata"
226
  msgstr ""
227
 
228
+ #: modules/rich-snippets/rich-snippets.php:49
229
+ msgid "RDFa"
230
  msgstr ""
231
 
232
+ #: modules/rich-snippets/rich-snippets.php:62
233
+ #: modules/rich-snippets/rich-snippets.php:218
234
+ msgid "Review"
235
  msgstr ""
236
 
237
+ #: modules/rich-snippets/rich-snippets.php:70
238
+ msgid "Star Rating"
239
  msgstr ""
240
 
241
+ #: modules/rich-snippets/rich-snippets.php:79
242
+ msgid "Review Author"
243
  msgstr ""
244
 
245
+ #: modules/rich-snippets/rich-snippets.php:85
246
+ msgid "Date Reviewed"
247
  msgstr ""
248
 
249
+ #: modules/rich-snippets/rich-snippets.php:217
250
+ #: modules/rich-snippets/rich-snippets.php:223
251
+ msgid "None"
252
  msgstr ""
253
 
254
+ #: modules/rich-snippets/rich-snippets.php:219
255
+ msgid "Rich Snippet Type:"
256
  msgstr ""
257
 
258
+ #: modules/rich-snippets/rich-snippets.php:224
259
+ msgid "0.5 stars"
260
  msgstr ""
261
 
262
+ #: modules/rich-snippets/rich-snippets.php:225
263
+ msgid "1 star"
264
  msgstr ""
265
 
266
+ #: modules/rich-snippets/rich-snippets.php:226
267
+ msgid "1.5 stars"
268
  msgstr ""
269
 
270
+ #: modules/rich-snippets/rich-snippets.php:227
271
+ msgid "2 stars"
272
  msgstr ""
273
 
274
+ #: modules/rich-snippets/rich-snippets.php:228
275
+ msgid "2.5 stars"
276
  msgstr ""
277
 
278
+ #: modules/rich-snippets/rich-snippets.php:229
279
+ msgid "3 stars"
280
  msgstr ""
281
 
282
+ #: modules/rich-snippets/rich-snippets.php:230
283
+ msgid "3.5 stars"
 
 
284
  msgstr ""
285
 
286
+ #: modules/rich-snippets/rich-snippets.php:231
287
+ msgid "4 stars"
288
  msgstr ""
289
 
290
+ #: modules/rich-snippets/rich-snippets.php:232
291
+ msgid "4.5 stars"
292
  msgstr ""
293
 
294
+ #: modules/rich-snippets/rich-snippets.php:233
295
+ msgid "5 stars"
296
  msgstr ""
297
 
298
+ #: modules/rich-snippets/rich-snippets.php:234
299
+ msgid "Star Rating for Reviewed Item:"
300
  msgstr ""
301
 
302
+ #: modules/site-keyword-queries/site-keyword-queries.php:12
303
+ msgid "Internal Relevance Researcher"
304
  msgstr ""
305
 
306
+ #: modules/site-keyword-queries/site-keyword-queries.php:13
307
+ msgid "Int. Rel. Researcher"
308
  msgstr ""
309
 
310
+ #: modules/site-keyword-queries/site-keyword-queries.php:21
311
+ msgid "Step 1: Enter Keywords"
312
  msgstr ""
313
 
314
+ #: modules/site-keyword-queries/site-keyword-queries.php:23
315
+ msgid "(Type one keyword per line)"
316
  msgstr ""
317
 
318
+ #: modules/site-keyword-queries/site-keyword-queries.php:25
319
+ msgid "Step 2: Set Options and Submit"
320
  msgstr ""
321
 
322
+ #: modules/site-keyword-queries/site-keyword-queries.php:27
323
+ msgid "Put keywords in quotes"
324
  msgstr ""
325
 
326
+ #: modules/site-keyword-queries/site-keyword-queries.php:28
327
+ #: modules/competition-queries/competition-queries.php:62
328
+ msgid "Show 100 results per page"
329
  msgstr ""
330
 
331
+ #: modules/site-keyword-queries/site-keyword-queries.php:30
332
+ #: modules/competition-queries/competition-queries.php:64
333
+ msgid "Use Google&#8217;s minimal mode"
334
  msgstr ""
335
 
336
+ #: modules/site-keyword-queries/site-keyword-queries.php:33
337
+ #: modules/competition-queries/competition-queries.php:70
338
+ msgid "Submit"
339
  msgstr ""
340
 
341
+ #: modules/internal-link-aliases/internal-link-aliases.php:20
342
+ msgid "Link Mask Generator"
343
  msgstr ""
344
 
345
+ #: modules/internal-link-aliases/internal-link-aliases.php:24
346
+ msgid "Alias Directory"
347
  msgstr ""
348
 
349
+ #: modules/internal-link-aliases/internal-link-aliases.php:43
350
+ msgid "Link Masks"
351
  msgstr ""
352
 
353
+ #: modules/internal-link-aliases/internal-link-aliases.php:46
354
+ #: modules/autolinks/content-autolinks.php:196
355
+ msgid "URL"
356
  msgstr ""
357
 
358
+ #: modules/internal-link-aliases/internal-link-aliases.php:46
359
+ msgid "Mask URL"
360
  msgstr ""
361
 
362
+ #: modules/internal-link-aliases/internal-link-aliases.php:66
363
+ msgid ""
364
+ "You can stop search engines from following a link by typing in a mask for "
365
+ "its URL."
366
  msgstr ""
367
 
368
+ #: modules/internal-link-aliases/internal-link-aliases.php:122
369
+ msgid "Added by Link Alias Generator (LAG) module"
370
  msgstr ""
371
 
372
+ #: modules/internal-link-aliases/internal-link-aliases.php:133
373
+ msgid "End LAG"
374
  msgstr ""
375
 
376
+ #: modules/titles/titles.php:12
377
+ msgid "Title Tag Rewriter"
378
  msgstr ""
379
 
380
+ #: modules/titles/titles.php:23 modules/meta/meta-descriptions.php:24
381
+ msgid "Default Formats"
382
  msgstr ""
383
 
384
+ #: modules/titles/titles.php:24 modules/404s/fofs-settings.php:17
385
+ msgid "Settings"
386
  msgstr ""
387
 
388
+ #: modules/titles/titles.php:30
389
+ msgid "Title Tag"
390
  msgstr ""
391
 
392
+ #: modules/titles/titles.php:43
393
+ msgid ""
394
+ "Convert lowercase category/tag names to title case when used in title tags."
395
  msgstr ""
396
 
397
+ #: modules/titles/titles.php:43
398
+ msgid "Title Tag Variables"
399
  msgstr ""
400
 
401
+ #: modules/titles/titles.php:51
402
+ msgid "{blog}"
403
  msgstr ""
404
 
405
+ #: modules/titles/titles.php:52
406
+ msgid "{post} | {blog}"
407
  msgstr ""
408
 
409
+ #: modules/titles/titles.php:53
410
+ msgid "{page} | {blog}"
411
  msgstr ""
412
 
413
+ #: modules/titles/titles.php:54
414
+ msgid "{category} | {blog}"
415
  msgstr ""
416
 
417
+ #: modules/titles/titles.php:55
418
+ msgid "{tag} | {blog}"
419
  msgstr ""
420
 
421
+ #: modules/titles/titles.php:56
422
+ msgid "Archives for {month} {day}, {year} | {blog}"
423
  msgstr ""
424
 
425
+ #: modules/titles/titles.php:57
426
+ msgid "Archives for {month} {year} | {blog}"
427
  msgstr ""
428
 
429
+ #: modules/titles/titles.php:58
430
+ msgid "Archives for {year} | {blog}"
 
 
431
  msgstr ""
432
 
433
+ #: modules/titles/titles.php:59
434
+ msgid "Posts by {author} | {blog}"
435
  msgstr ""
436
 
437
+ #: modules/titles/titles.php:60
438
+ msgid "Search Results for {query} | {blog}"
 
 
439
  msgstr ""
440
 
441
+ #: modules/titles/titles.php:61
442
+ msgid "404 Not Found | {blog}"
 
443
  msgstr ""
444
 
445
+ #: modules/titles/titles.php:62
446
+ msgid "{title} - Page {num}"
447
  msgstr ""
448
 
449
+ #: modules/titles/titles.php:70
450
+ msgid "Blog Homepage Title"
451
  msgstr ""
452
 
453
+ #: modules/titles/titles.php:71
454
+ msgid "Post Title Format"
 
 
455
  msgstr ""
456
 
457
+ #: modules/titles/titles.php:72
458
+ msgid "Page Title Format"
459
  msgstr ""
460
 
461
+ #: modules/titles/titles.php:73
462
+ msgid "Category Title Format"
 
 
 
 
463
  msgstr ""
464
 
465
+ #: modules/titles/titles.php:74
466
+ msgid "Tag Title Format"
 
 
467
  msgstr ""
468
 
469
+ #: modules/titles/titles.php:75
470
+ msgid "Day Archive Title Format"
471
  msgstr ""
472
 
473
+ #: modules/titles/titles.php:76
474
+ msgid "Month Archive Title Format"
475
  msgstr ""
476
 
477
+ #: modules/titles/titles.php:77
478
+ msgid "Year Archive Title Format"
 
 
 
 
479
  msgstr ""
480
 
481
+ #: modules/titles/titles.php:78
482
+ msgid "Author Archive Title Format"
 
 
483
  msgstr ""
484
 
485
+ #: modules/titles/titles.php:79
486
+ msgid "Search Title Format"
487
  msgstr ""
488
 
489
+ #: modules/titles/titles.php:80
490
+ msgid "404 Title Format"
491
  msgstr ""
492
 
493
+ #: modules/titles/titles.php:81
494
+ msgid "Pagination Title Format"
 
 
 
495
  msgstr ""
496
 
497
+ #: modules/titles/titles.php:307
498
+ msgid "Title Tag:"
499
  msgstr ""
500
 
501
+ #: modules/titles/titles.php:312
502
  msgid ""
503
+ "<strong>Title Tag</strong> &mdash; The exact contents of the &lt;title&gt; "
504
+ "tag. The title appears in visitors&#8217; title bars and in search engine "
505
+ "result titles. If this box is left blank, then the <a href=\"admin.php?"
506
+ "page=su-titles\" target=\"_blank\">default post/page titles</a> are used."
 
 
 
 
 
 
507
  msgstr ""
508
 
509
+ #: modules/competition-queries/competition-queries.php:12
510
+ msgid "Competition Researcher"
511
  msgstr ""
512
 
513
+ #: modules/competition-queries/competition-queries.php:13
514
+ msgid "Comp. Researcher"
515
  msgstr ""
516
 
517
+ #: modules/competition-queries/competition-queries.php:17
518
  msgid ""
519
+ "The Competition Researcher provides you with easy access to various search "
520
+ "engine tools which you can use to research multiple search queries or URLs."
 
 
 
521
  msgstr ""
522
 
523
+ #: modules/competition-queries/competition-queries.php:21
524
+ msgid "Step 1: Choose Your Research Tool"
525
  msgstr ""
526
 
527
+ #: modules/competition-queries/competition-queries.php:25
528
+ msgid "Keywords"
529
  msgstr ""
530
 
531
+ #: modules/competition-queries/competition-queries.php:25
532
+ msgid "Normal Search"
 
 
533
  msgstr ""
534
 
535
+ #: modules/competition-queries/competition-queries.php:25
536
+ msgid "Find out how many pages contain the words in each query"
 
537
  msgstr ""
538
 
539
+ #: modules/competition-queries/competition-queries.php:26
540
+ msgid "Phrase Match"
541
  msgstr ""
542
 
543
+ #: modules/competition-queries/competition-queries.php:26
544
+ msgid ""
545
+ "Find out how many &#8220;actual&#8221; pages are competing for each query"
546
  msgstr ""
547
 
548
+ #: modules/competition-queries/competition-queries.php:27
549
+ msgid "Allinanchor"
550
  msgstr ""
551
 
552
+ #: modules/competition-queries/competition-queries.php:27
553
+ msgid "Find out which sites have the most links for each query"
554
  msgstr ""
555
 
556
+ #: modules/competition-queries/competition-queries.php:28
557
+ msgid "Allintitle"
558
  msgstr ""
559
 
560
+ #: modules/competition-queries/competition-queries.php:28
561
+ msgid ""
562
+ "Find out which sites have the highest relevance in the title for each query"
563
  msgstr ""
564
 
565
+ #: modules/competition-queries/competition-queries.php:29
566
+ msgid "Allintext"
567
  msgstr ""
568
 
569
+ #: modules/competition-queries/competition-queries.php:29
570
+ msgid "Find out which sites have the most relevant content/text on their pages"
571
  msgstr ""
572
 
573
+ #: modules/competition-queries/competition-queries.php:30
574
+ msgid "Allinurl"
575
+ msgstr ""
576
+
577
+ #: modules/competition-queries/competition-queries.php:30
578
  msgid ""
579
+ "Find out which sites have the most relevant naming conventions for each "
580
+ "keyword"
581
  msgstr ""
582
 
583
+ #: modules/competition-queries/competition-queries.php:32
584
+ msgid "URLs"
585
  msgstr ""
586
 
587
+ #: modules/competition-queries/competition-queries.php:32
588
+ msgid "Site"
 
 
 
589
  msgstr ""
590
 
591
+ #: modules/competition-queries/competition-queries.php:32
592
+ msgid "Find out how many pages are indexed for each domain"
 
 
 
593
  msgstr ""
594
 
595
+ #: modules/competition-queries/competition-queries.php:33
596
+ #: modules/competition-queries/competition-queries.php:38
597
+ msgid "Inbound Links"
 
 
598
  msgstr ""
599
 
600
+ #: modules/competition-queries/competition-queries.php:33
601
+ msgid "Find out how many sites link to the domains"
 
 
602
  msgstr ""
603
 
604
+ #: modules/competition-queries/competition-queries.php:34
605
+ #: modules/competition-queries/competition-queries.php:38
606
+ msgid "Outbound Links"
 
607
  msgstr ""
608
 
609
+ #: modules/competition-queries/competition-queries.php:34
610
+ msgid "Find out how many sites the domains link to"
 
 
611
  msgstr ""
612
 
613
+ #: modules/competition-queries/competition-queries.php:56
614
+ msgid "Step 2: Enter the <span id=\"methodtype\">Keywords</span> To Research"
615
  msgstr ""
616
 
617
+ #: modules/competition-queries/competition-queries.php:58
618
+ msgid "(Type in one per line)"
619
  msgstr ""
620
 
621
+ #: modules/competition-queries/competition-queries.php:60
622
+ msgid "Step 3: Set Options and Submit"
 
 
623
  msgstr ""
624
 
625
+ #: modules/meta/meta-keywords.php:12
626
+ msgid "Meta Keywords Editor"
627
  msgstr ""
628
 
629
+ #: modules/meta/meta-keywords.php:13 modules/meta/meta-keywords.php:39
630
+ msgid "Meta Keywords"
631
  msgstr ""
632
 
633
+ #: modules/meta/meta-keywords.php:32 modules/noindex/noindex.php:43
634
+ msgid "Default Values"
635
  msgstr ""
636
 
637
+ #: modules/meta/meta-keywords.php:33 modules/meta/meta-descriptions.php:25
638
+ msgid "Blog Homepage"
639
  msgstr ""
640
 
641
+ #: modules/meta/meta-keywords.php:55
642
+ msgid "The %d most commonly-used words"
643
  msgstr ""
644
 
645
+ #: modules/meta/meta-keywords.php:68
646
+ msgid "Sitewide Keywords"
647
  msgstr ""
648
 
649
+ #: modules/meta/meta-keywords.php:68
650
+ msgid "(Separate with commas)"
651
  msgstr ""
652
 
653
+ #: modules/meta/meta-keywords.php:75
654
+ msgid "Blog Homepage Meta Keywords"
655
  msgstr ""
656
 
657
+ #: modules/meta/meta-keywords.php:152
658
+ msgid "Meta Keywords:<br /><em>(separate with commas)</em>"
659
  msgstr ""
660
 
661
+ #: modules/meta/meta-keywords.php:157
662
  msgid ""
663
+ "<strong>Keywords</strong> &mdash; The value of the meta keywords tag. The "
664
+ "keywords list gives search engines a hint as to what this post/page is "
665
+ "about. Be sure to separate keywords with commas, like so: <samp>one,two,"
666
+ "three</samp>."
667
  msgstr ""
668
 
669
+ #: modules/meta/webmaster-verify.php:12
670
+ msgid "Webmaster Verification Assistant"
 
 
671
  msgstr ""
672
 
673
+ #: modules/meta/webmaster-verify.php:13
674
+ msgid "W.M. Verification"
675
  msgstr ""
676
 
677
+ #: modules/meta/webmaster-verify.php:45
678
+ msgid "Google Webmaster Tools"
679
  msgstr ""
680
 
681
+ #: modules/meta/webmaster-verify.php:46
682
+ msgid "Yahoo! Site Explorer"
683
  msgstr ""
684
 
685
+ #: modules/meta/webmaster-verify.php:47
686
+ msgid "Bing Webmaster Center"
687
  msgstr ""
688
 
689
+ #: modules/meta/meta-robots.php:12
690
+ msgid "Meta Robot Tags Editor"
691
  msgstr ""
692
 
693
+ #: modules/meta/meta-robots.php:13
694
+ msgid "Meta Robot Tags"
695
  msgstr ""
696
 
697
+ #: modules/meta/meta-robots.php:21
698
+ msgid "Global"
699
  msgstr ""
700
 
701
+ #: modules/meta/meta-robots.php:26
702
+ msgid "Spider Instructions"
703
  msgstr ""
704
 
705
+ #: modules/meta/meta-robots.php:28
706
  msgid ""
707
+ "Don&#8217t use this site&#8217s Open Directory description in search results."
 
 
 
 
708
  msgstr ""
709
 
710
+ #: modules/meta/meta-robots.php:29
711
  msgid ""
712
+ "Don&#8217t use this site&#8217s Yahoo! Directory description in search "
713
+ "results."
714
  msgstr ""
715
 
716
+ #: modules/meta/meta-robots.php:30
717
+ msgid "Don&#8217t cache or archive this site."
718
  msgstr ""
719
 
720
+ #: modules/meta/meta-descriptions.php:12
721
+ msgid "Meta Description Editor"
722
  msgstr ""
723
 
724
+ #: modules/meta/meta-descriptions.php:13
725
+ msgid "Meta Descriptions"
726
  msgstr ""
727
 
728
+ #: modules/meta/meta-descriptions.php:31
729
+ msgid "Meta Description"
730
  msgstr ""
731
 
732
+ #: modules/meta/meta-descriptions.php:46
733
+ msgid "Post Description Format"
734
  msgstr ""
735
 
736
+ #: modules/meta/meta-descriptions.php:53
737
+ msgid "Blog Homepage Meta Description"
738
  msgstr ""
739
 
740
+ #: modules/meta/meta-descriptions.php:55
741
+ msgid "Use this blog&#8217s tagline as the default homepage description."
742
  msgstr ""
743
 
744
+ #: modules/meta/meta-descriptions.php:56
745
+ msgid "Default Value"
746
  msgstr ""
747
 
748
+ #: modules/meta/meta-descriptions.php:108
749
+ msgid "Meta Description:"
750
+ msgstr ""
751
+
752
+ #: modules/meta/meta-descriptions.php:111
753
+ msgid "You&#8217;ve entered %s characters. Most search engines use up to 160."
754
+ msgstr ""
755
+
756
+ #: modules/meta/meta-descriptions.php:119
757
+ msgid ""
758
+ "<strong>Description</strong> &mdash; The value of the meta description tag. "
759
+ "The description will often appear underneath the title in search engine "
760
+ "results. Writing an accurate, attention-grabbing description for every post "
761
+ "is important to ensuring a good search results clickthrough rate."
762
  msgstr ""
763
 
764
  #: modules/import-aiosp/import-aiosp.php:12
797
  "first and run AIOSP&#8217;s upgrade process."
798
  msgstr ""
799
 
800
+ #: modules/sds-blog/sds-blog.php:12
801
+ msgid "Whitepapers"
 
 
 
 
 
 
 
 
802
  msgstr ""
803
 
804
+ #: modules/sds-blog/sds-blog.php:13
805
+ msgid "SEO Design Solutions Whitepapers"
806
  msgstr ""
807
 
808
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 5.5) #-#-#-#-#
809
+ #. Author of the plugin/theme
810
+ #: modules/sds-blog/sds-blog.php:49
811
+ msgid "SEO Design Solutions"
812
  msgstr ""
813
 
814
+ #: modules/sds-blog/sds-blog.php:50
815
+ msgid ""
816
+ "The search engine optimization articles below are loaded from the website of "
817
+ "SEO Design Solutions, the company behind the SEO Ultimate plugin. Click on "
818
+ "an article&#8217;s title to read it."
819
  msgstr ""
820
 
821
+ #: modules/modules/modules.php:12
822
+ msgid "Module Manager"
823
  msgstr ""
824
 
825
+ #: modules/modules/modules.php:13
826
+ msgid "Modules"
827
  msgstr ""
828
 
829
+ #: modules/modules/modules.php:37
830
+ msgid ""
831
+ "SEO Ultimate&#8217;s features are located in groups called &#8220;modules."
832
+ "&#8221; By default, most of these modules are listed in the &#8220;"
833
+ "SEO&#8221; menu on the left. Whenever you&#8217;re working with a module, "
834
+ "you can view documentation by clicking the tabs in the upper-right-hand "
835
+ "corner of your administration screen."
836
  msgstr ""
837
 
838
+ #: modules/modules/modules.php:39
839
  msgid ""
840
+ "The Module Manager lets you disable or hide modules you don&#8217;t use. "
841
+ "You can also silence modules from displaying bubble alerts on the menu."
842
  msgstr ""
843
 
844
+ #: modules/modules/modules.php:45
845
+ msgid "Status"
846
  msgstr ""
847
 
848
+ #: modules/modules/modules.php:46
849
+ msgid "Module"
850
  msgstr ""
851
 
852
+ #: modules/modules/modules.php:59
853
+ msgid "Enabled"
854
  msgstr ""
855
 
856
+ #: modules/modules/modules.php:60
857
+ msgid "Silenced"
858
  msgstr ""
859
 
860
+ #: modules/modules/modules.php:61
861
+ msgid "Hidden"
862
  msgstr ""
863
 
864
+ #: modules/modules/modules.php:62
865
+ msgid "Disabled"
866
  msgstr ""
867
 
868
+ #: modules/slugs/slugs.php:12
869
+ msgid "Slug Optimizer"
870
  msgstr ""
871
 
872
+ #: modules/slugs/slugs.php:16
873
+ msgid "Words to Remove"
874
  msgstr ""
875
 
876
+ #: modules/404s/fofs.php:11
877
+ msgid "404 Monitor"
878
  msgstr ""
879
 
880
+ #: modules/404s/fofs-settings.php:16
881
+ msgid "404 Monitor Settings"
 
882
  msgstr ""
883
 
884
+ #: modules/404s/fofs-settings.php:37
885
+ msgid "Continue monitoring for new 404 errors"
886
  msgstr ""
887
 
888
+ #: modules/404s/fofs-settings.php:37
889
+ msgid "Monitoring Settings"
890
  msgstr ""
891
 
892
+ #: modules/404s/fofs-settings.php:39
893
+ msgid "Only log these types of 404 errors:"
894
  msgstr ""
895
 
896
+ #: modules/404s/fofs-settings.php:40
897
+ msgid "404s generated by search engine spiders"
898
  msgstr ""
899
 
900
+ #: modules/404s/fofs-settings.php:41
901
+ msgid "404s with referring URLs"
902
  msgstr ""
903
 
904
+ #: modules/404s/fofs-settings.php:42
905
+ msgid "Log Restrictions"
906
  msgstr ""
907
 
908
+ #: modules/404s/fofs-settings.php:43
909
+ msgid "Maximum Log Entries"
 
 
 
 
 
 
 
910
  msgstr ""
911
 
912
+ #: modules/404s/fofs-settings.php:44
913
+ msgid "URLs to Ignore"
914
  msgstr ""
915
 
916
+ #: modules/404s/fofs-settings.php:44
917
+ msgid "(Use * as wildcard)"
918
  msgstr ""
919
 
920
+ #: modules/404s/fofs-log.php:16
921
+ msgid "404 Monitor Log"
922
  msgstr ""
923
 
924
+ #: modules/404s/fofs-log.php:17
925
+ msgid "Log"
926
  msgstr ""
927
 
928
+ #: modules/404s/fofs-log.php:117
929
+ msgid "Hits"
930
  msgstr ""
931
 
932
+ #: modules/404s/fofs-log.php:118
933
+ msgid "URL with 404 Error"
 
 
934
  msgstr ""
935
 
936
+ #: modules/404s/fofs-log.php:119
937
+ msgid "Date of Most Recent Hit"
938
  msgstr ""
939
 
940
+ #: modules/404s/fofs-log.php:120
941
+ msgid "Referers"
942
  msgstr ""
943
 
944
+ #: modules/404s/fofs-log.php:121 modules/404s/fofs-log.php:224
945
+ msgid "User Agents"
946
  msgstr ""
947
 
948
+ #: modules/404s/fofs-log.php:137
949
  msgid ""
950
+ "New 404 errors will not be recorded because 404 logging is disabled on the "
951
+ "Settings tab."
952
  msgstr ""
953
 
954
+ #: modules/404s/fofs-log.php:144
955
+ msgid "The log entry was successfully deleted."
956
  msgstr ""
957
 
958
+ #: modules/404s/fofs-log.php:146
959
+ msgid "This log entry has already been deleted."
960
  msgstr ""
961
 
962
+ #: modules/404s/fofs-log.php:155
963
+ msgid "The log was successfully cleared."
964
  msgstr ""
965
 
966
+ #: modules/404s/fofs-log.php:159
967
+ msgid "No 404 errors in the log."
968
  msgstr ""
969
 
970
+ #: modules/404s/fofs-log.php:183
971
+ msgid "Open URL in new window (will not be logged)"
972
  msgstr ""
973
 
974
+ #: modules/404s/fofs-log.php:184
975
+ msgid "Query Google for cached version of URL (opens in new window)"
976
  msgstr ""
977
 
978
+ #: modules/404s/fofs-log.php:185
979
+ msgid "Remove this URL from the log"
980
  msgstr ""
981
 
982
+ #: modules/404s/fofs-log.php:188
983
+ msgid "%s at %s"
984
  msgstr ""
985
 
986
+ #: modules/404s/fofs-log.php:192
987
+ msgid "View list of referring URLs"
988
  msgstr ""
989
 
990
+ #: modules/404s/fofs-log.php:193
991
+ msgid "View list of user agents"
992
  msgstr ""
993
 
994
+ #: modules/404s/fofs-log.php:203
995
+ msgid "Referring URLs"
996
  msgstr ""
997
 
998
+ #: modules/404s/fofs-log.php:204 modules/404s/fofs-log.php:225
999
+ msgid "Hide list"
1000
  msgstr ""
1001
 
1002
+ #: modules/404s/fofs-log.php:255
1003
+ msgid "Are you sure you want to delete all 404 log entries?"
1004
  msgstr ""
1005
 
1006
+ #: modules/404s/fofs-log.php:257
1007
+ msgid "Clear Log"
1008
  msgstr ""
1009
 
1010
+ #: modules/linkbox/linkbox.php:12
1011
+ msgid "Linkbox Inserter"
 
 
1012
  msgstr ""
1013
 
1014
+ #: modules/linkbox/linkbox.php:18
1015
+ msgid "Link to this post!"
 
 
 
 
1016
  msgstr ""
1017
 
1018
+ #: modules/linkbox/linkbox.php:45
1019
+ msgid "At the end of posts"
1020
  msgstr ""
1021
 
1022
+ #: modules/linkbox/linkbox.php:46
1023
+ msgid "At the end of pages"
1024
  msgstr ""
1025
 
1026
+ #: modules/linkbox/linkbox.php:47
1027
+ msgid "When called by the su_linkbox hook"
1028
  msgstr ""
1029
 
1030
+ #: modules/linkbox/linkbox.php:48
1031
+ msgid "Display linkboxes..."
1032
  msgstr ""
1033
 
1034
+ #: modules/linkbox/linkbox.php:49
1035
+ msgid "Linkbox HTML"
1036
  msgstr ""
1037
 
1038
+ #: modules/more-links/more-links.php:12
1039
+ msgid "More Link Customizer"
1040
  msgstr ""
1041
 
1042
+ #: modules/more-links/more-links.php:27
1043
+ msgid "Default More Link Text"
1044
  msgstr ""
1045
 
1046
+ #: modules/more-links/more-links.php:48
1047
+ msgid "More Link Text:"
1048
  msgstr ""
1049
 
1050
+ #: modules/files/files.php:14
1051
+ msgid "File Editor"
1052
  msgstr ""
1053
 
1054
+ #: modules/files/files.php:53
1055
+ msgid ""
1056
+ "A .htaccess file exists, but it&#8217;s not writable. You can edit it here "
1057
+ "once the file permissions are corrected."
1058
  msgstr ""
1059
 
1060
+ #: modules/files/files.php:59
1061
  msgid ""
1062
+ "WordPress won&#8217;t be able to display your robots.txt file because the "
1063
+ "default <a href=\"options-permalink.php\" target=\"_blank\">permalink "
1064
+ "structure</a> is in use."
1065
  msgstr ""
1066
 
1067
+ #: modules/files/files.php:66
1068
+ msgid "robots.txt [<a href=\"%s\" target=\"_blank\">Open</a>]"
1069
  msgstr ""
1070
 
1071
+ #: modules/files/files.php:70
1072
+ msgid "Enable this custom robots.txt file and disable the default file"
1073
  msgstr ""
1074
 
1075
+ #: modules/files/files.php:71
1076
+ msgid "Let other plugins add rules to my custom robots.txt file"
1077
  msgstr ""
1078
 
1079
+ #: modules/files/files.php:72
1080
+ msgid "robots.txt Settings"
1081
  msgstr ""
1082
 
1083
+ #: modules/files/files.php:75
1084
+ msgid ""
1085
+ "Please realize that incorrectly editing your robots.txt file could block "
1086
+ "search engines from your site."
1087
  msgstr ""
1088
 
1089
+ #: modules/files/files.php:79
1090
+ msgid ".htaccess"
1091
  msgstr ""
1092
 
1093
+ #: modules/files/files.php:82
1094
+ msgid ""
1095
+ "Also, incorrectly editing your .htaccess file could disable your entire "
1096
+ "website. Edit with caution!"
1097
  msgstr ""
1098
 
1099
+ #: modules/files/files.php:134
1100
+ msgid ""
1101
+ "Please note that your privacy settings won&#8217;t have any effect on your "
1102
+ "robots.txt file, since you&#8217;re using <a href=\"%s\">a custom one</a>."
1103
  msgstr ""
1104
 
1105
+ #: modules/canonical/canonical.php:12
1106
+ msgid "Canonicalizer"
1107
  msgstr ""
1108
 
1109
+ #: modules/canonical/canonical.php:33
1110
+ msgid "Generate <code>&lt;link rel=&quot;canonical&quot; /&gt;</code> tags."
 
1111
  msgstr ""
1112
 
1113
+ #: modules/canonical/canonical.php:34
1114
+ msgid "Redirect requests for nonexistent pagination."
 
 
1115
  msgstr ""
1116
 
1117
+ #: modules/user-code/user-code.php:12
1118
+ msgid "Code Inserter"
1119
  msgstr ""
1120
 
1121
+ #: modules/user-code/user-code.php:27
1122
+ msgid "Everywhere"
1123
  msgstr ""
1124
 
1125
+ #: modules/user-code/user-code.php:34
1126
+ msgid "&lt;head&gt; Tag"
1127
  msgstr ""
1128
 
1129
+ #: modules/user-code/user-code.php:35
1130
+ msgid "Before Item Content"
1131
  msgstr ""
1132
 
1133
+ #: modules/user-code/user-code.php:36
1134
+ msgid "After Item Content"
1135
  msgstr ""
1136
 
1137
+ #: modules/user-code/user-code.php:37
1138
+ msgid "Footer"
1139
  msgstr ""
1140
 
1141
+ #: modules/user-code/user-code.php:51
1142
+ msgid "Code Inserter module"
1143
  msgstr ""
1144
 
1145
+ #: modules/settings/settings-data.php:16
1146
+ msgid "Settings Data Manager"
1147
  msgstr ""
1148
 
1149
+ #: modules/settings/settings-data.php:17
1150
+ msgid "Manage Settings Data"
1151
  msgstr ""
1152
 
1153
+ #: modules/settings/settings-data.php:21
1154
+ msgid "Import"
1155
  msgstr ""
1156
 
1157
+ #: modules/settings/settings-data.php:22
1158
+ msgid "Export"
1159
  msgstr ""
1160
 
1161
+ #: modules/settings/settings-data.php:82
1162
+ msgid "Settings successfully imported."
1163
  msgstr ""
1164
 
1165
+ #: modules/settings/settings-data.php:84
1166
  msgid ""
1167
+ "The uploaded file is not in the proper format. Settings could not be "
1168
+ "imported."
 
 
1169
  msgstr ""
1170
 
1171
+ #: modules/settings/settings-data.php:86
1172
+ msgid "The settings file could not be uploaded successfully."
1173
  msgstr ""
1174
 
1175
+ #: modules/settings/settings-data.php:89
1176
+ msgid ""
1177
+ "Settings could not be imported because no settings file was selected. Please "
1178
+ "click the &#8220;Browse&#8221; button and select a file to import."
1179
  msgstr ""
1180
 
1181
+ #: modules/settings/settings-data.php:134
1182
+ msgid ""
1183
+ "The uploaded file is not in the proper format. Links could not be imported."
1184
  msgstr ""
1185
 
1186
+ #: modules/settings/settings-data.php:173
1187
+ msgid "Links successfully imported."
1188
  msgstr ""
1189
 
1190
+ #: modules/settings/settings-data.php:176
1191
+ msgid "The CSV file could not be uploaded successfully."
1192
  msgstr ""
1193
 
1194
+ #: modules/settings/settings-data.php:179
1195
+ msgid ""
1196
+ "Links could not be imported because no CSV file was selected. Please click "
1197
+ "the &#8220;Browse&#8221; button and select a file to import."
1198
  msgstr ""
1199
 
1200
+ #: modules/settings/settings-data.php:189
1201
+ msgid "Import SEO Ultimate Settings File"
1202
  msgstr ""
1203
 
1204
+ #: modules/settings/settings-data.php:191
1205
  msgid ""
1206
+ "You can use this form to upload and import an SEO Ultimate settings file "
1207
+ "stored on your computer. (These files can be created using the Export tool.) "
1208
+ "Note that importing a file will overwrite your existing settings with those "
1209
+ "in the file."
1210
  msgstr ""
1211
 
1212
+ #: modules/settings/settings-data.php:195
1213
+ msgid ""
1214
+ "Are you sure you want to import this settings file? This will overwrite your "
1215
+ "current settings and cannot be undone."
1216
  msgstr ""
1217
 
1218
+ #: modules/settings/settings-data.php:196
1219
+ msgid "Import Settings File"
 
 
 
 
1220
  msgstr ""
1221
 
1222
+ #: modules/settings/settings-data.php:202
1223
+ msgid "Import Deeplink Juggernaut CSV File"
1224
  msgstr ""
1225
 
1226
+ #: modules/settings/settings-data.php:204
1227
  msgid ""
1228
+ "You can use this form to upload and import a Deeplink Juggernaut CSV file "
1229
+ "stored on your computer. (These files can be created using the Export tool.) "
1230
+ "Note that importing a file will overwrite your existing links with those in "
1231
+ "the file."
1232
  msgstr ""
1233
 
1234
+ #: modules/settings/settings-data.php:208
1235
+ msgid ""
1236
+ "Are you sure you want to import this CSV file? This will overwrite your "
1237
+ "current Deeplink Juggernaut links and cannot be undone."
1238
  msgstr ""
1239
 
1240
+ #: modules/settings/settings-data.php:209
1241
+ msgid "Import CSV File"
1242
  msgstr ""
1243
 
1244
+ #: modules/settings/settings-data.php:224
1245
+ msgid "Import from Other Plugins"
1246
  msgstr ""
1247
 
1248
+ #: modules/settings/settings-data.php:226
1249
+ msgid ""
1250
+ "You can import settings and data from these plugins. Clicking a plugin&#8217;"
1251
+ "s name will take you to the importer page, where you can customize "
1252
+ "parameters and start the import."
1253
  msgstr ""
1254
 
1255
+ #: modules/settings/settings-data.php:246
1256
+ msgid "Export SEO Ultimate Settings File"
1257
+ msgstr ""
1258
+
1259
+ #: modules/settings/settings-data.php:248
1260
  msgid ""
1261
+ "You can use this export tool to download an SEO Ultimate settings file to "
1262
+ "your computer."
1263
  msgstr ""
1264
 
1265
+ #: modules/settings/settings-data.php:250
1266
+ msgid ""
1267
+ "A settings file includes the data of every checkbox and textbox of every "
1268
+ "installed module. It does NOT include site-specific data like logged 404s or "
1269
+ "post/page title/meta data (this data would be included in a standard "
1270
+ "database backup, however)."
1271
  msgstr ""
1272
 
1273
+ #: modules/settings/settings-data.php:253
1274
+ msgid "Download Settings File"
1275
  msgstr ""
1276
 
1277
+ #: modules/settings/settings-data.php:258
1278
+ msgid "Export Deeplink Juggernaut CSV File"
1279
  msgstr ""
1280
 
1281
+ #: modules/settings/settings-data.php:260
1282
  msgid ""
1283
+ "You can use this export tool to download a CSV file (comma-separated values "
1284
+ "file) that contains your Deeplink Juggernaut links. Once you download this "
1285
+ "file to your computer, you can edit it using your favorite spreadsheet "
1286
+ "program. When you&#8217;re done editing, you can re-upload the file using "
1287
+ "the Import tool."
1288
  msgstr ""
1289
 
1290
+ #: modules/settings/settings-data.php:263
1291
+ msgid "Download CSV File"
1292
  msgstr ""
1293
 
1294
+ #: modules/settings/settings-data.php:270
1295
+ msgid "All settings have been erased and defaults have been restored."
1296
  msgstr ""
1297
 
1298
+ #: modules/settings/settings-data.php:272
1299
+ msgid ""
1300
+ "You can erase all your SEO Ultimate settings and restore them to &#8220;"
1301
+ "factory defaults&#8221; by clicking the button below."
1302
  msgstr ""
1303
 
1304
+ #: modules/settings/settings-data.php:275
1305
+ msgid ""
1306
+ "Are you sure you want to erase all module settings? This cannot be undone."
1307
  msgstr ""
1308
 
1309
+ #: modules/settings/settings-data.php:276
1310
+ msgid "Restore Default Settings"
1311
  msgstr ""
1312
 
1313
+ #: modules/settings/global-settings.php:18
1314
+ msgid "Global Settings"
1315
+ msgstr ""
 
 
1316
 
1317
+ #: modules/settings/global-settings.php:40
1318
+ msgid "Enable nofollow&#8217;d attribution link"
1319
+ msgstr ""
 
 
1320
 
1321
+ #: modules/settings/global-settings.php:41
1322
+ msgid "Enable attribution link CSS styling"
1323
+ msgstr ""
 
 
 
 
 
 
1324
 
1325
+ #: modules/settings/global-settings.php:42
1326
+ msgid "Notify me about unnecessary active plugins"
1327
+ msgstr ""
 
 
 
1328
 
1329
+ #: modules/settings/global-settings.php:43
1330
+ msgid "Insert comments around HTML code insertions"
1331
  msgstr ""
1332
 
1333
+ #: modules/settings/settings.php:12
1334
+ msgid "Plugin Settings"
1335
  msgstr ""
1336
 
1337
+ #: modules/settings/settings.php:13
1338
+ msgid "SEO Ultimate Plugin Settings"
 
 
1339
  msgstr ""
1340
 
1341
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 5.5) #-#-#-#-#
1342
+ #. Plugin Name of the plugin/theme
1343
+ #: modules/settings/settings.php:14 plugin/class.seo-ultimate.php:741
1344
+ msgid "SEO Ultimate"
1345
+ msgstr ""
1346
+
1347
+ #: modules/settings/uninstall.php:17
1348
+ msgid "Uninstaller"
1349
+ msgstr ""
1350
+
1351
+ #: modules/settings/uninstall.php:18 plugin/class.seo-ultimate.php:1228
1352
+ msgid "Uninstall"
1353
+ msgstr ""
1354
+
1355
+ #: modules/settings/uninstall.php:27
1356
  msgid ""
1357
+ "Uninstalling SEO Ultimate will delete your settings and the plugin&#8217;s "
1358
+ "files."
 
1359
  msgstr ""
1360
 
1361
+ #: modules/settings/uninstall.php:30
1362
+ msgid ""
1363
+ "Are you sure you want to uninstall SEO Ultimate? This will permanently erase "
1364
+ "your SEO Ultimate settings and cannot be undone."
1365
  msgstr ""
1366
 
1367
+ #: modules/settings/uninstall.php:31
1368
+ msgid "Uninstall Now"
1369
  msgstr ""
1370
 
1371
+ #: modules/settings/uninstall.php:35 modules/settings/uninstall.php:42
1372
+ msgid "Uninstall SEO Ultimate"
1373
  msgstr ""
1374
 
1375
+ #: modules/settings/uninstall.php:46
1376
+ msgid "Deleted settings."
1377
  msgstr ""
1378
 
1379
+ #: modules/settings/uninstall.php:53
1380
+ msgid "An error occurred while deleting files."
 
 
1381
  msgstr ""
1382
 
1383
+ #: modules/settings/uninstall.php:55
1384
+ msgid "Deleted files."
1385
  msgstr ""
1386
 
1387
+ #: modules/settings/uninstall.php:56
1388
+ msgid "Uninstallation complete. Thanks for trying SEO Ultimate."
1389
  msgstr ""
1390
 
1391
+ #: modules/settings/install.php:18
1392
+ msgid "Upgrade/Downgrade/Reinstall"
1393
  msgstr ""
1394
 
1395
+ #: modules/settings/install.php:19
1396
+ msgid "Installer"
1397
  msgstr ""
1398
 
1399
+ #: modules/settings/install.php:23 modules/settings/install.php:48
1400
+ msgid "Upgrade"
1401
  msgstr ""
1402
 
1403
+ #: modules/settings/install.php:24 modules/settings/install.php:71
1404
+ msgid "Downgrade"
1405
  msgstr ""
1406
 
1407
+ #: modules/settings/install.php:25 modules/settings/install.php:86
1408
+ msgid "Reinstall"
1409
  msgstr ""
1410
 
1411
+ #: modules/settings/install.php:42
1412
+ msgid ""
1413
+ "From the list below, select the version to which you would like to upgrade. "
1414
+ "Then click the &#8220;Upgrade&#8221; button at the bottom of the screen."
1415
  msgstr ""
1416
 
1417
+ #: modules/settings/install.php:51
1418
+ msgid "You are already running the latest version."
1419
  msgstr ""
1420
 
1421
+ #: modules/settings/install.php:53
1422
+ msgid ""
1423
+ "There was an error retrieving the list of available versions. Please try "
1424
+ "again later. You can also upgrade to the latest version of SEO Ultimate "
1425
+ "using the WordPress plugin upgrader."
1426
  msgstr ""
1427
 
1428
+ #: modules/settings/install.php:62
1429
+ msgid ""
1430
+ "Downgrading is provided as a convenience only and is not officially "
1431
+ "supported. Although unlikely, you may lose data in the downgrading process. "
1432
+ "It is your responsibility to backup your database before proceeding."
1433
  msgstr ""
1434
 
1435
+ #: modules/settings/install.php:65
1436
  msgid ""
1437
+ "From the list below, select the version to which you would like to "
1438
+ "downgrade. Then click the &#8220;Downgrade&#8221; button at the bottom of "
1439
+ "the screen."
1440
  msgstr ""
1441
 
1442
+ #: modules/settings/install.php:74
1443
+ msgid ""
1444
+ "Downgrading to versions earlier than %s is not supported because doing so "
1445
+ "will result in data loss."
1446
  msgstr ""
1447
 
1448
+ #: modules/settings/install.php:76
1449
+ msgid ""
1450
+ "There was an error retrieving the list of available versions. Please try "
1451
+ "again later."
1452
  msgstr ""
1453
 
1454
+ #: modules/settings/install.php:81
1455
+ msgid ""
1456
+ "To download and install a fresh copy of the SEO Ultimate version you are "
1457
+ "currently using, click the &#8220;Reinstall&#8221; button below."
1458
  msgstr ""
1459
 
1460
+ #: modules/settings/install.php:108
1461
+ msgid "Your Current Version"
1462
  msgstr ""
1463
 
1464
+ #: modules/settings/install.php:110
1465
+ msgid "Latest Version"
1466
  msgstr ""
1467
 
1468
+ #: modules/settings/install.php:130
1469
  msgid ""
1470
+ "You do not have sufficient permissions to upgrade/downgrade plugins for this "
1471
+ "blog."
1472
  msgstr ""
1473
 
1474
+ #: modules/settings/install.php:140
1475
+ msgid "Downgrade to SEO Ultimate %s"
1476
  msgstr ""
1477
 
1478
+ #: modules/settings/install.php:143
1479
+ msgid "Reinstall SEO Ultimate %s"
1480
  msgstr ""
1481
 
1482
+ #: modules/settings/install.php:146
1483
+ msgid "Upgrade to SEO Ultimate %s"
1484
  msgstr ""
1485
 
1486
+ #: modules/sharing-buttons/sharing-buttons.php:12
1487
+ msgid "Sharing Facilitator"
 
1488
  msgstr ""
1489
 
1490
+ #: modules/sharing-buttons/sharing-buttons.php:22
1491
+ msgid "Bookmark and Share"
1492
  msgstr ""
1493
 
1494
+ #: modules/sharing-buttons/sharing-buttons.php:28
1495
+ msgid "Providers"
1496
  msgstr ""
1497
 
1498
+ #: modules/sharing-buttons/sharing-buttons.php:34
1499
+ msgid "Which provider would you like to use for your sharing buttons?"
1500
  msgstr ""
1501
 
1502
+ #: modules/sharing-buttons/sharing-buttons.php:36
1503
+ msgid "None; disable sharing buttons"
 
 
1504
  msgstr ""
1505
 
1506
+ #: modules/sharing-buttons/sharing-buttons.php:37
1507
+ msgid "Use the ShareThis button"
1508
  msgstr ""
1509
 
1510
+ #: modules/sharing-buttons/sharing-buttons.php:38
1511
+ msgid "Use the AddThis button"
1512
  msgstr ""
1513
 
1514
+ #: modules/noindex/noindex.php:12
1515
+ msgid "Noindex Manager"
1516
  msgstr ""
1517
 
1518
+ #: modules/noindex/noindex.php:13 modules/noindex/noindex.php:49
1519
+ #: modules/noindex/noindex.php:67
1520
+ msgid "Noindex"
1521
  msgstr ""
1522
 
1523
+ #: modules/noindex/noindex.php:54 modules/noindex/noindex.php:78
1524
+ #: modules/autolinks/content-autolinks.php:204
1525
+ msgid "Nofollow"
1526
  msgstr ""
1527
 
1528
+ #: modules/noindex/noindex.php:62 modules/noindex/noindex.php:73
1529
+ msgid "Use default"
 
1530
  msgstr ""
1531
 
1532
+ #: modules/noindex/noindex.php:63
1533
+ msgid "noindex"
1534
  msgstr ""
1535
 
1536
+ #: modules/noindex/noindex.php:64
1537
+ msgid "index"
1538
  msgstr ""
1539
 
1540
+ #: modules/noindex/noindex.php:74
1541
+ msgid "nofollow"
1542
  msgstr ""
1543
 
1544
+ #: modules/noindex/noindex.php:75
1545
+ msgid "follow"
1546
  msgstr ""
1547
 
1548
+ #: modules/noindex/noindex.php:89
1549
+ msgid ""
1550
+ "Note: The current <a href=\"options-privacy.php\">privacy settings</a> will "
1551
+ "block indexing of the entire site, regardless of which options are set below."
1552
  msgstr ""
1553
 
1554
+ #: modules/noindex/noindex.php:92
1555
+ msgid "Prevent indexing of..."
 
1556
  msgstr ""
1557
 
1558
+ #: modules/noindex/noindex.php:93
1559
+ msgid "Administration back-end pages"
 
1560
  msgstr ""
1561
 
1562
+ #: modules/noindex/noindex.php:94
1563
+ msgid "Author archives"
1564
  msgstr ""
1565
 
1566
+ #: modules/noindex/noindex.php:95
1567
+ msgid "Blog search pages"
1568
  msgstr ""
1569
 
1570
+ #: modules/noindex/noindex.php:96
1571
+ msgid "Category archives"
 
1572
  msgstr ""
1573
 
1574
+ #: modules/noindex/noindex.php:97
1575
+ msgid "Comment feeds"
1576
  msgstr ""
1577
 
1578
+ #: modules/noindex/noindex.php:98
1579
+ msgid "Comment subpages"
1580
  msgstr ""
1581
 
1582
+ #: modules/noindex/noindex.php:99
1583
+ msgid "Date-based archives"
1584
  msgstr ""
1585
 
1586
+ #: modules/noindex/noindex.php:100
1587
+ msgid "Subpages of the homepage"
1588
  msgstr ""
1589
 
1590
+ #: modules/noindex/noindex.php:101
1591
+ msgid "Tag archives"
1592
  msgstr ""
1593
 
1594
+ #: modules/noindex/noindex.php:102
1595
+ msgid "User login/registration pages"
1596
  msgstr ""
1597
 
1598
+ #: modules/noindex/noindex.php:165
1599
+ msgid "Noindex: Tell search engines not to index this webpage."
1600
  msgstr ""
1601
 
1602
+ #: modules/noindex/noindex.php:166
1603
+ msgid "Nofollow: Tell search engines not to spider links on this webpage."
1604
  msgstr ""
1605
 
1606
+ #: modules/noindex/noindex.php:167
1607
+ msgid "Meta Robots Tag:"
1608
  msgstr ""
1609
 
1610
+ #: modules/autolinks/autolinks.php:11
1611
+ msgid "Deeplink Juggernaut"
1612
  msgstr ""
1613
 
1614
+ #: modules/autolinks/content-autolinks.php:16
1615
+ msgid "Content Deeplink Juggernaut"
1616
  msgstr ""
1617
 
1618
+ #: modules/autolinks/content-autolinks.php:17
1619
+ msgid "Content Links"
1620
  msgstr ""
1621
 
1622
+ #: modules/autolinks/content-autolinks.php:100
1623
+ msgid ""
1624
+ "The Content Links section of Deeplink Juggernaut lets you automatically link "
1625
+ "a certain word or phrase in your post/page content to a URL you specify."
1626
  msgstr ""
1627
 
1628
+ #: modules/autolinks/content-autolinks.php:136
1629
+ msgid "Edit Existing Links"
1630
  msgstr ""
1631
 
1632
+ #: modules/autolinks/content-autolinks.php:140
1633
+ msgid "Add a New Link"
1634
  msgstr ""
1635
 
1636
+ #: modules/autolinks/content-autolinks.php:148
1637
+ msgid "Anchor Text"
1638
  msgstr ""
1639
 
1640
+ #: modules/autolinks/content-autolinks.php:149
1641
+ msgid "Destination Type"
1642
  msgstr ""
1643
 
1644
+ #: modules/autolinks/content-autolinks.php:150
1645
+ msgid "Destination"
1646
  msgstr ""
1647
 
1648
+ #: modules/autolinks/content-autolinks.php:151
1649
+ msgid "Title Attribute"
1650
  msgstr ""
1651
 
1652
+ #: modules/autolinks/content-autolinks.php:152
1653
+ msgid "Options"
1654
  msgstr ""
1655
 
1656
+ #: modules/autolinks/content-autolinks.php:154
1657
+ msgid "Delete"
1658
  msgstr ""
1659
 
1660
+ #: modules/autolinks/content-autolinks.php:196
1661
+ msgid "Custom"
1662
  msgstr ""
1663
 
1664
+ #: modules/autolinks/content-autolinks.php:197
1665
+ msgid "Content Items"
1666
+ msgstr ""
1667
+
1668
+ #: modules/autolinks/content-autolinks.php:205
1669
+ msgid "New window"
1670
  msgstr ""
1671
 
1672
+ #: modules/autolinks/content-autolinks.php:269
1673
+ msgid "Incoming Autolink Anchors:<br /><em>(one per line)</em>"
1674
  msgstr ""
1675
 
1676
+ #: modules/autolinks/content-autolinks.php:270
1677
+ msgid "Don&#8217;t add autolinks to anchor texts found in this post."
1678
  msgstr ""
1679
 
1680
+ #: modules/autolinks/content-autolinks.php:270
1681
+ msgid "Autolink Exclusion:"
1682
  msgstr ""
1683
 
1684
+ #: modules/autolinks/content-autolinks.php:275
1685
  msgid ""
1686
+ "<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors "
1687
+ "into this box, Deeplink Juggernaut will search for that anchor in all your "
1688
+ "other posts and link it to this post. For example, if the post you&#8217;re "
1689
+ "editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue "
1690
+ "widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and "
1691
+ "Deeplink Juggernaut will automatically build internal links to this post "
1692
+ "with that anchor text (assuming other posts contain that text)."
1693
  msgstr ""
1694
 
1695
+ #: modules/autolinks/content-autolinks-settings.php:16
1696
+ msgid "Content Deeplink Juggernaut Settings"
1697
  msgstr ""
1698
 
1699
+ #: modules/autolinks/content-autolinks-settings.php:17
1700
+ msgid "Content Link Settings"
1701
  msgstr ""
1702
 
1703
+ #: modules/autolinks/content-autolinks-settings.php:21
1704
+ msgid "Allow posts to link to themselves."
1705
  msgstr ""
1706
 
1707
+ #: modules/autolinks/content-autolinks-settings.php:22
1708
+ msgid "Don&#8217;t add any more than %d autolinks per post/page/etc."
1709
  msgstr ""
1710
 
1711
+ #: modules/autolinks/content-autolinks-settings.php:23
1712
+ msgid ""
1713
+ "Don&#8217;t link the same anchor text any more than %d times per post/page/"
1714
+ "etc."
1715
  msgstr ""
1716
 
1717
+ #: plugin/class.su-installer.php:9
1718
+ msgid "Package not available."
1719
  msgstr ""
1720
 
1721
+ #: plugin/class.su-installer.php:12
1722
+ msgid "Removing the current version of the plugin&#8230;"
1723
  msgstr ""
1724
 
1725
+ #: plugin/class.su-installer.php:13
1726
+ msgid "Could not remove the current version of the plugin."
1727
  msgstr ""
1728
 
1729
+ #: plugin/class.su-installer.php:17
1730
+ msgid "Downloading old version from <span class=\"code\">%s</span>&#8230;"
 
 
1731
  msgstr ""
1732
 
1733
+ #: plugin/class.su-installer.php:18
1734
+ msgid "Unpacking the downgrade&#8230;"
1735
  msgstr ""
1736
 
1737
+ #: plugin/class.su-installer.php:19
1738
+ msgid "Installing the downgrade&#8230;"
1739
  msgstr ""
1740
 
1741
+ #: plugin/class.su-installer.php:20
1742
+ msgid "Plugin downgrade failed."
1743
  msgstr ""
1744
 
1745
+ #: plugin/class.su-installer.php:21
1746
+ msgid "Plugin downgraded successfully."
1747
  msgstr ""
1748
 
1749
+ #: plugin/class.su-installer.php:24
1750
+ msgid "Downloading from <span class=\"code\">%s</span>&#8230;"
1751
  msgstr ""
1752
 
1753
+ #: plugin/class.su-installer.php:25
1754
+ msgid "Unpacking the reinstall&#8230;"
 
1755
  msgstr ""
1756
 
1757
+ #: plugin/class.su-installer.php:26
1758
+ msgid "Reinstalling the current version&#8230;"
1759
  msgstr ""
1760
 
1761
+ #: plugin/class.su-installer.php:27
1762
+ msgid "Plugin reinstallation failed."
1763
  msgstr ""
1764
 
1765
+ #: plugin/class.su-installer.php:28
1766
+ msgid "Plugin reinstalled successfully."
1767
  msgstr ""
1768
 
1769
+ #: plugin/class.su-installer.php:32
1770
+ msgid "Downloading upgrade from <span class=\"code\">%s</span>&#8230;"
 
1771
  msgstr ""
1772
 
1773
+ #: plugin/class.su-installer.php:33
1774
+ msgid "Unpacking the upgrade&#8230;"
1775
  msgstr ""
1776
 
1777
+ #: plugin/class.su-installer.php:34
1778
+ msgid "Installing the upgrade&#8230;"
1779
  msgstr ""
1780
 
1781
+ #: plugin/class.su-installer.php:35
1782
+ msgid "Plugin upgrade failed."
1783
  msgstr ""
1784
 
1785
+ #: plugin/class.su-installer.php:36
1786
+ msgid "Plugin upgraded successfully."
1787
  msgstr ""
1788
 
1789
+ #: plugin/su-functions.php:77 includes/jlfunctions/str.php:105
1790
+ msgid "%s and %s"
1791
  msgstr ""
1792
 
1793
+ #: plugin/su-functions.php:80 includes/jlfunctions/str.php:108
1794
+ msgid ", "
1795
  msgstr ""
1796
 
1797
+ #: plugin/su-functions.php:81 includes/jlfunctions/str.php:109
1798
+ msgid "%s, and %s"
1799
  msgstr ""
1800
 
1801
+ #: plugin/class.seo-ultimate.php:741
1802
+ msgid "SEO"
1803
  msgstr ""
1804
 
1805
+ #: plugin/class.seo-ultimate.php:1019
1806
+ msgid "SEO Settings Help"
1807
  msgstr ""
1808
 
1809
+ #: plugin/class.seo-ultimate.php:1021
1810
+ msgid "The SEO Settings box lets you customize these settings:"
1811
  msgstr ""
1812
 
1813
+ #: plugin/class.seo-ultimate.php:1023
1814
+ msgid "(The SEO Settings box is part of the SEO Ultimate plugin.)"
1815
  msgstr ""
1816
 
1817
+ #: plugin/class.seo-ultimate.php:1078
1818
+ msgid ""
1819
+ "SEO Ultimate includes the functionality of %1$s. You may want to deactivate %"
1820
+ "1$s to avoid plugin conflicts."
1821
  msgstr ""
1822
 
1823
+ #: plugin/class.seo-ultimate.php:1119
1824
+ msgid "new feature"
1825
  msgstr ""
1826
 
1827
+ #: plugin/class.seo-ultimate.php:1119
1828
+ msgid "new features"
1829
  msgstr ""
1830
 
1831
+ #: plugin/class.seo-ultimate.php:1120
1832
+ msgid "bugfix"
1833
  msgstr ""
1834
 
1835
+ #: plugin/class.seo-ultimate.php:1120
1836
+ msgid "bugfixes"
1837
  msgstr ""
1838
 
1839
+ #: plugin/class.seo-ultimate.php:1121
1840
+ msgid "improvement"
1841
  msgstr ""
1842
 
1843
+ #: plugin/class.seo-ultimate.php:1121
1844
+ msgid "improvements"
1845
  msgstr ""
1846
 
1847
+ #: plugin/class.seo-ultimate.php:1122
1848
+ msgid "security fix"
1849
  msgstr ""
1850
 
1851
+ #: plugin/class.seo-ultimate.php:1122
1852
+ msgid "security fixes"
 
 
1853
  msgstr ""
1854
 
1855
+ #: plugin/class.seo-ultimate.php:1153
1856
+ msgid "%d %s"
 
 
 
1857
  msgstr ""
1858
 
1859
+ #: plugin/class.seo-ultimate.php:1159
1860
+ msgid "Upgrade now to get %s. %s."
1861
  msgstr ""
1862
 
1863
+ #: plugin/class.seo-ultimate.php:1161
1864
+ msgid "View changelog"
1865
  msgstr ""
1866
 
1867
+ #: plugin/class.seo-ultimate.php:1248
1868
+ msgid "Active Modules: "
1869
  msgstr ""
1870
 
1871
+ #: plugin/class.seo-ultimate.php:1309
1872
+ msgid ""
1873
+ "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
1874
+ "search engine spiders. To resolve this, <a href=\"options-privacy.php\" "
1875
+ "target=\"_blank\">go to your Privacy settings</a> and set your blog visible "
1876
+ "to everyone."
1877
  msgstr ""
1878
 
1879
+ #: plugin/class.seo-ultimate.php:1419
1880
+ msgid "SEO Settings"
 
 
1881
  msgstr ""
1882
 
1883
+ #: includes/jlwp/functions.php:56
1884
+ msgid "Posts"
1885
  msgstr ""
1886
 
1887
+ #: includes/jlwp/functions.php:56
1888
+ msgid "Post"
 
 
1889
  msgstr ""
1890
 
1891
+ #: includes/jlwp/functions.php:57
1892
+ msgid "Pages"
 
 
1893
  msgstr ""
1894
 
1895
+ #: includes/jlwp/functions.php:57
1896
+ msgid "Page"
1897
  msgstr ""
1898
 
1899
+ #: includes/jlwp/functions.php:58
1900
+ msgid "Attachments"
1901
  msgstr ""
1902
 
1903
+ #: includes/jlwp/functions.php:58
1904
+ msgid "Attachment"
1905
+ msgstr ""
1906
+
1907
+ #: includes/jlwp/functions.php:129
1908
+ msgid "backup your database"
1909
  msgstr ""
1910
 
1911
  #. Plugin URI of the plugin/theme