WP Maintenance - Version 4.0

Version Description

  • Remove getimagesize() function
  • Adding input for logo size

=

Download this release

Release Info

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

Code changes from version 3.0.9 to 4.0

classes/wp-maintenance.php CHANGED
@@ -350,6 +350,8 @@ a.wpmadashicons:hover { text-decoration:none;color: '.$colors[2].'!important; }
350
  'text_maintenance' => __('Come back quickly!', 'wp-maintenance'),
351
  'userlimit' => 'administrator',
352
  'image' => WP_PLUGIN_URL.'/wp-maintenance/images/default.png',
 
 
353
  'font_title' => 'PT Sans',
354
  'font_title_size' => 40,
355
  'font_title_weigth' => 'normal',
@@ -372,8 +374,6 @@ a.wpmadashicons:hover { text-decoration:none;color: '.$colors[2].'!important; }
372
  'color_button_onclick' => '#333333',
373
  'color_button_hover' => '#cccccc',
374
  'color_button' => '#1e73be',
375
- 'image_width' => 250,
376
- 'image_height' => 100,
377
  'newletter' => 0,
378
  'active_cpt' => 0,
379
  'newletter_font_text' => 'PT Sans',
@@ -810,14 +810,10 @@ a.wpmadashicons:hover { text-decoration:none;color: '.$colors[2].'!important; }
810
  $BottomSocialIcons = '';
811
  }
812
  if( isset($paramMMode['image']) && $paramMMode['image'] ) {
813
- if( ini_get('allow_url_fopen')==1) {
814
- $image_path = str_replace(get_bloginfo('url'), ABSPATH, $paramMMode['image']);
815
- list($logoWidth, $logoHeight, $logoType, $logoAttr) = getimagesize($image_path);
816
- } else {
817
- $width = 150;
818
- $height = 80;
819
- }
820
- $LogoImage = '<div id="logo"><img src="'.$paramMMode['image'].'" width="'.$logoWidth.'" height="'.$logoHeight.'" alt="'.get_bloginfo( 'name', 'display' ).' '.get_bloginfo( 'description', 'display' ).'" title="'.get_bloginfo( 'name', 'display' ).' '.get_bloginfo( 'description', 'display' ).'" /></div>';
821
  } else {
822
  $LogoImage = '';
823
  }
350
  'text_maintenance' => __('Come back quickly!', 'wp-maintenance'),
351
  'userlimit' => 'administrator',
352
  'image' => WP_PLUGIN_URL.'/wp-maintenance/images/default.png',
353
+ 'image_width' => 310,
354
+ 'image_height' => 185,
355
  'font_title' => 'PT Sans',
356
  'font_title_size' => 40,
357
  'font_title_weigth' => 'normal',
374
  'color_button_onclick' => '#333333',
375
  'color_button_hover' => '#cccccc',
376
  'color_button' => '#1e73be',
 
 
377
  'newletter' => 0,
378
  'active_cpt' => 0,
379
  'newletter_font_text' => 'PT Sans',
810
  $BottomSocialIcons = '';
811
  }
812
  if( isset($paramMMode['image']) && $paramMMode['image'] ) {
813
+ if( empty($paramMMode['image_width']) ) { $paramMMode['image_width'] = 310; }
814
+ if( empty($paramMMode['image_height']) ) { $paramMMode['image_height'] = 185; }
815
+ $LogoImage = '<div id="logo"><img src="'.$paramMMode['image'].'" width="'.$paramMMode['image_width'].'" height="'.$paramMMode['image_height'].'" alt="'.get_bloginfo( 'name', 'display' ).' '.get_bloginfo( 'description', 'display' ).'" title="'.get_bloginfo( 'name', 'display' ).' '.get_bloginfo( 'description', 'display' ).'" /></div>';
816
+
 
 
 
 
817
  } else {
818
  $LogoImage = '';
819
  }
css/wpm-admin.css CHANGED
@@ -1 +1 @@
1
- .switch-field label,.wpmclassname{display:inline-block;text-align:center}body#tinymce.wp-editor{font-size:.9rem;margin:10px;max-width:100%}.switch-field{font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;padding-top:5px;padding-bottom:10px;overflow:hidden;width:180px;margin-left:auto}.switch-title{margin-bottom:6px}.switch-field input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.switch-field label{float:left;width:60px;background-color:#e4e4e4;color:#333;font-size:14px;font-weight:400;text-shadow:none;padding:6px 14px;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.switch-field label:hover{cursor:pointer}.switch-field input:checked+label{-webkit-box-shadow:none;box-shadow:none;color:#e4e4e4}.switch-field label:first-of-type{border-radius:4px 0 0 4px}.switch-field label:last-of-type{border-radius:0 4px 4px 0} .wpmclassname{background-color:#848838;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;text-indent:0;border:3px solid #656830;color:#fff;font-size:15px;font-weight:700;font-style:normal;height:50px;line-height:45px;width:215px;text-decoration:none;-webkit-border-radius:10px;border-radius:10px}.wpmclassname:hover{background-color:#656830;color:#fff}.wpmclassname:active{position:relative;top:1px;color:#fff}#wpmcontainer-sticky-wrapper{height:0!important}#wpmcontainer{left:0;top:32px;width:100%;z-index:9980;background-color:#f1f1f1}#wpmNotifications{color:#fff;background-color:#a3b745;margin-left:auto;margin-right:auto;width:60%;padding:14px 25px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-radius:10px;border-radius:10px}.bottom-notices,.postbox{width:75%;box-shadow:none;-webkit-box-shadow:none}.postbox .hndle{padding:5px 5px 15px}.postbox .hndle span{font-size:25px}.postbox .hndle .postbox-title-action{font-size:12px;font-style:italic;padding-left:5px}.inside{display:none}.inside.openinside{display:block}.switch-field-mini label {display:inline-block;text-align:center}.switch-field-mini{font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;overflow:hidden;margin-left:auto}.switch-mini-title{margin-bottom:6px}.switch-field-mini input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.switch-field-mini label{float:left;width:40px;background-color:#e4e4e4;color:#333;font-size:12px;text-shadow:none;padding:0;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.switch-field-mini label:hover{cursor:pointer}.switch-field-mini input:checked+label{-webkit-box-shadow:none;box-shadow:none;color:#e4e4e4}.switch-field-mini label:first-of-type{border-radius:4px 0 0 4px}.switch-field-mini label:last-of-type{border-radius:0 4px 4px 0}#wpm-column1{float:left;width:73%;margin-right:1%;border:1px solid #ddd;background-color:#fff;padding:10px}#wpm-column2{float:left;width:24%}#wpm-navsave{float:left;width:18%;text-align:right;margin-top:25px}#wpm-navdashicons{float:left;width:20%;padding-top:8px}#wpm-navtitle{float:left;width:100%;}#wpm-navmessage{float:left;width:40%;text-align:center;padding-top:10px}#wpm-navtext{float:left;width:20%}@media (max-width:640px){#wpm-column1{width:92%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:98%}.switch-field{width:100px}.switch-field label{width:20px}h3{font-size:1em}#wpmcontainer{padding-left:0}#wpm-navsave{display:none}#divwpmcontainer{width:100%}#wpm-navtitle{width:99%;}#wpm-navdashicons{width:55%;padding-top:12px;height:55px}.wpm-form-field{width:95%}}@media (max-width:782px){#wpmcontainer{padding-left:0}#divwpmcontainer{width:100%}.wpm-form-field{width:95%}#wpm-navdashicons{width:55%;padding-top:12px;height:55px}#wpm-navtitle{}#wpm-column1{width:97%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:100%}}@media screen and (max-width:1280px){#wpmcontainer{width:85%}#wpm-column1{width:95%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:98%}#wpm-navtitle{width:100%;}#wpm-navtext{font-size: 15px;width:30%}#wpm-navdashicons{display: none;}#wpm-navmessage{width: 37%;}}#maintenance-on{background:#0ed74c;border-radius:50%;width:14px;height:14px;float: left;margin-right: 5px;margin-top: 9px;}#maintenance-off{background:#d70e25;border-radius:50%;width:14px;height:14px;float: left;margin-right: 5px;margin-top: 9px;}
1
+ .switch-field label,.wpmclassname{display:inline-block;text-align:center}body#tinymce.wp-editor{font-size:.9rem;margin:10px;max-width:100%}.switch-field{font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;padding-top:5px;padding-bottom:10px;overflow:hidden;width:180px;margin-left:auto}.switch-title{margin-bottom:6px}.switch-field input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.switch-field label{float:left;width:60px;background-color:#e4e4e4;color:#333;font-size:14px;font-weight:400;text-shadow:none;padding:6px 14px;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.switch-field label:hover{cursor:pointer}.switch-field input:checked+label{-webkit-box-shadow:none;box-shadow:none;color:#e4e4e4}.switch-field label:first-of-type{border-radius:4px 0 0 4px}.switch-field label:last-of-type{border-radius:0 4px 4px 0} .wpmclassname{background-color:#848838;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;text-indent:0;border:3px solid #656830;color:#fff;font-size:15px;font-weight:700;font-style:normal;height:50px;line-height:45px;width:215px;text-decoration:none;-webkit-border-radius:10px;border-radius:10px}.wpmclassname:hover{background-color:#656830;color:#fff}.wpmclassname:active{position:relative;top:1px;color:#fff}#wpmcontainer-sticky-wrapper{height:0!important}#wpmcontainer{left:0;top:32px;width:100%;z-index:9980;background-color:#f1f1f1}#wpmNotifications{color:#fff;background-color:#a3b745;margin-left:auto;margin-right:auto;width:60%;padding:14px 25px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-radius:10px;border-radius:10px}.bottom-notices,.postbox{width:75%;box-shadow:none;-webkit-box-shadow:none}.postbox .hndle{padding:5px 5px 15px}.postbox .hndle span{font-size:25px}.postbox .hndle .postbox-title-action{font-size:12px;font-style:italic;padding-left:5px}.inside{display:none}.inside.openinside{display:block}.switch-field-mini label {display:inline-block;text-align:center}.switch-field-mini{font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;overflow:hidden;margin-left:auto}.switch-mini-title{margin-bottom:6px}.switch-field-mini input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.switch-field-mini label{float:left;width:40px;background-color:#e4e4e4;color:#333;font-size:12px;text-shadow:none;padding:0;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.switch-field-mini label:hover{cursor:pointer}.switch-field-mini input:checked+label{-webkit-box-shadow:none;box-shadow:none;color:#e4e4e4}.switch-field-mini label:first-of-type{border-radius:4px 0 0 4px}.switch-field-mini label:last-of-type{border-radius:0 4px 4px 0}#wpm-column1{float:left;width:76%;margin-right:1%;border:1px solid #ddd;background-color:#fff;padding:10px}#wpm-column2{float:left;width:21%}#wpm-navsave{float:left;width:18%;text-align:right;margin-top:25px}#wpm-navdashicons{float:left;width:20%;padding-top:8px}#wpm-navtitle{float:left;width:100%;}#wpm-navmessage{float:left;width:40%;text-align:center;padding-top:10px}#wpm-navtext{float:left;width:20%}@media (max-width:640px){#wpm-column1{width:92%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:98%}.switch-field{width:100px}.switch-field label{width:20px}h3{font-size:1em}#wpmcontainer{padding-left:0}#wpm-navsave{display:none}#divwpmcontainer{width:100%}#wpm-navtitle{width:99%;}#wpm-navdashicons{width:55%;padding-top:12px;height:55px}.wpm-form-field{width:95%}}@media (max-width:782px){#wpmcontainer{padding-left:0}#divwpmcontainer{width:100%}.wpm-form-field{width:95%}#wpm-navdashicons{width:55%;padding-top:12px;height:55px}#wpm-navtitle{}#wpm-column1{width:97%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:100%}}@media screen and (max-width:1280px){#wpmcontainer{width:85%}#wpm-column1{width:95%;border:1px solid #ddd;background-color:#fff}#wpm-column2{width:98%}#wpm-navtitle{width:100%;}#wpm-navtext{font-size: 15px;width:30%}#wpm-navdashicons{display: none;}#wpm-navmessage{width: 37%;}}#maintenance-on{background:#88bf99;border-radius:50%;width:14px;height:14px;float: left;margin-right: 5px;margin-top: 9px;}#maintenance-off{background:#c1C1c1;border-radius:50%;width:14px;height:14px;float: left;margin-right: 5px;margin-top: 9px;}
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: 2017-08-09 10:06+0200\n"
5
- "PO-Revision-Date: 2017-08-09 10:07+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.0.3\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,131 +21,145 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
- #: classes/countdown.php:34
25
  msgid "Days"
