WP Maintenance - Version 2.2

Version Description

Cette version est stable / This version is stable

=

Download this release

Release Info

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

Code changes from version 2.1 to 2.2

admin.css ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpadminbar .wpmbackground {
2
+ background-color: #333;
3
+ -webkit-animation-name: blinker;
4
+ -webkit-animation-duration: 5s;
5
+ -webkit-animation-timing-function: linear;
6
+ -webkit-animation-iteration-count: infinite;
7
+
8
+ -moz-animation-name: blinker;
9
+ -moz-animation-duration: 5s;
10
+ -moz-animation-timing-function: linear;
11
+ -moz-animation-iteration-count: infinite;
12
+
13
+ animation-name: blinker;
14
+ animation-duration: 5s;
15
+ animation-timing-function: linear;
16
+ animation-iteration-count: infinite;
17
+ }
18
+ @-moz-keyframes blinker {
19
+ 0% { opacity: 1.0; }
20
+ 50% { opacity: 0.0; }
21
+ 100% { opacity: 1.0; }
22
+ }
23
+
24
+ @-webkit-keyframes blinker {
25
+ 0% { opacity: 1.0; }
26
+ 50% { opacity: 0.0; }
27
+ 100% { opacity: 1.0; }
28
+ }
29
+
30
+ @keyframes blinker {
31
+ 0% { opacity: 1.0; }
32
+ 50% { opacity: 0.0; }
33
+ 100% { opacity: 1.0; }
34
+ }
images/lock.png ADDED
Binary file
images/unlock.png ADDED
Binary file
languages/wp-maintenance-fr_FR.mo CHANGED
Binary file
languages/wp-maintenance-fr_FR.po CHANGED
@@ -1,305 +1,379 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
- "POT-Creation-Date: 2014-08-09 15:52+0100\n"
5
- "PO-Revision-Date: 2014-08-09 15:54+0100\n"
6
- "Last-Translator: Florent <contact@restezconnectes.fr>\n"
7
  "Language-Team: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language: 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 1.6.5\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=n>1;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
 
 
17
 
18
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:16
 
19
  msgid "Options saved."
20
  msgstr "Options sauvegardées."
21
 
22
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:232
 
 
 
 
 
 
23
  msgid "General"
24
  msgstr "Général"
25
 
26
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:233
 
27
  msgid "Colors & Fonts"
28
  msgstr "Couleurs et Fonts"
29
 
30
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:234
 
31
  msgid "Picture"
32
  msgstr "Image"
33
 
34
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:235
 
35
  msgid "CountDown"
36
  msgstr "Compte à rebours"
37
 
38
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:236
 
39
  msgid "CSS Style"
40
  msgstr "Style CSS"
41
 
42
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:237
43
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:52
 
44
  msgid "Settings"
45
  msgstr "Réglages"
46
 
47
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:238
 
48
  msgid "About"
49
  msgstr "A propos"
50
 
51
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:252
 
52
  msgid "Enable maintenance mode:"
53
  msgstr "Activer le mode maintenance :"
54
 
55
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:253
56
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:267
57
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:277
58
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:335
59
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:538
60
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:660
 
61
  msgid "Yes"
62
  msgstr "Oui"
63
 
64
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:254
65
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:661
 
66
  msgid "No"
67
  msgstr "Non"
68
 
69
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:258
 
70
  msgid "Title and text for the maintenance page:"
71
  msgstr "Titre et Texte de la page maintenance :"
72
 
73
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:259
 
74
  msgid "Title:"
75
  msgstr "Titre :"
76
 
77
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:260
78
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:262
 
79
  msgid "Text:"
80
  msgstr "Texte :"
81
 
82
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:261
 
83
  msgid "Text in the bottom of maintenance page:"
84
  msgstr "Texte du bas de page :"
85
 
86
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:266
 
87
  msgid "Enable Google Analytics:"
88
  msgstr "Activer Google Analytics :"
89
 
90
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:268
 
91
  msgid "Enter your Google analytics tracking ID here:"
92
  msgstr "Enter votre ID de suivi de Google Analytics ici :"
93
 
94
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:270
 
95
  msgid "Enter your domain URL:"
96
  msgstr "Entrer votre domain :"
97
 
98
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:276
 
99
  msgid "Enable Social Networks:"
100
  msgstr "Activer les icônes des réseaux sociaux :"
101
 
102
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:278
 
103
  msgid "Enter text for the title icons:"
104
  msgstr "Entrez un texte pour la balise title des icônes :"
105
 
106
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:279
 
107
  msgid "Follow me on"
108
  msgstr "Suivez-moi sur"
109
 
110
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:281
 
111
  msgid "Drad and drop the lines to put in the order you want:"
112
  msgstr ""
113
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
114
 
115
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:303
 
116
  msgid "Choose icons size:"
117
  msgstr "Choisissez la taille des icônes :"
118
 
119
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:314
 
120
  msgid "Position:"
121
  msgstr "Position :"
122
 
123
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:316
 
124
  msgid "Top"
125
  msgstr "Haut"
126
 
127
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:317
 
128
  msgid "Bottom"
129
  msgstr "Bas"
130
 
131
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:321
 
132
  msgid "Align:"
133
  msgstr "Alignement :"
134
 
135
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:323
 
136
  msgid "Left"
137
  msgstr "Gauche"
138
 
139
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:324
 
140
  msgid "Center"
141
  msgstr "Centre"
142
 
143
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:325
 
144
  msgid "Right"
145
  msgstr "Droite"
146
 
147
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:328
 
148
  msgid "You have your own icons? Enter the folder name of your theme here:"
149
  msgstr ""
150
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
151
 
152
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:334
 
153
  msgid "Enable Newletter:"
154
  msgstr "Activer l'encart de newletter :"
155
 
156
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:336
 
157
  msgid "Enter your newletter shortcode here:"
158
  msgstr "Entrez le Shortcode de la newletter ici :"
159
 
160
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:342
161
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:462
162
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:524
163
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:590
164
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:646
165
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:684
 
166
  msgid "Save this settings"
167
  msgstr "Sauvegarder ces paramètres"
168
 
169
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:355
 
170
  msgid "Choice texts colors:"
171
  msgstr "Choix des couleurs des textes :"
172
 
173
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:357
 
174
  msgid "Background page color:"
175
  msgstr "Couleur du fond de page :"
176
 
177
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:358
 
178
  msgid "Text color:"
179
  msgstr "Couleur du texte :"
180
 
181
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:361
 
182
  msgid "Title font settings"
183
  msgstr "Paramètres de la police du titre"
184
 
185
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:367
186
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:390
187
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:418
188
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:441
 
189
  msgid "Size:"
190
  msgstr "Taille :"
191
 
192
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:384
 
193
  msgid "Text font settings"
194
  msgstr "Paramètres de la police du texte"
195
 
196
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:406
 
197
  msgid "Choice countdown colors:"
198
  msgstr "Choix des couleurs du compte à rebours :"
199
 
200
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:407
 
201
  msgid "Countdown text color:"
202
  msgstr "Couleur du texte du compteur :"
203
 
204
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:409
 
205
  msgid "Countdown background color:"
206
  msgstr "Couleur du fond du compteur :"
207
 
208
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:412
 
209
  msgid "Countdown font settings"
210
  msgstr "Paramètres de la police du compte à rebours"
211
 
212
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:429
 
213
  msgid "Choice texts bottom colors:"
214
  msgstr "Choix des couleurs du bas de page :"
215
 
216
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:431
 
217
  msgid "Bottom color:"
218
  msgstr "Couleur du fond :"
219
 
220
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:432
 
221
  msgid "Text bottom color:"
222
  msgstr "Couleur du texte :"
223
 
224
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:435
 
225
  msgid "Text font on the bottom page:"
226
  msgstr "Paramètres de la police du texte du bas de page :"
227
 
228
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:474
 
229
  msgid "Upload a picture"
230
  msgstr "Uploader une image"
231
 
232
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:476
 
233
  msgid "You use this picture:"
234
  msgstr "Image actuelle : "
235
 
236
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:478
237
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:494
 
238
  msgid "Select or Upload your picture"
239
  msgstr "Sélectionnez / Uploader votre image"
240
 
241
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:479
242
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:495
 
243
  msgid "Enter a URL or upload an image."
244
  msgstr "Entrez une url ou uploader une image."
245
 
246
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:484
 
247
  msgid "Upload a background picture"
248
  msgstr "Uploader une image de fond"
249
 
250
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:485
 
251
  msgid "Enable image background"
252
  msgstr "Activer l'image de fond"
253
 
254
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:487
 
255
  msgid "You use this background picture:"
256
  msgstr "Image de fond actuelle : "
257
 
258
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:491
 
259
  msgid "You use this pattern:"
260
  msgstr "Vous utilisez ce pattern : "
261
 
262
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:496
 
263
  msgid "Or choose a pattern:"
264
  msgstr "Ou choisissez un pattern de fond :"
