Maintenance - Version 2.7.1

Version Description

  • Update: Language files
  • Bug fix: Default values and checkbox changes in preferences
  • Bug fix: Lost password link if WooCommerce exist
Download this release

Release Info

Developer fruitfulcode
Plugin Icon 128x128 Maintenance
Version 2.7.1
Comparing to
See all releases

Code changes from version 2.7 to 2.7.1

includes/functions.php CHANGED
@@ -21,10 +21,16 @@
21
  );
22
 
23
 
24
- function mt_get_plugin_options() {
25
- return wp_parse_args(get_option('maintenance_options', array()), mt_get_default_array());
 
 
 
 
 
 
26
  }
27
-
28
  function generate_input_filed($title, $id, $name, $value, $placeholder = '') {
29
  $out_filed = '';
30
  $out_filed .= '<tr valign="top">';
21
  );
22
 
23
 
24
+ function mt_get_plugin_options($is_current = false) {
25
+ $saved = (array) get_option('maintenance_options');
26
+ if (!$is_current) {
27
+ $options = wp_parse_args(get_option('maintenance_options', array()), mt_get_default_array());
28
+ } else {
29
+ $options = $saved;
30
+ }
31
+ return $options;
32
  }
33
+
34
  function generate_input_filed($title, $id, $name, $value, $placeholder = '') {
35
  $out_filed = '';
36
  $out_filed .= '<tr valign="top">';
languages/maintenance-cs_CZ.mo CHANGED
Binary file
languages/maintenance-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Maintenance\n"
4
  "POT-Creation-Date: 2015-08-30 00:14+0100\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: Petr Rohan <rohan@infinitymedia.cz>\n"
7
  "Language-Team: Petr Rohan <rohan@infinitymedia.cz>\n"
8
  "Language: cs_CZ\n"
@@ -71,13 +71,33 @@ msgstr "Popis"
71
  msgid "Footer Text"
72
  msgstr "Text patičky"
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  #: includes/functions.php:233
75
  msgid "Logo"
76
  msgstr "Logo"
77
 
78
  #: includes/functions.php:233
79
  msgid "Upload Logo"
80
- msgstr "Uživatelské jméno"
81
 
82
  #: includes/functions.php:237
83
  msgid "Admin bar"
@@ -93,7 +113,7 @@ msgstr "503"
93
 
94
  #: includes/functions.php:238
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
- msgstr "Služba je dočasně nedostupná"
97
 
98
  #: includes/functions.php:245
99
  msgid "Google Analytics ID"
@@ -123,10 +143,6 @@ msgstr "Přihlášení zap/vyp"
123
  msgid "CSS Code"
124
  msgstr "CSS kód"
125
 
126
- #: includes/functions.php:279
127
- msgid "Select the page to be displayed:"
128
- msgstr "Vyberte stránky, které se zobrazí normálně:"
129
-
130
  #: includes/functions.php:325
131
  msgid "Not available object."
132
  msgstr "Objekt, není k dispozici."
@@ -252,3 +268,6 @@ msgstr "Reset hesla"
252
  #: load/functions.php:261
253
  msgid "Login"
254
  msgstr "Přihlásit"
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Maintenance\n"
4
  "POT-Creation-Date: 2015-08-30 00:14+0100\n"
5
+ "PO-Revision-Date: 2016-02-18 17:01+0200\n"
6
  "Last-Translator: Petr Rohan <rohan@infinitymedia.cz>\n"
7
  "Language-Team: Petr Rohan <rohan@infinitymedia.cz>\n"
8
  "Language: cs_CZ\n"
71
  msgid "Footer Text"
72
  msgstr "Text patičky"
73
 
74
+ #: includes/functions.php:243
75
+ msgid "Logo width"
76
+ msgstr "šířka logo"
77
+
78
+ #: includes/functions.php:244
79
+ msgid "Logo height"
80
+ msgstr "výška logo"
81
+
82
+ #: includes/functions.php:246
83
+ msgid "Retina logo"
84
+ msgstr "Retina logo"
85
+
86
+ #: includes/functions.php:246
87
+ msgid "Upload Retina Logo"
88
+ msgstr "Uživatelské Retina logo"
89
+
90
+ #: includes/functions.php:244 includes/functions.php:279
91
+ msgid "Select the page to be displayed:"
92
+ msgstr "Vyberte stránky, které se zobrazí normálně:"
93
+
94
  #: includes/functions.php:233
95
  msgid "Logo"
96
  msgstr "Logo"
97
 
98
  #: includes/functions.php:233
99
  msgid "Upload Logo"
100
+ msgstr "Uživatelské logo"
101
 
102
  #: includes/functions.php:237
103
  msgid "Admin bar"
113
 
114
  #: includes/functions.php:238
115
  msgid "Service temporarily unavailable, Google analytics will be disable"
116
+ msgstr "Služba je dočasně nedostupná, Google analytics budou vypnuty"
117
 
118
  #: includes/functions.php:245
119
  msgid "Google Analytics ID"
143
  msgid "CSS Code"
144
  msgstr "CSS kód"
145
 
 
 
 
 
146
  #: includes/functions.php:325
147
  msgid "Not available object."
148
  msgstr "Objekt, není k dispozici."
268
  #: load/functions.php:261
269
  msgid "Login"
270
  msgstr "Přihlásit"
271
+
272
+ #~ msgid "Sign In"
273
+ #~ msgstr "Přihlásit se"
languages/maintenance-de_DE.mo CHANGED
Binary file
languages/maintenance-de_DE.po CHANGED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -43,6 +43,34 @@ msgstr "Kopfzeile"
43
  msgid "Description"
44
  msgstr "Beschreibung"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "Logo"
@@ -65,7 +93,7 @@ msgstr "503"
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "Service zurzeit nicht verfügbar"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -197,6 +225,18 @@ msgstr "Passwort"
197
  msgid "Sign In"
198
  msgstr "Anmelden"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #, fuzzy
201
  #~ msgid "maintenance"
202
  #~ msgstr "Manutenção"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2014-05-02 08:16+0100\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.6.5\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
43
  msgid "Description"
44
  msgstr "Beschreibung"
45
 
46
+ #: includes/functions.php:191
47
+ msgid "Exclude pages"
48
+ msgstr "Ausschließen Seiten"
49
+
50
+ #: includes/functions.php:242
51
+ msgid "Footer Text"
52
+ msgstr "Fusszeile"
53
+
54
+ #: includes/functions.php:243
55
+ msgid "Logo width"
56
+ msgstr "Logo Breite"
57
+
58
+ #: includes/functions.php:244
59
+ msgid "Logo height"
60
+ msgstr "Logo Höhe"
61
+
62
+ #: includes/functions.php:246
63
+ msgid "Retina logo"
64
+ msgstr "Retina logo"
65
+
66
+ #: includes/functions.php:246
67
+ msgid "Upload Retina Logo"
68
+ msgstr "Retina logo hochladen"
69
+
70
+ #: includes/functions.php:244
71
+ msgid "Select the page to be displayed:"
72
+ msgstr "Wählen Sie die Seite angezeigt werden soll:"
73
+
74
  #: /includes/functions.php:127
75
  msgid "Logo"
76
  msgstr "Logo"
93
 
94
  #: /includes/functions.php:131
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
+ msgstr "Dienst vorübergehend nicht verfügbar, Google Analytics wird deaktiviert"
97
 
98
  #: /includes/functions.php:132
99
  msgid "Google Analytics ID"
225
  msgid "Sign In"
226
  msgstr "Anmelden"
227
 
228
+ #: load/functions.php:262
229
+ msgid "Lost Password"
230
+ msgstr "Passwort vergessen"
231
+
232
+ #: load/functions.php:263
233
+ msgid "Login"
234
+ msgstr "Anmeldung"
235
+
236
+ #: load/functions.php:259
237
+ msgid "User Login"
238
+ msgstr "Benutzer-Anmeldung"
239
+
240
  #, fuzzy
241
  #~ msgid "maintenance"
242
  #~ msgstr "Manutenção"
languages/maintenance-es_ES.mo CHANGED
Binary file
languages/maintenance-es_ES.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Maintenance v2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
7
  "Last-Translator: Digital03.net <info@digital03.net>\n"
8
  "Language-Team: Digital03.net <info@digital03.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -54,6 +54,38 @@ msgstr "Cabecera"
54
  msgid "Description"
55
  msgstr "Descripción"
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # @ maintenance
58
  #: includes/functions.php:222
59
  msgid "Logo"
@@ -82,7 +114,7 @@ msgstr "503"
82
  # @ maintenance
83
  #: includes/functions.php:227
84
  msgid "Service temporarily unavailable, Google analytics will be disable"
85
- msgstr "Servicio temporalmente no disponible"
86
 
87
  # @ maintenance
88
  #: includes/functions.php:234
@@ -234,7 +266,10 @@ msgstr "Usuario"
234
  # @ maintenance
235
  #: load/functions.php:258
236
  msgid "Password"
237
- msgstr "Pass"
 
 
 
238
 
239
  # @ anaglyph-framework
240
  #: includes/functions.php:161
@@ -251,11 +286,6 @@ msgstr "Fuentes web Google"
251
  msgid "Custom CSS"
252
  msgstr "CSS personalizado"
253
 
254
- # @ maintenance
255
- #: includes/functions.php:189
256
- msgid "Exclude pages"
257
- msgstr "Excluir páginas"
258
-
259
  # @ maintenance
260
  #: includes/functions.php:202
261
  msgid "Fruitful Code projects"
@@ -266,11 +296,6 @@ msgstr "Proyectos de Fruitful Code"
266
  msgid "CSS Code"
267
  msgstr "Código CSS"
268
 
269
- # @ maintenance
270
- #: includes/functions.php:269
271
- msgid "Select the page to be displayed:"
272
- msgstr "Selecciona la página a mostrar"
273
-
274
  # @ maintenance
275
  #: includes/functions.php:309
276
  msgid "Not available object."
3
  "Project-Id-Version: Maintenance v2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2016-02-18 16:57+0200\n"
7
  "Last-Translator: Digital03.net <info@digital03.net>\n"
8
  "Language-Team: Digital03.net <info@digital03.net>\n"
9
  "MIME-Version: 1.0\n"
54
  msgid "Description"
55
  msgstr "Descripción"
56
 
57
+ # #-#-#-#-# 0catalog.po (Maintenance v2.3) #-#-#-#-#
58
+ # @ maintenance
59
+ #: includes/functions.php:191 includes/functions.php:189
60
+ msgid "Exclude pages"
61
+ msgstr "Excluir páginas"
62
+
63
+ #: includes/functions.php:242
64
+ msgid "Footer Text"
65
+ msgstr "Texto de pie de página"
66
+
67
+ #: includes/functions.php:243
68
+ msgid "Logo width"
69
+ msgstr "Logotipo de ancho"
70
+
71
+ #: includes/functions.php:244
72
+ msgid "Logo height"
73
+ msgstr "La altura del logotipo"
74
+
75
+ #: includes/functions.php:246
76
+ msgid "Retina logo"
77
+ msgstr "Retina logo"
78
+
79
+ #: includes/functions.php:246
80
+ msgid "Upload Retina Logo"
81
+ msgstr "Subir Retina Logo"
82
+
83
+ # #-#-#-#-# 0catalog.po (Maintenance v2.3) #-#-#-#-#
84
+ # @ maintenance
85
+ #: includes/functions.php:244 includes/functions.php:269
86
+ msgid "Select the page to be displayed:"
87
+ msgstr "Seleccione la página que se mostrará:"
88
+
89
  # @ maintenance
90
  #: includes/functions.php:222
91
  msgid "Logo"
114
  # @ maintenance
115
  #: includes/functions.php:227
116
  msgid "Service temporarily unavailable, Google analytics will be disable"
117
+ msgstr "Servicio temporalmente no disponible, Google Analytics se desactivará"
118
 
119
  # @ maintenance
120
  #: includes/functions.php:234
266
  # @ maintenance
267
  #: load/functions.php:258
268
  msgid "Password"
269
+ msgstr "Contraseña"
270
+
271
+ #~ msgid "Sign In"
272
+ #~ msgstr "Registrarse"
273
 
274
  # @ anaglyph-framework
275
  #: includes/functions.php:161
286
  msgid "Custom CSS"
287
  msgstr "CSS personalizado"
288
 
 
 
 
 
 
289
  # @ maintenance
290
  #: includes/functions.php:202
291
  msgid "Fruitful Code projects"
296
  msgid "CSS Code"
297
  msgstr "Código CSS"
298
 
 
 
 
 
 
299
  # @ maintenance
300
  #: includes/functions.php:309
301
  msgid "Not available object."
languages/maintenance-fa-IR.mo CHANGED
Binary file
languages/maintenance-fa-IR.po CHANGED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: EWORX.IR <info@eworx.ir>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -43,6 +43,34 @@ msgstr "عنوان"
43
  msgid "Description"
44
  msgstr "توضیحات"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "لوگو"
@@ -65,7 +93,7 @@ msgstr ""
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "سرویس موقتا در دسترس نیست"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -183,6 +211,18 @@ msgstr "کلمه عبور"
183
  msgid "Sign In"
184
  msgstr "ورود"
185
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "maintenance"
187
  msgstr "تعمیر و نگهداری"
188
 
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2015-10-02 18:45+0330\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: EWORX.IR <info@eworx.ir>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.8.4\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
43
  msgid "Description"
44
  msgstr "توضیحات"
45
 
46
+ #: includes/functions.php:191
47
+ msgid "Exclude pages"
48
+ msgstr "به غیر از صفحات"
49
+
50
+ #: includes/functions.php:242
51
+ msgid "Footer Text"
52
+ msgstr "پاورقی متن"
53
+
54
+ #: includes/functions.php:243
55
+ msgid "Logo width"
56
+ msgstr "عرض آرم"
57
+
58
+ #: includes/functions.php:244
59
+ msgid "Logo height"
60
+ msgstr "ارتفاع آرم"
61
+
62
+ #: includes/functions.php:246
63
+ msgid "Retina logo"
64
+ msgstr "آرم شبکیه چشم"
65
+
66
+ #: includes/functions.php:246
67
+ msgid "Upload Retina Logo"
68
+ msgstr "لوگو بارگذاری شبکیه چشم"
69
+
70
+ #: includes/functions.php:244
71
+ msgid "Select the page to be displayed:"
72
+ msgstr "صفحه نمایش داده می شود را انتخاب کنید:"
73
+
74
  #: /includes/functions.php:127
75
  msgid "Logo"
76
  msgstr "لوگو"
93
 
94
  #: /includes/functions.php:131
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
+ msgstr "خدمات موقتا در دسترس، تجزیه و تحلیل گوگل غیرفعال خواهد شد"
97
 
98
  #: /includes/functions.php:132
99
  msgid "Google Analytics ID"
211
  msgid "Sign In"
212
  msgstr "ورود"
213
 
214
+ #: load/functions.php:262
215
+ msgid "Lost Password"
216
+ msgstr "رمز فراموش شده"
217
+
218
+ #: load/functions.php:263
219
+ msgid "Login"
220
+ msgstr "ورود"
221
+
222
+ #: load/functions.php:259
223
+ msgid "User Login"
224
+ msgstr "ورود کاربر"
225
+
226
  msgid "maintenance"
227
  msgstr "تعمیر و نگهداری"
228
 
languages/maintenance-fi.mo ADDED
Binary file
languages/{maintenance-fi_FI.po → maintenance-fi.po} RENAMED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: Antti Kuosmanen <antti@seravo.fi>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -42,6 +42,34 @@ msgstr "Otsake"
42
  msgid "Description"
43
  msgstr "Kuvaus"
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  #: /includes/functions.php:127
46
  msgid "Logo"
47
  msgstr "Logo"
@@ -64,7 +92,7 @@ msgstr "503"
64
 
65
  #: /includes/functions.php:131
66
  msgid "Service temporarily unavailable, Google analytics will be disable"
67
- msgstr "Palvelu ei ole käytettävissä"
68
 
69
  #: /includes/functions.php:132
70
  msgid "Google Analytics ID"
@@ -197,6 +225,18 @@ msgstr "Salasana"
197
  msgid "Sign In"
198
  msgstr "Kirjaudu"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #~ msgid "Contact support"
201
  #~ msgstr "Служба поддержки"
202
 
@@ -244,3 +284,4 @@ msgstr "Kirjaudu"
244
 
245
  #~ msgid "Choose users access permissions in maintenance mode."
246
  #~ msgstr "Выберите права доступа пользователей в режиме обслуживания."
 
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2014-05-05 10:10+0200\n"
6
  "Last-Translator: Antti Kuosmanen <antti@seravo.fi>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.6.5\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
42
  msgid "Description"
43
  msgstr "Kuvaus"
44
 
45
+ #: includes/functions.php:191
46
+ msgid "Exclude pages"
47
+ msgstr "Sulkea pois sivut"
48
+
49
+ #: includes/functions.php:242
50
+ msgid "Footer Text"
51
+ msgstr "Footer teksti"
52
+
53
+ #: includes/functions.php:243
54
+ msgid "Logo width"
55
+ msgstr "Logon leveys"
56
+
57
+ #: includes/functions.php:244
58
+ msgid "Logo height"
59
+ msgstr "Logon korkeus"
60
+
61
+ #: includes/functions.php:246
62
+ msgid "Retina logo"
63
+ msgstr "Retina logo"
64
+
65
+ #: includes/functions.php:246
66
+ msgid "Upload Retina Logo"
67
+ msgstr "Lataa Retina Logo"
68
+
69
+ #: includes/functions.php:244
70
+ msgid "Select the page to be displayed:"
71
+ msgstr "Valitse sivun näkyviin:"
72
+
73
  #: /includes/functions.php:127
74
  msgid "Logo"
75
  msgstr "Logo"
92
 
93
  #: /includes/functions.php:131
94
  msgid "Service temporarily unavailable, Google analytics will be disable"
95
+ msgstr "Tarjoaminen tilapäisesti, Google Analytics poistetaan käytöstä"
96
 
97
  #: /includes/functions.php:132
98
  msgid "Google Analytics ID"
225
  msgid "Sign In"
226
  msgstr "Kirjaudu"
227
 
228
+ #: load/functions.php:262
229
+ msgid "Lost Password"
230
+ msgstr "Kadonnut Salasana"
231
+
232
+ #: load/functions.php:263
233
+ msgid "Login"
234
+ msgstr "Kirjaudu sisään"
235
+
236
+ #: load/functions.php:259
237
+ msgid "User Login"
238
+ msgstr "Käyttäjän kirjautuminen"
239
+
240
  #~ msgid "Contact support"
241
  #~ msgstr "Служба поддержки"
242
 
284
 
285
  #~ msgid "Choose users access permissions in maintenance mode."
286
  #~ msgstr "Выберите права доступа пользователей в режиме обслуживания."
287
+
languages/maintenance-fi_FI.mo DELETED
Binary file
languages/maintenance-fr_FR.mo CHANGED
Binary file
languages/maintenance-fr_FR.po CHANGED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: Massimo Pacifici <pacifici@eumed.it>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -43,6 +43,34 @@ msgstr "Entête"
43
  msgid "Description"
44
  msgstr "Description"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "Logo"
@@ -65,7 +93,7 @@ msgstr "503"
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "Site temporairement indisponible"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -198,6 +226,18 @@ msgstr "Mot de passe\t"
198
  msgid "Sign In"
199
  msgstr "S’identifier"
200
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  msgid "maintenance"
202
  msgstr "Maintenance"
203
 
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2015-06-06 13:57+0100\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: Massimo Pacifici <pacifici@eumed.it>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.8.1\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
43
  msgid "Description"
44
  msgstr "Description"
45
 
46
+ #: includes/functions.php:191
47
+ msgid "Exclude pages"
48
+ msgstr "Exclure pages"
49
+
50
+ #: includes/functions.php:242
51
+ msgid "Footer Text"
52
+ msgstr "Pied de page"
53
+
54
+ #: includes/functions.php:243
55
+ msgid "Logo width"
56
+ msgstr "Largeur de logo"
57
+
58
+ #: includes/functions.php:244
59
+ msgid "Logo height"
60
+ msgstr "Logo hauteur"
61
+
62
+ #: includes/functions.php:246
63
+ msgid "Retina logo"
64
+ msgstr "Retina logo"
65
+
66
+ #: includes/functions.php:246
67
+ msgid "Upload Retina Logo"
68
+ msgstr "Upload Retina Logo"
69
+
70
+ #: includes/functions.php:244
71
+ msgid "Select the page to be displayed:"
72
+ msgstr "Sélectionnez la page à afficher:"
73
+
74
  #: /includes/functions.php:127
75
  msgid "Logo"
76
  msgstr "Logo"
93
 
94
  #: /includes/functions.php:131
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
+ msgstr "Service momentanément indisponible, Google Analytics sera désactivée"
97
 
98
  #: /includes/functions.php:132
99
  msgid "Google Analytics ID"
226
  msgid "Sign In"
227
  msgstr "S’identifier"
228
 
229
+ #: load/functions.php:262
230
+ msgid "Lost Password"
231
+ msgstr "Mot de passe perdu"
232
+
233
+ #: load/functions.php:263
234
+ msgid "Login"
235
+ msgstr "S'identifier"
236
+
237
+ #: load/functions.php:259
238
+ msgid "User Login"
239
+ msgstr "Utilisateur en ligne"
240
+
241
  msgid "maintenance"
242
  msgstr "Maintenance"
243
 
languages/maintenance-it_IT.mo CHANGED
Binary file
languages/maintenance-it_IT.po CHANGED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: Massimo Pacifici <pacifici@eumed.it>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -43,6 +43,34 @@ msgstr "Intestazione"
43
  msgid "Description"
44
  msgstr "Descrizione"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "Logo"
@@ -65,7 +93,7 @@ msgstr "503"
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "Servizio temporaneamente non disponibile"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -187,16 +215,28 @@ msgstr "Hai inserito nome utente e password errati!"
187
 
188
  #: /load/functions.php:223
189
  msgid "Username"
190
- msgstr "Username"
191
 
192
  #: /load/functions.php:224
193
  msgid "Password"
194
- msgstr "Password"
195
 
196
  #: /load/functions.php:225
197
  msgid "Sign In"
198
  msgstr "Entra"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #, fuzzy
201
  #~ msgid "maintenance"
202
  #~ msgstr "Manutenção"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2014-05-11 12:08+0100\n"
6
  "Last-Translator: René Maurer <rene.maurer@jamos.ch>\n"
7
  "Language-Team: Massimo Pacifici <pacifici@eumed.it>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.6.5\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
43
  msgid "Description"
44
  msgstr "Descrizione"
45
 
46
+ #: includes/functions.php:191
47
+ msgid "Exclude pages"
48
+ msgstr "Escludere le pagine"
49
+
50
+ #: includes/functions.php:242
51
+ msgid "Footer Text"
52
+ msgstr "Piè di pagina di testo"
53
+
54
+ #: includes/functions.php:243
55
+ msgid "Logo width"
56
+ msgstr "Larghezza logo"
57
+
58
+ #: includes/functions.php:244
59
+ msgid "Logo height"
60
+ msgstr "Altezza logo"
61
+
62
+ #: includes/functions.php:246
63
+ msgid "Retina logo"
64
+ msgstr "Retina logo"
65
+
66
+ #: includes/functions.php:246
67
+ msgid "Upload Retina Logo"
68
+ msgstr "Carica Retina logo"
69
+
70
+ #: includes/functions.php:244
71
+ msgid "Select the page to be displayed:"
72
+ msgstr "Selezionare la pagina da visualizzare:"
73
+
74
  #: /includes/functions.php:127
75
  msgid "Logo"
76
  msgstr "Logo"
93
 
94
  #: /includes/functions.php:131
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
+ msgstr "Servizio temporaneamente non disponibile, Google Analytics sarà disabilitata"
97
 
98
  #: /includes/functions.php:132
99
  msgid "Google Analytics ID"
215
 
216
  #: /load/functions.php:223
217
  msgid "Username"
218
+ msgstr "Nome utente"
219
 
220
  #: /load/functions.php:224
221
  msgid "Password"
222
+ msgstr "Parola d'ordine"
223
 
224
  #: /load/functions.php:225
225
  msgid "Sign In"
226
  msgstr "Entra"
227
 
228
+ #: load/functions.php:262
229
+ msgid "Lost Password"
230
+ msgstr "Password dimenticata"
231
+
232
+ #: load/functions.php:263
233
+ msgid "Login"
234
+ msgstr "Accesso"
235
+
236
+ #: load/functions.php:259
237
+ msgid "User Login"
238
+ msgstr "Login utente"
239
+
240
  #, fuzzy
241
  #~ msgid "maintenance"
242
  #~ msgstr "Manutenção"
languages/maintenance-nl_NL.mo CHANGED
Binary file
languages/maintenance-nl_NL.po CHANGED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:41+0200\n"
6
  "Last-Translator: Pieter de Jong <pieter@de-formatie.nl>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -43,13 +43,41 @@ msgstr "Kop"
43
  msgid "Description"
44
  msgstr "Omschrijving"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "Logo"
49
 
50
  #: /includes/functions.php:127
51
  msgid "Upload Logo"
52
- msgstr "logo uploaden"
53
 
54
  #: /includes/functions.php:130
55
  msgid "Admin bar"
@@ -65,7 +93,7 @@ msgstr "503"
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "Service momenteel niet beschikbaar"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -197,6 +225,18 @@ msgstr "Wachtwoord"
197
  msgid "Sign In"
198
  msgstr "Inloggen"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #, fuzzy
201
  #~ msgid "maintenance"
202
  #~ msgstr "Manutenção"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2014-08-04 15:46+0100\n"
6
  "Last-Translator: Pieter de Jong <pieter@de-formatie.nl>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.6.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
43
  msgid "Description"
44
  msgstr "Omschrijving"
45
 
46
+ #: includes/functions.php:191
47
+ msgid "Exclude pages"
48
+ msgstr "Uitsluiten pagina's"
49
+
50
+ #: includes/functions.php:242
51
+ msgid "Footer Text"
52
+ msgstr "Footer Text"
53
+
54
+ #: includes/functions.php:243
55
+ msgid "Logo width"
56
+ msgstr "Logo breedte"
57
+
58
+ #: includes/functions.php:244
59
+ msgid "Logo height"
60
+ msgstr "Logo hoogte"
61
+
62
+ #: includes/functions.php:246
63
+ msgid "Retina logo"
64
+ msgstr "Retina logo"
65
+
66
+ #: includes/functions.php:246
67
+ msgid "Upload Retina Logo"
68
+ msgstr "Retina logo uploaden"
69
+
70
+ #: includes/functions.php:244
71
+ msgid "Select the page to be displayed:"
72
+ msgstr "Selecteer de pagina die moet worden weergegeven:"
73
+
74
  #: /includes/functions.php:127
75
  msgid "Logo"
76
  msgstr "Logo"
77
 
78
  #: /includes/functions.php:127
79
  msgid "Upload Logo"
80
+ msgstr "Logo uploaden"
81
 
82
  #: /includes/functions.php:130
83
  msgid "Admin bar"
93
 
94
  #: /includes/functions.php:131
95
  msgid "Service temporarily unavailable, Google analytics will be disable"
96
+ msgstr "Service tijdelijk niet beschikbaar is, zal Google analytics worden uitgeschakeld"
97
 
98
  #: /includes/functions.php:132
99
  msgid "Google Analytics ID"
225
  msgid "Sign In"
226
  msgstr "Inloggen"
227
 
228
+ #: load/functions.php:262
229
+ msgid "Lost Password"
230
+ msgstr "Vergeten wachtwoord"
231
+
232
+ #: load/functions.php:263
233
+ msgid "Login"
234
+ msgstr "Log in"
235
+
236
+ #: load/functions.php:259
237
+ msgid "User Login"
238
+ msgstr "Gebruiker login"
239
+
240
  #, fuzzy
241
  #~ msgid "maintenance"
242
  #~ msgstr "Manutenção"
languages/maintenance-pt_BR.mo CHANGED
Binary file
languages/maintenance-pt_BR.po CHANGED
@@ -2,17 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:42+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "Language: pt_BR\n"
16
 
17
  #: /includes/admin.php:84
18
  msgid "Save changes"
@@ -29,7 +28,7 @@ msgstr "Премиум версия"
29
 
30
  #: /includes/functions.php:116
31
  msgid "Support"
32
- msgstr ""
33
 
34
  #: /includes/functions.php:124
35
  msgid "Page title"
@@ -43,6 +42,34 @@ msgstr "Cabeçalho"
43
  msgid "Description"
44
  msgstr "Descrição"
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: /includes/functions.php:127
47
  msgid "Logo"
48
  msgstr "Logo"
@@ -65,7 +92,7 @@ msgstr ""
65
 
66
  #: /includes/functions.php:131
67
  msgid "Service temporarily unavailable, Google analytics will be disable"
68
- msgstr "Serviço temporariamente indisponível"
69
 
70
  #: /includes/functions.php:132
71
  msgid "Google Analytics ID"
@@ -187,6 +214,18 @@ msgstr "Senha"
187
  msgid "Sign In"
188
  msgstr "Entrar"
189
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  #, fuzzy
191
  #~ msgid "maintenance"
192
  #~ msgstr "Manutenção"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-02-18 12:25+0200\n"
5
+ "PO-Revision-Date: 2014-02-18 12:27+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.4\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
 
15
 
16
  #: /includes/admin.php:84
17
  msgid "Save changes"
28
 
29
  #: /includes/functions.php:116
30
  msgid "Support"
31
+ msgstr "Apoio"
32
 
33
  #: /includes/functions.php:124
34
  msgid "Page title"
42
  msgid "Description"
43
  msgstr "Descrição"
44
 
45
+ #: includes/functions.php:191
46
+ msgid "Exclude pages"
47
+ msgstr "Excluir páginas"
48
+
49
+ #: includes/functions.php:242
50
+ msgid "Footer Text"
51
+ msgstr "Texto de rodapé"
52
+
53
+ #: includes/functions.php:243
54
+ msgid "Logo width"
55
+ msgstr "Logo width"
56
+
57
+ #: includes/functions.php:244
58
+ msgid "Logo height"
59
+ msgstr "Logo altura"
60
+
61
+ #: includes/functions.php:246
62
+ msgid "Retina logo"
63
+ msgstr "Retina logo"
64
+
65
+ #: includes/functions.php:246
66
+ msgid "Upload Retina Logo"
67
+ msgstr "Enviar Retina logo "
68
+
69
+ #: includes/functions.php:244
70
+ msgid "Select the page to be displayed:"
71
+ msgstr "Seleccione a página a ser exibida:"
72
+
73
  #: /includes/functions.php:127
74
  msgid "Logo"
75
  msgstr "Logo"
92
 
93
  #: /includes/functions.php:131
94
  msgid "Service temporarily unavailable, Google analytics will be disable"
95
+ msgstr "Serviço temporariamente indisponível, o Google Analytics será desativado"
96
 
97
  #: /includes/functions.php:132
98
  msgid "Google Analytics ID"
214
  msgid "Sign In"
215
  msgstr "Entrar"
216
 
217
+ #: load/functions.php:262
218
+ msgid "Lost Password"
219
+ msgstr "Senha perdida"
220
+
221
+ #: load/functions.php:263
222
+ msgid "Login"
223
+ msgstr "Entrar"
224
+
225
+ #: load/functions.php:259
226
+ msgid "User Login"
227
+ msgstr "Login de usuário"
228
+
229
  #, fuzzy
230
  #~ msgid "maintenance"
231
  #~ msgstr "Manutenção"
languages/maintenance-ru_RU.mo CHANGED
Binary file
languages/maintenance-ru_RU.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-07-08 11:10+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:42+0200\n"
6
  "Last-Translator: fruitfulcode <mail@fruitfulcode.com>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "Language: ru_RU\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.8.7\n"
13
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -54,6 +54,34 @@ msgstr "Заголовок"
54
  msgid "Description"
55
  msgstr "Описание"
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  #: includes/functions.php:211
58
  msgid "Logo"
59
  msgstr "Логотип"
@@ -76,7 +104,7 @@ msgstr "Ошибка 503"
76
 
77
  #: includes/functions.php:216
78
  msgid "Service temporarily unavailable, Google analytics will be disable"
79
- msgstr "Сервис врменно недоступен"
80
 
81
  #: includes/functions.php:222
82
  msgid "Google Analytics ID"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-07-08 11:10+0200\n"
5
+ "PO-Revision-Date: 2015-03-03 17:22+0200\n"
6
  "Last-Translator: fruitfulcode <mail@fruitfulcode.com>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "Language: ru_RU\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.4\n"
13
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
54
  msgid "Description"
55
  msgstr "Описание"
56
 
57
+ #: includes/functions.php:191
58
+ msgid "Exclude pages"
59
+ msgstr "Исключение страниц"
60
+
61
+ #: includes/functions.php:242
62
+ msgid "Footer Text"
63
+ msgstr "Текст футера"
64
+
65
+ #: includes/functions.php:243
66
+ msgid "Logo width"
67
+ msgstr "Ширина логотипа"
68
+
69
+ #: includes/functions.php:244
70
+ msgid "Logo height"
71
+ msgstr "Высота логотипа"
72
+
73
+ #: includes/functions.php:246
74
+ msgid "Retina logo"
75
+ msgstr "Retina логотип"
76
+
77
+ #: includes/functions.php:246
78
+ msgid "Upload Retina Logo"
79
+ msgstr "Загрузить Retina Логотип"
80
+
81
+ #: includes/functions.php:244
82
+ msgid "Select the page to be displayed:"
83
+ msgstr "Выберите страницу, которая будет отображаться:"
84
+
85
  #: includes/functions.php:211
86
  msgid "Logo"
87
  msgstr "Логотип"
104
 
105
  #: includes/functions.php:216
106
  msgid "Service temporarily unavailable, Google analytics will be disable"
107
+ msgstr "Сервис временно недоступен, Google Analytics будет отключена"
108
 
109
  #: includes/functions.php:222
110
  msgid "Google Analytics ID"
languages/maintenance-tr_TR.mo CHANGED
Binary file
languages/maintenance-tr_TR.mo.mo DELETED
Binary file
languages/maintenance-tr_TR.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: Maintenance v2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2016-02-18 18:42+0200\n"
7
  "Last-Translator: Digital03.net <info@digital03.net>\n"
8
  "Language-Team: Digital03.net <info@digital03.net>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -54,6 +54,26 @@ msgstr "Başlık"
54
  msgid "Description"
55
  msgstr "Açıklama"
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # @ maintenance
58
  #: includes/functions.php:222
59
  msgid "Logo"
@@ -82,7 +102,7 @@ msgstr "503"
82
  # @ maintenance
83
  #: includes/functions.php:227
84
  msgid "Service temporarily unavailable, Google analytics will be disable"
85
- msgstr "Servis geçici olarak mevcut değil"
86
 
87
  # @ maintenance
88
  #: includes/functions.php:234
@@ -236,6 +256,9 @@ msgstr "Kullanıcı adı"
236
  msgid "Password"
237
  msgstr "Şifre"
238
 
 
 
 
239
  # @ anaglyph-framework
240
  #: includes/functions.php:161
241
  msgid "Standard Fonts"
3
  "Project-Id-Version: Maintenance v2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2015-10-07 00:42+0300\n"
7
  "Last-Translator: Digital03.net <info@digital03.net>\n"
8
  "Language-Team: Digital03.net <info@digital03.net>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
54
  msgid "Description"
55
  msgstr "Açıklama"
56
 
57
+ #: includes/functions.php:242
58
+ msgid "Footer Text"
59
+ msgstr "Altbilgi metni"
60
+
61
+ #: includes/functions.php:243
62
+ msgid "Logo width"
63
+ msgstr "Logo genişliği"
64
+
65
+ #: includes/functions.php:244
66
+ msgid "Logo height"
67
+ msgstr "Logo yüksekliği"
68
+
69
+ #: includes/functions.php:246
70
+ msgid "Retina logo"
71
+ msgstr "Retina logo"
72
+
73
+ #: includes/functions.php:246
74
+ msgid "Upload Retina Logo"
75
+ msgstr "Yükle Retina Logo"
76
+
77
  # @ maintenance
78
  #: includes/functions.php:222
79
  msgid "Logo"
102
  # @ maintenance
103
  #: includes/functions.php:227
104
  msgid "Service temporarily unavailable, Google analytics will be disable"
105
+ msgstr "Hizmet geçici olarak kullanılamıyor, Google analytics devre dışı bırakılacak"
106
 
107
  # @ maintenance
108
  #: includes/functions.php:234
256
  msgid "Password"
257
  msgstr "Şifre"
258
 
259
+ #~ msgid "Sign In"
260
+ #~ msgstr "Oturum aç"
261
+
262
  # @ anaglyph-framework
263
  #: includes/functions.php:161
264
  msgid "Standard Fonts"
languages/maintenance-uk.mo ADDED
Binary file
languages/{maintenance-uk_UA.po → maintenance-uk.po} RENAMED
@@ -2,13 +2,13 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-07-08 11:10+0200\n"
5
- "PO-Revision-Date: 2016-02-18 18:42+0200\n"
6
  "Last-Translator: fruitfulcode <mail@fruitfulcode.com>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.8.7\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -56,6 +56,34 @@ msgstr "Тема"
56
  msgid "Description"
57
  msgstr "Опис"
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  #: includes/functions.php:211
60
  msgid "Logo"
61
  msgstr "Лого"
@@ -78,7 +106,7 @@ msgstr "503"
78
 
79
  #: includes/functions.php:216
80
  msgid "Service temporarily unavailable, Google analytics will be disable"
81
- msgstr "Сервіс тимчасово недоступний"
82
 
83
  #: includes/functions.php:222
84
  msgid "Google Analytics ID"
2
  msgstr ""
3
  "Project-Id-Version: maintenance\n"
4
  "POT-Creation-Date: 2014-07-08 11:10+0200\n"
5
+ "PO-Revision-Date: 2015-03-04 12:37+0200\n"
6
  "Last-Translator: fruitfulcode <mail@fruitfulcode.com>\n"
7
  "Language-Team: fruitfulcode\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.7.4\n"
12
  "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
56
  msgid "Description"
57
  msgstr "Опис"
58
 
59
+ #: includes/functions.php:191
60
+ msgid "Exclude pages"
61
+ msgstr "виняток сторінок"
62
+
63
+ #: includes/functions.php:242
64
+ msgid "Footer Text"
65
+ msgstr "Текст футеру"
66
+
67
+ #: includes/functions.php:243
68
+ msgid "Logo width"
69
+ msgstr "Ширина логотипу"
70
+
71
+ #: includes/functions.php:244
72
+ msgid "Logo height"
73
+ msgstr "Висота логотипу"
74
+
75
+ #: includes/functions.php:246
76
+ msgid "Retina logo"
77
+ msgstr "Retina логотип"
78
+
79
+ #: includes/functions.php:246
80
+ msgid "Upload Retina Logo"
81
+ msgstr "Завантажити Retina лого"
82
+
83
+ #: includes/functions.php:244
84
+ msgid "Select the page to be displayed:"
85
+ msgstr "Виберіть сторінку, яка буде відображатися:"
86
+
87
  #: includes/functions.php:211
88
  msgid "Logo"
89
  msgstr "Лого"
106
 
107
  #: includes/functions.php:216
108
  msgid "Service temporarily unavailable, Google analytics will be disable"
109
+ msgstr "Сервіс тимчасово недоступний, Google Analytics буде відключена"
110
 
111
  #: includes/functions.php:222
112
  msgid "Google Analytics ID"
languages/maintenance-uk_UA.mo DELETED
Binary file
languages/maintenance-zh_CN.mo CHANGED
Binary file
languages/maintenance-zh_CN.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Maintenance\n"
4
  "POT-Creation-Date: 2015-12-14 21:40+0800\n"
5
- "PO-Revision-Date: 2016-02-18 18:42+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_CN\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.8.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: maintenance.php\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
@@ -77,6 +77,22 @@ msgstr "描述"
77
  msgid "Footer Text"
78
  msgstr "页脚文本"
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  #: includes/functions.php:233
81
  msgid "Logo"
82
  msgstr "Logo"
@@ -99,7 +115,7 @@ msgstr "503"
99
 
100
  #: includes/functions.php:238
101
  msgid "Service temporarily unavailable, Google analytics will be disable"
102
- msgstr "服务器暂时不可用"
103
 
104
  #: includes/functions.php:245
105
  msgid "Google Analytics ID"
@@ -265,6 +281,9 @@ msgstr "忘记密码"
265
  msgid "Login"
266
  msgstr "登录"
267
 
 
 
 
268
  #. Plugin URI of the plugin/theme
269
  msgid "http://wordpress.org/plugins/maintenance/"
270
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Maintenance\n"
4
  "POT-Creation-Date: 2015-12-14 21:40+0800\n"
5
+ "PO-Revision-Date: 2015-12-14 21:51+0800\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_CN\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.8.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: maintenance.php\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
77
  msgid "Footer Text"
78
  msgstr "页脚文本"
79
 
80
+ #: includes/functions.php:243
81
+ msgid "Logo width"
82
+ msgstr "徽标宽度"
83
+
84
+ #: includes/functions.php:244
85
+ msgid "Logo height"
86
+ msgstr "徽标高度"
87
+
88
+ #: includes/functions.php:246
89
+ msgid "Retina logo"
90
+ msgstr "Retina 标志"
91
+
92
+ #: includes/functions.php:246
93
+ msgid "Upload Retina Logo"
94
+ msgstr "上传徽标 Retina"
95
+
96
  #: includes/functions.php:233
97
  msgid "Logo"
98
  msgstr "Logo"
115
 
116
  #: includes/functions.php:238
117
  msgid "Service temporarily unavailable, Google analytics will be disable"
118
+ msgstr "服务暂时不可用,谷歌Analytics(分析)将被禁用"
119
 
120
  #: includes/functions.php:245
121
  msgid "Google Analytics ID"
281
  msgid "Login"
282
  msgstr "登录"
283
 
284
+ #~ msgid "Sign In"
285
+ #~ msgstr "簽到"
286
+
287
  #. Plugin URI of the plugin/theme
288
  msgid "http://wordpress.org/plugins/maintenance/"
289
  msgstr ""
load/functions.php CHANGED
@@ -292,6 +292,15 @@ function get_custom_login_code() {
292
  echo $out_login_form;
293
  }
294
  }
 
 
 
 
 
 
 
 
 