26
  msgstr "Jours"
27
 
28
- #: classes/countdown.php:34
29
  msgid "Hours"
30
  msgstr "Heures"
31
 
32
- #: classes/countdown.php:34
33
  msgid "Minutes"
34
  msgstr "Minutes"
35
 
36
- #: classes/countdown.php:36
37
  msgid "Seconds"
38
  msgstr "Secondes"
39
 
40
- #: classes/slider.php:90
41
  msgid "Previous"
42
  msgstr "Précédent"
43
 
44
- #: classes/slider.php:91
45
  msgid "Next"
46
  msgstr "Suivant"
47
 
48
- #: classes/wp-maintenance.php:45 classes/wp-maintenance.php:280
49
  msgid "This site is down for maintenance"
50
  msgstr "Ce site est fermé pour maintenance"
51
 
52
- #: classes/wp-maintenance.php:46 classes/wp-maintenance.php:281
53
  msgid "Come back quickly!"
54
  msgstr "Nous revenons rapidement !"
55
 
56
- #: classes/wp-maintenance.php:154 classes/wp-maintenance.php:270
57
- #: views/wp-maintenance-settings.php:57
58
  msgid "Settings"
59
  msgstr "Réglages"
60
 
61
- #: classes/wp-maintenance.php:213
62
- msgid "Maintenance mode activated!"
63
- msgstr "Maintenance activée !"
 
 
64
 
65
- #: classes/wp-maintenance.php:260 views/wp-maintenance-dashboard.php:53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  msgid "General"
67
  msgstr "Général"
68
 
69
- #: classes/wp-maintenance.php:262 views/wp-maintenance-colors.php:41
70
  msgid "Colors & Fonts"
71
  msgstr "Coleurs & Polices"
72
 
73
- #: classes/wp-maintenance.php:264
74
- msgid "Pictures"
75
- msgstr "Images"
76
-
77
- #: classes/wp-maintenance.php:266
78
  msgid "CountDown"
79
  msgstr "Compte à rebours"
80
 
81
- #: classes/wp-maintenance.php:268 views/wp-maintenance-css.php:36
82
  msgid "CSS Style"
83
  msgstr "Style CSS"
84
 
85
- #: classes/wp-maintenance.php:400
86
  msgid "Choose This Image"
87
  msgstr "Choisir cette image"
88
 
89
- #: classes/wp-maintenance.php:401
90
  msgid "Choose Image"
91
  msgstr "Choisir une image"
92
 
93
- #: classes/wp-maintenance.php:417 classes/wp-maintenance.php:425
94
- #: classes/wp-maintenance.php:433 classes/wp-maintenance.php:442
95
- #: classes/wp-maintenance.php:451 classes/wp-maintenance.php:460
96
  msgid "You do not have sufficient privileges to access this page."
97
  msgstr ""
98
  "Vous n'avez pas les autorisations suffisantes pour accéder à cette page."
99
 
100
- #: classes/wp-maintenance.php:543
101
  msgid "Please upload a valid .json file"
102
  msgstr "Veuillez téléverser un fichier .json valide"
103
 
104
- #: classes/wp-maintenance.php:549
105
  msgid "Please upload a file to import"
106
  msgstr "Veuillez téléverser un fichier à importer"
107
 
108
- #: classes/wp-maintenance.php:559
109
  msgid "New settings imported successfully!"
110
- msgstr "Nouveaux paramètres importés avec succès."
111
 
112
- #: classes/wp-maintenance.php:755
113
  msgid "Dashboard"
114
  msgstr "Tableau de bord"
115
 
116
- #: includes/functions.php:25
117
  msgid "Options saved."
118
  msgstr "Options sauvegardées."
119
 
120
- #: includes/functions.php:57
121
  msgid "Go to Generals options"
122
  msgstr "Aller aux options générales"
123
 
124
- #: includes/functions.php:62
125
  msgid "Go to Colors and Fonts options"
126
  msgstr "Aller aux options de couleurs et polices"
127
 
128
- #: includes/functions.php:67
129
  msgid "Go to Pictures options"
130
  msgstr "Aller aux options des images"
131
 
132
- #: includes/functions.php:72
133
  msgid "Go to Countdown options"
134
  msgstr "Aller aux options du compte à rebours"
135
 
136
- #: includes/functions.php:77
137
  msgid "Go to CSS options"
138
  msgstr "Aller aux options de la feuille de style CSS"
139
 
140
- #: includes/functions.php:82
141
  msgid "Go to Settings options"
142
  msgstr "Aller aux paramètrages"
143
 
144
- #: includes/functions.php:136
145
  msgid "ABOUT"
146
  msgstr "A PROPOS"
147
 
148
- #: includes/functions.php:138
149
  msgid ""
150
  "This plugin has been developed for you for free by <a href=\"https://"
151
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
@@ -156,196 +170,195 @@ msgstr ""
156
  "Elle est libre de droits, vous pouvez la prendre, la modifier, la distribuer "
157
  "comme bon vous semble."
158
 
159
- #: includes/functions.php:139
160
  msgid "Visit"
161
  msgstr "Visitez"
162
 
163
- #: includes/functions.php:139
164
  msgid ""
165
  "try the demo of the plugin, talk about this plugin to your surroundings!"
166
  msgstr "essayez la démo de cette extension et parlez-en à votre entourage !"
167
 
168
- #: includes/functions.php:141
169
  msgid "Support this extension and my other developments (French Paypal):"
170
  msgstr "Soutenez cette extension et mes autres développements (PayPal) :"
171
 
172
- #: includes/functions.php:153
173
  msgid "DISCOVER"
174
  msgstr "DÉCOUVRIR"
175
 
176
- #. Plugin Name of the plugin/theme
177
- #: includes/functions.php:174
178
- msgid "WP Maintenance"
179
- msgstr "WP Maintenance"
180
-
181
- #: includes/functions.php:174
182
  msgid "is brought to you by"
183
  msgstr "vous est proposé par"
184
 
185
- #: includes/functions.php:174
186
  msgid "If you found this plugin useful"
187
  msgstr "Si vous avez trouvé cette extension utile"
188
 
189
- #: includes/functions.php:174
190
  msgid "give it 5 &#9733; on WordPress.org"
191
  msgstr "donnez-lui 5 &#9733; sur WordPress.org"
192
 
193
- #: views/wp-maintenance-colors.php:51
194
  msgid "Choice general colors:"
195
  msgstr "Choix des couleurs générales :"
196
 
197
- #: views/wp-maintenance-colors.php:52
198
  msgid "Background page color:"
199
  msgstr "Couleur du fond de page :"
200
 
201
- #: views/wp-maintenance-colors.php:53
202
  msgid "Header color:"
203
  msgstr "Couleur d'entête :"
204
 
205
- #: views/wp-maintenance-colors.php:56
206
  msgid "Choice texts fonts and colors:"
207
  msgstr "Choix des polices et couleurs des textes :"
208
 
209
- #: views/wp-maintenance-colors.php:57
210
  msgid "Text color:"
211
  msgstr "Couleur du texte :"
212
 
213
- #: views/wp-maintenance-colors.php:59
214
  msgid "Title font settings"
215
  msgstr "Paramètres de la police du titre"
216
 
217
- #: views/wp-maintenance-colors.php:66 views/wp-maintenance-colors.php:89
218
- #: views/wp-maintenance-colors.php:143 views/wp-maintenance-colors.php:164
219
- #: views/wp-maintenance-colors.php:198
220
  msgid "Size:"
221
  msgstr "Taille :"
222
 
223
- #: views/wp-maintenance-colors.php:82 views/wp-maintenance-colors.php:157
224
- msgid "Text font settings"
225
- msgstr "Paramètres de la police du texte"
226
-
227
- #: views/wp-maintenance-colors.php:107
228
- msgid "Activate Frame"
229
- msgstr "Activer le cadre"
230
-
231
- #: views/wp-maintenance-colors.php:111 views/wp-maintenance-countdown.php:58
232
  #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
233
- #: views/wp-maintenance-css.php:57 views/wp-maintenance-dashboard.php:64
234
  #: views/wp-maintenance-dashboard.php:124
235
  #: views/wp-maintenance-dashboard.php:148
236
  #: views/wp-maintenance-dashboard.php:171
237
- #: views/wp-maintenance-dashboard.php:242
238
- #: views/wp-maintenance-dashboard.php:259 views/wp-maintenance-picture.php:91
239
- #: views/wp-maintenance-picture.php:152 views/wp-maintenance-picture.php:184
240
- #: views/wp-maintenance-picture.php:191 views/wp-maintenance-settings.php:69
241
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
242
  msgid "Yes"
243
  msgstr "Oui"
244
 
245
- #: views/wp-maintenance-colors.php:113 views/wp-maintenance-countdown.php:60
 
 
 
 
246
  #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
247
- #: views/wp-maintenance-css.php:59 views/wp-maintenance-dashboard.php:66
248
  #: views/wp-maintenance-dashboard.php:126
249
  #: views/wp-maintenance-dashboard.php:150
250
  #: views/wp-maintenance-dashboard.php:173
251
- #: views/wp-maintenance-dashboard.php:244
252
- #: views/wp-maintenance-dashboard.php:261 views/wp-maintenance-picture.php:93
253
- #: views/wp-maintenance-picture.php:154 views/wp-maintenance-picture.php:186
254
- #: views/wp-maintenance-picture.php:193 views/wp-maintenance-settings.php:71
255
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
256
  msgid "No"
257
  msgstr "Non"
258
 
259
- #: views/wp-maintenance-colors.php:120
 
 
 
 
 
 
 
 
260
  msgid "Color:"
261
  msgstr "Couleur :"
262
 
263
- #: views/wp-maintenance-colors.php:121
264
  msgid "Opacity:"
265
  msgstr "Opacité :"
266
 
267
- #: views/wp-maintenance-colors.php:123 views/wp-maintenance-picture.php:176
268
  msgid "Width:"
269
  msgstr "Largeur :"
270
 
271
- #: views/wp-maintenance-colors.php:131
272
  msgid "Choice countdown fonts and colors:"
273
  msgstr "Choix des polices et couleurs du compte à rebours :"
274
 
275
- #: views/wp-maintenance-colors.php:132
276
  msgid "Countdown text color:"
277
  msgstr "Couleur du texte du compteur :"
278
 
279
- #: views/wp-maintenance-colors.php:133
280
  msgid "Countdown background color:"
281
  msgstr "Couleur du fond du compteur :"
282
 
283
- #: views/wp-maintenance-colors.php:136
284
  msgid "Countdown font settings"
285
  msgstr "Paramètres de la police du compte à rebours"
286
 
287
- #: views/wp-maintenance-colors.php:152
288
  msgid "Choice fonts and colors bottom page:"
289
  msgstr "Choix des polices et couleurs du bas de page :"
290
 
291
- #: views/wp-maintenance-colors.php:153
292
  msgid "Bottom color:"
293
  msgstr "Couleur du fond :"
294
 
295
- #: views/wp-maintenance-colors.php:154
296
  msgid "Text bottom color:"
297
  msgstr "Couleur du texte :"
298
 
299
- #: views/wp-maintenance-colors.php:181
300
  msgid "Choice form color:"
301
  msgstr "Choisir les couleurs du formulaire :"
302
 
303
- #: views/wp-maintenance-colors.php:212
304
  msgid "Field text color:"
305
  msgstr "Couleur du texte dans les champs :"
306
 
307
- #: views/wp-maintenance-colors.php:214
308
  msgid "Field border color:"
309
  msgstr "Couleur de bordure des champs :"
310
 
311
- #: views/wp-maintenance-colors.php:216
312
  msgid "Field background color:"
313
  msgstr "Couleur de fond des champs :"
314
 
315
- #: views/wp-maintenance-colors.php:219
316
  msgid "Button text color:"
317
  msgstr "Couleur du texte dans le bouton :"
318
 
319
- #: views/wp-maintenance-colors.php:222
320
  msgid "Button color:"
321
  msgstr "Couleur du bouton :"
322
 
323
- #: views/wp-maintenance-colors.php:225
324
  msgid "Button color hover:"
325
  msgstr "Couleur du bouton au survol :"
326
 
327
- #: views/wp-maintenance-colors.php:227
328
  msgid "Button color onclick:"
329
  msgstr "Couleur du bouton au click :"
330
 
331
- #: views/wp-maintenance-colors.php:231
332
  #, php-format
333
  msgid "Enable %s to customize the forms"
334
  msgstr "Activer %s pour personnaliser les formulaires"
335
 
336
- #: views/wp-maintenance-colors.php:231
337
  msgid "newsletter option"