265
 
266
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:512
 
267
  msgid "Background picture options"
268
  msgstr "Options de l'image de fond"
269
 
270
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:519
 
271
  msgid "Fixed"
272
  msgstr "Fixe"
273
 
274
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:537
 
275
  msgid "Enable a countdown ?"
276
  msgstr "Activer le compte à rebours ?"
277
 
278
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:539
 
279
  msgid "Enter the launch date"
280
  msgstr "Entrez la date de lancement"
281
 
282
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:572
 
283
  msgid "Enable seconds ?"
284
  msgstr "Afficher les secondes ?"
285
 
286
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:573
 
287
  msgid "Disable maintenance mode at the end of the countdown?"
288
  msgstr "Désactiver le mode maintenance à la fin du compte à rebours ?"
289
 
290
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:574
 
291
  msgid "End message:"
292
  msgstr "Message de fin :"
293
 
294
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:574
 
295
  msgid "Font size:"
296
  msgstr "Taille de la police :"
297
 
298
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:602
 
299
  msgid "CSS style sheet code:"
300
  msgstr "Code style CSS :"
301
 
302
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:603
 
303
  msgid ""
304
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
305
  "\" to retrieve the default style sheet."
@@ -307,66 +381,80 @@ msgstr ""
307
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
308
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
309
 
310
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:611
 
311
  msgid "Markers for colors"
312
  msgstr "Marqueurs pour les couleurs"
313
 
314
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:616
 
315
  msgid "Use this code for text color"
316
  msgstr "Utiliser ce code pour la couleur du texte"
317
 
318
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:620
 
319
  msgid "Use this code for background text color"
320
  msgstr "Utiliser ce code pour la couleur de fond du texte"
321
 
322
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:624
 
323
  msgid "Use this code for background color countdown"
324
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
325
 
326
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:628
 
327
  msgid "Use this code for size countdown"
328
  msgstr "Utiliser ce code pour la taille du compte à rebours"
329
 
330
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:632
 
331
  msgid "Use this code for countdown color"
332
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
333
 
334
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:641
 
335
  msgid "Reset default CSS stylesheet ?"
336
  msgstr "Réinitialiser la feuille de style ?"
337
 
338
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:658
 
339
  msgid "Theme maintenance page:"
340
  msgstr "Page maintenance du thème :"
341
 
342
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:659
 
343
  msgid ""
344
  "If you would use your maintenance.php page in your theme folder, click Yes."
345
  msgstr ""
346
  "Si vous souhaitez utiliser votre page maintenance.php dans le dossier de "
347
  "votre thème, cliquez sur Oui."
348
 
349
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:662
 
350
  msgid "You can use this shortcode to include Google Analytics code:"
351
  msgstr ""
352
  "Vous pouvez utiliser ce Shortcode pour include le code Google Analytics sur "
353
  "votre page :"
354
 
355
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:662
 
356
  msgid "You can use this shortcode to include Social Networks icons:"
357
  msgstr ""
358
  "Vous pouvez utiliser ce Shortcode pour include les icons des réseaux sociaux "
359
  "sur votre page :"
360
 
361
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:666
 
362
  msgid "Roles and Capabilities:"
363
  msgstr "Rôles et capacités :"
364
 
365
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:667
 
366
  msgid "Allow the site to display these roles:"
367
  msgstr "Autoriser l'affichage du site à ces rôles :"
368
 
369
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:700
 
370
  msgid ""
371
  "This plugin has been developed for you for free by <a href=\"http://www."
372
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</ a>. It is "
@@ -381,38 +469,45 @@ msgstr ""
381
  "retours sur vos éventuelles modifications afin d'améliorer ce plugin pour "
382
  "tous."
383
 
384
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:705
 
385
  msgid ""
386
  "If you want Donate (French Paypal) for my current and future developments:"
387
  msgstr ""
388
  "Si vous souhaitez me soutenir pour mes développements actuels et futurs :"
389
 
390
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:94
391
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:536
392
  msgid "This site is down for maintenance"
393
  msgstr "Ce site est en maintenance"
394
 
395
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:290
 
396
  msgid "Choose This Image"
397
  msgstr "Choisir cette image"
398
 
399
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:291
 
400
  msgid "Choose Image"
401
  msgstr "Choisissez une image"
402
 
403
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
404
  msgid "Days"
405
  msgstr "Jours"
406
 
407
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
408
  msgid "Hours"
409
  msgstr "Heures"
410
 
411
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
412
  msgid "Minutes"
413
  msgstr "Minutes"
414
 
415
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:645
 
416
  msgid "Seconds"
417
  msgstr "Secondes"
418
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
+ "POT-Creation-Date: 2014-12-04 09:10+0100\n"
5
+ "PO-Revision-Date: 2014-12-04 09:35+0100\n"
6
+ "Last-Translator: Florent Maillefaud <contact@restezconnectes.fr>\n"
7
  "Language-Team: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language: 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 1.7\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=n>1;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\www\\Plugin Wordpress\\wp-maintenance"
18
+ "\\trunk\n"
19
 
20
+ #: C:\wamp\www\www\Plugin
21
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:16
22
  msgid "Options saved."
23
  msgstr "Options sauvegardées."
24
 
25
+ #: C:\wamp\www\www\Plugin
26
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:53
27
+ msgid "The Style Sheet has been reset!"
28
+ msgstr "Feuille de style réinitialisée !"
29
+
30
+ #: C:\wamp\www\www\Plugin
31
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:72
32
  msgid "General"
33
  msgstr "Général"
34
 
35
+ #: C:\wamp\www\www\Plugin
36
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:73
37
  msgid "Colors & Fonts"
38
  msgstr "Couleurs et Fonts"
39
 
40
+ #: C:\wamp\www\www\Plugin
41
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:74
42
  msgid "Picture"
43
  msgstr "Image"
44
 
45
+ #: C:\wamp\www\www\Plugin
46
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:75
47
  msgid "CountDown"
48
  msgstr "Compte à rebours"
49
 
50
+ #: C:\wamp\www\www\Plugin
51
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:76
52
  msgid "CSS Style"
53
  msgstr "Style CSS"
54
 
55
+ #: C:\wamp\www\www\Plugin
56
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:77
57
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:53
58
  msgid "Settings"
59
  msgstr "Réglages"
60
 
61
+ #: C:\wamp\www\www\Plugin
62
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:78
63
  msgid "About"
64
  msgstr "A propos"
65
 
66
+ #: C:\wamp\www\www\Plugin
67
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:92
68
  msgid "Enable maintenance mode:"
69
  msgstr "Activer le mode maintenance :"
70
 
71
+ #: C:\wamp\www\www\Plugin
72
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:93
73
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:107
74
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:117
75
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:175
76
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:378
77
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:500
78
  msgid "Yes"
79
  msgstr "Oui"
80
 
81
+ #: C:\wamp\www\www\Plugin
82
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:94
83
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:501
84
  msgid "No"
85
  msgstr "Non"
86
 
87
+ #: C:\wamp\www\www\Plugin
88
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:98
89
  msgid "Title and text for the maintenance page:"
90
  msgstr "Titre et Texte de la page maintenance :"
91
 
92
+ #: C:\wamp\www\www\Plugin
93
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:99
94
  msgid "Title:"
95
  msgstr "Titre :"
96
 
97
+ #: C:\wamp\www\www\Plugin
98
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:100
99
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:102
100
  msgid "Text:"
101
  msgstr "Texte :"
102
 
103
+ #: C:\wamp\www\www\Plugin
104
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:101
105
  msgid "Text in the bottom of maintenance page:"
106
  msgstr "Texte du bas de page :"
107
 
108
+ #: C:\wamp\www\www\Plugin
109
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:106
110
  msgid "Enable Google Analytics:"
111
  msgstr "Activer Google Analytics :"
112
 
113
+ #: C:\wamp\www\www\Plugin
114
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:108
115
  msgid "Enter your Google analytics tracking ID here:"
116
  msgstr "Enter votre ID de suivi de Google Analytics ici :"
117
 
118
+ #: C:\wamp\www\www\Plugin
119
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:110
120
  msgid "Enter your domain URL:"
121
  msgstr "Entrer votre domain :"
122
 
123
+ #: C:\wamp\www\www\Plugin
124
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:116
125
  msgid "Enable Social Networks:"
126
  msgstr "Activer les icônes des réseaux sociaux :"
127
 
128
+ #: C:\wamp\www\www\Plugin
129
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:118
130
  msgid "Enter text for the title icons:"
131
  msgstr "Entrez un texte pour la balise title des icônes :"
132
 
133
+ #: C:\wamp\www\www\Plugin
134
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:119
135
  msgid "Follow me on"
136
  msgstr "Suivez-moi sur"
137
 
138
+ #: C:\wamp\www\www\Plugin
139
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:121
140
  msgid "Drad and drop the lines to put in the order you want:"
141
  msgstr ""
