Version Description
Download this release
Release Info
Developer | JohnLamansky |
Plugin | SEO Ultimate |
Version | 5.5 |
Comparing to | |
See all releases |
Code changes from version 5.4 to 5.5
- modules/noindex/noindex.php +24 -0
- readme.txt +6 -3
- seo-ultimate.php +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.
|
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.
|
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.
|
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.
|
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.
|
51 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
52 |
define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
|
53 |
-
define('SU_USER_AGENT', 'SeoUltimate/5.
|
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.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
-
"POT-Creation-Date: 2011-05-
|
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 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
msgstr ""
|
27 |
|
28 |
-
#:
|
29 |
-
msgid "
|
30 |
msgstr ""
|
31 |
|
32 |
-
#:
|
33 |
-
msgid "
|
34 |
msgstr ""
|
35 |
|
36 |
-
#:
|
37 |
-
msgid "
|
38 |
msgstr ""
|
39 |
|
40 |
-
#:
|
41 |
-
msgid "
|
42 |
msgstr ""
|
43 |
|
44 |
-
#:
|
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 |
-
#:
|
51 |
-
msgid "
|
52 |
msgstr ""
|
53 |
|
54 |
-
#:
|
55 |
-
msgid "
|
56 |
msgstr ""
|
57 |
|
58 |
-
#:
|
59 |
-
msgid "
|
60 |
msgstr ""
|
61 |
|
62 |
-
#:
|
63 |
-
msgid "
|
64 |
msgstr ""
|
65 |
|
66 |
-
#:
|
67 |
-
msgid "
|
68 |
msgstr ""
|
69 |
|
70 |
-
#:
|
71 |
-
msgid "
|
72 |
msgstr ""
|
73 |
|
74 |
-
#:
|
75 |
-
msgid "
|
76 |
msgstr ""
|
77 |
|
78 |
-
#:
|
79 |
-
msgid "
|
80 |
msgstr ""
|
81 |
|
82 |
-
#:
|
83 |
-
msgid "
|
|
|
|
|
84 |
msgstr ""
|
85 |
|
86 |
-
#:
|
87 |
-
msgid "
|
88 |
msgstr ""
|
89 |
|
90 |
-
#:
|
91 |
-
msgid "
|
92 |
msgstr ""
|
93 |
|
94 |
-
#:
|
95 |
-
msgid "
|
|
|
|
|
|
|
|
|
96 |
msgstr ""
|
97 |
|
98 |
-
#:
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#:
|
103 |
msgid ""
|
104 |
-
"
|
105 |
-
"
|
106 |
-
"
|
107 |
-
"to everyone."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#:
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#:
|
115 |
-
msgid "
|
116 |
msgstr ""
|
117 |
|
118 |
-
#:
|
119 |
-
msgid "
|
120 |
msgstr ""
|
121 |
|
122 |
-
#:
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
-
#:
|
127 |
-
msgid "
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
-
#:
|
131 |
-
msgid "
|
132 |
msgstr ""
|
133 |
|
134 |
-
#:
|
135 |
-
msgid "
|
136 |
msgstr ""
|
137 |
|
138 |
-
#:
|
139 |
-
msgid "
|
140 |
msgstr ""
|
141 |
|
142 |
-
#:
|
143 |
-
msgid "
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
-
#:
|
147 |
-
msgid "
|
148 |
msgstr ""
|
149 |
|
150 |
-
#:
|
151 |
-
msgid "
|
152 |
msgstr ""
|
153 |
|
154 |
-
#:
|
155 |
-
msgid "
|
156 |
msgstr ""
|
157 |
|
158 |
-
#:
|
159 |
-
msgid "
|
160 |
msgstr ""
|
161 |
|
162 |
-
#:
|
163 |
-
msgid "
|
164 |
msgstr ""
|
165 |
|
166 |
-
#:
|
167 |
-
msgid "
|
168 |
-
|
|
|
|
|
169 |
|
170 |
-
#:
|
171 |
-
msgid "
|
172 |
-
|
|
|
|
|
173 |
|
174 |
-
#:
|
175 |
-
msgid "
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
#:
|
179 |
-
msgid "
|
180 |
-
|
|
|
|
|
|
|
181 |
|
182 |
-
#:
|
183 |
-
msgid "
|
184 |
msgstr ""
|
185 |
|
186 |
-
#:
|
187 |
-
msgid "
|
|
|
|
|
188 |
msgstr ""
|
189 |
|
190 |
-
#:
|
191 |
-
msgid "
|
192 |
msgstr ""
|
193 |
|
194 |
-
#:
|
195 |
-
msgid "
|
196 |
msgstr ""
|
197 |
|
198 |
-
#:
|
199 |
-
msgid "
|
200 |
msgstr ""
|
201 |
|
202 |
-
#:
|
203 |
-
msgid "
|
204 |
msgstr ""
|
205 |
|
206 |
-
#:
|
207 |
-
msgid "
|
208 |
msgstr ""
|
209 |
|
210 |
-
#:
|
211 |
-
|
|
|
212 |
msgstr ""
|
213 |
|
214 |
-
#:
|
215 |
-
msgid "
|
216 |
msgstr ""
|
217 |
|
218 |
-
#:
|
219 |
-
msgid "
|
220 |
msgstr ""
|
221 |
|
222 |
-
#:
|
223 |
-
msgid "
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: modules/
|
227 |
-
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: modules/
|
231 |
-
msgid "
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: modules/
|
235 |
-
msgid "
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: modules/
|
239 |
-
msgid "
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: modules/
|
243 |
-
msgid "
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: modules/
|
247 |
-
msgid "
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: modules/
|
251 |
-
msgid "
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: modules/
|
255 |
-
msgid "
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: modules/
|
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/
|
265 |
-
msgid "
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: modules/
|
269 |
-
msgid "
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: modules/
|
273 |
-
msgid "
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: modules/
|
277 |
-
msgid "
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: modules/
|
281 |
-
msgid "
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: modules/
|
285 |
-
msgid "
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: modules/
|
289 |
-
msgid "
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: modules/
|
293 |
-
msgid "
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: modules/
|
297 |
-
msgid "
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: modules/
|
301 |
-
msgid "
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: modules/
|
305 |
-
|
|
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: modules/
|
309 |
-
|
|
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: modules/
|
313 |
-
|
|
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: modules/
|
317 |
-
msgid "
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: modules/
|
321 |
-
msgid "
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: modules/
|
325 |
-
msgid "
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: modules/
|
329 |
-
|
|
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: modules/
|
333 |
-
msgid "
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: modules/
|
337 |
-
msgid "
|
|
|
|
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: modules/
|
341 |
-
msgid "
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: modules/
|
345 |
-
msgid "
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: modules/
|
349 |
-
msgid "
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: modules/
|
353 |
-
msgid "
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: modules/404s/fofs-settings.php:
|
357 |
-
msgid "
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: modules/
|
361 |
-
msgid "
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: modules/
|
365 |
-
msgid "
|
|
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: modules/
|
369 |
-
msgid "
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: modules/
|
373 |
-
msgid "
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: modules/
|
377 |
-
msgid "
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: modules/
|
381 |
-
msgid "
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: modules/
|
385 |
-
msgid "
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: modules/
|
389 |
-
msgid "
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: modules/
|
393 |
-
msgid "
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: modules/
|
397 |
-
msgid "
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: modules/
|
401 |
-
msgid ""
|
402 |
-
"The uploaded file is not in the proper format. Settings could not be "
|
403 |
-
"imported."
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: modules/
|
407 |
-
msgid "
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: modules/
|
411 |
-
msgid ""
|
412 |
-
"Settings could not be imported because no settings file was selected. Please "
|
413 |
-
"click the “Browse” button and select a file to import."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: modules/
|
417 |
-
msgid ""
|
418 |
-
"The uploaded file is not in the proper format. Links could not be imported."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: modules/
|
422 |
-
msgid "
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: modules/
|
426 |
-
msgid "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: modules/
|
430 |
-
msgid ""
|
431 |
-
"Links could not be imported because no CSV file was selected. Please click "
|
432 |
-
"the “Browse” button and select a file to import."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: modules/
|
436 |
-
msgid "
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: modules/
|
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/
|
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/
|
454 |
-
msgid "
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: modules/
|
458 |
-
msgid "
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: modules/
|
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/
|
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/
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: modules/
|
480 |
-
msgid "
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: modules/
|
484 |
-
msgid ""
|
485 |
-
"You can import settings and data from these plugins. Clicking a plugin’"
|
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/
|
491 |
-
msgid "
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: modules/
|
495 |
msgid ""
|
496 |
-
"
|
497 |
-
"
|
498 |
-
|
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/
|
509 |
-
msgid "
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: modules/
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: modules/
|
517 |
msgid ""
|
518 |
-
"
|
519 |
-
"
|
520 |
-
"file to your computer, you can edit it using your favorite spreadsheet "
|
521 |
-
"program. When you’re done editing, you can re-upload the file using "
|
522 |
-
"the Import tool."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: modules/
|
526 |
-
msgid "
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: modules/
|
530 |
-
msgid "
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: modules/
|
534 |
-
msgid ""
|
535 |
-
"You can erase all your SEO Ultimate settings and restore them to “"
|
536 |
-
"factory defaults” by clicking the button below."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: modules/
|
540 |
-
msgid ""
|
541 |
-
"Are you sure you want to erase all module settings? This cannot be undone."
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: modules/
|
545 |
-
msgid "
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: modules/
|
549 |
-
msgid "
|
|
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: modules/
|
553 |
-
msgid "
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: modules/
|
557 |
-
msgid "
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: modules/
|
561 |
-
msgid "
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: modules/
|
565 |
-
msgid "
|
|
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: modules/
|
569 |
-
msgid "
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: modules/
|
573 |
-
msgid "
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: modules/
|
|
|
|
|
|
|
|
|
577 |
msgid ""
|
578 |
-
"
|
579 |
-
"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: modules/
|
583 |
-
msgid "
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: modules/
|
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/
|
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/
|
601 |
-
|
602 |
-
"
|
603 |
-
"downgrade. Then click the “Downgrade” button at the bottom of "
|
604 |
-
"the screen."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: modules/
|
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/
|
614 |
-
|
615 |
-
"
|
616 |
-
"again later."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: modules/
|
620 |
-
msgid ""
|
621 |
-
"To download and install a fresh copy of the SEO Ultimate version you are "
|
622 |
-
"currently using, click the “Reinstall” button below."
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: modules/
|
626 |
-
msgid "
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: modules/
|
630 |
-
msgid "
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: modules/
|
634 |
-
msgid ""
|
635 |
-
"You do not have sufficient permissions to upgrade/downgrade plugins for this "
|
636 |
-
"blog."
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: modules/
|
640 |
-
msgid "
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: modules/
|
644 |
-
msgid "
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: modules/
|
648 |
-
msgid "
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: modules/
|
652 |
-
msgid "
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: modules/
|
656 |
-
msgid "
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: modules/
|
660 |
-
msgid "
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: modules/
|
664 |
-
msgid "
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: modules/
|
668 |
-
msgid "
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: modules/
|
672 |
-
msgid "
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: modules/
|
676 |
msgid ""
|
677 |
-
"
|
678 |
-
"
|
|
|
|
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: modules/
|
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/
|
688 |
-
msgid "
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: modules/
|
692 |
-
msgid "
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: modules/
|
696 |
-
msgid "
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: modules/
|
700 |
-
msgid "
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: modules/
|
704 |
-
msgid "
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: modules/
|
708 |
-
msgid "
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: modules/
|
712 |
-
msgid "
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: modules/
|
716 |
-
msgid "
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: modules/
|
720 |
msgid ""
|
721 |
-
"
|
722 |
-
"” By default, most of these modules are listed in the “"
|
723 |
-
"SEO” menu on the left. Whenever you’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/
|
729 |
msgid ""
|
730 |
-
"
|
731 |
-
"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: modules/
|
735 |
-
msgid "
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: modules/
|
739 |
-
msgid "
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: modules/
|
743 |
-
msgid "
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: modules/
|
747 |
-
msgid "
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: modules/
|
751 |
-
msgid "
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: modules/
|
755 |
-
msgid "
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: modules/
|
759 |
-
msgid "
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: modules/
|
763 |
-
msgid "Default
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: modules/
|
767 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
768 |
msgstr ""
|
769 |
|
770 |
#: modules/import-aiosp/import-aiosp.php:12
|
@@ -803,1087 +797,1115 @@ msgid ""
|
|
803 |
"first and run AIOSP’s upgrade process."
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: modules/
|
807 |
-
msgid "
|
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/
|
819 |
-
msgid "
|
820 |
msgstr ""
|
821 |
|
822 |
-
|
823 |
-
|
|
|
|
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: modules/
|
827 |
-
msgid "
|
|
|
|
|
|
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: modules/
|
831 |
-
msgid "
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: modules/
|
835 |
-
msgid "
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: modules/
|
839 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: modules/
|
843 |
msgid ""
|
844 |
-
"The
|
845 |
-
"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: modules/
|
849 |
-
msgid "
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: modules/
|
853 |
-
msgid "
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: modules/
|
857 |
-
msgid "
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: modules/
|
861 |
-
msgid "
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: modules/
|
865 |
-
msgid "
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: modules/
|
869 |
-
msgid "
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: modules/
|
873 |
-
msgid "
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: modules/
|
877 |
-
msgid "
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: modules/
|
881 |
-
msgid "
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: modules/
|
885 |
-
|
886 |
-
msgid "URL"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: modules/
|
890 |
-
msgid "
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: modules/
|
894 |
-
msgid "
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: modules/
|
898 |
-
msgid "
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: modules/
|
902 |
-
msgid "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: modules/
|
906 |
-
msgid "
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: modules/
|
910 |
-
msgid "
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: modules/
|
914 |
-
msgid ""
|
915 |
-
"<strong>Incoming Autolink Anchors</strong> — 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’re "
|
918 |
-
"editing is about “blue widgets,” you could type “blue "
|
919 |
-
"widgets” into the “Incoming Autolink Anchors” 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/
|
925 |
-
msgid "
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: modules/
|
929 |
-
msgid "
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: modules/
|
933 |
-
msgid "
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: modules/
|
937 |
-
msgid "
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: modules/
|
941 |
-
msgid "
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: modules/
|
945 |
-
msgid ""
|
946 |
-
"Don’t link the same anchor text any more than %d times per post/page/"
|
947 |
-
"etc."
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: modules/
|
951 |
-
msgid "
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: modules/
|
955 |
-
msgid "
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: modules/
|
959 |
-
msgid "
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: modules/
|
963 |
msgid ""
|
964 |
-
"
|
965 |
-
"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: modules/
|
969 |
-
msgid "
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: modules/
|
973 |
-
msgid "
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: modules/
|
977 |
-
msgid "
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: modules/
|
981 |
-
msgid "
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: modules/
|
985 |
-
msgid "
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: modules/
|
989 |
-
msgid "
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: modules/
|
993 |
-
msgid "
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: modules/
|
997 |
-
msgid "
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: modules/
|
1001 |
-
msgid "
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: modules/
|
1005 |
-
msgid "
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: modules/
|
1009 |
-
msgid "
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: modules/
|
1013 |
-
msgid "
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: modules/
|
1017 |
-
msgid "
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: modules/
|
1021 |
-
msgid "
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: modules/
|
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/
|
1031 |
-
msgid "
|
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/
|
1039 |
-
msgid "
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: modules/
|
1043 |
-
msgid "
|
1044 |
msgstr ""
|
1045 |
|
1046 |
-
#: modules/
|
1047 |
-
msgid "
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: modules/
|
1051 |
-
msgid "
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: modules/
|
1055 |
-
msgid "
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: modules/
|
1059 |
-
msgid "
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: modules/
|
1063 |
-
msgid "
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: modules/
|
1067 |
-
msgid "
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: modules/
|
1071 |
-
msgid "
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: modules/
|
1075 |
-
msgid "
|
|
|
|
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: modules/
|
1079 |
msgid ""
|
1080 |
-
"
|
1081 |
-
"
|
|
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: modules/
|
1085 |
-
msgid "
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: modules/
|
1089 |
-
msgid "
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: modules/
|
1093 |
-
msgid "
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: modules/
|
1097 |
-
msgid "
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: modules/
|
1101 |
-
msgid "
|
|
|
|
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: modules/
|
1105 |
-
msgid "
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: modules/
|
1109 |
-
msgid "
|
|
|
|
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: modules/
|
1113 |
-
msgid "
|
|
|
|
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: modules/
|
1117 |
-
msgid "
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: modules/
|
1121 |
-
msgid ""
|
1122 |
-
"Don’t use this site’s Open Directory description in search results."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: modules/
|
1126 |
-
msgid ""
|
1127 |
-
"Don’t use this site’s Yahoo! Directory description in search "
|
1128 |
-
"results."
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: modules/
|
1132 |
-
msgid "
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: modules/
|
1136 |
-
msgid "
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: modules/
|
1140 |
-
msgid "
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: modules/
|
1144 |
-
msgid "
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: modules/
|
1148 |
-
msgid "
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: modules/
|
1152 |
-
msgid "
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: modules/
|
1156 |
-
msgid "
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: modules/
|
1160 |
-
msgid "
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: modules/
|
1164 |
-
msgid "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: modules/
|
1168 |
-
msgid "
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: modules/
|
1172 |
-
msgid "
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: modules/
|
1176 |
-
msgid "
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: modules/
|
1180 |
msgid ""
|
1181 |
-
"
|
1182 |
-
"
|
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/
|
1188 |
-
msgid "
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: modules/
|
1192 |
-
msgid "
|
|
|
|
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: modules/
|
1196 |
-
msgid "
|
|
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: modules/
|
1200 |
-
msgid "
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: modules/
|
1204 |
-
msgid "
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: modules/
|
1208 |
-
msgid "
|
|
|
|
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: modules/
|
1212 |
-
msgid "
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: modules/
|
1216 |
msgid ""
|
1217 |
-
"
|
1218 |
-
"
|
1219 |
-
"
|
1220 |
-
"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: modules/
|
1224 |
-
msgid "
|
|
|
|
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: modules/
|
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/
|
1236 |
-
msgid "
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: modules/
|
1240 |
msgid ""
|
1241 |
-
"
|
1242 |
-
"
|
1243 |
-
"
|
|
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: modules/
|
1247 |
-
msgid "
|
|
|
|
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: modules/
|
1251 |
-
msgid "
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: modules/
|
1255 |
-
msgid "
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: modules/
|
1259 |
-
msgid "
|
|
|
|
|
|
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: modules/
|
|
|
|
|
|
|
|
|
1263 |
msgid ""
|
1264 |
-
"
|
1265 |
-
"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: modules/
|
1269 |
-
msgid "
|
|
|
|
|
|
|
|
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: modules/
|
1273 |
-
msgid "
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: modules/
|
1277 |
-
msgid "
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: modules/
|
1281 |
msgid ""
|
1282 |
-
"
|
1283 |
-
"
|
|
|
|
|
|
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: modules/
|
1287 |
-
msgid "
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: modules/
|
1291 |
-
msgid "
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: modules/
|
1295 |
-
msgid "
|
|
|
|
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: modules/
|
1299 |
-
msgid "
|
|
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: modules/
|
1303 |
-
msgid "
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: modules/
|
1307 |
-
msgid "
|
1308 |
-
|
1309 |
-
msgstr[0] ""
|
1310 |
-
msgstr[1] ""
|
1311 |
|
1312 |
-
#: modules/
|
1313 |
-
msgid "
|
1314 |
-
|
1315 |
-
msgstr[0] ""
|
1316 |
-
msgstr[1] ""
|
1317 |
|
1318 |
-
#: modules/
|
1319 |
-
msgid ""
|
1320 |
-
|
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/
|
1329 |
-
msgid "
|
1330 |
-
|
1331 |
-
"Deleted %1$d %2$s fields, as instructed by the settings you chose."
|
1332 |
-
msgstr[0] ""
|
1333 |
-
msgstr[1] ""
|
1334 |
|
1335 |
-
#: modules/
|
1336 |
-
msgid "
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: modules/
|
1340 |
-
msgid "
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
|
1344 |
-
|
1345 |
-
#: modules/sds-blog/sds-blog.php:49
|
1346 |
-
msgid "SEO Design Solutions"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1350 |
msgid ""
|
1351 |
-
"
|
1352 |
-
"
|
1353 |
-
"an article’s title to read it."
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: modules/
|
1357 |
-
msgid "
|
|
|
|
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: modules/
|
1361 |
-
msgid "
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: modules/
|
1365 |
-
msgid "
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: modules/
|
1369 |
-
msgid "
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: modules/
|
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/
|
1379 |
-
msgid "
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: modules/
|
1383 |
-
msgid "
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: modules/
|
1387 |
-
msgid "
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: modules/
|
1391 |
-
msgid "
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: modules/
|
1395 |
-
msgid "
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: modules/
|
1399 |
-
msgid "
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: modules/
|
1403 |
-
msgid "
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#: modules/
|
1407 |
-
msgid "
|
|
|
|
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: modules/
|
1411 |
-
msgid "
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: modules/
|
1415 |
-
msgid "
|
|
|
|
|
|
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: modules/
|
1419 |
-
msgid "
|
|
|
|
|
|
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: modules/
|
1423 |
msgid ""
|
1424 |
-
"
|
1425 |
-
"
|
|
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: modules/
|
1429 |
-
msgid "
|
|
|
|
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: modules/
|
1433 |
-
msgid "
|
|
|
|
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: modules/
|
1437 |
-
msgid "
|
|
|
|
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: modules/
|
1441 |
-
msgid "
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: modules/
|
1445 |
-
msgid "
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: modules/
|
1449 |
msgid ""
|
1450 |
-
"
|
|
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: modules/
|
1454 |
-
msgid "
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: modules/
|
1458 |
-
msgid "
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: modules/
|
1462 |
-
msgid "
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: modules/
|
1466 |
-
msgid ""
|
1467 |
-
"Find out which sites have the highest relevance in the title for each query"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: modules/
|
1471 |
-
msgid "
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: modules/
|
1475 |
-
msgid "
|
1476 |
msgstr ""
|
1477 |
|
1478 |
-
#: modules/
|
1479 |
-
msgid "
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: modules/
|
1483 |
-
msgid ""
|
1484 |
-
"Find out which sites have the most relevant naming conventions for each "
|
1485 |
-
"keyword"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: modules/
|
1489 |
-
msgid "
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: modules/
|
1493 |
-
msgid "
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: modules/
|
1497 |
-
msgid "
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: modules/
|
1501 |
-
#: modules/
|
1502 |
-
msgid "
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: modules/
|
1506 |
-
|
|
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: modules/
|
1510 |
-
|
1511 |
-
msgid "Outbound Links"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: modules/
|
1515 |
-
msgid "
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: modules/
|
1519 |
-
msgid "
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: modules/
|
1523 |
-
msgid "
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: modules/
|
1527 |
-
msgid "
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: modules/
|
1531 |
-
|
1532 |
-
|
|
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#: modules/
|
1536 |
-
|
1537 |
-
msgid "Use Google’s minimal mode"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: modules/
|
1541 |
-
|
1542 |
-
msgid "Submit"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: modules/
|
1546 |
-
msgid "
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: modules/
|
1550 |
-
msgid "
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: modules/
|
1554 |
-
msgid ""
|
1555 |
-
"Convert lowercase category/tag names to title case when used in title tags."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: modules/
|
1559 |
-
msgid "
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: modules/
|
1563 |
-
msgid "
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: modules/
|
1567 |
-
msgid "
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: modules/
|
1571 |
-
msgid "
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: modules/
|
1575 |
-
msgid "
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: modules/
|
1579 |
-
msgid "
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: modules/
|
1583 |
-
msgid "
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: modules/
|
1587 |
-
msgid "
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: modules/
|
1591 |
-
msgid "
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: modules/
|
1595 |
-
msgid "
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: modules/
|
1599 |
-
msgid "
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: modules/
|
1603 |
-
msgid "
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: modules/
|
1607 |
-
msgid "
|
|
|
|
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: modules/
|
1611 |
-
msgid "
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: modules/
|
1615 |
-
msgid "
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: modules/
|
1619 |
-
msgid "
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: modules/
|
1623 |
-
msgid "
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: modules/
|
1627 |
-
msgid "
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: modules/
|
1631 |
-
msgid "
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: modules/
|
1635 |
-
msgid "
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: modules/
|
1639 |
-
msgid "
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: modules/
|
1643 |
-
msgid "
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: modules/
|
1647 |
-
msgid "
|
|
|
|
|
|
|
|
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: modules/
|
1651 |
-
msgid "
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: modules/
|
1655 |
-
msgid "
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: modules/
|
1659 |
-
msgid "
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: modules/
|
1663 |
msgid ""
|
1664 |
-
"<strong>
|
1665 |
-
"
|
1666 |
-
"
|
1667 |
-
"
|
|
|
|
|
|
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: modules/
|
1671 |
-
msgid "
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: modules/
|
1675 |
-
msgid "
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: modules/
|
1679 |
-
msgid "
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: modules/
|
1683 |
-
msgid "
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: modules/
|
1687 |
-
msgid "
|
|
|
|
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#:
|
1691 |
-
msgid "
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#:
|
1695 |
-
msgid "
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#:
|
1699 |
-
msgid "
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#:
|
1703 |
-
msgid ""
|
1704 |
-
"Reviews\n"
|
1705 |
-
"Review"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#:
|
1709 |
-
msgid "
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#:
|
1713 |
-
msgid "
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#:
|
1717 |
-
msgid "
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#:
|
1721 |
-
msgid "
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#:
|
1725 |
-
msgid "
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#:
|
1729 |
-
|
1730 |
-
msgid "Review"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#:
|
1734 |
-
msgid "
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#:
|
1738 |
-
msgid "
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#:
|
1742 |
-
msgid "
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#:
|
1746 |
-
|
1747 |
-
msgid "None"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#:
|
1751 |
-
msgid "
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#:
|
1755 |
-
msgid "
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#:
|
1759 |
-
msgid "
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#:
|
1763 |
-
msgid "
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#:
|
1767 |
-
msgid "
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#:
|
1771 |
-
msgid "
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#:
|
1775 |
-
msgid "
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#:
|
1779 |
-
msgid "
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#:
|
1783 |
-
msgid "
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#:
|
1787 |
-
msgid "
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#:
|
1791 |
-
msgid "
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#:
|
1795 |
-
msgid "
|
|
|
|
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#:
|
1799 |
-
msgid "
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#:
|
1803 |
-
msgid "
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#:
|
1807 |
-
msgid "
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#:
|
1811 |
-
msgid "
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#:
|
1815 |
-
msgid "
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#:
|
1819 |
-
msgid "
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#:
|
1823 |
-
msgid "
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#:
|
1827 |
-
msgid ""
|
1828 |
-
"A .htaccess file exists, but it’s not writable. You can edit it here "
|
1829 |
-
"once the file permissions are corrected."
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#:
|
1833 |
-
msgid ""
|
1834 |
-
"WordPress won’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 |
-
#:
|
1840 |
-
msgid "
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#:
|
1844 |
-
msgid "
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#:
|
1848 |
-
msgid "
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#:
|
1852 |
-
msgid "
|
|
|
|
|
|
|
|
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#:
|
1856 |
-
msgid ""
|
1857 |
-
"Please realize that incorrectly editing your robots.txt file could block "
|
1858 |
-
"search engines from your site."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#:
|
1862 |
-
msgid "
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#:
|
1866 |
-
msgid ""
|
1867 |
-
"Also, incorrectly editing your .htaccess file could disable your entire "
|
1868 |
-
"website. Edit with caution!"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#:
|
1872 |
-
msgid ""
|
1873 |
-
"Please note that your privacy settings won’t have any effect on your "
|
1874 |
-
"robots.txt file, since you’re using <a href=\"%s\">a custom one</a>."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#:
|
1878 |
-
msgid "
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#:
|
1882 |
-
msgid "
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#:
|
1886 |
-
msgid "
|
|
|
|
|
|
|
|
|
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’t have any public items of this type."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: modules/class.su-module.php:1150
|
45 |
+
msgid "«"
|
|
|
|
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: modules/class.su-module.php:1151
|
49 |
+
msgid "»"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: modules/class.su-module.php:1158
|
53 |
+
msgid "Displaying %s–%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’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’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’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> — The exact contents of the <title> "
|
504 |
+
"tag. The title appears in visitors’ 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 “actual” 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> — 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’t use this site’s Open Directory description in search results."
|
|
|
|
|
|
|
|
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: modules/meta/meta-robots.php:29
|
711 |
msgid ""
|
712 |
+
"Don’t use this site’s Yahoo! Directory description in search "
|
713 |
+
"results."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: modules/meta/meta-robots.php:30
|
717 |
+
msgid "Don’t 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’s 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’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> — 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’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’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’s features are located in groups called “modules."
|
832 |
+
"” By default, most of these modules are listed in the “"
|
833 |
+
"SEO” menu on the left. Whenever you’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’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’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’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’t have any effect on your "
|
1102 |
+
"robots.txt file, since you’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><link rel="canonical" /></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 "<head> 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 “Browse” 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 “Browse” 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’"
|
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’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 “"
|
1301 |
+
"factory defaults” 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’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’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 “Upgrade” 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 “Downgrade” 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 “Reinstall” 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’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> — 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’re "
|
1689 |
+
"editing is about “blue widgets,” you could type “blue "
|
1690 |
+
"widgets” into the “Incoming Autolink Anchors” 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’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’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…"
|
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>…"
|
|
|
|
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: plugin/class.su-installer.php:18
|
1734 |
+
msgid "Unpacking the downgrade…"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: plugin/class.su-installer.php:19
|
1738 |
+
msgid "Installing the downgrade…"
|
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>…"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: plugin/class.su-installer.php:25
|
1754 |
+
msgid "Unpacking the reinstall…"
|
|
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: plugin/class.su-installer.php:26
|
1758 |
+
msgid "Reinstalling the current version…"
|
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>…"
|
|
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: plugin/class.su-installer.php:33
|
1774 |
+
msgid "Unpacking the upgrade…"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: plugin/class.su-installer.php:34
|
1778 |
+
msgid "Installing the upgrade…"
|
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
|