Maintenance - Version 2.0.1

Version Description

(21.12.2013)

  • Wordpress 3.8 support
  • New translation Brazilian Portuguese
  • Bug fix in title
  • Bug fix blur background image scroll
Download this release

Release Info

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

Code changes from version 2.0 to 2.0.1

css/admin.css CHANGED
File without changes
images/background.png CHANGED
File without changes
images/icon-small.png CHANGED
File without changes
images/icon.png CHANGED
File without changes
images/star.png CHANGED
File without changes
images/support.png CHANGED
File without changes
images/worker.png CHANGED
File without changes
includes/admin.php CHANGED
@@ -5,7 +5,7 @@
5
  global $maintenance_variable;
6
  $maintenance_variable->options_page = add_menu_page('Maintenance', 'Maintenance', 'manage_options', 'maintenance', 'manage_options', MAINTENANCE_URI . '/images/icon-small.png');
7
  add_action( "admin_init", 'mt_register_settings');
8
- add_action( "admin_head-{$maintenance_variable->options_page}", 'maintenace_metaboxes_scripts' );
9
  add_action( "admin_print_styles-{$maintenance_variable->options_page}", 'admin_print_custom_styles');
10
  add_action( "load-{$maintenance_variable->options_page}", 'maintenance_page_add_meta_boxes' );
11
  }
5
  global $maintenance_variable;
6
  $maintenance_variable->options_page = add_menu_page('Maintenance', 'Maintenance', 'manage_options', 'maintenance', 'manage_options', MAINTENANCE_URI . '/images/icon-small.png');
7
  add_action( "admin_init", 'mt_register_settings');
8
+ add_action( "admin_head-{$maintenance_variable->options_page}", 'maintenance_metaboxes_scripts' );
9
  add_action( "admin_print_styles-{$maintenance_variable->options_page}", 'admin_print_custom_styles');
10
  add_action( "load-{$maintenance_variable->options_page}", 'maintenance_page_add_meta_boxes' );
11
  }
includes/functions.php CHANGED
@@ -165,7 +165,7 @@
165
  $promo_text .= '</div>';
166
  echo $promo_text;
167
  }
168
- function load_maintenace_page() {
169
  global $mt_options;
170
  $vCurrDate = '';
171
  $mt_options = mt_get_plugin_options(true);
@@ -191,7 +191,7 @@
191
  }
192
  }
193
 
194
- function maintenace_metaboxes_scripts() {
195
  global $maintenance_variable;
196
  ?>
197
  <script type="text/javascript">
@@ -204,7 +204,7 @@
204
  </script>
205
  <?php }
206
 
207
- function maintenace_add_toolbar_items(){
208
  global $wp_admin_bar, $wpdb;
209
  $mt_options = mt_get_plugin_options(true);
210
  $check = '';
@@ -216,7 +216,7 @@
216
  } else {
217
  $check = 'Off';
218
  }
219
- $wp_admin_bar->add_menu( array( 'id' => 'maintenance_options', 'title' => __( 'Maintenace', 'maintenance' ) . ' is ' . $check, 'href' => $url_to, 'meta' => array( 'title' => __( 'Maintenace', 'maintenance' ) . ' is ' . $check)));
220
  }
221
 
222
 
165
  $promo_text .= '</div>';
166
  echo $promo_text;
167
  }
168
+ function load_maintenance_page() {
169
  global $mt_options;
170
  $vCurrDate = '';
171
  $mt_options = mt_get_plugin_options(true);
191
  }
192
  }
193
 
194
+ function maintenance_metaboxes_scripts() {
195
  global $maintenance_variable;
196
  ?>
197
  <script type="text/javascript">
204
  </script>
205
  <?php }
206
 
207
+ function maintenance_add_toolbar_items(){
208
  global $wp_admin_bar, $wpdb;
209
  $mt_options = mt_get_plugin_options(true);
210
  $check = '';
216
  } else {
217
  $check = 'Off';
218
  }
219
+ $wp_admin_bar->add_menu( array( 'id' => 'maintenance_options', 'title' => __( 'Maintenance', 'maintenance' ) . ' is ' . $check, 'href' => $url_to, 'meta' => array( 'title' => __( 'maintenance', 'maintenance' ) . ' is ' . $check)));
220
  }
221
 
222
 