142
  "Cliquez et glisser les lignes pour mettre dans l'ordre que vous souhaitez :"
143
 
144
+ #: C:\wamp\www\www\Plugin
145
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:143
146
  msgid "Choose icons size:"
147
  msgstr "Choisissez la taille des icônes :"
148
 
149
+ #: C:\wamp\www\www\Plugin
150
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:154
151
  msgid "Position:"
152
  msgstr "Position :"
153
 
154
+ #: C:\wamp\www\www\Plugin
155
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:156
156
  msgid "Top"
157
  msgstr "Haut"
158
 
159
+ #: C:\wamp\www\www\Plugin
160
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:157
161
  msgid "Bottom"
162
  msgstr "Bas"
163
 
164
+ #: C:\wamp\www\www\Plugin
165
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:161
166
  msgid "Align:"
167
  msgstr "Alignement :"
168
 
169
+ #: C:\wamp\www\www\Plugin
170
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:163
171
  msgid "Left"
172
  msgstr "Gauche"
173
 
174
+ #: C:\wamp\www\www\Plugin
175
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:164
176
  msgid "Center"
177
  msgstr "Centre"
178
 
179
+ #: C:\wamp\www\www\Plugin
180
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:165
181
  msgid "Right"
182
  msgstr "Droite"
183
 
184
+ #: C:\wamp\www\www\Plugin
185
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:168
186
  msgid "You have your own icons? Enter the folder name of your theme here:"
187
  msgstr ""
188
  "Vous avez vos propres icônes ? Entrez le nom du dossier de votre thème ici :"
189
 
190
+ #: C:\wamp\www\www\Plugin
191
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:174
192
  msgid "Enable Newletter:"
193
  msgstr "Activer l'encart de newletter :"
194
 
195
+ #: C:\wamp\www\www\Plugin
196
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:176
197
  msgid "Enter your newletter shortcode here:"
198
  msgstr "Entrez le Shortcode de la newletter ici :"
199
 
200
+ #: C:\wamp\www\www\Plugin
201
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:182
202
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:302
203
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:364
204
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:430
205
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:486
206
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:524
207
  msgid "Save this settings"
208
  msgstr "Sauvegarder ces paramètres"
209
 
210
+ #: C:\wamp\www\www\Plugin
211
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:195
212
  msgid "Choice texts colors:"
213
  msgstr "Choix des couleurs des textes :"
214
 
215
+ #: C:\wamp\www\www\Plugin
216
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:197
217
  msgid "Background page color:"
218
  msgstr "Couleur du fond de page :"
219
 
220
+ #: C:\wamp\www\www\Plugin
221
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:198
222
  msgid "Text color:"
223
  msgstr "Couleur du texte :"
224
 
225
+ #: C:\wamp\www\www\Plugin
226
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:201
227
  msgid "Title font settings"
228
  msgstr "Paramètres de la police du titre"
229
 
230
+ #: C:\wamp\www\www\Plugin
231
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:207
232
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:230
233
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:258
234
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:281
235
  msgid "Size:"
236
  msgstr "Taille :"
237
 
238
+ #: C:\wamp\www\www\Plugin
239
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:224
240
  msgid "Text font settings"
241
  msgstr "Paramètres de la police du texte"
242
 
243
+ #: C:\wamp\www\www\Plugin
244
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:246
245
  msgid "Choice countdown colors:"
246
  msgstr "Choix des couleurs du compte à rebours :"
247
 
248
+ #: C:\wamp\www\www\Plugin
249
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:247
250
  msgid "Countdown text color:"
251
  msgstr "Couleur du texte du compteur :"
252
 
253
+ #: C:\wamp\www\www\Plugin
254
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:249
255
  msgid "Countdown background color:"
256
  msgstr "Couleur du fond du compteur :"
257
 
258
+ #: C:\wamp\www\www\Plugin
259
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:252
260
  msgid "Countdown font settings"
261
  msgstr "Paramètres de la police du compte à rebours"
262
 
263
+ #: C:\wamp\www\www\Plugin
264
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:269
265
  msgid "Choice texts bottom colors:"
266
  msgstr "Choix des couleurs du bas de page :"
267
 
268
+ #: C:\wamp\www\www\Plugin
269
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:271
270
  msgid "Bottom color:"
271
  msgstr "Couleur du fond :"
272
 
273
+ #: C:\wamp\www\www\Plugin
274
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:272
275
  msgid "Text bottom color:"
276
  msgstr "Couleur du texte :"
277
 
278
+ #: C:\wamp\www\www\Plugin
279
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:275
280
  msgid "Text font on the bottom page:"
281
  msgstr "Paramètres de la police du texte du bas de page :"
282
 
283
+ #: C:\wamp\www\www\Plugin
284
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:314
285
  msgid "Upload a picture"
286
  msgstr "Uploader une image"
287
 
288
+ #: C:\wamp\www\www\Plugin
289
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:316
290
  msgid "You use this picture:"
291
  msgstr "Image actuelle : "
292
 
293
+ #: C:\wamp\www\www\Plugin
294
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:318
295
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:334
296
  msgid "Select or Upload your picture"
297
  msgstr "Sélectionnez / Uploader votre image"
298
 
299
+ #: C:\wamp\www\www\Plugin
300
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:319
301
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:335
302
  msgid "Enter a URL or upload an image."
303
  msgstr "Entrez une url ou uploader une image."
304
 
305
+ #: C:\wamp\www\www\Plugin
306
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:324
307
  msgid "Upload a background picture"
308
  msgstr "Uploader une image de fond"
309
 
310
+ #: C:\wamp\www\www\Plugin
311
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:325
312
  msgid "Enable image background"
313
  msgstr "Activer l'image de fond"
314
 
315
+ #: C:\wamp\www\www\Plugin
316
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:327
317
  msgid "You use this background picture:"
318
  msgstr "Image de fond actuelle : "
319
 
320
+ #: C:\wamp\www\www\Plugin
321
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:331
322
  msgid "You use this pattern:"
323
  msgstr "Vous utilisez ce pattern : "
324
 
325
+ #: C:\wamp\www\www\Plugin
326
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:336
327
  msgid "Or choose a pattern:"
328
  msgstr "Ou choisissez un pattern de fond :"
329
 
330
+ #: C:\wamp\www\www\Plugin
331
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:352
332
  msgid "Background picture options"
333
  msgstr "Options de l'image de fond"
334
 
335
+ #: C:\wamp\www\www\Plugin
336
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:359
337
  msgid "Fixed"
338
  msgstr "Fixe"
339
 
340
+ #: C:\wamp\www\www\Plugin
341
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:377
342
  msgid "Enable a countdown ?"
343
  msgstr "Activer le compte à rebours ?"
344
 
345
+ #: C:\wamp\www\www\Plugin
346
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:379
347
  msgid "Enter the launch date"
348
  msgstr "Entrez la date de lancement"
349
 
350
+ #: C:\wamp\www\www\Plugin
351
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:412
352
  msgid "Enable seconds ?"
353
  msgstr "Afficher les secondes ?"
354
 
355
+ #: C:\wamp\www\www\Plugin
356
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:413
357
  msgid "Disable maintenance mode at the end of the countdown?"
358
  msgstr "Désactiver le mode maintenance à la fin du compte à rebours ?"
359
 
360
+ #: C:\wamp\www\www\Plugin
361
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:414
362
  msgid "End message:"
363
  msgstr "Message de fin :"
364
 
365
+ #: C:\wamp\www\www\Plugin
366
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:414
367
  msgid "Font size:"
368
  msgstr "Taille de la police :"
369
 
370
+ #: C:\wamp\www\www\Plugin
371
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:442
372
  msgid "CSS style sheet code:"
373
  msgstr "Code style CSS :"
374
 
375
+ #: C:\wamp\www\www\Plugin
376
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:443
377
  msgid ""
378
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
379
  "\" to retrieve the default style sheet."
381
  "Editer le code CSS de votre page de maintenance ici. Cliquez sur "
382
  "\"Réinitialiser\" et \"Sauvegarder\" pour remettre le style par défaut."
383
 
384
+ #: C:\wamp\www\www\Plugin
385
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:451
386
  msgid "Markers for colors"
387
  msgstr "Marqueurs pour les couleurs"
388
 
389
+ #: C:\wamp\www\www\Plugin
390
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:456
391
  msgid "Use this code for text color"
392
  msgstr "Utiliser ce code pour la couleur du texte"
393
 
394
+ #: C:\wamp\www\www\Plugin
395
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:460
396
  msgid "Use this code for background text color"
397
  msgstr "Utiliser ce code pour la couleur de fond du texte"
398
 
399
+ #: C:\wamp\www\www\Plugin
400
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:464
401
  msgid "Use this code for background color countdown"
402
  msgstr "Utiliser ce code pour la couleur du fond du compte à rebours"
403
 
404
+ #: C:\wamp\www\www\Plugin
405
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:468
406
  msgid "Use this code for size countdown"