338
  msgstr "options de newsletter"
339
 
340
- #: views/wp-maintenance-colors.php:235
341
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
342
  msgstr ""
343
  "Activer les extensions Mailpoet ou MailChimp personnaliser les formulaires"
344
 
345
- #: views/wp-maintenance-countdown.php:24
346
- msgid "Countdown"
347
- msgstr "Compte à rebours"
348
-
349
  #: views/wp-maintenance-countdown.php:50
350
  msgid "Enable a countdown ?"
351
  msgstr "Activer le compte à rebours ?"
@@ -479,7 +492,7 @@ msgstr "Sélectionner un mois"
479
  msgid "Select a year"
480
  msgstr "Sélectionner une année"
481
 
482
- #: views/wp-maintenance-css.php:45
483
  msgid ""
484
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
485
  "\" to retrieve the default style sheet."
@@ -487,43 +500,43 @@ msgstr ""
487
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
488
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
489
 
490
- #: views/wp-maintenance-css.php:53
491
  msgid "Reset default CSS stylesheet ?"
492
  msgstr "Réinitialiser la feuille de style ?"
493
 
494
- #: views/wp-maintenance-css.php:68
495
  msgid "Markers for colors"
496
  msgstr "Marqueurs pour les couleurs"
497
 
498
- #: views/wp-maintenance-css.php:73
499
  msgid "Use this code for text color"
500
  msgstr "Utiliser ce code pour la couleur du texte"
501
 
502
- #: views/wp-maintenance-css.php:77
503
  msgid "Use this code for background text color"
504
  msgstr "Utiliser ce code pour la couleur de fond du texte"
505
 
506
- #: views/wp-maintenance-css.php:81
507
  msgid "Use this code for background color countdown"
508
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
509
 
510
- #: views/wp-maintenance-css.php:85
511
  msgid "Use this code for size countdown"
512
  msgstr "Utiliser ce code pour la taille du compte à rebours"
513
 
514
- #: views/wp-maintenance-css.php:89
515
  msgid "Use this code for countdown color"
516
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
517
 
518
- #: views/wp-maintenance-css.php:94
519
  msgid "Need CSS code for MailPoet plugin?"
520
  msgstr "Besoin de code CSS pour le plugin MailPoet ?"
521
 
522
- #: views/wp-maintenance-css.php:95 views/wp-maintenance-css.php:110
523
  msgid "Click for select all"
524
  msgstr "Cliquez pour tout sélectionner"
525
 
526
- #: views/wp-maintenance-css.php:109
527
  msgid "Need CSS code for MailChimp plugin?"
528
  msgstr "Besoin de code CSS pour le plugin MailChimp ?"
529
 
@@ -539,7 +552,7 @@ msgstr "Titre et Texte de la page maintenance :"
539
  msgid "Title:"
540
  msgstr "Titre :"
541
 
542
- #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:238
543
  msgid "Text:"
544
  msgstr "Texte :"
545
 
@@ -596,60 +609,64 @@ msgid "Drad and drop the lines to put in the order you want:"
596
  msgstr ""
597
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
598
 
599
- #: views/wp-maintenance-dashboard.php:211
600
  msgid "Choose icons size:"
601
  msgstr "Choisissez la taille des icônes :"
602
 
603
- #: views/wp-maintenance-dashboard.php:222 views/wp-maintenance-picture.php:199
 
 
 
 
604
  msgid "Position:"
605
  msgstr "Position :"
606
 
607
- #: views/wp-maintenance-dashboard.php:224
608
  msgid "Top"
609
  msgstr "Haut"
610
 
611
- #: views/wp-maintenance-dashboard.php:225
612
  msgid "Bottom"
613
  msgstr "Bas"
614
 
615
- #: views/wp-maintenance-dashboard.php:228
616
  msgid "Align:"
617
  msgstr "Alignement :"
618
 
619
- #: views/wp-maintenance-dashboard.php:230
620
  msgid "Left"
621
  msgstr "Gauche"
622
 
623
- #: views/wp-maintenance-dashboard.php:231
624
  msgid "Center"
625
  msgstr "Centre"
626
 
627
- #: views/wp-maintenance-dashboard.php:232
628
  msgid "Right"
629
  msgstr "Droite"
630
 
631
- #: views/wp-maintenance-dashboard.php:235
632
  msgid "You have your own icons? Enter the folder name of your theme here:"
633
  msgstr ""
634
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
635
 
636
- #: views/wp-maintenance-dashboard.php:238
637
  msgid "Reset Social Icon?"
638
  msgstr "Réinitialiser les icônes des réseaux sociaux ?"
639
 
640
- #: views/wp-maintenance-dashboard.php:255
641
  msgid "Enable Newletter:"
642
  msgstr "Activer l'encart de newletter :"
643
 
644
- #: views/wp-maintenance-dashboard.php:269
645
  msgid "Enter title for the newletter block:"
646
  msgstr "Entrez un titre pour l'encart de la newsletter :"
647
 
648
- #: views/wp-maintenance-dashboard.php:271
649
  msgid "Enter your newletter shortcode here:"
650
  msgstr "Entrez le Shortcode de la newletter ici :"
651
 
652
- #: views/wp-maintenance-dashboard.php:273
653
  msgid "Or enter your newletter iframe code here:"
654
  msgstr "Ou entrez le code iframe de la newsletter ici :"
655
 
@@ -657,88 +674,104 @@ msgstr "Ou entrez le code iframe de la newsletter ici :"
657
  msgid "Picture"
658
  msgstr "Image"
659
 
660
- #: views/wp-maintenance-picture.php:74
661
  msgid "Header picture"
662
  msgstr "Image d'entête"
663
 
664
- #: views/wp-maintenance-picture.php:75 views/wp-maintenance-picture.php:103
665
  msgid "Enter a URL or upload an image."
666
  msgstr "Entrez une url ou mettez en ligne une image."
667
 
668
- #: views/wp-maintenance-picture.php:76 views/wp-maintenance-picture.php:104
669
- #: views/wp-maintenance-picture.php:209
670
  msgid "Select or Upload your picture"
671
  msgstr "Sélectionnez / Mettre en ligne votre image"
672
 
673
- #: views/wp-maintenance-picture.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  msgid "You use this picture:"
675
  msgstr "Image actuelle :"
676
 
677
- #: views/wp-maintenance-picture.php:87
678
  msgid "Background picture or pattern"
679
  msgstr "Image de fond ou un modèle"
680
 
681
- #: views/wp-maintenance-picture.php:105
682
  msgid "Background picture options"
683
  msgstr "Options de l'image de fond"
684
 
685
- #: views/wp-maintenance-picture.php:111
686
  msgid "Fixed"
687
  msgstr "Fixe"
688
 
689
- #: views/wp-maintenance-picture.php:115
690
  msgid "You use this background picture:"
691
  msgstr "Image de fond actuelle :"
692
 
693
- #: views/wp-maintenance-picture.php:123
694
  msgid "Or choose a pattern:"
695
  msgstr "Ou choisissez un pattern de fond :"
696
 
697
- #: views/wp-maintenance-picture.php:126
698
  msgid "NO PATTERN"
699
  msgstr "AUCUN PATTERN"
700
 
701
- #: views/wp-maintenance-picture.php:139
702
  msgid "You use this pattern:"
703
  msgstr "Vous utilisez ce modèle :"
704
 
705
- #: views/wp-maintenance-picture.php:148
706
  msgid "Enable Slider"
707
  msgstr "Activer le Slider"
708
 
709
- #: views/wp-maintenance-picture.php:161
710
  msgid "Slider image options"
711
  msgstr "Options du Slider"
712
 
713
- #: views/wp-maintenance-picture.php:175
714
  msgid "Speed:"
715
  msgstr "Vitesse :"
716
 
717
- #: views/wp-maintenance-picture.php:181
718
  msgid "Display Auto Slider:"
719
  msgstr "Afficher le Slider en auto :"
720
 
721
- #: views/wp-maintenance-picture.php:188
722
  msgid "Display button navigation:"
723
  msgstr "Afficher les boutons navigation :"
724
 
725
- #: views/wp-maintenance-picture.php:201
726
  msgid "Above logo"
727
  msgstr "Au-dessus du logo"
728
 
729
- #: views/wp-maintenance-picture.php:202
730
  msgid "Below logo"
731
  msgstr "Au-dessous du logo"
732
 
733
- #: views/wp-maintenance-picture.php:203
734
  msgid "Below title & text"
735
  msgstr "Au-dessous du titre & texte"
736
 
737
- #: views/wp-maintenance-picture.php:239
738
  msgid "Link:"
739
  msgstr "Lien :"
740
 
741
- #: views/wp-maintenance-picture.php:242
742
  msgid "Delete this slide"
743
  msgstr "Supprimer ce slide"
744
 
@@ -886,6 +919,9 @@ msgstr "Florent Maillefaud"
886
  msgid "https://wpmaintenance.info"
887
  msgstr "https://wpmaintenance.info"
888
 
 
 
 
889
  #~ msgid "The Style Sheet has been reset!"
890
  #~ msgstr "La feuille de style a bien été réinitilisée !"
891
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
+ "POT-Creation-Date: 2017-12-26 18:05+0100\n"
5
+ "PO-Revision-Date: 2017-12-26 18:19+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.0.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: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
 
40
+ #: classes/slider.php:99
41
  msgid "Previous"
42
  msgstr "Précédent"
43
 
44
+ #: classes/slider.php:100
45
  msgid "Next"
46
  msgstr "Suivant"
47
 
48
+ #: classes/wp-maintenance.php:50 classes/wp-maintenance.php:349
49
  msgid "This site is down for maintenance"
50
  msgstr "Ce site est fermé pour maintenance"
51
 
52
+ #: classes/wp-maintenance.php:51 classes/wp-maintenance.php:350
53
  msgid "Come back quickly!"
54
  msgstr "Nous revenons rapidement !"
55
 
56
+ #: classes/wp-maintenance.php:158 classes/wp-maintenance.php:283
57
+ #: classes/wp-maintenance.php:334 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:221 classes/wp-maintenance.php:226
63
+ #: includes/functions.php:172
64
+ msgid "WP Maintenance"
65
+ msgstr "WP Maintenance"
66
 
67
+ #: classes/wp-maintenance.php:243
68
+ msgid "Colors"
69
+ msgstr "Couleurs"
70
+
71
+ #: classes/wp-maintenance.php:253 classes/wp-maintenance.php:328
72
+ msgid "Pictures"
73
+ msgstr "Images"
74
+
75
+ #: classes/wp-maintenance.php:263 views/wp-maintenance-countdown.php:24
76
+ msgid "Countdown"
77
+ msgstr "Compte à rebours"
78
+
79
+ #: classes/wp-maintenance.php:273
80
+ msgid "CSS"
81
+ msgstr "CSS"
82
+
83
+ #: classes/wp-maintenance.php:324 views/wp-maintenance-dashboard.php:53
84
  msgid "General"
85
  msgstr "Général"
86
 
87
+ #: classes/wp-maintenance.php:326 views/wp-maintenance-colors.php:41
88
  msgid "Colors & Fonts"
89
  msgstr "Coleurs & Polices"
90
 
91
+ #: classes/wp-maintenance.php:330
 
 
 
 
92
  msgid "CountDown"
93
  msgstr "Compte à rebours"
94
 
95
+ #: classes/wp-maintenance.php:332 views/wp-maintenance-css.php:36
96
  msgid "CSS Style"
97
  msgstr "Style CSS"
98
 
99
+ #: classes/wp-maintenance.php:476
100
  msgid "Choose This Image"
101
  msgstr "Choisir cette image"
102
 
103
+ #: classes/wp-maintenance.php:477
104
  msgid "Choose Image"
105
  msgstr "Choisir une image"
106
 
107
+ #: classes/wp-maintenance.php:493 classes/wp-maintenance.php:501
108
+ #: classes/wp-maintenance.php:509 classes/wp-maintenance.php:518
109
+ #: classes/wp-maintenance.php:527 classes/wp-maintenance.php:536
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:619
115
  msgid "Please upload a valid .json file"
116
  msgstr "Veuillez téléverser un fichier .json valide"
117
 
118
+ #: classes/wp-maintenance.php:625
119
  msgid "Please upload a file to import"
120
  msgstr "Veuillez téléverser un fichier à importer"
121
 
122
+ #: classes/wp-maintenance.php:635
123
  msgid "New settings imported successfully!"
124
+ msgstr "Nouveaux paramètres importés avec succès !"
125
 
126
+ #: classes/wp-maintenance.php:827
127
  msgid "Dashboard"