includes/update.php CHANGED
File without changes
js/init.js CHANGED
File without changes
js/init.min.js CHANGED
File without changes
js/uploads_.js CHANGED
File without changes
js/uploads_.min.js CHANGED
File without changes
languages/maintenance-es_ES.mo ADDED
Binary file
languages/maintenance-es_ES.po ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: maintenance\n"
4
+ "POT-Creation-Date: 2013-12-06 14:52+0200\n"
5
+ "PO-Revision-Date: 2014-01-02 00:15+0100\n"
6
+ "Last-Translator: David <david@closemarketing.es>\n"
7
+ "Language-Team: Closemarketing <david@closemarketing.es>\n"
8
+ "Language: es\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.3\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: C:\\wamp\\www\\yakovlev\\wr_browser\\wp-content\\plugins"
15
+ "\\maintenance\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\yakovlev\\wr_browser\\wp-content"
18
+ "\\plugins\\maintenance\\lib\n"
19
+
20
+ #: includes/admin.php:84
21
+ msgid "Save changes"
22
+ msgstr "Guardar Cambios"
23
+
24
+ #: includes/functions.php:104
25
+ msgid "General Settings"
26
+ msgstr "Opciones Generales"
27
+
28
+ #: includes/functions.php:105 includes/functions.php:157
29
+ msgid "Extended version"
30
+ msgstr "Versión Extendida"
31
+
32
+ #: includes/functions.php:106 includes/functions.php:145
33
+ msgid "Contact support"
34
+ msgstr "Contacta a Soporte"
35
+
36
+ #: includes/functions.php:114
37
+ msgid "Page title"
38
+ msgstr "Título de Página"
39
+
40
+ #: includes/functions.php:115
41
+ msgid "Headline"
42
+ msgstr "Cabecera"
43
+
44
+ #: includes/functions.php:116
45
+ msgid "Description"
46
+ msgstr "Descripción"
47
+
48
+ #: includes/functions.php:117
49
+ msgid "Logo"
50
+ msgstr "Logo"
51
+
52
+ #: includes/functions.php:117
53
+ msgid "Upload Logo"
54
+ msgstr "Subir Logo"
55
+
56
+ #: includes/functions.php:120
57
+ msgid "Admin bar"
58
+ msgstr "Barra de Administración"
59
+
60
+ #: includes/functions.php:120
61
+ msgid "Show admin bar"
62
+ msgstr "Mostrar Barra Administración"
63
+
64
+ #: includes/functions.php:121
65
+ msgid "503"
66
+ msgstr "503"
67
+
68
+ #: includes/functions.php:121
69
+ msgid "Service temporarily unavailable"
70
+ msgstr "Servicio indisponible temporalmente"
71
+
72
+ #: includes/functions.php:122
73
+ msgid "Blur intensity"
74
+ msgstr "Intensidad difuminado"
75
+
76
+ #: includes/functions.php:123
77
+ msgid "Background blur"
78
+ msgstr "Fondo difuminado"
79
+
80
+ #: includes/functions.php:123
81
+ msgid "Apply a blur"
82
+ msgstr "Aplicar Difuminado"
83
+
84
+ #: includes/functions.php:130
85
+ msgid "Background image"
86
+ msgstr "Imagen de Fondo"
87
+
88
+ #: includes/functions.php:130
89
+ msgid "Upload Background"
90
+ msgstr "Subir Imagen de Fondo"
91
+
92
+ #: includes/functions.php:136
93
+ msgid "Background color"
94
+ msgstr "Color de Fondo"
95
+
96
+ #: includes/functions.php:137
97
+ msgid "Font color"
98
+ msgstr "Color de Fuente"
99
+
100
+ #: includes/functions.php:146
101
+ #, php-format
102
+ msgid ""
103
+ "If you faced with any problems, have a question or suggestion you always can "
104
+ "contact us with any request on our website <a href=\"%1$s\" title=\"%2$s\">"
105
+ "%2$s</a>"
106
+ msgstr ""
107
+
108
+ #: includes/functions.php:158
109
+ #, php-format
110
+ msgid ""
111
+ "If you like our plugin please rate it, %1$s <a title=\"leave feedback\" href="
112
+ "\"%2$s\" target=\"_blank\">leave feedback</a> or purchase extended version "
113
+ "%1$s with more other features."
114
+ msgstr ""
115
+
116
+ #: includes/functions.php:162
117
+ msgid "Purchase"
118
+ msgstr "Comprar"
119
+
120
+ #: includes/functions.php:219
121
+ msgid "Maintenace"
122
+ msgstr "Mantenimiento"
123
+
124
+ #: includes/functions.php:242
125
+ msgid "Website is under construction"
126
+ msgstr "La Página Web está en construcción"
127
+
128
+ #: includes/functions.php:243
129
+ msgid "Maintenance mode is on"
130
+ msgstr "Modo Mantenimiento está activado"
131
+
132
+ #: includes/functions.php:244
133
+ msgid "Website will be available soon"
134
+ msgstr "La Página Web estará disponible en breve"
135
+
136
+ #: load/functions.php:37
137
+ msgid "Permission access denied!"
138
+ msgstr "¡Permiso de Acceso Denegado!"
139
+
140
+ #: load/functions.php:45
141
+ msgid "You entered your login are incorrect!"
142
+ msgstr "¡Introduciste las credenciales incorrectamente!"
143
+
144
+ #: load/functions.php:49
145
+ msgid "You entered your password are incorrect!"
146
+ msgstr "¡Introduciste la contraseña incorrecta!"
147
+
148
+ #: load/functions.php:52
149
+ msgid "You entered your login and password are incorrect!"
150
+ msgstr "¡Introduciste el usuario y contraseña incorrecta!"
151
+
152
+ #: load/functions.php:215
153
+ msgid "Username"
154
+ msgstr "Usuario"
155
+
156
+ #: load/functions.php:216
157
+ msgid "Password"
158
+ msgstr "Contraseña"
159
+
160
+ #: load/functions.php:217
161
+ msgid "Sign In"
162
+ msgstr "Iniciar Sesión"
163
+
164
+ msgid "We have time until launch"
165
+ msgstr "Tenemos tiempo hasta la comida"
166
+
167
+ msgid "Be first of your friends who will know when the website goes live."
168
+ msgstr "Se el primero de tus amigos que sabrá cuando la web estará en vivo."
169
+
170
+ msgid "User roles"
171
+ msgstr "Roles de Usuario"
172
+
173
+ msgid "Choose users access permissions in maintenance mode."
174
+ msgstr "Elige los permisos de acceso de usuarios en modo mantenimiento."
175
+
176
+ #~ msgid "Premium version"
177
+ #~ msgstr "Premium версия"
178
+
179
+ #~ msgid "Check out our extended version of plugin with new features"
180
+ #~ msgstr "Узнайте возможности расширенной версии"
181
+
182
+ #~ msgid "Your session has expired."
183
+ #~ msgstr "Ваша сессия истеклаю"
184
+
185
+ #~ msgid "Customer login"
186
+ #~ msgstr "Вход для администратора"
187
+
188
+ #~ msgid "Please login to see website"
189
+ #~ msgstr "Пожалуйста, войдите, чтобы сайт стал доступным"
languages/maintenance-fr_FR.mo ADDED
Binary file
languages/maintenance-fr_FR.po ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: maintenance\n"
4
+ "POT-Creation-Date: 2013-12-06 14:52+0200\n"
5
+ "PO-Revision-Date: 2014-01-06 15:32+0100\n"
6
+ "Last-Translator: Kreatix.Studio <kreatix.Studio>\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.3\n"
12
+ "X-Poedit-KeywordsList: _;_e;__;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "Language: fr_FR\n"
16
+
17
+ #: includes/admin.php:84
18
+ msgid "Save changes"
19
+ msgstr "Sauvegarder les modifications"
20
+
21
+ #: includes/functions.php:104
22
+ msgid "General Settings"
23
+ msgstr "Paramètres généraux"
24
+
25
+ #: includes/functions.php:105 includes/functions.php:157
26
+ msgid "Extended version"
27
+ msgstr "Version Pro"
28
+
29
+ #: includes/functions.php:106 includes/functions.php:145
30
+ msgid "Contact support"
31
+ msgstr "Contact support"
32
+
33
+ #: includes/functions.php:114
34
+ msgid "Page title"
35
+ msgstr "Titre de page"
36
+
37
+ #: includes/functions.php:115
38
+ msgid "Headline"
39
+ msgstr "Titre d'en-tête"
40
+
41
+ #: includes/functions.php:116
42
+ msgid "Description"
43
+ msgstr "Description"
44
+
45
+ #: includes/functions.php:117
46
+ msgid "Logo"
47
+ msgstr "Logo"
48
+
49
+ #: includes/functions.php:117
50
+ msgid "Upload Logo"
51
+ msgstr "Upload logo"
52
+
53
+ #: includes/functions.php:120
54
+ msgid "Admin bar"
55
+ msgstr "Barre Administrateur"
56
+
57
+ #: includes/functions.php:120
58
+ msgid "Show admin bar"
59
+ msgstr "Afficher la barre d'admin"
60
+
61
+ #: includes/functions.php:121
62
+ msgid "503"
63
+ msgstr "503"
64
+
65
+ #: includes/functions.php:121
66
+ msgid "Service temporarily unavailable"
67
+ msgstr "Service momentanément indisponible"
68
+
69
+ #: includes/functions.php:122
70
+ msgid "Blur intensity"
71
+ msgstr "Intensité du flou"
72
+
73
+ #: includes/functions.php:123
74
+ msgid "Background blur"
75
+ msgstr "Flou du fond d'écran"
76
+
77
+ #: includes/functions.php:123
78
+ msgid "Apply a blur"
79
+ msgstr "Appliquer un flou"
80
+
81
+ #: includes/functions.php:130
82
+ msgid "Background image"
83
+ msgstr "Image Fond d'écran"
84
+
85
+ #: includes/functions.php:130
86
+ msgid "Upload Background"
87
+ msgstr "Téléchargez Fond d'écran"
88
+
89
+ #: includes/functions.php:136
90
+ msgid "Background color"
91
+ msgstr "Couleur fond d'écran"
92
+
93
+ #: includes/functions.php:137
94
+ msgid "Font color"
95
+ msgstr "Couleur fonte"
96
+
97
+ #: includes/functions.php:146
98
+ #, php-format
99
+ msgid ""
100
+ "If you faced with any problems, have a question or suggestion you always can "
101
+ "contact us with any request on our website <a href=\"%1$s\" title=\"%2$s\">"
102
+ "%2$s</a>"
103
+ msgstr ""
104
+
105
+ #: includes/functions.php:158
106
+ #, php-format
107
+ msgid ""
108
+ "If you like our plugin please rate it, %1$s <a title=\"leave feedback\" href="
109
+ "\"%2$s\" target=\"_blank\">leave feedback</a> or purchase extended version "
110
+ "%1$s with more other features."
111
+ msgstr ""
112
+
113
+ #: includes/functions.php:162
114
+ msgid "Purchase"
115
+ msgstr "Acheter"
116
+
117
+ #: includes/functions.php:219
118
+ msgid "Maintenace"
119
+ msgstr "Mainetenace"
120
+
121
+ #: includes/functions.php:242
122
+ msgid "Website is under construction"
123
+ msgstr "Site est en construction"
124
+
125
+ #: includes/functions.php:243
126
+ msgid "Maintenance mode is on"
127
+ msgstr "Mode Maintenance Actif"
128
+
129
+ #: includes/functions.php:244
130
+ msgid "Website will be available soon"
131
+ msgstr "Site sera bientôt disponible"
132
+
133
+ #: load/functions.php:37
134
+ msgid "Permission access denied!"
135
+ msgstr "Permission refusée!"
136
+
137
+ #: load/functions.php:45
138
+ msgid "You entered your login are incorrect!"
139
+ msgstr "Le login que vous avez entré est incorrect!"
140
+
141
+ #: load/functions.php:49
142
+ msgid "You entered your password are incorrect!"
143
+ msgstr "Le mot de passe que vous avez entré est incorrect!"
144
+
145
+ #: load/functions.php:52
146
+ msgid "You entered your login and password are incorrect!"
147
+ msgstr "Vous avez entré un login et mot de passe incorrect!"
148
+
149
+ #: load/functions.php:215
150
+ msgid "Username"
151
+ msgstr "Identifiant"
152
+
153
+ #: load/functions.php:216
154
+ msgid "Password"
155
+ msgstr "Password"
156
+
157
+ #: load/functions.php:217
158
+ msgid "Sign In"
159
+ msgstr "Identifiez-vous"
160
+
161
+ #~ msgid "We have time until launch"
162
+ #~ msgstr "Осталось времени до запуска"
163
+
164
+ #~ msgid "Be first of your friends who will know when the website goes live."
165
+ #~ msgstr "Будь первым из твоих друзей, кто узнает о запуске сайта."
166
+
167
+ #~ msgid "Premium version"
168
+ #~ msgstr "Премиум версия"
169
+
170
+ #~ msgid "Check out our extended version of plugin with new features"
171
+ #~ msgstr "Проверьте возможности расширенной версии плагина"
172
+
173
+ #~ msgid "Your session has expired."
174
+ #~ msgstr "Ваша сессия истекла."
175
+
176
+ #~ msgid "Customer login"
177
+ #~ msgstr "Вход для клиентов"
178
+
179
+ #~ msgid "Please login to see website"
180
+ #~ msgstr "Пожалуйста авторезируйтесь"
181
+
182
+ #~ msgid "User roles"
183
+ #~ msgstr "Роли пользователей"
184
+
185
+ #~ msgid "Choose users access permissions in maintenance mode."
186
+ #~ msgstr "Выберите права доступа пользователей в режиме обслуживания."
187
+
languages/maintenance-pt_BR.mo ADDED
Binary file
languages/maintenance-pt_BR.po ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: maintenance\n"
4
+ "POT-Creation-Date: 2013-12-06 14:52+0200\n"
5
+ "PO-Revision-Date: 2013-12-18 22:31-0300\n"
6
+ "Last-Translator: Luiz Felipe S. Cristofari - meroviggiO <meroviggio@gmail."
7
+ "com>\n"
8
+ "Language-Team: fruitfulcode\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.5.7\n"
13
+ "X-Poedit-KeywordsList: _;_e;__;_x\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+
17
+ #: includes/admin.php:84
18
+ msgid "Save changes"
19
+ msgstr "Salvar alterações"
20
+
21
+ #: includes/functions.php:104
22
+ msgid "General Settings"
23
+ msgstr "Configurações gerais"
24
+
25
+ #: includes/functions.php:105 includes/functions.php:157
26
+ msgid "Extended version"
27
+ msgstr "Versão extendida"
28
+
29
+ #: includes/functions.php:106 includes/functions.php:145
30
+ msgid "Contact support"
31
+ msgstr "Contatar suporte"
32
+
33
+ #: includes/functions.php:114
34
+ msgid "Page title"
35
+ msgstr "Título da página"
36
+
37
+ #: includes/functions.php:115
38
+ msgid "Headline"
39
+ msgstr "Cabeçalho"
40
+
41
+ #: includes/functions.php:116
42
+ msgid "Description"
43
+ msgstr "Descrição"
44
+
45
+ #: includes/functions.php:117
46
+ msgid "Logo"
47
+ msgstr "Logo"
48
+
49
+ #: includes/functions.php:117
50
+ msgid "Upload Logo"
51
+ msgstr "Enviar logo"
52
+
53
+ #: includes/functions.php:120
54
+ msgid "Admin bar"
55
+ msgstr "Barra administrativa"
56
+
57
+ #: includes/functions.php:120
58
+ msgid "Show admin bar"
59
+ msgstr "Mostrar barra administrativa"
60
+
61
+ #: includes/functions.php:121
62
+ msgid "503"
63
+ msgstr ""
64
+
65
+ #: includes/functions.php:121
66
+ msgid "Service temporarily unavailable"
67
+ msgstr "Serviço temporariamente indisponível"
68
+
69
+ #: includes/functions.php:122
70
+ msgid "Blur intensity"
71
+ msgstr "Intensidade do efeito Blur"
72
+
73
+ #: includes/functions.php:123
74
+ msgid "Background blur"
75
+ msgstr "Efeito blur no fundo"
76
+
77
+ #: includes/functions.php:123
78
+ msgid "Apply a blur"
79
+ msgstr "Aplicar blur"
80
+
81
+ #: includes/functions.php:130
82
+ msgid "Background image"
83
+ msgstr "Imagem de fundo"
84
+
85
+ #: includes/functions.php:130
86
+ msgid "Upload Background"
87
+ msgstr "Enviar imagem de fundo"
88
+
89
+ #: includes/functions.php:136
90
+ msgid "Background color"
91
+ msgstr "Cor do plano de fundo"
92
+
93
+ #: includes/functions.php:137
94
+ msgid "Font color"
95
+ msgstr "Cor da fonte"
96
+
97
+ #: includes/functions.php:146
98
+ #, php-format
99
+ msgid ""
100
+ "If you faced with any problems, have a question or suggestion you always can "
101
+ "contact us with any request on our website <a href=\"%1$s\" title=\"%2$s\">"
102
+ "%2$s</a>"
103
+ msgstr ""
104
+ "Se você viu algum problem, tem alguma dúvida ou sugestão, você pode nos "
105
+ "contatar em nosso site <a href=\"%1$s\" title=\"%2$s\">%2$s</a>"
106
+
107
+ #: includes/functions.php:158
108
+ #, php-format
109
+ msgid ""
110
+ "If you like our plugin please rate it, %1$s <a title=\"leave feedback\" href="
111
+ "\"%2$s\" target=\"_blank\">leave feedback</a> or purchase extended version "
112
+ "%1$s with more other features."
113
+ msgstr ""
114
+ "Se você gostou de nosso plugin, por-favor avalie-o, %1$s <a title=\"deixe um "
115
+ "comentário\" href=\"%2$s\" target=\"_blank\">deixe um comentário</a> ou "
116
+ "adquira a versão extendida %1$s com mais funcionalidades."
117
+
118
+ #: includes/functions.php:162
119
+ msgid "Purchase"
120
+ msgstr "Comprar"
121
+
122
+ #: includes/functions.php:219
123
+ msgid "Maintenace"
124
+ msgstr "Manutenção"
125
+
126
+ #: includes/functions.php:242
127
+ msgid "Website is under construction"
128
+ msgstr "Site em construção"
129
+
130
+ #: includes/functions.php:243
131
+ msgid "Maintenance mode is on"
132
+ msgstr "Modo de manutenção ativado"
133
+
134
+ #: includes/functions.php:244
135
+ msgid "Website will be available soon"
136
+ msgstr "O site estará disponível em breve"
137
+
138
+ #: load/functions.php:37
139
+ msgid "Permission access denied!"
140
+ msgstr "Permissão de acesso negada!"
141
+
142
+ #: load/functions.php:45
143
+ msgid "You entered your login are incorrect!"
144
+ msgstr "Você digitou seu usuário incorretamente!"
145
+
146
+ #: load/functions.php:49
147
+ msgid "You entered your password are incorrect!"
148
+ msgstr "Você digitou sua senha incorretamente!"
149
+
150
+ #: load/functions.php:52
151
+ msgid "You entered your login and password are incorrect!"
152
+ msgstr "Você digitou seu usuário e senha incorretamente!"
153
+
154
+ #: load/functions.php:215
155
+ msgid "Username"
156
+ msgstr "Usuário"
157
+
158
+ #: load/functions.php:216
159
+ msgid "Password"
160
+ msgstr "Senha"
161
+
162
+ #: load/functions.php:217
163
+ msgid "Sign In"
164
+ msgstr "Entrar"
165
+
166
+ #~ msgid "We have time until launch"
167
+ #~ msgstr "Осталось времени до запуска"
168
+
169
+ #~ msgid "Be first of your friends who will know when the website goes live."
170
+ #~ msgstr "Будь первым из твоих друзей, кто узнает о запуске сайта."
171
+
172
+ #~ msgid "Premium version"
173
+ #~ msgstr "Премиум версия"
174
+
175
+ #~ msgid "Check out our extended version of plugin with new features"
176
+ #~ msgstr "Проверьте возможности расширенной версии плагина"
177
+
178
+ #~ msgid "Your session has expired."
179
+ #~ msgstr "Ваша сессия истекла."
180
+
181
+ #~ msgid "Customer login"
182
+ #~ msgstr "Вход для клиентов"
183
+
184
+ #~ msgid "Please login to see website"
185
+ #~ msgstr "Пожалуйста авторезируйтесь"
186
+
187
+ #~ msgid "User roles"
188
+ #~ msgstr "Роли пользователей"
189
+
190
+ #~ msgid "Choose users access permissions in maintenance mode."
191
+ #~ msgstr "Выберите права доступа пользователей в режиме обслуживания."
languages/maintenance-ru_RU.mo CHANGED
File without changes
languages/maintenance-ru_RU.po CHANGED
@@ -122,7 +122,7 @@ msgid "Purchase"
122
  msgstr "Купить"
