Version Description
(20/06/2016) = * notifications update * languages update
Download this release
Release Info
Developer | GeorgeJipa |
Plugin | WP Maintenance Mode |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- assets/css/style-admin.css +7 -1
- assets/css/style-admin.min.css +1 -1
- includes/classes/wp-maintenance-mode-admin.php +27 -10
- includes/classes/wp-maintenance-mode.php +1 -1
- languages/wp-maintenance-mode-de_DE.mo +0 -0
- languages/wp-maintenance-mode-de_DE.po +19 -12
- languages/wp-maintenance-mode-en_US.mo +0 -0
- languages/wp-maintenance-mode-en_US.po +20 -13
- languages/wp-maintenance-mode-es_ES.mo +0 -0
- languages/wp-maintenance-mode-es_ES.po +20 -13
- languages/wp-maintenance-mode-fa_IR.mo +0 -0
- languages/wp-maintenance-mode-fa_IR.po +20 -13
- languages/wp-maintenance-mode-fr_FR.mo +0 -0
- languages/wp-maintenance-mode-fr_FR.po +20 -13
- languages/wp-maintenance-mode-it_IT.mo +0 -0
- languages/wp-maintenance-mode-it_IT.po +20 -13
- languages/wp-maintenance-mode-nb_NO.mo +0 -0
- languages/wp-maintenance-mode-nb_NO.po +20 -13
- languages/wp-maintenance-mode-nl_NL.mo +0 -0
- languages/wp-maintenance-mode-nl_NL.po +20 -13
- languages/wp-maintenance-mode-pl_PL.mo +0 -0
- languages/wp-maintenance-mode-pl_PL.po +20 -13
- languages/wp-maintenance-mode-pt_BR.mo +0 -0
- languages/wp-maintenance-mode-pt_BR.po +20 -13
- languages/wp-maintenance-mode-pt_PT.mo +0 -0
- languages/wp-maintenance-mode-pt_PT.po +20 -13
- languages/wp-maintenance-mode-ro_RO.mo +0 -0
- languages/wp-maintenance-mode-ro_RO.po +22 -13
- languages/wp-maintenance-mode-ru_RU.mo +0 -0
- languages/wp-maintenance-mode-ru_RU.po +20 -13
- languages/wp-maintenance-mode-sv_SE.mo +0 -0
- languages/wp-maintenance-mode-sv_SE.po +20 -13
- readme.md +1 -1
- readme.txt +5 -1
- views/notice.php +1 -1
- views/promo-codepad.php +3 -6
- wp-maintenance-mode.php +1 -1
assets/css/style-admin.css
CHANGED
@@ -145,4 +145,10 @@ h2.wpmm-title {
|
|
145 |
.chosen-container .chosen-results li.highlighted {
|
146 |
background-color: #0074a2 !important;
|
147 |
background-image: none !important;
|
148 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
145 |
.chosen-container .chosen-results li.highlighted {
|
146 |
background-color: #0074a2 !important;
|
147 |
background-image: none !important;
|
148 |
+
}
|
149 |
+
|
150 |
+
/* FOOTER RATING */
|
151 |
+
#footer-left .wpmm_rating:hover {
|
152 |
+
text-decoration: none !important;
|
153 |
+
color: #FFB900 !important;
|
154 |
+
}
|
assets/css/style-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
h2.wpmm-title{background:url(../images/icon-48.png) left center no-repeat;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);min-width:255px;line-height:1;margin-bottom:20px;padding:0}.wpmm-wrapper #sidebar .sidebar_box h3{margin:0;padding:8px 12px;border-bottom:1px solid #ececec}.wpmm-wrapper #sidebar .sidebar_box .inside{margin:6px 0 0;font-size:13px;line-height:1.4em;padding:0 12px 12px}.wpmm-wrapper .wrapper-cell{display:table-cell}.wpmm-wrapper .hidden{display:none}.nav-tab-wrapper{border-bottom:1px solid #ccc;padding-bottom:0;padding-left:10px}.nav-tab-wrapper a{font-size:15px;font-weight:700;line-height:24px;padding:6px 10px}.tabs-content{margin-top:20px;padding-left:10px}.tabs-content .wp-color-result{margin-bottom:-2px}.tabs-content ul.bg_list{float:left}.tabs-content ul.bg_list li{float:left;margin-right:7px;opacity:.4}.tabs-content ul.bg_list li.active{opacity:1}.tabs-content ul.bg_list li input{display:none}.tabs-content .countdown_details input{width:70px}.tabs-content .countdown_details .margin_left{margin-left:30px}.tabs-content .wp-picker-holder{position:absolute;z-index:9999999}#sidebar .info_box ul{margin-top:10px;margin-bottom:-5px}#sidebar .resources_box ul,#sidebar .themes_box ul{margin-top:10px;margin-bottom:-15px}#sidebar .resources_box li,#sidebar .themes_box li{margin-bottom:10px}.chosen-container,.chosen-select{width:195px!important}.chosen-container-active .chosen-choices{box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;box-shadow:0 1px 2px rgba(0,0,0,.07) inset!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}
|
1 |
+
h2.wpmm-title{background:url(../images/icon-48.png) left center no-repeat;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);min-width:255px;line-height:1;margin-bottom:20px;padding:0}.wpmm-wrapper #sidebar .sidebar_box h3{margin:0;padding:8px 12px;border-bottom:1px solid #ececec}.wpmm-wrapper #sidebar .sidebar_box .inside{margin:6px 0 0;font-size:13px;line-height:1.4em;padding:0 12px 12px}.wpmm-wrapper .wrapper-cell{display:table-cell}.wpmm-wrapper .hidden{display:none}.nav-tab-wrapper{border-bottom:1px solid #ccc;padding-bottom:0;padding-left:10px}.nav-tab-wrapper a{font-size:15px;font-weight:700;line-height:24px;padding:6px 10px}.tabs-content{margin-top:20px;padding-left:10px}.tabs-content .wp-color-result{margin-bottom:-2px}.tabs-content ul.bg_list{float:left}.tabs-content ul.bg_list li{float:left;margin-right:7px;opacity:.4}.tabs-content ul.bg_list li.active{opacity:1}.tabs-content ul.bg_list li input{display:none}.tabs-content .countdown_details input{width:70px}.tabs-content .countdown_details .margin_left{margin-left:30px}.tabs-content .wp-picker-holder{position:absolute;z-index:9999999}#sidebar .info_box ul{margin-top:10px;margin-bottom:-5px}#sidebar .resources_box ul,#sidebar .themes_box ul{margin-top:10px;margin-bottom:-15px}#sidebar .resources_box li,#sidebar .themes_box li{margin-bottom:10px}.chosen-container,.chosen-select{width:195px!important}.chosen-container-active .chosen-choices{box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;box-shadow:0 1px 2px rgba(0,0,0,.07) inset!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}#footer-left .wpmm_rating:hover{text-decoration:none!important;color:#FFB900!important}
|
includes/classes/wp-maintenance-mode-admin.php
CHANGED
@@ -10,7 +10,6 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
10 |
protected $plugin_default_settings;
|
11 |
protected $plugin_basename;
|
12 |
protected $plugin_screen_hook_suffix = null;
|
13 |
-
|
14 |
private $dismissed_notices_key = 'wpmm_dismissed_notices';
|
15 |
|
16 |
private function __construct() {
|
@@ -43,6 +42,9 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
43 |
add_action('wp_ajax_wpmm_subscribers_empty_list', array($this, 'subscribers_empty_list'));
|
44 |
add_action('wp_ajax_wpmm_dismiss_notices', array($this, 'dismiss_notices'));
|
45 |
add_action('wp_ajax_wpmm_reset_settings', array($this, 'reset_settings'));
|
|
|
|
|
|
|
46 |
}
|
47 |
|
48 |
public static function get_instance() {
|
@@ -453,19 +455,19 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
453 |
} else {
|
454 |
// delete wpmm_notice
|
455 |
delete_option('wpmm_notice');
|
456 |
-
}
|
457 |
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
|
|
465 |
|
466 |
// get dismissed notices
|
467 |
$dismissed_notices = $this->get_dismissed_notices(get_current_user_id());
|
468 |
-
|
469 |
// template
|
470 |
include_once(WPMM_VIEWS_PATH . 'notice.php');
|
471 |
}
|
@@ -517,6 +519,21 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
517 |
update_user_meta($user_id, $this->dismissed_notices_key, implode(',', $dismissed_notices));
|
518 |
}
|
519 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
}
|
521 |
|
522 |
}
|
10 |
protected $plugin_default_settings;
|
11 |
protected $plugin_basename;
|
12 |
protected $plugin_screen_hook_suffix = null;
|
|
|
13 |
private $dismissed_notices_key = 'wpmm_dismissed_notices';
|
14 |
|
15 |
private function __construct() {
|
42 |
add_action('wp_ajax_wpmm_subscribers_empty_list', array($this, 'subscribers_empty_list'));
|
43 |
add_action('wp_ajax_wpmm_dismiss_notices', array($this, 'dismiss_notices'));
|
44 |
add_action('wp_ajax_wpmm_reset_settings', array($this, 'reset_settings'));
|
45 |
+
|
46 |
+
// Add text to footer
|
47 |
+
add_filter('admin_footer_text', array($this, 'admin_footer_text'), 5);
|
48 |
}
|
49 |
|
50 |
public static function get_instance() {
|
455 |
} else {
|
456 |
// delete wpmm_notice
|
457 |
delete_option('wpmm_notice');
|
|
|
458 |
|
459 |
+
// notice promo for codepad
|
460 |
+
ob_start();
|
461 |
+
include_once(WPMM_VIEWS_PATH . 'promo-codepad.php');
|
462 |
+
$notices['promo_codepad'] = array(
|
463 |
+
'class' => 'wpmm_notices updated notice is-dismissible',
|
464 |
+
'msg' => ob_get_clean()
|
465 |
+
);
|
466 |
+
}
|
467 |
|
468 |
// get dismissed notices
|
469 |
$dismissed_notices = $this->get_dismissed_notices(get_current_user_id());
|
470 |
+
|
471 |
// template
|
472 |
include_once(WPMM_VIEWS_PATH . 'notice.php');
|
473 |
}
|
519 |
update_user_meta($user_id, $this->dismissed_notices_key, implode(',', $dismissed_notices));
|
520 |
}
|
521 |
|
522 |
+
/**
|
523 |
+
* Display custom text on plugin settings page
|
524 |
+
*
|
525 |
+
* @param string $text
|
526 |
+
*/
|
527 |
+
public function admin_footer_text($text) {
|
528 |
+
$screen = get_current_screen();
|
529 |
+
|
530 |
+
if ($this->plugin_screen_hook_suffix == $screen->id) {
|
531 |
+
$text = sprintf(__('If you like <strong>WP Maintenance Mode</strong> please leave us a %s rating. A huge thank you from WP Maintenance Mode makers in advance!', $this->plugin_slug), '<a href="https://wordpress.org/support/view/plugin-reviews/wp-maintenance-mode?filter=5#postform" class="wpmm_rating" target="_blank">★★★★★</a>');
|
532 |
+
}
|
533 |
+
|
534 |
+
return $text;
|
535 |
+
}
|
536 |
+
|
537 |
}
|
538 |
|
539 |
}
|
includes/classes/wp-maintenance-mode.php
CHANGED
@@ -4,7 +4,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
4 |
|
5 |
class WP_Maintenance_Mode {
|
6 |
|
7 |
-
const VERSION = '2.0.
|
8 |
|
9 |
protected $plugin_slug = 'wp-maintenance-mode';
|
10 |
protected $plugin_settings;
|
4 |
|
5 |
class WP_Maintenance_Mode {
|
6 |
|
7 |
+
const VERSION = '2.0.6';
|
8 |
|
9 |
protected $plugin_slug = 'wp-maintenance-mode';
|
10 |
protected $plugin_settings;
|
languages/wp-maintenance-mode-de_DE.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-de_DE.po
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
@@ -21,34 +21,34 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: views\n"
|
22 |
"X-Poedit-SearchPath-2: .\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Du hast %d Abonnenten"
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Wartungsmodus"
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Einstellungen"
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -57,10 +57,17 @@ msgstr ""
|
|
57 |
"Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
|
58 |
"href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
|
59 |
|
60 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
#: includes/classes/wp-maintenance-mode.php:103
|
65 |
#: includes/classes/wp-maintenance-mode.php:104
|
66 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:45+0300\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
21 |
"X-Poedit-SearchPath-1: views\n"
|
22 |
"X-Poedit-SearchPath-2: .\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Du hast %d Abonnenten"
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Wartungsmodus"
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr "Einstellungen"
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
57 |
"Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
|
58 |
"href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
65 |
+
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
68 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
#: includes/classes/wp-maintenance-mode.php:103
|
72 |
#: includes/classes/wp-maintenance-mode.php:104
|
73 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-en_US.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: en\n"
|
@@ -21,44 +21,51 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
55 |
"href=\"%s\">deactivate</a> as soon as you are done."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
59 |
msgid "Notice key cannot be empty."
|
60 |
msgstr ""
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
#: includes/classes/wp-maintenance-mode.php:103
|
63 |
#: includes/classes/wp-maintenance-mode.php:104
|
64 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:45+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:45+0300\n"
|
6 |
"Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: en\n"
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
55 |
"href=\"%s\">deactivate</a> as soon as you are done."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
59 |
msgid "Notice key cannot be empty."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
63 |
+
#, php-format
|
64 |
+
msgid ""
|
65 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
66 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
#: includes/classes/wp-maintenance-mode.php:103
|
70 |
#: includes/classes/wp-maintenance-mode.php:104
|
71 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-es_ES.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-es_ES.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Erick Ruiz de Chavez <erick@erch.co>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: es_ES\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Hay %d suscriptor(es)"
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "Modo de Mantenimiento WP"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Ajustes"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
|
57 |
"<a href=\"%s\">desactivarlo</a> tan pronto como termines."
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:45+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:45+0300\n"
|
6 |
"Last-Translator: Erick Ruiz de Chavez <erick@erch.co>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: es_ES\n"
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Hay %d suscriptor(es)"
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "Modo de Mantenimiento WP"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Ajustes"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
|
57 |
"<a href=\"%s\">desactivarlo</a> tan pronto como termines."
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-fa_IR.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-fa_IR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: Milad Nekofar <milad@nekofar.com>\n"
|
8 |
"Language-Team: Milad Nekofar <milad@nekofar.com>\n"
|
9 |
"Language: fa\n"
|
@@ -23,34 +23,34 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
24 |
"X-Poedit-SearchPath-2: views\n"
|
25 |
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
28 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
29 |
msgid "You do not have access to this resource."
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
33 |
#, php-format
|
34 |
msgid "You have %d subscriber(s)"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
38 |
msgid "The tab slug must not be empty."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
42 |
msgid "The tab slug must exist."
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
46 |
msgid "WP Maintenance Mode"
|
47 |
msgstr "حالت تعمیر و نگهداری"
|
48 |
|
49 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
50 |
msgid "Settings"
|
51 |
msgstr "تنظیمات"
|
52 |
|
53 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
54 |
#, php-format
|
55 |
msgid ""
|
56 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -59,10 +59,17 @@ msgstr ""
|
|
59 |
"حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
|
60 |
"اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
|
61 |
|
62 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
63 |
msgid "Notice key cannot be empty."
|
64 |
msgstr ""
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
#: includes/classes/wp-maintenance-mode.php:103
|
67 |
#: includes/classes/wp-maintenance-mode.php:104
|
68 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-20 13:45+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-06-20 13:45+0300\n"
|
7 |
"Last-Translator: Milad Nekofar <milad@nekofar.com>\n"
|
8 |
"Language-Team: Milad Nekofar <milad@nekofar.com>\n"
|
9 |
"Language: fa\n"
|
23 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
24 |
"X-Poedit-SearchPath-2: views\n"
|
25 |
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
27 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
28 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
29 |
msgid "You do not have access to this resource."
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
33 |
#, php-format
|
34 |
msgid "You have %d subscriber(s)"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
38 |
msgid "The tab slug must not be empty."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
42 |
msgid "The tab slug must exist."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
46 |
msgid "WP Maintenance Mode"
|
47 |
msgstr "حالت تعمیر و نگهداری"
|
48 |
|
49 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
50 |
msgid "Settings"
|
51 |
msgstr "تنظیمات"
|
52 |
|
53 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
54 |
#, php-format
|
55 |
msgid ""
|
56 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
59 |
"حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
|
60 |
"اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
|
61 |
|
62 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
63 |
msgid "Notice key cannot be empty."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
67 |
+
#, php-format
|
68 |
+
msgid ""
|
69 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
70 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
#: includes/classes/wp-maintenance-mode.php:103
|
74 |
#: includes/classes/wp-maintenance-mode.php:104
|
75 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-fr_FR.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-fr_FR.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Florian TIAR <tflorian91@hotmail.fr>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: fr\n"
|
@@ -21,34 +21,34 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Vous avez %d abonné(s)"
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Maintenance Mode"
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Options"
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -57,10 +57,17 @@ msgstr ""
|
|
57 |
"Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
|
58 |
"\"%s\">désactiver</a> dès que vous avez terminé."
|
59 |
|
60 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
#: includes/classes/wp-maintenance-mode.php:103
|
65 |
#: includes/classes/wp-maintenance-mode.php:104
|
66 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:46+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:46+0300\n"
|
6 |
"Last-Translator: Florian TIAR <tflorian91@hotmail.fr>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: fr\n"
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Vous avez %d abonné(s)"
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Maintenance Mode"
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr "Options"
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
57 |
"Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
|
58 |
"\"%s\">désactiver</a> dès que vous avez terminé."
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
65 |
+
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
68 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
#: includes/classes/wp-maintenance-mode.php:103
|
72 |
#: includes/classes/wp-maintenance-mode.php:104
|
73 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-it_IT.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Massimiliano Losego <massimiliano@losego.it>\n"
|
7 |
"Language-Team: Losego Massimiliano <massimiliano@losego.it>\n"
|
8 |
"Language: it\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Hai %d iscritti"
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Impotazioni"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
|
57 |
"href=\"%s\">disattivarla</a> appena avrai finito."
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:46+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:46+0300\n"
|
6 |
"Last-Translator: Massimiliano Losego <massimiliano@losego.it>\n"
|
7 |
"Language-Team: Losego Massimiliano <massimiliano@losego.it>\n"
|
8 |
"Language: it\n"
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Hai %d iscritti"
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Impotazioni"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
|
57 |
"href=\"%s\">disattivarla</a> appena avrai finito."
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-nb_NO.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-nb_NO.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Fredrik Hugås <fhugas@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nb\n"
|
@@ -21,34 +21,34 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Du har %d personer som ønsker oppdatering"
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Vedlikeholdsmodus"
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Innstillinger"
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -57,10 +57,17 @@ msgstr ""
|
|
57 |
"Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
|
58 |
"\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
|
59 |
|
60 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
#: includes/classes/wp-maintenance-mode.php:103
|
65 |
#: includes/classes/wp-maintenance-mode.php:104
|
66 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:46+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:46+0300\n"
|
6 |
"Last-Translator: Fredrik Hugås <fhugas@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nb\n"
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Du har %d personer som ønsker oppdatering"
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Vedlikeholdsmodus"
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr "Innstillinger"
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
57 |
"Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
|
58 |
"\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
65 |
+
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
68 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
#: includes/classes/wp-maintenance-mode.php:103
|
72 |
#: includes/classes/wp-maintenance-mode.php:104
|
73 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-nl_NL.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-nl_NL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Dennis Hunink <dennishunink@me.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nl\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Je hebt %d abonnee(s)"
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Instellingen"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
|
57 |
"\"%s\">uit te schakelen</a> wanneer je klaar bent."
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:46+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:47+0300\n"
|
6 |
"Last-Translator: Dennis Hunink <dennishunink@me.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nl\n"
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Je hebt %d abonnee(s)"
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Instellingen"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
|
57 |
"\"%s\">uit te schakelen</a> wanneer je klaar bent."
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-pl_PL.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-pl_PL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
7 |
"Language-Team: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
8 |
"Language: pl\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Obecne subskrypcje: %d."
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Tryb Konserwacji"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Ustawienia"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
|
57 |
"\">wyłączyć</a>, kiedy skończysz.\v"
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:47+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:47+0300\n"
|
6 |
"Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
7 |
"Language-Team: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
8 |
"Language: pl\n"
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Obecne subskrypcje: %d."
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Tryb Konserwacji"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Ustawienia"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
|
57 |
"\">wyłączyć</a>, kiedy skończysz.\v"
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-pt_BR.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-pt_BR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode v2.0.
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: Jônatas Araújo <jonatasaraujos@live.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: pt_BR\n"
|
@@ -22,38 +22,38 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPath-1: views\n"
|
23 |
"X-Poedit-SearchPath-2: includes/classes\n"
|
24 |
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
28 |
msgid "You do not have access to this resource."
|
29 |
msgstr ""
|
30 |
|
31 |
# @ wp-maintenance-mode
|
32 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
33 |
#, php-format
|
34 |
msgid "You have %d subscriber(s)"
|
35 |
msgstr "Você tem %d assinante(s)"
|
36 |
|
37 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
38 |
msgid "The tab slug must not be empty."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
42 |
msgid "The tab slug must exist."
|
43 |
msgstr ""
|
44 |
|
45 |
# @ wp-maintenance-mode
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "WP Maintenance Mode"
|
48 |
msgstr "Manutenção Site"
|
49 |
|
50 |
# @ wp-maintenance-mode
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
msgid "Settings"
|
53 |
msgstr "Configurações"
|
54 |
|
55 |
# @ wp-maintenance-mode
|
56 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
57 |
#, php-format
|
58 |
msgid ""
|
59 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -62,10 +62,17 @@ msgstr ""
|
|
62 |
"O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
|
63 |
"de<a href=\"%s\"> desativar</a> assim que estiver pronto."
|
64 |
|
65 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
66 |
msgid "Notice key cannot be empty."
|
67 |
msgstr ""
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
# @ wp-maintenance-mode
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode v2.0.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-20 13:47+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-06-20 13:47+0300\n"
|
7 |
"Last-Translator: Jônatas Araújo <jonatasaraujos@live.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: pt_BR\n"
|
22 |
"X-Poedit-SearchPath-1: views\n"
|
23 |
"X-Poedit-SearchPath-2: includes/classes\n"
|
24 |
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
27 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
28 |
msgid "You do not have access to this resource."
|
29 |
msgstr ""
|
30 |
|
31 |
# @ wp-maintenance-mode
|
32 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
33 |
#, php-format
|
34 |
msgid "You have %d subscriber(s)"
|
35 |
msgstr "Você tem %d assinante(s)"
|
36 |
|
37 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
38 |
msgid "The tab slug must not be empty."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
42 |
msgid "The tab slug must exist."
|
43 |
msgstr ""
|
44 |
|
45 |
# @ wp-maintenance-mode
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
47 |
msgid "WP Maintenance Mode"
|
48 |
msgstr "Manutenção Site"
|
49 |
|
50 |
# @ wp-maintenance-mode
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
52 |
msgid "Settings"
|
53 |
msgstr "Configurações"
|
54 |
|
55 |
# @ wp-maintenance-mode
|
56 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
57 |
#, php-format
|
58 |
msgid ""
|
59 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
62 |
"O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
|
63 |
"de<a href=\"%s\"> desativar</a> assim que estiver pronto."
|
64 |
|
65 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
66 |
msgid "Notice key cannot be empty."
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
70 |
+
#, php-format
|
71 |
+
msgid ""
|
72 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
73 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
# @ wp-maintenance-mode
|
77 |
#: includes/classes/wp-maintenance-mode.php:103
|
78 |
#: includes/classes/wp-maintenance-mode.php:104
|
languages/wp-maintenance-mode-pt_PT.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-pt_PT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
7 |
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
8 |
"Language: pt_PT\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: views\n"
|
21 |
"X-Poedit-SearchPath-2: includes/classes\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Tem %d subscritor(es)"
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Definições"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
|
57 |
"de <a href=\"%s\">desactivar</a> assim que termine."
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:47+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:47+0300\n"
|
6 |
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
7 |
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
8 |
"Language: pt_PT\n"
|
20 |
"X-Poedit-SearchPath-1: views\n"
|
21 |
"X-Poedit-SearchPath-2: includes/classes\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Tem %d subscritor(es)"
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Maintenance Mode"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Definições"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
|
57 |
"de <a href=\"%s\">desactivar</a> assim que termine."
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-ro_RO.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-ro_RO.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: ro\n"
|
@@ -21,34 +21,34 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr "Nu aveti acces la aceasta resursa."
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Lista contine %d abonati"
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr "Identificatorul tabului nu trebuie sa fie gol."
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr "Identificatorul tabului trebuie sa existe."
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Maintenance Mode"
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Setari"
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -57,10 +57,19 @@ msgstr ""
|
|
57 |
"Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
|
58 |
"\">dezactivezi</a> imediat dupa ce termini."
|
59 |
|
60 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
#: includes/classes/wp-maintenance-mode.php:103
|
65 |
#: includes/classes/wp-maintenance-mode.php:104
|
66 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:48+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:50+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: ro\n"
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr "Nu aveti acces la aceasta resursa."
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Lista contine %d abonati"
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr "Identificatorul tabului nu trebuie sa fie gol."
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr "Identificatorul tabului trebuie sa existe."
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "WP Maintenance Mode"
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr "Setari"
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
57 |
"Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
|
58 |
"\">dezactivezi</a> imediat dupa ce termini."
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
|
63 |
|
64 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
65 |
+
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
68 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
69 |
+
msgstr ""
|
70 |
+
"Daca iti place <strong>WP Maintenance Mode</strong> te rugam sa ne lasi o "
|
71 |
+
"recenzie (%s). Iti multumim in avans!"
|
72 |
+
|
73 |
#: includes/classes/wp-maintenance-mode.php:103
|
74 |
#: includes/classes/wp-maintenance-mode.php:104
|
75 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-ru_RU.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-ru_RU.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Constantine Reeves <affectiosus@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: ru\n"
|
@@ -21,34 +21,34 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Подписчиков: %d"
|
34 |
|
35 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "Техническое обслуживание"
|
46 |
|
47 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Настройки"
|
50 |
|
51 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -57,10 +57,17 @@ msgstr ""
|
|
57 |
"Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
|
58 |
"href=\"%s\">выключить</a> его, как только закончите."
|
59 |
|
60 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
#: includes/classes/wp-maintenance-mode.php:103
|
65 |
#: includes/classes/wp-maintenance-mode.php:104
|
66 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:50+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:50+0300\n"
|
6 |
"Last-Translator: Constantine Reeves <affectiosus@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: ru\n"
|
21 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
22 |
"X-Poedit-SearchPath-2: views\n"
|
23 |
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
26 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
27 |
msgid "You do not have access to this resource."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
31 |
#, php-format
|
32 |
msgid "You have %d subscriber(s)"
|
33 |
msgstr "Подписчиков: %d"
|
34 |
|
35 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
msgid "The tab slug must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
msgid "The tab slug must exist."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
44 |
msgid "WP Maintenance Mode"
|
45 |
msgstr "Техническое обслуживание"
|
46 |
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
48 |
msgid "Settings"
|
49 |
msgstr "Настройки"
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
52 |
#, php-format
|
53 |
msgid ""
|
54 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
57 |
"Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
|
58 |
"href=\"%s\">выключить</a> его, как только закончите."
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
61 |
msgid "Notice key cannot be empty."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
65 |
+
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
68 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
#: includes/classes/wp-maintenance-mode.php:103
|
72 |
#: includes/classes/wp-maintenance-mode.php:104
|
73 |
msgid "Maintenance mode"
|
languages/wp-maintenance-mode-sv_SE.mo
CHANGED
Binary file
|
languages/wp-maintenance-mode-sv_SE.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Maintenance Mode 2.0.
|
4 |
-
"POT-Creation-Date: 2016-06-
|
5 |
-
"PO-Revision-Date: 2016-06-
|
6 |
"Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: sv_SE\n"
|
@@ -20,34 +20,34 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
24 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
25 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Du har %d prenumeranter"
|
33 |
|
34 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Underhållsläge"
|
45 |
|
46 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
47 |
msgid "Settings"
|
48 |
msgstr "Inställningar"
|
49 |
|
50 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
@@ -56,10 +56,17 @@ msgstr ""
|
|
56 |
"Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
|
57 |
"\">avaktivera</a> det när du är klar."
|
58 |
|
59 |
-
#: includes/classes/wp-maintenance-mode-admin.php:
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
#: includes/classes/wp-maintenance-mode.php:103
|
64 |
#: includes/classes/wp-maintenance-mode.php:104
|
65 |
msgid "Maintenance mode"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.6\n"
|
4 |
+
"POT-Creation-Date: 2016-06-20 13:50+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-06-20 13:50+0300\n"
|
6 |
"Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: sv_SE\n"
|
20 |
"X-Poedit-SearchPath-1: includes/classes\n"
|
21 |
"X-Poedit-SearchPath-2: views\n"
|
22 |
|
23 |
+
#: includes/classes/wp-maintenance-mode-admin.php:123
|
24 |
+
#: includes/classes/wp-maintenance-mode-admin.php:161
|
25 |
+
#: includes/classes/wp-maintenance-mode-admin.php:183
|
26 |
msgid "You do not have access to this resource."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/classes/wp-maintenance-mode-admin.php:167 views/settings.php:295
|
30 |
#, php-format
|
31 |
msgid "You have %d subscriber(s)"
|
32 |
msgstr "Du har %d prenumeranter"
|
33 |
|
34 |
+
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
msgid "The tab slug must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
msgid "The tab slug must exist."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:213
|
43 |
msgid "WP Maintenance Mode"
|
44 |
msgstr "WP Underhållsläge"
|
45 |
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:427
|
47 |
msgid "Settings"
|
48 |
msgstr "Inställningar"
|
49 |
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:446
|
51 |
#, php-format
|
52 |
msgid ""
|
53 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
56 |
"Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
|
57 |
"\">avaktivera</a> det när du är klar."
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:483
|
60 |
msgid "Notice key cannot be empty."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/classes/wp-maintenance-mode-admin.php:531
|
64 |
+
#, php-format
|
65 |
+
msgid ""
|
66 |
+
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
67 |
+
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: includes/classes/wp-maintenance-mode.php:103
|
71 |
#: includes/classes/wp-maintenance-mode.php:104
|
72 |
msgid "Maintenance mode"
|
readme.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Version 2.0.
|
2 |
|
3 |
# WP Maintenance Mode
|
4 |
|
1 |
+
# Version 2.0.6
|
2 |
|
3 |
# WP Maintenance Mode
|
4 |
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Author URI: http://designmodo.com/
|
|
7 |
Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
|
8 |
Requires at least: 3.5
|
9 |
Tested up to: 4.5.2
|
10 |
-
Stable tag: 2.0.
|
11 |
License: GPL-2.0+
|
12 |
|
13 |
Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
|
@@ -71,6 +71,10 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
|
|
74 |
= 2.0.5 (17/06/2016) =
|
75 |
* roles (array) fix
|
76 |
|
7 |
Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
|
8 |
Requires at least: 3.5
|
9 |
Tested up to: 4.5.2
|
10 |
+
Stable tag: 2.0.6
|
11 |
License: GPL-2.0+
|
12 |
|
13 |
Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 2.0.6 (20/06/2016) =
|
75 |
+
* notifications update
|
76 |
+
* languages update
|
77 |
+
|
78 |
= 2.0.5 (17/06/2016) =
|
79 |
* roles (array) fix
|
80 |
|
views/notice.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
foreach ($notices as $key => $notice) {
|
3 |
-
if (in_array($key, $dismissed_notices)
|
4 |
continue;
|
5 |
}
|
6 |
?>
|
1 |
<?php
|
2 |
foreach ($notices as $key => $notice) {
|
3 |
+
if (in_array($key, $dismissed_notices)) {
|
4 |
continue;
|
5 |
}
|
6 |
?>
|
views/promo-codepad.php
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
<strong>Announcement: Introducing Codepad.co!</strong>
|
2 |
<br /><br />
|
3 |
-
<a href="https://codepad.co/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Codepad</a> is a new developers community who like to share/save code snippets and get/give feedback
|
4 |
-
The website was featured on Product Hunt, Codrops, Designmodo, Speckyboy, Webdesigner Depot, eWebDesign and more!
|
5 |
<br /><br />
|
6 |
-
You always can follow the best developers on the <a href="https://codepad.co/developers/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Codepad developers page</a>.
|
7 |
-
<br /><br />
|
8 |
-
Follow the Codepad blog on <a href="https://medium.com/@Codepad" target="_blank">Medium</a>.
|
9 |
<br /><br />
|
10 |
<a class="button button-primary" href="https://codepad.co/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Open Codepad!</a>
|
1 |
+
<strong>Announcement: Introducing Codepad.co from WP Maintenance Mode authors!</strong>
|
2 |
<br /><br />
|
3 |
+
<a href="https://codepad.co/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Codepad</a> is a new developers community who like to share/save code snippets and get/give feedback.
|
|
|
4 |
<br /><br />
|
5 |
+
You always can <strong>follow the best developers</strong> on the <a href="https://codepad.co/developers/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Codepad developers page</a>.
|
|
|
|
|
6 |
<br /><br />
|
7 |
<a class="button button-primary" href="https://codepad.co/?utm_source=wpmm&utm_medium=wpmmlinks&utm_campaign=wpmm" target="_blank">Open Codepad!</a>
|
wp-maintenance-mode.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Plugin Name: WP Maintenance Mode
|
7 |
* Plugin URI: http://designmodo.com/
|
8 |
* Description: Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
|
9 |
-
* Version: 2.0.
|
10 |
* Author: Designmodo
|
11 |
* Author URI: http://designmodo.com/
|
12 |
* Twitter: designmodo
|
6 |
* Plugin Name: WP Maintenance Mode
|
7 |
* Plugin URI: http://designmodo.com/
|
8 |
* Description: Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
|
9 |
+
* Version: 2.0.6
|
10 |
* Author: Designmodo
|
11 |
* Author URI: http://designmodo.com/
|
12 |
* Twitter: designmodo
|