128
  msgstr "Tableau de bord"
129
 
130
+ #: includes/functions.php:24
131
  msgid "Options saved."
132
  msgstr "Options sauvegardées."
133
 
134
+ #: includes/functions.php:55
135
  msgid "Go to Generals options"
136
  msgstr "Aller aux options générales"
137
 
138
+ #: includes/functions.php:60
139
  msgid "Go to Colors and Fonts options"
140
  msgstr "Aller aux options de couleurs et polices"
141
 
142
+ #: includes/functions.php:65
143
  msgid "Go to Pictures options"
144
  msgstr "Aller aux options des images"
145
 
146
+ #: includes/functions.php:70
147
  msgid "Go to Countdown options"
148
  msgstr "Aller aux options du compte à rebours"
149
 
150
+ #: includes/functions.php:75
151
  msgid "Go to CSS options"
152
  msgstr "Aller aux options de la feuille de style CSS"
153
 
154
+ #: includes/functions.php:80
155
  msgid "Go to Settings options"
156
  msgstr "Aller aux paramètrages"
157
 
158
+ #: includes/functions.php:134
159
  msgid "ABOUT"
160
  msgstr "A PROPOS"
161
 
162
+ #: includes/functions.php:136
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
  "Elle est libre de droits, vous pouvez la prendre, la modifier, la distribuer "
171
  "comme bon vous semble."
172
 
173
+ #: includes/functions.php:137
174
  msgid "Visit"
175
  msgstr "Visitez"
176
 
177
+ #: includes/functions.php:137
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:139
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:151
187
  msgid "DISCOVER"
188
  msgstr "DÉCOUVRIR"
189
 
190
+ #: includes/functions.php:172
 
 
 
 
 
191
  msgid "is brought to you by"
192
  msgstr "vous est proposé par"
193
 
194
+ #: includes/functions.php:172
195
  msgid "If you found this plugin useful"
196
  msgstr "Si vous avez trouvé cette extension utile"
197
 
198
+ #: includes/functions.php:172
199
  msgid "give it 5 &#9733; on WordPress.org"
200
  msgstr "donnez-lui 5 &#9733; sur WordPress.org"
201
 
202
+ #: views/wp-maintenance-colors.php:49
203
  msgid "Choice general colors:"
204
  msgstr "Choix des couleurs générales :"
205
 
206
+ #: views/wp-maintenance-colors.php:50
207
  msgid "Background page color:"
208
  msgstr "Couleur du fond de page :"
209
 
210
+ #: views/wp-maintenance-colors.php:51
211
  msgid "Header color:"
212
  msgstr "Couleur d'entête :"
213
 
214
+ #: views/wp-maintenance-colors.php:54
215
  msgid "Choice texts fonts and colors:"
216
  msgstr "Choix des polices et couleurs des textes :"
217
 
218
+ #: views/wp-maintenance-colors.php:55
219
  msgid "Text color:"
220
  msgstr "Couleur du texte :"
221
 
222
+ #: views/wp-maintenance-colors.php:57
223
  msgid "Title font settings"
224
  msgstr "Paramètres de la police du titre"
225
 
226
+ #: views/wp-maintenance-colors.php:64 views/wp-maintenance-colors.php:102
227
+ #: views/wp-maintenance-colors.php:171 views/wp-maintenance-colors.php:192
228
+ #: views/wp-maintenance-colors.php:243
229
  msgid "Size:"
230
  msgstr "Taille :"
231
 
232
+ #: views/wp-maintenance-colors.php:76 views/wp-maintenance-colors.php:85
233
+ #: views/wp-maintenance-colors.php:114 views/wp-maintenance-colors.php:123
234
+ #: views/wp-maintenance-colors.php:139 views/wp-maintenance-colors.php:204
235
+ #: views/wp-maintenance-colors.php:213 views/wp-maintenance-colors.php:255
236
+ #: views/wp-maintenance-colors.php:264 views/wp-maintenance-countdown.php:58
 
 
 
 
237
  #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
238
+ #: views/wp-maintenance-css.php:56 views/wp-maintenance-dashboard.php:64
239
  #: views/wp-maintenance-dashboard.php:124
240
  #: views/wp-maintenance-dashboard.php:148
241
  #: views/wp-maintenance-dashboard.php:171
242
+ #: views/wp-maintenance-dashboard.php:256
243
+ #: views/wp-maintenance-dashboard.php:273 views/wp-maintenance-picture.php:89
244
+ #: views/wp-maintenance-picture.php:150 views/wp-maintenance-picture.php:182
245
+ #: views/wp-maintenance-picture.php:189 views/wp-maintenance-settings.php:69
246
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
247
  msgid "Yes"
248
  msgstr "Oui"
249
 
250
+ #: views/wp-maintenance-colors.php:78 views/wp-maintenance-colors.php:87
251
+ #: views/wp-maintenance-colors.php:116 views/wp-maintenance-colors.php:125
252
+ #: views/wp-maintenance-colors.php:141 views/wp-maintenance-colors.php:206
253
+ #: views/wp-maintenance-colors.php:215 views/wp-maintenance-colors.php:257
254
+ #: views/wp-maintenance-colors.php:266 views/wp-maintenance-countdown.php:60
255
  #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
256
+ #: views/wp-maintenance-css.php:58 views/wp-maintenance-dashboard.php:66
257
  #: views/wp-maintenance-dashboard.php:126
258
  #: views/wp-maintenance-dashboard.php:150
259
  #: views/wp-maintenance-dashboard.php:173
260
+ #: views/wp-maintenance-dashboard.php:258
261
+ #: views/wp-maintenance-dashboard.php:275 views/wp-maintenance-picture.php:91
262
+ #: views/wp-maintenance-picture.php:152 views/wp-maintenance-picture.php:184
263
+ #: views/wp-maintenance-picture.php:191 views/wp-maintenance-settings.php:71
264
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
265
  msgid "No"
266
  msgstr "Non"
267
 
268
+ #: views/wp-maintenance-colors.php:95 views/wp-maintenance-colors.php:185
269
+ msgid "Text font settings"
270
+ msgstr "Paramètres de la police du texte"
271
+
272
+ #: views/wp-maintenance-colors.php:135
273
+ msgid "Activate Frame"
274
+ msgstr "Activer le cadre"
275
+
276
+ #: views/wp-maintenance-colors.php:148
277
  msgid "Color:"
278
  msgstr "Couleur :"
279
 
280
+ #: views/wp-maintenance-colors.php:149
281
  msgid "Opacity:"
282
  msgstr "Opacité :"
283
 
284
+ #: views/wp-maintenance-colors.php:151 views/wp-maintenance-picture.php:174
285
  msgid "Width:"
286
  msgstr "Largeur :"
287
 
288
+ #: views/wp-maintenance-colors.php:159
289
  msgid "Choice countdown fonts and colors:"
290
  msgstr "Choix des polices et couleurs du compte à rebours :"
291
 
292
+ #: views/wp-maintenance-colors.php:160
293
  msgid "Countdown text color:"
294
  msgstr "Couleur du texte du compteur :"
295
 
296
+ #: views/wp-maintenance-colors.php:161
297
  msgid "Countdown background color:"
298
  msgstr "Couleur du fond du compteur :"
299
 
300
+ #: views/wp-maintenance-colors.php:164
301
  msgid "Countdown font settings"
302
  msgstr "Paramètres de la police du compte à rebours"
303
 
304
+ #: views/wp-maintenance-colors.php:180
305
  msgid "Choice fonts and colors bottom page:"
306
  msgstr "Choix des polices et couleurs du bas de page :"
307
 
308
+ #: views/wp-maintenance-colors.php:181
309
  msgid "Bottom color:"
310
  msgstr "Couleur du fond :"
311
 
312
+ #: views/wp-maintenance-colors.php:182
313
  msgid "Text bottom color:"
314
  msgstr "Couleur du texte :"
315
 
316
+ #: views/wp-maintenance-colors.php:224
317
  msgid "Choice form color:"
318
  msgstr "Choisir les couleurs du formulaire :"
319
 
320
+ #: views/wp-maintenance-colors.php:275
321
  msgid "Field text color:"
322
  msgstr "Couleur du texte dans les champs :"
323
 
324
+ #: views/wp-maintenance-colors.php:277
325
  msgid "Field border color:"
326
  msgstr "Couleur de bordure des champs :"
327
 
328
+ #: views/wp-maintenance-colors.php:279
329
  msgid "Field background color:"
330
  msgstr "Couleur de fond des champs :"
331
 
332
+ #: views/wp-maintenance-colors.php:280
333
  msgid "Button text color:"
334
  msgstr "Couleur du texte dans le bouton :"
335
 
336
+ #: views/wp-maintenance-colors.php:284
337
  msgid "Button color:"
338
  msgstr "Couleur du bouton :"
339
 
340
+ #: views/wp-maintenance-colors.php:287
341
  msgid "Button color hover:"
342
  msgstr "Couleur du bouton au survol :"
343
 
344
+ #: views/wp-maintenance-colors.php:289
345
  msgid "Button color onclick:"
346
  msgstr "Couleur du bouton au click :"
347
 
348
+ #: views/wp-maintenance-colors.php:296
349
  #, php-format
350
  msgid "Enable %s to customize the forms"
351
  msgstr "Activer %s pour personnaliser les formulaires"
352
 
353
+ #: views/wp-maintenance-colors.php:296
354
  msgid "newsletter option"
355
  msgstr "options de newsletter"
356
 
357
+ #: views/wp-maintenance-colors.php:300
358
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
359
  msgstr ""
360
  "Activer les extensions Mailpoet ou MailChimp personnaliser les formulaires"
361
 
 
 
 
 
362
  #: views/wp-maintenance-countdown.php:50
363
  msgid "Enable a countdown ?"
364
  msgstr "Activer le compte à rebours ?"
492
  msgid "Select a year"
493
  msgstr "Sélectionner une année"
494
 
495
+ #: views/wp-maintenance-css.php:44
496
  msgid ""
497
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
498
  "\" to retrieve the default style sheet."
500
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
501
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
502
 
503
+ #: views/wp-maintenance-css.php:52
504
  msgid "Reset default CSS stylesheet ?"
505
  msgstr "Réinitialiser la feuille de style ?"
506
 
507
+ #: views/wp-maintenance-css.php:67
508
  msgid "Markers for colors"
509
  msgstr "Marqueurs pour les couleurs"
510
 
511
+ #: views/wp-maintenance-css.php:72
512
  msgid "Use this code for text color"
513
  msgstr "Utiliser ce code pour la couleur du texte"
514
 
515
+ #: views/wp-maintenance-css.php:76
516
  msgid "Use this code for background text color"
517
  msgstr "Utiliser ce code pour la couleur de fond du texte"
518
 
519
+ #: views/wp-maintenance-css.php:80
520
  msgid "Use this code for background color countdown"
521
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
522
 
523
+ #: views/wp-maintenance-css.php:84
524
  msgid "Use this code for size countdown"
525
  msgstr "Utiliser ce code pour la taille du compte à rebours"
526
 
527
+ #: views/wp-maintenance-css.php:88
528
  msgid "Use this code for countdown color"
529
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
530
 
531
+ #: views/wp-maintenance-css.php:93
532
  msgid "Need CSS code for MailPoet plugin?"
533
  msgstr "Besoin de code CSS pour le plugin MailPoet ?"
534
 
535
+ #: views/wp-maintenance-css.php:94 views/wp-maintenance-css.php:109
536
  msgid "Click for select all"
537
  msgstr "Cliquez pour tout sélectionner"
538
 
539
+ #: views/wp-maintenance-css.php:108
540
  msgid "Need CSS code for MailChimp plugin?"
541
  msgstr "Besoin de code CSS pour le plugin MailChimp ?"
542
 
552
  msgid "Title:"
553
  msgstr "Titre :"
554
 
555
+ #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:236
556
  msgid "Text:"
557
  msgstr "Texte :"
558
 
609
  msgstr ""
610
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
611
 
612
+ #: views/wp-maintenance-dashboard.php:213
613
  msgid "Choose icons size:"
614
  msgstr "Choisissez la taille des icônes :"
615
 
616
+ #: views/wp-maintenance-dashboard.php:224
617
+ msgid "Choose icons style:"
618
+ msgstr "Choisissez le style des icônes :"
619
+
620
+ #: views/wp-maintenance-dashboard.php:236 views/wp-maintenance-picture.php:197
621
  msgid "Position:"
622
  msgstr "Position :"
623
 
624
+ #: views/wp-maintenance-dashboard.php:238
625
  msgid "Top"
626
  msgstr "Haut"
627
 