407
  msgstr "Utiliser ce code pour la taille du compte à rebours"
408
 
409
+ #: C:\wamp\www\www\Plugin
410
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:472
411
  msgid "Use this code for countdown color"
412
  msgstr "Utiliser ce code pour la couleur du texte du compte à rebours"
413
 
414
+ #: C:\wamp\www\www\Plugin
415
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:481
416
  msgid "Reset default CSS stylesheet ?"
417
  msgstr "Réinitialiser la feuille de style ?"
418
 
419
+ #: C:\wamp\www\www\Plugin
420
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:498
421
  msgid "Theme maintenance page:"
422
  msgstr "Page maintenance du thème :"
423
 
424
+ #: C:\wamp\www\www\Plugin
425
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:499
426
  msgid ""
427
  "If you would use your maintenance.php page in your theme folder, click Yes."
428
  msgstr ""
429
  "Si vous souhaitez utiliser votre page maintenance.php dans le dossier de "
430
  "votre thème, cliquez sur Oui."
431
 
432
+ #: C:\wamp\www\www\Plugin
433
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:502
434
  msgid "You can use this shortcode to include Google Analytics code:"
435
  msgstr ""
436
  "Vous pouvez utiliser ce Shortcode pour include le code Google Analytics sur "
437
  "votre page :"
438
 
439
+ #: C:\wamp\www\www\Plugin
440
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:502
441
  msgid "You can use this shortcode to include Social Networks icons:"
442
  msgstr ""
443
  "Vous pouvez utiliser ce Shortcode pour include les icons des réseaux sociaux "
444
  "sur votre page :"
445
 
446
+ #: C:\wamp\www\www\Plugin
447
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:506
448
  msgid "Roles and Capabilities:"
449
  msgstr "Rôles et capacités :"
450
 
451
+ #: C:\wamp\www\www\Plugin
452
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:507
453
  msgid "Allow the site to display these roles:"
454
  msgstr "Autoriser l'affichage du site à ces rôles :"
455
 
456
+ #: C:\wamp\www\www\Plugin
457
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:540
458
  msgid ""
459
  "This plugin has been developed for you for free by <a href=\"http://www."
460
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</ a>. It is "
469
  "retours sur vos éventuelles modifications afin d'améliorer ce plugin pour "
470
  "tous."
471
 
472
+ #: C:\wamp\www\www\Plugin
473
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:545
474
  msgid ""
475
  "If you want Donate (French Paypal) for my current and future developments:"
476
  msgstr ""
477
  "Si vous souhaitez me soutenir pour mes développements actuels et futurs :"
478
 
479
+ #: C:\wamp\www\www\Plugin Wordpress\wp-maintenance\trunk/wp-maintenance.php:95
480
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:384
481
  msgid "This site is down for maintenance"
482
  msgstr "Ce site est en maintenance"
483
 
484
+ #: C:\wamp\www\www\Plugin
485
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:131
486
  msgid "Choose This Image"
487
  msgstr "Choisir cette image"
488
 
489
+ #: C:\wamp\www\www\Plugin
490
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:132
491
  msgid "Choose Image"
492
  msgstr "Choisissez une image"
493
 
494
+ #: C:\wamp\www\www\Plugin
495
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
496
  msgid "Days"
497
  msgstr "Jours"
498
 
499
+ #: C:\wamp\www\www\Plugin
500
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
501
  msgid "Hours"
502
  msgstr "Heures"
503
 
504
+ #: C:\wamp\www\www\Plugin
505
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
506
  msgid "Minutes"
507
  msgstr "Minutes"
508
 
509
+ #: C:\wamp\www\www\Plugin
510
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:493
511
  msgid "Seconds"
512
  msgstr "Secondes"
513
 
languages/wp-maintenance.pot CHANGED
@@ -1,364 +1,450 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
- "POT-Creation-Date: 2014-08-09 15:52+0100\n"
5
- "PO-Revision-Date: 2014-08-09 15:52+0100\n"
6
  "Last-Translator: Florent <contact@restezconnectes.fr>\n"
7
  "Language-Team: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language: 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 1.6.5\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=n>1;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: C:\\wamp\\www\\askyourplugin.local.sites.fr\\www\\wp-"
18
- "content\\plugins\\wp-maintenance\n"
19
 
20
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:16
 
21
  msgid "Options saved."
22
  msgstr ""
23
 
24
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:232
 
 
 
 
 
 
25
  msgid "General"
26
  msgstr ""
27
 
28
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:233
 
29
  msgid "Colors & Fonts"
30
  msgstr ""
31
 
32
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:234
 
33
  msgid "Picture"
34
  msgstr ""
35
 
36
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:235
 
37
  msgid "CountDown"
38
  msgstr ""
39
 
40
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:236
 
41
  msgid "CSS Style"
42
  msgstr ""
43
 
44
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:237
45
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:52
 
46
  msgid "Settings"
47
  msgstr ""
48
 
49
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:238
 
50
  msgid "About"
51
  msgstr ""
52
 
53
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:252
 
54
  msgid "Enable maintenance mode:"
55
  msgstr ""
56
 
57
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:253
58
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:267
59
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:277
60
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:335
61
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:538
62
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:660
 
63
  msgid "Yes"
64
  msgstr ""
65
 
66
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:254
67
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:661
 
68
  msgid "No"
69
  msgstr ""
70
 
71
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:258
 
72
  msgid "Title and text for the maintenance page:"
73
  msgstr ""
74
 
75
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:259
 
76
  msgid "Title:"
77
  msgstr ""
78
 
79
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:260
80
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:262
 
81
  msgid "Text:"
82
  msgstr ""
83
 
84
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:261
 
85
  msgid "Text in the bottom of maintenance page:"
86
  msgstr ""
87
 
88
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:266
 
89
  msgid "Enable Google Analytics:"
90
  msgstr ""
91
 
92
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:268
 
93
  msgid "Enter your Google analytics tracking ID here:"
94
  msgstr ""
95
 
96
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:270
 
97
  msgid "Enter your domain URL:"
98
  msgstr ""
99
 
100
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:276
 
101
  msgid "Enable Social Networks:"
102
  msgstr ""
103
 
104
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:278
 
105
  msgid "Enter text for the title icons:"
106
  msgstr ""
107
 
108
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:279
 
109
  msgid "Follow me on"
110
  msgstr ""
111
 
112
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:281
 
113
  msgid "Drad and drop the lines to put in the order you want:"
114
  msgstr ""
115
 
116
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:303
 
117
  msgid "Choose icons size:"
118
  msgstr ""
119
 
120
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:314
 
121
  msgid "Position:"
122
  msgstr ""
123
 
124
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:316
 
125
  msgid "Top"
126
  msgstr ""
127
 
128
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:317
 
129
  msgid "Bottom"
130
  msgstr ""
131
 
132
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:321
 
133
  msgid "Align:"
134
  msgstr ""
135
 
136
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:323
 
137
  msgid "Left"
138
  msgstr ""
139
 
140
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:324
 
141
  msgid "Center"
142
  msgstr ""
143
 
144
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:325
 
145
  msgid "Right"
146
  msgstr ""
147
 
148
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:328
 
149
  msgid "You have your own icons? Enter the folder name of your theme here:"
150
  msgstr ""
151
 
152
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:334
 
153
  msgid "Enable Newletter:"
154
  msgstr ""
155
 
156
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:336
 
157
  msgid "Enter your newletter shortcode here:"
158
  msgstr ""
159
 
160
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:342
161
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:462
162
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:524
163
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:590
164
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:646
165
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:684
 
166
  msgid "Save this settings"
167
  msgstr ""
168
 
169
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:355
 
170
  msgid "Choice texts colors:"
171
  msgstr ""
172
 
173
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:357
 
174
  msgid "Background page color:"
175
  msgstr ""
176
 
177
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:358
 
178
  msgid "Text color:"
179
  msgstr ""
180
 
181
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:361
 
182
  msgid "Title font settings"
183
  msgstr ""
184
 
185
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:367
186
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:390
187
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:418
188
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:441
 
189
  msgid "Size:"
190
  msgstr ""
191
 
192
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:384
 
193
  msgid "Text font settings"
194
  msgstr ""
195
 
196
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:406
 
197
  msgid "Choice countdown colors:"
198
  msgstr ""
199
 
200
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:407
 
201
  msgid "Countdown text color:"
202
  msgstr ""
203
 
204
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:409
 
205
  msgid "Countdown background color:"
206
  msgstr ""
207
 
208
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:412
 
209
  msgid "Countdown font settings"
210
  msgstr ""
211
 
212
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:429
 
213
  msgid "Choice texts bottom colors:"
214
  msgstr ""
215
 
216
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:431
 
217
  msgid "Bottom color:"
218
  msgstr ""
219
 
220
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:432
 
221
  msgid "Text bottom color:"
222
  msgstr ""
223
 
