WP Maintenance - Version 5.0.6

Version Description

  • SECURITY UPDATE : Adding NONCE to forms
  • Change image defaut
Download this release

Release Info

Developer Florent73
Plugin Icon 128x128 WP Maintenance
Version 5.0.6
Comparing to
See all releases

Code changes from version 5.0.5 to 5.0.6

classes/wp-maintenance.php CHANGED
@@ -68,7 +68,9 @@ class WP_maintenance {
68
  'titre_maintenance' => __('This site is down for maintenance', 'wp-maintenance'),
69
  'text_maintenance' => __('Come back quickly!', 'wp-maintenance'),
70
  'userlimit' => 'administrator',
71
- 'image' => WP_PLUGIN_URL.'/wp-maintenance/images/default.png',
 
 
72
  'font_title' => 'PT Sans',
73
  'font_title_size' => 40,
74
  'font_title_weigth' => 'normal',
@@ -91,8 +93,6 @@ class WP_maintenance {
91
  'color_button_onclick' => '#333333',
92
  'color_button_hover' => '#cccccc',
93
  'color_button' => '#1e73be',
94
- 'image_width' => 250,
95
- 'image_height' => 100,
96
  'newletter' => 0,
97
  'active_cpt' => 0,
98
  'newletter_font_text' => 'PT Sans',
68
  'titre_maintenance' => __('This site is down for maintenance', 'wp-maintenance'),
69
  'text_maintenance' => __('Come back quickly!', 'wp-maintenance'),
70
  'userlimit' => 'administrator',
71
+ 'image' => WP_PLUGIN_URL.'/wp-maintenance/images/default2.png',
72
+ 'image_width' => 450,
73
+ 'image_height' => 450,
74
  'font_title' => 'PT Sans',
75
  'font_title_size' => 40,
76
  'font_title_weigth' => 'normal',
93
  'color_button_onclick' => '#333333',
94
  'color_button_hover' => '#cccccc',
95
  'color_button' => '#1e73be',
 
 
96
  'newletter' => 0,
97
  'active_cpt' => 0,
98
  'newletter_font_text' => 'PT Sans',
images/default.png CHANGED
Binary file
images/default1.png ADDED
Binary file
images/default2.png ADDED
Binary file
images/default3.png ADDED
Binary file
includes/functions.php CHANGED
@@ -140,11 +140,11 @@ function wpm_sidebar() {
140
  $wpmSidebar .= '<div style="border: 1px solid #ddd;background-color:#fff;padding:10px;text-align:center;margin-bottom:5px;">'.__('ABOUT', 'wp-maintenance').'</div>';
141
 
142
  $wpmSidebar .= '<div style="text-align:justify;background-color:#fff;padding:10px;margin-bottom: 10px;">'.__('This plugin has been developed for you for free by <a href="https://restezconnectes.fr" target="_blank">Florent Maillefaud</a>. It is royalty free, you can take it, modify it, distribute it as you see fit.', 'wp-maintenance').'<br /><br />';
143
- $wpmSidebar .= ''.__('Visit', 'wp-maintenance').' <a href="https://wpmaintenance.info" target="_blank">WP Maintenance</a>, '.__('try the demo of the plugin, talk about this plugin to your surroundings!', 'wp-maintenance').'<br /><br />';
144
  /* FAIRE UN DON SUR PAYPAL */
145
  $wpmSidebar .= ''.__('Support this extension and my other developments (French Paypal):', 'wp-maintenance').'<br /><br />
146
  <div style="width:220px;margin-left:auto;margin-right:auto;padding:5px;">
147
- <a href="https://paypal.me/RestezConnectes/10" target="_blank" class="wpmclassname">
148
  <img src="'.WPM_PLUGIN_URL.'images/donate.png" valign="bottom" width="64" /> Donate now!
149
  </a>
150
  </div>
140
  $wpmSidebar .= '<div style="border: 1px solid #ddd;background-color:#fff;padding:10px;text-align:center;margin-bottom:5px;">'.__('ABOUT', 'wp-maintenance').'</div>';
141
 
142
  $wpmSidebar .= '<div style="text-align:justify;background-color:#fff;padding:10px;margin-bottom: 10px;">'.__('This plugin has been developed for you for free by <a href="https://restezconnectes.fr" target="_blank">Florent Maillefaud</a>. It is royalty free, you can take it, modify it, distribute it as you see fit.', 'wp-maintenance').'<br /><br />';
143
+ $wpmSidebar .= ''.__('Visit', 'wp-maintenance').' <a href="https://madeby.restezconnectes.fr" target="_blank">WP Maintenance</a>, '.__('try the demo of the plugin, talk about this plugin to your surroundings!', 'wp-maintenance').'<br /><br />';
144
  /* FAIRE UN DON SUR PAYPAL */
145
  $wpmSidebar .= ''.__('Support this extension and my other developments (French Paypal):', 'wp-maintenance').'<br /><br />
146
  <div style="width:220px;margin-left:auto;margin-right:auto;padding:5px;">
147
+ <a href="https://paypal.me/RestezConnectes/20" target="_blank" class="wpmclassname">
148
  <img src="'.WPM_PLUGIN_URL.'images/donate.png" valign="bottom" width="64" /> Donate now!
149
  </a>
150
  </div>
languages/wp-maintenance-fr_FR.mo CHANGED
Binary file
languages/wp-maintenance-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
- "POT-Creation-Date: 2018-08-18 20:19+0200\n"
5
- "PO-Revision-Date: 2018-08-20 22:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
@@ -21,19 +21,19 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
- #: classes/countdown.php:35
25
  msgid "Days"
26
  msgstr "Jours"
27
 
28
- #: classes/countdown.php:35
29
  msgid "Hours"
30
  msgstr "Heures"
31
 
32
- #: classes/countdown.php:35
33
  msgid "Minutes"
34
  msgstr "Minutes"
35
 
36
- #: classes/countdown.php:37
37
  msgid "Seconds"
38
  msgstr "Secondes"
39
 
@@ -53,73 +53,72 @@ msgstr "Ce site est fermé pour maintenance"
53
  msgid "Come back quickly!"
54
  msgstr "Nous revenons rapidement !"
55
 
56
- #: classes/wp-maintenance.php:177 classes/wp-maintenance.php:293
57
- #: classes/wp-maintenance.php:344 views/wp-maintenance-settings.php:57
58
  msgid "Settings"
59
  msgstr "Réglages"
60
 
61
  #. Plugin Name of the plugin/theme
62
- #: classes/wp-maintenance.php:231 classes/wp-maintenance.php:236
63
- #: includes/functions.php:176
64
  msgid "WP Maintenance"
65
  msgstr "WP Maintenance"
66
 
67
- #: classes/wp-maintenance.php:253
68
  msgid "Colors"
69
  msgstr "Couleurs"
70
 
71
- #: classes/wp-maintenance.php:263 classes/wp-maintenance.php:338
72
  msgid "Pictures"
73
  msgstr "Images"
74
 
75
- #: classes/wp-maintenance.php:273 views/wp-maintenance-countdown.php:24
76
  msgid "Countdown"
77
  msgstr "Compte à rebours"
78
 
79
- #: classes/wp-maintenance.php:283
80
  msgid "CSS"
81
  msgstr "CSS"
82
 
83
- #: classes/wp-maintenance.php:334 views/wp-maintenance-dashboard.php:53
84
  msgid "General"
85
  msgstr "Général"
86
 
87
- #: classes/wp-maintenance.php:336 views/wp-maintenance-colors.php:41
88
  msgid "Colors & Fonts"
89
  msgstr "Couleurs & Polices"
90
 
91
- #: classes/wp-maintenance.php:340
92
  msgid "CountDown"
93
  msgstr "Compte à rebours"
94
 
95
- #: classes/wp-maintenance.php:342 views/wp-maintenance-css.php:36
96
  msgid "CSS Style"
97
  msgstr "Style CSS"
98
 
99
- #: classes/wp-maintenance.php:403
100
  msgid "Choose This Image"
101
  msgstr "Choisir cette image"
102
 
103
- #: classes/wp-maintenance.php:404
104
  msgid "Choose Image"
105
  msgstr "Choisir une image"
106
 
107
- #: classes/wp-maintenance.php:418 classes/wp-maintenance.php:426
108
- #: classes/wp-maintenance.php:434 classes/wp-maintenance.php:443
109
- #: classes/wp-maintenance.php:452 classes/wp-maintenance.php:461
110
  msgid "You do not have sufficient privileges to access this page."
111
  msgstr ""
112
  "Vous n'avez pas les autorisations suffisantes pour accéder à cette page."
113
 
114
- #: classes/wp-maintenance.php:535
115
  msgid "Please upload a valid .json file"
116
  msgstr "Veuillez téléverser un fichier .json valide"
117
 
118
- #: classes/wp-maintenance.php:541
119
  msgid "Please upload a file to import"
120
  msgstr "Veuillez téléverser un fichier à importer"
121
 
122
- #: classes/wp-maintenance.php:551
123
  msgid "New settings imported successfully!"
124
  msgstr "Nouveaux paramètres importés avec succès !"
125
 
@@ -155,11 +154,11 @@ msgstr "Aller aux options de la feuille de style CSS"
155
  msgid "Go to Settings options"
156
  msgstr "Aller aux paramètrages"
157
 
158
- #: includes/functions.php:138
159
  msgid "ABOUT"
160
  msgstr "A PROPOS"
161
 
162
- #: includes/functions.php:140
163
  msgid ""
164
  "This plugin has been developed for you for free by <a href=\"https://"
165
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
@@ -170,337 +169,337 @@ msgstr ""
170
  "Elle est libre de droits, vous pouvez la prendre, la modifier, la distribuer "
171
  "comme bon vous semble."
172
 
173
- #: includes/functions.php:141
174
  msgid "Visit"
175
  msgstr "Visitez"
176
 
177
- #: includes/functions.php:141
178
  msgid ""
179
  "try the demo of the plugin, talk about this plugin to your surroundings!"
180
  msgstr "essayez la démo de cette extension et parlez-en à votre entourage !"
181
 
182
- #: includes/functions.php:143
183
  msgid "Support this extension and my other developments (French Paypal):"
184
  msgstr "Soutenez cette extension et mes autres développements (PayPal) :"
185
 
186
- #: includes/functions.php:155
187
  msgid "DISCOVER"
188
  msgstr "DÉCOUVRIR"
189
 
190
- #: includes/functions.php:176
191
  msgid "is brought to you by"
192
  msgstr "vous est proposé par"
193
 
194
- #: includes/functions.php:176
195
  msgid "If you found this plugin useful"
196
  msgstr "Si vous avez trouvé cette extension utile"
197
 
198
- #: includes/functions.php:176
199
  msgid "give it 5 &#9733; on WordPress.org"
200
  msgstr "donnez-lui 5 &#9733; sur WordPress.org"
201
 
202
- #: themes/default/functions.php:51
203
  msgid "Dashboard"
204
  msgstr "Tableau de bord"
205
 
206
- #: views/wp-maintenance-colors.php:49
207
  msgid "Choice general colors:"
208
  msgstr "Choix des couleurs générales :"
209
 
210
- #: views/wp-maintenance-colors.php:50
211
  msgid "Background page color:"
212
  msgstr "Couleur du fond de page :"
213
 
214
- #: views/wp-maintenance-colors.php:51
215
  msgid "Header color:"
216
  msgstr "Couleur d'entête :"
217
 
218
- #: views/wp-maintenance-colors.php:54
219
  msgid "Choice texts fonts and colors:"
220
  msgstr "Choix des polices et couleurs des textes :"
221
 
222
- #: views/wp-maintenance-colors.php:55
223
  msgid "Title color:"
224
  msgstr "Couleur du titre :"
225
 
226
- #: views/wp-maintenance-colors.php:58
227
  msgid "Title font settings"
228
  msgstr "Paramètres de la police du titre"
229
 
230
- #: views/wp-maintenance-colors.php:65 views/wp-maintenance-colors.php:105
231
- #: views/wp-maintenance-colors.php:174 views/wp-maintenance-colors.php:195
232
- #: views/wp-maintenance-colors.php:246
233
  msgid "Size:"
234
  msgstr "Taille :"
235
 
236
- #: views/wp-maintenance-colors.php:77 views/wp-maintenance-colors.php:86
237
- #: views/wp-maintenance-colors.php:117 views/wp-maintenance-colors.php:126
238
- #: views/wp-maintenance-colors.php:142 views/wp-maintenance-colors.php:207
239
- #: views/wp-maintenance-colors.php:216 views/wp-maintenance-colors.php:258
240
- #: views/wp-maintenance-colors.php:267 views/wp-maintenance-countdown.php:58
241
- #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
242
- #: views/wp-maintenance-css.php:56 views/wp-maintenance-dashboard.php:64
243
- #: views/wp-maintenance-dashboard.php:124
244
- #: views/wp-maintenance-dashboard.php:148
245
- #: views/wp-maintenance-dashboard.php:199
246
- #: views/wp-maintenance-dashboard.php:284
247
- #: views/wp-maintenance-dashboard.php:301 views/wp-maintenance-picture.php:94
248
- #: views/wp-maintenance-picture.php:159 views/wp-maintenance-picture.php:191
249
- #: views/wp-maintenance-picture.php:198 views/wp-maintenance-settings.php:69
250
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
251
  msgid "Yes"
252
  msgstr "Oui"
253
 
254
- #: views/wp-maintenance-colors.php:79 views/wp-maintenance-colors.php:88
255
- #: views/wp-maintenance-colors.php:119 views/wp-maintenance-colors.php:128
256
- #: views/wp-maintenance-colors.php:144 views/wp-maintenance-colors.php:209
257
- #: views/wp-maintenance-colors.php:218 views/wp-maintenance-colors.php:260
258
- #: views/wp-maintenance-colors.php:269 views/wp-maintenance-countdown.php:60
259
- #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
260
- #: views/wp-maintenance-css.php:58 views/wp-maintenance-dashboard.php:66
261
- #: views/wp-maintenance-dashboard.php:126
262
- #: views/wp-maintenance-dashboard.php:150
263
- #: views/wp-maintenance-dashboard.php:201
264
- #: views/wp-maintenance-dashboard.php:286
265
- #: views/wp-maintenance-dashboard.php:303 views/wp-maintenance-picture.php:96
266
- #: views/wp-maintenance-picture.php:161 views/wp-maintenance-picture.php:193
267
- #: views/wp-maintenance-picture.php:200 views/wp-maintenance-settings.php:71
268
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
269
  msgid "No"
270
  msgstr "Non"
271
 
272
- #: views/wp-maintenance-colors.php:97
273
  msgid "Text color:"
274
  msgstr "Couleur du texte :"
275
 
276
- #: views/wp-maintenance-colors.php:98 views/wp-maintenance-colors.php:188
277
  msgid "Text font settings"
278
  msgstr "Paramètres de la police du texte"
279
 
280
- #: views/wp-maintenance-colors.php:138
281
  msgid "Activate Frame"
282
  msgstr "Activer le cadre"
283
 
284
- #: views/wp-maintenance-colors.php:151
285
  msgid "Color:"
286
  msgstr "Couleur :"
287
 
288
- #: views/wp-maintenance-colors.php:152
289
  msgid "Opacity:"
290
  msgstr "Opacité :"
291
 
292
- #: views/wp-maintenance-colors.php:154 views/wp-maintenance-picture.php:183
293
  msgid "Width:"
294
  msgstr "Largeur :"
295
 
296
- #: views/wp-maintenance-colors.php:162
297
  msgid "Choice countdown fonts and colors:"
298
  msgstr "Choix des polices et couleurs du compte à rebours :"
299
 
300
- #: views/wp-maintenance-colors.php:163
301
  msgid "Countdown text color:"
302
  msgstr "Couleur du texte du compteur :"
303
 
304
- #: views/wp-maintenance-colors.php:164
305
  msgid "Countdown background color:"
306
  msgstr "Couleur du fond du compteur :"
307
 
308
- #: views/wp-maintenance-colors.php:167
309
  msgid "Countdown font settings"
310
  msgstr "Paramètres de la police du compte à rebours"
311
 
312
- #: views/wp-maintenance-colors.php:183
313
  msgid "Choice fonts and colors bottom page:"
314
  msgstr "Choix des polices et couleurs du bas de page :"
315
 
316
- #: views/wp-maintenance-colors.php:184
317
  msgid "Bottom color:"
318
  msgstr "Couleur du fond :"
319
 
320
- #: views/wp-maintenance-colors.php:185
321
  msgid "Text bottom color:"
322
  msgstr "Couleur du texte :"
323
 
324
- #: views/wp-maintenance-colors.php:227
325
  msgid "Choice form color:"
326
  msgstr "Choisir les couleurs du formulaire :"
327
 
328
- #: views/wp-maintenance-colors.php:278
329
  msgid "Field text color:"
330
  msgstr "Couleur du texte dans les champs :"
331
 
332
- #: views/wp-maintenance-colors.php:280
333
  msgid "Field border color:"
334
  msgstr "Couleur de bordure des champs :"
335
 
336
- #: views/wp-maintenance-colors.php:282
337
  msgid "Field background color:"
338
  msgstr "Couleur de fond des champs :"
339
 
340
- #: views/wp-maintenance-colors.php:283
341
  msgid "Button text color:"
342
  msgstr "Couleur du texte dans le bouton :"
343
 
344
- #: views/wp-maintenance-colors.php:287
345
  msgid "Button color:"
346
  msgstr "Couleur du bouton :"
347
 
348
- #: views/wp-maintenance-colors.php:290
349
  msgid "Button color hover:"
350
  msgstr "Couleur du bouton au survol :"
351
 
352
- #: views/wp-maintenance-colors.php:292
353
  msgid "Button color onclick:"
354
  msgstr "Couleur du bouton au click :"
355
 
356
- #: views/wp-maintenance-colors.php:299
357
  #, php-format
358
  msgid "Enable %s to customize the forms"
359
  msgstr "Activer %s pour personnaliser les formulaires"
360
 
361
- #: views/wp-maintenance-colors.php:299
362
  msgid "newsletter option"
363
  msgstr "options de newsletter"
364
 
365
- #: views/wp-maintenance-colors.php:303
366
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
367
  msgstr ""
368
  "Activer les extensions Mailpoet ou MailChimp personnaliser les formulaires"
369
 
370
- #: views/wp-maintenance-countdown.php:50
371
  msgid "Enable a countdown ?"
372
  msgstr "Activer le compte à rebours ?"
373
 
374
- #: views/wp-maintenance-countdown.php:70
375
  msgid "Personnalize Colors and Fonts"
376
  msgstr "Personnaliser les couleurs et polices"
377
 
378
- #: views/wp-maintenance-countdown.php:89
379
  msgid "Select the launch date/time"
380
  msgstr "Sélectionner une date et heure de lancement"
381
 
382
- #: views/wp-maintenance-countdown.php:89
383
  msgid "at"
384
  msgstr "à"
385
 
386
- #: views/wp-maintenance-countdown.php:101
387
  msgid "Enable seconds ?"
388
  msgstr "Afficher les secondes ?"
389
 
390
- #: views/wp-maintenance-countdown.php:113
391
  msgid "Disable maintenance mode at the end of the countdown?"
392
  msgstr "Désactiver le mode maintenance à la fin du compte à rebours ?"
393
 
394
- #: views/wp-maintenance-countdown.php:117
395
  msgid "End message:"
396
  msgstr "Message de fin :"
397
 
398
- #: views/wp-maintenance-countdown.php:148
399
  msgid "January"
400
  msgstr "Janvier"
401
 
402
- #: views/wp-maintenance-countdown.php:148
403
  msgid "February"
404
  msgstr "Février"
405
 
406
- #: views/wp-maintenance-countdown.php:148
407
  msgid "March"
408
  msgstr "Mars"
409
 
410
- #: views/wp-maintenance-countdown.php:148
411
  msgid "April"
412
  msgstr "Avril"
413
 
414
- #: views/wp-maintenance-countdown.php:148
415
  msgid "May"
416
  msgstr "Mai"
417
 
418
- #: views/wp-maintenance-countdown.php:148
419
  msgid "June"
420
  msgstr "Juin"
421
 
422
- #: views/wp-maintenance-countdown.php:148
423
  msgid "July"
424
  msgstr "Juillet"
425
 
426
- #: views/wp-maintenance-countdown.php:148
427
  msgid "August"
428
  msgstr "Août"
429
 
430
- #: views/wp-maintenance-countdown.php:148
431
  msgid "September"
432
  msgstr "Septembre"
433
 
434
- #: views/wp-maintenance-countdown.php:148
435
  msgid "October"
436
  msgstr "Octobre"
437
 
438
- #: views/wp-maintenance-countdown.php:148
439
  msgid "November"
440
  msgstr "Novembre"
441
 
442
- #: views/wp-maintenance-countdown.php:148
443
  msgid "December"
444
  msgstr "Décembre"
445
 
446
- #: views/wp-maintenance-countdown.php:150
447
  msgid "Sunday"
448
  msgstr "Dimanche"
449
 
450
- #: views/wp-maintenance-countdown.php:150
451
  msgid "Monday"
452
  msgstr "Lundi"
453
 
454
- #: views/wp-maintenance-countdown.php:150
455
  msgid "Tuesday"
456
  msgstr "Mardi"
457
 
458
- #: views/wp-maintenance-countdown.php:150
459
  msgid "Wednesday"
460
  msgstr "Mercredi"
461
 
462
- #: views/wp-maintenance-countdown.php:150
463
  msgid "Thurday"
464
  msgstr "Jeudi"
465
 
466
- #: views/wp-maintenance-countdown.php:150
467
  msgid "Friday"
468
  msgstr "Vendredi"
469
 
470
- #: views/wp-maintenance-countdown.php:150
471
  msgid "Saturday"
472
  msgstr "Samedi"
473
 
474
- #: views/wp-maintenance-countdown.php:151
475
  msgid "Today"
476
  msgstr "Aujourd'hui"
477
 
478
- #: views/wp-maintenance-countdown.php:152
479
  msgid "Delete"
480
  msgstr "Supprimer"
481
 
482
- #: views/wp-maintenance-countdown.php:153
483
- #: views/wp-maintenance-countdown.php:172
484
  msgid "Close"
485
  msgstr "Fermer"
486
 
487
- #: views/wp-maintenance-countdown.php:156
488
  msgid "Next month"
489
  msgstr "Mois suivant"
490
 
491
- #: views/wp-maintenance-countdown.php:157
492
  msgid "Previous month"
493
  msgstr "Mois précédent"
494
 
495
- #: views/wp-maintenance-countdown.php:158
496
  msgid "Select a month"
497
  msgstr "Sélectionner un mois"
498
 
499
- #: views/wp-maintenance-countdown.php:159
500
  msgid "Select a year"
501
  msgstr "Sélectionner une année"
502
 
503
- #: views/wp-maintenance-css.php:44
504
  msgid ""
505
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
506
  "\" to retrieve the default style sheet."
@@ -508,79 +507,79 @@ msgstr ""
508
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
509
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
510
 
511
- #: views/wp-maintenance-css.php:52
512
  msgid "Reset default CSS stylesheet ?"
513
  msgstr "Réinitialiser la feuille de style ?"
514
 
515
- #: views/wp-maintenance-css.php:67
516
  msgid "Markers for colors"
517
  msgstr "Marqueurs pour les couleurs"
518
 
519
- #: views/wp-maintenance-css.php:72
520
  msgid "Use this code for text color"
521
  msgstr "Utiliser ce code pour la couleur du texte"
522
 
523
- #: views/wp-maintenance-css.php:76
524
  msgid "Use this code for background text color"
525
  msgstr "Utiliser ce code pour la couleur de fond du texte"
526
 
527
- #: views/wp-maintenance-css.php:80
528
  msgid "Use this code for background color countdown"
529
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
530
 
531
- #: views/wp-maintenance-css.php:84
532
  msgid "Use this code for size countdown"
533
  msgstr "Utiliser ce code pour la taille du compte à rebours"
534
 
535
- #: views/wp-maintenance-css.php:88
536
  msgid "Use this code for countdown color"
537
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
538
 
539
- #: views/wp-maintenance-css.php:93
540
  msgid "Need CSS code for MailPoet plugin?"
541
  msgstr "Besoin de code CSS pour le plugin MailPoet ?"
542
 
543
- #: views/wp-maintenance-css.php:94 views/wp-maintenance-css.php:109
544
  msgid "Click for select all"
545
  msgstr "Cliquez pour tout sélectionner"
546
 
547
- #: views/wp-maintenance-css.php:108
548
  msgid "Need CSS code for MailChimp plugin?"
549
  msgstr "Besoin de code CSS pour le plugin MailChimp ?"
550
 
551
- #: views/wp-maintenance-dashboard.php:60
552
  msgid "Enable maintenance mode:"
553
  msgstr "Activer le mode maintenance :"
554
 
555
- #: views/wp-maintenance-dashboard.php:74
556
  msgid "Title and text for the maintenance page:"
557
  msgstr "Titre et Texte de la page maintenance :"
558
 
559
- #: views/wp-maintenance-dashboard.php:75
560
  msgid "Title:"
561
  msgstr "Titre :"
562
 
563
- #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:245
564
  msgid "Text:"
565
  msgstr "Texte :"
566
 
567
- #: views/wp-maintenance-dashboard.php:96
568
  msgid "Text in the bottom of maintenance page:"
569
  msgstr "Texte du bas de la page de maintenance :"
570
 
571
- #: views/wp-maintenance-dashboard.php:120
572
  msgid "Enable login access in the bottom ?"
573
  msgstr "Permettre l’accès de connexion en bas de page ?"
574
 
575
- #: views/wp-maintenance-dashboard.php:134
576
  msgid "Enter a text to go to the dashboard:"
577
  msgstr "Entrer une phrase pour aller au tableau de bord :"
578
 
579
- #: views/wp-maintenance-dashboard.php:136
580
  msgid "Eg: connect to %DASHBOARD% here!"
581
  msgstr "Ex : Connectez-vous au %DASHBOARD% !"
582
 
583
- #: views/wp-maintenance-dashboard.php:136
584
  msgid ""
585
  "(%DASHBOARD% will be replaced with the link to the dashboard and the word "
586
  "\"Dashboard\")"
@@ -588,33 +587,33 @@ msgstr ""
588
  "(%DASHBOARD% sera remplacé par le mot \"Tableau de bord\" et le lien vers "
589
  "celui-ci)"
590
 
591
- #: views/wp-maintenance-dashboard.php:144
592
  msgid "Enable SEO:"
593
  msgstr "Activer SEO :"
594
 
595
- #: views/wp-maintenance-dashboard.php:158
596
  msgid "SEO Title"
597
  msgstr "Titre SEO"
598
 
599
- #: views/wp-maintenance-dashboard.php:160
600
  msgid "SEO Meta Description"
601
  msgstr "Méta description SEO"
602
 
603
- #: views/wp-maintenance-dashboard.php:165
604
  msgid "Add a favicon"
605
  msgstr "Ajouter un favicon"
606
 
607
- #: views/wp-maintenance-dashboard.php:168 views/wp-maintenance-picture.php:71
608
- #: views/wp-maintenance-picture.php:106
609
  msgid "Enter a URL or upload an image."
610
  msgstr "Entrez une url ou mettez en ligne une image."
611
 
612
- #: views/wp-maintenance-dashboard.php:169 views/wp-maintenance-picture.php:72
613
- #: views/wp-maintenance-picture.php:107 views/wp-maintenance-picture.php:216
614
  msgid "Media Image Library"
615
  msgstr "Bibliothèque d'Images"
616
 
617
- #: views/wp-maintenance-dashboard.php:170
618
  msgid ""
619
  "Favicons are displayed in a browser tab. Need Help <a href=\"https://"
620
  "realfavicongenerator.net/\" target=\"_blank\">creating a favicon</a>?"
@@ -623,109 +622,109 @@ msgstr ""
623
  "sur la <a href=\"http://tools.dynamicdrive.com/favicon/\" target=\"_blank"
624
  "\">création d’un favicon</a> ?"
625
 
626
- #: views/wp-maintenance-dashboard.php:174
627
  msgid "You use this favicon:"
628
  msgstr "Vous utilisez ce favicon :"
629
 
630
- #: views/wp-maintenance-dashboard.php:182
631
  msgid "Analytics Code"
632
  msgstr "Code Google Analytics"
633
 
634
- #: views/wp-maintenance-dashboard.php:184
635
  msgid "Enter your Google analytics tracking ID here:"
636
  msgstr "Enter votre ID de suivi de Google Analytics ici :"
637
 
638
- #: views/wp-maintenance-dashboard.php:186
639
  msgid "Enter your domain URL:"
640
  msgstr "Entrer l'URL de votre domaine :"
641
 
642
- #: views/wp-maintenance-dashboard.php:195
643
  msgid "Enable Social Networks:"
644
  msgstr "Activer les réseaux sociaux :"
645
 
646
- #: views/wp-maintenance-dashboard.php:209
647
  msgid "Enter text for the title icons:"
648
  msgstr "Entrez un texte pour la balise title des icônes :"
649
 
650
- #: views/wp-maintenance-dashboard.php:210
651
  msgid "Follow me on"
652
  msgstr "Suivez-moi sur"
653
 
654
- #: views/wp-maintenance-dashboard.php:212
655
  msgid "Drad and drop the lines to put in the order you want:"
656
  msgstr ""
657
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
658
 
659
- #: views/wp-maintenance-dashboard.php:241
660
  msgid "Choose icons size:"
661
  msgstr "Choisissez la taille des icônes :"
662
 
663
- #: views/wp-maintenance-dashboard.php:252
664
  msgid "Choose icons style:"
665
  msgstr "Choisissez le style des icônes :"
666
 
667
- #: views/wp-maintenance-dashboard.php:264 views/wp-maintenance-picture.php:206
668
  msgid "Position:"
669
  msgstr "Position :"
670
 
671
- #: views/wp-maintenance-dashboard.php:266
672
  msgid "Top"
673
  msgstr "Haut"
674
 
675
- #: views/wp-maintenance-dashboard.php:267
676
  msgid "Bottom"
677
  msgstr "Bas"
678
 
679
- #: views/wp-maintenance-dashboard.php:270
680
  msgid "Align:"
681
  msgstr "Alignement :"
682
 
683
- #: views/wp-maintenance-dashboard.php:272
684
  msgid "Left"
685
  msgstr "Gauche"
686
 
687
- #: views/wp-maintenance-dashboard.php:273
688
  msgid "Center"
689
  msgstr "Centre"
690
 
691
- #: views/wp-maintenance-dashboard.php:274
692
  msgid "Right"
693
  msgstr "Droite"
694
 
695
- #: views/wp-maintenance-dashboard.php:277
696
  msgid "You have your own icons? Enter the folder name of your theme here:"
697
  msgstr ""
698
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
699
 
700
- #: views/wp-maintenance-dashboard.php:280
701
  msgid "Reset Social Icon?"
702
  msgstr "Réinitialiser les icônes des réseaux sociaux ?"
703
 
704
- #: views/wp-maintenance-dashboard.php:297
705
  msgid "Enable Newletter:"
706
  msgstr "Activer l'encart de newletter :"
707
 
708
- #: views/wp-maintenance-dashboard.php:311
709
  msgid "Enter title for the newletter block:"
710
  msgstr "Entrez un titre pour l'encart de la newsletter :"
711
 
712
- #: views/wp-maintenance-dashboard.php:313
713
  msgid "Enter your newletter shortcode here:"
714
  msgstr "Entrez le Shortcode de la newletter ici :"
715
 
716
- #: views/wp-maintenance-dashboard.php:315
717
  msgid "Or enter your newletter iframe code here:"
718
  msgstr "Ou entrez le code iframe de la newsletter ici :"
719
 
720
- #: views/wp-maintenance-picture.php:61
721
  msgid "Picture"
722
  msgstr "Image"
723
 
724
- #: views/wp-maintenance-picture.php:70
725
  msgid "Header picture"
726
  msgstr "Image d'entête"
727
 
728
- #: views/wp-maintenance-picture.php:73
729
  msgid ""
730
  "URL path to image to replace default WordPress Logo. (You can upload your "
731
  "image with the WordPress media uploader)"
@@ -733,83 +732,87 @@ msgstr ""
733
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
734
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
735
 
736
- #: views/wp-maintenance-picture.php:74
737
- msgid "Your Logo width (Enter in pixels). Default: 310px"
738
- msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 310px"
739
 
740
- #: views/wp-maintenance-picture.php:75
741
- msgid "Your Logo Height (Enter in pixels). Default: 185px"
742
- msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 185px"
743
 
744
- #: views/wp-maintenance-picture.php:80
745
  msgid "You use this picture:"
746
  msgstr "Image actuelle :"
747
 
748
- #: views/wp-maintenance-picture.php:90
749
  msgid "Background picture or pattern"
750
  msgstr "Image de fond ou un modèle"
751
 
752
- #: views/wp-maintenance-picture.php:108
753
  msgid "Background picture options"
754
  msgstr "Options de l'image de fond"
755
 
756
- #: views/wp-maintenance-picture.php:114
757
  msgid "Fixed"
758
  msgstr "Fixe"
759
 
760
- #: views/wp-maintenance-picture.php:120
 
 
 
 
761
  msgid "You use this background picture:"
762
  msgstr "Image de fond actuelle :"
763
 
764
- #: views/wp-maintenance-picture.php:128
765
  msgid "Or choose a pattern:"
766
  msgstr "Ou choisissez un pattern de fond :"
767
 
768
- #: views/wp-maintenance-picture.php:131
769
  msgid "NO PATTERN"
770
  msgstr "AUCUN PATTERN"
771
 
772
- #: views/wp-maintenance-picture.php:144
773
  msgid "You use this pattern:"
774
  msgstr "Vous utilisez ce modèle :"
775
 
776
- #: views/wp-maintenance-picture.php:155
777
  msgid "Enable Slider"
778
  msgstr "Activer le Slider"
779
 
780
- #: views/wp-maintenance-picture.php:168
781
  msgid "Slider image options"
782
  msgstr "Options du Slider"
783
 
784
- #: views/wp-maintenance-picture.php:182
785
  msgid "Speed:"
786
  msgstr "Vitesse :"
787
 
788
- #: views/wp-maintenance-picture.php:188
789
  msgid "Display Auto Slider:"
790
  msgstr "Afficher le Slider en auto :"
791
 
792
- #: views/wp-maintenance-picture.php:195
793
  msgid "Display button navigation:"
794
  msgstr "Afficher les boutons navigation :"
795
 
796
- #: views/wp-maintenance-picture.php:208
797
  msgid "Above logo"
798
  msgstr "Au-dessus du logo"
799
 
800
- #: views/wp-maintenance-picture.php:209
801
  msgid "Below logo"
802
  msgstr "Au-dessous du logo"
803
 
804
- #: views/wp-maintenance-picture.php:210
805
  msgid "Below title & text"
806
  msgstr "Au-dessous du titre & texte"
807
 
808
- #: views/wp-maintenance-picture.php:246
809
  msgid "Link:"
810
  msgstr "Lien :"
811
 
812
- #: views/wp-maintenance-picture.php:249
813
  msgid "Delete this slide"
814
  msgstr "Supprimer ce slide"
815
 
@@ -954,8 +957,8 @@ msgid "Florent Maillefaud"
954
  msgstr "Florent Maillefaud"
955
 
956
  #. Author URI of the plugin/theme
957
- msgid "https://wpmaintenance.info"
958
- msgstr "https://wpmaintenance.info"
959
 
960
  #~ msgid "Enable Google Analytics:"
961
  #~ msgstr "Activer Google Analytics :"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
+ "POT-Creation-Date: 2019-11-17 03:57+0100\n"
5
+ "PO-Revision-Date: 2019-11-17 03:58+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: classes/countdown.php:38
25
  msgid "Days"
26
  msgstr "Jours"
27
 
28
+ #: classes/countdown.php:38
29
  msgid "Hours"
30
  msgstr "Heures"
31
 
32
+ #: classes/countdown.php:38
33
  msgid "Minutes"
34
  msgstr "Minutes"
35
 
36
+ #: classes/countdown.php:40
37
  msgid "Seconds"
38
  msgstr "Secondes"
39
 
53
  msgid "Come back quickly!"
54
  msgstr "Nous revenons rapidement !"
55
 
56
+ #: classes/wp-maintenance.php:177 classes/wp-maintenance.php:297
57
+ #: classes/wp-maintenance.php:348 views/wp-maintenance-settings.php:57
58
  msgid "Settings"
59
  msgstr "Réglages"
60
 
61
  #. Plugin Name of the plugin/theme
62
+ #: classes/wp-maintenance.php:234 includes/functions.php:178
 
63
  msgid "WP Maintenance"
64
  msgstr "WP Maintenance"
65
 
66
+ #: classes/wp-maintenance.php:257
67
  msgid "Colors"
68
  msgstr "Couleurs"
69
 
70
+ #: classes/wp-maintenance.php:267 classes/wp-maintenance.php:342
71
  msgid "Pictures"
72
  msgstr "Images"
73
 
74
+ #: classes/wp-maintenance.php:277 views/wp-maintenance-countdown.php:25
75
  msgid "Countdown"
76
  msgstr "Compte à rebours"
77
 
78
+ #: classes/wp-maintenance.php:287
79
  msgid "CSS"
80
  msgstr "CSS"
81
 
82
+ #: classes/wp-maintenance.php:338 views/wp-maintenance-dashboard.php:54
83
  msgid "General"
84
  msgstr "Général"
85
 
86
+ #: classes/wp-maintenance.php:340 views/wp-maintenance-colors.php:42
87
  msgid "Colors & Fonts"
88
  msgstr "Couleurs & Polices"
89
 
90
+ #: classes/wp-maintenance.php:344
91
  msgid "CountDown"
92
  msgstr "Compte à rebours"
93
 
94
+ #: classes/wp-maintenance.php:346 views/wp-maintenance-css.php:37
95
  msgid "CSS Style"
96
  msgstr "Style CSS"
97
 
98
+ #: classes/wp-maintenance.php:407
99
  msgid "Choose This Image"
100
  msgstr "Choisir cette image"
101
 
102
+ #: classes/wp-maintenance.php:408
103
  msgid "Choose Image"
104
  msgstr "Choisir une image"
105
 
106
+ #: classes/wp-maintenance.php:422 classes/wp-maintenance.php:430
107
+ #: classes/wp-maintenance.php:438 classes/wp-maintenance.php:447
108
+ #: classes/wp-maintenance.php:456 classes/wp-maintenance.php:465
109
  msgid "You do not have sufficient privileges to access this page."
110
  msgstr ""
111
  "Vous n'avez pas les autorisations suffisantes pour accéder à cette page."
112
 
113
+ #: classes/wp-maintenance.php:539
114
  msgid "Please upload a valid .json file"
115
  msgstr "Veuillez téléverser un fichier .json valide"
116
 
117
+ #: classes/wp-maintenance.php:545
118
  msgid "Please upload a file to import"
119
  msgstr "Veuillez téléverser un fichier à importer"
120
 
121
+ #: classes/wp-maintenance.php:555
122
  msgid "New settings imported successfully!"
123
  msgstr "Nouveaux paramètres importés avec succès !"
124
 
154
  msgid "Go to Settings options"
155
  msgstr "Aller aux paramètrages"
156
 
157
+ #: includes/functions.php:140
158
  msgid "ABOUT"
159
  msgstr "A PROPOS"
160
 
161
+ #: includes/functions.php:142
162
  msgid ""
163
  "This plugin has been developed for you for free by <a href=\"https://"
164
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
169
  "Elle est libre de droits, vous pouvez la prendre, la modifier, la distribuer "
170
  "comme bon vous semble."
171
 
172
+ #: includes/functions.php:143
173
  msgid "Visit"
174
  msgstr "Visitez"
175
 
176
+ #: includes/functions.php:143
177
  msgid ""
178
  "try the demo of the plugin, talk about this plugin to your surroundings!"
179
  msgstr "essayez la démo de cette extension et parlez-en à votre entourage !"
180
 
181
+ #: includes/functions.php:145
182
  msgid "Support this extension and my other developments (French Paypal):"
183
  msgstr "Soutenez cette extension et mes autres développements (PayPal) :"
184
 
185
+ #: includes/functions.php:157
186
  msgid "DISCOVER"
187
  msgstr "DÉCOUVRIR"
188
 
189
+ #: includes/functions.php:178
190
  msgid "is brought to you by"
191
  msgstr "vous est proposé par"
192
 
193
+ #: includes/functions.php:178
194
  msgid "If you found this plugin useful"
195
  msgstr "Si vous avez trouvé cette extension utile"
196
 
197
+ #: includes/functions.php:178
198
  msgid "give it 5 &#9733; on WordPress.org"
199
  msgstr "donnez-lui 5 &#9733; sur WordPress.org"
200
 
201
+ #: themes/default/functions.php:58
202
  msgid "Dashboard"
203
  msgstr "Tableau de bord"
204
 
205
+ #: views/wp-maintenance-colors.php:50
206
  msgid "Choice general colors:"
207
  msgstr "Choix des couleurs générales :"
208
 
209
+ #: views/wp-maintenance-colors.php:51
210
  msgid "Background page color:"
211
  msgstr "Couleur du fond de page :"
212
 
213
+ #: views/wp-maintenance-colors.php:52
214
  msgid "Header color:"
215
  msgstr "Couleur d'entête :"
216
 
217
+ #: views/wp-maintenance-colors.php:55
218
  msgid "Choice texts fonts and colors:"
219
  msgstr "Choix des polices et couleurs des textes :"
220
 
221
+ #: views/wp-maintenance-colors.php:56
222
  msgid "Title color:"
223
  msgstr "Couleur du titre :"
224
 
225
+ #: views/wp-maintenance-colors.php:59
226
  msgid "Title font settings"
227
  msgstr "Paramètres de la police du titre"
228
 
229
+ #: views/wp-maintenance-colors.php:66 views/wp-maintenance-colors.php:106
230
+ #: views/wp-maintenance-colors.php:175 views/wp-maintenance-colors.php:196
231
+ #: views/wp-maintenance-colors.php:247
232
  msgid "Size:"
233
  msgstr "Taille :"
234
 
235
+ #: views/wp-maintenance-colors.php:78 views/wp-maintenance-colors.php:87
236
+ #: views/wp-maintenance-colors.php:118 views/wp-maintenance-colors.php:127
237
+ #: views/wp-maintenance-colors.php:143 views/wp-maintenance-colors.php:208
238
+ #: views/wp-maintenance-colors.php:217 views/wp-maintenance-colors.php:259
239
+ #: views/wp-maintenance-colors.php:268 views/wp-maintenance-countdown.php:59
240
+ #: views/wp-maintenance-countdown.php:97 views/wp-maintenance-countdown.php:110
241
+ #: views/wp-maintenance-css.php:57 views/wp-maintenance-dashboard.php:65
242
+ #: views/wp-maintenance-dashboard.php:125
243
+ #: views/wp-maintenance-dashboard.php:149
244
+ #: views/wp-maintenance-dashboard.php:200
245
+ #: views/wp-maintenance-dashboard.php:285
246
+ #: views/wp-maintenance-dashboard.php:302 views/wp-maintenance-picture.php:105
247
+ #: views/wp-maintenance-picture.php:170 views/wp-maintenance-picture.php:202
248
+ #: views/wp-maintenance-picture.php:209 views/wp-maintenance-settings.php:69
249
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
250
  msgid "Yes"
251
  msgstr "Oui"
252
 
253
+ #: views/wp-maintenance-colors.php:80 views/wp-maintenance-colors.php:89
254
+ #: views/wp-maintenance-colors.php:120 views/wp-maintenance-colors.php:129
255
+ #: views/wp-maintenance-colors.php:145 views/wp-maintenance-colors.php:210
256
+ #: views/wp-maintenance-colors.php:219 views/wp-maintenance-colors.php:261
257
+ #: views/wp-maintenance-colors.php:270 views/wp-maintenance-countdown.php:61
258
+ #: views/wp-maintenance-countdown.php:99 views/wp-maintenance-countdown.php:112
259
+ #: views/wp-maintenance-css.php:59 views/wp-maintenance-dashboard.php:67
260
+ #: views/wp-maintenance-dashboard.php:127
261
+ #: views/wp-maintenance-dashboard.php:151
262
+ #: views/wp-maintenance-dashboard.php:202
263
+ #: views/wp-maintenance-dashboard.php:287
264
+ #: views/wp-maintenance-dashboard.php:304 views/wp-maintenance-picture.php:107
265
+ #: views/wp-maintenance-picture.php:172 views/wp-maintenance-picture.php:204
266
+ #: views/wp-maintenance-picture.php:211 views/wp-maintenance-settings.php:71
267
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
268
  msgid "No"
269
  msgstr "Non"
270
 
271
+ #: views/wp-maintenance-colors.php:98
272
  msgid "Text color:"
273
  msgstr "Couleur du texte :"
274
 
275
+ #: views/wp-maintenance-colors.php:99 views/wp-maintenance-colors.php:189
276
  msgid "Text font settings"
277
  msgstr "Paramètres de la police du texte"
278
 
279
+ #: views/wp-maintenance-colors.php:139
280
  msgid "Activate Frame"
281
  msgstr "Activer le cadre"
282
 
283
+ #: views/wp-maintenance-colors.php:152
284
  msgid "Color:"
285
  msgstr "Couleur :"
286
 
287
+ #: views/wp-maintenance-colors.php:153
288
  msgid "Opacity:"
289
  msgstr "Opacité :"
290
 
291
+ #: views/wp-maintenance-colors.php:155 views/wp-maintenance-picture.php:194
292
  msgid "Width:"
293
  msgstr "Largeur :"
294
 
295
+ #: views/wp-maintenance-colors.php:163
296
  msgid "Choice countdown fonts and colors:"
297
  msgstr "Choix des polices et couleurs du compte à rebours :"
298
 
299
+ #: views/wp-maintenance-colors.php:164
300
  msgid "Countdown text color:"
301
  msgstr "Couleur du texte du compteur :"
302
 
303
+ #: views/wp-maintenance-colors.php:165
304
  msgid "Countdown background color:"
305
  msgstr "Couleur du fond du compteur :"
306
 
307
+ #: views/wp-maintenance-colors.php:168
308
  msgid "Countdown font settings"
309
  msgstr "Paramètres de la police du compte à rebours"
310
 
311
+ #: views/wp-maintenance-colors.php:184
312
  msgid "Choice fonts and colors bottom page:"
313
  msgstr "Choix des polices et couleurs du bas de page :"
314
 
315
+ #: views/wp-maintenance-colors.php:185
316
  msgid "Bottom color:"
317
  msgstr "Couleur du fond :"
318
 
319
+ #: views/wp-maintenance-colors.php:186
320
  msgid "Text bottom color:"
321
  msgstr "Couleur du texte :"
322
 
323
+ #: views/wp-maintenance-colors.php:228
324
  msgid "Choice form color:"
325
  msgstr "Choisir les couleurs du formulaire :"
326
 
327
+ #: views/wp-maintenance-colors.php:279
328
  msgid "Field text color:"
329
  msgstr "Couleur du texte dans les champs :"
330
 
331
+ #: views/wp-maintenance-colors.php:281
332
  msgid "Field border color:"
333
  msgstr "Couleur de bordure des champs :"
334
 
335
+ #: views/wp-maintenance-colors.php:283
336
  msgid "Field background color:"
337
  msgstr "Couleur de fond des champs :"
338
 
339
+ #: views/wp-maintenance-colors.php:284
340
  msgid "Button text color:"
341
  msgstr "Couleur du texte dans le bouton :"
342
 
343
+ #: views/wp-maintenance-colors.php:288
344
  msgid "Button color:"
345
  msgstr "Couleur du bouton :"
346
 
347
+ #: views/wp-maintenance-colors.php:291
348
  msgid "Button color hover:"
349
  msgstr "Couleur du bouton au survol :"
350
 
351
+ #: views/wp-maintenance-colors.php:293
352
  msgid "Button color onclick:"
353
  msgstr "Couleur du bouton au click :"
354
 
355
+ #: views/wp-maintenance-colors.php:300
356
  #, php-format
357
  msgid "Enable %s to customize the forms"
358
  msgstr "Activer %s pour personnaliser les formulaires"
359
 
360
+ #: views/wp-maintenance-colors.php:300
361
  msgid "newsletter option"
362
  msgstr "options de newsletter"
363
 
364
+ #: views/wp-maintenance-colors.php:304
365
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
366
  msgstr ""
367
  "Activer les extensions Mailpoet ou MailChimp personnaliser les formulaires"
368
 
369
+ #: views/wp-maintenance-countdown.php:51
370
  msgid "Enable a countdown ?"
371
  msgstr "Activer le compte à rebours ?"
372
 
373
+ #: views/wp-maintenance-countdown.php:71
374
  msgid "Personnalize Colors and Fonts"
375
  msgstr "Personnaliser les couleurs et polices"
376
 
377
+ #: views/wp-maintenance-countdown.php:90
378
  msgid "Select the launch date/time"
379
  msgstr "Sélectionner une date et heure de lancement"
380
 
381
+ #: views/wp-maintenance-countdown.php:90
382
  msgid "at"
383
  msgstr "à"
384
 
385
+ #: views/wp-maintenance-countdown.php:102
386
  msgid "Enable seconds ?"
387
  msgstr "Afficher les secondes ?"
388
 
389
+ #: views/wp-maintenance-countdown.php:115
390
  msgid "Disable maintenance mode at the end of the countdown?"
391
  msgstr "Désactiver le mode maintenance à la fin du compte à rebours ?"
392
 
393
+ #: views/wp-maintenance-countdown.php:119
394
  msgid "End message:"
395
  msgstr "Message de fin :"
396
 
397
+ #: views/wp-maintenance-countdown.php:150
398
  msgid "January"
399
  msgstr "Janvier"
400
 
401
+ #: views/wp-maintenance-countdown.php:150
402
  msgid "February"
403
  msgstr "Février"
404
 
405
+ #: views/wp-maintenance-countdown.php:150
406
  msgid "March"
407
  msgstr "Mars"
408
 
409
+ #: views/wp-maintenance-countdown.php:150
410
  msgid "April"
411
  msgstr "Avril"
412
 
413
+ #: views/wp-maintenance-countdown.php:150
414
  msgid "May"
415
  msgstr "Mai"
416
 
417
+ #: views/wp-maintenance-countdown.php:150
418
  msgid "June"
419
  msgstr "Juin"
420
 
421
+ #: views/wp-maintenance-countdown.php:150
422
  msgid "July"
423
  msgstr "Juillet"
424
 
425
+ #: views/wp-maintenance-countdown.php:150
426
  msgid "August"
427
  msgstr "Août"
428
 
429
+ #: views/wp-maintenance-countdown.php:150
430
  msgid "September"
431
  msgstr "Septembre"
432
 
433
+ #: views/wp-maintenance-countdown.php:150
434
  msgid "October"
435
  msgstr "Octobre"
436
 
437
+ #: views/wp-maintenance-countdown.php:150
438
  msgid "November"
439
  msgstr "Novembre"
440
 
441
+ #: views/wp-maintenance-countdown.php:150
442
  msgid "December"
443
  msgstr "Décembre"
444
 
445
+ #: views/wp-maintenance-countdown.php:152
446
  msgid "Sunday"
447
  msgstr "Dimanche"
448
 
449
+ #: views/wp-maintenance-countdown.php:152
450
  msgid "Monday"
451
  msgstr "Lundi"
452
 
453
+ #: views/wp-maintenance-countdown.php:152
454
  msgid "Tuesday"
455
  msgstr "Mardi"
456
 
457
+ #: views/wp-maintenance-countdown.php:152
458
  msgid "Wednesday"
459
  msgstr "Mercredi"
460
 
461
+ #: views/wp-maintenance-countdown.php:152
462
  msgid "Thurday"
463
  msgstr "Jeudi"
464
 
465
+ #: views/wp-maintenance-countdown.php:152
466
  msgid "Friday"
467
  msgstr "Vendredi"
468
 
469
+ #: views/wp-maintenance-countdown.php:152
470
  msgid "Saturday"
471
  msgstr "Samedi"
472
 
473
+ #: views/wp-maintenance-countdown.php:153
474
  msgid "Today"
475
  msgstr "Aujourd'hui"
476
 
477
+ #: views/wp-maintenance-countdown.php:154
478
  msgid "Delete"
479
  msgstr "Supprimer"
480
 
481
+ #: views/wp-maintenance-countdown.php:155
482
+ #: views/wp-maintenance-countdown.php:174
483
  msgid "Close"
484
  msgstr "Fermer"
485
 
486
+ #: views/wp-maintenance-countdown.php:158
487
  msgid "Next month"
488
  msgstr "Mois suivant"
489
 
490
+ #: views/wp-maintenance-countdown.php:159
491
  msgid "Previous month"
492
  msgstr "Mois précédent"
493
 
494
+ #: views/wp-maintenance-countdown.php:160
495
  msgid "Select a month"
496
  msgstr "Sélectionner un mois"
497
 
498
+ #: views/wp-maintenance-countdown.php:161
499
  msgid "Select a year"
500
  msgstr "Sélectionner une année"
501
 
502
+ #: views/wp-maintenance-css.php:45
503
  msgid ""
504
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
505
  "\" to retrieve the default style sheet."
507
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
508
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
509
 
510
+ #: views/wp-maintenance-css.php:53
511
  msgid "Reset default CSS stylesheet ?"
512
  msgstr "Réinitialiser la feuille de style ?"
513
 
514
+ #: views/wp-maintenance-css.php:68
515
  msgid "Markers for colors"
516
  msgstr "Marqueurs pour les couleurs"
517
 
518
+ #: views/wp-maintenance-css.php:73
519
  msgid "Use this code for text color"
520
  msgstr "Utiliser ce code pour la couleur du texte"
521
 
522
+ #: views/wp-maintenance-css.php:77
523
  msgid "Use this code for background text color"
524
  msgstr "Utiliser ce code pour la couleur de fond du texte"
525
 
526
+ #: views/wp-maintenance-css.php:81
527
  msgid "Use this code for background color countdown"
528
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
529
 
530
+ #: views/wp-maintenance-css.php:85
531
  msgid "Use this code for size countdown"
532
  msgstr "Utiliser ce code pour la taille du compte à rebours"
533
 
534
+ #: views/wp-maintenance-css.php:89
535
  msgid "Use this code for countdown color"
536
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
537
 
538
+ #: views/wp-maintenance-css.php:94
539
  msgid "Need CSS code for MailPoet plugin?"
540
  msgstr "Besoin de code CSS pour le plugin MailPoet ?"
541
 
542
+ #: views/wp-maintenance-css.php:95 views/wp-maintenance-css.php:110
543
  msgid "Click for select all"
544
  msgstr "Cliquez pour tout sélectionner"
545
 
546
+ #: views/wp-maintenance-css.php:109
547
  msgid "Need CSS code for MailChimp plugin?"
548
  msgstr "Besoin de code CSS pour le plugin MailChimp ?"
549
 
550
+ #: views/wp-maintenance-dashboard.php:61
551
  msgid "Enable maintenance mode:"
552
  msgstr "Activer le mode maintenance :"
553
 
554
+ #: views/wp-maintenance-dashboard.php:75
555
  msgid "Title and text for the maintenance page:"
556
  msgstr "Titre et Texte de la page maintenance :"
557
 
558
+ #: views/wp-maintenance-dashboard.php:76
559
  msgid "Title:"
560
  msgstr "Titre :"
561
 
562
+ #: views/wp-maintenance-dashboard.php:77 views/wp-maintenance-picture.php:256
563
  msgid "Text:"
564
  msgstr "Texte :"
565
 
566
+ #: views/wp-maintenance-dashboard.php:97
567
  msgid "Text in the bottom of maintenance page:"
568
  msgstr "Texte du bas de la page de maintenance :"
569
 
570
+ #: views/wp-maintenance-dashboard.php:121
571
  msgid "Enable login access in the bottom ?"
572
  msgstr "Permettre l’accès de connexion en bas de page ?"
573
 
574
+ #: views/wp-maintenance-dashboard.php:135
575
  msgid "Enter a text to go to the dashboard:"
576
  msgstr "Entrer une phrase pour aller au tableau de bord :"
577
 
578
+ #: views/wp-maintenance-dashboard.php:137
579
  msgid "Eg: connect to %DASHBOARD% here!"
580
  msgstr "Ex : Connectez-vous au %DASHBOARD% !"
581
 
582
+ #: views/wp-maintenance-dashboard.php:137
583
  msgid ""
584
  "(%DASHBOARD% will be replaced with the link to the dashboard and the word "
585
  "\"Dashboard\")"
587
  "(%DASHBOARD% sera remplacé par le mot \"Tableau de bord\" et le lien vers "
588
  "celui-ci)"
589
 
590
+ #: views/wp-maintenance-dashboard.php:145
591
  msgid "Enable SEO:"
592
  msgstr "Activer SEO :"
593
 
594
+ #: views/wp-maintenance-dashboard.php:159
595
  msgid "SEO Title"
596
  msgstr "Titre SEO"
597
 
598
+ #: views/wp-maintenance-dashboard.php:161
599
  msgid "SEO Meta Description"
600
  msgstr "Méta description SEO"
601
 
602
+ #: views/wp-maintenance-dashboard.php:166
603
  msgid "Add a favicon"
604
  msgstr "Ajouter un favicon"
605
 
606
+ #: views/wp-maintenance-dashboard.php:169 views/wp-maintenance-picture.php:81
607
+ #: views/wp-maintenance-picture.php:117
608
  msgid "Enter a URL or upload an image."
609
  msgstr "Entrez une url ou mettez en ligne une image."
610
 
611
+ #: views/wp-maintenance-dashboard.php:170 views/wp-maintenance-picture.php:83
612
+ #: views/wp-maintenance-picture.php:118 views/wp-maintenance-picture.php:227
613
  msgid "Media Image Library"
614
  msgstr "Bibliothèque d'Images"
615
 
616
+ #: views/wp-maintenance-dashboard.php:171
617
  msgid ""
618
  "Favicons are displayed in a browser tab. Need Help <a href=\"https://"
619
  "realfavicongenerator.net/\" target=\"_blank\">creating a favicon</a>?"
622
  "sur la <a href=\"http://tools.dynamicdrive.com/favicon/\" target=\"_blank"
623
  "\">création d’un favicon</a> ?"
624
 
625
+ #: views/wp-maintenance-dashboard.php:175
626
  msgid "You use this favicon:"
627
  msgstr "Vous utilisez ce favicon :"
628
 
629
+ #: views/wp-maintenance-dashboard.php:183
630
  msgid "Analytics Code"
631
  msgstr "Code Google Analytics"
632
 
633
+ #: views/wp-maintenance-dashboard.php:185
634
  msgid "Enter your Google analytics tracking ID here:"
635
  msgstr "Enter votre ID de suivi de Google Analytics ici :"
636
 
637
+ #: views/wp-maintenance-dashboard.php:187
638
  msgid "Enter your domain URL:"
639
  msgstr "Entrer l'URL de votre domaine :"
640
 
641
+ #: views/wp-maintenance-dashboard.php:196
642
  msgid "Enable Social Networks:"
643
  msgstr "Activer les réseaux sociaux :"
644
 
645
+ #: views/wp-maintenance-dashboard.php:210
646
  msgid "Enter text for the title icons:"
647
  msgstr "Entrez un texte pour la balise title des icônes :"
648
 
649
+ #: views/wp-maintenance-dashboard.php:211
650
  msgid "Follow me on"
651
  msgstr "Suivez-moi sur"
652
 
653
+ #: views/wp-maintenance-dashboard.php:213
654
  msgid "Drad and drop the lines to put in the order you want:"
655
  msgstr ""
656
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
657
 
658
+ #: views/wp-maintenance-dashboard.php:242
659
  msgid "Choose icons size:"
660
  msgstr "Choisissez la taille des icônes :"
661
 
662
+ #: views/wp-maintenance-dashboard.php:253
663
  msgid "Choose icons style:"
664
  msgstr "Choisissez le style des icônes :"
665
 
666
+ #: views/wp-maintenance-dashboard.php:265 views/wp-maintenance-picture.php:217
667
  msgid "Position:"
668
  msgstr "Position :"
669
 
670
+ #: views/wp-maintenance-dashboard.php:267
671
  msgid "Top"
672
  msgstr "Haut"
673
 
674
+ #: views/wp-maintenance-dashboard.php:268
675
  msgid "Bottom"
676
  msgstr "Bas"
677
 
678
+ #: views/wp-maintenance-dashboard.php:271
679
  msgid "Align:"
680
  msgstr "Alignement :"
681
 
682
+ #: views/wp-maintenance-dashboard.php:273
683
  msgid "Left"
684
  msgstr "Gauche"
685
 
686
+ #: views/wp-maintenance-dashboard.php:274
687
  msgid "Center"
688
  msgstr "Centre"
689
 
690
+ #: views/wp-maintenance-dashboard.php:275
691
  msgid "Right"
692
  msgstr "Droite"
693
 
694
+ #: views/wp-maintenance-dashboard.php:278
695
  msgid "You have your own icons? Enter the folder name of your theme here:"
696
  msgstr ""
697
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
698
 
699
+ #: views/wp-maintenance-dashboard.php:281
700
  msgid "Reset Social Icon?"
701
  msgstr "Réinitialiser les icônes des réseaux sociaux ?"
702
 
703
+ #: views/wp-maintenance-dashboard.php:298
704
  msgid "Enable Newletter:"
705
  msgstr "Activer l'encart de newletter :"
706
 
707
+ #: views/wp-maintenance-dashboard.php:312
708
  msgid "Enter title for the newletter block:"
709
  msgstr "Entrez un titre pour l'encart de la newsletter :"
710
 
711
+ #: views/wp-maintenance-dashboard.php:314
712
  msgid "Enter your newletter shortcode here:"
713
  msgstr "Entrez le Shortcode de la newletter ici :"
714
 
715
+ #: views/wp-maintenance-dashboard.php:316
716
  msgid "Or enter your newletter iframe code here:"
717
  msgstr "Ou entrez le code iframe de la newsletter ici :"
718
 
719
+ #: views/wp-maintenance-picture.php:71
720
  msgid "Picture"
721
  msgstr "Image"
722
 
723
+ #: views/wp-maintenance-picture.php:80
724
  msgid "Header picture"
725
  msgstr "Image d'entête"
726
 
727
+ #: views/wp-maintenance-picture.php:84
728
  msgid ""
729
  "URL path to image to replace default WordPress Logo. (You can upload your "
730
  "image with the WordPress media uploader)"
732
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
733
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
734
 
735
+ #: views/wp-maintenance-picture.php:85
736
+ msgid "Your Logo width (Enter in pixels). Default: 450px"
737
+ msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 450px"
738
 
739
+ #: views/wp-maintenance-picture.php:86
740
+ msgid "Your Logo Height (Enter in pixels). Default: 450px"
741
+ msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 450px"
742
 
743
+ #: views/wp-maintenance-picture.php:91
744
  msgid "You use this picture:"
745
  msgstr "Image actuelle :"
746
 
747
+ #: views/wp-maintenance-picture.php:101
748
  msgid "Background picture or pattern"
749
  msgstr "Image de fond ou un modèle"
750
 
751
+ #: views/wp-maintenance-picture.php:119
752
  msgid "Background picture options"
753
  msgstr "Options de l'image de fond"
754
 
755
+ #: views/wp-maintenance-picture.php:125
756
  msgid "Fixed"
757
  msgstr "Fixe"
758
 
759
+ #: views/wp-maintenance-picture.php:126
760
+ msgid "Background Opacity"
761
+ msgstr "Opacité de l’arrière-plan"
762
+
763
+ #: views/wp-maintenance-picture.php:131
764
  msgid "You use this background picture:"
765
  msgstr "Image de fond actuelle :"
766
 
767
+ #: views/wp-maintenance-picture.php:139
768
  msgid "Or choose a pattern:"
769
  msgstr "Ou choisissez un pattern de fond :"
770
 
771
+ #: views/wp-maintenance-picture.php:142
772
  msgid "NO PATTERN"
773
  msgstr "AUCUN PATTERN"
774
 
775
+ #: views/wp-maintenance-picture.php:155
776
  msgid "You use this pattern:"
777
  msgstr "Vous utilisez ce modèle :"
778
 
779
+ #: views/wp-maintenance-picture.php:166
780
  msgid "Enable Slider"
781
  msgstr "Activer le Slider"
782
 
783
+ #: views/wp-maintenance-picture.php:179
784
  msgid "Slider image options"
785
  msgstr "Options du Slider"
786
 
787
+ #: views/wp-maintenance-picture.php:193
788
  msgid "Speed:"
789
  msgstr "Vitesse :"
790
 
791
+ #: views/wp-maintenance-picture.php:199
792
  msgid "Display Auto Slider:"
793
  msgstr "Afficher le Slider en auto :"
794
 
795
+ #: views/wp-maintenance-picture.php:206
796
  msgid "Display button navigation:"
797
  msgstr "Afficher les boutons navigation :"
798
 
799
+ #: views/wp-maintenance-picture.php:219
800
  msgid "Above logo"
801
  msgstr "Au-dessus du logo"
802
 
803
+ #: views/wp-maintenance-picture.php:220
804
  msgid "Below logo"
805
  msgstr "Au-dessous du logo"
806
 
807
+ #: views/wp-maintenance-picture.php:221
808
  msgid "Below title & text"
809
  msgstr "Au-dessous du titre & texte"
810
 
811
+ #: views/wp-maintenance-picture.php:257
812
  msgid "Link:"
813
  msgstr "Lien :"
814
 
815
+ #: views/wp-maintenance-picture.php:260
816
  msgid "Delete this slide"
817
  msgstr "Supprimer ce slide"
818
 
957
  msgstr "Florent Maillefaud"
958
 
959
  #. Author URI of the plugin/theme
960
+ msgid "https://madeby.restezconnectes.fr"
961
+ msgstr "https://madeby.restezconnectes.fr"
962
 
963
  #~ msgid "Enable Google Analytics:"
964
  #~ msgstr "Activer Google Analytics :"
languages/wp-maintenance.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Maintenance\n"
5
- "POT-Creation-Date: 2018-08-18 20:19+0200\n"
6
  "PO-Revision-Date: 2015-03-19 11:19+0100\n"
7
  "Last-Translator: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language-Team: Florent Maillefaud <contact@restezconnectes.fr>\n"
@@ -10,26 +10,26 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=n>1;\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: classes/countdown.php:35
21
  msgid "Days"
22
  msgstr ""
23
 
24
- #: classes/countdown.php:35
25
  msgid "Hours"
26
  msgstr ""
27
 
28
- #: classes/countdown.php:35
29
  msgid "Minutes"
30
  msgstr ""
31
 
32
- #: classes/countdown.php:37
33
  msgid "Seconds"
34
  msgstr ""
35
 
@@ -49,71 +49,70 @@ msgstr ""
49
  msgid "Come back quickly!"
50
  msgstr ""
51
 
52
- #: classes/wp-maintenance.php:177 classes/wp-maintenance.php:293
53
- #: classes/wp-maintenance.php:344 views/wp-maintenance-settings.php:57
54
  msgid "Settings"
55
  msgstr ""
56
 
57
- #: classes/wp-maintenance.php:231 classes/wp-maintenance.php:236
58
- #: includes/functions.php:176
59
  msgid "WP Maintenance"
60
  msgstr ""
61
 
62
- #: classes/wp-maintenance.php:253
63
  msgid "Colors"
64
  msgstr ""
65
 
66
- #: classes/wp-maintenance.php:263 classes/wp-maintenance.php:338
67
  msgid "Pictures"
68
  msgstr ""
69
 
70
- #: classes/wp-maintenance.php:273 views/wp-maintenance-countdown.php:24
71
  msgid "Countdown"
72
  msgstr ""
73
 
74
- #: classes/wp-maintenance.php:283
75
  msgid "CSS"
76
  msgstr ""
77
 
78
- #: classes/wp-maintenance.php:334 views/wp-maintenance-dashboard.php:53
79
  msgid "General"
80
  msgstr ""
81
 
82
- #: classes/wp-maintenance.php:336 views/wp-maintenance-colors.php:41
83
  msgid "Colors & Fonts"
84
  msgstr ""
85
 
86
- #: classes/wp-maintenance.php:340
87
  msgid "CountDown"
88
  msgstr ""
89
 
90
- #: classes/wp-maintenance.php:342 views/wp-maintenance-css.php:36
91
  msgid "CSS Style"
92
  msgstr ""
93
 
94
- #: classes/wp-maintenance.php:403
95
  msgid "Choose This Image"
96
  msgstr ""
97
 
98
- #: classes/wp-maintenance.php:404
99
  msgid "Choose Image"
100
  msgstr ""
101
 
102
- #: classes/wp-maintenance.php:418 classes/wp-maintenance.php:426
103
- #: classes/wp-maintenance.php:434 classes/wp-maintenance.php:443
104
- #: classes/wp-maintenance.php:452 classes/wp-maintenance.php:461
105
  msgid "You do not have sufficient privileges to access this page."
106
  msgstr ""
107
 
108
- #: classes/wp-maintenance.php:535
109
  msgid "Please upload a valid .json file"
110
  msgstr ""
111
 
112
- #: classes/wp-maintenance.php:541
113
  msgid "Please upload a file to import"
114
  msgstr ""
115
 
116
- #: classes/wp-maintenance.php:551
117
  msgid "New settings imported successfully!"
118
  msgstr ""
119
 
@@ -149,645 +148,649 @@ msgstr ""
149
  msgid "Go to Settings options"
150
  msgstr ""
151
 
152
- #: includes/functions.php:138
153
  msgid "ABOUT"
154
  msgstr ""
155
 
156
- #: includes/functions.php:140
157
  msgid ""
158
  "This plugin has been developed for you for free by <a href=\"https://"
159
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
160
  "free, you can take it, modify it, distribute it as you see fit."
161
  msgstr ""
162
 
163
- #: includes/functions.php:141
164
  msgid "Visit"
165
  msgstr ""
166
 
167
- #: includes/functions.php:141
168
  msgid ""
169
  "try the demo of the plugin, talk about this plugin to your surroundings!"
170
  msgstr ""
171
 
172
- #: includes/functions.php:143
173
  msgid "Support this extension and my other developments (French Paypal):"
174
  msgstr ""
175
 
176
- #: includes/functions.php:155
177
  msgid "DISCOVER"
178
  msgstr ""
179
 
180
- #: includes/functions.php:176
181
  msgid "is brought to you by"
182
  msgstr ""
183
 
184
- #: includes/functions.php:176
185
  msgid "If you found this plugin useful"
186
  msgstr ""
187
 
188
- #: includes/functions.php:176
189
  msgid "give it 5 &#9733; on WordPress.org"
190
  msgstr ""
191
 
192
- #: themes/default/functions.php:51
193
  msgid "Dashboard"
194
  msgstr ""
195
 
196
- #: views/wp-maintenance-colors.php:49
197
  msgid "Choice general colors:"
198
  msgstr ""
199
 
200
- #: views/wp-maintenance-colors.php:50
201
  msgid "Background page color:"
202
  msgstr ""
203
 
204
- #: views/wp-maintenance-colors.php:51
205
  msgid "Header color:"
206
  msgstr ""
207
 
208
- #: views/wp-maintenance-colors.php:54
209
  msgid "Choice texts fonts and colors:"
210
  msgstr ""
211
 
212
- #: views/wp-maintenance-colors.php:55
213
  msgid "Title color:"
214
  msgstr ""
215
 
216
- #: views/wp-maintenance-colors.php:58
217
  msgid "Title font settings"
218
  msgstr ""
219
 
220
- #: views/wp-maintenance-colors.php:65 views/wp-maintenance-colors.php:105
221
- #: views/wp-maintenance-colors.php:174 views/wp-maintenance-colors.php:195
222
- #: views/wp-maintenance-colors.php:246
223
  msgid "Size:"
224
  msgstr ""
225
 
226
- #: views/wp-maintenance-colors.php:77 views/wp-maintenance-colors.php:86
227
- #: views/wp-maintenance-colors.php:117 views/wp-maintenance-colors.php:126
228
- #: views/wp-maintenance-colors.php:142 views/wp-maintenance-colors.php:207
229
- #: views/wp-maintenance-colors.php:216 views/wp-maintenance-colors.php:258
230
- #: views/wp-maintenance-colors.php:267 views/wp-maintenance-countdown.php:58
231
- #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
232
- #: views/wp-maintenance-css.php:56 views/wp-maintenance-dashboard.php:64
233
- #: views/wp-maintenance-dashboard.php:124
234
- #: views/wp-maintenance-dashboard.php:148
235
- #: views/wp-maintenance-dashboard.php:199
236
- #: views/wp-maintenance-dashboard.php:284
237
- #: views/wp-maintenance-dashboard.php:301 views/wp-maintenance-picture.php:94
238
- #: views/wp-maintenance-picture.php:159 views/wp-maintenance-picture.php:191
239
- #: views/wp-maintenance-picture.php:198 views/wp-maintenance-settings.php:69
240
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
241
  msgid "Yes"
242
  msgstr ""
243
 
244
- #: views/wp-maintenance-colors.php:79 views/wp-maintenance-colors.php:88
245
- #: views/wp-maintenance-colors.php:119 views/wp-maintenance-colors.php:128
246
- #: views/wp-maintenance-colors.php:144 views/wp-maintenance-colors.php:209
247
- #: views/wp-maintenance-colors.php:218 views/wp-maintenance-colors.php:260
248
- #: views/wp-maintenance-colors.php:269 views/wp-maintenance-countdown.php:60
249
- #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
250
- #: views/wp-maintenance-css.php:58 views/wp-maintenance-dashboard.php:66
251
- #: views/wp-maintenance-dashboard.php:126
252
- #: views/wp-maintenance-dashboard.php:150
253
- #: views/wp-maintenance-dashboard.php:201
254
- #: views/wp-maintenance-dashboard.php:286
255
- #: views/wp-maintenance-dashboard.php:303 views/wp-maintenance-picture.php:96
256
- #: views/wp-maintenance-picture.php:161 views/wp-maintenance-picture.php:193
257
- #: views/wp-maintenance-picture.php:200 views/wp-maintenance-settings.php:71
258
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
259
  msgid "No"
260
  msgstr ""
261
 
262
- #: views/wp-maintenance-colors.php:97
263
  msgid "Text color:"
264
  msgstr ""
265
 
266
- #: views/wp-maintenance-colors.php:98 views/wp-maintenance-colors.php:188
267
  msgid "Text font settings"
268
  msgstr ""
269
 
270
- #: views/wp-maintenance-colors.php:138
271
  msgid "Activate Frame"
272
  msgstr ""
273
 
274
- #: views/wp-maintenance-colors.php:151
275
  msgid "Color:"
276
  msgstr ""
277
 
278
- #: views/wp-maintenance-colors.php:152
279
  msgid "Opacity:"
280
  msgstr ""
281
 
282
- #: views/wp-maintenance-colors.php:154 views/wp-maintenance-picture.php:183
283
  msgid "Width:"
284
  msgstr ""
285
 
286
- #: views/wp-maintenance-colors.php:162
287
  msgid "Choice countdown fonts and colors:"
288
  msgstr ""
289
 
290
- #: views/wp-maintenance-colors.php:163
291
  msgid "Countdown text color:"
292
  msgstr ""
293
 
294
- #: views/wp-maintenance-colors.php:164
295
  msgid "Countdown background color:"
296
  msgstr ""
297
 
298
- #: views/wp-maintenance-colors.php:167
299
  msgid "Countdown font settings"
300
  msgstr ""
301
 
302
- #: views/wp-maintenance-colors.php:183
303
  msgid "Choice fonts and colors bottom page:"
304
  msgstr ""
305
 
306
- #: views/wp-maintenance-colors.php:184
307
  msgid "Bottom color:"
308
  msgstr ""
309
 
310
- #: views/wp-maintenance-colors.php:185
311
  msgid "Text bottom color:"
312
  msgstr ""
313
 
314
- #: views/wp-maintenance-colors.php:227
315
  msgid "Choice form color:"
316
  msgstr ""
317
 
318
- #: views/wp-maintenance-colors.php:278
319
  msgid "Field text color:"
320
  msgstr ""
321
 
322
- #: views/wp-maintenance-colors.php:280
323
  msgid "Field border color:"
324
  msgstr ""
325
 
326
- #: views/wp-maintenance-colors.php:282
327
  msgid "Field background color:"
328
  msgstr ""
329
 
330
- #: views/wp-maintenance-colors.php:283
331
  msgid "Button text color:"
332
  msgstr ""
333
 
334
- #: views/wp-maintenance-colors.php:287
335
  msgid "Button color:"
336
  msgstr ""
337
 
338
- #: views/wp-maintenance-colors.php:290
339
  msgid "Button color hover:"
340
  msgstr ""
341
 
342
- #: views/wp-maintenance-colors.php:292
343
  msgid "Button color onclick:"
344
  msgstr ""
345
 
346
- #: views/wp-maintenance-colors.php:299
347
  #, php-format
348
  msgid "Enable %s to customize the forms"
349
  msgstr ""
350
 
351
- #: views/wp-maintenance-colors.php:299
352
  msgid "newsletter option"
353
  msgstr ""
354
 
355
- #: views/wp-maintenance-colors.php:303
356
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
357
  msgstr ""
358
 
359
- #: views/wp-maintenance-countdown.php:50
360
  msgid "Enable a countdown ?"
361
  msgstr ""
362
 
363
- #: views/wp-maintenance-countdown.php:70
364
  msgid "Personnalize Colors and Fonts"
365
  msgstr ""
366
 
367
- #: views/wp-maintenance-countdown.php:89
368
  msgid "Select the launch date/time"
369
  msgstr ""
370
 
371
- #: views/wp-maintenance-countdown.php:89
372
  msgid "at"
373
  msgstr ""
374
 
375
- #: views/wp-maintenance-countdown.php:101
376
  msgid "Enable seconds ?"
377
  msgstr ""
378
 
379
- #: views/wp-maintenance-countdown.php:113
380
  msgid "Disable maintenance mode at the end of the countdown?"
381
  msgstr ""
382
 
383
- #: views/wp-maintenance-countdown.php:117
384
  msgid "End message:"
385
  msgstr ""
386
 
387
- #: views/wp-maintenance-countdown.php:148
388
  msgid "January"
389
  msgstr ""
390
 
391
- #: views/wp-maintenance-countdown.php:148
392
  msgid "February"
393
  msgstr ""
394
 
395
- #: views/wp-maintenance-countdown.php:148
396
  msgid "March"
397
  msgstr ""
398
 
399
- #: views/wp-maintenance-countdown.php:148
400
  msgid "April"
401
  msgstr ""
402
 
403
- #: views/wp-maintenance-countdown.php:148
404
  msgid "May"
405
  msgstr ""
406
 
407
- #: views/wp-maintenance-countdown.php:148
408
  msgid "June"
409
  msgstr ""
410
 
411
- #: views/wp-maintenance-countdown.php:148
412
  msgid "July"
413
  msgstr ""
414
 
415
- #: views/wp-maintenance-countdown.php:148
416
  msgid "August"
417
  msgstr ""
418
 
419
- #: views/wp-maintenance-countdown.php:148
420
  msgid "September"
421
  msgstr ""
422
 
423
- #: views/wp-maintenance-countdown.php:148
424
  msgid "October"
425
  msgstr ""
426
 
427
- #: views/wp-maintenance-countdown.php:148
428
  msgid "November"
429
  msgstr ""
430
 
431
- #: views/wp-maintenance-countdown.php:148
432
  msgid "December"
433
  msgstr ""
434
 
435
- #: views/wp-maintenance-countdown.php:150
436
  msgid "Sunday"
437
  msgstr ""
438
 
439
- #: views/wp-maintenance-countdown.php:150
440
  msgid "Monday"
441
  msgstr ""
442
 
443
- #: views/wp-maintenance-countdown.php:150
444
  msgid "Tuesday"
445
  msgstr ""
446
 
447
- #: views/wp-maintenance-countdown.php:150
448
  msgid "Wednesday"
449
  msgstr ""
450
 
451
- #: views/wp-maintenance-countdown.php:150
452
  msgid "Thurday"
453
  msgstr ""
454
 
455
- #: views/wp-maintenance-countdown.php:150
456
  msgid "Friday"
457
  msgstr ""
458
 
459
- #: views/wp-maintenance-countdown.php:150
460
  msgid "Saturday"
461
  msgstr ""
462
 
463
- #: views/wp-maintenance-countdown.php:151
464
  msgid "Today"
465
  msgstr ""
466
 
467
- #: views/wp-maintenance-countdown.php:152
468
  msgid "Delete"
469
  msgstr ""
470
 
471
- #: views/wp-maintenance-countdown.php:153
472
- #: views/wp-maintenance-countdown.php:172
473
  msgid "Close"
474
  msgstr ""
475
 
476
- #: views/wp-maintenance-countdown.php:156
477
  msgid "Next month"
478
  msgstr ""
479
 
480
- #: views/wp-maintenance-countdown.php:157
481
  msgid "Previous month"
482
  msgstr ""
483
 
484
- #: views/wp-maintenance-countdown.php:158
485
  msgid "Select a month"
486
  msgstr ""
487
 
488
- #: views/wp-maintenance-countdown.php:159
489
  msgid "Select a year"
490
  msgstr ""
491
 
492
- #: views/wp-maintenance-css.php:44
493
  msgid ""
494
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
495
  "\" to retrieve the default style sheet."
496
  msgstr ""
497
 
498
- #: views/wp-maintenance-css.php:52
499
  msgid "Reset default CSS stylesheet ?"
500
  msgstr ""
501
 
502
- #: views/wp-maintenance-css.php:67
503
  msgid "Markers for colors"
504
  msgstr ""
505
 
506
- #: views/wp-maintenance-css.php:72
507
  msgid "Use this code for text color"
508
  msgstr ""
509
 
510
- #: views/wp-maintenance-css.php:76
511
  msgid "Use this code for background text color"
512
  msgstr ""
513
 
514
- #: views/wp-maintenance-css.php:80
515
  msgid "Use this code for background color countdown"
516
  msgstr ""
517
 
518
- #: views/wp-maintenance-css.php:84
519
  msgid "Use this code for size countdown"
520
  msgstr ""
521
 
522
- #: views/wp-maintenance-css.php:88
523
  msgid "Use this code for countdown color"
524
  msgstr ""
525
 
526
- #: views/wp-maintenance-css.php:93
527
  msgid "Need CSS code for MailPoet plugin?"
528
  msgstr ""
529
 
530
- #: views/wp-maintenance-css.php:94 views/wp-maintenance-css.php:109
531
  msgid "Click for select all"
532
  msgstr ""
533
 
534
- #: views/wp-maintenance-css.php:108
535
  msgid "Need CSS code for MailChimp plugin?"
536
  msgstr ""
537
 
538
- #: views/wp-maintenance-dashboard.php:60
539
  msgid "Enable maintenance mode:"
540
  msgstr ""
541
 
542
- #: views/wp-maintenance-dashboard.php:74
543
  msgid "Title and text for the maintenance page:"
544
  msgstr ""
545
 
546
- #: views/wp-maintenance-dashboard.php:75
547
  msgid "Title:"
548
  msgstr ""
549
 
550
- #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:245
551
  msgid "Text:"
552
  msgstr ""
553
 
554
- #: views/wp-maintenance-dashboard.php:96
555
  msgid "Text in the bottom of maintenance page:"
556
  msgstr ""
557
 
558
- #: views/wp-maintenance-dashboard.php:120
559
  msgid "Enable login access in the bottom ?"
560
  msgstr ""
561
 
562
- #: views/wp-maintenance-dashboard.php:134
563
  msgid "Enter a text to go to the dashboard:"
564
  msgstr ""
565
 
566
- #: views/wp-maintenance-dashboard.php:136
567
  msgid "Eg: connect to %DASHBOARD% here!"
568
  msgstr ""
569
 
570
- #: views/wp-maintenance-dashboard.php:136
571
  msgid ""
572
  "(%DASHBOARD% will be replaced with the link to the dashboard and the word "
573
  "\"Dashboard\")"
574
  msgstr ""
575
 
576
- #: views/wp-maintenance-dashboard.php:144
577
  msgid "Enable SEO:"
578
  msgstr ""
579
 
580
- #: views/wp-maintenance-dashboard.php:158
581
  msgid "SEO Title"
582
  msgstr ""
583
 
584
- #: views/wp-maintenance-dashboard.php:160
585
  msgid "SEO Meta Description"
586
  msgstr ""
587
 
588
- #: views/wp-maintenance-dashboard.php:165
589
  msgid "Add a favicon"
590
  msgstr ""
591
 
592
- #: views/wp-maintenance-dashboard.php:168 views/wp-maintenance-picture.php:71
593
- #: views/wp-maintenance-picture.php:106
594
  msgid "Enter a URL or upload an image."
595
  msgstr ""
596
 
597
- #: views/wp-maintenance-dashboard.php:169 views/wp-maintenance-picture.php:72
598
- #: views/wp-maintenance-picture.php:107 views/wp-maintenance-picture.php:216
599
  msgid "Media Image Library"
600
  msgstr ""
601
 
602
- #: views/wp-maintenance-dashboard.php:170
603
  msgid ""
604
  "Favicons are displayed in a browser tab. Need Help <a href=\"https://"
605
  "realfavicongenerator.net/\" target=\"_blank\">creating a favicon</a>?"
606
  msgstr ""
607
 
608
- #: views/wp-maintenance-dashboard.php:174
609
  msgid "You use this favicon:"
610
  msgstr ""
611
 
612
- #: views/wp-maintenance-dashboard.php:182
613
  msgid "Analytics Code"
614
  msgstr ""
615
 
616
- #: views/wp-maintenance-dashboard.php:184
617
  msgid "Enter your Google analytics tracking ID here:"
618
  msgstr ""
619
 
620
- #: views/wp-maintenance-dashboard.php:186
621
  msgid "Enter your domain URL:"
622
  msgstr ""
623
 
624
- #: views/wp-maintenance-dashboard.php:195
625
  msgid "Enable Social Networks:"
626
  msgstr ""
627
 
628
- #: views/wp-maintenance-dashboard.php:209
629
  msgid "Enter text for the title icons:"
630
  msgstr ""
631
 
632
- #: views/wp-maintenance-dashboard.php:210
633
  msgid "Follow me on"
634
  msgstr ""
635
 
636
- #: views/wp-maintenance-dashboard.php:212
637
  msgid "Drad and drop the lines to put in the order you want:"
638
  msgstr ""
639
 
640
- #: views/wp-maintenance-dashboard.php:241
641
  msgid "Choose icons size:"
642
  msgstr ""
643
 
644
- #: views/wp-maintenance-dashboard.php:252
645
  msgid "Choose icons style:"
646
  msgstr ""
647
 
648
- #: views/wp-maintenance-dashboard.php:264 views/wp-maintenance-picture.php:206
649
  msgid "Position:"
650
  msgstr ""
651
 
652
- #: views/wp-maintenance-dashboard.php:266
653
  msgid "Top"
654
  msgstr ""
655
 
656
- #: views/wp-maintenance-dashboard.php:267
657
  msgid "Bottom"
658
  msgstr ""
659
 
660
- #: views/wp-maintenance-dashboard.php:270
661
  msgid "Align:"
662
  msgstr ""
663
 
664
- #: views/wp-maintenance-dashboard.php:272
665
  msgid "Left"
666
  msgstr ""
667
 
668
- #: views/wp-maintenance-dashboard.php:273
669
  msgid "Center"
670
  msgstr ""
671
 
672
- #: views/wp-maintenance-dashboard.php:274
673
  msgid "Right"
674
  msgstr ""
675
 
676
- #: views/wp-maintenance-dashboard.php:277
677
  msgid "You have your own icons? Enter the folder name of your theme here:"
678
  msgstr ""
679
 
680
- #: views/wp-maintenance-dashboard.php:280
681
  msgid "Reset Social Icon?"
682
  msgstr ""
683
 
684
- #: views/wp-maintenance-dashboard.php:297
685
  msgid "Enable Newletter:"
686
  msgstr ""
687
 
688
- #: views/wp-maintenance-dashboard.php:311
689
  msgid "Enter title for the newletter block:"
690
  msgstr ""
691
 
692
- #: views/wp-maintenance-dashboard.php:313
693
  msgid "Enter your newletter shortcode here:"
694
  msgstr ""
695
 
696
- #: views/wp-maintenance-dashboard.php:315
697
  msgid "Or enter your newletter iframe code here:"
698
  msgstr ""
699
 
700
- #: views/wp-maintenance-picture.php:61
701
  msgid "Picture"
702
  msgstr ""
703
 
704
- #: views/wp-maintenance-picture.php:70
705
  msgid "Header picture"
706
  msgstr ""
707
 
708
- #: views/wp-maintenance-picture.php:73
709
  msgid ""
710
  "URL path to image to replace default WordPress Logo. (You can upload your "
711
  "image with the WordPress media uploader)"
712
  msgstr ""
713
 
714
- #: views/wp-maintenance-picture.php:74
715
- msgid "Your Logo width (Enter in pixels). Default: 310px"
716
  msgstr ""
717
 
718
- #: views/wp-maintenance-picture.php:75
719
- msgid "Your Logo Height (Enter in pixels). Default: 185px"
720
  msgstr ""
721
 
722
- #: views/wp-maintenance-picture.php:80
723
  msgid "You use this picture:"
724
  msgstr ""
725
 
726
- #: views/wp-maintenance-picture.php:90
727
  msgid "Background picture or pattern"
728
  msgstr ""
729
 
730
- #: views/wp-maintenance-picture.php:108
731
  msgid "Background picture options"
732
  msgstr ""
733
 
734
- #: views/wp-maintenance-picture.php:114
735
  msgid "Fixed"
736
  msgstr ""
737
 
738
- #: views/wp-maintenance-picture.php:120
 
 
 
 
739
  msgid "You use this background picture:"
740
  msgstr ""
741
 
742
- #: views/wp-maintenance-picture.php:128
743
  msgid "Or choose a pattern:"
744
  msgstr ""
745
 
746
- #: views/wp-maintenance-picture.php:131
747
  msgid "NO PATTERN"
748
  msgstr ""
749
 
750
- #: views/wp-maintenance-picture.php:144
751
  msgid "You use this pattern:"
752
  msgstr ""
753
 
754
- #: views/wp-maintenance-picture.php:155
755
  msgid "Enable Slider"
756
  msgstr ""
757
 
758
- #: views/wp-maintenance-picture.php:168
759
  msgid "Slider image options"
760
  msgstr ""
761
 
762
- #: views/wp-maintenance-picture.php:182
763
  msgid "Speed:"
764
  msgstr ""
765
 
766
- #: views/wp-maintenance-picture.php:188
767
  msgid "Display Auto Slider:"
768
  msgstr ""
769
 
770
- #: views/wp-maintenance-picture.php:195
771
  msgid "Display button navigation:"
772
  msgstr ""
773
 
774
- #: views/wp-maintenance-picture.php:208
775
  msgid "Above logo"
776
  msgstr ""
777
 
778
- #: views/wp-maintenance-picture.php:209
779
  msgid "Below logo"
780
  msgstr ""
781
 
782
- #: views/wp-maintenance-picture.php:210
783
  msgid "Below title & text"
784
  msgstr ""
785
 
786
- #: views/wp-maintenance-picture.php:246
787
  msgid "Link:"
788
  msgstr ""
789
 
790
- #: views/wp-maintenance-picture.php:249
791
  msgid "Delete this slide"
792
  msgstr ""
793
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Maintenance\n"
5
+ "POT-Creation-Date: 2019-11-17 03:57+0100\n"
6
  "PO-Revision-Date: 2015-03-19 11:19+0100\n"
7
  "Last-Translator: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language-Team: Florent Maillefaud <contact@restezconnectes.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-Generator: Poedit 2.2.4\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=n>1;\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: classes/countdown.php:38
21
  msgid "Days"
22
  msgstr ""
23
 
24
+ #: classes/countdown.php:38
25
  msgid "Hours"
26
  msgstr ""
27
 
28
+ #: classes/countdown.php:38
29
  msgid "Minutes"
30
  msgstr ""
31
 
32
+ #: classes/countdown.php:40
33
  msgid "Seconds"
34
  msgstr ""
35
 
49
  msgid "Come back quickly!"
50
  msgstr ""
51
 
52
+ #: classes/wp-maintenance.php:177 classes/wp-maintenance.php:297
53
+ #: classes/wp-maintenance.php:348 views/wp-maintenance-settings.php:57
54
  msgid "Settings"
55
  msgstr ""
56
 
57
+ #: classes/wp-maintenance.php:234 includes/functions.php:178
 
58
  msgid "WP Maintenance"
59
  msgstr ""
60
 
61
+ #: classes/wp-maintenance.php:257
62
  msgid "Colors"
63
  msgstr ""
64
 
65
+ #: classes/wp-maintenance.php:267 classes/wp-maintenance.php:342
66
  msgid "Pictures"
67
  msgstr ""
68
 
69
+ #: classes/wp-maintenance.php:277 views/wp-maintenance-countdown.php:25
70
  msgid "Countdown"
71
  msgstr ""
72
 
73
+ #: classes/wp-maintenance.php:287
74
  msgid "CSS"
75
  msgstr ""
76
 
77
+ #: classes/wp-maintenance.php:338 views/wp-maintenance-dashboard.php:54
78
  msgid "General"
79
  msgstr ""
80
 
81
+ #: classes/wp-maintenance.php:340 views/wp-maintenance-colors.php:42
82
  msgid "Colors & Fonts"
83
  msgstr ""
84
 
85
+ #: classes/wp-maintenance.php:344
86
  msgid "CountDown"
87
  msgstr ""
88
 
89
+ #: classes/wp-maintenance.php:346 views/wp-maintenance-css.php:37
90
  msgid "CSS Style"
91
  msgstr ""
92
 
93
+ #: classes/wp-maintenance.php:407
94
  msgid "Choose This Image"
95
  msgstr ""
96
 
97
+ #: classes/wp-maintenance.php:408
98
  msgid "Choose Image"
99
  msgstr ""
100
 
101
+ #: classes/wp-maintenance.php:422 classes/wp-maintenance.php:430
102
+ #: classes/wp-maintenance.php:438 classes/wp-maintenance.php:447
103
+ #: classes/wp-maintenance.php:456 classes/wp-maintenance.php:465
104
  msgid "You do not have sufficient privileges to access this page."
105
  msgstr ""
106
 
107
+ #: classes/wp-maintenance.php:539
108
  msgid "Please upload a valid .json file"
109
  msgstr ""
110
 
111
+ #: classes/wp-maintenance.php:545
112
  msgid "Please upload a file to import"
113
  msgstr ""
114
 
115
+ #: classes/wp-maintenance.php:555
116
  msgid "New settings imported successfully!"
117
  msgstr ""
118
 
148
  msgid "Go to Settings options"
149
  msgstr ""
150
 
151
+ #: includes/functions.php:140
152
  msgid "ABOUT"
153
  msgstr ""
154
 
155
+ #: includes/functions.php:142
156
  msgid ""
157
  "This plugin has been developed for you for free by <a href=\"https://"
158
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
159
  "free, you can take it, modify it, distribute it as you see fit."
160
  msgstr ""
161
 
162
+ #: includes/functions.php:143
163
  msgid "Visit"
164
  msgstr ""
165
 
166
+ #: includes/functions.php:143
167
  msgid ""
168
  "try the demo of the plugin, talk about this plugin to your surroundings!"
169
  msgstr ""
170
 
171
+ #: includes/functions.php:145
172
  msgid "Support this extension and my other developments (French Paypal):"
173
  msgstr ""
174
 
175
+ #: includes/functions.php:157
176
  msgid "DISCOVER"
177
  msgstr ""
178
 
179
+ #: includes/functions.php:178
180
  msgid "is brought to you by"
181
  msgstr ""
182
 
183
+ #: includes/functions.php:178
184
  msgid "If you found this plugin useful"
185
  msgstr ""
186
 
187
+ #: includes/functions.php:178
188
  msgid "give it 5 &#9733; on WordPress.org"
189
  msgstr ""
190
 
191
+ #: themes/default/functions.php:58
192
  msgid "Dashboard"
193
  msgstr ""
194
 
195
+ #: views/wp-maintenance-colors.php:50
196
  msgid "Choice general colors:"
197
  msgstr ""
198
 
199
+ #: views/wp-maintenance-colors.php:51
200
  msgid "Background page color:"
201
  msgstr ""
202
 
203
+ #: views/wp-maintenance-colors.php:52
204
  msgid "Header color:"
205
  msgstr ""
206
 
207
+ #: views/wp-maintenance-colors.php:55
208
  msgid "Choice texts fonts and colors:"
209
  msgstr ""
210
 
211
+ #: views/wp-maintenance-colors.php:56
212
  msgid "Title color:"
213
  msgstr ""
214
 
215
+ #: views/wp-maintenance-colors.php:59
216
  msgid "Title font settings"
217
  msgstr ""
218
 
219
+ #: views/wp-maintenance-colors.php:66 views/wp-maintenance-colors.php:106
220
+ #: views/wp-maintenance-colors.php:175 views/wp-maintenance-colors.php:196
221
+ #: views/wp-maintenance-colors.php:247
222
  msgid "Size:"
223
  msgstr ""
224
 
225
+ #: views/wp-maintenance-colors.php:78 views/wp-maintenance-colors.php:87
226
+ #: views/wp-maintenance-colors.php:118 views/wp-maintenance-colors.php:127
227
+ #: views/wp-maintenance-colors.php:143 views/wp-maintenance-colors.php:208
228
+ #: views/wp-maintenance-colors.php:217 views/wp-maintenance-colors.php:259
229
+ #: views/wp-maintenance-colors.php:268 views/wp-maintenance-countdown.php:59
230
+ #: views/wp-maintenance-countdown.php:97 views/wp-maintenance-countdown.php:110
231
+ #: views/wp-maintenance-css.php:57 views/wp-maintenance-dashboard.php:65
232
+ #: views/wp-maintenance-dashboard.php:125
233
+ #: views/wp-maintenance-dashboard.php:149
234
+ #: views/wp-maintenance-dashboard.php:200
235
+ #: views/wp-maintenance-dashboard.php:285
236
+ #: views/wp-maintenance-dashboard.php:302 views/wp-maintenance-picture.php:105
237
+ #: views/wp-maintenance-picture.php:170 views/wp-maintenance-picture.php:202
238
+ #: views/wp-maintenance-picture.php:209 views/wp-maintenance-settings.php:69
239
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: views/wp-maintenance-colors.php:80 views/wp-maintenance-colors.php:89
244
+ #: views/wp-maintenance-colors.php:120 views/wp-maintenance-colors.php:129
245
+ #: views/wp-maintenance-colors.php:145 views/wp-maintenance-colors.php:210
246
+ #: views/wp-maintenance-colors.php:219 views/wp-maintenance-colors.php:261
247
+ #: views/wp-maintenance-colors.php:270 views/wp-maintenance-countdown.php:61
248
+ #: views/wp-maintenance-countdown.php:99 views/wp-maintenance-countdown.php:112
249
+ #: views/wp-maintenance-css.php:59 views/wp-maintenance-dashboard.php:67
250
+ #: views/wp-maintenance-dashboard.php:127
251
+ #: views/wp-maintenance-dashboard.php:151
252
+ #: views/wp-maintenance-dashboard.php:202
253
+ #: views/wp-maintenance-dashboard.php:287
254
+ #: views/wp-maintenance-dashboard.php:304 views/wp-maintenance-picture.php:107
255
+ #: views/wp-maintenance-picture.php:172 views/wp-maintenance-picture.php:204
256
+ #: views/wp-maintenance-picture.php:211 views/wp-maintenance-settings.php:71
257
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
258
  msgid "No"
259
  msgstr ""
260
 
261
+ #: views/wp-maintenance-colors.php:98
262
  msgid "Text color:"
263
  msgstr ""
264
 
265
+ #: views/wp-maintenance-colors.php:99 views/wp-maintenance-colors.php:189
266
  msgid "Text font settings"
267
  msgstr ""
268
 
269
+ #: views/wp-maintenance-colors.php:139
270
  msgid "Activate Frame"
271
  msgstr ""
272
 
273
+ #: views/wp-maintenance-colors.php:152
274
  msgid "Color:"
275
  msgstr ""
276
 
277
+ #: views/wp-maintenance-colors.php:153
278
  msgid "Opacity:"
279
  msgstr ""
280
 
281
+ #: views/wp-maintenance-colors.php:155 views/wp-maintenance-picture.php:194
282
  msgid "Width:"
283
  msgstr ""
284
 
285
+ #: views/wp-maintenance-colors.php:163
286
  msgid "Choice countdown fonts and colors:"
287
  msgstr ""
288
 
289
+ #: views/wp-maintenance-colors.php:164
290
  msgid "Countdown text color:"
291
  msgstr ""
292
 
293
+ #: views/wp-maintenance-colors.php:165
294
  msgid "Countdown background color:"
295
  msgstr ""
296
 
297
+ #: views/wp-maintenance-colors.php:168
298
  msgid "Countdown font settings"
299
  msgstr ""
300
 
301
+ #: views/wp-maintenance-colors.php:184
302
  msgid "Choice fonts and colors bottom page:"
303
  msgstr ""
304
 
305
+ #: views/wp-maintenance-colors.php:185
306
  msgid "Bottom color:"
307
  msgstr ""
308
 
309
+ #: views/wp-maintenance-colors.php:186
310
  msgid "Text bottom color:"
311
  msgstr ""
312
 
313
+ #: views/wp-maintenance-colors.php:228
314
  msgid "Choice form color:"
315
  msgstr ""
316
 
317
+ #: views/wp-maintenance-colors.php:279
318
  msgid "Field text color:"
319
  msgstr ""
320
 
321
+ #: views/wp-maintenance-colors.php:281
322
  msgid "Field border color:"
323
  msgstr ""
324
 
325
+ #: views/wp-maintenance-colors.php:283
326
  msgid "Field background color:"
327
  msgstr ""
328
 
329
+ #: views/wp-maintenance-colors.php:284
330
  msgid "Button text color:"
331
  msgstr ""
332
 
333
+ #: views/wp-maintenance-colors.php:288
334
  msgid "Button color:"
335
  msgstr ""
336
 
337
+ #: views/wp-maintenance-colors.php:291
338
  msgid "Button color hover:"
339
  msgstr ""
340
 
341
+ #: views/wp-maintenance-colors.php:293
342
  msgid "Button color onclick:"
343
  msgstr ""
344
 
345
+ #: views/wp-maintenance-colors.php:300
346
  #, php-format
347
  msgid "Enable %s to customize the forms"
348
  msgstr ""
349
 
350
+ #: views/wp-maintenance-colors.php:300
351
  msgid "newsletter option"
352
  msgstr ""
353
 
354
+ #: views/wp-maintenance-colors.php:304
355
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
356
  msgstr ""
357
 
358
+ #: views/wp-maintenance-countdown.php:51
359
  msgid "Enable a countdown ?"
360
  msgstr ""
361
 
362
+ #: views/wp-maintenance-countdown.php:71
363
  msgid "Personnalize Colors and Fonts"
364
  msgstr ""
365
 
366
+ #: views/wp-maintenance-countdown.php:90
367
  msgid "Select the launch date/time"
368
  msgstr ""
369
 
370
+ #: views/wp-maintenance-countdown.php:90
371
  msgid "at"
372
  msgstr ""
373
 
374
+ #: views/wp-maintenance-countdown.php:102
375
  msgid "Enable seconds ?"
376
  msgstr ""
377
 
378
+ #: views/wp-maintenance-countdown.php:115
379
  msgid "Disable maintenance mode at the end of the countdown?"
380
  msgstr ""
381
 
382
+ #: views/wp-maintenance-countdown.php:119
383
  msgid "End message:"
384
  msgstr ""
385
 
386
+ #: views/wp-maintenance-countdown.php:150
387
  msgid "January"
388
  msgstr ""
389
 
390
+ #: views/wp-maintenance-countdown.php:150
391
  msgid "February"
392
  msgstr ""
393
 
394
+ #: views/wp-maintenance-countdown.php:150
395
  msgid "March"
396
  msgstr ""
397
 
398
+ #: views/wp-maintenance-countdown.php:150
399
  msgid "April"
400
  msgstr ""
401
 
402
+ #: views/wp-maintenance-countdown.php:150
403
  msgid "May"
404
  msgstr ""
405
 
406
+ #: views/wp-maintenance-countdown.php:150
407
  msgid "June"
408
  msgstr ""
409
 
410
+ #: views/wp-maintenance-countdown.php:150
411
  msgid "July"
412
  msgstr ""
413
 
414
+ #: views/wp-maintenance-countdown.php:150
415
  msgid "August"
416
  msgstr ""
417
 
418
+ #: views/wp-maintenance-countdown.php:150
419
  msgid "September"
420
  msgstr ""
421
 
422
+ #: views/wp-maintenance-countdown.php:150
423
  msgid "October"
424
  msgstr ""
425
 
426
+ #: views/wp-maintenance-countdown.php:150
427
  msgid "November"
428
  msgstr ""
429
 
430
+ #: views/wp-maintenance-countdown.php:150
431
  msgid "December"
432
  msgstr ""
433
 
434
+ #: views/wp-maintenance-countdown.php:152
435
  msgid "Sunday"
436
  msgstr ""
437
 
438
+ #: views/wp-maintenance-countdown.php:152
439
  msgid "Monday"
440
  msgstr ""
441
 
442
+ #: views/wp-maintenance-countdown.php:152
443
  msgid "Tuesday"
444
  msgstr ""
445
 
446
+ #: views/wp-maintenance-countdown.php:152
447
  msgid "Wednesday"
448
  msgstr ""
449
 
450
+ #: views/wp-maintenance-countdown.php:152
451
  msgid "Thurday"
452
  msgstr ""
453
 
454
+ #: views/wp-maintenance-countdown.php:152
455
  msgid "Friday"
456
  msgstr ""
457
 
458
+ #: views/wp-maintenance-countdown.php:152
459
  msgid "Saturday"
460
  msgstr ""
461
 
462
+ #: views/wp-maintenance-countdown.php:153
463
  msgid "Today"
464
  msgstr ""
465
 
466
+ #: views/wp-maintenance-countdown.php:154
467
  msgid "Delete"
468
  msgstr ""
469
 
470
+ #: views/wp-maintenance-countdown.php:155
471
+ #: views/wp-maintenance-countdown.php:174
472
  msgid "Close"
473
  msgstr ""
474
 
475
+ #: views/wp-maintenance-countdown.php:158
476
  msgid "Next month"
477
  msgstr ""
478
 
479
+ #: views/wp-maintenance-countdown.php:159
480
  msgid "Previous month"
481
  msgstr ""
482
 
483
+ #: views/wp-maintenance-countdown.php:160
484
  msgid "Select a month"
485
  msgstr ""
486
 
487
+ #: views/wp-maintenance-countdown.php:161
488
  msgid "Select a year"
489
  msgstr ""
490
 
491
+ #: views/wp-maintenance-css.php:45
492
  msgid ""
493
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
494
  "\" to retrieve the default style sheet."
495
  msgstr ""
496
 
497
+ #: views/wp-maintenance-css.php:53
498
  msgid "Reset default CSS stylesheet ?"
499
  msgstr ""
500
 
501
+ #: views/wp-maintenance-css.php:68
502
  msgid "Markers for colors"
503
  msgstr ""
504
 
505
+ #: views/wp-maintenance-css.php:73
506
  msgid "Use this code for text color"
507
  msgstr ""
508
 
509
+ #: views/wp-maintenance-css.php:77
510
  msgid "Use this code for background text color"
511
  msgstr ""
512
 
513
+ #: views/wp-maintenance-css.php:81
514
  msgid "Use this code for background color countdown"
515
  msgstr ""
516
 
517
+ #: views/wp-maintenance-css.php:85
518
  msgid "Use this code for size countdown"
519
  msgstr ""
520
 
521
+ #: views/wp-maintenance-css.php:89
522
  msgid "Use this code for countdown color"
523
  msgstr ""
524
 
525
+ #: views/wp-maintenance-css.php:94
526
  msgid "Need CSS code for MailPoet plugin?"
527
  msgstr ""
528
 
529
+ #: views/wp-maintenance-css.php:95 views/wp-maintenance-css.php:110
530
  msgid "Click for select all"
531
  msgstr ""
532
 
533
+ #: views/wp-maintenance-css.php:109
534
  msgid "Need CSS code for MailChimp plugin?"
535
  msgstr ""
536
 
537
+ #: views/wp-maintenance-dashboard.php:61
538
  msgid "Enable maintenance mode:"
539
  msgstr ""
540
 
541
+ #: views/wp-maintenance-dashboard.php:75
542
  msgid "Title and text for the maintenance page:"
543
  msgstr ""
544
 
545
+ #: views/wp-maintenance-dashboard.php:76
546
  msgid "Title:"
547
  msgstr ""
548
 
549
+ #: views/wp-maintenance-dashboard.php:77 views/wp-maintenance-picture.php:256
550
  msgid "Text:"
551
  msgstr ""
552
 
553
+ #: views/wp-maintenance-dashboard.php:97
554
  msgid "Text in the bottom of maintenance page:"
555
  msgstr ""
556
 
557
+ #: views/wp-maintenance-dashboard.php:121
558
  msgid "Enable login access in the bottom ?"
559
  msgstr ""
560
 
561
+ #: views/wp-maintenance-dashboard.php:135
562
  msgid "Enter a text to go to the dashboard:"
563
  msgstr ""
564
 
565
+ #: views/wp-maintenance-dashboard.php:137
566
  msgid "Eg: connect to %DASHBOARD% here!"
567
  msgstr ""
568
 
569
+ #: views/wp-maintenance-dashboard.php:137
570
  msgid ""
571
  "(%DASHBOARD% will be replaced with the link to the dashboard and the word "
572
  "\"Dashboard\")"
573
  msgstr ""
574
 
575
+ #: views/wp-maintenance-dashboard.php:145
576
  msgid "Enable SEO:"
577
  msgstr ""
578
 
579
+ #: views/wp-maintenance-dashboard.php:159
580
  msgid "SEO Title"
581
  msgstr ""
582
 
583
+ #: views/wp-maintenance-dashboard.php:161
584
  msgid "SEO Meta Description"
585
  msgstr ""
586
 
587
+ #: views/wp-maintenance-dashboard.php:166
588
  msgid "Add a favicon"
589
  msgstr ""
590
 
591
+ #: views/wp-maintenance-dashboard.php:169 views/wp-maintenance-picture.php:81
592
+ #: views/wp-maintenance-picture.php:117
593
  msgid "Enter a URL or upload an image."
594
  msgstr ""
595
 
596
+ #: views/wp-maintenance-dashboard.php:170 views/wp-maintenance-picture.php:83
597
+ #: views/wp-maintenance-picture.php:118 views/wp-maintenance-picture.php:227
598
  msgid "Media Image Library"
599
  msgstr ""
600
 
601
+ #: views/wp-maintenance-dashboard.php:171
602
  msgid ""
603
  "Favicons are displayed in a browser tab. Need Help <a href=\"https://"
604
  "realfavicongenerator.net/\" target=\"_blank\">creating a favicon</a>?"
605
  msgstr ""
606
 
607
+ #: views/wp-maintenance-dashboard.php:175
608
  msgid "You use this favicon:"
609
  msgstr ""
610
 
611
+ #: views/wp-maintenance-dashboard.php:183
612
  msgid "Analytics Code"
613
  msgstr ""
614
 
615
+ #: views/wp-maintenance-dashboard.php:185
616
  msgid "Enter your Google analytics tracking ID here:"
617
  msgstr ""
618
 
619
+ #: views/wp-maintenance-dashboard.php:187
620
  msgid "Enter your domain URL:"
621
  msgstr ""
622
 
623
+ #: views/wp-maintenance-dashboard.php:196
624
  msgid "Enable Social Networks:"
625
  msgstr ""
626
 
627
+ #: views/wp-maintenance-dashboard.php:210
628
  msgid "Enter text for the title icons:"
629
  msgstr ""
630
 
631
+ #: views/wp-maintenance-dashboard.php:211
632
  msgid "Follow me on"
633
  msgstr ""
634
 
635
+ #: views/wp-maintenance-dashboard.php:213
636
  msgid "Drad and drop the lines to put in the order you want:"
637
  msgstr ""
638
 
639
+ #: views/wp-maintenance-dashboard.php:242
640
  msgid "Choose icons size:"
641
  msgstr ""
642
 
643
+ #: views/wp-maintenance-dashboard.php:253
644
  msgid "Choose icons style:"
645
  msgstr ""
646
 
647
+ #: views/wp-maintenance-dashboard.php:265 views/wp-maintenance-picture.php:217
648
  msgid "Position:"
649
  msgstr ""
650
 
651
+ #: views/wp-maintenance-dashboard.php:267
652
  msgid "Top"
653
  msgstr ""
654
 
655
+ #: views/wp-maintenance-dashboard.php:268
656
  msgid "Bottom"
657
  msgstr ""
658
 
659
+ #: views/wp-maintenance-dashboard.php:271
660
  msgid "Align:"
661
  msgstr ""
662
 
663
+ #: views/wp-maintenance-dashboard.php:273
664
  msgid "Left"
665
  msgstr ""
666
 
667
+ #: views/wp-maintenance-dashboard.php:274
668
  msgid "Center"
669
  msgstr ""
670
 
671
+ #: views/wp-maintenance-dashboard.php:275
672
  msgid "Right"
673
  msgstr ""
674
 
675
+ #: views/wp-maintenance-dashboard.php:278
676
  msgid "You have your own icons? Enter the folder name of your theme here:"
677
  msgstr ""
678
 
679
+ #: views/wp-maintenance-dashboard.php:281
680
  msgid "Reset Social Icon?"
681
  msgstr ""
682
 
683
+ #: views/wp-maintenance-dashboard.php:298
684
  msgid "Enable Newletter:"
685
  msgstr ""
686
 
687
+ #: views/wp-maintenance-dashboard.php:312
688
  msgid "Enter title for the newletter block:"
689
  msgstr ""
690
 
691
+ #: views/wp-maintenance-dashboard.php:314
692
  msgid "Enter your newletter shortcode here:"
693
  msgstr ""
694
 
695
+ #: views/wp-maintenance-dashboard.php:316
696
  msgid "Or enter your newletter iframe code here:"
697
  msgstr ""
698
 
699
+ #: views/wp-maintenance-picture.php:71
700
  msgid "Picture"
701
  msgstr ""
702
 
703
+ #: views/wp-maintenance-picture.php:80
704
  msgid "Header picture"
705
  msgstr ""
706
 
707
+ #: views/wp-maintenance-picture.php:84
708
  msgid ""
709
  "URL path to image to replace default WordPress Logo. (You can upload your "
710
  "image with the WordPress media uploader)"
711
  msgstr ""
712
 
713
+ #: views/wp-maintenance-picture.php:85
714
+ msgid "Your Logo width (Enter in pixels). Default: 450px"
715
  msgstr ""
716
 
717
+ #: views/wp-maintenance-picture.php:86
718
+ msgid "Your Logo Height (Enter in pixels). Default: 450px"
719
  msgstr ""
720
 
721
+ #: views/wp-maintenance-picture.php:91
722
  msgid "You use this picture:"
723
  msgstr ""
724
 
725
+ #: views/wp-maintenance-picture.php:101
726
  msgid "Background picture or pattern"
727
  msgstr ""
728
 
729
+ #: views/wp-maintenance-picture.php:119
730
  msgid "Background picture options"
731
  msgstr ""
732
 
733
+ #: views/wp-maintenance-picture.php:125
734
  msgid "Fixed"
735
  msgstr ""
736
 
737
+ #: views/wp-maintenance-picture.php:126
738
+ msgid "Background Opacity"
739
+ msgstr ""
740
+
741
+ #: views/wp-maintenance-picture.php:131
742
  msgid "You use this background picture:"
743
  msgstr ""
744
 
745
+ #: views/wp-maintenance-picture.php:139
746
  msgid "Or choose a pattern:"
747
  msgstr ""
748
 
749
+ #: views/wp-maintenance-picture.php:142
750
  msgid "NO PATTERN"
751
  msgstr ""
752
 
753
+ #: views/wp-maintenance-picture.php:155
754
  msgid "You use this pattern:"
755
  msgstr ""
756
 
757
+ #: views/wp-maintenance-picture.php:166
758
  msgid "Enable Slider"
759
  msgstr ""
760
 
761
+ #: views/wp-maintenance-picture.php:179
762
  msgid "Slider image options"
763
  msgstr ""
764
 
765
+ #: views/wp-maintenance-picture.php:193
766
  msgid "Speed:"
767
  msgstr ""
768
 
769
+ #: views/wp-maintenance-picture.php:199
770
  msgid "Display Auto Slider:"
771
  msgstr ""
772
 
773
+ #: views/wp-maintenance-picture.php:206
774
  msgid "Display button navigation:"
775
  msgstr ""
776
 
777
+ #: views/wp-maintenance-picture.php:219
778
  msgid "Above logo"
779
  msgstr ""
780
 
781
+ #: views/wp-maintenance-picture.php:220
782
  msgid "Below logo"
783
  msgstr ""
784
 
785
+ #: views/wp-maintenance-picture.php:221
786
  msgid "Below title & text"
787
  msgstr ""
788
 
789
+ #: views/wp-maintenance-picture.php:257
790
  msgid "Link:"
791
  msgstr ""
792
 
793
+ #: views/wp-maintenance-picture.php:260
794
  msgid "Delete this slide"
795
  msgstr ""
796
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP Maintenance ===
2
  Contributors: Florent73
3
- Donate link: https://wpmaintenance.info/a-propos/
4
  Tags: Maintenance, Construction, Launch, Coming soon
5
  Requires at least: 3.0
6
  Tested up to: 5.3
7
- Stable tag: 5.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -53,9 +53,12 @@ It is hard to continue development and support for this free plugin without cont
53
  = I have activated plugin and don’t see any changes, looks like plugin is not working. =
54
  This is normal because you are logged in as an administrator. Try a different browser. If you have registered as a wordpress user, you see the site in normal mode.
55
 
 
 
 
56
  = Where can I find out the login page to get to the site? =
57
  You can use your administrator access or create new user in wordpress dashboard
58
- http://yousite.com/wp-login.php
59
 
60
  = Can I change the plugin code? =
61
 
@@ -67,6 +70,10 @@ You can translate WP Maintenance on [__translate.wordpress.org__](https://transl
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 5.0.5 =
71
  * Fixed bug Google Analytics
72
  * Fixed bug link dashboard
1
  === WP Maintenance ===
2
  Contributors: Florent73
3
+ Donate link: https://paypal.me/restezconnectes/20/
4
  Tags: Maintenance, Construction, Launch, Coming soon
5
  Requires at least: 3.0
6
  Tested up to: 5.3
7
+ Stable tag: 5.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
53
  = I have activated plugin and don’t see any changes, looks like plugin is not working. =
54
  This is normal because you are logged in as an administrator. Try a different browser. If you have registered as a wordpress user, you see the site in normal mode.
55
 
56
+ = I have disabled plugin but I don’t see any changes, I have always the maintenance page, looks like plugin is not working. =
57
+ You have a cache plugin ? Try to purge it and try again.
58
+
59
  = Where can I find out the login page to get to the site? =
60
  You can use your administrator access or create new user in wordpress dashboard
61
+ https://yousite.com/wp-admin/
62
 
63
  = Can I change the plugin code? =
64
 
70
 
71
  == Changelog ==
72
 
73
+ = 5.0.6 =
74
+ * SECURITY UPDATE : Adding NONCE to forms
75
+ * Change image defaut
76
+
77
  = 5.0.5 =
78
  * Fixed bug Google Analytics
79
  * Fixed bug link dashboard
themes/default/functions.php CHANGED
@@ -117,8 +117,8 @@ function wpm_logo() {
117
  $output = '';
118
 
119
  if ( !empty( $o['image'] ) ) {
120
- if( empty($o['image_width']) ) { $o['image_width'] = 310; }
121
- if( empty($o['image_height']) ) { $o['image_height'] = 185; }
122
  $output .= "<div id='logo'><img id='wpm-image' src='".$o['image']."' width='".$o['image_width']."' height='".$o['image_height']."' alt='".get_bloginfo( 'name', 'display' )." ".get_bloginfo( 'description', 'display' )."' title='".get_bloginfo( 'name', 'display' )." ".get_bloginfo( 'description', 'display' )."'></div>";
123
  }
124
 
117
  $output = '';
118
 
119
  if ( !empty( $o['image'] ) ) {
120
+ if( empty($o['image_width']) ) { $o['image_width'] = 450; }
121
+ if( empty($o['image_height']) ) { $o['image_height'] = 450; }
122
  $output .= "<div id='logo'><img id='wpm-image' src='".$o['image']."' width='".$o['image_width']."' height='".$o['image_height']."' alt='".get_bloginfo( 'name', 'display' )." ".get_bloginfo( 'description', 'display' )."' title='".get_bloginfo( 'name', 'display' )." ".get_bloginfo( 'description', 'display' )."'></div>";
123
  }
124
 
views/wp-maintenance-colors.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( 'Not allowed' );
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
- if( isset($_POST['action']) && $_POST['action'] == 'update_colors' ) {
8
 
9
  $options_saved = wpm_update_settings($_POST["wp_maintenance_settings"]);
10
  $options_saved = true;
@@ -36,7 +36,8 @@ $paramMMode = get_option('wp_maintenance_settings');
36
 
37
  <form method="post" action="" name="valide_settings">
38
  <input type="hidden" name="action" value="update_colors" />
39
-
 
40
  <!-- HEADER -->
41
  <?php echo wpm_get_header( __('Colors & Fonts', 'wp-maintenance'), 'dashicons-art', $messageUpdate ) ?>
42
  <!-- END HEADER -->
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
+ if( isset($_POST['action']) && $_POST['action'] == 'update_colors' && wp_verify_nonce($_POST['security-colors'], 'valid-colors') ) {
8
 
9
  $options_saved = wpm_update_settings($_POST["wp_maintenance_settings"]);
10
  $options_saved = true;
36
 
37
  <form method="post" action="" name="valide_settings">
38
  <input type="hidden" name="action" value="update_colors" />
39
+ <?php wp_nonce_field('valid-colors', 'security-colors'); ?>
40
+
41
  <!-- HEADER -->
42
  <?php echo wpm_get_header( __('Colors & Fonts', 'wp-maintenance'), 'dashicons-art', $messageUpdate ) ?>
43
  <!-- END HEADER -->
views/wp-maintenance-countdown.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( 'Not allowed' );
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
- if( isset($_POST['action']) && $_POST['action'] == 'update_countdown' ) {
8
 
9
  $options_saved = wpm_update_settings($_POST["wp_maintenance_settings"]);
10
  $messageUpdate = 1;
@@ -19,7 +19,8 @@ $paramMMode = get_option('wp_maintenance_settings');
19
 
20
  <form method="post" action="" name="valide_settings">
21
  <input type="hidden" name="action" value="update_countdown" />
22
-
 
23
  <!-- HEADER -->
24
  <?php echo wpm_get_header( __('Countdown', 'wp-maintenance'), 'dashicons-clock', $messageUpdate ) ?>
25
  <!-- END HEADER -->
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
+ if( isset($_POST['action']) && $_POST['action'] == 'update_countdown' && wp_verify_nonce($_POST['security-countdown'], 'valid-countdown') ) {
8
 
9
  $options_saved = wpm_update_settings($_POST["wp_maintenance_settings"]);
10
  $messageUpdate = 1;
19
 
20
  <form method="post" action="" name="valide_settings">
21
  <input type="hidden" name="action" value="update_countdown" />
22
+ <?php wp_nonce_field('valid-countdown', 'security-countdown'); ?>
23
+
24
  <!-- HEADER -->
25
  <?php echo wpm_get_header( __('Countdown', 'wp-maintenance'), 'dashicons-clock', $messageUpdate ) ?>
26
  <!-- END HEADER -->
views/wp-maintenance-css.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( 'Not allowed' );
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
- if( isset($_POST['action']) && $_POST['action'] == 'update_css' ) {
8
 
9
  update_option('wp_maintenance_style', stripslashes($_POST["wp_maintenance_style"]));
10
  $options_saved = true;
@@ -31,7 +31,8 @@ if( isset($_POST['wpm_initcss']) && $_POST['wpm_initcss']==1) {
31
 
32
  <form method="post" action="" name="valide_settings">
33
  <input type="hidden" name="action" value="update_css" />
34
-
 
35
  <!-- HEADER -->
36
  <?php echo wpm_get_header( __('CSS Style', 'wp-maintenance'), 'dashicons-media-code', $messageUpdate ) ?>
37
  <!-- END HEADER -->
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
+ if( isset($_POST['action']) && $_POST['action'] == 'update_css' && wp_verify_nonce($_POST['security-css'], 'valid-css') ) {
8
 
9
  update_option('wp_maintenance_style', stripslashes($_POST["wp_maintenance_style"]));
10
  $options_saved = true;
31
 
32
  <form method="post" action="" name="valide_settings">
33
  <input type="hidden" name="action" value="update_css" />
34
+ <?php wp_nonce_field('valid-css', 'security-css'); ?>
35
+
36
  <!-- HEADER -->
37
  <?php echo wpm_get_header( __('CSS Style', 'wp-maintenance'), 'dashicons-media-code', $messageUpdate ) ?>
38
  <!-- END HEADER -->
views/wp-maintenance-dashboard.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( 'Not allowed' );
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
- if( isset($_POST['action']) && $_POST['action'] == 'update_general' ) {
8
 
9
  if( isset($_POST["wp_maintenance_social_options"]['reset']) && $_POST["wp_maintenance_social_options"]['reset'] ==1 ) {
10
  unset($_POST["wp_maintenance_social"]);
@@ -48,7 +48,8 @@ $paramSocialOption = get_option('wp_maintenance_social_options');
48
  <div class="wrap">
49
  <form method="post" action="" id="valide_settings" name="valide_settings">
50
  <input type="hidden" name="action" value="update_general" />
51
-
 
52
  <!-- HEADER -->
53
  <?php echo wpm_get_header( __('General', 'wp-maintenance'), 'dashicons-admin-settings', $messageUpdate ) ?>
54
  <!-- END HEADER -->
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
+ if( isset($_POST['action']) && $_POST['action'] == 'update_general' && wp_verify_nonce($_POST['security-general'], 'valid-general') ) {
8
 
9
  if( isset($_POST["wp_maintenance_social_options"]['reset']) && $_POST["wp_maintenance_social_options"]['reset'] ==1 ) {
10
  unset($_POST["wp_maintenance_social"]);
48
  <div class="wrap">
49
  <form method="post" action="" id="valide_settings" name="valide_settings">
50
  <input type="hidden" name="action" value="update_general" />
51
+ <?php wp_nonce_field('valid-general', 'security-general'); ?>
52
+
53
  <!-- HEADER -->
54
  <?php echo wpm_get_header( __('General', 'wp-maintenance'), 'dashicons-admin-settings', $messageUpdate ) ?>
55
  <!-- END HEADER -->
views/wp-maintenance-picture.php CHANGED
@@ -10,8 +10,11 @@ $admin_color = get_user_option( 'admin_color', get_current_user_id() );
10
  $colors = $_wp_admin_css_colors[$admin_color]->colors;
11
 
12
  /* Update des paramètres */
13
- if( isset($_POST['action']) && $_POST['action'] == 'update_pictures' ) {
14
 
 
 
 
15
  if( isset($_POST["wpm_maintenance_detete"]) && is_array($_POST["wpm_maintenance_detete"]) ) {
16
  foreach($_POST["wpm_maintenance_detete"] as $delSlideId=>$delSlideTrue) {
17
  if (array_key_exists($delSlideId, $_POST["wp_maintenance_slider"]["slider_image"])) {
@@ -62,6 +65,7 @@ function toggleTable(texte) {
62
 
63
  <form method="post" action="" name="valide_settings">
64
  <input type="hidden" name="action" value="update_pictures" />
 
65
 
66
  <!-- HEADER -->
67
  <?php echo wpm_get_header( __('Picture', 'wp-maintenance'), 'dashicons-format-gallery', $messageUpdate ) ?>
@@ -75,17 +79,17 @@ function toggleTable(texte) {
75
 
76
  <h3><?php _e('Header picture', 'wp-maintenance'); ?></h3>
77
  <small><?php _e('Enter a URL or upload an image.', 'wp-maintenance'); ?></small><br />
78
- <input id="upload_image" size="65%" name="wp_maintenance_settings[image]" value="<?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { echo $paramMMode['image']; } ?>" type="text" class="wpm-form-field" /> <a href="#" id="upload_image_button" class="button button-primary" style="padding-top: 0.2em;padding-bottom: 2.2em;margin-top: 1px;" OnClick="this.blur();"><span> <?php _e('Media Image Library', 'wp-maintenance'); ?> </span></a><br />
 
79
  <span class="description"><?php _e( 'URL path to image to replace default WordPress Logo. (You can upload your image with the WordPress media uploader)', 'wp-maintenance' ); ?></span><br /><br />
80
- <span class="description"><?php _e( 'Your Logo width (Enter in pixels). Default: 310px', 'wp-maintenance' ); ?></span> <input type="text" value="<?php if( isset($paramMMode['image_width']) && $paramMMode['image_width']!='' ) { echo $paramMMode['image_width']; } ?>" name="wp_maintenance_settings[image_width]" /> <br />
81
- <span class="description"><?php _e( 'Your Logo Height (Enter in pixels). Default: 185px', 'wp-maintenance' ); ?></span> <input type="text" value="<?php if( isset($paramMMode['image_height']) && $paramMMode['image_height']!='' ) { echo $paramMMode['image_height']; } ?>" name="wp_maintenance_settings[image_height]" /><br />
82
 
83
  </div>
84
  <div style="float:left;width:30%;text-align:center;">
85
  <?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { ?>
86
  <?php _e('You use this picture:', 'wp-maintenance'); ?><br /> <img src="<?php echo $paramMMode['image']; ?>" width="250" id="image_visuel" style="padding:3px;" />
87
  <?php } ?>
88
- <?php if( isset($paramMMode['image']) && $paramMMode['image'] == WP_PLUGIN_URL.'/wp-maintenance/images/default.png' ) { ?><a href="https://fr.pngtree.com/freepng/cartoon-three---dimensional-square-cone-roadblock-vector-png_3258591.html" target="_blank" style="color:#ccc;text-decoration:none;"><small>Graphiques de pngtree.com</small></a><?php } ?>
89
  </div>
90
  <div class="clear"></div>
91
  </div>
10
  $colors = $_wp_admin_css_colors[$admin_color]->colors;
11
 
12
  /* Update des paramètres */
13
+ if( isset($_POST['action']) && $_POST['action'] == 'update_pictures' && wp_verify_nonce($_POST['security-pictures'], 'valid-pictures') ) {
14
 
15
+ if( isset($_POST['upload_picture']) && $_POST['upload_picture']!='' ) {
16
+ $_POST["wp_maintenance_settings"]["image"] = $_POST['upload_picture'];
17
+ }
18
  if( isset($_POST["wpm_maintenance_detete"]) && is_array($_POST["wpm_maintenance_detete"]) ) {
19
  foreach($_POST["wpm_maintenance_detete"] as $delSlideId=>$delSlideTrue) {
20
  if (array_key_exists($delSlideId, $_POST["wp_maintenance_slider"]["slider_image"])) {
65
 
66
  <form method="post" action="" name="valide_settings">
67
  <input type="hidden" name="action" value="update_pictures" />
68
+ <?php wp_nonce_field('valid-pictures', 'security-pictures'); ?>
69
 
70
  <!-- HEADER -->
71
  <?php echo wpm_get_header( __('Picture', 'wp-maintenance'), 'dashicons-format-gallery', $messageUpdate ) ?>
79
 
80
  <h3><?php _e('Header picture', 'wp-maintenance'); ?></h3>
81
  <small><?php _e('Enter a URL or upload an image.', 'wp-maintenance'); ?></small><br />
82
+ <input id="settings_image"name="wp_maintenance_settings[image]" value="<?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { echo $paramMMode['image']; } ?>" type="hidden" />
83
+ <input id="upload_image" size="65%" name="upload_picture" value="" type="text" class="wpm-form-field" /> <a href="#" id="upload_image_button" class="button button-primary" style="padding-top: 0.1em;padding-bottom: 0.1em;margin-top: 1px;" OnClick="this.blur();"><span> <?php _e('Media Image Library', 'wp-maintenance'); ?> </span></a><br />
84
  <span class="description"><?php _e( 'URL path to image to replace default WordPress Logo. (You can upload your image with the WordPress media uploader)', 'wp-maintenance' ); ?></span><br /><br />
85
+ <span class="description"><?php _e( 'Your Logo width (Enter in pixels). Default: 450px', 'wp-maintenance' ); ?></span> <input type="text" value="<?php if( isset($paramMMode['image_width']) && $paramMMode['image_width']!='' ) { echo $paramMMode['image_width']; } ?>" name="wp_maintenance_settings[image_width]" /> <br />
86
+ <span class="description"><?php _e( 'Your Logo Height (Enter in pixels). Default: 450px', 'wp-maintenance' ); ?></span> <input type="text" value="<?php if( isset($paramMMode['image_height']) && $paramMMode['image_height']!='' ) { echo $paramMMode['image_height']; } ?>" name="wp_maintenance_settings[image_height]" /><br />
87
 
88
  </div>
89
  <div style="float:left;width:30%;text-align:center;">
90
  <?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { ?>
91
  <?php _e('You use this picture:', 'wp-maintenance'); ?><br /> <img src="<?php echo $paramMMode['image']; ?>" width="250" id="image_visuel" style="padding:3px;" />
92
  <?php } ?>
 
93
  </div>
94
  <div class="clear"></div>
95
  </div>
views/wp-maintenance-settings.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( 'Not allowed' );
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
- if( isset($_POST['action']) && $_POST['action'] == 'update_settings' ) {
8
 
9
  update_option('wp_maintenance_limit', $_POST["wp_maintenance_limit"]);
10
  update_option('wp_maintenance_ipaddresses', $_POST["wp_maintenance_ipaddresses"]);
@@ -52,7 +52,7 @@ jQuery(document).ready(function() {
52
 
53
  <form method="post" action="" name="valide_settings">
54
  <input type="hidden" name="action" value="update_settings" />
55
-
56
  <!-- HEADER -->
57
  <?php echo wpm_get_header( __('Settings', 'wp-maintenance'), 'dashicons-admin-generic', $messageUpdate ) ?>
58
  <!-- END HEADER -->
4
 
5
  $messageUpdate = 0;
6
  /* Update des paramètres */
7
+ if( isset($_POST['action']) && $_POST['action'] == 'update_settings' && wp_verify_nonce($_POST['security-settings'], 'valid-settings') ) {
8
 
9
  update_option('wp_maintenance_limit', $_POST["wp_maintenance_limit"]);
10
  update_option('wp_maintenance_ipaddresses', $_POST["wp_maintenance_ipaddresses"]);
52
 
53
  <form method="post" action="" name="valide_settings">
54
  <input type="hidden" name="action" value="update_settings" />
55
+ <?php wp_nonce_field('valid-settings', 'security-settings'); ?>
56
  <!-- HEADER -->
57
  <?php echo wpm_get_header( __('Settings', 'wp-maintenance'), 'dashicons-admin-generic', $messageUpdate ) ?>
58
  <!-- END HEADER -->
wp-maintenance.php CHANGED
@@ -4,8 +4,8 @@
4
  * Plugin URI: https://fr.wordpress.org/plugins/wp-maintenance/
5
  * Description: The WP Maintenance plugin allows you to put your website on the waiting time for you to do maintenance or launch your website. Personalize this page with picture, countdown...
6
  * Author: Florent Maillefaud
7
- * Author URI: https://wpmaintenance.info
8
- * Version: 5.0.5
9
  * Text Domain: wp-maintenance
10
  * Domain Path: /languages/
11
  */
@@ -36,7 +36,7 @@ define( 'WPM_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
36
  define( 'WPM_PLUGIN_URL', plugins_url().'/'.strtolower('wp-maintenance').'/');
37
  define( 'WPM_ICONS_URL', plugins_url().'/'.strtolower('wp-maintenance').'/socialicons/');
38
 
39
- if( !defined( 'WPM_VERSION' )) { define( 'WPM_VERSION', '5.0.5' ); }
40
 
41
  require WPM_DIR . 'classes/wp-maintenance.php';
42
  require WPM_DIR . 'classes/slider.php';
4
  * Plugin URI: https://fr.wordpress.org/plugins/wp-maintenance/
5
  * Description: The WP Maintenance plugin allows you to put your website on the waiting time for you to do maintenance or launch your website. Personalize this page with picture, countdown...
6
  * Author: Florent Maillefaud
7
+ * Author URI: https://madeby.restezconnectes.fr
8
+ * Version: 5.0.6
9
  * Text Domain: wp-maintenance
10
  * Domain Path: /languages/
11
  */
36
  define( 'WPM_PLUGIN_URL', plugins_url().'/'.strtolower('wp-maintenance').'/');
37
  define( 'WPM_ICONS_URL', plugins_url().'/'.strtolower('wp-maintenance').'/socialicons/');
38
 
39
+ if( !defined( 'WPM_VERSION' )) { define( 'WPM_VERSION', '5.0.6' ); }
40
 
41
  require WPM_DIR . 'classes/wp-maintenance.php';
42
  require WPM_DIR . 'classes/slider.php';