Link Library - Version 6.6.8

Version Description

  • Added new section under General Options to add custom URL fields to Link Library. Fields can be enabled and named to appear in all relevant places (Link editor, advanced configuration table for links)
  • Removed debug code from user submission code to avoid issues with headers submitted too early
Download this release

Release Info

Developer jackdewey
Plugin Icon 128x128 Link Library
Version 6.6.8
Comparing to
See all releases

Code changes from version LinkLibrary_6.0.46 to 6.6.8

adminstyle.css CHANGED
@@ -1,23 +1,65 @@
1
- .link_full_page_editor {
2
- margin-bottom: 0 !important;
3
- }
4
-
5
- .post-type-link_library_links .wp-editor-tools {
6
- padding-top: 0px !important;
7
- }
8
-
9
- #wp-content-editor-tools {
10
- background-color: #fff;
11
- }
12
-
13
- .wp-list-table #link_library_rating {
14
- width: 80px;
15
- }
16
-
17
- .wp-list-table #link_library_visits {
18
- width: 60px;
19
- }
20
-
21
- #ll-usage table.widefat td {
22
- padding: 2px 4px 2px 10px;
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .link_full_page_editor {
2
+ margin-bottom: 0 !important;
3
+ }
4
+
5
+ .post-type-link_library_links .wp-editor-tools {
6
+ padding-top: 0px !important;
7
+ }
8
+
9
+ #wp-content-editor-tools {
10
+ background-color: #fff;
11
+ }
12
+
13
+ .wp-list-table #link_library_rating {
14
+ width: 80px;
15
+ }
16
+
17
+ .wp-list-table #link_library_visits {
18
+ width: 60px;
19
+ }
20
+
21
+ #ll-usage table.widefat td {
22
+ padding: 2px 4px 2px 10px;
23
+ }
24
+
25
+ @media screen and (max-width: 1699px) {
26
+ .accessibebanner {
27
+ margin-bottom: 12px;
28
+ }
29
+ }
30
+
31
+ @media screen and (min-width: 1700px) {
32
+ .accessibebanner {
33
+ float: right;
34
+ }
35
+ }
36
+
37
+ .accessibead .button {
38
+ margin:30px;
39
+ }
40
+
41
+ .accessibead a {
42
+ color:#fff;
43
+ }
44
+
45
+ .accessibead .large_text {
46
+ font-size: 20px;
47
+ }
48
+
49
+ .accessibead .mid_text {
50
+ font-size: 16px;
51
+ }
52
+
53
+ @media screen and (max-width: 665px) {
54
+ .accessibead .large_text {
55
+ font-size: 12px;
56
+ }
57
+
58
+ .accessibead .mid_text {
59
+ font-size: 10px;
60
+ }
61
+
62
+ .accessibead .button {
63
+ margin:8px;
64
+ }
65
+ }
icons/Accessibe.png ADDED
Binary file
icons/AccessibeBanner.png ADDED
Binary file
icons/AccessibeLogoLarge.png ADDED
Binary file
icons/AccessibeSmall.png ADDED
Binary file
importtemplate.csv CHANGED
@@ -1,2 +1,2 @@
1
- "Name","Address","RSS","Description","Notes","Category","Status","Secondary URL","Telephone","E-mail","Reciprocal link","Image Address","Large Description","No Follow","Rating","Link Target","Link Featured","Updated Date - Empty for none"
2
- "IGN","http://ign.com","","Video Game News",,"first,second","publish",,,"",,,"This is a long description of the link","N",10,"_blank","N","2017-02-15"
1
+ "Name","Address","RSS","Description","Notes","Category Slugs","Category Names","Tag Slugs","Tag Names","Status","Secondary URL","Telephone","E-mail","Reciprocal link","Image Address","Large Description","No Follow","Rating","Link Target","Link Featured","Updated Date - Empty for none","Link Featured","Link Submitter Name","Link Submitter E-mail","Link Visits"
2
+ "IGN","http://ign.com","","Video Game News",,"first-1,second","First,Second","video-games","Video Games","publish",,,"",,,"This is a long description of the link","N",10,"_blank","N","2017-02-15","N",,,25
languages/link-library-fr_CA.mo CHANGED
Binary file
languages/link-library-fr_CA.po CHANGED
@@ -2,832 +2,1128 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Link Library 5.9.15.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-08 16:20+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: French\n"
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Poedit-Language: French\n"
20
- "X-Poedit-Country: FRANCE\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  # Plugin name; please avoid translating if possible
24
- #: link-library-admin.php:99
25
  msgid "Insert a Link Library shortcode"
26
  msgstr "Insérer le code court de Link Library"
27
 
28
- #: link-library-admin.php:102
29
  msgid "Link List"
30
  msgstr "Liste de liens"
31
 
32
- #: link-library-admin.php:103
33
  msgid "Link Category List"
34
  msgstr "Liste de catégories de lien"
35
 
36
- #: link-library-admin.php:104
37
  msgid "Link Search"
38
  msgstr "Recherche de lien"
39
 
40
- #: link-library-admin.php:105
41
  msgid "Add Link Form"
42
  msgstr "Formulaire d&rsquo;ajout de lien"
43
 
44
- #: link-library-admin.php:109
45
  msgid "Insert Shortcode"
46
  msgstr "Insérer le code court"
47
 
48
- #: link-library-admin.php:110
49
  msgid "Cancel"
50
  msgstr "Annuler"
51
 
52
- #: link-library-admin.php:113
53
  msgid "Render a list of links."
54
  msgstr "Montrer une liste de liens."
55
 
56
- #: link-library-admin.php:115
57
- #: link-library-admin.php:170
58
- #: link-library-admin.php:205
59
  msgid "Library ID"
60
  msgstr "ID de la librairie"
61
 
62
- #: link-library-admin.php:126
63
- #: link-library-admin.php:181
64
- #: link-library-admin.php:216
65
- #: link-library-admin.php:854
66
- #: link-library-admin.php:2576
67
- #: link-library-admin.php:2589
68
  msgid "Library"
69
  msgstr "Librairie"
70
 
71
- #: link-library-admin.php:132
72
  msgid "Single Link ID"
73
  msgstr "ID d&rsquo;un lien unique"
74
 
75
- #: link-library-admin.php:135
76
  msgid "Specify ID of single link to be displayed"
77
  msgstr "Définir l&rsquo;ID d&rsquo;un lien unique à afficher"
78
 
79
- #: link-library-admin.php:137
80
- #: link-library-admin.php:187
81
- #: link-library-admin.php:222
82
  msgid "Category Override"
83
  msgstr "Modifier la configuration des catégories"
84
 
85
- #: link-library-admin.php:140
86
- #: link-library-admin.php:190
87
- #: link-library-admin.php:225
88
- msgid "Single, or comma-separated list of categories IDs to be displayed in the link list"
89
- msgstr "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des virgules qu&rsquo;il faut afficher dans la liste des liens"
 
 
 
90
 
91
- #: link-library-admin.php:142
92
- #: link-library-admin.php:192
93
- #: link-library-admin.php:227
94
  msgid "Excluded Category Override"
95
  msgstr "Modifier les exclusions de catégories"
96
 
97
- #: link-library-admin.php:145
98
- #: link-library-admin.php:195
99
- #: link-library-admin.php:230
100
- msgid "Single, or comma-separated list of categories IDs to be excluded from the link list"
101
- msgstr "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des vrigules qu&rsquo;il faut exclure de la liste des liens"
102
-
103
- #: link-library-admin.php:147
104
- #: link-library-admin.php:152
105
- #: link-library-admin.php:157
106
- #: link-library-admin.php:162
 
107
  msgid "Notes Override"
108
  msgstr "Modifier la configuration des notes"
109
 
110
- #: link-library-admin.php:150
111
  msgid "Set to 0 or 1 to display or not display link notes"
112
  msgstr "Mettre 0 ou 1 pour affichier ou non les notes sur les liens"
113
 
114
- #: link-library-admin.php:155
115
  msgid "Set to 0 or 1 to display or not display link descriptions"
116
  msgstr "Mettre 0 ou 1 pour afficher ou non les descriptions de liens"
117
 
118
- #: link-library-admin.php:160
119
  msgid "Set to 0 or 1 to display or not display rss information"
120
  msgstr "Mettre 0 ou 1 pour afficher ou non les informations RSS"
121
 
122
- #: link-library-admin.php:165
123
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
124
- msgstr "Mettre 0 ou 1 pour affichier les liens soit en liste non triée, soit en tableau"
 
 
125
 
126
- #: link-library-admin.php:168
127
  msgid "Render a list of link categories."
128
  msgstr "Montrer une liste de catégories de liens."
129
 
130
- #: link-library-admin.php:198
131
  msgid "Render a search box to search through links."
132
  msgstr "Afficher une zone de recherche des liens."
133
 
134
- #: link-library-admin.php:200
135
  msgid "There are no options for this shortcode."
136
  msgstr "Il n&rsquo;y a pas d&rsquo;options pour ce code court."
137
 
138
- #: link-library-admin.php:203
139
  msgid "Render a form for visitors to submit new links."
140
  msgstr "Montrer un formulaire aux visiteurs pour proposer de nouveaux liens."
141
 
142
- #: link-library-admin.php:265
143
  msgid "Category Link"
144
  msgstr "Lien des catégories"
145
 
146
- #: link-library-admin.php:294
147
  msgid "Extra Query String"
148
  msgstr "Chaine supplémentaire de la requête"
149
 
150
- #: link-library-admin.php:397
151
- #: link-library-admin.php:752
152
- msgid "Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality."
153
- msgstr "Veuillez créer un répertoire nommé uploads dans le répertoire wp-content de votre installation WordPress avec les permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
- #: link-library-admin.php:399
156
- #: link-library-admin.php:754
157
- msgid "Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality."
158
- msgstr "Veuillez vous assurer que le répertoire /wp-content/uploads à des permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
 
 
 
 
159
 
160
- #: link-library-admin.php:448
161
- msgid "Link Library - Additional Link Parameters"
162
- msgstr "Link Library - Paramètres Additionels"
 
 
163
 
164
- #: link-library-admin.php:531
165
  msgid "Link Library: Missing Thumbshots API Key"
166
  msgstr "Link Library&nbsp;: Il manque le Thumbshots CID"
167
 
168
- #: link-library-admin.php:531
169
- msgid "One of your link libraries is configured to use Thumbshots for link thumbails, but you have not entered your Thumbshots.com API Key. Please visit Thumbshots.com to apply for a free or paid account and enter your API in the Link Library admin panel."
170
- msgstr "Une de vos librairies est configurée pour utilisé les vignettes de Thumbshots, mais vous n&rsquo;avez pas entré votre CID Thumbshots.com. Merci de visiter Thumbshots.com pour créer un compte gratuit ou payant puis saisissez la clé dans l&rsquo;administration de Link Library."
 
 
 
 
 
 
 
 
171
 
172
  # Plugin name; please avoid translating if possible
173
- #: link-library-admin.php:531
174
  msgid "Jump to Link Library admin"
175
  msgstr "Aller à l&rsquo;administration de Link Library"
176
 
177
  # Plugin name; please avoid translating if possible
178
- #: link-library-admin.php:536
179
  msgid "Link Library: No Link Categories on your site"
180
  msgstr "Link Library&nbsp;: Pas de catégories de liens dans votre site"
181
 
182
- #: link-library-admin.php:536
183
- msgid "There are currently no link categories defined in your WordPress site. Link Library will not work correctly without categories. Please create at least one before trying to use Link Library and make sure each link is assigned a category."
184
- msgstr "Il n&rsquo;y a pas de catégories de liens de définies dans votre site WordPress. Link Library ne fonctionnera pas correctement sans catégories. Merci de créer au moins une catégorie avant d&rsquo;utiliser Link Library et faite en sorte que chaque lien soit associé à une catégorie."
 
 
 
 
 
 
 
 
185
 
186
- #: link-library-admin.php:592
187
  msgid "Links to moderate"
188
  msgstr "Liens à modérer"
189
 
190
- #: link-library-admin.php:640
191
- #: link-library-admin.php:642
192
- #: link-library-admin.php:645
193
- #: link-library-admin.php:969
194
- msgid "General Options"
195
  msgstr "Configuration générale"
196
 
197
- #: link-library-admin.php:647
198
- msgid "Settings"
199
- msgstr "Configuration"
200
 
201
  # Plugin name; please avoid translating if possible
202
- #: link-library-admin.php:647
203
- #: link-library-admin.php:974
204
- msgid "Library Settings"
 
205
  msgstr "Configuration de la librairie"
206
 
207
- #: link-library-admin.php:650
208
- #: link-library-admin.php:652
209
- #: link-library-admin.php:979
210
  msgid "Moderate"
211
  msgstr "Modération"
212
 
213
- #: link-library-admin.php:655
214
- #: link-library-admin.php:984
215
- #: link-library-admin.php:2077
216
  msgid "Stylesheet"
217
  msgstr "Feuille de style"
218
 
219
- #: link-library-admin.php:657
220
- #: link-library-admin.php:689
221
  msgid "Link checking tools"
222
  msgstr "Outil de vérification des liens"
223
 
224
- #: link-library-admin.php:659
225
- #: link-library-admin.php:992
226
  msgid "FAQ"
227
  msgstr "FAQ"
228
 
229
- #: link-library-admin.php:686
230
- #: link-library-admin.php:690
231
- msgid "Save"
232
- msgstr "Enregistrer"
233
-
234
- #: link-library-admin.php:687
235
  msgid "Links awaiting moderation"
236
  msgstr "Liens en attente de modération"
237
 
238
- #: link-library-admin.php:688
239
- #: link-library-admin.php:2079
240
  msgid "Editor"
241
  msgstr "Éditeur"
242
 
243
- #: link-library-admin.php:794
 
 
 
 
244
  msgid "Thumbnails successfully generated!"
245
  msgstr "Vignettes générées avec succès&nbsp;!"
246
 
247
- #: link-library-admin.php:796
248
  msgid "Favicons successfully generated!"
249
  msgstr "Icônes de favoris générées avec succès&nbsp;!"
250
 
251
- #: link-library-admin.php:798
252
- #: link-library-admin.php:5006
253
  msgid "Thumbnail successfully generated for"
254
  msgstr "Vignette générée avec succès pour"
255
 
256
- #: link-library-admin.php:800
257
- #: link-library-admin.php:5042
258
  msgid "Favicon successfully generated for"
259
  msgstr "Icône de favoris générée avec succès pour"
260
 
261
- #: link-library-admin.php:831
262
  msgid "General Settings Saved"
263
  msgstr "Configuration générale enregistrée"
264
 
265
- #: link-library-admin.php:834
266
- msgid "Download exported links"
267
- msgstr "Télécharger les liens exportés"
 
 
 
 
 
 
 
 
 
 
 
268
 
269
- #: link-library-admin.php:836
270
- #: link-library-admin.php:885
271
- msgid "Link Library plugin directory needs to be writable to perform this action"
272
- msgstr "Le répertoire doit avoir des permissions d&rsquo;écriture complètes pour exécuter cette action"
 
273
 
274
- #: link-library-admin.php:838
275
- msgid "You must set the Google reCAPTCHA Site and Secret Keys to be able to set the captcha generator to Google reCAPTCHA."
276
- msgstr "Vous devez saisir les clés de site et la clé secrète de Google reCAPTCHA avant de pouvoir utiliser le générateur de captcha."
277
 
278
- #: link-library-admin.php:864
279
- #: link-library-admin.php:2612
 
 
 
280
  msgid "Library #"
281
  msgstr "Librairie #"
282
 
283
- #: link-library-admin.php:864
284
  msgid "Updated"
285
  msgstr "Mis à jour"
286
 
287
- #: link-library-admin.php:868
288
  msgid "Included Category ID"
289
  msgstr "Identifiants des catégories inclus"
290
 
291
- #: link-library-admin.php:868
292
- #: link-library-admin.php:872
293
  msgid "is invalid. Please check the ID in the Link Category editor."
294
- msgstr "est invalide. Veuillez vérifier l&rsquo;identifiant dans l&rsquo;éditeur de catégories de liens."
 
 
295
 
296
- #: link-library-admin.php:872
297
  msgid "Excluded Category ID"
298
  msgstr "Identifiant des catégorie exclues"
299
 
300
- #: link-library-admin.php:876
301
  msgid "Invalid column count for link on row. Compare against template."
302
- msgstr "Nombre de colonnes invalides pour le lien de la ligne. Comparer avec le modèle."
303
-
304
- #: link-library-admin.php:881
305
- msgid "Library Settings Exported"
306
- msgstr "Configuration de librairie exportée"
307
-
308
- #: link-library-admin.php:881
309
- msgid "Download here"
310
- msgstr "Récupérer ici"
311
 
312
- #: link-library-admin.php:889
313
  msgid "Library Settings imported successfully"
314
  msgstr "Configuration de librairie exportée avec succès"
315
 
316
- #: link-library-admin.php:893
317
  msgid "Library Settings Upload Failed"
318
- msgstr "L&rsquo;envoi de la configuration de librairie n&rsquo;a pas fonctionné"
319
-
320
- #: link-library-admin.php:897
321
- msgid "link(s) imported"
322
- msgstr "lien(s) importé(s)"
323
-
324
- #: link-library-admin.php:897
325
- msgid "link(s) updated"
326
- msgstr "lien(s) mis à jour"
327
 
328
- #: link-library-admin.php:901
329
  msgid "Links are missing categories"
330
  msgstr "Les liens n&rsquo;ont pas de catégories"
331
 
332
- #: link-library-admin.php:913
333
  msgid "Link(s) Approved"
334
  msgstr "Lien(s) approuvé(s)"
335
 
336
- #: link-library-admin.php:915
337
  msgid "Link(s) Deleted"
338
  msgstr "Lien(s) supprimé(s)"
339
 
340
- #: link-library-admin.php:926
341
  msgid "Stylesheet updated"
342
  msgstr "Feuille de style mise à jour"
343
 
344
- #: link-library-admin.php:928
345
  msgid "Stylesheet reset to original state"
346
  msgstr "Feuille de style originale restaurée"
347
 
348
- #: link-library-admin.php:935
349
  msgid "Settings updated"
350
  msgstr "Configuration mise à jour"
351
 
352
- #: link-library-admin.php:989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  msgid "Reciprocal Check"
354
  msgstr "Vérification des liens réciproques"
355
 
356
- #: link-library-admin.php:1147
357
  msgid "General"
358
  msgstr "Général"
359
 
360
- #: link-library-admin.php:1148
 
 
 
 
361
  msgid "Images"
362
  msgstr "Images"
363
 
364
- #: link-library-admin.php:1149
365
  msgid "Bookmarklet"
366
  msgstr "Bookmarklet"
367
 
368
- #: link-library-admin.php:1150
369
  msgid "Moderation"
370
  msgstr "Modération"
371
 
372
- #: link-library-admin.php:1151
373
  msgid "Hide Donation"
374
  msgstr "Cacher le lien de don"
375
 
376
- #: link-library-admin.php:1158
 
 
 
 
 
 
377
  msgid "Usage"
378
  msgstr "Utilisation"
379
 
380
- #: link-library-admin.php:1159
 
 
 
 
381
  msgid "Common"
382
  msgstr "Commun"
383
 
384
- #: link-library-admin.php:1160
385
  msgid "Categories"
386
  msgstr "Catégories"
387
 
388
- #: link-library-admin.php:1161
389
  msgid "Links"
390
  msgstr "Liens"
391
 
392
- #: link-library-admin.php:1162
393
  msgid "Advanced"
394
  msgstr "Avancé"
395
 
396
- #: link-library-admin.php:1163
397
  msgid "Pop-Ups"
398
  msgstr "Pop-ups"
399
 
400
- #: link-library-admin.php:1164
401
  msgid "RSS Display"
402
  msgstr "Afficher le flux RSS"
403
 
404
- #: link-library-admin.php:1165
405
  msgid "Thumbnails"
406
  msgstr "Vignettes"
407
 
408
- #: link-library-admin.php:1166
409
  msgid "RSS Feed"
410
  msgstr "Titre du flux d&rsquo;informations RSS"
411
 
412
- #: link-library-admin.php:1167
413
- #: link-library-admin.php:4078
414
- #: link-library-admin.php:4087
415
  msgid "Search"
416
  msgstr "Rechercher"
417
 
418
- #: link-library-admin.php:1168
419
  msgid "User Submission"
420
  msgstr "Liens soumis par les utilisateurs"
421
 
422
- #: link-library-admin.php:1169
423
- msgid "Import/Export"
 
 
424
  msgstr "Importer/Exporter"
425
 
426
- #: link-library-admin.php:1226
427
- #: link-library-admin.php:1347
428
- #: link-library-admin.php:1858
429
- #: link-library-admin.php:1988
430
- #: link-library-admin.php:2021
431
  msgid "Not allowed"
432
  msgstr "Non permis"
433
 
434
- #: link-library-admin.php:1918
435
- #: link-library-admin.php:1959
436
- #: usersubmission.php:350
437
  msgid "Message generated by"
438
  msgstr "Message généré par"
439
 
440
- #: link-library-admin.php:2069
441
- #: link-library-admin.php:5094
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
  msgid "Update channel"
443
  msgstr "Canal de mise à jour"
444
 
445
- #: link-library-admin.php:2071
446
- #: link-library-admin.php:5096
447
  msgid "Standard channel - Updates as they are released"
448
  msgstr "Canal standard - Mise à jour à chaque version"
449
 
450
- #: link-library-admin.php:2072
451
- #: link-library-admin.php:5097
452
  msgid "Monthly Channel - Updates once per month"
453
  msgstr "Canal mensuel - Mise à jour une fois par mois"
454
 
455
- #: link-library-admin.php:2077
456
- #: link-library-admin.php:2078
457
- msgid "The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next."
458
- msgstr "La feuille de style est maintenant définie et sauvegardée à partir du panneau d&rsquo;administration de Link Library. Ceci évite des problèmes lors des mises à jour."
 
 
 
 
459
 
460
- #: link-library-admin.php:2083
461
  msgid "Number of Libraries"
462
  msgstr "Nombre de librairies"
463
 
464
- #: link-library-admin.php:2131
 
 
 
 
 
 
 
465
  msgid "Category selection method"
466
  msgstr "Méthode de sélection des catégories"
467
 
468
- #: link-library-admin.php:2133
469
  msgid "Comma-separated ID list"
470
  msgstr "Liste d&rsquo;ID séparée par des virgules"
471
 
472
- #: link-library-admin.php:2134
473
  msgid "Multi-select List"
474
  msgstr "Liste à sélection multiple"
475
 
476
- #: link-library-admin.php:2138
477
- #: link-library-admin.php:2139
478
- msgid "Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API"
479
- msgstr "Spécifier une liste de pages, séparées par des virgules, dans lesquelles les feuilles de styles et les scripts de Link Library doivent être chargés. Cette option est principalement utilisée si vous affichez Link Library en utilisant son API."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
 
481
- #: link-library-admin.php:2138
482
  msgid "Additional pages to load styles and scripts"
483
  msgstr "Pages additionelles pour afficher les styles et scripts"
484
 
485
- #: link-library-admin.php:2144
486
  msgid "Debug Mode"
487
  msgstr "Mise au point"
488
 
489
- #: link-library-admin.php:2151
490
- #: link-library-admin.php:2152
491
- #: link-library-admin.php:2157
492
- #: link-library-admin.php:2158
493
- msgid "This function is only possible when showing one category at a time and while the default category is not shown."
494
- msgstr "Cette fonctionnalité est seulement possible lorsque l&rsquo;option &ldquo;N&rsquo;afficher qu&rsquo;une catégorie à la fois&rdquo; est activée et que la catégorie par défaut n&rsquo;est pas affichée."
 
 
 
495
 
496
- #: link-library-admin.php:2151
497
  msgid "Page Title Prefix"
498
  msgstr "Préfixe pour le titre des pages"
499
 
500
- #: link-library-admin.php:2157
501
  msgid "Page Title Suffix"
502
  msgstr "Suffixe pour le titre des pages"
503
 
504
- #: link-library-admin.php:2163
505
- #: link-library-admin.php:2164
506
- msgid "Path for images files that are uploaded manually or generated through thumbnail generation service"
507
- msgstr "Répertoire pour les images qui sont chargées manuellement ou bien qui sont générées par le service des vignettes thumbnail"
 
 
 
508
 
509
- #: link-library-admin.php:2163
510
  msgid "Link Image File Path"
511
  msgstr "Répertoire des fichiers images liées"
512
 
513
- #: link-library-admin.php:2166
514
  msgid "Absolute"
515
  msgstr "Absolu"
516
 
517
- #: link-library-admin.php:2167
518
  msgid "Relative"
519
  msgstr "Relatif"
520
 
521
- #: link-library-admin.php:2174
522
  msgid "Thumbnail Generator"
523
  msgstr "Générateur de vignettes"
524
 
525
- #: link-library-admin.php:2185
526
- #: link-library-admin.php:2186
527
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
528
  msgstr "CID pour le service de vignette de Thumbshots.com "
529
 
530
- #: link-library-admin.php:2185
531
  msgid "Thumbshots API Key"
532
  msgstr "CID de Thumbshots"
533
 
534
- #: link-library-admin.php:2193
535
  msgid "Robothumb Thumbnail size"
536
  msgstr "Taille des vignettes"
537
 
538
- #: link-library-admin.php:2209
 
 
 
 
 
 
 
 
 
 
 
 
539
  msgid "Captcha generator"
540
  msgstr "Générateur de captcha"
541
 
542
- #: link-library-admin.php:2222
543
- #: link-library-admin.php:2224
544
- #: link-library-admin.php:2229
545
- #: link-library-admin.php:2231
546
- msgid "Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys"
547
- msgstr "Enregistrer vous pour le service reCAPTCHA avant d&rsquo;activé cette fonctionnalité afin d&rsquo;obtenir vos clés de site et secrète"
 
 
548
 
549
- #: link-library-admin.php:2222
550
  msgid "Google reCAPTCHA Site Key"
551
  msgstr "Clé de site de Google reCAPTCHA"
552
 
553
- #: link-library-admin.php:2229
554
  msgid "Google reCAPTCHA Secret Key"
555
  msgstr "Clé secrète de Google reCAPTCHA"
556
 
557
- #: link-library-admin.php:2239
558
  msgid "Links Date Format"
559
  msgstr "Format des dates pour les liens"
560
 
561
- #: link-library-admin.php:2239
562
  msgid "Help"
563
  msgstr "Aide"
564
 
565
- #: link-library-admin.php:2246
566
- #: link-library-admin.php:2247
567
  msgid "Enter list of additional link protocols, seperated by commas"
568
- msgstr "Entrer une liste de protocoles supplémentaires, séparés par des virgules"
 
569
 
570
- #: link-library-admin.php:2246
571
  msgid "Additional protocols"
572
  msgstr "Protocoles supplémentaires"
573
 
574
- #: link-library-admin.php:2250
575
  msgid "Time before clearing RSS display cache (in seconds)"
576
- msgstr "Temps avant de purger le cache pour l&rsquo;affichage du flux RSS (en secondes)"
577
-
578
- #: link-library-admin.php:2257
579
- msgid "Export All Links"
580
- msgstr "Exporter tous les liens"
581
 
582
- #: link-library-admin.php:2302
583
- #: link-library-admin.php:2303
584
  msgid "Custom full URL for expand icon. Uses default image if left empty."
585
- msgstr "URL spécifique pour l&rsquo;icône d&rsquo;ouverture. Utilise l&rsquo;image par défaut si laisser vide."
 
 
586
 
587
- #: link-library-admin.php:2302
588
  msgid "Expand Icon Image"
589
  msgstr "Icon pour ouvrir"
590
 
591
- #: link-library-admin.php:2309
592
- #: link-library-admin.php:2310
593
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
594
- msgstr "URL spécifique pour l&rsquo;icône de fermeture. Utilise l&rsquo;image par défaut si laisser vide."
 
 
595
 
596
- #: link-library-admin.php:2309
597
  msgid "Collapse Icon Image"
598
  msgstr "Icon pour refermer"
599
 
600
- #: link-library-admin.php:2324
601
  msgid "Add new links to your site with this bookmarklet."
602
  msgstr "Ajoutez de nouveaux liens à votre site en utilisant ce bookmarklet."
603
 
604
- #: link-library-admin.php:2325
605
- msgid "To use this feature, drag-and-drop the button below to your favorite / bookmark toolbar."
606
- msgstr "Pour utiliser cette fonction, glissez le bouton ci-dessous vers la barre de favoris de votre navigateur."
 
 
 
 
607
 
608
- #: link-library-admin.php:2326
609
  msgid "Add to Links"
610
  msgstr "Ajouter aux liens"
611
 
612
- #: link-library-admin.php:2339
613
- msgid "Approval and rejection e-mail functionality will only work correctly if the submitter e-mail field is displayed on the user link submission form"
614
- msgstr "L&rsquo;approbation ou le rejet par courriel ne fonctionnera correctement que si le champ e-mail est affiché dans le fomulaire de proposition"
615
-
616
- #: link-library-admin.php:2343
617
- msgid "Validate all submitted links with Akismet"
618
- msgstr "Valider les liens proposés avec Akismet"
619
 
620
- #: link-library-admin.php:2349
621
- #: link-library-admin.php:2350
622
- msgid "URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page."
623
- msgstr "Adresse à laquelle l&rsquo;usager sera redirigé après avoir soumis un nouveau lien. Lorsqu&rsquo;utilisé, le code [link-library-addlinkcustommsg] devrait faire partie de la page de destination."
 
 
 
 
 
624
 
625
- #: link-library-admin.php:2349
626
  msgid "Link Acknowledgement URL"
627
  msgstr "Adresse de la page de confirmation"
628
 
629
- #: link-library-admin.php:2355
630
- msgid "Title of e-mail sent to site admin when new links are submitted. Use %linkname% as a variable to be replaced by the actual link name"
631
- msgstr "Titre du courriel qui sera envoyé à l&rsquo;administrateur quand des nouveaux liens seront soumis. Utilisez %linkname% comme variable qui sera remplacée par le nom du lien"
 
 
 
 
 
632
 
633
- #: link-library-admin.php:2355
634
  msgid "Moderation Notification Title"
635
  msgstr "Titre du courriel de modération"
636
 
637
- #: link-library-admin.php:2361
638
- msgid "Will send a confirmation e-mail to link submitter if they provided their contact information"
639
- msgstr "Enverra un courriel de confirmation aux usagers ayant soumis des liens si ils ont fournis leur courriel"
 
 
 
 
640
 
641
- #: link-library-admin.php:2361
642
  msgid "E-mail submitter on link approval or rejection"
643
- msgstr "Envoyer un courriel à l&rsquo;utilisateur ayant soumis le lien lors de l&rsquo;approbation ou du rejet"
 
 
644
 
645
- #: link-library-admin.php:2368
646
  msgid "Suppress Link Library message in e-mail footer"
647
  msgstr "Supprimer le message sur Link Library dans le bas du courriel"
648
 
649
- #: link-library-admin.php:2375
650
  msgid "Only use first part of submitter name"
651
- msgstr "N&rsquo;utiliser que la première partie du nom de l&rsquo;utilisateur ayant soumis le lien"
 
 
652
 
653
- #: link-library-admin.php:2382
654
- msgid "The name of the e-mail account that the approval e-mail will be sent from"
655
- msgstr "Le nom de l&rsquo;utilisateur qui apparaîtra sur les messages d&rsquo;approbation"
 
 
 
656
 
657
- #: link-library-admin.php:2382
658
  msgid "Moderator Name"
659
  msgstr "Nom du modérateur"
660
 
661
- #: link-library-admin.php:2388
662
  msgid "The e-mail address that the approval e-mail will be sent from"
663
- msgstr "L&rsquo;adresse de courriel de laquelle les messages d&rsquo;approbation seront envoyés"
 
 
664
 
665
- #: link-library-admin.php:2388
666
  msgid "Moderator E-mail"
667
  msgstr "Adresse de courriel du modérateur"
668
 
669
- #: link-library-admin.php:2394
670
- msgid "Title of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name"
671
- msgstr "Titre du courriel d&rsquo;approbation. Utilisez %linkname% comme variable qui sera remplacé par le nom du lien"
 
 
 
 
672
 
673
- #: link-library-admin.php:2394
674
  msgid "Approval e-mail title"
675
  msgstr "Titre du courriel d&rsquo;approbation du lien"
676
 
677
- #: link-library-admin.php:2400
678
- msgid "Body of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address"
679
- msgstr "Contenu du courriel d&rsquo;approbation du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom de lien, %submittername% pour le nom de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
 
 
 
 
 
 
 
680
 
681
- #: link-library-admin.php:2400
682
  msgid "Approval e-mail body"
683
  msgstr "Contenu du courriel d&rsquo;approbation du lien"
684
 
685
- #: link-library-admin.php:2406
686
- msgid "Title of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name"
687
- msgstr "Titre du courriel de rejet du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom du lien"
 
 
 
 
688
 
689
- #: link-library-admin.php:2406
690
  msgid "Rejection e-mail title"
691
  msgstr "Titre du courriel de rejet du lien"
692
 
693
- #: link-library-admin.php:2412
694
- msgid "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address"
695
- msgstr "Contenu du courriel de rejet du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom de lien, %submittername% pour le nom de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
 
 
 
 
 
 
696
 
697
- #: link-library-admin.php:2412
698
  msgid "Rejection e-mail body"
699
  msgstr "Contenu du courriel de rejet du lien"
700
 
701
- #: link-library-admin.php:2425
702
- msgid "The following option allows you to hide the Donate button and Support the Author section in the Link Library Admin pages. If you enjoy this plugin and use it regularly, please consider making a donation to the author before turning off these messages. This menu section will disappear along with the other elements."
703
- msgstr "L&rsquo;option suivante vous permet de masquer le bouton de don et la section sur l&rsquo;autheur dans l&rsquo;administration de Link Library. Si vous aimez cette extension et que vous l&rsquo;utilisez régulièrement, merci de penser à faire un don à l&rsquo;autheur avant de masquer ces messages."
 
 
 
 
 
 
 
 
 
704
 
705
- #: link-library-admin.php:2428
706
  msgid "Hide Donation and Support Links"
707
  msgstr "Cacher les liens pour les dons et le support"
708
 
709
- #: link-library-admin.php:2442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
710
  msgid "Save Settings"
711
  msgstr "Enregistrer la configuration"
712
 
713
- #: link-library-admin.php:2451
714
  msgid "Update Settings"
715
  msgstr "Mettre à jour la configuration"
716
 
717
- #: link-library-admin.php:2462
718
- #: link-library-admin.php:3138
719
- #: link-library-admin.php:3441
720
- #: link-library-admin.php:4271
721
- #: usersubmission.php:295
722
- #: usersubmission.php:385
723
  msgid "Link Name"
724
  msgstr "Nom du lien"
725
 
726
- #: link-library-admin.php:2463
727
- #: link-library-admin.php:4306
728
- #: link-library-defaults.php:127
729
- #: usersubmission.php:314
730
- #: usersubmission.php:404
731
  msgid "Link Category"
732
  msgstr "Catégorie de liens"
733
 
734
- #: link-library-admin.php:2464
 
 
 
 
 
 
 
 
735
  msgid "Link URL"
736
  msgstr "Adresse du lien"
737
 
738
- #: link-library-admin.php:2465
739
- #: link-library-admin.php:3138
740
- #: link-library-admin.php:3489
741
- #: link-library-admin.php:4385
742
- #: link-library-defaults.php:128
743
- #: usersubmission.php:303
744
- #: usersubmission.php:393
745
  msgid "Link Description"
746
  msgstr "Description du lien"
747
 
748
- #: link-library-admin.php:2514
749
  msgid "No Links Found to Moderate"
750
  msgstr "Aucun lien trouvé nécessitant une modération"
751
 
752
- #: link-library-admin.php:2521
753
  msgid "Check All"
754
  msgstr "Cocher tous les choix"
755
 
756
- #: link-library-admin.php:2522
757
  msgid "Uncheck All"
758
  msgstr "Tout décocher"
759
 
760
- #: link-library-admin.php:2524
761
  msgid "Approve Selected Items"
762
  msgstr "Approuver les liens sélectionnés"
763
 
764
- #: link-library-admin.php:2525
765
  msgid "Delete Selected Items"
766
  msgstr "Supprimer les liens sélectionnés"
767
 
768
- #: link-library-admin.php:2548
769
- msgid "If the stylesheet editor is empty after upgrading, reset to the default stylesheet using the button below or copy/paste your backup stylesheet into the editor."
770
- msgstr "Si l&rsquo;éditeur de feuille de style est vide après une mise à jour, appuyez sur le bouton ci-dessous pour importer la version originale de la feuille de style ou effectuez un copier/coller à partir de votre copie de sauvegarde de la feuille de style vers l&rsquo;éditeur."
 
 
 
 
 
 
 
771
 
772
- #: link-library-admin.php:2555
773
  msgid "Submit"
774
  msgstr "Soumettre"
775
 
776
- #: link-library-admin.php:2555
777
  msgid "Reset to default"
778
  msgstr "Restauration des valeurs par défaut"
779
 
780
- #: link-library-admin.php:2566
781
  msgid "Select Current Library Settings"
782
  msgstr "Sélectionnez la configuration de librairie courante"
783
 
784
- #: link-library-admin.php:2581
785
  msgid "Go"
786
  msgstr "Sélectionner"
787
 
788
- #: link-library-admin.php:2583
789
  msgid "Copy from:"
790
  msgstr "Copier de&nbsp;:"
791
 
792
- #: link-library-admin.php:2597
793
  msgid "Copy"
794
  msgstr "Copier"
795
 
796
- #: link-library-admin.php:2611
797
- #: link-library-admin.php:2614
798
- #: link-library-admin.php:2618
799
- msgid "Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site"
800
- msgstr "Link Library supporte la création d&rsquo;un nombre illimité de configurations pour afficher les liens sur votre site"
 
 
 
801
 
802
- #: link-library-admin.php:2615
803
  msgid "Library Name"
804
  msgstr "Nom de la librairie"
805
 
806
- #: link-library-admin.php:2617
807
  msgid "Feature"
808
  msgstr "Fonctionnalité"
809
 
810
- #: link-library-admin.php:2619
811
  msgid "Code to insert on a Wordpress page"
812
  msgstr "Code à insérer dans une page WordPress"
813
 
814
- #: link-library-admin.php:2626
815
  msgid "Display basic link library"
816
  msgstr "Afficher la liste de liens"
817
 
818
- #: link-library-admin.php:2632
819
  msgid "Display list of link categories"
820
  msgstr "Afficher la liste des catégories de liens"
821
 
822
- #: link-library-admin.php:2638
823
  msgid "Display search box"
824
  msgstr "Afficher le champ de recherche"
825
 
826
- #: link-library-admin.php:2644
827
  msgid "Display link submission form"
828
  msgstr "Afficher le formulaire de soumission de liens"
829
 
830
- #: link-library-admin.php:2651
 
 
 
 
 
 
831
  #, php-format
832
  msgid ""
833
  "You are about to Delete Library #'%s'\n"
@@ -836,2103 +1132,2531 @@ msgstr ""
836
  "Vous être sur le point de supprimer la configuration de la librairie '%s'\n"
837
  " 'Annuler' pour interrompre, 'OK' pour supprimer."
838
 
839
- #: link-library-admin.php:2651
840
  msgid "Delete Library"
841
  msgstr "Supprimer la librairie"
842
 
843
- #: link-library-admin.php:2652
844
  #, php-format
845
  msgid ""
846
  "You are about to reset Library '%s'\n"
847
  " 'Cancel' to stop, 'OK' to reset."
848
  msgstr ""
849
- "Vous êtes sur le point de réinitialiser la configuration de la librairie '%s'\n"
 
850
  " 'Annuler' pour interrompre, 'OK' pour continuer."
851
 
852
- #: link-library-admin.php:2652
853
  msgid "Reset current Library"
854
  msgstr "Réinitialiser la configuration de librairie courante"
855
 
856
- #: link-library-admin.php:2653
857
- #, php-format
 
 
 
 
 
858
  msgid ""
859
- "You are about to reset Library '%s' for a table layout\n"
860
- " 'Cancel' to stop, 'OK' to reset."
861
  msgstr ""
862
- "Vous êtes sur le point de réinitialiser la configuration de la librairie '%s' pour une mise en page utilisant des tables\n"
 
863
  " 'Annuler' pour interrompre, 'OK' pour continuer."
864
 
865
- #: link-library-admin.php:2653
866
- msgid "Reset current Library for table layout"
867
- msgstr "Réinitialiser la configuration de librairie courante pour une mise en page en tableau"
868
 
869
- #: link-library-admin.php:2672
870
- msgid "Current Library Name"
871
- msgstr "Nom de la librairie courante"
872
 
873
- #: link-library-admin.php:2679
874
- #: link-library-admin.php:2687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
875
  msgid "Leave Empty to see all categories"
876
  msgstr "Laissez vide pour afficher toutes les catégories"
877
 
878
- #: link-library-admin.php:2679
879
- #: link-library-admin.php:2687
880
- #: link-library-admin.php:2725
881
- #: link-library-admin.php:2729
882
  msgid "Enter list of comma-separated"
883
  msgstr "Spécifier une liste de valeurs, séparées par des virgules"
884
 
885
- #: link-library-admin.php:2679
886
- #: link-library-admin.php:2687
887
  msgid "numeric category IDs"
888
  msgstr "identifiants de catégories numériques"
889
 
890
- #: link-library-admin.php:2679
891
- msgid "To find the IDs, go to the Link Categories admin page, place the mouse above a category name and look for its ID in the address shown in your browsers status bar. For example"
892
- msgstr "Pour trouver les identifiants, aller sur la page de configuration des catégories de liens, placer votre souris au-dessus du nom de la catégorie et cherchez l&rsquo;identifiant dans l&rsquo;adresse qui est affichée dans la barre de status de votre navigateur. Par exemple"
 
 
 
 
 
 
 
893
 
894
- #: link-library-admin.php:2681
895
  msgid "Categories to be displayed (Empty=All)"
896
  msgstr "Catégories à afficher (Vide=Toutes)"
897
 
898
- #: link-library-admin.php:2683
899
  msgid "Categories to be displayed"
900
  msgstr "Catégories à afficher"
901
 
902
- #: link-library-admin.php:2687
903
- #: link-library-admin.php:2725
904
- #: link-library-admin.php:2729
905
  msgid "For example"
906
  msgstr "Par exemple"
907
 
908
- #: link-library-admin.php:2714
909
- #: link-library-admin.php:2745
910
- msgid "No link categories! Create some!"
911
- msgstr "Pas de catégorie de lien&nbsp;! Créer s&rsquo;en une&nbsp;!"
912
-
913
- #: link-library-admin.php:2716
914
  msgid "Show all categories"
915
  msgstr "Montrer toutes les catégories"
916
 
917
- #: link-library-admin.php:2725
918
- #: link-library-admin.php:2729
919
  msgid "numeric category IDs that should not be shown"
920
  msgstr "identifiants de catégories numériques à ne pas afficher"
921
 
922
- #: link-library-admin.php:2726
923
  msgid "Categories to be excluded"
924
  msgstr "Catégories à exclure"
925
 
926
- #: link-library-admin.php:2747
927
  msgid "No Exclusions"
928
  msgstr "Aucune exclusion"
929
 
930
- #: link-library-admin.php:2756
931
- #: link-library-admin.php:2759
932
  msgid "Only show one category of links at a time"
933
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie de liens à la fois"
934
 
935
- #: link-library-admin.php:2757
936
  msgid "Only show one category at a time"
937
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie à la fois"
938
 
939
- #: link-library-admin.php:2764
940
- msgid "Select if AJAX should be used to only reload the list of links without reloading the whole page or HTML GET to reload entire page with a new link. The Permalinks option must be enabled for HTML GET + Permalink to work correctly."
941
- msgstr "Sélectionner si la librairie AJAX est utilisée pour rafraîchir la liste sans recharger complètement la page ou si la méthode HTML GET doit recharger la page complète avec un nouveau lien. L&rsquo;option des liens personnalisés doit être activée pour que l&rsquo;option HTML GET + Permaliens fonctionne correctement."
 
 
 
 
 
 
 
 
 
942
 
943
- #: link-library-admin.php:2764
944
  msgid "Switching Method"
945
  msgstr "Méthode pour les mises à jour de la page"
946
 
947
- #: link-library-admin.php:2792
948
- msgid "Default category to be shown when only showing one at a time (numeric ID)"
949
- msgstr "Catégorie à afficher par défaut lorsqu&rsquo;une seule catégorie est présente (identifiant numérique)"
 
 
 
950
 
951
- #: link-library-admin.php:2797
952
- msgid "Hide category on start in single cat AJAX mode"
953
- msgstr "Cacher les catégories au démarrage dans le mode AJAX avec une seule catégorie"
 
 
 
954
 
955
- #: link-library-admin.php:2804
956
- #: link-library-admin.php:2807
957
  msgid "File path is relative to Link Library plugin directory"
958
- msgstr "Le chemin du fichier doit être relatif par rapport au répertoire du module Link Library"
 
 
959
 
960
- #: link-library-admin.php:2805
961
  msgid "Icon to display when performing AJAX queries"
962
  msgstr "Icône à afficher lorsque des requêtes AJAX sont effectuées"
963
 
964
- #: link-library-admin.php:2816
965
- #: link-library-admin.php:2819
966
  msgid "Only show a limited number of links and add page navigation links"
967
- msgstr "Afficher seulement un nombre limité de liens et afficher une section de navigation des liens"
 
 
968
 
969
- #: link-library-admin.php:2817
970
  msgid "Paginate Results"
971
  msgstr "Paginer les résultats"
972
 
973
- #: link-library-admin.php:2824
974
- #: link-library-admin.php:2827
975
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
976
  msgstr "Nombre de liens devant être affichés en &ldquo;Mode Pagination&rdquo;"
977
 
978
- #: link-library-admin.php:2825
979
  msgid "Links per Page"
980
  msgstr "Liens par page"
981
 
982
- #: link-library-admin.php:2833
983
  msgid "Pagination Position"
984
  msgstr "Position de la pagination"
985
 
986
- #: link-library-admin.php:2839
987
  msgid "After Links"
988
  msgstr "Après le lien"
989
 
990
- #: link-library-admin.php:2842
991
- #: link-library-admin.php:2872
992
  msgid "Before Links"
993
  msgstr "Avant le lien"
994
 
995
- #: link-library-admin.php:2846
996
  msgid "Hide Results if Empty"
997
  msgstr "Masquer les résultats si vide"
998
 
999
- #: link-library-admin.php:2856
1000
  msgid "Enable Permalinks"
1001
  msgstr "Activer les liens permanents"
1002
 
1003
- #: link-library-admin.php:2864
1004
  msgid "Permalinks Page"
1005
  msgstr "Page des liens permanents"
1006
 
1007
- #: link-library-admin.php:2871
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
  msgid "Display alphabetic cat filter"
1009
  msgstr "Afficher le filtre des catégories par ordre alphabétique"
1010
 
1011
- #: link-library-admin.php:2872
1012
  msgid "Do not display"
1013
  msgstr "Ne pas afficher"
1014
 
1015
- #: link-library-admin.php:2872
1016
  msgid "Before Categories"
1017
  msgstr "Avant les catégories"
1018
 
1019
- #: link-library-admin.php:2872
1020
  msgid "Before Categories and Links"
1021
  msgstr "Avant les catégories et les liens"
1022
 
1023
- #: link-library-admin.php:2879
1024
  msgid "Auto-select first alphabetic cat item"
1025
- msgstr "Sélectionner automatiquement la première catégorie par ordre alphabétique"
 
1026
 
1027
- #: link-library-admin.php:2883
1028
  msgid "Display ALL box in alphabetic cat filter"
1029
  msgstr "Afficher toutes les cases dans le filtre alphabétique des catégories"
1030
 
1031
- #: link-library-admin.php:2885
1032
  msgid "Cat filter label"
1033
  msgstr "Texte pour le filtre sur les catégories"
1034
 
1035
- #: link-library-admin.php:2889
1036
  msgid "Only display links submitted by current user"
1037
  msgstr "Affiche uniquement les liens soumis par l&rsquo;utilisateur actuel"
1038
 
1039
- #: link-library-admin.php:2934
1040
  msgid "Results Order"
1041
  msgstr "Ordre des résultats"
1042
 
1043
- #: link-library-admin.php:2940
1044
- #: link-library-admin.php:3097
1045
  msgid "Order by Name"
1046
  msgstr "Trier par nom"
1047
 
1048
- #: link-library-admin.php:2943
1049
- #: link-library-admin.php:3098
1050
  msgid "Order by ID"
1051
  msgstr "Trier par identifiant"
1052
 
1053
- #: link-library-admin.php:2947
 
 
 
 
 
 
1054
  msgid "Order of categories based on included category list"
1055
  msgstr "Trier les catégories selon l&rsquo;ordre des catégories incluses"
1056
 
1057
- #: link-library-admin.php:2951
1058
- msgid "Order by"
1059
- msgstr "Trier par"
1060
-
1061
- #: link-library-admin.php:2951
1062
- #: link-library-admin.php:3099
1063
- msgid "Wordpress Plugin"
1064
- msgstr "Extension WordPress"
1065
-
1066
- #: link-library-admin.php:2956
1067
  msgid "Link Categories Display Format"
1068
  msgstr "Format d&rsquo;affichage des catégories de liens"
1069
 
1070
- #: link-library-admin.php:2960
1071
- #: link-library-admin.php:3181
1072
  msgid "Table"
1073
  msgstr "Table"
1074
 
1075
- #: link-library-admin.php:2961
1076
- #: link-library-admin.php:3182
1077
  msgid "Unordered List"
1078
  msgstr "Liste non-ordonnée"
1079
 
1080
- #: link-library-admin.php:2962
1081
  msgid "Drop-Down List"
1082
  msgstr "Liste déroulante"
1083
 
1084
- #: link-library-admin.php:2963
1085
  msgid "Drop-Down List Direct Access"
1086
  msgstr "Liste déroulante"
1087
 
1088
- #: link-library-admin.php:2969
 
 
 
 
 
 
 
 
1089
  msgid "Display link counts"
1090
  msgstr "Afficher la quantité de liens"
1091
 
1092
- #: link-library-admin.php:2975
1093
  msgid "Display categories with search results"
1094
  msgstr "Afficher les catégories avec les résultats de recherche"
1095
 
1096
- #: link-library-admin.php:2980
1097
- #: link-library-admin.php:2983
1098
- msgid "This setting does not apply when selecting My Link Order for the order"
1099
- msgstr "Cette option ne s&rsquo;applique que lorsque l&rsquo;on choisit \"Mon ordre des liens\" comme ordre de présentation"
1100
-
1101
- #: link-library-admin.php:2981
1102
- #: link-library-admin.php:3152
1103
  msgid "Direction"
1104
  msgstr "Direction"
1105
 
1106
- #: link-library-admin.php:2985
1107
- #: link-library-admin.php:3156
1108
  msgid "Ascending"
1109
  msgstr "Croissant"
1110
 
1111
- #: link-library-admin.php:2986
1112
- #: link-library-admin.php:3157
1113
  msgid "Descending"
1114
  msgstr "Décroissant"
1115
 
1116
- #: link-library-admin.php:2990
1117
- #: link-library-admin.php:2993
1118
- #: link-library-admin.php:3106
1119
- #: link-library-admin.php:3109
1120
- msgid "Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >"
1121
- msgstr "Utilisez [ et ] dans la description pour écrire du code HTML, tel que du code pour afficher une image, au lien d&rsquo;utiliser < et >"
 
 
1122
 
1123
- #: link-library-admin.php:2991
1124
- #: link-library-admin.php:3107
1125
  msgid "Show Category Description"
1126
  msgstr "Afficher la description des catégories"
1127
 
1128
- #: link-library-admin.php:2995
1129
- #: link-library-admin.php:3113
1130
  msgid "Position"
1131
  msgstr "Position"
1132
 
1133
- #: link-library-admin.php:2997
1134
- #: link-library-admin.php:3115
1135
  msgid "Right"
1136
  msgstr "Droite"
1137
 
1138
- #: link-library-admin.php:2998
1139
- #: link-library-admin.php:3116
1140
  msgid "Left"
1141
  msgstr "Gauche"
1142
 
1143
- #: link-library-admin.php:3004
1144
  msgid "Width of Categories Table in Percents"
1145
  msgstr "Largeur de la table des catégories en pourcentage"
1146
 
1147
- #: link-library-admin.php:3010
1148
- #: link-library-admin.php:3013
1149
- msgid "Determines the number of alternating div tags that will be placed before and after each link category"
1150
- msgstr "Indique le nombre de balises div qui seront placées en alternance avant et après chaque catégorie de liens"
 
 
 
1151
 
1152
- #: link-library-admin.php:3010
1153
- #: link-library-admin.php:3013
1154
- msgid "These div tags can be used to style of position link categories on the link page"
1155
- msgstr "Ces balises div peuvent être utilisées pour positionner les catégories de lien sur la page"
 
 
 
1156
 
1157
- #: link-library-admin.php:3011
1158
  msgid "Number of alternating div classes"
1159
  msgstr "Nombre de classes div en alternance"
1160
 
1161
- #: link-library-admin.php:3026
1162
  msgid "Number of columns in Categories Table"
1163
  msgstr "Nombre de colonnes dans la table des catégories"
1164
 
1165
- #: link-library-admin.php:3033
1166
  msgid "First div class name"
1167
  msgstr "Premier nom de classe de la div"
1168
 
1169
- #: link-library-admin.php:3041
1170
  msgid "Use Div Class or Heading tag around Category Names"
1171
- msgstr "Utiliser une balise div ou une balise d&rsquo;en-tête autour des noms de catégories"
 
 
1172
 
1173
- #: link-library-admin.php:3045
1174
  msgid "Div Class"
1175
  msgstr "Premier nom de classe div"
1176
 
1177
- #: link-library-admin.php:3046
1178
  msgid "Heading Tag"
1179
  msgstr "Balise d&rsquo;en-tête"
1180
 
1181
- #: link-library-admin.php:3051
1182
  msgid "Second div class name"
1183
  msgstr "Second nom de classe div"
1184
 
1185
- #: link-library-admin.php:3058
1186
- #: link-library-admin.php:3061
1187
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1188
- msgstr "Exemples de noms de classes div&nbsp;: linklistcatname, Exemples de balises d&rsquo;en-tête&nbsp;: h3"
 
 
1189
 
1190
- #: link-library-admin.php:3059
1191
  msgid "Div Class Name or Heading label"
1192
  msgstr "Nom de classe div ou type de la balise de titre"
1193
 
1194
- #: link-library-admin.php:3066
1195
  msgid "Third div class name"
1196
  msgstr "Troisième nom de classe div"
1197
 
1198
- #: link-library-admin.php:3073
1199
- #: link-library-admin.php:3076
1200
- msgid "Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method."
1201
- msgstr "Configurer cette adresse vers une page utilisant Link Library pour placer la liste des catégories sur une autre page. Ce champ devrait toujours être utilisé en conjonction avec le mode n&rsquo;affichez qu&rsquo;une catégorie à la fois et la méthode HTML GET."
 
 
 
 
 
 
1202
 
1203
- #: link-library-admin.php:3074
1204
  msgid "Category Target Address"
1205
  msgstr "Adresse cible pour les liens de catégories"
1206
 
1207
- #: link-library-admin.php:3093
1208
  msgid "Link Results Order"
1209
  msgstr "Ordre des résultats"
1210
 
1211
- #: link-library-admin.php:3099
1212
- msgid "Order set by "
1213
- msgstr "Trier par"
1214
-
1215
- #: link-library-admin.php:3100
1216
  msgid "Order randomly"
1217
  msgstr "Trier au hazard"
1218
 
1219
- #: link-library-admin.php:3101
1220
  msgid "Order by updated date"
1221
  msgstr "Trier par date de mise à jour"
1222
 
1223
- #: link-library-admin.php:3102
1224
  msgid "Order by number of link visits"
1225
  msgstr "Trier par le nombre de visites du lien"
1226
 
1227
- #: link-library-admin.php:3121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1228
  msgid "List Featured Links ahead of Regular Links"
1229
  msgstr "Afficher les liens vedettes avant les liens réguliers"
1230
 
1231
- #: link-library-admin.php:3125
1232
  msgid "Show Expand Link button and hide links"
1233
  msgstr "Montrer le bouton 'Développer les liens' et cacher les liens"
1234
 
1235
- #: link-library-admin.php:3130
1236
  msgid "Combine all results without categories"
1237
  msgstr "Combiner tous les résultats sans les catégories"
1238
 
1239
- #: link-library-admin.php:3134
1240
  msgid "Link Title Content"
1241
  msgstr "Titre du lien sur le contenu"
1242
 
1243
- #: link-library-admin.php:3151
1244
- #: link-library-admin.php:3154
1245
- msgid "Except for My Link Order mode"
1246
- msgstr "Sauf pour le mode avec \"Mon ordre des lien\""
1247
-
1248
- #: link-library-admin.php:3161
1249
- #: link-library-admin.php:3164
1250
  msgid "Leave empty to show all results"
1251
  msgstr "Laissez vide pour afficher tous les résultats"
1252
 
1253
- #: link-library-admin.php:3162
1254
- msgid "Max number of links to display"
 
 
1255
  msgstr "Nombre maximum de liens à afficher"
1256
 
1257
- #: link-library-admin.php:3169
1258
- #: link-library-admin.php:3172
1259
- msgid "Sets default link target window, does not override specific targets set in links"
1260
- msgstr "Configure la fenêtre cible pour les liens. Cette valeur n&rsquo;est pas prioritaire par rapport aux cibles spécifiques des liens."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1261
 
1262
- #: link-library-admin.php:3170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1263
  msgid "Link Target"
1264
  msgstr "Cible du lien"
1265
 
1266
- #: link-library-admin.php:3177
1267
  msgid "Link Display Format"
1268
  msgstr "Format d&rsquo;affichage des liens"
1269
 
1270
- #: link-library-admin.php:3183
1271
  msgid "No surrounding tags"
1272
  msgstr "Pas de tags autour"
1273
 
1274
- #: link-library-admin.php:3188
1275
- #: link-library-admin.php:3191
1276
  msgid "Allows extra query string to be added to all links in library"
1277
- msgstr "Permet d&rsquo;ajouter des paramètres supplémentaires sur tous les liens de la librairie"
 
 
1278
 
1279
- #: link-library-admin.php:3189
1280
  msgid "Additional link query string"
1281
  msgstr "Chaine additionnelle pour le lien de recherche"
1282
 
1283
- #: link-library-admin.php:3197
 
 
 
 
1284
  msgid "Show Column Headers"
1285
  msgstr "Afficher les en-têtes de colonnes"
1286
 
1287
- #: link-library-admin.php:3204
1288
- msgid "Link Column Header"
1289
- msgstr "En-tête de colonne de lien"
 
 
1290
 
1291
- #: link-library-admin.php:3212
1292
- msgid "Description Column Header"
1293
- msgstr "En-tête de colonne pour les descriptions"
1294
 
1295
- #: link-library-admin.php:3219
1296
- msgid "Notes Column Header"
1297
- msgstr "En-tête de la colonne des notes"
 
 
1298
 
1299
- #: link-library-admin.php:3227
1300
  msgid "Hide Category Names"
1301
  msgstr "Masquer les noms de catégories"
1302
 
1303
- #: link-library-admin.php:3234
1304
  msgid "Show Hidden Links"
1305
  msgstr "Afficher les liens cachés"
1306
 
1307
- #: link-library-admin.php:3241
1308
- #: link-library-admin.php:3244
 
 
 
 
 
 
 
 
 
 
 
 
 
1309
  msgid "Need to be active for Link Categories to work"
1310
  msgstr "Doit être coché pour que les liens de catégories fonctionnent"
1311
 
1312
- #: link-library-admin.php:3242
1313
  msgid "Embed HTML anchors"
1314
  msgstr "Inclusion d&rsquo;ancrages HTML"
1315
 
1316
- #: link-library-admin.php:3249
1317
  msgid "Show Hidden Links to Admins/Editors"
1318
  msgstr "Montrer les liens cachés aux Administrateurs/Editeurs"
1319
 
1320
- #: link-library-admin.php:3266
1321
- msgid "Arrange the items below via drag-and-drop to order the various Link Library elements."
1322
- msgstr "Organiser les différents liens ci-dessous avec la souris (cliquer-déplacer-déposer)"
1323
-
1324
- #: link-library-admin.php:3289
1325
- #: link-library-admin.php:3411
1326
- msgid "Image"
1327
- msgstr "Image"
1328
 
1329
- #: link-library-admin.php:3293
1330
  msgid "Name"
1331
  msgstr "Nom"
1332
 
1333
- #: link-library-admin.php:3297
1334
  msgid "Date"
1335
  msgstr "Date"
1336
 
1337
- #: link-library-admin.php:3301
1338
  msgid "Desc"
1339
  msgstr "Desc"
1340
 
1341
- #: link-library-admin.php:3305
 
1342
  msgid "Notes"
1343
  msgstr "Notes"
1344
 
1345
- #: link-library-admin.php:3309
1346
  msgid "RSS"
1347
  msgstr "RSS"
1348
 
1349
- #: link-library-admin.php:3313
1350
- #: link-library-admin.php:3588
1351
- msgid "Link"
1352
- msgstr "Lien"
1353
 
1354
- #: link-library-admin.php:3317
1355
  msgid "Phone"
1356
  msgstr "Téléphone"
1357
 
1358
- #: link-library-admin.php:3321
1359
- #: link-library-admin.php:3618
1360
- #: link-library-admin.php:4477
1361
- #: link-library-admin.php:4820
1362
- #: link-library-defaults.php:176
1363
- #: render-link-library-addlink-sc.php:446
1364
  msgid "E-mail"
1365
  msgstr "Adresse électronique"
1366
 
1367
- #: link-library-admin.php:3325
1368
  msgid "Hits"
1369
  msgstr "Accès"
1370
 
1371
- #: link-library-admin.php:3329
 
1372
  msgid "Rating"
1373
  msgstr "Classement"
1374
 
1375
- #: link-library-admin.php:3333
1376
  msgid "Large Desc"
1377
  msgstr "Grande Desc"
1378
 
1379
- #: link-library-admin.php:3337
1380
- #: link-library-admin.php:3715
1381
- #: link-library-admin.php:4493
1382
- #: link-library-defaults.php:188
1383
- #: render-link-library-addlink-sc.php:464
1384
  msgid "Submitter Name"
1385
  msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
1386
 
1387
- #: link-library-admin.php:3341
1388
  msgid "Cat Desc"
1389
  msgstr "Cat Desc"
1390
 
1391
- #: link-library-admin.php:3353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1392
  msgid "Display"
1393
  msgstr "Afficher"
1394
 
1395
- #: link-library-admin.php:3354
1396
  msgid "Before"
1397
  msgstr "Avant"
1398
 
1399
- #: link-library-admin.php:3355
1400
  msgid "After"
1401
  msgstr "Après"
1402
 
1403
- #: link-library-admin.php:3356
1404
  msgid "Additional Details"
1405
  msgstr "Détails additionnels"
1406
 
1407
- #: link-library-admin.php:3357
1408
  msgid "Link Source"
1409
  msgstr "Source du lien"
1410
 
1411
- #: link-library-admin.php:3360
1412
- msgid "This column allows for the output of text/code before the first link in each category"
1413
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant le premier lien de chaque catégorie"
 
 
 
 
1414
 
1415
- #: link-library-admin.php:3360
1416
  msgid "Before first link"
1417
  msgstr "Avant le premier lien"
1418
 
1419
- #: link-library-admin.php:3362
1420
  msgid "Output of text/code before the first link in each category"
1421
  msgstr "Affichage du texte/code avant la première ligne de chaque catégorie"
1422
 
1423
- #: link-library-admin.php:3368
1424
- msgid "This column allows for the output of text/code before a number of links determined by the Display field"
1425
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant le nombre de liens spécifié sur la première ligne de cette table"
 
 
 
 
1426
 
1427
- #: link-library-admin.php:3368
1428
  msgid "Intermittent Before Link"
1429
  msgstr "Balises intermittentes avant le lien"
1430
 
1431
- #: link-library-admin.php:3369
1432
  msgid "Frequency of additional output before and after complete link group"
1433
- msgstr "Fréquence des affichages supplémentaires avant et après chaque groupe de liens"
 
 
1434
 
1435
- #: link-library-admin.php:3372
1436
- #: link-library-admin.php:3382
1437
  msgid "Output before complete link group (link, notes, desc, etc...)"
1438
  msgstr "Afficher avant le groupe de liens (lien, notes, description, etc...)"
1439
 
1440
- #: link-library-admin.php:3380
1441
  msgid "This column allows for the output of text/code before each link"
1442
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant chaque lien"
 
 
1443
 
1444
- #: link-library-admin.php:3380
1445
  msgid "Before Link"
1446
  msgstr "Avant le lien"
1447
 
1448
- #: link-library-admin.php:3411
1449
  msgid "This column allows for the output of text/code before each link image"
1450
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant chaque image"
 
 
1451
 
1452
- #: link-library-admin.php:3417
1453
  msgid "Code/Text to be displayed before each link image"
1454
  msgstr "Code/Texte à afficher avant chaque image"
1455
 
1456
- #: link-library-admin.php:3420
1457
  msgid "Code/Text to be displayed after each link image"
1458
  msgstr "Code/Texte à afficher après chaque image"
1459
 
1460
- #: link-library-admin.php:3423
1461
  msgid "CSS Class to be assigned to link image"
1462
  msgstr "Classe CSS qui sera assignée à l&rsquo;image"
1463
 
1464
- #: link-library-admin.php:3430
1465
- #: link-library-admin.php:3461
1466
- #: link-library-admin.php:3566
1467
- #: link-library-admin.php:3607
1468
  msgid "Primary"
1469
  msgstr "Principal"
1470
 
1471
- #: link-library-admin.php:3433
1472
- #: link-library-admin.php:3462
1473
- #: link-library-admin.php:3569
1474
- #: link-library-admin.php:3610
1475
  msgid "Secondary"
1476
  msgstr "Secondaire"
1477
 
1478
- #: link-library-admin.php:3441
1479
- msgid "This column allows for the output of text/code before and after each link name"
1480
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque nom"
 
 
 
 
1481
 
1482
- #: link-library-admin.php:3447
1483
  msgid "Code/Text to be displayed before each link"
1484
  msgstr "Code/Texte à afficher avant chaque lien"
1485
 
1486
- #: link-library-admin.php:3450
1487
  msgid "Code/Text to be displayed after each link"
1488
  msgstr "Code/Texte à afficher après chaque lien"
1489
 
1490
- #: link-library-admin.php:3455
1491
  msgid "No Tooltip"
1492
  msgstr "Pas d&rsquo;aide"
1493
 
1494
- #: link-library-admin.php:3456
 
1495
  msgid "Description"
1496
  msgstr "Description"
1497
 
1498
- #: link-library-admin.php:3470
1499
- msgid "This column allows for the output of text/code before and after each link date stamp"
1500
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque date"
 
 
 
 
 
 
 
 
 
 
1501
 
1502
- #: link-library-admin.php:3470
1503
  msgid "Link Date"
1504
  msgstr "Date du lien"
1505
 
1506
- #: link-library-admin.php:3471
1507
  msgid "Check to display link date"
1508
  msgstr "Cocher pour afficher la date du lien"
1509
 
1510
- #: link-library-admin.php:3476
1511
  msgid "Code/Text to be displayed before each date"
1512
  msgstr "Code/Texte à afficher avant chaque date"
1513
 
1514
- #: link-library-admin.php:3479
1515
  msgid "Code/Text to be displayed after each date"
1516
  msgstr "Code/Texte à afficher après chaque date"
1517
 
1518
- #: link-library-admin.php:3489
1519
- msgid "This column allows for the output of text/code before and after each link description"
1520
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque description"
 
 
 
 
1521
 
1522
- #: link-library-admin.php:3490
1523
  msgid "Check to display link descriptions"
1524
  msgstr "Cocher pour afficher la description du lien"
1525
 
1526
- #: link-library-admin.php:3495
1527
  msgid "Code/Text to be displayed before each description"
1528
  msgstr "Code/Texte à afficher avant chaque description"
1529
 
1530
- #: link-library-admin.php:3498
1531
  msgid "Code/Text to be displayed after each description"
1532
  msgstr "Code/Texte à afficher après chaque description"
1533
 
1534
- #: link-library-admin.php:3508
1535
- msgid "This column allows for the output of text/code before and after each link notes"
1536
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque note"
 
 
 
 
1537
 
1538
- #: link-library-admin.php:3508
1539
- #: link-library-admin.php:4400
1540
- #: link-library-defaults.php:129
1541
- #: usersubmission.php:311
1542
- #: usersubmission.php:401
1543
  msgid "Link Notes"
1544
  msgstr "Notes du lien"
1545
 
1546
- #: link-library-admin.php:3509
1547
  msgid "Check to display link notes"
1548
  msgstr "Cocher pour afficher les notes du lien"
1549
 
1550
- #: link-library-admin.php:3514
1551
  msgid "Code/Text to be displayed before each note"
1552
  msgstr "Code/Texte à afficher avant chaque note"
1553
 
1554
- #: link-library-admin.php:3517
1555
  msgid "Code/Text to be displayed after each note"
1556
  msgstr "Code/Texte à afficher après chaque note"
1557
 
1558
- #: link-library-admin.php:3527
1559
- msgid "This column allows for the output of text/code before and after the RSS icons"
1560
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les icônes RSS"
 
 
 
1561
 
1562
- #: link-library-admin.php:3527
1563
  msgid "RSS Icons"
1564
  msgstr "Icône RSS"
1565
 
1566
- #: link-library-admin.php:3529
1567
  msgid "See below"
1568
  msgstr "Voir ci-dessous"
1569
 
1570
- #: link-library-admin.php:3531
1571
  msgid "Code/Text to be displayed before RSS Icons"
1572
  msgstr "Code/Texte à afficher avant les icônes RSS"
1573
 
1574
- #: link-library-admin.php:3534
1575
  msgid "Code/Text to be displayed after RSS Icons"
1576
  msgstr "Code/Texte à afficher après les icônes RSS"
1577
 
1578
- #: link-library-admin.php:3544
1579
- msgid "This column allows for the output of text/code before and after the Web Link"
1580
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les hyperliens"
1581
-
1582
- #: link-library-admin.php:3544
1583
- msgid "Web Link"
1584
- msgstr "Lien du site"
1585
 
1586
- #: link-library-admin.php:3547
1587
- #: link-library-admin.php:3582
1588
- #: link-library-admin.php:3623
1589
  msgid "False"
1590
  msgstr "Faux"
1591
 
1592
- #: link-library-admin.php:3548
1593
- msgid "Web Address"
 
 
1594
  msgstr "Adresse du site"
1595
 
1596
- #: link-library-admin.php:3549
1597
- msgid "Web Address Only"
1598
- msgstr "Seulement une adresse Web"
 
 
1599
 
1600
- #: link-library-admin.php:3550
1601
- #: link-library-admin.php:3591
1602
- msgid "Label"
1603
- msgstr "Identifiant"
1604
 
1605
- #: link-library-admin.php:3553
1606
  msgid "Code/Text to be displayed before Web Link"
1607
  msgstr "Code/Texte à afficher avant l&rsquo;hyperlien"
1608
 
1609
- #: link-library-admin.php:3556
1610
  msgid "Code/Text to be displayed after Web Link"
1611
  msgstr "Code/Texte à afficher après l&rsquo;hyperlien"
1612
 
1613
- #: link-library-admin.php:3559
1614
  msgid "Text Label that the web link will be assigned to."
1615
  msgstr "Texte associé à l&rsquo;hyperlien."
1616
 
1617
- #: link-library-admin.php:3562
1618
- #: link-library-admin.php:3603
 
 
 
 
 
1619
  msgid "Select which link address will be displayed / used for link"
1620
- msgstr "Sélectionner l&rsquo;adresse qui doit être utilisée/affichée pour le lien"
 
1621
 
1622
- #: link-library-admin.php:3577
1623
- msgid "This column allows for the output of text/code before and after the Telephone Number"
1624
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après le numéro de téléphone"
 
 
 
 
1625
 
1626
- #: link-library-admin.php:3577
1627
- #: link-library-admin.php:4462
1628
- #: link-library-admin.php:4814
1629
- #: link-library-defaults.php:174
1630
- #: render-link-library-addlink-sc.php:428
1631
  msgid "Telephone"
1632
  msgstr "Téléphone"
1633
 
1634
- #: link-library-admin.php:3585
1635
- #: link-library-admin.php:3626
1636
  msgid "Plain Text"
1637
  msgstr "Texte simple"
1638
 
1639
- #: link-library-admin.php:3594
 
 
 
 
 
 
 
 
1640
  msgid "Code/Text to be displayed before Telephone Number"
1641
  msgstr "Code/Texte à afficher avant le numéro de téléphone"
1642
 
1643
- #: link-library-admin.php:3597
1644
  msgid "Code/Text to be displayed after Telephone Number"
1645
  msgstr "Code/Texte à afficher après le numéro de téléphone"
1646
 
1647
- #: link-library-admin.php:3600
1648
  msgid "Text Label that the telephone will be assigned to."
1649
  msgstr "Texte associé au numéro de téléphone."
1650
 
1651
- #: link-library-admin.php:3618
1652
- msgid "This column allows for the output of text/code before and after the E-mail"
1653
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque email"
 
 
 
1654
 
1655
- #: link-library-admin.php:3629
1656
  msgid "MailTo Link"
1657
  msgstr "Lien mailto"
1658
 
1659
- #: link-library-admin.php:3632
1660
  msgid "MailTo Link with Label"
1661
  msgstr "Lien mailto avec libellé"
1662
 
1663
- #: link-library-admin.php:3635
1664
  msgid "Formatted Command"
1665
  msgstr "Commande formattée"
1666
 
1667
- #: link-library-admin.php:3638
1668
  msgid "Formatted Command with Labels"
1669
  msgstr "Commande formattée avec affichage textuel"
1670
 
1671
- #: link-library-admin.php:3641
1672
  msgid "Code/Text to be displayed before E-mail"
1673
  msgstr "Code/Texte à afficher avant chaque courriel"
1674
 
1675
- #: link-library-admin.php:3644
1676
  msgid "Code/Text to be displayed after E-mail"
1677
  msgstr "Code/Texte à afficher après le courriel"
1678
 
1679
- #: link-library-admin.php:3647
1680
- msgid "Text Label that the e-mail will be assigned to represent the e-mail link."
1681
- msgstr "Titre texte qui sera utilisé pour le lien vers l&rsquo;envoie de courriel."
 
 
1682
 
1683
- #: link-library-admin.php:3650
1684
- msgid "Command that the e-mail will be embedded in. In the case of a command, use the symbols #email and #company to indicate the position where these elements should be inserted."
1685
- msgstr "Commande dans laquelle l&rsquo;adresse électronique sera incluse. Dans le cas d&rsquo;une commande, utilisez les symboles #email et #company pour indiquer l&rsquo;emplacement de ces éléments."
 
 
 
 
 
 
1686
 
1687
- #: link-library-admin.php:3658
1688
- msgid "This column allows for the output of text/code before and after Link Hits"
1689
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les statistiques du lien"
 
 
 
1690
 
1691
- #: link-library-admin.php:3658
1692
  msgid "Link Hits"
1693
  msgstr "Statistiques du lien"
1694
 
1695
- #: link-library-admin.php:3664
1696
  msgid "Code/Text to be displayed before Link Hits"
1697
  msgstr "Code/Texte à afficher avant les statistiques du lien"
1698
 
1699
- #: link-library-admin.php:3667
1700
  msgid "Code/Text to be displayed after Link Hits"
1701
  msgstr "Code/Texte à afficher après les statistiques du lien"
1702
 
1703
- #: link-library-admin.php:3677
1704
- msgid "This column allows for the output of text/code before and after the Link Rating"
1705
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après le classement du lien"
 
 
 
 
1706
 
1707
- #: link-library-admin.php:3677
1708
  msgid "Link Rating"
1709
  msgstr "Classement du lien"
1710
 
1711
- #: link-library-admin.php:3683
1712
  msgid "Code/Text to be displayed before Link Rating"
1713
  msgstr "Code/Texte à afficher avant le classement du lien"
1714
 
1715
- #: link-library-admin.php:3686
1716
  msgid "Code/Text to be displayed after Link Rating"
1717
  msgstr "Code/Texte à afficher après le classement du lien"
1718
 
1719
- #: link-library-admin.php:3696
1720
- #: link-library-admin.php:3715
1721
- #: link-library-admin.php:3732
1722
- msgid "This column allows for the output of text/code before and after the Link Large Description"
1723
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque grande description"
 
 
 
1724
 
1725
- #: link-library-admin.php:3696
1726
- #: link-library-admin.php:4863
1727
- #: usersubmission.php:307
1728
- #: usersubmission.php:397
1729
  msgid "Link Large Description"
1730
  msgstr "Grande description du lien"
1731
 
1732
- #: link-library-admin.php:3702
1733
- #: link-library-admin.php:3719
1734
- #: link-library-admin.php:3736
1735
  msgid "Code/Text to be displayed before Link Large Description"
1736
  msgstr "Code/Texte à afficher avant chaque grande description"
1737
 
1738
- #: link-library-admin.php:3705
1739
- #: link-library-admin.php:3722
1740
- #: link-library-admin.php:3739
1741
  msgid "Code/Text to be displayed after Link Large Description"
1742
  msgstr "Code/Texte à afficher après chaque grande description"
1743
 
1744
- #: link-library-admin.php:3732
1745
  msgid "Category Description"
1746
  msgstr "Description de la catégorie"
1747
 
1748
- #: link-library-admin.php:3751
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1749
  msgid "This column allows for the output of text/code after each link"
1750
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après chaque lien"
 
 
1751
 
1752
- #: link-library-admin.php:3751
1753
  msgid "After Link Block"
1754
  msgstr "Après le lien complet"
1755
 
1756
- #: link-library-admin.php:3754
1757
  msgid "Output after complete link group (link, notes, desc, etc...)"
1758
  msgstr "Afficher après le groupe de liens (lien, notes, description, etc...)"
1759
 
1760
- #: link-library-admin.php:3761
1761
- msgid "This column allows for the output of text/code after a number of links determined in the first column"
1762
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après le nombre de liens spécifié sur la première ligne"
 
 
 
 
1763
 
1764
- #: link-library-admin.php:3761
1765
  msgid "Intermittent After Link"
1766
  msgstr "Balises intermittentes après le lien"
1767
 
1768
- #: link-library-admin.php:3771
1769
- msgid "This column allows for the output of text/code after the last link in each category"
1770
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après dernier lien dans chaque catégorie"
 
 
 
 
1771
 
1772
- #: link-library-admin.php:3771
1773
  msgid "After last link"
1774
  msgstr "Après le dernier lien"
1775
 
1776
- #: link-library-admin.php:3784
1777
- msgid "Show Link Updated Flag"
1778
- msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1779
-
1780
- #: link-library-admin.php:3794
1781
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
1782
  msgstr "Convertir [] à &lt;&gt; dans les descriptions et notes de liens"
1783
 
1784
- #: link-library-admin.php:3804
1785
- msgid "Link Updated Flag Position"
1786
- msgstr "Position du drapeau de mise à jour du lien"
1787
-
1788
- #: link-library-admin.php:3819
1789
- #: link-library-admin.php:3822
1790
- msgid "Label to be displayed before new links"
1791
- msgstr "Texte à afficher avant un nouveau lien"
1792
-
1793
- #: link-library-admin.php:3820
1794
- msgid "Updated link label"
1795
- msgstr "Mise à jour du texte du lien"
1796
-
1797
- #: link-library-admin.php:3828
1798
  msgid "Add nofollow tag to outgoing links"
1799
  msgstr "Ajouter une balise nofollow aux liens sortants"
1800
 
1801
- #: link-library-admin.php:3835
 
 
 
 
1802
  msgid "Show edit links when logged in as editor or administrator"
1803
- msgstr "Afficher un lien d&rsquo;édition lorsque l&rsquo;utilisateur est un éditeur ou un administrateur"
 
 
1804
 
1805
- #: link-library-admin.php:3843
1806
  msgid "Show link name when no image is assigned"
1807
- msgstr "Afficher le nom du lien quand il n&rsquo;y a pas d&rsquo;image assignée au lien"
 
 
1808
 
1809
- #: link-library-admin.php:3850
1810
  msgid "Do not output fields with no value"
1811
  msgstr "Ne pas afficher les champs vides"
1812
 
1813
- #: link-library-admin.php:3868
1814
  msgid "Enable link Pop-Ups"
1815
  msgstr "Activer les fenêtres pop-up pour les liens"
1816
 
1817
- #: link-library-admin.php:3872
1818
  msgid "Pop-Up Width"
1819
  msgstr "Largeur de la fenêtre pop-up"
1820
 
1821
- #: link-library-admin.php:3879
1822
  msgid "Pop-Up Height"
1823
  msgstr "Hauteur de la fenêtre pop-up"
1824
 
1825
- #: link-library-admin.php:3888
1826
  msgid "Dialog contents"
1827
  msgstr "Contenu de la fenêtre"
1828
 
1829
- #: link-library-admin.php:3906
1830
  msgid "Show RSS Link using Text"
1831
  msgstr "Afficher le lien RSS de façon textuelle"
1832
 
1833
- #: link-library-admin.php:3914
1834
  msgid "Show RSS Link using Standard Icon"
1835
  msgstr "Afficher le lien RSS en utilisant l&rsquo;icône standard"
1836
 
1837
- #: link-library-admin.php:3926
1838
  msgid "Show RSS Preview Link"
1839
  msgstr "Afficher un lien vers l&rsquo;aperçu du flux d&rsquo;informations"
1840
 
1841
- #: link-library-admin.php:3932
1842
  msgid "Number of articles shown in RSS Preview"
1843
- msgstr "Nombre d&rsquo;articles présentés dans l&rsquo;aperçu du flux d&rsquo;informations RSS"
 
 
1844
 
1845
- #: link-library-admin.php:3938
1846
  msgid "Show RSS Feed Headers in Link Library output"
1847
- msgstr "Afficher les en-têtes des flux d&rsquo;informations RSS dans la page générée par Link Library"
 
 
1848
 
1849
- #: link-library-admin.php:3946
1850
  msgid "Show RSS Feed Content in Link Library output"
1851
- msgstr "Afficher le contenu des flux d&rsquo;informations RSS dans la page générée par Link Library"
 
 
1852
 
1853
- #: link-library-admin.php:3952
1854
  msgid "Number of RSS articles shown in Link Library Output"
1855
  msgstr "Nombre d&rsquo;articles RSS devant être affichés par Link Library"
1856
 
1857
- #: link-library-admin.php:3957
1858
  msgid "Max number of days since published"
1859
  msgstr "Nombre maximum de jours depuis la publication"
1860
 
1861
- #: link-library-admin.php:3961
1862
  msgid "RSS Preview Width"
1863
  msgstr "Largeur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
1864
 
1865
- #: link-library-admin.php:3964
1866
  msgid "RSS Preview Height"
1867
  msgstr "Hauteur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
1868
 
1869
- #: link-library-admin.php:3967
1870
  msgid "Skip links with no RSS inline items"
1871
  msgstr "Passer les liens sans flux RSS"
1872
 
1873
- #: link-library-admin.php:3984
1874
- msgid "Checking this option will get images from the Robothumb web site every time"
1875
- msgstr "L&rsquo;activation de cette option permet la récupération d&rsquo;image du site internet Robothumb à chaque affichage de la page"
 
 
 
1876
 
1877
- #: link-library-admin.php:3985
1878
  msgid "Use thumbnail service for dynamic link images"
1879
- msgstr "Utiliser le service thumbnail pour la génération dynamique de vignettes des liens"
 
 
1880
 
1881
- #: link-library-admin.php:3987
1882
- msgid "Checking this option will get images from the thumbshots web site every time"
1883
- msgstr "L&rsquo;activation de cette option permet la récupération d&rsquo;image du site internet thumbshots.org à chaque affichage de la page"
 
 
 
1884
 
1885
- #: link-library-admin.php:3995
1886
  msgid "Give priority to images assigned to links if present"
1887
  msgstr "Donner une priorité aux images liées aux liens si elles sont présentes"
1888
 
1889
- #: link-library-admin.php:4003
1890
  msgid "Generate Images / Favorite Icons"
1891
  msgstr "Générer les images ou icônes de favoris"
1892
 
1893
- #: link-library-admin.php:4005
1894
- #: link-library-admin.php:4890
1895
- msgid "This button is only available when a valid API key is entered under the Link Library General Settings."
1896
- msgstr "Ce bouton est seulement disponible quand un CID valide est saisi dans les paramètres généraux de Link Library."
 
 
 
1897
 
1898
- #: link-library-admin.php:4006
1899
  msgid "Generate Thumbnails and Store locally"
1900
  msgstr "Générer les vignettes et les conserver"
1901
 
1902
- #: link-library-admin.php:4009
1903
  msgid "Generate Favorite Icons and Store locally"
1904
  msgstr "Générer les icônes de favoris et les conserver"
1905
 
1906
- #: link-library-admin.php:4013
1907
  msgid "Delete all local thumbnails and icons"
1908
  msgstr "Supprimer toutes les mignatures et icônes locales"
1909
 
1910
- #: link-library-admin.php:4014
1911
  msgid "Delete all local thumbnails"
1912
  msgstr "Supprimer toutes les miniatures locales"
1913
 
1914
- #: link-library-admin.php:4015
1915
  msgid "Delete all local icons"
1916
  msgstr "Supprimer toutes les icônes locales"
1917
 
1918
- #: link-library-admin.php:4031
1919
  msgid "Publish RSS Feed"
1920
  msgstr "Publier un flux d&rsquo;informations RSS"
1921
 
1922
- #: link-library-admin.php:4038
1923
  msgid "Number of items in RSS feed"
1924
  msgstr "Nombre d&rsquo;éléments dans le flux d&rsquo;informations RSS"
1925
 
1926
- #: link-library-admin.php:4047
1927
  msgid "RSS Feed Title"
1928
  msgstr "Titre du flux d&rsquo;informations RSS"
1929
 
1930
- #: link-library-admin.php:4053
1931
  msgid "RSS Feed Description"
1932
  msgstr "Description du flux d&rsquo;informations RSS"
1933
 
1934
- #: link-library-admin.php:4059
1935
- msgid "RSS Feed Web Address (default yoursite.com?link_library_rss_feed=1&settingset=1 )"
1936
- msgstr "Adresse du fil de nouvelles RSS (défaut votresite.com&nbsp;?link_library_rss_feed=1&settingset=1 )"
 
 
 
 
 
 
 
 
1937
 
1938
- #: link-library-admin.php:4076
1939
  msgid "Search Label"
1940
  msgstr "Texte pour la recherche"
1941
 
1942
- #: link-library-admin.php:4085
1943
  msgid "Search Field Initial Text"
1944
  msgstr "Texte initial dans le champ de recherche"
1945
 
1946
- #: link-library-admin.php:4094
1947
  msgid "Search No Results Text"
1948
  msgstr "Message pour un résultat de recherche vide"
1949
 
1950
- #: link-library-admin.php:4096
1951
- #: link-library-defaults.php:226
1952
  msgid "No links found matching your search criteria"
1953
  msgstr "Aucun lien trouvé qui correspondent à vos critères de recherche"
1954
 
1955
- #: link-library-admin.php:4103
1956
- #: link-library-admin.php:4104
1957
  msgid "Leave empty when links are to be displayed on same page as search box"
1958
- msgstr "Laissez ce champ vide lorsque les liens sont affichés sur la même page que la boîte de recherche"
 
 
1959
 
1960
- #: link-library-admin.php:4103
1961
  msgid "Results Page Address"
1962
  msgstr "Adresse de la page des résultats"
1963
 
1964
- #: link-library-admin.php:4204
 
 
 
 
1965
  msgid "Following this link shows a list of all links awaiting moderation"
1966
- msgstr "Suivez ce lien pour afficher une liste des liens en attente de modération"
 
1967
 
1968
- #: link-library-admin.php:4205
1969
  msgid "View list of links awaiting moderation"
1970
  msgstr "Visionner la liste des liens qui attendent d&rsquo;être modérés"
1971
 
1972
- #: link-library-admin.php:4209
1973
  msgid "Show user links immediately"
1974
  msgstr "Afficher immédiatement les liens soumis par les utilisateurs"
1975
 
1976
- #: link-library-admin.php:4214
1977
  msgid "E-mail admin on link submission"
1978
  msgstr "Envoyer un e-mail à l&rsquo;administrateur lors de la soumission"
1979
 
1980
- #: link-library-admin.php:4220
1981
  msgid "Validate links with Akismet"
1982
  msgstr "Valider les liens avec Akismet"
1983
 
1984
- #: link-library-admin.php:4224
1985
  msgid "E-mail submitter"
1986
  msgstr "Adresse e-mail de l&rsquo;émetteur"
1987
 
1988
- #: link-library-admin.php:4231
1989
  msgid "Additional text for link submitter e-mail"
1990
  msgstr "Text additionnel pour le lien de soumission du courriel"
1991
 
1992
- #: link-library-admin.php:4238
1993
  msgid "Require login to display form"
1994
  msgstr "Nécessite une connexion pour afficher le formulaire"
1995
 
1996
- #: link-library-admin.php:4243
1997
  msgid "Allow link submission with empty link"
1998
  msgstr "Accepter la soumission de liens sans adresse"
1999
 
2000
- #: link-library-admin.php:4249
2001
- #: link-library-admin.php:4250
2002
- msgid "Determine if a captcha will be displayed on the user submission form. Select the captcha system (Easy Captcha or Google reCAPTCHA) to be used from General Options section"
2003
- msgstr "Détermine si un captcha sera affiché dans le formulaire de soumission d&rsquo;un lien. Choisir le type de captcha (Easy Captcha ou Google reCAPTCHA) à utiliser dans la section des options générales"
 
 
 
 
 
2004
 
2005
- #: link-library-admin.php:4249
2006
  msgid "Display captcha"
2007
  msgstr "Afficher le captcha"
2008
 
2009
- #: link-library-admin.php:4254
2010
- msgid "This function will only store data when users are logged in to Wordpress"
2011
- msgstr "Cette fonctionnalité ne peut être accessible qu&rsquo;aux membres connectés à WordPress"
 
 
 
2012
 
2013
- #: link-library-admin.php:4254
2014
  msgid "Store login name on link submission"
2015
  msgstr "Enregistrer le nom de l&rsquo;utilisateur ayant soumis le lien"
2016
 
2017
- #: link-library-admin.php:4260
2018
  msgid "Add new link label"
2019
  msgstr "Texte du champ d&rsquo;ajout d&rsquo;un nouveau lien"
2020
 
2021
- #: link-library-admin.php:4262
2022
- #: link-library-defaults.php:123
2023
- #: render-link-library-addlink-sc.php:209
2024
  msgid "Add new link"
2025
  msgstr "Ajouter un nouveau lien"
2026
 
2027
- #: link-library-admin.php:4269
2028
  msgid "Link name label"
2029
  msgstr "Texte pour le nom du lien"
2030
 
2031
- #: link-library-admin.php:4279
2032
  msgid "Link address label"
2033
  msgstr "Texte pour l&rsquo;adresse du lien"
2034
 
2035
- #: link-library-admin.php:4281
2036
- #: usersubmission.php:296
2037
- #: usersubmission.php:386
2038
  msgid "Link Address"
2039
  msgstr "Adresse du lien"
2040
 
2041
- #: link-library-admin.php:4288
2042
  msgid "Link RSS label"
2043
  msgstr "Texte du lien RSS"
2044
 
2045
- #: link-library-admin.php:4290
2046
- #: link-library-defaults.php:126
2047
- #: render-link-library-addlink-sc.php:235
2048
- #: usersubmission.php:299
2049
- #: usersubmission.php:389
2050
  msgid "Link RSS"
2051
  msgstr "Flux RSS du lien"
2052
 
2053
- #: link-library-admin.php:4297
2054
- #: link-library-admin.php:4313
2055
- #: link-library-admin.php:4392
2056
- #: link-library-admin.php:4407
2057
- #: link-library-admin.php:4438
2058
- #: link-library-admin.php:4453
2059
- #: link-library-admin.php:4469
2060
- #: link-library-admin.php:4484
2061
- #: link-library-admin.php:4500
2062
- #: link-library-admin.php:4515
2063
- #: link-library-admin.php:4531
2064
- #: link-library-admin.php:4546
2065
- #: link-library-admin.php:4562
2066
  msgid "Hide"
2067
  msgstr "Masquer"
2068
 
2069
- #: link-library-admin.php:4298
2070
- #: link-library-admin.php:4314
2071
- #: link-library-admin.php:4393
2072
- #: link-library-admin.php:4408
2073
- #: link-library-admin.php:4439
2074
- #: link-library-admin.php:4454
2075
- #: link-library-admin.php:4470
2076
- #: link-library-admin.php:4485
2077
- #: link-library-admin.php:4501
2078
- #: link-library-admin.php:4516
2079
- #: link-library-admin.php:4532
2080
- #: link-library-admin.php:4547
2081
- #: link-library-admin.php:4563
2082
  msgid "Show"
2083
  msgstr "Afficher"
2084
 
2085
- #: link-library-admin.php:4299
2086
- #: link-library-admin.php:4394
2087
- #: link-library-admin.php:4409
2088
- #: link-library-admin.php:4440
2089
- #: link-library-admin.php:4455
2090
- #: link-library-admin.php:4471
2091
- #: link-library-admin.php:4486
2092
- #: link-library-admin.php:4502
2093
- #: link-library-admin.php:4517
2094
- #: link-library-admin.php:4533
2095
- #: link-library-admin.php:4548
2096
  msgid "Required"
2097
  msgstr "Obligatoire"
2098
 
2099
- #: link-library-admin.php:4304
 
 
 
 
 
 
2100
  msgid "Link category label"
2101
  msgstr "Texte pour la catégorie du lien"
2102
 
2103
- #: link-library-admin.php:4318
2104
- msgid "Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4) instead of displaying the set of categories specified by the library."
2105
- msgstr "Liste de catégories séparées par des virgules pour être affichées dans la liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées par la configuration des catégories de la librairie."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2106
 
2107
- #: link-library-admin.php:4318
2108
  msgid "Link category override selection list"
2109
  msgstr "Liste de catégories de remplacement"
2110
 
2111
- #: link-library-admin.php:4319
2112
- msgid "Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4)"
2113
- msgstr "Liste de catégories séparées par des virgules qui doivent être affichées dans la liste de sélection de catégories présentée aux usagers."
 
 
 
 
2114
 
2115
- #: link-library-admin.php:4324
2116
  msgid "Default category"
2117
  msgstr "Catégorie par défaut"
2118
 
2119
- #: link-library-admin.php:4359
2120
- #: link-library-admin.php:4361
2121
- #: link-library-defaults.php:154
 
 
 
 
 
2122
  msgid "User-submitted category"
2123
  msgstr "Catégorie soumise par l&rsquo;utilisateur"
2124
 
2125
- #: link-library-admin.php:4368
2126
  msgid "No"
2127
  msgstr "Non"
2128
 
2129
- #: link-library-admin.php:4369
2130
  msgid "Allow"
2131
  msgstr "Permettre"
2132
 
2133
- #: link-library-admin.php:4373
2134
  msgid "User-submitted category prompt"
2135
  msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2136
 
2137
- #: link-library-admin.php:4375
2138
- #: link-library-defaults.php:155
2139
- #: render-link-library-addlink-sc.php:289
2140
  msgid "User-submitted category (define below)"
2141
  msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2142
 
2143
- #: link-library-admin.php:4383
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2144
  msgid "Link description label"
2145
  msgstr "Texte pour la description du lien"
2146
 
2147
- #: link-library-admin.php:4398
2148
  msgid "Link notes label"
2149
  msgstr "Texte pour les notes du lien"
2150
 
2151
- #: link-library-admin.php:4414
2152
- #: link-library-admin.php:4415
2153
  msgid "Reciprocal link must be configured for this option to work correctly"
2154
- msgstr "Les liens réciproques doivent être autorisés pour que cette option fonctionne correctement"
 
 
2155
 
2156
- #: link-library-admin.php:4414
2157
  msgid "Show immediately if reciprocal link valid"
2158
  msgstr "Montre immédiatement si le lien réciproque est valide"
2159
 
2160
- #: link-library-admin.php:4418
2161
  msgid "Use Text Area for Notes"
2162
  msgstr "Utiliser une zone de texte pour les notes"
2163
 
2164
- #: link-library-admin.php:4423
 
 
 
 
 
 
 
 
2165
  msgid "Only allow one reciprocal link per domain"
2166
  msgstr "Autoriser seulement un lien reciproque par domaine"
2167
 
2168
- #: link-library-admin.php:4429
 
 
 
 
2169
  msgid "Reciprocal Link label"
2170
  msgstr "Texte du lien réciproque"
2171
 
2172
- #: link-library-admin.php:4431
2173
- #: link-library-admin.php:4826
2174
- #: link-library-defaults.php:170
2175
- #: render-link-library-addlink-sc.php:392
2176
- #: usersubmission.php:317
2177
- #: usersubmission.php:407
2178
  msgid "Reciprocal Link"
2179
  msgstr "Lien réciproque"
2180
 
2181
- #: link-library-admin.php:4444
2182
  msgid "Secondary Address label"
2183
  msgstr "Texte de l&rsquo;adresse secondaire"
2184
 
2185
- #: link-library-admin.php:4446
2186
- #: link-library-defaults.php:172
2187
- #: render-link-library-addlink-sc.php:410
2188
  msgid "Secondary Address"
2189
  msgstr "Adresse secondaire"
2190
 
2191
- #: link-library-admin.php:4460
2192
  msgid "Link Telephone label"
2193
  msgstr "Texte du numéro de téléphone"
2194
 
2195
- #: link-library-admin.php:4475
2196
  msgid "Link E-mail label"
2197
  msgstr "Texte pour l&rsquo;adresse électronique"
2198
 
2199
- #: link-library-admin.php:4491
2200
  msgid "Link Submitter Name label"
2201
  msgstr "Texte pour le nom d&rsquo;utilisateur ayant soumis le lien"
2202
 
2203
- #: link-library-admin.php:4506
2204
  msgid "Link Submitter E-mail label"
2205
- msgstr "Texte pour l&rsquo;adresse électronique de l&rsquo;utilisateur ayant soumis le lien"
 
 
2206
 
2207
- #: link-library-admin.php:4508
2208
- #: link-library-defaults.php:190
2209
- #: render-link-library-addlink-sc.php:495
2210
  msgid "Submitter E-mail"
2211
  msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2212
 
2213
- #: link-library-admin.php:4522
2214
  msgid "Link Submitter Comment Label"
2215
  msgstr "Texte pour les commentaires du lien"
2216
 
2217
- #: link-library-admin.php:4524
2218
- #: link-library-defaults.php:192
2219
- #: render-link-library-addlink-sc.php:526
2220
  msgid "Submitter Comment"
2221
  msgstr "Commentaire de l&rsquo;utilisateur soumettant le lien"
2222
 
2223
- #: link-library-admin.php:4537
2224
  msgid "Large Description Label"
2225
  msgstr "Texte de la grande description du lien"
2226
 
2227
- #: link-library-admin.php:4539
2228
- #: link-library-defaults.php:205
2229
  msgid "Large Description"
2230
  msgstr "Grande description du lien"
2231
 
2232
- #: link-library-admin.php:4553
2233
  msgid "Custom Captcha Question"
2234
  msgstr "Question de captcha personalisée"
2235
 
2236
- #: link-library-admin.php:4555
2237
- #: link-library-defaults.php:199
2238
- #: render-link-library-addlink-sc.php:544
2239
  msgid "Is boiling water hot or cold?"
2240
  msgstr "Est-ce que l&rsquo;eau bouillante est froide ou chaude&nbsp;?"
2241
 
2242
- #: link-library-admin.php:4567
2243
  msgid "Custom Captcha Answer"
2244
  msgstr "Réponse à la question du captcha"
2245
 
2246
- #: link-library-admin.php:4569
2247
- #: link-library-defaults.php:200
2248
  msgid "hot"
2249
  msgstr "chaude"
2250
 
2251
- #: link-library-admin.php:4576
2252
  msgid "Add Link button label"
2253
  msgstr "Texte du bouton d&rsquo;ajout de lien"
2254
 
2255
- #: link-library-admin.php:4578
2256
- #: link-library-defaults.php:130
2257
  msgid "Add Link"
2258
  msgstr "Ajouter un lien"
2259
 
2260
- #: link-library-admin.php:4585
2261
  msgid "New Link Message"
2262
  msgstr "Message pour les nouveaux liens"
2263
 
2264
- #: link-library-admin.php:4587
2265
  msgid "New link submitted"
2266
  msgstr "Nouveau lien soumis"
2267
 
2268
- #: link-library-admin.php:4594
2269
  msgid "New Link Moderation Label"
2270
  msgstr "Message pour les liens devant être modérés"
2271
 
2272
- #: link-library-admin.php:4596
2273
  msgid "it will appear in the list once moderated. Thank you."
2274
  msgstr "il apparaîtra dans la liste une fois modéré. Merci."
2275
 
2276
- #: link-library-admin.php:4617
2277
- msgid "Allows for links to be added in batch to the Wordpress links database. CSV file needs to follow template for column layout."
2278
- msgstr "Permets d&rsquo;ajouter des liens en masse dans la base de données de liens de WordPress. Le fichier CSV doit suivre le format établi dans l&rsquo;exemple."
2279
-
2280
- #: link-library-admin.php:4617
2281
- msgid "CSV file to upload to import links"
2282
- msgstr "Fichier CSV à téléverser pour importer des liens"
2283
-
2284
- #: link-library-admin.php:4617
2285
- msgid "file template"
2286
- msgstr "example de fichier"
2287
-
2288
- #: link-library-admin.php:4620
2289
- msgid "Import Links from CSV"
2290
- msgstr "Importer les liens depuis un CSV"
2291
-
2292
- #: link-library-admin.php:4624
2293
- msgid "First row contains column headers"
2294
- msgstr "La première ligne contient les en-têtes"
2295
-
2296
- #: link-library-admin.php:4628
2297
- #: link-library-admin.php:4659
2298
- msgid "Update items when URL is identical"
2299
- msgstr "Mettre à jour les éléments quand les URLs sont identiques"
2300
-
2301
- #: link-library-admin.php:4636
2302
- msgid "Import links from site pages"
2303
- msgstr "Importer les liens depuis les pages du site"
2304
-
2305
- #: link-library-admin.php:4637
2306
- msgid "All Pages and Posts"
2307
- msgstr "Toutes les pages et les articles"
2308
-
2309
- #: link-library-admin.php:4638
2310
- msgid "All Pages, Posts and Custom Post Types"
2311
- msgstr "Toutes les pages, articles et types d&rsquo;article personalisés"
2312
-
2313
- #: link-library-admin.php:4639
2314
- msgid "Specific Page"
2315
- msgstr "Page spécifique"
2316
-
2317
- #: link-library-admin.php:4643
2318
- msgid "Specific Post"
2319
- msgstr "Article spécifique"
2320
-
2321
- #: link-library-admin.php:4653
2322
- msgid "Specific "
2323
- msgstr "Spécifique"
2324
-
2325
- #: link-library-admin.php:4689
2326
- msgid "Import Links from Site"
2327
- msgstr "Importer les liens depuis le site"
2328
-
2329
- #: link-library-admin.php:4697
2330
  msgid "Overwrites current library settings with contents of CSV file"
2331
- msgstr "Écrase la configuration de librairie courante avec le contenu du fichier CSV"
 
2332
 
2333
- #: link-library-admin.php:4697
2334
  msgid "Library Settings CSV file to import"
2335
  msgstr "Fichier CSV contenant une configuration de librairie à importer"
2336
 
2337
- #: link-library-admin.php:4700
2338
  msgid "Import Library Settings"
2339
  msgstr "Importer une configuration de librairie"
2340
 
2341
- #: link-library-admin.php:4704
2342
  msgid "Generates CSV file with current library configuration for download"
2343
- msgstr "Générer un fichier CSV contenant la configuration de la librairie courante afin de la télécharger"
 
 
2344
 
2345
- #: link-library-admin.php:4704
2346
  msgid "Export current library settings"
2347
  msgstr "Exporter la configuration de la librairie courante"
2348
 
2349
- #: link-library-admin.php:4706
2350
  msgid "Export Library Settings"
2351
  msgstr "Exporter la configuration de la librairie"
2352
 
2353
- #: link-library-admin.php:4719
2354
  msgid "Search string"
2355
  msgstr "Chaîne de recherche"
2356
 
2357
- #: link-library-admin.php:4725
2358
  msgid "Delete links that return a 403 error"
2359
  msgstr "Supprimer les liens qui retournent une erreur 403"
2360
 
2361
- #: link-library-admin.php:4733
2362
  msgid "Check Reciprocal Links"
2363
  msgstr "Vérifier les liens réciproques"
2364
 
2365
- #: link-library-admin.php:4739
2366
  msgid "Check Broken Links"
2367
  msgstr "Vérifier les liens"
2368
 
2369
- #: link-library-admin.php:4744
2370
  msgid "Check Duplicate Links"
2371
  msgstr "Vérifier les liens en double"
2372
 
2373
- #: link-library-admin.php:4784
2374
- msgid "Featured Link"
2375
- msgstr "Lien mis en avant"
2376
-
2377
- #: link-library-admin.php:4790
2378
- msgid "No Follow"
2379
- msgstr "No Follow"
2380
-
2381
- #: link-library-admin.php:4796
2382
- msgid "Updated Date"
2383
- msgstr "Date de mise à jour"
2384
-
2385
- #: link-library-admin.php:4807
2386
- msgid "Secondary Web Address"
2387
- msgstr "Adresse internet secondaire"
2388
-
2389
- #: link-library-admin.php:4810
2390
- #: link-library-admin.php:4829
2391
- msgid "Visit"
2392
- msgstr "Visiter"
2393
-
2394
- #: link-library-admin.php:4833
2395
- msgid "Number of link views"
2396
- msgstr "Nombre de visites du lien"
2397
-
2398
- #: link-library-admin.php:4839
2399
- msgid "Link Submitter"
2400
- msgstr "Utilisateur ayant soumis le lien"
2401
-
2402
- #: link-library-admin.php:4845
2403
- #: usersubmission.php:333
2404
- #: usersubmission.php:423
2405
- msgid "Link Submitter Name"
2406
- msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
2407
 
2408
- #: link-library-admin.php:4851
2409
- #: usersubmission.php:337
2410
- #: usersubmission.php:427
2411
- msgid "Link Submitter E-mail"
2412
- msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2413
 
2414
- #: link-library-admin.php:4857
2415
- msgid "Link Additional Rel Tags"
2416
- msgstr "Détails additionnels pour les tags Rel"
2417
 
2418
- #: link-library-admin.php:4875
2419
- msgid "Current Link Image"
2420
  msgstr "Image assignée au lien"
2421
 
2422
- #: link-library-admin.php:4881
2423
  msgid "None Assigned"
2424
  msgstr "Non disponible"
2425
 
2426
- #: link-library-admin.php:4888
2427
- #: link-library-admin.php:4898
 
 
 
2428
  msgid "Automatic Image Generation"
2429
  msgstr "Génération automatique des images"
2430
 
2431
- #: link-library-admin.php:4892
2432
  msgid "Generate Thumbnail and Store locally"
2433
  msgstr "Générer la vignette Thumbnail et la conserver"
2434
 
2435
- #: link-library-admin.php:4893
2436
  msgid "Generate Favorite Icon and Store locally"
2437
  msgstr "Générer l&rsquo;icône de favori et la conserver"
2438
 
2439
- #: link-library-admin.php:4899
2440
  msgid "Only available once link is saved"
2441
  msgstr "Seulement disponible lorsque le lien est sauvegardé"
2442
 
2443
- #: link-library-admin.php:4904
2444
- msgid "Manual Image Upload"
2445
- msgstr "Téléchargement manuel de l&rsquo;image"
2446
 
2447
- #: link-library-admin.php:4906
2448
  msgid "Launch Media Uploader"
2449
  msgstr "Démarrer le gestionnaire de téléchargement des médias"
2450
 
2451
- #: link-library-admin.php:4911
2452
- msgid "Manual upload requires a wp-content\\uploads directory to be present with write permissions"
2453
- msgstr "Le téléchargement manuel requiert la présence du répertoire wp-content\\uploads avec des permissions d&rsquo;écriture"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2454
 
2455
- #: link-library-admin.php:5012
2456
- msgid "Cannot generate thumbnail when no name and no web address are specified."
2457
- msgstr "Il n&rsquo;est pas possible de générer de vignette puisque qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
 
 
 
 
 
 
 
 
2458
 
2459
- #: link-library-admin.php:5048
2460
- msgid "Cannot generate favorite icon when no name and no web address are specified."
2461
- msgstr "Il n&rsquo;est pas possible de générer l&rsquo;icône de favori puisque qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
 
 
 
 
 
 
 
 
2462
 
2463
- #: link-library-admin.php:5261
 
 
 
 
2464
  msgid "Duplicate Link Checker Report"
2465
  msgstr "Rapport du vérificateur de liens en double"
2466
 
2467
- #: link-library-admin.php:5263
2468
  msgid "Duplicate URLs"
2469
  msgstr "URLs en double"
2470
 
2471
- #: link-library-admin.php:5279
2472
  msgid "Duplicate Names"
2473
  msgstr "Nom en double"
2474
 
2475
- #: link-library-admin.php:5322
2476
- msgid "Reciprocal Link Checker Report"
2477
- msgstr "Rapport du vérificateur de liens réciproques"
2478
-
2479
- #: link-library-admin.php:5324
2480
- msgid "Broken Link Checker Report"
2481
- msgstr "Rapport du vérificateur de liens cassés"
2482
 
2483
- #: link-library-admin.php:5340
2484
  msgid "Not Found"
2485
  msgstr "Pas trouvé"
2486
 
2487
- #: link-library-admin.php:5342
2488
- msgid "OK"
2489
- msgstr "OK"
2490
-
2491
- #: link-library-admin.php:5344
2492
- msgid "Link valid"
2493
- msgstr "Lien valide"
2494
-
2495
- #: link-library-admin.php:5347
2496
  msgid "Error 403: Link Deleted"
2497
  msgstr "Erreur 403&nbsp;: Lien supprimé"
2498
 
2499
- #: link-library-admin.php:5349
2500
  msgid "Error 403"
2501
  msgstr "Erreur 403"
2502
 
2503
- #: link-library-admin.php:5351
2504
  msgid "Website Unreachable"
2505
  msgstr "Site Web non joignable"
2506
 
2507
- #: link-library-admin.php:5355
2508
  msgid "There are no links with reciprocal links associated with them"
2509
  msgstr "Il n&rsquo;y a pas de liens avec des liens réciproques associés"
2510
 
 
 
 
 
2511
  # Plugin name; please avoid translating if possible
2512
- #: link-library-admin.php:5362
2513
  msgid "Add Link Library Shortcode"
2514
  msgstr "Ajouter le code court de Link Library"
2515
 
2516
- #: link-library-defaults.php:124
2517
- #: render-link-library-addlink-sc.php:217
2518
  msgid "Link name"
2519
  msgstr "Nom du lien"
2520
 
2521
- #: link-library-defaults.php:125
2522
- #: render-link-library-addlink-sc.php:223
2523
  msgid "Link address"
2524
  msgstr "Adresse du lien"
2525
 
2526
- #: link-library-defaults.php:131
2527
  msgid "New link submitted."
2528
  msgstr "Nouveau lien soumis."
2529
 
2530
- #: link-library-defaults.php:132
2531
  msgid "It will appear in the list once moderated. Thank you."
2532
  msgstr "Il apparaîtra dans la liste une fois modéré. Merci."
2533
 
2534
- #: link-library-defaults.php:149
2535
  msgid "Link Library-Generated RSS Feed"
2536
  msgstr "Link Library-Flux d&rsquo;informations généré"
2537
 
2538
- #: link-library-defaults.php:150
2539
  msgid "Description of Link Library-Generated Feed"
2540
  msgstr "Description du flux d&rsquo;informations généré par Link Library"
2541
 
2542
- #: link-library-defaults.php:212
2543
- #: linkpopup.php:64
2544
  msgid "%link_image%<br />Click through to visit %link_name%."
2545
  msgstr "%link_image%<br />Cliquer pour visiter %link_name%."
2546
 
2547
- #: link-library-defaults.php:225
2548
  msgid "Search..."
2549
  msgstr "Rechercher..."
2550
 
2551
- #: link-library-defaults.php:227
2552
  msgid "Category Filter"
2553
  msgstr "Filtre des catégories"
2554
 
2555
- #: link-library-defaults.php:241
2556
  msgid "New"
2557
  msgstr "Nouveau"
2558
 
2559
- #: link-library.php:417
2560
- msgid "Link Library Generated Feed"
2561
- msgstr "Flux d&rsquo;informations généré par Link Library"
2562
 
2563
- #: link-library.php:611
2564
- msgid "Could not update link in the database"
2565
- msgstr "Le lien n&rsquo;a pas pu être mis à jour dans la base de données"
2566
 
2567
- #: link-library.php:618
2568
- msgid "Could not insert link into the database"
2569
- msgstr "Le lien n&rsquo;a pas pu être inséré dans la base de données"
 
 
 
 
 
 
2570
 
2571
- #: link-library.php:640
2572
- #: link-library.php:644
2573
- msgid "Link Library no longer supports calling this function with individual arguments. Please use the admin panel to configure Link Library and the do_shortcode function to use Link Library output in your code."
2574
- msgstr "Link Library ne supporte plus un appel à cette fonction avec des arguments. Merci d&rsquo;utiliser le panneau d&rsquo;administration pour paramétrer Link Library et la fonction do_shortcode pour utiliser le rendu de Link Library dans votre code."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2575
 
2576
- #: render-link-library-addlink-sc.php:137
2577
  msgid "Confirm code not given"
2578
  msgstr "Le code de confirmation n&rsquo;a pas été saisi"
2579
 
2580
- #: render-link-library-addlink-sc.php:139
2581
  msgid "Captcha code is wrong"
2582
  msgstr "Le code du captcha est incorrect"
2583
 
2584
- #: render-link-library-addlink-sc.php:141
2585
  msgid "Captcha code is only valid for 5 minutes"
2586
  msgstr "Le code du captcha n&rsquo;est valide que durant 5 minutes"
2587
 
2588
- #: render-link-library-addlink-sc.php:143
2589
  msgid "No captcha cookie given. Make sure cookies are enabled"
2590
- msgstr "Le cookie pour le code du captcha est absent. Veuillez vous assurer que les cookies sont activés."
 
 
2591
 
2592
- #: render-link-library-addlink-sc.php:145
2593
  msgid "Captcha answer was not provided."
2594
  msgstr "La réponse à la question du captcha n&rsquo;a pas été fournie."
2595
 
2596
- #: render-link-library-addlink-sc.php:147
2597
  msgid "Captcha answer is incorrect"
2598
  msgstr "La réponse à la question du captcha est incorrecte"
2599
 
2600
- #: render-link-library-addlink-sc.php:149
2601
  msgid "User Category was not provided correctly. Link insertion failed."
2602
- msgstr "La catégorie spécifiée par l&rsquo;utilisateur n&rsquo;a pas été correctement saisie. L&rsquo;ajout du lien a échoué."
 
 
2603
 
2604
- #: render-link-library-addlink-sc.php:157
2605
  msgid "Error: Link does not have an address."
2606
  msgstr "Erreur&nbsp;: Le lien n&rsquo;a pas d&rsquo;adresse spécifiée."
2607
 
2608
- #: render-link-library-addlink-sc.php:159
2609
  msgid "Error: Link already exists."
2610
  msgstr "Erreur&nbsp;: Ce lien existe déjà."
2611
 
2612
- #: render-link-library-addlink-sc.php:161
2613
- #: render-link-library-addlink-sc.php:163
2614
- #: render-link-library-addlink-sc.php:165
2615
- #: render-link-library-addlink-sc.php:167
2616
- #: render-link-library-addlink-sc.php:169
2617
- #: render-link-library-addlink-sc.php:171
2618
- #: render-link-library-addlink-sc.php:173
2619
- #: render-link-library-addlink-sc.php:175
2620
- #: render-link-library-addlink-sc.php:177
2621
- #: render-link-library-addlink-sc.php:179
2622
- #: render-link-library-addlink-sc.php:181
 
2623
  msgid " is a required field"
2624
  msgstr " est un champ obligatoire"
2625
 
2626
- #: render-link-library-addlink-sc.php:183
2627
  msgid "Link submission error"
2628
  msgstr "Erreur lors de l&rsquo;enregistrement du lien"
2629
 
2630
- #: render-link-library-addlink-sc.php:185
2631
  msgid "Link rejected. There is already a site with this reciprocal link."
2632
  msgstr "Lien refusé. Il existe déjà un site avec ce lien réciproque."
2633
 
2634
- #: render-link-library-addlink-sc.php:220
2635
- #: render-link-library-addlink-sc.php:282
2636
- #: render-link-library-addlink-sc.php:348
2637
- #: render-link-library-addlink-sc.php:365
2638
- #: render-link-library-addlink-sc.php:373
2639
- #: render-link-library-addlink-sc.php:421
2640
- #: render-link-library-addlink-sc.php:439
2641
- #: render-link-library-addlink-sc.php:532
2642
- #: render-link-library-addlink-sc.php:547
2643
- msgid "Required field"
2644
- msgstr "Champ obligatoire"
2645
 
2646
- #: render-link-library-addlink-sc.php:228
2647
  msgid "Required field, URL"
2648
  msgstr "Champ obligatoire, URL"
2649
 
2650
- #: render-link-library-addlink-sc.php:246
2651
- #: render-link-library-addlink-sc.php:335
2652
- #: render-link-library-addlink-sc.php:403
2653
  msgid "Required field, 1-255 chars"
2654
  msgstr "Champ obligatoire, 1 à 255 caractères"
2655
 
2656
- #: render-link-library-addlink-sc.php:278
2657
  msgid "Link category"
2658
  msgstr "Catégorie du lien"
2659
 
2660
- #: render-link-library-addlink-sc.php:285
2661
- msgid "Select a category"
2662
- msgstr "Choisir une catégorie"
 
 
 
2663
 
2664
- #: render-link-library-addlink-sc.php:324
 
 
 
 
2665
  msgid "Link description"
2666
  msgstr "Description du lien"
2667
 
2668
- #: render-link-library-addlink-sc.php:342
2669
  msgid "Large description"
2670
  msgstr "Grande Description du lien"
2671
 
2672
- #: render-link-library-addlink-sc.php:356
2673
  msgid "Link notes"
2674
  msgstr "Notes du lien"
2675
 
2676
- #: render-link-library-addlink-sc.php:457
2677
  msgid "Required field, proper e-mail, 1-128 chars"
2678
  msgstr "Champ obligatoire, adresse e-mail correcte, 1 à 128 caractères"
2679
 
2680
- #: render-link-library-addlink-sc.php:488
2681
- #: render-link-library-addlink-sc.php:519
2682
  msgid "Required field, 1-128 chars"
2683
  msgstr "Champ obligatoire, 1 à 128 caractères"
2684
 
2685
- #: render-link-library-addlink-sc.php:553
2686
  msgid "Add link"
2687
  msgstr "Ajouter un lien"
2688
 
2689
- #: render-link-library-addlink-sc.php:565
2690
  msgid "Form submission failed!"
2691
  msgstr "Erreur lors de l&rsquo;envoi du formulaire&nbsp;!"
2692
 
2693
- #: render-link-library-addlink-sc.php:566
2694
  msgid "You have not answered all required fields"
2695
  msgstr "Vous n&rsquo;avez pas remplis tous les champs obligatoires"
2696
 
2697
- #: render-link-library-addlink-sc.php:567
2698
  msgid "You have not given a correct time"
2699
  msgstr "Vous n&rsquo;avez pas donné une heure correcte"
2700
 
2701
- #: render-link-library-addlink-sc.php:568
2702
  msgid "You have not given a correct e-mail address"
2703
  msgstr "Vous n&rsquo;avez pas donné une adresse e-mail correcte"
2704
 
2705
- #: render-link-library-addlink-sc.php:569
2706
  msgid "You have not given a correct phone number"
2707
  msgstr "Vous n&rsquo;avez pas donné un numéro de téléphone correct"
2708
 
2709
- #: render-link-library-addlink-sc.php:570
2710
  msgid "You have not given a correct answer to the security question"
2711
- msgstr "Vous n&rsquo;avez pas donné une réponse correcte à la question de sécurité"
 
2712
 
2713
- #: render-link-library-addlink-sc.php:571
2714
  msgid "You have not given a correct date"
2715
  msgstr "Vous n&rsquo;avez pas donné une date correcte"
2716
 
2717
- #: render-link-library-addlink-sc.php:572
2718
  msgid "The input value must be between "
2719
  msgstr "La valeur doit être entre "
2720
 
2721
- #: render-link-library-addlink-sc.php:573
2722
  msgid "characters"
2723
  msgstr "caractères"
2724
 
2725
- #: render-link-library-addlink-sc.php:574
2726
  msgid "The input value is longer than "
2727
  msgstr "La valeur est plus longue que "
2728
 
2729
- #: render-link-library-addlink-sc.php:575
2730
  msgid "The input value is shorter than "
2731
  msgstr "La valeur est plus petite que "
2732
 
2733
- #: render-link-library-addlink-sc.php:576
2734
  msgid "Input values could not be confirmed"
2735
  msgstr "La valeur saisie ne peut pas être validée"
2736
 
2737
- #: render-link-library-addlink-sc.php:577
2738
  msgid "Incorrect domain value"
2739
  msgstr "Valeur incorrect du domaine"
2740
 
2741
- #: render-link-library-addlink-sc.php:578
2742
  msgid "The input value is not a correct URL. Requires http://."
2743
- msgstr "La valeur saisie n&rsquo;est pas une URL correcte. Il faut mettre http://."
 
2744
 
2745
- #: render-link-library-addlink-sc.php:579
2746
  msgid "The input value is incorrect"
2747
  msgstr "La valeur saisie est incorrecte"
2748
 
2749
- #: render-link-library-addlink-sc.php:580
2750
  msgid " and spaces "
2751
  msgstr " et espaces "
2752
 
2753
- #: render-link-library-addlink-sc.php:581
2754
  msgid "The input value was not a correct number"
2755
  msgstr "La valeur n&rsquo;est pas un nombre correct"
2756
 
2757
- #: render-link-library-addlink-sc.php:582
2758
  msgid "Your social security number was incorrect"
2759
  msgstr "Votre numéro de sécurité sociale n&rsquo;est pas correct"
2760
 
2761
- #: render-link-library-addlink-sc.php:583
2762
  msgid "Incorrect UK VAT Number"
2763
  msgstr "Le nombre UK VAT est incorrect"
2764
 
2765
- #: render-link-library-addlink-sc.php:584
2766
  msgid "The password is not strong enough"
2767
  msgstr "Le mot de passe n&rsquo;est pas assez fort"
2768
 
2769
- #: render-link-library-addlink-sc.php:585
2770
  msgid "You have to choose at least "
2771
  msgstr "Vous devez choisir au moins "
2772
 
2773
- #: render-link-library-addlink-sc.php:586
2774
  msgid " answers"
2775
  msgstr " réponses"
2776
 
2777
- #: render-link-library-addlink-sc.php:587
2778
  msgid "The input value can only contain alphanumeric characters "
2779
  msgstr "La valeur ne peut contenir que des caractères alphanumériques "
2780
 
2781
- #: render-link-library-addlink-sc.php:588
2782
  msgid " and "
2783
  msgstr " et "
2784
 
2785
- #: render-link-library-addlink-sc.php:589
2786
  #, php-format
2787
  msgid "The file you are trying to upload is too large (max %s)"
2788
  msgstr "Le fichier que vous essayez de téléverser est trop gros (max %s)"
2789
 
2790
- #: render-link-library-addlink-sc.php:590
2791
  #, php-format
2792
  msgid "Only files of type %s is allowed"
2793
  msgstr "Seulement les fichiers de type %s sont autorisés"
2794
 
2795
- #: render-link-library-addlink-sc.php:591
2796
  msgid "Please choose between "
2797
  msgstr "Merci de choisir entre "
2798
 
2799
- #: render-link-library-addlink-sc.php:592
2800
  msgid "Please choose at least "
2801
  msgstr "Merci de choisir au moins "
2802
 
2803
- #: render-link-library-addlink-sc.php:593
2804
  msgid "Please choose a maximum of "
2805
  msgstr "Merci de choisir un maximum de "
2806
 
2807
- #: render-link-library-addlink-sc.php:594
2808
  msgid " item(s)"
2809
  msgstr " élément(s)"
2810
 
2811
- #: render-link-library-addlink-sc.php:595
2812
  msgid "The credit card number is not correct"
2813
  msgstr "Le numéro de carte de crédit est incorrect"
2814
 
2815
- #: render-link-library-addlink-sc.php:596
2816
  msgid "The CVV number was not correct"
2817
  msgstr "Le nombre CVV n&rsquo;est pas correct"
2818
 
2819
- #: render-link-library-addlink-sc.php:597
2820
  msgid "Incorrect image dimensions,"
2821
  msgstr "Dimentions de l&rsquo;image incorrectes,"
2822
 
2823
- #: render-link-library-addlink-sc.php:598
2824
  msgid "the image can not be taller than"
2825
  msgstr "l&rsquo;image ne peut pas être plus haute que"
2826
 
2827
- #: render-link-library-addlink-sc.php:599
2828
  msgid "the image can not be wider than"
2829
  msgstr "l&rsquo;image ne peut pas être plus large que"
2830
 
2831
- #: render-link-library-addlink-sc.php:600
2832
  msgid "the image was too small"
2833
  msgstr "l&rsquo;image est trop petite"
2834
 
2835
- #: render-link-library-addlink-sc.php:601
2836
  msgid "min"
2837
  msgstr "min"
2838
 
2839
- #: render-link-library-addlink-sc.php:602
2840
  msgid "max"
2841
  msgstr "max"
2842
 
2843
- #: render-link-library-addlink-sc.php:603
2844
  msgid "Image ratio is not accepted"
2845
  msgstr "Le ratio pour l&rsquo;image n&rsquo;est pas accepté"
2846
 
2847
- #: render-link-library-addlink-sc.php:630
2848
  msgid "Enter code from above image"
2849
  msgstr "Entrer le code de l&rsquo;image ci-dessus"
2850
 
2851
- #: render-link-library-cats-sc.php:404
2852
  msgid "Go!"
2853
  msgstr "Allez-y&nbsp;!"
2854
 
2855
- #: render-link-library-cats-sc.php:433
2856
  msgid "No categories found"
2857
  msgstr "Aucune catégorie trouvée"
2858
 
2859
- #: render-link-library-sc.php:50
2860
- #: render-link-library-sc.php:61
2861
- #: render-link-library-sc.php:65
2862
- #: render-link-library-sc.php:78
2863
- #: render-link-library-sc.php:84
2864
  msgid "Previous"
2865
  msgstr "Précédent"
2866
 
2867
- #: render-link-library-sc.php:149
2868
- #: render-link-library-sc.php:160
2869
- #: render-link-library-sc.php:164
2870
- #: render-link-library-sc.php:170
2871
- #: render-link-library-sc.php:177
2872
  msgid "Next"
2873
  msgstr "Suivant"
2874
 
2875
- #: render-link-library-sc.php:637
2876
  msgid "Search Results for"
2877
  msgstr "Résultats de la recherche pour"
2878
 
2879
- #: render-link-library-sc.php:1065
 
 
 
 
 
2880
  msgid "Last updated"
2881
  msgstr "Dernière mise à jour"
2882
 
2883
- #: render-link-library-sc.php:1211
2884
- msgid "Edit"
2885
- msgstr "Éditer"
2886
-
2887
- #: render-link-library-sc.php:1295
2888
  msgid "Preview of RSS feed for"
2889
  msgstr "Aperçu du flux d&rsquo;informations RSS de"
2890
 
2891
- #: render-link-library-sc.php:1658
2892
- msgid "No links found"
2893
- msgstr "Aucun lien trouvé"
 
 
 
2894
 
2895
- #: usersubmission.php:294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2896
  msgid "A user submitted a new link to your Wordpress Link database."
2897
  msgstr "Un utilisateur a soumis un nouveau lien pour votre site WordPress."
2898
 
2899
- #: usersubmission.php:321
2900
- #: usersubmission.php:411
2901
  msgid "Link Secondary Address"
2902
  msgstr "Adresse supplémentaire pour le lien"
2903
 
2904
- #: usersubmission.php:325
2905
- #: usersubmission.php:415
2906
  msgid "Link Telephone"
2907
  msgstr "Numéro de téléphone"
2908
 
2909
- #: usersubmission.php:329
2910
- #: usersubmission.php:419
2911
  msgid "Link E-mail"
2912
  msgstr "Adresse électronique"
2913
 
2914
- #: usersubmission.php:341
2915
- #: usersubmission.php:431
 
 
 
 
 
 
 
 
 
 
 
2916
  msgid "Link Comment"
2917
  msgstr "Commentaire sur le lien"
2918
 
2919
- #: usersubmission.php:356
2920
  msgid "New link added"
2921
  msgstr "Nouveau lien soumis"
2922
 
2923
- #: usersubmission.php:370
2924
  msgid "Link Submission Confirmation"
2925
  msgstr "Confirmation d&rsquo;enregistrement du lien"
2926
 
2927
- #: usersubmission.php:372
2928
  msgid "Thank you for your link submission on "
2929
  msgstr "Merci pour votre proposition de lien sur "
2930
 
2931
- #: usersubmission.php:376
2932
  msgid "Your link will appear once approved by the site administrator."
2933
- msgstr "Votre lien apparaitra lorsqu&rsquo;il sera approuvé par l&rsquo;administrateur du site."
 
 
2934
 
2935
- #: usersubmission.php:378
2936
  msgid "Your link will immediately be added to the site."
2937
  msgstr "Votre lien va être immédiatement publié sur le site."
2938
 
@@ -2941,3 +3665,88 @@ msgstr "Votre lien va être immédiatement publié sur le site."
2941
  msgid "#%d (no title)"
2942
  msgstr "#%d (pas de titre)"
2943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Link Library 5.9.15.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-30 15:44-0400\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
+ "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
+ "X-Generator: Poedit 2.2.3\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;"
17
+ "esc_attr__;esc_attr_e\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: blocks/link-library-main/block.js:27
23
+ #, fuzzy
24
+ #| msgid "Link Category List"
25
+ msgid "Link Library Link List"
26
+ msgstr "Liste de catégories de lien"
27
+
28
+ #: blocks/link-library-main/block.js:55
29
+ msgid "Hello from the editor!"
30
+ msgstr ""
31
+
32
+ #: blocks/link-library-main/block.js:70
33
+ msgid "Hello from the saved content!"
34
+ msgstr ""
35
+
36
  # Plugin name; please avoid translating if possible
37
+ #: link-library-admin.php:109
38
  msgid "Insert a Link Library shortcode"
39
  msgstr "Insérer le code court de Link Library"
40
 
41
+ #: link-library-admin.php:112
42
  msgid "Link List"
43
  msgstr "Liste de liens"
44
 
45
+ #: link-library-admin.php:113
46
  msgid "Link Category List"
47
  msgstr "Liste de catégories de lien"
48
 
49
+ #: link-library-admin.php:114
50
  msgid "Link Search"
51
  msgstr "Recherche de lien"
52
 
53
+ #: link-library-admin.php:115
54
  msgid "Add Link Form"
55
  msgstr "Formulaire d&rsquo;ajout de lien"
56
 
57
+ #: link-library-admin.php:119
58
  msgid "Insert Shortcode"
59
  msgstr "Insérer le code court"
60
 
61
+ #: link-library-admin.php:120
62
  msgid "Cancel"
63
  msgstr "Annuler"
64
 
65
+ #: link-library-admin.php:123
66
  msgid "Render a list of links."
67
  msgstr "Montrer une liste de liens."
68
 
69
+ #: link-library-admin.php:125 link-library-admin.php:180
70
+ #: link-library-admin.php:215
 
71
  msgid "Library ID"
72
  msgstr "ID de la librairie"
73
 
74
+ #: link-library-admin.php:136 link-library-admin.php:191
75
+ #: link-library-admin.php:226 link-library-admin.php:885
76
+ #: link-library-admin.php:2784 link-library-admin.php:3296
77
+ #: link-library-admin.php:3309
 
 
78
  msgid "Library"
79
  msgstr "Librairie"
80
 
81
+ #: link-library-admin.php:142
82
  msgid "Single Link ID"
83
  msgstr "ID d&rsquo;un lien unique"
84
 
85
+ #: link-library-admin.php:145
86
  msgid "Specify ID of single link to be displayed"
87
  msgstr "Définir l&rsquo;ID d&rsquo;un lien unique à afficher"
88
 
89
+ #: link-library-admin.php:147 link-library-admin.php:197
90
+ #: link-library-admin.php:232
 
91
  msgid "Category Override"
92
  msgstr "Modifier la configuration des catégories"
93
 
94
+ #: link-library-admin.php:150 link-library-admin.php:200
95
+ #: link-library-admin.php:235
96
+ msgid ""
97
+ "Single, or comma-separated list of categories IDs to be displayed in the "
98
+ "link list"
99
+ msgstr ""
100
+ "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des "
101
+ "virgules qu&rsquo;il faut afficher dans la liste des liens"
102
 
103
+ #: link-library-admin.php:152 link-library-admin.php:202
104
+ #: link-library-admin.php:237
 
105
  msgid "Excluded Category Override"
106
  msgstr "Modifier les exclusions de catégories"
107
 
108
+ #: link-library-admin.php:155 link-library-admin.php:205
109
+ #: link-library-admin.php:240
110
+ msgid ""
111
+ "Single, or comma-separated list of categories IDs to be excluded from the "
112
+ "link list"
113
+ msgstr ""
114
+ "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des "
115
+ "vrigules qu&rsquo;il faut exclure de la liste des liens"
116
+
117
+ #: link-library-admin.php:157 link-library-admin.php:162
118
+ #: link-library-admin.php:167 link-library-admin.php:172
119
  msgid "Notes Override"
120
  msgstr "Modifier la configuration des notes"
121
 
122
+ #: link-library-admin.php:160
123
  msgid "Set to 0 or 1 to display or not display link notes"
124
  msgstr "Mettre 0 ou 1 pour affichier ou non les notes sur les liens"
125
 
126
+ #: link-library-admin.php:165
127
  msgid "Set to 0 or 1 to display or not display link descriptions"
128
  msgstr "Mettre 0 ou 1 pour afficher ou non les descriptions de liens"
129
 
130
+ #: link-library-admin.php:170
131
  msgid "Set to 0 or 1 to display or not display rss information"
132
  msgstr "Mettre 0 ou 1 pour afficher ou non les informations RSS"
133
 
134
+ #: link-library-admin.php:175
135
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
136
+ msgstr ""
137
+ "Mettre 0 ou 1 pour affichier les liens soit en liste non triée, soit en "
138
+ "tableau"
139
 
140
+ #: link-library-admin.php:178
141
  msgid "Render a list of link categories."
142
  msgstr "Montrer une liste de catégories de liens."
143
 
144
+ #: link-library-admin.php:208
145
  msgid "Render a search box to search through links."
146
  msgstr "Afficher une zone de recherche des liens."
147
 
148
+ #: link-library-admin.php:210
149
  msgid "There are no options for this shortcode."
150
  msgstr "Il n&rsquo;y a pas d&rsquo;options pour ce code court."
151
 
152
+ #: link-library-admin.php:213
153
  msgid "Render a form for visitors to submit new links."
154
  msgstr "Montrer un formulaire aux visiteurs pour proposer de nouveaux liens."
155
 
156
+ #: link-library-admin.php:275
157
  msgid "Category Link"
158
  msgstr "Lien des catégories"
159
 
160
+ #: link-library-admin.php:304
161
  msgid "Extra Query String"
162
  msgstr "Chaine supplémentaire de la requête"
163
 
164
+ #: link-library-admin.php:407 link-library-admin.php:778
165
+ msgid ""
166
+ "Please create a folder called uploads under your Wordpress /wp-content/ "
167
+ "directory with write permissions to use this functionality."
168
+ msgstr ""
169
+ "Veuillez créer un répertoire nommé uploads dans le répertoire wp-content de "
170
+ "votre installation WordPress avec les permissions d&rsquo;écriture pour "
171
+ "utiliser cette fonctionnalité."
172
+
173
+ #: link-library-admin.php:409 link-library-admin.php:780
174
+ msgid ""
175
+ "Please make sure that the /wp-content/uploads/ directory has write "
176
+ "permissions to use this functionality."
177
+ msgstr ""
178
+ "Veuillez vous assurer que le répertoire /wp-content/uploads à des "
179
+ "permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
180
+
181
+ #: link-library-admin.php:549
182
+ msgid "Basic Details"
183
+ msgstr ""
184
 
185
+ #: link-library-admin.php:551 link-library-admin.php:4203
186
+ #: link-library-admin.php:4336 render-link-library-sc.php:1180
187
+ msgid "Image"
188
+ msgstr "Image"
189
+
190
+ #: link-library-admin.php:556
191
+ msgid "Full-Page Content"
192
+ msgstr ""
193
 
194
+ #: link-library-admin.php:559
195
+ #, fuzzy
196
+ #| msgid "Additional Details"
197
+ msgid "Additional Parameters"
198
+ msgstr "Détails additionnels"
199
 
200
+ #: link-library-admin.php:569
201
  msgid "Link Library: Missing Thumbshots API Key"
202
  msgstr "Link Library&nbsp;: Il manque le Thumbshots CID"
203
 
204
+ #: link-library-admin.php:569
205
+ msgid ""
206
+ "One of your link libraries is configured to use Thumbshots for link "
207
+ "thumbails, but you have not entered your Thumbshots.com API Key. Please "
208
+ "visit Thumbshots.com to apply for a free or paid account and enter your API "
209
+ "in the Link Library admin panel."
210
+ msgstr ""
211
+ "Une de vos librairies est configurée pour utilisé les vignettes de "
212
+ "Thumbshots, mais vous n&rsquo;avez pas entré votre CID Thumbshots.com. Merci "
213
+ "de visiter Thumbshots.com pour créer un compte gratuit ou payant puis "
214
+ "saisissez la clé dans l&rsquo;administration de Link Library."
215
 
216
  # Plugin name; please avoid translating if possible
217
+ #: link-library-admin.php:569
218
  msgid "Jump to Link Library admin"
219
  msgstr "Aller à l&rsquo;administration de Link Library"
220
 
221
  # Plugin name; please avoid translating if possible
222
+ #: link-library-admin.php:574
223
  msgid "Link Library: No Link Categories on your site"
224
  msgstr "Link Library&nbsp;: Pas de catégories de liens dans votre site"
225
 
226
+ #: link-library-admin.php:574
227
+ msgid ""
228
+ "There are currently no link categories defined in your WordPress site. Link "
229
+ "Library will not work correctly without categories. Please create at least "
230
+ "one before trying to use Link Library and make sure each link is assigned a "
231
+ "category."
232
+ msgstr ""
233
+ "Il n&rsquo;y a pas de catégories de liens de définies dans votre site "
234
+ "WordPress. Link Library ne fonctionnera pas correctement sans catégories. "
235
+ "Merci de créer au moins une catégorie avant d&rsquo;utiliser Link Library et "
236
+ "faite en sorte que chaque lien soit associé à une catégorie."
237
 
238
+ #: link-library-admin.php:628
239
  msgid "Links to moderate"
240
  msgstr "Liens à modérer"
241
 
242
+ #: link-library-admin.php:675
243
+ #, fuzzy
244
+ #| msgid "General Options"
245
+ msgid "Global Options"
 
246
  msgstr "Configuration générale"
247
 
248
+ #: link-library-admin.php:677
249
+ msgid "Configurations"
250
+ msgstr ""
251
 
252
  # Plugin name; please avoid translating if possible
253
+ #: link-library-admin.php:677
254
+ #, fuzzy
255
+ #| msgid "Library Settings"
256
+ msgid "Library Configurations"
257
  msgstr "Configuration de la librairie"
258
 
259
+ #: link-library-admin.php:680 link-library-admin.php:682
260
+ #: link-library-admin.php:1063
 
261
  msgid "Moderate"
262
  msgstr "Modération"
263
 
264
+ #: link-library-admin.php:685 link-library-admin.php:1068
265
+ #: link-library-admin.php:2606
 
266
  msgid "Stylesheet"
267
  msgstr "Feuille de style"
268
 
269
+ #: link-library-admin.php:687 link-library-admin.php:718
 
270
  msgid "Link checking tools"
271
  msgstr "Outil de vérification des liens"
272
 
273
+ #: link-library-admin.php:689 link-library-admin.php:1076
 
274
  msgid "FAQ"
275
  msgstr "FAQ"
276
 
277
+ #: link-library-admin.php:716
 
 
 
 
 
278
  msgid "Links awaiting moderation"
279
  msgstr "Liens en attente de modération"
280
 
281
+ #: link-library-admin.php:717 link-library-admin.php:2608
 
282
  msgid "Editor"
283
  msgstr "Éditeur"
284
 
285
+ #: link-library-admin.php:719
286
+ msgid "Save"
287
+ msgstr "Enregistrer"
288
+
289
+ #: link-library-admin.php:826
290
  msgid "Thumbnails successfully generated!"
291
  msgstr "Vignettes générées avec succès&nbsp;!"
292
 
293
+ #: link-library-admin.php:828
294
  msgid "Favicons successfully generated!"
295
  msgstr "Icônes de favoris générées avec succès&nbsp;!"
296
 
297
+ #: link-library-admin.php:830 link-library-admin.php:5849
 
298
  msgid "Thumbnail successfully generated for"
299
  msgstr "Vignette générée avec succès pour"
300
 
301
+ #: link-library-admin.php:832 link-library-admin.php:5885
 
302
  msgid "Favicon successfully generated for"
303
  msgstr "Icône de favoris générée avec succès pour"
304
 
305
+ #: link-library-admin.php:863
306
  msgid "General Settings Saved"
307
  msgstr "Configuration générale enregistrée"
308
 
309
+ #: link-library-admin.php:865 link-library-admin.php:911
310
+ msgid ""
311
+ "Link Library plugin directory needs to be writable to perform this action"
312
+ msgstr ""
313
+ "Le répertoire doit avoir des permissions d&rsquo;écriture complètes pour "
314
+ "exécuter cette action"
315
+
316
+ #: link-library-admin.php:867
317
+ msgid ""
318
+ "You must set the Google reCAPTCHA Site and Secret Keys to be able to set the "
319
+ "captcha generator to Google reCAPTCHA."
320
+ msgstr ""
321
+ "Vous devez saisir les clés de site et la clé secrète de Google reCAPTCHA "
322
+ "avant de pouvoir utiliser le générateur de captcha."
323
 
324
+ #: link-library-admin.php:869
325
+ #, fuzzy
326
+ #| msgid "No links found"
327
+ msgid "row(s) found"
328
+ msgstr "Aucun lien trouvé"
329
 
330
+ #: link-library-admin.php:869 link-library-admin.php:923
331
+ msgid "link(s) imported"
332
+ msgstr "lien(s) importé(s)"
333
 
334
+ #: link-library-admin.php:869 link-library-admin.php:923
335
+ msgid "link(s) updated"
336
+ msgstr "lien(s) mis à jour"
337
+
338
+ #: link-library-admin.php:895 link-library-admin.php:3336
339
  msgid "Library #"
340
  msgstr "Librairie #"
341
 
342
+ #: link-library-admin.php:895
343
  msgid "Updated"
344
  msgstr "Mis à jour"
345
 
346
+ #: link-library-admin.php:899
347
  msgid "Included Category ID"
348
  msgstr "Identifiants des catégories inclus"
349
 
350
+ #: link-library-admin.php:899 link-library-admin.php:903
 
351
  msgid "is invalid. Please check the ID in the Link Category editor."
352
+ msgstr ""
353
+ "est invalide. Veuillez vérifier l&rsquo;identifiant dans l&rsquo;éditeur de "
354
+ "catégories de liens."
355
 
356
+ #: link-library-admin.php:903
357
  msgid "Excluded Category ID"
358
  msgstr "Identifiant des catégorie exclues"
359
 
360
+ #: link-library-admin.php:907
361
  msgid "Invalid column count for link on row. Compare against template."
362
+ msgstr ""
363
+ "Nombre de colonnes invalides pour le lien de la ligne. Comparer avec le "
364
+ "modèle."
 
 
 
 
 
 
365
 
366
+ #: link-library-admin.php:915
367
  msgid "Library Settings imported successfully"
368
  msgstr "Configuration de librairie exportée avec succès"
369
 
370
+ #: link-library-admin.php:919
371
  msgid "Library Settings Upload Failed"
372
+ msgstr ""
373
+ "L&rsquo;envoi de la configuration de librairie n&rsquo;a pas fonctionné"
 
 
 
 
 
 
 
374
 
375
+ #: link-library-admin.php:927
376
  msgid "Links are missing categories"
377
  msgstr "Les liens n&rsquo;ont pas de catégories"
378
 
379
+ #: link-library-admin.php:940
380
  msgid "Link(s) Approved"
381
  msgstr "Lien(s) approuvé(s)"
382
 
383
+ #: link-library-admin.php:942
384
  msgid "Link(s) Deleted"
385
  msgstr "Lien(s) supprimé(s)"
386
 
387
+ #: link-library-admin.php:953
388
  msgid "Stylesheet updated"
389
  msgstr "Feuille de style mise à jour"
390
 
391
+ #: link-library-admin.php:955
392
  msgid "Stylesheet reset to original state"
393
  msgstr "Feuille de style originale restaurée"
394
 
395
+ #: link-library-admin.php:962
396
  msgid "Settings updated"
397
  msgstr "Configuration mise à jour"
398
 
399
+ #: link-library-admin.php:968
400
+ msgid "Reciprocal Link Checker Report"
401
+ msgstr "Rapport du vérificateur de liens réciproques"
402
+
403
+ #: link-library-admin.php:970
404
+ msgid "Broken Link Checker Report"
405
+ msgstr "Rapport du vérificateur de liens cassés"
406
+
407
+ #: link-library-admin.php:1053
408
+ msgid "General Options"
409
+ msgstr "Configuration générale"
410
+
411
+ # Plugin name; please avoid translating if possible
412
+ #: link-library-admin.php:1058
413
+ msgid "Library Settings"
414
+ msgstr "Configuration de la librairie"
415
+
416
+ #: link-library-admin.php:1073
417
  msgid "Reciprocal Check"
418
  msgstr "Vérification des liens réciproques"
419
 
420
+ #: link-library-admin.php:1244
421
  msgid "General"
422
  msgstr "Général"
423
 
424
+ #: link-library-admin.php:1245
425
+ msgid "Single Item Layout"
426
+ msgstr ""
427
+
428
+ #: link-library-admin.php:1246
429
  msgid "Images"
430
  msgstr "Images"
431
 
432
+ #: link-library-admin.php:1247
433
  msgid "Bookmarklet"
434
  msgstr "Bookmarklet"
435
 
436
+ #: link-library-admin.php:1248
437
  msgid "Moderation"
438
  msgstr "Modération"
439
 
440
+ #: link-library-admin.php:1249
441
  msgid "Hide Donation"
442
  msgstr "Cacher le lien de don"
443
 
444
+ #: link-library-admin.php:1250
445
+ #, fuzzy
446
+ #| msgid "Import/Export"
447
+ msgid "Import/Export Links"
448
+ msgstr "Importer/Exporter"
449
+
450
+ #: link-library-admin.php:1257
451
  msgid "Usage"
452
  msgstr "Utilisation"
453
 
454
+ #: link-library-admin.php:1258
455
+ msgid "Presets"
456
+ msgstr ""
457
+
458
+ #: link-library-admin.php:1259
459
  msgid "Common"
460
  msgstr "Commun"
461
 
462
+ #: link-library-admin.php:1260
463
  msgid "Categories"
464
  msgstr "Catégories"
465
 
466
+ #: link-library-admin.php:1261
467
  msgid "Links"
468
  msgstr "Liens"
469
 
470
+ #: link-library-admin.php:1262
471
  msgid "Advanced"
472
  msgstr "Avancé"
473
 
474
+ #: link-library-admin.php:1263
475
  msgid "Pop-Ups"
476
  msgstr "Pop-ups"
477
 
478
+ #: link-library-admin.php:1264
479
  msgid "RSS Display"
480
  msgstr "Afficher le flux RSS"
481
 
482
+ #: link-library-admin.php:1265
483
  msgid "Thumbnails"
484
  msgstr "Vignettes"
485
 
486
+ #: link-library-admin.php:1266
487
  msgid "RSS Feed"
488
  msgstr "Titre du flux d&rsquo;informations RSS"
489
 
490
+ #: link-library-admin.php:1267 link-library-admin.php:4978
491
+ #: link-library-admin.php:4987
 
492
  msgid "Search"
493
  msgstr "Rechercher"
494
 
495
+ #: link-library-admin.php:1268
496
  msgid "User Submission"
497
  msgstr "Liens soumis par les utilisateurs"
498
 
499
+ #: link-library-admin.php:1269
500
+ #, fuzzy
501
+ #| msgid "Import/Export"
502
+ msgid "Import/Export Settings"
503
  msgstr "Importer/Exporter"
504
 
505
+ #: link-library-admin.php:1326 link-library-admin.php:2119
506
+ #: link-library-admin.php:2376 link-library-admin.php:2493
507
+ #: link-library-admin.php:2529
 
 
508
  msgid "Not allowed"
509
  msgstr "Non permis"
510
 
511
+ #: link-library-admin.php:2423 link-library-admin.php:2466
512
+ #: usersubmission.php:524
 
513
  msgid "Message generated by"
514
  msgstr "Message généré par"
515
 
516
+ #: link-library-admin.php:2582
517
+ msgid "Re-import"
518
+ msgstr ""
519
+
520
+ #: link-library-admin.php:2583
521
+ msgid ""
522
+ "Using the re-import function will delete all links in your Link Library and "
523
+ "re-import links from the old Link Library 5.9 format to version 6.x. Only "
524
+ "use this function if you recently upgraded from 5.9 to 6.x and are having "
525
+ "issues with the converter links."
526
+ msgstr ""
527
+
528
+ #: link-library-admin.php:2583
529
+ #, fuzzy
530
+ #| msgid "Export All Links"
531
+ msgid "Re-import links"
532
+ msgstr "Exporter tous les liens"
533
+
534
+ #: link-library-admin.php:2586
535
+ #, fuzzy
536
+ #| msgid "Category Filter"
537
+ msgid "Category mapping table"
538
+ msgstr "Filtre des catégories"
539
+
540
+ #: link-library-admin.php:2587
541
+ #, fuzzy
542
+ #| msgid "Export Library Settings"
543
+ msgid "Export category mapping"
544
+ msgstr "Exporter la configuration de la librairie"
545
+
546
+ # Plugin name; please avoid translating if possible
547
+ #: link-library-admin.php:2590
548
+ #, fuzzy
549
+ #| msgid "Jump to Link Library admin"
550
+ msgid "Delete old Link Library 5.9 Links"
551
+ msgstr "Aller à l&rsquo;administration de Link Library"
552
+
553
+ #: link-library-admin.php:2591
554
+ #, fuzzy
555
+ #| msgid "Delete all local icons"
556
+ msgid "Delete old links"
557
+ msgstr "Supprimer toutes les icônes locales"
558
+
559
+ #: link-library-admin.php:2598 link-library-admin.php:6356
560
  msgid "Update channel"
561
  msgstr "Canal de mise à jour"
562
 
563
+ #: link-library-admin.php:2600 link-library-admin.php:6358
 
564
  msgid "Standard channel - Updates as they are released"
565
  msgstr "Canal standard - Mise à jour à chaque version"
566
 
567
+ #: link-library-admin.php:2601 link-library-admin.php:6359
 
568
  msgid "Monthly Channel - Updates once per month"
569
  msgstr "Canal mensuel - Mise à jour une fois par mois"
570
 
571
+ #: link-library-admin.php:2606 link-library-admin.php:2607
572
+ msgid ""
573
+ "The stylesheet is now defined and stored using the Link Library admin "
574
+ "interface. This avoids problems with updates from one version to the next."
575
+ msgstr ""
576
+ "La feuille de style est maintenant définie et sauvegardée à partir du "
577
+ "panneau d&rsquo;administration de Link Library. Ceci évite des problèmes "
578
+ "lors des mises à jour."
579
 
580
+ #: link-library-admin.php:2612
581
  msgid "Number of Libraries"
582
  msgstr "Nombre de librairies"
583
 
584
+ # Plugin name; please avoid translating if possible
585
+ #: link-library-admin.php:2618
586
+ #, fuzzy
587
+ #| msgid "Add Link Library Shortcode"
588
+ msgid "Link Library Post Slug"
589
+ msgstr "Ajouter le code court de Link Library"
590
+
591
+ #: link-library-admin.php:2664
592
  msgid "Category selection method"
593
  msgstr "Méthode de sélection des catégories"
594
 
595
+ #: link-library-admin.php:2666
596
  msgid "Comma-separated ID list"
597
  msgstr "Liste d&rsquo;ID séparée par des virgules"
598
 
599
+ #: link-library-admin.php:2667
600
  msgid "Multi-select List"
601
  msgstr "Liste à sélection multiple"
602
 
603
+ #: link-library-admin.php:2671
604
+ #, fuzzy
605
+ #| msgid "Delete links that return a 403 error"
606
+ msgid "Default link target in editor"
607
+ msgstr "Supprimer les liens qui retournent une erreur 403"
608
+
609
+ #: link-library-admin.php:2681
610
+ msgid "Default protocol for new links in admin when not specified"
611
+ msgstr ""
612
+
613
+ #: link-library-admin.php:2691 link-library-admin.php:2692
614
+ msgid ""
615
+ "Enter comma-separate list of pages on which the Link Library stylesheet and "
616
+ "scripts should be loaded. Primarily used if you display Link Library using "
617
+ "the API"
618
+ msgstr ""
619
+ "Spécifier une liste de pages, séparées par des virgules, dans lesquelles les "
620
+ "feuilles de styles et les scripts de Link Library doivent être chargés. "
621
+ "Cette option est principalement utilisée si vous affichez Link Library en "
622
+ "utilisant son API."
623
 
624
+ #: link-library-admin.php:2691
625
  msgid "Additional pages to load styles and scripts"
626
  msgstr "Pages additionelles pour afficher les styles et scripts"
627
 
628
+ #: link-library-admin.php:2697
629
  msgid "Debug Mode"
630
  msgstr "Mise au point"
631
 
632
+ #: link-library-admin.php:2702 link-library-admin.php:2703
633
+ #: link-library-admin.php:2708 link-library-admin.php:2709
634
+ msgid ""
635
+ "This function is only possible when showing one category at a time and while "
636
+ "the default category is not shown."
637
+ msgstr ""
638
+ "Cette fonctionnalité est seulement possible lorsque l&rsquo;option &ldquo;"
639
+ "N&rsquo;afficher qu&rsquo;une catégorie à la fois&rdquo; est activée et que "
640
+ "la catégorie par défaut n&rsquo;est pas affichée."
641
 
642
+ #: link-library-admin.php:2702
643
  msgid "Page Title Prefix"
644
  msgstr "Préfixe pour le titre des pages"
645
 
646
+ #: link-library-admin.php:2708
647
  msgid "Page Title Suffix"
648
  msgstr "Suffixe pour le titre des pages"
649
 
650
+ #: link-library-admin.php:2714 link-library-admin.php:2715
651
+ msgid ""
652
+ "Path for images files that are uploaded manually or generated through "
653
+ "thumbnail generation service"
654
+ msgstr ""
655
+ "Répertoire pour les images qui sont chargées manuellement ou bien qui sont "
656
+ "générées par le service des vignettes thumbnail"
657
 
658
+ #: link-library-admin.php:2714
659
  msgid "Link Image File Path"
660
  msgstr "Répertoire des fichiers images liées"
661
 
662
+ #: link-library-admin.php:2717
663
  msgid "Absolute"
664
  msgstr "Absolu"
665
 
666
+ #: link-library-admin.php:2718
667
  msgid "Relative"
668
  msgstr "Relatif"
669
 
670
+ #: link-library-admin.php:2725
671
  msgid "Thumbnail Generator"
672
  msgstr "Générateur de vignettes"
673
 
674
+ #: link-library-admin.php:2736 link-library-admin.php:2737
 
675
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
676
  msgstr "CID pour le service de vignette de Thumbshots.com "
677
 
678
+ #: link-library-admin.php:2736
679
  msgid "Thumbshots API Key"
680
  msgstr "CID de Thumbshots"
681
 
682
+ #: link-library-admin.php:2744
683
  msgid "Robothumb Thumbnail size"
684
  msgstr "Taille des vignettes"
685
 
686
+ #: link-library-admin.php:2760
687
+ msgid "Log link creation activity on BuddyPress feed"
688
+ msgstr ""
689
+
690
+ #: link-library-admin.php:2766
691
+ msgid "Link Page URL (relative or absolute)"
692
+ msgstr ""
693
+
694
+ #: link-library-admin.php:2772
695
+ msgid "Library Configuration used for Links page"
696
+ msgstr ""
697
+
698
+ #: link-library-admin.php:2795
699
  msgid "Captcha generator"
700
  msgstr "Générateur de captcha"
701
 
702
+ #: link-library-admin.php:2808 link-library-admin.php:2810
703
+ #: link-library-admin.php:2815 link-library-admin.php:2817
704
+ msgid ""
705
+ "Sign up for the reCAPTCHA service before activating this feature to get your "
706
+ "Site and Secret Keys"
707
+ msgstr ""
708
+ "Enregistrer vous pour le service reCAPTCHA avant d&rsquo;activé cette "
709
+ "fonctionnalité afin d&rsquo;obtenir vos clés de site et secrète"
710
 
711
+ #: link-library-admin.php:2808
712
  msgid "Google reCAPTCHA Site Key"
713
  msgstr "Clé de site de Google reCAPTCHA"
714
 
715
+ #: link-library-admin.php:2815
716
  msgid "Google reCAPTCHA Secret Key"
717
  msgstr "Clé secrète de Google reCAPTCHA"
718
 
719
+ #: link-library-admin.php:2825
720
  msgid "Links Date Format"
721
  msgstr "Format des dates pour les liens"
722
 
723
+ #: link-library-admin.php:2825
724
  msgid "Help"
725
  msgstr "Aide"
726
 
727
+ #: link-library-admin.php:2832 link-library-admin.php:2833
 
728
  msgid "Enter list of additional link protocols, seperated by commas"
729
+ msgstr ""
730
+ "Entrer une liste de protocoles supplémentaires, séparés par des virgules"
731
 
732
+ #: link-library-admin.php:2832
733
  msgid "Additional protocols"
734
  msgstr "Protocoles supplémentaires"
735
 
736
+ #: link-library-admin.php:2836
737
  msgid "Time before clearing RSS display cache (in seconds)"
738
+ msgstr ""
739
+ "Temps avant de purger le cache pour l&rsquo;affichage du flux RSS (en "
740
+ "secondes)"
 
 
741
 
742
+ #: link-library-admin.php:2950 link-library-admin.php:2951
 
743
  msgid "Custom full URL for expand icon. Uses default image if left empty."
744
+ msgstr ""
745
+ "URL spécifique pour l&rsquo;icône d&rsquo;ouverture. Utilise l&rsquo;image "
746
+ "par défaut si laisser vide."
747
 
748
+ #: link-library-admin.php:2950
749
  msgid "Expand Icon Image"
750
  msgstr "Icon pour ouvrir"
751
 
752
+ #: link-library-admin.php:2957 link-library-admin.php:2958
 
753
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
754
+ msgstr ""
755
+ "URL spécifique pour l&rsquo;icône de fermeture. Utilise l&rsquo;image par "
756
+ "défaut si laisser vide."
757
 
758
+ #: link-library-admin.php:2957
759
  msgid "Collapse Icon Image"
760
  msgstr "Icon pour refermer"
761
 
762
+ #: link-library-admin.php:2972
763
  msgid "Add new links to your site with this bookmarklet."
764
  msgstr "Ajoutez de nouveaux liens à votre site en utilisant ce bookmarklet."
765
 
766
+ #: link-library-admin.php:2973
767
+ msgid ""
768
+ "To use this feature, drag-and-drop the button below to your favorite / "
769
+ "bookmark toolbar."
770
+ msgstr ""
771
+ "Pour utiliser cette fonction, glissez le bouton ci-dessous vers la barre de "
772
+ "favoris de votre navigateur."
773
 
774
+ #: link-library-admin.php:2974
775
  msgid "Add to Links"
776
  msgstr "Ajouter aux liens"
777
 
778
+ #: link-library-admin.php:2987
779
+ msgid ""
780
+ "Approval and rejection e-mail functionality will only work correctly if the "
781
+ "submitter e-mail field is displayed on the user link submission form"
782
+ msgstr ""
783
+ "L&rsquo;approbation ou le rejet par courriel ne fonctionnera correctement "
784
+ "que si le champ e-mail est affiché dans le fomulaire de proposition"
785
 
786
+ #: link-library-admin.php:2991 link-library-admin.php:2992
787
+ msgid ""
788
+ "URL that user will be redirected to after submitting new link. When used, "
789
+ "the short code [link-library-addlinkcustommsg] should be placed on the "
790
+ "destination page."
791
+ msgstr ""
792
+ "Adresse à laquelle l&rsquo;usager sera redirigé après avoir soumis un "
793
+ "nouveau lien. Lorsqu&rsquo;utilisé, le code [link-library-addlinkcustommsg] "
794
+ "devrait faire partie de la page de destination."
795
 
796
+ #: link-library-admin.php:2991
797
  msgid "Link Acknowledgement URL"
798
  msgstr "Adresse de la page de confirmation"
799
 
800
+ #: link-library-admin.php:2997
801
+ msgid ""
802
+ "Title of e-mail sent to site admin when new links are submitted. Use "
803
+ "%linkname% as a variable to be replaced by the actual link name"
804
+ msgstr ""
805
+ "Titre du courriel qui sera envoyé à l&rsquo;administrateur quand des "
806
+ "nouveaux liens seront soumis. Utilisez %linkname% comme variable qui sera "
807
+ "remplacée par le nom du lien"
808
 
809
+ #: link-library-admin.php:2997
810
  msgid "Moderation Notification Title"
811
  msgstr "Titre du courriel de modération"
812
 
813
+ #: link-library-admin.php:3003
814
+ msgid ""
815
+ "Will send a confirmation e-mail to link submitter if they provided their "
816
+ "contact information"
817
+ msgstr ""
818
+ "Enverra un courriel de confirmation aux usagers ayant soumis des liens si "
819
+ "ils ont fournis leur courriel"
820
 
821
+ #: link-library-admin.php:3003
822
  msgid "E-mail submitter on link approval or rejection"
823
+ msgstr ""
824
+ "Envoyer un courriel à l&rsquo;utilisateur ayant soumis le lien lors de "
825
+ "l&rsquo;approbation ou du rejet"
826
 
827
+ #: link-library-admin.php:3008
828
  msgid "Suppress Link Library message in e-mail footer"
829
  msgstr "Supprimer le message sur Link Library dans le bas du courriel"
830
 
831
+ #: link-library-admin.php:3013
832
  msgid "Only use first part of submitter name"
833
+ msgstr ""
834
+ "N&rsquo;utiliser que la première partie du nom de l&rsquo;utilisateur ayant "
835
+ "soumis le lien"
836
 
837
+ #: link-library-admin.php:3018
838
+ msgid ""
839
+ "The name of the e-mail account that the approval e-mail will be sent from"
840
+ msgstr ""
841
+ "Le nom de l&rsquo;utilisateur qui apparaîtra sur les messages d&rsquo;"
842
+ "approbation"
843
 
844
+ #: link-library-admin.php:3018
845
  msgid "Moderator Name"
846
  msgstr "Nom du modérateur"
847
 
848
+ #: link-library-admin.php:3024
849
  msgid "The e-mail address that the approval e-mail will be sent from"
850
+ msgstr ""
851
+ "L&rsquo;adresse de courriel de laquelle les messages d&rsquo;approbation "
852
+ "seront envoyés"
853
 
854
+ #: link-library-admin.php:3024
855
  msgid "Moderator E-mail"
856
  msgstr "Adresse de courriel du modérateur"
857
 
858
+ #: link-library-admin.php:3030
859
+ msgid ""
860
+ "Title of approval e-mail. Use %linkname% as a variable to be replaced by the "
861
+ "actual link name"
862
+ msgstr ""
863
+ "Titre du courriel d&rsquo;approbation. Utilisez %linkname% comme variable "
864
+ "qui sera remplacé par le nom du lien"
865
 
866
+ #: link-library-admin.php:3030
867
  msgid "Approval e-mail title"
868
  msgstr "Titre du courriel d&rsquo;approbation du lien"
869
 
870
+ #: link-library-admin.php:3036
871
+ msgid ""
872
+ "Body of approval e-mail. Use %linkname% as a variable to be replaced by the "
873
+ "actual link name, %submittername% for the submitter name and %linkurl% for "
874
+ "the link address"
875
+ msgstr ""
876
+ "Contenu du courriel d&rsquo;approbation du lien. Utilisez %linkname% comme "
877
+ "variable qui sera remplacée par le nom de lien, %submittername% pour le nom "
878
+ "de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du "
879
+ "lien."
880
 
881
+ #: link-library-admin.php:3036
882
  msgid "Approval e-mail body"
883
  msgstr "Contenu du courriel d&rsquo;approbation du lien"
884
 
885
+ #: link-library-admin.php:3042
886
+ msgid ""
887
+ "Title of rejection e-mail. Use %linkname% as a variable to be replaced by "
888
+ "the actual link name"
889
+ msgstr ""
890
+ "Titre du courriel de rejet du lien. Utilisez %linkname% comme variable qui "
891
+ "sera remplacée par le nom du lien"
892
 
893
+ #: link-library-admin.php:3042
894
  msgid "Rejection e-mail title"
895
  msgstr "Titre du courriel de rejet du lien"
896
 
897
+ #: link-library-admin.php:3048
898
+ msgid ""
899
+ "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the "
900
+ "actual link name, %submittername% for the submitter name and %linkurl% for "
901
+ "the link address"
902
+ msgstr ""
903
+ "Contenu du courriel de rejet du lien. Utilisez %linkname% comme variable qui "
904
+ "sera remplacée par le nom de lien, %submittername% pour le nom de la "
905
+ "personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
906
 
907
+ #: link-library-admin.php:3048
908
  msgid "Rejection e-mail body"
909
  msgstr "Contenu du courriel de rejet du lien"
910
 
911
+ #: link-library-admin.php:3061
912
+ msgid ""
913
+ "The following option allows you to hide the Donate button and Support the "
914
+ "Author section in the Link Library Admin pages. If you enjoy this plugin and "
915
+ "use it regularly, please consider making a donation to the author before "
916
+ "turning off these messages. This menu section will disappear along with the "
917
+ "other elements."
918
+ msgstr ""
919
+ "L&rsquo;option suivante vous permet de masquer le bouton de don et la "
920
+ "section sur l&rsquo;autheur dans l&rsquo;administration de Link Library. Si "
921
+ "vous aimez cette extension et que vous l&rsquo;utilisez régulièrement, merci "
922
+ "de penser à faire un don à l&rsquo;autheur avant de masquer ces messages."
923
 
924
+ #: link-library-admin.php:3064
925
  msgid "Hide Donation and Support Links"
926
  msgstr "Cacher les liens pour les dons et le support"
927
 
928
+ #: link-library-admin.php:3079
929
+ #, fuzzy
930
+ #| msgid "Export All Links"
931
+ msgid "Export all links to a CSV file"
932
+ msgstr "Exporter tous les liens"
933
+
934
+ #: link-library-admin.php:3081
935
+ msgid "Export All Links"
936
+ msgstr "Exporter tous les liens"
937
+
938
+ #: link-library-admin.php:3088
939
+ msgid ""
940
+ "Allows for links to be added in batch to the Wordpress links database. CSV "
941
+ "file needs to follow template for column layout."
942
+ msgstr ""
943
+ "Permets d&rsquo;ajouter des liens en masse dans la base de données de liens "
944
+ "de WordPress. Le fichier CSV doit suivre le format établi dans l&rsquo;"
945
+ "exemple."
946
+
947
+ #: link-library-admin.php:3088
948
+ msgid "CSV file to upload to import links"
949
+ msgstr "Fichier CSV à téléverser pour importer des liens"
950
+
951
+ #: link-library-admin.php:3088
952
+ msgid "file template"
953
+ msgstr "example de fichier"
954
+
955
+ #: link-library-admin.php:3091
956
+ msgid "Import Links from CSV"
957
+ msgstr "Importer les liens depuis un CSV"
958
+
959
+ #: link-library-admin.php:3095 link-library-admin.php:3129
960
+ msgid "Update items when URL is identical"
961
+ msgstr "Mettre à jour les éléments quand les URLs sont identiques"
962
+
963
+ #: link-library-admin.php:3103
964
+ msgid "Import links from site pages"
965
+ msgstr "Importer les liens depuis les pages du site"
966
+
967
+ #: link-library-admin.php:3104
968
+ msgid "All Pages and Posts"
969
+ msgstr "Toutes les pages et les articles"
970
+
971
+ #: link-library-admin.php:3105
972
+ msgid "All Pages, Posts and Custom Post Types"
973
+ msgstr "Toutes les pages, articles et types d&rsquo;article personalisés"
974
+
975
+ #: link-library-admin.php:3106
976
+ msgid "Specific Page"
977
+ msgstr "Page spécifique"
978
+
979
+ #: link-library-admin.php:3110
980
+ msgid "Specific Post"
981
+ msgstr "Article spécifique"
982
+
983
+ #: link-library-admin.php:3122
984
+ msgid "Specific "
985
+ msgstr "Spécifique"
986
+
987
+ #: link-library-admin.php:3143
988
+ msgid "Import Links from Site"
989
+ msgstr "Importer les liens depuis le site"
990
+
991
+ #: link-library-admin.php:3153
992
  msgid "Save Settings"
993
  msgstr "Enregistrer la configuration"
994
 
995
+ #: link-library-admin.php:3162
996
  msgid "Update Settings"
997
  msgstr "Mettre à jour la configuration"
998
 
999
+ #: link-library-admin.php:3173 link-library-admin.php:3965
1000
+ #: link-library-admin.php:4360 link-library-admin.php:5179
1001
+ #: link-library.php:1078 usersubmission.php:498 usersubmission.php:559
 
 
 
1002
  msgid "Link Name"
1003
  msgstr "Nom du lien"
1004
 
1005
+ #: link-library-admin.php:3174 link-library-admin.php:5220
1006
+ #: link-library-defaults.php:123 usersubmission.php:504 usersubmission.php:578
 
 
 
1007
  msgid "Link Category"
1008
  msgstr "Catégorie de liens"
1009
 
1010
+ #: link-library-admin.php:3175 link-library-admin.php:4629
1011
+ #: link-library-admin.php:5292 link-library-defaults.php:259
1012
+ #: usersubmission.php:506 usersubmission.php:579
1013
+ #, fuzzy
1014
+ #| msgid "Link Target"
1015
+ msgid "Link Tags"
1016
+ msgstr "Cible du lien"
1017
+
1018
+ #: link-library-admin.php:3176
1019
  msgid "Link URL"
1020
  msgstr "Adresse du lien"
1021
 
1022
+ #: link-library-admin.php:3177 link-library-admin.php:3965
1023
+ #: link-library-admin.php:4405 link-library-admin.php:5336
1024
+ #: link-library-defaults.php:124 usersubmission.php:501 usersubmission.php:567
 
 
 
 
1025
  msgid "Link Description"
1026
  msgstr "Description du lien"
1027
 
1028
+ #: link-library-admin.php:3233
1029
  msgid "No Links Found to Moderate"
1030
  msgstr "Aucun lien trouvé nécessitant une modération"
1031
 
1032
+ #: link-library-admin.php:3243
1033
  msgid "Check All"
1034
  msgstr "Cocher tous les choix"
1035
 
1036
+ #: link-library-admin.php:3244
1037
  msgid "Uncheck All"
1038
  msgstr "Tout décocher"
1039
 
1040
+ #: link-library-admin.php:3246
1041
  msgid "Approve Selected Items"
1042
  msgstr "Approuver les liens sélectionnés"
1043
 
1044
+ #: link-library-admin.php:3247
1045
  msgid "Delete Selected Items"
1046
  msgstr "Supprimer les liens sélectionnés"
1047
 
1048
+ #: link-library-admin.php:3270
1049
+ msgid ""
1050
+ "If the stylesheet editor is empty after upgrading, reset to the default "
1051
+ "stylesheet using the button below or copy/paste your backup stylesheet into "
1052
+ "the editor."
1053
+ msgstr ""
1054
+ "Si l&rsquo;éditeur de feuille de style est vide après une mise à jour, "
1055
+ "appuyez sur le bouton ci-dessous pour importer la version originale de la "
1056
+ "feuille de style ou effectuez un copier/coller à partir de votre copie de "
1057
+ "sauvegarde de la feuille de style vers l&rsquo;éditeur."
1058
 
1059
+ #: link-library-admin.php:3275
1060
  msgid "Submit"
1061
  msgstr "Soumettre"
1062
 
1063
+ #: link-library-admin.php:3275
1064
  msgid "Reset to default"
1065
  msgstr "Restauration des valeurs par défaut"
1066
 
1067
+ #: link-library-admin.php:3286
1068
  msgid "Select Current Library Settings"
1069
  msgstr "Sélectionnez la configuration de librairie courante"
1070
 
1071
+ #: link-library-admin.php:3301
1072
  msgid "Go"
1073
  msgstr "Sélectionner"
1074
 
1075
+ #: link-library-admin.php:3303
1076
  msgid "Copy from:"
1077
  msgstr "Copier de&nbsp;:"
1078
 
1079
+ #: link-library-admin.php:3317
1080
  msgid "Copy"
1081
  msgstr "Copier"
1082
 
1083
+ #: link-library-admin.php:3335 link-library-admin.php:3338
1084
+ #: link-library-admin.php:3342
1085
+ msgid ""
1086
+ "Link Library Supports the Creation of an unlimited number of configurations "
1087
+ "to display link lists on your site"
1088
+ msgstr ""
1089
+ "Link Library supporte la création d&rsquo;un nombre illimité de "
1090
+ "configurations pour afficher les liens sur votre site"
1091
 
1092
+ #: link-library-admin.php:3339
1093
  msgid "Library Name"
1094
  msgstr "Nom de la librairie"
1095
 
1096
+ #: link-library-admin.php:3341
1097
  msgid "Feature"
1098
  msgstr "Fonctionnalité"
1099
 
1100
+ #: link-library-admin.php:3343
1101
  msgid "Code to insert on a Wordpress page"
1102
  msgstr "Code à insérer dans une page WordPress"
1103
 
1104
+ #: link-library-admin.php:3351
1105
  msgid "Display basic link library"
1106
  msgstr "Afficher la liste de liens"
1107
 
1108
+ #: link-library-admin.php:3398
1109
  msgid "Display list of link categories"
1110
  msgstr "Afficher la liste des catégories de liens"
1111
 
1112
+ #: link-library-admin.php:3419
1113
  msgid "Display search box"
1114
  msgstr "Afficher le champ de recherche"
1115
 
1116
+ #: link-library-admin.php:3426
1117
  msgid "Display link submission form"
1118
  msgstr "Afficher le formulaire de soumission de liens"
1119
 
1120
+ #: link-library-admin.php:3433
1121
+ #, fuzzy
1122
+ #| msgid "Display basic link library"
1123
+ msgid "Display count of links in a library"
1124
+ msgstr "Afficher la liste de liens"
1125
+
1126
+ #: link-library-admin.php:3441
1127
  #, php-format
1128
  msgid ""
1129
  "You are about to Delete Library #'%s'\n"
1132
  "Vous être sur le point de supprimer la configuration de la librairie '%s'\n"
1133
  " 'Annuler' pour interrompre, 'OK' pour supprimer."
1134
 
1135
+ #: link-library-admin.php:3441
1136
  msgid "Delete Library"
1137
  msgstr "Supprimer la librairie"
1138
 
1139
+ #: link-library-admin.php:3442
1140
  #, php-format
1141
  msgid ""
1142
  "You are about to reset Library '%s'\n"
1143
  " 'Cancel' to stop, 'OK' to reset."
1144
  msgstr ""
1145
+ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
1146
+ "'%s'\n"
1147
  " 'Annuler' pour interrompre, 'OK' pour continuer."
1148
 
1149
+ #: link-library-admin.php:3442
1150
  msgid "Reset current Library"
1151
  msgstr "Réinitialiser la configuration de librairie courante"
1152
 
1153
+ #: link-library-admin.php:3459 link-library-admin.php:3464
1154
+ #: link-library-admin.php:3469 link-library-admin.php:3474
1155
+ #: link-library-admin.php:3479
1156
+ #, fuzzy, php-format
1157
+ #| msgid ""
1158
+ #| "You are about to reset Library '%s'\n"
1159
+ #| " 'Cancel' to stop, 'OK' to reset."
1160
  msgid ""
1161
+ "You are about to change the layout of Library '%s'\n"
1162
+ " 'Cancel' to stop, 'OK' to modify."
1163
  msgstr ""
1164
+ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
1165
+ "'%s'\n"
1166
  " 'Annuler' pour interrompre, 'OK' pour continuer."
1167
 
1168
+ #: link-library-admin.php:3459
1169
+ msgid "Apply Layout 1"
1170
+ msgstr ""
1171
 
1172
+ #: link-library-admin.php:3464
1173
+ msgid "Apply Layout 2"
1174
+ msgstr ""
1175
 
1176
+ #: link-library-admin.php:3469
1177
+ msgid "Apply Layout 3"
1178
+ msgstr ""
1179
+
1180
+ #: link-library-admin.php:3474
1181
+ msgid "Apply Layout 4"
1182
+ msgstr ""
1183
+
1184
+ #: link-library-admin.php:3479
1185
+ msgid "Apply Layout 5"
1186
+ msgstr ""
1187
+
1188
+ #: link-library-admin.php:3510 render-link-library-addlink-sc.php:74
1189
+ msgid "No link categories! Create some!"
1190
+ msgstr "Pas de catégorie de lien&nbsp;! Créer s&rsquo;en une&nbsp;!"
1191
+
1192
+ #: link-library-admin.php:3527
1193
+ msgid "Current Library Name"
1194
+ msgstr "Nom de la librairie courante"
1195
+
1196
+ #: link-library-admin.php:3534 link-library-admin.php:3542
1197
  msgid "Leave Empty to see all categories"
1198
  msgstr "Laissez vide pour afficher toutes les catégories"
1199
 
1200
+ #: link-library-admin.php:3534 link-library-admin.php:3542
1201
+ #: link-library-admin.php:3560 link-library-admin.php:3564
 
 
1202
  msgid "Enter list of comma-separated"
1203
  msgstr "Spécifier une liste de valeurs, séparées par des virgules"
1204
 
1205
+ #: link-library-admin.php:3534 link-library-admin.php:3542
 
1206
  msgid "numeric category IDs"
1207
  msgstr "identifiants de catégories numériques"
1208
 
1209
+ #: link-library-admin.php:3534
1210
+ msgid ""
1211
+ "To find the IDs, go to the Link Categories admin page, place the mouse above "
1212
+ "a category name and look for its ID in the address shown in your browsers "
1213
+ "status bar. For example"
1214
+ msgstr ""
1215
+ "Pour trouver les identifiants, aller sur la page de configuration des "
1216
+ "catégories de liens, placer votre souris au-dessus du nom de la catégorie et "
1217
+ "cherchez l&rsquo;identifiant dans l&rsquo;adresse qui est affichée dans la "
1218
+ "barre de status de votre navigateur. Par exemple"
1219
 
1220
+ #: link-library-admin.php:3536
1221
  msgid "Categories to be displayed (Empty=All)"
1222
  msgstr "Catégories à afficher (Vide=Toutes)"
1223
 
1224
+ #: link-library-admin.php:3538
1225
  msgid "Categories to be displayed"
1226
  msgstr "Catégories à afficher"
1227
 
1228
+ #: link-library-admin.php:3542 link-library-admin.php:3560
1229
+ #: link-library-admin.php:3564
 
1230
  msgid "For example"
1231
  msgstr "Par exemple"
1232
 
1233
+ #: link-library-admin.php:3553
 
 
 
 
 
1234
  msgid "Show all categories"
1235
  msgstr "Montrer toutes les catégories"
1236
 
1237
+ #: link-library-admin.php:3560 link-library-admin.php:3564
 
1238
  msgid "numeric category IDs that should not be shown"
1239
  msgstr "identifiants de catégories numériques à ne pas afficher"
1240
 
1241
+ #: link-library-admin.php:3561
1242
  msgid "Categories to be excluded"
1243
  msgstr "Catégories à exclure"
1244
 
1245
+ #: link-library-admin.php:3573
1246
  msgid "No Exclusions"
1247
  msgstr "Aucune exclusion"
1248
 
1249
+ #: link-library-admin.php:3580 link-library-admin.php:3583
 
1250
  msgid "Only show one category of links at a time"
1251
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie de liens à la fois"
1252
 
1253
+ #: link-library-admin.php:3581
1254
  msgid "Only show one category at a time"
1255
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie à la fois"
1256
 
1257
+ #: link-library-admin.php:3586
1258
+ msgid ""
1259
+ "Select if AJAX should be used to only reload the list of links without "
1260
+ "reloading the whole page or HTML GET to reload entire page with a new link. "
1261
+ "The Permalinks option must be enabled for HTML GET + Permalink to work "
1262
+ "correctly."
1263
+ msgstr ""
1264
+ "Sélectionner si la librairie AJAX est utilisée pour rafraîchir la liste sans "
1265
+ "recharger complètement la page ou si la méthode HTML GET doit recharger la "
1266
+ "page complète avec un nouveau lien. L&rsquo;option des liens personnalisés "
1267
+ "doit être activée pour que l&rsquo;option HTML GET + Permaliens fonctionne "
1268
+ "correctement."
1269
 
1270
+ #: link-library-admin.php:3586
1271
  msgid "Switching Method"
1272
  msgstr "Méthode pour les mises à jour de la page"
1273
 
1274
+ #: link-library-admin.php:3604
1275
+ msgid ""
1276
+ "Default category to be shown when only showing one at a time (numeric ID)"
1277
+ msgstr ""
1278
+ "Catégorie à afficher par défaut lorsqu&rsquo;une seule catégorie est "
1279
+ "présente (identifiant numérique)"
1280
 
1281
+ #: link-library-admin.php:3609
1282
+ #, fuzzy
1283
+ #| msgid "Hide category on start in single cat AJAX mode"
1284
+ msgid "Hide category on start in single cat mode"
1285
+ msgstr ""
1286
+ "Cacher les catégories au démarrage dans le mode AJAX avec une seule catégorie"
1287
 
1288
+ #: link-library-admin.php:3614 link-library-admin.php:3617
 
1289
  msgid "File path is relative to Link Library plugin directory"
1290
+ msgstr ""
1291
+ "Le chemin du fichier doit être relatif par rapport au répertoire du module "
1292
+ "Link Library"
1293
 
1294
+ #: link-library-admin.php:3615
1295
  msgid "Icon to display when performing AJAX queries"
1296
  msgstr "Icône à afficher lorsque des requêtes AJAX sont effectuées"
1297
 
1298
+ #: link-library-admin.php:3626 link-library-admin.php:3629
 
1299
  msgid "Only show a limited number of links and add page navigation links"
1300
+ msgstr ""
1301
+ "Afficher seulement un nombre limité de liens et afficher une section de "
1302
+ "navigation des liens"
1303
 
1304
+ #: link-library-admin.php:3627
1305
  msgid "Paginate Results"
1306
  msgstr "Paginer les résultats"
1307
 
1308
+ #: link-library-admin.php:3632 link-library-admin.php:3635
 
1309
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
1310
  msgstr "Nombre de liens devant être affichés en &ldquo;Mode Pagination&rdquo;"
1311
 
1312
+ #: link-library-admin.php:3633
1313
  msgid "Links per Page"
1314
  msgstr "Liens par page"
1315
 
1316
+ #: link-library-admin.php:3641
1317
  msgid "Pagination Position"
1318
  msgstr "Position de la pagination"
1319
 
1320
+ #: link-library-admin.php:3645
1321
  msgid "After Links"
1322
  msgstr "Après le lien"
1323
 
1324
+ #: link-library-admin.php:3646 link-library-admin.php:3700
 
1325
  msgid "Before Links"
1326
  msgstr "Avant le lien"
1327
 
1328
+ #: link-library-admin.php:3650
1329
  msgid "Hide Results if Empty"
1330
  msgstr "Masquer les résultats si vide"
1331
 
1332
+ #: link-library-admin.php:3661
1333
  msgid "Enable Permalinks"
1334
  msgstr "Activer les liens permanents"
1335
 
1336
+ #: link-library-admin.php:3667
1337
  msgid "Permalinks Page"
1338
  msgstr "Page des liens permanents"
1339
 
1340
+ #: link-library-admin.php:3675
1341
+ #, fuzzy
1342
+ #| msgid "Permalinks Page"
1343
+ msgid "Permalink Top Page Text"
1344
+ msgstr "Page des liens permanents"
1345
+
1346
+ #: link-library-admin.php:3683
1347
+ #, fuzzy
1348
+ #| msgid "Category selection method"
1349
+ msgid "Category links in permalinks mode"
1350
+ msgstr "Méthode de sélection des catégories"
1351
+
1352
+ #: link-library-admin.php:3689
1353
+ msgid "Show breadcrumbs in permalinks mode"
1354
+ msgstr ""
1355
+
1356
+ #: link-library-admin.php:3699
1357
  msgid "Display alphabetic cat filter"
1358
  msgstr "Afficher le filtre des catégories par ordre alphabétique"
1359
 
1360
+ #: link-library-admin.php:3700
1361
  msgid "Do not display"
1362
  msgstr "Ne pas afficher"
1363
 
1364
+ #: link-library-admin.php:3700
1365
  msgid "Before Categories"
1366
  msgstr "Avant les catégories"
1367
 
1368
+ #: link-library-admin.php:3700
1369
  msgid "Before Categories and Links"
1370
  msgstr "Avant les catégories et les liens"
1371
 
1372
+ #: link-library-admin.php:3707
1373
  msgid "Auto-select first alphabetic cat item"
1374
+ msgstr ""
1375
+ "Sélectionner automatiquement la première catégorie par ordre alphabétique"
1376
 
1377
+ #: link-library-admin.php:3711
1378
  msgid "Display ALL box in alphabetic cat filter"
1379
  msgstr "Afficher toutes les cases dans le filtre alphabétique des catégories"
1380
 
1381
+ #: link-library-admin.php:3713
1382
  msgid "Cat filter label"
1383
  msgstr "Texte pour le filtre sur les catégories"
1384
 
1385
+ #: link-library-admin.php:3717
1386
  msgid "Only display links submitted by current user"
1387
  msgstr "Affiche uniquement les liens soumis par l&rsquo;utilisateur actuel"
1388
 
1389
+ #: link-library-admin.php:3762
1390
  msgid "Results Order"
1391
  msgstr "Ordre des résultats"
1392
 
1393
+ #: link-library-admin.php:3766 link-library-admin.php:3924
 
1394
  msgid "Order by Name"
1395
  msgstr "Trier par nom"
1396
 
1397
+ #: link-library-admin.php:3767 link-library-admin.php:3925
 
1398
  msgid "Order by ID"
1399
  msgstr "Trier par identifiant"
1400
 
1401
+ #: link-library-admin.php:3768
1402
+ #, fuzzy
1403
+ #| msgid "Order by Name"
1404
+ msgid "Order by Category Slug"
1405
+ msgstr "Trier par nom"
1406
+
1407
+ #: link-library-admin.php:3770
1408
  msgid "Order of categories based on included category list"
1409
  msgstr "Trier les catégories selon l&rsquo;ordre des catégories incluses"
1410
 
1411
+ #: link-library-admin.php:3776
 
 
 
 
 
 
 
 
 
1412
  msgid "Link Categories Display Format"
1413
  msgstr "Format d&rsquo;affichage des catégories de liens"
1414
 
1415
+ #: link-library-admin.php:3780 link-library-admin.php:4070
 
1416
  msgid "Table"
1417
  msgstr "Table"
1418
 
1419
+ #: link-library-admin.php:3781 link-library-admin.php:4071
 
1420
  msgid "Unordered List"
1421
  msgstr "Liste non-ordonnée"
1422
 
1423
+ #: link-library-admin.php:3782
1424
  msgid "Drop-Down List"
1425
  msgstr "Liste déroulante"
1426
 
1427
+ #: link-library-admin.php:3783
1428
  msgid "Drop-Down List Direct Access"
1429
  msgstr "Liste déroulante"
1430
 
1431
+ #: link-library-admin.php:3788
1432
+ msgid "Show selection prompt in Drop-down list mode"
1433
+ msgstr ""
1434
+
1435
+ #: link-library-admin.php:3791
1436
+ msgid "Drop-down list mode selection prompt text"
1437
+ msgstr ""
1438
+
1439
+ #: link-library-admin.php:3796
1440
  msgid "Display link counts"
1441
  msgstr "Afficher la quantité de liens"
1442
 
1443
+ #: link-library-admin.php:3802
1444
  msgid "Display categories with search results"
1445
  msgstr "Afficher les catégories avec les résultats de recherche"
1446
 
1447
+ #: link-library-admin.php:3808 link-library-admin.php:3979
 
 
 
 
 
 
1448
  msgid "Direction"
1449
  msgstr "Direction"
1450
 
1451
+ #: link-library-admin.php:3812 link-library-admin.php:3983
 
1452
  msgid "Ascending"
1453
  msgstr "Croissant"
1454
 
1455
+ #: link-library-admin.php:3813 link-library-admin.php:3984
 
1456
  msgid "Descending"
1457
  msgstr "Décroissant"
1458
 
1459
+ #: link-library-admin.php:3817 link-library-admin.php:3820
1460
+ #: link-library-admin.php:3933 link-library-admin.php:3936
1461
+ msgid ""
1462
+ "Use [ and ] in the description to perform special actions using HTML such as "
1463
+ "inserting images instead of < and >"
1464
+ msgstr ""
1465
+ "Utilisez [ et ] dans la description pour écrire du code HTML, tel que du "
1466
+ "code pour afficher une image, au lien d&rsquo;utiliser < et >"
1467
 
1468
+ #: link-library-admin.php:3818 link-library-admin.php:3934
 
1469
  msgid "Show Category Description"
1470
  msgstr "Afficher la description des catégories"
1471
 
1472
+ #: link-library-admin.php:3822 link-library-admin.php:3938
 
1473
  msgid "Position"
1474
  msgstr "Position"
1475
 
1476
+ #: link-library-admin.php:3824 link-library-admin.php:3940
 
1477
  msgid "Right"
1478
  msgstr "Droite"
1479
 
1480
+ #: link-library-admin.php:3825 link-library-admin.php:3941
 
1481
  msgid "Left"
1482
  msgstr "Gauche"
1483
 
1484
+ #: link-library-admin.php:3831
1485
  msgid "Width of Categories Table in Percents"
1486
  msgstr "Largeur de la table des catégories en pourcentage"
1487
 
1488
+ #: link-library-admin.php:3837 link-library-admin.php:3840
1489
+ msgid ""
1490
+ "Determines the number of alternating div tags that will be placed before and "
1491
+ "after each link category"
1492
+ msgstr ""
1493
+ "Indique le nombre de balises div qui seront placées en alternance avant et "
1494
+ "après chaque catégorie de liens"
1495
 
1496
+ #: link-library-admin.php:3837 link-library-admin.php:3840
1497
+ msgid ""
1498
+ "These div tags can be used to style of position link categories on the link "
1499
+ "page"
1500
+ msgstr ""
1501
+ "Ces balises div peuvent être utilisées pour positionner les catégories de "
1502
+ "lien sur la page"
1503
 
1504
+ #: link-library-admin.php:3838
1505
  msgid "Number of alternating div classes"
1506
  msgstr "Nombre de classes div en alternance"
1507
 
1508
+ #: link-library-admin.php:3853
1509
  msgid "Number of columns in Categories Table"
1510
  msgstr "Nombre de colonnes dans la table des catégories"
1511
 
1512
+ #: link-library-admin.php:3860
1513
  msgid "First div class name"
1514
  msgstr "Premier nom de classe de la div"
1515
 
1516
+ #: link-library-admin.php:3868
1517
  msgid "Use Div Class or Heading tag around Category Names"
1518
+ msgstr ""
1519
+ "Utiliser une balise div ou une balise d&rsquo;en-tête autour des noms de "
1520
+ "catégories"
1521
 
1522
+ #: link-library-admin.php:3872
1523
  msgid "Div Class"
1524
  msgstr "Premier nom de classe div"
1525
 
1526
+ #: link-library-admin.php:3873
1527
  msgid "Heading Tag"
1528
  msgstr "Balise d&rsquo;en-tête"
1529
 
1530
+ #: link-library-admin.php:3878
1531
  msgid "Second div class name"
1532
  msgstr "Second nom de classe div"
1533
 
1534
+ #: link-library-admin.php:3885 link-library-admin.php:3888
 
1535
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1536
+ msgstr ""
1537
+ "Exemples de noms de classes div&nbsp;: linklistcatname, Exemples de balises "
1538
+ "d&rsquo;en-tête&nbsp;: h3"
1539
 
1540
+ #: link-library-admin.php:3886
1541
  msgid "Div Class Name or Heading label"
1542
  msgstr "Nom de classe div ou type de la balise de titre"
1543
 
1544
+ #: link-library-admin.php:3893
1545
  msgid "Third div class name"
1546
  msgstr "Troisième nom de classe div"
1547
 
1548
+ #: link-library-admin.php:3900 link-library-admin.php:3903
1549
+ msgid ""
1550
+ "Set this address to a page running Link Library to place categories on a "
1551
+ "different page. Should always be used with the Show One Category at a Time "
1552
+ "and HTMLGET fetch method."
1553
+ msgstr ""
1554
+ "Configurer cette adresse vers une page utilisant Link Library pour placer la "
1555
+ "liste des catégories sur une autre page. Ce champ devrait toujours être "
1556
+ "utilisé en conjonction avec le mode n&rsquo;affichez qu&rsquo;une catégorie "
1557
+ "à la fois et la méthode HTML GET."
1558
 
1559
+ #: link-library-admin.php:3901
1560
  msgid "Category Target Address"
1561
  msgstr "Adresse cible pour les liens de catégories"
1562
 
1563
+ #: link-library-admin.php:3920
1564
  msgid "Link Results Order"
1565
  msgstr "Ordre des résultats"
1566
 
1567
+ #: link-library-admin.php:3926
 
 
 
 
1568
  msgid "Order randomly"
1569
  msgstr "Trier au hazard"
1570
 
1571
+ #: link-library-admin.php:3927
1572
  msgid "Order by updated date"
1573
  msgstr "Trier par date de mise à jour"
1574
 
1575
+ #: link-library-admin.php:3928
1576
  msgid "Order by number of link visits"
1577
  msgstr "Trier par le nombre de visites du lien"
1578
 
1579
+ #: link-library-admin.php:3929
1580
+ msgid "Order specified using Simple Custom Post Order plugin"
1581
+ msgstr ""
1582
+
1583
+ #: link-library-admin.php:3942
1584
+ #, fuzzy
1585
+ #| msgid "Hide Category Names"
1586
+ msgid "After Category Name"
1587
+ msgstr "Masquer les noms de catégories"
1588
+
1589
+ #: link-library-admin.php:3943
1590
+ #, fuzzy
1591
+ #| msgid "Hide Category Names"
1592
+ msgid "After Top-Level Category Name"
1593
+ msgstr "Masquer les noms de catégories"
1594
+
1595
+ #: link-library-admin.php:3948
1596
  msgid "List Featured Links ahead of Regular Links"
1597
  msgstr "Afficher les liens vedettes avant les liens réguliers"
1598
 
1599
+ #: link-library-admin.php:3952
1600
  msgid "Show Expand Link button and hide links"
1601
  msgstr "Montrer le bouton 'Développer les liens' et cacher les liens"
1602
 
1603
+ #: link-library-admin.php:3957
1604
  msgid "Combine all results without categories"
1605
  msgstr "Combiner tous les résultats sans les catégories"
1606
 
1607
+ #: link-library-admin.php:3961
1608
  msgid "Link Title Content"
1609
  msgstr "Titre du lien sur le contenu"
1610
 
1611
+ #: link-library-admin.php:3988 link-library-admin.php:3991
1612
+ #: link-library-admin.php:3999
 
 
 
 
 
1613
  msgid "Leave empty to show all results"
1614
  msgstr "Laissez vide pour afficher tous les résultats"
1615
 
1616
+ #: link-library-admin.php:3989
1617
+ #, fuzzy
1618
+ #| msgid "Max number of links to display"
1619
+ msgid "Total max number of links to display"
1620
  msgstr "Nombre maximum de liens à afficher"
1621
 
1622
+ #: link-library-admin.php:4000
1623
+ #, fuzzy
1624
+ #| msgid "Max number of links to display"
1625
+ msgid "Max number of links to display per category"
1626
+ msgstr "Nombre maximum de liens à afficher"
1627
+
1628
+ #: link-library-admin.php:4002
1629
+ #, fuzzy
1630
+ #| msgid "Leave empty to show all results"
1631
+ msgid "Leave empty to show all results for each category"
1632
+ msgstr "Laissez vide pour afficher tous les résultats"
1633
+
1634
+ #: link-library-admin.php:4008
1635
+ msgid "Show Link Updated Flag"
1636
+ msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1637
+
1638
+ #: link-library-admin.php:4015
1639
+ #, fuzzy
1640
+ #| msgid "Show Link Updated Flag"
1641
+ msgid "Show Link Updated Date in Tooltip"
1642
+ msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1643
+
1644
+ #: link-library-admin.php:4023
1645
+ msgid "Link Updated Flag Position"
1646
+ msgstr "Position du drapeau de mise à jour du lien"
1647
 
1648
+ #: link-library-admin.php:4038 link-library-admin.php:4041
1649
+ msgid "Label to be displayed before new links"
1650
+ msgstr "Texte à afficher avant un nouveau lien"
1651
+
1652
+ #: link-library-admin.php:4039
1653
+ msgid "Updated link label"
1654
+ msgstr "Mise à jour du texte du lien"
1655
+
1656
+ #: link-library-admin.php:4046 link-library-admin.php:4049
1657
+ msgid ""
1658
+ "Sets default link target window, does not override specific targets set in "
1659
+ "links"
1660
+ msgstr ""
1661
+ "Configure la fenêtre cible pour les liens. Cette valeur n&rsquo;est pas "
1662
+ "prioritaire par rapport aux cibles spécifiques des liens."
1663
+
1664
+ #: link-library-admin.php:4047
1665
  msgid "Link Target"
1666
  msgstr "Cible du lien"
1667
 
1668
+ #: link-library-admin.php:4055
1669
  msgid "Link Display Format"
1670
  msgstr "Format d&rsquo;affichage des liens"
1671
 
1672
+ #: link-library-admin.php:4072
1673
  msgid "No surrounding tags"
1674
  msgstr "Pas de tags autour"
1675
 
1676
+ #: link-library-admin.php:4077 link-library-admin.php:4080
 
1677
  msgid "Allows extra query string to be added to all links in library"
1678
+ msgstr ""
1679
+ "Permet d&rsquo;ajouter des paramètres supplémentaires sur tous les liens de "
1680
+ "la librairie"
1681
 
1682
+ #: link-library-admin.php:4078
1683
  msgid "Additional link query string"
1684
  msgstr "Chaine additionnelle pour le lien de recherche"
1685
 
1686
+ #: link-library-admin.php:4085
1687
+ msgid "Show Scheduled Links (published with future date)"
1688
+ msgstr ""
1689
+
1690
+ #: link-library-admin.php:4093
1691
  msgid "Show Column Headers"
1692
  msgstr "Afficher les en-têtes de colonnes"
1693
 
1694
+ #: link-library-admin.php:4100
1695
+ #, fuzzy
1696
+ #| msgid "Show Column Headers"
1697
+ msgid "Column Headers Override"
1698
+ msgstr "Afficher les en-têtes de colonnes"
1699
 
1700
+ #: link-library-admin.php:4103
1701
+ msgid "Comma-separated list of column header labels"
1702
+ msgstr ""
1703
 
1704
+ #: link-library-admin.php:4109
1705
+ #, fuzzy
1706
+ #| msgid "First row contains column headers"
1707
+ msgid "Allow sorting through column headers"
1708
+ msgstr "La première ligne contient les en-têtes"
1709
 
1710
+ #: link-library-admin.php:4117
1711
  msgid "Hide Category Names"
1712
  msgstr "Masquer les noms de catégories"
1713
 
1714
+ #: link-library-admin.php:4124
1715
  msgid "Show Hidden Links"
1716
  msgstr "Afficher les liens cachés"
1717
 
1718
+ #: link-library-admin.php:4132
1719
+ #, fuzzy
1720
+ #| msgid "Render a list of link categories."
1721
+ msgid "Hide links of children categories"
1722
+ msgstr "Montrer une liste de catégories de liens."
1723
+
1724
+ #: link-library-admin.php:4139
1725
+ msgid "Child category depth limit"
1726
+ msgstr ""
1727
+
1728
+ #: link-library-admin.php:4147
1729
+ msgid "Hide children categories on top page"
1730
+ msgstr ""
1731
+
1732
+ #: link-library-admin.php:4154 link-library-admin.php:4157
1733
  msgid "Need to be active for Link Categories to work"
1734
  msgstr "Doit être coché pour que les liens de catégories fonctionnent"
1735
 
1736
+ #: link-library-admin.php:4155
1737
  msgid "Embed HTML anchors"
1738
  msgstr "Inclusion d&rsquo;ancrages HTML"
1739
 
1740
+ #: link-library-admin.php:4162
1741
  msgid "Show Hidden Links to Admins/Editors"
1742
  msgstr "Montrer les liens cachés aux Administrateurs/Editeurs"
1743
 
1744
+ #: link-library-admin.php:4179
1745
+ msgid ""
1746
+ "Arrange the items below via drag-and-drop to order the various Link Library "
1747
+ "elements."
1748
+ msgstr ""
1749
+ "Organiser les différents liens ci-dessous avec la souris (cliquer-déplacer-"
1750
+ "déposer)"
 
1751
 
1752
+ #: link-library-admin.php:4207 render-link-library-sc.php:1180
1753
  msgid "Name"
1754
  msgstr "Nom"
1755
 
1756
+ #: link-library-admin.php:4211 render-link-library-sc.php:1181
1757
  msgid "Date"
1758
  msgstr "Date"
1759
 
1760
+ #: link-library-admin.php:4215
1761
  msgid "Desc"
1762
  msgstr "Desc"
1763
 
1764
+ #: link-library-admin.php:4219 link-library-admin.php:5682
1765
+ #: render-link-library-sc.php:1182
1766
  msgid "Notes"
1767
  msgstr "Notes"
1768
 
1769
+ #: link-library-admin.php:4223 render-link-library-sc.php:1182
1770
  msgid "RSS"
1771
  msgstr "RSS"
1772
 
1773
+ #: link-library-admin.php:4227 link-library-admin.php:4456
1774
+ #: render-link-library-sc.php:1183
1775
+ msgid "Web Link"
1776
+ msgstr "Lien du site"
1777
 
1778
+ #: link-library-admin.php:4231 link-library-admin.php:4508
1779
  msgid "Phone"
1780
  msgstr "Téléphone"
1781
 
1782
+ #: link-library-admin.php:4235 link-library-admin.php:4516
1783
+ #: link-library-admin.php:5449 link-library-admin.php:5977
1784
+ #: link-library-defaults.php:172 render-link-library-addlink-sc.php:583
1785
+ #: render-link-library-sc.php:1184
 
 
1786
  msgid "E-mail"
1787
  msgstr "Adresse électronique"
1788
 
1789
+ #: link-library-admin.php:4239 render-link-library-sc.php:1184
1790
  msgid "Hits"
1791
  msgstr "Accès"
1792
 
1793
+ #: link-library-admin.php:4243 link-library-admin.php:5945
1794
+ #: render-link-library-sc.php:1185
1795
  msgid "Rating"
1796
  msgstr "Classement"
1797
 
1798
+ #: link-library-admin.php:4247
1799
  msgid "Large Desc"
1800
  msgstr "Grande Desc"
1801
 
1802
+ #: link-library-admin.php:4251 link-library-admin.php:4595
1803
+ #: link-library-admin.php:5465 link-library-admin.php:6002
1804
+ #: link-library-defaults.php:184 render-link-library-addlink-sc.php:601
1805
+ #: render-link-library-sc.php:1186
 
1806
  msgid "Submitter Name"
1807
  msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
1808
 
1809
+ #: link-library-admin.php:4255
1810
  msgid "Cat Desc"
1811
  msgstr "Cat Desc"
1812
 
1813
+ #: link-library-admin.php:4259 render-link-library-sc.php:1187
1814
+ msgid "Tags"
1815
+ msgstr ""
1816
+
1817
+ #: link-library-admin.php:4263 link-library-admin.php:6020
1818
+ #: link-library.php:1077 render-link-library-sc.php:1187
1819
+ msgid "Price"
1820
+ msgstr ""
1821
+
1822
+ #: link-library-admin.php:4267
1823
+ #, fuzzy
1824
+ #| msgid "Name"
1825
+ msgid "Cat Name"
1826
+ msgstr "Nom"
1827
+
1828
+ #: link-library-admin.php:4279
1829
  msgid "Display"
1830
  msgstr "Afficher"
1831
 
1832
+ #: link-library-admin.php:4280
1833
  msgid "Before"
1834
  msgstr "Avant"
1835
 
1836
+ #: link-library-admin.php:4281
1837
  msgid "After"
1838
  msgstr "Après"
1839
 
1840
+ #: link-library-admin.php:4282
1841
  msgid "Additional Details"
1842
  msgstr "Détails additionnels"
1843
 
1844
+ #: link-library-admin.php:4283
1845
  msgid "Link Source"
1846
  msgstr "Source du lien"
1847
 
1848
+ #: link-library-admin.php:4286
1849
+ msgid ""
1850
+ "This column allows for the output of text/code before the first link in each "
1851
+ "category"
1852
+ msgstr ""
1853
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant le "
1854
+ "premier lien de chaque catégorie"
1855
 
1856
+ #: link-library-admin.php:4286
1857
  msgid "Before first link"
1858
  msgstr "Avant le premier lien"
1859
 
1860
+ #: link-library-admin.php:4288
1861
  msgid "Output of text/code before the first link in each category"
1862
  msgstr "Affichage du texte/code avant la première ligne de chaque catégorie"
1863
 
1864
+ #: link-library-admin.php:4294
1865
+ msgid ""
1866
+ "This column allows for the output of text/code before a number of links "
1867
+ "determined by the Display field"
1868
+ msgstr ""
1869
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant le "
1870
+ "nombre de liens spécifié sur la première ligne de cette table"
1871
 
1872
+ #: link-library-admin.php:4294
1873
  msgid "Intermittent Before Link"
1874
  msgstr "Balises intermittentes avant le lien"
1875
 
1876
+ #: link-library-admin.php:4295
1877
  msgid "Frequency of additional output before and after complete link group"
1878
+ msgstr ""
1879
+ "Fréquence des affichages supplémentaires avant et après chaque groupe de "
1880
+ "liens"
1881
 
1882
+ #: link-library-admin.php:4298 link-library-admin.php:4308
 
1883
  msgid "Output before complete link group (link, notes, desc, etc...)"
1884
  msgstr "Afficher avant le groupe de liens (lien, notes, description, etc...)"
1885
 
1886
+ #: link-library-admin.php:4306
1887
  msgid "This column allows for the output of text/code before each link"
1888
+ msgstr ""
1889
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant "
1890
+ "chaque lien"
1891
 
1892
+ #: link-library-admin.php:4306
1893
  msgid "Before Link"
1894
  msgstr "Avant le lien"
1895
 
1896
+ #: link-library-admin.php:4336
1897
  msgid "This column allows for the output of text/code before each link image"
1898
+ msgstr ""
1899
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant "
1900
+ "chaque image"
1901
 
1902
+ #: link-library-admin.php:4340
1903
  msgid "Code/Text to be displayed before each link image"
1904
  msgstr "Code/Texte à afficher avant chaque image"
1905
 
1906
+ #: link-library-admin.php:4343
1907
  msgid "Code/Text to be displayed after each link image"
1908
  msgstr "Code/Texte à afficher après chaque image"
1909
 
1910
+ #: link-library-admin.php:4346
1911
  msgid "CSS Class to be assigned to link image"
1912
  msgstr "Classe CSS qui sera assignée à l&rsquo;image"
1913
 
1914
+ #: link-library-admin.php:4351 link-library-admin.php:4378
1915
+ #: link-library-admin.php:4477 link-library-admin.php:4506
 
 
1916
  msgid "Primary"
1917
  msgstr "Principal"
1918
 
1919
+ #: link-library-admin.php:4352 link-library-admin.php:4379
1920
+ #: link-library-admin.php:4478 link-library-admin.php:4507
 
 
1921
  msgid "Secondary"
1922
  msgstr "Secondaire"
1923
 
1924
+ #: link-library-admin.php:4360
1925
+ msgid ""
1926
+ "This column allows for the output of text/code before and after each link "
1927
+ "name"
1928
+ msgstr ""
1929
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1930
+ "après chaque nom"
1931
 
1932
+ #: link-library-admin.php:4364
1933
  msgid "Code/Text to be displayed before each link"
1934
  msgstr "Code/Texte à afficher avant chaque lien"
1935
 
1936
+ #: link-library-admin.php:4367
1937
  msgid "Code/Text to be displayed after each link"
1938
  msgstr "Code/Texte à afficher après chaque lien"
1939
 
1940
+ #: link-library-admin.php:4372
1941
  msgid "No Tooltip"
1942
  msgstr "Pas d&rsquo;aide"
1943
 
1944
+ #: link-library-admin.php:4373 link-library-admin.php:5678
1945
+ #: render-link-library-sc.php:1181
1946
  msgid "Description"
1947
  msgstr "Description"
1948
 
1949
+ #: link-library-admin.php:4380
1950
+ #, fuzzy
1951
+ #| msgid "Duplicate Names"
1952
+ msgid "Dedicated page"
1953
+ msgstr "Nom en double"
1954
+
1955
+ #: link-library-admin.php:4388
1956
+ msgid ""
1957
+ "This column allows for the output of text/code before and after each link "
1958
+ "date stamp"
1959
+ msgstr ""
1960
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1961
+ "après chaque date"
1962
 
1963
+ #: link-library-admin.php:4388
1964
  msgid "Link Date"
1965
  msgstr "Date du lien"
1966
 
1967
+ #: link-library-admin.php:4389
1968
  msgid "Check to display link date"
1969
  msgstr "Cocher pour afficher la date du lien"
1970
 
1971
+ #: link-library-admin.php:4392
1972
  msgid "Code/Text to be displayed before each date"
1973
  msgstr "Code/Texte à afficher avant chaque date"
1974
 
1975
+ #: link-library-admin.php:4395
1976
  msgid "Code/Text to be displayed after each date"
1977
  msgstr "Code/Texte à afficher après chaque date"
1978
 
1979
+ #: link-library-admin.php:4405
1980
+ msgid ""
1981
+ "This column allows for the output of text/code before and after each link "
1982
+ "description"
1983
+ msgstr ""
1984
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1985
+ "après chaque description"
1986
 
1987
+ #: link-library-admin.php:4406
1988
  msgid "Check to display link descriptions"
1989
  msgstr "Cocher pour afficher la description du lien"
1990
 
1991
+ #: link-library-admin.php:4409
1992
  msgid "Code/Text to be displayed before each description"
1993
  msgstr "Code/Texte à afficher avant chaque description"
1994
 
1995
+ #: link-library-admin.php:4412
1996
  msgid "Code/Text to be displayed after each description"
1997
  msgstr "Code/Texte à afficher après chaque description"
1998
 
1999
+ #: link-library-admin.php:4422
2000
+ msgid ""
2001
+ "This column allows for the output of text/code before and after each link "
2002
+ "notes"
2003
+ msgstr ""
2004
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2005
+ "après chaque note"
2006
 
2007
+ #: link-library-admin.php:4422 link-library-admin.php:5351
2008
+ #: link-library-defaults.php:125 usersubmission.php:503 usersubmission.php:575
 
 
 
2009
  msgid "Link Notes"
2010
  msgstr "Notes du lien"
2011
 
2012
+ #: link-library-admin.php:4423
2013
  msgid "Check to display link notes"
2014
  msgstr "Cocher pour afficher les notes du lien"
2015
 
2016
+ #: link-library-admin.php:4426
2017
  msgid "Code/Text to be displayed before each note"
2018
  msgstr "Code/Texte à afficher avant chaque note"
2019
 
2020
+ #: link-library-admin.php:4429
2021
  msgid "Code/Text to be displayed after each note"
2022
  msgstr "Code/Texte à afficher après chaque note"
2023
 
2024
+ #: link-library-admin.php:4439
2025
+ msgid ""
2026
+ "This column allows for the output of text/code before and after the RSS icons"
2027
+ msgstr ""
2028
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2029
+ "après les icônes RSS"
2030
 
2031
+ #: link-library-admin.php:4439
2032
  msgid "RSS Icons"
2033
  msgstr "Icône RSS"
2034
 
2035
+ #: link-library-admin.php:4441
2036
  msgid "See below"
2037
  msgstr "Voir ci-dessous"
2038
 
2039
+ #: link-library-admin.php:4443
2040
  msgid "Code/Text to be displayed before RSS Icons"
2041
  msgstr "Code/Texte à afficher avant les icônes RSS"
2042
 
2043
+ #: link-library-admin.php:4446
2044
  msgid "Code/Text to be displayed after RSS Icons"
2045
  msgstr "Code/Texte à afficher après les icônes RSS"
2046
 
2047
+ #: link-library-admin.php:4456
2048
+ msgid ""
2049
+ "This column allows for the output of text/code before and after the Web Link"
2050
+ msgstr ""
2051
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2052
+ "après les hyperliens"
 
2053
 
2054
+ #: link-library-admin.php:4459 link-library-admin.php:4489
2055
+ #: link-library-admin.php:4519
 
2056
  msgid "False"
2057
  msgstr "Faux"
2058
 
2059
+ #: link-library-admin.php:4460
2060
+ #, fuzzy
2061
+ #| msgid "Web Address"
2062
+ msgid "Web Address Link"
2063
  msgstr "Adresse du site"
2064
 
2065
+ #: link-library-admin.php:4461
2066
+ #, fuzzy
2067
+ #| msgid "Web Address"
2068
+ msgid "Plain Web Address"
2069
+ msgstr "Adresse du site"
2070
 
2071
+ #: link-library-admin.php:4462
2072
+ msgid "Text Label with Link"
2073
+ msgstr ""
 
2074
 
2075
+ #: link-library-admin.php:4465
2076
  msgid "Code/Text to be displayed before Web Link"
2077
  msgstr "Code/Texte à afficher avant l&rsquo;hyperlien"
2078
 
2079
+ #: link-library-admin.php:4468
2080
  msgid "Code/Text to be displayed after Web Link"
2081
  msgstr "Code/Texte à afficher après l&rsquo;hyperlien"
2082
 
2083
+ #: link-library-admin.php:4472
2084
  msgid "Text Label that the web link will be assigned to."
2085
  msgstr "Texte associé à l&rsquo;hyperlien."
2086
 
2087
+ #: link-library-admin.php:4473
2088
+ #, fuzzy
2089
+ #| msgid "Text Label that the web link will be assigned to."
2090
+ msgid "Target that will be assigned to web links."
2091
+ msgstr "Texte associé à l&rsquo;hyperlien."
2092
+
2093
+ #: link-library-admin.php:4475 link-library-admin.php:4504
2094
  msgid "Select which link address will be displayed / used for link"
2095
+ msgstr ""
2096
+ "Sélectionner l&rsquo;adresse qui doit être utilisée/affichée pour le lien"
2097
 
2098
+ #: link-library-admin.php:4486
2099
+ msgid ""
2100
+ "This column allows for the output of text/code before and after the "
2101
+ "Telephone Number"
2102
+ msgstr ""
2103
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2104
+ "après le numéro de téléphone"
2105
 
2106
+ #: link-library-admin.php:4486 link-library-admin.php:5434
2107
+ #: link-library-admin.php:5971 link-library-defaults.php:170
2108
+ #: render-link-library-addlink-sc.php:565 render-link-library-sc.php:1183
 
 
2109
  msgid "Telephone"
2110
  msgstr "Téléphone"
2111
 
2112
+ #: link-library-admin.php:4490 link-library-admin.php:4520
 
2113
  msgid "Plain Text"
2114
  msgstr "Texte simple"
2115
 
2116
+ #: link-library-admin.php:4491
2117
+ msgid "Link"
2118
+ msgstr "Lien"
2119
+
2120
+ #: link-library-admin.php:4492
2121
+ msgid "Label"
2122
+ msgstr "Identifiant"
2123
+
2124
+ #: link-library-admin.php:4495
2125
  msgid "Code/Text to be displayed before Telephone Number"
2126
  msgstr "Code/Texte à afficher avant le numéro de téléphone"
2127
 
2128
+ #: link-library-admin.php:4498
2129
  msgid "Code/Text to be displayed after Telephone Number"
2130
  msgstr "Code/Texte à afficher après le numéro de téléphone"
2131
 
2132
+ #: link-library-admin.php:4501
2133
  msgid "Text Label that the telephone will be assigned to."
2134
  msgstr "Texte associé au numéro de téléphone."
2135
 
2136
+ #: link-library-admin.php:4516
2137
+ msgid ""
2138
+ "This column allows for the output of text/code before and after the E-mail"
2139
+ msgstr ""
2140
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2141
+ "après chaque email"
2142
 
2143
+ #: link-library-admin.php:4521
2144
  msgid "MailTo Link"
2145
  msgstr "Lien mailto"
2146
 
2147
+ #: link-library-admin.php:4522
2148
  msgid "MailTo Link with Label"
2149
  msgstr "Lien mailto avec libellé"
2150
 
2151
+ #: link-library-admin.php:4523
2152
  msgid "Formatted Command"
2153
  msgstr "Commande formattée"
2154
 
2155
+ #: link-library-admin.php:4524
2156
  msgid "Formatted Command with Labels"
2157
  msgstr "Commande formattée avec affichage textuel"
2158
 
2159
+ #: link-library-admin.php:4527
2160
  msgid "Code/Text to be displayed before E-mail"
2161
  msgstr "Code/Texte à afficher avant chaque courriel"
2162
 
2163
+ #: link-library-admin.php:4530
2164
  msgid "Code/Text to be displayed after E-mail"
2165
  msgstr "Code/Texte à afficher après le courriel"
2166
 
2167
+ #: link-library-admin.php:4533
2168
+ msgid ""
2169
+ "Text Label that the e-mail will be assigned to represent the e-mail link."
2170
+ msgstr ""
2171
+ "Titre texte qui sera utilisé pour le lien vers l&rsquo;envoie de courriel."
2172
 
2173
+ #: link-library-admin.php:4536
2174
+ msgid ""
2175
+ "Command that the e-mail will be embedded in. In the case of a command, use "
2176
+ "the symbols #email and #company to indicate the position where these "
2177
+ "elements should be inserted."
2178
+ msgstr ""
2179
+ "Commande dans laquelle l&rsquo;adresse électronique sera incluse. Dans le "
2180
+ "cas d&rsquo;une commande, utilisez les symboles #email et #company pour "
2181
+ "indiquer l&rsquo;emplacement de ces éléments."
2182
 
2183
+ #: link-library-admin.php:4544
2184
+ msgid ""
2185
+ "This column allows for the output of text/code before and after Link Hits"
2186
+ msgstr ""
2187
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2188
+ "après les statistiques du lien"
2189
 
2190
+ #: link-library-admin.php:4544
2191
  msgid "Link Hits"
2192
  msgstr "Statistiques du lien"
2193
 
2194
+ #: link-library-admin.php:4548
2195
  msgid "Code/Text to be displayed before Link Hits"
2196
  msgstr "Code/Texte à afficher avant les statistiques du lien"
2197
 
2198
+ #: link-library-admin.php:4551
2199
  msgid "Code/Text to be displayed after Link Hits"
2200
  msgstr "Code/Texte à afficher après les statistiques du lien"
2201
 
2202
+ #: link-library-admin.php:4561
2203
+ msgid ""
2204
+ "This column allows for the output of text/code before and after the Link "
2205
+ "Rating"
2206
+ msgstr ""
2207
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2208
+ "après le classement du lien"
2209
 
2210
+ #: link-library-admin.php:4561
2211
  msgid "Link Rating"
2212
  msgstr "Classement du lien"
2213
 
2214
+ #: link-library-admin.php:4565
2215
  msgid "Code/Text to be displayed before Link Rating"
2216
  msgstr "Code/Texte à afficher avant le classement du lien"
2217
 
2218
+ #: link-library-admin.php:4568
2219
  msgid "Code/Text to be displayed after Link Rating"
2220
  msgstr "Code/Texte à afficher après le classement du lien"
2221
 
2222
+ #: link-library-admin.php:4578 link-library-admin.php:4595
2223
+ #: link-library-admin.php:4612
2224
+ msgid ""
2225
+ "This column allows for the output of text/code before and after the Link "
2226
+ "Large Description"
2227
+ msgstr ""
2228
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2229
+ "après chaque grande description"
2230
 
2231
+ #: link-library-admin.php:4578 usersubmission.php:502 usersubmission.php:571
 
 
 
2232
  msgid "Link Large Description"
2233
  msgstr "Grande description du lien"
2234
 
2235
+ #: link-library-admin.php:4582 link-library-admin.php:4599
2236
+ #: link-library-admin.php:4616
 
2237
  msgid "Code/Text to be displayed before Link Large Description"
2238
  msgstr "Code/Texte à afficher avant chaque grande description"
2239
 
2240
+ #: link-library-admin.php:4585 link-library-admin.php:4602
2241
+ #: link-library-admin.php:4619 link-library-admin.php:4678
 
2242
  msgid "Code/Text to be displayed after Link Large Description"
2243
  msgstr "Code/Texte à afficher après chaque grande description"
2244
 
2245
+ #: link-library-admin.php:4612 render-link-library-sc.php:1186
2246
  msgid "Category Description"
2247
  msgstr "Description de la catégorie"
2248
 
2249
+ #: link-library-admin.php:4629
2250
+ #, fuzzy
2251
+ #| msgid "This column allows for the output of text/code after each link"
2252
+ msgid "This column allows for the output of tags associated with the link"
2253
+ msgstr ""
2254
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2255
+ "chaque lien"
2256
+
2257
+ #: link-library-admin.php:4633
2258
+ #, fuzzy
2259
+ #| msgid "Code/Text to be displayed before Link Rating"
2260
+ msgid "Code/Text to be displayed before Link Tags"
2261
+ msgstr "Code/Texte à afficher avant le classement du lien"
2262
+
2263
+ #: link-library-admin.php:4636
2264
+ #, fuzzy
2265
+ #| msgid "Code/Text to be displayed after Link Rating"
2266
+ msgid "Code/Text to be displayed after Link Tags"
2267
+ msgstr "Code/Texte à afficher après le classement du lien"
2268
+
2269
+ #: link-library-admin.php:4646
2270
+ #, fuzzy
2271
+ #| msgid "This column allows for the output of text/code after each link"
2272
+ msgid ""
2273
+ "This column allows for the output of the price field associated with the link"
2274
+ msgstr ""
2275
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2276
+ "chaque lien"
2277
+
2278
+ #: link-library-admin.php:4646
2279
+ #, fuzzy
2280
+ #| msgid "Link Source"
2281
+ msgid "Link Price"
2282
+ msgstr "Source du lien"
2283
+
2284
+ #: link-library-admin.php:4650
2285
+ #, fuzzy
2286
+ #| msgid "Code/Text to be displayed before Link Hits"
2287
+ msgid "Code/Text to be displayed before Link Price"
2288
+ msgstr "Code/Texte à afficher avant les statistiques du lien"
2289
+
2290
+ #: link-library-admin.php:4653
2291
+ #, fuzzy
2292
+ #| msgid "Code/Text to be displayed after Link Hits"
2293
+ msgid "Code/Text to be displayed after Link Price"
2294
+ msgstr "Code/Texte à afficher après les statistiques du lien"
2295
+
2296
+ #: link-library-admin.php:4657
2297
+ msgid "Currency symbol to be displayed next to price"
2298
+ msgstr ""
2299
+
2300
+ #: link-library-admin.php:4662
2301
+ #, fuzzy
2302
+ #| msgid "Before Link"
2303
+ msgid "Before Price"
2304
+ msgstr "Avant le lien"
2305
+
2306
+ #: link-library-admin.php:4663
2307
+ #, fuzzy
2308
+ #| msgid "After Links"
2309
+ msgid "After Price"
2310
+ msgstr "Après le lien"
2311
+
2312
+ #: link-library-admin.php:4671
2313
+ #, fuzzy
2314
+ #| msgid ""
2315
+ #| "This column allows for the output of text/code before and after the Link "
2316
+ #| "Rating"
2317
+ msgid ""
2318
+ "This column allows for the output of text/code before and after the Link "
2319
+ "Category Name"
2320
+ msgstr ""
2321
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2322
+ "après le classement du lien"
2323
+
2324
+ #: link-library-admin.php:4671 render-link-library-sc.php:1188
2325
+ #, fuzzy
2326
+ #| msgid "Hide Category Names"
2327
+ msgid "Category Name"
2328
+ msgstr "Masquer les noms de catégories"
2329
+
2330
+ #: link-library-admin.php:4675
2331
+ #, fuzzy
2332
+ #| msgid "Code/Text to be displayed before each date"
2333
+ msgid "Code/Text to be displayed before Category Name"
2334
+ msgstr "Code/Texte à afficher avant chaque date"
2335
+
2336
+ #: link-library-admin.php:4690
2337
  msgid "This column allows for the output of text/code after each link"
2338
+ msgstr ""
2339
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2340
+ "chaque lien"
2341
 
2342
+ #: link-library-admin.php:4690
2343
  msgid "After Link Block"
2344
  msgstr "Après le lien complet"
2345
 
2346
+ #: link-library-admin.php:4693
2347
  msgid "Output after complete link group (link, notes, desc, etc...)"
2348
  msgstr "Afficher après le groupe de liens (lien, notes, description, etc...)"
2349
 
2350
+ #: link-library-admin.php:4700
2351
+ msgid ""
2352
+ "This column allows for the output of text/code after a number of links "
2353
+ "determined in the first column"
2354
+ msgstr ""
2355
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après le "
2356
+ "nombre de liens spécifié sur la première ligne"
2357
 
2358
+ #: link-library-admin.php:4700
2359
  msgid "Intermittent After Link"
2360
  msgstr "Balises intermittentes après le lien"
2361
 
2362
+ #: link-library-admin.php:4710
2363
+ msgid ""
2364
+ "This column allows for the output of text/code after the last link in each "
2365
+ "category"
2366
+ msgstr ""
2367
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2368
+ "dernier lien dans chaque catégorie"
2369
 
2370
+ #: link-library-admin.php:4710
2371
  msgid "After last link"
2372
  msgstr "Après le dernier lien"
2373
 
2374
+ #: link-library-admin.php:4723
 
 
 
 
2375
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
2376
  msgstr "Convertir [] à &lt;&gt; dans les descriptions et notes de liens"
2377
 
2378
+ #: link-library-admin.php:4731
 
 
 
 
 
 
 
 
 
 
 
 
 
2379
  msgid "Add nofollow tag to outgoing links"
2380
  msgstr "Ajouter une balise nofollow aux liens sortants"
2381
 
2382
+ #: link-library-admin.php:4738
2383
+ msgid "Suppress noreferrer and noopener tags on links"
2384
+ msgstr ""
2385
+
2386
+ #: link-library-admin.php:4746
2387
  msgid "Show edit links when logged in as editor or administrator"
2388
+ msgstr ""
2389
+ "Afficher un lien d&rsquo;édition lorsque l&rsquo;utilisateur est un éditeur "
2390
+ "ou un administrateur"
2391
 
2392
+ #: link-library-admin.php:4754
2393
  msgid "Show link name when no image is assigned"
2394
+ msgstr ""
2395
+ "Afficher le nom du lien quand il n&rsquo;y a pas d&rsquo;image assignée au "
2396
+ "lien"
2397
 
2398
+ #: link-library-admin.php:4761
2399
  msgid "Do not output fields with no value"
2400
  msgstr "Ne pas afficher les champs vides"
2401
 
2402
+ #: link-library-admin.php:4779
2403
  msgid "Enable link Pop-Ups"
2404
  msgstr "Activer les fenêtres pop-up pour les liens"
2405
 
2406
+ #: link-library-admin.php:4783
2407
  msgid "Pop-Up Width"
2408
  msgstr "Largeur de la fenêtre pop-up"
2409
 
2410
+ #: link-library-admin.php:4790
2411
  msgid "Pop-Up Height"
2412
  msgstr "Hauteur de la fenêtre pop-up"
2413
 
2414
+ #: link-library-admin.php:4799
2415
  msgid "Dialog contents"
2416
  msgstr "Contenu de la fenêtre"
2417
 
2418
+ #: link-library-admin.php:4817
2419
  msgid "Show RSS Link using Text"
2420
  msgstr "Afficher le lien RSS de façon textuelle"
2421
 
2422
+ #: link-library-admin.php:4823
2423
  msgid "Show RSS Link using Standard Icon"
2424
  msgstr "Afficher le lien RSS en utilisant l&rsquo;icône standard"
2425
 
2426
+ #: link-library-admin.php:4833
2427
  msgid "Show RSS Preview Link"
2428
  msgstr "Afficher un lien vers l&rsquo;aperçu du flux d&rsquo;informations"
2429
 
2430
+ #: link-library-admin.php:4839
2431
  msgid "Number of articles shown in RSS Preview"
2432
+ msgstr ""
2433
+ "Nombre d&rsquo;articles présentés dans l&rsquo;aperçu du flux d&rsquo;"
2434
+ "informations RSS"
2435
 
2436
+ #: link-library-admin.php:4845
2437
  msgid "Show RSS Feed Headers in Link Library output"
2438
+ msgstr ""
2439
+ "Afficher les en-têtes des flux d&rsquo;informations RSS dans la page générée "
2440
+ "par Link Library"
2441
 
2442
+ #: link-library-admin.php:4853
2443
  msgid "Show RSS Feed Content in Link Library output"
2444
+ msgstr ""
2445
+ "Afficher le contenu des flux d&rsquo;informations RSS dans la page générée "
2446
+ "par Link Library"
2447
 
2448
+ #: link-library-admin.php:4859
2449
  msgid "Number of RSS articles shown in Link Library Output"
2450
  msgstr "Nombre d&rsquo;articles RSS devant être affichés par Link Library"
2451
 
2452
+ #: link-library-admin.php:4864
2453
  msgid "Max number of days since published"
2454
  msgstr "Nombre maximum de jours depuis la publication"
2455
 
2456
+ #: link-library-admin.php:4868
2457
  msgid "RSS Preview Width"
2458
  msgstr "Largeur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
2459
 
2460
+ #: link-library-admin.php:4871
2461
  msgid "RSS Preview Height"
2462
  msgstr "Hauteur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
2463
 
2464
+ #: link-library-admin.php:4873
2465
  msgid "Skip links with no RSS inline items"
2466
  msgstr "Passer les liens sans flux RSS"
2467
 
2468
+ #: link-library-admin.php:4890
2469
+ msgid ""
2470
+ "Checking this option will get images from the Robothumb web site every time"
2471
+ msgstr ""
2472
+ "L&rsquo;activation de cette option permet la récupération d&rsquo;image du "
2473
+ "site internet Robothumb à chaque affichage de la page"
2474
 
2475
+ #: link-library-admin.php:4891
2476
  msgid "Use thumbnail service for dynamic link images"
2477
+ msgstr ""
2478
+ "Utiliser le service thumbnail pour la génération dynamique de vignettes des "
2479
+ "liens"
2480
 
2481
+ #: link-library-admin.php:4893
2482
+ msgid ""
2483
+ "Checking this option will get images from the thumbshots web site every time"
2484
+ msgstr ""
2485
+ "L&rsquo;activation de cette option permet la récupération d&rsquo;image du "
2486
+ "site internet thumbshots.org à chaque affichage de la page"
2487
 
2488
+ #: link-library-admin.php:4899
2489
  msgid "Give priority to images assigned to links if present"
2490
  msgstr "Donner une priorité aux images liées aux liens si elles sont présentes"
2491
 
2492
+ #: link-library-admin.php:4905
2493
  msgid "Generate Images / Favorite Icons"
2494
  msgstr "Générer les images ou icônes de favoris"
2495
 
2496
+ #: link-library-admin.php:4907 link-library-admin.php:5742
2497
+ msgid ""
2498
+ "This button is only available when a valid API key is entered under the Link "
2499
+ "Library General Settings."
2500
+ msgstr ""
2501
+ "Ce bouton est seulement disponible quand un CID valide est saisi dans les "
2502
+ "paramètres généraux de Link Library."
2503
 
2504
+ #: link-library-admin.php:4908
2505
  msgid "Generate Thumbnails and Store locally"
2506
  msgstr "Générer les vignettes et les conserver"
2507
 
2508
+ #: link-library-admin.php:4911
2509
  msgid "Generate Favorite Icons and Store locally"
2510
  msgstr "Générer les icônes de favoris et les conserver"
2511
 
2512
+ #: link-library-admin.php:4915
2513
  msgid "Delete all local thumbnails and icons"
2514
  msgstr "Supprimer toutes les mignatures et icônes locales"
2515
 
2516
+ #: link-library-admin.php:4916
2517
  msgid "Delete all local thumbnails"
2518
  msgstr "Supprimer toutes les miniatures locales"
2519
 
2520
+ #: link-library-admin.php:4917
2521
  msgid "Delete all local icons"
2522
  msgstr "Supprimer toutes les icônes locales"
2523
 
2524
+ #: link-library-admin.php:4933
2525
  msgid "Publish RSS Feed"
2526
  msgstr "Publier un flux d&rsquo;informations RSS"
2527
 
2528
+ #: link-library-admin.php:4938
2529
  msgid "Number of items in RSS feed"
2530
  msgstr "Nombre d&rsquo;éléments dans le flux d&rsquo;informations RSS"
2531
 
2532
+ #: link-library-admin.php:4947
2533
  msgid "RSS Feed Title"
2534
  msgstr "Titre du flux d&rsquo;informations RSS"
2535
 
2536
+ #: link-library-admin.php:4953
2537
  msgid "RSS Feed Description"
2538
  msgstr "Description du flux d&rsquo;informations RSS"
2539
 
2540
+ #: link-library-admin.php:4959
2541
+ #, fuzzy
2542
+ #| msgid ""
2543
+ #| "RSS Feed Web Address (default yoursite.com?"
2544
+ #| "link_library_rss_feed=1&settingset=1 )"
2545
+ msgid ""
2546
+ "RSS Feed Web Address (default yoursite.com/feed/linklibraryfeed?"
2547
+ "settingsset=1 )"
2548
+ msgstr ""
2549
+ "Adresse du fil de nouvelles RSS (défaut votresite.com&nbsp;?"
2550
+ "link_library_rss_feed=1&settingset=1 )"
2551
 
2552
+ #: link-library-admin.php:4976
2553
  msgid "Search Label"
2554
  msgstr "Texte pour la recherche"
2555
 
2556
+ #: link-library-admin.php:4985
2557
  msgid "Search Field Initial Text"
2558
  msgstr "Texte initial dans le champ de recherche"
2559
 
2560
+ #: link-library-admin.php:4994
2561
  msgid "Search No Results Text"
2562
  msgstr "Message pour un résultat de recherche vide"
2563
 
2564
+ #: link-library-admin.php:4996 link-library-defaults.php:222
 
2565
  msgid "No links found matching your search criteria"
2566
  msgstr "Aucun lien trouvé qui correspondent à vos critères de recherche"
2567
 
2568
+ #: link-library-admin.php:5003 link-library-admin.php:5004
 
2569
  msgid "Leave empty when links are to be displayed on same page as search box"
2570
+ msgstr ""
2571
+ "Laissez ce champ vide lorsque les liens sont affichés sur la même page que "
2572
+ "la boîte de recherche"
2573
 
2574
+ #: link-library-admin.php:5003
2575
  msgid "Results Page Address"
2576
  msgstr "Adresse de la page des résultats"
2577
 
2578
+ #: link-library-admin.php:5010
2579
+ msgid "Show Reset Search button"
2580
+ msgstr ""
2581
+
2582
+ #: link-library-admin.php:5112
2583
  msgid "Following this link shows a list of all links awaiting moderation"
2584
+ msgstr ""
2585
+ "Suivez ce lien pour afficher une liste des liens en attente de modération"
2586
 
2587
+ #: link-library-admin.php:5113
2588
  msgid "View list of links awaiting moderation"
2589
  msgstr "Visionner la liste des liens qui attendent d&rsquo;être modérés"
2590
 
2591
+ #: link-library-admin.php:5117
2592
  msgid "Show user links immediately"
2593
  msgstr "Afficher immédiatement les liens soumis par les utilisateurs"
2594
 
2595
+ #: link-library-admin.php:5122
2596
  msgid "E-mail admin on link submission"
2597
  msgstr "Envoyer un e-mail à l&rsquo;administrateur lors de la soumission"
2598
 
2599
+ #: link-library-admin.php:5128
2600
  msgid "Validate links with Akismet"
2601
  msgstr "Valider les liens avec Akismet"
2602
 
2603
+ #: link-library-admin.php:5132
2604
  msgid "E-mail submitter"
2605
  msgstr "Adresse e-mail de l&rsquo;émetteur"
2606
 
2607
+ #: link-library-admin.php:5139
2608
  msgid "Additional text for link submitter e-mail"
2609
  msgstr "Text additionnel pour le lien de soumission du courriel"
2610
 
2611
+ #: link-library-admin.php:5146
2612
  msgid "Require login to display form"
2613
  msgstr "Nécessite une connexion pour afficher le formulaire"
2614
 
2615
+ #: link-library-admin.php:5151
2616
  msgid "Allow link submission with empty link"
2617
  msgstr "Accepter la soumission de liens sans adresse"
2618
 
2619
+ #: link-library-admin.php:5157 link-library-admin.php:5158
2620
+ msgid ""
2621
+ "Determine if a captcha will be displayed on the user submission form. Select "
2622
+ "the captcha system (Easy Captcha or Google reCAPTCHA) to be used from "
2623
+ "General Options section"
2624
+ msgstr ""
2625
+ "Détermine si un captcha sera affiché dans le formulaire de soumission "
2626
+ "d&rsquo;un lien. Choisir le type de captcha (Easy Captcha ou Google "
2627
+ "reCAPTCHA) à utiliser dans la section des options générales"
2628
 
2629
+ #: link-library-admin.php:5157
2630
  msgid "Display captcha"
2631
  msgstr "Afficher le captcha"
2632
 
2633
+ #: link-library-admin.php:5162
2634
+ msgid ""
2635
+ "This function will only store data when users are logged in to Wordpress"
2636
+ msgstr ""
2637
+ "Cette fonctionnalité ne peut être accessible qu&rsquo;aux membres connectés "
2638
+ "à WordPress"
2639
 
2640
+ #: link-library-admin.php:5162
2641
  msgid "Store login name on link submission"
2642
  msgstr "Enregistrer le nom de l&rsquo;utilisateur ayant soumis le lien"
2643
 
2644
+ #: link-library-admin.php:5168
2645
  msgid "Add new link label"
2646
  msgstr "Texte du champ d&rsquo;ajout d&rsquo;un nouveau lien"
2647
 
2648
+ #: link-library-admin.php:5170 link-library-defaults.php:119
2649
+ #: render-link-library-addlink-sc.php:276
 
2650
  msgid "Add new link"
2651
  msgstr "Ajouter un nouveau lien"
2652
 
2653
+ #: link-library-admin.php:5177
2654
  msgid "Link name label"
2655
  msgstr "Texte pour le nom du lien"
2656
 
2657
+ #: link-library-admin.php:5187
2658
  msgid "Link address label"
2659
  msgstr "Texte pour l&rsquo;adresse du lien"
2660
 
2661
+ #: link-library-admin.php:5189 usersubmission.php:499 usersubmission.php:560
 
 
2662
  msgid "Link Address"
2663
  msgstr "Adresse du lien"
2664
 
2665
+ #: link-library-admin.php:5196
2666
  msgid "Link RSS label"
2667
  msgstr "Texte du lien RSS"
2668
 
2669
+ #: link-library-admin.php:5198 link-library-defaults.php:122
2670
+ #: render-link-library-addlink-sc.php:301 usersubmission.php:500
2671
+ #: usersubmission.php:563
 
 
2672
  msgid "Link RSS"
2673
  msgstr "Flux RSS du lien"
2674
 
2675
+ #: link-library-admin.php:5205 link-library-admin.php:5227
2676
+ #: link-library-admin.php:5299 link-library-admin.php:5343
2677
+ #: link-library-admin.php:5358 link-library-admin.php:5383
2678
+ #: link-library-admin.php:5410 link-library-admin.php:5425
2679
+ #: link-library-admin.php:5441 link-library-admin.php:5456
2680
+ #: link-library-admin.php:5472 link-library-admin.php:5487
2681
+ #: link-library-admin.php:5503 link-library-admin.php:5518
2682
+ #: link-library-admin.php:5534
 
 
 
 
 
2683
  msgid "Hide"
2684
  msgstr "Masquer"
2685
 
2686
+ #: link-library-admin.php:5206 link-library-admin.php:5300
2687
+ #: link-library-admin.php:5344 link-library-admin.php:5359
2688
+ #: link-library-admin.php:5384 link-library-admin.php:5411
2689
+ #: link-library-admin.php:5426 link-library-admin.php:5442
2690
+ #: link-library-admin.php:5457 link-library-admin.php:5473
2691
+ #: link-library-admin.php:5488 link-library-admin.php:5504
2692
+ #: link-library-admin.php:5519 link-library-admin.php:5535
 
 
 
 
 
 
2693
  msgid "Show"
2694
  msgstr "Afficher"
2695
 
2696
+ #: link-library-admin.php:5207 link-library-admin.php:5345
2697
+ #: link-library-admin.php:5360 link-library-admin.php:5385
2698
+ #: link-library-admin.php:5412 link-library-admin.php:5427
2699
+ #: link-library-admin.php:5443 link-library-admin.php:5458
2700
+ #: link-library-admin.php:5474 link-library-admin.php:5489
2701
+ #: link-library-admin.php:5505 link-library-admin.php:5520
 
 
 
 
 
2702
  msgid "Required"
2703
  msgstr "Obligatoire"
2704
 
2705
+ #: link-library-admin.php:5212
2706
+ #, fuzzy
2707
+ #| msgid "Link address label"
2708
+ msgid "Link address default value"
2709
+ msgstr "Texte pour l&rsquo;adresse du lien"
2710
+
2711
+ #: link-library-admin.php:5218
2712
  msgid "Link category label"
2713
  msgstr "Texte pour la catégorie du lien"
2714
 
2715
+ #: link-library-admin.php:5228
2716
+ #, fuzzy
2717
+ #| msgid "Drop-Down List"
2718
+ msgid "Drop-down list"
2719
+ msgstr "Liste déroulante"
2720
+
2721
+ #: link-library-admin.php:5229
2722
+ #, fuzzy
2723
+ #| msgid "Multi-select List"
2724
+ msgid "Multi-select list"
2725
+ msgstr "Liste à sélection multiple"
2726
+
2727
+ #: link-library-admin.php:5233
2728
+ msgid ""
2729
+ "Comma-seperated list of categories to be displayed in category selection box "
2730
+ "(e.g. 1,5,4) instead of displaying the set of categories specified by the "
2731
+ "library."
2732
+ msgstr ""
2733
+ "Liste de catégories séparées par des virgules pour être affichées dans la "
2734
+ "liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées "
2735
+ "par la configuration des catégories de la librairie."
2736
 
2737
+ #: link-library-admin.php:5233
2738
  msgid "Link category override selection list"
2739
  msgstr "Liste de catégories de remplacement"
2740
 
2741
+ #: link-library-admin.php:5234
2742
+ msgid ""
2743
+ "Comma-seperated list of categories to be displayed in category selection box "
2744
+ "(e.g. 1,5,4)"
2745
+ msgstr ""
2746
+ "Liste de catégories séparées par des virgules qui doivent être affichées "
2747
+ "dans la liste de sélection de catégories présentée aux usagers."
2748
 
2749
+ #: link-library-admin.php:5239
2750
  msgid "Default category"
2751
  msgstr "Catégorie par défaut"
2752
 
2753
+ #: link-library-admin.php:5260
2754
+ #, fuzzy
2755
+ #| msgid "Select a category"
2756
+ msgid "Select a category label"
2757
+ msgstr "Choisir une catégorie"
2758
+
2759
+ #: link-library-admin.php:5266 link-library-admin.php:5268
2760
+ #: link-library-defaults.php:150
2761
  msgid "User-submitted category"
2762
  msgstr "Catégorie soumise par l&rsquo;utilisateur"
2763
 
2764
+ #: link-library-admin.php:5275 link-library-admin.php:5319
2765
  msgid "No"
2766
  msgstr "Non"
2767
 
2768
+ #: link-library-admin.php:5276 link-library-admin.php:5320
2769
  msgid "Allow"
2770
  msgstr "Permettre"
2771
 
2772
+ #: link-library-admin.php:5280
2773
  msgid "User-submitted category prompt"
2774
  msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2775
 
2776
+ #: link-library-admin.php:5282 link-library-defaults.php:151
2777
+ #: render-link-library-addlink-sc.php:61
 
2778
  msgid "User-submitted category (define below)"
2779
  msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2780
 
2781
+ #: link-library-admin.php:5290
2782
+ msgid "Tags label"
2783
+ msgstr ""
2784
+
2785
+ #: link-library-admin.php:5304
2786
+ #, fuzzy
2787
+ #| msgid ""
2788
+ #| "Comma-seperated list of categories to be displayed in category selection "
2789
+ #| "box (e.g. 1,5,4) instead of displaying the set of categories specified by "
2790
+ #| "the library."
2791
+ msgid ""
2792
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2793
+ "g. 1,5,4) instead of displaying all tags"
2794
+ msgstr ""
2795
+ "Liste de catégories séparées par des virgules pour être affichées dans la "
2796
+ "liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées "
2797
+ "par la configuration des catégories de la librairie."
2798
+
2799
+ #: link-library-admin.php:5304
2800
+ #, fuzzy
2801
+ #| msgid "Link category override selection list"
2802
+ msgid "Link tags override selection list"
2803
+ msgstr "Liste de catégories de remplacement"
2804
+
2805
+ #: link-library-admin.php:5305
2806
+ #, fuzzy
2807
+ #| msgid ""
2808
+ #| "Comma-seperated list of categories to be displayed in category selection "
2809
+ #| "box (e.g. 1,5,4)"
2810
+ msgid ""
2811
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2812
+ "g. 1,5,4)"
2813
+ msgstr ""
2814
+ "Liste de catégories séparées par des virgules qui doivent être affichées "
2815
+ "dans la liste de sélection de catégories présentée aux usagers."
2816
+
2817
+ #: link-library-admin.php:5310
2818
+ #, fuzzy
2819
+ #| msgid "User-submitted category"
2820
+ msgid "User-submitted tags label"
2821
+ msgstr "Catégorie soumise par l&rsquo;utilisateur"
2822
+
2823
+ #: link-library-admin.php:5312
2824
+ #, fuzzy
2825
+ #| msgid "User-submitted category"
2826
+ msgid "User-submitted tags"
2827
+ msgstr "Catégorie soumise par l&rsquo;utilisateur"
2828
+
2829
+ #: link-library-admin.php:5324
2830
+ #, fuzzy
2831
+ #| msgid "User-submitted category prompt"
2832
+ msgid "User-submitted tags prompt"
2833
+ msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2834
+
2835
+ #: link-library-admin.php:5326 render-link-library-addlink-sc.php:419
2836
+ #, fuzzy
2837
+ #| msgid "User-submitted category (define below)"
2838
+ msgid "User-submitted tag (define below)"
2839
+ msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2840
+
2841
+ #: link-library-admin.php:5334
2842
  msgid "Link description label"
2843
  msgstr "Texte pour la description du lien"
2844
 
2845
+ #: link-library-admin.php:5349
2846
  msgid "Link notes label"
2847
  msgstr "Texte pour les notes du lien"
2848
 
2849
+ #: link-library-admin.php:5365 link-library-admin.php:5366
 
2850
  msgid "Reciprocal link must be configured for this option to work correctly"
2851
+ msgstr ""
2852
+ "Les liens réciproques doivent être autorisés pour que cette option "
2853
+ "fonctionne correctement"
2854
 
2855
+ #: link-library-admin.php:5365
2856
  msgid "Show immediately if reciprocal link valid"
2857
  msgstr "Montre immédiatement si le lien réciproque est valide"
2858
 
2859
+ #: link-library-admin.php:5369
2860
  msgid "Use Text Area for Notes"
2861
  msgstr "Utiliser une zone de texte pour les notes"
2862
 
2863
+ #: link-library-admin.php:5374
2864
+ msgid "Link image label"
2865
+ msgstr "Libellé de l'image du lien"
2866
+
2867
+ #: link-library-admin.php:5376
2868
+ msgid "Link Image"
2869
+ msgstr "Image du lien"
2870
+
2871
+ #: link-library-admin.php:5390
2872
  msgid "Only allow one reciprocal link per domain"
2873
  msgstr "Autoriser seulement un lien reciproque par domaine"
2874
 
2875
+ #: link-library-admin.php:5395
2876
+ msgid "Only allow one link per domain"
2877
+ msgstr "Autoriser seulement un lien par domaine"
2878
+
2879
+ #: link-library-admin.php:5401
2880
  msgid "Reciprocal Link label"
2881
  msgstr "Texte du lien réciproque"
2882
 
2883
+ #: link-library-admin.php:5403 link-library-admin.php:5983
2884
+ #: link-library-defaults.php:166 render-link-library-addlink-sc.php:529
2885
+ #: usersubmission.php:509 usersubmission.php:582
 
 
 
2886
  msgid "Reciprocal Link"
2887
  msgstr "Lien réciproque"
2888
 
2889
+ #: link-library-admin.php:5416
2890
  msgid "Secondary Address label"
2891
  msgstr "Texte de l&rsquo;adresse secondaire"
2892
 
2893
+ #: link-library-admin.php:5418 link-library-defaults.php:168
2894
+ #: render-link-library-addlink-sc.php:547
 
2895
  msgid "Secondary Address"
2896
  msgstr "Adresse secondaire"
2897
 
2898
+ #: link-library-admin.php:5432
2899
  msgid "Link Telephone label"
2900
  msgstr "Texte du numéro de téléphone"
2901
 
2902
+ #: link-library-admin.php:5447
2903
  msgid "Link E-mail label"
2904
  msgstr "Texte pour l&rsquo;adresse électronique"
2905
 
2906
+ #: link-library-admin.php:5463
2907
  msgid "Link Submitter Name label"
2908
  msgstr "Texte pour le nom d&rsquo;utilisateur ayant soumis le lien"
2909
 
2910
+ #: link-library-admin.php:5478
2911
  msgid "Link Submitter E-mail label"
2912
+ msgstr ""
2913
+ "Texte pour l&rsquo;adresse électronique de l&rsquo;utilisateur ayant soumis "
2914
+ "le lien"
2915
 
2916
+ #: link-library-admin.php:5480 link-library-admin.php:6008
2917
+ #: link-library-defaults.php:186 render-link-library-addlink-sc.php:632
 
2918
  msgid "Submitter E-mail"
2919
  msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2920
 
2921
+ #: link-library-admin.php:5494
2922
  msgid "Link Submitter Comment Label"
2923
  msgstr "Texte pour les commentaires du lien"
2924
 
2925
+ #: link-library-admin.php:5496 link-library-defaults.php:188
2926
+ #: render-link-library-addlink-sc.php:663
 
2927
  msgid "Submitter Comment"
2928
  msgstr "Commentaire de l&rsquo;utilisateur soumettant le lien"
2929
 
2930
+ #: link-library-admin.php:5509
2931
  msgid "Large Description Label"
2932
  msgstr "Texte de la grande description du lien"
2933
 
2934
+ #: link-library-admin.php:5511 link-library-admin.php:5686
2935
+ #: link-library-defaults.php:201 render-link-library-sc.php:1185
2936
  msgid "Large Description"
2937
  msgstr "Grande description du lien"
2938
 
2939
+ #: link-library-admin.php:5525
2940
  msgid "Custom Captcha Question"
2941
  msgstr "Question de captcha personalisée"
2942
 
2943
+ #: link-library-admin.php:5527 link-library-defaults.php:195
2944
+ #: render-link-library-addlink-sc.php:681
 
2945
  msgid "Is boiling water hot or cold?"
2946
  msgstr "Est-ce que l&rsquo;eau bouillante est froide ou chaude&nbsp;?"
2947
 
2948
+ #: link-library-admin.php:5539
2949
  msgid "Custom Captcha Answer"
2950
  msgstr "Réponse à la question du captcha"
2951
 
2952
+ #: link-library-admin.php:5541 link-library-defaults.php:196
 
2953
  msgid "hot"
2954
  msgstr "chaude"
2955
 
2956
+ #: link-library-admin.php:5548
2957
  msgid "Add Link button label"
2958
  msgstr "Texte du bouton d&rsquo;ajout de lien"
2959
 
2960
+ #: link-library-admin.php:5550 link-library-defaults.php:126
 
2961
  msgid "Add Link"
2962
  msgstr "Ajouter un lien"
2963
 
2964
+ #: link-library-admin.php:5557
2965
  msgid "New Link Message"
2966
  msgstr "Message pour les nouveaux liens"
2967
 
2968
+ #: link-library-admin.php:5559
2969
  msgid "New link submitted"
2970
  msgstr "Nouveau lien soumis"
2971
 
2972
+ #: link-library-admin.php:5566
2973
  msgid "New Link Moderation Label"
2974
  msgstr "Message pour les liens devant être modérés"
2975
 
2976
+ #: link-library-admin.php:5568
2977
  msgid "it will appear in the list once moderated. Thank you."
2978
  msgstr "il apparaîtra dans la liste une fois modéré. Merci."
2979
 
2980
+ #: link-library-admin.php:5589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2981
  msgid "Overwrites current library settings with contents of CSV file"
2982
+ msgstr ""
2983
+ "Écrase la configuration de librairie courante avec le contenu du fichier CSV"
2984
 
2985
+ #: link-library-admin.php:5589
2986
  msgid "Library Settings CSV file to import"
2987
  msgstr "Fichier CSV contenant une configuration de librairie à importer"
2988
 
2989
+ #: link-library-admin.php:5592
2990
  msgid "Import Library Settings"
2991
  msgstr "Importer une configuration de librairie"
2992
 
2993
+ #: link-library-admin.php:5596
2994
  msgid "Generates CSV file with current library configuration for download"
2995
+ msgstr ""
2996
+ "Générer un fichier CSV contenant la configuration de la librairie courante "
2997
+ "afin de la télécharger"
2998
 
2999
+ #: link-library-admin.php:5596
3000
  msgid "Export current library settings"
3001
  msgstr "Exporter la configuration de la librairie courante"
3002
 
3003
+ #: link-library-admin.php:5598
3004
  msgid "Export Library Settings"
3005
  msgstr "Exporter la configuration de la librairie"
3006
 
3007
+ #: link-library-admin.php:5611
3008
  msgid "Search string"
3009
  msgstr "Chaîne de recherche"
3010
 
3011
+ #: link-library-admin.php:5617
3012
  msgid "Delete links that return a 403 error"
3013
  msgstr "Supprimer les liens qui retournent une erreur 403"
3014
 
3015
+ #: link-library-admin.php:5623
3016
  msgid "Check Reciprocal Links"
3017
  msgstr "Vérifier les liens réciproques"
3018
 
3019
+ #: link-library-admin.php:5629
3020
  msgid "Check Broken Links"
3021
  msgstr "Vérifier les liens"
3022
 
3023
+ #: link-library-admin.php:5634
3024
  msgid "Check Duplicate Links"
3025
  msgstr "Vérifier les liens en double"
3026
 
3027
+ #: link-library-admin.php:5674
3028
+ msgid "Web Address"
3029
+ msgstr "Adresse du site"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3030
 
3031
+ #: link-library-admin.php:5698
3032
+ msgid "RSS Address"
3033
+ msgstr "Adresse du fil RSS"
 
 
3034
 
3035
+ #: link-library-admin.php:5702
3036
+ msgid "Target"
3037
+ msgstr "Cible du lien"
3038
 
3039
+ #: link-library-admin.php:5723
3040
+ msgid "Current Image"
3041
  msgstr "Image assignée au lien"
3042
 
3043
+ #: link-library-admin.php:5729
3044
  msgid "None Assigned"
3045
  msgstr "Non disponible"
3046
 
3047
+ #: link-library-admin.php:5735
3048
+ msgid "Image URL"
3049
+ msgstr "Adresse de l'image"
3050
+
3051
+ #: link-library-admin.php:5740 link-library-admin.php:5750
3052
  msgid "Automatic Image Generation"
3053
  msgstr "Génération automatique des images"
3054
 
3055
+ #: link-library-admin.php:5744
3056
  msgid "Generate Thumbnail and Store locally"
3057
  msgstr "Générer la vignette Thumbnail et la conserver"
3058
 
3059
+ #: link-library-admin.php:5745
3060
  msgid "Generate Favorite Icon and Store locally"
3061
  msgstr "Générer l&rsquo;icône de favori et la conserver"
3062
 
3063
+ #: link-library-admin.php:5751
3064
  msgid "Only available once link is saved"
3065
  msgstr "Seulement disponible lorsque le lien est sauvegardé"
3066
 
3067
+ #: link-library-admin.php:5756
3068
+ msgid "Image Upload"
3069
+ msgstr "Téléchargement d'image"
3070
 
3071
+ #: link-library-admin.php:5758
3072
  msgid "Launch Media Uploader"
3073
  msgstr "Démarrer le gestionnaire de téléchargement des médias"
3074
 
3075
+ #: link-library-admin.php:5855
3076
+ msgid ""
3077
+ "Cannot generate thumbnail when no name and no web address are specified."
3078
+ msgstr ""
3079
+ "Il n&rsquo;est pas possible de générer de vignette puisque qu&rsquo;aucun "
3080
+ "nom ou adresse web n&rsquo;est spécifiée."
3081
+
3082
+ #: link-library-admin.php:5891
3083
+ msgid ""
3084
+ "Cannot generate favorite icon when no name and no web address are specified."
3085
+ msgstr ""
3086
+ "Il n&rsquo;est pas possible de générer l&rsquo;icône de favori puisque "
3087
+ "qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
3088
+
3089
+ #: link-library-admin.php:5933
3090
+ msgid "Featured Item"
3091
+ msgstr "Item en vedette"
3092
 
3093
+ #: link-library-admin.php:5939
3094
+ msgid "No Follow"
3095
+ msgstr "No Follow"
3096
+
3097
+ #: link-library-admin.php:5955
3098
+ msgid "Updated Date"
3099
+ msgstr "Date de mise à jour"
3100
+
3101
+ #: link-library-admin.php:5964
3102
+ msgid "Secondary Web Address"
3103
+ msgstr "Adresse internet secondaire"
3104
 
3105
+ #: link-library-admin.php:5967 link-library-admin.php:5986
3106
+ msgid "Visit"
3107
+ msgstr "Visiter"
3108
+
3109
+ #: link-library-admin.php:5990
3110
+ msgid "Number of views"
3111
+ msgstr "Nombre de visites"
3112
+
3113
+ #: link-library-admin.php:5996
3114
+ msgid "Submitter"
3115
+ msgstr "Auteur"
3116
 
3117
+ #: link-library-admin.php:6014
3118
+ msgid "Rel Tags"
3119
+ msgstr "Balises Rel"
3120
+
3121
+ #: link-library-admin.php:6425
3122
  msgid "Duplicate Link Checker Report"
3123
  msgstr "Rapport du vérificateur de liens en double"
3124
 
3125
+ #: link-library-admin.php:6427
3126
  msgid "Duplicate URLs"
3127
  msgstr "URLs en double"
3128
 
3129
+ #: link-library-admin.php:6444
3130
  msgid "Duplicate Names"
3131
  msgstr "Nom en double"
3132
 
3133
+ #: link-library-admin.php:6458 link-library-admin.php:6529
3134
+ #: render-link-library-sc.php:1745
3135
+ msgid "Edit"
3136
+ msgstr "Éditer"
 
 
 
3137
 
3138
+ #: link-library-admin.php:6518
3139
  msgid "Not Found"
3140
  msgstr "Pas trouvé"
3141
 
3142
+ #: link-library-admin.php:6521
 
 
 
 
 
 
 
 
3143
  msgid "Error 403: Link Deleted"
3144
  msgstr "Erreur 403&nbsp;: Lien supprimé"
3145
 
3146
+ #: link-library-admin.php:6523
3147
  msgid "Error 403"
3148
  msgstr "Erreur 403"
3149
 
3150
+ #: link-library-admin.php:6525
3151
  msgid "Website Unreachable"
3152
  msgstr "Site Web non joignable"
3153
 
3154
+ #: link-library-admin.php:6533
3155
  msgid "There are no links with reciprocal links associated with them"
3156
  msgstr "Il n&rsquo;y a pas de liens avec des liens réciproques associés"
3157
 
3158
+ #: link-library-admin.php:6535
3159
+ msgid "There are no links to check"
3160
+ msgstr "Il n'y a pas de liens à vérifier"
3161
+
3162
  # Plugin name; please avoid translating if possible
3163
+ #: link-library-admin.php:6546
3164
  msgid "Add Link Library Shortcode"
3165
  msgstr "Ajouter le code court de Link Library"
3166
 
3167
+ #: link-library-defaults.php:120 render-link-library-addlink-sc.php:284
 
3168
  msgid "Link name"
3169
  msgstr "Nom du lien"
3170
 
3171
+ #: link-library-defaults.php:121 render-link-library-addlink-sc.php:290
 
3172
  msgid "Link address"
3173
  msgstr "Adresse du lien"
3174
 
3175
+ #: link-library-defaults.php:127
3176
  msgid "New link submitted."
3177
  msgstr "Nouveau lien soumis."
3178
 
3179
+ #: link-library-defaults.php:128
3180
  msgid "It will appear in the list once moderated. Thank you."
3181
  msgstr "Il apparaîtra dans la liste une fois modéré. Merci."
3182
 
3183
+ #: link-library-defaults.php:145
3184
  msgid "Link Library-Generated RSS Feed"
3185
  msgstr "Link Library-Flux d&rsquo;informations généré"
3186
 
3187
+ #: link-library-defaults.php:146
3188
  msgid "Description of Link Library-Generated Feed"
3189
  msgstr "Description du flux d&rsquo;informations généré par Link Library"
3190
 
3191
+ #: link-library-defaults.php:208 linkpopup.php:66
 
3192
  msgid "%link_image%<br />Click through to visit %link_name%."
3193
  msgstr "%link_image%<br />Cliquer pour visiter %link_name%."
3194
 
3195
+ #: link-library-defaults.php:221
3196
  msgid "Search..."
3197
  msgstr "Rechercher..."
3198
 
3199
+ #: link-library-defaults.php:223
3200
  msgid "Category Filter"
3201
  msgstr "Filtre des catégories"
3202
 
3203
+ #: link-library-defaults.php:255
3204
  msgid "New"
3205
  msgstr "Nouveau"
3206
 
3207
+ #: link-library-defaults.php:269 link-library-defaults.php:271
3208
+ msgid "Select a category"
3209
+ msgstr "Choisir une catégorie"
3210
 
3211
+ #: link-library-defaults.php:277 render-link-library-addlink-sc.php:518
3212
+ msgid "Link Image (jpg, jpeg, png)"
3213
+ msgstr "Image du lien (jpg, jpeg, png)"
3214
 
3215
+ #: link-library.php:392
3216
+ #, php-format
3217
+ msgctxt "Link Library"
3218
+ msgid "Link Library %%PENDING_COUNT%%"
3219
+ msgstr ""
3220
+
3221
+ #: link-library.php:689
3222
+ msgid "Link Library Generated Feed"
3223
+ msgstr "Flux d&rsquo;informations généré par Link Library"
3224
 
3225
+ #: link-library.php:817 link-library.php:821
3226
+ msgid ""
3227
+ "Link Library no longer supports calling this function with individual "
3228
+ "arguments. Please use the admin panel to configure Link Library and the "
3229
+ "do_shortcode function to use Link Library output in your code."
3230
+ msgstr ""
3231
+ "Link Library ne supporte plus un appel à cette fonction avec des arguments. "
3232
+ "Merci d&rsquo;utiliser le panneau d&rsquo;administration pour paramétrer "
3233
+ "Link Library et la fonction do_shortcode pour utiliser le rendu de Link "
3234
+ "Library dans votre code."
3235
+
3236
+ #: link-library.php:1075
3237
+ msgid "Tag"
3238
+ msgstr "Balise"
3239
+
3240
+ #: link-library.php:1560 render-link-library-sc.php:2203
3241
+ #: render-link-library-tag-filter-sc.php:114
3242
+ msgid "Free"
3243
+ msgstr "Gratuit"
3244
+
3245
+ #: render-link-library-addlink-sc.php:25 render-link-library-addlink-sc.php:287
3246
+ #: render-link-library-addlink-sc.php:474
3247
+ #: render-link-library-addlink-sc.php:491
3248
+ #: render-link-library-addlink-sc.php:499
3249
+ #: render-link-library-addlink-sc.php:558
3250
+ #: render-link-library-addlink-sc.php:576
3251
+ #: render-link-library-addlink-sc.php:669
3252
+ #: render-link-library-addlink-sc.php:684
3253
+ msgid "Required field"
3254
+ msgstr "Champ obligatoire"
3255
 
3256
+ #: render-link-library-addlink-sc.php:196
3257
  msgid "Confirm code not given"
3258
  msgstr "Le code de confirmation n&rsquo;a pas été saisi"
3259
 
3260
+ #: render-link-library-addlink-sc.php:198
3261
  msgid "Captcha code is wrong"
3262
  msgstr "Le code du captcha est incorrect"
3263
 
3264
+ #: render-link-library-addlink-sc.php:200
3265
  msgid "Captcha code is only valid for 5 minutes"
3266
  msgstr "Le code du captcha n&rsquo;est valide que durant 5 minutes"
3267
 
3268
+ #: render-link-library-addlink-sc.php:202
3269
  msgid "No captcha cookie given. Make sure cookies are enabled"
3270
+ msgstr ""
3271
+ "Le cookie pour le code du captcha est absent. Veuillez vous assurer que les "
3272
+ "cookies sont activés."
3273
 
3274
+ #: render-link-library-addlink-sc.php:204
3275
  msgid "Captcha answer was not provided."
3276
  msgstr "La réponse à la question du captcha n&rsquo;a pas été fournie."
3277
 
3278
+ #: render-link-library-addlink-sc.php:206
3279
  msgid "Captcha answer is incorrect"
3280
  msgstr "La réponse à la question du captcha est incorrecte"
3281
 
3282
+ #: render-link-library-addlink-sc.php:208
3283
  msgid "User Category was not provided correctly. Link insertion failed."
3284
+ msgstr ""
3285
+ "La catégorie spécifiée par l&rsquo;utilisateur n&rsquo;a pas été "
3286
+ "correctement saisie. L&rsquo;ajout du lien a échoué."
3287
 
3288
+ #: render-link-library-addlink-sc.php:216
3289
  msgid "Error: Link does not have an address."
3290
  msgstr "Erreur&nbsp;: Le lien n&rsquo;a pas d&rsquo;adresse spécifiée."
3291
 
3292
+ #: render-link-library-addlink-sc.php:218
3293
  msgid "Error: Link already exists."
3294
  msgstr "Erreur&nbsp;: Ce lien existe déjà."
3295
 
3296
+ #: render-link-library-addlink-sc.php:220
3297
+ #: render-link-library-addlink-sc.php:222
3298
+ #: render-link-library-addlink-sc.php:224
3299
+ #: render-link-library-addlink-sc.php:226
3300
+ #: render-link-library-addlink-sc.php:228
3301
+ #: render-link-library-addlink-sc.php:230
3302
+ #: render-link-library-addlink-sc.php:232
3303
+ #: render-link-library-addlink-sc.php:234
3304
+ #: render-link-library-addlink-sc.php:236
3305
+ #: render-link-library-addlink-sc.php:238
3306
+ #: render-link-library-addlink-sc.php:240
3307
+ #: render-link-library-addlink-sc.php:248
3308
  msgid " is a required field"
3309
  msgstr " est un champ obligatoire"
3310
 
3311
+ #: render-link-library-addlink-sc.php:242
3312
  msgid "Link submission error"
3313
  msgstr "Erreur lors de l&rsquo;enregistrement du lien"
3314
 
3315
+ #: render-link-library-addlink-sc.php:244
3316
  msgid "Link rejected. There is already a site with this reciprocal link."
3317
  msgstr "Lien refusé. Il existe déjà un site avec ce lien réciproque."
3318
 
3319
+ #: render-link-library-addlink-sc.php:246
3320
+ msgid "Link rejected. Invalid reciprocal link."
3321
+ msgstr "Lien refusé. Lien réciproque invalide."
 
 
 
 
 
 
 
 
3322
 
3323
+ #: render-link-library-addlink-sc.php:295
3324
  msgid "Required field, URL"
3325
  msgstr "Champ obligatoire, URL"
3326
 
3327
+ #: render-link-library-addlink-sc.php:312
3328
+ #: render-link-library-addlink-sc.php:461
3329
+ #: render-link-library-addlink-sc.php:540
3330
  msgid "Required field, 1-255 chars"
3331
  msgstr "Champ obligatoire, 1 à 255 caractères"
3332
 
3333
+ #: render-link-library-addlink-sc.php:355
3334
  msgid "Link category"
3335
  msgstr "Catégorie du lien"
3336
 
3337
+ #: render-link-library-addlink-sc.php:361
3338
+ #: render-link-library-addlink-sc.php:404
3339
+ msgid "Use control-click (Windows) or command-click (Mac) to select multiple"
3340
+ msgstr ""
3341
+ "Utilisez Control-Click (Windows) ou Command-click (Mac) pour faire plusieurs "
3342
+ "sélections"
3343
 
3344
+ #: render-link-library-addlink-sc.php:399
3345
+ msgid "Link tags"
3346
+ msgstr "Balises du lien"
3347
+
3348
+ #: render-link-library-addlink-sc.php:450
3349
  msgid "Link description"
3350
  msgstr "Description du lien"
3351
 
3352
+ #: render-link-library-addlink-sc.php:468
3353
  msgid "Large description"
3354
  msgstr "Grande Description du lien"
3355
 
3356
+ #: render-link-library-addlink-sc.php:482
3357
  msgid "Link notes"
3358
  msgstr "Notes du lien"
3359
 
3360
+ #: render-link-library-addlink-sc.php:594
3361
  msgid "Required field, proper e-mail, 1-128 chars"
3362
  msgstr "Champ obligatoire, adresse e-mail correcte, 1 à 128 caractères"
3363
 
3364
+ #: render-link-library-addlink-sc.php:625
3365
+ #: render-link-library-addlink-sc.php:656
3366
  msgid "Required field, 1-128 chars"
3367
  msgstr "Champ obligatoire, 1 à 128 caractères"
3368
 
3369
+ #: render-link-library-addlink-sc.php:690
3370
  msgid "Add link"
3371
  msgstr "Ajouter un lien"
3372
 
3373
+ #: render-link-library-addlink-sc.php:702
3374
  msgid "Form submission failed!"
3375
  msgstr "Erreur lors de l&rsquo;envoi du formulaire&nbsp;!"
3376
 
3377
+ #: render-link-library-addlink-sc.php:703
3378
  msgid "You have not answered all required fields"
3379
  msgstr "Vous n&rsquo;avez pas remplis tous les champs obligatoires"
3380
 
3381
+ #: render-link-library-addlink-sc.php:704
3382
  msgid "You have not given a correct time"
3383
  msgstr "Vous n&rsquo;avez pas donné une heure correcte"
3384
 
3385
+ #: render-link-library-addlink-sc.php:705
3386
  msgid "You have not given a correct e-mail address"
3387
  msgstr "Vous n&rsquo;avez pas donné une adresse e-mail correcte"
3388
 
3389
+ #: render-link-library-addlink-sc.php:706
3390
  msgid "You have not given a correct phone number"
3391
  msgstr "Vous n&rsquo;avez pas donné un numéro de téléphone correct"
3392
 
3393
+ #: render-link-library-addlink-sc.php:707
3394
  msgid "You have not given a correct answer to the security question"
3395
+ msgstr ""
3396
+ "Vous n&rsquo;avez pas donné une réponse correcte à la question de sécurité"
3397
 
3398
+ #: render-link-library-addlink-sc.php:708
3399
  msgid "You have not given a correct date"
3400
  msgstr "Vous n&rsquo;avez pas donné une date correcte"
3401
 
3402
+ #: render-link-library-addlink-sc.php:709
3403
  msgid "The input value must be between "
3404
  msgstr "La valeur doit être entre "
3405
 
3406
+ #: render-link-library-addlink-sc.php:710
3407
  msgid "characters"
3408
  msgstr "caractères"
3409
 
3410
+ #: render-link-library-addlink-sc.php:711
3411
  msgid "The input value is longer than "
3412
  msgstr "La valeur est plus longue que "
3413
 
3414
+ #: render-link-library-addlink-sc.php:712
3415
  msgid "The input value is shorter than "
3416
  msgstr "La valeur est plus petite que "
3417
 
3418
+ #: render-link-library-addlink-sc.php:713
3419
  msgid "Input values could not be confirmed"
3420
  msgstr "La valeur saisie ne peut pas être validée"
3421
 
3422
+ #: render-link-library-addlink-sc.php:714
3423
  msgid "Incorrect domain value"
3424
  msgstr "Valeur incorrect du domaine"
3425
 
3426
+ #: render-link-library-addlink-sc.php:715
3427
  msgid "The input value is not a correct URL. Requires http://."
3428
+ msgstr ""
3429
+ "La valeur saisie n&rsquo;est pas une URL correcte. Il faut mettre http://."
3430
 
3431
+ #: render-link-library-addlink-sc.php:716
3432
  msgid "The input value is incorrect"
3433
  msgstr "La valeur saisie est incorrecte"
3434
 
3435
+ #: render-link-library-addlink-sc.php:717
3436
  msgid " and spaces "
3437
  msgstr " et espaces "
3438
 
3439
+ #: render-link-library-addlink-sc.php:718
3440
  msgid "The input value was not a correct number"
3441
  msgstr "La valeur n&rsquo;est pas un nombre correct"
3442
 
3443
+ #: render-link-library-addlink-sc.php:719
3444
  msgid "Your social security number was incorrect"
3445
  msgstr "Votre numéro de sécurité sociale n&rsquo;est pas correct"
3446
 
3447
+ #: render-link-library-addlink-sc.php:720
3448
  msgid "Incorrect UK VAT Number"
3449
  msgstr "Le nombre UK VAT est incorrect"
3450
 
3451
+ #: render-link-library-addlink-sc.php:721
3452
  msgid "The password is not strong enough"
3453
  msgstr "Le mot de passe n&rsquo;est pas assez fort"
3454
 
3455
+ #: render-link-library-addlink-sc.php:722
3456
  msgid "You have to choose at least "
3457
  msgstr "Vous devez choisir au moins "
3458
 
3459
+ #: render-link-library-addlink-sc.php:723
3460
  msgid " answers"
3461
  msgstr " réponses"
3462
 
3463
+ #: render-link-library-addlink-sc.php:724
3464
  msgid "The input value can only contain alphanumeric characters "
3465
  msgstr "La valeur ne peut contenir que des caractères alphanumériques "
3466
 
3467
+ #: render-link-library-addlink-sc.php:725
3468
  msgid " and "
3469
  msgstr " et "
3470
 
3471
+ #: render-link-library-addlink-sc.php:726
3472
  #, php-format
3473
  msgid "The file you are trying to upload is too large (max %s)"
3474
  msgstr "Le fichier que vous essayez de téléverser est trop gros (max %s)"
3475
 
3476
+ #: render-link-library-addlink-sc.php:727
3477
  #, php-format
3478
  msgid "Only files of type %s is allowed"
3479
  msgstr "Seulement les fichiers de type %s sont autorisés"
3480
 
3481
+ #: render-link-library-addlink-sc.php:728
3482
  msgid "Please choose between "
3483
  msgstr "Merci de choisir entre "
3484
 
3485
+ #: render-link-library-addlink-sc.php:729
3486
  msgid "Please choose at least "
3487
  msgstr "Merci de choisir au moins "
3488
 
3489
+ #: render-link-library-addlink-sc.php:730
3490
  msgid "Please choose a maximum of "
3491
  msgstr "Merci de choisir un maximum de "
3492
 
3493
+ #: render-link-library-addlink-sc.php:731
3494
  msgid " item(s)"
3495
  msgstr " élément(s)"
3496
 
3497
+ #: render-link-library-addlink-sc.php:732
3498
  msgid "The credit card number is not correct"
3499
  msgstr "Le numéro de carte de crédit est incorrect"
3500
 
3501
+ #: render-link-library-addlink-sc.php:733
3502
  msgid "The CVV number was not correct"
3503
  msgstr "Le nombre CVV n&rsquo;est pas correct"
3504
 
3505
+ #: render-link-library-addlink-sc.php:734
3506
  msgid "Incorrect image dimensions,"
3507
  msgstr "Dimentions de l&rsquo;image incorrectes,"
3508
 
3509
+ #: render-link-library-addlink-sc.php:735
3510
  msgid "the image can not be taller than"
3511
  msgstr "l&rsquo;image ne peut pas être plus haute que"
3512
 
3513
+ #: render-link-library-addlink-sc.php:736
3514
  msgid "the image can not be wider than"
3515
  msgstr "l&rsquo;image ne peut pas être plus large que"
3516
 
3517
+ #: render-link-library-addlink-sc.php:737
3518
  msgid "the image was too small"
3519
  msgstr "l&rsquo;image est trop petite"
3520
 
3521
+ #: render-link-library-addlink-sc.php:738
3522
  msgid "min"
3523
  msgstr "min"
3524
 
3525
+ #: render-link-library-addlink-sc.php:739
3526
  msgid "max"
3527
  msgstr "max"
3528
 
3529
+ #: render-link-library-addlink-sc.php:740
3530
  msgid "Image ratio is not accepted"
3531
  msgstr "Le ratio pour l&rsquo;image n&rsquo;est pas accepté"
3532
 
3533
+ #: render-link-library-addlink-sc.php:788
3534
  msgid "Enter code from above image"
3535
  msgstr "Entrer le code de l&rsquo;image ci-dessus"
3536
 
3537
+ #: render-link-library-cats-sc.php:556
3538
  msgid "Go!"
3539
  msgstr "Allez-y&nbsp;!"
3540
 
3541
+ #: render-link-library-cats-sc.php:588
3542
  msgid "No categories found"
3543
  msgstr "Aucune catégorie trouvée"
3544
 
3545
+ #: render-link-library-sc.php:106 render-link-library-sc.php:118
3546
+ #: render-link-library-sc.php:122 render-link-library-sc.php:135
3547
+ #: render-link-library-sc.php:141
 
 
3548
  msgid "Previous"
3549
  msgstr "Précédent"
3550
 
3551
+ #: render-link-library-sc.php:205 render-link-library-sc.php:216
3552
+ #: render-link-library-sc.php:220 render-link-library-sc.php:226
3553
+ #: render-link-library-sc.php:233
 
 
3554
  msgid "Next"
3555
  msgstr "Suivant"
3556
 
3557
+ #: render-link-library-sc.php:697
3558
  msgid "Search Results for"
3559
  msgstr "Résultats de la recherche pour"
3560
 
3561
+ #: render-link-library-sc.php:1277 render-link-library-sc.php:2323
3562
+ #: render-link-library-sc.php:2330
3563
+ msgid "No links found"
3564
+ msgstr "Aucun lien trouvé"
3565
+
3566
+ #: render-link-library-sc.php:1595
3567
  msgid "Last updated"
3568
  msgstr "Dernière mise à jour"
3569
 
3570
+ #: render-link-library-sc.php:1850
 
 
 
 
3571
  msgid "Preview of RSS feed for"
3572
  msgstr "Aperçu du flux d&rsquo;informations RSS de"
3573
 
3574
+ #: render-link-library-sc.php:2327
3575
+ msgid ""
3576
+ "All of your links must be assigned at least to one category to be displayed"
3577
+ msgstr ""
3578
+ "Tous vos liens doivent avoir au moins une catégorie assignée pour être "
3579
+ "affichés"
3580
 
3581
+ #: render-link-library-sc.php:2339
3582
+ msgid "Screenshots by Robothumb"
3583
+ msgstr "Captures d'écran par Robothumbs"
3584
+
3585
+ #: render-link-library-sc.php:2341
3586
+ msgid "Thumbnail Screenshots by Thumbshots"
3587
+ msgstr "Captures d'écrans générées par Thumbshots"
3588
+
3589
+ #: render-link-library-search-sc.php:49
3590
+ msgid "Reset search"
3591
+ msgstr "Réinitializer la recherche"
3592
+
3593
+ #: render-link-library-tag-filter-sc.php:16
3594
+ msgid "Filters"
3595
+ msgstr "Filtres"
3596
+
3597
+ #: render-link-library-tag-filter-sc.php:167
3598
+ msgid "All"
3599
+ msgstr "Tous"
3600
+
3601
+ #: usersubmission.php:309
3602
+ msgid "added link"
3603
+ msgstr "a ajouté un lien"
3604
+
3605
+ #: usersubmission.php:309
3606
+ msgid "in category"
3607
+ msgstr "dans la catégorie"
3608
+
3609
+ #: usersubmission.php:497
3610
  msgid "A user submitted a new link to your Wordpress Link database."
3611
  msgstr "Un utilisateur a soumis un nouveau lien pour votre site WordPress."
3612
 
3613
+ #: usersubmission.php:510 usersubmission.php:586
 
3614
  msgid "Link Secondary Address"
3615
  msgstr "Adresse supplémentaire pour le lien"
3616
 
3617
+ #: usersubmission.php:511 usersubmission.php:590
 
3618
  msgid "Link Telephone"
3619
  msgstr "Numéro de téléphone"
3620
 
3621
+ #: usersubmission.php:512 usersubmission.php:594
 
3622
  msgid "Link E-mail"
3623
  msgstr "Adresse électronique"
3624
 
3625
+ #: usersubmission.php:513
3626
+ msgid "Link Submitter"
3627
+ msgstr "Utilisateur ayant soumis le lien"
3628
+
3629
+ #: usersubmission.php:514 usersubmission.php:598
3630
+ msgid "Link Submitter Name"
3631
+ msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
3632
+
3633
+ #: usersubmission.php:515 usersubmission.php:602
3634
+ msgid "Link Submitter E-mail"
3635
+ msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
3636
+
3637
+ #: usersubmission.php:516 usersubmission.php:606
3638
  msgid "Link Comment"
3639
  msgstr "Commentaire sur le lien"
3640
 
3641
+ #: usersubmission.php:530
3642
  msgid "New link added"
3643
  msgstr "Nouveau lien soumis"
3644
 
3645
+ #: usersubmission.php:544
3646
  msgid "Link Submission Confirmation"
3647
  msgstr "Confirmation d&rsquo;enregistrement du lien"
3648
 
3649
+ #: usersubmission.php:546
3650
  msgid "Thank you for your link submission on "
3651
  msgstr "Merci pour votre proposition de lien sur "
3652
 
3653
+ #: usersubmission.php:550
3654
  msgid "Your link will appear once approved by the site administrator."
3655
+ msgstr ""
3656
+ "Votre lien apparaitra lorsqu&rsquo;il sera approuvé par l&rsquo;"
3657
+ "administrateur du site."
3658
 
3659
+ #: usersubmission.php:552
3660
  msgid "Your link will immediately be added to the site."
3661
  msgstr "Votre lien va être immédiatement publié sur le site."
3662
 
3665
  msgid "#%d (no title)"
3666
  msgstr "#%d (pas de titre)"
3667
 
3668
+ #~ msgid "Link Library - Additional Link Parameters"
3669
+ #~ msgstr "Link Library - Paramètres Additionels"
3670
+
3671
+ #~ msgid "Settings"
3672
+ #~ msgstr "Configuration"
3673
+
3674
+ #~ msgid "Download exported links"
3675
+ #~ msgstr "Télécharger les liens exportés"
3676
+
3677
+ #~ msgid "Library Settings Exported"
3678
+ #~ msgstr "Configuration de librairie exportée"
3679
+
3680
+ #~ msgid "Download here"
3681
+ #~ msgstr "Récupérer ici"
3682
+
3683
+ #~ msgid "Validate all submitted links with Akismet"
3684
+ #~ msgstr "Valider les liens proposés avec Akismet"
3685
+
3686
+ #~ msgid ""
3687
+ #~ "You are about to reset Library '%s' for a table layout\n"
3688
+ #~ " 'Cancel' to stop, 'OK' to reset."
3689
+ #~ msgstr ""
3690
+ #~ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
3691
+ #~ "'%s' pour une mise en page utilisant des tables\n"
3692
+ #~ " 'Annuler' pour interrompre, 'OK' pour continuer."
3693
+
3694
+ #~ msgid "Reset current Library for table layout"
3695
+ #~ msgstr ""
3696
+ #~ "Réinitialiser la configuration de librairie courante pour une mise en "
3697
+ #~ "page en tableau"
3698
+
3699
+ #~ msgid "Order by"
3700
+ #~ msgstr "Trier par"
3701
+
3702
+ #~ msgid "Wordpress Plugin"
3703
+ #~ msgstr "Extension WordPress"
3704
+
3705
+ #~ msgid ""
3706
+ #~ "This setting does not apply when selecting My Link Order for the order"
3707
+ #~ msgstr ""
3708
+ #~ "Cette option ne s&rsquo;applique que lorsque l&rsquo;on choisit \"Mon "
3709
+ #~ "ordre des liens\" comme ordre de présentation"
3710
+
3711
+ #~ msgid "Order set by "
3712
+ #~ msgstr "Trier par"
3713
+
3714
+ #~ msgid "Except for My Link Order mode"
3715
+ #~ msgstr "Sauf pour le mode avec \"Mon ordre des lien\""
3716
+
3717
+ #~ msgid "Link Column Header"
3718
+ #~ msgstr "En-tête de colonne de lien"
3719
+
3720
+ #~ msgid "Description Column Header"
3721
+ #~ msgstr "En-tête de colonne pour les descriptions"
3722
+
3723
+ #~ msgid "Notes Column Header"
3724
+ #~ msgstr "En-tête de la colonne des notes"
3725
+
3726
+ #~ msgid "Web Address Only"
3727
+ #~ msgstr "Seulement une adresse Web"
3728
+
3729
+ #~ msgid "Featured Link"
3730
+ #~ msgstr "Lien mis en avant"
3731
+
3732
+ #~ msgid "Link Additional Rel Tags"
3733
+ #~ msgstr "Détails additionnels pour les tags Rel"
3734
+
3735
+ #~ msgid ""
3736
+ #~ "Manual upload requires a wp-content\\uploads directory to be present with "
3737
+ #~ "write permissions"
3738
+ #~ msgstr ""
3739
+ #~ "Le téléchargement manuel requiert la présence du répertoire wp-content"
3740
+ #~ "\\uploads avec des permissions d&rsquo;écriture"
3741
+
3742
+ #~ msgid "OK"
3743
+ #~ msgstr "OK"
3744
+
3745
+ #~ msgid "Link valid"
3746
+ #~ msgstr "Lien valide"
3747
+
3748
+ #~ msgid "Could not update link in the database"
3749
+ #~ msgstr "Le lien n&rsquo;a pas pu être mis à jour dans la base de données"
3750
+
3751
+ #~ msgid "Could not insert link into the database"
3752
+ #~ msgstr "Le lien n&rsquo;a pas pu être inséré dans la base de données"
languages/link-library-fr_FR.mo CHANGED
Binary file
languages/link-library-fr_FR.po CHANGED
@@ -2,832 +2,1128 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Link Library 5.9.15.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-08 16:20+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: French\n"
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Poedit-Language: French\n"
20
- "X-Poedit-Country: FRANCE\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  # Plugin name; please avoid translating if possible
24
- #: link-library-admin.php:99
25
  msgid "Insert a Link Library shortcode"
26
  msgstr "Insérer le code court de Link Library"
27
 
28
- #: link-library-admin.php:102
29
  msgid "Link List"
30
  msgstr "Liste de liens"
31
 
32
- #: link-library-admin.php:103
33
  msgid "Link Category List"
34
  msgstr "Liste de catégories de lien"
35
 
36
- #: link-library-admin.php:104
37
  msgid "Link Search"
38
  msgstr "Recherche de lien"
39
 
40
- #: link-library-admin.php:105
41
  msgid "Add Link Form"
42
  msgstr "Formulaire d&rsquo;ajout de lien"
43
 
44
- #: link-library-admin.php:109
45
  msgid "Insert Shortcode"
46
  msgstr "Insérer le code court"
47
 
48
- #: link-library-admin.php:110
49
  msgid "Cancel"
50
  msgstr "Annuler"
51
 
52
- #: link-library-admin.php:113
53
  msgid "Render a list of links."
54
  msgstr "Montrer une liste de liens."
55
 
56
- #: link-library-admin.php:115
57
- #: link-library-admin.php:170
58
- #: link-library-admin.php:205
59
  msgid "Library ID"
60
  msgstr "ID de la librairie"
61
 
62
- #: link-library-admin.php:126
63
- #: link-library-admin.php:181
64
- #: link-library-admin.php:216
65
- #: link-library-admin.php:854
66
- #: link-library-admin.php:2576
67
- #: link-library-admin.php:2589
68
  msgid "Library"
69
  msgstr "Librairie"
70
 
71
- #: link-library-admin.php:132
72
  msgid "Single Link ID"
73
  msgstr "ID d&rsquo;un lien unique"
74
 
75
- #: link-library-admin.php:135
76
  msgid "Specify ID of single link to be displayed"
77
  msgstr "Définir l&rsquo;ID d&rsquo;un lien unique à afficher"
78
 
79
- #: link-library-admin.php:137
80
- #: link-library-admin.php:187
81
- #: link-library-admin.php:222
82
  msgid "Category Override"
83
  msgstr "Modifier la configuration des catégories"
84
 
85
- #: link-library-admin.php:140
86
- #: link-library-admin.php:190
87
- #: link-library-admin.php:225
88
- msgid "Single, or comma-separated list of categories IDs to be displayed in the link list"
89
- msgstr "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des virgules qu&rsquo;il faut afficher dans la liste des liens"
 
 
 
90
 
91
- #: link-library-admin.php:142
92
- #: link-library-admin.php:192
93
- #: link-library-admin.php:227
94
  msgid "Excluded Category Override"
95
  msgstr "Modifier les exclusions de catégories"
96
 
97
- #: link-library-admin.php:145
98
- #: link-library-admin.php:195
99
- #: link-library-admin.php:230
100
- msgid "Single, or comma-separated list of categories IDs to be excluded from the link list"
101
- msgstr "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des vrigules qu&rsquo;il faut exclure de la liste des liens"
102
-
103
- #: link-library-admin.php:147
104
- #: link-library-admin.php:152
105
- #: link-library-admin.php:157
106
- #: link-library-admin.php:162
 
107
  msgid "Notes Override"
108
  msgstr "Modifier la configuration des notes"
109
 
110
- #: link-library-admin.php:150
111
  msgid "Set to 0 or 1 to display or not display link notes"
112
  msgstr "Mettre 0 ou 1 pour affichier ou non les notes sur les liens"
113
 
114
- #: link-library-admin.php:155
115
  msgid "Set to 0 or 1 to display or not display link descriptions"
116
  msgstr "Mettre 0 ou 1 pour afficher ou non les descriptions de liens"
117
 
118
- #: link-library-admin.php:160
119
  msgid "Set to 0 or 1 to display or not display rss information"
120
  msgstr "Mettre 0 ou 1 pour afficher ou non les informations RSS"
121
 
122
- #: link-library-admin.php:165
123
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
124
- msgstr "Mettre 0 ou 1 pour affichier les liens soit en liste non triée, soit en tableau"
 
 
125
 
126
- #: link-library-admin.php:168
127
  msgid "Render a list of link categories."
128
  msgstr "Montrer une liste de catégories de liens."
129
 
130
- #: link-library-admin.php:198
131
  msgid "Render a search box to search through links."
132
  msgstr "Afficher une zone de recherche des liens."
133
 
134
- #: link-library-admin.php:200
135
  msgid "There are no options for this shortcode."
136
  msgstr "Il n&rsquo;y a pas d&rsquo;options pour ce code court."
137
 
138
- #: link-library-admin.php:203
139
  msgid "Render a form for visitors to submit new links."
140
  msgstr "Montrer un formulaire aux visiteurs pour proposer de nouveaux liens."
141
 
142
- #: link-library-admin.php:265
143
  msgid "Category Link"
144
  msgstr "Lien des catégories"
145
 
146
- #: link-library-admin.php:294
147
  msgid "Extra Query String"
148
  msgstr "Chaine supplémentaire de la requête"
149
 
150
- #: link-library-admin.php:397
151
- #: link-library-admin.php:752
152
- msgid "Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality."
153
- msgstr "Veuillez créer un répertoire nommé uploads dans le répertoire wp-content de votre installation WordPress avec les permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
- #: link-library-admin.php:399
156
- #: link-library-admin.php:754
157
- msgid "Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality."
158
- msgstr "Veuillez vous assurer que le répertoire /wp-content/uploads à des permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
 
 
 
 
159
 
160
- #: link-library-admin.php:448
161
- msgid "Link Library - Additional Link Parameters"
162
- msgstr "Link Library - Paramètres Additionels"
 
 
163
 
164
- #: link-library-admin.php:531
165
  msgid "Link Library: Missing Thumbshots API Key"
166
  msgstr "Link Library&nbsp;: Il manque le Thumbshots CID"
167
 
168
- #: link-library-admin.php:531
169
- msgid "One of your link libraries is configured to use Thumbshots for link thumbails, but you have not entered your Thumbshots.com API Key. Please visit Thumbshots.com to apply for a free or paid account and enter your API in the Link Library admin panel."
170
- msgstr "Une de vos librairies est configurée pour utilisé les vignettes de Thumbshots, mais vous n&rsquo;avez pas entré votre CID Thumbshots.com. Merci de visiter Thumbshots.com pour créer un compte gratuit ou payant puis saisissez la clé dans l&rsquo;administration de Link Library."
 
 
 
 
 
 
 
 
171
 
172
  # Plugin name; please avoid translating if possible
173
- #: link-library-admin.php:531
174
  msgid "Jump to Link Library admin"
175
  msgstr "Aller à l&rsquo;administration de Link Library"
176
 
177
  # Plugin name; please avoid translating if possible
178
- #: link-library-admin.php:536
179
  msgid "Link Library: No Link Categories on your site"
180
  msgstr "Link Library&nbsp;: Pas de catégories de liens dans votre site"
181
 
182
- #: link-library-admin.php:536
183
- msgid "There are currently no link categories defined in your WordPress site. Link Library will not work correctly without categories. Please create at least one before trying to use Link Library and make sure each link is assigned a category."
184
- msgstr "Il n&rsquo;y a pas de catégories de liens de définies dans votre site WordPress. Link Library ne fonctionnera pas correctement sans catégories. Merci de créer au moins une catégorie avant d&rsquo;utiliser Link Library et faite en sorte que chaque lien soit associé à une catégorie."
 
 
 
 
 
 
 
 
185
 
186
- #: link-library-admin.php:592
187
  msgid "Links to moderate"
188
  msgstr "Liens à modérer"
189
 
190
- #: link-library-admin.php:640
191
- #: link-library-admin.php:642
192
- #: link-library-admin.php:645
193
- #: link-library-admin.php:969
194
- msgid "General Options"
195
  msgstr "Configuration générale"
196
 
197
- #: link-library-admin.php:647
198
- msgid "Settings"
199
- msgstr "Configuration"
200
 
201
  # Plugin name; please avoid translating if possible
202
- #: link-library-admin.php:647
203
- #: link-library-admin.php:974
204
- msgid "Library Settings"
 
205
  msgstr "Configuration de la librairie"
206
 
207
- #: link-library-admin.php:650
208
- #: link-library-admin.php:652
209
- #: link-library-admin.php:979
210
  msgid "Moderate"
211
  msgstr "Modération"
212
 
213
- #: link-library-admin.php:655
214
- #: link-library-admin.php:984
215
- #: link-library-admin.php:2077
216
  msgid "Stylesheet"
217
  msgstr "Feuille de style"
218
 
219
- #: link-library-admin.php:657
220
- #: link-library-admin.php:689
221
  msgid "Link checking tools"
222
  msgstr "Outil de vérification des liens"
223
 
224
- #: link-library-admin.php:659
225
- #: link-library-admin.php:992
226
  msgid "FAQ"
227
  msgstr "FAQ"
228
 
229
- #: link-library-admin.php:686
230
- #: link-library-admin.php:690
231
- msgid "Save"
232
- msgstr "Enregistrer"
233
-
234
- #: link-library-admin.php:687
235
  msgid "Links awaiting moderation"
236
  msgstr "Liens en attente de modération"
237
 
238
- #: link-library-admin.php:688
239
- #: link-library-admin.php:2079
240
  msgid "Editor"
241
  msgstr "Éditeur"
242
 
243
- #: link-library-admin.php:794
 
 
 
 
244
  msgid "Thumbnails successfully generated!"
245
  msgstr "Vignettes générées avec succès&nbsp;!"
246
 
247
- #: link-library-admin.php:796
248
  msgid "Favicons successfully generated!"
249
  msgstr "Icônes de favoris générées avec succès&nbsp;!"
250
 
251
- #: link-library-admin.php:798
252
- #: link-library-admin.php:5006
253
  msgid "Thumbnail successfully generated for"
254
  msgstr "Vignette générée avec succès pour"
255
 
256
- #: link-library-admin.php:800
257
- #: link-library-admin.php:5042
258
  msgid "Favicon successfully generated for"
259
  msgstr "Icône de favoris générée avec succès pour"
260
 
261
- #: link-library-admin.php:831
262
  msgid "General Settings Saved"
263
  msgstr "Configuration générale enregistrée"
264
 
265
- #: link-library-admin.php:834
266
- msgid "Download exported links"
267
- msgstr "Télécharger les liens exportés"
 
 
 
 
 
 
 
 
 
 
 
268
 
269
- #: link-library-admin.php:836
270
- #: link-library-admin.php:885
271
- msgid "Link Library plugin directory needs to be writable to perform this action"
272
- msgstr "Le répertoire doit avoir des permissions d&rsquo;écriture complètes pour exécuter cette action"
 
273
 
274
- #: link-library-admin.php:838
275
- msgid "You must set the Google reCAPTCHA Site and Secret Keys to be able to set the captcha generator to Google reCAPTCHA."
276
- msgstr "Vous devez saisir les clés de site et la clé secrète de Google reCAPTCHA avant de pouvoir utiliser le générateur de captcha."
277
 
278
- #: link-library-admin.php:864
279
- #: link-library-admin.php:2612
 
 
 
280
  msgid "Library #"
281
  msgstr "Librairie #"
282
 
283
- #: link-library-admin.php:864
284
  msgid "Updated"
285
  msgstr "Mis à jour"
286
 
287
- #: link-library-admin.php:868
288
  msgid "Included Category ID"
289
  msgstr "Identifiants des catégories inclus"
290
 
291
- #: link-library-admin.php:868
292
- #: link-library-admin.php:872
293
  msgid "is invalid. Please check the ID in the Link Category editor."
294
- msgstr "est invalide. Veuillez vérifier l&rsquo;identifiant dans l&rsquo;éditeur de catégories de liens."
 
 
295
 
296
- #: link-library-admin.php:872
297
  msgid "Excluded Category ID"
298
  msgstr "Identifiant des catégorie exclues"
299
 
300
- #: link-library-admin.php:876
301
  msgid "Invalid column count for link on row. Compare against template."
302
- msgstr "Nombre de colonnes invalides pour le lien de la ligne. Comparer avec le modèle."
303
-
304
- #: link-library-admin.php:881
305
- msgid "Library Settings Exported"
306
- msgstr "Configuration de librairie exportée"
307
-
308
- #: link-library-admin.php:881
309
- msgid "Download here"
310
- msgstr "Récupérer ici"
311
 
312
- #: link-library-admin.php:889
313
  msgid "Library Settings imported successfully"
314
  msgstr "Configuration de librairie exportée avec succès"
315
 
316
- #: link-library-admin.php:893
317
  msgid "Library Settings Upload Failed"
318
- msgstr "L&rsquo;envoi de la configuration de librairie n&rsquo;a pas fonctionné"
319
-
320
- #: link-library-admin.php:897
321
- msgid "link(s) imported"
322
- msgstr "lien(s) importé(s)"
323
-
324
- #: link-library-admin.php:897
325
- msgid "link(s) updated"
326
- msgstr "lien(s) mis à jour"
327
 
328
- #: link-library-admin.php:901
329
  msgid "Links are missing categories"
330
  msgstr "Les liens n&rsquo;ont pas de catégories"
331
 
332
- #: link-library-admin.php:913
333
  msgid "Link(s) Approved"
334
  msgstr "Lien(s) approuvé(s)"
335
 
336
- #: link-library-admin.php:915
337
  msgid "Link(s) Deleted"
338
  msgstr "Lien(s) supprimé(s)"
339
 
340
- #: link-library-admin.php:926
341
  msgid "Stylesheet updated"
342
  msgstr "Feuille de style mise à jour"
343
 
344
- #: link-library-admin.php:928
345
  msgid "Stylesheet reset to original state"
346
  msgstr "Feuille de style originale restaurée"
347
 
348
- #: link-library-admin.php:935
349
  msgid "Settings updated"
350
  msgstr "Configuration mise à jour"
351
 
352
- #: link-library-admin.php:989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  msgid "Reciprocal Check"
354
  msgstr "Vérification des liens réciproques"
355
 
356
- #: link-library-admin.php:1147
357
  msgid "General"
358
  msgstr "Général"
359
 
360
- #: link-library-admin.php:1148
 
 
 
 
361
  msgid "Images"
362
  msgstr "Images"
363
 
364
- #: link-library-admin.php:1149
365
  msgid "Bookmarklet"
366
  msgstr "Bookmarklet"
367
 
368
- #: link-library-admin.php:1150
369
  msgid "Moderation"
370
  msgstr "Modération"
371
 
372
- #: link-library-admin.php:1151
373
  msgid "Hide Donation"
374
  msgstr "Cacher le lien de don"
375
 
376
- #: link-library-admin.php:1158
 
 
 
 
 
 
377
  msgid "Usage"
378
  msgstr "Utilisation"
379
 
380
- #: link-library-admin.php:1159
 
 
 
 
381
  msgid "Common"
382
  msgstr "Commun"
383
 
384
- #: link-library-admin.php:1160
385
  msgid "Categories"
386
  msgstr "Catégories"
387
 
388
- #: link-library-admin.php:1161
389
  msgid "Links"
390
  msgstr "Liens"
391
 
392
- #: link-library-admin.php:1162
393
  msgid "Advanced"
394
  msgstr "Avancé"
395
 
396
- #: link-library-admin.php:1163
397
  msgid "Pop-Ups"
398
  msgstr "Pop-ups"
399
 
400
- #: link-library-admin.php:1164
401
  msgid "RSS Display"
402
  msgstr "Afficher le flux RSS"
403
 
404
- #: link-library-admin.php:1165
405
  msgid "Thumbnails"
406
  msgstr "Vignettes"
407
 
408
- #: link-library-admin.php:1166
409
  msgid "RSS Feed"
410
  msgstr "Titre du flux d&rsquo;informations RSS"
411
 
412
- #: link-library-admin.php:1167
413
- #: link-library-admin.php:4078
414
- #: link-library-admin.php:4087
415
  msgid "Search"
416
  msgstr "Rechercher"
417
 
418
- #: link-library-admin.php:1168
419
  msgid "User Submission"
420
  msgstr "Liens soumis par les utilisateurs"
421
 
422
- #: link-library-admin.php:1169
423
- msgid "Import/Export"
 
 
424
  msgstr "Importer/Exporter"
425
 
426
- #: link-library-admin.php:1226
427
- #: link-library-admin.php:1347
428
- #: link-library-admin.php:1858
429
- #: link-library-admin.php:1988
430
- #: link-library-admin.php:2021
431
  msgid "Not allowed"
432
  msgstr "Non permis"
433
 
434
- #: link-library-admin.php:1918
435
- #: link-library-admin.php:1959
436
- #: usersubmission.php:350
437
  msgid "Message generated by"
438
  msgstr "Message généré par"
439
 
440
- #: link-library-admin.php:2069
441
- #: link-library-admin.php:5094
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
  msgid "Update channel"
443
  msgstr "Canal de mise à jour"
444
 
445
- #: link-library-admin.php:2071
446
- #: link-library-admin.php:5096
447
  msgid "Standard channel - Updates as they are released"
448
  msgstr "Canal standard - Mise à jour à chaque version"
449
 
450
- #: link-library-admin.php:2072
451
- #: link-library-admin.php:5097
452
  msgid "Monthly Channel - Updates once per month"
453
  msgstr "Canal mensuel - Mise à jour une fois par mois"
454
 
455
- #: link-library-admin.php:2077
456
- #: link-library-admin.php:2078
457
- msgid "The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next."
458
- msgstr "La feuille de style est maintenant définie et sauvegardée à partir du panneau d&rsquo;administration de Link Library. Ceci évite des problèmes lors des mises à jour."
 
 
 
 
459
 
460
- #: link-library-admin.php:2083
461
  msgid "Number of Libraries"
462
  msgstr "Nombre de librairies"
463
 
464
- #: link-library-admin.php:2131
 
 
 
 
 
 
 
465
  msgid "Category selection method"
466
  msgstr "Méthode de sélection des catégories"
467
 
468
- #: link-library-admin.php:2133
469
  msgid "Comma-separated ID list"
470
  msgstr "Liste d&rsquo;ID séparée par des virgules"
471
 
472
- #: link-library-admin.php:2134
473
  msgid "Multi-select List"
474
  msgstr "Liste à sélection multiple"
475
 
476
- #: link-library-admin.php:2138
477
- #: link-library-admin.php:2139
478
- msgid "Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API"
479
- msgstr "Spécifier une liste de pages, séparées par des virgules, dans lesquelles les feuilles de styles et les scripts de Link Library doivent être chargés. Cette option est principalement utilisée si vous affichez Link Library en utilisant son API."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
 
481
- #: link-library-admin.php:2138
482
  msgid "Additional pages to load styles and scripts"
483
  msgstr "Pages additionelles pour afficher les styles et scripts"
484
 
485
- #: link-library-admin.php:2144
486
  msgid "Debug Mode"
487
  msgstr "Mise au point"
488
 
489
- #: link-library-admin.php:2151
490
- #: link-library-admin.php:2152
491
- #: link-library-admin.php:2157
492
- #: link-library-admin.php:2158
493
- msgid "This function is only possible when showing one category at a time and while the default category is not shown."
494
- msgstr "Cette fonctionnalité est seulement possible lorsque l&rsquo;option &ldquo;N&rsquo;afficher qu&rsquo;une catégorie à la fois&rdquo; est activée et que la catégorie par défaut n&rsquo;est pas affichée."
 
 
 
495
 
496
- #: link-library-admin.php:2151
497
  msgid "Page Title Prefix"
498
  msgstr "Préfixe pour le titre des pages"
499
 
500
- #: link-library-admin.php:2157
501
  msgid "Page Title Suffix"
502
  msgstr "Suffixe pour le titre des pages"
503
 
504
- #: link-library-admin.php:2163
505
- #: link-library-admin.php:2164
506
- msgid "Path for images files that are uploaded manually or generated through thumbnail generation service"
507
- msgstr "Répertoire pour les images qui sont chargées manuellement ou bien qui sont générées par le service des vignettes thumbnail"
 
 
 
508
 
509
- #: link-library-admin.php:2163
510
  msgid "Link Image File Path"
511
  msgstr "Répertoire des fichiers images liées"
512
 
513
- #: link-library-admin.php:2166
514
  msgid "Absolute"
515
  msgstr "Absolu"
516
 
517
- #: link-library-admin.php:2167
518
  msgid "Relative"
519
  msgstr "Relatif"
520
 
521
- #: link-library-admin.php:2174
522
  msgid "Thumbnail Generator"
523
  msgstr "Générateur de vignettes"
524
 
525
- #: link-library-admin.php:2185
526
- #: link-library-admin.php:2186
527
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
528
  msgstr "CID pour le service de vignette de Thumbshots.com "
529
 
530
- #: link-library-admin.php:2185
531
  msgid "Thumbshots API Key"
532
  msgstr "CID de Thumbshots"
533
 
534
- #: link-library-admin.php:2193
535
  msgid "Robothumb Thumbnail size"
536
  msgstr "Taille des vignettes"
537
 
538
- #: link-library-admin.php:2209
 
 
 
 
 
 
 
 
 
 
 
 
539
  msgid "Captcha generator"
540
  msgstr "Générateur de captcha"
541
 
542
- #: link-library-admin.php:2222
543
- #: link-library-admin.php:2224
544
- #: link-library-admin.php:2229
545
- #: link-library-admin.php:2231
546
- msgid "Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys"
547
- msgstr "Enregistrer vous pour le service reCAPTCHA avant d&rsquo;activé cette fonctionnalité afin d&rsquo;obtenir vos clés de site et secrète"
 
 
548
 
549
- #: link-library-admin.php:2222
550
  msgid "Google reCAPTCHA Site Key"
551
  msgstr "Clé de site de Google reCAPTCHA"
552
 
553
- #: link-library-admin.php:2229
554
  msgid "Google reCAPTCHA Secret Key"
555
  msgstr "Clé secrète de Google reCAPTCHA"
556
 
557
- #: link-library-admin.php:2239
558
  msgid "Links Date Format"
559
  msgstr "Format des dates pour les liens"
560
 
561
- #: link-library-admin.php:2239
562
  msgid "Help"
563
  msgstr "Aide"
564
 
565
- #: link-library-admin.php:2246
566
- #: link-library-admin.php:2247
567
  msgid "Enter list of additional link protocols, seperated by commas"
568
- msgstr "Entrer une liste de protocoles supplémentaires, séparés par des virgules"
 
569
 
570
- #: link-library-admin.php:2246
571
  msgid "Additional protocols"
572
  msgstr "Protocoles supplémentaires"
573
 
574
- #: link-library-admin.php:2250
575
  msgid "Time before clearing RSS display cache (in seconds)"
576
- msgstr "Temps avant de purger le cache pour l&rsquo;affichage du flux RSS (en secondes)"
577
-
578
- #: link-library-admin.php:2257
579
- msgid "Export All Links"
580
- msgstr "Exporter tous les liens"
581
 
582
- #: link-library-admin.php:2302
583
- #: link-library-admin.php:2303
584
  msgid "Custom full URL for expand icon. Uses default image if left empty."
585
- msgstr "URL spécifique pour l&rsquo;icône d&rsquo;ouverture. Utilise l&rsquo;image par défaut si laisser vide."
 
 
586
 
587
- #: link-library-admin.php:2302
588
  msgid "Expand Icon Image"
589
  msgstr "Icon pour ouvrir"
590
 
591
- #: link-library-admin.php:2309
592
- #: link-library-admin.php:2310
593
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
594
- msgstr "URL spécifique pour l&rsquo;icône de fermeture. Utilise l&rsquo;image par défaut si laisser vide."
 
 
595
 
596
- #: link-library-admin.php:2309
597
  msgid "Collapse Icon Image"
598
  msgstr "Icon pour refermer"
599
 
600
- #: link-library-admin.php:2324
601
  msgid "Add new links to your site with this bookmarklet."
602
  msgstr "Ajoutez de nouveaux liens à votre site en utilisant ce bookmarklet."
603
 
604
- #: link-library-admin.php:2325
605
- msgid "To use this feature, drag-and-drop the button below to your favorite / bookmark toolbar."
606
- msgstr "Pour utiliser cette fonction, glissez le bouton ci-dessous vers la barre de favoris de votre navigateur."
 
 
 
 
607
 
608
- #: link-library-admin.php:2326
609
  msgid "Add to Links"
610
  msgstr "Ajouter aux liens"
611
 
612
- #: link-library-admin.php:2339
613
- msgid "Approval and rejection e-mail functionality will only work correctly if the submitter e-mail field is displayed on the user link submission form"
614
- msgstr "L&rsquo;approbation ou le rejet par courriel ne fonctionnera correctement que si le champ e-mail est affiché dans le fomulaire de proposition"
615
-
616
- #: link-library-admin.php:2343
617
- msgid "Validate all submitted links with Akismet"
618
- msgstr "Valider les liens proposés avec Akismet"
619
 
620
- #: link-library-admin.php:2349
621
- #: link-library-admin.php:2350
622
- msgid "URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page."
623
- msgstr "Adresse à laquelle l&rsquo;usager sera redirigé après avoir soumis un nouveau lien. Lorsqu&rsquo;utilisé, le code [link-library-addlinkcustommsg] devrait faire partie de la page de destination."
 
 
 
 
 
624
 
625
- #: link-library-admin.php:2349
626
  msgid "Link Acknowledgement URL"
627
  msgstr "Adresse de la page de confirmation"
628
 
629
- #: link-library-admin.php:2355
630
- msgid "Title of e-mail sent to site admin when new links are submitted. Use %linkname% as a variable to be replaced by the actual link name"
631
- msgstr "Titre du courriel qui sera envoyé à l&rsquo;administrateur quand des nouveaux liens seront soumis. Utilisez %linkname% comme variable qui sera remplacée par le nom du lien"
 
 
 
 
 
632
 
633
- #: link-library-admin.php:2355
634
  msgid "Moderation Notification Title"
635
  msgstr "Titre du courriel de modération"
636
 
637
- #: link-library-admin.php:2361
638
- msgid "Will send a confirmation e-mail to link submitter if they provided their contact information"
639
- msgstr "Enverra un courriel de confirmation aux usagers ayant soumis des liens si ils ont fournis leur courriel"
 
 
 
 
640
 
641
- #: link-library-admin.php:2361
642
  msgid "E-mail submitter on link approval or rejection"
643
- msgstr "Envoyer un courriel à l&rsquo;utilisateur ayant soumis le lien lors de l&rsquo;approbation ou du rejet"
 
 
644
 
645
- #: link-library-admin.php:2368
646
  msgid "Suppress Link Library message in e-mail footer"
647
  msgstr "Supprimer le message sur Link Library dans le bas du courriel"
648
 
649
- #: link-library-admin.php:2375
650
  msgid "Only use first part of submitter name"
651
- msgstr "N&rsquo;utiliser que la première partie du nom de l&rsquo;utilisateur ayant soumis le lien"
 
 
652
 
653
- #: link-library-admin.php:2382
654
- msgid "The name of the e-mail account that the approval e-mail will be sent from"
655
- msgstr "Le nom de l&rsquo;utilisateur qui apparaîtra sur les messages d&rsquo;approbation"
 
 
 
656
 
657
- #: link-library-admin.php:2382
658
  msgid "Moderator Name"
659
  msgstr "Nom du modérateur"
660
 
661
- #: link-library-admin.php:2388
662
  msgid "The e-mail address that the approval e-mail will be sent from"
663
- msgstr "L&rsquo;adresse de courriel de laquelle les messages d&rsquo;approbation seront envoyés"
 
 
664
 
665
- #: link-library-admin.php:2388
666
  msgid "Moderator E-mail"
667
  msgstr "Adresse de courriel du modérateur"
668
 
669
- #: link-library-admin.php:2394
670
- msgid "Title of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name"
671
- msgstr "Titre du courriel d&rsquo;approbation. Utilisez %linkname% comme variable qui sera remplacé par le nom du lien"
 
 
 
 
672
 
673
- #: link-library-admin.php:2394
674
  msgid "Approval e-mail title"
675
  msgstr "Titre du courriel d&rsquo;approbation du lien"
676
 
677
- #: link-library-admin.php:2400
678
- msgid "Body of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address"
679
- msgstr "Contenu du courriel d&rsquo;approbation du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom de lien, %submittername% pour le nom de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
 
 
 
 
 
 
 
680
 
681
- #: link-library-admin.php:2400
682
  msgid "Approval e-mail body"
683
  msgstr "Contenu du courriel d&rsquo;approbation du lien"
684
 
685
- #: link-library-admin.php:2406
686
- msgid "Title of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name"
687
- msgstr "Titre du courriel de rejet du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom du lien"
 
 
 
 
688
 
689
- #: link-library-admin.php:2406
690
  msgid "Rejection e-mail title"
691
  msgstr "Titre du courriel de rejet du lien"
692
 
693
- #: link-library-admin.php:2412
694
- msgid "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address"
695
- msgstr "Contenu du courriel de rejet du lien. Utilisez %linkname% comme variable qui sera remplacée par le nom de lien, %submittername% pour le nom de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
 
 
 
 
 
 
696
 
697
- #: link-library-admin.php:2412
698
  msgid "Rejection e-mail body"
699
  msgstr "Contenu du courriel de rejet du lien"
700
 
701
- #: link-library-admin.php:2425
702
- msgid "The following option allows you to hide the Donate button and Support the Author section in the Link Library Admin pages. If you enjoy this plugin and use it regularly, please consider making a donation to the author before turning off these messages. This menu section will disappear along with the other elements."
703
- msgstr "L&rsquo;option suivante vous permet de masquer le bouton de don et la section sur l&rsquo;autheur dans l&rsquo;administration de Link Library. Si vous aimez cette extension et que vous l&rsquo;utilisez régulièrement, merci de penser à faire un don à l&rsquo;autheur avant de masquer ces messages."
 
 
 
 
 
 
 
 
 
704
 
705
- #: link-library-admin.php:2428
706
  msgid "Hide Donation and Support Links"
707
  msgstr "Cacher les liens pour les dons et le support"
708
 
709
- #: link-library-admin.php:2442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
710
  msgid "Save Settings"
711
  msgstr "Enregistrer la configuration"
712
 
713
- #: link-library-admin.php:2451
714
  msgid "Update Settings"
715
  msgstr "Mettre à jour la configuration"
716
 
717
- #: link-library-admin.php:2462
718
- #: link-library-admin.php:3138
719
- #: link-library-admin.php:3441
720
- #: link-library-admin.php:4271
721
- #: usersubmission.php:295
722
- #: usersubmission.php:385
723
  msgid "Link Name"
724
  msgstr "Nom du lien"
725
 
726
- #: link-library-admin.php:2463
727
- #: link-library-admin.php:4306
728
- #: link-library-defaults.php:127
729
- #: usersubmission.php:314
730
- #: usersubmission.php:404
731
  msgid "Link Category"
732
  msgstr "Catégorie de liens"
733
 
734
- #: link-library-admin.php:2464
 
 
 
 
 
 
 
 
735
  msgid "Link URL"
736
  msgstr "Adresse du lien"
737
 
738
- #: link-library-admin.php:2465
739
- #: link-library-admin.php:3138
740
- #: link-library-admin.php:3489
741
- #: link-library-admin.php:4385
742
- #: link-library-defaults.php:128
743
- #: usersubmission.php:303
744
- #: usersubmission.php:393
745
  msgid "Link Description"
746
  msgstr "Description du lien"
747
 
748
- #: link-library-admin.php:2514
749
  msgid "No Links Found to Moderate"
750
  msgstr "Aucun lien trouvé nécessitant une modération"
751
 
752
- #: link-library-admin.php:2521
753
  msgid "Check All"
754
  msgstr "Cocher tous les choix"
755
 
756
- #: link-library-admin.php:2522
757
  msgid "Uncheck All"
758
  msgstr "Tout décocher"
759
 
760
- #: link-library-admin.php:2524
761
  msgid "Approve Selected Items"
762
  msgstr "Approuver les liens sélectionnés"
763
 
764
- #: link-library-admin.php:2525
765
  msgid "Delete Selected Items"
766
  msgstr "Supprimer les liens sélectionnés"
767
 
768
- #: link-library-admin.php:2548
769
- msgid "If the stylesheet editor is empty after upgrading, reset to the default stylesheet using the button below or copy/paste your backup stylesheet into the editor."
770
- msgstr "Si l&rsquo;éditeur de feuille de style est vide après une mise à jour, appuyez sur le bouton ci-dessous pour importer la version originale de la feuille de style ou effectuez un copier/coller à partir de votre copie de sauvegarde de la feuille de style vers l&rsquo;éditeur."
 
 
 
 
 
 
 
771
 
772
- #: link-library-admin.php:2555
773
  msgid "Submit"
774
  msgstr "Soumettre"
775
 
776
- #: link-library-admin.php:2555
777
  msgid "Reset to default"
778
  msgstr "Restauration des valeurs par défaut"
779
 
780
- #: link-library-admin.php:2566
781
  msgid "Select Current Library Settings"
782
  msgstr "Sélectionnez la configuration de librairie courante"
783
 
784
- #: link-library-admin.php:2581
785
  msgid "Go"
786
  msgstr "Sélectionner"
787
 
788
- #: link-library-admin.php:2583
789
  msgid "Copy from:"
790
  msgstr "Copier de&nbsp;:"
791
 
792
- #: link-library-admin.php:2597
793
  msgid "Copy"
794
  msgstr "Copier"
795
 
796
- #: link-library-admin.php:2611
797
- #: link-library-admin.php:2614
798
- #: link-library-admin.php:2618
799
- msgid "Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site"
800
- msgstr "Link Library supporte la création d&rsquo;un nombre illimité de configurations pour afficher les liens sur votre site"
 
 
 
801
 
802
- #: link-library-admin.php:2615
803
  msgid "Library Name"
804
  msgstr "Nom de la librairie"
805
 
806
- #: link-library-admin.php:2617
807
  msgid "Feature"
808
  msgstr "Fonctionnalité"
809
 
810
- #: link-library-admin.php:2619
811
  msgid "Code to insert on a Wordpress page"
812
  msgstr "Code à insérer dans une page WordPress"
813
 
814
- #: link-library-admin.php:2626
815
  msgid "Display basic link library"
816
  msgstr "Afficher la liste de liens"
817
 
818
- #: link-library-admin.php:2632
819
  msgid "Display list of link categories"
820
  msgstr "Afficher la liste des catégories de liens"
821
 
822
- #: link-library-admin.php:2638
823
  msgid "Display search box"
824
  msgstr "Afficher le champ de recherche"
825
 
826
- #: link-library-admin.php:2644
827
  msgid "Display link submission form"
828
  msgstr "Afficher le formulaire de soumission de liens"
829
 
830
- #: link-library-admin.php:2651
 
 
 
 
 
 
831
  #, php-format
832
  msgid ""
833
  "You are about to Delete Library #'%s'\n"
@@ -836,2103 +1132,2531 @@ msgstr ""
836
  "Vous être sur le point de supprimer la configuration de la librairie '%s'\n"
837
  " 'Annuler' pour interrompre, 'OK' pour supprimer."
838
 
839
- #: link-library-admin.php:2651
840
  msgid "Delete Library"
841
  msgstr "Supprimer la librairie"
842
 
843
- #: link-library-admin.php:2652
844
  #, php-format
845
  msgid ""
846
  "You are about to reset Library '%s'\n"
847
  " 'Cancel' to stop, 'OK' to reset."
848
  msgstr ""
849
- "Vous êtes sur le point de réinitialiser la configuration de la librairie '%s'\n"
 
850
  " 'Annuler' pour interrompre, 'OK' pour continuer."
851
 
852
- #: link-library-admin.php:2652
853
  msgid "Reset current Library"
854
  msgstr "Réinitialiser la configuration de librairie courante"
855
 
856
- #: link-library-admin.php:2653
857
- #, php-format
 
 
 
 
 
858
  msgid ""
859
- "You are about to reset Library '%s' for a table layout\n"
860
- " 'Cancel' to stop, 'OK' to reset."
861
  msgstr ""
862
- "Vous êtes sur le point de réinitialiser la configuration de la librairie '%s' pour une mise en page utilisant des tables\n"
 
863
  " 'Annuler' pour interrompre, 'OK' pour continuer."
864
 
865
- #: link-library-admin.php:2653
866
- msgid "Reset current Library for table layout"
867
- msgstr "Réinitialiser la configuration de librairie courante pour une mise en page en tableau"
868
 
869
- #: link-library-admin.php:2672
870
- msgid "Current Library Name"
871
- msgstr "Nom de la librairie courante"
872
 
873
- #: link-library-admin.php:2679
874
- #: link-library-admin.php:2687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
875
  msgid "Leave Empty to see all categories"
876
  msgstr "Laissez vide pour afficher toutes les catégories"
877
 
878
- #: link-library-admin.php:2679
879
- #: link-library-admin.php:2687
880
- #: link-library-admin.php:2725
881
- #: link-library-admin.php:2729
882
  msgid "Enter list of comma-separated"
883
  msgstr "Spécifier une liste de valeurs, séparées par des virgules"
884
 
885
- #: link-library-admin.php:2679
886
- #: link-library-admin.php:2687
887
  msgid "numeric category IDs"
888
  msgstr "identifiants de catégories numériques"
889
 
890
- #: link-library-admin.php:2679
891
- msgid "To find the IDs, go to the Link Categories admin page, place the mouse above a category name and look for its ID in the address shown in your browsers status bar. For example"
892
- msgstr "Pour trouver les identifiants, aller sur la page de configuration des catégories de liens, placer votre souris au-dessus du nom de la catégorie et cherchez l&rsquo;identifiant dans l&rsquo;adresse qui est affichée dans la barre de status de votre navigateur. Par exemple"
 
 
 
 
 
 
 
893
 
894
- #: link-library-admin.php:2681
895
  msgid "Categories to be displayed (Empty=All)"
896
  msgstr "Catégories à afficher (Vide=Toutes)"
897
 
898
- #: link-library-admin.php:2683
899
  msgid "Categories to be displayed"
900
  msgstr "Catégories à afficher"
901
 
902
- #: link-library-admin.php:2687
903
- #: link-library-admin.php:2725
904
- #: link-library-admin.php:2729
905
  msgid "For example"
906
  msgstr "Par exemple"
907
 
908
- #: link-library-admin.php:2714
909
- #: link-library-admin.php:2745
910
- msgid "No link categories! Create some!"
911
- msgstr "Pas de catégorie de lien&nbsp;! Créer s&rsquo;en une&nbsp;!"
912
-
913
- #: link-library-admin.php:2716
914
  msgid "Show all categories"
915
  msgstr "Montrer toutes les catégories"
916
 
917
- #: link-library-admin.php:2725
918
- #: link-library-admin.php:2729
919
  msgid "numeric category IDs that should not be shown"
920
  msgstr "identifiants de catégories numériques à ne pas afficher"
921
 
922
- #: link-library-admin.php:2726
923
  msgid "Categories to be excluded"
924
  msgstr "Catégories à exclure"
925
 
926
- #: link-library-admin.php:2747
927
  msgid "No Exclusions"
928
  msgstr "Aucune exclusion"
929
 
930
- #: link-library-admin.php:2756
931
- #: link-library-admin.php:2759
932
  msgid "Only show one category of links at a time"
933
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie de liens à la fois"
934
 
935
- #: link-library-admin.php:2757
936
  msgid "Only show one category at a time"
937
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie à la fois"
938
 
939
- #: link-library-admin.php:2764
940
- msgid "Select if AJAX should be used to only reload the list of links without reloading the whole page or HTML GET to reload entire page with a new link. The Permalinks option must be enabled for HTML GET + Permalink to work correctly."
941
- msgstr "Sélectionner si la librairie AJAX est utilisée pour rafraîchir la liste sans recharger complètement la page ou si la méthode HTML GET doit recharger la page complète avec un nouveau lien. L&rsquo;option des liens personnalisés doit être activée pour que l&rsquo;option HTML GET + Permaliens fonctionne correctement."
 
 
 
 
 
 
 
 
 
942
 
943
- #: link-library-admin.php:2764
944
  msgid "Switching Method"
945
  msgstr "Méthode pour les mises à jour de la page"
946
 
947
- #: link-library-admin.php:2792
948
- msgid "Default category to be shown when only showing one at a time (numeric ID)"
949
- msgstr "Catégorie à afficher par défaut lorsqu&rsquo;une seule catégorie est présente (identifiant numérique)"
 
 
 
950
 
951
- #: link-library-admin.php:2797
952
- msgid "Hide category on start in single cat AJAX mode"
953
- msgstr "Cacher les catégories au démarrage dans le mode AJAX avec une seule catégorie"
 
 
 
954
 
955
- #: link-library-admin.php:2804
956
- #: link-library-admin.php:2807
957
  msgid "File path is relative to Link Library plugin directory"
958
- msgstr "Le chemin du fichier doit être relatif par rapport au répertoire du module Link Library"
 
 
959
 
960
- #: link-library-admin.php:2805
961
  msgid "Icon to display when performing AJAX queries"
962
  msgstr "Icône à afficher lorsque des requêtes AJAX sont effectuées"
963
 
964
- #: link-library-admin.php:2816
965
- #: link-library-admin.php:2819
966
  msgid "Only show a limited number of links and add page navigation links"
967
- msgstr "Afficher seulement un nombre limité de liens et afficher une section de navigation des liens"
 
 
968
 
969
- #: link-library-admin.php:2817
970
  msgid "Paginate Results"
971
  msgstr "Paginer les résultats"
972
 
973
- #: link-library-admin.php:2824
974
- #: link-library-admin.php:2827
975
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
976
  msgstr "Nombre de liens devant être affichés en &ldquo;Mode Pagination&rdquo;"
977
 
978
- #: link-library-admin.php:2825
979
  msgid "Links per Page"
980
  msgstr "Liens par page"
981
 
982
- #: link-library-admin.php:2833
983
  msgid "Pagination Position"
984
  msgstr "Position de la pagination"
985
 
986
- #: link-library-admin.php:2839
987
  msgid "After Links"
988
  msgstr "Après le lien"
989
 
990
- #: link-library-admin.php:2842
991
- #: link-library-admin.php:2872
992
  msgid "Before Links"
993
  msgstr "Avant le lien"
994
 
995
- #: link-library-admin.php:2846
996
  msgid "Hide Results if Empty"
997
  msgstr "Masquer les résultats si vide"
998
 
999
- #: link-library-admin.php:2856
1000
  msgid "Enable Permalinks"
1001
  msgstr "Activer les liens permanents"
1002
 
1003
- #: link-library-admin.php:2864
1004
  msgid "Permalinks Page"
1005
  msgstr "Page des liens permanents"
1006
 
1007
- #: link-library-admin.php:2871
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
  msgid "Display alphabetic cat filter"
1009
  msgstr "Afficher le filtre des catégories par ordre alphabétique"
1010
 
1011
- #: link-library-admin.php:2872
1012
  msgid "Do not display"
1013
  msgstr "Ne pas afficher"
1014
 
1015
- #: link-library-admin.php:2872
1016
  msgid "Before Categories"
1017
  msgstr "Avant les catégories"
1018
 
1019
- #: link-library-admin.php:2872
1020
  msgid "Before Categories and Links"
1021
  msgstr "Avant les catégories et les liens"
1022
 
1023
- #: link-library-admin.php:2879
1024
  msgid "Auto-select first alphabetic cat item"
1025
- msgstr "Sélectionner automatiquement la première catégorie par ordre alphabétique"
 
1026
 
1027
- #: link-library-admin.php:2883
1028
  msgid "Display ALL box in alphabetic cat filter"
1029
  msgstr "Afficher toutes les cases dans le filtre alphabétique des catégories"
1030
 
1031
- #: link-library-admin.php:2885
1032
  msgid "Cat filter label"
1033
  msgstr "Texte pour le filtre sur les catégories"
1034
 
1035
- #: link-library-admin.php:2889
1036
  msgid "Only display links submitted by current user"
1037
  msgstr "Affiche uniquement les liens soumis par l&rsquo;utilisateur actuel"
1038
 
1039
- #: link-library-admin.php:2934
1040
  msgid "Results Order"
1041
  msgstr "Ordre des résultats"
1042
 
1043
- #: link-library-admin.php:2940
1044
- #: link-library-admin.php:3097
1045
  msgid "Order by Name"
1046
  msgstr "Trier par nom"
1047
 
1048
- #: link-library-admin.php:2943
1049
- #: link-library-admin.php:3098
1050
  msgid "Order by ID"
1051
  msgstr "Trier par identifiant"
1052
 
1053
- #: link-library-admin.php:2947
 
 
 
 
 
 
1054
  msgid "Order of categories based on included category list"
1055
  msgstr "Trier les catégories selon l&rsquo;ordre des catégories incluses"
1056
 
1057
- #: link-library-admin.php:2951
1058
- msgid "Order by"
1059
- msgstr "Trier par"
1060
-
1061
- #: link-library-admin.php:2951
1062
- #: link-library-admin.php:3099
1063
- msgid "Wordpress Plugin"
1064
- msgstr "Extension WordPress"
1065
-
1066
- #: link-library-admin.php:2956
1067
  msgid "Link Categories Display Format"
1068
  msgstr "Format d&rsquo;affichage des catégories de liens"
1069
 
1070
- #: link-library-admin.php:2960
1071
- #: link-library-admin.php:3181
1072
  msgid "Table"
1073
  msgstr "Table"
1074
 
1075
- #: link-library-admin.php:2961
1076
- #: link-library-admin.php:3182
1077
  msgid "Unordered List"
1078
  msgstr "Liste non-ordonnée"
1079
 
1080
- #: link-library-admin.php:2962
1081
  msgid "Drop-Down List"
1082
  msgstr "Liste déroulante"
1083
 
1084
- #: link-library-admin.php:2963
1085
  msgid "Drop-Down List Direct Access"
1086
  msgstr "Liste déroulante"
1087
 
1088
- #: link-library-admin.php:2969
 
 
 
 
 
 
 
 
1089
  msgid "Display link counts"
1090
  msgstr "Afficher la quantité de liens"
1091
 
1092
- #: link-library-admin.php:2975
1093
  msgid "Display categories with search results"
1094
  msgstr "Afficher les catégories avec les résultats de recherche"
1095
 
1096
- #: link-library-admin.php:2980
1097
- #: link-library-admin.php:2983
1098
- msgid "This setting does not apply when selecting My Link Order for the order"
1099
- msgstr "Cette option ne s&rsquo;applique que lorsque l&rsquo;on choisit \"Mon ordre des liens\" comme ordre de présentation"
1100
-
1101
- #: link-library-admin.php:2981
1102
- #: link-library-admin.php:3152
1103
  msgid "Direction"
1104
  msgstr "Direction"
1105
 
1106
- #: link-library-admin.php:2985
1107
- #: link-library-admin.php:3156
1108
  msgid "Ascending"
1109
  msgstr "Croissant"
1110
 
1111
- #: link-library-admin.php:2986
1112
- #: link-library-admin.php:3157
1113
  msgid "Descending"
1114
  msgstr "Décroissant"
1115
 
1116
- #: link-library-admin.php:2990
1117
- #: link-library-admin.php:2993
1118
- #: link-library-admin.php:3106
1119
- #: link-library-admin.php:3109
1120
- msgid "Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >"
1121
- msgstr "Utilisez [ et ] dans la description pour écrire du code HTML, tel que du code pour afficher une image, au lien d&rsquo;utiliser < et >"
 
 
1122
 
1123
- #: link-library-admin.php:2991
1124
- #: link-library-admin.php:3107
1125
  msgid "Show Category Description"
1126
  msgstr "Afficher la description des catégories"
1127
 
1128
- #: link-library-admin.php:2995
1129
- #: link-library-admin.php:3113
1130
  msgid "Position"
1131
  msgstr "Position"
1132
 
1133
- #: link-library-admin.php:2997
1134
- #: link-library-admin.php:3115
1135
  msgid "Right"
1136
  msgstr "Droite"
1137
 
1138
- #: link-library-admin.php:2998
1139
- #: link-library-admin.php:3116
1140
  msgid "Left"
1141
  msgstr "Gauche"
1142
 
1143
- #: link-library-admin.php:3004
1144
  msgid "Width of Categories Table in Percents"
1145
  msgstr "Largeur de la table des catégories en pourcentage"
1146
 
1147
- #: link-library-admin.php:3010
1148
- #: link-library-admin.php:3013
1149
- msgid "Determines the number of alternating div tags that will be placed before and after each link category"
1150
- msgstr "Indique le nombre de balises div qui seront placées en alternance avant et après chaque catégorie de liens"
 
 
 
1151
 
1152
- #: link-library-admin.php:3010
1153
- #: link-library-admin.php:3013
1154
- msgid "These div tags can be used to style of position link categories on the link page"
1155
- msgstr "Ces balises div peuvent être utilisées pour positionner les catégories de lien sur la page"
 
 
 
1156
 
1157
- #: link-library-admin.php:3011
1158
  msgid "Number of alternating div classes"
1159
  msgstr "Nombre de classes div en alternance"
1160
 
1161
- #: link-library-admin.php:3026
1162
  msgid "Number of columns in Categories Table"
1163
  msgstr "Nombre de colonnes dans la table des catégories"
1164
 
1165
- #: link-library-admin.php:3033
1166
  msgid "First div class name"
1167
  msgstr "Premier nom de classe de la div"
1168
 
1169
- #: link-library-admin.php:3041
1170
  msgid "Use Div Class or Heading tag around Category Names"
1171
- msgstr "Utiliser une balise div ou une balise d&rsquo;en-tête autour des noms de catégories"
 
 
1172
 
1173
- #: link-library-admin.php:3045
1174
  msgid "Div Class"
1175
  msgstr "Premier nom de classe div"
1176
 
1177
- #: link-library-admin.php:3046
1178
  msgid "Heading Tag"
1179
  msgstr "Balise d&rsquo;en-tête"
1180
 
1181
- #: link-library-admin.php:3051
1182
  msgid "Second div class name"
1183
  msgstr "Second nom de classe div"
1184
 
1185
- #: link-library-admin.php:3058
1186
- #: link-library-admin.php:3061
1187
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1188
- msgstr "Exemples de noms de classes div&nbsp;: linklistcatname, Exemples de balises d&rsquo;en-tête&nbsp;: h3"
 
 
1189
 
1190
- #: link-library-admin.php:3059
1191
  msgid "Div Class Name or Heading label"
1192
  msgstr "Nom de classe div ou type de la balise de titre"
1193
 
1194
- #: link-library-admin.php:3066
1195
  msgid "Third div class name"
1196
  msgstr "Troisième nom de classe div"
1197
 
1198
- #: link-library-admin.php:3073
1199
- #: link-library-admin.php:3076
1200
- msgid "Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method."
1201
- msgstr "Configurer cette adresse vers une page utilisant Link Library pour placer la liste des catégories sur une autre page. Ce champ devrait toujours être utilisé en conjonction avec le mode n&rsquo;affichez qu&rsquo;une catégorie à la fois et la méthode HTML GET."
 
 
 
 
 
 
1202
 
1203
- #: link-library-admin.php:3074
1204
  msgid "Category Target Address"
1205
  msgstr "Adresse cible pour les liens de catégories"
1206
 
1207
- #: link-library-admin.php:3093
1208
  msgid "Link Results Order"
1209
  msgstr "Ordre des résultats"
1210
 
1211
- #: link-library-admin.php:3099
1212
- msgid "Order set by "
1213
- msgstr "Trier par"
1214
-
1215
- #: link-library-admin.php:3100
1216
  msgid "Order randomly"
1217
  msgstr "Trier au hazard"
1218
 
1219
- #: link-library-admin.php:3101
1220
  msgid "Order by updated date"
1221
  msgstr "Trier par date de mise à jour"
1222
 
1223
- #: link-library-admin.php:3102
1224
  msgid "Order by number of link visits"
1225
  msgstr "Trier par le nombre de visites du lien"
1226
 
1227
- #: link-library-admin.php:3121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1228
  msgid "List Featured Links ahead of Regular Links"
1229
  msgstr "Afficher les liens vedettes avant les liens réguliers"
1230
 
1231
- #: link-library-admin.php:3125
1232
  msgid "Show Expand Link button and hide links"
1233
  msgstr "Montrer le bouton 'Développer les liens' et cacher les liens"
1234
 
1235
- #: link-library-admin.php:3130
1236
  msgid "Combine all results without categories"
1237
  msgstr "Combiner tous les résultats sans les catégories"
1238
 
1239
- #: link-library-admin.php:3134
1240
  msgid "Link Title Content"
1241
  msgstr "Titre du lien sur le contenu"
1242
 
1243
- #: link-library-admin.php:3151
1244
- #: link-library-admin.php:3154
1245
- msgid "Except for My Link Order mode"
1246
- msgstr "Sauf pour le mode avec \"Mon ordre des lien\""
1247
-
1248
- #: link-library-admin.php:3161
1249
- #: link-library-admin.php:3164
1250
  msgid "Leave empty to show all results"
1251
  msgstr "Laissez vide pour afficher tous les résultats"
1252
 
1253
- #: link-library-admin.php:3162
1254
- msgid "Max number of links to display"
 
 
1255
  msgstr "Nombre maximum de liens à afficher"
1256
 
1257
- #: link-library-admin.php:3169
1258
- #: link-library-admin.php:3172
1259
- msgid "Sets default link target window, does not override specific targets set in links"
1260
- msgstr "Configure la fenêtre cible pour les liens. Cette valeur n&rsquo;est pas prioritaire par rapport aux cibles spécifiques des liens."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1261
 
1262
- #: link-library-admin.php:3170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1263
  msgid "Link Target"
1264
  msgstr "Cible du lien"
1265
 
1266
- #: link-library-admin.php:3177
1267
  msgid "Link Display Format"
1268
  msgstr "Format d&rsquo;affichage des liens"
1269
 
1270
- #: link-library-admin.php:3183
1271
  msgid "No surrounding tags"
1272
  msgstr "Pas de tags autour"
1273
 
1274
- #: link-library-admin.php:3188
1275
- #: link-library-admin.php:3191
1276
  msgid "Allows extra query string to be added to all links in library"
1277
- msgstr "Permet d&rsquo;ajouter des paramètres supplémentaires sur tous les liens de la librairie"
 
 
1278
 
1279
- #: link-library-admin.php:3189
1280
  msgid "Additional link query string"
1281
  msgstr "Chaine additionnelle pour le lien de recherche"
1282
 
1283
- #: link-library-admin.php:3197
 
 
 
 
1284
  msgid "Show Column Headers"
1285
  msgstr "Afficher les en-têtes de colonnes"
1286
 
1287
- #: link-library-admin.php:3204
1288
- msgid "Link Column Header"
1289
- msgstr "En-tête de colonne de lien"
 
 
1290
 
1291
- #: link-library-admin.php:3212
1292
- msgid "Description Column Header"
1293
- msgstr "En-tête de colonne pour les descriptions"
1294
 
1295
- #: link-library-admin.php:3219
1296
- msgid "Notes Column Header"
1297
- msgstr "En-tête de la colonne des notes"
 
 
1298
 
1299
- #: link-library-admin.php:3227
1300
  msgid "Hide Category Names"
1301
  msgstr "Masquer les noms de catégories"
1302
 
1303
- #: link-library-admin.php:3234
1304
  msgid "Show Hidden Links"
1305
  msgstr "Afficher les liens cachés"
1306
 
1307
- #: link-library-admin.php:3241
1308
- #: link-library-admin.php:3244
 
 
 
 
 
 
 
 
 
 
 
 
 
1309
  msgid "Need to be active for Link Categories to work"
1310
  msgstr "Doit être coché pour que les liens de catégories fonctionnent"
1311
 
1312
- #: link-library-admin.php:3242
1313
  msgid "Embed HTML anchors"
1314
  msgstr "Inclusion d&rsquo;ancrages HTML"
1315
 
1316
- #: link-library-admin.php:3249
1317
  msgid "Show Hidden Links to Admins/Editors"
1318
  msgstr "Montrer les liens cachés aux Administrateurs/Editeurs"
1319
 
1320
- #: link-library-admin.php:3266
1321
- msgid "Arrange the items below via drag-and-drop to order the various Link Library elements."
1322
- msgstr "Organiser les différents liens ci-dessous avec la souris (cliquer-déplacer-déposer)"
1323
-
1324
- #: link-library-admin.php:3289
1325
- #: link-library-admin.php:3411
1326
- msgid "Image"
1327
- msgstr "Image"
1328
 
1329
- #: link-library-admin.php:3293
1330
  msgid "Name"
1331
  msgstr "Nom"
1332
 
1333
- #: link-library-admin.php:3297
1334
  msgid "Date"
1335
  msgstr "Date"
1336
 
1337
- #: link-library-admin.php:3301
1338
  msgid "Desc"
1339
  msgstr "Desc"
1340
 
1341
- #: link-library-admin.php:3305
 
1342
  msgid "Notes"
1343
  msgstr "Notes"
1344
 
1345
- #: link-library-admin.php:3309
1346
  msgid "RSS"
1347
  msgstr "RSS"
1348
 
1349
- #: link-library-admin.php:3313
1350
- #: link-library-admin.php:3588
1351
- msgid "Link"
1352
- msgstr "Lien"
1353
 
1354
- #: link-library-admin.php:3317
1355
  msgid "Phone"
1356
  msgstr "Téléphone"
1357
 
1358
- #: link-library-admin.php:3321
1359
- #: link-library-admin.php:3618
1360
- #: link-library-admin.php:4477
1361
- #: link-library-admin.php:4820
1362
- #: link-library-defaults.php:176
1363
- #: render-link-library-addlink-sc.php:446
1364
  msgid "E-mail"
1365
  msgstr "Adresse électronique"
1366
 
1367
- #: link-library-admin.php:3325
1368
  msgid "Hits"
1369
  msgstr "Accès"
1370
 
1371
- #: link-library-admin.php:3329
 
1372
  msgid "Rating"
1373
  msgstr "Classement"
1374
 
1375
- #: link-library-admin.php:3333
1376
  msgid "Large Desc"
1377
  msgstr "Grande Desc"
1378
 
1379
- #: link-library-admin.php:3337
1380
- #: link-library-admin.php:3715
1381
- #: link-library-admin.php:4493
1382
- #: link-library-defaults.php:188
1383
- #: render-link-library-addlink-sc.php:464
1384
  msgid "Submitter Name"
1385
  msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
1386
 
1387
- #: link-library-admin.php:3341
1388
  msgid "Cat Desc"
1389
  msgstr "Cat Desc"
1390
 
1391
- #: link-library-admin.php:3353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1392
  msgid "Display"
1393
  msgstr "Afficher"
1394
 
1395
- #: link-library-admin.php:3354
1396
  msgid "Before"
1397
  msgstr "Avant"
1398
 
1399
- #: link-library-admin.php:3355
1400
  msgid "After"
1401
  msgstr "Après"
1402
 
1403
- #: link-library-admin.php:3356
1404
  msgid "Additional Details"
1405
  msgstr "Détails additionnels"
1406
 
1407
- #: link-library-admin.php:3357
1408
  msgid "Link Source"
1409
  msgstr "Source du lien"
1410
 
1411
- #: link-library-admin.php:3360
1412
- msgid "This column allows for the output of text/code before the first link in each category"
1413
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant le premier lien de chaque catégorie"
 
 
 
 
1414
 
1415
- #: link-library-admin.php:3360
1416
  msgid "Before first link"
1417
  msgstr "Avant le premier lien"
1418
 
1419
- #: link-library-admin.php:3362
1420
  msgid "Output of text/code before the first link in each category"
1421
  msgstr "Affichage du texte/code avant la première ligne de chaque catégorie"
1422
 
1423
- #: link-library-admin.php:3368
1424
- msgid "This column allows for the output of text/code before a number of links determined by the Display field"
1425
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant le nombre de liens spécifié sur la première ligne de cette table"
 
 
 
 
1426
 
1427
- #: link-library-admin.php:3368
1428
  msgid "Intermittent Before Link"
1429
  msgstr "Balises intermittentes avant le lien"
1430
 
1431
- #: link-library-admin.php:3369
1432
  msgid "Frequency of additional output before and after complete link group"
1433
- msgstr "Fréquence des affichages supplémentaires avant et après chaque groupe de liens"
 
 
1434
 
1435
- #: link-library-admin.php:3372
1436
- #: link-library-admin.php:3382
1437
  msgid "Output before complete link group (link, notes, desc, etc...)"
1438
  msgstr "Afficher avant le groupe de liens (lien, notes, description, etc...)"
1439
 
1440
- #: link-library-admin.php:3380
1441
  msgid "This column allows for the output of text/code before each link"
1442
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant chaque lien"
 
 
1443
 
1444
- #: link-library-admin.php:3380
1445
  msgid "Before Link"
1446
  msgstr "Avant le lien"
1447
 
1448
- #: link-library-admin.php:3411
1449
  msgid "This column allows for the output of text/code before each link image"
1450
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant chaque image"
 
 
1451
 
1452
- #: link-library-admin.php:3417
1453
  msgid "Code/Text to be displayed before each link image"
1454
  msgstr "Code/Texte à afficher avant chaque image"
1455
 
1456
- #: link-library-admin.php:3420
1457
  msgid "Code/Text to be displayed after each link image"
1458
  msgstr "Code/Texte à afficher après chaque image"
1459
 
1460
- #: link-library-admin.php:3423
1461
  msgid "CSS Class to be assigned to link image"
1462
  msgstr "Classe CSS qui sera assignée à l&rsquo;image"
1463
 
1464
- #: link-library-admin.php:3430
1465
- #: link-library-admin.php:3461
1466
- #: link-library-admin.php:3566
1467
- #: link-library-admin.php:3607
1468
  msgid "Primary"
1469
  msgstr "Principal"
1470
 
1471
- #: link-library-admin.php:3433
1472
- #: link-library-admin.php:3462
1473
- #: link-library-admin.php:3569
1474
- #: link-library-admin.php:3610
1475
  msgid "Secondary"
1476
  msgstr "Secondaire"
1477
 
1478
- #: link-library-admin.php:3441
1479
- msgid "This column allows for the output of text/code before and after each link name"
1480
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque nom"
 
 
 
 
1481
 
1482
- #: link-library-admin.php:3447
1483
  msgid "Code/Text to be displayed before each link"
1484
  msgstr "Code/Texte à afficher avant chaque lien"
1485
 
1486
- #: link-library-admin.php:3450
1487
  msgid "Code/Text to be displayed after each link"
1488
  msgstr "Code/Texte à afficher après chaque lien"
1489
 
1490
- #: link-library-admin.php:3455
1491
  msgid "No Tooltip"
1492
  msgstr "Pas d&rsquo;aide"
1493
 
1494
- #: link-library-admin.php:3456
 
1495
  msgid "Description"
1496
  msgstr "Description"
1497
 
1498
- #: link-library-admin.php:3470
1499
- msgid "This column allows for the output of text/code before and after each link date stamp"
1500
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque date"
 
 
 
 
 
 
 
 
 
 
1501
 
1502
- #: link-library-admin.php:3470
1503
  msgid "Link Date"
1504
  msgstr "Date du lien"
1505
 
1506
- #: link-library-admin.php:3471
1507
  msgid "Check to display link date"
1508
  msgstr "Cocher pour afficher la date du lien"
1509
 
1510
- #: link-library-admin.php:3476
1511
  msgid "Code/Text to be displayed before each date"
1512
  msgstr "Code/Texte à afficher avant chaque date"
1513
 
1514
- #: link-library-admin.php:3479
1515
  msgid "Code/Text to be displayed after each date"
1516
  msgstr "Code/Texte à afficher après chaque date"
1517
 
1518
- #: link-library-admin.php:3489
1519
- msgid "This column allows for the output of text/code before and after each link description"
1520
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque description"
 
 
 
 
1521
 
1522
- #: link-library-admin.php:3490
1523
  msgid "Check to display link descriptions"
1524
  msgstr "Cocher pour afficher la description du lien"
1525
 
1526
- #: link-library-admin.php:3495
1527
  msgid "Code/Text to be displayed before each description"
1528
  msgstr "Code/Texte à afficher avant chaque description"
1529
 
1530
- #: link-library-admin.php:3498
1531
  msgid "Code/Text to be displayed after each description"
1532
  msgstr "Code/Texte à afficher après chaque description"
1533
 
1534
- #: link-library-admin.php:3508
1535
- msgid "This column allows for the output of text/code before and after each link notes"
1536
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque note"
 
 
 
 
1537
 
1538
- #: link-library-admin.php:3508
1539
- #: link-library-admin.php:4400
1540
- #: link-library-defaults.php:129
1541
- #: usersubmission.php:311
1542
- #: usersubmission.php:401
1543
  msgid "Link Notes"
1544
  msgstr "Notes du lien"
1545
 
1546
- #: link-library-admin.php:3509
1547
  msgid "Check to display link notes"
1548
  msgstr "Cocher pour afficher les notes du lien"
1549
 
1550
- #: link-library-admin.php:3514
1551
  msgid "Code/Text to be displayed before each note"
1552
  msgstr "Code/Texte à afficher avant chaque note"
1553
 
1554
- #: link-library-admin.php:3517
1555
  msgid "Code/Text to be displayed after each note"
1556
  msgstr "Code/Texte à afficher après chaque note"
1557
 
1558
- #: link-library-admin.php:3527
1559
- msgid "This column allows for the output of text/code before and after the RSS icons"
1560
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les icônes RSS"
 
 
 
1561
 
1562
- #: link-library-admin.php:3527
1563
  msgid "RSS Icons"
1564
  msgstr "Icône RSS"
1565
 
1566
- #: link-library-admin.php:3529
1567
  msgid "See below"
1568
  msgstr "Voir ci-dessous"
1569
 
1570
- #: link-library-admin.php:3531
1571
  msgid "Code/Text to be displayed before RSS Icons"
1572
  msgstr "Code/Texte à afficher avant les icônes RSS"
1573
 
1574
- #: link-library-admin.php:3534
1575
  msgid "Code/Text to be displayed after RSS Icons"
1576
  msgstr "Code/Texte à afficher après les icônes RSS"
1577
 
1578
- #: link-library-admin.php:3544
1579
- msgid "This column allows for the output of text/code before and after the Web Link"
1580
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les hyperliens"
1581
-
1582
- #: link-library-admin.php:3544
1583
- msgid "Web Link"
1584
- msgstr "Lien du site"
1585
 
1586
- #: link-library-admin.php:3547
1587
- #: link-library-admin.php:3582
1588
- #: link-library-admin.php:3623
1589
  msgid "False"
1590
  msgstr "Faux"
1591
 
1592
- #: link-library-admin.php:3548
1593
- msgid "Web Address"
 
 
1594
  msgstr "Adresse du site"
1595
 
1596
- #: link-library-admin.php:3549
1597
- msgid "Web Address Only"
1598
- msgstr "Seulement une adresse Web"
 
 
1599
 
1600
- #: link-library-admin.php:3550
1601
- #: link-library-admin.php:3591
1602
- msgid "Label"
1603
- msgstr "Identifiant"
1604
 
1605
- #: link-library-admin.php:3553
1606
  msgid "Code/Text to be displayed before Web Link"
1607
  msgstr "Code/Texte à afficher avant l&rsquo;hyperlien"
1608
 
1609
- #: link-library-admin.php:3556
1610
  msgid "Code/Text to be displayed after Web Link"
1611
  msgstr "Code/Texte à afficher après l&rsquo;hyperlien"
1612
 
1613
- #: link-library-admin.php:3559
1614
  msgid "Text Label that the web link will be assigned to."
1615
  msgstr "Texte associé à l&rsquo;hyperlien."
1616
 
1617
- #: link-library-admin.php:3562
1618
- #: link-library-admin.php:3603
 
 
 
 
 
1619
  msgid "Select which link address will be displayed / used for link"
1620
- msgstr "Sélectionner l&rsquo;adresse qui doit être utilisée/affichée pour le lien"
 
1621
 
1622
- #: link-library-admin.php:3577
1623
- msgid "This column allows for the output of text/code before and after the Telephone Number"
1624
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après le numéro de téléphone"
 
 
 
 
1625
 
1626
- #: link-library-admin.php:3577
1627
- #: link-library-admin.php:4462
1628
- #: link-library-admin.php:4814
1629
- #: link-library-defaults.php:174
1630
- #: render-link-library-addlink-sc.php:428
1631
  msgid "Telephone"
1632
  msgstr "Téléphone"
1633
 
1634
- #: link-library-admin.php:3585
1635
- #: link-library-admin.php:3626
1636
  msgid "Plain Text"
1637
  msgstr "Texte simple"
1638
 
1639
- #: link-library-admin.php:3594
 
 
 
 
 
 
 
 
1640
  msgid "Code/Text to be displayed before Telephone Number"
1641
  msgstr "Code/Texte à afficher avant le numéro de téléphone"
1642
 
1643
- #: link-library-admin.php:3597
1644
  msgid "Code/Text to be displayed after Telephone Number"
1645
  msgstr "Code/Texte à afficher après le numéro de téléphone"
1646
 
1647
- #: link-library-admin.php:3600
1648
  msgid "Text Label that the telephone will be assigned to."
1649
  msgstr "Texte associé au numéro de téléphone."
1650
 
1651
- #: link-library-admin.php:3618
1652
- msgid "This column allows for the output of text/code before and after the E-mail"
1653
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque email"
 
 
 
1654
 
1655
- #: link-library-admin.php:3629
1656
  msgid "MailTo Link"
1657
  msgstr "Lien mailto"
1658
 
1659
- #: link-library-admin.php:3632
1660
  msgid "MailTo Link with Label"
1661
  msgstr "Lien mailto avec libellé"
1662
 
1663
- #: link-library-admin.php:3635
1664
  msgid "Formatted Command"
1665
  msgstr "Commande formattée"
1666
 
1667
- #: link-library-admin.php:3638
1668
  msgid "Formatted Command with Labels"
1669
  msgstr "Commande formattée avec affichage textuel"
1670
 
1671
- #: link-library-admin.php:3641
1672
  msgid "Code/Text to be displayed before E-mail"
1673
  msgstr "Code/Texte à afficher avant chaque courriel"
1674
 
1675
- #: link-library-admin.php:3644
1676
  msgid "Code/Text to be displayed after E-mail"
1677
  msgstr "Code/Texte à afficher après le courriel"
1678
 
1679
- #: link-library-admin.php:3647
1680
- msgid "Text Label that the e-mail will be assigned to represent the e-mail link."
1681
- msgstr "Titre texte qui sera utilisé pour le lien vers l&rsquo;envoie de courriel."
 
 
1682
 
1683
- #: link-library-admin.php:3650
1684
- msgid "Command that the e-mail will be embedded in. In the case of a command, use the symbols #email and #company to indicate the position where these elements should be inserted."
1685
- msgstr "Commande dans laquelle l&rsquo;adresse électronique sera incluse. Dans le cas d&rsquo;une commande, utilisez les symboles #email et #company pour indiquer l&rsquo;emplacement de ces éléments."
 
 
 
 
 
 
1686
 
1687
- #: link-library-admin.php:3658
1688
- msgid "This column allows for the output of text/code before and after Link Hits"
1689
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après les statistiques du lien"
 
 
 
1690
 
1691
- #: link-library-admin.php:3658
1692
  msgid "Link Hits"
1693
  msgstr "Statistiques du lien"
1694
 
1695
- #: link-library-admin.php:3664
1696
  msgid "Code/Text to be displayed before Link Hits"
1697
  msgstr "Code/Texte à afficher avant les statistiques du lien"
1698
 
1699
- #: link-library-admin.php:3667
1700
  msgid "Code/Text to be displayed after Link Hits"
1701
  msgstr "Code/Texte à afficher après les statistiques du lien"
1702
 
1703
- #: link-library-admin.php:3677
1704
- msgid "This column allows for the output of text/code before and after the Link Rating"
1705
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après le classement du lien"
 
 
 
 
1706
 
1707
- #: link-library-admin.php:3677
1708
  msgid "Link Rating"
1709
  msgstr "Classement du lien"
1710
 
1711
- #: link-library-admin.php:3683
1712
  msgid "Code/Text to be displayed before Link Rating"
1713
  msgstr "Code/Texte à afficher avant le classement du lien"
1714
 
1715
- #: link-library-admin.php:3686
1716
  msgid "Code/Text to be displayed after Link Rating"
1717
  msgstr "Code/Texte à afficher après le classement du lien"
1718
 
1719
- #: link-library-admin.php:3696
1720
- #: link-library-admin.php:3715
1721
- #: link-library-admin.php:3732
1722
- msgid "This column allows for the output of text/code before and after the Link Large Description"
1723
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché avant et après chaque grande description"
 
 
 
1724
 
1725
- #: link-library-admin.php:3696
1726
- #: link-library-admin.php:4863
1727
- #: usersubmission.php:307
1728
- #: usersubmission.php:397
1729
  msgid "Link Large Description"
1730
  msgstr "Grande description du lien"
1731
 
1732
- #: link-library-admin.php:3702
1733
- #: link-library-admin.php:3719
1734
- #: link-library-admin.php:3736
1735
  msgid "Code/Text to be displayed before Link Large Description"
1736
  msgstr "Code/Texte à afficher avant chaque grande description"
1737
 
1738
- #: link-library-admin.php:3705
1739
- #: link-library-admin.php:3722
1740
- #: link-library-admin.php:3739
1741
  msgid "Code/Text to be displayed after Link Large Description"
1742
  msgstr "Code/Texte à afficher après chaque grande description"
1743
 
1744
- #: link-library-admin.php:3732
1745
  msgid "Category Description"
1746
  msgstr "Description de la catégorie"
1747
 
1748
- #: link-library-admin.php:3751
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1749
  msgid "This column allows for the output of text/code after each link"
1750
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après chaque lien"
 
 
1751
 
1752
- #: link-library-admin.php:3751
1753
  msgid "After Link Block"
1754
  msgstr "Après le lien complet"
1755
 
1756
- #: link-library-admin.php:3754
1757
  msgid "Output after complete link group (link, notes, desc, etc...)"
1758
  msgstr "Afficher après le groupe de liens (lien, notes, description, etc...)"
1759
 
1760
- #: link-library-admin.php:3761
1761
- msgid "This column allows for the output of text/code after a number of links determined in the first column"
1762
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après le nombre de liens spécifié sur la première ligne"
 
 
 
 
1763
 
1764
- #: link-library-admin.php:3761
1765
  msgid "Intermittent After Link"
1766
  msgstr "Balises intermittentes après le lien"
1767
 
1768
- #: link-library-admin.php:3771
1769
- msgid "This column allows for the output of text/code after the last link in each category"
1770
- msgstr "Cette colonne permet de spécifier le texte/code qui sera affiché après dernier lien dans chaque catégorie"
 
 
 
 
1771
 
1772
- #: link-library-admin.php:3771
1773
  msgid "After last link"
1774
  msgstr "Après le dernier lien"
1775
 
1776
- #: link-library-admin.php:3784
1777
- msgid "Show Link Updated Flag"
1778
- msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1779
-
1780
- #: link-library-admin.php:3794
1781
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
1782
  msgstr "Convertir [] à &lt;&gt; dans les descriptions et notes de liens"
1783
 
1784
- #: link-library-admin.php:3804
1785
- msgid "Link Updated Flag Position"
1786
- msgstr "Position du drapeau de mise à jour du lien"
1787
-
1788
- #: link-library-admin.php:3819
1789
- #: link-library-admin.php:3822
1790
- msgid "Label to be displayed before new links"
1791
- msgstr "Texte à afficher avant un nouveau lien"
1792
-
1793
- #: link-library-admin.php:3820
1794
- msgid "Updated link label"
1795
- msgstr "Mise à jour du texte du lien"
1796
-
1797
- #: link-library-admin.php:3828
1798
  msgid "Add nofollow tag to outgoing links"
1799
  msgstr "Ajouter une balise nofollow aux liens sortants"
1800
 
1801
- #: link-library-admin.php:3835
 
 
 
 
1802
  msgid "Show edit links when logged in as editor or administrator"
1803
- msgstr "Afficher un lien d&rsquo;édition lorsque l&rsquo;utilisateur est un éditeur ou un administrateur"
 
 
1804
 
1805
- #: link-library-admin.php:3843
1806
  msgid "Show link name when no image is assigned"
1807
- msgstr "Afficher le nom du lien quand il n&rsquo;y a pas d&rsquo;image assignée au lien"
 
 
1808
 
1809
- #: link-library-admin.php:3850
1810
  msgid "Do not output fields with no value"
1811
  msgstr "Ne pas afficher les champs vides"
1812
 
1813
- #: link-library-admin.php:3868
1814
  msgid "Enable link Pop-Ups"
1815
  msgstr "Activer les fenêtres pop-up pour les liens"
1816
 
1817
- #: link-library-admin.php:3872
1818
  msgid "Pop-Up Width"
1819
  msgstr "Largeur de la fenêtre pop-up"
1820
 
1821
- #: link-library-admin.php:3879
1822
  msgid "Pop-Up Height"
1823
  msgstr "Hauteur de la fenêtre pop-up"
1824
 
1825
- #: link-library-admin.php:3888
1826
  msgid "Dialog contents"
1827
  msgstr "Contenu de la fenêtre"
1828
 
1829
- #: link-library-admin.php:3906
1830
  msgid "Show RSS Link using Text"
1831
  msgstr "Afficher le lien RSS de façon textuelle"
1832
 
1833
- #: link-library-admin.php:3914
1834
  msgid "Show RSS Link using Standard Icon"
1835
  msgstr "Afficher le lien RSS en utilisant l&rsquo;icône standard"
1836
 
1837
- #: link-library-admin.php:3926
1838
  msgid "Show RSS Preview Link"
1839
  msgstr "Afficher un lien vers l&rsquo;aperçu du flux d&rsquo;informations"
1840
 
1841
- #: link-library-admin.php:3932
1842
  msgid "Number of articles shown in RSS Preview"
1843
- msgstr "Nombre d&rsquo;articles présentés dans l&rsquo;aperçu du flux d&rsquo;informations RSS"
 
 
1844
 
1845
- #: link-library-admin.php:3938
1846
  msgid "Show RSS Feed Headers in Link Library output"
1847
- msgstr "Afficher les en-têtes des flux d&rsquo;informations RSS dans la page générée par Link Library"
 
 
1848
 
1849
- #: link-library-admin.php:3946
1850
  msgid "Show RSS Feed Content in Link Library output"
1851
- msgstr "Afficher le contenu des flux d&rsquo;informations RSS dans la page générée par Link Library"
 
 
1852
 
1853
- #: link-library-admin.php:3952
1854
  msgid "Number of RSS articles shown in Link Library Output"
1855
  msgstr "Nombre d&rsquo;articles RSS devant être affichés par Link Library"
1856
 
1857
- #: link-library-admin.php:3957
1858
  msgid "Max number of days since published"
1859
  msgstr "Nombre maximum de jours depuis la publication"
1860
 
1861
- #: link-library-admin.php:3961
1862
  msgid "RSS Preview Width"
1863
  msgstr "Largeur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
1864
 
1865
- #: link-library-admin.php:3964
1866
  msgid "RSS Preview Height"
1867
  msgstr "Hauteur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
1868
 
1869
- #: link-library-admin.php:3967
1870
  msgid "Skip links with no RSS inline items"
1871
  msgstr "Passer les liens sans flux RSS"
1872
 
1873
- #: link-library-admin.php:3984
1874
- msgid "Checking this option will get images from the Robothumb web site every time"
1875
- msgstr "L&rsquo;activation de cette option permet la récupération d&rsquo;image du site internet Robothumb à chaque affichage de la page"
 
 
 
1876
 
1877
- #: link-library-admin.php:3985
1878
  msgid "Use thumbnail service for dynamic link images"
1879
- msgstr "Utiliser le service thumbnail pour la génération dynamique de vignettes des liens"
 
 
1880
 
1881
- #: link-library-admin.php:3987
1882
- msgid "Checking this option will get images from the thumbshots web site every time"
1883
- msgstr "L&rsquo;activation de cette option permet la récupération d&rsquo;image du site internet thumbshots.org à chaque affichage de la page"
 
 
 
1884
 
1885
- #: link-library-admin.php:3995
1886
  msgid "Give priority to images assigned to links if present"
1887
  msgstr "Donner une priorité aux images liées aux liens si elles sont présentes"
1888
 
1889
- #: link-library-admin.php:4003
1890
  msgid "Generate Images / Favorite Icons"
1891
  msgstr "Générer les images ou icônes de favoris"
1892
 
1893
- #: link-library-admin.php:4005
1894
- #: link-library-admin.php:4890
1895
- msgid "This button is only available when a valid API key is entered under the Link Library General Settings."
1896
- msgstr "Ce bouton est seulement disponible quand un CID valide est saisi dans les paramètres généraux de Link Library."
 
 
 
1897
 
1898
- #: link-library-admin.php:4006
1899
  msgid "Generate Thumbnails and Store locally"
1900
  msgstr "Générer les vignettes et les conserver"
1901
 
1902
- #: link-library-admin.php:4009
1903
  msgid "Generate Favorite Icons and Store locally"
1904
  msgstr "Générer les icônes de favoris et les conserver"
1905
 
1906
- #: link-library-admin.php:4013
1907
  msgid "Delete all local thumbnails and icons"
1908
  msgstr "Supprimer toutes les mignatures et icônes locales"
1909
 
1910
- #: link-library-admin.php:4014
1911
  msgid "Delete all local thumbnails"
1912
  msgstr "Supprimer toutes les miniatures locales"
1913
 
1914
- #: link-library-admin.php:4015
1915
  msgid "Delete all local icons"
1916
  msgstr "Supprimer toutes les icônes locales"
1917
 
1918
- #: link-library-admin.php:4031
1919
  msgid "Publish RSS Feed"
1920
  msgstr "Publier un flux d&rsquo;informations RSS"
1921
 
1922
- #: link-library-admin.php:4038
1923
  msgid "Number of items in RSS feed"
1924
  msgstr "Nombre d&rsquo;éléments dans le flux d&rsquo;informations RSS"
1925
 
1926
- #: link-library-admin.php:4047
1927
  msgid "RSS Feed Title"
1928
  msgstr "Titre du flux d&rsquo;informations RSS"
1929
 
1930
- #: link-library-admin.php:4053
1931
  msgid "RSS Feed Description"
1932
  msgstr "Description du flux d&rsquo;informations RSS"
1933
 
1934
- #: link-library-admin.php:4059
1935
- msgid "RSS Feed Web Address (default yoursite.com?link_library_rss_feed=1&settingset=1 )"
1936
- msgstr "Adresse du fil de nouvelles RSS (défaut votresite.com&nbsp;?link_library_rss_feed=1&settingset=1 )"
 
 
 
 
 
 
 
 
1937
 
1938
- #: link-library-admin.php:4076
1939
  msgid "Search Label"
1940
  msgstr "Texte pour la recherche"
1941
 
1942
- #: link-library-admin.php:4085
1943
  msgid "Search Field Initial Text"
1944
  msgstr "Texte initial dans le champ de recherche"
1945
 
1946
- #: link-library-admin.php:4094
1947
  msgid "Search No Results Text"
1948
  msgstr "Message pour un résultat de recherche vide"
1949
 
1950
- #: link-library-admin.php:4096
1951
- #: link-library-defaults.php:226
1952
  msgid "No links found matching your search criteria"
1953
  msgstr "Aucun lien trouvé qui correspondent à vos critères de recherche"
1954
 
1955
- #: link-library-admin.php:4103
1956
- #: link-library-admin.php:4104
1957
  msgid "Leave empty when links are to be displayed on same page as search box"
1958
- msgstr "Laissez ce champ vide lorsque les liens sont affichés sur la même page que la boîte de recherche"
 
 
1959
 
1960
- #: link-library-admin.php:4103
1961
  msgid "Results Page Address"
1962
  msgstr "Adresse de la page des résultats"
1963
 
1964
- #: link-library-admin.php:4204
 
 
 
 
1965
  msgid "Following this link shows a list of all links awaiting moderation"
1966
- msgstr "Suivez ce lien pour afficher une liste des liens en attente de modération"
 
1967
 
1968
- #: link-library-admin.php:4205
1969
  msgid "View list of links awaiting moderation"
1970
  msgstr "Visionner la liste des liens qui attendent d&rsquo;être modérés"
1971
 
1972
- #: link-library-admin.php:4209
1973
  msgid "Show user links immediately"
1974
  msgstr "Afficher immédiatement les liens soumis par les utilisateurs"
1975
 
1976
- #: link-library-admin.php:4214
1977
  msgid "E-mail admin on link submission"
1978
  msgstr "Envoyer un e-mail à l&rsquo;administrateur lors de la soumission"
1979
 
1980
- #: link-library-admin.php:4220
1981
  msgid "Validate links with Akismet"
1982
  msgstr "Valider les liens avec Akismet"
1983
 
1984
- #: link-library-admin.php:4224
1985
  msgid "E-mail submitter"
1986
  msgstr "Adresse e-mail de l&rsquo;émetteur"
1987
 
1988
- #: link-library-admin.php:4231
1989
  msgid "Additional text for link submitter e-mail"
1990
  msgstr "Text additionnel pour le lien de soumission du courriel"
1991
 
1992
- #: link-library-admin.php:4238
1993
  msgid "Require login to display form"
1994
  msgstr "Nécessite une connexion pour afficher le formulaire"
1995
 
1996
- #: link-library-admin.php:4243
1997
  msgid "Allow link submission with empty link"
1998
  msgstr "Accepter la soumission de liens sans adresse"
1999
 
2000
- #: link-library-admin.php:4249
2001
- #: link-library-admin.php:4250
2002
- msgid "Determine if a captcha will be displayed on the user submission form. Select the captcha system (Easy Captcha or Google reCAPTCHA) to be used from General Options section"
2003
- msgstr "Détermine si un captcha sera affiché dans le formulaire de soumission d&rsquo;un lien. Choisir le type de captcha (Easy Captcha ou Google reCAPTCHA) à utiliser dans la section des options générales"
 
 
 
 
 
2004
 
2005
- #: link-library-admin.php:4249
2006
  msgid "Display captcha"
2007
  msgstr "Afficher le captcha"
2008
 
2009
- #: link-library-admin.php:4254
2010
- msgid "This function will only store data when users are logged in to Wordpress"
2011
- msgstr "Cette fonctionnalité ne peut être accessible qu&rsquo;aux membres connectés à WordPress"
 
 
 
2012
 
2013
- #: link-library-admin.php:4254
2014
  msgid "Store login name on link submission"
2015
  msgstr "Enregistrer le nom de l&rsquo;utilisateur ayant soumis le lien"
2016
 
2017
- #: link-library-admin.php:4260
2018
  msgid "Add new link label"
2019
  msgstr "Texte du champ d&rsquo;ajout d&rsquo;un nouveau lien"
2020
 
2021
- #: link-library-admin.php:4262
2022
- #: link-library-defaults.php:123
2023
- #: render-link-library-addlink-sc.php:209
2024
  msgid "Add new link"
2025
  msgstr "Ajouter un nouveau lien"
2026
 
2027
- #: link-library-admin.php:4269
2028
  msgid "Link name label"
2029
  msgstr "Texte pour le nom du lien"
2030
 
2031
- #: link-library-admin.php:4279
2032
  msgid "Link address label"
2033
  msgstr "Texte pour l&rsquo;adresse du lien"
2034
 
2035
- #: link-library-admin.php:4281
2036
- #: usersubmission.php:296
2037
- #: usersubmission.php:386
2038
  msgid "Link Address"
2039
  msgstr "Adresse du lien"
2040
 
2041
- #: link-library-admin.php:4288
2042
  msgid "Link RSS label"
2043
  msgstr "Texte du lien RSS"
2044
 
2045
- #: link-library-admin.php:4290
2046
- #: link-library-defaults.php:126
2047
- #: render-link-library-addlink-sc.php:235
2048
- #: usersubmission.php:299
2049
- #: usersubmission.php:389
2050
  msgid "Link RSS"
2051
  msgstr "Flux RSS du lien"
2052
 
2053
- #: link-library-admin.php:4297
2054
- #: link-library-admin.php:4313
2055
- #: link-library-admin.php:4392
2056
- #: link-library-admin.php:4407
2057
- #: link-library-admin.php:4438
2058
- #: link-library-admin.php:4453
2059
- #: link-library-admin.php:4469
2060
- #: link-library-admin.php:4484
2061
- #: link-library-admin.php:4500
2062
- #: link-library-admin.php:4515
2063
- #: link-library-admin.php:4531
2064
- #: link-library-admin.php:4546
2065
- #: link-library-admin.php:4562
2066
  msgid "Hide"
2067
  msgstr "Masquer"
2068
 
2069
- #: link-library-admin.php:4298
2070
- #: link-library-admin.php:4314
2071
- #: link-library-admin.php:4393
2072
- #: link-library-admin.php:4408
2073
- #: link-library-admin.php:4439
2074
- #: link-library-admin.php:4454
2075
- #: link-library-admin.php:4470
2076
- #: link-library-admin.php:4485
2077
- #: link-library-admin.php:4501
2078
- #: link-library-admin.php:4516
2079
- #: link-library-admin.php:4532
2080
- #: link-library-admin.php:4547
2081
- #: link-library-admin.php:4563
2082
  msgid "Show"
2083
  msgstr "Afficher"
2084
 
2085
- #: link-library-admin.php:4299
2086
- #: link-library-admin.php:4394
2087
- #: link-library-admin.php:4409
2088
- #: link-library-admin.php:4440
2089
- #: link-library-admin.php:4455
2090
- #: link-library-admin.php:4471
2091
- #: link-library-admin.php:4486
2092
- #: link-library-admin.php:4502
2093
- #: link-library-admin.php:4517
2094
- #: link-library-admin.php:4533
2095
- #: link-library-admin.php:4548
2096
  msgid "Required"
2097
  msgstr "Obligatoire"
2098
 
2099
- #: link-library-admin.php:4304
 
 
 
 
 
 
2100
  msgid "Link category label"
2101
  msgstr "Texte pour la catégorie du lien"
2102
 
2103
- #: link-library-admin.php:4318
2104
- msgid "Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4) instead of displaying the set of categories specified by the library."
2105
- msgstr "Liste de catégories séparées par des virgules pour être affichées dans la liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées par la configuration des catégories de la librairie."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2106
 
2107
- #: link-library-admin.php:4318
2108
  msgid "Link category override selection list"
2109
  msgstr "Liste de catégories de remplacement"
2110
 
2111
- #: link-library-admin.php:4319
2112
- msgid "Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4)"
2113
- msgstr "Liste de catégories séparées par des virgules qui doivent être affichées dans la liste de sélection de catégories présentée aux usagers."
 
 
 
 
2114
 
2115
- #: link-library-admin.php:4324
2116
  msgid "Default category"
2117
  msgstr "Catégorie par défaut"
2118
 
2119
- #: link-library-admin.php:4359
2120
- #: link-library-admin.php:4361
2121
- #: link-library-defaults.php:154
 
 
 
 
 
2122
  msgid "User-submitted category"
2123
  msgstr "Catégorie soumise par l&rsquo;utilisateur"
2124
 
2125
- #: link-library-admin.php:4368
2126
  msgid "No"
2127
  msgstr "Non"
2128
 
2129
- #: link-library-admin.php:4369
2130
  msgid "Allow"
2131
  msgstr "Permettre"
2132
 
2133
- #: link-library-admin.php:4373
2134
  msgid "User-submitted category prompt"
2135
  msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2136
 
2137
- #: link-library-admin.php:4375
2138
- #: link-library-defaults.php:155
2139
- #: render-link-library-addlink-sc.php:289
2140
  msgid "User-submitted category (define below)"
2141
  msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2142
 
2143
- #: link-library-admin.php:4383
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2144
  msgid "Link description label"
2145
  msgstr "Texte pour la description du lien"
2146
 
2147
- #: link-library-admin.php:4398
2148
  msgid "Link notes label"
2149
  msgstr "Texte pour les notes du lien"
2150
 
2151
- #: link-library-admin.php:4414
2152
- #: link-library-admin.php:4415
2153
  msgid "Reciprocal link must be configured for this option to work correctly"
2154
- msgstr "Les liens réciproques doivent être autorisés pour que cette option fonctionne correctement"
 
 
2155
 
2156
- #: link-library-admin.php:4414
2157
  msgid "Show immediately if reciprocal link valid"
2158
  msgstr "Montre immédiatement si le lien réciproque est valide"
2159
 
2160
- #: link-library-admin.php:4418
2161
  msgid "Use Text Area for Notes"
2162
  msgstr "Utiliser une zone de texte pour les notes"
2163
 
2164
- #: link-library-admin.php:4423
 
 
 
 
 
 
 
 
2165
  msgid "Only allow one reciprocal link per domain"
2166
  msgstr "Autoriser seulement un lien reciproque par domaine"
2167
 
2168
- #: link-library-admin.php:4429
 
 
 
 
2169
  msgid "Reciprocal Link label"
2170
  msgstr "Texte du lien réciproque"
2171
 
2172
- #: link-library-admin.php:4431
2173
- #: link-library-admin.php:4826
2174
- #: link-library-defaults.php:170
2175
- #: render-link-library-addlink-sc.php:392
2176
- #: usersubmission.php:317
2177
- #: usersubmission.php:407
2178
  msgid "Reciprocal Link"
2179
  msgstr "Lien réciproque"
2180
 
2181
- #: link-library-admin.php:4444
2182
  msgid "Secondary Address label"
2183
  msgstr "Texte de l&rsquo;adresse secondaire"
2184
 
2185
- #: link-library-admin.php:4446
2186
- #: link-library-defaults.php:172
2187
- #: render-link-library-addlink-sc.php:410
2188
  msgid "Secondary Address"
2189
  msgstr "Adresse secondaire"
2190
 
2191
- #: link-library-admin.php:4460
2192
  msgid "Link Telephone label"
2193
  msgstr "Texte du numéro de téléphone"
2194
 
2195
- #: link-library-admin.php:4475
2196
  msgid "Link E-mail label"
2197
  msgstr "Texte pour l&rsquo;adresse électronique"
2198
 
2199
- #: link-library-admin.php:4491
2200
  msgid "Link Submitter Name label"
2201
  msgstr "Texte pour le nom d&rsquo;utilisateur ayant soumis le lien"
2202
 
2203
- #: link-library-admin.php:4506
2204
  msgid "Link Submitter E-mail label"
2205
- msgstr "Texte pour l&rsquo;adresse électronique de l&rsquo;utilisateur ayant soumis le lien"
 
 
2206
 
2207
- #: link-library-admin.php:4508
2208
- #: link-library-defaults.php:190
2209
- #: render-link-library-addlink-sc.php:495
2210
  msgid "Submitter E-mail"
2211
  msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2212
 
2213
- #: link-library-admin.php:4522
2214
  msgid "Link Submitter Comment Label"
2215
  msgstr "Texte pour les commentaires du lien"
2216
 
2217
- #: link-library-admin.php:4524
2218
- #: link-library-defaults.php:192
2219
- #: render-link-library-addlink-sc.php:526
2220
  msgid "Submitter Comment"
2221
  msgstr "Commentaire de l&rsquo;utilisateur soumettant le lien"
2222
 
2223
- #: link-library-admin.php:4537
2224
  msgid "Large Description Label"
2225
  msgstr "Texte de la grande description du lien"
2226
 
2227
- #: link-library-admin.php:4539
2228
- #: link-library-defaults.php:205
2229
  msgid "Large Description"
2230
  msgstr "Grande description du lien"
2231
 
2232
- #: link-library-admin.php:4553
2233
  msgid "Custom Captcha Question"
2234
  msgstr "Question de captcha personalisée"
2235
 
2236
- #: link-library-admin.php:4555
2237
- #: link-library-defaults.php:199
2238
- #: render-link-library-addlink-sc.php:544
2239
  msgid "Is boiling water hot or cold?"
2240
  msgstr "Est-ce que l&rsquo;eau bouillante est froide ou chaude&nbsp;?"
2241
 
2242
- #: link-library-admin.php:4567
2243
  msgid "Custom Captcha Answer"
2244
  msgstr "Réponse à la question du captcha"
2245
 
2246
- #: link-library-admin.php:4569
2247
- #: link-library-defaults.php:200
2248
  msgid "hot"
2249
  msgstr "chaude"
2250
 
2251
- #: link-library-admin.php:4576
2252
  msgid "Add Link button label"
2253
  msgstr "Texte du bouton d&rsquo;ajout de lien"
2254
 
2255
- #: link-library-admin.php:4578
2256
- #: link-library-defaults.php:130
2257
  msgid "Add Link"
2258
  msgstr "Ajouter un lien"
2259
 
2260
- #: link-library-admin.php:4585
2261
  msgid "New Link Message"
2262
  msgstr "Message pour les nouveaux liens"
2263
 
2264
- #: link-library-admin.php:4587
2265
  msgid "New link submitted"
2266
  msgstr "Nouveau lien soumis"
2267
 
2268
- #: link-library-admin.php:4594
2269
  msgid "New Link Moderation Label"
2270
  msgstr "Message pour les liens devant être modérés"
2271
 
2272
- #: link-library-admin.php:4596
2273
  msgid "it will appear in the list once moderated. Thank you."
2274
  msgstr "il apparaîtra dans la liste une fois modéré. Merci."
2275
 
2276
- #: link-library-admin.php:4617
2277
- msgid "Allows for links to be added in batch to the Wordpress links database. CSV file needs to follow template for column layout."
2278
- msgstr "Permets d&rsquo;ajouter des liens en masse dans la base de données de liens de WordPress. Le fichier CSV doit suivre le format établi dans l&rsquo;exemple."
2279
-
2280
- #: link-library-admin.php:4617
2281
- msgid "CSV file to upload to import links"
2282
- msgstr "Fichier CSV à téléverser pour importer des liens"
2283
-
2284
- #: link-library-admin.php:4617
2285
- msgid "file template"
2286
- msgstr "example de fichier"
2287
-
2288
- #: link-library-admin.php:4620
2289
- msgid "Import Links from CSV"
2290
- msgstr "Importer les liens depuis un CSV"
2291
-
2292
- #: link-library-admin.php:4624
2293
- msgid "First row contains column headers"
2294
- msgstr "La première ligne contient les en-têtes"
2295
-
2296
- #: link-library-admin.php:4628
2297
- #: link-library-admin.php:4659
2298
- msgid "Update items when URL is identical"
2299
- msgstr "Mettre à jour les éléments quand les URLs sont identiques"
2300
-
2301
- #: link-library-admin.php:4636
2302
- msgid "Import links from site pages"
2303
- msgstr "Importer les liens depuis les pages du site"
2304
-
2305
- #: link-library-admin.php:4637
2306
- msgid "All Pages and Posts"
2307
- msgstr "Toutes les pages et les articles"
2308
-
2309
- #: link-library-admin.php:4638
2310
- msgid "All Pages, Posts and Custom Post Types"
2311
- msgstr "Toutes les pages, articles et types d&rsquo;article personalisés"
2312
-
2313
- #: link-library-admin.php:4639
2314
- msgid "Specific Page"
2315
- msgstr "Page spécifique"
2316
-
2317
- #: link-library-admin.php:4643
2318
- msgid "Specific Post"
2319
- msgstr "Article spécifique"
2320
-
2321
- #: link-library-admin.php:4653
2322
- msgid "Specific "
2323
- msgstr "Spécifique"
2324
-
2325
- #: link-library-admin.php:4689
2326
- msgid "Import Links from Site"
2327
- msgstr "Importer les liens depuis le site"
2328
-
2329
- #: link-library-admin.php:4697
2330
  msgid "Overwrites current library settings with contents of CSV file"
2331
- msgstr "Écrase la configuration de librairie courante avec le contenu du fichier CSV"
 
2332
 
2333
- #: link-library-admin.php:4697
2334
  msgid "Library Settings CSV file to import"
2335
  msgstr "Fichier CSV contenant une configuration de librairie à importer"
2336
 
2337
- #: link-library-admin.php:4700
2338
  msgid "Import Library Settings"
2339
  msgstr "Importer une configuration de librairie"
2340
 
2341
- #: link-library-admin.php:4704
2342
  msgid "Generates CSV file with current library configuration for download"
2343
- msgstr "Générer un fichier CSV contenant la configuration de la librairie courante afin de la télécharger"
 
 
2344
 
2345
- #: link-library-admin.php:4704
2346
  msgid "Export current library settings"
2347
  msgstr "Exporter la configuration de la librairie courante"
2348
 
2349
- #: link-library-admin.php:4706
2350
  msgid "Export Library Settings"
2351
  msgstr "Exporter la configuration de la librairie"
2352
 
2353
- #: link-library-admin.php:4719
2354
  msgid "Search string"
2355
  msgstr "Chaîne de recherche"
2356
 
2357
- #: link-library-admin.php:4725
2358
  msgid "Delete links that return a 403 error"
2359
  msgstr "Supprimer les liens qui retournent une erreur 403"
2360
 
2361
- #: link-library-admin.php:4733
2362
  msgid "Check Reciprocal Links"
2363
  msgstr "Vérifier les liens réciproques"
2364
 
2365
- #: link-library-admin.php:4739
2366
  msgid "Check Broken Links"
2367
  msgstr "Vérifier les liens"
2368
 
2369
- #: link-library-admin.php:4744
2370
  msgid "Check Duplicate Links"
2371
  msgstr "Vérifier les liens en double"
2372
 
2373
- #: link-library-admin.php:4784
2374
- msgid "Featured Link"
2375
- msgstr "Lien mis en avant"
2376
-
2377
- #: link-library-admin.php:4790
2378
- msgid "No Follow"
2379
- msgstr "No Follow"
2380
-
2381
- #: link-library-admin.php:4796
2382
- msgid "Updated Date"
2383
- msgstr "Date de mise à jour"
2384
-
2385
- #: link-library-admin.php:4807
2386
- msgid "Secondary Web Address"
2387
- msgstr "Adresse internet secondaire"
2388
-
2389
- #: link-library-admin.php:4810
2390
- #: link-library-admin.php:4829
2391
- msgid "Visit"
2392
- msgstr "Visiter"
2393
-
2394
- #: link-library-admin.php:4833
2395
- msgid "Number of link views"
2396
- msgstr "Nombre de visites du lien"
2397
-
2398
- #: link-library-admin.php:4839
2399
- msgid "Link Submitter"
2400
- msgstr "Utilisateur ayant soumis le lien"
2401
-
2402
- #: link-library-admin.php:4845
2403
- #: usersubmission.php:333
2404
- #: usersubmission.php:423
2405
- msgid "Link Submitter Name"
2406
- msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
2407
 
2408
- #: link-library-admin.php:4851
2409
- #: usersubmission.php:337
2410
- #: usersubmission.php:427
2411
- msgid "Link Submitter E-mail"
2412
- msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2413
 
2414
- #: link-library-admin.php:4857
2415
- msgid "Link Additional Rel Tags"
2416
- msgstr "Détails additionnels pour les tags Rel"
2417
 
2418
- #: link-library-admin.php:4875
2419
- msgid "Current Link Image"
2420
  msgstr "Image assignée au lien"
2421
 
2422
- #: link-library-admin.php:4881
2423
  msgid "None Assigned"
2424
  msgstr "Non disponible"
2425
 
2426
- #: link-library-admin.php:4888
2427
- #: link-library-admin.php:4898
 
 
 
2428
  msgid "Automatic Image Generation"
2429
  msgstr "Génération automatique des images"
2430
 
2431
- #: link-library-admin.php:4892
2432
  msgid "Generate Thumbnail and Store locally"
2433
  msgstr "Générer la vignette Thumbnail et la conserver"
2434
 
2435
- #: link-library-admin.php:4893
2436
  msgid "Generate Favorite Icon and Store locally"
2437
  msgstr "Générer l&rsquo;icône de favori et la conserver"
2438
 
2439
- #: link-library-admin.php:4899
2440
  msgid "Only available once link is saved"
2441
  msgstr "Seulement disponible lorsque le lien est sauvegardé"
2442
 
2443
- #: link-library-admin.php:4904
2444
- msgid "Manual Image Upload"
2445
- msgstr "Téléchargement manuel de l&rsquo;image"
2446
 
2447
- #: link-library-admin.php:4906
2448
  msgid "Launch Media Uploader"
2449
  msgstr "Démarrer le gestionnaire de téléchargement des médias"
2450
 
2451
- #: link-library-admin.php:4911
2452
- msgid "Manual upload requires a wp-content\\uploads directory to be present with write permissions"
2453
- msgstr "Le téléchargement manuel requiert la présence du répertoire wp-content\\uploads avec des permissions d&rsquo;écriture"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2454
 
2455
- #: link-library-admin.php:5012
2456
- msgid "Cannot generate thumbnail when no name and no web address are specified."
2457
- msgstr "Il n&rsquo;est pas possible de générer de vignette puisque qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
 
 
 
 
 
 
 
 
2458
 
2459
- #: link-library-admin.php:5048
2460
- msgid "Cannot generate favorite icon when no name and no web address are specified."
2461
- msgstr "Il n&rsquo;est pas possible de générer l&rsquo;icône de favori puisque qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
 
 
 
 
 
 
 
 
2462
 
2463
- #: link-library-admin.php:5261
 
 
 
 
2464
  msgid "Duplicate Link Checker Report"
2465
  msgstr "Rapport du vérificateur de liens en double"
2466
 
2467
- #: link-library-admin.php:5263
2468
  msgid "Duplicate URLs"
2469
  msgstr "URLs en double"
2470
 
2471
- #: link-library-admin.php:5279
2472
  msgid "Duplicate Names"
2473
  msgstr "Nom en double"
2474
 
2475
- #: link-library-admin.php:5322
2476
- msgid "Reciprocal Link Checker Report"
2477
- msgstr "Rapport du vérificateur de liens réciproques"
2478
-
2479
- #: link-library-admin.php:5324
2480
- msgid "Broken Link Checker Report"
2481
- msgstr "Rapport du vérificateur de liens cassés"
2482
 
2483
- #: link-library-admin.php:5340
2484
  msgid "Not Found"
2485
  msgstr "Pas trouvé"
2486
 
2487
- #: link-library-admin.php:5342
2488
- msgid "OK"
2489
- msgstr "OK"
2490
-
2491
- #: link-library-admin.php:5344
2492
- msgid "Link valid"
2493
- msgstr "Lien valide"
2494
-
2495
- #: link-library-admin.php:5347
2496
  msgid "Error 403: Link Deleted"
2497
  msgstr "Erreur 403&nbsp;: Lien supprimé"
2498
 
2499
- #: link-library-admin.php:5349
2500
  msgid "Error 403"
2501
  msgstr "Erreur 403"
2502
 
2503
- #: link-library-admin.php:5351
2504
  msgid "Website Unreachable"
2505
  msgstr "Site Web non joignable"
2506
 
2507
- #: link-library-admin.php:5355
2508
  msgid "There are no links with reciprocal links associated with them"
2509
  msgstr "Il n&rsquo;y a pas de liens avec des liens réciproques associés"
2510
 
 
 
 
 
2511
  # Plugin name; please avoid translating if possible
2512
- #: link-library-admin.php:5362
2513
  msgid "Add Link Library Shortcode"
2514
  msgstr "Ajouter le code court de Link Library"
2515
 
2516
- #: link-library-defaults.php:124
2517
- #: render-link-library-addlink-sc.php:217
2518
  msgid "Link name"
2519
  msgstr "Nom du lien"
2520
 
2521
- #: link-library-defaults.php:125
2522
- #: render-link-library-addlink-sc.php:223
2523
  msgid "Link address"
2524
  msgstr "Adresse du lien"
2525
 
2526
- #: link-library-defaults.php:131
2527
  msgid "New link submitted."
2528
  msgstr "Nouveau lien soumis."
2529
 
2530
- #: link-library-defaults.php:132
2531
  msgid "It will appear in the list once moderated. Thank you."
2532
  msgstr "Il apparaîtra dans la liste une fois modéré. Merci."
2533
 
2534
- #: link-library-defaults.php:149
2535
  msgid "Link Library-Generated RSS Feed"
2536
  msgstr "Link Library-Flux d&rsquo;informations généré"
2537
 
2538
- #: link-library-defaults.php:150
2539
  msgid "Description of Link Library-Generated Feed"
2540
  msgstr "Description du flux d&rsquo;informations généré par Link Library"
2541
 
2542
- #: link-library-defaults.php:212
2543
- #: linkpopup.php:64
2544
  msgid "%link_image%<br />Click through to visit %link_name%."
2545
  msgstr "%link_image%<br />Cliquer pour visiter %link_name%."
2546
 
2547
- #: link-library-defaults.php:225
2548
  msgid "Search..."
2549
  msgstr "Rechercher..."
2550
 
2551
- #: link-library-defaults.php:227
2552
  msgid "Category Filter"
2553
  msgstr "Filtre des catégories"
2554
 
2555
- #: link-library-defaults.php:241
2556
  msgid "New"
2557
  msgstr "Nouveau"
2558
 
2559
- #: link-library.php:417
2560
- msgid "Link Library Generated Feed"
2561
- msgstr "Flux d&rsquo;informations généré par Link Library"
2562
 
2563
- #: link-library.php:611
2564
- msgid "Could not update link in the database"
2565
- msgstr "Le lien n&rsquo;a pas pu être mis à jour dans la base de données"
2566
 
2567
- #: link-library.php:618
2568
- msgid "Could not insert link into the database"
2569
- msgstr "Le lien n&rsquo;a pas pu être inséré dans la base de données"
 
 
 
 
 
 
2570
 
2571
- #: link-library.php:640
2572
- #: link-library.php:644
2573
- msgid "Link Library no longer supports calling this function with individual arguments. Please use the admin panel to configure Link Library and the do_shortcode function to use Link Library output in your code."
2574
- msgstr "Link Library ne supporte plus un appel à cette fonction avec des arguments. Merci d&rsquo;utiliser le panneau d&rsquo;administration pour paramétrer Link Library et la fonction do_shortcode pour utiliser le rendu de Link Library dans votre code."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2575
 
2576
- #: render-link-library-addlink-sc.php:137
2577
  msgid "Confirm code not given"
2578
  msgstr "Le code de confirmation n&rsquo;a pas été saisi"
2579
 
2580
- #: render-link-library-addlink-sc.php:139
2581
  msgid "Captcha code is wrong"
2582
  msgstr "Le code du captcha est incorrect"
2583
 
2584
- #: render-link-library-addlink-sc.php:141
2585
  msgid "Captcha code is only valid for 5 minutes"
2586
  msgstr "Le code du captcha n&rsquo;est valide que durant 5 minutes"
2587
 
2588
- #: render-link-library-addlink-sc.php:143
2589
  msgid "No captcha cookie given. Make sure cookies are enabled"
2590
- msgstr "Le cookie pour le code du captcha est absent. Veuillez vous assurer que les cookies sont activés."
 
 
2591
 
2592
- #: render-link-library-addlink-sc.php:145
2593
  msgid "Captcha answer was not provided."
2594
  msgstr "La réponse à la question du captcha n&rsquo;a pas été fournie."
2595
 
2596
- #: render-link-library-addlink-sc.php:147
2597
  msgid "Captcha answer is incorrect"
2598
  msgstr "La réponse à la question du captcha est incorrecte"
2599
 
2600
- #: render-link-library-addlink-sc.php:149
2601
  msgid "User Category was not provided correctly. Link insertion failed."
2602
- msgstr "La catégorie spécifiée par l&rsquo;utilisateur n&rsquo;a pas été correctement saisie. L&rsquo;ajout du lien a échoué."
 
 
2603
 
2604
- #: render-link-library-addlink-sc.php:157
2605
  msgid "Error: Link does not have an address."
2606
  msgstr "Erreur&nbsp;: Le lien n&rsquo;a pas d&rsquo;adresse spécifiée."
2607
 
2608
- #: render-link-library-addlink-sc.php:159
2609
  msgid "Error: Link already exists."
2610
  msgstr "Erreur&nbsp;: Ce lien existe déjà."
2611
 
2612
- #: render-link-library-addlink-sc.php:161
2613
- #: render-link-library-addlink-sc.php:163
2614
- #: render-link-library-addlink-sc.php:165
2615
- #: render-link-library-addlink-sc.php:167
2616
- #: render-link-library-addlink-sc.php:169
2617
- #: render-link-library-addlink-sc.php:171
2618
- #: render-link-library-addlink-sc.php:173
2619
- #: render-link-library-addlink-sc.php:175
2620
- #: render-link-library-addlink-sc.php:177
2621
- #: render-link-library-addlink-sc.php:179
2622
- #: render-link-library-addlink-sc.php:181
 
2623
  msgid " is a required field"
2624
  msgstr " est un champ obligatoire"
2625
 
2626
- #: render-link-library-addlink-sc.php:183
2627
  msgid "Link submission error"
2628
  msgstr "Erreur lors de l&rsquo;enregistrement du lien"
2629
 
2630
- #: render-link-library-addlink-sc.php:185
2631
  msgid "Link rejected. There is already a site with this reciprocal link."
2632
  msgstr "Lien refusé. Il existe déjà un site avec ce lien réciproque."
2633
 
2634
- #: render-link-library-addlink-sc.php:220
2635
- #: render-link-library-addlink-sc.php:282
2636
- #: render-link-library-addlink-sc.php:348
2637
- #: render-link-library-addlink-sc.php:365
2638
- #: render-link-library-addlink-sc.php:373
2639
- #: render-link-library-addlink-sc.php:421
2640
- #: render-link-library-addlink-sc.php:439
2641
- #: render-link-library-addlink-sc.php:532
2642
- #: render-link-library-addlink-sc.php:547
2643
- msgid "Required field"
2644
- msgstr "Champ obligatoire"
2645
 
2646
- #: render-link-library-addlink-sc.php:228
2647
  msgid "Required field, URL"
2648
  msgstr "Champ obligatoire, URL"
2649
 
2650
- #: render-link-library-addlink-sc.php:246
2651
- #: render-link-library-addlink-sc.php:335
2652
- #: render-link-library-addlink-sc.php:403
2653
  msgid "Required field, 1-255 chars"
2654
  msgstr "Champ obligatoire, 1 à 255 caractères"
2655
 
2656
- #: render-link-library-addlink-sc.php:278
2657
  msgid "Link category"
2658
  msgstr "Catégorie du lien"
2659
 
2660
- #: render-link-library-addlink-sc.php:285
2661
- msgid "Select a category"
2662
- msgstr "Choisir une catégorie"
 
 
 
2663
 
2664
- #: render-link-library-addlink-sc.php:324
 
 
 
 
2665
  msgid "Link description"
2666
  msgstr "Description du lien"
2667
 
2668
- #: render-link-library-addlink-sc.php:342
2669
  msgid "Large description"
2670
  msgstr "Grande Description du lien"
2671
 
2672
- #: render-link-library-addlink-sc.php:356
2673
  msgid "Link notes"
2674
  msgstr "Notes du lien"
2675
 
2676
- #: render-link-library-addlink-sc.php:457
2677
  msgid "Required field, proper e-mail, 1-128 chars"
2678
  msgstr "Champ obligatoire, adresse e-mail correcte, 1 à 128 caractères"
2679
 
2680
- #: render-link-library-addlink-sc.php:488
2681
- #: render-link-library-addlink-sc.php:519
2682
  msgid "Required field, 1-128 chars"
2683
  msgstr "Champ obligatoire, 1 à 128 caractères"
2684
 
2685
- #: render-link-library-addlink-sc.php:553
2686
  msgid "Add link"
2687
  msgstr "Ajouter un lien"
2688
 
2689
- #: render-link-library-addlink-sc.php:565
2690
  msgid "Form submission failed!"
2691
  msgstr "Erreur lors de l&rsquo;envoi du formulaire&nbsp;!"
2692
 
2693
- #: render-link-library-addlink-sc.php:566
2694
  msgid "You have not answered all required fields"
2695
  msgstr "Vous n&rsquo;avez pas remplis tous les champs obligatoires"
2696
 
2697
- #: render-link-library-addlink-sc.php:567
2698
  msgid "You have not given a correct time"
2699
  msgstr "Vous n&rsquo;avez pas donné une heure correcte"
2700
 
2701
- #: render-link-library-addlink-sc.php:568
2702
  msgid "You have not given a correct e-mail address"
2703
  msgstr "Vous n&rsquo;avez pas donné une adresse e-mail correcte"
2704
 
2705
- #: render-link-library-addlink-sc.php:569
2706
  msgid "You have not given a correct phone number"
2707
  msgstr "Vous n&rsquo;avez pas donné un numéro de téléphone correct"
2708
 
2709
- #: render-link-library-addlink-sc.php:570
2710
  msgid "You have not given a correct answer to the security question"
2711
- msgstr "Vous n&rsquo;avez pas donné une réponse correcte à la question de sécurité"
 
2712
 
2713
- #: render-link-library-addlink-sc.php:571
2714
  msgid "You have not given a correct date"
2715
  msgstr "Vous n&rsquo;avez pas donné une date correcte"
2716
 
2717
- #: render-link-library-addlink-sc.php:572
2718
  msgid "The input value must be between "
2719
  msgstr "La valeur doit être entre "
2720
 
2721
- #: render-link-library-addlink-sc.php:573
2722
  msgid "characters"
2723
  msgstr "caractères"
2724
 
2725
- #: render-link-library-addlink-sc.php:574
2726
  msgid "The input value is longer than "
2727
  msgstr "La valeur est plus longue que "
2728
 
2729
- #: render-link-library-addlink-sc.php:575
2730
  msgid "The input value is shorter than "
2731
  msgstr "La valeur est plus petite que "
2732
 
2733
- #: render-link-library-addlink-sc.php:576
2734
  msgid "Input values could not be confirmed"
2735
  msgstr "La valeur saisie ne peut pas être validée"
2736
 
2737
- #: render-link-library-addlink-sc.php:577
2738
  msgid "Incorrect domain value"
2739
  msgstr "Valeur incorrect du domaine"
2740
 
2741
- #: render-link-library-addlink-sc.php:578
2742
  msgid "The input value is not a correct URL. Requires http://."
2743
- msgstr "La valeur saisie n&rsquo;est pas une URL correcte. Il faut mettre http://."
 
2744
 
2745
- #: render-link-library-addlink-sc.php:579
2746
  msgid "The input value is incorrect"
2747
  msgstr "La valeur saisie est incorrecte"
2748
 
2749
- #: render-link-library-addlink-sc.php:580
2750
  msgid " and spaces "
2751
  msgstr " et espaces "
2752
 
2753
- #: render-link-library-addlink-sc.php:581
2754
  msgid "The input value was not a correct number"
2755
  msgstr "La valeur n&rsquo;est pas un nombre correct"
2756
 
2757
- #: render-link-library-addlink-sc.php:582
2758
  msgid "Your social security number was incorrect"
2759
  msgstr "Votre numéro de sécurité sociale n&rsquo;est pas correct"
2760
 
2761
- #: render-link-library-addlink-sc.php:583
2762
  msgid "Incorrect UK VAT Number"
2763
  msgstr "Le nombre UK VAT est incorrect"
2764
 
2765
- #: render-link-library-addlink-sc.php:584
2766
  msgid "The password is not strong enough"
2767
  msgstr "Le mot de passe n&rsquo;est pas assez fort"
2768
 
2769
- #: render-link-library-addlink-sc.php:585
2770
  msgid "You have to choose at least "
2771
  msgstr "Vous devez choisir au moins "
2772
 
2773
- #: render-link-library-addlink-sc.php:586
2774
  msgid " answers"
2775
  msgstr " réponses"
2776
 
2777
- #: render-link-library-addlink-sc.php:587
2778
  msgid "The input value can only contain alphanumeric characters "
2779
  msgstr "La valeur ne peut contenir que des caractères alphanumériques "
2780
 
2781
- #: render-link-library-addlink-sc.php:588
2782
  msgid " and "
2783
  msgstr " et "
2784
 
2785
- #: render-link-library-addlink-sc.php:589
2786
  #, php-format
2787
  msgid "The file you are trying to upload is too large (max %s)"
2788
  msgstr "Le fichier que vous essayez de téléverser est trop gros (max %s)"
2789
 
2790
- #: render-link-library-addlink-sc.php:590
2791
  #, php-format
2792
  msgid "Only files of type %s is allowed"
2793
  msgstr "Seulement les fichiers de type %s sont autorisés"
2794
 
2795
- #: render-link-library-addlink-sc.php:591
2796
  msgid "Please choose between "
2797
  msgstr "Merci de choisir entre "
2798
 
2799
- #: render-link-library-addlink-sc.php:592
2800
  msgid "Please choose at least "
2801
  msgstr "Merci de choisir au moins "
2802
 
2803
- #: render-link-library-addlink-sc.php:593
2804
  msgid "Please choose a maximum of "
2805
  msgstr "Merci de choisir un maximum de "
2806
 
2807
- #: render-link-library-addlink-sc.php:594
2808
  msgid " item(s)"
2809
  msgstr " élément(s)"
2810
 
2811
- #: render-link-library-addlink-sc.php:595
2812
  msgid "The credit card number is not correct"
2813
  msgstr "Le numéro de carte de crédit est incorrect"
2814
 
2815
- #: render-link-library-addlink-sc.php:596
2816
  msgid "The CVV number was not correct"
2817
  msgstr "Le nombre CVV n&rsquo;est pas correct"
2818
 
2819
- #: render-link-library-addlink-sc.php:597
2820
  msgid "Incorrect image dimensions,"
2821
  msgstr "Dimentions de l&rsquo;image incorrectes,"
2822
 
2823
- #: render-link-library-addlink-sc.php:598
2824
  msgid "the image can not be taller than"
2825
  msgstr "l&rsquo;image ne peut pas être plus haute que"
2826
 
2827
- #: render-link-library-addlink-sc.php:599
2828
  msgid "the image can not be wider than"
2829
  msgstr "l&rsquo;image ne peut pas être plus large que"
2830
 
2831
- #: render-link-library-addlink-sc.php:600
2832
  msgid "the image was too small"
2833
  msgstr "l&rsquo;image est trop petite"
2834
 
2835
- #: render-link-library-addlink-sc.php:601
2836
  msgid "min"
2837
  msgstr "min"
2838
 
2839
- #: render-link-library-addlink-sc.php:602
2840
  msgid "max"
2841
  msgstr "max"
2842
 
2843
- #: render-link-library-addlink-sc.php:603
2844
  msgid "Image ratio is not accepted"
2845
  msgstr "Le ratio pour l&rsquo;image n&rsquo;est pas accepté"
2846
 
2847
- #: render-link-library-addlink-sc.php:630
2848
  msgid "Enter code from above image"
2849
  msgstr "Entrer le code de l&rsquo;image ci-dessus"
2850
 
2851
- #: render-link-library-cats-sc.php:404
2852
  msgid "Go!"
2853
  msgstr "Allez-y&nbsp;!"
2854
 
2855
- #: render-link-library-cats-sc.php:433
2856
  msgid "No categories found"
2857
  msgstr "Aucune catégorie trouvée"
2858
 
2859
- #: render-link-library-sc.php:50
2860
- #: render-link-library-sc.php:61
2861
- #: render-link-library-sc.php:65
2862
- #: render-link-library-sc.php:78
2863
- #: render-link-library-sc.php:84
2864
  msgid "Previous"
2865
  msgstr "Précédent"
2866
 
2867
- #: render-link-library-sc.php:149
2868
- #: render-link-library-sc.php:160
2869
- #: render-link-library-sc.php:164
2870
- #: render-link-library-sc.php:170
2871
- #: render-link-library-sc.php:177
2872
  msgid "Next"
2873
  msgstr "Suivant"
2874
 
2875
- #: render-link-library-sc.php:637
2876
  msgid "Search Results for"
2877
  msgstr "Résultats de la recherche pour"
2878
 
2879
- #: render-link-library-sc.php:1065
 
 
 
 
 
2880
  msgid "Last updated"
2881
  msgstr "Dernière mise à jour"
2882
 
2883
- #: render-link-library-sc.php:1211
2884
- msgid "Edit"
2885
- msgstr "Éditer"
2886
-
2887
- #: render-link-library-sc.php:1295
2888
  msgid "Preview of RSS feed for"
2889
  msgstr "Aperçu du flux d&rsquo;informations RSS de"
2890
 
2891
- #: render-link-library-sc.php:1658
2892
- msgid "No links found"
2893
- msgstr "Aucun lien trouvé"
 
 
 
2894
 
2895
- #: usersubmission.php:294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2896
  msgid "A user submitted a new link to your Wordpress Link database."
2897
  msgstr "Un utilisateur a soumis un nouveau lien pour votre site WordPress."
2898
 
2899
- #: usersubmission.php:321
2900
- #: usersubmission.php:411
2901
  msgid "Link Secondary Address"
2902
  msgstr "Adresse supplémentaire pour le lien"
2903
 
2904
- #: usersubmission.php:325
2905
- #: usersubmission.php:415
2906
  msgid "Link Telephone"
2907
  msgstr "Numéro de téléphone"
2908
 
2909
- #: usersubmission.php:329
2910
- #: usersubmission.php:419
2911
  msgid "Link E-mail"
2912
  msgstr "Adresse électronique"
2913
 
2914
- #: usersubmission.php:341
2915
- #: usersubmission.php:431
 
 
 
 
 
 
 
 
 
 
 
2916
  msgid "Link Comment"
2917
  msgstr "Commentaire sur le lien"
2918
 
2919
- #: usersubmission.php:356
2920
  msgid "New link added"
2921
  msgstr "Nouveau lien soumis"
2922
 
2923
- #: usersubmission.php:370
2924
  msgid "Link Submission Confirmation"
2925
  msgstr "Confirmation d&rsquo;enregistrement du lien"
2926
 
2927
- #: usersubmission.php:372
2928
  msgid "Thank you for your link submission on "
2929
  msgstr "Merci pour votre proposition de lien sur "
2930
 
2931
- #: usersubmission.php:376
2932
  msgid "Your link will appear once approved by the site administrator."
2933
- msgstr "Votre lien apparaitra lorsqu&rsquo;il sera approuvé par l&rsquo;administrateur du site."
 
 
2934
 
2935
- #: usersubmission.php:378
2936
  msgid "Your link will immediately be added to the site."
2937
  msgstr "Votre lien va être immédiatement publié sur le site."
2938
 
@@ -2941,3 +3665,88 @@ msgstr "Votre lien va être immédiatement publié sur le site."
2941
  msgid "#%d (no title)"
2942
  msgstr "#%d (pas de titre)"
2943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Link Library 5.9.15.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-30 15:44-0400\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
+ "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
+ "X-Generator: Poedit 2.2.3\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;"
17
+ "esc_attr__;esc_attr_e\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: blocks/link-library-main/block.js:27
23
+ #, fuzzy
24
+ #| msgid "Link Category List"
25
+ msgid "Link Library Link List"
26
+ msgstr "Liste de catégories de lien"
27
+
28
+ #: blocks/link-library-main/block.js:55
29
+ msgid "Hello from the editor!"
30
+ msgstr ""
31
+
32
+ #: blocks/link-library-main/block.js:70
33
+ msgid "Hello from the saved content!"
34
+ msgstr ""
35
+
36
  # Plugin name; please avoid translating if possible
37
+ #: link-library-admin.php:109
38
  msgid "Insert a Link Library shortcode"
39
  msgstr "Insérer le code court de Link Library"
40
 
41
+ #: link-library-admin.php:112
42
  msgid "Link List"
43
  msgstr "Liste de liens"
44
 
45
+ #: link-library-admin.php:113
46
  msgid "Link Category List"
47
  msgstr "Liste de catégories de lien"
48
 
49
+ #: link-library-admin.php:114
50
  msgid "Link Search"
51
  msgstr "Recherche de lien"
52
 
53
+ #: link-library-admin.php:115
54
  msgid "Add Link Form"
55
  msgstr "Formulaire d&rsquo;ajout de lien"
56
 
57
+ #: link-library-admin.php:119
58
  msgid "Insert Shortcode"
59
  msgstr "Insérer le code court"
60
 
61
+ #: link-library-admin.php:120
62
  msgid "Cancel"
63
  msgstr "Annuler"
64
 
65
+ #: link-library-admin.php:123
66
  msgid "Render a list of links."
67
  msgstr "Montrer une liste de liens."
68
 
69
+ #: link-library-admin.php:125 link-library-admin.php:180
70
+ #: link-library-admin.php:215
 
71
  msgid "Library ID"
72
  msgstr "ID de la librairie"
73
 
74
+ #: link-library-admin.php:136 link-library-admin.php:191
75
+ #: link-library-admin.php:226 link-library-admin.php:885
76
+ #: link-library-admin.php:2784 link-library-admin.php:3296
77
+ #: link-library-admin.php:3309
 
 
78
  msgid "Library"
79
  msgstr "Librairie"
80
 
81
+ #: link-library-admin.php:142
82
  msgid "Single Link ID"
83
  msgstr "ID d&rsquo;un lien unique"
84
 
85
+ #: link-library-admin.php:145
86
  msgid "Specify ID of single link to be displayed"
87
  msgstr "Définir l&rsquo;ID d&rsquo;un lien unique à afficher"
88
 
89
+ #: link-library-admin.php:147 link-library-admin.php:197
90
+ #: link-library-admin.php:232
 
91
  msgid "Category Override"
92
  msgstr "Modifier la configuration des catégories"
93
 
94
+ #: link-library-admin.php:150 link-library-admin.php:200
95
+ #: link-library-admin.php:235
96
+ msgid ""
97
+ "Single, or comma-separated list of categories IDs to be displayed in the "
98
+ "link list"
99
+ msgstr ""
100
+ "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des "
101
+ "virgules qu&rsquo;il faut afficher dans la liste des liens"
102
 
103
+ #: link-library-admin.php:152 link-library-admin.php:202
104
+ #: link-library-admin.php:237
 
105
  msgid "Excluded Category Override"
106
  msgstr "Modifier les exclusions de catégories"
107
 
108
+ #: link-library-admin.php:155 link-library-admin.php:205
109
+ #: link-library-admin.php:240
110
+ msgid ""
111
+ "Single, or comma-separated list of categories IDs to be excluded from the "
112
+ "link list"
113
+ msgstr ""
114
+ "Une catégorie, ou une liste d&rsquo;ID de catégories séparées par des "
115
+ "vrigules qu&rsquo;il faut exclure de la liste des liens"
116
+
117
+ #: link-library-admin.php:157 link-library-admin.php:162
118
+ #: link-library-admin.php:167 link-library-admin.php:172
119
  msgid "Notes Override"
120
  msgstr "Modifier la configuration des notes"
121
 
122
+ #: link-library-admin.php:160
123
  msgid "Set to 0 or 1 to display or not display link notes"
124
  msgstr "Mettre 0 ou 1 pour affichier ou non les notes sur les liens"
125
 
126
+ #: link-library-admin.php:165
127
  msgid "Set to 0 or 1 to display or not display link descriptions"
128
  msgstr "Mettre 0 ou 1 pour afficher ou non les descriptions de liens"
129
 
130
+ #: link-library-admin.php:170
131
  msgid "Set to 0 or 1 to display or not display rss information"
132
  msgstr "Mettre 0 ou 1 pour afficher ou non les informations RSS"
133
 
134
+ #: link-library-admin.php:175
135
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
136
+ msgstr ""
137
+ "Mettre 0 ou 1 pour affichier les liens soit en liste non triée, soit en "
138
+ "tableau"
139
 
140
+ #: link-library-admin.php:178
141
  msgid "Render a list of link categories."
142
  msgstr "Montrer une liste de catégories de liens."
143
 
144
+ #: link-library-admin.php:208
145
  msgid "Render a search box to search through links."
146
  msgstr "Afficher une zone de recherche des liens."
147
 
148
+ #: link-library-admin.php:210
149
  msgid "There are no options for this shortcode."
150
  msgstr "Il n&rsquo;y a pas d&rsquo;options pour ce code court."
151
 
152
+ #: link-library-admin.php:213
153
  msgid "Render a form for visitors to submit new links."
154
  msgstr "Montrer un formulaire aux visiteurs pour proposer de nouveaux liens."
155
 
156
+ #: link-library-admin.php:275
157
  msgid "Category Link"
158
  msgstr "Lien des catégories"
159
 
160
+ #: link-library-admin.php:304
161
  msgid "Extra Query String"
162
  msgstr "Chaine supplémentaire de la requête"
163
 
164
+ #: link-library-admin.php:407 link-library-admin.php:778
165
+ msgid ""
166
+ "Please create a folder called uploads under your Wordpress /wp-content/ "
167
+ "directory with write permissions to use this functionality."
168
+ msgstr ""
169
+ "Veuillez créer un répertoire nommé uploads dans le répertoire wp-content de "
170
+ "votre installation WordPress avec les permissions d&rsquo;écriture pour "
171
+ "utiliser cette fonctionnalité."
172
+
173
+ #: link-library-admin.php:409 link-library-admin.php:780
174
+ msgid ""
175
+ "Please make sure that the /wp-content/uploads/ directory has write "
176
+ "permissions to use this functionality."
177
+ msgstr ""
178
+ "Veuillez vous assurer que le répertoire /wp-content/uploads à des "
179
+ "permissions d&rsquo;écriture pour utiliser cette fonctionnalité."
180
+
181
+ #: link-library-admin.php:549
182
+ msgid "Basic Details"
183
+ msgstr ""
184
 
185
+ #: link-library-admin.php:551 link-library-admin.php:4203
186
+ #: link-library-admin.php:4336 render-link-library-sc.php:1180
187
+ msgid "Image"
188
+ msgstr "Image"
189
+
190
+ #: link-library-admin.php:556
191
+ msgid "Full-Page Content"
192
+ msgstr ""
193
 
194
+ #: link-library-admin.php:559
195
+ #, fuzzy
196
+ #| msgid "Additional Details"
197
+ msgid "Additional Parameters"
198
+ msgstr "Détails additionnels"
199
 
200
+ #: link-library-admin.php:569
201
  msgid "Link Library: Missing Thumbshots API Key"
202
  msgstr "Link Library&nbsp;: Il manque le Thumbshots CID"
203
 
204
+ #: link-library-admin.php:569
205
+ msgid ""
206
+ "One of your link libraries is configured to use Thumbshots for link "
207
+ "thumbails, but you have not entered your Thumbshots.com API Key. Please "
208
+ "visit Thumbshots.com to apply for a free or paid account and enter your API "
209
+ "in the Link Library admin panel."
210
+ msgstr ""
211
+ "Une de vos librairies est configurée pour utilisé les vignettes de "
212
+ "Thumbshots, mais vous n&rsquo;avez pas entré votre CID Thumbshots.com. Merci "
213
+ "de visiter Thumbshots.com pour créer un compte gratuit ou payant puis "
214
+ "saisissez la clé dans l&rsquo;administration de Link Library."
215
 
216
  # Plugin name; please avoid translating if possible
217
+ #: link-library-admin.php:569
218
  msgid "Jump to Link Library admin"
219
  msgstr "Aller à l&rsquo;administration de Link Library"
220
 
221
  # Plugin name; please avoid translating if possible
222
+ #: link-library-admin.php:574
223
  msgid "Link Library: No Link Categories on your site"
224
  msgstr "Link Library&nbsp;: Pas de catégories de liens dans votre site"
225
 
226
+ #: link-library-admin.php:574
227
+ msgid ""
228
+ "There are currently no link categories defined in your WordPress site. Link "
229
+ "Library will not work correctly without categories. Please create at least "
230
+ "one before trying to use Link Library and make sure each link is assigned a "
231
+ "category."
232
+ msgstr ""
233
+ "Il n&rsquo;y a pas de catégories de liens de définies dans votre site "
234
+ "WordPress. Link Library ne fonctionnera pas correctement sans catégories. "
235
+ "Merci de créer au moins une catégorie avant d&rsquo;utiliser Link Library et "
236
+ "faite en sorte que chaque lien soit associé à une catégorie."
237
 
238
+ #: link-library-admin.php:628
239
  msgid "Links to moderate"
240
  msgstr "Liens à modérer"
241
 
242
+ #: link-library-admin.php:675
243
+ #, fuzzy
244
+ #| msgid "General Options"
245
+ msgid "Global Options"
 
246
  msgstr "Configuration générale"
247
 
248
+ #: link-library-admin.php:677
249
+ msgid "Configurations"
250
+ msgstr ""
251
 
252
  # Plugin name; please avoid translating if possible
253
+ #: link-library-admin.php:677
254
+ #, fuzzy
255
+ #| msgid "Library Settings"
256
+ msgid "Library Configurations"
257
  msgstr "Configuration de la librairie"
258
 
259
+ #: link-library-admin.php:680 link-library-admin.php:682
260
+ #: link-library-admin.php:1063
 
261
  msgid "Moderate"
262
  msgstr "Modération"
263
 
264
+ #: link-library-admin.php:685 link-library-admin.php:1068
265
+ #: link-library-admin.php:2606
 
266
  msgid "Stylesheet"
267
  msgstr "Feuille de style"
268
 
269
+ #: link-library-admin.php:687 link-library-admin.php:718
 
270
  msgid "Link checking tools"
271
  msgstr "Outil de vérification des liens"
272
 
273
+ #: link-library-admin.php:689 link-library-admin.php:1076
 
274
  msgid "FAQ"
275
  msgstr "FAQ"
276
 
277
+ #: link-library-admin.php:716
 
 
 
 
 
278
  msgid "Links awaiting moderation"
279
  msgstr "Liens en attente de modération"
280
 
281
+ #: link-library-admin.php:717 link-library-admin.php:2608
 
282
  msgid "Editor"
283
  msgstr "Éditeur"
284
 
285
+ #: link-library-admin.php:719
286
+ msgid "Save"
287
+ msgstr "Enregistrer"
288
+
289
+ #: link-library-admin.php:826
290
  msgid "Thumbnails successfully generated!"
291
  msgstr "Vignettes générées avec succès&nbsp;!"
292
 
293
+ #: link-library-admin.php:828
294
  msgid "Favicons successfully generated!"
295
  msgstr "Icônes de favoris générées avec succès&nbsp;!"
296
 
297
+ #: link-library-admin.php:830 link-library-admin.php:5849
 
298
  msgid "Thumbnail successfully generated for"
299
  msgstr "Vignette générée avec succès pour"
300
 
301
+ #: link-library-admin.php:832 link-library-admin.php:5885
 
302
  msgid "Favicon successfully generated for"
303
  msgstr "Icône de favoris générée avec succès pour"
304
 
305
+ #: link-library-admin.php:863
306
  msgid "General Settings Saved"
307
  msgstr "Configuration générale enregistrée"
308
 
309
+ #: link-library-admin.php:865 link-library-admin.php:911
310
+ msgid ""
311
+ "Link Library plugin directory needs to be writable to perform this action"
312
+ msgstr ""
313
+ "Le répertoire doit avoir des permissions d&rsquo;écriture complètes pour "
314
+ "exécuter cette action"
315
+
316
+ #: link-library-admin.php:867
317
+ msgid ""
318
+ "You must set the Google reCAPTCHA Site and Secret Keys to be able to set the "
319
+ "captcha generator to Google reCAPTCHA."
320
+ msgstr ""
321
+ "Vous devez saisir les clés de site et la clé secrète de Google reCAPTCHA "
322
+ "avant de pouvoir utiliser le générateur de captcha."
323
 
324
+ #: link-library-admin.php:869
325
+ #, fuzzy
326
+ #| msgid "No links found"
327
+ msgid "row(s) found"
328
+ msgstr "Aucun lien trouvé"
329
 
330
+ #: link-library-admin.php:869 link-library-admin.php:923
331
+ msgid "link(s) imported"
332
+ msgstr "lien(s) importé(s)"
333
 
334
+ #: link-library-admin.php:869 link-library-admin.php:923
335
+ msgid "link(s) updated"
336
+ msgstr "lien(s) mis à jour"
337
+
338
+ #: link-library-admin.php:895 link-library-admin.php:3336
339
  msgid "Library #"
340
  msgstr "Librairie #"
341
 
342
+ #: link-library-admin.php:895
343
  msgid "Updated"
344
  msgstr "Mis à jour"
345
 
346
+ #: link-library-admin.php:899
347
  msgid "Included Category ID"
348
  msgstr "Identifiants des catégories inclus"
349
 
350
+ #: link-library-admin.php:899 link-library-admin.php:903
 
351
  msgid "is invalid. Please check the ID in the Link Category editor."
352
+ msgstr ""
353
+ "est invalide. Veuillez vérifier l&rsquo;identifiant dans l&rsquo;éditeur de "
354
+ "catégories de liens."
355
 
356
+ #: link-library-admin.php:903
357
  msgid "Excluded Category ID"
358
  msgstr "Identifiant des catégorie exclues"
359
 
360
+ #: link-library-admin.php:907
361
  msgid "Invalid column count for link on row. Compare against template."
362
+ msgstr ""
363
+ "Nombre de colonnes invalides pour le lien de la ligne. Comparer avec le "
364
+ "modèle."
 
 
 
 
 
 
365
 
366
+ #: link-library-admin.php:915
367
  msgid "Library Settings imported successfully"
368
  msgstr "Configuration de librairie exportée avec succès"
369
 
370
+ #: link-library-admin.php:919
371
  msgid "Library Settings Upload Failed"
372
+ msgstr ""
373
+ "L&rsquo;envoi de la configuration de librairie n&rsquo;a pas fonctionné"
 
 
 
 
 
 
 
374
 
375
+ #: link-library-admin.php:927
376
  msgid "Links are missing categories"
377
  msgstr "Les liens n&rsquo;ont pas de catégories"
378
 
379
+ #: link-library-admin.php:940
380
  msgid "Link(s) Approved"
381
  msgstr "Lien(s) approuvé(s)"
382
 
383
+ #: link-library-admin.php:942
384
  msgid "Link(s) Deleted"
385
  msgstr "Lien(s) supprimé(s)"
386
 
387
+ #: link-library-admin.php:953
388
  msgid "Stylesheet updated"
389
  msgstr "Feuille de style mise à jour"
390
 
391
+ #: link-library-admin.php:955
392
  msgid "Stylesheet reset to original state"
393
  msgstr "Feuille de style originale restaurée"
394
 
395
+ #: link-library-admin.php:962
396
  msgid "Settings updated"
397
  msgstr "Configuration mise à jour"
398
 
399
+ #: link-library-admin.php:968
400
+ msgid "Reciprocal Link Checker Report"
401
+ msgstr "Rapport du vérificateur de liens réciproques"
402
+
403
+ #: link-library-admin.php:970
404
+ msgid "Broken Link Checker Report"
405
+ msgstr "Rapport du vérificateur de liens cassés"
406
+
407
+ #: link-library-admin.php:1053
408
+ msgid "General Options"
409
+ msgstr "Configuration générale"
410
+
411
+ # Plugin name; please avoid translating if possible
412
+ #: link-library-admin.php:1058
413
+ msgid "Library Settings"
414
+ msgstr "Configuration de la librairie"
415
+
416
+ #: link-library-admin.php:1073
417
  msgid "Reciprocal Check"
418
  msgstr "Vérification des liens réciproques"
419
 
420
+ #: link-library-admin.php:1244
421
  msgid "General"
422
  msgstr "Général"
423
 
424
+ #: link-library-admin.php:1245
425
+ msgid "Single Item Layout"
426
+ msgstr ""
427
+
428
+ #: link-library-admin.php:1246
429
  msgid "Images"
430
  msgstr "Images"
431
 
432
+ #: link-library-admin.php:1247
433
  msgid "Bookmarklet"
434
  msgstr "Bookmarklet"
435
 
436
+ #: link-library-admin.php:1248
437
  msgid "Moderation"
438
  msgstr "Modération"
439
 
440
+ #: link-library-admin.php:1249
441
  msgid "Hide Donation"
442
  msgstr "Cacher le lien de don"
443
 
444
+ #: link-library-admin.php:1250
445
+ #, fuzzy
446
+ #| msgid "Import/Export"
447
+ msgid "Import/Export Links"
448
+ msgstr "Importer/Exporter"
449
+
450
+ #: link-library-admin.php:1257
451
  msgid "Usage"
452
  msgstr "Utilisation"
453
 
454
+ #: link-library-admin.php:1258
455
+ msgid "Presets"
456
+ msgstr ""
457
+
458
+ #: link-library-admin.php:1259
459
  msgid "Common"
460
  msgstr "Commun"
461
 
462
+ #: link-library-admin.php:1260
463
  msgid "Categories"
464
  msgstr "Catégories"
465
 
466
+ #: link-library-admin.php:1261
467
  msgid "Links"
468
  msgstr "Liens"
469
 
470
+ #: link-library-admin.php:1262
471
  msgid "Advanced"
472
  msgstr "Avancé"
473
 
474
+ #: link-library-admin.php:1263
475
  msgid "Pop-Ups"
476
  msgstr "Pop-ups"
477
 
478
+ #: link-library-admin.php:1264
479
  msgid "RSS Display"
480
  msgstr "Afficher le flux RSS"
481
 
482
+ #: link-library-admin.php:1265
483
  msgid "Thumbnails"
484
  msgstr "Vignettes"
485
 
486
+ #: link-library-admin.php:1266
487
  msgid "RSS Feed"
488
  msgstr "Titre du flux d&rsquo;informations RSS"
489
 
490
+ #: link-library-admin.php:1267 link-library-admin.php:4978
491
+ #: link-library-admin.php:4987
 
492
  msgid "Search"
493
  msgstr "Rechercher"
494
 
495
+ #: link-library-admin.php:1268
496
  msgid "User Submission"
497
  msgstr "Liens soumis par les utilisateurs"
498
 
499
+ #: link-library-admin.php:1269
500
+ #, fuzzy
501
+ #| msgid "Import/Export"
502
+ msgid "Import/Export Settings"
503
  msgstr "Importer/Exporter"
504
 
505
+ #: link-library-admin.php:1326 link-library-admin.php:2119
506
+ #: link-library-admin.php:2376 link-library-admin.php:2493
507
+ #: link-library-admin.php:2529
 
 
508
  msgid "Not allowed"
509
  msgstr "Non permis"
510
 
511
+ #: link-library-admin.php:2423 link-library-admin.php:2466
512
+ #: usersubmission.php:524
 
513
  msgid "Message generated by"
514
  msgstr "Message généré par"
515
 
516
+ #: link-library-admin.php:2582
517
+ msgid "Re-import"
518
+ msgstr ""
519
+
520
+ #: link-library-admin.php:2583
521
+ msgid ""
522
+ "Using the re-import function will delete all links in your Link Library and "
523
+ "re-import links from the old Link Library 5.9 format to version 6.x. Only "
524
+ "use this function if you recently upgraded from 5.9 to 6.x and are having "
525
+ "issues with the converter links."
526
+ msgstr ""
527
+
528
+ #: link-library-admin.php:2583
529
+ #, fuzzy
530
+ #| msgid "Export All Links"
531
+ msgid "Re-import links"
532
+ msgstr "Exporter tous les liens"
533
+
534
+ #: link-library-admin.php:2586
535
+ #, fuzzy
536
+ #| msgid "Category Filter"
537
+ msgid "Category mapping table"
538
+ msgstr "Filtre des catégories"
539
+
540
+ #: link-library-admin.php:2587
541
+ #, fuzzy
542
+ #| msgid "Export Library Settings"
543
+ msgid "Export category mapping"
544
+ msgstr "Exporter la configuration de la librairie"
545
+
546
+ # Plugin name; please avoid translating if possible
547
+ #: link-library-admin.php:2590
548
+ #, fuzzy
549
+ #| msgid "Jump to Link Library admin"
550
+ msgid "Delete old Link Library 5.9 Links"
551
+ msgstr "Aller à l&rsquo;administration de Link Library"
552
+
553
+ #: link-library-admin.php:2591
554
+ #, fuzzy
555
+ #| msgid "Delete all local icons"
556
+ msgid "Delete old links"
557
+ msgstr "Supprimer toutes les icônes locales"
558
+
559
+ #: link-library-admin.php:2598 link-library-admin.php:6356
560
  msgid "Update channel"
561
  msgstr "Canal de mise à jour"
562
 
563
+ #: link-library-admin.php:2600 link-library-admin.php:6358
 
564
  msgid "Standard channel - Updates as they are released"
565
  msgstr "Canal standard - Mise à jour à chaque version"
566
 
567
+ #: link-library-admin.php:2601 link-library-admin.php:6359
 
568
  msgid "Monthly Channel - Updates once per month"
569
  msgstr "Canal mensuel - Mise à jour une fois par mois"
570
 
571
+ #: link-library-admin.php:2606 link-library-admin.php:2607
572
+ msgid ""
573
+ "The stylesheet is now defined and stored using the Link Library admin "
574
+ "interface. This avoids problems with updates from one version to the next."
575
+ msgstr ""
576
+ "La feuille de style est maintenant définie et sauvegardée à partir du "
577
+ "panneau d&rsquo;administration de Link Library. Ceci évite des problèmes "
578
+ "lors des mises à jour."
579
 
580
+ #: link-library-admin.php:2612
581
  msgid "Number of Libraries"
582
  msgstr "Nombre de librairies"
583
 
584
+ # Plugin name; please avoid translating if possible
585
+ #: link-library-admin.php:2618
586
+ #, fuzzy
587
+ #| msgid "Add Link Library Shortcode"
588
+ msgid "Link Library Post Slug"
589
+ msgstr "Ajouter le code court de Link Library"
590
+
591
+ #: link-library-admin.php:2664
592
  msgid "Category selection method"
593
  msgstr "Méthode de sélection des catégories"
594
 
595
+ #: link-library-admin.php:2666
596
  msgid "Comma-separated ID list"
597
  msgstr "Liste d&rsquo;ID séparée par des virgules"
598
 
599
+ #: link-library-admin.php:2667
600
  msgid "Multi-select List"
601
  msgstr "Liste à sélection multiple"
602
 
603
+ #: link-library-admin.php:2671
604
+ #, fuzzy
605
+ #| msgid "Delete links that return a 403 error"
606
+ msgid "Default link target in editor"
607
+ msgstr "Supprimer les liens qui retournent une erreur 403"
608
+
609
+ #: link-library-admin.php:2681
610
+ msgid "Default protocol for new links in admin when not specified"
611
+ msgstr ""
612
+
613
+ #: link-library-admin.php:2691 link-library-admin.php:2692
614
+ msgid ""
615
+ "Enter comma-separate list of pages on which the Link Library stylesheet and "
616
+ "scripts should be loaded. Primarily used if you display Link Library using "
617
+ "the API"
618
+ msgstr ""
619
+ "Spécifier une liste de pages, séparées par des virgules, dans lesquelles les "
620
+ "feuilles de styles et les scripts de Link Library doivent être chargés. "
621
+ "Cette option est principalement utilisée si vous affichez Link Library en "
622
+ "utilisant son API."
623
 
624
+ #: link-library-admin.php:2691
625
  msgid "Additional pages to load styles and scripts"
626
  msgstr "Pages additionelles pour afficher les styles et scripts"
627
 
628
+ #: link-library-admin.php:2697
629
  msgid "Debug Mode"
630
  msgstr "Mise au point"
631
 
632
+ #: link-library-admin.php:2702 link-library-admin.php:2703
633
+ #: link-library-admin.php:2708 link-library-admin.php:2709
634
+ msgid ""
635
+ "This function is only possible when showing one category at a time and while "
636
+ "the default category is not shown."
637
+ msgstr ""
638
+ "Cette fonctionnalité est seulement possible lorsque l&rsquo;option &ldquo;"
639
+ "N&rsquo;afficher qu&rsquo;une catégorie à la fois&rdquo; est activée et que "
640
+ "la catégorie par défaut n&rsquo;est pas affichée."
641
 
642
+ #: link-library-admin.php:2702
643
  msgid "Page Title Prefix"
644
  msgstr "Préfixe pour le titre des pages"
645
 
646
+ #: link-library-admin.php:2708
647
  msgid "Page Title Suffix"
648
  msgstr "Suffixe pour le titre des pages"
649
 
650
+ #: link-library-admin.php:2714 link-library-admin.php:2715
651
+ msgid ""
652
+ "Path for images files that are uploaded manually or generated through "
653
+ "thumbnail generation service"
654
+ msgstr ""
655
+ "Répertoire pour les images qui sont chargées manuellement ou bien qui sont "
656
+ "générées par le service des vignettes thumbnail"
657
 
658
+ #: link-library-admin.php:2714
659
  msgid "Link Image File Path"
660
  msgstr "Répertoire des fichiers images liées"
661
 
662
+ #: link-library-admin.php:2717
663
  msgid "Absolute"
664
  msgstr "Absolu"
665
 
666
+ #: link-library-admin.php:2718
667
  msgid "Relative"
668
  msgstr "Relatif"
669
 
670
+ #: link-library-admin.php:2725
671
  msgid "Thumbnail Generator"
672
  msgstr "Générateur de vignettes"
673
 
674
+ #: link-library-admin.php:2736 link-library-admin.php:2737
 
675
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
676
  msgstr "CID pour le service de vignette de Thumbshots.com "
677
 
678
+ #: link-library-admin.php:2736
679
  msgid "Thumbshots API Key"
680
  msgstr "CID de Thumbshots"
681
 
682
+ #: link-library-admin.php:2744
683
  msgid "Robothumb Thumbnail size"
684
  msgstr "Taille des vignettes"
685
 
686
+ #: link-library-admin.php:2760
687
+ msgid "Log link creation activity on BuddyPress feed"
688
+ msgstr ""
689
+
690
+ #: link-library-admin.php:2766
691
+ msgid "Link Page URL (relative or absolute)"
692
+ msgstr ""
693
+
694
+ #: link-library-admin.php:2772
695
+ msgid "Library Configuration used for Links page"
696
+ msgstr ""
697
+
698
+ #: link-library-admin.php:2795
699
  msgid "Captcha generator"
700
  msgstr "Générateur de captcha"
701
 
702
+ #: link-library-admin.php:2808 link-library-admin.php:2810
703
+ #: link-library-admin.php:2815 link-library-admin.php:2817
704
+ msgid ""
705
+ "Sign up for the reCAPTCHA service before activating this feature to get your "
706
+ "Site and Secret Keys"
707
+ msgstr ""
708
+ "Enregistrer vous pour le service reCAPTCHA avant d&rsquo;activé cette "
709
+ "fonctionnalité afin d&rsquo;obtenir vos clés de site et secrète"
710
 
711
+ #: link-library-admin.php:2808
712
  msgid "Google reCAPTCHA Site Key"
713
  msgstr "Clé de site de Google reCAPTCHA"
714
 
715
+ #: link-library-admin.php:2815
716
  msgid "Google reCAPTCHA Secret Key"
717
  msgstr "Clé secrète de Google reCAPTCHA"
718
 
719
+ #: link-library-admin.php:2825
720
  msgid "Links Date Format"
721
  msgstr "Format des dates pour les liens"
722
 
723
+ #: link-library-admin.php:2825
724
  msgid "Help"
725
  msgstr "Aide"
726
 
727
+ #: link-library-admin.php:2832 link-library-admin.php:2833
 
728
  msgid "Enter list of additional link protocols, seperated by commas"
729
+ msgstr ""
730
+ "Entrer une liste de protocoles supplémentaires, séparés par des virgules"
731
 
732
+ #: link-library-admin.php:2832
733
  msgid "Additional protocols"
734
  msgstr "Protocoles supplémentaires"
735
 
736
+ #: link-library-admin.php:2836
737
  msgid "Time before clearing RSS display cache (in seconds)"
738
+ msgstr ""
739
+ "Temps avant de purger le cache pour l&rsquo;affichage du flux RSS (en "
740
+ "secondes)"
 
 
741
 
742
+ #: link-library-admin.php:2950 link-library-admin.php:2951
 
743
  msgid "Custom full URL for expand icon. Uses default image if left empty."
744
+ msgstr ""
745
+ "URL spécifique pour l&rsquo;icône d&rsquo;ouverture. Utilise l&rsquo;image "
746
+ "par défaut si laisser vide."
747
 
748
+ #: link-library-admin.php:2950
749
  msgid "Expand Icon Image"
750
  msgstr "Icon pour ouvrir"
751
 
752
+ #: link-library-admin.php:2957 link-library-admin.php:2958
 
753
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
754
+ msgstr ""
755
+ "URL spécifique pour l&rsquo;icône de fermeture. Utilise l&rsquo;image par "
756
+ "défaut si laisser vide."
757
 
758
+ #: link-library-admin.php:2957
759
  msgid "Collapse Icon Image"
760
  msgstr "Icon pour refermer"
761
 
762
+ #: link-library-admin.php:2972
763
  msgid "Add new links to your site with this bookmarklet."
764
  msgstr "Ajoutez de nouveaux liens à votre site en utilisant ce bookmarklet."
765
 
766
+ #: link-library-admin.php:2973
767
+ msgid ""
768
+ "To use this feature, drag-and-drop the button below to your favorite / "
769
+ "bookmark toolbar."
770
+ msgstr ""
771
+ "Pour utiliser cette fonction, glissez le bouton ci-dessous vers la barre de "
772
+ "favoris de votre navigateur."
773
 
774
+ #: link-library-admin.php:2974
775
  msgid "Add to Links"
776
  msgstr "Ajouter aux liens"
777
 
778
+ #: link-library-admin.php:2987
779
+ msgid ""
780
+ "Approval and rejection e-mail functionality will only work correctly if the "
781
+ "submitter e-mail field is displayed on the user link submission form"
782
+ msgstr ""
783
+ "L&rsquo;approbation ou le rejet par courriel ne fonctionnera correctement "
784
+ "que si le champ e-mail est affiché dans le fomulaire de proposition"
785
 
786
+ #: link-library-admin.php:2991 link-library-admin.php:2992
787
+ msgid ""
788
+ "URL that user will be redirected to after submitting new link. When used, "
789
+ "the short code [link-library-addlinkcustommsg] should be placed on the "
790
+ "destination page."
791
+ msgstr ""
792
+ "Adresse à laquelle l&rsquo;usager sera redirigé après avoir soumis un "
793
+ "nouveau lien. Lorsqu&rsquo;utilisé, le code [link-library-addlinkcustommsg] "
794
+ "devrait faire partie de la page de destination."
795
 
796
+ #: link-library-admin.php:2991
797
  msgid "Link Acknowledgement URL"
798
  msgstr "Adresse de la page de confirmation"
799
 
800
+ #: link-library-admin.php:2997
801
+ msgid ""
802
+ "Title of e-mail sent to site admin when new links are submitted. Use "
803
+ "%linkname% as a variable to be replaced by the actual link name"
804
+ msgstr ""
805
+ "Titre du courriel qui sera envoyé à l&rsquo;administrateur quand des "
806
+ "nouveaux liens seront soumis. Utilisez %linkname% comme variable qui sera "
807
+ "remplacée par le nom du lien"
808
 
809
+ #: link-library-admin.php:2997
810
  msgid "Moderation Notification Title"
811
  msgstr "Titre du courriel de modération"
812
 
813
+ #: link-library-admin.php:3003
814
+ msgid ""
815
+ "Will send a confirmation e-mail to link submitter if they provided their "
816
+ "contact information"
817
+ msgstr ""
818
+ "Enverra un courriel de confirmation aux usagers ayant soumis des liens si "
819
+ "ils ont fournis leur courriel"
820
 
821
+ #: link-library-admin.php:3003
822
  msgid "E-mail submitter on link approval or rejection"
823
+ msgstr ""
824
+ "Envoyer un courriel à l&rsquo;utilisateur ayant soumis le lien lors de "
825
+ "l&rsquo;approbation ou du rejet"
826
 
827
+ #: link-library-admin.php:3008
828
  msgid "Suppress Link Library message in e-mail footer"
829
  msgstr "Supprimer le message sur Link Library dans le bas du courriel"
830
 
831
+ #: link-library-admin.php:3013
832
  msgid "Only use first part of submitter name"
833
+ msgstr ""
834
+ "N&rsquo;utiliser que la première partie du nom de l&rsquo;utilisateur ayant "
835
+ "soumis le lien"
836
 
837
+ #: link-library-admin.php:3018
838
+ msgid ""
839
+ "The name of the e-mail account that the approval e-mail will be sent from"
840
+ msgstr ""
841
+ "Le nom de l&rsquo;utilisateur qui apparaîtra sur les messages d&rsquo;"
842
+ "approbation"
843
 
844
+ #: link-library-admin.php:3018
845
  msgid "Moderator Name"
846
  msgstr "Nom du modérateur"
847
 
848
+ #: link-library-admin.php:3024
849
  msgid "The e-mail address that the approval e-mail will be sent from"
850
+ msgstr ""
851
+ "L&rsquo;adresse de courriel de laquelle les messages d&rsquo;approbation "
852
+ "seront envoyés"
853
 
854
+ #: link-library-admin.php:3024
855
  msgid "Moderator E-mail"
856
  msgstr "Adresse de courriel du modérateur"
857
 
858
+ #: link-library-admin.php:3030
859
+ msgid ""
860
+ "Title of approval e-mail. Use %linkname% as a variable to be replaced by the "
861
+ "actual link name"
862
+ msgstr ""
863
+ "Titre du courriel d&rsquo;approbation. Utilisez %linkname% comme variable "
864
+ "qui sera remplacé par le nom du lien"
865
 
866
+ #: link-library-admin.php:3030
867
  msgid "Approval e-mail title"
868
  msgstr "Titre du courriel d&rsquo;approbation du lien"
869
 
870
+ #: link-library-admin.php:3036
871
+ msgid ""
872
+ "Body of approval e-mail. Use %linkname% as a variable to be replaced by the "
873
+ "actual link name, %submittername% for the submitter name and %linkurl% for "
874
+ "the link address"
875
+ msgstr ""
876
+ "Contenu du courriel d&rsquo;approbation du lien. Utilisez %linkname% comme "
877
+ "variable qui sera remplacée par le nom de lien, %submittername% pour le nom "
878
+ "de la personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du "
879
+ "lien."
880
 
881
+ #: link-library-admin.php:3036
882
  msgid "Approval e-mail body"
883
  msgstr "Contenu du courriel d&rsquo;approbation du lien"
884
 
885
+ #: link-library-admin.php:3042
886
+ msgid ""
887
+ "Title of rejection e-mail. Use %linkname% as a variable to be replaced by "
888
+ "the actual link name"
889
+ msgstr ""
890
+ "Titre du courriel de rejet du lien. Utilisez %linkname% comme variable qui "
891
+ "sera remplacée par le nom du lien"
892
 
893
+ #: link-library-admin.php:3042
894
  msgid "Rejection e-mail title"
895
  msgstr "Titre du courriel de rejet du lien"
896
 
897
+ #: link-library-admin.php:3048
898
+ msgid ""
899
+ "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the "
900
+ "actual link name, %submittername% for the submitter name and %linkurl% for "
901
+ "the link address"
902
+ msgstr ""
903
+ "Contenu du courriel de rejet du lien. Utilisez %linkname% comme variable qui "
904
+ "sera remplacée par le nom de lien, %submittername% pour le nom de la "
905
+ "personne ayant soumise le lien et %linkurl% pour l&rsquo;adresse du lien."
906
 
907
+ #: link-library-admin.php:3048
908
  msgid "Rejection e-mail body"
909
  msgstr "Contenu du courriel de rejet du lien"
910
 
911
+ #: link-library-admin.php:3061
912
+ msgid ""
913
+ "The following option allows you to hide the Donate button and Support the "
914
+ "Author section in the Link Library Admin pages. If you enjoy this plugin and "
915
+ "use it regularly, please consider making a donation to the author before "
916
+ "turning off these messages. This menu section will disappear along with the "
917
+ "other elements."
918
+ msgstr ""
919
+ "L&rsquo;option suivante vous permet de masquer le bouton de don et la "
920
+ "section sur l&rsquo;autheur dans l&rsquo;administration de Link Library. Si "
921
+ "vous aimez cette extension et que vous l&rsquo;utilisez régulièrement, merci "
922
+ "de penser à faire un don à l&rsquo;autheur avant de masquer ces messages."
923
 
924
+ #: link-library-admin.php:3064
925
  msgid "Hide Donation and Support Links"
926
  msgstr "Cacher les liens pour les dons et le support"
927
 
928
+ #: link-library-admin.php:3079
929
+ #, fuzzy
930
+ #| msgid "Export All Links"
931
+ msgid "Export all links to a CSV file"
932
+ msgstr "Exporter tous les liens"
933
+
934
+ #: link-library-admin.php:3081
935
+ msgid "Export All Links"
936
+ msgstr "Exporter tous les liens"
937
+
938
+ #: link-library-admin.php:3088
939
+ msgid ""
940
+ "Allows for links to be added in batch to the Wordpress links database. CSV "
941
+ "file needs to follow template for column layout."
942
+ msgstr ""
943
+ "Permets d&rsquo;ajouter des liens en masse dans la base de données de liens "
944
+ "de WordPress. Le fichier CSV doit suivre le format établi dans l&rsquo;"
945
+ "exemple."
946
+
947
+ #: link-library-admin.php:3088
948
+ msgid "CSV file to upload to import links"
949
+ msgstr "Fichier CSV à téléverser pour importer des liens"
950
+
951
+ #: link-library-admin.php:3088
952
+ msgid "file template"
953
+ msgstr "example de fichier"
954
+
955
+ #: link-library-admin.php:3091
956
+ msgid "Import Links from CSV"
957
+ msgstr "Importer les liens depuis un CSV"
958
+
959
+ #: link-library-admin.php:3095 link-library-admin.php:3129
960
+ msgid "Update items when URL is identical"
961
+ msgstr "Mettre à jour les éléments quand les URLs sont identiques"
962
+
963
+ #: link-library-admin.php:3103
964
+ msgid "Import links from site pages"
965
+ msgstr "Importer les liens depuis les pages du site"
966
+
967
+ #: link-library-admin.php:3104
968
+ msgid "All Pages and Posts"
969
+ msgstr "Toutes les pages et les articles"
970
+
971
+ #: link-library-admin.php:3105
972
+ msgid "All Pages, Posts and Custom Post Types"
973
+ msgstr "Toutes les pages, articles et types d&rsquo;article personalisés"
974
+
975
+ #: link-library-admin.php:3106
976
+ msgid "Specific Page"
977
+ msgstr "Page spécifique"
978
+
979
+ #: link-library-admin.php:3110
980
+ msgid "Specific Post"
981
+ msgstr "Article spécifique"
982
+
983
+ #: link-library-admin.php:3122
984
+ msgid "Specific "
985
+ msgstr "Spécifique"
986
+
987
+ #: link-library-admin.php:3143
988
+ msgid "Import Links from Site"
989
+ msgstr "Importer les liens depuis le site"
990
+
991
+ #: link-library-admin.php:3153
992
  msgid "Save Settings"
993
  msgstr "Enregistrer la configuration"
994
 
995
+ #: link-library-admin.php:3162
996
  msgid "Update Settings"
997
  msgstr "Mettre à jour la configuration"
998
 
999
+ #: link-library-admin.php:3173 link-library-admin.php:3965
1000
+ #: link-library-admin.php:4360 link-library-admin.php:5179
1001
+ #: link-library.php:1078 usersubmission.php:498 usersubmission.php:559
 
 
 
1002
  msgid "Link Name"
1003
  msgstr "Nom du lien"
1004
 
1005
+ #: link-library-admin.php:3174 link-library-admin.php:5220
1006
+ #: link-library-defaults.php:123 usersubmission.php:504 usersubmission.php:578
 
 
 
1007
  msgid "Link Category"
1008
  msgstr "Catégorie de liens"
1009
 
1010
+ #: link-library-admin.php:3175 link-library-admin.php:4629
1011
+ #: link-library-admin.php:5292 link-library-defaults.php:259
1012
+ #: usersubmission.php:506 usersubmission.php:579
1013
+ #, fuzzy
1014
+ #| msgid "Link Target"
1015
+ msgid "Link Tags"
1016
+ msgstr "Cible du lien"
1017
+
1018
+ #: link-library-admin.php:3176
1019
  msgid "Link URL"
1020
  msgstr "Adresse du lien"
1021
 
1022
+ #: link-library-admin.php:3177 link-library-admin.php:3965
1023
+ #: link-library-admin.php:4405 link-library-admin.php:5336
1024
+ #: link-library-defaults.php:124 usersubmission.php:501 usersubmission.php:567
 
 
 
 
1025
  msgid "Link Description"
1026
  msgstr "Description du lien"
1027
 
1028
+ #: link-library-admin.php:3233
1029
  msgid "No Links Found to Moderate"
1030
  msgstr "Aucun lien trouvé nécessitant une modération"
1031
 
1032
+ #: link-library-admin.php:3243
1033
  msgid "Check All"
1034
  msgstr "Cocher tous les choix"
1035
 
1036
+ #: link-library-admin.php:3244
1037
  msgid "Uncheck All"
1038
  msgstr "Tout décocher"
1039
 
1040
+ #: link-library-admin.php:3246
1041
  msgid "Approve Selected Items"
1042
  msgstr "Approuver les liens sélectionnés"
1043
 
1044
+ #: link-library-admin.php:3247
1045
  msgid "Delete Selected Items"
1046
  msgstr "Supprimer les liens sélectionnés"
1047
 
1048
+ #: link-library-admin.php:3270
1049
+ msgid ""
1050
+ "If the stylesheet editor is empty after upgrading, reset to the default "
1051
+ "stylesheet using the button below or copy/paste your backup stylesheet into "
1052
+ "the editor."
1053
+ msgstr ""
1054
+ "Si l&rsquo;éditeur de feuille de style est vide après une mise à jour, "
1055
+ "appuyez sur le bouton ci-dessous pour importer la version originale de la "
1056
+ "feuille de style ou effectuez un copier/coller à partir de votre copie de "
1057
+ "sauvegarde de la feuille de style vers l&rsquo;éditeur."
1058
 
1059
+ #: link-library-admin.php:3275
1060
  msgid "Submit"
1061
  msgstr "Soumettre"
1062
 
1063
+ #: link-library-admin.php:3275
1064
  msgid "Reset to default"
1065
  msgstr "Restauration des valeurs par défaut"
1066
 
1067
+ #: link-library-admin.php:3286
1068
  msgid "Select Current Library Settings"
1069
  msgstr "Sélectionnez la configuration de librairie courante"
1070
 
1071
+ #: link-library-admin.php:3301
1072
  msgid "Go"
1073
  msgstr "Sélectionner"
1074
 
1075
+ #: link-library-admin.php:3303
1076
  msgid "Copy from:"
1077
  msgstr "Copier de&nbsp;:"
1078
 
1079
+ #: link-library-admin.php:3317
1080
  msgid "Copy"
1081
  msgstr "Copier"
1082
 
1083
+ #: link-library-admin.php:3335 link-library-admin.php:3338
1084
+ #: link-library-admin.php:3342
1085
+ msgid ""
1086
+ "Link Library Supports the Creation of an unlimited number of configurations "
1087
+ "to display link lists on your site"
1088
+ msgstr ""
1089
+ "Link Library supporte la création d&rsquo;un nombre illimité de "
1090
+ "configurations pour afficher les liens sur votre site"
1091
 
1092
+ #: link-library-admin.php:3339
1093
  msgid "Library Name"
1094
  msgstr "Nom de la librairie"
1095
 
1096
+ #: link-library-admin.php:3341
1097
  msgid "Feature"
1098
  msgstr "Fonctionnalité"
1099
 
1100
+ #: link-library-admin.php:3343
1101
  msgid "Code to insert on a Wordpress page"
1102
  msgstr "Code à insérer dans une page WordPress"
1103
 
1104
+ #: link-library-admin.php:3351
1105
  msgid "Display basic link library"
1106
  msgstr "Afficher la liste de liens"
1107
 
1108
+ #: link-library-admin.php:3398
1109
  msgid "Display list of link categories"
1110
  msgstr "Afficher la liste des catégories de liens"
1111
 
1112
+ #: link-library-admin.php:3419
1113
  msgid "Display search box"
1114
  msgstr "Afficher le champ de recherche"
1115
 
1116
+ #: link-library-admin.php:3426
1117
  msgid "Display link submission form"
1118
  msgstr "Afficher le formulaire de soumission de liens"
1119
 
1120
+ #: link-library-admin.php:3433
1121
+ #, fuzzy
1122
+ #| msgid "Display basic link library"
1123
+ msgid "Display count of links in a library"
1124
+ msgstr "Afficher la liste de liens"
1125
+
1126
+ #: link-library-admin.php:3441
1127
  #, php-format
1128
  msgid ""
1129
  "You are about to Delete Library #'%s'\n"
1132
  "Vous être sur le point de supprimer la configuration de la librairie '%s'\n"
1133
  " 'Annuler' pour interrompre, 'OK' pour supprimer."
1134
 
1135
+ #: link-library-admin.php:3441
1136
  msgid "Delete Library"
1137
  msgstr "Supprimer la librairie"
1138
 
1139
+ #: link-library-admin.php:3442
1140
  #, php-format
1141
  msgid ""
1142
  "You are about to reset Library '%s'\n"
1143
  " 'Cancel' to stop, 'OK' to reset."
1144
  msgstr ""
1145
+ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
1146
+ "'%s'\n"
1147
  " 'Annuler' pour interrompre, 'OK' pour continuer."
1148
 
1149
+ #: link-library-admin.php:3442
1150
  msgid "Reset current Library"
1151
  msgstr "Réinitialiser la configuration de librairie courante"
1152
 
1153
+ #: link-library-admin.php:3459 link-library-admin.php:3464
1154
+ #: link-library-admin.php:3469 link-library-admin.php:3474
1155
+ #: link-library-admin.php:3479
1156
+ #, fuzzy, php-format
1157
+ #| msgid ""
1158
+ #| "You are about to reset Library '%s'\n"
1159
+ #| " 'Cancel' to stop, 'OK' to reset."
1160
  msgid ""
1161
+ "You are about to change the layout of Library '%s'\n"
1162
+ " 'Cancel' to stop, 'OK' to modify."
1163
  msgstr ""
1164
+ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
1165
+ "'%s'\n"
1166
  " 'Annuler' pour interrompre, 'OK' pour continuer."
1167
 
1168
+ #: link-library-admin.php:3459
1169
+ msgid "Apply Layout 1"
1170
+ msgstr ""
1171
 
1172
+ #: link-library-admin.php:3464
1173
+ msgid "Apply Layout 2"
1174
+ msgstr ""
1175
 
1176
+ #: link-library-admin.php:3469
1177
+ msgid "Apply Layout 3"
1178
+ msgstr ""
1179
+
1180
+ #: link-library-admin.php:3474
1181
+ msgid "Apply Layout 4"
1182
+ msgstr ""
1183
+
1184
+ #: link-library-admin.php:3479
1185
+ msgid "Apply Layout 5"
1186
+ msgstr ""
1187
+
1188
+ #: link-library-admin.php:3510 render-link-library-addlink-sc.php:74
1189
+ msgid "No link categories! Create some!"
1190
+ msgstr "Pas de catégorie de lien&nbsp;! Créer s&rsquo;en une&nbsp;!"
1191
+
1192
+ #: link-library-admin.php:3527
1193
+ msgid "Current Library Name"
1194
+ msgstr "Nom de la librairie courante"
1195
+
1196
+ #: link-library-admin.php:3534 link-library-admin.php:3542
1197
  msgid "Leave Empty to see all categories"
1198
  msgstr "Laissez vide pour afficher toutes les catégories"
1199
 
1200
+ #: link-library-admin.php:3534 link-library-admin.php:3542
1201
+ #: link-library-admin.php:3560 link-library-admin.php:3564
 
 
1202
  msgid "Enter list of comma-separated"
1203
  msgstr "Spécifier une liste de valeurs, séparées par des virgules"
1204
 
1205
+ #: link-library-admin.php:3534 link-library-admin.php:3542
 
1206
  msgid "numeric category IDs"
1207
  msgstr "identifiants de catégories numériques"
1208
 
1209
+ #: link-library-admin.php:3534
1210
+ msgid ""
1211
+ "To find the IDs, go to the Link Categories admin page, place the mouse above "
1212
+ "a category name and look for its ID in the address shown in your browsers "
1213
+ "status bar. For example"
1214
+ msgstr ""
1215
+ "Pour trouver les identifiants, aller sur la page de configuration des "
1216
+ "catégories de liens, placer votre souris au-dessus du nom de la catégorie et "
1217
+ "cherchez l&rsquo;identifiant dans l&rsquo;adresse qui est affichée dans la "
1218
+ "barre de status de votre navigateur. Par exemple"
1219
 
1220
+ #: link-library-admin.php:3536
1221
  msgid "Categories to be displayed (Empty=All)"
1222
  msgstr "Catégories à afficher (Vide=Toutes)"
1223
 
1224
+ #: link-library-admin.php:3538
1225
  msgid "Categories to be displayed"
1226
  msgstr "Catégories à afficher"
1227
 
1228
+ #: link-library-admin.php:3542 link-library-admin.php:3560
1229
+ #: link-library-admin.php:3564
 
1230
  msgid "For example"
1231
  msgstr "Par exemple"
1232
 
1233
+ #: link-library-admin.php:3553
 
 
 
 
 
1234
  msgid "Show all categories"
1235
  msgstr "Montrer toutes les catégories"
1236
 
1237
+ #: link-library-admin.php:3560 link-library-admin.php:3564
 
1238
  msgid "numeric category IDs that should not be shown"
1239
  msgstr "identifiants de catégories numériques à ne pas afficher"
1240
 
1241
+ #: link-library-admin.php:3561
1242
  msgid "Categories to be excluded"
1243
  msgstr "Catégories à exclure"
1244
 
1245
+ #: link-library-admin.php:3573
1246
  msgid "No Exclusions"
1247
  msgstr "Aucune exclusion"
1248
 
1249
+ #: link-library-admin.php:3580 link-library-admin.php:3583
 
1250
  msgid "Only show one category of links at a time"
1251
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie de liens à la fois"
1252
 
1253
+ #: link-library-admin.php:3581
1254
  msgid "Only show one category at a time"
1255
  msgstr "N&rsquo;afficher qu&rsquo;une catégorie à la fois"
1256
 
1257
+ #: link-library-admin.php:3586
1258
+ msgid ""
1259
+ "Select if AJAX should be used to only reload the list of links without "
1260
+ "reloading the whole page or HTML GET to reload entire page with a new link. "
1261
+ "The Permalinks option must be enabled for HTML GET + Permalink to work "
1262
+ "correctly."
1263
+ msgstr ""
1264
+ "Sélectionner si la librairie AJAX est utilisée pour rafraîchir la liste sans "
1265
+ "recharger complètement la page ou si la méthode HTML GET doit recharger la "
1266
+ "page complète avec un nouveau lien. L&rsquo;option des liens personnalisés "
1267
+ "doit être activée pour que l&rsquo;option HTML GET + Permaliens fonctionne "
1268
+ "correctement."
1269
 
1270
+ #: link-library-admin.php:3586
1271
  msgid "Switching Method"
1272
  msgstr "Méthode pour les mises à jour de la page"
1273
 
1274
+ #: link-library-admin.php:3604
1275
+ msgid ""
1276
+ "Default category to be shown when only showing one at a time (numeric ID)"
1277
+ msgstr ""
1278
+ "Catégorie à afficher par défaut lorsqu&rsquo;une seule catégorie est "
1279
+ "présente (identifiant numérique)"
1280
 
1281
+ #: link-library-admin.php:3609
1282
+ #, fuzzy
1283
+ #| msgid "Hide category on start in single cat AJAX mode"
1284
+ msgid "Hide category on start in single cat mode"
1285
+ msgstr ""
1286
+ "Cacher les catégories au démarrage dans le mode AJAX avec une seule catégorie"
1287
 
1288
+ #: link-library-admin.php:3614 link-library-admin.php:3617
 
1289
  msgid "File path is relative to Link Library plugin directory"
1290
+ msgstr ""
1291
+ "Le chemin du fichier doit être relatif par rapport au répertoire du module "
1292
+ "Link Library"
1293
 
1294
+ #: link-library-admin.php:3615
1295
  msgid "Icon to display when performing AJAX queries"
1296
  msgstr "Icône à afficher lorsque des requêtes AJAX sont effectuées"
1297
 
1298
+ #: link-library-admin.php:3626 link-library-admin.php:3629
 
1299
  msgid "Only show a limited number of links and add page navigation links"
1300
+ msgstr ""
1301
+ "Afficher seulement un nombre limité de liens et afficher une section de "
1302
+ "navigation des liens"
1303
 
1304
+ #: link-library-admin.php:3627
1305
  msgid "Paginate Results"
1306
  msgstr "Paginer les résultats"
1307
 
1308
+ #: link-library-admin.php:3632 link-library-admin.php:3635
 
1309
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
1310
  msgstr "Nombre de liens devant être affichés en &ldquo;Mode Pagination&rdquo;"
1311
 
1312
+ #: link-library-admin.php:3633
1313
  msgid "Links per Page"
1314
  msgstr "Liens par page"
1315
 
1316
+ #: link-library-admin.php:3641
1317
  msgid "Pagination Position"
1318
  msgstr "Position de la pagination"
1319
 
1320
+ #: link-library-admin.php:3645
1321
  msgid "After Links"
1322
  msgstr "Après le lien"
1323
 
1324
+ #: link-library-admin.php:3646 link-library-admin.php:3700
 
1325
  msgid "Before Links"
1326
  msgstr "Avant le lien"
1327
 
1328
+ #: link-library-admin.php:3650
1329
  msgid "Hide Results if Empty"
1330
  msgstr "Masquer les résultats si vide"
1331
 
1332
+ #: link-library-admin.php:3661
1333
  msgid "Enable Permalinks"
1334
  msgstr "Activer les liens permanents"
1335
 
1336
+ #: link-library-admin.php:3667
1337
  msgid "Permalinks Page"
1338
  msgstr "Page des liens permanents"
1339
 
1340
+ #: link-library-admin.php:3675
1341
+ #, fuzzy
1342
+ #| msgid "Permalinks Page"
1343
+ msgid "Permalink Top Page Text"
1344
+ msgstr "Page des liens permanents"
1345
+
1346
+ #: link-library-admin.php:3683
1347
+ #, fuzzy
1348
+ #| msgid "Category selection method"
1349
+ msgid "Category links in permalinks mode"
1350
+ msgstr "Méthode de sélection des catégories"
1351
+
1352
+ #: link-library-admin.php:3689
1353
+ msgid "Show breadcrumbs in permalinks mode"
1354
+ msgstr ""
1355
+
1356
+ #: link-library-admin.php:3699
1357
  msgid "Display alphabetic cat filter"
1358
  msgstr "Afficher le filtre des catégories par ordre alphabétique"
1359
 
1360
+ #: link-library-admin.php:3700
1361
  msgid "Do not display"
1362
  msgstr "Ne pas afficher"
1363
 
1364
+ #: link-library-admin.php:3700
1365
  msgid "Before Categories"
1366
  msgstr "Avant les catégories"
1367
 
1368
+ #: link-library-admin.php:3700
1369
  msgid "Before Categories and Links"
1370
  msgstr "Avant les catégories et les liens"
1371
 
1372
+ #: link-library-admin.php:3707
1373
  msgid "Auto-select first alphabetic cat item"
1374
+ msgstr ""
1375
+ "Sélectionner automatiquement la première catégorie par ordre alphabétique"
1376
 
1377
+ #: link-library-admin.php:3711
1378
  msgid "Display ALL box in alphabetic cat filter"
1379
  msgstr "Afficher toutes les cases dans le filtre alphabétique des catégories"
1380
 
1381
+ #: link-library-admin.php:3713
1382
  msgid "Cat filter label"
1383
  msgstr "Texte pour le filtre sur les catégories"
1384
 
1385
+ #: link-library-admin.php:3717
1386
  msgid "Only display links submitted by current user"
1387
  msgstr "Affiche uniquement les liens soumis par l&rsquo;utilisateur actuel"
1388
 
1389
+ #: link-library-admin.php:3762
1390
  msgid "Results Order"
1391
  msgstr "Ordre des résultats"
1392
 
1393
+ #: link-library-admin.php:3766 link-library-admin.php:3924
 
1394
  msgid "Order by Name"
1395
  msgstr "Trier par nom"
1396
 
1397
+ #: link-library-admin.php:3767 link-library-admin.php:3925
 
1398
  msgid "Order by ID"
1399
  msgstr "Trier par identifiant"
1400
 
1401
+ #: link-library-admin.php:3768
1402
+ #, fuzzy
1403
+ #| msgid "Order by Name"
1404
+ msgid "Order by Category Slug"
1405
+ msgstr "Trier par nom"
1406
+
1407
+ #: link-library-admin.php:3770
1408
  msgid "Order of categories based on included category list"
1409
  msgstr "Trier les catégories selon l&rsquo;ordre des catégories incluses"
1410
 
1411
+ #: link-library-admin.php:3776
 
 
 
 
 
 
 
 
 
1412
  msgid "Link Categories Display Format"
1413
  msgstr "Format d&rsquo;affichage des catégories de liens"
1414
 
1415
+ #: link-library-admin.php:3780 link-library-admin.php:4070
 
1416
  msgid "Table"
1417
  msgstr "Table"
1418
 
1419
+ #: link-library-admin.php:3781 link-library-admin.php:4071
 
1420
  msgid "Unordered List"
1421
  msgstr "Liste non-ordonnée"
1422
 
1423
+ #: link-library-admin.php:3782
1424
  msgid "Drop-Down List"
1425
  msgstr "Liste déroulante"
1426
 
1427
+ #: link-library-admin.php:3783
1428
  msgid "Drop-Down List Direct Access"
1429
  msgstr "Liste déroulante"
1430
 
1431
+ #: link-library-admin.php:3788
1432
+ msgid "Show selection prompt in Drop-down list mode"
1433
+ msgstr ""
1434
+
1435
+ #: link-library-admin.php:3791
1436
+ msgid "Drop-down list mode selection prompt text"
1437
+ msgstr ""
1438
+
1439
+ #: link-library-admin.php:3796
1440
  msgid "Display link counts"
1441
  msgstr "Afficher la quantité de liens"
1442
 
1443
+ #: link-library-admin.php:3802
1444
  msgid "Display categories with search results"
1445
  msgstr "Afficher les catégories avec les résultats de recherche"
1446
 
1447
+ #: link-library-admin.php:3808 link-library-admin.php:3979
 
 
 
 
 
 
1448
  msgid "Direction"
1449
  msgstr "Direction"
1450
 
1451
+ #: link-library-admin.php:3812 link-library-admin.php:3983
 
1452
  msgid "Ascending"
1453
  msgstr "Croissant"
1454
 
1455
+ #: link-library-admin.php:3813 link-library-admin.php:3984
 
1456
  msgid "Descending"
1457
  msgstr "Décroissant"
1458
 
1459
+ #: link-library-admin.php:3817 link-library-admin.php:3820
1460
+ #: link-library-admin.php:3933 link-library-admin.php:3936
1461
+ msgid ""
1462
+ "Use [ and ] in the description to perform special actions using HTML such as "
1463
+ "inserting images instead of < and >"
1464
+ msgstr ""
1465
+ "Utilisez [ et ] dans la description pour écrire du code HTML, tel que du "
1466
+ "code pour afficher une image, au lien d&rsquo;utiliser < et >"
1467
 
1468
+ #: link-library-admin.php:3818 link-library-admin.php:3934
 
1469
  msgid "Show Category Description"
1470
  msgstr "Afficher la description des catégories"
1471
 
1472
+ #: link-library-admin.php:3822 link-library-admin.php:3938
 
1473
  msgid "Position"
1474
  msgstr "Position"
1475
 
1476
+ #: link-library-admin.php:3824 link-library-admin.php:3940
 
1477
  msgid "Right"
1478
  msgstr "Droite"
1479
 
1480
+ #: link-library-admin.php:3825 link-library-admin.php:3941
 
1481
  msgid "Left"
1482
  msgstr "Gauche"
1483
 
1484
+ #: link-library-admin.php:3831
1485
  msgid "Width of Categories Table in Percents"
1486
  msgstr "Largeur de la table des catégories en pourcentage"
1487
 
1488
+ #: link-library-admin.php:3837 link-library-admin.php:3840
1489
+ msgid ""
1490
+ "Determines the number of alternating div tags that will be placed before and "
1491
+ "after each link category"
1492
+ msgstr ""
1493
+ "Indique le nombre de balises div qui seront placées en alternance avant et "
1494
+ "après chaque catégorie de liens"
1495
 
1496
+ #: link-library-admin.php:3837 link-library-admin.php:3840
1497
+ msgid ""
1498
+ "These div tags can be used to style of position link categories on the link "
1499
+ "page"
1500
+ msgstr ""
1501
+ "Ces balises div peuvent être utilisées pour positionner les catégories de "
1502
+ "lien sur la page"
1503
 
1504
+ #: link-library-admin.php:3838
1505
  msgid "Number of alternating div classes"
1506
  msgstr "Nombre de classes div en alternance"
1507
 
1508
+ #: link-library-admin.php:3853
1509
  msgid "Number of columns in Categories Table"
1510
  msgstr "Nombre de colonnes dans la table des catégories"
1511
 
1512
+ #: link-library-admin.php:3860
1513
  msgid "First div class name"
1514
  msgstr "Premier nom de classe de la div"
1515
 
1516
+ #: link-library-admin.php:3868
1517
  msgid "Use Div Class or Heading tag around Category Names"
1518
+ msgstr ""
1519
+ "Utiliser une balise div ou une balise d&rsquo;en-tête autour des noms de "
1520
+ "catégories"
1521
 
1522
+ #: link-library-admin.php:3872
1523
  msgid "Div Class"
1524
  msgstr "Premier nom de classe div"
1525
 
1526
+ #: link-library-admin.php:3873
1527
  msgid "Heading Tag"
1528
  msgstr "Balise d&rsquo;en-tête"
1529
 
1530
+ #: link-library-admin.php:3878
1531
  msgid "Second div class name"
1532
  msgstr "Second nom de classe div"
1533
 
1534
+ #: link-library-admin.php:3885 link-library-admin.php:3888
 
1535
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1536
+ msgstr ""
1537
+ "Exemples de noms de classes div&nbsp;: linklistcatname, Exemples de balises "
1538
+ "d&rsquo;en-tête&nbsp;: h3"
1539
 
1540
+ #: link-library-admin.php:3886
1541
  msgid "Div Class Name or Heading label"
1542
  msgstr "Nom de classe div ou type de la balise de titre"
1543
 
1544
+ #: link-library-admin.php:3893
1545
  msgid "Third div class name"
1546
  msgstr "Troisième nom de classe div"
1547
 
1548
+ #: link-library-admin.php:3900 link-library-admin.php:3903
1549
+ msgid ""
1550
+ "Set this address to a page running Link Library to place categories on a "
1551
+ "different page. Should always be used with the Show One Category at a Time "
1552
+ "and HTMLGET fetch method."
1553
+ msgstr ""
1554
+ "Configurer cette adresse vers une page utilisant Link Library pour placer la "
1555
+ "liste des catégories sur une autre page. Ce champ devrait toujours être "
1556
+ "utilisé en conjonction avec le mode n&rsquo;affichez qu&rsquo;une catégorie "
1557
+ "à la fois et la méthode HTML GET."
1558
 
1559
+ #: link-library-admin.php:3901
1560
  msgid "Category Target Address"
1561
  msgstr "Adresse cible pour les liens de catégories"
1562
 
1563
+ #: link-library-admin.php:3920
1564
  msgid "Link Results Order"
1565
  msgstr "Ordre des résultats"
1566
 
1567
+ #: link-library-admin.php:3926
 
 
 
 
1568
  msgid "Order randomly"
1569
  msgstr "Trier au hazard"
1570
 
1571
+ #: link-library-admin.php:3927
1572
  msgid "Order by updated date"
1573
  msgstr "Trier par date de mise à jour"
1574
 
1575
+ #: link-library-admin.php:3928
1576
  msgid "Order by number of link visits"
1577
  msgstr "Trier par le nombre de visites du lien"
1578
 
1579
+ #: link-library-admin.php:3929
1580
+ msgid "Order specified using Simple Custom Post Order plugin"
1581
+ msgstr ""
1582
+
1583
+ #: link-library-admin.php:3942
1584
+ #, fuzzy
1585
+ #| msgid "Hide Category Names"
1586
+ msgid "After Category Name"
1587
+ msgstr "Masquer les noms de catégories"
1588
+
1589
+ #: link-library-admin.php:3943
1590
+ #, fuzzy
1591
+ #| msgid "Hide Category Names"
1592
+ msgid "After Top-Level Category Name"
1593
+ msgstr "Masquer les noms de catégories"
1594
+
1595
+ #: link-library-admin.php:3948
1596
  msgid "List Featured Links ahead of Regular Links"
1597
  msgstr "Afficher les liens vedettes avant les liens réguliers"
1598
 
1599
+ #: link-library-admin.php:3952
1600
  msgid "Show Expand Link button and hide links"
1601
  msgstr "Montrer le bouton 'Développer les liens' et cacher les liens"
1602
 
1603
+ #: link-library-admin.php:3957
1604
  msgid "Combine all results without categories"
1605
  msgstr "Combiner tous les résultats sans les catégories"
1606
 
1607
+ #: link-library-admin.php:3961
1608
  msgid "Link Title Content"
1609
  msgstr "Titre du lien sur le contenu"
1610
 
1611
+ #: link-library-admin.php:3988 link-library-admin.php:3991
1612
+ #: link-library-admin.php:3999
 
 
 
 
 
1613
  msgid "Leave empty to show all results"
1614
  msgstr "Laissez vide pour afficher tous les résultats"
1615
 
1616
+ #: link-library-admin.php:3989
1617
+ #, fuzzy
1618
+ #| msgid "Max number of links to display"
1619
+ msgid "Total max number of links to display"
1620
  msgstr "Nombre maximum de liens à afficher"
1621
 
1622
+ #: link-library-admin.php:4000
1623
+ #, fuzzy
1624
+ #| msgid "Max number of links to display"
1625
+ msgid "Max number of links to display per category"
1626
+ msgstr "Nombre maximum de liens à afficher"
1627
+
1628
+ #: link-library-admin.php:4002
1629
+ #, fuzzy
1630
+ #| msgid "Leave empty to show all results"
1631
+ msgid "Leave empty to show all results for each category"
1632
+ msgstr "Laissez vide pour afficher tous les résultats"
1633
+
1634
+ #: link-library-admin.php:4008
1635
+ msgid "Show Link Updated Flag"
1636
+ msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1637
+
1638
+ #: link-library-admin.php:4015
1639
+ #, fuzzy
1640
+ #| msgid "Show Link Updated Flag"
1641
+ msgid "Show Link Updated Date in Tooltip"
1642
+ msgstr "Afficher l&rsquo;indication de mise à jour des liens"
1643
+
1644
+ #: link-library-admin.php:4023
1645
+ msgid "Link Updated Flag Position"
1646
+ msgstr "Position du drapeau de mise à jour du lien"
1647
 
1648
+ #: link-library-admin.php:4038 link-library-admin.php:4041
1649
+ msgid "Label to be displayed before new links"
1650
+ msgstr "Texte à afficher avant un nouveau lien"
1651
+
1652
+ #: link-library-admin.php:4039
1653
+ msgid "Updated link label"
1654
+ msgstr "Mise à jour du texte du lien"
1655
+
1656
+ #: link-library-admin.php:4046 link-library-admin.php:4049
1657
+ msgid ""
1658
+ "Sets default link target window, does not override specific targets set in "
1659
+ "links"
1660
+ msgstr ""
1661
+ "Configure la fenêtre cible pour les liens. Cette valeur n&rsquo;est pas "
1662
+ "prioritaire par rapport aux cibles spécifiques des liens."
1663
+
1664
+ #: link-library-admin.php:4047
1665
  msgid "Link Target"
1666
  msgstr "Cible du lien"
1667
 
1668
+ #: link-library-admin.php:4055
1669
  msgid "Link Display Format"
1670
  msgstr "Format d&rsquo;affichage des liens"
1671
 
1672
+ #: link-library-admin.php:4072
1673
  msgid "No surrounding tags"
1674
  msgstr "Pas de tags autour"
1675
 
1676
+ #: link-library-admin.php:4077 link-library-admin.php:4080
 
1677
  msgid "Allows extra query string to be added to all links in library"
1678
+ msgstr ""
1679
+ "Permet d&rsquo;ajouter des paramètres supplémentaires sur tous les liens de "
1680
+ "la librairie"
1681
 
1682
+ #: link-library-admin.php:4078
1683
  msgid "Additional link query string"
1684
  msgstr "Chaine additionnelle pour le lien de recherche"
1685
 
1686
+ #: link-library-admin.php:4085
1687
+ msgid "Show Scheduled Links (published with future date)"
1688
+ msgstr ""
1689
+
1690
+ #: link-library-admin.php:4093
1691
  msgid "Show Column Headers"
1692
  msgstr "Afficher les en-têtes de colonnes"
1693
 
1694
+ #: link-library-admin.php:4100
1695
+ #, fuzzy
1696
+ #| msgid "Show Column Headers"
1697
+ msgid "Column Headers Override"
1698
+ msgstr "Afficher les en-têtes de colonnes"
1699
 
1700
+ #: link-library-admin.php:4103
1701
+ msgid "Comma-separated list of column header labels"
1702
+ msgstr ""
1703
 
1704
+ #: link-library-admin.php:4109
1705
+ #, fuzzy
1706
+ #| msgid "First row contains column headers"
1707
+ msgid "Allow sorting through column headers"
1708
+ msgstr "La première ligne contient les en-têtes"
1709
 
1710
+ #: link-library-admin.php:4117
1711
  msgid "Hide Category Names"
1712
  msgstr "Masquer les noms de catégories"
1713
 
1714
+ #: link-library-admin.php:4124
1715
  msgid "Show Hidden Links"
1716
  msgstr "Afficher les liens cachés"
1717
 
1718
+ #: link-library-admin.php:4132
1719
+ #, fuzzy
1720
+ #| msgid "Render a list of link categories."
1721
+ msgid "Hide links of children categories"
1722
+ msgstr "Montrer une liste de catégories de liens."
1723
+
1724
+ #: link-library-admin.php:4139
1725
+ msgid "Child category depth limit"
1726
+ msgstr ""
1727
+
1728
+ #: link-library-admin.php:4147
1729
+ msgid "Hide children categories on top page"
1730
+ msgstr ""
1731
+
1732
+ #: link-library-admin.php:4154 link-library-admin.php:4157
1733
  msgid "Need to be active for Link Categories to work"
1734
  msgstr "Doit être coché pour que les liens de catégories fonctionnent"
1735
 
1736
+ #: link-library-admin.php:4155
1737
  msgid "Embed HTML anchors"
1738
  msgstr "Inclusion d&rsquo;ancrages HTML"
1739
 
1740
+ #: link-library-admin.php:4162
1741
  msgid "Show Hidden Links to Admins/Editors"
1742
  msgstr "Montrer les liens cachés aux Administrateurs/Editeurs"
1743
 
1744
+ #: link-library-admin.php:4179
1745
+ msgid ""
1746
+ "Arrange the items below via drag-and-drop to order the various Link Library "
1747
+ "elements."
1748
+ msgstr ""
1749
+ "Organiser les différents liens ci-dessous avec la souris (cliquer-déplacer-"
1750
+ "déposer)"
 
1751
 
1752
+ #: link-library-admin.php:4207 render-link-library-sc.php:1180
1753
  msgid "Name"
1754
  msgstr "Nom"
1755
 
1756
+ #: link-library-admin.php:4211 render-link-library-sc.php:1181
1757
  msgid "Date"
1758
  msgstr "Date"
1759
 
1760
+ #: link-library-admin.php:4215
1761
  msgid "Desc"
1762
  msgstr "Desc"
1763
 
1764
+ #: link-library-admin.php:4219 link-library-admin.php:5682
1765
+ #: render-link-library-sc.php:1182
1766
  msgid "Notes"
1767
  msgstr "Notes"
1768
 
1769
+ #: link-library-admin.php:4223 render-link-library-sc.php:1182
1770
  msgid "RSS"
1771
  msgstr "RSS"
1772
 
1773
+ #: link-library-admin.php:4227 link-library-admin.php:4456
1774
+ #: render-link-library-sc.php:1183
1775
+ msgid "Web Link"
1776
+ msgstr "Lien du site"
1777
 
1778
+ #: link-library-admin.php:4231 link-library-admin.php:4508
1779
  msgid "Phone"
1780
  msgstr "Téléphone"
1781
 
1782
+ #: link-library-admin.php:4235 link-library-admin.php:4516
1783
+ #: link-library-admin.php:5449 link-library-admin.php:5977
1784
+ #: link-library-defaults.php:172 render-link-library-addlink-sc.php:583
1785
+ #: render-link-library-sc.php:1184
 
 
1786
  msgid "E-mail"
1787
  msgstr "Adresse électronique"
1788
 
1789
+ #: link-library-admin.php:4239 render-link-library-sc.php:1184
1790
  msgid "Hits"
1791
  msgstr "Accès"
1792
 
1793
+ #: link-library-admin.php:4243 link-library-admin.php:5945
1794
+ #: render-link-library-sc.php:1185
1795
  msgid "Rating"
1796
  msgstr "Classement"
1797
 
1798
+ #: link-library-admin.php:4247
1799
  msgid "Large Desc"
1800
  msgstr "Grande Desc"
1801
 
1802
+ #: link-library-admin.php:4251 link-library-admin.php:4595
1803
+ #: link-library-admin.php:5465 link-library-admin.php:6002
1804
+ #: link-library-defaults.php:184 render-link-library-addlink-sc.php:601
1805
+ #: render-link-library-sc.php:1186
 
1806
  msgid "Submitter Name"
1807
  msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
1808
 
1809
+ #: link-library-admin.php:4255
1810
  msgid "Cat Desc"
1811
  msgstr "Cat Desc"
1812
 
1813
+ #: link-library-admin.php:4259 render-link-library-sc.php:1187
1814
+ msgid "Tags"
1815
+ msgstr ""
1816
+
1817
+ #: link-library-admin.php:4263 link-library-admin.php:6020
1818
+ #: link-library.php:1077 render-link-library-sc.php:1187
1819
+ msgid "Price"
1820
+ msgstr ""
1821
+
1822
+ #: link-library-admin.php:4267
1823
+ #, fuzzy
1824
+ #| msgid "Name"
1825
+ msgid "Cat Name"
1826
+ msgstr "Nom"
1827
+
1828
+ #: link-library-admin.php:4279
1829
  msgid "Display"
1830
  msgstr "Afficher"
1831
 
1832
+ #: link-library-admin.php:4280
1833
  msgid "Before"
1834
  msgstr "Avant"
1835
 
1836
+ #: link-library-admin.php:4281
1837
  msgid "After"
1838
  msgstr "Après"
1839
 
1840
+ #: link-library-admin.php:4282
1841
  msgid "Additional Details"
1842
  msgstr "Détails additionnels"
1843
 
1844
+ #: link-library-admin.php:4283
1845
  msgid "Link Source"
1846
  msgstr "Source du lien"
1847
 
1848
+ #: link-library-admin.php:4286
1849
+ msgid ""
1850
+ "This column allows for the output of text/code before the first link in each "
1851
+ "category"
1852
+ msgstr ""
1853
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant le "
1854
+ "premier lien de chaque catégorie"
1855
 
1856
+ #: link-library-admin.php:4286
1857
  msgid "Before first link"
1858
  msgstr "Avant le premier lien"
1859
 
1860
+ #: link-library-admin.php:4288
1861
  msgid "Output of text/code before the first link in each category"
1862
  msgstr "Affichage du texte/code avant la première ligne de chaque catégorie"
1863
 
1864
+ #: link-library-admin.php:4294
1865
+ msgid ""
1866
+ "This column allows for the output of text/code before a number of links "
1867
+ "determined by the Display field"
1868
+ msgstr ""
1869
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant le "
1870
+ "nombre de liens spécifié sur la première ligne de cette table"
1871
 
1872
+ #: link-library-admin.php:4294
1873
  msgid "Intermittent Before Link"
1874
  msgstr "Balises intermittentes avant le lien"
1875
 
1876
+ #: link-library-admin.php:4295
1877
  msgid "Frequency of additional output before and after complete link group"
1878
+ msgstr ""
1879
+ "Fréquence des affichages supplémentaires avant et après chaque groupe de "
1880
+ "liens"
1881
 
1882
+ #: link-library-admin.php:4298 link-library-admin.php:4308
 
1883
  msgid "Output before complete link group (link, notes, desc, etc...)"
1884
  msgstr "Afficher avant le groupe de liens (lien, notes, description, etc...)"
1885
 
1886
+ #: link-library-admin.php:4306
1887
  msgid "This column allows for the output of text/code before each link"
1888
+ msgstr ""
1889
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant "
1890
+ "chaque lien"
1891
 
1892
+ #: link-library-admin.php:4306
1893
  msgid "Before Link"
1894
  msgstr "Avant le lien"
1895
 
1896
+ #: link-library-admin.php:4336
1897
  msgid "This column allows for the output of text/code before each link image"
1898
+ msgstr ""
1899
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant "
1900
+ "chaque image"
1901
 
1902
+ #: link-library-admin.php:4340
1903
  msgid "Code/Text to be displayed before each link image"
1904
  msgstr "Code/Texte à afficher avant chaque image"
1905
 
1906
+ #: link-library-admin.php:4343
1907
  msgid "Code/Text to be displayed after each link image"
1908
  msgstr "Code/Texte à afficher après chaque image"
1909
 
1910
+ #: link-library-admin.php:4346
1911
  msgid "CSS Class to be assigned to link image"
1912
  msgstr "Classe CSS qui sera assignée à l&rsquo;image"
1913
 
1914
+ #: link-library-admin.php:4351 link-library-admin.php:4378
1915
+ #: link-library-admin.php:4477 link-library-admin.php:4506
 
 
1916
  msgid "Primary"
1917
  msgstr "Principal"
1918
 
1919
+ #: link-library-admin.php:4352 link-library-admin.php:4379
1920
+ #: link-library-admin.php:4478 link-library-admin.php:4507
 
 
1921
  msgid "Secondary"
1922
  msgstr "Secondaire"
1923
 
1924
+ #: link-library-admin.php:4360
1925
+ msgid ""
1926
+ "This column allows for the output of text/code before and after each link "
1927
+ "name"
1928
+ msgstr ""
1929
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1930
+ "après chaque nom"
1931
 
1932
+ #: link-library-admin.php:4364
1933
  msgid "Code/Text to be displayed before each link"
1934
  msgstr "Code/Texte à afficher avant chaque lien"
1935
 
1936
+ #: link-library-admin.php:4367
1937
  msgid "Code/Text to be displayed after each link"
1938
  msgstr "Code/Texte à afficher après chaque lien"
1939
 
1940
+ #: link-library-admin.php:4372
1941
  msgid "No Tooltip"
1942
  msgstr "Pas d&rsquo;aide"
1943
 
1944
+ #: link-library-admin.php:4373 link-library-admin.php:5678
1945
+ #: render-link-library-sc.php:1181
1946
  msgid "Description"
1947
  msgstr "Description"
1948
 
1949
+ #: link-library-admin.php:4380
1950
+ #, fuzzy
1951
+ #| msgid "Duplicate Names"
1952
+ msgid "Dedicated page"
1953
+ msgstr "Nom en double"
1954
+
1955
+ #: link-library-admin.php:4388
1956
+ msgid ""
1957
+ "This column allows for the output of text/code before and after each link "
1958
+ "date stamp"
1959
+ msgstr ""
1960
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1961
+ "après chaque date"
1962
 
1963
+ #: link-library-admin.php:4388
1964
  msgid "Link Date"
1965
  msgstr "Date du lien"
1966
 
1967
+ #: link-library-admin.php:4389
1968
  msgid "Check to display link date"
1969
  msgstr "Cocher pour afficher la date du lien"
1970
 
1971
+ #: link-library-admin.php:4392
1972
  msgid "Code/Text to be displayed before each date"
1973
  msgstr "Code/Texte à afficher avant chaque date"
1974
 
1975
+ #: link-library-admin.php:4395
1976
  msgid "Code/Text to be displayed after each date"
1977
  msgstr "Code/Texte à afficher après chaque date"
1978
 
1979
+ #: link-library-admin.php:4405
1980
+ msgid ""
1981
+ "This column allows for the output of text/code before and after each link "
1982
+ "description"
1983
+ msgstr ""
1984
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
1985
+ "après chaque description"
1986
 
1987
+ #: link-library-admin.php:4406
1988
  msgid "Check to display link descriptions"
1989
  msgstr "Cocher pour afficher la description du lien"
1990
 
1991
+ #: link-library-admin.php:4409
1992
  msgid "Code/Text to be displayed before each description"
1993
  msgstr "Code/Texte à afficher avant chaque description"
1994
 
1995
+ #: link-library-admin.php:4412
1996
  msgid "Code/Text to be displayed after each description"
1997
  msgstr "Code/Texte à afficher après chaque description"
1998
 
1999
+ #: link-library-admin.php:4422
2000
+ msgid ""
2001
+ "This column allows for the output of text/code before and after each link "
2002
+ "notes"
2003
+ msgstr ""
2004
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2005
+ "après chaque note"
2006
 
2007
+ #: link-library-admin.php:4422 link-library-admin.php:5351
2008
+ #: link-library-defaults.php:125 usersubmission.php:503 usersubmission.php:575
 
 
 
2009
  msgid "Link Notes"
2010
  msgstr "Notes du lien"
2011
 
2012
+ #: link-library-admin.php:4423
2013
  msgid "Check to display link notes"
2014
  msgstr "Cocher pour afficher les notes du lien"
2015
 
2016
+ #: link-library-admin.php:4426
2017
  msgid "Code/Text to be displayed before each note"
2018
  msgstr "Code/Texte à afficher avant chaque note"
2019
 
2020
+ #: link-library-admin.php:4429
2021
  msgid "Code/Text to be displayed after each note"
2022
  msgstr "Code/Texte à afficher après chaque note"
2023
 
2024
+ #: link-library-admin.php:4439
2025
+ msgid ""
2026
+ "This column allows for the output of text/code before and after the RSS icons"
2027
+ msgstr ""
2028
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2029
+ "après les icônes RSS"
2030
 
2031
+ #: link-library-admin.php:4439
2032
  msgid "RSS Icons"
2033
  msgstr "Icône RSS"
2034
 
2035
+ #: link-library-admin.php:4441
2036
  msgid "See below"
2037
  msgstr "Voir ci-dessous"
2038
 
2039
+ #: link-library-admin.php:4443
2040
  msgid "Code/Text to be displayed before RSS Icons"
2041
  msgstr "Code/Texte à afficher avant les icônes RSS"
2042
 
2043
+ #: link-library-admin.php:4446
2044
  msgid "Code/Text to be displayed after RSS Icons"
2045
  msgstr "Code/Texte à afficher après les icônes RSS"
2046
 
2047
+ #: link-library-admin.php:4456
2048
+ msgid ""
2049
+ "This column allows for the output of text/code before and after the Web Link"
2050
+ msgstr ""
2051
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2052
+ "après les hyperliens"
 
2053
 
2054
+ #: link-library-admin.php:4459 link-library-admin.php:4489
2055
+ #: link-library-admin.php:4519
 
2056
  msgid "False"
2057
  msgstr "Faux"
2058
 
2059
+ #: link-library-admin.php:4460
2060
+ #, fuzzy
2061
+ #| msgid "Web Address"
2062
+ msgid "Web Address Link"
2063
  msgstr "Adresse du site"
2064
 
2065
+ #: link-library-admin.php:4461
2066
+ #, fuzzy
2067
+ #| msgid "Web Address"
2068
+ msgid "Plain Web Address"
2069
+ msgstr "Adresse du site"
2070
 
2071
+ #: link-library-admin.php:4462
2072
+ msgid "Text Label with Link"
2073
+ msgstr ""
 
2074
 
2075
+ #: link-library-admin.php:4465
2076
  msgid "Code/Text to be displayed before Web Link"
2077
  msgstr "Code/Texte à afficher avant l&rsquo;hyperlien"
2078
 
2079
+ #: link-library-admin.php:4468
2080
  msgid "Code/Text to be displayed after Web Link"
2081
  msgstr "Code/Texte à afficher après l&rsquo;hyperlien"
2082
 
2083
+ #: link-library-admin.php:4472
2084
  msgid "Text Label that the web link will be assigned to."
2085
  msgstr "Texte associé à l&rsquo;hyperlien."
2086
 
2087
+ #: link-library-admin.php:4473
2088
+ #, fuzzy
2089
+ #| msgid "Text Label that the web link will be assigned to."
2090
+ msgid "Target that will be assigned to web links."
2091
+ msgstr "Texte associé à l&rsquo;hyperlien."
2092
+
2093
+ #: link-library-admin.php:4475 link-library-admin.php:4504
2094
  msgid "Select which link address will be displayed / used for link"
2095
+ msgstr ""
2096
+ "Sélectionner l&rsquo;adresse qui doit être utilisée/affichée pour le lien"
2097
 
2098
+ #: link-library-admin.php:4486
2099
+ msgid ""
2100
+ "This column allows for the output of text/code before and after the "
2101
+ "Telephone Number"
2102
+ msgstr ""
2103
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2104
+ "après le numéro de téléphone"
2105
 
2106
+ #: link-library-admin.php:4486 link-library-admin.php:5434
2107
+ #: link-library-admin.php:5971 link-library-defaults.php:170
2108
+ #: render-link-library-addlink-sc.php:565 render-link-library-sc.php:1183
 
 
2109
  msgid "Telephone"
2110
  msgstr "Téléphone"
2111
 
2112
+ #: link-library-admin.php:4490 link-library-admin.php:4520
 
2113
  msgid "Plain Text"
2114
  msgstr "Texte simple"
2115
 
2116
+ #: link-library-admin.php:4491
2117
+ msgid "Link"
2118
+ msgstr "Lien"
2119
+
2120
+ #: link-library-admin.php:4492
2121
+ msgid "Label"
2122
+ msgstr "Identifiant"
2123
+
2124
+ #: link-library-admin.php:4495
2125
  msgid "Code/Text to be displayed before Telephone Number"
2126
  msgstr "Code/Texte à afficher avant le numéro de téléphone"
2127
 
2128
+ #: link-library-admin.php:4498
2129
  msgid "Code/Text to be displayed after Telephone Number"
2130
  msgstr "Code/Texte à afficher après le numéro de téléphone"
2131
 
2132
+ #: link-library-admin.php:4501
2133
  msgid "Text Label that the telephone will be assigned to."
2134
  msgstr "Texte associé au numéro de téléphone."
2135
 
2136
+ #: link-library-admin.php:4516
2137
+ msgid ""
2138
+ "This column allows for the output of text/code before and after the E-mail"
2139
+ msgstr ""
2140
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2141
+ "après chaque email"
2142
 
2143
+ #: link-library-admin.php:4521
2144
  msgid "MailTo Link"
2145
  msgstr "Lien mailto"
2146
 
2147
+ #: link-library-admin.php:4522
2148
  msgid "MailTo Link with Label"
2149
  msgstr "Lien mailto avec libellé"
2150
 
2151
+ #: link-library-admin.php:4523
2152
  msgid "Formatted Command"
2153
  msgstr "Commande formattée"
2154
 
2155
+ #: link-library-admin.php:4524
2156
  msgid "Formatted Command with Labels"
2157
  msgstr "Commande formattée avec affichage textuel"
2158
 
2159
+ #: link-library-admin.php:4527
2160
  msgid "Code/Text to be displayed before E-mail"
2161
  msgstr "Code/Texte à afficher avant chaque courriel"
2162
 
2163
+ #: link-library-admin.php:4530
2164
  msgid "Code/Text to be displayed after E-mail"
2165
  msgstr "Code/Texte à afficher après le courriel"
2166
 
2167
+ #: link-library-admin.php:4533
2168
+ msgid ""
2169
+ "Text Label that the e-mail will be assigned to represent the e-mail link."
2170
+ msgstr ""
2171
+ "Titre texte qui sera utilisé pour le lien vers l&rsquo;envoie de courriel."
2172
 
2173
+ #: link-library-admin.php:4536
2174
+ msgid ""
2175
+ "Command that the e-mail will be embedded in. In the case of a command, use "
2176
+ "the symbols #email and #company to indicate the position where these "
2177
+ "elements should be inserted."
2178
+ msgstr ""
2179
+ "Commande dans laquelle l&rsquo;adresse électronique sera incluse. Dans le "
2180
+ "cas d&rsquo;une commande, utilisez les symboles #email et #company pour "
2181
+ "indiquer l&rsquo;emplacement de ces éléments."
2182
 
2183
+ #: link-library-admin.php:4544
2184
+ msgid ""
2185
+ "This column allows for the output of text/code before and after Link Hits"
2186
+ msgstr ""
2187
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2188
+ "après les statistiques du lien"
2189
 
2190
+ #: link-library-admin.php:4544
2191
  msgid "Link Hits"
2192
  msgstr "Statistiques du lien"
2193
 
2194
+ #: link-library-admin.php:4548
2195
  msgid "Code/Text to be displayed before Link Hits"
2196
  msgstr "Code/Texte à afficher avant les statistiques du lien"
2197
 
2198
+ #: link-library-admin.php:4551
2199
  msgid "Code/Text to be displayed after Link Hits"
2200
  msgstr "Code/Texte à afficher après les statistiques du lien"
2201
 
2202
+ #: link-library-admin.php:4561
2203
+ msgid ""
2204
+ "This column allows for the output of text/code before and after the Link "
2205
+ "Rating"
2206
+ msgstr ""
2207
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2208
+ "après le classement du lien"
2209
 
2210
+ #: link-library-admin.php:4561
2211
  msgid "Link Rating"
2212
  msgstr "Classement du lien"
2213
 
2214
+ #: link-library-admin.php:4565
2215
  msgid "Code/Text to be displayed before Link Rating"
2216
  msgstr "Code/Texte à afficher avant le classement du lien"
2217
 
2218
+ #: link-library-admin.php:4568
2219
  msgid "Code/Text to be displayed after Link Rating"
2220
  msgstr "Code/Texte à afficher après le classement du lien"
2221
 
2222
+ #: link-library-admin.php:4578 link-library-admin.php:4595
2223
+ #: link-library-admin.php:4612
2224
+ msgid ""
2225
+ "This column allows for the output of text/code before and after the Link "
2226
+ "Large Description"
2227
+ msgstr ""
2228
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2229
+ "après chaque grande description"
2230
 
2231
+ #: link-library-admin.php:4578 usersubmission.php:502 usersubmission.php:571
 
 
 
2232
  msgid "Link Large Description"
2233
  msgstr "Grande description du lien"
2234
 
2235
+ #: link-library-admin.php:4582 link-library-admin.php:4599
2236
+ #: link-library-admin.php:4616
 
2237
  msgid "Code/Text to be displayed before Link Large Description"
2238
  msgstr "Code/Texte à afficher avant chaque grande description"
2239
 
2240
+ #: link-library-admin.php:4585 link-library-admin.php:4602
2241
+ #: link-library-admin.php:4619 link-library-admin.php:4678
 
2242
  msgid "Code/Text to be displayed after Link Large Description"
2243
  msgstr "Code/Texte à afficher après chaque grande description"
2244
 
2245
+ #: link-library-admin.php:4612 render-link-library-sc.php:1186
2246
  msgid "Category Description"
2247
  msgstr "Description de la catégorie"
2248
 
2249
+ #: link-library-admin.php:4629
2250
+ #, fuzzy
2251
+ #| msgid "This column allows for the output of text/code after each link"
2252
+ msgid "This column allows for the output of tags associated with the link"
2253
+ msgstr ""
2254
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2255
+ "chaque lien"
2256
+
2257
+ #: link-library-admin.php:4633
2258
+ #, fuzzy
2259
+ #| msgid "Code/Text to be displayed before Link Rating"
2260
+ msgid "Code/Text to be displayed before Link Tags"
2261
+ msgstr "Code/Texte à afficher avant le classement du lien"
2262
+
2263
+ #: link-library-admin.php:4636
2264
+ #, fuzzy
2265
+ #| msgid "Code/Text to be displayed after Link Rating"
2266
+ msgid "Code/Text to be displayed after Link Tags"
2267
+ msgstr "Code/Texte à afficher après le classement du lien"
2268
+
2269
+ #: link-library-admin.php:4646
2270
+ #, fuzzy
2271
+ #| msgid "This column allows for the output of text/code after each link"
2272
+ msgid ""
2273
+ "This column allows for the output of the price field associated with the link"
2274
+ msgstr ""
2275
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2276
+ "chaque lien"
2277
+
2278
+ #: link-library-admin.php:4646
2279
+ #, fuzzy
2280
+ #| msgid "Link Source"
2281
+ msgid "Link Price"
2282
+ msgstr "Source du lien"
2283
+
2284
+ #: link-library-admin.php:4650
2285
+ #, fuzzy
2286
+ #| msgid "Code/Text to be displayed before Link Hits"
2287
+ msgid "Code/Text to be displayed before Link Price"
2288
+ msgstr "Code/Texte à afficher avant les statistiques du lien"
2289
+
2290
+ #: link-library-admin.php:4653
2291
+ #, fuzzy
2292
+ #| msgid "Code/Text to be displayed after Link Hits"
2293
+ msgid "Code/Text to be displayed after Link Price"
2294
+ msgstr "Code/Texte à afficher après les statistiques du lien"
2295
+
2296
+ #: link-library-admin.php:4657
2297
+ msgid "Currency symbol to be displayed next to price"
2298
+ msgstr ""
2299
+
2300
+ #: link-library-admin.php:4662
2301
+ #, fuzzy
2302
+ #| msgid "Before Link"
2303
+ msgid "Before Price"
2304
+ msgstr "Avant le lien"
2305
+
2306
+ #: link-library-admin.php:4663
2307
+ #, fuzzy
2308
+ #| msgid "After Links"
2309
+ msgid "After Price"
2310
+ msgstr "Après le lien"
2311
+
2312
+ #: link-library-admin.php:4671
2313
+ #, fuzzy
2314
+ #| msgid ""
2315
+ #| "This column allows for the output of text/code before and after the Link "
2316
+ #| "Rating"
2317
+ msgid ""
2318
+ "This column allows for the output of text/code before and after the Link "
2319
+ "Category Name"
2320
+ msgstr ""
2321
+ "Cette colonne permet de spécifier le texte/code qui sera affiché avant et "
2322
+ "après le classement du lien"
2323
+
2324
+ #: link-library-admin.php:4671 render-link-library-sc.php:1188
2325
+ #, fuzzy
2326
+ #| msgid "Hide Category Names"
2327
+ msgid "Category Name"
2328
+ msgstr "Masquer les noms de catégories"
2329
+
2330
+ #: link-library-admin.php:4675
2331
+ #, fuzzy
2332
+ #| msgid "Code/Text to be displayed before each date"
2333
+ msgid "Code/Text to be displayed before Category Name"
2334
+ msgstr "Code/Texte à afficher avant chaque date"
2335
+
2336
+ #: link-library-admin.php:4690
2337
  msgid "This column allows for the output of text/code after each link"
2338
+ msgstr ""
2339
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2340
+ "chaque lien"
2341
 
2342
+ #: link-library-admin.php:4690
2343
  msgid "After Link Block"
2344
  msgstr "Après le lien complet"
2345
 
2346
+ #: link-library-admin.php:4693
2347
  msgid "Output after complete link group (link, notes, desc, etc...)"
2348
  msgstr "Afficher après le groupe de liens (lien, notes, description, etc...)"
2349
 
2350
+ #: link-library-admin.php:4700
2351
+ msgid ""
2352
+ "This column allows for the output of text/code after a number of links "
2353
+ "determined in the first column"
2354
+ msgstr ""
2355
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après le "
2356
+ "nombre de liens spécifié sur la première ligne"
2357
 
2358
+ #: link-library-admin.php:4700
2359
  msgid "Intermittent After Link"
2360
  msgstr "Balises intermittentes après le lien"
2361
 
2362
+ #: link-library-admin.php:4710
2363
+ msgid ""
2364
+ "This column allows for the output of text/code after the last link in each "
2365
+ "category"
2366
+ msgstr ""
2367
+ "Cette colonne permet de spécifier le texte/code qui sera affiché après "
2368
+ "dernier lien dans chaque catégorie"
2369
 
2370
+ #: link-library-admin.php:4710
2371
  msgid "After last link"
2372
  msgstr "Après le dernier lien"
2373
 
2374
+ #: link-library-admin.php:4723
 
 
 
 
2375
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
2376
  msgstr "Convertir [] à &lt;&gt; dans les descriptions et notes de liens"
2377
 
2378
+ #: link-library-admin.php:4731
 
 
 
 
 
 
 
 
 
 
 
 
 
2379
  msgid "Add nofollow tag to outgoing links"
2380
  msgstr "Ajouter une balise nofollow aux liens sortants"
2381
 
2382
+ #: link-library-admin.php:4738
2383
+ msgid "Suppress noreferrer and noopener tags on links"
2384
+ msgstr ""
2385
+
2386
+ #: link-library-admin.php:4746
2387
  msgid "Show edit links when logged in as editor or administrator"
2388
+ msgstr ""
2389
+ "Afficher un lien d&rsquo;édition lorsque l&rsquo;utilisateur est un éditeur "
2390
+ "ou un administrateur"
2391
 
2392
+ #: link-library-admin.php:4754
2393
  msgid "Show link name when no image is assigned"
2394
+ msgstr ""
2395
+ "Afficher le nom du lien quand il n&rsquo;y a pas d&rsquo;image assignée au "
2396
+ "lien"
2397
 
2398
+ #: link-library-admin.php:4761
2399
  msgid "Do not output fields with no value"
2400
  msgstr "Ne pas afficher les champs vides"
2401
 
2402
+ #: link-library-admin.php:4779
2403
  msgid "Enable link Pop-Ups"
2404
  msgstr "Activer les fenêtres pop-up pour les liens"
2405
 
2406
+ #: link-library-admin.php:4783
2407
  msgid "Pop-Up Width"
2408
  msgstr "Largeur de la fenêtre pop-up"
2409
 
2410
+ #: link-library-admin.php:4790
2411
  msgid "Pop-Up Height"
2412
  msgstr "Hauteur de la fenêtre pop-up"
2413
 
2414
+ #: link-library-admin.php:4799
2415
  msgid "Dialog contents"
2416
  msgstr "Contenu de la fenêtre"
2417
 
2418
+ #: link-library-admin.php:4817
2419
  msgid "Show RSS Link using Text"
2420
  msgstr "Afficher le lien RSS de façon textuelle"
2421
 
2422
+ #: link-library-admin.php:4823
2423
  msgid "Show RSS Link using Standard Icon"
2424
  msgstr "Afficher le lien RSS en utilisant l&rsquo;icône standard"
2425
 
2426
+ #: link-library-admin.php:4833
2427
  msgid "Show RSS Preview Link"
2428
  msgstr "Afficher un lien vers l&rsquo;aperçu du flux d&rsquo;informations"
2429
 
2430
+ #: link-library-admin.php:4839
2431
  msgid "Number of articles shown in RSS Preview"
2432
+ msgstr ""
2433
+ "Nombre d&rsquo;articles présentés dans l&rsquo;aperçu du flux d&rsquo;"
2434
+ "informations RSS"
2435
 
2436
+ #: link-library-admin.php:4845
2437
  msgid "Show RSS Feed Headers in Link Library output"
2438
+ msgstr ""
2439
+ "Afficher les en-têtes des flux d&rsquo;informations RSS dans la page générée "
2440
+ "par Link Library"
2441
 
2442
+ #: link-library-admin.php:4853
2443
  msgid "Show RSS Feed Content in Link Library output"
2444
+ msgstr ""
2445
+ "Afficher le contenu des flux d&rsquo;informations RSS dans la page générée "
2446
+ "par Link Library"
2447
 
2448
+ #: link-library-admin.php:4859
2449
  msgid "Number of RSS articles shown in Link Library Output"
2450
  msgstr "Nombre d&rsquo;articles RSS devant être affichés par Link Library"
2451
 
2452
+ #: link-library-admin.php:4864
2453
  msgid "Max number of days since published"
2454
  msgstr "Nombre maximum de jours depuis la publication"
2455
 
2456
+ #: link-library-admin.php:4868
2457
  msgid "RSS Preview Width"
2458
  msgstr "Largeur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
2459
 
2460
+ #: link-library-admin.php:4871
2461
  msgid "RSS Preview Height"
2462
  msgstr "Hauteur de l&rsquo;aperçu du flux d&rsquo;informations RSS"
2463
 
2464
+ #: link-library-admin.php:4873
2465
  msgid "Skip links with no RSS inline items"
2466
  msgstr "Passer les liens sans flux RSS"
2467
 
2468
+ #: link-library-admin.php:4890
2469
+ msgid ""
2470
+ "Checking this option will get images from the Robothumb web site every time"
2471
+ msgstr ""
2472
+ "L&rsquo;activation de cette option permet la récupération d&rsquo;image du "
2473
+ "site internet Robothumb à chaque affichage de la page"
2474
 
2475
+ #: link-library-admin.php:4891
2476
  msgid "Use thumbnail service for dynamic link images"
2477
+ msgstr ""
2478
+ "Utiliser le service thumbnail pour la génération dynamique de vignettes des "
2479
+ "liens"
2480
 
2481
+ #: link-library-admin.php:4893
2482
+ msgid ""
2483
+ "Checking this option will get images from the thumbshots web site every time"
2484
+ msgstr ""
2485
+ "L&rsquo;activation de cette option permet la récupération d&rsquo;image du "
2486
+ "site internet thumbshots.org à chaque affichage de la page"
2487
 
2488
+ #: link-library-admin.php:4899
2489
  msgid "Give priority to images assigned to links if present"
2490
  msgstr "Donner une priorité aux images liées aux liens si elles sont présentes"
2491
 
2492
+ #: link-library-admin.php:4905
2493
  msgid "Generate Images / Favorite Icons"
2494
  msgstr "Générer les images ou icônes de favoris"
2495
 
2496
+ #: link-library-admin.php:4907 link-library-admin.php:5742
2497
+ msgid ""
2498
+ "This button is only available when a valid API key is entered under the Link "
2499
+ "Library General Settings."
2500
+ msgstr ""
2501
+ "Ce bouton est seulement disponible quand un CID valide est saisi dans les "
2502
+ "paramètres généraux de Link Library."
2503
 
2504
+ #: link-library-admin.php:4908
2505
  msgid "Generate Thumbnails and Store locally"
2506
  msgstr "Générer les vignettes et les conserver"
2507
 
2508
+ #: link-library-admin.php:4911
2509
  msgid "Generate Favorite Icons and Store locally"
2510
  msgstr "Générer les icônes de favoris et les conserver"
2511
 
2512
+ #: link-library-admin.php:4915
2513
  msgid "Delete all local thumbnails and icons"
2514
  msgstr "Supprimer toutes les mignatures et icônes locales"
2515
 
2516
+ #: link-library-admin.php:4916
2517
  msgid "Delete all local thumbnails"
2518
  msgstr "Supprimer toutes les miniatures locales"
2519
 
2520
+ #: link-library-admin.php:4917
2521
  msgid "Delete all local icons"
2522
  msgstr "Supprimer toutes les icônes locales"
2523
 
2524
+ #: link-library-admin.php:4933
2525
  msgid "Publish RSS Feed"
2526
  msgstr "Publier un flux d&rsquo;informations RSS"
2527
 
2528
+ #: link-library-admin.php:4938
2529
  msgid "Number of items in RSS feed"
2530
  msgstr "Nombre d&rsquo;éléments dans le flux d&rsquo;informations RSS"
2531
 
2532
+ #: link-library-admin.php:4947
2533
  msgid "RSS Feed Title"
2534
  msgstr "Titre du flux d&rsquo;informations RSS"
2535
 
2536
+ #: link-library-admin.php:4953
2537
  msgid "RSS Feed Description"
2538
  msgstr "Description du flux d&rsquo;informations RSS"
2539
 
2540
+ #: link-library-admin.php:4959
2541
+ #, fuzzy
2542
+ #| msgid ""
2543
+ #| "RSS Feed Web Address (default yoursite.com?"
2544
+ #| "link_library_rss_feed=1&settingset=1 )"
2545
+ msgid ""
2546
+ "RSS Feed Web Address (default yoursite.com/feed/linklibraryfeed?"
2547
+ "settingsset=1 )"
2548
+ msgstr ""
2549
+ "Adresse du fil de nouvelles RSS (défaut votresite.com&nbsp;?"
2550
+ "link_library_rss_feed=1&settingset=1 )"
2551
 
2552
+ #: link-library-admin.php:4976
2553
  msgid "Search Label"
2554
  msgstr "Texte pour la recherche"
2555
 
2556
+ #: link-library-admin.php:4985
2557
  msgid "Search Field Initial Text"
2558
  msgstr "Texte initial dans le champ de recherche"
2559
 
2560
+ #: link-library-admin.php:4994
2561
  msgid "Search No Results Text"
2562
  msgstr "Message pour un résultat de recherche vide"
2563
 
2564
+ #: link-library-admin.php:4996 link-library-defaults.php:222
 
2565
  msgid "No links found matching your search criteria"
2566
  msgstr "Aucun lien trouvé qui correspondent à vos critères de recherche"
2567
 
2568
+ #: link-library-admin.php:5003 link-library-admin.php:5004
 
2569
  msgid "Leave empty when links are to be displayed on same page as search box"
2570
+ msgstr ""
2571
+ "Laissez ce champ vide lorsque les liens sont affichés sur la même page que "
2572
+ "la boîte de recherche"
2573
 
2574
+ #: link-library-admin.php:5003
2575
  msgid "Results Page Address"
2576
  msgstr "Adresse de la page des résultats"
2577
 
2578
+ #: link-library-admin.php:5010
2579
+ msgid "Show Reset Search button"
2580
+ msgstr ""
2581
+
2582
+ #: link-library-admin.php:5112
2583
  msgid "Following this link shows a list of all links awaiting moderation"
2584
+ msgstr ""
2585
+ "Suivez ce lien pour afficher une liste des liens en attente de modération"
2586
 
2587
+ #: link-library-admin.php:5113
2588
  msgid "View list of links awaiting moderation"
2589
  msgstr "Visionner la liste des liens qui attendent d&rsquo;être modérés"
2590
 
2591
+ #: link-library-admin.php:5117
2592
  msgid "Show user links immediately"
2593
  msgstr "Afficher immédiatement les liens soumis par les utilisateurs"
2594
 
2595
+ #: link-library-admin.php:5122
2596
  msgid "E-mail admin on link submission"
2597
  msgstr "Envoyer un e-mail à l&rsquo;administrateur lors de la soumission"
2598
 
2599
+ #: link-library-admin.php:5128
2600
  msgid "Validate links with Akismet"
2601
  msgstr "Valider les liens avec Akismet"
2602
 
2603
+ #: link-library-admin.php:5132
2604
  msgid "E-mail submitter"
2605
  msgstr "Adresse e-mail de l&rsquo;émetteur"
2606
 
2607
+ #: link-library-admin.php:5139
2608
  msgid "Additional text for link submitter e-mail"
2609
  msgstr "Text additionnel pour le lien de soumission du courriel"
2610
 
2611
+ #: link-library-admin.php:5146
2612
  msgid "Require login to display form"
2613
  msgstr "Nécessite une connexion pour afficher le formulaire"
2614
 
2615
+ #: link-library-admin.php:5151
2616
  msgid "Allow link submission with empty link"
2617
  msgstr "Accepter la soumission de liens sans adresse"
2618
 
2619
+ #: link-library-admin.php:5157 link-library-admin.php:5158
2620
+ msgid ""
2621
+ "Determine if a captcha will be displayed on the user submission form. Select "
2622
+ "the captcha system (Easy Captcha or Google reCAPTCHA) to be used from "
2623
+ "General Options section"
2624
+ msgstr ""
2625
+ "Détermine si un captcha sera affiché dans le formulaire de soumission "
2626
+ "d&rsquo;un lien. Choisir le type de captcha (Easy Captcha ou Google "
2627
+ "reCAPTCHA) à utiliser dans la section des options générales"
2628
 
2629
+ #: link-library-admin.php:5157
2630
  msgid "Display captcha"
2631
  msgstr "Afficher le captcha"
2632
 
2633
+ #: link-library-admin.php:5162
2634
+ msgid ""
2635
+ "This function will only store data when users are logged in to Wordpress"
2636
+ msgstr ""
2637
+ "Cette fonctionnalité ne peut être accessible qu&rsquo;aux membres connectés "
2638
+ "à WordPress"
2639
 
2640
+ #: link-library-admin.php:5162
2641
  msgid "Store login name on link submission"
2642
  msgstr "Enregistrer le nom de l&rsquo;utilisateur ayant soumis le lien"
2643
 
2644
+ #: link-library-admin.php:5168
2645
  msgid "Add new link label"
2646
  msgstr "Texte du champ d&rsquo;ajout d&rsquo;un nouveau lien"
2647
 
2648
+ #: link-library-admin.php:5170 link-library-defaults.php:119
2649
+ #: render-link-library-addlink-sc.php:276
 
2650
  msgid "Add new link"
2651
  msgstr "Ajouter un nouveau lien"
2652
 
2653
+ #: link-library-admin.php:5177
2654
  msgid "Link name label"
2655
  msgstr "Texte pour le nom du lien"
2656
 
2657
+ #: link-library-admin.php:5187
2658
  msgid "Link address label"
2659
  msgstr "Texte pour l&rsquo;adresse du lien"
2660
 
2661
+ #: link-library-admin.php:5189 usersubmission.php:499 usersubmission.php:560
 
 
2662
  msgid "Link Address"
2663
  msgstr "Adresse du lien"
2664
 
2665
+ #: link-library-admin.php:5196
2666
  msgid "Link RSS label"
2667
  msgstr "Texte du lien RSS"
2668
 
2669
+ #: link-library-admin.php:5198 link-library-defaults.php:122
2670
+ #: render-link-library-addlink-sc.php:301 usersubmission.php:500
2671
+ #: usersubmission.php:563
 
 
2672
  msgid "Link RSS"
2673
  msgstr "Flux RSS du lien"
2674
 
2675
+ #: link-library-admin.php:5205 link-library-admin.php:5227
2676
+ #: link-library-admin.php:5299 link-library-admin.php:5343
2677
+ #: link-library-admin.php:5358 link-library-admin.php:5383
2678
+ #: link-library-admin.php:5410 link-library-admin.php:5425
2679
+ #: link-library-admin.php:5441 link-library-admin.php:5456
2680
+ #: link-library-admin.php:5472 link-library-admin.php:5487
2681
+ #: link-library-admin.php:5503 link-library-admin.php:5518
2682
+ #: link-library-admin.php:5534
 
 
 
 
 
2683
  msgid "Hide"
2684
  msgstr "Masquer"
2685
 
2686
+ #: link-library-admin.php:5206 link-library-admin.php:5300
2687
+ #: link-library-admin.php:5344 link-library-admin.php:5359
2688
+ #: link-library-admin.php:5384 link-library-admin.php:5411
2689
+ #: link-library-admin.php:5426 link-library-admin.php:5442
2690
+ #: link-library-admin.php:5457 link-library-admin.php:5473
2691
+ #: link-library-admin.php:5488 link-library-admin.php:5504
2692
+ #: link-library-admin.php:5519 link-library-admin.php:5535
 
 
 
 
 
 
2693
  msgid "Show"
2694
  msgstr "Afficher"
2695
 
2696
+ #: link-library-admin.php:5207 link-library-admin.php:5345
2697
+ #: link-library-admin.php:5360 link-library-admin.php:5385
2698
+ #: link-library-admin.php:5412 link-library-admin.php:5427
2699
+ #: link-library-admin.php:5443 link-library-admin.php:5458
2700
+ #: link-library-admin.php:5474 link-library-admin.php:5489
2701
+ #: link-library-admin.php:5505 link-library-admin.php:5520
 
 
 
 
 
2702
  msgid "Required"
2703
  msgstr "Obligatoire"
2704
 
2705
+ #: link-library-admin.php:5212
2706
+ #, fuzzy
2707
+ #| msgid "Link address label"
2708
+ msgid "Link address default value"
2709
+ msgstr "Texte pour l&rsquo;adresse du lien"
2710
+
2711
+ #: link-library-admin.php:5218
2712
  msgid "Link category label"
2713
  msgstr "Texte pour la catégorie du lien"
2714
 
2715
+ #: link-library-admin.php:5228
2716
+ #, fuzzy
2717
+ #| msgid "Drop-Down List"
2718
+ msgid "Drop-down list"
2719
+ msgstr "Liste déroulante"
2720
+
2721
+ #: link-library-admin.php:5229
2722
+ #, fuzzy
2723
+ #| msgid "Multi-select List"
2724
+ msgid "Multi-select list"
2725
+ msgstr "Liste à sélection multiple"
2726
+
2727
+ #: link-library-admin.php:5233
2728
+ msgid ""
2729
+ "Comma-seperated list of categories to be displayed in category selection box "
2730
+ "(e.g. 1,5,4) instead of displaying the set of categories specified by the "
2731
+ "library."
2732
+ msgstr ""
2733
+ "Liste de catégories séparées par des virgules pour être affichées dans la "
2734
+ "liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées "
2735
+ "par la configuration des catégories de la librairie."
2736
 
2737
+ #: link-library-admin.php:5233
2738
  msgid "Link category override selection list"
2739
  msgstr "Liste de catégories de remplacement"
2740
 
2741
+ #: link-library-admin.php:5234
2742
+ msgid ""
2743
+ "Comma-seperated list of categories to be displayed in category selection box "
2744
+ "(e.g. 1,5,4)"
2745
+ msgstr ""
2746
+ "Liste de catégories séparées par des virgules qui doivent être affichées "
2747
+ "dans la liste de sélection de catégories présentée aux usagers."
2748
 
2749
+ #: link-library-admin.php:5239
2750
  msgid "Default category"
2751
  msgstr "Catégorie par défaut"
2752
 
2753
+ #: link-library-admin.php:5260
2754
+ #, fuzzy
2755
+ #| msgid "Select a category"
2756
+ msgid "Select a category label"
2757
+ msgstr "Choisir une catégorie"
2758
+
2759
+ #: link-library-admin.php:5266 link-library-admin.php:5268
2760
+ #: link-library-defaults.php:150
2761
  msgid "User-submitted category"
2762
  msgstr "Catégorie soumise par l&rsquo;utilisateur"
2763
 
2764
+ #: link-library-admin.php:5275 link-library-admin.php:5319
2765
  msgid "No"
2766
  msgstr "Non"
2767
 
2768
+ #: link-library-admin.php:5276 link-library-admin.php:5320
2769
  msgid "Allow"
2770
  msgstr "Permettre"
2771
 
2772
+ #: link-library-admin.php:5280
2773
  msgid "User-submitted category prompt"
2774
  msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2775
 
2776
+ #: link-library-admin.php:5282 link-library-defaults.php:151
2777
+ #: render-link-library-addlink-sc.php:61
 
2778
  msgid "User-submitted category (define below)"
2779
  msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2780
 
2781
+ #: link-library-admin.php:5290
2782
+ msgid "Tags label"
2783
+ msgstr ""
2784
+
2785
+ #: link-library-admin.php:5304
2786
+ #, fuzzy
2787
+ #| msgid ""
2788
+ #| "Comma-seperated list of categories to be displayed in category selection "
2789
+ #| "box (e.g. 1,5,4) instead of displaying the set of categories specified by "
2790
+ #| "the library."
2791
+ msgid ""
2792
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2793
+ "g. 1,5,4) instead of displaying all tags"
2794
+ msgstr ""
2795
+ "Liste de catégories séparées par des virgules pour être affichées dans la "
2796
+ "liste de sélection de catégories (e.g. 1,5,4) au lieu de celles spécifiées "
2797
+ "par la configuration des catégories de la librairie."
2798
+
2799
+ #: link-library-admin.php:5304
2800
+ #, fuzzy
2801
+ #| msgid "Link category override selection list"
2802
+ msgid "Link tags override selection list"
2803
+ msgstr "Liste de catégories de remplacement"
2804
+
2805
+ #: link-library-admin.php:5305
2806
+ #, fuzzy
2807
+ #| msgid ""
2808
+ #| "Comma-seperated list of categories to be displayed in category selection "
2809
+ #| "box (e.g. 1,5,4)"
2810
+ msgid ""
2811
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2812
+ "g. 1,5,4)"
2813
+ msgstr ""
2814
+ "Liste de catégories séparées par des virgules qui doivent être affichées "
2815
+ "dans la liste de sélection de catégories présentée aux usagers."
2816
+
2817
+ #: link-library-admin.php:5310
2818
+ #, fuzzy
2819
+ #| msgid "User-submitted category"
2820
+ msgid "User-submitted tags label"
2821
+ msgstr "Catégorie soumise par l&rsquo;utilisateur"
2822
+
2823
+ #: link-library-admin.php:5312
2824
+ #, fuzzy
2825
+ #| msgid "User-submitted category"
2826
+ msgid "User-submitted tags"
2827
+ msgstr "Catégorie soumise par l&rsquo;utilisateur"
2828
+
2829
+ #: link-library-admin.php:5324
2830
+ #, fuzzy
2831
+ #| msgid "User-submitted category prompt"
2832
+ msgid "User-submitted tags prompt"
2833
+ msgstr "Texte pour la soumission de catégories par l&rsquo;utilisateur"
2834
+
2835
+ #: link-library-admin.php:5326 render-link-library-addlink-sc.php:419
2836
+ #, fuzzy
2837
+ #| msgid "User-submitted category (define below)"
2838
+ msgid "User-submitted tag (define below)"
2839
+ msgstr "Catégorie définie par l&rsquo;usager (définir ci-dessous)"
2840
+
2841
+ #: link-library-admin.php:5334
2842
  msgid "Link description label"
2843
  msgstr "Texte pour la description du lien"
2844
 
2845
+ #: link-library-admin.php:5349
2846
  msgid "Link notes label"
2847
  msgstr "Texte pour les notes du lien"
2848
 
2849
+ #: link-library-admin.php:5365 link-library-admin.php:5366
 
2850
  msgid "Reciprocal link must be configured for this option to work correctly"
2851
+ msgstr ""
2852
+ "Les liens réciproques doivent être autorisés pour que cette option "
2853
+ "fonctionne correctement"
2854
 
2855
+ #: link-library-admin.php:5365
2856
  msgid "Show immediately if reciprocal link valid"
2857
  msgstr "Montre immédiatement si le lien réciproque est valide"
2858
 
2859
+ #: link-library-admin.php:5369
2860
  msgid "Use Text Area for Notes"
2861
  msgstr "Utiliser une zone de texte pour les notes"
2862
 
2863
+ #: link-library-admin.php:5374
2864
+ msgid "Link image label"
2865
+ msgstr "Libellé de l'image du lien"
2866
+
2867
+ #: link-library-admin.php:5376
2868
+ msgid "Link Image"
2869
+ msgstr "Image du lien"
2870
+
2871
+ #: link-library-admin.php:5390
2872
  msgid "Only allow one reciprocal link per domain"
2873
  msgstr "Autoriser seulement un lien reciproque par domaine"
2874
 
2875
+ #: link-library-admin.php:5395
2876
+ msgid "Only allow one link per domain"
2877
+ msgstr "Autoriser seulement un lien par domaine"
2878
+
2879
+ #: link-library-admin.php:5401
2880
  msgid "Reciprocal Link label"
2881
  msgstr "Texte du lien réciproque"
2882
 
2883
+ #: link-library-admin.php:5403 link-library-admin.php:5983
2884
+ #: link-library-defaults.php:166 render-link-library-addlink-sc.php:529
2885
+ #: usersubmission.php:509 usersubmission.php:582
 
 
 
2886
  msgid "Reciprocal Link"
2887
  msgstr "Lien réciproque"
2888
 
2889
+ #: link-library-admin.php:5416
2890
  msgid "Secondary Address label"
2891
  msgstr "Texte de l&rsquo;adresse secondaire"
2892
 
2893
+ #: link-library-admin.php:5418 link-library-defaults.php:168
2894
+ #: render-link-library-addlink-sc.php:547
 
2895
  msgid "Secondary Address"
2896
  msgstr "Adresse secondaire"
2897
 
2898
+ #: link-library-admin.php:5432
2899
  msgid "Link Telephone label"
2900
  msgstr "Texte du numéro de téléphone"
2901
 
2902
+ #: link-library-admin.php:5447
2903
  msgid "Link E-mail label"
2904
  msgstr "Texte pour l&rsquo;adresse électronique"
2905
 
2906
+ #: link-library-admin.php:5463
2907
  msgid "Link Submitter Name label"
2908
  msgstr "Texte pour le nom d&rsquo;utilisateur ayant soumis le lien"
2909
 
2910
+ #: link-library-admin.php:5478
2911
  msgid "Link Submitter E-mail label"
2912
+ msgstr ""
2913
+ "Texte pour l&rsquo;adresse électronique de l&rsquo;utilisateur ayant soumis "
2914
+ "le lien"
2915
 
2916
+ #: link-library-admin.php:5480 link-library-admin.php:6008
2917
+ #: link-library-defaults.php:186 render-link-library-addlink-sc.php:632
 
2918
  msgid "Submitter E-mail"
2919
  msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
2920
 
2921
+ #: link-library-admin.php:5494
2922
  msgid "Link Submitter Comment Label"
2923
  msgstr "Texte pour les commentaires du lien"
2924
 
2925
+ #: link-library-admin.php:5496 link-library-defaults.php:188
2926
+ #: render-link-library-addlink-sc.php:663
 
2927
  msgid "Submitter Comment"
2928
  msgstr "Commentaire de l&rsquo;utilisateur soumettant le lien"
2929
 
2930
+ #: link-library-admin.php:5509
2931
  msgid "Large Description Label"
2932
  msgstr "Texte de la grande description du lien"
2933
 
2934
+ #: link-library-admin.php:5511 link-library-admin.php:5686
2935
+ #: link-library-defaults.php:201 render-link-library-sc.php:1185
2936
  msgid "Large Description"
2937
  msgstr "Grande description du lien"
2938
 
2939
+ #: link-library-admin.php:5525
2940
  msgid "Custom Captcha Question"
2941
  msgstr "Question de captcha personalisée"
2942
 
2943
+ #: link-library-admin.php:5527 link-library-defaults.php:195
2944
+ #: render-link-library-addlink-sc.php:681
 
2945
  msgid "Is boiling water hot or cold?"
2946
  msgstr "Est-ce que l&rsquo;eau bouillante est froide ou chaude&nbsp;?"
2947
 
2948
+ #: link-library-admin.php:5539
2949
  msgid "Custom Captcha Answer"
2950
  msgstr "Réponse à la question du captcha"
2951
 
2952
+ #: link-library-admin.php:5541 link-library-defaults.php:196
 
2953
  msgid "hot"
2954
  msgstr "chaude"
2955
 
2956
+ #: link-library-admin.php:5548
2957
  msgid "Add Link button label"
2958
  msgstr "Texte du bouton d&rsquo;ajout de lien"
2959
 
2960
+ #: link-library-admin.php:5550 link-library-defaults.php:126
 
2961
  msgid "Add Link"
2962
  msgstr "Ajouter un lien"
2963
 
2964
+ #: link-library-admin.php:5557
2965
  msgid "New Link Message"
2966
  msgstr "Message pour les nouveaux liens"
2967
 
2968
+ #: link-library-admin.php:5559
2969
  msgid "New link submitted"
2970
  msgstr "Nouveau lien soumis"
2971
 
2972
+ #: link-library-admin.php:5566
2973
  msgid "New Link Moderation Label"
2974
  msgstr "Message pour les liens devant être modérés"
2975
 
2976
+ #: link-library-admin.php:5568
2977
  msgid "it will appear in the list once moderated. Thank you."
2978
  msgstr "il apparaîtra dans la liste une fois modéré. Merci."
2979
 
2980
+ #: link-library-admin.php:5589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2981
  msgid "Overwrites current library settings with contents of CSV file"
2982
+ msgstr ""
2983
+ "Écrase la configuration de librairie courante avec le contenu du fichier CSV"
2984
 
2985
+ #: link-library-admin.php:5589
2986
  msgid "Library Settings CSV file to import"
2987
  msgstr "Fichier CSV contenant une configuration de librairie à importer"
2988
 
2989
+ #: link-library-admin.php:5592
2990
  msgid "Import Library Settings"
2991
  msgstr "Importer une configuration de librairie"
2992
 
2993
+ #: link-library-admin.php:5596
2994
  msgid "Generates CSV file with current library configuration for download"
2995
+ msgstr ""
2996
+ "Générer un fichier CSV contenant la configuration de la librairie courante "
2997
+ "afin de la télécharger"
2998
 
2999
+ #: link-library-admin.php:5596
3000
  msgid "Export current library settings"
3001
  msgstr "Exporter la configuration de la librairie courante"
3002
 
3003
+ #: link-library-admin.php:5598
3004
  msgid "Export Library Settings"
3005
  msgstr "Exporter la configuration de la librairie"
3006
 
3007
+ #: link-library-admin.php:5611
3008
  msgid "Search string"
3009
  msgstr "Chaîne de recherche"
3010
 
3011
+ #: link-library-admin.php:5617
3012
  msgid "Delete links that return a 403 error"
3013
  msgstr "Supprimer les liens qui retournent une erreur 403"
3014
 
3015
+ #: link-library-admin.php:5623
3016
  msgid "Check Reciprocal Links"
3017
  msgstr "Vérifier les liens réciproques"
3018
 
3019
+ #: link-library-admin.php:5629
3020
  msgid "Check Broken Links"
3021
  msgstr "Vérifier les liens"
3022
 
3023
+ #: link-library-admin.php:5634
3024
  msgid "Check Duplicate Links"
3025
  msgstr "Vérifier les liens en double"
3026
 
3027
+ #: link-library-admin.php:5674
3028
+ msgid "Web Address"
3029
+ msgstr "Adresse du site"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3030
 
3031
+ #: link-library-admin.php:5698
3032
+ msgid "RSS Address"
3033
+ msgstr "Adresse du fil RSS"
 
 
3034
 
3035
+ #: link-library-admin.php:5702
3036
+ msgid "Target"
3037
+ msgstr "Cible du lien"
3038
 
3039
+ #: link-library-admin.php:5723
3040
+ msgid "Current Image"
3041
  msgstr "Image assignée au lien"
3042
 
3043
+ #: link-library-admin.php:5729
3044
  msgid "None Assigned"
3045
  msgstr "Non disponible"
3046
 
3047
+ #: link-library-admin.php:5735
3048
+ msgid "Image URL"
3049
+ msgstr "Adresse de l'image"
3050
+
3051
+ #: link-library-admin.php:5740 link-library-admin.php:5750
3052
  msgid "Automatic Image Generation"
3053
  msgstr "Génération automatique des images"
3054
 
3055
+ #: link-library-admin.php:5744
3056
  msgid "Generate Thumbnail and Store locally"
3057
  msgstr "Générer la vignette Thumbnail et la conserver"
3058
 
3059
+ #: link-library-admin.php:5745
3060
  msgid "Generate Favorite Icon and Store locally"
3061
  msgstr "Générer l&rsquo;icône de favori et la conserver"
3062
 
3063
+ #: link-library-admin.php:5751
3064
  msgid "Only available once link is saved"
3065
  msgstr "Seulement disponible lorsque le lien est sauvegardé"
3066
 
3067
+ #: link-library-admin.php:5756
3068
+ msgid "Image Upload"
3069
+ msgstr "Téléchargement d'image"
3070
 
3071
+ #: link-library-admin.php:5758
3072
  msgid "Launch Media Uploader"
3073
  msgstr "Démarrer le gestionnaire de téléchargement des médias"
3074
 
3075
+ #: link-library-admin.php:5855
3076
+ msgid ""
3077
+ "Cannot generate thumbnail when no name and no web address are specified."
3078
+ msgstr ""
3079
+ "Il n&rsquo;est pas possible de générer de vignette puisque qu&rsquo;aucun "
3080
+ "nom ou adresse web n&rsquo;est spécifiée."
3081
+
3082
+ #: link-library-admin.php:5891
3083
+ msgid ""
3084
+ "Cannot generate favorite icon when no name and no web address are specified."
3085
+ msgstr ""
3086
+ "Il n&rsquo;est pas possible de générer l&rsquo;icône de favori puisque "
3087
+ "qu&rsquo;aucun nom ou adresse web n&rsquo;est spécifiée."
3088
+
3089
+ #: link-library-admin.php:5933
3090
+ msgid "Featured Item"
3091
+ msgstr "Item en vedette"
3092
 
3093
+ #: link-library-admin.php:5939
3094
+ msgid "No Follow"
3095
+ msgstr "No Follow"
3096
+
3097
+ #: link-library-admin.php:5955
3098
+ msgid "Updated Date"
3099
+ msgstr "Date de mise à jour"
3100
+
3101
+ #: link-library-admin.php:5964
3102
+ msgid "Secondary Web Address"
3103
+ msgstr "Adresse internet secondaire"
3104
 
3105
+ #: link-library-admin.php:5967 link-library-admin.php:5986
3106
+ msgid "Visit"
3107
+ msgstr "Visiter"
3108
+
3109
+ #: link-library-admin.php:5990
3110
+ msgid "Number of views"
3111
+ msgstr "Nombre de visites"
3112
+
3113
+ #: link-library-admin.php:5996
3114
+ msgid "Submitter"
3115
+ msgstr "Auteur"
3116
 
3117
+ #: link-library-admin.php:6014
3118
+ msgid "Rel Tags"
3119
+ msgstr "Balises Rel"
3120
+
3121
+ #: link-library-admin.php:6425
3122
  msgid "Duplicate Link Checker Report"
3123
  msgstr "Rapport du vérificateur de liens en double"
3124
 
3125
+ #: link-library-admin.php:6427
3126
  msgid "Duplicate URLs"
3127
  msgstr "URLs en double"
3128
 
3129
+ #: link-library-admin.php:6444
3130
  msgid "Duplicate Names"
3131
  msgstr "Nom en double"
3132
 
3133
+ #: link-library-admin.php:6458 link-library-admin.php:6529
3134
+ #: render-link-library-sc.php:1745
3135
+ msgid "Edit"
3136
+ msgstr "Éditer"
 
 
 
3137
 
3138
+ #: link-library-admin.php:6518
3139
  msgid "Not Found"
3140
  msgstr "Pas trouvé"
3141
 
3142
+ #: link-library-admin.php:6521
 
 
 
 
 
 
 
 
3143
  msgid "Error 403: Link Deleted"
3144
  msgstr "Erreur 403&nbsp;: Lien supprimé"
3145
 
3146
+ #: link-library-admin.php:6523
3147
  msgid "Error 403"
3148
  msgstr "Erreur 403"
3149
 
3150
+ #: link-library-admin.php:6525
3151
  msgid "Website Unreachable"
3152
  msgstr "Site Web non joignable"
3153
 
3154
+ #: link-library-admin.php:6533
3155
  msgid "There are no links with reciprocal links associated with them"
3156
  msgstr "Il n&rsquo;y a pas de liens avec des liens réciproques associés"
3157
 
3158
+ #: link-library-admin.php:6535
3159
+ msgid "There are no links to check"
3160
+ msgstr "Il n'y a pas de liens à vérifier"
3161
+
3162
  # Plugin name; please avoid translating if possible
3163
+ #: link-library-admin.php:6546
3164
  msgid "Add Link Library Shortcode"
3165
  msgstr "Ajouter le code court de Link Library"
3166
 
3167
+ #: link-library-defaults.php:120 render-link-library-addlink-sc.php:284
 
3168
  msgid "Link name"
3169
  msgstr "Nom du lien"
3170
 
3171
+ #: link-library-defaults.php:121 render-link-library-addlink-sc.php:290
 
3172
  msgid "Link address"
3173
  msgstr "Adresse du lien"
3174
 
3175
+ #: link-library-defaults.php:127
3176
  msgid "New link submitted."
3177
  msgstr "Nouveau lien soumis."
3178
 
3179
+ #: link-library-defaults.php:128
3180
  msgid "It will appear in the list once moderated. Thank you."
3181
  msgstr "Il apparaîtra dans la liste une fois modéré. Merci."
3182
 
3183
+ #: link-library-defaults.php:145
3184
  msgid "Link Library-Generated RSS Feed"
3185
  msgstr "Link Library-Flux d&rsquo;informations généré"
3186
 
3187
+ #: link-library-defaults.php:146
3188
  msgid "Description of Link Library-Generated Feed"
3189
  msgstr "Description du flux d&rsquo;informations généré par Link Library"
3190
 
3191
+ #: link-library-defaults.php:208 linkpopup.php:66
 
3192
  msgid "%link_image%<br />Click through to visit %link_name%."
3193
  msgstr "%link_image%<br />Cliquer pour visiter %link_name%."
3194
 
3195
+ #: link-library-defaults.php:221
3196
  msgid "Search..."
3197
  msgstr "Rechercher..."
3198
 
3199
+ #: link-library-defaults.php:223
3200
  msgid "Category Filter"
3201
  msgstr "Filtre des catégories"
3202
 
3203
+ #: link-library-defaults.php:255
3204
  msgid "New"
3205
  msgstr "Nouveau"
3206
 
3207
+ #: link-library-defaults.php:269 link-library-defaults.php:271
3208
+ msgid "Select a category"
3209
+ msgstr "Choisir une catégorie"
3210
 
3211
+ #: link-library-defaults.php:277 render-link-library-addlink-sc.php:518
3212
+ msgid "Link Image (jpg, jpeg, png)"
3213
+ msgstr "Image du lien (jpg, jpeg, png)"
3214
 
3215
+ #: link-library.php:392
3216
+ #, php-format
3217
+ msgctxt "Link Library"
3218
+ msgid "Link Library %%PENDING_COUNT%%"
3219
+ msgstr ""
3220
+
3221
+ #: link-library.php:689
3222
+ msgid "Link Library Generated Feed"
3223
+ msgstr "Flux d&rsquo;informations généré par Link Library"
3224
 
3225
+ #: link-library.php:817 link-library.php:821
3226
+ msgid ""
3227
+ "Link Library no longer supports calling this function with individual "
3228
+ "arguments. Please use the admin panel to configure Link Library and the "
3229
+ "do_shortcode function to use Link Library output in your code."
3230
+ msgstr ""
3231
+ "Link Library ne supporte plus un appel à cette fonction avec des arguments. "
3232
+ "Merci d&rsquo;utiliser le panneau d&rsquo;administration pour paramétrer "
3233
+ "Link Library et la fonction do_shortcode pour utiliser le rendu de Link "
3234
+ "Library dans votre code."
3235
+
3236
+ #: link-library.php:1075
3237
+ msgid "Tag"
3238
+ msgstr "Balise"
3239
+
3240
+ #: link-library.php:1560 render-link-library-sc.php:2203
3241
+ #: render-link-library-tag-filter-sc.php:114
3242
+ msgid "Free"
3243
+ msgstr "Gratuit"
3244
+
3245
+ #: render-link-library-addlink-sc.php:25 render-link-library-addlink-sc.php:287
3246
+ #: render-link-library-addlink-sc.php:474
3247
+ #: render-link-library-addlink-sc.php:491
3248
+ #: render-link-library-addlink-sc.php:499
3249
+ #: render-link-library-addlink-sc.php:558
3250
+ #: render-link-library-addlink-sc.php:576
3251
+ #: render-link-library-addlink-sc.php:669
3252
+ #: render-link-library-addlink-sc.php:684
3253
+ msgid "Required field"
3254
+ msgstr "Champ obligatoire"
3255
 
3256
+ #: render-link-library-addlink-sc.php:196
3257
  msgid "Confirm code not given"
3258
  msgstr "Le code de confirmation n&rsquo;a pas été saisi"
3259
 
3260
+ #: render-link-library-addlink-sc.php:198
3261
  msgid "Captcha code is wrong"
3262
  msgstr "Le code du captcha est incorrect"
3263
 
3264
+ #: render-link-library-addlink-sc.php:200
3265
  msgid "Captcha code is only valid for 5 minutes"
3266
  msgstr "Le code du captcha n&rsquo;est valide que durant 5 minutes"
3267
 
3268
+ #: render-link-library-addlink-sc.php:202
3269
  msgid "No captcha cookie given. Make sure cookies are enabled"
3270
+ msgstr ""
3271
+ "Le cookie pour le code du captcha est absent. Veuillez vous assurer que les "
3272
+ "cookies sont activés."
3273
 
3274
+ #: render-link-library-addlink-sc.php:204
3275
  msgid "Captcha answer was not provided."
3276
  msgstr "La réponse à la question du captcha n&rsquo;a pas été fournie."
3277
 
3278
+ #: render-link-library-addlink-sc.php:206
3279
  msgid "Captcha answer is incorrect"
3280
  msgstr "La réponse à la question du captcha est incorrecte"
3281
 
3282
+ #: render-link-library-addlink-sc.php:208
3283
  msgid "User Category was not provided correctly. Link insertion failed."
3284
+ msgstr ""
3285
+ "La catégorie spécifiée par l&rsquo;utilisateur n&rsquo;a pas été "
3286
+ "correctement saisie. L&rsquo;ajout du lien a échoué."
3287
 
3288
+ #: render-link-library-addlink-sc.php:216
3289
  msgid "Error: Link does not have an address."
3290
  msgstr "Erreur&nbsp;: Le lien n&rsquo;a pas d&rsquo;adresse spécifiée."
3291
 
3292
+ #: render-link-library-addlink-sc.php:218
3293
  msgid "Error: Link already exists."
3294
  msgstr "Erreur&nbsp;: Ce lien existe déjà."
3295
 
3296
+ #: render-link-library-addlink-sc.php:220
3297
+ #: render-link-library-addlink-sc.php:222
3298
+ #: render-link-library-addlink-sc.php:224
3299
+ #: render-link-library-addlink-sc.php:226
3300
+ #: render-link-library-addlink-sc.php:228
3301
+ #: render-link-library-addlink-sc.php:230
3302
+ #: render-link-library-addlink-sc.php:232
3303
+ #: render-link-library-addlink-sc.php:234
3304
+ #: render-link-library-addlink-sc.php:236
3305
+ #: render-link-library-addlink-sc.php:238
3306
+ #: render-link-library-addlink-sc.php:240
3307
+ #: render-link-library-addlink-sc.php:248
3308
  msgid " is a required field"
3309
  msgstr " est un champ obligatoire"
3310
 
3311
+ #: render-link-library-addlink-sc.php:242
3312
  msgid "Link submission error"
3313
  msgstr "Erreur lors de l&rsquo;enregistrement du lien"
3314
 
3315
+ #: render-link-library-addlink-sc.php:244
3316
  msgid "Link rejected. There is already a site with this reciprocal link."
3317
  msgstr "Lien refusé. Il existe déjà un site avec ce lien réciproque."
3318
 
3319
+ #: render-link-library-addlink-sc.php:246
3320
+ msgid "Link rejected. Invalid reciprocal link."
3321
+ msgstr "Lien refusé. Lien réciproque invalide."
 
 
 
 
 
 
 
 
3322
 
3323
+ #: render-link-library-addlink-sc.php:295
3324
  msgid "Required field, URL"
3325
  msgstr "Champ obligatoire, URL"
3326
 
3327
+ #: render-link-library-addlink-sc.php:312
3328
+ #: render-link-library-addlink-sc.php:461
3329
+ #: render-link-library-addlink-sc.php:540
3330
  msgid "Required field, 1-255 chars"
3331
  msgstr "Champ obligatoire, 1 à 255 caractères"
3332
 
3333
+ #: render-link-library-addlink-sc.php:355
3334
  msgid "Link category"
3335
  msgstr "Catégorie du lien"
3336
 
3337
+ #: render-link-library-addlink-sc.php:361
3338
+ #: render-link-library-addlink-sc.php:404
3339
+ msgid "Use control-click (Windows) or command-click (Mac) to select multiple"
3340
+ msgstr ""
3341
+ "Utilisez Control-Click (Windows) ou Command-click (Mac) pour faire plusieurs "
3342
+ "sélections"
3343
 
3344
+ #: render-link-library-addlink-sc.php:399
3345
+ msgid "Link tags"
3346
+ msgstr "Balises du lien"
3347
+
3348
+ #: render-link-library-addlink-sc.php:450
3349
  msgid "Link description"
3350
  msgstr "Description du lien"
3351
 
3352
+ #: render-link-library-addlink-sc.php:468
3353
  msgid "Large description"
3354
  msgstr "Grande Description du lien"
3355
 
3356
+ #: render-link-library-addlink-sc.php:482
3357
  msgid "Link notes"
3358
  msgstr "Notes du lien"
3359
 
3360
+ #: render-link-library-addlink-sc.php:594
3361
  msgid "Required field, proper e-mail, 1-128 chars"
3362
  msgstr "Champ obligatoire, adresse e-mail correcte, 1 à 128 caractères"
3363
 
3364
+ #: render-link-library-addlink-sc.php:625
3365
+ #: render-link-library-addlink-sc.php:656
3366
  msgid "Required field, 1-128 chars"
3367
  msgstr "Champ obligatoire, 1 à 128 caractères"
3368
 
3369
+ #: render-link-library-addlink-sc.php:690
3370
  msgid "Add link"
3371
  msgstr "Ajouter un lien"
3372
 
3373
+ #: render-link-library-addlink-sc.php:702
3374
  msgid "Form submission failed!"
3375
  msgstr "Erreur lors de l&rsquo;envoi du formulaire&nbsp;!"
3376
 
3377
+ #: render-link-library-addlink-sc.php:703
3378
  msgid "You have not answered all required fields"
3379
  msgstr "Vous n&rsquo;avez pas remplis tous les champs obligatoires"
3380
 
3381
+ #: render-link-library-addlink-sc.php:704
3382
  msgid "You have not given a correct time"
3383
  msgstr "Vous n&rsquo;avez pas donné une heure correcte"
3384
 
3385
+ #: render-link-library-addlink-sc.php:705
3386
  msgid "You have not given a correct e-mail address"
3387
  msgstr "Vous n&rsquo;avez pas donné une adresse e-mail correcte"
3388
 
3389
+ #: render-link-library-addlink-sc.php:706
3390
  msgid "You have not given a correct phone number"
3391
  msgstr "Vous n&rsquo;avez pas donné un numéro de téléphone correct"
3392
 
3393
+ #: render-link-library-addlink-sc.php:707
3394
  msgid "You have not given a correct answer to the security question"
3395
+ msgstr ""
3396
+ "Vous n&rsquo;avez pas donné une réponse correcte à la question de sécurité"
3397
 
3398
+ #: render-link-library-addlink-sc.php:708
3399
  msgid "You have not given a correct date"
3400
  msgstr "Vous n&rsquo;avez pas donné une date correcte"
3401
 
3402
+ #: render-link-library-addlink-sc.php:709
3403
  msgid "The input value must be between "
3404
  msgstr "La valeur doit être entre "
3405
 
3406
+ #: render-link-library-addlink-sc.php:710
3407
  msgid "characters"
3408
  msgstr "caractères"
3409
 
3410
+ #: render-link-library-addlink-sc.php:711
3411
  msgid "The input value is longer than "
3412
  msgstr "La valeur est plus longue que "
3413
 
3414
+ #: render-link-library-addlink-sc.php:712
3415
  msgid "The input value is shorter than "
3416
  msgstr "La valeur est plus petite que "
3417
 
3418
+ #: render-link-library-addlink-sc.php:713
3419
  msgid "Input values could not be confirmed"
3420
  msgstr "La valeur saisie ne peut pas être validée"
3421
 
3422
+ #: render-link-library-addlink-sc.php:714
3423
  msgid "Incorrect domain value"
3424
  msgstr "Valeur incorrect du domaine"
3425
 
3426
+ #: render-link-library-addlink-sc.php:715
3427
  msgid "The input value is not a correct URL. Requires http://."
3428
+ msgstr ""
3429
+ "La valeur saisie n&rsquo;est pas une URL correcte. Il faut mettre http://."
3430
 
3431
+ #: render-link-library-addlink-sc.php:716
3432
  msgid "The input value is incorrect"
3433
  msgstr "La valeur saisie est incorrecte"
3434
 
3435
+ #: render-link-library-addlink-sc.php:717
3436
  msgid " and spaces "
3437
  msgstr " et espaces "
3438
 
3439
+ #: render-link-library-addlink-sc.php:718
3440
  msgid "The input value was not a correct number"
3441
  msgstr "La valeur n&rsquo;est pas un nombre correct"
3442
 
3443
+ #: render-link-library-addlink-sc.php:719
3444
  msgid "Your social security number was incorrect"
3445
  msgstr "Votre numéro de sécurité sociale n&rsquo;est pas correct"
3446
 
3447
+ #: render-link-library-addlink-sc.php:720
3448
  msgid "Incorrect UK VAT Number"
3449
  msgstr "Le nombre UK VAT est incorrect"
3450
 
3451
+ #: render-link-library-addlink-sc.php:721
3452
  msgid "The password is not strong enough"
3453
  msgstr "Le mot de passe n&rsquo;est pas assez fort"
3454
 
3455
+ #: render-link-library-addlink-sc.php:722
3456
  msgid "You have to choose at least "
3457
  msgstr "Vous devez choisir au moins "
3458
 
3459
+ #: render-link-library-addlink-sc.php:723
3460
  msgid " answers"
3461
  msgstr " réponses"
3462
 
3463
+ #: render-link-library-addlink-sc.php:724
3464
  msgid "The input value can only contain alphanumeric characters "
3465
  msgstr "La valeur ne peut contenir que des caractères alphanumériques "
3466
 
3467
+ #: render-link-library-addlink-sc.php:725
3468
  msgid " and "
3469
  msgstr " et "
3470
 
3471
+ #: render-link-library-addlink-sc.php:726
3472
  #, php-format
3473
  msgid "The file you are trying to upload is too large (max %s)"
3474
  msgstr "Le fichier que vous essayez de téléverser est trop gros (max %s)"
3475
 
3476
+ #: render-link-library-addlink-sc.php:727
3477
  #, php-format
3478
  msgid "Only files of type %s is allowed"
3479
  msgstr "Seulement les fichiers de type %s sont autorisés"
3480
 
3481
+ #: render-link-library-addlink-sc.php:728
3482
  msgid "Please choose between "
3483
  msgstr "Merci de choisir entre "
3484
 
3485
+ #: render-link-library-addlink-sc.php:729
3486
  msgid "Please choose at least "
3487
  msgstr "Merci de choisir au moins "
3488
 
3489
+ #: render-link-library-addlink-sc.php:730
3490
  msgid "Please choose a maximum of "
3491
  msgstr "Merci de choisir un maximum de "
3492
 
3493
+ #: render-link-library-addlink-sc.php:731
3494
  msgid " item(s)"
3495
  msgstr " élément(s)"
3496
 
3497
+ #: render-link-library-addlink-sc.php:732
3498
  msgid "The credit card number is not correct"
3499
  msgstr "Le numéro de carte de crédit est incorrect"
3500
 
3501
+ #: render-link-library-addlink-sc.php:733
3502
  msgid "The CVV number was not correct"
3503
  msgstr "Le nombre CVV n&rsquo;est pas correct"
3504
 
3505
+ #: render-link-library-addlink-sc.php:734
3506
  msgid "Incorrect image dimensions,"
3507
  msgstr "Dimentions de l&rsquo;image incorrectes,"
3508
 
3509
+ #: render-link-library-addlink-sc.php:735
3510
  msgid "the image can not be taller than"
3511
  msgstr "l&rsquo;image ne peut pas être plus haute que"
3512
 
3513
+ #: render-link-library-addlink-sc.php:736
3514
  msgid "the image can not be wider than"
3515
  msgstr "l&rsquo;image ne peut pas être plus large que"
3516
 
3517
+ #: render-link-library-addlink-sc.php:737
3518
  msgid "the image was too small"
3519
  msgstr "l&rsquo;image est trop petite"
3520
 
3521
+ #: render-link-library-addlink-sc.php:738
3522
  msgid "min"
3523
  msgstr "min"
3524
 
3525
+ #: render-link-library-addlink-sc.php:739
3526
  msgid "max"
3527
  msgstr "max"
3528
 
3529
+ #: render-link-library-addlink-sc.php:740
3530
  msgid "Image ratio is not accepted"
3531
  msgstr "Le ratio pour l&rsquo;image n&rsquo;est pas accepté"
3532
 
3533
+ #: render-link-library-addlink-sc.php:788
3534
  msgid "Enter code from above image"
3535
  msgstr "Entrer le code de l&rsquo;image ci-dessus"
3536
 
3537
+ #: render-link-library-cats-sc.php:556
3538
  msgid "Go!"
3539
  msgstr "Allez-y&nbsp;!"
3540
 
3541
+ #: render-link-library-cats-sc.php:588
3542
  msgid "No categories found"
3543
  msgstr "Aucune catégorie trouvée"
3544
 
3545
+ #: render-link-library-sc.php:106 render-link-library-sc.php:118
3546
+ #: render-link-library-sc.php:122 render-link-library-sc.php:135
3547
+ #: render-link-library-sc.php:141
 
 
3548
  msgid "Previous"
3549
  msgstr "Précédent"
3550
 
3551
+ #: render-link-library-sc.php:205 render-link-library-sc.php:216
3552
+ #: render-link-library-sc.php:220 render-link-library-sc.php:226
3553
+ #: render-link-library-sc.php:233
 
 
3554
  msgid "Next"
3555
  msgstr "Suivant"
3556
 
3557
+ #: render-link-library-sc.php:697
3558
  msgid "Search Results for"
3559
  msgstr "Résultats de la recherche pour"
3560
 
3561
+ #: render-link-library-sc.php:1277 render-link-library-sc.php:2323
3562
+ #: render-link-library-sc.php:2330
3563
+ msgid "No links found"
3564
+ msgstr "Aucun lien trouvé"
3565
+
3566
+ #: render-link-library-sc.php:1595
3567
  msgid "Last updated"
3568
  msgstr "Dernière mise à jour"
3569
 
3570
+ #: render-link-library-sc.php:1850
 
 
 
 
3571
  msgid "Preview of RSS feed for"
3572
  msgstr "Aperçu du flux d&rsquo;informations RSS de"
3573
 
3574
+ #: render-link-library-sc.php:2327
3575
+ msgid ""
3576
+ "All of your links must be assigned at least to one category to be displayed"
3577
+ msgstr ""
3578
+ "Tous vos liens doivent avoir au moins une catégorie assignée pour être "
3579
+ "affichés"
3580
 
3581
+ #: render-link-library-sc.php:2339
3582
+ msgid "Screenshots by Robothumb"
3583
+ msgstr "Captures d'écran par Robothumbs"
3584
+
3585
+ #: render-link-library-sc.php:2341
3586
+ msgid "Thumbnail Screenshots by Thumbshots"
3587
+ msgstr "Captures d'écrans générées par Thumbshots"
3588
+
3589
+ #: render-link-library-search-sc.php:49
3590
+ msgid "Reset search"
3591
+ msgstr "Réinitializer la recherche"
3592
+
3593
+ #: render-link-library-tag-filter-sc.php:16
3594
+ msgid "Filters"
3595
+ msgstr "Filtres"
3596
+
3597
+ #: render-link-library-tag-filter-sc.php:167
3598
+ msgid "All"
3599
+ msgstr "Tous"
3600
+
3601
+ #: usersubmission.php:309
3602
+ msgid "added link"
3603
+ msgstr "a ajouté un lien"
3604
+
3605
+ #: usersubmission.php:309
3606
+ msgid "in category"
3607
+ msgstr "dans la catégorie"
3608
+
3609
+ #: usersubmission.php:497
3610
  msgid "A user submitted a new link to your Wordpress Link database."
3611
  msgstr "Un utilisateur a soumis un nouveau lien pour votre site WordPress."
3612
 
3613
+ #: usersubmission.php:510 usersubmission.php:586
 
3614
  msgid "Link Secondary Address"
3615
  msgstr "Adresse supplémentaire pour le lien"
3616
 
3617
+ #: usersubmission.php:511 usersubmission.php:590
 
3618
  msgid "Link Telephone"
3619
  msgstr "Numéro de téléphone"
3620
 
3621
+ #: usersubmission.php:512 usersubmission.php:594
 
3622
  msgid "Link E-mail"
3623
  msgstr "Adresse électronique"
3624
 
3625
+ #: usersubmission.php:513
3626
+ msgid "Link Submitter"
3627
+ msgstr "Utilisateur ayant soumis le lien"
3628
+
3629
+ #: usersubmission.php:514 usersubmission.php:598
3630
+ msgid "Link Submitter Name"
3631
+ msgstr "Nom de l&rsquo;utilisateur ayant soumis le lien"
3632
+
3633
+ #: usersubmission.php:515 usersubmission.php:602
3634
+ msgid "Link Submitter E-mail"
3635
+ msgstr "E-mail de l&rsquo;utilisateur ayant soumis le lien"
3636
+
3637
+ #: usersubmission.php:516 usersubmission.php:606
3638
  msgid "Link Comment"
3639
  msgstr "Commentaire sur le lien"
3640
 
3641
+ #: usersubmission.php:530
3642
  msgid "New link added"
3643
  msgstr "Nouveau lien soumis"
3644
 
3645
+ #: usersubmission.php:544
3646
  msgid "Link Submission Confirmation"
3647
  msgstr "Confirmation d&rsquo;enregistrement du lien"
3648
 
3649
+ #: usersubmission.php:546
3650
  msgid "Thank you for your link submission on "
3651
  msgstr "Merci pour votre proposition de lien sur "
3652
 
3653
+ #: usersubmission.php:550
3654
  msgid "Your link will appear once approved by the site administrator."
3655
+ msgstr ""
3656
+ "Votre lien apparaitra lorsqu&rsquo;il sera approuvé par l&rsquo;"
3657
+ "administrateur du site."
3658
 
3659
+ #: usersubmission.php:552
3660
  msgid "Your link will immediately be added to the site."
3661
  msgstr "Votre lien va être immédiatement publié sur le site."
3662
 
3665
  msgid "#%d (no title)"
3666
  msgstr "#%d (pas de titre)"
3667
 
3668
+ #~ msgid "Link Library - Additional Link Parameters"
3669
+ #~ msgstr "Link Library - Paramètres Additionels"
3670
+
3671
+ #~ msgid "Settings"
3672
+ #~ msgstr "Configuration"
3673
+
3674
+ #~ msgid "Download exported links"
3675
+ #~ msgstr "Télécharger les liens exportés"
3676
+
3677
+ #~ msgid "Library Settings Exported"
3678
+ #~ msgstr "Configuration de librairie exportée"
3679
+
3680
+ #~ msgid "Download here"
3681
+ #~ msgstr "Récupérer ici"
3682
+
3683
+ #~ msgid "Validate all submitted links with Akismet"
3684
+ #~ msgstr "Valider les liens proposés avec Akismet"
3685
+
3686
+ #~ msgid ""
3687
+ #~ "You are about to reset Library '%s' for a table layout\n"
3688
+ #~ " 'Cancel' to stop, 'OK' to reset."
3689
+ #~ msgstr ""
3690
+ #~ "Vous êtes sur le point de réinitialiser la configuration de la librairie "
3691
+ #~ "'%s' pour une mise en page utilisant des tables\n"
3692
+ #~ " 'Annuler' pour interrompre, 'OK' pour continuer."
3693
+
3694
+ #~ msgid "Reset current Library for table layout"
3695
+ #~ msgstr ""
3696
+ #~ "Réinitialiser la configuration de librairie courante pour une mise en "
3697
+ #~ "page en tableau"
3698
+
3699
+ #~ msgid "Order by"
3700
+ #~ msgstr "Trier par"
3701
+
3702
+ #~ msgid "Wordpress Plugin"
3703
+ #~ msgstr "Extension WordPress"
3704
+
3705
+ #~ msgid ""
3706
+ #~ "This setting does not apply when selecting My Link Order for the order"
3707
+ #~ msgstr ""
3708
+ #~ "Cette option ne s&rsquo;applique que lorsque l&rsquo;on choisit \"Mon "
3709
+ #~ "ordre des liens\" comme ordre de présentation"
3710
+
3711
+ #~ msgid "Order set by "
3712
+ #~ msgstr "Trier par"
3713
+
3714
+ #~ msgid "Except for My Link Order mode"
3715
+ #~ msgstr "Sauf pour le mode avec \"Mon ordre des lien\""
3716
+
3717
+ #~ msgid "Link Column Header"
3718
+ #~ msgstr "En-tête de colonne de lien"
3719
+
3720
+ #~ msgid "Description Column Header"
3721
+ #~ msgstr "En-tête de colonne pour les descriptions"
3722
+
3723
+ #~ msgid "Notes Column Header"
3724
+ #~ msgstr "En-tête de la colonne des notes"
3725
+
3726
+ #~ msgid "Web Address Only"
3727
+ #~ msgstr "Seulement une adresse Web"
3728
+
3729
+ #~ msgid "Featured Link"
3730
+ #~ msgstr "Lien mis en avant"
3731
+
3732
+ #~ msgid "Link Additional Rel Tags"
3733
+ #~ msgstr "Détails additionnels pour les tags Rel"
3734
+
3735
+ #~ msgid ""
3736
+ #~ "Manual upload requires a wp-content\\uploads directory to be present with "
3737
+ #~ "write permissions"
3738
+ #~ msgstr ""
3739
+ #~ "Le téléchargement manuel requiert la présence du répertoire wp-content"
3740
+ #~ "\\uploads avec des permissions d&rsquo;écriture"
3741
+
3742
+ #~ msgid "OK"
3743
+ #~ msgstr "OK"
3744
+
3745
+ #~ msgid "Link valid"
3746
+ #~ msgstr "Lien valide"
3747
+
3748
+ #~ msgid "Could not update link in the database"
3749
+ #~ msgstr "Le lien n&rsquo;a pas pu être mis à jour dans la base de données"
3750
+
3751
+ #~ msgid "Could not insert link into the database"
3752
+ #~ msgstr "Le lien n&rsquo;a pas pu être inséré dans la base de données"
languages/link-library-nb_NO.mo CHANGED
Binary file
languages/link-library-nb_NO.po CHANGED
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
- "X-Generator: Poedit 1.6.9\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;"
17
  "esc_attr__;esc_attr_e\n"
@@ -1522,8 +1522,8 @@ msgstr "Kategoribeskrivelse"
1522
  msgid "Tags"
1523
  msgstr "Tagger"
1524
 
1525
- #: link-library-admin.php:3402 link-library-admin.php:5039
1526
- #: link-library.php:894 render-link-library-sc.php:993
1527
  msgid "Price"
1528
  msgstr "Pris"
1529
 
@@ -3075,7 +3075,7 @@ msgid "#%d (no title)"
3075
  msgstr "#%d (ingen tittel)"
3076
 
3077
  msgid "Filters"
3078
- msgstr "Filter"
3079
 
3080
  #~ msgid "Link Library - Additional Link Parameters"
3081
  #~ msgstr "Link Library - Paramètres Additionels"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-Bookmarks: 136,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
14
+ "X-Generator: Poedit 2.2.3\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_html;esc_html__;esc_html_e;"
17
  "esc_attr__;esc_attr_e\n"
1522
  msgid "Tags"
1523
  msgstr "Tagger"
1524
 
1525
+ #: link-library-admin.php:3402 link-library-admin.php:5039 link-library.php:894
1526
+ #: render-link-library-sc.php:993
1527
  msgid "Price"
1528
  msgstr "Pris"
1529
 
3075
  msgstr "#%d (ingen tittel)"
3076
 
3077
  msgid "Filters"
3078
+ msgstr "Sorter"
3079
 
3080
  #~ msgid "Link Library - Additional Link Parameters"
3081
  #~ msgstr "Link Library - Paramètres Additionels"
languages/link-library.mo CHANGED
Binary file
languages/link-library.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Link Library\n"
4
- "POT-Creation-Date: 2017-03-30 13:55-0500\n"
5
- "PO-Revision-Date: 2017-03-30 13:55-0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -17,148 +17,152 @@ msgstr ""
17
  "X-Poedit-SearchPath-1: ..\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
- #: ../link-library-admin.php:109
21
  msgid "Insert a Link Library shortcode"
22
  msgstr ""
23
 
24
- #: ../link-library-admin.php:112
25
  msgid "Link List"
26
  msgstr ""
27
 
28
- #: ../link-library-admin.php:113
29
  msgid "Link Category List"
30
  msgstr ""
31
 
32
- #: ../link-library-admin.php:114
33
  msgid "Link Search"
34
  msgstr ""
35
 
36
- #: ../link-library-admin.php:115
37
  msgid "Add Link Form"
38
  msgstr ""
39
 
40
- #: ../link-library-admin.php:123
41
  msgid "Render a list of links."
42
  msgstr ""
43
 
44
- #: ../link-library-admin.php:125 ../link-library-admin.php:180
45
- #: ../link-library-admin.php:215
46
  msgid "Library ID"
47
  msgstr ""
48
 
49
- #: ../link-library-admin.php:136 ../link-library-admin.php:191
50
- #: ../link-library-admin.php:226 ../link-library-admin.php:769
51
- #: ../link-library-admin.php:2624 ../link-library-admin.php:2639
52
  msgid "Library"
53
  msgstr ""
54
 
55
- #: ../link-library-admin.php:142
56
  msgid "Single Link ID"
57
  msgstr ""
58
 
59
- #: ../link-library-admin.php:145
60
  msgid "Specify ID of single link to be displayed"
61
  msgstr ""
62
 
63
- #: ../link-library-admin.php:147 ../link-library-admin.php:197
64
- #: ../link-library-admin.php:232
65
  msgid "Category Override"
66
  msgstr ""
67
 
68
- #: ../link-library-admin.php:150 ../link-library-admin.php:200
69
- #: ../link-library-admin.php:235
70
  msgid ""
71
  "Single, or comma-separated list of categories IDs to be displayed in the "
72
  "link list"
73
  msgstr ""
74
 
75
- #: ../link-library-admin.php:152 ../link-library-admin.php:202
76
- #: ../link-library-admin.php:237
77
  msgid "Excluded Category Override"
78
  msgstr ""
79
 
80
- #: ../link-library-admin.php:155 ../link-library-admin.php:205
81
- #: ../link-library-admin.php:240
82
  msgid ""
83
  "Single, or comma-separated list of categories IDs to be excluded from the "
84
  "link list"
85
  msgstr ""
86
 
87
- #: ../link-library-admin.php:157 ../link-library-admin.php:162
88
- #: ../link-library-admin.php:167 ../link-library-admin.php:172
89
  msgid "Notes Override"
90
  msgstr ""
91
 
92
- #: ../link-library-admin.php:160
93
  msgid "Set to 0 or 1 to display or not display link notes"
94
  msgstr ""
95
 
96
- #: ../link-library-admin.php:165
97
  msgid "Set to 0 or 1 to display or not display link descriptions"
98
  msgstr ""
99
 
100
- #: ../link-library-admin.php:170
101
  msgid "Set to 0 or 1 to display or not display rss information"
102
  msgstr ""
103
 
104
- #: ../link-library-admin.php:175
105
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
106
  msgstr ""
107
 
108
- #: ../link-library-admin.php:178
109
  msgid "Render a list of link categories."
110
  msgstr ""
111
 
112
- #: ../link-library-admin.php:208
113
  msgid "Render a search box to search through links."
114
  msgstr ""
115
 
116
- #: ../link-library-admin.php:210
117
  msgid "There are no options for this shortcode."
118
  msgstr ""
119
 
120
- #: ../link-library-admin.php:213
121
  msgid "Render a form for visitors to submit new links."
122
  msgstr ""
123
 
124
- #: ../link-library-admin.php:273
125
  msgid "Category Link"
126
  msgstr ""
127
 
128
- #: ../link-library-admin.php:372 ../link-library-admin.php:644
 
 
 
 
129
  msgid ""
130
  "Please create a folder called uploads under your Wordpress /wp-content/ "
131
  "directory with write permissions to use this functionality."
132
  msgstr ""
133
 
134
- #: ../link-library-admin.php:374 ../link-library-admin.php:646
135
  msgid ""
136
  "Please make sure that the /wp-content/uploads/ directory has write "
137
  "permissions to use this functionality."
138
  msgstr ""
139
 
140
- #: ../link-library-admin.php:464
141
  msgid "Basic Details"
142
  msgstr ""
143
 
144
- #: ../link-library-admin.php:466 ../link-library-admin.php:3342
145
- #: ../link-library-admin.php:3471 ../render-link-library-sc.php:986
146
  msgid "Image"
147
  msgstr ""
148
 
149
- #: ../link-library-admin.php:471
150
  msgid "Full-Page Content"
151
  msgstr ""
152
 
153
- #: ../link-library-admin.php:474
154
  msgid "Additional Parameters"
155
  msgstr ""
156
 
157
- #: ../link-library-admin.php:484
158
  msgid "Link Library: Missing Thumbshots API Key"
159
  msgstr ""
160
 
161
- #: ../link-library-admin.php:484
162
  msgid ""
163
  "One of your link libraries is configured to use Thumbshots for link "
164
  "thumbails, but you have not entered your Thumbshots.com API Key. Please "
@@ -166,15 +170,56 @@ msgid ""
166
  "in the Link Library admin panel."
167
  msgstr ""
168
 
169
- #: ../link-library-admin.php:484
170
  msgid "Jump to Link Library admin"
171
  msgstr ""
172
 
173
- #: ../link-library-admin.php:489
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Link Library: No Link Categories on your site"
175
  msgstr ""
176
 
177
- #: ../link-library-admin.php:489
178
  msgid ""
179
  "There are currently no link categories defined in your WordPress site. Link "
180
  "Library will not work correctly without categories. Please create at least "
@@ -182,498 +227,563 @@ msgid ""
182
  "category."
183
  msgstr ""
184
 
185
- #: ../link-library-admin.php:544
186
  msgid "Links to moderate"
187
  msgstr ""
188
 
189
- #: ../link-library-admin.php:562
190
  msgid "Global Options"
191
  msgstr ""
192
 
193
- #: ../link-library-admin.php:564
194
  msgid "Configurations"
195
  msgstr ""
196
 
197
- #: ../link-library-admin.php:564
198
  msgid "Library Configurations"
199
  msgstr ""
200
 
201
- #: ../link-library-admin.php:567 ../link-library-admin.php:569
202
- #: ../link-library-admin.php:890
203
  msgid "Moderate"
204
  msgstr ""
205
 
206
- #: ../link-library-admin.php:572 ../link-library-admin.php:895
207
- #: ../link-library-admin.php:2140
208
  msgid "Stylesheet"
209
  msgstr ""
210
 
211
- #: ../link-library-admin.php:574 ../link-library-admin.php:604
212
  msgid "Link checking tools"
213
  msgstr ""
214
 
215
- #: ../link-library-admin.php:576 ../link-library-admin.php:903
216
  msgid "FAQ"
217
  msgstr ""
218
 
219
- #: ../link-library-admin.php:602
220
  msgid "Links awaiting moderation"
221
  msgstr ""
222
 
223
- #: ../link-library-admin.php:603 ../link-library-admin.php:2142
224
  msgid "Editor"
225
  msgstr ""
226
 
227
- #: ../link-library-admin.php:605
228
  msgid "Save"
229
  msgstr ""
230
 
231
- #: ../link-library-admin.php:690
232
  msgid "Thumbnails successfully generated!"
233
  msgstr ""
234
 
235
- #: ../link-library-admin.php:692
236
  msgid "Favicons successfully generated!"
237
  msgstr ""
238
 
239
- #: ../link-library-admin.php:694 ../link-library-admin.php:4871
240
  msgid "Thumbnail successfully generated for"
241
  msgstr ""
242
 
243
- #: ../link-library-admin.php:696 ../link-library-admin.php:4907
244
  msgid "Favicon successfully generated for"
245
  msgstr ""
246
 
247
- #: ../link-library-admin.php:727
248
  msgid "General Settings Saved"
249
  msgstr ""
250
 
251
- #: ../link-library-admin.php:729 ../link-library-admin.php:795
252
  msgid ""
253
  "Link Library plugin directory needs to be writable to perform this action"
254
  msgstr ""
255
 
256
- #: ../link-library-admin.php:731
 
 
 
 
 
 
257
  msgid "row(s) found"
258
  msgstr ""
259
 
260
- #: ../link-library-admin.php:731 ../link-library-admin.php:807
261
  msgid "link(s) imported"
262
  msgstr ""
263
 
264
- #: ../link-library-admin.php:731 ../link-library-admin.php:807
265
  msgid "link(s) updated"
266
  msgstr ""
267
 
268
- #: ../link-library-admin.php:779 ../link-library-admin.php:2662
269
  msgid "Library #"
270
  msgstr ""
271
 
272
- #: ../link-library-admin.php:779
273
  msgid "Updated"
274
  msgstr ""
275
 
276
- #: ../link-library-admin.php:783
277
  msgid "Included Category ID"
278
  msgstr ""
279
 
280
- #: ../link-library-admin.php:783 ../link-library-admin.php:787
281
  msgid "is invalid. Please check the ID in the Link Category editor."
282
  msgstr ""
283
 
284
- #: ../link-library-admin.php:787
285
  msgid "Excluded Category ID"
286
  msgstr ""
287
 
288
- #: ../link-library-admin.php:791
289
  msgid "Invalid column count for link on row. Compare against template."
290
  msgstr ""
291
 
292
- #: ../link-library-admin.php:799
293
  msgid "Library Settings imported successfully"
294
  msgstr ""
295
 
296
- #: ../link-library-admin.php:803
297
  msgid "Library Settings Upload Failed"
298
  msgstr ""
299
 
300
- #: ../link-library-admin.php:811
301
  msgid "Links are missing categories"
302
  msgstr ""
303
 
304
- #: ../link-library-admin.php:824
305
  msgid "Link(s) Approved"
306
  msgstr ""
307
 
308
- #: ../link-library-admin.php:826
309
  msgid "Link(s) Deleted"
310
  msgstr ""
311
 
312
- #: ../link-library-admin.php:837
313
  msgid "Stylesheet updated"
314
  msgstr ""
315
 
316
- #: ../link-library-admin.php:839
317
  msgid "Stylesheet reset to original state"
318
  msgstr ""
319
 
320
- #: ../link-library-admin.php:846
321
  msgid "Settings updated"
322
  msgstr ""
323
 
324
- #: ../link-library-admin.php:880
 
 
 
 
 
 
 
 
325
  msgid "General Options"
326
  msgstr ""
327
 
328
- #: ../link-library-admin.php:885
329
  msgid "Library Settings"
330
  msgstr ""
331
 
332
- #: ../link-library-admin.php:900
333
  msgid "Reciprocal Check"
334
  msgstr ""
335
 
336
- #: ../link-library-admin.php:1058
337
  msgid "General"
338
  msgstr ""
339
 
340
- #: ../link-library-admin.php:1059
341
  msgid "Single Item Layout"
342
  msgstr ""
343
 
344
- #: ../link-library-admin.php:1060
345
  msgid "Images"
346
  msgstr ""
347
 
348
- #: ../link-library-admin.php:1061
349
  msgid "Bookmarklet"
350
  msgstr ""
351
 
352
- #: ../link-library-admin.php:1062
353
  msgid "Moderation"
354
  msgstr ""
355
 
356
- #: ../link-library-admin.php:1063
357
  msgid "Hide Donation"
358
  msgstr ""
359
 
360
- #: ../link-library-admin.php:1064
361
  msgid "Import/Export Links"
362
  msgstr ""
363
 
364
- #: ../link-library-admin.php:1071
365
  msgid "Usage"
366
  msgstr ""
367
 
368
- #: ../link-library-admin.php:1072
369
  msgid "Common"
370
  msgstr ""
371
 
372
- #: ../link-library-admin.php:1073
373
  msgid "Categories"
374
  msgstr ""
375
 
376
- #: ../link-library-admin.php:1074
377
  msgid "Links"
378
  msgstr ""
379
 
380
- #: ../link-library-admin.php:1075
381
  msgid "Advanced"
382
  msgstr ""
383
 
384
- #: ../link-library-admin.php:1076
385
  msgid "Pop-Ups"
386
  msgstr ""
387
 
388
- #: ../link-library-admin.php:1077
389
  msgid "RSS Display"
390
  msgstr ""
391
 
392
- #: ../link-library-admin.php:1078
393
  msgid "Thumbnails"
394
  msgstr ""
395
 
396
- #: ../link-library-admin.php:1079
397
  msgid "RSS Feed"
398
  msgstr ""
399
 
400
- #: ../link-library-admin.php:1080 ../link-library-admin.php:4093
401
- #: ../link-library-admin.php:4102
402
  msgid "Search"
403
  msgstr ""
404
 
405
- #: ../link-library-admin.php:1081
406
  msgid "User Submission"
407
  msgstr ""
408
 
409
- #: ../link-library-admin.php:1082
410
  msgid "Import/Export Settings"
411
  msgstr ""
412
 
413
- #: ../link-library-admin.php:1139 ../link-library-admin.php:1670
414
- #: ../link-library-admin.php:1934 ../link-library-admin.php:2051
415
- #: ../link-library-admin.php:2087
416
  msgid "Not allowed"
417
  msgstr ""
418
 
419
- #: ../link-library-admin.php:1981 ../link-library-admin.php:2024
420
- #: ../usersubmission.php:317
421
  msgid "Message generated by"
422
  msgstr ""
423
 
424
- #: ../link-library-admin.php:2132 ../link-library-admin.php:5381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  msgid "Update channel"
426
  msgstr ""
427
 
428
- #: ../link-library-admin.php:2134 ../link-library-admin.php:5383
429
  msgid "Standard channel - Updates as they are released"
430
  msgstr ""
431
 
432
- #: ../link-library-admin.php:2135 ../link-library-admin.php:5384
433
  msgid "Monthly Channel - Updates once per month"
434
  msgstr ""
435
 
436
- #: ../link-library-admin.php:2140 ../link-library-admin.php:2141
437
  msgid ""
438
  "The stylesheet is now defined and stored using the Link Library admin "
439
  "interface. This avoids problems with updates from one version to the next."
440
  msgstr ""
441
 
442
- #: ../link-library-admin.php:2146
443
  msgid "Number of Libraries"
444
  msgstr ""
445
 
446
- #: ../link-library-admin.php:2154
 
 
 
 
447
  msgid "Category selection method"
448
  msgstr ""
449
 
450
- #: ../link-library-admin.php:2156
451
  msgid "Comma-separated ID list"
452
  msgstr ""
453
 
454
- #: ../link-library-admin.php:2157
455
  msgid "Multi-select List"
456
  msgstr ""
457
 
458
- #: ../link-library-admin.php:2161 ../link-library-admin.php:2162
 
 
 
 
459
  msgid ""
460
  "Enter comma-separate list of pages on which the Link Library stylesheet and "
461
  "scripts should be loaded. Primarily used if you display Link Library using "
462
  "the API"
463
  msgstr ""
464
 
465
- #: ../link-library-admin.php:2161
466
  msgid "Additional pages to load styles and scripts"
467
  msgstr ""
468
 
469
- #: ../link-library-admin.php:2167
470
  msgid "Debug Mode"
471
  msgstr ""
472
 
473
- #: ../link-library-admin.php:2172 ../link-library-admin.php:2173
474
- #: ../link-library-admin.php:2178 ../link-library-admin.php:2179
475
  msgid ""
476
  "This function is only possible when showing one category at a time and while "
477
  "the default category is not shown."
478
  msgstr ""
479
 
480
- #: ../link-library-admin.php:2172
481
  msgid "Page Title Prefix"
482
  msgstr ""
483
 
484
- #: ../link-library-admin.php:2178
485
  msgid "Page Title Suffix"
486
  msgstr ""
487
 
488
- #: ../link-library-admin.php:2184 ../link-library-admin.php:2185
489
  msgid ""
490
  "Path for images files that are uploaded manually or generated through "
491
  "thumbnail generation service"
492
  msgstr ""
493
 
494
- #: ../link-library-admin.php:2184
495
  msgid "Link Image File Path"
496
  msgstr ""
497
 
498
- #: ../link-library-admin.php:2187
499
  msgid "Absolute"
500
  msgstr ""
501
 
502
- #: ../link-library-admin.php:2188
503
  msgid "Relative"
504
  msgstr ""
505
 
506
- #: ../link-library-admin.php:2192
507
  msgid "Thumbnail Generator"
508
  msgstr ""
509
 
510
- #: ../link-library-admin.php:2203 ../link-library-admin.php:2204
511
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
512
  msgstr ""
513
 
514
- #: ../link-library-admin.php:2203
515
  msgid "Thumbshots API Key"
516
  msgstr ""
517
 
518
- #: ../link-library-admin.php:2211
519
  msgid "Robothumb Thumbnail size"
520
  msgstr ""
521
 
522
- #: ../link-library-admin.php:2224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgid "Links Date Format"
524
  msgstr ""
525
 
526
- #: ../link-library-admin.php:2224
527
  msgid "Help"
528
  msgstr ""
529
 
530
- #: ../link-library-admin.php:2231 ../link-library-admin.php:2232
531
  msgid "Enter list of additional link protocols, seperated by commas"
532
  msgstr ""
533
 
534
- #: ../link-library-admin.php:2231
535
  msgid "Additional protocols"
536
  msgstr ""
537
 
538
- #: ../link-library-admin.php:2235
539
  msgid "Time before clearing RSS display cache (in seconds)"
540
  msgstr ""
541
 
542
- #: ../link-library-admin.php:2291 ../link-library-admin.php:2292
543
  msgid "Custom full URL for expand icon. Uses default image if left empty."
544
  msgstr ""
545
 
546
- #: ../link-library-admin.php:2291
547
  msgid "Expand Icon Image"
548
  msgstr ""
549
 
550
- #: ../link-library-admin.php:2298 ../link-library-admin.php:2299
551
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
552
  msgstr ""
553
 
554
- #: ../link-library-admin.php:2298
555
  msgid "Collapse Icon Image"
556
  msgstr ""
557
 
558
- #: ../link-library-admin.php:2313
559
  msgid "Add new links to your site with this bookmarklet."
560
  msgstr ""
561
 
562
- #: ../link-library-admin.php:2314
563
  msgid ""
564
  "To use this feature, drag-and-drop the button below to your favorite / "
565
  "bookmark toolbar."
566
  msgstr ""
567
 
568
- #: ../link-library-admin.php:2315
569
  msgid "Add to Links"
570
  msgstr ""
571
 
572
- #: ../link-library-admin.php:2328
573
  msgid ""
574
  "Approval and rejection e-mail functionality will only work correctly if the "
575
  "submitter e-mail field is displayed on the user link submission form"
576
  msgstr ""
577
 
578
- #: ../link-library-admin.php:2332 ../link-library-admin.php:2333
579
  msgid ""
580
  "URL that user will be redirected to after submitting new link. When used, "
581
  "the short code [link-library-addlinkcustommsg] should be placed on the "
582
  "destination page."
583
  msgstr ""
584
 
585
- #: ../link-library-admin.php:2332
586
  msgid "Link Acknowledgement URL"
587
  msgstr ""
588
 
589
- #: ../link-library-admin.php:2338
590
  msgid ""
591
  "Title of e-mail sent to site admin when new links are submitted. Use "
592
  "%linkname% as a variable to be replaced by the actual link name"
593
  msgstr ""
594
 
595
- #: ../link-library-admin.php:2338
596
  msgid "Moderation Notification Title"
597
  msgstr ""
598
 
599
- #: ../link-library-admin.php:2344
600
  msgid ""
601
  "Will send a confirmation e-mail to link submitter if they provided their "
602
  "contact information"
603
  msgstr ""
604
 
605
- #: ../link-library-admin.php:2344
606
  msgid "E-mail submitter on link approval or rejection"
607
  msgstr ""
608
 
609
- #: ../link-library-admin.php:2349
610
  msgid "Suppress Link Library message in e-mail footer"
611
  msgstr ""
612
 
613
- #: ../link-library-admin.php:2354
614
  msgid "Only use first part of submitter name"
615
  msgstr ""
616
 
617
- #: ../link-library-admin.php:2359
618
  msgid ""
619
  "The name of the e-mail account that the approval e-mail will be sent from"
620
  msgstr ""
621
 
622
- #: ../link-library-admin.php:2359
623
  msgid "Moderator Name"
624
  msgstr ""
625
 
626
- #: ../link-library-admin.php:2365
627
  msgid "The e-mail address that the approval e-mail will be sent from"
628
  msgstr ""
629
 
630
- #: ../link-library-admin.php:2365
631
  msgid "Moderator E-mail"
632
  msgstr ""
633
 
634
- #: ../link-library-admin.php:2371
635
  msgid ""
636
  "Title of approval e-mail. Use %linkname% as a variable to be replaced by the "
637
  "actual link name"
638
  msgstr ""
639
 
640
- #: ../link-library-admin.php:2371
641
  msgid "Approval e-mail title"
642
  msgstr ""
643
 
644
- #: ../link-library-admin.php:2377
645
  msgid ""
646
  "Body of approval e-mail. Use %linkname% as a variable to be replaced by the "
647
  "actual link name, %submittername% for the submitter name and %linkurl% for "
648
  "the link address"
649
  msgstr ""
650
 
651
- #: ../link-library-admin.php:2377
652
  msgid "Approval e-mail body"
653
  msgstr ""
654
 
655
- #: ../link-library-admin.php:2383
656
  msgid ""
657
  "Title of rejection e-mail. Use %linkname% as a variable to be replaced by "
658
  "the actual link name"
659
  msgstr ""
660
 
661
- #: ../link-library-admin.php:2383
662
  msgid "Rejection e-mail title"
663
  msgstr ""
664
 
665
- #: ../link-library-admin.php:2389
666
  msgid ""
667
  "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the "
668
  "actual link name, %submittername% for the submitter name and %linkurl% for "
669
  "the link address"
670
  msgstr ""
671
 
672
- #: ../link-library-admin.php:2389
673
  msgid "Rejection e-mail body"
674
  msgstr ""
675
 
676
- #: ../link-library-admin.php:2402
677
  msgid ""
678
  "The following option allows you to hide the Donate button and Support the "
679
  "Author section in the Link Library Admin pages. If you enjoy this plugin and "
@@ -682,288 +792,294 @@ msgid ""
682
  "other elements."
683
  msgstr ""
684
 
685
- #: ../link-library-admin.php:2405
686
  msgid "Hide Donation and Support Links"
687
  msgstr ""
688
 
689
- #: ../link-library-admin.php:2420
690
  msgid "Export all links to a CSV file"
691
  msgstr ""
692
 
693
- #: ../link-library-admin.php:2422
694
  msgid "Export All Links"
695
  msgstr ""
696
 
697
- #: ../link-library-admin.php:2429
698
  msgid ""
699
  "Allows for links to be added in batch to the Wordpress links database. CSV "
700
  "file needs to follow template for column layout."
701
  msgstr ""
702
 
703
- #: ../link-library-admin.php:2429
704
  msgid "CSV file to upload to import links"
705
  msgstr ""
706
 
707
- #: ../link-library-admin.php:2429
708
  msgid "file template"
709
  msgstr ""
710
 
711
- #: ../link-library-admin.php:2432
712
  msgid "Import Links from CSV"
713
  msgstr ""
714
 
715
- #: ../link-library-admin.php:2436
716
- msgid "First row contains column headers"
717
- msgstr ""
718
-
719
- #: ../link-library-admin.php:2440 ../link-library-admin.php:2470
720
  msgid "Update items when URL is identical"
721
  msgstr ""
722
 
723
- #: ../link-library-admin.php:2448
724
  msgid "Import links from site pages"
725
  msgstr ""
726
 
727
- #: ../link-library-admin.php:2449
728
  msgid "All Pages and Posts"
729
  msgstr ""
730
 
731
- #: ../link-library-admin.php:2450
732
  msgid "All Pages, Posts and Custom Post Types"
733
  msgstr ""
734
 
735
- #: ../link-library-admin.php:2451
736
  msgid "Specific Page"
737
  msgstr ""
738
 
739
- #: ../link-library-admin.php:2455
740
  msgid "Specific Post"
741
  msgstr ""
742
 
743
- #: ../link-library-admin.php:2465
744
  msgid "Specific "
745
  msgstr ""
746
 
747
- #: ../link-library-admin.php:2484
748
  msgid "Import Links from Site"
749
  msgstr ""
750
 
751
- #: ../link-library-admin.php:2494
752
  msgid "Save Settings"
753
  msgstr ""
754
 
755
- #: ../link-library-admin.php:2503
756
  msgid "Update Settings"
757
  msgstr ""
758
 
759
- #: ../link-library-admin.php:2514 ../link-library-admin.php:3183
760
- #: ../link-library-admin.php:3495 ../link-library-admin.php:4286
761
- #: ../usersubmission.php:295 ../usersubmission.php:352
762
  msgid "Link Name"
763
  msgstr ""
764
 
765
- #: ../link-library-admin.php:2515 ../link-library-admin.php:4321
766
- #: ../link-library-defaults.php:123 ../usersubmission.php:301
767
- #: ../usersubmission.php:371
768
  msgid "Link Category"
769
  msgstr ""
770
 
771
- #: ../link-library-admin.php:2516
 
 
 
 
 
 
772
  msgid "Link URL"
773
  msgstr ""
774
 
775
- #: ../link-library-admin.php:2517 ../link-library-admin.php:3183
776
- #: ../link-library-admin.php:3540 ../link-library-admin.php:4400
777
- #: ../link-library-defaults.php:124 ../usersubmission.php:298
778
- #: ../usersubmission.php:360
779
  msgid "Link Description"
780
  msgstr ""
781
 
782
- #: ../link-library-admin.php:2560
783
  msgid "No Links Found to Moderate"
784
  msgstr ""
785
 
786
- #: ../link-library-admin.php:2567
787
  msgid "Check All"
788
  msgstr ""
789
 
790
- #: ../link-library-admin.php:2568
791
  msgid "Uncheck All"
792
  msgstr ""
793
 
794
- #: ../link-library-admin.php:2570
795
  msgid "Approve Selected Items"
796
  msgstr ""
797
 
798
- #: ../link-library-admin.php:2571
799
  msgid "Delete Selected Items"
800
  msgstr ""
801
 
802
- #: ../link-library-admin.php:2594
803
  msgid ""
804
  "If the stylesheet editor is empty after upgrading, reset to the default "
805
  "stylesheet using the button below or copy/paste your backup stylesheet into "
806
  "the editor."
807
  msgstr ""
808
 
809
- #: ../link-library-admin.php:2601
810
  msgid "Submit"
811
  msgstr ""
812
 
813
- #: ../link-library-admin.php:2601
814
  msgid "Reset to default"
815
  msgstr ""
816
 
817
- #: ../link-library-admin.php:2612
818
  msgid "Select Current Library Settings"
819
  msgstr ""
820
 
821
- #: ../link-library-admin.php:2629
822
  msgid "Go"
823
  msgstr ""
824
 
825
- #: ../link-library-admin.php:2631
826
  msgid "Copy from:"
827
  msgstr ""
828
 
829
- #: ../link-library-admin.php:2647
830
  msgid "Copy"
831
  msgstr ""
832
 
833
- #: ../link-library-admin.php:2661 ../link-library-admin.php:2664
834
- #: ../link-library-admin.php:2668
835
  msgid ""
836
  "Link Library Supports the Creation of an unlimited number of configurations "
837
  "to display link lists on your site"
838
  msgstr ""
839
 
840
- #: ../link-library-admin.php:2665
841
  msgid "Library Name"
842
  msgstr ""
843
 
844
- #: ../link-library-admin.php:2667
845
  msgid "Feature"
846
  msgstr ""
847
 
848
- #: ../link-library-admin.php:2669
849
  msgid "Code to insert on a Wordpress page"
850
  msgstr ""
851
 
852
- #: ../link-library-admin.php:2676
853
  msgid "Display basic link library"
854
  msgstr ""
855
 
856
- #: ../link-library-admin.php:2682
857
  msgid "Display list of link categories"
858
  msgstr ""
859
 
860
- #: ../link-library-admin.php:2688
861
  msgid "Display search box"
862
  msgstr ""
863
 
864
- #: ../link-library-admin.php:2694
865
  msgid "Display link submission form"
866
  msgstr ""
867
 
868
- #: ../link-library-admin.php:2701
 
 
 
 
869
  #, php-format
870
  msgid ""
871
  "You are about to Delete Library #'%s'\n"
872
  " 'Cancel' to stop, 'OK' to delete."
873
  msgstr ""
874
 
875
- #: ../link-library-admin.php:2701
876
  msgid "Delete Library"
877
  msgstr ""
878
 
879
- #: ../link-library-admin.php:2702
880
  #, php-format
881
  msgid ""
882
  "You are about to reset Library '%s'\n"
883
  " 'Cancel' to stop, 'OK' to reset."
884
  msgstr ""
885
 
886
- #: ../link-library-admin.php:2702
887
  msgid "Reset current Library"
888
  msgstr ""
889
 
890
- #: ../link-library-admin.php:2703
891
  #, php-format
892
  msgid ""
893
  "You are about to reset Library '%s' for a table layout\n"
894
  " 'Cancel' to stop, 'OK' to reset."
895
  msgstr ""
896
 
897
- #: ../link-library-admin.php:2703
898
  msgid "Reset current Library for table layout"
899
  msgstr ""
900
 
901
- #: ../link-library-admin.php:2734
902
  msgid "No link categories! Create some!"
903
  msgstr ""
904
 
905
- #: ../link-library-admin.php:2751
906
  msgid "Current Library Name"
907
  msgstr ""
908
 
909
- #: ../link-library-admin.php:2758 ../link-library-admin.php:2766
910
  msgid "Leave Empty to see all categories"
911
  msgstr ""
912
 
913
- #: ../link-library-admin.php:2758 ../link-library-admin.php:2766
914
- #: ../link-library-admin.php:2786 ../link-library-admin.php:2790
915
  msgid "Enter list of comma-separated"
916
  msgstr ""
917
 
918
- #: ../link-library-admin.php:2758 ../link-library-admin.php:2766
919
  msgid "numeric category IDs"
920
  msgstr ""
921
 
922
- #: ../link-library-admin.php:2758
923
  msgid ""
924
  "To find the IDs, go to the Link Categories admin page, place the mouse above "
925
  "a category name and look for its ID in the address shown in your browsers "
926
  "status bar. For example"
927
  msgstr ""
928
 
929
- #: ../link-library-admin.php:2760
930
  msgid "Categories to be displayed (Empty=All)"
931
  msgstr ""
932
 
933
- #: ../link-library-admin.php:2762
934
  msgid "Categories to be displayed"
935
  msgstr ""
936
 
937
- #: ../link-library-admin.php:2766 ../link-library-admin.php:2786
938
- #: ../link-library-admin.php:2790
939
  msgid "For example"
940
  msgstr ""
941
 
942
- #: ../link-library-admin.php:2779
943
  msgid "Show all categories"
944
  msgstr ""
945
 
946
- #: ../link-library-admin.php:2786 ../link-library-admin.php:2790
947
  msgid "numeric category IDs that should not be shown"
948
  msgstr ""
949
 
950
- #: ../link-library-admin.php:2787
951
  msgid "Categories to be excluded"
952
  msgstr ""
953
 
954
- #: ../link-library-admin.php:2799
955
  msgid "No Exclusions"
956
  msgstr ""
957
 
958
- #: ../link-library-admin.php:2806 ../link-library-admin.php:2809
959
  msgid "Only show one category of links at a time"
960
  msgstr ""
961
 
962
- #: ../link-library-admin.php:2807
963
  msgid "Only show one category at a time"
964
  msgstr ""
965
 
966
- #: ../link-library-admin.php:2812
967
  msgid ""
968
  "Select if AJAX should be used to only reload the list of links without "
969
  "reloading the whole page or HTML GET to reload entire page with a new link. "
@@ -971,1543 +1087,1640 @@ msgid ""
971
  "correctly."
972
  msgstr ""
973
 
974
- #: ../link-library-admin.php:2812
975
  msgid "Switching Method"
976
  msgstr ""
977
 
978
- #: ../link-library-admin.php:2830
979
  msgid ""
980
  "Default category to be shown when only showing one at a time (numeric ID)"
981
  msgstr ""
982
 
983
- #: ../link-library-admin.php:2835
984
  msgid "Hide category on start in single cat mode"
985
  msgstr ""
986
 
987
- #: ../link-library-admin.php:2840 ../link-library-admin.php:2843
988
  msgid "File path is relative to Link Library plugin directory"
989
  msgstr ""
990
 
991
- #: ../link-library-admin.php:2841
992
  msgid "Icon to display when performing AJAX queries"
993
  msgstr ""
994
 
995
- #: ../link-library-admin.php:2852 ../link-library-admin.php:2855
996
  msgid "Only show a limited number of links and add page navigation links"
997
  msgstr ""
998
 
999
- #: ../link-library-admin.php:2853
1000
  msgid "Paginate Results"
1001
  msgstr ""
1002
 
1003
- #: ../link-library-admin.php:2858 ../link-library-admin.php:2861
1004
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
1005
  msgstr ""
1006
 
1007
- #: ../link-library-admin.php:2859
1008
  msgid "Links per Page"
1009
  msgstr ""
1010
 
1011
- #: ../link-library-admin.php:2867
1012
  msgid "Pagination Position"
1013
  msgstr ""
1014
 
1015
- #: ../link-library-admin.php:2871
1016
  msgid "After Links"
1017
  msgstr ""
1018
 
1019
- #: ../link-library-admin.php:2872 ../link-library-admin.php:2926
1020
  msgid "Before Links"
1021
  msgstr ""
1022
 
1023
- #: ../link-library-admin.php:2876
1024
  msgid "Hide Results if Empty"
1025
  msgstr ""
1026
 
1027
- #: ../link-library-admin.php:2887
1028
  msgid "Enable Permalinks"
1029
  msgstr ""
1030
 
1031
- #: ../link-library-admin.php:2893
1032
  msgid "Permalinks Page"
1033
  msgstr ""
1034
 
1035
- #: ../link-library-admin.php:2901
1036
  msgid "Permalink Top Page Text"
1037
  msgstr ""
1038
 
1039
- #: ../link-library-admin.php:2909
1040
  msgid "Category links in permalinks mode"
1041
  msgstr ""
1042
 
1043
- #: ../link-library-admin.php:2915
1044
  msgid "Show breadcrumbs in permalinks mode"
1045
  msgstr ""
1046
 
1047
- #: ../link-library-admin.php:2925
1048
  msgid "Display alphabetic cat filter"
1049
  msgstr ""
1050
 
1051
- #: ../link-library-admin.php:2926
1052
  msgid "Do not display"
1053
  msgstr ""
1054
 
1055
- #: ../link-library-admin.php:2926
1056
  msgid "Before Categories"
1057
  msgstr ""
1058
 
1059
- #: ../link-library-admin.php:2926
1060
  msgid "Before Categories and Links"
1061
  msgstr ""
1062
 
1063
- #: ../link-library-admin.php:2933
1064
  msgid "Auto-select first alphabetic cat item"
1065
  msgstr ""
1066
 
1067
- #: ../link-library-admin.php:2937
1068
  msgid "Display ALL box in alphabetic cat filter"
1069
  msgstr ""
1070
 
1071
- #: ../link-library-admin.php:2939
1072
  msgid "Cat filter label"
1073
  msgstr ""
1074
 
1075
- #: ../link-library-admin.php:2943
1076
  msgid "Only display links submitted by current user"
1077
  msgstr ""
1078
 
1079
- #: ../link-library-admin.php:2988
1080
  msgid "Results Order"
1081
  msgstr ""
1082
 
1083
- #: ../link-library-admin.php:2992 ../link-library-admin.php:3143
1084
  msgid "Order by Name"
1085
  msgstr ""
1086
 
1087
- #: ../link-library-admin.php:2993 ../link-library-admin.php:3144
1088
  msgid "Order by ID"
1089
  msgstr ""
1090
 
1091
- #: ../link-library-admin.php:2995
1092
- msgid "Order of categories based on included category list"
1093
- msgstr ""
1094
-
1095
- #: ../link-library-admin.php:2997
1096
- msgid "Order by"
1097
  msgstr ""
1098
 
1099
- #: ../link-library-admin.php:2997 ../link-library-admin.php:3145
1100
- msgid "Wordpress Plugin"
1101
  msgstr ""
1102
 
1103
- #: ../link-library-admin.php:3002
1104
  msgid "Link Categories Display Format"
1105
  msgstr ""
1106
 
1107
- #: ../link-library-admin.php:3006 ../link-library-admin.php:3226
1108
  msgid "Table"
1109
  msgstr ""
1110
 
1111
- #: ../link-library-admin.php:3007 ../link-library-admin.php:3227
1112
  msgid "Unordered List"
1113
  msgstr ""
1114
 
1115
- #: ../link-library-admin.php:3008
1116
  msgid "Drop-Down List"
1117
  msgstr ""
1118
 
1119
- #: ../link-library-admin.php:3009
1120
  msgid "Drop-Down List Direct Access"
1121
  msgstr ""
1122
 
1123
- #: ../link-library-admin.php:3015
1124
  msgid "Display link counts"
1125
  msgstr ""
1126
 
1127
- #: ../link-library-admin.php:3021
1128
  msgid "Display categories with search results"
1129
  msgstr ""
1130
 
1131
- #: ../link-library-admin.php:3026 ../link-library-admin.php:3029
1132
- msgid "This setting does not apply when selecting My Link Order for the order"
1133
- msgstr ""
1134
-
1135
- #: ../link-library-admin.php:3027 ../link-library-admin.php:3197
1136
  msgid "Direction"
1137
  msgstr ""
1138
 
1139
- #: ../link-library-admin.php:3031 ../link-library-admin.php:3201
1140
  msgid "Ascending"
1141
  msgstr ""
1142
 
1143
- #: ../link-library-admin.php:3032 ../link-library-admin.php:3202
1144
  msgid "Descending"
1145
  msgstr ""
1146
 
1147
- #: ../link-library-admin.php:3036 ../link-library-admin.php:3039
1148
- #: ../link-library-admin.php:3151 ../link-library-admin.php:3154
1149
  msgid ""
1150
  "Use [ and ] in the description to perform special actions using HTML such as "
1151
  "inserting images instead of < and >"
1152
  msgstr ""
1153
 
1154
- #: ../link-library-admin.php:3037 ../link-library-admin.php:3152
1155
  msgid "Show Category Description"
1156
  msgstr ""
1157
 
1158
- #: ../link-library-admin.php:3041 ../link-library-admin.php:3156
1159
  msgid "Position"
1160
  msgstr ""
1161
 
1162
- #: ../link-library-admin.php:3043 ../link-library-admin.php:3158
1163
  msgid "Right"
1164
  msgstr ""
1165
 
1166
- #: ../link-library-admin.php:3044 ../link-library-admin.php:3159
1167
  msgid "Left"
1168
  msgstr ""
1169
 
1170
- #: ../link-library-admin.php:3050
1171
  msgid "Width of Categories Table in Percents"
1172
  msgstr ""
1173
 
1174
- #: ../link-library-admin.php:3056 ../link-library-admin.php:3059
1175
  msgid ""
1176
  "Determines the number of alternating div tags that will be placed before and "
1177
  "after each link category"
1178
  msgstr ""
1179
 
1180
- #: ../link-library-admin.php:3056 ../link-library-admin.php:3059
1181
  msgid ""
1182
  "These div tags can be used to style of position link categories on the link "
1183
  "page"
1184
  msgstr ""
1185
 
1186
- #: ../link-library-admin.php:3057
1187
  msgid "Number of alternating div classes"
1188
  msgstr ""
1189
 
1190
- #: ../link-library-admin.php:3072
1191
  msgid "Number of columns in Categories Table"
1192
  msgstr ""
1193
 
1194
- #: ../link-library-admin.php:3079
1195
  msgid "First div class name"
1196
  msgstr ""
1197
 
1198
- #: ../link-library-admin.php:3087
1199
  msgid "Use Div Class or Heading tag around Category Names"
1200
  msgstr ""
1201
 
1202
- #: ../link-library-admin.php:3091
1203
  msgid "Div Class"
1204
  msgstr ""
1205
 
1206
- #: ../link-library-admin.php:3092
1207
  msgid "Heading Tag"
1208
  msgstr ""
1209
 
1210
- #: ../link-library-admin.php:3097
1211
  msgid "Second div class name"
1212
  msgstr ""
1213
 
1214
- #: ../link-library-admin.php:3104 ../link-library-admin.php:3107
1215
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1216
  msgstr ""
1217
 
1218
- #: ../link-library-admin.php:3105
1219
  msgid "Div Class Name or Heading label"
1220
  msgstr ""
1221
 
1222
- #: ../link-library-admin.php:3112
1223
  msgid "Third div class name"
1224
  msgstr ""
1225
 
1226
- #: ../link-library-admin.php:3119 ../link-library-admin.php:3122
1227
  msgid ""
1228
  "Set this address to a page running Link Library to place categories on a "
1229
  "different page. Should always be used with the Show One Category at a Time "
1230
  "and HTMLGET fetch method."
1231
  msgstr ""
1232
 
1233
- #: ../link-library-admin.php:3120
1234
  msgid "Category Target Address"
1235
  msgstr ""
1236
 
1237
- #: ../link-library-admin.php:3139
1238
  msgid "Link Results Order"
1239
  msgstr ""
1240
 
1241
- #: ../link-library-admin.php:3145
1242
- msgid "Order set by "
1243
- msgstr ""
1244
-
1245
- #: ../link-library-admin.php:3146
1246
  msgid "Order randomly"
1247
  msgstr ""
1248
 
1249
- #: ../link-library-admin.php:3147
1250
  msgid "Order by updated date"
1251
  msgstr ""
1252
 
1253
- #: ../link-library-admin.php:3160
 
 
 
 
1254
  msgid "After Category Name"
1255
  msgstr ""
1256
 
1257
- #: ../link-library-admin.php:3161
1258
  msgid "After Top-Level Category Name"
1259
  msgstr ""
1260
 
1261
- #: ../link-library-admin.php:3166
1262
  msgid "List Featured Links ahead of Regular Links"
1263
  msgstr ""
1264
 
1265
- #: ../link-library-admin.php:3170
1266
  msgid "Show Expand Link button and hide links"
1267
  msgstr ""
1268
 
1269
- #: ../link-library-admin.php:3175
1270
  msgid "Combine all results without categories"
1271
  msgstr ""
1272
 
1273
- #: ../link-library-admin.php:3179
1274
  msgid "Link Title Content"
1275
  msgstr ""
1276
 
1277
- #: ../link-library-admin.php:3196 ../link-library-admin.php:3199
1278
- msgid "Except for My Link Order mode"
 
1279
  msgstr ""
1280
 
1281
- #: ../link-library-admin.php:3206 ../link-library-admin.php:3209
1282
- msgid "Leave empty to show all results"
1283
  msgstr ""
1284
 
1285
- #: ../link-library-admin.php:3207
1286
- msgid "Max number of links to display"
 
 
 
 
1287
  msgstr ""
1288
 
1289
- #: ../link-library-admin.php:3214 ../link-library-admin.php:3217
1290
  msgid ""
1291
  "Sets default link target window, does not override specific targets set in "
1292
  "links"
1293
  msgstr ""
1294
 
1295
- #: ../link-library-admin.php:3215
1296
  msgid "Link Target"
1297
  msgstr ""
1298
 
1299
- #: ../link-library-admin.php:3222
1300
  msgid "Link Display Format"
1301
  msgstr ""
1302
 
1303
- #: ../link-library-admin.php:3233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
  msgid "Show Column Headers"
1305
  msgstr ""
1306
 
1307
- #: ../link-library-admin.php:3240
1308
  msgid "Column Headers Override"
1309
  msgstr ""
1310
 
1311
- #: ../link-library-admin.php:3243
1312
  msgid "Comma-separated list of column header labels"
1313
  msgstr ""
1314
 
1315
- #: ../link-library-admin.php:3249
1316
  msgid "Allow sorting through column headers"
1317
  msgstr ""
1318
 
1319
- #: ../link-library-admin.php:3257
1320
  msgid "Hide Category Names"
1321
  msgstr ""
1322
 
1323
- #: ../link-library-admin.php:3264
1324
  msgid "Show Hidden Links"
1325
  msgstr ""
1326
 
1327
- #: ../link-library-admin.php:3272
1328
  msgid "Hide links of children categories"
1329
  msgstr ""
1330
 
1331
- #: ../link-library-admin.php:3279
1332
  msgid "Child category depth limit"
1333
  msgstr ""
1334
 
1335
- #: ../link-library-admin.php:3287
1336
  msgid "Hide children categories on top page"
1337
  msgstr ""
1338
 
1339
- #: ../link-library-admin.php:3294 ../link-library-admin.php:3297
1340
  msgid "Need to be active for Link Categories to work"
1341
  msgstr ""
1342
 
1343
- #: ../link-library-admin.php:3295
1344
  msgid "Embed HTML anchors"
1345
  msgstr ""
1346
 
1347
- #: ../link-library-admin.php:3302
1348
  msgid "Show Hidden Links to Admins/Editors"
1349
  msgstr ""
1350
 
1351
- #: ../link-library-admin.php:3319
1352
  msgid ""
1353
  "Arrange the items below via drag-and-drop to order the various Link Library "
1354
  "elements."
1355
  msgstr ""
1356
 
1357
- #: ../link-library-admin.php:3346 ../render-link-library-sc.php:986
1358
  msgid "Name"
1359
  msgstr ""
1360
 
1361
- #: ../link-library-admin.php:3350 ../render-link-library-sc.php:987
1362
  msgid "Date"
1363
  msgstr ""
1364
 
1365
- #: ../link-library-admin.php:3354
1366
  msgid "Desc"
1367
  msgstr ""
1368
 
1369
- #: ../link-library-admin.php:3358 ../link-library-admin.php:4706
1370
- #: ../render-link-library-sc.php:988
1371
  msgid "Notes"
1372
  msgstr ""
1373
 
1374
- #: ../link-library-admin.php:3362 ../render-link-library-sc.php:988
1375
  msgid "RSS"
1376
  msgstr ""
1377
 
1378
- #: ../link-library-admin.php:3366 ../link-library-admin.php:3591
1379
- #: ../render-link-library-sc.php:989
1380
  msgid "Web Link"
1381
  msgstr ""
1382
 
1383
- #: ../link-library-admin.php:3370
1384
  msgid "Phone"
1385
  msgstr ""
1386
 
1387
- #: ../link-library-admin.php:3374 ../link-library-admin.php:3648
1388
- #: ../link-library-admin.php:4492 ../link-library-admin.php:5002
1389
- #: ../link-library-defaults.php:172 ../render-link-library-addlink-sc.php:442
1390
- #: ../render-link-library-sc.php:990
1391
  msgid "E-mail"
1392
  msgstr ""
1393
 
1394
- #: ../link-library-admin.php:3378 ../render-link-library-sc.php:990
1395
  msgid "Hits"
1396
  msgstr ""
1397
 
1398
- #: ../link-library-admin.php:3382 ../link-library-admin.php:4970
1399
- #: ../render-link-library-sc.php:991
1400
  msgid "Rating"
1401
  msgstr ""
1402
 
1403
- #: ../link-library-admin.php:3386
1404
  msgid "Large Desc"
1405
  msgstr ""
1406
 
1407
- #: ../link-library-admin.php:3390 ../link-library-admin.php:3727
1408
- #: ../link-library-admin.php:4508 ../link-library-admin.php:5027
1409
- #: ../link-library-defaults.php:184 ../render-link-library-addlink-sc.php:460
1410
- #: ../render-link-library-sc.php:992
1411
  msgid "Submitter Name"
1412
  msgstr ""
1413
 
1414
- #: ../link-library-admin.php:3394
1415
  msgid "Cat Desc"
1416
  msgstr ""
1417
 
1418
- #: ../link-library-admin.php:3398 ../render-link-library-sc.php:993
1419
  msgid "Tags"
1420
  msgstr ""
1421
 
1422
- #: ../link-library-admin.php:3402 ../link-library-admin.php:5039
1423
- #: ../link-library.php:894 ../render-link-library-sc.php:993
1424
  msgid "Price"
1425
  msgstr ""
1426
 
1427
- #: ../link-library-admin.php:3414
1428
  msgid "Display"
1429
  msgstr ""
1430
 
1431
- #: ../link-library-admin.php:3415
1432
  msgid "Before"
1433
  msgstr ""
1434
 
1435
- #: ../link-library-admin.php:3416
1436
  msgid "After"
1437
  msgstr ""
1438
 
1439
- #: ../link-library-admin.php:3417
1440
  msgid "Additional Details"
1441
  msgstr ""
1442
 
1443
- #: ../link-library-admin.php:3418
1444
  msgid "Link Source"
1445
  msgstr ""
1446
 
1447
- #: ../link-library-admin.php:3421
1448
  msgid ""
1449
  "This column allows for the output of text/code before the first link in each "
1450
  "category"
1451
  msgstr ""
1452
 
1453
- #: ../link-library-admin.php:3421
1454
  msgid "Before first link"
1455
  msgstr ""
1456
 
1457
- #: ../link-library-admin.php:3423
1458
  msgid "Output of text/code before the first link in each category"
1459
  msgstr ""
1460
 
1461
- #: ../link-library-admin.php:3429
1462
  msgid ""
1463
  "This column allows for the output of text/code before a number of links "
1464
  "determined by the Display field"
1465
  msgstr ""
1466
 
1467
- #: ../link-library-admin.php:3429
1468
  msgid "Intermittent Before Link"
1469
  msgstr ""
1470
 
1471
- #: ../link-library-admin.php:3430
1472
  msgid "Frequency of additional output before and after complete link group"
1473
  msgstr ""
1474
 
1475
- #: ../link-library-admin.php:3433 ../link-library-admin.php:3443
1476
  msgid "Output before complete link group (link, notes, desc, etc...)"
1477
  msgstr ""
1478
 
1479
- #: ../link-library-admin.php:3441
1480
  msgid "This column allows for the output of text/code before each link"
1481
  msgstr ""
1482
 
1483
- #: ../link-library-admin.php:3441
1484
  msgid "Before Link"
1485
  msgstr ""
1486
 
1487
- #: ../link-library-admin.php:3471
1488
  msgid "This column allows for the output of text/code before each link image"
1489
  msgstr ""
1490
 
1491
- #: ../link-library-admin.php:3475
1492
  msgid "Code/Text to be displayed before each link image"
1493
  msgstr ""
1494
 
1495
- #: ../link-library-admin.php:3478
1496
  msgid "Code/Text to be displayed after each link image"
1497
  msgstr ""
1498
 
1499
- #: ../link-library-admin.php:3481
1500
  msgid "CSS Class to be assigned to link image"
1501
  msgstr ""
1502
 
1503
- #: ../link-library-admin.php:3486 ../link-library-admin.php:3513
1504
- #: ../link-library-admin.php:3610 ../link-library-admin.php:3639
1505
  msgid "Primary"
1506
  msgstr ""
1507
 
1508
- #: ../link-library-admin.php:3487 ../link-library-admin.php:3514
1509
- #: ../link-library-admin.php:3611 ../link-library-admin.php:3640
1510
  msgid "Secondary"
1511
  msgstr ""
1512
 
1513
- #: ../link-library-admin.php:3495
1514
  msgid ""
1515
  "This column allows for the output of text/code before and after each link "
1516
  "name"
1517
  msgstr ""
1518
 
1519
- #: ../link-library-admin.php:3499
1520
  msgid "Code/Text to be displayed before each link"
1521
  msgstr ""
1522
 
1523
- #: ../link-library-admin.php:3502
1524
  msgid "Code/Text to be displayed after each link"
1525
  msgstr ""
1526
 
1527
- #: ../link-library-admin.php:3507
1528
  msgid "No Tooltip"
1529
  msgstr ""
1530
 
1531
- #: ../link-library-admin.php:3508 ../link-library-admin.php:4702
1532
- #: ../render-link-library-sc.php:987
1533
  msgid "Description"
1534
  msgstr ""
1535
 
1536
- #: ../link-library-admin.php:3515
1537
  msgid "Dedicated page"
1538
  msgstr ""
1539
 
1540
- #: ../link-library-admin.php:3523
1541
  msgid ""
1542
  "This column allows for the output of text/code before and after each link "
1543
  "date stamp"
1544
  msgstr ""
1545
 
1546
- #: ../link-library-admin.php:3523
1547
  msgid "Link Date"
1548
  msgstr ""
1549
 
1550
- #: ../link-library-admin.php:3524
1551
  msgid "Check to display link date"
1552
  msgstr ""
1553
 
1554
- #: ../link-library-admin.php:3527
1555
  msgid "Code/Text to be displayed before each date"
1556
  msgstr ""
1557
 
1558
- #: ../link-library-admin.php:3530
1559
  msgid "Code/Text to be displayed after each date"
1560
  msgstr ""
1561
 
1562
- #: ../link-library-admin.php:3540
1563
  msgid ""
1564
  "This column allows for the output of text/code before and after each link "
1565
  "description"
1566
  msgstr ""
1567
 
1568
- #: ../link-library-admin.php:3541
1569
  msgid "Check to display link descriptions"
1570
  msgstr ""
1571
 
1572
- #: ../link-library-admin.php:3544
1573
  msgid "Code/Text to be displayed before each description"
1574
  msgstr ""
1575
 
1576
- #: ../link-library-admin.php:3547
1577
  msgid "Code/Text to be displayed after each description"
1578
  msgstr ""
1579
 
1580
- #: ../link-library-admin.php:3557
1581
  msgid ""
1582
  "This column allows for the output of text/code before and after each link "
1583
  "notes"
1584
  msgstr ""
1585
 
1586
- #: ../link-library-admin.php:3557 ../link-library-admin.php:4415
1587
- #: ../link-library-defaults.php:125 ../usersubmission.php:300
1588
- #: ../usersubmission.php:368
1589
  msgid "Link Notes"
1590
  msgstr ""
1591
 
1592
- #: ../link-library-admin.php:3558
1593
  msgid "Check to display link notes"
1594
  msgstr ""
1595
 
1596
- #: ../link-library-admin.php:3561
1597
  msgid "Code/Text to be displayed before each note"
1598
  msgstr ""
1599
 
1600
- #: ../link-library-admin.php:3564
1601
  msgid "Code/Text to be displayed after each note"
1602
  msgstr ""
1603
 
1604
- #: ../link-library-admin.php:3574
1605
  msgid ""
1606
  "This column allows for the output of text/code before and after the RSS icons"
1607
  msgstr ""
1608
 
1609
- #: ../link-library-admin.php:3574
1610
  msgid "RSS Icons"
1611
  msgstr ""
1612
 
1613
- #: ../link-library-admin.php:3576
1614
  msgid "See below"
1615
  msgstr ""
1616
 
1617
- #: ../link-library-admin.php:3578
1618
  msgid "Code/Text to be displayed before RSS Icons"
1619
  msgstr ""
1620
 
1621
- #: ../link-library-admin.php:3581
1622
  msgid "Code/Text to be displayed after RSS Icons"
1623
  msgstr ""
1624
 
1625
- #: ../link-library-admin.php:3591
1626
  msgid ""
1627
  "This column allows for the output of text/code before and after the Web Link"
1628
  msgstr ""
1629
 
1630
- #: ../link-library-admin.php:3594 ../link-library-admin.php:3622
1631
- #: ../link-library-admin.php:3651
1632
  msgid "False"
1633
  msgstr ""
1634
 
1635
- #: ../link-library-admin.php:3595 ../link-library-admin.php:4698
1636
- msgid "Web Address"
1637
  msgstr ""
1638
 
1639
- #: ../link-library-admin.php:3596 ../link-library-admin.php:3625
1640
- msgid "Label"
 
 
 
 
1641
  msgstr ""
1642
 
1643
- #: ../link-library-admin.php:3599
1644
  msgid "Code/Text to be displayed before Web Link"
1645
  msgstr ""
1646
 
1647
- #: ../link-library-admin.php:3602
1648
  msgid "Code/Text to be displayed after Web Link"
1649
  msgstr ""
1650
 
1651
- #: ../link-library-admin.php:3605
1652
  msgid "Text Label that the web link will be assigned to."
1653
  msgstr ""
1654
 
1655
- #: ../link-library-admin.php:3608 ../link-library-admin.php:3637
 
 
 
 
1656
  msgid "Select which link address will be displayed / used for link"
1657
  msgstr ""
1658
 
1659
- #: ../link-library-admin.php:3619
1660
  msgid ""
1661
  "This column allows for the output of text/code before and after the "
1662
  "Telephone Number"
1663
  msgstr ""
1664
 
1665
- #: ../link-library-admin.php:3619 ../link-library-admin.php:4477
1666
- #: ../link-library-admin.php:4996 ../link-library-defaults.php:170
1667
- #: ../render-link-library-addlink-sc.php:424 ../render-link-library-sc.php:989
 
1668
  msgid "Telephone"
1669
  msgstr ""
1670
 
1671
- #: ../link-library-admin.php:3623 ../link-library-admin.php:3652
1672
  msgid "Plain Text"
1673
  msgstr ""
1674
 
1675
- #: ../link-library-admin.php:3624
1676
  msgid "Link"
1677
  msgstr ""
1678
 
1679
- #: ../link-library-admin.php:3628
 
 
 
 
1680
  msgid "Code/Text to be displayed before Telephone Number"
1681
  msgstr ""
1682
 
1683
- #: ../link-library-admin.php:3631
1684
  msgid "Code/Text to be displayed after Telephone Number"
1685
  msgstr ""
1686
 
1687
- #: ../link-library-admin.php:3634
1688
  msgid "Text Label that the telephone will be assigned to."
1689
  msgstr ""
1690
 
1691
- #: ../link-library-admin.php:3648
1692
  msgid ""
1693
  "This column allows for the output of text/code before and after the E-mail"
1694
  msgstr ""
1695
 
1696
- #: ../link-library-admin.php:3653
1697
  msgid "MailTo Link"
1698
  msgstr ""
1699
 
1700
- #: ../link-library-admin.php:3654
1701
  msgid "MailTo Link with Label"
1702
  msgstr ""
1703
 
1704
- #: ../link-library-admin.php:3655
1705
  msgid "Formatted Command"
1706
  msgstr ""
1707
 
1708
- #: ../link-library-admin.php:3656
1709
  msgid "Formatted Command with Labels"
1710
  msgstr ""
1711
 
1712
- #: ../link-library-admin.php:3659
1713
  msgid "Code/Text to be displayed before E-mail"
1714
  msgstr ""
1715
 
1716
- #: ../link-library-admin.php:3662
1717
  msgid "Code/Text to be displayed after E-mail"
1718
  msgstr ""
1719
 
1720
- #: ../link-library-admin.php:3665
1721
  msgid ""
1722
  "Text Label that the e-mail will be assigned to represent the e-mail link."
1723
  msgstr ""
1724
 
1725
- #: ../link-library-admin.php:3668
1726
  msgid ""
1727
  "Command that the e-mail will be embedded in. In the case of a command, use "
1728
  "the symbols #email and #company to indicate the position where these "
1729
  "elements should be inserted."
1730
  msgstr ""
1731
 
1732
- #: ../link-library-admin.php:3676
1733
  msgid ""
1734
  "This column allows for the output of text/code before and after Link Hits"
1735
  msgstr ""
1736
 
1737
- #: ../link-library-admin.php:3676
1738
  msgid "Link Hits"
1739
  msgstr ""
1740
 
1741
- #: ../link-library-admin.php:3680
1742
  msgid "Code/Text to be displayed before Link Hits"
1743
  msgstr ""
1744
 
1745
- #: ../link-library-admin.php:3683
1746
  msgid "Code/Text to be displayed after Link Hits"
1747
  msgstr ""
1748
 
1749
- #: ../link-library-admin.php:3693
1750
  msgid ""
1751
  "This column allows for the output of text/code before and after the Link "
1752
  "Rating"
1753
  msgstr ""
1754
 
1755
- #: ../link-library-admin.php:3693
1756
  msgid "Link Rating"
1757
  msgstr ""
1758
 
1759
- #: ../link-library-admin.php:3697
1760
  msgid "Code/Text to be displayed before Link Rating"
1761
  msgstr ""
1762
 
1763
- #: ../link-library-admin.php:3700
1764
  msgid "Code/Text to be displayed after Link Rating"
1765
  msgstr ""
1766
 
1767
- #: ../link-library-admin.php:3710 ../link-library-admin.php:3727
1768
- #: ../link-library-admin.php:3744
1769
  msgid ""
1770
  "This column allows for the output of text/code before and after the Link "
1771
  "Large Description"
1772
  msgstr ""
1773
 
1774
- #: ../link-library-admin.php:3710 ../usersubmission.php:299
1775
- #: ../usersubmission.php:364
1776
  msgid "Link Large Description"
1777
  msgstr ""
1778
 
1779
- #: ../link-library-admin.php:3714 ../link-library-admin.php:3731
1780
- #: ../link-library-admin.php:3748
1781
  msgid "Code/Text to be displayed before Link Large Description"
1782
  msgstr ""
1783
 
1784
- #: ../link-library-admin.php:3717 ../link-library-admin.php:3734
1785
- #: ../link-library-admin.php:3751
1786
  msgid "Code/Text to be displayed after Link Large Description"
1787
  msgstr ""
1788
 
1789
- #: ../link-library-admin.php:3744 ../render-link-library-sc.php:992
1790
  msgid "Category Description"
1791
  msgstr ""
1792
 
1793
- #: ../link-library-admin.php:3761
1794
  msgid "This column allows for the output of tags associated with the link"
1795
  msgstr ""
1796
 
1797
- #: ../link-library-admin.php:3761
1798
- msgid "Link Tags"
1799
- msgstr ""
1800
-
1801
- #: ../link-library-admin.php:3765
1802
  msgid "Code/Text to be displayed before Link Tags"
1803
  msgstr ""
1804
 
1805
- #: ../link-library-admin.php:3768
1806
  msgid "Code/Text to be displayed after Link Tags"
1807
  msgstr ""
1808
 
1809
- #: ../link-library-admin.php:3778
1810
  msgid ""
1811
  "This column allows for the output of the price field associated with the link"
1812
  msgstr ""
1813
 
1814
- #: ../link-library-admin.php:3778
1815
  msgid "Link Price"
1816
  msgstr ""
1817
 
1818
- #: ../link-library-admin.php:3782
1819
  msgid "Code/Text to be displayed before Link Price"
1820
  msgstr ""
1821
 
1822
- #: ../link-library-admin.php:3785
1823
  msgid "Code/Text to be displayed after Link Price"
1824
  msgstr ""
1825
 
1826
- #: ../link-library-admin.php:3789
1827
  msgid "Currency symbol to be displayed next to price"
1828
  msgstr ""
1829
 
1830
- #: ../link-library-admin.php:3794
1831
  msgid "Before Price"
1832
  msgstr ""
1833
 
1834
- #: ../link-library-admin.php:3795
1835
  msgid "After Price"
1836
  msgstr ""
1837
 
1838
- #: ../link-library-admin.php:3805
1839
  msgid "This column allows for the output of text/code after each link"
1840
  msgstr ""
1841
 
1842
- #: ../link-library-admin.php:3805
1843
  msgid "After Link Block"
1844
  msgstr ""
1845
 
1846
- #: ../link-library-admin.php:3808
1847
  msgid "Output after complete link group (link, notes, desc, etc...)"
1848
  msgstr ""
1849
 
1850
- #: ../link-library-admin.php:3815
1851
  msgid ""
1852
  "This column allows for the output of text/code after a number of links "
1853
  "determined in the first column"
1854
  msgstr ""
1855
 
1856
- #: ../link-library-admin.php:3815
1857
  msgid "Intermittent After Link"
1858
  msgstr ""
1859
 
1860
- #: ../link-library-admin.php:3825
1861
  msgid ""
1862
  "This column allows for the output of text/code after the last link in each "
1863
  "category"
1864
  msgstr ""
1865
 
1866
- #: ../link-library-admin.php:3825
1867
  msgid "After last link"
1868
  msgstr ""
1869
 
1870
- #: ../link-library-admin.php:3838
1871
  msgid "Show Link Updated Flag"
1872
  msgstr ""
1873
 
1874
- #: ../link-library-admin.php:3846
1875
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
1876
  msgstr ""
1877
 
1878
- #: ../link-library-admin.php:3854
 
 
 
 
 
 
 
 
 
 
 
 
1879
  msgid "Add nofollow tag to outgoing links"
1880
  msgstr ""
1881
 
1882
- #: ../link-library-admin.php:3861
 
 
 
 
1883
  msgid "Show edit links when logged in as editor or administrator"
1884
  msgstr ""
1885
 
1886
- #: ../link-library-admin.php:3869
1887
  msgid "Show link name when no image is assigned"
1888
  msgstr ""
1889
 
1890
- #: ../link-library-admin.php:3876
1891
  msgid "Do not output fields with no value"
1892
  msgstr ""
1893
 
1894
- #: ../link-library-admin.php:3894
1895
  msgid "Enable link Pop-Ups"
1896
  msgstr ""
1897
 
1898
- #: ../link-library-admin.php:3898
1899
  msgid "Pop-Up Width"
1900
  msgstr ""
1901
 
1902
- #: ../link-library-admin.php:3905
1903
  msgid "Pop-Up Height"
1904
  msgstr ""
1905
 
1906
- #: ../link-library-admin.php:3914
1907
  msgid "Dialog contents"
1908
  msgstr ""
1909
 
1910
- #: ../link-library-admin.php:3932
1911
  msgid "Show RSS Link using Text"
1912
  msgstr ""
1913
 
1914
- #: ../link-library-admin.php:3938
1915
  msgid "Show RSS Link using Standard Icon"
1916
  msgstr ""
1917
 
1918
- #: ../link-library-admin.php:3948
1919
  msgid "Show RSS Preview Link"
1920
  msgstr ""
1921
 
1922
- #: ../link-library-admin.php:3954
1923
  msgid "Number of articles shown in RSS Preview"
1924
  msgstr ""
1925
 
1926
- #: ../link-library-admin.php:3960
1927
  msgid "Show RSS Feed Headers in Link Library output"
1928
  msgstr ""
1929
 
1930
- #: ../link-library-admin.php:3968
1931
  msgid "Show RSS Feed Content in Link Library output"
1932
  msgstr ""
1933
 
1934
- #: ../link-library-admin.php:3974
1935
  msgid "Number of RSS articles shown in Link Library Output"
1936
  msgstr ""
1937
 
1938
- #: ../link-library-admin.php:3979
1939
  msgid "Max number of days since published"
1940
  msgstr ""
1941
 
1942
- #: ../link-library-admin.php:3983
1943
  msgid "RSS Preview Width"
1944
  msgstr ""
1945
 
1946
- #: ../link-library-admin.php:3986
1947
  msgid "RSS Preview Height"
1948
  msgstr ""
1949
 
1950
- #: ../link-library-admin.php:3988
1951
  msgid "Skip links with no RSS inline items"
1952
  msgstr ""
1953
 
1954
- #: ../link-library-admin.php:4005
1955
  msgid ""
1956
  "Checking this option will get images from the Robothumb web site every time"
1957
  msgstr ""
1958
 
1959
- #: ../link-library-admin.php:4006
1960
  msgid "Use thumbnail service for dynamic link images"
1961
  msgstr ""
1962
 
1963
- #: ../link-library-admin.php:4008
1964
  msgid ""
1965
  "Checking this option will get images from the thumbshots web site every time"
1966
  msgstr ""
1967
 
1968
- #: ../link-library-admin.php:4014
1969
  msgid "Give priority to images assigned to links if present"
1970
  msgstr ""
1971
 
1972
- #: ../link-library-admin.php:4020
1973
  msgid "Generate Images / Favorite Icons"
1974
  msgstr ""
1975
 
1976
- #: ../link-library-admin.php:4022 ../link-library-admin.php:4764
1977
  msgid ""
1978
  "This button is only available when a valid API key is entered under the Link "
1979
  "Library General Settings."
1980
  msgstr ""
1981
 
1982
- #: ../link-library-admin.php:4023
1983
  msgid "Generate Thumbnails and Store locally"
1984
  msgstr ""
1985
 
1986
- #: ../link-library-admin.php:4026
1987
  msgid "Generate Favorite Icons and Store locally"
1988
  msgstr ""
1989
 
1990
- #: ../link-library-admin.php:4030
1991
  msgid "Delete all local thumbnails and icons"
1992
  msgstr ""
1993
 
1994
- #: ../link-library-admin.php:4031
1995
  msgid "Delete all local thumbnails"
1996
  msgstr ""
1997
 
1998
- #: ../link-library-admin.php:4032
1999
  msgid "Delete all local icons"
2000
  msgstr ""
2001
 
2002
- #: ../link-library-admin.php:4048
2003
  msgid "Publish RSS Feed"
2004
  msgstr ""
2005
 
2006
- #: ../link-library-admin.php:4053
2007
  msgid "Number of items in RSS feed"
2008
  msgstr ""
2009
 
2010
- #: ../link-library-admin.php:4062
2011
  msgid "RSS Feed Title"
2012
  msgstr ""
2013
 
2014
- #: ../link-library-admin.php:4068
2015
  msgid "RSS Feed Description"
2016
  msgstr ""
2017
 
2018
- #: ../link-library-admin.php:4074
2019
  msgid ""
2020
- "RSS Feed Web Address (default yoursite.com?"
2021
- "link_library_rss_feed=1&settingset=1 )"
2022
  msgstr ""
2023
 
2024
- #: ../link-library-admin.php:4091
2025
  msgid "Search Label"
2026
  msgstr ""
2027
 
2028
- #: ../link-library-admin.php:4100
2029
  msgid "Search Field Initial Text"
2030
  msgstr ""
2031
 
2032
- #: ../link-library-admin.php:4109
2033
  msgid "Search No Results Text"
2034
  msgstr ""
2035
 
2036
- #: ../link-library-admin.php:4111 ../link-library-defaults.php:222
2037
  msgid "No links found matching your search criteria"
2038
  msgstr ""
2039
 
2040
- #: ../link-library-admin.php:4118 ../link-library-admin.php:4119
2041
  msgid "Leave empty when links are to be displayed on same page as search box"
2042
  msgstr ""
2043
 
2044
- #: ../link-library-admin.php:4118
2045
  msgid "Results Page Address"
2046
  msgstr ""
2047
 
2048
- #: ../link-library-admin.php:4219
 
 
 
 
2049
  msgid "Following this link shows a list of all links awaiting moderation"
2050
  msgstr ""
2051
 
2052
- #: ../link-library-admin.php:4220
2053
  msgid "View list of links awaiting moderation"
2054
  msgstr ""
2055
 
2056
- #: ../link-library-admin.php:4224
2057
  msgid "Show user links immediately"
2058
  msgstr ""
2059
 
2060
- #: ../link-library-admin.php:4229
2061
  msgid "E-mail admin on link submission"
2062
  msgstr ""
2063
 
2064
- #: ../link-library-admin.php:4235
2065
  msgid "Validate links with Akismet"
2066
  msgstr ""
2067
 
2068
- #: ../link-library-admin.php:4239
2069
  msgid "E-mail submitter"
2070
  msgstr ""
2071
 
2072
- #: ../link-library-admin.php:4246
2073
  msgid "Additional text for link submitter e-mail"
2074
  msgstr ""
2075
 
2076
- #: ../link-library-admin.php:4253
2077
  msgid "Require login to display form"
2078
  msgstr ""
2079
 
2080
- #: ../link-library-admin.php:4258
2081
  msgid "Allow link submission with empty link"
2082
  msgstr ""
2083
 
2084
- #: ../link-library-admin.php:4264
 
 
 
 
 
 
 
2085
  msgid "Display captcha"
2086
  msgstr ""
2087
 
2088
- #: ../link-library-admin.php:4269
2089
  msgid ""
2090
  "This function will only store data when users are logged in to Wordpress"
2091
  msgstr ""
2092
 
2093
- #: ../link-library-admin.php:4269
2094
  msgid "Store login name on link submission"
2095
  msgstr ""
2096
 
2097
- #: ../link-library-admin.php:4275
2098
  msgid "Add new link label"
2099
  msgstr ""
2100
 
2101
- #: ../link-library-admin.php:4277 ../link-library-defaults.php:119
2102
- #: ../render-link-library-addlink-sc.php:206
2103
  msgid "Add new link"
2104
  msgstr ""
2105
 
2106
- #: ../link-library-admin.php:4284
2107
  msgid "Link name label"
2108
  msgstr ""
2109
 
2110
- #: ../link-library-admin.php:4294
2111
  msgid "Link address label"
2112
  msgstr ""
2113
 
2114
- #: ../link-library-admin.php:4296 ../usersubmission.php:296
2115
- #: ../usersubmission.php:353
2116
  msgid "Link Address"
2117
  msgstr ""
2118
 
2119
- #: ../link-library-admin.php:4303
2120
  msgid "Link RSS label"
2121
  msgstr ""
2122
 
2123
- #: ../link-library-admin.php:4305 ../link-library-defaults.php:122
2124
- #: ../render-link-library-addlink-sc.php:231 ../usersubmission.php:297
2125
- #: ../usersubmission.php:356
2126
  msgid "Link RSS"
2127
  msgstr ""
2128
 
2129
- #: ../link-library-admin.php:4312 ../link-library-admin.php:4328
2130
- #: ../link-library-admin.php:4407 ../link-library-admin.php:4422
2131
- #: ../link-library-admin.php:4453 ../link-library-admin.php:4468
2132
- #: ../link-library-admin.php:4484 ../link-library-admin.php:4499
2133
- #: ../link-library-admin.php:4515 ../link-library-admin.php:4530
2134
- #: ../link-library-admin.php:4546 ../link-library-admin.php:4561
2135
- #: ../link-library-admin.php:4577
2136
  msgid "Hide"
2137
  msgstr ""
2138
 
2139
- #: ../link-library-admin.php:4313 ../link-library-admin.php:4329
2140
- #: ../link-library-admin.php:4408 ../link-library-admin.php:4423
2141
- #: ../link-library-admin.php:4454 ../link-library-admin.php:4469
2142
- #: ../link-library-admin.php:4485 ../link-library-admin.php:4500
2143
- #: ../link-library-admin.php:4516 ../link-library-admin.php:4531
2144
- #: ../link-library-admin.php:4547 ../link-library-admin.php:4562
2145
- #: ../link-library-admin.php:4578
2146
  msgid "Show"
2147
  msgstr ""
2148
 
2149
- #: ../link-library-admin.php:4314 ../link-library-admin.php:4409
2150
- #: ../link-library-admin.php:4424 ../link-library-admin.php:4455
2151
- #: ../link-library-admin.php:4470 ../link-library-admin.php:4486
2152
- #: ../link-library-admin.php:4501 ../link-library-admin.php:4517
2153
- #: ../link-library-admin.php:4532 ../link-library-admin.php:4548
2154
- #: ../link-library-admin.php:4563
2155
  msgid "Required"
2156
  msgstr ""
2157
 
2158
- #: ../link-library-admin.php:4319
2159
  msgid "Link category label"
2160
  msgstr ""
2161
 
2162
- #: ../link-library-admin.php:4333
 
 
 
 
 
 
 
 
2163
  msgid ""
2164
  "Comma-seperated list of categories to be displayed in category selection box "
2165
  "(e.g. 1,5,4) instead of displaying the set of categories specified by the "
2166
  "library."
2167
  msgstr ""
2168
 
2169
- #: ../link-library-admin.php:4333
2170
  msgid "Link category override selection list"
2171
  msgstr ""
2172
 
2173
- #: ../link-library-admin.php:4334
2174
  msgid ""
2175
  "Comma-seperated list of categories to be displayed in category selection box "
2176
  "(e.g. 1,5,4)"
2177
  msgstr ""
2178
 
2179
- #: ../link-library-admin.php:4339
2180
  msgid "Default category"
2181
  msgstr ""
2182
 
2183
- #: ../link-library-admin.php:4374 ../link-library-admin.php:4376
2184
  #: ../link-library-defaults.php:150
2185
  msgid "User-submitted category"
2186
  msgstr ""
2187
 
2188
- #: ../link-library-admin.php:4383
2189
  msgid "No"
2190
  msgstr ""
2191
 
2192
- #: ../link-library-admin.php:4384
2193
  msgid "Allow"
2194
  msgstr ""
2195
 
2196
- #: ../link-library-admin.php:4388
2197
  msgid "User-submitted category prompt"
2198
  msgstr ""
2199
 
2200
- #: ../link-library-admin.php:4390 ../link-library-defaults.php:151
2201
- #: ../render-link-library-addlink-sc.php:285
2202
  msgid "User-submitted category (define below)"
2203
  msgstr ""
2204
 
2205
- #: ../link-library-admin.php:4398
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2206
  msgid "Link description label"
2207
  msgstr ""
2208
 
2209
- #: ../link-library-admin.php:4413
2210
  msgid "Link notes label"
2211
  msgstr ""
2212
 
2213
- #: ../link-library-admin.php:4429 ../link-library-admin.php:4430
2214
  msgid "Reciprocal link must be configured for this option to work correctly"
2215
  msgstr ""
2216
 
2217
- #: ../link-library-admin.php:4429
2218
  msgid "Show immediately if reciprocal link valid"
2219
  msgstr ""
2220
 
2221
- #: ../link-library-admin.php:4433
2222
  msgid "Use Text Area for Notes"
2223
  msgstr ""
2224
 
2225
- #: ../link-library-admin.php:4438
2226
  msgid "Only allow one reciprocal link per domain"
2227
  msgstr ""
2228
 
2229
- #: ../link-library-admin.php:4444
2230
  msgid "Reciprocal Link label"
2231
  msgstr ""
2232
 
2233
- #: ../link-library-admin.php:4446 ../link-library-admin.php:5008
2234
- #: ../link-library-defaults.php:166 ../render-link-library-addlink-sc.php:388
2235
- #: ../usersubmission.php:302 ../usersubmission.php:374
2236
  msgid "Reciprocal Link"
2237
  msgstr ""
2238
 
2239
- #: ../link-library-admin.php:4459
2240
  msgid "Secondary Address label"
2241
  msgstr ""
2242
 
2243
- #: ../link-library-admin.php:4461 ../link-library-defaults.php:168
2244
- #: ../render-link-library-addlink-sc.php:406
2245
  msgid "Secondary Address"
2246
  msgstr ""
2247
 
2248
- #: ../link-library-admin.php:4475
2249
  msgid "Link Telephone label"
2250
  msgstr ""
2251
 
2252
- #: ../link-library-admin.php:4490
2253
  msgid "Link E-mail label"
2254
  msgstr ""
2255
 
2256
- #: ../link-library-admin.php:4506
2257
  msgid "Link Submitter Name label"
2258
  msgstr ""
2259
 
2260
- #: ../link-library-admin.php:4521
2261
  msgid "Link Submitter E-mail label"
2262
  msgstr ""
2263
 
2264
- #: ../link-library-admin.php:4523 ../link-library-admin.php:5033
2265
- #: ../link-library-defaults.php:186 ../render-link-library-addlink-sc.php:491
2266
  msgid "Submitter E-mail"
2267
  msgstr ""
2268
 
2269
- #: ../link-library-admin.php:4537
2270
  msgid "Link Submitter Comment Label"
2271
  msgstr ""
2272
 
2273
- #: ../link-library-admin.php:4539 ../link-library-defaults.php:188
2274
- #: ../render-link-library-addlink-sc.php:522
2275
  msgid "Submitter Comment"
2276
  msgstr ""
2277
 
2278
- #: ../link-library-admin.php:4552
2279
  msgid "Large Description Label"
2280
  msgstr ""
2281
 
2282
- #: ../link-library-admin.php:4554 ../link-library-admin.php:4710
2283
- #: ../link-library-defaults.php:201 ../render-link-library-sc.php:991
2284
  msgid "Large Description"
2285
  msgstr ""
2286
 
2287
- #: ../link-library-admin.php:4568
2288
  msgid "Custom Captcha Question"
2289
  msgstr ""
2290
 
2291
- #: ../link-library-admin.php:4570 ../link-library-defaults.php:195
2292
- #: ../render-link-library-addlink-sc.php:540
2293
  msgid "Is boiling water hot or cold?"
2294
  msgstr ""
2295
 
2296
- #: ../link-library-admin.php:4582
2297
  msgid "Custom Captcha Answer"
2298
  msgstr ""
2299
 
2300
- #: ../link-library-admin.php:4584 ../link-library-defaults.php:196
2301
  msgid "hot"
2302
  msgstr ""
2303
 
2304
- #: ../link-library-admin.php:4591
2305
  msgid "Add Link button label"
2306
  msgstr ""
2307
 
2308
- #: ../link-library-admin.php:4593 ../link-library-defaults.php:126
2309
  msgid "Add Link"
2310
  msgstr ""
2311
 
2312
- #: ../link-library-admin.php:4600
2313
  msgid "New Link Message"
2314
  msgstr ""
2315
 
2316
- #: ../link-library-admin.php:4602
2317
  msgid "New link submitted"
2318
  msgstr ""
2319
 
2320
- #: ../link-library-admin.php:4609
2321
  msgid "New Link Moderation Label"
2322
  msgstr ""
2323
 
2324
- #: ../link-library-admin.php:4611
2325
  msgid "it will appear in the list once moderated. Thank you."
2326
  msgstr ""
2327
 
2328
- #: ../link-library-admin.php:4632
2329
  msgid "Overwrites current library settings with contents of CSV file"
2330
  msgstr ""
2331
 
2332
- #: ../link-library-admin.php:4632
2333
  msgid "Library Settings CSV file to import"
2334
  msgstr ""
2335
 
2336
- #: ../link-library-admin.php:4635
2337
  msgid "Import Library Settings"
2338
  msgstr ""
2339
 
2340
- #: ../link-library-admin.php:4639
2341
  msgid "Generates CSV file with current library configuration for download"
2342
  msgstr ""
2343
 
2344
- #: ../link-library-admin.php:4639
2345
  msgid "Export current library settings"
2346
  msgstr ""
2347
 
2348
- #: ../link-library-admin.php:4641
2349
  msgid "Export Library Settings"
2350
  msgstr ""
2351
 
2352
- #: ../link-library-admin.php:4654
2353
  msgid "Search string"
2354
  msgstr ""
2355
 
2356
- #: ../link-library-admin.php:4660
2357
  msgid "Delete links that return a 403 error"
2358
  msgstr ""
2359
 
2360
- #: ../link-library-admin.php:4666
2361
  msgid "Check Reciprocal Links"
2362
  msgstr ""
2363
 
2364
- #: ../link-library-admin.php:4672
2365
  msgid "Check Broken Links"
2366
  msgstr ""
2367
 
2368
- #: ../link-library-admin.php:4677
2369
  msgid "Check Duplicate Links"
2370
  msgstr ""
2371
 
2372
- #: ../link-library-admin.php:4722
 
 
 
 
2373
  msgid "RSS Address"
2374
  msgstr ""
2375
 
2376
- #: ../link-library-admin.php:4726
2377
  msgid "Target"
2378
  msgstr ""
2379
 
2380
- #: ../link-library-admin.php:4745
2381
  msgid "Current Image"
2382
  msgstr ""
2383
 
2384
- #: ../link-library-admin.php:4751
2385
  msgid "None Assigned"
2386
  msgstr ""
2387
 
2388
- #: ../link-library-admin.php:4757
2389
  msgid "Image URL"
2390
  msgstr ""
2391
 
2392
- #: ../link-library-admin.php:4762 ../link-library-admin.php:4772
2393
  msgid "Automatic Image Generation"
2394
  msgstr ""
2395
 
2396
- #: ../link-library-admin.php:4766
2397
  msgid "Generate Thumbnail and Store locally"
2398
  msgstr ""
2399
 
2400
- #: ../link-library-admin.php:4767
2401
  msgid "Generate Favorite Icon and Store locally"
2402
  msgstr ""
2403
 
2404
- #: ../link-library-admin.php:4773
2405
  msgid "Only available once link is saved"
2406
  msgstr ""
2407
 
2408
- #: ../link-library-admin.php:4778
2409
  msgid "Image Upload"
2410
  msgstr ""
2411
 
2412
- #: ../link-library-admin.php:4780
2413
  msgid "Launch Media Uploader"
2414
  msgstr ""
2415
 
2416
- #: ../link-library-admin.php:4877
2417
  msgid ""
2418
  "Cannot generate thumbnail when no name and no web address are specified."
2419
  msgstr ""
2420
 
2421
- #: ../link-library-admin.php:4913
2422
  msgid ""
2423
  "Cannot generate favorite icon when no name and no web address are specified."
2424
  msgstr ""
2425
 
2426
- #: ../link-library-admin.php:4958
2427
  msgid "Featured Item"
2428
  msgstr ""
2429
 
2430
- #: ../link-library-admin.php:4964
2431
  msgid "No Follow"
2432
  msgstr ""
2433
 
2434
- #: ../link-library-admin.php:4980
2435
  msgid "Updated Date"
2436
  msgstr ""
2437
 
2438
- #: ../link-library-admin.php:4989
2439
  msgid "Secondary Web Address"
2440
  msgstr ""
2441
 
2442
- #: ../link-library-admin.php:4992 ../link-library-admin.php:5011
2443
  msgid "Visit"
2444
  msgstr ""
2445
 
2446
- #: ../link-library-admin.php:5015
2447
  msgid "Number of views"
2448
  msgstr ""
2449
 
2450
- #: ../link-library-admin.php:5021
2451
  msgid "Submitter"
2452
  msgstr ""
2453
 
2454
- #: ../link-library-admin.php:5561
 
 
 
 
2455
  msgid "Duplicate Link Checker Report"
2456
  msgstr ""
2457
 
2458
- #: ../link-library-admin.php:5563
2459
  msgid "Duplicate URLs"
2460
  msgstr ""
2461
 
2462
- #: ../link-library-admin.php:5579
2463
  msgid "Duplicate Names"
2464
  msgstr ""
2465
 
2466
- #: ../link-library-admin.php:5622
2467
- msgid "Reciprocal Link Checker Report"
2468
- msgstr ""
2469
-
2470
- #: ../link-library-admin.php:5624
2471
- msgid "Broken Link Checker Report"
2472
- msgstr ""
2473
-
2474
- #: ../link-library-admin.php:5640
2475
  msgid "Not Found"
2476
  msgstr ""
2477
 
2478
- #: ../link-library-admin.php:5642
2479
  msgid "OK"
2480
  msgstr ""
2481
 
2482
- #: ../link-library-admin.php:5644
2483
  msgid "Link valid"
2484
  msgstr ""
2485
 
2486
- #: ../link-library-admin.php:5647
2487
  msgid "Error 403: Link Deleted"
2488
  msgstr ""
2489
 
2490
- #: ../link-library-admin.php:5649
2491
  msgid "Error 403"
2492
  msgstr ""
2493
 
2494
- #: ../link-library-admin.php:5651
2495
  msgid "Website Unreachable"
2496
  msgstr ""
2497
 
2498
- #: ../link-library-admin.php:5655
2499
  msgid "There are no links with reciprocal links associated with them"
2500
  msgstr ""
2501
 
2502
- #: ../link-library-admin.php:5661
 
 
 
 
2503
  msgid "Add Link Library Shortcode"
2504
  msgstr ""
2505
 
2506
- #: ../link-library-defaults.php:120 ../render-link-library-addlink-sc.php:214
2507
  msgid "Link name"
2508
  msgstr ""
2509
 
2510
- #: ../link-library-defaults.php:121 ../render-link-library-addlink-sc.php:220
2511
  msgid "Link address"
2512
  msgstr ""
2513
 
@@ -2539,399 +2752,436 @@ msgstr ""
2539
  msgid "Category Filter"
2540
  msgstr ""
2541
 
2542
- #: ../link-library.php:532
2543
- msgid "Link Library Generated Feed"
2544
- msgstr ""
2545
-
2546
- #: ../link-library.php:720
2547
- msgid "Could not update link in the database"
2548
  msgstr ""
2549
 
2550
- #: ../link-library.php:727
2551
- msgid "Could not insert link into the database"
2552
  msgstr ""
2553
 
2554
- #: ../link-library.php:749 ../link-library.php:753
2555
  msgid ""
2556
  "Link Library no longer supports calling this function with individual "
2557
  "arguments. Please use the admin panel to configure Link Library and the "
2558
  "do_shortcode function to use Link Library output in your code."
2559
  msgstr ""
2560
 
2561
- #: ../link-library.php:892
2562
  msgid "Tag"
2563
  msgstr ""
2564
 
2565
- #: ../render-link-library-addlink-sc.php:134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2566
  msgid "Confirm code not given"
2567
  msgstr ""
2568
 
2569
- #: ../render-link-library-addlink-sc.php:136
2570
  msgid "Captcha code is wrong"
2571
  msgstr ""
2572
 
2573
- #: ../render-link-library-addlink-sc.php:138
2574
  msgid "Captcha code is only valid for 5 minutes"
2575
  msgstr ""
2576
 
2577
- #: ../render-link-library-addlink-sc.php:140
2578
  msgid "No captcha cookie given. Make sure cookies are enabled"
2579
  msgstr ""
2580
 
2581
- #: ../render-link-library-addlink-sc.php:142
2582
  msgid "Captcha answer was not provided."
2583
  msgstr ""
2584
 
2585
- #: ../render-link-library-addlink-sc.php:144
2586
  msgid "Captcha answer is incorrect"
2587
  msgstr ""
2588
 
2589
- #: ../render-link-library-addlink-sc.php:146
2590
  msgid "User Category was not provided correctly. Link insertion failed."
2591
  msgstr ""
2592
 
2593
- #: ../render-link-library-addlink-sc.php:154
2594
  msgid "Error: Link does not have an address."
2595
  msgstr ""
2596
 
2597
- #: ../render-link-library-addlink-sc.php:156
2598
  msgid "Error: Link already exists."
2599
  msgstr ""
2600
 
2601
- #: ../render-link-library-addlink-sc.php:158
2602
- #: ../render-link-library-addlink-sc.php:160
2603
- #: ../render-link-library-addlink-sc.php:162
2604
- #: ../render-link-library-addlink-sc.php:164
2605
- #: ../render-link-library-addlink-sc.php:166
2606
- #: ../render-link-library-addlink-sc.php:168
2607
- #: ../render-link-library-addlink-sc.php:170
2608
- #: ../render-link-library-addlink-sc.php:172
2609
- #: ../render-link-library-addlink-sc.php:174
2610
- #: ../render-link-library-addlink-sc.php:176
2611
- #: ../render-link-library-addlink-sc.php:178
2612
  msgid " is a required field"
2613
  msgstr ""
2614
 
2615
- #: ../render-link-library-addlink-sc.php:180
2616
  msgid "Link submission error"
2617
  msgstr ""
2618
 
2619
- #: ../render-link-library-addlink-sc.php:182
2620
  msgid "Link rejected. There is already a site with this reciprocal link."
2621
  msgstr ""
2622
 
2623
- #: ../render-link-library-addlink-sc.php:217
2624
- #: ../render-link-library-addlink-sc.php:278
2625
- #: ../render-link-library-addlink-sc.php:344
2626
- #: ../render-link-library-addlink-sc.php:361
2627
- #: ../render-link-library-addlink-sc.php:369
2628
- #: ../render-link-library-addlink-sc.php:417
2629
- #: ../render-link-library-addlink-sc.php:435
2630
- #: ../render-link-library-addlink-sc.php:528
2631
- #: ../render-link-library-addlink-sc.php:543
2632
- msgid "Required field"
2633
  msgstr ""
2634
 
2635
- #: ../render-link-library-addlink-sc.php:225
2636
  msgid "Required field, URL"
2637
  msgstr ""
2638
 
2639
- #: ../render-link-library-addlink-sc.php:242
2640
- #: ../render-link-library-addlink-sc.php:331
2641
- #: ../render-link-library-addlink-sc.php:399
2642
  msgid "Required field, 1-255 chars"
2643
  msgstr ""
2644
 
2645
- #: ../render-link-library-addlink-sc.php:274
2646
  msgid "Link category"
2647
  msgstr ""
2648
 
2649
- #: ../render-link-library-addlink-sc.php:281
2650
- msgid "Select a category"
 
 
 
 
 
2651
  msgstr ""
2652
 
2653
- #: ../render-link-library-addlink-sc.php:320
2654
  msgid "Link description"
2655
  msgstr ""
2656
 
2657
- #: ../render-link-library-addlink-sc.php:338
2658
  msgid "Large description"
2659
  msgstr ""
2660
 
2661
- #: ../render-link-library-addlink-sc.php:352
2662
  msgid "Link notes"
2663
  msgstr ""
2664
 
2665
- #: ../render-link-library-addlink-sc.php:453
2666
  msgid "Required field, proper e-mail, 1-128 chars"
2667
  msgstr ""
2668
 
2669
- #: ../render-link-library-addlink-sc.php:484
2670
- #: ../render-link-library-addlink-sc.php:515
2671
  msgid "Required field, 1-128 chars"
2672
  msgstr ""
2673
 
2674
- #: ../render-link-library-addlink-sc.php:549
2675
  msgid "Add link"
2676
  msgstr ""
2677
 
2678
- #: ../render-link-library-addlink-sc.php:561
2679
  msgid "Form submission failed!"
2680
  msgstr ""
2681
 
2682
- #: ../render-link-library-addlink-sc.php:562
2683
  msgid "You have not answered all required fields"
2684
  msgstr ""
2685
 
2686
- #: ../render-link-library-addlink-sc.php:563
2687
  msgid "You have not given a correct time"
2688
  msgstr ""
2689
 
2690
- #: ../render-link-library-addlink-sc.php:564
2691
  msgid "You have not given a correct e-mail address"
2692
  msgstr ""
2693
 
2694
- #: ../render-link-library-addlink-sc.php:565
2695
  msgid "You have not given a correct phone number"
2696
  msgstr ""
2697
 
2698
- #: ../render-link-library-addlink-sc.php:566
2699
  msgid "You have not given a correct answer to the security question"
2700
  msgstr ""
2701
 
2702
- #: ../render-link-library-addlink-sc.php:567
2703
  msgid "You have not given a correct date"
2704
  msgstr ""
2705
 
2706
- #: ../render-link-library-addlink-sc.php:568
2707
  msgid "The input value must be between "
2708
  msgstr ""
2709
 
2710
- #: ../render-link-library-addlink-sc.php:569
2711
  msgid "characters"
2712
  msgstr ""
2713
 
2714
- #: ../render-link-library-addlink-sc.php:570
2715
  msgid "The input value is longer than "
2716
  msgstr ""
2717
 
2718
- #: ../render-link-library-addlink-sc.php:571
2719
  msgid "The input value is shorter than "
2720
  msgstr ""
2721
 
2722
- #: ../render-link-library-addlink-sc.php:572
2723
  msgid "Input values could not be confirmed"
2724
  msgstr ""
2725
 
2726
- #: ../render-link-library-addlink-sc.php:573
2727
  msgid "Incorrect domain value"
2728
  msgstr ""
2729
 
2730
- #: ../render-link-library-addlink-sc.php:574
2731
  msgid "The input value is not a correct URL. Requires http://."
2732
  msgstr ""
2733
 
2734
- #: ../render-link-library-addlink-sc.php:575
2735
  msgid "The input value is incorrect"
2736
  msgstr ""
2737
 
2738
- #: ../render-link-library-addlink-sc.php:576
2739
  msgid " and spaces "
2740
  msgstr ""
2741
 
2742
- #: ../render-link-library-addlink-sc.php:577
2743
  msgid "The input value was not a correct number"
2744
  msgstr ""
2745
 
2746
- #: ../render-link-library-addlink-sc.php:578
2747
  msgid "Your social security number was incorrect"
2748
  msgstr ""
2749
 
2750
- #: ../render-link-library-addlink-sc.php:579
2751
  msgid "Incorrect UK VAT Number"
2752
  msgstr ""
2753
 
2754
- #: ../render-link-library-addlink-sc.php:580
2755
  msgid "The password is not strong enough"
2756
  msgstr ""
2757
 
2758
- #: ../render-link-library-addlink-sc.php:581
2759
  msgid "You have to choose at least "
2760
  msgstr ""
2761
 
2762
- #: ../render-link-library-addlink-sc.php:582
2763
  msgid " answers"
2764
  msgstr ""
2765
 
2766
- #: ../render-link-library-addlink-sc.php:583
2767
  msgid "The input value can only contain alphanumeric characters "
2768
  msgstr ""
2769
 
2770
- #: ../render-link-library-addlink-sc.php:584
2771
  msgid " and "
2772
  msgstr ""
2773
 
2774
- #: ../render-link-library-addlink-sc.php:585
2775
  #, php-format
2776
  msgid "The file you are trying to upload is too large (max %s)"
2777
  msgstr ""
2778
 
2779
- #: ../render-link-library-addlink-sc.php:586
2780
  #, php-format
2781
  msgid "Only files of type %s is allowed"
2782
  msgstr ""
2783
 
2784
- #: ../render-link-library-addlink-sc.php:587
2785
  msgid "Please choose between "
2786
  msgstr ""
2787
 
2788
- #: ../render-link-library-addlink-sc.php:588
2789
  msgid "Please choose at least "
2790
  msgstr ""
2791
 
2792
- #: ../render-link-library-addlink-sc.php:589
2793
  msgid "Please choose a maximum of "
2794
  msgstr ""
2795
 
2796
- #: ../render-link-library-addlink-sc.php:590
2797
  msgid " item(s)"
2798
  msgstr ""
2799
 
2800
- #: ../render-link-library-addlink-sc.php:591
2801
  msgid "The credit card number is not correct"
2802
  msgstr ""
2803
 
2804
- #: ../render-link-library-addlink-sc.php:592
2805
  msgid "The CVV number was not correct"
2806
  msgstr ""
2807
 
2808
- #: ../render-link-library-addlink-sc.php:593
2809
  msgid "Incorrect image dimensions,"
2810
  msgstr ""
2811
 
2812
- #: ../render-link-library-addlink-sc.php:594
2813
  msgid "the image can not be taller than"
2814
  msgstr ""
2815
 
2816
- #: ../render-link-library-addlink-sc.php:595
2817
  msgid "the image can not be wider than"
2818
  msgstr ""
2819
 
2820
- #: ../render-link-library-addlink-sc.php:596
2821
  msgid "the image was too small"
2822
  msgstr ""
2823
 
2824
- #: ../render-link-library-addlink-sc.php:597
2825
  msgid "min"
2826
  msgstr ""
2827
 
2828
- #: ../render-link-library-addlink-sc.php:598
2829
  msgid "max"
2830
  msgstr ""
2831
 
2832
- #: ../render-link-library-addlink-sc.php:599
2833
  msgid "Image ratio is not accepted"
2834
  msgstr ""
2835
 
2836
- #: ../render-link-library-addlink-sc.php:622
2837
  msgid "Enter code from above image"
2838
  msgstr ""
2839
 
2840
- #: ../render-link-library-cats-sc.php:409
2841
  msgid "Go!"
2842
  msgstr ""
2843
 
2844
- #: ../render-link-library-cats-sc.php:438
2845
  msgid "No categories found"
2846
  msgstr ""
2847
 
2848
- #: ../render-link-library-sc.php:115 ../render-link-library-sc.php:118
2849
- #: ../render-link-library-sc.php:131 ../render-link-library-sc.php:137
 
2850
  msgid "Previous"
2851
  msgstr ""
2852
 
2853
- #: ../render-link-library-sc.php:206 ../render-link-library-sc.php:209
2854
- #: ../render-link-library-sc.php:215 ../render-link-library-sc.php:222
 
2855
  msgid "Next"
2856
  msgstr ""
2857
 
2858
- #: ../render-link-library-sc.php:572
2859
  msgid "Search Results for"
2860
  msgstr ""
2861
 
2862
- #: ../render-link-library-sc.php:1080
2863
  msgid "No links found"
2864
  msgstr ""
2865
 
2866
- #: ../render-link-library-sc.php:1248
2867
  msgid "Last updated"
2868
  msgstr ""
2869
 
2870
- #: ../render-link-library-sc.php:1396
2871
  msgid "Edit"
2872
  msgstr ""
2873
 
2874
- #: ../render-link-library-sc.php:1480
2875
  msgid "Preview of RSS feed for"
2876
  msgstr ""
2877
 
2878
- #: ../render-link-library-sc.php:1784
2879
- msgid "Free"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2880
  msgstr ""
2881
 
2882
- #: ../render-link-library-tag-filter-sc.php:87
2883
- msgid "Apply filter"
2884
  msgstr ""
2885
 
2886
- #: ../usersubmission.php:294
2887
  msgid "A user submitted a new link to your Wordpress Link database."
2888
  msgstr ""
2889
 
2890
- #: ../usersubmission.php:303 ../usersubmission.php:378
2891
  msgid "Link Secondary Address"
2892
  msgstr ""
2893
 
2894
- #: ../usersubmission.php:304 ../usersubmission.php:382
2895
  msgid "Link Telephone"
2896
  msgstr ""
2897
 
2898
- #: ../usersubmission.php:305 ../usersubmission.php:386
2899
  msgid "Link E-mail"
2900
  msgstr ""
2901
 
2902
- #: ../usersubmission.php:306
2903
  msgid "Link Submitter"
2904
  msgstr ""
2905
 
2906
- #: ../usersubmission.php:307 ../usersubmission.php:390
2907
  msgid "Link Submitter Name"
2908
  msgstr ""
2909
 
2910
- #: ../usersubmission.php:308 ../usersubmission.php:394
2911
  msgid "Link Submitter E-mail"
2912
  msgstr ""
2913
 
2914
- #: ../usersubmission.php:309 ../usersubmission.php:398
2915
  msgid "Link Comment"
2916
  msgstr ""
2917
 
2918
- #: ../usersubmission.php:323
2919
  msgid "New link added"
2920
  msgstr ""
2921
 
2922
- #: ../usersubmission.php:337
2923
  msgid "Link Submission Confirmation"
2924
  msgstr ""
2925
 
2926
- #: ../usersubmission.php:339
2927
  msgid "Thank you for your link submission on "
2928
  msgstr ""
2929
 
2930
- #: ../usersubmission.php:343
2931
  msgid "Your link will appear once approved by the site administrator."
2932
  msgstr ""
2933
 
2934
- #: ../usersubmission.php:345
2935
  msgid "Your link will immediately be added to the site."
2936
  msgstr ""
2937
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Link Library\n"
4
+ "POT-Creation-Date: 2018-12-13 16:40-0500\n"
5
+ "PO-Revision-Date: 2018-12-13 16:41-0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
17
  "X-Poedit-SearchPath-1: ..\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
+ #: ../link-library-admin.php:106
21
  msgid "Insert a Link Library shortcode"
22
  msgstr ""
23
 
24
+ #: ../link-library-admin.php:109
25
  msgid "Link List"
26
  msgstr ""
27
 
28
+ #: ../link-library-admin.php:110
29
  msgid "Link Category List"
30
  msgstr ""
31
 
32
+ #: ../link-library-admin.php:111
33
  msgid "Link Search"
34
  msgstr ""
35
 
36
+ #: ../link-library-admin.php:112
37
  msgid "Add Link Form"
38
  msgstr ""
39
 
40
+ #: ../link-library-admin.php:120
41
  msgid "Render a list of links."
42
  msgstr ""
43
 
44
+ #: ../link-library-admin.php:122 ../link-library-admin.php:177
45
+ #: ../link-library-admin.php:212
46
  msgid "Library ID"
47
  msgstr ""
48
 
49
+ #: ../link-library-admin.php:133 ../link-library-admin.php:188
50
+ #: ../link-library-admin.php:223 ../link-library-admin.php:862
51
+ #: ../link-library-admin.php:3121 ../link-library-admin.php:3134
52
  msgid "Library"
53
  msgstr ""
54
 
55
+ #: ../link-library-admin.php:139
56
  msgid "Single Link ID"
57
  msgstr ""
58
 
59
+ #: ../link-library-admin.php:142
60
  msgid "Specify ID of single link to be displayed"
61
  msgstr ""
62
 
63
+ #: ../link-library-admin.php:144 ../link-library-admin.php:194
64
+ #: ../link-library-admin.php:229
65
  msgid "Category Override"
66
  msgstr ""
67
 
68
+ #: ../link-library-admin.php:147 ../link-library-admin.php:197
69
+ #: ../link-library-admin.php:232
70
  msgid ""
71
  "Single, or comma-separated list of categories IDs to be displayed in the "
72
  "link list"
73
  msgstr ""
74
 
75
+ #: ../link-library-admin.php:149 ../link-library-admin.php:199
76
+ #: ../link-library-admin.php:234
77
  msgid "Excluded Category Override"
78
  msgstr ""
79
 
80
+ #: ../link-library-admin.php:152 ../link-library-admin.php:202
81
+ #: ../link-library-admin.php:237
82
  msgid ""
83
  "Single, or comma-separated list of categories IDs to be excluded from the "
84
  "link list"
85
  msgstr ""
86
 
87
+ #: ../link-library-admin.php:154 ../link-library-admin.php:159
88
+ #: ../link-library-admin.php:164 ../link-library-admin.php:169
89
  msgid "Notes Override"
90
  msgstr ""
91
 
92
+ #: ../link-library-admin.php:157
93
  msgid "Set to 0 or 1 to display or not display link notes"
94
  msgstr ""
95
 
96
+ #: ../link-library-admin.php:162
97
  msgid "Set to 0 or 1 to display or not display link descriptions"
98
  msgstr ""
99
 
100
+ #: ../link-library-admin.php:167
101
  msgid "Set to 0 or 1 to display or not display rss information"
102
  msgstr ""
103
 
104
+ #: ../link-library-admin.php:172
105
  msgid "Set to 0 or 1 to display links in an unordered list or a table"
106
  msgstr ""
107
 
108
+ #: ../link-library-admin.php:175
109
  msgid "Render a list of link categories."
110
  msgstr ""
111
 
112
+ #: ../link-library-admin.php:205
113
  msgid "Render a search box to search through links."
114
  msgstr ""
115
 
116
+ #: ../link-library-admin.php:207
117
  msgid "There are no options for this shortcode."
118
  msgstr ""
119
 
120
+ #: ../link-library-admin.php:210
121
  msgid "Render a form for visitors to submit new links."
122
  msgstr ""
123
 
124
+ #: ../link-library-admin.php:272
125
  msgid "Category Link"
126
  msgstr ""
127
 
128
+ #: ../link-library-admin.php:301
129
+ msgid "Extra Query String"
130
+ msgstr ""
131
+
132
+ #: ../link-library-admin.php:404 ../link-library-admin.php:755
133
  msgid ""
134
  "Please create a folder called uploads under your Wordpress /wp-content/ "
135
  "directory with write permissions to use this functionality."
136
  msgstr ""
137
 
138
+ #: ../link-library-admin.php:406 ../link-library-admin.php:757
139
  msgid ""
140
  "Please make sure that the /wp-content/uploads/ directory has write "
141
  "permissions to use this functionality."
142
  msgstr ""
143
 
144
+ #: ../link-library-admin.php:522
145
  msgid "Basic Details"
146
  msgstr ""
147
 
148
+ #: ../link-library-admin.php:524 ../link-library-admin.php:3932
149
+ #: ../link-library-admin.php:4061 ../render-link-library-sc.php:1123
150
  msgid "Image"
151
  msgstr ""
152
 
153
+ #: ../link-library-admin.php:529
154
  msgid "Full-Page Content"
155
  msgstr ""
156
 
157
+ #: ../link-library-admin.php:532
158
  msgid "Additional Parameters"
159
  msgstr ""
160
 
161
+ #: ../link-library-admin.php:542
162
  msgid "Link Library: Missing Thumbshots API Key"
163
  msgstr ""
164
 
165
+ #: ../link-library-admin.php:542
166
  msgid ""
167
  "One of your link libraries is configured to use Thumbshots for link "
168
  "thumbails, but you have not entered your Thumbshots.com API Key. Please "
170
  "in the Link Library admin panel."
171
  msgstr ""
172
 
173
+ #: ../link-library-admin.php:542
174
  msgid "Jump to Link Library admin"
175
  msgstr ""
176
 
177
+ #: ../link-library-admin.php:547
178
+ msgid "Welcome to Link Library 6.0"
179
+ msgstr ""
180
+
181
+ #: ../link-library-admin.php:547
182
+ msgid ""
183
+ "After many months of beta testing, Link Library 6.0 has finally been "
184
+ "released. I hope you will appreciate the new version. If you run into any "
185
+ "issues, please use the official plugin forum to ask questions. If you have "
186
+ "major issues that prevents your site from working correctly, you can revert "
187
+ "back to the previous version until a solution for your issue is available. A "
188
+ "link to the previous version is provided below. Here are some of the most "
189
+ "commonly asked questions after the upgrade:<br /><br /><strong>FAQ</"
190
+ "strong><br /><br />Q: My links have been duplicated one or more times. My "
191
+ "links no longer have categories assigned to them.<br />A: Go to the "
192
+ "<strong>General Options</strong> section of Link Library and press the "
193
+ "<strong>Re-import links</strong> button<br /><br />Q: I can see my links in "
194
+ "admin, but they no longer appear on site.<br />A: You are probably using "
195
+ "some options with your <strong>[link-library]</strong> shortcode to "
196
+ "determine which categories will be displayed. The category IDs have changed "
197
+ "when your links were imported into the new version of Link Library. You will "
198
+ "need to get the new IDs from the <strong>Categories</strong> page and update "
199
+ "your shortcodes.<br /><br />Q: Where did my Links widget go?!?<br />A: The "
200
+ "Links widget that you were using was actually not part of Link Library, but "
201
+ "part of the core WordPress Link Manager, which Link Library was previously "
202
+ "based on. As such, Link Library is no longer compatible with that widget. To "
203
+ "create a widget displaying links, you can use the new Link Library widget "
204
+ "and select one of your library configurations. If you need your links in the "
205
+ "widget to look different from your main list of links, go to General Options "
206
+ "to increase your number of libraries, then configure your new library and "
207
+ "select it in the widget configuration."
208
+ msgstr ""
209
+
210
+ #: ../link-library-admin.php:547
211
+ msgid "Link Library Support Forum"
212
+ msgstr ""
213
+
214
+ #: ../link-library-admin.php:547
215
+ msgid "Download previous version of Link Library"
216
+ msgstr ""
217
+
218
+ #: ../link-library-admin.php:552
219
  msgid "Link Library: No Link Categories on your site"
220
  msgstr ""
221
 
222
+ #: ../link-library-admin.php:552
223
  msgid ""
224
  "There are currently no link categories defined in your WordPress site. Link "
225
  "Library will not work correctly without categories. Please create at least "
227
  "category."
228
  msgstr ""
229
 
230
+ #: ../link-library-admin.php:606
231
  msgid "Links to moderate"
232
  msgstr ""
233
 
234
+ #: ../link-library-admin.php:653
235
  msgid "Global Options"
236
  msgstr ""
237
 
238
+ #: ../link-library-admin.php:655
239
  msgid "Configurations"
240
  msgstr ""
241
 
242
+ #: ../link-library-admin.php:655
243
  msgid "Library Configurations"
244
  msgstr ""
245
 
246
+ #: ../link-library-admin.php:658 ../link-library-admin.php:660
247
+ #: ../link-library-admin.php:1020
248
  msgid "Moderate"
249
  msgstr ""
250
 
251
+ #: ../link-library-admin.php:663 ../link-library-admin.php:1025
252
+ #: ../link-library-admin.php:2479
253
  msgid "Stylesheet"
254
  msgstr ""
255
 
256
+ #: ../link-library-admin.php:665 ../link-library-admin.php:695
257
  msgid "Link checking tools"
258
  msgstr ""
259
 
260
+ #: ../link-library-admin.php:667 ../link-library-admin.php:1033
261
  msgid "FAQ"
262
  msgstr ""
263
 
264
+ #: ../link-library-admin.php:693
265
  msgid "Links awaiting moderation"
266
  msgstr ""
267
 
268
+ #: ../link-library-admin.php:694 ../link-library-admin.php:2481
269
  msgid "Editor"
270
  msgstr ""
271
 
272
+ #: ../link-library-admin.php:696
273
  msgid "Save"
274
  msgstr ""
275
 
276
+ #: ../link-library-admin.php:803
277
  msgid "Thumbnails successfully generated!"
278
  msgstr ""
279
 
280
+ #: ../link-library-admin.php:805
281
  msgid "Favicons successfully generated!"
282
  msgstr ""
283
 
284
+ #: ../link-library-admin.php:807 ../link-library-admin.php:5556
285
  msgid "Thumbnail successfully generated for"
286
  msgstr ""
287
 
288
+ #: ../link-library-admin.php:809 ../link-library-admin.php:5592
289
  msgid "Favicon successfully generated for"
290
  msgstr ""
291
 
292
+ #: ../link-library-admin.php:840
293
  msgid "General Settings Saved"
294
  msgstr ""
295
 
296
+ #: ../link-library-admin.php:842 ../link-library-admin.php:888
297
  msgid ""
298
  "Link Library plugin directory needs to be writable to perform this action"
299
  msgstr ""
300
 
301
+ #: ../link-library-admin.php:844
302
+ msgid ""
303
+ "You must set the Google reCAPTCHA Site and Secret Keys to be able to set the "
304
+ "captcha generator to Google reCAPTCHA."
305
+ msgstr ""
306
+
307
+ #: ../link-library-admin.php:846
308
  msgid "row(s) found"
309
  msgstr ""
310
 
311
+ #: ../link-library-admin.php:846 ../link-library-admin.php:900
312
  msgid "link(s) imported"
313
  msgstr ""
314
 
315
+ #: ../link-library-admin.php:846 ../link-library-admin.php:900
316
  msgid "link(s) updated"
317
  msgstr ""
318
 
319
+ #: ../link-library-admin.php:872 ../link-library-admin.php:3157
320
  msgid "Library #"
321
  msgstr ""
322
 
323
+ #: ../link-library-admin.php:872
324
  msgid "Updated"
325
  msgstr ""
326
 
327
+ #: ../link-library-admin.php:876
328
  msgid "Included Category ID"
329
  msgstr ""
330
 
331
+ #: ../link-library-admin.php:876 ../link-library-admin.php:880
332
  msgid "is invalid. Please check the ID in the Link Category editor."
333
  msgstr ""
334
 
335
+ #: ../link-library-admin.php:880
336
  msgid "Excluded Category ID"
337
  msgstr ""
338
 
339
+ #: ../link-library-admin.php:884
340
  msgid "Invalid column count for link on row. Compare against template."
341
  msgstr ""
342
 
343
+ #: ../link-library-admin.php:892
344
  msgid "Library Settings imported successfully"
345
  msgstr ""
346
 
347
+ #: ../link-library-admin.php:896
348
  msgid "Library Settings Upload Failed"
349
  msgstr ""
350
 
351
+ #: ../link-library-admin.php:904
352
  msgid "Links are missing categories"
353
  msgstr ""
354
 
355
+ #: ../link-library-admin.php:917
356
  msgid "Link(s) Approved"
357
  msgstr ""
358
 
359
+ #: ../link-library-admin.php:919
360
  msgid "Link(s) Deleted"
361
  msgstr ""
362
 
363
+ #: ../link-library-admin.php:930
364
  msgid "Stylesheet updated"
365
  msgstr ""
366
 
367
+ #: ../link-library-admin.php:932
368
  msgid "Stylesheet reset to original state"
369
  msgstr ""
370
 
371
+ #: ../link-library-admin.php:939
372
  msgid "Settings updated"
373
  msgstr ""
374
 
375
+ #: ../link-library-admin.php:945
376
+ msgid "Reciprocal Link Checker Report"
377
+ msgstr ""
378
+
379
+ #: ../link-library-admin.php:947
380
+ msgid "Broken Link Checker Report"
381
+ msgstr ""
382
+
383
+ #: ../link-library-admin.php:1010
384
  msgid "General Options"
385
  msgstr ""
386
 
387
+ #: ../link-library-admin.php:1015
388
  msgid "Library Settings"
389
  msgstr ""
390
 
391
+ #: ../link-library-admin.php:1030
392
  msgid "Reciprocal Check"
393
  msgstr ""
394
 
395
+ #: ../link-library-admin.php:1199
396
  msgid "General"
397
  msgstr ""
398
 
399
+ #: ../link-library-admin.php:1200
400
  msgid "Single Item Layout"
401
  msgstr ""
402
 
403
+ #: ../link-library-admin.php:1201
404
  msgid "Images"
405
  msgstr ""
406
 
407
+ #: ../link-library-admin.php:1202
408
  msgid "Bookmarklet"
409
  msgstr ""
410
 
411
+ #: ../link-library-admin.php:1203
412
  msgid "Moderation"
413
  msgstr ""
414
 
415
+ #: ../link-library-admin.php:1204
416
  msgid "Hide Donation"
417
  msgstr ""
418
 
419
+ #: ../link-library-admin.php:1205
420
  msgid "Import/Export Links"
421
  msgstr ""
422
 
423
+ #: ../link-library-admin.php:1212
424
  msgid "Usage"
425
  msgstr ""
426
 
427
+ #: ../link-library-admin.php:1213
428
  msgid "Common"
429
  msgstr ""
430
 
431
+ #: ../link-library-admin.php:1214
432
  msgid "Categories"
433
  msgstr ""
434
 
435
+ #: ../link-library-admin.php:1215
436
  msgid "Links"
437
  msgstr ""
438
 
439
+ #: ../link-library-admin.php:1216
440
  msgid "Advanced"
441
  msgstr ""
442
 
443
+ #: ../link-library-admin.php:1217
444
  msgid "Pop-Ups"
445
  msgstr ""
446
 
447
+ #: ../link-library-admin.php:1218
448
  msgid "RSS Display"
449
  msgstr ""
450
 
451
+ #: ../link-library-admin.php:1219
452
  msgid "Thumbnails"
453
  msgstr ""
454
 
455
+ #: ../link-library-admin.php:1220
456
  msgid "RSS Feed"
457
  msgstr ""
458
 
459
+ #: ../link-library-admin.php:1221 ../link-library-admin.php:4717
460
+ #: ../link-library-admin.php:4726
461
  msgid "Search"
462
  msgstr ""
463
 
464
+ #: ../link-library-admin.php:1222
465
  msgid "User Submission"
466
  msgstr ""
467
 
468
+ #: ../link-library-admin.php:1223
469
  msgid "Import/Export Settings"
470
  msgstr ""
471
 
472
+ #: ../link-library-admin.php:1280 ../link-library-admin.php:2000
473
+ #: ../link-library-admin.php:2255 ../link-library-admin.php:2372
474
+ #: ../link-library-admin.php:2408
475
  msgid "Not allowed"
476
  msgstr ""
477
 
478
+ #: ../link-library-admin.php:2302 ../link-library-admin.php:2345
479
+ #: ../usersubmission.php:420
480
  msgid "Message generated by"
481
  msgstr ""
482
 
483
+ #: ../link-library-admin.php:2455
484
+ msgid "Re-import"
485
+ msgstr ""
486
+
487
+ #: ../link-library-admin.php:2456
488
+ msgid "Re-import links"
489
+ msgstr ""
490
+
491
+ #: ../link-library-admin.php:2459
492
+ msgid "Category mapping table"
493
+ msgstr ""
494
+
495
+ #: ../link-library-admin.php:2460
496
+ msgid "Export category mapping"
497
+ msgstr ""
498
+
499
+ #: ../link-library-admin.php:2463
500
+ msgid "Delete old Link Library 5.9 Links"
501
+ msgstr ""
502
+
503
+ #: ../link-library-admin.php:2464
504
+ msgid "Delete old links"
505
+ msgstr ""
506
+
507
+ #: ../link-library-admin.php:2471 ../link-library-admin.php:5994
508
  msgid "Update channel"
509
  msgstr ""
510
 
511
+ #: ../link-library-admin.php:2473 ../link-library-admin.php:5996
512
  msgid "Standard channel - Updates as they are released"
513
  msgstr ""
514
 
515
+ #: ../link-library-admin.php:2474 ../link-library-admin.php:5997
516
  msgid "Monthly Channel - Updates once per month"
517
  msgstr ""
518
 
519
+ #: ../link-library-admin.php:2479 ../link-library-admin.php:2480
520
  msgid ""
521
  "The stylesheet is now defined and stored using the Link Library admin "
522
  "interface. This avoids problems with updates from one version to the next."
523
  msgstr ""
524
 
525
+ #: ../link-library-admin.php:2485
526
  msgid "Number of Libraries"
527
  msgstr ""
528
 
529
+ #: ../link-library-admin.php:2491
530
+ msgid "Link Library Post Slug"
531
+ msgstr ""
532
+
533
+ #: ../link-library-admin.php:2537
534
  msgid "Category selection method"
535
  msgstr ""
536
 
537
+ #: ../link-library-admin.php:2539
538
  msgid "Comma-separated ID list"
539
  msgstr ""
540
 
541
+ #: ../link-library-admin.php:2540
542
  msgid "Multi-select List"
543
  msgstr ""
544
 
545
+ #: ../link-library-admin.php:2544
546
+ msgid "Default link target in editor"
547
+ msgstr ""
548
+
549
+ #: ../link-library-admin.php:2554 ../link-library-admin.php:2555
550
  msgid ""
551
  "Enter comma-separate list of pages on which the Link Library stylesheet and "
552
  "scripts should be loaded. Primarily used if you display Link Library using "
553
  "the API"
554
  msgstr ""
555
 
556
+ #: ../link-library-admin.php:2554
557
  msgid "Additional pages to load styles and scripts"
558
  msgstr ""
559
 
560
+ #: ../link-library-admin.php:2560
561
  msgid "Debug Mode"
562
  msgstr ""
563
 
564
+ #: ../link-library-admin.php:2565 ../link-library-admin.php:2566
565
+ #: ../link-library-admin.php:2571 ../link-library-admin.php:2572
566
  msgid ""
567
  "This function is only possible when showing one category at a time and while "
568
  "the default category is not shown."
569
  msgstr ""
570
 
571
+ #: ../link-library-admin.php:2565
572
  msgid "Page Title Prefix"
573
  msgstr ""
574
 
575
+ #: ../link-library-admin.php:2571
576
  msgid "Page Title Suffix"
577
  msgstr ""
578
 
579
+ #: ../link-library-admin.php:2577 ../link-library-admin.php:2578
580
  msgid ""
581
  "Path for images files that are uploaded manually or generated through "
582
  "thumbnail generation service"
583
  msgstr ""
584
 
585
+ #: ../link-library-admin.php:2577
586
  msgid "Link Image File Path"
587
  msgstr ""
588
 
589
+ #: ../link-library-admin.php:2580
590
  msgid "Absolute"
591
  msgstr ""
592
 
593
+ #: ../link-library-admin.php:2581
594
  msgid "Relative"
595
  msgstr ""
596
 
597
+ #: ../link-library-admin.php:2588
598
  msgid "Thumbnail Generator"
599
  msgstr ""
600
 
601
+ #: ../link-library-admin.php:2599 ../link-library-admin.php:2600
602
  msgid "API Key for Thumbshots.com thumbnail generation accounts"
603
  msgstr ""
604
 
605
+ #: ../link-library-admin.php:2599
606
  msgid "Thumbshots API Key"
607
  msgstr ""
608
 
609
+ #: ../link-library-admin.php:2607
610
  msgid "Robothumb Thumbnail size"
611
  msgstr ""
612
 
613
+ #: ../link-library-admin.php:2623
614
+ msgid "Captcha generator"
615
+ msgstr ""
616
+
617
+ #: ../link-library-admin.php:2636 ../link-library-admin.php:2638
618
+ #: ../link-library-admin.php:2643 ../link-library-admin.php:2645
619
+ msgid ""
620
+ "Sign up for the reCAPTCHA service before activating this feature to get your "
621
+ "Site and Secret Keys"
622
+ msgstr ""
623
+
624
+ #: ../link-library-admin.php:2636
625
+ msgid "Google reCAPTCHA Site Key"
626
+ msgstr ""
627
+
628
+ #: ../link-library-admin.php:2643
629
+ msgid "Google reCAPTCHA Secret Key"
630
+ msgstr ""
631
+
632
+ #: ../link-library-admin.php:2653
633
  msgid "Links Date Format"
634
  msgstr ""
635
 
636
+ #: ../link-library-admin.php:2653
637
  msgid "Help"
638
  msgstr ""
639
 
640
+ #: ../link-library-admin.php:2660 ../link-library-admin.php:2661
641
  msgid "Enter list of additional link protocols, seperated by commas"
642
  msgstr ""
643
 
644
+ #: ../link-library-admin.php:2660
645
  msgid "Additional protocols"
646
  msgstr ""
647
 
648
+ #: ../link-library-admin.php:2664
649
  msgid "Time before clearing RSS display cache (in seconds)"
650
  msgstr ""
651
 
652
+ #: ../link-library-admin.php:2773 ../link-library-admin.php:2774
653
  msgid "Custom full URL for expand icon. Uses default image if left empty."
654
  msgstr ""
655
 
656
+ #: ../link-library-admin.php:2773
657
  msgid "Expand Icon Image"
658
  msgstr ""
659
 
660
+ #: ../link-library-admin.php:2780 ../link-library-admin.php:2781
661
  msgid "Custom full URL for collapse icon. Uses default image if left empty."
662
  msgstr ""
663
 
664
+ #: ../link-library-admin.php:2780
665
  msgid "Collapse Icon Image"
666
  msgstr ""
667
 
668
+ #: ../link-library-admin.php:2795
669
  msgid "Add new links to your site with this bookmarklet."
670
  msgstr ""
671
 
672
+ #: ../link-library-admin.php:2796
673
  msgid ""
674
  "To use this feature, drag-and-drop the button below to your favorite / "
675
  "bookmark toolbar."
676
  msgstr ""
677
 
678
+ #: ../link-library-admin.php:2797
679
  msgid "Add to Links"
680
  msgstr ""
681
 
682
+ #: ../link-library-admin.php:2810
683
  msgid ""
684
  "Approval and rejection e-mail functionality will only work correctly if the "
685
  "submitter e-mail field is displayed on the user link submission form"
686
  msgstr ""
687
 
688
+ #: ../link-library-admin.php:2814 ../link-library-admin.php:2815
689
  msgid ""
690
  "URL that user will be redirected to after submitting new link. When used, "
691
  "the short code [link-library-addlinkcustommsg] should be placed on the "
692
  "destination page."
693
  msgstr ""
694
 
695
+ #: ../link-library-admin.php:2814
696
  msgid "Link Acknowledgement URL"
697
  msgstr ""
698
 
699
+ #: ../link-library-admin.php:2820
700
  msgid ""
701
  "Title of e-mail sent to site admin when new links are submitted. Use "
702
  "%linkname% as a variable to be replaced by the actual link name"
703
  msgstr ""
704
 
705
+ #: ../link-library-admin.php:2820
706
  msgid "Moderation Notification Title"
707
  msgstr ""
708
 
709
+ #: ../link-library-admin.php:2826
710
  msgid ""
711
  "Will send a confirmation e-mail to link submitter if they provided their "
712
  "contact information"
713
  msgstr ""
714
 
715
+ #: ../link-library-admin.php:2826
716
  msgid "E-mail submitter on link approval or rejection"
717
  msgstr ""
718
 
719
+ #: ../link-library-admin.php:2831
720
  msgid "Suppress Link Library message in e-mail footer"
721
  msgstr ""
722
 
723
+ #: ../link-library-admin.php:2836
724
  msgid "Only use first part of submitter name"
725
  msgstr ""
726
 
727
+ #: ../link-library-admin.php:2841
728
  msgid ""
729
  "The name of the e-mail account that the approval e-mail will be sent from"
730
  msgstr ""
731
 
732
+ #: ../link-library-admin.php:2841
733
  msgid "Moderator Name"
734
  msgstr ""
735
 
736
+ #: ../link-library-admin.php:2847
737
  msgid "The e-mail address that the approval e-mail will be sent from"
738
  msgstr ""
739
 
740
+ #: ../link-library-admin.php:2847
741
  msgid "Moderator E-mail"
742
  msgstr ""
743
 
744
+ #: ../link-library-admin.php:2853
745
  msgid ""
746
  "Title of approval e-mail. Use %linkname% as a variable to be replaced by the "
747
  "actual link name"
748
  msgstr ""
749
 
750
+ #: ../link-library-admin.php:2853
751
  msgid "Approval e-mail title"
752
  msgstr ""
753
 
754
+ #: ../link-library-admin.php:2859
755
  msgid ""
756
  "Body of approval e-mail. Use %linkname% as a variable to be replaced by the "
757
  "actual link name, %submittername% for the submitter name and %linkurl% for "
758
  "the link address"
759
  msgstr ""
760
 
761
+ #: ../link-library-admin.php:2859
762
  msgid "Approval e-mail body"
763
  msgstr ""
764
 
765
+ #: ../link-library-admin.php:2865
766
  msgid ""
767
  "Title of rejection e-mail. Use %linkname% as a variable to be replaced by "
768
  "the actual link name"
769
  msgstr ""
770
 
771
+ #: ../link-library-admin.php:2865
772
  msgid "Rejection e-mail title"
773
  msgstr ""
774
 
775
+ #: ../link-library-admin.php:2871
776
  msgid ""
777
  "Body of rejection e-mail. Use %linkname% as a variable to be replaced by the "
778
  "actual link name, %submittername% for the submitter name and %linkurl% for "
779
  "the link address"
780
  msgstr ""
781
 
782
+ #: ../link-library-admin.php:2871
783
  msgid "Rejection e-mail body"
784
  msgstr ""
785
 
786
+ #: ../link-library-admin.php:2884
787
  msgid ""
788
  "The following option allows you to hide the Donate button and Support the "
789
  "Author section in the Link Library Admin pages. If you enjoy this plugin and "
792
  "other elements."
793
  msgstr ""
794
 
795
+ #: ../link-library-admin.php:2887
796
  msgid "Hide Donation and Support Links"
797
  msgstr ""
798
 
799
+ #: ../link-library-admin.php:2902
800
  msgid "Export all links to a CSV file"
801
  msgstr ""
802
 
803
+ #: ../link-library-admin.php:2904
804
  msgid "Export All Links"
805
  msgstr ""
806
 
807
+ #: ../link-library-admin.php:2911
808
  msgid ""
809
  "Allows for links to be added in batch to the Wordpress links database. CSV "
810
  "file needs to follow template for column layout."
811
  msgstr ""
812
 
813
+ #: ../link-library-admin.php:2911
814
  msgid "CSV file to upload to import links"
815
  msgstr ""
816
 
817
+ #: ../link-library-admin.php:2911
818
  msgid "file template"
819
  msgstr ""
820
 
821
+ #: ../link-library-admin.php:2914
822
  msgid "Import Links from CSV"
823
  msgstr ""
824
 
825
+ #: ../link-library-admin.php:2918 ../link-library-admin.php:2952
 
 
 
 
826
  msgid "Update items when URL is identical"
827
  msgstr ""
828
 
829
+ #: ../link-library-admin.php:2926
830
  msgid "Import links from site pages"
831
  msgstr ""
832
 
833
+ #: ../link-library-admin.php:2927
834
  msgid "All Pages and Posts"
835
  msgstr ""
836
 
837
+ #: ../link-library-admin.php:2928
838
  msgid "All Pages, Posts and Custom Post Types"
839
  msgstr ""
840
 
841
+ #: ../link-library-admin.php:2929
842
  msgid "Specific Page"
843
  msgstr ""
844
 
845
+ #: ../link-library-admin.php:2933
846
  msgid "Specific Post"
847
  msgstr ""
848
 
849
+ #: ../link-library-admin.php:2945
850
  msgid "Specific "
851
  msgstr ""
852
 
853
+ #: ../link-library-admin.php:2966
854
  msgid "Import Links from Site"
855
  msgstr ""
856
 
857
+ #: ../link-library-admin.php:2976
858
  msgid "Save Settings"
859
  msgstr ""
860
 
861
+ #: ../link-library-admin.php:2985
862
  msgid "Update Settings"
863
  msgstr ""
864
 
865
+ #: ../link-library-admin.php:2996 ../link-library-admin.php:3733
866
+ #: ../link-library-admin.php:4085 ../link-library-admin.php:4918
867
+ #: ../usersubmission.php:394 ../usersubmission.php:455
868
  msgid "Link Name"
869
  msgstr ""
870
 
871
+ #: ../link-library-admin.php:2997 ../link-library-admin.php:4953
872
+ #: ../link-library-defaults.php:123 ../usersubmission.php:400
873
+ #: ../usersubmission.php:474
874
  msgid "Link Category"
875
  msgstr ""
876
 
877
+ #: ../link-library-admin.php:2998 ../link-library-admin.php:4353
878
+ #: ../link-library-admin.php:5020 ../link-library-defaults.php:259
879
+ #: ../usersubmission.php:402 ../usersubmission.php:475
880
+ msgid "Link Tags"
881
+ msgstr ""
882
+
883
+ #: ../link-library-admin.php:2999
884
  msgid "Link URL"
885
  msgstr ""
886
 
887
+ #: ../link-library-admin.php:3000 ../link-library-admin.php:3733
888
+ #: ../link-library-admin.php:4130 ../link-library-admin.php:5064
889
+ #: ../link-library-defaults.php:124 ../usersubmission.php:397
890
+ #: ../usersubmission.php:463
891
  msgid "Link Description"
892
  msgstr ""
893
 
894
+ #: ../link-library-admin.php:3056
895
  msgid "No Links Found to Moderate"
896
  msgstr ""
897
 
898
+ #: ../link-library-admin.php:3066
899
  msgid "Check All"
900
  msgstr ""
901
 
902
+ #: ../link-library-admin.php:3067
903
  msgid "Uncheck All"
904
  msgstr ""
905
 
906
+ #: ../link-library-admin.php:3069
907
  msgid "Approve Selected Items"
908
  msgstr ""
909
 
910
+ #: ../link-library-admin.php:3070
911
  msgid "Delete Selected Items"
912
  msgstr ""
913
 
914
+ #: ../link-library-admin.php:3093
915
  msgid ""
916
  "If the stylesheet editor is empty after upgrading, reset to the default "
917
  "stylesheet using the button below or copy/paste your backup stylesheet into "
918
  "the editor."
919
  msgstr ""
920
 
921
+ #: ../link-library-admin.php:3100
922
  msgid "Submit"
923
  msgstr ""
924
 
925
+ #: ../link-library-admin.php:3100
926
  msgid "Reset to default"
927
  msgstr ""
928
 
929
+ #: ../link-library-admin.php:3111
930
  msgid "Select Current Library Settings"
931
  msgstr ""
932
 
933
+ #: ../link-library-admin.php:3126
934
  msgid "Go"
935
  msgstr ""
936
 
937
+ #: ../link-library-admin.php:3128
938
  msgid "Copy from:"
939
  msgstr ""
940
 
941
+ #: ../link-library-admin.php:3142
942
  msgid "Copy"
943
  msgstr ""
944
 
945
+ #: ../link-library-admin.php:3156 ../link-library-admin.php:3159
946
+ #: ../link-library-admin.php:3163
947
  msgid ""
948
  "Link Library Supports the Creation of an unlimited number of configurations "
949
  "to display link lists on your site"
950
  msgstr ""
951
 
952
+ #: ../link-library-admin.php:3160
953
  msgid "Library Name"
954
  msgstr ""
955
 
956
+ #: ../link-library-admin.php:3162
957
  msgid "Feature"
958
  msgstr ""
959
 
960
+ #: ../link-library-admin.php:3164
961
  msgid "Code to insert on a Wordpress page"
962
  msgstr ""
963
 
964
+ #: ../link-library-admin.php:3172
965
  msgid "Display basic link library"
966
  msgstr ""
967
 
968
+ #: ../link-library-admin.php:3207
969
  msgid "Display list of link categories"
970
  msgstr ""
971
 
972
+ #: ../link-library-admin.php:3228
973
  msgid "Display search box"
974
  msgstr ""
975
 
976
+ #: ../link-library-admin.php:3235
977
  msgid "Display link submission form"
978
  msgstr ""
979
 
980
+ #: ../link-library-admin.php:3242
981
+ msgid "Display count of links in a library"
982
+ msgstr ""
983
+
984
+ #: ../link-library-admin.php:3250
985
  #, php-format
986
  msgid ""
987
  "You are about to Delete Library #'%s'\n"
988
  " 'Cancel' to stop, 'OK' to delete."
989
  msgstr ""
990
 
991
+ #: ../link-library-admin.php:3250
992
  msgid "Delete Library"
993
  msgstr ""
994
 
995
+ #: ../link-library-admin.php:3251
996
  #, php-format
997
  msgid ""
998
  "You are about to reset Library '%s'\n"
999
  " 'Cancel' to stop, 'OK' to reset."
1000
  msgstr ""
1001
 
1002
+ #: ../link-library-admin.php:3251
1003
  msgid "Reset current Library"
1004
  msgstr ""
1005
 
1006
+ #: ../link-library-admin.php:3252
1007
  #, php-format
1008
  msgid ""
1009
  "You are about to reset Library '%s' for a table layout\n"
1010
  " 'Cancel' to stop, 'OK' to reset."
1011
  msgstr ""
1012
 
1013
+ #: ../link-library-admin.php:3252
1014
  msgid "Reset current Library for table layout"
1015
  msgstr ""
1016
 
1017
+ #: ../link-library-admin.php:3286 ../render-link-library-addlink-sc.php:74
1018
  msgid "No link categories! Create some!"
1019
  msgstr ""
1020
 
1021
+ #: ../link-library-admin.php:3303
1022
  msgid "Current Library Name"
1023
  msgstr ""
1024
 
1025
+ #: ../link-library-admin.php:3310 ../link-library-admin.php:3318
1026
  msgid "Leave Empty to see all categories"
1027
  msgstr ""
1028
 
1029
+ #: ../link-library-admin.php:3310 ../link-library-admin.php:3318
1030
+ #: ../link-library-admin.php:3336 ../link-library-admin.php:3340
1031
  msgid "Enter list of comma-separated"
1032
  msgstr ""
1033
 
1034
+ #: ../link-library-admin.php:3310 ../link-library-admin.php:3318
1035
  msgid "numeric category IDs"
1036
  msgstr ""
1037
 
1038
+ #: ../link-library-admin.php:3310
1039
  msgid ""
1040
  "To find the IDs, go to the Link Categories admin page, place the mouse above "
1041
  "a category name and look for its ID in the address shown in your browsers "
1042
  "status bar. For example"
1043
  msgstr ""
1044
 
1045
+ #: ../link-library-admin.php:3312
1046
  msgid "Categories to be displayed (Empty=All)"
1047
  msgstr ""
1048
 
1049
+ #: ../link-library-admin.php:3314
1050
  msgid "Categories to be displayed"
1051
  msgstr ""
1052
 
1053
+ #: ../link-library-admin.php:3318 ../link-library-admin.php:3336
1054
+ #: ../link-library-admin.php:3340
1055
  msgid "For example"
1056
  msgstr ""
1057
 
1058
+ #: ../link-library-admin.php:3329
1059
  msgid "Show all categories"
1060
  msgstr ""
1061
 
1062
+ #: ../link-library-admin.php:3336 ../link-library-admin.php:3340
1063
  msgid "numeric category IDs that should not be shown"
1064
  msgstr ""
1065
 
1066
+ #: ../link-library-admin.php:3337
1067
  msgid "Categories to be excluded"
1068
  msgstr ""
1069
 
1070
+ #: ../link-library-admin.php:3349
1071
  msgid "No Exclusions"
1072
  msgstr ""
1073
 
1074
+ #: ../link-library-admin.php:3356 ../link-library-admin.php:3359
1075
  msgid "Only show one category of links at a time"
1076
  msgstr ""
1077
 
1078
+ #: ../link-library-admin.php:3357
1079
  msgid "Only show one category at a time"
1080
  msgstr ""
1081
 
1082
+ #: ../link-library-admin.php:3362
1083
  msgid ""
1084
  "Select if AJAX should be used to only reload the list of links without "
1085
  "reloading the whole page or HTML GET to reload entire page with a new link. "
1087
  "correctly."
1088
  msgstr ""
1089
 
1090
+ #: ../link-library-admin.php:3362
1091
  msgid "Switching Method"
1092
  msgstr ""
1093
 
1094
+ #: ../link-library-admin.php:3380
1095
  msgid ""
1096
  "Default category to be shown when only showing one at a time (numeric ID)"
1097
  msgstr ""
1098
 
1099
+ #: ../link-library-admin.php:3385
1100
  msgid "Hide category on start in single cat mode"
1101
  msgstr ""
1102
 
1103
+ #: ../link-library-admin.php:3390 ../link-library-admin.php:3393
1104
  msgid "File path is relative to Link Library plugin directory"
1105
  msgstr ""
1106
 
1107
+ #: ../link-library-admin.php:3391
1108
  msgid "Icon to display when performing AJAX queries"
1109
  msgstr ""
1110
 
1111
+ #: ../link-library-admin.php:3402 ../link-library-admin.php:3405
1112
  msgid "Only show a limited number of links and add page navigation links"
1113
  msgstr ""
1114
 
1115
+ #: ../link-library-admin.php:3403
1116
  msgid "Paginate Results"
1117
  msgstr ""
1118
 
1119
+ #: ../link-library-admin.php:3408 ../link-library-admin.php:3411
1120
  msgid "Number of Links to be Displayed per Page in Pagination Mode"
1121
  msgstr ""
1122
 
1123
+ #: ../link-library-admin.php:3409
1124
  msgid "Links per Page"
1125
  msgstr ""
1126
 
1127
+ #: ../link-library-admin.php:3417
1128
  msgid "Pagination Position"
1129
  msgstr ""
1130
 
1131
+ #: ../link-library-admin.php:3421
1132
  msgid "After Links"
1133
  msgstr ""
1134
 
1135
+ #: ../link-library-admin.php:3422 ../link-library-admin.php:3476
1136
  msgid "Before Links"
1137
  msgstr ""
1138
 
1139
+ #: ../link-library-admin.php:3426
1140
  msgid "Hide Results if Empty"
1141
  msgstr ""
1142
 
1143
+ #: ../link-library-admin.php:3437
1144
  msgid "Enable Permalinks"
1145
  msgstr ""
1146
 
1147
+ #: ../link-library-admin.php:3443
1148
  msgid "Permalinks Page"
1149
  msgstr ""
1150
 
1151
+ #: ../link-library-admin.php:3451
1152
  msgid "Permalink Top Page Text"
1153
  msgstr ""
1154
 
1155
+ #: ../link-library-admin.php:3459
1156
  msgid "Category links in permalinks mode"
1157
  msgstr ""
1158
 
1159
+ #: ../link-library-admin.php:3465
1160
  msgid "Show breadcrumbs in permalinks mode"
1161
  msgstr ""
1162
 
1163
+ #: ../link-library-admin.php:3475
1164
  msgid "Display alphabetic cat filter"
1165
  msgstr ""
1166
 
1167
+ #: ../link-library-admin.php:3476
1168
  msgid "Do not display"
1169
  msgstr ""
1170
 
1171
+ #: ../link-library-admin.php:3476
1172
  msgid "Before Categories"
1173
  msgstr ""
1174
 
1175
+ #: ../link-library-admin.php:3476
1176
  msgid "Before Categories and Links"
1177
  msgstr ""
1178
 
1179
+ #: ../link-library-admin.php:3483
1180
  msgid "Auto-select first alphabetic cat item"
1181
  msgstr ""
1182
 
1183
+ #: ../link-library-admin.php:3487
1184
  msgid "Display ALL box in alphabetic cat filter"
1185
  msgstr ""
1186
 
1187
+ #: ../link-library-admin.php:3489
1188
  msgid "Cat filter label"
1189
  msgstr ""
1190
 
1191
+ #: ../link-library-admin.php:3493
1192
  msgid "Only display links submitted by current user"
1193
  msgstr ""
1194
 
1195
+ #: ../link-library-admin.php:3538
1196
  msgid "Results Order"
1197
  msgstr ""
1198
 
1199
+ #: ../link-library-admin.php:3542 ../link-library-admin.php:3693
1200
  msgid "Order by Name"
1201
  msgstr ""
1202
 
1203
+ #: ../link-library-admin.php:3543 ../link-library-admin.php:3694
1204
  msgid "Order by ID"
1205
  msgstr ""
1206
 
1207
+ #: ../link-library-admin.php:3544
1208
+ msgid "Order by Category Slug"
 
 
 
 
1209
  msgstr ""
1210
 
1211
+ #: ../link-library-admin.php:3546
1212
+ msgid "Order of categories based on included category list"
1213
  msgstr ""
1214
 
1215
+ #: ../link-library-admin.php:3552
1216
  msgid "Link Categories Display Format"
1217
  msgstr ""
1218
 
1219
+ #: ../link-library-admin.php:3556 ../link-library-admin.php:3799
1220
  msgid "Table"
1221
  msgstr ""
1222
 
1223
+ #: ../link-library-admin.php:3557 ../link-library-admin.php:3800
1224
  msgid "Unordered List"
1225
  msgstr ""
1226
 
1227
+ #: ../link-library-admin.php:3558
1228
  msgid "Drop-Down List"
1229
  msgstr ""
1230
 
1231
+ #: ../link-library-admin.php:3559
1232
  msgid "Drop-Down List Direct Access"
1233
  msgstr ""
1234
 
1235
+ #: ../link-library-admin.php:3565
1236
  msgid "Display link counts"
1237
  msgstr ""
1238
 
1239
+ #: ../link-library-admin.php:3571
1240
  msgid "Display categories with search results"
1241
  msgstr ""
1242
 
1243
+ #: ../link-library-admin.php:3577 ../link-library-admin.php:3747
 
 
 
 
1244
  msgid "Direction"
1245
  msgstr ""
1246
 
1247
+ #: ../link-library-admin.php:3581 ../link-library-admin.php:3751
1248
  msgid "Ascending"
1249
  msgstr ""
1250
 
1251
+ #: ../link-library-admin.php:3582 ../link-library-admin.php:3752
1252
  msgid "Descending"
1253
  msgstr ""
1254
 
1255
+ #: ../link-library-admin.php:3586 ../link-library-admin.php:3589
1256
+ #: ../link-library-admin.php:3701 ../link-library-admin.php:3704
1257
  msgid ""
1258
  "Use [ and ] in the description to perform special actions using HTML such as "
1259
  "inserting images instead of < and >"
1260
  msgstr ""
1261
 
1262
+ #: ../link-library-admin.php:3587 ../link-library-admin.php:3702
1263
  msgid "Show Category Description"
1264
  msgstr ""
1265
 
1266
+ #: ../link-library-admin.php:3591 ../link-library-admin.php:3706
1267
  msgid "Position"
1268
  msgstr ""
1269
 
1270
+ #: ../link-library-admin.php:3593 ../link-library-admin.php:3708
1271
  msgid "Right"
1272
  msgstr ""
1273
 
1274
+ #: ../link-library-admin.php:3594 ../link-library-admin.php:3709
1275
  msgid "Left"
1276
  msgstr ""
1277
 
1278
+ #: ../link-library-admin.php:3600
1279
  msgid "Width of Categories Table in Percents"
1280
  msgstr ""
1281
 
1282
+ #: ../link-library-admin.php:3606 ../link-library-admin.php:3609
1283
  msgid ""
1284
  "Determines the number of alternating div tags that will be placed before and "
1285
  "after each link category"
1286
  msgstr ""
1287
 
1288
+ #: ../link-library-admin.php:3606 ../link-library-admin.php:3609
1289
  msgid ""
1290
  "These div tags can be used to style of position link categories on the link "
1291
  "page"
1292
  msgstr ""
1293
 
1294
+ #: ../link-library-admin.php:3607
1295
  msgid "Number of alternating div classes"
1296
  msgstr ""
1297
 
1298
+ #: ../link-library-admin.php:3622
1299
  msgid "Number of columns in Categories Table"
1300
  msgstr ""
1301
 
1302
+ #: ../link-library-admin.php:3629
1303
  msgid "First div class name"
1304
  msgstr ""
1305
 
1306
+ #: ../link-library-admin.php:3637
1307
  msgid "Use Div Class or Heading tag around Category Names"
1308
  msgstr ""
1309
 
1310
+ #: ../link-library-admin.php:3641
1311
  msgid "Div Class"
1312
  msgstr ""
1313
 
1314
+ #: ../link-library-admin.php:3642
1315
  msgid "Heading Tag"
1316
  msgstr ""
1317
 
1318
+ #: ../link-library-admin.php:3647
1319
  msgid "Second div class name"
1320
  msgstr ""
1321
 
1322
+ #: ../link-library-admin.php:3654 ../link-library-admin.php:3657
1323
  msgid "Example div class name: linklistcatname, Example Heading Label: h3"
1324
  msgstr ""
1325
 
1326
+ #: ../link-library-admin.php:3655
1327
  msgid "Div Class Name or Heading label"
1328
  msgstr ""
1329
 
1330
+ #: ../link-library-admin.php:3662
1331
  msgid "Third div class name"
1332
  msgstr ""
1333
 
1334
+ #: ../link-library-admin.php:3669 ../link-library-admin.php:3672
1335
  msgid ""
1336
  "Set this address to a page running Link Library to place categories on a "
1337
  "different page. Should always be used with the Show One Category at a Time "
1338
  "and HTMLGET fetch method."
1339
  msgstr ""
1340
 
1341
+ #: ../link-library-admin.php:3670
1342
  msgid "Category Target Address"
1343
  msgstr ""
1344
 
1345
+ #: ../link-library-admin.php:3689
1346
  msgid "Link Results Order"
1347
  msgstr ""
1348
 
1349
+ #: ../link-library-admin.php:3695
 
 
 
 
1350
  msgid "Order randomly"
1351
  msgstr ""
1352
 
1353
+ #: ../link-library-admin.php:3696
1354
  msgid "Order by updated date"
1355
  msgstr ""
1356
 
1357
+ #: ../link-library-admin.php:3697
1358
+ msgid "Order by number of link visits"
1359
+ msgstr ""
1360
+
1361
+ #: ../link-library-admin.php:3710
1362
  msgid "After Category Name"
1363
  msgstr ""
1364
 
1365
+ #: ../link-library-admin.php:3711
1366
  msgid "After Top-Level Category Name"
1367
  msgstr ""
1368
 
1369
+ #: ../link-library-admin.php:3716
1370
  msgid "List Featured Links ahead of Regular Links"
1371
  msgstr ""
1372
 
1373
+ #: ../link-library-admin.php:3720
1374
  msgid "Show Expand Link button and hide links"
1375
  msgstr ""
1376
 
1377
+ #: ../link-library-admin.php:3725
1378
  msgid "Combine all results without categories"
1379
  msgstr ""
1380
 
1381
+ #: ../link-library-admin.php:3729
1382
  msgid "Link Title Content"
1383
  msgstr ""
1384
 
1385
+ #: ../link-library-admin.php:3756 ../link-library-admin.php:3759
1386
+ #: ../link-library-admin.php:3767
1387
+ msgid "Leave empty to show all results"
1388
  msgstr ""
1389
 
1390
+ #: ../link-library-admin.php:3757
1391
+ msgid "Total max number of links to display"
1392
  msgstr ""
1393
 
1394
+ #: ../link-library-admin.php:3768
1395
+ msgid "Max number of links to display per category"
1396
+ msgstr ""
1397
+
1398
+ #: ../link-library-admin.php:3770
1399
+ msgid "Leave empty to show all results for each category"
1400
  msgstr ""
1401
 
1402
+ #: ../link-library-admin.php:3775 ../link-library-admin.php:3778
1403
  msgid ""
1404
  "Sets default link target window, does not override specific targets set in "
1405
  "links"
1406
  msgstr ""
1407
 
1408
+ #: ../link-library-admin.php:3776
1409
  msgid "Link Target"
1410
  msgstr ""
1411
 
1412
+ #: ../link-library-admin.php:3784
1413
  msgid "Link Display Format"
1414
  msgstr ""
1415
 
1416
+ #: ../link-library-admin.php:3801
1417
+ msgid "No surrounding tags"
1418
+ msgstr ""
1419
+
1420
+ #: ../link-library-admin.php:3806 ../link-library-admin.php:3809
1421
+ msgid "Allows extra query string to be added to all links in library"
1422
+ msgstr ""
1423
+
1424
+ #: ../link-library-admin.php:3807
1425
+ msgid "Additional link query string"
1426
+ msgstr ""
1427
+
1428
+ #: ../link-library-admin.php:3814
1429
+ msgid "Show Scheduled Links (published with future date)"
1430
+ msgstr ""
1431
+
1432
+ #: ../link-library-admin.php:3822
1433
  msgid "Show Column Headers"
1434
  msgstr ""
1435
 
1436
+ #: ../link-library-admin.php:3829
1437
  msgid "Column Headers Override"
1438
  msgstr ""
1439
 
1440
+ #: ../link-library-admin.php:3832
1441
  msgid "Comma-separated list of column header labels"
1442
  msgstr ""
1443
 
1444
+ #: ../link-library-admin.php:3838
1445
  msgid "Allow sorting through column headers"
1446
  msgstr ""
1447
 
1448
+ #: ../link-library-admin.php:3846
1449
  msgid "Hide Category Names"
1450
  msgstr ""
1451
 
1452
+ #: ../link-library-admin.php:3853
1453
  msgid "Show Hidden Links"
1454
  msgstr ""
1455
 
1456
+ #: ../link-library-admin.php:3861
1457
  msgid "Hide links of children categories"
1458
  msgstr ""
1459
 
1460
+ #: ../link-library-admin.php:3868
1461
  msgid "Child category depth limit"
1462
  msgstr ""
1463
 
1464
+ #: ../link-library-admin.php:3876
1465
  msgid "Hide children categories on top page"
1466
  msgstr ""
1467
 
1468
+ #: ../link-library-admin.php:3883 ../link-library-admin.php:3886
1469
  msgid "Need to be active for Link Categories to work"
1470
  msgstr ""
1471
 
1472
+ #: ../link-library-admin.php:3884
1473
  msgid "Embed HTML anchors"
1474
  msgstr ""
1475
 
1476
+ #: ../link-library-admin.php:3891
1477
  msgid "Show Hidden Links to Admins/Editors"
1478
  msgstr ""
1479
 
1480
+ #: ../link-library-admin.php:3908
1481
  msgid ""
1482
  "Arrange the items below via drag-and-drop to order the various Link Library "
1483
  "elements."
1484
  msgstr ""
1485
 
1486
+ #: ../link-library-admin.php:3936 ../render-link-library-sc.php:1123
1487
  msgid "Name"
1488
  msgstr ""
1489
 
1490
+ #: ../link-library-admin.php:3940 ../render-link-library-sc.php:1124
1491
  msgid "Date"
1492
  msgstr ""
1493
 
1494
+ #: ../link-library-admin.php:3944
1495
  msgid "Desc"
1496
  msgstr ""
1497
 
1498
+ #: ../link-library-admin.php:3948 ../link-library-admin.php:5389
1499
+ #: ../render-link-library-sc.php:1125
1500
  msgid "Notes"
1501
  msgstr ""
1502
 
1503
+ #: ../link-library-admin.php:3952 ../render-link-library-sc.php:1125
1504
  msgid "RSS"
1505
  msgstr ""
1506
 
1507
+ #: ../link-library-admin.php:3956 ../link-library-admin.php:4181
1508
+ #: ../render-link-library-sc.php:1126
1509
  msgid "Web Link"
1510
  msgstr ""
1511
 
1512
+ #: ../link-library-admin.php:3960
1513
  msgid "Phone"
1514
  msgstr ""
1515
 
1516
+ #: ../link-library-admin.php:3964 ../link-library-admin.php:4240
1517
+ #: ../link-library-admin.php:5156 ../link-library-admin.php:5684
1518
+ #: ../link-library-defaults.php:172 ../render-link-library-addlink-sc.php:565
1519
+ #: ../render-link-library-sc.php:1127
1520
  msgid "E-mail"
1521
  msgstr ""
1522
 
1523
+ #: ../link-library-admin.php:3968 ../render-link-library-sc.php:1127
1524
  msgid "Hits"
1525
  msgstr ""
1526
 
1527
+ #: ../link-library-admin.php:3972 ../link-library-admin.php:5652
1528
+ #: ../render-link-library-sc.php:1128
1529
  msgid "Rating"
1530
  msgstr ""
1531
 
1532
+ #: ../link-library-admin.php:3976
1533
  msgid "Large Desc"
1534
  msgstr ""
1535
 
1536
+ #: ../link-library-admin.php:3980 ../link-library-admin.php:4319
1537
+ #: ../link-library-admin.php:5172 ../link-library-admin.php:5709
1538
+ #: ../link-library-defaults.php:184 ../render-link-library-addlink-sc.php:583
1539
+ #: ../render-link-library-sc.php:1129
1540
  msgid "Submitter Name"
1541
  msgstr ""
1542
 
1543
+ #: ../link-library-admin.php:3984
1544
  msgid "Cat Desc"
1545
  msgstr ""
1546
 
1547
+ #: ../link-library-admin.php:3988 ../render-link-library-sc.php:1130
1548
  msgid "Tags"
1549
  msgstr ""
1550
 
1551
+ #: ../link-library-admin.php:3992 ../link-library-admin.php:5727
1552
+ #: ../link-library.php:972 ../render-link-library-sc.php:1130
1553
  msgid "Price"
1554
  msgstr ""
1555
 
1556
+ #: ../link-library-admin.php:4004
1557
  msgid "Display"
1558
  msgstr ""
1559
 
1560
+ #: ../link-library-admin.php:4005
1561
  msgid "Before"
1562
  msgstr ""
1563
 
1564
+ #: ../link-library-admin.php:4006
1565
  msgid "After"
1566
  msgstr ""
1567
 
1568
+ #: ../link-library-admin.php:4007
1569
  msgid "Additional Details"
1570
  msgstr ""
1571
 
1572
+ #: ../link-library-admin.php:4008
1573
  msgid "Link Source"
1574
  msgstr ""
1575
 
1576
+ #: ../link-library-admin.php:4011
1577
  msgid ""
1578
  "This column allows for the output of text/code before the first link in each "
1579
  "category"
1580
  msgstr ""
1581
 
1582
+ #: ../link-library-admin.php:4011
1583
  msgid "Before first link"
1584
  msgstr ""
1585
 
1586
+ #: ../link-library-admin.php:4013
1587
  msgid "Output of text/code before the first link in each category"
1588
  msgstr ""
1589
 
1590
+ #: ../link-library-admin.php:4019
1591
  msgid ""
1592
  "This column allows for the output of text/code before a number of links "
1593
  "determined by the Display field"
1594
  msgstr ""
1595
 
1596
+ #: ../link-library-admin.php:4019
1597
  msgid "Intermittent Before Link"
1598
  msgstr ""
1599
 
1600
+ #: ../link-library-admin.php:4020
1601
  msgid "Frequency of additional output before and after complete link group"
1602
  msgstr ""
1603
 
1604
+ #: ../link-library-admin.php:4023 ../link-library-admin.php:4033
1605
  msgid "Output before complete link group (link, notes, desc, etc...)"
1606
  msgstr ""
1607
 
1608
+ #: ../link-library-admin.php:4031
1609
  msgid "This column allows for the output of text/code before each link"
1610
  msgstr ""
1611
 
1612
+ #: ../link-library-admin.php:4031
1613
  msgid "Before Link"
1614
  msgstr ""
1615
 
1616
+ #: ../link-library-admin.php:4061
1617
  msgid "This column allows for the output of text/code before each link image"
1618
  msgstr ""
1619
 
1620
+ #: ../link-library-admin.php:4065
1621
  msgid "Code/Text to be displayed before each link image"
1622
  msgstr ""
1623
 
1624
+ #: ../link-library-admin.php:4068
1625
  msgid "Code/Text to be displayed after each link image"
1626
  msgstr ""
1627
 
1628
+ #: ../link-library-admin.php:4071
1629
  msgid "CSS Class to be assigned to link image"
1630
  msgstr ""
1631
 
1632
+ #: ../link-library-admin.php:4076 ../link-library-admin.php:4103
1633
+ #: ../link-library-admin.php:4202 ../link-library-admin.php:4231
1634
  msgid "Primary"
1635
  msgstr ""
1636
 
1637
+ #: ../link-library-admin.php:4077 ../link-library-admin.php:4104
1638
+ #: ../link-library-admin.php:4203 ../link-library-admin.php:4232
1639
  msgid "Secondary"
1640
  msgstr ""
1641
 
1642
+ #: ../link-library-admin.php:4085
1643
  msgid ""
1644
  "This column allows for the output of text/code before and after each link "
1645
  "name"
1646
  msgstr ""
1647
 
1648
+ #: ../link-library-admin.php:4089
1649
  msgid "Code/Text to be displayed before each link"
1650
  msgstr ""
1651
 
1652
+ #: ../link-library-admin.php:4092
1653
  msgid "Code/Text to be displayed after each link"
1654
  msgstr ""
1655
 
1656
+ #: ../link-library-admin.php:4097
1657
  msgid "No Tooltip"
1658
  msgstr ""
1659
 
1660
+ #: ../link-library-admin.php:4098 ../link-library-admin.php:5385
1661
+ #: ../render-link-library-sc.php:1124
1662
  msgid "Description"
1663
  msgstr ""
1664
 
1665
+ #: ../link-library-admin.php:4105
1666
  msgid "Dedicated page"
1667
  msgstr ""
1668
 
1669
+ #: ../link-library-admin.php:4113
1670
  msgid ""
1671
  "This column allows for the output of text/code before and after each link "
1672
  "date stamp"
1673
  msgstr ""
1674
 
1675
+ #: ../link-library-admin.php:4113
1676
  msgid "Link Date"
1677
  msgstr ""
1678
 
1679
+ #: ../link-library-admin.php:4114
1680
  msgid "Check to display link date"
1681
  msgstr ""
1682
 
1683
+ #: ../link-library-admin.php:4117
1684
  msgid "Code/Text to be displayed before each date"
1685
  msgstr ""
1686
 
1687
+ #: ../link-library-admin.php:4120
1688
  msgid "Code/Text to be displayed after each date"
1689
  msgstr ""
1690
 
1691
+ #: ../link-library-admin.php:4130
1692
  msgid ""
1693
  "This column allows for the output of text/code before and after each link "
1694
  "description"
1695
  msgstr ""
1696
 
1697
+ #: ../link-library-admin.php:4131
1698
  msgid "Check to display link descriptions"
1699
  msgstr ""
1700
 
1701
+ #: ../link-library-admin.php:4134
1702
  msgid "Code/Text to be displayed before each description"
1703
  msgstr ""
1704
 
1705
+ #: ../link-library-admin.php:4137
1706
  msgid "Code/Text to be displayed after each description"
1707
  msgstr ""
1708
 
1709
+ #: ../link-library-admin.php:4147
1710
  msgid ""
1711
  "This column allows for the output of text/code before and after each link "
1712
  "notes"
1713
  msgstr ""
1714
 
1715
+ #: ../link-library-admin.php:4147 ../link-library-admin.php:5079
1716
+ #: ../link-library-defaults.php:125 ../usersubmission.php:399
1717
+ #: ../usersubmission.php:471
1718
  msgid "Link Notes"
1719
  msgstr ""
1720
 
1721
+ #: ../link-library-admin.php:4148
1722
  msgid "Check to display link notes"
1723
  msgstr ""
1724
 
1725
+ #: ../link-library-admin.php:4151
1726
  msgid "Code/Text to be displayed before each note"
1727
  msgstr ""
1728
 
1729
+ #: ../link-library-admin.php:4154
1730
  msgid "Code/Text to be displayed after each note"
1731
  msgstr ""
1732
 
1733
+ #: ../link-library-admin.php:4164
1734
  msgid ""
1735
  "This column allows for the output of text/code before and after the RSS icons"
1736
  msgstr ""
1737
 
1738
+ #: ../link-library-admin.php:4164
1739
  msgid "RSS Icons"
1740
  msgstr ""
1741
 
1742
+ #: ../link-library-admin.php:4166
1743
  msgid "See below"
1744
  msgstr ""
1745
 
1746
+ #: ../link-library-admin.php:4168
1747
  msgid "Code/Text to be displayed before RSS Icons"
1748
  msgstr ""
1749
 
1750
+ #: ../link-library-admin.php:4171
1751
  msgid "Code/Text to be displayed after RSS Icons"
1752
  msgstr ""
1753
 
1754
+ #: ../link-library-admin.php:4181
1755
  msgid ""
1756
  "This column allows for the output of text/code before and after the Web Link"
1757
  msgstr ""
1758
 
1759
+ #: ../link-library-admin.php:4184 ../link-library-admin.php:4214
1760
+ #: ../link-library-admin.php:4243
1761
  msgid "False"
1762
  msgstr ""
1763
 
1764
+ #: ../link-library-admin.php:4185
1765
+ msgid "Web Address Link"
1766
  msgstr ""
1767
 
1768
+ #: ../link-library-admin.php:4186
1769
+ msgid "Plain Web Address"
1770
+ msgstr ""
1771
+
1772
+ #: ../link-library-admin.php:4187
1773
+ msgid "Text Label with Link"
1774
  msgstr ""
1775
 
1776
+ #: ../link-library-admin.php:4190
1777
  msgid "Code/Text to be displayed before Web Link"
1778
  msgstr ""
1779
 
1780
+ #: ../link-library-admin.php:4193
1781
  msgid "Code/Text to be displayed after Web Link"
1782
  msgstr ""
1783
 
1784
+ #: ../link-library-admin.php:4197
1785
  msgid "Text Label that the web link will be assigned to."
1786
  msgstr ""
1787
 
1788
+ #: ../link-library-admin.php:4198
1789
+ msgid "Target that will be assigned to web links."
1790
+ msgstr ""
1791
+
1792
+ #: ../link-library-admin.php:4200 ../link-library-admin.php:4229
1793
  msgid "Select which link address will be displayed / used for link"
1794
  msgstr ""
1795
 
1796
+ #: ../link-library-admin.php:4211
1797
  msgid ""
1798
  "This column allows for the output of text/code before and after the "
1799
  "Telephone Number"
1800
  msgstr ""
1801
 
1802
+ #: ../link-library-admin.php:4211 ../link-library-admin.php:5141
1803
+ #: ../link-library-admin.php:5678 ../link-library-defaults.php:170
1804
+ #: ../render-link-library-addlink-sc.php:547
1805
+ #: ../render-link-library-sc.php:1126
1806
  msgid "Telephone"
1807
  msgstr ""
1808
 
1809
+ #: ../link-library-admin.php:4215 ../link-library-admin.php:4244
1810
  msgid "Plain Text"
1811
  msgstr ""
1812
 
1813
+ #: ../link-library-admin.php:4216
1814
  msgid "Link"
1815
  msgstr ""
1816
 
1817
+ #: ../link-library-admin.php:4217
1818
+ msgid "Label"
1819
+ msgstr ""
1820
+
1821
+ #: ../link-library-admin.php:4220
1822
  msgid "Code/Text to be displayed before Telephone Number"
1823
  msgstr ""
1824
 
1825
+ #: ../link-library-admin.php:4223
1826
  msgid "Code/Text to be displayed after Telephone Number"
1827
  msgstr ""
1828
 
1829
+ #: ../link-library-admin.php:4226
1830
  msgid "Text Label that the telephone will be assigned to."
1831
  msgstr ""
1832
 
1833
+ #: ../link-library-admin.php:4240
1834
  msgid ""
1835
  "This column allows for the output of text/code before and after the E-mail"
1836
  msgstr ""
1837
 
1838
+ #: ../link-library-admin.php:4245
1839
  msgid "MailTo Link"
1840
  msgstr ""
1841
 
1842
+ #: ../link-library-admin.php:4246
1843
  msgid "MailTo Link with Label"
1844
  msgstr ""
1845
 
1846
+ #: ../link-library-admin.php:4247
1847
  msgid "Formatted Command"
1848
  msgstr ""
1849
 
1850
+ #: ../link-library-admin.php:4248
1851
  msgid "Formatted Command with Labels"
1852
  msgstr ""
1853
 
1854
+ #: ../link-library-admin.php:4251
1855
  msgid "Code/Text to be displayed before E-mail"
1856
  msgstr ""
1857
 
1858
+ #: ../link-library-admin.php:4254
1859
  msgid "Code/Text to be displayed after E-mail"
1860
  msgstr ""
1861
 
1862
+ #: ../link-library-admin.php:4257
1863
  msgid ""
1864
  "Text Label that the e-mail will be assigned to represent the e-mail link."
1865
  msgstr ""
1866
 
1867
+ #: ../link-library-admin.php:4260
1868
  msgid ""
1869
  "Command that the e-mail will be embedded in. In the case of a command, use "
1870
  "the symbols #email and #company to indicate the position where these "
1871
  "elements should be inserted."
1872
  msgstr ""
1873
 
1874
+ #: ../link-library-admin.php:4268
1875
  msgid ""
1876
  "This column allows for the output of text/code before and after Link Hits"
1877
  msgstr ""
1878
 
1879
+ #: ../link-library-admin.php:4268
1880
  msgid "Link Hits"
1881
  msgstr ""
1882
 
1883
+ #: ../link-library-admin.php:4272
1884
  msgid "Code/Text to be displayed before Link Hits"
1885
  msgstr ""
1886
 
1887
+ #: ../link-library-admin.php:4275
1888
  msgid "Code/Text to be displayed after Link Hits"
1889
  msgstr ""
1890
 
1891
+ #: ../link-library-admin.php:4285
1892
  msgid ""
1893
  "This column allows for the output of text/code before and after the Link "
1894
  "Rating"
1895
  msgstr ""
1896
 
1897
+ #: ../link-library-admin.php:4285
1898
  msgid "Link Rating"
1899
  msgstr ""
1900
 
1901
+ #: ../link-library-admin.php:4289
1902
  msgid "Code/Text to be displayed before Link Rating"
1903
  msgstr ""
1904
 
1905
+ #: ../link-library-admin.php:4292
1906
  msgid "Code/Text to be displayed after Link Rating"
1907
  msgstr ""
1908
 
1909
+ #: ../link-library-admin.php:4302 ../link-library-admin.php:4319
1910
+ #: ../link-library-admin.php:4336
1911
  msgid ""
1912
  "This column allows for the output of text/code before and after the Link "
1913
  "Large Description"
1914
  msgstr ""
1915
 
1916
+ #: ../link-library-admin.php:4302 ../usersubmission.php:398
1917
+ #: ../usersubmission.php:467
1918
  msgid "Link Large Description"
1919
  msgstr ""
1920
 
1921
+ #: ../link-library-admin.php:4306 ../link-library-admin.php:4323
1922
+ #: ../link-library-admin.php:4340
1923
  msgid "Code/Text to be displayed before Link Large Description"
1924
  msgstr ""
1925
 
1926
+ #: ../link-library-admin.php:4309 ../link-library-admin.php:4326
1927
+ #: ../link-library-admin.php:4343
1928
  msgid "Code/Text to be displayed after Link Large Description"
1929
  msgstr ""
1930
 
1931
+ #: ../link-library-admin.php:4336 ../render-link-library-sc.php:1129
1932
  msgid "Category Description"
1933
  msgstr ""
1934
 
1935
+ #: ../link-library-admin.php:4353
1936
  msgid "This column allows for the output of tags associated with the link"
1937
  msgstr ""
1938
 
1939
+ #: ../link-library-admin.php:4357
 
 
 
 
1940
  msgid "Code/Text to be displayed before Link Tags"
1941
  msgstr ""
1942
 
1943
+ #: ../link-library-admin.php:4360
1944
  msgid "Code/Text to be displayed after Link Tags"
1945
  msgstr ""
1946
 
1947
+ #: ../link-library-admin.php:4370
1948
  msgid ""
1949
  "This column allows for the output of the price field associated with the link"
1950
  msgstr ""
1951
 
1952
+ #: ../link-library-admin.php:4370
1953
  msgid "Link Price"
1954
  msgstr ""
1955
 
1956
+ #: ../link-library-admin.php:4374
1957
  msgid "Code/Text to be displayed before Link Price"
1958
  msgstr ""
1959
 
1960
+ #: ../link-library-admin.php:4377
1961
  msgid "Code/Text to be displayed after Link Price"
1962
  msgstr ""
1963
 
1964
+ #: ../link-library-admin.php:4381
1965
  msgid "Currency symbol to be displayed next to price"
1966
  msgstr ""
1967
 
1968
+ #: ../link-library-admin.php:4386
1969
  msgid "Before Price"
1970
  msgstr ""
1971
 
1972
+ #: ../link-library-admin.php:4387
1973
  msgid "After Price"
1974
  msgstr ""
1975
 
1976
+ #: ../link-library-admin.php:4397
1977
  msgid "This column allows for the output of text/code after each link"
1978
  msgstr ""
1979
 
1980
+ #: ../link-library-admin.php:4397
1981
  msgid "After Link Block"
1982
  msgstr ""
1983
 
1984
+ #: ../link-library-admin.php:4400
1985
  msgid "Output after complete link group (link, notes, desc, etc...)"
1986
  msgstr ""
1987
 
1988
+ #: ../link-library-admin.php:4407
1989
  msgid ""
1990
  "This column allows for the output of text/code after a number of links "
1991
  "determined in the first column"
1992
  msgstr ""
1993
 
1994
+ #: ../link-library-admin.php:4407
1995
  msgid "Intermittent After Link"
1996
  msgstr ""
1997
 
1998
+ #: ../link-library-admin.php:4417
1999
  msgid ""
2000
  "This column allows for the output of text/code after the last link in each "
2001
  "category"
2002
  msgstr ""
2003
 
2004
+ #: ../link-library-admin.php:4417
2005
  msgid "After last link"
2006
  msgstr ""
2007
 
2008
+ #: ../link-library-admin.php:4430
2009
  msgid "Show Link Updated Flag"
2010
  msgstr ""
2011
 
2012
+ #: ../link-library-admin.php:4438
2013
  msgid "Convert [] to &lt;&gt; in Link Description and Notes"
2014
  msgstr ""
2015
 
2016
+ #: ../link-library-admin.php:4446
2017
+ msgid "Link Updated Flag Position"
2018
+ msgstr ""
2019
+
2020
+ #: ../link-library-admin.php:4461 ../link-library-admin.php:4464
2021
+ msgid "Label to be displayed before new links"
2022
+ msgstr ""
2023
+
2024
+ #: ../link-library-admin.php:4462
2025
+ msgid "Updated link label"
2026
+ msgstr ""
2027
+
2028
+ #: ../link-library-admin.php:4470
2029
  msgid "Add nofollow tag to outgoing links"
2030
  msgstr ""
2031
 
2032
+ #: ../link-library-admin.php:4477
2033
+ msgid "Suppress noreferrer and noopener tags on links"
2034
+ msgstr ""
2035
+
2036
+ #: ../link-library-admin.php:4485
2037
  msgid "Show edit links when logged in as editor or administrator"
2038
  msgstr ""
2039
 
2040
+ #: ../link-library-admin.php:4493
2041
  msgid "Show link name when no image is assigned"
2042
  msgstr ""
2043
 
2044
+ #: ../link-library-admin.php:4500
2045
  msgid "Do not output fields with no value"
2046
  msgstr ""
2047
 
2048
+ #: ../link-library-admin.php:4518
2049
  msgid "Enable link Pop-Ups"
2050
  msgstr ""
2051
 
2052
+ #: ../link-library-admin.php:4522
2053
  msgid "Pop-Up Width"
2054
  msgstr ""
2055
 
2056
+ #: ../link-library-admin.php:4529
2057
  msgid "Pop-Up Height"
2058
  msgstr ""
2059
 
2060
+ #: ../link-library-admin.php:4538
2061
  msgid "Dialog contents"
2062
  msgstr ""
2063
 
2064
+ #: ../link-library-admin.php:4556
2065
  msgid "Show RSS Link using Text"
2066
  msgstr ""
2067
 
2068
+ #: ../link-library-admin.php:4562
2069
  msgid "Show RSS Link using Standard Icon"
2070
  msgstr ""
2071
 
2072
+ #: ../link-library-admin.php:4572
2073
  msgid "Show RSS Preview Link"
2074
  msgstr ""
2075
 
2076
+ #: ../link-library-admin.php:4578
2077
  msgid "Number of articles shown in RSS Preview"
2078
  msgstr ""
2079
 
2080
+ #: ../link-library-admin.php:4584
2081
  msgid "Show RSS Feed Headers in Link Library output"
2082
  msgstr ""
2083
 
2084
+ #: ../link-library-admin.php:4592
2085
  msgid "Show RSS Feed Content in Link Library output"
2086
  msgstr ""
2087
 
2088
+ #: ../link-library-admin.php:4598
2089
  msgid "Number of RSS articles shown in Link Library Output"
2090
  msgstr ""
2091
 
2092
+ #: ../link-library-admin.php:4603
2093
  msgid "Max number of days since published"
2094
  msgstr ""
2095
 
2096
+ #: ../link-library-admin.php:4607
2097
  msgid "RSS Preview Width"
2098
  msgstr ""
2099
 
2100
+ #: ../link-library-admin.php:4610
2101
  msgid "RSS Preview Height"
2102
  msgstr ""
2103
 
2104
+ #: ../link-library-admin.php:4612
2105
  msgid "Skip links with no RSS inline items"
2106
  msgstr ""
2107
 
2108
+ #: ../link-library-admin.php:4629
2109
  msgid ""
2110
  "Checking this option will get images from the Robothumb web site every time"
2111
  msgstr ""
2112
 
2113
+ #: ../link-library-admin.php:4630
2114
  msgid "Use thumbnail service for dynamic link images"
2115
  msgstr ""
2116
 
2117
+ #: ../link-library-admin.php:4632
2118
  msgid ""
2119
  "Checking this option will get images from the thumbshots web site every time"
2120
  msgstr ""
2121
 
2122
+ #: ../link-library-admin.php:4638
2123
  msgid "Give priority to images assigned to links if present"
2124
  msgstr ""
2125
 
2126
+ #: ../link-library-admin.php:4644
2127
  msgid "Generate Images / Favorite Icons"
2128
  msgstr ""
2129
 
2130
+ #: ../link-library-admin.php:4646 ../link-library-admin.php:5449
2131
  msgid ""
2132
  "This button is only available when a valid API key is entered under the Link "
2133
  "Library General Settings."
2134
  msgstr ""
2135
 
2136
+ #: ../link-library-admin.php:4647
2137
  msgid "Generate Thumbnails and Store locally"
2138
  msgstr ""
2139
 
2140
+ #: ../link-library-admin.php:4650
2141
  msgid "Generate Favorite Icons and Store locally"
2142
  msgstr ""
2143
 
2144
+ #: ../link-library-admin.php:4654
2145
  msgid "Delete all local thumbnails and icons"
2146
  msgstr ""
2147
 
2148
+ #: ../link-library-admin.php:4655
2149
  msgid "Delete all local thumbnails"
2150
  msgstr ""
2151
 
2152
+ #: ../link-library-admin.php:4656
2153
  msgid "Delete all local icons"
2154
  msgstr ""
2155
 
2156
+ #: ../link-library-admin.php:4672
2157
  msgid "Publish RSS Feed"
2158
  msgstr ""
2159
 
2160
+ #: ../link-library-admin.php:4677
2161
  msgid "Number of items in RSS feed"
2162
  msgstr ""
2163
 
2164
+ #: ../link-library-admin.php:4686
2165
  msgid "RSS Feed Title"
2166
  msgstr ""
2167
 
2168
+ #: ../link-library-admin.php:4692
2169
  msgid "RSS Feed Description"
2170
  msgstr ""
2171
 
2172
+ #: ../link-library-admin.php:4698
2173
  msgid ""
2174
+ "RSS Feed Web Address (default yoursite.com/feed/linklibraryfeed?"
2175
+ "settingsset=1 )"
2176
  msgstr ""
2177
 
2178
+ #: ../link-library-admin.php:4715
2179
  msgid "Search Label"
2180
  msgstr ""
2181
 
2182
+ #: ../link-library-admin.php:4724
2183
  msgid "Search Field Initial Text"
2184
  msgstr ""
2185
 
2186
+ #: ../link-library-admin.php:4733
2187
  msgid "Search No Results Text"
2188
  msgstr ""
2189
 
2190
+ #: ../link-library-admin.php:4735 ../link-library-defaults.php:222
2191
  msgid "No links found matching your search criteria"
2192
  msgstr ""
2193
 
2194
+ #: ../link-library-admin.php:4742 ../link-library-admin.php:4743
2195
  msgid "Leave empty when links are to be displayed on same page as search box"
2196
  msgstr ""
2197
 
2198
+ #: ../link-library-admin.php:4742
2199
  msgid "Results Page Address"
2200
  msgstr ""
2201
 
2202
+ #: ../link-library-admin.php:4749
2203
+ msgid "Show Reset Search button"
2204
+ msgstr ""
2205
+
2206
+ #: ../link-library-admin.php:4851
2207
  msgid "Following this link shows a list of all links awaiting moderation"
2208
  msgstr ""
2209
 
2210
+ #: ../link-library-admin.php:4852
2211
  msgid "View list of links awaiting moderation"
2212
  msgstr ""
2213
 
2214
+ #: ../link-library-admin.php:4856
2215
  msgid "Show user links immediately"
2216
  msgstr ""
2217
 
2218
+ #: ../link-library-admin.php:4861
2219
  msgid "E-mail admin on link submission"
2220
  msgstr ""
2221
 
2222
+ #: ../link-library-admin.php:4867
2223
  msgid "Validate links with Akismet"
2224
  msgstr ""
2225
 
2226
+ #: ../link-library-admin.php:4871
2227
  msgid "E-mail submitter"
2228
  msgstr ""
2229
 
2230
+ #: ../link-library-admin.php:4878
2231
  msgid "Additional text for link submitter e-mail"
2232
  msgstr ""
2233
 
2234
+ #: ../link-library-admin.php:4885
2235
  msgid "Require login to display form"
2236
  msgstr ""
2237
 
2238
+ #: ../link-library-admin.php:4890
2239
  msgid "Allow link submission with empty link"
2240
  msgstr ""
2241
 
2242
+ #: ../link-library-admin.php:4896 ../link-library-admin.php:4897
2243
+ msgid ""
2244
+ "Determine if a captcha will be displayed on the user submission form. Select "
2245
+ "the captcha system (Easy Captcha or Google reCAPTCHA) to be used from "
2246
+ "General Options section"
2247
+ msgstr ""
2248
+
2249
+ #: ../link-library-admin.php:4896
2250
  msgid "Display captcha"
2251
  msgstr ""
2252
 
2253
+ #: ../link-library-admin.php:4901
2254
  msgid ""
2255
  "This function will only store data when users are logged in to Wordpress"
2256
  msgstr ""
2257
 
2258
+ #: ../link-library-admin.php:4901
2259
  msgid "Store login name on link submission"
2260
  msgstr ""
2261
 
2262
+ #: ../link-library-admin.php:4907
2263
  msgid "Add new link label"
2264
  msgstr ""
2265
 
2266
+ #: ../link-library-admin.php:4909 ../link-library-defaults.php:119
2267
+ #: ../render-link-library-addlink-sc.php:269
2268
  msgid "Add new link"
2269
  msgstr ""
2270
 
2271
+ #: ../link-library-admin.php:4916
2272
  msgid "Link name label"
2273
  msgstr ""
2274
 
2275
+ #: ../link-library-admin.php:4926
2276
  msgid "Link address label"
2277
  msgstr ""
2278
 
2279
+ #: ../link-library-admin.php:4928 ../usersubmission.php:395
2280
+ #: ../usersubmission.php:456
2281
  msgid "Link Address"
2282
  msgstr ""
2283
 
2284
+ #: ../link-library-admin.php:4935
2285
  msgid "Link RSS label"
2286
  msgstr ""
2287
 
2288
+ #: ../link-library-admin.php:4937 ../link-library-defaults.php:122
2289
+ #: ../render-link-library-addlink-sc.php:294 ../usersubmission.php:396
2290
+ #: ../usersubmission.php:459
2291
  msgid "Link RSS"
2292
  msgstr ""
2293
 
2294
+ #: ../link-library-admin.php:4944 ../link-library-admin.php:4960
2295
+ #: ../link-library-admin.php:5027 ../link-library-admin.php:5071
2296
+ #: ../link-library-admin.php:5086 ../link-library-admin.php:5117
2297
+ #: ../link-library-admin.php:5132 ../link-library-admin.php:5148
2298
+ #: ../link-library-admin.php:5163 ../link-library-admin.php:5179
2299
+ #: ../link-library-admin.php:5194 ../link-library-admin.php:5210
2300
+ #: ../link-library-admin.php:5225 ../link-library-admin.php:5241
2301
  msgid "Hide"
2302
  msgstr ""
2303
 
2304
+ #: ../link-library-admin.php:4945 ../link-library-admin.php:5028
2305
+ #: ../link-library-admin.php:5072 ../link-library-admin.php:5087
2306
+ #: ../link-library-admin.php:5118 ../link-library-admin.php:5133
2307
+ #: ../link-library-admin.php:5149 ../link-library-admin.php:5164
2308
+ #: ../link-library-admin.php:5180 ../link-library-admin.php:5195
2309
+ #: ../link-library-admin.php:5211 ../link-library-admin.php:5226
2310
+ #: ../link-library-admin.php:5242
2311
  msgid "Show"
2312
  msgstr ""
2313
 
2314
+ #: ../link-library-admin.php:4946 ../link-library-admin.php:5073
2315
+ #: ../link-library-admin.php:5088 ../link-library-admin.php:5119
2316
+ #: ../link-library-admin.php:5134 ../link-library-admin.php:5150
2317
+ #: ../link-library-admin.php:5165 ../link-library-admin.php:5181
2318
+ #: ../link-library-admin.php:5196 ../link-library-admin.php:5212
2319
+ #: ../link-library-admin.php:5227
2320
  msgid "Required"
2321
  msgstr ""
2322
 
2323
+ #: ../link-library-admin.php:4951
2324
  msgid "Link category label"
2325
  msgstr ""
2326
 
2327
+ #: ../link-library-admin.php:4961
2328
+ msgid "Drop-down list"
2329
+ msgstr ""
2330
+
2331
+ #: ../link-library-admin.php:4962
2332
+ msgid "Multi-select list"
2333
+ msgstr ""
2334
+
2335
+ #: ../link-library-admin.php:4966
2336
  msgid ""
2337
  "Comma-seperated list of categories to be displayed in category selection box "
2338
  "(e.g. 1,5,4) instead of displaying the set of categories specified by the "
2339
  "library."
2340
  msgstr ""
2341
 
2342
+ #: ../link-library-admin.php:4966
2343
  msgid "Link category override selection list"
2344
  msgstr ""
2345
 
2346
+ #: ../link-library-admin.php:4967
2347
  msgid ""
2348
  "Comma-seperated list of categories to be displayed in category selection box "
2349
  "(e.g. 1,5,4)"
2350
  msgstr ""
2351
 
2352
+ #: ../link-library-admin.php:4972
2353
  msgid "Default category"
2354
  msgstr ""
2355
 
2356
+ #: ../link-library-admin.php:4994 ../link-library-admin.php:4996
2357
  #: ../link-library-defaults.php:150
2358
  msgid "User-submitted category"
2359
  msgstr ""
2360
 
2361
+ #: ../link-library-admin.php:5003 ../link-library-admin.php:5047
2362
  msgid "No"
2363
  msgstr ""
2364
 
2365
+ #: ../link-library-admin.php:5004 ../link-library-admin.php:5048
2366
  msgid "Allow"
2367
  msgstr ""
2368
 
2369
+ #: ../link-library-admin.php:5008
2370
  msgid "User-submitted category prompt"
2371
  msgstr ""
2372
 
2373
+ #: ../link-library-admin.php:5010 ../link-library-defaults.php:151
2374
+ #: ../render-link-library-addlink-sc.php:61
2375
  msgid "User-submitted category (define below)"
2376
  msgstr ""
2377
 
2378
+ #: ../link-library-admin.php:5018
2379
+ msgid "Tags label"
2380
+ msgstr ""
2381
+
2382
+ #: ../link-library-admin.php:5032
2383
+ msgid ""
2384
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2385
+ "g. 1,5,4) instead of displaying all tags"
2386
+ msgstr ""
2387
+
2388
+ #: ../link-library-admin.php:5032
2389
+ msgid "Link tags override selection list"
2390
+ msgstr ""
2391
+
2392
+ #: ../link-library-admin.php:5033
2393
+ msgid ""
2394
+ "Comma-seperated list of tag IDs to be displayed in category selection box (e."
2395
+ "g. 1,5,4)"
2396
+ msgstr ""
2397
+
2398
+ #: ../link-library-admin.php:5038
2399
+ msgid "User-submitted tags label"
2400
+ msgstr ""
2401
+
2402
+ #: ../link-library-admin.php:5040
2403
+ msgid "User-submitted tags"
2404
+ msgstr ""
2405
+
2406
+ #: ../link-library-admin.php:5052
2407
+ msgid "User-submitted tags prompt"
2408
+ msgstr ""
2409
+
2410
+ #: ../link-library-admin.php:5054 ../render-link-library-addlink-sc.php:412
2411
+ msgid "User-submitted tag (define below)"
2412
+ msgstr ""
2413
+
2414
+ #: ../link-library-admin.php:5062
2415
  msgid "Link description label"
2416
  msgstr ""
2417
 
2418
+ #: ../link-library-admin.php:5077
2419
  msgid "Link notes label"
2420
  msgstr ""
2421
 
2422
+ #: ../link-library-admin.php:5093 ../link-library-admin.php:5094
2423
  msgid "Reciprocal link must be configured for this option to work correctly"
2424
  msgstr ""
2425
 
2426
+ #: ../link-library-admin.php:5093
2427
  msgid "Show immediately if reciprocal link valid"
2428
  msgstr ""
2429
 
2430
+ #: ../link-library-admin.php:5097
2431
  msgid "Use Text Area for Notes"
2432
  msgstr ""
2433
 
2434
+ #: ../link-library-admin.php:5102
2435
  msgid "Only allow one reciprocal link per domain"
2436
  msgstr ""
2437
 
2438
+ #: ../link-library-admin.php:5108
2439
  msgid "Reciprocal Link label"
2440
  msgstr ""
2441
 
2442
+ #: ../link-library-admin.php:5110 ../link-library-admin.php:5690
2443
+ #: ../link-library-defaults.php:166 ../render-link-library-addlink-sc.php:511
2444
+ #: ../usersubmission.php:405 ../usersubmission.php:478
2445
  msgid "Reciprocal Link"
2446
  msgstr ""
2447
 
2448
+ #: ../link-library-admin.php:5123
2449
  msgid "Secondary Address label"
2450
  msgstr ""
2451
 
2452
+ #: ../link-library-admin.php:5125 ../link-library-defaults.php:168
2453
+ #: ../render-link-library-addlink-sc.php:529
2454
  msgid "Secondary Address"
2455
  msgstr ""
2456
 
2457
+ #: ../link-library-admin.php:5139
2458
  msgid "Link Telephone label"
2459
  msgstr ""
2460
 
2461
+ #: ../link-library-admin.php:5154
2462
  msgid "Link E-mail label"
2463
  msgstr ""
2464
 
2465
+ #: ../link-library-admin.php:5170
2466
  msgid "Link Submitter Name label"
2467
  msgstr ""
2468
 
2469
+ #: ../link-library-admin.php:5185
2470
  msgid "Link Submitter E-mail label"
2471
  msgstr ""
2472
 
2473
+ #: ../link-library-admin.php:5187 ../link-library-admin.php:5715
2474
+ #: ../link-library-defaults.php:186 ../render-link-library-addlink-sc.php:614
2475
  msgid "Submitter E-mail"
2476
  msgstr ""
2477
 
2478
+ #: ../link-library-admin.php:5201
2479
  msgid "Link Submitter Comment Label"
2480
  msgstr ""
2481
 
2482
+ #: ../link-library-admin.php:5203 ../link-library-defaults.php:188
2483
+ #: ../render-link-library-addlink-sc.php:645
2484
  msgid "Submitter Comment"
2485
  msgstr ""
2486
 
2487
+ #: ../link-library-admin.php:5216
2488
  msgid "Large Description Label"
2489
  msgstr ""
2490
 
2491
+ #: ../link-library-admin.php:5218 ../link-library-admin.php:5393
2492
+ #: ../link-library-defaults.php:201 ../render-link-library-sc.php:1128
2493
  msgid "Large Description"
2494
  msgstr ""
2495
 
2496
+ #: ../link-library-admin.php:5232
2497
  msgid "Custom Captcha Question"
2498
  msgstr ""
2499
 
2500
+ #: ../link-library-admin.php:5234 ../link-library-defaults.php:195
2501
+ #: ../render-link-library-addlink-sc.php:663
2502
  msgid "Is boiling water hot or cold?"
2503
  msgstr ""
2504
 
2505
+ #: ../link-library-admin.php:5246
2506
  msgid "Custom Captcha Answer"
2507
  msgstr ""
2508
 
2509
+ #: ../link-library-admin.php:5248 ../link-library-defaults.php:196
2510
  msgid "hot"
2511
  msgstr ""
2512
 
2513
+ #: ../link-library-admin.php:5255
2514
  msgid "Add Link button label"
2515
  msgstr ""
2516
 
2517
+ #: ../link-library-admin.php:5257 ../link-library-defaults.php:126
2518
  msgid "Add Link"
2519
  msgstr ""
2520
 
2521
+ #: ../link-library-admin.php:5264
2522
  msgid "New Link Message"
2523
  msgstr ""
2524
 
2525
+ #: ../link-library-admin.php:5266
2526
  msgid "New link submitted"
2527
  msgstr ""
2528
 
2529
+ #: ../link-library-admin.php:5273
2530
  msgid "New Link Moderation Label"
2531
  msgstr ""
2532
 
2533
+ #: ../link-library-admin.php:5275
2534
  msgid "it will appear in the list once moderated. Thank you."
2535
  msgstr ""
2536
 
2537
+ #: ../link-library-admin.php:5296
2538
  msgid "Overwrites current library settings with contents of CSV file"
2539
  msgstr ""
2540
 
2541
+ #: ../link-library-admin.php:5296
2542
  msgid "Library Settings CSV file to import"
2543
  msgstr ""
2544
 
2545
+ #: ../link-library-admin.php:5299
2546
  msgid "Import Library Settings"
2547
  msgstr ""
2548
 
2549
+ #: ../link-library-admin.php:5303
2550
  msgid "Generates CSV file with current library configuration for download"
2551
  msgstr ""
2552
 
2553
+ #: ../link-library-admin.php:5303
2554
  msgid "Export current library settings"
2555
  msgstr ""
2556
 
2557
+ #: ../link-library-admin.php:5305
2558
  msgid "Export Library Settings"
2559
  msgstr ""
2560
 
2561
+ #: ../link-library-admin.php:5318
2562
  msgid "Search string"
2563
  msgstr ""
2564
 
2565
+ #: ../link-library-admin.php:5324
2566
  msgid "Delete links that return a 403 error"
2567
  msgstr ""
2568
 
2569
+ #: ../link-library-admin.php:5330
2570
  msgid "Check Reciprocal Links"
2571
  msgstr ""
2572
 
2573
+ #: ../link-library-admin.php:5336
2574
  msgid "Check Broken Links"
2575
  msgstr ""
2576
 
2577
+ #: ../link-library-admin.php:5341
2578
  msgid "Check Duplicate Links"
2579
  msgstr ""
2580
 
2581
+ #: ../link-library-admin.php:5381
2582
+ msgid "Web Address"
2583
+ msgstr ""
2584
+
2585
+ #: ../link-library-admin.php:5405
2586
  msgid "RSS Address"
2587
  msgstr ""
2588
 
2589
+ #: ../link-library-admin.php:5409
2590
  msgid "Target"
2591
  msgstr ""
2592
 
2593
+ #: ../link-library-admin.php:5430
2594
  msgid "Current Image"
2595
  msgstr ""
2596
 
2597
+ #: ../link-library-admin.php:5436
2598
  msgid "None Assigned"
2599
  msgstr ""
2600
 
2601
+ #: ../link-library-admin.php:5442
2602
  msgid "Image URL"
2603
  msgstr ""
2604
 
2605
+ #: ../link-library-admin.php:5447 ../link-library-admin.php:5457
2606
  msgid "Automatic Image Generation"
2607
  msgstr ""
2608
 
2609
+ #: ../link-library-admin.php:5451
2610
  msgid "Generate Thumbnail and Store locally"
2611
  msgstr ""
2612
 
2613
+ #: ../link-library-admin.php:5452
2614
  msgid "Generate Favorite Icon and Store locally"
2615
  msgstr ""
2616
 
2617
+ #: ../link-library-admin.php:5458
2618
  msgid "Only available once link is saved"
2619
  msgstr ""
2620
 
2621
+ #: ../link-library-admin.php:5463
2622
  msgid "Image Upload"
2623
  msgstr ""
2624
 
2625
+ #: ../link-library-admin.php:5465
2626
  msgid "Launch Media Uploader"
2627
  msgstr ""
2628
 
2629
+ #: ../link-library-admin.php:5562
2630
  msgid ""
2631
  "Cannot generate thumbnail when no name and no web address are specified."
2632
  msgstr ""
2633
 
2634
+ #: ../link-library-admin.php:5598
2635
  msgid ""
2636
  "Cannot generate favorite icon when no name and no web address are specified."
2637
  msgstr ""
2638
 
2639
+ #: ../link-library-admin.php:5640
2640
  msgid "Featured Item"
2641
  msgstr ""
2642
 
2643
+ #: ../link-library-admin.php:5646
2644
  msgid "No Follow"
2645
  msgstr ""
2646
 
2647
+ #: ../link-library-admin.php:5662
2648
  msgid "Updated Date"
2649
  msgstr ""
2650
 
2651
+ #: ../link-library-admin.php:5671
2652
  msgid "Secondary Web Address"
2653
  msgstr ""
2654
 
2655
+ #: ../link-library-admin.php:5674 ../link-library-admin.php:5693
2656
  msgid "Visit"
2657
  msgstr ""
2658
 
2659
+ #: ../link-library-admin.php:5697
2660
  msgid "Number of views"
2661
  msgstr ""
2662
 
2663
+ #: ../link-library-admin.php:5703
2664
  msgid "Submitter"
2665
  msgstr ""
2666
 
2667
+ #: ../link-library-admin.php:5721
2668
+ msgid "Rel Tags"
2669
+ msgstr ""
2670
+
2671
+ #: ../link-library-admin.php:6041
2672
  msgid "Duplicate Link Checker Report"
2673
  msgstr ""
2674
 
2675
+ #: ../link-library-admin.php:6043
2676
  msgid "Duplicate URLs"
2677
  msgstr ""
2678
 
2679
+ #: ../link-library-admin.php:6060
2680
  msgid "Duplicate Names"
2681
  msgstr ""
2682
 
2683
+ #: ../link-library-admin.php:6126
 
 
 
 
 
 
 
 
2684
  msgid "Not Found"
2685
  msgstr ""
2686
 
2687
+ #: ../link-library-admin.php:6128
2688
  msgid "OK"
2689
  msgstr ""
2690
 
2691
+ #: ../link-library-admin.php:6130
2692
  msgid "Link valid"
2693
  msgstr ""
2694
 
2695
+ #: ../link-library-admin.php:6133
2696
  msgid "Error 403: Link Deleted"
2697
  msgstr ""
2698
 
2699
+ #: ../link-library-admin.php:6135
2700
  msgid "Error 403"
2701
  msgstr ""
2702
 
2703
+ #: ../link-library-admin.php:6137
2704
  msgid "Website Unreachable"
2705
  msgstr ""
2706
 
2707
+ #: ../link-library-admin.php:6144
2708
  msgid "There are no links with reciprocal links associated with them"
2709
  msgstr ""
2710
 
2711
+ #: ../link-library-admin.php:6146
2712
+ msgid "There are no links to check"
2713
+ msgstr ""
2714
+
2715
+ #: ../link-library-admin.php:6157
2716
  msgid "Add Link Library Shortcode"
2717
  msgstr ""
2718
 
2719
+ #: ../link-library-defaults.php:120 ../render-link-library-addlink-sc.php:277
2720
  msgid "Link name"
2721
  msgstr ""
2722
 
2723
+ #: ../link-library-defaults.php:121 ../render-link-library-addlink-sc.php:283
2724
  msgid "Link address"
2725
  msgstr ""
2726
 
2752
  msgid "Category Filter"
2753
  msgstr ""
2754
 
2755
+ #: ../link-library-defaults.php:255
2756
+ msgid "New"
 
 
 
 
2757
  msgstr ""
2758
 
2759
+ #: ../link-library.php:627
2760
+ msgid "Link Library Generated Feed"
2761
  msgstr ""
2762
 
2763
+ #: ../link-library.php:755 ../link-library.php:759
2764
  msgid ""
2765
  "Link Library no longer supports calling this function with individual "
2766
  "arguments. Please use the admin panel to configure Link Library and the "
2767
  "do_shortcode function to use Link Library output in your code."
2768
  msgstr ""
2769
 
2770
+ #: ../link-library.php:970
2771
  msgid "Tag"
2772
  msgstr ""
2773
 
2774
+ #: ../link-library.php:1378 ../render-link-library-sc.php:2052
2775
+ #: ../render-link-library-tag-filter-sc.php:98
2776
+ msgid "Free"
2777
+ msgstr ""
2778
+
2779
+ #: ../render-link-library-addlink-sc.php:25
2780
+ #: ../render-link-library-addlink-sc.php:280
2781
+ #: ../render-link-library-addlink-sc.php:467
2782
+ #: ../render-link-library-addlink-sc.php:484
2783
+ #: ../render-link-library-addlink-sc.php:492
2784
+ #: ../render-link-library-addlink-sc.php:540
2785
+ #: ../render-link-library-addlink-sc.php:558
2786
+ #: ../render-link-library-addlink-sc.php:651
2787
+ #: ../render-link-library-addlink-sc.php:666
2788
+ msgid "Required field"
2789
+ msgstr ""
2790
+
2791
+ #: ../render-link-library-addlink-sc.php:37
2792
+ msgid "Select a category"
2793
+ msgstr ""
2794
+
2795
+ #: ../render-link-library-addlink-sc.php:195
2796
  msgid "Confirm code not given"
2797
  msgstr ""
2798
 
2799
+ #: ../render-link-library-addlink-sc.php:197
2800
  msgid "Captcha code is wrong"
2801
  msgstr ""
2802
 
2803
+ #: ../render-link-library-addlink-sc.php:199
2804
  msgid "Captcha code is only valid for 5 minutes"
2805
  msgstr ""
2806
 
2807
+ #: ../render-link-library-addlink-sc.php:201
2808
  msgid "No captcha cookie given. Make sure cookies are enabled"
2809
  msgstr ""
2810
 
2811
+ #: ../render-link-library-addlink-sc.php:203
2812
  msgid "Captcha answer was not provided."
2813
  msgstr ""
2814
 
2815
+ #: ../render-link-library-addlink-sc.php:205
2816
  msgid "Captcha answer is incorrect"
2817
  msgstr ""
2818
 
2819
+ #: ../render-link-library-addlink-sc.php:207
2820
  msgid "User Category was not provided correctly. Link insertion failed."
2821
  msgstr ""
2822
 
2823
+ #: ../render-link-library-addlink-sc.php:215
2824
  msgid "Error: Link does not have an address."
2825
  msgstr ""
2826
 
2827
+ #: ../render-link-library-addlink-sc.php:217
2828
  msgid "Error: Link already exists."
2829
  msgstr ""
2830
 
2831
+ #: ../render-link-library-addlink-sc.php:219
2832
+ #: ../render-link-library-addlink-sc.php:221
2833
+ #: ../render-link-library-addlink-sc.php:223
2834
+ #: ../render-link-library-addlink-sc.php:225
2835
+ #: ../render-link-library-addlink-sc.php:227
2836
+ #: ../render-link-library-addlink-sc.php:229
2837
+ #: ../render-link-library-addlink-sc.php:231
2838
+ #: ../render-link-library-addlink-sc.php:233
2839
+ #: ../render-link-library-addlink-sc.php:235
2840
+ #: ../render-link-library-addlink-sc.php:237
2841
+ #: ../render-link-library-addlink-sc.php:239
2842
  msgid " is a required field"
2843
  msgstr ""
2844
 
2845
+ #: ../render-link-library-addlink-sc.php:241
2846
  msgid "Link submission error"
2847
  msgstr ""
2848
 
2849
+ #: ../render-link-library-addlink-sc.php:243
2850
  msgid "Link rejected. There is already a site with this reciprocal link."
2851
  msgstr ""
2852
 
2853
+ #: ../render-link-library-addlink-sc.php:245
2854
+ msgid "Link rejected. Invalid reciprocal link."
 
 
 
 
 
 
 
 
2855
  msgstr ""
2856
 
2857
+ #: ../render-link-library-addlink-sc.php:288
2858
  msgid "Required field, URL"
2859
  msgstr ""
2860
 
2861
+ #: ../render-link-library-addlink-sc.php:305
2862
+ #: ../render-link-library-addlink-sc.php:454
2863
+ #: ../render-link-library-addlink-sc.php:522
2864
  msgid "Required field, 1-255 chars"
2865
  msgstr ""
2866
 
2867
+ #: ../render-link-library-addlink-sc.php:348
2868
  msgid "Link category"
2869
  msgstr ""
2870
 
2871
+ #: ../render-link-library-addlink-sc.php:354
2872
+ #: ../render-link-library-addlink-sc.php:397
2873
+ msgid "Use control-click (Windows) or command-click (Mac) to select multiple"
2874
+ msgstr ""
2875
+
2876
+ #: ../render-link-library-addlink-sc.php:392
2877
+ msgid "Link tags"
2878
  msgstr ""
2879
 
2880
+ #: ../render-link-library-addlink-sc.php:443
2881
  msgid "Link description"
2882
  msgstr ""
2883
 
2884
+ #: ../render-link-library-addlink-sc.php:461
2885
  msgid "Large description"
2886
  msgstr ""
2887
 
2888
+ #: ../render-link-library-addlink-sc.php:475
2889
  msgid "Link notes"
2890
  msgstr ""
2891
 
2892
+ #: ../render-link-library-addlink-sc.php:576
2893
  msgid "Required field, proper e-mail, 1-128 chars"
2894
  msgstr ""
2895
 
2896
+ #: ../render-link-library-addlink-sc.php:607
2897
+ #: ../render-link-library-addlink-sc.php:638
2898
  msgid "Required field, 1-128 chars"
2899
  msgstr ""
2900
 
2901
+ #: ../render-link-library-addlink-sc.php:672
2902
  msgid "Add link"
2903
  msgstr ""
2904
 
2905
+ #: ../render-link-library-addlink-sc.php:684
2906
  msgid "Form submission failed!"
2907
  msgstr ""
2908
 
2909
+ #: ../render-link-library-addlink-sc.php:685
2910
  msgid "You have not answered all required fields"
2911
  msgstr ""
2912
 
2913
+ #: ../render-link-library-addlink-sc.php:686
2914
  msgid "You have not given a correct time"
2915
  msgstr ""
2916
 
2917
+ #: ../render-link-library-addlink-sc.php:687
2918
  msgid "You have not given a correct e-mail address"
2919
  msgstr ""
2920
 
2921
+ #: ../render-link-library-addlink-sc.php:688
2922
  msgid "You have not given a correct phone number"
2923
  msgstr ""
2924
 
2925
+ #: ../render-link-library-addlink-sc.php:689
2926
  msgid "You have not given a correct answer to the security question"
2927
  msgstr ""
2928
 
2929
+ #: ../render-link-library-addlink-sc.php:690
2930
  msgid "You have not given a correct date"
2931
  msgstr ""
2932
 
2933
+ #: ../render-link-library-addlink-sc.php:691
2934
  msgid "The input value must be between "
2935
  msgstr ""
2936
 
2937
+ #: ../render-link-library-addlink-sc.php:692
2938
  msgid "characters"
2939
  msgstr ""
2940
 
2941
+ #: ../render-link-library-addlink-sc.php:693
2942
  msgid "The input value is longer than "
2943
  msgstr ""
2944
 
2945
+ #: ../render-link-library-addlink-sc.php:694
2946
  msgid "The input value is shorter than "
2947
  msgstr ""
2948
 
2949
+ #: ../render-link-library-addlink-sc.php:695
2950
  msgid "Input values could not be confirmed"
2951
  msgstr ""
2952
 
2953
+ #: ../render-link-library-addlink-sc.php:696
2954
  msgid "Incorrect domain value"
2955
  msgstr ""
2956
 
2957
+ #: ../render-link-library-addlink-sc.php:697
2958
  msgid "The input value is not a correct URL. Requires http://."
2959
  msgstr ""
2960
 
2961
+ #: ../render-link-library-addlink-sc.php:698
2962
  msgid "The input value is incorrect"
2963
  msgstr ""
2964
 
2965
+ #: ../render-link-library-addlink-sc.php:699
2966
  msgid " and spaces "
2967
  msgstr ""
2968
 
2969
+ #: ../render-link-library-addlink-sc.php:700
2970
  msgid "The input value was not a correct number"
2971
  msgstr ""
2972
 
2973
+ #: ../render-link-library-addlink-sc.php:701
2974
  msgid "Your social security number was incorrect"
2975
  msgstr ""
2976
 
2977
+ #: ../render-link-library-addlink-sc.php:702
2978
  msgid "Incorrect UK VAT Number"
2979
  msgstr ""
2980
 
2981
+ #: ../render-link-library-addlink-sc.php:703
2982
  msgid "The password is not strong enough"
2983
  msgstr ""
2984
 
2985
+ #: ../render-link-library-addlink-sc.php:704
2986
  msgid "You have to choose at least "
2987
  msgstr ""
2988
 
2989
+ #: ../render-link-library-addlink-sc.php:705
2990
  msgid " answers"
2991
  msgstr ""
2992
 
2993
+ #: ../render-link-library-addlink-sc.php:706
2994
  msgid "The input value can only contain alphanumeric characters "
2995
  msgstr ""
2996
 
2997
+ #: ../render-link-library-addlink-sc.php:707
2998
  msgid " and "
2999
  msgstr ""
3000
 
3001
+ #: ../render-link-library-addlink-sc.php:708
3002
  #, php-format
3003
  msgid "The file you are trying to upload is too large (max %s)"
3004
  msgstr ""
3005
 
3006
+ #: ../render-link-library-addlink-sc.php:709
3007
  #, php-format
3008
  msgid "Only files of type %s is allowed"
3009
  msgstr ""
3010
 
3011
+ #: ../render-link-library-addlink-sc.php:710
3012
  msgid "Please choose between "
3013
  msgstr ""
3014
 
3015
+ #: ../render-link-library-addlink-sc.php:711
3016
  msgid "Please choose at least "
3017
  msgstr ""
3018
 
3019
+ #: ../render-link-library-addlink-sc.php:712
3020
  msgid "Please choose a maximum of "
3021
  msgstr ""
3022
 
3023
+ #: ../render-link-library-addlink-sc.php:713
3024
  msgid " item(s)"
3025
  msgstr ""
3026
 
3027
+ #: ../render-link-library-addlink-sc.php:714
3028
  msgid "The credit card number is not correct"
3029
  msgstr ""
3030
 
3031
+ #: ../render-link-library-addlink-sc.php:715
3032
  msgid "The CVV number was not correct"
3033
  msgstr ""
3034
 
3035
+ #: ../render-link-library-addlink-sc.php:716
3036
  msgid "Incorrect image dimensions,"
3037
  msgstr ""
3038
 
3039
+ #: ../render-link-library-addlink-sc.php:717
3040
  msgid "the image can not be taller than"
3041
  msgstr ""
3042
 
3043
+ #: ../render-link-library-addlink-sc.php:718
3044
  msgid "the image can not be wider than"
3045
  msgstr ""
3046
 
3047
+ #: ../render-link-library-addlink-sc.php:719
3048
  msgid "the image was too small"
3049
  msgstr ""
3050
 
3051
+ #: ../render-link-library-addlink-sc.php:720
3052
  msgid "min"
3053
  msgstr ""
3054
 
3055
+ #: ../render-link-library-addlink-sc.php:721
3056
  msgid "max"
3057
  msgstr ""
3058
 
3059
+ #: ../render-link-library-addlink-sc.php:722
3060
  msgid "Image ratio is not accepted"
3061
  msgstr ""
3062
 
3063
+ #: ../render-link-library-addlink-sc.php:770
3064
  msgid "Enter code from above image"
3065
  msgstr ""
3066
 
3067
+ #: ../render-link-library-cats-sc.php:546
3068
  msgid "Go!"
3069
  msgstr ""
3070
 
3071
+ #: ../render-link-library-cats-sc.php:578
3072
  msgid "No categories found"
3073
  msgstr ""
3074
 
3075
+ #: ../render-link-library-sc.php:106 ../render-link-library-sc.php:118
3076
+ #: ../render-link-library-sc.php:122 ../render-link-library-sc.php:135
3077
+ #: ../render-link-library-sc.php:141
3078
  msgid "Previous"
3079
  msgstr ""
3080
 
3081
+ #: ../render-link-library-sc.php:206 ../render-link-library-sc.php:217
3082
+ #: ../render-link-library-sc.php:221 ../render-link-library-sc.php:227
3083
+ #: ../render-link-library-sc.php:234
3084
  msgid "Next"
3085
  msgstr ""
3086
 
3087
+ #: ../render-link-library-sc.php:681
3088
  msgid "Search Results for"
3089
  msgstr ""
3090
 
3091
+ #: ../render-link-library-sc.php:1219 ../render-link-library-sc.php:2132
3092
  msgid "No links found"
3093
  msgstr ""
3094
 
3095
+ #: ../render-link-library-sc.php:1510
3096
  msgid "Last updated"
3097
  msgstr ""
3098
 
3099
+ #: ../render-link-library-sc.php:1656
3100
  msgid "Edit"
3101
  msgstr ""
3102
 
3103
+ #: ../render-link-library-sc.php:1740
3104
  msgid "Preview of RSS feed for"
3105
  msgstr ""
3106
 
3107
+ #: ../render-link-library-sc.php:2129
3108
+ msgid ""
3109
+ "All of your links must be assigned at least to one category to be displayed"
3110
+ msgstr ""
3111
+
3112
+ #: ../render-link-library-sc.php:2141
3113
+ msgid "Screenshots by Robothumb"
3114
+ msgstr ""
3115
+
3116
+ #: ../render-link-library-sc.php:2143
3117
+ msgid "Thumbnail Screenshots by Thumbshots"
3118
+ msgstr ""
3119
+
3120
+ #: ../render-link-library-search-sc.php:49
3121
+ msgid "Reset search"
3122
+ msgstr ""
3123
+
3124
+ #: ../render-link-library-tag-filter-sc.php:16
3125
+ msgid "Filters"
3126
+ msgstr ""
3127
+
3128
+ #: ../usersubmission.php:301
3129
+ msgid "added link"
3130
  msgstr ""
3131
 
3132
+ #: ../usersubmission.php:301
3133
+ msgid "in category"
3134
  msgstr ""
3135
 
3136
+ #: ../usersubmission.php:393
3137
  msgid "A user submitted a new link to your Wordpress Link database."
3138
  msgstr ""
3139
 
3140
+ #: ../usersubmission.php:406 ../usersubmission.php:482
3141
  msgid "Link Secondary Address"
3142
  msgstr ""
3143
 
3144
+ #: ../usersubmission.php:407 ../usersubmission.php:486
3145
  msgid "Link Telephone"
3146
  msgstr ""
3147
 
3148
+ #: ../usersubmission.php:408 ../usersubmission.php:490
3149
  msgid "Link E-mail"
3150
  msgstr ""
3151
 
3152
+ #: ../usersubmission.php:409
3153
  msgid "Link Submitter"
3154
  msgstr ""
3155
 
3156
+ #: ../usersubmission.php:410 ../usersubmission.php:494
3157
  msgid "Link Submitter Name"
3158
  msgstr ""
3159
 
3160
+ #: ../usersubmission.php:411 ../usersubmission.php:498
3161
  msgid "Link Submitter E-mail"
3162
  msgstr ""
3163
 
3164
+ #: ../usersubmission.php:412 ../usersubmission.php:502
3165
  msgid "Link Comment"
3166
  msgstr ""
3167
 
3168
+ #: ../usersubmission.php:426
3169
  msgid "New link added"
3170
  msgstr ""
3171
 
3172
+ #: ../usersubmission.php:440
3173
  msgid "Link Submission Confirmation"
3174
  msgstr ""
3175
 
3176
+ #: ../usersubmission.php:442
3177
  msgid "Thank you for your link submission on "
3178
  msgstr ""
3179
 
3180
+ #: ../usersubmission.php:446
3181
  msgid "Your link will appear once approved by the site administrator."
3182
  msgstr ""
3183
 
3184
+ #: ../usersubmission.php:448
3185
  msgid "Your link will immediately be added to the site."
3186
  msgstr ""
3187
 
layoutimages/Layout1-SimpleListNamesOnly.png ADDED
Binary file
layoutimages/Layout2-SimpleListWithDesc.png ADDED
Binary file
layoutimages/Layout3-TableView.png ADDED
Binary file
layoutimages/Layout4-TableWithImages.png ADDED
Binary file
layoutimages/Layout5-TableWithImagesInSplitCells.png ADDED
Binary file
link-library-admin.php CHANGED
@@ -1,6052 +1,6935 @@
1
- <?php
2
-
3
- if ( !defined( 'ABSPATH' ) ) {
4
- exit;
5
- } // Exit if accessed directly
6
-
7
- define( 'LINK_LIBRARY_ADMIN_PAGE_NAME', 'edit.php?post_type=link_library_links' );
8
-
9
- require_once( ABSPATH . '/wp-admin/includes/bookmark.php' );
10
- require_once( ABSPATH . '/wp-admin/includes/taxonomy.php' );
11
-
12
- $rss_settings = '';
13
- $pagehookmoderate = '';
14
- $pagehooksettingssets = '';
15
- $pagehookstylesheet = '';
16
- $pagehookreciprocal = '';
17
-
18
- class link_library_plugin_admin {
19
-
20
- function __construct() {
21
- add_action( 'admin_init', array( $this, 'action_admin_init' ) );
22
-
23
- //add filter for WordPress 2.8 changed backend box system !
24
- add_filter( 'screen_layout_columns', array( $this, 'on_screen_layout_columns' ), 10, 2 );
25
- //register callback for admin menu setup
26
- add_action( 'admin_menu', array( $this, 'on_admin_menu' ), 100 );
27
-
28
- if ( function_exists( 'is_network_admin' ) && is_network_admin() ) {
29
- add_action( 'network_admin_menu', array( $this, 'network_settings_menu' ) );
30
- }
31
-
32
- add_action( 'wp_dashboard_setup', array( $this, 'dashboard_widget' ) );
33
-
34
- add_filter( 'plugin_row_meta', array( $this, 'set_plugin_row_meta' ), 1, 2 );
35
-
36
- add_action( 'wpmu_new_blog', array( $this, 'new_network_site' ), 10, 6 );
37
-
38
- add_action( 'admin_head', array( $this, 'admin_header' ) );
39
-
40
- add_action( 'add_meta_boxes', array( $this, 'll_make_wp_editor_movable' ), 0 );
41
- add_action( 'save_post', array( $this, 'll_save_link_fields' ), 10, 2 );
42
- add_filter( 'manage_edit-link_library_links_columns', array( $this, 'll_add_columns' ) );
43
- add_action( 'manage_posts_custom_column', array( $this, 'll_populate_columns' ) );
44
- add_filter( 'manage_edit-link_library_links_sortable_columns', array( $this, 'll_column_sortable' ) );
45
- add_filter( 'request', array( $this, 'll_column_ordering' ) );
46
- add_action( 'pre_get_posts', array( $this, 'll_custom_post_order' ) );
47
- add_action( 'quick_edit_custom_box', array( $this, 'll_display_custom_quickedit_link' ), 10, 2 );
48
-
49
- add_action( 'link_library_category_edit_form_fields', array( $this, 'll_link_library_category_new_fields' ), 10, 2 );
50
- add_action( 'link_library_category_add_form_fields', array( $this, 'll_link_library_category_new_fields' ), 10, 2 );
51
-
52
- add_action( 'edited_link_library_category', array( $this, 'll_save_link_library_category_new_fields' ), 10, 2 );
53
- add_action( 'created_link_library_category', array( $this, 'll_save_link_library_category_new_fields' ), 10, 2 );
54
-
55
- add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ), 99 );
56
-
57
- add_action( 'restrict_manage_posts', array( $this, 'll_link_cat_filter_list' ) );
58
-
59
- add_filter( 'parse_query', array( $this, 'll_perform_link_cat_filtering' ) );
60
-
61
- add_filter( 'manage_edit-link_library_category_columns', array( $this, 'll_category_custom_column_header' ), 10);
62
- add_filter( 'manage_link_library_category_custom_column', array( $this, 'll_add_category_id' ), 10, 3 );
63
-
64
- if ( $this->is_edit_page() ) {
65
- add_action( 'media_buttons', 'link_library_render_editor_button', 20 );
66
- add_action( 'admin_footer', array( $this, 'render_modal' ) );
67
- }
68
-
69
- add_action( 'wp_ajax_link_library_recipbrokencheck', 'link_library_reciprocal_link_checker' );
70
- }
71
-
72
- function is_edit_page( $new_edit = null ) {
73
- global $pagenow;
74
- //make sure we are on the backend
75
- if ( ! is_admin() ) {
76
- return false;
77
- }
78
-
79
- if ( 'edit' == $new_edit ) {
80
- return in_array( $pagenow, array( 'post.php', ) );
81
- } elseif ( 'new' == $new_edit ) { //check for new post page
82
- return in_array( $pagenow, array( 'post-new.php' ) );
83
- } else { //check for either new or edit
84
- if ( isset( $_GET['post_type'] ) && 'link_library_links' != $_GET['post_type'] ) {
85
- return in_array( $pagenow, array( 'post.php', 'post-new.php' ) );
86
- } else {
87
- return false;
88
- }
89
- }
90
- }
91
-
92
- public function admin_scripts( $hook ) {
93
- wp_enqueue_script( 'linklibrary-shortcodes-embed', plugins_url( "js/linklibrary-shortcode-embed.js", __FILE__ ), array( 'jquery' ), '', true );
94
- wp_enqueue_style( 'linklibraryadminstyle', plugins_url( 'adminstyle.css', __FILE__ ) );
95
-
96
- if ( 'edit.php' === $hook && isset( $_GET['post_type'] ) && 'link_library_links' === $_GET['post_type'] ) {
97
- wp_enqueue_script( 'll_quick_edit', plugins_url('js/ll_admin_edit.js', __FILE__), false, null, true );
98
- }
99
- }
100
-
101
- public function render_modal() {
102
- $genoptions = get_option( 'LinkLibraryGeneral' );
103
- ?>
104
- <div id="select_linklibrary_shortcode" style="display:none;">
105
- <div class="wrap">
106
- <h3><?php _e( 'Insert a Link Library shortcode', 'link-library' ); ?></h3>
107
- <div class="alignleft">
108
- <select id="linklibrary_shortcode_selector">
109
- <option value="link-library"><?php _e( 'Link List', 'link-library' ); ?></option>
110
- <option value="link-library-cats"><?php _e( 'Link Category List', 'link-library' ); ?></option>
111
- <option value="link-library-search"><?php _e( 'Link Search', 'link-library' ); ?></option>
112
- <option value="link-library-addlink"><?php _e( 'Add Link Form', 'link-library' ); ?></option>
113
- </select>
114
- </div>
115
- <div class="alignright">
116
- <a id="linklibrary_insert" class="button-primary" href="#" style="color:#fff;"><?php esc_attr_e( 'Insert Shortcode', 'link-library' ); ?></a>
117
- <a id="linklibrary_cancel" class="button-secondary" href="#"><?php esc_attr_e( 'Cancel', 'link-library' ); ?></a>
118
- </div>
119
- <div id="shortcode_options" class="alignleft clear">
120
- <div class="linklibrary-shortcode-section alignleft" id="link-library_wrapper"><p><strong>[link-library]</strong> - <?php _e( 'Render a list of links.', 'link-library' ); ?></p>
121
- <div class="linklibrary_input alignleft">
122
- <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
123
- <br/>
124
- <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
125
- <?php if ( empty( $genoptions['numberstylesets'] ) ) {
126
- $numberofsets = 1;
127
- } else {
128
- $numberofsets = $genoptions['numberstylesets'];
129
- }
130
- for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
131
- <?php $tempoptionname = "LinkLibraryPP" . $counter;
132
- $tempoptions = get_option( $tempoptionname ); ?>
133
- <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
134
- echo " (" . $tempoptions['settingssetname'] . ")";
135
- } ?></option>
136
- <?php endfor; ?>
137
- </select>
138
- <br /><br />
139
- <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Single Link ID', 'link-library' ); ?></label>
140
- <br />
141
- <input class="linklibrary_singlelinkid text" type="text" id="linklibrary_singlelinkid" name="singlelinkid" />
142
- <p class="description"><?php _e( 'Specify ID of single link to be displayed', 'link-library' ); ?></p>
143
- <br />
144
- <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
145
- <br />
146
- <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
147
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
148
- <br />
149
- <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
150
- <br />
151
- <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
152
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
153
- <br />
154
- <label for="linklibrary_link-library_notesoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
155
- <br />
156
- <input class="linklibrary_notesoverride text" type="text" id="linklibrary_notesoverride" name="notesoverride" />
157
- <p class="description"><?php _e( 'Set to 0 or 1 to display or not display link notes', 'link-library' ); ?></p>
158
- <br />
159
- <label for="linklibrary_link-library_descoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
160
- <br />
161
- <input class="linklibrary_descoverride text" type="text" id="linklibrary_descoverride" name="descoverride" />
162
- <p class="description"><?php _e( 'Set to 0 or 1 to display or not display link descriptions', 'link-library' ); ?></p>
163
- <br />
164
- <label for="linklibrary_link-library_rssoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
165
- <br />
166
- <input class="linklibrary_rssoverride text" type="text" id="linklibrary_rssoverride" name="rssoverride" />
167
- <p class="description"><?php _e( 'Set to 0 or 1 to display or not display rss information', 'link-library' ); ?></p>
168
- <br />
169
- <label for="linklibrary_link-library_tableoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
170
- <br />
171
- <input class="linklibrary_tableoverride text" type="text" id="linklibrary_tableoverride" name="tableoverride" />
172
- <p class="description"><?php _e( 'Set to 0 or 1 to display links in an unordered list or a table', 'link-library' ); ?></p>
173
- </div>
174
- </div>
175
- <div class="linklibrary-shortcode-section alignleft" id="link-library-cats_wrapper"><p><strong>[link-library-cats]</strong> - <?php _e( 'Render a list of link categories.', 'link-library' ); ?></p>
176
- <div class="linklibrary_input alignleft">
177
- <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
178
- <br/>
179
- <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
180
- <?php if ( empty( $genoptions['numberstylesets'] ) ) {
181
- $numberofsets = 1;
182
- } else {
183
- $numberofsets = $genoptions['numberstylesets'];
184
- }
185
- for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
186
- <?php $tempoptionname = "LinkLibraryPP" . $counter;
187
- $tempoptions = get_option( $tempoptionname ); ?>
188
- <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
189
- echo " (" . $tempoptions['settingssetname'] . ")";
190
- } ?></option>
191
- <?php endfor; ?>
192
- </select>
193
- <br /><br />
194
- <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
195
- <br />
196
- <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
197
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
198
- <br />
199
- <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
200
- <br />
201
- <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
202
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
203
- </div>
204
- </div>
205
- <div class="linklibrary-shortcode-section alignleft" id="link-library-search_wrapper"><p><strong>[link-library-search]</strong> - <?php _e( 'Render a search box to search through links.', 'link-library' ); ?></p>
206
- <div class="linklibrary_input alignleft">
207
- <p class="description"><?php _e( 'There are no options for this shortcode.', 'link-library' ); ?></p>
208
- </div>
209
- </div>
210
- <div class="linklibrary-shortcode-section alignleft" id="link-library-addlink_wrapper"><p><strong>[link-library-addlink]</strong> - <?php _e( 'Render a form for visitors to submit new links.', 'link-library' ); ?></p>
211
- <div class="linklibrary_input alignleft">
212
- <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
213
- <br/>
214
- <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
215
- <?php if ( empty( $genoptions['numberstylesets'] ) ) {
216
- $numberofsets = 1;
217
- } else {
218
- $numberofsets = $genoptions['numberstylesets'];
219
- }
220
- for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
221
- <?php $tempoptionname = "LinkLibraryPP" . $counter;
222
- $tempoptions = get_option( $tempoptionname ); ?>
223
- <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
224
- echo " (" . $tempoptions['settingssetname'] . ")";
225
- } ?></option>
226
- <?php endfor; ?>
227
- </select>
228
- <br /><br />
229
- <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
230
- <br />
231
- <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
232
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
233
- <br />
234
- <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
235
- <br />
236
- <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
237
- <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
238
- </div>
239
- </div>
240
- </div>
241
- </div>
242
- </div>
243
-
244
- <?php
245
- }
246
-
247
- function ll_link_library_category_new_fields( $tag ) {
248
-
249
- $caturl = '';
250
- $cat_extra_query_string = '';
251
-
252
- if ( is_object( $tag ) ) {
253
- $mode = "edit";
254
- $caturl = get_term_meta( $tag->term_id, 'linkcaturl', true );
255
- $cat_extra_query_string = get_term_meta( $tag->term_id, 'linkextraquerystring', true );
256
- } else {
257
- $mode = 'new';
258
- }
259
-
260
- ?>
261
-
262
- <?php if ( $mode == 'edit' ) {
263
- echo '<tr class="form-field">';
264
- } elseif ( $mode == 'new' ) {
265
- echo '<div class="form-field">';
266
- } ?>
267
-
268
- <?php if ( $mode == 'edit' ) {
269
- echo '<th scope="row" valign="top">';
270
- } ?>
271
- <label for="tag-category-url">
272
- <?php _e( 'Category Link', 'link-library' ); ?></label>
273
- <?php if ( $mode == 'edit' ) {
274
- echo '</th>';
275
- } ?>
276
-
277
- <?php if ( $mode == 'edit' ) {
278
- echo '<td>';
279
- } ?>
280
- <input type="text" id="ll_category_url" name="ll_category_url" size="60" value="<?php echo $caturl; ?>" />
281
- <p class="description">Link that will be associated with category when displayed by Link Library</p>
282
- <?php if ( $mode == 'edit' ) {
283
- echo '</td>';
284
- } ?>
285
- <?php if ( $mode == 'edit' ) {
286
- echo '</tr>';
287
- } elseif ( $mode == 'new' ) {
288
- echo '</div>';
289
- }
290
-
291
- if ( $mode == 'edit' ) {
292
- echo '<tr class="form-field">';
293
- } elseif ( $mode == 'new' ) {
294
- echo '<div class="form-field">';
295
- } ?>
296
-
297
- <?php if ( $mode == 'edit' ) {
298
- echo '<th scope="row" valign="top">';
299
- } ?>
300
- <label for="tag-extra-query-string">
301
- <?php _e( 'Extra Query String', 'link-library' ); ?></label>
302
- <?php if ( $mode == 'edit' ) {
303
- echo '</th>';
304
- } ?>
305
-
306
- <?php if ( $mode == 'edit' ) {
307
- echo '<td>';
308
- } ?>
309
- <input type="text" id="cat_extra_query_string" name="cat_extra_query_string" size="60" value="<?php echo $cat_extra_query_string; ?>" />
310
- <p class="description">Query string arguments that will be added to all links in this category</p>
311
- <?php if ( $mode == 'edit' ) {
312
- echo '</td>';
313
- } ?>
314
- <?php if ( $mode == 'edit' ) {
315
- echo '</tr>';
316
- } elseif ( $mode == 'new' ) {
317
- echo '</div>';
318
- }
319
- }
320
-
321
- function ll_save_link_library_category_new_fields( $term_id, $tt_id ) {
322
-
323
- if ( !$term_id ) {
324
- return;
325
- }
326
-
327
- if ( isset( $_POST['ll_category_url'] ) ) {
328
- update_term_meta( $term_id, 'linkcaturl', $_POST['ll_category_url'] );
329
- }
330
-
331
- if ( isset( $_POST['cat_extra_query_string'] ) ) {
332
- update_term_meta( $term_id, 'linkextraquerystring', $_POST['cat_extra_query_string'] );
333
- }
334
- }
335
-
336
- function admin_header() {
337
- global $pagenow;
338
- if ( ( $pagenow == 'link.php' && $_GET['action'] == 'edit' ) || ( $pagenow == 'link-add.php' ) ) {
339
- if ( function_exists( 'wp_enqueue_media' ) ) {
340
- wp_enqueue_media();
341
- }
342
- }
343
-
344
- if ( isset( $_GET['page'] ) && ( ( $_GET['page'] == 'link-library-general-options' ) || $_GET['page'] == 'link-library-settingssets' || $_GET['page'] == 'link-library-moderate' || $_GET['page'] == 'link-library-stylesheet' || $_GET['page'] == 'link-library-reciprocal' ) ) {
345
- wp_enqueue_style( 'LibraryLibraryAdminStyle', plugins_url( 'link-library-admin.css', __FILE__ ) );
346
- }
347
- }
348
-
349
- function set_plugin_row_meta( $links_array, $plugin_file ) {
350
- $genoptions = get_option( 'LinkLibraryGeneral' );
351
-
352
- if ( substr( $plugin_file, 0, 25 ) == substr( plugin_basename( __FILE__ ), 0, 25 ) && ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) ) {
353
- $links_array = array_merge( $links_array, array( '<a target="_blank" href="http://ylefebvre.ca/wordpress-plugins/link-library">Donate</a>' ) );
354
- }
355
-
356
- return $links_array;
357
- }
358
-
359
- function db_prefix() {
360
- global $wpdb; // Kept with CPT update
361
- if ( method_exists( $wpdb, "get_blog_prefix" ) ) {
362
- return $wpdb->get_blog_prefix();
363
- } else {
364
- return $wpdb->prefix;
365
- }
366
- }
367
-
368
- /* the function */
369
- function remove_querystring_var( $url, $key ) {
370
-
371
- $keypos = strpos( $url, $key );
372
- if ( $keypos ) {
373
- $ampersandpos = strpos( $url, '&', $keypos );
374
- $newurl = substr( $url, 0, $keypos - 1 );
375
-
376
- if ( $ampersandpos ) {
377
- $newurl .= substr( $url, $ampersandpos );
378
- }
379
- } else {
380
- $newurl = $url;
381
- }
382
-
383
- return $newurl;
384
- }
385
-
386
- function ll_get_link_image( $url, $name, $mode, $linkid, $cid, $filepath, $filepathtype, $thumbnailsize, $thumbnailgenerator ) {
387
- if ( $url != "" && $name != "" ) {
388
- if ( $mode == 'thumb' || $mode == 'thumbonly' ) {
389
- if ( $thumbnailgenerator == 'robothumb' ) {
390
- $genthumburl = "http://www.robothumb.com/src/?url=" . esc_html( $url ) . "&size=" . $thumbnailsize;
391
- } elseif ( $thumbnailgenerator == 'thumbshots' ) {
392
- if ( !empty ( $cid ) ) {
393
- $genthumburl = "http://images.thumbshots.com/image.aspx?cid=" . rawurlencode( $cid ) . "&v1=w=120&url=" . esc_html( $url );
394
- }
395
- }
396
-
397
- } elseif ( $mode == 'favicon' || $mode == 'favicononly' ) {
398
- $genthumburl = "http://www.google.com/s2/favicons?domain=" . $url;
399
- }
400
-
401
- $uploads = wp_upload_dir();
402
-
403
- if ( !file_exists( $uploads['basedir'] ) ) {
404
- return __( 'Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality.', 'link-library' );
405
- } elseif ( !is_writable( $uploads['basedir'] ) ) {
406
- return __( 'Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality.', 'link-library' );
407
- } else {
408
- if ( !file_exists( $uploads['basedir'] . '/' . $filepath ) ) {
409
- mkdir( $uploads['basedir'] . '/' . $filepath );
410
- }
411
- }
412
-
413
- $img = $uploads['basedir'] . "/" . $filepath . "/" . $linkid . '.png';
414
- $status = file_put_contents( $img, @file_get_contents( $genthumburl ) );
415
-
416
- if ( $status !== false ) {
417
- if ( $filepathtype == 'absolute' || empty( $filepathtype ) ) {
418
- $newimagedata = $uploads['baseurl'] . "/" . $filepath . "/" . $linkid . ".png";
419
- } elseif ( $filepathtype == 'relative' ) {
420
- $parsedaddress = parse_url( $uploads['baseurl'] );
421
- $newimagedata = $parsedaddress['path'] . "/" . $filepath . "/" . $linkid . ".png";
422
- }
423
-
424
- if ( $mode == 'thumb' || $mode == 'favicon' ) {
425
- update_post_meta( $linkid, 'link_image', $newimagedata );
426
- }
427
-
428
- return $newimagedata;
429
- } else {
430
- return "";
431
- }
432
- }
433
-
434
- return "Parameters are missing";
435
- }
436
-
437
-
438
- //for WordPress 2.8 we have to tell, that we support 2 columns !
439
- function on_screen_layout_columns( $columns, $screen ) {
440
- return $columns;
441
- }
442
-
443
- /**
444
- * Returns the full URL of this plugin including trailing slash.
445
- */
446
-
447
- function action_admin_init() {
448
-
449
- if ( isset($_GET['page']) && $_GET['page'] == 'link-library-faq' ) {
450
- wp_redirect( 'http://ylefebvre.ca/wppluginsdoc/index.php?title=Link_Library' );
451
- exit();
452
- }
453
-
454
- //register the callback been used if options of page been submitted and needs to be processed
455
- add_action( 'admin_post_save_link_library_general', array( $this, 'on_save_changes_general' ) );
456
- add_action( 'admin_post_save_link_library_settingssets', array( $this, 'on_save_changes_settingssets' ) );
457
- add_action( 'admin_post_save_link_library_moderate', array( $this, 'on_save_changes_moderate' ) );
458
- add_action( 'admin_post_save_link_library_stylesheet', array( $this, 'on_save_changes_stylesheet' ) );
459
- add_action( 'admin_post_save_link_library_reciprocal', array( $this, 'on_save_changes_reciprocal' ) );
460
-
461
- $catnames = get_terms( 'link_library_category', array( 'hide_empty' => false ) );
462
-
463
- if ( empty( $catnames ) ) {
464
- add_action( 'admin_notices', array( $this, 'll_missing_categories' ) );
465
- }
466
-
467
- $genoptions = get_option( 'LinkLibraryGeneral' );
468
- $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
469
- extract( $genoptions );
470
-
471
- if ( !empty( $genoptions ) ) {
472
- if ( empty( $numberstylesets ) ) {
473
- $numberofsets = 1;
474
- } else {
475
- $numberofsets = $numberstylesets;
476
- }
477
-
478
- $thumbshotsactive = false;
479
-
480
- for ( $counter = 1; $counter <= $numberofsets; $counter ++ ) {
481
- $tempoptionname = "LinkLibraryPP" . $counter;
482
- $tempoptions = get_option( $tempoptionname );
483
- $tempoptions = wp_parse_args( $tempoptions, ll_reset_options( 1, 'list', 'return' ) );
484
- if ( $tempoptions['usethumbshotsforimages'] ) {
485
- $thumbshotsactive = true;
486
- }
487
- }
488
-
489
- if ( $thumbshotsactive && empty( $genoptions['thumbshotscid'] ) && $genoptions['thumbnailgenerator'] == 'thumbshots' ) {
490
- add_action( 'admin_notices', array( $this, 'll_thumbshots_warning' ) );
491
- }
492
-
493
- if ( ( !isset( $genoptions['ll_60_welcome'] ) || !$genoptions['ll_60_welcome'] ) && !isset( $_GET['dismiss_ll_60_welcome'] ) ) {
494
- add_action( 'admin_notices', array( $this, 'll_60_welcome' ) );
495
- } elseif ( ( !isset( $genoptions['ll_60_welcome'] ) || !$genoptions['ll_60_welcome'] ) && isset( $_GET['dismiss_ll_60_welcome'] ) ) {
496
- $genoptions['ll_60_welcome'] = true;
497
- update_option( 'LinkLibraryGeneral', $genoptions );
498
- }
499
- }
500
-
501
- global $typenow;
502
-
503
- if ($typenow === 'link_library_links') {
504
- add_filter('posts_search', 'll_expand_posts_search', 10, 2);
505
- }
506
- }
507
-
508
- function ll_add_category_id( $content, $column_name, $term_id ){
509
- $content = $term_id;
510
- return $content;
511
- }
512
-
513
- function ll_category_custom_column_header( $columns ){
514
- $columns = array_merge( array_slice( $columns, 0, 2 ),
515
- array( 'taxonomy_id' => 'Category ID' ),
516
- array_slice( $columns, 2 ) );
517
- return $columns;
518
- }
519
-
520
-
521
- function ll_make_wp_editor_movable() {
522
- add_meta_box( 'linklibrary_basic_meta_box', __( 'Basic Details', 'link-library' ), array( $this, 'll_link_basic_info' ), 'link_library_links', 'normal', 'high' );
523
-
524
- add_meta_box( 'linklibrary_image_meta_box', __( 'Image', 'link-library' ), array( $this, 'll_link_image_info' ), 'link_library_links', 'normal', 'high' );
525
-
526
- global $_wp_post_type_features;
527
- if ( isset( $_wp_post_type_features['link_library_links']['editor'] ) && $_wp_post_type_features['link_library_links']['editor'] ) {
528
- unset( $_wp_post_type_features['link_library_links']['editor'] );
529
- add_meta_box( 'link_library_fullpage_editor', __( 'Full-Page Content', 'link-library' ), array( $this, 'll_inner_custom_box' ), 'link_library_links', 'normal', 'high' );
530
- }
531
-
532
- add_meta_box( 'linklibrary_meta_box', __( 'Additional Parameters', 'link-library' ), array( $this, 'll_link_edit_extra' ), 'link_library_links', 'normal', 'high' );
533
- }
534
-
535
- function ll_inner_custom_box( $post ) {
536
- $editor_config = array( 'textarea_rows' => 8 );
537
- wp_editor( $post->post_content, 'content', $editor_config );
538
- }
539
-
540
- function ll_thumbshots_warning() {
541
- echo "
542
- <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Link Library: Missing Thumbshots API Key', 'link-library' ) . "</strong></p> <p>" . __( 'One of your link libraries is configured to use Thumbshots for link thumbails, but you have not entered your Thumbshots.com API Key. Please visit Thumbshots.com to apply for a free or paid account and enter your API in the Link Library admin panel.', 'link-library' ) . " <a href='" . esc_url( add_query_arg( array( 'page' => 'link-library' ), admin_url( 'admin.php' ) ) ) . "'>" . __( 'Jump to Link Library admin', 'link-library' ) . "</a></p></div>";
543
- }
544
-
545
- function ll_60_welcome() {
546
- echo "
547
- <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Welcome to Link Library 6.0', 'link-library' ) . "</strong></p> <p>" . __( 'After many months of beta testing, Link Library 6.0 has finally been released. I hope you will appreciate the new version. If you run into any issues, please use the official plugin forum to ask questions. If you have major issues that prevents your site from working correctly, you can revert back to the previous version until a solution for your issue is available. A link to the previous version is provided below. Here are some of the most commonly asked questions after the upgrade:<br /><br /><strong>FAQ</strong><br /><br />Q: My links have been duplicated one or more times. My links no longer have categories assigned to them.<br />A: Go to the <strong>General Options</strong> section of Link Library and press the <strong>Re-import links</strong> button<br /><br />Q: I can see my links in admin, but they no longer appear on site.<br />A: You are probably using some options with your <strong>[link-library]</strong> shortcode to determine which categories will be displayed. The category IDs have changed when your links were imported into the new version of Link Library. You will need to get the new IDs from the <strong>Categories</strong> page and update your shortcodes.<br /><br />Q: Where did my Links widget go?!?<br />A: The Links widget that you were using was actually not part of Link Library, but part of the core WordPress Link Manager, which Link Library was previously based on. As such, Link Library is no longer compatible with that widget. To create a widget displaying links, you can use the new Link Library widget and select one of your library configurations. If you need your links in the widget to look different from your main list of links, go to General Options to increase your number of libraries, then configure your new library and select it in the widget configuration.', 'link-library' ) . "<br /><br /><a target='_blank' href='https://wordpress.org/support/plugin/link-library'>" . __( 'Link Library Support Forum', 'link-library' ) . "</a><br /><a target='_blank' href='https://downloads.wordpress.org/plugin/link-library.LinkLibrary_5.9.15.8.zip'>" . __( 'Download previous version of Link Library', 'link-library' ) . "</a><br /><br /><a class='button' href='" . esc_url( add_query_arg( array( 'post_type' => 'link_library_links', 'dismiss_ll_60_welcome' => 1 ), admin_url( 'edit.php' ) ) ) . "'>Dismiss this message</a></p></div>";
548
- }
549
-
550
- function ll_missing_categories() {
551
- echo "
552
- <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Link Library: No Link Categories on your site', 'link-library' ) . "</strong></p> <p>" . __( 'There are currently no link categories defined in your WordPress site. Link Library will not work correctly without categories. Please create at least one before trying to use Link Library and make sure each link is assigned a category.', 'link-library' ) . "</p></div>";
553
- }
554
-
555
- function filter_mce_buttons( $buttons ) {
556
-
557
- array_push( $buttons, '|', 'scn_button' );
558
-
559
- return $buttons;
560
- }
561
-
562
- function filter_mce_external_plugins( $plugins ) {
563
-
564
- $plugins['LinkLibraryPlugin'] = plugins_url( 'tinymce/editor_plugin.js', __FILE__ );
565
-
566
- return $plugins;
567
- }
568
-
569
- function ajax_action_check_url() {
570
-
571
- $hadError = true;
572
-
573
- $url = isset( $_REQUEST['url'] ) ? $_REQUEST['url'] : '';
574
-
575
- if ( strlen( $url ) > 0 && function_exists( 'get_headers' ) ) {
576
-
577
- $file_headers = @get_headers( $url );
578
- $exists = $file_headers && $file_headers[0] != 'HTTP/1.1 404 Not Found';
579
- $hadError = false;
580
- }
581
-
582
- echo '{ "exists": ' . ( $exists ? '1' : '0' ) . ( $hadError ? ', "error" : 1 ' : '' ) . ' }';
583
-
584
- die();
585
- }
586
-
587
- function dashboard_widget() {
588
- wp_add_dashboard_widget(
589
- 'link_library_dashboard_widget',
590
- 'Link Library',
591
- array( $this, 'render_dashboard_widget' )
592
- );
593
- }
594
-
595
- function render_dashboard_widget() {
596
- $linkmoderatecount = 0;
597
- $pendinglinksargs = array( 'post_type' => 'link_library_links', 'post_status' => 'pending' );
598
- $pending_links_query = new WP_Query( $pendinglinksargs );
599
-
600
- if ( !empty( $pending_links_query ) ) {
601
- $linkmoderatecount = $pending_links_query->found_posts;
602
- }
603
- wp_reset_postdata();
604
-
605
- echo '<strong>' . $linkmoderatecount . '</strong> ';
606
- _e( 'Links to moderate', 'link-library' );
607
- }
608
-
609
-
610
- //extend the admin menu
611
- function on_admin_menu() {
612
- //add our own option page, you can also add it to different sections or use your own one
613
- global $pagehookmoderate, $pagehooksettingssets, $pagehookstylesheet, $pagehookreciprocal;
614
-
615
- $genoptions = get_option( 'LinkLibraryGeneral' );
616
- $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
617
-
618
- $admin_capability = 'manage_options';
619
- if ( 'Editor' == $genoptions['rolelevel'] ) {
620
- $admin_capability = 'delete_pages';
621
- } elseif ( 'Author' == $genoptions['rolelevel'] ) {
622
- $admin_capability = 'delete_posts';
623
- } elseif ( 'Contributor' == $genoptions['rolelevel'] ) {
624
- $admin_capability = 'edit_posts';
625
- } elseif ( 'Subscriber' == $genoptions['rolelevel'] ) {
626
- $admin_capability = 'read';
627
- }
628
-
629
- $edit_capability = 'manage_options';
630
- if ( 'Editor' == $genoptions['editlevel'] ) {
631
- $edit_capability = 'delete_pages';
632
- } elseif ( 'Author' == $genoptions['editlevel'] ) {
633
- $edit_capability = 'delete_posts';
634
- } elseif ( 'Contributor' == $genoptions['editlevel'] ) {
635
- $edit_capability = 'edit_posts';
636
- } elseif ( 'Subscriber' == $genoptions['editlevel'] ) {
637
- $edit_capability = 'read';
638
- }
639
-
640
- if ( !current_user_can( $edit_capability ) ) {
641
- remove_menu_page( 'link-manager.php' );
642
- }
643
-
644
- $linkmoderatecount = 0;
645
-
646
- $args = array(
647
- 'numberposts' => -1,
648
- 'post_type' => 'link_library_links',
649
- 'post_status' => array( 'pending' )
650
- );
651
- $linkmoderatecount = count( get_posts( $args ) );
652
-
653
- $pagehookgeneraloptions = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Global Options', 'link-library' ), __( 'Global Options', 'link-library' ), $admin_capability, 'link-library-general-options', array( $this, 'on_show_page' ) );
654
-
655
- $pagehooksettingssets = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Configurations', 'link-library' ), __( 'Library Configurations', 'link-library' ), $admin_capability, 'link-library-settingssets', array( $this, 'on_show_page' ) );
656
-
657
- if ( $linkmoderatecount == 0 ) {
658
- $pagehookmoderate = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Moderate', 'link-library' ), __( 'Moderate', 'link-library' ), $admin_capability, 'link-library-moderate', array( $this, 'on_show_page' ) );
659
- } else {
660
- $pagehookmoderate = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Moderate', 'link-library' ), sprintf( __( 'Moderate', 'link-library' ) . ' %s', "<span class='update-plugins count-" . $linkmoderatecount . "'><span class='plugin-count'>" . number_format_i18n( $linkmoderatecount ) . "</span></span>" ), $admin_capability, 'link-library-moderate', array( $this, 'on_show_page' ) );
661
- }
662
-
663
- $pagehookstylesheet = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Stylesheet', 'link-library' ), __( 'Stylesheet', 'link-library' ), $admin_capability, 'link-library-stylesheet', array( $this, 'on_show_page' ) );
664
-
665
- $pagehookreciprocal = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Link checking tools', 'link-library' ), __( 'Link checking tools', 'link-library' ), $admin_capability, 'link-library-reciprocal', array( $this, 'on_show_page' ) );
666
-
667
- add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'FAQ', 'link-library' ), __( 'FAQ', 'link-library' ), $admin_capability, 'link-library-faq', array( $this, 'on_show_page' ) );
668
-
669
- //register callback gets call prior your own page gets rendered
670
- add_action( 'load-' . $pagehooksettingssets, array( $this, 'on_load_page' ) );
671
- add_action( 'load-' . $pagehookmoderate, array( $this, 'on_load_page' ) );
672
- add_action( 'load-' . $pagehookstylesheet, array( $this, 'on_load_page' ) );
673
- add_action( 'load-' . $pagehookreciprocal, array( $this, 'on_load_page' ) );
674
- }
675
-
676
- //will be executed if wordpress core detects this page has to be rendered
677
- function on_load_page() {
678
-
679
- global $pagehookmoderate, $pagehooksettingssets, $pagehookstylesheet, $pagehookreciprocal;
680
-
681
- //ensure, that the needed javascripts been loaded to allow drag/drop, expand/collapse and hide/show of boxes
682
- wp_enqueue_script( 'tiptip', plugins_url( '/tiptip/jquery.tipTip.minified.js', __FILE__ ), "jQuery", "1.0rc3" );
683
- wp_enqueue_style( 'tiptipstyle', plugins_url( '/tiptip/tipTip.css', __FILE__ ) );
684
- add_thickbox();
685
- wp_enqueue_script( 'jquery-ui-sortable' );
686
- wp_enqueue_script( 'common' );
687
- wp_enqueue_script( 'wp-lists' );
688
- wp_enqueue_script( 'postbox' );
689
-
690
- $genoptions = get_option( 'LinkLibraryGeneral' );
691
-
692
- //add several metaboxes now, all metaboxes registered during load page can be switched off/on at "Screen Options" automatically, nothing special to do therefore
693
- add_meta_box( 'linklibrary_moderation_meta_box', __( 'Links awaiting moderation', 'link-library' ), array( $this, 'moderate_meta_box' ), $pagehookmoderate, 'normal', 'high' );
694
- add_meta_box( 'linklibrary_stylesheet_meta_box', __( 'Editor', 'link-library' ), array( $this, 'stylesheet_meta_box' ), $pagehookstylesheet, 'normal', 'high' );
695
- add_meta_box( 'linklibrary_reciprocal_meta_box', __( 'Link checking tools', 'link-library' ), array( $this, 'reciprocal_meta_box' ), $pagehookreciprocal, 'normal', 'high' );
696
- add_meta_box( 'linklibrary_reciprocal_save_meta_box', __( 'Save', 'link-library' ), array( $this, 'general_save_meta_box' ), $pagehookreciprocal, 'normal', 'high' );
697
- }
698
-
699
- //executed to show the plugins complete admin page
700
- function on_show_page() {
701
- //we need the global screen column value to beable to have a sidebar in WordPress 2.8
702
- global $screen_layout_columns;
703
-
704
- $settings = ( isset( $_GET['settings'] ) ? $_GET['settings'] : 1 );
705
-
706
- if ( isset( $_GET['settingscopy'] ) ) {
707
- $destination = $_GET['settingscopy'];
708
- $source = $_GET['source'];
709
-
710
- $sourcesettingsname = 'LinkLibraryPP' . $source;
711
- $sourceoptions = get_option( $sourcesettingsname );
712
-
713
- $destinationsettingsname = 'LinkLibraryPP' . $destination;
714
- update_option( $destinationsettingsname, $sourceoptions );
715
-
716
- $settings = $destination;
717
- }
718
-
719
- if ( isset( $_GET['deletesettings'] ) ) {
720
- check_admin_referer( 'link-library-delete' );
721
-
722
- $settings = $_GET['deletesettings'];
723
- $deletesettingsname = 'LinkLibraryPP' . $settings;
724
- $options = delete_option( $deletesettingsname );
725
- $settings = 1;
726
- }
727
-
728
- // Retrieve general options
729
- $genoptions = get_option( 'LinkLibraryGeneral' );
730
- $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
731
-
732
- // If general options don't exist, create them
733
- if ( $genoptions == false ) {
734
- $genoptions = ll_reset_gen_settings( 'return_and_set' );
735
- }
736
-
737
- $settingsname = 'LinkLibraryPP' . $settings;
738
- $options = get_option( $settingsname );
739
- $options = wp_parse_args( $options, ll_reset_options( 1, 'list', 'return' ) );
740
-
741
- if ( empty( $options ) ) {
742
- $options = ll_reset_options( $settings, 'list', 'return_and_set' );
743
- }
744
-
745
- if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genfavicons'] ) || isset( $_GET['genthumbsingle'] ) || isset( $_GET['genfaviconsingle'] ) ) {
746
- if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genthumbsingle'] ) ) {
747
- $filepath = "link-library-images";
748
- } elseif ( isset( $_GET['genfavicons'] ) || isset( $_GET['genfaviconsingle'] ) ) {
749
- $filepath = "link-library-favicons";
750
- }
751
-
752
- $uploads = wp_upload_dir();
753
-
754
- if ( !file_exists( $uploads['basedir'] ) ) {
755
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality.', 'link-library' ) . "</strong></p></div>";
756
- } elseif ( !is_writable( $uploads['basedir'] ) ) {
757
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality.', 'link-library' ) . "</strong></p></div>";
758
- } else {
759
- if ( !file_exists( $uploads['basedir'] . '/' . $filepath ) ) {
760
- mkdir( $uploads['basedir'] . '/' . $filepath );
761
- }
762
-
763
- if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genthumbsingle'] ) ) {
764
- $genmode = 'thumb';
765
- } elseif ( isset( $_GET['genfavicons'] ) || isset( $_GET['genfaviconsingle'] ) ) {
766
- $genmode = 'favicon';
767
- }
768
-
769
- $link_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'private' ) );
770
-
771
- if ( $options['categorylist_cpt'] != "" && !isset( $_GET['genthumbsingle'] ) && !isset( $_GET['genfaviconsingle'] ) ) {
772
- $link_query_args['tax_query'] = array(
773
- array( 'taxonomy' => 'link_library_category',
774
- 'field' => 'term-id',
775
- 'terms' => $options['categorylist_cpt'],
776
- 'operator' => 'IN' )
777
- );
778
- } else if ( isset( $_GET['genthumbsingle'] ) || isset( $_GET['genfaviconsingle'] ) ) {
779
- $link_query_args['p'] = intval( $_GET['linkid'] );
780
- }
781
-
782
- $the_link_query = new WP_Query( $link_query_args );
783
-
784
- if ( $the_link_query->have_posts() ) {
785
- $filescreated = 0;
786
- $totallinks = $the_link_query->found_posts;
787
-
788
- while ( $the_link_query->have_posts() ) {
789
- $the_link_query->the_post();
790
-
791
- $link_url = get_post_meta( get_the_ID(), 'link_url', true );
792
- $link_image = get_post_meta( get_the_ID(), 'link_image', true );
793
-
794
- if ( !$options['uselocalimagesoverthumbshots'] || ( $options['uselocalimagesoverthumbshots'] && empty( $link_image ) ) ) {
795
- $this->ll_get_link_image( $link_url, get_the_title(), $genmode, get_the_ID(), $genoptions['thumbshotscid'], $filepath, $genoptions['imagefilepath'], $genoptions['thumbnailsize'], $genoptions['thumbnailgenerator'] );
796
- }
797
- $linkname = get_the_title();
798
- }
799
-
800
- wp_reset_postdata();
801
-
802
- if ( isset( $_GET['genthumbs'] ) ) {
803
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Thumbnails successfully generated!', 'link-library' ) . "</strong></p></div>";
804
- } elseif ( isset( $_GET['genfavicons'] ) ) {
805
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Favicons successfully generated!', 'link-library' ) . "</strong></p></div>";
806
- } elseif ( isset( $_GET['genthumbsingle'] ) ) {
807
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Thumbnail successfully generated for', 'link-library' ) . " " . $linkname . ".</strong></p></div>";
808
- } elseif ( isset( $_GET['genfaviconsingle'] ) ) {
809
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Favicon successfully generated for', 'link-library' ) . " " . $linkname . ".</strong></p></div>";
810
- }
811
- }
812
- }
813
- } elseif ( isset( $_GET['deleteallthumbs'] ) ) {
814
- $uploads = wp_upload_dir();
815
-
816
- if ( file_exists( $uploads['basedir'] ) ) {
817
- $files = glob( $uploads['basedir'] . "/link-library-images/*" );
818
- foreach( $files as $file ) { // iterate files
819
- if( is_file( $file ) ) {
820
- unlink($file); // delete file
821
- }
822
- }
823
- }
824
- } elseif ( isset( $_GET['deleteallicons'] ) ) {
825
- $uploads = wp_upload_dir();
826
-
827
- if ( file_exists( $uploads['basedir'] ) ) {
828
- $files = glob( $uploads['basedir'] . "/link-library-favicons/*" );
829
- foreach( $files as $file ) { // iterate files
830
- if( is_file( $file ) ) {
831
- unlink($file); // delete file
832
- }
833
- }
834
- }
835
- }
836
-
837
- // Check for current page to set some page=specific variables
838
- if ( $_GET['page'] == 'link-library-general-options' ) {
839
- if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
840
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'General Settings Saved', 'link-library' ) . ".</strong></p></div>";
841
- } else if ( isset( $_GET['message'] ) && $_GET['message'] == '3' ) {
842
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link Library plugin directory needs to be writable to perform this action', 'link-library' ) . "</strong></p></div>";
843
- } else if ( isset( $_GET['message'] ) && $_GET['message'] == '4' ) {
844
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'You must set the Google reCAPTCHA Site and Secret Keys to be able to set the captcha generator to Google reCAPTCHA.', 'link-library' ) . "</strong></p></div>";
845
- } else if ( isset( $_GET['message'] ) && $_GET['message'] == '9' ) {
846
- echo "<div id='message' class='updated fade'><p><strong>" . $_GET['importrowscount'] . " " . __( 'row(s) found', 'link-library' ) . ". " . ( isset( $_GET['successimportcount'] ) ? intval( $_GET['successimportcount'] ) : '0' ) . " " . __( 'link(s) imported', 'link-library' ) . ", " . ( isset( $_GET['successupdatecount'] ) ? intval( $_GET['successupdatecount'] ): '0' ) . " " . __( 'link(s) updated', 'link-library' ) . ".</strong></p></div>";
847
- }
848
-
849
- $formvalue = 'save_link_library_general';
850
- $pagetitle = '';
851
- } elseif ( $_GET['page'] == 'link-library-settingssets' ) {
852
- $formvalue = 'save_link_library_settingssets';
853
-
854
- if ( isset( $_GET['reset'] ) ) {
855
- $options = ll_reset_options( $settings, 'list', 'return_and_set' );
856
- }
857
-
858
- if ( isset( $_GET['resettable'] ) ) {
859
- $options = ll_reset_options( $settings, 'table', 'return_and_set' );
860
- }
861
-
862
- $pagetitle = __( 'Library', 'link-library' ) . ' #' . $settings . " - " . stripslashes( $options['settingssetname'] );
863
-
864
- if ( isset( $_GET['messages'] ) ) {
865
- $categoryid = '';
866
- $messagelist = explode( ",", $_GET['messages'] );
867
-
868
- foreach ( $messagelist as $message ) {
869
- switch ( $message ) {
870
-
871
- case '1':
872
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library #', 'link-library' ) . $settings . " " . __( 'Updated', 'link-library' ) . "!</strong></p></div>";
873
- break;
874
-
875
- case '2':
876
- echo '<br /><br />' . __( 'Included Category ID', 'link-library' ) . ' ' . $categoryid . ' ' . __( 'is invalid. Please check the ID in the Link Category editor.', 'link-library' );
877
- break;
878
-
879
- case '3':
880
- echo '<br /><br />' . __( 'Excluded Category ID', 'link-library' ) . ' ' . $categoryid . ' ' . __( 'is invalid. Please check the ID in the Link Category editor.', 'link-library' );
881
- break;
882
-
883
- case '4':
884
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Invalid column count for link on row. Compare against template.', 'link-library' ) . "</strong></p></div>";
885
- break;
886
-
887
- case '6':
888
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link Library plugin directory needs to be writable to perform this action', 'link-library' ) . ".</strong></p></div>";
889
- break;
890
-
891
- case '7':
892
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library Settings imported successfully', 'link-library' ) . ".</strong></p></div>";
893
- break;
894
-
895
- case '8':
896
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library Settings Upload Failed', 'link-library' ) . "</strong></p></div>";
897
- break;
898
-
899
- case '9':
900
- echo "<div id='message' class='updated fade'><p><strong>" . ( isset( $_GET['successimportcount'] ) ? intval( $_GET['successimportcount'] ) : '0' ) . " " . __( 'link(s) imported', 'link-library' ) . ", " . ( isset( $_GET['successupdatecount'] ) ? intval( $_GET['successupdatecount'] ) : '0' ) . " " . __( 'link(s) updated', 'link-library' ) . ".</strong></p></div>";
901
- break;
902
-
903
- case '10':
904
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Links are missing categories', 'link-library' ) . "</strong></p></div>";
905
- break;
906
-
907
- }
908
-
909
- }
910
-
911
- }
912
- } elseif ( $_GET['page'] == 'link-library-moderate' ) {
913
- $formvalue = 'save_link_library_moderate';
914
- $pagetitle = '';
915
-
916
- if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
917
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link(s) Approved', 'link-library' ) . "</strong></p></div>";
918
- } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '2' ) {
919
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link(s) Deleted', 'link-library' ) . "</strong></p></div>";
920
- }
921
-
922
- ?>
923
-
924
- <?php
925
- } elseif ( $_GET['page'] == 'link-library-stylesheet' ) {
926
- $formvalue = 'save_link_library_stylesheet';
927
- $pagetitle = '';
928
-
929
- if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
930
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Stylesheet updated', 'link-library' ) . ".</strong></p></div>";
931
- } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '2' ) {
932
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Stylesheet reset to original state', 'link-library' ) . ".</strong></p></div>";
933
- }
934
- } elseif ( $_GET['page'] == 'link-library-reciprocal' ) {
935
- $formvalue = 'save_link_library_reciprocal';
936
- $pagetitle = '';
937
-
938
- if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
939
- echo "<div id='message' class='updated fade'><p><strong>" . __( 'Settings updated', 'link-library' ) . ".</strong></p></div>";
940
- } elseif ( isset( $_GET['message'] ) && ( $_GET['message'] == '2' || $_GET['message'] == '3' ) ) { ?>
941
- <div id='message' class='updated fade'><p>
942
- <strong>
943
- <?php
944
- if ( $_GET['message'] == '2' ) {
945
- _e( 'Reciprocal Link Checker Report', 'link-library' );
946
- } else {
947
- _e( 'Broken Link Checker Report', 'link-library' );
948
- }
949
- ?></strong><br /><br />
950
- <div class="nextcheckitem"></div>
951
- <script type="text/javascript">
952
- var currentlinkindex = 1;
953
- function testlink() {
954
- jQuery.ajax({
955
- type : 'POST',
956
- url : '<?php echo admin_url( 'admin-ajax.php' ); ?>',
957
- data : {
958
- action : 'link_library_recipbrokencheck',
959
- _ajax_nonce : '<?php echo wp_create_nonce( 'link_library_recipbrokencheck' ); ?>',
960
- mode : '<?php if ( $_GET['message'] == '2' ) { echo 'reciprocal'; } elseif ( $_GET['message'] == 3 ) { echo 'broken'; } ?>',
961
- index : currentlinkindex,
962
- RecipCheckAddress: jQuery('#recipcheckaddress').val(),
963
- recipcheckdelete403 : jQuery('#recipcheckdelete403').is(':checked')
964
- },
965
- success: function (data) {
966
- if (data != '' ) {
967
- if ( ( data != 'There are no links with reciprocal links associated with them.<br />' && data != 'There are no links to check.<br />' ) || currentlinkindex == 1 ) {
968
- jQuery('.nextcheckitem').replaceWith(data);
969
- }
970
-
971
- if ( data != 'There are no links with reciprocal links associated with them.<br />' && data != 'There are no links to check.<br />' ) {
972
- currentlinkindex++;
973
- testlink();
974
- }
975
- }
976
- }
977
- });
978
- }
979
-
980
- jQuery( document ).ready(function() {
981
- testlink();
982
- });
983
- </script>
984
- </p></div>
985
- <?php } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '4' ) {
986
- echo "<div id='message' class='updated fade'><p>";
987
- $this->link_library_duplicate_link_checker( $this );
988
- echo "</p></div>";
989
- }
990
- }
991
-
992
- $data = array();
993
- $data['settings'] = $settings;
994
- $data['options'] = isset( $options ) ? $options : '';
995
- $data['genoptions'] = $genoptions;
996
- global $pagehookmoderate, $pagehookstylesheet, $pagehooksettingssets, $pagehookreciprocal;
997
- ?>
998
- <div class="ll-content">
999
- <div class="ll-frame">
1000
- <div class="header">
1001
- <nav role="navigation" class="header-nav drawer-nav nav-horizontal">
1002
-
1003
- <ul class="main-nav">
1004
- <li class="link-library-logo">
1005
- <img src="<?php echo plugins_url( 'icons/folder-beige-internet-icon32.png', __FILE__ ); ?>" /><span>Link Library</span>
1006
- </li>
1007
- <li class="link-library-page">
1008
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-general-options' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library' ) {
1009
- echo 'class="current"';
1010
- } ?>><?php _e( 'General Options', 'link-library' ); ?></a>
1011
- </li>
1012
- <li class="link-library-page">
1013
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-settingssets' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-settingssets' ) {
1014
- echo 'class="current"';
1015
- } ?>><?php _e( 'Library Settings', 'link-library' ); ?></a>
1016
- </li>
1017
- <li class="link-library-page">
1018
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-moderate' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-moderate' ) {
1019
- echo 'class="current"';
1020
- } ?>><?php _e( 'Moderate', 'link-library' ); ?></a>
1021
- </li>
1022
- <li class="link-library-page">
1023
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-stylesheet' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-stylesheet' ) {
1024
- echo 'class="current"';
1025
- } ?>><?php _e( 'Stylesheet', 'link-library' ); ?></a>
1026
- </li>
1027
- <li class="link-library-page">
1028
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-reciprocal' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-reciprocal' ) {
1029
- echo 'class="current"';
1030
- } ?>><?php _e( 'Reciprocal Check', 'link-library' ); ?></a>
1031
- </li>
1032
- <li class="link-library-page">
1033
- <a href="http://ylefebvre.ca/wppluginsdoc/index.php?title=Link_Library"><?php _e( 'FAQ', 'link-library' ); ?></a>
1034
- </li>
1035
- <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
1036
- <li class="link-library-page">
1037
- <a href="http://ylefebvre.ca/wordpress-plugins/link-library/"><img src="<?php echo plugins_url( '/icons/btn_donate_LG.gif', __FILE__ ); ?>" /></a>
1038
- </li>
1039
- <?php } ?>
1040
-
1041
- </ul>
1042
-
1043
- </nav>
1044
- </div>
1045
- <!-- .header -->
1046
- </div>
1047
- </div>
1048
- <div id="link-library-general" class="wrap">
1049
- <div class='icon32'>
1050
- <img src="<?php echo plugins_url( 'icons/folder-beige-internet-icon32.png', __FILE__ ); ?>" />
1051
- </div>
1052
- <div><h2><?php if ( !empty( $pagetitle ) ) {
1053
- echo $pagetitle;
1054
- } ?>
1055
- </h2>
1056
- </div>
1057
- <div>
1058
- <form name='linklibrary' enctype="multipart/form-data" action="admin-post.php" method="post">
1059
- <input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
1060
-
1061
- <?php wp_nonce_field( 'link-library' ); ?>
1062
- <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
1063
- <?php wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
1064
- <input type="hidden" name="action" value="<?php echo $formvalue; ?>" />
1065
-
1066
- <style type="text/css">
1067
- #sortable {
1068
- list-style-type: none;
1069
- margin: 0;
1070
- padding: 0;
1071
- white-space: nowrap;
1072
- list-style-type: none;
1073
- }
1074
-
1075
- #sortable li {
1076
- list-style: none;
1077
- margin: 0 3px 3px 3px;
1078
- padding: 7px 7px 7px 7px;
1079
- border: #CCCCCC solid 1px;
1080
- color: #fff;
1081
- display: inline;
1082
- width: 100px;
1083
- height: 30px;
1084
- cursor: move
1085
- }
1086
-
1087
- #sortable li span {
1088
- position: absolute;
1089
- margin-left: -1.3em;
1090
- }
1091
- </style>
1092
-
1093
- <div id="poststuff" class="metabox-holder">
1094
- <div id="post-body" class="has-sidebar">
1095
- <div id="post-body-content" class="has-sidebar-content">
1096
- <?php
1097
- if ( $_GET['page'] == 'link-library-general-options' ) {
1098
- $this->display_menu( 'general', $genoptions );
1099
- $this->general_meta_box( $data );
1100
- $this->general_singleitemlayout_meta_box( $data );
1101
- $this->general_image_meta_box( $data );
1102
- $this->general_meta_bookmarklet_box( $data );
1103
- $this->general_moderation_meta_box( $data );
1104
- if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) {
1105
- $this->general_hide_donation_meta_box( $data );
1106
- }
1107
- $this->general_importexport_meta_box( $data );
1108
-
1109
- $this->general_save_meta_box();
1110
-
1111
- } elseif ( $_GET['page'] == 'link-library-settingssets' ) {
1112
- $this->settingssets_selection_meta_box( $data );
1113
- $this->display_menu( 'settingsset' );
1114
- $this->settingssets_usage_meta_box( $data );
1115
- $this->settingssets_common_meta_box( $data );
1116
- $this->settingssets_categories_meta_box( $data );
1117
- $this->settingssets_linkelement_meta_box( $data );
1118
- $this->settingssets_subfieldtable_meta_box( $data );
1119
- $this->settingssets_linkpopup_meta_box( $data );
1120
- $this->settingssets_rssconfig_meta_box( $data );
1121
- $this->settingssets_thumbnails_meta_box( $data );
1122
- $this->settingssets_rssgen_meta_box( $data );
1123
- $this->settingssets_search_meta_box( $data );
1124
- $this->settingssets_linksubmission_meta_box( $data );
1125
- $this->settingssets_importexport_meta_box( $data );
1126
-
1127
- $this->general_save_meta_box( $data );
1128
-
1129
- //do_meta_boxes( $pagehooksettingssets, 'normal', $data );
1130
- } elseif ( $_GET['page'] == 'link-library-moderate' ) {
1131
- do_meta_boxes( $pagehookmoderate, 'normal', $data );
1132
- } elseif ( $_GET['page'] == 'link-library-stylesheet' ) {
1133
- do_meta_boxes( $pagehookstylesheet, 'normal', $data );
1134
- } elseif ( $_GET['page'] == 'link-library-reciprocal' ) {
1135
- do_meta_boxes( $pagehookreciprocal, 'normal', $data );
1136
- }
1137
- ?>
1138
- </div>
1139
- </div>
1140
- <br class="clear" />
1141
- </div>
1142
- </form>
1143
- </div>
1144
- </div>
1145
- <script type="text/javascript">
1146
- //<![CDATA[
1147
- jQuery(document).ready(function ($) {
1148
- // close postboxes that should be closed
1149
- $('.if-js-closed').removeClass('if-js-closed').addClass('closed');
1150
- // postboxes setup
1151
- postboxes.add_postbox_toggles('<?php
1152
- if ($_GET['page'] == 'link-library-settingssets')
1153
- {echo $pagehooksettingssets;}
1154
- elseif ($_GET['page'] == 'link-library-moderate')
1155
- {echo $pagehookmoderate;}
1156
- elseif ($_GET['page'] == 'link-library-stylesheet')
1157
- {echo $pagehookstylesheet;}
1158
- elseif ($_GET['page'] == 'link-library-reciprocal')
1159
- {echo $pagehookreciprocal;}
1160
- ?>');
1161
- });
1162
- //]]>
1163
-
1164
- Array.prototype.clean = function(deleteValue) {
1165
- for (var i = 0; i < this.length; i++) {
1166
- if (this[i] == deleteValue) {
1167
- this.splice(i, 1);
1168
- i--;
1169
- }
1170
- }
1171
- return this;
1172
- };
1173
-
1174
- // Create the tooltips only on document load
1175
- jQuery(document).ready(function () {
1176
- jQuery('.lltooltip').each(function () {
1177
- jQuery(this).tipTip();
1178
- }
1179
- );
1180
-
1181
- jQuery("#sortable").sortable({
1182
- opacity: 0.6, cursor: 'move', update: function () {
1183
- var order = jQuery("#sortable").sortable('toArray');
1184
- order.clean("");
1185
- stringorder = order.join(',');
1186
- document.getElementById('dragndroporder').value = stringorder;
1187
- }
1188
- });
1189
-
1190
- });
1191
-
1192
- </script>
1193
-
1194
- <?php
1195
- }
1196
-
1197
- function display_menu( $menu_name = 'settingsset', $genoptions = '' ) {
1198
- if ( $menu_name == 'general' ) {
1199
- $tabitems = array ( 'll-general' => __( 'General', 'link-library' ),
1200
- 'll-singleitem' => __( 'Single Item Layout', 'link-library' ),
1201
- 'll-images' => __( 'Images', 'link-library' ),
1202
- 'll-bookmarklet' => __( 'Bookmarklet', 'link-library' ),
1203
- 'll-moderation' => __( 'Moderation', 'link-library' ),
1204
- 'll-hidedonation' => __( 'Hide Donation', 'link-library' ),
1205
- 'll-importexport' => __( 'Import/Export Links', 'link-library' ),
1206
- );
1207
-
1208
- if ( isset( $genoptions['ll-hidedonation'] ) && $genoptions['ll-hidedonation'] ) {
1209
- unset ( $tabitems['hidedonation'] );
1210
- }
1211
- } elseif ( $menu_name == 'settingsset' ) {
1212
- $tabitems = array ( 'll-usage' => __( 'Usage', 'link-library' ),
1213
- 'll-common' => __( 'Common', 'link-library' ),
1214
- 'll-categories' => __( 'Categories', 'link-library' ),
1215
- 'll-links' => __( 'Links', 'link-library' ),
1216
- 'll-advanced' => __( 'Advanced', 'link-library' ),
1217
- 'll-popup' => __( 'Pop-Ups', 'link-library' ),
1218
- 'll-rssdisplay' => __( 'RSS Display', 'link-library' ),
1219
- 'll-thumbnails' => __( 'Thumbnails', 'link-library' ),
1220
- 'll-rssfeed' => __( 'RSS Feed', 'link-library' ),
1221
- 'll-searchfield' => __( 'Search', 'link-library' ),
1222
- 'll-userform' => __( 'User Submission', 'link-library' ),
1223
- 'll-importexport' => __( 'Import/Export Settings', 'link-library' ),
1224
- );
1225
- }
1226
-
1227
- $array_keys = array_keys( $tabitems );
1228
-
1229
- if ( isset( $_GET['currenttab'] ) ) {
1230
- $currenttab = array_search( $_GET['currenttab'], $array_keys );
1231
- } else {
1232
- $currenttab = 0;
1233
- }
1234
-
1235
- ?>
1236
- <div>
1237
- <input type="hidden" name="currenttab" class="current-tab" value="<?php echo $array_keys[$currenttab]; ?>">
1238
- <ul id="settings-sections" class="subsubsub hide-if-no-js">
1239
- <?php
1240
- $index = 0;
1241
- foreach ( $tabitems as $tabkey => $tabitem ) { ?>
1242
- <li><a href="#<?php echo $tabkey; ?>" class="ll-tab <?php echo $tabkey; ?> ll-general <?php if ( $currenttab == $index ) echo 'll-current'; ?>"><?php echo $tabitem; ?></a> | </li>
1243
- <?php
1244
- $index++;
1245
- } ?>
1246
- </ul>
1247
- </div>
1248
- <br /><br />
1249
-
1250
- <script type="text/javascript">
1251
- jQuery(document).ready(function() {
1252
- jQuery('.content-section:not(:eq(<?php echo $currenttab; ?>))').hide();
1253
- jQuery('.subsubsub a.ll-tab').click(function(e) {
1254
-
1255
- // Move the "current" CSS class.
1256
- jQuery(this).parents('.subsubsub').find('.current').removeClass('current');
1257
- jQuery(this).addClass('current');
1258
-
1259
- // If the link is a tab, show only the specified tab.
1260
- var toShow = jQuery(this).attr('href');
1261
-
1262
- // Remove the first occurance of # from the selected string (will be added manually below).
1263
- toShow = toShow.replace('#', '');
1264
-
1265
- jQuery('.content-section:not(#' + toShow + ')').hide();
1266
- jQuery('.content-section#' + toShow).show();
1267
-
1268
- jQuery('.current-tab').val(toShow);
1269
-
1270
- return false;
1271
- });
1272
- });
1273
- </script>
1274
- <?php }
1275
-
1276
- //executed if the post arrives initiated by pressing the submit button of form
1277
- function on_save_changes_general() {
1278
- //user permission check
1279
- if ( !current_user_can( 'manage_options' ) ) {
1280
- wp_die( __( 'Not allowed', 'link-library' ) );
1281
- }
1282
- //cross check the given referer
1283
- check_admin_referer( 'link-library' );
1284
-
1285
- $message = 1;
1286
- $row = 0;
1287
- $successfulimport = 0;
1288
- $successfulupdate = 0;
1289
-
1290
- if ( isset( $_POST['importlinks'] ) ) {
1291
- wp_defer_term_counting( true );
1292
- wp_defer_comment_counting( true );
1293
- wp_suspend_cache_addition( true );
1294
- define( 'WP_IMPORTING', true );
1295
- set_time_limit( 1800 );
1296
-
1297
- $handle = fopen( $_FILES['linksfile']['tmp_name'], "r" );
1298
-
1299
- if ( $handle ) {
1300
- $skiprow = 1;
1301
- $import_columns = array();
1302
-
1303
- while ( ( $data = fgetcsv( $handle, 5000, "," ) ) !== false ) {
1304
- $row += 1;
1305
- if ( $skiprow == 1 && $row >= 2 ) {
1306
- $skiprow = 0;
1307
- }
1308
-
1309
- if ( 1 == $row ) {
1310
- foreach ( $data as $index => $column_name ) {
1311
- $import_columns[$column_name] = $index;
1312
- }
1313
- } else {
1314
- $existing_link_post_id = '';
1315
- $matched_link_cats = array();
1316
-
1317
- if ( ( isset( $import_columns['Category'] ) && !empty( $data[$import_columns['Category']] ) ) || ( isset( $import_columns['cat_name'] ) && !empty( $data[$import_columns['cat_name']] ) )) {
1318
- $new_link_cats_array = array();
1319
- if ( isset( $import_columns['Category'] ) ) {
1320
- $new_link_cats_array = explode( ',', $data[$import_columns['Category']] );
1321
- } elseif( isset( $import_columns['cat_name'] ) ) {
1322
- $new_link_cats_array = explode( ',', $data[$import_columns['cat_name']] );
1323
- }
1324
-
1325
- foreach ( $new_link_cats_array as $new_link_cat ) {
1326
- $cat_matched_term = get_term_by( 'name', $new_link_cat, 'link_library_category' );
1327
-
1328
- if ( false !== $cat_matched_term ) {
1329
- $matched_link_cats[] = $cat_matched_term->term_id;
1330
- } else {
1331
- $new_cat_term_data = wp_insert_term( $new_link_cat, 'link_library_category' );
1332
- if ( is_wp_error( $new_cat_term_data ) ) {
1333
- print_r( 'Failed creating category ' . $new_link_cat );
1334
- } else {
1335
- $matched_link_cats[] = $new_cat_term_data['term_id'];
1336
- }
1337
- }
1338
- }
1339
- }
1340
-
1341
- $link_url = '';
1342
- $url_labels = array( 'Address', 'link_url' );
1343
- foreach( $url_labels as $url_label ) {
1344
- if ( isset( $import_columns[$url_label] ) ) {
1345
- if ( !empty( $data[$import_columns[$url_label]] ) ) {
1346
- $link_url = esc_url( $data[$import_columns[$url_label]] );
1347
- }
1348
- }
1349
- }
1350
-
1351
- if ( isset( $_POST['updatesameurl'] ) ) {
1352
- $find_post_args = array( 'post_type' => 'link_library_links',
1353
- 'meta_key' => 'link_url',
1354
- 'meta_value' => $link_url,
1355
- 'numberposts' => 1 );
1356
-
1357
- $posts_same_url_array = get_posts( $find_post_args );
1358
-
1359
- if ( !empty( $posts_same_url_array ) ) {
1360
- $existing_link_post_id = $posts_same_url_array[0]->ID;
1361
- }
1362
- }
1363
-
1364
- $post_status = 'publish';
1365
- $post_status_import_value = '';
1366
-
1367
- $visible_labels = array( 'Status', 'Visible', 'link_visible' );
1368
- foreach( $visible_labels as $visible_label ) {
1369
- if ( isset( $import_columns[$visible_label] ) ) {
1370
- $post_status_import_value = $data[$import_columns[$visible_label]];
1371
- }
1372
- }
1373
-
1374
- if ( in_array( $post_status_import_value, array( 'publish', 'draft', 'private' ) ) ) {
1375
- $post_status = $post_status_import_value;
1376
- } elseif ( 'N' == $post_status_import_value ) {
1377
- $post_status = 'private';
1378
- }
1379
-
1380
- $post_title = '';
1381
- $title_labels = array( 'Link Name', 'link_name', 'Name' );
1382
- foreach( $title_labels as $title_label ) {
1383
- if ( isset( $import_columns[$title_label] ) ) {
1384
- if ( ! empty( $data[ $import_columns[$title_label] ] ) ) {
1385
- $post_title = sanitize_text_field( $data[ $import_columns[$title_label] ] );
1386
- }
1387
- }
1388
- }
1389
-
1390
- $new_link_data = array(
1391
- 'post_type' => 'link_library_links',
1392
- 'post_content' => '',
1393
- 'post_title' => $post_title,
1394
- 'tax_input' => array( 'link_library_category' => $matched_link_cats ),
1395
- 'post_status' => $post_status
1396
- );
1397
-
1398
- if ( !empty( $existing_link_post_id ) ) {
1399
- $new_link_data['ID'] = $existing_link_post_id;
1400
- $new_link_ID = wp_insert_post( $new_link_data );
1401
- $successfulupdate++;
1402
- } else {
1403
- $new_link_ID = wp_insert_post( $new_link_data );
1404
- $successfulimport++;
1405
- }
1406
-
1407
- update_post_meta( $new_link_ID, 'link_url', $link_url );
1408
-
1409
- $link_image = '';
1410
- $image_labels = array( 'Image Address', 'link_image' );
1411
- foreach( $image_labels as $image_label ) {
1412
- if ( isset( $import_columns[$image_label] ) ) {
1413
- $link_image = esc_url( $data[$import_columns[$image_label]] );
1414
- }
1415
- }
1416
- update_post_meta( $new_link_ID, 'link_image', $link_image );
1417
-
1418
- $link_target = '';
1419
- $target_labels = array( 'Link Target', 'link_target' );
1420
- foreach( $target_labels as $target_label ) {
1421
- if ( isset( $import_columns[$target_label] ) ) {
1422
- $link_target = sanitize_text_field( $data[$import_columns[$target_label]] );
1423
- }
1424
- }
1425
- update_post_meta( $new_link_ID, 'link_target', $link_target );
1426
-
1427
- $link_description = '';
1428
- $description_labels = array( 'Description', 'link_description' );
1429
- foreach( $description_labels as $description_label ) {
1430
- if ( isset( $import_columns[$description_label] ) ) {
1431
- $link_description = sanitize_text_field( $data[$import_columns[$description_label]] );
1432
- $link_description = str_replace( '(LinkLibrary:AwaitingModeration:RemoveTextToApprove)', '', $link_description );
1433
- }
1434
- }
1435
- update_post_meta( $new_link_ID, 'link_description', $link_description );
1436
-
1437
- $link_rating = '';
1438
- $rating_labels = array( 'Description', 'link_description' );
1439
- foreach( $rating_labels as $rating_label ) {
1440
- if ( isset( $import_columns[$rating_label] ) ) {
1441
- $newrating = intval( $data[$import_columns[$rating_label]] );
1442
- if ( $newrating < 0 ) {
1443
- $newrating = 0;
1444
- }
1445
- $link_rating = $newrating;
1446
- }
1447
- }
1448
- update_post_meta( $new_link_ID, 'link_rating', $link_rating );
1449
-
1450
- $link_updated = current_time( 'timestamp' );
1451
- $updated_labels = array( 'Updated Date - Empty for none', 'link_updated' );
1452
- foreach( $updated_labels as $updated_label ) {
1453
- if ( isset( $import_columns[$updated_label] ) ) {
1454
- if ( !empty( $import_columns[$updated_label] ) ) {
1455
- $link_updated = strtotime( $data[ $import_columns[$updated_label] ] );
1456
- }
1457
- }
1458
- }
1459
- update_post_meta( $new_link_ID, 'link_updated', $link_updated );
1460
-
1461
- $link_notes = '';
1462
- $notes_labels = array( 'Notes', 'link_notes' );
1463
- foreach( $notes_labels as $notes_label ) {
1464
- if ( isset( $import_columns[$notes_label] ) ) {
1465
- $link_notes = sanitize_text_field( $data[$import_columns[$notes_label]] );
1466
- }
1467
- }
1468
- update_post_meta( $new_link_ID, 'link_notes', $link_notes );
1469
-
1470
- $link_rss = '';
1471
- $rss_labels = array( 'RSS', 'link_rss' );
1472
- foreach( $rss_labels as $rss_label ) {
1473
- if ( isset( $import_columns[$rss_label] ) ) {
1474
- $link_rss = esc_url( $data[$import_columns[$rss_label]] );
1475
- }
1476
- }
1477
- update_post_meta( $new_link_ID, 'link_rss', $link_rss );
1478
-
1479
- $link_second_url = '';
1480
- $second_url_labels = array( 'Secondary URL', 'link_second_url' );
1481
- foreach( $second_url_labels as $second_url_label ) {
1482
- if ( isset( $import_columns[$second_url_label] ) ) {
1483
- $link_second_url = esc_url( $data[$import_columns[$second_url_label]] );
1484
- }
1485
- }
1486
- update_post_meta( $new_link_ID, 'link_second_url', $link_second_url );
1487
-
1488
- $link_telephone = '';
1489
- $telephone_labels = array( 'Telephone', 'link_telephone' );
1490
- foreach( $telephone_labels as $telephone_label ) {
1491
- if ( isset( $import_columns[$telephone_label] ) ) {
1492
- $link_telephone = sanitize_text_field( $data[$import_columns[$telephone_label]] );
1493
- }
1494
- }
1495
- update_post_meta( $new_link_ID, 'link_telephone', $link_telephone );
1496
-
1497
- $link_email = '';
1498
- $email_labels = array( 'E-mail', 'link_email' );
1499
- foreach( $email_labels as $email_label ) {
1500
- if ( isset( $import_columns[$email_label] ) ) {
1501
- $link_email = sanitize_email( $data[$import_columns[$email_label]] );
1502
- }
1503
- }
1504
- update_post_meta( $new_link_ID, 'link_email', $link_email );
1505
-
1506
- if ( empty( $existing_link_post_id ) ) {
1507
- update_post_meta( $new_link_ID, 'link_visits', 0 );
1508
- }
1509
-
1510
- $link_reciprocal = '';
1511
- $reciprocal_labels = array( 'Reciprocal Link', 'link_reciprocal' );
1512
- foreach( $reciprocal_labels as $reciprocal_label ) {
1513
- if ( isset( $import_columns[$reciprocal_label] ) ) {
1514
- $link_reciprocal = esc_url( $data[$import_columns[$reciprocal_label]] );
1515
- }
1516
- }
1517
- update_post_meta( $new_link_ID, 'link_reciprocal', $link_reciprocal );
1518
-
1519
- $link_large_description = '';
1520
- $large_description_labels = array( 'Large Description', 'link_textfield' );
1521
- foreach( $large_description_labels as $large_description_label ) {
1522
- if ( isset( $import_columns[$large_description_label] ) ) {
1523
- $link_large_description = sanitize_text_field( $data[$import_columns[$large_description_label]] );
1524
- }
1525
- }
1526
- update_post_meta( $new_link_ID, 'link_textfield', $link_large_description );
1527
-
1528
- $link_no_follow = 0;
1529
- $no_follow_labels = array( 'No Follow', 'link_no_follow' );
1530
- foreach( $no_follow_labels as $no_follow_labels ) {
1531
- if ( isset( $import_columns[$no_follow_labels] ) ) {
1532
- $link_no_follow = $data[$import_columns[$no_follow_labels]];
1533
- }
1534
- }
1535
-
1536
- if ( '1' == $link_no_follow || 'Y' == $link_no_follow ) {
1537
- update_post_meta( $new_link_ID, 'link_no_follow', true );
1538
- } else {
1539
- update_post_meta( $new_link_ID, 'link_no_follow', false );
1540
- }
1541
-
1542
- $link_featured = 0;
1543
- $featured_labels = array( 'Link Featured' );
1544
- foreach( $featured_labels as $featured_label ) {
1545
- if ( isset( $import_columns[$featured_label] ) ) {
1546
- $link_featured = $data[$import_columns[$featured_label]];
1547
- }
1548
- }
1549
-
1550
- if ( '1' == $link_featured || 'Y' == $link_featured ) {
1551
- update_post_meta( $new_link_ID, 'link_featured', true );
1552
- } else {
1553
- update_post_meta( $new_link_ID, 'link_featured', false );
1554
- }
1555
- }
1556
- }
1557
- }
1558
-
1559
- $row -= 1;
1560
-
1561
- $message = '9';
1562
-
1563
- wp_suspend_cache_addition( false );
1564
- wp_defer_term_counting( false );
1565
- wp_defer_comment_counting( false );
1566
- } elseif ( isset( $_POST['siteimport'] ) ) {
1567
- wp_suspend_cache_addition( true );
1568
- wp_defer_term_counting( true );
1569
- wp_defer_comment_counting( true );
1570
- define( 'WP_IMPORTING', true );
1571
-
1572
- set_time_limit( 600 );
1573
-
1574
- $all_content = array();
1575
-
1576
- $post_args = array();
1577
- $post_types = array( 'post' );
1578
-
1579
- $site_post_types = get_post_types( array( '_builtin' => false ) );
1580
- foreach ( $site_post_types as $site_post_type ) {
1581
- $post_types[] = $site_post_type;
1582
- }
1583
-
1584
- if ( 'allpagesposts' == $_POST['siteimportlinksscope']
1585
- || 'allpagespostscpt' == $_POST['siteimportlinksscope']
1586
- || 'specificpage' == $_POST['siteimportlinksscope'] ) {
1587
-
1588
- $page_args = array();
1589
-
1590
- if ( 'specificpage' == $_POST['siteimportlinksscope'] ) {
1591
- $page_args['include'] = $_POST['page_id'];
1592
- }
1593
-
1594
- $all_pages = get_pages( $page_args );
1595
-
1596
- foreach ( $all_pages as $current_page ) {
1597
- $all_content[] = $current_page->post_content;
1598
- }
1599
- }
1600
-
1601
- if ( 'allpagesposts' == $_POST['siteimportlinksscope']
1602
- || 'allpagespostscpt' == $_POST['siteimportlinksscope'] ) {
1603
-
1604
- $post_args = array();
1605
-
1606
- if ( 'allpagesposts' == $_POST['siteimportlinksscope'] ) {
1607
- $sub_post_types[] = 'post';
1608
- } else {
1609
- $sub_post_types = $post_types;
1610
- }
1611
-
1612
- foreach ( $sub_post_types as $post_type ) {
1613
- $post_args['post_type'] = $post_type;
1614
- $all_posts = get_posts( $post_args );
1615
- foreach ( $all_posts as $current_post ) {
1616
- $all_content[] = $current_post->post_content;
1617
- }
1618
- }
1619
- }
1620
-
1621
- foreach ( $post_types as $post_type ) {
1622
- if ( 'specific' . $post_type == $_POST['siteimportlinksscope'] ) {
1623
- $post_args = array();
1624
- $post_id = $_POST[$post_type . '_id'];
1625
- $post_args['post_type'] = get_post_type( $post_id );
1626
- $post_args['include'] = $_POST[$post_type . '_id'];
1627
- $all_posts = get_posts( $post_args );
1628
- foreach ( $all_posts as $current_post ) {
1629
- $all_content[] = $current_post->post_content;
1630
- }
1631
- }
1632
- }
1633
-
1634
- foreach ( $all_content as $content_item ) {
1635
- $row++;
1636
- $dom = new DOMDocument;
1637
- $dom->loadHTML( $content_item );
1638
- foreach ( $dom->getElementsByTagName( 'a' ) as $node ) {
1639
- $incomingcatdata = $_POST['siteimportcat'];
1640
-
1641
- if ( isset( $_POST['siteimportupdatesameurl'] ) ) {
1642
- $find_post_args = array( 'post_type' => 'link_library_links',
1643
- 'meta_key' => 'link_url',
1644
- 'meta_value' => esc_url( $node->getAttribute( "href" ) ),
1645
- 'numberposts' => 1 );
1646
-
1647
- $posts_same_url_array = get_posts( $find_post_args );
1648
-
1649
- if ( !empty( $posts_same_url_array ) ) {
1650
- $existing_link_post_id = $posts_same_url_array[0]->ID;
1651
- }
1652
- }
1653
-
1654
- $new_link_data = array(
1655
- 'post_type' => 'link_library_links',
1656
- 'post_content' => '',
1657
- 'post_title' => esc_html( $node->nodeValue ),
1658
- 'tax_input' => array( 'link_library_category' => $incomingcatdata ),
1659
- 'post_status' => 'publish'
1660
- );
1661
-
1662
- if ( !empty( $existing_link_post_id ) ) {
1663
- $new_link_data['ID'] = $existing_link_post_id;
1664
- $new_link_ID = wp_insert_post( $new_link_data );
1665
- $successfulupdate++;
1666
- } else {
1667
- $new_link_ID = wp_insert_post( $new_link_data );
1668
- $successfulimport++;
1669
- }
1670
-
1671
- update_post_meta( $new_link_ID, 'link_url', esc_url( $node->getAttribute( "href" ) ) );
1672
- update_post_meta( $new_link_ID, 'link_image', '' );
1673
- update_post_meta( $new_link_ID, 'link_target', '' );
1674
- update_post_meta( $new_link_ID, 'link_description', '' );
1675
- update_post_meta( $new_link_ID, 'link_rating', 0 );
1676
-
1677
- update_post_meta( $new_link_ID, 'link_updated', current_time( 'timestamp' ) );
1678
-
1679
- update_post_meta( $new_link_ID, 'link_notes', '' );
1680
- update_post_meta( $new_link_ID, 'link_rss', '' );
1681
- update_post_meta( $new_link_ID, 'link_second_url', '' );
1682
- update_post_meta( $new_link_ID, 'link_telephone', '' );
1683
- update_post_meta( $new_link_ID, 'link_email', '' );
1684
-
1685
- if ( empty( $existing_link_post_id ) ) {
1686
- update_post_meta( $new_link_ID, 'link_visits', 0 );
1687
- }
1688
-
1689
- update_post_meta( $new_link_ID, 'link_reciprocal', '' );
1690
- update_post_meta( $new_link_ID, 'link_textfield', '' );
1691
- update_post_meta( $new_link_ID, 'link_no_follow', false );
1692
- update_post_meta( $new_link_ID, 'link_featured', false );
1693
-
1694
- update_post_meta( $new_link_ID, 'legacy_link_id', $newlinkid );
1695
- }
1696
- }
1697
- $message = '9';
1698
-
1699
- wp_suspend_cache_addition( false );
1700
- wp_defer_term_counting( false );
1701
- wp_defer_comment_counting( false );
1702
- } elseif ( isset( $_POST['exportalllinks'] ) ) {
1703
- $upload_dir = wp_upload_dir();
1704
-
1705
- if ( is_writable( $upload_dir['path'] ) ) {
1706
- $myFile = $upload_dir['path'] . "/LinksExport.csv";
1707
- $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
1708
-
1709
- $links_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'private' ) );
1710
-
1711
- $links_to_export = new WP_Query( $links_query_args );
1712
-
1713
- if ( $links_to_export->have_posts() ) {
1714
- $link_items = array();
1715
- while ( $links_to_export->have_posts() ) {
1716
- $link_object = array();
1717
- $links_to_export->the_post();
1718
-
1719
- $link_cats = '';
1720
- $link_categories = wp_get_post_terms( get_the_ID(), 'link_library_category' );
1721
- if ( $link_categories ) {
1722
- $countcats = 0;
1723
- foreach ( $link_categories as $link_category ) {
1724
- if ( $countcats >= 1 ) {
1725
- $link_cats .= ', ';
1726
- }
1727
- $link_cats .= $link_category->name;
1728
- $countcats++;
1729
- }
1730
- }
1731
-
1732
- $link_object['Name'] = get_the_title();
1733
- $link_object['Address'] = get_post_meta( get_the_ID(), 'link_url', true );
1734
- $link_object['RSS'] = get_post_meta( get_the_ID(), 'link_rss', true );
1735
- $link_object['Description'] = get_post_meta( get_the_ID(), 'link_description', true );
1736
- $link_object['Notes'] = get_post_meta( get_the_ID(), 'link_notes', true );
1737
- $link_object['Category'] = $link_cats;
1738
- $link_object['Status'] = get_post_status();
1739
- $link_object['Secondary URL'] = get_post_meta( get_the_ID(), 'link_second_url', true );
1740
- $link_object['Telephone'] = get_post_meta( get_the_ID(), 'link_telephone', true );
1741
- $link_object['E-mail'] = get_post_meta( get_the_ID(), 'link_email', true );
1742
- $link_object['Reciprocal Link'] = get_post_meta( get_the_ID(), 'link_reciprocal', true );
1743
- $link_object['Image Address'] = get_post_meta( get_the_ID(), 'link_image', true );
1744
- $link_object['Large Description'] = get_post_meta( get_the_ID(), 'link_textfield', true );
1745
- $link_object['No Follow'] = get_post_meta( get_the_ID(), 'link_no_follow', true );
1746
- $link_object['Rating'] = get_post_meta( get_the_ID(), 'link_rating', true );
1747
- $link_object['Link Target'] = get_post_meta( get_the_ID(), 'link_target', true );
1748
- $link_object['Updated Date - Empty for none'] = date( 'Y-m-d', intval( get_post_meta( get_the_ID(), 'link_updated', true ) ) );
1749
- $link_object['Link Featured'] = get_post_meta( get_the_ID(), 'link_featured', true );
1750
- $link_items[] = $link_object;
1751
- }
1752
- }
1753
-
1754
- wp_reset_postdata();
1755
-
1756
- if ( $link_items ) {
1757
- $headerrow = array();
1758
-
1759
- foreach ( $link_items[0] as $key => $option ) {
1760
- $headerrow[] = '"' . $key . '"';
1761
- }
1762
-
1763
- $headerdata = join( ',', $headerrow ) . "\n";
1764
- fwrite( $fh, $headerdata );
1765
-
1766
- foreach ( $link_items as $link_item ) {
1767
- $datarow = array();
1768
- foreach ( $link_item as $key => $value ) {
1769
- $datarow[] = '"' . $value . '"';
1770
- }
1771
- $data = join( ',', $datarow ) . "\n";
1772
- fwrite( $fh, $data );
1773
- }
1774
-
1775
- fclose( $fh );
1776
-
1777
- if ( file_exists( $myFile ) ) {
1778
- header( 'Content-Description: File Transfer' );
1779
- header( 'Content-Type: application/octet-stream' );
1780
- header( 'Content-Disposition: attachment; filename=' . basename( $myFile ) );
1781
- header( 'Expires: 0' );
1782
- header( 'Cache-Control: must-revalidate' );
1783
- header( 'Pragma: public' );
1784
- header( 'Content-Length: ' . filesize( $myFile ) );
1785
- readfile( $myFile );
1786
- exit;
1787
- }
1788
- }
1789
- } else {
1790
- $message = '3';
1791
- }
1792
- } elseif ( isset( $_POST['ll60catmapping'] ) ) {
1793
- $upload_dir = wp_upload_dir();
1794
-
1795
- if ( is_writable( $upload_dir['path'] ) ) {
1796
- $myFile = $upload_dir['path'] . "/LinkLibraryCatMapping.csv";
1797
- $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
1798
-
1799
- global $wpdb;
1800
-
1801
- $all_link_cats_query = 'SELECT distinct t.name, t.term_id, tt.description ';
1802
- $all_link_cats_query .= 'FROM ' . $this->db_prefix() . 'terms t ';
1803
- $all_link_cats_query .= 'LEFT JOIN ' . $this->db_prefix() . 'term_taxonomy tt ON (t.term_id = tt.term_id) ';
1804
- $all_link_cats_query .= 'LEFT JOIN ' . $this->db_prefix() . 'term_relationships tr ON (tt.term_taxonomy_id = tr.term_taxonomy_id) ';
1805
- $all_link_cats_query .= 'WHERE tt.taxonomy = "link_category" ';
1806
- $all_link_cats_query .= 'ORDER by t.term_id ASC ';
1807
-
1808
- $all_link_cats = $wpdb->get_results( $all_link_cats_query );
1809
-
1810
- if ( !empty( $all_link_cats ) ) {
1811
- $link_cat_items = array();
1812
- foreach ( $all_link_cats as $link_cat ) {
1813
- $link_cat_object = array();
1814
- $link_cat_object['Category Name'] = $link_cat->name;
1815
- $link_cat_object['Version 5.9 Category ID'] = $link_cat->term_id;
1816
-
1817
- $cat_string = $link_cat->name;
1818
- $cat_matched_term = get_term_by( 'name', $cat_string, 'link_library_category' );
1819
-
1820
- if ( false !== $cat_matched_term ) {
1821
- $link_cat_object['Version 6.0 Category ID'] = $cat_matched_term->term_id;
1822
- }
1823
-
1824
- $link_cat_items[] = $link_cat_object;
1825
- }
1826
- }
1827
-
1828
- if ( $link_cat_items ) {
1829
- $headerrow = array();
1830
-
1831
- foreach ( $link_cat_items[0] as $key => $option ) {
1832
- $headerrow[] = '"' . $key . '"';
1833
- }
1834
-
1835
- $headerdata = join( ',', $headerrow ) . "\n";
1836
- fwrite( $fh, $headerdata );
1837
-
1838
- foreach ( $link_cat_items as $link_cat_item ) {
1839
- $datarow = array();
1840
- foreach ( $link_cat_item as $key => $value ) {
1841
- $datarow[] = '"' . $value . '"';
1842
- }
1843
- $data = join( ',', $datarow ) . "\n";
1844
- fwrite( $fh, $data );
1845
- }
1846
-
1847
- fclose( $fh );
1848
-
1849
- if ( file_exists( $myFile ) ) {
1850
- header( 'Content-Description: File Transfer' );
1851
- header( 'Content-Type: application/octet-stream' );
1852
- header( 'Content-Disposition: attachment; filename=' . basename( $myFile ) );
1853
- header( 'Expires: 0' );
1854
- header( 'Cache-Control: must-revalidate' );
1855
- header( 'Pragma: public' );
1856
- header( 'Content-Length: ' . filesize( $myFile ) );
1857
- readfile( $myFile );
1858
- exit;
1859
- }
1860
- }
1861
- } else {
1862
- $message = '3';
1863
- }
1864
- } elseif ( isset( $_POST['deletell59links'] ) ) {
1865
- global $wpdb;
1866
-
1867
- $delete_links_query = 'DELETE FROM ' . $this->db_prefix() . 'links ';
1868
- $wpdb->get_results( $delete_links_query );
1869
- } else {
1870
- $genoptions = get_option( 'LinkLibraryGeneral' );
1871
-
1872
- foreach (
1873
- array(
1874
- 'numberstylesets', 'includescriptcss', 'pagetitleprefix', 'pagetitlesuffix', 'schemaversion', 'thumbshotscid', 'approvalemailtitle',
1875
- 'moderatorname', 'moderatoremail', 'rejectedemailtitle', 'approvalemailbody', 'rejectedemailbody', 'moderationnotificationtitle',
1876
- 'linksubmissionthankyouurl', 'recipcheckaddress', 'imagefilepath', 'catselectmethod', 'expandiconpath', 'collapseiconpath', 'updatechannel',
1877
- 'extraprotocols', 'thumbnailsize', 'thumbnailgenerator', 'rsscachedelay', 'single_link_layout', 'rolelevel', 'editlevel', 'cptslug'
1878
- ) as $option_name
1879
- ) {
1880
- if ( isset( $_POST[$option_name] ) ) {
1881
- $genoptions[$option_name] = $_POST[$option_name];
1882
- }
1883
- }
1884
-
1885
- if ( isset( $_POST['captchagenerator'] ) && 'recaptcha' == $_POST['captchagenerator'] ) {
1886
- if ( empty( $_POST['recaptchasitekey'] ) || empty( $_POST['recaptchasecretkey'] ) ) {
1887
- $genoptions['captchagenerator'] = 'easycaptcha';
1888
- $message = 4;
1889
- } else {
1890
- $genoptions['captchagenerator'] = 'recaptcha';
1891
- $genoptions['recaptchasitekey'] = sanitize_text_field( $_POST['recaptchasitekey'] );
1892
- $genoptions['recaptchasecretkey'] = sanitize_text_field( $_POST['recaptchasecretkey'] );
1893
- }
1894
- } elseif ( isset( $_POST['captchagenerator'] ) && 'easycaptcha' == $_POST['captchagenerator'] ) {
1895
- $genoptions['captchagenerator'] = 'easycaptcha';
1896
- $genoptions['recaptchasitekey'] = '';
1897
- $genoptions['recaptchasecretkey'] = '';
1898
- }
1899
-
1900
- foreach ( array( 'debugmode', 'emaillinksubmitter', 'suppressemailfooter', 'usefirstpartsubmittername', 'hidedonation' ) as $option_name ) {
1901
- if ( isset( $_POST[$option_name] ) ) {
1902
- $genoptions[$option_name] = true;
1903
- } else {
1904
- if ( $option_name != 'hidedonation' ) {
1905
- $genoptions[$option_name] = false;
1906
- }
1907
- }
1908
- }
1909
-
1910
- update_option( 'LinkLibraryGeneral', $genoptions );
1911
-
1912
- update_option( 'links_updated_date_format', $_POST['links_updated_date_format'] );
1913
- }
1914
-
1915
- //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
1916
- $redirecturl = remove_query_arg( array( 'message', 'importrowscount', 'successimportcount' ), $_POST['_wp_http_referer'] );
1917
-
1918
- if ( !empty( $message ) ) {
1919
- $redirecturl = add_query_arg( 'message', $message, $redirecturl );
1920
- }
1921
-
1922
- if ( isset( $_POST['currenttab'] ) ) {
1923
- $redirecturl = add_query_arg( 'currenttab', $_POST['currenttab'], $redirecturl );
1924
- }
1925
-
1926
- if ( isset( $row ) && $row != 0 ) {
1927
- $redirecturl = add_query_arg( 'importrowscount', $row, $redirecturl );
1928
- }
1929
-
1930
- if ( isset( $successfulimport ) && $successfulimport != 0 ) {
1931
- $redirecturl = add_query_arg( 'successimportcount', $successfulimport, $redirecturl );
1932
- }
1933
-
1934
- if ( isset( $successfulupdate ) && $successfulupdate != 0 ) {
1935
- $redirecturl = add_query_arg( 'successupdatecount', $successfulupdate, $redirecturl );
1936
- }
1937
-
1938
- wp_redirect( $redirecturl );
1939
- exit;
1940
- }
1941
-
1942
- function ll_post_exists( $id ) {
1943
- return is_string( get_post_status( $id ) );
1944
- }
1945
-
1946
- //executed if the post arrives initiated by pressing the submit button of form
1947
- function on_save_changes_settingssets() {
1948
- //user permission check
1949
- if ( !current_user_can( 'manage_options' ) ) {
1950
- wp_die( __( 'Not allowed', 'link-library' ) );
1951
- }
1952
- //cross check the given referer
1953
- check_admin_referer( 'link-library' );
1954
-
1955
- if ( isset( $_POST['exportsettings'] ) ) {
1956
- $upload_dir = wp_upload_dir();
1957
- if ( is_writable( $upload_dir['path'] ) ) {
1958
- $myFile = $upload_dir['path'] . "/SettingSet" . $_POST['settingsetid'] . "Export.csv";
1959
- $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
1960
-
1961
- $sourcesettingsname = 'LinkLibraryPP' . $_POST['settingsetid'];
1962
- $sourceoptions = get_option( $sourcesettingsname );
1963
-
1964
- $headerrow = array();
1965
-
1966
- foreach ( $sourceoptions as $key => $option ) {
1967
- $headerrow[] = '"' . $key . '"';
1968
- }
1969
-
1970
- $headerdata = join( ',', $headerrow ) . "\n";
1971
- fwrite( $fh, $headerdata );
1972
-
1973
- $datarow = array();
1974
-
1975
- foreach ( $sourceoptions as $key => $option ) {
1976
- $datarow[] = '"' . $option . '"';
1977
- }
1978
-
1979
- $data = join( ',', $datarow ) . "\n";
1980
- fwrite( $fh, $data );
1981
-
1982
- fclose( $fh );
1983
-
1984
- if (file_exists($myFile)) {
1985
- header('Content-Description: File Transfer');
1986
- header('Content-Type: application/octet-stream');
1987
- header('Content-Disposition: attachment; filename='.basename($myFile));
1988
- header('Expires: 0');
1989
- header('Cache-Control: must-revalidate');
1990
- header('Pragma: public');
1991
- header('Content-Length: ' . filesize($myFile));
1992
- readfile($myFile);
1993
- exit;
1994
- }
1995
- } else {
1996
- $messages[] = '6';
1997
- }
1998
- } elseif ( isset( $_POST['importsettings'] ) ) {
1999
- if ( $_FILES['settingsfile']['tmp_name'] != "" ) {
2000
- $handle = fopen( $_FILES['settingsfile']['tmp_name'], "r" );
2001
-
2002
- $row = 1;
2003
- $optionnames = array();
2004
- $options = array();
2005
-
2006
- while ( ( $data = fgetcsv( $handle, 5000, "," ) ) !== false ) {
2007
- if ( $row == 1 ) {
2008
- $optionnames = $data;
2009
- $row ++;
2010
- } else if ( $row == 2 ) {
2011
- for ( $counter = 0; $counter <= count( $data ) - 1; $counter ++ ) {
2012
- $options[$optionnames[$counter]] = $data[$counter];
2013
- }
2014
- $row ++;
2015
- }
2016
- }
2017
-
2018
- if ( $options != "" ) {
2019
- $settingsname = 'LinkLibraryPP' . $_POST['settingsetid'];
2020
-
2021
- update_option( $settingsname, $options );
2022
-
2023
- $messages[] = '7';
2024
- }
2025
-
2026
- fclose( $handle );
2027
- } else {
2028
- $messages[] = '8';
2029
- }
2030
- } else {
2031
- $settingsetid = $_POST['settingsetid'];
2032
- $settings = $_POST['settingsetid'];
2033
-
2034
- $settingsname = 'LinkLibraryPP' . $settingsetid;
2035
-
2036
- $options = get_option( $settingsname );
2037
-
2038
- $genoptions = get_option( 'LinkLibraryGeneral' );
2039
-
2040
- foreach (
2041
- array(
2042
- 'order', 'table_width', 'num_columns', 'position',
2043
- 'beforecatlist1', 'beforecatlist2', 'beforecatlist3', 'catnameoutput', 'linkaddfrequency',
2044
- 'defaultsinglecat_cpt', 'rsspreviewcount', 'rssfeedinlinecount', 'linksperpage', 'catdescpos',
2045
- 'catlistdescpos', 'rsspreviewwidth', 'rsspreviewheight', 'numberofrssitems',
2046
- 'displayweblink', 'sourceweblink', 'showtelephone', 'sourcetelephone', 'showemail', 'sourceimage', 'sourcename', 'popup_width', 'popup_height', 'rssfeedinlinedayspublished', 'tooltipname', 'childcatdepthlimit', 'showcurrencyplacement', 'tooltipname', 'showupdatedpos'
2047
- )
2048
- as $option_name
2049
- ) {
2050
- if ( isset( $_POST[$option_name] ) ) {
2051
- $options[$option_name] = str_replace( "\"", "'", strtolower( $_POST[$option_name] ) );
2052
- }
2053
- }
2054
-
2055
- foreach ( array( 'categorylist_cpt', 'excludecategorylist_cpt' ) as $option_name ) {
2056
- if ( isset( $_POST[$option_name] ) ) {
2057
- if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) {
2058
- $options[$option_name] = str_replace( "\"", "'", strtolower( $_POST[$option_name] ) );
2059
- } else if ( $genoptions['catselectmethod'] == 'multiselectlist' ) {
2060
- $options[$option_name] = implode( ',', $_POST[$option_name] );
2061
- }
2062
- } else {
2063
- $options[$option_name] = '';
2064
- }
2065
- }
2066
-
2067
- foreach (
2068
- array(
2069
- 'columnheaderoverride','linktarget', 'settingssetname', 'loadingicon',
2070
- 'direction', 'linkdirection', 'linkorder', 'addnewlinkmsg', 'linknamelabel', 'linkaddrlabel', 'linkrsslabel',
2071
- 'linkcatlabel', 'linkdesclabel', 'linknoteslabel', 'addlinkbtnlabel', 'newlinkmsg', 'moderatemsg', 'imagepos',
2072
- 'imageclass', 'rssfeedtitle', 'rssfeeddescription', 'showonecatmode', 'linkcustomcatlabel', 'linkcustomcatlistentry',
2073
- 'searchlabel', 'dragndroporder', 'cattargetaddress', 'beforeweblink', 'afterweblink', 'weblinklabel', 'beforetelephone',
2074
- 'aftertelephone', 'telephonelabel', 'beforeemail', 'afteremail', 'emaillabel', 'beforelinkhits', 'afterlinkhits',
2075
- 'linkreciprocallabel', 'linksecondurllabel', 'linktelephonelabel', 'linkemaillabel', 'emailcommand', 'rewritepage',
2076
- 'maxlinks', 'beforedate', 'afterdate', 'beforeimage', 'afterimage', 'beforerss', 'afterrss', 'beforenote', 'afternote',
2077
- 'beforelink', 'afterlink', 'beforeitem', 'afteritem', 'beforedesc', 'afterdesc', 'addbeforelink', 'addafterlink',
2078
- 'beforelinkrating', 'afterlinkrating', 'linksubmitternamelabel', 'linksubmitteremaillabel', 'linksubmittercommentlabel',
2079
- 'addlinkcatlistoverride', 'beforelargedescription', 'afterlargedescription', 'customcaptchaquestion', 'customcaptchaanswer',
2080
- 'rssfeedaddress', 'linklargedesclabel', 'flatlist', 'searchresultsaddress', 'link_popup_text', 'linktitlecontent', 'paginationposition',
2081
- 'showaddlinkrss', 'showaddlinkdesc', 'showaddlinkcat', 'showaddlinknotes', 'addlinkcustomcat',
2082
- 'showaddlinkreciprocal', 'showaddlinksecondurl', 'showaddlinktelephone', 'showaddlinkemail', 'showcustomcaptcha', 'showlinksubmittername',
2083
- 'showaddlinksubmitteremail', 'showlinksubmittercomment', 'showuserlargedescription', 'cat_letter_filter', 'beforefirstlink', 'afterlastlink',
2084
- 'searchfieldtext', 'catfilterlabel', 'searchnoresultstext', 'addlinkdefaultcat', 'beforesubmittername', 'aftersubmittername',
2085
- 'beforecatdesc', 'aftercatdesc', 'displayastable', 'extraquerystring', 'emailextracontent', 'beforelinktags', 'afterlinktags', 'beforelinkprice', 'afterlinkprice', 'linkcurrency',
2086
- 'toppagetext', 'updatedlabel', 'weblinktarget', 'linktagslabel', 'showaddlinktags', 'addlinktaglistoverride', 'linkcustomtaglabel',
2087
- 'addlinkcustomtag', 'linkcustomtaglistentry'
2088
- ) as $option_name
2089
- ) {
2090
- if ( isset( $_POST[$option_name] ) ) {
2091
- $options[$option_name] = str_replace( "\"", "'", $_POST[$option_name] );
2092
- }
2093
- }
2094
-
2095
- foreach (
2096
- array(
2097
- 'hide_if_empty', 'catanchor', 'showdescription', 'shownotes', 'showrating', 'showupdated', 'show_images',
2098
- 'use_html_tags', 'show_rss', 'nofollow', 'showcolumnheaders', 'show_rss_icon', 'showcategorydescheaders',
2099
- 'showcategorydesclinks', 'showadmineditlinks', 'showonecatonly', 'rsspreview', 'rssfeedinline', 'rssfeedinlinecontent',
2100
- 'pagination', 'hidecategorynames', 'showinvisible', 'showdate', 'showuserlinks', 'emailnewlink', 'usethumbshotsforimages', 'uselocalimagesoverthumbshots',
2101
- 'addlinkreqlogin', 'showcatlinkcount', 'publishrssfeed', 'showname', 'enablerewrite', 'storelinksubmitter', 'showlinkhits', 'showcaptcha',
2102
- 'showlargedescription', 'addlinknoaddress', 'featuredfirst', 'usetextareaforusersubmitnotes', 'showcatonsearchresults', 'shownameifnoimage',
2103
- 'enable_link_popup', 'nocatonstartup', 'showlinksonclick', 'showinvisibleadmin', 'combineresults', 'showifreciprocalvalid',
2104
- 'cat_letter_filter_autoselect', 'cat_letter_filter_showalloption', 'emailsubmitter', 'addlinkakismet', 'rssfeedinlineskipempty',
2105
- 'current_user_links', 'showsubmittername', 'onereciprocaldomain', 'nooutputempty', 'showcatdesc', 'hidechildcatlinks',
2106
- 'hidechildcattop', 'catlinkspermalinksmode', 'showbreadcrumbspermalinks', 'showlinktags', 'showlinkprice', 'show0asfree',
2107
- 'allowcolumnsorting', 'showsearchreset', 'showscheduledlinks'
2108
- )
2109
- as $option_name
2110
- ) {
2111
- if ( isset( $_POST[$option_name] ) ) {
2112
- $options[$option_name] = true;
2113
- } else {
2114
- $options[$option_name] = false;
2115
- }
2116
- }
2117
-
2118
- foreach (
2119
- array(
2120
- 'divorheader'
2121
- ) as $option_name
2122
- ) {
2123
- if ( $_POST[$option_name] == 'true' ) {
2124
- $options[$option_name] = true;
2125
- } elseif ( $_POST[$option_name] == 'false' ) {
2126
- $options[$option_name] = false;
2127
- }
2128
- }
2129
-
2130
- foreach ( array( 'catlistwrappers' ) as $option_name ) {
2131
- if ( isset( $_POST[$option_name] ) ) {
2132
- $options[$option_name] = (int) ( $_POST[$option_name] );
2133
- }
2134
- }
2135
-
2136
- update_option( $settingsname, $options );
2137
- $messages[] = "1";
2138
-
2139
- if ( !empty( $options['categorylist_cpt'] ) ) {
2140
- $categoryids = explode( ',', $options['categorylist_cpt'] );
2141
-
2142
- foreach ( $categoryids as $categoryid ) {
2143
- $link_categories_query_args = array( 'hide_empty' => false );
2144
-
2145
- $link_categories_query_args['include'] = array( $categoryid );
2146
- $catnames = get_terms( 'link_library_category', $link_categories_query_args );
2147
-
2148
- if ( !$catnames ) {
2149
- $messages[] = '2';
2150
- }
2151
- }
2152
- }
2153
-
2154
- if ( !empty( $options['excludecategorylist_cpt'] ) ) {
2155
- $categoryids = explode( ',', $options['excludecategorylist_cpt'] );
2156
-
2157
- foreach ( $categoryids as $categoryid ) {
2158
- $link_categories_query_args = array( 'hide_empty' => false );
2159
-
2160
- $link_categories_query_args['include'] = array( $categoryid );
2161
- $catnames = get_terms( 'link_library_category', $link_categories_query_args );
2162
-
2163
- if ( !$catnames ) {
2164
- $messages[] = '3';
2165
- }
2166
- }
2167
- }
2168
- global $wp_rewrite;
2169
- $wp_rewrite->flush_rules( false );
2170
- }
2171
-
2172
- //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2173
- $messagelist = implode( ",", $messages );
2174
-
2175
- $redirecturl = add_query_arg( array( 'post_type' => 'link_library_links', 'currenttab' => $_POST['currenttab'], 'page' => 'link-library-settingssets' ), admin_url( 'edit.php' ) );
2176
-
2177
- if ( $settingsetid > 1 ) {
2178
- $redirecturl = add_query_arg( 'settings', $settingsetid, $redirecturl );
2179
- }
2180
-
2181
- if ( isset( $row ) && $row != 0 ) {
2182
- $redirecturl = add_query_arg( 'importrowscount', $row, $redirecturl );
2183
- }
2184
-
2185
- if ( isset( $successfulimport ) && $successfulimport != 0 ) {
2186
- $redirecturl = add_query_arg( 'successimportcount', $successfulimport, $redirecturl );
2187
- }
2188
-
2189
- if ( isset( $successfulupdate ) && $successfulupdate != 0 ) {
2190
- $redirecturl = add_query_arg( 'successupdatecount', $successfulupdate, $redirecturl );
2191
- }
2192
-
2193
- if ( !empty( $message ) ) {
2194
- $redirecturl = add_query_arg( array( 'message' => $message ), $redirecturl );
2195
- }
2196
-
2197
- wp_redirect( $redirecturl );
2198
- exit;
2199
- }
2200
-
2201
- //executed if the post arrives initiated by pressing the submit button of form
2202
- function on_save_changes_moderate() {
2203
- //user permission check
2204
- if ( !current_user_can( 'manage_options' ) ) {
2205
- wp_die( __( 'Not allowed', 'link-library' ) );
2206
- }
2207
- //cross check the given referer
2208
- check_admin_referer( 'link-library' );
2209
-
2210
- $message = '';
2211
-
2212
- $genoptions = get_option( 'LinkLibraryGeneral' );
2213
-
2214
- if ( isset( $_POST['approvelinks'] ) && ( isset( $_POST['links'] ) && count( $_POST['links'] ) > 0 ) ) {
2215
- $section = 'moderate';
2216
-
2217
- foreach ( $_POST['links'] as $approved_link ) {
2218
- $link_data = get_post( $approved_link );
2219
-
2220
- if ( !empty( $link_data ) ) {
2221
- wp_update_post( array( 'ID' => $approved_link, 'post_status' => 'publish' ) );
2222
- }
2223
-
2224
- $submitter_email = get_post_meta( $approved_link, 'link_submitter_email', true );
2225
- $submitter_name = get_post_meta( $approved_link, 'link_submitter_name', true );
2226
- $link_url = get_post_meta( $approved_link, 'link_url', true );
2227
-
2228
- if ( $genoptions['emaillinksubmitter'] == true && !empty( $submitter_email ) ) {
2229
- if ( $genoptions['usefirstpartsubmittername'] == true ) {
2230
- $spacepos = strpos( $submitter_name, ' ' );
2231
- if ( $spacepos !== false ) {
2232
- $submitter_name = substr( $submitter_name, 0, $spacepos );
2233
- }
2234
- }
2235
-
2236
- $emailtitle = str_replace( '%linkname%', get_the_title( $approved_link ), $genoptions['approvalemailtitle'] );
2237
- $emailbody = nl2br( $genoptions['approvalemailbody'] );
2238
- $emailbody = str_replace( '%submittername%', stripslashes( $submitter_name ), stripslashes( $emailbody ) );
2239
- $emailbody = str_replace( '%linkname%', get_the_title( $approved_link ), $emailbody );
2240
- $emailbody = str_replace( '%linkurl%', $link_url, $emailbody );
2241
-
2242
- $headers = "MIME-Version: 1.0\r\n";
2243
- $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
2244
-
2245
- if ( !empty( $genoptions['moderatorname'] ) && !empty( $genoptions['moderatoremail'] ) ) {
2246
- $headers .= "From: \"" . $genoptions['moderatorname'] . "\" <" . $genoptions['moderatoremail'] . ">\n";
2247
- }
2248
-
2249
- $message = $emailbody;
2250
-
2251
- if ( !$genoptions['suppressemailfooter'] ) {
2252
- $message .= "<br /><br />" . __( 'Message generated by', 'link-library' ) . " <a href='http://ylefebvre.ca/wordpress-plugins/link-library/'>Link Library</a> for Wordpress";
2253
- }
2254
-
2255
- wp_mail( $submitter_email, $emailtitle, $message, $headers );
2256
-
2257
- do_action( 'link_library_approval_email', $approved_link );
2258
- }
2259
- }
2260
-
2261
- $message = '1';
2262
- } elseif ( isset( $_POST['deletelinks'] ) && ( isset( $_POST['links'] ) && count( $_POST['links'] ) > 0 ) ) {
2263
- $section = 'moderate';
2264
-
2265
- foreach ( $_POST['links'] as $approved_link ) {
2266
- $link_data = get_post( $approved_link );
2267
-
2268
- $submitter_email = get_post_meta( $approved_link, 'link_submitter_email', true );
2269
- $submitter_name = get_post_meta( $approved_link, 'link_submitter_name', true );
2270
- $link_url = get_post_meta( $approved_link, 'link_url', true );
2271
-
2272
- if ( $genoptions['emaillinksubmitter'] == true && !empty( $submitter_email ) ) {
2273
- if ( $genoptions['usefirstpartsubmittername'] == true ) {
2274
- $spacepos = strpos( $submitter_name, ' ' );
2275
- if ( $spacepos !== false ) {
2276
- $submitter_name = substr( $submitter_name, 0, $spacepos );
2277
- }
2278
- }
2279
-
2280
- $emailtitle = str_replace( '%linkname%', get_the_title( $approved_link ), $genoptions['rejectedemailtitle'] );
2281
- $emailbody = nl2br( $genoptions['rejectedemailbody'] );
2282
- $emailbody = str_replace( '%submittername%', stripslashes( $submitter_name ), stripslashes( $emailbody ) );
2283
- $emailbody = str_replace( '%linkname%', get_the_title( $approved_link ), $emailbody );
2284
- $emailbody = str_replace( '%linkurl%', $link_url, $emailbody );
2285
-
2286
- $headers = "MIME-Version: 1.0\r\n";
2287
- $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
2288
-
2289
- if ( !empty( $genoptions['moderatorname'] ) && !empty( $genoptions['moderatoremail'] ) ) {
2290
- $headers .= "From: \"" . $genoptions['moderatorname'] . "\" <" . $genoptions['moderatoremail'] . ">\n";
2291
- }
2292
-
2293
- $message = $emailbody;
2294
-
2295
- $message .= "<br /><br />" . __( 'Message generated by', 'link-library' ) . " <a href='http://ylefebvre.ca/wordpress-plugins/link-library/'>Link Library</a> for Wordpress";
2296
-
2297
- wp_mail( $submitter_email, $emailtitle, $message, $headers );
2298
-
2299
- do_action( 'link_library_rejection_email', $approved_link );
2300
- }
2301
-
2302
- wp_delete_post( $approved_link );
2303
- }
2304
-
2305
- $message = '2';
2306
- }
2307
-
2308
- $redirecturl = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2309
-
2310
- if ( !empty( $message ) ) {
2311
- $redirecturl = add_query_arg( 'message', $message, $redirecturl );
2312
- }
2313
-
2314
- //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2315
- wp_redirect( $redirecturl );
2316
- exit;
2317
- }
2318
-
2319
- function on_save_changes_stylesheet() {
2320
- //user permission check
2321
- if ( !current_user_can( 'manage_options' ) ) {
2322
- wp_die( __( 'Not allowed', 'link-library' ) );
2323
- }
2324
- //cross check the given referer
2325
- check_admin_referer( 'link-library' );
2326
-
2327
- if ( isset( $_POST['submitstyle'] ) ) {
2328
- $genoptions = get_option( 'LinkLibraryGeneral' );
2329
-
2330
- $genoptions['fullstylesheet'] = $_POST['fullstylesheet'];
2331
-
2332
- update_option( 'LinkLibraryGeneral', $genoptions );
2333
- $message = 1;
2334
- } elseif ( isset( $_POST['resetstyle'] ) ) {
2335
- $genoptions = get_option( 'LinkLibraryGeneral' );
2336
-
2337
- $stylesheetlocation = plugin_dir_path( __FILE__ ) . 'stylesheettemplate.css';
2338
-
2339
- if ( file_exists( $stylesheetlocation ) ) {
2340
- $genoptions['fullstylesheet'] = file_get_contents( $stylesheetlocation );
2341
- }
2342
-
2343
- update_option( 'LinkLibraryGeneral', $genoptions );
2344
-
2345
- $message = 2;
2346
- }
2347
-
2348
- //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2349
- $redirect_url = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2350
- $redirect_url = add_query_arg( 'message', $message, $redirect_url );
2351
- wp_redirect( $redirect_url );
2352
- exit;
2353
- }
2354
-
2355
- function on_save_changes_reciprocal() {
2356
- //user permission check
2357
- if ( !current_user_can( 'manage_options' ) ) {
2358
- wp_die( __( 'Not allowed', 'link-library' ) );
2359
- }
2360
- //cross check the given referer
2361
- check_admin_referer( 'link-library' );
2362
-
2363
- $message = - 1;
2364
-
2365
- $genoptions = get_option( 'LinkLibraryGeneral' );
2366
-
2367
- $genoptions['recipcheckaddress'] = ( ( isset( $_POST['recipcheckaddress'] ) && $_POST['recipcheckaddress'] !== '' ) ? $_POST['recipcheckaddress'] : "" );
2368
- $genoptions['recipcheckdelete403'] = ( ( isset( $_POST['recipcheckdelete403'] ) && $_POST['recipcheckdelete403'] !== '' ) ? $_POST['recipcheckdelete403'] : "" );
2369
-
2370
- update_option( 'LinkLibraryGeneral', $genoptions );
2371
-
2372
- if ( !isset( $_POST['recipcheck'] ) && !isset( $_POST['brokencheck'] ) && !isset( $_POST['duplicatecheck'] ) ) {
2373
- $message = 1;
2374
- } elseif ( isset( $_POST['recipcheck'] ) ) {
2375
- $message = 2;
2376
- } elseif ( isset( $_POST['brokencheck'] ) ) {
2377
- $message = 3;
2378
- } elseif ( isset( $_POST['duplicatecheck'] ) ) {
2379
- $message = 4;
2380
- }
2381
-
2382
- //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2383
- $redirect_url = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2384
- $redirect_url = add_query_arg( 'message', $message, $redirect_url );
2385
- wp_redirect( $redirect_url );
2386
- exit;
2387
- }
2388
-
2389
- function general_meta_box( $data ) {
2390
- $genoptions = $data['genoptions'];
2391
- $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
2392
- extract( $genoptions );
2393
-
2394
- ?>
2395
- <div style='padding-top:15px' id="ll-general" class="content-section">
2396
- <table>
2397
- <tr>
2398
- <td>
2399
- <input type='hidden' value='<?php echo $genoptions['schemaversion']; ?>' name='schemaversion' id='schemaversion' />
2400
- <table>
2401
- <tr>
2402
- <td colspan="2"><h4>Link Library 6.0 Upgrade Tools</h4></td>
2403
- </tr>
2404
- <tr>
2405
- <td><?php _e( 'Re-import', 'link-library' ); ?></td>
2406
- <td><input type="submit" id="ll60reupdate" name="ll60reupdate" value="<?php _e( 'Re-import links', 'link-library' ); ?>" /></td>
2407
- </tr>
2408
- <tr>
2409
- <td><?php _e( 'Category mapping table', 'link-library' ); ?></td>
2410
- <td><input type="submit" id="ll60catmapping" name="ll60catmapping" value="<?php _e( 'Export category mapping', 'link-library' ); ?>" /></td>
2411
- </tr>
2412
- <tr>
2413
- <td><?php _e( 'Delete old Link Library 5.9 Links', 'link-library' ); ?></td>
2414
- <td><input type="submit" id="deletell59links" name="deletell59links" value="<?php _e( 'Delete old links', 'link-library' ); ?>" /></td>
2415
- </tr>
2416
- <tr>
2417
- <td colspan="2"><h4>General Options</h4></td>
2418
- </tr>
2419
- <?php if ( !is_multisite() ) { ?>
2420
- <tr>
2421
- <td><?php _e( 'Update channel', 'link-library' ); ?></td>
2422
- <td><select id="updatechannel" name="updatechannel">
2423
- <option value="standard" <?php selected( $genoptions['updatechannel'], 'standard' ); ?>><?php _e( 'Standard channel - Updates as they are released', 'link-library' ); ?>
2424
- <option value="monthly" <?php selected( $genoptions['updatechannel'], 'monthly' ); ?>><?php _e( 'Monthly Channel - Updates once per month', 'link-library' ); ?>
2425
- </select></td>
2426
- </tr>
2427
- <?php } ?>
2428
- <tr>
2429
- <td class='lltooltip' title='<?php _e( 'The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next.', 'link-library' ); ?>' style='width:200px'><?php _e( 'Stylesheet', 'link-library' ); ?></td>
2430
- <td class='lltooltip' title='<?php _e( 'The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next.', 'link-library' ); ?>'>
2431
- <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-stylesheet', 'section' => 'stylesheet' ), admin_url( 'admin.php' ) ) ); ?>"><?php _e( 'Editor', 'link-library' ); ?></a>
2432
- </td>
2433
- </tr>
2434
- <tr>
2435
- <td><?php _e( 'Number of Libraries', 'link-library' ); ?></td>
2436
- <td>
2437
- <input type="text" id="numberstylesets" name="numberstylesets" size="5" value="<?php echo $genoptions['numberstylesets']; ?>" />
2438
- </td>
2439
- </tr>
2440
- <tr>
2441
- <td><?php _e( 'Link Library Post Slug', 'link-library' ); ?></td>
2442
- <td>
2443
- <input type="text" id="cptslug" name="cptslug" size="20" value="<?php echo $genoptions['cptslug']; ?>" />
2444
- </td>
2445
- </tr>
2446
- <tr>
2447
- <td>Minimum role for Link Library configuration</td>
2448
- <td>
2449
- <?php global $wp_roles;
2450
- if ( $wp_roles ):?>
2451
- <select name='rolelevel' style='width: 200px'>
2452
- <?php $roles = $wp_roles->roles;
2453
-
2454
- foreach ( $roles as $role ):
2455
- $selectedterm = selected( $genoptions['rolelevel'], $role['name'], false ); ?>
2456
- <option value='<?php echo $role['name']; ?>' <?php echo $selectedterm; ?>><?php echo $role['name']; ?></option>
2457
- <?php endforeach; ?>
2458
- </select>
2459
- <?php endif; ?>
2460
- </td>
2461
- </tr>
2462
- <tr>
2463
- <td>Minimum role for Link editing</td>
2464
- <td>
2465
- <?php global $wp_roles;
2466
- if ( $wp_roles ):?>
2467
- <select name='editlevel' style='width: 200px'>
2468
- <?php $roles = $wp_roles->roles;
2469
-
2470
- foreach ( $roles as $role ):
2471
- $selectedterm = selected( $genoptions['editlevel'], $role['name'], false ); ?>
2472
- <option value='<?php echo $role['name']; ?>' <?php echo $selectedterm; ?>><?php echo $role['name']; ?></option>
2473
- <?php endforeach; ?>
2474
- </select>
2475
- <?php endif; ?>
2476
- </td>
2477
- </tr>
2478
- <tr>
2479
- <td><?php _e( 'Category selection method', 'link-library' ); ?></td>
2480
- <td><select id="catselectmethod" name="catselectmethod">
2481
- <option value="commalist" <?php selected( $genoptions['catselectmethod'], 'commalist' ); ?>><?php _e( 'Comma-separated ID list', 'link-library' ); ?>
2482
- <option value="multiselectlist" <?php selected( $genoptions['catselectmethod'], 'multiselectlist' ); ?>><?php _e( 'Multi-select List', 'link-library' ); ?>
2483
- </select></td>
2484
- </tr>
2485
- <tr>
2486
- <td class="lltooltip" title="<?php _e( 'Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API', 'link-library' ); ?>"><?php _e( 'Additional pages to load styles and scripts', 'link-library' ); ?></td>
2487
- <td class="lltooltip" title="<?php _e( 'Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API', 'link-library' ); ?>">
2488
- <input type="text" id="includescriptcss" name="includescriptcss" size="40" value="<?php echo $genoptions['includescriptcss']; ?>" />
2489
- </td>
2490
- </tr>
2491
- <tr>
2492
- <td><?php _e( 'Debug Mode', 'link-library' ); ?></td>
2493
- <td>
2494
- <input type="checkbox" id="debugmode" name="debugmode" <?php checked( $genoptions['debugmode'] ); ?>/></td>
2495
- </tr>
2496
- <tr>
2497
- <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>"><?php _e( 'Page Title Prefix', 'link-library' ); ?></td>
2498
- <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>">
2499
- <input type="text" id="pagetitleprefix" name="pagetitleprefix" size="10" value="<?php echo $genoptions['pagetitleprefix']; ?>" />
2500
- </td>
2501
- </tr>
2502
- <tr>
2503
- <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>"><?php _e( 'Page Title Suffix', 'link-library' ); ?></td>
2504
- <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>">
2505
- <input type="text" id="pagetitlesuffix" name="pagetitlesuffix" size="10" value="<?php echo $genoptions['pagetitlesuffix']; ?>" />
2506
- </td>
2507
- </tr>
2508
- <tr>
2509
- <td class='lltooltip' title='<?php _e( 'Path for images files that are uploaded manually or generated through thumbnail generation service', 'link-library' ); ?>'><?php _e( 'Link Image File Path', 'link-library' ); ?></td>
2510
- <td colspan='4' class='lltooltip' title='<?php _e( 'Path for images files that are uploaded manually or generated through thumbnail generation service', 'link-library' ); ?>'>
2511
- <select id="imagefilepath" name="imagefilepath">
2512
- <option value="absolute" <?php selected( $genoptions['imagefilepath'], 'absolute' ); ?>><?php _e( 'Absolute', 'link-library' ); ?>
2513
- <option value="relative" <?php selected( $genoptions['imagefilepath'], 'relative' ); ?>><?php _e( 'Relative', 'link-library' ); ?>
2514
- </select></td>
2515
- </tr>
2516
- <tr>
2517
- <td colspan="2"><hr /></td>
2518
- </tr>
2519
- <tr>
2520
- <td><?php _e( 'Thumbnail Generator', 'link-library' ); ?></td>
2521
- <td>
2522
- <select id="thumbnailgenerator" name="thumbnailgenerator">
2523
- <option value="robothumb" <?php selected( $genoptions['thumbnailgenerator'], 'robothumb' ); ?>>Robothumb.com
2524
- <option value="thumbshots" <?php selected( $genoptions['thumbnailgenerator'], 'thumbshots' ); ?>>Thumbshots.org
2525
- </select>
2526
- </td>
2527
- </tr>
2528
- <tr class="thumbshotsapikey" <?php if ( $genoptions['thumbnailgenerator'] != 'thumbshots' ) {
2529
- echo 'style="display:none;"';
2530
- } ?>>
2531
- <td class='lltooltip' title='<?php _e( 'API Key for Thumbshots.com thumbnail generation accounts', 'link-library' ); ?>'><?php _e( 'Thumbshots API Key', 'link-library' ); ?></td>
2532
- <td colspan='4' class='lltooltip' title='<?php _e( 'API Key for Thumbshots.com thumbnail generation accounts', 'link-library' ); ?>'>
2533
- <input type="text" id="thumbshotscid" name="thumbshotscid" size="20" value="<?php echo $genoptions['thumbshotscid']; ?>" />
2534
- </td>
2535
- </tr>
2536
- <tr class="robothumbsize" <?php if ( $genoptions['thumbnailgenerator'] != 'robothumb' ) {
2537
- echo 'style="display:none;"';
2538
- } ?>>
2539
- <td><?php _e( 'Robothumb Thumbnail size' ); ?>
2540
- </td>
2541
- <td>
2542
- <select id="thumbnailsize" name="thumbnailsize">
2543
- <?php $sizes = array( '100x75', '120x90', '160x120', '180x135', '240x180', '320x240', '560x420', '640x480', '800x600' );
2544
-
2545
- foreach ( $sizes as $size ) { ?>
2546
- <option value="<?php echo $size; ?>" <?php selected( $genoptions['thumbnailsize'], $size ); ?>><?php echo $size; ?>
2547
- <?php } ?>
2548
- </select>
2549
- </td>
2550
- </tr>
2551
- <tr>
2552
- <td colspan="2"><hr /></td>
2553
- </tr>
2554
- <tr class="captchagenerator">
2555
- <td><?php _e( 'Captcha generator' ); ?>
2556
- </td>
2557
- <td>
2558
- <select id="captchagenerator" name="captchagenerator">
2559
- <?php $captcha_generators = array( 'easycaptcha' => 'Easy Captcha', 'recaptcha' => 'Google reCAPTCHA' );
2560
-
2561
- foreach ( $captcha_generators as $key => $captcha_generator ) { ?>
2562
- <option value="<?php echo $key; ?>" <?php selected( $genoptions['captchagenerator'], $key ); ?>><?php echo $captcha_generator; ?>
2563
- <?php } ?>
2564
- </select>
2565
- </td>
2566
- </tr>
2567
- <tr>
2568
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Site Key' ); ?>
2569
- </td>
2570
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
2571
- <input type="text" id="recaptchasitekey" name="recaptchasitekey" size="60" value="<?php echo $genoptions['recaptchasitekey']; ?>" />
2572
- </td>
2573
- </tr>
2574
- <tr>
2575
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Secret Key' ); ?>
2576
- </td>
2577
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
2578
- <input type="text" id="recaptchasecretkey" name="recaptchasecretkey" size="60" value="<?php echo $genoptions['recaptchasecretkey']; ?>" />
2579
- </td>
2580
- </tr>
2581
- <tr>
2582
- <td colspan="2"><hr /></td>
2583
- </tr>
2584
- <tr>
2585
- <td><?php _e( 'Links Date Format', 'link-library' ); ?> (<a target="datehelp" href="https://codex.wordpress.org/Formatting_Date_and_Time"><?php _e( 'Help', 'link-library' ); ?></a>)
2586
- </td>
2587
- <td>
2588
- <input type="text" id="links_updated_date_format" name="links_updated_date_format" size="20" value="<?php echo get_option( 'links_updated_date_format' ); ?>" />
2589
- </td>
2590
- </tr>
2591
- <tr>
2592
- <td class='lltooltip' title='<?php _e( 'Enter list of additional link protocols, seperated by commas', 'link-library' ); ?>'><?php _e( 'Additional protocols', 'link-library' ); ?></td>
2593
- <td class='lltooltip' title='<?php _e( 'Enter list of additional link protocols, seperated by commas', 'link-library' ); ?>'><input type="text" id="extraprotocols" name="extraprotocols" size="20" value="<?php echo $genoptions['extraprotocols']; ?>" /></td>
2594
- </tr>
2595
- <tr>
2596
- <td><?php _e( 'Time before clearing RSS display cache (in seconds)', 'link-library' ); ?></td>
2597
- <td>
2598
- <input type="text" id="rsscachedelay" name="rsscachedelay" size="5" value="<?php echo intval( $genoptions['rsscachedelay'] ); ?>" /></td>
2599
- </tr>
2600
- </table>
2601
- </td>
2602
- <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
2603
- <td style='padding: 8px; border: 1px solid #cccccc;vertical-align:top !important;'>
2604
- <div style="width: 400px"><h3>Support the author - Second Edition</h3><br />
2605
- <table>
2606
- <tr>
2607
- <td>
2608
- <a href="http://www.packtpub.com/wordpress-plugin-development-cookbook/book"><img src='<?php echo plugins_url( 'icons/7683os_cover_small.jpg', __FILE__ ); ?>'>
2609
- </td>
2610
- <td></a>The second edition of my plugin development cookbook is now available. Learn how to create your own plugins with my book.<br /><br />Order now!<br /><br /><a href="https://www.packtpub.com/web-development/wordpress-plugin-development-cookbook-second-edition">Packt Publishing</a><br /><a href="https://amzn.to/2s1U7GP">Amazon.com</a><br /><a href="https://www.amazon.ca/WordPress-Plugin-Development-Cookbook-powerful-ebook/dp/B073V39F6X/ref=sr_1_2?ie=UTF8&qid=1526738915&sr=8-2&keywords=wordpress+plugin+development+cookbook">Amazon.ca</a>
2611
- </td>
2612
- </tr>
2613
- </table>
2614
- </div>
2615
- </td>
2616
- <?php } ?>
2617
- </table>
2618
- </div>
2619
-
2620
- <script type="text/javascript">
2621
- jQuery(document).ready(function () {
2622
- jQuery('.lltooltip').each(function () {
2623
- jQuery(this).tipTip();
2624
- }
2625
- );
2626
-
2627
- jQuery("#thumbnailgenerator").change(function () {
2628
- jQuery(".thumbshotsapikey").toggle();
2629
- jQuery(".robothumbsize").toggle();
2630
- });
2631
- });
2632
- </script>
2633
- <?php
2634
- }
2635
-
2636
- function general_singleitemlayout_meta_box( $data ) {
2637
- $genoptions = $data['genoptions'];
2638
- ?>
2639
- <div style='padding-top:15px' id="ll-singleitem" class="content-section">
2640
- <p>This section allows you to specify a template for individual link pages. These individual pages will be shown to visitors if you set the Link Source to Dedicated Page under the Advanced settings of Library Configurations and allow users to create a more complete internal page describing an external link, before visitors go to this external page.</p>
2641
- <?php
2642
- $editorsettings = array( 'media_buttons' => false,
2643
- 'textarea_rows' => 15,
2644
- 'textarea_name' => 'single_link_layout',
2645
- 'wpautop' => false );
2646
-
2647
- wp_editor( isset( $genoptions['single_link_layout'] ) ? stripslashes( $genoptions['single_link_layout'] ) : '', 'single_link_layout', $editorsettings ); ?>
2648
- <p>The codes that are available to put in this layout template are:</p>
2649
- <table>
2650
- <tr>
2651
- <th>Tag Name</th>
2652
- <th>Description</th>
2653
- </tr>
2654
- <tr>
2655
- <td>[link_content]</td>
2656
- <td>Text added in the new full-page content field of the link editor</td>
2657
- </tr>
2658
- <tr>
2659
- <td>[link_title]</td>
2660
- <td>The name of the link, text only</td>
2661
- </tr>
2662
- <tr>
2663
- <td>[link]</td>
2664
- <td>Link title, with link tag and link url</td>
2665
- </tr>
2666
- <tr>
2667
- <td>[link_address]</td>
2668
- <td>Link URL only, without link tag</td>
2669
- </tr>
2670
- <tr>
2671
- <td>[link_description]</td>
2672
- <td>The link description</td>
2673
- </tr>
2674
- <tr>
2675
- <td>[link_large_description]</td>
2676
- <td>The link large description</td>
2677
- </tr>
2678
- <tr>
2679
- <td>[link_category]</td>
2680
- <td>Category or categories that are assigned to link, listed in alphabetical order and separated with commas</td>
2681
- </tr>
2682
- <tr>
2683
- <td>[link_image]</td>
2684
- <td>Link image URL. You need to add img src tag or other code to display image.</td>
2685
- </tr>
2686
- <tr>
2687
- <td>[link_price]</td>
2688
- <td>Link item price</td>
2689
- </tr>
2690
- <tr>
2691
- <td>[link_price_or_free]</td>
2692
- <td>Display link price, or the word Free if the price is 0</td>
2693
- </tr>
2694
- </table>
2695
- </div>
2696
- <?php
2697
- }
2698
-
2699
- function general_image_meta_box( $data ) {
2700
- $genoptions = $data['genoptions'];
2701
- ?>
2702
- <div style='padding-top:15px' id="ll-images" class="content-section">
2703
- <table>
2704
- <tr>
2705
- <td class='lltooltip' title='<?php _e( 'Custom full URL for expand icon. Uses default image if left empty.', 'link-library' ); ?>'><?php _e( 'Expand Icon Image', 'link-library' ); ?></td>
2706
- <td colspan='4' class='lltooltip' title='<?php _e( 'Custom full URL for expand icon. Uses default image if left empty.', 'link-library' ); ?>'>
2707
- <input type="text" id="expandiconpath" name="expandiconpath" style="width:100%" value="<?php if ( isset( $genoptions['expandiconpath'] ) ) {
2708
- echo $genoptions['expandiconpath'];
2709
- } ?>" /></td>
2710
- </tr>
2711
- <tr>
2712
- <td class='lltooltip' title='<?php _e( 'Custom full URL for collapse icon. Uses default image if left empty.', 'link-library' ); ?>'><?php _e( 'Collapse Icon Image', 'link-library' ); ?></td>
2713
- <td colspan='4' class='lltooltip' title='<?php _e( 'Custom full URL for collapse icon. Uses default image if left empty.', 'link-library' ); ?>'>
2714
- <input type="text" id="collapseiconpath" name="collapseiconpath" style="width:100%" value="<?php if ( isset( $genoptions['collapseiconpath'] ) ) {
2715
- echo $genoptions['collapseiconpath'];
2716
- } ?>" /></td>
2717
- </tr>
2718
- </table>
2719
- </div>
2720
- <?php
2721
- }
2722
-
2723
- function general_meta_bookmarklet_box( $data ) {
2724
- $bookmarkletcode = 'javascript:void(linkmanpopup=window.open(\'' . get_bloginfo( 'wpurl' ) . '/wp-admin/post-new.php?post_type=link_library_links&action=popup&linkurl=\'+escape(location.href)+\'&post_title=\'+(document.title),\'LinkManager\',\'scrollbars=yes,width=900px,height=600px,left=15,top=15,status=yes,resizable=yes\'));linkmanpopup.focus();window.focus();linkmanpopup.focus();';
2725
- ?>
2726
- <div style='padding-top:15px' id="ll-bookmarklet" class="content-section">
2727
- <p><?php _e( 'Add new links to your site with this bookmarklet.', 'link-library' ); ?></p>
2728
- <p><?php _e( 'To use this feature, drag-and-drop the button below to your favorite / bookmark toolbar.', 'link-library' ); ?></p>
2729
- <a href="<?php echo $bookmarkletcode; ?>" class='button' title="<?php _e( 'Add to Links', 'link-library' ); ?>"><?php _e( 'Add to Links', 'link-library' ); ?></a>
2730
- </div>
2731
-
2732
- <?php
2733
- }
2734
-
2735
- function general_moderation_meta_box( $data ) {
2736
- $genoptions = $data['genoptions'];
2737
- ?>
2738
- <div style='padding-top:15px' id="ll-moderation" class="content-section">
2739
- <table>
2740
- <tr>
2741
- <td colspan="2">
2742
- <strong><?php _e( 'Approval and rejection e-mail functionality will only work correctly if the submitter e-mail field is displayed on the user link submission form', 'link-library' ); ?></strong>
2743
- </td>
2744
- </tr>
2745
- <tr>
2746
- <td class='lltooltip' title='<?php _e( 'URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page.', 'link-library' ); ?>.' style='width:250px'><?php _e( 'Link Acknowledgement URL', 'link-library' ); ?></td>
2747
- <td class='lltooltip' style='width:75px;padding-right:20px' title='<?php _e( 'URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page.', 'link-library' ); ?>.'>
2748
- <input type="text" id="linksubmissionthankyouurl" name="linksubmissionthankyouurl" size="60" value='<?php echo $genoptions['linksubmissionthankyouurl']; ?>' />
2749
- </td>
2750
- </tr>
2751
- <tr>
2752
- <td class='lltooltip' title='<?php _e( 'Title of e-mail sent to site admin when new links are submitted. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>.' style='width:250px'><?php _e( 'Moderation Notification Title', 'link-library' ); ?></td>
2753
- <td style='width:75px;padding-right:20px'>
2754
- <input type="text" id="moderationnotificationtitle" name="moderationnotificationtitle" size="60" value='<?php echo $genoptions['moderationnotificationtitle']; ?>' />
2755
- </td>
2756
- </tr>
2757
- <tr>
2758
- <td class='lltooltip' title='<?php _e( 'Will send a confirmation e-mail to link submitter if they provided their contact information', 'link-library' ); ?>.' style='width:250px'><?php _e( 'E-mail submitter on link approval or rejection', 'link-library' ); ?></td>
2759
- <td style='width:75px;padding-right:20px'>
2760
- <input type="checkbox" id="emaillinksubmitter" name="emaillinksubmitter" <?php checked( $genoptions['emaillinksubmitter'] ); ?>/></td>
2761
- </tr>
2762
- <tr>
2763
- <td class='lltooltip' style='width:250px'><?php _e( 'Suppress Link Library message in e-mail footer', 'link-library' ); ?></td>
2764
- <td style='width:75px;padding-right:20px'>
2765
- <input type="checkbox" id="suppressemailfooter" name="suppressemailfooter" <?php checked( $genoptions['suppressemailfooter'] ); ?>/></td>
2766
- </tr>
2767
- <tr>
2768
- <td style='width:250px'><?php _e( 'Only use first part of submitter name', 'link-library' ); ?></td>
2769
- <td style='width:75px;padding-right:20px'>
2770
- <input type="checkbox" id="usefirstpartsubmittername" name="usefirstpartsubmittername" <?php checked( $genoptions['usefirstpartsubmittername'] ); ?>/></td>
2771
- </tr>
2772
- <tr>
2773
- <td class='lltooltip' title='<?php _e( 'The name of the e-mail account that the approval e-mail will be sent from', 'link-library' ); ?>'><?php _e( 'Moderator Name', 'link-library' ); ?></td>
2774
- <td>
2775
- <input type="text" id="moderatorname" name="moderatorname" size="60" value="<?php echo $genoptions['moderatorname']; ?>" />
2776
- </td>
2777
- </tr>
2778
- <tr>
2779
- <td class='lltooltip' title='<?php _e( 'The e-mail address that the approval e-mail will be sent from', 'link-library' ); ?>'><?php _e( 'Moderator E-mail', 'link-library' ); ?></td>
2780
- <td>
2781
- <input type="text" id="moderatoremail" name="moderatoremail" size="60" value="<?php echo $genoptions['moderatoremail']; ?>" />
2782
- </td>
2783
- </tr>
2784
- <tr>
2785
- <td class='lltooltip' title='<?php _e( 'Title of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>'><?php _e( 'Approval e-mail title', 'link-library' ); ?></td>
2786
- <td>
2787
- <input type="text" id="approvalemailtitle" name="approvalemailtitle" size="60" value="<?php echo $genoptions['approvalemailtitle']; ?>" />
2788
- </td>
2789
- </tr>
2790
- <tr>
2791
- <td class='lltooltip' title='<?php _e( 'Body of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address', 'link-library' ); ?>'><?php _e( 'Approval e-mail body', 'link-library' ); ?></td>
2792
- <td>
2793
- <textarea id="approvalemailbody" name="approvalemailbody" cols="60"><?php echo stripslashes( $genoptions['approvalemailbody'] ); ?></textarea>
2794
- </td>
2795
- </tr>
2796
- <tr>
2797
- <td class='lltooltip' title='<?php _e( 'Title of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>'><?php _e( 'Rejection e-mail title', 'link-library' ); ?></td>
2798
- <td>
2799
- <input type="text" id="rejectedemailtitle" name="rejectedemailtitle" size="60" value="<?php echo $genoptions['rejectedemailtitle']; ?>" />
2800
- </td>
2801
- </tr>
2802
- <tr>
2803
- <td class='lltooltip' title='<?php _e( 'Body of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address', 'link-library' ); ?>'><?php _e( 'Rejection e-mail body', 'link-library' ); ?></td>
2804
- <td>
2805
- <textarea id="rejectedemailbody" name="rejectedemailbody" cols="60"><?php echo stripslashes( $genoptions['rejectedemailbody'] ); ?></textarea>
2806
- </td>
2807
- </tr>
2808
- </table>
2809
- </div>
2810
- <?php
2811
- }
2812
-
2813
- function general_hide_donation_meta_box() {
2814
- ?>
2815
- <div style='padding-top:15px' id="ll-hidedonation" class="content-section">
2816
- <p><?php _e( 'The following option allows you to hide the Donate button and Support the Author section in the Link Library Admin pages. If you enjoy this plugin and use it regularly, please consider making a donation to the author before turning off these messages. This menu section will disappear along with the other elements.', 'link-library' ); ?></p>
2817
- <table>
2818
- <tr>
2819
- <td class='lltooltip'><?php _e( 'Hide Donation and Support Links', 'link-library' ); ?></td>
2820
- <td>
2821
- <input type="checkbox" id="hidedonation" name="hidedonation" <?php checked( isset( $genoptions['hidedonation'] ) && $genoptions['hidedonation'] ); ?>/></td>
2822
- </tr>
2823
- </table>
2824
- </div>
2825
- <?php
2826
- }
2827
-
2828
- function general_importexport_meta_box() {
2829
- require_once plugin_dir_path( __FILE__ ) . 'wp_dropdown_posts.php';
2830
- ?>
2831
- <div style='padding-top:15px' id="ll-importexport" class="content-section">
2832
- <table>
2833
- <tr>
2834
- <td><?php _e( 'Export all links to a CSV file', 'link-library' ); ?></td>
2835
- <td>
2836
- <input type="submit" id="exportalllinks" name="exportalllinks" value="<?php _e( 'Export All Links', 'link-library' ); ?>" />
2837
- </td>
2838
- </tr>
2839
- </table>
2840
- <hr />
2841
- <table>
2842
- <tr>
2843
- <td class='lltooltip' title='<?php _e( 'Allows for links to be added in batch to the Wordpress links database. CSV file needs to follow template for column layout.', 'link-library' ); ?>' style='width: 330px'><?php _e( 'CSV file to upload to import links', 'link-library' ); ?> (<a href="<?php echo plugins_url( 'importtemplate.csv', __FILE__ ); ?>"><?php _e( 'file template', 'link-library' ); ?></a>)
2844
- </td>
2845
- <td><input size="80" name="linksfile" type="file" /></td>
2846
- <td><input type="submit" name="importlinks" value="<?php _e( 'Import Links from CSV', 'link-library' ); ?>" />
2847
- </td>
2848
- </tr>
2849
- <tr>
2850
- <td><?php _e( 'Update items when URL is identical', 'link-library' ); ?></td>
2851
- <td><input type="checkbox" id="updatesameurl" name="updatesameurl" checked="checked" /></td>
2852
- </tr>
2853
- </table>
2854
- <hr />
2855
-
2856
- <table>
2857
- <tr>
2858
- <td style='width: 230px'><?php _e( 'Import links from site pages', 'link-library' ); ?></td>
2859
- <td style='width: 350px'><input type="radio" name="siteimportlinksscope" value="allpagesposts" checked> <?php _e( 'All Pages and Posts', 'link-library' ); ?><br />
2860
- <input type="radio" name="siteimportlinksscope" value="allpagespostscpt"> <?php _e( 'All Pages, Posts and Custom Post Types', 'link-library' ); ?><br />
2861
- <input type="radio" name="siteimportlinksscope" value="specificpage"> <?php _e( 'Specific Page', 'link-library' ); ?>
2862
- <?php wp_dropdown_pages(); ?><br />
2863
- <?php $post_count = wp_count_posts();
2864
- if ( $post_count->publish < 200 ) { ?>
2865
- <input type="radio" name="siteimportlinksscope" value="specificpost"> <?php _e( 'Specific Post', 'link-library' ); ?>
2866
- <?php wp_dropdown_posts(); ?><br />
2867
- <?php }
2868
- $site_post_types = get_post_types( array( '_builtin' => false ) );
2869
- if ( !empty( $site_post_types ) ) {
2870
- foreach( $site_post_types as $site_post_type ) {
2871
- $any_posts = get_posts( array( 'post_type' => $site_post_type ) );
2872
- if ( !empty( $any_posts ) && count( $any_posts ) < 200 ) {
2873
- if ( !empty( $any_posts ) ) {
2874
- $post_type_data = get_post_type_object( $site_post_type ); ?>
2875
-
2876
- <input type="radio" name="siteimportlinksscope" value="specific<?php echo $site_post_type; ?>"> <?php _e( 'Specific ' . $post_type_data->labels->singular_name, 'link-library' ); ?>
2877
- <?php wp_dropdown_posts( array( 'post_type' => $site_post_type, 'select_name' => $site_post_type . '_id' ) ); ?><br /><br />
2878
- <?php } }
2879
- }
2880
- }
2881
- ?>
2882
- <input type="checkbox" id="siteimportupdatesameurl" name="siteimportupdatesameurl" checked="checked" /> <?php _e( 'Update items when URL is identical', 'link-library' ); ?><br />
2883
-
2884
- <?php
2885
-
2886
- $linkcats = get_terms( 'link_library_category', array( 'hide_empty' => false ) );
2887
-
2888
- if ( $linkcats ) { ?>
2889
- Category for new links <select name="siteimportcat" id="siteimportcat">
2890
- <?php foreach ( $linkcats as $linkcat ) { ?>
2891
- <option value="<?php echo $linkcat->term_id; ?>"><?php echo $linkcat->name; ?></option>
2892
- <?php } ?>
2893
- </select>
2894
- <?php } ?>
2895
- </td>
2896
- <td><input type="submit" name="siteimport" value="<?php _e( 'Import Links from Site', 'link-library' ); ?>" /></td>
2897
- </tr>
2898
- </table>
2899
- </div>
2900
- <?php
2901
- }
2902
-
2903
- function general_save_meta_box() {
2904
- ?>
2905
- <div class="submitbox" style="padding-top: 15px">
2906
- <input type="submit" name="submit" class="button-primary" value="<?php _e( 'Save Settings', 'link-library' ); ?>" />
2907
- </div>
2908
- <?php
2909
- }
2910
-
2911
- function settingssets_save_meta_box() {
2912
- ?>
2913
-
2914
- <div class="submitbox">
2915
- <input type="submit" name="submit" class="button-primary" value="<?php _e( 'Update Settings', 'link-library' ); ?>" />
2916
- </div>
2917
- <?php
2918
- }
2919
-
2920
- function moderate_meta_box() {
2921
- $genoptions = get_option( 'LinkLibraryGeneral' );
2922
- ?>
2923
- <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
2924
- <tr>
2925
- <th style='width: 30px'></th>
2926
- <th style='width: 200px'><?php _e( 'Link Name', 'link-library' ); ?></th>
2927
- <th style='width: 200px'><?php _e( 'Link Category', 'link-library' ); ?></th>
2928
- <th style='width: 200px'><?php _e( 'Link Tags', 'link-library' ); ?></th>
2929
- <th style='width: 300px'><?php _e( 'Link URL', 'link-library' ); ?></th>
2930
- <th><?php _e( 'Link Description', 'link-library' ); ?></th>
2931
- </tr>
2932
- <?php
2933
- $links_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => 'pending' );
2934
-
2935
- $links_to_export = new WP_Query( $links_query_args );
2936
-
2937
- if ( $links_to_export->have_posts() ) {
2938
- while ( $links_to_export->have_posts() ) {
2939
- $links_to_export->the_post();
2940
-
2941
- $link_url = esc_url( get_post_meta( get_the_ID(), 'link_url', true ) );
2942
- $link_description = esc_html( get_post_meta( get_the_ID(), 'link_description', true ) );
2943
- $link_categories = wp_get_post_terms( get_the_ID(), 'link_library_category' );
2944
- $link_cat_string = '';
2945
- if ( !empty( $link_categories ) ) {
2946
- $link_cat_array = array();
2947
- foreach ( $link_categories as $link_category ) {
2948
- $link_cat_array[] = $link_category->name;
2949
- }
2950
- if ( !empty( $link_cat_array ) ) {
2951
- $link_cat_string = implode( ', ', $link_cat_array );
2952
- }
2953
- } else {
2954
- $link_cat_string = 'None Assigned';
2955
- }
2956
-
2957
- $link_tags = wp_get_post_terms( get_the_ID(), 'link_library_tags' );
2958
- $link_tags_string = '';
2959
- if ( !empty( $link_tags ) ) {
2960
- $link_tags_array = array();
2961
- foreach ( $link_tags as $link_tag ) {
2962
- $link_tags_array[] = $link_tag->name;
2963
- }
2964
- if ( !empty( $link_tags_array ) ) {
2965
- $link_tags_string = implode( ', ', $link_tags_array );
2966
- }
2967
- } else {
2968
- $link_tags_string = 'None Assigned';
2969
- }
2970
-
2971
- ?>
2972
- <tr style='background: #FFF'>
2973
- <td><input type="checkbox" name="links[]" value="<?php echo get_the_ID(); ?>" /></td>
2974
- <td><?php echo "<a title='Edit Link: " . get_the_title() . "' href='" . esc_url( add_query_arg( array( 'action' => 'edit', 'post' => get_the_ID() ), admin_url( 'post.php' ) ) ) . "'>" . get_the_title() . "</a>"; ?></td>
2975
- <td><?php echo $link_cat_string; ?></td>
2976
- <td><?php echo $link_tags_string; ?></td>
2977
- <td><?php echo "<a href='" . $link_url . "'>" . $link_url . "</a>"; ?></td>
2978
- <td><?php echo $link_description; ?></td>
2979
- </tr>
2980
- <?php
2981
- }
2982
- } else {
2983
- ?>
2984
- <tr>
2985
- <td></td>
2986
- <td><?php _e( 'No Links Found to Moderate', 'link-library' ); ?></td>
2987
- <td></td>
2988
- <td></td>
2989
- </tr>
2990
- <?php }
2991
-
2992
- wp_reset_postdata();
2993
- ?>
2994
-
2995
- </table><br />
2996
- <input type="button" id="CheckAll" value="<?php _e( 'Check All', 'link-library' ); ?>">
2997
- <input type="button" id="UnCheckAll" value="<?php _e( 'Uncheck All', 'link-library' ); ?>">
2998
-
2999
- <input type="submit" name="approvelinks" value="<?php _e( 'Approve Selected Items', 'link-library' ); ?>" />
3000
- <input type="submit" name="deletelinks" value="<?php _e( 'Delete Selected Items', 'link-library' ); ?>" />
3001
-
3002
- <script type="text/javascript">
3003
- jQuery(document).ready(function () {
3004
- jQuery('#CheckAll').click(function () {
3005
- jQuery("INPUT[type='checkbox']").attr('checked', true);
3006
- });
3007
-
3008
- jQuery('#UnCheckAll').click(function () {
3009
- jQuery("INPUT[type='checkbox']").attr('checked', false);
3010
- });
3011
- });
3012
- </script>
3013
-
3014
- </div>
3015
-
3016
- <?php
3017
- }
3018
-
3019
- function stylesheet_meta_box( $data ) {
3020
- $genoptions = $data['genoptions'];
3021
- ?>
3022
-
3023
- <?php _e( 'If the stylesheet editor is empty after upgrading, reset to the default stylesheet using the button below or copy/paste your backup stylesheet into the editor.', 'link-library' ); ?>
3024
- <br /><br />
3025
-
3026
- <textarea name='fullstylesheet' id='fullstylesheet' style='font-family:Courier' rows="30" cols="100">
3027
- <?php echo stripslashes( $genoptions['fullstylesheet'] ); ?>
3028
- </textarea>
3029
- <div>
3030
- <input type="submit" name="submitstyle" value="<?php _e( 'Submit', 'link-library' ); ?>" /><span style='padding-left: 650px'><input type="submit" name="resetstyle" value="<?php _e( 'Reset to default', 'link-library' ); ?>" /></span>
3031
- </div>
3032
- <?php
3033
- }
3034
-
3035
- function settingssets_selection_meta_box( $data ) {
3036
- $options = $data['options'];
3037
- $settings = $data['settings'];
3038
- $genoptions = $data['genoptions'];
3039
- ?>
3040
- <div>
3041
- <?php _e( 'Select Current Library Settings', 'link-library' ); ?> :
3042
- <SELECT id="settingsetlist" name="settingsetlist" style='width: 300px'>
3043
- <?php if ( empty( $genoptions['numberstylesets'] ) ) {
3044
- $numberofsets = 1;
3045
- } else {
3046
- $numberofsets = $genoptions['numberstylesets'];
3047
- }
3048
- for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
3049
- <?php $tempoptionname = "LinkLibraryPP" . $counter;
3050
- $tempoptions = get_option( $tempoptionname ); ?>
3051
- <option value="<?php echo $counter ?>" <?php selected( $settings == $counter ); ?>><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( ! empty( $tempoptions ) && isset( $tempoptions['settingssetname'] ) ) {
3052
- echo " (" . stripslashes( $tempoptions['settingssetname'] ) . ")";
3053
- } ?></option>
3054
- <?php endfor; ?>
3055
- </SELECT>
3056
- <INPUT type="button" name="go" value="<?php _e( 'Go', 'link-library' ); ?>!" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=' + jQuery('#settingsetlist').val()">
3057
- <?php if ( $numberofsets > 1 ): ?>
3058
- <?php _e( 'Copy from:', 'link-library' ); ?>
3059
- <SELECT id="copysource" name="copysource" style='width: 300px'>
3060
- <?php for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
3061
- <?php $tempoptionname = "LinkLibraryPP" . $counter;
3062
- $tempoptions = get_option( $tempoptionname );
3063
- if ( $counter != $settings ):?>
3064
- <option value="<?php echo $counter ?>" <?php selected( $settings == $counter ); ?>><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( $tempoptions != "" ) {
3065
- echo " (" . stripslashes( $tempoptions['settingssetname'] ) . ")";
3066
- } ?></option>
3067
- <?php endif;
3068
- endfor;
3069
- ?>
3070
- </SELECT>
3071
- <?php $copypath = "'admin.php?page=link-library-settingssets&settings=" . $settings . "&settingscopy=" . $settings . "&source=' + jQuery('#copysource').val();"; ?>
3072
- <INPUT type="button" name="copy" value="<?php _e( 'Copy', 'link-library' ); ?>!" onClick="if (confirm('Are you sure you want to copy the contents of the selected library over the current library settings?')) { var copyurl = <?php echo $copypath; ?> window.location.href = copyurl; };">
3073
- <?php endif; ?>
3074
- </div>
3075
- <?php }
3076
-
3077
- function settingssets_usage_meta_box( $data ) {
3078
- $options = $data['options'];
3079
- $settings = $data['settings'];
3080
- $genoptions = $data['genoptions'];
3081
- ?>
3082
- <div style='padding-top:15px' id="ll-usage" class="content-section">
3083
- <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
3084
- <thead>
3085
- <tr>
3086
- <th style='width:80px' class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3087
- <?php _e( 'Library #', 'link-library' ); ?>
3088
- </th>
3089
- <th style='width:130px' class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3090
- <?php _e( 'Library Name', 'link-library' ); ?>
3091
- </th>
3092
- <th style='width: 230px'><?php _e( 'Feature', 'link-library' ); ?></th>
3093
- <th class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3094
- <?php _e( 'Code to insert on a Wordpress page', 'link-library' ); ?>
3095
- </th>
3096
- <th>Optional Parameters</th>
3097
- </tr>
3098
- </thead>
3099
- <tr>
3100
- <td style='background: #FFF'><?php echo $settings; ?></td>
3101
- <td style='background: #FFF'><?php echo stripslashes( $options['settingssetname'] ); ?></a></td>
3102
- <td style='background: #FFF'><?php _e( 'Display basic link library', 'link-library' ); ?></td>
3103
- <td style='background: #FFF'><?php echo "[link-library settings=" . $settings . "]"; ?></td>
3104
- <td style='background: #FFF'><table style="padding-left:16px;">
3105
- <tr>
3106
- <td><strong>Parameter</strong></td><td><strong>Description</strong></td>
3107
- </tr>
3108
- <tr>
3109
- <td>[link-library settings="<?php echo $settings; ?>" categorylistoverride="28"]</td>
3110
- <td>Overrides the list of categories to be displayed in the link list, comma-separated list of category IDs</td>
3111
- </tr>
3112
- <tr>
3113
- <td>[link-library settings="<?php echo $settings; ?>" excludecategoryoverride="28"]</td>
3114
- <td>Overrides the list of categories to be excluded in the link list, comma-separated list of category IDs</td>
3115
- </tr>
3116
- <tr>
3117
- <td>[link-library settings="<?php echo $settings; ?>" notesoverride=0]</td>
3118
- <td>Set to 0 or 1 to display or not display link notes</td>
3119
- </tr>
3120
- <tr>
3121
- <td>[link-library settings="<?php echo $settings; ?>" descoverride=0]</td>
3122
- <td>Set to 0 or 1 to display or not display link descriptions</td>
3123
- </tr>
3124
- <tr>
3125
- <td>[link-library settings="<?php echo $settings; ?>" rssoverride=0]</td>
3126
- <td>Set to 0 or 1 to display or not display rss information</td>
3127
- </tr>
3128
- <tr>
3129
- <td>[link-library settings="<?php echo $settings; ?>" tableoverride=0]</td>
3130
- <td>Set to 0 or 1 to display links in an unordered list or a table</td>
3131
- </tr>
3132
- </table></td>
3133
- </tr>
3134
- <tr>
3135
- <td style='background: #FFF'></td>
3136
- <td style='background: #FFF'></td>
3137
- <td style='background: #FFF'><?php _e( 'Display list of link categories', 'link-library' ); ?></td>
3138
- <td style='background: #FFF'><?php echo "[link-library-cats settings=" . $settings . "]"; ?></td>
3139
- <td style='background: #FFF'>
3140
- <table style="padding-left:16px;">
3141
- <tr>
3142
- <td><strong>Parameter</strong></td><td><strong>Description</strong></td>
3143
- </tr>
3144
- <tr>
3145
- <td>[link-library-cats settings="<?php echo $settings; ?>" categorylistoverride="28"]</td>
3146
- <td>Overrides the list of categories to be displayed in the category list, comma-separated list of category IDs</td>
3147
- </tr>
3148
- <tr>
3149
- <td>[link-library-cats settings="<?php echo $settings; ?>" excludecategoryoverride="28"]</td>
3150
- <td>Overrides the list of categories to be excluded in the category list, comma-separated list of category IDs</td>
3151
- </tr>
3152
- </table>
3153
- </td>
3154
- </tr>
3155
- <tr>
3156
- <td style='background: #FFF'></td>
3157
- <td style='background: #FFF'></td>
3158
- <td style='background: #FFF'><?php _e( 'Display search box', 'link-library' ); ?></td>
3159
- <td style='background: #FFF'><?php echo "[link-library-search settings=" . $settings . "]"; ?></td>
3160
- <td style='background: #FFF'></td>
3161
- </tr>
3162
- <tr>
3163
- <td style='background: #FFF'></td>
3164
- <td style='background: #FFF'></td>
3165
- <td style='background: #FFF'><?php _e( 'Display link submission form', 'link-library' ); ?></td>
3166
- <td style='background: #FFF'><?php echo "[link-library-addlink settings=" . $settings . "]"; ?></td>
3167
- <td style='background: #FFF'></td>
3168
- </tr>
3169
- <tr>
3170
- <td style='background: #FFF'></td>
3171
- <td style='background: #FFF'></td>
3172
- <td style='background: #FFF'><?php _e( 'Display count of links in a library', 'link-library' ); ?></td>
3173
- <td style='background: #FFF'><?php echo "[link-library-count settings=" . $settings . "]"; ?></td>
3174
- <td style='background: #FFF'></td>
3175
- </tr>
3176
- </table>
3177
- <table>
3178
- <tr>
3179
- <td style='text-align:right'>
3180
- <span><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to Delete Library #'%s'\n 'Cancel' to stop, 'OK' to delete.", "link-library" ), $settings ) ) . "') ) window.location.href='" . wp_nonce_url( 'admin.php?page=link-library-settingssets&amp;deletesettings=' . $settings, 'link-library-delete' ) . "'\""; ?>><?php _e( 'Delete Library', 'link-library' ); ?> <?php echo $settings ?></button></span>
3181
- <span><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to reset Library '%s'\n 'Cancel' to stop, 'OK' to reset.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&reset=" . $settings . "'\""; ?>><?php _e( 'Reset current Library', 'link-library' ); ?></button></span>
3182
- <span><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to reset Library '%s' for a table layout\n 'Cancel' to stop, 'OK' to reset.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&resettable=" . $settings . "'\""; ?>><?php _e( 'Reset current Library for table layout', 'link-library' ); ?> </button></span>
3183
- </td>
3184
- </tr>
3185
- </table>
3186
- </div>
3187
- <?php
3188
- }
3189
-
3190
- function render_category_list( $categories, $select_name, $depth, $selected_items, $order ) {
3191
-
3192
- $output = '';
3193
- if ( !empty( $categories ) ) {
3194
- if ( 0 == $depth ) {
3195
- $output .= '<select style="width:100%" id="' . $select_name . '" name="' . $select_name . '[]" multiple ';
3196
- if ( 1 == count( $selected_items ) && empty( $selected_items[0] ) ) {
3197
- $output .= 'disabled';
3198
- }
3199
- $output .= '>';
3200
- }
3201
-
3202
- foreach ( $categories as $category ) {
3203
- $output .= '<option value="' . $category->term_id . '" ' . selected( in_array( $category->term_id, $selected_items ), true, false ) . ' >' . str_repeat( '&nbsp', 4 * $depth ) . $category->name . '</option>';
3204
- $child_categories = get_terms( 'link_library_category', array( 'orderby' => 'name', 'parent' => $category->term_id, 'order' => $order, 'hide_empty' => false ) );
3205
-
3206
- if ( !empty( $child_categories ) ) {
3207
- $output .= $this->render_category_list( $child_categories, $select_name, $depth + 1, $selected_items, $order );
3208
- }
3209
- }
3210
-
3211
- if ( 0 == $depth ) {
3212
- $output .= '</select>';
3213
- }
3214
-
3215
- } else {
3216
- $output .= _e( 'No link categories! Create some!', 'link-library' );
3217
- }
3218
-
3219
- return $output;
3220
- }
3221
-
3222
- function settingssets_common_meta_box( $data ) {
3223
- $options = $data['options'];
3224
- $settings = $data['settings'];
3225
- $genoptions = $data['genoptions'];
3226
- ?>
3227
-
3228
- <div style='padding-top: 15px' id="ll-common" class="content-section">
3229
- <input type='hidden' value='<?php echo $settings; ?>' name='settingsetid' id='settingsetid' />
3230
- <table>
3231
- <tr>
3232
- <td style='width: 300px;padding-right: 50px'>
3233
- <?php _e( 'Current Library Name', 'link-library' ); ?>
3234
- </td>
3235
- <td>
3236
- <input type="text" id="settingssetname" name="settingssetname" size="40" value="<?php echo stripslashes( $options['settingssetname'] ); ?>" />
3237
- </td>
3238
- </tr>
3239
- <tr>
3240
- <td class="lltooltip" title="<?php _e( 'Leave Empty to see all categories', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs', 'link-library' ); ?><br /><br /><?php _e( 'To find the IDs, go to the Link Categories admin page, place the mouse above a category name and look for its ID in the address shown in your browsers status bar. For example', 'link-library' ); ?>: 2,4,56">
3241
- <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) {
3242
- _e( 'Categories to be displayed (Empty=All)', 'link-library' );
3243
- } else if ( $genoptions['catselectmethod'] == 'multiselectlist' ) {
3244
- _e( 'Categories to be displayed', 'link-library' );
3245
- } ?>
3246
- </td>
3247
- <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3248
- <td class="lltooltip" title="<?php _e( 'Leave Empty to see all categories', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 2,4,56">
3249
- <input type="text" id="categorylist_cpt" name="categorylist_cpt" size="40" value="<?php echo $options['categorylist_cpt']; ?>" />
3250
- </td>
3251
- <?php
3252
- } else {
3253
- $top_categories = get_terms( 'link_library_category', array( 'orderby' => 'name', 'order' => $options['direction'], 'parent' => 0, 'hide_empty' => false ) );
3254
-
3255
- $categorylistarray = explode( ',', $options['categorylist_cpt'] );
3256
- ?>
3257
- <td>
3258
- <?php echo $this->render_category_list( $top_categories, 'categorylist_cpt', 0, $categorylistarray, $options['direction'] ); ?>
3259
- <?php _e( 'Show all categories', 'link-library' ); ?>
3260
- <input type="checkbox" id="nospecificcats" name="nospecificcats" <?php checked( empty( $options['categorylist_cpt'] ) ); ?>/>
3261
-
3262
- </td>
3263
- <?php } ?>
3264
- </tr>
3265
- <tr>
3266
- <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3267
- <?php _e( 'Categories to be excluded', 'link-library' ); ?>
3268
- </td>
3269
- <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3270
- <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3271
- <input type="text" id="excludecategorylist_cpt" name="excludecategorylist_cpt" size="40" value="<?php echo $options['excludecategorylist_cpt']; ?>" />
3272
- </td>
3273
- <?php
3274
- } else {
3275
- $excludecategorylistarray = explode( ',', $options['excludecategorylist_cpt'] );
3276
- ?>
3277
- <td>
3278
- <?php echo $this->render_category_list( $top_categories, 'excludecategorylist_cpt', 0, $excludecategorylistarray, $options['direction'] ); ?>
3279
- <?php _e( 'No Exclusions', 'link-library' ); ?>
3280
- <input type="checkbox" id="noexclusions" name="noexclusions" <?php checked( empty( $options['excludecategorylist_cpt'] ) ); ?>/>
3281
-
3282
- </td>
3283
- <?php } ?>
3284
- </tr>
3285
- <tr>
3286
- <td class="lltooltip" title="<?php _e( 'Only show one category of links at a time', 'link-library' ); ?>">
3287
- <?php _e( 'Only show one category at a time', 'link-library' ); ?>
3288
- </td>
3289
- <td class="lltooltip" title="<?php _e( 'Only show one category of links at a time', 'link-library' ); ?>">
3290
- <input type="checkbox" id="showonecatonly" name="showonecatonly" <?php checked( $options['showonecatonly'] ); ?>/>
3291
- </td>
3292
- <td style='width: 200px' class="lltooltip" title="<?php _e( 'Select if AJAX should be used to only reload the list of links without reloading the whole page or HTML GET to reload entire page with a new link. The Permalinks option must be enabled for HTML GET + Permalink to work correctly.', 'link-library' ); ?>"><?php _e( 'Switching Method', 'link-library' ); ?></td>
3293
- <td>
3294
- <select name="showonecatmode" id="showonecatmode" style="width:200px;">
3295
- <option value="AJAX"<?php selected( $options['showonecatmode'] == 'AJAX' || empty( $options['showonecatmode'] ) ); ?>>AJAX
3296
- </option>
3297
- <option value="HTMLGET"<?php selected( $options['showonecatmode'] == 'HTMLGET' ); ?>>HTML GET
3298
- </option>
3299
- <option value="HTMLGETSLUG"<?php selected( $options['showonecatmode'] == 'HTMLGETSLUG' ); ?>>HTML GET Using Slugs
3300
- </option>
3301
- <option value="HTMLGETCATNAME"<?php selected( $options['showonecatmode'] == 'HTMLGETCATNAME' ); ?>>HTML GET Using Category Name
3302
- </option>
3303
- <option value="HTMLGETPERM"<?php selected( $options['showonecatmode'] == 'HTMLGETPERM' ); ?>>HTML GET + Permalink
3304
- </option>
3305
- </select>
3306
- </td>
3307
- </tr>
3308
- <tr>
3309
- <td>
3310
- <?php _e( 'Default category to be shown when only showing one at a time (numeric ID)', 'link-library' ); ?>
3311
- </td>
3312
- <td>
3313
- <input type="text" id="defaultsinglecat_cpt" name="defaultsinglecat_cpt" size="4" value="<?php echo $options['defaultsinglecat_cpt']; ?>" />
3314
- </td>
3315
- <td><?php _e( 'Hide category on start in single cat mode', 'link-library' ); ?></td>
3316
- <td>
3317
- <input type="checkbox" id="nocatonstartup" name="nocatonstartup" <?php checked( $options['nocatonstartup'] ); ?>/></td>
3318
- </tr>
3319
- <tr>
3320
- <td class="lltooltip" title="<?php _e( 'File path is relative to Link Library plugin directory', 'link-library' ); ?>">
3321
- <?php _e( 'Icon to display when performing AJAX queries', 'link-library' ); ?>
3322
- </td>
3323
- <td class="lltooltip" title="<?php _e( 'File path is relative to Link Library plugin directory', 'link-library' ); ?>">
3324
- <input type="text" id="loadingicon" name="loadingicon" size="40" value="<?php if ( empty( $options['loadingicon'] ) ) {
3325
- echo '/icons/Ajax-loader.gif';
3326
- } else {
3327
- echo strval( $options['loadingicon'] );
3328
- } ?>" />
3329
- </td>
3330
- </tr>
3331
- <tr>
3332
- <td class="lltooltip" title='<?php _e( 'Only show a limited number of links and add page navigation links', 'link-library' ); ?>'>
3333
- <?php _e( 'Paginate Results', 'link-library' ); ?>
3334
- </td>
3335
- <td class="lltooltip" title='<?php _e( 'Only show a limited number of links and add page navigation links', 'link-library' ); ?>'>
3336
- <input type="checkbox" id="pagination" name="pagination" <?php checked( $options['pagination'] ); ?>/>
3337
- </td>
3338
- <td class="lltooltip" title="<?php _e( 'Number of Links to be Displayed per Page in Pagination Mode', 'link-library' ); ?>">
3339
- <?php _e( 'Links per Page', 'link-library' ); ?>
3340
- </td>
3341
- <td class="lltooltip" title="<?php _e( 'Number of Links to be Displayed per Page in Pagination Mode', 'link-library' ); ?>">
3342
- <input type="text" id="linksperpage" name="linksperpage" size="3" value="<?php echo $options['linksperpage']; ?>" />
3343
- </td>
3344
- </tr>
3345
- <tr>
3346
- <td>
3347
- <?php _e( 'Pagination Position', 'link-library' ); ?>
3348
- </td>
3349
- <td>
3350
- <select name="paginationposition" id="paginationposition" style="width:200px;">
3351
- <option value="AFTER"<?php selected( $options['paginationposition'] == 'AFTER' || empty( $options['paginationposition'] ) ); ?>><?php _e( 'After Links', 'link-library' ); ?></option>
3352
- <option value="BEFORE"<?php selected( $options['paginationposition'] == 'BEFORE' ); ?>><?php _e( 'Before Links', 'link-library' ); ?></option>
3353
- </select>
3354
- </td>
3355
- <td>
3356
- <?php _e( 'Hide Results if Empty', 'link-library' ); ?>
3357
- </td>
3358
- <td>
3359
- <input type="checkbox" id="hide_if_empty" name="hide_if_empty" <?php checked( $options['hide_if_empty'] ); ?>/>
3360
- </td>
3361
- </tr>
3362
- <tr>
3363
- <td colspan="4"><hr /></td>
3364
- </tr>
3365
- <tr>
3366
- <td>
3367
- <?php _e( 'Enable Permalinks', 'link-library' ); ?>
3368
- </td>
3369
- <td>
3370
- <input type="checkbox" id="enablerewrite" name="enablerewrite" <?php checked( $options['enablerewrite'] ); ?>/>
3371
- </td>
3372
- <td>
3373
- <?php _e( 'Permalinks Page', 'link-library' ); ?>
3374
- </td>
3375
- <td>
3376
- <input type="text" id="rewritepage" name="rewritepage" size="40" value="<?php echo $options['rewritepage']; ?>" />
3377
- </td>
3378
- </tr>
3379
- <tr>
3380
- <td>
3381
- <?php _e( 'Permalink Top Page Text', 'link-library' ); ?>
3382
- </td>
3383
- <td colspan="3" rows="8" cols="50">
3384
- <textarea name="toppagetext" style="width:90%"><?php echo $options['toppagetext']; ?></textarea>
3385
- </td>
3386
- </tr>
3387
- <tr>
3388
- <td>
3389
- <?php _e( 'Category links in permalinks mode', 'link-library' ); ?>
3390
- </td>
3391
- <td>
3392
- <input type="checkbox" id="catlinkspermalinksmode" name="catlinkspermalinksmode" <?php checked( $options['catlinkspermalinksmode'] ); ?>/>
3393
- </td>
3394
- <td>
3395
- <?php _e( 'Show breadcrumbs in permalinks mode', 'link-library' ); ?>
3396
- </td>
3397
- <td>
3398
- <input type="checkbox" id="showbreadcrumbspermalinks" name="showbreadcrumbspermalinks" <?php checked( $options['showbreadcrumbspermalinks'] ); ?>/>
3399
- </td>
3400
- </tr>
3401
- <tr>
3402
- <td colspan="4"><hr /></td>
3403
- </tr>
3404
- <tr>
3405
- <td><?php _e( 'Display alphabetic cat filter', 'link-library' ); ?></td>
3406
- <td><?php $letterfilteroptions = array( 'no' => __( 'Do not display', 'link-library' ), 'beforecats' => __( 'Before Categories', 'link-library' ), 'beforelinks' => __( 'Before Links', 'link-library' ), 'beforecatsandlinks' => __( 'Before Categories and Links', 'link-library' ) ); ?>
3407
- <select name="cat_letter_filter" id="cat_letter_filter" style="width:200px;">
3408
- <?php foreach ( $letterfilteroptions as $letterfilteroption => $letteroptiontext ) { ?>
3409
- <option value="<?php echo $letterfilteroption; ?>" <?php selected( $options['cat_letter_filter'] == $letterfilteroption ); ?>><?php echo $letteroptiontext; ?></option>
3410
- <?php } ?>
3411
- </select>
3412
- </td>
3413
- <td><?php _e( 'Auto-select first alphabetic cat item', 'link-library' ); ?></td>
3414
- <td><input type="checkbox" id="cat_letter_filter_autoselect" name="cat_letter_filter_autoselect" <?php checked( $options['cat_letter_filter_autoselect'] ); ?>/></td>
3415
- </tr>
3416
- <tr>
3417
- <td><?php _e( 'Display ALL box in alphabetic cat filter', 'link-library' ); ?></td>
3418
- <td><input type="checkbox" id="cat_letter_filter_showalloption" name="cat_letter_filter_showalloption" <?php checked( $options['cat_letter_filter_showalloption'] ); ?>/></td>
3419
- <td><?php _e( 'Cat filter label', 'link-library' ); ?></td>
3420
- <td><input type="text" id="catfilterlabel" name="catfilterlabel" size="20" value="<?php echo $options['catfilterlabel']; ?>" /></td>
3421
- </tr>
3422
- <tr>
3423
- <td><?php _e( 'Only display links submitted by current user', 'link-library' ); ?></td>
3424
- <td><input type="checkbox" id="current_user_links" name="current_user_links" <?php checked( $options['current_user_links'] ); ?>/></td>
3425
- <td></td><td></td>
3426
- </tr>
3427
- </table>
3428
- </div>
3429
-
3430
- <script type="text/javascript">
3431
- jQuery(document).ready(function () {
3432
- jQuery('#nospecificcats').click(function () {
3433
- if (jQuery("#nospecificcats").is(":checked")) {
3434
- jQuery('#categorylist_cpt').prop('disabled', 'disabled');
3435
- jQuery("#categorylist_cpt").val([]);
3436
- }
3437
- else {
3438
- jQuery('#categorylist_cpt').prop('disabled', false);
3439
- }
3440
- });
3441
- });
3442
-
3443
- jQuery(document).ready(function () {
3444
- jQuery('#noexclusions').click(function () {
3445
- if (jQuery("#noexclusions").is(":checked")) {
3446
- jQuery('#excludecategorylist_cpt').prop('disabled', 'disabled');
3447
- jQuery("#excludecategorylist_cpt").val([]);
3448
- }
3449
- else {
3450
- jQuery('#excludecategorylist_cpt').prop('disabled', false);
3451
- }
3452
- });
3453
- });
3454
- </script>
3455
-
3456
- <?php
3457
- }
3458
-
3459
- function settingssets_categories_meta_box( $data ) {
3460
- $options = $data['options'];
3461
- $settings = $data['settings'];
3462
- $genoptions = $data['genoptions'];
3463
- ?>
3464
- <div style='padding-top:15px' id="ll-categories" class="content-section">
3465
- <table>
3466
- <tr>
3467
- <td>
3468
- <?php _e( 'Results Order', 'link-library' ); ?>
3469
- </td>
3470
- <td>
3471
- <select name="order" id="order" style="width:200px;">
3472
- <option value="name"<?php selected( $options['order'] == 'name' ); ?>><?php _e( 'Order by Name', 'link-library' ); ?></option>
3473
- <option value="id"<?php selected( $options['order'] == 'id' ); ?>><?php _e( 'Order by ID', 'link-library' ); ?></option>
3474
- <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3475
- <option value="catlist"<?php selected( $options['order'] == 'catlist' ); ?>><?php _e( 'Order of categories based on included category list', 'link-library' ); ?></option>
3476
- <?php } ?>
3477
- </select>
3478
- </td>
3479
- <td style='width:100px'></td>
3480
- <td style='width:200px'>
3481
- <?php _e( 'Link Categories Display Format', 'link-library' ); ?>
3482
- </td>
3483
- <td>
3484
- <select name="flatlist" id="flatlist" style="width:200px;">
3485
- <option value="table"<?php selected( $options['flatlist'] == 'table' ); ?>><?php _e( 'Table', 'link-library' ); ?></option>
3486
- <option value="unordered"<?php selected( $options['flatlist'] == 'unordered' ); ?>><?php _e( 'Unordered List', 'link-library' ); ?></option>
3487
- <option value="dropdown"<?php selected( $options['flatlist'] == 'dropdown' ); ?>><?php _e( 'Drop-Down List', 'link-library' ); ?></option>
3488
- <option value="dropdowndirect"<?php selected( $options['flatlist'] == 'dropdowndirect' ); ?>><?php _e( 'Drop-Down List Direct Access', 'link-library' ); ?></option>
3489
- </select>
3490
- </td>
3491
- </tr>
3492
- <tr>
3493
- <td>
3494
- <?php _e( 'Display link counts', 'link-library' ); ?>
3495
- </td>
3496
- <td>
3497
- <input type="checkbox" id="showcatlinkcount" name="showcatlinkcount" <?php checked( $options['showcatlinkcount'] ); ?>/>
3498
- </td>
3499
- <td style='width:100px'></td>
3500
- <td style='width:200px'><?php _e( 'Display categories with search results', 'link-library' ); ?> </td>
3501
- <td>
3502
- <input type="checkbox" id="showcatonsearchresults" name="showcatonsearchresults" <?php checked( $options['showcatonsearchresults'] ); ?>/></td>
3503
- </tr>
3504
- <tr>
3505
- <td class="lltooltip">
3506
- <?php _e( 'Direction', 'link-library' ); ?>
3507
- </td>
3508
- <td class="lltooltip">
3509
- <select name="direction" id="direction" style="width:100px;">
3510
- <option value="ASC"<?php selected( $options['direction'] == 'ASC' ); ?>><?php _e( 'Ascending', 'link-library' ); ?></option>
3511
- <option value="DESC"<?php selected( $options['direction'] == 'DESC' ); ?>><?php _e( 'Descending', 'link-library' ); ?></option>
3512
- </select>
3513
- </td>
3514
- <td></td>
3515
- <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
3516
- <?php _e( 'Show Category Description', 'link-library' ); ?>
3517
- </td>
3518
- <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
3519
- <input type="checkbox" id="showcategorydescheaders" name="showcategorydescheaders" <?php checked( $options['showcategorydescheaders'] ); ?>/>
3520
- <span style='margin-left: 17px'><?php _e( 'Position', 'link-library' ); ?>:</span>
3521
- <select name="catlistdescpos" id="catlistdescpos" style="width:100px;">
3522
- <option value="right"<?php selected( $options['catlistdescpos'] == 'right' ); ?>><?php _e( 'Right', 'link-library' ); ?></option>
3523
- <option value="left"<?php selected( $options['catlistdescpos'] == 'left' ); ?>><?php _e( 'Left', 'link-library' ); ?></option>
3524
- </select>
3525
- </td>
3526
- </tr>
3527
- <tr>
3528
- <td>
3529
- <?php _e( 'Width of Categories Table in Percents', 'link-library' ); ?>
3530
- </td>
3531
- <td>
3532
- <input type="text" id="table_width" name="table_width" size="10" value="<?php echo strval( $options['table_width'] ); ?>" />
3533
- </td>
3534
- <td></td>
3535
- <td class="lltooltip" title='<?php _e( 'Determines the number of alternating div tags that will be placed before and after each link category', 'link-library' ); ?>.<br /><br /><?php _e( 'These div tags can be used to style of position link categories on the link page', 'link-library' ); ?>.'>
3536
- <?php _e( 'Number of alternating div classes', 'link-library' ); ?>
3537
- </td>
3538
- <td class="lltooltip" title='<?php _e( 'Determines the number of alternating div tags that will be placed before and after each link category', 'link-library' ); ?>.<br /><br /><?php _e( 'These div tags can be used to style of position link categories on the link page', 'link-library' ); ?>.'>
3539
- <select name="catlistwrappers" id="catlistwrappers" style="width:200px;">
3540
- <option value="1"<?php selected( $options['catlistwrappers'] == 1 ); ?>>1
3541
- </option>
3542
- <option value="2"<?php selected( $options['catlistwrappers'] == 2 ); ?>>2
3543
- </option>
3544
- <option value="3"<?php selected( $options['catlistwrappers'] == 3 ); ?>>3
3545
- </option>
3546
- </select>
3547
- </td>
3548
- </tr>
3549
- <tr>
3550
- <td>
3551
- <?php _e( 'Number of columns in Categories Table', 'link-library' ); ?>
3552
- </td>
3553
- <td>
3554
- <input type="text" id="num_columns" name="num_columns" size="10" value="<?php echo strval( $options['num_columns'] ); ?>">
3555
- </td>
3556
- <td></td>
3557
- <td>
3558
- <?php _e( 'First div class name', 'link-library' ); ?>
3559
- </td>
3560
- <td>
3561
- <input type="text" id="beforecatlist1" name="beforecatlist1" size="40" value="<?php echo $options['beforecatlist1']; ?>" />
3562
- </td>
3563
- </tr>
3564
- <tr>
3565
- <td>
3566
- <?php _e( 'Use Div Class or Heading tag around Category Names', 'link-library' ); ?>
3567
- </td>
3568
- <td>
3569
- <select name="divorheader" id="divorheader" style="width:200px;">
3570
- <option value="false"<?php selected( $options['divorheader'] == false ); ?>><?php _e( 'Div Class', 'link-library' ); ?></option>
3571
- <option value="true"<?php selected( $options['divorheader'] == true ); ?>><?php _e( 'Heading Tag', 'link-library' ); ?></option>
3572
- </select>
3573
- </td>
3574
- <td></td>
3575
- <td>
3576
- <?php _e( 'Second div class name', 'link-library' ); ?>
3577
- </td>
3578
- <td>
3579
- <input type="text" id="beforecatlist2" name="beforecatlist2" size="40" value="<?php echo $options['beforecatlist2']; ?>" />
3580
- </td>
3581
- </tr>
3582
- <tr>
3583
- <td class="lltooltip" title="<?php _e( 'Example div class name: linklistcatname, Example Heading Label: h3', 'link-library' ); ?>">
3584
- <?php _e( 'Div Class Name or Heading label', 'link-library' ); ?>
3585
- </td>
3586
- <td class="lltooltip" title="<?php _e( 'Example div class name: linklistcatname, Example Heading Label: h3', 'link-library' ); ?>">
3587
- <input type="text" id="catnameoutput" name="catnameoutput" size="30" value="<?php echo strval( $options['catnameoutput'] ); ?>" />
3588
- </td>
3589
- <td></td>
3590
- <td>
3591
- <?php _e( 'Third div class name', 'link-library' ); ?>
3592
- </td>
3593
- <td>
3594
- <input type="text" id="beforecatlist3" name="beforecatlist3" size="40" value="<?php echo $options['beforecatlist3']; ?>" />
3595
- </td>
3596
- </tr>
3597
- <tr>
3598
- <td class="lltooltip" title="<?php _e( 'Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method.', 'link-library' ); ?>">
3599
- <?php _e( 'Category Target Address', 'link-library' ); ?>
3600
- </td>
3601
- <td colspan="4" class="lltooltip" title="<?php _e( 'Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method.', 'link-library' ); ?>">
3602
- <input type="text" id="cattargetaddress" name="cattargetaddress" size="120" value="<?php echo $options['cattargetaddress']; ?>" />
3603
- </td>
3604
- </tr>
3605
- </table>
3606
- </div>
3607
- <?php
3608
- }
3609
-
3610
- function settingssets_linkelement_meta_box( $data ) {
3611
- $options = $data['options'];
3612
- $settings = $data['settings'];
3613
- ?>
3614
- <div style='padding-top:15px' id="ll-links" class="content-section">
3615
- <table>
3616
- <tr>
3617
- <td>
3618
- <?php _e( 'Link Results Order', 'link-library' ); ?>
3619
- </td>
3620
- <td>
3621
- <select name="linkorder" id="linkorder" style="width:250px;">
3622
- <option value="name"<?php selected( $options['linkorder'] == 'name' ); ?>><?php _e( 'Order by Name', 'link-library' ); ?></option>
3623
- <option value="id"<?php selected ( $options['linkorder'] == 'id' ); ?>><?php _e( 'Order by ID', 'link-library' ); ?></option>
3624
- <option value="random"<?php selected( $options['linkorder'] == 'random' ); ?>><?php _e( 'Order randomly', 'link-library' ); ?></option>
3625
- <option value="date"<?php selected( $options['linkorder'] == 'date' ); ?>><?php _e( 'Order by updated date', 'link-library' ); ?></option>
3626
- <option value="hits"<?php selected( $options['linkorder'] == 'hits' ); ?>><?php _e( 'Order by number of link visits', 'link-library' ); ?></option>
3627
- </select>
3628
- </td>
3629
- <td style='width:100px'></td>
3630
- <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
3631
- <?php _e( 'Show Category Description', 'link-library' ); ?>
3632
- </td>
3633
- <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
3634
- <input type="checkbox" id="showcategorydesclinks" name="showcategorydesclinks" <?php checked( $options['showcategorydesclinks'] ); ?>/>
3635
- <span style='margin-left: 17px'><?php _e( 'Position', 'link-library' ); ?>:</span>
3636
- <select name="catdescpos" id="catdescpos" style="width:100px;">
3637
- <option value="right"<?php selected( $options['catdescpos'] == 'right' ); ?>><?php _e( 'Right', 'link-library' ); ?></option>
3638
- <option value="left"<?php selected( $options['catdescpos'] == 'left' ); ?>><?php _e( 'Left', 'link-library' ); ?></option>
3639
- <option value="aftercatname"<?php selected( $options['catdescpos'] == 'aftercatname' ); ?>><?php _e( 'After Category Name', 'link-library' ); ?></option>
3640
- <option value="aftertoplevelcatname"<?php selected( $options['catdescpos'] == 'aftertoplevelcatname' ); ?>><?php _e( 'After Top-Level Category Name', 'link-library' ); ?></option>
3641
- </select>
3642
- </td>
3643
- </tr>
3644
- <tr>
3645
- <td><?php _e( 'List Featured Links ahead of Regular Links', 'link-library' ); ?></td>
3646
- <td>
3647
- <input type="checkbox" id="featuredfirst" name="featuredfirst" <?php checked( $options['featuredfirst'] ); ?>/></td>
3648
- <td></td>
3649
- <td><?php _e( 'Show Expand Link button and hide links', 'link-library' ); ?></td>
3650
- <td>
3651
- <input type="checkbox" id="showlinksonclick" name="showlinksonclick" <?php checked( $options['showlinksonclick'] ); ?>/></td>
3652
- </tr>
3653
- <tr>
3654
- <td><?php _e( 'Combine all results without categories', 'link-library' ); ?></td>
3655
- <td>
3656
- <input type="checkbox" id="combineresults" name="combineresults" <?php checked( $options['combineresults'] ); ?>/></td>
3657
- <td style='width:100px'></td>
3658
- <td><?php _e( 'Link Title Content', 'link-library' ); ?></td>
3659
- <td>
3660
- <select name="linktitlecontent">
3661
-
3662
- <?php $modes = array( 'linkname' => __( 'Link Name', 'link-library' ), 'linkdesc' => __( 'Link Description', 'link-library' ) );
3663
-
3664
- // Generate all items of drop-down list
3665
- foreach ($modes as $mode => $modename) {
3666
- ?>
3667
- <option value="<?php echo $mode; ?>"
3668
- <?php selected( $options['linktitlecontent'], $mode ); ?>>
3669
- <?php echo $modename; ?>
3670
- <?php } ?>
3671
- </select>
3672
- </td>
3673
- </tr>
3674
- <tr>
3675
- <td class="lltooltip">
3676
- <?php _e( 'Direction', 'link-library' ); ?>
3677
- </td>
3678
- <td class="lltooltip">
3679
- <select name="linkdirection" id="linkdirection" style="width:200px;">
3680
- <option value="ASC"<?php selected( $options['linkdirection'] == 'ASC' ); ?>><?php _e( 'Ascending', 'link-library' ); ?></option>
3681
- <option value="DESC"<?php selected( $options['linkdirection'] == 'DESC' ); ?>><?php _e( 'Descending', 'link-library' ); ?></option>
3682
- </select>
3683
- </td>
3684
- <td></td>
3685
- <td class="lltooltip" title="<?php _e( 'Leave empty to show all results', 'link-library' ); ?>">
3686
- <?php _e( 'Max number of links to display', 'link-library' ); ?>
3687
- </td>
3688
- <td class="lltooltip" title="<?php _e( 'Leave empty to show all results', 'link-library' ); ?>">
3689
- <input type="text" id="maxlinks" name="maxlinks" size="4" value="<?php echo $options['maxlinks']; ?>" />
3690
- </td>
3691
- </tr>
3692
- <tr>
3693
- <td class="lltooltip" title="<?php _e( 'Sets default link target window, does not override specific targets set in links', 'link-library' ); ?>">
3694
- <?php _e( 'Link Target', 'link-library' ); ?>
3695
- </td>
3696
- <td class="lltooltip" title="<?php _e( 'Sets default link target window, does not override specific targets set in links', 'link-library' ); ?>">
3697
- <input type="text" id="linktarget" name="linktarget" size="40" value="<?php echo $options['linktarget']; ?>" />
3698
- </td>
3699
- <td></td>
3700
- <td>
3701
- <?php
3702
- _e( 'Link Display Format', 'link-library' );
3703
-
3704
- $display_as_table = 'false';
3705
-
3706
- if ( is_bool( $options['displayastable'] ) && $options['displayastable'] ) {
3707
- $display_as_table = 'true';
3708
- } elseif( is_bool( $options['displayastable'] ) && !$options['displayastable'] ) {
3709
- $display_as_table = 'false';
3710
- } elseif ( in_array( $options['displayastable'], array( 'true', 'false', 'nosurroundingtags' ) ) ) {
3711
- $display_as_table = $options['displayastable'];
3712
- }
3713
- ?>
3714
- </td>
3715
- <td>
3716
- <select name="displayastable" id="displayastable" style="width:200px;">
3717
- <option value="true"<?php selected( $display_as_table === 'true' ); ?>><?php _e( 'Table', 'link-library' ); ?></option>
3718
- <option value="false"<?php selected( $display_as_table === 'false' ); ?>><?php _e( 'Unordered List', 'link-library' ); ?></option>
3719
- <option value="nosurroundingtags"<?php selected( $display_as_table, 'nosurroundingtags' ); ?>><?php _e( 'No surrounding tags', 'link-library' ); ?></option>
3720
- </select>
3721
- </td>
3722
- </tr>
3723
- <tr>
3724
- <td class="lltooltip" title="<?php _e( 'Allows extra query string to be added to all links in library', 'link-library' ); ?>">
3725
- <?php _e( 'Additional link query string', 'link-library' ); ?>
3726
- </td>
3727
- <td class="lltooltip" title="<?php _e( 'Allows extra query string to be added to all links in library', 'link-library' ); ?>">
3728
- <input type="text" id="extraquerystring" name="extraquerystring" size="40" value="<?php echo $options['extraquerystring']; ?>" />
3729
- </td>
3730
- <td></td>
3731
- <td>
3732
- <?php _e( 'Show Scheduled Links (published with future date)', 'link-library' ); ?>
3733
- </td>
3734
- <td>
3735
- <input type="checkbox" id="showscheduledlinks" name="showscheduledlinks" <?php checked( $options['showscheduledlinks'] ); ?>/>
3736
- </td>
3737
- </tr>
3738
- <tr>
3739
- <td>
3740
- <?php _e( 'Show Column Headers', 'link-library' ); ?>
3741
- </td>
3742
- <td>
3743
- <input type="checkbox" id="showcolumnheaders" name="showcolumnheaders" <?php checked( $options['showcolumnheaders'] ); ?>/>
3744
- </td>
3745
- <td></td>
3746
- <td>
3747
- <?php _e( 'Column Headers Override', 'link-library' ); ?>
3748
- </td>
3749
- <td>
3750
- <input class="lltooltip" title="<?php _e( 'Comma-separated list of column header labels', 'link-library' ); ?>" type="text" id="columnheaderoverride" name="columnheaderoverride" size="40" value="<?php echo $options['columnheaderoverride']; ?>" />
3751
- </td>
3752
- </td>
3753
- </tr>
3754
- <tr>
3755
- <td>
3756
- <?php _e( 'Allow sorting through column headers', 'link-library' ); ?>
3757
- </td>
3758
- <td>
3759
- <input type="checkbox" id="allowcolumnsorting" name="allowcolumnsorting" <?php checked( $options['allowcolumnsorting'] ); ?>/>
3760
- </td>
3761
- </tr>
3762
- <tr>
3763
- <td>
3764
- <?php _e( 'Hide Category Names', 'link-library' ); ?>
3765
- </td>
3766
- <td>
3767
- <input type="checkbox" id="hidecategorynames" name="hidecategorynames" <?php checked( $options['hidecategorynames'] ); ?>/>
3768
- </td>
3769
- <td></td>
3770
- <td>
3771
- <?php _e( 'Show Hidden Links', 'link-library' ); ?>
3772
- </td>
3773
- <td>
3774
- <input type="checkbox" id="showinvisible" name="showinvisible" <?php checked( $options['showinvisible'] ); ?>/>
3775
- </td>
3776
- </tr>
3777
- <tr>
3778
- <td>
3779
- <?php _e( 'Hide links of children categories', 'link-library' ); ?>
3780
- </td>
3781
- <td>
3782
- <input type="checkbox" id="hidechildcatlinks" name="hidechildcatlinks" <?php checked( $options['hidechildcatlinks'] ); ?>/>
3783
- </td>
3784
- <td></td>
3785
- <td>
3786
- <?php _e( 'Child category depth limit', 'link-library' ); ?>
3787
- </td>
3788
- <td>
3789
- <input type="text" id="childcatdepthlimit" name="childcatdepthlimit" size="2" value="<?php echo $options['childcatdepthlimit']; ?>" />
3790
- </td>
3791
- </tr>
3792
- <tr>
3793
- <td>
3794
- <?php _e( 'Hide children categories on top page', 'link-library' ); ?>
3795
- </td>
3796
- <td>
3797
- <input type="checkbox" id="hidechildcattop" name="hidechildcattop" <?php checked( $options['hidechildcattop'] ); ?>/>
3798
- </td>
3799
- </tr>
3800
- <tr>
3801
- <td class="lltooltip" title='<?php _e( 'Need to be active for Link Categories to work', 'link-library' ); ?>'>
3802
- <?php _e( 'Embed HTML anchors', 'link-library' ); ?>
3803
- </td>
3804
- <td class="lltooltip" title='<?php _e( 'Need to be active for Link Categories to work', 'link-library' ); ?>'>
3805
- <input type="checkbox" id="catanchor" name="catanchor" <?php checked( $options['catanchor'] ); ?>/>
3806
- </td>
3807
- <td></td>
3808
- <td>
3809
- <?php _e( 'Show Hidden Links to Admins/Editors', 'link-library' ); ?>
3810
- </td>
3811
- <td>
3812
- <input type="checkbox" id="showinvisibleadmin" name="showinvisibleadmin" <?php checked( $options['showinvisibleadmin'] ); ?>/>
3813
- </td>
3814
- </tr>
3815
- </table>
3816
- </div>
3817
- <?php
3818
- }
3819
-
3820
- function settingssets_subfieldtable_meta_box( $data ) {
3821
- $options = $data['options'];
3822
- $settings = $data['settings'];
3823
- ?>
3824
-
3825
- <div style='padding-top:15px' id="ll-advanced" class="content-section">
3826
- <?php _e( 'Arrange the items below via drag-and-drop to order the various Link Library elements.', 'link-library' ); ?>
3827
- <br /><br />
3828
- <ul id="sortable">
3829
- <?php if ( empty( $options['dragndroporder'] ) ) {
3830
- $dragndroporder = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16';
3831
- } else {
3832
- $dragndroporder = $options['dragndroporder'];
3833
- }
3834
-
3835
- $dragndroparray = explode( ',', $dragndroporder );
3836
-
3837
- $new_entries = array( '13', '14', '15', '16' );
3838
-
3839
- foreach ( $new_entries as $new_entry ) {
3840
- if ( !in_array( $new_entry, $dragndroparray ) ) {
3841
- $dragndroparray[] = $new_entry;
3842
- }
3843
- }
3844
-
3845
- if ( $dragndroparray ) {
3846
- foreach ( $dragndroparray as $arrayelements ) {
3847
- switch ( $arrayelements ) {
3848
- case 1:
3849
- ?>
3850
- <li id="1" style='background-color: #1240ab'><?php _e( 'Image', 'link-library' ); ?></li>
3851
- <?php break;
3852
- case 2:
3853
- ?>
3854
- <li id="2" style='background-color: #4671d5'><?php _e( 'Name', 'link-library' ); ?></li>
3855
- <?php break;
3856
- case 3:
3857
- ?>
3858
- <li id="3" style='background-color: #39e639'><?php _e( 'Date', 'link-library' ); ?></li>
3859
- <?php break;
3860
- case 4:
3861
- ?>
3862
- <li id="4" style='background-color: #009999'><?php _e( 'Desc', 'link-library' ); ?></li>
3863
- <?php break;
3864
- case 5:
3865
- ?>
3866
- <li id="5" style='background-color: #00cc00'><?php _e( 'Notes', 'link-library' ); ?></li>
3867
- <?php break;
3868
- case 6:
3869
- ?>
3870
- <li id="6" style='background-color: #008500'><?php _e( 'RSS', 'link-library' ); ?></li>
3871
- <?php break;
3872
- case 7:
3873
- ?>
3874
- <li id="7" style='background-color: #5ccccc'><?php _e( 'Web Link', 'link-library' ); ?></li>
3875
- <?php break;
3876
- case 8:
3877
- ?>
3878
- <li id="8" style='background-color: #6c8cd5'><?php _e( 'Phone', 'link-library' ); ?></li>
3879
- <?php break;
3880
- case 9:
3881
- ?>
3882
- <li id="9" style='background-color: #67e667'><?php _e( 'E-mail', 'link-library' ); ?></li>
3883
- <?php break;
3884
- case 10:
3885
- ?>
3886
- <li id="10" style='background-color: #33cccc'><?php _e( 'Hits', 'link-library' ); ?></li>
3887
- <?php break;
3888
- case 11:
3889
- ?>
3890
- <li id="11" style='background-color: #33cc00'><?php _e( 'Rating', 'link-library' ); ?></li>
3891
- <?php break;
3892
- case 12:
3893
- ?>
3894
- <li id="12" style='background-color: #33ccff'><?php _e( 'Large Desc', 'link-library' ); ?></li>
3895
- <?php break;
3896
- case 13:
3897
- ?>
3898
- <li id="13" style='background-color: #33eecc'><?php _e( 'Submitter Name', 'link-library' ); ?></li>
3899
- <?php break;
3900
- case 14:
3901
- ?>
3902
- <li id="14" style='background-color: #33eeff'><?php _e( 'Cat Desc', 'link-library' ); ?></li>
3903
- <?php break;
3904
- case 15:
3905
- ?>
3906
- <li id="15" style='background-color: #c4d1ee'><?php _e( 'Tags', 'link-library' ); ?></li>
3907
- <?php break;
3908
- case 16:
3909
- ?>
3910
- <li id="16" style='background-color: #238e00'><?php _e( 'Price', 'link-library' ); ?></li>
3911
- <?php break;
3912
- }
3913
- }
3914
- }
3915
- ?>
3916
- </ul>
3917
- <input type="hidden" id="dragndroporder" name="dragndroporder" size="60" value="<?php echo $options['dragndroporder']; ?>" />
3918
- <br />
3919
- <table class='widefat' style='width: 1000px;margin:15px 5px 10px 0px;clear:none;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
3920
- <thead>
3921
- <th style='width: 100px'></th>
3922
- <th style='width: 40px'><?php _e( 'Display', 'link-library' ); ?></th>
3923
- <th style='width: 80px'><?php _e( 'Before', 'link-library' ); ?></th>
3924
- <th style='width: 80px'><?php _e( 'After', 'link-library' ); ?></th>
3925
- <th style='width: 80px'><?php _e( 'Additional Details', 'link-library' ); ?></th>
3926
- <th style='width: 80px'><?php _e( 'Link Source', 'link-library' ); ?></th>
3927
- </thead>
3928
- <tr>
3929
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before the first link in each category', 'link-library' ); ?>'><?php _e( 'Before first link', 'link-library' ); ?></td>
3930
- <td style='background: #FFF'></td>
3931
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output of text/code before the first link in each category', 'link-library' ); ?>'>
3932
- <input type="text" id="beforefirstlink" name="beforefirstlink" size="22" value="<?php echo stripslashes( $options['beforefirstlink'] ); ?>" />
3933
- </td>
3934
- <td style='background: #FFF'></td><td style='background: #FFF'></td><td style='background: #FFF'></td>
3935
- </tr>
3936
- <tr>
3937
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before a number of links determined by the Display field', 'link-library' ); ?>'><?php _e( 'Intermittent Before Link', 'link-library' ); ?></td>
3938
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Frequency of additional output before and after complete link group', 'link-library' ); ?>'>
3939
- <input type="text" id="linkaddfrequency" name="linkaddfrequency" size="10" value="<?php echo strval( $options['linkaddfrequency'] ); ?>" />
3940
- </td>
3941
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output before complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
3942
- <input type="text" id="addbeforelink" name="addbeforelink" size="22" value="<?php echo stripslashes( $options['addbeforelink'] ); ?>" />
3943
- </td>
3944
- <td style='background: #FFF'></td>
3945
- <td style='background: #FFF'></td>
3946
- <td style='background: #FFF'></td>
3947
- </tr>
3948
- <tr>
3949
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before each link', 'link-library' ); ?>'><?php _e( 'Before Link', 'link-library' ); ?></td>
3950
- <td style='background: #FFF'></td>
3951
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output before complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
3952
- <input type="text" id="beforeitem" name="beforeitem" size="22" value="<?php echo stripslashes( $options['beforeitem'] ); ?>" />
3953
- </td>
3954
- <td style='background: #FFF'></td>
3955
- <td style='background: #FFF'></td>
3956
- <td style='background: #FFF'></td>
3957
- </tr>
3958
- <?php if ( empty( $options['dragndroporder'] ) ) {
3959
- $dragndroporder = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16';
3960
- } else {
3961
- $dragndroporder = $options['dragndroporder'];
3962
- }
3963
- $dragndroparray = explode( ',', $dragndroporder );
3964
-
3965
- $new_entries = array( '13', '14', '15', '16' );
3966
-
3967
- foreach ( $new_entries as $new_entry ) {
3968
- if ( !in_array( $new_entry, $dragndroparray ) ) {
3969
- $dragndroparray[] = $new_entry;
3970
- }
3971
- }
3972
-
3973
- if ( $dragndroparray ) {
3974
- foreach ( $dragndroparray as $arrayelements ) {
3975
- switch ( $arrayelements ) {
3976
- case 1: /* -------------------------------- Link Image -------------------------------------------*/
3977
- ?>
3978
- <tr>
3979
- <td style='background-color: #1240ab; color: #fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before each link image', 'link-library' ); ?>'><?php _e( 'Image', 'link-library' ); ?></td>
3980
- <td style='text-align:center;background: #FFF'>
3981
- <input type="checkbox" id="show_images" name="show_images" <?php checked( $options['show_images'] );?>/>
3982
- </td>
3983
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each link image', 'link-library' ); ?>'>
3984
- <input type="text" id="beforeimage" name="beforeimage" size="22" value="<?php echo stripslashes( $options['beforeimage'] ); ?>" />
3985
- </td>
3986
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each link image', 'link-library' ); ?>'>
3987
- <input type="text" id="afterimage" name="afterimage" size="22" value="<?php echo stripslashes( $options['afterimage'] ); ?>" />
3988
- </td>
3989
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'CSS Class to be assigned to link image', 'link-library' ); ?>'>
3990
- <input type="text" id="imageclass" name="imageclass" size="22" value="<?php echo $options['imageclass']; ?>" />
3991
- </td>
3992
- <td style='background: #FFF'>
3993
- <select name="sourceimage" id="sourceimage" style="width:200px;">
3994
- <option value="primary"<?php selected( $options['sourceimage'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
3995
- <option value="secondary"<?php selected( $options['sourceimage'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
3996
- </select>
3997
- </td>
3998
- </tr>
3999
- <?php break;
4000
- case 2: /* -------------------------------- Link Name -------------------------------------------*/
4001
- ?>
4002
- <tr>
4003
- <td style='background-color: #4671d5; color: #fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link name', 'link-library' ); ?>'><?php _e( 'Link Name', 'link-library' ); ?></td>
4004
- <td style='text-align:center;background: #FFF'>
4005
- <input type="checkbox" id="showname" name="showname" <?php checked( $options['showname'] == true ); ?>/>
4006
- </td>
4007
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each link', 'link-library' ); ?>'>
4008
- <input type="text" id="beforelink" name="beforelink" size="22" value="<?php echo stripslashes( $options['beforelink'] ); ?>" />
4009
- </td>
4010
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each link', 'link-library' ); ?>'>
4011
- <input type="text" id="afterlink" name="afterlink" size="22" value="<?php echo stripslashes( $options['afterlink'] ); ?>" />
4012
- </td>
4013
- <td style='background: #FFF'>
4014
- <select name="tooltipname" id="tooltipname" style="width:200px;">
4015
- <option value="no_tooltip"<?php selected( $options['tooltipname'], 'no_tooltip' ); ?>><?php _e( 'No Tooltip', 'link-library' ); ?></option>
4016
- <option value="description"<?php selected( $options['tooltipname'], 'description' ); ?>><?php _e( 'Description', 'link-library' ); ?></option>
4017
- </select>
4018
- </td>
4019
- <td style='background: #FFF'>
4020
- <select name="sourcename" id="sourcename" style="width:200px;">
4021
- <option value="primary"<?php selected( $options['sourcename'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4022
- <option value="secondary"<?php selected( $options['sourcename'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4023
- <option value="permalink"<?php selected( $options['sourcename'] == "permalink" ); ?>><?php _e( 'Dedicated page', 'link-library' ); ?></option>
4024
- </select>
4025
- </td>
4026
- </tr>
4027
- <?php break;
4028
- case 3: /* -------------------------------- Link Date -------------------------------------------*/
4029
- ?>
4030
- <tr>
4031
- <td style='background-color: #39e639; color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link date stamp', 'link-library' ); ?>'><?php _e( 'Link Date', 'link-library' ); ?></td>
4032
- <td style='background: #FFF;text-align:center' class="lltooltip" title='<?php _e( 'Check to display link date', 'link-library' ); ?>'>
4033
- <input type="checkbox" id="showdate" name="showdate" <?php checked( $options['showdate'] ); ?>/>
4034
- </td>
4035
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each date', 'link-library' ); ?>'>
4036
- <input type="text" id="beforedate" name="beforedate" size="22" value="<?php echo stripslashes( $options['beforedate'] ); ?>" />
4037
- </td>
4038
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each date', 'link-library' ); ?>'>
4039
- <input type="text" id="afterdate" name="afterdate" size="22" value="<?php echo stripslashes( $options['afterdate'] ); ?>" />
4040
- </td>
4041
- <td style='background: #FFF'></td>
4042
- <td style='background: #FFF'></td>
4043
- </tr>
4044
- <?php break;
4045
- case 4: /* -------------------------------- Link Description -------------------------------------------*/
4046
- ?>
4047
- <tr>
4048
- <td style='background-color: #009999;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link description', 'link-library' ); ?>'><?php _e( 'Link Description', 'link-library' ); ?></td>
4049
- <td style='background: #FFF;text-align: center' class="lltooltip" title='<?php _e( 'Check to display link descriptions', 'link-library' ); ?>'>
4050
- <input type="checkbox" id="showdescription" name="showdescription" <?php checked( $options['showdescription'] ); ?>/>
4051
- </td>
4052
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each description', 'link-library' ); ?>'>
4053
- <input type="text" id="beforedesc" name="beforedesc" size="22" value="<?php echo stripslashes( $options['beforedesc'] ); ?>" />
4054
- </td>
4055
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each description', 'link-library' ); ?>'>
4056
- <input type="text" id="afterdesc" name="afterdesc" size="22" value="<?php echo stripslashes( $options['afterdesc'] ); ?>" />
4057
- </td>
4058
- <td style='background: #FFF'></td>
4059
- <td style='background: #FFF'></td>
4060
- </tr>
4061
- <?php break;
4062
- case 5: /* -------------------------------- Link Notes -------------------------------------------*/
4063
- ?>
4064
- <tr>
4065
- <td style='background-color: #00cc00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link notes', 'link-library' ); ?>'><?php _e( 'Link Notes', 'link-library' ); ?></td>
4066
- <td style='background: #FFF;text-align: center' class="lltooltip" title='<?php _e( 'Check to display link notes', 'link-library' ); ?>'>
4067
- <input type="checkbox" id="shownotes" name="shownotes" <?php checked( $options['shownotes'] ); ?>/>
4068
- </td>
4069
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each note', 'link-library' ); ?>'>
4070
- <input type="text" id="beforenote" name="beforenote" size="22" value="<?php echo stripslashes( $options['beforenote'] ); ?>" />
4071
- </td>
4072
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each note', 'link-library' ); ?>'>
4073
- <input type="text" id="afternote" name="afternote" size="22" value="<?php echo stripslashes( $options['afternote'] ); ?>" />
4074
- </td>
4075
- <td style='background: #FFF'></td>
4076
- <td style='background: #FFF'></td>
4077
- </tr>
4078
- <?php break;
4079
- case 6: /* -------------------------------- Link RSS Icons -------------------------------------------*/
4080
- ?>
4081
- <tr>
4082
- <td style='background-color: #008500;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the RSS icons', 'link-library' ); ?>'><?php _e( 'RSS Icons', 'link-library' ); ?></td>
4083
- <td style='text-align:center;background: #FFF'>
4084
- <?php _e( 'See below', 'link-library' ); ?>
4085
- </td>
4086
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before RSS Icons', 'link-library' ); ?>'>
4087
- <input type="text" id="beforerss" name="beforerss" size="22" value="<?php echo stripslashes( $options['beforerss'] ); ?>" />
4088
- </td>
4089
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after RSS Icons', 'link-library' ); ?>'>
4090
- <input type="text" id="afterrss" name="afterrss" size="22" value="<?php echo stripslashes( $options['afterrss'] ); ?>" />
4091
- </td>
4092
- <td style='background: #FFF'></td>
4093
- <td style='background: #FFF'></td>
4094
- </tr>
4095
- <?php break;
4096
- case 7: /* -------------------------------- Web Link -------------------------------------------*/
4097
- ?>
4098
- <tr>
4099
- <td style='background-color: #5ccccc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Web Link', 'link-library' ); ?>'><?php _e( 'Web Link', 'link-library' ); ?></td>
4100
- <td style='text-align:center;background: #FFF'>
4101
- <select name="displayweblink" id="displayweblink" style="width:80px;">
4102
- <option value="false"<?php selected( $options['displayweblink'] == "false" ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4103
- <option value="address"<?php selected( $options['displayweblink'] == "address" ); ?>><?php _e( 'Web Address', 'link-library' ); ?></option>
4104
- <option value="label"<?php selected( $options['displayweblink'] == "label" ); ?>><?php _e( 'Label', 'link-library' ); ?></option>
4105
- </select>
4106
- </td>
4107
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Web Link', 'link-library' ); ?>'>
4108
- <input type="text" id="beforeweblink" name="beforeweblink" size="22" value="<?php echo stripslashes( $options['beforeweblink'] ); ?>" />
4109
- </td>
4110
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Web Link', 'link-library' ); ?>'>
4111
- <input type="text" id="afterweblink" name="afterweblink" size="22" value="<?php echo stripslashes( $options['afterweblink'] ); ?>" />
4112
- </td>
4113
- <td style='background: #FFF'>
4114
- <input class="lltooltip" title='<?php _e( 'Text Label that the web link will be assigned to.', 'link-library' ); ?>' type="text" id="weblinklabel" name="weblinklabel" size="9" value="<?php echo stripslashes( $options['weblinklabel'] ); ?>" />
4115
- <input class="lltooltip" title='<?php _e( 'Target that will be assigned to web links.', 'link-library' ); ?>' type="text" id="weblinktarget" name="weblinktarget" size="9" value="<?php echo stripslashes( $options['weblinktarget'] ); ?>" />
4116
- </td>
4117
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Select which link address will be displayed / used for link', 'link-library' ); ?>'>
4118
- <select name="sourceweblink" id="sourceweblink" style="width:200px;">
4119
- <option value="primary"<?php selected( $options['sourceweblink'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4120
- <option value="secondary"<?php selected( $options['sourceweblink'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4121
- </select>
4122
- </td>
4123
- </tr>
4124
- <?php break;
4125
- case 8: /* -------------------------------- Telephone -------------------------------------------*/
4126
- ?>
4127
- <tr>
4128
- <td style='background-color: #6c8cd5;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Telephone Number', 'link-library' ); ?>'><?php _e( 'Telephone', 'link-library' ); ?></td>
4129
- <td style='text-align:center;background: #FFF'>
4130
- <select name="showtelephone" id="showtelephone" style="width:80px;">
4131
- <option value="false"<?php selected( $options['showtelephone'] == "false" ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4132
- <option value="plain"<?php selected( $options['showtelephone'] == "plain" ); ?>><?php _e( 'Plain Text', 'link-library' ); ?></option>
4133
- <option value="link"<?php selected( $options['showtelephone'] == "link" ); ?>><?php _e( 'Link', 'link-library' ); ?></option>
4134
- <option value="label"<?php selected( $options['showtelephone'] == "label" ); ?>><?php _e( 'Label', 'link-library' ); ?></option>
4135
- </select>
4136
- </td>
4137
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Telephone Number', 'link-library' ); ?>'>
4138
- <input type="text" id="beforetelephone" name="beforetelephone" size="22" value="<?php echo stripslashes( $options['beforetelephone'] ); ?>" />
4139
- </td>
4140
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Telephone Number', 'link-library' ); ?>'>
4141
- <input type="text" id="aftertelephone" name="aftertelephone" size="22" value="<?php echo stripslashes( $options['aftertelephone'] ); ?>" />
4142
- </td>
4143
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Text Label that the telephone will be assigned to.', 'link-library' ); ?>'>
4144
- <input type="text" id="telephonelabel" name="telephonelabel" size="22" value="<?php echo stripslashes( $options['telephonelabel'] ); ?>" />
4145
- </td>
4146
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Select which link address will be displayed / used for link', 'link-library' ); ?>'>
4147
- <select name="sourcetelephone" id="sourcetelephone" style="width:200px;">
4148
- <option value="primary"<?php selected( $options['sourcetelephone'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4149
- <option value="secondary"<?php selected( $options['sourcetelephone'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4150
- </select>
4151
- </td>
4152
- </tr>
4153
- <?php break;
4154
- case 9: /* -------------------------------- E-mail -------------------------------------------*/
4155
- ?>
4156
- <tr>
4157
- <td style='background-color: #67e667;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the E-mail', 'link-library' ); ?>'><?php _e( 'E-mail', 'link-library' ); ?></td>
4158
- <td style='text-align:center;background: #FFF'>
4159
- <select name="showemail" id="showemail" style="width:80px;">
4160
- <option value="false"<?php selected( $options['showemail'] == "false" ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4161
- <option value="plain"<?php selected( $options['showemail'] == "plain" ); ?>><?php _e( 'Plain Text', 'link-library' ); ?></option>
4162
- <option value="mailto"<?php selected( $options['showemail'] == "mailto" ); ?>><?php _e( 'MailTo Link', 'link-library' ); ?></option>
4163
- <option value="mailtolabel"<?php selected( $options['showemail'] == "mailtolabel" ); ?>><?php _e( 'MailTo Link with Label', 'link-library' ); ?></option>
4164
- <option value="command"<?php selected( $options['showemail'] == "command" ); ?>><?php _e( 'Formatted Command', 'link-library' ); ?></option>
4165
- <option value="commandlabel"<?php selected( $options['showemail'] == "commandlabel" ); ?>><?php _e( 'Formatted Command with Labels', 'link-library' ); ?></option>
4166
- </select>
4167
- </td>
4168
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before E-mail', 'link-library' ); ?>'>
4169
- <input type="text" id="beforeemail" name="beforeemail" size="22" value="<?php echo stripslashes( $options['beforeemail'] ); ?>" />
4170
- </td>
4171
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after E-mail', 'link-library' ); ?>'>
4172
- <input type="text" id="afteremail" name="afteremail" size="22" value="<?php echo stripslashes( $options['afteremail'] ); ?>" />
4173
- </td>
4174
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Text Label that the e-mail will be assigned to represent the e-mail link.', 'link-library' ); ?>'>
4175
- <input type="text" id="emaillabel" name="emaillabel" size="22" value="<?php echo stripslashes( $options['emaillabel'] ); ?>" />
4176
- </td>
4177
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Command that the e-mail will be embedded in. In the case of a command, use the symbols #email and #company to indicate the position where these elements should be inserted.', 'link-library' ); ?>'>
4178
- <input type="text" id="emailcommand" name="emailcommand" size="22" value="<?php echo stripslashes( $options['emailcommand'] ); ?>" />
4179
- </td>
4180
- </tr>
4181
- <?php break;
4182
- case 10: /* -------------------------------- Link Hits -------------------------------------------*/
4183
- ?>
4184
- <tr>
4185
- <td style='background-color: #33cccc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after Link Hits', 'link-library' ); ?>'><?php _e( 'Link Hits', 'link-library' ); ?></td>
4186
- <td style='text-align:center;background: #FFF'>
4187
- <input type="checkbox" id="showlinkhits" name="showlinkhits" <?php checked( $options['showlinkhits'] ); ?>/>
4188
- </td>
4189
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Hits', 'link-library' ); ?>'>
4190
- <input type="text" id="beforelinkhits" name="beforelinkhits" size="22" value="<?php echo stripslashes( $options['beforelinkhits'] ); ?>" />
4191
- </td>
4192
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Hits', 'link-library' ); ?>'>
4193
- <input type="text" id="afterlinkhits" name="afterlinkhits" size="22" value="<?php echo stripslashes( $options['afterlinkhits'] ); ?>" />
4194
- </td>
4195
- <td style='background: #FFF'></td>
4196
- <td style='background: #FFF'></td>
4197
- </tr>
4198
- <?php break;
4199
- case 11: /* -------------------------------- Link Rating -------------------------------------------*/
4200
- ?>
4201
- <tr>
4202
- <td style='background-color: #33cc00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Rating', 'link-library' ); ?>'><?php _e( 'Link Rating', 'link-library' ); ?></td>
4203
- <td style='text-align:center;background: #FFF'>
4204
- <input type="checkbox" id="showrating" name="showrating" <?php checked( $options['showrating'] ); ?>/>
4205
- </td>
4206
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Rating', 'link-library' ); ?>'>
4207
- <input type="text" id="beforelinkrating" name="beforelinkrating" size="22" value="<?php echo stripslashes( $options['beforelinkrating'] ); ?>" />
4208
- </td>
4209
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Rating', 'link-library' ); ?>'>
4210
- <input type="text" id="afterlinkrating" name="afterlinkrating" size="22" value="<?php echo stripslashes( $options['afterlinkrating'] ); ?>" />
4211
- </td>
4212
- <td style='background: #FFF'></td>
4213
- <td style='background: #FFF'></td>
4214
- </tr>
4215
- <?php break;
4216
- case 12: /* -------------------------------- Large Description -------------------------------------------*/
4217
- ?>
4218
- <tr>
4219
- <td style='background-color: #33ccff;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'><?php _e( 'Link Large Description', 'link-library' ); ?></td>
4220
- <td style='text-align:center;background: #FFF'>
4221
- <input type="checkbox" id="showlargedescription" name="showlargedescription" <?php checked( $options['showlargedescription'] ); ?>/>
4222
- </td>
4223
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4224
- <input type="text" id="beforelargedescription" name="beforelargedescription" size="22" value="<?php echo stripslashes( $options['beforelargedescription'] ); ?>" />
4225
- </td>
4226
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4227
- <input type="text" id="afterlargedescription" name="afterlargedescription" size="22" value="<?php echo stripslashes( $options['afterlargedescription'] ); ?>" />
4228
- </td>
4229
- <td style='background: #FFF'></td>
4230
- <td style='background: #FFF'></td>
4231
- </tr>
4232
- <?php break;
4233
- case 13: /* -------------------------------- Link Submitter Name -------------------------------------------*/
4234
- ?>
4235
- <tr>
4236
- <td style='background-color: #33eecc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'><?php _e( 'Submitter Name', 'link-library' ); ?></td>
4237
- <td style='text-align:center;background: #FFF'>
4238
- <input type="checkbox" id="showsubmittername" name="showsubmittername" <?php checked( $options['showsubmittername'] ); ?>/>
4239
- </td>
4240
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4241
- <input type="text" id="beforesubmittername" name="beforesubmittername" size="22" value="<?php echo stripslashes( $options['beforesubmittername'] ); ?>" />
4242
- </td>
4243
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4244
- <input type="text" id="aftersubmittername" name="aftersubmittername" size="22" value="<?php echo stripslashes( $options['aftersubmittername'] ); ?>" />
4245
- </td>
4246
- <td style='background: #FFF'></td>
4247
- <td style='background: #FFF'></td>
4248
- </tr>
4249
- <?php break;
4250
- case 14: /* -------------------------------- Category Description -------------------------------------------*/
4251
- ?>
4252
- <tr>
4253
- <td style='background-color: #33eeff;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'><?php _e( 'Category Description', 'link-library' ); ?></td>
4254
- <td style='text-align:center;background: #FFF'>
4255
- <input type="checkbox" id="showcatdesc" name="showcatdesc" <?php checked( $options['showcatdesc'] ); ?>/>
4256
- </td>
4257
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4258
- <input type="text" id="beforecatdesc" name="beforecatdesc" size="22" value="<?php echo stripslashes( $options['beforecatdesc'] ); ?>" />
4259
- </td>
4260
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4261
- <input type="text" id="aftercatdesc" name="aftercatdesc" size="22" value="<?php echo stripslashes( $options['aftercatdesc'] ); ?>" />
4262
- </td>
4263
- <td style='background: #FFF'></td>
4264
- <td style='background: #FFF'></td>
4265
- </tr>
4266
- <?php break;
4267
- case 15: /* -------------------------------- Link Tags -------------------------------------------*/
4268
- ?>
4269
- <tr>
4270
- <td style='background-color: #c4d1ee;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of tags associated with the link', 'link-library' ); ?>'><?php _e( 'Link Tags', 'link-library' ); ?></td>
4271
- <td style='text-align:center;background: #FFF'>
4272
- <input type="checkbox" id="showlinktags" name="showlinktags" <?php checked( $options['showlinktags'] ); ?>/>
4273
- </td>
4274
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Tags', 'link-library' ); ?>'>
4275
- <input type="text" id="beforelinktags" name="beforelinktags" size="22" value="<?php echo stripslashes( $options['beforelinktags'] ); ?>" />
4276
- </td>
4277
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Tags', 'link-library' ); ?>'>
4278
- <input type="text" id="afterlinktags" name="afterlinktags" size="22" value="<?php echo stripslashes( $options['afterlinktags'] ); ?>" />
4279
- </td>
4280
- <td style='background: #FFF'></td>
4281
- <td style='background: #FFF'></td>
4282
- </tr>
4283
- <?php break;
4284
- case 16: /* -------------------------------- Link Price -------------------------------------------*/
4285
- ?>
4286
- <tr>
4287
- <td style='background-color: #238e00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of the price field associated with the link', 'link-library' ); ?>'><?php _e( 'Link Price', 'link-library' ); ?></td>
4288
- <td style='text-align:center;background: #FFF'>
4289
- <input type="checkbox" id="showlinkprice" name="showlinkprice" <?php checked( $options['showlinkprice'] ); ?>/>
4290
- </td>
4291
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Price', 'link-library' ); ?>'>
4292
- <input type="text" id="beforelinkprice" name="beforelinkprice" size="22" value="<?php echo stripslashes( $options['beforelinkprice'] ); ?>" />
4293
- </td>
4294
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Price', 'link-library' ); ?>'>
4295
- <input type="text" id="afterlinkprice" name="afterlinkprice" size="22" value="<?php echo stripslashes( $options['afterlinkprice'] ); ?>" />
4296
- </td>
4297
- <td style='background: #FFF'>
4298
- <input type="text" id="linkcurrency" name="linkcurrency" size="3" value="<?php echo stripslashes( $options['linkcurrency'] ); ?>" class="lltooltip" title='<?php _e( 'Currency symbol to be displayed next to price', 'link-library' ); ?>' />
4299
- Show 0.00 as free <input type="checkbox" id="show0asfree" name="show0asfree" <?php checked( $options['show0asfree'] ); ?>/>
4300
- </td>
4301
- <td style='background: #FFF'>
4302
- <select name="linkcurrencyplacement" id="linkcurrencyplacement" style="width:200px;">
4303
- <option value="before"<?php selected( $options['linkcurrencyplacement'] == 'before' ); ?>><?php _e( 'Before Price', 'link-library' ); ?></option>
4304
- <option value="after"<?php selected( $options['linkcurrencyplacement'] == 'after' ); ?>><?php _e( 'After Price', 'link-library' ); ?></option>
4305
- </select>
4306
- </td>
4307
- </tr>
4308
- <?php break;
4309
- }
4310
- }
4311
- }
4312
- ?>
4313
- <tr>
4314
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after each link', 'link-library' ); ?>'><?php _e( 'After Link Block', 'link-library' ); ?></td>
4315
- <td style='background: #FFF'></td>
4316
- <td style='background: #FFF'></td>
4317
- <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output after complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
4318
- <input type="text" id="afteritem" name="afteritem" size="22" value="<?php echo stripslashes( $options['afteritem'] ); ?>" />
4319
- </td>
4320
- <td style='background: #FFF'></td>
4321
- <td style='background: #FFF'></td>
4322
- </tr>
4323
- <tr>
4324
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after a number of links determined in the first column', 'link-library' ); ?>'><?php _e( 'Intermittent After Link', 'link-library' ); ?></td>
4325
- <td style='background: #FFF'></td>
4326
- <td style='background: #FFF'></td>
4327
- <td style='background: #FFF'>
4328
- <input type="text" id="addafterlink" name="addafterlink" size="22" value="<?php echo stripslashes( $options['addafterlink'] ); ?>" />
4329
- </td>
4330
- <td style='background: #FFF'></td>
4331
- <td style='background: #FFF'></td>
4332
- </tr>
4333
- <tr>
4334
- <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after the last link in each category', 'link-library' ); ?>'><?php _e( 'After last link', 'link-library' ); ?></td>
4335
- <td style='background: #FFF'></td><td style='background: #FFF'></td>
4336
- <td style='background: #FFF'>
4337
- <input type="text" id="afterlastlink" name="afterlastlink" size="22" value="<?php echo stripslashes( $options['afterlastlink'] ); ?>" />
4338
- </td>
4339
- <td style='background: #FFF'></td><td style='background: #FFF'></td>
4340
- </tr>
4341
- </table>
4342
- </table>
4343
- <br />
4344
- <table>
4345
- <tr>
4346
- <td style='width:150px'>
4347
- <?php _e( 'Show Link Updated Flag', 'link-library' ); ?>
4348
- </td>
4349
- <td style='width:75px;padding:0px 20px 0px 20px'>
4350
- <input type="checkbox" id="showupdated" name="showupdated" <?php checked( $options['showupdated'] ); ?>/>
4351
- </td>
4352
- <td style='width:20px'>
4353
- </td>
4354
- <td>
4355
- <?php _e( 'Convert [] to &lt;&gt; in Link Description and Notes', 'link-library' ); ?>
4356
- </td>
4357
- <td style='width:75px;padding:0px 20px 0px 20px'>
4358
- <input type="checkbox" id="use_html_tags" name="use_html_tags" <?php checked( $options['use_html_tags'] ); ?>/>
4359
- </td>
4360
- </tr>
4361
- <tr>
4362
- <td style='width:150px'>
4363
- <?php _e( 'Link Updated Flag Position', 'link-library' ); ?>
4364
- </td>
4365
- <td style='width:75px;padding:0px 20px 0px 20px'>
4366
- <select id="showupdatedpos" name="showupdatedpos">
4367
- <?php
4368
- $show_updated_pos_options = array( 'before' => 'Before Link Fields', 'after' => 'After Link Fields' );
4369
-
4370
- foreach( $show_updated_pos_options as $show_updated_pos_option_key => $show_updated_pos_option ) { ?>
4371
- <option value="<?php echo $show_updated_pos_option_key; ?>" <?php selected( $options['showupdatedpos'], $show_updated_pos_option_key ); ?>><?php echo $show_updated_pos_option; ?></option>
4372
- <?php }
4373
- ?>
4374
- </select>
4375
- </td>
4376
- <td style='width:20px'>
4377
- </td>
4378
- <td class="lltooltip" title="<?php _e( 'Label to be displayed before new links', 'link-library' ); ?>">
4379
- <?php _e( 'Updated link label', 'link-library' ); ?>
4380
- </td>
4381
- <td class="lltooltip" title="<?php _e( 'Label to be displayed before new links', 'link-library' ); ?>">
4382
- <input type="text" id="updatedlabel" name="updatedlabel" size="40" value="<?php echo $options['updatedlabel']; ?>" />
4383
- </td>
4384
- </tr>
4385
- <tr>
4386
- <td>
4387
- <?php _e( 'Add nofollow tag to outgoing links', 'link-library' ); ?>
4388
- </td>
4389
- <td style='width:75px;padding:0px 20px 0px 20px'>
4390
- <input type="checkbox" id="nofollow" name="nofollow" <?php checked( $options['nofollow'] ); ?>/>
4391
- </td>
4392
- <td></td>
4393
- <td>
4394
- <?php _e( 'Show edit links when logged in as editor or administrator', 'link-library' ); ?>
4395
- </td>
4396
- <td style='width:75px;padding:0px 20px 0px 20px'>
4397
- <input type="checkbox" id="showadmineditlinks" name="showadmineditlinks" <?php checked( $options['showadmineditlinks'] ); ?>/>
4398
- </td>
4399
- </tr>
4400
- <tr>
4401
- <td>
4402
- <?php _e( 'Show link name when no image is assigned', 'link-library' ); ?>
4403
- </td>
4404
- <td style='width:75px;padding:0px 20px 0px 20px'>
4405
- <input type="checkbox" id="shownameifnoimage" name="shownameifnoimage" <?php checked( $options['shownameifnoimage'] ); ?>/>
4406
- </td>
4407
- <td></td>
4408
- <td>
4409
- <?php _e( 'Do not output fields with no value', 'link-library' ); ?>
4410
- </td>
4411
- <td style='width:75px;padding:0px 20px 0px 20px'>
4412
- <input type="checkbox" id="nooutputempty" name="nooutputempty" <?php checked( $options['nooutputempty'] ); ?>/>
4413
- </td>
4414
- </tr>
4415
- </table>
4416
- </div>
4417
- <?php
4418
- }
4419
-
4420
- function settingssets_linkpopup_meta_box( $data ) {
4421
- $options = $data['options'];
4422
- $settings = $data['settings'];
4423
- ?>
4424
- <div style='padding-top:15px' id="ll-popup" class="content-section">
4425
- <table>
4426
- <tr>
4427
- <td style='width:175px;'><?php _e( 'Enable link Pop-Ups', 'link-library' ); ?></td>
4428
- <td style='width:75px;padding-right:20px'>
4429
- <input type="checkbox" id="enable_link_popup" name="enable_link_popup" <?php ( isset( $options['enable_link_popup'] ) ? checked( $options['enable_link_popup'] ) : '' ); ?>/>
4430
- </td>
4431
- <td><?php _e( 'Pop-Up Width', 'link-library' ); ?></td>
4432
- <td>
4433
- <input type="text" id="popup_width" name="popup_width" size="4" value="<?php if ( !isset( $options['popup_width'] ) || empty( $options['popup_width'] ) ) {
4434
- echo '300';
4435
- } else {
4436
- echo strval( $options['popup_width'] );
4437
- } ?>" /></td>
4438
- <td><?php _e( 'Pop-Up Height', 'link-library' ); ?></td>
4439
- <td>
4440
- <input type="text" id="popup_height" name="popup_height" size="4" value="<?php if ( !isset( $options['popup_height'] ) || empty( $options['popup_height'] ) ) {
4441
- echo '400';
4442
- } else {
4443
- echo strval( $options['popup_height'] );
4444
- } ?>" /></td>
4445
- </tr>
4446
- <tr>
4447
- <td><?php _e( 'Dialog contents', 'link-library' ); ?></td>
4448
- <td colspan="5">
4449
- <textarea id="link_popup_text" name="link_popup_text" cols="80" /><?php echo( isset( $options['link_popup_text'] ) ? stripslashes( $options['link_popup_text'] ) : '' ); ?></textarea>
4450
- </td>
4451
- </tr>
4452
- </table>
4453
- </div>
4454
- <?php
4455
- }
4456
-
4457
- function settingssets_rssconfig_meta_box( $data ) {
4458
- $options = $data['options'];
4459
- $settings = $data['settings'];
4460
- ?>
4461
- <div style='padding-top:15px' id="ll-rssdisplay" class="content-section">
4462
- <table>
4463
- <tr>
4464
- <td>
4465
- <?php _e( 'Show RSS Link using Text', 'link-library' ); ?>
4466
- </td>
4467
- <td style='width:75px;padding-right:20px'>
4468
- <input type="checkbox" id="show_rss" name="show_rss" <?php checked( $options['show_rss'] ); ?>/>
4469
- </td>
4470
- <td>
4471
- <?php _e( 'Show RSS Link using Standard Icon', 'link-library' ); ?>
4472
- </td>
4473
- <td style='width:75px;padding-right:20px'>
4474
- <input type="checkbox" id="show_rss_icon" name="show_rss_icon" <?php checked( $options['show_rss_icon'] ); ?>/>
4475
- </td>
4476
- <td></td>
4477
- <td style='width:75px;padding-right:20px'></td>
4478
- </tr>
4479
- <tr>
4480
- <td>
4481
- <?php _e( 'Show RSS Preview Link', 'link-library' ); ?>
4482
- </td>
4483
- <td>
4484
- <input type="checkbox" id="rsspreview" name="rsspreview" <?php checked( $options['rsspreview'] ); ?>/>
4485
- </td>
4486
- <td>
4487
- <?php _e( 'Number of articles shown in RSS Preview', 'link-library' ); ?>
4488
- </td>
4489
- <td>
4490
- <input type="text" id="rsspreviewcount" name="rsspreviewcount" size="2" value="<?php echo strval( $options['rsspreviewcount'] ); ?>" />
4491
- </td>
4492
- <td>
4493
- <?php _e( 'Show RSS Feed Headers in Link Library output', 'link-library' ); ?>
4494
- </td>
4495
- <td>
4496
- <input type="checkbox" id="rssfeedinline" name="rssfeedinline" <?php checked( $options['rssfeedinline'] ); ?>/>
4497
- </td>
4498
- </tr>
4499
- <tr>
4500
- <td>
4501
- <?php _e( 'Show RSS Feed Content in Link Library output', 'link-library' ); ?>
4502
- </td>
4503
- <td>
4504
- <input type="checkbox" id="rssfeedinlinecontent" name="rssfeedinlinecontent" <?php checked( $options['rssfeedinlinecontent'] ); ?>/>
4505
- </td>
4506
- <td>
4507
- <?php _e( 'Number of RSS articles shown in Link Library Output', 'link-library' ); ?>
4508
- </td>
4509
- <td>
4510
- <input type="text" id="rssfeedinlinecount" name="rssfeedinlinecount" size="2" value="<?php echo strval( $options['rssfeedinlinecount'] ); ?>" />
4511
- </td>
4512
- <td><?php _e( 'Max number of days since published', 'link-library' ); ?></td>
4513
- <td><input type="text" id="rssfeedinlinedayspublished" name="rssfeedinlinedayspublished" size="2" value="<?php echo strval( $options['rssfeedinlinedayspublished'] ); ?>" /></td>
4514
- </tr>
4515
- <tr>
4516
- <td><?php _e( 'RSS Preview Width', 'link-library' ); ?></td>
4517
- <td>
4518
- <input type="text" id="rsspreviewwidth" name="rsspreviewwidth" size="5" value="<?php echo strval( $options['rsspreviewwidth'] ); ?>" /></td></td>
4519
- <td><?php _e( 'RSS Preview Height', 'link-library' ); ?></td>
4520
- <td><input type="text" id="rsspreviewheight" name="rsspreviewheight" size="5" value="<?php echo strval( $options['rsspreviewheight'] ); ?>" /></td>
4521
- <td><?php _e( 'Skip links with no RSS inline items', 'link-library' ); ?></td>
4522
- <td><input type="checkbox" id="rssfeedinlineskipempty" name="rssfeedinlineskipempty" <?php checked( $options['rssfeedinlineskipempty'] ); ?>/></td>
4523
- </tr>
4524
- </table>
4525
- </div>
4526
- <?php
4527
- }
4528
-
4529
- function settingssets_thumbnails_meta_box( $data ) {
4530
- $options = $data['options'];
4531
- $genoptions = $data['genoptions'];
4532
- $settings = $data['settings'];
4533
- ?>
4534
-
4535
- <div style='padding-top:15px' id="ll-thumbnails" class="content-section">
4536
- <table>
4537
- <tr>
4538
- <td style='width: 400px' class='lltooltip' title='<?php _e( 'Checking this option will get images from the Robothumb web site every time', 'link-library' ); ?>.'>
4539
- <?php _e( 'Use thumbnail service for dynamic link images', 'link-library' ); ?>
4540
- </td>
4541
- <td class='lltooltip' title='<?php _e( 'Checking this option will get images from the thumbshots web site every time', 'link-library' ); ?>.' style='width:75px;padding-right:20px'>
4542
- <input type="checkbox" id="usethumbshotsforimages" name="usethumbshotsforimages" <?php checked( $options['usethumbshotsforimages'] ); ?>/>
4543
- </td>
4544
- </tr>
4545
- <tr>
4546
- <td>
4547
- <?php _e( 'Give priority to images assigned to links if present', 'link-library' ); ?>
4548
- </td>
4549
- <td>
4550
- <input type="checkbox" id="uselocalimagesoverthumbshots" name="uselocalimagesoverthumbshots" <?php checked( $options['uselocalimagesoverthumbshots'] ); ?>/></td>
4551
- </tr>
4552
- <tr>
4553
- <td><?php _e( 'Generate Images / Favorite Icons', 'link-library' ); ?></td>
4554
- <td class="lltooltip" title="<?php if ( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) ) {
4555
- _e( 'This button is only available when a valid API key is entered under the Link Library General Settings.', 'link-library' );
4556
- } ?>"><INPUT type="button" name="genthumbs" <?php disabled( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) ); ?> value="<?php _e( 'Generate Thumbnails and Store locally', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=<?php echo $settings; ?>&amp;genthumbs=<?php echo $settings; ?>'">
4557
- </td>
4558
- <td>
4559
- <INPUT type="button" name="genfavicons" value="<?php _e( 'Generate Favorite Icons and Store locally', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=<?php echo $settings; ?>&amp;genfavicons=<?php echo $settings; ?>'">
4560
- </td>
4561
- </tr>
4562
- <tr>
4563
- <td><?php _e( 'Delete all local thumbnails and icons', 'link-library' ); ?></td>
4564
- <td><INPUT type="button" name="deleteallthumbs" value="<?php _e( 'Delete all local thumbnails', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;deleteallthumbs=1'"></td>
4565
- <td><INPUT type="button" name="deleteallicons" value="<?php _e( 'Delete all local icons', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;deleteallicons=1'"></td>
4566
- </tr>
4567
- </table>
4568
- </div>
4569
- <?php
4570
- }
4571
-
4572
- function settingssets_rssgen_meta_box( $data ) {
4573
- $options = $data['options'];
4574
- $settings = $data['settings'];
4575
- ?>
4576
-
4577
- <div style='padding-top:15px' id="ll-rssfeed" class="content-section">
4578
- <table>
4579
- <tr>
4580
- <td>
4581
- <?php _e( 'Publish RSS Feed', 'link-library' ); ?>
4582
- </td>
4583
- <td style='width:75px;padding-right:20px'>
4584
- <input type="checkbox" id="publishrssfeed" name="publishrssfeed" <?php checked( $options['publishrssfeed'] ); ?>/>
4585
- </td>
4586
- <td><?php _e( 'Number of items in RSS feed', 'link-library' ); ?></td>
4587
- <td style='width:75px;padding-right:20px'>
4588
- <input type="text" id="numberofrssitems" name="numberofrssitems" size="3" value="<?php if ( empty( $options['numberofrssitems'] ) ) {
4589
- echo '10';
4590
- } else {
4591
- echo strval( $options['numberofrssitems'] );
4592
- } ?>" /></td>
4593
- </tr>
4594
- <tr>
4595
- <td><?php _e( 'RSS Feed Title', 'link-library' ); ?></td>
4596
- <td colspan=3>
4597
- <input type="text" id="rssfeedtitle" name="rssfeedtitle" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeedtitle'] ) ) ); ?>" />
4598
- </td>
4599
- </tr>
4600
- <tr>
4601
- <td><?php _e( 'RSS Feed Description', 'link-library' ); ?></td>
4602
- <td colspan=3>
4603
- <input type="text" id="rssfeeddescription" name="rssfeeddescription" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeeddescription'] ) ) ); ?>" />
4604
- </td>
4605
- </tr>
4606
- <tr>
4607
- <td><?php _e( 'RSS Feed Web Address (default yoursite.com/feed/linklibraryfeed?settingsset=1 )', 'link-library' ); ?></td>
4608
- <td colspan=3>
4609
- <input type="text" id="rssfeedaddress" name="rssfeedaddress" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeedaddress'] ) ) ); ?>" />
4610
- </td>
4611
- </tr>
4612
- </table>
4613
- </div>
4614
- <?php
4615
- }
4616
-
4617
- function settingssets_search_meta_box( $data ) {
4618
- $options = $data['options'];
4619
- $settings = $data['settings'];
4620
- ?>
4621
- <div style='padding-top:15px' id="ll-searchfield" class="content-section">
4622
- <table>
4623
- <tr>
4624
- <td style='width:200px'><?php _e( 'Search Label', 'link-library' ); ?></td>
4625
- <?php if ( empty( $options['searchlabel'] ) ) {
4626
- $options['searchlabel'] = __( 'Search', 'link-library' );
4627
- } ?>
4628
- <td style='padding-right:20px'>
4629
- <input type="text" id="searchlabel" name="searchlabel" size="30" value="<?php echo $options['searchlabel']; ?>" />
4630
- </td>
4631
- </tr>
4632
- <tr>
4633
- <td style='width:200px'><?php _e( 'Search Field Initial Text', 'link-library' ); ?></td>
4634
- <?php if ( empty( $options['searchfieldtext'] ) ) {
4635
- $options['searchfieldtext'] = __( 'Search', 'link-library' );
4636
- } ?>
4637
- <td style='padding-right:20px'>
4638
- <input type="text" id="searchfieldtext" name="searchfieldtext" size="30" value="<?php echo $options['searchfieldtext']; ?>" />
4639
- </td>
4640
- </tr>
4641
- <tr>
4642
- <td style='width:200px'><?php _e( 'Search No Results Text', 'link-library' ); ?></td>
4643
- <?php if ( empty( $options['searchnoresultstext'] ) ) {
4644
- $options['searchnoresultstext'] = __( 'No links found matching your search criteria', 'link-library' );
4645
- } ?>
4646
- <td style='padding-right:20px'>
4647
- <input type="text" id="searchnoresultstext" name="searchnoresultstext" size="80" value="<?php echo $options['searchnoresultstext']; ?>" />
4648
- </td>
4649
- </tr>
4650
- <tr>
4651
- <td class="lltooltip" title='<?php _e( 'Leave empty when links are to be displayed on same page as search box', 'link-library' ); ?>'><?php _e( 'Results Page Address', 'link-library' ); ?></td>
4652
- <td class="lltooltip" title='<?php _e( 'Leave empty when links are to be displayed on same page as search box', 'link-library' ); ?>'>
4653
- <input type="text" id="searchresultsaddress" name="searchresultsaddress" size="80" value="<?php echo strval( esc_html( stripslashes( $options['searchresultsaddress'] ) ) ); ?>" />
4654
- </td>
4655
- </tr>
4656
- <tr>
4657
- <td>
4658
- <?php _e( 'Show Reset Search button', 'link-library' ); ?>
4659
- </td>
4660
- <td style='width:75px;padding-right:20px'>
4661
- <input type="checkbox" id="showsearchreset" name="showsearchreset" <?php checked( $options['showsearchreset'] ); ?>/>
4662
- </td>
4663
- </tr>
4664
- </table>
4665
- </div>
4666
- <?php
4667
- }
4668
-
4669
- function settingssets_linksubmission_meta_box( $data ) {
4670
- $options = $data['options'];
4671
- $settings = $data['settings'];
4672
-
4673
- if ( $options['showaddlinkrss'] === false ) {
4674
- $options['showaddlinkrss'] = 'hide';
4675
- } elseif ( $options['showaddlinkrss'] === true ) {
4676
- $options['showaddlinkrss'] = 'show';
4677
- }
4678
-
4679
- if ( $options['showaddlinkdesc'] === false ) {
4680
- $options['showaddlinkdesc'] = 'hide';
4681
- } elseif ( $options['showaddlinkdesc'] === true ) {
4682
- $options['showaddlinkdesc'] = 'show';
4683
- }
4684
-
4685
- if ( $options['showaddlinkcat'] === false ) {
4686
- $options['showaddlinkcat'] = 'hide';
4687
- } elseif ( $options['showaddlinkcat'] === true ) {
4688
- $options['showaddlinkcat'] = 'show';
4689
- }
4690
-
4691
- if ( $options['showaddlinknotes'] === false ) {
4692
- $options['showaddlinknotes'] = 'hide';
4693
- } elseif ( $options['showaddlinknotes'] === true ) {
4694
- $options['showaddlinknotes'] = 'show';
4695
- }
4696
-
4697
- if ( $options['addlinkcustomcat'] === false ) {
4698
- $options['addlinkcustomcat'] = 'hide';
4699
- } elseif ( $options['addlinkcustomcat'] === true ) {
4700
- $options['addlinkcustomcat'] = 'show';
4701
- }
4702
-
4703
- if ( $options['showaddlinkreciprocal'] === false ) {
4704
- $options['showaddlinkreciprocal'] = 'hide';
4705
- } elseif ( $options['showaddlinkreciprocal'] === true ) {
4706
- $options['showaddlinkreciprocal'] = 'show';
4707
- }
4708
-
4709
- if ( $options['showaddlinksecondurl'] === false ) {
4710
- $options['showaddlinksecondurl'] = 'hide';
4711
- } elseif ( $options['showaddlinksecondurl'] === true ) {
4712
- $options['showaddlinksecondurl'] = 'show';
4713
- }
4714
-
4715
- if ( $options['showaddlinktelephone'] === false ) {
4716
- $options['showaddlinktelephone'] = 'hide';
4717
- } elseif ( $options['showaddlinktelephone'] === true ) {
4718
- $options['showaddlinktelephone'] = 'show';
4719
- }
4720
-
4721
- if ( $options['showaddlinkemail'] === false ) {
4722
- $options['showaddlinkemail'] = 'hide';
4723
- } elseif ( $options['showaddlinkemail'] === true ) {
4724
- $options['showaddlinkemail'] = 'show';
4725
- }
4726
-
4727
- if ( $options['showlinksubmittername'] === false ) {
4728
- $options['showlinksubmittername'] = 'hide';
4729
- } elseif ( $options['showlinksubmittername'] === true ) {
4730
- $options['showlinksubmittername'] = 'show';
4731
- }
4732
-
4733
- if ( $options['showaddlinksubmitteremail'] === false ) {
4734
- $options['showaddlinksubmitteremail'] = 'hide';
4735
- } elseif ( $options['showaddlinksubmitteremail'] === true ) {
4736
- $options['showaddlinksubmitteremail'] = 'show';
4737
- }
4738
-
4739
- if ( $options['showlinksubmittercomment'] === false ) {
4740
- $options['showlinksubmittercomment'] = 'hide';
4741
- } elseif ( $options['showlinksubmittercomment'] === true ) {
4742
- $options['showlinksubmittercomment'] = 'show';
4743
- }
4744
-
4745
- if ( $options['showcustomcaptcha'] === false ) {
4746
- $options['showcustomcaptcha'] = 'hide';
4747
- } elseif ( $options['showcustomcaptcha'] === true ) {
4748
- $options['showcustomcaptcha'] = 'show';
4749
- }
4750
-
4751
- if ( $options['showuserlargedescription'] === false ) {
4752
- $options['showuserlargedescription'] = 'hide';
4753
- } elseif ( $options['showuserlargedescription'] === true ) {
4754
- $options['showuserlargedescription'] = 'show';
4755
- }
4756
- ?>
4757
- <div style='padding-top:15px' id="ll-userform" class="content-section">
4758
- <table>
4759
- <tr>
4760
- <td colspan=5 class="lltooltip" title='<?php _e( 'Following this link shows a list of all links awaiting moderation', 'link-library' ); ?>.'>
4761
- <a href="<?php echo esc_url( add_query_arg( 's', 'LinkLibrary%3AAwaitingModeration%3ARemoveTextToApprove', admin_url( 'link-manager.php' ) ) ); ?>"><?php _e( 'View list of links awaiting moderation', 'link-library' ); ?></a>
4762
- </td>
4763
- </tr>
4764
- <tr>
4765
- <td style='width:200px'><?php _e( 'Show user links immediately', 'link-library' ); ?></td>
4766
- <td style='width:75px;padding-right:20px'>
4767
- <input type="checkbox" id="showuserlinks" name="showuserlinks" <?php checked( $options['showuserlinks'] ); ?>/></td>
4768
- <td style='width: 20px'></td>
4769
- <td style='width: 20px'></td>
4770
- <td style='width:250px'><?php _e( 'E-mail admin on link submission', 'link-library' ); ?></td>
4771
- <td style='width:75px;padding-right:20px'>
4772
- <input type="checkbox" id="emailnewlink" name="emailnewlink" <?php checked( $options['emailnewlink'] ); ?>/></td>
4773
- <td style='width: 20px'></td>
4774
- </tr>
4775
- <tr>
4776
- <td style='width:200px'><?php _e( 'Validate links with Akismet', 'link-library' ); ?></td>
4777
- <td style='width:75px;padding-right:20px'><input type="checkbox" id="addlinkakismet" name="addlinkakismet" <?php checked( $options['addlinkakismet'] ); ?>/></td></td>
4778
- <td style='width: 20px'></td>
4779
- <td style='width: 20px'></td>
4780
- <td style='width:250px'><?php _e( 'E-mail submitter', 'link-library' ); ?></td>
4781
- <td style='width:75px;padding-right:20px'>
4782
- <input type="checkbox" id="emailsubmitter" name="emailsubmitter" <?php checked ( $options['emailsubmitter'] ); ?>/></td>
4783
- <td style='width: 20px'></td>
4784
- </tr>
4785
- <tr>
4786
- <td>
4787
- <?php _e( 'Additional text for link submitter e-mail', 'link-library' ); ?>
4788
- </td>
4789
- <td colspan="5">
4790
- <textarea style="width:100%" name="emailextracontent"><?php echo $options['emailextracontent']; ?></textarea>
4791
- </td>
4792
- </tr>
4793
- <tr>
4794
- <td style='width:200px'><?php _e( 'Require login to display form', 'link-library' ); ?></td>
4795
- <td style='width:75px;padding-right:20px'>
4796
- <input type="checkbox" id="addlinkreqlogin" name="addlinkreqlogin" <?php checked( $options['addlinkreqlogin'] ); ?>/></td>
4797
- <td style='width: 20px'></td>
4798
- <td style='width: 20px'></td>
4799
- <td style='width:250px'><?php _e( 'Allow link submission with empty link', 'link-library' ); ?></td>
4800
- <td style='width:75px;padding-right:20px'>
4801
- <input type="checkbox" id="addlinknoaddress" name="addlinknoaddress" <?php checked( $options['addlinknoaddress'] ); ?>/></td>
4802
- <td style='width: 20px'></td>
4803
- </tr>
4804
- <tr>
4805
- <td style='width:200px' class='lltooltip' title='<?php _e( 'Determine if a captcha will be displayed on the user submission form. Select the captcha system (Easy Captcha or Google reCAPTCHA) to be used from General Options section', 'link-library' ); ?>.'><?php _e( 'Display captcha', 'link-library' ); ?></td>
4806
- <td style='width:75px;padding-right:20px' class='lltooltip' title='<?php _e( 'Determine if a captcha will be displayed on the user submission form. Select the captcha system (Easy Captcha or Google reCAPTCHA) to be used from General Options section', 'link-library' ); ?>.'>
4807
- <input type="checkbox" id="showcaptcha" name="showcaptcha" <?php checked( $options['showcaptcha'] ); ?>/></td>
4808
- <td style='width: 20px'></td>
4809
- <td style='width: 20px'></td>
4810
- <td class='lltooltip' title='<?php _e( 'This function will only store data when users are logged in to Wordpress', 'link-library' ); ?>.' style='width:250px'><?php _e( 'Store login name on link submission', 'link-library' ); ?></td>
4811
- <td style='width:75px;padding-right:20px'>
4812
- <input type="checkbox" id="storelinksubmitter" name="storelinksubmitter" <?php checked( $options['storelinksubmitter'] ); ?>/></td>
4813
- <td style='width: 20px'></td>
4814
- </tr>
4815
- <tr>
4816
- <td style='width:200px'><?php _e( 'Add new link label', 'link-library' ); ?></td>
4817
- <?php if ( $options['addnewlinkmsg'] == "" ) {
4818
- $options['addnewlinkmsg'] = __( 'Add new link', 'link-library' );
4819
- } ?>
4820
- <td>
4821
- <input type="text" id="addnewlinkmsg" name="addnewlinkmsg" size="30" value="<?php echo $options['addnewlinkmsg']; ?>" />
4822
- </td>
4823
- <td style='width: 20px'></td>
4824
- <td style='width: 20px'></td>
4825
- <td style='width:200px'><?php _e( 'Link name label', 'link-library' ); ?></td>
4826
- <?php if ( $options['linknamelabel'] == "" ) {
4827
- $options['linknamelabel'] = __( 'Link Name', 'link-library' );
4828
- } ?>
4829
- <td>
4830
- <input type="text" id="linknamelabel" name="linknamelabel" size="30" value="<?php echo $options['linknamelabel']; ?>" />
4831
- </td>
4832
- <td style='width: 20px'></td>
4833
- </tr>
4834
- <tr>
4835
- <td style='width:200px'><?php _e( 'Link address label', 'link-library' ); ?></td>
4836
- <?php if ( $options['linkaddrlabel'] == "" ) {
4837
- $options['linkaddrlabel'] = __( 'Link Address', 'link-library' );
4838
- } ?>
4839
- <td>
4840
- <input type="text" id="linkaddrlabel" name="linkaddrlabel" size="30" value="<?php echo $options['linkaddrlabel']; ?>" />
4841
- </td>
4842
- <td style='width: 20px'></td>
4843
- <td style='width: 20px'></td>
4844
- <td style='width:200px'><?php _e( 'Link RSS label', 'link-library' ); ?></td>
4845
- <?php if ( $options['linkrsslabel'] == "" ) {
4846
- $options['linkrsslabel'] = __( 'Link RSS', 'link-library' );
4847
- } ?>
4848
- <td>
4849
- <input type="text" id="linkrsslabel" name="linkrsslabel" size="30" value="<?php echo $options['linkrsslabel']; ?>" />
4850
- </td>
4851
- <td>
4852
- <select name="showaddlinkrss" id="showaddlinkrss" style="width:60px;">
4853
- <option value="hide"<?php selected( $options['showaddlinkrss'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
4854
- <option value="show"<?php selected( $options['showaddlinkrss'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
4855
- <option value="required"<?php selected( $options['showaddlinkrss'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
4856
- </select>
4857
- </td>
4858
- </tr>
4859
- <tr>
4860
- <td style='width:200px'><?php _e( 'Link category label', 'link-library' ); ?></td>
4861
- <?php if ( $options['linkcatlabel'] == "" ) {
4862
- $options['linkcatlabel'] = __( 'Link Category', 'link-library' );
4863
- } ?>
4864
- <td>
4865
- <input type="text" id="linkcatlabel" name="linkcatlabel" size="30" value="<?php echo $options['linkcatlabel']; ?>" />
4866
- </td>
4867
- <td>
4868
- <select name="showaddlinkcat" id="showaddlinkcat" style="width:120px;">
4869
- <option value="hide"<?php selected( $options['showaddlinkcat'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
4870
- <option value="show"<?php selected( $options['showaddlinkcat'] == 'show' ); ?>><?php _e( 'Drop-down list', 'link-library' ); ?></option>
4871
- <option value="selectmultiple"<?php selected( $options['showaddlinkcat'] == 'selectmultiple' ); ?>><?php _e( 'Multi-select list', 'link-library' ); ?></option>
4872
- </select>
4873
- </td>
4874
- <td style='width: 20px'></td>
4875
- <td style='width:200px' class='lltooltip' title='<?php _e( 'Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4) instead of displaying the set of categories specified by the library.', 'link-library' ); ?>'><?php _e( 'Link category override selection list', 'link-library' ); ?></td>
4876
- <td colspan=3 class='lltooltip' title='<?php _e( 'Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4)', 'link-library' ); ?>'>
4877
- <input type="text" id="addlinkcatlistoverride" name="addlinkcatlistoverride" size="50" value="<?php echo $options['addlinkcatlistoverride']; ?>" />
4878
- <td style='width:200px'></td>
4879
- </tr>
4880
- <tr>
4881
- <td style='width:200px'><?php _e( 'Default category', 'link-library' ); ?></td>
4882
- <td>
4883
- <?php
4884
-
4885
- $include_links_array = explode( ',', $options['categorylist_cpt'] );
4886
- $excluded_links_array = explode( ',', $options['excludecategorylist_cpt'] );
4887
- $link_categories_query_args = array( 'hide_empty' => false );
4888
- $link_categories_query_args['include'] = $include_links_array;
4889
- $link_categories_query_args['exclude'] = $excluded_links_array;
4890
- $linkcats = get_terms( 'link_library_category', $link_categories_query_args );
4891
-
4892
- if ( $linkcats ) { ?>
4893
- <select name="addlinkdefaultcat" id="addlinkdefaultcat" value="<?php echo $options['addlinkdefaultcat']; ?>">
4894
- <option value="nodefaultcat">No default category</option>
4895
- <?php foreach ( $linkcats as $linkcat ) { ?>
4896
- <option value="<?php echo $linkcat->term_id; ?>" <?php selected( $linkcat->term_id, $options['addlinkdefaultcat'] ); ?>><?php echo $linkcat->name; ?></option>
4897
- <?php } ?>
4898
- </select>
4899
- <?php } ?>
4900
- </td>
4901
- </tr>
4902
- <tr>
4903
- <td style='width:200px'><?php _e( 'User-submitted category', 'link-library' ); ?></td>
4904
- <?php if ( $options['linkcustomcatlabel'] == "" ) {
4905
- $options['linkcustomcatlabel'] = __( 'User-submitted category', 'link-library' );
4906
- } ?>
4907
- <td>
4908
- <input type="text" id="linkcustomcatlabel" name="linkcustomcatlabel" size="30" value="<?php echo $options['linkcustomcatlabel']; ?>" />
4909
- </td>
4910
- <td>
4911
- <select name="addlinkcustomcat" id="addlinkcustomcat" style="width:60px;">
4912
- <option value="hide"<?php selected( $options['addlinkcustomcat'] == 'hide' ); ?>><?php _e( 'No', 'link-library' ); ?></option>
4913
- <option value="show"<?php selected( $options['addlinkcustomcat'] == 'show' ); ?>><?php _e( 'Allow', 'link-library' ); ?></option>
4914
- </select>
4915
- </td>
4916
- <td></td>
4917
- <td style='width:200px'><?php _e( 'User-submitted category prompt', 'link-library' ); ?></td>
4918
- <?php if ( $options['linkcustomcatlistentry'] == "" ) {
4919
- $options['linkcustomcatlistentry'] = __( 'User-submitted category (define below)', 'link-library' );
4920
- } ?>
4921
- <td colspan=3>
4922
- <input type="text" id="linkcustomcatlistentry" name="linkcustomcatlistentry" size="50" value="<?php echo $options['linkcustomcatlistentry']; ?>" />
4923
- </td>
4924
- <td style='width:200px'></td>
4925
- </tr>
4926
- <tr>
4927
- <td style='width:200px'><?php _e( 'Tags label', 'link-library' ); ?></td>
4928
- <?php if ( empty( $options['linktagslabel'] ) ) {
4929
- $options['linktagslabel'] = __( 'Link Tags', 'link-library' );
4930
- } ?>
4931
- <td>
4932
- <input type="text" id="linktagslabel" name="linktagslabel" size="30" value="<?php echo $options['linktagslabel']; ?>" />
4933
- </td>
4934
- <td>
4935
- <select name="showaddlinktags" id="showaddlinktags" style="width:60px;">
4936
- <option value="hide"<?php selected( $options['showaddlinktags'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
4937
- <option value="show"<?php selected( $options['showaddlinktags'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
4938
- </select>
4939
- </td>
4940
- <td style='width: 20px'></td>
4941
- <td style='width:200px' class='lltooltip' title='<?php _e( 'Comma-seperated list of tag IDs to be displayed in category selection box (e.g. 1,5,4) instead of displaying all tags', 'link-library' ); ?>'><?php _e( 'Link tags override selection list', 'link-library' ); ?></td>
4942
- <td colspan=3 class='lltooltip' title='<?php _e( 'Comma-seperated list of tag IDs to be displayed in category selection box (e.g. 1,5,4)', 'link-library' ); ?>'>
4943
- <input type="text" id="addlinktaglistoverride" name="addlinktaglistoverride" size="50" value="<?php echo $options['addlinktaglistoverride']; ?>" />
4944
- <td style='width:200px'></td>
4945
- </tr>
4946
- <tr>
4947
- <td style='width:200px'><?php _e( 'User-submitted tags label', 'link-library' ); ?></td>
4948
- <?php if ( $options['linkcustomtaglabel'] == "" ) {
4949
- $options['linkcustomtaglabel'] = __( 'User-submitted tags', 'link-library' );
4950
- } ?>
4951
- <td>
4952
- <input type="text" id="linkcustomtaglabel" name="linkcustomtaglabel" size="30" value="<?php echo $options['linkcustomtaglabel']; ?>" />
4953
- </td>
4954
- <td>
4955
- <select name="addlinkcustomtag" id="addlinkcustomtag" style="width:60px;">
4956
- <option value="hide"<?php selected( $options['addlinkcustomtag'] == 'hide' ); ?>><?php _e( 'No', 'link-library' ); ?></option>
4957
- <option value="show"<?php selected( $options['addlinkcustomtag'] == 'show' ); ?>><?php _e( 'Allow', 'link-library' ); ?></option>
4958
- </select>
4959
- </td>
4960
- <td></td>
4961
- <td style='width:200px'><?php _e( 'User-submitted tags prompt', 'link-library' ); ?></td>
4962
- <?php if ( $options['linkcustomtaglistentry'] == "" ) {
4963
- $options['linkcustomtaglistentry'] = __( 'User-submitted tag (define below)', 'link-library' );
4964
- } ?>
4965
- <td colspan=3>
4966
- <input type="text" id="linkcustomtaglistentry" name="linkcustomtaglistentry" size="50" value="<?php echo $options['linkcustomtaglistentry']; ?>" />
4967
- </td>
4968
- <td style='width:200px'></td>
4969
- </tr>
4970
- <tr>
4971
- <td style='width:200px'><?php _e( 'Link description label', 'link-library' ); ?></td>
4972
- <?php if ( $options['linkdesclabel'] == "" ) {
4973
- $options['linkdesclabel'] = __( 'Link Description', 'link-library' );
4974
- } ?>
4975
- <td>
4976
- <input type="text" id="linkdesclabel" name="linkdesclabel" size="30" value="<?php echo $options['linkdesclabel']; ?>" />
4977
- </td>
4978
- <td>
4979
- <select name="showaddlinkdesc" id="showaddlinkdesc" style="width:60px;">
4980
- <option value="hide"<?php selected( $options['showaddlinkdesc'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
4981
- <option value="show"<?php selected( $options['showaddlinkdesc'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
4982
- <option value="required"<?php selected( $options['showaddlinkdesc'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
4983
- </select>
4984
- </td>
4985
- <td style='width: 20px'></td>
4986
- <td style='width:200px'><?php _e( 'Link notes label', 'link-library' ); ?></td>
4987
- <?php if ( $options['linknoteslabel'] == "" ) {
4988
- $options['linknoteslabel'] = __( 'Link Notes', 'link-library' );
4989
- } ?>
4990
- <td>
4991
- <input type="text" id="linknoteslabel" name="linknoteslabel" size="30" value="<?php echo $options['linknoteslabel']; ?>" />
4992
- </td>
4993
- <td>
4994
- <select name="showaddlinknotes" id="showaddlinknotes" style="width:60px;">
4995
- <option value="hide"<?php selected( $options['showaddlinknotes'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
4996
- <option value="show"<?php selected( $options['showaddlinknotes'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
4997
- <option value="required"<?php selected( $options['showaddlinknotes'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
4998
- </select>
4999
- </td>
5000
- </tr>
5001
- <tr>
5002
- <td class='lltooltip' title="<?php _e('Reciprocal link must be configured for this option to work correctly', 'link-library' ); ?>"><?php _e( 'Show immediately if reciprocal link valid', 'link-library' ); ?></td>
5003
- <td class='lltooltip' title="<?php _e('Reciprocal link must be configured for this option to work correctly', 'link-library' ); ?>"><input type="checkbox" id="showifreciprocalvalid" name="showifreciprocalvalid" <?php checked( $options['showifreciprocalvalid'] ); ?>/></td>
5004
- <td></td>
5005
- <td></td>
5006
- <td><?php _e( 'Use Text Area for Notes', 'link-library' ); ?></td>
5007
- <td>
5008
- <input type="checkbox" id="usetextareaforusersubmitnotes" name="usetextareaforusersubmitnotes" <?php checked( $options['usetextareaforusersubmitnotes'] ); ?>/></td>
5009
- </tr>
5010
- <tr>
5011
- <td style='width:200px'><?php _e( 'Only allow one reciprocal link per domain', 'link-library' ); ?></td>
5012
- <td style='width:75px;padding-right:20px'>
5013
- <input type="checkbox" id="onereciprocaldomain" name="onereciprocaldomain" <?php checked( $options['onereciprocaldomain'] ); ?>/></td>
5014
- <td style='width: 20px'></td>
5015
- </tr>
5016
- <tr>
5017
- <td style='width:200px'><?php _e( 'Reciprocal Link label', 'link-library' ); ?></td>
5018
- <?php if ( $options['linkreciprocallabel'] == "" ) {
5019
- $options['linkreciprocallabel'] = __( 'Reciprocal Link', 'link-library' );
5020
- } ?>
5021
- <td>
5022
- <input type="text" id="linkreciprocallabel" name="linkreciprocallabel" size="30" value="<?php echo $options['linkreciprocallabel']; ?>" />
5023
- </td>
5024
- <td>
5025
- <select name="showaddlinkreciprocal" id="showaddlinkreciprocal" style="width:60px;">
5026
- <option value="hide"<?php selected( $options['showaddlinkreciprocal'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5027
- <option value="show"<?php selected( $options['showaddlinkreciprocal'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5028
- <option value="required"<?php selected( $options['showaddlinkreciprocal'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5029
- </select>
5030
- </td>
5031
- <td style='width: 20px'></td>
5032
- <td style='width:200px'><?php _e( 'Secondary Address label', 'link-library' ); ?></td>
5033
- <?php if ( $options['linksecondurllabel'] == "" ) {
5034
- $options['linksecondurllabel'] = __( 'Secondary Address', 'link-library' );
5035
- } ?>
5036
- <td>
5037
- <input type="text" id="linksecondurllabel" name="linksecondurllabel" size="30" value="<?php echo $options['linksecondurllabel']; ?>" />
5038
- </td>
5039
- <td>
5040
- <select name="showaddlinksecondurl" id="showaddlinksecondurl" style="width:60px;">
5041
- <option value="hide"<?php selected( $options['showaddlinksecondurl'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5042
- <option value="show"<?php selected( $options['showaddlinksecondurl'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5043
- <option value="required"<?php selected( $options['showaddlinksecondurl'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5044
- </select>
5045
- </td>
5046
- </tr>
5047
- <tr>
5048
- <td style='width:200px'><?php _e( 'Link Telephone label', 'link-library' ); ?></td>
5049
- <?php if ( $options['linktelephonelabel'] == "" ) {
5050
- $options['linktelephonelabel'] = __( 'Telephone', 'link-library' );
5051
- } ?>
5052
- <td>
5053
- <input type="text" id="linktelephonelabel" name="linktelephonelabel" size="30" value="<?php echo $options['linktelephonelabel']; ?>" />
5054
- </td>
5055
- <td>
5056
- <select name="showaddlinktelephone" id="showaddlinktelephone" style="width:60px;">
5057
- <option value="hide"<?php selected( $options['showaddlinktelephone'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5058
- <option value="show"<?php selected( $options['showaddlinktelephone'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5059
- <option value="required"<?php selected( $options['showaddlinktelephone'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5060
- </select>
5061
- </td>
5062
- <td style='width: 20px'></td>
5063
- <td style='width:200px'><?php _e( 'Link E-mail label', 'link-library' ); ?></td>
5064
- <?php if ( $options['linkemaillabel'] == "" ) {
5065
- $options['linkemaillabel'] = __( 'E-mail', 'link-library' );
5066
- } ?>
5067
- <td>
5068
- <input type="text" id="linkemaillabel" name="linkemaillabel" size="30" value="<?php echo $options['linkemaillabel']; ?>" />
5069
- </td>
5070
- <td>
5071
- <select name="showaddlinkemail" id="showaddlinkemail" style="width:60px;">
5072
- <option value="hide"<?php selected( $options['showaddlinkemail'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5073
- <option value="show"<?php selected( $options['showaddlinkemail'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5074
- <option value="required"<?php selected( $options['showaddlinkemail'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5075
- </select>
5076
- </td>
5077
- </tr>
5078
- <tr>
5079
- <td style='width:200px'><?php _e( 'Link Submitter Name label', 'link-library' ); ?></td>
5080
- <?php if ( $options['linksubmitternamelabel'] == "" ) {
5081
- $options['linksubmitternamelabel'] = __( 'Submitter Name', 'link-library' );
5082
- } ?>
5083
- <td>
5084
- <input type="text" id="linksubmitternamelabel" name="linksubmitternamelabel" size="30" value="<?php echo $options['linksubmitternamelabel']; ?>" />
5085
- </td>
5086
- <td>
5087
- <select name="showlinksubmittername" id="showlinksubmittername" style="width:60px;">
5088
- <option value="hide"<?php selected( $options['showlinksubmittername'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5089
- <option value="show"<?php selected( $options['showlinksubmittername'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5090
- <option value="required"<?php selected( $options['showlinksubmittername'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5091
- </select>
5092
- </td>
5093
- <td style='width: 20px'></td>
5094
- <td style='width:200px'><?php _e( 'Link Submitter E-mail label', 'link-library' ); ?></td>
5095
- <?php if ( $options['linksubmitteremaillabel'] == "" ) {
5096
- $options['linksubmitteremaillabel'] = __( 'Submitter E-mail', 'link-library' );
5097
- } ?>
5098
- <td>
5099
- <input type="text" id="linksubmitteremaillabel" name="linksubmitteremaillabel" size="30" value="<?php echo $options['linksubmitteremaillabel']; ?>" />
5100
- </td>
5101
- <td>
5102
- <select name="showaddlinksubmitteremail" id="showaddlinksubmitteremail" style="width:60px;">
5103
- <option value="hide"<?php selected( $options['showaddlinksubmitteremail'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5104
- <option value="show"<?php selected( $options['showaddlinksubmitteremail'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5105
- <option value="required"<?php selected( $options['showaddlinksubmitteremail'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5106
- </select>
5107
- </td>
5108
- </tr>
5109
- <tr>
5110
- <td style='width:200px'><?php _e( 'Link Submitter Comment Label', 'link-library' ); ?></td>
5111
- <?php if ( $options['linksubmittercommentlabel'] == "" ) {
5112
- $options['linksubmittercommentlabel'] = __( 'Submitter Comment', 'link-library' );
5113
- } ?>
5114
- <td>
5115
- <input type="text" id="linksubmittercommentlabel" name="linksubmittercommentlabel" size="30" value="<?php echo $options['linksubmittercommentlabel']; ?>" />
5116
- </td>
5117
- <td>
5118
- <select name="showlinksubmittercomment" id="showlinksubmittercomment" style="width:60px;">
5119
- <option value="hide"<?php selected( $options['showlinksubmittercomment'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5120
- <option value="show"<?php selected( $options['showlinksubmittercomment'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5121
- <option value="required"<?php selected( $options['showlinksubmittercomment'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5122
- </select>
5123
- </td>
5124
- <td style='width: 20px'></td>
5125
- <td style='width:200px'><?php _e( 'Large Description Label', 'link-library' ); ?></td>
5126
- <?php if ( $options['linklargedesclabel'] == "" ) {
5127
- $options['linklargedesclabel'] = __( 'Large Description', 'link-library' );
5128
- } ?>
5129
- <td>
5130
- <input type="text" id="linklargedesclabel" name="linklargedesclabel" size="30" value="<?php echo $options['linklargedesclabel']; ?>" />
5131
- </td>
5132
- <td>
5133
- <select name="showuserlargedescription" id="showuserlargedescription" style="width:60px;">
5134
- <option value="hide"<?php selected( $options['showuserlargedescription'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5135
- <option value="show"<?php selected( $options['showuserlargedescription'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5136
- <option value="required"<?php selected( $options['showuserlargedescription'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5137
- </select>
5138
- </td>
5139
- </tr>
5140
- <tr>
5141
- <td style='width:200px'><?php _e( 'Custom Captcha Question', 'link-library' ); ?></td>
5142
- <?php if ( $options['customcaptchaquestion'] == "" ) {
5143
- $options['customcaptchaquestion'] = __( 'Is boiling water hot or cold?', 'link-library' );
5144
- } ?>
5145
- <td>
5146
- <input type="text" id="customcaptchaquestion" name="customcaptchaquestion" size="30" value="<?php echo $options['customcaptchaquestion']; ?>" />
5147
- </td>
5148
- <td>
5149
- <select name="showcustomcaptcha" id="showcustomcaptcha" style="width:60px;">
5150
- <option value="hide"<?php selected( $options['showcustomcaptcha'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5151
- <option value="show"<?php selected( $options['showcustomcaptcha'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5152
- </select>
5153
- </td>
5154
- <td style='width: 20px'></td>
5155
- <td style='width:200px'><?php _e( 'Custom Captcha Answer', 'link-library' ); ?></td>
5156
- <?php if ( $options['customcaptchaanswer'] == "" ) {
5157
- $options['customcaptchaanswer'] = __( 'hot', 'link-library' );
5158
- } ?>
5159
- <td>
5160
- <input type="text" id="customcaptchaanswer" name="customcaptchaanswer" size="30" value="<?php echo $options['customcaptchaanswer']; ?>" />
5161
- </td>
5162
- </tr>
5163
- <tr>
5164
- <td style='width:200px'><?php _e( 'Add Link button label', 'link-library' ); ?></td>
5165
- <?php if ( $options['addlinkbtnlabel'] == "" ) {
5166
- $options['addlinkbtnlabel'] = __( 'Add Link', 'link-library' );
5167
- } ?>
5168
- <td>
5169
- <input type="text" id="addlinkbtnlabel" name="addlinkbtnlabel" size="30" value="<?php echo $options['addlinkbtnlabel']; ?>" />
5170
- </td>
5171
- <td style='width: 20px'></td>
5172
- <td style='width: 20px'></td>
5173
- <td style='width:200px'><?php _e( 'New Link Message', 'link-library' ); ?></td>
5174
- <?php if ( $options['newlinkmsg'] == "" ) {
5175
- $options['newlinkmsg'] = __( 'New link submitted', 'link-library' );
5176
- } ?>
5177
- <td>
5178
- <input type="text" id="newlinkmsg" name="newlinkmsg" size="30" value="<?php echo $options['newlinkmsg']; ?>" />
5179
- </td>
5180
- </tr>
5181
- <tr>
5182
- <td style='width:200px'><?php _e( 'New Link Moderation Label', 'link-library' ); ?></td>
5183
- <?php if ( $options['moderatemsg'] == "" ) {
5184
- $options['moderatemsg'] = __( 'it will appear in the list once moderated. Thank you.', 'link-library' );
5185
- } ?>
5186
- <td colspan=6>
5187
- <input type="text" id="moderatemsg" name="moderatemsg" size="90" value="<?php echo $options['moderatemsg']; ?>" />
5188
- </td>
5189
- </tr>
5190
- </table>
5191
- </div>
5192
-
5193
- <?php
5194
- }
5195
-
5196
- function settingssets_importexport_meta_box( $data ) {
5197
- $options = $data['options'];
5198
- $settings = $data['settings'];
5199
- ?>
5200
-
5201
- <div style='padding-top:15px' id="ll-importexport" class="content-section">
5202
- <input type='hidden' value='<?php echo $settings; ?>' name='settingsetid' id='settingsetid' />
5203
- <table>
5204
- <tr>
5205
- <td class='lltooltip' title='<?php _e( 'Overwrites current library settings with contents of CSV file', 'link-library' ); ?>' style='width: 330px'><?php _e( 'Library Settings CSV file to import', 'link-library' ); ?></td>
5206
- <td><input size="80" name="settingsfile" type="file" /></td>
5207
- <td>
5208
- <input type="submit" name="importsettings" value="<?php _e( 'Import Library Settings', 'link-library' ); ?>" />
5209
- </td>
5210
- </tr>
5211
- <tr>
5212
- <td class='lltooltip' style='width: 330px' title='<?php _e( 'Generates CSV file with current library configuration for download', 'link-library' ); ?>'><?php _e( 'Export current library settings', 'link-library' ); ?></td>
5213
- <td>
5214
- <input type="submit" name="exportsettings" value="<?php _e( 'Export Library Settings', 'link-library' ); ?>" />
5215
- </td>
5216
- </tr>
5217
- </table>
5218
- </div>
5219
- <?php
5220
- }
5221
-
5222
- function reciprocal_meta_box( $data ) {
5223
- $genoptions = $data['genoptions'];
5224
- ?>
5225
- <table>
5226
- <tr>
5227
- <td style='width: 250px'><?php _e( 'Search string', 'link-library' ); ?></td>
5228
- <td>
5229
- <input type="text" id="recipcheckaddress" name="recipcheckaddress" size="60" value="<?php echo $genoptions['recipcheckaddress']; ?>" />
5230
- </td>
5231
- </tr>
5232
- <tr>
5233
- <td><?php _e( 'Delete links that return a 403 error', 'link-library' ); ?></td>
5234
- <td>
5235
- <input type="checkbox" id="recipcheckdelete403" name="recipcheckdelete403" <?php checked( $genoptions['recipcheckdelete403'] ); ?>/></td>
5236
- </tr>
5237
- <tr>
5238
- <td>
5239
- <input type='submit' id="recipcheck" name="recipcheck" value="<?php _e( 'Check Reciprocal Links', 'link-library' ); ?>" />
5240
- </td>
5241
- </tr>
5242
- <tr><td colspan="2"><hr /></td></tr>
5243
- <tr>
5244
- <td>
5245
- <input type='submit' id="brokencheck" name="brokencheck" value="<?php _e( 'Check Broken Links', 'link-library' ); ?>" />
5246
- </td>
5247
- </tr>
5248
- <tr>
5249
- <td>
5250
- <input type='submit' id="duplicatecheck" name="duplicatecheck" value="<?php _e( 'Check Duplicate Links', 'link-library' ); ?>" />
5251
- </td>
5252
- </tr>
5253
- </table>
5254
-
5255
- <?php
5256
- }
5257
-
5258
-
5259
- /************************************************ Render Custom Meta Box in Link Editor *******************************************/
5260
-
5261
- function ll_link_basic_info( $link ) {
5262
- $link_url = get_post_meta( $link->ID, 'link_url', true );
5263
-
5264
- if ( empty( $link_url ) && isset( $_GET['linkurl'] ) ) {
5265
- $link_url = esc_url( urldecode( $_GET['linkurl'] ) );
5266
- }
5267
-
5268
- $link_description = get_post_meta( $link->ID, 'link_description', true );
5269
- $link_description = htmlentities( $link_description );
5270
- $link_textfield = get_post_meta( $link->ID, 'link_textfield', true );
5271
- $link_target = get_post_meta( $link->ID, 'link_target', true );
5272
- $link_rss = get_post_meta( $link->ID, 'link_rss', true );
5273
- $link_notes = get_post_meta( $link->ID, 'link_notes', true );
5274
- $link_notes = htmlentities( $link_notes );
5275
- ?>
5276
- <table style="width:100%">
5277
- <tr>
5278
- <td style="width:20%"><?php _e( 'Web Address', 'link-library' ); ?></td>
5279
- <td><input type="text" style="width:100%" id="link_url" type="link_url" name="link_url" value="<?php echo $link_url; ?>" tabindex="1"></td>
5280
- </tr>
5281
- <tr>
5282
- <td style="width:20%"><?php _e( 'Description', 'link-library' ); ?></td>
5283
- <td><input type="text" style="width:100%" id="link_description" type="link_description" name="link_description" value="<?php echo $link_description; ?>" tabindex="2"></td>
5284
- </tr>
5285
- <tr>
5286
- <td><?php _e( 'Notes', 'link-library' ); ?></td>
5287
- <td><textarea style="width:100%" name="link_notes" id="link_notes" rows="5"><?php echo $link_notes; ?></textarea></td>
5288
- </tr>
5289
- <tr>
5290
- <td><?php _e( 'Large Description', 'link-library' ); ?></td>
5291
- <td>
5292
- <?php
5293
- $editorsettings = array( 'media_buttons' => false,
5294
- 'textarea_rows' => 5,
5295
- 'textarea_name' => 'link_textfield',
5296
- 'wpautop' => false );
5297
-
5298
- wp_editor( isset( $link_textfield ) ? stripslashes( $link_textfield ) : '', 'link_textfield', $editorsettings ); ?>
5299
- </td>
5300
- </tr>
5301
- <tr>
5302
- <td><?php _e( 'RSS Address', 'link-library' ); ?></td>
5303
- <td><input type="text" style="width:100%" id="link_rss" type="link_rss" name="link_rss" value="<?php echo $link_rss; ?>"></td>
5304
- </tr>
5305
- <tr>
5306
- <td><?php _e( 'Target', 'link-library' ); ?></td>
5307
- <td><?php
5308
- $target_array = array( '' => '_none (same window or tab)', '_blank' => '_blank (new window or tab)', '_top' => '_top (current window or tab, with no frames)' );
5309
- echo '<select name="link_target" id="link_target">';
5310
- foreach ( $target_array as $target_value => $target_item ) {
5311
- echo '<option value="' . $target_value . '" ' . selected( $target_value, $link_target ) . '>' . $target_item . '</option>';
5312
- }
5313
- echo '</select>';
5314
- ?></td>
5315
- </tr>
5316
- </table>
5317
- <?php }
5318
-
5319
- function ll_link_image_info( $link ) {
5320
- $genoptions = get_option( 'LinkLibraryGeneral' );
5321
- $link_image = get_post_meta( $link->ID, 'link_image', true );
5322
- ?>
5323
- <table>
5324
- <tr>
5325
- <td><?php _e( 'Current Image', 'link-library' ); ?></td>
5326
- <td>
5327
- <div id='current_link_image'>
5328
- <?php if ( isset( $link_image ) && !empty( $link_image ) ): ?>
5329
- <img id="actual_link_image" src="<?php echo $link_image ?>" />
5330
- <?php else: ?>
5331
- <span id="noimage"><?php _e( 'None Assigned', 'link-library' ); ?></span>
5332
- <?php endif; ?>
5333
- </div>
5334
- </td>
5335
- </tr>
5336
- <tr>
5337
- <td><?php _e( 'Image URL', 'link-library' ); ?></td>
5338
- <td><input type="text" style="width:100%" id="link_image" type="link_image" name="link_image" value="<?php echo $link_image; ?>"></td>
5339
- </tr>
5340
- <?php if ( isset( $link->ID ) && !empty( $link->ID ) ): ?>
5341
- <tr>
5342
- <td><?php _e( 'Automatic Image Generation', 'link-library' ); ?></td>
5343
- <td title="<?php if ( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) ) {
5344
- _e( 'This button is only available when a valid API key is entered under the Link Library General Settings.', 'link-library' );
5345
- } ?>">
5346
- <INPUT type="button" id="genthumbs" name="genthumbs" <?php disabled( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) );?>value="<?php _e( 'Generate Thumbnail and Store locally', 'link-library' ); ?>">
5347
- <INPUT type="button" id="genfavicons" name="genfavicons" value="<?php _e( 'Generate Favorite Icon and Store locally', 'link-library' ); ?>">
5348
- </td>
5349
- </tr>
5350
- <?php else: ?>
5351
- <tr>
5352
- <td><?php _e( 'Automatic Image Generation', 'link-library' ); ?></td>
5353
- <td><?php _e( 'Only available once link is saved', 'link-library' ); ?></td>
5354
- </tr>
5355
- <?php endif; ?>
5356
- <?php if ( function_exists( 'wp_enqueue_media' ) ) { ?>
5357
- <tr>
5358
- <td><?php _e( 'Image Upload', 'link-library' ); ?></td>
5359
- <td>
5360
- <input type="button" class="upload_image_button" value="<?php _e( 'Launch Media Uploader', 'link-library' ); ?>">
5361
- </td>
5362
- </tr>
5363
- </table>
5364
- <?php } ?>
5365
-
5366
- <script type="text/javascript">
5367
- jQuery(document).ready(function () {
5368
- // Uploading files
5369
- var file_frame;
5370
-
5371
- jQuery('.upload_image_button').live('click', function (event) {
5372
-
5373
- event.preventDefault();
5374
-
5375
- // If the media frame already exists, reopen it.
5376
- if (file_frame) {
5377
- file_frame.open();
5378
- return;
5379
- }
5380
-
5381
- // Create the media frame.
5382
- file_frame = wp.media.frames.file_frame = wp.media({
5383
- title : jQuery(this).data('uploader_title'),
5384
- button : {
5385
- text: jQuery(this).data('uploader_button_text')
5386
- },
5387
- multiple: false // Set to true to allow multiple files to be selected
5388
- });
5389
-
5390
- // When an image is selected, run a callback.
5391
- file_frame.on('select', function () {
5392
- // We set multiple to false so only get one image from the uploader
5393
- attachment = file_frame.state().get('selection').first().toJSON();
5394
-
5395
- // Do something with attachment.id and/or attachment.url here
5396
- jQuery('#link_image').val(attachment.url);
5397
-
5398
- jQuery('#current_link_image').replaceWith("<div id='current_link_image'><img src='" + attachment.url + "' /></div>");
5399
- jQuery('#current_link_image').fadeIn('fast');
5400
- });
5401
-
5402
- // Finally, open the modal
5403
- file_frame.open();
5404
- });
5405
-
5406
- jQuery("#ll_updated_manual").click(function () {
5407
- if (jQuery('#ll_updated_manual').is(':checked')) {
5408
- jQuery('#ll_link_updated').attr('disabled', false);
5409
- } else {
5410
- jQuery('#ll_link_updated').attr('disabled', true);
5411
- }
5412
- });
5413
- // Using jQuery, set both the enctype and the encoding
5414
- // attributes to be multipart/form-data.
5415
- jQuery("form#editlink")
5416
- .attr("enctype", "multipart/form-data")
5417
- .attr("encoding", "multipart/form-data")
5418
- .attr( "accept-charset", "UTF-8" )
5419
- ;
5420
- jQuery("form#addlink")
5421
- .attr("enctype", "multipart/form-data")
5422
- .attr("encoding", "multipart/form-data")
5423
- .attr( "accept-charset", "UTF-8" )
5424
- ;
5425
- jQuery('#genthumbs').click(function () {
5426
- var linkname = jQuery('#title').val();
5427
- var linkurl = jQuery('#link_url').val();
5428
-
5429
- if ( linkname != '' && linkurl != '' ) {
5430
- jQuery('#current_link_image').fadeOut('fast');
5431
-
5432
- jQuery.ajax({
5433
- type : 'POST',
5434
- url : '<?php echo admin_url( 'admin-ajax.php' ); ?>',
5435
- data : {
5436
- action : 'link_library_generate_image',
5437
- _ajax_nonce : '<?php echo wp_create_nonce( 'link_library_generate_image' ); ?>',
5438
- name : linkname,
5439
- url : linkurl,
5440
- mode : 'thumbonly',
5441
- cid : '<?php echo $genoptions['thumbshotscid']; ?>',
5442
- filepath : 'link-library-images',
5443
- filepathtype: 'absolute',
5444
- linkid : <?php if( isset( $link->ID ) ) { echo $link->ID; } else { echo "''"; } ?>
5445
- },
5446
- success: function (data) {
5447
- if (data != '') {
5448
- jQuery('#current_link_image').replaceWith("<div id='current_link_image'><img src='" + data + "' /></div>");
5449
- jQuery('#current_link_image').fadeIn('fast');
5450
- jQuery('#link_image').val(data);
5451
- alert('<?php _e('Thumbnail successfully generated for', 'link-library'); ?> ' + linkname);
5452
- }
5453
- }
5454
- });
5455
- }
5456
- else {
5457
- alert("<?php _e('Cannot generate thumbnail when no name and no web address are specified.', 'link-library'); ?>");
5458
- }
5459
- });
5460
-
5461
- jQuery('#genfavicons').click(function () {
5462
- var linkname = jQuery('#title').val();
5463
- var linkurl = jQuery('#link_url').val();
5464
-
5465
- if (linkname != '' && linkurl != '') {
5466
- jQuery('#current_link_image').fadeOut('fast');
5467
- jQuery.ajax({
5468
- type : 'POST',
5469
- url : '<?php echo admin_url( 'admin-ajax.php' ); ?>',
5470
- data : {
5471
- action : 'link_library_generate_image',
5472
- _ajax_nonce : '<?php echo wp_create_nonce( 'link_library_generate_image' ); ?>',
5473
- name : linkname,
5474
- url : linkurl,
5475
- mode : 'favicononly',
5476
- filepath : 'link-library-favicons',
5477
- filepathtype: 'absolute',
5478
- linkid : <?php if( isset( $link->ID ) ) { echo $link->ID; } else { echo "''"; }?>
5479
-
5480
-
5481
- },
5482
- success: function (data) {
5483
- if (data != '') {
5484
- jQuery('#current_link_image').replaceWith("<div id='current_link_image'><img src='" + data + "' /></div>");
5485
- jQuery('#current_link_image').fadeIn('fast');
5486
- jQuery('#link_image').val(data);
5487
- alert('<?php _e('Favicon successfully generated for', 'link-library') ?> ' + linkname);
5488
- }
5489
- }
5490
- });
5491
- }
5492
- else {
5493
- alert("<?php _e('Cannot generate favorite icon when no name and no web address are specified.', 'link-library'); ?>");
5494
- }
5495
- });
5496
-
5497
- });
5498
- </script>
5499
- <?php }
5500
-
5501
- function ll_link_edit_extra( $link ) {
5502
- $link_featured = get_post_meta( $link->ID, 'link_featured', true );
5503
- $link_no_follow = get_post_meta( $link->ID, 'link_no_follow', true );
5504
- $link_rating = get_post_meta( $link->ID, 'link_rating', true );
5505
- $link_second_url = get_post_meta( $link->ID, 'link_second_url', true );
5506
- $link_telephone = get_post_meta( $link->ID, 'link_telephone', true );
5507
- $link_email = get_post_meta( $link->ID, 'link_email', true );
5508
- $link_submitter = get_post_meta( $link->ID, 'link_submitter', true );
5509
- $link_submitter_name = get_post_meta( $link->ID, 'link_submitter_name', true );
5510
- $link_submitter_email = get_post_meta( $link->ID, 'link_submitter_email', true );
5511
- $link_price = get_post_meta( $link->ID, 'link_price', true );
5512
- $link_reciprocal = get_post_meta( $link->ID, 'link_reciprocal', true );
5513
- $link_rel = get_post_meta( $link->ID, 'link_rel', true );
5514
-
5515
- $link_updated = get_post_meta( $link->ID, 'link_updated', true );
5516
-
5517
- $link_updated_manual = get_post_meta( $link->ID, 'link_updated_manual', true );
5518
-
5519
- if ( empty( $link_updated ) ) {
5520
- $link_updated = current_time( 'mysql' );
5521
- } else {
5522
- $link_updated = date( "Y-m-d H:i", $link_updated );
5523
- }
5524
-
5525
- $link_visits = get_post_meta( $link->ID, 'link_visits', true );
5526
-
5527
- if ( empty( $link_visits ) ) {
5528
- $link_visits = 0;
5529
- }
5530
- ?>
5531
-
5532
- <input type="hidden" name="form_submitted" value="true">
5533
- <table>
5534
- <tr>
5535
- <td style='width: 200px'><?php _e( 'Featured Item', 'link-library' ); ?></td>
5536
- <td>
5537
- <input type="checkbox" id="link_featured" name="link_featured" <?php checked( $link_featured ); ?>/>
5538
- </td>
5539
- </tr>
5540
- <tr>
5541
- <td style='width: 200px'><?php _e( 'No Follow', 'link-library' ); ?></td>
5542
- <td>
5543
- <input type="checkbox" id="link_no_follow" name="link_no_follow" <?php checked( $link_no_follow ); ?>/>
5544
- </td>
5545
- </tr>
5546
- <tr>
5547
- <td style='width: 200px'><?php _e( 'Rating', 'link-library' ); ?></td>
5548
- <td>
5549
- <select name="link_rating" id="link_rating">
5550
- <?php for( $counter = 0; $counter <= 10; $counter++ ) {
5551
- echo '<option value="' . $counter . '" ' . selected( $counter, $link_rating, false ). '>' . $counter . '</option>';
5552
- } ?>
5553
- </select>
5554
- </td>
5555
- </tr>
5556
- <tr>
5557
- <td style='width: 200px'><?php _e( 'Updated Date', 'link-library' ); ?></td>
5558
- <td><span style="float:left;padding-top:6px">Set Manually
5559
- <input type="checkbox" id="link_updated_manual" name="link_updated_manual" <?php checked( $link_updated_manual ); ?>/></span>
5560
- <input type="text" <?php if ( !$link_updated_manual || empty( $link_updated_manual ) ) {
5561
- echo 'disabled="disabled"';
5562
- } ?> id="link_updated" name="link_updated" size="50%" value="<?php echo $link_updated; ?>" />
5563
- </td>
5564
- </tr>
5565
- <tr>
5566
- <td style='width: 200px'><?php _e( 'Secondary Web Address', 'link-library' ); ?></td>
5567
- <td>
5568
- <input type="text" id="link_second_url" name="link_second_url" style="width:100%" value="<?php echo $link_second_url; ?>" /> <?php if ( !empty( $link_second_url ) ) {
5569
- echo " <a href=" . esc_html( $link_second_url ) . ">" . __( 'Visit', 'link-library' ) . "</a>";
5570
- } ?></td>
5571
- </tr>
5572
- <tr>
5573
- <td><?php _e( 'Telephone', 'link-library' ); ?></td>
5574
- <td>
5575
- <input type="text" id="link_telephone" name="link_telephone" style="width:100%" value="<?php echo $link_telephone; ?>" />
5576
- </td>
5577
- </tr>
5578
- <tr>
5579
- <td><?php _e( 'E-mail', 'link-library' ); ?></td>
5580
- <td>
5581
- <input type="text" id="link_email" name="link_email" style="width:100%" value="<?php echo $link_email; ?>" />
5582
- </td>
5583
- </tr>
5584
- <tr>
5585
- <td><?php _e( 'Reciprocal Link', 'link-library' ); ?></td>
5586
- <td>
5587
- <input type="text" id="link_reciprocal" name="link_reciprocal" style="width:100%" value="<?php echo $link_reciprocal; ?>" /> <?php if ( !empty( $link_reciprocal ) ) {
5588
- echo " <a href=" . esc_url( stripslashes( $link_reciprocal ) ) . ">" . __( 'Visit', 'link-library' ) . "</a>";
5589
- } ?></td>
5590
- </tr>
5591
- <tr>
5592
- <td><?php _e( 'Number of views', 'link-library' ); ?></td>
5593
- <td>
5594
- <input type="text" id="link_visits" name="link_visits" style="width:100%" value="<?php echo $link_visits; ?>" />
5595
- </td>
5596
- </tr>
5597
- <tr>
5598
- <td><?php _e( 'Submitter', 'link-library' ); ?></td>
5599
- <td>
5600
- <input type="text" id="link_submitter" name="link_submitter" style="width:100%" value="<?php echo $link_submitter; ?>" />
5601
- </td>
5602
- </tr>
5603
- <tr>
5604
- <td><?php _e( 'Submitter Name', 'link-library' ); ?></td>
5605
- <td>
5606
- <input type="text" id="link_submitter_name" name="link_submitter_name" style="width:100%" value="<?php echo $link_submitter_name; ?>" />
5607
- </td>
5608
- </tr>
5609
- <tr>
5610
- <td><?php _e( 'Submitter E-mail', 'link-library' ); ?></td>
5611
- <td>
5612
- <input type="text" id="link_submitter_email" name="link_submitter_email" style="width:100%" value="<?php echo $link_submitter_email; ?>" />
5613
- </td>
5614
- </tr>
5615
- <tr>
5616
- <td><?php _e( 'Rel Tags', 'link-library' ); ?></td>
5617
- <td>
5618
- <input type="text" id="link_rel" name="link_rel" size="80" value="<?php echo $link_rel; ?>" />
5619
- </td>
5620
- </tr>
5621
- <tr>
5622
- <td><?php _e( 'Price', 'link-library' ); ?></td>
5623
- <td>
5624
- <input type="text" id="link_price" name="link_price" size="10" value="<?php echo $link_price; ?>" />
5625
- </td>
5626
- </tr>
5627
- </table>
5628
-
5629
- <script type="text/javascript">
5630
- jQuery( document ).ready(function() {
5631
- jQuery("#link_updated_manual").click(function () {
5632
- if (jQuery('#link_updated_manual').is(':checked')) {
5633
- jQuery('#link_updated').attr('disabled', false);
5634
- } else {
5635
- jQuery('#link_updated').attr('disabled', true);
5636
- }
5637
- });
5638
- });
5639
- </script>
5640
-
5641
- <?php
5642
- }
5643
-
5644
- function ll_save_link_fields( $link_id, $link ) {
5645
- // Check post type for book reviews
5646
-
5647
- if ( $link->post_type == 'link_library_links' && isset( $_POST['action'] ) && 'editpost' == $_POST['action'] ) {
5648
-
5649
- $array_urls_nonce = array( 'link_url' );
5650
- foreach ( $array_urls_nonce as $array_url_nonce ) {
5651
- if ( isset( $_POST[$array_url_nonce] ) && !empty( $_POST[$array_url_nonce] ) ) {
5652
- if ( !isset( $_POST['link_edit_nonce'] ) || wp_verify_nonce( $_POST['link_edit_nonce'], plugin_basename( __FILE__ ) ) ) {
5653
- update_post_meta( $link_id, $array_url_nonce, esc_url( $_POST[$array_url_nonce] ) );
5654
- }
5655
- }
5656
- }
5657
-
5658
- $array_urls = array( 'link_rss', 'link_second_url', 'link_reciprocal', 'link_image' );
5659
- foreach ( $array_urls as $array_url ) {
5660
- if ( isset( $_POST[$array_url] ) ) {
5661
- update_post_meta( $link_id, $array_url, esc_url( $_POST[$array_url] ) );
5662
- }
5663
- }
5664
-
5665
- $array_escape_items = array( 'link_description', 'link_notes', 'link_telephone', 'link_reciprocal', 'link_submitter', 'link_submitter_name', 'link_rel' );
5666
- foreach ( $array_escape_items as $array_escape_item ) {
5667
- if ( isset( $_POST[$array_escape_item] ) ) {
5668
- update_post_meta( $link_id, $array_escape_item, sanitize_text_field( $_POST[$array_escape_item] ) );
5669
- }
5670
- }
5671
-
5672
- if ( isset( $_POST['link_updated'] ) && !empty( $_POST['link_updated'] ) ) {
5673
- update_post_meta( $link_id, 'link_updated', strtotime( $_POST['link_updated'] ) );
5674
- } else {
5675
- update_post_meta( $link_id, 'link_updated', current_time( 'timestamp' ) );
5676
- }
5677
-
5678
- $array_kses_items = array( 'link_textfield' );
5679
- foreach ( $array_kses_items as $array_kses_item ) {
5680
- if ( isset( $_POST[$array_kses_item] ) ) {
5681
- update_post_meta( $link_id, $array_kses_item, wp_kses_post( $_POST[$array_kses_item] ) );
5682
- }
5683
- }
5684
-
5685
- $array_email_items = array( 'link_email', 'link_submitter_email' );
5686
- foreach ( $array_email_items as $array_email_item ) {
5687
- if ( isset( $_POST[$array_email_item] ) ) {
5688
- update_post_meta( $link_id, $array_email_item, sanitize_email( $_POST[$array_email_item] ) );
5689
- }
5690
- }
5691
-
5692
- $array_price_items = array( 'link_price' );
5693
- foreach ( $array_price_items as $array_price_item ) {
5694
- if ( isset( $_POST[$array_price_item] ) ) {
5695
- update_post_meta( $link_id, $array_price_item, floatval( $_POST[$array_price_item] ) );
5696
- }
5697
- }
5698
-
5699
- $array_num_items = array( 'link_rating', 'link_visits' );
5700
- foreach ( $array_num_items as $array_num_item ) {
5701
- if ( isset( $_POST[$array_num_item] ) ) {
5702
- update_post_meta( $link_id, $array_num_item, intval( $_POST[$array_num_item] ) );
5703
- }
5704
- }
5705
-
5706
- $array_direct_items = array( 'link_target' );
5707
- foreach ( $array_direct_items as $array_direct_item ) {
5708
- if ( isset( $_POST[$array_direct_item] ) ) {
5709
- update_post_meta( $link_id, $array_direct_item, $_POST[$array_direct_item] );
5710
- }
5711
- }
5712
-
5713
- $array_boolean_items = array( 'link_featured', 'link_no_follow', 'link_updated_manual' );
5714
- foreach ( $array_boolean_items as $array_boolean_item ) {
5715
- if ( isset( $_POST[$array_boolean_item] ) ) {
5716
- update_post_meta( $link_id, $array_boolean_item, true );
5717
- } else {
5718
- update_post_meta( $link_id, $array_boolean_item, false );
5719
- }
5720
- }
5721
-
5722
- if ( isset( $_POST['link_featured'] ) ) {
5723
- update_post_meta( $link_id, 'link_featured', 1 );
5724
- } else {
5725
- update_post_meta( $link_id, 'link_featured', 0 );
5726
- }
5727
-
5728
- $newrating = intval( $_POST['link_rating'] );
5729
- if ( $newrating < 0 ) {
5730
- $newrating = 0;
5731
- } elseif ( $newrating > 10 ) {
5732
- $newrating = 10;
5733
- }
5734
- }
5735
- }
5736
-
5737
- function ll_add_columns( $columns ) {
5738
- $columns['link_library_updated'] = 'Updated';
5739
- $columns['link_library_url'] = 'URL';
5740
- $columns['link_library_categories'] = 'Categories';
5741
- $columns['link_library_rating'] = 'Rating';
5742
- $columns['link_library_visits'] = 'Hits';
5743
- unset( $columns['comments'] );
5744
- unset( $columns['date'] );
5745
- return $columns;
5746
- }
5747
-
5748
- function ll_populate_columns( $column ) {
5749
- if ( 'link_library_updated' == $column ) {
5750
- $link_updated = get_post_meta( get_the_ID(), 'link_updated', true );
5751
-
5752
- $date_diff = time() - intval( $link_updated );
5753
-
5754
- if ( $date_diff < 604800 ) {
5755
- echo '<strong>** RECENTLY UPDATED **</strong><br />';
5756
- }
5757
-
5758
- echo date( "Y-m-d H:i", $link_updated );
5759
- } elseif ( 'link_library_url' == $column ) {
5760
- $link_url = esc_url( get_post_meta( get_the_ID(), 'link_url', true ) );
5761
- echo '<a href="' . $link_url . '">' . $link_url . '</a>';
5762
- } elseif ( 'link_library_categories' == $column ) {
5763
- $link_categories = wp_get_post_terms( get_the_ID(), 'link_library_category' );
5764
- if ( $link_categories ) {
5765
- $countcats = 0;
5766
- foreach ( $link_categories as $link_category ) {
5767
- if ( $countcats >= 1 ) {
5768
- echo ', ';
5769
- }
5770
- echo $link_category->name;
5771
- $countcats++;
5772
- }
5773
- } else {
5774
- echo 'None Assigned';
5775
- }
5776
- } elseif ( 'link_library_rating' == $column ) {
5777
- $link_rating = esc_html( get_post_meta( get_the_ID(), 'link_rating', true ) );
5778
- echo $link_rating;
5779
- } elseif ( 'link_library_visits' == $column ) {
5780
- $link_visits = esc_html( get_post_meta( get_the_ID(), 'link_visits', true ) );
5781
- echo $link_visits;
5782
- }
5783
- }
5784
-
5785
- function ll_column_sortable( $columns ) {
5786
- $columns['link_library_url'] = 'link_library_url';
5787
- $columns['link_library_rating'] = 'link_library_rating';
5788
-
5789
- return $columns;
5790
- }
5791
-
5792
- function ll_column_ordering( $vars ) {
5793
- if ( !is_admin() ) {
5794
- return $vars;
5795
- }
5796
-
5797
- if ( isset( $vars['orderby'] ) && 'link_library_url' == $vars['orderby'] ) {
5798
- $vars = array_merge( $vars, array(
5799
- 'meta_key' => 'link_url',
5800
- 'orderby' => 'meta_value' ) );
5801
- } elseif ( isset( $vars['orderby'] ) && 'link_library_rating' == $vars['orderby'] ) {
5802
- $vars = array_merge( $vars, array(
5803
- 'meta_key' => 'link_rating',
5804
- 'orderby' => 'meta_value_num' ) );
5805
- }
5806
-
5807
- return $vars;
5808
- }
5809
-
5810
- function ll_custom_post_order( $query ) {
5811
- /* The current post type. */
5812
- $post_type = $query->get('post_type');
5813
- /* Check post types. */
5814
- if ( $post_type == 'link_library_links' ) {
5815
- /* Post Column: e.g. title */
5816
- if ( $query->get('orderby') == '' ) {
5817
- $query->set('orderby', 'title');
5818
- }
5819
- /* Post Order: ASC / DESC */
5820
- if ( $query->get('order') == '' ) {
5821
- $query->set( 'order', 'ASC' );
5822
- }
5823
- }
5824
- }
5825
-
5826
- function ll_display_custom_quickedit_link( $column_name, $post_type ) {
5827
- static $printNonce = TRUE;
5828
- if ( $printNonce ) {
5829
- $printNonce = FALSE;
5830
- wp_nonce_field( plugin_basename( __FILE__ ), 'link_edit_nonce' );
5831
- }
5832
-
5833
- ?>
5834
- <fieldset class="inline-edit-col-right inline-edit-link">
5835
- <div class="inline-edit-col column-<?php echo $column_name; ?>">
5836
- <label class="inline-edit-group">
5837
- <?php
5838
- switch ( $column_name ) {
5839
- case 'link_library_url':
5840
- ?><span class="title">URL</span><input type="text" name="link_url" id="link_url" /><?php
5841
- break;
5842
- }
5843
- ?>
5844
- </label>
5845
- </div>
5846
- </fieldset>
5847
- <?php
5848
- }
5849
-
5850
-
5851
-
5852
- function network_settings_menu() {
5853
- add_submenu_page( 'settings.php', 'Link Library Network Config', 'Link Library Network Config', 'manage_options', 'link_library_network_admin_page', array( $this, 'link_library_network_admin_page' ) );
5854
- }
5855
-
5856
- function link_library_network_admin_page() {
5857
-
5858
- if ( isset( $_POST['link-library-submit-settings'] ) && check_admin_referer( 'link-library-network' ) ) {
5859
-
5860
- $optionnames = array( 'updatechannel' );
5861
-
5862
- foreach ( $optionnames as $optionname ) {
5863
- if ( isset( $_POST[$optionname] ) && !empty( $_POST[$optionname] ) ) {
5864
- $networkoptions[$optionname] = $_POST[$optionname];
5865
- }
5866
- }
5867
-
5868
- update_site_option( 'LinkLibraryNetworkOptions', $networkoptions );
5869
-
5870
- echo '<div id="message" class="updated fade"><p><strong>Network Settings Saved</strong></p></div>';
5871
- }
5872
-
5873
- $networkoptions = get_site_option( 'LinkLibraryNetworkOptions' );
5874
-
5875
- if ( empty( $networkoptions ) ) {
5876
- $networkoptions['updatechannel'] = 'standard';
5877
- }
5878
- ?>
5879
-
5880
- <div id="link_library_network_options" class="wrap">
5881
- <h2>Link Library Network Options</h2>
5882
-
5883
- <form name="link_library_network_options_form" method="post">
5884
- <input type="hidden" name="link-library-submit-settings" value="1">
5885
- <?php wp_nonce_field( 'link-library-network' ); ?>
5886
- <table>
5887
- <tr>
5888
- <td><?php _e( 'Update channel', 'link-library' ); ?></td>
5889
- <td><select id="updatechannel" name="updatechannel">
5890
- <option value="standard" <?php selected( $networkoptions['updatechannel'], 'standard' ); ?>><?php _e( 'Standard channel - Updates as they are released', 'link-library' ); ?>
5891
- <option value="monthly" <?php selected( $networkoptions['updatechannel'], 'monthly' ); ?>><?php _e( 'Monthly Channel - Updates once per month', 'link-library' ); ?>
5892
- </select></td>
5893
- </tr>
5894
- </table><br />
5895
- <input type="submit" value="Submit" class="button-primary" />
5896
- </form>
5897
- </div>
5898
-
5899
- <?php }
5900
-
5901
- /************************************************ Delete extra field data when link is deleted ***********************************/
5902
- function ll_link_cat_filter_list() {
5903
- $screen = get_current_screen();
5904
- global $wp_query;
5905
-
5906
- if ( $screen->post_type == 'link_library_links' ) {
5907
- wp_dropdown_categories(array(
5908
- 'show_option_all' => 'All Link Categories',
5909
- 'taxonomy' => 'link_library_category',
5910
- 'name' => 'link_library_category',
5911
- 'orderby' => 'name',
5912
- 'selected' =>
5913
- ( isset( $wp_query->query['link_library_category'] ) ?
5914
- $wp_query->query['link_library_category'] : '' ),
5915
- 'hierarchical' => true,
5916
- 'depth' => 3,
5917
- 'show_count' => false,
5918
- 'hide_empty' => false,
5919
- )
5920
- );
5921
- }
5922
- }
5923
-
5924
- function ll_perform_link_cat_filtering( $query ) {
5925
- $qv = &$query->query_vars;
5926
-
5927
- if ( !empty( $qv['link_library_category'] ) && is_numeric( $qv['link_library_category'] ) ) {
5928
- $term = get_term_by( 'id', $qv['link_library_category'], 'link_library_category' );
5929
- $qv['link_library_category'] = $term->slug;
5930
- }
5931
- }
5932
-
5933
- function link_library_duplicate_link_checker( $ll_admin_class ) {
5934
- global $wpdb; // Kept with CPT update
5935
- echo "<strong>" . __( 'Duplicate Link Checker Report', 'link-library' ) . "</strong><br /><br />";
5936
-
5937
- echo "<strong>" . __( 'Duplicate URLs', 'link-library' ) . "</strong><br /><br />";
5938
- $linkquery = "SELECT p.ID, p.post_title, pm.meta_value FROM " . $ll_admin_class->db_prefix() . "posts p, " . $ll_admin_class->db_prefix() . "postmeta pm INNER JOIN";
5939
- $linkquery .= "(SELECT trim( TRAILING '/' FROM meta_value ) as trim_link_url ";
5940
- $linkquery .= "FROM " . $ll_admin_class->db_prefix() . "posts p, " . $ll_admin_class->db_prefix() . "postmeta pm where pm.post_id = p.ID and pm.meta_key = 'link_url' and p.post_type = 'link_library_links' and p.post_status in ( 'publish', 'pending', 'draft', 'future', 'private' ) GROUP BY meta_value HAVING count(p.ID) > 1) dup ";
5941
- $linkquery .= "ON pm.meta_value = dup.trim_link_url ";
5942
- $linkquery .= "WHERE p.ID = pm.post_id and p.post_type = 'link_library_links' and pm.meta_key = 'link_url' and p.post_status in ( 'publish', 'pending', 'draft', 'future', 'private' )";
5943
-
5944
- $links = $wpdb->get_results( $linkquery );
5945
-
5946
- if ( $links ) {
5947
- foreach ( $links as $link ) {
5948
- echo $link->ID . ' - ' . $link->post_title . ': ' . $link->meta_value . '<br /><br />';
5949
- }
5950
- } else {
5951
- echo 'No duplicate URL links found';
5952
- }
5953
-
5954
- echo "<br /><br /><strong>" . __( 'Duplicate Names', 'link-library' ) . "</strong><br /><br />";
5955
-
5956
- $linkquery = "SELECT p.ID, p.post_title FROM " . $ll_admin_class->db_prefix() . "posts p INNER JOIN";
5957
- $linkquery .= "(SELECT trim( TRAILING '/' FROM post_title ) as trim_post_title ";
5958
- $linkquery .= "FROM " . $ll_admin_class->db_prefix() . "posts p WHERE p.post_status in ( 'publish', 'pending', 'draft', 'future', 'private' ) GROUP BY post_title HAVING count(p.ID) > 1) dup ";
5959
- $linkquery .= "ON p.post_title = dup.trim_post_title ";
5960
- $linkquery .= "WHERE p.post_type = 'link_library_links' AND p.post_status in ( 'publish', 'pending', 'draft', 'future', 'private' ) ";
5961
-
5962
- $links = $wpdb->get_results( $linkquery );
5963
-
5964
- if ( $links ) {
5965
- foreach ( $links as $link ) {
5966
- echo $link->ID . ' - ' . $link->post_title . '<br /><br />';
5967
- }
5968
- } else {
5969
- echo 'No duplicate name links found';
5970
- }
5971
-
5972
- echo '<br />';
5973
- }
5974
- }
5975
-
5976
- function link_library_reciprocal_link_checker() {
5977
-
5978
- $RecipCheckAddress = ( isset( $_POST['RecipCheckAddress'] ) && !empty( $_POST['RecipCheckAddress'] ) ? $_POST['RecipCheckAddress'] : '' );
5979
- $recipcheckdelete403 = ( isset( $_POST['recipcheckdelete403'] ) && !empty( $_POST['recipcheckdelete403'] ) && 'true' == $_POST['recipcheckdelete403'] ? true : false );
5980
- $check_type = ( isset( $_POST['mode'] ) && !empty( $_POST['mode'] ) ? $_POST['mode'] : 'reciprocal' );
5981
-
5982
- if ( ! empty( $RecipCheckAddress ) || ( empty( $RecipCheckAddress ) && 'reciprocal' != $check_type ) ) {
5983
- $args = array(
5984
- 'post_type' => 'link_library_links',
5985
- 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'private' ),
5986
- 'orderby' => 'post_title',
5987
- 'order' => 'ASC',
5988
- 'meta_value' => ' ',
5989
- 'meta_compare' => '!=',
5990
- 'posts_per_page' => 1,
5991
- 'paged' => ( isset( $_POST['index'] ) ? $_POST['index'] : 1 )
5992
- );
5993
-
5994
- if ( 'reciprocal' == $check_type ) {
5995
- $args['meta_key'] = 'link_reciprocal';
5996
-
5997
- } elseif ( 'broken' == $check_type ) {
5998
- $args['meta_key'] = 'link_url';
5999
- }
6000
-
6001
- $the_link_query = new WP_Query( $args );
6002
-
6003
- if ( $the_link_query->have_posts() ) {
6004
- while ( $the_link_query->have_posts() ) {
6005
- $the_link_query->the_post();
6006
-
6007
- global $my_link_library_plugin;
6008
- $link_url = get_post_meta( get_the_ID(), 'link_url', true );
6009
-
6010
- if ( 'reciprocal' == $check_type ) {
6011
- $link_reciprocal = get_post_meta( get_the_ID(), 'link_reciprocal', true );
6012
- $reciprocal_result = $my_link_library_plugin->CheckReciprocalLink( $RecipCheckAddress, $link_reciprocal );
6013
- } elseif ( 'broken' == $check_type ) {
6014
- $reciprocal_result = $my_link_library_plugin->CheckReciprocalLink( $RecipCheckAddress, $link_url );
6015
- }
6016
-
6017
- echo '<a href="' . $link_url . '">' . get_the_title() . '</a>: ';
6018
-
6019
- if ( 'reciprocal' == $check_type && $reciprocal_result == 'exists_notfound' ) {
6020
- echo '<span style="color: #FF0000">' . __( 'Not Found', 'link-library' ) . '</span><br />';
6021
- } elseif ( 'reciprocal' == $check_type && $reciprocal_result == 'exists_found' ) {
6022
- echo '<span style="color: #00FF00">' . __( 'OK', 'link-library' ) . '</span><br />';
6023
- } elseif ( 'broken' == $check_type && strpos( $reciprocal_result, 'exists' ) !== false ) {
6024
- echo '<span style="color: #00FF00">' . __( 'Link valid', 'link-library' ) . '</span><br />';
6025
- } elseif ( $reciprocal_result == 'error_403' && $recipcheckdelete403 == true ) {
6026
- wp_delete_post( get_the_ID() );
6027
- echo '<span style="color: #FF0000">' . __( 'Error 403: Link Deleted', 'link-library' ) . '</span><br />';
6028
- } elseif ( $reciprocal_result == 'error_403' && $recipcheckdelete403 == false ) {
6029
- echo '<span style="color: #FF0000">' . __( 'Error 403', 'link-library' ) . '</span><br />';
6030
- } elseif ( $reciprocal_result == 'unreachable' ) {
6031
- echo '<span style="color: #FF0000">' . __( 'Website Unreachable', 'link-library' ) . '</span><br />';
6032
- }
6033
- }
6034
-
6035
- echo '<div class="nextcheckitem"></div>';
6036
- } else {
6037
- if ( 'reciprocal' == $check_type ) {
6038
- echo __( 'There are no links with reciprocal links associated with them', 'link-library' ) . ".<br />";
6039
- } elseif ( 'broken' == $check_type ) {
6040
- echo __( 'There are no links to check', 'link-library' ) . ".<br />";
6041
- }
6042
-
6043
- }
6044
-
6045
- wp_reset_postdata();
6046
- }
6047
- die();
6048
- }
6049
-
6050
- function link_library_render_editor_button() {
6051
- echo '<a id="insert_linklibrary_shortcodes" href="#TB_inline?width=660&height=800&inlineId=select_linklibrary_shortcode" class="thickbox button linklibrary_media_link" data-width="800">' . __( 'Add Link Library Shortcode', 'link-library' ) . '</a>';
6052
- }
1
+ <?php
2
+
3
+ if ( !defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ } // Exit if accessed directly
6
+
7
+ define( 'LINK_LIBRARY_ADMIN_PAGE_NAME', 'edit.php?post_type=link_library_links' );
8
+
9
+ require_once( ABSPATH . '/wp-admin/includes/bookmark.php' );
10
+ require_once( ABSPATH . '/wp-admin/includes/taxonomy.php' );
11
+
12
+ $rss_settings = '';
13
+ $pagehookmoderate = '';
14
+ $pagehooksettingssets = '';
15
+ $pagehookstylesheet = '';
16
+ $pagehookreciprocal = '';
17
+
18
+ class link_library_plugin_admin {
19
+
20
+ function __construct() {
21
+ add_action( 'admin_init', array( $this, 'action_admin_init' ) );
22
+
23
+ //add filter for WordPress 2.8 changed backend box system !
24
+ add_filter( 'screen_layout_columns', array( $this, 'on_screen_layout_columns' ), 10, 2 );
25
+ //register callback for admin menu setup
26
+ add_action( 'admin_menu', array( $this, 'on_admin_menu' ), 100 );
27
+
28
+ if ( function_exists( 'is_network_admin' ) && is_network_admin() ) {
29
+ add_action( 'network_admin_menu', array( $this, 'network_settings_menu' ) );
30
+ }
31
+
32
+ add_action( 'wp_dashboard_setup', array( $this, 'dashboard_widget' ) );
33
+
34
+ add_filter( 'plugin_row_meta', array( $this, 'set_plugin_row_meta' ), 1, 2 );
35
+
36
+ add_action( 'wpmu_new_blog', array( $this, 'new_network_site' ), 10, 6 );
37
+
38
+ add_action( 'admin_head', array( $this, 'admin_header' ) );
39
+
40
+ add_action( 'add_meta_boxes', array( $this, 'll_make_wp_editor_movable' ), 0 );
41
+ add_action( 'save_post', array( $this, 'll_save_link_fields' ), 10, 2 );
42
+ add_action( 'before_delete_post', array( $this, 'll_delete_link_fields' ), 10 );
43
+ add_filter( 'manage_edit-link_library_links_columns', array( $this, 'll_add_columns' ) );
44
+ add_action( 'manage_posts_custom_column', array( $this, 'll_populate_columns' ) );
45
+ add_filter( 'manage_edit-link_library_links_sortable_columns', array( $this, 'll_column_sortable' ) );
46
+ add_filter( 'request', array( $this, 'll_column_ordering' ) );
47
+ add_action( 'pre_get_posts', array( $this, 'll_custom_post_order' ) );
48
+ add_action( 'quick_edit_custom_box', array( $this, 'll_display_custom_quickedit_link' ), 10, 2 );
49
+
50
+ add_action( 'link_library_category_edit_form_fields', array( $this, 'll_link_library_category_new_fields' ), 10, 2 );
51
+ add_action( 'link_library_category_add_form_fields', array( $this, 'll_link_library_category_new_fields' ), 10, 2 );
52
+
53
+ add_action( 'edited_link_library_category', array( $this, 'll_save_link_library_category_new_fields' ), 10, 2 );
54
+ add_action( 'created_link_library_category', array( $this, 'll_save_link_library_category_new_fields' ), 10, 2 );
55
+
56
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ), 99 );
57
+
58
+ add_action( 'restrict_manage_posts', array( $this, 'll_link_cat_filter_list' ) );
59
+
60
+ add_filter( 'parse_query', array( $this, 'll_perform_link_cat_filtering' ) );
61
+
62
+ add_filter( 'manage_edit-link_library_category_columns', array( $this, 'll_category_custom_column_header' ), 10);
63
+ add_filter( 'manage_link_library_category_custom_column', array( $this, 'll_add_category_id' ), 10, 3 );
64
+
65
+ add_filter( 'manage_edit-link_library_tags_columns', array( $this, 'll_category_tags_custom_column_header' ), 10);
66
+ add_filter( 'manage_link_library_tags_custom_column', array( $this, 'll_add_category_tags_id' ), 10, 3 );
67
+
68
+ if ( $this->is_edit_page() ) {
69
+ add_action( 'media_buttons', 'link_library_render_editor_button', 20 );
70
+ add_action( 'admin_footer', array( $this, 'render_modal' ) );
71
+ }
72
+
73
+ add_action( 'wp_ajax_link_library_recipbrokencheck', 'link_library_reciprocal_link_checker' );
74
+
75
+ add_filter( 'wp_dropdown_cats', 'wp_dropdown_cats_multiple', 10, 2 );
76
+ }
77
+
78
+ function is_edit_page( $new_edit = null ) {
79
+ global $pagenow;
80
+ //make sure we are on the backend
81
+ if ( ! is_admin() ) {
82
+ return false;
83
+ }
84
+
85
+ if ( 'edit' == $new_edit ) {
86
+ return in_array( $pagenow, array( 'post.php', ) );
87
+ } elseif ( 'new' == $new_edit ) { //check for new post page
88
+ return in_array( $pagenow, array( 'post-new.php' ) );
89
+ } else { //check for either new or edit
90
+ if ( isset( $_GET['post_type'] ) && 'link_library_links' != $_GET['post_type'] ) {
91
+ return in_array( $pagenow, array( 'post.php', 'post-new.php' ) );
92
+ } else {
93
+ return false;
94
+ }
95
+ }
96
+ }
97
+
98
+ public function admin_scripts( $hook ) {
99
+ wp_enqueue_script( 'linklibrary-shortcodes-embed', plugins_url( "js/linklibrary-shortcode-embed.js", __FILE__ ), array( 'jquery' ), '', true );
100
+ wp_enqueue_style( 'linklibraryadminstyle', plugins_url( 'adminstyle.css', __FILE__ ) );
101
+
102
+ if ( 'edit.php' === $hook && isset( $_GET['post_type'] ) && 'link_library_links' === $_GET['post_type'] ) {
103
+ wp_enqueue_script( 'll_quick_edit', plugins_url('js/ll_admin_edit.js', __FILE__), false, null, true );
104
+ }
105
+ }
106
+
107
+ public function render_modal() {
108
+ $genoptions = get_option( 'LinkLibraryGeneral' );
109
+ ?>
110
+ <div id="select_linklibrary_shortcode" style="display:none;">
111
+ <div class="wrap">
112
+ <h3><?php _e( 'Insert a Link Library shortcode', 'link-library' ); ?></h3>
113
+ <div class="alignleft">
114
+ <select id="linklibrary_shortcode_selector">
115
+ <option value="link-library"><?php _e( 'Link List', 'link-library' ); ?></option>
116
+ <option value="link-library-cats"><?php _e( 'Link Category List', 'link-library' ); ?></option>
117
+ <option value="link-library-search"><?php _e( 'Link Search', 'link-library' ); ?></option>
118
+ <option value="link-library-addlink"><?php _e( 'Add Link Form', 'link-library' ); ?></option>
119
+ </select>
120
+ </div>
121
+ <div class="alignright">
122
+ <a id="linklibrary_insert" class="button-primary" href="#" style="color:#fff;"><?php esc_attr_e( 'Insert Shortcode', 'link-library' ); ?></a>
123
+ <a id="linklibrary_cancel" class="button-secondary" href="#"><?php esc_attr_e( 'Cancel', 'link-library' ); ?></a>
124
+ </div>
125
+ <div id="shortcode_options" class="alignleft clear">
126
+ <div class="linklibrary-shortcode-section alignleft" id="link-library_wrapper"><p><strong>[link-library]</strong> - <?php _e( 'Render a list of links.', 'link-library' ); ?></p>
127
+ <div class="linklibrary_input alignleft">
128
+ <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
129
+ <br/>
130
+ <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
131
+ <?php if ( empty( $genoptions['numberstylesets'] ) ) {
132
+ $numberofsets = 1;
133
+ } else {
134
+ $numberofsets = $genoptions['numberstylesets'];
135
+ }
136
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
137
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
138
+ $tempoptions = get_option( $tempoptionname ); ?>
139
+ <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
140
+ echo " (" . $tempoptions['settingssetname'] . ")";
141
+ } ?></option>
142
+ <?php endfor; ?>
143
+ </select>
144
+ <br /><br />
145
+ <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Single Link ID', 'link-library' ); ?></label>
146
+ <br />
147
+ <input class="linklibrary_singlelinkid text" type="text" id="linklibrary_singlelinkid" name="singlelinkid" />
148
+ <p class="description"><?php _e( 'Specify ID of single link to be displayed', 'link-library' ); ?></p>
149
+ <br />
150
+ <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
151
+ <br />
152
+ <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
153
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
154
+ <br />
155
+ <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
156
+ <br />
157
+ <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
158
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
159
+ <br />
160
+ <label for="linklibrary_link-library_notesoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
161
+ <br />
162
+ <input class="linklibrary_notesoverride text" type="text" id="linklibrary_notesoverride" name="notesoverride" />
163
+ <p class="description"><?php _e( 'Set to 0 or 1 to display or not display link notes', 'link-library' ); ?></p>
164
+ <br />
165
+ <label for="linklibrary_link-library_descoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
166
+ <br />
167
+ <input class="linklibrary_descoverride text" type="text" id="linklibrary_descoverride" name="descoverride" />
168
+ <p class="description"><?php _e( 'Set to 0 or 1 to display or not display link descriptions', 'link-library' ); ?></p>
169
+ <br />
170
+ <label for="linklibrary_link-library_rssoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
171
+ <br />
172
+ <input class="linklibrary_rssoverride text" type="text" id="linklibrary_rssoverride" name="rssoverride" />
173
+ <p class="description"><?php _e( 'Set to 0 or 1 to display or not display rss information', 'link-library' ); ?></p>
174
+ <br />
175
+ <label for="linklibrary_link-library_tableoverride"><?php _e( 'Notes Override', 'link-library' ); ?></label>
176
+ <br />
177
+ <input class="linklibrary_tableoverride text" type="text" id="linklibrary_tableoverride" name="tableoverride" />
178
+ <p class="description"><?php _e( 'Set to 0 or 1 to display links in an unordered list or a table', 'link-library' ); ?></p>
179
+ </div>
180
+ </div>
181
+ <div class="linklibrary-shortcode-section alignleft" id="link-library-cats_wrapper"><p><strong>[link-library-cats]</strong> - <?php _e( 'Render a list of link categories.', 'link-library' ); ?></p>
182
+ <div class="linklibrary_input alignleft">
183
+ <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
184
+ <br/>
185
+ <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
186
+ <?php if ( empty( $genoptions['numberstylesets'] ) ) {
187
+ $numberofsets = 1;
188
+ } else {
189
+ $numberofsets = $genoptions['numberstylesets'];
190
+ }
191
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
192
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
193
+ $tempoptions = get_option( $tempoptionname ); ?>
194
+ <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
195
+ echo " (" . $tempoptions['settingssetname'] . ")";
196
+ } ?></option>
197
+ <?php endfor; ?>
198
+ </select>
199
+ <br /><br />
200
+ <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
201
+ <br />
202
+ <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
203
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
204
+ <br />
205
+ <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
206
+ <br />
207
+ <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
208
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
209
+ </div>
210
+ </div>
211
+ <div class="linklibrary-shortcode-section alignleft" id="link-library-search_wrapper"><p><strong>[link-library-search]</strong> - <?php _e( 'Render a search box to search through links.', 'link-library' ); ?></p>
212
+ <div class="linklibrary_input alignleft">
213
+ <p class="description"><?php _e( 'There are no options for this shortcode.', 'link-library' ); ?></p>
214
+ </div>
215
+ </div>
216
+ <div class="linklibrary-shortcode-section alignleft" id="link-library-addlink_wrapper"><p><strong>[link-library-addlink]</strong> - <?php _e( 'Render a form for visitors to submit new links.', 'link-library' ); ?></p>
217
+ <div class="linklibrary_input alignleft">
218
+ <label for="linklibrary_link-library_libraryid"><?php _e( 'Library ID', 'link-library' ); ?></label>
219
+ <br/>
220
+ <select class="linklibrary_settings select" id="linklibrary_settings" name="settings" data-slug="settings" data-shortcode="settings" />
221
+ <?php if ( empty( $genoptions['numberstylesets'] ) ) {
222
+ $numberofsets = 1;
223
+ } else {
224
+ $numberofsets = $genoptions['numberstylesets'];
225
+ }
226
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
227
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
228
+ $tempoptions = get_option( $tempoptionname ); ?>
229
+ <option value="<?php echo $counter ?>"><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( !empty( $tempoptions ) ) {
230
+ echo " (" . $tempoptions['settingssetname'] . ")";
231
+ } ?></option>
232
+ <?php endfor; ?>
233
+ </select>
234
+ <br /><br />
235
+ <label for="linklibrary_link-library_categorylistoverride"><?php _e( 'Category Override', 'link-library' ); ?></label>
236
+ <br />
237
+ <input class="linklibrary_categorylistoverride text" type="text" id="linklibrary_categorylistoverride" name="categorylistoverride" />
238
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be displayed in the link list', 'link-library' ); ?></p>
239
+ <br />
240
+ <label for="linklibrary_link-library_excludecategoryoverride"><?php _e( 'Excluded Category Override', 'link-library' ); ?></label>
241
+ <br />
242
+ <input class="linklibrary_excludecategoryoverride text" type="text" id="linklibrary_excludecategoryoverride" name="excludecategoryoverride" />
243
+ <p class="description"><?php _e( 'Single, or comma-separated list of categories IDs to be excluded from the link list', 'link-library' ); ?></p>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <?php
251
+ }
252
+
253
+ function ll_link_library_category_new_fields( $tag ) {
254
+
255
+ $caturl = '';
256
+ $cat_extra_query_string = '';
257
+
258
+ if ( is_object( $tag ) ) {
259
+ $mode = "edit";
260
+ $caturl = get_term_meta( $tag->term_id, 'linkcaturl', true );
261
+ $cat_extra_query_string = get_term_meta( $tag->term_id, 'linkextraquerystring', true );
262
+ } else {
263
+ $mode = 'new';
264
+ }
265
+
266
+ ?>
267
+
268
+ <?php if ( $mode == 'edit' ) {
269
+ echo '<tr class="form-field">';
270
+ } elseif ( $mode == 'new' ) {
271
+ echo '<div class="form-field">';
272
+ } ?>
273
+
274
+ <?php if ( $mode == 'edit' ) {
275
+ echo '<th scope="row" valign="top">';
276
+ } ?>
277
+ <label for="tag-category-url">
278
+ <?php _e( 'Category Link', 'link-library' ); ?></label>
279
+ <?php if ( $mode == 'edit' ) {
280
+ echo '</th>';
281
+ } ?>
282
+
283
+ <?php if ( $mode == 'edit' ) {
284
+ echo '<td>';
285
+ } ?>
286
+ <input type="text" id="ll_category_url" name="ll_category_url" size="60" value="<?php echo $caturl; ?>" />
287
+ <p class="description">Link that will be associated with category when displayed by Link Library</p>
288
+ <?php if ( $mode == 'edit' ) {
289
+ echo '</td>';
290
+ } ?>
291
+ <?php if ( $mode == 'edit' ) {
292
+ echo '</tr>';
293
+ } elseif ( $mode == 'new' ) {
294
+ echo '</div>';
295
+ }
296
+
297
+ if ( $mode == 'edit' ) {
298
+ echo '<tr class="form-field">';
299
+ } elseif ( $mode == 'new' ) {
300
+ echo '<div class="form-field">';
301
+ } ?>
302
+
303
+ <?php if ( $mode == 'edit' ) {
304
+ echo '<th scope="row" valign="top">';
305
+ } ?>
306
+ <label for="tag-extra-query-string">
307
+ <?php _e( 'Extra Query String', 'link-library' ); ?></label>
308
+ <?php if ( $mode == 'edit' ) {
309
+ echo '</th>';
310
+ } ?>
311
+
312
+ <?php if ( $mode == 'edit' ) {
313
+ echo '<td>';
314
+ } ?>
315
+ <input type="text" id="cat_extra_query_string" name="cat_extra_query_string" size="60" value="<?php echo $cat_extra_query_string; ?>" />
316
+ <p class="description">Query string arguments that will be added to all links in this category</p>
317
+ <?php if ( $mode == 'edit' ) {
318
+ echo '</td>';
319
+ } ?>
320
+ <?php if ( $mode == 'edit' ) {
321
+ echo '</tr>';
322
+ } elseif ( $mode == 'new' ) {
323
+ echo '</div>';
324
+ }
325
+ }
326
+
327
+ function ll_save_link_library_category_new_fields( $term_id, $tt_id ) {
328
+
329
+ if ( !$term_id ) {
330
+ return;
331
+ }
332
+
333
+ if ( isset( $_POST['ll_category_url'] ) ) {
334
+ update_term_meta( $term_id, 'linkcaturl', $_POST['ll_category_url'] );
335
+ }
336
+
337
+ if ( isset( $_POST['cat_extra_query_string'] ) ) {
338
+ update_term_meta( $term_id, 'linkextraquerystring', $_POST['cat_extra_query_string'] );
339
+ }
340
+ }
341
+
342
+ function admin_header() {
343
+ global $pagenow;
344
+ if ( ( $pagenow == 'link.php' && $_GET['action'] == 'edit' ) || ( $pagenow == 'link-add.php' ) ) {
345
+ if ( function_exists( 'wp_enqueue_media' ) ) {
346
+ wp_enqueue_media();
347
+ }
348
+ }
349
+
350
+ if ( isset( $_GET['page'] ) && ( ( $_GET['page'] == 'link-library-general-options' ) || $_GET['page'] == 'link-library-settingssets' || $_GET['page'] == 'link-library-moderate' || $_GET['page'] == 'link-library-stylesheet' || $_GET['page'] == 'link-library-reciprocal' || $_GET['page'] == 'link-library-accessibe' ) ) {
351
+ wp_enqueue_style( 'LibraryLibraryAdminStyle', plugins_url( 'link-library-admin.css', __FILE__ ) );
352
+ }
353
+ }
354
+
355
+ function set_plugin_row_meta( $links_array, $plugin_file ) {
356
+ $genoptions = get_option( 'LinkLibraryGeneral' );
357
+
358
+ if ( substr( $plugin_file, 0, 25 ) == substr( plugin_basename( __FILE__ ), 0, 25 ) && ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) ) {
359
+ $links_array = array_merge( $links_array, array( '<a target="_blank" href="https://ylefebvre.home.blog/wordpress-plugins/link-library/">Donate</a>' ) );
360
+ }
361
+
362
+ return $links_array;
363
+ }
364
+
365
+ function db_prefix() {
366
+ global $wpdb; // Kept with CPT update
367
+ if ( method_exists( $wpdb, "get_blog_prefix" ) ) {
368
+ return $wpdb->get_blog_prefix();
369
+ } else {
370
+ return $wpdb->prefix;
371
+ }
372
+ }
373
+
374
+ /* the function */
375
+ function remove_querystring_var( $url, $key ) {
376
+
377
+ $keypos = strpos( $url, $key );
378
+ if ( $keypos ) {
379
+ $ampersandpos = strpos( $url, '&', $keypos );
380
+ $newurl = substr( $url, 0, $keypos - 1 );
381
+
382
+ if ( $ampersandpos ) {
383
+ $newurl .= substr( $url, $ampersandpos );
384
+ }
385
+ } else {
386
+ $newurl = $url;
387
+ }
388
+
389
+ return $newurl;
390
+ }
391
+
392
+ function ll_get_link_image( $url, $name, $mode, $linkid, $cid, $filepath, $filepathtype, $thumbnailsize, $thumbnailgenerator ) {
393
+ if ( $url != "" && $name != "" ) {
394
+ $protocol = is_ssl() ? 'https://' : 'http://';
395
+
396
+ if ( $mode == 'thumb' || $mode == 'thumbonly' ) {
397
+ if ( $thumbnailgenerator == 'robothumb' ) {
398
+ $genthumburl = $protocol . "www.robothumb.com/src/?url=" . esc_html( $url ) . "&size=" . $thumbnailsize;
399
+ } elseif ( $thumbnailgenerator == 'pagepeeker' ) {
400
+ if ( empty( $cid ) ) {
401
+ $genthumburl = $protocol . "free.pagepeeker.com/v2/thumbs.php?size=" . $thumbnailsize . "&url=" . esc_html( $url );
402
+ } else {
403
+ $genthumburl = $protocol . "api.pagepeeker.com/v2/thumbs.php?size=" . $thumbnailsize . "&url=" . esc_html( $url );
404
+ }
405
+ } elseif ( $thumbnailgenerator == 'shrinktheweb' ) {
406
+ $genthumburl .= $protocol . "images.shrinktheweb.com/xino.php?stwembed=1&stwaccesskeyid=" . $cid . "&stwsize=" . $thumbnailsize . "&stwurl=" . esc_html( $url );
407
+ } elseif ( $thumbnailgenerator == 'thumbshots' ) {
408
+ if ( !empty ( $cid ) ) {
409
+ $genthumburl = $protocol . "images.thumbshots.com/image.aspx?cid=" . rawurlencode( $cid ) . "&v1=w=120&url=" . esc_html( $url );
410
+ }
411
+ }
412
+ } elseif ( $mode == 'favicon' || $mode == 'favicononly' ) {
413
+ $genthumburl = $protocol . "www.google.com/s2/favicons?domain=" . $url;
414
+ }
415
+
416
+ $uploads = wp_upload_dir();
417
+
418
+ if ( !file_exists( $uploads['basedir'] ) ) {
419
+ return __( 'Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality.', 'link-library' );
420
+ } elseif ( !is_writable( $uploads['basedir'] ) ) {
421
+ return __( 'Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality.', 'link-library' );
422
+ } else {
423
+ if ( !file_exists( $uploads['basedir'] . '/' . $filepath ) ) {
424
+ mkdir( $uploads['basedir'] . '/' . $filepath );
425
+ }
426
+ }
427
+
428
+ $img = $uploads['basedir'] . "/" . $filepath . "/" . $linkid . '.png';
429
+ if ( $thumbnailgenerator != 'google' || $mode == 'favicon' || $mode == 'favicononly' ) {
430
+ $status = file_put_contents( $img, @file_get_contents( $genthumburl ) );
431
+ } elseif ( $thumbnailgenerator == 'google' && ( $mode == 'thumb' || $mode == 'thumbonly' ) ) {
432
+ $screenshot = file_get_contents('https://pagespeedonline.googleapis.com/pagespeedonline/v5/runPagespeed?url=' . esc_html( $url ));
433
+ $data_whole = json_decode($screenshot);
434
+
435
+ if (isset($data_whole->error) || empty($screenshot)) {
436
+ if (!(substr($url, 0, 4) == 'http')) {
437
+ $url2 = 'https%3A%2F%2F' . $url;
438
+ $screenshot = file_get_contents('https://pagespeedonline.googleapis.com/pagespeedonline/v5/runPagespeed?url='.$url2);
439
+ $data_whole = json_decode($screenshot);
440
+ }
441
+ }
442
+ if (isset($data_whole->error) || empty($screenshot)) {
443
+ if (!(substr($url, 0, 3) == 'www')) {
444
+ $url3 = 'https%3A%2F%2F' . 'www.' . $url;
445
+ $screenshot = file_get_contents('https://pagespeedonline.googleapis.com/pagespeedonline/v5/runPagespeed?url='.$url3);
446
+ $data_whole = json_decode($screenshot);
447
+ }
448
+ }
449
+ if (isset($data_whole->error)) {
450
+ $status = false;
451
+ } else {
452
+ if (isset($data_whole->lighthouseResult->audits->{'final-screenshot'}->details->data)) {
453
+ $data = $data_whole->lighthouseResult->audits->{'final-screenshot'}->details->data;
454
+ $data = str_replace('data:image/jpeg;base64','',$data);
455
+
456
+ $data = str_replace('_', '/', $data);
457
+ $data = str_replace('-', '+', $data);
458
+ $base64img = str_replace('data:image/jpeg;base64,', '', $data);
459
+
460
+ $data = base64_decode($data);
461
+ $upload_dir = $uploads['basedir'] . '/' . $filepath; // Set upload folder
462
+ $image_data = $data; // img data
463
+ $unique_file_name = wp_unique_filename( $uploads['basedir'] . '/' . $filepath, $linkid . '.png' ); // Generate unique name
464
+ $filename = basename( $unique_file_name ); // Create image file name
465
+
466
+ // Create the image file on the server
467
+ file_put_contents( $img, $image_data );
468
+
469
+ $exists = file_exists($tmp);
470
+ $status = true;
471
+ } else {
472
+ $status = false;
473
+ }
474
+
475
+ }
476
+
477
+ }
478
+
479
+ if ( $status !== false ) {
480
+ if ( $filepathtype == 'absolute' || empty( $filepathtype ) ) {
481
+ $newimagedata = $uploads['baseurl'] . "/" . $filepath . "/" . $linkid . ".png";
482
+ } elseif ( $filepathtype == 'relative' ) {
483
+ $parsedaddress = parse_url( $uploads['baseurl'] );
484
+ $newimagedata = $parsedaddress['path'] . "/" . $filepath . "/" . $linkid . ".png";
485
+ }
486
+
487
+ if ( $mode == 'thumb' || $mode == 'favicon' ) {
488
+ update_post_meta( $linkid, 'link_image', $newimagedata );
489
+
490
+ if ( empty( $newimagedata ) ) {
491
+ delete_post_thumbnail( $linkid );
492
+ } else {
493
+ $wpFileType = wp_check_filetype( $newimagedata, null);
494
+
495
+ $attachment = array(
496
+ 'post_mime_type' => $wpFileType['type'], // file type
497
+ 'post_title' => sanitize_file_name( $newimagedata ), // sanitize and use image name as file name
498
+ 'post_content' => '', // could use the image description here as the content
499
+ 'post_status' => 'inherit'
500
+ );
501
+
502
+ // insert and return attachment id
503
+ $attachmentId = wp_insert_attachment( $attachment, $newimagedata, $linkid );
504
+ $attachmentData = wp_generate_attachment_metadata( $attachmentId, $newimagedata );
505
+ wp_update_attachment_metadata( $attachmentId, $attachmentData );
506
+ set_post_thumbnail( $linkid, $attachmentId );
507
+ }
508
+ }
509
+
510
+ return $newimagedata;
511
+ } else {
512
+ return "";
513
+ }
514
+ }
515
+
516
+ return "Parameters are missing";
517
+ }
518
+
519
+
520
+ //for WordPress 2.8 we have to tell, that we support 2 columns !
521
+ function on_screen_layout_columns( $columns, $screen ) {
522
+ return $columns;
523
+ }
524
+
525
+ /**
526
+ * Returns the full URL of this plugin including trailing slash.
527
+ */
528
+
529
+ function action_admin_init() {
530
+
531
+ if ( isset($_GET['page']) && $_GET['page'] == 'link-library-faq' ) {
532
+ wp_redirect( 'https://ylefebvre.home.blog/wordpress-plugins/link-library/link-library-faq/' );
533
+ exit();
534
+ }
535
+
536
+ //register the callback been used if options of page been submitted and needs to be processed
537
+ add_action( 'admin_post_save_link_library_general', array( $this, 'on_save_changes_general' ) );
538
+ add_action( 'admin_post_save_link_library_settingssets', array( $this, 'on_save_changes_settingssets' ) );
539
+ add_action( 'admin_post_save_link_library_moderate', array( $this, 'on_save_changes_moderate' ) );
540
+ add_action( 'admin_post_save_link_library_stylesheet', array( $this, 'on_save_changes_stylesheet' ) );
541
+ add_action( 'admin_post_save_link_library_reciprocal', array( $this, 'on_save_changes_reciprocal' ) );
542
+
543
+ $catnames = get_terms( 'link_library_category', array( 'hide_empty' => false ) );
544
+
545
+ if ( empty( $catnames ) ) {
546
+ add_action( 'admin_notices', array( $this, 'll_missing_categories' ) );
547
+ }
548
+
549
+ $genoptions = get_option( 'LinkLibraryGeneral' );
550
+ $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
551
+ extract( $genoptions );
552
+
553
+ if ( !empty( $genoptions ) ) {
554
+ if ( empty( $numberstylesets ) ) {
555
+ $numberofsets = 1;
556
+ } else {
557
+ $numberofsets = $numberstylesets;
558
+ }
559
+
560
+ $thumbshotsactive = false;
561
+
562
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ) {
563
+ $tempoptionname = "LinkLibraryPP" . $counter;
564
+ $tempoptions = get_option( $tempoptionname );
565
+ $tempoptions = wp_parse_args( $tempoptions, ll_reset_options( 1, 'list', 'return' ) );
566
+ if ( $tempoptions['usethumbshotsforimages'] ) {
567
+ $thumbshotsactive = true;
568
+ }
569
+ }
570
+
571
+ if ( $thumbshotsactive && empty( $genoptions['thumbshotscid'] ) && $genoptions['thumbnailgenerator'] == 'thumbshots' ) {
572
+ add_action( 'admin_notices', array( $this, 'll_thumbshots_warning' ) );
573
+ }
574
+
575
+ if ( $thumbshotsactive && empty( $genoptions['shrinkthewebaccesskey'] ) && $genoptions['thumbnailgenerator'] == 'shrinktheweb' ) {
576
+ add_action( 'admin_notices', array( $this, 'll_shrinktheweb_warning' ) );
577
+ }
578
+ }
579
+
580
+ global $typenow;
581
+
582
+ if ($typenow === 'link_library_links') {
583
+ add_filter('posts_search', 'll_expand_posts_search', 10, 2);
584
+ }
585
+ }
586
+
587
+ function ll_add_category_id( $content, $column_name, $term_id ){
588
+ $content = $term_id;
589
+ return $content;
590
+ }
591
+
592
+ function ll_category_custom_column_header( $columns ){
593
+ $columns = array_merge( array_slice( $columns, 0, 2 ),
594
+ array( 'taxonomy_id' => 'Category ID' ),
595
+ array_slice( $columns, 2 ) );
596
+ return $columns;
597
+ }
598
+
599
+ function ll_add_category_tags_id( $content, $column_name, $term_id ){
600
+ $content = $term_id;
601
+ return $content;
602
+ }
603
+
604
+ function ll_category_tags_custom_column_header( $columns ){
605
+ $columns = array_merge( array_slice( $columns, 0, 2 ),
606
+ array( 'taxonomy_id' => 'Tag ID' ),
607
+ array_slice( $columns, 2 ) );
608
+ return $columns;
609
+ }
610
+
611
+
612
+ function ll_make_wp_editor_movable() {
613
+ add_meta_box( 'linklibrary_basic_meta_box', __( 'Basic Details', 'link-library' ), array( $this, 'll_link_basic_info' ), 'link_library_links', 'normal', 'high' );
614
+
615
+ add_meta_box( 'linklibrary_image_meta_box', __( 'Image', 'link-library' ), array( $this, 'll_link_image_info' ), 'link_library_links', 'normal', 'high' );
616
+
617
+ global $_wp_post_type_features;
618
+ if ( isset( $_wp_post_type_features['link_library_links']['editor'] ) && $_wp_post_type_features['link_library_links']['editor'] ) {
619
+ unset( $_wp_post_type_features['link_library_links']['editor'] );
620
+ add_meta_box( 'link_library_fullpage_editor', __( 'Full-Page Content', 'link-library' ), array( $this, 'll_inner_custom_box' ), 'link_library_links', 'normal', 'high' );
621
+ }
622
+
623
+ add_meta_box( 'linklibrary_meta_box', __( 'Additional Parameters', 'link-library' ), array( $this, 'll_link_edit_extra' ), 'link_library_links', 'normal', 'high' );
624
+ }
625
+
626
+ function ll_inner_custom_box( $post ) {
627
+ $editor_config = array( 'textarea_rows' => 8 );
628
+ wp_editor( $post->post_content, 'content', $editor_config );
629
+ }
630
+
631
+ function ll_thumbshots_warning() {
632
+ echo "
633
+ <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Link Library: Missing Thumbshots API Key', 'link-library' ) . "</strong></p> <p>" . __( 'One of your link libraries is configured to use Thumbshots for link thumbails, but you have not entered your Thumbshots.com API Key. Please visit Thumbshots.com to apply for a free or paid account and enter your API in the Link Library admin panel.', 'link-library' ) . " <a href='" . esc_url( add_query_arg( array( 'post_type' => 'link_library_links', 'page' => 'link-library-general-options', 'currenttab' => 'll-general' ), admin_url( 'edit.php' ) ) ) . "'>" . __( 'Jump to Link Library admin', 'link-library' ) . "</a></p></div>";
634
+ }
635
+
636
+ function ll_shrinktheweb_warning() {
637
+ echo "
638
+ <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Link Library: Missing Shrink the Web API Key', 'link-library' ) . "</strong></p> <p>" . __( 'One of your link libraries is configured to use Shrink the Web for link thumbails, but you have not entered your shrinktheweb.com API Key. Please visit Shrink the Web.com to apply for a free or paid account and enter your API in the Link Library admin panel.', 'link-library' ) . " <a href='" . esc_url( add_query_arg( array( 'post_type' => 'link_library_links', 'page' => 'link-library-general-options', 'currenttab' => 'll-general' ), admin_url( 'edit.php' ) ) ) . "'>" . __( 'Jump to Link Library admin', 'link-library' ) . "</a></p></div>";
639
+ }
640
+
641
+ function ll_missing_categories() {
642
+ echo "
643
+ <div id='ll-warning' class='updated fade'><p><strong>" . __( 'Link Library: No Link Categories on your site', 'link-library' ) . "</strong></p> <p>" . __( 'There are currently no link categories defined in your WordPress site. Link Library will not work correctly without categories. Please create at least one before trying to use Link Library and make sure each link is assigned a category.', 'link-library' ) . "</p></div>";
644
+ }
645
+
646
+ function filter_mce_buttons( $buttons ) {
647
+
648
+ array_push( $buttons, '|', 'scn_button' );
649
+
650
+ return $buttons;
651
+ }
652
+
653
+ function filter_mce_external_plugins( $plugins ) {
654
+
655
+ $plugins['LinkLibraryPlugin'] = plugins_url( 'tinymce/editor_plugin.js', __FILE__ );
656
+
657
+ return $plugins;
658
+ }
659
+
660
+ function ajax_action_check_url() {
661
+
662
+ $hadError = true;
663
+
664
+ $url = isset( $_REQUEST['url'] ) ? $_REQUEST['url'] : '';
665
+
666
+ if ( strlen( $url ) > 0 && function_exists( 'get_headers' ) ) {
667
+
668
+ $file_headers = @get_headers( $url );
669
+ $exists = $file_headers && $file_headers[0] != 'HTTP/1.1 404 Not Found';
670
+ $hadError = false;
671
+ }
672
+
673
+ echo '{ "exists": ' . ( $exists ? '1' : '0' ) . ( $hadError ? ', "error" : 1 ' : '' ) . ' }';
674
+
675
+ die();
676
+ }
677
+
678
+ function dashboard_widget() {
679
+ wp_add_dashboard_widget(
680
+ 'link_library_dashboard_widget',
681
+ 'Link Library',
682
+ array( $this, 'render_dashboard_widget' )
683
+ );
684
+ }
685
+
686
+ function render_dashboard_widget() {
687
+ $linkmoderatecount = 0;
688
+ $pendinglinksargs = array( 'post_type' => 'link_library_links', 'post_status' => 'pending' );
689
+ $pending_links_query = new WP_Query( $pendinglinksargs );
690
+
691
+ if ( !empty( $pending_links_query ) ) {
692
+ $linkmoderatecount = $pending_links_query->found_posts;
693
+ }
694
+ wp_reset_postdata();
695
+
696
+ echo '<strong>' . $linkmoderatecount . '</strong> ';
697
+ _e( 'Links to moderate', 'link-library' );
698
+ }
699
+
700
+
701
+ //extend the admin menu
702
+ function on_admin_menu() {
703
+ //add our own option page, you can also add it to different sections or use your own one
704
+ global $pagehookmoderate, $pagehooksettingssets, $pagehookstylesheet, $pagehookreciprocal, $pagehookaccessibe;
705
+
706
+ $genoptions = get_option( 'LinkLibraryGeneral' );
707
+ $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
708
+
709
+ $admin_capability = 'manage_options';
710
+ if ( 'Editor' == $genoptions['rolelevel'] ) {
711
+ $admin_capability = 'delete_pages';
712
+ } elseif ( 'Author' == $genoptions['rolelevel'] ) {
713
+ $admin_capability = 'delete_posts';
714
+ } elseif ( 'Contributor' == $genoptions['rolelevel'] ) {
715
+ $admin_capability = 'edit_posts';
716
+ } elseif ( 'Subscriber' == $genoptions['rolelevel'] ) {
717
+ $admin_capability = 'read';
718
+ }
719
+
720
+ $edit_capability = 'manage_options';
721
+ if ( 'Editor' == $genoptions['editlevel'] ) {
722
+ $edit_capability = 'delete_pages';
723
+ } elseif ( 'Author' == $genoptions['editlevel'] ) {
724
+ $edit_capability = 'delete_posts';
725
+ } elseif ( 'Contributor' == $genoptions['editlevel'] ) {
726
+ $edit_capability = 'edit_posts';
727
+ } elseif ( 'Subscriber' == $genoptions['editlevel'] ) {
728
+ $edit_capability = 'read';
729
+ }
730
+
731
+ if ( !current_user_can( $edit_capability ) ) {
732
+ remove_menu_page( 'link-manager.php' );
733
+ }
734
+
735
+ $linkmoderatecount = 0;
736
+
737
+ $args = array(
738
+ 'numberposts' => -1,
739
+ 'post_type' => 'link_library_links',
740
+ 'post_status' => array( 'pending' )
741
+ );
742
+ $linkmoderatecount = count( get_posts( $args ) );
743
+
744
+ $pagehookgeneraloptions = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Global Options', 'link-library' ), __( 'Global Options', 'link-library' ), $admin_capability, 'link-library-general-options', array( $this, 'on_show_page' ) );
745
+
746
+ $pagehooksettingssets = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Configurations', 'link-library' ), __( 'Library Configurations', 'link-library' ), $admin_capability, 'link-library-settingssets', array( $this, 'on_show_page' ) );
747
+
748
+ $pagehookaccessibe = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Accessibe', 'Accessibe', $admin_capability, 'link-library-accessibe', array( $this, 'on_show_page' ) );
749
+
750
+ if ( $linkmoderatecount == 0 ) {
751
+ $pagehookmoderate = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Moderate', 'link-library' ), __( 'Moderate', 'link-library' ), $admin_capability, 'link-library-moderate', array( $this, 'on_show_page' ) );
752
+ } else {
753
+ $pagehookmoderate = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Moderate', 'link-library' ), sprintf( __( 'Moderate', 'link-library' ) . ' %s', "<span class='update-plugins count-" . $linkmoderatecount . "'><span class='plugin-count'>" . number_format_i18n( $linkmoderatecount ) . "</span></span>" ), $admin_capability, 'link-library-moderate', array( $this, 'on_show_page' ) );
754
+ }
755
+
756
+ $pagehookstylesheet = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Stylesheet', 'link-library' ), __( 'Stylesheet', 'link-library' ), $admin_capability, 'link-library-stylesheet', array( $this, 'on_show_page' ) );
757
+
758
+ $pagehookreciprocal = add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'Link checking tools', 'link-library' ), __( 'Link checking tools', 'link-library' ), $admin_capability, 'link-library-reciprocal', array( $this, 'on_show_page' ) );
759
+
760
+ add_submenu_page( LINK_LIBRARY_ADMIN_PAGE_NAME, 'Link Library - ' . __( 'FAQ', 'link-library' ), __( 'FAQ', 'link-library' ), $admin_capability, 'link-library-faq', array( $this, 'on_show_page' ) );
761
+
762
+ //register callback gets call prior your own page gets rendered
763
+ add_action( 'load-' . $pagehookgeneraloptions, array( $this, 'on_load_page' ) );
764
+ add_action( 'load-' . $pagehooksettingssets, array( $this, 'on_load_page' ) );
765
+ add_action( 'load-' . $pagehookmoderate, array( $this, 'on_load_page' ) );
766
+ add_action( 'load-' . $pagehookstylesheet, array( $this, 'on_load_page' ) );
767
+ add_action( 'load-' . $pagehookreciprocal, array( $this, 'on_load_page' ) );
768
+ add_action( 'load-' . $pagehookaccessibe, array( $this, 'on_load_page' ) );
769
+ }
770
+
771
+ //will be executed if wordpress core detects this page has to be rendered
772
+ function on_load_page() {
773
+
774
+ global $pagehookmoderate, $pagehooksettingssets, $pagehookstylesheet, $pagehookreciprocal;
775
+
776
+ //ensure, that the needed javascripts been loaded to allow drag/drop, expand/collapse and hide/show of boxes
777
+ wp_enqueue_script( 'tiptip', plugins_url( '/tiptip/jquery.tipTip.minified.js', __FILE__ ), "jQuery", "1.0rc3" );
778
+ wp_enqueue_style( 'tiptipstyle', plugins_url( '/tiptip/tipTip.css', __FILE__ ) );
779
+ add_thickbox();
780
+ wp_enqueue_script( 'jquery-ui-sortable' );
781
+ wp_enqueue_script( 'common' );
782
+ wp_enqueue_script( 'wp-lists' );
783
+ wp_enqueue_script( 'postbox' );
784
+
785
+ $genoptions = get_option( 'LinkLibraryGeneral' );
786
+
787
+ //add several metaboxes now, all metaboxes registered during load page can be switched off/on at "Screen Options" automatically, nothing special to do therefore
788
+ add_meta_box( 'linklibrary_moderation_meta_box', __( 'Links awaiting moderation', 'link-library' ), array( $this, 'moderate_meta_box' ), $pagehookmoderate, 'normal', 'high' );
789
+ add_meta_box( 'linklibrary_stylesheet_meta_box', __( 'Editor', 'link-library' ), array( $this, 'stylesheet_meta_box' ), $pagehookstylesheet, 'normal', 'high' );
790
+ add_meta_box( 'linklibrary_reciprocal_meta_box', __( 'Link checking tools', 'link-library' ), array( $this, 'reciprocal_meta_box' ), $pagehookreciprocal, 'normal', 'high' );
791
+ add_meta_box( 'linklibrary_reciprocal_save_meta_box', __( 'Save', 'link-library' ), array( $this, 'general_save_meta_box' ), $pagehookreciprocal, 'normal', 'high' );
792
+ }
793
+
794
+ //executed to show the plugins complete admin page
795
+ function on_show_page() {
796
+ //we need the global screen column value to beable to have a sidebar in WordPress 2.8
797
+ global $screen_layout_columns;
798
+
799
+ $settings = ( isset( $_GET['settings'] ) ? $_GET['settings'] : 1 );
800
+
801
+ if ( isset( $_GET['settingscopy'] ) ) {
802
+ $destination = $_GET['settingscopy'];
803
+ $source = $_GET['source'];
804
+
805
+ $sourcesettingsname = 'LinkLibraryPP' . $source;
806
+ $sourceoptions = get_option( $sourcesettingsname );
807
+
808
+ $destinationsettingsname = 'LinkLibraryPP' . $destination;
809
+ update_option( $destinationsettingsname, $sourceoptions );
810
+
811
+ $settings = $destination;
812
+ }
813
+
814
+ if ( isset( $_GET['deletesettings'] ) ) {
815
+ check_admin_referer( 'link-library-delete' );
816
+
817
+ $settings = $_GET['deletesettings'];
818
+ $deletesettingsname = 'LinkLibraryPP' . $settings;
819
+ $options = delete_option( $deletesettingsname );
820
+ $settings = 1;
821
+ }
822
+
823
+ // Retrieve general options
824
+ $genoptions = get_option( 'LinkLibraryGeneral' );
825
+ $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
826
+
827
+ // If general options don't exist, create them
828
+ if ( $genoptions == false ) {
829
+ $genoptions = ll_reset_gen_settings( 'return_and_set' );
830
+ }
831
+
832
+ $settingsname = 'LinkLibraryPP' . $settings;
833
+ $options = get_option( $settingsname );
834
+ $options = wp_parse_args( $options, ll_reset_options( 1, 'list', 'return' ) );
835
+
836
+ if ( empty( $options ) ) {
837
+ $options = ll_reset_options( $settings, 'list', 'return_and_set' );
838
+ }
839
+
840
+ if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genfavicons'] ) || isset( $_GET['genthumbsingle'] ) || isset( $_GET['genfaviconsingle'] ) ) {
841
+ if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genthumbsingle'] ) ) {
842
+ $filepath = "link-library-images";
843
+ } elseif ( isset( $_GET['genfavicons'] ) || isset( $_GET['genfaviconsingle'] ) ) {
844
+ $filepath = "link-library-favicons";
845
+ }
846
+
847
+ $uploads = wp_upload_dir();
848
+
849
+ if ( !file_exists( $uploads['basedir'] ) ) {
850
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Please create a folder called uploads under your Wordpress /wp-content/ directory with write permissions to use this functionality.', 'link-library' ) . "</strong></p></div>";
851
+ } elseif ( !is_writable( $uploads['basedir'] ) ) {
852
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Please make sure that the /wp-content/uploads/ directory has write permissions to use this functionality.', 'link-library' ) . "</strong></p></div>";
853
+ } else {
854
+ if ( !file_exists( $uploads['basedir'] . '/' . $filepath ) ) {
855
+ mkdir( $uploads['basedir'] . '/' . $filepath );
856
+ }
857
+
858
+ if ( isset( $_GET['genthumbs'] ) || isset( $_GET['genthumbsingle'] ) ) {
859
+ $genmode = 'thumb';
860
+ } elseif ( isset( $_GET['genfavicons'] ) || isset( $_GET['genfaviconsingle'] ) ) {
861
+ $genmode = 'favicon';
862
+ }
863
+
864
+ $link_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'private' ) );
865
+
866
+ if ( $options['categorylist_cpt'] != "" && !isset( $_GET['genthumbsingle'] ) && !isset( $_GET['genfaviconsingle'] ) ) {
867
+ $link_query_args['tax_query'] = array(
868
+ array( 'taxonomy' => 'link_library_category',
869
+ 'field' => 'term-id',
870
+ 'terms' => $options['categorylist_cpt'],
871
+ 'operator' => 'IN' )
872
+ );
873
+ } else if ( isset( $_GET['genthumbsingle'] ) || isset( $_GET['genfaviconsingle'] ) ) {
874
+ $link_query_args['p'] = intval( $_GET['linkid'] );
875
+ }
876
+
877
+ $the_link_query = new WP_Query( $link_query_args );
878
+
879
+ if ( $the_link_query->have_posts() ) {
880
+ $filescreated = 0;
881
+ $totallinks = $the_link_query->found_posts;
882
+
883
+ while ( $the_link_query->have_posts() ) {
884
+ $the_link_query->the_post();
885
+
886
+ $link_url = get_post_meta( get_the_ID(), 'link_url', true );
887
+ $link_image = get_post_meta( get_the_ID(), 'link_image', true );
888
+
889
+ if ( !$options['uselocalimagesoverthumbshots'] || ( $options['uselocalimagesoverthumbshots'] && empty( $link_image ) ) ) {
890
+ if ( 'robothumb' == $genoptions['thumbnailgenerator'] || 'thumbshots' == $genoptions['thumbnailgenerator'] ) {
891
+ $this->ll_get_link_image( $link_url, get_the_title(), $genmode, get_the_ID(), $genoptions['thumbshotscid'], $filepath, $genoptions['imagefilepath'], $genoptions['thumbnailsize'], $genoptions['thumbnailgenerator'] );
892
+ } elseif ( 'pagepeeker' == $genoptions['thumbnailgenerator'] ) {
893
+ $this->ll_get_link_image( $link_url, get_the_title(), $genmode, get_the_ID(), $genoptions['pagepeekerid'], $filepath, $genoptions['imagefilepath'], $genoptions['pagepeekersize'], $genoptions['thumbnailgenerator'] );
894
+ } elseif ( 'shrinktheweb' == $genoptions['thumbnailgenerator'] ) {
895
+ $this->ll_get_link_image( $link_url, get_the_title(), $genmode, get_the_ID(), $genoptions['shrinkthewebaccesskey'], $filepath, $genoptions['imagefilepath'], $genoptions['stwthumbnailsize'], $genoptions['thumbnailgenerator'] );
896
+ }
897
+ }
898
+ $linkname = get_the_title();
899
+ }
900
+
901
+ wp_reset_postdata();
902
+
903
+ if ( isset( $_GET['genthumbs'] ) ) {
904
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Thumbnails successfully generated!', 'link-library' ) . "</strong></p></div>";
905
+ } elseif ( isset( $_GET['genfavicons'] ) ) {
906
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Favicons successfully generated!', 'link-library' ) . "</strong></p></div>";
907
+ } elseif ( isset( $_GET['genthumbsingle'] ) ) {
908
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Thumbnail successfully generated for', 'link-library' ) . " " . $linkname . ".</strong></p></div>";
909
+ } elseif ( isset( $_GET['genfaviconsingle'] ) ) {
910
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Favicon successfully generated for', 'link-library' ) . " " . $linkname . ".</strong></p></div>";
911
+ }
912
+ }
913
+ }
914
+ } elseif ( isset( $_GET['deleteallthumbs'] ) ) {
915
+ $uploads = wp_upload_dir();
916
+
917
+ if ( file_exists( $uploads['basedir'] ) ) {
918
+ $files = glob( $uploads['basedir'] . "/link-library-images/*" );
919
+ foreach( $files as $file ) { // iterate files
920
+ if( is_file( $file ) ) {
921
+ unlink($file); // delete file
922
+ }
923
+ }
924
+ }
925
+ } elseif ( isset( $_GET['deleteallicons'] ) ) {
926
+ $uploads = wp_upload_dir();
927
+
928
+ if ( file_exists( $uploads['basedir'] ) ) {
929
+ $files = glob( $uploads['basedir'] . "/link-library-favicons/*" );
930
+ foreach( $files as $file ) { // iterate files
931
+ if( is_file( $file ) ) {
932
+ unlink($file); // delete file
933
+ }
934
+ }
935
+ }
936
+ }
937
+
938
+ // Check for current page to set some page=specific variables
939
+ if ( $_GET['page'] == 'link-library-general-options' ) {
940
+ if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
941
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'General Settings Saved', 'link-library' ) . ".</strong></p></div>";
942
+ } else if ( isset( $_GET['message'] ) && $_GET['message'] == '3' ) {
943
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link Library plugin directory needs to be writable to perform this action', 'link-library' ) . "</strong></p></div>";
944
+ } else if ( isset( $_GET['message'] ) && $_GET['message'] == '4' ) {
945
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'You must set the Google reCAPTCHA Site and Secret Keys to be able to set the captcha generator to Google reCAPTCHA.', 'link-library' ) . "</strong></p></div>";
946
+ } else if ( isset( $_GET['message'] ) && $_GET['message'] == '9' ) {
947
+ echo "<div id='message' class='updated fade'><p><strong>" . $_GET['importrowscount'] . " " . __( 'row(s) found', 'link-library' ) . ". " . ( isset( $_GET['successimportcount'] ) ? intval( $_GET['successimportcount'] ) : '0' ) . " " . __( 'link(s) imported', 'link-library' ) . ", " . ( isset( $_GET['successupdatecount'] ) ? intval( $_GET['successupdatecount'] ): '0' ) . " " . __( 'link(s) updated', 'link-library' ) . ".</strong></p></div>";
948
+ }
949
+
950
+ $formvalue = 'save_link_library_general';
951
+ $pagetitle = '';
952
+ } elseif ( $_GET['page'] == 'link-library-settingssets' ) {
953
+ $formvalue = 'save_link_library_settingssets';
954
+
955
+ if ( isset( $_GET['reset'] ) ) {
956
+ $options = ll_reset_options( $settings, 'list', 'return_and_set' );
957
+ }
958
+
959
+ if ( isset( $_GET['newlayout'] ) ) {
960
+ $options = ll_modify_layout( $settings, intval( $_GET['newlayout']) );
961
+ }
962
+
963
+ $pagetitle = __( 'Library', 'link-library' ) . ' #' . $settings . " - " . stripslashes( $options['settingssetname'] );
964
+
965
+ if ( isset( $_GET['messages'] ) ) {
966
+ $categoryid = '';
967
+ $messagelist = explode( ",", $_GET['messages'] );
968
+
969
+ foreach ( $messagelist as $message ) {
970
+ switch ( $message ) {
971
+
972
+ case '1':
973
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library #', 'link-library' ) . $settings . " " . __( 'Updated', 'link-library' ) . "!</strong></p></div>";
974
+ break;
975
+
976
+ case '2':
977
+ echo '<br /><br />' . __( 'Included Category ID', 'link-library' ) . ' ' . $categoryid . ' ' . __( 'is invalid. Please check the ID in the Link Category editor.', 'link-library' );
978
+ break;
979
+
980
+ case '3':
981
+ echo '<br /><br />' . __( 'Excluded Category ID', 'link-library' ) . ' ' . $categoryid . ' ' . __( 'is invalid. Please check the ID in the Link Category editor.', 'link-library' );
982
+ break;
983
+
984
+ case '4':
985
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Invalid column count for link on row. Compare against template.', 'link-library' ) . "</strong></p></div>";
986
+ break;
987
+
988
+ case '6':
989
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link Library plugin directory needs to be writable to perform this action', 'link-library' ) . ".</strong></p></div>";
990
+ break;
991
+
992
+ case '7':
993
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library Settings imported successfully', 'link-library' ) . ".</strong></p></div>";
994
+ break;
995
+
996
+ case '8':
997
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Library Settings Upload Failed', 'link-library' ) . "</strong></p></div>";
998
+ break;
999
+
1000
+ case '9':
1001
+ echo "<div id='message' class='updated fade'><p><strong>" . ( isset( $_GET['successimportcount'] ) ? intval( $_GET['successimportcount'] ) : '0' ) . " " . __( 'link(s) imported', 'link-library' ) . ", " . ( isset( $_GET['successupdatecount'] ) ? intval( $_GET['successupdatecount'] ) : '0' ) . " " . __( 'link(s) updated', 'link-library' ) . ".</strong></p></div>";
1002
+ break;
1003
+
1004
+ case '10':
1005
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Links are missing categories', 'link-library' ) . "</strong></p></div>";
1006
+ break;
1007
+
1008
+ }
1009
+
1010
+ }
1011
+
1012
+ }
1013
+ } elseif ( $_GET['page'] == 'link-library-moderate' ) {
1014
+ $formvalue = 'save_link_library_moderate';
1015
+ $pagetitle = '';
1016
+
1017
+ if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
1018
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link(s) Approved', 'link-library' ) . "</strong></p></div>";
1019
+ } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '2' ) {
1020
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Link(s) Deleted', 'link-library' ) . "</strong></p></div>";
1021
+ }
1022
+
1023
+ ?>
1024
+
1025
+ <?php
1026
+ } elseif ( $_GET['page'] == 'link-library-stylesheet' ) {
1027
+ $formvalue = 'save_link_library_stylesheet';
1028
+ $pagetitle = '';
1029
+
1030
+ if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
1031
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Stylesheet updated', 'link-library' ) . ".</strong></p></div>";
1032
+ } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '2' ) {
1033
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Stylesheet reset to original state', 'link-library' ) . ".</strong></p></div>";
1034
+ }
1035
+ } elseif ( $_GET['page'] == 'link-library-reciprocal' ) {
1036
+ $formvalue = 'save_link_library_reciprocal';
1037
+ $pagetitle = '';
1038
+
1039
+ if ( isset( $_GET['message'] ) && $_GET['message'] == '1' ) {
1040
+ echo "<div id='message' class='updated fade'><p><strong>" . __( 'Settings updated', 'link-library' ) . ".</strong></p></div>";
1041
+ } elseif ( isset( $_GET['message'] ) && ( $_GET['message'] == '2' || $_GET['message'] == '3' ) ) { ?>
1042
+ <div id='message' class='updated fade'><p>
1043
+ <strong>
1044
+ <?php
1045
+ if ( $_GET['message'] == '2' ) {
1046
+ _e( 'Reciprocal Link Checker Report', 'link-library' );
1047
+ } else {
1048
+ _e( 'Broken Link Checker Report', 'link-library' );
1049
+ }
1050
+ ?></strong><br />
1051
+ <span class="loadingicon"><img src="<?php echo plugins_url( 'icons/Ajax-loader.gif', __FILE__ ); ?> " /></span><span class="processinglinks">Processing Link <span class="currentlinknumber">0</span> / <span class="totallinknumber">
1052
+ <?php
1053
+ $post_count = wp_count_posts( 'link_library_links' );
1054
+ $total_post_count = $post_count->publish + $post_count->future + $post_count->draft + $post_count->pending + $post_count->private;
1055
+ echo $total_post_count;
1056
+ ?>
1057
+ </span></span>
1058
+ <br />
1059
+ <div class="nextcheckitem"></div>
1060
+ <script type="text/javascript">
1061
+ var currentlinkindex = 1;
1062
+ var linkcheckflag = 0;
1063
+ var maxlinks = <?php echo $total_post_count; ?>;
1064
+
1065
+ linkloop = setInterval( function(){ testlink(); }, 3000 );
1066
+
1067
+ function testlink() {
1068
+ if ( linkcheckflag == 0 ) {
1069
+ linkcheckflag = 1;
1070
+
1071
+ jQuery('.currentlinknumber').html( currentlinkindex );
1072
+
1073
+ jQuery.ajax({
1074
+ type : 'POST',
1075
+ url : '<?php echo admin_url( 'admin-ajax.php' ); ?>',
1076
+ data : {
1077
+ action : 'link_library_recipbrokencheck',
1078
+ _ajax_nonce : '<?php echo wp_create_nonce( 'link_library_recipbrokencheck' ); ?>',
1079
+ mode : '<?php if ( $_GET['message'] == '2' ) { echo 'reciprocal'; } elseif ( $_GET['message'] == 3 ) { echo 'broken'; } ?>',
1080
+ index : currentlinkindex,
1081
+ RecipCheckAddress: jQuery('#recipcheckaddress').val(),
1082
+ recipcheckdelete403 : jQuery('#recipcheckdelete403').is(':checked')
1083
+ },
1084
+ success: function (data) {
1085
+ if (data != '' ) {
1086
+ if ( ( data != 'There are no links with reciprocal links associated with them.<br />' && data != 'There are no links to check.<br />' ) || currentlinkindex == 1 ) {
1087
+ jQuery('.nextcheckitem').replaceWith(data);
1088
+ }
1089
+
1090
+ if ( data != 'There are no links with reciprocal links associated with them.<br />' && data != 'There are no links to check.<br />' ) {
1091
+ currentlinkindex++;
1092
+ if ( currentlinkindex > maxlinks ) {
1093
+ clearInterval( linkloop );
1094
+ jQuery( '.loadingicon' ).html( '' );
1095
+ jQuery( '.processinglinks' ).html( 'All links processed' );
1096
+ }
1097
+ linkcheckflag = 0;
1098
+ }
1099
+ }
1100
+ }
1101
+ });
1102
+ }
1103
+ }
1104
+ </script>
1105
+ </p></div>
1106
+ <?php } elseif ( isset( $_GET['message'] ) && $_GET['message'] == '4' ) {
1107
+ echo "<div id='message' class='updated fade'><p>";
1108
+ $this->link_library_duplicate_link_checker( $this );
1109
+ echo "</p></div>";
1110
+ }
1111
+ } elseif ( $_GET['page'] == 'link-library-accessibe' ) {
1112
+ $formvalue = 'save_link_library_accessibe';
1113
+ }
1114
+
1115
+ $data = array();
1116
+ $data['settings'] = $settings;
1117
+ $data['options'] = isset( $options ) ? $options : '';
1118
+ $data['genoptions'] = $genoptions;
1119
+ global $pagehookmoderate, $pagehookstylesheet, $pagehooksettingssets, $pagehookreciprocal;
1120
+ ?>
1121
+ <div class="ll-content">
1122
+ <div class="ll-frame">
1123
+ <div class="header">
1124
+ <nav role="navigation" class="header-nav drawer-nav nav-horizontal">
1125
+
1126
+ <ul class="main-nav">
1127
+ <li class="link-library-logo">
1128
+ <img src="<?php echo plugins_url( 'icons/folder-beige-internet-icon32.png', __FILE__ ); ?>" /><span>Link Library</span>
1129
+ </li>
1130
+ <li class="link-library-page">
1131
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-general-options' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library' ) {
1132
+ echo 'class="current"';
1133
+ } ?>><?php _e( 'General Options', 'link-library' ); ?></a>
1134
+ </li>
1135
+ <li class="link-library-page">
1136
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-settingssets' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-settingssets' ) {
1137
+ echo 'class="current"';
1138
+ } ?>><?php _e( 'Library Settings', 'link-library' ); ?></a>
1139
+ </li>
1140
+ <li class="link-library-page">
1141
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-moderate' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-moderate' ) {
1142
+ echo 'class="current"';
1143
+ } ?>><?php _e( 'Moderate', 'link-library' ); ?></a>
1144
+ </li>
1145
+ <li class="link-library-page">
1146
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-stylesheet' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-stylesheet' ) {
1147
+ echo 'class="current"';
1148
+ } ?>><?php _e( 'Stylesheet', 'link-library' ); ?></a>
1149
+ </li>
1150
+ <li class="link-library-page">
1151
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-reciprocal' ), admin_url( 'admin.php' ) ) ); ?>" <?php if ( isset( $_GET['page'] ) && $_GET['page'] == 'link-library-reciprocal' ) {
1152
+ echo 'class="current"';
1153
+ } ?>><?php _e( 'Reciprocal Check', 'link-library' ); ?></a>
1154
+ </li>
1155
+ <li class="link-library-page">
1156
+ <a target="LinkLibraryFAQ" href="https://ylefebvre.home.blog/wordpress-plugins/link-library/link-library-faq/"><?php _e( 'FAQ', 'link-library' ); ?></a>
1157
+ </li>
1158
+ <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
1159
+ <li class="link-library-page">
1160
+ <a href="https://ylefebvre.home.blog/wordpress-plugins/link-library/"><img src="<?php echo plugins_url( '/icons/btn_donate_LG.gif', __FILE__ ); ?>" /></a>
1161
+ </li>
1162
+ <?php } ?>
1163
+
1164
+ </ul>
1165
+
1166
+ </nav>
1167
+ </div>
1168
+ <!-- .header -->
1169
+ </div>
1170
+ </div>
1171
+ <div id="link-library-general" class="wrap">
1172
+ <div class='icon32'>
1173
+ <img src="<?php echo plugins_url( 'icons/folder-beige-internet-icon32.png', __FILE__ ); ?>" />
1174
+ </div>
1175
+ <div><h2><?php if ( !empty( $pagetitle ) ) {
1176
+ echo $pagetitle;
1177
+ } ?>
1178
+ </h2>
1179
+ </div>
1180
+ <div>
1181
+ <form name='linklibrary' enctype="multipart/form-data" action="admin-post.php" method="post">
1182
+ <input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
1183
+
1184
+ <?php wp_nonce_field( 'link-library' ); ?>
1185
+ <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
1186
+ <?php wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
1187
+ <input type="hidden" name="action" value="<?php echo $formvalue; ?>" />
1188
+
1189
+ <style type="text/css">
1190
+ #sortable {
1191
+ list-style-type: none;
1192
+ margin: 0;
1193
+ padding: 0;
1194
+ white-space: nowrap;
1195
+ list-style-type: none;
1196
+ }
1197
+
1198
+ #sortable li {
1199
+ list-style: none;
1200
+ margin: 3px;
1201
+ padding: 3px;
1202
+ border: #CCCCCC solid 1px;
1203
+ color: #fff;
1204
+ display: inline;
1205
+ width: 100px;
1206
+ height: 30px;
1207
+ cursor: move
1208
+ }
1209
+
1210
+ #sortable li span {
1211
+ position: absolute;
1212
+ margin-left: -1.3em;
1213
+ }
1214
+ </style>
1215
+
1216
+ <div id="poststuff" class="metabox-holder">
1217
+ <div id="post-body" class="has-sidebar">
1218
+ <div id="post-body-content" class="has-sidebar-content">
1219
+ <?php
1220
+ if ( $_GET['page'] == 'link-library-general-options' ) {
1221
+ $this->display_menu( 'general', $genoptions );
1222
+ $this->general_meta_box( $data );
1223
+ $this->general_custom_fields_meta_box( $data );
1224
+ $this->general_singleitemlayout_meta_box( $data );
1225
+ $this->general_image_meta_box( $data );
1226
+ $this->general_meta_bookmarklet_box( $data );
1227
+ $this->general_moderation_meta_box( $data );
1228
+ if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) {
1229
+ $this->general_hide_donation_meta_box( $data );
1230
+ }
1231
+ $this->general_importexport_meta_box( $data );
1232
+
1233
+ $this->general_save_meta_box();
1234
+
1235
+ } elseif ( $_GET['page'] == 'link-library-settingssets' ) {
1236
+ if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) {
1237
+ $this->display_accessibe_ad();
1238
+ }
1239
+ $this->settingssets_selection_meta_box( $data );
1240
+ $this->display_menu( 'settingsset' );
1241
+ $this->settingssets_usage_meta_box( $data );
1242
+ $this->settingssets_presets_meta_box( $data );
1243
+ $this->settingssets_common_meta_box( $data );
1244
+ $this->settingssets_categories_meta_box( $data );
1245
+ $this->settingssets_linkelement_meta_box( $data );
1246
+ $this->settingssets_subfieldtable_meta_box( $data );
1247
+ $this->settingssets_linkpopup_meta_box( $data );
1248
+ $this->settingssets_rssconfig_meta_box( $data );
1249
+ $this->settingssets_thumbnails_meta_box( $data );
1250
+ $this->settingssets_rssgen_meta_box( $data );
1251
+ $this->settingssets_search_meta_box( $data );
1252
+ $this->settingssets_linksubmission_meta_box( $data );
1253
+ $this->settingssets_importexport_meta_box( $data );
1254
+
1255
+ $this->general_save_meta_box( $data );
1256
+
1257
+ //do_meta_boxes( $pagehooksettingssets, 'normal', $data );
1258
+ } elseif ( $_GET['page'] == 'link-library-moderate' ) {
1259
+ do_meta_boxes( $pagehookmoderate, 'normal', $data );
1260
+ } elseif ( $_GET['page'] == 'link-library-stylesheet' ) {
1261
+ do_meta_boxes( $pagehookstylesheet, 'normal', $data );
1262
+ } elseif ( $_GET['page'] == 'link-library-reciprocal' ) {
1263
+ do_meta_boxes( $pagehookreciprocal, 'normal', $data );
1264
+ } elseif ( $_GET['page'] == 'link-library-accessibe' ) {
1265
+ $this->display_accessibe_page( $data );
1266
+ }
1267
+ ?>
1268
+ </div>
1269
+ </div>
1270
+ <br class="clear" />
1271
+ </div>
1272
+ </form>
1273
+ </div>
1274
+ </div>
1275
+ <script type="text/javascript">
1276
+ //<![CDATA[
1277
+ jQuery(document).ready(function ($) {
1278
+ // close postboxes that should be closed
1279
+ $('.if-js-closed').removeClass('if-js-closed').addClass('closed');
1280
+ // postboxes setup
1281
+ postboxes.add_postbox_toggles('<?php
1282
+ if ($_GET['page'] == 'link-library-settingssets')
1283
+ {echo $pagehooksettingssets;}
1284
+ elseif ($_GET['page'] == 'link-library-moderate')
1285
+ {echo $pagehookmoderate;}
1286
+ elseif ($_GET['page'] == 'link-library-stylesheet')
1287
+ {echo $pagehookstylesheet;}
1288
+ elseif ($_GET['page'] == 'link-library-reciprocal')
1289
+ {echo $pagehookreciprocal;}
1290
+ elseif ($_GET['page'] == 'link-library-accessibe')
1291
+ {echo $pagehookstylesheet;}
1292
+ ?>');
1293
+ });
1294
+ //]]>
1295
+
1296
+ Array.prototype.clean = function(deleteValue) {
1297
+ for (var i = 0; i < this.length; i++) {
1298
+ if (this[i] == deleteValue) {
1299
+ this.splice(i, 1);
1300
+ i--;
1301
+ }
1302
+ }
1303
+ return this;
1304
+ };
1305
+
1306
+ // Create the tooltips only on document load
1307
+ jQuery(document).ready(function () {
1308
+ jQuery('.lltooltip').each(function () {
1309
+ jQuery(this).tipTip();
1310
+ }
1311
+ );
1312
+
1313
+ jQuery("#sortable").sortable({
1314
+ opacity: 0.6, cursor: 'move', update: function () {
1315
+ var order = jQuery("#sortable").sortable('toArray');
1316
+ order.clean("");
1317
+ stringorder = order.join(',');
1318
+ document.getElementById('dragndroporder').value = stringorder;
1319
+ }
1320
+ });
1321
+
1322
+ });
1323
+
1324
+ </script>
1325
+
1326
+ <?php
1327
+ }
1328
+
1329
+ function display_menu( $menu_name = 'settingsset', $genoptions = '' ) {
1330
+ if ( $menu_name == 'general' ) {
1331
+ $tabitems = array ( 'll-general' => __( 'General', 'link-library' ),
1332
+ 'll-customfields' => __( 'Custom Fields', 'link-library ' ),
1333
+ 'll-singleitem' => __( 'Single Item Layout', 'link-library' ),
1334
+ 'll-images' => __( 'Images', 'link-library' ),
1335
+ 'll-bookmarklet' => __( 'Bookmarklet', 'link-library' ),
1336
+ 'll-moderation' => __( 'Moderation', 'link-library' ),
1337
+ 'll-hidedonation' => __( 'Hide Donation', 'link-library' ),
1338
+ 'll-importexport' => __( 'Import/Export Links', 'link-library' ),
1339
+ );
1340
+
1341
+ if ( isset( $genoptions['ll-hidedonation'] ) && $genoptions['ll-hidedonation'] ) {
1342
+ unset ( $tabitems['hidedonation'] );
1343
+ }
1344
+ } elseif ( $menu_name == 'settingsset' ) {
1345
+ $tabitems = array ( 'll-usage' => __( 'Usage', 'link-library' ),
1346
+ 'll-presets' => __( 'Presets', 'link-library' ),
1347
+ 'll-common' => __( 'Common', 'link-library' ),
1348
+ 'll-categories' => __( 'Categories', 'link-library' ),
1349
+ 'll-links' => __( 'Links', 'link-library' ),
1350
+ 'll-advanced' => __( 'Advanced', 'link-library' ),
1351
+ 'll-popup' => __( 'Pop-Ups', 'link-library' ),
1352
+ 'll-rssdisplay' => __( 'RSS Display', 'link-library' ),
1353
+ 'll-thumbnails' => __( 'Thumbnails', 'link-library' ),
1354
+ 'll-rssfeed' => __( 'RSS Feed', 'link-library' ),
1355
+ 'll-searchfield' => __( 'Search', 'link-library' ),
1356
+ 'll-userform' => __( 'User Submission', 'link-library' ),
1357
+ 'll-importexport' => __( 'Import/Export Settings', 'link-library' ),
1358
+ );
1359
+ }
1360
+
1361
+ $array_keys = array_keys( $tabitems );
1362
+
1363
+ if ( isset( $_GET['currenttab'] ) ) {
1364
+ $currenttab = array_search( $_GET['currenttab'], $array_keys );
1365
+ } else {
1366
+ $currenttab = 0;
1367
+ }
1368
+
1369
+ ?>
1370
+ <div>
1371
+ <input type="hidden" name="currenttab" class="current-tab" value="<?php echo $array_keys[$currenttab]; ?>">
1372
+ <ul id="settings-sections" class="subsubsub hide-if-no-js">
1373
+ <?php
1374
+ $index = 0;
1375
+ foreach ( $tabitems as $tabkey => $tabitem ) { ?>
1376
+ <li><a href="#<?php echo $tabkey; ?>" class="ll-tab <?php echo $tabkey; ?> ll-general <?php if ( $currenttab == $index ) echo 'll-current'; ?>"><?php echo $tabitem; ?></a> | </li>
1377
+ <?php
1378
+ $index++;
1379
+ } ?>
1380
+ </ul>
1381
+ </div>
1382
+ <br /><br />
1383
+
1384
+ <script type="text/javascript">
1385
+ jQuery(document).ready(function() {
1386
+ jQuery('.content-section:not(:eq(<?php echo $currenttab; ?>))').hide();
1387
+ jQuery('.subsubsub a.ll-tab').click(function(e) {
1388
+
1389
+ // Move the "current" CSS class.
1390
+ jQuery(this).parents('.subsubsub').find('.current').removeClass('current');
1391
+ jQuery(this).addClass('current');
1392
+
1393
+ // If the link is a tab, show only the specified tab.
1394
+ var toShow = jQuery(this).attr('href');
1395
+
1396
+ // Remove the first occurance of # from the selected string (will be added manually below).
1397
+ toShow = toShow.replace('#', '');
1398
+
1399
+ jQuery('.content-section:not(#' + toShow + ')').hide();
1400
+ jQuery('.content-section#' + toShow).show();
1401
+
1402
+ jQuery('.current-tab').val(toShow);
1403
+
1404
+ return false;
1405
+ });
1406
+ });
1407
+ </script>
1408
+ <?php }
1409
+
1410
+ //executed if the post arrives initiated by pressing the submit button of form
1411
+ function on_save_changes_general() {
1412
+ //user permission check
1413
+ if ( !current_user_can( 'manage_options' ) ) {
1414
+ wp_die( __( 'Not allowed', 'link-library' ) );
1415
+ }
1416
+ //cross check the given referer
1417
+ check_admin_referer( 'link-library' );
1418
+
1419
+ $message = 1;
1420
+ $row = 0;
1421
+ $successfulimport = 0;
1422
+ $successfulupdate = 0;
1423
+
1424
+ if ( isset( $_POST['importlinks'] ) ) {
1425
+ wp_defer_term_counting( true );
1426
+ wp_defer_comment_counting( true );
1427
+ wp_suspend_cache_addition( true );
1428
+ define( 'WP_IMPORTING', true );
1429
+ set_time_limit( 1800 );
1430
+
1431
+ $handle = fopen( $_FILES['linksfile']['tmp_name'], "r" );
1432
+
1433
+ if ( $handle ) {
1434
+ $skiprow = 1;
1435
+ $import_columns = array();
1436
+
1437
+ while ( ( $data = fgetcsv( $handle, 5000, "," ) ) !== false ) {
1438
+ $row += 1;
1439
+ if ( $skiprow == 1 && $row >= 2 ) {
1440
+ $skiprow = 0;
1441
+ }
1442
+
1443
+ if ( 1 == $row ) {
1444
+ foreach ( $data as $index => $column_name ) {
1445
+ $import_columns[$column_name] = $index;
1446
+ }
1447
+ } else {
1448
+ $existing_link_post_id = '';
1449
+ $matched_link_cats = array();
1450
+ $matched_link_tags = array();
1451
+
1452
+ if ( ( isset( $import_columns['Category Slugs'] ) && !empty( $data[$import_columns['Category Slugs']] ) ) ) {
1453
+ $new_link_cats_slugs_array = array();
1454
+ if ( isset( $import_columns['Category Slugs'] ) ) {
1455
+ $new_link_cats_slugs_array = explode( ',', $data[$import_columns['Category Slugs']] );
1456
+ }
1457
+
1458
+ if ( ( isset( $import_columns['Category Names'] ) && !empty( $data[$import_columns['Category Names']] ) ) || ( isset( $import_columns['cat_name'] ) && !empty( $data[$import_columns['cat_name']] ) ) ) {
1459
+ if ( isset( $import_columns['Category Names'] ) ) {
1460
+ $new_link_cats_array = explode( ',', $data[$import_columns['Category Names']] );
1461
+ } elseif( isset( $import_columns['cat_name'] ) ) {
1462
+ $new_link_cats_array = explode( ',', $data[$import_columns['cat_name']] );
1463
+ }
1464
+ }
1465
+
1466
+ foreach ( $new_link_cats_slugs_array as $index => $new_link_cat_slug ) {
1467
+ $cat_matched_term = get_term_by( 'slug', $new_link_cat_slug, 'link_library_category' );
1468
+
1469
+ if ( false !== $cat_matched_term ) {
1470
+ $matched_link_cats[] = $cat_matched_term->term_id;
1471
+ } else {
1472
+ $new_link_cat = '';
1473
+ if ( !empty( $new_link_cats_array ) && isset( $new_link_cats_array[$index] ) ) {
1474
+ $new_link_cat = $new_link_cats_array[$index];
1475
+ } else {
1476
+ $new_link_cat = $new_link_cat_slug;
1477
+ }
1478
+
1479
+ $new_cat_term_data = wp_insert_term( $new_link_cat, 'link_library_category', array( 'slug' => $new_link_cat_slug ) );
1480
+ if ( is_wp_error( $new_cat_term_data ) ) {
1481
+ print_r( 'Failed creating category ' . $new_link_cat );
1482
+ } else {
1483
+ $matched_link_cats[] = $new_cat_term_data['term_id'];
1484
+ }
1485
+ }
1486
+ }
1487
+ }
1488
+
1489
+ if ( ( isset( $import_columns['Tag Slugs'] ) && !empty( $data[$import_columns['Tag Slugs']] ) ) ) {
1490
+ $new_link_tags_slugs_array = array();
1491
+ if ( isset( $import_columns['Tag Slugs'] ) ) {
1492
+ $new_link_tags_slugs_array = explode( ',', $data[$import_columns['Tag Slugs']] );
1493
+ }
1494
+
1495
+ if ( ( isset( $import_columns['Tag Names'] ) && !empty( $data[$import_columns['Tag Names']] ) ) ) {
1496
+ if ( isset( $import_columns['Tag Names'] ) ) {
1497
+ $new_link_tags_array = explode( ',', $data[$import_columns['Tag Names']] );
1498
+ }
1499
+ }
1500
+
1501
+ foreach ( $new_link_tags_slugs_array as $index => $new_link_tag_slug ) {
1502
+ $tag_matched_term = get_term_by( 'slug', $new_link_tag_slug, 'link_library_tags' );
1503
+
1504
+ if ( false !== $tag_matched_term ) {
1505
+ $matched_link_tags[] = $tag_matched_term->term_id;
1506
+ } else {
1507
+ $new_link_tag = '';
1508
+ if ( !empty( $new_link_tags_array ) && isset( $new_link_tags_array[$index] ) ) {
1509
+ $new_link_tag = $new_link_tags_array[$index];
1510
+ } else {
1511
+ $new_link_tag = $new_link_tag_slug;
1512
+ }
1513
+
1514
+ $new_tag_term_data = wp_insert_term( $new_link_tag, 'link_library_tags', array( 'slug' => $new_link_tag_slug ) );
1515
+ if ( is_wp_error( $new_tag_term_data ) ) {
1516
+ print_r( 'Failed creating tag ' . $new_link_tag );
1517
+ } else {
1518
+ $matched_link_tags[] = $new_tag_term_data['term_id'];
1519
+ }
1520
+ }
1521
+ }
1522
+ }
1523
+
1524
+ $link_url = '';
1525
+ $url_labels = array( 'Address', 'link_url' );
1526
+ foreach( $url_labels as $url_label ) {
1527
+ if ( isset( $import_columns[$url_label] ) ) {
1528
+ if ( !empty( $data[$import_columns[$url_label]] ) ) {
1529
+ $link_url = esc_url( $data[$import_columns[$url_label]] );
1530
+ }
1531
+ }
1532
+ }
1533
+
1534
+ if ( isset( $_POST['updatesameurl'] ) ) {
1535
+ $find_post_args = array( 'post_type' => 'link_library_links',
1536
+ 'meta_key' => 'link_url',
1537
+ 'meta_value' => $link_url,
1538
+ 'numberposts' => 1 );
1539
+
1540
+ $posts_same_url_array = get_posts( $find_post_args );
1541
+
1542
+ if ( !empty( $posts_same_url_array ) ) {
1543
+ $existing_link_post_id = $posts_same_url_array[0]->ID;
1544
+ }
1545
+ }
1546
+
1547
+ $post_status = 'publish';
1548
+ $post_status_import_value = '';
1549
+
1550
+ $visible_labels = array( 'Status', 'Visible', 'link_visible' );
1551
+ foreach( $visible_labels as $visible_label ) {
1552
+ if ( isset( $import_columns[$visible_label] ) ) {
1553
+ $post_status_import_value = $data[$import_columns[$visible_label]];
1554
+ }
1555
+ }
1556
+
1557
+ if ( in_array( $post_status_import_value, array( 'publish', 'draft', 'private' ) ) ) {
1558
+ $post_status = $post_status_import_value;
1559
+ } elseif ( 'N' == $post_status_import_value ) {
1560
+ $post_status = 'private';
1561
+ }
1562
+
1563
+ $post_title = '';
1564
+ $title_labels = array( 'Link Name', 'link_name', 'Name' );
1565
+ foreach( $title_labels as $title_label ) {
1566
+ if ( isset( $import_columns[$title_label] ) ) {
1567
+ if ( ! empty( $data[ $import_columns[$title_label] ] ) ) {
1568
+ $post_title = sanitize_text_field( $data[ $import_columns[$title_label] ] );
1569
+ }
1570
+ }
1571
+ }
1572
+
1573
+ $new_link_data = array(
1574
+ 'post_type' => 'link_library_links',
1575
+ 'post_content' => '',
1576
+ 'post_title' => $post_title,
1577
+ 'tax_input' => array( 'link_library_category' => $matched_link_cats, 'link_library_tags' => $matched_link_tags ),
1578
+ 'post_status' => $post_status
1579
+ );
1580
+
1581
+ if ( !empty( $existing_link_post_id ) ) {
1582
+ $new_link_data['ID'] = $existing_link_post_id;
1583
+ $new_link_ID = wp_insert_post( $new_link_data );
1584
+ $successfulupdate++;
1585
+ } else {
1586
+ $new_link_ID = wp_insert_post( $new_link_data );
1587
+ $successfulimport++;
1588
+ }
1589
+
1590
+ update_post_meta( $new_link_ID, 'link_url', $link_url );
1591
+
1592
+ $link_image = '';
1593
+ $image_labels = array( 'Image Address', 'link_image' );
1594
+ foreach( $image_labels as $image_label ) {
1595
+ if ( isset( $import_columns[$image_label] ) ) {
1596
+ $link_image = esc_url( $data[$import_columns[$image_label]] );
1597
+ }
1598
+ }
1599
+ update_post_meta( $new_link_ID, 'link_image', $link_image );
1600
+
1601
+ if ( empty( $link_image ) ) {
1602
+ delete_post_thumbnail( $new_link_ID );
1603
+ } else {
1604
+ $wpFileType = wp_check_filetype( $link_image, null);
1605
+
1606
+ $attachment = array(
1607
+ 'post_mime_type' => $wpFileType['type'], // file type
1608
+ 'post_title' => sanitize_file_name( $link_image ), // sanitize and use image name as file name
1609
+ 'post_content' => '', // could use the image description here as the content
1610
+ 'post_status' => 'inherit'
1611
+ );
1612
+
1613
+ // insert and return attachment id
1614
+ $attachmentId = wp_insert_attachment( $attachment, $link_image, $new_link_ID );
1615
+ $attachmentData = wp_generate_attachment_metadata( $attachmentId, $link_image );
1616
+ wp_update_attachment_metadata( $attachmentId, $attachmentData );
1617
+ set_post_thumbnail( $new_link_ID, $attachmentId );
1618
+ }
1619
+
1620
+ $link_target = '';
1621
+ $target_labels = array( 'Link Target', 'link_target' );
1622
+ foreach( $target_labels as $target_label ) {
1623
+ if ( isset( $import_columns[$target_label] ) ) {
1624
+ $link_target = sanitize_text_field( $data[$import_columns[$target_label]] );
1625
+ }
1626
+ }
1627
+ update_post_meta( $new_link_ID, 'link_target', $link_target );
1628
+
1629
+ $link_description = '';
1630
+ $description_labels = array( 'Description', 'link_description' );
1631
+ foreach( $description_labels as $description_label ) {
1632
+ if ( isset( $import_columns[$description_label] ) ) {
1633
+ $link_description = sanitize_text_field( $data[$import_columns[$description_label]] );
1634
+ $link_description = str_replace( '(LinkLibrary:AwaitingModeration:RemoveTextToApprove)', '', $link_description );
1635
+ }
1636
+ }
1637
+ update_post_meta( $new_link_ID, 'link_description', $link_description );
1638
+
1639
+ $link_rating = '';
1640
+ $rating_labels = array( 'Description', 'link_description' );
1641
+ foreach( $rating_labels as $rating_label ) {
1642
+ if ( isset( $import_columns[$rating_label] ) ) {
1643
+ $newrating = intval( $data[$import_columns[$rating_label]] );
1644
+ if ( $newrating < 0 ) {
1645
+ $newrating = 0;
1646
+ }
1647
+ $link_rating = $newrating;
1648
+ }
1649
+ }
1650
+ update_post_meta( $new_link_ID, 'link_rating', $link_rating );
1651
+
1652
+ $link_updated = current_time( 'timestamp' );
1653
+ $updated_labels = array( 'Updated Date - Empty for none', 'link_updated' );
1654
+ foreach( $updated_labels as $updated_label ) {
1655
+ if ( isset( $import_columns[$updated_label] ) ) {
1656
+ if ( !empty( $import_columns[$updated_label] ) ) {
1657
+ $link_updated = strtotime( $data[ $import_columns[$updated_label] ] );
1658
+ }
1659
+ }
1660
+ }
1661
+ update_post_meta( $new_link_ID, 'link_updated', $link_updated );
1662
+
1663
+ $link_notes = '';
1664
+ $notes_labels = array( 'Notes', 'link_notes' );
1665
+ foreach( $notes_labels as $notes_label ) {
1666
+ if ( isset( $import_columns[$notes_label] ) ) {
1667
+ $link_notes = sanitize_text_field( $data[$import_columns[$notes_label]] );
1668
+ }
1669
+ }
1670
+ update_post_meta( $new_link_ID, 'link_notes', $link_notes );
1671
+
1672
+ $link_rss = '';
1673
+ $rss_labels = array( 'RSS', 'link_rss' );
1674
+ foreach( $rss_labels as $rss_label ) {
1675
+ if ( isset( $import_columns[$rss_label] ) ) {
1676
+ $link_rss = esc_url( $data[$import_columns[$rss_label]] );
1677
+ }
1678
+ }
1679
+ update_post_meta( $new_link_ID, 'link_rss', $link_rss );
1680
+
1681
+ $link_second_url = '';
1682
+ $second_url_labels = array( 'Secondary URL', 'link_second_url' );
1683
+ foreach( $second_url_labels as $second_url_label ) {
1684
+ if ( isset( $import_columns[$second_url_label] ) ) {
1685
+ $link_second_url = esc_url( $data[$import_columns[$second_url_label]] );
1686
+ }
1687
+ }
1688
+ update_post_meta( $new_link_ID, 'link_second_url', $link_second_url );
1689
+
1690
+ $link_telephone = '';
1691
+ $telephone_labels = array( 'Telephone', 'link_telephone' );
1692
+ foreach( $telephone_labels as $telephone_label ) {
1693
+ if ( isset( $import_columns[$telephone_label] ) ) {
1694
+ $link_telephone = sanitize_text_field( $data[$import_columns[$telephone_label]] );
1695
+ }
1696
+ }
1697
+ update_post_meta( $new_link_ID, 'link_telephone', $link_telephone );
1698
+
1699
+ $link_email = '';
1700
+ $email_labels = array( 'E-mail', 'link_email' );
1701
+ foreach( $email_labels as $email_label ) {
1702
+ if ( isset( $import_columns[$email_label] ) ) {
1703
+ $link_email = sanitize_email( $data[$import_columns[$email_label]] );
1704
+ }
1705
+ }
1706
+ update_post_meta( $new_link_ID, 'link_email', $link_email );
1707
+
1708
+ if ( empty( $existing_link_post_id ) ) {
1709
+ $link_visits = 0;
1710
+ $link_visits_labels = array( 'Link Visits' );
1711
+ foreach( $link_visits_labels as $link_visits_label ) {
1712
+ if ( isset( $import_columns[$link_visits_label] ) ) {
1713
+ $link_visits = intval( $data[$import_columns[$link_visits_label]] );
1714
+ }
1715
+ }
1716
+
1717
+ update_post_meta( $new_link_ID, 'link_visits', $link_visits );
1718
+ }
1719
+
1720
+ $link_reciprocal = '';
1721
+ $reciprocal_labels = array( 'Reciprocal Link', 'link_reciprocal' );
1722
+ foreach( $reciprocal_labels as $reciprocal_label ) {
1723
+ if ( isset( $import_columns[$reciprocal_label] ) ) {
1724
+ $link_reciprocal = esc_url( $data[$import_columns[$reciprocal_label]] );
1725
+ }
1726
+ }
1727
+ update_post_meta( $new_link_ID, 'link_reciprocal', $link_reciprocal );
1728
+
1729
+ $link_large_description = '';
1730
+ $large_description_labels = array( 'Large Description', 'link_textfield' );
1731
+ foreach( $large_description_labels as $large_description_label ) {
1732
+ if ( isset( $import_columns[$large_description_label] ) ) {
1733
+ $link_large_description = sanitize_text_field( $data[$import_columns[$large_description_label]] );
1734
+ }
1735
+ }
1736
+ update_post_meta( $new_link_ID, 'link_textfield', $link_large_description );
1737
+
1738
+ $link_no_follow = 0;
1739
+ $no_follow_labels = array( 'No Follow', 'link_no_follow' );
1740
+ foreach( $no_follow_labels as $no_follow_labels ) {
1741
+ if ( isset( $import_columns[$no_follow_labels] ) ) {
1742
+ $link_no_follow = $data[$import_columns[$no_follow_labels]];
1743
+ }
1744
+ }
1745
+
1746
+ if ( '1' == $link_no_follow || 'Y' == $link_no_follow ) {
1747
+ update_post_meta( $new_link_ID, 'link_no_follow', true );
1748
+ } else {
1749
+ update_post_meta( $new_link_ID, 'link_no_follow', false );
1750
+ }
1751
+
1752
+ $link_featured = 0;
1753
+ $featured_labels = array( 'Link Featured' );
1754
+ foreach( $featured_labels as $featured_label ) {
1755
+ if ( isset( $import_columns[$featured_label] ) ) {
1756
+ $link_featured = $data[$import_columns[$featured_label]];
1757
+ }
1758
+ }
1759
+
1760
+ if ( '1' == $link_featured || 'Y' == $link_featured ) {
1761
+ update_post_meta( $new_link_ID, 'link_featured', true );
1762
+ } else {
1763
+ update_post_meta( $new_link_ID, 'link_featured', false );
1764
+ }
1765
+
1766
+ $link_submitter_name = '';
1767
+ $submitter_name_labels = array( 'Link Submitter Name' );
1768
+ foreach( $submitter_name_labels as $submitter_name_label ) {
1769
+ if ( isset( $import_columns[$submitter_name_label] ) ) {
1770
+ $link_submitter_name = sanitize_text_field( $data[$import_columns[$submitter_name_label]] );
1771
+ }
1772
+ }
1773
+ update_post_meta( $new_link_ID, 'link_submitter_name', $link_submitter_name );
1774
+
1775
+ $link_submitter_email = '';
1776
+ $submitter_email_labels = array( 'Link Submitter E-mail' );
1777
+ foreach( $submitter_email_labels as $submitter_email_label ) {
1778
+ if ( isset( $import_columns[$submitter_email_label] ) ) {
1779
+ $link_submitter_email = sanitize_email( $data[$import_columns[$submitter_email_label]] );
1780
+ }
1781
+ }
1782
+ update_post_meta( $new_link_ID, 'link_submitter_email', $link_submitter_email );
1783
+ }
1784
+ }
1785
+ }
1786
+
1787
+ $row -= 1;
1788
+
1789
+ $message = '9';
1790
+
1791
+ wp_suspend_cache_addition( false );
1792
+ wp_defer_term_counting( false );
1793
+ wp_defer_comment_counting( false );
1794
+ } elseif ( isset( $_POST['siteimport'] ) ) {
1795
+ wp_suspend_cache_addition( true );
1796
+ wp_defer_term_counting( true );
1797
+ wp_defer_comment_counting( true );
1798
+ define( 'WP_IMPORTING', true );
1799
+
1800
+ set_time_limit( 600 );
1801
+
1802
+ $all_content = array();
1803
+
1804
+ $post_args = array();
1805
+ $post_types = array( 'post' );
1806
+
1807
+ $site_post_types = get_post_types( array( '_builtin' => false ) );
1808
+ foreach ( $site_post_types as $site_post_type ) {
1809
+ $post_types[] = $site_post_type;
1810
+ }
1811
+
1812
+ if ( 'allpagesposts' == $_POST['siteimportlinksscope']
1813
+ || 'allpagespostscpt' == $_POST['siteimportlinksscope']
1814
+ || 'specificpage' == $_POST['siteimportlinksscope'] ) {
1815
+
1816
+ $page_args = array();
1817
+
1818
+ if ( 'specificpage' == $_POST['siteimportlinksscope'] ) {
1819
+ $page_args['include'] = $_POST['page_id'];
1820
+ }
1821
+
1822
+ $all_pages = get_pages( $page_args );
1823
+
1824
+ foreach ( $all_pages as $current_page ) {
1825
+ $all_content[] = $current_page->post_content;
1826
+ }
1827
+ }
1828
+
1829
+ if ( 'allpagesposts' == $_POST['siteimportlinksscope']
1830
+ || 'allpagespostscpt' == $_POST['siteimportlinksscope'] ) {
1831
+
1832
+ $post_args = array();
1833
+
1834
+ if ( 'allpagesposts' == $_POST['siteimportlinksscope'] ) {
1835
+ $sub_post_types[] = 'post';
1836
+ } else {
1837
+ $sub_post_types = $post_types;
1838
+ }
1839
+
1840
+ foreach ( $sub_post_types as $post_type ) {
1841
+ $post_args['post_type'] = $post_type;
1842
+ $all_posts = get_posts( $post_args );
1843
+ foreach ( $all_posts as $current_post ) {
1844
+ $all_content[] = $current_post->post_content;
1845
+ }
1846
+ }
1847
+ }
1848
+
1849
+ foreach ( $post_types as $post_type ) {
1850
+ if ( 'specific' . $post_type == $_POST['siteimportlinksscope'] ) {
1851
+ $post_args = array();
1852
+ $post_id = $_POST[$post_type . '_id'];
1853
+ $post_args['post_type'] = get_post_type( $post_id );
1854
+ $post_args['include'] = $_POST[$post_type . '_id'];
1855
+ $all_posts = get_posts( $post_args );
1856
+ foreach ( $all_posts as $current_post ) {
1857
+ $all_content[] = $current_post->post_content;
1858
+ }
1859
+ }
1860
+ }
1861
+
1862
+ foreach ( $all_content as $content_item ) {
1863
+ $row++;
1864
+ $dom = new DOMDocument;
1865
+ $dom->loadHTML( $content_item );
1866
+ foreach ( $dom->getElementsByTagName( 'a' ) as $node ) {
1867
+ $incomingcatdata = $_POST['siteimportcat'];
1868
+
1869
+ if ( isset( $_POST['siteimportupdatesameurl'] ) ) {
1870
+ $find_post_args = array( 'post_type' => 'link_library_links',
1871
+ 'meta_key' => 'link_url',
1872
+ 'meta_value' => esc_url( $node->getAttribute( "href" ) ),
1873
+ 'numberposts' => 1 );
1874
+
1875
+ $posts_same_url_array = get_posts( $find_post_args );
1876
+
1877
+ if ( !empty( $posts_same_url_array ) ) {
1878
+ $existing_link_post_id = $posts_same_url_array[0]->ID;
1879
+ }
1880
+ }
1881
+
1882
+ $new_link_data = array(
1883
+ 'post_type' => 'link_library_links',
1884
+ 'post_content' => '',
1885
+ 'post_title' => esc_html( $node->nodeValue ),
1886
+ 'tax_input' => array( 'link_library_category' => $incomingcatdata ),
1887
+ 'post_status' => 'publish'
1888
+ );
1889
+
1890
+ if ( !empty( $existing_link_post_id ) ) {
1891
+ $new_link_data['ID'] = $existing_link_post_id;
1892
+ $new_link_ID = wp_insert_post( $new_link_data );
1893
+ $successfulupdate++;
1894
+ } else {
1895
+ $new_link_ID = wp_insert_post( $new_link_data );
1896
+ $successfulimport++;
1897
+ }
1898
+
1899
+ update_post_meta( $new_link_ID, 'link_url', esc_url( $node->getAttribute( "href" ) ) );
1900
+ update_post_meta( $new_link_ID, 'link_image', '' );
1901
+ update_post_meta( $new_link_ID, 'link_target', '' );
1902
+ update_post_meta( $new_link_ID, 'link_description', '' );
1903
+ update_post_meta( $new_link_ID, 'link_rating', 0 );
1904
+
1905
+ update_post_meta( $new_link_ID, 'link_updated', current_time( 'timestamp' ) );
1906
+
1907
+ update_post_meta( $new_link_ID, 'link_notes', '' );
1908
+ update_post_meta( $new_link_ID, 'link_rss', '' );
1909
+ update_post_meta( $new_link_ID, 'link_second_url', '' );
1910
+ update_post_meta( $new_link_ID, 'link_telephone', '' );
1911
+ update_post_meta( $new_link_ID, 'link_email', '' );
1912
+
1913
+ if ( empty( $existing_link_post_id ) ) {
1914
+ update_post_meta( $new_link_ID, 'link_visits', 0 );
1915
+ }
1916
+
1917
+ update_post_meta( $new_link_ID, 'link_reciprocal', '' );
1918
+ update_post_meta( $new_link_ID, 'link_textfield', '' );
1919
+ update_post_meta( $new_link_ID, 'link_no_follow', false );
1920
+ update_post_meta( $new_link_ID, 'link_featured', false );
1921
+
1922
+ update_post_meta( $new_link_ID, 'legacy_link_id', $newlinkid );
1923
+ }
1924
+ }
1925
+ $message = '9';
1926
+
1927
+ wp_suspend_cache_addition( false );
1928
+ wp_defer_term_counting( false );
1929
+ wp_defer_comment_counting( false );
1930
+ } elseif ( isset( $_POST['exportalllinks'] ) ) {
1931
+ $upload_dir = wp_upload_dir();
1932
+
1933
+ if ( is_writable( $upload_dir['path'] ) ) {
1934
+ $myFile = $upload_dir['path'] . "/LinksExport.csv";
1935
+ $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
1936
+
1937
+ $links_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'private' ) );
1938
+
1939
+ $links_to_export = new WP_Query( $links_query_args );
1940
+
1941
+ if ( $links_to_export->have_posts() ) {
1942
+ $link_items = array();
1943
+ while ( $links_to_export->have_posts() ) {
1944
+ $link_object = array();
1945
+ $links_to_export->the_post();
1946
+
1947
+ $link_cats_array = array();
1948
+ $link_cats_slugs_array = array();
1949
+ $link_categories = wp_get_post_terms( get_the_ID(), 'link_library_category' );
1950
+ if ( $link_categories ) {
1951
+ foreach ( $link_categories as $link_category ) {
1952
+ $link_cats_array[] = $link_category->name;
1953
+ $link_cats_slugs_array[] = $link_category->slug;
1954
+ }
1955
+ if ( !empty( $link_cats_array ) ) {
1956
+ $link_cats = implode( ', ', $link_cats_array );
1957
+ }
1958
+ if ( !empty( $link_cats_slugs_array ) ) {
1959
+ $link_cats_slugs = implode( ', ', $link_cats_slugs_array );
1960
+ }
1961
+ }
1962
+
1963
+ $link_tags_array = array();
1964
+ $link_tags_slugs_array = array();
1965
+ $link_tags_string = '';
1966
+ $link_tags_slugs = '';
1967
+ $link_tags = wp_get_post_terms( get_the_ID(), 'link_library_tags' );
1968
+ if ( $link_tags ) {
1969
+ foreach ( $link_tags as $link_tag ) {
1970
+ $link_tags_array[] = $link_tag->name;
1971
+ $link_tags_slugs_array[] = $link_tag->slug;
1972
+ }
1973
+ if ( !empty( $link_tags_array ) ) {
1974
+ $link_tags_string = implode( ', ', $link_tags_array );
1975
+ }
1976
+ if ( !empty( $link_cats_slugs_array ) ) {
1977
+ $link_tags_slugs = implode( ', ', $link_tags_slugs_array );
1978
+ }
1979
+ }
1980
+
1981
+ $link_object['Name'] = get_the_title();
1982
+ $link_object['Address'] = get_post_meta( get_the_ID(), 'link_url', true );
1983
+ $link_object['RSS'] = get_post_meta( get_the_ID(), 'link_rss', true );
1984
+ $link_object['Description'] = get_post_meta( get_the_ID(), 'link_description', true );
1985
+ $link_object['Notes'] = get_post_meta( get_the_ID(), 'link_notes', true );
1986
+ $link_object['Category Slugs'] = $link_cats_slugs;
1987
+ $link_object['Category Names'] = $link_cats;
1988
+ $link_object['Tag Slugs'] = $link_tags_slugs;
1989
+ $link_object['Tag Names'] = $link_tags_string;
1990
+ $link_object['Status'] = get_post_status();
1991
+ $link_object['Secondary URL'] = get_post_meta( get_the_ID(), 'link_second_url', true );
1992
+ $link_object['Telephone'] = get_post_meta( get_the_ID(), 'link_telephone', true );
1993
+ $link_object['E-mail'] = get_post_meta( get_the_ID(), 'link_email', true );
1994
+ $link_object['Reciprocal Link'] = get_post_meta( get_the_ID(), 'link_reciprocal', true );
1995
+ $link_object['Image Address'] = get_post_meta( get_the_ID(), 'link_image', true );
1996
+ $link_object['Large Description'] = get_post_meta( get_the_ID(), 'link_textfield', true );
1997
+ $link_object['No Follow'] = get_post_meta( get_the_ID(), 'link_no_follow', true );
1998
+ $link_object['Rating'] = get_post_meta( get_the_ID(), 'link_rating', true );
1999
+ $link_object['Link Target'] = get_post_meta( get_the_ID(), 'link_target', true );
2000
+ $link_object['Updated Date - Empty for none'] = date( 'Y-m-d', intval( get_post_meta( get_the_ID(), 'link_updated', true ) ) );
2001
+ $link_object['Link Featured'] = get_post_meta( get_the_ID(), 'link_featured', true );
2002
+ $link_object['Link Submitter Name'] = get_post_meta( get_the_ID(), 'link_submitter_name', true );
2003
+ $link_object['Link Submitter E-mail'] = get_post_meta( get_the_ID(), 'link_submitter_email', true );
2004
+ $link_object['Link Visits'] = get_post_meta( get_the_ID(), 'link_visits', true );
2005
+
2006
+ $link_items[] = $link_object;
2007
+ }
2008
+ }
2009
+
2010
+ wp_reset_postdata();
2011
+
2012
+ if ( $link_items ) {
2013
+ $headerrow = array();
2014
+
2015
+ foreach ( $link_items[0] as $key => $option ) {
2016
+ $headerrow[] = '"' . $key . '"';
2017
+ }
2018
+
2019
+ $headerdata = join( ',', $headerrow ) . "\n";
2020
+ fwrite( $fh, $headerdata );
2021
+
2022
+ foreach ( $link_items as $link_item ) {
2023
+ $datarow = array();
2024
+ foreach ( $link_item as $key => $value ) {
2025
+ $datarow[] = $value;
2026
+ }
2027
+ fputcsv( $fh, $datarow, ',', '"' );
2028
+ }
2029
+
2030
+ fclose( $fh );
2031
+
2032
+ if ( file_exists( $myFile ) ) {
2033
+ header( 'Content-Description: File Transfer' );
2034
+ header( 'Content-Type: application/octet-stream' );
2035
+ header( 'Content-Disposition: attachment; filename=' . basename( $myFile ) );
2036
+ header( 'Expires: 0' );
2037
+ header( 'Cache-Control: must-revalidate' );
2038
+ header( 'Pragma: public' );
2039
+ header( 'Content-Length: ' . filesize( $myFile ) );
2040
+ readfile( $myFile );
2041
+ exit;
2042
+ }
2043
+ }
2044
+ } else {
2045
+ $message = '3';
2046
+ }
2047
+ } elseif ( isset( $_POST['ll60catmapping'] ) ) {
2048
+ $upload_dir = wp_upload_dir();
2049
+
2050
+ if ( is_writable( $upload_dir['path'] ) ) {
2051
+ $myFile = $upload_dir['path'] . "/LinkLibraryCatMapping.csv";
2052
+ $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
2053
+
2054
+ global $wpdb;
2055
+
2056
+ $all_link_cats_query = 'SELECT distinct t.name, t.term_id, tt.description ';
2057
+ $all_link_cats_query .= 'FROM ' . $this->db_prefix() . 'terms t ';
2058
+ $all_link_cats_query .= 'LEFT JOIN ' . $this->db_prefix() . 'term_taxonomy tt ON (t.term_id = tt.term_id) ';
2059
+ $all_link_cats_query .= 'LEFT JOIN ' . $this->db_prefix() . 'term_relationships tr ON (tt.term_taxonomy_id = tr.term_taxonomy_id) ';
2060
+ $all_link_cats_query .= 'WHERE tt.taxonomy = "link_category" ';
2061
+ $all_link_cats_query .= 'ORDER by t.term_id ASC ';
2062
+
2063
+ $all_link_cats = $wpdb->get_results( $all_link_cats_query );
2064
+
2065
+ if ( !empty( $all_link_cats ) ) {
2066
+ $link_cat_items = array();
2067
+ foreach ( $all_link_cats as $link_cat ) {
2068
+ $link_cat_object = array();
2069
+ $link_cat_object['Category Name'] = $link_cat->name;
2070
+ $link_cat_object['Version 5.9 Category ID'] = $link_cat->term_id;
2071
+
2072
+ $cat_string = $link_cat->name;
2073
+ $cat_matched_term = get_term_by( 'name', $cat_string, 'link_library_category' );
2074
+
2075
+ if ( false !== $cat_matched_term ) {
2076
+ $link_cat_object['Version 6.0 Category ID'] = $cat_matched_term->term_id;
2077
+ }
2078
+
2079
+ $link_cat_items[] = $link_cat_object;
2080
+ }
2081
+ }
2082
+
2083
+ if ( $link_cat_items ) {
2084
+ $headerrow = array();
2085
+
2086
+ foreach ( $link_cat_items[0] as $key => $option ) {
2087
+ $headerrow[] = '"' . $key . '"';
2088
+ }
2089
+
2090
+ $headerdata = join( ',', $headerrow ) . "\n";
2091
+ fwrite( $fh, $headerdata );
2092
+
2093
+ foreach ( $link_cat_items as $link_cat_item ) {
2094
+ $datarow = array();
2095
+ foreach ( $link_cat_item as $key => $value ) {
2096
+ $datarow[] = '"' . $value . '"';
2097
+ }
2098
+ $data = join( ',', $datarow ) . "\n";
2099
+ fwrite( $fh, $data );
2100
+ }
2101
+
2102
+ fclose( $fh );
2103
+
2104
+ if ( file_exists( $myFile ) ) {
2105
+ header( 'Content-Description: File Transfer' );
2106
+ header( 'Content-Type: application/octet-stream' );
2107
+ header( 'Content-Disposition: attachment; filename=' . basename( $myFile ) );
2108
+ header( 'Expires: 0' );
2109
+ header( 'Cache-Control: must-revalidate' );
2110
+ header( 'Pragma: public' );
2111
+ header( 'Content-Length: ' . filesize( $myFile ) );
2112
+ readfile( $myFile );
2113
+ exit;
2114
+ }
2115
+ }
2116
+ } else {
2117
+ $message = '3';
2118
+ }
2119
+ } elseif ( isset( $_POST['deletell59links'] ) ) {
2120
+ global $wpdb;
2121
+
2122
+ $delete_links_query = 'DELETE FROM ' . $this->db_prefix() . 'links ';
2123
+ $wpdb->get_results( $delete_links_query );
2124
+ } else {
2125
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2126
+
2127
+ foreach (
2128
+ array(
2129
+ 'numberstylesets', 'includescriptcss', 'pagetitleprefix', 'pagetitlesuffix', 'schemaversion', 'thumbshotscid', 'approvalemailtitle',
2130
+ 'moderatorname', 'moderatoremail', 'rejectedemailtitle', 'approvalemailbody', 'rejectedemailbody', 'moderationnotificationtitle',
2131
+ 'linksubmissionthankyouurl', 'recipcheckaddress', 'imagefilepath', 'catselectmethod', 'expandiconpath', 'collapseiconpath', 'updatechannel',
2132
+ 'extraprotocols', 'thumbnailsize', 'thumbnailgenerator', 'rsscachedelay', 'single_link_layout', 'rolelevel', 'editlevel', 'cptslug',
2133
+ 'defaultlinktarget', 'bp_link_page_url', 'bp_link_settings', 'defaultprotocoladmin', 'pagepeekerid', 'pagepeekersize', 'stwthumbnailsize', 'shrinkthewebaccesskey', 'customurl1label', 'customurl2label',
2134
+ 'customurl3label', 'customurl4label', 'customurl5label'
2135
+ ) as $option_name
2136
+ ) {
2137
+ if ( isset( $_POST[$option_name] ) ) {
2138
+ $genoptions[$option_name] = $_POST[$option_name];
2139
+ }
2140
+ }
2141
+
2142
+ if ( isset( $_POST['captchagenerator'] ) && 'recaptcha' == $_POST['captchagenerator'] ) {
2143
+ if ( empty( $_POST['recaptchasitekey'] ) || empty( $_POST['recaptchasecretkey'] ) ) {
2144
+ $genoptions['captchagenerator'] = 'easycaptcha';
2145
+ $message = 4;
2146
+ } else {
2147
+ $genoptions['captchagenerator'] = 'recaptcha';
2148
+ $genoptions['recaptchasitekey'] = sanitize_text_field( $_POST['recaptchasitekey'] );
2149
+ $genoptions['recaptchasecretkey'] = sanitize_text_field( $_POST['recaptchasecretkey'] );
2150
+ }
2151
+ } elseif ( isset( $_POST['captchagenerator'] ) && 'easycaptcha' == $_POST['captchagenerator'] ) {
2152
+ $genoptions['captchagenerator'] = 'easycaptcha';
2153
+ $genoptions['recaptchasitekey'] = '';
2154
+ $genoptions['recaptchasecretkey'] = '';
2155
+ }
2156
+
2157
+ foreach ( array( 'debugmode', 'emaillinksubmitter', 'suppressemailfooter', 'usefirstpartsubmittername', 'hidedonation', 'publicly_queryable', 'exclude_from_search', 'bp_log_activity', 'deletelocalfile', 'customurl1active',
2158
+ 'customurl2active', 'customurl3active', 'customurl4active', 'customurl5active' ) as $option_name ) {
2159
+ if ( isset( $_POST[$option_name] ) ) {
2160
+ $genoptions[$option_name] = true;
2161
+ } else {
2162
+ if ( $option_name != 'hidedonation' ) {
2163
+ $genoptions[$option_name] = false;
2164
+ }
2165
+ }
2166
+ }
2167
+
2168
+ update_option( 'LinkLibraryGeneral', $genoptions );
2169
+
2170
+ update_option( 'links_updated_date_format', $_POST['links_updated_date_format'] );
2171
+ }
2172
+
2173
+ global $wp_rewrite;
2174
+ $wp_rewrite->flush_rules( false );
2175
+
2176
+ //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2177
+ $redirecturl = remove_query_arg( array( 'message', 'importrowscount', 'successimportcount' ), $_POST['_wp_http_referer'] );
2178
+
2179
+ if ( !empty( $message ) ) {
2180
+ $redirecturl = add_query_arg( 'message', $message, $redirecturl );
2181
+ }
2182
+
2183
+ if ( isset( $_POST['currenttab'] ) ) {
2184
+ $redirecturl = add_query_arg( 'currenttab', $_POST['currenttab'], $redirecturl );
2185
+ }
2186
+
2187
+ if ( isset( $row ) && $row != 0 ) {
2188
+ $redirecturl = add_query_arg( 'importrowscount', $row, $redirecturl );
2189
+ }
2190
+
2191
+ if ( isset( $successfulimport ) && $successfulimport != 0 ) {
2192
+ $redirecturl = add_query_arg( 'successimportcount', $successfulimport, $redirecturl );
2193
+ }
2194
+
2195
+ if ( isset( $successfulupdate ) && $successfulupdate != 0 ) {
2196
+ $redirecturl = add_query_arg( 'successupdatecount', $successfulupdate, $redirecturl );
2197
+ }
2198
+
2199
+ wp_redirect( $redirecturl );
2200
+ exit;
2201
+ }
2202
+
2203
+ function ll_post_exists( $id ) {
2204
+ return is_string( get_post_status( $id ) );
2205
+ }
2206
+
2207
+ //executed if the post arrives initiated by pressing the submit button of form
2208
+ function on_save_changes_settingssets() {
2209
+ //user permission check
2210
+ if ( !current_user_can( 'manage_options' ) ) {
2211
+ wp_die( __( 'Not allowed', 'link-library' ) );
2212
+ }
2213
+ //cross check the given referer
2214
+ check_admin_referer( 'link-library' );
2215
+
2216
+ if ( isset( $_POST['exportsettings'] ) ) {
2217
+ $upload_dir = wp_upload_dir();
2218
+ if ( is_writable( $upload_dir['path'] ) ) {
2219
+ $myFile = $upload_dir['path'] . "/SettingSet" . $_POST['settingsetid'] . "Export.csv";
2220
+ $fh = fopen( $myFile, 'w' ) or die( "can't open file" );
2221
+
2222
+ $sourcesettingsname = 'LinkLibraryPP' . $_POST['settingsetid'];
2223
+ $sourceoptions = get_option( $sourcesettingsname );
2224
+
2225
+ $headerrow = array();
2226
+
2227
+ foreach ( $sourceoptions as $key => $option ) {
2228
+ $headerrow[] = '"' . $key . '"';
2229
+ }
2230
+
2231
+ $headerdata = join( ',', $headerrow ) . "\n";
2232
+ fwrite( $fh, $headerdata );
2233
+
2234
+ $datarow = array();
2235
+
2236
+ foreach ( $sourceoptions as $key => $option ) {
2237
+ $datarow[] = '"' . $option . '"';
2238
+ }
2239
+
2240
+ $data = join( ',', $datarow ) . "\n";
2241
+ fwrite( $fh, $data );
2242
+
2243
+ fclose( $fh );
2244
+
2245
+ if (file_exists($myFile)) {
2246
+ header('Content-Description: File Transfer');
2247
+ header('Content-Type: application/octet-stream');
2248
+ header('Content-Disposition: attachment; filename='.basename($myFile));
2249
+ header('Expires: 0');
2250
+ header('Cache-Control: must-revalidate');
2251
+ header('Pragma: public');
2252
+ header('Content-Length: ' . filesize($myFile));
2253
+ readfile($myFile);
2254
+ exit;
2255
+ }
2256
+ } else {
2257
+ $messages[] = '6';
2258
+ }
2259
+ } elseif ( isset( $_POST['importsettings'] ) ) {
2260
+ if ( $_FILES['settingsfile']['tmp_name'] != "" ) {
2261
+ $handle = fopen( $_FILES['settingsfile']['tmp_name'], "r" );
2262
+
2263
+ $row = 1;
2264
+ $optionnames = array();
2265
+ $options = array();
2266
+
2267
+ while ( ( $data = fgetcsv( $handle, 5000, "," ) ) !== false ) {
2268
+ if ( $row == 1 ) {
2269
+ $optionnames = $data;
2270
+ $row ++;
2271
+ } else if ( $row == 2 ) {
2272
+ for ( $counter = 0; $counter <= count( $data ) - 1; $counter ++ ) {
2273
+ $options[$optionnames[$counter]] = $data[$counter];
2274
+ }
2275
+ $row ++;
2276
+ }
2277
+ }
2278
+
2279
+ if ( $options != "" ) {
2280
+ $settingsname = 'LinkLibraryPP' . $_POST['settingsetid'];
2281
+
2282
+ update_option( $settingsname, $options );
2283
+
2284
+ $messages[] = '7';
2285
+ }
2286
+
2287
+ fclose( $handle );
2288
+ } else {
2289
+ $messages[] = '8';
2290
+ }
2291
+ } else {
2292
+ $settingsetid = $_POST['settingsetid'];
2293
+ $settings = $_POST['settingsetid'];
2294
+
2295
+ $settingsname = 'LinkLibraryPP' . $settingsetid;
2296
+
2297
+ $options = get_option( $settingsname );
2298
+
2299
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2300
+
2301
+ foreach (
2302
+ array(
2303
+ 'order', 'table_width', 'num_columns', 'position',
2304
+ 'beforecatlist1', 'beforecatlist2', 'beforecatlist3', 'catnameoutput', 'linkaddfrequency',
2305
+ 'defaultsinglecat_cpt', 'rsspreviewcount', 'rssfeedinlinecount', 'linksperpage', 'catdescpos',
2306
+ 'catlistdescpos', 'rsspreviewwidth', 'rsspreviewheight', 'numberofrssitems',
2307
+ 'displayweblink', 'sourceweblink', 'showtelephone', 'sourcetelephone', 'showemail', 'sourceimage', 'sourcename', 'popup_width', 'popup_height', 'rssfeedinlinedayspublished', 'tooltipname', 'catlistchildcatdepthlimit', 'childcatdepthlimit', 'showcurrencyplacement', 'tooltipname', 'showupdatedpos', 'datesource', 'taglinks', 'linkcurrencyplacement', 'displaycustomurl1', 'displaycustomurl2', 'displaycustomurl3', 'displaycustomurl4', 'displaycustomurl5'
2308
+ )
2309
+ as $option_name
2310
+ ) {
2311
+ if ( isset( $_POST[$option_name] ) ) {
2312
+ $options[$option_name] = str_replace( "\"", "'", strtolower( $_POST[$option_name] ) );
2313
+ }
2314
+ }
2315
+
2316
+ foreach ( array( 'categorylist_cpt', 'excludecategorylist_cpt', 'taglist_cpt', 'excludetaglist_cpt' ) as $option_name ) {
2317
+ if ( isset( $_POST[$option_name] ) ) {
2318
+ if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) {
2319
+ $options[$option_name] = str_replace( "\"", "'", strtolower( $_POST[$option_name] ) );
2320
+ } else if ( $genoptions['catselectmethod'] == 'multiselectlist' ) {
2321
+ $options[$option_name] = implode( ',', $_POST[$option_name] );
2322
+ }
2323
+ } else {
2324
+ $options[$option_name] = '';
2325
+ }
2326
+ }
2327
+
2328
+ foreach (
2329
+ array(
2330
+ 'columnheaderoverride','linktarget', 'settingssetname', 'loadingicon',
2331
+ 'direction', 'linkdirection', 'linkorder', 'addnewlinkmsg', 'linknamelabel', 'linkaddrlabel', 'linkrsslabel',
2332
+ 'linkcatlabel', 'linkdesclabel', 'linknoteslabel', 'addlinkbtnlabel', 'newlinkmsg', 'moderatemsg', 'imagepos',
2333
+ 'imageclass', 'rssfeedtitle', 'rssfeeddescription', 'showonecatmode', 'linkcustomcatlabel', 'linkcustomcatlistentry',
2334
+ 'searchlabel', 'dragndroporder', 'cattargetaddress', 'beforeweblink', 'afterweblink', 'weblinklabel', 'beforetelephone',
2335
+ 'aftertelephone', 'telephonelabel', 'beforeemail', 'afteremail', 'emaillabel', 'beforelinkhits', 'afterlinkhits',
2336
+ 'linkreciprocallabel', 'linksecondurllabel', 'linktelephonelabel', 'linkemaillabel', 'emailcommand', 'rewritepage',
2337
+ 'maxlinks', 'beforedate', 'afterdate', 'beforeimage', 'afterimage', 'beforerss', 'afterrss', 'beforenote', 'afternote',
2338
+ 'beforelink', 'afterlink', 'beforeitem', 'afteritem', 'beforedesc', 'afterdesc', 'addbeforelink', 'addafterlink',
2339
+ 'beforelinkrating', 'afterlinkrating', 'linksubmitternamelabel', 'linksubmitteremaillabel', 'linksubmittercommentlabel',
2340
+ 'addlinkcatlistoverride', 'beforelargedescription', 'afterlargedescription', 'customcaptchaquestion', 'customcaptchaanswer',
2341
+ 'rssfeedaddress', 'linklargedesclabel', 'flatlist', 'searchresultsaddress', 'link_popup_text', 'linktitlecontent', 'paginationposition',
2342
+ 'showaddlinkrss', 'showaddlinkdesc', 'showaddlinkcat', 'showaddlinknotes', 'addlinkcustomcat',
2343
+ 'showaddlinkreciprocal', 'showaddlinksecondurl', 'showaddlinktelephone', 'showaddlinkemail', 'showcustomcaptcha', 'showlinksubmittername',
2344
+ 'showaddlinksubmitteremail', 'showlinksubmittercomment', 'showuserlargedescription', 'cat_letter_filter', 'beforefirstlink', 'afterlastlink',
2345
+ 'searchfieldtext', 'catfilterlabel', 'searchnoresultstext', 'addlinkdefaultcat', 'beforesubmittername', 'aftersubmittername',
2346
+ 'beforecatdesc', 'aftercatdesc', 'displayastable', 'extraquerystring', 'emailextracontent', 'beforelinktags', 'afterlinktags', 'beforelinkprice', 'afterlinkprice', 'linkcurrency',
2347
+ 'toppagetext', 'updatedlabel', 'weblinktarget', 'linktagslabel', 'showaddlinktags', 'addlinktaglistoverride', 'linkcustomtaglabel',
2348
+ 'addlinkcustomtag', 'linkcustomtaglistentry', 'maxlinkspercat', 'linkaddrdefvalue', 'userlinkcatselectionlabel', 'dropdownselectionprompttext',
2349
+ 'beforecatname', 'aftercatname', 'linkimagelabel', 'showaddlinkimage', 'linknametooltip', 'linkaddrtooltip', 'linkrsstooltip',
2350
+ 'linkcattooltip', 'linkusercattooltip', 'linkusertagtooltip', 'linkdesctooltip', 'linknotestooltip', 'linkimagetooltip', 'linkreciptooltip',
2351
+ 'linksecondtooltip', 'linktelephonetooltip', 'linkemailtooltip', 'submitternametooltip', 'submitteremailtooltip',
2352
+ 'submittercommenttooltip', 'largedesctooltip', 'linktagtooltip', 'linkfilelabel', 'linkfiletooltip', 'showaddlinkfile', 'linkfileallowedtypes', 'beforecustomurl1', 'beforecustomurl2', 'beforecustomurl3', 'beforecustomurl4', 'beforecustomurl5', 'aftercustomurl1', 'aftercustomurl2', 'aftercustomurl3', 'aftercustomurl4', 'aftercustomurl5', 'labelcustomurl1', 'labelcustomurl2', 'labelcustomurl3', 'labelcustomurl4', 'labelcustomurl5', 'customurl1target', 'customurl2target', 'customurl3target', 'customurl4target', 'customurl5target'
2353
+ ) as $option_name
2354
+ ) {
2355
+ if ( isset( $_POST[$option_name] ) ) {
2356
+ $options[$option_name] = str_replace( "\"", "'", $_POST[$option_name] );
2357
+ }
2358
+ }
2359
+
2360
+ foreach (
2361
+ array(
2362
+ 'hide_if_empty', 'catanchor', 'showdescription', 'shownotes', 'showrating', 'showupdated', 'show_images',
2363
+ 'use_html_tags', 'show_rss', 'nofollow', 'showcolumnheaders', 'show_rss_icon', 'showcategorydescheaders',
2364
+ 'showcategorydesclinks', 'showadmineditlinks', 'showonecatonly', 'rsspreview', 'rssfeedinline', 'rssfeedinlinecontent',
2365
+ 'pagination', 'hidecategorynames', 'showinvisible', 'showdate', 'showuserlinks', 'emailnewlink', 'usethumbshotsforimages', 'uselocalimagesoverthumbshots',
2366
+ 'addlinkreqlogin', 'showcatlinkcount', 'publishrssfeed', 'showname', 'enablerewrite', 'storelinksubmitter', 'showlinkhits', 'showcaptcha',
2367
+ 'showlargedescription', 'addlinknoaddress', 'featuredfirst', 'usetextareaforusersubmitnotes', 'showcatonsearchresults', 'shownameifnoimage',
2368
+ 'enable_link_popup', 'nocatonstartup', 'showlinksonclick', 'showinvisibleadmin', 'combineresults', 'showifreciprocalvalid',
2369
+ 'cat_letter_filter_autoselect', 'cat_letter_filter_showalloption', 'emailsubmitter', 'addlinkakismet', 'rssfeedinlineskipempty',
2370
+ 'current_user_links', 'showsubmittername', 'onereciprocaldomain', 'nooutputempty', 'showcatdesc', 'hidechildcatlinks',
2371
+ 'hidechildcattop', 'catlinkspermalinksmode', 'showbreadcrumbspermalinks', 'showlinktags', 'showlinkprice', 'show0asfree',
2372
+ 'allowcolumnsorting', 'showsearchreset', 'showscheduledlinks', 'suppressnoreferrer', 'dropdownselectionprompt',
2373
+ 'showcatname', 'onelinkperdomain', 'showupdatedtooltip', 'searchtextinsearchbox'
2374
+ )
2375
+ as $option_name
2376
+ ) {
2377
+ if ( isset( $_POST[$option_name] ) ) {
2378
+ $options[$option_name] = true;
2379
+ } else {
2380
+ $options[$option_name] = false;
2381
+ }
2382
+ }
2383
+
2384
+ foreach (
2385
+ array(
2386
+ 'divorheader'
2387
+ ) as $option_name
2388
+ ) {
2389
+ if ( $_POST[$option_name] == 'true' ) {
2390
+ $options[$option_name] = true;
2391
+ } elseif ( $_POST[$option_name] == 'false' ) {
2392
+ $options[$option_name] = false;
2393
+ }
2394
+ }
2395
+
2396
+ foreach ( array( 'catlistwrappers' ) as $option_name ) {
2397
+ if ( isset( $_POST[$option_name] ) ) {
2398
+ $options[$option_name] = (int) ( $_POST[$option_name] );
2399
+ }
2400
+ }
2401
+
2402
+ update_option( $settingsname, $options );
2403
+ $messages[] = "1";
2404
+
2405
+ if ( !empty( $options['categorylist_cpt'] ) ) {
2406
+ $categoryids = explode( ',', $options['categorylist_cpt'] );
2407
+
2408
+ foreach ( $categoryids as $categoryid ) {
2409
+ $link_categories_query_args = array( 'hide_empty' => false );
2410
+
2411
+ $link_categories_query_args['include'] = array( $categoryid );
2412
+ $catnames = get_terms( 'link_library_category', $link_categories_query_args );
2413
+
2414
+ if ( !$catnames ) {
2415
+ $messages[] = '2';
2416
+ }
2417
+ }
2418
+ }
2419
+
2420
+ if ( !empty( $options['excludecategorylist_cpt'] ) ) {
2421
+ $categoryids = explode( ',', $options['excludecategorylist_cpt'] );
2422
+
2423
+ foreach ( $categoryids as $categoryid ) {
2424
+ $link_categories_query_args = array( 'hide_empty' => false );
2425
+
2426
+ $link_categories_query_args['include'] = array( $categoryid );
2427
+ $catnames = get_terms( 'link_library_category', $link_categories_query_args );
2428
+
2429
+ if ( !$catnames ) {
2430
+ $messages[] = '3';
2431
+ }
2432
+ }
2433
+ }
2434
+ global $wp_rewrite;
2435
+ $wp_rewrite->flush_rules( false );
2436
+ }
2437
+
2438
+ //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2439
+ $messagelist = implode( ",", $messages );
2440
+
2441
+ $redirecturl = add_query_arg( array( 'post_type' => 'link_library_links', 'currenttab' => $_POST['currenttab'], 'page' => 'link-library-settingssets' ), admin_url( 'edit.php' ) );
2442
+
2443
+ if ( $settingsetid > 1 ) {
2444
+ $redirecturl = add_query_arg( 'settings', $settingsetid, $redirecturl );
2445
+ }
2446
+
2447
+ if ( isset( $row ) && $row != 0 ) {
2448
+ $redirecturl = add_query_arg( 'importrowscount', $row, $redirecturl );
2449
+ }
2450
+
2451
+ if ( isset( $successfulimport ) && $successfulimport != 0 ) {
2452
+ $redirecturl = add_query_arg( 'successimportcount', $successfulimport, $redirecturl );
2453
+ }
2454
+
2455
+ if ( isset( $successfulupdate ) && $successfulupdate != 0 ) {
2456
+ $redirecturl = add_query_arg( 'successupdatecount', $successfulupdate, $redirecturl );
2457
+ }
2458
+
2459
+ if ( !empty( $message ) ) {
2460
+ $redirecturl = add_query_arg( array( 'message' => $message ), $redirecturl );
2461
+ }
2462
+
2463
+ wp_redirect( $redirecturl );
2464
+ exit;
2465
+ }
2466
+
2467
+ //executed if the post arrives initiated by pressing the submit button of form
2468
+ function on_save_changes_moderate() {
2469
+ //user permission check
2470
+ if ( !current_user_can( 'manage_options' ) ) {
2471
+ wp_die( __( 'Not allowed', 'link-library' ) );
2472
+ }
2473
+ //cross check the given referer
2474
+ check_admin_referer( 'link-library' );
2475
+
2476
+ $message = '';
2477
+
2478
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2479
+
2480
+ if ( isset( $_POST['approvelinks'] ) && ( isset( $_POST['links'] ) && count( $_POST['links'] ) > 0 ) ) {
2481
+ $section = 'moderate';
2482
+
2483
+ foreach ( $_POST['links'] as $approved_link ) {
2484
+ $link_data = get_post( $approved_link );
2485
+
2486
+ if ( !empty( $link_data ) ) {
2487
+ if ( isset( $_POST['link_category_' . $approved_link] ) && !empty( $_POST['link_category_' . $approved_link] ) ) {
2488
+ wp_set_post_terms( $approved_link, $_POST['link_category_' . $approved_link], 'link_library_category' );
2489
+ } elseif ( !isset( $_POST['link_category_' . $approved_link] ) ) {
2490
+ wp_delete_object_term_relationships( $approved_link, 'link_library_category' );
2491
+ }
2492
+
2493
+ if ( isset( $_POST['link_tags_' . $approved_link] ) && !empty( $_POST['link_tags_' . $approved_link] ) ) {
2494
+ $link_terms_array = array();
2495
+ foreach ( $_POST['link_tags_' . $approved_link] as $tag_id ) {
2496
+ $link_tag = get_term_by( 'ID', $tag_id, 'link_library_tags' );
2497
+ $link_terms_array[] = $link_tag->name;
2498
+
2499
+ }
2500
+ wp_set_post_terms( $approved_link, $link_terms_array, 'link_library_tags' );
2501
+ } elseif ( !isset( $_POST['link_tags_' . $approved_link] ) ) {
2502
+ wp_delete_object_term_relationships( $approved_link, 'link_library_tags' );
2503
+ }
2504
+
2505
+ wp_update_post( array( 'ID' => $approved_link, 'post_status' => 'publish' ) );
2506
+ }
2507
+
2508
+ $submitter_email = get_post_meta( $approved_link, 'link_submitter_email', true );
2509
+ $submitter_name = get_post_meta( $approved_link, 'link_submitter_name', true );
2510
+ $link_url = get_post_meta( $approved_link, 'link_url', true );
2511
+
2512
+ if ( $genoptions['emaillinksubmitter'] == true && !empty( $submitter_email ) ) {
2513
+ if ( $genoptions['usefirstpartsubmittername'] == true ) {
2514
+ $spacepos = strpos( $submitter_name, ' ' );
2515
+ if ( $spacepos !== false ) {
2516
+ $submitter_name = substr( $submitter_name, 0, $spacepos );
2517
+ }
2518
+ }
2519
+
2520
+ $emailtitle = str_replace( '%linkname%', get_the_title( $approved_link ), $genoptions['approvalemailtitle'] );
2521
+ $emailbody = nl2br( $genoptions['approvalemailbody'] );
2522
+ $emailbody = str_replace( '%submittername%', stripslashes( $submitter_name ), stripslashes( $emailbody ) );
2523
+ $emailbody = str_replace( '%linkname%', get_the_title( $approved_link ), $emailbody );
2524
+ $emailbody = str_replace( '%linkurl%', $link_url, $emailbody );
2525
+
2526
+ $headers = "MIME-Version: 1.0\r\n";
2527
+ $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
2528
+
2529
+ if ( !empty( $genoptions['moderatorname'] ) && !empty( $genoptions['moderatoremail'] ) ) {
2530
+ $headers .= "From: \"" . $genoptions['moderatorname'] . "\" <" . $genoptions['moderatoremail'] . ">\n";
2531
+ }
2532
+
2533
+ $message = $emailbody;
2534
+
2535
+ if ( !$genoptions['suppressemailfooter'] ) {
2536
+ $message .= "<br /><br />" . __( 'Message generated by', 'link-library' ) . " <a href='https://ylefebvre.home.blog/wordpress-plugins/link-library/'>Link Library</a> for Wordpress";
2537
+ }
2538
+
2539
+ wp_mail( $submitter_email, $emailtitle, $message, $headers );
2540
+
2541
+ do_action( 'link_library_approval_email', $approved_link );
2542
+ }
2543
+ }
2544
+
2545
+ $message = '1';
2546
+ } elseif ( isset( $_POST['deletelinks'] ) && ( isset( $_POST['links'] ) && count( $_POST['links'] ) > 0 ) ) {
2547
+ $section = 'moderate';
2548
+
2549
+ foreach ( $_POST['links'] as $approved_link ) {
2550
+ $link_data = get_post( $approved_link );
2551
+
2552
+ $submitter_email = get_post_meta( $approved_link, 'link_submitter_email', true );
2553
+ $submitter_name = get_post_meta( $approved_link, 'link_submitter_name', true );
2554
+ $link_url = get_post_meta( $approved_link, 'link_url', true );
2555
+
2556
+ if ( $genoptions['emaillinksubmitter'] == true && !empty( $submitter_email ) ) {
2557
+ if ( $genoptions['usefirstpartsubmittername'] == true ) {
2558
+ $spacepos = strpos( $submitter_name, ' ' );
2559
+ if ( $spacepos !== false ) {
2560
+ $submitter_name = substr( $submitter_name, 0, $spacepos );
2561
+ }
2562
+ }
2563
+
2564
+ $emailtitle = str_replace( '%linkname%', get_the_title( $approved_link ), $genoptions['rejectedemailtitle'] );
2565
+ $emailbody = nl2br( $genoptions['rejectedemailbody'] );
2566
+ $emailbody = str_replace( '%submittername%', stripslashes( $submitter_name ), stripslashes( $emailbody ) );
2567
+ $emailbody = str_replace( '%linkname%', get_the_title( $approved_link ), $emailbody );
2568
+ $emailbody = str_replace( '%linkurl%', $link_url, $emailbody );
2569
+
2570
+ $headers = "MIME-Version: 1.0\r\n";
2571
+ $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
2572
+
2573
+ if ( !empty( $genoptions['moderatorname'] ) && !empty( $genoptions['moderatoremail'] ) ) {
2574
+ $headers .= "From: \"" . $genoptions['moderatorname'] . "\" <" . $genoptions['moderatoremail'] . ">\n";
2575
+ }
2576
+
2577
+ $message = $emailbody;
2578
+
2579
+ $message .= "<br /><br />" . __( 'Message generated by', 'link-library' ) . " <a href='https://ylefebvre.home.blog/wordpress-plugins/link-library/'>Link Library</a> for Wordpress";
2580
+
2581
+ wp_mail( $submitter_email, $emailtitle, $message, $headers );
2582
+
2583
+ do_action( 'link_library_rejection_email', $approved_link );
2584
+ }
2585
+
2586
+ wp_delete_post( $approved_link );
2587
+ }
2588
+
2589
+ $message = '2';
2590
+ }
2591
+
2592
+ $redirecturl = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2593
+
2594
+ if ( !empty( $message ) ) {
2595
+ $redirecturl = add_query_arg( 'message', $message, $redirecturl );
2596
+ }
2597
+
2598
+ //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2599
+ wp_redirect( $redirecturl );
2600
+ exit;
2601
+ }
2602
+
2603
+ function on_save_changes_stylesheet() {
2604
+ //user permission check
2605
+ if ( !current_user_can( 'manage_options' ) ) {
2606
+ wp_die( __( 'Not allowed', 'link-library' ) );
2607
+ }
2608
+ //cross check the given referer
2609
+ check_admin_referer( 'link-library' );
2610
+
2611
+ if ( isset( $_POST['submitstyle'] ) ) {
2612
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2613
+
2614
+ $genoptions['fullstylesheet'] = $_POST['fullstylesheet'];
2615
+
2616
+ update_option( 'LinkLibraryGeneral', $genoptions );
2617
+ $message = 1;
2618
+ } elseif ( isset( $_POST['resetstyle'] ) ) {
2619
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2620
+
2621
+ $stylesheetlocation = plugin_dir_path( __FILE__ ) . 'stylesheettemplate.css';
2622
+
2623
+ if ( file_exists( $stylesheetlocation ) ) {
2624
+ $genoptions['fullstylesheet'] = file_get_contents( $stylesheetlocation );
2625
+ }
2626
+
2627
+ update_option( 'LinkLibraryGeneral', $genoptions );
2628
+
2629
+ $message = 2;
2630
+ }
2631
+
2632
+ //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2633
+ $redirect_url = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2634
+ $redirect_url = add_query_arg( 'message', $message, $redirect_url );
2635
+ wp_redirect( $redirect_url );
2636
+ exit;
2637
+ }
2638
+
2639
+ function on_save_changes_reciprocal() {
2640
+ //user permission check
2641
+ if ( !current_user_can( 'manage_options' ) ) {
2642
+ wp_die( __( 'Not allowed', 'link-library' ) );
2643
+ }
2644
+ //cross check the given referer
2645
+ check_admin_referer( 'link-library' );
2646
+
2647
+ $message = - 1;
2648
+
2649
+ $genoptions = get_option( 'LinkLibraryGeneral' );
2650
+
2651
+ $genoptions['recipcheckaddress'] = ( ( isset( $_POST['recipcheckaddress'] ) && $_POST['recipcheckaddress'] !== '' ) ? $_POST['recipcheckaddress'] : "" );
2652
+ $genoptions['recipcheckdelete403'] = ( ( isset( $_POST['recipcheckdelete403'] ) && $_POST['recipcheckdelete403'] !== '' ) ? $_POST['recipcheckdelete403'] : "" );
2653
+
2654
+ update_option( 'LinkLibraryGeneral', $genoptions );
2655
+
2656
+ if ( !isset( $_POST['recipcheck'] ) && !isset( $_POST['brokencheck'] ) && !isset( $_POST['duplicatecheck'] ) ) {
2657
+ $message = 1;
2658
+ } elseif ( isset( $_POST['recipcheck'] ) ) {
2659
+ $message = 2;
2660
+ } elseif ( isset( $_POST['brokencheck'] ) ) {
2661
+ $message = 3;
2662
+ } elseif ( isset( $_POST['duplicatecheck'] ) ) {
2663
+ $message = 4;
2664
+ }
2665
+
2666
+ //lets redirect the post request into get request (you may add additional params at the url, if you need to show save results
2667
+ $redirect_url = remove_query_arg( array( 'message' ), $_POST['_wp_http_referer'] );
2668
+ $redirect_url = add_query_arg( 'message', $message, $redirect_url );
2669
+ wp_redirect( $redirect_url );
2670
+ exit;
2671
+ }
2672
+
2673
+ function general_meta_box( $data ) {
2674
+ $genoptions = $data['genoptions'];
2675
+ $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
2676
+ extract( $genoptions );
2677
+
2678
+ ?>
2679
+
2680
+ <div style='padding-top:15px' id="ll-general" class="content-section">
2681
+ <table>
2682
+ <tr>
2683
+ <td>
2684
+ <input type='hidden' value='<?php echo $genoptions['schemaversion']; ?>' name='schemaversion' id='schemaversion' />
2685
+ <table>
2686
+ <tr>
2687
+ <td colspan="2"><h4>Link Library 6.0 Upgrade Tools</h4></td>
2688
+ </tr>
2689
+ <tr>
2690
+ <td><?php _e( 'Re-import', 'link-library' ); ?></td>
2691
+ <td><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( __( "Using the re-import function will delete all links in your Link Library and re-import links from the old Link Library 5.9 format to version 6.x. Only use this function if you recently upgraded from 5.9 to 6.x and are having issues with the converter links.", "link-library" ) ) . "') ) window.location.href='edit.php?page=link-library-general-options&amp;post_type=link_library_links&amp;ll60reupdate=1' \""; ?>><?php _e( 'Re-import links', 'link-library' ); ?></button></td>
2692
+ </tr>
2693
+ <tr>
2694
+ <td><?php _e( 'Category mapping table', 'link-library' ); ?></td>
2695
+ <td><input type="submit" id="ll60catmapping" name="ll60catmapping" value="<?php _e( 'Export category mapping', 'link-library' ); ?>" /></td>
2696
+ </tr>
2697
+ <tr>
2698
+ <td><?php _e( 'Delete old Link Library 5.9 Links', 'link-library' ); ?></td>
2699
+ <td><input type="submit" id="deletell59links" name="deletell59links" value="<?php _e( 'Delete old links', 'link-library' ); ?>" /></td>
2700
+ </tr>
2701
+ <tr>
2702
+ <td colspan="2"><h4>General Options</h4></td>
2703
+ </tr>
2704
+ <?php if ( !is_multisite() ) { ?>
2705
+ <tr>
2706
+ <td><?php _e( 'Update channel', 'link-library' ); ?></td>
2707
+ <td><select id="updatechannel" name="updatechannel">
2708
+ <option value="standard" <?php selected( $genoptions['updatechannel'], 'standard' ); ?>><?php _e( 'Standard channel - Updates as they are released', 'link-library' ); ?>
2709
+ <option value="monthly" <?php selected( $genoptions['updatechannel'], 'monthly' ); ?>><?php _e( 'Monthly Channel - Updates once per month', 'link-library' ); ?>
2710
+ </select></td>
2711
+ </tr>
2712
+ <?php } ?>
2713
+ <tr>
2714
+ <td class='lltooltip' title='<?php _e( 'The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next.', 'link-library' ); ?>' style='width:200px'><?php _e( 'Stylesheet', 'link-library' ); ?></td>
2715
+ <td class='lltooltip' title='<?php _e( 'The stylesheet is now defined and stored using the Link Library admin interface. This avoids problems with updates from one version to the next.', 'link-library' ); ?>'>
2716
+ <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'link-library-stylesheet', 'section' => 'stylesheet' ), admin_url( 'admin.php' ) ) ); ?>"><?php _e( 'Editor', 'link-library' ); ?></a>
2717
+ </td>
2718
+ </tr>
2719
+ <tr>
2720
+ <td><?php _e( 'Number of Libraries', 'link-library' ); ?></td>
2721
+ <td>
2722
+ <input type="text" id="numberstylesets" name="numberstylesets" size="5" value="<?php echo $genoptions['numberstylesets']; ?>" />
2723
+ </td>
2724
+ </tr>
2725
+ <tr>
2726
+ <td><?php _e( 'Link Library Post Slug', 'link-library' ); ?></td>
2727
+ <td>
2728
+ <input type="text" id="cptslug" name="cptslug" size="20" value="<?php echo $genoptions['cptslug']; ?>" />
2729
+ </td>
2730
+ </tr>
2731
+ <tr>
2732
+ <td>Individual link pages can be seen by visitors</td>
2733
+ <td><input type="checkbox" id="publicly_queryable" name="publicly_queryable" <?php checked( $genoptions['publicly_queryable'] ); ?>/></td>
2734
+ </tr>
2735
+ <tr>
2736
+ <td>Links appear in search results</td>
2737
+ <td><input type="checkbox" id="exclude_from_search" name="exclude_from_search" <?php checked( $genoptions['exclude_from_search'] ); ?>/></td>
2738
+ </tr>
2739
+ <tr>
2740
+ <td>Minimum role for Link Library configuration</td>
2741
+ <td>
2742
+ <?php global $wp_roles;
2743
+ if ( $wp_roles ):?>
2744
+ <select name='rolelevel' style='width: 200px'>
2745
+ <?php $roles = $wp_roles->roles;
2746
+
2747
+ foreach ( $roles as $role ):
2748
+ $selectedterm = selected( $genoptions['rolelevel'], $role['name'], false ); ?>
2749
+ <option value='<?php echo $role['name']; ?>' <?php echo $selectedterm; ?>><?php echo $role['name']; ?></option>
2750
+ <?php endforeach; ?>
2751
+ </select>
2752
+ <?php endif; ?>
2753
+ </td>
2754
+ </tr>
2755
+ <tr>
2756
+ <td>Minimum role for Link editing</td>
2757
+ <td>
2758
+ <?php global $wp_roles;
2759
+ if ( $wp_roles ):?>
2760
+ <select name='editlevel' style='width: 200px'>
2761
+ <?php $roles = $wp_roles->roles;
2762
+
2763
+ foreach ( $roles as $role ):
2764
+ $selectedterm = selected( $genoptions['editlevel'], $role['name'], false ); ?>
2765
+ <option value='<?php echo $role['name']; ?>' <?php echo $selectedterm; ?>><?php echo $role['name']; ?></option>
2766
+ <?php endforeach; ?>
2767
+ </select>
2768
+ <?php endif; ?>
2769
+ </td>
2770
+ </tr>
2771
+ <tr>
2772
+ <td class="lltooltip" title="<?php _e( 'Changes how categories to be displayed are selected in library configurations. Specifying through a comma-separated list allows user to specify order to display the categories, when used in conjunction with the Results Order option' ); ?>"><?php _e( 'Category selection method', 'link-library' ); ?></td>
2773
+ <td><select id="catselectmethod" name="catselectmethod">
2774
+ <option value="commalist" <?php selected( $genoptions['catselectmethod'], 'commalist' ); ?>><?php _e( 'Comma-separated ID list', 'link-library' ); ?>
2775
+ <option value="multiselectlist" <?php selected( $genoptions['catselectmethod'], 'multiselectlist' ); ?>><?php _e( 'Multi-select List', 'link-library' ); ?>
2776
+ </select></td>
2777
+ </tr>
2778
+ <tr>
2779
+ <td><?php _e( 'Default link target in editor', 'link-library' ); ?></td>
2780
+ <td><?php $target_array = array( '_blank' => '_blank (new window or tab)', '' => '_none (same window or tab)', '_top' => '_top (current window or tab, with no frames)' );
2781
+ echo '<select name="defaultlinktarget" id="defaultlinktarget">';
2782
+ foreach ( $target_array as $target_value => $target_item ) {
2783
+ echo '<option value="' . $target_value . '" ' . selected( $target_value, $genoptions['defaultlinktarget'] ) . '>' . $target_item . '</option>';
2784
+ }
2785
+ echo '</select>';
2786
+ ?></td>
2787
+ </tr>
2788
+ <tr>
2789
+ <td><?php _e( 'Default protocol for new links in admin when not specified', 'link-library' ); ?></td>
2790
+ <td><?php $target_array = array( 'http' => 'http://', 'https' => 'https://' );
2791
+ echo '<select name="defaultprotocoladmin" id="defaultprotocoladmin">';
2792
+ foreach ( $target_array as $target_value => $target_item ) {
2793
+ echo '<option value="' . $target_value . '" ' . selected( $target_value, $genoptions['defaultprotocoladmin'] ) . '>' . $target_item . '</option>';
2794
+ }
2795
+ echo '</select>';
2796
+ ?></td>
2797
+ </tr>
2798
+ <tr>
2799
+ <td class="lltooltip" title="<?php _e( 'Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API', 'link-library' ); ?>"><?php _e( 'Additional pages to load styles and scripts', 'link-library' ); ?></td>
2800
+ <td class="lltooltip" title="<?php _e( 'Enter comma-separate list of pages on which the Link Library stylesheet and scripts should be loaded. Primarily used if you display Link Library using the API', 'link-library' ); ?>">
2801
+ <input type="text" id="includescriptcss" name="includescriptcss" size="40" value="<?php echo $genoptions['includescriptcss']; ?>" />
2802
+ </td>
2803
+ </tr>
2804
+ <tr>
2805
+ <td><?php _e( 'Debug Mode', 'link-library' ); ?></td>
2806
+ <td>
2807
+ <input type="checkbox" id="debugmode" name="debugmode" <?php checked( $genoptions['debugmode'] ); ?>/></td>
2808
+ </tr>
2809
+ <tr>
2810
+ <td><?php _e( 'Delete file if link points to local file', 'link-library' ); ?></td>
2811
+ <td>
2812
+ <input type="checkbox" id="deletelocalfile" name="deletelocalfile" <?php checked( $genoptions['deletelocalfile'] ); ?>/></td>
2813
+ </tr>
2814
+ <tr>
2815
+ <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>"><?php _e( 'Page Title Prefix', 'link-library' ); ?></td>
2816
+ <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>">
2817
+ <input type="text" id="pagetitleprefix" name="pagetitleprefix" size="10" value="<?php echo $genoptions['pagetitleprefix']; ?>" />
2818
+ </td>
2819
+ </tr>
2820
+ <tr>
2821
+ <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>"><?php _e( 'Page Title Suffix', 'link-library' ); ?></td>
2822
+ <td class="lltooltip" title="<?php _e( 'This function is only possible when showing one category at a time and while the default category is not shown.', 'link-library' ); ?>">
2823
+ <input type="text" id="pagetitlesuffix" name="pagetitlesuffix" size="10" value="<?php echo $genoptions['pagetitlesuffix']; ?>" />
2824
+ </td>
2825
+ </tr>
2826
+ <tr>
2827
+ <td class='lltooltip' title='<?php _e( 'Path for images files that are uploaded manually or generated through thumbnail generation service', 'link-library' ); ?>'><?php _e( 'Link Image File Path', 'link-library' ); ?></td>
2828
+ <td colspan='4' class='lltooltip' title='<?php _e( 'Path for images files that are uploaded manually or generated through thumbnail generation service', 'link-library' ); ?>'>
2829
+ <select id="imagefilepath" name="imagefilepath">
2830
+ <option value="absolute" <?php selected( $genoptions['imagefilepath'], 'absolute' ); ?>><?php _e( 'Absolute', 'link-library' ); ?>
2831
+ <option value="relative" <?php selected( $genoptions['imagefilepath'], 'relative' ); ?>><?php _e( 'Relative', 'link-library' ); ?>
2832
+ </select></td>
2833
+ </tr>
2834
+ <tr>
2835
+ <td colspan="2"><hr /></td>
2836
+ </tr>
2837
+ <tr>
2838
+ <td><?php _e( 'Thumbnail Generator', 'link-library' ); ?></td>
2839
+ <td>
2840
+ <select id="thumbnailgenerator" name="thumbnailgenerator">
2841
+ <option value="robothumb" <?php selected( $genoptions['thumbnailgenerator'], 'robothumb' ); ?>>Robothumb.com
2842
+ <option value="shrinktheweb" <?php selected( $genoptions['thumbnailgenerator'], 'shrinktheweb' ); ?>>Shrink The Web
2843
+ <option value="pagepeeker" <?php selected( $genoptions['thumbnailgenerator'], 'pagepeeker' ); ?>>PagePeeker
2844
+ <option value="thumbshots" <?php selected( $genoptions['thumbnailgenerator'], 'thumbshots' ); ?>>Thumbshots.org
2845
+ <option value="google" <?php selected( $genoptions['thumbnailgenerator'], 'google' ); ?>>Google PageSpeed
2846
+ </select>
2847
+ </td>
2848
+ </tr>
2849
+ <tr class="thumbshotsapikey" <?php if ( $genoptions['thumbnailgenerator'] != 'thumbshots' ) {
2850
+ echo 'style="display:none;"';
2851
+ } ?>>
2852
+ <td class='lltooltip' title='<?php _e( 'API Key for Thumbshots.com thumbnail generation accounts', 'link-library' ); ?>'><?php _e( 'Thumbshots API Key', 'link-library' ); ?></td>
2853
+ <td colspan='4' class='lltooltip' title='<?php _e( 'API Key for Thumbshots.com thumbnail generation accounts', 'link-library' ); ?>'>
2854
+ <input type="text" id="thumbshotscid" name="thumbshotscid" size="20" value="<?php echo $genoptions['thumbshotscid']; ?>" />
2855
+ </td>
2856
+ </tr>
2857
+ <tr class="shrinkthewebaccesskey" <?php if ( $genoptions['thumbnailgenerator'] != 'shrinktheweb' ) {
2858
+ echo 'style="display:none;"';
2859
+ } ?>>
2860
+ <td class='lltooltip' title='<?php _e( 'Access Key for shrinktheweb.com thumbnail generation accounts', 'link-library' ); ?>'><?php _e( 'Shrink The Web Access Key', 'link-library' ); ?></td>
2861
+ <td colspan='4' class='lltooltip' title='<?php _e( 'Access Key for shrinktheweb.com thumbnail generation accounts', 'link-library' ); ?>'>
2862
+ <input type="text" id="shrinkthewebaccesskey" name="shrinkthewebaccesskey" size="20" value="<?php echo $genoptions['shrinkthewebaccesskey']; ?>" />
2863
+ </td>
2864
+ </tr>
2865
+ <tr class="shrinkthewebsizes" <?php if ( $genoptions['thumbnailgenerator'] != 'shrinktheweb' ) {
2866
+ echo 'style="display:none;"';
2867
+ } ?>>
2868
+ <td><?php _e( 'Shrink the web Thumbnail size' ); ?>
2869
+ </td>
2870
+ <td>
2871
+ <select id="stwthumbnailsize" name="stwthumbnailsize">
2872
+ <?php $sizes = array( '75x57', '90x68', '100x75', '120x90', '200x150', '320x240' );
2873
+
2874
+ foreach ( $sizes as $size ) { ?>
2875
+ <option value="<?php echo $size; ?>" <?php selected( $genoptions['stwthumbnailsize'], $size ); ?>><?php echo $size; ?>
2876
+ <?php } ?>
2877
+ </select>
2878
+ </td>
2879
+ </tr>
2880
+ <tr class="pagepeekersizes" <?php if ( $genoptions['thumbnailgenerator'] != 'pagepeeker' ) {
2881
+ echo 'style="display:none;"';
2882
+ } ?>>
2883
+ <td><?php _e( 'PagePeeker Thumbnail size' ); ?>
2884
+ </td>
2885
+ <td>
2886
+ <select id="pagepeekersize" name="pagepeekersize">
2887
+ <?php $sizes = array( 't' => '90 x 68', 's' => '120x90', 'm' => '200 x 150', 'l' => '400 x 300', 'x'=> '480 x 360' );
2888
+
2889
+ foreach ( $sizes as $code => $size ) { ?>
2890
+ <option value="<?php echo $code; ?>" <?php selected( $genoptions['pagepeekersize'], $code ); ?>><?php echo $size; ?>
2891
+ <?php } ?>
2892
+ </select>
2893
+ </td>
2894
+ </tr>
2895
+ <tr class="pagepeekerid" <?php if ( $genoptions['thumbnailgenerator'] != 'pagepeeker' ) {
2896
+ echo 'style="display:none;"';
2897
+ } ?>>
2898
+ <td><?php _e( 'PagePeeker API Key (for paid or free unbranded accounts)' ); ?>
2899
+ </td>
2900
+ <td colspan='4' class='lltooltip' title='<?php _e( 'Pagepeeker API Key for premium thumbnail generation', 'link-library' ); ?>'>
2901
+ <input type="text" id="pagepeekerid" name="pagepeekerid" size="20" value="<?php echo $genoptions['pagepeekerid']; ?>" />
2902
+ </td>
2903
+ </td>
2904
+ </tr>
2905
+ <tr class="robothumbsize" <?php if ( $genoptions['thumbnailgenerator'] != 'robothumb' ) {
2906
+ echo 'style="display:none;"';
2907
+ } ?>>
2908
+ <td><?php _e( 'Robothumb Thumbnail size' ); ?>
2909
+ </td>
2910
+ <td>
2911
+ <select id="thumbnailsize" name="thumbnailsize">
2912
+ <?php $sizes = array( '100x75', '120x90', '160x120', '180x135', '240x180', '320x240', '560x420', '640x480', '800x600' );
2913
+
2914
+ foreach ( $sizes as $size ) { ?>
2915
+ <option value="<?php echo $size; ?>" <?php selected( $genoptions['thumbnailsize'], $size ); ?>><?php echo $size; ?>
2916
+ <?php } ?>
2917
+ </select>
2918
+ </td>
2919
+ </tr>
2920
+ <tr>
2921
+ <td colspan="2"><hr /></td>
2922
+ </tr>
2923
+ <tr>
2924
+ <td><?php _e( 'Log link creation activity on BuddyPress feed', 'link-library' ); ?></td>
2925
+ <td>
2926
+ <input type="checkbox" id="bp_log_activity" name="bp_log_activity" <?php checked( $genoptions['bp_log_activity'] ); ?> />
2927
+ </td>
2928
+ </tr>
2929
+ <tr>
2930
+ <td><?php _e( 'Link Page URL (relative or absolute)', 'link-library' ); ?></td>
2931
+ <td>
2932
+ <input type="text" id="bp_link_page_url" name="bp_link_page_url" size="60" value="<?php echo $genoptions['bp_link_page_url']; ?>" />
2933
+ </td>
2934
+ </tr>
2935
+ <tr>
2936
+ <td><?php _e( 'Library Configuration used for Links page', 'link-library' ); ?></td>
2937
+ <td>
2938
+ <SELECT id="bp_link_settings" name="bp_link_settings" style='width: 300px'>
2939
+ <option>Select a library configuration</option>
2940
+ <?php if ( empty( $genoptions['numberstylesets'] ) ) {
2941
+ $numberofsets = 1;
2942
+ } else {
2943
+ $numberofsets = $genoptions['numberstylesets'];
2944
+ }
2945
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
2946
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
2947
+ $tempoptions = get_option( $tempoptionname ); ?>
2948
+ <option value="<?php echo $counter ?>" <?php selected( $genoptions['bp_link_settings'], $counter ); ?>><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( ! empty( $tempoptions ) && isset( $tempoptions['settingssetname'] ) ) {
2949
+ echo " (" . stripslashes( $tempoptions['settingssetname'] ) . ")";
2950
+ } ?></option>
2951
+ <?php endfor; ?>
2952
+ </SELECT>
2953
+ </td>
2954
+ </tr>
2955
+ <tr>
2956
+ <td colspan="2"><hr /></td>
2957
+ </tr>
2958
+ <tr class="captchagenerator">
2959
+ <td><?php _e( 'Captcha generator' ); ?>
2960
+ </td>
2961
+ <td>
2962
+ <select id="captchagenerator" name="captchagenerator">
2963
+ <?php $captcha_generators = array( 'easycaptcha' => 'Easy Captcha', 'recaptcha' => 'Google reCAPTCHA' );
2964
+
2965
+ foreach ( $captcha_generators as $key => $captcha_generator ) { ?>
2966
+ <option value="<?php echo $key; ?>" <?php selected( $genoptions['captchagenerator'], $key ); ?>><?php echo $captcha_generator; ?>
2967
+ <?php } ?>
2968
+ </select>
2969
+ </td>
2970
+ </tr>
2971
+ <tr>
2972
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Site Key' ); ?>
2973
+ </td>
2974
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
2975
+ <input type="text" id="recaptchasitekey" name="recaptchasitekey" size="60" value="<?php echo $genoptions['recaptchasitekey']; ?>" />
2976
+ </td>
2977
+ </tr>
2978
+ <tr>
2979
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Secret Key' ); ?>
2980
+ </td>
2981
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
2982
+ <input type="text" id="recaptchasecretkey" name="recaptchasecretkey" size="60" value="<?php echo $genoptions['recaptchasecretkey']; ?>" />
2983
+ </td>
2984
+ </tr>
2985
+ <tr>
2986
+ <td colspan="2"><hr /></td>
2987
+ </tr>
2988
+ <tr>
2989
+ <td><?php _e( 'Links Date Format', 'link-library' ); ?> (<a target="datehelp" href="https://codex.wordpress.org/Formatting_Date_and_Time"><?php _e( 'Help', 'link-library' ); ?></a>)
2990
+ </td>
2991
+ <td>
2992
+ <input type="text" id="links_updated_date_format" name="links_updated_date_format" size="20" value="<?php echo get_option( 'links_updated_date_format' ); ?>" />
2993
+ </td>
2994
+ </tr>
2995
+ <tr>
2996
+ <td class='lltooltip' title='<?php _e( 'Enter list of additional link protocols, seperated by commas', 'link-library' ); ?>'><?php _e( 'Additional protocols', 'link-library' ); ?></td>
2997
+ <td class='lltooltip' title='<?php _e( 'Enter list of additional link protocols, seperated by commas', 'link-library' ); ?>'><input type="text" id="extraprotocols" name="extraprotocols" size="20" value="<?php echo $genoptions['extraprotocols']; ?>" /></td>
2998
+ </tr>
2999
+ <tr>
3000
+ <td><?php _e( 'Time before clearing RSS display cache (in seconds)', 'link-library' ); ?></td>
3001
+ <td>
3002
+ <input type="text" id="rsscachedelay" name="rsscachedelay" size="5" value="<?php echo intval( $genoptions['rsscachedelay'] ); ?>" /></td>
3003
+ </tr>
3004
+ </table>
3005
+ </td>
3006
+ <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
3007
+ <td style='padding: 8px; border: 1px solid #cccccc;vertical-align:top !important;'>
3008
+
3009
+ <div style="width: 400px"><h3>Support the author - Second Edition</h3><br />
3010
+ <table>
3011
+ <tr>
3012
+ <td>
3013
+ <a href="http://www.packtpub.com/wordpress-plugin-development-cookbook/book"><img src='<?php echo plugins_url( 'icons/7683os_cover_small.jpg', __FILE__ ); ?>'>
3014
+ </td>
3015
+ <td></a>The second edition of my plugin development cookbook is now available. Learn how to create your own plugins with my book.<br /><br />Order now!<br /><br /><a href="https://www.packtpub.com/web-development/wordpress-plugin-development-cookbook-second-edition">Packt Publishing</a><br /><a href="https://amzn.to/2s1U7GP">Amazon.com</a><br /><a href="https://www.amazon.ca/WordPress-Plugin-Development-Cookbook-powerful-ebook/dp/B073V39F6X/ref=sr_1_2?ie=UTF8&qid=1526738915&sr=8-2&keywords=wordpress+plugin+development+cookbook">Amazon.ca</a>
3016
+ </td>
3017
+ </tr>
3018
+ </table>
3019
+ </div><br /><br />
3020
+
3021
+ <a href="https://accessibe.go2cloud.org/SHL"><img src='<?php echo plugins_url( 'icons/Accessibe.png', __FILE__ ); ?>'>
3022
+ </td>
3023
+ <?php } ?>
3024
+ </table>
3025
+ </div>
3026
+
3027
+ <script type="text/javascript">
3028
+ jQuery(document).ready(function () {
3029
+ jQuery('.lltooltip').each(function () {
3030
+ jQuery(this).tipTip();
3031
+ }
3032
+ );
3033
+
3034
+ jQuery("#thumbnailgenerator").change(function () {
3035
+ jQuery(".thumbshotsapikey").hide();
3036
+ jQuery(".robothumbsize").hide();
3037
+ jQuery(".pagepeekerid").hide();
3038
+ jQuery(".pagepeekersizes").hide();
3039
+ jQuery(".shrinkthewebsizes").hide();
3040
+ jQuery(".shrinkthewebaccesskey").hide();
3041
+
3042
+ if ( jQuery( '#thumbnailgenerator').val() == 'thumbshots' ) {
3043
+ jQuery(".thumbshotsapikey").show();
3044
+ } else if ( jQuery( '#thumbnailgenerator').val() == 'robothumb' ) {
3045
+ jQuery(".robothumbsize").show();
3046
+ } else if ( jQuery( '#thumbnailgenerator').val() == 'pagepeeker' ) {
3047
+ jQuery(".pagepeekerid").show();
3048
+ jQuery(".pagepeekersizes").show();
3049
+ } else if ( jQuery( '#thumbnailgenerator').val() == 'shrinktheweb' ) {
3050
+ jQuery(".shrinkthewebsizes").show();
3051
+ jQuery(".shrinkthewebaccesskey").show();
3052
+ }
3053
+ });
3054
+ });
3055
+ </script>
3056
+ <?php
3057
+ }
3058
+
3059
+ function general_custom_fields_meta_box( $data ) {
3060
+ $genoptions = $data['genoptions'];
3061
+ ?>
3062
+ <div style='padding-top:15px' id="ll-customfields" class="content-section">
3063
+ <h2>URL Fields</h2>
3064
+ <table>
3065
+ <tr>
3066
+ <th></th>
3067
+ <th>Active</th>
3068
+ <th>Label</th>
3069
+ </tr>
3070
+ <?php for ( $customurlfieldnumber = 1; $customurlfieldnumber < 6; $customurlfieldnumber++ ) { ?>
3071
+ <tr>
3072
+ <td style="width:200px">Custom Field #<?php echo $customurlfieldnumber; ?></td>
3073
+ <td><input type="checkbox" name="customurl<?php echo $customurlfieldnumber; ?>active" <?php checked( $genoptions['customurl' . $customurlfieldnumber . 'active'] ); ?>></td>
3074
+ <td><input type="text" name="customurl<?php echo $customurlfieldnumber; ?>label" value="<?php echo $genoptions['customurl' . $customurlfieldnumber . 'label']; ?>"></td>
3075
+ </tr>
3076
+ <?php } ?>
3077
+ </table>
3078
+ </div>
3079
+ <?php
3080
+ }
3081
+
3082
+ function general_singleitemlayout_meta_box( $data ) {
3083
+ $genoptions = $data['genoptions'];
3084
+ ?>
3085
+ <div style='padding-top:15px' id="ll-singleitem" class="content-section">
3086
+ <p>This section allows you to specify a template for individual link pages. These individual pages will be shown to visitors if you set the Link Source to Dedicated Page under the Advanced settings of Library Configurations and allow users to create a more complete internal page describing an external link, before visitors go to this external page.</p>
3087
+ <?php
3088
+ $editorsettings = array( 'media_buttons' => false,
3089
+ 'textarea_rows' => 15,
3090
+ 'textarea_name' => 'single_link_layout',
3091
+ 'wpautop' => false );
3092
+
3093
+ wp_editor( isset( $genoptions['single_link_layout'] ) ? stripslashes( $genoptions['single_link_layout'] ) : '', 'single_link_layout', $editorsettings ); ?>
3094
+ <p>The codes that are available to put in this layout template are:</p>
3095
+ <table>
3096
+ <tr>
3097
+ <th>Tag Name</th>
3098
+ <th>Description</th>
3099
+ </tr>
3100
+ <tr>
3101
+ <td>[link_content]</td>
3102
+ <td>Text added in the new full-page content field of the link editor</td>
3103
+ </tr>
3104
+ <tr>
3105
+ <td>[link_title]</td>
3106
+ <td>The name of the link, text only</td>
3107
+ </tr>
3108
+ <tr>
3109
+ <td>[link]</td>
3110
+ <td>Link title, with link tag and link url</td>
3111
+ </tr>
3112
+ <tr>
3113
+ <td>[link_address]</td>
3114
+ <td>Link URL only, without link tag</td>
3115
+ </tr>
3116
+ <tr>
3117
+ <td>[link_description]</td>
3118
+ <td>The link description</td>
3119
+ </tr>
3120
+ <tr>
3121
+ <td>[link_large_description]</td>
3122
+ <td>The link large description</td>
3123
+ </tr>
3124
+ <tr>
3125
+ <td>[link_category]</td>
3126
+ <td>Category or categories that are assigned to link, listed in alphabetical order and separated with commas</td>
3127
+ </tr>
3128
+ <tr>
3129
+ <td>[link_image]</td>
3130
+ <td>Link image URL. You need to add img src tag or other code to display image.</td>
3131
+ </tr>
3132
+ <tr>
3133
+ <td>[link_email]</td>
3134
+ <td>Link e-mail</td>
3135
+ </tr>
3136
+ <tr>
3137
+ <td>[link_telephone]</td>
3138
+ <td>Link telephone number</td>
3139
+ </tr>
3140
+ <tr>
3141
+ <td>[link_price_or_free]</td>
3142
+ <td>Display link price, or the word Free if the price is 0</td>
3143
+ </tr>
3144
+ </table>
3145
+ </div>
3146
+ <?php
3147
+ }
3148
+
3149
+ function general_image_meta_box( $data ) {
3150
+ $genoptions = $data['genoptions'];
3151
+ ?>
3152
+ <div style='padding-top:15px' id="ll-images" class="content-section">
3153
+ <table>
3154
+ <tr>
3155
+ <td class='lltooltip' title='<?php _e( 'Custom full URL for expand icon. Uses default image if left empty.', 'link-library' ); ?>'><?php _e( 'Expand Icon Image', 'link-library' ); ?></td>
3156
+ <td colspan='4' class='lltooltip' title='<?php _e( 'Custom full URL for expand icon. Uses default image if left empty.', 'link-library' ); ?>'>
3157
+ <input type="text" id="expandiconpath" name="expandiconpath" style="width:100%" value="<?php if ( isset( $genoptions['expandiconpath'] ) ) {
3158
+ echo $genoptions['expandiconpath'];
3159
+ } ?>" /></td>
3160
+ </tr>
3161
+ <tr>
3162
+ <td class='lltooltip' title='<?php _e( 'Custom full URL for collapse icon. Uses default image if left empty.', 'link-library' ); ?>'><?php _e( 'Collapse Icon Image', 'link-library' ); ?></td>
3163
+ <td colspan='4' class='lltooltip' title='<?php _e( 'Custom full URL for collapse icon. Uses default image if left empty.', 'link-library' ); ?>'>
3164
+ <input type="text" id="collapseiconpath" name="collapseiconpath" style="width:100%" value="<?php if ( isset( $genoptions['collapseiconpath'] ) ) {
3165
+ echo $genoptions['collapseiconpath'];
3166
+ } ?>" /></td>
3167
+ </tr>
3168
+ </table>
3169
+ </div>
3170
+ <?php
3171
+ }
3172
+
3173
+ function general_meta_bookmarklet_box( $data ) {
3174
+ $bookmarkletcode = 'javascript:void(linkmanpopup=window.open(\'' . get_bloginfo( 'wpurl' ) . '/wp-admin/post-new.php?post_type=link_library_links&action=popup&linkurl=\'+escape(location.href)+\'&post_title=\'+(document.title),\'LinkManager\',\'scrollbars=yes,width=900px,height=600px,left=15,top=15,status=yes,resizable=yes\'));linkmanpopup.focus();window.focus();linkmanpopup.focus();';
3175
+ ?>
3176
+ <div style='padding-top:15px' id="ll-bookmarklet" class="content-section">
3177
+ <p><?php _e( 'Add new links to your site with this bookmarklet.', 'link-library' ); ?></p>
3178
+ <p><?php _e( 'To use this feature, drag-and-drop the button below to your favorite / bookmark toolbar.', 'link-library' ); ?></p>
3179
+ <a href="<?php echo $bookmarkletcode; ?>" class='button' title="<?php _e( 'Add to Links', 'link-library' ); ?>"><?php _e( 'Add to Links', 'link-library' ); ?></a>
3180
+ </div>
3181
+
3182
+ <?php
3183
+ }
3184
+
3185
+ function general_moderation_meta_box( $data ) {
3186
+ $genoptions = $data['genoptions'];
3187
+ ?>
3188
+ <div style='padding-top:15px' id="ll-moderation" class="content-section">
3189
+ <table>
3190
+ <tr>
3191
+ <td colspan="2">
3192
+ <strong><?php _e( 'Approval and rejection e-mail functionality will only work correctly if the submitter e-mail field is displayed on the user link submission form', 'link-library' ); ?></strong>
3193
+ </td>
3194
+ </tr>
3195
+ <tr>
3196
+ <td class='lltooltip' title='<?php _e( 'URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page.', 'link-library' ); ?>.' style='width:250px'><?php _e( 'Link Acknowledgement URL', 'link-library' ); ?></td>
3197
+ <td class='lltooltip' style='width:75px;padding-right:20px' title='<?php _e( 'URL that user will be redirected to after submitting new link. When used, the short code [link-library-addlinkcustommsg] should be placed on the destination page.', 'link-library' ); ?>.'>
3198
+ <input type="text" id="linksubmissionthankyouurl" name="linksubmissionthankyouurl" size="60" value='<?php echo $genoptions['linksubmissionthankyouurl']; ?>' />
3199
+ </td>
3200
+ </tr>
3201
+ <tr>
3202
+ <td class='lltooltip' title='<?php _e( 'Title of e-mail sent to site admin when new links are submitted. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>.' style='width:250px'><?php _e( 'Moderation Notification Title', 'link-library' ); ?></td>
3203
+ <td style='width:75px;padding-right:20px'>
3204
+ <input type="text" id="moderationnotificationtitle" name="moderationnotificationtitle" size="60" value='<?php echo $genoptions['moderationnotificationtitle']; ?>' />
3205
+ </td>
3206
+ </tr>
3207
+ <tr>
3208
+ <td class='lltooltip' title='<?php _e( 'Will send a confirmation e-mail to link submitter if they provided their contact information', 'link-library' ); ?>.' style='width:250px'><?php _e( 'E-mail submitter on link approval or rejection', 'link-library' ); ?></td>
3209
+ <td style='width:75px;padding-right:20px'>
3210
+ <input type="checkbox" id="emaillinksubmitter" name="emaillinksubmitter" <?php checked( $genoptions['emaillinksubmitter'] ); ?>/></td>
3211
+ </tr>
3212
+ <tr>
3213
+ <td class='lltooltip' style='width:250px'><?php _e( 'Suppress Link Library message in e-mail footer', 'link-library' ); ?></td>
3214
+ <td style='width:75px;padding-right:20px'>
3215
+ <input type="checkbox" id="suppressemailfooter" name="suppressemailfooter" <?php checked( $genoptions['suppressemailfooter'] ); ?>/></td>
3216
+ </tr>
3217
+ <tr>
3218
+ <td style='width:250px'><?php _e( 'Only use first part of submitter name', 'link-library' ); ?></td>
3219
+ <td style='width:75px;padding-right:20px'>
3220
+ <input type="checkbox" id="usefirstpartsubmittername" name="usefirstpartsubmittername" <?php checked( $genoptions['usefirstpartsubmittername'] ); ?>/></td>
3221
+ </tr>
3222
+ <tr>
3223
+ <td class='lltooltip' title='<?php _e( 'The name of the e-mail account that the approval e-mail will be sent from', 'link-library' ); ?>'><?php _e( 'Moderator Name', 'link-library' ); ?></td>
3224
+ <td>
3225
+ <input type="text" id="moderatorname" name="moderatorname" size="60" value="<?php echo $genoptions['moderatorname']; ?>" />
3226
+ </td>
3227
+ </tr>
3228
+ <tr>
3229
+ <td class='lltooltip' title='<?php _e( 'The e-mail address that the approval e-mail will be sent from', 'link-library' ); ?>'><?php _e( 'Moderator E-mail', 'link-library' ); ?></td>
3230
+ <td>
3231
+ <input type="text" id="moderatoremail" name="moderatoremail" size="60" value="<?php echo $genoptions['moderatoremail']; ?>" />
3232
+ </td>
3233
+ </tr>
3234
+ <tr>
3235
+ <td class='lltooltip' title='<?php _e( 'Title of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>'><?php _e( 'Approval e-mail title', 'link-library' ); ?></td>
3236
+ <td>
3237
+ <input type="text" id="approvalemailtitle" name="approvalemailtitle" size="60" value="<?php echo $genoptions['approvalemailtitle']; ?>" />
3238
+ </td>
3239
+ </tr>
3240
+ <tr>
3241
+ <td class='lltooltip' title='<?php _e( 'Body of approval e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address', 'link-library' ); ?>'><?php _e( 'Approval e-mail body', 'link-library' ); ?></td>
3242
+ <td>
3243
+ <textarea id="approvalemailbody" name="approvalemailbody" cols="60"><?php echo stripslashes( $genoptions['approvalemailbody'] ); ?></textarea>
3244
+ </td>
3245
+ </tr>
3246
+ <tr>
3247
+ <td class='lltooltip' title='<?php _e( 'Title of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name', 'link-library' ); ?>'><?php _e( 'Rejection e-mail title', 'link-library' ); ?></td>
3248
+ <td>
3249
+ <input type="text" id="rejectedemailtitle" name="rejectedemailtitle" size="60" value="<?php echo $genoptions['rejectedemailtitle']; ?>" />
3250
+ </td>
3251
+ </tr>
3252
+ <tr>
3253
+ <td class='lltooltip' title='<?php _e( 'Body of rejection e-mail. Use %linkname% as a variable to be replaced by the actual link name, %submittername% for the submitter name and %linkurl% for the link address', 'link-library' ); ?>'><?php _e( 'Rejection e-mail body', 'link-library' ); ?></td>
3254
+ <td>
3255
+ <textarea id="rejectedemailbody" name="rejectedemailbody" cols="60"><?php echo stripslashes( $genoptions['rejectedemailbody'] ); ?></textarea>
3256
+ </td>
3257
+ </tr>
3258
+ </table>
3259
+ </div>
3260
+ <?php
3261
+ }
3262
+
3263
+ function general_hide_donation_meta_box() {
3264
+ ?>
3265
+ <div style='padding-top:15px' id="ll-hidedonation" class="content-section">
3266
+ <p><?php _e( 'The following option allows you to hide the Donate button and Support the Author section in the Link Library Admin pages. If you enjoy this plugin and use it regularly, please consider making a donation to the author before turning off these messages. This menu section will disappear along with the other elements.', 'link-library' ); ?></p>
3267
+ <table>
3268
+ <tr>
3269
+ <td class='lltooltip'><?php _e( 'Hide Donation and Support Links', 'link-library' ); ?></td>
3270
+ <td>
3271
+ <input type="checkbox" id="hidedonation" name="hidedonation" <?php checked( isset( $genoptions['hidedonation'] ) && $genoptions['hidedonation'] ); ?>/></td>
3272
+ </tr>
3273
+ </table>
3274
+ </div>
3275
+ <?php
3276
+ }
3277
+
3278
+ function general_importexport_meta_box() {
3279
+ require_once plugin_dir_path( __FILE__ ) . 'wp_dropdown_posts.php';
3280
+ ?>
3281
+ <div style='padding-top:15px' id="ll-importexport" class="content-section">
3282
+ <table>
3283
+ <tr>
3284
+ <td><?php _e( 'Export all links to a CSV file', 'link-library' ); ?></td>
3285
+ <td>
3286
+ <input type="submit" id="exportalllinks" name="exportalllinks" value="<?php _e( 'Export All Links', 'link-library' ); ?>" />
3287
+ </td>
3288
+ </tr>
3289
+ </table>
3290
+ <hr />
3291
+ <table>
3292
+ <tr>
3293
+ <td class='lltooltip' title='<?php _e( 'Allows for links to be added in batch to the Wordpress links database. CSV file needs to follow template for column layout.', 'link-library' ); ?>' style='width: 330px'><?php _e( 'CSV file to upload to import links', 'link-library' ); ?> (<a href="<?php echo plugins_url( 'importtemplate.csv', __FILE__ ); ?>"><?php _e( 'file template', 'link-library' ); ?></a>)
3294
+ </td>
3295
+ <td><input size="80" name="linksfile" type="file" /></td>
3296
+ <td><input type="submit" name="importlinks" value="<?php _e( 'Import Links from CSV', 'link-library' ); ?>" />
3297
+ </td>
3298
+ </tr>
3299
+ <tr>
3300
+ <td><?php _e( 'Update items when URL is identical', 'link-library' ); ?></td>
3301
+ <td><input type="checkbox" id="updatesameurl" name="updatesameurl" checked="checked" /></td>
3302
+ </tr>
3303
+ </table>
3304
+ <hr />
3305
+
3306
+ <table>
3307
+ <tr>
3308
+ <td style='width: 230px'><?php _e( 'Import links from site pages', 'link-library' ); ?></td>
3309
+ <td style='width: 350px'><input type="radio" name="siteimportlinksscope" value="allpagesposts" checked> <?php _e( 'All Pages and Posts', 'link-library' ); ?><br />
3310
+ <input type="radio" name="siteimportlinksscope" value="allpagespostscpt"> <?php _e( 'All Pages, Posts and Custom Post Types', 'link-library' ); ?><br />
3311
+ <input type="radio" name="siteimportlinksscope" value="specificpage"> <?php _e( 'Specific Page', 'link-library' ); ?>
3312
+ <?php wp_dropdown_pages(); ?><br />
3313
+ <?php $post_count = wp_count_posts();
3314
+ if ( $post_count->publish < 200 ) { ?>
3315
+ <input type="radio" name="siteimportlinksscope" value="specificpost"> <?php _e( 'Specific Post', 'link-library' ); ?>
3316
+ <?php wp_dropdown_posts(); ?><br />
3317
+ <?php }
3318
+ $site_post_types = get_post_types( array( '_builtin' => false ) );
3319
+ if ( !empty( $site_post_types ) ) {
3320
+ foreach( $site_post_types as $site_post_type ) {
3321
+ if ( 'link_library_links' != $site_post_type ) {
3322
+ $any_posts = get_posts( array( 'post_type' => $site_post_type ) );
3323
+ if ( !empty( $any_posts ) && count( $any_posts ) < 200 ) {
3324
+ if ( !empty( $any_posts ) ) {
3325
+ $post_type_data = get_post_type_object( $site_post_type ); ?>
3326
+
3327
+ <input type="radio" name="siteimportlinksscope" value="specific<?php echo $site_post_type; ?>"> <?php _e( 'Specific ' . $post_type_data->labels->singular_name, 'link-library' ); ?>
3328
+ <?php wp_dropdown_posts( array( 'post_type' => $site_post_type, 'select_name' => $site_post_type . '_id' ) ); ?><br /><br />
3329
+ <?php } }
3330
+ }
3331
+ }
3332
+ }
3333
+ ?>
3334
+ <input type="checkbox" id="siteimportupdatesameurl" name="siteimportupdatesameurl" checked="checked" /> <?php _e( 'Update items when URL is identical', 'link-library' ); ?><br />
3335
+
3336
+ <?php
3337
+
3338
+ $linkcats = get_terms( 'link_library_category', array( 'hide_empty' => false ) );
3339
+
3340
+ if ( $linkcats ) { ?>
3341
+ Category for new links <select name="siteimportcat" id="siteimportcat">
3342
+ <?php foreach ( $linkcats as $linkcat ) { ?>
3343
+ <option value="<?php echo $linkcat->term_id; ?>"><?php echo $linkcat->name; ?></option>
3344
+ <?php } ?>
3345
+ </select>
3346
+ <?php } ?>
3347
+ </td>
3348
+ <td><input type="submit" name="siteimport" value="<?php _e( 'Import Links from Site', 'link-library' ); ?>" /></td>
3349
+ </tr>
3350
+ </table>
3351
+ </div>
3352
+ <?php
3353
+ }
3354
+
3355
+ function general_save_meta_box() {
3356
+ ?>
3357
+ <div class="submitbox" style="padding-top: 15px;clear:both">
3358
+ <input type="submit" name="submit" class="button-primary" value="<?php _e( 'Save Settings', 'link-library' ); ?>" />
3359
+ </div>
3360
+ <?php
3361
+ }
3362
+
3363
+ function settingssets_save_meta_box() {
3364
+ ?>
3365
+
3366
+ <div class="submitbox">
3367
+ <input type="submit" name="submit" class="button-primary" value="<?php _e( 'Update Settings', 'link-library' ); ?>" />
3368
+ </div>
3369
+ <?php
3370
+ }
3371
+
3372
+ function moderate_meta_box() {
3373
+ $genoptions = get_option( 'LinkLibraryGeneral' );
3374
+ ?>
3375
+ <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
3376
+ <tr>
3377
+ <th style='width: 30px'></th>
3378
+ <th style='width: 200px'><?php _e( 'Link Name', 'link-library' ); ?></th>
3379
+ <th style='width: 200px'><?php _e( 'Link Category', 'link-library' ); ?></th>
3380
+ <th style='width: 200px'><?php _e( 'Link Tags', 'link-library' ); ?></th>
3381
+ <th style='width: 300px'><?php _e( 'Link URL', 'link-library' ); ?></th>
3382
+ <th><?php _e( 'Link Description', 'link-library' ); ?></th>
3383
+ </tr>
3384
+ <?php
3385
+ $links_query_args = array( 'post_type' => 'link_library_links', 'posts_per_page' => -1, 'post_status' => 'pending' );
3386
+
3387
+ $links_to_export = new WP_Query( $links_query_args );
3388
+
3389
+ if ( $links_to_export->have_posts() ) {
3390
+ while ( $links_to_export->have_posts() ) {
3391
+ $links_to_export->the_post();
3392
+
3393
+ $link_url = esc_url( get_post_meta( get_the_ID(), 'link_url', true ) );
3394
+ $link_description = esc_html( get_post_meta( get_the_ID(), 'link_description', true ) );
3395
+ $link_categories = wp_get_post_terms( get_the_ID(), 'link_library_category' );
3396
+ $link_cat_string = '';
3397
+ $link_cat_id_string = '';
3398
+ $link_cat_IDs = array();
3399
+ if ( !empty( $link_categories ) ) {
3400
+ $link_cat_array = array();
3401
+ foreach ( $link_categories as $link_category ) {
3402
+ $link_cat_array[] = $link_category->name;
3403
+ $link_cat_IDs[] = $link_category->term_id;
3404
+ }
3405
+ if ( !empty( $link_cat_array ) ) {
3406
+ $link_cat_string = implode( ', ', $link_cat_array );
3407
+ }
3408
+ } else {
3409
+ $link_cat_string = 'None Assigned';
3410
+ }
3411
+
3412
+ if ( !empty( $link_cat_IDs ) ) {
3413
+ $link_cat_id_string = implode( ',', $link_cat_IDs );
3414
+ }
3415
+
3416
+ $link_tags = wp_get_post_terms( get_the_ID(), 'link_library_tags' );
3417
+ $link_tags_string = '';
3418
+ $link_tag_id_string = '';
3419
+ $link_tag_IDs = array();
3420
+ if ( !empty( $link_tags ) ) {
3421
+ $link_tags_array = array();
3422
+ foreach ( $link_tags as $link_tag ) {
3423
+ $link_tags_array[] = $link_tag->name;
3424
+ $link_tag_IDs[] = $link_tag->term_id;
3425
+ }
3426
+ if ( !empty( $link_tags_array ) ) {
3427
+ $link_tags_string = implode( ', ', $link_tags_array );
3428
+ }
3429
+ } else {
3430
+ $link_tags_string = 'None Assigned';
3431
+ }
3432
+
3433
+ if ( !empty( $link_tag_IDs ) ) {
3434
+ $link_tag_id_string = implode( ',', $link_tag_IDs );
3435
+ }
3436
+
3437
+ ?>
3438
+ <tr style='background: #FFF'>
3439
+ <td><input type="checkbox" name="links[]" value="<?php echo get_the_ID(); ?>" /></td>
3440
+ <td><?php echo "<a title='Edit Link: " . get_the_title() . "' href='" . esc_url( add_query_arg( array( 'action' => 'edit', 'post' => get_the_ID() ), admin_url( 'post.php' ) ) ) . "'>" . get_the_title() . "</a>"; ?></td>
3441
+ <td><?php wp_dropdown_categories( array( 'taxonomy' => 'link_library_category', 'hierarchical' => true, 'hide_empty' => false, 'multiple' => true, 'selected' => $link_cat_id_string, 'name' => 'link_category_' . get_the_ID() ) ); ?></td>
3442
+ <td><?php wp_dropdown_categories( array( 'taxonomy' => 'link_library_tags', 'hierarchical' => true, 'hide_empty' => false, 'multiple' => true, 'selected' => $link_tag_id_string, 'name' => 'link_tags_' . get_the_ID() ) ); ?></td>
3443
+ <td><?php echo "<a href='" . $link_url . "'>" . $link_url . "</a>"; ?></td>
3444
+ <td><?php echo $link_description; ?></td>
3445
+ </tr>
3446
+ <?php
3447
+ }
3448
+ } else {
3449
+ ?>
3450
+ <tr>
3451
+ <td></td>
3452
+ <td><?php _e( 'No Links Found to Moderate', 'link-library' ); ?></td>
3453
+ <td></td>
3454
+ <td></td>
3455
+ </tr>
3456
+ <?php }
3457
+
3458
+ wp_reset_postdata();
3459
+ ?>
3460
+
3461
+ </table><br />
3462
+ <input type="button" id="CheckAll" value="<?php _e( 'Check All', 'link-library' ); ?>">
3463
+ <input type="button" id="UnCheckAll" value="<?php _e( 'Uncheck All', 'link-library' ); ?>">
3464
+
3465
+ <input type="submit" name="approvelinks" value="<?php _e( 'Approve Selected Items', 'link-library' ); ?>" />
3466
+ <input type="submit" name="deletelinks" value="<?php _e( 'Delete Selected Items', 'link-library' ); ?>" />
3467
+
3468
+ <script type="text/javascript">
3469
+ jQuery(document).ready(function () {
3470
+ jQuery('#CheckAll').click(function () {
3471
+ jQuery("INPUT[type='checkbox']").attr('checked', true);
3472
+ });
3473
+
3474
+ jQuery('#UnCheckAll').click(function () {
3475
+ jQuery("INPUT[type='checkbox']").attr('checked', false);
3476
+ });
3477
+ });
3478
+ </script>
3479
+
3480
+ </div>
3481
+
3482
+ <?php
3483
+ }
3484
+
3485
+ function stylesheet_meta_box( $data ) {
3486
+ $genoptions = $data['genoptions'];
3487
+ ?>
3488
+
3489
+ <?php _e( 'If the stylesheet editor is empty after upgrading, reset to the default stylesheet using the button below or copy/paste your backup stylesheet into the editor.', 'link-library' ); ?>
3490
+ <br /><br />
3491
+
3492
+ <textarea name='fullstylesheet' id='fullstylesheet' style='font-family:Courier' rows="30" cols="100"><?php echo stripslashes( $genoptions['fullstylesheet'] ); ?></textarea>
3493
+ <div>
3494
+ <input type="submit" name="submitstyle" value="<?php _e( 'Submit', 'link-library' ); ?>" /><span style='padding-left: 650px'><input type="submit" name="resetstyle" value="<?php _e( 'Reset to default', 'link-library' ); ?>" /></span>
3495
+ </div>
3496
+ <?php
3497
+ }
3498
+
3499
+ function settingssets_selection_meta_box( $data ) {
3500
+ $options = $data['options'];
3501
+ $settings = $data['settings'];
3502
+ $genoptions = $data['genoptions'];
3503
+ ?>
3504
+ <div>
3505
+ <?php _e( 'Select Current Library Settings', 'link-library' ); ?> :
3506
+ <SELECT id="settingsetlist" name="settingsetlist" style='width: 300px'>
3507
+ <?php if ( empty( $genoptions['numberstylesets'] ) ) {
3508
+ $numberofsets = 1;
3509
+ } else {
3510
+ $numberofsets = $genoptions['numberstylesets'];
3511
+ }
3512
+ for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
3513
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
3514
+ $tempoptions = get_option( $tempoptionname ); ?>
3515
+ <option value="<?php echo $counter ?>" <?php selected( $settings == $counter ); ?>><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( ! empty( $tempoptions ) && isset( $tempoptions['settingssetname'] ) ) {
3516
+ echo " (" . stripslashes( $tempoptions['settingssetname'] ) . ")";
3517
+ } ?></option>
3518
+ <?php endfor; ?>
3519
+ </SELECT>
3520
+ <INPUT type="button" name="go" value="<?php _e( 'Go', 'link-library' ); ?>!" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=' + jQuery('#settingsetlist').val()">
3521
+ <?php if ( $numberofsets > 1 ): ?>
3522
+ <?php _e( 'Copy from:', 'link-library' ); ?>
3523
+ <SELECT id="copysource" name="copysource" style='width: 300px'>
3524
+ <?php for ( $counter = 1; $counter <= $numberofsets; $counter ++ ): ?>
3525
+ <?php $tempoptionname = "LinkLibraryPP" . $counter;
3526
+ $tempoptions = get_option( $tempoptionname );
3527
+ if ( $counter != $settings ):?>
3528
+ <option value="<?php echo $counter ?>" <?php selected( $settings == $counter ); ?>><?php _e( 'Library', 'link-library' ); ?> <?php echo $counter ?><?php if ( $tempoptions != "" ) {
3529
+ echo " (" . stripslashes( $tempoptions['settingssetname'] ) . ")";
3530
+ } ?></option>
3531
+ <?php endif;
3532
+ endfor;
3533
+ ?>
3534
+ </SELECT>
3535
+ <?php $copypath = "'admin.php?page=link-library-settingssets&settings=" . $settings . "&settingscopy=" . $settings . "&source=' + jQuery('#copysource').val();"; ?>
3536
+ <INPUT type="button" name="copy" value="<?php _e( 'Copy', 'link-library' ); ?>!" onClick="if (confirm('Are you sure you want to copy the contents of the selected library over the current library settings?')) { var copyurl = <?php echo $copypath; ?> window.location.href = copyurl; };">
3537
+ <?php endif; ?>
3538
+ </div>
3539
+ <?php }
3540
+
3541
+ function display_accessibe_ad() { ?>
3542
+ <div class="accessibebanner"><a href="https://accessibe.go2cloud.org/SHL"><img src='<?php echo plugins_url( 'icons/AccessibeBanner.png', __FILE__ ); ?>'></a></div>
3543
+ <?php }
3544
+
3545
+ function display_accessibe_page( $data ) { ?>
3546
+
3547
+ <div class="accessibead" style="width: 50%; background-color: #fff; padding: 20px; text-align: center">
3548
+ <img src="<?php echo plugins_url( 'icons/AccessibeLogoLarge.png', __FILE__ ) ?>" style="max-width: 100%" />
3549
+ <h1 style="font-size: 30px">The Forefront of <strong>Web Accessibility</strong> Technology</h1>
3550
+ accessiBe is the first and only fully automated web accessibility technology that complies with the WCAG 2.1 and keeps your website accessible at all times.<br /><br />
3551
+
3552
+ <a href="https://accessibe.go2cloud.org/SHL"><div class="button button-primary"><span class="large_text">Get started now</span><br />7-day FREE trial</div></a>
3553
+ <a href="https://accessibe.go2cloud.org/aff_c?offer_id=5&aff_id=8&url_id=7"><div class="button button-primary"><span class="large_text">FREE accesssibility test</span></div></a>
3554
+ </div>
3555
+
3556
+ <?php }
3557
+
3558
+ function settingssets_usage_meta_box( $data ) {
3559
+ $options = $data['options'];
3560
+ $settings = $data['settings'];
3561
+ $genoptions = $data['genoptions'];
3562
+ ?>
3563
+ <div style='padding-top:15px' id="ll-usage" class="content-section">
3564
+ <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
3565
+ <thead>
3566
+ <tr>
3567
+ <th style='width:80px' class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3568
+ <?php _e( 'Library #', 'link-library' ); ?>
3569
+ </th>
3570
+ <th style='width:130px' class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3571
+ <?php _e( 'Library Name', 'link-library' ); ?>
3572
+ </th>
3573
+ <th style='width: 230px'><?php _e( 'Feature', 'link-library' ); ?></th>
3574
+ <th class="lltooltip" title='<?php _e( 'Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library' ); ?>'>
3575
+ <?php _e( 'Code to insert on a Wordpress page', 'link-library' ); ?>
3576
+ </th>
3577
+ <th>Optional Parameters</th>
3578
+ </tr>
3579
+ </thead>
3580
+ <tr>
3581
+ <td style='background: #FFF'><?php echo $settings; ?></td>
3582
+ <td style='background: #FFF'><?php echo stripslashes( $options['settingssetname'] ); ?></a></td>
3583
+ <td style='background: #FFF'><?php _e( 'Display basic link library', 'link-library' ); ?></td>
3584
+ <td style='background: #FFF'><?php echo "[link-library settings=" . $settings . "]"; ?></td>
3585
+ <td style='background: #FFF'><table style="padding-left:16px;">
3586
+ <tr>
3587
+ <td><strong>Parameter</strong></td><td><strong>Description</strong></td>
3588
+ </tr>
3589
+ <tr>
3590
+ <td>[link-library settings="<?php echo $settings; ?>" categorylistoverride="28"]</td>
3591
+ <td>Overrides the list of categories to be displayed in the link list, comma-separated list of category IDs</td>
3592
+ </tr>
3593
+ <tr>
3594
+ <td>[link-library settings="<?php echo $settings; ?>" excludecategoryoverride="28"]</td>
3595
+ <td>Overrides the list of categories to be excluded in the link list, comma-separated list of category IDs</td>
3596
+ </tr>
3597
+ <tr>
3598
+ <td>[link-library settings="<?php echo $settings; ?>" taglistoverride="28"]</td>
3599
+ <td>Overrides the list of tags to be displayed in the link list, comma-separated list of tag IDs</td>
3600
+ </tr>
3601
+ <tr>
3602
+ <td>[link-library settings="<?php echo $settings; ?>" notesoverride=0]</td>
3603
+ <td>Set to 0 or 1 to display or not display link notes</td>
3604
+ </tr>
3605
+ <tr>
3606
+ <td>[link-library settings="<?php echo $settings; ?>" descoverride=0]</td>
3607
+ <td>Set to 0 or 1 to display or not display link descriptions</td>
3608
+ </tr>
3609
+ <tr>
3610
+ <td>[link-library settings="<?php echo $settings; ?>" rssoverride=0]</td>
3611
+ <td>Set to 0 or 1 to display or not display rss information</td>
3612
+ </tr>
3613
+ <tr>
3614
+ <td>[link-library settings="<?php echo $settings; ?>" tableoverride=0]</td>
3615
+ <td>Set to 0 or 1 to display links in an unordered list or a table</td>
3616
+ </tr>
3617
+ <tr>
3618
+ <td>[link-library settings="<?php echo $settings; ?>" maxlinksoverride=5]</td>
3619
+ <td>Overrides the max number of links to be displayed</td>
3620
+ </tr>
3621
+ <tr>
3622
+ <td>[link-library settings="<?php echo $settings; ?>" linkorderoverride="date"]</td>
3623
+ <td>Changes the link display order. Valid values are 'name', 'id', 'random', 'date', 'hits', 'scpo'</td>
3624
+ </tr>
3625
+ <tr>
3626
+ <td>[link-library settings="<?php echo $settings; ?>" linkdirectionoverride="date"]</td>
3627
+ <td>Changes the order in which links are displayed. Valid values are 'ASC', 'DESC'</td>
3628
+ </tr>
3629
+ </table></td>
3630
+ </tr>
3631
+ <tr>
3632
+ <td style='background: #FFF'></td>
3633
+ <td style='background: #FFF'></td>
3634
+ <td style='background: #FFF'><?php _e( 'Display list of link categories', 'link-library' ); ?></td>
3635
+ <td style='background: #FFF'><?php echo "[link-library-cats settings=" . $settings . "]"; ?></td>
3636
+ <td style='background: #FFF'>
3637
+ <table style="padding-left:16px;">
3638
+ <tr>
3639
+ <td><strong>Parameter</strong></td><td><strong>Description</strong></td>
3640
+ </tr>
3641
+ <tr>
3642
+ <td>[link-library-cats settings="<?php echo $settings; ?>" categorylistoverride="28"]</td>
3643
+ <td>Overrides the list of categories to be displayed in the category list, comma-separated list of category IDs</td>
3644
+ </tr>
3645
+ <tr>
3646
+ <td>[link-library-cats settings="<?php echo $settings; ?>" excludecategoryoverride="28"]</td>
3647
+ <td>Overrides the list of categories to be excluded in the category list, comma-separated list of category IDs</td>
3648
+ </tr>
3649
+ </table>
3650
+ </td>
3651
+ </tr>
3652
+ <tr>
3653
+ <td style='background: #FFF'></td>
3654
+ <td style='background: #FFF'></td>
3655
+ <td style='background: #FFF'><?php _e( 'Display search box', 'link-library' ); ?></td>
3656
+ <td style='background: #FFF'><?php echo "[link-library-search settings=" . $settings . "]"; ?></td>
3657
+ <td style='background: #FFF'></td>
3658
+ </tr>
3659
+ <tr>
3660
+ <td style='background: #FFF'></td>
3661
+ <td style='background: #FFF'></td>
3662
+ <td style='background: #FFF'><?php _e( 'Display link submission form', 'link-library' ); ?></td>
3663
+ <td style='background: #FFF'><?php echo "[link-library-addlink settings=" . $settings . "]"; ?></td>
3664
+ <td style='background: #FFF'></td>
3665
+ </tr>
3666
+ <tr>
3667
+ <td style='background: #FFF'></td>
3668
+ <td style='background: #FFF'></td>
3669
+ <td style='background: #FFF'><?php _e( 'Display count of links in a library', 'link-library' ); ?></td>
3670
+ <td style='background: #FFF'><?php echo "[link-library-count settings=" . $settings . "]"; ?></td>
3671
+ <td style='background: #FFF'></td>
3672
+ </tr>
3673
+ </table>
3674
+ <table>
3675
+ <tr>
3676
+ <td style='text-align:right'>
3677
+ <span><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to Delete Library #'%s'\n 'Cancel' to stop, 'OK' to delete.", "link-library" ), $settings ) ) . "') ) window.location.href='" . wp_nonce_url( 'admin.php?page=link-library-settingssets&amp;deletesettings=' . $settings, 'link-library-delete' ) . "'\""; ?>><?php _e( 'Delete Library', 'link-library' ); ?> <?php echo $settings ?></button></span>
3678
+ <span><button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to reset Library '%s'\n 'Cancel' to stop, 'OK' to reset.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&reset=" . $settings . "'\""; ?>><?php _e( 'Reset current Library', 'link-library' ); ?></button></span>
3679
+ </td>
3680
+ </tr>
3681
+ </table>
3682
+ </div>
3683
+ <?php
3684
+ }
3685
+
3686
+ function settingssets_presets_meta_box( $data ) {
3687
+ $options = $data['options'];
3688
+ $settings = $data['settings'];
3689
+ $genoptions = $data['genoptions'];
3690
+ ?>
3691
+ <div style='padding-top:15px' id="ll-presets" class="content-section">
3692
+ <div style="text-align: center;float:left;padding:16px;" class="#preset1">
3693
+ <strong>Layout 1: Simple Unordered List</strong><br /><br />
3694
+ <img style="max-width: 400px; border: 2px solid black;" src="<?php echo plugins_url( "layoutimages/Layout1-SimpleListNamesOnly.png", __FILE__ ); ?>"<br /><br /><br />
3695
+ <button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to change the layout of Library '%s'\n 'Cancel' to stop, 'OK' to modify.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&newlayout=1'\""; ?>><?php _e( 'Apply Layout 1', 'link-library' ); ?> </button>
3696
+ </div>
3697
+ <div style="text-align: center;float:left;padding:16px;" class="#preset2">
3698
+ <strong>Layout 2: Unordered List with link descriptions</strong><br /><br />
3699
+ <img style="max-width: 400px; border: 2px solid black;" src="<?php echo plugins_url( "layoutimages/Layout2-SimpleListWithDesc.png", __FILE__ ); ?>"<br /><br /><br />
3700
+ <button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to change the layout of Library '%s'\n 'Cancel' to stop, 'OK' to modify.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&newlayout=2'\""; ?>><?php _e( 'Apply Layout 2', 'link-library' ); ?> </button>
3701
+ </div>
3702
+ <div style="text-align: center;float:left;padding:16px;" class="#preset3">
3703
+ <strong>Layout 3: Table with links and descriptions</strong><br /><br />
3704
+ <img style="max-width: 400px; border: 2px solid black;" src="<?php echo plugins_url( "layoutimages/Layout3-TableView.png", __FILE__ ); ?>"<br /><br /><br />
3705
+ <button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to change the layout of Library '%s'\n 'Cancel' to stop, 'OK' to modify.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&newlayout=3'\""; ?>><?php _e( 'Apply Layout 3', 'link-library' ); ?> </button>
3706
+ </div>
3707
+ <div style="text-align: center;float:left;padding:16px;" class="#preset4">
3708
+ <strong>Layout 4: Table with link images and descriptions</strong><br /><br />
3709
+ <img style="max-width: 400px; border: 2px solid black;" src="<?php echo plugins_url( "layoutimages/Layout4-TableWithImages.png", __FILE__ ); ?>"<br /><br /><br />
3710
+ <button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to change the layout of Library '%s'\n 'Cancel' to stop, 'OK' to modify.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&newlayout=4'\""; ?>><?php _e( 'Apply Layout 4', 'link-library' ); ?> </button>
3711
+ </div>
3712
+ <div style="text-align: center;float:left;padding:16px;" class="#preset4">
3713
+ <strong>Layout 5: Table with images separated from link info</strong><br /><br />
3714
+ <img style="max-width: 400px; border: 2px solid black;" src="<?php echo plugins_url( "layoutimages/Layout5-TableWithImagesInSplitCells.png", __FILE__ ); ?>"<br /><br /><br />
3715
+ <button type="button" <?php echo "onclick=\"if ( confirm('" . esc_js( sprintf( __( "You are about to change the layout of Library '%s'\n 'Cancel' to stop, 'OK' to modify.", "link-library" ), $settings ) ) . "') ) window.location.href='admin.php?page=link-library-settingssets&amp;settings=" . $settings . "&newlayout=5'\""; ?>><?php _e( 'Apply Layout 5', 'link-library' ); ?> </button>
3716
+ </div>
3717
+ </div>
3718
+ <?php }
3719
+
3720
+ function render_category_list( $categories, $select_name, $depth, $selected_items, $order ) {
3721
+
3722
+ $output = '';
3723
+ if ( !empty( $categories ) ) {
3724
+ if ( 0 == $depth ) {
3725
+ $output .= '<select style="width:100%" id="' . $select_name . '" name="' . $select_name . '[]" multiple ';
3726
+ if ( 1 == count( $selected_items ) && empty( $selected_items[0] ) ) {
3727
+ $output .= 'disabled';
3728
+ }
3729
+ $output .= '>';
3730
+ }
3731
+
3732
+ foreach ( $categories as $category ) {
3733
+ $output .= '<option value="' . $category->term_id . '" ' . selected( in_array( $category->term_id, $selected_items ), true, false ) . ' >' . str_repeat( '&nbsp', 4 * $depth ) . $category->name . '</option>';
3734
+ $child_categories = get_terms( 'link_library_category', array( 'orderby' => 'name', 'parent' => $category->term_id, 'order' => $order, 'hide_empty' => false ) );
3735
+
3736
+ if ( !empty( $child_categories ) ) {
3737
+ $output .= $this->render_category_list( $child_categories, $select_name, $depth + 1, $selected_items, $order );
3738
+ }
3739
+ }
3740
+
3741
+ if ( 0 == $depth ) {
3742
+ $output .= '</select>';
3743
+ }
3744
+
3745
+ } else {
3746
+ $output .= _e( 'No link categories! Create some!', 'link-library' );
3747
+ }
3748
+
3749
+ return $output;
3750
+ }
3751
+
3752
+ function settingssets_common_meta_box( $data ) {
3753
+ $options = $data['options'];
3754
+ $settings = $data['settings'];
3755
+ $genoptions = $data['genoptions'];
3756
+ ?>
3757
+
3758
+ <div style='padding-top: 15px' id="ll-common" class="content-section">
3759
+ <input type='hidden' value='<?php echo $settings; ?>' name='settingsetid' id='settingsetid' />
3760
+ <table>
3761
+ <tr>
3762
+ <td style='width: 300px;padding-right: 50px'>
3763
+ <?php _e( 'Current Library Name', 'link-library' ); ?>
3764
+ </td>
3765
+ <td>
3766
+ <input type="text" id="settingssetname" name="settingssetname" size="40" value="<?php echo stripslashes( $options['settingssetname'] ); ?>" />
3767
+ </td>
3768
+ </tr>
3769
+ <tr>
3770
+ <td class="lltooltip" title="<?php _e( 'Leave Empty to see all categories', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs', 'link-library' ); ?><br /><br /><?php _e( 'To find the IDs, go to the Link Categories admin page. For example', 'link-library' ); ?>: 2,4,56">
3771
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) {
3772
+ _e( 'Categories to be displayed (Empty=All)', 'link-library' );
3773
+ } else if ( $genoptions['catselectmethod'] == 'multiselectlist' ) {
3774
+ _e( 'Categories to be displayed', 'link-library' );
3775
+ } ?>
3776
+ </td>
3777
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3778
+ <td class="lltooltip" title="<?php _e( 'Leave Empty to see all categories', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 2,4,56">
3779
+ <input type="text" id="categorylist_cpt" name="categorylist_cpt" size="40" value="<?php echo $options['categorylist_cpt']; ?>" />
3780
+ </td>
3781
+ <?php
3782
+ } else {
3783
+ $top_categories = get_terms( 'link_library_category', array( 'orderby' => 'name', 'order' => $options['direction'], 'parent' => 0, 'hide_empty' => false ) );
3784
+
3785
+ $categorylistarray = explode( ',', $options['categorylist_cpt'] );
3786
+ ?>
3787
+ <td>
3788
+ <?php echo $this->render_category_list( $top_categories, 'categorylist_cpt', 0, $categorylistarray, $options['direction'] ); ?>
3789
+ <?php _e( 'Show all categories', 'link-library' ); ?>
3790
+ <input type="checkbox" id="nospecificcats" name="nospecificcats" <?php checked( empty( $options['categorylist_cpt'] ) ); ?>/>
3791
+
3792
+ </td>
3793
+ <?php } ?>
3794
+ <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3795
+ <?php _e( 'Categories to be excluded', 'link-library' ); ?>
3796
+ </td>
3797
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3798
+ <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric category IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3799
+ <input type="text" id="excludecategorylist_cpt" name="excludecategorylist_cpt" size="40" value="<?php echo $options['excludecategorylist_cpt']; ?>" />
3800
+ </td>
3801
+ <?php
3802
+ } else {
3803
+ $excludecategorylistarray = explode( ',', $options['excludecategorylist_cpt'] );
3804
+ ?>
3805
+ <td>
3806
+ <?php echo $this->render_category_list( $top_categories, 'excludecategorylist_cpt', 0, $excludecategorylistarray, $options['direction'] ); ?><br />
3807
+ <?php _e( 'No Exclusions', 'link-library' ); ?>
3808
+ <input type="checkbox" id="noexclusions" name="noexclusions" <?php checked( empty( $options['excludecategorylist_cpt'] ) ); ?>/>
3809
+
3810
+ </td>
3811
+ <?php } ?>
3812
+ </tr>
3813
+ <tr>
3814
+ <td class="lltooltip" title="<?php _e( 'Leave Empty to see all tags', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric tag IDs', 'link-library' ); ?><br /><br /><?php _e( 'To find the IDs, go to the Link Categories admin page. For example', 'link-library' ); ?>: 2,4,56">
3815
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) {
3816
+ _e( 'Tags to be displayed (Empty=All)', 'link-library' );
3817
+ } else if ( $genoptions['catselectmethod'] == 'multiselectlist' ) {
3818
+ _e( 'Tags to be displayed', 'link-library' );
3819
+ } ?>
3820
+ </td>
3821
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3822
+ <td class="lltooltip" title="<?php _e( 'Leave Empty to see all tags', 'link-library' ); ?><br /><br /><?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric tag IDs', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 2,4,56">
3823
+ <input type="text" id="taglist_cpt" name="taglist_cpt" size="40" value="<?php echo $options['taglist_cpt']; ?>" />
3824
+ </td>
3825
+ <?php
3826
+ } else {
3827
+ $top_tags = get_terms( 'link_library_tags', array( 'orderby' => 'name', 'order' => $options['direction'], 'parent' => 0, 'hide_empty' => false ) );
3828
+
3829
+ $taglistarray = explode( ',', $options['taglist_cpt'] );
3830
+ ?>
3831
+ <td>
3832
+ <?php echo $this->render_category_list( $top_tags, 'taglist_cpt', 0, $taglistarray, $options['direction'] ); ?>
3833
+ <?php _e( 'Show all tags', 'link-library' ); ?>
3834
+ <input type="checkbox" id="nospecifictags" name="nospecifictags" <?php checked( empty( $options['taglist_cpt'] ) ); ?>/>
3835
+
3836
+ </td>
3837
+ <?php } ?>
3838
+ <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric tag IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3839
+ <?php _e( 'Tags to be excluded', 'link-library' ); ?>
3840
+ </td>
3841
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
3842
+ <td class="lltooltip" title="<?php _e( 'Enter list of comma-separated', 'link-library' ); ?><br /><?php _e( 'numeric tag IDs that should not be shown', 'link-library' ); ?><br /><br /><?php _e( 'For example', 'link-library' ); ?>: 5,34,43">
3843
+ <input type="text" id="excludetaglist_cpt" name="excludetaglist_cpt" size="40" value="<?php echo $options['excludetaglist_cpt']; ?>" />
3844
+ </td>
3845
+ <?php
3846
+ } else {
3847
+ $excludetaglistarray = explode( ',', $options['excludetaglist_cpt'] );
3848
+ ?>
3849
+ <td>
3850
+ <?php echo $this->render_category_list( $top_tags, 'excludetaglist_cpt', 0, $excludetaglistarray, $options['direction'] ); ?><br />
3851
+ <?php _e( 'No Exclusions', 'link-library' ); ?>
3852
+ <input type="checkbox" id="notagexclusions" name="notagexclusions" <?php checked( empty( $options['excludetaglist_cpt'] ) ); ?>/>
3853
+
3854
+ </td>
3855
+ <?php } ?>
3856
+ </tr>
3857
+ <tr>
3858
+ <td class="lltooltip" title="<?php _e( 'Only show one category of links at a time', 'link-library' ); ?>">
3859
+ <?php _e( 'Only show one category at a time', 'link-library' ); ?>
3860
+ </td>
3861
+ <td class="lltooltip" title="<?php _e( 'Only show one category of links at a time', 'link-library' ); ?>">
3862
+ <input type="checkbox" id="showonecatonly" name="showonecatonly" <?php checked( $options['showonecatonly'] ); ?>/>
3863
+ </td>
3864
+ <td style='width: 200px' class="lltooltip" title="<?php _e( 'Select if AJAX should be used to only reload the list of links without reloading the whole page or HTML GET to reload entire page with a new link. The Permalinks option must be enabled for HTML GET + Permalink to work correctly.', 'link-library' ); ?>"><?php _e( 'Switching Method', 'link-library' ); ?></td>
3865
+ <td>
3866
+ <select name="showonecatmode" id="showonecatmode" style="width:200px;">
3867
+ <option value="AJAX"<?php selected( $options['showonecatmode'] == 'AJAX' || empty( $options['showonecatmode'] ) ); ?>>AJAX
3868
+ </option>
3869
+ <option value="HTMLGET"<?php selected( $options['showonecatmode'] == 'HTMLGET' ); ?>>HTML GET
3870
+ </option>
3871
+ <option value="HTMLGETSLUG"<?php selected( $options['showonecatmode'] == 'HTMLGETSLUG' ); ?>>HTML GET Using Slugs
3872
+ </option>
3873
+ <option value="HTMLGETCATNAME"<?php selected( $options['showonecatmode'] == 'HTMLGETCATNAME' ); ?>>HTML GET Using Category Name
3874
+ </option>
3875
+ <option value="HTMLGETPERM"<?php selected( $options['showonecatmode'] == 'HTMLGETPERM' ); ?>>HTML GET + Permalink
3876
+ </option>
3877
+ </select>
3878
+ </td>
3879
+ </tr>
3880
+ <tr>
3881
+ <td>
3882
+ <?php _e( 'Default category to be shown when only showing one at a time (numeric ID)', 'link-library' ); ?>
3883
+ </td>
3884
+ <td>
3885
+ <input type="text" id="defaultsinglecat_cpt" name="defaultsinglecat_cpt" size="4" value="<?php echo $options['defaultsinglecat_cpt']; ?>" />
3886
+ </td>
3887
+ <td><?php _e( 'Hide category on start in single cat mode', 'link-library' ); ?></td>
3888
+ <td>
3889
+ <input type="checkbox" id="nocatonstartup" name="nocatonstartup" <?php checked( $options['nocatonstartup'] ); ?>/></td>
3890
+ </tr>
3891
+ <tr>
3892
+ <td class="lltooltip" title="<?php _e( 'File path is relative to Link Library plugin directory', 'link-library' ); ?>">
3893
+ <?php _e( 'Icon to display when performing AJAX queries', 'link-library' ); ?>
3894
+ </td>
3895
+ <td class="lltooltip" title="<?php _e( 'File path is relative to Link Library plugin directory', 'link-library' ); ?>">
3896
+ <input type="text" id="loadingicon" name="loadingicon" size="40" value="<?php if ( empty( $options['loadingicon'] ) ) {
3897
+ echo '/icons/Ajax-loader.gif';
3898
+ } else {
3899
+ echo strval( $options['loadingicon'] );
3900
+ } ?>" />
3901
+ </td>
3902
+ </tr>
3903
+ <tr>
3904
+ <td class="lltooltip" title='<?php _e( 'Only show a limited number of links and add page navigation links', 'link-library' ); ?>'>
3905
+ <?php _e( 'Paginate Results', 'link-library' ); ?>
3906
+ </td>
3907
+ <td class="lltooltip" title='<?php _e( 'Only show a limited number of links and add page navigation links', 'link-library' ); ?>'>
3908
+ <input type="checkbox" id="pagination" name="pagination" <?php checked( $options['pagination'] ); ?>/>
3909
+ </td>
3910
+ <td class="lltooltip" title="<?php _e( 'Number of Links to be Displayed per Page in Pagination Mode', 'link-library' ); ?>">
3911
+ <?php _e( 'Links per Page', 'link-library' ); ?>
3912
+ </td>
3913
+ <td class="lltooltip" title="<?php _e( 'Number of Links to be Displayed per Page in Pagination Mode', 'link-library' ); ?>">
3914
+ <input type="text" id="linksperpage" name="linksperpage" size="3" value="<?php echo $options['linksperpage']; ?>" />
3915
+ </td>
3916
+ </tr>
3917
+ <tr>
3918
+ <td>
3919
+ <?php _e( 'Pagination Position', 'link-library' ); ?>
3920
+ </td>
3921
+ <td>
3922
+ <select name="paginationposition" id="paginationposition" style="width:200px;">
3923
+ <option value="AFTER"<?php selected( $options['paginationposition'] == 'AFTER' || empty( $options['paginationposition'] ) ); ?>><?php _e( 'After Links', 'link-library' ); ?></option>
3924
+ <option value="BEFORE"<?php selected( $options['paginationposition'] == 'BEFORE' ); ?>><?php _e( 'Before Links', 'link-library' ); ?></option>
3925
+ </select>
3926
+ </td>
3927
+ <td>
3928
+ <?php _e( 'Hide Results if Empty', 'link-library' ); ?>
3929
+ </td>
3930
+ <td>
3931
+ <input type="checkbox" id="hide_if_empty" name="hide_if_empty" <?php checked( $options['hide_if_empty'] ); ?>/>
3932
+ </td>
3933
+ </tr>
3934
+ <tr>
3935
+ <td colspan="4"><hr /></td>
3936
+ </tr>
3937
+ <tr>
3938
+ <td>
3939
+ <?php _e( 'Enable Permalinks', 'link-library' ); ?>
3940
+ </td>
3941
+ <td>
3942
+ <input type="checkbox" id="enablerewrite" name="enablerewrite" <?php checked( $options['enablerewrite'] ); ?>/>
3943
+ </td>
3944
+ <td>
3945
+ <?php _e( 'Permalinks Page', 'link-library' ); ?>
3946
+ </td>
3947
+ <td>
3948
+ <input type="text" id="rewritepage" name="rewritepage" size="40" value="<?php echo $options['rewritepage']; ?>" />
3949
+ </td>
3950
+ </tr>
3951
+ <tr>
3952
+ <td>
3953
+ <?php _e( 'Permalink Top Page Text', 'link-library' ); ?>
3954
+ </td>
3955
+ <td colspan="3" rows="8" cols="50">
3956
+ <textarea name="toppagetext" style="width:90%"><?php echo $options['toppagetext']; ?></textarea>
3957
+ </td>
3958
+ </tr>
3959
+ <tr>
3960
+ <td>
3961
+ <?php _e( 'Category links in permalinks mode', 'link-library' ); ?>
3962
+ </td>
3963
+ <td>
3964
+ <input type="checkbox" id="catlinkspermalinksmode" name="catlinkspermalinksmode" <?php checked( $options['catlinkspermalinksmode'] ); ?>/>
3965
+ </td>
3966
+ <td>
3967
+ <?php _e( 'Show breadcrumbs in permalinks mode', 'link-library' ); ?>
3968
+ </td>
3969
+ <td>
3970
+ <input type="checkbox" id="showbreadcrumbspermalinks" name="showbreadcrumbspermalinks" <?php checked( $options['showbreadcrumbspermalinks'] ); ?>/>
3971
+ </td>
3972
+ </tr>
3973
+ <tr>
3974
+ <td colspan="4"><hr /></td>
3975
+ </tr>
3976
+ <tr>
3977
+ <td><?php _e( 'Display alphabetic cat filter', 'link-library' ); ?></td>
3978
+ <td><?php $letterfilteroptions = array( 'no' => __( 'Do not display', 'link-library' ), 'beforecats' => __( 'Before Categories', 'link-library' ), 'beforelinks' => __( 'Before Links', 'link-library' ), 'beforecatsandlinks' => __( 'Before Categories and Links', 'link-library' ) ); ?>
3979
+ <select name="cat_letter_filter" id="cat_letter_filter" style="width:200px;">
3980
+ <?php foreach ( $letterfilteroptions as $letterfilteroption => $letteroptiontext ) { ?>
3981
+ <option value="<?php echo $letterfilteroption; ?>" <?php selected( $options['cat_letter_filter'] == $letterfilteroption ); ?>><?php echo $letteroptiontext; ?></option>
3982
+ <?php } ?>
3983
+ </select>
3984
+ </td>
3985
+ <td><?php _e( 'Auto-select first alphabetic cat item', 'link-library' ); ?></td>
3986
+ <td><input type="checkbox" id="cat_letter_filter_autoselect" name="cat_letter_filter_autoselect" <?php checked( $options['cat_letter_filter_autoselect'] ); ?>/></td>
3987
+ </tr>
3988
+ <tr>
3989
+ <td><?php _e( 'Display ALL box in alphabetic cat filter', 'link-library' ); ?></td>
3990
+ <td><input type="checkbox" id="cat_letter_filter_showalloption" name="cat_letter_filter_showalloption" <?php checked( $options['cat_letter_filter_showalloption'] ); ?>/></td>
3991
+ <td><?php _e( 'Cat filter label', 'link-library' ); ?></td>
3992
+ <td><input type="text" id="catfilterlabel" name="catfilterlabel" size="20" value="<?php echo $options['catfilterlabel']; ?>" /></td>
3993
+ </tr>
3994
+ <tr>
3995
+ <td><?php _e( 'Only display links submitted by current user', 'link-library' ); ?></td>
3996
+ <td><input type="checkbox" id="current_user_links" name="current_user_links" <?php checked( $options['current_user_links'] ); ?>/></td>
3997
+ <td></td><td></td>
3998
+ </tr>
3999
+ </table>
4000
+ </div>
4001
+
4002
+ <script type="text/javascript">
4003
+ jQuery(document).ready(function () {
4004
+ jQuery('#nospecificcats').click(function () {
4005
+ if (jQuery("#nospecificcats").is(":checked")) {
4006
+ jQuery('#categorylist_cpt').prop('disabled', 'disabled');
4007
+ jQuery("#categorylist_cpt").val([]);
4008
+ }
4009
+ else {
4010
+ jQuery('#categorylist_cpt').prop('disabled', false);
4011
+ }
4012
+ });
4013
+ });
4014
+
4015
+ jQuery(document).ready(function () {
4016
+ jQuery('#noexclusions').click(function () {
4017
+ if (jQuery("#noexclusions").is(":checked")) {
4018
+ jQuery('#excludecategorylist_cpt').prop('disabled', 'disabled');
4019
+ jQuery("#excludecategorylist_cpt").val([]);
4020
+ }
4021
+ else {
4022
+ jQuery('#excludecategorylist_cpt').prop('disabled', false);
4023
+ }
4024
+ });
4025
+ });
4026
+
4027
+ jQuery(document).ready(function () {
4028
+ jQuery('#nospecifictags').click(function () {
4029
+ if (jQuery("#nospecifictags").is(":checked")) {
4030
+ jQuery('#taglist_cpt').prop('disabled', 'disabled');
4031
+ jQuery("#taglist_cpt").val([]);
4032
+ }
4033
+ else {
4034
+ jQuery('#taglist_cpt').prop('disabled', false);
4035
+ }
4036
+ });
4037
+ });
4038
+
4039
+ jQuery(document).ready(function () {
4040
+ jQuery('#notagexclusions').click(function () {
4041
+ if (jQuery("#notagexclusions").is(":checked")) {
4042
+ jQuery('#excludetaglist_cpt').prop('disabled', 'disabled');
4043
+ jQuery("#excludetaglist_cpt").val([]);
4044
+ }
4045
+ else {
4046
+ jQuery('#excludetaglist_cpt').prop('disabled', false);
4047
+ }
4048
+ });
4049
+ });
4050
+ </script>
4051
+
4052
+ <?php
4053
+ }
4054
+
4055
+ function settingssets_categories_meta_box( $data ) {
4056
+ $options = $data['options'];
4057
+ $settings = $data['settings'];
4058
+ $genoptions = $data['genoptions'];
4059
+ ?>
4060
+ <div style='padding-top:15px' id="ll-categories" class="content-section">
4061
+ <table>
4062
+ <tr>
4063
+ <td>
4064
+ <?php _e( 'Results Order', 'link-library' ); ?>
4065
+ </td>
4066
+ <td>
4067
+ <select name="order" id="order" style="width:200px;">
4068
+ <option value="name"<?php selected( $options['order'] == 'name' ); ?>><?php _e( 'Order by Name', 'link-library' ); ?></option>
4069
+ <option value="id"<?php selected( $options['order'] == 'id' ); ?>><?php _e( 'Order by ID', 'link-library' ); ?></option>
4070
+ <option value="slug"<?php selected( $options['order'] == 'slug' ); ?>><?php _e( 'Order by Category Slug', 'link-library' ); ?></option>
4071
+ <?php if ( $genoptions['catselectmethod'] == 'commalist' || empty( $genoptions['catselectmethod'] ) ) { ?>
4072
+ <option value="catlist"<?php selected( $options['order'] == 'catlist' ); ?>><?php _e( 'Order of categories based on included category list', 'link-library' ); ?></option>
4073
+ <?php } ?>
4074
+ </select>
4075
+ </td>
4076
+ <td style='width:100px'></td>
4077
+ <td style='width:200px'>
4078
+ <?php _e( 'Link Categories Display Format', 'link-library' ); ?>
4079
+ </td>
4080
+ <td>
4081
+ <select name="flatlist" id="flatlist" style="width:200px;">
4082
+ <option value="table"<?php selected( $options['flatlist'] == 'table' ); ?>><?php _e( 'Table', 'link-library' ); ?></option>
4083
+ <option value="unordered"<?php selected( $options['flatlist'] == 'unordered' ); ?>><?php _e( 'Unordered List', 'link-library' ); ?></option>
4084
+ <option value="dropdown"<?php selected( $options['flatlist'] == 'dropdown' ); ?>><?php _e( 'Drop-Down List', 'link-library' ); ?></option>
4085
+ <option value="dropdowndirect"<?php selected( $options['flatlist'] == 'dropdowndirect' ); ?>><?php _e( 'Drop-Down List Direct Access', 'link-library' ); ?></option>
4086
+ </select>
4087
+ </td>
4088
+ </tr>
4089
+ <tr>
4090
+ <td><?php _e( 'Show selection prompt in Drop-down list mode', 'link-library' ); ?></td>
4091
+ <td><input type="checkbox" id="dropdownselectionprompt" name="dropdownselectionprompt" <?php checked( $options['dropdownselectionprompt'] ); ?>/></td>
4092
+ <td></td>
4093
+ <td><?php _e( 'Drop-down list mode selection prompt text', 'link-library' ); ?></td>
4094
+ <td><input type="text" id="dropdownselectionprompttext" name="dropdownselectionprompttext" size="20" value="<?php echo $options['dropdownselectionprompttext']; ?>" /></td>
4095
+ </tr>
4096
+ <tr>
4097
+ <td>
4098
+ <?php _e( 'Display link counts', 'link-library' ); ?>
4099
+ </td>
4100
+ <td>
4101
+ <input type="checkbox" id="showcatlinkcount" name="showcatlinkcount" <?php checked( $options['showcatlinkcount'] ); ?>/>
4102
+ </td>
4103
+ <td style='width:100px'></td>
4104
+ <td style='width:200px'><?php _e( 'Display categories with search results', 'link-library' ); ?> </td>
4105
+ <td>
4106
+ <input type="checkbox" id="showcatonsearchresults" name="showcatonsearchresults" <?php checked( $options['showcatonsearchresults'] ); ?>/></td>
4107
+ </tr>
4108
+ <tr>
4109
+ <td class="lltooltip">
4110
+ <?php _e( 'Direction', 'link-library' ); ?>
4111
+ </td>
4112
+ <td class="lltooltip">
4113
+ <select name="direction" id="direction" style="width:100px;">
4114
+ <option value="ASC"<?php selected( $options['direction'] == 'ASC' ); ?>><?php _e( 'Ascending', 'link-library' ); ?></option>
4115
+ <option value="DESC"<?php selected( $options['direction'] == 'DESC' ); ?>><?php _e( 'Descending', 'link-library' ); ?></option>
4116
+ </select>
4117
+ </td>
4118
+ <td></td>
4119
+ <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
4120
+ <?php _e( 'Show Category Description', 'link-library' ); ?>
4121
+ </td>
4122
+ <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
4123
+ <input type="checkbox" id="showcategorydescheaders" name="showcategorydescheaders" <?php checked( $options['showcategorydescheaders'] ); ?>/>
4124
+ <span style='margin-left: 17px'><?php _e( 'Position', 'link-library' ); ?>:</span>
4125
+ <select name="catlistdescpos" id="catlistdescpos" style="width:100px;">
4126
+ <option value="right"<?php selected( $options['catlistdescpos'] == 'right' ); ?>><?php _e( 'Right', 'link-library' ); ?></option>
4127
+ <option value="left"<?php selected( $options['catlistdescpos'] == 'left' ); ?>><?php _e( 'Left', 'link-library' ); ?></option>
4128
+ </select>
4129
+ </td>
4130
+ </tr>
4131
+ <tr>
4132
+ <td>
4133
+ <?php _e( 'Child category depth limit', 'link-library' ); ?>
4134
+ </td>
4135
+ <td>
4136
+ <input type="text" id="catlistchildcatdepthlimit" name="catlistchildcatdepthlimit" size="2" value="<?php echo $options['catlistchildcatdepthlimit']; ?>" />
4137
+ </td>
4138
+ </tr>
4139
+ <tr>
4140
+ <td>
4141
+ <?php _e( 'Width of Categories Table in Percents', 'link-library' ); ?>
4142
+ </td>
4143
+ <td>
4144
+ <input type="text" id="table_width" name="table_width" size="10" value="<?php echo strval( $options['table_width'] ); ?>" />
4145
+ </td>
4146
+ <td></td>
4147
+ <td class="lltooltip" title='<?php _e( 'Determines the number of alternating div tags that will be placed before and after each link category', 'link-library' ); ?>.<br /><br /><?php _e( 'These div tags can be used to style of position link categories on the link page', 'link-library' ); ?>.'>
4148
+ <?php _e( 'Number of alternating div classes', 'link-library' ); ?>
4149
+ </td>
4150
+ <td class="lltooltip" title='<?php _e( 'Determines the number of alternating div tags that will be placed before and after each link category', 'link-library' ); ?>.<br /><br /><?php _e( 'These div tags can be used to style of position link categories on the link page', 'link-library' ); ?>.'>
4151
+ <select name="catlistwrappers" id="catlistwrappers" style="width:200px;">
4152
+ <option value="1"<?php selected( $options['catlistwrappers'] == 1 ); ?>>1
4153
+ </option>
4154
+ <option value="2"<?php selected( $options['catlistwrappers'] == 2 ); ?>>2
4155
+ </option>
4156
+ <option value="3"<?php selected( $options['catlistwrappers'] == 3 ); ?>>3
4157
+ </option>
4158
+ </select>
4159
+ </td>
4160
+ </tr>
4161
+ <tr>
4162
+ <td>
4163
+ <?php _e( 'Number of columns in Categories Table', 'link-library' ); ?>
4164
+ </td>
4165
+ <td>
4166
+ <input type="text" id="num_columns" name="num_columns" size="10" value="<?php echo strval( $options['num_columns'] ); ?>">
4167
+ </td>
4168
+ <td></td>
4169
+ <td>
4170
+ <?php _e( 'First div class name', 'link-library' ); ?>
4171
+ </td>
4172
+ <td>
4173
+ <input type="text" id="beforecatlist1" name="beforecatlist1" size="40" value="<?php echo $options['beforecatlist1']; ?>" />
4174
+ </td>
4175
+ </tr>
4176
+ <tr>
4177
+ <td>
4178
+ <?php _e( 'Use Div Class or Heading tag around Category Names', 'link-library' ); ?>
4179
+ </td>
4180
+ <td>
4181
+ <select name="divorheader" id="divorheader" style="width:200px;">
4182
+ <option value="false"<?php selected( $options['divorheader'] == false ); ?>><?php _e( 'Div Class', 'link-library' ); ?></option>
4183
+ <option value="true"<?php selected( $options['divorheader'] == true ); ?>><?php _e( 'Heading Tag', 'link-library' ); ?></option>
4184
+ </select>
4185
+ </td>
4186
+ <td></td>
4187
+ <td>
4188
+ <?php _e( 'Second div class name', 'link-library' ); ?>
4189
+ </td>
4190
+ <td>
4191
+ <input type="text" id="beforecatlist2" name="beforecatlist2" size="40" value="<?php echo $options['beforecatlist2']; ?>" />
4192
+ </td>
4193
+ </tr>
4194
+ <tr>
4195
+ <td class="lltooltip" title="<?php _e( 'Example div class name: linklistcatname, Example Heading Label: h3', 'link-library' ); ?>">
4196
+ <?php _e( 'Div Class Name or Heading label', 'link-library' ); ?>
4197
+ </td>
4198
+ <td class="lltooltip" title="<?php _e( 'Example div class name: linklistcatname, Example Heading Label: h3', 'link-library' ); ?>">
4199
+ <input type="text" id="catnameoutput" name="catnameoutput" size="30" value="<?php echo strval( $options['catnameoutput'] ); ?>" />
4200
+ </td>
4201
+ <td></td>
4202
+ <td>
4203
+ <?php _e( 'Third div class name', 'link-library' ); ?>
4204
+ </td>
4205
+ <td>
4206
+ <input type="text" id="beforecatlist3" name="beforecatlist3" size="40" value="<?php echo $options['beforecatlist3']; ?>" />
4207
+ </td>
4208
+ </tr>
4209
+ <tr>
4210
+ <td class="lltooltip" title="<?php _e( 'Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method.', 'link-library' ); ?>">
4211
+ <?php _e( 'Category Target Address', 'link-library' ); ?>
4212
+ </td>
4213
+ <td colspan="4" class="lltooltip" title="<?php _e( 'Set this address to a page running Link Library to place categories on a different page. Should always be used with the Show One Category at a Time and HTMLGET fetch method.', 'link-library' ); ?>">
4214
+ <input type="text" id="cattargetaddress" name="cattargetaddress" size="120" value="<?php echo $options['cattargetaddress']; ?>" />
4215
+ </td>
4216
+ </tr>
4217
+ </table>
4218
+ </div>
4219
+ <?php
4220
+ }
4221
+
4222
+ function settingssets_linkelement_meta_box( $data ) {
4223
+ $options = $data['options'];
4224
+ $settings = $data['settings'];
4225
+ ?>
4226
+ <div style='padding-top:15px' id="ll-links" class="content-section">
4227
+ <table>
4228
+ <tr>
4229
+ <td>
4230
+ <?php _e( 'Link Results Order', 'link-library' ); ?>
4231
+ </td>
4232
+ <td>
4233
+ <select name="linkorder" id="linkorder" style="width:250px;">
4234
+ <option value="name"<?php selected( $options['linkorder'] == 'name' ); ?>><?php _e( 'Order by Name', 'link-library' ); ?></option>
4235
+ <option value="id"<?php selected ( $options['linkorder'] == 'id' ); ?>><?php _e( 'Order by ID', 'link-library' ); ?></option>
4236
+ <option value="random"<?php selected( $options['linkorder'] == 'random' ); ?>><?php _e( 'Order randomly', 'link-library' ); ?></option>
4237
+ <option value="date"<?php selected( $options['linkorder'] == 'date' ); ?>><?php _e( 'Order by updated date', 'link-library' ); ?></option>
4238
+ <option value="pubdate"<?php selected( $options['linkorder'] == 'pubdate' ); ?>><?php _e( 'Order by publication date', 'link-library' ); ?></option>
4239
+ <option value="hits"<?php selected( $options['linkorder'] == 'hits' ); ?>><?php _e( 'Order by number of link visits', 'link-library' ); ?></option>
4240
+ <option value="scpo"<?php selected( $options['linkorder'] == 'scpo' ); ?>><?php _e( 'Order specified using Simple Custom Post Order plugin', 'link-library' ); ?></option>
4241
+ </select>
4242
+ </td>
4243
+ <td style='width:100px'></td>
4244
+ <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
4245
+ <?php _e( 'Show Category Description', 'link-library' ); ?>
4246
+ </td>
4247
+ <td class="lltooltip" title="<?php _e( 'Use [ and ] in the description to perform special actions using HTML such as inserting images instead of < and >', 'link-library' ); ?>">
4248
+ <input type="checkbox" id="showcategorydesclinks" name="showcategorydesclinks" <?php checked( $options['showcategorydesclinks'] ); ?>/>
4249
+ <span style='margin-left: 17px'><?php _e( 'Position', 'link-library' ); ?>:</span>
4250
+ <select name="catdescpos" id="catdescpos" style="width:100px;">
4251
+ <option value="right"<?php selected( $options['catdescpos'] == 'right' ); ?>><?php _e( 'Right', 'link-library' ); ?></option>
4252
+ <option value="left"<?php selected( $options['catdescpos'] == 'left' ); ?>><?php _e( 'Left', 'link-library' ); ?></option>
4253
+ <option value="aftercatname"<?php selected( $options['catdescpos'] == 'aftercatname' ); ?>><?php _e( 'After Category Name', 'link-library' ); ?></option>
4254
+ <option value="aftertoplevelcatname"<?php selected( $options['catdescpos'] == 'aftertoplevelcatname' ); ?>><?php _e( 'After Top-Level Category Name', 'link-library' ); ?></option>
4255
+ </select>
4256
+ </td>
4257
+ </tr>
4258
+ <tr>
4259
+ <td><?php _e( 'List Featured Links ahead of Regular Links', 'link-library' ); ?></td>
4260
+ <td>
4261
+ <input type="checkbox" id="featuredfirst" name="featuredfirst" <?php checked( $options['featuredfirst'] ); ?>/></td>
4262
+ <td></td>
4263
+ <td><?php _e( 'Show Expand Link button and hide links', 'link-library' ); ?></td>
4264
+ <td>
4265
+ <input type="checkbox" id="showlinksonclick" name="showlinksonclick" <?php checked( $options['showlinksonclick'] ); ?>/></td>
4266
+ </tr>
4267
+ <tr>
4268
+ <td><?php _e( 'Combine all results without categories', 'link-library' ); ?></td>
4269
+ <td>
4270
+ <input type="checkbox" id="combineresults" name="combineresults" <?php checked( $options['combineresults'] ); ?>/></td>
4271
+ <td style='width:100px'></td>
4272
+ <td><?php _e( 'Link Title Content', 'link-library' ); ?></td>
4273
+ <td>
4274
+ <select name="linktitlecontent">
4275
+
4276
+ <?php $modes = array( 'linkname' => __( 'Link Name', 'link-library' ), 'linkdesc' => __( 'Link Description', 'link-library' ) );
4277
+
4278
+ // Generate all items of drop-down list
4279
+ foreach ($modes as $mode => $modename) {
4280
+ ?>
4281
+ <option value="<?php echo $mode; ?>"
4282
+ <?php selected( $options['linktitlecontent'], $mode ); ?>>
4283
+ <?php echo $modename; ?>
4284
+ <?php } ?>
4285
+ </select>
4286
+ </td>
4287
+ </tr>
4288
+ <tr>
4289
+ <td class="lltooltip">
4290
+ <?php _e( 'Direction', 'link-library' ); ?>
4291
+ </td>
4292
+ <td class="lltooltip">
4293
+ <select name="linkdirection" id="linkdirection" style="width:200px;">
4294
+ <option value="ASC"<?php selected( $options['linkdirection'] == 'ASC' ); ?>><?php _e( 'Ascending', 'link-library' ); ?></option>
4295
+ <option value="DESC"<?php selected( $options['linkdirection'] == 'DESC' ); ?>><?php _e( 'Descending', 'link-library' ); ?></option>
4296
+ </select>
4297
+ </td>
4298
+ <td></td>
4299
+ <td class="lltooltip" title="<?php _e( 'Leave empty to show all results', 'link-library' ); ?>">
4300
+ <?php _e( 'Total max number of links to display', 'link-library' ); ?>
4301
+ </td>
4302
+ <td class="lltooltip" title="<?php _e( 'Leave empty to show all results', 'link-library' ); ?>">
4303
+ <input type="text" id="maxlinks" name="maxlinks" size="4" value="<?php echo $options['maxlinks']; ?>" />
4304
+ </td>
4305
+ </tr>
4306
+ <tr>
4307
+ <td></td>
4308
+ <td></td>
4309
+ <td></td>
4310
+ <td class="lltooltip" title="<?php _e( 'Leave empty to show all results', 'link-library' ); ?>">
4311
+ <?php _e( 'Max number of links to display per category', 'link-library' ); ?>
4312
+ </td>
4313
+ <td class="lltooltip" title="<?php _e( 'Leave empty to show all results for each category', 'link-library' ); ?>">
4314
+ <input type="text" id="maxlinkspercat" name="maxlinkspercat" size="4" value="<?php echo $options['maxlinkspercat']; ?>" />
4315
+ </td>
4316
+ </tr>
4317
+ <tr>
4318
+ <td style='width:150px'>
4319
+ <?php _e( 'Show Link Updated Flag', 'link-library' ); ?>
4320
+ </td>
4321
+ <td style='width:75px;'>
4322
+ <input type="checkbox" id="showupdated" name="showupdated" <?php checked( $options['showupdated'] ); ?>/>
4323
+ </td>
4324
+ <td></td>
4325
+ <td style='width:150px'>
4326
+ <?php _e( 'Show Link Updated Date in Tooltip', 'link-library' ); ?>
4327
+ </td>
4328
+ <td style='width:75px;'>
4329
+ <input type="checkbox" id="showupdatedtooltip" name="showupdatedtooltip" <?php checked( $options['showupdatedtooltip'] ); ?>/>
4330
+ </td>
4331
+ </tr>
4332
+ <tr>
4333
+ <td style='width:150px'>
4334
+ <?php _e( 'Link Updated Flag Position', 'link-library' ); ?>
4335
+ </td>
4336
+ <td style='width:75px;'>
4337
+ <select id="showupdatedpos" name="showupdatedpos">
4338
+ <?php
4339
+ $show_updated_pos_options = array( 'before' => 'Before Link Fields', 'after' => 'After Link Fields' );
4340
+
4341
+ foreach( $show_updated_pos_options as $show_updated_pos_option_key => $show_updated_pos_option ) { ?>
4342
+ <option value="<?php echo $show_updated_pos_option_key; ?>" <?php selected( $options['showupdatedpos'], $show_updated_pos_option_key ); ?>><?php echo $show_updated_pos_option; ?></option>
4343
+ <?php }
4344
+ ?>
4345
+ </select>
4346
+ </td>
4347
+ <td style='width:20px'>
4348
+ </td>
4349
+ <td class="lltooltip" title="<?php _e( 'Label to be displayed before new links', 'link-library' ); ?>">
4350
+ <?php _e( 'Updated link label', 'link-library' ); ?>
4351
+ </td>
4352
+ <td class="lltooltip" title="<?php _e( 'Label to be displayed before new links', 'link-library' ); ?>">
4353
+ <input type="text" id="updatedlabel" name="updatedlabel" size="40" value="<?php echo $options['updatedlabel']; ?>" />
4354
+ </td>
4355
+ </tr>
4356
+ <tr>
4357
+ <td class="lltooltip" title="<?php _e( 'Sets default link target window, does not override specific targets set in links', 'link-library' ); ?>">
4358
+ <?php _e( 'Link Target', 'link-library' ); ?>
4359
+ </td>
4360
+ <td class="lltooltip" title="<?php _e( 'Sets default link target window, does not override specific targets set in links', 'link-library' ); ?>">
4361
+ <input type="text" id="linktarget" name="linktarget" size="40" value="<?php echo $options['linktarget']; ?>" />
4362
+ </td>
4363
+ <td></td>
4364
+ <td>
4365
+ <?php
4366
+ _e( 'Link Display Format', 'link-library' );
4367
+
4368
+ $display_as_table = 'false';
4369
+
4370
+ if ( is_bool( $options['displayastable'] ) && $options['displayastable'] ) {
4371
+ $display_as_table = 'true';
4372
+ } elseif( is_bool( $options['displayastable'] ) && !$options['displayastable'] ) {
4373
+ $display_as_table = 'false';
4374
+ } elseif ( in_array( $options['displayastable'], array( 'true', 'false', 'nosurroundingtags' ) ) ) {
4375
+ $display_as_table = $options['displayastable'];
4376
+ }
4377
+ ?>
4378
+ </td>
4379
+ <td>
4380
+ <select name="displayastable" id="displayastable" style="width:200px;">
4381
+ <option value="true"<?php selected( $display_as_table === 'true' ); ?>><?php _e( 'Table', 'link-library' ); ?></option>
4382
+ <option value="false"<?php selected( $display_as_table === 'false' ); ?>><?php _e( 'Unordered List', 'link-library' ); ?></option>
4383
+ <option value="nosurroundingtags"<?php selected( $display_as_table, 'nosurroundingtags' ); ?>><?php _e( 'No surrounding tags', 'link-library' ); ?></option>
4384
+ </select>
4385
+ </td>
4386
+ </tr>
4387
+ <tr>
4388
+ <td class="lltooltip" title="<?php _e( 'Allows extra query string to be added to all links in library', 'link-library' ); ?>">
4389
+ <?php _e( 'Additional link query string', 'link-library' ); ?>
4390
+ </td>
4391
+ <td class="lltooltip" title="<?php _e( 'Allows extra query string to be added to all links in library', 'link-library' ); ?>">
4392
+ <input type="text" id="extraquerystring" name="extraquerystring" size="40" value="<?php echo $options['extraquerystring']; ?>" />
4393
+ </td>
4394
+ <td></td>
4395
+ <td>
4396
+ <?php _e( 'Show Scheduled Links (published with future date)', 'link-library' ); ?>
4397
+ </td>
4398
+ <td>
4399
+ <input type="checkbox" id="showscheduledlinks" name="showscheduledlinks" <?php checked( $options['showscheduledlinks'] ); ?>/>
4400
+ </td>
4401
+ </tr>
4402
+ <tr>
4403
+ <td>
4404
+ <?php _e( 'Show Column Headers', 'link-library' ); ?>
4405
+ </td>
4406
+ <td>
4407
+ <input type="checkbox" id="showcolumnheaders" name="showcolumnheaders" <?php checked( $options['showcolumnheaders'] ); ?>/>
4408
+ </td>
4409
+ <td></td>
4410
+ <td>
4411
+ <?php _e( 'Column Headers Override', 'link-library' ); ?>
4412
+ </td>
4413
+ <td>
4414
+ <input class="lltooltip" title="<?php _e( 'Comma-separated list of column header labels', 'link-library' ); ?>" type="text" id="columnheaderoverride" name="columnheaderoverride" size="40" value="<?php echo $options['columnheaderoverride']; ?>" />
4415
+ </td>
4416
+ </td>
4417
+ </tr>
4418
+ <tr>
4419
+ <td>
4420
+ <?php _e( 'Allow sorting through column headers', 'link-library' ); ?>
4421
+ </td>
4422
+ <td>
4423
+ <input type="checkbox" id="allowcolumnsorting" name="allowcolumnsorting" <?php checked( $options['allowcolumnsorting'] ); ?>/>
4424
+ </td>
4425
+ </tr>
4426
+ <tr>
4427
+ <td>
4428
+ <?php _e( 'Hide Category Names', 'link-library' ); ?>
4429
+ </td>
4430
+ <td>
4431
+ <input type="checkbox" id="hidecategorynames" name="hidecategorynames" <?php checked( $options['hidecategorynames'] ); ?>/>
4432
+ </td>
4433
+ <td></td>
4434
+ <td>
4435
+ <?php _e( 'Show Hidden Links', 'link-library' ); ?>
4436
+ </td>
4437
+ <td>
4438
+ <input type="checkbox" id="showinvisible" name="showinvisible" <?php checked( $options['showinvisible'] ); ?>/>
4439
+ </td>
4440
+ </tr>
4441
+ <tr>
4442
+ <td>
4443
+ <?php _e( 'Hide links of children categories', 'link-library' ); ?>
4444
+ </td>
4445
+ <td>
4446
+ <input type="checkbox" id="hidechildcatlinks" name="hidechildcatlinks" <?php checked( $options['hidechildcatlinks'] ); ?>/>
4447
+ </td>
4448
+ <td></td>
4449
+ <td>
4450
+ <?php _e( 'Child category depth limit', 'link-library' ); ?>
4451
+ </td>
4452
+ <td>
4453
+ <input type="text" id="childcatdepthlimit" name="childcatdepthlimit" size="2" value="<?php echo $options['childcatdepthlimit']; ?>" />
4454
+ </td>
4455
+ </tr>
4456
+ <tr>
4457
+ <td>
4458
+ <?php _e( 'Hide children categories on top page', 'link-library' ); ?>
4459
+ </td>
4460
+ <td>
4461
+ <input type="checkbox" id="hidechildcattop" name="hidechildcattop" <?php checked( $options['hidechildcattop'] ); ?>/>
4462
+ </td>
4463
+ </tr>
4464
+ <tr>
4465
+ <td class="lltooltip" title='<?php _e( 'Need to be active for Link Categories to work', 'link-library' ); ?>'>
4466
+ <?php _e( 'Embed HTML anchors', 'link-library' ); ?>
4467
+ </td>
4468
+ <td class="lltooltip" title='<?php _e( 'Need to be active for Link Categories to work', 'link-library' ); ?>'>
4469
+ <input type="checkbox" id="catanchor" name="catanchor" <?php checked( $options['catanchor'] ); ?>/>
4470
+ </td>
4471
+ <td></td>
4472
+ <td>
4473
+ <?php _e( 'Show Hidden Links to Admins/Editors', 'link-library' ); ?>
4474
+ </td>
4475
+ <td>
4476
+ <input type="checkbox" id="showinvisibleadmin" name="showinvisibleadmin" <?php checked( $options['showinvisibleadmin'] ); ?>/>
4477
+ </td>
4478
+ </tr>
4479
+ </table>
4480
+ </div>
4481
+ <?php
4482
+ }
4483
+
4484
+ function settingssets_subfieldtable_meta_box( $data ) {
4485
+ $options = $data['options'];
4486
+ $settings = $data['settings'];
4487
+ $genoptions = $data['genoptions'];
4488
+ ?>
4489
+
4490
+ <div style='padding-top:15px' id="ll-advanced" class="content-section">
4491
+ <?php _e( 'Arrange the items below via drag-and-drop to order the various Link Library elements.', 'link-library' ); ?>
4492
+ <br /><br />
4493
+ <ul id="sortable">
4494
+ <?php
4495
+ $dragndroporder = $options['dragndroporder'];
4496
+
4497
+ $dragndroparray = explode( ',', $dragndroporder );
4498
+
4499
+ foreach ( range( 1, 22 ) as $new_entry ) {
4500
+ if ( !in_array( $new_entry, $dragndroparray ) ) {
4501
+ $dragndroparray[] = $new_entry;
4502
+ }
4503
+ }
4504
+
4505
+ if ( $dragndroparray ) {
4506
+ foreach ( $dragndroparray as $arrayelements ) {
4507
+ switch ( $arrayelements ) {
4508
+ case 1:
4509
+ ?>
4510
+ <li class="lltooltip" title="<?php _e( 'Image', 'link-library' ); ?>" id="1" style='background-color: #1240ab'>1</li>
4511
+ <?php break;
4512
+ case 2:
4513
+ ?>
4514
+ <li class="lltooltip" title="<?php _e( 'Name', 'link-library' ); ?>" id="2" style='background-color: #4671d5'>2</li>
4515
+ <?php break;
4516
+ case 3:
4517
+ ?>
4518
+ <li class="lltooltip" title="<?php _e( 'Date', 'link-library' ); ?>" id="3" style='background-color: #39e639'>3</li>
4519
+ <?php break;
4520
+ case 4:
4521
+ ?>
4522
+ <li class="lltooltip" title="<?php _e( 'Desc', 'link-library' ); ?>" id="4" style='background-color: #009999'>4</li>
4523
+ <?php break;
4524
+ case 5:
4525
+ ?>
4526
+ <li class="lltooltip" title="<?php _e( 'Notes', 'link-library' ); ?>" id="5" style='background-color: #00cc00'>5</li>
4527
+ <?php break;
4528
+ case 6:
4529
+ ?>
4530
+ <li class="lltooltip" title="<?php _e( 'RSS', 'link-library' ); ?>" id="6" style='background-color: #008500'>6</li>
4531
+ <?php break;
4532
+ case 7:
4533
+ ?>
4534
+ <li class="lltooltip" title="<?php _e( 'Web Link', 'link-library' ); ?>" id="7" style='background-color: #5ccccc'>7</li>
4535
+ <?php break;
4536
+ case 8:
4537
+ ?>
4538
+ <li class="lltooltip" title="<?php _e( 'Phone', 'link-library' ); ?>" id="8" style='background-color: #6c8cd5'>8</li>
4539
+ <?php break;
4540
+ case 9:
4541
+ ?>
4542
+ <li class="lltooltip" title="<?php _e( 'E-mail', 'link-library' ); ?>" id="9" style='background-color: #67e667'>9</li>
4543
+ <?php break;
4544
+ case 10:
4545
+ ?>
4546
+ <li class="lltooltip" title="<?php _e( 'Hits', 'link-library' ); ?>" id="10" style='background-color: #33cccc'>10</li>
4547
+ <?php break;
4548
+ case 11:
4549
+ ?>
4550
+ <li class="lltooltip" title="<?php _e( 'Rating', 'link-library' ); ?>" id="11" style='background-color: #33cc00'>11</li>
4551
+ <?php break;
4552
+ case 12:
4553
+ ?>
4554
+ <li class="lltooltip" title="<?php _e( 'Large Desc', 'link-library' ); ?>" id="12" style='background-color: #33ccff'>12</li>
4555
+ <?php break;
4556
+ case 13:
4557
+ ?>
4558
+ <li class="lltooltip" title="<?php _e( 'Submitter Name', 'link-library' ); ?>" id="13" style='background-color: #33eecc'>13</li>
4559
+ <?php break;
4560
+ case 14:
4561
+ ?>
4562
+ <li class="lltooltip" title="<?php _e( 'Cat Desc', 'link-library' ); ?>" id="14" style='background-color: #33eeff'>14</li>
4563
+ <?php break;
4564
+ case 15:
4565
+ ?>
4566
+ <li class="lltooltip" title="<?php _e( 'Tags', 'link-library' ); ?>" id="15" style='background-color: #c4d1ee'>15</li>
4567
+ <?php break;
4568
+ case 16:
4569
+ ?>
4570
+ <li class="lltooltip" title="<?php _e( 'Price', 'link-library' ); ?>" id="16" style='background-color: #238e00'>16</li>
4571
+ <?php break;
4572
+ case 17:
4573
+ ?>
4574
+ <li class="lltooltip" title="<?php _e( 'Cat Name', 'link-library' ); ?>" id="17" style='background-color: #23A023'>17</li>
4575
+ <?php break;
4576
+ case 18:
4577
+ if ( $genoptions['customurl1active'] ) {
4578
+ ?>
4579
+ <li class="lltooltip" title="<?php echo $genoptions['customurl1label'] ?>" id="18" style='background-color: #23A023'>18</li>
4580
+ <?php } break;
4581
+ case 19:
4582
+ if ( $genoptions['customurl2active'] ) {
4583
+ ?>
4584
+ <li class="lltooltip" title="<?php echo $genoptions['customurl2label'] ?>" id="19" style='background-color: #23A023'>19</li>
4585
+ <?php } break;
4586
+ case 20:
4587
+ if ( $genoptions['customurl3active'] ) {
4588
+ ?>
4589
+ <li class="lltooltip" title="<?php echo $genoptions['customurl3label'] ?>" id="20" style='background-color: #23A023'>20</li>
4590
+ <?php } break;
4591
+ case 21:
4592
+ if ( $genoptions['customurl4active'] ) {
4593
+ ?>
4594
+ <li class="lltooltip" title="<?php echo $genoptions['customurl4label'] ?>" id="21" style='background-color: #23A023'>21</li>
4595
+ <?php } break;
4596
+ case 22:
4597
+ if ( $genoptions['customurl5active'] ) {
4598
+ ?>
4599
+ <li class="lltooltip" title="<?php echo $genoptions['customurl5label'] ?>" id="22" style='background-color: #23A023'>22</li>
4600
+ <?php } break;
4601
+ }
4602
+ }
4603
+ }
4604
+ ?>
4605
+ </ul>
4606
+ <input type="hidden" id="dragndroporder" name="dragndroporder" size="60" value="<?php echo $options['dragndroporder']; ?>" />
4607
+ <br />
4608
+ <table class='widefat' style='width: 1000px;margin:15px 5px 10px 0px;clear:none;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
4609
+ <thead>
4610
+ <th style='width: 100px'></th>
4611
+ <th style='width: 40px'><?php _e( 'Display', 'link-library' ); ?></th>
4612
+ <th style='width: 80px'><?php _e( 'Before', 'link-library' ); ?></th>
4613
+ <th style='width: 80px'><?php _e( 'After', 'link-library' ); ?></th>
4614
+ <th style='width: 80px'><?php _e( 'Additional Details', 'link-library' ); ?></th>
4615
+ <th style='width: 80px'><?php _e( 'Link Source', 'link-library' ); ?></th>
4616
+ </thead>
4617
+ <tr>
4618
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before the first link in each category', 'link-library' ); ?>'><?php _e( 'Before first link', 'link-library' ); ?></td>
4619
+ <td style='background: #FFF'></td>
4620
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output of text/code before the first link in each category', 'link-library' ); ?>'>
4621
+ <input type="text" id="beforefirstlink" name="beforefirstlink" size="22" value="<?php echo stripslashes( $options['beforefirstlink'] ); ?>" />
4622
+ </td>
4623
+ <td style='background: #FFF'></td><td style='background: #FFF'></td><td style='background: #FFF'></td>
4624
+ </tr>
4625
+ <tr>
4626
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before a number of links determined by the Display field', 'link-library' ); ?>'><?php _e( 'Intermittent Before Link', 'link-library' ); ?></td>
4627
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Frequency of additional output before and after complete link group', 'link-library' ); ?>'>
4628
+ <input type="text" id="linkaddfrequency" name="linkaddfrequency" size="10" value="<?php echo strval( $options['linkaddfrequency'] ); ?>" />
4629
+ </td>
4630
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output before complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
4631
+ <input type="text" id="addbeforelink" name="addbeforelink" size="22" value="<?php echo stripslashes( $options['addbeforelink'] ); ?>" />
4632
+ </td>
4633
+ <td style='background: #FFF'></td>
4634
+ <td style='background: #FFF'></td>
4635
+ <td style='background: #FFF'></td>
4636
+ </tr>
4637
+ <tr>
4638
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before each link', 'link-library' ); ?>'><?php _e( 'Before Link', 'link-library' ); ?></td>
4639
+ <td style='background: #FFF'></td>
4640
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output before complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
4641
+ <input type="text" id="beforeitem" name="beforeitem" size="22" value="<?php echo stripslashes( $options['beforeitem'] ); ?>" />
4642
+ </td>
4643
+ <td style='background: #FFF'></td>
4644
+ <td style='background: #FFF'></td>
4645
+ <td style='background: #FFF'></td>
4646
+ </tr>
4647
+ <?php
4648
+
4649
+ $dragndroporder = $options['dragndroporder'];
4650
+
4651
+ $dragndroparray = explode( ',', $dragndroporder );
4652
+
4653
+ foreach ( range( 1, 22 ) as $new_entry ) {
4654
+ if ( !in_array( $new_entry, $dragndroparray ) ) {
4655
+ $dragndroparray[] = $new_entry;
4656
+ }
4657
+ }
4658
+
4659
+ if ( $dragndroparray ) {
4660
+ foreach ( $dragndroparray as $arrayelements ) {
4661
+ switch ( $arrayelements ) {
4662
+ case 1: /* -------------------------------- Link Image -------------------------------------------*/
4663
+ ?>
4664
+ <tr>
4665
+ <td style='background-color: #1240ab; color: #fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before each link image', 'link-library' ); ?>'>1- <?php _e( 'Image', 'link-library' ); ?></td>
4666
+ <td style='text-align:center;background: #FFF'>
4667
+ <input type="checkbox" id="show_images" name="show_images" <?php checked( $options['show_images'] );?>/>
4668
+ </td>
4669
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each link image', 'link-library' ); ?>'>
4670
+ <input type="text" id="beforeimage" name="beforeimage" size="22" value="<?php echo stripslashes( $options['beforeimage'] ); ?>" />
4671
+ </td>
4672
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each link image', 'link-library' ); ?>'>
4673
+ <input type="text" id="afterimage" name="afterimage" size="22" value="<?php echo stripslashes( $options['afterimage'] ); ?>" />
4674
+ </td>
4675
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'CSS Class to be assigned to link image', 'link-library' ); ?>'>
4676
+ <input type="text" id="imageclass" name="imageclass" size="22" value="<?php echo $options['imageclass']; ?>" />
4677
+ </td>
4678
+ <td style='background: #FFF'>
4679
+ <select name="sourceimage" id="sourceimage" style="width:200px;">
4680
+ <option value="primary"<?php selected( $options['sourceimage'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4681
+ <option value="secondary"<?php selected( $options['sourceimage'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4682
+ </select>
4683
+ </td>
4684
+ </tr>
4685
+ <?php break;
4686
+ case 2: /* -------------------------------- Link Name -------------------------------------------*/
4687
+ ?>
4688
+ <tr>
4689
+ <td style='background-color: #4671d5; color: #fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link name', 'link-library' ); ?>'>2- <?php _e( 'Link Name', 'link-library' ); ?></td>
4690
+ <td style='text-align:center;background: #FFF'>
4691
+ <input type="checkbox" id="showname" name="showname" <?php checked( $options['showname'] == true ); ?>/>
4692
+ </td>
4693
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each link', 'link-library' ); ?>'>
4694
+ <input type="text" id="beforelink" name="beforelink" size="22" value="<?php echo stripslashes( $options['beforelink'] ); ?>" />
4695
+ </td>
4696
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each link', 'link-library' ); ?>'>
4697
+ <input type="text" id="afterlink" name="afterlink" size="22" value="<?php echo stripslashes( $options['afterlink'] ); ?>" />
4698
+ </td>
4699
+ <td style='background: #FFF'>
4700
+ <select name="tooltipname" id="tooltipname" style="width:200px;">
4701
+ <option value="no_tooltip"<?php selected( $options['tooltipname'], 'no_tooltip' ); ?>><?php _e( 'No Tooltip', 'link-library' ); ?></option>
4702
+ <option value="description"<?php selected( $options['tooltipname'], 'description' ); ?>><?php _e( 'Description', 'link-library' ); ?></option>
4703
+ </select>
4704
+ </td>
4705
+ <td style='background: #FFF'>
4706
+ <select name="sourcename" id="sourcename" style="width:200px;">
4707
+ <option value="primary"<?php selected( $options['sourcename'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4708
+ <option value="secondary"<?php selected( $options['sourcename'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4709
+ <option value="permalink"<?php selected( $options['sourcename'] == "permalink" ); ?>><?php _e( 'Dedicated page', 'link-library' ); ?></option>
4710
+ </select>
4711
+ </td>
4712
+ </tr>
4713
+ <?php break;
4714
+ case 3: /* -------------------------------- Link Date -------------------------------------------*/
4715
+ ?>
4716
+ <tr>
4717
+ <td style='background-color: #39e639; color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link date stamp', 'link-library' ); ?>'>3- <?php _e( 'Link Date', 'link-library' ); ?></td>
4718
+ <td style='background: #FFF;text-align:center' class="lltooltip" title='<?php _e( 'Check to display link date', 'link-library' ); ?>'>
4719
+ <input type="checkbox" id="showdate" name="showdate" <?php checked( $options['showdate'] ); ?>/>
4720
+ </td>
4721
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each date', 'link-library' ); ?>'>
4722
+ <input type="text" id="beforedate" name="beforedate" size="22" value="<?php echo stripslashes( $options['beforedate'] ); ?>" />
4723
+ </td>
4724
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each date', 'link-library' ); ?>'>
4725
+ <input type="text" id="afterdate" name="afterdate" size="22" value="<?php echo stripslashes( $options['afterdate'] ); ?>" />
4726
+ </td>
4727
+ <td style='background: #FFF'>
4728
+ <select name="datesource" id="datesource" style="width:200px;">
4729
+ <option value="linkupdated"<?php selected( $options['datesource'] == "linkupdated" ); ?>><?php _e( 'Updated Date', 'link-library' ); ?></option>
4730
+ <option value="linkpublication"<?php selected( $options['datesource'] == "linkpublication" ); ?>><?php _e( 'Publication Date', 'link-library' ); ?></option>
4731
+ </select>
4732
+ </td>
4733
+ <td style='background: #FFF'></td>
4734
+ </tr>
4735
+ <?php break;
4736
+ case 4: /* -------------------------------- Link Description -------------------------------------------*/
4737
+ ?>
4738
+ <tr>
4739
+ <td style='background-color: #009999;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link description', 'link-library' ); ?>'>4- <?php _e( 'Link Description', 'link-library' ); ?></td>
4740
+ <td style='background: #FFF;text-align: center' class="lltooltip" title='<?php _e( 'Check to display link descriptions', 'link-library' ); ?>'>
4741
+ <input type="checkbox" id="showdescription" name="showdescription" <?php checked( $options['showdescription'] ); ?>/>
4742
+ </td>
4743
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each description', 'link-library' ); ?>'>
4744
+ <input type="text" id="beforedesc" name="beforedesc" size="22" value="<?php echo stripslashes( $options['beforedesc'] ); ?>" />
4745
+ </td>
4746
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each description', 'link-library' ); ?>'>
4747
+ <input type="text" id="afterdesc" name="afterdesc" size="22" value="<?php echo stripslashes( $options['afterdesc'] ); ?>" />
4748
+ </td>
4749
+ <td style='background: #FFF'></td>
4750
+ <td style='background: #FFF'></td>
4751
+ </tr>
4752
+ <?php break;
4753
+ case 5: /* -------------------------------- Link Notes -------------------------------------------*/
4754
+ ?>
4755
+ <tr>
4756
+ <td style='background-color: #00cc00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after each link notes', 'link-library' ); ?>'>5- <?php _e( 'Link Notes', 'link-library' ); ?></td>
4757
+ <td style='background: #FFF;text-align: center' class="lltooltip" title='<?php _e( 'Check to display link notes', 'link-library' ); ?>'>
4758
+ <input type="checkbox" id="shownotes" name="shownotes" <?php checked( $options['shownotes'] ); ?>/>
4759
+ </td>
4760
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before each note', 'link-library' ); ?>'>
4761
+ <input type="text" id="beforenote" name="beforenote" size="22" value="<?php echo stripslashes( $options['beforenote'] ); ?>" />
4762
+ </td>
4763
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after each note', 'link-library' ); ?>'>
4764
+ <input type="text" id="afternote" name="afternote" size="22" value="<?php echo stripslashes( $options['afternote'] ); ?>" />
4765
+ </td>
4766
+ <td style='background: #FFF'></td>
4767
+ <td style='background: #FFF'></td>
4768
+ </tr>
4769
+ <?php break;
4770
+ case 6: /* -------------------------------- Link RSS Icons -------------------------------------------*/
4771
+ ?>
4772
+ <tr>
4773
+ <td style='background-color: #008500;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the RSS icons', 'link-library' ); ?>'>6- <?php _e( 'RSS Icons', 'link-library' ); ?></td>
4774
+ <td style='text-align:center;background: #FFF'>
4775
+ <?php _e( 'See below', 'link-library' ); ?>
4776
+ </td>
4777
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before RSS Icons', 'link-library' ); ?>'>
4778
+ <input type="text" id="beforerss" name="beforerss" size="22" value="<?php echo stripslashes( $options['beforerss'] ); ?>" />
4779
+ </td>
4780
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after RSS Icons', 'link-library' ); ?>'>
4781
+ <input type="text" id="afterrss" name="afterrss" size="22" value="<?php echo stripslashes( $options['afterrss'] ); ?>" />
4782
+ </td>
4783
+ <td style='background: #FFF'></td>
4784
+ <td style='background: #FFF'></td>
4785
+ </tr>
4786
+ <?php break;
4787
+ case 7: /* -------------------------------- Web Link -------------------------------------------*/
4788
+ ?>
4789
+ <tr>
4790
+ <td style='background-color: #5ccccc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Web Link', 'link-library' ); ?>'>7- <?php _e( 'Web Link', 'link-library' ); ?></td>
4791
+ <td style='text-align:center;background: #FFF'>
4792
+ <select name="displayweblink" id="displayweblink" style="width:80px;">
4793
+ <option value="false"<?php selected( $options['displayweblink'] == 'false' ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4794
+ <option value="address"<?php selected( $options['displayweblink'] == 'address' ); ?>><?php _e( 'Web Address Link', 'link-library' ); ?></option>
4795
+ <option value="addressonly"<?php selected( $options['displayweblink'] == 'addressonly' ); ?>><?php _e( 'Plain Web Address', 'link-library' ); ?></option>
4796
+ <option value="label"<?php selected( $options['displayweblink'] == 'label' ); ?>><?php _e( 'Text Label with Link', 'link-library' ); ?></option>
4797
+ </select>
4798
+ </td>
4799
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Web Link', 'link-library' ); ?>'>
4800
+ <input type="text" id="beforeweblink" name="beforeweblink" size="22" value="<?php echo stripslashes( $options['beforeweblink'] ); ?>" />
4801
+ </td>
4802
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Web Link', 'link-library' ); ?>'>
4803
+ <input type="text" id="afterweblink" name="afterweblink" size="22" value="<?php echo stripslashes( $options['afterweblink'] ); ?>" />
4804
+ </td>
4805
+ <td style='background: #FFF'>
4806
+ <input class="lltooltip" title='<?php _e( 'Text Label that the web link will be assigned to.', 'link-library' ); ?>' type="text" id="weblinklabel" name="weblinklabel" size="9" value="<?php echo stripslashes( $options['weblinklabel'] ); ?>" />
4807
+ <input class="lltooltip" title='<?php _e( 'Target that will be assigned to web links.', 'link-library' ); ?>' type="text" id="weblinktarget" name="weblinktarget" size="9" value="<?php echo stripslashes( $options['weblinktarget'] ); ?>" />
4808
+ </td>
4809
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Select which link address will be displayed / used for link', 'link-library' ); ?>'>
4810
+ <select name="sourceweblink" id="sourceweblink" style="width:200px;">
4811
+ <option value="primary"<?php selected( $options['sourceweblink'] == "primary" ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4812
+ <option value="secondary"<?php selected( $options['sourceweblink'] == "secondary" ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4813
+ </select>
4814
+ </td>
4815
+ </tr>
4816
+ <?php break;
4817
+ case 8: /* -------------------------------- Telephone -------------------------------------------*/
4818
+ ?>
4819
+ <tr>
4820
+ <td style='background-color: #6c8cd5;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Telephone Number', 'link-library' ); ?>'>8- <?php _e( 'Telephone', 'link-library' ); ?></td>
4821
+ <td style='text-align:center;background: #FFF'>
4822
+ <select name="showtelephone" id="showtelephone" style="width:80px;">
4823
+ <option value="false"<?php selected( $options['showtelephone'] == "false" ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4824
+ <option value="plain"<?php selected( $options['showtelephone'] == "plain" ); ?>><?php _e( 'Plain Text', 'link-library' ); ?></option>
4825
+ <option value="link"<?php selected( $options['showtelephone'] == "link" ); ?>><?php _e( 'Link', 'link-library' ); ?></option>
4826
+ <option value="label"<?php selected( $options['showtelephone'] == "label" ); ?>><?php _e( 'Label', 'link-library' ); ?></option>
4827
+ </select>
4828
+ </td>
4829
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Telephone Number', 'link-library' ); ?>'>
4830
+ <input type="text" id="beforetelephone" name="beforetelephone" size="22" value="<?php echo stripslashes( $options['beforetelephone'] ); ?>" />
4831
+ </td>
4832
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Telephone Number', 'link-library' ); ?>'>
4833
+ <input type="text" id="aftertelephone" name="aftertelephone" size="22" value="<?php echo stripslashes( $options['aftertelephone'] ); ?>" />
4834
+ </td>
4835
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Text Label that the telephone will be assigned to.', 'link-library' ); ?>'>
4836
+ <input type="text" id="telephonelabel" name="telephonelabel" size="22" value="<?php echo stripslashes( $options['telephonelabel'] ); ?>" />
4837
+ </td>
4838
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Select which link address will be displayed / used for link', 'link-library' ); ?>'>
4839
+ <select name="sourcetelephone" id="sourcetelephone" style="width:200px;">
4840
+ <option value="primary"<?php selected( $options['sourcetelephone'] == 'primary' ); ?>><?php _e( 'Primary', 'link-library' ); ?></option>
4841
+ <option value="secondary"<?php selected( $options['sourcetelephone'] == 'secondary' ); ?>><?php _e( 'Secondary', 'link-library' ); ?></option>
4842
+ <option value="phone"<?php selected( $options['sourcetelephone'] == 'phone' ); ?>><?php _e( 'Phone', 'link-library' ); ?></option>
4843
+ </select>
4844
+ </td>
4845
+ </tr>
4846
+ <?php break;
4847
+ case 9: /* -------------------------------- E-mail -------------------------------------------*/
4848
+ ?>
4849
+ <tr>
4850
+ <td style='background-color: #67e667;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the E-mail', 'link-library' ); ?>'>9- <?php _e( 'E-mail', 'link-library' ); ?></td>
4851
+ <td style='text-align:center;background: #FFF'>
4852
+ <select name="showemail" id="showemail" style="width:80px;">
4853
+ <option value="false"<?php selected( $options['showemail'] == "false" ); ?>><?php _e( 'False', 'link-library' ); ?></option>
4854
+ <option value="plain"<?php selected( $options['showemail'] == "plain" ); ?>><?php _e( 'Plain Text', 'link-library' ); ?></option>
4855
+ <option value="mailto"<?php selected( $options['showemail'] == "mailto" ); ?>><?php _e( 'MailTo Link', 'link-library' ); ?></option>
4856
+ <option value="mailtolabel"<?php selected( $options['showemail'] == "mailtolabel" ); ?>><?php _e( 'MailTo Link with Label', 'link-library' ); ?></option>
4857
+ <option value="command"<?php selected( $options['showemail'] == "command" ); ?>><?php _e( 'Formatted Command', 'link-library' ); ?></option>
4858
+ <option value="commandlabel"<?php selected( $options['showemail'] == "commandlabel" ); ?>><?php _e( 'Formatted Command with Labels', 'link-library' ); ?></option>
4859
+ </select>
4860
+ </td>
4861
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before E-mail', 'link-library' ); ?>'>
4862
+ <input type="text" id="beforeemail" name="beforeemail" size="22" value="<?php echo stripslashes( $options['beforeemail'] ); ?>" />
4863
+ </td>
4864
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after E-mail', 'link-library' ); ?>'>
4865
+ <input type="text" id="afteremail" name="afteremail" size="22" value="<?php echo stripslashes( $options['afteremail'] ); ?>" />
4866
+ </td>
4867
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Text Label that the e-mail will be assigned to represent the e-mail link.', 'link-library' ); ?>'>
4868
+ <input type="text" id="emaillabel" name="emaillabel" size="22" value="<?php echo stripslashes( $options['emaillabel'] ); ?>" />
4869
+ </td>
4870
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Command that the e-mail will be embedded in. In the case of a command, use the symbols #email and #company to indicate the position where these elements should be inserted.', 'link-library' ); ?>'>
4871
+ <input type="text" id="emailcommand" name="emailcommand" size="22" value="<?php echo stripslashes( $options['emailcommand'] ); ?>" />
4872
+ </td>
4873
+ </tr>
4874
+ <?php break;
4875
+ case 10: /* -------------------------------- Link Hits -------------------------------------------*/
4876
+ ?>
4877
+ <tr>
4878
+ <td style='background-color: #33cccc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after Link Hits', 'link-library' ); ?>'>10- <?php _e( 'Link Hits', 'link-library' ); ?></td>
4879
+ <td style='text-align:center;background: #FFF'>
4880
+ <input type="checkbox" id="showlinkhits" name="showlinkhits" <?php checked( $options['showlinkhits'] ); ?>/>
4881
+ </td>
4882
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Hits', 'link-library' ); ?>'>
4883
+ <input type="text" id="beforelinkhits" name="beforelinkhits" size="22" value="<?php echo stripslashes( $options['beforelinkhits'] ); ?>" />
4884
+ </td>
4885
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Hits', 'link-library' ); ?>'>
4886
+ <input type="text" id="afterlinkhits" name="afterlinkhits" size="22" value="<?php echo stripslashes( $options['afterlinkhits'] ); ?>" />
4887
+ </td>
4888
+ <td style='background: #FFF'></td>
4889
+ <td style='background: #FFF'></td>
4890
+ </tr>
4891
+ <?php break;
4892
+ case 11: /* -------------------------------- Link Rating -------------------------------------------*/
4893
+ ?>
4894
+ <tr>
4895
+ <td style='background-color: #33cc00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Rating', 'link-library' ); ?>'>11- <?php _e( 'Link Rating', 'link-library' ); ?></td>
4896
+ <td style='text-align:center;background: #FFF'>
4897
+ <input type="checkbox" id="showrating" name="showrating" <?php checked( $options['showrating'] ); ?>/>
4898
+ </td>
4899
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Rating', 'link-library' ); ?>'>
4900
+ <input type="text" id="beforelinkrating" name="beforelinkrating" size="22" value="<?php echo stripslashes( $options['beforelinkrating'] ); ?>" />
4901
+ </td>
4902
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Rating', 'link-library' ); ?>'>
4903
+ <input type="text" id="afterlinkrating" name="afterlinkrating" size="22" value="<?php echo stripslashes( $options['afterlinkrating'] ); ?>" />
4904
+ </td>
4905
+ <td style='background: #FFF'></td>
4906
+ <td style='background: #FFF'></td>
4907
+ </tr>
4908
+ <?php break;
4909
+ case 12: /* -------------------------------- Large Description -------------------------------------------*/
4910
+ ?>
4911
+ <tr>
4912
+ <td style='background-color: #33ccff;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'>12- <?php _e( 'Link Large Description', 'link-library' ); ?></td>
4913
+ <td style='text-align:center;background: #FFF'>
4914
+ <input type="checkbox" id="showlargedescription" name="showlargedescription" <?php checked( $options['showlargedescription'] ); ?>/>
4915
+ </td>
4916
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4917
+ <input type="text" id="beforelargedescription" name="beforelargedescription" size="22" value="<?php echo stripslashes( $options['beforelargedescription'] ); ?>" />
4918
+ </td>
4919
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4920
+ <input type="text" id="afterlargedescription" name="afterlargedescription" size="22" value="<?php echo stripslashes( $options['afterlargedescription'] ); ?>" />
4921
+ </td>
4922
+ <td style='background: #FFF'></td>
4923
+ <td style='background: #FFF'></td>
4924
+ </tr>
4925
+ <?php break;
4926
+ case 13: /* -------------------------------- Link Submitter Name -------------------------------------------*/
4927
+ ?>
4928
+ <tr>
4929
+ <td style='background-color: #33eecc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'>13- <?php _e( 'Submitter Name', 'link-library' ); ?></td>
4930
+ <td style='text-align:center;background: #FFF'>
4931
+ <input type="checkbox" id="showsubmittername" name="showsubmittername" <?php checked( $options['showsubmittername'] ); ?>/>
4932
+ </td>
4933
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4934
+ <input type="text" id="beforesubmittername" name="beforesubmittername" size="22" value="<?php echo stripslashes( $options['beforesubmittername'] ); ?>" />
4935
+ </td>
4936
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4937
+ <input type="text" id="aftersubmittername" name="aftersubmittername" size="22" value="<?php echo stripslashes( $options['aftersubmittername'] ); ?>" />
4938
+ </td>
4939
+ <td style='background: #FFF'></td>
4940
+ <td style='background: #FFF'></td>
4941
+ </tr>
4942
+ <?php break;
4943
+ case 14: /* -------------------------------- Category Description -------------------------------------------*/
4944
+ ?>
4945
+ <tr>
4946
+ <td style='background-color: #33eeff;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Large Description', 'link-library' ); ?>'>14- <?php _e( 'Category Description', 'link-library' ); ?></td>
4947
+ <td style='text-align:center;background: #FFF'>
4948
+ <input type="checkbox" id="showcatdesc" name="showcatdesc" <?php checked( $options['showcatdesc'] ); ?>/>
4949
+ </td>
4950
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Large Description', 'link-library' ); ?>'>
4951
+ <input type="text" id="beforecatdesc" name="beforecatdesc" size="22" value="<?php echo stripslashes( $options['beforecatdesc'] ); ?>" />
4952
+ </td>
4953
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
4954
+ <input type="text" id="aftercatdesc" name="aftercatdesc" size="22" value="<?php echo stripslashes( $options['aftercatdesc'] ); ?>" />
4955
+ </td>
4956
+ <td style='background: #FFF'></td>
4957
+ <td style='background: #FFF'></td>
4958
+ </tr>
4959
+ <?php break;
4960
+ case 15: /* -------------------------------- Link Tags -------------------------------------------*/
4961
+ ?>
4962
+ <tr>
4963
+ <td style='background-color: #c4d1ee;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of tags associated with the link', 'link-library' ); ?>'>15- <?php _e( 'Link Tags', 'link-library' ); ?></td>
4964
+ <td style='text-align:center;background: #FFF'>
4965
+ <input type="checkbox" id="showlinktags" name="showlinktags" <?php checked( $options['showlinktags'] ); ?>/>
4966
+ </td>
4967
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Tags', 'link-library' ); ?>'>
4968
+ <input type="text" id="beforelinktags" name="beforelinktags" size="22" value="<?php echo stripslashes( $options['beforelinktags'] ); ?>" />
4969
+ </td>
4970
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Tags', 'link-library' ); ?>'>
4971
+ <input type="text" id="afterlinktags" name="afterlinktags" size="22" value="<?php echo stripslashes( $options['afterlinktags'] ); ?>" />
4972
+ </td>
4973
+ <td style='background: #FFF'>
4974
+ <select name="taglinks" id="taglinks" style="width:200px;">
4975
+ <option value="inactive"<?php selected( $options['taglinks'], 'inactive' ); ?>><?php _e( 'Tag links inactive', 'link-library' ); ?></option>
4976
+ <option value="active"<?php selected( $options['taglinks'], 'active' ); ?>><?php _e( 'Tag links active', 'link-library' ); ?></option>
4977
+ </select>
4978
+ </td>
4979
+ <td style='background: #FFF'></td>
4980
+ </tr>
4981
+ <?php break;
4982
+ case 16: /* -------------------------------- Link Price -------------------------------------------*/
4983
+ ?>
4984
+ <tr>
4985
+ <td style='background-color: #238e00;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of the price field associated with the link', 'link-library' ); ?>'>16- <?php _e( 'Link Price', 'link-library' ); ?></td>
4986
+ <td style='text-align:center;background: #FFF'>
4987
+ <input type="checkbox" id="showlinkprice" name="showlinkprice" <?php checked( $options['showlinkprice'] ); ?>/>
4988
+ </td>
4989
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Link Price', 'link-library' ); ?>'>
4990
+ <input type="text" id="beforelinkprice" name="beforelinkprice" size="22" value="<?php echo stripslashes( $options['beforelinkprice'] ); ?>" />
4991
+ </td>
4992
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Price', 'link-library' ); ?>'>
4993
+ <input type="text" id="afterlinkprice" name="afterlinkprice" size="22" value="<?php echo stripslashes( $options['afterlinkprice'] ); ?>" />
4994
+ </td>
4995
+ <td style='background: #FFF'>
4996
+ <input type="text" id="linkcurrency" name="linkcurrency" size="3" value="<?php echo stripslashes( $options['linkcurrency'] ); ?>" class="lltooltip" title='<?php _e( 'Currency symbol to be displayed next to price', 'link-library' ); ?>' />
4997
+ Show 0.00 as free <input type="checkbox" id="show0asfree" name="show0asfree" <?php checked( $options['show0asfree'] ); ?>/>
4998
+ </td>
4999
+ <td style='background: #FFF'>
5000
+ <select name="linkcurrencyplacement" id="linkcurrencyplacement" style="width:200px;">
5001
+ <option value="before"<?php selected( $options['linkcurrencyplacement'] == 'before' ); ?>><?php _e( 'Before Price', 'link-library' ); ?></option>
5002
+ <option value="after"<?php selected( $options['linkcurrencyplacement'] == 'after' ); ?>><?php _e( 'After Price', 'link-library' ); ?></option>
5003
+ </select>
5004
+ </td>
5005
+ </tr>
5006
+ <?php break;
5007
+ case 17: /* -------------------------------- Category Name -------------------------------------------*/
5008
+ ?>
5009
+ <tr>
5010
+ <td style='background-color: #23A023;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the Link Category Name', 'link-library' ); ?>'>17- <?php _e( 'Category Name', 'link-library' ); ?></td>
5011
+ <td style='text-align:center;background: #FFF'>
5012
+ <input type="checkbox" id="showcatname" name="showcatname" <?php checked( $options['showcatname'] ); ?>/>
5013
+ </td>
5014
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before Category Name', 'link-library' ); ?>'>
5015
+ <input type="text" id="beforecatname" name="beforecatname" size="22" value="<?php echo stripslashes( $options['beforecatname'] ); ?>" />
5016
+ </td>
5017
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after Link Large Description', 'link-library' ); ?>'>
5018
+ <input type="text" id="aftercatname" name="aftercatname" size="22" value="<?php echo stripslashes( $options['aftercatname'] ); ?>" />
5019
+ </td>
5020
+ <td style='background: #FFF'></td>
5021
+ <td style='background: #FFF'></td>
5022
+ </tr>
5023
+ <?php break;
5024
+ case 18: /* ------------------------- Custom URL Fields ---------------------------------------*/
5025
+ case 19:
5026
+ case 20:
5027
+ case 21:
5028
+ case 22:
5029
+ $customurlfieldid = $arrayelements - 17;
5030
+
5031
+ if ( $genoptions['customurl' . $customurlfieldid . 'active'] ) {
5032
+ ?>
5033
+ <tr>
5034
+ <td style='background-color: #5ccccc;color:#fff' class="lltooltip" title='<?php _e( 'This column allows for the output of text/code before and after the URL', 'link-library' ); ?>'><?php echo $arrayelements; ?>- <?php echo $genoptions['customurl' . $customurlfieldid . 'label']; ?></td>
5035
+ <td style='text-align:center;background: #FFF'>
5036
+ <select name="displaycustomurl<?php echo $customurlfieldid; ?>" id="displaycustomurl<?php echo $customurlfieldid; ?>" style="width:80px;">
5037
+ <option value="false"<?php selected( $options['displaycustomurl' . $customurlfieldid] == 'false' ); ?>><?php _e( 'False', 'link-library' ); ?></option>
5038
+ <option value="address"<?php selected( $options['displaycustomurl' . $customurlfieldid] == 'address' ); ?>><?php _e( 'Web Address Link', 'link-library' ); ?></option>
5039
+ <option value="addressonly"<?php selected( $options['displaycustomurl' . $customurlfieldid] == 'addressonly' ); ?>><?php _e( 'Plain Web Address', 'link-library' ); ?></option>
5040
+ <option value="label"<?php selected( $options['displaycustomurl' . $customurlfieldid] == 'label' ); ?>><?php _e( 'Text Label with Link', 'link-library' ); ?></option>
5041
+ </select>
5042
+ </td>
5043
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed before the URL', 'link-library' ); ?>'>
5044
+ <input type="text" id="beforecustomurl<?php echo $customurlfieldid; ?>" name="beforecustomurl<?php echo $customurlfieldid; ?>" size="22" value="<?php echo stripslashes( $options['beforecustomurl' . $customurlfieldid] ); ?>" />
5045
+ </td>
5046
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Code/Text to be displayed after URL', 'link-library' ); ?>'>
5047
+ <input type="text" id="aftercustomurl<?php echo $customurlfieldid; ?>" name="aftercustomurl<?php echo $customurlfieldid; ?>" size="22" value="<?php echo stripslashes( $options['aftercustomurl' . $customurlfieldid] ); ?>" />
5048
+ </td>
5049
+ <td style='background: #FFF'>
5050
+ <input class="lltooltip" title='<?php _e( 'Text Label that the URL will be assigned to.', 'link-library' ); ?>' type="text" id="labelcustomurl<?php echo $customurlfieldid; ?>" name="labelcustomurl<?php echo $customurlfieldid; ?>" size="22" value="<?php echo stripslashes( $options['labelcustomurl' . $customurlfieldid] ); ?>" />
5051
+ </td>
5052
+ <td style='background: #FFF'><input class="lltooltip" title='<?php _e( 'Target that will be assigned to URL', 'link-library' ); ?>' type="text" id="customurl<?php echo $customurlfieldid; ?>target" name="customurl<?php echo $customurlfieldid; ?>target" size="22" value="<?php echo stripslashes( $options['customurl' . $customurlfieldid . 'target'] ); ?>" /></td>
5053
+ </tr>
5054
+ <?php } break;
5055
+ }
5056
+ }
5057
+ }
5058
+ ?>
5059
+ <tr>
5060
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after each link', 'link-library' ); ?>'><?php _e( 'After Link Block', 'link-library' ); ?></td>
5061
+ <td style='background: #FFF'></td>
5062
+ <td style='background: #FFF'></td>
5063
+ <td style='background: #FFF' class="lltooltip" title='<?php _e( 'Output after complete link group (link, notes, desc, etc...)', 'link-library' ); ?>'>
5064
+ <input type="text" id="afteritem" name="afteritem" size="22" value="<?php echo stripslashes( $options['afteritem'] ); ?>" />
5065
+ </td>
5066
+ <td style='background: #FFF'></td>
5067
+ <td style='background: #FFF'></td>
5068
+ </tr>
5069
+ <tr>
5070
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after a number of links determined in the first column', 'link-library' ); ?>'><?php _e( 'Intermittent After Link', 'link-library' ); ?></td>
5071
+ <td style='background: #FFF'></td>
5072
+ <td style='background: #FFF'></td>
5073
+ <td style='background: #FFF'>
5074
+ <input type="text" id="addafterlink" name="addafterlink" size="22" value="<?php echo stripslashes( $options['addafterlink'] ); ?>" />
5075
+ </td>
5076
+ <td style='background: #FFF'></td>
5077
+ <td style='background: #FFF'></td>
5078
+ </tr>
5079
+ <tr>
5080
+ <td class="lltooltip" title='<?php _e( 'This column allows for the output of text/code after the last link in each category', 'link-library' ); ?>'><?php _e( 'After last link', 'link-library' ); ?></td>
5081
+ <td style='background: #FFF'></td><td style='background: #FFF'></td>
5082
+ <td style='background: #FFF'>
5083
+ <input type="text" id="afterlastlink" name="afterlastlink" size="22" value="<?php echo stripslashes( $options['afterlastlink'] ); ?>" />
5084
+ </td>
5085
+ <td style='background: #FFF'></td><td style='background: #FFF'></td>
5086
+ </tr>
5087
+ </table>
5088
+ </table>
5089
+ <br />
5090
+ <table>
5091
+ <tr>
5092
+ <td>
5093
+ <?php _e( 'Convert [] to &lt;&gt; in Link Description and Notes', 'link-library' ); ?>
5094
+ </td>
5095
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5096
+ <input type="checkbox" id="use_html_tags" name="use_html_tags" <?php checked( $options['use_html_tags'] ); ?>/>
5097
+ </td>
5098
+ </tr>
5099
+ <tr>
5100
+ <td>
5101
+ <?php _e( 'Add nofollow tag to outgoing links', 'link-library' ); ?>
5102
+ </td>
5103
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5104
+ <input type="checkbox" id="nofollow" name="nofollow" <?php checked( $options['nofollow'] ); ?>/>
5105
+ </td>
5106
+ <td></td>
5107
+ <td>
5108
+ <?php _e( 'Suppress noreferrer and noopener tags on links', 'link-library' ); ?>
5109
+ </td>
5110
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5111
+ <input type="checkbox" id="suppressnoreferrer" name="suppressnoreferrer" <?php checked( $options['suppressnoreferrer'] ); ?>/>
5112
+ </td>
5113
+ </tr>
5114
+ <tr>
5115
+ <td>
5116
+ <?php _e( 'Show edit links when logged in as editor or administrator', 'link-library' ); ?>
5117
+ </td>
5118
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5119
+ <input type="checkbox" id="showadmineditlinks" name="showadmineditlinks" <?php checked( $options['showadmineditlinks'] ); ?>/>
5120
+ </td>
5121
+ </tr>
5122
+ <tr>
5123
+ <td>
5124
+ <?php _e( 'Show link name when no image is assigned', 'link-library' ); ?>
5125
+ </td>
5126
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5127
+ <input type="checkbox" id="shownameifnoimage" name="shownameifnoimage" <?php checked( $options['shownameifnoimage'] ); ?>/>
5128
+ </td>
5129
+ <td></td>
5130
+ <td>
5131
+ <?php _e( 'Do not output fields with no value', 'link-library' ); ?>
5132
+ </td>
5133
+ <td style='width:75px;padding:0px 20px 0px 20px'>
5134
+ <input type="checkbox" id="nooutputempty" name="nooutputempty" <?php checked( $options['nooutputempty'] ); ?>/>
5135
+ </td>
5136
+ </tr>
5137
+ </table>
5138
+ </div>
5139
+ <?php
5140
+ }
5141
+
5142
+ function settingssets_linkpopup_meta_box( $data ) {
5143
+ $options = $data['options'];
5144
+ $settings = $data['settings'];
5145
+ ?>
5146
+ <div style='padding-top:15px' id="ll-popup" class="content-section">
5147
+ <table>
5148
+ <tr>
5149
+ <td style='width:175px;'><?php _e( 'Enable link Pop-Ups', 'link-library' ); ?></td>
5150
+ <td style='width:75px;padding-right:20px'>
5151
+ <input type="checkbox" id="enable_link_popup" name="enable_link_popup" <?php ( isset( $options['enable_link_popup'] ) ? checked( $options['enable_link_popup'] ) : '' ); ?>/>
5152
+ </td>
5153
+ <td><?php _e( 'Pop-Up Width', 'link-library' ); ?></td>
5154
+ <td>
5155
+ <input type="text" id="popup_width" name="popup_width" size="4" value="<?php if ( !isset( $options['popup_width'] ) || empty( $options['popup_width'] ) ) {
5156
+ echo '300';
5157
+ } else {
5158
+ echo strval( $options['popup_width'] );
5159
+ } ?>" /></td>
5160
+ <td><?php _e( 'Pop-Up Height', 'link-library' ); ?></td>
5161
+ <td>
5162
+ <input type="text" id="popup_height" name="popup_height" size="4" value="<?php if ( !isset( $options['popup_height'] ) || empty( $options['popup_height'] ) ) {
5163
+ echo '400';
5164
+ } else {
5165
+ echo strval( $options['popup_height'] );
5166
+ } ?>" /></td>
5167
+ </tr>
5168
+ <tr>
5169
+ <td><?php _e( 'Dialog contents', 'link-library' ); ?></td>
5170
+ <td colspan="5">
5171
+ <textarea id="link_popup_text" name="link_popup_text" cols="80" /><?php echo( isset( $options['link_popup_text'] ) ? stripslashes( $options['link_popup_text'] ) : '' ); ?></textarea>
5172
+ </td>
5173
+ </tr>
5174
+ </table>
5175
+ </div>
5176
+ <?php
5177
+ }
5178
+
5179
+ function settingssets_rssconfig_meta_box( $data ) {
5180
+ $options = $data['options'];
5181
+ $settings = $data['settings'];
5182
+ ?>
5183
+ <div style='padding-top:15px' id="ll-rssdisplay" class="content-section">
5184
+ <table>
5185
+ <tr>
5186
+ <td>
5187
+ <?php _e( 'Show RSS Link using Text', 'link-library' ); ?>
5188
+ </td>
5189
+ <td style='width:75px;padding-right:20px'>
5190
+ <input type="checkbox" id="show_rss" name="show_rss" <?php checked( $options['show_rss'] ); ?>/>
5191
+ </td>
5192
+ <td>
5193
+ <?php _e( 'Show RSS Link using Standard Icon', 'link-library' ); ?>
5194
+ </td>
5195
+ <td style='width:75px;padding-right:20px'>
5196
+ <input type="checkbox" id="show_rss_icon" name="show_rss_icon" <?php checked( $options['show_rss_icon'] ); ?>/>
5197
+ </td>
5198
+ <td></td>
5199
+ <td style='width:75px;padding-right:20px'></td>
5200
+ </tr>
5201
+ <tr>
5202
+ <td>
5203
+ <?php _e( 'Show RSS Preview Link', 'link-library' ); ?>
5204
+ </td>
5205
+ <td>
5206
+ <input type="checkbox" id="rsspreview" name="rsspreview" <?php checked( $options['rsspreview'] ); ?>/>
5207
+ </td>
5208
+ <td>
5209
+ <?php _e( 'Number of articles shown in RSS Preview', 'link-library' ); ?>
5210
+ </td>
5211
+ <td>
5212
+ <input type="text" id="rsspreviewcount" name="rsspreviewcount" size="2" value="<?php echo strval( $options['rsspreviewcount'] ); ?>" />
5213
+ </td>
5214
+ <td>
5215
+ <?php _e( 'Show RSS Feed Headers in Link Library output', 'link-library' ); ?>
5216
+ </td>
5217
+ <td>
5218
+ <input type="checkbox" id="rssfeedinline" name="rssfeedinline" <?php checked( $options['rssfeedinline'] ); ?>/>
5219
+ </td>
5220
+ </tr>
5221
+ <tr>
5222
+ <td>
5223
+ <?php _e( 'Show RSS Feed Content in Link Library output', 'link-library' ); ?>
5224
+ </td>
5225
+ <td>
5226
+ <input type="checkbox" id="rssfeedinlinecontent" name="rssfeedinlinecontent" <?php checked( $options['rssfeedinlinecontent'] ); ?>/>
5227
+ </td>
5228
+ <td>
5229
+ <?php _e( 'Number of RSS articles shown in Link Library Output', 'link-library' ); ?>
5230
+ </td>
5231
+ <td>
5232
+ <input type="text" id="rssfeedinlinecount" name="rssfeedinlinecount" size="2" value="<?php echo strval( $options['rssfeedinlinecount'] ); ?>" />
5233
+ </td>
5234
+ <td><?php _e( 'Max number of days since published', 'link-library' ); ?></td>
5235
+ <td><input type="text" id="rssfeedinlinedayspublished" name="rssfeedinlinedayspublished" size="2" value="<?php echo strval( $options['rssfeedinlinedayspublished'] ); ?>" /></td>
5236
+ </tr>
5237
+ <tr>
5238
+ <td><?php _e( 'RSS Preview Width', 'link-library' ); ?></td>
5239
+ <td>
5240
+ <input type="text" id="rsspreviewwidth" name="rsspreviewwidth" size="5" value="<?php echo strval( $options['rsspreviewwidth'] ); ?>" /></td></td>
5241
+ <td><?php _e( 'RSS Preview Height', 'link-library' ); ?></td>
5242
+ <td><input type="text" id="rsspreviewheight" name="rsspreviewheight" size="5" value="<?php echo strval( $options['rsspreviewheight'] ); ?>" /></td>
5243
+ <td><?php _e( 'Skip links with no RSS inline items', 'link-library' ); ?></td>
5244
+ <td><input type="checkbox" id="rssfeedinlineskipempty" name="rssfeedinlineskipempty" <?php checked( $options['rssfeedinlineskipempty'] ); ?>/></td>
5245
+ </tr>
5246
+ </table>
5247
+ </div>
5248
+ <?php
5249
+ }
5250
+
5251
+ function settingssets_thumbnails_meta_box( $data ) {
5252
+ $options = $data['options'];
5253
+ $genoptions = $data['genoptions'];
5254
+ $settings = $data['settings'];
5255
+ ?>
5256
+
5257
+ <div style='padding-top:15px' id="ll-thumbnails" class="content-section">
5258
+ <table>
5259
+ <tr>
5260
+ <td style='width: 400px' class='lltooltip' title='<?php _e( 'Checking this option will get images from the Robothumb web site every time', 'link-library' ); ?>.'>
5261
+ <?php _e( 'Use thumbnail service for dynamic link images', 'link-library' ); ?>
5262
+ </td>
5263
+ <td class='lltooltip' title='<?php _e( 'Checking this option will get images from the thumbshots web site every time', 'link-library' ); ?>.' style='width:75px;padding-right:20px'>
5264
+ <input type="checkbox" id="usethumbshotsforimages" name="usethumbshotsforimages" <?php checked( $options['usethumbshotsforimages'] ); ?>/>
5265
+ </td>
5266
+ </tr>
5267
+ <tr>
5268
+ <td>
5269
+ <?php _e( 'Give priority to images assigned to links if present', 'link-library' ); ?>
5270
+ </td>
5271
+ <td>
5272
+ <input type="checkbox" id="uselocalimagesoverthumbshots" name="uselocalimagesoverthumbshots" <?php checked( $options['uselocalimagesoverthumbshots'] ); ?>/></td>
5273
+ </tr>
5274
+ <tr>
5275
+ <td><?php _e( 'Generate Images / Favorite Icons', 'link-library' ); ?></td>
5276
+ <td class="lltooltip" title="<?php if ( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) ) {
5277
+ _e( 'This button is only available when a valid API key is entered under the Link Library General Settings.', 'link-library' );
5278
+ } ?>"><INPUT type="button" name="genthumbs" <?php disabled( $genoptions['thumbnailgenerator'] == 'thumbshots' && empty( $genoptions['thumbshotscid'] ) ); ?> value="<?php _e( 'Generate Thumbnails and Store locally', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=<?php echo $settings; ?>&amp;genthumbs=<?php echo $settings; ?>'">
5279
+ </td>
5280
+ <td>
5281
+ <INPUT type="button" name="genfavicons" value="<?php _e( 'Generate Favorite Icons and Store locally', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;settings=<?php echo $settings; ?>&amp;genfavicons=<?php echo $settings; ?>'">
5282
+ </td>
5283
+ </tr>
5284
+ <tr>
5285
+ <td><?php _e( 'Delete all local thumbnails and icons', 'link-library' ); ?></td>
5286
+ <td><INPUT type="button" name="deleteallthumbs" value="<?php _e( 'Delete all local thumbnails', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;deleteallthumbs=1'"></td>
5287
+ <td><INPUT type="button" name="deleteallicons" value="<?php _e( 'Delete all local icons', 'link-library' ); ?>" onClick="window.location= 'admin.php?page=link-library-settingssets&amp;deleteallicons=1'"></td>
5288
+ </tr>
5289
+ </table>
5290
+ </div>
5291
+ <?php
5292
+ }
5293
+
5294
+ function settingssets_rssgen_meta_box( $data ) {
5295
+ $options = $data['options'];
5296
+ $settings = $data['settings'];
5297
+ ?>
5298
+
5299
+ <div style='padding-top:15px' id="ll-rssfeed" class="content-section">
5300
+ <table>
5301
+ <tr>
5302
+ <td>
5303
+ <?php _e( 'Publish RSS Feed', 'link-library' ); ?>
5304
+ </td>
5305
+ <td style='width:75px;padding-right:20px'>
5306
+ <input type="checkbox" id="publishrssfeed" name="publishrssfeed" <?php checked( $options['publishrssfeed'] ); ?>/>
5307
+ </td>
5308
+ <td><?php _e( 'Number of items in RSS feed', 'link-library' ); ?></td>
5309
+ <td style='width:75px;padding-right:20px'>
5310
+ <input type="text" id="numberofrssitems" name="numberofrssitems" size="3" value="<?php if ( empty( $options['numberofrssitems'] ) ) {
5311
+ echo '10';
5312
+ } else {
5313
+ echo strval( $options['numberofrssitems'] );
5314
+ } ?>" /></td>
5315
+ </tr>
5316
+ <tr>
5317
+ <td><?php _e( 'RSS Feed Title', 'link-library' ); ?></td>
5318
+ <td colspan=3>
5319
+ <input type="text" id="rssfeedtitle" name="rssfeedtitle" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeedtitle'] ) ) ); ?>" />
5320
+ </td>
5321
+ </tr>
5322
+ <tr>
5323
+ <td><?php _e( 'RSS Feed Description', 'link-library' ); ?></td>
5324
+ <td colspan=3>
5325
+ <input type="text" id="rssfeeddescription" name="rssfeeddescription" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeeddescription'] ) ) ); ?>" />
5326
+ </td>
5327
+ </tr>
5328
+ <tr>
5329
+ <td><?php _e( 'RSS Feed Web Address (default yoursite.com/feed/linklibraryfeed?settingsset=1 )', 'link-library' ); ?></td>
5330
+ <td colspan=3>
5331
+ <input type="text" id="rssfeedaddress" name="rssfeedaddress" size="80" value="<?php echo strval( esc_html( stripslashes( $options['rssfeedaddress'] ) ) ); ?>" />
5332
+ </td>
5333
+ </tr>
5334
+ </table>
5335
+ </div>
5336
+ <?php
5337
+ }
5338
+
5339
+ function settingssets_search_meta_box( $data ) {
5340
+ $options = $data['options'];
5341
+ $settings = $data['settings'];
5342
+ ?>
5343
+ <div style='padding-top:15px' id="ll-searchfield" class="content-section">
5344
+ <table>
5345
+ <tr>
5346
+ <td style='width:200px'><?php _e( 'Search Label', 'link-library' ); ?></td>
5347
+ <?php if ( empty( $options['searchlabel'] ) ) {
5348
+ $options['searchlabel'] = __( 'Search', 'link-library' );
5349
+ } ?>
5350
+ <td style='padding-right:20px'>
5351
+ <input type="text" id="searchlabel" name="searchlabel" size="30" value="<?php echo $options['searchlabel']; ?>" />
5352
+ </td>
5353
+ </tr>
5354
+ <tr>
5355
+ <td style='width:200px'><?php _e( 'Search Field Initial Text', 'link-library' ); ?></td>
5356
+ <?php if ( empty( $options['searchfieldtext'] ) ) {
5357
+ $options['searchfieldtext'] = __( 'Search', 'link-library' );
5358
+ } ?>
5359
+ <td style='padding-right:20px'>
5360
+ <input type="text" id="searchfieldtext" name="searchfieldtext" size="30" value="<?php echo $options['searchfieldtext']; ?>" />
5361
+ </td>
5362
+ </tr>
5363
+ <tr>
5364
+ <td style='width:200px'><?php _e( 'Search No Results Text', 'link-library' ); ?></td>
5365
+ <?php if ( empty( $options['searchnoresultstext'] ) ) {
5366
+ $options['searchnoresultstext'] = __( 'No links found matching your search criteria', 'link-library' );
5367
+ } ?>
5368
+ <td style='padding-right:20px'>
5369
+ <input type="text" id="searchnoresultstext" name="searchnoresultstext" size="80" value="<?php echo $options['searchnoresultstext']; ?>" />
5370
+ </td>
5371
+ </tr>
5372
+ <tr>
5373
+ <td class="lltooltip" title='<?php _e( 'Leave empty when links are to be displayed on same page as search box', 'link-library' ); ?>'><?php _e( 'Results Page Address', 'link-library' ); ?></td>
5374
+ <td class="lltooltip" title='<?php _e( 'Leave empty when links are to be displayed on same page as search box', 'link-library' ); ?>'>
5375
+ <input type="text" id="searchresultsaddress" name="searchresultsaddress" size="80" value="<?php echo strval( esc_html( stripslashes( $options['searchresultsaddress'] ) ) ); ?>" />
5376
+ </td>
5377
+ </tr>
5378
+ <tr>
5379
+ <td>
5380
+ <?php _e( 'Show Reset Search button', 'link-library' ); ?>
5381
+ </td>
5382
+ <td style='width:75px;padding-right:20px'>
5383
+ <input type="checkbox" id="showsearchreset" name="showsearchreset" <?php checked( $options['showsearchreset'] ); ?>/>
5384
+ </td>
5385
+ </tr>
5386
+ <tr>
5387
+ <td>
5388
+ <?php _e( 'Display search text in search results page search box', 'link-library' ); ?>
5389
+ </td>
5390
+ <td style='width:75px;padding-right:20px'>
5391
+ <input type="checkbox" id="searchtextinsearchbox" name="searchtextinsearchbox" <?php checked( $options['searchtextinsearchbox'] ); ?>/>
5392
+ </td>
5393
+ </tr>
5394
+ </table>
5395
+ </div>
5396
+ <?php
5397
+ }
5398
+
5399
+ function settingssets_linksubmission_meta_box( $data ) {
5400
+ $options = $data['options'];
5401
+ $settings = $data['settings'];
5402
+
5403
+ if ( $options['showaddlinkrss'] === false ) {
5404
+ $options['showaddlinkrss'] = 'hide';
5405
+ } elseif ( $options['showaddlinkrss'] === true ) {
5406
+ $options['showaddlinkrss'] = 'show';
5407
+ }
5408
+
5409
+ if ( $options['showaddlinkdesc'] === false ) {
5410
+ $options['showaddlinkdesc'] = 'hide';
5411
+ } elseif ( $options['showaddlinkdesc'] === true ) {
5412
+ $options['showaddlinkdesc'] = 'show';
5413
+ }
5414
+
5415
+ if ( $options['showaddlinkcat'] === false ) {
5416
+ $options['showaddlinkcat'] = 'hide';
5417
+ } elseif ( $options['showaddlinkcat'] === true ) {
5418
+ $options['showaddlinkcat'] = 'show';
5419
+ }
5420
+
5421
+ if ( $options['showaddlinknotes'] === false ) {
5422
+ $options['showaddlinknotes'] = 'hide';
5423
+ } elseif ( $options['showaddlinknotes'] === true ) {
5424
+ $options['showaddlinknotes'] = 'show';
5425
+ }
5426
+
5427
+ if ( $options['addlinkcustomcat'] === false ) {
5428
+ $options['addlinkcustomcat'] = 'hide';
5429
+ } elseif ( $options['addlinkcustomcat'] === true ) {
5430
+ $options['addlinkcustomcat'] = 'show';
5431
+ }
5432
+
5433
+ if ( $options['showaddlinkreciprocal'] === false ) {
5434
+ $options['showaddlinkreciprocal'] = 'hide';
5435
+ } elseif ( $options['showaddlinkreciprocal'] === true ) {
5436
+ $options['showaddlinkreciprocal'] = 'show';
5437
+ }
5438
+
5439
+ if ( $options['showaddlinksecondurl'] === false ) {
5440
+ $options['showaddlinksecondurl'] = 'hide';
5441
+ } elseif ( $options['showaddlinksecondurl'] === true ) {
5442
+ $options['showaddlinksecondurl'] = 'show';
5443
+ }
5444
+
5445
+ if ( $options['showaddlinktelephone'] === false ) {
5446
+ $options['showaddlinktelephone'] = 'hide';
5447
+ } elseif ( $options['showaddlinktelephone'] === true ) {
5448
+ $options['showaddlinktelephone'] = 'show';
5449
+ }
5450
+
5451
+ if ( $options['showaddlinkemail'] === false ) {
5452
+ $options['showaddlinkemail'] = 'hide';
5453
+ } elseif ( $options['showaddlinkemail'] === true ) {
5454
+ $options['showaddlinkemail'] = 'show';
5455
+ }
5456
+
5457
+ if ( $options['showlinksubmittername'] === false ) {
5458
+ $options['showlinksubmittername'] = 'hide';
5459
+ } elseif ( $options['showlinksubmittername'] === true ) {
5460
+ $options['showlinksubmittername'] = 'show';
5461
+ }
5462
+
5463
+ if ( $options['showaddlinksubmitteremail'] === false ) {
5464
+ $options['showaddlinksubmitteremail'] = 'hide';
5465
+ } elseif ( $options['showaddlinksubmitteremail'] === true ) {
5466
+ $options['showaddlinksubmitteremail'] = 'show';
5467
+ }
5468
+
5469
+ if ( $options['showlinksubmittercomment'] === false ) {
5470
+ $options['showlinksubmittercomment'] = 'hide';
5471
+ } elseif ( $options['showlinksubmittercomment'] === true ) {
5472
+ $options['showlinksubmittercomment'] = 'show';
5473
+ }
5474
+
5475
+ if ( $options['showcustomcaptcha'] === false ) {
5476
+ $options['showcustomcaptcha'] = 'hide';
5477
+ } elseif ( $options['showcustomcaptcha'] === true ) {
5478
+ $options['showcustomcaptcha'] = 'show';
5479
+ }
5480
+
5481
+ if ( $options['showuserlargedescription'] === false ) {
5482
+ $options['showuserlargedescription'] = 'hide';
5483
+ } elseif ( $options['showuserlargedescription'] === true ) {
5484
+ $options['showuserlargedescription'] = 'show';
5485
+ }
5486
+ ?>
5487
+ <div style='padding-top:15px' id="ll-userform" class="content-section">
5488
+
5489
+ <table class='widefat' style='width:100%;margin:15px 5px 10px 0px;clear:none;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
5490
+ <thead>
5491
+ <th style='width: 60px'>Field Name</th>
5492
+ <th style='width: 120px'><?php _e( 'Display', 'link-library' ); ?></th>
5493
+ <th style='width: 80px'><?php _e( 'Label', 'link-library' ); ?></th>
5494
+ <th style='width: 80px'><?php _e( 'Tooltip', 'link-library' ); ?></th>
5495
+ <th style='width: 80px'><?php _e( 'Additional Details', 'link-library' ); ?></th>
5496
+ </thead>
5497
+ <tr>
5498
+ <td style='width: 60px'>Form Title</td>
5499
+ <td></td>
5500
+ <td><input type="text" id="addnewlinkmsg" name="addnewlinkmsg" size="30" value="<?php echo $options['addnewlinkmsg']; ?>" /></td>
5501
+ <td></td>
5502
+ <td></td>
5503
+ </tr>
5504
+ <tr>
5505
+ <td><?php _e( 'Link Name', 'link-library' ); ?></td>
5506
+ <td style='width: 120px'></td>
5507
+ <td><input type="text" id="linknamelabel" name="linknamelabel" size="30" value="<?php echo $options['linknamelabel']; ?>" /></td>
5508
+ <td><input type="text" id="linknametooltip" name="linknametooltip" size="30" value="<?php echo $options['linknametooltip']; ?>" /></td>
5509
+ <td></td>
5510
+ </tr>
5511
+ <tr>
5512
+ <td><?php _e( 'Link Address', 'link-library' ); ?></td>
5513
+ <td></td>
5514
+ <td><input type="text" id="linkaddrlabel" name="linkaddrlabel" size="30" value="<?php echo $options['linkaddrlabel']; ?>" /></td>
5515
+ <td><input type="text" id="linkaddrtooltip" name="linkaddrtooltip" size="30" value="<?php echo $options['linkaddrtooltip']; ?>" /></td>
5516
+ <td></td>
5517
+ </tr>
5518
+ <tr>
5519
+ <td style='width:200px' class="lltooltip" title="Selecting to display the link file field will hide the link address field since they are mutually exclusive"><?php _e( 'Link File', 'link-library' ); ?></td>
5520
+ <td style='width: 20px' class="lltooltip" title="Selecting to display the link file field will hide the link address field since they are mutually exclusive"><select name="showaddlinkfile" id="showaddlinkfile" style="width:80px;">
5521
+ <option value="hide"<?php selected( $options['showaddlinkfile'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5522
+ <option value="show"<?php selected( $options['showaddlinkfile'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5523
+ </select></td>
5524
+ <td class="lltooltip" title="Selecting to display the link file field will hide the link address field since they are mutually exclusive"><input type="text" id="linkfilelabel" name="linkfilelabel" size="30" value="<?php echo $options['linkfilelabel']; ?>" /></td>
5525
+ <td class="lltooltip" title="Selecting to display the link file field will hide the link address field since they are mutually exclusive"><input type="text" id="linkfiletooltip" name="linkfiletooltip" size="30" value="<?php echo $options['linkfiletooltip']; ?>" /></td>
5526
+ <td class="lltooltip" title="<?php _e( 'Link file types allowed', 'link-library' ); ?>"><input type="text" id="linkfileallowedtypes" name="linkfileallowedtypes" size="30" value="<?php echo $options['linkfileallowedtypes']; ?>" /></td>
5527
+ </tr>
5528
+ <tr>
5529
+ <td><?php _e( 'Link RSS', 'link-library' ); ?></td>
5530
+ <td><select name="showaddlinkrss" id="showaddlinkrss" style="width:80px;">
5531
+ <option value="hide"<?php selected( $options['showaddlinkrss'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5532
+ <option value="show"<?php selected( $options['showaddlinkrss'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5533
+ <option value="required"<?php selected( $options['showaddlinkrss'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5534
+ </select></td>
5535
+ <td><input type="text" id="linkrsslabel" name="linkrsslabel" size="30" value="<?php echo $options['linkrsslabel']; ?>" />
5536
+ </td>
5537
+ <td><input type="text" id="linkrsstooltip" name="linkrsstooltip" size="30" value="<?php echo $options['linkrsstooltip']; ?>" /></td>
5538
+ <td></td>
5539
+ </tr>
5540
+ <tr>
5541
+ <td><?php _e( 'Link Category', 'link-library' ); ?></td>
5542
+ <td><select name="showaddlinkcat" id="showaddlinkcat" style="width:120px;">
5543
+ <option value="hide"<?php selected( $options['showaddlinkcat'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5544
+ <option value="show"<?php selected( $options['showaddlinkcat'] == 'show' ); ?>><?php _e( 'Drop-down list', 'link-library' ); ?></option>
5545
+ <option value="selectmultiple"<?php selected( $options['showaddlinkcat'] == 'selectmultiple' ); ?>><?php _e( 'Multi-select list', 'link-library' ); ?></option>
5546
+ </select></td>
5547
+ <td><input type="text" id="linkcatlabel" name="linkcatlabel" size="30" value="<?php echo $options['linkcatlabel']; ?>" /></td>
5548
+ <td>
5549
+ <input type="text" id="linkcattooltip" name="linkcattooltip" size="30" value="<?php echo $options['linkcattooltip']; ?>" />
5550
+ </td>
5551
+ <td colspan=3 class='lltooltip' title='<?php _e( 'Comma-seperated list of categories to be displayed in category selection box (e.g. 1,5,4)', 'link-library' ); ?>'>
5552
+ <input type="text" id="addlinkcatlistoverride" name="addlinkcatlistoverride" size="50" value="<?php echo $options['addlinkcatlistoverride']; ?>" />
5553
+ <td style='width:200px'></td>
5554
+ </tr>
5555
+ <tr>
5556
+ <td></td>
5557
+ <td></td>
5558
+ <td class="lltooltip" title="<?php _e( 'Select a category label', 'link-library' ); ?>"><input type="text" id="userlinkcatselectionlabel" name="userlinkcatselectionlabel" size="30" value="<?php echo $options['userlinkcatselectionlabel']; ?>" /></td>
5559
+ <td></td>
5560
+ <td class="lltooltip" title="<?php _e( 'Select a category label', 'link-library' ); ?>"><?php
5561
+
5562
+ $include_links_array = explode( ',', $options['categorylist_cpt'] );
5563
+ $excluded_links_array = explode( ',', $options['excludecategorylist_cpt'] );
5564
+ $link_categories_query_args = array( 'hide_empty' => false );
5565
+ $link_categories_query_args['include'] = $include_links_array;
5566
+ $link_categories_query_args['exclude'] = $excluded_links_array;
5567
+ $linkcats = get_terms( 'link_library_category', $link_categories_query_args );
5568
+
5569
+ if ( $linkcats ) { ?>
5570
+ <select name="addlinkdefaultcat" id="addlinkdefaultcat" value="<?php echo $options['addlinkdefaultcat']; ?>">
5571
+ <option value="nodefaultcat">No default category</option>
5572
+ <?php foreach ( $linkcats as $linkcat ) { ?>
5573
+ <option value="<?php echo $linkcat->term_id; ?>" <?php selected( $linkcat->term_id, $options['addlinkdefaultcat'] ); ?>><?php echo $linkcat->name; ?></option>
5574
+ <?php } ?>
5575
+ </select>
5576
+ <?php } ?></td>
5577
+ </tr>
5578
+ <tr>
5579
+ <td><?php _e( 'User-submitted Category', 'link-library' ); ?></td>
5580
+ <td><select name="addlinkcustomcat" id="addlinkcustomcat" style="width:60px;">
5581
+ <option value="hide"<?php selected( $options['addlinkcustomcat'] == 'hide' ); ?>><?php _e( 'No', 'link-library' ); ?></option>
5582
+ <option value="show"<?php selected( $options['addlinkcustomcat'] == 'show' ); ?>><?php _e( 'Allow', 'link-library' ); ?></option>
5583
+ </select></td>
5584
+ <td><input type="text" id="linkcustomcatlabel" name="linkcustomcatlabel" size="30" value="<?php echo $options['linkcustomcatlabel']; ?>" /></td>
5585
+ <td class="lltooltip" title="<?php _e( 'User-submitted category prompt', 'link-library' ); ?>"><input type="text" id="linkusercattooltip" name="linkusercattooltip" size="30" value="<?php echo $options['linkusercattooltip']; ?>" /></td>
5586
+ <td class="lltooltip" title="<?php _e( 'User-submitted category prompt', 'link-library' ); ?>"><input type="text" id="linkcustomcatlistentry" name="linkcustomcatlistentry" size="50" value="<?php echo $options['linkcustomcatlistentry']; ?>" /></td>
5587
+ </tr>
5588
+ <tr>
5589
+ <td><?php _e( 'Tags', 'link-library' ); ?></td>
5590
+ <td><select name="showaddlinktags" id="showaddlinktags" style="width:80px;">
5591
+ <option value="hide"<?php selected( $options['showaddlinktags'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5592
+ <option value="show"<?php selected( $options['showaddlinktags'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5593
+ </select></td>
5594
+ <td><input type="text" id="linktagslabel" name="linktagslabel" size="30" value="<?php echo $options['linktagslabel']; ?>" /></td>
5595
+ <td><input type="text" id="linktagtooltip" name="linktagtooltip" size="30" value="<?php echo $options['linktagtooltip']; ?>" /></td>
5596
+ <td class="lltooltip" title="<?php _e( 'Comma-seperated list of tag IDs to be displayed in category selection box (e.g. 1,5,4) instead of displaying all tags', 'link-library' ); ?>"><input type="text" id="addlinktaglistoverride" name="addlinktaglistoverride" size="50" value="<?php echo $options['addlinktaglistoverride']; ?>" /></td>
5597
+ </tr>
5598
+ <tr>
5599
+ <td><?php _e( 'User-Submitted Tags', 'link-library' ); ?></td>
5600
+ <td><select name="addlinkcustomtag" id="addlinkcustomtag" style="width:80px;">
5601
+ <option value="hide"<?php selected( $options['addlinkcustomtag'] == 'hide' ); ?>><?php _e( 'No', 'link-library' ); ?></option>
5602
+ <option value="show"<?php selected( $options['addlinkcustomtag'] == 'show' ); ?>><?php _e( 'Allow', 'link-library' ); ?></option>
5603
+ </select></td>
5604
+ <td><input type="text" id="linkcustomtaglabel" name="linkcustomtaglabel" size="30" value="<?php echo $options['linkcustomtaglabel']; ?>" /></td>
5605
+ <td></td>
5606
+ <td class="lltooltip" title="<?php _e( 'User-submitted tags prompt', 'link-library' ); ?>"><input type="text" id="linkcustomtaglistentry" name="linkcustomtaglistentry" size="50" value="<?php echo $options['linkcustomtaglistentry']; ?>" /></td>
5607
+ </tr>
5608
+ <tr>
5609
+ <td><?php _e( 'Link Description', 'link-library' ); ?></td>
5610
+ <td><select name="showaddlinkdesc" id="showaddlinkdesc" style="width:80px;">
5611
+ <option value="hide"<?php selected( $options['showaddlinkdesc'] == 'hide' ); ?>><?php _e( 'Hide', 'link-library' ); ?></option>
5612
+ <option value="show"<?php selected( $options['showaddlinkdesc'] == 'show' ); ?>><?php _e( 'Show', 'link-library' ); ?></option>
5613
+ <option value="required"<?php selected( $options['showaddlinkdesc'] == 'required' ); ?>><?php _e( 'Required', 'link-library' ); ?></option>
5614
+ </select></td>
5615
+ <td><input type="text" id="linkdesclabel" name="linkdesclabel" size="30" value="<?php echo $options['linkdesclabel']; ?>" /></td>
5616
+ <td><input type="text" id="linkdesctooltip" name="linkdesctooltip" size="30" value="<?php echo $options['lin