224
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:435
 
225
  msgid "Text font on the bottom page:"
226
  msgstr ""
227
 
228
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:474
 
229
  msgid "Upload a picture"
230
  msgstr ""
231
 
232
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:476
 
233
  msgid "You use this picture:"
234
  msgstr ""
235
 
236
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:478
237
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:494
 
238
  msgid "Select or Upload your picture"
239
  msgstr ""
240
 
241
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:479
242
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:495
 
243
  msgid "Enter a URL or upload an image."
244
  msgstr ""
245
 
246
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:484
 
247
  msgid "Upload a background picture"
248
  msgstr ""
249
 
250
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:485
 
251
  msgid "Enable image background"
252
  msgstr ""
253
 
254
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:487
 
255
  msgid "You use this background picture:"
256
  msgstr ""
257
 
258
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:491
 
259
  msgid "You use this pattern:"
260
  msgstr ""
261
 
262
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:496
 
263
  msgid "Or choose a pattern:"
264
  msgstr ""
265
 
266
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:512
 
267
  msgid "Background picture options"
268
  msgstr ""
269
 
270
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:519
 
271
  msgid "Fixed"
272
  msgstr ""
273
 
274
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:537
 
275
  msgid "Enable a countdown ?"
276
  msgstr ""
277
 
278
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:539
 
279
  msgid "Enter the launch date"
280
  msgstr ""
281
 
282
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:572
 
283
  msgid "Enable seconds ?"
284
  msgstr ""
285
 
286
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:573
 
287
  msgid "Disable maintenance mode at the end of the countdown?"
288
  msgstr ""
289
 
290
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:574
 
291
  msgid "End message:"
292
  msgstr ""
293
 
294
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:574
 
295
  msgid "Font size:"
296
  msgstr ""
297
 
298
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:602
 
299
  msgid "CSS style sheet code:"
300
  msgstr ""
301
 
302
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:603
 
303
  msgid ""
304
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
305
  "\" to retrieve the default style sheet."
306
  msgstr ""
307
 
308
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:611
 
309
  msgid "Markers for colors"
310
  msgstr ""
311
 
312
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:616
 
313
  msgid "Use this code for text color"
314
  msgstr ""
315
 
316
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:620
 
317
  msgid "Use this code for background text color"
318
  msgstr ""
319
 
320
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:624
 
321
  msgid "Use this code for background color countdown"
322
  msgstr ""
323
 
324
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:628
 
325
  msgid "Use this code for size countdown"
326
  msgstr ""
327
 
328
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:632
 
329
  msgid "Use this code for countdown color"
330
  msgstr ""
331
 
332
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:641
 
333
  msgid "Reset default CSS stylesheet ?"
334
  msgstr ""
335
 
336
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:658
 
337
  msgid "Theme maintenance page:"
338
  msgstr ""
339
 
340
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:659
 
341
  msgid ""
342
  "If you would use your maintenance.php page in your theme folder, click Yes."
343
  msgstr ""
344
 
345
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:662
 
346
  msgid "You can use this shortcode to include Google Analytics code:"
347
  msgstr ""
348
 
349
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:662
 
350
  msgid "You can use this shortcode to include Social Networks icons:"
351
  msgstr ""
352
 
353
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:666
 
354
  msgid "Roles and Capabilities:"
355
  msgstr ""
356
 
357
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:667
 
358
  msgid "Allow the site to display these roles:"
359
  msgstr ""
360
 
361
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:700
 
362
  msgid ""
363
  "This plugin has been developed for you for free by <a href=\"http://www."
364
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</ a>. It is "
@@ -367,36 +453,43 @@ msgid ""
367
  "changes to improve this plugin for all."
368
  msgstr ""
369
 
370
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance-admin.php:705
 
371
  msgid ""
372
  "If you want Donate (French Paypal) for my current and future developments:"
373
  msgstr ""
374
 
375
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:94
376
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:536
377
  msgid "This site is down for maintenance"
378
  msgstr ""
379
 
380
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:290
 
381
  msgid "Choose This Image"
382
  msgstr ""
383
 
384
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:291
 
385
  msgid "Choose Image"
386
  msgstr ""
387
 
388
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
389
  msgid "Days"
390
  msgstr ""
391
 
392
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
393
  msgid "Hours"
394
  msgstr ""
395
 
396
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:643
 
397
  msgid "Minutes"
398
  msgstr ""
399
 
400
- #: C:\wamp\www\askyourplugin.local.sites.fr\www\wp-content\plugins\wp-maintenance/wp-maintenance.php:645
 
401
  msgid "Seconds"
402
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Maintenance\n"
4
+ "POT-Creation-Date: 2014-12-04 09:09+0100\n"
5
+ "PO-Revision-Date: 2014-12-04 09:10+0100\n"
6
  "Last-Translator: Florent <contact@restezconnectes.fr>\n"
7
  "Language-Team: Florent Maillefaud <contact@restezconnectes.fr>\n"
8
  "Language: 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 1.6.10\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=n>1;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\www\\Plugin Wordpress\\wp-maintenance"
18
+ "\\trunk\n"
19
 
20
+ #: C:\wamp\www\www\Plugin
21
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:16
22
  msgid "Options saved."
23
  msgstr ""
24
 
25
+ #: C:\wamp\www\www\Plugin
26
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:53
27
+ msgid "The Style Sheet has been reset!"
28
+ msgstr ""
29
+
30
+ #: C:\wamp\www\www\Plugin
31
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:72
32
  msgid "General"
33
  msgstr ""
34
 
35
+ #: C:\wamp\www\www\Plugin
36
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:73
37
  msgid "Colors & Fonts"
38
  msgstr ""
39
 
40
+ #: C:\wamp\www\www\Plugin
41
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:74
42
  msgid "Picture"
43
  msgstr ""
44
 
45
+ #: C:\wamp\www\www\Plugin
46
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:75
47
  msgid "CountDown"
48
  msgstr ""
49
 
50
+ #: C:\wamp\www\www\Plugin
51
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:76
52
  msgid "CSS Style"
53
  msgstr ""
54
 
55
+ #: C:\wamp\www\www\Plugin
56
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:77
57
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:53
58
  msgid "Settings"
59
  msgstr ""
60
 
61
+ #: C:\wamp\www\www\Plugin
62
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:78
63
  msgid "About"
64
  msgstr ""
65
 
66
+ #: C:\wamp\www\www\Plugin
67
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:92
68
  msgid "Enable maintenance mode:"
69
  msgstr ""
70
 
71
+ #: C:\wamp\www\www\Plugin
72
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:93
73
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:107
74
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:117
75
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:175
76
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:378
77
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:500
78
  msgid "Yes"
79
  msgstr ""
80
 
81
+ #: C:\wamp\www\www\Plugin
82
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:94
83
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:501
84
  msgid "No"
85
  msgstr ""
86
 
87
+ #: C:\wamp\www\www\Plugin
88
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:98
89
  msgid "Title and text for the maintenance page:"
90
  msgstr ""
91
 
92
+ #: C:\wamp\www\www\Plugin
93
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:99
94
  msgid "Title:"
95
  msgstr ""
96
 
97
+ #: C:\wamp\www\www\Plugin
98
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:100
99
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:102
100
  msgid "Text:"
101
  msgstr ""
102
 
103
+ #: C:\wamp\www\www\Plugin
104
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:101
105
  msgid "Text in the bottom of maintenance page:"
106
  msgstr ""
107
 
108
+ #: C:\wamp\www\www\Plugin
109
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:106
110
  msgid "Enable Google Analytics:"
111
  msgstr ""
112
 
113
+ #: C:\wamp\www\www\Plugin
114
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:108
115
  msgid "Enter your Google analytics tracking ID here:"
116
  msgstr ""
117
 
118
+ #: C:\wamp\www\www\Plugin
119
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:110
120
  msgid "Enter your domain URL:"
121
  msgstr ""
122
 
123
+ #: C:\wamp\www\www\Plugin
124
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:116
125
  msgid "Enable Social Networks:"
126
  msgstr ""
127
 
128
+ #: C:\wamp\www\www\Plugin
129
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:118
130
  msgid "Enter text for the title icons:"
131
  msgstr ""
132
 
133
+ #: C:\wamp\www\www\Plugin
134
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:119
135
  msgid "Follow me on"
136
  msgstr ""
137
 
138
+ #: C:\wamp\www\www\Plugin
139
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:121
140
  msgid "Drad and drop the lines to put in the order you want:"
141
  msgstr ""
142
 
143
+ #: C:\wamp\www\www\Plugin
144
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:143
145
  msgid "Choose icons size:"
146
  msgstr ""
147
 
148
+ #: C:\wamp\www\www\Plugin
149
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:154
150
  msgid "Position:"
151
  msgstr ""
152
 
153
+ #: C:\wamp\www\www\Plugin
154
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:156
155
  msgid "Top"
156
  msgstr ""
157
 
