Version Description
- Remove duplicate queries to help performance
- Fix compatibility issue with WPML language prefix in URL's
- Pro: Fix infinite loops with broken or missing import files
Download this release
Release Info
Developer | cartpauj |
Plugin | Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- app/models/PrliLink.php +0 -20
- i18n/pretty-link.pot +2878 -2821
- pretty-link.php +25 -6
- readme.txt +7 -2
app/models/PrliLink.php
CHANGED
@@ -313,28 +313,8 @@ class PrliLink {
|
|
313 |
|
314 |
if(preg_match($match_str, $uri, $match_val)) {
|
315 |
// Match longest slug -- this is the most common
|
316 |
-
$pretty_link_params = (isset($match_val[3])?$match_val[3]:'');
|
317 |
if( $pretty_link_found = $this->is_pretty_link_slug( $match_val[2] ) )
|
318 |
return compact('pretty_link_found');
|
319 |
-
|
320 |
-
// Trim down the matched link
|
321 |
-
$matched_link = preg_replace('#/[^/]*?$#','',$match_val[2],1);
|
322 |
-
|
323 |
-
// cycle through the links (maximum depth 25 folders so we don't get out
|
324 |
-
// of control -- that should be enough eh?) and trim the link down each time
|
325 |
-
for( $i=0; ($i < 25) and
|
326 |
-
$matched_link and
|
327 |
-
!empty($matched_link) and
|
328 |
-
$matched_link != $match_val[2]; $i++ ) {
|
329 |
-
$new_match_str ="#^{$subdir_str}({$struct})({$matched_link})(.*?)?$#";
|
330 |
-
|
331 |
-
$pretty_link_params = (isset($match_val[3])?$match_val:'');
|
332 |
-
if( $pretty_link_found = $this->is_pretty_link_slug( $match_val[2] ) )
|
333 |
-
return compact('pretty_link_found');
|
334 |
-
|
335 |
-
// Trim down the matched link and try again
|
336 |
-
$matched_link = preg_replace('#/[^/]*$#','',$match_val[2],1);
|
337 |
-
}
|
338 |
}
|
339 |
}
|
340 |
|
313 |
|
314 |
if(preg_match($match_str, $uri, $match_val)) {
|
315 |
// Match longest slug -- this is the most common
|
|
|
316 |
if( $pretty_link_found = $this->is_pretty_link_slug( $match_val[2] ) )
|
317 |
return compact('pretty_link_found');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
}
|
319 |
}
|
320 |
|
i18n/pretty-link.pot
CHANGED
@@ -1,23 +1,24 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the Pretty Links plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Pretty Links 3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pretty-link\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date:
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
-
"X-Generator: WP-CLI 2.
|
15 |
"X-Domain: pretty-link\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
-
|
19 |
#: app/controllers/PrliLinksController.php:58
|
20 |
-
#: app/controllers/PrliLinksController.php:
|
|
|
21 |
msgid "Pretty Links"
|
22 |
msgstr ""
|
23 |
|
@@ -26,5147 +27,5203 @@ msgid "https://prettylinks.com/pl/plugin-uri"
|
|
26 |
msgstr ""
|
27 |
|
28 |
#. Description of the plugin
|
29 |
-
msgid "Shrink, track and share any URL
|
30 |
msgstr ""
|
31 |
|
32 |
-
#. Author of the plugin
|
33 |
-
msgid "
|
34 |
msgstr ""
|
35 |
|
36 |
-
|
37 |
-
msgid "
|
38 |
msgstr ""
|
39 |
|
40 |
-
#:
|
41 |
-
|
42 |
-
msgid "weight:"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#:
|
46 |
-
msgid "
|
47 |
msgstr ""
|
48 |
|
49 |
-
#:
|
50 |
-
msgid "
|
51 |
msgstr ""
|
52 |
|
53 |
-
#:
|
54 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
msgstr ""
|
56 |
|
|
|
|
|
|
|
|
|
|
|
57 |
#: pro/app/helpers/PlpPostsHelper.php:61
|
58 |
#: pro/app/views/links/form.php:39
|
59 |
#: pro/app/views/links/form.php:49
|
60 |
-
#: pro/app/views/reports/split-test-report.php:28
|
61 |
-
#: pro/app/views/reports/split-test-report.php:60
|
62 |
#: pro/app/views/reports/custom-report.php:31
|
63 |
#: pro/app/views/reports/custom-report.php:64
|
64 |
-
#: app/
|
65 |
-
#: app/views/
|
66 |
-
#: app/views/clicks/list.php:4
|
67 |
-
#: app/controllers/PrliLinksController.php:478
|
68 |
-
#: app/controllers/PrliAppController.php:115
|
69 |
msgid "Clicks"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#:
|
73 |
-
|
74 |
-
#: pro/app/views/reports/split-test-report.php:61
|
75 |
-
#: pro/app/views/reports/custom-report.php:32
|
76 |
-
#: pro/app/views/reports/custom-report.php:65
|
77 |
-
msgid "Uniques"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#:
|
81 |
-
#: app/
|
82 |
-
msgid "
|
83 |
msgstr ""
|
84 |
|
85 |
-
#:
|
86 |
-
msgid "
|
87 |
msgstr ""
|
88 |
|
89 |
-
#:
|
90 |
-
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
-
#:
|
94 |
-
|
|
|
|
|
95 |
msgstr ""
|
96 |
|
97 |
-
#:
|
98 |
-
msgid "
|
99 |
msgstr ""
|
100 |
|
101 |
-
#:
|
102 |
-
msgid "
|
103 |
msgstr ""
|
104 |
|
105 |
-
#:
|
106 |
-
|
107 |
-
msgid "Enter a URL:"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#:
|
111 |
-
#:
|
112 |
-
#:
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
-
#:
|
117 |
-
|
|
|
118 |
msgstr ""
|
119 |
|
120 |
-
#:
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
125 |
-
#:
|
126 |
-
#: app/views/
|
127 |
-
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
-
#:
|
131 |
-
|
|
|
|
|
|
|
132 |
msgstr ""
|
133 |
|
134 |
-
#:
|
135 |
-
msgid "
|
136 |
msgstr ""
|
137 |
|
138 |
-
#:
|
139 |
-
msgid "
|
140 |
msgstr ""
|
141 |
|
142 |
-
#:
|
143 |
-
msgid "
|
144 |
msgstr ""
|
145 |
|
146 |
-
#:
|
147 |
-
msgid "
|
148 |
msgstr ""
|
149 |
|
150 |
-
|
151 |
-
|
|
|
152 |
msgstr ""
|
153 |
|
154 |
-
#:
|
155 |
-
msgid "
|
156 |
msgstr ""
|
157 |
|
158 |
-
#:
|
159 |
-
msgid "
|
160 |
msgstr ""
|
161 |
|
162 |
-
#:
|
163 |
-
|
164 |
-
msgid "Email"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#:
|
168 |
-
msgid "
|
169 |
msgstr ""
|
170 |
|
171 |
-
#:
|
172 |
-
msgid "
|
173 |
msgstr ""
|
174 |
|
175 |
-
#:
|
176 |
-
msgid "
|
177 |
msgstr ""
|
178 |
|
179 |
-
|
180 |
-
|
|
|
181 |
msgstr ""
|
182 |
|
183 |
-
#:
|
184 |
-
msgid "
|
185 |
msgstr ""
|
186 |
|
187 |
-
#:
|
188 |
-
msgid "
|
189 |
msgstr ""
|
190 |
|
191 |
-
#:
|
192 |
-
|
193 |
-
#: app/models/PrliClick.php:251
|
194 |
-
msgid "and"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#:
|
198 |
-
#:
|
199 |
-
#: app/views/
|
200 |
-
#: app/views/
|
201 |
-
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#:
|
205 |
-
|
206 |
-
#: pro/app/models/PlpReport.php:412
|
207 |
-
#: pro/app/models/PlpReport.php:419
|
208 |
-
#: app/views/clicks/list.php:32
|
209 |
-
msgid "All Clicks"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#:
|
213 |
-
|
214 |
-
#: pro/app/models/PlpReport.php:412
|
215 |
-
#: pro/app/models/PlpReport.php:419
|
216 |
-
#: app/views/clicks/list.php:33
|
217 |
-
msgid "Unique Clicks"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
-
#:
|
222 |
-
#:
|
223 |
-
|
224 |
-
#: pro/app/views/reports/custom-report.php:34
|
225 |
-
#: pro/app/views/reports/custom-report.php:67
|
226 |
-
msgid "Conversions"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#:
|
230 |
-
msgid "Pretty
|
231 |
msgstr ""
|
232 |
|
233 |
-
#:
|
234 |
-
|
235 |
-
msgid "between"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#:
|
239 |
-
|
240 |
-
#: pro/app/views/links/form.php:199
|
241 |
-
#: app/views/links/form_pro.php:95
|
242 |
-
msgid "Rotation"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#:
|
246 |
-
|
247 |
-
#: app/views/options/form.php:134
|
248 |
-
#: app/views/options/form.php:136
|
249 |
-
msgid "Base Slug Prefix"
|
250 |
msgstr ""
|
251 |
|
252 |
-
|
253 |
-
|
254 |
-
#: app/views/options/form.php:139
|
255 |
-
msgid "Use this to prefix all newly generated pretty links with a directory of your choice. For example set to %1$sout%2$s to make your pretty links look like http://site.com/%1$sout%2$s/xyz. Changing this option will NOT affect existing pretty links. If you do not wish to use a directory prefix, leave this text field blank. Whatever you type here will be sanitized and modified to ensure it is URL-safe. So %1$sHello World%2$s might get changed to something like %1$shello-world%2$s instead. Lowercase letters, numbers, dashes, and underscores are allowed."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#:
|
259 |
-
|
260 |
-
#: app/views/options/form.php:153
|
261 |
-
#: app/views/options/form.php:155
|
262 |
-
msgid "Slug Character Count"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#:
|
266 |
-
|
267 |
-
msgid "The number of characters to use when auto-generating a random slug for pretty links. The default is 4. You cannot use less than 2."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#:
|
271 |
-
|
272 |
-
#: app/views/options/form.php:167
|
273 |
-
#: app/views/options/form.php:168
|
274 |
-
msgid "Enable Google Analytics"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#:
|
278 |
-
|
279 |
-
msgid "Requires Google Analyticator, Google Analytics by MonsterInsights (formerly Yoast), or the Google Analytics Plugin to be installed and configured on your site."
|
280 |
msgstr ""
|
281 |
|
282 |
-
|
283 |
-
#:
|
284 |
-
|
|
|
285 |
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
|
289 |
-
msgid "Generate QR Codes"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#:
|
293 |
-
|
294 |
-
msgid "This will enable a link in your pretty link admin that will allow you to automatically download a QR Code for each individual Pretty Link."
|
295 |
msgstr ""
|
296 |
|
297 |
-
#:
|
298 |
-
#: pro/app/
|
299 |
-
|
300 |
-
#: app/views/options/form.php:196
|
301 |
-
msgid "Global Head Scripts"
|
302 |
msgstr ""
|
303 |
|
304 |
-
|
305 |
-
#: pro/app/
|
306 |
-
|
307 |
-
msgid "Useful for adding Google Analytics tracking, Facebook retargeting pixels, or any other kind of tracking script to the HTML head.%1$s%1$sWhat you enter in this box will be applied to all supported pretty links.%1$s%1$s%2$sNOTE:%3$s This does NOT work with 301, 302 and 307 type redirects."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#:
|
311 |
-
#: app/views/links/form_pro.php:
|
312 |
-
|
|
|
313 |
msgstr ""
|
314 |
|
315 |
-
#:
|
316 |
-
#: app/
|
317 |
-
|
|
|
|
|
|
|
318 |
msgstr ""
|
319 |
|
320 |
-
#:
|
321 |
-
|
322 |
-
msgid "Set this link to expire after a specific date or number of clicks."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
-
msgid "
|
327 |
msgstr ""
|
328 |
|
329 |
-
#:
|
330 |
-
msgid "
|
331 |
msgstr ""
|
332 |
|
333 |
-
|
334 |
-
|
335 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
msgstr ""
|
337 |
|
|
|
|
|
338 |
#: pro/app/views/links/form.php:38
|
339 |
#: pro/app/views/links/form.php:73
|
340 |
-
#: app/models/PrliClick.php:256
|
341 |
-
#: app/controllers/PrliLinksController.php:479
|
342 |
msgid "Date"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#:
|
346 |
-
|
|
|
347 |
msgstr ""
|
348 |
|
349 |
-
|
350 |
-
#:
|
351 |
-
|
|
|
352 |
msgstr ""
|
353 |
|
354 |
-
#:
|
355 |
-
|
|
|
|
|
|
|
|
|
|
|
356 |
msgstr ""
|
357 |
|
358 |
-
#:
|
359 |
-
|
|
|
|
|
|
|
|
|
|
|
360 |
msgstr ""
|
361 |
|
362 |
-
#:
|
363 |
-
|
|
|
|
|
364 |
msgstr ""
|
365 |
|
366 |
-
#:
|
367 |
-
|
|
|
|
|
|
|
368 |
msgstr ""
|
369 |
|
370 |
-
|
371 |
-
#:
|
372 |
-
|
|
|
|
|
373 |
msgstr ""
|
374 |
|
375 |
-
#:
|
376 |
-
|
377 |
-
msgid "URL"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#:
|
381 |
-
|
|
|
382 |
msgstr ""
|
383 |
|
384 |
-
#:
|
385 |
-
msgid "
|
386 |
msgstr ""
|
387 |
|
388 |
-
#:
|
389 |
-
|
390 |
-
#: app/controllers/PrliLinksController.php:441
|
391 |
-
msgid "Keywords"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#:
|
395 |
-
#: app/
|
396 |
-
msgid "
|
397 |
msgstr ""
|
398 |
|
399 |
-
#:
|
400 |
-
msgid "
|
401 |
msgstr ""
|
402 |
|
403 |
-
#:
|
404 |
-
|
405 |
-
msgid "URL Replacements"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#:
|
409 |
-
|
410 |
-
msgid "Auto-Replace URLs"
|
411 |
msgstr ""
|
412 |
|
413 |
-
|
414 |
-
#: pro/app/
|
415 |
-
msgid "
|
416 |
msgstr ""
|
417 |
|
418 |
-
#:
|
419 |
-
|
420 |
-
#: app/views/links/form_pro.php:64
|
421 |
-
#: app/views/links/form_pro.php:67
|
422 |
-
msgid "Head Scripts"
|
423 |
msgstr ""
|
424 |
|
425 |
-
|
426 |
-
|
427 |
-
#: app/views/links/form_pro.php:70
|
428 |
-
msgid "Useful for adding Google Analytics tracking, Facebook retargeting pixels, or any other kind of tracking script to the HTML head for this pretty link.%1$s%1$sThese scripts will be in addition to any global one's you've defined in the options.%1$s%1$s%2$sNOTE:%3$s This does NOT work with 301, 302 and 307 type redirects."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#:
|
432 |
-
#: app/
|
433 |
-
msgid "
|
434 |
msgstr ""
|
435 |
|
436 |
-
#:
|
437 |
-
|
438 |
-
msgid "Dynamic Redirection Options"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#:
|
442 |
-
|
443 |
-
msgid "These powerful options are available to give you dynamic control over redirection for this pretty link."
|
444 |
msgstr ""
|
445 |
|
446 |
-
#:
|
447 |
-
|
448 |
-
#: pro/app/views/options/autocreate.php:44
|
449 |
-
#: pro/app/views/tools/generator.php:37
|
450 |
-
#: pro/app/widgets/PlpPublicLinksWidget.php:94
|
451 |
-
#: app/views/links/form_pro.php:94
|
452 |
-
#: app/views/shared/tinymce_form_popup.php:75
|
453 |
-
#: app/views/shared/tinymce_form_popup.php:79
|
454 |
-
#: app/views/options/form.php:948
|
455 |
-
msgid "None"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#:
|
459 |
-
|
460 |
-
msgid "Geographic"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#:
|
464 |
-
|
465 |
-
msgid "Technology"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#:
|
469 |
-
|
470 |
-
msgid "Time"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#:
|
474 |
-
|
475 |
-
msgid "Target URL Rotations"
|
476 |
msgstr ""
|
477 |
|
478 |
-
|
479 |
-
|
480 |
-
msgid "Enter the Target URLs that you'd like to rotate through when this Pretty Link is Clicked. These must be formatted as URLs example: %1$shttp://example.com%2$s or %1$shttp://example.com?product_id=53%2$s"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#:
|
484 |
-
msgid "
|
485 |
msgstr ""
|
486 |
|
487 |
-
#:
|
488 |
-
msgid "
|
489 |
msgstr ""
|
490 |
|
491 |
-
#:
|
492 |
-
msgid "
|
493 |
msgstr ""
|
494 |
|
495 |
-
#:
|
496 |
-
msgid "
|
497 |
msgstr ""
|
498 |
|
499 |
-
#:
|
500 |
-
msgid "
|
501 |
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
|
505 |
-
#: pro/app/views/reports/list.php:87
|
506 |
-
msgid "Goal Link"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#:
|
510 |
-
msgid "
|
511 |
msgstr ""
|
512 |
|
513 |
-
#:
|
514 |
-
msgid "
|
515 |
msgstr ""
|
516 |
|
517 |
-
#:
|
518 |
-
msgid "
|
519 |
msgstr ""
|
520 |
|
521 |
-
#:
|
522 |
-
|
523 |
-
msgid "Geographic Redirects"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#:
|
527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
528 |
msgstr ""
|
529 |
|
530 |
-
#:
|
531 |
-
#:
|
532 |
-
#:
|
533 |
-
|
|
|
|
|
|
|
|
|
|
|
534 |
msgstr ""
|
535 |
|
536 |
-
#:
|
537 |
-
#:
|
538 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
539 |
msgstr ""
|
540 |
|
541 |
-
#:
|
542 |
-
msgid "
|
543 |
msgstr ""
|
544 |
|
545 |
-
#:
|
546 |
-
#:
|
547 |
-
msgid "
|
548 |
msgstr ""
|
549 |
|
550 |
-
|
551 |
-
|
552 |
-
msgid "This will allow you to redirect based on the time period in which your visitor visits this link.%1$s%1$s%2$sNote: If your visitor doesn't visit the link during any of the specified time periods set here, they'll simply be redirected to the main target url.%3$s"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#:
|
556 |
-
msgid "
|
557 |
msgstr ""
|
558 |
|
559 |
-
#:
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#:
|
564 |
-
msgid "
|
565 |
msgstr ""
|
566 |
|
567 |
-
#:
|
568 |
-
|
|
|
569 |
msgstr ""
|
570 |
|
571 |
-
#:
|
572 |
-
|
|
|
573 |
msgstr ""
|
574 |
|
575 |
-
#:
|
576 |
-
msgid "
|
577 |
msgstr ""
|
578 |
|
579 |
-
#:
|
580 |
-
msgid "
|
581 |
msgstr ""
|
582 |
|
583 |
-
#:
|
584 |
-
|
|
|
|
|
585 |
msgstr ""
|
586 |
|
587 |
-
#:
|
588 |
-
|
|
|
|
|
589 |
msgstr ""
|
590 |
|
591 |
-
#:
|
592 |
-
|
|
|
|
|
593 |
msgstr ""
|
594 |
|
595 |
-
#:
|
596 |
-
|
597 |
-
#: pro/app/views/links/geo_row.php:25
|
598 |
-
msgid "URL:"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#:
|
602 |
-
msgid "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#:
|
606 |
-
msgid "
|
607 |
msgstr ""
|
608 |
|
609 |
-
#:
|
610 |
-
|
611 |
-
#: pro/app/views/links/geo_row.php:38
|
612 |
-
msgid "Remove"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#:
|
616 |
-
msgid "
|
617 |
msgstr ""
|
618 |
|
619 |
-
#:
|
620 |
-
msgid "
|
621 |
msgstr ""
|
622 |
|
623 |
-
|
624 |
-
|
625 |
-
msgid "%1$sDesktop%2$s will match on any conventional laptop or desktop computer.%3$s%3$s%1$sMobile%2$s will match on any phone, tablet or other portable device.%3$s%3$s%1$sPhone%2$s will match on any phone or similarly small device.%3$s%3$s%1$sTablet%2$s will match on any tablet sized device."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#:
|
629 |
-
|
630 |
-
#: pro/app/views/links/tech_row.php:68
|
631 |
-
msgid "Any"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#:
|
635 |
-
msgid "
|
636 |
msgstr ""
|
637 |
|
638 |
-
#:
|
639 |
-
msgid "
|
640 |
msgstr ""
|
641 |
|
642 |
-
#:
|
643 |
-
msgid "
|
644 |
msgstr ""
|
645 |
|
646 |
-
#:
|
647 |
-
|
|
|
|
|
|
|
|
|
648 |
msgstr ""
|
649 |
|
650 |
-
#:
|
651 |
-
msgid "
|
652 |
msgstr ""
|
653 |
|
654 |
-
#:
|
655 |
-
|
|
|
|
|
656 |
msgstr ""
|
657 |
|
658 |
-
#:
|
659 |
-
msgid "
|
660 |
msgstr ""
|
661 |
|
662 |
-
#:
|
663 |
-
#:
|
664 |
-
msgid "
|
665 |
msgstr ""
|
666 |
|
667 |
-
#:
|
668 |
-
|
|
|
669 |
msgstr ""
|
670 |
|
671 |
-
#:
|
672 |
-
|
|
|
673 |
msgstr ""
|
674 |
|
675 |
-
#:
|
676 |
-
|
|
|
677 |
msgstr ""
|
678 |
|
679 |
-
#:
|
680 |
-
|
|
|
681 |
msgstr ""
|
682 |
|
683 |
-
#:
|
684 |
-
|
|
|
685 |
msgstr ""
|
686 |
|
687 |
-
#:
|
688 |
-
msgid "
|
689 |
msgstr ""
|
690 |
|
691 |
-
#:
|
692 |
-
msgid "
|
693 |
msgstr ""
|
694 |
|
695 |
-
#:
|
696 |
-
msgid "
|
697 |
msgstr ""
|
698 |
|
699 |
-
#:
|
700 |
-
msgid "
|
701 |
msgstr ""
|
702 |
|
703 |
-
#:
|
704 |
-
msgid "
|
705 |
msgstr ""
|
706 |
|
707 |
-
#:
|
708 |
-
msgid "
|
709 |
msgstr ""
|
710 |
|
711 |
-
#:
|
712 |
-
|
|
|
713 |
msgstr ""
|
714 |
|
715 |
-
#:
|
716 |
-
msgid "
|
717 |
msgstr ""
|
718 |
|
719 |
-
#:
|
720 |
-
|
|
|
721 |
msgstr ""
|
722 |
|
723 |
-
#:
|
724 |
-
|
|
|
|
|
725 |
msgstr ""
|
726 |
|
727 |
-
#:
|
728 |
-
msgid "
|
729 |
msgstr ""
|
730 |
|
731 |
-
#:
|
732 |
-
msgid "
|
733 |
msgstr ""
|
734 |
|
735 |
-
#:
|
736 |
-
msgid "
|
737 |
msgstr ""
|
738 |
|
739 |
-
#:
|
740 |
-
msgid "
|
741 |
msgstr ""
|
742 |
|
743 |
-
#:
|
744 |
-
msgid "
|
745 |
msgstr ""
|
746 |
|
747 |
-
#:
|
748 |
-
msgid "
|
749 |
msgstr ""
|
750 |
|
751 |
-
#:
|
752 |
-
msgid "
|
753 |
msgstr ""
|
754 |
|
755 |
-
#:
|
756 |
-
msgid "
|
757 |
msgstr ""
|
758 |
|
759 |
-
#:
|
760 |
-
msgid "
|
761 |
msgstr ""
|
762 |
|
763 |
-
|
764 |
-
|
|
|
765 |
msgstr ""
|
766 |
|
767 |
-
#:
|
768 |
-
|
|
|
769 |
msgstr ""
|
770 |
|
771 |
-
#:
|
772 |
-
|
|
|
773 |
msgstr ""
|
774 |
|
775 |
-
|
776 |
-
|
|
|
777 |
msgstr ""
|
778 |
|
779 |
-
|
780 |
-
|
|
|
781 |
msgstr ""
|
782 |
|
783 |
-
|
784 |
-
|
|
|
785 |
msgstr ""
|
786 |
|
787 |
-
#:
|
788 |
-
|
789 |
-
msgid "Name:"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#:
|
793 |
-
|
794 |
-
msgid "This is how you'll identify your Report."
|
795 |
msgstr ""
|
796 |
|
797 |
-
|
798 |
-
#:
|
799 |
-
msgid "
|
800 |
msgstr ""
|
801 |
|
802 |
-
#:
|
803 |
-
#:
|
804 |
-
|
|
|
|
|
805 |
msgstr ""
|
806 |
|
807 |
-
|
808 |
-
#:
|
809 |
-
msgid "
|
810 |
msgstr ""
|
811 |
|
812 |
-
#:
|
813 |
-
#:
|
814 |
-
|
815 |
-
#: pro/app/views/reports/new.php:44
|
816 |
-
#: app/views/groups/edit.php:36
|
817 |
-
#: app/views/groups/list.php:41
|
818 |
-
#: app/views/groups/list.php:93
|
819 |
-
#: app/views/groups/new.php:37
|
820 |
-
msgid "Name"
|
821 |
msgstr ""
|
822 |
|
823 |
-
|
824 |
-
#:
|
825 |
-
msgid "
|
826 |
msgstr ""
|
827 |
|
828 |
-
#:
|
829 |
-
#: app/views/
|
830 |
-
|
831 |
-
#: app/controllers/PrliAppController.php:375
|
832 |
-
msgid "Update"
|
833 |
msgstr ""
|
834 |
|
835 |
-
|
836 |
-
#:
|
837 |
-
|
838 |
-
#: pro/app/views/reports/new.php:66
|
839 |
-
#: app/views/groups/edit.php:72
|
840 |
-
#: app/views/groups/new.php:71
|
841 |
-
#: app/views/clicks/list.php:43
|
842 |
-
msgid "Cancel"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#:
|
846 |
-
#:
|
847 |
-
msgid "Link
|
848 |
msgstr ""
|
849 |
|
850 |
-
#:
|
851 |
-
msgid "
|
852 |
msgstr ""
|
853 |
|
854 |
-
#:
|
855 |
-
|
856 |
-
msgid "Search"
|
857 |
msgstr ""
|
858 |
|
859 |
-
|
860 |
-
#: app/views/
|
861 |
-
|
862 |
-
#: app/controllers/PrliLinksController.php:690
|
863 |
-
msgid "Reset"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#:
|
867 |
-
#:
|
868 |
-
|
869 |
-
#: app/views/groups/list.php:46
|
870 |
-
#: app/views/groups/list.php:80
|
871 |
-
#: app/views/groups/list.php:94
|
872 |
-
msgid "Links"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#:
|
876 |
-
|
877 |
-
#: app/views/groups/list.php:51
|
878 |
-
#: app/views/groups/list.php:95
|
879 |
-
msgid "Created"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#:
|
883 |
-
msgid "
|
884 |
msgstr ""
|
885 |
|
886 |
-
#:
|
887 |
-
|
888 |
-
#: app/helpers/PrliLinksHelper.php:67
|
889 |
-
#: app/views/groups/list.php:75
|
890 |
-
#: app/views/groups/list.php:78
|
891 |
-
msgid "Edit %s"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#:
|
895 |
-
|
896 |
-
msgid "Edit"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#:
|
900 |
-
msgid "
|
901 |
msgstr ""
|
902 |
|
903 |
-
#:
|
904 |
-
|
905 |
-
#: app/views/groups/list.php:79
|
906 |
-
msgid "Delete %s"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#:
|
910 |
-
|
911 |
-
msgid "Delete"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#:
|
915 |
-
msgid "
|
916 |
msgstr ""
|
917 |
|
918 |
-
#:
|
919 |
-
msgid "
|
920 |
msgstr ""
|
921 |
|
922 |
-
#:
|
923 |
-
msgid "Link
|
924 |
msgstr ""
|
925 |
|
926 |
-
#:
|
927 |
-
msgid "
|
928 |
msgstr ""
|
929 |
|
930 |
-
#:
|
931 |
-
msgid "
|
932 |
msgstr ""
|
933 |
|
934 |
-
#:
|
935 |
-
|
936 |
-
msgid "Back to Links"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#:
|
940 |
-
|
941 |
-
#: app/views/clicks/list.php:11
|
942 |
-
msgid "Customize Report"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#:
|
946 |
-
|
947 |
-
#: app/views/clicks/list.php:37
|
948 |
-
msgid "Date Range:"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#:
|
952 |
-
|
953 |
-
#: app/views/clicks/list.php:43
|
954 |
-
msgid "Customize"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#:
|
958 |
-
msgid "
|
959 |
msgstr ""
|
960 |
|
961 |
-
#:
|
962 |
-
#:
|
963 |
-
|
964 |
-
#: pro/app/views/reports/custom-report.php:68
|
965 |
-
msgid "Conv Rate"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#:
|
969 |
-
msgid "
|
970 |
msgstr ""
|
971 |
|
972 |
-
#:
|
973 |
-
msgid "
|
974 |
msgstr ""
|
975 |
|
976 |
-
#:
|
977 |
-
|
|
|
978 |
msgstr ""
|
979 |
|
980 |
-
#:
|
981 |
-
msgid "
|
982 |
msgstr ""
|
983 |
|
984 |
-
#:
|
985 |
-
#:
|
986 |
-
msgid "
|
987 |
msgstr ""
|
988 |
|
989 |
-
#:
|
990 |
-
|
991 |
-
msgid "Reports"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#:
|
995 |
-
msgid "
|
996 |
msgstr ""
|
997 |
|
998 |
-
#:
|
999 |
-
#: app/views/
|
1000 |
-
msgid "
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#:
|
1004 |
-
|
1005 |
-
#: app/views/widgets/widget.php:21
|
1006 |
-
msgid "Create"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#:
|
1010 |
-
|
1011 |
-
msgid "Keyword & URL Auto Replacements Options"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#:
|
1015 |
-
#: app/views/
|
1016 |
-
msgid "
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#:
|
1020 |
-
|
1021 |
-
msgid "Enable Keyword and URL Auto Replacement"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#:
|
1025 |
-
|
1026 |
-
msgid "If checked, this will enable you to automatically replace keywords and/or URLs on your blog with pretty links. You will specify the specific keywords and urls from your Pretty Link edit page."
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#:
|
1030 |
-
|
1031 |
-
msgid "Thresholds"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#:
|
1035 |
-
|
1036 |
-
msgid "Set Keyword Replacement Thresholds"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#:
|
1040 |
-
|
1041 |
-
msgid "Don't want to have too many keyword replacements per page? Select to set some reasonable keyword replacement thresholds."
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#:
|
1045 |
-
|
|
|
|
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#:
|
1049 |
-
|
|
|
|
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#:
|
1053 |
-
msgid "
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#:
|
1057 |
-
msgid "
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#:
|
1061 |
-
|
|
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#:
|
1065 |
-
|
|
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#:
|
1069 |
-
|
1070 |
-
msgid "Open in New Window"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#:
|
1074 |
-
#: app/views/
|
1075 |
-
msgid "
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
|
1079 |
-
|
1080 |
-
#: app/views/options/form.php:358
|
1081 |
-
msgid "Ensure that these keyword replacement links are opened in a separate window. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#:
|
1085 |
-
|
1086 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#:
|
1090 |
-
|
1091 |
-
msgid "Add 'nofollow' attribute to all Keyword Pretty Links"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
|
1095 |
-
|
1096 |
-
#: app/views/options/form.php:378
|
1097 |
-
msgid "This adds the html %1$sNOFOLLOW%2$s attribute to all keyword replacement links. %3$sNote:%4$s This does not apply to url replacements--only keyword replacements."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#:
|
1101 |
-
|
1102 |
-
msgid "Custom CSS"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#:
|
1106 |
-
#: app/views/
|
1107 |
-
msgid "
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
|
1111 |
-
|
1112 |
-
#: app/views/options/form.php:400
|
1113 |
-
msgid "Add some custom formatting to your keyword pretty link replacements. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#:
|
1117 |
-
#: app/views/
|
1118 |
-
msgid "
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#:
|
1122 |
-
|
1123 |
-
msgid "Add custom hover CSS to your keyword replacement links"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
|
1127 |
-
|
1128 |
-
#: app/views/options/form.php:420
|
1129 |
-
msgid "Add some custom formatting to the hover attribute of your keyword pretty links. %1$sNote%2$s: This does not apply to url replacements--only keyword replacements."
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#:
|
1133 |
-
|
1134 |
-
msgid "Link to Disclosures"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#:
|
1138 |
-
#: app/views/
|
1139 |
-
msgid "
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#:
|
1143 |
-
|
1144 |
-
msgid "When enabled, this will add a link to your official affiliate link disclosure page to any page, post or custom post type that have any keyword or URL replacements. You'll also be able to customize the URL and position of the disclosure link."
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
|
1148 |
-
|
|
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
|
1152 |
-
|
|
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
|
1156 |
-
|
|
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
|
1160 |
-
|
|
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#:
|
1164 |
-
msgid "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#:
|
1168 |
-
msgid "
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#:
|
1172 |
-
msgid "
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#:
|
1176 |
-
msgid "
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#:
|
1180 |
-
#:
|
1181 |
-
|
1182 |
-
msgid "Bottom"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#:
|
1186 |
-
|
1187 |
-
#: app/views/options/form.php:945
|
1188 |
-
msgid "Top"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#:
|
1192 |
-
|
1193 |
-
#: app/views/options/form.php:947
|
1194 |
-
msgid "Top and Bottom"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#:
|
1198 |
-
|
1199 |
-
msgid "Keyword Disclosures"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#:
|
1203 |
-
|
1204 |
-
msgid "Automatically Add Affiliate Link Disclosures to Keyword Replacements"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
|
1208 |
-
|
1209 |
-
#: app/views/options/form.php:458
|
1210 |
-
msgid "When enabled, this will add an affiliate link disclosure next to each one of your keyword replacements. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#:
|
1214 |
-
msgid "
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#:
|
1218 |
-
msgid "
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#:
|
1222 |
-
msgid "
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
|
1226 |
-
#: app/views/
|
1227 |
-
msgid "
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#:
|
1231 |
-
|
1232 |
-
msgid "Replace All non-Pretty Link URLs With Pretty Link URLs"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#:
|
1236 |
-
|
1237 |
-
msgid "This feature will take each url it finds and create or use an existing pretty link pointing to the url and replace it with the pretty link."
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#:
|
1241 |
-
msgid "
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#:
|
1245 |
-
msgid "
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
|
1249 |
-
#:
|
1250 |
-
msgid "
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#:
|
1254 |
-
|
1255 |
-
msgid "Replace in Comments"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
|
1259 |
-
#: app/views/
|
1260 |
-
msgid "
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#:
|
1264 |
-
|
1265 |
-
msgid "This option will enable the keyword / URL replacement routine to run in Comments."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#:
|
1269 |
-
|
1270 |
-
msgid "Replace in Feeds"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
|
1274 |
-
#: app/views/
|
1275 |
-
msgid "
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
|
1279 |
-
|
1280 |
-
#: app/views/options/form.php:509
|
1281 |
-
msgid "This option will enable the keyword / URL replacement routine to run in RSS Feeds.%1$s%2$sNote:%3$s This option can slow the load speed of your RSS feed -- unless used in conjunction with a caching plugin like W3 Total Cache or WP Super Cache.%1$s%2$sNote #2%3$s This option will only work if you have \"Full Text\" selected in your General WordPress Reading settings.%1$s%2$sNote #3:%3$s If this option is used along with \"Replace Keywords and URLs in Comments\" then your post comment feeds will have keywords replaced in them as well."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#:
|
1285 |
-
|
1286 |
-
#: app/views/options/form.php:525
|
1287 |
-
#: app/views/options/form.php:527
|
1288 |
-
msgid "Index Replacements"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
|
1292 |
-
|
1293 |
-
#: app/views/options/form.php:530
|
1294 |
-
msgid "This feature will index all of your keyword & URL replacements to dramatically improve performance.%1$s%1$sIf your site has a large number of replacements and/or posts then this feature may increase the load on your server temporarily and your replacements may not show up on your posts for a day or two initially (until all posts are indexed).%1$s%1$s%2$sNote:%3$s this feature requires the use of wp-cron."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#:
|
1298 |
-
|
1299 |
-
msgid "Keyword Index Status"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#:
|
1303 |
-
msgid "
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#:
|
1307 |
-
|
1308 |
-
msgid "%1$s out of %2$s Posts Indexed"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#:
|
1312 |
-
|
1313 |
-
msgid "%1$s out of %2$s Comments Indexed"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#:
|
1317 |
-
msgid "
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#:
|
1321 |
-
msgid "
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#:
|
1325 |
-
msgid "
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#:
|
1329 |
-
|
1330 |
-
msgid "Auto-Create Shortlink Options"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#:
|
1334 |
-
|
1335 |
-
msgid "Pretty Bar Options"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#:
|
1339 |
-
|
1340 |
-
msgid "Image URL"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
|
1344 |
-
#: app/views/
|
1345 |
-
msgid "
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#:
|
1349 |
-
|
1350 |
-
msgid "If set, this will replace the logo image on the Pretty Bar. The image that this URL references should be 48x48 Pixels to fit."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#:
|
1354 |
-
|
1355 |
-
msgid "Background Image URL"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#:
|
1359 |
-
|
1360 |
-
msgid "Pretty Bar Background Image URL"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#:
|
1364 |
-
|
1365 |
-
msgid "If set, this will replace the background image on Pretty Bar. The image that this URL references should be 65px tall - this image will be repeated horizontally across the bar."
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#:
|
1369 |
-
|
1370 |
-
msgid "Background Color"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#:
|
1374 |
-
|
1375 |
-
msgid "Pretty Bar Background Color"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#:
|
1379 |
-
|
1380 |
-
msgid "This will alter the background color of the Pretty Bar if you haven't specified a Pretty Bar background image."
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#:
|
1384 |
-
|
1385 |
-
msgid "Text Color"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#:
|
1389 |
-
#: app/views/
|
1390 |
-
msgid "
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
|
1394 |
-
|
1395 |
-
#: app/views/options/form.php:649
|
1396 |
-
msgid "If not set, this defaults to black (RGB value %1$s#000000%2$s) but you can change it to whatever color you like."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#:
|
1400 |
-
|
1401 |
-
msgid "Link Color"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#:
|
1405 |
-
|
1406 |
-
msgid "Pretty Bar Link Color"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
|
1410 |
-
#: pro/app/views/
|
1411 |
-
#: app/views/
|
1412 |
-
msgid "
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#:
|
1416 |
-
#: app/views/
|
1417 |
-
msgid "
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#:
|
1421 |
-
|
1422 |
-
msgid "Pretty Bar Link Hover Color"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
|
1426 |
-
|
1427 |
-
#: app/views/options/form.php:689
|
1428 |
-
msgid "If not set, this defaults to RGB value %1$s#ababab%2$s but you can change it to whatever color you like."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#:
|
1432 |
-
#: app/
|
1433 |
-
|
|
|
|
|
|
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#:
|
1437 |
-
#: app/
|
1438 |
-
|
|
|
|
|
|
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
|
1442 |
-
#: pro/app/views/
|
1443 |
-
#: app/views/
|
1444 |
-
msgid "
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#:
|
1448 |
-
|
1449 |
-
msgid "Title Char Limit"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#:
|
1453 |
-
#: app/views/
|
1454 |
-
|
|
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
|
1458 |
-
#:
|
1459 |
-
#: app/views/
|
1460 |
-
|
|
|
|
|
|
|
|
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#:
|
1464 |
-
|
1465 |
-
msgid "Description Char Limit"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#:
|
1469 |
-
#: app/views/
|
1470 |
-
msgid "
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
|
1474 |
-
#:
|
1475 |
-
|
1476 |
-
msgid "If your Website has a long Description (tagline) then you may need to adjust this value so that it will all fit on the Pretty Bar. It is recommended that you keep this value to %1$s40%2$s characters or less so the Pretty Bar's format looks good across different browsers and screen resolutions."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#:
|
1480 |
-
#: app/views/
|
1481 |
-
msgid "
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#:
|
1485 |
-
#: app/views/
|
1486 |
-
msgid "
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
|
1490 |
-
#:
|
1491 |
-
|
1492 |
-
msgid "If you link to a lot of large Target URLs you may want to adjust this value. It is recommended that you keep this value to %1$s40%2$s or below so the Pretty Bar's format looks good across different browsers and URL sizes"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#:
|
1496 |
-
#: app/views/
|
1497 |
-
msgid "
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#:
|
1501 |
-
#: app/views/
|
1502 |
-
msgid "
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#:
|
1506 |
-
#: app/views/
|
1507 |
-
msgid "
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#:
|
1511 |
-
#: app/views/
|
1512 |
-
|
|
|
|
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#:
|
1516 |
-
|
1517 |
-
msgid "Pretty Bar Show Description"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#:
|
1521 |
-
|
1522 |
-
msgid "Make sure this is checked if you want your site description to show up on the Pretty Bar."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#:
|
1526 |
-
|
1527 |
-
msgid "Show Share Links"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#:
|
1531 |
-
|
1532 |
-
msgid "Pretty Bar Show Share Links"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#:
|
1536 |
-
|
1537 |
-
msgid "Make sure this is checked if you want \"share links\" to show up on the Pretty Bar."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#:
|
1541 |
-
#: app/views/
|
1542 |
-
msgid "
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#:
|
1546 |
-
#: app/views/
|
1547 |
-
msgid "
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#:
|
1551 |
-
#: app/views/
|
1552 |
-
msgid "
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#:
|
1556 |
-
#:
|
1557 |
-
|
1558 |
-
#: app/views/options/form.php:846
|
1559 |
-
msgid "Hide Attribution Link"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
|
1563 |
-
#:
|
1564 |
-
|
1565 |
-
msgid "Check this to hide the pretty link attribution link on the pretty bar.%1$s%1$s%2$sWait, before you do this, you might want to leave this un-checked and set the alternate URL of this link to your %4$sPretty Links Pro%5$s %6$sAffiliate URL%7$s to earn a few bucks while you are at it.%3$s"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#:
|
1569 |
-
#: app/views/
|
1570 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#:
|
1574 |
-
#: app/views/
|
1575 |
-
msgid "
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#. translators: %1$s open
|
1579 |
-
#:
|
1580 |
-
#: app/views/
|
1581 |
-
msgid "
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#:
|
1585 |
-
|
1586 |
-
msgid "Social Buttons Options"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#:
|
1590 |
-
|
1591 |
-
msgid "Buttons"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#:
|
1595 |
-
#: app/views/
|
1596 |
-
msgid "
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
|
1600 |
-
#:
|
1601 |
-
#: app/views/
|
1602 |
-
|
|
|
|
|
|
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#:
|
1606 |
-
#: app/views/
|
1607 |
-
|
|
|
|
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#:
|
1611 |
-
|
1612 |
-
msgid "Social Buttons Placement"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
|
1616 |
-
#: pro/app/views/
|
1617 |
-
|
1618 |
-
msgid "This determines where your Social Buttons Placement should appear in relation to content on Pages and/or Posts.%1$s%1$s%2$sNote:%3$s If you want this bar to appear then you must enable it in the \"Auto-Create Links\" section above."
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#:
|
1622 |
-
|
1623 |
-
msgid "Social Buttons Manual Placement"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
|
1627 |
-
#: pro/app/views/
|
1628 |
-
|
1629 |
-
msgid "If you select none, you can still show your Social Buttons by manually adding the %1$s shortcode to your blog posts or %2$s template tag to your WordPress Theme."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#:
|
1633 |
-
#: app/views/
|
1634 |
-
msgid "
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#:
|
1638 |
-
|
1639 |
-
msgid "Enable Public Links"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#:
|
1643 |
-
|
1644 |
-
msgid "Enable Public Link Creation on this Site"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#:
|
1648 |
-
#: app/views/
|
1649 |
-
msgid "
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#:
|
1653 |
-
|
|
|
|
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#:
|
1657 |
-
msgid "
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#:
|
1661 |
-
msgid "
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#:
|
1665 |
-
msgid "
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#:
|
1669 |
-
msgid "
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#:
|
1673 |
-
msgid "
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#:
|
1677 |
-
msgid "
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#:
|
1681 |
-
|
|
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#:
|
1685 |
-
msgid "
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#:
|
1689 |
-
|
|
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#:
|
1693 |
-
msgid "
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#:
|
1697 |
-
msgid "
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#:
|
1701 |
-
|
|
|
|
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#:
|
1705 |
-
msgid "
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#:
|
1709 |
-
msgid "
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#:
|
1713 |
-
msgid "
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#:
|
1717 |
-
msgid "
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#:
|
1721 |
-
|
|
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#:
|
1725 |
-
msgid "
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#:
|
1729 |
-
#:
|
1730 |
-
msgid "
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#:
|
1734 |
-
msgid "
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#:
|
1738 |
-
|
|
|
|
|
|
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#:
|
1742 |
-
msgid "
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#:
|
1746 |
-
msgid "
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#:
|
1750 |
-
msgid "
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#:
|
1754 |
-
|
|
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#:
|
1758 |
-
msgid "
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#:
|
1762 |
-
|
|
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#:
|
1766 |
-
|
|
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#:
|
1770 |
-
|
|
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#:
|
1774 |
-
|
|
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#:
|
1778 |
-
|
1779 |
-
#: app/views/tools/form.php:26
|
1780 |
-
msgid "Get Pretty Link"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#:
|
1784 |
-
|
|
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#:
|
1788 |
-
|
|
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
|
1792 |
-
#:
|
1793 |
-
msgid "Pretty Link
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#:
|
1797 |
-
|
|
|
|
|
|
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
|
1801 |
-
#:
|
1802 |
-
|
|
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#:
|
1806 |
-
#: pro/app/views/
|
1807 |
-
|
1808 |
-
#: pro/app/widgets/PlpPublicLinksWidget.php:82
|
1809 |
-
#: app/views/shared/tinymce_form_popup.php:31
|
1810 |
-
#: app/views/shared/tinymce_form_popup.php:48
|
1811 |
-
#: app/views/shared/tinymce_form_popup.php:56
|
1812 |
-
msgid "Default"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#:
|
1816 |
-
|
|
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#:
|
1820 |
-
#: pro/app/
|
1821 |
-
|
1822 |
-
msgid "Yes"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#:
|
1826 |
-
#:
|
1827 |
-
#: app/views/
|
1828 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#:
|
1832 |
-
#: pro/app/
|
1833 |
-
|
|
|
|
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#:
|
1837 |
-
|
|
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#:
|
1841 |
-
#: pro/app/views/
|
1842 |
-
msgid "
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#:
|
1846 |
-
|
|
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#:
|
1850 |
-
msgid "
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
|
1854 |
-
#:
|
1855 |
-
msgid "
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#:
|
1859 |
-
msgid "
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#:
|
1863 |
-
msgid "
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#:
|
1867 |
-
msgid "
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#:
|
1871 |
-
msgid "
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#:
|
1875 |
-
msgid "
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#:
|
1879 |
-
|
|
|
|
|
|
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#:
|
1883 |
-
msgid "
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#:
|
1887 |
-
msgid "
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#:
|
1891 |
-
msgid "
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#:
|
1895 |
-
msgid "
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#:
|
1899 |
-
msgid "
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#:
|
1903 |
-
msgid "
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#:
|
1907 |
-
|
|
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#:
|
1911 |
-
msgid "
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#:
|
1915 |
-
msgid "
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#:
|
1919 |
-
msgid "
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#:
|
1923 |
-
msgid "
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#:
|
1927 |
-
msgid "
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#:
|
1931 |
-
|
|
|
|
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#:
|
1935 |
-
msgid "
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#:
|
1939 |
-
msgid "
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#:
|
1943 |
-
msgid "
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#:
|
1947 |
-
msgid "
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#:
|
1951 |
-
|
|
|
|
|
|
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
|
1955 |
-
|
|
|
|
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#:
|
1959 |
-
|
|
|
|
|
|
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#:
|
1963 |
-
|
|
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#:
|
1967 |
-
|
|
|
|
|
|
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#:
|
1971 |
-
msgid "
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#:
|
1975 |
-
msgid "
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#:
|
1979 |
-
|
|
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#:
|
1983 |
-
|
|
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#:
|
1987 |
-
#:
|
1988 |
-
#: app/views/
|
1989 |
-
#: app/views/options
|
1990 |
-
msgid "
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
|
1994 |
-
#: app/views/
|
1995 |
-
|
|
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#:
|
1999 |
-
|
2000 |
-
#: app/views/shared/tinymce_form_popup.php:39
|
2001 |
-
msgid "Pixel"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
-
#:
|
2005 |
-
#:
|
2006 |
-
|
2007 |
-
msgid "Meta Refresh"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#:
|
2011 |
-
|
2012 |
-
#: app/views/shared/tinymce_form_popup.php:41
|
2013 |
-
msgid "Javascript"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#:
|
2017 |
-
|
2018 |
-
msgid "Cloak"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
-
#:
|
2022 |
-
msgid "
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#:
|
2026 |
-
|
2027 |
-
msgid "QR Code"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#:
|
2031 |
-
msgid "
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#:
|
2035 |
-
msgid "
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#:
|
2039 |
-
msgid "
|
2040 |
msgstr ""
|
2041 |
|
2042 |
-
#:
|
2043 |
-
msgid "
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#:
|
2047 |
-
msgid "
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#:
|
2051 |
-
msgid "
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#:
|
2055 |
-
msgid "
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#:
|
2059 |
-
|
|
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#:
|
2063 |
-
msgid "
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#:
|
2067 |
-
|
|
|
2068 |
msgstr ""
|
2069 |
|
2070 |
-
#:
|
2071 |
-
msgid "
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#:
|
2075 |
-
|
|
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#:
|
2079 |
-
|
|
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#:
|
2083 |
-
|
2084 |
-
msgid "
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#:
|
2088 |
-
|
2089 |
-
msgid "Link
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#:
|
2093 |
-
|
|
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#:
|
2097 |
-
|
|
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#:
|
2101 |
-
|
|
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#:
|
2105 |
-
|
|
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#:
|
2109 |
-
|
|
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
|
2113 |
-
|
|
|
|
|
2114 |
msgstr ""
|
2115 |
|
2116 |
-
#:
|
2117 |
-
|
|
|
2118 |
msgstr ""
|
2119 |
|
2120 |
-
#:
|
2121 |
-
|
|
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
|
2125 |
-
#: app/
|
2126 |
-
|
|
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#:
|
2130 |
-
|
|
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
|
2134 |
-
|
|
|
|
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#:
|
2138 |
-
|
|
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#:
|
2142 |
-
|
|
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
|
2146 |
-
|
|
|
|
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#:
|
2150 |
-
#: pro/app/
|
2151 |
-
msgid "
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#:
|
2155 |
-
|
|
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
|
2159 |
-
|
|
|
|
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#:
|
2163 |
-
|
|
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#:
|
2167 |
-
|
|
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#:
|
2171 |
-
|
|
|
2172 |
msgstr ""
|
2173 |
|
2174 |
-
#:
|
2175 |
-
|
|
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#:
|
2179 |
-
|
|
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
|
2183 |
-
|
|
|
|
|
2184 |
msgstr ""
|
2185 |
|
2186 |
-
#:
|
2187 |
-
#: pro/app/
|
2188 |
-
|
2189 |
-
msgid "Untitled"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
-
#:
|
2193 |
-
|
|
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#:
|
2197 |
-
|
|
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#:
|
2201 |
-
|
|
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#:
|
2205 |
-
|
|
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#:
|
2209 |
-
|
|
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#:
|
2213 |
-
|
|
|
2214 |
msgstr ""
|
2215 |
|
2216 |
-
#:
|
2217 |
-
|
|
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
|
2221 |
-
#: app/
|
2222 |
-
|
|
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#:
|
2226 |
-
|
2227 |
-
|
|
|
|
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
|
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#:
|
2236 |
-
|
|
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#:
|
2240 |
-
msgid "
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#:
|
2244 |
-
msgid "
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#:
|
2248 |
-
msgid "
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#:
|
2252 |
-
msgid "
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#:
|
2256 |
-
msgid "
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#:
|
2260 |
-
msgid "
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#:
|
2264 |
-
|
|
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#:
|
2268 |
-
|
|
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#:
|
2272 |
-
|
|
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#:
|
2276 |
-
#: app/
|
2277 |
-
msgid "
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#:
|
2281 |
-
|
|
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#:
|
2285 |
-
|
|
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#:
|
2289 |
-
|
|
|
2290 |
msgstr ""
|
2291 |
|
2292 |
-
#:
|
2293 |
-
|
|
|
2294 |
msgstr ""
|
2295 |
|
2296 |
-
#:
|
2297 |
-
|
|
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#:
|
2301 |
-
|
|
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#:
|
2305 |
-
|
|
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#:
|
2309 |
-
|
|
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
|
2313 |
-
|
|
|
|
|
2314 |
msgstr ""
|
2315 |
|
2316 |
-
#:
|
2317 |
-
|
|
|
2318 |
msgstr ""
|
2319 |
|
2320 |
-
#:
|
2321 |
-
|
|
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
|
2325 |
-
|
|
|
|
|
2326 |
msgstr ""
|
2327 |
|
2328 |
-
#:
|
2329 |
-
|
|
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#:
|
2333 |
-
|
|
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
|
2337 |
-
|
|
|
|
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#:
|
2341 |
-
|
|
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#:
|
2345 |
-
|
|
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
|
2349 |
-
|
|
|
|
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#:
|
2353 |
-
|
|
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#:
|
2357 |
-
|
|
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
|
2361 |
-
|
|
|
|
|
2362 |
msgstr ""
|
2363 |
|
2364 |
-
#:
|
2365 |
-
|
|
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#:
|
2369 |
-
|
|
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
|
2373 |
-
|
|
|
|
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#:
|
2377 |
-
|
|
|
2378 |
msgstr ""
|
2379 |
|
2380 |
-
#:
|
2381 |
-
|
|
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
|
2385 |
-
|
|
|
|
|
2386 |
msgstr ""
|
2387 |
|
2388 |
-
#:
|
2389 |
-
|
|
|
2390 |
msgstr ""
|
2391 |
|
2392 |
-
#:
|
2393 |
-
|
|
|
2394 |
msgstr ""
|
2395 |
|
2396 |
-
#:
|
2397 |
-
|
|
|
2398 |
msgstr ""
|
2399 |
|
2400 |
-
#:
|
2401 |
-
|
|
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#:
|
2405 |
-
|
|
|
2406 |
msgstr ""
|
2407 |
|
2408 |
-
#:
|
2409 |
-
|
|
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#:
|
2413 |
-
|
|
|
2414 |
msgstr ""
|
2415 |
|
2416 |
-
#:
|
2417 |
-
|
|
|
2418 |
msgstr ""
|
2419 |
|
2420 |
-
#:
|
2421 |
-
|
|
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#:
|
2425 |
-
|
|
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#:
|
2429 |
-
|
|
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#:
|
2433 |
-
|
|
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#:
|
2437 |
-
|
|
|
|
|
|
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
|
2441 |
-
|
|
|
|
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#:
|
2445 |
-
|
|
|
2446 |
msgstr ""
|
2447 |
|
2448 |
-
#:
|
2449 |
-
|
|
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
|
2453 |
-
|
|
|
|
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#:
|
2457 |
-
|
|
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#:
|
2461 |
-
|
|
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#:
|
2465 |
-
|
|
|
2466 |
msgstr ""
|
2467 |
|
2468 |
-
|
2469 |
-
|
|
|
|
|
2470 |
msgstr ""
|
2471 |
|
2472 |
-
#:
|
2473 |
-
|
|
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#:
|
2477 |
-
|
|
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
|
2481 |
-
|
|
|
|
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#:
|
2485 |
-
|
|
|
|
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#:
|
2489 |
-
|
|
|
|
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#:
|
2493 |
-
|
|
|
|
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#:
|
2497 |
-
|
|
|
2498 |
msgstr ""
|
2499 |
|
2500 |
-
|
2501 |
-
|
|
|
|
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#:
|
2505 |
-
|
|
|
2506 |
msgstr ""
|
2507 |
|
2508 |
-
#:
|
2509 |
-
|
|
|
2510 |
msgstr ""
|
2511 |
|
2512 |
-
#:
|
2513 |
-
|
|
|
2514 |
msgstr ""
|
2515 |
|
2516 |
-
#:
|
2517 |
-
|
|
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#:
|
2521 |
-
|
|
|
|
|
2522 |
msgstr ""
|
2523 |
-
|
2524 |
-
#:
|
2525 |
-
msgid "
|
2526 |
msgstr ""
|
2527 |
|
2528 |
-
#:
|
2529 |
-
msgid "
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#:
|
2533 |
-
msgid "
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#:
|
2537 |
-
msgid "
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#:
|
2541 |
-
msgid "
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#:
|
2545 |
-
msgid "
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#:
|
2549 |
-
msgid "
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#:
|
2553 |
-
msgid "
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#:
|
2557 |
-
msgid "
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#:
|
2561 |
-
|
|
|
|
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#:
|
2565 |
-
msgid "
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#:
|
2569 |
-
msgid "
|
2570 |
msgstr ""
|
2571 |
|
2572 |
-
#:
|
2573 |
-
msgid "
|
2574 |
msgstr ""
|
2575 |
|
2576 |
-
#:
|
2577 |
-
|
|
|
2578 |
msgstr ""
|
2579 |
|
2580 |
-
#:
|
2581 |
-
msgid "
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#:
|
2585 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#:
|
2589 |
-
|
|
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#:
|
2593 |
-
|
|
|
|
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#:
|
2597 |
-
|
|
|
|
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#:
|
2601 |
-
|
|
|
|
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#:
|
2605 |
-
msgid "
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#:
|
2609 |
-
|
|
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#:
|
2613 |
-
msgid "
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#:
|
2617 |
-
msgid "
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#:
|
2621 |
-
msgid "
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#:
|
2625 |
-
msgid "
|
2626 |
msgstr ""
|
2627 |
|
2628 |
-
#:
|
2629 |
-
|
|
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#:
|
2633 |
-
|
|
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#:
|
2637 |
-
|
|
|
|
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#:
|
2641 |
-
msgid "
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
|
2645 |
-
|
|
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#:
|
2649 |
-
msgid "
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
|
2653 |
-
|
|
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#:
|
2657 |
-
msgid "
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#:
|
2661 |
-
msgid "
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#:
|
2665 |
-
msgid "
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#:
|
2669 |
-
msgid "
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#:
|
2673 |
-
msgid "
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#:
|
2677 |
-
msgid "
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
|
2681 |
-
|
|
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#:
|
2685 |
-
msgid "
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#:
|
2689 |
-
msgid "
|
2690 |
msgstr ""
|
2691 |
|
2692 |
-
#:
|
2693 |
-
msgid "
|
2694 |
msgstr ""
|
2695 |
|
2696 |
-
#:
|
2697 |
-
msgid "
|
2698 |
msgstr ""
|
2699 |
|
2700 |
-
#:
|
2701 |
-
msgid "
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#:
|
2705 |
-
msgid "
|
2706 |
msgstr ""
|
2707 |
|
2708 |
-
#:
|
2709 |
-
msgid "
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#:
|
2713 |
-
msgid "
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#:
|
2717 |
-
msgid "
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#:
|
2721 |
-
msgid "
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#:
|
2725 |
-
msgid "
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#:
|
2729 |
-
msgid "
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#:
|
2733 |
-
msgid "
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#:
|
2737 |
-
msgid "
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: pro/
|
2741 |
-
msgid "
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: pro/
|
2745 |
-
msgid "
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: pro/
|
2749 |
-
msgid "
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: pro/
|
2753 |
-
msgid "
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: pro/
|
2757 |
-
msgid "
|
2758 |
msgstr ""
|
2759 |
|
2760 |
-
#: pro/
|
2761 |
-
msgid "
|
2762 |
msgstr ""
|
2763 |
|
2764 |
-
#: pro/
|
2765 |
-
msgid "
|
2766 |
msgstr ""
|
2767 |
|
2768 |
-
#: pro/
|
2769 |
-
|
|
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: pro/
|
2773 |
-
|
|
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: pro/
|
2777 |
-
msgid "
|
2778 |
msgstr ""
|
2779 |
|
2780 |
-
#: pro/
|
2781 |
-
msgid "
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#: pro/
|
2785 |
-
msgid "
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: pro/
|
2789 |
-
msgid "
|
2790 |
msgstr ""
|
2791 |
|
2792 |
-
#: pro/
|
2793 |
-
msgid "
|
2794 |
msgstr ""
|
2795 |
|
2796 |
-
#: pro/
|
2797 |
-
msgid "
|
2798 |
msgstr ""
|
2799 |
|
2800 |
-
#: pro/
|
2801 |
-
msgid "
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: pro/
|
2805 |
-
msgid "
|
2806 |
msgstr ""
|
2807 |
|
2808 |
-
#: pro/
|
2809 |
-
msgid "
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: pro/
|
2813 |
-
msgid "
|
2814 |
msgstr ""
|
2815 |
|
2816 |
-
#: pro/
|
2817 |
-
msgid "
|
2818 |
msgstr ""
|
2819 |
|
2820 |
-
#: pro/
|
2821 |
-
msgid "
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: pro/
|
2825 |
-
msgid "
|
2826 |
msgstr ""
|
2827 |
|
2828 |
-
#: pro/
|
2829 |
-
msgid "
|
2830 |
msgstr ""
|
2831 |
|
2832 |
-
#: pro/
|
2833 |
-
msgid "
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#: pro/
|
2837 |
-
msgid "
|
2838 |
msgstr ""
|
2839 |
|
2840 |
-
#: pro/
|
2841 |
-
msgid "
|
2842 |
msgstr ""
|
2843 |
|
2844 |
-
#: pro/
|
2845 |
-
msgid "
|
2846 |
msgstr ""
|
2847 |
|
2848 |
-
#: pro/
|
2849 |
-
msgid "
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: pro/
|
2853 |
-
msgid "
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: pro/
|
2857 |
-
msgid "
|
2858 |
msgstr ""
|
2859 |
|
2860 |
-
#: pro/
|
2861 |
-
msgid "
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: pro/
|
2865 |
-
msgid "
|
2866 |
msgstr ""
|
2867 |
|
2868 |
-
#: pro/
|
2869 |
-
msgid "
|
2870 |
msgstr ""
|
2871 |
|
2872 |
-
#: pro/
|
2873 |
-
msgid "
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: pro/
|
2877 |
-
msgid "
|
2878 |
msgstr ""
|
2879 |
|
2880 |
-
#: pro/
|
2881 |
-
msgid "
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: pro/
|
2885 |
-
|
|
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: pro/
|
2889 |
-
msgid "
|
2890 |
msgstr ""
|
2891 |
|
2892 |
-
#: pro/
|
2893 |
-
|
|
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: pro/
|
2897 |
-
msgid "
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: pro/
|
2901 |
-
msgid "
|
2902 |
msgstr ""
|
2903 |
|
2904 |
-
#: pro/
|
2905 |
-
msgid "
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: pro/
|
2909 |
-
msgid "
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: pro/
|
2913 |
-
msgid "
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: pro/
|
2917 |
-
msgid "
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#: pro/
|
2921 |
-
msgid "
|
2922 |
msgstr ""
|
2923 |
|
2924 |
-
#: pro/
|
2925 |
-
msgid "
|
2926 |
msgstr ""
|
2927 |
|
2928 |
-
#: pro/
|
2929 |
-
msgid "
|
2930 |
msgstr ""
|
2931 |
|
2932 |
-
#: pro/
|
2933 |
-
msgid "
|
2934 |
msgstr ""
|
2935 |
|
2936 |
-
#: pro/
|
2937 |
-
msgid "
|
2938 |
msgstr ""
|
2939 |
|
2940 |
-
#: pro/
|
2941 |
-
msgid "
|
2942 |
msgstr ""
|
2943 |
|
2944 |
-
#: pro/
|
2945 |
-
|
|
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: pro/
|
2949 |
-
|
|
|
2950 |
msgstr ""
|
2951 |
|
2952 |
-
#: pro/
|
2953 |
-
msgid "
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: pro/
|
2957 |
-
msgid "
|
2958 |
msgstr ""
|
2959 |
|
2960 |
-
#: pro/
|
2961 |
-
msgid "
|
2962 |
msgstr ""
|
2963 |
|
2964 |
-
#: pro/
|
2965 |
-
msgid "
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: pro/
|
2969 |
-
msgid "
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: pro/
|
2973 |
-
msgid "New
|
2974 |
msgstr ""
|
2975 |
|
2976 |
-
#: pro/
|
2977 |
-
msgid "
|
2978 |
msgstr ""
|
2979 |
|
2980 |
-
#: pro/
|
2981 |
-
msgid "
|
2982 |
msgstr ""
|
2983 |
|
2984 |
-
#: pro/
|
2985 |
-
msgid "
|
2986 |
msgstr ""
|
2987 |
|
2988 |
-
#: pro/
|
2989 |
-
msgid "
|
2990 |
msgstr ""
|
2991 |
|
2992 |
-
#: pro/
|
2993 |
-
msgid "
|
2994 |
msgstr ""
|
2995 |
|
2996 |
-
#: pro/
|
2997 |
-
msgid "
|
2998 |
msgstr ""
|
2999 |
|
3000 |
-
#: pro/
|
3001 |
-
msgid "
|
3002 |
msgstr ""
|
3003 |
|
3004 |
-
#: pro/
|
3005 |
-
msgid "
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: pro/
|
3009 |
-
msgid "
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: pro/
|
3013 |
-
msgid "
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: pro/
|
3017 |
-
msgid "
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: pro/
|
3021 |
-
|
|
|
|
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: pro/
|
3025 |
-
msgid "
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: pro/
|
3029 |
-
msgid "
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: pro/
|
3033 |
-
msgid "
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: pro/
|
3037 |
-
msgid "
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: pro/
|
3041 |
-
msgid "
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: pro/
|
3045 |
-
|
|
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: pro/
|
3049 |
-
msgid "
|
3050 |
msgstr ""
|
3051 |
|
3052 |
-
#: pro/
|
3053 |
-
msgid "
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: pro/
|
3057 |
-
msgid "
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: pro/
|
3061 |
-
msgid "
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: pro/
|
3065 |
-
msgid "
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: pro/
|
3069 |
-
msgid "
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: pro/
|
3073 |
-
|
|
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: pro/
|
3077 |
-
|
|
|
|
|
3078 |
msgstr ""
|
3079 |
|
3080 |
-
#: pro/
|
3081 |
-
msgid "
|
3082 |
msgstr ""
|
3083 |
|
3084 |
-
#: pro/
|
3085 |
-
|
|
|
3086 |
msgstr ""
|
3087 |
|
3088 |
-
#: pro/
|
3089 |
-
msgid "
|
3090 |
msgstr ""
|
3091 |
|
3092 |
-
#: pro/
|
3093 |
-
msgid "
|
3094 |
msgstr ""
|
3095 |
|
3096 |
-
#: pro/
|
3097 |
-
msgid "
|
3098 |
msgstr ""
|
3099 |
|
3100 |
-
#: pro/
|
3101 |
-
msgid "
|
3102 |
msgstr ""
|
3103 |
|
3104 |
-
#: pro/
|
3105 |
-
|
|
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: pro/
|
3109 |
-
msgid "
|
3110 |
msgstr ""
|
3111 |
|
3112 |
-
#: pro/
|
3113 |
-
msgid "
|
3114 |
msgstr ""
|
3115 |
|
3116 |
-
#: pro/
|
3117 |
-
msgid "
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: pro/
|
3121 |
-
|
|
|
|
|
|
|
|
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: pro/
|
3125 |
-
msgid "
|
3126 |
msgstr ""
|
3127 |
|
3128 |
-
#: pro/
|
3129 |
-
msgid "
|
3130 |
msgstr ""
|
3131 |
|
3132 |
-
#: pro/
|
3133 |
-
msgid "
|
3134 |
msgstr ""
|
3135 |
|
3136 |
-
#: pro/
|
3137 |
-
msgid "
|
3138 |
msgstr ""
|
3139 |
|
3140 |
-
#: pro/
|
3141 |
-
msgid "
|
3142 |
msgstr ""
|
3143 |
|
3144 |
-
#: pro/
|
3145 |
-
msgid "
|
3146 |
msgstr ""
|
3147 |
|
3148 |
-
#: pro/
|
3149 |
-
msgid "
|
3150 |
msgstr ""
|
3151 |
|
3152 |
-
#: pro/
|
3153 |
-
msgid "
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: pro/
|
3157 |
-
msgid "
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: pro/
|
3161 |
-
msgid "
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: pro/
|
3165 |
-
msgid "
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: pro/
|
3169 |
-
msgid "
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: pro/
|
3173 |
-
msgid "
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: pro/
|
3177 |
-
msgid "
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: pro/
|
3181 |
-
msgid "
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: pro/
|
3185 |
-
msgid "
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: pro/
|
3189 |
-
msgid "
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: pro/
|
3193 |
-
msgid "
|
3194 |
msgstr ""
|
3195 |
|
3196 |
-
#: pro/
|
3197 |
-
msgid "
|
3198 |
msgstr ""
|
3199 |
|
3200 |
-
#: pro/
|
3201 |
-
|
|
|
|
|
|
|
|
|
|
|
3202 |
msgstr ""
|
3203 |
|
3204 |
-
#: pro/
|
3205 |
-
msgid "
|
3206 |
msgstr ""
|
3207 |
|
3208 |
-
#: pro/
|
3209 |
-
msgid "
|
3210 |
msgstr ""
|
3211 |
|
3212 |
-
#: pro/
|
3213 |
-
msgid "
|
3214 |
msgstr ""
|
3215 |
|
3216 |
-
#: pro/
|
3217 |
-
|
|
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: pro/
|
3221 |
-
msgid "
|
3222 |
msgstr ""
|
3223 |
|
3224 |
-
#: pro/
|
3225 |
-
msgid "
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#: pro/
|
3229 |
-
|
|
|
3230 |
msgstr ""
|
3231 |
|
3232 |
-
#: pro/
|
3233 |
-
msgid "
|
3234 |
msgstr ""
|
3235 |
|
3236 |
-
#: pro/
|
3237 |
-
msgid "
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#: pro/
|
3241 |
-
msgid "
|
3242 |
msgstr ""
|
3243 |
|
3244 |
-
#: pro/
|
3245 |
-
msgid "
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: pro/
|
3249 |
-
msgid "
|
3250 |
msgstr ""
|
3251 |
|
3252 |
-
#: pro/
|
3253 |
-
msgid "
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#: pro/
|
3257 |
-
msgid "
|
3258 |
msgstr ""
|
3259 |
|
3260 |
-
#: pro/
|
3261 |
-
msgid "
|
3262 |
msgstr ""
|
3263 |
|
3264 |
-
#: pro/
|
3265 |
-
msgid "
|
3266 |
msgstr ""
|
3267 |
|
3268 |
-
#: pro/
|
3269 |
-
msgid "
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: pro/
|
3273 |
-
msgid "
|
3274 |
msgstr ""
|
3275 |
|
3276 |
-
#: pro/
|
3277 |
-
msgid "
|
3278 |
msgstr ""
|
3279 |
|
3280 |
-
#: pro/
|
3281 |
-
msgid "
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: pro/
|
3285 |
-
msgid "
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: pro/
|
3289 |
-
msgid "
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: pro/
|
3293 |
-
msgid "
|
3294 |
msgstr ""
|
3295 |
|
3296 |
-
#: pro/
|
3297 |
-
msgid "
|
3298 |
msgstr ""
|
3299 |
|
3300 |
-
#: pro/
|
3301 |
-
msgid "
|
3302 |
msgstr ""
|
3303 |
|
3304 |
-
#: pro/
|
3305 |
-
msgid "
|
3306 |
msgstr ""
|
3307 |
|
3308 |
-
|
3309 |
-
|
|
|
3310 |
msgstr ""
|
3311 |
|
3312 |
-
#: pro/
|
3313 |
-
msgid "
|
3314 |
msgstr ""
|
3315 |
|
3316 |
-
|
3317 |
-
|
|
|
3318 |
msgstr ""
|
3319 |
|
3320 |
-
#: pro/
|
3321 |
-
msgid "
|
3322 |
msgstr ""
|
3323 |
|
3324 |
-
#: pro/
|
3325 |
-
msgid "
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: app/
|
3329 |
-
|
3330 |
-
#: app/controllers/PrliLinksController.php:452
|
3331 |
-
#: app/controllers/PrliLinksController.php:458
|
3332 |
-
#: app/controllers/PrliLinksController.php:464
|
3333 |
-
msgid "Pro"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: app/
|
3337 |
-
msgid "
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
|
3341 |
-
#: app/views/links/
|
3342 |
-
|
3343 |
-
msgid "307 (Temporary)"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: app/
|
3347 |
-
#: app/views/
|
3348 |
-
|
3349 |
-
msgid "302 (Temporary)"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
-
#: app/
|
3353 |
-
|
3354 |
-
#: app/views/shared/tinymce_form_popup.php:34
|
3355 |
-
msgid "301 (Permanent)"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: app/
|
3359 |
-
msgid "
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: app/
|
3363 |
-
msgid "
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
|
3367 |
-
|
|
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#: app/
|
3371 |
-
|
|
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
|
3375 |
-
|
|
|
3376 |
msgstr ""
|
3377 |
|
3378 |
-
#: app/
|
3379 |
-
msgid "
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: app/
|
3383 |
-
msgid "
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: app/
|
3387 |
-
msgid "
|
3388 |
msgstr ""
|
3389 |
|
3390 |
-
#: app/
|
3391 |
-
msgid "
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: app/
|
3395 |
-
msgid "
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: app/
|
3399 |
-
|
|
|
|
|
3400 |
msgstr ""
|
3401 |
|
3402 |
-
#: app/
|
3403 |
-
msgid "
|
3404 |
msgstr ""
|
3405 |
|
3406 |
-
#: app/
|
3407 |
-
|
3408 |
-
msgid "Reset %s"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: app/
|
3412 |
-
|
3413 |
-
msgid "View clicks for %s"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: app/
|
3417 |
-
#: app/
|
3418 |
-
msgid "
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: app/
|
3422 |
-
|
3423 |
-
msgid "Send %s in an Email"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: app/
|
3427 |
-
#: app/
|
3428 |
-
|
|
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: app/
|
3432 |
-
#: app/
|
3433 |
-
msgid "
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: app/
|
3437 |
-
msgid "
|
3438 |
msgstr ""
|
3439 |
|
3440 |
-
#: app/
|
3441 |
-
|
|
|
3442 |
msgstr ""
|
3443 |
|
3444 |
-
|
3445 |
-
|
|
|
3446 |
msgstr ""
|
3447 |
|
3448 |
-
#: app/
|
3449 |
-
|
3450 |
-
#: app/views/shared/tinymce_form_popup.php:78
|
3451 |
-
#: app/views/widgets/widget.php:15
|
3452 |
-
#: app/controllers/PrliLinksController.php:59
|
3453 |
-
msgid "Pretty Link"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
-
#: app/
|
3457 |
-
msgid "
|
3458 |
msgstr ""
|
3459 |
|
3460 |
-
#: app/
|
3461 |
-
msgid "
|
3462 |
msgstr ""
|
3463 |
|
3464 |
-
#: app/
|
3465 |
-
|
|
|
|
|
3466 |
msgstr ""
|
3467 |
|
3468 |
-
|
3469 |
-
|
3470 |
-
msgid "Get started by %1$sadding a URL%2$s that you want to turn into a pretty link.%3$sCome back to see how many times it was clicked."
|
3471 |
msgstr ""
|
3472 |
|
3473 |
-
#: app/
|
3474 |
-
msgid "
|
3475 |
msgstr ""
|
3476 |
|
3477 |
-
#: app/
|
3478 |
-
|
|
|
|
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: app/
|
3482 |
-
msgid "Link
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: app/
|
3486 |
-
msgid "
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: app/
|
3490 |
-
msgid "
|
3491 |
msgstr ""
|
3492 |
|
3493 |
-
|
3494 |
-
|
|
|
3495 |
msgstr ""
|
3496 |
|
3497 |
-
#: app/
|
3498 |
-
msgid "
|
3499 |
msgstr ""
|
3500 |
|
3501 |
-
#: app/
|
3502 |
-
msgid "
|
3503 |
msgstr ""
|
3504 |
|
3505 |
-
#: app/
|
3506 |
-
msgid "on"
|
3507 |
msgstr ""
|
3508 |
|
3509 |
-
#: app/
|
3510 |
-
msgid "
|
3511 |
msgstr ""
|
3512 |
|
3513 |
-
#: app/views/links/
|
3514 |
-
|
3515 |
-
msgid "No Follow"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
-
#: app/views/links/
|
3519 |
-
msgid "
|
3520 |
msgstr ""
|
3521 |
|
3522 |
-
|
3523 |
-
|
|
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: app/views/links/
|
3527 |
-
#: app/views/links/
|
3528 |
-
|
|
|
3529 |
msgstr ""
|
3530 |
|
3531 |
-
#: app/views/links/
|
3532 |
-
msgid "
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: app/views/links/
|
3536 |
-
|
3537 |
-
msgid "Parameter Forwarding"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: app/views/links/
|
3541 |
-
msgid "
|
3542 |
msgstr ""
|
3543 |
|
3544 |
-
#: app/views/links/
|
3545 |
-
|
3546 |
-
#: app/views/shared/tinymce_form_popup.php:54
|
3547 |
-
#: app/controllers/PrliLinksController.php:588
|
3548 |
-
msgid "Tracking"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
-
#: app/views/links/
|
3552 |
-
msgid "
|
3553 |
msgstr ""
|
3554 |
|
3555 |
-
#: app/views/links/
|
3556 |
-
msgid "
|
3557 |
msgstr ""
|
3558 |
|
3559 |
-
#: app/views/links/
|
3560 |
-
msgid "
|
3561 |
msgstr ""
|
3562 |
|
3563 |
-
#: app/views/links/
|
3564 |
-
|
|
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: app/views/links/
|
3568 |
-
msgid "
|
3569 |
msgstr ""
|
3570 |
|
3571 |
-
#: app/views/links/
|
3572 |
-
msgid "
|
3573 |
msgstr ""
|
3574 |
|
3575 |
-
#: app/views/links/
|
3576 |
-
msgid "
|
3577 |
msgstr ""
|
3578 |
|
3579 |
-
#: app/views/links/
|
3580 |
-
msgid "
|
3581 |
msgstr ""
|
3582 |
|
3583 |
-
#: app/views/links/
|
3584 |
-
|
3585 |
-
msgid "Redirection Type"
|
3586 |
msgstr ""
|
3587 |
|
3588 |
-
#: app/views/links/
|
3589 |
-
msgid "
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: app/views/links/
|
3593 |
-
|
3594 |
-
msgid "Get cloaked redirects, Javascript redirects and more when you %1$sUpgrade to PRO%2$s"
|
3595 |
msgstr ""
|
3596 |
|
3597 |
-
#: app/views/links/
|
3598 |
-
msgid "
|
3599 |
msgstr ""
|
3600 |
|
3601 |
-
#: app/views/links/
|
3602 |
-
|
3603 |
-
#: app/views/shared/tinymce_form_popup.php:74
|
3604 |
-
#: app/views/widgets/widget.php:11
|
3605 |
-
msgid "Target URL"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: app/views/links/
|
3609 |
-
msgid "
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: app/views/links/
|
3613 |
-
msgid "
|
3614 |
msgstr ""
|
3615 |
|
3616 |
-
#: app/views/links/
|
3617 |
-
msgid "
|
3618 |
msgstr ""
|
3619 |
|
3620 |
-
#: app/views/links/
|
3621 |
-
|
3622 |
-
msgid "Notes"
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: app/views/links/
|
3626 |
-
msgid "
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: app/views/links/
|
3630 |
-
msgid "
|
3631 |
msgstr ""
|
3632 |
|
3633 |
-
|
3634 |
-
|
3635 |
-
msgid "Enter a comma separated list of the URLs that you'd like to replace with this Pretty Link in your Posts & Pages. These must be formatted as URLs for example: %1$shttp://example.com%2$s or %1$shttp://example.com?product_id=53%2$s"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
-
#: app/views/
|
3639 |
-
msgid "
|
3640 |
msgstr ""
|
3641 |
|
3642 |
-
#: app/views/
|
3643 |
-
|
3644 |
-
#: app/views/admin/onboarding/welcome.php:116
|
3645 |
-
#: app/controllers/PrliAppController.php:273
|
3646 |
-
msgid "Upgrade to Pro"
|
3647 |
msgstr ""
|
3648 |
|
3649 |
-
#: app/views/
|
3650 |
-
msgid "
|
3651 |
msgstr ""
|
3652 |
|
3653 |
-
#: app/views/
|
3654 |
-
msgid "
|
3655 |
msgstr ""
|
3656 |
|
3657 |
-
#: app/views/
|
3658 |
-
msgid "
|
3659 |
msgstr ""
|
3660 |
|
3661 |
-
#: app/views/
|
3662 |
-
msgid "
|
3663 |
msgstr ""
|
3664 |
|
3665 |
-
#: app/views/
|
3666 |
-
msgid "
|
3667 |
msgstr ""
|
3668 |
|
3669 |
-
#: app/views/
|
3670 |
-
msgid "
|
3671 |
msgstr ""
|
3672 |
|
3673 |
-
#: app/views/
|
3674 |
-
msgid "
|
3675 |
msgstr ""
|
3676 |
|
3677 |
-
#: app/views/
|
3678 |
-
|
3679 |
-
#: app/views/shared/link-table-nav.php:106
|
3680 |
-
msgid "Displaying %1$s–%2$s of %3$s"
|
3681 |
msgstr ""
|
3682 |
|
3683 |
-
#: app/views/
|
3684 |
-
msgid "
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: app/views/
|
3688 |
-
|
3689 |
-
#: js/editor.js:12
|
3690 |
-
msgid "Create New Pretty Link"
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: app/views/
|
3694 |
-
msgid "
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: app/views/
|
3698 |
-
msgid "
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: app/views/
|
3702 |
-
msgid "
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: app/views/
|
3706 |
-
|
3707 |
-
msgid "Link Text"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: app/views/
|
3711 |
-
msgid "
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: app/views/
|
3715 |
-
msgid "
|
3716 |
msgstr ""
|
3717 |
|
3718 |
-
#: app/views/
|
3719 |
-
|
3720 |
-
#: app/controllers/PrliLinksController.php:584
|
3721 |
-
#: app/controllers/PrliLinksController.php:591
|
3722 |
-
msgid "Enabled"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: app/views/
|
3726 |
-
|
3727 |
-
#: app/controllers/PrliLinksController.php:585
|
3728 |
-
#: app/controllers/PrliLinksController.php:592
|
3729 |
-
msgid "Disabled"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: app/views/
|
3733 |
-
|
3734 |
-
msgid "Open this Pretty Link in a new window/tab"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: app/views/
|
3738 |
-
msgid "
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: app/views/
|
3742 |
-
msgid "
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: app/views/
|
3746 |
-
msgid "
|
3747 |
msgstr ""
|
3748 |
|
3749 |
-
#: app/views/
|
3750 |
-
msgid "
|
3751 |
msgstr ""
|
3752 |
|
3753 |
-
#: app/views/
|
3754 |
-
|
3755 |
-
msgid "ERROR"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: app/views/
|
3759 |
-
msgid "
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: app/views/
|
3763 |
-
msgid "
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: app/views/
|
3767 |
-
msgid "
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: app/views/
|
3771 |
-
msgid "
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: app/views/
|
3775 |
-
msgid "
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: app/views/
|
3779 |
-
msgid "
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: app/views/
|
3783 |
-
msgid "
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: app/views/
|
3787 |
-
|
3788 |
-
msgid "And much, much more!"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: app/views/
|
3792 |
-
msgid "
|
3793 |
msgstr ""
|
3794 |
|
3795 |
-
#: app/views/
|
3796 |
-
|
3797 |
-
msgid "We think you'll love it!"
|
3798 |
msgstr ""
|
3799 |
|
3800 |
-
#: app/views/
|
3801 |
-
msgid "
|
3802 |
msgstr ""
|
3803 |
|
3804 |
-
#: app/views/
|
3805 |
-
msgid "
|
3806 |
msgstr ""
|
3807 |
|
3808 |
-
#: app/views/
|
3809 |
-
msgid "
|
3810 |
msgstr ""
|
3811 |
|
3812 |
-
#: app/views/
|
3813 |
-
msgid "
|
3814 |
msgstr ""
|
3815 |
|
3816 |
-
|
3817 |
-
|
|
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: app/views/
|
3821 |
-
#: app/views/
|
3822 |
-
msgid "
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: app/views/
|
3826 |
-
|
3827 |
-
msgid "Remind Me Later"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: app/views/
|
3831 |
-
|
|
|
3832 |
msgstr ""
|
3833 |
|
3834 |
-
#: app/views/
|
3835 |
-
#: app/views/
|
3836 |
-
msgid "
|
3837 |
msgstr ""
|
3838 |
|
3839 |
-
#: app/views/
|
3840 |
-
msgid "
|
3841 |
msgstr ""
|
3842 |
|
3843 |
-
#: app/views/
|
3844 |
-
msgid "
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: app/views/
|
3848 |
-
msgid "
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: app/views/
|
3852 |
-
msgid "
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: app/views/
|
3856 |
-
msgid "
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: app/views/
|
3860 |
-
msgid "
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: app/views/
|
3864 |
-
|
3865 |
-
msgid "Install"
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: app/views/
|
3869 |
-
msgid "
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: app/views/
|
3873 |
-
msgid "
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: app/views/
|
3877 |
-
msgid "
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: app/views/
|
3881 |
-
msgid "
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
|
3885 |
-
|
3886 |
-
msgid "You must have a License Key to enable automatic updates for Pretty Links Pro. If you don't have a License please go to %1$s to get one. If you do have a license you can login at %2$s to manage your licenses and site activations."
|
3887 |
msgstr ""
|
3888 |
|
3889 |
-
#: app/views/
|
3890 |
-
|
|
|
3891 |
msgstr ""
|
3892 |
|
3893 |
-
#: app/views/
|
3894 |
-
msgid "
|
3895 |
msgstr ""
|
3896 |
|
3897 |
-
|
3898 |
-
|
3899 |
-
msgid "It looks like you haven't %1$supgraded to Pretty Links Pro%2$s yet. Here are just a few things you could be doing with pro:"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
-
#: app/views/
|
3903 |
-
msgid "
|
3904 |
msgstr ""
|
3905 |
|
3906 |
-
#: app/views/
|
3907 |
-
msgid "
|
3908 |
msgstr ""
|
3909 |
|
3910 |
-
#: app/views/
|
3911 |
-
msgid "
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: app/views/
|
3915 |
-
msgid "
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: app/views/
|
3919 |
-
msgid "
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: app/views/
|
3923 |
-
msgid "
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: app/views/
|
3927 |
-
msgid "
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: app/views/
|
3931 |
-
msgid "
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: app/views/
|
3935 |
-
msgid "
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: app/views/
|
3939 |
-
msgid "
|
3940 |
msgstr ""
|
3941 |
|
3942 |
-
#: app/views/
|
3943 |
-
msgid "
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: app/views/
|
3947 |
-
|
|
|
3948 |
msgstr ""
|
3949 |
|
3950 |
-
#: app/views/
|
3951 |
-
|
|
|
|
|
|
|
3952 |
msgstr ""
|
3953 |
|
3954 |
-
|
3955 |
-
|
3956 |
-
msgid "%1$s%3$d of %4$s%2$s sites have been activated with this license key"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
-
#: app/views/
|
3960 |
-
|
|
|
3961 |
msgstr ""
|
3962 |
|
3963 |
-
#: app/views/
|
3964 |
-
|
|
|
3965 |
msgstr ""
|
3966 |
|
3967 |
-
#: app/views/
|
3968 |
-
|
|
|
3969 |
msgstr ""
|
3970 |
|
3971 |
-
#: app/views/
|
3972 |
-
|
|
|
3973 |
msgstr ""
|
3974 |
|
3975 |
-
#: app/views/
|
3976 |
-
|
|
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: app/views/
|
3980 |
-
|
|
|
3981 |
msgstr ""
|
3982 |
|
3983 |
-
#: app/views/
|
3984 |
-
msgid "
|
3985 |
msgstr ""
|
3986 |
|
3987 |
-
#: app/views/
|
3988 |
-
msgid "
|
3989 |
msgstr ""
|
3990 |
|
3991 |
-
#: app/views/
|
3992 |
-
msgid "
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
|
3996 |
-
|
3997 |
-
msgid "If you have problems with the auto-install please refer to %1$sthe user manual%2$s for manual install instructions."
|
3998 |
msgstr ""
|
3999 |
|
4000 |
-
#: app/views/
|
4001 |
-
msgid "
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: app/views/
|
4005 |
-
msgid "
|
4006 |
msgstr ""
|
4007 |
|
4008 |
-
#: app/views/
|
4009 |
-
msgid "
|
4010 |
msgstr ""
|
4011 |
|
4012 |
-
#: app/views/
|
4013 |
-
msgid "
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#: app/views/
|
4017 |
-
msgid "
|
4018 |
msgstr ""
|
4019 |
|
4020 |
-
#: app/views/
|
4021 |
-
msgid "
|
4022 |
msgstr ""
|
4023 |
|
4024 |
-
#: app/views/
|
4025 |
-
msgid "
|
4026 |
msgstr ""
|
4027 |
|
4028 |
-
#: app/views/
|
4029 |
-
|
4030 |
-
msgid "Loading..."
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: app/views/
|
4034 |
-
msgid "
|
4035 |
msgstr ""
|
4036 |
|
4037 |
-
#: app/views/
|
4038 |
-
|
4039 |
-
msgid "Pretty Links Pro isn't able to get critical automatic updates"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
-
#: app/views/
|
4043 |
-
|
|
|
4044 |
msgstr ""
|
4045 |
|
4046 |
-
|
4047 |
-
|
4048 |
-
msgid "You can get your license key by logging in at %1$sPrettyLinkPro.com.%2$s"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
-
|
4052 |
-
#: app/
|
4053 |
-
msgid "
|
4054 |
msgstr ""
|
4055 |
|
4056 |
-
|
4057 |
-
|
4058 |
-
msgid "You can retrieve or purchase a license key at %1$sPrettyLinks.com%2$s to enable automatic updates today."
|
4059 |
msgstr ""
|
4060 |
|
4061 |
-
|
4062 |
-
#: app/
|
4063 |
-
msgid "
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: app/views/
|
4067 |
-
|
4068 |
-
msgid "Welcome to Pretty Links!"
|
4069 |
msgstr ""
|
4070 |
|
4071 |
-
#: app/
|
4072 |
-
msgid "
|
4073 |
msgstr ""
|
4074 |
|
4075 |
-
#: app/
|
4076 |
-
msgid "
|
4077 |
msgstr ""
|
4078 |
|
4079 |
-
#: app/
|
4080 |
-
msgid "
|
4081 |
msgstr ""
|
4082 |
|
4083 |
-
#: app/
|
4084 |
-
msgid "
|
4085 |
msgstr ""
|
4086 |
|
4087 |
-
#: app/
|
4088 |
-
msgid "
|
4089 |
msgstr ""
|
4090 |
|
4091 |
-
#: app/
|
4092 |
-
msgid "
|
4093 |
msgstr ""
|
4094 |
|
4095 |
-
#: app/
|
4096 |
-
msgid "
|
4097 |
msgstr ""
|
4098 |
|
4099 |
-
#: app/
|
4100 |
-
msgid "
|
4101 |
msgstr ""
|
4102 |
|
4103 |
-
#: app/
|
4104 |
-
msgid "
|
4105 |
msgstr ""
|
4106 |
|
4107 |
-
#: app/
|
4108 |
-
msgid "
|
4109 |
msgstr ""
|
4110 |
|
4111 |
-
#: app/
|
4112 |
-
msgid "
|
4113 |
msgstr ""
|
4114 |
|
4115 |
-
#:
|
4116 |
-
msgid "
|
4117 |
msgstr ""
|
4118 |
|
4119 |
-
#:
|
4120 |
-
msgid "
|
4121 |
msgstr ""
|
4122 |
|
4123 |
-
#:
|
4124 |
-
msgid "
|
4125 |
msgstr ""
|
4126 |
|
4127 |
-
#:
|
4128 |
-
msgid "
|
4129 |
msgstr ""
|
4130 |
|
4131 |
-
#:
|
4132 |
-
msgid "
|
4133 |
msgstr ""
|
4134 |
|
4135 |
-
#:
|
4136 |
-
msgid "
|
4137 |
msgstr ""
|
4138 |
|
4139 |
-
#:
|
4140 |
-
|
4141 |
-
msgid "Automated, Site-Wide Link Placement (Keyword Replacement)"
|
4142 |
msgstr ""
|
4143 |
|
4144 |
-
#:
|
4145 |
-
msgid "
|
4146 |
msgstr ""
|
4147 |
|
4148 |
-
#:
|
4149 |
-
msgid "
|
4150 |
msgstr ""
|
4151 |
|
4152 |
-
#:
|
4153 |
-
|
4154 |
-
msgid "Categories & Tags"
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#:
|
4158 |
-
msgid "
|
4159 |
msgstr ""
|
4160 |
|
4161 |
-
#:
|
4162 |
-
|
4163 |
-
msgid "Advanced Redirect Types"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#:
|
4167 |
-
msgid "
|
4168 |
msgstr ""
|
4169 |
|
4170 |
-
#:
|
4171 |
-
msgid "
|
4172 |
msgstr ""
|
4173 |
|
4174 |
-
#:
|
4175 |
-
|
4176 |
-
msgid "Dynamic Redirect Types"
|
4177 |
msgstr ""
|
4178 |
|
4179 |
-
#:
|
4180 |
-
msgid "
|
4181 |
msgstr ""
|
4182 |
|
4183 |
-
#:
|
4184 |
-
msgid "
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#:
|
4188 |
-
|
4189 |
-
msgid "Import and Export Links"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
-
#:
|
4193 |
-
msgid "
|
4194 |
msgstr ""
|
4195 |
|
4196 |
-
#:
|
4197 |
-
msgid "
|
4198 |
msgstr ""
|
4199 |
|
4200 |
-
#:
|
4201 |
-
msgid "
|
4202 |
msgstr ""
|
4203 |
|
4204 |
-
#:
|
4205 |
-
msgid "
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#:
|
4209 |
-
|
4210 |
-
msgid "Get Some Quick Wins with Pretty Links 3.0!"
|
4211 |
msgstr ""
|
4212 |
|
4213 |
-
|
4214 |
-
|
4215 |
-
msgid "We hope you know that here at Pretty Links, we work every day to deliver amazing tools for business owners to help them %1$swin more%2$s. We want our customers to make more money, easier through superior affiliate link strategy and management."
|
4216 |
msgstr ""
|
4217 |
|
4218 |
-
|
4219 |
-
|
4220 |
-
msgid "That's why today, we're excited to announce that we're rolling out a major, new release. This release won't deliver any huge, new features but rather a set of incremental features & fixes that will %1$sinstantly give you some well deserved quick wins%2$s in your business."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
-
|
4224 |
-
|
4225 |
-
msgid "That's why we're calling Pretty Links 3.0 - %1$sQuick Wins!%2$s"
|
4226 |
msgstr ""
|
4227 |
|
4228 |
-
#:
|
4229 |
-
msgid "
|
4230 |
msgstr ""
|
4231 |
|
4232 |
-
#:
|
4233 |
-
msgid "
|
4234 |
msgstr ""
|
4235 |
|
4236 |
-
|
4237 |
-
|
4238 |
-
msgid "%1$sAn all-new Link Editor%2$s - We've completely overhauled our link editing experience. Our new, power-packed link editor will make creating and managing your affiliate links easier than ever before!"
|
4239 |
msgstr ""
|
4240 |
|
4241 |
-
#:
|
4242 |
-
|
4243 |
-
#: app/views/admin/onboarding/update.php:66
|
4244 |
-
#: app/views/admin/onboarding/update.php:67
|
4245 |
-
msgid "An all-new Link Editor"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
|
4249 |
-
|
4250 |
-
msgid "%1$sAll new Link Listing%2$s - Gone is the clumsy, old Link Listing feature! You’ll now be able to send links to the \"Trash,\" customize what columns you see in your listing with \"Screen Options\" and change the number of rows displayed."
|
4251 |
msgstr ""
|
4252 |
|
4253 |
-
#:
|
4254 |
-
|
4255 |
-
msgid "All new Link Listing"
|
4256 |
msgstr ""
|
4257 |
|
4258 |
-
|
4259 |
-
|
4260 |
-
msgid "%1$sCustomizable Links Tags / Categories (Pro Only)%2$s - Once you upgrade to Quick Wins, you'll be able to categorize and tag your pretty links! This is a long-requested feature that will help you organize your links and group them any way that you'd like to for ultimate productivity and monetization!"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
-
#:
|
4264 |
-
|
4265 |
-
msgid "Customizable Links Tags / Categories (Pro Only)"
|
4266 |
msgstr ""
|
4267 |
|
4268 |
-
|
4269 |
-
|
4270 |
-
msgid "%1$sGutenberg Block Link Integration%2$s - You can now use your Pretty Links directly inside the Gutenberg Paragraph Block. All you have to do is select the \"Pretty Link\" button from your Paragraph Block's formatting bar then you can search and insert Pretty Links instantly!"
|
4271 |
msgstr ""
|
4272 |
|
4273 |
-
#:
|
4274 |
-
|
4275 |
-
msgid "Gutenberg Block Link Integration"
|
4276 |
msgstr ""
|
4277 |
|
4278 |
-
#:
|
4279 |
-
msgid "
|
4280 |
msgstr ""
|
4281 |
|
4282 |
-
#:
|
4283 |
-
msgid "
|
4284 |
msgstr ""
|
4285 |
|
4286 |
-
|
4287 |
-
|
4288 |
-
msgid "We're excited for you to start winning more today with %1$sPretty Link Quick Wins!%2$s"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
-
#:
|
4292 |
-
|
4293 |
-
msgid "Options"
|
4294 |
msgstr ""
|
4295 |
|
4296 |
-
#:
|
4297 |
-
msgid "
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
|
4301 |
-
|
4302 |
-
msgid "%1$sWordPress Must be Configured:%2$s Pretty Links won't work until you select a Permalink Structure other than 'Default'"
|
4303 |
msgstr ""
|
4304 |
|
4305 |
-
#:
|
4306 |
-
msgid "
|
4307 |
msgstr ""
|
4308 |
|
4309 |
-
#:
|
4310 |
-
msgid "
|
4311 |
msgstr ""
|
4312 |
|
4313 |
-
#:
|
4314 |
-
msgid "
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#:
|
4318 |
-
msgid "
|
4319 |
msgstr ""
|
4320 |
|
4321 |
-
#:
|
4322 |
-
msgid "
|
4323 |
msgstr ""
|
4324 |
|
4325 |
-
#:
|
4326 |
-
msgid "
|
4327 |
msgstr ""
|
4328 |
|
4329 |
-
#:
|
4330 |
-
msgid "
|
4331 |
msgstr ""
|
4332 |
|
4333 |
-
#:
|
4334 |
-
msgid "
|
|
|
|
|
|
|
|
|
4335 |
msgstr ""
|
4336 |
|
4337 |
-
#:
|
4338 |
-
msgid "
|
4339 |
msgstr ""
|
4340 |
|
4341 |
-
#:
|
4342 |
-
msgid "
|
4343 |
msgstr ""
|
4344 |
|
4345 |
-
#:
|
4346 |
-
msgid "
|
4347 |
msgstr ""
|
4348 |
|
4349 |
-
#:
|
4350 |
-
|
4351 |
-
msgid "Enable Tracking"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#:
|
4355 |
-
msgid "
|
4356 |
msgstr ""
|
4357 |
|
4358 |
-
#:
|
4359 |
-
msgid "
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#:
|
4363 |
-
msgid "
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#:
|
4367 |
-
msgid "
|
4368 |
msgstr ""
|
4369 |
|
4370 |
-
#:
|
4371 |
-
msgid "
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#:
|
4375 |
-
msgid "
|
4376 |
msgstr ""
|
4377 |
|
4378 |
-
#:
|
4379 |
-
msgid "
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#:
|
4383 |
-
msgid "
|
4384 |
msgstr ""
|
4385 |
|
4386 |
-
#:
|
4387 |
-
msgid "
|
4388 |
msgstr ""
|
4389 |
|
4390 |
-
#:
|
4391 |
-
|
4392 |
-
msgid "Tracking Style"
|
4393 |
msgstr ""
|
4394 |
|
4395 |
-
#:
|
4396 |
-
msgid "
|
4397 |
msgstr ""
|
4398 |
|
4399 |
-
#:
|
4400 |
-
msgid "
|
4401 |
msgstr ""
|
4402 |
|
4403 |
-
#:
|
4404 |
-
msgid "
|
4405 |
msgstr ""
|
4406 |
|
4407 |
-
#:
|
4408 |
-
msgid "
|
4409 |
msgstr ""
|
4410 |
|
4411 |
-
#:
|
4412 |
-
msgid "
|
4413 |
msgstr ""
|
4414 |
|
4415 |
-
#:
|
4416 |
-
msgid "
|
4417 |
msgstr ""
|
4418 |
|
4419 |
-
#:
|
4420 |
-
msgid "
|
4421 |
msgstr ""
|
4422 |
|
4423 |
-
#:
|
4424 |
-
msgid "
|
4425 |
msgstr ""
|
4426 |
|
4427 |
-
#:
|
4428 |
-
msgid "
|
4429 |
msgstr ""
|
4430 |
|
4431 |
-
#:
|
4432 |
-
msgid "
|
4433 |
msgstr ""
|
4434 |
|
4435 |
-
#:
|
4436 |
-
msgid "
|
4437 |
msgstr ""
|
4438 |
|
4439 |
-
#:
|
4440 |
-
|
4441 |
-
msgid "Filter Robots"
|
4442 |
msgstr ""
|
4443 |
|
4444 |
-
#:
|
4445 |
-
msgid "
|
4446 |
msgstr ""
|
4447 |
|
4448 |
-
#:
|
4449 |
-
|
4450 |
-
msgid "Whitelist IP Addresses"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
-
#:
|
4454 |
-
msgid "
|
4455 |
msgstr ""
|
4456 |
|
4457 |
-
#:
|
4458 |
-
msgid "
|
4459 |
msgstr ""
|
4460 |
|
4461 |
-
#:
|
4462 |
-
msgid "
|
4463 |
msgstr ""
|
4464 |
|
4465 |
-
#:
|
4466 |
-
msgid "
|
4467 |
msgstr ""
|
4468 |
|
4469 |
-
#:
|
4470 |
-
msgid "
|
4471 |
msgstr ""
|
4472 |
|
4473 |
-
#:
|
4474 |
-
msgid "
|
4475 |
msgstr ""
|
4476 |
|
4477 |
-
#:
|
4478 |
-
msgid "
|
4479 |
msgstr ""
|
4480 |
|
4481 |
-
#:
|
4482 |
-
msgid "
|
4483 |
msgstr ""
|
4484 |
|
4485 |
-
#:
|
4486 |
-
|
4487 |
-
msgid "This is how you'll identify your Group."
|
4488 |
msgstr ""
|
4489 |
|
4490 |
-
#:
|
4491 |
-
|
4492 |
-
msgid "Description:"
|
4493 |
msgstr ""
|
4494 |
|
4495 |
-
#:
|
4496 |
-
|
4497 |
-
msgid "A Description of this group."
|
4498 |
msgstr ""
|
4499 |
|
4500 |
-
#:
|
4501 |
-
|
4502 |
-
msgid "Links:"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#:
|
4506 |
-
|
4507 |
-
msgid "Current Group"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
|
4511 |
-
|
4512 |
-
#: app/views/groups/new.php:60
|
4513 |
-
msgid "Select some links for this group. %1$sNote: each link can only be in one group at a time.%2$s"
|
4514 |
msgstr ""
|
4515 |
|
4516 |
-
#:
|
4517 |
-
msgid "
|
4518 |
msgstr ""
|
4519 |
|
4520 |
-
#:
|
4521 |
-
msgid "
|
4522 |
msgstr ""
|
4523 |
|
4524 |
-
#:
|
4525 |
-
msgid "
|
4526 |
msgstr ""
|
4527 |
|
4528 |
-
#:
|
4529 |
-
msgid "
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#:
|
4533 |
-
|
4534 |
-
msgid "View links in %s"
|
4535 |
msgstr ""
|
4536 |
|
4537 |
-
#:
|
4538 |
-
msgid "
|
4539 |
msgstr ""
|
4540 |
|
4541 |
-
#:
|
4542 |
-
msgid "
|
4543 |
msgstr ""
|
4544 |
|
4545 |
-
#:
|
4546 |
-
|
4547 |
-
msgid "Tools"
|
4548 |
msgstr ""
|
4549 |
|
4550 |
-
#:
|
4551 |
-
|
4552 |
-
msgid "Bookmarklet"
|
4553 |
msgstr ""
|
4554 |
|
4555 |
-
#:
|
4556 |
-
|
4557 |
-
msgid "Trim Clicks"
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#:
|
4561 |
-
msgid "
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
|
4565 |
-
|
4566 |
-
msgid "Just drag this \"Get PrettyLink\" link to your toolbar to install the bookmarklet. As you browse the web, you can just click this bookmarklet to create a pretty link from the current url you're looking at. %1$s(more help)%2$s"
|
4567 |
msgstr ""
|
4568 |
|
4569 |
-
#:
|
4570 |
-
msgid "
|
4571 |
msgstr ""
|
4572 |
|
4573 |
-
|
4574 |
-
|
4575 |
-
msgid "%1$sNote:%2$s iPhone users can install this bookmarklet in their Safari to create Pretty Links with the following steps:"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
-
#:
|
4579 |
-
msgid "
|
4580 |
msgstr ""
|
4581 |
|
4582 |
-
#:
|
4583 |
-
msgid "
|
4584 |
msgstr ""
|
4585 |
|
4586 |
-
#:
|
4587 |
-
msgid "
|
4588 |
msgstr ""
|
4589 |
|
4590 |
-
#:
|
4591 |
-
msgid "
|
4592 |
msgstr ""
|
4593 |
|
4594 |
-
#:
|
4595 |
-
msgid "
|
4596 |
msgstr ""
|
4597 |
|
4598 |
-
#:
|
4599 |
-
msgid "
|
4600 |
msgstr ""
|
4601 |
|
4602 |
-
|
4603 |
-
|
4604 |
-
msgid "To save the changes hit \"Bookmarks\" and %1$syou're done!%2$s"
|
4605 |
msgstr ""
|
4606 |
|
4607 |
-
#:
|
4608 |
-
msgid "
|
4609 |
msgstr ""
|
4610 |
|
4611 |
-
#:
|
4612 |
-
msgid "
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#:
|
4616 |
-
msgid "
|
4617 |
msgstr ""
|
4618 |
|
4619 |
-
#:
|
4620 |
-
msgid "
|
4621 |
msgstr ""
|
4622 |
|
4623 |
-
#:
|
4624 |
-
msgid "
|
4625 |
msgstr ""
|
4626 |
|
4627 |
-
#:
|
4628 |
-
msgid "
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#:
|
4632 |
-
msgid "
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#:
|
4636 |
-
msgid "
|
4637 |
msgstr ""
|
4638 |
|
4639 |
-
#:
|
4640 |
-
msgid "
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#:
|
4644 |
-
msgid "
|
4645 |
msgstr ""
|
4646 |
|
4647 |
-
#:
|
4648 |
-
msgid "
|
4649 |
msgstr ""
|
4650 |
|
4651 |
-
#:
|
4652 |
-
msgid "
|
4653 |
msgstr ""
|
4654 |
|
4655 |
-
#:
|
4656 |
-
msgid "
|
4657 |
msgstr ""
|
4658 |
|
4659 |
-
#:
|
4660 |
-
msgid "
|
4661 |
msgstr ""
|
4662 |
|
4663 |
-
#:
|
4664 |
-
|
4665 |
-
msgid "For %s"
|
4666 |
msgstr ""
|
4667 |
|
4668 |
-
#:
|
4669 |
-
msgid "
|
4670 |
msgstr ""
|
4671 |
|
4672 |
-
#:
|
4673 |
-
msgid "
|
4674 |
msgstr ""
|
4675 |
|
4676 |
-
#:
|
4677 |
-
msgid "
|
4678 |
msgstr ""
|
4679 |
|
4680 |
-
#:
|
4681 |
-
msgid "
|
4682 |
msgstr ""
|
4683 |
|
4684 |
-
#:
|
4685 |
-
|
4686 |
-
msgid "Browser"
|
4687 |
msgstr ""
|
4688 |
|
4689 |
-
#:
|
4690 |
-
|
4691 |
-
msgid "OS"
|
4692 |
msgstr ""
|
4693 |
|
4694 |
-
#:
|
4695 |
-
|
4696 |
-
msgid "IP"
|
4697 |
msgstr ""
|
4698 |
|
4699 |
-
#:
|
4700 |
-
|
4701 |
-
msgid "Visitor"
|
4702 |
msgstr ""
|
4703 |
|
4704 |
-
#:
|
4705 |
-
|
4706 |
-
msgid "Timestamp"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
-
#:
|
4710 |
-
|
4711 |
-
msgid "Host"
|
4712 |
msgstr ""
|
4713 |
|
4714 |
-
#:
|
4715 |
-
|
4716 |
-
msgid "URI"
|
4717 |
msgstr ""
|
4718 |
|
4719 |
-
#:
|
4720 |
-
|
4721 |
-
msgid "Referrer"
|
4722 |
msgstr ""
|
4723 |
|
4724 |
-
#:
|
4725 |
-
msgid "
|
4726 |
msgstr ""
|
4727 |
|
4728 |
-
#:
|
4729 |
-
msgid "
|
4730 |
msgstr ""
|
4731 |
|
4732 |
-
#:
|
4733 |
-
msgid "
|
4734 |
msgstr ""
|
4735 |
|
4736 |
-
#:
|
4737 |
-
msgid "
|
4738 |
msgstr ""
|
4739 |
|
4740 |
-
#:
|
4741 |
-
msgid "
|
4742 |
msgstr ""
|
4743 |
|
4744 |
-
#:
|
4745 |
-
msgid "
|
4746 |
msgstr ""
|
4747 |
|
4748 |
-
#:
|
4749 |
-
msgid "
|
4750 |
msgstr ""
|
4751 |
|
4752 |
-
#:
|
4753 |
-
msgid "
|
4754 |
msgstr ""
|
4755 |
|
4756 |
-
#:
|
4757 |
-
msgid "
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#:
|
4761 |
-
msgid "
|
4762 |
msgstr ""
|
4763 |
|
4764 |
-
#:
|
4765 |
-
msgid "
|
4766 |
msgstr ""
|
4767 |
|
4768 |
-
#:
|
4769 |
-
msgid "
|
4770 |
msgstr ""
|
4771 |
|
4772 |
-
#:
|
4773 |
-
msgid "
|
4774 |
msgstr ""
|
4775 |
|
4776 |
-
#:
|
4777 |
-
msgid "
|
4778 |
msgstr ""
|
4779 |
|
4780 |
-
#:
|
4781 |
-
msgid "
|
4782 |
msgstr ""
|
4783 |
|
4784 |
-
#:
|
4785 |
-
msgid "
|
4786 |
msgstr ""
|
4787 |
|
4788 |
-
#:
|
4789 |
-
msgid "
|
4790 |
msgstr ""
|
4791 |
|
4792 |
-
#:
|
4793 |
-
msgid "
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#:
|
4797 |
-
msgid "
|
4798 |
msgstr ""
|
4799 |
|
4800 |
-
#:
|
4801 |
-
msgid "
|
4802 |
msgstr ""
|
4803 |
|
4804 |
-
#:
|
4805 |
-
|
4806 |
-
#: app/controllers/PrliXmlRpcController.php:145
|
4807 |
-
#: app/controllers/PrliXmlRpcController.php:200
|
4808 |
-
#: app/controllers/PrliXmlRpcController.php:229
|
4809 |
-
#: app/controllers/PrliXmlRpcController.php:257
|
4810 |
-
#: app/controllers/PrliXmlRpcController.php:290
|
4811 |
-
#: app/controllers/PrliXmlRpcController.php:322
|
4812 |
-
msgid "Sorry, XML-RPC Not enabled for this website"
|
4813 |
msgstr ""
|
4814 |
|
4815 |
-
#:
|
4816 |
-
|
4817 |
-
#: app/controllers/PrliXmlRpcController.php:148
|
4818 |
-
#: app/controllers/PrliXmlRpcController.php:203
|
4819 |
-
#: app/controllers/PrliXmlRpcController.php:232
|
4820 |
-
#: app/controllers/PrliXmlRpcController.php:260
|
4821 |
-
#: app/controllers/PrliXmlRpcController.php:293
|
4822 |
-
#: app/controllers/PrliXmlRpcController.php:325
|
4823 |
-
msgid "Sorry, Login failed"
|
4824 |
msgstr ""
|
4825 |
|
4826 |
-
#:
|
4827 |
-
|
4828 |
-
#: app/controllers/PrliXmlRpcController.php:154
|
4829 |
-
#: app/controllers/PrliXmlRpcController.php:209
|
4830 |
-
#: app/controllers/PrliXmlRpcController.php:238
|
4831 |
-
#: app/controllers/PrliXmlRpcController.php:266
|
4832 |
-
#: app/controllers/PrliXmlRpcController.php:299
|
4833 |
-
#: app/controllers/PrliXmlRpcController.php:331
|
4834 |
-
msgid "Sorry, you must be an administrator to access this resource"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
-
#:
|
4838 |
-
msgid "
|
4839 |
msgstr ""
|
4840 |
|
4841 |
-
#:
|
4842 |
-
|
4843 |
-
msgid "There was an error creating your Pretty Link"
|
4844 |
msgstr ""
|
4845 |
|
4846 |
-
#:
|
4847 |
-
msgid "
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#:
|
4851 |
-
msgid "
|
4852 |
msgstr ""
|
4853 |
|
4854 |
-
#:
|
4855 |
-
msgid "
|
4856 |
msgstr ""
|
4857 |
|
4858 |
-
#:
|
4859 |
-
msgid "
|
4860 |
msgstr ""
|
4861 |
|
4862 |
-
#:
|
4863 |
-
|
4864 |
-
msgid "There was an error fetching your Pretty Link"
|
4865 |
msgstr ""
|
4866 |
|
4867 |
-
#:
|
4868 |
-
|
4869 |
-
msgid "Sorry, you must provide an id to lookup"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
-
#:
|
4873 |
-
msgid "
|
4874 |
msgstr ""
|
4875 |
|
4876 |
-
#:
|
4877 |
-
msgid "
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#:
|
4881 |
-
msgid "
|
4882 |
msgstr ""
|
4883 |
|
4884 |
-
#:
|
4885 |
-
msgid "
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#:
|
4889 |
-
msgid "
|
4890 |
msgstr ""
|
4891 |
|
4892 |
-
#:
|
4893 |
-
|
4894 |
-
#: app/controllers/PrliLinksController.php:737
|
4895 |
-
msgid "Forbidden"
|
4896 |
msgstr ""
|
4897 |
|
4898 |
-
#:
|
4899 |
-
msgid "
|
4900 |
msgstr ""
|
4901 |
|
4902 |
-
#:
|
4903 |
-
msgid "
|
4904 |
msgstr ""
|
4905 |
|
4906 |
-
#:
|
4907 |
-
msgid "
|
4908 |
msgstr ""
|
4909 |
|
4910 |
-
#:
|
4911 |
-
msgid "
|
4912 |
msgstr ""
|
4913 |
|
4914 |
-
#:
|
4915 |
-
|
4916 |
-
msgid "An error prevented your Pretty Link from being created"
|
4917 |
msgstr ""
|
4918 |
|
4919 |
-
#:
|
4920 |
-
msgid "
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#:
|
4924 |
-
msgid "
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#:
|
4928 |
-
msgid "
|
4929 |
msgstr ""
|
4930 |
|
4931 |
-
#:
|
4932 |
-
|
4933 |
-
#: js/editor.js:12
|
4934 |
-
msgid "New Pretty Link"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
-
#:
|
4938 |
-
msgid "
|
4939 |
msgstr ""
|
4940 |
|
4941 |
-
#:
|
4942 |
-
msgid "
|
4943 |
msgstr ""
|
4944 |
|
4945 |
-
#:
|
4946 |
-
msgid "
|
4947 |
msgstr ""
|
4948 |
|
4949 |
-
#:
|
4950 |
-
msgid "
|
4951 |
msgstr ""
|
4952 |
|
4953 |
-
#:
|
4954 |
-
msgid "
|
4955 |
msgstr ""
|
4956 |
|
4957 |
-
#:
|
4958 |
-
msgid "
|
4959 |
msgstr ""
|
4960 |
|
4961 |
-
#:
|
4962 |
-
msgid "
|
4963 |
msgstr ""
|
4964 |
|
4965 |
-
#:
|
4966 |
-
msgid "
|
4967 |
msgstr ""
|
4968 |
|
4969 |
-
#:
|
4970 |
-
msgid "
|
4971 |
msgstr ""
|
4972 |
|
4973 |
-
#:
|
4974 |
-
msgid "
|
4975 |
msgstr ""
|
4976 |
|
4977 |
-
#:
|
4978 |
-
msgid "
|
4979 |
msgstr ""
|
4980 |
|
4981 |
-
#:
|
4982 |
-
msgid "
|
4983 |
msgstr ""
|
4984 |
|
4985 |
-
#:
|
4986 |
-
msgid "
|
4987 |
msgstr ""
|
4988 |
|
4989 |
-
#:
|
4990 |
-
msgid "
|
4991 |
msgstr ""
|
4992 |
|
4993 |
-
#:
|
4994 |
-
msgid "
|
4995 |
msgstr ""
|
4996 |
|
4997 |
-
#:
|
4998 |
-
msgid "
|
4999 |
msgstr ""
|
5000 |
|
5001 |
-
#:
|
5002 |
-
msgid "
|
5003 |
msgstr ""
|
5004 |
|
5005 |
-
#:
|
5006 |
-
|
5007 |
-
msgid "No Change"
|
5008 |
msgstr ""
|
5009 |
|
5010 |
-
#:
|
5011 |
-
msgid "
|
5012 |
msgstr ""
|
5013 |
|
5014 |
-
#:
|
5015 |
-
msgid "
|
5016 |
msgstr ""
|
5017 |
|
5018 |
-
#:
|
5019 |
-
msgid "
|
5020 |
msgstr ""
|
5021 |
|
5022 |
-
#:
|
5023 |
-
|
5024 |
-
msgid "View Split Test Report"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#:
|
5028 |
-
msgid "
|
5029 |
msgstr ""
|
5030 |
|
5031 |
-
#:
|
5032 |
-
msgid "
|
5033 |
msgstr ""
|
5034 |
|
5035 |
-
#:
|
5036 |
-
msgid "
|
5037 |
msgstr ""
|
5038 |
|
5039 |
-
#:
|
5040 |
-
msgid "
|
5041 |
msgstr ""
|
5042 |
|
5043 |
-
#:
|
5044 |
-
msgid "
|
5045 |
msgstr ""
|
5046 |
|
5047 |
-
#:
|
5048 |
-
msgid "
|
5049 |
msgstr ""
|
5050 |
|
5051 |
-
#:
|
5052 |
-
msgid "
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#:
|
5056 |
-
msgid "
|
5057 |
msgstr ""
|
5058 |
|
5059 |
-
#:
|
5060 |
-
msgid "
|
5061 |
msgstr ""
|
5062 |
|
5063 |
-
#:
|
5064 |
-
msgid "
|
5065 |
msgstr ""
|
5066 |
|
5067 |
-
#:
|
5068 |
-
msgid "
|
5069 |
msgstr ""
|
5070 |
|
5071 |
-
#:
|
5072 |
-
msgid "
|
5073 |
msgstr ""
|
5074 |
|
5075 |
-
#:
|
5076 |
-
msgid "
|
5077 |
msgstr ""
|
5078 |
|
5079 |
-
#:
|
5080 |
-
msgid "
|
5081 |
msgstr ""
|
5082 |
|
5083 |
-
#:
|
5084 |
-
msgid "
|
5085 |
msgstr ""
|
5086 |
|
5087 |
-
#:
|
5088 |
-
msgid "
|
5089 |
msgstr ""
|
5090 |
|
5091 |
-
#:
|
5092 |
-
|
5093 |
-
#: app/controllers/PrliAppController.php:265
|
5094 |
-
msgid "Activate"
|
5095 |
msgstr ""
|
5096 |
|
5097 |
-
#:
|
5098 |
-
msgid "
|
5099 |
msgstr ""
|
5100 |
|
5101 |
-
#:
|
5102 |
-
msgid "
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#:
|
5106 |
-
msgid "
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#:
|
5110 |
-
|
5111 |
-
#: app/controllers/PrliAppController.php:275
|
5112 |
-
msgid "Docs"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
-
#:
|
5116 |
-
|
5117 |
-
msgid "Activate Pro License"
|
5118 |
msgstr ""
|
5119 |
|
5120 |
-
#:
|
5121 |
-
msgid "
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#:
|
5125 |
-
msgid "
|
5126 |
msgstr ""
|
5127 |
|
5128 |
-
#:
|
5129 |
-
msgid "
|
5130 |
msgstr ""
|
5131 |
|
5132 |
-
#:
|
5133 |
-
msgid "
|
5134 |
msgstr ""
|
5135 |
|
5136 |
-
#:
|
5137 |
-
msgid "
|
5138 |
msgstr ""
|
5139 |
|
5140 |
-
|
5141 |
-
|
5142 |
-
msgid "You're almost done!%1$s%2$sFinish your Re-Install of Pretty Links Pro%3$s"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#:
|
5146 |
-
msgid "
|
5147 |
msgstr ""
|
5148 |
|
5149 |
-
#:
|
5150 |
-
msgid "
|
5151 |
msgstr ""
|
5152 |
|
5153 |
-
#:
|
5154 |
-
msgid "
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#:
|
5158 |
-
msgid "
|
5159 |
msgstr ""
|
5160 |
|
5161 |
-
#:
|
5162 |
-
msgid "
|
5163 |
msgstr ""
|
5164 |
|
5165 |
-
#:
|
5166 |
-
msgid "
|
5167 |
msgstr ""
|
5168 |
|
5169 |
-
|
5170 |
-
|
5171 |
-
msgid "Enjoying %1$s? Please rate <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">★★★★★</a> on <a href=\"%3$s\" target=\"_blank\" rel=\"noopener\">WordPress.org</a> to help us spread the word. Thanks from the Pretty Links team!"
|
5172 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 Pretty Links
|
2 |
# This file is distributed under the same license as the Pretty Links plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Pretty Links 3.1.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pretty-link\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2020-05-04T10:40:44-05:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: pretty-link\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
+
#. Author of the plugin
|
19 |
#: app/controllers/PrliLinksController.php:58
|
20 |
+
#: app/controllers/PrliLinksController.php:482
|
21 |
+
#: pro/app/views/links/prettybar.php:68
|
22 |
msgid "Pretty Links"
|
23 |
msgstr ""
|
24 |
|
27 |
msgstr ""
|
28 |
|
29 |
#. Description of the plugin
|
30 |
+
msgid "Shrink, track and share any URL using your website and brand!"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#. Author URI of the plugin
|
34 |
+
msgid "http://prettylinks.com"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: app/controllers/PrliAppController.php:81
|
38 |
+
msgid "Link Categories [Pro Only]"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: app/controllers/PrliAppController.php:82
|
42 |
+
msgid "Categories [Pro]"
|
|
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: app/controllers/PrliAppController.php:89
|
46 |
+
msgid "Link Tags [Pro Only]"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: app/controllers/PrliAppController.php:90
|
50 |
+
msgid "Tags [Pro]"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: app/controllers/PrliAppController.php:97
|
54 |
+
msgid "Link Reports [Pro Only]"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: app/controllers/PrliAppController.php:98
|
58 |
+
msgid "Reports [Pro]"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: app/controllers/PrliAppController.php:105
|
62 |
+
msgid "Import / Export [Pro Only]"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: app/controllers/PrliAppController.php:106
|
66 |
+
msgid "Import / Export [Pro]"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: app/controllers/PrliAppController.php:115
|
70 |
+
msgid "Pretty Links | Clicks"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: app/controllers/PrliAppController.php:115
|
74 |
+
#: app/controllers/PrliLinksController.php:480
|
75 |
+
#: app/models/PrliClick.php:256
|
76 |
+
#: app/views/clicks/list.php:4
|
77 |
+
#: app/views/groups/list.php:81
|
78 |
#: pro/app/helpers/PlpPostsHelper.php:61
|
79 |
#: pro/app/views/links/form.php:39
|
80 |
#: pro/app/views/links/form.php:49
|
|
|
|
|
81 |
#: pro/app/views/reports/custom-report.php:31
|
82 |
#: pro/app/views/reports/custom-report.php:64
|
83 |
+
#: pro/app/views/reports/split-test-report.php:28
|
84 |
+
#: pro/app/views/reports/split-test-report.php:60
|
|
|
|
|
|
|
85 |
msgid "Clicks"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: app/controllers/PrliAppController.php:119
|
89 |
+
msgid "Pretty Links | Tools"
|
|
|
|
|
|
|
|
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: app/controllers/PrliAppController.php:119
|
93 |
+
#: app/views/tools/form.php:3
|
94 |
+
msgid "Tools"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: app/controllers/PrliAppController.php:122
|
98 |
+
msgid "Pretty Links | Options"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: app/controllers/PrliAppController.php:122
|
102 |
+
#: app/views/options/form.php:3
|
103 |
+
msgid "Options"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: app/controllers/PrliAppController.php:126
|
107 |
+
#: app/controllers/PrliAppController.php:129
|
108 |
+
#: app/controllers/PrliAppController.php:265
|
109 |
+
msgid "Activate"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: app/controllers/PrliAppController.php:132
|
113 |
+
msgid "Upgrade"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: app/controllers/PrliAppController.php:137
|
117 |
+
msgid "Welcome"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: app/controllers/PrliAppController.php:138
|
121 |
+
msgid "What's New"
|
|
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: app/controllers/PrliAppController.php:264
|
125 |
+
#: app/controllers/PrliAppController.php:270
|
126 |
+
#: app/controllers/PrliAppController.php:275
|
127 |
+
msgid "Docs"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: app/controllers/PrliAppController.php:268
|
131 |
+
#: app/controllers/PrliAppController.php:274
|
132 |
+
msgid "Activate Pro License"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: app/controllers/PrliAppController.php:269
|
136 |
+
msgid "Buy"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: app/controllers/PrliAppController.php:273
|
140 |
+
#: app/views/admin/onboarding/welcome.php:116
|
141 |
+
#: app/views/admin/update/license.php:39
|
142 |
+
#: app/views/shared/nav.php:9
|
143 |
+
msgid "Upgrade to Pro"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: app/controllers/PrliAppController.php:375
|
147 |
+
#: app/views/groups/edit.php:72
|
148 |
+
#: app/views/options/form.php:1033
|
149 |
+
#: pro/app/views/reports/edit.php:66
|
150 |
+
msgid "Update"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: app/controllers/PrliAppController.php:377
|
154 |
+
msgid "Copy to Clipboard"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: app/controllers/PrliAppController.php:378
|
158 |
+
msgid "Copied!"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: app/controllers/PrliAppController.php:379
|
162 |
+
msgid "Oops, Copy Failed!"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: app/controllers/PrliAppController.php:403
|
166 |
+
msgid "Are you sure you want to reset your Pretty Link? This will delete all of the statistical data about this Pretty Link in your database."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#. translators: %1$s: br tag, %2$s: open link tag, %3$s: close link tag
|
170 |
+
#: app/controllers/PrliAppController.php:508
|
171 |
+
msgid "You're almost done!%1$s%2$sFinish your Re-Install of Pretty Links Pro%3$s"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: app/controllers/PrliAppController.php:523
|
175 |
+
msgid "Pretty Links Pro Successfully Uninstalled."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: app/controllers/PrliAppController.php:572
|
179 |
+
msgid "Invalid server response"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: app/controllers/PrliAppController.php:573
|
183 |
+
msgid "Ajax error"
|
|
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: app/controllers/PrliAppController.php:590
|
187 |
+
msgid "Pretty Link Quick Add"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: app/controllers/PrliAppController.php:629
|
191 |
+
msgid "Your Pretty Links Pro installation isn't quite complete yet. %1$sAutomatically Upgrade to Enable Pretty Links Pro%2$s"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: app/controllers/PrliAppController.php:650
|
195 |
+
msgid "Your Pretty Links Pro installation isn't quite complete yet.<br/>%1$sAutomatically Upgrade to Enable Pretty Links Pro%2$s"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#. translators: $1$s - Pretty Links plugin name; $2$s - WP.org review link; $3$s - WP.org review link.
|
199 |
+
#: app/controllers/PrliAppController.php:698
|
200 |
+
msgid "Enjoying %1$s? Please rate <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">★★★★★</a> on <a href=\"%3$s\" target=\"_blank\" rel=\"noopener\">WordPress.org</a> to help us spread the word. Thanks from the Pretty Links team!"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: app/controllers/PrliClicksController.php:90
|
204 |
+
msgid "IP Address: "
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: app/controllers/PrliClicksController.php:95
|
208 |
+
msgid "Visitor: "
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: app/controllers/PrliClicksController.php:100
|
212 |
+
msgid "All Links"
|
|
|
|
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: app/controllers/PrliLinksController.php:59
|
216 |
+
#: app/helpers/PrliLinksHelper.php:171
|
217 |
+
#: app/views/links/form_basic.php:48
|
218 |
+
#: app/views/shared/tinymce_form_popup.php:86
|
219 |
+
#: app/views/widgets/widget.php:15
|
220 |
+
msgid "Pretty Link"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: app/controllers/PrliLinksController.php:60
|
224 |
+
msgid "Add New Pretty Link"
|
|
|
|
|
|
|
|
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: app/controllers/PrliLinksController.php:61
|
228 |
+
msgid "Edit Pretty Link"
|
|
|
|
|
|
|
|
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: app/controllers/PrliLinksController.php:62
|
232 |
+
#: js/editor.js:12
|
233 |
+
#: js/editor/components/link-editor/index.js:379
|
234 |
+
msgid "New Pretty Link"
|
|
|
|
|
|
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: app/controllers/PrliLinksController.php:63
|
238 |
+
msgid "View Pretty Link"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: app/controllers/PrliLinksController.php:64
|
242 |
+
msgid "Search Pretty Links"
|
|
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: app/controllers/PrliLinksController.php:65
|
246 |
+
msgid "No Pretty Links found"
|
|
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: app/controllers/PrliLinksController.php:66
|
250 |
+
msgid "No Pretty Links found in Trash"
|
|
|
|
|
|
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: app/controllers/PrliLinksController.php:67
|
254 |
+
msgid "Parent Pretty Link:"
|
|
|
|
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: app/controllers/PrliLinksController.php:128
|
258 |
+
msgid "Pretty Link Settings"
|
|
|
|
|
|
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: app/controllers/PrliLinksController.php:326
|
262 |
+
msgid "Pretty Link updated."
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: app/controllers/PrliLinksController.php:328
|
266 |
+
msgid "Pretty Link created."
|
|
|
|
|
|
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: app/controllers/PrliLinksController.php:396
|
270 |
+
msgid "Pretty Link Cleanup Visitor Locks"
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: app/controllers/PrliLinksController.php:408
|
274 |
+
#: app/controllers/PrliLinksController.php:750
|
275 |
+
#: app/controllers/PrliPopupController.php:93
|
276 |
+
msgid "Forbidden"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: app/controllers/PrliLinksController.php:417
|
280 |
+
msgid "Success!"
|
|
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: app/controllers/PrliLinksController.php:419
|
284 |
+
msgid "Fix the following errors:"
|
|
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: app/controllers/PrliLinksController.php:441
|
288 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:25
|
289 |
+
msgid "Categories"
|
|
|
|
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/controllers/PrliLinksController.php:442
|
293 |
+
#: pro/app/controllers/PlpLinkTagsController.php:29
|
294 |
+
msgid "Tags"
|
|
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: app/controllers/PrliLinksController.php:443
|
298 |
+
#: app/views/links/form_pro.php:30
|
299 |
+
#: pro/app/views/links/form.php:133
|
300 |
+
msgid "Keywords"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: app/controllers/PrliLinksController.php:454
|
304 |
+
#: app/controllers/PrliLinksController.php:460
|
305 |
+
#: app/controllers/PrliLinksController.php:466
|
306 |
+
#: app/helpers/PrliAppHelper.php:20
|
307 |
+
#: app/views/links/form.php:30
|
308 |
+
msgid "Pro"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: app/controllers/PrliLinksController.php:455
|
312 |
+
msgid "Upgrade to a Pretty Links premium plan to get Link Categories"
|
|
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: app/controllers/PrliLinksController.php:461
|
316 |
+
msgid "Upgrade to a Pretty Links premium plan to get Link Tags"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: app/controllers/PrliLinksController.php:467
|
320 |
+
msgid "Upgrade to a Pretty Links premium plan to get Keyword Replacements"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: app/controllers/PrliLinksController.php:473
|
324 |
+
msgid "Settings"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: app/controllers/PrliLinksController.php:474
|
328 |
+
msgid "Link Title"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: app/controllers/PrliLinksController.php:476
|
332 |
+
msgid "Target"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: app/controllers/PrliLinksController.php:481
|
336 |
+
#: app/models/PrliClick.php:256
|
337 |
#: pro/app/views/links/form.php:38
|
338 |
#: pro/app/views/links/form.php:73
|
|
|
|
|
339 |
msgid "Date"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: app/controllers/PrliLinksController.php:583
|
343 |
+
#: app/views/links/form_advanced.php:6
|
344 |
+
msgid "No Follow"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: app/controllers/PrliLinksController.php:585
|
348 |
+
#: app/controllers/PrliLinksController.php:592
|
349 |
+
#: app/controllers/PrliLinksController.php:599
|
350 |
+
msgid "No Change"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: app/controllers/PrliLinksController.php:586
|
354 |
+
#: app/controllers/PrliLinksController.php:593
|
355 |
+
#: app/controllers/PrliLinksController.php:600
|
356 |
+
#: app/views/shared/tinymce_form_popup.php:49
|
357 |
+
#: app/views/shared/tinymce_form_popup.php:57
|
358 |
+
#: app/views/shared/tinymce_form_popup.php:65
|
359 |
+
msgid "Enabled"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: app/controllers/PrliLinksController.php:587
|
363 |
+
#: app/controllers/PrliLinksController.php:594
|
364 |
+
#: app/controllers/PrliLinksController.php:601
|
365 |
+
#: app/views/shared/tinymce_form_popup.php:50
|
366 |
+
#: app/views/shared/tinymce_form_popup.php:58
|
367 |
+
#: app/views/shared/tinymce_form_popup.php:66
|
368 |
+
msgid "Disabled"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: app/controllers/PrliLinksController.php:590
|
372 |
+
#: app/views/links/form_advanced.php:19
|
373 |
+
#: app/views/shared/tinymce_form_popup.php:54
|
374 |
+
msgid "Sponsored"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: app/controllers/PrliLinksController.php:597
|
378 |
+
#: app/views/links/form_advanced.php:58
|
379 |
+
#: app/views/links/form_advanced.php:61
|
380 |
+
#: app/views/shared/tinymce_form_popup.php:62
|
381 |
+
msgid "Tracking"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: app/controllers/PrliLinksController.php:703
|
385 |
+
#: app/views/clicks/list.php:64
|
386 |
+
#: app/views/groups/list.php:24
|
387 |
+
#: pro/app/views/reports/list.php:20
|
388 |
+
msgid "Reset"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: app/controllers/PrliLinksController.php:706
|
392 |
+
msgid "Tweet"
|
|
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: app/controllers/PrliLinksController.php:707
|
396 |
+
#: pro/app/models/PlpOptions.php:156
|
397 |
+
msgid "Email"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: app/controllers/PrliLinksController.php:708
|
401 |
+
msgid "Target »"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: app/controllers/PrliLinksController.php:709
|
405 |
+
msgid "Pretty Link »"
|
|
|
|
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: app/controllers/PrliLinksController.php:731
|
409 |
+
#: app/controllers/PrliLinksController.php:732
|
410 |
+
msgid "View Split Test Report"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: app/controllers/PrliLinksController.php:756
|
414 |
+
msgid "Your Pretty Link was Successfully Reset"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: app/controllers/PrliLinksController.php:764
|
418 |
+
msgid "Bad request"
|
|
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: app/controllers/PrliLinksController.php:768
|
422 |
+
msgid "Insufficient permissions"
|
|
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: app/controllers/PrliLinksController.php:772
|
426 |
+
#: pro/app/controllers/PlpPublicLinksController.php:37
|
427 |
+
msgid "Security check failed"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: app/controllers/PrliLinksController.php:801
|
431 |
+
msgid "An error occurred creating the link"
|
|
|
|
|
|
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: app/controllers/PrliLinksController.php:838
|
435 |
+
msgid "All Groups (Legacy)"
|
|
|
|
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: app/controllers/PrliLocalApiController.php:103
|
439 |
+
#: app/controllers/PrliLocalApiController.php:167
|
440 |
+
msgid "An error prevented your Pretty Link from being created"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: app/controllers/PrliLocalApiController.php:128
|
444 |
+
msgid "Pretty Link ID must be set for successful update."
|
|
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: app/controllers/PrliOptionsController.php:62
|
448 |
+
msgid "Options saved."
|
|
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: app/controllers/PrliOptionsController.php:76
|
452 |
+
msgid "Excluded IP Addresses must be a comma separated list of IPv4 or IPv6 addresses or ranges."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: app/controllers/PrliOptionsController.php:80
|
456 |
+
msgid "Whitelist IP Addresses must be a comma separated list of IPv4 or IPv6 addresses or ranges."
|
|
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: app/controllers/PrliPopupController.php:63
|
460 |
+
msgid "An unknown error occurred."
|
|
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: app/controllers/PrliPopupController.php:97
|
464 |
+
msgid "Must specify a popup"
|
|
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: app/controllers/PrliPopupController.php:103
|
468 |
+
msgid "Invalid popup"
|
|
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: app/controllers/PrliPopupController.php:108
|
472 |
+
msgid "The popup was successfully delayed"
|
|
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: app/controllers/PrliPopupController.php:112
|
476 |
+
msgid "The popup was successfully stopped"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: app/controllers/PrliToolsController.php:94
|
480 |
+
msgid "Click Database was Cleared."
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: app/controllers/PrliToolsController.php:100
|
484 |
+
msgid "Clicks older than %1$d days (%2$d Clicks) were deleted"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: app/controllers/PrliToolsController.php:103
|
488 |
+
msgid "No clicks older than %1$d days were found, so nothing was deleted"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: app/controllers/PrliUpdateController.php:74
|
492 |
+
msgid "Why you creepin'?"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: app/controllers/PrliUpdateController.php:318
|
496 |
+
msgid "Check for Update"
|
|
|
|
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: app/controllers/PrliUpdateController.php:387
|
500 |
+
msgid "You had an HTTP error connecting to Caseproof's Mothership API"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: app/controllers/PrliUpdateController.php:399
|
504 |
+
msgid "Your License Key was invalid"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: app/controllers/PrliUpdateController.php:425
|
508 |
+
msgid "You do not have access."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: app/controllers/PrliUpdateController.php:429
|
512 |
+
msgid "Edge updates couldn't be updated."
|
|
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: app/controllers/PrliXmlRpcController.php:36
|
516 |
+
#: app/controllers/PrliXmlRpcController.php:103
|
517 |
+
#: app/controllers/PrliXmlRpcController.php:152
|
518 |
+
#: app/controllers/PrliXmlRpcController.php:209
|
519 |
+
#: app/controllers/PrliXmlRpcController.php:238
|
520 |
+
#: app/controllers/PrliXmlRpcController.php:266
|
521 |
+
#: app/controllers/PrliXmlRpcController.php:299
|
522 |
+
#: app/controllers/PrliXmlRpcController.php:331
|
523 |
+
msgid "Sorry, XML-RPC Not enabled for this website"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: app/controllers/PrliXmlRpcController.php:39
|
527 |
+
#: app/controllers/PrliXmlRpcController.php:106
|
528 |
+
#: app/controllers/PrliXmlRpcController.php:155
|
529 |
+
#: app/controllers/PrliXmlRpcController.php:212
|
530 |
+
#: app/controllers/PrliXmlRpcController.php:241
|
531 |
+
#: app/controllers/PrliXmlRpcController.php:269
|
532 |
+
#: app/controllers/PrliXmlRpcController.php:302
|
533 |
+
#: app/controllers/PrliXmlRpcController.php:334
|
534 |
+
msgid "Sorry, Login failed"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: app/controllers/PrliXmlRpcController.php:45
|
538 |
+
#: app/controllers/PrliXmlRpcController.php:112
|
539 |
+
#: app/controllers/PrliXmlRpcController.php:161
|
540 |
+
#: app/controllers/PrliXmlRpcController.php:218
|
541 |
+
#: app/controllers/PrliXmlRpcController.php:247
|
542 |
+
#: app/controllers/PrliXmlRpcController.php:275
|
543 |
+
#: app/controllers/PrliXmlRpcController.php:308
|
544 |
+
#: app/controllers/PrliXmlRpcController.php:340
|
545 |
+
msgid "Sorry, you must be an administrator to access this resource"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: app/controllers/PrliXmlRpcController.php:116
|
549 |
+
msgid "You must provide a target URL"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: app/controllers/PrliXmlRpcController.php:144
|
553 |
+
#: app/controllers/PrliXmlRpcController.php:194
|
554 |
+
msgid "There was an error creating your Pretty Link"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: app/controllers/PrliXmlRpcController.php:165
|
558 |
+
msgid "You must provide the id of the link you want to update"
|
|
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: app/controllers/PrliXmlRpcController.php:223
|
562 |
+
msgid "There was an error fetching the Pretty Link Groups"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: app/controllers/PrliXmlRpcController.php:252
|
566 |
+
msgid "There was an error fetching the Pretty Links"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: app/controllers/PrliXmlRpcController.php:278
|
570 |
+
msgid "Sorry, you must provide a slug to lookup"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: app/controllers/PrliXmlRpcController.php:285
|
574 |
+
#: app/controllers/PrliXmlRpcController.php:318
|
575 |
+
msgid "There was an error fetching your Pretty Link"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: app/controllers/PrliXmlRpcController.php:311
|
579 |
+
#: app/controllers/PrliXmlRpcController.php:343
|
580 |
+
msgid "Sorry, you must provide an id to lookup"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: app/controllers/PrliXmlRpcController.php:350
|
584 |
+
msgid "There was an error fetching your Pretty Link URL"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: app/helpers/PrliAppHelper.php:21
|
588 |
+
msgid "Upgrade to Pro to unlock this feature"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: app/helpers/PrliLinksHelper.php:14
|
592 |
+
#: app/views/links/form_basic.php:15
|
593 |
+
#: app/views/shared/tinymce_form_popup.php:32
|
594 |
+
msgid "307 (Temporary)"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: app/helpers/PrliLinksHelper.php:15
|
598 |
+
#: app/views/links/form_basic.php:16
|
599 |
+
#: app/views/shared/tinymce_form_popup.php:33
|
600 |
+
msgid "302 (Temporary)"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: app/helpers/PrliLinksHelper.php:16
|
604 |
+
#: app/views/links/form_basic.php:17
|
605 |
+
#: app/views/shared/tinymce_form_popup.php:34
|
606 |
+
msgid "301 (Permanent)"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: app/helpers/PrliLinksHelper.php:27
|
610 |
+
msgid "PrettyBar Redirection"
|
|
|
|
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: app/helpers/PrliLinksHelper.php:30
|
614 |
+
msgid "Cloaked Redirection"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: app/helpers/PrliLinksHelper.php:33
|
618 |
+
msgid "Pixel Tracking Redirection"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: app/helpers/PrliLinksHelper.php:36
|
622 |
+
msgid "Meta Refresh Redirection"
|
|
|
|
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: app/helpers/PrliLinksHelper.php:39
|
626 |
+
msgid "Javascript Redirection"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: app/helpers/PrliLinksHelper.php:42
|
630 |
+
msgid "Temporary (307) Redirection"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: app/helpers/PrliLinksHelper.php:45
|
634 |
+
msgid "Temporary (302) Redirection"
|
|
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: app/helpers/PrliLinksHelper.php:48
|
638 |
+
msgid "Permanent (301) Redirection"
|
|
|
|
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: app/helpers/PrliLinksHelper.php:52
|
642 |
+
msgid "Nofollow Enabled"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: app/helpers/PrliLinksHelper.php:56
|
646 |
+
msgid "Sponsored Enabled"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: app/helpers/PrliLinksHelper.php:60
|
650 |
+
msgid "Parameter Forwarding Enabled"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: app/helpers/PrliLinksHelper.php:71
|
654 |
+
#: app/views/groups/list.php:75
|
655 |
+
#: app/views/groups/list.php:78
|
656 |
+
#: pro/app/views/reports/list.php:68
|
657 |
+
#: pro/app/views/reports/list.php:71
|
658 |
+
msgid "Edit %s"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: app/helpers/PrliLinksHelper.php:72
|
662 |
+
msgid "Are you sure you want to delete your %s Pretty Link? This will delete the Pretty Link and all of the statistical data about it in your database."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: app/helpers/PrliLinksHelper.php:72
|
666 |
+
#: app/views/groups/list.php:79
|
667 |
+
#: pro/app/views/reports/list.php:72
|
668 |
+
msgid "Delete %s"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: app/helpers/PrliLinksHelper.php:73
|
672 |
+
msgid "Are you sure you want to reset your %s Pretty Link? This will delete all of the statistical data about this Pretty Link in your database."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: app/helpers/PrliLinksHelper.php:73
|
676 |
+
#: app/helpers/PrliLinksHelper.php:151
|
677 |
+
msgid "Reset %s"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: app/helpers/PrliLinksHelper.php:76
|
681 |
+
#: app/views/clicks/list.php:161
|
682 |
+
msgid "View clicks for %s"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: app/helpers/PrliLinksHelper.php:81
|
686 |
+
#: app/helpers/PrliLinksHelper.php:162
|
687 |
+
msgid "Post %s to Twitter"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: app/helpers/PrliLinksHelper.php:82
|
691 |
+
#: app/helpers/PrliLinksHelper.php:173
|
692 |
+
msgid "Send %s in an Email"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: app/helpers/PrliLinksHelper.php:87
|
696 |
+
#: app/helpers/PrliLinksHelper.php:184
|
697 |
+
msgid "Visit Target URL: %s in a New Window"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: app/helpers/PrliLinksHelper.php:88
|
701 |
+
#: app/helpers/PrliLinksHelper.php:195
|
702 |
+
msgid "Visit Short URL: %s in a New Window"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: app/helpers/PrliLinksHelper.php:106
|
706 |
+
msgid "%d Clicks / %d Uniques"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: app/helpers/PrliLinksHelper.php:115
|
710 |
+
msgid "This link isn't being tracked"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: app/helpers/PrliLinksHelper.php:139
|
714 |
+
msgid "Target URL:"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: app/models/PrliClick.php:237
|
718 |
+
msgid "all links"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: app/models/PrliClick.php:244
|
722 |
+
msgid "All clicks"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: app/models/PrliClick.php:247
|
726 |
+
msgid "Unique hits"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: app/models/PrliClick.php:251
|
730 |
+
#: pro/app/helpers/PlpPostsHelper.php:66
|
731 |
+
msgid "Pretty Link:"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: app/models/PrliClick.php:251
|
735 |
+
msgid "on"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: app/models/PrliClick.php:251
|
739 |
+
#: pro/app/models/PlpReport.php:400
|
740 |
+
msgid "between"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: app/models/PrliClick.php:251
|
744 |
+
#: pro/app/models/PlpReport.php:259
|
745 |
+
#: pro/app/models/PlpReport.php:400
|
746 |
+
msgid "and"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: app/models/PrliGroup.php:114
|
750 |
+
msgid "Group must have a name."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: app/models/PrliLink.php:480
|
754 |
+
msgid "Target URL can't be blank"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: app/models/PrliLink.php:484
|
758 |
+
msgid "Target URL must be different than the Pretty Link"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: app/models/PrliLink.php:488
|
762 |
+
msgid "Link URL must be a correctly formatted url"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: app/models/PrliLink.php:492
|
766 |
+
msgid "Pretty Link slugs must not contain question marks, ampersands or number signs."
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: app/models/PrliLink.php:496
|
770 |
+
msgid "Pretty Link slugs must not end with a slash (\"/\")"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: app/models/PrliUtils.php:88
|
774 |
+
msgid "*** Pretty Links Debug: %s"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: app/models/PrliUtils.php:96
|
778 |
+
msgid "The Slug can't be empty"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: app/models/PrliUtils.php:103
|
782 |
+
msgid "This Pretty Link Slug is already taken. There's already another pretty link with this slug: %s"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#. translators: %1$s: open link tag, %2$s: close link tag, %3$s: br tag
|
786 |
+
#: app/models/PrliUtils.php:1082
|
787 |
+
msgid "Get started by %1$sadding a URL%2$s that you want to turn into a pretty link.%3$sCome back to see how many times it was clicked."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: app/views/admin/errors.php:7
|
791 |
+
#: app/views/shared/errors.php:12
|
792 |
+
msgid "ERROR"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: app/views/admin/onboarding/update.php:4
|
796 |
+
#: app/views/admin/onboarding/update.php:7
|
797 |
+
msgid "Get Some Quick Wins with Pretty Links 3.0!"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
801 |
+
#: app/views/admin/onboarding/update.php:14
|
802 |
+
msgid "We hope you know that here at Pretty Links, we work every day to deliver amazing tools for business owners to help them %1$swin more%2$s. We want our customers to make more money, easier through superior affiliate link strategy and management."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
806 |
+
#: app/views/admin/onboarding/update.php:25
|
807 |
+
msgid "That's why today, we're excited to announce that we're rolling out a major, new release. This release won't deliver any huge, new features but rather a set of incremental features & fixes that will %1$sinstantly give you some well deserved quick wins%2$s in your business."
|
808 |
msgstr ""
|
809 |
|
810 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
811 |
+
#: app/views/admin/onboarding/update.php:36
|
812 |
+
msgid "That's why we're calling Pretty Links 3.0 - %1$sQuick Wins!%2$s"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: app/views/admin/onboarding/update.php:43
|
816 |
+
msgid "What Changes Can You Expect, Exactly?"
|
|
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: app/views/admin/onboarding/update.php:45
|
820 |
+
msgid "Check out these solid improvements that will make your experience with Pretty Links better in almost every way:"
|
|
|
821 |
msgstr ""
|
822 |
|
823 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
824 |
+
#: app/views/admin/onboarding/update.php:53
|
825 |
+
msgid "%1$sAn all-new Link Editor%2$s - We've completely overhauled our link editing experience. Our new, power-packed link editor will make creating and managing your affiliate links easier than ever before!"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: app/views/admin/onboarding/update.php:61
|
829 |
+
#: app/views/admin/onboarding/update.php:62
|
830 |
+
#: app/views/admin/onboarding/update.php:66
|
831 |
+
#: app/views/admin/onboarding/update.php:67
|
832 |
+
msgid "An all-new Link Editor"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
836 |
+
#: app/views/admin/onboarding/update.php:77
|
837 |
+
msgid "%1$sAll new Link Listing%2$s - Gone is the clumsy, old Link Listing feature! You’ll now be able to send links to the \"Trash,\" customize what columns you see in your listing with \"Screen Options\" and change the number of rows displayed."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: app/views/admin/onboarding/update.php:85
|
841 |
+
#: app/views/admin/onboarding/update.php:86
|
842 |
+
msgid "All new Link Listing"
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
msgstr ""
|
844 |
|
845 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
846 |
+
#: app/views/admin/onboarding/update.php:96
|
847 |
+
msgid "%1$sCustomizable Links Tags / Categories (Pro Only)%2$s - Once you upgrade to Quick Wins, you'll be able to categorize and tag your pretty links! This is a long-requested feature that will help you organize your links and group them any way that you'd like to for ultimate productivity and monetization!"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: app/views/admin/onboarding/update.php:104
|
851 |
+
#: app/views/admin/onboarding/update.php:105
|
852 |
+
msgid "Customizable Links Tags / Categories (Pro Only)"
|
|
|
|
|
853 |
msgstr ""
|
854 |
|
855 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
856 |
+
#: app/views/admin/onboarding/update.php:115
|
857 |
+
msgid "%1$sGutenberg Block Link Integration%2$s - You can now use your Pretty Links directly inside the Gutenberg Paragraph Block. All you have to do is select the \"Pretty Link\" button from your Paragraph Block's formatting bar then you can search and insert Pretty Links instantly!"
|
|
|
|
|
|
|
|
|
|
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: app/views/admin/onboarding/update.php:123
|
861 |
+
#: app/views/admin/onboarding/update.php:124
|
862 |
+
msgid "Gutenberg Block Link Integration"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: app/views/admin/onboarding/update.php:131
|
866 |
+
msgid "Tons of Fixes and Enhancements"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: app/views/admin/onboarding/update.php:133
|
870 |
+
msgid "In addition to these streamlined, new features we’ve made hundreds of enhancements and numerous small fixes. Pretty Links Quick Wins is going to make your link experience easier, faster, more secure and more capable than ever before!"
|
|
|
871 |
msgstr ""
|
872 |
|
873 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
874 |
+
#: app/views/admin/onboarding/update.php:139
|
875 |
+
msgid "We're excited for you to start winning more today with %1$sPretty Link Quick Wins!%2$s"
|
|
|
|
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: app/views/admin/onboarding/welcome.php:4
|
879 |
+
#: app/views/admin/onboarding/welcome.php:7
|
880 |
+
msgid "Welcome to Pretty Links!"
|
|
|
|
|
|
|
|
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: app/views/admin/onboarding/welcome.php:10
|
884 |
+
msgid "Congratulations, you've just installed the most powerful link management platform for WordPress on Earth!"
|
|
|
|
|
|
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: app/views/admin/onboarding/welcome.php:11
|
888 |
+
msgid "With Pretty Links, you'll no longer need to manage links from a spreadsheet and you'll be able to maximize the visibility of your links - these benefits (and more) will make it possible to make more money from your content like never before!"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: app/views/admin/onboarding/welcome.php:17
|
892 |
+
msgid "Getting Started"
|
|
|
|
|
|
|
|
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: app/views/admin/onboarding/welcome.php:18
|
896 |
+
msgid "Start by creating your first Pretty Link:"
|
|
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: app/views/admin/onboarding/welcome.php:24
|
900 |
+
msgid "Click \"Add New Link\""
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: app/views/admin/onboarding/welcome.php:25
|
904 |
+
msgid "1. Click \"Add New Link\""
|
|
|
|
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: app/views/admin/onboarding/welcome.php:28
|
908 |
+
msgid "Enter the URL of your Affiliate Link"
|
|
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: app/views/admin/onboarding/welcome.php:29
|
912 |
+
msgid "2. Enter the URL of your Affiliate Link"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: app/views/admin/onboarding/welcome.php:32
|
916 |
+
msgid "Customize your Pretty Link Slug"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: app/views/admin/onboarding/welcome.php:33
|
920 |
+
msgid "3. Customize your Pretty Link Slug"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: app/views/admin/onboarding/welcome.php:36
|
924 |
+
msgid "Click \"Update\""
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: app/views/admin/onboarding/welcome.php:37
|
928 |
+
msgid "4. Click \"Update\""
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: app/views/admin/onboarding/welcome.php:40
|
932 |
+
msgid "Copy the Pretty Link URL"
|
|
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: app/views/admin/onboarding/welcome.php:41
|
936 |
+
msgid "5. Copy the Pretty Link URL"
|
|
|
|
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: app/views/admin/onboarding/welcome.php:45
|
940 |
+
msgid "Wasn't that easy? Now, you can use this link wherever you want!"
|
|
|
|
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: app/views/admin/onboarding/welcome.php:53
|
944 |
+
msgid "The Power of Pretty Links Pro"
|
|
|
|
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: app/views/admin/onboarding/welcome.php:54
|
948 |
+
msgid "There are many reasons that premium users of Pretty Links are able to take their business to the next level:"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: app/views/admin/onboarding/welcome.php:59
|
952 |
+
#: app/views/admin/onboarding/welcome.php:64
|
953 |
+
msgid "Automated, Site-Wide Link Placement (Keyword Replacement)"
|
|
|
|
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: app/views/admin/onboarding/welcome.php:60
|
957 |
+
msgid "Imagine if you never had to hand-edit links, copy and paste from a spreadsheet, or actively have to keep up with you links ever again. Well that time has come! Now with Pretty Links, all you have to do is create your links and let Pretty Links do the rest!"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: app/views/admin/onboarding/welcome.php:61
|
961 |
+
msgid "Pretty Links will scan your content for the keywords or URLs that you want to target and will replace them with Pretty Links automatically! This will save you tons of time so you can focus on growing your business!"
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: app/views/admin/onboarding/welcome.php:70
|
965 |
+
#: app/views/admin/onboarding/welcome.php:73
|
966 |
+
msgid "Categories & Tags"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: app/views/admin/onboarding/welcome.php:74
|
970 |
+
msgid "When you are dealing with a large number of links, it can be easy to be overwhelmed and confused by which links to you planned to use where. It's now easier than ever to organize your links and group them any way that you like for ultimate productivity and monetization!"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: app/views/admin/onboarding/welcome.php:80
|
974 |
+
#: app/views/admin/onboarding/welcome.php:85
|
975 |
+
msgid "Advanced Redirect Types"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: app/views/admin/onboarding/welcome.php:81
|
979 |
+
msgid "Lite users can take advantage of 301 & 302 server side redirects but our pro users can also redirect with cloaking, JavaScript, Meta-refresh and more."
|
|
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: app/views/admin/onboarding/welcome.php:82
|
983 |
+
msgid "So if you have social media links, a landing page, or a new page or post you'd like to redirect your customers to, this feature will definitely come in handy!"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: app/views/admin/onboarding/welcome.php:91
|
987 |
+
#: app/views/admin/onboarding/welcome.php:94
|
988 |
+
msgid "Dynamic Redirect Types"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: app/views/admin/onboarding/welcome.php:95
|
992 |
+
msgid "Would you like your Pretty Link to redirect somewhere custom depending on what country your user is in, device they're using, time they're clicking the link or just randomly? Our pro users can do this easily with our Dynamic Redirections!"
|
|
|
|
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: app/views/admin/onboarding/welcome.php:96
|
996 |
+
msgid "This feature is excellent if you are running a time-sensitive sales, want to create custom content for you customers, create stellar landing pages for customers in different countries!"
|
|
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: app/views/admin/onboarding/welcome.php:102
|
1000 |
+
#: app/views/admin/onboarding/welcome.php:106
|
1001 |
+
msgid "Import and Export Links"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: app/views/admin/onboarding/welcome.php:103
|
1005 |
+
msgid "Export your links to a spreadsheet or import them en masse - our pro users can do this with ease. Simply download your spreadsheet, upload to WordPress, and your links are automatically added to Pretty Links!"
|
|
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: app/views/admin/onboarding/welcome.php:111
|
1009 |
+
msgid "The list goes on and on"
|
|
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: app/views/admin/onboarding/welcome.php:112
|
1013 |
+
msgid "Our premium editions of Pretty Links are a HUGE upgrade from Lite. Don’t miss out on our critical PRO benefits!"
|
|
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: app/views/admin/onboarding/welcome.php:117
|
1017 |
+
msgid "Upgrade NOW and get 50% off of your subscription!!!"
|
|
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: app/views/admin/popups/rating.php:8
|
1021 |
+
msgid "Are you enjoying using Pretty Links?"
|
|
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: app/views/admin/popups/rating.php:12
|
1025 |
+
#: pro/app/views/tools/generator.php:27
|
1026 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:83
|
1027 |
+
msgid "Yes"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: app/views/admin/popups/rating.php:13
|
1031 |
+
#: pro/app/views/tools/generator.php:28
|
1032 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:84
|
1033 |
+
msgid "No"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: app/views/admin/popups/rating.php:17
|
1037 |
+
msgid "Rate Pretty Links"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: app/views/admin/popups/rating.php:18
|
1041 |
+
msgid "If you enjoy using Pretty Links would you mind taking a moment to rate it on WordPress.org? It won't take more than a minute."
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: app/views/admin/popups/rating.php:19
|
1045 |
+
#: app/views/admin/popups/rating.php:31
|
1046 |
+
msgid "Thanks for your support!"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: app/views/admin/popups/rating.php:24
|
1050 |
+
#: app/views/admin/popups/rating.php:36
|
1051 |
+
msgid "Remind Me Later"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: app/views/admin/popups/rating.php:25
|
1055 |
+
msgid "Review Pretty Links"
|
|
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: app/views/admin/popups/rating.php:29
|
1059 |
+
#: app/views/admin/popups/rating.php:37
|
1060 |
+
msgid "Leave Feedback"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: app/views/admin/popups/rating.php:30
|
1064 |
+
msgid "To help us improve Pretty Links, would you mind taking a moment to leave feedback?"
|
|
|
|
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: app/views/admin/popups/rating.php:40
|
1068 |
+
msgid "Never Remind Me Again"
|
1069 |
+
msgstr ""
|
1070 |
+
|
1071 |
+
#: app/views/admin/popups/upgrade.php:6
|
1072 |
+
msgid "Upgrade to Pretty Links PRO"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: app/views/admin/popups/upgrade.php:7
|
1076 |
+
msgid "Unlock Pretty Links' PRO features and you'll be able to:"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: app/views/admin/popups/upgrade.php:9
|
1080 |
+
msgid "Monetize existing content with automated Pretty Link placement"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: app/views/admin/popups/upgrade.php:10
|
1084 |
+
msgid "Redirect with cloaking, Javascript or Meta-refresh"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: app/views/admin/popups/upgrade.php:11
|
1088 |
+
msgid "Redirect by location, time, device or rotation"
|
|
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: app/views/admin/popups/upgrade.php:12
|
1092 |
+
msgid "Expire your Pretty Links"
|
|
|
|
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: app/views/admin/popups/upgrade.php:13
|
1096 |
+
msgid "Split-test your Pretty Links"
|
|
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: app/views/admin/popups/upgrade.php:14
|
1100 |
+
#: app/views/admin/update/license.php:60
|
1101 |
+
msgid "And much, much more!"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: app/views/admin/popups/upgrade.php:17
|
1105 |
+
msgid "Plus, upgrading is fast, easy and won't disrupt any of your existing links or data."
|
|
|
|
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: app/views/admin/popups/upgrade.php:18
|
1109 |
+
#: app/views/admin/update/license.php:66
|
1110 |
+
msgid "We think you'll love it!"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: app/views/admin/popups/upgrade.php:23
|
1114 |
+
msgid "Upgrade to Pretty Links Pro"
|
|
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: app/views/admin/popups/upgrade.php:24
|
1118 |
+
msgid "Maybe Later"
|
|
|
|
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: app/views/admin/update/activation_warning.php:7
|
1122 |
+
msgid "Error with PRETTYLINK_LICENSE_KEY: %s"
|
|
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: app/views/admin/update/activation_warning.php:14
|
1126 |
+
#: app/views/admin/update/activation_warning.php:41
|
1127 |
+
msgid "Pretty Links Pro isn't able to get critical automatic updates"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: app/views/admin/update/activation_warning.php:15
|
1131 |
+
msgid "It looks like you used to have Pretty Links Pro activated with a username and password but now you need a license key to activate it."
|
|
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1135 |
+
#: app/views/admin/update/activation_warning.php:21
|
1136 |
+
msgid "You can get your license key by logging in at %1$sPrettyLinkPro.com.%2$s"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1140 |
+
#: app/views/admin/update/activation_warning.php:32
|
1141 |
+
msgid "After you paste your license key on the %1$s\"Pretty Link\" -> \"Activate Pro\" admin page,%2$s you'll start getting updates again."
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1145 |
+
#: app/views/admin/update/activation_warning.php:47
|
1146 |
+
msgid "You can retrieve or purchase a license key at %1$sPrettyLinks.com%2$s to enable automatic updates today."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1150 |
+
#: app/views/admin/update/activation_warning.php:58
|
1151 |
+
msgid "After you paste your license key on the %1$s\"Pretty Links\" -> \"Activate Pro\" admin page,%2$s you'll start getting automatic updates."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: app/views/admin/update/addons.php:3
|
1155 |
+
msgid "Pretty Link Add-ons"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: app/views/admin/update/addons.php:8
|
1159 |
+
msgid "There were no Add-ons found for your license or lack thereof..."
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: app/views/admin/update/addons.php:14
|
1163 |
+
msgid "Add-on"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: app/views/admin/update/addons.php:15
|
1167 |
+
msgid "Description"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: app/views/admin/update/addons.php:16
|
1171 |
+
#: app/views/admin/update/addons.php:54
|
1172 |
+
msgid "Install"
|
|
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: app/views/admin/update/addons.php:42
|
1176 |
+
msgid "(Update Available)"
|
|
|
|
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: app/views/admin/update/addons.php:50
|
1180 |
+
msgid "Installed & Active"
|
|
|
|
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: app/views/admin/update/addons.php:52
|
1184 |
+
msgid "Installed & Inactive"
|
|
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: app/views/admin/update/addon_popup.php:4
|
1188 |
+
msgid "ACTION REQUIRED"
|
|
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: app/views/admin/update/addon_popup.php:5
|
1192 |
+
msgid "The %s features in your Pretty Link options have been moved from Pretty Link into a separate plugin."
|
|
|
|
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: app/views/admin/update/addon_popup.php:6
|
1196 |
+
msgid "Why you ask? Well, it's to streamline and increase the performance of Pretty Link for you."
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: app/views/admin/update/addon_popup.php:9
|
1200 |
+
msgid "And good for you, it looks like you've already got the %1$s Add-on installed. Just click the \"Activate %2$s Add-on\" button below and you'll get all these features back now."
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: app/views/admin/update/addon_popup.php:11
|
1204 |
+
msgid "Luckily it's easy to get these features back now. Just click the \"Install %s Add-on\" button below."
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1208 |
+
#: app/views/admin/update/addon_popup.php:16
|
1209 |
+
msgid "If you have problems with the auto-install please refer to %1$sthe user manual%2$s for manual install instructions."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: app/views/admin/update/addon_popup.php:27
|
1213 |
+
msgid "Activate %s Add-on"
|
|
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: app/views/admin/update/addon_popup.php:29
|
1217 |
+
msgid "Install %s Add-on"
|
|
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: app/views/admin/update/addon_popup.php:31
|
1221 |
+
msgid "Don't Show This Message Again"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: app/views/admin/update/edge_updates.php:4
|
1225 |
+
msgid "Include Pretty Links Pro edge (development) releases in automatic updates (not recommended for production websites)"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: app/views/admin/update/edge_updates.php:4
|
1229 |
+
#: app/views/widgets/widget.php:22
|
1230 |
+
msgid "Loading..."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: app/views/admin/update/license.php:7
|
1234 |
+
msgid "Pretty Links Pro License"
|
|
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#. translators: %1$s: link to pro site, %2$s: link to pro site login page
|
1238 |
+
#: app/views/admin/update/license.php:14
|
1239 |
+
msgid "You must have a License Key to enable automatic updates for Pretty Links Pro. If you don't have a License please go to %1$s to get one. If you do have a license you can login at %2$s to manage your licenses and site activations."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: app/views/admin/update/license.php:25
|
1243 |
+
msgid "Enter Your Pretty Links Pro License Key:"
|
|
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: app/views/admin/update/license.php:32
|
1247 |
+
msgid "Activate License Key on %s"
|
|
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#. translators: %1$s: open link tag, %2$s: close link tag
|
1251 |
+
#: app/views/admin/update/license.php:45
|
1252 |
+
msgid "It looks like you haven't %1$supgraded to Pretty Links Pro%2$s yet. Here are just a few things you could be doing with pro:"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: app/views/admin/update/license.php:55
|
1256 |
+
msgid "Auto-replace keywords throughout your site with Pretty Links"
|
|
|
|
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: app/views/admin/update/license.php:56
|
1260 |
+
msgid "Protect your affiliate links by using Cloaked Redirects"
|
|
|
|
|
|
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: app/views/admin/update/license.php:57
|
1264 |
+
msgid "Redirect based on a visitor's location"
|
|
|
|
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: app/views/admin/update/license.php:58
|
1268 |
+
msgid "Auto-prettylink your Pages & Posts"
|
|
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: app/views/admin/update/license.php:59
|
1272 |
+
msgid "Find out what works and what doesn't by split testing your links"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: app/views/admin/update/license.php:64
|
1276 |
+
msgid "Plus, upgrading is fast, easy and won't disrupt any of your existing links or data. And there's even a 14 day money back guarantee."
|
|
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: app/views/admin/update/license.php:68
|
1280 |
+
msgid "Upgrade to Pro today!"
|
|
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: app/views/admin/update/license.php:72
|
1284 |
+
msgid "Active License Key Information:"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: app/views/admin/update/license.php:75
|
1288 |
+
msgid "License Key:"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: app/views/admin/update/license.php:79
|
1292 |
+
msgid "Status:"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: app/views/admin/update/license.php:80
|
1296 |
+
msgid "Active on %s"
|
|
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: app/views/admin/update/license.php:83
|
1300 |
+
msgid "Product:"
|
|
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: app/views/admin/update/license.php:87
|
1304 |
+
msgid "Activations:"
|
|
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#. translators: %1$s: open b tag, %2$s: close b tag, %3$d: current activation count, %4$s: max activations
|
1308 |
+
#: app/views/admin/update/license.php:92
|
1309 |
+
msgid "%1$s%3$d of %4$s%2$s sites have been activated with this license key"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: app/views/admin/update/license.php:102
|
1313 |
+
msgid "Are you sure? Pretty Links Pro will not be functional on %s if this License Key is deactivated."
|
|
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: app/views/admin/update/license.php:102
|
1317 |
+
msgid "Deactivate License Key on %s"
|
|
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: app/views/admin/update/license.php:105
|
1321 |
+
msgid "Upgrade plugin to Pro"
|
|
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: app/views/admin/update/license.php:110
|
1325 |
+
msgid "You're currently running version %s of Pretty Links Pro"
|
|
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: app/views/admin/update/ui.php:3
|
1329 |
+
msgid "Activate Pretty Links Pro"
|
|
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: app/views/admin/update/ui.php:16
|
1333 |
+
msgid "License"
|
|
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: app/views/admin/update/ui.php:17
|
1337 |
+
msgid "Add-Ons"
|
|
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: app/views/clicks/csv_download.php:3
|
1341 |
+
msgid "Download Clicks"
|
|
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: app/views/clicks/csv_download.php:4
|
1345 |
+
#: app/views/clicks/list.php:6
|
1346 |
+
msgid "For %s"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: app/views/clicks/csv_download.php:6
|
1350 |
+
msgid "Click Reports:"
|
|
|
|
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: app/views/clicks/csv_download.php:7
|
1354 |
+
msgid "All clicks on %s"
|
|
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: app/views/clicks/csv_download.php:24
|
1358 |
+
msgid "Clicks %d-%d (%d Records)"
|
|
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: app/views/clicks/list.php:11
|
1362 |
+
#: pro/app/views/reports/custom-report.php:12
|
1363 |
+
#: pro/app/views/reports/split-test-report.php:9
|
1364 |
+
msgid "Customize Report"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: app/views/clicks/list.php:18
|
1368 |
+
#: pro/app/views/reports/split-test-report.php:9
|
1369 |
+
msgid "Back to Links"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: app/views/clicks/list.php:21
|
1373 |
+
msgid "Back to Clicks"
|
|
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: app/views/clicks/list.php:30
|
1377 |
+
msgid "Type:"
|
|
|
|
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: app/views/clicks/list.php:32
|
1381 |
+
#: pro/app/models/PlpReport.php:266
|
1382 |
+
#: pro/app/models/PlpReport.php:275
|
1383 |
+
#: pro/app/models/PlpReport.php:412
|
1384 |
+
#: pro/app/models/PlpReport.php:419
|
1385 |
+
msgid "All Clicks"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: app/views/clicks/list.php:33
|
1389 |
+
#: pro/app/models/PlpReport.php:266
|
1390 |
+
#: pro/app/models/PlpReport.php:275
|
1391 |
+
#: pro/app/models/PlpReport.php:412
|
1392 |
+
#: pro/app/models/PlpReport.php:419
|
1393 |
+
msgid "Unique Clicks"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: app/views/clicks/list.php:37
|
1397 |
+
#: pro/app/views/reports/custom-report.php:16
|
1398 |
+
#: pro/app/views/reports/split-test-report.php:13
|
1399 |
+
msgid "Date Range:"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: app/views/clicks/list.php:39
|
1403 |
+
msgid "to"
|
|
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: app/views/clicks/list.php:43
|
1407 |
+
#: pro/app/views/reports/custom-report.php:22
|
1408 |
+
#: pro/app/views/reports/split-test-report.php:19
|
1409 |
+
msgid "Customize"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: app/views/clicks/list.php:43
|
1413 |
+
#: app/views/groups/edit.php:72
|
1414 |
+
#: app/views/groups/new.php:71
|
1415 |
+
#: pro/app/views/reports/custom-report.php:22
|
1416 |
+
#: pro/app/views/reports/edit.php:66
|
1417 |
+
#: pro/app/views/reports/new.php:66
|
1418 |
+
#: pro/app/views/reports/split-test-report.php:19
|
1419 |
+
msgid "Cancel"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
+
#: app/views/clicks/list.php:62
|
1423 |
+
msgid "Search Clicks"
|
|
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: app/views/clicks/list.php:73
|
1427 |
+
#: app/views/clicks/list.php:171
|
1428 |
+
msgid "Browser"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: app/views/clicks/list.php:75
|
1432 |
+
#: app/views/clicks/list.php:172
|
1433 |
+
msgid "OS"
|
|
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: app/views/clicks/list.php:79
|
1437 |
+
#: app/views/clicks/list.php:174
|
1438 |
+
msgid "IP"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: app/views/clicks/list.php:83
|
1442 |
+
#: app/views/clicks/list.php:176
|
1443 |
+
msgid "Visitor"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: app/views/clicks/list.php:87
|
1447 |
+
#: app/views/clicks/list.php:178
|
1448 |
+
msgid "Timestamp"
|
|
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: app/views/clicks/list.php:91
|
1452 |
+
#: app/views/clicks/list.php:180
|
1453 |
+
msgid "Host"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: app/views/clicks/list.php:95
|
1457 |
+
#: app/views/clicks/list.php:182
|
1458 |
+
msgid "URI"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: app/views/clicks/list.php:98
|
1462 |
+
#: app/views/clicks/list.php:183
|
1463 |
+
msgid "Referrer"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: app/views/clicks/list.php:101
|
1467 |
+
#: app/views/clicks/list.php:184
|
1468 |
+
#: pro/app/models/PlpReport.php:266
|
1469 |
+
#: pro/app/models/PlpReport.php:275
|
1470 |
+
msgid "Link"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: app/views/clicks/list.php:111
|
1474 |
+
msgid "No Clicks have been recorded yet"
|
|
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: app/views/clicks/list.php:147
|
1478 |
+
msgid "View All Activity for IP Address: %s"
|
|
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: app/views/clicks/list.php:150
|
1482 |
+
msgid "View All Activity for Visitor: %s"
|
|
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: app/views/clicks/list.php:190
|
1486 |
+
msgid "Download CSV"
|
|
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: app/views/groups/edit.php:10
|
1490 |
+
msgid "Edit Group"
|
|
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: app/views/groups/edit.php:21
|
1494 |
+
#: pro/app/views/reports/edit.php:18
|
1495 |
+
msgid "Name:"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: app/views/groups/edit.php:23
|
1499 |
+
#: app/views/groups/new.php:24
|
1500 |
+
msgid "This is how you'll identify your Group."
|
1501 |
msgstr ""
|
1502 |
|
1503 |
+
#: app/views/groups/edit.php:26
|
1504 |
+
#: app/views/groups/new.php:27
|
1505 |
+
msgid "Description:"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: app/views/groups/edit.php:28
|
1509 |
+
#: app/views/groups/new.php:29
|
1510 |
+
msgid "A Description of this group."
|
|
|
|
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: app/views/groups/edit.php:31
|
1514 |
+
#: app/views/groups/new.php:32
|
1515 |
+
msgid "Links:"
|
|
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: app/views/groups/edit.php:36
|
1519 |
+
#: app/views/groups/list.php:41
|
1520 |
+
#: app/views/groups/list.php:93
|
1521 |
+
#: app/views/groups/new.php:37
|
1522 |
+
#: pro/app/views/reports/edit.php:44
|
1523 |
+
#: pro/app/views/reports/list.php:32
|
1524 |
+
#: pro/app/views/reports/list.php:86
|
1525 |
+
#: pro/app/views/reports/new.php:44
|
1526 |
+
msgid "Name"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: app/views/groups/edit.php:37
|
1530 |
+
#: app/views/groups/new.php:38
|
1531 |
+
msgid "Current Group"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#. translators: %1$s: open strong tag, %2$s close strong tag
|
1535 |
+
#: app/views/groups/edit.php:61
|
1536 |
+
#: app/views/groups/new.php:60
|
1537 |
+
msgid "Select some links for this group. %1$sNote: each link can only be in one group at a time.%2$s"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: app/views/groups/list.php:6
|
1541 |
+
msgid "Groups"
|
|
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: app/views/groups/list.php:7
|
1545 |
+
msgid "Add Group"
|
|
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: app/views/groups/list.php:20
|
1549 |
+
#: pro/app/views/reports/list.php:18
|
1550 |
+
msgid "Search"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: app/views/groups/list.php:46
|
1554 |
+
#: app/views/groups/list.php:80
|
1555 |
+
#: app/views/groups/list.php:94
|
1556 |
+
#: app/views/options/form.php:51
|
1557 |
+
#: pro/app/views/reports/list.php:42
|
1558 |
+
#: pro/app/views/reports/list.php:88
|
1559 |
+
msgid "Links"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: app/views/groups/list.php:51
|
1563 |
+
#: app/views/groups/list.php:95
|
1564 |
+
#: pro/app/views/reports/list.php:47
|
1565 |
+
#: pro/app/views/reports/list.php:89
|
1566 |
+
msgid "Created"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: app/views/groups/list.php:62
|
1570 |
+
msgid "No Pretty Link Groups were found"
|
|
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: app/views/groups/list.php:78
|
1574 |
+
#: pro/app/views/reports/list.php:71
|
1575 |
+
msgid "Edit"
|
|
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: app/views/groups/list.php:79
|
1579 |
+
msgid "Are you sure you want to delete your %s Pretty Link Group?"
|
|
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: app/views/groups/list.php:79
|
1583 |
+
#: pro/app/views/reports/list.php:72
|
1584 |
+
msgid "Delete"
|
|
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: app/views/groups/list.php:80
|
1588 |
+
#: app/views/groups/list.php:84
|
1589 |
+
msgid "View links in %s"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: app/views/groups/list.php:81
|
1593 |
+
msgid "View hits in %s"
|
|
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: app/views/groups/new.php:10
|
1597 |
+
msgid "New Group"
|
|
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: app/views/groups/new.php:22
|
1601 |
+
#: pro/app/views/reports/new.php:17
|
1602 |
+
msgid "Name*:"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: app/views/groups/new.php:71
|
1606 |
+
#: app/views/widgets/widget.php:21
|
1607 |
+
#: pro/app/views/reports/new.php:66
|
1608 |
+
msgid "Create"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: app/views/links/form.php:28
|
1612 |
+
msgid "Basic"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: app/views/links/form.php:29
|
1616 |
+
msgid "Advanced"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: app/views/links/form_advanced.php:9
|
1620 |
+
msgid "Nofollow Link"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: app/views/links/form_advanced.php:10
|
1624 |
+
msgid "Add a nofollow and noindex to this link's http redirect header. (Recommended)"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: app/views/links/form_advanced.php:22
|
1628 |
+
msgid "Sponsored Link"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: app/views/links/form_advanced.php:23
|
1632 |
+
msgid "Add a sponsored attribute to this link's http redirect header. Recommended if this is an affiliate link."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: app/views/links/form_advanced.php:32
|
1636 |
+
#: app/views/links/form_advanced.php:35
|
1637 |
+
msgid "Delay Redirect"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: app/views/links/form_advanced.php:36
|
1641 |
+
msgid "Time in seconds to wait before redirecting"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: app/views/links/form_advanced.php:45
|
1645 |
+
#: app/views/links/form_advanced.php:48
|
1646 |
+
msgid "Parameter Forwarding"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: app/views/links/form_advanced.php:49
|
1650 |
+
msgid "Forward parameters passed to this link onto the Target URL"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: app/views/links/form_advanced.php:62
|
1654 |
+
msgid "Enable Pretty Link's built-in hit (click) tracking"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: app/views/links/form_advanced.php:71
|
1658 |
+
#: app/views/links/form_advanced.php:74
|
1659 |
+
#: pro/app/views/links/bulk-edit.php:10
|
1660 |
+
msgid "Google Analytics"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: app/views/links/form_advanced.php:75
|
1664 |
+
msgid "Requires the Google Analyticator plugin be installed and configured. This setting has no impact on the MonsterInsights integration with Pretty Links."
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: app/views/links/form_advanced.php:88
|
1668 |
+
msgid "It appears that %s is currently installed. Pretty Link will attempt to use its settings to track this link."
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: app/views/links/form_advanced.php:97
|
1672 |
+
msgid "No Google Analytics Plugin is currently installed. Pretty Link cannot track links using Google Analytics until one is."
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: app/views/links/form_basic.php:6
|
1676 |
+
msgid "Redirection*"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
+
#: app/views/links/form_basic.php:9
|
1680 |
+
#: app/views/options/form.php:77
|
1681 |
+
msgid "Redirection Type"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: app/views/links/form_basic.php:10
|
1685 |
+
msgid "This is the method of redirection for your link."
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: app/views/links/form_basic.php:24
|
1689 |
+
#: app/views/options/form.php:87
|
1690 |
+
msgid "Get cloaked redirects, Javascript redirects and more when you %1$sUpgrade to PRO%2$s"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: app/views/links/form_basic.php:32
|
1694 |
+
msgid "Target URL*"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: app/views/links/form_basic.php:35
|
1698 |
+
#: app/views/shared/tinymce_form_popup.php:13
|
1699 |
+
#: app/views/shared/tinymce_form_popup.php:82
|
1700 |
+
#: app/views/widgets/widget.php:11
|
1701 |
+
msgid "Target URL"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: app/views/links/form_basic.php:36
|
1705 |
+
msgid "This is the URL that your Pretty Link will redirect to."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: app/views/links/form_basic.php:45
|
1709 |
+
msgid "Pretty Link*"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: app/views/links/form_basic.php:49
|
1713 |
+
msgid "This is how your pretty link will appear. You can edit the Pretty Link slug here."
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: app/views/links/form_basic.php:61
|
1717 |
+
#: app/views/links/form_basic.php:64
|
1718 |
+
msgid "Notes"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: app/views/links/form_basic.php:65
|
1722 |
+
msgid "This is a field where you can enter notes about a particular link. This notes field is mainly for your own link management needs. It isn't currently used anywhere on the front end."
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: app/views/links/form_pro.php:15
|
1726 |
+
#: pro/app/views/links/form.php:6
|
1727 |
+
msgid "Expire"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: app/views/links/form_pro.php:18
|
1731 |
+
#: pro/app/views/links/form.php:9
|
1732 |
+
msgid "Expire Link"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: app/views/links/form_pro.php:19
|
1736 |
+
#: pro/app/views/links/form.php:10
|
1737 |
+
msgid "Set this link to expire after a specific date or number of clicks."
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: app/views/links/form_pro.php:33
|
1741 |
+
#: pro/app/views/links/form.php:136
|
1742 |
+
msgid "Auto-Replace Keywords"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: app/views/links/form_pro.php:34
|
1746 |
+
msgid "Enter a comma separated list of keywords / keyword phrases that you'd like to replace with this link in your Posts & Pages."
|
|
|
|
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: app/views/links/form_pro.php:44
|
1750 |
+
#: pro/app/views/links/form.php:145
|
1751 |
+
msgid "URL Replacements"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: app/views/links/form_pro.php:47
|
1755 |
+
#: pro/app/views/links/form.php:148
|
1756 |
+
msgid "Auto-Replace URLs"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
1760 |
+
#: app/views/links/form_pro.php:50
|
1761 |
+
msgid "Enter a comma separated list of the URLs that you'd like to replace with this Pretty Link in your Posts & Pages. These must be formatted as URLs for example: %1$shttp://example.com%2$s or %1$shttp://example.com?product_id=53%2$s"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: app/views/links/form_pro.php:64
|
1765 |
+
#: app/views/links/form_pro.php:67
|
1766 |
+
#: pro/app/views/links/form.php:167
|
1767 |
+
#: pro/app/views/links/form.php:170
|
1768 |
+
msgid "Head Scripts"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
1772 |
+
#: app/views/links/form_pro.php:70
|
1773 |
+
#: pro/app/views/links/form.php:173
|
1774 |
+
msgid "Useful for adding Google Analytics tracking, Facebook retargeting pixels, or any other kind of tracking script to the HTML head for this pretty link.%1$s%1$sThese scripts will be in addition to any global one's you've defined in the options.%1$s%1$s%2$sNOTE:%3$s This does NOT work with 301, 302 and 307 type redirects."
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: app/views/links/form_pro.php:84
|
1778 |
+
#: pro/app/views/links/form.php:189
|
1779 |
+
msgid "Dynamic Redirection"
|
|
|
|
|
|
|
|
|
|
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: app/views/links/form_pro.php:87
|
1783 |
+
#: pro/app/views/links/form.php:192
|
1784 |
+
msgid "Dynamic Redirection Options"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: app/views/links/form_pro.php:88
|
1788 |
+
#: pro/app/views/links/form.php:193
|
1789 |
+
msgid "These powerful options are available to give you dynamic control over redirection for this pretty link."
|
|
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: app/views/links/form_pro.php:94
|
1793 |
+
#: app/views/options/form.php:982
|
1794 |
+
#: app/views/shared/tinymce_form_popup.php:83
|
1795 |
+
#: app/views/shared/tinymce_form_popup.php:87
|
1796 |
+
#: pro/app/views/links/form.php:198
|
1797 |
+
#: pro/app/views/options/autocreate.php:44
|
1798 |
+
#: pro/app/views/options/form.php:833
|
1799 |
+
#: pro/app/views/tools/generator.php:37
|
1800 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:94
|
1801 |
+
msgid "None"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: app/views/links/form_pro.php:95
|
1805 |
+
#: pro/app/models/PlpReport.php:412
|
1806 |
+
#: pro/app/models/PlpReport.php:419
|
1807 |
+
#: pro/app/views/links/form.php:199
|
1808 |
+
msgid "Rotation"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: app/views/links/form_pro.php:96
|
1812 |
+
#: pro/app/views/links/form.php:200
|
1813 |
+
msgid "Geographic"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: app/views/links/form_pro.php:97
|
1817 |
+
#: pro/app/views/links/form.php:201
|
1818 |
+
msgid "Technology"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: app/views/links/form_pro.php:98
|
1822 |
+
#: pro/app/views/links/form.php:202
|
1823 |
+
msgid "Time"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: app/views/options/form.php:4
|
1827 |
+
msgid "User Manual"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
1831 |
+
#: app/views/options/form.php:17
|
1832 |
+
msgid "%1$sWordPress Must be Configured:%2$s Pretty Links won't work until you select a Permalink Structure other than 'Default'"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: app/views/options/form.php:22
|
1836 |
+
msgid "Permalink Settings"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: app/views/options/form.php:49
|
1840 |
+
msgid "General"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: app/views/options/form.php:52
|
1844 |
+
msgid "Reporting"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: app/views/options/form.php:53
|
1848 |
+
msgid "Replacements"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: app/views/options/form.php:54
|
1852 |
+
msgid "Auto-Create Links"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: app/views/options/form.php:55
|
1856 |
+
#: app/views/shared/tinymce_form_popup.php:37
|
1857 |
+
#: pro/app/controllers/PlpLinksController.php:623
|
1858 |
+
#: pro/app/controllers/PlpLinksController.php:669
|
1859 |
+
msgid "Pretty Bar"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: app/views/options/form.php:56
|
1863 |
+
msgid "Social"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: app/views/options/form.php:57
|
1867 |
+
msgid "Public"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: app/views/options/form.php:64
|
1871 |
+
msgid "General Options"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: app/views/options/form.php:70
|
1875 |
+
msgid "Default Link Options"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: app/views/options/form.php:75
|
1879 |
+
msgid "Redirection"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: app/views/options/form.php:78
|
1883 |
+
msgid "Select the type of redirection you want your newly created links to have."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: app/views/options/form.php:95
|
1887 |
+
#: app/views/options/form.php:97
|
1888 |
+
msgid "Enable Tracking"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: app/views/options/form.php:98
|
1892 |
+
msgid "Default all new links to be tracked."
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: app/views/options/form.php:107
|
1896 |
+
msgid "Enable No Follow"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: app/views/options/form.php:109
|
1900 |
+
msgid "Add No Follow"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: app/views/options/form.php:110
|
1904 |
+
msgid "Add the 'nofollow' attribute by default to new links. This will add nofollow and noindex in the HTTP Response headers when enabled."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: app/views/options/form.php:119
|
1908 |
+
msgid "Enable Sponsored"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: app/views/options/form.php:121
|
1912 |
+
#: app/views/options/form.php:407
|
1913 |
+
#: pro/app/views/options/form.php:127
|
1914 |
+
msgid "Add Sponsored"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: app/views/options/form.php:122
|
1918 |
+
msgid "Add the 'sponsored' attribute by default to new links. This will add sponsored in the HTTP Response headers when enabled."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: app/views/options/form.php:131
|
1922 |
+
msgid "Enable Permalink Fix"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: app/views/options/form.php:133
|
1926 |
+
msgid "Use fix for index.php Permalink Structure"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: app/views/options/form.php:134
|
1930 |
+
msgid "This option should ONLY be checked if you have elements in your permalink structure that must be present in any link on your site. For example, some WordPress installs don't have the benefit of full rewrite capabilities and in this case you'd need an index.php included in each link (http://example.com/index.php/mycoolslug instead of http://example.com/mycoolslug). If this is the case for you then check this option but the vast majority of users will want to keep this unchecked."
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: app/views/options/form.php:146
|
1934 |
+
#: app/views/options/form.php:148
|
1935 |
+
#: pro/app/views/links/link-options.php:3
|
1936 |
+
#: pro/app/views/links/link-options.php:5
|
1937 |
+
msgid "Base Slug Prefix"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
+
#. translators: %1$s: open b tag, %2$s close b tag
|
1941 |
+
#: app/views/options/form.php:151
|
1942 |
+
#: pro/app/views/links/link-options.php:8
|
1943 |
+
msgid "Use this to prefix all newly generated pretty links with a directory of your choice. For example set to %1$sout%2$s to make your pretty links look like http://site.com/%1$sout%2$s/xyz. Changing this option will NOT affect existing pretty links. If you do not wish to use a directory prefix, leave this text field blank. Whatever you type here will be sanitized and modified to ensure it is URL-safe. So %1$sHello World%2$s might get changed to something like %1$shello-world%2$s instead. Lowercase letters, numbers, dashes, and underscores are allowed."
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: app/views/options/form.php:165
|
1947 |
+
#: app/views/options/form.php:167
|
1948 |
+
#: pro/app/views/links/link-options.php:21
|
1949 |
+
#: pro/app/views/links/link-options.php:23
|
1950 |
+
msgid "Slug Character Count"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: app/views/options/form.php:168
|
1954 |
+
#: pro/app/views/links/link-options.php:24
|
1955 |
+
msgid "The number of characters to use when auto-generating a random slug for pretty links. The default is 4. You cannot use less than 2."
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: app/views/options/form.php:179
|
1959 |
+
#: app/views/options/form.php:180
|
1960 |
+
#: pro/app/views/links/link-options.php:34
|
1961 |
+
#: pro/app/views/links/link-options.php:35
|
1962 |
+
msgid "Enable Google Analytics"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
+
#: app/views/options/form.php:181
|
1966 |
+
msgid "Requires the Google Analyticator plugin be installed. If you rely on MonsterInsights plugin for Google Analytics, leave this setting disabled as it has no affect."
|
1967 |
msgstr ""
|
1968 |
|
1969 |
+
#: app/views/options/form.php:192
|
1970 |
+
msgid "Enable %sQR Codes%s"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: app/views/options/form.php:194
|
1974 |
+
#: pro/app/views/links/link-options.php:57
|
1975 |
+
msgid "Generate QR Codes"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: app/views/options/form.php:195
|
1979 |
+
#: pro/app/views/links/link-options.php:58
|
1980 |
+
msgid "This will enable a link in your pretty link admin that will allow you to automatically download a QR Code for each individual Pretty Link."
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: app/views/options/form.php:206
|
1984 |
+
#: app/views/options/form.php:208
|
1985 |
+
#: pro/app/views/links/link-options.php:68
|
1986 |
+
#: pro/app/views/links/link-options.php:70
|
1987 |
+
msgid "Global Head Scripts"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
1991 |
+
#: app/views/options/form.php:211
|
1992 |
+
#: pro/app/views/links/link-options.php:73
|
1993 |
+
msgid "Useful for adding Google Analytics tracking, Facebook retargeting pixels, or any other kind of tracking script to the HTML head.%1$s%1$sWhat you enter in this box will be applied to all supported pretty links.%1$s%1$s%2$sNOTE:%3$s This does NOT work with 301, 302 and 307 type redirects."
|
1994 |
msgstr ""
|
1995 |
|
1996 |
+
#: app/views/options/form.php:232
|
1997 |
+
msgid "Reporting Options"
|
|
|
|
|
1998 |
msgstr ""
|
1999 |
|
2000 |
+
#: app/views/options/form.php:237
|
2001 |
+
#: app/views/options/form.php:239
|
2002 |
+
msgid "Tracking Style"
|
|
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: app/views/options/form.php:240
|
2006 |
+
msgid "Changing your tracking style can affect the accuracy of your existing statistics. Extended mode must be used for Conversion reporting."
|
|
|
|
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: app/views/options/form.php:244
|
2010 |
+
msgid "Normal Tracking"
|
|
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: app/views/options/form.php:245
|
2014 |
+
msgid "Extended Tracking (more stats / slower performance)"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
+
#: app/views/options/form.php:246
|
2018 |
+
msgid "Simple Click Count Tracking (less stats / faster performance)"
|
|
|
2019 |
msgstr ""
|
2020 |
|
2021 |
+
#: app/views/options/form.php:252
|
2022 |
+
msgid "Excluded IP Addresses:"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
+
#: app/views/options/form.php:254
|
2026 |
+
msgid "Excluded IP Addresses"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
+
#: app/views/options/form.php:255
|
2030 |
+
msgid "Enter IP Addresses or IP Ranges you want to exclude from your Click data and Stats. Each IP Address should be separated by commas. Example: 192.168.0.1, 192.168.2.1, 192.168.3.4 or 192.168.*.*"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
+
#: app/views/options/form.php:258
|
2034 |
+
msgid "FYI, your current IP address is %s."
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: app/views/options/form.php:269
|
2038 |
+
msgid "Auto-Trim Clicks"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: app/views/options/form.php:271
|
2042 |
+
msgid "Automatically Trim Clicks"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
+
#: app/views/options/form.php:272
|
2046 |
+
msgid "Will automatically delete all hits older than 90 days. We strongly recommend doing this to keep your database performance up. This will permanently delete this click data, and is not undo-able. "
|
2047 |
msgstr ""
|
2048 |
|
2049 |
+
#: app/views/options/form.php:281
|
2050 |
+
#: app/views/options/form.php:283
|
2051 |
+
msgid "Filter Robots"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: app/views/options/form.php:284
|
2055 |
+
msgid "Filter known Robots and unidentifiable browser clients from your click data, stats and reports. Works best if Tracking Style above is set to 'Extended Tracking'."
|
2056 |
msgstr ""
|
2057 |
|
2058 |
+
#: app/views/options/form.php:300
|
2059 |
+
#: app/views/options/form.php:302
|
2060 |
+
msgid "Whitelist IP Addresses"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: app/views/options/form.php:303
|
2064 |
+
msgid "Enter IP Addresses or IP Ranges you want to always include in your Click data and Stats even if they are flagged as robots. Each IP Address should be separated by commas. Example: 192.168.0.1, 192.168.2.1, 192.168.3.4 or 192.168.*.*"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: app/views/options/form.php:317
|
2068 |
+
#: pro/app/views/options/form.php:4
|
2069 |
+
msgid "Keyword & URL Auto Replacements Options"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: app/views/options/form.php:324
|
2073 |
+
#: pro/app/views/options/form.php:13
|
2074 |
+
msgid "Enable Replacements"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: app/views/options/form.php:326
|
2078 |
+
#: pro/app/views/options/form.php:15
|
2079 |
+
msgid "Enable Keyword and URL Auto Replacement"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: app/views/options/form.php:327
|
2083 |
+
#: pro/app/views/options/form.php:16
|
2084 |
+
msgid "If checked, this will enable you to automatically replace keywords and/or URLs on your blog with pretty links. You will specify the specific keywords and urls from your Pretty Link edit page."
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: app/views/options/form.php:346
|
2088 |
+
#: pro/app/views/options/form.php:34
|
2089 |
+
msgid "Thresholds"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: app/views/options/form.php:348
|
2093 |
+
#: pro/app/views/options/form.php:36
|
2094 |
+
msgid "Set Keyword Replacement Thresholds"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: app/views/options/form.php:349
|
2098 |
+
#: pro/app/views/options/form.php:37
|
2099 |
+
msgid "Don't want to have too many keyword replacements per page? Select to set some reasonable keyword replacement thresholds."
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: app/views/options/form.php:365
|
2103 |
+
#: pro/app/views/options/form.php:87
|
2104 |
+
msgid "Open in New Window"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: app/views/options/form.php:367
|
2108 |
+
#: pro/app/views/options/form.php:89
|
2109 |
+
msgid "Open Keyword Replacement Links in New Window"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
2113 |
+
#: app/views/options/form.php:370
|
2114 |
+
#: pro/app/views/options/form.php:92
|
2115 |
+
msgid "Ensure that these keyword replacement links are opened in a separate window. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#: app/views/options/form.php:385
|
2119 |
+
#: pro/app/views/options/form.php:106
|
2120 |
+
msgid "Add No Follows"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: app/views/options/form.php:387
|
2124 |
+
#: pro/app/views/options/form.php:108
|
2125 |
+
msgid "Add 'nofollow' attribute to all Keyword Pretty Links"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#. translators: %1$s: open code tag, %2$s: close code tag, %3$s: open strong tag, %4$s close strong tag
|
2129 |
+
#: app/views/options/form.php:390
|
2130 |
+
#: pro/app/views/options/form.php:111
|
2131 |
+
msgid "This adds the html %1$sNOFOLLOW%2$s attribute to all keyword replacement links. %3$sNote:%4$s This does not apply to url replacements--only keyword replacements."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: app/views/options/form.php:409
|
2135 |
+
#: pro/app/views/options/form.php:129
|
2136 |
+
msgid "Add 'sponsored' attribute to all Keyword Pretty Links"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#. translators: %1$s: open code tag, %2$s: close code tag, %3$s: open strong tag, %4$s close strong tag
|
2140 |
+
#: app/views/options/form.php:412
|
2141 |
+
#: pro/app/views/options/form.php:132
|
2142 |
+
msgid "This adds the html %1$sSPONSORED%2$s attribute to all keyword replacement links. %3$sNote:%4$s This does not apply to url replacements--only keyword replacements."
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: app/views/options/form.php:429
|
2146 |
+
#: pro/app/views/options/form.php:148
|
2147 |
+
msgid "Custom CSS"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: app/views/options/form.php:431
|
2151 |
+
#: pro/app/views/options/form.php:150
|
2152 |
+
msgid "Add custom CSS to your keyword replacement links"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
2156 |
+
#: app/views/options/form.php:434
|
2157 |
+
#: pro/app/views/options/form.php:153
|
2158 |
+
msgid "Add some custom formatting to your keyword pretty link replacements. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: app/views/options/form.php:449
|
2162 |
+
#: pro/app/views/options/form.php:167
|
2163 |
+
msgid "Custom Hover CSS"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
+
#: app/views/options/form.php:451
|
2167 |
+
#: pro/app/views/options/form.php:169
|
2168 |
+
msgid "Add custom hover CSS to your keyword replacement links"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#. translators: %1$s: open strong tag, %2$s: close strong tag
|
2172 |
+
#: app/views/options/form.php:454
|
2173 |
+
#: pro/app/views/options/form.php:172
|
2174 |
+
msgid "Add some custom formatting to the hover attribute of your keyword pretty links. %1$sNote%2$s: This does not apply to url replacements--only keyword replacements."
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: app/views/options/form.php:469
|
2178 |
+
#: pro/app/views/options/form.php:186
|
2179 |
+
msgid "Link to Disclosures"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
+
#: app/views/options/form.php:472
|
2183 |
+
#: pro/app/views/options/form.php:189
|
2184 |
+
msgid "Automatically Add a Link to Disclosures"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: app/views/options/form.php:473
|
2188 |
+
#: pro/app/views/options/form.php:190
|
2189 |
+
msgid "When enabled, this will add a link to your official affiliate link disclosure page to any page, post or custom post type that have any keyword or URL replacements. You'll also be able to customize the URL and position of the disclosure link."
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: app/views/options/form.php:486
|
2193 |
+
#: pro/app/views/options/form.php:262
|
2194 |
+
msgid "Keyword Disclosures"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: app/views/options/form.php:489
|
2198 |
+
#: pro/app/views/options/form.php:265
|
2199 |
+
msgid "Automatically Add Affiliate Link Disclosures to Keyword Replacements"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
+
#. translators: %1$s: open b tag, %2$s close b tag
|
2203 |
+
#: app/views/options/form.php:492
|
2204 |
+
#: pro/app/views/options/form.php:268
|
2205 |
+
msgid "When enabled, this will add an affiliate link disclosure next to each one of your keyword replacements. %1$sNote:%2$s This does not apply to url replacements--only keyword replacements."
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: app/views/options/form.php:508
|
2209 |
+
#: pro/app/views/options/form.php:309
|
2210 |
+
msgid "Replace All URLs"
|
|
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: app/views/options/form.php:510
|
2214 |
+
#: pro/app/views/options/form.php:311
|
2215 |
+
msgid "Replace All non-Pretty Link URLs With Pretty Link URLs"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: app/views/options/form.php:511
|
2219 |
+
#: pro/app/views/options/form.php:312
|
2220 |
+
msgid "This feature will take each url it finds and create or use an existing pretty link pointing to the url and replace it with the pretty link."
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: app/views/options/form.php:523
|
2224 |
+
#: pro/app/views/options/form.php:354
|
2225 |
+
msgid "Replace in Comments"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: app/views/options/form.php:525
|
2229 |
+
#: pro/app/views/options/form.php:356
|
2230 |
+
msgid "Replace Keywords and URLs in Comments"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: app/views/options/form.php:526
|
2234 |
+
#: pro/app/views/options/form.php:357
|
2235 |
+
msgid "This option will enable the keyword / URL replacement routine to run in Comments."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: app/views/options/form.php:538
|
2239 |
+
#: pro/app/views/options/form.php:368
|
2240 |
+
msgid "Replace in Feeds"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: app/views/options/form.php:540
|
2244 |
+
#: pro/app/views/options/form.php:370
|
2245 |
+
msgid "Replace Keywords and URLs in Feeds"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#. translators: %1$s: br tag, %2$s open strong tag, %3$s: close strong tag
|
2249 |
+
#: app/views/options/form.php:543
|
2250 |
+
#: pro/app/views/options/form.php:373
|
2251 |
+
msgid "This option will enable the keyword / URL replacement routine to run in RSS Feeds.%1$s%2$sNote:%3$s This option can slow the load speed of your RSS feed -- unless used in conjunction with a caching plugin like W3 Total Cache or WP Super Cache.%1$s%2$sNote #2%3$s This option will only work if you have \"Full Text\" selected in your General WordPress Reading settings.%1$s%2$sNote #3:%3$s If this option is used along with \"Replace Keywords and URLs in Comments\" then your post comment feeds will have keywords replaced in them as well."
|
2252 |
msgstr ""
|
2253 |
|
2254 |
+
#: app/views/options/form.php:559
|
2255 |
+
#: app/views/options/form.php:561
|
2256 |
+
#: pro/app/views/options/form.php:388
|
2257 |
+
#: pro/app/views/options/form.php:390
|
2258 |
+
msgid "Index Replacements"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#. translators: %1$s: br tag, %2$s open strong tag, %3$s: close strong tag
|
2262 |
+
#: app/views/options/form.php:564
|
2263 |
+
#: pro/app/views/options/form.php:393
|
2264 |
+
msgid "This feature will index all of your keyword & URL replacements to dramatically improve performance.%1$s%1$sIf your site has a large number of replacements and/or posts then this feature may increase the load on your server temporarily and your replacements may not show up on your posts for a day or two initially (until all posts are indexed).%1$s%1$s%2$sNote:%3$s this feature requires the use of wp-cron."
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: app/views/options/form.php:583
|
2268 |
+
#: pro/app/views/options/form.php:468
|
2269 |
+
msgid "Auto-Create Shortlink Options"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: app/views/options/form.php:590
|
2273 |
+
msgid "Post Shortlinks"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: app/views/options/form.php:593
|
2277 |
+
msgid "Create Pretty Links for Posts"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: app/views/options/form.php:594
|
2281 |
+
msgid "Automatically Create a Pretty Link for each of your published Posts"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: app/views/options/form.php:607
|
2285 |
+
msgid "Page Shortlinks"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: app/views/options/form.php:610
|
2289 |
+
msgid "Create Pretty Links for Pages"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: app/views/options/form.php:611
|
2293 |
+
msgid "Automatically Create a Pretty Link for each of your published Pages"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: app/views/options/form.php:627
|
2297 |
+
#: pro/app/views/options/form.php:489
|
2298 |
+
msgid "Pretty Bar Options"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: app/views/options/form.php:633
|
2302 |
+
#: pro/app/views/options/form.php:495
|
2303 |
+
msgid "Image URL"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
+
#: app/views/options/form.php:635
|
2307 |
+
#: pro/app/views/options/form.php:497
|
2308 |
+
msgid "Pretty Bar Image URL"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: app/views/options/form.php:636
|
2312 |
+
#: pro/app/views/options/form.php:498
|
2313 |
+
msgid "If set, this will replace the logo image on the Pretty Bar. The image that this URL references should be 48x48 Pixels to fit."
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: app/views/options/form.php:648
|
2317 |
+
#: pro/app/views/options/form.php:509
|
2318 |
+
msgid "Background Image URL"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: app/views/options/form.php:650
|
2322 |
+
#: pro/app/views/options/form.php:511
|
2323 |
+
msgid "Pretty Bar Background Image URL"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
+
#: app/views/options/form.php:651
|
2327 |
+
#: pro/app/views/options/form.php:512
|
2328 |
+
msgid "If set, this will replace the background image on Pretty Bar. The image that this URL references should be 65px tall - this image will be repeated horizontally across the bar."
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: app/views/options/form.php:663
|
2332 |
+
#: pro/app/views/options/form.php:523
|
2333 |
+
msgid "Background Color"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: app/views/options/form.php:665
|
2337 |
+
#: pro/app/views/options/form.php:525
|
2338 |
+
msgid "Pretty Bar Background Color"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: app/views/options/form.php:666
|
2342 |
+
#: pro/app/views/options/form.php:526
|
2343 |
+
msgid "This will alter the background color of the Pretty Bar if you haven't specified a Pretty Bar background image."
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: app/views/options/form.php:678
|
2347 |
+
#: pro/app/views/options/form.php:537
|
2348 |
+
msgid "Text Color"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: app/views/options/form.php:680
|
2352 |
+
#: pro/app/views/options/form.php:539
|
2353 |
+
msgid "Pretty Bar Text Color"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2357 |
+
#: app/views/options/form.php:683
|
2358 |
+
#: pro/app/views/options/form.php:542
|
2359 |
+
msgid "If not set, this defaults to black (RGB value %1$s#000000%2$s) but you can change it to whatever color you like."
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: app/views/options/form.php:698
|
2363 |
+
#: pro/app/views/options/form.php:556
|
2364 |
+
msgid "Link Color"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: app/views/options/form.php:700
|
2368 |
+
#: pro/app/views/options/form.php:558
|
2369 |
+
msgid "Pretty Bar Link Color"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2373 |
+
#: app/views/options/form.php:703
|
2374 |
+
#: pro/app/views/options/form.php:561
|
2375 |
+
msgid "If not set, this defaults to blue (RGB value %1$s#0000ee%2$s) but you can change it to whatever color you like."
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: app/views/options/form.php:718
|
2379 |
+
#: pro/app/views/options/form.php:575
|
2380 |
+
msgid "Link Hover Color"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: app/views/options/form.php:720
|
2384 |
+
#: pro/app/views/options/form.php:577
|
2385 |
+
msgid "Pretty Bar Link Hover Color"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2389 |
+
#: app/views/options/form.php:723
|
2390 |
+
#: pro/app/views/options/form.php:580
|
2391 |
+
msgid "If not set, this defaults to RGB value %1$s#ababab%2$s but you can change it to whatever color you like."
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: app/views/options/form.php:738
|
2395 |
+
#: pro/app/views/options/form.php:594
|
2396 |
+
msgid "Visited Link Color"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: app/views/options/form.php:740
|
2400 |
+
#: pro/app/views/options/form.php:596
|
2401 |
+
msgid "Pretty Bar Visited Link Color"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2405 |
+
#: app/views/options/form.php:743
|
2406 |
+
#: pro/app/views/options/form.php:599
|
2407 |
+
msgid "If not set, this defaults to RGB value %1$s#551a8b%2$s but you can change it to whatever color you like."
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: app/views/options/form.php:758
|
2411 |
+
#: pro/app/views/options/form.php:613
|
2412 |
+
msgid "Title Char Limit"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: app/views/options/form.php:760
|
2416 |
+
#: pro/app/views/options/form.php:615
|
2417 |
+
msgid "Pretty Bar Title Char Limit"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2421 |
+
#: app/views/options/form.php:763
|
2422 |
+
#: pro/app/views/options/form.php:618
|
2423 |
+
msgid "If your Website has a long title then you may need to adjust this value so that it will all fit on the Pretty Bar. It is recommended that you keep this value to %1$s30%2$s characters or less so the Pretty Bar's format looks good across different browsers and screen resolutions."
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: app/views/options/form.php:778
|
2427 |
+
#: pro/app/views/options/form.php:632
|
2428 |
+
msgid "Description Char Limit"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: app/views/options/form.php:780
|
2432 |
+
#: pro/app/views/options/form.php:634
|
2433 |
+
msgid "Pretty Bar Description Char Limit"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2437 |
+
#: app/views/options/form.php:783
|
2438 |
+
#: pro/app/views/options/form.php:637
|
2439 |
+
msgid "If your Website has a long Description (tagline) then you may need to adjust this value so that it will all fit on the Pretty Bar. It is recommended that you keep this value to %1$s40%2$s characters or less so the Pretty Bar's format looks good across different browsers and screen resolutions."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: app/views/options/form.php:798
|
2443 |
+
#: pro/app/views/options/form.php:651
|
2444 |
+
msgid "Target URL Char Limit"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: app/views/options/form.php:800
|
2448 |
+
#: pro/app/views/options/form.php:653
|
2449 |
+
msgid "Pretty Bar Target URL Char Limit"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
2453 |
+
#: app/views/options/form.php:803
|
2454 |
+
#: pro/app/views/options/form.php:656
|
2455 |
+
msgid "If you link to a lot of large Target URLs you may want to adjust this value. It is recommended that you keep this value to %1$s40%2$s or below so the Pretty Bar's format looks good across different browsers and URL sizes"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: app/views/options/form.php:818
|
2459 |
+
#: pro/app/views/options/form.php:670
|
2460 |
+
msgid "Show Title"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: app/views/options/form.php:820
|
2464 |
+
#: pro/app/views/options/form.php:672
|
2465 |
+
msgid "Pretty Bar Show Title"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: app/views/options/form.php:821
|
2469 |
+
#: pro/app/views/options/form.php:673
|
2470 |
+
msgid "Make sure this is checked if you want the title of your blog (and link) to show up on the Pretty Bar."
|
2471 |
msgstr ""
|
2472 |
|
2473 |
+
#: app/views/options/form.php:833
|
2474 |
+
#: pro/app/views/options/form.php:684
|
2475 |
+
msgid "Show Description"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
+
#: app/views/options/form.php:835
|
2479 |
+
#: pro/app/views/options/form.php:686
|
2480 |
+
msgid "Pretty Bar Show Description"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: app/views/options/form.php:836
|
2484 |
+
#: pro/app/views/options/form.php:687
|
2485 |
+
msgid "Make sure this is checked if you want your site description to show up on the Pretty Bar."
|
2486 |
msgstr ""
|
2487 |
|
2488 |
+
#: app/views/options/form.php:848
|
2489 |
+
#: pro/app/views/options/form.php:698
|
2490 |
+
msgid "Show Share Links"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
+
#: app/views/options/form.php:850
|
2494 |
+
#: pro/app/views/options/form.php:700
|
2495 |
+
msgid "Pretty Bar Show Share Links"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: app/views/options/form.php:851
|
2499 |
+
#: pro/app/views/options/form.php:701
|
2500 |
+
msgid "Make sure this is checked if you want \"share links\" to show up on the Pretty Bar."
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: app/views/options/form.php:863
|
2504 |
+
#: pro/app/views/options/form.php:712
|
2505 |
+
msgid "Show Target URL"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: app/views/options/form.php:865
|
2509 |
+
#: pro/app/views/options/form.php:714
|
2510 |
+
msgid "Pretty Bar Show Target URL Links"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
+
#: app/views/options/form.php:866
|
2514 |
+
#: pro/app/views/options/form.php:715
|
2515 |
+
msgid "Make sure this is checked if you want a link displaying the Target URL to show up on the Pretty Bar."
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: app/views/options/form.php:878
|
2519 |
+
#: app/views/options/form.php:880
|
2520 |
+
#: pro/app/views/options/form.php:726
|
2521 |
+
#: pro/app/views/options/form.php:728
|
2522 |
+
msgid "Hide Attribution Link"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
+
#. translators: %1$s: br tag, %2$s: open strong tag, %3$s close strong tag, %4$s open em tag, %5$s close em tag, %6$s open link tag, %7$s close link tag
|
2526 |
+
#: app/views/options/form.php:883
|
2527 |
+
#: pro/app/views/options/form.php:731
|
2528 |
+
msgid "Check this to hide the pretty link attribution link on the pretty bar.%1$s%1$s%2$sWait, before you do this, you might want to leave this un-checked and set the alternate URL of this link to your %4$sPretty Links Pro%5$s %6$sAffiliate URL%7$s to earn a few bucks while you are at it.%3$s"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: app/views/options/form.php:910
|
2532 |
+
#: pro/app/views/options/form.php:757
|
2533 |
+
msgid "Attribution URL"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: app/views/options/form.php:912
|
2537 |
+
#: pro/app/views/options/form.php:759
|
2538 |
+
msgid "Alternate Pretty Bar Attribution URL"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
+
#. translators: %1$s open em tag, %2$s close em tag, %3$s open link tag, %4$s close link tag
|
2542 |
+
#: app/views/options/form.php:915
|
2543 |
+
#: pro/app/views/options/form.php:762
|
2544 |
+
msgid "If set, this will replace the Pretty Bars attribution URL. This is a very good place to put your %1$sPretty Links Pro%2$s %3$sAffiliate Link%4$s."
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/views/options/form.php:935
|
2548 |
+
#: pro/app/views/options/form.php:781
|
2549 |
+
msgid "Social Buttons Options"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: app/views/options/form.php:937
|
2553 |
+
#: pro/app/views/options/form.php:784
|
2554 |
+
msgid "Buttons"
|
2555 |
msgstr ""
|
2556 |
|
2557 |
+
#: app/views/options/form.php:939
|
2558 |
+
#: pro/app/views/options/form.php:786
|
2559 |
+
msgid "Social Buttons"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#. translators: %1$s: br tag, %2$s open code tag, %3$s close code tag
|
2563 |
+
#: app/views/options/form.php:942
|
2564 |
+
#: pro/app/views/options/form.php:789
|
2565 |
+
msgid "Select which buttons you want to be visible on the Social Buttons Bar.%1$s%1$s%2$sNote:%3$s In order for the Social Buttons Bar to be visible on Pages and or Posts, you must first enable it in the \"Page & Post Options\" section above."
|
2566 |
msgstr ""
|
2567 |
|
2568 |
+
#: app/views/options/form.php:964
|
2569 |
+
#: pro/app/views/options/form.php:816
|
2570 |
+
msgid "Buttons Placement"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
+
#: app/views/options/form.php:966
|
2574 |
+
#: pro/app/views/options/form.php:818
|
2575 |
+
msgid "Social Buttons Placement"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#. translators: %1$s: br tag, %2$s open code tag, %3$s close code tag
|
2579 |
+
#: app/views/options/form.php:969
|
2580 |
+
#: pro/app/views/options/form.php:821
|
2581 |
+
msgid "This determines where your Social Buttons Placement should appear in relation to content on Pages and/or Posts.%1$s%1$s%2$sNote:%3$s If you want this bar to appear then you must enable it in the \"Auto-Create Links\" section above."
|
2582 |
msgstr ""
|
2583 |
|
2584 |
+
#: app/views/options/form.php:979
|
2585 |
+
#: pro/app/views/options/form.php:249
|
2586 |
+
#: pro/app/views/options/form.php:830
|
2587 |
+
msgid "Top"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: app/views/options/form.php:980
|
2591 |
+
#: pro/app/views/options/form.php:248
|
2592 |
+
#: pro/app/views/options/form.php:831
|
2593 |
+
msgid "Bottom"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: app/views/options/form.php:981
|
2597 |
+
#: pro/app/views/options/form.php:250
|
2598 |
+
#: pro/app/views/options/form.php:832
|
2599 |
+
msgid "Top and Bottom"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/views/options/form.php:984
|
2603 |
+
#: pro/app/views/options/form.php:835
|
2604 |
+
msgid "Social Buttons Manual Placement"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#. translators: %1$s: example shortcode, %2$s: example template tag
|
2608 |
+
#: app/views/options/form.php:987
|
2609 |
+
#: pro/app/views/options/form.php:838
|
2610 |
+
msgid "If you select none, you can still show your Social Buttons by manually adding the %1$s shortcode to your blog posts or %2$s template tag to your WordPress Theme."
|
2611 |
msgstr ""
|
2612 |
|
2613 |
+
#: app/views/options/form.php:1000
|
2614 |
+
#: pro/app/views/options/form.php:866
|
2615 |
+
msgid "Public Links Creation Options"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: app/views/options/form.php:1006
|
2619 |
+
#: pro/app/views/options/form.php:872
|
2620 |
+
msgid "Enable Public Links"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: app/views/options/form.php:1008
|
2624 |
+
#: pro/app/views/options/form.php:874
|
2625 |
+
msgid "Enable Public Link Creation on this Site"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: app/views/options/form.php:1010
|
2629 |
+
#: pro/app/views/options/form.php:876
|
2630 |
+
msgid "This option will give you the ability to turn your website into a link shortening service for your users. Once selected, you can enable the Pretty Links Pro Sidebar Widget or just display the link creation form with the %s shortcode in any post or page on your website."
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: app/views/shared/link-table-nav.php:16
|
2634 |
+
#: app/views/shared/link-table-nav.php:106
|
2635 |
+
#: app/views/shared/table-nav.php:14
|
2636 |
+
msgid "Displaying %1$s–%2$s of %3$s"
|
2637 |
msgstr ""
|
2638 |
+
|
2639 |
+
#: app/views/shared/nav.php:6
|
2640 |
+
msgid "Pro Manual"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: app/views/shared/nav.php:14
|
2644 |
+
msgid "Connect:"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: app/views/shared/nav.php:18
|
2648 |
+
msgid "Get Help:"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: app/views/shared/nav.php:19
|
2652 |
+
msgid "Tutorials"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: app/views/shared/public_link.php:22
|
2656 |
+
msgid "Here is your Pretty Link"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: app/views/shared/public_link.php:30
|
2660 |
+
msgid "Here's your pretty link for"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: app/views/shared/public_link.php:41
|
2664 |
+
msgid "send this link to:"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: app/views/shared/public_link.php:45
|
2668 |
+
msgid "back"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: app/views/shared/tinymce_form_popup.php:4
|
2672 |
+
msgid "Insert Pretty Link"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: app/views/shared/tinymce_form_popup.php:10
|
2676 |
+
#: js/editor.js:12
|
2677 |
+
#: js/editor/components/link-editor/index.js:432
|
2678 |
+
msgid "Create New Pretty Link"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: app/views/shared/tinymce_form_popup.php:17
|
2682 |
+
msgid "Slug"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: app/views/shared/tinymce_form_popup.php:20
|
2686 |
+
msgid "valid"
|
2687 |
msgstr ""
|
2688 |
|
2689 |
+
#: app/views/shared/tinymce_form_popup.php:21
|
2690 |
+
msgid "invalid"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
+
#: app/views/shared/tinymce_form_popup.php:25
|
2694 |
+
#: app/views/shared/tinymce_form_popup.php:90
|
2695 |
+
msgid "Link Text"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: app/views/shared/tinymce_form_popup.php:29
|
2699 |
+
msgid "Redirect Type"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: app/views/shared/tinymce_form_popup.php:31
|
2703 |
+
#: app/views/shared/tinymce_form_popup.php:48
|
2704 |
+
#: app/views/shared/tinymce_form_popup.php:56
|
2705 |
+
#: app/views/shared/tinymce_form_popup.php:64
|
2706 |
+
#: pro/app/views/tools/generator.php:21
|
2707 |
+
#: pro/app/views/tools/generator.php:26
|
2708 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:70
|
2709 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:82
|
2710 |
+
msgid "Default"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/views/shared/tinymce_form_popup.php:38
|
2714 |
+
#: pro/app/controllers/PlpLinksController.php:624
|
2715 |
+
msgid "Cloaked"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: app/views/shared/tinymce_form_popup.php:39
|
2719 |
+
#: pro/app/controllers/PlpLinksController.php:625
|
2720 |
+
#: pro/app/controllers/PlpLinksController.php:671
|
2721 |
+
msgid "Pixel"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: app/views/shared/tinymce_form_popup.php:40
|
2725 |
+
#: pro/app/controllers/PlpLinksController.php:626
|
2726 |
+
#: pro/app/controllers/PlpLinksController.php:672
|
2727 |
+
msgid "Meta Refresh"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/views/shared/tinymce_form_popup.php:41
|
2731 |
+
#: pro/app/controllers/PlpLinksController.php:627
|
2732 |
+
#: pro/app/controllers/PlpLinksController.php:673
|
2733 |
+
msgid "Javascript"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: app/views/shared/tinymce_form_popup.php:46
|
2737 |
+
msgid "Nofollow"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: app/views/shared/tinymce_form_popup.php:71
|
2741 |
+
#: app/views/shared/tinymce_form_popup.php:95
|
2742 |
+
msgid "Open this Pretty Link in a new window/tab"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/views/shared/tinymce_form_popup.php:74
|
2746 |
+
msgid "Insert New Pretty Link"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
+
#: app/views/shared/tinymce_form_popup.php:78
|
2750 |
+
msgid "Use Existing Pretty Link"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
+
#: app/views/shared/tinymce_form_popup.php:80
|
2754 |
+
msgid "Search by Slug, Title, or Target URL..."
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: app/views/shared/tinymce_form_popup.php:100
|
2758 |
+
msgid "Insert Existing Pretty Link"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
+
#: app/views/tools/form.php:18
|
2762 |
+
#: app/views/tools/form.php:25
|
2763 |
+
msgid "Bookmarklet"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: app/views/tools/form.php:19
|
2767 |
+
#: app/views/tools/form.php:70
|
2768 |
+
msgid "Trim Clicks"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: app/views/tools/form.php:26
|
2772 |
+
#: pro/app/views/tools/generator.php:7
|
2773 |
+
#: pro/app/views/tools/generator.php:17
|
2774 |
+
msgid "Get Pretty Link"
|
2775 |
msgstr ""
|
2776 |
|
2777 |
+
#: app/views/tools/form.php:28
|
2778 |
+
msgid "Install Pretty Link Bookmarklet"
|
2779 |
msgstr ""
|
2780 |
|
2781 |
+
#. translators: %1$s: open link tag, %2$s close link tag
|
2782 |
+
#: app/views/tools/form.php:31
|
2783 |
+
msgid "Just drag this \"Get PrettyLink\" link to your toolbar to install the bookmarklet. As you browse the web, you can just click this bookmarklet to create a pretty link from the current url you're looking at. %1$s(more help)%2$s"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: app/views/tools/form.php:36
|
2787 |
+
msgid "Show iPhone Bookmarklet Instructions"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#. translators: %1$s: open strong tag, %2$s close strong tag
|
2791 |
+
#: app/views/tools/form.php:43
|
2792 |
+
msgid "%1$sNote:%2$s iPhone users can install this bookmarklet in their Safari to create Pretty Links with the following steps:"
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: app/views/tools/form.php:49
|
2796 |
+
msgid "Copy this text:"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: app/views/tools/form.php:50
|
2800 |
+
msgid "Tap the + button at the bottom of the screen"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
+
#: app/views/tools/form.php:51
|
2804 |
+
msgid "Choose to share the page, then click on \"Bookmark\". We recommend saving it in your Favorites folder. Rename your bookmark to \"Get PrettyLink\" (or whatever you want) and then \"Save\""
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: app/views/tools/form.php:52
|
2808 |
+
msgid "Navigate through your Bookmarks until you find the new bookmark and click \"Edit\""
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: app/views/tools/form.php:53
|
2812 |
+
msgid "Delete all the text from the address"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: app/views/tools/form.php:54
|
2816 |
+
msgid "Paste the text you copied in Step 1 into the address field"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#. translators: %1$s: open strong tag, %2$s close strong tag
|
2820 |
+
#: app/views/tools/form.php:59
|
2821 |
+
msgid "To save the changes hit \"Bookmarks\" and %1$syou're done!%2$s"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
+
#: app/views/tools/form.php:64
|
2825 |
+
msgid "Now when you find a page you want to save off as a Pretty Link, just click the \"Bookmarks\" icon at the bottom of the screen and select your \"Get PrettyLink\" bookmarklet."
|
2826 |
msgstr ""
|
2827 |
|
2828 |
+
#: app/views/tools/form.php:72
|
2829 |
+
msgid "Pretty Link is already automatically trimming Clicks older than 90 days. Although not necessary, you can still use the buttons below to force click trimming."
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: app/views/tools/form.php:75
|
2833 |
+
msgid "***WARNING*** If you click OK you will delete ALL of the Click data that is older than 30 days. Your data will be gone forever -- no way to retreive it. Do not click OK unless you are absolutely sure you want to delete this data because there is no going back!"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: app/views/tools/form.php:75
|
2837 |
+
msgid "Delete Clicks older than 30 days"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: app/views/tools/form.php:77
|
2841 |
+
msgid "Clear clicks 30 days or older"
|
2842 |
msgstr ""
|
2843 |
|
2844 |
+
#: app/views/tools/form.php:78
|
2845 |
+
msgid "This will clear all clicks in your database that are older than 30 days."
|
2846 |
msgstr ""
|
2847 |
|
2848 |
+
#: app/views/tools/form.php:80
|
2849 |
+
msgid "***WARNING*** If you click OK you will delete ALL of the Click data that is older than 90 days. Your data will be gone forever -- no way to retreive it. Do not click OK unless you are absolutely sure you want to delete this data because there is no going back!"
|
2850 |
msgstr ""
|
2851 |
|
2852 |
+
#: app/views/tools/form.php:80
|
2853 |
+
msgid "Delete Clicks older than 90 days"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
+
#: app/views/tools/form.php:82
|
2857 |
+
msgid "Clear clicks 90 days or older"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: app/views/tools/form.php:83
|
2861 |
+
msgid "This will clear all clicks in your database that are older than 90 days."
|
2862 |
msgstr ""
|
2863 |
|
2864 |
+
#: app/views/tools/form.php:87
|
2865 |
+
msgid "***WARNING*** If you click OK you will delete ALL of the Click data in your Database. Your data will be gone forever -- no way to retreive it. Do not click OK unless you are absolutely sure you want to delete all your data because there is no going back!"
|
2866 |
msgstr ""
|
2867 |
|
2868 |
+
#: app/views/tools/form.php:87
|
2869 |
+
msgid "Delete All Clicks"
|
2870 |
msgstr ""
|
2871 |
|
2872 |
+
#: app/views/tools/form.php:89
|
2873 |
+
msgid "Clear all clicks"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: app/views/tools/form.php:90
|
2877 |
+
msgid "Seriously, only click this link if you want to delete all the Click data in your database."
|
2878 |
msgstr ""
|
2879 |
|
2880 |
+
#: pro/app/controllers/PlpAppController.php:169
|
2881 |
+
msgid "ERROR: Your Pretty Link was unable to be created"
|
2882 |
msgstr ""
|
2883 |
|
2884 |
+
#: pro/app/controllers/PlpAppController.php:173
|
2885 |
+
msgid "Unauthorized"
|
2886 |
msgstr ""
|
2887 |
|
2888 |
+
#: pro/app/controllers/PlpImportExportController.php:14
|
2889 |
+
msgid "Pretty Links Pro | Import / Export"
|
2890 |
msgstr ""
|
2891 |
|
2892 |
+
#: pro/app/controllers/PlpImportExportController.php:15
|
2893 |
+
msgid "Import / Export"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
+
#: pro/app/controllers/PlpImportExportController.php:34
|
2897 |
+
msgid "Import file not found."
|
2898 |
msgstr ""
|
2899 |
|
2900 |
+
#: pro/app/controllers/PlpImportExportController.php:50
|
2901 |
+
msgid "Import file could not be opened."
|
2902 |
msgstr ""
|
2903 |
|
2904 |
+
#: pro/app/controllers/PlpKeywordsController.php:68
|
2905 |
+
msgid "Pretty Link Post Build Index"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:15
|
2909 |
+
msgctxt "taxonomy general name"
|
2910 |
+
msgid "Link Categories"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:16
|
2914 |
+
msgctxt "taxonomy singular name"
|
2915 |
+
msgid "Link Category"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:17
|
2919 |
+
msgid "Search Link Categories"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:18
|
2923 |
+
msgid "All Link Categories"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:19
|
2927 |
+
msgid "Parent Link Category"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:20
|
2931 |
+
msgid "Parent Link Category:"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:21
|
2935 |
+
msgid "Edit Link Category"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:22
|
2939 |
+
msgid "Update Link Category"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:23
|
2943 |
+
msgid "Add New Link Category"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: pro/app/controllers/PlpLinkCategoriesController.php:24
|
2947 |
+
msgid "New Link Category Name"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: pro/app/controllers/PlpLinksController.php:195
|
2951 |
+
msgid "Your URL Replacements must be formatted as a comma separated list of properly formatted URLs (http[s]://example.com/whatever)"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: pro/app/controllers/PlpLinksController.php:206
|
2955 |
+
msgid "Date must be valid and formatted YYYY-MM-DD."
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: pro/app/controllers/PlpLinksController.php:218
|
2959 |
+
msgid "Expire Clicks must be a number greater than zero."
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: pro/app/controllers/PlpLinksController.php:225
|
2963 |
+
msgid "Expired URL must be a valid URL."
|
2964 |
msgstr ""
|
2965 |
|
2966 |
+
#: pro/app/controllers/PlpLinksController.php:237
|
2967 |
+
msgid "Your URL Rotations must all be properly formatted URLs."
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: pro/app/controllers/PlpLinksController.php:246
|
2971 |
+
msgid "Your Link Rotation Weights must add up to 100%."
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: pro/app/controllers/PlpLinksController.php:256
|
2975 |
+
msgid "Your Geographic Redirect URLs must all be properly formatted."
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: pro/app/controllers/PlpLinksController.php:260
|
2979 |
+
msgid "Your Geographic Redirects URLs must not be empty."
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: pro/app/controllers/PlpLinksController.php:264
|
2983 |
+
msgid "Your Geographic Redirect Countries must not be empty."
|
2984 |
msgstr ""
|
2985 |
|
2986 |
+
#: pro/app/controllers/PlpLinksController.php:275
|
2987 |
+
msgid "Your Technology Redirect URLs must all be properly formatted."
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: pro/app/controllers/PlpLinksController.php:279
|
2991 |
+
msgid "Your Technology Redirects URLs must not be empty."
|
2992 |
msgstr ""
|
2993 |
|
2994 |
+
#: pro/app/controllers/PlpLinksController.php:290
|
2995 |
+
msgid "Your Time Period Redirect URLs must all be properly formatted."
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: pro/app/controllers/PlpLinksController.php:294
|
2999 |
+
msgid "Your Time Period Redirects URLs must not be empty."
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: pro/app/controllers/PlpLinksController.php:299
|
3003 |
+
msgid "Your Time Period Redirect start time must not be empty."
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: pro/app/controllers/PlpLinksController.php:302
|
3007 |
+
msgid "Your Time Period Redirect start time must be a properly formatted date."
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: pro/app/controllers/PlpLinksController.php:308
|
3011 |
+
msgid "Your Time Period Redirect end time must not be empty."
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: pro/app/controllers/PlpLinksController.php:311
|
3015 |
+
msgid "Your Time Period Redirect end time must be a properly formatted date."
|
3016 |
msgstr ""
|
3017 |
|
3018 |
+
#: pro/app/controllers/PlpLinksController.php:319
|
3019 |
+
msgid "Your Time Period Redirect start time must come before the end time."
|
3020 |
msgstr ""
|
3021 |
|
3022 |
+
#: pro/app/controllers/PlpLinksController.php:327
|
3023 |
+
msgid "Delay Redirect must be a number"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
+
#: pro/app/controllers/PlpLinksController.php:670
|
3027 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:75
|
3028 |
+
msgid "Cloak"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
+
#: pro/app/controllers/PlpLinksController.php:735
|
3032 |
+
msgid "View QR Code for this link: %s"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: pro/app/controllers/PlpLinksController.php:735
|
3036 |
+
#: pro/app/controllers/PlpLinksController.php:739
|
3037 |
+
msgid "QR Code"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: pro/app/controllers/PlpLinksController.php:739
|
3041 |
+
msgid "Download QR Code for this link: %s"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: pro/app/controllers/PlpLinksController.php:812
|
3045 |
+
msgid "This link expired on %1$s and will now cause a 404 error when visited"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
+
#: pro/app/controllers/PlpLinksController.php:815
|
3049 |
+
msgid "This link expired on %1$s and now redirects to %2$s"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: pro/app/controllers/PlpLinksController.php:819
|
3053 |
+
msgid "This link is set to expire after the date %s"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: pro/app/controllers/PlpLinksController.php:830
|
3057 |
+
msgid "This link expired after %d clicks and will now cause a 404 error when visited"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
+
#: pro/app/controllers/PlpLinksController.php:833
|
3061 |
+
msgid "This link expired after %1$d clicks and now redirects to %2$s"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
+
#: pro/app/controllers/PlpLinksController.php:837
|
3065 |
+
msgid "This link is set to expire after %d clicks"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: pro/app/controllers/PlpLinksController.php:845
|
3069 |
+
msgid "This link has additional Target URL rotations"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
+
#: pro/app/controllers/PlpLinksController.php:848
|
3073 |
+
msgid "This link has additional Geographic Target URLs"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: pro/app/controllers/PlpLinksController.php:851
|
3077 |
+
msgid "This link has additional Technology Dependent Conditional Target URLs"
|
3078 |
msgstr ""
|
3079 |
|
3080 |
+
#: pro/app/controllers/PlpLinksController.php:856
|
3081 |
+
msgid "A Time Period Redirect is currently active for this link. When visited it will currently redirect to %s rather than the Target URL unless the link is expired."
|
3082 |
msgstr ""
|
3083 |
|
3084 |
+
#: pro/app/controllers/PlpLinksController.php:860
|
3085 |
+
msgid "Time Period Redirects have been setup for this link but the current time is not within any of them currently."
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: pro/app/controllers/PlpLinkTagsController.php:15
|
3089 |
+
msgctxt "taxonomy general name"
|
3090 |
+
msgid "Link Tags"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
+
#: pro/app/controllers/PlpLinkTagsController.php:16
|
3094 |
+
msgctxt "taxonomy singular name"
|
3095 |
+
msgid "Link Tag"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: pro/app/controllers/PlpLinkTagsController.php:17
|
3099 |
+
msgid "Search Link Tags"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: pro/app/controllers/PlpLinkTagsController.php:18
|
3103 |
+
msgid "All Link Tags"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: pro/app/controllers/PlpLinkTagsController.php:21
|
3107 |
+
msgid "Edit Link Tag"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: pro/app/controllers/PlpLinkTagsController.php:22
|
3111 |
+
msgid "Update Link Tag"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: pro/app/controllers/PlpLinkTagsController.php:23
|
3115 |
+
msgid "Add New Link Tag"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: pro/app/controllers/PlpLinkTagsController.php:24
|
3119 |
+
msgid "New Link Tag Name"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: pro/app/controllers/PlpLinkTagsController.php:25
|
3123 |
+
msgid "Separate Link Tags with commas"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
+
#: pro/app/controllers/PlpLinkTagsController.php:26
|
3127 |
+
msgid "Add or remove Link Tags"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: pro/app/controllers/PlpLinkTagsController.php:27
|
3131 |
+
msgid "Choose from the most used Link Tags"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
+
#: pro/app/controllers/PlpLinkTagsController.php:28
|
3135 |
+
msgid "No Link Tags found."
|
3136 |
msgstr ""
|
3137 |
|
3138 |
+
#: pro/app/controllers/PlpOptionsController.php:98
|
3139 |
+
msgid "Keywords Per Page is required"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
+
#: pro/app/controllers/PlpOptionsController.php:102
|
3143 |
+
msgid "Keyword Links Per Page is required"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
+
#: pro/app/controllers/PlpOptionsController.php:107
|
3147 |
+
msgid "You need to enter a valid Pretty Link Base URL now that you have selected \"Use an alternate base url for your Pretty Links\""
|
3148 |
msgstr ""
|
3149 |
|
3150 |
+
#: pro/app/controllers/PlpOptionsController.php:112
|
3151 |
+
msgid "You need to enter a valid Public Link Display URL now that you have selected \"Use a custom public link display page\""
|
3152 |
msgstr ""
|
3153 |
|
3154 |
+
#: pro/app/controllers/PlpOptionsController.php:118
|
3155 |
+
msgid "Pretty Bar Attribution URL must be a correctly formatted URL"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: pro/app/controllers/PlpPostsController.php:50
|
3159 |
+
msgid "Pretty Links Pro"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#: pro/app/controllers/PlpPostsController.php:54
|
3163 |
+
msgid "Pretty Links Pro Options"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#: pro/app/controllers/PlpPostsController.php:139
|
3167 |
+
#: pro/app/controllers/PlpPostsController.php:155
|
3168 |
+
#: pro/app/controllers/PlpPostsController.php:237
|
3169 |
+
msgid "Untitled"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: pro/app/controllers/PlpPrettyBarController.php:50
|
3173 |
+
msgid "Logo Image URL must be a correctly formatted URL"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: pro/app/controllers/PlpPrettyBarController.php:54
|
3177 |
+
msgid "Background Image URL must be a correctly formatted URL"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: pro/app/controllers/PlpPrettyBarController.php:60
|
3181 |
+
msgid "PrettyBar Background Color must be an actual RGB Value"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: pro/app/controllers/PlpPrettyBarController.php:64
|
3185 |
+
msgid "PrettyBar Text Color must be an actual RGB Value"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
+
#: pro/app/controllers/PlpPrettyBarController.php:68
|
3189 |
+
msgid "PrettyBar Link Color must be an actual RGB Value"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: pro/app/controllers/PlpPrettyBarController.php:72
|
3193 |
+
#: pro/app/controllers/PlpPrettyBarController.php:76
|
3194 |
+
msgid "PrettyBar Hover Color must be an actual RGB Value"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
+
#: pro/app/controllers/PlpPrettyBarController.php:80
|
3198 |
+
msgid "PrettyBar Title Character Limit must not be blank"
|
3199 |
msgstr ""
|
3200 |
|
3201 |
+
#: pro/app/controllers/PlpPrettyBarController.php:84
|
3202 |
+
msgid "PrettyBar Description Character Limit must not be blank"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
+
#: pro/app/controllers/PlpPrettyBarController.php:88
|
3206 |
+
msgid "PrettyBar Link Character Limit must not be blank"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
+
#: pro/app/controllers/PlpPrettyBarController.php:92
|
3210 |
+
msgid "PrettyBar Title Character Limit must be a number"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
+
#: pro/app/controllers/PlpPrettyBarController.php:96
|
3214 |
+
msgid "PrettyBar Description Character Limit must be a number"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
+
#: pro/app/controllers/PlpPrettyBarController.php:100
|
3218 |
+
msgid "PrettyBar Link Character Limit must be a number"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
+
#: pro/app/controllers/PlpPublicLinksController.php:110
|
3222 |
+
#: pro/app/helpers/PlpPublicLinksHelper.php:6
|
3223 |
+
msgid "Enter a URL:"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: pro/app/controllers/PlpPublicLinksController.php:111
|
3227 |
+
#: pro/app/helpers/PlpPublicLinksHelper.php:7
|
3228 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:61
|
3229 |
+
msgid "Shrink"
|
3230 |
msgstr ""
|
3231 |
|
3232 |
+
#: pro/app/controllers/PlpReportsController.php:14
|
3233 |
+
msgid "Pretty Links Pro | Reports"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: pro/app/controllers/PlpReportsController.php:15
|
3237 |
+
#: pro/app/views/reports/reports.php:4
|
3238 |
+
msgid "Reports"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
+
#: pro/app/controllers/PlpReportsController.php:51
|
3242 |
+
msgid "Create a custom link report and analyze your data."
|
3243 |
msgstr ""
|
3244 |
|
3245 |
+
#: pro/app/controllers/PlpReportsController.php:94
|
3246 |
+
msgid "Your Pretty Link Report was Successfully Created"
|
3247 |
msgstr ""
|
3248 |
|
3249 |
+
#: pro/app/controllers/PlpReportsController.php:130
|
3250 |
+
msgid "Your Pretty Link Report was Successfully Updated"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: pro/app/controllers/PlpReportsController.php:139
|
3254 |
+
msgid "Your Pretty Link Report was Successfully Deleted"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
+
#: pro/app/helpers/PlpLinksHelper.php:18
|
3258 |
+
#: pro/app/views/links/form.php:226
|
3259 |
+
msgid "weight:"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
+
#: pro/app/helpers/PlpPostsHelper.php:19
|
3263 |
+
msgid "Hide Social Buttons on this post."
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: pro/app/helpers/PlpPostsHelper.php:26
|
3267 |
+
msgid "Disable Keyword Replacements on this post."
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: pro/app/helpers/PlpPostsHelper.php:44
|
3271 |
+
msgid "A Pretty Link will be created on Publish"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: pro/app/helpers/PlpPostsHelper.php:63
|
3275 |
+
#: pro/app/views/reports/custom-report.php:32
|
3276 |
+
#: pro/app/views/reports/custom-report.php:65
|
3277 |
+
#: pro/app/views/reports/split-test-report.php:29
|
3278 |
+
#: pro/app/views/reports/split-test-report.php:61
|
3279 |
+
msgid "Uniques"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: pro/app/helpers/PlpPostsHelper.php:68
|
3283 |
+
msgid "edit"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: pro/app/helpers/PlpPostsHelper.php:70
|
3287 |
+
msgid "Visit Pretty Link:"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: pro/app/helpers/PlpPostsHelper.php:70
|
3291 |
+
msgid "in a New Window"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: pro/app/helpers/PlpPostsHelper.php:70
|
3295 |
+
msgid "visit"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: pro/app/helpers/PlpPostsHelper.php:76
|
3299 |
+
msgid "A Pretty Link hasn't been generated for this entry yet. Click \"Update Post\" to generate."
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: pro/app/models/PlpOptions.php:100
|
3303 |
+
msgid "Facebook"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: pro/app/models/PlpOptions.php:107
|
3307 |
+
msgid "Twitter"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: pro/app/models/PlpOptions.php:114
|
3311 |
+
msgid "Google+"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: pro/app/models/PlpOptions.php:121
|
3315 |
+
msgid "Pinterest"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: pro/app/models/PlpOptions.php:128
|
3319 |
+
msgid "LinkedIn"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: pro/app/models/PlpOptions.php:135
|
3323 |
+
msgid "Reddit"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: pro/app/models/PlpOptions.php:142
|
3327 |
+
msgid "StumbleUpon"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: pro/app/models/PlpOptions.php:149
|
3331 |
+
msgid "Digg"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: pro/app/models/PlpOptions.php:242
|
3335 |
+
msgid "Affiliate Link Disclosures"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: pro/app/models/PlpOptions.php:251
|
3339 |
+
msgid "(aff)"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
+
#: pro/app/models/PlpReport.php:150
|
3343 |
+
msgid "Report must have a name."
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: pro/app/models/PlpReport.php:154
|
3347 |
+
msgid "At least one link must be selected for analysis."
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: pro/app/models/PlpReport.php:259
|
3351 |
+
msgid "Pretty Links Pro: Clicks for"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: pro/app/models/PlpReport.php:259
|
3355 |
+
msgid "report between"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
+
#: pro/app/models/PlpReport.php:266
|
3359 |
+
#: pro/app/models/PlpReport.php:412
|
3360 |
+
#: pro/app/views/reports/custom-report.php:34
|
3361 |
+
#: pro/app/views/reports/custom-report.php:67
|
3362 |
+
#: pro/app/views/reports/split-test-report.php:31
|
3363 |
+
#: pro/app/views/reports/split-test-report.php:63
|
3364 |
+
msgid "Conversions"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
+
#: pro/app/models/PlpReport.php:400
|
3368 |
+
msgid "Pretty Links Pro: Split Report for"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
+
#: pro/app/models/PlpUtils.php:36
|
3372 |
+
msgid "Google Analyticator"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
+
#: pro/app/views/import-export/form.php:4
|
3376 |
+
msgid "Import / Export Links"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
+
#: pro/app/views/import-export/form.php:9
|
3380 |
+
#: pro/app/views/import-export/form.php:12
|
3381 |
+
msgid "Export Pretty Links"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
+
#: pro/app/views/import-export/form.php:13
|
3385 |
+
msgid "Export Links to a CSV File"
|
3386 |
msgstr ""
|
3387 |
|
3388 |
+
#: pro/app/views/import-export/form.php:17
|
3389 |
+
msgid "Export"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: pro/app/views/import-export/form.php:22
|
3393 |
+
#: pro/app/views/import-export/form.php:25
|
3394 |
+
msgid "Import Pretty Links"
|
3395 |
msgstr ""
|
3396 |
|
3397 |
+
#: pro/app/views/import-export/form.php:27
|
3398 |
+
msgid "There are two ways to import a file.%1$s%1$s1) Importing to update existing links and%1$s%1$s2) Importing to generate new links. When Importing to generate new links, you must delete the \"id\" column from the CSV before importing. If the \"id\" column is present, Pretty Links Pro will attempt to update existing links."
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: pro/app/views/import-export/form.php:39
|
3402 |
+
msgid "Import"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: pro/app/views/import-export/form.php:42
|
3406 |
+
msgid "Links Import File"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
+
#: pro/app/views/import-export/form.php:43
|
3410 |
+
msgid "Select a file that has been formatted as a Pretty Link CSV import file and click \"Import\""
|
3411 |
msgstr ""
|
3412 |
|
3413 |
+
#: pro/app/views/import-export/form.php:51
|
3414 |
+
msgid "Import/Export Help"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: pro/app/views/import-export/import-error.php:4
|
3418 |
+
msgid "Import Error"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
+
#: pro/app/views/import-export/import-error.php:8
|
3422 |
+
msgid "← Go back"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: pro/app/views/import-export/import.php:4
|
3426 |
+
msgid "Import Results"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: pro/app/views/import-export/import.php:5
|
3430 |
+
msgid "Total Rows: %s"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
+
#: pro/app/views/import-export/import.php:7
|
3434 |
+
msgid "%s Pretty Links were Successfully Created"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
+
#: pro/app/views/import-export/import.php:8
|
3438 |
+
msgid "%s Pretty Links were Successfully Updated"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
+
#: pro/app/views/import-export/import.php:13
|
3442 |
+
msgid "Pretty Links were unable to be Created: %s"
|
3443 |
msgstr ""
|
3444 |
|
3445 |
+
#: pro/app/views/import-export/import.php:17
|
3446 |
+
msgid "Error(s) for Pretty Link with Slug: %s"
|
3447 |
msgstr ""
|
3448 |
|
3449 |
+
#: pro/app/views/import-export/import.php:32
|
3450 |
+
msgid "Pretty Links were unable to be Updated: %s"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
+
#: pro/app/views/import-export/import.php:36
|
3454 |
+
msgid "Error(s) for Pretty Link with id: %s"
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: pro/app/views/links/bulk-edit.php:6
|
3458 |
+
msgid "Advanced Link Options"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
+
#: pro/app/views/links/cloaked-redirect.php:19
|
3462 |
+
msgid "Your browser does not support frames."
|
3463 |
msgstr ""
|
3464 |
|
3465 |
+
#: pro/app/views/links/form.php:23
|
3466 |
+
msgid "Expire After"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
+
#: pro/app/views/links/form.php:26
|
3470 |
+
msgid "Expiration Type"
|
3471 |
msgstr ""
|
3472 |
|
3473 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
3474 |
+
#: pro/app/views/links/form.php:29
|
3475 |
+
msgid "Select the type of expiration you want for this link.%1$s%1$s%2$sDate%3$s Select this option if you'd like to expire your link after a certain date.%1%s%1$s%2$sClicks%3$s: Select this option to expire this link after it has been clicked a specific number of times."
|
3476 |
msgstr ""
|
3477 |
|
3478 |
+
#: pro/app/views/links/form.php:52
|
3479 |
+
msgid "Number of Clicks"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
3483 |
+
#: pro/app/views/links/form.php:55
|
3484 |
+
msgid "Enter the number of times this link can be clicked before it expires.%1$s%1$s%2$sNote: Expirations based on clicks wouldn't work properly if you had tracking turned off for this link so as long as this is set to Clicks, Pretty Link will ensure tracking is turned on for this link as well.%3$s"
|
3485 |
msgstr ""
|
3486 |
|
3487 |
+
#: pro/app/views/links/form.php:76
|
3488 |
+
msgid "Expiration Date"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
+
#: pro/app/views/links/form.php:77
|
3492 |
+
msgid "Enter a date here in the format YYYY-MM-DD to set when this link should expire."
|
3493 |
msgstr ""
|
3494 |
|
3495 |
+
#: pro/app/views/links/form.php:91
|
3496 |
+
msgid "Expired Redirect"
|
|
|
|
|
|
|
|
|
3497 |
msgstr ""
|
3498 |
|
3499 |
+
#: pro/app/views/links/form.php:94
|
3500 |
+
msgid "Redirect to URL when Expired"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
3504 |
+
#: pro/app/views/links/form.php:97
|
3505 |
+
msgid "When this link expires, do you want to redirect to a specific URL. You can use this to redirect to a page you've setup to indicate that the link is expired.%1$s%1$s%2$sNote: If this is not set the link will throw a 404 error when expired%3$s."
|
|
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: pro/app/views/links/form.php:114
|
3509 |
+
#: pro/app/views/options/form.php:208
|
3510 |
+
msgid "URL"
|
|
|
3511 |
msgstr ""
|
3512 |
|
3513 |
+
#: pro/app/views/links/form.php:117
|
3514 |
+
msgid "Expired URL"
|
|
|
|
|
3515 |
msgstr ""
|
3516 |
|
3517 |
+
#: pro/app/views/links/form.php:118
|
3518 |
+
msgid "This is the URL that this link will redirect to after the expiration date above."
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: pro/app/views/links/form.php:137
|
3522 |
+
msgid "Enter a comma separated list of keywords / keyword phrases that you'd like to replace with this link in your Posts & Pages."
|
3523 |
msgstr ""
|
3524 |
|
3525 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
3526 |
+
#: pro/app/views/links/form.php:151
|
3527 |
+
msgid "Enter a comma separated list of the URLs that you'd like to replace with this Pretty Link in your Posts & Pages. These must be formatted as URLs for example: %1$shttp://example.com%2$s or %1$shttp://example.com?product_id=53%2$s"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
+
#: pro/app/views/links/form.php:211
|
3531 |
+
#: pro/app/views/links/form.php:214
|
3532 |
+
msgid "Target URL Rotations"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
+
#. translators: %1$s: open code tag, %2$s: close code tag
|
3536 |
+
#: pro/app/views/links/form.php:217
|
3537 |
+
msgid "Enter the Target URLs that you'd like to rotate through when this Pretty Link is Clicked. These must be formatted as URLs example: %1$shttp://example.com%2$s or %1$shttp://example.com?product_id=53%2$s"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
+
#: pro/app/views/links/form.php:225
|
3541 |
+
msgid "Target URL (above)"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
+
#: pro/app/views/links/form.php:237
|
3545 |
+
msgid "Add Link Rotation"
|
3546 |
msgstr ""
|
3547 |
|
3548 |
+
#: pro/app/views/links/form.php:242
|
3549 |
+
msgid "Split Test"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
+
#: pro/app/views/links/form.php:245
|
3553 |
+
msgid "Split Test This Link"
|
3554 |
msgstr ""
|
3555 |
|
3556 |
+
#: pro/app/views/links/form.php:246
|
3557 |
+
msgid "Split testing will enable you to track the effectiveness of several links against each other. This works best when you have multiple link rotation URLs entered."
|
3558 |
msgstr ""
|
3559 |
|
3560 |
+
#: pro/app/views/links/form.php:260
|
3561 |
+
#: pro/app/views/reports/list.php:37
|
3562 |
+
#: pro/app/views/reports/list.php:87
|
3563 |
+
msgid "Goal Link"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
+
#: pro/app/views/links/form.php:263
|
3567 |
+
msgid "Goal Link for Split Test"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
+
#: pro/app/views/links/form.php:264
|
3571 |
+
msgid "This is the goal link for your split test."
|
|
|
3572 |
msgstr ""
|
3573 |
|
3574 |
+
#: pro/app/views/links/form.php:275
|
3575 |
+
msgid "id: %1$s | slug: %3$s | name: %2$s"
|
|
|
3576 |
msgstr ""
|
3577 |
|
3578 |
+
#: pro/app/views/links/form.php:293
|
3579 |
+
#: pro/app/views/links/form.php:296
|
3580 |
+
msgid "Geographic Redirects"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
+
#: pro/app/views/links/form.php:297
|
3584 |
+
msgid "This will enable you to setup specific target urls that this pretty link will redirect to based on the country of the person visiting the url."
|
|
|
3585 |
msgstr ""
|
3586 |
|
3587 |
+
#: pro/app/views/links/form.php:302
|
3588 |
+
#: pro/app/views/links/form.php:316
|
3589 |
+
#: pro/app/views/links/form.php:336
|
3590 |
+
msgid "Add"
|
3591 |
msgstr ""
|
3592 |
|
3593 |
+
#: pro/app/views/links/form.php:307
|
3594 |
+
#: pro/app/views/links/form.php:310
|
3595 |
+
msgid "Technology Redirects"
|
3596 |
msgstr ""
|
3597 |
|
3598 |
+
#: pro/app/views/links/form.php:311
|
3599 |
+
msgid "This will allow you to redirect based on your visitor's device, operating system and/or browser"
|
3600 |
msgstr ""
|
3601 |
|
3602 |
+
#: pro/app/views/links/form.php:321
|
3603 |
+
#: pro/app/views/links/form.php:324
|
3604 |
+
msgid "Time Period Redirects"
|
3605 |
msgstr ""
|
3606 |
|
3607 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s close b tag
|
3608 |
+
#: pro/app/views/links/form.php:327
|
3609 |
+
msgid "This will allow you to redirect based on the time period in which your visitor visits this link.%1$s%1$s%2$sNote: If your visitor doesn't visit the link during any of the specified time periods set here, they'll simply be redirected to the main target url.%3$s"
|
3610 |
msgstr ""
|
3611 |
|
3612 |
+
#: pro/app/views/links/geo_row.php:12
|
3613 |
+
msgid "Countries:"
|
|
|
|
|
|
|
|
|
3614 |
msgstr ""
|
3615 |
|
3616 |
+
#: pro/app/views/links/geo_row.php:15
|
3617 |
+
msgid "Technology Redirection Countries"
|
3618 |
msgstr ""
|
3619 |
|
3620 |
+
#: pro/app/views/links/geo_row.php:16
|
3621 |
+
msgid "This is a comma-separated list of countries that this redirect will match on. Just start typing a country's name and an autocomplete dropdown will appear to select from. Once a country is selected, feel free to start typing the name of another country. You can add as many as you'd like this redirect to match on"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
+
#: pro/app/views/links/geo_row.php:25
|
3625 |
+
#: pro/app/views/links/tech_row.php:85
|
3626 |
+
#: pro/app/views/links/time_row.php:39
|
3627 |
+
msgid "URL:"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
+
#: pro/app/views/links/geo_row.php:28
|
3631 |
+
msgid "Geographic Redirection URL"
|
|
|
3632 |
msgstr ""
|
3633 |
|
3634 |
+
#: pro/app/views/links/geo_row.php:29
|
3635 |
+
msgid "This is the URL that this Pretty Link will redirect to if the visitor's country match the settings here."
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: pro/app/views/links/geo_row.php:38
|
3639 |
+
#: pro/app/views/links/tech_row.php:98
|
3640 |
+
#: pro/app/views/links/time_row.php:52
|
3641 |
+
msgid "Remove"
|
3642 |
msgstr ""
|
3643 |
|
3644 |
+
#: pro/app/views/links/link-has-expired.php:9
|
3645 |
+
msgid "Link Not Found"
|
3646 |
msgstr ""
|
3647 |
|
3648 |
+
#: pro/app/views/links/link-has-expired.php:23
|
3649 |
+
msgid "Sorry, this link has expired"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
+
#: pro/app/views/links/link-options.php:36
|
3653 |
+
msgid "Requires Google Analyticator, Google Analytics by MonsterInsights (formerly Yoast), or the Google Analytics Plugin to be installed and configured on your site."
|
3654 |
msgstr ""
|
3655 |
|
3656 |
+
#. translators: %1s: open link tag, %2$s: close link tag
|
3657 |
+
#: pro/app/views/links/link-options.php:50
|
3658 |
+
msgid "Enable %1sQR Codes%2$s"
|
3659 |
msgstr ""
|
3660 |
|
3661 |
+
#: pro/app/views/links/prettybar.php:46
|
3662 |
+
msgid "You're viewing: %s"
|
3663 |
msgstr ""
|
3664 |
|
3665 |
+
#: pro/app/views/links/prettybar.php:46
|
3666 |
+
msgid "Viewing: %s"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
+
#: pro/app/views/links/prettybar.php:51
|
3670 |
+
msgid "Share on Twitter"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: pro/app/views/links/prettybar.php:68
|
3674 |
+
msgid "Powered by"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: pro/app/views/links/tech_row.php:14
|
3678 |
+
msgid "Device:"
|
|
|
3679 |
msgstr ""
|
3680 |
|
3681 |
+
#: pro/app/views/links/tech_row.php:17
|
3682 |
+
msgid "Technology Redirection Device"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
+
#. translators: %1$s: open b tag, %2$s: close b tag, %3$s: br tag
|
3686 |
+
#: pro/app/views/links/tech_row.php:20
|
3687 |
+
msgid "%1$sDesktop%2$s will match on any conventional laptop or desktop computer.%3$s%3$s%1$sMobile%2$s will match on any phone, tablet or other portable device.%3$s%3$s%1$sPhone%2$s will match on any phone or similarly small device.%3$s%3$s%1$sTablet%2$s will match on any tablet sized device."
|
3688 |
msgstr ""
|
3689 |
|
3690 |
+
#: pro/app/views/links/tech_row.php:29
|
3691 |
+
#: pro/app/views/links/tech_row.php:48
|
3692 |
+
#: pro/app/views/links/tech_row.php:68
|
3693 |
+
msgid "Any"
|
3694 |
msgstr ""
|
3695 |
|
3696 |
+
#: pro/app/views/links/tech_row.php:30
|
3697 |
+
msgid "Desktop"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
+
#: pro/app/views/links/tech_row.php:31
|
3701 |
+
msgid "Mobile"
|
|
|
3702 |
msgstr ""
|
3703 |
|
3704 |
+
#: pro/app/views/links/tech_row.php:32
|
3705 |
+
msgid "Phone"
|
3706 |
msgstr ""
|
3707 |
|
3708 |
+
#: pro/app/views/links/tech_row.php:33
|
3709 |
+
msgid "Tablet"
|
|
|
|
|
|
|
3710 |
msgstr ""
|
3711 |
|
3712 |
+
#: pro/app/views/links/tech_row.php:39
|
3713 |
+
msgid "Operating System:"
|
3714 |
msgstr ""
|
3715 |
|
3716 |
+
#: pro/app/views/links/tech_row.php:42
|
3717 |
+
msgid "Technology Redirection OS"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
+
#: pro/app/views/links/tech_row.php:43
|
3721 |
+
msgid "Use this dropdown to select which Operating System this redirect will match on."
|
3722 |
msgstr ""
|
3723 |
|
3724 |
+
#: pro/app/views/links/tech_row.php:49
|
3725 |
+
#: pro/app/views/links/tech_row.php:70
|
3726 |
+
msgid "Android"
|
3727 |
msgstr ""
|
3728 |
|
3729 |
+
#: pro/app/views/links/tech_row.php:50
|
3730 |
+
msgid "iOS"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
+
#: pro/app/views/links/tech_row.php:51
|
3734 |
+
msgid "Linux"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
+
#: pro/app/views/links/tech_row.php:52
|
3738 |
+
msgid "Mac"
|
3739 |
msgstr ""
|
3740 |
|
3741 |
+
#: pro/app/views/links/tech_row.php:53
|
3742 |
+
msgid "Windows"
|
3743 |
msgstr ""
|
3744 |
|
3745 |
+
#: pro/app/views/links/tech_row.php:59
|
3746 |
+
msgid "Browser:"
|
|
|
3747 |
msgstr ""
|
3748 |
|
3749 |
+
#: pro/app/views/links/tech_row.php:62
|
3750 |
+
msgid "Technology Redirection Browser"
|
3751 |
msgstr ""
|
3752 |
|
3753 |
+
#: pro/app/views/links/tech_row.php:63
|
3754 |
+
msgid "Use this dropdown to select which Browser this redirect will match on."
|
|
|
3755 |
msgstr ""
|
3756 |
|
3757 |
+
#: pro/app/views/links/tech_row.php:69
|
3758 |
+
msgid "Amazon Silk"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
+
#: pro/app/views/links/tech_row.php:71
|
3762 |
+
msgid "Chrome"
|
|
|
|
|
|
|
3763 |
msgstr ""
|
3764 |
|
3765 |
+
#: pro/app/views/links/tech_row.php:72
|
3766 |
+
msgid "Chromium"
|
3767 |
msgstr ""
|
3768 |
|
3769 |
+
#: pro/app/views/links/tech_row.php:73
|
3770 |
+
msgid "Edge"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
+
#: pro/app/views/links/tech_row.php:74
|
3774 |
+
msgid "Firefox"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
+
#: pro/app/views/links/tech_row.php:75
|
3778 |
+
msgid "Internet Explorer"
|
|
|
3779 |
msgstr ""
|
3780 |
|
3781 |
+
#: pro/app/views/links/tech_row.php:76
|
3782 |
+
msgid "Kindle"
|
3783 |
msgstr ""
|
3784 |
|
3785 |
+
#: pro/app/views/links/tech_row.php:77
|
3786 |
+
msgid "Opera"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
+
#: pro/app/views/links/tech_row.php:78
|
3790 |
+
msgid "Opera Coast"
|
|
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: pro/app/views/links/tech_row.php:79
|
3794 |
+
msgid "Safari"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
+
#: pro/app/views/links/tech_row.php:88
|
3798 |
+
msgid "Technology Redirection URL"
|
|
|
|
|
|
|
3799 |
msgstr ""
|
3800 |
|
3801 |
+
#: pro/app/views/links/tech_row.php:89
|
3802 |
+
msgid "This is the URL that this Pretty Link will redirect to if the visitor's device, os and browser match the settings here."
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: pro/app/views/links/time_row.php:13
|
3806 |
+
msgid "Start Time:"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
+
#: pro/app/views/links/time_row.php:16
|
3810 |
+
msgid "Start of Time Period"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: pro/app/views/links/time_row.php:17
|
3814 |
+
msgid "This is where you'll enter the beginning of the time period for this redirect"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
+
#: pro/app/views/links/time_row.php:26
|
3818 |
+
msgid "End Time:"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
+
#: pro/app/views/links/time_row.php:29
|
3822 |
+
msgid "End of Time Period"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
+
#: pro/app/views/links/time_row.php:30
|
3826 |
+
msgid "This is where you'll enter the end of the time period for this redirect"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
+
#: pro/app/views/links/time_row.php:42
|
3830 |
+
msgid "Time Period Redirect URL"
|
|
|
|
|
3831 |
msgstr ""
|
3832 |
|
3833 |
+
#: pro/app/views/links/time_row.php:43
|
3834 |
+
msgid "This is the URL that this Pretty Link will redirect to when the visitor visits the link in the associated time period."
|
3835 |
msgstr ""
|
3836 |
|
3837 |
+
#: pro/app/views/options/autocreate.php:7
|
3838 |
+
msgid "%s Shortlinks"
|
|
|
|
|
3839 |
msgstr ""
|
3840 |
|
3841 |
+
#: pro/app/views/options/autocreate.php:10
|
3842 |
+
msgid "Create Pretty Links for %s"
|
3843 |
msgstr ""
|
3844 |
|
3845 |
+
#: pro/app/views/options/autocreate.php:11
|
3846 |
+
msgid "Automatically Create a Pretty Link for each of your published %s"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: pro/app/views/options/autocreate.php:30
|
3850 |
+
msgid "Category"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: pro/app/views/options/autocreate.php:33
|
3854 |
+
msgid "%s Auto Link Category"
|
|
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: pro/app/views/options/autocreate.php:34
|
3858 |
+
msgid "Category that Pretty Links for %s will be automatically added to."
|
3859 |
msgstr ""
|
3860 |
|
3861 |
+
#: pro/app/views/options/autocreate.php:51
|
3862 |
+
msgid "Add a New Category"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
+
#: pro/app/views/options/autocreate.php:57
|
3866 |
+
msgid "Show Social Buttons"
|
|
|
|
|
|
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: pro/app/views/options/autocreate.php:60
|
3870 |
+
msgid "Show Social Buttons on %s"
|
|
|
|
|
|
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: pro/app/views/options/autocreate.php:61
|
3874 |
+
msgid "If this button is checked then you'll have the ability to include a social buttons bar on your %s."
|
|
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: pro/app/views/options/form.php:54
|
3878 |
+
msgid "Max Keywords"
|
3879 |
msgstr ""
|
3880 |
|
3881 |
+
#: pro/app/views/options/form.php:56
|
3882 |
+
msgid "Set Maximum Keywords per Page"
|
3883 |
msgstr ""
|
3884 |
|
3885 |
+
#: pro/app/views/options/form.php:57
|
3886 |
+
msgid "Maximum number of unique keyword / keyphrases you can replace with Pretty Links per page."
|
3887 |
msgstr ""
|
3888 |
|
3889 |
+
#: pro/app/views/options/form.php:68
|
3890 |
+
msgid "Max Replacements"
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: pro/app/views/options/form.php:70
|
3894 |
+
msgid "Set Maximum Replacements per Keyword"
|
|
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: pro/app/views/options/form.php:71
|
3898 |
+
msgid "Maximum number of Pretty Link replacements per Keyword / Keyphrase."
|
3899 |
msgstr ""
|
3900 |
|
3901 |
+
#: pro/app/views/options/form.php:211
|
3902 |
+
msgid "Disclosures Link URL"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: pro/app/views/options/form.php:212
|
3906 |
+
msgid "This is the URL of the page that contains your official affiliate link disclosures. This URL will be used in the link that will be generated."
|
3907 |
msgstr ""
|
3908 |
|
3909 |
+
#: pro/app/views/options/form.php:223
|
3910 |
+
msgid "Text"
|
3911 |
msgstr ""
|
3912 |
|
3913 |
+
#: pro/app/views/options/form.php:226
|
3914 |
+
msgid "Disclosures Link Text"
|
3915 |
msgstr ""
|
3916 |
|
3917 |
+
#: pro/app/views/options/form.php:227
|
3918 |
+
msgid "This is the text of the link to your disclosures. This text will be visible to your visitors when the link is displayed."
|
3919 |
msgstr ""
|
3920 |
|
3921 |
+
#: pro/app/views/options/form.php:238
|
3922 |
+
msgid "Position"
|
3923 |
msgstr ""
|
3924 |
|
3925 |
+
#: pro/app/views/options/form.php:241
|
3926 |
+
msgid "Disclosures Link Position"
|
|
|
3927 |
msgstr ""
|
3928 |
|
3929 |
+
#: pro/app/views/options/form.php:242
|
3930 |
+
msgid "This is the position of the link to your disclosures in relation to your post content."
|
3931 |
msgstr ""
|
3932 |
|
3933 |
+
#: pro/app/views/options/form.php:289
|
3934 |
+
msgid "Disclosure Text"
|
|
|
3935 |
msgstr ""
|
3936 |
|
3937 |
+
#: pro/app/views/options/form.php:292
|
3938 |
+
msgid "Keyword Link Disclosure Text"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
+
#: pro/app/views/options/form.php:293
|
3942 |
+
msgid "This is the text that will be added after each keyword replacement to indicate that the link is an affiliate link."
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: pro/app/views/options/form.php:329
|
3946 |
+
msgid "Domain Blacklist"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: pro/app/views/options/form.php:331
|
3950 |
+
msgid "Do not replace links from these domains"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#. translators: %1$s: br tag, %2$s: open b tag, %3$s: close b tag
|
3954 |
+
#: pro/app/views/options/form.php:334
|
3955 |
+
msgid "Any links on your site which point to domains you define here will not be replaced automatically with Pretty Links. Place one domain per line.%1$s%1$sYou MUST enter http:// or https:// in front of the domain names and do NOT include any /'s or other text after the domain name.%1$s%1$sProper entry example:%1$s%2$shttps://www.google.com%3$s%1$s%2$shttp://mysite.org%3$s%1$s%1$sImproperly entered domains will be removed upon saving the Options."
|
3956 |
msgstr ""
|
3957 |
|
3958 |
+
#: pro/app/views/options/form.php:414
|
3959 |
+
#: pro/app/views/options/form.php:416
|
3960 |
+
msgid "Keyword Index Status"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: pro/app/views/options/form.php:417
|
3964 |
+
msgid "This shows how many posts have keywords indexed for and are ready for replacement."
|
|
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: pro/app/views/options/form.php:425
|
3968 |
+
#: pro/app/views/options/form.php:448
|
3969 |
+
msgid "%1$s out of %2$s Posts Indexed"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
+
#: pro/app/views/options/form.php:429
|
3973 |
+
#: pro/app/views/options/form.php:452
|
3974 |
+
msgid "%1$s out of %2$s Comments Indexed"
|
3975 |
msgstr ""
|
3976 |
|
3977 |
+
#: pro/app/views/options/form.php:437
|
3978 |
+
msgid "URL Index Status"
|
3979 |
msgstr ""
|
3980 |
|
3981 |
+
#: pro/app/views/options/form.php:439
|
3982 |
+
msgid "URL Replacements Index Status"
|
3983 |
msgstr ""
|
3984 |
|
3985 |
+
#: pro/app/views/options/form.php:440
|
3986 |
+
msgid "This shows how many posts have url replacements indexed for and are ready for replacement."
|
3987 |
msgstr ""
|
3988 |
|
3989 |
+
#: pro/app/views/options/form.php:895
|
3990 |
+
msgid "Use Display Page"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
+
#: pro/app/views/options/form.php:897
|
3994 |
+
msgid "Use Public Link Display Page"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
+
#: pro/app/views/options/form.php:898
|
3998 |
+
msgid "When a link is created using the public form, the user is typically redirected to a simple page displaying their new pretty link. But, you can specify a page that you want them to be redirected to on your website, using your branding instead by selecting this box and entering the url of the page you want them to go to."
|
3999 |
msgstr ""
|
4000 |
|
4001 |
+
#: pro/app/views/options/form.php:915
|
4002 |
+
msgid "Display Page"
|
|
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: pro/app/views/options/form.php:917
|
4006 |
+
msgid "Public Pretty Link Creation Display URL"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
+
#: pro/app/views/options/form.php:919
|
4010 |
+
msgid "To set this up, create a new page on your WordPress site and make sure the %s appears somewhere on this page -- otherwise the link will never get created. Once this page is created, just enter the full URL to it here. Make sure this URL does not end with a slash (/)."
|
4011 |
msgstr ""
|
4012 |
|
4013 |
+
#: pro/app/views/options/general.php:8
|
4014 |
+
msgid "Use Shortlink URL"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
+
#: pro/app/views/options/general.php:10
|
4018 |
+
msgid "Use an Alternate Shortlink URL"
|
4019 |
msgstr ""
|
4020 |
|
4021 |
+
#: pro/app/views/options/general.php:11
|
4022 |
+
msgid "Use this option if you want to substitute your actual blog's url with another URL. You must have another valid domain name pointing to this WordPress install before you enable this option. If you are using this option to just get rid of the www in the beginning of your url that is fine -- just make sure your domain works without the www before enabling this option."
|
|
|
4023 |
msgstr ""
|
4024 |
|
4025 |
+
#: pro/app/views/options/general.php:28
|
4026 |
+
#: pro/app/views/options/general.php:30
|
4027 |
+
msgid "Shortlink URL"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
+
#: pro/app/views/options/general.php:31
|
4031 |
+
msgid "Enter a valid base url that points at this WordPress install. Make sure this URL does not end with a slash (/)."
|
4032 |
msgstr ""
|
4033 |
|
4034 |
+
#: pro/app/views/options/general.php:47
|
4035 |
+
msgid "Minimum Admin Role"
|
|
|
4036 |
msgstr ""
|
4037 |
|
4038 |
+
#: pro/app/views/options/general.php:49
|
4039 |
+
msgid "Set Minimum Role Required To Access Pretty Link"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: pro/app/views/options/general.php:50
|
4043 |
+
msgid "Use this option to set the minimum role of users who can access the Admin interface for Pretty Link."
|
4044 |
msgstr ""
|
4045 |
|
4046 |
+
#: pro/app/views/options/general.php:56
|
4047 |
+
msgid "Administrator"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
+
#: pro/app/views/options/general.php:57
|
4051 |
+
msgid "Editor"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
+
#: pro/app/views/options/general.php:58
|
4055 |
+
msgid "Author"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
+
#: pro/app/views/options/general.php:59
|
4059 |
+
msgid "Contributor"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: pro/app/views/options/general.php:60
|
4063 |
+
msgid "Subscriber"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: pro/app/views/public/form.php:28
|
4067 |
+
msgid "ERROR:"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: pro/app/views/reports/custom-report.php:7
|
4071 |
+
msgid "Link Report"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
+
#: pro/app/views/reports/custom-report.php:8
|
4075 |
+
msgid "Report:"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: pro/app/views/reports/custom-report.php:10
|
4079 |
+
msgid "For Goal Link:"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
+
#: pro/app/views/reports/custom-report.php:30
|
4083 |
+
#: pro/app/views/reports/custom-report.php:63
|
4084 |
+
msgid "Link Name"
|
4085 |
msgstr ""
|
4086 |
|
4087 |
+
#: pro/app/views/reports/custom-report.php:35
|
4088 |
+
#: pro/app/views/reports/custom-report.php:68
|
4089 |
+
#: pro/app/views/reports/split-test-report.php:32
|
4090 |
+
#: pro/app/views/reports/split-test-report.php:64
|
4091 |
+
msgid "Conv Rate"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
+
#: pro/app/views/reports/edit.php:7
|
4095 |
+
msgid "Edit Link Report"
|
|
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: pro/app/views/reports/edit.php:20
|
4099 |
+
#: pro/app/views/reports/new.php:19
|
4100 |
+
msgid "This is how you'll identify your Report."
|
4101 |
msgstr ""
|
4102 |
|
4103 |
+
#: pro/app/views/reports/edit.php:26
|
4104 |
+
#: pro/app/views/reports/new.php:26
|
4105 |
+
msgid "Select Links to Analyze in this Report:"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
+
#: pro/app/views/reports/edit.php:36
|
4109 |
+
#: pro/app/views/reports/new.php:36
|
4110 |
+
msgid "Select some links to be analyzed in this report."
|
4111 |
msgstr ""
|
4112 |
|
4113 |
+
#: pro/app/views/reports/edit.php:39
|
4114 |
+
#: pro/app/views/reports/new.php:39
|
4115 |
+
msgid "Select Your Goal Link (optional):"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: pro/app/views/reports/edit.php:60
|
4119 |
+
#: pro/app/views/reports/new.php:60
|
4120 |
+
msgid "If you want to enable conversion tracking in this report then select a goal link."
|
4121 |
msgstr ""
|
4122 |
|
4123 |
+
#: pro/app/views/reports/list.php:4
|
4124 |
+
#: pro/app/views/reports/reports.php:7
|
4125 |
+
msgid "Link Reports"
|
4126 |
msgstr ""
|
4127 |
|
4128 |
+
#: pro/app/views/reports/list.php:5
|
4129 |
+
msgid "Add Report"
|
4130 |
msgstr ""
|
4131 |
|
4132 |
+
#: pro/app/views/reports/list.php:57
|
4133 |
+
msgid "No Pretty Link Reports were found"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
+
#: pro/app/views/reports/list.php:72
|
4137 |
+
msgid "Are you sure you want to delete your %s Pretty Link Report?"
|
4138 |
msgstr ""
|
4139 |
|
4140 |
+
#: pro/app/views/reports/list.php:73
|
4141 |
+
msgid "View report for %s"
|
|
|
4142 |
msgstr ""
|
4143 |
|
4144 |
+
#: pro/app/views/reports/list.php:73
|
4145 |
+
msgid "View"
|
4146 |
msgstr ""
|
4147 |
|
4148 |
+
#: pro/app/views/reports/new.php:7
|
4149 |
+
msgid "Add Link Report"
|
4150 |
msgstr ""
|
4151 |
|
4152 |
+
#: pro/app/views/reports/split-test-report.php:4
|
4153 |
+
msgid "Link Split-Test Report"
|
4154 |
msgstr ""
|
4155 |
|
4156 |
+
#: pro/app/views/reports/split-test-report.php:5
|
4157 |
+
msgid "For Link:"
|
4158 |
msgstr ""
|
4159 |
|
4160 |
+
#: pro/app/views/reports/split-test-report.php:7
|
4161 |
+
msgid "Goal Link:"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: pro/app/views/reports/split-test-report.php:27
|
4165 |
+
msgid "Link Rotation URL"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
+
#: pro/app/views/reports/split-test-report.php:59
|
4169 |
+
msgid "Rotation URL"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
+
#: pro/app/views/tools/generator.php:6
|
4173 |
+
msgid "Custom Bookmarklet:"
|
|
|
4174 |
msgstr ""
|
4175 |
|
4176 |
+
#: pro/app/views/tools/generator.php:9
|
4177 |
+
msgid "Customize Pretty Link Bookmarklet"
|
4178 |
msgstr ""
|
4179 |
|
4180 |
+
#: pro/app/views/tools/generator.php:10
|
4181 |
+
msgid "Alter the options below to customize this Bookmarklet. As you modify the label, redirect type, tracking and category, you will see this bookmarklet update -- when the settings are how you want them, drag the bookmarklet into your toolbar. You can create as many bookmarklets as you want each with different settings."
|
|
|
4182 |
msgstr ""
|
4183 |
|
4184 |
+
#: pro/app/views/tools/generator.php:13
|
4185 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:66
|
4186 |
+
msgid "Pretty Link Options"
|
4187 |
msgstr ""
|
4188 |
|
4189 |
+
#: pro/app/views/tools/generator.php:16
|
4190 |
+
msgid "Label:"
|
|
|
4191 |
msgstr ""
|
4192 |
|
4193 |
+
#: pro/app/views/tools/generator.php:20
|
4194 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:68
|
4195 |
+
msgid "Redirection:"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
+
#: pro/app/views/tools/generator.php:24
|
4199 |
+
msgid "Tracking:"
|
|
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: pro/app/views/tools/generator.php:32
|
4203 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:89
|
4204 |
+
msgid "Category:"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
+
#: pro/app/views/tools/nav.php:3
|
4208 |
+
msgid "Custom Bookmarklet"
|
|
|
4209 |
msgstr ""
|
4210 |
|
4211 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:11
|
4212 |
+
msgid "Create a Short URL"
|
4213 |
msgstr ""
|
4214 |
|
4215 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:13
|
4216 |
+
msgid "Displays a form to create a Pretty Link."
|
4217 |
msgstr ""
|
4218 |
|
4219 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:60
|
4220 |
+
msgid "Enter a URL: "
|
4221 |
msgstr ""
|
4222 |
|
4223 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:64
|
4224 |
+
msgid "Label Text:"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:65
|
4228 |
+
msgid "Button Text:"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:65
|
4232 |
+
msgid "if left blank, no button will display"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:71
|
4236 |
+
msgid "Permanent/301"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:72
|
4240 |
+
msgid "Temporary/302"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:73
|
4244 |
+
msgid "Temporary/307"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:74
|
4248 |
+
msgid "PrettyBar"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: pro/app/widgets/PlpPublicLinksWidget.php:80
|
4252 |
+
msgid "Tracking Enabled:"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
+
#: pro/i18n/countries.php:5
|
4256 |
+
msgid "Afghanistan"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
+
#: pro/i18n/countries.php:6
|
4260 |
+
msgid "Åland Islands"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: pro/i18n/countries.php:7
|
4264 |
+
msgid "Albania"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
+
#: pro/i18n/countries.php:8
|
4268 |
+
msgid "Algeria"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: pro/i18n/countries.php:9
|
4272 |
+
msgid "Andorra"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: pro/i18n/countries.php:10
|
4276 |
+
msgid "Angola"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: pro/i18n/countries.php:11
|
4280 |
+
msgid "Anguilla"
|
|
|
4281 |
msgstr ""
|
4282 |
|
4283 |
+
#: pro/i18n/countries.php:12
|
4284 |
+
msgid "Antarctica"
|
4285 |
msgstr ""
|
4286 |
|
4287 |
+
#: pro/i18n/countries.php:13
|
4288 |
+
msgid "Antigua and Barbuda"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
+
#: pro/i18n/countries.php:14
|
4292 |
+
msgid "Argentina"
|
|
|
4293 |
msgstr ""
|
4294 |
|
4295 |
+
#: pro/i18n/countries.php:15
|
4296 |
+
msgid "Armenia"
|
4297 |
msgstr ""
|
4298 |
|
4299 |
+
#: pro/i18n/countries.php:16
|
4300 |
+
msgid "Aruba"
|
|
|
4301 |
msgstr ""
|
4302 |
|
4303 |
+
#: pro/i18n/countries.php:17
|
4304 |
+
msgid "Australia"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: pro/i18n/countries.php:18
|
4308 |
+
msgid "Austria"
|
4309 |
msgstr ""
|
4310 |
|
4311 |
+
#: pro/i18n/countries.php:19
|
4312 |
+
msgid "Azerbaijan"
|
|
|
4313 |
msgstr ""
|
4314 |
|
4315 |
+
#: pro/i18n/countries.php:20
|
4316 |
+
msgid "Bahamas"
|
4317 |
msgstr ""
|
4318 |
|
4319 |
+
#: pro/i18n/countries.php:21
|
4320 |
+
msgid "Bahrain"
|
4321 |
msgstr ""
|
4322 |
|
4323 |
+
#: pro/i18n/countries.php:22
|
4324 |
+
msgid "Bangladesh"
|
|
|
4325 |
msgstr ""
|
4326 |
|
4327 |
+
#: pro/i18n/countries.php:23
|
4328 |
+
msgid "Barbados"
|
4329 |
msgstr ""
|
4330 |
|
4331 |
+
#: pro/i18n/countries.php:24
|
4332 |
+
msgid "Belarus"
|
4333 |
msgstr ""
|
4334 |
|
4335 |
+
#: pro/i18n/countries.php:25
|
4336 |
+
msgid "Belgium"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
+
#: pro/i18n/countries.php:26
|
4340 |
+
msgid "Belau"
|
4341 |
msgstr ""
|
4342 |
|
4343 |
+
#: pro/i18n/countries.php:27
|
4344 |
+
msgid "Belize"
|
|
|
4345 |
msgstr ""
|
4346 |
|
4347 |
+
#: pro/i18n/countries.php:28
|
4348 |
+
msgid "Benin"
|
|
|
4349 |
msgstr ""
|
4350 |
|
4351 |
+
#: pro/i18n/countries.php:29
|
4352 |
+
msgid "Bermuda"
|
|
|
4353 |
msgstr ""
|
4354 |
|
4355 |
+
#: pro/i18n/countries.php:30
|
4356 |
+
msgid "Bhutan"
|
|
|
4357 |
msgstr ""
|
4358 |
|
4359 |
+
#: pro/i18n/countries.php:31
|
4360 |
+
msgid "Bolivia"
|
4361 |
msgstr ""
|
4362 |
|
4363 |
+
#: pro/i18n/countries.php:32
|
4364 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
4365 |
msgstr ""
|
4366 |
|
4367 |
+
#: pro/i18n/countries.php:33
|
4368 |
+
msgid "Bosnia and Herzegovina"
|
|
|
4369 |
msgstr ""
|
4370 |
|
4371 |
+
#: pro/i18n/countries.php:34
|
4372 |
+
msgid "Botswana"
|
|
|
|
|
|
|
4373 |
msgstr ""
|
4374 |
|
4375 |
+
#: pro/i18n/countries.php:35
|
4376 |
+
msgid "Bouvet Island"
|
|
|
4377 |
msgstr ""
|
4378 |
|
4379 |
+
#: pro/i18n/countries.php:36
|
4380 |
+
msgid "Brazil"
|
|
|
4381 |
msgstr ""
|
4382 |
|
4383 |
+
#: pro/i18n/countries.php:37
|
4384 |
+
msgid "British Indian Ocean Territory"
|
|
|
4385 |
msgstr ""
|
4386 |
|
4387 |
+
#: pro/i18n/countries.php:38
|
4388 |
+
msgid "British Virgin Islands"
|
|
|
4389 |
msgstr ""
|
4390 |
|
4391 |
+
#: pro/i18n/countries.php:39
|
4392 |
+
msgid "Brunei"
|
|
|
4393 |
msgstr ""
|
4394 |
|
4395 |
+
#: pro/i18n/countries.php:40
|
4396 |
+
msgid "Bulgaria"
|
|
|
4397 |
msgstr ""
|
4398 |
|
4399 |
+
#: pro/i18n/countries.php:41
|
4400 |
+
msgid "Burkina Faso"
|
4401 |
msgstr ""
|
4402 |
|
4403 |
+
#: pro/i18n/countries.php:42
|
4404 |
+
msgid "Burundi"
|
4405 |
msgstr ""
|
4406 |
|
4407 |
+
#: pro/i18n/countries.php:43
|
4408 |
+
msgid "Cambodia"
|
|
|
4409 |
msgstr ""
|
4410 |
|
4411 |
+
#: pro/i18n/countries.php:44
|
4412 |
+
msgid "Cameroon"
|
|
|
4413 |
msgstr ""
|
4414 |
|
4415 |
+
#: pro/i18n/countries.php:45
|
4416 |
+
msgid "Canada"
|
4417 |
msgstr ""
|
4418 |
|
4419 |
+
#: pro/i18n/countries.php:46
|
4420 |
+
msgid "Cape Verde"
|
|
|
4421 |
msgstr ""
|
4422 |
|
4423 |
+
#: pro/i18n/countries.php:47
|
4424 |
+
msgid "Cayman Islands"
|
4425 |
msgstr ""
|
4426 |
|
4427 |
+
#: pro/i18n/countries.php:48
|
4428 |
+
msgid "Central African Republic"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
+
#: pro/i18n/countries.php:49
|
4432 |
+
msgid "Chad"
|
4433 |
msgstr ""
|
4434 |
|
4435 |
+
#: pro/i18n/countries.php:50
|
4436 |
+
msgid "Chile"
|
4437 |
msgstr ""
|
4438 |
|
4439 |
+
#: pro/i18n/countries.php:51
|
4440 |
+
msgid "China"
|
4441 |
msgstr ""
|
4442 |
|
4443 |
+
#: pro/i18n/countries.php:52
|
4444 |
+
msgid "Christmas Island"
|
4445 |
msgstr ""
|
4446 |
|
4447 |
+
#: pro/i18n/countries.php:53
|
4448 |
+
msgid "Cocos/Keeling Islands"
|
4449 |
msgstr ""
|
4450 |
|
4451 |
+
#: pro/i18n/countries.php:54
|
4452 |
+
msgid "Colombia"
|
4453 |
+
msgstr ""
|
4454 |
+
|
4455 |
+
#: pro/i18n/countries.php:55
|
4456 |
+
msgid "Comoros"
|
4457 |
msgstr ""
|
4458 |
|
4459 |
+
#: pro/i18n/countries.php:56
|
4460 |
+
msgid "Congo (Brazzaville)"
|
4461 |
msgstr ""
|
4462 |
|
4463 |
+
#: pro/i18n/countries.php:57
|
4464 |
+
msgid "Congo (Kinshasa)"
|
4465 |
msgstr ""
|
4466 |
|
4467 |
+
#: pro/i18n/countries.php:58
|
4468 |
+
msgid "Cook Islands"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
+
#: pro/i18n/countries.php:59
|
4472 |
+
msgid "Costa Rica"
|
|
|
4473 |
msgstr ""
|
4474 |
|
4475 |
+
#: pro/i18n/countries.php:60
|
4476 |
+
msgid "Croatia"
|
4477 |
msgstr ""
|
4478 |
|
4479 |
+
#: pro/i18n/countries.php:61
|
4480 |
+
msgid "Cuba"
|
4481 |
msgstr ""
|
4482 |
|
4483 |
+
#: pro/i18n/countries.php:62
|
4484 |
+
msgid "CuraÇao"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
+
#: pro/i18n/countries.php:63
|
4488 |
+
msgid "Cyprus"
|
4489 |
msgstr ""
|
4490 |
|
4491 |
+
#: pro/i18n/countries.php:64
|
4492 |
+
msgid "Czech Republic"
|
4493 |
msgstr ""
|
4494 |
|
4495 |
+
#: pro/i18n/countries.php:65
|
4496 |
+
msgid "Denmark"
|
4497 |
msgstr ""
|
4498 |
|
4499 |
+
#: pro/i18n/countries.php:66
|
4500 |
+
msgid "Djibouti"
|
4501 |
msgstr ""
|
4502 |
|
4503 |
+
#: pro/i18n/countries.php:67
|
4504 |
+
msgid "Dominica"
|
4505 |
msgstr ""
|
4506 |
|
4507 |
+
#: pro/i18n/countries.php:68
|
4508 |
+
msgid "Dominican Republic"
|
4509 |
msgstr ""
|
4510 |
|
4511 |
+
#: pro/i18n/countries.php:69
|
4512 |
+
msgid "Ecuador"
|
|
|
4513 |
msgstr ""
|
4514 |
|
4515 |
+
#: pro/i18n/countries.php:70
|
4516 |
+
msgid "Egypt"
|
4517 |
msgstr ""
|
4518 |
|
4519 |
+
#: pro/i18n/countries.php:71
|
4520 |
+
msgid "El Salvador"
|
4521 |
msgstr ""
|
4522 |
|
4523 |
+
#: pro/i18n/countries.php:72
|
4524 |
+
msgid "Equatorial Guinea"
|
4525 |
msgstr ""
|
4526 |
|
4527 |
+
#: pro/i18n/countries.php:73
|
4528 |
+
msgid "Eritrea"
|
4529 |
msgstr ""
|
4530 |
|
4531 |
+
#: pro/i18n/countries.php:74
|
4532 |
+
msgid "Estonia"
|
4533 |
msgstr ""
|
4534 |
|
4535 |
+
#: pro/i18n/countries.php:75
|
4536 |
+
msgid "Ethiopia"
|
4537 |
msgstr ""
|
4538 |
|
4539 |
+
#: pro/i18n/countries.php:76
|
4540 |
+
msgid "Falkland Islands"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
+
#: pro/i18n/countries.php:77
|
4544 |
+
msgid "Faroe Islands"
|
4545 |
msgstr ""
|
4546 |
|
4547 |
+
#: pro/i18n/countries.php:78
|
4548 |
+
msgid "Fiji"
|
4549 |
msgstr ""
|
4550 |
|
4551 |
+
#: pro/i18n/countries.php:79
|
4552 |
+
msgid "Finland"
|
4553 |
msgstr ""
|
4554 |
|
4555 |
+
#: pro/i18n/countries.php:80
|
4556 |
+
msgid "France"
|
4557 |
msgstr ""
|
4558 |
|
4559 |
+
#: pro/i18n/countries.php:81
|
4560 |
+
msgid "French Guiana"
|
|
|
4561 |
msgstr ""
|
4562 |
|
4563 |
+
#: pro/i18n/countries.php:82
|
4564 |
+
msgid "French Polynesia"
|
4565 |
msgstr ""
|
4566 |
|
4567 |
+
#: pro/i18n/countries.php:83
|
4568 |
+
msgid "French Southern Territories"
|
|
|
4569 |
msgstr ""
|
4570 |
|
4571 |
+
#: pro/i18n/countries.php:84
|
4572 |
+
msgid "Gabon"
|
4573 |
msgstr ""
|
4574 |
|
4575 |
+
#: pro/i18n/countries.php:85
|
4576 |
+
msgid "Gambia"
|
4577 |
msgstr ""
|
4578 |
|
4579 |
+
#: pro/i18n/countries.php:86
|
4580 |
+
msgid "Georgia"
|
4581 |
msgstr ""
|
4582 |
|
4583 |
+
#: pro/i18n/countries.php:87
|
4584 |
+
msgid "Germany"
|
4585 |
msgstr ""
|
4586 |
|
4587 |
+
#: pro/i18n/countries.php:88
|
4588 |
+
msgid "Ghana"
|
4589 |
msgstr ""
|
4590 |
|
4591 |
+
#: pro/i18n/countries.php:89
|
4592 |
+
msgid "Gibraltar"
|
4593 |
msgstr ""
|
4594 |
|
4595 |
+
#: pro/i18n/countries.php:90
|
4596 |
+
msgid "Greece"
|
4597 |
msgstr ""
|
4598 |
|
4599 |
+
#: pro/i18n/countries.php:91
|
4600 |
+
msgid "Greenland"
|
4601 |
msgstr ""
|
4602 |
|
4603 |
+
#: pro/i18n/countries.php:92
|
4604 |
+
msgid "Grenada"
|
|
|
4605 |
msgstr ""
|
4606 |
|
4607 |
+
#: pro/i18n/countries.php:93
|
4608 |
+
msgid "Guadeloupe"
|
|
|
4609 |
msgstr ""
|
4610 |
|
4611 |
+
#: pro/i18n/countries.php:94
|
4612 |
+
msgid "Guatemala"
|
|
|
4613 |
msgstr ""
|
4614 |
|
4615 |
+
#: pro/i18n/countries.php:95
|
4616 |
+
msgid "Guernsey"
|
|
|
4617 |
msgstr ""
|
4618 |
|
4619 |
+
#: pro/i18n/countries.php:96
|
4620 |
+
msgid "Guinea"
|
|
|
4621 |
msgstr ""
|
4622 |
|
4623 |
+
#: pro/i18n/countries.php:97
|
4624 |
+
msgid "Guinea-Bissau"
|
|
|
|
|
4625 |
msgstr ""
|
4626 |
|
4627 |
+
#: pro/i18n/countries.php:98
|
4628 |
+
msgid "Guyana"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
+
#: pro/i18n/countries.php:99
|
4632 |
+
msgid "Haiti"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
+
#: pro/i18n/countries.php:100
|
4636 |
+
msgid "Heard Island and McDonald Islands"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
+
#: pro/i18n/countries.php:101
|
4640 |
+
msgid "Honduras"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
+
#: pro/i18n/countries.php:102
|
4644 |
+
msgid "Hong Kong"
|
|
|
4645 |
msgstr ""
|
4646 |
|
4647 |
+
#: pro/i18n/countries.php:103
|
4648 |
+
msgid "Hungary"
|
4649 |
msgstr ""
|
4650 |
|
4651 |
+
#: pro/i18n/countries.php:104
|
4652 |
+
msgid "Iceland"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: pro/i18n/countries.php:105
|
4656 |
+
msgid "India"
|
|
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: pro/i18n/countries.php:106
|
4660 |
+
msgid "Indonesia"
|
|
|
4661 |
msgstr ""
|
4662 |
|
4663 |
+
#: pro/i18n/countries.php:107
|
4664 |
+
msgid "Iran"
|
|
|
4665 |
msgstr ""
|
4666 |
|
4667 |
+
#: pro/i18n/countries.php:108
|
4668 |
+
msgid "Iraq"
|
4669 |
msgstr ""
|
4670 |
|
4671 |
+
#: pro/i18n/countries.php:109
|
4672 |
+
msgid "Republic of Ireland"
|
|
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: pro/i18n/countries.php:110
|
4676 |
+
msgid "Isle of Man"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
+
#: pro/i18n/countries.php:111
|
4680 |
+
msgid "Israel"
|
|
|
4681 |
msgstr ""
|
4682 |
|
4683 |
+
#: pro/i18n/countries.php:112
|
4684 |
+
msgid "Italy"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: pro/i18n/countries.php:113
|
4688 |
+
msgid "Ivory Coast"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: pro/i18n/countries.php:114
|
4692 |
+
msgid "Jamaica"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
+
#: pro/i18n/countries.php:115
|
4696 |
+
msgid "Japan"
|
4697 |
msgstr ""
|
4698 |
|
4699 |
+
#: pro/i18n/countries.php:116
|
4700 |
+
msgid "Jersey"
|
4701 |
msgstr ""
|
4702 |
|
4703 |
+
#: pro/i18n/countries.php:117
|
4704 |
+
msgid "Jordan"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
+
#: pro/i18n/countries.php:118
|
4708 |
+
msgid "Kazakhstan"
|
|
|
4709 |
msgstr ""
|
4710 |
|
4711 |
+
#: pro/i18n/countries.php:119
|
4712 |
+
msgid "Kenya"
|
4713 |
msgstr ""
|
4714 |
|
4715 |
+
#: pro/i18n/countries.php:120
|
4716 |
+
msgid "Kiribati"
|
4717 |
msgstr ""
|
4718 |
|
4719 |
+
#: pro/i18n/countries.php:121
|
4720 |
+
msgid "Kuwait"
|
4721 |
msgstr ""
|
4722 |
|
4723 |
+
#: pro/i18n/countries.php:122
|
4724 |
+
msgid "Kyrgyzstan"
|
4725 |
msgstr ""
|
4726 |
|
4727 |
+
#: pro/i18n/countries.php:123
|
4728 |
+
msgid "Laos"
|
4729 |
msgstr ""
|
4730 |
|
4731 |
+
#: pro/i18n/countries.php:124
|
4732 |
+
msgid "Latvia"
|
4733 |
msgstr ""
|
4734 |
|
4735 |
+
#: pro/i18n/countries.php:125
|
4736 |
+
msgid "Lebanon"
|
4737 |
msgstr ""
|
4738 |
|
4739 |
+
#: pro/i18n/countries.php:126
|
4740 |
+
msgid "Lesotho"
|
4741 |
msgstr ""
|
4742 |
|
4743 |
+
#: pro/i18n/countries.php:127
|
4744 |
+
msgid "Liberia"
|
4745 |
msgstr ""
|
4746 |
|
4747 |
+
#: pro/i18n/countries.php:128
|
4748 |
+
msgid "Libya"
|
4749 |
msgstr ""
|
4750 |
|
4751 |
+
#: pro/i18n/countries.php:129
|
4752 |
+
msgid "Liechtenstein"
|
4753 |
msgstr ""
|
4754 |
|
4755 |
+
#: pro/i18n/countries.php:130
|
4756 |
+
msgid "Lithuania"
|
4757 |
msgstr ""
|
4758 |
|
4759 |
+
#: pro/i18n/countries.php:131
|
4760 |
+
msgid "Luxembourg"
|
4761 |
msgstr ""
|
4762 |
|
4763 |
+
#: pro/i18n/countries.php:132
|
4764 |
+
msgid "Macao S.A.R., China"
|
4765 |
msgstr ""
|
4766 |
|
4767 |
+
#: pro/i18n/countries.php:133
|
4768 |
+
msgid "Macedonia"
|
|
|
4769 |
msgstr ""
|
4770 |
|
4771 |
+
#: pro/i18n/countries.php:134
|
4772 |
+
msgid "Madagascar"
|
4773 |
msgstr ""
|
4774 |
|
4775 |
+
#: pro/i18n/countries.php:135
|
4776 |
+
msgid "Malawi"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: pro/i18n/countries.php:136
|
4780 |
+
msgid "Malaysia"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
+
#: pro/i18n/countries.php:137
|
4784 |
+
msgid "Maldives"
|
4785 |
msgstr ""
|
4786 |
|
4787 |
+
#: pro/i18n/countries.php:138
|
4788 |
+
msgid "Mali"
|
|
|
4789 |
msgstr ""
|
4790 |
|
4791 |
+
#: pro/i18n/countries.php:139
|
4792 |
+
msgid "Malta"
|
|
|
4793 |
msgstr ""
|
4794 |
|
4795 |
+
#: pro/i18n/countries.php:140
|
4796 |
+
msgid "Marshall Islands"
|
|
|
4797 |
msgstr ""
|
4798 |
|
4799 |
+
#: pro/i18n/countries.php:141
|
4800 |
+
msgid "Martinique"
|
|
|
4801 |
msgstr ""
|
4802 |
|
4803 |
+
#: pro/i18n/countries.php:142
|
4804 |
+
msgid "Mauritania"
|
|
|
4805 |
msgstr ""
|
4806 |
|
4807 |
+
#: pro/i18n/countries.php:143
|
4808 |
+
msgid "Mauritius"
|
|
|
4809 |
msgstr ""
|
4810 |
|
4811 |
+
#: pro/i18n/countries.php:144
|
4812 |
+
msgid "Mayotte"
|
|
|
4813 |
msgstr ""
|
4814 |
|
4815 |
+
#: pro/i18n/countries.php:145
|
4816 |
+
msgid "Mexico"
|
|
|
4817 |
msgstr ""
|
4818 |
|
4819 |
+
#: pro/i18n/countries.php:146
|
4820 |
+
msgid "Micronesia"
|
4821 |
msgstr ""
|
4822 |
|
4823 |
+
#: pro/i18n/countries.php:147
|
4824 |
+
msgid "Moldova"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
+
#: pro/i18n/countries.php:148
|
4828 |
+
msgid "Monaco"
|
4829 |
msgstr ""
|
4830 |
|
4831 |
+
#: pro/i18n/countries.php:149
|
4832 |
+
msgid "Mongolia"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
+
#: pro/i18n/countries.php:150
|
4836 |
+
msgid "Montenegro"
|
4837 |
msgstr ""
|
4838 |
|
4839 |
+
#: pro/i18n/countries.php:151
|
4840 |
+
msgid "Montserrat"
|
4841 |
msgstr ""
|
4842 |
|
4843 |
+
#: pro/i18n/countries.php:152
|
4844 |
+
msgid "Morocco"
|
4845 |
msgstr ""
|
4846 |
|
4847 |
+
#: pro/i18n/countries.php:153
|
4848 |
+
msgid "Mozambique"
|
4849 |
msgstr ""
|
4850 |
|
4851 |
+
#: pro/i18n/countries.php:154
|
4852 |
+
msgid "Myanmar"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
+
#: pro/i18n/countries.php:155
|
4856 |
+
msgid "Namibia"
|
4857 |
msgstr ""
|
4858 |
|
4859 |
+
#: pro/i18n/countries.php:156
|
4860 |
+
msgid "Nauru"
|
4861 |
msgstr ""
|
4862 |
|
4863 |
+
#: pro/i18n/countries.php:157
|
4864 |
+
msgid "Nepal"
|
4865 |
msgstr ""
|
4866 |
|
4867 |
+
#: pro/i18n/countries.php:158
|
4868 |
+
msgid "Netherlands"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
+
#: pro/i18n/countries.php:159
|
4872 |
+
msgid "Netherlands Antilles"
|
4873 |
msgstr ""
|
4874 |
|
4875 |
+
#: pro/i18n/countries.php:160
|
4876 |
+
msgid "New Caledonia"
|
4877 |
msgstr ""
|
4878 |
|
4879 |
+
#: pro/i18n/countries.php:161
|
4880 |
+
msgid "New Zealand"
|
4881 |
msgstr ""
|
4882 |
|
4883 |
+
#: pro/i18n/countries.php:162
|
4884 |
+
msgid "Nicaragua"
|
4885 |
msgstr ""
|
4886 |
|
4887 |
+
#: pro/i18n/countries.php:163
|
4888 |
+
msgid "Niger"
|
4889 |
msgstr ""
|
4890 |
|
4891 |
+
#: pro/i18n/countries.php:164
|
4892 |
+
msgid "Nigeria"
|
4893 |
msgstr ""
|
4894 |
|
4895 |
+
#: pro/i18n/countries.php:165
|
4896 |
+
msgid "Niue"
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: pro/i18n/countries.php:166
|
4900 |
+
msgid "Norfolk Island"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: pro/i18n/countries.php:167
|
4904 |
+
msgid "North Korea"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4905 |
msgstr ""
|
4906 |
|
4907 |
+
#: pro/i18n/countries.php:168
|
4908 |
+
msgid "Norway"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4909 |
msgstr ""
|
4910 |
|
4911 |
+
#: pro/i18n/countries.php:169
|
4912 |
+
msgid "Oman"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
+
#: pro/i18n/countries.php:170
|
4916 |
+
msgid "Pakistan"
|
|
|
4917 |
msgstr ""
|
4918 |
|
4919 |
+
#: pro/i18n/countries.php:171
|
4920 |
+
msgid "Palestinian Territory"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: pro/i18n/countries.php:172
|
4924 |
+
msgid "Panama"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
+
#: pro/i18n/countries.php:173
|
4928 |
+
msgid "Papua New Guinea"
|
4929 |
msgstr ""
|
4930 |
|
4931 |
+
#: pro/i18n/countries.php:174
|
4932 |
+
msgid "Paraguay"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
+
#: pro/i18n/countries.php:175
|
4936 |
+
msgid "Peru"
|
|
|
4937 |
msgstr ""
|
4938 |
|
4939 |
+
#: pro/i18n/countries.php:176
|
4940 |
+
msgid "Philippines"
|
|
|
4941 |
msgstr ""
|
4942 |
|
4943 |
+
#: pro/i18n/countries.php:177
|
4944 |
+
msgid "Pitcairn"
|
4945 |
msgstr ""
|
4946 |
|
4947 |
+
#: pro/i18n/countries.php:178
|
4948 |
+
msgid "Poland"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
+
#: pro/i18n/countries.php:179
|
4952 |
+
msgid "Portugal"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
+
#: pro/i18n/countries.php:180
|
4956 |
+
msgid "Qatar"
|
4957 |
msgstr ""
|
4958 |
|
4959 |
+
#: pro/i18n/countries.php:181
|
4960 |
+
msgid "Reunion"
|
4961 |
msgstr ""
|
4962 |
|
4963 |
+
#: pro/i18n/countries.php:182
|
4964 |
+
msgid "Romania"
|
|
|
|
|
4965 |
msgstr ""
|
4966 |
|
4967 |
+
#: pro/i18n/countries.php:183
|
4968 |
+
msgid "Russia"
|
4969 |
msgstr ""
|
4970 |
|
4971 |
+
#: pro/i18n/countries.php:184
|
4972 |
+
msgid "Rwanda"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
+
#: pro/i18n/countries.php:185
|
4976 |
+
msgid "Saint Barthélemy"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
+
#: pro/i18n/countries.php:186
|
4980 |
+
msgid "Saint Helena"
|
4981 |
msgstr ""
|
4982 |
|
4983 |
+
#: pro/i18n/countries.php:187
|
4984 |
+
msgid "Saint Kitts and Nevis"
|
|
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: pro/i18n/countries.php:188
|
4988 |
+
msgid "Saint Lucia"
|
4989 |
msgstr ""
|
4990 |
|
4991 |
+
#: pro/i18n/countries.php:189
|
4992 |
+
msgid "Saint Martin (French part)"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
+
#: pro/i18n/countries.php:190
|
4996 |
+
msgid "Saint Martin (Dutch part)"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
+
#: pro/i18n/countries.php:191
|
5000 |
+
msgid "Saint Pierre and Miquelon"
|
|
|
|
|
5001 |
msgstr ""
|
5002 |
|
5003 |
+
#: pro/i18n/countries.php:192
|
5004 |
+
msgid "Saint Vincent and the Grenadines"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
+
#: pro/i18n/countries.php:193
|
5008 |
+
msgid "San Marino"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
+
#: pro/i18n/countries.php:194
|
5012 |
+
msgid "São Tomé and Príncipe"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
+
#: pro/i18n/countries.php:195
|
5016 |
+
msgid "Saudi Arabia"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
+
#: pro/i18n/countries.php:196
|
5020 |
+
msgid "Senegal"
|
5021 |
msgstr ""
|
5022 |
|
5023 |
+
#: pro/i18n/countries.php:197
|
5024 |
+
msgid "Serbia"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
+
#: pro/i18n/countries.php:198
|
5028 |
+
msgid "Seychelles"
|
5029 |
msgstr ""
|
5030 |
|
5031 |
+
#: pro/i18n/countries.php:199
|
5032 |
+
msgid "Sierra Leone"
|
5033 |
msgstr ""
|
5034 |
|
5035 |
+
#: pro/i18n/countries.php:200
|
5036 |
+
msgid "Singapore"
|
5037 |
msgstr ""
|
5038 |
|
5039 |
+
#: pro/i18n/countries.php:201
|
5040 |
+
msgid "Slovakia"
|
5041 |
msgstr ""
|
5042 |
|
5043 |
+
#: pro/i18n/countries.php:202
|
5044 |
+
msgid "Slovenia"
|
5045 |
msgstr ""
|
5046 |
|
5047 |
+
#: pro/i18n/countries.php:203
|
5048 |
+
msgid "Solomon Islands"
|
5049 |
msgstr ""
|
5050 |
|
5051 |
+
#: pro/i18n/countries.php:204
|
5052 |
+
msgid "Somalia"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
+
#: pro/i18n/countries.php:205
|
5056 |
+
msgid "South Africa"
|
5057 |
msgstr ""
|
5058 |
|
5059 |
+
#: pro/i18n/countries.php:206
|
5060 |
+
msgid "South Georgia/Sandwich Islands"
|
5061 |
msgstr ""
|
5062 |
|
5063 |
+
#: pro/i18n/countries.php:207
|
5064 |
+
msgid "South Korea"
|
5065 |
msgstr ""
|
5066 |
|
5067 |
+
#: pro/i18n/countries.php:208
|
5068 |
+
msgid "South Sudan"
|
5069 |
msgstr ""
|
5070 |
|
5071 |
+
#: pro/i18n/countries.php:209
|
5072 |
+
msgid "Spain"
|
|
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: pro/i18n/countries.php:210
|
5076 |
+
msgid "Sri Lanka"
|
5077 |
msgstr ""
|
5078 |
|
5079 |
+
#: pro/i18n/countries.php:211
|
5080 |
+
msgid "Sudan"
|
5081 |
msgstr ""
|
5082 |
|
5083 |
+
#: pro/i18n/countries.php:212
|
5084 |
+
msgid "Suriname"
|
5085 |
msgstr ""
|
5086 |
|
5087 |
+
#: pro/i18n/countries.php:213
|
5088 |
+
msgid "Svalbard and Jan Mayen"
|
|
|
5089 |
msgstr ""
|
5090 |
|
5091 |
+
#: pro/i18n/countries.php:214
|
5092 |
+
msgid "Swaziland"
|
5093 |
msgstr ""
|
5094 |
|
5095 |
+
#: pro/i18n/countries.php:215
|
5096 |
+
msgid "Sweden"
|
5097 |
msgstr ""
|
5098 |
|
5099 |
+
#: pro/i18n/countries.php:216
|
5100 |
+
msgid "Switzerland"
|
5101 |
msgstr ""
|
5102 |
|
5103 |
+
#: pro/i18n/countries.php:217
|
5104 |
+
msgid "Syria"
|
5105 |
msgstr ""
|
5106 |
|
5107 |
+
#: pro/i18n/countries.php:218
|
5108 |
+
msgid "Taiwan"
|
5109 |
msgstr ""
|
5110 |
|
5111 |
+
#: pro/i18n/countries.php:219
|
5112 |
+
msgid "Tajikistan"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
+
#: pro/i18n/countries.php:220
|
5116 |
+
msgid "Tanzania"
|
5117 |
msgstr ""
|
5118 |
|
5119 |
+
#: pro/i18n/countries.php:221
|
5120 |
+
msgid "Thailand"
|
5121 |
msgstr ""
|
5122 |
|
5123 |
+
#: pro/i18n/countries.php:222
|
5124 |
+
msgid "Timor-Leste"
|
5125 |
msgstr ""
|
5126 |
|
5127 |
+
#: pro/i18n/countries.php:223
|
5128 |
+
msgid "Togo"
|
5129 |
msgstr ""
|
5130 |
|
5131 |
+
#: pro/i18n/countries.php:224
|
5132 |
+
msgid "Tokelau"
|
5133 |
msgstr ""
|
5134 |
|
5135 |
+
#: pro/i18n/countries.php:225
|
5136 |
+
msgid "Tonga"
|
5137 |
msgstr ""
|
5138 |
|
5139 |
+
#: pro/i18n/countries.php:226
|
5140 |
+
msgid "Trinidad and Tobago"
|
5141 |
msgstr ""
|
5142 |
|
5143 |
+
#: pro/i18n/countries.php:227
|
5144 |
+
msgid "Tunisia"
|
5145 |
msgstr ""
|
5146 |
|
5147 |
+
#: pro/i18n/countries.php:228
|
5148 |
+
msgid "Turkey"
|
5149 |
msgstr ""
|
5150 |
|
5151 |
+
#: pro/i18n/countries.php:229
|
5152 |
+
msgid "Turkmenistan"
|
5153 |
msgstr ""
|
5154 |
|
5155 |
+
#: pro/i18n/countries.php:230
|
5156 |
+
msgid "Turks and Caicos Islands"
|
|
|
|
|
5157 |
msgstr ""
|
5158 |
|
5159 |
+
#: pro/i18n/countries.php:231
|
5160 |
+
msgid "Tuvalu"
|
5161 |
msgstr ""
|
5162 |
|
5163 |
+
#: pro/i18n/countries.php:232
|
5164 |
+
msgid "Uganda"
|
5165 |
msgstr ""
|
5166 |
|
5167 |
+
#: pro/i18n/countries.php:233
|
5168 |
+
msgid "Ukraine"
|
5169 |
msgstr ""
|
5170 |
|
5171 |
+
#: pro/i18n/countries.php:234
|
5172 |
+
msgid "United Arab Emirates"
|
|
|
|
|
5173 |
msgstr ""
|
5174 |
|
5175 |
+
#: pro/i18n/countries.php:235
|
5176 |
+
msgid "United Kingdom (UK)"
|
|
|
5177 |
msgstr ""
|
5178 |
|
5179 |
+
#: pro/i18n/countries.php:236
|
5180 |
+
msgid "United States"
|
5181 |
msgstr ""
|
5182 |
|
5183 |
+
#: pro/i18n/countries.php:237
|
5184 |
+
msgid "Uruguay"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
+
#: pro/i18n/countries.php:238
|
5188 |
+
msgid "Uzbekistan"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
+
#: pro/i18n/countries.php:239
|
5192 |
+
msgid "Vanuatu"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
+
#: pro/i18n/countries.php:240
|
5196 |
+
msgid "Vatican"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
+
#: pro/i18n/countries.php:241
|
5200 |
+
msgid "Venezuela"
|
|
|
5201 |
msgstr ""
|
5202 |
|
5203 |
+
#: pro/i18n/countries.php:242
|
5204 |
+
msgid "Vietnam"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
+
#: pro/i18n/countries.php:243
|
5208 |
+
msgid "Wallis and Futuna"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: pro/i18n/countries.php:244
|
5212 |
+
msgid "Western Sahara"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
+
#: pro/i18n/countries.php:245
|
5216 |
+
msgid "Western Samoa"
|
5217 |
msgstr ""
|
5218 |
|
5219 |
+
#: pro/i18n/countries.php:246
|
5220 |
+
msgid "Yemen"
|
5221 |
msgstr ""
|
5222 |
|
5223 |
+
#: pro/i18n/countries.php:247
|
5224 |
+
msgid "Zambia"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: pro/i18n/countries.php:248
|
5228 |
+
msgid "Zimbabwe"
|
|
|
5229 |
msgstr ""
|
pretty-link.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Pretty Links
|
4 |
Plugin URI: https://prettylinks.com/pl/plugin-uri
|
5 |
Description: Shrink, track and share any URL using your website and brand!
|
6 |
-
Version: 3.1.
|
7 |
Author: Pretty Links
|
8 |
Author URI: http://prettylinks.com
|
9 |
Text Domain: pretty-link
|
@@ -55,7 +55,7 @@ define('PRLI_VENDOR_LIB_URL',PRLI_URL.'/vendor/lib');
|
|
55 |
define('PRLI_BROWSER_URL','https://d14715w921jdje.cloudfront.net/browser');
|
56 |
define('PRLI_OS_URL','https://d14715w921jdje.cloudfront.net/os');
|
57 |
|
58 |
-
define('PRLI_EDITION', 'pretty-link-
|
59 |
|
60 |
// Let's give pretty link plenty of room to work with
|
61 |
$mem = abs(intval(@ini_get('memory_limit')));
|
@@ -136,12 +136,31 @@ $page_size = 10;
|
|
136 |
|
137 |
global $prli_blogurl, $prli_siteurl, $prli_blogname, $prli_blogdescription;
|
138 |
|
139 |
-
|
140 |
-
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
}
|
143 |
|
144 |
-
$prli_blogurl =
|
145 |
$prli_siteurl = get_option('siteurl');
|
146 |
$prli_blogname = get_option('blogname');
|
147 |
$prli_blogdescription = get_option('blogdescription');
|
3 |
Plugin Name: Pretty Links
|
4 |
Plugin URI: https://prettylinks.com/pl/plugin-uri
|
5 |
Description: Shrink, track and share any URL using your website and brand!
|
6 |
+
Version: 3.1.1
|
7 |
Author: Pretty Links
|
8 |
Author URI: http://prettylinks.com
|
9 |
Text Domain: pretty-link
|
55 |
define('PRLI_BROWSER_URL','https://d14715w921jdje.cloudfront.net/browser');
|
56 |
define('PRLI_OS_URL','https://d14715w921jdje.cloudfront.net/os');
|
57 |
|
58 |
+
define('PRLI_EDITION', 'pretty-link-lite');
|
59 |
|
60 |
// Let's give pretty link plenty of room to work with
|
61 |
$mem = abs(intval(@ini_get('memory_limit')));
|
136 |
|
137 |
global $prli_blogurl, $prli_siteurl, $prli_blogname, $prli_blogdescription;
|
138 |
|
139 |
+
function prli_get_home_url() {
|
140 |
+
$prli_bid = null;
|
141 |
+
|
142 |
+
if(function_exists('is_multisite') && is_multisite() && function_exists('get_current_blog_id')) {
|
143 |
+
$prli_bid = get_current_blog_id();
|
144 |
+
}
|
145 |
+
|
146 |
+
// Fix WPML adding the language code at the start of the URL
|
147 |
+
if(defined('ICL_SITEPRESS_VERSION')) {
|
148 |
+
if(empty($prli_bid) || !function_exists('is_multisite') || !is_multisite()) {
|
149 |
+
$url = get_option('home');
|
150 |
+
}
|
151 |
+
else {
|
152 |
+
switch_to_blog($prli_bid);
|
153 |
+
$url = get_option('home');
|
154 |
+
restore_current_blog();
|
155 |
+
}
|
156 |
+
|
157 |
+
return $url;
|
158 |
+
}
|
159 |
+
|
160 |
+
return get_home_url($prli_bid);
|
161 |
}
|
162 |
|
163 |
+
$prli_blogurl = prli_get_home_url();
|
164 |
$prli_siteurl = get_option('siteurl');
|
165 |
$prli_blogname = get_option('blogname');
|
166 |
$prli_blogdescription = get_option('blogdescription');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: supercleanse, cartpauj
|
|
3 |
Donate link: https://prettylinks.com
|
4 |
Tags: links, urls, shortlinks, link branding, link tracking, affiliate links, link cloaking, marketing, redirect, forward, social media, rewrite, shorturl, shorten, shortening, click, clicks, track, tracking, tiny, tinyurl, budurl, shrinking, domain, shrink, mask, masking, cloak, cloaking, slug, slugs, admin, administration, stats, statistics, stat, statistic, email, ajax, javascript, ui, csv, download, page, post, pages, posts, shortcode, seo, automation, widget, widgets, dashboard
|
5 |
Requires at least: 5.1
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.1.
|
8 |
|
9 |
The best WordPress link management, branding, tracking & sharing plugin. Link shortener helps you easily make pretty & trackable shortlinks.
|
10 |
|
@@ -66,6 +66,11 @@ http://blairwilliams.com/w7a
|
|
66 |
3. Make sure you have changed your permalink Common Settings in Settings -> Permalinks away from "Default" to something else. I prefer using custom and then "/%year%/%month%/%postname%/" for the simplest possible URL slugs with the best performance.
|
67 |
|
68 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
69 |
= 3.1.0 =
|
70 |
* Add support for sponsored rel tag
|
71 |
* Add sponsored toggle support in gutenberg and tinymce editors
|
3 |
Donate link: https://prettylinks.com
|
4 |
Tags: links, urls, shortlinks, link branding, link tracking, affiliate links, link cloaking, marketing, redirect, forward, social media, rewrite, shorturl, shorten, shortening, click, clicks, track, tracking, tiny, tinyurl, budurl, shrinking, domain, shrink, mask, masking, cloak, cloaking, slug, slugs, admin, administration, stats, statistics, stat, statistic, email, ajax, javascript, ui, csv, download, page, post, pages, posts, shortcode, seo, automation, widget, widgets, dashboard
|
5 |
Requires at least: 5.1
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 3.1.1
|
8 |
|
9 |
The best WordPress link management, branding, tracking & sharing plugin. Link shortener helps you easily make pretty & trackable shortlinks.
|
10 |
|
66 |
3. Make sure you have changed your permalink Common Settings in Settings -> Permalinks away from "Default" to something else. I prefer using custom and then "/%year%/%month%/%postname%/" for the simplest possible URL slugs with the best performance.
|
67 |
|
68 |
== Changelog ==
|
69 |
+
= 3.1.1 =
|
70 |
+
* Remove duplicate queries to help performance
|
71 |
+
* Fix compatibility issue with WPML language prefix in URL's
|
72 |
+
* Pro: Fix infinite loops with broken or missing import files
|
73 |
+
|
74 |
= 3.1.0 =
|
75 |
* Add support for sponsored rel tag
|
76 |
* Add sponsored toggle support in gutenberg and tinymce editors
|