628
+ #: views/wp-maintenance-dashboard.php:239
629
  msgid "Bottom"
630
  msgstr "Bas"
631
 
632
+ #: views/wp-maintenance-dashboard.php:242
633
  msgid "Align:"
634
  msgstr "Alignement :"
635
 
636
+ #: views/wp-maintenance-dashboard.php:244
637
  msgid "Left"
638
  msgstr "Gauche"
639
 
640
+ #: views/wp-maintenance-dashboard.php:245
641
  msgid "Center"
642
  msgstr "Centre"
643
 
644
+ #: views/wp-maintenance-dashboard.php:246
645
  msgid "Right"
646
  msgstr "Droite"
647
 
648
+ #: views/wp-maintenance-dashboard.php:249
649
  msgid "You have your own icons? Enter the folder name of your theme here:"
650
  msgstr ""
651
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
652
 
653
+ #: views/wp-maintenance-dashboard.php:252
654
  msgid "Reset Social Icon?"
655
  msgstr "Réinitialiser les icônes des réseaux sociaux ?"
656
 
657
+ #: views/wp-maintenance-dashboard.php:269
658
  msgid "Enable Newletter:"
659
  msgstr "Activer l'encart de newletter :"
660
 
661
+ #: views/wp-maintenance-dashboard.php:283
662
  msgid "Enter title for the newletter block:"
663
  msgstr "Entrez un titre pour l'encart de la newsletter :"
664
 
665
+ #: views/wp-maintenance-dashboard.php:285
666
  msgid "Enter your newletter shortcode here:"
667
  msgstr "Entrez le Shortcode de la newletter ici :"
668
 
669
+ #: views/wp-maintenance-dashboard.php:287
670
  msgid "Or enter your newletter iframe code here:"
671
  msgstr "Ou entrez le code iframe de la newsletter ici :"
672
 
674
  msgid "Picture"
675
  msgstr "Image"
676
 
677
+ #: views/wp-maintenance-picture.php:68
678
  msgid "Header picture"
679
  msgstr "Image d'entête"
680
 
681
+ #: views/wp-maintenance-picture.php:69 views/wp-maintenance-picture.php:101
682
  msgid "Enter a URL or upload an image."
683
  msgstr "Entrez une url ou mettez en ligne une image."
684
 
685
+ #: views/wp-maintenance-picture.php:70 views/wp-maintenance-picture.php:102
686
+ #: views/wp-maintenance-picture.php:207
687
  msgid "Select or Upload your picture"
688
  msgstr "Sélectionnez / Mettre en ligne votre image"
689
 
690
+ #: views/wp-maintenance-picture.php:71
691
+ msgid ""
692
+ "URL path to image to replace default WordPress Logo. (You can upload your "
693
+ "image with the WordPress media uploader)"
694
+ msgstr ""
695
+ "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
696
+ "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
697
+
698
+ #: views/wp-maintenance-picture.php:72
699
+ msgid "Your Logo width (Enter in pixels). Default: 310px"
700
+ msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 310px"
701
+
702
+ #: views/wp-maintenance-picture.php:73
703
+ msgid "Your Logo Height (Enter in pixels). Default: 185px"
704
+ msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 185px"
705
+
706
+ #: views/wp-maintenance-picture.php:78
707
  msgid "You use this picture:"
708
  msgstr "Image actuelle :"
709
 
710
+ #: views/wp-maintenance-picture.php:85
711
  msgid "Background picture or pattern"
712
  msgstr "Image de fond ou un modèle"
713
 
714
+ #: views/wp-maintenance-picture.php:103
715
  msgid "Background picture options"
716
  msgstr "Options de l'image de fond"
717
 
718
+ #: views/wp-maintenance-picture.php:109
719
  msgid "Fixed"
720
  msgstr "Fixe"
721
 
722
+ #: views/wp-maintenance-picture.php:113
723
  msgid "You use this background picture:"
724
  msgstr "Image de fond actuelle :"
725
 
726
+ #: views/wp-maintenance-picture.php:121
727
  msgid "Or choose a pattern:"
728
  msgstr "Ou choisissez un pattern de fond :"
729
 
730
+ #: views/wp-maintenance-picture.php:124
731
  msgid "NO PATTERN"
732
  msgstr "AUCUN PATTERN"
733
 
734
+ #: views/wp-maintenance-picture.php:137
735
  msgid "You use this pattern:"
736
  msgstr "Vous utilisez ce modèle :"
737
 
738
+ #: views/wp-maintenance-picture.php:146
739
  msgid "Enable Slider"
740
  msgstr "Activer le Slider"
741
 
742
+ #: views/wp-maintenance-picture.php:159
743
  msgid "Slider image options"
744
  msgstr "Options du Slider"
745
 
746
+ #: views/wp-maintenance-picture.php:173
747
  msgid "Speed:"
748
  msgstr "Vitesse :"
749
 
750
+ #: views/wp-maintenance-picture.php:179
751
  msgid "Display Auto Slider:"
752
  msgstr "Afficher le Slider en auto :"
753
 
754
+ #: views/wp-maintenance-picture.php:186
755
  msgid "Display button navigation:"
756
  msgstr "Afficher les boutons navigation :"
757
 
758
+ #: views/wp-maintenance-picture.php:199
759
  msgid "Above logo"
760
  msgstr "Au-dessus du logo"
761
 
762
+ #: views/wp-maintenance-picture.php:200
763
  msgid "Below logo"
764
  msgstr "Au-dessous du logo"
765
 
766
+ #: views/wp-maintenance-picture.php:201
767
  msgid "Below title & text"
768
  msgstr "Au-dessous du titre & texte"
769
 
770
+ #: views/wp-maintenance-picture.php:237
771
  msgid "Link:"
772
  msgstr "Lien :"
773
 
774
+ #: views/wp-maintenance-picture.php:240
775
  msgid "Delete this slide"
776
  msgstr "Supprimer ce slide"
777
 
919
  msgid "https://wpmaintenance.info"
920
  msgstr "https://wpmaintenance.info"
921
 
922
+ #~ msgid "Maintenance mode activated!"
923
+ #~ msgstr "Maintenance activée !"
924
+
925
  #~ msgid "The Style Sheet has been reset!"
926
  #~ msgstr "La feuille de style a bien été réinitilisée !"
927
 
languages/wp-maintenance.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Maintenance\n"
5
- "POT-Creation-Date: 2017-08-09 10:06+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,331 +10,344 @@ 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.0.3\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:34
21
  msgid "Days"
22
  msgstr ""
23
 
24
- #: classes/countdown.php:34
25
  msgid "Hours"
26
  msgstr ""
27
 
28
- #: classes/countdown.php:34
29
  msgid "Minutes"
30
  msgstr ""
31
 
32
- #: classes/countdown.php:36
33
  msgid "Seconds"
34
  msgstr ""
35
 
36
- #: classes/slider.php:90
37
  msgid "Previous"
38
  msgstr ""
39
 
40
- #: classes/slider.php:91
41
  msgid "Next"
42
  msgstr ""
43
 
44
- #: classes/wp-maintenance.php:45 classes/wp-maintenance.php:280
45
  msgid "This site is down for maintenance"
46
  msgstr ""
47
 
48
- #: classes/wp-maintenance.php:46 classes/wp-maintenance.php:281
49
  msgid "Come back quickly!"
50
  msgstr ""
51
 
52
- #: classes/wp-maintenance.php:154 classes/wp-maintenance.php:270
53
- #: views/wp-maintenance-settings.php:57
54
  msgid "Settings"
55
  msgstr ""
56
 
57
- #: classes/wp-maintenance.php:213
58
- msgid "Maintenance mode activated!"
 
59
  msgstr ""
60
 
61
- #: classes/wp-maintenance.php:260 views/wp-maintenance-dashboard.php:53
62
- msgid "General"
63
  msgstr ""
64
 
65
- #: classes/wp-maintenance.php:262 views/wp-maintenance-colors.php:41
66
- msgid "Colors & Fonts"
67
  msgstr ""
68
 
69
- #: classes/wp-maintenance.php:264
70
- msgid "Pictures"
 
 
 
 
71
  msgstr ""
72
 
73
- #: classes/wp-maintenance.php:266
 
 
 
 
 
 
 
 
74
  msgid "CountDown"
75
  msgstr ""
76
 
77
- #: classes/wp-maintenance.php:268 views/wp-maintenance-css.php:36
78
  msgid "CSS Style"
79
  msgstr ""
80
 
81
- #: classes/wp-maintenance.php:400
82
  msgid "Choose This Image"
83
  msgstr ""
84
 
85
- #: classes/wp-maintenance.php:401
86
  msgid "Choose Image"
87
  msgstr ""
88
 
89
- #: classes/wp-maintenance.php:417 classes/wp-maintenance.php:425
90
- #: classes/wp-maintenance.php:433 classes/wp-maintenance.php:442
91
- #: classes/wp-maintenance.php:451 classes/wp-maintenance.php:460
92
  msgid "You do not have sufficient privileges to access this page."
93
  msgstr ""
94
 
95
- #: classes/wp-maintenance.php:543
96
  msgid "Please upload a valid .json file"
97
  msgstr ""
98
 
99
- #: classes/wp-maintenance.php:549
100
  msgid "Please upload a file to import"
101
  msgstr ""
102
 
103
- #: classes/wp-maintenance.php:559
104
  msgid "New settings imported successfully!"
105
  msgstr ""
106
 
107
- #: classes/wp-maintenance.php:755
108
  msgid "Dashboard"
109
  msgstr ""
110
 
111
- #: includes/functions.php:25
112
  msgid "Options saved."
113
  msgstr ""
114
 
115
- #: includes/functions.php:57
116
  msgid "Go to Generals options"
117
  msgstr ""
118
 
119
- #: includes/functions.php:62
120
  msgid "Go to Colors and Fonts options"
121
  msgstr ""
122
 
123
- #: includes/functions.php:67
124
  msgid "Go to Pictures options"
125
  msgstr ""
126
 
127
- #: includes/functions.php:72
128
  msgid "Go to Countdown options"
129
  msgstr ""
130
 
131
- #: includes/functions.php:77
132
  msgid "Go to CSS options"
133
  msgstr ""
134
 
135
- #: includes/functions.php:82
136
  msgid "Go to Settings options"
137
  msgstr ""
138
 
139
- #: includes/functions.php:136
140
  msgid "ABOUT"
141
  msgstr ""
142
 
143
- #: includes/functions.php:138
144
  msgid ""
145
  "This plugin has been developed for you for free by <a href=\"https://"
146
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</a>. It is royalty "
147
  "free, you can take it, modify it, distribute it as you see fit."
148
  msgstr ""
149
 
150
- #: includes/functions.php:139
151
  msgid "Visit"
152
  msgstr ""
153
 
154
- #: includes/functions.php:139
155
  msgid ""
156
  "try the demo of the plugin, talk about this plugin to your surroundings!"
157
  msgstr ""
158
 
159
- #: includes/functions.php:141
160
  msgid "Support this extension and my other developments (French Paypal):"
161
  msgstr ""
162
 
163
- #: includes/functions.php:153
164
  msgid "DISCOVER"
165
  msgstr ""
166
 
167
- #: includes/functions.php:174
168
- msgid "WP Maintenance"
169
- msgstr ""
170
-
171
- #: includes/functions.php:174
172
  msgid "is brought to you by"
173
  msgstr ""
174
 
175
- #: includes/functions.php:174
176
  msgid "If you found this plugin useful"
177
  msgstr ""
178
 
179
- #: includes/functions.php:174
180
  msgid "give it 5 &#9733; on WordPress.org"
181
  msgstr ""
182
 
183
- #: views/wp-maintenance-colors.php:51
184
  msgid "Choice general colors:"
185
  msgstr ""
186
 
187
- #: views/wp-maintenance-colors.php:52
188
  msgid "Background page color:"
189
  msgstr ""
190
 
191
- #: views/wp-maintenance-colors.php:53
192
  msgid "Header color:"
193
  msgstr ""
194
 
195
- #: views/wp-maintenance-colors.php:56
196
  msgid "Choice texts fonts and colors:"
197
  msgstr ""
198
 
199
- #: views/wp-maintenance-colors.php:57
200
  msgid "Text color:"
201
  msgstr ""
202
 
203
- #: views/wp-maintenance-colors.php:59
204
  msgid "Title font settings"
205
  msgstr ""
206
 
207
- #: views/wp-maintenance-colors.php:66 views/wp-maintenance-colors.php:89
208
- #: views/wp-maintenance-colors.php:143 views/wp-maintenance-colors.php:164
209
- #: views/wp-maintenance-colors.php:198
210
  msgid "Size:"