158
+ #: C:\wamp\www\www\Plugin
159
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:157
160
  msgid "Bottom"
161
  msgstr ""
162
 
163
+ #: C:\wamp\www\www\Plugin
164
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:161
165
  msgid "Align:"
166
  msgstr ""
167
 
168
+ #: C:\wamp\www\www\Plugin
169
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:163
170
  msgid "Left"
171
  msgstr ""
172
 
173
+ #: C:\wamp\www\www\Plugin
174
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:164
175
  msgid "Center"
176
  msgstr ""
177
 
178
+ #: C:\wamp\www\www\Plugin
179
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:165
180
  msgid "Right"
181
  msgstr ""
182
 
183
+ #: C:\wamp\www\www\Plugin
184
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:168
185
  msgid "You have your own icons? Enter the folder name of your theme here:"
186
  msgstr ""
187
 
188
+ #: C:\wamp\www\www\Plugin
189
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:174
190
  msgid "Enable Newletter:"
191
  msgstr ""
192
 
193
+ #: C:\wamp\www\www\Plugin
194
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:176
195
  msgid "Enter your newletter shortcode here:"
196
  msgstr ""
197
 
198
+ #: C:\wamp\www\www\Plugin
199
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:182
200
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:302
201
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:364
202
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:430
203
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:486
204
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:524
205
  msgid "Save this settings"
206
  msgstr ""
207
 
208
+ #: C:\wamp\www\www\Plugin
209
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:195
210
  msgid "Choice texts colors:"
211
  msgstr ""
212
 
213
+ #: C:\wamp\www\www\Plugin
214
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:197
215
  msgid "Background page color:"
216
  msgstr ""
217
 
218
+ #: C:\wamp\www\www\Plugin
219
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:198
220
  msgid "Text color:"
221
  msgstr ""
222
 
223
+ #: C:\wamp\www\www\Plugin
224
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:201
225
  msgid "Title font settings"
226
  msgstr ""
227
 
228
+ #: C:\wamp\www\www\Plugin
229
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:207
230
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:230
231
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:258
232
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:281
233
  msgid "Size:"
234
  msgstr ""
235
 
236
+ #: C:\wamp\www\www\Plugin
237
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:224
238
  msgid "Text font settings"
239
  msgstr ""
240
 
241
+ #: C:\wamp\www\www\Plugin
242
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:246
243
  msgid "Choice countdown colors:"
244
  msgstr ""
245
 
246
+ #: C:\wamp\www\www\Plugin
247
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:247
248
  msgid "Countdown text color:"
249
  msgstr ""
250
 
251
+ #: C:\wamp\www\www\Plugin
252
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:249
253
  msgid "Countdown background color:"
254
  msgstr ""
255
 
256
+ #: C:\wamp\www\www\Plugin
257
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:252
258
  msgid "Countdown font settings"
259
  msgstr ""
260
 
261
+ #: C:\wamp\www\www\Plugin
262
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:269
263
  msgid "Choice texts bottom colors:"
264
  msgstr ""
265
 
266
+ #: C:\wamp\www\www\Plugin
267
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:271
268
  msgid "Bottom color:"
269
  msgstr ""
270
 
271
+ #: C:\wamp\www\www\Plugin
272
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:272
273
  msgid "Text bottom color:"
274
  msgstr ""
275
 
276
+ #: C:\wamp\www\www\Plugin
277
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:275
278
  msgid "Text font on the bottom page:"
279
  msgstr ""
280
 
281
+ #: C:\wamp\www\www\Plugin
282
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:314
283
  msgid "Upload a picture"
284
  msgstr ""
285
 
286
+ #: C:\wamp\www\www\Plugin
287
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:316
288
  msgid "You use this picture:"
289
  msgstr ""
290
 
291
+ #: C:\wamp\www\www\Plugin
292
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:318
293
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:334
294
  msgid "Select or Upload your picture"
295
  msgstr ""
296
 
297
+ #: C:\wamp\www\www\Plugin
298
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:319
299
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:335
300
  msgid "Enter a URL or upload an image."
301
  msgstr ""
302
 
303
+ #: C:\wamp\www\www\Plugin
304
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:324
305
  msgid "Upload a background picture"
306
  msgstr ""
307
 
308
+ #: C:\wamp\www\www\Plugin
309
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:325
310
  msgid "Enable image background"
311
  msgstr ""
312
 
313
+ #: C:\wamp\www\www\Plugin
314
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:327
315
  msgid "You use this background picture:"
316
  msgstr ""
317
 
318
+ #: C:\wamp\www\www\Plugin
319
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:331
320
  msgid "You use this pattern:"
321
  msgstr ""
322
 
323
+ #: C:\wamp\www\www\Plugin
324
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:336
325
  msgid "Or choose a pattern:"
326
  msgstr ""
327
 
328
+ #: C:\wamp\www\www\Plugin
329
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:352
330
  msgid "Background picture options"
331
  msgstr ""
332
 
333
+ #: C:\wamp\www\www\Plugin
334
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:359
335
  msgid "Fixed"
336
  msgstr ""
337
 
338
+ #: C:\wamp\www\www\Plugin
339
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:377
340
  msgid "Enable a countdown ?"
341
  msgstr ""
342
 
343
+ #: C:\wamp\www\www\Plugin
344
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:379
345
  msgid "Enter the launch date"
346
  msgstr ""
347
 
348
+ #: C:\wamp\www\www\Plugin
349
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:412
350
  msgid "Enable seconds ?"
351
  msgstr ""
352
 
353
+ #: C:\wamp\www\www\Plugin
354
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:413
355
  msgid "Disable maintenance mode at the end of the countdown?"
356
  msgstr ""
357
 
358
+ #: C:\wamp\www\www\Plugin
359
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:414
360
  msgid "End message:"
361
  msgstr ""
362
 
363
+ #: C:\wamp\www\www\Plugin
364
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:414
365
  msgid "Font size:"
366
  msgstr ""
367
 
368
+ #: C:\wamp\www\www\Plugin
369
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:442
370
  msgid "CSS style sheet code:"
371
  msgstr ""
372
 
373
+ #: C:\wamp\www\www\Plugin
374
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:443
375
  msgid ""
376
  "Edit the CSS sheet of your maintenance page here. Click \"Reset\" and \"Save"
377
  "\" to retrieve the default style sheet."
378
  msgstr ""
379
 
380
+ #: C:\wamp\www\www\Plugin
381
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:451
382
  msgid "Markers for colors"
383
  msgstr ""
384
 
385
+ #: C:\wamp\www\www\Plugin
386
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:456
387
  msgid "Use this code for text color"
388
  msgstr ""
389
 
390
+ #: C:\wamp\www\www\Plugin
391
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:460
392
  msgid "Use this code for background text color"
393
  msgstr ""
394
 
395
+ #: C:\wamp\www\www\Plugin
396
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:464
397
  msgid "Use this code for background color countdown"
398
  msgstr ""
399
 
400
+ #: C:\wamp\www\www\Plugin
401
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:468
402
  msgid "Use this code for size countdown"
403
  msgstr ""
404
 
405
+ #: C:\wamp\www\www\Plugin
406
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:472
407
  msgid "Use this code for countdown color"
408
  msgstr ""
409
 
410
+ #: C:\wamp\www\www\Plugin
411
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:481
412
  msgid "Reset default CSS stylesheet ?"
413
  msgstr ""
414
 
415
+ #: C:\wamp\www\www\Plugin
416
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:498
417
  msgid "Theme maintenance page:"
418
  msgstr ""
419
 
420
+ #: C:\wamp\www\www\Plugin
421
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:499
422
  msgid ""
423
  "If you would use your maintenance.php page in your theme folder, click Yes."
424
  msgstr ""
425
 
426
+ #: C:\wamp\www\www\Plugin
427
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:502
428
  msgid "You can use this shortcode to include Google Analytics code:"
429
  msgstr ""
430
 
431
+ #: C:\wamp\www\www\Plugin
432
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:502
433
  msgid "You can use this shortcode to include Social Networks icons:"
434
  msgstr ""
435
 
436
+ #: C:\wamp\www\www\Plugin
437
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:506
438
  msgid "Roles and Capabilities:"
439
  msgstr ""
440
 
441
+ #: C:\wamp\www\www\Plugin
442
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:507
443
  msgid "Allow the site to display these roles:"
444
  msgstr ""
445
 
446
+ #: C:\wamp\www\www\Plugin
447
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:540
448
  msgid ""
449
  "This plugin has been developed for you for free by <a href=\"http://www."
450
  "restezconnectes.fr\" target=\"_blank\">Florent Maillefaud</ a>. It is "
453
  "changes to improve this plugin for all."
454
  msgstr ""
455
 
456
+ #: C:\wamp\www\www\Plugin
457
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance-admin.php:545
458
  msgid ""
459
  "If you want Donate (French Paypal) for my current and future developments:"
460
  msgstr ""
461
 
