Version Description
- Feature Addition: Add Canonical Redirect detection to fix potential www/non-www redirect match problems. Removed from TODO!
- Deletion: Took out testing code that was accidentally left in the previous version.
- Filter Addition: Added 'qppr_filter_quickredirect_index' filter to allow changing the the index just before the redirect. See filters-hooks-helper_funcitons.txt in plugin folder for usage.
Download this release
Release Info
Developer | anadnet |
Plugin | Quick Page/Post Redirect Plugin |
Version | 5.1.5 |
Comparing to | |
See all releases |
Code changes from version 5.1.4 to 5.1.5
- filters-hooks-helper_funcitons.txt +15 -0
- lang/quick-pagepost-redirect-plugin-en_US.mo +0 -0
- lang/quick-pagepost-redirect-plugin-en_US.po +230 -230
- lang/quick-pagepost-redirect-plugin-es_ES.mo +0 -0
- lang/quick-pagepost-redirect-plugin-es_ES.po +243 -243
- lang/quick-pagepost-redirect-plugin.pot +215 -215
- page_post_redirect_plugin.php +33 -20
- readme.txt +13 -9
filters-hooks-helper_funcitons.txt
CHANGED
@@ -65,6 +65,21 @@ You can use the following helper functions:
|
|
65 |
You can use the following action and filter hooks with this plugin:
|
66 |
Remember to change funciton names to your own custom unique names if using the examples.
|
67 |
*******************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
* filter: appip_metabox_context_filter
|
69 |
* related: Individual Redirects
|
70 |
* desc: Adjust the context for the individual redirect metabox.
|
65 |
You can use the following action and filter hooks with this plugin:
|
66 |
Remember to change funciton names to your own custom unique names if using the examples.
|
67 |
*******************
|
68 |
+
* filter: qppr_filter_quickredirect_index
|
69 |
+
* related: Quick Redirects
|
70 |
+
* desc: Adjust the index (redirect URL) before the final redirect happens.
|
71 |
+
* arg1: index URL.
|
72 |
+
* arg2: querysting data.
|
73 |
+
* return: return the final redirect URL.
|
74 |
+
* examples: //below example does not redirect a URL if there is Query String Data with it
|
75 |
+
* add_filter( 'qppr_filter_quickredirect_index', 'mycustom_qppr_filter_quickredirect_index' );
|
76 |
+
* function mycustom_qppr_filter_quickredirect_index( $index, $querydata ){
|
77 |
+
* if( $querydata != '' ){
|
78 |
+
* return '';
|
79 |
+
* }
|
80 |
+
* return $index;
|
81 |
+
* }
|
82 |
+
*******************
|
83 |
* filter: appip_metabox_context_filter
|
84 |
* related: Individual Redirects
|
85 |
* desc: Adjust the context for the individual redirect metabox.
|
lang/quick-pagepost-redirect-plugin-en_US.mo
CHANGED
Binary file
|
lang/quick-pagepost-redirect-plugin-en_US.po
CHANGED
@@ -3,8 +3,8 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
"Language: English\n"
|
10 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
@@ -22,22 +22,6 @@ msgstr ""
|
|
22 |
"X-Loco-Target-Locale: en_US\n"
|
23 |
"X-Generator: Loco - https://localise.biz/"
|
24 |
|
25 |
-
#: ../page_post_redirect_plugin.php:287
|
26 |
-
msgid ""
|
27 |
-
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
28 |
-
"format instead of form fields. When you have a lot of Redirects, this helps "
|
29 |
-
"eliminate the \"max_input_vars\" configuration issue where redirects were not "
|
30 |
-
"saving correctly."
|
31 |
-
msgstr ""
|
32 |
-
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
33 |
-
"format instead of form fields. When you have a lot of Redirects, this helps "
|
34 |
-
"eliminate the \"max_input_vars\" configuration issue where redirects were not "
|
35 |
-
"saving correctly."
|
36 |
-
|
37 |
-
#: ../page_post_redirect_plugin.php:288
|
38 |
-
msgid "To edit an existing redirect, click the pencil icon"
|
39 |
-
msgstr "To edit an existing redirect, click the pencil icon"
|
40 |
-
|
41 |
#. Name of the plugin
|
42 |
msgid "Quick Page/Post Redirect Plugin"
|
43 |
msgstr "Quick Page/Post Redirect Plugin"
|
@@ -72,11 +56,11 @@ msgstr "Don Fischer"
|
|
72 |
msgid "http://www.fischercreativemedia.com"
|
73 |
msgstr "http://www.fischercreativemedia.com"
|
74 |
|
75 |
-
#: ../page_post_redirect_plugin.php:
|
76 |
msgid "New Meta Redirect options."
|
77 |
msgstr "New Meta Redirect options."
|
78 |
|
79 |
-
#: ../page_post_redirect_plugin.php:
|
80 |
msgid ""
|
81 |
"Please view the Help Tab above to see more information about the Meta "
|
82 |
"Redirect Settings."
|
@@ -84,23 +68,39 @@ msgstr ""
|
|
84 |
"Please view the Help Tab above to see more information about the Meta "
|
85 |
"Redirect Settings."
|
86 |
|
87 |
-
#: ../page_post_redirect_plugin.php:
|
88 |
msgid "New Layout of Existing Redirects"
|
89 |
msgstr "New Layout of Existing Redirects"
|
90 |
|
91 |
-
#: ../page_post_redirect_plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
msgid "and the row will become editable. Click the trash can icon"
|
93 |
msgstr "and the row will become editable. Click the trash can icon"
|
94 |
|
95 |
-
#: ../page_post_redirect_plugin.php:
|
96 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
97 |
msgstr "and the redirect will be deleted. Click the trash can icon"
|
98 |
|
99 |
-
#: ../page_post_redirect_plugin.php:
|
100 |
msgid "New Option to Use jQuery"
|
101 |
msgstr "New Option to Use jQuery"
|
102 |
|
103 |
-
#: ../page_post_redirect_plugin.php:
|
104 |
msgid ""
|
105 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
106 |
"nofollow functionality, you can use the jQuery option."
|
@@ -108,7 +108,7 @@ msgstr ""
|
|
108 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
109 |
"nofollow functionality, you can use the jQuery option."
|
110 |
|
111 |
-
#: ../page_post_redirect_plugin.php:
|
112 |
msgid ""
|
113 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
114 |
"of the page and add the correct functionality if needed."
|
@@ -116,24 +116,24 @@ msgstr ""
|
|
116 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
117 |
"of the page and add the correct functionality if needed."
|
118 |
|
119 |
-
#: ../page_post_redirect_plugin.php:
|
120 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
121 |
msgstr "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
122 |
|
123 |
-
#: ../page_post_redirect_plugin.php:
|
124 |
msgid "Quick Redirects Updated."
|
125 |
msgstr "Quick Redirects Updated."
|
126 |
|
127 |
-
#: ../page_post_redirect_plugin.php:
|
128 |
msgid "Redirect"
|
129 |
msgstr "Redirect"
|
130 |
|
131 |
# Plugin Name
|
132 |
-
#: ../page_post_redirect_plugin.php:
|
133 |
msgid "Quick Page/Post Redirect"
|
134 |
msgstr "Quick Page/Post Redirect"
|
135 |
|
136 |
-
#: ../page_post_redirect_plugin.php:
|
137 |
msgid ""
|
138 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
139 |
"cannot be undone)?"
|
@@ -141,15 +141,15 @@ msgstr ""
|
|
141 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
142 |
"cannot be undone)?"
|
143 |
|
144 |
-
#: ../page_post_redirect_plugin.php:
|
145 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
146 |
msgstr "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
147 |
|
148 |
-
#: ../page_post_redirect_plugin.php:
|
149 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
150 |
msgstr "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
151 |
|
152 |
-
#: ../page_post_redirect_plugin.php:
|
153 |
msgid ""
|
154 |
"Redirect could not be saved as a redirect already exists with the same "
|
155 |
"Request URL."
|
@@ -157,29 +157,29 @@ msgstr ""
|
|
157 |
"Redirect could not be saved as a redirect already exists with the same "
|
158 |
"Request URL."
|
159 |
|
160 |
-
#: ../page_post_redirect_plugin.php:
|
161 |
msgid "Are you sure you want to delete this redirect?"
|
162 |
msgstr "Are you sure you want to delete this redirect?"
|
163 |
|
164 |
# JavaScript message
|
165 |
-
#: ../page_post_redirect_plugin.php:
|
166 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
167 |
msgstr "Error Saving Redirect\\nTry refreshing the page and trying again."
|
168 |
|
169 |
# JavaScript Message
|
170 |
-
#: ../page_post_redirect_plugin.php:
|
171 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
172 |
msgstr "File type not allowed,\\nAllowed file type: *.txt"
|
173 |
|
174 |
-
#: ../page_post_redirect_plugin.php:
|
175 |
msgid "Please add at least one redirect before submitting form"
|
176 |
msgstr "Please add at least one redirect before submitting form"
|
177 |
|
178 |
-
#: ../page_post_redirect_plugin.php:
|
179 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
180 |
msgstr "Quick Page/Post Redirect FAQs/Help"
|
181 |
|
182 |
-
#: ../page_post_redirect_plugin.php:
|
183 |
msgid ""
|
184 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
185 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
@@ -199,91 +199,91 @@ msgstr ""
|
|
199 |
"information like your WordPress version and examples if the plugin is not "
|
200 |
"working correctly for you. THANKS!"
|
201 |
|
202 |
-
#: ../page_post_redirect_plugin.php:
|
203 |
msgid "Table of Contents"
|
204 |
msgstr "Table of Contents"
|
205 |
|
206 |
-
#: ../page_post_redirect_plugin.php:
|
207 |
msgid "Questions/Answers"
|
208 |
msgstr "Questions/Answers"
|
209 |
|
210 |
-
#: ../page_post_redirect_plugin.php:
|
211 |
msgid "Quick Page Post Redirect Summary"
|
212 |
msgstr "Quick Page Post Redirect Summary"
|
213 |
|
214 |
-
#: ../page_post_redirect_plugin.php:
|
215 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
216 |
msgstr "This is a summary of Individual & Quick 301 Redirects."
|
217 |
|
218 |
-
#: ../page_post_redirect_plugin.php:
|
219 |
msgid "Summary"
|
220 |
msgstr "Summary"
|
221 |
|
222 |
-
#: ../page_post_redirect_plugin.php:
|
223 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
224 |
msgstr "Acitve Override is on - All Redirects are OFF!\n"
|
225 |
|
226 |
-
#: ../page_post_redirect_plugin.php:
|
227 |
msgid "No Follow Override is on!"
|
228 |
msgstr "No Follow Override is on!"
|
229 |
|
230 |
-
#: ../page_post_redirect_plugin.php:
|
231 |
msgid "New Window Override is on!"
|
232 |
msgstr "New Window Override is on!"
|
233 |
|
234 |
-
#: ../page_post_redirect_plugin.php:
|
235 |
msgid "Rewrite Override is on!"
|
236 |
msgstr "Rewrite Override is on!"
|
237 |
|
238 |
-
#: ../page_post_redirect_plugin.php:
|
239 |
msgid "ID"
|
240 |
msgstr "ID"
|
241 |
|
242 |
-
#: ../page_post_redirect_plugin.php:
|
243 |
msgid "post type"
|
244 |
msgstr "post type"
|
245 |
|
246 |
-
#: ../page_post_redirect_plugin.php:
|
247 |
msgid "active"
|
248 |
msgstr "active"
|
249 |
|
250 |
-
#: ../page_post_redirect_plugin.php:
|
251 |
msgid "no follow"
|
252 |
msgstr "no follow"
|
253 |
|
254 |
-
#: ../page_post_redirect_plugin.php:
|
255 |
msgid "new window"
|
256 |
msgstr "new window"
|
257 |
|
258 |
-
#: ../page_post_redirect_plugin.php:
|
259 |
msgid "type"
|
260 |
msgstr "type"
|
261 |
|
262 |
-
#: ../page_post_redirect_plugin.php:
|
263 |
msgid "rewrite link"
|
264 |
msgstr "rewrite link"
|
265 |
|
266 |
-
#: ../page_post_redirect_plugin.php:
|
267 |
msgid "original URL"
|
268 |
msgstr "original URL"
|
269 |
|
270 |
-
#: ../page_post_redirect_plugin.php:
|
271 |
msgid "redirect to URL"
|
272 |
msgstr "redirect to URL"
|
273 |
|
274 |
-
#: ../page_post_redirect_plugin.php:
|
275 |
msgid "Quick Redirects Imported & Replaced."
|
276 |
msgstr "Quick Redirects Imported & Replaced."
|
277 |
|
278 |
-
#: ../page_post_redirect_plugin.php:
|
279 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
280 |
msgstr "Quick Redirects Imported & Added to Existing Redirects."
|
281 |
|
282 |
-
#: ../page_post_redirect_plugin.php:
|
283 |
msgid "Import/Export Redirects"
|
284 |
msgstr "Import/Export Redirects"
|
285 |
|
286 |
-
#: ../page_post_redirect_plugin.php:
|
287 |
msgid ""
|
288 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
289 |
"to help with future development and updates. We thank you in advance."
|
@@ -291,11 +291,11 @@ msgstr ""
|
|
291 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
292 |
"to help with future development and updates. We thank you in advance."
|
293 |
|
294 |
-
#: ../page_post_redirect_plugin.php:
|
295 |
msgid "Export Redirects"
|
296 |
msgstr "Export Redirects"
|
297 |
|
298 |
-
#: ../page_post_redirect_plugin.php:
|
299 |
msgid ""
|
300 |
"You should back-up your redirect regularly in case something happens to the "
|
301 |
"database."
|
@@ -303,7 +303,7 @@ msgstr ""
|
|
303 |
"You should back-up your redirect regularly in case something happens to the "
|
304 |
"database."
|
305 |
|
306 |
-
#: ../page_post_redirect_plugin.php:
|
307 |
msgid ""
|
308 |
"Please use the below buttons to make a back-up as either encoded "
|
309 |
"(unreadable) or pipe separated"
|
@@ -311,23 +311,23 @@ msgstr ""
|
|
311 |
"Please use the below buttons to make a back-up as either encoded "
|
312 |
"(unreadable) or pipe separated"
|
313 |
|
314 |
-
#: ../page_post_redirect_plugin.php:
|
315 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
316 |
msgstr "EXPORT all Quick Redirects (Encoded)"
|
317 |
|
318 |
-
#: ../page_post_redirect_plugin.php:
|
319 |
msgid "OR"
|
320 |
msgstr "OR"
|
321 |
|
322 |
-
#: ../page_post_redirect_plugin.php:
|
323 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
324 |
msgstr "EXPORT all Quick Redirects (PIPE Separated)"
|
325 |
|
326 |
-
#: ../page_post_redirect_plugin.php:
|
327 |
msgid "Import Redirects"
|
328 |
msgstr "Import Redirects"
|
329 |
|
330 |
-
#: ../page_post_redirect_plugin.php:
|
331 |
msgid ""
|
332 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
333 |
"option."
|
@@ -335,7 +335,7 @@ msgstr ""
|
|
335 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
336 |
"option."
|
337 |
|
338 |
-
#: ../page_post_redirect_plugin.php:
|
339 |
msgid ""
|
340 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
341 |
"redirects, the file must be pipe dilimited "
|
@@ -343,19 +343,19 @@ msgstr ""
|
|
343 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
344 |
"redirects, the file must be pipe dilimited "
|
345 |
|
346 |
-
#: ../page_post_redirect_plugin.php:
|
347 |
msgid "RESTORE Saved Quick Redirects"
|
348 |
msgstr "RESTORE Saved Quick Redirects"
|
349 |
|
350 |
-
#: ../page_post_redirect_plugin.php:
|
351 |
msgid "ADD TO Quick Redirects"
|
352 |
msgstr "ADD TO Quick Redirects"
|
353 |
|
354 |
-
#: ../page_post_redirect_plugin.php:
|
355 |
msgid "Select Quick Redirects file to import:"
|
356 |
msgstr "Select Quick Redirects file to import:"
|
357 |
|
358 |
-
#: ../page_post_redirect_plugin.php:
|
359 |
msgid ""
|
360 |
"The import file should be a text file with one rediect per line, PIPE "
|
361 |
"separated, in this format:"
|
@@ -364,28 +364,28 @@ msgstr ""
|
|
364 |
"separated, in this format:"
|
365 |
|
366 |
# these are column titles.
|
367 |
-
#: ../page_post_redirect_plugin.php:
|
368 |
msgid "redirect|destination|newwindow|nofollow"
|
369 |
msgstr "redirect|destination|newwindow|nofollow"
|
370 |
|
371 |
-
#: ../page_post_redirect_plugin.php:
|
372 |
msgid "for Example:"
|
373 |
msgstr "for Example:"
|
374 |
|
375 |
# translate this to same as source
|
376 |
-
#: ../page_post_redirect_plugin.php:
|
377 |
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
378 |
msgstr "/old-location.htm|http://some.com/new-destination/|0|1"
|
379 |
|
380 |
-
#: ../page_post_redirect_plugin.php:
|
381 |
msgid "/dontate/|http://example.com/destination/|1|1"
|
382 |
msgstr "/dontate/|http://example.com/destination/|1|1"
|
383 |
|
384 |
-
#: ../page_post_redirect_plugin.php:
|
385 |
msgid "IMPORTANT:"
|
386 |
msgstr "IMPORTANT:"
|
387 |
|
388 |
-
#: ../page_post_redirect_plugin.php:
|
389 |
msgid ""
|
390 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
391 |
"URL encoded before adding them!"
|
@@ -393,23 +393,23 @@ msgstr ""
|
|
393 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
394 |
"URL encoded before adding them!"
|
395 |
|
396 |
-
#: ../page_post_redirect_plugin.php:
|
397 |
msgid "ADD TO Current Quick Redirects"
|
398 |
msgstr "ADD TO Current Quick Redirects"
|
399 |
|
400 |
-
#: ../page_post_redirect_plugin.php:
|
401 |
msgid "All Quick Redirects deleted from database."
|
402 |
msgstr "All Quick Redirects deleted from database."
|
403 |
|
404 |
-
#: ../page_post_redirect_plugin.php:
|
405 |
msgid "All Individual Redirects deleted from database."
|
406 |
msgstr "All Individual Redirects deleted from database."
|
407 |
|
408 |
-
#: ../page_post_redirect_plugin.php:
|
409 |
msgid "All Redirects and Settings deleted from database"
|
410 |
msgstr "All Redirects and Settings deleted from database"
|
411 |
|
412 |
-
#: ../page_post_redirect_plugin.php:
|
413 |
msgid ""
|
414 |
"There was an problem with your last request. Please reload the page and try "
|
415 |
"again."
|
@@ -417,40 +417,40 @@ msgstr ""
|
|
417 |
"There was an problem with your last request. Please reload the page and try "
|
418 |
"again."
|
419 |
|
420 |
-
#: ../page_post_redirect_plugin.php:
|
421 |
msgid "Quick Page Post Redirect Options"
|
422 |
msgstr "Quick Page Post Redirect Options"
|
423 |
|
424 |
-
#: ../page_post_redirect_plugin.php:
|
425 |
msgid "Basic Settings"
|
426 |
msgstr "Basic Settings"
|
427 |
|
428 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
429 |
-
#: ../page_post_redirect_plugin.php:
|
430 |
msgid "Use with Custom Post Types?"
|
431 |
msgstr "Use with Custom Post Types?"
|
432 |
|
433 |
-
#: ../page_post_redirect_plugin.php:
|
434 |
msgid "Hide"
|
435 |
msgstr "Hide"
|
436 |
|
437 |
-
#: ../page_post_redirect_plugin.php:
|
438 |
msgid "meta box for following Post Types:"
|
439 |
msgstr "meta box for following Post Types:"
|
440 |
|
441 |
-
#: ../page_post_redirect_plugin.php:
|
442 |
msgid "Show Column Headers?"
|
443 |
msgstr "Show Column Headers?"
|
444 |
|
445 |
-
#: ../page_post_redirect_plugin.php:
|
446 |
msgid "Show Columns on list pages for set up redirects."
|
447 |
msgstr "Show Columns on list pages for set up redirects."
|
448 |
|
449 |
-
#: ../page_post_redirect_plugin.php:
|
450 |
msgid "Use jQuery?"
|
451 |
msgstr "Use jQuery?"
|
452 |
|
453 |
-
#: ../page_post_redirect_plugin.php:
|
454 |
msgid ""
|
455 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
456 |
"turning this off."
|
@@ -458,15 +458,15 @@ msgstr ""
|
|
458 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
459 |
"turning this off."
|
460 |
|
461 |
-
#: ../page_post_redirect_plugin.php:
|
462 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
463 |
msgstr "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
464 |
|
465 |
-
#: ../page_post_redirect_plugin.php:
|
466 |
msgid "Master Override Options"
|
467 |
msgstr "Master Override Options"
|
468 |
|
469 |
-
#: ../page_post_redirect_plugin.php:
|
470 |
msgid ""
|
471 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
472 |
"settings."
|
@@ -474,72 +474,72 @@ msgstr ""
|
|
474 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
475 |
"settings."
|
476 |
|
477 |
-
#: ../page_post_redirect_plugin.php:
|
478 |
msgid "Turn OFF all Redirects?"
|
479 |
msgstr "Turn OFF all Redirects?"
|
480 |
|
481 |
-
#: ../page_post_redirect_plugin.php:
|
482 |
msgid "Basically the same as having no redirects set up."
|
483 |
msgstr "Basically the same as having no redirects set up."
|
484 |
|
485 |
# keep code text untranslated.
|
486 |
-
#: ../page_post_redirect_plugin.php:
|
487 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
488 |
msgstr "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
489 |
|
490 |
-
#: ../page_post_redirect_plugin.php:
|
491 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
492 |
msgstr "Requires \"use jQuery\" option to work with Quick Redirects."
|
493 |
|
494 |
-
#: ../page_post_redirect_plugin.php:
|
495 |
msgid "Make ALL Redirects open in a New Window?"
|
496 |
msgstr "Make ALL Redirects open in a New Window?"
|
497 |
|
498 |
-
#: ../page_post_redirect_plugin.php:
|
499 |
msgid "Make ALL Redirects this type:"
|
500 |
msgstr "Make ALL Redirects this type:"
|
501 |
|
502 |
-
#: ../page_post_redirect_plugin.php:
|
503 |
msgid "Use Individual Settings"
|
504 |
msgstr "Use Individual Settings"
|
505 |
|
506 |
-
#: ../page_post_redirect_plugin.php:
|
507 |
msgid "Permanant Redirect"
|
508 |
msgstr "Permanant Redirect"
|
509 |
|
510 |
-
#: ../page_post_redirect_plugin.php:
|
511 |
msgid "Temporary Redirect"
|
512 |
msgstr "Temporary Redirect"
|
513 |
|
514 |
-
#: ../page_post_redirect_plugin.php:
|
515 |
msgid "Meta Refresh Redirect"
|
516 |
msgstr "Meta Refresh Redirect"
|
517 |
|
518 |
-
#: ../page_post_redirect_plugin.php:
|
519 |
msgid "(This will also override Quick Redirects)"
|
520 |
msgstr "(This will also override Quick Redirects)"
|
521 |
|
522 |
-
#: ../page_post_redirect_plugin.php:
|
523 |
msgid "Make ALL redirects Case Sensitive?"
|
524 |
msgstr "Make ALL redirects Case Sensitive?"
|
525 |
|
526 |
-
#: ../page_post_redirect_plugin.php:
|
527 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
528 |
msgstr "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
529 |
|
530 |
-
#: ../page_post_redirect_plugin.php:
|
531 |
msgid "Make ALL Redirects go to this URL:"
|
532 |
msgstr "Make ALL Redirects go to this URL:"
|
533 |
|
534 |
-
#: ../page_post_redirect_plugin.php:
|
535 |
msgid "Use full URL including <code>http://</code>."
|
536 |
msgstr "Use full URL including <code>http://</code>."
|
537 |
|
538 |
-
#: ../page_post_redirect_plugin.php:
|
539 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
540 |
msgstr "Rewrite ALL Redirects URLs to Show in LINK?"
|
541 |
|
542 |
-
#: ../page_post_redirect_plugin.php:
|
543 |
msgid ""
|
544 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
545 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
@@ -547,11 +547,11 @@ msgstr ""
|
|
547 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
548 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
549 |
|
550 |
-
#: ../page_post_redirect_plugin.php:
|
551 |
msgid "Plugin Clean Up"
|
552 |
msgstr "Plugin Clean Up"
|
553 |
|
554 |
-
#: ../page_post_redirect_plugin.php:
|
555 |
msgid ""
|
556 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
557 |
"this."
|
@@ -559,19 +559,19 @@ msgstr ""
|
|
559 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
560 |
"this."
|
561 |
|
562 |
-
#: ../page_post_redirect_plugin.php:
|
563 |
msgid "Delete Redirects?"
|
564 |
msgstr "Delete Redirects?"
|
565 |
|
566 |
-
#: ../page_post_redirect_plugin.php:
|
567 |
msgid "Delete All Individual Redirects"
|
568 |
msgstr "Delete All Individual Redirects"
|
569 |
|
570 |
-
#: ../page_post_redirect_plugin.php:
|
571 |
msgid "Delete all Quick Redirects"
|
572 |
msgstr "Delete all Quick Redirects"
|
573 |
|
574 |
-
#: ../page_post_redirect_plugin.php:
|
575 |
msgid ""
|
576 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
577 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
@@ -581,15 +581,15 @@ msgstr ""
|
|
581 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
582 |
"page."
|
583 |
|
584 |
-
#: ../page_post_redirect_plugin.php:
|
585 |
msgid "Delete ALL Redirects & Settings?"
|
586 |
msgstr "Delete ALL Redirects & Settings?"
|
587 |
|
588 |
-
#: ../page_post_redirect_plugin.php:
|
589 |
msgid "Delete ALL Redirects AND Settings"
|
590 |
msgstr "Delete ALL Redirects AND Settings"
|
591 |
|
592 |
-
#: ../page_post_redirect_plugin.php:
|
593 |
msgid ""
|
594 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
595 |
"be undone!"
|
@@ -597,23 +597,23 @@ msgstr ""
|
|
597 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
598 |
"be undone!"
|
599 |
|
600 |
-
#: ../page_post_redirect_plugin.php:
|
601 |
msgid "Save Changes"
|
602 |
msgstr "Save Changes"
|
603 |
|
604 |
-
#: ../page_post_redirect_plugin.php:
|
605 |
msgid "Examples"
|
606 |
msgstr "Examples"
|
607 |
|
608 |
-
#: ../page_post_redirect_plugin.php:
|
609 |
msgid "Troubleshooting"
|
610 |
msgstr "Troubleshooting"
|
611 |
|
612 |
-
#: ../page_post_redirect_plugin.php:
|
613 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
614 |
msgstr "IMPORTANT TROUBLESHOOTING NOTES:"
|
615 |
|
616 |
-
#: ../page_post_redirect_plugin.php:
|
617 |
msgid ""
|
618 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
619 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
@@ -621,7 +621,7 @@ msgstr ""
|
|
621 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
622 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
623 |
|
624 |
-
#: ../page_post_redirect_plugin.php:
|
625 |
msgid ""
|
626 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
627 |
"directory and contain the <code>/</code> at the beginning."
|
@@ -629,7 +629,7 @@ msgstr ""
|
|
629 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
630 |
"directory and contain the <code>/</code> at the beginning."
|
631 |
|
632 |
-
#: ../page_post_redirect_plugin.php:
|
633 |
msgid ""
|
634 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
635 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
@@ -643,7 +643,7 @@ msgstr ""
|
|
643 |
"<code>https://</code>, use it as the protocol. Our best guess is that your "
|
644 |
"domain and protocol are"
|
645 |
|
646 |
-
#: ../page_post_redirect_plugin.php:
|
647 |
msgid ""
|
648 |
"If you are having issues with the link not redirecting on a SSL site with "
|
649 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
@@ -653,7 +653,7 @@ msgstr ""
|
|
653 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
654 |
"redirects, one with and one without the SSL protocol."
|
655 |
|
656 |
-
#: ../page_post_redirect_plugin.php:
|
657 |
msgid ""
|
658 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
659 |
"root), for example"
|
@@ -661,7 +661,7 @@ msgstr ""
|
|
661 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
662 |
"root), for example"
|
663 |
|
664 |
-
#: ../page_post_redirect_plugin.php:
|
665 |
msgid ""
|
666 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
667 |
"work with Quick Redirects, you need to have:"
|
@@ -669,11 +669,11 @@ msgstr ""
|
|
669 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
670 |
"work with Quick Redirects, you need to have:"
|
671 |
|
672 |
-
#: ../page_post_redirect_plugin.php:
|
673 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
674 |
msgstr "\"Use jQuery?\" option selected in the settings page"
|
675 |
|
676 |
-
#: ../page_post_redirect_plugin.php:
|
677 |
msgid ""
|
678 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
679 |
"menu, content, sidebar, etc."
|
@@ -681,7 +681,7 @@ msgstr ""
|
|
681 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
682 |
"menu, content, sidebar, etc."
|
683 |
|
684 |
-
#: ../page_post_redirect_plugin.php:
|
685 |
msgid ""
|
686 |
"The open in a new window or nofollow settings will not happen if someone "
|
687 |
"just types the old link in the URL or if they come from a bookmark or link "
|
@@ -697,15 +697,15 @@ msgstr ""
|
|
697 |
"<code>target</code> and <code>rel</code> properties to the link to make it "
|
698 |
"work."
|
699 |
|
700 |
-
#: ../page_post_redirect_plugin.php:
|
701 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
702 |
msgstr "You can export redirects in two formats - Encoded or Delimited."
|
703 |
|
704 |
-
#: ../page_post_redirect_plugin.php:
|
705 |
msgid "Load Content?"
|
706 |
msgstr "Load Content?"
|
707 |
|
708 |
-
#: ../page_post_redirect_plugin.php:
|
709 |
msgid ""
|
710 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
711 |
"load as normal or to only load a blank page or the content provided in the "
|
@@ -715,7 +715,7 @@ msgstr ""
|
|
715 |
"load as normal or to only load a blank page or the content provided in the "
|
716 |
"<strong>Page Content</strong> section. "
|
717 |
|
718 |
-
#: ../page_post_redirect_plugin.php:
|
719 |
msgid ""
|
720 |
"If checked, all of the original content will load, so keep this in mind when "
|
721 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
@@ -725,11 +725,11 @@ msgstr ""
|
|
725 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
726 |
"will not compeletely load. "
|
727 |
|
728 |
-
#: ../page_post_redirect_plugin.php:
|
729 |
msgid "Redirect Seconds"
|
730 |
msgstr "Redirect Seconds"
|
731 |
|
732 |
-
#: ../page_post_redirect_plugin.php:
|
733 |
msgid ""
|
734 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
735 |
"have an instant redirect*."
|
@@ -737,7 +737,7 @@ msgstr ""
|
|
737 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
738 |
"have an instant redirect*."
|
739 |
|
740 |
-
#: ../page_post_redirect_plugin.php:
|
741 |
msgid ""
|
742 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
743 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
@@ -749,11 +749,11 @@ msgstr ""
|
|
749 |
"longer than instant, depending on how much content needs to load before the "
|
750 |
"trigger happens."
|
751 |
|
752 |
-
#: ../page_post_redirect_plugin.php:
|
753 |
msgid "Redirect Trigger"
|
754 |
msgstr "Redirect Trigger"
|
755 |
|
756 |
-
#: ../page_post_redirect_plugin.php:
|
757 |
msgid ""
|
758 |
"The class or id or tag name of the element to load before the redirect "
|
759 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
@@ -763,7 +763,7 @@ msgstr ""
|
|
763 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
764 |
"a trigger."
|
765 |
|
766 |
-
#: ../page_post_redirect_plugin.php:
|
767 |
msgid ""
|
768 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
769 |
"<strong>.my-class-name</strong>"
|
@@ -771,7 +771,7 @@ msgstr ""
|
|
771 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
772 |
"<strong>.my-class-name</strong>"
|
773 |
|
774 |
-
#: ../page_post_redirect_plugin.php:
|
775 |
msgid ""
|
776 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
777 |
"id-name</strong>."
|
@@ -779,7 +779,7 @@ msgstr ""
|
|
779 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
780 |
"id-name</strong>."
|
781 |
|
782 |
-
#: ../page_post_redirect_plugin.php:
|
783 |
msgid ""
|
784 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
785 |
"characters in the name, i.e., <body> would just be "
|
@@ -789,7 +789,7 @@ msgstr ""
|
|
789 |
"characters in the name, i.e., <body> would just be "
|
790 |
"<strong>body</strong>."
|
791 |
|
792 |
-
#: ../page_post_redirect_plugin.php:
|
793 |
msgid ""
|
794 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
795 |
"on all events."
|
@@ -797,11 +797,11 @@ msgstr ""
|
|
797 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
798 |
"on all events."
|
799 |
|
800 |
-
#: ../page_post_redirect_plugin.php:
|
801 |
msgid "Append Content To"
|
802 |
msgstr "Append Content To"
|
803 |
|
804 |
-
#: ../page_post_redirect_plugin.php:
|
805 |
msgid ""
|
806 |
"The class, id or tag name that you want the content in the <strong>Page "
|
807 |
"Content</strong> to be loading into."
|
@@ -809,7 +809,7 @@ msgstr ""
|
|
809 |
"The class, id or tag name that you want the content in the <strong>Page "
|
810 |
"Content</strong> to be loading into."
|
811 |
|
812 |
-
#: ../page_post_redirect_plugin.php:
|
813 |
msgid ""
|
814 |
"If you are loading the content of the page, use an existing class or id for "
|
815 |
"an existing element (i.e., .page-content) so your additional page content "
|
@@ -819,7 +819,7 @@ msgstr ""
|
|
819 |
"an existing element (i.e., .page-content) so your additional page content "
|
820 |
"(if any) is loaded into that element."
|
821 |
|
822 |
-
#: ../page_post_redirect_plugin.php:
|
823 |
msgid ""
|
824 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
825 |
"used."
|
@@ -827,11 +827,11 @@ msgstr ""
|
|
827 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
828 |
"used."
|
829 |
|
830 |
-
#: ../page_post_redirect_plugin.php:
|
831 |
msgid "Page Content"
|
832 |
msgstr "Page Content"
|
833 |
|
834 |
-
#: ../page_post_redirect_plugin.php:
|
835 |
msgid ""
|
836 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
837 |
"script or image tag you want to use, add it here."
|
@@ -839,7 +839,7 @@ msgstr ""
|
|
839 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
840 |
"script or image tag you want to use, add it here."
|
841 |
|
842 |
-
#: ../page_post_redirect_plugin.php:
|
843 |
msgid ""
|
844 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
845 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
@@ -855,7 +855,7 @@ msgstr ""
|
|
855 |
"<strong>Append Content</strong> To to \"body\" and <strong>Redirect "
|
856 |
"Trigger</strong> to \"body\"."
|
857 |
|
858 |
-
#: ../page_post_redirect_plugin.php:
|
859 |
msgid ""
|
860 |
"Additionally, you can add the redirect counter to the page by adding the "
|
861 |
"code sample under the <strong>Page Content</strong> box."
|
@@ -863,11 +863,11 @@ msgstr ""
|
|
863 |
"Additionally, you can add the redirect counter to the page by adding the "
|
864 |
"code sample under the <strong>Page Content</strong> box."
|
865 |
|
866 |
-
#: ../page_post_redirect_plugin.php:
|
867 |
msgid "Quick Redirects (301 Redirects)"
|
868 |
msgstr "Quick Redirects (301 Redirects)"
|
869 |
|
870 |
-
#: ../page_post_redirect_plugin.php:
|
871 |
msgid ""
|
872 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
873 |
"order to use <strong>NW</strong> (open in a new window) or "
|
@@ -879,11 +879,11 @@ msgstr ""
|
|
879 |
"<strong>NF</strong> (add rel=\"nofollow\") options for Quick Redirects, you "
|
880 |
"must have it enabled."
|
881 |
|
882 |
-
#: ../page_post_redirect_plugin.php:
|
883 |
msgid "hide this message"
|
884 |
msgstr "hide this message"
|
885 |
|
886 |
-
#: ../page_post_redirect_plugin.php:
|
887 |
msgid ""
|
888 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
889 |
"(nofollow) options, check the appropriate option and update when adding "
|
@@ -897,7 +897,7 @@ msgstr ""
|
|
897 |
"updated with these options (as long as you have <code>Use jQuery?</code> "
|
898 |
"enabled in the plugin settings."
|
899 |
|
900 |
-
#: ../page_post_redirect_plugin.php:
|
901 |
msgid ""
|
902 |
"Quick Redirects are useful when you have links from an old site that now "
|
903 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
@@ -913,7 +913,7 @@ msgstr ""
|
|
913 |
"need to send some place else and you don't want to create a Page or Post "
|
914 |
"just to use the individual Page/Post Redirect option."
|
915 |
|
916 |
-
#: ../page_post_redirect_plugin.php:
|
917 |
msgid ""
|
918 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
919 |
"URL</strong> field, and the URL it should be redirected to in the "
|
@@ -927,7 +927,7 @@ msgstr ""
|
|
927 |
"trash can at the end of that row. To edit a redirect, click the pencil edit "
|
928 |
"icon."
|
929 |
|
930 |
-
#: ../page_post_redirect_plugin.php:
|
931 |
msgid ""
|
932 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
933 |
"example redirects."
|
@@ -935,39 +935,39 @@ msgstr ""
|
|
935 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
936 |
"example redirects."
|
937 |
|
938 |
-
#: ../page_post_redirect_plugin.php:
|
939 |
msgid "Add New Redirects"
|
940 |
msgstr "Add New Redirects"
|
941 |
|
942 |
-
#: ../page_post_redirect_plugin.php:
|
943 |
msgid "Request URL"
|
944 |
msgstr "Request URL"
|
945 |
|
946 |
-
#: ../page_post_redirect_plugin.php:
|
947 |
msgid "Destination URL"
|
948 |
msgstr "Destination URL"
|
949 |
|
950 |
# Stands for 'New Window'
|
951 |
-
#: ../page_post_redirect_plugin.php:
|
952 |
msgid "NW"
|
953 |
msgstr "NW"
|
954 |
|
955 |
# Stands for 'No Follow'
|
956 |
-
#: ../page_post_redirect_plugin.php:
|
957 |
msgid "NF"
|
958 |
msgstr "NF"
|
959 |
|
960 |
-
#: ../page_post_redirect_plugin.php:
|
961 |
-
#: page_post_redirect_plugin.php:
|
962 |
msgid "open in a New Window"
|
963 |
msgstr "open in a New Window"
|
964 |
|
965 |
-
#: ../page_post_redirect_plugin.php:
|
966 |
-
#: page_post_redirect_plugin.php:
|
967 |
msgid "add No Follow"
|
968 |
msgstr "add No Follow"
|
969 |
|
970 |
-
#: ../page_post_redirect_plugin.php:
|
971 |
msgid ""
|
972 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
973 |
"jQuery\" is set in the options."
|
@@ -975,31 +975,31 @@ msgstr ""
|
|
975 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
976 |
"jQuery\" is set in the options."
|
977 |
|
978 |
-
#: ../page_post_redirect_plugin.php:
|
979 |
msgid "Existing Redirects"
|
980 |
msgstr "Existing Redirects"
|
981 |
|
982 |
-
#: ../page_post_redirect_plugin.php:
|
983 |
msgid "Save"
|
984 |
msgstr "Save"
|
985 |
|
986 |
-
#: ../page_post_redirect_plugin.php:
|
987 |
msgid "Cancel"
|
988 |
msgstr "Cancel"
|
989 |
|
990 |
-
#: ../page_post_redirect_plugin.php:
|
991 |
msgid "Edit"
|
992 |
msgstr "Edit"
|
993 |
|
994 |
-
#: ../page_post_redirect_plugin.php:
|
995 |
msgid "Delete"
|
996 |
msgstr "Delete"
|
997 |
|
998 |
-
#: ../page_post_redirect_plugin.php:
|
999 |
msgid "No Quick Redirects."
|
1000 |
msgstr "No Quick Redirects."
|
1001 |
|
1002 |
-
#: ../page_post_redirect_plugin.php:
|
1003 |
msgid ""
|
1004 |
"An error occured during the file upload. Please fix your server "
|
1005 |
"configuration and retry."
|
@@ -1007,11 +1007,11 @@ msgstr ""
|
|
1007 |
"An error occured during the file upload. Please fix your server "
|
1008 |
"configuration and retry."
|
1009 |
|
1010 |
-
#: ../page_post_redirect_plugin.php:
|
1011 |
msgid "SERVER ERROR - Could Not Load"
|
1012 |
msgstr "SERVER ERROR - Could Not Load"
|
1013 |
|
1014 |
-
#: ../page_post_redirect_plugin.php:
|
1015 |
msgid ""
|
1016 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
1017 |
"damaged or corrupt."
|
@@ -1019,12 +1019,12 @@ msgstr ""
|
|
1019 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
1020 |
"damaged or corrupt."
|
1021 |
|
1022 |
-
#: ../page_post_redirect_plugin.php:
|
1023 |
-
#: page_post_redirect_plugin.php:
|
1024 |
msgid "ERROR - Not a valid File"
|
1025 |
msgstr "ERROR - Not a valid File"
|
1026 |
|
1027 |
-
#: ../page_post_redirect_plugin.php:
|
1028 |
msgid ""
|
1029 |
"An error occured during the file upload. It might me that the file is too "
|
1030 |
"large or you do not have the premissions to write to the temporary upload "
|
@@ -1034,7 +1034,7 @@ msgstr ""
|
|
1034 |
"large or you do not have the premissions to write to the temporary upload "
|
1035 |
"directory. Please fix your server configuration and retry."
|
1036 |
|
1037 |
-
#: ../page_post_redirect_plugin.php:
|
1038 |
msgid ""
|
1039 |
"This does not look like the file is in the correct format - it is possibly "
|
1040 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
@@ -1044,7 +1044,7 @@ msgstr ""
|
|
1044 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
1045 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
1046 |
|
1047 |
-
#: ../page_post_redirect_plugin.php:
|
1048 |
msgid ""
|
1049 |
"It does not look like there are any valid items to import - check the file "
|
1050 |
"and try again."
|
@@ -1052,51 +1052,51 @@ msgstr ""
|
|
1052 |
"It does not look like there are any valid items to import - check the file "
|
1053 |
"and try again."
|
1054 |
|
1055 |
-
#: ../page_post_redirect_plugin.php:
|
1056 |
msgid "ERROR - No Valid items to add."
|
1057 |
msgstr "ERROR - No Valid items to add."
|
1058 |
|
1059 |
-
#: ../page_post_redirect_plugin.php:
|
1060 |
msgid "Settings"
|
1061 |
msgstr "Settings"
|
1062 |
|
1063 |
-
#: ../page_post_redirect_plugin.php:
|
1064 |
msgid "Quick Redirects"
|
1065 |
msgstr "Quick Redirects"
|
1066 |
|
1067 |
-
#: ../page_post_redirect_plugin.php:
|
1068 |
msgid "FAQ"
|
1069 |
msgstr "FAQ"
|
1070 |
|
1071 |
-
#: ../page_post_redirect_plugin.php:
|
1072 |
msgid "Donate"
|
1073 |
msgstr "Donate"
|
1074 |
|
1075 |
-
#: ../page_post_redirect_plugin.php:
|
1076 |
msgid "Make Redirect <strong>Active</strong>."
|
1077 |
msgstr "Make Redirect <strong>Active</strong>."
|
1078 |
|
1079 |
-
#: ../page_post_redirect_plugin.php:
|
1080 |
msgid "Check to turn on or redirect will not work."
|
1081 |
msgstr "Check to turn on or redirect will not work."
|
1082 |
|
1083 |
-
#: ../page_post_redirect_plugin.php:
|
1084 |
msgid "Open in a <strong>new window.</strong>"
|
1085 |
msgstr "Open in a <strong>new window.</strong>"
|
1086 |
|
1087 |
-
#: ../page_post_redirect_plugin.php:
|
1088 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
1089 |
msgstr "To increase effectivness, select \"Use jQuery\" in the options."
|
1090 |
|
1091 |
-
#: ../page_post_redirect_plugin.php:
|
1092 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
1093 |
msgstr "Add <strong>rel=\"nofollow\"</strong> to link."
|
1094 |
|
1095 |
-
#: ../page_post_redirect_plugin.php:
|
1096 |
msgid "<strong>Show</strong> Redirect URL in link."
|
1097 |
msgstr "<strong>Show</strong> Redirect URL in link."
|
1098 |
|
1099 |
-
#: ../page_post_redirect_plugin.php:
|
1100 |
msgid ""
|
1101 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
1102 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
@@ -1104,11 +1104,11 @@ msgstr ""
|
|
1104 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
1105 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
1106 |
|
1107 |
-
#: ../page_post_redirect_plugin.php:
|
1108 |
msgid "Redirect / Destination URL:"
|
1109 |
msgstr "Redirect / Destination URL:"
|
1110 |
|
1111 |
-
#: ../page_post_redirect_plugin.php:
|
1112 |
msgid ""
|
1113 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
1114 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
@@ -1120,35 +1120,35 @@ msgstr ""
|
|
1120 |
"<i>including</i> <strong>http://</strong> for all external <i>and</i> meta "
|
1121 |
"redirects.)"
|
1122 |
|
1123 |
-
#: ../page_post_redirect_plugin.php:
|
1124 |
msgid "Type of Redirect:"
|
1125 |
msgstr "Type of Redirect:"
|
1126 |
|
1127 |
-
#: ../page_post_redirect_plugin.php:
|
1128 |
msgid "Permanent"
|
1129 |
msgstr "Permanent"
|
1130 |
|
1131 |
-
#: ../page_post_redirect_plugin.php:
|
1132 |
msgid "Temporary"
|
1133 |
msgstr "Temporary"
|
1134 |
|
1135 |
-
#: ../page_post_redirect_plugin.php:
|
1136 |
msgid "Meta Redirect"
|
1137 |
msgstr "Meta Redirect"
|
1138 |
|
1139 |
-
#: ../page_post_redirect_plugin.php:
|
1140 |
msgid "Default is 301 (Permanent Redirect)."
|
1141 |
msgstr "Default is 301 (Permanent Redirect)."
|
1142 |
|
1143 |
-
#: ../page_post_redirect_plugin.php:
|
1144 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
1145 |
msgstr "Redirect Seconds (ONLY for meta redirects)."
|
1146 |
|
1147 |
-
#: ../page_post_redirect_plugin.php:
|
1148 |
msgid "Leave blank to use options setting. 0 = instant."
|
1149 |
msgstr "Leave blank to use options setting. 0 = instant."
|
1150 |
|
1151 |
-
#: ../page_post_redirect_plugin.php:
|
1152 |
msgid ""
|
1153 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
1154 |
"it may need to be published first and then saved again as a Draft. If you do "
|
@@ -1158,19 +1158,19 @@ msgstr ""
|
|
1158 |
"it may need to be published first and then saved again as a Draft. If you do "
|
1159 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
1160 |
|
1161 |
-
#: ../page_post_redirect_plugin.php:
|
1162 |
msgid "method."
|
1163 |
msgstr "method."
|
1164 |
|
1165 |
-
#: ../page_post_redirect_plugin.php:
|
1166 |
msgid "Meta Redirect Settings"
|
1167 |
msgstr "Meta Redirect Settings"
|
1168 |
|
1169 |
-
#: ../page_post_redirect_plugin.php:
|
1170 |
msgid "Settings Updated"
|
1171 |
msgstr "Settings Updated"
|
1172 |
|
1173 |
-
#: ../page_post_redirect_plugin.php:
|
1174 |
msgid ""
|
1175 |
"This section is for updating options for redirects that use the \"meta "
|
1176 |
"refresh\" funcitonality for redirecting."
|
@@ -1178,7 +1178,7 @@ msgstr ""
|
|
1178 |
"This section is for updating options for redirects that use the \"meta "
|
1179 |
"refresh\" funcitonality for redirecting."
|
1180 |
|
1181 |
-
#: ../page_post_redirect_plugin.php:
|
1182 |
msgid ""
|
1183 |
"Using the setting below, you can add elements or a message to the page that "
|
1184 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
@@ -1188,11 +1188,11 @@ msgstr ""
|
|
1188 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
1189 |
"until the redirect reaches the number of seconds you have set below."
|
1190 |
|
1191 |
-
#: ../page_post_redirect_plugin.php:
|
1192 |
msgid "Load Page Content?"
|
1193 |
msgstr "Load Page Content?"
|
1194 |
|
1195 |
-
#: ../page_post_redirect_plugin.php:
|
1196 |
msgid ""
|
1197 |
"Check if you want the normal page to load before redirect happens (if "
|
1198 |
"redirect is 0 seconds, it may not load fully)."
|
@@ -1200,11 +1200,11 @@ msgstr ""
|
|
1200 |
"Check if you want the normal page to load before redirect happens (if "
|
1201 |
"redirect is 0 seconds, it may not load fully)."
|
1202 |
|
1203 |
-
#: ../page_post_redirect_plugin.php:
|
1204 |
msgid "instant"
|
1205 |
msgstr "instant"
|
1206 |
|
1207 |
-
#: ../page_post_redirect_plugin.php:
|
1208 |
msgid ""
|
1209 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
1210 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
@@ -1216,7 +1216,7 @@ msgstr ""
|
|
1216 |
"delay, as some content needs to load before the redirect occurs. Settings on "
|
1217 |
"individual pages will override this setting."
|
1218 |
|
1219 |
-
#: ../page_post_redirect_plugin.php:
|
1220 |
#, php-format
|
1221 |
msgid ""
|
1222 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
@@ -1231,7 +1231,7 @@ msgstr ""
|
|
1231 |
"you would type %5$s above. To redirect after an element with a class or ID, "
|
1232 |
"use %6$s or %7$s."
|
1233 |
|
1234 |
-
#: ../page_post_redirect_plugin.php:
|
1235 |
#, php-format
|
1236 |
msgid ""
|
1237 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
@@ -1240,7 +1240,7 @@ msgstr ""
|
|
1240 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
1241 |
"when the page loads."
|
1242 |
|
1243 |
-
#: ../page_post_redirect_plugin.php:
|
1244 |
#, php-format
|
1245 |
msgid ""
|
1246 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
@@ -1255,31 +1255,31 @@ msgstr ""
|
|
1255 |
"the page right after the %1$s tag. Otherwise, it will be the only content "
|
1256 |
"shown."
|
1257 |
|
1258 |
-
#: ../page_post_redirect_plugin.php:
|
1259 |
msgid "Add your content below"
|
1260 |
msgstr "Add your content below"
|
1261 |
|
1262 |
-
#: ../page_post_redirect_plugin.php:
|
1263 |
msgid "To use a counter, add the following:"
|
1264 |
msgstr "To use a counter, add the following:"
|
1265 |
|
1266 |
-
#: ../page_post_redirect_plugin.php:
|
1267 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
1268 |
msgstr "The \"%1$\" will be replaced with the actual seconds."
|
1269 |
|
1270 |
-
#: ../page_post_redirect_plugin.php:
|
1271 |
msgid "You have the Addon Plugin"
|
1272 |
msgstr "You have the Addon Plugin"
|
1273 |
|
1274 |
-
#: ../page_post_redirect_plugin.php:
|
1275 |
msgid "activated. This plugin's functionality is now built into the parent"
|
1276 |
msgstr "activated. This plugin's functionality is now built into the parent"
|
1277 |
|
1278 |
-
#: ../page_post_redirect_plugin.php:
|
1279 |
msgid "so you no longer need to have the addon plugin installed."
|
1280 |
msgstr "so you no longer need to have the addon plugin installed."
|
1281 |
|
1282 |
-
#: ../page_post_redirect_plugin.php:
|
1283 |
msgid ""
|
1284 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
1285 |
"if you desire."
|
3 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
6 |
+
"PO-Revision-Date: Fri Oct 09 2015 14:05:35 GMT-0400 (Eastern Daylight Time)\n"
|
7 |
+
"Last-Translator: dfischer <admin2@fischercreativemedia.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: English\n"
|
10 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
22 |
"X-Loco-Target-Locale: en_US\n"
|
23 |
"X-Generator: Loco - https://localise.biz/"
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#. Name of the plugin
|
26 |
msgid "Quick Page/Post Redirect Plugin"
|
27 |
msgstr "Quick Page/Post Redirect Plugin"
|
56 |
msgid "http://www.fischercreativemedia.com"
|
57 |
msgstr "http://www.fischercreativemedia.com"
|
58 |
|
59 |
+
#: ../page_post_redirect_plugin.php:289
|
60 |
msgid "New Meta Redirect options."
|
61 |
msgstr "New Meta Redirect options."
|
62 |
|
63 |
+
#: ../page_post_redirect_plugin.php:290
|
64 |
msgid ""
|
65 |
"Please view the Help Tab above to see more information about the Meta "
|
66 |
"Redirect Settings."
|
68 |
"Please view the Help Tab above to see more information about the Meta "
|
69 |
"Redirect Settings."
|
70 |
|
71 |
+
#: ../page_post_redirect_plugin.php:303
|
72 |
msgid "New Layout of Existing Redirects"
|
73 |
msgstr "New Layout of Existing Redirects"
|
74 |
|
75 |
+
#: ../page_post_redirect_plugin.php:304
|
76 |
+
msgid ""
|
77 |
+
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
78 |
+
"format instead of form fields. When you have a lot of Redirects, this helps "
|
79 |
+
"eliminate the \"max_input_vars\" configuration issue where redirects were not "
|
80 |
+
"saving correctly."
|
81 |
+
msgstr ""
|
82 |
+
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
83 |
+
"format instead of form fields. When you have a lot of Redirects, this helps "
|
84 |
+
"eliminate the \"max_input_vars\" configuration issue where redirects were not "
|
85 |
+
"saving correctly."
|
86 |
+
|
87 |
+
#: ../page_post_redirect_plugin.php:305
|
88 |
+
msgid "To edit an existing redirect, click the pencil icon"
|
89 |
+
msgstr "To edit an existing redirect, click the pencil icon"
|
90 |
+
|
91 |
+
#: ../page_post_redirect_plugin.php:305
|
92 |
msgid "and the row will become editable. Click the trash can icon"
|
93 |
msgstr "and the row will become editable. Click the trash can icon"
|
94 |
|
95 |
+
#: ../page_post_redirect_plugin.php:305
|
96 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
97 |
msgstr "and the redirect will be deleted. Click the trash can icon"
|
98 |
|
99 |
+
#: ../page_post_redirect_plugin.php:318
|
100 |
msgid "New Option to Use jQuery"
|
101 |
msgstr "New Option to Use jQuery"
|
102 |
|
103 |
+
#: ../page_post_redirect_plugin.php:319
|
104 |
msgid ""
|
105 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
106 |
"nofollow functionality, you can use the jQuery option."
|
108 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
109 |
"nofollow functionality, you can use the jQuery option."
|
110 |
|
111 |
+
#: ../page_post_redirect_plugin.php:320
|
112 |
msgid ""
|
113 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
114 |
"of the page and add the correct functionality if needed."
|
116 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
117 |
"of the page and add the correct functionality if needed."
|
118 |
|
119 |
+
#: ../page_post_redirect_plugin.php:321
|
120 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
121 |
msgstr "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
122 |
|
123 |
+
#: ../page_post_redirect_plugin.php:432
|
124 |
msgid "Quick Redirects Updated."
|
125 |
msgstr "Quick Redirects Updated."
|
126 |
|
127 |
+
#: ../page_post_redirect_plugin.php:537
|
128 |
msgid "Redirect"
|
129 |
msgstr "Redirect"
|
130 |
|
131 |
# Plugin Name
|
132 |
+
#: ../page_post_redirect_plugin.php:605
|
133 |
msgid "Quick Page/Post Redirect"
|
134 |
msgstr "Quick Page/Post Redirect"
|
135 |
|
136 |
+
#: ../page_post_redirect_plugin.php:618
|
137 |
msgid ""
|
138 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
139 |
"cannot be undone)?"
|
141 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
142 |
"cannot be undone)?"
|
143 |
|
144 |
+
#: ../page_post_redirect_plugin.php:618
|
145 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
146 |
msgstr "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
147 |
|
148 |
+
#: ../page_post_redirect_plugin.php:618
|
149 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
150 |
msgstr "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
151 |
|
152 |
+
#: ../page_post_redirect_plugin.php:618
|
153 |
msgid ""
|
154 |
"Redirect could not be saved as a redirect already exists with the same "
|
155 |
"Request URL."
|
157 |
"Redirect could not be saved as a redirect already exists with the same "
|
158 |
"Request URL."
|
159 |
|
160 |
+
#: ../page_post_redirect_plugin.php:618
|
161 |
msgid "Are you sure you want to delete this redirect?"
|
162 |
msgstr "Are you sure you want to delete this redirect?"
|
163 |
|
164 |
# JavaScript message
|
165 |
+
#: ../page_post_redirect_plugin.php:618
|
166 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
167 |
msgstr "Error Saving Redirect\\nTry refreshing the page and trying again."
|
168 |
|
169 |
# JavaScript Message
|
170 |
+
#: ../page_post_redirect_plugin.php:618
|
171 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
172 |
msgstr "File type not allowed,\\nAllowed file type: *.txt"
|
173 |
|
174 |
+
#: ../page_post_redirect_plugin.php:618
|
175 |
msgid "Please add at least one redirect before submitting form"
|
176 |
msgstr "Please add at least one redirect before submitting form"
|
177 |
|
178 |
+
#: ../page_post_redirect_plugin.php:713
|
179 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
180 |
msgstr "Quick Page/Post Redirect FAQs/Help"
|
181 |
|
182 |
+
#: ../page_post_redirect_plugin.php:714
|
183 |
msgid ""
|
184 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
185 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
199 |
"information like your WordPress version and examples if the plugin is not "
|
200 |
"working correctly for you. THANKS!"
|
201 |
|
202 |
+
#: ../page_post_redirect_plugin.php:732
|
203 |
msgid "Table of Contents"
|
204 |
msgstr "Table of Contents"
|
205 |
|
206 |
+
#: ../page_post_redirect_plugin.php:736
|
207 |
msgid "Questions/Answers"
|
208 |
msgstr "Questions/Answers"
|
209 |
|
210 |
+
#: ../page_post_redirect_plugin.php:748
|
211 |
msgid "Quick Page Post Redirect Summary"
|
212 |
msgstr "Quick Page Post Redirect Summary"
|
213 |
|
214 |
+
#: ../page_post_redirect_plugin.php:749
|
215 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
216 |
msgstr "This is a summary of Individual & Quick 301 Redirects."
|
217 |
|
218 |
+
#: ../page_post_redirect_plugin.php:757
|
219 |
msgid "Summary"
|
220 |
msgstr "Summary"
|
221 |
|
222 |
+
#: ../page_post_redirect_plugin.php:760
|
223 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
224 |
msgstr "Acitve Override is on - All Redirects are OFF!\n"
|
225 |
|
226 |
+
#: ../page_post_redirect_plugin.php:761
|
227 |
msgid "No Follow Override is on!"
|
228 |
msgstr "No Follow Override is on!"
|
229 |
|
230 |
+
#: ../page_post_redirect_plugin.php:762
|
231 |
msgid "New Window Override is on!"
|
232 |
msgstr "New Window Override is on!"
|
233 |
|
234 |
+
#: ../page_post_redirect_plugin.php:763
|
235 |
msgid "Rewrite Override is on!"
|
236 |
msgstr "Rewrite Override is on!"
|
237 |
|
238 |
+
#: ../page_post_redirect_plugin.php:765
|
239 |
msgid "ID"
|
240 |
msgstr "ID"
|
241 |
|
242 |
+
#: ../page_post_redirect_plugin.php:766
|
243 |
msgid "post type"
|
244 |
msgstr "post type"
|
245 |
|
246 |
+
#: ../page_post_redirect_plugin.php:767
|
247 |
msgid "active"
|
248 |
msgstr "active"
|
249 |
|
250 |
+
#: ../page_post_redirect_plugin.php:768
|
251 |
msgid "no follow"
|
252 |
msgstr "no follow"
|
253 |
|
254 |
+
#: ../page_post_redirect_plugin.php:769
|
255 |
msgid "new window"
|
256 |
msgstr "new window"
|
257 |
|
258 |
+
#: ../page_post_redirect_plugin.php:770
|
259 |
msgid "type"
|
260 |
msgstr "type"
|
261 |
|
262 |
+
#: ../page_post_redirect_plugin.php:771
|
263 |
msgid "rewrite link"
|
264 |
msgstr "rewrite link"
|
265 |
|
266 |
+
#: ../page_post_redirect_plugin.php:772
|
267 |
msgid "original URL"
|
268 |
msgstr "original URL"
|
269 |
|
270 |
+
#: ../page_post_redirect_plugin.php:773
|
271 |
msgid "redirect to URL"
|
272 |
msgstr "redirect to URL"
|
273 |
|
274 |
+
#: ../page_post_redirect_plugin.php:898 ../page_post_redirect_plugin.php:992
|
275 |
msgid "Quick Redirects Imported & Replaced."
|
276 |
msgstr "Quick Redirects Imported & Replaced."
|
277 |
|
278 |
+
#: ../page_post_redirect_plugin.php:899 ../page_post_redirect_plugin.php:993
|
279 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
280 |
msgstr "Quick Redirects Imported & Added to Existing Redirects."
|
281 |
|
282 |
+
#: ../page_post_redirect_plugin.php:902
|
283 |
msgid "Import/Export Redirects"
|
284 |
msgstr "Import/Export Redirects"
|
285 |
|
286 |
+
#: ../page_post_redirect_plugin.php:918 ../page_post_redirect_plugin.php:1017
|
287 |
msgid ""
|
288 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
289 |
"to help with future development and updates. We thank you in advance."
|
291 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
292 |
"to help with future development and updates. We thank you in advance."
|
293 |
|
294 |
+
#: ../page_post_redirect_plugin.php:924 ../page_post_redirect_plugin.php:1199
|
295 |
msgid "Export Redirects"
|
296 |
msgstr "Export Redirects"
|
297 |
|
298 |
+
#: ../page_post_redirect_plugin.php:925
|
299 |
msgid ""
|
300 |
"You should back-up your redirect regularly in case something happens to the "
|
301 |
"database."
|
303 |
"You should back-up your redirect regularly in case something happens to the "
|
304 |
"database."
|
305 |
|
306 |
+
#: ../page_post_redirect_plugin.php:926
|
307 |
msgid ""
|
308 |
"Please use the below buttons to make a back-up as either encoded "
|
309 |
"(unreadable) or pipe separated"
|
311 |
"Please use the below buttons to make a back-up as either encoded "
|
312 |
"(unreadable) or pipe separated"
|
313 |
|
314 |
+
#: ../page_post_redirect_plugin.php:927
|
315 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
316 |
msgstr "EXPORT all Quick Redirects (Encoded)"
|
317 |
|
318 |
+
#: ../page_post_redirect_plugin.php:928 ../page_post_redirect_plugin.php:941
|
319 |
msgid "OR"
|
320 |
msgstr "OR"
|
321 |
|
322 |
+
#: ../page_post_redirect_plugin.php:929
|
323 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
324 |
msgstr "EXPORT all Quick Redirects (PIPE Separated)"
|
325 |
|
326 |
+
#: ../page_post_redirect_plugin.php:936 ../page_post_redirect_plugin.php:1204
|
327 |
msgid "Import Redirects"
|
328 |
msgstr "Import Redirects"
|
329 |
|
330 |
+
#: ../page_post_redirect_plugin.php:937
|
331 |
msgid ""
|
332 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
333 |
"option."
|
335 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
336 |
"option."
|
337 |
|
338 |
+
#: ../page_post_redirect_plugin.php:938
|
339 |
msgid ""
|
340 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
341 |
"redirects, the file must be pipe dilimited "
|
343 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
344 |
"redirects, the file must be pipe dilimited "
|
345 |
|
346 |
+
#: ../page_post_redirect_plugin.php:940
|
347 |
msgid "RESTORE Saved Quick Redirects"
|
348 |
msgstr "RESTORE Saved Quick Redirects"
|
349 |
|
350 |
+
#: ../page_post_redirect_plugin.php:942
|
351 |
msgid "ADD TO Quick Redirects"
|
352 |
msgstr "ADD TO Quick Redirects"
|
353 |
|
354 |
+
#: ../page_post_redirect_plugin.php:946 ../page_post_redirect_plugin.php:967
|
355 |
msgid "Select Quick Redirects file to import:"
|
356 |
msgstr "Select Quick Redirects file to import:"
|
357 |
|
358 |
+
#: ../page_post_redirect_plugin.php:957
|
359 |
msgid ""
|
360 |
"The import file should be a text file with one rediect per line, PIPE "
|
361 |
"separated, in this format:"
|
364 |
"separated, in this format:"
|
365 |
|
366 |
# these are column titles.
|
367 |
+
#: ../page_post_redirect_plugin.php:959
|
368 |
msgid "redirect|destination|newwindow|nofollow"
|
369 |
msgstr "redirect|destination|newwindow|nofollow"
|
370 |
|
371 |
+
#: ../page_post_redirect_plugin.php:960
|
372 |
msgid "for Example:"
|
373 |
msgstr "for Example:"
|
374 |
|
375 |
# translate this to same as source
|
376 |
+
#: ../page_post_redirect_plugin.php:962
|
377 |
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
378 |
msgstr "/old-location.htm|http://some.com/new-destination/|0|1"
|
379 |
|
380 |
+
#: ../page_post_redirect_plugin.php:963
|
381 |
msgid "/dontate/|http://example.com/destination/|1|1"
|
382 |
msgstr "/dontate/|http://example.com/destination/|1|1"
|
383 |
|
384 |
+
#: ../page_post_redirect_plugin.php:965
|
385 |
msgid "IMPORTANT:"
|
386 |
msgstr "IMPORTANT:"
|
387 |
|
388 |
+
#: ../page_post_redirect_plugin.php:965
|
389 |
msgid ""
|
390 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
391 |
"URL encoded before adding them!"
|
393 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
394 |
"URL encoded before adding them!"
|
395 |
|
396 |
+
#: ../page_post_redirect_plugin.php:972
|
397 |
msgid "ADD TO Current Quick Redirects"
|
398 |
msgstr "ADD TO Current Quick Redirects"
|
399 |
|
400 |
+
#: ../page_post_redirect_plugin.php:990
|
401 |
msgid "All Quick Redirects deleted from database."
|
402 |
msgstr "All Quick Redirects deleted from database."
|
403 |
|
404 |
+
#: ../page_post_redirect_plugin.php:991
|
405 |
msgid "All Individual Redirects deleted from database."
|
406 |
msgstr "All Individual Redirects deleted from database."
|
407 |
|
408 |
+
#: ../page_post_redirect_plugin.php:994
|
409 |
msgid "All Redirects and Settings deleted from database"
|
410 |
msgstr "All Redirects and Settings deleted from database"
|
411 |
|
412 |
+
#: ../page_post_redirect_plugin.php:995
|
413 |
msgid ""
|
414 |
"There was an problem with your last request. Please reload the page and try "
|
415 |
"again."
|
417 |
"There was an problem with your last request. Please reload the page and try "
|
418 |
"again."
|
419 |
|
420 |
+
#: ../page_post_redirect_plugin.php:999
|
421 |
msgid "Quick Page Post Redirect Options"
|
422 |
msgstr "Quick Page Post Redirect Options"
|
423 |
|
424 |
+
#: ../page_post_redirect_plugin.php:1028
|
425 |
msgid "Basic Settings"
|
426 |
msgstr "Basic Settings"
|
427 |
|
428 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
429 |
+
#: ../page_post_redirect_plugin.php:1031
|
430 |
msgid "Use with Custom Post Types?"
|
431 |
msgstr "Use with Custom Post Types?"
|
432 |
|
433 |
+
#: ../page_post_redirect_plugin.php:1035
|
434 |
msgid "Hide"
|
435 |
msgstr "Hide"
|
436 |
|
437 |
+
#: ../page_post_redirect_plugin.php:1035
|
438 |
msgid "meta box for following Post Types:"
|
439 |
msgstr "meta box for following Post Types:"
|
440 |
|
441 |
+
#: ../page_post_redirect_plugin.php:1057
|
442 |
msgid "Show Column Headers?"
|
443 |
msgstr "Show Column Headers?"
|
444 |
|
445 |
+
#: ../page_post_redirect_plugin.php:1058
|
446 |
msgid "Show Columns on list pages for set up redirects."
|
447 |
msgstr "Show Columns on list pages for set up redirects."
|
448 |
|
449 |
+
#: ../page_post_redirect_plugin.php:1062
|
450 |
msgid "Use jQuery?"
|
451 |
msgstr "Use jQuery?"
|
452 |
|
453 |
+
#: ../page_post_redirect_plugin.php:1063
|
454 |
msgid ""
|
455 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
456 |
"turning this off."
|
458 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
459 |
"turning this off."
|
460 |
|
461 |
+
#: ../page_post_redirect_plugin.php:1063
|
462 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
463 |
msgstr "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
464 |
|
465 |
+
#: ../page_post_redirect_plugin.php:1069
|
466 |
msgid "Master Override Options"
|
467 |
msgstr "Master Override Options"
|
468 |
|
469 |
+
#: ../page_post_redirect_plugin.php:1069
|
470 |
msgid ""
|
471 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
472 |
"settings."
|
474 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
475 |
"settings."
|
476 |
|
477 |
+
#: ../page_post_redirect_plugin.php:1072
|
478 |
msgid "Turn OFF all Redirects?"
|
479 |
msgstr "Turn OFF all Redirects?"
|
480 |
|
481 |
+
#: ../page_post_redirect_plugin.php:1073
|
482 |
msgid "Basically the same as having no redirects set up."
|
483 |
msgstr "Basically the same as having no redirects set up."
|
484 |
|
485 |
# keep code text untranslated.
|
486 |
+
#: ../page_post_redirect_plugin.php:1076
|
487 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
488 |
msgstr "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
489 |
|
490 |
+
#: ../page_post_redirect_plugin.php:1077 ../page_post_redirect_plugin.php:1081
|
491 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
492 |
msgstr "Requires \"use jQuery\" option to work with Quick Redirects."
|
493 |
|
494 |
+
#: ../page_post_redirect_plugin.php:1080
|
495 |
msgid "Make ALL Redirects open in a New Window?"
|
496 |
msgstr "Make ALL Redirects open in a New Window?"
|
497 |
|
498 |
+
#: ../page_post_redirect_plugin.php:1084
|
499 |
msgid "Make ALL Redirects this type:"
|
500 |
msgstr "Make ALL Redirects this type:"
|
501 |
|
502 |
+
#: ../page_post_redirect_plugin.php:1086
|
503 |
msgid "Use Individual Settings"
|
504 |
msgstr "Use Individual Settings"
|
505 |
|
506 |
+
#: ../page_post_redirect_plugin.php:1087
|
507 |
msgid "Permanant Redirect"
|
508 |
msgstr "Permanant Redirect"
|
509 |
|
510 |
+
#: ../page_post_redirect_plugin.php:1088 ../page_post_redirect_plugin.php:1089
|
511 |
msgid "Temporary Redirect"
|
512 |
msgstr "Temporary Redirect"
|
513 |
|
514 |
+
#: ../page_post_redirect_plugin.php:1090
|
515 |
msgid "Meta Refresh Redirect"
|
516 |
msgstr "Meta Refresh Redirect"
|
517 |
|
518 |
+
#: ../page_post_redirect_plugin.php:1092
|
519 |
msgid "(This will also override Quick Redirects)"
|
520 |
msgstr "(This will also override Quick Redirects)"
|
521 |
|
522 |
+
#: ../page_post_redirect_plugin.php:1096
|
523 |
msgid "Make ALL redirects Case Sensitive?"
|
524 |
msgstr "Make ALL redirects Case Sensitive?"
|
525 |
|
526 |
+
#: ../page_post_redirect_plugin.php:1097
|
527 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
528 |
msgstr "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
529 |
|
530 |
+
#: ../page_post_redirect_plugin.php:1100
|
531 |
msgid "Make ALL Redirects go to this URL:"
|
532 |
msgstr "Make ALL Redirects go to this URL:"
|
533 |
|
534 |
+
#: ../page_post_redirect_plugin.php:1101
|
535 |
msgid "Use full URL including <code>http://</code>."
|
536 |
msgstr "Use full URL including <code>http://</code>."
|
537 |
|
538 |
+
#: ../page_post_redirect_plugin.php:1104
|
539 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
540 |
msgstr "Rewrite ALL Redirects URLs to Show in LINK?"
|
541 |
|
542 |
+
#: ../page_post_redirect_plugin.php:1105
|
543 |
msgid ""
|
544 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
545 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
547 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
548 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
549 |
|
550 |
+
#: ../page_post_redirect_plugin.php:1111
|
551 |
msgid "Plugin Clean Up"
|
552 |
msgstr "Plugin Clean Up"
|
553 |
|
554 |
+
#: ../page_post_redirect_plugin.php:1111
|
555 |
msgid ""
|
556 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
557 |
"this."
|
559 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
560 |
"this."
|
561 |
|
562 |
+
#: ../page_post_redirect_plugin.php:1114
|
563 |
msgid "Delete Redirects?"
|
564 |
msgstr "Delete Redirects?"
|
565 |
|
566 |
+
#: ../page_post_redirect_plugin.php:1116
|
567 |
msgid "Delete All Individual Redirects"
|
568 |
msgstr "Delete All Individual Redirects"
|
569 |
|
570 |
+
#: ../page_post_redirect_plugin.php:1117
|
571 |
msgid "Delete all Quick Redirects"
|
572 |
msgstr "Delete all Quick Redirects"
|
573 |
|
574 |
+
#: ../page_post_redirect_plugin.php:1118
|
575 |
msgid ""
|
576 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
577 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
581 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
582 |
"page."
|
583 |
|
584 |
+
#: ../page_post_redirect_plugin.php:1122
|
585 |
msgid "Delete ALL Redirects & Settings?"
|
586 |
msgstr "Delete ALL Redirects & Settings?"
|
587 |
|
588 |
+
#: ../page_post_redirect_plugin.php:1124
|
589 |
msgid "Delete ALL Redirects AND Settings"
|
590 |
msgstr "Delete ALL Redirects AND Settings"
|
591 |
|
592 |
+
#: ../page_post_redirect_plugin.php:1125
|
593 |
msgid ""
|
594 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
595 |
"be undone!"
|
597 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
598 |
"be undone!"
|
599 |
|
600 |
+
#: ../page_post_redirect_plugin.php:1129 ../page_post_redirect_plugin.php:2329
|
601 |
msgid "Save Changes"
|
602 |
msgstr "Save Changes"
|
603 |
|
604 |
+
#: ../page_post_redirect_plugin.php:1171
|
605 |
msgid "Examples"
|
606 |
msgstr "Examples"
|
607 |
|
608 |
+
#: ../page_post_redirect_plugin.php:1176
|
609 |
msgid "Troubleshooting"
|
610 |
msgstr "Troubleshooting"
|
611 |
|
612 |
+
#: ../page_post_redirect_plugin.php:1179
|
613 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
614 |
msgstr "IMPORTANT TROUBLESHOOTING NOTES:"
|
615 |
|
616 |
+
#: ../page_post_redirect_plugin.php:1181
|
617 |
msgid ""
|
618 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
619 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
621 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
622 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
623 |
|
624 |
+
#: ../page_post_redirect_plugin.php:1182
|
625 |
msgid ""
|
626 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
627 |
"directory and contain the <code>/</code> at the beginning."
|
629 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
630 |
"directory and contain the <code>/</code> at the beginning."
|
631 |
|
632 |
+
#: ../page_post_redirect_plugin.php:1183
|
633 |
msgid ""
|
634 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
635 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
643 |
"<code>https://</code>, use it as the protocol. Our best guess is that your "
|
644 |
"domain and protocol are"
|
645 |
|
646 |
+
#: ../page_post_redirect_plugin.php:1184
|
647 |
msgid ""
|
648 |
"If you are having issues with the link not redirecting on a SSL site with "
|
649 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
653 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
654 |
"redirects, one with and one without the SSL protocol."
|
655 |
|
656 |
+
#: ../page_post_redirect_plugin.php:1185
|
657 |
msgid ""
|
658 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
659 |
"root), for example"
|
661 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
662 |
"root), for example"
|
663 |
|
664 |
+
#: ../page_post_redirect_plugin.php:1186
|
665 |
msgid ""
|
666 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
667 |
"work with Quick Redirects, you need to have:"
|
669 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
670 |
"work with Quick Redirects, you need to have:"
|
671 |
|
672 |
+
#: ../page_post_redirect_plugin.php:1188
|
673 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
674 |
msgstr "\"Use jQuery?\" option selected in the settings page"
|
675 |
|
676 |
+
#: ../page_post_redirect_plugin.php:1189
|
677 |
msgid ""
|
678 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
679 |
"menu, content, sidebar, etc."
|
681 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
682 |
"menu, content, sidebar, etc."
|
683 |
|
684 |
+
#: ../page_post_redirect_plugin.php:1190
|
685 |
msgid ""
|
686 |
"The open in a new window or nofollow settings will not happen if someone "
|
687 |
"just types the old link in the URL or if they come from a bookmark or link "
|
697 |
"<code>target</code> and <code>rel</code> properties to the link to make it "
|
698 |
"work."
|
699 |
|
700 |
+
#: ../page_post_redirect_plugin.php:1200
|
701 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
702 |
msgstr "You can export redirects in two formats - Encoded or Delimited."
|
703 |
|
704 |
+
#: ../page_post_redirect_plugin.php:1210
|
705 |
msgid "Load Content?"
|
706 |
msgstr "Load Content?"
|
707 |
|
708 |
+
#: ../page_post_redirect_plugin.php:1211
|
709 |
msgid ""
|
710 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
711 |
"load as normal or to only load a blank page or the content provided in the "
|
715 |
"load as normal or to only load a blank page or the content provided in the "
|
716 |
"<strong>Page Content</strong> section. "
|
717 |
|
718 |
+
#: ../page_post_redirect_plugin.php:1212
|
719 |
msgid ""
|
720 |
"If checked, all of the original content will load, so keep this in mind when "
|
721 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
725 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
726 |
"will not compeletely load. "
|
727 |
|
728 |
+
#: ../page_post_redirect_plugin.php:1216 ../page_post_redirect_plugin.php:2307
|
729 |
msgid "Redirect Seconds"
|
730 |
msgstr "Redirect Seconds"
|
731 |
|
732 |
+
#: ../page_post_redirect_plugin.php:1217
|
733 |
msgid ""
|
734 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
735 |
"have an instant redirect*."
|
737 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
738 |
"have an instant redirect*."
|
739 |
|
740 |
+
#: ../page_post_redirect_plugin.php:1218
|
741 |
msgid ""
|
742 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
743 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
749 |
"longer than instant, depending on how much content needs to load before the "
|
750 |
"trigger happens."
|
751 |
|
752 |
+
#: ../page_post_redirect_plugin.php:1222 ../page_post_redirect_plugin.php:2311
|
753 |
msgid "Redirect Trigger"
|
754 |
msgstr "Redirect Trigger"
|
755 |
|
756 |
+
#: ../page_post_redirect_plugin.php:1223
|
757 |
msgid ""
|
758 |
"The class or id or tag name of the element to load before the redirect "
|
759 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
763 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
764 |
"a trigger."
|
765 |
|
766 |
+
#: ../page_post_redirect_plugin.php:1224
|
767 |
msgid ""
|
768 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
769 |
"<strong>.my-class-name</strong>"
|
771 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
772 |
"<strong>.my-class-name</strong>"
|
773 |
|
774 |
+
#: ../page_post_redirect_plugin.php:1225
|
775 |
msgid ""
|
776 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
777 |
"id-name</strong>."
|
779 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
780 |
"id-name</strong>."
|
781 |
|
782 |
+
#: ../page_post_redirect_plugin.php:1226
|
783 |
msgid ""
|
784 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
785 |
"characters in the name, i.e., <body> would just be "
|
789 |
"characters in the name, i.e., <body> would just be "
|
790 |
"<strong>body</strong>."
|
791 |
|
792 |
+
#: ../page_post_redirect_plugin.php:1227
|
793 |
msgid ""
|
794 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
795 |
"on all events."
|
797 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
798 |
"on all events."
|
799 |
|
800 |
+
#: ../page_post_redirect_plugin.php:1231 ../page_post_redirect_plugin.php:2315
|
801 |
msgid "Append Content To"
|
802 |
msgstr "Append Content To"
|
803 |
|
804 |
+
#: ../page_post_redirect_plugin.php:1232
|
805 |
msgid ""
|
806 |
"The class, id or tag name that you want the content in the <strong>Page "
|
807 |
"Content</strong> to be loading into."
|
809 |
"The class, id or tag name that you want the content in the <strong>Page "
|
810 |
"Content</strong> to be loading into."
|
811 |
|
812 |
+
#: ../page_post_redirect_plugin.php:1233
|
813 |
msgid ""
|
814 |
"If you are loading the content of the page, use an existing class or id for "
|
815 |
"an existing element (i.e., .page-content) so your additional page content "
|
819 |
"an existing element (i.e., .page-content) so your additional page content "
|
820 |
"(if any) is loaded into that element."
|
821 |
|
822 |
+
#: ../page_post_redirect_plugin.php:1234
|
823 |
msgid ""
|
824 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
825 |
"used."
|
827 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
828 |
"used."
|
829 |
|
830 |
+
#: ../page_post_redirect_plugin.php:1238 ../page_post_redirect_plugin.php:2319
|
831 |
msgid "Page Content"
|
832 |
msgstr "Page Content"
|
833 |
|
834 |
+
#: ../page_post_redirect_plugin.php:1239
|
835 |
msgid ""
|
836 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
837 |
"script or image tag you want to use, add it here."
|
839 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
840 |
"script or image tag you want to use, add it here."
|
841 |
|
842 |
+
#: ../page_post_redirect_plugin.php:1240
|
843 |
msgid ""
|
844 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
845 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
855 |
"<strong>Append Content</strong> To to \"body\" and <strong>Redirect "
|
856 |
"Trigger</strong> to \"body\"."
|
857 |
|
858 |
+
#: ../page_post_redirect_plugin.php:1241
|
859 |
msgid ""
|
860 |
"Additionally, you can add the redirect counter to the page by adding the "
|
861 |
"code sample under the <strong>Page Content</strong> box."
|
863 |
"Additionally, you can add the redirect counter to the page by adding the "
|
864 |
"code sample under the <strong>Page Content</strong> box."
|
865 |
|
866 |
+
#: ../page_post_redirect_plugin.php:1249
|
867 |
msgid "Quick Redirects (301 Redirects)"
|
868 |
msgstr "Quick Redirects (301 Redirects)"
|
869 |
|
870 |
+
#: ../page_post_redirect_plugin.php:1260
|
871 |
msgid ""
|
872 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
873 |
"order to use <strong>NW</strong> (open in a new window) or "
|
879 |
"<strong>NF</strong> (add rel=\"nofollow\") options for Quick Redirects, you "
|
880 |
"must have it enabled."
|
881 |
|
882 |
+
#: ../page_post_redirect_plugin.php:1261 ../page_post_redirect_plugin.php:1266
|
883 |
msgid "hide this message"
|
884 |
msgstr "hide this message"
|
885 |
|
886 |
+
#: ../page_post_redirect_plugin.php:1265
|
887 |
msgid ""
|
888 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
889 |
"(nofollow) options, check the appropriate option and update when adding "
|
897 |
"updated with these options (as long as you have <code>Use jQuery?</code> "
|
898 |
"enabled in the plugin settings."
|
899 |
|
900 |
+
#: ../page_post_redirect_plugin.php:1269
|
901 |
msgid ""
|
902 |
"Quick Redirects are useful when you have links from an old site that now "
|
903 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
913 |
"need to send some place else and you don't want to create a Page or Post "
|
914 |
"just to use the individual Page/Post Redirect option."
|
915 |
|
916 |
+
#: ../page_post_redirect_plugin.php:1270
|
917 |
msgid ""
|
918 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
919 |
"URL</strong> field, and the URL it should be redirected to in the "
|
927 |
"trash can at the end of that row. To edit a redirect, click the pencil edit "
|
928 |
"icon."
|
929 |
|
930 |
+
#: ../page_post_redirect_plugin.php:1271
|
931 |
msgid ""
|
932 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
933 |
"example redirects."
|
935 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
936 |
"example redirects."
|
937 |
|
938 |
+
#: ../page_post_redirect_plugin.php:1277 ../page_post_redirect_plugin.php:1320
|
939 |
msgid "Add New Redirects"
|
940 |
msgstr "Add New Redirects"
|
941 |
|
942 |
+
#: ../page_post_redirect_plugin.php:1280 ../page_post_redirect_plugin.php:1329
|
943 |
msgid "Request URL"
|
944 |
msgstr "Request URL"
|
945 |
|
946 |
+
#: ../page_post_redirect_plugin.php:1282 ../page_post_redirect_plugin.php:1331
|
947 |
msgid "Destination URL"
|
948 |
msgstr "Destination URL"
|
949 |
|
950 |
# Stands for 'New Window'
|
951 |
+
#: ../page_post_redirect_plugin.php:1283 ../page_post_redirect_plugin.php:1332
|
952 |
msgid "NW"
|
953 |
msgstr "NW"
|
954 |
|
955 |
# Stands for 'No Follow'
|
956 |
+
#: ../page_post_redirect_plugin.php:1284 ../page_post_redirect_plugin.php:1333
|
957 |
msgid "NF"
|
958 |
msgstr "NF"
|
959 |
|
960 |
+
#: ../page_post_redirect_plugin.php:1292 ../page_post_redirect_plugin.php:1301 ..
|
961 |
+
#: page_post_redirect_plugin.php:1310 ../page_post_redirect_plugin.php:1342
|
962 |
msgid "open in a New Window"
|
963 |
msgstr "open in a New Window"
|
964 |
|
965 |
+
#: ../page_post_redirect_plugin.php:1293 ../page_post_redirect_plugin.php:1302 ..
|
966 |
+
#: page_post_redirect_plugin.php:1311 ../page_post_redirect_plugin.php:1343
|
967 |
msgid "add No Follow"
|
968 |
msgstr "add No Follow"
|
969 |
|
970 |
+
#: ../page_post_redirect_plugin.php:1316
|
971 |
msgid ""
|
972 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
973 |
"jQuery\" is set in the options."
|
975 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
976 |
"jQuery\" is set in the options."
|
977 |
|
978 |
+
#: ../page_post_redirect_plugin.php:1326
|
979 |
msgid "Existing Redirects"
|
980 |
msgstr "Existing Redirects"
|
981 |
|
982 |
+
#: ../page_post_redirect_plugin.php:1344
|
983 |
msgid "Save"
|
984 |
msgstr "Save"
|
985 |
|
986 |
+
#: ../page_post_redirect_plugin.php:1345
|
987 |
msgid "Cancel"
|
988 |
msgstr "Cancel"
|
989 |
|
990 |
+
#: ../page_post_redirect_plugin.php:1386
|
991 |
msgid "Edit"
|
992 |
msgstr "Edit"
|
993 |
|
994 |
+
#: ../page_post_redirect_plugin.php:1387
|
995 |
msgid "Delete"
|
996 |
msgstr "Delete"
|
997 |
|
998 |
+
#: ../page_post_redirect_plugin.php:1395
|
999 |
msgid "No Quick Redirects."
|
1000 |
msgstr "No Quick Redirects."
|
1001 |
|
1002 |
+
#: ../page_post_redirect_plugin.php:1545
|
1003 |
msgid ""
|
1004 |
"An error occured during the file upload. Please fix your server "
|
1005 |
"configuration and retry."
|
1007 |
"An error occured during the file upload. Please fix your server "
|
1008 |
"configuration and retry."
|
1009 |
|
1010 |
+
#: ../page_post_redirect_plugin.php:1545 ../page_post_redirect_plugin.php:1611
|
1011 |
msgid "SERVER ERROR - Could Not Load"
|
1012 |
msgstr "SERVER ERROR - Could Not Load"
|
1013 |
|
1014 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596
|
1015 |
msgid ""
|
1016 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
1017 |
"damaged or corrupt."
|
1019 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
1020 |
"damaged or corrupt."
|
1021 |
|
1022 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596 ..
|
1023 |
+
#: page_post_redirect_plugin.php:1625
|
1024 |
msgid "ERROR - Not a valid File"
|
1025 |
msgstr "ERROR - Not a valid File"
|
1026 |
|
1027 |
+
#: ../page_post_redirect_plugin.php:1611
|
1028 |
msgid ""
|
1029 |
"An error occured during the file upload. It might me that the file is too "
|
1030 |
"large or you do not have the premissions to write to the temporary upload "
|
1034 |
"large or you do not have the premissions to write to the temporary upload "
|
1035 |
"directory. Please fix your server configuration and retry."
|
1036 |
|
1037 |
+
#: ../page_post_redirect_plugin.php:1625
|
1038 |
msgid ""
|
1039 |
"This does not look like the file is in the correct format - it is possibly "
|
1040 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
1044 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
1045 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
1046 |
|
1047 |
+
#: ../page_post_redirect_plugin.php:1663
|
1048 |
msgid ""
|
1049 |
"It does not look like there are any valid items to import - check the file "
|
1050 |
"and try again."
|
1052 |
"It does not look like there are any valid items to import - check the file "
|
1053 |
"and try again."
|
1054 |
|
1055 |
+
#: ../page_post_redirect_plugin.php:1663
|
1056 |
msgid "ERROR - No Valid items to add."
|
1057 |
msgstr "ERROR - No Valid items to add."
|
1058 |
|
1059 |
+
#: ../page_post_redirect_plugin.php:1727
|
1060 |
msgid "Settings"
|
1061 |
msgstr "Settings"
|
1062 |
|
1063 |
+
#: ../page_post_redirect_plugin.php:1733 ../page_post_redirect_plugin.php:1795
|
1064 |
msgid "Quick Redirects"
|
1065 |
msgstr "Quick Redirects"
|
1066 |
|
1067 |
+
#: ../page_post_redirect_plugin.php:1734
|
1068 |
msgid "FAQ"
|
1069 |
msgstr "FAQ"
|
1070 |
|
1071 |
+
#: ../page_post_redirect_plugin.php:1735
|
1072 |
msgid "Donate"
|
1073 |
msgstr "Donate"
|
1074 |
|
1075 |
+
#: ../page_post_redirect_plugin.php:1753
|
1076 |
msgid "Make Redirect <strong>Active</strong>."
|
1077 |
msgstr "Make Redirect <strong>Active</strong>."
|
1078 |
|
1079 |
+
#: ../page_post_redirect_plugin.php:1753
|
1080 |
msgid "Check to turn on or redirect will not work."
|
1081 |
msgstr "Check to turn on or redirect will not work."
|
1082 |
|
1083 |
+
#: ../page_post_redirect_plugin.php:1754
|
1084 |
msgid "Open in a <strong>new window.</strong>"
|
1085 |
msgstr "Open in a <strong>new window.</strong>"
|
1086 |
|
1087 |
+
#: ../page_post_redirect_plugin.php:1754 ../page_post_redirect_plugin.php:1755
|
1088 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
1089 |
msgstr "To increase effectivness, select \"Use jQuery\" in the options."
|
1090 |
|
1091 |
+
#: ../page_post_redirect_plugin.php:1755
|
1092 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
1093 |
msgstr "Add <strong>rel=\"nofollow\"</strong> to link."
|
1094 |
|
1095 |
+
#: ../page_post_redirect_plugin.php:1756
|
1096 |
msgid "<strong>Show</strong> Redirect URL in link."
|
1097 |
msgstr "<strong>Show</strong> Redirect URL in link."
|
1098 |
|
1099 |
+
#: ../page_post_redirect_plugin.php:1756
|
1100 |
msgid ""
|
1101 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
1102 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
1104 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
1105 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
1106 |
|
1107 |
+
#: ../page_post_redirect_plugin.php:1758
|
1108 |
msgid "Redirect / Destination URL:"
|
1109 |
msgstr "Redirect / Destination URL:"
|
1110 |
|
1111 |
+
#: ../page_post_redirect_plugin.php:1759
|
1112 |
msgid ""
|
1113 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
1114 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
1120 |
"<i>including</i> <strong>http://</strong> for all external <i>and</i> meta "
|
1121 |
"redirects.)"
|
1122 |
|
1123 |
+
#: ../page_post_redirect_plugin.php:1760
|
1124 |
msgid "Type of Redirect:"
|
1125 |
msgstr "Type of Redirect:"
|
1126 |
|
1127 |
+
#: ../page_post_redirect_plugin.php:1782
|
1128 |
msgid "Permanent"
|
1129 |
msgstr "Permanent"
|
1130 |
|
1131 |
+
#: ../page_post_redirect_plugin.php:1783 ../page_post_redirect_plugin.php:1784
|
1132 |
msgid "Temporary"
|
1133 |
msgstr "Temporary"
|
1134 |
|
1135 |
+
#: ../page_post_redirect_plugin.php:1785
|
1136 |
msgid "Meta Redirect"
|
1137 |
msgstr "Meta Redirect"
|
1138 |
|
1139 |
+
#: ../page_post_redirect_plugin.php:1786
|
1140 |
msgid "Default is 301 (Permanent Redirect)."
|
1141 |
msgstr "Default is 301 (Permanent Redirect)."
|
1142 |
|
1143 |
+
#: ../page_post_redirect_plugin.php:1793
|
1144 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
1145 |
msgstr "Redirect Seconds (ONLY for meta redirects)."
|
1146 |
|
1147 |
+
#: ../page_post_redirect_plugin.php:1793
|
1148 |
msgid "Leave blank to use options setting. 0 = instant."
|
1149 |
msgstr "Leave blank to use options setting. 0 = instant."
|
1150 |
|
1151 |
+
#: ../page_post_redirect_plugin.php:1795
|
1152 |
msgid ""
|
1153 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
1154 |
"it may need to be published first and then saved again as a Draft. If you do "
|
1158 |
"it may need to be published first and then saved again as a Draft. If you do "
|
1159 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
1160 |
|
1161 |
+
#: ../page_post_redirect_plugin.php:1795
|
1162 |
msgid "method."
|
1163 |
msgstr "method."
|
1164 |
|
1165 |
+
#: ../page_post_redirect_plugin.php:2295
|
1166 |
msgid "Meta Redirect Settings"
|
1167 |
msgstr "Meta Redirect Settings"
|
1168 |
|
1169 |
+
#: ../page_post_redirect_plugin.php:2296
|
1170 |
msgid "Settings Updated"
|
1171 |
msgstr "Settings Updated"
|
1172 |
|
1173 |
+
#: ../page_post_redirect_plugin.php:2297
|
1174 |
msgid ""
|
1175 |
"This section is for updating options for redirects that use the \"meta "
|
1176 |
"refresh\" funcitonality for redirecting."
|
1178 |
"This section is for updating options for redirects that use the \"meta "
|
1179 |
"refresh\" funcitonality for redirecting."
|
1180 |
|
1181 |
+
#: ../page_post_redirect_plugin.php:2298
|
1182 |
msgid ""
|
1183 |
"Using the setting below, you can add elements or a message to the page that "
|
1184 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
1188 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
1189 |
"until the redirect reaches the number of seconds you have set below."
|
1190 |
|
1191 |
+
#: ../page_post_redirect_plugin.php:2303
|
1192 |
msgid "Load Page Content?"
|
1193 |
msgstr "Load Page Content?"
|
1194 |
|
1195 |
+
#: ../page_post_redirect_plugin.php:2304
|
1196 |
msgid ""
|
1197 |
"Check if you want the normal page to load before redirect happens (if "
|
1198 |
"redirect is 0 seconds, it may not load fully)."
|
1200 |
"Check if you want the normal page to load before redirect happens (if "
|
1201 |
"redirect is 0 seconds, it may not load fully)."
|
1202 |
|
1203 |
+
#: ../page_post_redirect_plugin.php:2308
|
1204 |
msgid "instant"
|
1205 |
msgstr "instant"
|
1206 |
|
1207 |
+
#: ../page_post_redirect_plugin.php:2308
|
1208 |
msgid ""
|
1209 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
1210 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
1216 |
"delay, as some content needs to load before the redirect occurs. Settings on "
|
1217 |
"individual pages will override this setting."
|
1218 |
|
1219 |
+
#: ../page_post_redirect_plugin.php:2312
|
1220 |
#, php-format
|
1221 |
msgid ""
|
1222 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
1231 |
"you would type %5$s above. To redirect after an element with a class or ID, "
|
1232 |
"use %6$s or %7$s."
|
1233 |
|
1234 |
+
#: ../page_post_redirect_plugin.php:2316
|
1235 |
#, php-format
|
1236 |
msgid ""
|
1237 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
1240 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
1241 |
"when the page loads."
|
1242 |
|
1243 |
+
#: ../page_post_redirect_plugin.php:2320
|
1244 |
#, php-format
|
1245 |
msgid ""
|
1246 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
1255 |
"the page right after the %1$s tag. Otherwise, it will be the only content "
|
1256 |
"shown."
|
1257 |
|
1258 |
+
#: ../page_post_redirect_plugin.php:2320
|
1259 |
msgid "Add your content below"
|
1260 |
msgstr "Add your content below"
|
1261 |
|
1262 |
+
#: ../page_post_redirect_plugin.php:2322
|
1263 |
msgid "To use a counter, add the following:"
|
1264 |
msgstr "To use a counter, add the following:"
|
1265 |
|
1266 |
+
#: ../page_post_redirect_plugin.php:2324
|
1267 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
1268 |
msgstr "The \"%1$\" will be replaced with the actual seconds."
|
1269 |
|
1270 |
+
#: ../page_post_redirect_plugin.php:2347
|
1271 |
msgid "You have the Addon Plugin"
|
1272 |
msgstr "You have the Addon Plugin"
|
1273 |
|
1274 |
+
#: ../page_post_redirect_plugin.php:2347
|
1275 |
msgid "activated. This plugin's functionality is now built into the parent"
|
1276 |
msgstr "activated. This plugin's functionality is now built into the parent"
|
1277 |
|
1278 |
+
#: ../page_post_redirect_plugin.php:2347
|
1279 |
msgid "so you no longer need to have the addon plugin installed."
|
1280 |
msgstr "so you no longer need to have the addon plugin installed."
|
1281 |
|
1282 |
+
#: ../page_post_redirect_plugin.php:2348
|
1283 |
msgid ""
|
1284 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
1285 |
"if you desire."
|
lang/quick-pagepost-redirect-plugin-es_ES.mo
CHANGED
Binary file
|
lang/quick-pagepost-redirect-plugin-es_ES.po
CHANGED
@@ -3,8 +3,8 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
"Language: Spanish (Spain)\n"
|
10 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
@@ -22,18 +22,6 @@ msgstr ""
|
|
22 |
"X-Loco-Target-Locale: es_ES\n"
|
23 |
"X-Generator: Loco - https://localise.biz/"
|
24 |
|
25 |
-
#. Name of the plugin
|
26 |
-
msgid "Quick Page/Post Redirect Plugin"
|
27 |
-
msgstr "Quick Page/Post Redirect Plugin"
|
28 |
-
|
29 |
-
#. URI of the plugin
|
30 |
-
msgid ""
|
31 |
-
"http://www.fischercreativemedia.com/wordpress-plugins/quick-pagepost-"
|
32 |
-
"redirect-plugin"
|
33 |
-
msgstr ""
|
34 |
-
"http://www.fischercreativemedia.com/wordpress-plugins/quick-pagepost-"
|
35 |
-
"redirect-plugin"
|
36 |
-
|
37 |
#. Description of the plugin
|
38 |
msgid ""
|
39 |
"Redirect Pages, Posts or Custom Post Types to another location quickly (for "
|
@@ -43,29 +31,21 @@ msgid ""
|
|
43 |
"functionality."
|
44 |
msgstr ""
|
45 |
|
46 |
-
|
47 |
-
msgid "Don Fischer"
|
48 |
-
msgstr "Don Fischer"
|
49 |
-
|
50 |
-
#. Author URI of the plugin
|
51 |
-
msgid "http://www.fischercreativemedia.com"
|
52 |
-
msgstr "http://www.fischercreativemedia.com"
|
53 |
-
|
54 |
-
#: ../page_post_redirect_plugin.php:272
|
55 |
msgid "New Meta Redirect options."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../page_post_redirect_plugin.php:
|
59 |
msgid ""
|
60 |
"Please view the Help Tab above to see more information about the Meta "
|
61 |
"Redirect Settings."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../page_post_redirect_plugin.php:
|
65 |
msgid "New Layout of Existing Redirects"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../page_post_redirect_plugin.php:
|
69 |
msgid ""
|
70 |
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
71 |
"format instead of form fields. When you have a lot of Redirects, this helps "
|
@@ -73,82 +53,82 @@ msgid ""
|
|
73 |
"saving correctly."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../page_post_redirect_plugin.php:
|
77 |
msgid "To edit an existing redirect, click the pencil icon"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../page_post_redirect_plugin.php:
|
81 |
msgid "and the row will become editable. Click the trash can icon"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: ../page_post_redirect_plugin.php:
|
85 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: ../page_post_redirect_plugin.php:
|
89 |
msgid "New Option to Use jQuery"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../page_post_redirect_plugin.php:
|
93 |
msgid ""
|
94 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
95 |
"nofollow functionality, you can use the jQuery option."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../page_post_redirect_plugin.php:
|
99 |
msgid ""
|
100 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
101 |
"of the page and add the correct functionality if needed."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: ../page_post_redirect_plugin.php:
|
105 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
106 |
msgstr ""
|
107 |
|
108 |
# Plugin Name
|
109 |
-
#: ../page_post_redirect_plugin.php:
|
110 |
msgid "Quick Page/Post Redirect"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../page_post_redirect_plugin.php:
|
114 |
msgid ""
|
115 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
116 |
"cannot be undone)?"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: ../page_post_redirect_plugin.php:
|
120 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../page_post_redirect_plugin.php:
|
124 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../page_post_redirect_plugin.php:
|
128 |
msgid ""
|
129 |
"Redirect could not be saved as a redirect already exists with the same "
|
130 |
"Request URL."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../page_post_redirect_plugin.php:
|
134 |
msgid "Are you sure you want to delete this redirect?"
|
135 |
msgstr ""
|
136 |
|
137 |
# JavaScript message
|
138 |
-
#: ../page_post_redirect_plugin.php:
|
139 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
140 |
msgstr ""
|
141 |
|
142 |
# JavaScript Message
|
143 |
-
#: ../page_post_redirect_plugin.php:
|
144 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../page_post_redirect_plugin.php:
|
148 |
msgid "Please add at least one redirect before submitting form"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../page_post_redirect_plugin.php:
|
152 |
msgid ""
|
153 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
154 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
@@ -160,402 +140,393 @@ msgid ""
|
|
160 |
"working correctly for you. THANKS!"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../page_post_redirect_plugin.php:
|
164 |
msgid "Table of Contents"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../page_post_redirect_plugin.php:
|
168 |
msgid "Questions/Answers"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../page_post_redirect_plugin.php:
|
172 |
msgid "Quick Page Post Redirect Summary"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../page_post_redirect_plugin.php:
|
176 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../page_post_redirect_plugin.php:
|
180 |
msgid "Summary"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: ../page_post_redirect_plugin.php:
|
184 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: ../page_post_redirect_plugin.php:
|
188 |
msgid "No Follow Override is on!"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: ../page_post_redirect_plugin.php:
|
192 |
msgid "New Window Override is on!"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: ../page_post_redirect_plugin.php:
|
196 |
msgid "Rewrite Override is on!"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: ../page_post_redirect_plugin.php:
|
200 |
msgid "ID"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: ../page_post_redirect_plugin.php:
|
204 |
msgid "post type"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: ../page_post_redirect_plugin.php:
|
208 |
msgid "active"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: ../page_post_redirect_plugin.php:
|
212 |
msgid "no follow"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ../page_post_redirect_plugin.php:
|
216 |
msgid "new window"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../page_post_redirect_plugin.php:
|
220 |
msgid "type"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: ../page_post_redirect_plugin.php:
|
224 |
msgid "rewrite link"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: ../page_post_redirect_plugin.php:
|
228 |
msgid "original URL"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: ../page_post_redirect_plugin.php:
|
232 |
msgid "redirect to URL"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: ../page_post_redirect_plugin.php:
|
236 |
msgid "Quick Redirects Imported & Replaced."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: ../page_post_redirect_plugin.php:
|
240 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: ../page_post_redirect_plugin.php:
|
244 |
msgid "Import/Export Redirects"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: ../page_post_redirect_plugin.php:
|
248 |
msgid ""
|
249 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
250 |
"to help with future development and updates. We thank you in advance."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: ../page_post_redirect_plugin.php:
|
254 |
msgid "Export Redirects"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: ../page_post_redirect_plugin.php:
|
258 |
msgid ""
|
259 |
"You should back-up your redirect regularly in case something happens to the "
|
260 |
"database."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: ../page_post_redirect_plugin.php:
|
264 |
msgid ""
|
265 |
"Please use the below buttons to make a back-up as either encoded "
|
266 |
"(unreadable) or pipe separated"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: ../page_post_redirect_plugin.php:
|
270 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: ../page_post_redirect_plugin.php:
|
274 |
msgid "OR"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: ../page_post_redirect_plugin.php:
|
278 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../page_post_redirect_plugin.php:
|
282 |
msgid "Import Redirects"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: ../page_post_redirect_plugin.php:
|
286 |
msgid ""
|
287 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
288 |
"option."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: ../page_post_redirect_plugin.php:
|
292 |
msgid ""
|
293 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
294 |
"redirects, the file must be pipe dilimited "
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../page_post_redirect_plugin.php:
|
298 |
msgid "RESTORE Saved Quick Redirects"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../page_post_redirect_plugin.php:
|
302 |
msgid "ADD TO Quick Redirects"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../page_post_redirect_plugin.php:
|
306 |
msgid "Select Quick Redirects file to import:"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../page_post_redirect_plugin.php:
|
310 |
msgid ""
|
311 |
"The import file should be a text file with one rediect per line, PIPE "
|
312 |
"separated, in this format:"
|
313 |
msgstr ""
|
314 |
|
315 |
# these are column titles.
|
316 |
-
#: ../page_post_redirect_plugin.php:
|
317 |
msgid "redirect|destination|newwindow|nofollow"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../page_post_redirect_plugin.php:
|
321 |
msgid "for Example:"
|
322 |
msgstr ""
|
323 |
|
324 |
-
|
325 |
-
#: ../page_post_redirect_plugin.php:945
|
326 |
-
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
327 |
-
msgstr "/old-location.htm|http://some.com/new-destination/|0|1"
|
328 |
-
|
329 |
-
#: ../page_post_redirect_plugin.php:946
|
330 |
-
msgid "/dontate/|http://example.com/destination/|1|1"
|
331 |
-
msgstr "/dontate/|http://example.com/destination/|1|1"
|
332 |
-
|
333 |
-
#: ../page_post_redirect_plugin.php:948
|
334 |
msgid "IMPORTANT:"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../page_post_redirect_plugin.php:
|
338 |
msgid ""
|
339 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
340 |
"URL encoded before adding them!"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../page_post_redirect_plugin.php:
|
344 |
msgid "ADD TO Current Quick Redirects"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../page_post_redirect_plugin.php:
|
348 |
msgid "All Quick Redirects deleted from database."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: ../page_post_redirect_plugin.php:
|
352 |
msgid "All Individual Redirects deleted from database."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: ../page_post_redirect_plugin.php:
|
356 |
msgid "All Redirects and Settings deleted from database"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: ../page_post_redirect_plugin.php:
|
360 |
msgid ""
|
361 |
"There was an problem with your last request. Please reload the page and try "
|
362 |
"again."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: ../page_post_redirect_plugin.php:
|
366 |
msgid "Quick Page Post Redirect Options"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: ../page_post_redirect_plugin.php:
|
370 |
msgid "Basic Settings"
|
371 |
msgstr ""
|
372 |
|
373 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
374 |
-
#: ../page_post_redirect_plugin.php:
|
375 |
msgid "Use with Custom Post Types?"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: ../page_post_redirect_plugin.php:
|
379 |
msgid "Hide"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../page_post_redirect_plugin.php:
|
383 |
msgid "meta box for following Post Types:"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: ../page_post_redirect_plugin.php:
|
387 |
msgid "Show Column Headers?"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: ../page_post_redirect_plugin.php:
|
391 |
msgid "Show Columns on list pages for set up redirects."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../page_post_redirect_plugin.php:
|
395 |
msgid "Use jQuery?"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ../page_post_redirect_plugin.php:
|
399 |
msgid ""
|
400 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
401 |
"turning this off."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../page_post_redirect_plugin.php:
|
405 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: ../page_post_redirect_plugin.php:
|
409 |
msgid "Master Override Options"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../page_post_redirect_plugin.php:
|
413 |
msgid ""
|
414 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
415 |
"settings."
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../page_post_redirect_plugin.php:
|
419 |
msgid "Turn OFF all Redirects?"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: ../page_post_redirect_plugin.php:
|
423 |
msgid "Basically the same as having no redirects set up."
|
424 |
msgstr ""
|
425 |
|
426 |
# keep code text untranslated.
|
427 |
-
#: ../page_post_redirect_plugin.php:
|
428 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../page_post_redirect_plugin.php:
|
432 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: ../page_post_redirect_plugin.php:
|
436 |
msgid "Make ALL Redirects open in a New Window?"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: ../page_post_redirect_plugin.php:
|
440 |
msgid "Make ALL Redirects this type:"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: ../page_post_redirect_plugin.php:
|
444 |
msgid "Use Individual Settings"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../page_post_redirect_plugin.php:
|
448 |
msgid "Permanant Redirect"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../page_post_redirect_plugin.php:
|
452 |
msgid "Temporary Redirect"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../page_post_redirect_plugin.php:
|
456 |
msgid "Meta Refresh Redirect"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: ../page_post_redirect_plugin.php:
|
460 |
msgid "(This will also override Quick Redirects)"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: ../page_post_redirect_plugin.php:
|
464 |
msgid "Make ALL redirects Case Sensitive?"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: ../page_post_redirect_plugin.php:
|
468 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: ../page_post_redirect_plugin.php:
|
472 |
msgid "Make ALL Redirects go to this URL:"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: ../page_post_redirect_plugin.php:
|
476 |
msgid "Use full URL including <code>http://</code>."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: ../page_post_redirect_plugin.php:
|
480 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../page_post_redirect_plugin.php:
|
484 |
msgid ""
|
485 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
486 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: ../page_post_redirect_plugin.php:
|
490 |
msgid "Plugin Clean Up"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: ../page_post_redirect_plugin.php:
|
494 |
msgid ""
|
495 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
496 |
"this."
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../page_post_redirect_plugin.php:
|
500 |
msgid "Delete Redirects?"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: ../page_post_redirect_plugin.php:
|
504 |
msgid "Delete All Individual Redirects"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: ../page_post_redirect_plugin.php:
|
508 |
msgid "Delete all Quick Redirects"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: ../page_post_redirect_plugin.php:
|
512 |
msgid ""
|
513 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
514 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
515 |
"page."
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: ../page_post_redirect_plugin.php:
|
519 |
msgid "Delete ALL Redirects & Settings?"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: ../page_post_redirect_plugin.php:
|
523 |
msgid "Delete ALL Redirects AND Settings"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../page_post_redirect_plugin.php:
|
527 |
msgid ""
|
528 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
529 |
"be undone!"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: ../page_post_redirect_plugin.php:
|
533 |
msgid "Examples"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: ../page_post_redirect_plugin.php:
|
537 |
msgid ""
|
538 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
539 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: ../page_post_redirect_plugin.php:
|
543 |
msgid ""
|
544 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
545 |
"work with Quick Redirects, you need to have:"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: ../page_post_redirect_plugin.php:
|
549 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../page_post_redirect_plugin.php:
|
553 |
msgid ""
|
554 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
555 |
"menu, content, sidebar, etc."
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../page_post_redirect_plugin.php:
|
559 |
msgid ""
|
560 |
"The open in a new window or nofollow settings will not happen if someone "
|
561 |
"just types the old link in the URL or if they come from a bookmark or link "
|
@@ -565,39 +536,39 @@ msgid ""
|
|
565 |
"work."
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: ../page_post_redirect_plugin.php:
|
569 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: ../page_post_redirect_plugin.php:
|
573 |
msgid "Load Content?"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../page_post_redirect_plugin.php:
|
577 |
msgid ""
|
578 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
579 |
"load as normal or to only load a blank page or the content provided in the "
|
580 |
"<strong>Page Content</strong> section. "
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../page_post_redirect_plugin.php:
|
584 |
msgid ""
|
585 |
"If checked, all of the original content will load, so keep this in mind when "
|
586 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
587 |
"will not compeletely load. "
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../page_post_redirect_plugin.php:
|
591 |
msgid "Redirect Seconds"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../page_post_redirect_plugin.php:
|
595 |
msgid ""
|
596 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
597 |
"have an instant redirect*."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: ../page_post_redirect_plugin.php:
|
601 |
msgid ""
|
602 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
603 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
@@ -605,76 +576,76 @@ msgid ""
|
|
605 |
"trigger happens."
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: ../page_post_redirect_plugin.php:
|
609 |
msgid "Redirect Trigger"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: ../page_post_redirect_plugin.php:
|
613 |
msgid ""
|
614 |
"The class or id or tag name of the element to load before the redirect "
|
615 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
616 |
"a trigger."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: ../page_post_redirect_plugin.php:
|
620 |
msgid ""
|
621 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
622 |
"<strong>.my-class-name</strong>"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: ../page_post_redirect_plugin.php:
|
626 |
msgid ""
|
627 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
628 |
"id-name</strong>."
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../page_post_redirect_plugin.php:
|
632 |
msgid ""
|
633 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
634 |
"characters in the name, i.e., <body> would just be "
|
635 |
"<strong>body</strong>."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../page_post_redirect_plugin.php:
|
639 |
msgid ""
|
640 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
641 |
"on all events."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: ../page_post_redirect_plugin.php:
|
645 |
msgid "Append Content To"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: ../page_post_redirect_plugin.php:
|
649 |
msgid ""
|
650 |
"The class, id or tag name that you want the content in the <strong>Page "
|
651 |
"Content</strong> to be loading into."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../page_post_redirect_plugin.php:
|
655 |
msgid ""
|
656 |
"If you are loading the content of the page, use an existing class or id for "
|
657 |
"an existing element (i.e., .page-content) so your additional page content "
|
658 |
"(if any) is loaded into that element."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: ../page_post_redirect_plugin.php:
|
662 |
msgid ""
|
663 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
664 |
"used."
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../page_post_redirect_plugin.php:
|
668 |
msgid "Page Content"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../page_post_redirect_plugin.php:
|
672 |
msgid ""
|
673 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
674 |
"script or image tag you want to use, add it here."
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: ../page_post_redirect_plugin.php:
|
678 |
msgid ""
|
679 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
680 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
@@ -684,13 +655,13 @@ msgid ""
|
|
684 |
"Trigger</strong> to \"body\"."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: ../page_post_redirect_plugin.php:
|
688 |
msgid ""
|
689 |
"Additionally, you can add the redirect counter to the page by adding the "
|
690 |
"code sample under the <strong>Page Content</strong> box."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: ../page_post_redirect_plugin.php:
|
694 |
msgid ""
|
695 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
696 |
"order to use <strong>NW</strong> (open in a new window) or "
|
@@ -698,11 +669,11 @@ msgid ""
|
|
698 |
"must have it enabled."
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: ../page_post_redirect_plugin.php:
|
702 |
msgid "hide this message"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: ../page_post_redirect_plugin.php:
|
706 |
msgid ""
|
707 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
708 |
"(nofollow) options, check the appropriate option and update when adding "
|
@@ -711,112 +682,112 @@ msgid ""
|
|
711 |
"enabled in the plugin settings."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../page_post_redirect_plugin.php:
|
715 |
msgid ""
|
716 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
717 |
"jQuery\" is set in the options."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../page_post_redirect_plugin.php:
|
721 |
msgid "No Quick Redirects."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: ../page_post_redirect_plugin.php:
|
725 |
msgid ""
|
726 |
"An error occured during the file upload. Please fix your server "
|
727 |
"configuration and retry."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../page_post_redirect_plugin.php:
|
731 |
msgid "SERVER ERROR - Could Not Load"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../page_post_redirect_plugin.php:
|
735 |
msgid ""
|
736 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
737 |
"damaged or corrupt."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../page_post_redirect_plugin.php:
|
741 |
-
#: page_post_redirect_plugin.php:
|
742 |
msgid "ERROR - Not a valid File"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: ../page_post_redirect_plugin.php:
|
746 |
msgid ""
|
747 |
"An error occured during the file upload. It might me that the file is too "
|
748 |
"large or you do not have the premissions to write to the temporary upload "
|
749 |
"directory. Please fix your server configuration and retry."
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: ../page_post_redirect_plugin.php:
|
753 |
msgid ""
|
754 |
"This does not look like the file is in the correct format - it is possibly "
|
755 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
756 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../page_post_redirect_plugin.php:
|
760 |
msgid ""
|
761 |
"It does not look like there are any valid items to import - check the file "
|
762 |
"and try again."
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: ../page_post_redirect_plugin.php:
|
766 |
msgid "ERROR - No Valid items to add."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../page_post_redirect_plugin.php:
|
770 |
msgid "Settings"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: ../page_post_redirect_plugin.php:
|
774 |
msgid "Quick Redirects"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: ../page_post_redirect_plugin.php:
|
778 |
msgid "FAQ"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: ../page_post_redirect_plugin.php:
|
782 |
msgid "Donate"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: ../page_post_redirect_plugin.php:
|
786 |
msgid "Make Redirect <strong>Active</strong>."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: ../page_post_redirect_plugin.php:
|
790 |
msgid "Check to turn on or redirect will not work."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: ../page_post_redirect_plugin.php:
|
794 |
msgid "Open in a <strong>new window.</strong>"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: ../page_post_redirect_plugin.php:
|
798 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: ../page_post_redirect_plugin.php:
|
802 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: ../page_post_redirect_plugin.php:
|
806 |
msgid "<strong>Show</strong> Redirect URL in link."
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: ../page_post_redirect_plugin.php:
|
810 |
msgid ""
|
811 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
812 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: ../page_post_redirect_plugin.php:
|
816 |
msgid "Redirect / Destination URL:"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: ../page_post_redirect_plugin.php:
|
820 |
msgid ""
|
821 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
822 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
@@ -824,81 +795,81 @@ msgid ""
|
|
824 |
"redirects.)"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: ../page_post_redirect_plugin.php:
|
828 |
msgid "Type of Redirect:"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: ../page_post_redirect_plugin.php:
|
832 |
msgid "Permanent"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: ../page_post_redirect_plugin.php:
|
836 |
msgid "Temporary"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: ../page_post_redirect_plugin.php:
|
840 |
msgid "Meta Redirect"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: ../page_post_redirect_plugin.php:
|
844 |
msgid "Default is 301 (Permanent Redirect)."
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: ../page_post_redirect_plugin.php:
|
848 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: ../page_post_redirect_plugin.php:
|
852 |
msgid "Leave blank to use options setting. 0 = instant."
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: ../page_post_redirect_plugin.php:
|
856 |
msgid ""
|
857 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
858 |
"it may need to be published first and then saved again as a Draft. If you do "
|
859 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: ../page_post_redirect_plugin.php:
|
863 |
msgid "method."
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: ../page_post_redirect_plugin.php:
|
867 |
msgid "Meta Redirect Settings"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: ../page_post_redirect_plugin.php:
|
871 |
msgid "Settings Updated"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: ../page_post_redirect_plugin.php:
|
875 |
msgid ""
|
876 |
"This section is for updating options for redirects that use the \"meta "
|
877 |
"refresh\" funcitonality for redirecting."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: ../page_post_redirect_plugin.php:
|
881 |
msgid ""
|
882 |
"Using the setting below, you can add elements or a message to the page that "
|
883 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
884 |
"until the redirect reaches the number of seconds you have set below."
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: ../page_post_redirect_plugin.php:
|
888 |
msgid "Load Page Content?"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: ../page_post_redirect_plugin.php:
|
892 |
msgid ""
|
893 |
"Check if you want the normal page to load before redirect happens (if "
|
894 |
"redirect is 0 seconds, it may not load fully)."
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: ../page_post_redirect_plugin.php:
|
898 |
msgid "instant"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: ../page_post_redirect_plugin.php:
|
902 |
msgid ""
|
903 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
904 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
@@ -906,7 +877,7 @@ msgid ""
|
|
906 |
"individual pages will override this setting."
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: ../page_post_redirect_plugin.php:
|
910 |
#, php-format
|
911 |
msgid ""
|
912 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
@@ -916,14 +887,14 @@ msgid ""
|
|
916 |
"use %6$s or %7$s."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: ../page_post_redirect_plugin.php:
|
920 |
#, php-format
|
921 |
msgid ""
|
922 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
923 |
"when the page loads."
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: ../page_post_redirect_plugin.php:
|
927 |
#, php-format
|
928 |
msgid ""
|
929 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
@@ -933,63 +904,92 @@ msgid ""
|
|
933 |
"shown."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: ../page_post_redirect_plugin.php:
|
937 |
msgid "Add your content below"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: ../page_post_redirect_plugin.php:
|
941 |
msgid "To use a counter, add the following:"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: ../page_post_redirect_plugin.php:
|
945 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: ../page_post_redirect_plugin.php:
|
949 |
msgid "You have the Addon Plugin"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: ../page_post_redirect_plugin.php:
|
953 |
msgid "activated. This plugin's functionality is now built into the parent"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: ../page_post_redirect_plugin.php:
|
957 |
msgid "so you no longer need to have the addon plugin installed."
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: ../page_post_redirect_plugin.php:
|
961 |
msgid ""
|
962 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
963 |
"if you desire."
|
964 |
msgstr ""
|
965 |
|
966 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
967 |
msgid "Quick Redirects Updated."
|
968 |
msgstr "Redirecciones Quick Actualización.\n"
|
969 |
|
970 |
-
#: ../page_post_redirect_plugin.php:
|
971 |
msgid "Redirect"
|
972 |
msgstr "Redirigir"
|
973 |
|
974 |
-
#: ../page_post_redirect_plugin.php:
|
975 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
976 |
msgstr ""
|
977 |
"Quick Page/Post Redirect \n"
|
978 |
"Preguntas Frecuentes/Ayuda"
|
979 |
|
980 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
981 |
msgid "Save Changes"
|
982 |
msgstr "Guardar Cambios"
|
983 |
|
984 |
-
#: ../page_post_redirect_plugin.php:
|
985 |
msgid "Troubleshooting"
|
986 |
msgstr "Solución De Problemas"
|
987 |
|
988 |
-
#: ../page_post_redirect_plugin.php:
|
989 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
990 |
msgstr "NOTAS IMPORTANTES PROBLEMAS:"
|
991 |
|
992 |
-
#: ../page_post_redirect_plugin.php:
|
993 |
msgid ""
|
994 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
995 |
"directory and contain the <code>/</code> at the beginning."
|
@@ -997,7 +997,7 @@ msgstr ""
|
|
997 |
"Se recomienda que el <b> Solicitud URL </ b> ser relativa al directorio raíz "
|
998 |
"y contendrá el <code> / </ code> al principio."
|
999 |
|
1000 |
-
#: ../page_post_redirect_plugin.php:
|
1001 |
msgid ""
|
1002 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
1003 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
@@ -1012,7 +1012,7 @@ msgstr ""
|
|
1012 |
"utilizan como protocolo. Nuestra mejor estimación es que su dominio y "
|
1013 |
"protocolo son"
|
1014 |
|
1015 |
-
#: ../page_post_redirect_plugin.php:
|
1016 |
msgid ""
|
1017 |
"If you are having issues with the link not redirecting on a SSL site with "
|
1018 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
@@ -1022,7 +1022,7 @@ msgstr ""
|
|
1022 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
1023 |
"redirects, one with and one without the SSL protocol."
|
1024 |
|
1025 |
-
#: ../page_post_redirect_plugin.php:
|
1026 |
msgid ""
|
1027 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
1028 |
"root), for example"
|
@@ -1030,11 +1030,11 @@ msgstr ""
|
|
1030 |
"El <b> Destino </ b> puede ser cualquier URL válida o ruta relativa (de "
|
1031 |
"raíz), por ejemplo"
|
1032 |
|
1033 |
-
#: ../page_post_redirect_plugin.php:
|
1034 |
msgid "Quick Redirects (301 Redirects)"
|
1035 |
msgstr "Redirecciones Rápida (301 redirecciones)"
|
1036 |
|
1037 |
-
#: ../page_post_redirect_plugin.php:
|
1038 |
msgid ""
|
1039 |
"Quick Redirects are useful when you have links from an old site that now "
|
1040 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
@@ -1051,7 +1051,7 @@ msgstr ""
|
|
1051 |
"crear una página o post sólo para utilizar la página de opción individual / "
|
1052 |
"Publicar Remitir."
|
1053 |
|
1054 |
-
#: ../page_post_redirect_plugin.php:
|
1055 |
msgid ""
|
1056 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
1057 |
"URL</strong> field, and the URL it should be redirected to in the "
|
@@ -1065,7 +1065,7 @@ msgstr ""
|
|
1065 |
"clic en el bote de basura al final de la fila. Para editar una redirección, "
|
1066 |
"haga clic en el icono del lápiz de edición."
|
1067 |
|
1068 |
-
#: ../page_post_redirect_plugin.php:
|
1069 |
msgid ""
|
1070 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
1071 |
"example redirects."
|
@@ -1073,54 +1073,54 @@ msgstr ""
|
|
1073 |
"Ver 'HELP' en la esquina superior derecha, para la resolución de problemas y "
|
1074 |
"el ejemplo redirecciones."
|
1075 |
|
1076 |
-
#: ../page_post_redirect_plugin.php:
|
1077 |
msgid "Add New Redirects"
|
1078 |
msgstr "Añadir nuevas redirecciones"
|
1079 |
|
1080 |
-
#: ../page_post_redirect_plugin.php:
|
1081 |
msgid "Request URL"
|
1082 |
msgstr "Solicitud URL"
|
1083 |
|
1084 |
-
#: ../page_post_redirect_plugin.php:
|
1085 |
msgid "Destination URL"
|
1086 |
msgstr "Destination URL"
|
1087 |
|
1088 |
# Stands for 'New Window'
|
1089 |
-
#: ../page_post_redirect_plugin.php:
|
1090 |
msgid "NW"
|
1091 |
msgstr "NW"
|
1092 |
|
1093 |
# Stands for 'No Follow'
|
1094 |
-
#: ../page_post_redirect_plugin.php:
|
1095 |
msgid "NF"
|
1096 |
msgstr "NF"
|
1097 |
|
1098 |
-
#: ../page_post_redirect_plugin.php:
|
1099 |
-
#: page_post_redirect_plugin.php:
|
1100 |
msgid "open in a New Window"
|
1101 |
msgstr "se abre en una nueva ventana"
|
1102 |
|
1103 |
-
#: ../page_post_redirect_plugin.php:
|
1104 |
-
#: page_post_redirect_plugin.php:
|
1105 |
msgid "add No Follow"
|
1106 |
msgstr "Sin añadir Siga"
|
1107 |
|
1108 |
-
#: ../page_post_redirect_plugin.php:
|
1109 |
msgid "Existing Redirects"
|
1110 |
msgstr "Redirecciones existentes"
|
1111 |
|
1112 |
-
#: ../page_post_redirect_plugin.php:
|
1113 |
msgid "Save"
|
1114 |
msgstr "Guardar"
|
1115 |
|
1116 |
-
#: ../page_post_redirect_plugin.php:
|
1117 |
msgid "Cancel"
|
1118 |
msgstr "Cancelar"
|
1119 |
|
1120 |
-
#: ../page_post_redirect_plugin.php:
|
1121 |
msgid "Edit"
|
1122 |
msgstr "Editar"
|
1123 |
|
1124 |
-
#: ../page_post_redirect_plugin.php:
|
1125 |
msgid "Delete"
|
1126 |
msgstr "Dorrar"
|
3 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
6 |
+
"PO-Revision-Date: Fri Oct 09 2015 14:05:44 GMT-0400 (Eastern Daylight Time)\n"
|
7 |
+
"Last-Translator: dfischer <admin2@fischercreativemedia.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: Spanish (Spain)\n"
|
10 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
22 |
"X-Loco-Target-Locale: es_ES\n"
|
23 |
"X-Generator: Loco - https://localise.biz/"
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#. Description of the plugin
|
26 |
msgid ""
|
27 |
"Redirect Pages, Posts or Custom Post Types to another location quickly (for "
|
31 |
"functionality."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ../page_post_redirect_plugin.php:289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
msgid "New Meta Redirect options."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../page_post_redirect_plugin.php:290
|
39 |
msgid ""
|
40 |
"Please view the Help Tab above to see more information about the Meta "
|
41 |
"Redirect Settings."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../page_post_redirect_plugin.php:303
|
45 |
msgid "New Layout of Existing Redirects"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: ../page_post_redirect_plugin.php:304
|
49 |
msgid ""
|
50 |
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
51 |
"format instead of form fields. When you have a lot of Redirects, this helps "
|
53 |
"saving correctly."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: ../page_post_redirect_plugin.php:305
|
57 |
msgid "To edit an existing redirect, click the pencil icon"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: ../page_post_redirect_plugin.php:305
|
61 |
msgid "and the row will become editable. Click the trash can icon"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../page_post_redirect_plugin.php:305
|
65 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../page_post_redirect_plugin.php:318
|
69 |
msgid "New Option to Use jQuery"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../page_post_redirect_plugin.php:319
|
73 |
msgid ""
|
74 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
75 |
"nofollow functionality, you can use the jQuery option."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: ../page_post_redirect_plugin.php:320
|
79 |
msgid ""
|
80 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
81 |
"of the page and add the correct functionality if needed."
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: ../page_post_redirect_plugin.php:321
|
85 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
86 |
msgstr ""
|
87 |
|
88 |
# Plugin Name
|
89 |
+
#: ../page_post_redirect_plugin.php:605
|
90 |
msgid "Quick Page/Post Redirect"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../page_post_redirect_plugin.php:618
|
94 |
msgid ""
|
95 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
96 |
"cannot be undone)?"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../page_post_redirect_plugin.php:618
|
100 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../page_post_redirect_plugin.php:618
|
104 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../page_post_redirect_plugin.php:618
|
108 |
msgid ""
|
109 |
"Redirect could not be saved as a redirect already exists with the same "
|
110 |
"Request URL."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: ../page_post_redirect_plugin.php:618
|
114 |
msgid "Are you sure you want to delete this redirect?"
|
115 |
msgstr ""
|
116 |
|
117 |
# JavaScript message
|
118 |
+
#: ../page_post_redirect_plugin.php:618
|
119 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
120 |
msgstr ""
|
121 |
|
122 |
# JavaScript Message
|
123 |
+
#: ../page_post_redirect_plugin.php:618
|
124 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../page_post_redirect_plugin.php:618
|
128 |
msgid "Please add at least one redirect before submitting form"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../page_post_redirect_plugin.php:714
|
132 |
msgid ""
|
133 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
134 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
140 |
"working correctly for you. THANKS!"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../page_post_redirect_plugin.php:732
|
144 |
msgid "Table of Contents"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../page_post_redirect_plugin.php:736
|
148 |
msgid "Questions/Answers"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../page_post_redirect_plugin.php:748
|
152 |
msgid "Quick Page Post Redirect Summary"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../page_post_redirect_plugin.php:749
|
156 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: ../page_post_redirect_plugin.php:757
|
160 |
msgid "Summary"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: ../page_post_redirect_plugin.php:760
|
164 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../page_post_redirect_plugin.php:761
|
168 |
msgid "No Follow Override is on!"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../page_post_redirect_plugin.php:762
|
172 |
msgid "New Window Override is on!"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../page_post_redirect_plugin.php:763
|
176 |
msgid "Rewrite Override is on!"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: ../page_post_redirect_plugin.php:765
|
180 |
msgid "ID"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../page_post_redirect_plugin.php:766
|
184 |
msgid "post type"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../page_post_redirect_plugin.php:767
|
188 |
msgid "active"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../page_post_redirect_plugin.php:768
|
192 |
msgid "no follow"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../page_post_redirect_plugin.php:769
|
196 |
msgid "new window"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: ../page_post_redirect_plugin.php:770
|
200 |
msgid "type"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../page_post_redirect_plugin.php:771
|
204 |
msgid "rewrite link"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: ../page_post_redirect_plugin.php:772
|
208 |
msgid "original URL"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: ../page_post_redirect_plugin.php:773
|
212 |
msgid "redirect to URL"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: ../page_post_redirect_plugin.php:898 ../page_post_redirect_plugin.php:992
|
216 |
msgid "Quick Redirects Imported & Replaced."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: ../page_post_redirect_plugin.php:899 ../page_post_redirect_plugin.php:993
|
220 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: ../page_post_redirect_plugin.php:902
|
224 |
msgid "Import/Export Redirects"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../page_post_redirect_plugin.php:918 ../page_post_redirect_plugin.php:1017
|
228 |
msgid ""
|
229 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
230 |
"to help with future development and updates. We thank you in advance."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: ../page_post_redirect_plugin.php:924 ../page_post_redirect_plugin.php:1199
|
234 |
msgid "Export Redirects"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: ../page_post_redirect_plugin.php:925
|
238 |
msgid ""
|
239 |
"You should back-up your redirect regularly in case something happens to the "
|
240 |
"database."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: ../page_post_redirect_plugin.php:926
|
244 |
msgid ""
|
245 |
"Please use the below buttons to make a back-up as either encoded "
|
246 |
"(unreadable) or pipe separated"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: ../page_post_redirect_plugin.php:927
|
250 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: ../page_post_redirect_plugin.php:928 ../page_post_redirect_plugin.php:941
|
254 |
msgid "OR"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: ../page_post_redirect_plugin.php:929
|
258 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ../page_post_redirect_plugin.php:936 ../page_post_redirect_plugin.php:1204
|
262 |
msgid "Import Redirects"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: ../page_post_redirect_plugin.php:937
|
266 |
msgid ""
|
267 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
268 |
"option."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: ../page_post_redirect_plugin.php:938
|
272 |
msgid ""
|
273 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
274 |
"redirects, the file must be pipe dilimited "
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: ../page_post_redirect_plugin.php:940
|
278 |
msgid "RESTORE Saved Quick Redirects"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: ../page_post_redirect_plugin.php:942
|
282 |
msgid "ADD TO Quick Redirects"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: ../page_post_redirect_plugin.php:946 ../page_post_redirect_plugin.php:967
|
286 |
msgid "Select Quick Redirects file to import:"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: ../page_post_redirect_plugin.php:957
|
290 |
msgid ""
|
291 |
"The import file should be a text file with one rediect per line, PIPE "
|
292 |
"separated, in this format:"
|
293 |
msgstr ""
|
294 |
|
295 |
# these are column titles.
|
296 |
+
#: ../page_post_redirect_plugin.php:959
|
297 |
msgid "redirect|destination|newwindow|nofollow"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../page_post_redirect_plugin.php:960
|
301 |
msgid "for Example:"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../page_post_redirect_plugin.php:965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
msgid "IMPORTANT:"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: ../page_post_redirect_plugin.php:965
|
309 |
msgid ""
|
310 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
311 |
"URL encoded before adding them!"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../page_post_redirect_plugin.php:972
|
315 |
msgid "ADD TO Current Quick Redirects"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../page_post_redirect_plugin.php:990
|
319 |
msgid "All Quick Redirects deleted from database."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../page_post_redirect_plugin.php:991
|
323 |
msgid "All Individual Redirects deleted from database."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: ../page_post_redirect_plugin.php:994
|
327 |
msgid "All Redirects and Settings deleted from database"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: ../page_post_redirect_plugin.php:995
|
331 |
msgid ""
|
332 |
"There was an problem with your last request. Please reload the page and try "
|
333 |
"again."
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: ../page_post_redirect_plugin.php:999
|
337 |
msgid "Quick Page Post Redirect Options"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: ../page_post_redirect_plugin.php:1028
|
341 |
msgid "Basic Settings"
|
342 |
msgstr ""
|
343 |
|
344 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
345 |
+
#: ../page_post_redirect_plugin.php:1031
|
346 |
msgid "Use with Custom Post Types?"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: ../page_post_redirect_plugin.php:1035
|
350 |
msgid "Hide"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: ../page_post_redirect_plugin.php:1035
|
354 |
msgid "meta box for following Post Types:"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: ../page_post_redirect_plugin.php:1057
|
358 |
msgid "Show Column Headers?"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../page_post_redirect_plugin.php:1058
|
362 |
msgid "Show Columns on list pages for set up redirects."
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../page_post_redirect_plugin.php:1062
|
366 |
msgid "Use jQuery?"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../page_post_redirect_plugin.php:1063
|
370 |
msgid ""
|
371 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
372 |
"turning this off."
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: ../page_post_redirect_plugin.php:1063
|
376 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: ../page_post_redirect_plugin.php:1069
|
380 |
msgid "Master Override Options"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: ../page_post_redirect_plugin.php:1069
|
384 |
msgid ""
|
385 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
386 |
"settings."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: ../page_post_redirect_plugin.php:1072
|
390 |
msgid "Turn OFF all Redirects?"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: ../page_post_redirect_plugin.php:1073
|
394 |
msgid "Basically the same as having no redirects set up."
|
395 |
msgstr ""
|
396 |
|
397 |
# keep code text untranslated.
|
398 |
+
#: ../page_post_redirect_plugin.php:1076
|
399 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../page_post_redirect_plugin.php:1077 ../page_post_redirect_plugin.php:1081
|
403 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: ../page_post_redirect_plugin.php:1080
|
407 |
msgid "Make ALL Redirects open in a New Window?"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../page_post_redirect_plugin.php:1084
|
411 |
msgid "Make ALL Redirects this type:"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../page_post_redirect_plugin.php:1086
|
415 |
msgid "Use Individual Settings"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../page_post_redirect_plugin.php:1087
|
419 |
msgid "Permanant Redirect"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../page_post_redirect_plugin.php:1088 ../page_post_redirect_plugin.php:1089
|
423 |
msgid "Temporary Redirect"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: ../page_post_redirect_plugin.php:1090
|
427 |
msgid "Meta Refresh Redirect"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../page_post_redirect_plugin.php:1092
|
431 |
msgid "(This will also override Quick Redirects)"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: ../page_post_redirect_plugin.php:1096
|
435 |
msgid "Make ALL redirects Case Sensitive?"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../page_post_redirect_plugin.php:1097
|
439 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../page_post_redirect_plugin.php:1100
|
443 |
msgid "Make ALL Redirects go to this URL:"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: ../page_post_redirect_plugin.php:1101
|
447 |
msgid "Use full URL including <code>http://</code>."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../page_post_redirect_plugin.php:1104
|
451 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../page_post_redirect_plugin.php:1105
|
455 |
msgid ""
|
456 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
457 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../page_post_redirect_plugin.php:1111
|
461 |
msgid "Plugin Clean Up"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../page_post_redirect_plugin.php:1111
|
465 |
msgid ""
|
466 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
467 |
"this."
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../page_post_redirect_plugin.php:1114
|
471 |
msgid "Delete Redirects?"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../page_post_redirect_plugin.php:1116
|
475 |
msgid "Delete All Individual Redirects"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../page_post_redirect_plugin.php:1117
|
479 |
msgid "Delete all Quick Redirects"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../page_post_redirect_plugin.php:1118
|
483 |
msgid ""
|
484 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
485 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
486 |
"page."
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../page_post_redirect_plugin.php:1122
|
490 |
msgid "Delete ALL Redirects & Settings?"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../page_post_redirect_plugin.php:1124
|
494 |
msgid "Delete ALL Redirects AND Settings"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: ../page_post_redirect_plugin.php:1125
|
498 |
msgid ""
|
499 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
500 |
"be undone!"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../page_post_redirect_plugin.php:1171
|
504 |
msgid "Examples"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../page_post_redirect_plugin.php:1181
|
508 |
msgid ""
|
509 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
510 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: ../page_post_redirect_plugin.php:1186
|
514 |
msgid ""
|
515 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
516 |
"work with Quick Redirects, you need to have:"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: ../page_post_redirect_plugin.php:1188
|
520 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../page_post_redirect_plugin.php:1189
|
524 |
msgid ""
|
525 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
526 |
"menu, content, sidebar, etc."
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: ../page_post_redirect_plugin.php:1190
|
530 |
msgid ""
|
531 |
"The open in a new window or nofollow settings will not happen if someone "
|
532 |
"just types the old link in the URL or if they come from a bookmark or link "
|
536 |
"work."
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: ../page_post_redirect_plugin.php:1200
|
540 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: ../page_post_redirect_plugin.php:1210
|
544 |
msgid "Load Content?"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: ../page_post_redirect_plugin.php:1211
|
548 |
msgid ""
|
549 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
550 |
"load as normal or to only load a blank page or the content provided in the "
|
551 |
"<strong>Page Content</strong> section. "
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../page_post_redirect_plugin.php:1212
|
555 |
msgid ""
|
556 |
"If checked, all of the original content will load, so keep this in mind when "
|
557 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
558 |
"will not compeletely load. "
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: ../page_post_redirect_plugin.php:1216 ../page_post_redirect_plugin.php:2307
|
562 |
msgid "Redirect Seconds"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: ../page_post_redirect_plugin.php:1217
|
566 |
msgid ""
|
567 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
568 |
"have an instant redirect*."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: ../page_post_redirect_plugin.php:1218
|
572 |
msgid ""
|
573 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
574 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
576 |
"trigger happens."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../page_post_redirect_plugin.php:1222 ../page_post_redirect_plugin.php:2311
|
580 |
msgid "Redirect Trigger"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../page_post_redirect_plugin.php:1223
|
584 |
msgid ""
|
585 |
"The class or id or tag name of the element to load before the redirect "
|
586 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
587 |
"a trigger."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../page_post_redirect_plugin.php:1224
|
591 |
msgid ""
|
592 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
593 |
"<strong>.my-class-name</strong>"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../page_post_redirect_plugin.php:1225
|
597 |
msgid ""
|
598 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
599 |
"id-name</strong>."
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../page_post_redirect_plugin.php:1226
|
603 |
msgid ""
|
604 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
605 |
"characters in the name, i.e., <body> would just be "
|
606 |
"<strong>body</strong>."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: ../page_post_redirect_plugin.php:1227
|
610 |
msgid ""
|
611 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
612 |
"on all events."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../page_post_redirect_plugin.php:1231 ../page_post_redirect_plugin.php:2315
|
616 |
msgid "Append Content To"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: ../page_post_redirect_plugin.php:1232
|
620 |
msgid ""
|
621 |
"The class, id or tag name that you want the content in the <strong>Page "
|
622 |
"Content</strong> to be loading into."
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: ../page_post_redirect_plugin.php:1233
|
626 |
msgid ""
|
627 |
"If you are loading the content of the page, use an existing class or id for "
|
628 |
"an existing element (i.e., .page-content) so your additional page content "
|
629 |
"(if any) is loaded into that element."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../page_post_redirect_plugin.php:1234
|
633 |
msgid ""
|
634 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
635 |
"used."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: ../page_post_redirect_plugin.php:1238 ../page_post_redirect_plugin.php:2319
|
639 |
msgid "Page Content"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../page_post_redirect_plugin.php:1239
|
643 |
msgid ""
|
644 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
645 |
"script or image tag you want to use, add it here."
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../page_post_redirect_plugin.php:1240
|
649 |
msgid ""
|
650 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
651 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
655 |
"Trigger</strong> to \"body\"."
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: ../page_post_redirect_plugin.php:1241
|
659 |
msgid ""
|
660 |
"Additionally, you can add the redirect counter to the page by adding the "
|
661 |
"code sample under the <strong>Page Content</strong> box."
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../page_post_redirect_plugin.php:1260
|
665 |
msgid ""
|
666 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
667 |
"order to use <strong>NW</strong> (open in a new window) or "
|
669 |
"must have it enabled."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../page_post_redirect_plugin.php:1261 ../page_post_redirect_plugin.php:1266
|
673 |
msgid "hide this message"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../page_post_redirect_plugin.php:1265
|
677 |
msgid ""
|
678 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
679 |
"(nofollow) options, check the appropriate option and update when adding "
|
682 |
"enabled in the plugin settings."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: ../page_post_redirect_plugin.php:1316
|
686 |
msgid ""
|
687 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
688 |
"jQuery\" is set in the options."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../page_post_redirect_plugin.php:1395
|
692 |
msgid "No Quick Redirects."
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: ../page_post_redirect_plugin.php:1545
|
696 |
msgid ""
|
697 |
"An error occured during the file upload. Please fix your server "
|
698 |
"configuration and retry."
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../page_post_redirect_plugin.php:1545 ../page_post_redirect_plugin.php:1611
|
702 |
msgid "SERVER ERROR - Could Not Load"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596
|
706 |
msgid ""
|
707 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
708 |
"damaged or corrupt."
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596 ..
|
712 |
+
#: page_post_redirect_plugin.php:1625
|
713 |
msgid "ERROR - Not a valid File"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../page_post_redirect_plugin.php:1611
|
717 |
msgid ""
|
718 |
"An error occured during the file upload. It might me that the file is too "
|
719 |
"large or you do not have the premissions to write to the temporary upload "
|
720 |
"directory. Please fix your server configuration and retry."
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../page_post_redirect_plugin.php:1625
|
724 |
msgid ""
|
725 |
"This does not look like the file is in the correct format - it is possibly "
|
726 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
727 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../page_post_redirect_plugin.php:1663
|
731 |
msgid ""
|
732 |
"It does not look like there are any valid items to import - check the file "
|
733 |
"and try again."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: ../page_post_redirect_plugin.php:1663
|
737 |
msgid "ERROR - No Valid items to add."
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../page_post_redirect_plugin.php:1727
|
741 |
msgid "Settings"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../page_post_redirect_plugin.php:1733 ../page_post_redirect_plugin.php:1795
|
745 |
msgid "Quick Redirects"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../page_post_redirect_plugin.php:1734
|
749 |
msgid "FAQ"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../page_post_redirect_plugin.php:1735
|
753 |
msgid "Donate"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../page_post_redirect_plugin.php:1753
|
757 |
msgid "Make Redirect <strong>Active</strong>."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: ../page_post_redirect_plugin.php:1753
|
761 |
msgid "Check to turn on or redirect will not work."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: ../page_post_redirect_plugin.php:1754
|
765 |
msgid "Open in a <strong>new window.</strong>"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: ../page_post_redirect_plugin.php:1754 ../page_post_redirect_plugin.php:1755
|
769 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../page_post_redirect_plugin.php:1755
|
773 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: ../page_post_redirect_plugin.php:1756
|
777 |
msgid "<strong>Show</strong> Redirect URL in link."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../page_post_redirect_plugin.php:1756
|
781 |
msgid ""
|
782 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
783 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: ../page_post_redirect_plugin.php:1758
|
787 |
msgid "Redirect / Destination URL:"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../page_post_redirect_plugin.php:1759
|
791 |
msgid ""
|
792 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
793 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
795 |
"redirects.)"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: ../page_post_redirect_plugin.php:1760
|
799 |
msgid "Type of Redirect:"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: ../page_post_redirect_plugin.php:1782
|
803 |
msgid "Permanent"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: ../page_post_redirect_plugin.php:1783 ../page_post_redirect_plugin.php:1784
|
807 |
msgid "Temporary"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../page_post_redirect_plugin.php:1785
|
811 |
msgid "Meta Redirect"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: ../page_post_redirect_plugin.php:1786
|
815 |
msgid "Default is 301 (Permanent Redirect)."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../page_post_redirect_plugin.php:1793
|
819 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: ../page_post_redirect_plugin.php:1793
|
823 |
msgid "Leave blank to use options setting. 0 = instant."
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: ../page_post_redirect_plugin.php:1795
|
827 |
msgid ""
|
828 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
829 |
"it may need to be published first and then saved again as a Draft. If you do "
|
830 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: ../page_post_redirect_plugin.php:1795
|
834 |
msgid "method."
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../page_post_redirect_plugin.php:2295
|
838 |
msgid "Meta Redirect Settings"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../page_post_redirect_plugin.php:2296
|
842 |
msgid "Settings Updated"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../page_post_redirect_plugin.php:2297
|
846 |
msgid ""
|
847 |
"This section is for updating options for redirects that use the \"meta "
|
848 |
"refresh\" funcitonality for redirecting."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: ../page_post_redirect_plugin.php:2298
|
852 |
msgid ""
|
853 |
"Using the setting below, you can add elements or a message to the page that "
|
854 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
855 |
"until the redirect reaches the number of seconds you have set below."
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../page_post_redirect_plugin.php:2303
|
859 |
msgid "Load Page Content?"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../page_post_redirect_plugin.php:2304
|
863 |
msgid ""
|
864 |
"Check if you want the normal page to load before redirect happens (if "
|
865 |
"redirect is 0 seconds, it may not load fully)."
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: ../page_post_redirect_plugin.php:2308
|
869 |
msgid "instant"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: ../page_post_redirect_plugin.php:2308
|
873 |
msgid ""
|
874 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
875 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
877 |
"individual pages will override this setting."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: ../page_post_redirect_plugin.php:2312
|
881 |
#, php-format
|
882 |
msgid ""
|
883 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
887 |
"use %6$s or %7$s."
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: ../page_post_redirect_plugin.php:2316
|
891 |
#, php-format
|
892 |
msgid ""
|
893 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
894 |
"when the page loads."
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: ../page_post_redirect_plugin.php:2320
|
898 |
#, php-format
|
899 |
msgid ""
|
900 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
904 |
"shown."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: ../page_post_redirect_plugin.php:2320
|
908 |
msgid "Add your content below"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: ../page_post_redirect_plugin.php:2322
|
912 |
msgid "To use a counter, add the following:"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../page_post_redirect_plugin.php:2324
|
916 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../page_post_redirect_plugin.php:2347
|
920 |
msgid "You have the Addon Plugin"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: ../page_post_redirect_plugin.php:2347
|
924 |
msgid "activated. This plugin's functionality is now built into the parent"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: ../page_post_redirect_plugin.php:2347
|
928 |
msgid "so you no longer need to have the addon plugin installed."
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: ../page_post_redirect_plugin.php:2348
|
932 |
msgid ""
|
933 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
934 |
"if you desire."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#. Name of the plugin
|
938 |
+
msgid "Quick Page/Post Redirect Plugin"
|
939 |
+
msgstr "Quick Page/Post Redirect Plugin"
|
940 |
+
|
941 |
+
#. URI of the plugin
|
942 |
+
msgid ""
|
943 |
+
"http://www.fischercreativemedia.com/wordpress-plugins/quick-pagepost-"
|
944 |
+
"redirect-plugin"
|
945 |
+
msgstr ""
|
946 |
+
"http://www.fischercreativemedia.com/wordpress-plugins/quick-pagepost-"
|
947 |
+
"redirect-plugin"
|
948 |
+
|
949 |
+
#. Author of the plugin
|
950 |
+
msgid "Don Fischer"
|
951 |
+
msgstr "Don Fischer"
|
952 |
+
|
953 |
+
#. Author URI of the plugin
|
954 |
+
msgid "http://www.fischercreativemedia.com"
|
955 |
+
msgstr "http://www.fischercreativemedia.com"
|
956 |
+
|
957 |
+
#: ../page_post_redirect_plugin.php:432
|
958 |
msgid "Quick Redirects Updated."
|
959 |
msgstr "Redirecciones Quick Actualización.\n"
|
960 |
|
961 |
+
#: ../page_post_redirect_plugin.php:537
|
962 |
msgid "Redirect"
|
963 |
msgstr "Redirigir"
|
964 |
|
965 |
+
#: ../page_post_redirect_plugin.php:713
|
966 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
967 |
msgstr ""
|
968 |
"Quick Page/Post Redirect \n"
|
969 |
"Preguntas Frecuentes/Ayuda"
|
970 |
|
971 |
+
# translate this to same as source
|
972 |
+
#: ../page_post_redirect_plugin.php:962
|
973 |
+
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
974 |
+
msgstr "/old-location.htm|http://some.com/new-destination/|0|1"
|
975 |
+
|
976 |
+
#: ../page_post_redirect_plugin.php:963
|
977 |
+
msgid "/dontate/|http://example.com/destination/|1|1"
|
978 |
+
msgstr "/dontate/|http://example.com/destination/|1|1"
|
979 |
+
|
980 |
+
#: ../page_post_redirect_plugin.php:1129 ../page_post_redirect_plugin.php:2329
|
981 |
msgid "Save Changes"
|
982 |
msgstr "Guardar Cambios"
|
983 |
|
984 |
+
#: ../page_post_redirect_plugin.php:1176
|
985 |
msgid "Troubleshooting"
|
986 |
msgstr "Solución De Problemas"
|
987 |
|
988 |
+
#: ../page_post_redirect_plugin.php:1179
|
989 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
990 |
msgstr "NOTAS IMPORTANTES PROBLEMAS:"
|
991 |
|
992 |
+
#: ../page_post_redirect_plugin.php:1182
|
993 |
msgid ""
|
994 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
995 |
"directory and contain the <code>/</code> at the beginning."
|
997 |
"Se recomienda que el <b> Solicitud URL </ b> ser relativa al directorio raíz "
|
998 |
"y contendrá el <code> / </ code> al principio."
|
999 |
|
1000 |
+
#: ../page_post_redirect_plugin.php:1183
|
1001 |
msgid ""
|
1002 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
1003 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
1012 |
"utilizan como protocolo. Nuestra mejor estimación es que su dominio y "
|
1013 |
"protocolo son"
|
1014 |
|
1015 |
+
#: ../page_post_redirect_plugin.php:1184
|
1016 |
msgid ""
|
1017 |
"If you are having issues with the link not redirecting on a SSL site with "
|
1018 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
1022 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
1023 |
"redirects, one with and one without the SSL protocol."
|
1024 |
|
1025 |
+
#: ../page_post_redirect_plugin.php:1185
|
1026 |
msgid ""
|
1027 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
1028 |
"root), for example"
|
1030 |
"El <b> Destino </ b> puede ser cualquier URL válida o ruta relativa (de "
|
1031 |
"raíz), por ejemplo"
|
1032 |
|
1033 |
+
#: ../page_post_redirect_plugin.php:1249
|
1034 |
msgid "Quick Redirects (301 Redirects)"
|
1035 |
msgstr "Redirecciones Rápida (301 redirecciones)"
|
1036 |
|
1037 |
+
#: ../page_post_redirect_plugin.php:1269
|
1038 |
msgid ""
|
1039 |
"Quick Redirects are useful when you have links from an old site that now "
|
1040 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
1051 |
"crear una página o post sólo para utilizar la página de opción individual / "
|
1052 |
"Publicar Remitir."
|
1053 |
|
1054 |
+
#: ../page_post_redirect_plugin.php:1270
|
1055 |
msgid ""
|
1056 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
1057 |
"URL</strong> field, and the URL it should be redirected to in the "
|
1065 |
"clic en el bote de basura al final de la fila. Para editar una redirección, "
|
1066 |
"haga clic en el icono del lápiz de edición."
|
1067 |
|
1068 |
+
#: ../page_post_redirect_plugin.php:1271
|
1069 |
msgid ""
|
1070 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
1071 |
"example redirects."
|
1073 |
"Ver 'HELP' en la esquina superior derecha, para la resolución de problemas y "
|
1074 |
"el ejemplo redirecciones."
|
1075 |
|
1076 |
+
#: ../page_post_redirect_plugin.php:1277 ../page_post_redirect_plugin.php:1320
|
1077 |
msgid "Add New Redirects"
|
1078 |
msgstr "Añadir nuevas redirecciones"
|
1079 |
|
1080 |
+
#: ../page_post_redirect_plugin.php:1280 ../page_post_redirect_plugin.php:1329
|
1081 |
msgid "Request URL"
|
1082 |
msgstr "Solicitud URL"
|
1083 |
|
1084 |
+
#: ../page_post_redirect_plugin.php:1282 ../page_post_redirect_plugin.php:1331
|
1085 |
msgid "Destination URL"
|
1086 |
msgstr "Destination URL"
|
1087 |
|
1088 |
# Stands for 'New Window'
|
1089 |
+
#: ../page_post_redirect_plugin.php:1283 ../page_post_redirect_plugin.php:1332
|
1090 |
msgid "NW"
|
1091 |
msgstr "NW"
|
1092 |
|
1093 |
# Stands for 'No Follow'
|
1094 |
+
#: ../page_post_redirect_plugin.php:1284 ../page_post_redirect_plugin.php:1333
|
1095 |
msgid "NF"
|
1096 |
msgstr "NF"
|
1097 |
|
1098 |
+
#: ../page_post_redirect_plugin.php:1292 ../page_post_redirect_plugin.php:1301 ..
|
1099 |
+
#: page_post_redirect_plugin.php:1310 ../page_post_redirect_plugin.php:1342
|
1100 |
msgid "open in a New Window"
|
1101 |
msgstr "se abre en una nueva ventana"
|
1102 |
|
1103 |
+
#: ../page_post_redirect_plugin.php:1293 ../page_post_redirect_plugin.php:1302 ..
|
1104 |
+
#: page_post_redirect_plugin.php:1311 ../page_post_redirect_plugin.php:1343
|
1105 |
msgid "add No Follow"
|
1106 |
msgstr "Sin añadir Siga"
|
1107 |
|
1108 |
+
#: ../page_post_redirect_plugin.php:1326
|
1109 |
msgid "Existing Redirects"
|
1110 |
msgstr "Redirecciones existentes"
|
1111 |
|
1112 |
+
#: ../page_post_redirect_plugin.php:1344
|
1113 |
msgid "Save"
|
1114 |
msgstr "Guardar"
|
1115 |
|
1116 |
+
#: ../page_post_redirect_plugin.php:1345
|
1117 |
msgid "Cancel"
|
1118 |
msgstr "Cancelar"
|
1119 |
|
1120 |
+
#: ../page_post_redirect_plugin.php:1386
|
1121 |
msgid "Edit"
|
1122 |
msgstr "Editar"
|
1123 |
|
1124 |
+
#: ../page_post_redirect_plugin.php:1387
|
1125 |
msgid "Delete"
|
1126 |
msgstr "Dorrar"
|
lang/quick-pagepost-redirect-plugin.pot
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
8 |
-
"POT-Revision-Date:
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: dfischer <admin2@fischercreativemedia.com>\n"
|
11 |
"Language-Team: \n"
|
@@ -52,21 +52,21 @@ msgstr ""
|
|
52 |
msgid "http://www.fischercreativemedia.com"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: ../page_post_redirect_plugin.php:
|
56 |
msgid "New Meta Redirect options."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../page_post_redirect_plugin.php:
|
60 |
msgid ""
|
61 |
"Please view the Help Tab above to see more information about the Meta "
|
62 |
"Redirect Settings."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../page_post_redirect_plugin.php:
|
66 |
msgid "New Layout of Existing Redirects"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../page_post_redirect_plugin.php:
|
70 |
msgid ""
|
71 |
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
72 |
"format instead of form fields. When you have a lot of Redirects, this helps "
|
@@ -74,94 +74,94 @@ msgid ""
|
|
74 |
"saving correctly."
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../page_post_redirect_plugin.php:
|
78 |
msgid "To edit an existing redirect, click the pencil icon"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../page_post_redirect_plugin.php:
|
82 |
msgid "and the row will become editable. Click the trash can icon"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../page_post_redirect_plugin.php:
|
86 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../page_post_redirect_plugin.php:
|
90 |
msgid "New Option to Use jQuery"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../page_post_redirect_plugin.php:
|
94 |
msgid ""
|
95 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
96 |
"nofollow functionality, you can use the jQuery option."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: ../page_post_redirect_plugin.php:
|
100 |
msgid ""
|
101 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
102 |
"of the page and add the correct functionality if needed."
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../page_post_redirect_plugin.php:
|
106 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../page_post_redirect_plugin.php:
|
110 |
msgid "Quick Redirects Updated."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../page_post_redirect_plugin.php:
|
114 |
msgid "Redirect"
|
115 |
msgstr ""
|
116 |
|
117 |
# Plugin Name
|
118 |
-
#: ../page_post_redirect_plugin.php:
|
119 |
msgid "Quick Page/Post Redirect"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: ../page_post_redirect_plugin.php:
|
123 |
msgid ""
|
124 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
125 |
"cannot be undone)?"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../page_post_redirect_plugin.php:
|
129 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../page_post_redirect_plugin.php:
|
133 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: ../page_post_redirect_plugin.php:
|
137 |
msgid ""
|
138 |
"Redirect could not be saved as a redirect already exists with the same "
|
139 |
"Request URL."
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../page_post_redirect_plugin.php:
|
143 |
msgid "Are you sure you want to delete this redirect?"
|
144 |
msgstr ""
|
145 |
|
146 |
# JavaScript message
|
147 |
-
#: ../page_post_redirect_plugin.php:
|
148 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
149 |
msgstr ""
|
150 |
|
151 |
# JavaScript Message
|
152 |
-
#: ../page_post_redirect_plugin.php:
|
153 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../page_post_redirect_plugin.php:
|
157 |
msgid "Please add at least one redirect before submitting form"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../page_post_redirect_plugin.php:
|
161 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: ../page_post_redirect_plugin.php:
|
165 |
msgid ""
|
166 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
167 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
@@ -173,404 +173,404 @@ msgid ""
|
|
173 |
"working correctly for you. THANKS!"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: ../page_post_redirect_plugin.php:
|
177 |
msgid "Table of Contents"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../page_post_redirect_plugin.php:
|
181 |
msgid "Questions/Answers"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ../page_post_redirect_plugin.php:
|
185 |
msgid "Quick Page Post Redirect Summary"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: ../page_post_redirect_plugin.php:
|
189 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: ../page_post_redirect_plugin.php:
|
193 |
msgid "Summary"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: ../page_post_redirect_plugin.php:
|
197 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: ../page_post_redirect_plugin.php:
|
201 |
msgid "No Follow Override is on!"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: ../page_post_redirect_plugin.php:
|
205 |
msgid "New Window Override is on!"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: ../page_post_redirect_plugin.php:
|
209 |
msgid "Rewrite Override is on!"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../page_post_redirect_plugin.php:
|
213 |
msgid "ID"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: ../page_post_redirect_plugin.php:
|
217 |
msgid "post type"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: ../page_post_redirect_plugin.php:
|
221 |
msgid "active"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../page_post_redirect_plugin.php:
|
225 |
msgid "no follow"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../page_post_redirect_plugin.php:
|
229 |
msgid "new window"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../page_post_redirect_plugin.php:
|
233 |
msgid "type"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../page_post_redirect_plugin.php:
|
237 |
msgid "rewrite link"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ../page_post_redirect_plugin.php:
|
241 |
msgid "original URL"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../page_post_redirect_plugin.php:
|
245 |
msgid "redirect to URL"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: ../page_post_redirect_plugin.php:
|
249 |
msgid "Quick Redirects Imported & Replaced."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: ../page_post_redirect_plugin.php:
|
253 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: ../page_post_redirect_plugin.php:
|
257 |
msgid "Import/Export Redirects"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: ../page_post_redirect_plugin.php:
|
261 |
msgid ""
|
262 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
263 |
"to help with future development and updates. We thank you in advance."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: ../page_post_redirect_plugin.php:
|
267 |
msgid "Export Redirects"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: ../page_post_redirect_plugin.php:
|
271 |
msgid ""
|
272 |
"You should back-up your redirect regularly in case something happens to the "
|
273 |
"database."
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: ../page_post_redirect_plugin.php:
|
277 |
msgid ""
|
278 |
"Please use the below buttons to make a back-up as either encoded "
|
279 |
"(unreadable) or pipe separated"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../page_post_redirect_plugin.php:
|
283 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../page_post_redirect_plugin.php:
|
287 |
msgid "OR"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../page_post_redirect_plugin.php:
|
291 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../page_post_redirect_plugin.php:
|
295 |
msgid "Import Redirects"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../page_post_redirect_plugin.php:
|
299 |
msgid ""
|
300 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
301 |
"option."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: ../page_post_redirect_plugin.php:
|
305 |
msgid ""
|
306 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
307 |
"redirects, the file must be pipe dilimited "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: ../page_post_redirect_plugin.php:
|
311 |
msgid "RESTORE Saved Quick Redirects"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ../page_post_redirect_plugin.php:
|
315 |
msgid "ADD TO Quick Redirects"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: ../page_post_redirect_plugin.php:
|
319 |
msgid "Select Quick Redirects file to import:"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: ../page_post_redirect_plugin.php:
|
323 |
msgid ""
|
324 |
"The import file should be a text file with one rediect per line, PIPE "
|
325 |
"separated, in this format:"
|
326 |
msgstr ""
|
327 |
|
328 |
# these are column titles.
|
329 |
-
#: ../page_post_redirect_plugin.php:
|
330 |
msgid "redirect|destination|newwindow|nofollow"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../page_post_redirect_plugin.php:
|
334 |
msgid "for Example:"
|
335 |
msgstr ""
|
336 |
|
337 |
# translate this to same as source
|
338 |
-
#: ../page_post_redirect_plugin.php:
|
339 |
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../page_post_redirect_plugin.php:
|
343 |
msgid "/dontate/|http://example.com/destination/|1|1"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: ../page_post_redirect_plugin.php:
|
347 |
msgid "IMPORTANT:"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: ../page_post_redirect_plugin.php:
|
351 |
msgid ""
|
352 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
353 |
"URL encoded before adding them!"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../page_post_redirect_plugin.php:
|
357 |
msgid "ADD TO Current Quick Redirects"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../page_post_redirect_plugin.php:
|
361 |
msgid "All Quick Redirects deleted from database."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../page_post_redirect_plugin.php:
|
365 |
msgid "All Individual Redirects deleted from database."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../page_post_redirect_plugin.php:
|
369 |
msgid "All Redirects and Settings deleted from database"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../page_post_redirect_plugin.php:
|
373 |
msgid ""
|
374 |
"There was an problem with your last request. Please reload the page and try "
|
375 |
"again."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: ../page_post_redirect_plugin.php:
|
379 |
msgid "Quick Page Post Redirect Options"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../page_post_redirect_plugin.php:
|
383 |
msgid "Basic Settings"
|
384 |
msgstr ""
|
385 |
|
386 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
387 |
-
#: ../page_post_redirect_plugin.php:
|
388 |
msgid "Use with Custom Post Types?"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: ../page_post_redirect_plugin.php:
|
392 |
msgid "Hide"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: ../page_post_redirect_plugin.php:
|
396 |
msgid "meta box for following Post Types:"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: ../page_post_redirect_plugin.php:
|
400 |
msgid "Show Column Headers?"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: ../page_post_redirect_plugin.php:
|
404 |
msgid "Show Columns on list pages for set up redirects."
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: ../page_post_redirect_plugin.php:
|
408 |
msgid "Use jQuery?"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: ../page_post_redirect_plugin.php:
|
412 |
msgid ""
|
413 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
414 |
"turning this off."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../page_post_redirect_plugin.php:
|
418 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../page_post_redirect_plugin.php:
|
422 |
msgid "Master Override Options"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../page_post_redirect_plugin.php:
|
426 |
msgid ""
|
427 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
428 |
"settings."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../page_post_redirect_plugin.php:
|
432 |
msgid "Turn OFF all Redirects?"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: ../page_post_redirect_plugin.php:
|
436 |
msgid "Basically the same as having no redirects set up."
|
437 |
msgstr ""
|
438 |
|
439 |
# keep code text untranslated.
|
440 |
-
#: ../page_post_redirect_plugin.php:
|
441 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../page_post_redirect_plugin.php:
|
445 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../page_post_redirect_plugin.php:
|
449 |
msgid "Make ALL Redirects open in a New Window?"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../page_post_redirect_plugin.php:
|
453 |
msgid "Make ALL Redirects this type:"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../page_post_redirect_plugin.php:
|
457 |
msgid "Use Individual Settings"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: ../page_post_redirect_plugin.php:
|
461 |
msgid "Permanant Redirect"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../page_post_redirect_plugin.php:
|
465 |
msgid "Temporary Redirect"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../page_post_redirect_plugin.php:
|
469 |
msgid "Meta Refresh Redirect"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../page_post_redirect_plugin.php:
|
473 |
msgid "(This will also override Quick Redirects)"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../page_post_redirect_plugin.php:
|
477 |
msgid "Make ALL redirects Case Sensitive?"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: ../page_post_redirect_plugin.php:
|
481 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: ../page_post_redirect_plugin.php:
|
485 |
msgid "Make ALL Redirects go to this URL:"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../page_post_redirect_plugin.php:
|
489 |
msgid "Use full URL including <code>http://</code>."
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../page_post_redirect_plugin.php:
|
493 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../page_post_redirect_plugin.php:
|
497 |
msgid ""
|
498 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
499 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: ../page_post_redirect_plugin.php:
|
503 |
msgid "Plugin Clean Up"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../page_post_redirect_plugin.php:
|
507 |
msgid ""
|
508 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
509 |
"this."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../page_post_redirect_plugin.php:
|
513 |
msgid "Delete Redirects?"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../page_post_redirect_plugin.php:
|
517 |
msgid "Delete All Individual Redirects"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../page_post_redirect_plugin.php:
|
521 |
msgid "Delete all Quick Redirects"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: ../page_post_redirect_plugin.php:
|
525 |
msgid ""
|
526 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
527 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
528 |
"page."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: ../page_post_redirect_plugin.php:
|
532 |
msgid "Delete ALL Redirects & Settings?"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: ../page_post_redirect_plugin.php:
|
536 |
msgid "Delete ALL Redirects AND Settings"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: ../page_post_redirect_plugin.php:
|
540 |
msgid ""
|
541 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
542 |
"be undone!"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../page_post_redirect_plugin.php:
|
546 |
msgid "Save Changes"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../page_post_redirect_plugin.php:
|
550 |
msgid "Examples"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: ../page_post_redirect_plugin.php:
|
554 |
msgid "Troubleshooting"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../page_post_redirect_plugin.php:
|
558 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: ../page_post_redirect_plugin.php:
|
562 |
msgid ""
|
563 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
564 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../page_post_redirect_plugin.php:
|
568 |
msgid ""
|
569 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
570 |
"directory and contain the <code>/</code> at the beginning."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: ../page_post_redirect_plugin.php:
|
574 |
msgid ""
|
575 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
576 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
@@ -579,36 +579,36 @@ msgid ""
|
|
579 |
"domain and protocol are"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../page_post_redirect_plugin.php:
|
583 |
msgid ""
|
584 |
"If you are having issues with the link not redirecting on a SSL site with "
|
585 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
586 |
"redirects, one with and one without the SSL protocol."
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: ../page_post_redirect_plugin.php:
|
590 |
msgid ""
|
591 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
592 |
"root), for example"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: ../page_post_redirect_plugin.php:
|
596 |
msgid ""
|
597 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
598 |
"work with Quick Redirects, you need to have:"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: ../page_post_redirect_plugin.php:
|
602 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../page_post_redirect_plugin.php:
|
606 |
msgid ""
|
607 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
608 |
"menu, content, sidebar, etc."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: ../page_post_redirect_plugin.php:
|
612 |
msgid ""
|
613 |
"The open in a new window or nofollow settings will not happen if someone "
|
614 |
"just types the old link in the URL or if they come from a bookmark or link "
|
@@ -618,39 +618,39 @@ msgid ""
|
|
618 |
"work."
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: ../page_post_redirect_plugin.php:
|
622 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: ../page_post_redirect_plugin.php:
|
626 |
msgid "Load Content?"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: ../page_post_redirect_plugin.php:
|
630 |
msgid ""
|
631 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
632 |
"load as normal or to only load a blank page or the content provided in the "
|
633 |
"<strong>Page Content</strong> section. "
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: ../page_post_redirect_plugin.php:
|
637 |
msgid ""
|
638 |
"If checked, all of the original content will load, so keep this in mind when "
|
639 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
640 |
"will not compeletely load. "
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../page_post_redirect_plugin.php:
|
644 |
msgid "Redirect Seconds"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../page_post_redirect_plugin.php:
|
648 |
msgid ""
|
649 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
650 |
"have an instant redirect*."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: ../page_post_redirect_plugin.php:
|
654 |
msgid ""
|
655 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
656 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
@@ -658,76 +658,76 @@ msgid ""
|
|
658 |
"trigger happens."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: ../page_post_redirect_plugin.php:
|
662 |
msgid "Redirect Trigger"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: ../page_post_redirect_plugin.php:
|
666 |
msgid ""
|
667 |
"The class or id or tag name of the element to load before the redirect "
|
668 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
669 |
"a trigger."
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../page_post_redirect_plugin.php:
|
673 |
msgid ""
|
674 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
675 |
"<strong>.my-class-name</strong>"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: ../page_post_redirect_plugin.php:
|
679 |
msgid ""
|
680 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
681 |
"id-name</strong>."
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../page_post_redirect_plugin.php:
|
685 |
msgid ""
|
686 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
687 |
"characters in the name, i.e., <body> would just be "
|
688 |
"<strong>body</strong>."
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../page_post_redirect_plugin.php:
|
692 |
msgid ""
|
693 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
694 |
"on all events."
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../page_post_redirect_plugin.php:
|
698 |
msgid "Append Content To"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: ../page_post_redirect_plugin.php:
|
702 |
msgid ""
|
703 |
"The class, id or tag name that you want the content in the <strong>Page "
|
704 |
"Content</strong> to be loading into."
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../page_post_redirect_plugin.php:
|
708 |
msgid ""
|
709 |
"If you are loading the content of the page, use an existing class or id for "
|
710 |
"an existing element (i.e., .page-content) so your additional page content "
|
711 |
"(if any) is loaded into that element."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../page_post_redirect_plugin.php:
|
715 |
msgid ""
|
716 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
717 |
"used."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../page_post_redirect_plugin.php:
|
721 |
msgid "Page Content"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: ../page_post_redirect_plugin.php:
|
725 |
msgid ""
|
726 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
727 |
"script or image tag you want to use, add it here."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../page_post_redirect_plugin.php:
|
731 |
msgid ""
|
732 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
733 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
@@ -737,17 +737,17 @@ msgid ""
|
|
737 |
"Trigger</strong> to \"body\"."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../page_post_redirect_plugin.php:
|
741 |
msgid ""
|
742 |
"Additionally, you can add the redirect counter to the page by adding the "
|
743 |
"code sample under the <strong>Page Content</strong> box."
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: ../page_post_redirect_plugin.php:
|
747 |
msgid "Quick Redirects (301 Redirects)"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: ../page_post_redirect_plugin.php:
|
751 |
msgid ""
|
752 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
753 |
"order to use <strong>NW</strong> (open in a new window) or "
|
@@ -755,11 +755,11 @@ msgid ""
|
|
755 |
"must have it enabled."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../page_post_redirect_plugin.php:
|
759 |
msgid "hide this message"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../page_post_redirect_plugin.php:
|
763 |
msgid ""
|
764 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
765 |
"(nofollow) options, check the appropriate option and update when adding "
|
@@ -768,7 +768,7 @@ msgid ""
|
|
768 |
"enabled in the plugin settings."
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: ../page_post_redirect_plugin.php:
|
772 |
msgid ""
|
773 |
"Quick Redirects are useful when you have links from an old site that now "
|
774 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
@@ -778,7 +778,7 @@ msgid ""
|
|
778 |
"just to use the individual Page/Post Redirect option."
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: ../page_post_redirect_plugin.php:
|
782 |
msgid ""
|
783 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
784 |
"URL</strong> field, and the URL it should be redirected to in the "
|
@@ -787,170 +787,170 @@ msgid ""
|
|
787 |
"icon."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../page_post_redirect_plugin.php:
|
791 |
msgid ""
|
792 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
793 |
"example redirects."
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: ../page_post_redirect_plugin.php:
|
797 |
msgid "Add New Redirects"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: ../page_post_redirect_plugin.php:
|
801 |
msgid "Request URL"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: ../page_post_redirect_plugin.php:
|
805 |
msgid "Destination URL"
|
806 |
msgstr ""
|
807 |
|
808 |
# Stands for 'New Window'
|
809 |
-
#: ../page_post_redirect_plugin.php:
|
810 |
msgid "NW"
|
811 |
msgstr ""
|
812 |
|
813 |
# Stands for 'No Follow'
|
814 |
-
#: ../page_post_redirect_plugin.php:
|
815 |
msgid "NF"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: ../page_post_redirect_plugin.php:
|
819 |
-
#: /page_post_redirect_plugin.php:
|
820 |
msgid "open in a New Window"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: ../page_post_redirect_plugin.php:
|
824 |
-
#: /page_post_redirect_plugin.php:
|
825 |
msgid "add No Follow"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: ../page_post_redirect_plugin.php:
|
829 |
msgid ""
|
830 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
831 |
"jQuery\" is set in the options."
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: ../page_post_redirect_plugin.php:
|
835 |
msgid "Existing Redirects"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../page_post_redirect_plugin.php:
|
839 |
msgid "Save"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: ../page_post_redirect_plugin.php:
|
843 |
msgid "Cancel"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: ../page_post_redirect_plugin.php:
|
847 |
msgid "Edit"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: ../page_post_redirect_plugin.php:
|
851 |
msgid "Delete"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: ../page_post_redirect_plugin.php:
|
855 |
msgid "No Quick Redirects."
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../page_post_redirect_plugin.php:
|
859 |
msgid ""
|
860 |
"An error occured during the file upload. Please fix your server "
|
861 |
"configuration and retry."
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: ../page_post_redirect_plugin.php:
|
865 |
msgid "SERVER ERROR - Could Not Load"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: ../page_post_redirect_plugin.php:
|
869 |
msgid ""
|
870 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
871 |
"damaged or corrupt."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: ../page_post_redirect_plugin.php:
|
875 |
-
#: /page_post_redirect_plugin.php:
|
876 |
msgid "ERROR - Not a valid File"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: ../page_post_redirect_plugin.php:
|
880 |
msgid ""
|
881 |
"An error occured during the file upload. It might me that the file is too "
|
882 |
"large or you do not have the premissions to write to the temporary upload "
|
883 |
"directory. Please fix your server configuration and retry."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: ../page_post_redirect_plugin.php:
|
887 |
msgid ""
|
888 |
"This does not look like the file is in the correct format - it is possibly "
|
889 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
890 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: ../page_post_redirect_plugin.php:
|
894 |
msgid ""
|
895 |
"It does not look like there are any valid items to import - check the file "
|
896 |
"and try again."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: ../page_post_redirect_plugin.php:
|
900 |
msgid "ERROR - No Valid items to add."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: ../page_post_redirect_plugin.php:
|
904 |
msgid "Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: ../page_post_redirect_plugin.php:
|
908 |
msgid "Quick Redirects"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: ../page_post_redirect_plugin.php:
|
912 |
msgid "FAQ"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: ../page_post_redirect_plugin.php:
|
916 |
msgid "Donate"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: ../page_post_redirect_plugin.php:
|
920 |
msgid "Make Redirect <strong>Active</strong>."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: ../page_post_redirect_plugin.php:
|
924 |
msgid "Check to turn on or redirect will not work."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: ../page_post_redirect_plugin.php:
|
928 |
msgid "Open in a <strong>new window.</strong>"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: ../page_post_redirect_plugin.php:
|
932 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: ../page_post_redirect_plugin.php:
|
936 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: ../page_post_redirect_plugin.php:
|
940 |
msgid "<strong>Show</strong> Redirect URL in link."
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: ../page_post_redirect_plugin.php:
|
944 |
msgid ""
|
945 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
946 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: ../page_post_redirect_plugin.php:
|
950 |
msgid "Redirect / Destination URL:"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: ../page_post_redirect_plugin.php:
|
954 |
msgid ""
|
955 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
956 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
@@ -958,81 +958,81 @@ msgid ""
|
|
958 |
"redirects.)"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: ../page_post_redirect_plugin.php:
|
962 |
msgid "Type of Redirect:"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: ../page_post_redirect_plugin.php:
|
966 |
msgid "Permanent"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: ../page_post_redirect_plugin.php:
|
970 |
msgid "Temporary"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: ../page_post_redirect_plugin.php:
|
974 |
msgid "Meta Redirect"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: ../page_post_redirect_plugin.php:
|
978 |
msgid "Default is 301 (Permanent Redirect)."
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: ../page_post_redirect_plugin.php:
|
982 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: ../page_post_redirect_plugin.php:
|
986 |
msgid "Leave blank to use options setting. 0 = instant."
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: ../page_post_redirect_plugin.php:
|
990 |
msgid ""
|
991 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
992 |
"it may need to be published first and then saved again as a Draft. If you do "
|
993 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: ../page_post_redirect_plugin.php:
|
997 |
msgid "method."
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: ../page_post_redirect_plugin.php:
|
1001 |
msgid "Meta Redirect Settings"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: ../page_post_redirect_plugin.php:
|
1005 |
msgid "Settings Updated"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: ../page_post_redirect_plugin.php:
|
1009 |
msgid ""
|
1010 |
"This section is for updating options for redirects that use the \"meta "
|
1011 |
"refresh\" funcitonality for redirecting."
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: ../page_post_redirect_plugin.php:
|
1015 |
msgid ""
|
1016 |
"Using the setting below, you can add elements or a message to the page that "
|
1017 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
1018 |
"until the redirect reaches the number of seconds you have set below."
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: ../page_post_redirect_plugin.php:
|
1022 |
msgid "Load Page Content?"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: ../page_post_redirect_plugin.php:
|
1026 |
msgid ""
|
1027 |
"Check if you want the normal page to load before redirect happens (if "
|
1028 |
"redirect is 0 seconds, it may not load fully)."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: ../page_post_redirect_plugin.php:
|
1032 |
msgid "instant"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: ../page_post_redirect_plugin.php:
|
1036 |
msgid ""
|
1037 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
1038 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
@@ -1040,7 +1040,7 @@ msgid ""
|
|
1040 |
"individual pages will override this setting."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: ../page_post_redirect_plugin.php:
|
1044 |
#, php-format
|
1045 |
msgid ""
|
1046 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
@@ -1050,14 +1050,14 @@ msgid ""
|
|
1050 |
"use %6$s or %7$s."
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: ../page_post_redirect_plugin.php:
|
1054 |
#, php-format
|
1055 |
msgid ""
|
1056 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
1057 |
"when the page loads."
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: ../page_post_redirect_plugin.php:
|
1061 |
#, php-format
|
1062 |
msgid ""
|
1063 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
@@ -1067,31 +1067,31 @@ msgid ""
|
|
1067 |
"shown."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: ../page_post_redirect_plugin.php:
|
1071 |
msgid "Add your content below"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: ../page_post_redirect_plugin.php:
|
1075 |
msgid "To use a counter, add the following:"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: ../page_post_redirect_plugin.php:
|
1079 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: ../page_post_redirect_plugin.php:
|
1083 |
msgid "You have the Addon Plugin"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: ../page_post_redirect_plugin.php:
|
1087 |
msgid "activated. This plugin's functionality is now built into the parent"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: ../page_post_redirect_plugin.php:
|
1091 |
msgid "so you no longer need to have the addon plugin installed."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: ../page_post_redirect_plugin.php:
|
1095 |
msgid ""
|
1096 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
1097 |
"if you desire."
|
5 |
"Project-Id-Version: Quick Page/Post Redirect Plugin\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
"POT-Creation-Date: Fri Jun 19 2015 23:42:16 GMT-0400 (Eastern Daylight Time)\n"
|
8 |
+
"POT-Revision-Date: Fri Oct 09 2015 14:05:21 GMT-0400 (Eastern Daylight Time)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: dfischer <admin2@fischercreativemedia.com>\n"
|
11 |
"Language-Team: \n"
|
52 |
msgid "http://www.fischercreativemedia.com"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../page_post_redirect_plugin.php:289
|
56 |
msgid "New Meta Redirect options."
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../page_post_redirect_plugin.php:290
|
60 |
msgid ""
|
61 |
"Please view the Help Tab above to see more information about the Meta "
|
62 |
"Redirect Settings."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: ../page_post_redirect_plugin.php:303
|
66 |
msgid "New Layout of Existing Redirects"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../page_post_redirect_plugin.php:304
|
70 |
msgid ""
|
71 |
"The existing <strong>Quick Redirects</strong> are now laid out in a list "
|
72 |
"format instead of form fields. When you have a lot of Redirects, this helps "
|
74 |
"saving correctly."
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ../page_post_redirect_plugin.php:305
|
78 |
msgid "To edit an existing redirect, click the pencil icon"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: ../page_post_redirect_plugin.php:305
|
82 |
msgid "and the row will become editable. Click the trash can icon"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ../page_post_redirect_plugin.php:305
|
86 |
msgid "and the redirect will be deleted. Click the trash can icon"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: ../page_post_redirect_plugin.php:318
|
90 |
msgid "New Option to Use jQuery"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../page_post_redirect_plugin.php:319
|
94 |
msgid ""
|
95 |
"To increase the effectiveness of the plugin's ability to add new window and "
|
96 |
"nofollow functionality, you can use the jQuery option."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../page_post_redirect_plugin.php:320
|
100 |
msgid ""
|
101 |
"This adds JavaScript/jQuery scripting to check the links in the output HTML "
|
102 |
"of the page and add the correct functionality if needed."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../page_post_redirect_plugin.php:321
|
106 |
msgid "If you experience JavaScript/jQuery conflicts, try turning this option off."
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: ../page_post_redirect_plugin.php:432
|
110 |
msgid "Quick Redirects Updated."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: ../page_post_redirect_plugin.php:537
|
114 |
msgid "Redirect"
|
115 |
msgstr ""
|
116 |
|
117 |
# Plugin Name
|
118 |
+
#: ../page_post_redirect_plugin.php:605
|
119 |
msgid "Quick Page/Post Redirect"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: ../page_post_redirect_plugin.php:618
|
123 |
msgid ""
|
124 |
"Are you sure you want to PERMANENTLY Delete ALL Redirects and Settings (this "
|
125 |
"cannot be undone)?"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../page_post_redirect_plugin.php:618
|
129 |
msgid "Are you sure you want to PERMANENTLY Delete ALL Quick Redirects?"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../page_post_redirect_plugin.php:618
|
133 |
msgid "Are you sure you want to PERMANENTLY Delets ALL Individual Redirects?"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../page_post_redirect_plugin.php:618
|
137 |
msgid ""
|
138 |
"Redirect could not be saved as a redirect already exists with the same "
|
139 |
"Request URL."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../page_post_redirect_plugin.php:618
|
143 |
msgid "Are you sure you want to delete this redirect?"
|
144 |
msgstr ""
|
145 |
|
146 |
# JavaScript message
|
147 |
+
#: ../page_post_redirect_plugin.php:618
|
148 |
msgid "Error Saving Redirect\\nTry refreshing the page and trying again."
|
149 |
msgstr ""
|
150 |
|
151 |
# JavaScript Message
|
152 |
+
#: ../page_post_redirect_plugin.php:618
|
153 |
msgid "File type not allowed,\\nAllowed file type: *.txt"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../page_post_redirect_plugin.php:618
|
157 |
msgid "Please add at least one redirect before submitting form"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../page_post_redirect_plugin.php:713
|
161 |
msgid "Quick Page/Post Redirect FAQs/Help"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../page_post_redirect_plugin.php:714
|
165 |
msgid ""
|
166 |
"The FAQS are now on a feed that can be updated on the fly. If you have a "
|
167 |
"question and don't see an answer, please send an email to <a href=\"mailto:"
|
173 |
"working correctly for you. THANKS!"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../page_post_redirect_plugin.php:732
|
177 |
msgid "Table of Contents"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../page_post_redirect_plugin.php:736
|
181 |
msgid "Questions/Answers"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../page_post_redirect_plugin.php:748
|
185 |
msgid "Quick Page Post Redirect Summary"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: ../page_post_redirect_plugin.php:749
|
189 |
msgid "This is a summary of Individual & Quick 301 Redirects."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../page_post_redirect_plugin.php:757
|
193 |
msgid "Summary"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: ../page_post_redirect_plugin.php:760
|
197 |
msgid "Acitve Override is on - All Redirects are OFF!"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../page_post_redirect_plugin.php:761
|
201 |
msgid "No Follow Override is on!"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../page_post_redirect_plugin.php:762
|
205 |
msgid "New Window Override is on!"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../page_post_redirect_plugin.php:763
|
209 |
msgid "Rewrite Override is on!"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: ../page_post_redirect_plugin.php:765
|
213 |
msgid "ID"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: ../page_post_redirect_plugin.php:766
|
217 |
msgid "post type"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: ../page_post_redirect_plugin.php:767
|
221 |
msgid "active"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: ../page_post_redirect_plugin.php:768
|
225 |
msgid "no follow"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: ../page_post_redirect_plugin.php:769
|
229 |
msgid "new window"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: ../page_post_redirect_plugin.php:770
|
233 |
msgid "type"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../page_post_redirect_plugin.php:771
|
237 |
msgid "rewrite link"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ../page_post_redirect_plugin.php:772
|
241 |
msgid "original URL"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../page_post_redirect_plugin.php:773
|
245 |
msgid "redirect to URL"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../page_post_redirect_plugin.php:898 ../page_post_redirect_plugin.php:992
|
249 |
msgid "Quick Redirects Imported & Replaced."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: ../page_post_redirect_plugin.php:899 ../page_post_redirect_plugin.php:993
|
253 |
msgid "Quick Redirects Imported & Added to Existing Redirects."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: ../page_post_redirect_plugin.php:902
|
257 |
msgid "Import/Export Redirects"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: ../page_post_redirect_plugin.php:918 ../page_post_redirect_plugin.php:1017
|
261 |
msgid ""
|
262 |
"If you enjoy or find any of our plugins useful, please donate a few dollars "
|
263 |
"to help with future development and updates. We thank you in advance."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../page_post_redirect_plugin.php:924 ../page_post_redirect_plugin.php:1199
|
267 |
msgid "Export Redirects"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../page_post_redirect_plugin.php:925
|
271 |
msgid ""
|
272 |
"You should back-up your redirect regularly in case something happens to the "
|
273 |
"database."
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../page_post_redirect_plugin.php:926
|
277 |
msgid ""
|
278 |
"Please use the below buttons to make a back-up as either encoded "
|
279 |
"(unreadable) or pipe separated"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../page_post_redirect_plugin.php:927
|
283 |
msgid "EXPORT all Quick Redirects (Encoded)"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../page_post_redirect_plugin.php:928 ../page_post_redirect_plugin.php:941
|
287 |
msgid "OR"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../page_post_redirect_plugin.php:929
|
291 |
msgid "EXPORT all Quick Redirects (PIPE Separated)"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ../page_post_redirect_plugin.php:936 ../page_post_redirect_plugin.php:1204
|
295 |
msgid "Import Redirects"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../page_post_redirect_plugin.php:937
|
299 |
msgid ""
|
300 |
"If you want to replace or restore redirects from a file, use the \"Restore\" "
|
301 |
"option."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../page_post_redirect_plugin.php:938
|
305 |
msgid ""
|
306 |
"To add new redirects in bulk use the \"Add To\" option - NOTE: to Add To "
|
307 |
"redirects, the file must be pipe dilimited "
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../page_post_redirect_plugin.php:940
|
311 |
msgid "RESTORE Saved Quick Redirects"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../page_post_redirect_plugin.php:942
|
315 |
msgid "ADD TO Quick Redirects"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../page_post_redirect_plugin.php:946 ../page_post_redirect_plugin.php:967
|
319 |
msgid "Select Quick Redirects file to import:"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../page_post_redirect_plugin.php:957
|
323 |
msgid ""
|
324 |
"The import file should be a text file with one rediect per line, PIPE "
|
325 |
"separated, in this format:"
|
326 |
msgstr ""
|
327 |
|
328 |
# these are column titles.
|
329 |
+
#: ../page_post_redirect_plugin.php:959
|
330 |
msgid "redirect|destination|newwindow|nofollow"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../page_post_redirect_plugin.php:960
|
334 |
msgid "for Example:"
|
335 |
msgstr ""
|
336 |
|
337 |
# translate this to same as source
|
338 |
+
#: ../page_post_redirect_plugin.php:962
|
339 |
msgid "/old-location.htm|http://some.com/new-destination/|0|1"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../page_post_redirect_plugin.php:963
|
343 |
msgid "/dontate/|http://example.com/destination/|1|1"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../page_post_redirect_plugin.php:965
|
347 |
msgid "IMPORTANT:"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../page_post_redirect_plugin.php:965
|
351 |
msgid ""
|
352 |
"Make Sure any destination URLs that have a PIPE in the querystring data are "
|
353 |
"URL encoded before adding them!"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: ../page_post_redirect_plugin.php:972
|
357 |
msgid "ADD TO Current Quick Redirects"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: ../page_post_redirect_plugin.php:990
|
361 |
msgid "All Quick Redirects deleted from database."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: ../page_post_redirect_plugin.php:991
|
365 |
msgid "All Individual Redirects deleted from database."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: ../page_post_redirect_plugin.php:994
|
369 |
msgid "All Redirects and Settings deleted from database"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: ../page_post_redirect_plugin.php:995
|
373 |
msgid ""
|
374 |
"There was an problem with your last request. Please reload the page and try "
|
375 |
"again."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: ../page_post_redirect_plugin.php:999
|
379 |
msgid "Quick Page Post Redirect Options"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: ../page_post_redirect_plugin.php:1028
|
383 |
msgid "Basic Settings"
|
384 |
msgstr ""
|
385 |
|
386 |
# Custom Post Types text here should match WordPress' name for Custom Post Types.
|
387 |
+
#: ../page_post_redirect_plugin.php:1031
|
388 |
msgid "Use with Custom Post Types?"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../page_post_redirect_plugin.php:1035
|
392 |
msgid "Hide"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../page_post_redirect_plugin.php:1035
|
396 |
msgid "meta box for following Post Types:"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../page_post_redirect_plugin.php:1057
|
400 |
msgid "Show Column Headers?"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../page_post_redirect_plugin.php:1058
|
404 |
msgid "Show Columns on list pages for set up redirects."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../page_post_redirect_plugin.php:1062
|
408 |
msgid "Use jQuery?"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../page_post_redirect_plugin.php:1063
|
412 |
msgid ""
|
413 |
"Increases effectiveness of plugin. If you have a jQuery conflict, try "
|
414 |
"turning this off."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../page_post_redirect_plugin.php:1063
|
418 |
msgid "Uses jQuery to add the \"New Window\" and \"No Follow\" attributes to links."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../page_post_redirect_plugin.php:1069
|
422 |
msgid "Master Override Options"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../page_post_redirect_plugin.php:1069
|
426 |
msgid ""
|
427 |
"<strong>NOTE: </strong>The below settings will override all individual "
|
428 |
"settings."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: ../page_post_redirect_plugin.php:1072
|
432 |
msgid "Turn OFF all Redirects?"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: ../page_post_redirect_plugin.php:1073
|
436 |
msgid "Basically the same as having no redirects set up."
|
437 |
msgstr ""
|
438 |
|
439 |
# keep code text untranslated.
|
440 |
+
#: ../page_post_redirect_plugin.php:1076
|
441 |
msgid "Make ALL Redirects have <code>rel=\"nofollow\"</code>?"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: ../page_post_redirect_plugin.php:1077 ../page_post_redirect_plugin.php:1081
|
445 |
msgid "Requires \"use jQuery\" option to work with Quick Redirects."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../page_post_redirect_plugin.php:1080
|
449 |
msgid "Make ALL Redirects open in a New Window?"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../page_post_redirect_plugin.php:1084
|
453 |
msgid "Make ALL Redirects this type:"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../page_post_redirect_plugin.php:1086
|
457 |
msgid "Use Individual Settings"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../page_post_redirect_plugin.php:1087
|
461 |
msgid "Permanant Redirect"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../page_post_redirect_plugin.php:1088 ../page_post_redirect_plugin.php:1089
|
465 |
msgid "Temporary Redirect"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: ../page_post_redirect_plugin.php:1090
|
469 |
msgid "Meta Refresh Redirect"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: ../page_post_redirect_plugin.php:1092
|
473 |
msgid "(This will also override Quick Redirects)"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: ../page_post_redirect_plugin.php:1096
|
477 |
msgid "Make ALL redirects Case Sensitive?"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../page_post_redirect_plugin.php:1097
|
481 |
msgid "Makes URLs CaSe SensiTivE - i.e., /somepage/ DOES NOT EQUAL /SoMEpaGe/"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../page_post_redirect_plugin.php:1100
|
485 |
msgid "Make ALL Redirects go to this URL:"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../page_post_redirect_plugin.php:1101
|
489 |
msgid "Use full URL including <code>http://</code>."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: ../page_post_redirect_plugin.php:1104
|
493 |
msgid "Rewrite ALL Redirects URLs to Show in LINK?"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../page_post_redirect_plugin.php:1105
|
497 |
msgid ""
|
498 |
"Makes link show redirect URL instead of the original URL. Will only work on "
|
499 |
"Quick Redirects if the \"Use jQuery\" option is set."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../page_post_redirect_plugin.php:1111
|
503 |
msgid "Plugin Clean Up"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../page_post_redirect_plugin.php:1111
|
507 |
msgid ""
|
508 |
"<strong>NOTE: </strong>This will DELETE all redirects - so be careful with "
|
509 |
"this."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: ../page_post_redirect_plugin.php:1114
|
513 |
msgid "Delete Redirects?"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: ../page_post_redirect_plugin.php:1116
|
517 |
msgid "Delete All Individual Redirects"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: ../page_post_redirect_plugin.php:1117
|
521 |
msgid "Delete all Quick Redirects"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: ../page_post_redirect_plugin.php:1118
|
525 |
msgid ""
|
526 |
"Individual Redirects are redirects set up on individual pages or posts when "
|
527 |
"in the editing screen. The Quick Redirects are set up on the Quick Redirects "
|
528 |
"page."
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../page_post_redirect_plugin.php:1122
|
532 |
msgid "Delete ALL Redirects & Settings?"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: ../page_post_redirect_plugin.php:1124
|
536 |
msgid "Delete ALL Redirects AND Settings"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: ../page_post_redirect_plugin.php:1125
|
540 |
msgid ""
|
541 |
"All Redirects and Settings will be removed from the database. This can NOT "
|
542 |
"be undone!"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../page_post_redirect_plugin.php:1129 ../page_post_redirect_plugin.php:2329
|
546 |
msgid "Save Changes"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: ../page_post_redirect_plugin.php:1171
|
550 |
msgid "Examples"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: ../page_post_redirect_plugin.php:1176
|
554 |
msgid "Troubleshooting"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../page_post_redirect_plugin.php:1179
|
558 |
msgid "IMPORTANT TROUBLESHOOTING NOTES:"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: ../page_post_redirect_plugin.php:1181
|
562 |
msgid ""
|
563 |
"At this time the New Window (NW) and No Follow (NF) features will not work "
|
564 |
"for Quick Redirects unless \"Use jQuery\" is enabled in the options."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: ../page_post_redirect_plugin.php:1182
|
568 |
msgid ""
|
569 |
"It is recommended that the <b>Request URL</b> be relative to the ROOT "
|
570 |
"directory and contain the <code>/</code> at the beginning."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: ../page_post_redirect_plugin.php:1183
|
574 |
msgid ""
|
575 |
"If you do use the domain name in the Request URL field, make sure it matches "
|
576 |
"your site's domain style and protocol. For example, if your site uses \"www\" "
|
579 |
"domain and protocol are"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../page_post_redirect_plugin.php:1184
|
583 |
msgid ""
|
584 |
"If you are having issues with the link not redirecting on a SSL site with "
|
585 |
"mixed SSL (meaning links can be either SSL or non SSL), try adding two "
|
586 |
"redirects, one with and one without the SSL protocol."
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: ../page_post_redirect_plugin.php:1185
|
590 |
msgid ""
|
591 |
"The <b>Destination</b> field can be any valid URL or relative path (from "
|
592 |
"root), for example"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: ../page_post_redirect_plugin.php:1186
|
596 |
msgid ""
|
597 |
"In order for NW (open in a new window) or NF (rel=\"nofollow\") options to "
|
598 |
"work with Quick Redirects, you need to have:"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: ../page_post_redirect_plugin.php:1188
|
602 |
msgid "\"Use jQuery?\" option selected in the settings page"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: ../page_post_redirect_plugin.php:1189
|
606 |
msgid ""
|
607 |
"A link that uses the request url SOMEWHERE in your site page - i.e., in a "
|
608 |
"menu, content, sidebar, etc."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: ../page_post_redirect_plugin.php:1190
|
612 |
msgid ""
|
613 |
"The open in a new window or nofollow settings will not happen if someone "
|
614 |
"just types the old link in the URL or if they come from a bookmark or link "
|
618 |
"work."
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../page_post_redirect_plugin.php:1200
|
622 |
msgid "You can export redirects in two formats - Encoded or Delimited."
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: ../page_post_redirect_plugin.php:1210
|
626 |
msgid "Load Content?"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: ../page_post_redirect_plugin.php:1211
|
630 |
msgid ""
|
631 |
"Use the <strong>Load Content?</strong> option to allow the page content to "
|
632 |
"load as normal or to only load a blank page or the content provided in the "
|
633 |
"<strong>Page Content</strong> section. "
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../page_post_redirect_plugin.php:1212
|
637 |
msgid ""
|
638 |
"If checked, all of the original content will load, so keep this in mind when "
|
639 |
"setting the <strong>Redirect Seconds</strong> - if set too low, the page "
|
640 |
"will not compeletely load. "
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: ../page_post_redirect_plugin.php:1216 ../page_post_redirect_plugin.php:2307
|
644 |
msgid "Redirect Seconds"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: ../page_post_redirect_plugin.php:1217
|
648 |
msgid ""
|
649 |
"Enter the nuber of seconds to wait before the redirect happens. Enter 0 to "
|
650 |
"have an instant redirect*."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: ../page_post_redirect_plugin.php:1218
|
654 |
msgid ""
|
655 |
"*Keep in mind that the redirect seconds will start counting only AFTER the "
|
656 |
"<strong>Redirect Trigger</strong> element is loaded - so 0 may be slightly "
|
658 |
"trigger happens."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: ../page_post_redirect_plugin.php:1222 ../page_post_redirect_plugin.php:2311
|
662 |
msgid "Redirect Trigger"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../page_post_redirect_plugin.php:1223
|
666 |
msgid ""
|
667 |
"The class or id or tag name of the element to load before the redirect "
|
668 |
"starts counting down. If nothing is used, it will default to the body tag as "
|
669 |
"a trigger."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../page_post_redirect_plugin.php:1224
|
673 |
msgid ""
|
674 |
"If you use a class, the class name should have the \".\" in the name, i.e., "
|
675 |
"<strong>.my-class-name</strong>"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../page_post_redirect_plugin.php:1225
|
679 |
msgid ""
|
680 |
"If you use an id, the id should have the \"#\" in the name, i.e., <strong>#my-"
|
681 |
"id-name</strong>."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../page_post_redirect_plugin.php:1226
|
685 |
msgid ""
|
686 |
"If you use a tag name, the name should NOT have the \"<\" or \">\" "
|
687 |
"characters in the name, i.e., <body> would just be "
|
688 |
"<strong>body</strong>."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../page_post_redirect_plugin.php:1227
|
692 |
msgid ""
|
693 |
"Do not use a tag name that is common, like \"a\" or \"div\" as it will trigger "
|
694 |
"on all events."
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: ../page_post_redirect_plugin.php:1231 ../page_post_redirect_plugin.php:2315
|
698 |
msgid "Append Content To"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../page_post_redirect_plugin.php:1232
|
702 |
msgid ""
|
703 |
"The class, id or tag name that you want the content in the <strong>Page "
|
704 |
"Content</strong> to be loading into."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../page_post_redirect_plugin.php:1233
|
708 |
msgid ""
|
709 |
"If you are loading the content of the page, use an existing class or id for "
|
710 |
"an existing element (i.e., .page-content) so your additional page content "
|
711 |
"(if any) is loaded into that element."
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../page_post_redirect_plugin.php:1234
|
715 |
msgid ""
|
716 |
"When no class, id or tag name is used, the <strong>body</strong> tag will be "
|
717 |
"used."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: ../page_post_redirect_plugin.php:1238 ../page_post_redirect_plugin.php:2319
|
721 |
msgid "Page Content"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../page_post_redirect_plugin.php:1239
|
725 |
msgid ""
|
726 |
"This is your page content you want to add. If you have a \"tracking pixel\" "
|
727 |
"script or image tag you want to use, add it here."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../page_post_redirect_plugin.php:1240
|
731 |
msgid ""
|
732 |
"A good example of use, is adding a tracking script (or Facebook Conversion "
|
733 |
"Pixel) to the <strong>Page Content box</strong> and unchecking the "
|
737 |
"Trigger</strong> to \"body\"."
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../page_post_redirect_plugin.php:1241
|
741 |
msgid ""
|
742 |
"Additionally, you can add the redirect counter to the page by adding the "
|
743 |
"code sample under the <strong>Page Content</strong> box."
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../page_post_redirect_plugin.php:1249
|
747 |
msgid "Quick Redirects (301 Redirects)"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: ../page_post_redirect_plugin.php:1260
|
751 |
msgid ""
|
752 |
"The <code>Use jQuery?</code> option is turned off in the settings.<br/>In "
|
753 |
"order to use <strong>NW</strong> (open in a new window) or "
|
755 |
"must have it enabled."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: ../page_post_redirect_plugin.php:1261 ../page_post_redirect_plugin.php:1266
|
759 |
msgid "hide this message"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: ../page_post_redirect_plugin.php:1265
|
763 |
msgid ""
|
764 |
"To use the <strong>NW</strong> (open in a new window) <strong>NF</strong> "
|
765 |
"(nofollow) options, check the appropriate option and update when adding "
|
768 |
"enabled in the plugin settings."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: ../page_post_redirect_plugin.php:1269
|
772 |
msgid ""
|
773 |
"Quick Redirects are useful when you have links from an old site that now "
|
774 |
"come up 404 Not Found, and you need to have them redirect to a new location "
|
778 |
"just to use the individual Page/Post Redirect option."
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: ../page_post_redirect_plugin.php:1270
|
782 |
msgid ""
|
783 |
"To add Quick Redirects, put the URL for the redirect in the <strong>Request "
|
784 |
"URL</strong> field, and the URL it should be redirected to in the "
|
787 |
"icon."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../page_post_redirect_plugin.php:1271
|
791 |
msgid ""
|
792 |
"See 'HELP' in the upper right corner, for troubleshooting problems and "
|
793 |
"example redirects."
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: ../page_post_redirect_plugin.php:1277 ../page_post_redirect_plugin.php:1320
|
797 |
msgid "Add New Redirects"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../page_post_redirect_plugin.php:1280 ../page_post_redirect_plugin.php:1329
|
801 |
msgid "Request URL"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: ../page_post_redirect_plugin.php:1282 ../page_post_redirect_plugin.php:1331
|
805 |
msgid "Destination URL"
|
806 |
msgstr ""
|
807 |
|
808 |
# Stands for 'New Window'
|
809 |
+
#: ../page_post_redirect_plugin.php:1283 ../page_post_redirect_plugin.php:1332
|
810 |
msgid "NW"
|
811 |
msgstr ""
|
812 |
|
813 |
# Stands for 'No Follow'
|
814 |
+
#: ../page_post_redirect_plugin.php:1284 ../page_post_redirect_plugin.php:1333
|
815 |
msgid "NF"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../page_post_redirect_plugin.php:1292 ../page_post_redirect_plugin.php:1301 ..
|
819 |
+
#: /page_post_redirect_plugin.php:1310 ../page_post_redirect_plugin.php:1342
|
820 |
msgid "open in a New Window"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: ../page_post_redirect_plugin.php:1293 ../page_post_redirect_plugin.php:1302 ..
|
824 |
+
#: /page_post_redirect_plugin.php:1311 ../page_post_redirect_plugin.php:1343
|
825 |
msgid "add No Follow"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: ../page_post_redirect_plugin.php:1316
|
829 |
msgid ""
|
830 |
"New Window(NW) and NoFollow(NF) functionality not available unless \"Use with "
|
831 |
"jQuery\" is set in the options."
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: ../page_post_redirect_plugin.php:1326
|
835 |
msgid "Existing Redirects"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../page_post_redirect_plugin.php:1344
|
839 |
msgid "Save"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: ../page_post_redirect_plugin.php:1345
|
843 |
msgid "Cancel"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: ../page_post_redirect_plugin.php:1386
|
847 |
msgid "Edit"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../page_post_redirect_plugin.php:1387
|
851 |
msgid "Delete"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../page_post_redirect_plugin.php:1395
|
855 |
msgid "No Quick Redirects."
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../page_post_redirect_plugin.php:1545
|
859 |
msgid ""
|
860 |
"An error occured during the file upload. Please fix your server "
|
861 |
"configuration and retry."
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: ../page_post_redirect_plugin.php:1545 ../page_post_redirect_plugin.php:1611
|
865 |
msgid "SERVER ERROR - Could Not Load"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596
|
869 |
msgid ""
|
870 |
"This does not look like a Quick Page Post Redirect file - it is possibly "
|
871 |
"damaged or corrupt."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: ../page_post_redirect_plugin.php:1590 ../page_post_redirect_plugin.php:1596 ..
|
875 |
+
#: /page_post_redirect_plugin.php:1625
|
876 |
msgid "ERROR - Not a valid File"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: ../page_post_redirect_plugin.php:1611
|
880 |
msgid ""
|
881 |
"An error occured during the file upload. It might me that the file is too "
|
882 |
"large or you do not have the premissions to write to the temporary upload "
|
883 |
"directory. Please fix your server configuration and retry."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: ../page_post_redirect_plugin.php:1625
|
887 |
msgid ""
|
888 |
"This does not look like the file is in the correct format - it is possibly "
|
889 |
"damaged or corrupt.<br/>Be sure the redirects are 1 per line and the "
|
890 |
"redirect and destination are seperated by a PIPE (|), COMMA (,) or a TAB."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: ../page_post_redirect_plugin.php:1663
|
894 |
msgid ""
|
895 |
"It does not look like there are any valid items to import - check the file "
|
896 |
"and try again."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: ../page_post_redirect_plugin.php:1663
|
900 |
msgid "ERROR - No Valid items to add."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: ../page_post_redirect_plugin.php:1727
|
904 |
msgid "Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: ../page_post_redirect_plugin.php:1733 ../page_post_redirect_plugin.php:1795
|
908 |
msgid "Quick Redirects"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: ../page_post_redirect_plugin.php:1734
|
912 |
msgid "FAQ"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../page_post_redirect_plugin.php:1735
|
916 |
msgid "Donate"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../page_post_redirect_plugin.php:1753
|
920 |
msgid "Make Redirect <strong>Active</strong>."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: ../page_post_redirect_plugin.php:1753
|
924 |
msgid "Check to turn on or redirect will not work."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: ../page_post_redirect_plugin.php:1754
|
928 |
msgid "Open in a <strong>new window.</strong>"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: ../page_post_redirect_plugin.php:1754 ../page_post_redirect_plugin.php:1755
|
932 |
msgid "To increase effectivness, select \"Use jQuery\" in the options."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: ../page_post_redirect_plugin.php:1755
|
936 |
msgid "Add <strong>rel=\"nofollow\"</strong> to link."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: ../page_post_redirect_plugin.php:1756
|
940 |
msgid "<strong>Show</strong> Redirect URL in link."
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: ../page_post_redirect_plugin.php:1756
|
944 |
msgid ""
|
945 |
"To increase effectivness, select \"Use jQuery\" in the options. This will only "
|
946 |
"change the URL in the link <strong>NOT</strong> the URL in the Address bar."
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: ../page_post_redirect_plugin.php:1758
|
950 |
msgid "Redirect / Destination URL:"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: ../page_post_redirect_plugin.php:1759
|
954 |
msgid ""
|
955 |
"(i.e., <strong>http://example.com</strong> or <strong>/somepage/</strong> or "
|
956 |
"<strong>p=15</strong> or <strong>155</strong>. Use <b>FULL URL</b> "
|
958 |
"redirects.)"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: ../page_post_redirect_plugin.php:1760
|
962 |
msgid "Type of Redirect:"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: ../page_post_redirect_plugin.php:1782
|
966 |
msgid "Permanent"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: ../page_post_redirect_plugin.php:1783 ../page_post_redirect_plugin.php:1784
|
970 |
msgid "Temporary"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: ../page_post_redirect_plugin.php:1785
|
974 |
msgid "Meta Redirect"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: ../page_post_redirect_plugin.php:1786
|
978 |
msgid "Default is 301 (Permanent Redirect)."
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: ../page_post_redirect_plugin.php:1793
|
982 |
msgid "Redirect Seconds (ONLY for meta redirects)."
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: ../page_post_redirect_plugin.php:1793
|
986 |
msgid "Leave blank to use options setting. 0 = instant."
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: ../page_post_redirect_plugin.php:1795
|
990 |
msgid ""
|
991 |
"<strong>NOTE:</strong> For a Page or Post (or Custom Post) Redirect to work, "
|
992 |
"it may need to be published first and then saved again as a Draft. If you do "
|
993 |
"not already have a page/post created you can add a 'Quick' redirect using the"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: ../page_post_redirect_plugin.php:1795
|
997 |
msgid "method."
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: ../page_post_redirect_plugin.php:2295
|
1001 |
msgid "Meta Redirect Settings"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: ../page_post_redirect_plugin.php:2296
|
1005 |
msgid "Settings Updated"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: ../page_post_redirect_plugin.php:2297
|
1009 |
msgid ""
|
1010 |
"This section is for updating options for redirects that use the \"meta "
|
1011 |
"refresh\" funcitonality for redirecting."
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: ../page_post_redirect_plugin.php:2298
|
1015 |
msgid ""
|
1016 |
"Using the setting below, you can add elements or a message to the page that "
|
1017 |
"is loaded before tht redirect, or just allow the page to load as normal "
|
1018 |
"until the redirect reaches the number of seconds you have set below."
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: ../page_post_redirect_plugin.php:2303
|
1022 |
msgid "Load Page Content?"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: ../page_post_redirect_plugin.php:2304
|
1026 |
msgid ""
|
1027 |
"Check if you want the normal page to load before redirect happens (if "
|
1028 |
"redirect is 0 seconds, it may not load fully)."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: ../page_post_redirect_plugin.php:2308
|
1032 |
msgid "instant"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: ../page_post_redirect_plugin.php:2308
|
1036 |
msgid ""
|
1037 |
"would redirect 10 seconds after the required element is loaded (i.e., body "
|
1038 |
"or an element with a specific class). *Intsant will still have a 'slight' "
|
1040 |
"individual pages will override this setting."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: ../page_post_redirect_plugin.php:2312
|
1044 |
#, php-format
|
1045 |
msgid ""
|
1046 |
"The %1$s, %2$s or tag name of the element you want to load before triggering "
|
1050 |
"use %6$s or %7$s."
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: ../page_post_redirect_plugin.php:2316
|
1054 |
#, php-format
|
1055 |
msgid ""
|
1056 |
"The %1$s, %2$s or tag name of the element you want the content to load into "
|
1057 |
"when the page loads."
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: ../page_post_redirect_plugin.php:2320
|
1061 |
#, php-format
|
1062 |
msgid ""
|
1063 |
"Be sure to include a tag with your class or ID or tag name (entered above) "
|
1067 |
"shown."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: ../page_post_redirect_plugin.php:2320
|
1071 |
msgid "Add your content below"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: ../page_post_redirect_plugin.php:2322
|
1075 |
msgid "To use a counter, add the following:"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: ../page_post_redirect_plugin.php:2324
|
1079 |
msgid "The \"%1$\" will be replaced with the actual seconds."
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../page_post_redirect_plugin.php:2347
|
1083 |
msgid "You have the Addon Plugin"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: ../page_post_redirect_plugin.php:2347
|
1087 |
msgid "activated. This plugin's functionality is now built into the parent"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: ../page_post_redirect_plugin.php:2347
|
1091 |
msgid "so you no longer need to have the addon plugin installed."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: ../page_post_redirect_plugin.php:2348
|
1095 |
msgid ""
|
1096 |
"The plugin will be deactivated now to prevent conflicts. You may delete it "
|
1097 |
"if you desire."
|
page_post_redirect_plugin.php
CHANGED
@@ -6,7 +6,7 @@ Description: Redirect Pages, Posts or Custom Post Types to another location quic
|
|
6 |
Author: Don Fischer
|
7 |
Author URI: http://www.fischercreativemedia.com/
|
8 |
Donate link: http://www.fischercreativemedia.com/donations/
|
9 |
-
Version: 5.1.
|
10 |
Text Domain: quick-pagepost-redirect-plugin
|
11 |
Domain Path: /lang
|
12 |
License: GPLv2 or later
|
@@ -71,7 +71,7 @@ class quick_page_post_reds {
|
|
71 |
public $pprptypes_ok;
|
72 |
|
73 |
function __construct() {
|
74 |
-
$this->ppr_curr_version = '5.1.
|
75 |
$this->ppr_nofollow = array();
|
76 |
$this->ppr_newindow = array();
|
77 |
$this->ppr_url = array();
|
@@ -135,11 +135,28 @@ class quick_page_post_reds {
|
|
135 |
add_filter( 'post_link', array( $this, 'ppr_filter_page_links' ), 20, 2 ); // hook into post_link function
|
136 |
add_filter( 'post_type_link', array( $this, 'ppr_filter_page_links' ), 20, 2 ); // hook into custom post type link function
|
137 |
add_filter( 'get_permalink', array( $this, 'ppr_filter_links' ), 20, 2 ); // hook into get_permalink function
|
|
|
138 |
}
|
139 |
|
140 |
if( $this->pprshowcols == '1')
|
141 |
add_filter( 'pre_get_posts', array( $this,'add_custom_columns' ) ); // add custom columns
|
142 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
/**
|
144 |
* Load plugin textdomain.
|
145 |
*
|
@@ -2021,14 +2038,7 @@ class quick_page_post_reds {
|
|
2021 |
}
|
2022 |
return $newmenu;
|
2023 |
}
|
2024 |
-
|
2025 |
-
$finalQS = str_replace( '&','&', $finalQS);
|
2026 |
-
if( (strpos( $finalQS, 'name=' ) !== false && strpos( $finalQS, 'id=' ) !== false)){
|
2027 |
-
if( strpos( $finalQS, '.asp' ) === false)
|
2028 |
-
return $finalQS.'.asp';
|
2029 |
-
}
|
2030 |
-
return $finalQS;
|
2031 |
-
}
|
2032 |
function redirect(){
|
2033 |
//bypass for testing.
|
2034 |
if(isset($_GET['action']) && $_GET['action'] == 'no-redirect' )
|
@@ -2052,12 +2062,12 @@ class quick_page_post_reds {
|
|
2052 |
$userrequest = preg_replace('/\?.*/', '', $userrequest);
|
2053 |
// end patch
|
2054 |
//end QS preservation
|
2055 |
-
|
2056 |
-
|
2057 |
$needle = $this->pproverride_casesensitive ? $userrequest : strtolower($userrequest);
|
2058 |
$haystack = $this->pproverride_casesensitive ? $this->quickppr_redirects : array_change_key_case($this->quickppr_redirects);
|
2059 |
$getAddrNeedle = $this->pproverride_casesensitive ? $getAddress : strtolower($getAddress);
|
2060 |
$getQAddrNeedle = $this->pproverride_casesensitive ? str_replace( $getQAddress, '', $getAddrNeedle ) : strtolower(str_replace( $getQAddress, '', $getAddrNeedle ));
|
|
|
2061 |
$finalQS = $this->pproverride_casesensitive ? $finalQS : strtolower( $finalQS ); //added 5.1.4 to fix URL needle being converted to lower, but not Query (as it never matches unless user enters lower)
|
2062 |
$finalQS = apply_filters( 'appip_filter_testing_finalQS', $finalQS, $needle, $haystack); // added 5.1.4 to allow filtering of QS data prior to matching.
|
2063 |
$index = false;
|
@@ -2107,6 +2117,7 @@ class quick_page_post_reds {
|
|
2107 |
//checks if needle (request URL) just is missing the ending / but the redirect is set up with it.
|
2108 |
$index = $needle . '/';
|
2109 |
}
|
|
|
2110 |
|
2111 |
if($index != false && $index != ''){
|
2112 |
// Finally, if we have a matched request URL, get ready to redirect.
|
@@ -2128,14 +2139,16 @@ class quick_page_post_reds {
|
|
2128 |
// action to allow take over.
|
2129 |
do_action( 'qppr_redirect', $useURL, $qpprRedType );
|
2130 |
|
2131 |
-
|
2132 |
-
|
2133 |
-
$
|
2134 |
-
|
2135 |
-
|
2136 |
-
|
2137 |
-
|
2138 |
-
|
|
|
|
|
2139 |
}
|
2140 |
}
|
2141 |
}
|
6 |
Author: Don Fischer
|
7 |
Author URI: http://www.fischercreativemedia.com/
|
8 |
Donate link: http://www.fischercreativemedia.com/donations/
|
9 |
+
Version: 5.1.5
|
10 |
Text Domain: quick-pagepost-redirect-plugin
|
11 |
Domain Path: /lang
|
12 |
License: GPLv2 or later
|
71 |
public $pprptypes_ok;
|
72 |
|
73 |
function __construct() {
|
74 |
+
$this->ppr_curr_version = '5.1.5';
|
75 |
$this->ppr_nofollow = array();
|
76 |
$this->ppr_newindow = array();
|
77 |
$this->ppr_url = array();
|
135 |
add_filter( 'post_link', array( $this, 'ppr_filter_page_links' ), 20, 2 ); // hook into post_link function
|
136 |
add_filter( 'post_type_link', array( $this, 'ppr_filter_page_links' ), 20, 2 ); // hook into custom post type link function
|
137 |
add_filter( 'get_permalink', array( $this, 'ppr_filter_links' ), 20, 2 ); // hook into get_permalink function
|
138 |
+
add_filter( 'redirect_canonical', array( $this, 'wordpress_no_guess_canonical' ) ); // stops 404 on canonical redirect as of 5.1.5
|
139 |
}
|
140 |
|
141 |
if( $this->pprshowcols == '1')
|
142 |
add_filter( 'pre_get_posts', array( $this,'add_custom_columns' ) ); // add custom columns
|
143 |
}
|
144 |
+
/*
|
145 |
+
* Try to stop canonical redirect on 404 before quick redirect can happen.
|
146 |
+
* if a redirect is found, returns URL otherwise returns original url.
|
147 |
+
*
|
148 |
+
* @since 5.1.5
|
149 |
+
*/
|
150 |
+
function wordpress_no_guess_canonical( $redirect_url ){
|
151 |
+
if ( is_404() ) {
|
152 |
+
$redirects = get_option( 'quickppr_redirects', array() );
|
153 |
+
$request_URI = isset( $_SERVER['REQUEST_URI'] ) ? rtrim( $_SERVER['REQUEST_URI'], '/' ) . '/' : '';
|
154 |
+
if( isset( $redirects[$request_URI] ) && !empty( $redirects[$request_URI] ) )
|
155 |
+
return $redirects[$request_URI];
|
156 |
+
}
|
157 |
+
return $redirect_url;
|
158 |
+
}
|
159 |
+
|
160 |
/**
|
161 |
* Load plugin textdomain.
|
162 |
*
|
2038 |
}
|
2039 |
return $newmenu;
|
2040 |
}
|
2041 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2042 |
function redirect(){
|
2043 |
//bypass for testing.
|
2044 |
if(isset($_GET['action']) && $_GET['action'] == 'no-redirect' )
|
2062 |
$userrequest = preg_replace('/\?.*/', '', $userrequest);
|
2063 |
// end patch
|
2064 |
//end QS preservation
|
2065 |
+
|
|
|
2066 |
$needle = $this->pproverride_casesensitive ? $userrequest : strtolower($userrequest);
|
2067 |
$haystack = $this->pproverride_casesensitive ? $this->quickppr_redirects : array_change_key_case($this->quickppr_redirects);
|
2068 |
$getAddrNeedle = $this->pproverride_casesensitive ? $getAddress : strtolower($getAddress);
|
2069 |
$getQAddrNeedle = $this->pproverride_casesensitive ? str_replace( $getQAddress, '', $getAddrNeedle ) : strtolower(str_replace( $getQAddress, '', $getAddrNeedle ));
|
2070 |
+
$finalQS = str_replace( '&','&', $finalQS);
|
2071 |
$finalQS = $this->pproverride_casesensitive ? $finalQS : strtolower( $finalQS ); //added 5.1.4 to fix URL needle being converted to lower, but not Query (as it never matches unless user enters lower)
|
2072 |
$finalQS = apply_filters( 'appip_filter_testing_finalQS', $finalQS, $needle, $haystack); // added 5.1.4 to allow filtering of QS data prior to matching.
|
2073 |
$index = false;
|
2117 |
//checks if needle (request URL) just is missing the ending / but the redirect is set up with it.
|
2118 |
$index = $needle . '/';
|
2119 |
}
|
2120 |
+
$index = apply_filters('qppr_filter_quickredirect_index', $index, $finalQS);
|
2121 |
|
2122 |
if($index != false && $index != ''){
|
2123 |
// Finally, if we have a matched request URL, get ready to redirect.
|
2139 |
// action to allow take over.
|
2140 |
do_action( 'qppr_redirect', $useURL, $qpprRedType );
|
2141 |
|
2142 |
+
if( $useURL != '' ){
|
2143 |
+
// and now the redirect (meta or type set).
|
2144 |
+
if( $qpprRedType == 'meta' ){
|
2145 |
+
$this->ppr_metaurl = $useURL;
|
2146 |
+
$this->ppr_addmetatohead_theme();
|
2147 |
+
}else{
|
2148 |
+
header('RedirectType: Quick Page Post Redirect - Quick');
|
2149 |
+
wp_redirect( $useURL, $qpprRedType );
|
2150 |
+
exit();
|
2151 |
+
}
|
2152 |
}
|
2153 |
}
|
2154 |
}
|
readme.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
=== Quick Page/Post Redirect Plugin ===
|
2 |
-
Contributors:
|
3 |
-
Donate link: http://www.fischercreativemedia.com/donations/
|
4 |
Tags: redirect, 301, 302, meta, plugin, forward, nofollow, posts, pages, 404, custom post types, nav menu
|
|
|
5 |
Requires at least: 4.0
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Tested up to: 4.3.1
|
9 |
-
Stable tag: 5.1.
|
10 |
|
11 |
Easily redirect pages/posts or custom post types to another page/post or external URL by specifying the redirect URL and type (301, 302, 307, meta).
|
12 |
|
13 |
== Description ==
|
14 |
-
**Current Version 5.1.
|
15 |
|
16 |
This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**:
|
17 |
|
@@ -59,7 +59,7 @@ This plugin is not compatible with WordPress versions less than 4.0. Requires PH
|
|
59 |
* If your site uses mixes SSL, use relative links whenever possible (i.e., '/my-page/'). The plugin is designed to detect the incoming protocol and try to apply the appropriate protocol to the destination URL.
|
60 |
* Links in page/post content and links that are created using get_permalink() or the_permalink() will not open in a new window or add the rel=nofollow UNLESS you have the **Use jQuery?** option set.
|
61 |
* If your page or post is not redirecting, this is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. Many times a plugin or bad code is the culprit.
|
62 |
-
* We try to test the plugin in many popular themes and alongside popular plugins. In our experience, (with exception to a few bugs from time to time) many times another plugin is the cause of the issues - or a customized theme. If you do notice a problem, please let us know at
|
63 |
* Check the FAQs/Help located in the Plugin menu for more up to date issues and fixes.
|
64 |
|
65 |
== Installation ==
|
@@ -90,7 +90,7 @@ FINALLY - if you are not using a permalink structure of some sort, it is recomme
|
|
90 |
|
91 |
If your page or post is still not redirecting, then it is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. many time a plugin or bad code is the culprit - or the redirect is just simply turned off.
|
92 |
|
93 |
-
We have tested the plugin in dozens of themes and a whole lot more plugins. In our experience, (with exception to a few bugs) many times another plugin or the theme scripting is the problem. If you do notice a problem, please let us know at
|
94 |
|
95 |
= Should I use a full URL with http:// or https:// ? =
|
96 |
Yes, you can, but you do not always need to. If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is not needed. When in doubt, use the entire URL. For Quick Redirects, it is recommended that you use relative URLs whenever possible.
|
@@ -181,7 +181,11 @@ NO it isn't! Check the plugin FAQs/Help page for a more up to date list of Frequ
|
|
181 |
= TODO =
|
182 |
* THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES.
|
183 |
* Add New Window and No Follow to links where the URL has been rewritten. Currently if you rewrite the URL neither will work as they are referenced with the original URL, not the rewrite.
|
184 |
-
|
|
|
|
|
|
|
|
|
185 |
|
186 |
= 5.1.4 =
|
187 |
* **Feature Addition:** Added filter to Meta Box call to allow people to adjust context and priority if they choose. See filters-hooks-helper_funcitons.txt in plugin folder for usage. Thanks [mdmoreau](https://wordpress.org/support/profile/mdmoreau) for the suggestion!
|
@@ -364,5 +368,5 @@ NO it isn't! Check the plugin FAQs/Help page for a more up to date list of Frequ
|
|
364 |
* Initial Plugin creation (7/1/2009)
|
365 |
|
366 |
== Upgrade Notice ==
|
367 |
-
= 5.1.
|
368 |
-
* Fixes
|
1 |
=== Quick Page/Post Redirect Plugin ===
|
2 |
+
Contributors: anadnet
|
|
|
3 |
Tags: redirect, 301, 302, meta, plugin, forward, nofollow, posts, pages, 404, custom post types, nav menu
|
4 |
+
Donate Link:
|
5 |
Requires at least: 4.0
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Tested up to: 4.3.1
|
9 |
+
Stable tag: 5.1.5
|
10 |
|
11 |
Easily redirect pages/posts or custom post types to another page/post or external URL by specifying the redirect URL and type (301, 302, 307, meta).
|
12 |
|
13 |
== Description ==
|
14 |
+
**Current Version 5.1.5**
|
15 |
|
16 |
This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**:
|
17 |
|
59 |
* If your site uses mixes SSL, use relative links whenever possible (i.e., '/my-page/'). The plugin is designed to detect the incoming protocol and try to apply the appropriate protocol to the destination URL.
|
60 |
* Links in page/post content and links that are created using get_permalink() or the_permalink() will not open in a new window or add the rel=nofollow UNLESS you have the **Use jQuery?** option set.
|
61 |
* If your page or post is not redirecting, this is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. Many times a plugin or bad code is the culprit.
|
62 |
+
* We try to test the plugin in many popular themes and alongside popular plugins. In our experience, (with exception to a few bugs from time to time) many times another plugin is the cause of the issues - or a customized theme. If you do notice a problem, please let us know at info@anadnet.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem.
|
63 |
* Check the FAQs/Help located in the Plugin menu for more up to date issues and fixes.
|
64 |
|
65 |
== Installation ==
|
90 |
|
91 |
If your page or post is still not redirecting, then it is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. many time a plugin or bad code is the culprit - or the redirect is just simply turned off.
|
92 |
|
93 |
+
We have tested the plugin in dozens of themes and a whole lot more plugins. In our experience, (with exception to a few bugs) many times another plugin or the theme scripting is the problem. If you do notice a problem, please let us know at info@anadnet.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem.
|
94 |
|
95 |
= Should I use a full URL with http:// or https:// ? =
|
96 |
Yes, you can, but you do not always need to. If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is not needed. When in doubt, use the entire URL. For Quick Redirects, it is recommended that you use relative URLs whenever possible.
|
181 |
= TODO =
|
182 |
* THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES.
|
183 |
* Add New Window and No Follow to links where the URL has been rewritten. Currently if you rewrite the URL neither will work as they are referenced with the original URL, not the rewrite.
|
184 |
+
|
185 |
+
= 5.1.5 =
|
186 |
+
* **Feature Addition:** Add Canonical Redirect detection to fix potential www/non-www redirect match problems. Removed from TODO!
|
187 |
+
* **Deletion:** Took out testing code that was accidentally left in the previous version.
|
188 |
+
* **Filter Addition:** Added 'qppr_filter_quickredirect_index' filter to allow changing the the index just before the redirect. See filters-hooks-helper_funcitons.txt in plugin folder for usage.
|
189 |
|
190 |
= 5.1.4 =
|
191 |
* **Feature Addition:** Added filter to Meta Box call to allow people to adjust context and priority if they choose. See filters-hooks-helper_funcitons.txt in plugin folder for usage. Thanks [mdmoreau](https://wordpress.org/support/profile/mdmoreau) for the suggestion!
|
368 |
* Initial Plugin creation (7/1/2009)
|
369 |
|
370 |
== Upgrade Notice ==
|
371 |
+
= 5.1.5 =
|
372 |
+
* Bug Fixes.
|