211
  msgstr ""
212
 
213
- #: views/wp-maintenance-colors.php:82 views/wp-maintenance-colors.php:157
214
- msgid "Text font settings"
215
- msgstr ""
216
-
217
- #: views/wp-maintenance-colors.php:107
218
- msgid "Activate Frame"
219
- msgstr ""
220
-
221
- #: views/wp-maintenance-colors.php:111 views/wp-maintenance-countdown.php:58
222
  #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
223
- #: views/wp-maintenance-css.php:57 views/wp-maintenance-dashboard.php:64
224
  #: views/wp-maintenance-dashboard.php:124
225
  #: views/wp-maintenance-dashboard.php:148
226
  #: views/wp-maintenance-dashboard.php:171
227
- #: views/wp-maintenance-dashboard.php:242
228
- #: views/wp-maintenance-dashboard.php:259 views/wp-maintenance-picture.php:91
229
- #: views/wp-maintenance-picture.php:152 views/wp-maintenance-picture.php:184
230
- #: views/wp-maintenance-picture.php:191 views/wp-maintenance-settings.php:69
231
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
232
  msgid "Yes"
233
  msgstr ""
234
 
235
- #: views/wp-maintenance-colors.php:113 views/wp-maintenance-countdown.php:60
 
 
 
 
236
  #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
237
- #: views/wp-maintenance-css.php:59 views/wp-maintenance-dashboard.php:66
238
  #: views/wp-maintenance-dashboard.php:126
239
  #: views/wp-maintenance-dashboard.php:150
240
  #: views/wp-maintenance-dashboard.php:173
241
- #: views/wp-maintenance-dashboard.php:244
242
- #: views/wp-maintenance-dashboard.php:261 views/wp-maintenance-picture.php:93
243
- #: views/wp-maintenance-picture.php:154 views/wp-maintenance-picture.php:186
244
- #: views/wp-maintenance-picture.php:193 views/wp-maintenance-settings.php:71
245
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
246
  msgid "No"
247
  msgstr ""
248
 
249
- #: views/wp-maintenance-colors.php:120
 
 
 
 
 
 
 
 
250
  msgid "Color:"
251
  msgstr ""
252
 
253
- #: views/wp-maintenance-colors.php:121
254
  msgid "Opacity:"
255
  msgstr ""
256
 
257
- #: views/wp-maintenance-colors.php:123 views/wp-maintenance-picture.php:176
258
  msgid "Width:"
259
  msgstr ""
260
 
261
- #: views/wp-maintenance-colors.php:131
262
  msgid "Choice countdown fonts and colors:"
263
  msgstr ""
264
 
265
- #: views/wp-maintenance-colors.php:132
266
  msgid "Countdown text color:"
267
  msgstr ""
268
 
269
- #: views/wp-maintenance-colors.php:133
270
  msgid "Countdown background color:"
271
  msgstr ""
272
 
273
- #: views/wp-maintenance-colors.php:136
274
  msgid "Countdown font settings"
275
  msgstr ""
276
 
277
- #: views/wp-maintenance-colors.php:152
278
  msgid "Choice fonts and colors bottom page:"
279
  msgstr ""
280
 
281
- #: views/wp-maintenance-colors.php:153
282
  msgid "Bottom color:"
283
  msgstr ""
284
 
285
- #: views/wp-maintenance-colors.php:154
286
  msgid "Text bottom color:"
287
  msgstr ""
288
 
289
- #: views/wp-maintenance-colors.php:181
290
  msgid "Choice form color:"
291
  msgstr ""
292
 
293
- #: views/wp-maintenance-colors.php:212
294
  msgid "Field text color:"
295
  msgstr ""
296
 
297
- #: views/wp-maintenance-colors.php:214
298
  msgid "Field border color:"
299
  msgstr ""
300
 
301
- #: views/wp-maintenance-colors.php:216
302
  msgid "Field background color:"
303
  msgstr ""
304
 
305
- #: views/wp-maintenance-colors.php:219
306
  msgid "Button text color:"
307
  msgstr ""
308
 
309
- #: views/wp-maintenance-colors.php:222
310
  msgid "Button color:"
311
  msgstr ""
312
 
313
- #: views/wp-maintenance-colors.php:225
314
  msgid "Button color hover:"
315
  msgstr ""
316
 
317
- #: views/wp-maintenance-colors.php:227
318
  msgid "Button color onclick:"
319
  msgstr ""
320
 
321
- #: views/wp-maintenance-colors.php:231
322
  #, php-format
323
  msgid "Enable %s to customize the forms"
324
  msgstr ""
325
 
326
- #: views/wp-maintenance-colors.php:231
327
  msgid "newsletter option"
328
  msgstr ""
329
 
330
- #: views/wp-maintenance-colors.php:235
331
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
332
  msgstr ""
333
 
334
- #: views/wp-maintenance-countdown.php:24
335
- msgid "Countdown"
336
- msgstr ""
337
-
338
  #: views/wp-maintenance-countdown.php:50
339
  msgid "Enable a countdown ?"
340
  msgstr ""
@@ -468,49 +481,49 @@ msgstr ""
468
  msgid "Select a year"
469
  msgstr ""
470
 
471
- #: views/wp-maintenance-css.php:45
472
  msgid ""
473
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
474
  "\" to retrieve the default style sheet."
475
  msgstr ""
476
 
477
- #: views/wp-maintenance-css.php:53
478
  msgid "Reset default CSS stylesheet ?"
479
  msgstr ""
480
 
481
- #: views/wp-maintenance-css.php:68
482
  msgid "Markers for colors"
483
  msgstr ""
484
 
485
- #: views/wp-maintenance-css.php:73
486
  msgid "Use this code for text color"
487
  msgstr ""
488
 
489
- #: views/wp-maintenance-css.php:77
490
  msgid "Use this code for background text color"
491
  msgstr ""
492
 
493
- #: views/wp-maintenance-css.php:81
494
  msgid "Use this code for background color countdown"
495
  msgstr ""
496
 
497
- #: views/wp-maintenance-css.php:85
498
  msgid "Use this code for size countdown"
499
  msgstr ""
500
 
501
- #: views/wp-maintenance-css.php:89
502
  msgid "Use this code for countdown color"
503
  msgstr ""
504
 
505
- #: views/wp-maintenance-css.php:94
506
  msgid "Need CSS code for MailPoet plugin?"
507
  msgstr ""
508
 
509
- #: views/wp-maintenance-css.php:95 views/wp-maintenance-css.php:110
510
  msgid "Click for select all"
511
  msgstr ""
512
 
513
- #: views/wp-maintenance-css.php:109
514
  msgid "Need CSS code for MailChimp plugin?"
515
  msgstr ""
516
 
@@ -526,7 +539,7 @@ msgstr ""
526
  msgid "Title:"
527
  msgstr ""
528
 
529
- #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:238
530
  msgid "Text:"
531
  msgstr ""
532
 
@@ -580,59 +593,63 @@ msgstr ""
580
  msgid "Drad and drop the lines to put in the order you want:"
581
  msgstr ""
582
 
583
- #: views/wp-maintenance-dashboard.php:211
584
  msgid "Choose icons size:"
585
  msgstr ""
586
 
587
- #: views/wp-maintenance-dashboard.php:222 views/wp-maintenance-picture.php:199
 
 
 
 
588
  msgid "Position:"
589
  msgstr ""
590
 
591
- #: views/wp-maintenance-dashboard.php:224
592
  msgid "Top"
593
  msgstr ""
594
 
595
- #: views/wp-maintenance-dashboard.php:225
596
  msgid "Bottom"
597
  msgstr ""
598
 
599
- #: views/wp-maintenance-dashboard.php:228
600
  msgid "Align:"
601
  msgstr ""
602
 
603
- #: views/wp-maintenance-dashboard.php:230
604
  msgid "Left"
605
  msgstr ""
606
 
607
- #: views/wp-maintenance-dashboard.php:231
608
  msgid "Center"
609
  msgstr ""
610
 
611
- #: views/wp-maintenance-dashboard.php:232
612
  msgid "Right"
613
  msgstr ""
614
 
615
- #: views/wp-maintenance-dashboard.php:235
616
  msgid "You have your own icons? Enter the folder name of your theme here:"
617
  msgstr ""
618
 
619
- #: views/wp-maintenance-dashboard.php:238
620
  msgid "Reset Social Icon?"
621
  msgstr ""
622
 
623
- #: views/wp-maintenance-dashboard.php:255
624
  msgid "Enable Newletter:"
625
  msgstr ""
626
 
627
- #: views/wp-maintenance-dashboard.php:269
628
  msgid "Enter title for the newletter block:"
629
  msgstr ""
630
 
631
- #: views/wp-maintenance-dashboard.php:271
632
  msgid "Enter your newletter shortcode here:"
633
  msgstr ""
634
 
635
- #: views/wp-maintenance-dashboard.php:273
636
  msgid "Or enter your newletter iframe code here:"
637
  msgstr ""
638
 
@@ -640,88 +657,102 @@ msgstr ""
640
  msgid "Picture"
641
  msgstr ""
642
 
643
- #: views/wp-maintenance-picture.php:74
644
  msgid "Header picture"
645
  msgstr ""
646
 
647
- #: views/wp-maintenance-picture.php:75 views/wp-maintenance-picture.php:103
648
  msgid "Enter a URL or upload an image."
649
  msgstr ""
650
 
651
- #: views/wp-maintenance-picture.php:76 views/wp-maintenance-picture.php:104
652
- #: views/wp-maintenance-picture.php:209
653
  msgid "Select or Upload your picture"
654
  msgstr ""
655
 
656
- #: views/wp-maintenance-picture.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
  msgid "You use this picture:"
658
  msgstr ""
659
 
660
- #: views/wp-maintenance-picture.php:87
661
  msgid "Background picture or pattern"
662
  msgstr ""
663
 
664
- #: views/wp-maintenance-picture.php:105
665
  msgid "Background picture options"
666
  msgstr ""
667
 
668
- #: views/wp-maintenance-picture.php:111
669
  msgid "Fixed"
670
  msgstr ""
671
 
672
- #: views/wp-maintenance-picture.php:115
673
  msgid "You use this background picture:"
674
  msgstr ""
675
 
676
- #: views/wp-maintenance-picture.php:123
677
  msgid "Or choose a pattern:"
678
  msgstr ""
679
 
680
- #: views/wp-maintenance-picture.php:126
681
  msgid "NO PATTERN"
682
  msgstr ""
683
 
684
- #: views/wp-maintenance-picture.php:139
685
  msgid "You use this pattern:"
686
  msgstr ""
687
 
688
- #: views/wp-maintenance-picture.php:148
689
  msgid "Enable Slider"
690
  msgstr ""
691
 
692
- #: views/wp-maintenance-picture.php:161
693
  msgid "Slider image options"
694
  msgstr ""
695
 
696
- #: views/wp-maintenance-picture.php:175
697
  msgid "Speed:"
698
  msgstr ""
699
 
700
- #: views/wp-maintenance-picture.php:181
701
  msgid "Display Auto Slider:"
702
  msgstr ""
703
 
704
- #: views/wp-maintenance-picture.php:188
705
  msgid "Display button navigation:"
706
  msgstr ""
707
 
708
- #: views/wp-maintenance-picture.php:201
709
  msgid "Above logo"
710
  msgstr ""
711
 
712
- #: views/wp-maintenance-picture.php:202
713
  msgid "Below logo"
714
  msgstr ""
715
 
716
- #: views/wp-maintenance-picture.php:203
717
  msgid "Below title & text"
718
  msgstr ""
719
 
720
- #: views/wp-maintenance-picture.php:239
721
  msgid "Link:"
722
  msgstr ""
723
 
724
- #: views/wp-maintenance-picture.php:242
725
  msgid "Delete this slide"
726
  msgstr ""
727
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Maintenance\n"
5
+ "POT-Creation-Date: 2017-12-26 18:04+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.0.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: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
 
36
+ #: classes/slider.php:99
37
  msgid "Previous"
38
  msgstr ""
39
 
40
+ #: classes/slider.php:100
41
  msgid "Next"
42
  msgstr ""
43
 
44
+ #: classes/wp-maintenance.php:50 classes/wp-maintenance.php:349
45
  msgid "This site is down for maintenance"
46
  msgstr ""
47
 
48
+ #: classes/wp-maintenance.php:51 classes/wp-maintenance.php:350
49
  msgid "Come back quickly!"
50
  msgstr ""
51
 
52
+ #: classes/wp-maintenance.php:158 classes/wp-maintenance.php:283
53
+ #: classes/wp-maintenance.php:334 views/wp-maintenance-settings.php:57
54
  msgid "Settings"