462
+ #: C:\wamp\www\www\Plugin Wordpress\wp-maintenance\trunk/wp-maintenance.php:95
463
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:384
464
  msgid "This site is down for maintenance"
465
  msgstr ""
466
 
467
+ #: C:\wamp\www\www\Plugin
468
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:131
469
  msgid "Choose This Image"
470
  msgstr ""
471
 
472
+ #: C:\wamp\www\www\Plugin
473
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:132
474
  msgid "Choose Image"
475
  msgstr ""
476
 
477
+ #: C:\wamp\www\www\Plugin
478
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
479
  msgid "Days"
480
  msgstr ""
481
 
482
+ #: C:\wamp\www\www\Plugin
483
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
484
  msgid "Hours"
485
  msgstr ""
486
 
487
+ #: C:\wamp\www\www\Plugin
488
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:491
489
  msgid "Minutes"
490
  msgstr ""
491
 
492
+ #: C:\wamp\www\www\Plugin
493
+ #: Wordpress\wp-maintenance\trunk/wp-maintenance.php:493
494
  msgid "Seconds"
495
  msgstr ""
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Plugin Name ===
2
  Contributors: Florent73
3
  Donate link:
4
  Tags: wordpress maintenance plugin
5
  Requires at least: 3.0
6
- Tested up to: 4.0.1
7
- Stable tag: 2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -65,12 +65,15 @@ Oui mais merci de me soumettre les modifications souhaitées afin de mettre à j
65
 
66
  == Upgrade Notice ==
67
 
68
- = 2.1 =
69
  Cette version est stable / This version is stable
70
 
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 2.1 =
75
  * Correction d'une notice sur un argument déprécié / Fixed a notice on a depreciated argument
76
 
1
+ === Plugin Name ===
2
  Contributors: Florent73
3
  Donate link:
4
  Tags: wordpress maintenance plugin
5
  Requires at least: 3.0
6
+ Tested up to: 4.1
7
+ Stable tag: 2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
65
 
66
  == Upgrade Notice ==
67
 
68
+ = 2.2 =
69
  Cette version est stable / This version is stable
70
 
71
 
72
  == Changelog ==
73
 
74
+ = 2.2 =
75
+ * Ajout d'une notification dans la barre d'admin et résolution de divers bugs CSS / Added a notification in the admin bar & fixed various CSS bugs
76
+
77
  = 2.1 =
78
  * Correction d'une notice sur un argument déprécié / Fixed a notice on a depreciated argument
79
 
wp-maintenance-admin.php CHANGED
@@ -47,10 +47,10 @@ $paramSocialOption = get_option('wp_maintenance_social_options');
47
 
48
 
49
  /* Si on réinitialise les feuille de styles */
50
- if($_POST['wpm_initcss']==1) {
51
  update_option( 'wp_maintenance_style', wpm_print_style() );
52
  $options_saved = true;
53
- echo '<div id="message" class="updated fade"><p><strong>Feuillez de style réinitialisée !</strong></p></div>';
54
  }
55
 
56
  ?>
47
 
48
 
49
  /* Si on réinitialise les feuille de styles */
50
+ if( isset($_POST['wpm_initcss']) && $_POST['wpm_initcss']==1) {
51
  update_option( 'wp_maintenance_style', wpm_print_style() );
52
  $options_saved = true;
53
+ echo '<div id="message" class="updated fade"><p><strong>'.__('The Style Sheet has been reset!', 'wp-maintenance').'</strong></p></div>';
54
  }
55
 
56
  ?>
wp-maintenance.php CHANGED
@@ -6,13 +6,14 @@ Plugin URI: http://wordpress.org/extend/plugins/wp-maintenance/
6
  Description: Le plugin WP Maintenance vous permet de mettre votre site en attente le temps pour vous de faire une maintenance ou du lancement de votre site. Personnalisez cette page de maintenance avec une image, un compte à rebours, etc... / 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...
7
  Author: Florent Maillefaud
8
  Author URI: http://www.restezconnectes.fr/
9
- Version: 2.1
10
  */
11
 
12
 
13
  /*
14
  Change Log
15
- 03/12/2014 - Correction d'une notice sur un argument déprécié / Fixed a notice on a depreciated argument
 
16
  09/08/2014 - Ajout de Fonts et Styles
17
  17/07/2014 - Correction bug feuille de style
18
  20/05/2014 - Correction bug upload d'image
@@ -62,7 +63,7 @@ function wpm_make_multilang() {
62
  }
63
 
64
  /* Ajoute la version dans les options */
65
- define('WPM_VERSION', '2.1');
66
  $option['wp_maintenance_version'] = WPM_VERSION;