123
 
124
  #: includes/functions.php:219
125
- msgid "Maintenace"
126
  msgstr ""
127
 
128
  #: includes/functions.php:242
122
  msgstr "Купить"
123
 
124
  #: includes/functions.php:219
125
+ msgid "maintenance"
126
  msgstr ""
127
 
128
  #: includes/functions.php:242
load/functions.php CHANGED
@@ -141,9 +141,9 @@ function get_custom_login_code() {
141
  $out_html = '';
142
  $out_html = '<a class="logo" rel="home" href="'.esc_url(site_url('')) .'">';
143
  if ( !empty($mt_options['logo']) ) {
144
- $logo = wp_get_attachment_image_src( $mt_options['logo'], 'full');
145
  $out_html .= '<div class="img-inner">';
146
- $out_html .= '<img src="'. esc_url($logo[0]) .'" alt="logo"/>';
147
  $out_html .= '</div>';
148
  } else {
149
  $out_html .= '<h1 class="site-title">'. get_bloginfo( 'name' ) .'</h1>';
141
  $out_html = '';
142
  $out_html = '<a class="logo" rel="home" href="'.esc_url(site_url('')) .'">';
143
  if ( !empty($mt_options['logo']) ) {
144
+ $logo = wp_get_attachment_image_src( $mt_options['logo'], 'full');
145
  $out_html .= '<div class="img-inner">';
146
+ $out_html .= '<img src="'. esc_url($logo[0]) .'" alt="logo"/>';
147
  $out_html .= '</div>';
148
  } else {
149
  $out_html .= '<h1 class="site-title">'. get_bloginfo( 'name' ) .'</h1>';
load/images/fonts-icon/general_foundicons.eot CHANGED
File without changes
load/images/fonts-icon/general_foundicons.svg CHANGED
File without changes
load/images/fonts-icon/general_foundicons.ttf CHANGED
File without changes
load/images/fonts-icon/general_foundicons.woff CHANGED
File without changes
load/images/fonts-icon/icons.style.css CHANGED
File without changes
load/images/fonts-icon/social_foundicons.eot CHANGED
File without changes
load/images/fonts-icon/social_foundicons.svg CHANGED
File without changes
load/images/fonts-icon/social_foundicons.ttf CHANGED
File without changes
load/images/fonts-icon/social_foundicons.woff CHANGED
File without changes
load/index.php CHANGED
File without changes
load/js/jquery.backstretch.min.js CHANGED
File without changes
load/js/jquery.blur.min.js CHANGED
File without changes
load/js/jquery.frontend.js CHANGED
File without changes
load/js/jquery.frontend.min.js CHANGED
File without changes
load/js/jquery.placeholder.js CHANGED
File without changes
load/style.css CHANGED
@@ -13,7 +13,6 @@ body {
13
  font-family:"Open Sans", sans-serif;
14
  height:100%;
15
  width: 100%;
16
- overflow:auto;
17
  }
18
 
19
  body > #wrapper {height: auto; min-height: 100%; width:100%;}
@@ -116,7 +115,7 @@ footer {
116
  .logo .img-inner {
117
  max-width:200px;
118
  max-height:200px;
119
- float:left;
120
  display:block;
121
  }
122
 
@@ -365,6 +364,8 @@ footer {
365
  }
366
 
367
 
 
 
368
  @media screen and (max-width: 768px) {
369
  .logo {width:100%; text-align:center; margin:0 0 20px 0;}
370
  header {padding:25px 0;}
@@ -385,4 +386,8 @@ and (max-device-width : 1024px) {
385
  .logo {width:100%; text-align:center; margin:0 0 20px 0;}
386
  header {padding:25px 0;}
387
  .login-form { margin:0 auto; float:none; width:100%; max-width:430px;}
 
 
 
 
388
  }
13
  font-family:"Open Sans", sans-serif;
14
  height:100%;
15
  width: 100%;
 
16
  }
17
 
18
  body > #wrapper {height: auto; min-height: 100%; width:100%;}
115
  .logo .img-inner {
116
  max-width:200px;
117
  max-height:200px;
118
+ margin: 0 auto;
119
  display:block;
120
  }
121
 
364
  }
365
 
366
 
367
+
368
+
369
  @media screen and (max-width: 768px) {
370
  .logo {width:100%; text-align:center; margin:0 0 20px 0;}
371
  header {padding:25px 0;}
386
  .logo {width:100%; text-align:center; margin:0 0 20px 0;}
387
  header {padding:25px 0;}
388
  .login-form { margin:0 auto; float:none; width:100%; max-width:430px;}
389
+ }
390
+
391
+ @media screen and (max-device-width: 640px), screen and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
392
+ .logo img {height: auto; width: auto; margin-top:40px;}
393
  }
maintenance.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /*
3
  Plugin Name: Maintenance
4
- Plugin URI: http://wordpress.org/extend/plugins/maintenance/
5
- Description: Easily close your wordpress website for maintenance. Try free version or purchase maintenance PRO with more useful features and extended HTML template.
6
- Version: 2.0.0
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
10
  */
11
- /* Copyright 2013 Fruitful Code (email : support@fruitfulcode.com)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
@@ -82,11 +82,11 @@ class maintenance {
82
  }
83
 
84
  function mt_template_redirect() {
85
- load_maintenace_page();
86
  }
87
 
88
  function mt_admin_bar() {
89
- add_action('admin_bar_menu', 'maintenace_add_toolbar_items', 100);
90
  if (!is_admin() ) {
91
  $mt_options = mt_get_plugin_options(true);
92
  if (isset($mt_options['admin_bar_enabled']) && is_user_logged_in()) {
1
  <?php
2
  /*
3
  Plugin Name: Maintenance
4
+ Plugin URI: http://wordpress.org/plugins/maintenance/
5
+ Description: Maintenance - easy configure and customize coming soon, under construction page when site have updates or changes.
6
+ Version: 2.0.1
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
10
  */
11
+ /* Copyright 2013 Fruitful Code (email : mail@fruitfulcode.com)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
82
  }
83
 
84
  function mt_template_redirect() {
85
+ load_maintenance_page();
86
  }
87
 
88
  function mt_admin_bar() {
89
+ add_action('admin_bar_menu', 'maintenance_add_toolbar_items', 100);
90
  if (!is_admin() ) {
91
  $mt_options = mt_get_plugin_options(true);
92
  if (isset($mt_options['admin_bar_enabled']) && is_user_logged_in()) {
readme.txt CHANGED
@@ -1,41 +1,76 @@
1
  === Plugin Name ===
2
  Contributors: fruitfulcode
3
  Donate link: http://fruitfulcode.com/
4
- Tags: maintenance, login, under-construction, administration, offline, unavailable, landing page
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
- Stable tag: 2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Install maintenance page on your WordPress website in few easy steps.
12
 
13
  == Description ==
14
 
15
- Easily close your wordpress website for maintenance. Try free version or purchase maintenance PRO with more useful features and extended HTML template.
16
 
17
- <h3>FEATURES</h3>
18
  <ul>
19
  <li>Html/CSS layout without images (retina ready) </li>
20
- <li>Backstretch fullscreen background</li>
 
21
  <li>Upload own logo</li>
22
- <li>Select color scheme</li>
23
  <li>Add your title, headline, text</li>
24
  <li>User login with validation</li>
25
  <li>Admin bar: show/hide</li>
26
- <li>503 error switcher</li>
27
- <li>Blur background effect</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  </ul>
29
 
30
- <h3>DEMO</h3>
31
- <a target="_blank" href="http://plugins.fruitfulcode.com/maintenance/">Promo website</a>
32
 
 
33
 
34
- <h3>PRO version</h3>
 
 
 
 
 
35
 
36
- Purchase PRO version with extended functionality and new features <br>
37
- <a target="_blank" href="http://codecanyon.net/item/maintenance-wordpress-plugin/2781350?ref=fruitfulcode">Maintenance PRO</a>
38
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  == Installation ==
41
 
@@ -44,10 +79,18 @@ Purchase PRO version with extended functionality and new features <br>
44
  3. Go to Dashboard > Maintenance
45
 
46
  == Screenshots ==
47
- 1. Dashboard
48
 
49
  == Frequently Asked Questions ==
50
 
 
 
 
 
 
 
 
 
51
  = Where can I find out the username and password to get to the site? =
52
 
53
  You can use your administrator access or create new user in wordpress dashboard
@@ -56,10 +99,22 @@ http://yousite.com/wp-admin/users.php
56
  = If I incorrectly write a login and password I will see the error on the page wp-login? =
57
  No, it will be display error on current maintenance page, without redirect to wp-login page
58
 
 
 
 
59
 
60
  == Changelog ==
61
 
62
- = 2.0 = // 17.12.2013
 
 
 
 
 
 
 
 
 
63
 
64
  * New features
65
  * New PRO version
@@ -70,13 +125,13 @@ No, it will be display error on current maintenance page, without redirect to wp
70
  * Blur background effect
71
  * 503 error switcher
72
 
73
- = 1.2.3 = // 28.08.2013
74
 
75
  * Wordpress 3.6 support
76
  * Bug fix
77
  * Warning Messages, open_basedir conflict - resolved.
78
 
79
- = 1.2.2 = // 12.07.2013
80
 
81
  * Re-directed user to the root of the doman (not to subdirectory).
82
  * Bugfix, Notice in dasboard with debug mode.
1
  === Plugin Name ===
2
  Contributors: fruitfulcode
3
  Donate link: http://fruitfulcode.com/
4
+ Tags: maintenance, coming soon, under-construction, 503 error, administration, login, customize page, background, fullscreen, blur
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
+ Stable tag: 2.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Maintenance - easy configure and customize coming soon, under construction page when site have updates or changes.
12
 
13
  == Description ==
14
 
15
+ Maintenance plugin allow WordPress site administrator close the website for maintenance, enable "503 Service temporarily unavailable”, set a temporary page with authorization, which can be edited via the plugin settings. Easy customize, good look on all devices. Add your logo, background image, select the desired color, add text. Extended version of the plugin includes more settings that appear after installation PRO extension plugin.
16
 
17
+ <h3>Features</h3>
18
  <ul>
19
  <li>Html/CSS layout without images (retina ready) </li>
20
+ <li>Fullscreen background (<a target="_blank" href="https://github.com/srobbin/jquery-backstretch">Backstretch</a>)</li>
21
+ <li>Blur background effect</li>
22
  <li>Upload own logo</li>
23
+ <li>Configurable colors: fonts, icons, background</li>
24
  <li>Add your title, headline, text</li>
25
  <li>User login with validation</li>
26
  <li>Admin bar: show/hide</li>
27
+ <li>503 error on/off</li>
28
+
29
+ </ul>
30
+
31
+
32
+ <a target="_blank" href="http://plugins.fruitfulcode.com/maintenance/">View demo</a>
33
+
34
+
35
+ <h3>Maintenance PRO</h3>
36
+ <strong>Required Free version.</strong> All features from FREE version included +
37
+
38
+ <ul>
39
+ <li>Unique jQuery timer count down</li>
40
+ <li>User permissions</li>
41
+ <li>Fullscreen background gallery</li>
42
+ <li>Gallery patterns overlays</li>
43
+ <li>Background video support</li>
44
+ <li>Additional HTML area</li>
45
+ <li>Social media profiles (<a target="_blank" href="http://zurb.com/playground/foundation-icons">Foundation icons</a>)</li>
46
+ <li>Email newsletter subscribe form (<a target="_blank" href="http://mailchimp.com/">MailChimp</a> integration) </li>
47
  </ul>
48
 
49
+ <a target="_blank" href="http://codecanyon.net/item/maintenance-wordpress-plugin/2781350?ref=fruitfulcode">Get additional functionality</a>
 
50
 
51
+ <h3>Translation</h3>
52
 
53
+ <ul>
54
+ <li>Spanish (es_ES) (thanks to <a href="http://profiles.wordpress.org/closemarketing/">David Perez</a>)</li>
55
+ <li>French (fr_FR) (thanks to Jean Yves LE GALL)</li>
56
+ <li>Russian (ru_RU)</li>
57
+ <li>Brazilian Portuguese (pt_BR) (thanks to Luiz Felipe Silva Cristofari)</li>
58
+ </ul>
59
 
60
+ <p>If you would like to create translation to your native language, you can send the <a target="_blank" href="http://codex.wordpress.org/Translating_WordPress">text of PO and MO files</a> to the <a href="http://fruitfulcode.com" target="_blank">Fruitful Code</a> and we'll add it to the next plugin update.</p><p> You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.</p>
 
61
 
62
+ <h3>Technical support</h3>
63
+ If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us.
64
+
65
+ <h3>How to thank a developers</h3>
66
+ <ol>
67
+ <li>If you like our plugin and want to say us thank you, please <a href="http://wordpress.org/support/view/plugin-reviews/maintenance?filter=5">leave us review</a></li>
68
+ <li>Make review in your blog or journal with URL link to official plugin page and plugin demo </li>
69
+ <li>Recommend "Maintenance plugin" to your friends</li>
70
+ <li>Each purchasing of <a target="_blank" href="http://codecanyon.net/item/maintenance-wordpress-plugin/2781350?ref=fruitfulcode">PRO</a> version make us more happy</li>
71
+ </ol>
72
+
73
+ Thanks for using.
74
 
75
  == Installation ==
76
 
79
  3. Go to Dashboard > Maintenance
80
 
81
  == Screenshots ==
82
+ 1. Maintenance options page
83
 
84
  == Frequently Asked Questions ==
85
 
86
+ = I have activated plugin and don’t see any changes, looks like plugin is not working. =
87
+
88
+ Try to check in different browser. If you a logged as wordpress user you see website in normal mode.
89
+
90
+ = Will my site remain visible to search engines while maintenance mode is on? =
91
+
92
+ The site will not be visible to search engines. "503 Service Temporarily Unavailable" can be changed in plugin options.
93
+
94
  = Where can I find out the username and password to get to the site? =
95
 
96
  You can use your administrator access or create new user in wordpress dashboard
99
  = If I incorrectly write a login and password I will see the error on the page wp-login? =
100
  No, it will be display error on current maintenance page, without redirect to wp-login page
101
 
102
+ = I haven’t found an answer to my question, what should I do? =
103
+ You can check <a href="http://wordpress.org/support/plugin/maintenance">support forum</a> or <a class="send-mail" target="_blank" href="mailto:mail@fruitfulcode.com?subject=Maintenance%20Plugin">send email to us</a>
104
+
105
 
106
  == Changelog ==
107
 
108
+ = 2.0.1 = (21.12.2013)
109
+
110
+ * Wordpress 3.8 support
111
+ * New translation Brazilian Portuguese
112
+ * Bug fix in title
113
+ * Bug fix blur background image scroll
114
+
115
+
116
+
117
+ = 2.0 = (17.12.2013)
118
 
119
  * New features
120
  * New PRO version
125
  * Blur background effect
126
  * 503 error switcher
127
 
128
+ = 1.2.3 = (28.08.2013)
129
 
130
  * Wordpress 3.6 support
131
  * Bug fix
132
  * Warning Messages, open_basedir conflict - resolved.
133
 
134
+ = 1.2.2 = (12.07.2013)
135
 
136
  * Re-directed user to the root of the doman (not to subdirectory).
137
  * Bugfix, Notice in dasboard with debug mode.
screenshot-1.png CHANGED
Binary file