55
  msgstr ""
56
 
57
+ #: classes/wp-maintenance.php:221 classes/wp-maintenance.php:226
58
+ #: includes/functions.php:172
59
+ msgid "WP Maintenance"
60
  msgstr ""
61
 
62
+ #: classes/wp-maintenance.php:243
63
+ msgid "Colors"
64
  msgstr ""
65
 
66
+ #: classes/wp-maintenance.php:253 classes/wp-maintenance.php:328
67
+ msgid "Pictures"
68
  msgstr ""
69
 
70
+ #: classes/wp-maintenance.php:263 views/wp-maintenance-countdown.php:24
71
+ msgid "Countdown"
72
+ msgstr ""
73
+
74
+ #: classes/wp-maintenance.php:273
75
+ msgid "CSS"
76
  msgstr ""
77
 
78
+ #: classes/wp-maintenance.php:324 views/wp-maintenance-dashboard.php:53
79
+ msgid "General"
80
+ msgstr ""
81
+
82
+ #: classes/wp-maintenance.php:326 views/wp-maintenance-colors.php:41
83
+ msgid "Colors & Fonts"
84
+ msgstr ""
85
+
86
+ #: classes/wp-maintenance.php:330
87
  msgid "CountDown"
88
  msgstr ""
89
 
90
+ #: classes/wp-maintenance.php:332 views/wp-maintenance-css.php:36
91
  msgid "CSS Style"
92
  msgstr ""
93
 
94
+ #: classes/wp-maintenance.php:476
95
  msgid "Choose This Image"
96
  msgstr ""
97
 
98
+ #: classes/wp-maintenance.php:477
99
  msgid "Choose Image"
100
  msgstr ""
101
 
102
+ #: classes/wp-maintenance.php:493 classes/wp-maintenance.php:501
103
+ #: classes/wp-maintenance.php:509 classes/wp-maintenance.php:518
104
+ #: classes/wp-maintenance.php:527 classes/wp-maintenance.php:536
105
  msgid "You do not have sufficient privileges to access this page."
106
  msgstr ""
107
 
108
+ #: classes/wp-maintenance.php:619
109
  msgid "Please upload a valid .json file"
110
  msgstr ""
111
 
112
+ #: classes/wp-maintenance.php:625
113
  msgid "Please upload a file to import"
114
  msgstr ""
115
 
116
+ #: classes/wp-maintenance.php:635
117
  msgid "New settings imported successfully!"
118
  msgstr ""
119
 
120
+ #: classes/wp-maintenance.php:827
121
  msgid "Dashboard"
122
  msgstr ""
123
 
124
+ #: includes/functions.php:24
125
  msgid "Options saved."
126
  msgstr ""
127
 
128
+ #: includes/functions.php:55
129
  msgid "Go to Generals options"
130
  msgstr ""
131
 
132
+ #: includes/functions.php:60
133
  msgid "Go to Colors and Fonts options"
134
  msgstr ""
135
 
136
+ #: includes/functions.php:65
137
  msgid "Go to Pictures options"
138
  msgstr ""
139
 
140
+ #: includes/functions.php:70
141
  msgid "Go to Countdown options"
142
  msgstr ""
143
 
144
+ #: includes/functions.php:75
145
  msgid "Go to CSS options"
146
  msgstr ""
147
 
148
+ #: includes/functions.php:80
149
  msgid "Go to Settings options"
150
  msgstr ""
151
 
152
+ #: includes/functions.php:134
153
  msgid "ABOUT"
154
  msgstr ""
155
 
156
+ #: includes/functions.php:136
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:137
164
  msgid "Visit"
165
  msgstr ""
166
 
167
+ #: includes/functions.php:137
168
  msgid ""
169
  "try the demo of the plugin, talk about this plugin to your surroundings!"
170
  msgstr ""
171
 
172
+ #: includes/functions.php:139
173
  msgid "Support this extension and my other developments (French Paypal):"
174
  msgstr ""
175
 
176
+ #: includes/functions.php:151
177
  msgid "DISCOVER"
178
  msgstr ""
179
 
180
+ #: includes/functions.php:172
 
 
 
 
181
  msgid "is brought to you by"
182
  msgstr ""
183
 
184
+ #: includes/functions.php:172
185
  msgid "If you found this plugin useful"
186
  msgstr ""
187
 
188
+ #: includes/functions.php:172
189
  msgid "give it 5 &#9733; on WordPress.org"
190
  msgstr ""
191
 
192
+ #: views/wp-maintenance-colors.php:49
193
  msgid "Choice general colors:"
194
  msgstr ""
195
 
196
+ #: views/wp-maintenance-colors.php:50
197
  msgid "Background page color:"
198
  msgstr ""
199
 
200
+ #: views/wp-maintenance-colors.php:51
201
  msgid "Header color:"
202
  msgstr ""
203
 
204
+ #: views/wp-maintenance-colors.php:54
205
  msgid "Choice texts fonts and colors:"
206
  msgstr ""
207
 
208
+ #: views/wp-maintenance-colors.php:55
209
  msgid "Text color:"
210
  msgstr ""
211
 
212
+ #: views/wp-maintenance-colors.php:57
213
  msgid "Title font settings"
214
  msgstr ""
215
 
216
+ #: views/wp-maintenance-colors.php:64 views/wp-maintenance-colors.php:102
217
+ #: views/wp-maintenance-colors.php:171 views/wp-maintenance-colors.php:192
218
+ #: views/wp-maintenance-colors.php:243
219
  msgid "Size:"
220
  msgstr ""
221
 
222
+ #: views/wp-maintenance-colors.php:76 views/wp-maintenance-colors.php:85
223
+ #: views/wp-maintenance-colors.php:114 views/wp-maintenance-colors.php:123
224
+ #: views/wp-maintenance-colors.php:139 views/wp-maintenance-colors.php:204
225
+ #: views/wp-maintenance-colors.php:213 views/wp-maintenance-colors.php:255
226
+ #: views/wp-maintenance-colors.php:264 views/wp-maintenance-countdown.php:58
 
 
 
 
227
  #: views/wp-maintenance-countdown.php:96 views/wp-maintenance-countdown.php:108
228
+ #: views/wp-maintenance-css.php:56 views/wp-maintenance-dashboard.php:64
229
  #: views/wp-maintenance-dashboard.php:124
230
  #: views/wp-maintenance-dashboard.php:148
231
  #: views/wp-maintenance-dashboard.php:171
232
+ #: views/wp-maintenance-dashboard.php:256
233
+ #: views/wp-maintenance-dashboard.php:273 views/wp-maintenance-picture.php:89
234
+ #: views/wp-maintenance-picture.php:150 views/wp-maintenance-picture.php:182
235
+ #: views/wp-maintenance-picture.php:189 views/wp-maintenance-settings.php:69
236
  #: views/wp-maintenance-settings.php:89 views/wp-maintenance-settings.php:104
237
  msgid "Yes"
238
  msgstr ""
239
 
240
+ #: views/wp-maintenance-colors.php:78 views/wp-maintenance-colors.php:87
241
+ #: views/wp-maintenance-colors.php:116 views/wp-maintenance-colors.php:125
242
+ #: views/wp-maintenance-colors.php:141 views/wp-maintenance-colors.php:206
243
+ #: views/wp-maintenance-colors.php:215 views/wp-maintenance-colors.php:257
244
+ #: views/wp-maintenance-colors.php:266 views/wp-maintenance-countdown.php:60
245
  #: views/wp-maintenance-countdown.php:98 views/wp-maintenance-countdown.php:110
246
+ #: views/wp-maintenance-css.php:58 views/wp-maintenance-dashboard.php:66
247
  #: views/wp-maintenance-dashboard.php:126
248
  #: views/wp-maintenance-dashboard.php:150
249
  #: views/wp-maintenance-dashboard.php:173
250
+ #: views/wp-maintenance-dashboard.php:258
251
+ #: views/wp-maintenance-dashboard.php:275 views/wp-maintenance-picture.php:91
252
+ #: views/wp-maintenance-picture.php:152 views/wp-maintenance-picture.php:184
253
+ #: views/wp-maintenance-picture.php:191 views/wp-maintenance-settings.php:71
254
  #: views/wp-maintenance-settings.php:91 views/wp-maintenance-settings.php:106
255
  msgid "No"
256
  msgstr ""
257
 
258
+ #: views/wp-maintenance-colors.php:95 views/wp-maintenance-colors.php:185
259
+ msgid "Text font settings"
260
+ msgstr ""
261
+
262
+ #: views/wp-maintenance-colors.php:135
263
+ msgid "Activate Frame"
264
+ msgstr ""
265
+
266
+ #: views/wp-maintenance-colors.php:148
267
  msgid "Color:"
268
  msgstr ""
269
 
270
+ #: views/wp-maintenance-colors.php:149
271
  msgid "Opacity:"
272
  msgstr ""
273
 
274
+ #: views/wp-maintenance-colors.php:151 views/wp-maintenance-picture.php:174
275
  msgid "Width:"
276
  msgstr ""
277
 
278
+ #: views/wp-maintenance-colors.php:159
279
  msgid "Choice countdown fonts and colors:"
280
  msgstr ""
281
 
282
+ #: views/wp-maintenance-colors.php:160
283
  msgid "Countdown text color:"
284
  msgstr ""
285
 
286
+ #: views/wp-maintenance-colors.php:161
287
  msgid "Countdown background color:"
288
  msgstr ""
289
 
290
+ #: views/wp-maintenance-colors.php:164
291
  msgid "Countdown font settings"
292
  msgstr ""
293
 
294
+ #: views/wp-maintenance-colors.php:180
295
  msgid "Choice fonts and colors bottom page:"
296
  msgstr ""
297
 
298
+ #: views/wp-maintenance-colors.php:181
299
  msgid "Bottom color:"
300
  msgstr ""
301
 
302
+ #: views/wp-maintenance-colors.php:182
303
  msgid "Text bottom color:"
304
  msgstr ""
305
 
306
+ #: views/wp-maintenance-colors.php:224
307
  msgid "Choice form color:"
308
  msgstr ""
309
 
310
+ #: views/wp-maintenance-colors.php:275
311
  msgid "Field text color:"
312
  msgstr ""
313
 
314
+ #: views/wp-maintenance-colors.php:277
315
  msgid "Field border color:"
316
  msgstr ""
317
 
318
+ #: views/wp-maintenance-colors.php:279
319
  msgid "Field background color:"
320
  msgstr ""
321
 
322
+ #: views/wp-maintenance-colors.php:280
323
  msgid "Button text color:"
324
  msgstr ""
325
 
326
+ #: views/wp-maintenance-colors.php:284
327
  msgid "Button color:"
328
  msgstr ""
329
 
330
+ #: views/wp-maintenance-colors.php:287
331
  msgid "Button color hover:"
332
  msgstr ""
333
 
334
+ #: views/wp-maintenance-colors.php:289
335
  msgid "Button color onclick:"
336
  msgstr ""
337
 
338
+ #: views/wp-maintenance-colors.php:296
339
  #, php-format
340
  msgid "Enable %s to customize the forms"
341
  msgstr ""
342
 
343
+ #: views/wp-maintenance-colors.php:296
344
  msgid "newsletter option"
345
  msgstr ""
346
 
347
+ #: views/wp-maintenance-colors.php:300
348
  msgid "Enable Mailpoet or MailChimp extensions to customize the forms"
349
  msgstr ""
350
 
 
 
 
 
351
  #: views/wp-maintenance-countdown.php:50
352
  msgid "Enable a countdown ?"
353
  msgstr ""
481
  msgid "Select a year"
482
  msgstr ""
483
 
484
+ #: views/wp-maintenance-css.php:44
485
  msgid ""
486
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
487
  "\" to retrieve the default style sheet."
488
  msgstr ""
489
 
490
+ #: views/wp-maintenance-css.php:52
491
  msgid "Reset default CSS stylesheet ?"
492
  msgstr ""
493
 
494
+ #: views/wp-maintenance-css.php:67
495
  msgid "Markers for colors"
496
  msgstr ""
497
 
498
+ #: views/wp-maintenance-css.php:72
499
  msgid "Use this code for text color"
500
  msgstr ""
501
 
502
+ #: views/wp-maintenance-css.php:76
503
  msgid "Use this code for background text color"
504
  msgstr ""
505
 
506
+ #: views/wp-maintenance-css.php:80
507
  msgid "Use this code for background color countdown"
508
  msgstr ""
509
 
510
+ #: views/wp-maintenance-css.php:84
511
  msgid "Use this code for size countdown"
