Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin - Version 3.1.1

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 Icon 128x128 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

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