67
  if( !get_option('wp_maintenance_version') ) {
68
  add_option('wp_maintenance_version', $option);
@@ -75,6 +76,33 @@ function wpm_admin_panel() {
75
  include("wp-maintenance-admin.php");
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  function wpm_get_roles() {
79
 
80
  $wp_roles = new WP_Roles();
@@ -251,8 +279,8 @@ function wpm_maintenance_mode() {
251
 
252
  get_currentuserinfo();
253
 
254
- if(!$paramMMode['active']) { $paramMMode['active'] = 0 ; }
255
- if(!$statusActive) { update_option('wp_maintenance_active', $paramMMode['active']); }
256
 
257
  $paramSocialOption = get_option('wp_maintenance_social_options');
258
 
@@ -332,22 +360,21 @@ function wpm_maintenance_mode() {
332
 
333
  if($paramMMode['b_image'] && $paramMMode['b_enable_image']==1) {
334
  if($paramMMode['b_repeat_image']=='') { $paramMMode['b_repeat_image'] = 'repeat'; }
335
- //if($paramMMode['b_fixed_image']=='') { $paramMMode['b_fixed_image'] = 'fixed'; }
 
 
 
336
  $addBImage = '
337
- body {
338
- background:url('.$paramMMode['b_image'].') '.$paramMMode['b_repeat_image'].';
339
- background-attachment:'.$paramMMode['b_fixed_image'].';
340
- padding:0;
341
- margin:0;
342
- }';
343
  }
344
  if($paramMMode['b_pattern']>0 && $paramMMode['b_enable_image']==1) {
345
  $addBImage = '
346
- body {
347
- background:url('.WP_PLUGIN_URL.'/wp-maintenance/images/pattern'.$paramMMode['b_pattern'].'.png) '.$paramMMode['b_repeat_image'].' '.$paramMMode['color_bg'].';
348
- padding:0;
349
- margin:0;
350
- }';
351
  }
352
  if($paramSocialOption['align']=='') { $paramSocialOption['align'] = 'center'; }
353
  if($paramMMode['font_title_size']=='') { $paramMMode['font_title_size'] = 40; }
@@ -381,6 +408,7 @@ function wpm_maintenance_mode() {
381
  <head>
382
  <title>'.$site_title." - ".$site_description.'</title>
383
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
384
  <meta name="description" content="'.__('This site is down for maintenance', 'wp-maintenance').'" />
385
  '.$addStylesheet.'
386
  <style type="text/css">
@@ -430,6 +458,7 @@ body {
430
  font-size: '.$paramMMode['font_text_size'].'px;
431
  font-style: '.$paramMMode['font_text_style'].';
432
  font-weight: '.$paramMMode['font_text_weigth'].';
 
433
  }
434
  .wpm_copyright {
435
  font-family: '.$paramMMode['font_text_bottom'].', serif;
@@ -507,14 +536,14 @@ body {
507
  $content .= '
508
  </div><!-- div main -->
509
  </div><!-- div content -->
510
- </div><!-- div wrapper -->';
511
  if($paramSocialOption['position']=='bottom') {
512
  $content .= do_shortcode('[wpm_social]');
513
  }
514
  if($paramMMode['text_bt_maintenance']!='') {
515
- $content .= '<div id="wpm_footer"><p class="wpm_copyright">'.stripslashes($paramMMode['text_bt_maintenance']).'</p></div>';
516
  }
517
- $content .='
518
  </body>
519
  </html>';
520
  }
6
  Description: Le plugin WP Maintenance vous permet de mettre votre site en attente le temps pour vous de faire une maintenance ou du lancement de votre site. Personnalisez cette page de maintenance avec une image, un compte à rebours, etc... / 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...
7
  Author: Florent Maillefaud
8
  Author URI: http://www.restezconnectes.fr/
9
+ Version: 2.2
10
  */
11
 
12
 
13
  /*
14
  Change Log
15
+ 04/12/2014 - Ajout d'une notification dans la barre d'admin / Résolution de divers bug CSS
16
+ 03/12/2014 - Correction d'une notice sur un argument déprécié
17
  09/08/2014 - Ajout de Fonts et Styles
18
  17/07/2014 - Correction bug feuille de style
19
  20/05/2014 - Correction bug upload d'image
63
  }
64
 
65
  /* Ajoute la version dans les options */
66
+ define('WPM_VERSION', '2.2');
67
  $option['wp_maintenance_version'] = WPM_VERSION;
68
  if( !get_option('wp_maintenance_version') ) {
69
  add_option('wp_maintenance_version', $option);
76
  include("wp-maintenance-admin.php");
77
  }
78
 
79
+ /* Ajout feuille CSS pour l'admin barre */
80
+ function wpm_admin_head() {
81
+ echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('wpm-admin.css', __FILE__). '">';
82
+ }
83
+ add_action('admin_head', 'wpm_admin_head');
84
+
85
+ /* Ajout Notification admin barre */
86
+ function wpm_add_menu_admin_bar() {
87
+ global $wp_admin_bar;
88
+
89
+ $checkActive = get_option('wp_maintenance_active');
90
+ if(isset($checkActive) && $checkActive==1) {
91
+ $textAdmin = '<img src="'.WP_PLUGIN_URL.'/wp-maintenance/images/lock.png" style="padding: 6px 0;float:left;margin-right: 6px;">Mode maintenance activé';
92
+
93
+ $wp_admin_bar->add_menu(array(
94
+ 'title' => $textAdmin, // Titre du menu
95
+ 'href' => WPM_SETTINGS, // Lien du menu
96
+ 'meta' => array(
97
+ 'class' => 'wpmbackground'
98
+ )
99
+ /*'parent' => "wp-logo", // Parent du menu*/
100
+ ));
101
+ }
102
+ }
103
+ add_action('admin_bar_menu', 'wpm_add_menu_admin_bar', 999);
104
+
105
+ /* Liste les différents Rôles */
106
  function wpm_get_roles() {
107
 
108
  $wp_roles = new WP_Roles();
279
 
280
  get_currentuserinfo();
281
 
282
+ if( !isset($paramMMode['active']) ) { $paramMMode['active'] = 0 ; }
283
+ if( !isset($statusActive) ) { update_option('wp_maintenance_active', $paramMMode['active']); }
284
 
285
  $paramSocialOption = get_option('wp_maintenance_social_options');
286
 
360
 
361
  if($paramMMode['b_image'] && $paramMMode['b_enable_image']==1) {
362
  if($paramMMode['b_repeat_image']=='') { $paramMMode['b_repeat_image'] = 'repeat'; }
363
+ $optionBackground = '';
364
+ if(isset($paramMMode['b_fixed_image']) && $paramMMode['b_fixed_image']==1) {
365
+ $optionBackground = 'background-attachment:fixed;';
366
+ }
367
  $addBImage = '
368
+ div#wrapper {
369
+ background:url('.$paramMMode['b_image'].') '.$paramMMode['b_repeat_image'].';'.$optionBackground.'padding:0;margin:0;
370
+ background-size: cover;
371
+ }';
 
 
372
  }
373
  if($paramMMode['b_pattern']>0 && $paramMMode['b_enable_image']==1) {
374
  $addBImage = '
375
+ div#wrapper {
376
+ background:url('.WP_PLUGIN_URL.'/wp-maintenance/images/pattern'.$paramMMode['b_pattern'].'.png) '.$paramMMode['b_repeat_image'].' '.$paramMMode['color_bg'].';padding:0;margin:0;
377
+ }';
 
 
378
  }
379
  if($paramSocialOption['align']=='') { $paramSocialOption['align'] = 'center'; }
380
  if($paramMMode['font_title_size']=='') { $paramMMode['font_title_size'] = 40; }
408
  <head>
409
  <title>'.$site_title." - ".$site_description.'</title>
410
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
411
+ <meta name="viewport" content="width=device-width, user-scalable=yes" />
412
  <meta name="description" content="'.__('This site is down for maintenance', 'wp-maintenance').'" />
413
  '.$addStylesheet.'
414
  <style type="text/css">
458
  font-size: '.$paramMMode['font_text_size'].'px;
459
  font-style: '.$paramMMode['font_text_style'].';
460
  font-weight: '.$paramMMode['font_text_weigth'].';
461
+ line-height: '.($paramMMode['font_text_size']*0.9).'px;
462
  }
463
  .wpm_copyright {
464
  font-family: '.$paramMMode['font_text_bottom'].', serif;
536
  $content .= '
537
  </div><!-- div main -->
538
  </div><!-- div content -->
539
+ ';
540
  if($paramSocialOption['position']=='bottom') {
541
  $content .= do_shortcode('[wpm_social]');
542
  }
543
  if($paramMMode['text_bt_maintenance']!='') {
544
+ $content .= '<div id="wpm_footer"><div class="clear"><p class="wpm_copyright">'.stripslashes($paramMMode['text_bt_maintenance']).'</p></div></div>';
545
  }
546
+ $content .='</div><!-- div wrapper -->
547
  </body>
548
  </html>';
549
  }
wpm-admin.css ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpadminbar .wpmbackground {
2
+ background-color: #333;
3
+ -webkit-animation-name: blinker;
4
+ -webkit-animation-duration: 5s;
5
+ -webkit-animation-timing-function: linear;
6
+ -webkit-animation-iteration-count: infinite;
7
+
8
+ -moz-animation-name: blinker;
9
+ -moz-animation-duration: 5s;
10
+ -moz-animation-timing-function: linear;
11
+ -moz-animation-iteration-count: infinite;
12
+
13
+ animation-name: blinker;
14
+ animation-duration: 5s;
15
+ animation-timing-function: linear;
16
+ animation-iteration-count: infinite;
17
+ }
18
+ @-moz-keyframes blinker {
19
+ 0% { opacity: 1.0; }
20
+ 50% { opacity: 0.0; }
21
+ 100% { opacity: 1.0; }
22
+ }
23
+
24
+ @-webkit-keyframes blinker {
25
+ 0% { opacity: 1.0; }
26
+ 50% { opacity: 0.0; }
27
+ 100% { opacity: 1.0; }
28
+ }
29
+
30
+ @keyframes blinker {
31
+ 0% { opacity: 1.0; }
32
+ 50% { opacity: 0.0; }
33
+ 100% { opacity: 1.0; }
34
+ }
wpm_fonctions.php CHANGED
@@ -124,9 +124,10 @@ h1 {
124
  }
125
 
126
  body {
127
- background: none repeat scroll 0 0 #_COLORBG;
128
  color: #_COLORTXT;
129
  font: 12px/1.5em Arial,Helvetica,Sans-serif;
 
130
  margin:0;
131
  padding:0;
132
  }
@@ -209,18 +210,30 @@ a:hover, a:focus, a:active {color: #_COLORTXT;text-decoration: underline;}
209
  .wpm_horizontal li:hover {
210
  opacity:0.5;
211
  }
212
- #wpm_footer {
 
 
 
 
 
 
 
 
 
 
213
  width: 100%;
214
  clear: both;
215
- height: 150px;
216
  text-align:center;
217
  background-color: #_COLOR_BG_BT;
218
  color:#_COLOR_TXT_BT;
219
  padding-top:10px;
220
  margin-top: 40px;
221
  font-size: 12px;
222
- position:relative;
223
  bottom:0;
 
 
224
  }
225
  .wpm_copyright {
226
  color:#_COLOR_TXT_BT;
@@ -269,9 +282,9 @@ a:hover, a:focus, a:active {color: #_COLORTXT;text-decoration: underline;}
269
  }
270
 
271
  @media screen and (min-width: 480px) and (max-width: 767px) {
272
- .full {
273
- max-width:342px;
274
- }
275
  }
276
  ';
277
  }
124
  }
125
 
126
  body {
127
+ /*background: none repeat scroll 0 0 #_COLORBG;*/
128
  color: #_COLORTXT;
129
  font: 12px/1.5em Arial,Helvetica,Sans-serif;
130
+ min-height:100%
131
  margin:0;
132
  padding:0;
133
  }
210
  .wpm_horizontal li:hover {
211
  opacity:0.5;
212
  }
213
+ * html div#wrapper {
214
+ height: 100%; /* Fix IE 5.5, 6 and 7 */
215
+ }
216
+ div#wrapper {
217
+ position: absolute;
218
+ top: 0;
219
+ left: 0;
220
+ min-height: 100%;
221
+ width: 100%;
222
+ }
223
+ div#wpm_footer {
224
  width: 100%;
225
  clear: both;
226
+ /*height: 150px;*/
227
  text-align:center;
228
  background-color: #_COLOR_BG_BT;
229
  color:#_COLOR_TXT_BT;
230
  padding-top:10px;
231
  margin-top: 40px;
232
  font-size: 12px;
233
+ position:absolute;
234
  bottom:0;
235
+ overflow:auto;
236
+ left: 0; right: 0;
237
  }
238
  .wpm_copyright {
239
  color:#_COLOR_TXT_BT;
282
  }
283
 
284
  @media screen and (min-width: 480px) and (max-width: 767px) {
285
+ /*.full {
286
+ max-width:767px;
287
+ }*/
288
  }
289
  ';
290
  }