512
  msgstr ""
513
 
514
+ #: views/wp-maintenance-css.php:88
515
  msgid "Use this code for countdown color"
516
  msgstr ""
517
 
518
+ #: views/wp-maintenance-css.php:93
519
  msgid "Need CSS code for MailPoet plugin?"
520
  msgstr ""
521
 
522
+ #: views/wp-maintenance-css.php:94 views/wp-maintenance-css.php:109
523
  msgid "Click for select all"
524
  msgstr ""
525
 
526
+ #: views/wp-maintenance-css.php:108
527
  msgid "Need CSS code for MailChimp plugin?"
528
  msgstr ""
529
 
539
  msgid "Title:"
540
  msgstr ""
541
 
542
+ #: views/wp-maintenance-dashboard.php:76 views/wp-maintenance-picture.php:236
543
  msgid "Text:"
544
  msgstr ""
545
 
593
  msgid "Drad and drop the lines to put in the order you want:"
594
  msgstr ""
595
 
596
+ #: views/wp-maintenance-dashboard.php:213
597
  msgid "Choose icons size:"
598
  msgstr ""
599
 
600
+ #: views/wp-maintenance-dashboard.php:224
601
+ msgid "Choose icons style:"
602
+ msgstr ""
603
+
604
+ #: views/wp-maintenance-dashboard.php:236 views/wp-maintenance-picture.php:197
605
  msgid "Position:"
606
  msgstr ""
607
 
608
+ #: views/wp-maintenance-dashboard.php:238
609
  msgid "Top"
610
  msgstr ""
611
 
612
+ #: views/wp-maintenance-dashboard.php:239
613
  msgid "Bottom"
614
  msgstr ""
615
 
616
+ #: views/wp-maintenance-dashboard.php:242
617
  msgid "Align:"
618
  msgstr ""
619
 
620
+ #: views/wp-maintenance-dashboard.php:244
621
  msgid "Left"
622
  msgstr ""
623
 
624
+ #: views/wp-maintenance-dashboard.php:245
625
  msgid "Center"
626
  msgstr ""
627
 
628
+ #: views/wp-maintenance-dashboard.php:246
629
  msgid "Right"
630
  msgstr ""
631
 
632
+ #: views/wp-maintenance-dashboard.php:249
633
  msgid "You have your own icons? Enter the folder name of your theme here:"
634
  msgstr ""
635
 
636
+ #: views/wp-maintenance-dashboard.php:252
637
  msgid "Reset Social Icon?"
638
  msgstr ""
639
 
640
+ #: views/wp-maintenance-dashboard.php:269
641
  msgid "Enable Newletter:"
642
  msgstr ""
643
 
644
+ #: views/wp-maintenance-dashboard.php:283
645
  msgid "Enter title for the newletter block:"
646
  msgstr ""
647
 
648
+ #: views/wp-maintenance-dashboard.php:285
649
  msgid "Enter your newletter shortcode here:"
650
  msgstr ""
651
 
652
+ #: views/wp-maintenance-dashboard.php:287
653
  msgid "Or enter your newletter iframe code here:"
654
  msgstr ""
655
 
657
  msgid "Picture"
658
  msgstr ""
659
 
660
+ #: views/wp-maintenance-picture.php:68
661
  msgid "Header picture"
662
  msgstr ""
663
 
664
+ #: views/wp-maintenance-picture.php:69 views/wp-maintenance-picture.php:101
665
  msgid "Enter a URL or upload an image."
666
  msgstr ""
667
 
668
+ #: views/wp-maintenance-picture.php:70 views/wp-maintenance-picture.php:102
669
+ #: views/wp-maintenance-picture.php:207
670
  msgid "Select or Upload your picture"
671
  msgstr ""
672
 
673
+ #: views/wp-maintenance-picture.php:71
674
+ msgid ""
675
+ "URL path to image to replace default WordPress Logo. (You can upload your "
676
+ "image with the WordPress media uploader)"
677
+ msgstr ""
678
+
679
+ #: views/wp-maintenance-picture.php:72
680
+ msgid "Your Logo width (Enter in pixels). Default: 310px"
681
+ msgstr ""
682
+
683
+ #: views/wp-maintenance-picture.php:73
684
+ msgid "Your Logo Height (Enter in pixels). Default: 185px"
685
+ msgstr ""
686
+
687
+ #: views/wp-maintenance-picture.php:78
688
  msgid "You use this picture:"
689
  msgstr ""
690
 
691
+ #: views/wp-maintenance-picture.php:85
692
  msgid "Background picture or pattern"
693
  msgstr ""
694
 
695
+ #: views/wp-maintenance-picture.php:103
696
  msgid "Background picture options"
697
  msgstr ""
698
 
699
+ #: views/wp-maintenance-picture.php:109
700
  msgid "Fixed"
701
  msgstr ""
702
 
703
+ #: views/wp-maintenance-picture.php:113
704
  msgid "You use this background picture:"
705
  msgstr ""
706
 
707
+ #: views/wp-maintenance-picture.php:121
708
  msgid "Or choose a pattern:"
709
  msgstr ""
710
 
711
+ #: views/wp-maintenance-picture.php:124
712
  msgid "NO PATTERN"
713
  msgstr ""
714
 
715
+ #: views/wp-maintenance-picture.php:137
716
  msgid "You use this pattern:"
717
  msgstr ""
718
 
719
+ #: views/wp-maintenance-picture.php:146
720
  msgid "Enable Slider"
721
  msgstr ""
722
 
723
+ #: views/wp-maintenance-picture.php:159
724
  msgid "Slider image options"
725
  msgstr ""
726
 
727
+ #: views/wp-maintenance-picture.php:173
728
  msgid "Speed:"
729
  msgstr ""
730
 
731
+ #: views/wp-maintenance-picture.php:179
732
  msgid "Display Auto Slider:"
733
  msgstr ""
734
 
735
+ #: views/wp-maintenance-picture.php:186
736
  msgid "Display button navigation:"
737
  msgstr ""
738
 
739
+ #: views/wp-maintenance-picture.php:199
740
  msgid "Above logo"
741
  msgstr ""
742
 
743
+ #: views/wp-maintenance-picture.php:200
744
  msgid "Below logo"
745
  msgstr ""
746
 
747
+ #: views/wp-maintenance-picture.php:201
748
  msgid "Below title & text"
749
  msgstr ""
750
 
751
+ #: views/wp-maintenance-picture.php:237
752
  msgid "Link:"
753
  msgstr ""
754
 
755
+ #: views/wp-maintenance-picture.php:240
756
  msgid "Delete this slide"
757
  msgstr ""
758
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpmaintenance.info/a-propos/
4
  Tags: Maintenance, Construction, Launch, Coming soon
5
  Requires at least: 3.0
6
  Tested up to: 4.9.1
7
- Stable tag: 3.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -67,11 +67,19 @@ You can translate WP Maintenance on [__translate.wordpress.org__](https://transl
67
 
68
  == Upgrade Notice ==
69
 
70
- = 3.0.9 =
71
- * Bugs fixed error 500
 
72
 
73
  == Changelog ==
74
 
 
 
 
 
 
 
 
75
  = 3.0.8 =
76
  * Adding menu admin bar
77
  * Ready for 4.9 version
4
  Tags: Maintenance, Construction, Launch, Coming soon
5
  Requires at least: 3.0
6
  Tested up to: 4.9.1
7
+ Stable tag: 4.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
67
 
68
  == Upgrade Notice ==
69
 
70
+ = 4.0 =
71
+ * Remove getimagesize() function
72
+ * Adding input for logo size
73
 
74
  == Changelog ==
75
 
76
+ = 4.0 =
77
+ * Remove getimagesize() function
78
+ * Adding input for logo size
79
+
80
+ = 3.0.9 =
81
+ * Bugs fixed error 500
82
+
83
  = 3.0.8 =
84
  * Adding menu admin bar
85
  * Ready for 4.9 version
views/wp-maintenance-picture.php CHANGED
@@ -61,28 +61,27 @@ function toggleTable(texte) {
61
  <!-- END HEADER -->
62
 
63
  <div style="margin-top: 40px;">
64
- <div id="wpm-column1">
65
-
66
- <div style="float:left;width:68%;margin-right:10px;">
67
- <?php
68
- if( isset($paramMMode['image']) && $paramMMode['image']!='' && ini_get('allow_url_fopen')==1 ) {
69
- list($logoWidth, $logoHeight, $logoType, $logoAttr) = getimagesize($paramMMode['image']);
70
- } else {
71
- $logoWidth = 200;
72
- }
73
- ?>
74
- <h3><?php _e('Header picture', 'wp-maintenance'); ?></h3>
75
- <small><?php _e('Enter a URL or upload an image.', 'wp-maintenance'); ?></small><br />
76
- <input id="upload_image" size="80%" name="wp_maintenance_settings[image]" value="<?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { echo $paramMMode['image']; } ?>" type="text" class="wpm-form-field" /><br /><a href="#" id="upload_image_button" class="button" OnClick="this.blur();"><span> <?php _e('Select or Upload your picture', 'wp-maintenance'); ?> </span></a>
77
- </div>
78
- <div style="float:left;width:30%;text-align:center;">
79
- <?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { ?>
80
- <?php _e('You use this picture:', 'wp-maintenance'); ?><br /> <img src="<?php echo $paramMMode['image']; ?>" width="200" id="image_visuel" style="padding:3px;" />
81
- <?php } ?>
 
82
  </div>
83
  <div style="margin-top:15px;margin-bottom:15px;"><hr /></div>
84
-
85
-
86
  <div id="encart-option-background">
87
  <div style="float:left; width:70%;"><h3><?php _e('Background picture or pattern', 'wp-maintenance'); ?></h3></div>
88
  <div style="float:left; width:30%;text-align:right;">
@@ -142,7 +141,7 @@ function toggleTable(texte) {
142
  </div>
143
  <div class="clear"></div>
144
  </div>
145
- <div style="margin-top:15px;margin-bottom:15px;"><hr /></div>
146
 
147
  <div>
148
  <div style="float:left; width:70%;"><h3><?php _e('Enable Slider', 'wp-maintenance'); ?></h3></div>
61
  <!-- END HEADER -->
62
 
63
  <div style="margin-top: 40px;">
64
+ <div id="wpm-column1">
65
+
66
+ <div id="encart-option-logo">
67
+ <div style="float:left;width:68%;margin-right:10px;">
68
+
69
+ <h3><?php _e('Header picture', 'wp-maintenance'); ?></h3>
70
+ <small><?php _e('Enter a URL or upload an image.', 'wp-maintenance'); ?></small><br />
71
+ <input id="upload_image" size="80%" name="wp_maintenance_settings[image]" value="<?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { echo $paramMMode['image']; } ?>" type="text" class="wpm-form-field" /><br /><a href="#" id="upload_image_button" class="button" OnClick="this.blur();"><span> <?php _e('Select or Upload your picture', 'wp-maintenance'); ?> </span></a><br />
72
+ <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 />
73
+ <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 />
74
+ <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 />
75
+
76
+ </div>
77
+ <div style="float:left;width:30%;text-align:center;">
78
+ <?php if( isset($paramMMode['image']) && $paramMMode['image']!='' ) { ?>
79
+ <?php _e('You use this picture:', 'wp-maintenance'); ?><br /> <img src="<?php echo $paramMMode['image']; ?>" width="250" id="image_visuel" style="padding:3px;" />
80
+ <?php } ?>
81
+ </div>
82
+ <div class="clear"></div>
83
  </div>
84
  <div style="margin-top:15px;margin-bottom:15px;"><hr /></div>
 
 
85
  <div id="encart-option-background">
86
  <div style="float:left; width:70%;"><h3><?php _e('Background picture or pattern', 'wp-maintenance'); ?></h3></div>
87
  <div style="float:left; width:30%;text-align:right;">
141
  </div>
142
  <div class="clear"></div>
143
  </div>
144
+ <div style="margin-top:15px;margin-bottom:15px;"><hr></div>
145
 
146
  <div>
147
  <div style="float:left; width:70%;"><h3><?php _e('Enable Slider', 'wp-maintenance'); ?></h3></div>
wp-maintenance.php CHANGED
@@ -5,7 +5,7 @@
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: 3.0.9
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', '3.0.9' ); }
40
 
41
  require WPM_DIR . 'classes/wp-maintenance.php';
42
  require WPM_DIR . 'classes/slider.php';
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: 4.0
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', '4.0' ); }
40
 
41
  require WPM_DIR . 'classes/wp-maintenance.php';
42
  require WPM_DIR . 'classes/slider.php';