295
 
296
  function get_preloader_element() {
297
  $out = '';
292
  echo $out_login_form;
293
  }
294
  }
295
+
296
+ function reset_pass_url() {
297
+ include_once(ABSPATH . 'wp-admin/includes/plugin.php');
298
+ if (is_plugin_active('woocommerce/woocommerce.php')) {
299
+ $siteURL = get_option('siteurl');
300
+ return "{$siteURL}/wp-login.php?action=lostpassword";
301
+ }
302
+ }
303
+ add_filter( 'lostpassword_url', 'reset_pass_url', 999, 0 );
304
 
305
  function get_preloader_element() {
306
  $out = '';
maintenance.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/plugins/maintenance/
5
  Description: Take your website for maintenance away from public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible by login and password. Plugin has a options to add a logo, background, headline, message, colors, login, etc. Extended PRO with more features version is available for purchase.
6
- Version: 2.7
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/plugins/maintenance/
5
  Description: Take your website for maintenance away from public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible by login and password. Plugin has a options to add a logo, background, headline, message, colors, login, etc. Extended PRO with more features version is available for purchase.
6
+ Version: 2.7.1
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://fruitfulcode.com/
4
  Tags: maintenance, maintenance mode, coming soon, splash page, under-construction, 503 error, administration, login, customize page, background, fullscreen, blur
5
  Requires at least: 3.4
6
  Tested up to: 4.4.2
7
- Stable tag: 2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -120,6 +120,11 @@ You can check <a href="http://wordpress.org/support/plugin/maintenance">support
120
 
121
  == Change log ==
122
 
 
 
 
 
 
123
  = 2.7 =
124
  * New: Google fonts subsets
125
  * New: WP Super Cache support
4
  Tags: maintenance, maintenance mode, coming soon, splash page, under-construction, 503 error, administration, login, customize page, background, fullscreen, blur
5
  Requires at least: 3.4
6
  Tested up to: 4.4.2
7
+ Stable tag: 2.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
120
 
121
  == Change log ==
122
 
123
+ = 2.7.1 =
124
+ * Update: Language files
125
+ * Bug fix: Default values and checkbox changes in preferences
126
+ * Bug fix: Lost password link if WooCommerce exist
127
+
128
  = 2.7 =
129
  * New: Google fonts subsets
130
  * New: WP Super Cache support