Version Description
(06/07/2016) = * reset_settings wpnonce check (thanks # Wordfence) * modules > google analytics code sanitization (thanks @ Wordfence) * move sidebar banners from our servers to plugin folder... as WordPress staff requested * Subscribe button error on Mobile version (thanks @ Hostlio Thumbo) * replace $wpscripts global with wp_scripts() function * de_DE language file update (thanks @ tt22tt)
Download this release
Release Info
Developer | GeorgeJipa |
Plugin | ![]() |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- assets/css/chosen.css +1 -1
- assets/css/chosen.min.css +1 -11
- assets/css/jquery-ui-timepicker-addon.min.css +1 -1
- assets/css/style-admin.min.css +1 -1
- assets/css/style.css +10 -4
- assets/css/style.min.css +1 -1
- assets/images/resources/ayoshop.jpg +0 -0
- assets/images/resources/flatui.jpg +0 -0
- assets/images/resources/linecons.jpg +0 -0
- assets/images/resources/qards.jpg +0 -0
- assets/images/resources/slides.jpg +0 -0
- assets/js/scripts-admin.js +7 -5
- assets/js/scripts-admin.min.js +1 -1
- includes/classes/wp-maintenance-mode-admin.php +17 -8
- includes/classes/wp-maintenance-mode.php +47 -8
- includes/functions/helpers.php +49 -17
- languages/wp-maintenance-mode-de_DE.mo +0 -0
- languages/wp-maintenance-mode-de_DE.po +38 -24
- languages/wp-maintenance-mode-en_US.mo +0 -0
- languages/wp-maintenance-mode-en_US.po +38 -24
- languages/wp-maintenance-mode-es_ES.mo +0 -0
- languages/wp-maintenance-mode-es_ES.po +38 -24
- languages/wp-maintenance-mode-fa_IR.mo +0 -0
- languages/wp-maintenance-mode-fa_IR.po +38 -24
- languages/wp-maintenance-mode-fr_FR.mo +0 -0
- languages/wp-maintenance-mode-fr_FR.po +38 -24
- languages/wp-maintenance-mode-it_IT.mo +0 -0
- languages/wp-maintenance-mode-it_IT.po +38 -24
- languages/wp-maintenance-mode-nb_NO.mo +0 -0
- languages/wp-maintenance-mode-nb_NO.po +38 -24
- languages/wp-maintenance-mode-nl_NL.mo +0 -0
- languages/wp-maintenance-mode-nl_NL.po +38 -24
- languages/wp-maintenance-mode-pl_PL.mo +0 -0
- languages/wp-maintenance-mode-pl_PL.po +38 -24
- languages/wp-maintenance-mode-pt_BR.mo +0 -0
- languages/wp-maintenance-mode-pt_BR.po +38 -24
- languages/wp-maintenance-mode-pt_PT.mo +0 -0
- languages/wp-maintenance-mode-pt_PT.po +38 -24
- languages/wp-maintenance-mode-ro_RO.mo +0 -0
- languages/wp-maintenance-mode-ro_RO.po +39 -24
- languages/wp-maintenance-mode-ru_RU.mo +0 -0
- languages/wp-maintenance-mode-ru_RU.po +38 -24
- languages/wp-maintenance-mode-sv_SE.mo +0 -0
- languages/wp-maintenance-mode-sv_SE.po +38 -24
- readme.md +1 -1
- readme.txt +10 -2
- views/google-analytics.php +10 -0
- views/settings.php +2 -1
- wp-maintenance-mode.php +1 -1
assets/css/chosen.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
|
1 |
+
/*
|
2 |
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
|
assets/css/chosen.min.css
CHANGED
@@ -1,11 +1 @@
|
|
1 |
-
|
2 |
-
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
-
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
-
|
5 |
-
Version 1.5.1
|
6 |
-
Full source at https://github.com/harvesthq/chosen
|
7 |
-
Copyright (c) 2011-2016 Harvest http://getharvest.com
|
8 |
-
|
9 |
-
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
10 |
-
This file is generated by `grunt build`, do not edit it by hand.
|
11 |
-
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
|
1 |
+
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../images/chosen-sprite.png) no-repeat -30px -20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/jquery-ui-timepicker-addon.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:
|
1 |
+
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:none;border:none;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:none;color:inherit;border:none;outline:none;border-bottom:1px solid #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
|
assets/css/style-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
h2.wpmm-title{background:url(../images/icon-48.png)
|
1 |
+
h2.wpmm-title{background:url(../images/icon-48.png) no-repeat 0;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:none repeat scroll 0 0 #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:1}#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:inset 0 1px 2px rgba(0,0,0,.07)!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}
|
assets/css/style.css
CHANGED
@@ -92,7 +92,7 @@ body {
|
|
92 |
}
|
93 |
.wrap h3 {
|
94 |
font-size: 24px;
|
95 |
-
font-weight:
|
96 |
margin: 0 0 45px;
|
97 |
}
|
98 |
.wrap .author_link {
|
@@ -118,11 +118,13 @@ body {
|
|
118 |
**/
|
119 |
|
120 |
.wrap form.subscribe_form {
|
|
|
121 |
width: 465px;
|
122 |
margin: 0 0 75px;
|
123 |
display: inline-block;
|
124 |
border: 3px solid #e0e0e0;
|
125 |
-
|
|
|
126 |
}
|
127 |
.wrap form.subscribe_form input {
|
128 |
margin: 0;
|
@@ -421,16 +423,20 @@ body {
|
|
421 |
.wrap h2, .wrap h3 {
|
422 |
font-size: 18px;
|
423 |
}
|
424 |
-
.wrap form.subscribe_form {
|
425 |
box-sizing: border-box;
|
426 |
width: 100%;
|
427 |
}
|
428 |
-
.wrap form.subscribe_form input {
|
429 |
box-sizing: border-box;
|
430 |
}
|
431 |
.wrap form input[type="text"], .wrap form input[type="submit"] {
|
432 |
width: 100%;
|
433 |
}
|
|
|
|
|
|
|
|
|
434 |
.wrap .contact_us {
|
435 |
margin: 0 0 50px;
|
436 |
}
|
92 |
}
|
93 |
.wrap h3 {
|
94 |
font-size: 24px;
|
95 |
+
font-weight: 400;
|
96 |
margin: 0 0 45px;
|
97 |
}
|
98 |
.wrap .author_link {
|
118 |
**/
|
119 |
|
120 |
.wrap form.subscribe_form {
|
121 |
+
box-sizing: border-box;
|
122 |
width: 465px;
|
123 |
margin: 0 0 75px;
|
124 |
display: inline-block;
|
125 |
border: 3px solid #e0e0e0;
|
126 |
+
overflow: hidden;
|
127 |
+
text-align: center;
|
128 |
}
|
129 |
.wrap form.subscribe_form input {
|
130 |
margin: 0;
|
423 |
.wrap h2, .wrap h3 {
|
424 |
font-size: 18px;
|
425 |
}
|
426 |
+
.wrap form.subscribe_form {
|
427 |
box-sizing: border-box;
|
428 |
width: 100%;
|
429 |
}
|
430 |
+
.wrap form.subscribe_form input {
|
431 |
box-sizing: border-box;
|
432 |
}
|
433 |
.wrap form input[type="text"], .wrap form input[type="submit"] {
|
434 |
width: 100%;
|
435 |
}
|
436 |
+
.wrap form.subscribe_form input[type="submit"] {
|
437 |
+
padding-left: 0;
|
438 |
+
padding-right: 0;
|
439 |
+
}
|
440 |
.wrap .contact_us {
|
441 |
margin: 0 0 50px;
|
442 |
}
|
assets/css/style.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{display:block;width:500px;margin:0 auto;text-align:left;position:relative;font-style:italic}blockquote:after,blockquote:before,q:after,q:before{content:'"';content:none}button,input{-webkit-appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}b,strong{font-weight:700}ol{width:600px;margin:0 auto;text-align:left}ol li{list-style-type:decimal}ul{width:600px;margin:0 auto;text-align:left}ul li{list-style:disc}a{color:inherit;text-decoration:underline}body,html{min-height:100%}body{background-color:#fff;color:#1b1f23;font-family:Helvetica Neue,Arial,sans-serif}.wrap{width:605px;margin:100px auto 0;text-align:center}.wrap h1{font-size:30px;font-weight:700;margin:0 0 90px}.wrap h2{
|
1 |
+
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{display:block;width:500px;margin:0 auto;text-align:left;position:relative;font-style:italic}blockquote:after,blockquote:before,q:after,q:before{content:'"';content:none}button,input{-webkit-appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}b,strong{font-weight:700}ol{width:600px;margin:0 auto;text-align:left}ol li{list-style-type:decimal}ul{width:600px;margin:0 auto;text-align:left}ul li{list-style:disc}a{color:inherit;text-decoration:underline}body,html{min-height:100%}body{background-color:#fff;color:#1b1f23;font-family:Helvetica Neue,Arial,sans-serif}.wrap{width:605px;margin:100px auto 0;text-align:center}.wrap h1{font-size:30px;font-weight:700;margin:0 0 90px}.wrap h2{line-height:45px;margin:0 0 80px}.wrap h2,.wrap h3{font-size:24px;font-weight:400}.wrap h3{margin:0 0 45px}.wrap .author_link{margin-top:15px;color:#616161;margin:0 0 50px}.wrap .author_link a{color:#000}.wrap .countdown{margin:0 0 85px}.wrap .countdown span{font-size:30px}.wrap form.subscribe_form{box-sizing:border-box;width:465px;margin:0 0 75px;display:inline-block;border:3px solid #e0e0e0;overflow:hidden;text-align:center}.wrap form.subscribe_form input{margin:0;outline:0;border:0;float:left;font-size:18px;padding:20px 25px;box-sizing:content-box}.wrap form.subscribe_form input[type=text]{width:245px}.wrap form.subscribe_form input[type=submit]{background:#000;color:#fff;float:right;cursor:pointer;padding:20px 30px;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:hover{background:#fff;color:#000;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:active{background:#1e1e1e;color:#fff}.wrap form.subscribe_form .error{color:red}.wrap form.subscribe_form label.error{display:none!important}.wrap form.login_form{width:100%;margin:15px 0 0}.wrap form.login_form input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:3px solid #e2e2e2;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;margin:0 10px 0 0;outline:0;padding:15px}.wrap form.login_form input[type=submit]{background:#000;color:#fff;margin:0;border-color:#000;font-weight:700;padding:15px 30px;cursor:pointer}.wrap form.login_form input[type=submit]:active{position:relative;top:1px}.wrap .social{margin:0 0 70px}.wrap .social a{width:22px;height:22px;margin:0 0 20px 55px;background-image:url(../images/icn_sprite.png);background-repeat:no-repeat;display:inline-block;text-indent:-999em}.wrap .social a:first-of-type{margin:0 0 20px}.wrap .social .git{background-position:0 0}.wrap .social .fb{background-position:-240px 0}.wrap .social .tw{background-position:-162px 0}.wrap .social .rss{background-position:-402px 0}.wrap .social .mail{background-position:-560px 0}.wrap .social .pin{background-position:-322px 0}.wrap .social .dribbble{background-position:-82px 0}.wrap .social .gplus{background-position:-486px 0}.wrap .social .linkedin{background-position:-633px 0}.wrap .contact_us{color:#000;border:3px solid #000;font-size:18px;padding:15px 40px;display:inline-block;margin:0 0 70px}.wrap .contact_us:hover{background:#000;color:#fff}.contact_us{text-decoration:none}.contact{position:fixed;display:none;top:0;bottom:0;left:0;right:0;background:rgba(27,31,35,.95)}.contact label.error{color:red;float:left;font-size:11px;padding-top:10px}.contact .form{width:520px;text-align:center;padding:40px;background:#f9f9f9;box-sizing:border-box;margin:100px auto;transition:transform .2s ease-in-out}.contact .form input,.contact .form textarea{padding:15px 20px;margin:0;outline:0;width:100%;background:#f9f9f9;border:3px solid #e0e0e0;font-size:18px;font-family:Helvetica Neue,Arial,sans-serif;box-sizing:border-box;resize:none}.contact .form textarea{height:175px;padding:20px}.contact .form input[type=text]::-webkit-input-placeholder,.contact .form textarea::-webkit-input-placeholder{color:#dadada}.contact .form input[type=text]::-moz-input-placeholder,.contact .form textarea::-moz-input-placeholder{color:#dadada}.contact .form input[type=text]::-ms-input-placeholder,.contact .form textarea::-ms-input-placeholder{color:#dadada}.contact .form .col{width:205px;margin:0 0 30px;display:inline-block;float:left}.contact .form .col.last{float:right}.contact .form .submit{margin:30px 0 0;text-align:center;clear:left}.contact .form .submit input{cursor:pointer;display:inline-block;background:#1b1f24;color:#fff;border:0;padding:20px 45px;width:auto}.contact .move_top{transform:perspective(1000px) translateY(-200px)}.contact .move_bottom{transform:perspective(1000px) translateY(0)}.contact .zoom{transform:perspective(1000px) scale(.5);transition:transform .3s ease-in-out}.contact .zoomed{transform:perspective(1000px) scale(1)}.contact .fold{transform:perspective(1000px) rotateY(90deg)}.contact .unfold{transform:perspective(1000px) rotateY(0)}.background{background:url(../images/backgrounds/bg1.jpg) no-repeat top fixed;background-size:cover}.background .countdown span{color:#fff}.background form.subscribe_form input[type=submit]{color:#000;background:#fff}.background form.subscribe_form input[type=text]{background:transparent;color:#fff}.background form.subscribe_form input.error[type=text]{color:red}.background form.subscribe_form input[type=text]::-webkit-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-moz-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-ms-input-placeholder{color:#fff}.background .contact_us{color:#fff;border-color:#fff}@media only screen and (max-width:700px){.wrap form.login_form{width:80%;margin:15px auto 0}.wrap form.login_form input{width:49%;margin:0 2% 0 0}.wrap form.login_form input[type=password]{margin:0}.wrap form.login_form input[type=submit]{width:100%;margin:15px 0 0}}@media only screen and (max-width:550px){.wrap{width:90%;margin:50px auto 0}.wrap h1{margin:0 0 50px}.wrap h2,.wrap h3{font-size:18px}.wrap form.subscribe_form{box-sizing:border-box;width:100%}.wrap form.subscribe_form input{box-sizing:border-box}.wrap form input[type=submit],.wrap form input[type=text]{width:100%}.wrap form.subscribe_form input[type=submit]{padding-left:0;padding-right:0}.wrap .contact_us{margin:0 0 50px}.contact .form{width:90%}.contact .form input[type=submit],.contact .form p.col{width:100%}.wrap form.login_form{width:90%}.wrap form.login_form input{width:100%;margin:0 0 10px}.wrap form.login_form input[type=submit]{margin:10px 0 0}ol,ul{width:80%}blockquote,q{width:70%}}
|
assets/images/resources/ayoshop.jpg
ADDED
Binary file
|
assets/images/resources/flatui.jpg
ADDED
Binary file
|
assets/images/resources/linecons.jpg
ADDED
Binary file
|
assets/images/resources/qards.jpg
ADDED
Binary file
|
assets/images/resources/slides.jpg
ADDED
Binary file
|
assets/js/scripts-admin.js
CHANGED
@@ -75,7 +75,7 @@ jQuery(function($) {
|
|
75 |
$('.design_bg_types').hide();
|
76 |
$('#show_' + selected_val).show();
|
77 |
};
|
78 |
-
|
79 |
show_bg_type($('#design_bg_type').val());
|
80 |
|
81 |
$('#design_bg_type').change(function() {
|
@@ -121,17 +121,19 @@ jQuery(function($) {
|
|
121 |
* RESET SETTINGS
|
122 |
*/
|
123 |
$('.reset_settings').click(function() {
|
124 |
-
var tab = $(this).data('tab')
|
125 |
-
|
|
|
126 |
$.post(wpmm_vars.ajax_url, {
|
127 |
action: 'wpmm_reset_settings',
|
128 |
-
tab: tab
|
|
|
129 |
}, function(response) {
|
130 |
if (!response.success) {
|
131 |
alert(response.data);
|
132 |
return false;
|
133 |
}
|
134 |
-
|
135 |
window.location.reload(true);
|
136 |
}, 'json');
|
137 |
});
|
75 |
$('.design_bg_types').hide();
|
76 |
$('#show_' + selected_val).show();
|
77 |
};
|
78 |
+
|
79 |
show_bg_type($('#design_bg_type').val());
|
80 |
|
81 |
$('#design_bg_type').change(function() {
|
121 |
* RESET SETTINGS
|
122 |
*/
|
123 |
$('.reset_settings').click(function() {
|
124 |
+
var tab = $(this).data('tab'),
|
125 |
+
nonce = $('#tab-' + tab + ' #_wpnonce').val();
|
126 |
+
|
127 |
$.post(wpmm_vars.ajax_url, {
|
128 |
action: 'wpmm_reset_settings',
|
129 |
+
tab: tab,
|
130 |
+
_wpnonce: nonce
|
131 |
}, function(response) {
|
132 |
if (!response.success) {
|
133 |
alert(response.data);
|
134 |
return false;
|
135 |
}
|
136 |
+
|
137 |
window.location.reload(true);
|
138 |
}, 'json');
|
139 |
});
|
assets/js/scripts-admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(a){var b=window.location.hash;""!==b&&(a(".nav-tab-wrapper").children().removeClass("nav-tab-active"),a('.nav-tab-wrapper a[href="'+b+'"]').addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b.replace("#","#tab-")).removeClass("hidden")),a(".nav-tab-wrapper a").click(function(){var b=a(this).attr("href").replace("#","#tab-");a(this).parent().children().removeClass("nav-tab-active"),a(this).addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b).removeClass("hidden")}),a(".color_picker_trigger").wpColorPicker(),a(".chosen-select").chosen({disable_search_threshold:10});var c;a("#upload_image_trigger").click(function(b){return b.preventDefault(),c?void c.open():(c=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1}),c.on("select",function(){attachment=c.state().get("selection").first().toJSON();var b="";b=attachment.url,a(".upload_image_url").val(b)}),void c.open())}),show_bg_type=function(b){a(".design_bg_types").hide(),a("#show_"+b).show()},show_bg_type(a("#design_bg_type").val()),a("#design_bg_type").change(function(){var b=a(this).val();show_bg_type(b)}),a("ul.bg_list li").click(function(){a(this).parent().children().removeClass("active"),a(this).addClass("active")}),a("#subscribers-export").click(function(){a("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),a("#subscribers-empty-list").click(function(){a.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(b){return b.success?void a("#subscribers_wrap").html(b.data):(alert(b.data),!1)},"json")}),a(".reset_settings").click(function(){var b=a(this).data("tab");a.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:b},function(a){return a.success?void window.location.reload(!0):(alert(a.data),!1)},"json")}),a(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"})});
|
1 |
+
jQuery(function(a){var b=window.location.hash;""!==b&&(a(".nav-tab-wrapper").children().removeClass("nav-tab-active"),a('.nav-tab-wrapper a[href="'+b+'"]').addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b.replace("#","#tab-")).removeClass("hidden")),a(".nav-tab-wrapper a").click(function(){var b=a(this).attr("href").replace("#","#tab-");a(this).parent().children().removeClass("nav-tab-active"),a(this).addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b).removeClass("hidden")}),a(".color_picker_trigger").wpColorPicker(),a(".chosen-select").chosen({disable_search_threshold:10});var c;a("#upload_image_trigger").click(function(b){return b.preventDefault(),c?void c.open():(c=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1}),c.on("select",function(){attachment=c.state().get("selection").first().toJSON();var b="";b=attachment.url,a(".upload_image_url").val(b)}),void c.open())}),show_bg_type=function(b){a(".design_bg_types").hide(),a("#show_"+b).show()},show_bg_type(a("#design_bg_type").val()),a("#design_bg_type").change(function(){var b=a(this).val();show_bg_type(b)}),a("ul.bg_list li").click(function(){a(this).parent().children().removeClass("active"),a(this).addClass("active")}),a("#subscribers-export").click(function(){a("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),a("#subscribers-empty-list").click(function(){a.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(b){return b.success?void a("#subscribers_wrap").html(b.data):(alert(b.data),!1)},"json")}),a(".reset_settings").click(function(){var b=a(this).data("tab"),c=a("#tab-"+b+" #_wpnonce").val();a.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:b,_wpnonce:c},function(a){return a.success?void window.location.reload(!0):(alert(a.data),!1)},"json")}),a(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"})});
|
includes/classes/wp-maintenance-mode-admin.php
CHANGED
@@ -59,18 +59,16 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
59 |
* Load CSS files
|
60 |
*
|
61 |
* @since 2.0.0
|
62 |
-
* @global object $wp_scripts
|
63 |
* @return type
|
64 |
*/
|
65 |
public function enqueue_admin_styles() {
|
66 |
-
global $wp_scripts;
|
67 |
-
|
68 |
if (!isset($this->plugin_screen_hook_suffix)) {
|
69 |
return;
|
70 |
}
|
71 |
|
72 |
$screen = get_current_screen();
|
73 |
if ($this->plugin_screen_hook_suffix == $screen->id) {
|
|
|
74 |
$ui = $wp_scripts->query('jquery-ui-core');
|
75 |
|
76 |
wp_enqueue_style($this->plugin_slug . '-admin-jquery-ui-styles', '//ajax.googleapis.com/ajax/libs/jqueryui/' . (!empty($ui->ver) ? $ui->ver : '1.11.4') . '/themes/smoothness/jquery-ui' . WPMM_ASSETS_SUFFIX . '.css', array(), WP_Maintenance_Mode::VERSION);
|
@@ -182,13 +180,24 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
182 |
if (!current_user_can('manage_options')) {
|
183 |
throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
|
184 |
}
|
185 |
-
|
|
|
|
|
|
|
|
|
|
|
186 |
// check tab existence
|
187 |
-
if (empty($
|
188 |
throw new Exception(__('The tab slug must not be empty.', $this->plugin_slug));
|
189 |
}
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
-
|
|
|
192 |
if (empty($this->plugin_default_settings[$tab])) {
|
193 |
throw new Exception(__('The tab slug must exist.', $this->plugin_slug));
|
194 |
}
|
@@ -238,7 +247,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
238 |
public function save_plugin_settings() {
|
239 |
if (!empty($_POST) && !empty($_POST['tab'])) {
|
240 |
if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
|
241 |
-
die('Security check
|
242 |
}
|
243 |
|
244 |
// DO SOME SANITIZATIONS
|
@@ -362,7 +371,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
|
|
362 |
|
363 |
// GOOGLE ANALYTICS
|
364 |
$_POST['options']['modules']['ga_status'] = (int) $_POST['options']['modules']['ga_status'];
|
365 |
-
$_POST['options']['modules']['ga_code'] =
|
366 |
|
367 |
$_POST['options']['modules']['custom_css'] = $custom_css;
|
368 |
|
59 |
* Load CSS files
|
60 |
*
|
61 |
* @since 2.0.0
|
|
|
62 |
* @return type
|
63 |
*/
|
64 |
public function enqueue_admin_styles() {
|
|
|
|
|
65 |
if (!isset($this->plugin_screen_hook_suffix)) {
|
66 |
return;
|
67 |
}
|
68 |
|
69 |
$screen = get_current_screen();
|
70 |
if ($this->plugin_screen_hook_suffix == $screen->id) {
|
71 |
+
$wp_scripts = wp_scripts();
|
72 |
$ui = $wp_scripts->query('jquery-ui-core');
|
73 |
|
74 |
wp_enqueue_style($this->plugin_slug . '-admin-jquery-ui-styles', '//ajax.googleapis.com/ajax/libs/jqueryui/' . (!empty($ui->ver) ? $ui->ver : '1.11.4') . '/themes/smoothness/jquery-ui' . WPMM_ASSETS_SUFFIX . '.css', array(), WP_Maintenance_Mode::VERSION);
|
180 |
if (!current_user_can('manage_options')) {
|
181 |
throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
|
182 |
}
|
183 |
+
|
184 |
+
// check nonce existence
|
185 |
+
if (empty($_POST['_wpnonce'])) {
|
186 |
+
throw new Exception(__('The nonce field must not be empty.', $this->plugin_slug));
|
187 |
+
}
|
188 |
+
|
189 |
// check tab existence
|
190 |
+
if (empty($_POST['tab'])) {
|
191 |
throw new Exception(__('The tab slug must not be empty.', $this->plugin_slug));
|
192 |
}
|
193 |
+
|
194 |
+
// check nonce validation
|
195 |
+
if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
|
196 |
+
throw new Exception(__('Security check.', $this->plugin_slug));
|
197 |
+
}
|
198 |
|
199 |
+
// check existence in plugin default settings
|
200 |
+
$tab = $_POST['tab'];
|
201 |
if (empty($this->plugin_default_settings[$tab])) {
|
202 |
throw new Exception(__('The tab slug must exist.', $this->plugin_slug));
|
203 |
}
|
247 |
public function save_plugin_settings() {
|
248 |
if (!empty($_POST) && !empty($_POST['tab'])) {
|
249 |
if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
|
250 |
+
die(__('Security check.', $this->plugin_slug));
|
251 |
}
|
252 |
|
253 |
// DO SOME SANITIZATIONS
|
371 |
|
372 |
// GOOGLE ANALYTICS
|
373 |
$_POST['options']['modules']['ga_status'] = (int) $_POST['options']['modules']['ga_status'];
|
374 |
+
$_POST['options']['modules']['ga_code'] = wpmm_sanitize_ga_code($_POST['options']['modules']['ga_code']);
|
375 |
|
376 |
$_POST['options']['modules']['custom_css'] = $custom_css;
|
377 |
|
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;
|
@@ -41,9 +41,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
41 |
add_action('init', array($this, 'redirect'), 9);
|
42 |
|
43 |
// Google Analytics tracking script
|
44 |
-
|
45 |
-
add_action('wpmm_head', create_function('', 'echo "' . stripslashes($this->plugin_settings['modules']['ga_code']) . '";'));
|
46 |
-
}
|
47 |
}
|
48 |
}
|
49 |
|
@@ -252,7 +250,11 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
252 |
$old_options = (is_multisite() && $network_wide) ? get_site_option('wp-maintenance-mode') : get_option('wp-maintenance-mode');
|
253 |
$default_options = self::get_instance()->default_settings();
|
254 |
|
255 |
-
|
|
|
|
|
|
|
|
|
256 |
if (!empty($old_options) && empty($v2_options)) {
|
257 |
add_option('wpmm_notice', array(
|
258 |
'class' => 'updated notice',
|
@@ -370,9 +372,21 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
370 |
}
|
371 |
}
|
372 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
|
374 |
-
|
375 |
-
|
|
|
376 |
|
377 |
// set current version
|
378 |
update_option('wpmm_version', WP_Maintenance_Mode::VERSION);
|
@@ -483,7 +497,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
483 |
$countdown_end = strtotime($countdown_start . ' +' . $backtime_seconds . ' seconds');
|
484 |
|
485 |
// JS FILES
|
486 |
-
$wp_scripts =
|
487 |
$scripts = array(
|
488 |
'jquery' => !empty($wp_scripts->registered['jquery-core']) ? site_url($wp_scripts->registered['jquery-core']->src) : '//ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.' . WPMM_ASSETS_SUFFIX . '.js',
|
489 |
'frontend' => WPMM_JS_URL . 'scripts' . WPMM_ASSETS_SUFFIX . '.js'
|
@@ -669,6 +683,31 @@ if (!class_exists('WP_Maintenance_Mode')) {
|
|
669 |
exit;
|
670 |
}
|
671 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
672 |
/**
|
673 |
* Save subscriber into database (refactor @ 2.0.4)
|
674 |
*
|
4 |
|
5 |
class WP_Maintenance_Mode {
|
6 |
|
7 |
+
const VERSION = '2.0.7';
|
8 |
|
9 |
protected $plugin_slug = 'wp-maintenance-mode';
|
10 |
protected $plugin_settings;
|
41 |
add_action('init', array($this, 'redirect'), 9);
|
42 |
|
43 |
// Google Analytics tracking script
|
44 |
+
add_action('wpmm_head', array($this, 'google_analytics_code'));
|
|
|
|
|
45 |
}
|
46 |
}
|
47 |
|
250 |
$old_options = (is_multisite() && $network_wide) ? get_site_option('wp-maintenance-mode') : get_option('wp-maintenance-mode');
|
251 |
$default_options = self::get_instance()->default_settings();
|
252 |
|
253 |
+
/**
|
254 |
+
* Update from v1.8 to v2.x
|
255 |
+
*
|
256 |
+
* - set notice if the plugin was installed before & set default settings
|
257 |
+
*/
|
258 |
if (!empty($old_options) && empty($v2_options)) {
|
259 |
add_option('wpmm_notice', array(
|
260 |
'class' => 'updated notice',
|
372 |
}
|
373 |
}
|
374 |
}
|
375 |
+
|
376 |
+
if (empty($v2_options)) {
|
377 |
+
// set options
|
378 |
+
add_option('wpmm_settings', $default_options);
|
379 |
+
}
|
380 |
+
|
381 |
+
/**
|
382 |
+
* Update from <= v2.0.6 to v2.0.7
|
383 |
+
*/
|
384 |
+
if (!empty($v2_options['modules']['ga_code'])) {
|
385 |
+
$v2_options['modules']['ga_code'] = wpmm_sanitize_ga_code($v2_options['modules']['ga_code']);
|
386 |
|
387 |
+
// update options
|
388 |
+
update_option('wpmm_settings', $v2_options);
|
389 |
+
}
|
390 |
|
391 |
// set current version
|
392 |
update_option('wpmm_version', WP_Maintenance_Mode::VERSION);
|
497 |
$countdown_end = strtotime($countdown_start . ' +' . $backtime_seconds . ' seconds');
|
498 |
|
499 |
// JS FILES
|
500 |
+
$wp_scripts = wp_scripts();
|
501 |
$scripts = array(
|
502 |
'jquery' => !empty($wp_scripts->registered['jquery-core']) ? site_url($wp_scripts->registered['jquery-core']->src) : '//ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.' . WPMM_ASSETS_SUFFIX . '.js',
|
503 |
'frontend' => WPMM_JS_URL . 'scripts' . WPMM_ASSETS_SUFFIX . '.js'
|
683 |
exit;
|
684 |
}
|
685 |
|
686 |
+
/**
|
687 |
+
* Google Analytics code
|
688 |
+
*
|
689 |
+
* @since 2.0.7
|
690 |
+
*/
|
691 |
+
public function google_analytics_code() {
|
692 |
+
// check if module is activated and code exists
|
693 |
+
if (
|
694 |
+
empty($this->plugin_settings['modules']['ga_status']) ||
|
695 |
+
$this->plugin_settings['modules']['ga_status'] != 1 ||
|
696 |
+
empty($this->plugin_settings['modules']['ga_code'])
|
697 |
+
) {
|
698 |
+
return false;
|
699 |
+
}
|
700 |
+
|
701 |
+
// sanitize code
|
702 |
+
$ga_code = wpmm_sanitize_ga_code($this->plugin_settings['modules']['ga_code']);
|
703 |
+
if (empty($ga_code)) {
|
704 |
+
return false;
|
705 |
+
}
|
706 |
+
|
707 |
+
// show google analytics javascript snippet
|
708 |
+
include_once(WPMM_VIEWS_PATH . 'google-analytics.php');
|
709 |
+
}
|
710 |
+
|
711 |
/**
|
712 |
* Save subscriber into database (refactor @ 2.0.4)
|
713 |
*
|
includes/functions/helpers.php
CHANGED
@@ -63,28 +63,60 @@ function wpmm_multiselect($values, $current) {
|
|
63 |
}
|
64 |
|
65 |
/**
|
66 |
-
*
|
67 |
*
|
68 |
* @since 2.0.4
|
69 |
* @return array
|
70 |
*/
|
71 |
function wpmm_get_banners() {
|
72 |
-
|
73 |
-
$response = wp_remote_get('http://maintenancemode.co/wp-json/wpmm/v1/banners', array(
|
74 |
-
'timeout' => 10
|
75 |
-
));
|
76 |
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
}
|
63 |
}
|
64 |
|
65 |
/**
|
66 |
+
* Return list of banners
|
67 |
*
|
68 |
* @since 2.0.4
|
69 |
* @return array
|
70 |
*/
|
71 |
function wpmm_get_banners() {
|
72 |
+
$banners_path = WPMM_URL . 'assets/images/resources/';
|
|
|
|
|
|
|
73 |
|
74 |
+
return array(
|
75 |
+
'product' => array(
|
76 |
+
array(
|
77 |
+
'title' => 'Slides',
|
78 |
+
'link' => 'http://designmodo.com/slides/',
|
79 |
+
'image' => $banners_path . 'slides.jpg'
|
80 |
+
),
|
81 |
+
array(
|
82 |
+
'title' => 'Qards',
|
83 |
+
'link' => 'http://designmodo.com/qards/',
|
84 |
+
'image' => $banners_path . 'qards.jpg'
|
85 |
+
)
|
86 |
+
),
|
87 |
+
'resource' => array(
|
88 |
+
array(
|
89 |
+
'title' => 'Free WordPress Theme',
|
90 |
+
'link' => 'http://designmodo.com/free-wordpress-theme/',
|
91 |
+
'image' => $banners_path . 'ayoshop.jpg'
|
92 |
+
),
|
93 |
+
array(
|
94 |
+
'title' => 'Linecons',
|
95 |
+
'link' => 'http://designmodo.com/linecons-free/',
|
96 |
+
'image' => $banners_path . 'linecons.jpg'
|
97 |
+
),
|
98 |
+
array(
|
99 |
+
'title' => 'Flat UI Free',
|
100 |
+
'link' => 'http://designmodo.com/flat-free/',
|
101 |
+
'image' => $banners_path . 'flatui.jpg'
|
102 |
+
)
|
103 |
+
)
|
104 |
+
);
|
105 |
+
}
|
106 |
|
107 |
+
/**
|
108 |
+
* Sanitize Google Analytics SiteID code
|
109 |
+
*
|
110 |
+
* Valid examples:
|
111 |
+
* UA-..........
|
112 |
+
* UA-..........-....
|
113 |
+
*
|
114 |
+
* @since 2.0.7
|
115 |
+
* @param string $string
|
116 |
+
* @return string
|
117 |
+
*/
|
118 |
+
function wpmm_sanitize_ga_code($string) {
|
119 |
+
preg_match('/UA-\d{4,10}(-\d{1,4})?/', $string, $matches);
|
120 |
+
|
121 |
+
return isset($matches[0]) ? $matches[0] : '';
|
122 |
}
|
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"
|
@@ -33,22 +33,31 @@ 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
|
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:
|
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,33 +66,33 @@ 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-admin.php:
|
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:
|
72 |
-
#: includes/classes/wp-maintenance-mode.php:
|
73 |
msgid "Maintenance mode"
|
74 |
msgstr "Wartungsmodus"
|
75 |
|
76 |
-
#: includes/classes/wp-maintenance-mode.php:
|
77 |
msgid ""
|
78 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
79 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: includes/classes/wp-maintenance-mode.php:
|
83 |
msgid "Notify me when it's ready"
|
84 |
msgstr "Informiere mich, wenn die Arbeiten abgeschlossen sind."
|
85 |
|
86 |
-
#: includes/classes/wp-maintenance-mode.php:
|
87 |
#, php-format
|
88 |
msgid ""
|
89 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -92,29 +101,29 @@ msgstr ""
|
|
92 |
"Das WP Wartungsmodus Plugin wurde neu erstellt und du MUSST die <a href=\"%s"
|
93 |
"\"></a> Einstellungen bearbeiten."
|
94 |
|
95 |
-
#: includes/classes/wp-maintenance-mode.php:
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
msgid "Maintenance Mode"
|
98 |
msgstr "Wartungsmodus"
|
99 |
|
100 |
-
#: includes/classes/wp-maintenance-mode.php:
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
msgid "Please enter a valid email address."
|
103 |
msgstr "Bitte gib eine gültige E-Mail-Adresse an."
|
104 |
|
105 |
-
#: includes/classes/wp-maintenance-mode.php:
|
106 |
msgid "You successfully subscribed. Thanks!"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: includes/classes/wp-maintenance-mode.php:
|
110 |
msgid "All fields required."
|
111 |
msgstr "Alle Felder sind notwendig."
|
112 |
|
113 |
-
#: includes/classes/wp-maintenance-mode.php:
|
114 |
msgid "Message via contact"
|
115 |
msgstr "Mitteilung via Kontakt"
|
116 |
|
117 |
-
#: includes/classes/wp-maintenance-mode.php:
|
118 |
msgid "Your email was sent to the website administrator. Thanks!"
|
119 |
msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
|
120 |
|
@@ -300,11 +309,11 @@ msgid ""
|
|
300 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
301 |
msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
|
302 |
|
303 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
304 |
msgid "Save settings"
|
305 |
msgstr "Einstellungen speichern"
|
306 |
|
307 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
308 |
msgid "Reset settings"
|
309 |
msgstr "Einstellungen zurücksetzen"
|
310 |
|
@@ -399,7 +408,7 @@ msgstr "Farbe"
|
|
399 |
|
400 |
#: views/settings.php:275
|
401 |
msgid "Show subscribe?"
|
402 |
-
msgstr "
|
403 |
|
404 |
#: views/settings.php:291
|
405 |
msgid "Stats"
|
@@ -477,6 +486,11 @@ msgstr "Wird Google Analytics verwendet?"
|
|
477 |
msgid "Tracking code"
|
478 |
msgstr ""
|
479 |
|
|
|
|
|
|
|
|
|
|
|
480 |
#: views/sidebar.php:3
|
481 |
msgid "Plugin Info"
|
482 |
msgstr "Plugin Info"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:07+0300\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
33 |
msgstr "Du hast %d Abonnenten"
|
34 |
|
35 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
+
msgid "The nonce field must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
+
msgid "The tab slug must not be empty."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
44 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
45 |
+
msgid "Security check."
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
49 |
msgid "The tab slug must exist."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
53 |
msgid "WP Maintenance Mode"
|
54 |
msgstr "WP Wartungsmodus"
|
55 |
|
56 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
57 |
msgid "Settings"
|
58 |
msgstr "Einstellungen"
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
66 |
"Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
|
67 |
"href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
|
68 |
|
69 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
70 |
msgid "Notice key cannot be empty."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
74 |
#, php-format
|
75 |
msgid ""
|
76 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
77 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
81 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
82 |
msgid "Maintenance mode"
|
83 |
msgstr "Wartungsmodus"
|
84 |
|
85 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
86 |
msgid ""
|
87 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
88 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
92 |
msgid "Notify me when it's ready"
|
93 |
msgstr "Informiere mich, wenn die Arbeiten abgeschlossen sind."
|
94 |
|
95 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
101 |
"Das WP Wartungsmodus Plugin wurde neu erstellt und du MUSST die <a href=\"%s"
|
102 |
"\"></a> Einstellungen bearbeiten."
|
103 |
|
104 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
106 |
msgid "Maintenance Mode"
|
107 |
msgstr "Wartungsmodus"
|
108 |
|
109 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
111 |
msgid "Please enter a valid email address."
|
112 |
msgstr "Bitte gib eine gültige E-Mail-Adresse an."
|
113 |
|
114 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
115 |
msgid "You successfully subscribed. Thanks!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
119 |
msgid "All fields required."
|
120 |
msgstr "Alle Felder sind notwendig."
|
121 |
|
122 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
123 |
msgid "Message via contact"
|
124 |
msgstr "Mitteilung via Kontakt"
|
125 |
|
126 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
127 |
msgid "Your email was sent to the website administrator. Thanks!"
|
128 |
msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
|
129 |
|
309 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
310 |
msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
|
311 |
|
312 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
313 |
msgid "Save settings"
|
314 |
msgstr "Einstellungen speichern"
|
315 |
|
316 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
317 |
msgid "Reset settings"
|
318 |
msgstr "Einstellungen zurücksetzen"
|
319 |
|
408 |
|
409 |
#: views/settings.php:275
|
410 |
msgid "Show subscribe?"
|
411 |
+
msgstr "Abonnieren anbieten?"
|
412 |
|
413 |
#: views/settings.php:291
|
414 |
msgid "Stats"
|
486 |
msgid "Tracking code"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: views/settings.php:425
|
490 |
+
msgid ""
|
491 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
#: views/sidebar.php:3
|
495 |
msgid "Plugin Info"
|
496 |
msgstr "Plugin Info"
|
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"
|
@@ -33,84 +33,93 @@ msgid "You have %d subscriber(s)"
|
|
33 |
msgstr ""
|
34 |
|
35 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
-
msgid "The
|
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:
|
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-admin.php:
|
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:
|
70 |
-
#: includes/classes/wp-maintenance-mode.php:
|
71 |
msgid "Maintenance mode"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: includes/classes/wp-maintenance-mode.php:
|
75 |
msgid ""
|
76 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
77 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/classes/wp-maintenance-mode.php:
|
81 |
msgid "Notify me when it's ready"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/classes/wp-maintenance-mode.php:
|
85 |
#, php-format
|
86 |
msgid ""
|
87 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
88 |
"\">settings</a>."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: includes/classes/wp-maintenance-mode.php:
|
92 |
-
#: includes/classes/wp-maintenance-mode.php:
|
93 |
msgid "Maintenance Mode"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
msgid "Please enter a valid email address."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
msgid "You successfully subscribed. Thanks!"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: includes/classes/wp-maintenance-mode.php:
|
106 |
msgid "All fields required."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: includes/classes/wp-maintenance-mode.php:
|
110 |
msgid "Message via contact"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: includes/classes/wp-maintenance-mode.php:
|
114 |
msgid "Your email was sent to the website administrator. Thanks!"
|
115 |
msgstr ""
|
116 |
|
@@ -292,11 +301,11 @@ msgid ""
|
|
292 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
296 |
msgid "Save settings"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
300 |
msgid "Reset settings"
|
301 |
msgstr ""
|
302 |
|
@@ -469,6 +478,11 @@ msgstr ""
|
|
469 |
msgid "Tracking code"
|
470 |
msgstr ""
|
471 |
|
|
|
|
|
|
|
|
|
|
|
472 |
#: views/sidebar.php:3
|
473 |
msgid "Plugin Info"
|
474 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:07+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:07+0300\n"
|
6 |
"Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: en\n"
|
33 |
msgstr ""
|
34 |
|
35 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
+
msgid "The nonce field must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
+
msgid "The tab slug must not be empty."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
44 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
45 |
+
msgid "Security check."
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
49 |
msgid "The tab slug must exist."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
53 |
msgid "WP Maintenance Mode"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
57 |
msgid "Settings"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
64 |
"href=\"%s\">deactivate</a> as soon as you are done."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
68 |
msgid "Notice key cannot be empty."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
72 |
#, php-format
|
73 |
msgid ""
|
74 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
75 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
79 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
80 |
msgid "Maintenance mode"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
84 |
msgid ""
|
85 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
86 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
90 |
msgid "Notify me when it's ready"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
97 |
"\">settings</a>."
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
101 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
102 |
msgid "Maintenance Mode"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
107 |
msgid "Please enter a valid email address."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
111 |
msgid "You successfully subscribed. Thanks!"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
115 |
msgid "All fields required."
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
119 |
msgid "Message via contact"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
123 |
msgid "Your email was sent to the website administrator. Thanks!"
|
124 |
msgstr ""
|
125 |
|
301 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
305 |
msgid "Save settings"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
309 |
msgid "Reset settings"
|
310 |
msgstr ""
|
311 |
|
478 |
msgid "Tracking code"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: views/settings.php:425
|
482 |
+
msgid ""
|
483 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
#: views/sidebar.php:3
|
487 |
msgid "Plugin Info"
|
488 |
msgstr ""
|
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"
|
@@ -32,22 +32,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
|
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:
|
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,23 +65,23 @@ 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-admin.php:
|
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:
|
71 |
-
#: includes/classes/wp-maintenance-mode.php:
|
72 |
msgid "Maintenance mode"
|
73 |
msgstr "Modo de mantenimiento"
|
74 |
|
75 |
-
#: includes/classes/wp-maintenance-mode.php:
|
76 |
msgid ""
|
77 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
78 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
@@ -80,11 +89,11 @@ msgstr ""
|
|
80 |
"<p>Disculpa las molestias.<br />Nuestro sitio esta actualmente bajo "
|
81 |
"mantenimiento programado.<br />Agradecemos tu comprensión.</p>"
|
82 |
|
83 |
-
#: includes/classes/wp-maintenance-mode.php:
|
84 |
msgid "Notify me when it's ready"
|
85 |
msgstr "Notifícame cuanto este listo"
|
86 |
|
87 |
-
#: includes/classes/wp-maintenance-mode.php:
|
88 |
#, php-format
|
89 |
msgid ""
|
90 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -93,29 +102,29 @@ msgstr ""
|
|
93 |
"El plugin Modo de Mantenimiento WP fue reactivado y es NECESARIO que revises "
|
94 |
"los <a href=\"%s\">ajustes</a>."
|
95 |
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
msgid "Maintenance Mode"
|
99 |
msgstr "Modo de Mantenimiento"
|
100 |
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
-
#: includes/classes/wp-maintenance-mode.php:
|
103 |
msgid "Please enter a valid email address."
|
104 |
msgstr "Por favor usa una dirección de correo electrónico valida."
|
105 |
|
106 |
-
#: includes/classes/wp-maintenance-mode.php:
|
107 |
msgid "You successfully subscribed. Thanks!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/classes/wp-maintenance-mode.php:
|
111 |
msgid "All fields required."
|
112 |
msgstr "Todos los campos son obligatorios."
|
113 |
|
114 |
-
#: includes/classes/wp-maintenance-mode.php:
|
115 |
msgid "Message via contact"
|
116 |
msgstr "Mensaje vía formulario de contacto."
|
117 |
|
118 |
-
#: includes/classes/wp-maintenance-mode.php:
|
119 |
msgid "Your email was sent to the website administrator. Thanks!"
|
120 |
msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
|
121 |
|
@@ -302,11 +311,11 @@ msgid ""
|
|
302 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
303 |
msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
|
304 |
|
305 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
306 |
msgid "Save settings"
|
307 |
msgstr "Guardar ajustes"
|
308 |
|
309 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
310 |
msgid "Reset settings"
|
311 |
msgstr "Restablecer ajustes"
|
312 |
|
@@ -479,6 +488,11 @@ msgstr "¿Usar Google Analytics?"
|
|
479 |
msgid "Tracking code"
|
480 |
msgstr "Código de rastreo"
|
481 |
|
|
|
|
|
|
|
|
|
|
|
482 |
#: views/sidebar.php:3
|
483 |
msgid "Plugin Info"
|
484 |
msgstr "Información del plugin"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:07+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:07+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"
|
32 |
msgstr "Hay %d suscriptor(es)"
|
33 |
|
34 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
+
msgid "The nonce field must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
+
msgid "The tab slug must not be empty."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
44 |
+
msgid "Security check."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
48 |
msgid "The tab slug must exist."
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
52 |
msgid "WP Maintenance Mode"
|
53 |
msgstr "Modo de Mantenimiento WP"
|
54 |
|
55 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
56 |
msgid "Settings"
|
57 |
msgstr "Ajustes"
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
60 |
#, php-format
|
61 |
msgid ""
|
62 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
65 |
"El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
|
66 |
"<a href=\"%s\">desactivarlo</a> tan pronto como termines."
|
67 |
|
68 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
69 |
msgid "Notice key cannot be empty."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
73 |
#, php-format
|
74 |
msgid ""
|
75 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
76 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
81 |
msgid "Maintenance mode"
|
82 |
msgstr "Modo de mantenimiento"
|
83 |
|
84 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
85 |
msgid ""
|
86 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
87 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
89 |
"<p>Disculpa las molestias.<br />Nuestro sitio esta actualmente bajo "
|
90 |
"mantenimiento programado.<br />Agradecemos tu comprensión.</p>"
|
91 |
|
92 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
93 |
msgid "Notify me when it's ready"
|
94 |
msgstr "Notifícame cuanto este listo"
|
95 |
|
96 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
102 |
"El plugin Modo de Mantenimiento WP fue reactivado y es NECESARIO que revises "
|
103 |
"los <a href=\"%s\">ajustes</a>."
|
104 |
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
107 |
msgid "Maintenance Mode"
|
108 |
msgstr "Modo de Mantenimiento"
|
109 |
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
111 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
112 |
msgid "Please enter a valid email address."
|
113 |
msgstr "Por favor usa una dirección de correo electrónico valida."
|
114 |
|
115 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
116 |
msgid "You successfully subscribed. Thanks!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
120 |
msgid "All fields required."
|
121 |
msgstr "Todos los campos son obligatorios."
|
122 |
|
123 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
124 |
msgid "Message via contact"
|
125 |
msgstr "Mensaje vía formulario de contacto."
|
126 |
|
127 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
128 |
msgid "Your email was sent to the website administrator. Thanks!"
|
129 |
msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
|
130 |
|
311 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
312 |
msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
|
313 |
|
314 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
315 |
msgid "Save settings"
|
316 |
msgstr "Guardar ajustes"
|
317 |
|
318 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
319 |
msgid "Reset settings"
|
320 |
msgstr "Restablecer ajustes"
|
321 |
|
488 |
msgid "Tracking code"
|
489 |
msgstr "Código de rastreo"
|
490 |
|
491 |
+
#: views/settings.php:425
|
492 |
+
msgid ""
|
493 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
#: views/sidebar.php:3
|
497 |
msgid "Plugin Info"
|
498 |
msgstr "Información del plugin"
|
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"
|
@@ -35,22 +35,31 @@ msgid "You have %d subscriber(s)"
|
|
35 |
msgstr ""
|
36 |
|
37 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
38 |
-
msgid "The
|
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:
|
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,62 +68,62 @@ 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-admin.php:
|
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:
|
74 |
-
#: includes/classes/wp-maintenance-mode.php:
|
75 |
msgid "Maintenance mode"
|
76 |
msgstr "حالت تعمیر و نگهداری"
|
77 |
|
78 |
-
#: includes/classes/wp-maintenance-mode.php:
|
79 |
msgid ""
|
80 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
81 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/classes/wp-maintenance-mode.php:
|
85 |
msgid "Notify me when it's ready"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/classes/wp-maintenance-mode.php:
|
89 |
#, php-format
|
90 |
msgid ""
|
91 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
92 |
"\">settings</a>."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: includes/classes/wp-maintenance-mode.php:
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
msgid "Maintenance Mode"
|
98 |
msgstr "حالت تعمیر و نگهداری"
|
99 |
|
100 |
-
#: includes/classes/wp-maintenance-mode.php:
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
msgid "Please enter a valid email address."
|
103 |
msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
|
104 |
|
105 |
-
#: includes/classes/wp-maintenance-mode.php:
|
106 |
msgid "You successfully subscribed. Thanks!"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: includes/classes/wp-maintenance-mode.php:
|
110 |
msgid "All fields required."
|
111 |
msgstr "تمام فیلد ها لازم است."
|
112 |
|
113 |
-
#: includes/classes/wp-maintenance-mode.php:
|
114 |
msgid "Message via contact"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/classes/wp-maintenance-mode.php:
|
118 |
msgid "Your email was sent to the website administrator. Thanks!"
|
119 |
msgstr ""
|
120 |
|
@@ -296,11 +305,11 @@ msgid ""
|
|
296 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
300 |
msgid "Save settings"
|
301 |
msgstr "ذخیره تنظیمات"
|
302 |
|
303 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
304 |
msgid "Reset settings"
|
305 |
msgstr "بازنشانی تنظیمات"
|
306 |
|
@@ -473,6 +482,11 @@ msgstr "از گوگل انالیتیکس استفاده شود؟"
|
|
473 |
msgid "Tracking code"
|
474 |
msgstr "کد پیگیری"
|
475 |
|
|
|
|
|
|
|
|
|
|
|
476 |
#: views/sidebar.php:3
|
477 |
msgid "Plugin Info"
|
478 |
msgstr "توضیحات افزونه"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-07-06 14:08+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-07-06 14:08+0300\n"
|
7 |
"Last-Translator: Milad Nekofar <milad@nekofar.com>\n"
|
8 |
"Language-Team: Milad Nekofar <milad@nekofar.com>\n"
|
9 |
"Language: fa\n"
|
35 |
msgstr ""
|
36 |
|
37 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
38 |
+
msgid "The nonce field must not be empty."
|
39 |
msgstr ""
|
40 |
|
41 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
42 |
+
msgid "The tab slug must not be empty."
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
46 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
47 |
+
msgid "Security check."
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
51 |
msgid "The tab slug must exist."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
55 |
msgid "WP Maintenance Mode"
|
56 |
msgstr "حالت تعمیر و نگهداری"
|
57 |
|
58 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
59 |
msgid "Settings"
|
60 |
msgstr "تنظیمات"
|
61 |
|
62 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
63 |
#, php-format
|
64 |
msgid ""
|
65 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
68 |
"حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
|
69 |
"اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
|
70 |
|
71 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
72 |
msgid "Notice key cannot be empty."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
76 |
#, php-format
|
77 |
msgid ""
|
78 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
79 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
83 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
84 |
msgid "Maintenance mode"
|
85 |
msgstr "حالت تعمیر و نگهداری"
|
86 |
|
87 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
88 |
msgid ""
|
89 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
90 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
94 |
msgid "Notify me when it's ready"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
98 |
#, php-format
|
99 |
msgid ""
|
100 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
101 |
"\">settings</a>."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
106 |
msgid "Maintenance Mode"
|
107 |
msgstr "حالت تعمیر و نگهداری"
|
108 |
|
109 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
111 |
msgid "Please enter a valid email address."
|
112 |
msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
|
113 |
|
114 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
115 |
msgid "You successfully subscribed. Thanks!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
119 |
msgid "All fields required."
|
120 |
msgstr "تمام فیلد ها لازم است."
|
121 |
|
122 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
123 |
msgid "Message via contact"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
127 |
msgid "Your email was sent to the website administrator. Thanks!"
|
128 |
msgstr ""
|
129 |
|
305 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
309 |
msgid "Save settings"
|
310 |
msgstr "ذخیره تنظیمات"
|
311 |
|
312 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
313 |
msgid "Reset settings"
|
314 |
msgstr "بازنشانی تنظیمات"
|
315 |
|
482 |
msgid "Tracking code"
|
483 |
msgstr "کد پیگیری"
|
484 |
|
485 |
+
#: views/settings.php:425
|
486 |
+
msgid ""
|
487 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
488 |
+
msgstr ""
|
489 |
+
|
490 |
#: views/sidebar.php:3
|
491 |
msgid "Plugin Info"
|
492 |
msgstr "توضیحات افزونه"
|
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"
|
@@ -33,22 +33,31 @@ 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
|
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:
|
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,23 +66,23 @@ 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-admin.php:
|
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:
|
72 |
-
#: includes/classes/wp-maintenance-mode.php:
|
73 |
msgid "Maintenance mode"
|
74 |
msgstr "Mode Maintenance"
|
75 |
|
76 |
-
#: includes/classes/wp-maintenance-mode.php:
|
77 |
msgid ""
|
78 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
79 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
@@ -81,11 +90,11 @@ msgstr ""
|
|
81 |
"<p>Excusez-nous pour la gêne occasionnée.<br />Notre site web est "
|
82 |
"actuellement en maintenance.<br />Merci de votre compréhension.</p>"
|
83 |
|
84 |
-
#: includes/classes/wp-maintenance-mode.php:
|
85 |
msgid "Notify me when it's ready"
|
86 |
msgstr "Me notifier quand c'est prêt"
|
87 |
|
88 |
-
#: includes/classes/wp-maintenance-mode.php:
|
89 |
#, php-format
|
90 |
msgid ""
|
91 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -94,29 +103,29 @@ msgstr ""
|
|
94 |
"Le plugin WP Maintenance Mode a été relancé et vous devez redéfinir les <a "
|
95 |
"href=\"%s\">options</a>."
|
96 |
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
-
#: includes/classes/wp-maintenance-mode.php:
|
99 |
msgid "Maintenance Mode"
|
100 |
msgstr "Maintenance Mode"
|
101 |
|
102 |
-
#: includes/classes/wp-maintenance-mode.php:
|
103 |
-
#: includes/classes/wp-maintenance-mode.php:
|
104 |
msgid "Please enter a valid email address."
|
105 |
msgstr "Veuillez entrer une adresse email valide s'il vous plait."
|
106 |
|
107 |
-
#: includes/classes/wp-maintenance-mode.php:
|
108 |
msgid "You successfully subscribed. Thanks!"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: includes/classes/wp-maintenance-mode.php:
|
112 |
msgid "All fields required."
|
113 |
msgstr "Tous les champs requis."
|
114 |
|
115 |
-
#: includes/classes/wp-maintenance-mode.php:
|
116 |
msgid "Message via contact"
|
117 |
msgstr "Message via contact"
|
118 |
|
119 |
-
#: includes/classes/wp-maintenance-mode.php:
|
120 |
msgid "Your email was sent to the website administrator. Thanks!"
|
121 |
msgstr "Merci ! Votre email a été envoyé au webmaster du site."
|
122 |
|
@@ -304,11 +313,11 @@ msgid ""
|
|
304 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
308 |
msgid "Save settings"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
312 |
msgid "Reset settings"
|
313 |
msgstr ""
|
314 |
|
@@ -481,6 +490,11 @@ msgstr ""
|
|
481 |
msgid "Tracking code"
|
482 |
msgstr ""
|
483 |
|
|
|
|
|
|
|
|
|
|
|
484 |
#: views/sidebar.php:3
|
485 |
msgid "Plugin Info"
|
486 |
msgstr "Informations sur le Plugin"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:08+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:08+0300\n"
|
6 |
"Last-Translator: Florian TIAR <tflorian91@hotmail.fr>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: fr\n"
|
33 |
msgstr "Vous avez %d abonné(s)"
|
34 |
|
35 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
+
msgid "The nonce field must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
+
msgid "The tab slug must not be empty."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
44 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
45 |
+
msgid "Security check."
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
49 |
msgid "The tab slug must exist."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
53 |
msgid "WP Maintenance Mode"
|
54 |
msgstr "WP Maintenance Mode"
|
55 |
|
56 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
57 |
msgid "Settings"
|
58 |
msgstr "Options"
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
66 |
"Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
|
67 |
"\"%s\">désactiver</a> dès que vous avez terminé."
|
68 |
|
69 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
70 |
msgid "Notice key cannot be empty."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
74 |
#, php-format
|
75 |
msgid ""
|
76 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
77 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
81 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
82 |
msgid "Maintenance mode"
|
83 |
msgstr "Mode Maintenance"
|
84 |
|
85 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
86 |
msgid ""
|
87 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
88 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
90 |
"<p>Excusez-nous pour la gêne occasionnée.<br />Notre site web est "
|
91 |
"actuellement en maintenance.<br />Merci de votre compréhension.</p>"
|
92 |
|
93 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
94 |
msgid "Notify me when it's ready"
|
95 |
msgstr "Me notifier quand c'est prêt"
|
96 |
|
97 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
98 |
#, php-format
|
99 |
msgid ""
|
100 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
103 |
"Le plugin WP Maintenance Mode a été relancé et vous devez redéfinir les <a "
|
104 |
"href=\"%s\">options</a>."
|
105 |
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
107 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
108 |
msgid "Maintenance Mode"
|
109 |
msgstr "Maintenance Mode"
|
110 |
|
111 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
112 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
113 |
msgid "Please enter a valid email address."
|
114 |
msgstr "Veuillez entrer une adresse email valide s'il vous plait."
|
115 |
|
116 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
117 |
msgid "You successfully subscribed. Thanks!"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
121 |
msgid "All fields required."
|
122 |
msgstr "Tous les champs requis."
|
123 |
|
124 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
125 |
msgid "Message via contact"
|
126 |
msgstr "Message via contact"
|
127 |
|
128 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
129 |
msgid "Your email was sent to the website administrator. Thanks!"
|
130 |
msgstr "Merci ! Votre email a été envoyé au webmaster du site."
|
131 |
|
313 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
317 |
msgid "Save settings"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
321 |
msgid "Reset settings"
|
322 |
msgstr ""
|
323 |
|
490 |
msgid "Tracking code"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: views/settings.php:425
|
494 |
+
msgid ""
|
495 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
#: views/sidebar.php:3
|
499 |
msgid "Plugin Info"
|
500 |
msgstr "Informations sur le Plugin"
|
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"
|
@@ -32,22 +32,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
|
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:
|
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,23 +65,23 @@ 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-admin.php:
|
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:
|
71 |
-
#: includes/classes/wp-maintenance-mode.php:
|
72 |
msgid "Maintenance mode"
|
73 |
msgstr "Modalità Manutenzione"
|
74 |
|
75 |
-
#: includes/classes/wp-maintenance-mode.php:
|
76 |
msgid ""
|
77 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
78 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
@@ -80,11 +89,11 @@ msgstr ""
|
|
80 |
"<p>Ci scusiamo per l'inconveniente.<br />Il nostro sito è attualmente in "
|
81 |
"manutenzione.<br />Grazie per la comprensione.</p>"
|
82 |
|
83 |
-
#: includes/classes/wp-maintenance-mode.php:
|
84 |
msgid "Notify me when it's ready"
|
85 |
msgstr "Informatemi quando sarà pronto"
|
86 |
|
87 |
-
#: includes/classes/wp-maintenance-mode.php:
|
88 |
#, php-format
|
89 |
msgid ""
|
90 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -93,29 +102,29 @@ msgstr ""
|
|
93 |
"WP Maintenance Mode plugin è stato ri-lanciato e DOVRAI rivedere le <a href="
|
94 |
"\"%s\">impostazioni</a>."
|
95 |
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
msgid "Maintenance Mode"
|
99 |
msgstr "Modalità Manutenzione"
|
100 |
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
-
#: includes/classes/wp-maintenance-mode.php:
|
103 |
msgid "Please enter a valid email address."
|
104 |
msgstr "Per favore inserisci in email corretta."
|
105 |
|
106 |
-
#: includes/classes/wp-maintenance-mode.php:
|
107 |
msgid "You successfully subscribed. Thanks!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/classes/wp-maintenance-mode.php:
|
111 |
msgid "All fields required."
|
112 |
msgstr "Sono richiesti tutti i campi."
|
113 |
|
114 |
-
#: includes/classes/wp-maintenance-mode.php:
|
115 |
msgid "Message via contact"
|
116 |
msgstr "Messaggio via contatto"
|
117 |
|
118 |
-
#: includes/classes/wp-maintenance-mode.php:
|
119 |
msgid "Your email was sent to the website administrator. Thanks!"
|
120 |
msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
|
121 |
|
@@ -305,11 +314,11 @@ msgstr ""
|
|
305 |
"Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
|
306 |
"manutenzione?"
|
307 |
|
308 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
309 |
msgid "Save settings"
|
310 |
msgstr "Salva impostazioni"
|
311 |
|
312 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
313 |
msgid "Reset settings"
|
314 |
msgstr "Resetta impostazioni"
|
315 |
|
@@ -482,6 +491,11 @@ msgstr "Usa Google Analytics?"
|
|
482 |
msgid "Tracking code"
|
483 |
msgstr "Codice di tracciamento"
|
484 |
|
|
|
|
|
|
|
|
|
|
|
485 |
#: views/sidebar.php:3
|
486 |
msgid "Plugin Info"
|
487 |
msgstr "Info sul Plugin"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:08+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:08+0300\n"
|
6 |
"Last-Translator: Massimiliano Losego <massimiliano@losego.it>\n"
|
7 |
"Language-Team: Losego Massimiliano <massimiliano@losego.it>\n"
|
8 |
"Language: it\n"
|
32 |
msgstr "Hai %d iscritti"
|
33 |
|
34 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
+
msgid "The nonce field must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
+
msgid "The tab slug must not be empty."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
44 |
+
msgid "Security check."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
48 |
msgid "The tab slug must exist."
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
52 |
msgid "WP Maintenance Mode"
|
53 |
msgstr "WP Maintenance Mode"
|
54 |
|
55 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
56 |
msgid "Settings"
|
57 |
msgstr "Impotazioni"
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
60 |
#, php-format
|
61 |
msgid ""
|
62 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
65 |
"La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
|
66 |
"href=\"%s\">disattivarla</a> appena avrai finito."
|
67 |
|
68 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
69 |
msgid "Notice key cannot be empty."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
73 |
#, php-format
|
74 |
msgid ""
|
75 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
76 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
81 |
msgid "Maintenance mode"
|
82 |
msgstr "Modalità Manutenzione"
|
83 |
|
84 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
85 |
msgid ""
|
86 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
87 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
89 |
"<p>Ci scusiamo per l'inconveniente.<br />Il nostro sito è attualmente in "
|
90 |
"manutenzione.<br />Grazie per la comprensione.</p>"
|
91 |
|
92 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
93 |
msgid "Notify me when it's ready"
|
94 |
msgstr "Informatemi quando sarà pronto"
|
95 |
|
96 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
102 |
"WP Maintenance Mode plugin è stato ri-lanciato e DOVRAI rivedere le <a href="
|
103 |
"\"%s\">impostazioni</a>."
|
104 |
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
107 |
msgid "Maintenance Mode"
|
108 |
msgstr "Modalità Manutenzione"
|
109 |
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
111 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
112 |
msgid "Please enter a valid email address."
|
113 |
msgstr "Per favore inserisci in email corretta."
|
114 |
|
115 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
116 |
msgid "You successfully subscribed. Thanks!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
120 |
msgid "All fields required."
|
121 |
msgstr "Sono richiesti tutti i campi."
|
122 |
|
123 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
124 |
msgid "Message via contact"
|
125 |
msgstr "Messaggio via contatto"
|
126 |
|
127 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
128 |
msgid "Your email was sent to the website administrator. Thanks!"
|
129 |
msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
|
130 |
|
314 |
"Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
|
315 |
"manutenzione?"
|
316 |
|
317 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
318 |
msgid "Save settings"
|
319 |
msgstr "Salva impostazioni"
|
320 |
|
321 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
322 |
msgid "Reset settings"
|
323 |
msgstr "Resetta impostazioni"
|
324 |
|
491 |
msgid "Tracking code"
|
492 |
msgstr "Codice di tracciamento"
|
493 |
|
494 |
+
#: views/settings.php:425
|
495 |
+
msgid ""
|
496 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
#: views/sidebar.php:3
|
500 |
msgid "Plugin Info"
|
501 |
msgstr "Info sul Plugin"
|
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"
|
@@ -33,22 +33,31 @@ 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
|
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:
|
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,23 +66,23 @@ 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-admin.php:
|
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:
|
72 |
-
#: includes/classes/wp-maintenance-mode.php:
|
73 |
msgid "Maintenance mode"
|
74 |
msgstr "Vedlikehold pågår"
|
75 |
|
76 |
-
#: includes/classes/wp-maintenance-mode.php:
|
77 |
msgid ""
|
78 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
79 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
@@ -81,11 +90,11 @@ msgstr ""
|
|
81 |
"<p>Nettsiden gjennomgår for tiden et planlagt vedlikehold.<br />Vi beklager "
|
82 |
"nedetiden dette medfører.<br />Takk for din forståelse.</p>"
|
83 |
|
84 |
-
#: includes/classes/wp-maintenance-mode.php:
|
85 |
msgid "Notify me when it's ready"
|
86 |
msgstr "Varsle meg når den er klar"
|
87 |
|
88 |
-
#: includes/classes/wp-maintenance-mode.php:
|
89 |
#, php-format
|
90 |
msgid ""
|
91 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -94,29 +103,29 @@ msgstr ""
|
|
94 |
"Utvidelsen WP Maintanance Mode er oppdatert og du må <a href=\"%s\">se "
|
95 |
"igjennom innstillingene</a>"
|
96 |
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
-
#: includes/classes/wp-maintenance-mode.php:
|
99 |
msgid "Maintenance Mode"
|
100 |
msgstr "Vedlikehold pågår"
|
101 |
|
102 |
-
#: includes/classes/wp-maintenance-mode.php:
|
103 |
-
#: includes/classes/wp-maintenance-mode.php:
|
104 |
msgid "Please enter a valid email address."
|
105 |
msgstr "Vennligst oppgi en gyldig epostadresse."
|
106 |
|
107 |
-
#: includes/classes/wp-maintenance-mode.php:
|
108 |
msgid "You successfully subscribed. Thanks!"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: includes/classes/wp-maintenance-mode.php:
|
112 |
msgid "All fields required."
|
113 |
msgstr "Alle felt er påkrevd."
|
114 |
|
115 |
-
#: includes/classes/wp-maintenance-mode.php:
|
116 |
msgid "Message via contact"
|
117 |
msgstr "Melding via kontakt"
|
118 |
|
119 |
-
#: includes/classes/wp-maintenance-mode.php:
|
120 |
msgid "Your email was sent to the website administrator. Thanks!"
|
121 |
msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
|
122 |
|
@@ -305,11 +314,11 @@ msgstr ""
|
|
305 |
"Ønsker du å legge inn en link til kontrollpanelet på siden for "
|
306 |
"vedlikeholdsmodus?"
|
307 |
|
308 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
309 |
msgid "Save settings"
|
310 |
msgstr "Lagre innstillinger"
|
311 |
|
312 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
313 |
msgid "Reset settings"
|
314 |
msgstr "Tilbakestill innstillinger"
|
315 |
|
@@ -482,6 +491,11 @@ msgstr "Bruk Google Analytics?"
|
|
482 |
msgid "Tracking code"
|
483 |
msgstr "Sporingskode"
|
484 |
|
|
|
|
|
|
|
|
|
|
|
485 |
#: views/sidebar.php:3
|
486 |
msgid "Plugin Info"
|
487 |
msgstr "Informasjon om utvidelsen"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:09+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:09+0300\n"
|
6 |
"Last-Translator: Fredrik Hugås <fhugas@gmail.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nb\n"
|
33 |
msgstr "Du har %d personer som ønsker oppdatering"
|
34 |
|
35 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
36 |
+
msgid "The nonce field must not be empty."
|
37 |
msgstr ""
|
38 |
|
39 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
40 |
+
msgid "The tab slug must not be empty."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
44 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
45 |
+
msgid "Security check."
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
49 |
msgid "The tab slug must exist."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
53 |
msgid "WP Maintenance Mode"
|
54 |
msgstr "WP Vedlikeholdsmodus"
|
55 |
|
56 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
57 |
msgid "Settings"
|
58 |
msgstr "Innstillinger"
|
59 |
|
60 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
66 |
"Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
|
67 |
"\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
|
68 |
|
69 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
70 |
msgid "Notice key cannot be empty."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
74 |
#, php-format
|
75 |
msgid ""
|
76 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
77 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
81 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
82 |
msgid "Maintenance mode"
|
83 |
msgstr "Vedlikehold pågår"
|
84 |
|
85 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
86 |
msgid ""
|
87 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
88 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
90 |
"<p>Nettsiden gjennomgår for tiden et planlagt vedlikehold.<br />Vi beklager "
|
91 |
"nedetiden dette medfører.<br />Takk for din forståelse.</p>"
|
92 |
|
93 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
94 |
msgid "Notify me when it's ready"
|
95 |
msgstr "Varsle meg når den er klar"
|
96 |
|
97 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
98 |
#, php-format
|
99 |
msgid ""
|
100 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
103 |
"Utvidelsen WP Maintanance Mode er oppdatert og du må <a href=\"%s\">se "
|
104 |
"igjennom innstillingene</a>"
|
105 |
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
107 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
108 |
msgid "Maintenance Mode"
|
109 |
msgstr "Vedlikehold pågår"
|
110 |
|
111 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
112 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
113 |
msgid "Please enter a valid email address."
|
114 |
msgstr "Vennligst oppgi en gyldig epostadresse."
|
115 |
|
116 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
117 |
msgid "You successfully subscribed. Thanks!"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
121 |
msgid "All fields required."
|
122 |
msgstr "Alle felt er påkrevd."
|
123 |
|
124 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
125 |
msgid "Message via contact"
|
126 |
msgstr "Melding via kontakt"
|
127 |
|
128 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
129 |
msgid "Your email was sent to the website administrator. Thanks!"
|
130 |
msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
|
131 |
|
314 |
"Ønsker du å legge inn en link til kontrollpanelet på siden for "
|
315 |
"vedlikeholdsmodus?"
|
316 |
|
317 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
318 |
msgid "Save settings"
|
319 |
msgstr "Lagre innstillinger"
|
320 |
|
321 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
322 |
msgid "Reset settings"
|
323 |
msgstr "Tilbakestill innstillinger"
|
324 |
|
491 |
msgid "Tracking code"
|
492 |
msgstr "Sporingskode"
|
493 |
|
494 |
+
#: views/settings.php:425
|
495 |
+
msgid ""
|
496 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
#: views/sidebar.php:3
|
500 |
msgid "Plugin Info"
|
501 |
msgstr "Informasjon om utvidelsen"
|
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"
|
@@ -32,22 +32,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
|
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:
|
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,23 +65,23 @@ 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-admin.php:
|
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:
|
71 |
-
#: includes/classes/wp-maintenance-mode.php:
|
72 |
msgid "Maintenance mode"
|
73 |
msgstr "Onderhoudsmodus"
|
74 |
|
75 |
-
#: includes/classes/wp-maintenance-mode.php:
|
76 |
msgid ""
|
77 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
78 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
@@ -80,11 +89,11 @@ msgstr ""
|
|
80 |
"<p>Excuus voor het ongemak.<br />Onze website ondergaat op dit moment "
|
81 |
"gepland onderhoud.<br/>Bedankt voor uw begrip.</p>"
|
82 |
|
83 |
-
#: includes/classes/wp-maintenance-mode.php:
|
84 |
msgid "Notify me when it's ready"
|
85 |
msgstr "Informeer mij wanneer het is afgerond"
|
86 |
|
87 |
-
#: includes/classes/wp-maintenance-mode.php:
|
88 |
#, php-format
|
89 |
msgid ""
|
90 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
@@ -93,29 +102,29 @@ msgstr ""
|
|
93 |
"De WP Maintenance Mode Plugin is opnieuw opgestart en je MOET de <a href=\"%s"
|
94 |
"\">instellingen</a> opnieuw bekijken."
|
95 |
|
96 |
-
#: includes/classes/wp-maintenance-mode.php:
|
97 |
-
#: includes/classes/wp-maintenance-mode.php:
|
98 |
msgid "Maintenance Mode"
|
99 |
msgstr "Onderhousmodus"
|
100 |
|
101 |
-
#: includes/classes/wp-maintenance-mode.php:
|
102 |
-
#: includes/classes/wp-maintenance-mode.php:
|
103 |
msgid "Please enter a valid email address."
|
104 |
msgstr "Voer een geldig e-mailadres in."
|
105 |
|
106 |
-
#: includes/classes/wp-maintenance-mode.php:
|
107 |
msgid "You successfully subscribed. Thanks!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/classes/wp-maintenance-mode.php:
|
111 |
msgid "All fields required."
|
112 |
msgstr "Alle velden zijn verplicht."
|
113 |
|
114 |
-
#: includes/classes/wp-maintenance-mode.php:
|
115 |
msgid "Message via contact"
|
116 |
msgstr "Bericht via contact"
|
117 |
|
118 |
-
#: includes/classes/wp-maintenance-mode.php:
|
119 |
msgid "Your email was sent to the website administrator. Thanks!"
|
120 |
msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
|
121 |
|
@@ -301,11 +310,11 @@ msgid ""
|
|
301 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: views/settings.php:125 views/settings.php:228 views/settings.php:
|
305 |
msgid "Save settings"
|
306 |
msgstr "Instellingen opslaan"
|
307 |
|
308 |
-
#: views/settings.php:126 views/settings.php:229 views/settings.php:
|
309 |
msgid "Reset settings"
|
310 |
msgstr "Instellingen herstellen"
|
311 |
|
@@ -478,6 +487,11 @@ msgstr ""
|
|
478 |
msgid "Tracking code"
|
479 |
msgstr ""
|
480 |
|
|
|
|
|
|
|
|
|
|
|
481 |
#: views/sidebar.php:3
|
482 |
msgid "Plugin Info"
|
483 |
msgstr "Plugin Info"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Maintenance Mode 2.0.7\n"
|
4 |
+
"POT-Creation-Date: 2016-07-06 14:09+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-06 14:09+0300\n"
|
6 |
"Last-Translator: Dennis Hunink <dennishunink@me.com>\n"
|
7 |
"Language-Team: Designmodo <info@designmodo.com>\n"
|
8 |
"Language: nl\n"
|
32 |
msgstr "Je hebt %d abonnee(s)"
|
33 |
|
34 |
#: includes/classes/wp-maintenance-mode-admin.php:188
|
35 |
+
msgid "The nonce field must not be empty."
|
36 |
msgstr ""
|
37 |
|
38 |
#: includes/classes/wp-maintenance-mode-admin.php:193
|
39 |
+
msgid "The tab slug must not be empty."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: includes/classes/wp-maintenance-mode-admin.php:198
|
43 |
+
#: includes/classes/wp-maintenance-mode-admin.php:252
|
44 |
+
msgid "Security check."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: includes/classes/wp-maintenance-mode-admin.php:204
|
48 |
msgid "The tab slug must exist."
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/classes/wp-maintenance-mode-admin.php:224
|
52 |
msgid "WP Maintenance Mode"
|
53 |
msgstr "WP Maintenance Mode"
|
54 |
|
55 |
+
#: includes/classes/wp-maintenance-mode-admin.php:438
|
56 |
msgid "Settings"
|
57 |
msgstr "Instellingen"
|
58 |
|
59 |
+
#: includes/classes/wp-maintenance-mode-admin.php:457
|
60 |
#, php-format
|
61 |
msgid ""
|
62 |
"The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
|
65 |
"De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
|
66 |
"\"%s\">uit te schakelen</a> wanneer je klaar bent."
|
67 |
|
68 |
+
#: includes/classes/wp-maintenance-mode-admin.php:494
|
69 |
msgid "Notice key cannot be empty."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/classes/wp-maintenance-mode-admin.php:542
|
73 |
#, php-format
|
74 |
msgid ""
|
75 |
"If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
|
76 |
"rating. A huge thank you from WP Maintenance Mode makers in advance!"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/classes/wp-maintenance-mode.php:101
|
80 |
+
#: includes/classes/wp-maintenance-mode.php:102
|
81 |
msgid "Maintenance mode"
|
82 |
msgstr "Onderhoudsmodus"
|
83 |
|
84 |
+
#: includes/classes/wp-maintenance-mode.php:104
|
85 |
msgid ""
|
86 |
"<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
|
87 |
"scheduled maintenance.<br />Thank you for your understanding.</p>"
|
89 |
"<p>Excuus voor het ongemak.<br />Onze website ondergaat op dit moment "
|
90 |
"gepland onderhoud.<br/>Bedankt voor uw begrip.</p>"
|
91 |
|
92 |
+
#: includes/classes/wp-maintenance-mode.php:122
|
93 |
msgid "Notify me when it's ready"
|
94 |
msgstr "Informeer mij wanneer het is afgerond"
|
95 |
|
96 |
+
#: includes/classes/wp-maintenance-mode.php:261
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
|
102 |
"De WP Maintenance Mode Plugin is opnieuw opgestart en je MOET de <a href=\"%s"
|
103 |
"\">instellingen</a> opnieuw bekijken."
|
104 |
|
105 |
+
#: includes/classes/wp-maintenance-mode.php:461
|
106 |
+
#: includes/classes/wp-maintenance-mode.php:475
|
107 |
msgid "Maintenance Mode"
|
108 |
msgstr "Onderhousmodus"
|
109 |
|
110 |
+
#: includes/classes/wp-maintenance-mode.php:724
|
111 |
+
#: includes/classes/wp-maintenance-mode.php:758 views/maintenance.php:85
|
112 |
msgid "Please enter a valid email address."
|
113 |
msgstr "Voer een geldig e-mailadres in."
|
114 |
|
115 |
+
#: includes/classes/wp-maintenance-mode.php:736
|
116 |
msgid "You successfully subscribed. Thanks!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: includes/classes/wp-maintenance-mode.php:754
|
120 |
msgid "All fields required."
|
121 |
msgstr "Alle velden zijn verplicht."
|
122 |
|
123 |
+
#: includes/classes/wp-maintenance-mode.php:763
|
124 |
msgid "Message via contact"
|
125 |
msgstr "Bericht via contact"
|
126 |
|
127 |
+
#: includes/classes/wp-maintenance-mode.php:775
|
128 |
msgid "Your email was sent to the website administrator. Thanks!"
|
129 |
msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
|
130 |
|
310 |
"Do you want to add a link to the dashboard on your maintenance mode page?"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: views/settings.php:125 views/settings.php:228 views/settings.php:433
|
314 |
msgid "Save settings"
|
315 |
msgstr "Instellingen opslaan"
|
316 |
|
317 |
+
#: views/settings.php:126 views/settings.php:229 views/settings.php:434
|
318 |
msgid "Reset settings"
|
319 |
msgstr "Instellingen herstellen"
|
320 |
|
487 |
msgid "Tracking code"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: views/settings.php:425
|
491 |
+
msgid ""
|
492 |
+
"Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
#: views/sidebar.php:3
|
496 |
msgid "Plugin Info"
|
497 |
msgstr "Plugin Info"
|
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"
|
@@ -32,22 +32,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
|
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:
|
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,23 +65,23 @@ 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-admin.php:
|
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:
|
71 |
-
#: includes/classes/wp-maintenance-mode.php:
|
72 |
msgid "Maintenance mode"
|
73 |
msgstr "Tryb konserwacji"
|
74 |
|
75 |
-
#: includes/classes/wp-maintenance-mode.php:
|
76 |
msgid ""
|
77 |
"<p>So |