Version Description
- Fixed a problem with widgets display on IE11.
- Handle custom taxonomies.
- Updated "WPMU Dev code library" to version 3.0.6.
Download this release
Release Info
Developer | iworks |
Plugin | Custom Sidebars – Dynamic Widget Area Manager |
Version | 3.1.4 |
Comparing to | |
See all releases |
Code changes from version 3.1.3 to 3.1.4
- assets/css/cs-cloning.min.css +1 -1
- assets/css/cs-scan.min.css +1 -1
- assets/css/cs-visibility.min.css +1 -1
- assets/css/cs.css +3 -0
- assets/css/cs.min.css +2 -2
- assets/js/cs-cloning.js +1 -1
- assets/js/cs-cloning.min.js +1 -1
- assets/js/cs-visibility.js +1 -1
- assets/js/cs-visibility.min.js +1 -1
- assets/js/cs.js +55 -2
- assets/js/cs.min.js +2 -2
- customsidebars.php +2 -9
- inc/class-custom-sidebars-editor.php +132 -12
- inc/class-custom-sidebars-replacer.php +17 -1
- inc/class-custom-sidebars.php +48 -3
- inc/external/wpmu-lib/changelog.txt +6 -1
- inc/external/wpmu-lib/css/animate.3.min.css +1 -1
- inc/external/wpmu-lib/css/fontawesome.3.min.css +1 -1
- inc/external/wpmu-lib/css/jquery-ui.wpmui.3.min.css +1 -1
- inc/external/wpmu-lib/css/select2.3.min.css +1 -1
- inc/external/wpmu-lib/css/wpmu-card-list.3.min.css +1 -1
- inc/external/wpmu-lib/css/wpmu-html.3.min.css +1 -1
- inc/external/wpmu-lib/css/wpmu-ui.3.min.css +1 -1
- inc/external/wpmu-lib/css/wpmu-vnav.3.min.css +1 -1
- inc/external/wpmu-lib/inc/class-thelib-html.php +12 -10
- inc/external/wpmu-lib/js/select2.3.js +1 -1
- inc/external/wpmu-lib/js/select2.3.min.js +1 -1
- inc/external/wpmu-lib/js/wpmu-card-list.3.js +1 -1
- inc/external/wpmu-lib/js/wpmu-card-list.3.min.js +1 -1
- inc/external/wpmu-lib/js/wpmu-ui.3.js +1 -1
- inc/external/wpmu-lib/js/wpmu-ui.3.min.js +1 -1
- inc/external/wpmu-lib/js/wpmu-vnav.3.js +1 -1
- inc/external/wpmu-lib/js/wpmu-vnav.3.min.js +1 -1
- lang/custom-sidebars-de_DE.mo +0 -0
- lang/custom-sidebars-de_DE.po +0 -1114
- lang/custom-sidebars-en_EN.mo +0 -0
- lang/custom-sidebars-en_EN.po +0 -923
- lang/custom-sidebars-es_ES.mo +0 -0
- lang/custom-sidebars-es_ES.po +0 -1053
- lang/custom-sidebars-fr_FR.mo +0 -0
- lang/custom-sidebars-fr_FR.po +0 -858
- lang/custom-sidebars-he_IL.mo +0 -0
- lang/custom-sidebars-he_IL.po +0 -854
- lang/custom-sidebars-it_IT.mo +0 -0
- lang/custom-sidebars-it_IT.po +0 -942
- lang/custom-sidebars-nl_NL.mo +0 -0
- lang/custom-sidebars-nl_NL.po +0 -941
- lang/custom-sidebars-pl_PL.mo +0 -0
- lang/custom-sidebars-pl_PL.po +0 -791
- {lang → languages}/custom-sidebars.pot +62 -52
- readme.txt +7 -2
- views/widgets-location.php +17 -8
assets/css/cs-cloning.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
assets/css/cs-scan.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
assets/css/cs-visibility.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
assets/css/cs.css
CHANGED
@@ -151,6 +151,9 @@
|
|
151 |
.widgets-php .widget-liquid-left {
|
152 |
width: 100%;
|
153 |
}
|
|
|
|
|
|
|
154 |
.widgets-php .widget-liquid-right {
|
155 |
padding: 0 0 75px 0;
|
156 |
margin: -10px -214% 0 0;
|
151 |
.widgets-php .widget-liquid-left {
|
152 |
width: 100%;
|
153 |
}
|
154 |
+
.widgets-php .cs-wrap .widget-liquid-right .widget.open {
|
155 |
+
z-index: 9999 !important;
|
156 |
+
}
|
157 |
.widgets-php .widget-liquid-right {
|
158 |
padding: 0 0 75px 0;
|
159 |
margin: -10px -214% 0 0;
|
assets/css/cs.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
5 |
-
.module-export .pro-layer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99999;background:rgba(255,255,255,.8);text-align:center;font-size:26px;font-weight:100;padding-top:120px;line-height:1.5}.module-export .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.module-export .pro-layer a:hover,.module-export .pro-layer a:focus,.module-export .pro-layer a:active{background:#1E8CBE;color:#FFF}.frm-location .pro-layer{padding:10px;text-align:center;font-size:26px;font-weight:100;line-height:1.5}.frm-location .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.frm-location .pro-layer a:hover,.frm-location .pro-layer a:focus,.frm-location .pro-layer a:active{background:#1E8CBE;color:#FFF}.csb-pro-layer{float:left;position:relative;opacity:.5;margin-right:10px}.csb-pro-layer .pro-info{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;background:rgba(96,96,96,.75);z-index:99999;text-align:center;text-decoration:none;line-height:28px;font-size:16px;font-weight:100;color:#FFF;text-decoration:underline;padding:0;margin:0;overflow:hidden}.csb-pro-layer:hover{opacity:1}.csb-pro-layer:hover .pro-info,.csb-pro-layer:hover .pro-info:hover,.csb-pro-layer:hover .pro-info:active,.csb-pro-layer:hover .pro-info:focus{line-height:48px;left:-10px;top:-10px;right:-5px;bottom:-10px;opacity:1}.csb-pro-layer .button{margin:0 5px 0 0;float:left}.csb-pro-layer .button .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}#defaultsidebarspage p.submit{padding:0 0 10px;clear:both}#poststuff.defaultsdetailscontainer h2{border-bottom:0;margin-bottom:5px}#defaultsforposts,#defaultsforpages{padding:0 10px;background:#fcfcfc;overflow:hidden}.defaultsSelector{margin-bottom:30px}.cscolright{clear:right;float:right;margin:0;overflow:hidden;padding:0;width:49%}.cscolleft{margin:0;overflow:hidden;padding:0;width:49%}.widgets-php .widget-liquid-left{width:100%}.widgets-php .widget-liquid-right{padding:0 0 75px;margin:-10px -214% 0 0;width:210%;background:#e4e4e4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:480px){.widgets-php .widget-liquid-right{width:100%}}.widgets-php .widget-liquid-right #widgets-right{margin:20px}.widgets-php .widget-liquid-right .overview{list-style:none;position:absolute;left:0;top:0;width:auto;right:0;padding-left:20px;border-left:1px solid #DDD}.widgets-php #wpcontent{position:relative}.widgets-php #wpcontent .wrap .cs-wrap{margin-right:68%;padding-top:1em;position:relative}@media screen and (max-width:480px){.widgets-php #wpcontent .wrap .cs-wrap{position:static;margin:0}}.widgets-php #wpcontent #screen-meta-links{position:relative;z-index:10}.widgets-php #wpcontent #screen-meta{position:relative;z-index:10}.widgets-php #widgets-left{margin-right:0!important}.widgets-php #footer{background:#fff;margin-right:0;padding-right:20px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new{background-color:#fff;padding:15px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new p{border-radius:4px;border:3px dashed #ddd;color:#777;cursor:pointer;font-weight:700;margin:0;padding:90px 10px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-box{border-radius:4px;margin:55px 0 16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront{background-color:#f9c200}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner{min-height:145px;margin-right:-16px;background:url(../img/devman.png) no-repeat 100% 50%;padding:50px 120px 45px 20px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p{font-size:1.4em;color:#000;margin-top:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p:last-of-type{margin-bottom:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner .button{background-color:#00a7e6;color:#fff;font-weight:700;height:auto;padding:15px 16px;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup{background-color:#fff}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner{background:url(../img/hand-with-heart.png) no-repeat 100% 100%;font-size:1.2em;min-height:227px;padding-bottom:10px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4,.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{margin:0;padding:0 120px 0 30px;font-size:1.1em}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4{color:#222;font-size:1.2em;padding-top:50px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{color:#c1272c;padding-top:16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{border-radius:4px;background-color:#fafafa;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:24px 30px 0;padding:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input{background-color:transparent;border:0;font-size:1em;margin:0;padding:10px 15px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:0 4px 4px 0;background-color:#00a7e6;color:#fff;min-width:3em;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{color:#aaa;-ms-flex-positive:1;flex-grow:1}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]:active{box-shadow:none}@media screen and (max-width:590px){.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{background-color:transparent;display:block}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{background-color:#fafafa}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:4px;display:block;margin:10px 0 0 auto;width:auto}}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-action.btn-export{white-space:nowrap}#cs-options .cs-filter{float:right}@media screen and (max-width:700px){#cs-options .cs-filter{float:none;margin-top:5px}}.sidebar-form{margin:0 15px}.sidebar-form label{display:block}.sidebar-form .submit{text-align:right;margin:0;padding:1em 0}.sidebar-form .description{margin-top:5px;text-align:right}.sidebar_name,.sidebar_description{width:100%}div#widgets-right .sidebar-name>h3{padding:15px}div#widgets-right .widgets-sortables .sidebar-name>h3{padding:15px 7px}.widgets-holder-wrap.closed>div:nth-child(2){display:none}#defaultsidebarspage .hndle{cursor:pointer}#customsidebarspage #col-right{width:62%}.widgets_access .widget-liquid-right{position:static}#oldbrowsererror{display:none}#defaultsidebarspage .postbox{position:static}#defaultsidebarspage .inside{position:static}body.appearance_page_customsidebars .wrap h2{float:none}body.appearance_page_customsidebars #poststuff h2{margin-top:0}.widget.ui-draggable-dragging{z-index:10001!important}.csb-more-content{display:none}.csb-has-more .csb-more-content{display:block}#cs-widgets-extra{display:none}#cs-title-options{zoom:1;background:#E8E8E8;margin:-20px -20px 0 -20px;padding:10px 20px 20px;border-bottom:1px solid #DDD}.cs-title h3{font-weight:100}.cs-title h3 .cs-icon{margin-left:10px;color:#999}.replaceable{position:relative}.replaceable .replace-marker{position:absolute;left:0;top:0;bottom:0;width:5px;margin:0 5px 0 0;border-left:2px solid #05c944;z-index:10}.replaceable .replace-marker:hover:before{content:attr(data-label);background:#333;color:#EEE;font-size:13px;white-space:nowrap;padding:5px;position:absolute;top:7px;right:13px;line-height:20px}.replaceable .replace-marker:hover:after{content:'';position:absolute;top:16px;right:3px;border:6px solid transparent;border-left-color:#333}.cs-message{margin:.5em 0;padding:10px;position:absolute;left:0;right:0;box-shadow:0 1px 10px rgba(0,0,0,.2);z-index:100}.cs-message .close{position:absolute;top:.5em;right:.5em;opacity:.3;color:#000;cursor:pointer;text-decoration:none;font-size:14px;line-height:26px;width:26px;text-align:center;background:rgba(0,0,0,.1)}.cs-message .close:hover,.cs-message .close:focus,.cs-message .close:active{opacity:1}.cs-update{background:#ffffe0;border:1px solid #E6DB55}.cs-error{background:#FFEBE8;border:1px solid #C00}.cs-toolbar{color:#333;padding:0;background:#FCFCFC;border-top:1px solid #E5E5E5}.cs-toolbar:after{display:table;content:'';clear:both}.closed .cs-toolbar{display:none}.cs-toolbar .cs-tool{text-decoration:none;line-height:40px;height:40px;padding:0 10px;white-space:nowrap;background:#FFF;position:relative;overflow:hidden}.cs-toolbar .dashicons{line-height:40px}.cs-toolbar .cs-separator{border-left:1px solid #E5E5E5;width:1px;padding:0;margin:0;height:40px;overflow:hidden;display:inline-block;color:#ddd}.cs-custom-sidebar .cs-tool,.cs-custom-sidebar .cs-separator{float:right}.cs-theme-sidebar .cs-tool,.cs-theme-sidebar .cs-separator{float:left}.cs-toolbar .delete-sidebar{color:#A00}.cs-toolbar .delete-sidebar:hover,.cs-toolbar .delete-sidebar:focus,.cs-toolbar .delete-sidebar:active{color:red}.cs-toolbar .cs-tool.btn-replaceable{color:#555}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.replaceable .cs-toolbar .cs-tool.btn-replaceable{background:#edfff3;color:#333}.replace-tip-box{float:left}.replace-tip{width:200px}.csb .button{outline:0}.csb .button>.dashicons,.csb .button-primary>.dashicons,.csb .button-secondary>.dashicons{opacity:.75;line-height:26px;margin-right:5px;transition:opacity .2s}.csb .button:hover>.dashicons,.csb .button-primary:hover>.dashicons,.csb .button-secondary:hover>.dashicons{opacity:1}.rtl div.widget-liquid-right{float:left;right:auto;left:0}.rtl.widgets-php #wpcontent .wrap .cs-wrap{margin-right:2px;margin-left:68%}.rtl.widgets-php .widget-liquid-right{margin:-10px 0 0 -214%}.rtl.widgets-php #widgets-left{margin-left:0!important}.rtl.widgets-php.folded #wpcontent,.rtl.widgets-php.folded #wpfooter{margin-left:325px;margin-right:52px}.rtl #cs-title-options h2{margin-right:5px}.rtl #cs-options .cs-filter{float:left}.rtl #cs-options .cs-action{margin-right:0;margin-left:20px}.rtl .sidebar-form .submit{text-align:left}.rtl #TB_ajaxWindowTitle{float:right}.rtl #TB_closeAjaxWindow{float:left}.csb-export-head{min-width:450px}.csb-export-head th{vertical-align:top;text-align:right;color:#679;width:150px}.csb-export-head tr:hover{background:#FAFAFA}.csb-export-head ul{margin:0}.csb-export-head .dashicons.hint{font-size:12px;line-height:22px}.csb-form{padding-left:15px}.csb-form h2,.csb-form h3,.csb-form .form-buttons,#poststuff .csb-form h2,#poststuff .csb-form h3,#poststuff .csb-form .form-buttons{padding-left:0;margin-left:-15px}.form-buttons{clear:both}.show-infos{position:relative;display:inline-block;margin:0 5px}h2 .show-infos{top:4px}.show-infos .export-infos{position:absolute;top:-5px;left:30px;font-size:13px;line-height:1.4em;font-weight:400;background:#FFF;box-shadow:0 1px 8px rgba(0,0,0,.2);border:3px solid #FAFAFA;padding:5px;z-index:10}.show-infos .export-infos:before,.show-infos .export-infos:after{content:'';position:absolute;left:-17px;top:5px;border:7px solid transparent;border-right-color:#FAFAFA;z-index:1}.show-infos .export-infos:after{left:-18px;top:5px;border-right-color:rgba(0,0,0,.15);z-index:0}.show-infos:hover .export-infos{display:block!important}.export-infos .section{font-weight:700;margin:10px 0 5px -2px;color:#666}.cs-half{float:left;width:49%;margin-right:1%}.cs-replaceable{margin-bottom:5px}.cs-replaceable>.details{display:none;margin:5px 0}.cs-replaceable.open>.details{display:block}.popup-content .message.no-sidebars{font-size:1.4em}@media screen and (max-width:480px){.wpmui-popup .buttons{height:80px;text-align:left}.wpmui-popup .buttons label{float:none;display:block;margin-bottom:.5em}.wpmui-popup .buttons .btn-save{float:right}}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table .column-cs_replacement{width:10%}#wpbody-content .wp-list-table .column-cs_replacement dt{opacity:.8;color:#666}#wpbody-content .wp-list-table .column-cs_replacement dd{margin-left:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit{border-top:1px solid #eee;margin-top:10px;padding-top:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit label span.title{display:block;float:left;min-width:5em;white-space:nowrap;padding-right:10px;width:auto}#wpbody-content .wp-list-table .inline-edit-row-page .inline-edit-col-right{float:right}
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
5 |
+
.module-export .pro-layer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99999;background:rgba(255,255,255,.8);text-align:center;font-size:26px;font-weight:100;padding-top:120px;line-height:1.5}.module-export .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.module-export .pro-layer a:hover,.module-export .pro-layer a:focus,.module-export .pro-layer a:active{background:#1E8CBE;color:#FFF}.frm-location .pro-layer{padding:10px;text-align:center;font-size:26px;font-weight:100;line-height:1.5}.frm-location .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.frm-location .pro-layer a:hover,.frm-location .pro-layer a:focus,.frm-location .pro-layer a:active{background:#1E8CBE;color:#FFF}.csb-pro-layer{float:left;position:relative;opacity:.5;margin-right:10px}.csb-pro-layer .pro-info{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;background:rgba(96,96,96,.75);z-index:99999;text-align:center;text-decoration:none;line-height:28px;font-size:16px;font-weight:100;color:#FFF;text-decoration:underline;padding:0;margin:0;overflow:hidden}.csb-pro-layer:hover{opacity:1}.csb-pro-layer:hover .pro-info,.csb-pro-layer:hover .pro-info:hover,.csb-pro-layer:hover .pro-info:active,.csb-pro-layer:hover .pro-info:focus{line-height:48px;left:-10px;top:-10px;right:-5px;bottom:-10px;opacity:1}.csb-pro-layer .button{margin:0 5px 0 0;float:left}.csb-pro-layer .button .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}#defaultsidebarspage p.submit{padding:0 0 10px;clear:both}#poststuff.defaultsdetailscontainer h2{border-bottom:0;margin-bottom:5px}#defaultsforposts,#defaultsforpages{padding:0 10px;background:#fcfcfc;overflow:hidden}.defaultsSelector{margin-bottom:30px}.cscolright{clear:right;float:right;margin:0;overflow:hidden;padding:0;width:49%}.cscolleft{margin:0;overflow:hidden;padding:0;width:49%}.widgets-php .widget-liquid-left{width:100%}.widgets-php .cs-wrap .widget-liquid-right .widget.open{z-index:9999!important}.widgets-php .widget-liquid-right{padding:0 0 75px;margin:-10px -214% 0 0;width:210%;background:#e4e4e4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:480px){.widgets-php .widget-liquid-right{width:100%}}.widgets-php .widget-liquid-right #widgets-right{margin:20px}.widgets-php .widget-liquid-right .overview{list-style:none;position:absolute;left:0;top:0;width:auto;right:0;padding-left:20px;border-left:1px solid #DDD}.widgets-php #wpcontent{position:relative}.widgets-php #wpcontent .wrap .cs-wrap{margin-right:68%;padding-top:1em;position:relative}@media screen and (max-width:480px){.widgets-php #wpcontent .wrap .cs-wrap{position:static;margin:0}}.widgets-php #wpcontent #screen-meta-links{position:relative;z-index:10}.widgets-php #wpcontent #screen-meta{position:relative;z-index:10}.widgets-php #widgets-left{margin-right:0!important}.widgets-php #footer{background:#fff;margin-right:0;padding-right:20px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new{background-color:#fff;padding:15px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new p{border-radius:4px;border:3px dashed #ddd;color:#777;cursor:pointer;font-weight:700;margin:0;padding:90px 10px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-box{border-radius:4px;margin:55px 0 16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront{background-color:#f9c200}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner{min-height:145px;margin-right:-16px;background:url(../img/devman.png) no-repeat 100% 50%;padding:50px 120px 45px 20px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p{font-size:1.4em;color:#000;margin-top:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p:last-of-type{margin-bottom:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner .button{background-color:#00a7e6;color:#fff;font-weight:700;height:auto;padding:15px 16px;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup{background-color:#fff}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner{background:url(../img/hand-with-heart.png) no-repeat 100% 100%;font-size:1.2em;min-height:227px;padding-bottom:10px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4,.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{margin:0;padding:0 120px 0 30px;font-size:1.1em}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4{color:#222;font-size:1.2em;padding-top:50px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{color:#c1272c;padding-top:16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{border-radius:4px;background-color:#fafafa;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:24px 30px 0;padding:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input{background-color:transparent;border:0;font-size:1em;margin:0;padding:10px 15px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:0 4px 4px 0;background-color:#00a7e6;color:#fff;min-width:3em;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{color:#aaa;-ms-flex-positive:1;flex-grow:1}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]:active{box-shadow:none}@media screen and (max-width:590px){.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{background-color:transparent;display:block}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{background-color:#fafafa}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:4px;display:block;margin:10px 0 0 auto;width:auto}}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-action.btn-export{white-space:nowrap}#cs-options .cs-filter{float:right}@media screen and (max-width:700px){#cs-options .cs-filter{float:none;margin-top:5px}}.sidebar-form{margin:0 15px}.sidebar-form label{display:block}.sidebar-form .submit{text-align:right;margin:0;padding:1em 0}.sidebar-form .description{margin-top:5px;text-align:right}.sidebar_name,.sidebar_description{width:100%}div#widgets-right .sidebar-name>h3{padding:15px}div#widgets-right .widgets-sortables .sidebar-name>h3{padding:15px 7px}.widgets-holder-wrap.closed>div:nth-child(2){display:none}#defaultsidebarspage .hndle{cursor:pointer}#customsidebarspage #col-right{width:62%}.widgets_access .widget-liquid-right{position:static}#oldbrowsererror{display:none}#defaultsidebarspage .postbox{position:static}#defaultsidebarspage .inside{position:static}body.appearance_page_customsidebars .wrap h2{float:none}body.appearance_page_customsidebars #poststuff h2{margin-top:0}.widget.ui-draggable-dragging{z-index:10001!important}.csb-more-content{display:none}.csb-has-more .csb-more-content{display:block}#cs-widgets-extra{display:none}#cs-title-options{zoom:1;background:#E8E8E8;margin:-20px -20px 0 -20px;padding:10px 20px 20px;border-bottom:1px solid #DDD}.cs-title h3{font-weight:100}.cs-title h3 .cs-icon{margin-left:10px;color:#999}.replaceable{position:relative}.replaceable .replace-marker{position:absolute;left:0;top:0;bottom:0;width:5px;margin:0 5px 0 0;border-left:2px solid #05c944;z-index:10}.replaceable .replace-marker:hover:before{content:attr(data-label);background:#333;color:#EEE;font-size:13px;white-space:nowrap;padding:5px;position:absolute;top:7px;right:13px;line-height:20px}.replaceable .replace-marker:hover:after{content:'';position:absolute;top:16px;right:3px;border:6px solid transparent;border-left-color:#333}.cs-message{margin:.5em 0;padding:10px;position:absolute;left:0;right:0;box-shadow:0 1px 10px rgba(0,0,0,.2);z-index:100}.cs-message .close{position:absolute;top:.5em;right:.5em;opacity:.3;color:#000;cursor:pointer;text-decoration:none;font-size:14px;line-height:26px;width:26px;text-align:center;background:rgba(0,0,0,.1)}.cs-message .close:hover,.cs-message .close:focus,.cs-message .close:active{opacity:1}.cs-update{background:#ffffe0;border:1px solid #E6DB55}.cs-error{background:#FFEBE8;border:1px solid #C00}.cs-toolbar{color:#333;padding:0;background:#FCFCFC;border-top:1px solid #E5E5E5}.cs-toolbar:after{display:table;content:'';clear:both}.closed .cs-toolbar{display:none}.cs-toolbar .cs-tool{text-decoration:none;line-height:40px;height:40px;padding:0 10px;white-space:nowrap;background:#FFF;position:relative;overflow:hidden}.cs-toolbar .dashicons{line-height:40px}.cs-toolbar .cs-separator{border-left:1px solid #E5E5E5;width:1px;padding:0;margin:0;height:40px;overflow:hidden;display:inline-block;color:#ddd}.cs-custom-sidebar .cs-tool,.cs-custom-sidebar .cs-separator{float:right}.cs-theme-sidebar .cs-tool,.cs-theme-sidebar .cs-separator{float:left}.cs-toolbar .delete-sidebar{color:#A00}.cs-toolbar .delete-sidebar:hover,.cs-toolbar .delete-sidebar:focus,.cs-toolbar .delete-sidebar:active{color:red}.cs-toolbar .cs-tool.btn-replaceable{color:#555}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.replaceable .cs-toolbar .cs-tool.btn-replaceable{background:#edfff3;color:#333}.replace-tip-box{float:left}.replace-tip{width:200px}.csb .button{outline:0}.csb .button>.dashicons,.csb .button-primary>.dashicons,.csb .button-secondary>.dashicons{opacity:.75;line-height:26px;margin-right:5px;transition:opacity .2s}.csb .button:hover>.dashicons,.csb .button-primary:hover>.dashicons,.csb .button-secondary:hover>.dashicons{opacity:1}.rtl div.widget-liquid-right{float:left;right:auto;left:0}.rtl.widgets-php #wpcontent .wrap .cs-wrap{margin-right:2px;margin-left:68%}.rtl.widgets-php .widget-liquid-right{margin:-10px 0 0 -214%}.rtl.widgets-php #widgets-left{margin-left:0!important}.rtl.widgets-php.folded #wpcontent,.rtl.widgets-php.folded #wpfooter{margin-left:325px;margin-right:52px}.rtl #cs-title-options h2{margin-right:5px}.rtl #cs-options .cs-filter{float:left}.rtl #cs-options .cs-action{margin-right:0;margin-left:20px}.rtl .sidebar-form .submit{text-align:left}.rtl #TB_ajaxWindowTitle{float:right}.rtl #TB_closeAjaxWindow{float:left}.csb-export-head{min-width:450px}.csb-export-head th{vertical-align:top;text-align:right;color:#679;width:150px}.csb-export-head tr:hover{background:#FAFAFA}.csb-export-head ul{margin:0}.csb-export-head .dashicons.hint{font-size:12px;line-height:22px}.csb-form{padding-left:15px}.csb-form h2,.csb-form h3,.csb-form .form-buttons,#poststuff .csb-form h2,#poststuff .csb-form h3,#poststuff .csb-form .form-buttons{padding-left:0;margin-left:-15px}.form-buttons{clear:both}.show-infos{position:relative;display:inline-block;margin:0 5px}h2 .show-infos{top:4px}.show-infos .export-infos{position:absolute;top:-5px;left:30px;font-size:13px;line-height:1.4em;font-weight:400;background:#FFF;box-shadow:0 1px 8px rgba(0,0,0,.2);border:3px solid #FAFAFA;padding:5px;z-index:10}.show-infos .export-infos:before,.show-infos .export-infos:after{content:'';position:absolute;left:-17px;top:5px;border:7px solid transparent;border-right-color:#FAFAFA;z-index:1}.show-infos .export-infos:after{left:-18px;top:5px;border-right-color:rgba(0,0,0,.15);z-index:0}.show-infos:hover .export-infos{display:block!important}.export-infos .section{font-weight:700;margin:10px 0 5px -2px;color:#666}.cs-half{float:left;width:49%;margin-right:1%}.cs-replaceable{margin-bottom:5px}.cs-replaceable>.details{display:none;margin:5px 0}.cs-replaceable.open>.details{display:block}.popup-content .message.no-sidebars{font-size:1.4em}@media screen and (max-width:480px){.wpmui-popup .buttons{height:80px;text-align:left}.wpmui-popup .buttons label{float:none;display:block;margin-bottom:.5em}.wpmui-popup .buttons .btn-save{float:right}}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table .column-cs_replacement{width:10%}#wpbody-content .wp-list-table .column-cs_replacement dt{opacity:.8;color:#666}#wpbody-content .wp-list-table .column-cs_replacement dd{margin-left:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit{border-top:1px solid #eee;margin-top:10px;padding-top:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit label span.title{display:block;float:left;min-width:5em;white-space:nowrap;padding-right:10px;width:auto}#wpbody-content .wp-list-table .inline-edit-row-page .inline-edit-col-right{float:right}
|
assets/js/cs-cloning.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global jQuery:false */
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global jQuery:false */
|
assets/js/cs-cloning.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
assets/js/cs-visibility.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global jQuery:false */
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global jQuery:false */
|
assets/js/cs-visibility.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
assets/js/cs.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global window:false */
|
@@ -1172,7 +1172,6 @@ window.csSidebars = null;
|
|
1172 |
for ( var key7 in data_aut ) {
|
1173 |
opt = jQuery( '<option></option>' );
|
1174 |
name = data_aut[ key7 ].name;
|
1175 |
-
|
1176 |
opt.attr( 'value', key7 ).text( name );
|
1177 |
lst_aut.append( opt );
|
1178 |
}
|
@@ -1218,6 +1217,36 @@ window.csSidebars = null;
|
|
1218 |
}
|
1219 |
});
|
1220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
} // end: handle_done_load()
|
1222 |
|
1223 |
// User clicks on "replace <sidebar> for <category>" checkbox.
|
@@ -1599,3 +1628,27 @@ jQuery.fn.sortElements = (function(){
|
|
1599 |
});
|
1600 |
});
|
1601 |
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*global window:false */
|
1172 |
for ( var key7 in data_aut ) {
|
1173 |
opt = jQuery( '<option></option>' );
|
1174 |
name = data_aut[ key7 ].name;
|
|
|
1175 |
opt.attr( 'value', key7 ).text( name );
|
1176 |
lst_aut.append( opt );
|
1177 |
}
|
1217 |
}
|
1218 |
});
|
1219 |
|
1220 |
+
/**
|
1221 |
+
* ----- Custom Taxomies ----------------------------------------------
|
1222 |
+
* @since 3.1.4
|
1223 |
+
*/
|
1224 |
+
var lst_custom_taxonomies = popup.$().find( '.cf-custom-taxonomies .cs-datalist' );
|
1225 |
+
lst_custom_taxonomies.each( function() {
|
1226 |
+
var data_custom_taxonomy = resp[$(this).data('id')];
|
1227 |
+
$(this).empty();
|
1228 |
+
// Add the options
|
1229 |
+
for ( var key_custom_taxonomy in data_custom_taxonomy ) {
|
1230 |
+
opt = jQuery( '<option></option>' );
|
1231 |
+
name = data_custom_taxonomy[ key_custom_taxonomy ].name;
|
1232 |
+
opt.attr( 'value', key_custom_taxonomy ).text( name );
|
1233 |
+
$(this).append( opt );
|
1234 |
+
}
|
1235 |
+
// Select options
|
1236 |
+
for ( var key_custom_tax in data_custom_taxonomy ) {
|
1237 |
+
if ( data_custom_taxonomy[ key_custom_tax ].single ) {
|
1238 |
+
for ( theme_sb in data_custom_taxonomy[ key_custom_tax ].single ) {
|
1239 |
+
_select_option(
|
1240 |
+
data_custom_taxonomy[ key_custom_tax ].single[ theme_sb ],
|
1241 |
+
theme_sb,
|
1242 |
+
key_custom_tax,
|
1243 |
+
$(this)
|
1244 |
+
);
|
1245 |
+
}
|
1246 |
+
}
|
1247 |
+
}
|
1248 |
+
});
|
1249 |
+
|
1250 |
} // end: handle_done_load()
|
1251 |
|
1252 |
// User clicks on "replace <sidebar> for <category>" checkbox.
|
1628 |
});
|
1629 |
});
|
1630 |
})(jQuery);
|
1631 |
+
|
1632 |
+
/*global console:false */
|
1633 |
+
/*global document:false */
|
1634 |
+
/*global ajaxurl:false */
|
1635 |
+
|
1636 |
+
/**
|
1637 |
+
* Handle "Custom sidebars configuration is allowed for:" option on
|
1638 |
+
* widgets screen options.
|
1639 |
+
*/
|
1640 |
+
(function($){
|
1641 |
+
jQuery(document).ready( function($) {
|
1642 |
+
$('#screen-options-wrap .cs-custom-taxonomies input[type=checkbox]').on( 'change', function() {
|
1643 |
+
var data = {
|
1644 |
+
'action': 'custom_sidebars_metabox_custom_taxonomies',
|
1645 |
+
'_wpnonce': $('#custom_sidebars_custom_taxonomies').val(),
|
1646 |
+
'fields': {}
|
1647 |
+
};
|
1648 |
+
$('#screen-options-wrap .cs-custom-taxonomies input[type=checkbox]').each( function() {
|
1649 |
+
data.fields[$(this).val()] = this.checked;
|
1650 |
+
});
|
1651 |
+
$.post( ajaxurl, data );
|
1652 |
+
});
|
1653 |
+
});
|
1654 |
+
})(jQuery);
|
assets/js/cs.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
/*! Custom Sidebars - v3.1.
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
5 |
-
function trim(a){a=a.replace(/^\s\s*/,"");for(var b=a.length-1;b>=0;b--)if(/\S/.test(a.charAt(b))){a=a.substring(0,b+1);break}return a}function CsSidebar(a,b){var c;this.id=a.split("%").join("\\%"),this.type=b,this.sb=jQuery("#"+this.id),this.widgets="",this.name=trim(this.sb.find(".sidebar-name h2").text()),this.description=trim(this.sb.find(".sidebar-description").text()),c="custom"===b?window.csSidebars.extras.find(".cs-custom-sidebar").clone():window.csSidebars.extras.find(".cs-theme-sidebar").clone(),this.sb.parent().append(c),c.find("label").each(function(){var b=jQuery(this);window.csSidebars.addIdToLabel(b,a)})}CsSidebar.prototype.getID=function(){return this.id.split("\\").join("")},window.csSidebars=null,function(a){window.csSidebars={sidebars:[],sidebar_prefix:"cs-",edit_form:null,delete_form:null,export_form:null,location_form:null,right:null,extras:null,action_handlers:{},init:function(){"undefined"!=typeof csSidebarsData&&csSidebars.initControls().initTopTools().initSidebars().initToolbars().initColumns()},initControls:function(){return csSidebars.right=jQuery("#widgets-right"),csSidebars.extras=jQuery("#cs-widgets-extra"),null===csSidebars.edit_form&&(csSidebars.edit_form=csSidebars.extras.find(".cs-editor").clone(),csSidebars.extras.find(".cs-editor").remove()),null===csSidebars.delete_form&&(csSidebars.delete_form=csSidebars.extras.find(".cs-delete").clone(),csSidebars.extras.find(".cs-delete").remove()),null===csSidebars.export_form&&(csSidebars.export_form=csSidebars.extras.find(".cs-export").clone(),csSidebars.extras.find(".cs-export").remove()),null===csSidebars.location_form&&(csSidebars.location_form=csSidebars.extras.find(".cs-location").clone(),csSidebars.extras.find(".cs-location").remove()),jQuery("#cs-title-options").detach().prependTo(csSidebars.right),csSidebars},initColumns:function(){function a(){var a=jQuery(this),b=a.closest(".sidebars-column-1, .sidebars-column-2"),c=b.data("sort-dir");c="asc"===c?"desc":"asc",csSidebars.sort_sidebars(b,c)}var b=csSidebars.right.find(".sidebars-column-1"),c=csSidebars.right.find(".sidebars-column-2"),d=jQuery('<div class="cs-title"><h2></h2></div>'),e=csSidebars.right.find(".widgets-holder-wrap");c.length||(c=jQuery('<div class="sidebars-column-2"></div>'),c.appendTo(csSidebars.right)),d.find("h2").append('<span class="cs-title-val"></span><i class="cs-icon dashicons dashicons-sort"></i>').css({cursor:"pointer"}),d.clone().prependTo(b).click(a).find(".cs-title-val").text(csSidebarsData.custom_sidebars),d.clone().prependTo(c).click(a).find(".cs-title-val").text(csSidebarsData.theme_sidebars),b=jQuery('<div class="inner"></div>').appendTo(b),c=jQuery('<div class="inner"></div>').appendTo(c),e.each(function(){var a=jQuery(this),d=a.find(".widgets-sortables");csSidebars.isCustomSidebar(d)?a.appendTo(b):a.appendTo(c)})},initSidebars:function(){return csSidebars.right.find(".widgets-sortables").each(function(){var a,b,c=!1,d=jQuery(this),e=d.attr("id");if(!0!==d.data("cs-init"))if(d.data("cs-init",!0),csSidebars.isCustomSidebar(this))b=csSidebars.add(e,"custom");else{b=csSidebars.add(e,"theme");for(a in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(a)&&csSidebarsData.replaceable[a]===e){c=!0;break}csSidebars.setReplaceable(b,c,!1)}}),csSidebars},initTopTools:function(){var a=jQuery(".btn-create-sidebar"),b=jQuery(".btn-export"),c=jQuery(".cs-options"),d=jQuery('<input type="search" class="cs-filter" />'),e={};return a.click(function(){e.id="",e.title=csSidebarsData.title_new,e.button=csSidebarsData.btn_new,e.description="",e.name="",csSidebars.showEditor(e)}),b.click(csSidebars.showExport),d.appendTo(c).attr("placeholder",csSidebarsData.filter).keyup(csSidebars.filter_sidebars).on("search",csSidebars.filter_sidebars),csSidebars},initToolbars:function(){function a(a){var b=jQuery(a.target).closest(".cs-tool"),c=b.data("action"),d=csSidebars.getIdFromEditbar(b),e=csSidebars.find(d);return!csSidebars.handleAction(c,e)}return csSidebars.registerAction("edit",csSidebars.showEditor),csSidebars.registerAction("location",csSidebars.showLocations),csSidebars.registerAction("delete",csSidebars.showRemove),csSidebars.registerAction("replaceable",csSidebars.setReplaceable),csSidebars.right.on("click",".cs-tool",a),csSidebars},handleAction:function(a,b){return"function"==typeof csSidebars.action_handlers[a]&&!!csSidebars.action_handlers[a](b)},registerAction:function(a,b){csSidebars.action_handlers[a]=b},showAjaxError:function(a){var b={};b.message=csSidebarsData.ajax_error,b.details=a,b.parent="#widgets-right",b.insert_after="#cs-title-options",b.id="editor",b.type="err",wpmUi.message(b)},sort_sidebars:function(a,b){var c=a.find(".widgets-holder-wrap"),d=a.find(".cs-title .cs-icon");c.sortElements(function(a,c){var d=jQuery(a).find(".sidebar-name h2").text(),e=jQuery(c).find(".sidebar-name h2").text();return"asc"===b?d>e?1:-1:d<e?1:-1}),a.data("sort-dir",b),"asc"===b?d.removeClass("dashicons-arrow-down dashicons-sort").addClass("dashicons-arrow-up"):d.removeClass("dashicons-arrow-up dashicons-sort").addClass("dashicons-arrow-down")},filter_sidebars:function(a){var b=jQuery("input.cs-filter").val().toLowerCase();csSidebars.right.find(".widgets-holder-wrap").each(function(){var a=jQuery(this);-1!==a.find(".sidebar-name h2").text().toLowerCase().indexOf(b)?a.show():a.hide()}),jQuery(window).trigger("cs-resize")},showEditor:function(b){function c(){i.$().removeClass("csb-has-more"),i.size(782,215)}function d(){i.$().addClass("csb-has-more"),i.size(782,545)}function e(){jQuery(this).prop("checked")?d():c()}function f(a,b,c){return i.loading(!1),!!a&&(b?(a.sidebar&&(a=a.sidebar),a.id&&i.$().find("#csb-id").val(a.id),a.name&&i.$().find("#csb-name").val(a.name),a.description&&i.$().find("#csb-description").val(a.description),a.before_title&&i.$().find("#csb-before-title").val(a.before_title),a.after_title&&i.$().find("#csb-after-title").val(a.after_title),a.before_widget&&i.$().find("#csb-before-widget").val(a.before_widget),a.after_widget&&i.$().find("#csb-after-widget").val(a.after_widget),a.button&&i.$().find(".btn-save").text(a.button),void(a.advance&&(i.$().find("#csb-more").prop("checked",!0),d()))):(i.destroy(),csSidebars.showAjaxError(a),!1))}function g(b,c,d){var e,f={};i.loading(!1),i.destroy(),f.message=b.message,f.parent="#widgets-right",f.insert_after="#cs-title-options",f.id="editor",c?"update"===b.action?(e=csSidebars.find(b.data.id),csSidebars.updateSidebar(e,b.data)):"insert"===b.action&&(csSidebars.insertSidebar(b.data),a(".cs-wrap .custom-sidebars-add-new").detach()):f.type="err",wpmUi.message(f)}function h(){var a=i.$().find("form");return 0<i.$("#csb-more:checked").length&&jQuery("<input>").attr({type:"hidden",value:"show",name:"advance"}).appendTo(a),i.loading(!0),j.reset().data(a).ondone(g).load_json(),!1}var i=null,j=null;return b instanceof CsSidebar&&(b={id:b.getID(),title:csSidebarsData.title_edit.replace("[Sidebar]",b.name),button:csSidebarsData.btn_edit}),i=wpmUi.popup().modal(!0).title(b.title).onshow(c).content(csSidebars.edit_form),c(),f(b,!0,null),j=wpmUi.ajax(null,"cs-ajax"),b.id&&(i.loading(!0),j.reset().data({do:"get",sb:b.id,_wpnonce:csSidebarsData._wpnonce_get}).ondone(f).load_json()),i.show(),i.$().find("#csb-name").focus(),i.$().on("keypress","#csb-name",function(b){13===b.keyCode&&0<a(this).val().length&&a("#csb-description").focus()}),i.$().on("keypress","#csb-description",function(a){13===a.keyCode&&i.$(".btn-save").click()}),i.$().on("click","#csb-more",e),i.$().on("click",".btn-save",h),i.$().on("click",".btn-cancel",i.destroy),!0},updateSidebar:function(a,b){return a.sb.find(".sidebar-name h2").text(b.name),a.sb.find(".sidebar-description").html('<p class="description"></p>').find(".description").text(b.description),csSidebars},insertSidebar:function(a){var b=jQuery('<div class="widgets-holder-wrap"></div>'),c=jQuery('<div class="widgets-sortables ui-sortable"></div>'),d=jQuery('<div class="sidebar-name"><div class="sidebar-name-arrow"><br></div><h2></h2></div>'),e=jQuery('<div class="sidebar-description"></div>'),f=csSidebars.right.find(".sidebars-column-1 > .inner:first");return c.attr("id",a.id),d.find("h2").text(a.name),e.html('<p class="description"></p>').find(".description").text(a.description),d.appendTo(c),e.appendTo(c),c.appendTo(b),b.prependTo(f),jQuery("#widgets-right .sidebar-name").unbind("click"),jQuery("#widgets-left .sidebar-name").unbind("click"),jQuery(document.body).unbind("click.widgets-toggle"),jQuery(".widgets-chooser").off("click.widgets-chooser").off("keyup.widgets-chooser"),jQuery("#available-widgets .widget .widget-title").off("click.widgets-chooser"),jQuery(".widgets-chooser-sidebars").empty(),window.wpWidgets.init(),csSidebars.initSidebars(),csSidebars},showExport:function(){function a(a){var b=jQuery(this).closest("form");return h.reset().data(b).load_http(),g.destroy(),a.preventDefault(),!1}function b(a,b,c){var d={};g.loading(!1),b?g.size(900,600).content(a.html):(d.message=a.message,d.parent=g.$().find(".wpmui-wnd-content"),d.insert_after=!1,d.id="export",d.class="wpmui-wnd-err",d.type="err",wpmUi.message(d))}function c(a){var c=jQuery(this).closest("form");return g.loading(!0),h.reset().data(c).ondone(b).load_json("cs-ajax"),a.preventDefault(),!1}function d(){var a=jQuery(this),b=a.prop("checked"),c=g.$().find(".column-widgets, .import-widgets");b?c.show():c.hide()}function e(){g.size(782,480),g.content(csSidebars.export_form)}function f(){var a=g.$().find(".frm-import");g.loading(!0),h.reset().data(a).load_http("_self")}var g=null,h=null;return g=wpmUi.popup().modal(!0).size(782,480).title(csSidebarsData.title_export).content(csSidebars.export_form).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("submit",".frm-export",a),g.$().on("submit",".frm-preview-import",c),g.$().on("change","#import-widgets",d),g.$().on("click",".btn-cancel",e),g.$().on("click",".btn-import",f),!0},showRemove:function(b){function c(a){a.find(".name").text(j)}function d(){g.loading(!1),g.destroy()}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+i).closest(".widgets-holder-wrap").remove(),csSidebars.remove(i),"delete"===a.action&&window.csSidebars.showGetStartedBox()):d.type="err",wpmUi.message(d)}function f(){g.loading(!0),h.reset().data({do:"delete",sb:i,_wpnonce:a("#_wp_nonce_cs_delete_sidebar").val()}).ondone(e).load_json()}var g=null,h=null,i=b.getID(),j=b.name;return g=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(c).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("click",".btn-cancel",d),g.$().on("click",".btn-delete",f),!0},showLocations:function(b){function c(b,c,d){function e(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function f(a,b,c,d){var e=d.closest(".cs-replaceable").filter("."+b),f=e.find('option[value="'+c+'"]'),g=e.find("optgroup.used"),h=e.find(".detail-toggle");a===k?(f.prop("selected",!0),!0!==h.prop("checked")&&(h.prop("checked",!0),e.addClass("open"),wpmUi.upgrade_multiselect(e))):(g.length||(g=jQuery('<optgroup class="used">').attr("label",e.data("lbl-used")).appendTo(e.find(".details select"))),f.detach().appendTo(g))}var h,i,j;if(g.loading(!1),!c)return g.destroy(),void csSidebars.showAjaxError(b);g.$().find(".sb-name").text(b.sidebar.name);var k=b.sidebar.id;g.$().find(".message.no-sidebars").hide();var l=0,m=g.$().find(".cs-replaceable");m.hide(),b.replaceable=wpmUi.obj(b.replaceable);for(var n in b.replaceable)b.replaceable.hasOwnProperty(n)&&(m.filter("."+b.replaceable[n]).show(),l++);0===l&&(g.$().find(".wpmui-box, .message, .button-primary").hide(),g.$().find(".message.no-sidebars").show().parent().addClass("notice notice-error").removeClass("hidden"));var o=g.$().find(".cs-datalist.cs-cat"),p=g.$().find(".cs-datalist.cs-arc-cat"),q=b.categories;p.empty(),o.empty();for(var r in q)e(q[r],p,r),e(q[r],o,r);for(var s in q){if(q[s].single)for(h in q[s].single)f(q[s].single[h],h,s,o);if(q[s].archive)for(h in q[s].archive)f(q[s].archive[h],h,s,p)}var t=g.$().find(".cs-datalist.cs-pt"),u=b.posttypes;t.empty();for(var v in u)i=jQuery("<option></option>"),j=u[v].name,i.attr("value",v).text(j),t.append(i);for(var w in u)if(u[w].single)for(h in u[w].single)f(u[w].single[h],h,w,t);var x=g.$().find(".cs-datalist.cs-arc"),y=b.archives;x.empty();for(var z in y)i=jQuery("<option></option>"),j=y[z].name,i.attr("value",z).text(j),x.append(i);for(var A in y)if(y[A].archive)for(h in y[A].archive)f(y[A].archive[h],h,A,x);var B=g.$().find(".cs-datalist.cs-arc-aut"),C=b.authors;B.empty();for(var D in C)i=jQuery("<option></option>"),j=C[D].name,i.attr("value",D).text(j),B.append(i);for(var E in C)if(C[E].archive)for(h in C[E].archive)f(C[E].archive[h],h,E,B);g.$().find(".cs-3rd-part .cs-datalist").each(function(){var c=b[a(this).data("id")];a(this).empty();for(var d in c)i=jQuery("<option></option>"),j=c[d].name,i.attr("value",d).text(j),a(this).append(i);for(var e in c)if(c[e].archive)for(h in c[e].archive)f(c[e].archive[h],h,e,a(this))})}function d(a){var b=jQuery(this),c=b.closest(".cs-replaceable"),d=c.find("select");b.prop("checked")?(c.addClass("open"),wpmUi.upgrade_multiselect(c),d.trigger("change.select2")):(c.removeClass("open"),d.val([]))}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b||(d.type="err"),wpmUi.message(d)}function f(){g.loading(!0),h.reset().data(i).ondone(e).load_json()}var g=null,h=null,i=null,j=b.getID();return g=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),g.loading(!0),i=g.$().find(".frm-location"),i.find(".sb-id").val(j),h=wpmUi.ajax(null,"cs-ajax"),h.reset().data({do:"get-location",sb:j}).ondone(c).load_json(),g.$().on("click",".detail-toggle",d),g.$().on("click",".btn-save",f),g.$().on("click",".btn-cancel",g.destroy),!0},setReplaceable:function(a,b,c){function d(a,b,c){a instanceof Object&&"object"==typeof a.replaceable&&(csSidebarsData.replaceable=wpmUi.obj(a.replaceable),f.find(".widgets-sortables").each(function(){var a=!1,b=jQuery(this),c=b.attr("id"),d=csSidebars.find(c);for(var e in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(e)&&csSidebarsData.replaceable[e]===c){a=!0;break}csSidebars.setReplaceable(d,a,!1)})),f.find(".cs-toolbar .chk-replaceable").prop("disabled",!1),f.find(".cs-toolbar .btn-replaceable").removeClass("wpmui-loading")}var e,f=csSidebars.right.find(".sidebars-column-2 .widgets-holder-wrap"),g=jQuery(a.sb).closest(".widgets-holder-wrap"),h=g.find(".cs-toolbar .chk-replaceable"),i=g.find(".replace-marker");g.find(".cs-toolbar .btn-replaceable");return void 0===b&&(b=h.prop("checked")),void 0===c&&(c=!0),h.data("active")!==b&&(h.data("active",b),h.prop("checked",b),b?(i.length||jQuery("<div></div>").appendTo(g).attr("data-label",csSidebarsData.lbl_replaceable).addClass("replace-marker"),g.addClass("replaceable")):(i.remove(),g.removeClass("replaceable")),c&&(f.find(".cs-toolbar .chk-replaceable").prop("disabled",!0),f.find(".cs-toolbar .btn-replaceable").addClass("wpmui-loading"),e=wpmUi.ajax(null,"cs-ajax"),e.reset().data({do:"replaceable",state:b,sb:a.getID()}).ondone(d).load_json()),!1)},find:function(a){return csSidebars.sidebars[a]},add:function(a,b){return csSidebars.sidebars[a]=new CsSidebar(a,b),csSidebars.sidebars[a]},remove:function(a){delete csSidebars.sidebars[a]},isCustomSidebar:function(a){return jQuery(a).attr("id").substr(0,csSidebars.sidebar_prefix.length)===csSidebars.sidebar_prefix},addIdToLabel:function(a,b){if(!0!==a.data("label-done")){var c=a.attr("for");a.attr("for",c+b),a.find(".has-label").attr("id",c+b),a.data("label-done",!0)}},getIdFromEditbar:function(a){return a.closest(".widgets-holder-wrap").find(".widgets-sortables:first").attr("id")},showGetStartedBox:function(){if(0===a(".sidebars-column-1 .inner .widgets-holder-wrap").length){var b=wp.template("custom-sidebars-new");a(".sidebars-column-1 .inner").before(b()),a(".custom-sidebars-add-new").on("click",function(){a("button.btn-create-sidebar").click()})}}},jQuery(function(a){a("#csfooter").hide(),a("#widgets-right").length>0&&csSidebars.init(),a(".defaultsContainer").hide(),a("#widgets-right .widgets-sortables").on("sort",function(b,c){a("#widgets-right").top;c.position.top=-a("#widgets-right").css("top")})}),jQuery(document).ready(function(a){window.setTimeout(function(){window.csSidebars.showGetStartedBox()},1e3)})}(jQuery),jQuery.fn.sortElements=function(){var a=[].sort;return function(b,c){c=c||function(){return this};var d=this.map(function(){var a=c.call(this),b=a.parentNode,d=b.insertBefore(document.createTextNode(""),a.nextSibling);return function(){if(b===this)throw new Error("You can't sort elements if any one is a descendant of another.");b.insertBefore(this,d),b.removeChild(d)}});return a.call(this,b).each(function(a){d[a].call(c.call(this))})}}(),function(a){jQuery(document).ready(function(a){a("#screen-options-wrap .cs-roles input[type=checkbox]").on("change",function(){var b={action:"custom_sidebars_metabox_roles",_wpnonce:a("#custom_sidebars_metabox_roles").val(),fields:{}};a("#screen-options-wrap .cs-roles input[type=checkbox]").each(function(){b.fields[a(this).val()]=this.checked}),a.post(ajaxurl,b)})})}(jQuery);
|
1 |
+
/*! Custom Sidebars - v3.1.4
|
2 |
* https://premium.wpmudev.org/project/custom-sidebars-pro/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
5 |
+
function trim(a){a=a.replace(/^\s\s*/,"");for(var b=a.length-1;b>=0;b--)if(/\S/.test(a.charAt(b))){a=a.substring(0,b+1);break}return a}function CsSidebar(a,b){var c;this.id=a.split("%").join("\\%"),this.type=b,this.sb=jQuery("#"+this.id),this.widgets="",this.name=trim(this.sb.find(".sidebar-name h2").text()),this.description=trim(this.sb.find(".sidebar-description").text()),c="custom"===b?window.csSidebars.extras.find(".cs-custom-sidebar").clone():window.csSidebars.extras.find(".cs-theme-sidebar").clone(),this.sb.parent().append(c),c.find("label").each(function(){var b=jQuery(this);window.csSidebars.addIdToLabel(b,a)})}CsSidebar.prototype.getID=function(){return this.id.split("\\").join("")},window.csSidebars=null,function(a){window.csSidebars={sidebars:[],sidebar_prefix:"cs-",edit_form:null,delete_form:null,export_form:null,location_form:null,right:null,extras:null,action_handlers:{},init:function(){"undefined"!=typeof csSidebarsData&&csSidebars.initControls().initTopTools().initSidebars().initToolbars().initColumns()},initControls:function(){return csSidebars.right=jQuery("#widgets-right"),csSidebars.extras=jQuery("#cs-widgets-extra"),null===csSidebars.edit_form&&(csSidebars.edit_form=csSidebars.extras.find(".cs-editor").clone(),csSidebars.extras.find(".cs-editor").remove()),null===csSidebars.delete_form&&(csSidebars.delete_form=csSidebars.extras.find(".cs-delete").clone(),csSidebars.extras.find(".cs-delete").remove()),null===csSidebars.export_form&&(csSidebars.export_form=csSidebars.extras.find(".cs-export").clone(),csSidebars.extras.find(".cs-export").remove()),null===csSidebars.location_form&&(csSidebars.location_form=csSidebars.extras.find(".cs-location").clone(),csSidebars.extras.find(".cs-location").remove()),jQuery("#cs-title-options").detach().prependTo(csSidebars.right),csSidebars},initColumns:function(){function a(){var a=jQuery(this),b=a.closest(".sidebars-column-1, .sidebars-column-2"),c=b.data("sort-dir");c="asc"===c?"desc":"asc",csSidebars.sort_sidebars(b,c)}var b=csSidebars.right.find(".sidebars-column-1"),c=csSidebars.right.find(".sidebars-column-2"),d=jQuery('<div class="cs-title"><h2></h2></div>'),e=csSidebars.right.find(".widgets-holder-wrap");c.length||(c=jQuery('<div class="sidebars-column-2"></div>'),c.appendTo(csSidebars.right)),d.find("h2").append('<span class="cs-title-val"></span><i class="cs-icon dashicons dashicons-sort"></i>').css({cursor:"pointer"}),d.clone().prependTo(b).click(a).find(".cs-title-val").text(csSidebarsData.custom_sidebars),d.clone().prependTo(c).click(a).find(".cs-title-val").text(csSidebarsData.theme_sidebars),b=jQuery('<div class="inner"></div>').appendTo(b),c=jQuery('<div class="inner"></div>').appendTo(c),e.each(function(){var a=jQuery(this),d=a.find(".widgets-sortables");csSidebars.isCustomSidebar(d)?a.appendTo(b):a.appendTo(c)})},initSidebars:function(){return csSidebars.right.find(".widgets-sortables").each(function(){var a,b,c=!1,d=jQuery(this),e=d.attr("id");if(!0!==d.data("cs-init"))if(d.data("cs-init",!0),csSidebars.isCustomSidebar(this))b=csSidebars.add(e,"custom");else{b=csSidebars.add(e,"theme");for(a in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(a)&&csSidebarsData.replaceable[a]===e){c=!0;break}csSidebars.setReplaceable(b,c,!1)}}),csSidebars},initTopTools:function(){var a=jQuery(".btn-create-sidebar"),b=jQuery(".btn-export"),c=jQuery(".cs-options"),d=jQuery('<input type="search" class="cs-filter" />'),e={};return a.click(function(){e.id="",e.title=csSidebarsData.title_new,e.button=csSidebarsData.btn_new,e.description="",e.name="",csSidebars.showEditor(e)}),b.click(csSidebars.showExport),d.appendTo(c).attr("placeholder",csSidebarsData.filter).keyup(csSidebars.filter_sidebars).on("search",csSidebars.filter_sidebars),csSidebars},initToolbars:function(){function a(a){var b=jQuery(a.target).closest(".cs-tool"),c=b.data("action"),d=csSidebars.getIdFromEditbar(b),e=csSidebars.find(d);return!csSidebars.handleAction(c,e)}return csSidebars.registerAction("edit",csSidebars.showEditor),csSidebars.registerAction("location",csSidebars.showLocations),csSidebars.registerAction("delete",csSidebars.showRemove),csSidebars.registerAction("replaceable",csSidebars.setReplaceable),csSidebars.right.on("click",".cs-tool",a),csSidebars},handleAction:function(a,b){return"function"==typeof csSidebars.action_handlers[a]&&!!csSidebars.action_handlers[a](b)},registerAction:function(a,b){csSidebars.action_handlers[a]=b},showAjaxError:function(a){var b={};b.message=csSidebarsData.ajax_error,b.details=a,b.parent="#widgets-right",b.insert_after="#cs-title-options",b.id="editor",b.type="err",wpmUi.message(b)},sort_sidebars:function(a,b){var c=a.find(".widgets-holder-wrap"),d=a.find(".cs-title .cs-icon");c.sortElements(function(a,c){var d=jQuery(a).find(".sidebar-name h2").text(),e=jQuery(c).find(".sidebar-name h2").text();return"asc"===b?d>e?1:-1:d<e?1:-1}),a.data("sort-dir",b),"asc"===b?d.removeClass("dashicons-arrow-down dashicons-sort").addClass("dashicons-arrow-up"):d.removeClass("dashicons-arrow-up dashicons-sort").addClass("dashicons-arrow-down")},filter_sidebars:function(a){var b=jQuery("input.cs-filter").val().toLowerCase();csSidebars.right.find(".widgets-holder-wrap").each(function(){var a=jQuery(this);-1!==a.find(".sidebar-name h2").text().toLowerCase().indexOf(b)?a.show():a.hide()}),jQuery(window).trigger("cs-resize")},showEditor:function(b){function c(){i.$().removeClass("csb-has-more"),i.size(782,215)}function d(){i.$().addClass("csb-has-more"),i.size(782,545)}function e(){jQuery(this).prop("checked")?d():c()}function f(a,b,c){return i.loading(!1),!!a&&(b?(a.sidebar&&(a=a.sidebar),a.id&&i.$().find("#csb-id").val(a.id),a.name&&i.$().find("#csb-name").val(a.name),a.description&&i.$().find("#csb-description").val(a.description),a.before_title&&i.$().find("#csb-before-title").val(a.before_title),a.after_title&&i.$().find("#csb-after-title").val(a.after_title),a.before_widget&&i.$().find("#csb-before-widget").val(a.before_widget),a.after_widget&&i.$().find("#csb-after-widget").val(a.after_widget),a.button&&i.$().find(".btn-save").text(a.button),void(a.advance&&(i.$().find("#csb-more").prop("checked",!0),d()))):(i.destroy(),csSidebars.showAjaxError(a),!1))}function g(b,c,d){var e,f={};i.loading(!1),i.destroy(),f.message=b.message,f.parent="#widgets-right",f.insert_after="#cs-title-options",f.id="editor",c?"update"===b.action?(e=csSidebars.find(b.data.id),csSidebars.updateSidebar(e,b.data)):"insert"===b.action&&(csSidebars.insertSidebar(b.data),a(".cs-wrap .custom-sidebars-add-new").detach()):f.type="err",wpmUi.message(f)}function h(){var a=i.$().find("form");return 0<i.$("#csb-more:checked").length&&jQuery("<input>").attr({type:"hidden",value:"show",name:"advance"}).appendTo(a),i.loading(!0),j.reset().data(a).ondone(g).load_json(),!1}var i=null,j=null;return b instanceof CsSidebar&&(b={id:b.getID(),title:csSidebarsData.title_edit.replace("[Sidebar]",b.name),button:csSidebarsData.btn_edit}),i=wpmUi.popup().modal(!0).title(b.title).onshow(c).content(csSidebars.edit_form),c(),f(b,!0,null),j=wpmUi.ajax(null,"cs-ajax"),b.id&&(i.loading(!0),j.reset().data({do:"get",sb:b.id,_wpnonce:csSidebarsData._wpnonce_get}).ondone(f).load_json()),i.show(),i.$().find("#csb-name").focus(),i.$().on("keypress","#csb-name",function(b){13===b.keyCode&&0<a(this).val().length&&a("#csb-description").focus()}),i.$().on("keypress","#csb-description",function(a){13===a.keyCode&&i.$(".btn-save").click()}),i.$().on("click","#csb-more",e),i.$().on("click",".btn-save",h),i.$().on("click",".btn-cancel",i.destroy),!0},updateSidebar:function(a,b){return a.sb.find(".sidebar-name h2").text(b.name),a.sb.find(".sidebar-description").html('<p class="description"></p>').find(".description").text(b.description),csSidebars},insertSidebar:function(a){var b=jQuery('<div class="widgets-holder-wrap"></div>'),c=jQuery('<div class="widgets-sortables ui-sortable"></div>'),d=jQuery('<div class="sidebar-name"><div class="sidebar-name-arrow"><br></div><h2></h2></div>'),e=jQuery('<div class="sidebar-description"></div>'),f=csSidebars.right.find(".sidebars-column-1 > .inner:first");return c.attr("id",a.id),d.find("h2").text(a.name),e.html('<p class="description"></p>').find(".description").text(a.description),d.appendTo(c),e.appendTo(c),c.appendTo(b),b.prependTo(f),jQuery("#widgets-right .sidebar-name").unbind("click"),jQuery("#widgets-left .sidebar-name").unbind("click"),jQuery(document.body).unbind("click.widgets-toggle"),jQuery(".widgets-chooser").off("click.widgets-chooser").off("keyup.widgets-chooser"),jQuery("#available-widgets .widget .widget-title").off("click.widgets-chooser"),jQuery(".widgets-chooser-sidebars").empty(),window.wpWidgets.init(),csSidebars.initSidebars(),csSidebars},showExport:function(){function a(a){var b=jQuery(this).closest("form");return h.reset().data(b).load_http(),g.destroy(),a.preventDefault(),!1}function b(a,b,c){var d={};g.loading(!1),b?g.size(900,600).content(a.html):(d.message=a.message,d.parent=g.$().find(".wpmui-wnd-content"),d.insert_after=!1,d.id="export",d.class="wpmui-wnd-err",d.type="err",wpmUi.message(d))}function c(a){var c=jQuery(this).closest("form");return g.loading(!0),h.reset().data(c).ondone(b).load_json("cs-ajax"),a.preventDefault(),!1}function d(){var a=jQuery(this),b=a.prop("checked"),c=g.$().find(".column-widgets, .import-widgets");b?c.show():c.hide()}function e(){g.size(782,480),g.content(csSidebars.export_form)}function f(){var a=g.$().find(".frm-import");g.loading(!0),h.reset().data(a).load_http("_self")}var g=null,h=null;return g=wpmUi.popup().modal(!0).size(782,480).title(csSidebarsData.title_export).content(csSidebars.export_form).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("submit",".frm-export",a),g.$().on("submit",".frm-preview-import",c),g.$().on("change","#import-widgets",d),g.$().on("click",".btn-cancel",e),g.$().on("click",".btn-import",f),!0},showRemove:function(b){function c(a){a.find(".name").text(j)}function d(){g.loading(!1),g.destroy()}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+i).closest(".widgets-holder-wrap").remove(),csSidebars.remove(i),"delete"===a.action&&window.csSidebars.showGetStartedBox()):d.type="err",wpmUi.message(d)}function f(){g.loading(!0),h.reset().data({do:"delete",sb:i,_wpnonce:a("#_wp_nonce_cs_delete_sidebar").val()}).ondone(e).load_json()}var g=null,h=null,i=b.getID(),j=b.name;return g=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(c).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("click",".btn-cancel",d),g.$().on("click",".btn-delete",f),!0},showLocations:function(b){function c(b,c,d){function e(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function f(a,b,c,d){var e=d.closest(".cs-replaceable").filter("."+b),f=e.find('option[value="'+c+'"]'),g=e.find("optgroup.used"),h=e.find(".detail-toggle");a===k?(f.prop("selected",!0),!0!==h.prop("checked")&&(h.prop("checked",!0),e.addClass("open"),wpmUi.upgrade_multiselect(e))):(g.length||(g=jQuery('<optgroup class="used">').attr("label",e.data("lbl-used")).appendTo(e.find(".details select"))),f.detach().appendTo(g))}var h,i,j;if(g.loading(!1),!c)return g.destroy(),void csSidebars.showAjaxError(b);g.$().find(".sb-name").text(b.sidebar.name);var k=b.sidebar.id;g.$().find(".message.no-sidebars").hide();var l=0,m=g.$().find(".cs-replaceable");m.hide(),b.replaceable=wpmUi.obj(b.replaceable);for(var n in b.replaceable)b.replaceable.hasOwnProperty(n)&&(m.filter("."+b.replaceable[n]).show(),l++);0===l&&(g.$().find(".wpmui-box, .message, .button-primary").hide(),g.$().find(".message.no-sidebars").show().parent().addClass("notice notice-error").removeClass("hidden"));var o=g.$().find(".cs-datalist.cs-cat"),p=g.$().find(".cs-datalist.cs-arc-cat"),q=b.categories;p.empty(),o.empty();for(var r in q)e(q[r],p,r),e(q[r],o,r);for(var s in q){if(q[s].single)for(h in q[s].single)f(q[s].single[h],h,s,o);if(q[s].archive)for(h in q[s].archive)f(q[s].archive[h],h,s,p)}var t=g.$().find(".cs-datalist.cs-pt"),u=b.posttypes;t.empty();for(var v in u)i=jQuery("<option></option>"),j=u[v].name,i.attr("value",v).text(j),t.append(i);for(var w in u)if(u[w].single)for(h in u[w].single)f(u[w].single[h],h,w,t);var x=g.$().find(".cs-datalist.cs-arc"),y=b.archives;x.empty();for(var z in y)i=jQuery("<option></option>"),j=y[z].name,i.attr("value",z).text(j),x.append(i);for(var A in y)if(y[A].archive)for(h in y[A].archive)f(y[A].archive[h],h,A,x);var B=g.$().find(".cs-datalist.cs-arc-aut"),C=b.authors;B.empty();for(var D in C)i=jQuery("<option></option>"),j=C[D].name,i.attr("value",D).text(j),B.append(i);for(var E in C)if(C[E].archive)for(h in C[E].archive)f(C[E].archive[h],h,E,B);g.$().find(".cs-3rd-part .cs-datalist").each(function(){var c=b[a(this).data("id")];a(this).empty();for(var d in c)i=jQuery("<option></option>"),j=c[d].name,i.attr("value",d).text(j),a(this).append(i);for(var e in c)if(c[e].archive)for(h in c[e].archive)f(c[e].archive[h],h,e,a(this))}),g.$().find(".cf-custom-taxonomies .cs-datalist").each(function(){var c=b[a(this).data("id")];a(this).empty();for(var d in c)i=jQuery("<option></option>"),j=c[d].name,i.attr("value",d).text(j),a(this).append(i);for(var e in c)if(c[e].single)for(h in c[e].single)f(c[e].single[h],h,e,a(this))})}function d(a){var b=jQuery(this),c=b.closest(".cs-replaceable"),d=c.find("select");b.prop("checked")?(c.addClass("open"),wpmUi.upgrade_multiselect(c),d.trigger("change.select2")):(c.removeClass("open"),d.val([]))}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b||(d.type="err"),wpmUi.message(d)}function f(){g.loading(!0),h.reset().data(i).ondone(e).load_json()}var g=null,h=null,i=null,j=b.getID();return g=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),g.loading(!0),i=g.$().find(".frm-location"),i.find(".sb-id").val(j),h=wpmUi.ajax(null,"cs-ajax"),h.reset().data({do:"get-location",sb:j}).ondone(c).load_json(),g.$().on("click",".detail-toggle",d),g.$().on("click",".btn-save",f),g.$().on("click",".btn-cancel",g.destroy),!0},setReplaceable:function(a,b,c){function d(a,b,c){a instanceof Object&&"object"==typeof a.replaceable&&(csSidebarsData.replaceable=wpmUi.obj(a.replaceable),f.find(".widgets-sortables").each(function(){var a=!1,b=jQuery(this),c=b.attr("id"),d=csSidebars.find(c);for(var e in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(e)&&csSidebarsData.replaceable[e]===c){a=!0;break}csSidebars.setReplaceable(d,a,!1)})),f.find(".cs-toolbar .chk-replaceable").prop("disabled",!1),f.find(".cs-toolbar .btn-replaceable").removeClass("wpmui-loading")}var e,f=csSidebars.right.find(".sidebars-column-2 .widgets-holder-wrap"),g=jQuery(a.sb).closest(".widgets-holder-wrap"),h=g.find(".cs-toolbar .chk-replaceable"),i=g.find(".replace-marker");g.find(".cs-toolbar .btn-replaceable");return void 0===b&&(b=h.prop("checked")),void 0===c&&(c=!0),h.data("active")!==b&&(h.data("active",b),h.prop("checked",b),b?(i.length||jQuery("<div></div>").appendTo(g).attr("data-label",csSidebarsData.lbl_replaceable).addClass("replace-marker"),g.addClass("replaceable")):(i.remove(),g.removeClass("replaceable")),c&&(f.find(".cs-toolbar .chk-replaceable").prop("disabled",!0),f.find(".cs-toolbar .btn-replaceable").addClass("wpmui-loading"),e=wpmUi.ajax(null,"cs-ajax"),e.reset().data({do:"replaceable",state:b,sb:a.getID()}).ondone(d).load_json()),!1)},find:function(a){return csSidebars.sidebars[a]},add:function(a,b){return csSidebars.sidebars[a]=new CsSidebar(a,b),csSidebars.sidebars[a]},remove:function(a){delete csSidebars.sidebars[a]},isCustomSidebar:function(a){return jQuery(a).attr("id").substr(0,csSidebars.sidebar_prefix.length)===csSidebars.sidebar_prefix},addIdToLabel:function(a,b){if(!0!==a.data("label-done")){var c=a.attr("for");a.attr("for",c+b),a.find(".has-label").attr("id",c+b),a.data("label-done",!0)}},getIdFromEditbar:function(a){return a.closest(".widgets-holder-wrap").find(".widgets-sortables:first").attr("id")},showGetStartedBox:function(){if(0===a(".sidebars-column-1 .inner .widgets-holder-wrap").length){var b=wp.template("custom-sidebars-new");a(".sidebars-column-1 .inner").before(b()),a(".custom-sidebars-add-new").on("click",function(){a("button.btn-create-sidebar").click()})}}},jQuery(function(a){a("#csfooter").hide(),a("#widgets-right").length>0&&csSidebars.init(),a(".defaultsContainer").hide(),a("#widgets-right .widgets-sortables").on("sort",function(b,c){a("#widgets-right").top;c.position.top=-a("#widgets-right").css("top")})}),jQuery(document).ready(function(a){window.setTimeout(function(){window.csSidebars.showGetStartedBox()},1e3)})}(jQuery),jQuery.fn.sortElements=function(){var a=[].sort;return function(b,c){c=c||function(){return this};var d=this.map(function(){var a=c.call(this),b=a.parentNode,d=b.insertBefore(document.createTextNode(""),a.nextSibling);return function(){if(b===this)throw new Error("You can't sort elements if any one is a descendant of another.");b.insertBefore(this,d),b.removeChild(d)}});return a.call(this,b).each(function(a){d[a].call(c.call(this))})}}(),function(a){jQuery(document).ready(function(a){a("#screen-options-wrap .cs-roles input[type=checkbox]").on("change",function(){var b={action:"custom_sidebars_metabox_roles",_wpnonce:a("#custom_sidebars_metabox_roles").val(),fields:{}};a("#screen-options-wrap .cs-roles input[type=checkbox]").each(function(){b.fields[a(this).val()]=this.checked}),a.post(ajaxurl,b)})})}(jQuery),function(a){jQuery(document).ready(function(a){a("#screen-options-wrap .cs-custom-taxonomies input[type=checkbox]").on("change",function(){var b={action:"custom_sidebars_metabox_custom_taxonomies",_wpnonce:a("#custom_sidebars_custom_taxonomies").val(),fields:{}};a("#screen-options-wrap .cs-custom-taxonomies input[type=checkbox]").each(function(){b.fields[a(this).val()]=this.checked}),a.post(ajaxurl,b)})})}(jQuery);
|
customsidebars.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Custom Sidebars
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-sidebars/
|
5 |
* Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
|
6 |
-
* Version: 3.1.
|
7 |
* Author: WPMU DEV
|
8 |
* Author URI: http://premium.wpmudev.org/
|
9 |
* Textdomain: custom-sidebars
|
@@ -50,7 +50,6 @@ function inc_sidebars_init() {
|
|
50 |
|
51 |
define( 'CSB_PLUGIN', __FILE__ );
|
52 |
define( 'CSB_IS_PRO', false );
|
53 |
-
define( 'CSB_LANG_DIR', $plugin_dir_rel . '/lang/' );
|
54 |
define( 'CSB_VIEWS_DIR', $plugin_dir . '/views/' );
|
55 |
define( 'CSB_INC_DIR', $plugin_dir . '/inc/' );
|
56 |
define( 'CSB_JS_URL', $plugin_url . 'assets/js/' );
|
@@ -113,12 +112,6 @@ if ( ! class_exists( 'CustomSidebarsEmptyPlugin' ) ) {
|
|
113 |
|
114 |
// Translation.
|
115 |
function inc_sidebars_init_translation() {
|
116 |
-
|
117 |
-
load_plugin_textdomain(
|
118 |
-
'custom-sidebars',
|
119 |
-
false,
|
120 |
-
CSB_LANG_DIR
|
121 |
-
);
|
122 |
-
}
|
123 |
}
|
124 |
add_action( 'plugins_loaded', 'inc_sidebars_init_translation' );
|
3 |
* Plugin Name: Custom Sidebars
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-sidebars/
|
5 |
* Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
|
6 |
+
* Version: 3.1.4
|
7 |
* Author: WPMU DEV
|
8 |
* Author URI: http://premium.wpmudev.org/
|
9 |
* Textdomain: custom-sidebars
|
50 |
|
51 |
define( 'CSB_PLUGIN', __FILE__ );
|
52 |
define( 'CSB_IS_PRO', false );
|
|
|
53 |
define( 'CSB_VIEWS_DIR', $plugin_dir . '/views/' );
|
54 |
define( 'CSB_INC_DIR', $plugin_dir . '/inc/' );
|
55 |
define( 'CSB_JS_URL', $plugin_url . 'assets/js/' );
|
112 |
|
113 |
// Translation.
|
114 |
function inc_sidebars_init_translation() {
|
115 |
+
load_plugin_textdomain( 'custom-sidebars', false, basename( dirname( __FILE__ ) ) . '/languages');
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
}
|
117 |
add_action( 'plugins_loaded', 'inc_sidebars_init_translation' );
|
inc/class-custom-sidebars-editor.php
CHANGED
@@ -16,6 +16,13 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
16 |
*/
|
17 |
private $metabox_roles_name = 'custom_sidebars_metabox_roles';
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
/**
|
20 |
* Returns the singleton object.
|
21 |
*
|
@@ -23,11 +30,9 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
23 |
*/
|
24 |
public static function instance() {
|
25 |
static $Inst = null;
|
26 |
-
|
27 |
if ( null === $Inst ) {
|
28 |
$Inst = new CustomSidebarsEditor();
|
29 |
}
|
30 |
-
|
31 |
return $Inst;
|
32 |
}
|
33 |
|
@@ -72,6 +77,7 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
72 |
*/
|
73 |
add_filter( 'screen_settings', array( $this, 'add_capabilities_select_box' ), 10, 2 );
|
74 |
add_action( 'wp_ajax_custom_sidebars_metabox_roles', array( $this, 'update_custom_sidebars_metabox_roles' ) );
|
|
|
75 |
|
76 |
/**
|
77 |
* Check user privileges
|
@@ -453,7 +459,6 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
453 |
*/
|
454 |
private function set_replaceable( $req ) {
|
455 |
$state = @$_POST['state'];
|
456 |
-
|
457 |
$options = self::get_options();
|
458 |
if ( 'true' === $state ) {
|
459 |
$req->status = true;
|
@@ -603,7 +608,7 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
603 |
}
|
604 |
|
605 |
/**
|
606 |
-
* Custom taxonomies
|
607 |
*
|
608 |
* @since 3.0.7
|
609 |
*/
|
@@ -626,6 +631,42 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
626 |
}
|
627 |
}
|
628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
/**
|
630 |
* Category archive.
|
631 |
*/
|
@@ -645,7 +686,6 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
645 |
$authors = array();
|
646 |
foreach ( $raw_authors as $user ) {
|
647 |
$sel_archive = @$defaults['author_archive'][ @$user->ID ];
|
648 |
-
|
649 |
$authors[ @$user->ID ] = array(
|
650 |
'name' => @$user->display_name,
|
651 |
'archive' => self::get_array( $sel_archive ),
|
@@ -727,9 +767,7 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
727 |
'who' => 'authors',
|
728 |
)
|
729 |
);
|
730 |
-
|
731 |
// == Update the options
|
732 |
-
|
733 |
foreach ( $sidebars as $sb_id ) {
|
734 |
// Post-type settings.
|
735 |
foreach ( $raw_posttype as $item ) {
|
@@ -836,6 +874,30 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
836 |
) {
|
837 |
unset( $options['taxonomies_archive'][ $taxonomy ][ $sb_id ] );
|
838 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
}
|
840 |
|
841 |
/**
|
@@ -1147,13 +1209,10 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
1147 |
*/
|
1148 |
static protected function wpml_translate( $sidebar ) {
|
1149 |
if ( ! function_exists( 'icl_t' ) ) { return $sidebar; }
|
1150 |
-
|
1151 |
$context = 'Sidebar';
|
1152 |
-
|
1153 |
// Translate the name and description.
|
1154 |
// Note: When changing a translation the icl_t() function will not
|
1155 |
// return the updated value due to caching.
|
1156 |
-
|
1157 |
if ( isset( $sidebar['name_lang'] ) ) {
|
1158 |
$sidebar['name'] = $sidebar['name_lang'];
|
1159 |
} else {
|
@@ -1401,6 +1460,27 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
1401 |
}
|
1402 |
}
|
1403 |
$screen_settings .= '</fieldset>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1404 |
}
|
1405 |
return $screen_settings;
|
1406 |
}
|
@@ -1411,18 +1491,45 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
1411 |
* @since 3.0.9
|
1412 |
*/
|
1413 |
public function update_custom_sidebars_metabox_roles() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1414 |
if ( ! isset( $_REQUEST['_wpnonce'] ) || ! isset( $_REQUEST['fields'] ) ) {
|
1415 |
wp_send_json_error();
|
1416 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1417 |
$value = array();
|
1418 |
foreach ( $_REQUEST['fields'] as $role => $status ) {
|
1419 |
if ( 'true' == $status ) {
|
1420 |
$value[] = $role;
|
1421 |
}
|
1422 |
}
|
1423 |
-
$status = add_option( $
|
1424 |
if ( ! $status ) {
|
1425 |
-
update_option( $
|
1426 |
}
|
1427 |
wp_send_json_success();
|
1428 |
}
|
@@ -1447,4 +1554,17 @@ class CustomSidebarsEditor extends CustomSidebars {
|
|
1447 |
}
|
1448 |
return false;
|
1449 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1450 |
};
|
16 |
*/
|
17 |
private $metabox_roles_name = 'custom_sidebars_metabox_roles';
|
18 |
|
19 |
+
/**
|
20 |
+
* Custom taxoniomies name
|
21 |
+
*
|
22 |
+
* @since 3.0.9
|
23 |
+
*/
|
24 |
+
private $custom_taxonomies_name = 'custom_sidebars_custom_taxonomies';
|
25 |
+
|
26 |
/**
|
27 |
* Returns the singleton object.
|
28 |
*
|
30 |
*/
|
31 |
public static function instance() {
|
32 |
static $Inst = null;
|
|
|
33 |
if ( null === $Inst ) {
|
34 |
$Inst = new CustomSidebarsEditor();
|
35 |
}
|
|
|
36 |
return $Inst;
|
37 |
}
|
38 |
|
77 |
*/
|
78 |
add_filter( 'screen_settings', array( $this, 'add_capabilities_select_box' ), 10, 2 );
|
79 |
add_action( 'wp_ajax_custom_sidebars_metabox_roles', array( $this, 'update_custom_sidebars_metabox_roles' ) );
|
80 |
+
add_action( 'wp_ajax_custom_sidebars_metabox_custom_taxonomies', array( $this, 'update_custom_sidebars_metabox_custom_taxonomies' ) );
|
81 |
|
82 |
/**
|
83 |
* Check user privileges
|
459 |
*/
|
460 |
private function set_replaceable( $req ) {
|
461 |
$state = @$_POST['state'];
|
|
|
462 |
$options = self::get_options();
|
463 |
if ( 'true' === $state ) {
|
464 |
$req->status = true;
|
608 |
}
|
609 |
|
610 |
/**
|
611 |
+
* Custom taxonomies archive
|
612 |
*
|
613 |
* @since 3.0.7
|
614 |
*/
|
631 |
}
|
632 |
}
|
633 |
|
634 |
+
/**
|
635 |
+
* Custom taxonomies taxes
|
636 |
+
*
|
637 |
+
* @since 3.1.4
|
638 |
+
*/
|
639 |
+
$allowed = get_option( $this->custom_taxonomies_name, array() );
|
640 |
+
$args = array(
|
641 |
+
'hide_empty' => true,
|
642 |
+
);
|
643 |
+
foreach ( $allowed as $key ) {
|
644 |
+
$t = get_terms( $key, $args );
|
645 |
+
$terms = array();
|
646 |
+
foreach ( $t as $item ) {
|
647 |
+
$sel_single = $sel_archive = array();
|
648 |
+
if (
|
649 |
+
isset( $defaults['taxonomies_single'] )
|
650 |
+
&& isset( $defaults['taxonomies_single'][ $key ] )
|
651 |
+
&& isset( $defaults['taxonomies_single'][ $key ][ $item->term_id ] )
|
652 |
+
) {
|
653 |
+
$sel_single = $defaults['taxonomies_single'][ $key ][ $item->term_id ];
|
654 |
+
}
|
655 |
+
if (
|
656 |
+
isset( $defaults[ $key.'_archive' ] )
|
657 |
+
&& isset( $defaults[ $key.'_archive' ][ $item->term_id ] )
|
658 |
+
) {
|
659 |
+
$sel_archive = $defaults[ $key.'_archive' ][ $item->term_id ];
|
660 |
+
}
|
661 |
+
$terms[ $item->term_id ] = array(
|
662 |
+
'name' => $item->name,
|
663 |
+
'count' => $item->count,
|
664 |
+
'single' => self::get_array( $sel_single ),
|
665 |
+
'archive' => self::get_array( $sel_archive ),
|
666 |
+
);
|
667 |
+
}
|
668 |
+
$req->$key = $terms;
|
669 |
+
}
|
670 |
/**
|
671 |
* Category archive.
|
672 |
*/
|
686 |
$authors = array();
|
687 |
foreach ( $raw_authors as $user ) {
|
688 |
$sel_archive = @$defaults['author_archive'][ @$user->ID ];
|
|
|
689 |
$authors[ @$user->ID ] = array(
|
690 |
'name' => @$user->display_name,
|
691 |
'archive' => self::get_array( $sel_archive ),
|
767 |
'who' => 'authors',
|
768 |
)
|
769 |
);
|
|
|
770 |
// == Update the options
|
|
|
771 |
foreach ( $sidebars as $sb_id ) {
|
772 |
// Post-type settings.
|
773 |
foreach ( $raw_posttype as $item ) {
|
874 |
) {
|
875 |
unset( $options['taxonomies_archive'][ $taxonomy ][ $sb_id ] );
|
876 |
}
|
877 |
+
/**
|
878 |
+
* single custom taxonomy
|
879 |
+
*
|
880 |
+
* @since 3.1.4
|
881 |
+
*/
|
882 |
+
foreach ( $raw_taxonomies['custom'] as $taxonomy ) {
|
883 |
+
$key = '_taxonomy_'.$taxonomy.'_single';
|
884 |
+
$terms = get_terms( $taxonomy, array( 'hide_empty' => false ) );
|
885 |
+
foreach ( $terms as $term ) {
|
886 |
+
$term_id = $term->term_id;
|
887 |
+
if (
|
888 |
+
isset( $data[ $taxonomy ][ $sb_id ] )
|
889 |
+
&& is_array( $data[ $taxonomy ][ $sb_id ] )
|
890 |
+
&& in_array( $term_id, $data[ $taxonomy ][ $sb_id ] )
|
891 |
+
) {
|
892 |
+
$options['taxonomies_single'][ $taxonomy ][ $term_id ][ $sb_id ] = $req->id;
|
893 |
+
} elseif (
|
894 |
+
isset( $options['taxonomies_single'][ $taxonomy ][ $term_id ][ $sb_id ] ) &&
|
895 |
+
$options['taxonomies_single'][ $taxonomy ][ $term_id ][ $sb_id ] == $req->id
|
896 |
+
) {
|
897 |
+
unset( $options['taxonomies_single'][ $taxonomy ][ $term_id ][ $sb_id ] );
|
898 |
+
}
|
899 |
+
}
|
900 |
+
}
|
901 |
}
|
902 |
|
903 |
/**
|
1209 |
*/
|
1210 |
static protected function wpml_translate( $sidebar ) {
|
1211 |
if ( ! function_exists( 'icl_t' ) ) { return $sidebar; }
|
|
|
1212 |
$context = 'Sidebar';
|
|
|
1213 |
// Translate the name and description.
|
1214 |
// Note: When changing a translation the icl_t() function will not
|
1215 |
// return the updated value due to caching.
|
|
|
1216 |
if ( isset( $sidebar['name_lang'] ) ) {
|
1217 |
$sidebar['name'] = $sidebar['name_lang'];
|
1218 |
} else {
|
1460 |
}
|
1461 |
}
|
1462 |
$screen_settings .= '</fieldset>';
|
1463 |
+
/**
|
1464 |
+
* Custom taxonomies
|
1465 |
+
*/
|
1466 |
+
$taxonomies = CustomSidebars::get_custom_taxonomies();
|
1467 |
+
if ( ! empty( $taxonomies ) ) {
|
1468 |
+
$allowed = get_option( $this->custom_taxonomies_name, array() );
|
1469 |
+
$screen_settings .= '<fieldset class="metabox-prefs cs-custom-taxonomies">';
|
1470 |
+
$screen_settings .= wp_nonce_field( $this->custom_taxonomies_name, $this->custom_taxonomies_name, false, false );
|
1471 |
+
$screen_settings .= sprintf( '<legend>%s</legend>', __( 'Allow Custom Taxonomies in Sidebar Location:', 'custom-sidebars' ) );
|
1472 |
+
foreach ( $taxonomies as $taxonomy_slug => $taxonomy ) {
|
1473 |
+
$checked = in_array( $taxonomy_slug, $allowed );
|
1474 |
+
$screen_settings .= sprintf(
|
1475 |
+
'<label><input type="checkbox" name="cs-custom-taxonomy[]" value="%s" %s /> %s</label>',
|
1476 |
+
esc_attr( $taxonomy_slug ),
|
1477 |
+
checked( $checked, true, false ),
|
1478 |
+
esc_html( $taxonomy->label )
|
1479 |
+
);
|
1480 |
+
}
|
1481 |
+
$screen_settings .= '</fieldset>';
|
1482 |
+
$screen_settings .= sprintf( '<p class="description">%s</p>', __( 'After turn on any Custom Taxonomy you need to reload this screen to be able choose it in Sidebar Location.', 'ub' ) );
|
1483 |
+
}
|
1484 |
}
|
1485 |
return $screen_settings;
|
1486 |
}
|
1491 |
* @since 3.0.9
|
1492 |
*/
|
1493 |
public function update_custom_sidebars_metabox_roles() {
|
1494 |
+
$this->update_option_field( $this->metabox_roles_name );
|
1495 |
+
}
|
1496 |
+
|
1497 |
+
/**
|
1498 |
+
* Update custom taxoniomies select box
|
1499 |
+
*
|
1500 |
+
* @since 3.1.4
|
1501 |
+
*/
|
1502 |
+
public function update_custom_sidebars_metabox_custom_taxonomies() {
|
1503 |
+
$this->update_option_field( $this->custom_taxonomies_name );
|
1504 |
+
}
|
1505 |
+
|
1506 |
+
/**
|
1507 |
+
* Helper for update metabox functions.
|
1508 |
+
*
|
1509 |
+
* @since 3.1.4
|
1510 |
+
*/
|
1511 |
+
private function update_option_field( $name ) {
|
1512 |
+
/**
|
1513 |
+
* check required data
|
1514 |
+
*/
|
1515 |
if ( ! isset( $_REQUEST['_wpnonce'] ) || ! isset( $_REQUEST['fields'] ) ) {
|
1516 |
wp_send_json_error();
|
1517 |
}
|
1518 |
+
/**
|
1519 |
+
* check nonce value
|
1520 |
+
*/
|
1521 |
+
if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], $name ) ) {
|
1522 |
+
wp_send_json_error();
|
1523 |
+
}
|
1524 |
$value = array();
|
1525 |
foreach ( $_REQUEST['fields'] as $role => $status ) {
|
1526 |
if ( 'true' == $status ) {
|
1527 |
$value[] = $role;
|
1528 |
}
|
1529 |
}
|
1530 |
+
$status = add_option( $name, $value, '', 'no' );
|
1531 |
if ( ! $status ) {
|
1532 |
+
update_option( $name, $value );
|
1533 |
}
|
1534 |
wp_send_json_success();
|
1535 |
}
|
1554 |
}
|
1555 |
return false;
|
1556 |
}
|
1557 |
+
|
1558 |
+
/**
|
1559 |
+
* Get allowed taxoniomies.
|
1560 |
+
*
|
1561 |
+
* @since 3.1.4
|
1562 |
+
*/
|
1563 |
+
public function get_allowed_custom_taxonmies() {
|
1564 |
+
$value = get_option( $this->custom_taxonomies_name );
|
1565 |
+
if ( empty( $value ) || ! is_array( $value ) ) {
|
1566 |
+
return array();
|
1567 |
+
}
|
1568 |
+
return $value;
|
1569 |
+
}
|
1570 |
};
|
inc/class-custom-sidebars-replacer.php
CHANGED
@@ -277,7 +277,6 @@ class CustomSidebarsReplacer extends CustomSidebars {
|
|
277 |
}
|
278 |
} elseif ( is_category() ) {
|
279 |
// 2 |== Category archive ----------------------------------------------
|
280 |
-
|
281 |
$expl && do_action( 'cs_explain', 'Type 2: Category Archive' );
|
282 |
/**
|
283 |
* 2.1 Category archive
|
@@ -587,12 +586,29 @@ class CustomSidebarsReplacer extends CustomSidebars {
|
|
587 |
&& isset( $options['taxonomies_archive'][ $taxonomy ] )
|
588 |
&& isset( $options['taxonomies_archive'][ $taxonomy ][ $sb_id ] )
|
589 |
) {
|
|
|
590 |
$replacements[ $sb_id ] = array(
|
591 |
$options['taxonomies_archive'][ $taxonomy ][ $sb_id ],
|
592 |
'taxonomies_archive',
|
593 |
-1,
|
594 |
);
|
595 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
596 |
}
|
597 |
}
|
598 |
|
277 |
}
|
278 |
} elseif ( is_category() ) {
|
279 |
// 2 |== Category archive ----------------------------------------------
|
|
|
280 |
$expl && do_action( 'cs_explain', 'Type 2: Category Archive' );
|
281 |
/**
|
282 |
* 2.1 Category archive
|
586 |
&& isset( $options['taxonomies_archive'][ $taxonomy ] )
|
587 |
&& isset( $options['taxonomies_archive'][ $taxonomy ][ $sb_id ] )
|
588 |
) {
|
589 |
+
$expl && do_action( 'cs_explain', 'Replacement for custom taxonomy archive"' . $taxonomy );
|
590 |
$replacements[ $sb_id ] = array(
|
591 |
$options['taxonomies_archive'][ $taxonomy ][ $sb_id ],
|
592 |
'taxonomies_archive',
|
593 |
-1,
|
594 |
);
|
595 |
}
|
596 |
+
/**
|
597 |
+
* replace for single taxonomy
|
598 |
+
*/
|
599 |
+
if (
|
600 |
+
isset( $options['taxonomies_single'] )
|
601 |
+
&& isset( $options['taxonomies_single'][ $taxonomy ] )
|
602 |
+
&& isset( $options['taxonomies_single'][ $taxonomy ][ $current_term->term_id ] )
|
603 |
+
&& isset( $options['taxonomies_single'][ $taxonomy ][ $current_term->term_id ][ $sb_id ] )
|
604 |
+
) {
|
605 |
+
$expl && do_action( 'cs_explain', 'Replacement for custom taxonomy ("' . $taxonomy . ') - '.$current_term->name );
|
606 |
+
$replacements[ $sb_id ] = array(
|
607 |
+
$options['taxonomies_single'][ $taxonomy ][ $current_term->term_id ][ $sb_id ],
|
608 |
+
'taxonomies_single',
|
609 |
+
-1,
|
610 |
+
);
|
611 |
+
}
|
612 |
}
|
613 |
}
|
614 |
|
inc/class-custom-sidebars.php
CHANGED
@@ -90,7 +90,7 @@ class CustomSidebars {
|
|
90 |
*/
|
91 |
public function wp_enqueue_add_version( $version, $handle ) {
|
92 |
if ( preg_match( '/^wpmu\-cs\-/', $handle ) ) {
|
93 |
-
return '3.1.
|
94 |
}
|
95 |
return $version;
|
96 |
}
|
@@ -467,14 +467,12 @@ class CustomSidebars {
|
|
467 |
if ( ! is_array( $sidebars ) ) {
|
468 |
$sidebars = array();
|
469 |
}
|
470 |
-
|
471 |
// Remove invalid items.
|
472 |
foreach ( $sidebars as $key => $data ) {
|
473 |
if ( ! is_array( $data ) ) {
|
474 |
unset( $sidebars[ $key ] );
|
475 |
}
|
476 |
}
|
477 |
-
|
478 |
return $sidebars;
|
479 |
}
|
480 |
|
@@ -1026,4 +1024,51 @@ class CustomSidebars {
|
|
1026 |
}
|
1027 |
return true;
|
1028 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1029 |
};
|
90 |
*/
|
91 |
public function wp_enqueue_add_version( $version, $handle ) {
|
92 |
if ( preg_match( '/^wpmu\-cs\-/', $handle ) ) {
|
93 |
+
return '3.1.4';
|
94 |
}
|
95 |
return $version;
|
96 |
}
|
467 |
if ( ! is_array( $sidebars ) ) {
|
468 |
$sidebars = array();
|
469 |
}
|
|
|
470 |
// Remove invalid items.
|
471 |
foreach ( $sidebars as $key => $data ) {
|
472 |
if ( ! is_array( $data ) ) {
|
473 |
unset( $sidebars[ $key ] );
|
474 |
}
|
475 |
}
|
|
|
476 |
return $sidebars;
|
477 |
}
|
478 |
|
1024 |
}
|
1025 |
return true;
|
1026 |
}
|
1027 |
+
|
1028 |
+
/**
|
1029 |
+
* get custom taxonomies
|
1030 |
+
*
|
1031 |
+
* @since 3.1.4
|
1032 |
+
*
|
1033 |
+
* @returns array Array of object of custom, public taxonomies
|
1034 |
+
*/
|
1035 |
+
public static function get_custom_taxonomies( $state = 'all' ) {
|
1036 |
+
$args = array(
|
1037 |
+
'public' => true,
|
1038 |
+
'_builtin' => false,
|
1039 |
+
);
|
1040 |
+
$taxonomies = get_taxonomies( $args, 'objects' );
|
1041 |
+
if ( empty( $taxonomies ) ) {
|
1042 |
+
return array();
|
1043 |
+
}
|
1044 |
+
/**
|
1045 |
+
* if we need only allowed taxonomies, then remove not needed from
|
1046 |
+
* $taxonomies array
|
1047 |
+
*/
|
1048 |
+
if ( 'allowed' === $state ) {
|
1049 |
+
$editor = CustomSidebarsEditor::instance();
|
1050 |
+
$allowed = $editor->get_allowed_custom_taxonmies();
|
1051 |
+
if ( empty( $allowed ) ) {
|
1052 |
+
return array();
|
1053 |
+
}
|
1054 |
+
foreach ( $taxonomies as $slug => $taxonomy ) {
|
1055 |
+
if ( in_array( $slug, $allowed ) ) {
|
1056 |
+
continue;
|
1057 |
+
}
|
1058 |
+
unset( $taxonomies[ $slug ] );
|
1059 |
+
}
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
uasort( $taxonomies, array( __CLASS__, 'sort_by_label' ) );
|
1063 |
+
return $taxonomies;
|
1064 |
+
}
|
1065 |
+
|
1066 |
+
/**
|
1067 |
+
* Sort helper for get_custom_taxonomies() function.
|
1068 |
+
*
|
1069 |
+
* @since 3.1.4
|
1070 |
+
*/
|
1071 |
+
private static function sort_by_label( $a, $b ) {
|
1072 |
+
return strcmp( $a->label, $b->label );
|
1073 |
+
}
|
1074 |
};
|
inc/external/wpmu-lib/changelog.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
Plugin Name: WPMU Dev code library
|
2 |
-
Author: Philipp Stracker, Marcin Pietrzak
|
3 |
|
4 |
Change Log:
|
5 |
----------------------------------------------------------------------
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
3.0.6
|
8 |
PHP
|
9 |
- Change variable name to correct one.
|
1 |
Plugin Name: WPMU Dev code library
|
2 |
+
Author: Philipp Stracker, Marcin Pietrzak, Joel James
|
3 |
|
4 |
Change Log:
|
5 |
----------------------------------------------------------------------
|
6 |
|
7 |
+
3.0.7 - 2018-03-29
|
8 |
+
PHP
|
9 |
+
- Added "disabled" attribute.
|
10 |
+
|
11 |
+
|
12 |
3.0.6
|
13 |
PHP
|
14 |
- Change variable name to correct one.
|
inc/external/wpmu-lib/css/animate.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/fontawesome.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/jquery-ui.wpmui.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/select2.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/wpmu-card-list.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/wpmu-html.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/wpmu-ui.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/css/wpmu-vnav.3.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/inc/class-thelib-html.php
CHANGED
@@ -389,6 +389,7 @@ class TheLib_Html extends TheLib {
|
|
389 |
'tooltip' => '',
|
390 |
'alt' => '',
|
391 |
'read_only' => false,
|
|
|
392 |
'placeholder' => '',
|
393 |
'data_placeholder' => '',
|
394 |
'ajax_data' => '',
|
@@ -453,6 +454,7 @@ class TheLib_Html extends TheLib {
|
|
453 |
$max_attr = empty( $maxlength ) ? '' : 'maxlength="' . esc_attr( $maxlength ) . '" ';
|
454 |
$read_only = empty( $read_only ) ? '' : 'readonly="readonly" ';
|
455 |
$multiple = empty( $multiple ) ? '' : 'multiple="multiple" ';
|
|
|
456 |
|
457 |
$data_attr = '';
|
458 |
foreach ( $data as $data_key => $data_value ) {
|
@@ -521,7 +523,7 @@ class TheLib_Html extends TheLib {
|
|
521 |
$id,
|
522 |
$name,
|
523 |
$value,
|
524 |
-
$read_only . $max_attr . $attr_placeholder . $ajax_data . $data_attr,
|
525 |
$wrapper_class
|
526 |
);
|
527 |
break;
|
@@ -533,7 +535,7 @@ class TheLib_Html extends TheLib {
|
|
533 |
$id,
|
534 |
$name,
|
535 |
$value,
|
536 |
-
$max_attr . $attr_placeholder . $ajax_data . $data_attr,
|
537 |
$wrapper_class
|
538 |
);
|
539 |
break;
|
@@ -545,7 +547,7 @@ class TheLib_Html extends TheLib {
|
|
545 |
$id,
|
546 |
$name,
|
547 |
$value,
|
548 |
-
$read_only . $attr_placeholder . $ajax_data . $data_attr,
|
549 |
$wrapper_class
|
550 |
);
|
551 |
break;
|
@@ -557,7 +559,7 @@ class TheLib_Html extends TheLib {
|
|
557 |
$id,
|
558 |
$name,
|
559 |
$value,
|
560 |
-
$multiple . $read_only . $attr_data_placeholder . $ajax_data . $data_attr,
|
561 |
$field_options,
|
562 |
$wrapper_class
|
563 |
);
|
@@ -583,7 +585,7 @@ class TheLib_Html extends TheLib {
|
|
583 |
$id,
|
584 |
$name,
|
585 |
$value,
|
586 |
-
$ajax_data . $data_attr,
|
587 |
$field_options,
|
588 |
$config
|
589 |
);
|
@@ -616,7 +618,7 @@ class TheLib_Html extends TheLib {
|
|
616 |
$name,
|
617 |
$value,
|
618 |
$button_value,
|
619 |
-
$ajax_data . $data_attr
|
620 |
);
|
621 |
break;
|
622 |
|
@@ -628,7 +630,7 @@ class TheLib_Html extends TheLib {
|
|
628 |
$name,
|
629 |
$value,
|
630 |
$alt,
|
631 |
-
$ajax_data . $data_attr
|
632 |
);
|
633 |
break;
|
634 |
|
@@ -655,7 +657,7 @@ class TheLib_Html extends TheLib {
|
|
655 |
$name,
|
656 |
$value,
|
657 |
$field_options,
|
658 |
-
$multiple . $read_only . $attr_data_placeholder . $data_attr,
|
659 |
$ajax_data,
|
660 |
$empty_text,
|
661 |
$button_text,
|
@@ -671,7 +673,7 @@ class TheLib_Html extends TheLib {
|
|
671 |
$id,
|
672 |
$name,
|
673 |
$value,
|
674 |
-
$multiple . $read_only . $attr_data_placeholder . $ajax_data . $data_attr,
|
675 |
$field_options,
|
676 |
$wrapper_class
|
677 |
);
|
@@ -729,7 +731,7 @@ class TheLib_Html extends TheLib {
|
|
729 |
$id,
|
730 |
$name,
|
731 |
$value,
|
732 |
-
$max_attr . $attr_placeholder . $ajax_data . $data_attr,
|
733 |
$wrapper_class
|
734 |
);
|
735 |
break;
|
389 |
'tooltip' => '',
|
390 |
'alt' => '',
|
391 |
'read_only' => false,
|
392 |
+
'disabled' => false,
|
393 |
'placeholder' => '',
|
394 |
'data_placeholder' => '',
|
395 |
'ajax_data' => '',
|
454 |
$max_attr = empty( $maxlength ) ? '' : 'maxlength="' . esc_attr( $maxlength ) . '" ';
|
455 |
$read_only = empty( $read_only ) ? '' : 'readonly="readonly" ';
|
456 |
$multiple = empty( $multiple ) ? '' : 'multiple="multiple" ';
|
457 |
+
$disabled = empty( $disabled ) ? '' : 'disabled="disabled" ';
|
458 |
|
459 |
$data_attr = '';
|
460 |
foreach ( $data as $data_key => $data_value ) {
|
523 |
$id,
|
524 |
$name,
|
525 |
$value,
|
526 |
+
$read_only . $max_attr . $attr_placeholder . $ajax_data . $data_attr . $disabled,
|
527 |
$wrapper_class
|
528 |
);
|
529 |
break;
|
535 |
$id,
|
536 |
$name,
|
537 |
$value,
|
538 |
+
$max_attr . $attr_placeholder . $ajax_data . $data_attr . $disabled,
|
539 |
$wrapper_class
|
540 |
);
|
541 |
break;
|
547 |
$id,
|
548 |
$name,
|
549 |
$value,
|
550 |
+
$read_only . $attr_placeholder . $ajax_data . $data_attr . $disabled,
|
551 |
$wrapper_class
|
552 |
);
|
553 |
break;
|
559 |
$id,
|
560 |
$name,
|
561 |
$value,
|
562 |
+
$multiple . $read_only . $attr_data_placeholder . $ajax_data . $data_attr . $disabled,
|
563 |
$field_options,
|
564 |
$wrapper_class
|
565 |
);
|
585 |
$id,
|
586 |
$name,
|
587 |
$value,
|
588 |
+
$ajax_data . $data_attr . $disabled,
|
589 |
$field_options,
|
590 |
$config
|
591 |
);
|
618 |
$name,
|
619 |
$value,
|
620 |
$button_value,
|
621 |
+
$ajax_data . $data_attr . $disabled
|
622 |
);
|
623 |
break;
|
624 |
|
630 |
$name,
|
631 |
$value,
|
632 |
$alt,
|
633 |
+
$ajax_data . $data_attr . $disabled
|
634 |
);
|
635 |
break;
|
636 |
|
657 |
$name,
|
658 |
$value,
|
659 |
$field_options,
|
660 |
+
$multiple . $read_only . $attr_data_placeholder . $data_attr . $disabled,
|
661 |
$ajax_data,
|
662 |
$empty_text,
|
663 |
$button_text,
|
673 |
$id,
|
674 |
$name,
|
675 |
$value,
|
676 |
+
$multiple . $read_only . $attr_data_placeholder . $ajax_data . $data_attr . $disabled,
|
677 |
$field_options,
|
678 |
$wrapper_class
|
679 |
);
|
731 |
$id,
|
732 |
$name,
|
733 |
$value,
|
734 |
+
$max_attr . $attr_placeholder . $ajax_data . $data_attr . $disabled,
|
735 |
$wrapper_class
|
736 |
);
|
737 |
break;
|
inc/external/wpmu-lib/js/select2.3.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
inc/external/wpmu-lib/js/select2.3.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/js/wpmu-card-list.3.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
inc/external/wpmu-lib/js/wpmu-card-list.3.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/js/wpmu-ui.3.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
inc/external/wpmu-lib/js/wpmu-ui.3.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
inc/external/wpmu-lib/js/wpmu-vnav.3.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
/*!
|
inc/external/wpmu-lib/js/wpmu-vnav.3.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! WPMU Dev code library - v3.0.
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
1 |
+
/*! WPMU Dev code library - v3.0.7
|
2 |
* http://premium.wpmudev.org/
|
3 |
* Copyright (c) 2018; * Licensed GPLv2+ */
|
4 |
|
lang/custom-sidebars-de_DE.mo
DELETED
Binary file
|
lang/custom-sidebars-de_DE.po
DELETED
@@ -1,1114 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:53+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: de_DE\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_x;_ex\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.6.8\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
21 |
-
msgid ""
|
22 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
23 |
-
"free security and performance scan with WP Checkup."
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
27 |
-
msgid "Scan"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
31 |
-
msgid "Run site health check"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
35 |
-
msgid "Free performance, security and SEO report"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
39 |
-
msgid "Go"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
43 |
-
msgid ""
|
44 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
45 |
-
"Upfront."
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
49 |
-
msgid "get Upfront free"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
53 |
-
msgid "Clone"
|
54 |
-
msgstr "Duplizieren"
|
55 |
-
|
56 |
-
#: inc/class-custom-sidebars-editor.php:158
|
57 |
-
#: inc/class-custom-sidebars-editor.php:173
|
58 |
-
#: inc/class-custom-sidebars-export.php:98
|
59 |
-
msgid "You do not have permission for this"
|
60 |
-
msgstr "Dafür hast du keine Berechtigung"
|
61 |
-
|
62 |
-
#: inc/class-custom-sidebars-editor.php:250
|
63 |
-
#: inc/class-custom-sidebars-editor.php:407
|
64 |
-
#: inc/class-custom-sidebars-editor.php:690
|
65 |
-
#, fuzzy
|
66 |
-
msgid "You have no permission to do this operation."
|
67 |
-
msgstr "Dafür hast du keine Berechtigung"
|
68 |
-
|
69 |
-
#: inc/class-custom-sidebars-editor.php:273
|
70 |
-
msgid "Sidebar-name cannot be empty"
|
71 |
-
msgstr "Der Name darf nicht leer sein."
|
72 |
-
|
73 |
-
#: inc/class-custom-sidebars-editor.php:297
|
74 |
-
#: inc/class-custom-sidebars-editor.php:416
|
75 |
-
msgid "The sidebar does not exist"
|
76 |
-
msgstr "Die Sidebar existiert nicht"
|
77 |
-
|
78 |
-
#: inc/class-custom-sidebars-editor.php:334
|
79 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
80 |
-
msgstr "Neue Sidebar <strong>%1$s</strong> erstellt"
|
81 |
-
|
82 |
-
#: inc/class-custom-sidebars-editor.php:342
|
83 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
84 |
-
msgstr "Sidebar <strong>%1$s</strong> aktualisiert"
|
85 |
-
|
86 |
-
#: inc/class-custom-sidebars-editor.php:353
|
87 |
-
#: inc/class-custom-sidebars-editor.php:436
|
88 |
-
msgid "The sidebar was not found"
|
89 |
-
msgstr "Die Sidebar wurde nicht gefunden"
|
90 |
-
|
91 |
-
#: inc/class-custom-sidebars-editor.php:425
|
92 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
93 |
-
msgstr "Sidebar <strong>%1$s</strong> gelöscht"
|
94 |
-
|
95 |
-
#: inc/class-custom-sidebars-editor.php:498
|
96 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
97 |
-
msgid "Front Page"
|
98 |
-
msgstr "Startseite"
|
99 |
-
|
100 |
-
#: inc/class-custom-sidebars-editor.php:499
|
101 |
-
msgid "Search Results"
|
102 |
-
msgstr "Suchergebnisse"
|
103 |
-
|
104 |
-
#: inc/class-custom-sidebars-editor.php:500
|
105 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
106 |
-
msgid "Not found (404)"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: inc/class-custom-sidebars-editor.php:501
|
110 |
-
#, fuzzy
|
111 |
-
msgid "Any Author Archive"
|
112 |
-
msgstr "Autoren-Archive"
|
113 |
-
|
114 |
-
#: inc/class-custom-sidebars-editor.php:502
|
115 |
-
msgid "Date Archives"
|
116 |
-
msgstr "Datums-Archive"
|
117 |
-
|
118 |
-
#: inc/class-custom-sidebars-editor.php:520
|
119 |
-
#: inc/class-custom-sidebars-editor.php:523
|
120 |
-
#: inc/class-custom-sidebars-editor.php:530
|
121 |
-
#: inc/class-custom-sidebars-editor.php:532
|
122 |
-
#: inc/class-custom-sidebars-editor.php:616
|
123 |
-
#: inc/class-custom-sidebars-editor.php:618
|
124 |
-
#: inc/class-custom-sidebars-editor.php:637
|
125 |
-
#, fuzzy
|
126 |
-
msgid "%s Archives"
|
127 |
-
msgstr "%1$s Archive"
|
128 |
-
|
129 |
-
#: inc/class-custom-sidebars-editor.php:579
|
130 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
131 |
-
msgid "Post Index"
|
132 |
-
msgstr "Post Index"
|
133 |
-
|
134 |
-
#: inc/class-custom-sidebars-editor.php:583
|
135 |
-
msgid "%1$s Archives"
|
136 |
-
msgstr "%1$s Archive"
|
137 |
-
|
138 |
-
#: inc/class-custom-sidebars-editor.php:861
|
139 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
140 |
-
msgstr "Einstellungen der Sidebar <strong>%1$s</strong> aktualisiert"
|
141 |
-
|
142 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
143 |
-
msgid "Sidebars"
|
144 |
-
msgstr "Sidebars"
|
145 |
-
|
146 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
147 |
-
msgid "Custom sidebars configuration is allowed for:"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: inc/class-custom-sidebars-explain.php:225
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Sidebar Debug"
|
153 |
-
msgstr "Sidebars"
|
154 |
-
|
155 |
-
#: inc/class-custom-sidebars-explain.php:229
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Turn on Custom Sidebars explain mode."
|
158 |
-
msgstr "Custom Sidebars Pro"
|
159 |
-
|
160 |
-
#: inc/class-custom-sidebars-explain.php:236
|
161 |
-
msgid "Turn off Custom Sidebars explain mode."
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
165 |
-
msgid "Import / Export Sidebars"
|
166 |
-
msgstr "Importieren / Exportieren"
|
167 |
-
|
168 |
-
#: inc/class-custom-sidebars-export.php:287
|
169 |
-
#: inc/class-custom-sidebars-export.php:340
|
170 |
-
#, fuzzy
|
171 |
-
msgid "You do not have permission for export sidebars."
|
172 |
-
msgstr "Dafür hast du keine Berechtigung"
|
173 |
-
|
174 |
-
#: inc/class-custom-sidebars-export.php:354
|
175 |
-
#: inc/class-custom-sidebars-export.php:396
|
176 |
-
msgid "No file was uploaded"
|
177 |
-
msgstr "Keine Datei hochgeladen"
|
178 |
-
|
179 |
-
#: inc/class-custom-sidebars-export.php:361
|
180 |
-
msgid "Import file is too big"
|
181 |
-
msgstr "Importdatei ist zu groß"
|
182 |
-
|
183 |
-
#: inc/class-custom-sidebars-export.php:367
|
184 |
-
msgid "Something went wrong"
|
185 |
-
msgstr "Es ist etwas schiefgelaufen"
|
186 |
-
|
187 |
-
#: inc/class-custom-sidebars-export.php:390
|
188 |
-
msgid "Unexpected import format"
|
189 |
-
msgstr "Ungültiges Importformat"
|
190 |
-
|
191 |
-
#: inc/class-custom-sidebars-export.php:425
|
192 |
-
#, fuzzy
|
193 |
-
msgid "You do not have permission for import sidebars."
|
194 |
-
msgstr "Dafür hast du keine Berechtigung"
|
195 |
-
|
196 |
-
#: inc/class-custom-sidebars-export.php:684
|
197 |
-
#, fuzzy
|
198 |
-
msgid "Imported %d custom sidebar!"
|
199 |
-
msgid_plural "Imported %d custom sidebars!"
|
200 |
-
msgstr[0] "%d individuelle Sidebar(s) importiert!"
|
201 |
-
msgstr[1] "%d individuelle Sidebar(s) importiert!"
|
202 |
-
|
203 |
-
#: inc/class-custom-sidebars-export.php:698
|
204 |
-
msgid "Plugin options were imported!"
|
205 |
-
msgstr "Plugin Optionen importiert!"
|
206 |
-
|
207 |
-
#: inc/class-custom-sidebars-export.php:747
|
208 |
-
#, fuzzy
|
209 |
-
msgid "Imported %d widget!"
|
210 |
-
msgid_plural "Imported %d widgets!"
|
211 |
-
msgstr[0] "%d Widget(s) importiert!"
|
212 |
-
msgstr[1] "%d Widget(s) importiert!"
|
213 |
-
|
214 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
215 |
-
#, fuzzy
|
216 |
-
msgid "Single page"
|
217 |
-
msgstr "Spezialseiten"
|
218 |
-
|
219 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Archives"
|
222 |
-
msgstr "Tag-Archive"
|
223 |
-
|
224 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
225 |
-
#, fuzzy
|
226 |
-
msgid "Search results"
|
227 |
-
msgstr "Suchergebnisse"
|
228 |
-
|
229 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
230 |
-
msgid "Preview"
|
231 |
-
msgstr "Vorschau"
|
232 |
-
|
233 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Archive: Day"
|
236 |
-
msgstr "Archivtypen"
|
237 |
-
|
238 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
239 |
-
msgid "Archive: Month"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
243 |
-
#, fuzzy
|
244 |
-
msgid "Archive: Year"
|
245 |
-
msgstr "Archivtypen"
|
246 |
-
|
247 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
248 |
-
msgid "Visibility"
|
249 |
-
msgstr "Sichtbarkeit"
|
250 |
-
|
251 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
252 |
-
msgid "<b>Show</b> widget if:"
|
253 |
-
msgstr "<b>Zeige</b> Widget, wenn:"
|
254 |
-
|
255 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
256 |
-
msgid "<b>Hide</b> widget if:"
|
257 |
-
msgstr "<b>Verstecke</b> Widget, wenn:"
|
258 |
-
|
259 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
260 |
-
msgid "Filters"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
264 |
-
msgid "Date"
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
268 |
-
msgid "Guests"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
272 |
-
msgid "Roles"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
276 |
-
msgid "Membership"
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
280 |
-
msgid "Membership2"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
284 |
-
msgid "Special pages"
|
285 |
-
msgstr "Spezialseiten"
|
286 |
-
|
287 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
288 |
-
#, fuzzy
|
289 |
-
msgid "For posttype"
|
290 |
-
msgstr "Nach Beitragstyp"
|
291 |
-
|
292 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
293 |
-
msgid "Taxonomy"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
297 |
-
msgid "Always"
|
298 |
-
msgstr "Immer"
|
299 |
-
|
300 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
301 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
304 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
305 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
306 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
307 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
308 |
-
msgid "AND"
|
309 |
-
msgstr "UND"
|
310 |
-
|
311 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
312 |
-
msgid "User is not logged-in (Guest)"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
316 |
-
msgid "User is logged-in (Member)"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
320 |
-
msgid "User has role"
|
321 |
-
msgstr "Benutzer hat Rolle"
|
322 |
-
|
323 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
324 |
-
msgid "User has Membership Level"
|
325 |
-
msgstr "Benutzer hat Membership Level"
|
326 |
-
|
327 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
328 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
329 |
-
msgid "(inactive)"
|
330 |
-
msgstr "(inaktiv)"
|
331 |
-
|
332 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
333 |
-
#, fuzzy
|
334 |
-
msgid "User has Membership"
|
335 |
-
msgstr "Benutzer hat Membership Level"
|
336 |
-
|
337 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
338 |
-
msgid "On these special pages"
|
339 |
-
msgstr "Auf diesen Spezialseiten"
|
340 |
-
|
341 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
342 |
-
msgid "On any page of these types"
|
343 |
-
msgstr "Auf allen Seiten mit diesem Typ"
|
344 |
-
|
345 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
346 |
-
msgid "Only for specific %s"
|
347 |
-
msgstr "Nur für einzelne %s"
|
348 |
-
|
349 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
350 |
-
msgid "Only these %s:"
|
351 |
-
msgstr "Nur diese %s:"
|
352 |
-
|
353 |
-
#: inc/class-custom-sidebars.php:148
|
354 |
-
msgid ""
|
355 |
-
"<strong>Accessibility mode is not supported by the\n"
|
356 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
357 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
361 |
-
msgid "Widgets"
|
362 |
-
msgstr "Widgets"
|
363 |
-
|
364 |
-
#: inc/class-custom-sidebars.php:973
|
365 |
-
#, fuzzy
|
366 |
-
msgid "Support"
|
367 |
-
msgstr "Import"
|
368 |
-
|
369 |
-
#: inc/class-custom-sidebars.php:991
|
370 |
-
msgid "Create a custom sidebar to get started."
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
374 |
-
msgid "Polylang"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
378 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
379 |
-
msgid "Language"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
383 |
-
msgid "WPML"
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
387 |
-
msgid "Custom Sidebars"
|
388 |
-
msgstr "Individuelle Sidebars"
|
389 |
-
|
390 |
-
#: views/bulk-edit.php:35
|
391 |
-
msgid "— No Change —"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: views/col-sidebars.php:18
|
395 |
-
msgid "(Not available for Home-Page)"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: views/col-sidebars.php:20
|
399 |
-
msgid "(Not available for Blog-Page)"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: views/import.php:67 views/widgets-export.php:34
|
403 |
-
msgid "Import"
|
404 |
-
msgstr "Import"
|
405 |
-
|
406 |
-
#: views/import.php:74
|
407 |
-
msgid "Filename"
|
408 |
-
msgstr "Dateiname"
|
409 |
-
|
410 |
-
#: views/import.php:78
|
411 |
-
msgid "Exported on"
|
412 |
-
msgstr "Exportiert am"
|
413 |
-
|
414 |
-
#: views/import.php:84
|
415 |
-
msgid "WordPress settings"
|
416 |
-
msgstr "WordPress Einstellungen"
|
417 |
-
|
418 |
-
#: views/import.php:95
|
419 |
-
msgid "WordPress version"
|
420 |
-
msgstr "WordPress Version"
|
421 |
-
|
422 |
-
#: views/import.php:100
|
423 |
-
msgid "Plugin version"
|
424 |
-
msgstr "Plugin Version"
|
425 |
-
|
426 |
-
#: views/import.php:102
|
427 |
-
#, fuzzy
|
428 |
-
msgid "Unknown"
|
429 |
-
msgstr "Unbekannte Sidebar."
|
430 |
-
|
431 |
-
#: views/import.php:105
|
432 |
-
msgid "Theme"
|
433 |
-
msgstr "Theme"
|
434 |
-
|
435 |
-
#: views/import.php:132
|
436 |
-
msgid "Mark the sidebars that you want to import."
|
437 |
-
msgstr "Markiere die Sidebars die du importieren willst."
|
438 |
-
|
439 |
-
#: views/import.php:137
|
440 |
-
msgid "Also import all widgets of the selected sidebars."
|
441 |
-
msgstr "Importiere auch die Widgets der ausgewählten Sidebars."
|
442 |
-
|
443 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
444 |
-
msgid "Name"
|
445 |
-
msgstr "Name der Sidebar"
|
446 |
-
|
447 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
448 |
-
msgid "Description"
|
449 |
-
msgstr "Beschreibungstext"
|
450 |
-
|
451 |
-
#: views/import.php:146
|
452 |
-
msgid "Note"
|
453 |
-
msgstr "Notiz"
|
454 |
-
|
455 |
-
#: views/import.php:154
|
456 |
-
msgid "New sidebar will be created"
|
457 |
-
msgstr "Neue Sidebar wird erstellt"
|
458 |
-
|
459 |
-
#: views/import.php:156
|
460 |
-
msgid "Existing sidebar will be replaced!"
|
461 |
-
msgstr "Vorhandene Sidebar wird ersetzt!"
|
462 |
-
|
463 |
-
#: views/import.php:224
|
464 |
-
msgid "(Theme sidebar)"
|
465 |
-
msgstr "(Theme Sidebar)"
|
466 |
-
|
467 |
-
#: views/import.php:252
|
468 |
-
msgid "Configuration"
|
469 |
-
msgstr "Konfiguration"
|
470 |
-
|
471 |
-
#: views/import.php:256
|
472 |
-
msgid "Replaceable sidebars"
|
473 |
-
msgstr "Ersetzbare Sidebars"
|
474 |
-
|
475 |
-
#: views/import.php:259
|
476 |
-
msgid "Replaceable Sidebars"
|
477 |
-
msgstr "Sidebars die ersetzt werden können"
|
478 |
-
|
479 |
-
#: views/import.php:278
|
480 |
-
msgid "By post type"
|
481 |
-
msgstr "Nach Beitragstyp"
|
482 |
-
|
483 |
-
#: views/import.php:307
|
484 |
-
msgid "Post-type archives"
|
485 |
-
msgstr "Archive der einzelnen Beitragstypen"
|
486 |
-
|
487 |
-
#: views/import.php:328
|
488 |
-
msgid "By category"
|
489 |
-
msgstr "Anhand der Kategorie"
|
490 |
-
|
491 |
-
#: views/import.php:348
|
492 |
-
msgid "Category archives"
|
493 |
-
msgstr "Kategorie-Archive"
|
494 |
-
|
495 |
-
#: views/import.php:369
|
496 |
-
msgid "Main blog page"
|
497 |
-
msgstr "Blog- bzw. Artikelseite"
|
498 |
-
|
499 |
-
#: views/import.php:370
|
500 |
-
msgid "Date archives"
|
501 |
-
msgstr "Datums-Archive"
|
502 |
-
|
503 |
-
#: views/import.php:371
|
504 |
-
msgid "Author archives"
|
505 |
-
msgstr "Autoren-Archive"
|
506 |
-
|
507 |
-
#: views/import.php:372
|
508 |
-
msgid "Tag archives"
|
509 |
-
msgstr "Tag-Archive"
|
510 |
-
|
511 |
-
#: views/import.php:373
|
512 |
-
msgid "Search results page"
|
513 |
-
msgstr "Suchergebnisse"
|
514 |
-
|
515 |
-
#: views/import.php:383
|
516 |
-
msgid ""
|
517 |
-
"Replace the current plugin configuration with the imported configuration."
|
518 |
-
msgstr "Vorhandene Plugin Einstellungen mit den Importwerten ersetzen."
|
519 |
-
|
520 |
-
#: views/widgets-delete.php:11
|
521 |
-
msgid ""
|
522 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
523 |
-
"strong>."
|
524 |
-
msgstr ""
|
525 |
-
"Bitte bestätige, dass du die Sidebar <strong class=\"name\"></strong> "
|
526 |
-
"komplett löschen willst."
|
527 |
-
|
528 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
529 |
-
#: views/widgets-location.php:242
|
530 |
-
msgid "Cancel"
|
531 |
-
msgstr "Abbrechen"
|
532 |
-
|
533 |
-
#: views/widgets-delete.php:17
|
534 |
-
msgid "Yes, delete it"
|
535 |
-
msgstr "Ja, löschen"
|
536 |
-
|
537 |
-
#: views/widgets-editor.php:16
|
538 |
-
msgid "Sidebar name here..."
|
539 |
-
msgstr "Hier der Name..."
|
540 |
-
|
541 |
-
#: views/widgets-editor.php:17
|
542 |
-
#, fuzzy
|
543 |
-
msgid "The name should be unique."
|
544 |
-
msgstr "Der Name wird bereits verwendet."
|
545 |
-
|
546 |
-
#: views/widgets-editor.php:21
|
547 |
-
msgid "Sidebar description here..."
|
548 |
-
msgstr "Hier die Beschreibung..."
|
549 |
-
|
550 |
-
#: views/widgets-editor.php:27
|
551 |
-
msgid "Caution:"
|
552 |
-
msgstr "Wichtig:"
|
553 |
-
|
554 |
-
#: views/widgets-editor.php:39
|
555 |
-
msgid "Before Title"
|
556 |
-
msgstr "Vor der Überschrift"
|
557 |
-
|
558 |
-
#: views/widgets-editor.php:43
|
559 |
-
msgid "After Title"
|
560 |
-
msgstr "Nach der Überschrift"
|
561 |
-
|
562 |
-
#: views/widgets-editor.php:49
|
563 |
-
msgid "Before Widget"
|
564 |
-
msgstr "Vor dem Widget"
|
565 |
-
|
566 |
-
#: views/widgets-editor.php:53
|
567 |
-
msgid "After Widget"
|
568 |
-
msgstr "Nach dem Widget"
|
569 |
-
|
570 |
-
#: views/widgets-editor.php:60
|
571 |
-
msgid "Advanced - Edit custom wrapper code"
|
572 |
-
msgstr "Erweitert - Umgebender HTML Code"
|
573 |
-
|
574 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
575 |
-
msgid "Create Sidebar"
|
576 |
-
msgstr "Sidebar erstellen"
|
577 |
-
|
578 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
579 |
-
msgid "Export"
|
580 |
-
msgstr "Export"
|
581 |
-
|
582 |
-
#: views/widgets-export.php:23
|
583 |
-
msgid "Optional description for the export file:"
|
584 |
-
msgstr "Optionale Beschreibung für die Exportdatei"
|
585 |
-
|
586 |
-
#: views/widgets-export.php:38
|
587 |
-
msgid "Select a file to import"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: views/widgets-location.php:30
|
591 |
-
msgid "Replaced by another sidebar:"
|
592 |
-
msgstr "Von einer anderen Sidebar ersetzt:"
|
593 |
-
|
594 |
-
#: views/widgets-location.php:38
|
595 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
596 |
-
msgstr "Als <strong>%1$s</strong> für ausgewählte %2$s"
|
597 |
-
|
598 |
-
#: views/widgets-location.php:51
|
599 |
-
msgid "Click here to pick available %1$s"
|
600 |
-
msgstr "Klicken, um verfügbare %1$s zu wählen"
|
601 |
-
|
602 |
-
#: views/widgets-location.php:89
|
603 |
-
msgid ""
|
604 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
# Not relevant! This is a WordPress core-translation; poedit added this by mistake...
|
608 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
609 |
-
#: views/widgets-location.php:198
|
610 |
-
msgid "Click to toggle"
|
611 |
-
msgstr "Umschalten"
|
612 |
-
|
613 |
-
#: views/widgets-location.php:100
|
614 |
-
msgid "For all Single Entries matching selected criteria"
|
615 |
-
msgstr "Für alle Einzelseiten, welche die Kriterien erfüllen"
|
616 |
-
|
617 |
-
#: views/widgets-location.php:103
|
618 |
-
msgid ""
|
619 |
-
"These replacements will be applied to every single post that matches a "
|
620 |
-
"certain post type or category."
|
621 |
-
msgstr ""
|
622 |
-
"Diese Einstellungen werden für all jene Beiträge angewandt, welche zu einem "
|
623 |
-
"bestimmten Beitragstyp oder einer bestimmten Kategorie gehören."
|
624 |
-
|
625 |
-
#: views/widgets-location.php:111
|
626 |
-
msgid "categories"
|
627 |
-
msgstr "Kategorien"
|
628 |
-
|
629 |
-
#: views/widgets-location.php:123
|
630 |
-
msgid "Post Types"
|
631 |
-
msgstr "Beitragstypen"
|
632 |
-
|
633 |
-
#: views/widgets-location.php:141
|
634 |
-
msgid "For Archives"
|
635 |
-
msgstr "Für Archive"
|
636 |
-
|
637 |
-
#: views/widgets-location.php:144
|
638 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
639 |
-
msgstr "Diese Änderungen gelten für Archiv- und Übersichtsseiten."
|
640 |
-
|
641 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
642 |
-
msgid "Archive Types"
|
643 |
-
msgstr "Archivtypen"
|
644 |
-
|
645 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
646 |
-
msgid "Category Archives"
|
647 |
-
msgstr "Kategorie Archive"
|
648 |
-
|
649 |
-
#: views/widgets-location.php:148
|
650 |
-
#, fuzzy
|
651 |
-
msgid "Authors"
|
652 |
-
msgstr "Autoren-Archive"
|
653 |
-
|
654 |
-
#: views/widgets-location.php:179
|
655 |
-
msgid "Author Archives"
|
656 |
-
msgstr "Autoren-Archive"
|
657 |
-
|
658 |
-
#: views/widgets-location.php:199
|
659 |
-
msgid "3rd party plugins"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: views/widgets-location.php:202
|
663 |
-
#, fuzzy
|
664 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
665 |
-
msgstr "Diese Änderungen gelten für Archiv- und Übersichtsseiten."
|
666 |
-
|
667 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
668 |
-
msgid "Save Changes"
|
669 |
-
msgstr "Änderungen speichern"
|
670 |
-
|
671 |
-
#: views/widgets.php:21
|
672 |
-
msgid "Create a new sidebar"
|
673 |
-
msgstr "Neue Sidebar erstellen"
|
674 |
-
|
675 |
-
#: views/widgets.php:40
|
676 |
-
msgid "Edit [Sidebar]"
|
677 |
-
msgstr "[Sidebar] bearbeiten"
|
678 |
-
|
679 |
-
#: views/widgets.php:41
|
680 |
-
msgid "New Custom Sidebar"
|
681 |
-
msgstr "Neue Sidebar erstellen"
|
682 |
-
|
683 |
-
#: views/widgets.php:44
|
684 |
-
msgid "Delete Sidebar"
|
685 |
-
msgstr "Sidebar löschen"
|
686 |
-
|
687 |
-
#: views/widgets.php:45
|
688 |
-
msgid "Define where you want this sidebar to appear."
|
689 |
-
msgstr "Lege fest, wo diese Sidebar angezeigt werden soll"
|
690 |
-
|
691 |
-
#: views/widgets.php:48
|
692 |
-
msgid "Theme Sidebars"
|
693 |
-
msgstr "Theme Sidebars"
|
694 |
-
|
695 |
-
#: views/widgets.php:49
|
696 |
-
msgid "Couldn't load data from WordPress..."
|
697 |
-
msgstr "Es konnten keine Daten von WordPress geladen werden..."
|
698 |
-
|
699 |
-
#: views/widgets.php:50 views/widgets.php:105
|
700 |
-
msgid "This sidebar can be replaced on certain pages"
|
701 |
-
msgstr "Diese Sidebar kann auf einzelnen Seiten ersetzt werden"
|
702 |
-
|
703 |
-
#: views/widgets.php:51
|
704 |
-
msgid ""
|
705 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
706 |
-
msgstr ""
|
707 |
-
"Aktiviere diese Option um die Sidebar später durch eine individuelle Sidebar "
|
708 |
-
"zu ersetzen."
|
709 |
-
|
710 |
-
#: views/widgets.php:52
|
711 |
-
msgid "Filter..."
|
712 |
-
msgstr ""
|
713 |
-
|
714 |
-
#: views/widgets.php:69
|
715 |
-
msgid "Delete this sidebar."
|
716 |
-
msgstr "Diese Sidebar löschen."
|
717 |
-
|
718 |
-
#: views/widgets.php:78
|
719 |
-
msgid "Edit this sidebar."
|
720 |
-
msgstr "Diese Sidebar bearbeiten."
|
721 |
-
|
722 |
-
#: views/widgets.php:80
|
723 |
-
msgid "Edit"
|
724 |
-
msgstr "Bearbeiten"
|
725 |
-
|
726 |
-
#: views/widgets.php:87 views/widgets.php:124
|
727 |
-
msgid "Where do you want to show the sidebar?"
|
728 |
-
msgstr "Wo soll diese Sidebar angezeigt werden?"
|
729 |
-
|
730 |
-
#: views/widgets.php:89 views/widgets.php:126
|
731 |
-
msgid "Sidebar Location"
|
732 |
-
msgstr "Anzeigeoptionen"
|
733 |
-
|
734 |
-
#: views/widgets.php:106
|
735 |
-
msgid "This sidebar will always be same on all pages"
|
736 |
-
msgstr "Sidebar ist auf allen Seiten immer gleich"
|
737 |
-
|
738 |
-
#: views/widgets.php:115
|
739 |
-
msgid "Allow this sidebar to be replaced"
|
740 |
-
msgstr "Sidebar kann ersetzt werden"
|
741 |
-
|
742 |
-
#. Plugin Name of the plugin/theme
|
743 |
-
msgid "Custom Sidebars Pro"
|
744 |
-
msgstr "Custom Sidebars Pro"
|
745 |
-
|
746 |
-
#. Plugin URI of the plugin/theme
|
747 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
748 |
-
msgstr ""
|
749 |
-
|
750 |
-
#. Description of the plugin/theme
|
751 |
-
msgid ""
|
752 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
753 |
-
"sidebars or single widgets for specific posts and pages."
|
754 |
-
msgstr ""
|
755 |
-
|
756 |
-
#. Author of the plugin/theme
|
757 |
-
msgid "WPMU DEV"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#. Author URI of the plugin/theme
|
761 |
-
msgid "http://premium.wpmudev.org/"
|
762 |
-
msgstr ""
|
763 |
-
|
764 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
765 |
-
#, fuzzy
|
766 |
-
msgctxt "Column name on entries list."
|
767 |
-
msgid "Custom Sidebars"
|
768 |
-
msgstr "Individuelle Sidebars"
|
769 |
-
|
770 |
-
#~ msgid "Export file"
|
771 |
-
#~ msgstr "Exportdatei"
|
772 |
-
|
773 |
-
#~ msgid ""
|
774 |
-
#~ "Something unexpected happened and we could not finish the import. Please "
|
775 |
-
#~ "try again."
|
776 |
-
#~ msgstr ""
|
777 |
-
#~ "Etwas unvorhergesehenes ist passiert und der Import wurde nicht "
|
778 |
-
#~ "abgeschlossen. Bitte versuche es noch einmal."
|
779 |
-
|
780 |
-
#~ msgid "On these dates"
|
781 |
-
#~ msgstr "In diesem Zeitraum"
|
782 |
-
|
783 |
-
#~ msgid "Pro Sites Level"
|
784 |
-
#~ msgstr "Pro Sites Level"
|
785 |
-
|
786 |
-
#~ msgid ""
|
787 |
-
#~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
|
788 |
-
#~ "\">Widgets screen</a>!"
|
789 |
-
#~ msgstr ""
|
790 |
-
#~ "Du kannst jetzt individuelle Sidebars auf der <a href=\"%1$s\">Widget "
|
791 |
-
#~ "Seite</a> anlegen!"
|
792 |
-
|
793 |
-
#~ msgid ""
|
794 |
-
#~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
|
795 |
-
#~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
|
796 |
-
#~ msgstr ""
|
797 |
-
#~ "Import / Export Funktionen sind in<br />der <b>PRO</b> Version verfügbar."
|
798 |
-
#~ "<br /><a href=\"%1$s\" target=\"_blank\">Weitere Details</a>"
|
799 |
-
|
800 |
-
#~ msgid "Pro Version Features"
|
801 |
-
#~ msgstr "Pro Version Funktionen"
|
802 |
-
|
803 |
-
#~ msgid ""
|
804 |
-
#~ "Here you can replace the default sidebars. Simply select what sidebar you "
|
805 |
-
#~ "want to show for this post!"
|
806 |
-
#~ msgstr ""
|
807 |
-
#~ "Hier kannst die Sidebars für diesen Beitrag festlegen. Wähle einfach aus, "
|
808 |
-
#~ "welche Sidebar verwendet werden soll!"
|
809 |
-
|
810 |
-
#~ msgid ""
|
811 |
-
#~ "All sidebars have been locked, you cannot replace them. Go to <a href="
|
812 |
-
#~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
|
813 |
-
#~ msgstr ""
|
814 |
-
#~ "Alle Sidebars sind statisch. Bitte gehe auf <a href=\"widgets.php\">die "
|
815 |
-
#~ "Widgets Seite</a> und erlaube das Ersetzen von einer Theme-Sidebar."
|
816 |
-
|
817 |
-
#~ msgid ""
|
818 |
-
#~ "Before-after title-widget properties define the html code that will wrap "
|
819 |
-
#~ "the widgets and their titles in the sidebars, more info about them on the "
|
820 |
-
#~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
|
821 |
-
#~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
|
822 |
-
#~ "fields if you are not sure what you are doing, it can break the design of "
|
823 |
-
#~ "your site. Leave these fields blank to use the theme sidebars design."
|
824 |
-
#~ msgstr ""
|
825 |
-
#~ "Vor/Nach Überschrift/Widget Einstellungen definieren den HTML Code der "
|
826 |
-
#~ "für die Anzeige der Sidebars verwendet wird. Mehr Infos auf <a href="
|
827 |
-
#~ "\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
|
828 |
-
#~ "target=\"_blank\">Justin Tadlock Blog</a>. Um Fehler auf deiner Seite zu "
|
829 |
-
#~ "vermeiden solltest du diese Felder nur verwenden, wenn du weißt was du "
|
830 |
-
#~ "tust. Lasse die Felder leer um den WordPress Standardcode zu verwenden."
|
831 |
-
|
832 |
-
#~ msgid ""
|
833 |
-
#~ "This will generate a complete export file containing all your sidebars "
|
834 |
-
#~ "and the current sidebar configuration."
|
835 |
-
#~ msgstr ""
|
836 |
-
#~ "Es wird eine komplette Exportdatei erstellt, in der alle deine Sidebars "
|
837 |
-
#~ "inklusive deren Einstellungen enthalten ist."
|
838 |
-
|
839 |
-
#~ msgid ""
|
840 |
-
#~ "To attach this sidebar to a unique Post or Page please visit that <a href="
|
841 |
-
#~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
|
842 |
-
#~ "sidebars metabox."
|
843 |
-
#~ msgstr ""
|
844 |
-
#~ "Du kannst diese Sidebar einer einzelnen <a href=\"%1$s\">Seite</a> oder "
|
845 |
-
#~ "einem <a href=\"%2$s\">Beitrag</a> über die Sidebar-Metabox im Editor "
|
846 |
-
#~ "zuweisen."
|
847 |
-
|
848 |
-
#~ msgid "For single entries"
|
849 |
-
#~ msgstr "Für Einzelne Seiten/Beiträge"
|
850 |
-
|
851 |
-
#~ msgid "Can be replaced"
|
852 |
-
#~ msgstr "Änderbar"
|
853 |
-
|
854 |
-
#~ msgid "Static sidebar"
|
855 |
-
#~ msgstr "Statisch"
|
856 |
-
|
857 |
-
#~ msgid ""
|
858 |
-
#~ "There was not any sidebar called \"%s\" and it could not been deleted."
|
859 |
-
#~ msgstr "Es existiert keine Sidebar namens \"%s\" die entfernt werden kann."
|
860 |
-
|
861 |
-
#~ msgid "The custom sidebars settings has been updated successfully."
|
862 |
-
#~ msgstr "Die Einstellungen wurden erfolgreich aktualisiert."
|
863 |
-
|
864 |
-
#~ msgid "The default sidebars have been updated successfully."
|
865 |
-
#~ msgstr "Die Standard-Sidebars wurden erfolgreich aktualisiert."
|
866 |
-
|
867 |
-
#~ msgid "You have to fill all the fields to create a new sidebar."
|
868 |
-
#~ msgstr "Du musst alle Felder ausfüllen um eine neue Sidebar anzulegen."
|
869 |
-
|
870 |
-
#~ msgid ""
|
871 |
-
#~ "There is already a sidebar registered with that name, please choose a "
|
872 |
-
#~ "different one."
|
873 |
-
#~ msgstr ""
|
874 |
-
#~ "Es existiert bereits eine Sidebar mit diesem Namen, bitte nutze einen "
|
875 |
-
#~ "anderen."
|
876 |
-
|
877 |
-
#~ msgid "The operation is not secure and it cannot be completed."
|
878 |
-
#~ msgstr ""
|
879 |
-
#~ "Dieser Vorgang ist nicht sicher und kann nicht abgeschlossen werden."
|
880 |
-
|
881 |
-
#~ msgid "The sidebar \"%s\" has been updated successfully."
|
882 |
-
#~ msgstr "Die Sidebar \"%s\" wurde erfolgreich aktualisiert."
|
883 |
-
|
884 |
-
#~ msgid "The Custom Sidebars data has been removed successfully,"
|
885 |
-
#~ msgstr "Die Daten des Plugins wurden erfolgreich entfernt,"
|
886 |
-
|
887 |
-
#~ msgid "There has been an error storing the sidebars. Please, try again."
|
888 |
-
#~ msgstr ""
|
889 |
-
#~ "Beim speichern der Sidebars ist ein Fehler aufgetreten, versuche es "
|
890 |
-
#~ "erneut."
|
891 |
-
|
892 |
-
#~ msgid ""
|
893 |
-
#~ "You can assign specific sidebars to this post, just select a sidebar and "
|
894 |
-
#~ "the default one will be replaced, if it is available on your template."
|
895 |
-
#~ msgstr ""
|
896 |
-
#~ "Hier kannst Du eine individuelle Sidebar zuweisen und die Standard-"
|
897 |
-
#~ "Sidebar ersetzen."
|
898 |
-
|
899 |
-
#~ msgid ""
|
900 |
-
#~ "There are not replaceable sidebars selected. You can define what sidebar "
|
901 |
-
#~ "will be able for replacement in the <a href=\"themes.php?"
|
902 |
-
#~ "page=customsidebars\">Custom Sidebars config page</a>."
|
903 |
-
#~ msgstr ""
|
904 |
-
#~ "Es wurden keine Sidebars ausgewählt die ersetzt werden können. In den <a "
|
905 |
-
#~ "href=\"themes.php?page=customsidebars\">Einstellungen</a> kannst Du "
|
906 |
-
#~ "festlegen, welche Sidebars ersetzt werden können."
|
907 |
-
|
908 |
-
#~ msgid "In a singular post or page"
|
909 |
-
#~ msgstr "Beitrag oder statische Seite"
|
910 |
-
|
911 |
-
#~ msgid ""
|
912 |
-
#~ "To set the sidebar for a single post or page just set it when creating/"
|
913 |
-
#~ "editing the post."
|
914 |
-
#~ msgstr ""
|
915 |
-
#~ "Die Sidebar kann beim anlegen oder bearbeiten von Seiten und Beiträgen "
|
916 |
-
#~ "ausgewählt werden."
|
917 |
-
|
918 |
-
#~ msgid "As the default sidebar for single entries"
|
919 |
-
#~ msgstr "Wie die Standard-Sidebar für Beiträge und statische Seiten"
|
920 |
-
|
921 |
-
#~ msgid ""
|
922 |
-
#~ "The sidebars by categories work in a hierarchycal way, if a post belongs "
|
923 |
-
#~ "to a parent and a child category it will show the child category sidebars "
|
924 |
-
#~ "if they are defined, otherwise it will show the parent ones. If no "
|
925 |
-
#~ "category sidebar for post are defined, the post will show the post post-"
|
926 |
-
#~ "type sidebar. If none of those sidebars are defined, the theme default "
|
927 |
-
#~ "sidebar is shown."
|
928 |
-
#~ msgstr ""
|
929 |
-
#~ "Sidebars, welche anhand der Kategorie ersetzt werden sollen, folgen einer "
|
930 |
-
#~ "Hierarchie. Gehört ein Beitrag zu einer Hauptkategorie und gleichzeitig "
|
931 |
-
#~ "zu einer Unterkategorie, wird zunächst die der Unterkategorie zugeordnete "
|
932 |
-
#~ "Sidebar angezeigt. Wurde für die Unterkategorie keine Sidebar definiert, "
|
933 |
-
#~ "wird die der Hauptkategorie zugeordnete Sidebar angezeigt. Wird keine "
|
934 |
-
#~ "kategoriespezifische Sidebar festgelegt, greift der Beitrag auf die dem "
|
935 |
-
#~ "Beitragstyp zugeordnete Sidebar zurück. Ist auch dies nicht der Fall und "
|
936 |
-
#~ "keinerlei Zuordnung wurde vorgenommen, wird die Standard-Sidebar des "
|
937 |
-
#~ "Templates genutzt, sofern das Template eine solche bereitstellt."
|
938 |
-
|
939 |
-
#~ msgid "As the default sidebars for archives"
|
940 |
-
#~ msgstr "Wie die Standard-Sidebar für Archivseiten"
|
941 |
-
|
942 |
-
#~ msgid ""
|
943 |
-
#~ "You can define specific sidebars for the different Wordpress pages. "
|
944 |
-
#~ "Sidebars for lists of posts pages work in the same hierarchycal way than "
|
945 |
-
#~ "the one for single posts."
|
946 |
-
#~ msgstr ""
|
947 |
-
#~ "Du kannst den verschiedenen Wordpress-Bereichen spezielle Sidebars "
|
948 |
-
#~ "zuordnen. Die Sidebars für diese Beitragsübersichten arbeiten nach dem "
|
949 |
-
#~ "gleichen hierarchischen Schema wie jene der Artikel und der statischen "
|
950 |
-
#~ "Seiten oben."
|
951 |
-
|
952 |
-
#~ msgid "Default sidebars for archives"
|
953 |
-
#~ msgstr "Standard-Sidebar für Archivseiten"
|
954 |
-
|
955 |
-
#~ msgid ""
|
956 |
-
#~ "You can define specific sidebars for the different Wordpress archive "
|
957 |
-
#~ "pages. Sidebars for archives pages work in the same hierarchycal way than "
|
958 |
-
#~ "the one for single posts."
|
959 |
-
#~ msgstr ""
|
960 |
-
#~ "Du kannst den unterschiedlichen Archivseiten spezielle Sidebars zuordnen. "
|
961 |
-
#~ "Die Sidebars für diese Archivseiten arbeiten nach dem gleichen "
|
962 |
-
#~ "hierarchischen Schema wie jene der Artikel und der statischen Seiten oben."
|
963 |
-
|
964 |
-
#~ msgid ""
|
965 |
-
#~ "Do you like this free plugin? Support its development with a donation and "
|
966 |
-
#~ "<b>get rid of this banner</b> :)"
|
967 |
-
#~ msgstr ""
|
968 |
-
#~ "Du findest dieses Plugin gut? Unterstütze die Entwicklung mit einer "
|
969 |
-
#~ "Spende und <strong>werde dieses Banner los</strong> :-)"
|
970 |
-
|
971 |
-
#~ msgid "Your banner has been removed"
|
972 |
-
#~ msgstr "Dein Banner wurde entfernt"
|
973 |
-
|
974 |
-
#~ msgid ""
|
975 |
-
#~ "Thanks so much for your donation, that stupid banner won't disturb you "
|
976 |
-
#~ "any longer!"
|
977 |
-
#~ msgstr ""
|
978 |
-
#~ "Vielen Dank für Deine Spende, Du wirst nun nicht mehr durch das nervige "
|
979 |
-
#~ "Banner belästigt!"
|
980 |
-
|
981 |
-
#~ msgid "Ooops! The code seems to be wrong"
|
982 |
-
#~ msgstr "Doh! Der Code ist offenbar nicht korrekt"
|
983 |
-
|
984 |
-
#~ msgid ""
|
985 |
-
#~ "You must follow the link as provided in the plugin website to remove your "
|
986 |
-
#~ "banner."
|
987 |
-
#~ msgstr "Folge dem Link auf der Plugin-Website um das Banner zu entfernen."
|
988 |
-
|
989 |
-
#~ msgid ""
|
990 |
-
#~ "If you did so and it did not work, try to <a href=\"http://marquex.es/"
|
991 |
-
#~ "contact\" target=\"_blank\">contact the author of the plugin</a>."
|
992 |
-
#~ msgstr ""
|
993 |
-
#~ "Falls Du dies schon probiert hast und es dennoch nicht funktioniert, nimm "
|
994 |
-
#~ "bitte den <a href=\"http://marquex.es/contact\" target=\"_blank\">Kontakt "
|
995 |
-
#~ "zum Plugin-Autor</a> auf."
|
996 |
-
|
997 |
-
#~ msgid "New Sidebar"
|
998 |
-
#~ msgstr "Neue Sidebar"
|
999 |
-
|
1000 |
-
#~ msgid ""
|
1001 |
-
#~ "When a custom sidebar is created, it is shown in the widgets page. There "
|
1002 |
-
#~ "you will be able to configure it."
|
1003 |
-
#~ msgstr ""
|
1004 |
-
#~ "Nach dem Anlegen einer Sidebar erscheint diese unter \"Design - Widgets"
|
1005 |
-
#~ "\". Dort kannst Du die neue Sidebar wie jede andere nutzen."
|
1006 |
-
|
1007 |
-
#~ msgid ""
|
1008 |
-
#~ "Select here the sidebars available for replacing. They will appear for "
|
1009 |
-
#~ "replace when a post or page is edited or created. They will be also "
|
1010 |
-
#~ "available in the default sidebars page. You can select several bars "
|
1011 |
-
#~ "holding the SHIFT key when clicking on them."
|
1012 |
-
#~ msgstr ""
|
1013 |
-
#~ "Wähle hier jene Sidebars aus, die anschließend durch individuelle "
|
1014 |
-
#~ "Sidebars ersetzt werden können. Die hier ausgewählten Sidebars können "
|
1015 |
-
#~ "darauf hin durch eigene ausgetauscht werden und stehen auch im Reiter "
|
1016 |
-
#~ "<strong>Standard-Sidebars</strong> zur Verfügung. Halte die Shift-Taste "
|
1017 |
-
#~ "gedrückt, um mehrere Sidebars auszuwählen."
|
1018 |
-
|
1019 |
-
#~ msgid "Select the boxes available for substitution"
|
1020 |
-
#~ msgstr ""
|
1021 |
-
#~ "Wähle die Sidebars aus, die dann durch eigene ersetzt werden können."
|
1022 |
-
|
1023 |
-
#~ msgid "All the Custom Sidebars"
|
1024 |
-
#~ msgstr "Alle individuellen Sidebars"
|
1025 |
-
|
1026 |
-
#~ msgid ""
|
1027 |
-
#~ "If a sidebar is deleted and is currently on use, the posts and pages "
|
1028 |
-
#~ "which uses it will show the default sidebar instead."
|
1029 |
-
#~ msgstr ""
|
1030 |
-
#~ "Wird eine Sidebar entfernt, die sich aktuell noch in Benutzung befindet, "
|
1031 |
-
#~ "wird automatisch auf die jeweilige Standard-Sidebar zurückgegriffen."
|
1032 |
-
|
1033 |
-
#~ msgid "Delete"
|
1034 |
-
#~ msgstr "Entfernen"
|
1035 |
-
|
1036 |
-
#~ msgid ""
|
1037 |
-
#~ "There are no custom sidebars available. You can create a new one using "
|
1038 |
-
#~ "the left form."
|
1039 |
-
#~ msgstr ""
|
1040 |
-
#~ "Aktuell ist keine individuelle Sidebar verfügbar. Erstelle eine neue über "
|
1041 |
-
#~ "das Formular auf der linken Seite."
|
1042 |
-
|
1043 |
-
#~ msgid ""
|
1044 |
-
#~ "Click on the button below to delete all the Custom Sidebars data from the "
|
1045 |
-
#~ "database. Keep in mind that once the button is clicked you will have to "
|
1046 |
-
#~ "create new sidebars and customize them to restore your current sidebars "
|
1047 |
-
#~ "configuration.</p><p>If you are going to uninstall the plugin "
|
1048 |
-
#~ "permanently, you should use this button before, so there will be no track "
|
1049 |
-
#~ "about the plugin left in the database."
|
1050 |
-
#~ msgstr ""
|
1051 |
-
#~ "Klicke auf den nachfolgenden Button, um alle Daten des Sidebar-Plugins zu "
|
1052 |
-
#~ "löschen. Bedenke, dass nach dem Klick alle bisherigen Sidebars sowie "
|
1053 |
-
#~ "Einstellungen gelöscht werden und daraufhin erneut vorgenommen werden "
|
1054 |
-
#~ "müssen.</p><p>Soll das Plugin dauerhaft entfernt werden, nutze den Button "
|
1055 |
-
#~ "um alle Einträge des Plugins aus der Datenbank zu löschen."
|
1056 |
-
|
1057 |
-
#~ msgid "Are you sure to reset the sidebars?"
|
1058 |
-
#~ msgstr "Bist Du sicher, dass Du die Sidebars zurücksetzen möchtest?"
|
1059 |
-
|
1060 |
-
#~ msgid "Thanks for donate"
|
1061 |
-
#~ msgstr "Vielen Dank für die Spende"
|
1062 |
-
|
1063 |
-
#~ msgid ""
|
1064 |
-
#~ "You are using an old browser that doesn't support draggin widgets to a "
|
1065 |
-
#~ "recently created sidebar. Refresh the page to add widgets to this sidebar "
|
1066 |
-
#~ "and think about to update your browser."
|
1067 |
-
#~ msgstr ""
|
1068 |
-
#~ "Du nutzt einen alten Browser der das Einfügen von Widgets in die gerade "
|
1069 |
-
#~ "angelegte Sidebar nicht unterstützt. Lade die Seite bitte neu und "
|
1070 |
-
#~ "versuche dann noch einmal, ein Widget in die neue Sidebar zu ziehen. "
|
1071 |
-
#~ "Denke daran Deinen Browser stets aktuell zu halten."
|
1072 |
-
|
1073 |
-
#~ msgid "Where?"
|
1074 |
-
#~ msgstr "Wohin?"
|
1075 |
-
|
1076 |
-
#~ msgid "Advanced Edit"
|
1077 |
-
#~ msgstr "Erweiterte Bearbeitung"
|
1078 |
-
|
1079 |
-
#~ msgid "Save"
|
1080 |
-
#~ msgstr "Speichern"
|
1081 |
-
|
1082 |
-
#~ msgid ""
|
1083 |
-
#~ "You are using an old browser and some features of custom sidebars are not "
|
1084 |
-
#~ "available. You will be notified when you try to use them but, have you "
|
1085 |
-
#~ "ever think about update your browser?"
|
1086 |
-
#~ msgstr ""
|
1087 |
-
#~ "Du nutzt einen alten Browser und einige Features des Plugins sind für "
|
1088 |
-
#~ "Dich nicht verfügbar. Du erhältst einen Hinweis, sobald Du versuchst ein "
|
1089 |
-
#~ "solches Feature zu nutzen. Achte künftig darauf, Deinen Browser aktuell "
|
1090 |
-
#~ "zu halten."
|
1091 |
-
|
1092 |
-
#~ msgid "<- Set %s here."
|
1093 |
-
#~ msgstr "<- %s hier einstellen."
|
1094 |
-
|
1095 |
-
#~ msgid ""
|
1096 |
-
#~ "There are no replaceable sidebars selected. You must select some of them "
|
1097 |
-
#~ "in the form above to be able for replacing them in all the post type "
|
1098 |
-
#~ "entries."
|
1099 |
-
#~ msgstr ""
|
1100 |
-
#~ "Es wurden keine Sidebars ausgewählt die ersetzt werden können. Wähle "
|
1101 |
-
#~ "nachfolgend eine oder mehrere Sidebars aus, die dann in Beiträgen, Seiten "
|
1102 |
-
#~ "oder individuellen Inhaltstypen durch eigene ersetzt werden können."
|
1103 |
-
|
1104 |
-
#~ msgid "There are no categories available."
|
1105 |
-
#~ msgstr "Es sind keine Kategorien vorhanden."
|
1106 |
-
|
1107 |
-
#~ msgid ""
|
1108 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
1109 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
1110 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
1111 |
-
#~ msgstr ""
|
1112 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
1113 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
1114 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-en_EN.mo
DELETED
Binary file
|
lang/custom-sidebars-en_EN.po
DELETED
@@ -1,923 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:54+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: en\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Generator: Poedit 1.6.8\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
23 |
-
msgid ""
|
24 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
25 |
-
"free security and performance scan with WP Checkup."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
29 |
-
msgid "Scan"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
33 |
-
msgid "Run site health check"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
37 |
-
msgid "Free performance, security and SEO report"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
41 |
-
msgid "Go"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
45 |
-
msgid ""
|
46 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
47 |
-
"Upfront."
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
51 |
-
msgid "get Upfront free"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
55 |
-
msgid "Clone"
|
56 |
-
msgstr "Clone"
|
57 |
-
|
58 |
-
# custom-sidebars
|
59 |
-
#: inc/class-custom-sidebars-editor.php:158
|
60 |
-
#: inc/class-custom-sidebars-editor.php:173
|
61 |
-
#: inc/class-custom-sidebars-export.php:98
|
62 |
-
msgid "You do not have permission for this"
|
63 |
-
msgstr "You do not have permission for this"
|
64 |
-
|
65 |
-
# custom-sidebars
|
66 |
-
#: inc/class-custom-sidebars-editor.php:250
|
67 |
-
#: inc/class-custom-sidebars-editor.php:407
|
68 |
-
#: inc/class-custom-sidebars-editor.php:690
|
69 |
-
#, fuzzy
|
70 |
-
msgid "You have no permission to do this operation."
|
71 |
-
msgstr "You do not have permission for this"
|
72 |
-
|
73 |
-
#: inc/class-custom-sidebars-editor.php:273
|
74 |
-
msgid "Sidebar-name cannot be empty"
|
75 |
-
msgstr "Sidebar-name cannot be empty"
|
76 |
-
|
77 |
-
# @ custom-sidebars
|
78 |
-
#: inc/class-custom-sidebars-editor.php:297
|
79 |
-
#: inc/class-custom-sidebars-editor.php:416
|
80 |
-
msgid "The sidebar does not exist"
|
81 |
-
msgstr "The sidebar does not exist"
|
82 |
-
|
83 |
-
#: inc/class-custom-sidebars-editor.php:334
|
84 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
85 |
-
msgstr "Created new sidebar <strong>%1$s</strong>"
|
86 |
-
|
87 |
-
#: inc/class-custom-sidebars-editor.php:342
|
88 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
89 |
-
msgstr "Updated sidebar <strong>%1$s</strong>"
|
90 |
-
|
91 |
-
# @ custom-sidebars
|
92 |
-
#: inc/class-custom-sidebars-editor.php:353
|
93 |
-
#: inc/class-custom-sidebars-editor.php:436
|
94 |
-
msgid "The sidebar was not found"
|
95 |
-
msgstr "The sidebar was not found"
|
96 |
-
|
97 |
-
#: inc/class-custom-sidebars-editor.php:425
|
98 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
99 |
-
msgstr "Deleted sidebar <strong>%1$s</strong>"
|
100 |
-
|
101 |
-
#: inc/class-custom-sidebars-editor.php:498
|
102 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
103 |
-
msgid "Front Page"
|
104 |
-
msgstr "Front Page"
|
105 |
-
|
106 |
-
# @ custom-sidebars
|
107 |
-
#: inc/class-custom-sidebars-editor.php:499
|
108 |
-
msgid "Search Results"
|
109 |
-
msgstr "Search Results"
|
110 |
-
|
111 |
-
#: inc/class-custom-sidebars-editor.php:500
|
112 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
113 |
-
msgid "Not found (404)"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
# @ custom-sidebars
|
117 |
-
#: inc/class-custom-sidebars-editor.php:501
|
118 |
-
#, fuzzy
|
119 |
-
msgid "Any Author Archive"
|
120 |
-
msgstr "Author Archives"
|
121 |
-
|
122 |
-
# @ custom-sidebars
|
123 |
-
#: inc/class-custom-sidebars-editor.php:502
|
124 |
-
msgid "Date Archives"
|
125 |
-
msgstr "Date Archives"
|
126 |
-
|
127 |
-
# @ custom-sidebars
|
128 |
-
#: inc/class-custom-sidebars-editor.php:520
|
129 |
-
#: inc/class-custom-sidebars-editor.php:523
|
130 |
-
#: inc/class-custom-sidebars-editor.php:530
|
131 |
-
#: inc/class-custom-sidebars-editor.php:532
|
132 |
-
#: inc/class-custom-sidebars-editor.php:616
|
133 |
-
#: inc/class-custom-sidebars-editor.php:618
|
134 |
-
#: inc/class-custom-sidebars-editor.php:637
|
135 |
-
#, fuzzy
|
136 |
-
msgid "%s Archives"
|
137 |
-
msgstr "%1$s Archives"
|
138 |
-
|
139 |
-
# @ custom-sidebars
|
140 |
-
#: inc/class-custom-sidebars-editor.php:579
|
141 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
142 |
-
msgid "Post Index"
|
143 |
-
msgstr "Post Index"
|
144 |
-
|
145 |
-
# @ custom-sidebars
|
146 |
-
#: inc/class-custom-sidebars-editor.php:583
|
147 |
-
msgid "%1$s Archives"
|
148 |
-
msgstr "%1$s Archives"
|
149 |
-
|
150 |
-
#: inc/class-custom-sidebars-editor.php:861
|
151 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
152 |
-
msgstr "Updated sidebar <strong>%1$s</strong> settings."
|
153 |
-
|
154 |
-
# @ custom-sidebars
|
155 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
156 |
-
msgid "Sidebars"
|
157 |
-
msgstr "Sidebars"
|
158 |
-
|
159 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
160 |
-
msgid "Custom sidebars configuration is allowed for:"
|
161 |
-
msgstr ""
|
162 |
-
|
163 |
-
# @ custom-sidebars
|
164 |
-
#: inc/class-custom-sidebars-explain.php:225
|
165 |
-
#, fuzzy
|
166 |
-
msgid "Sidebar Debug"
|
167 |
-
msgstr "Sidebars"
|
168 |
-
|
169 |
-
# @ custom-sidebars
|
170 |
-
#: inc/class-custom-sidebars-explain.php:229
|
171 |
-
#, fuzzy
|
172 |
-
msgid "Turn on Custom Sidebars explain mode."
|
173 |
-
msgstr "Custom Sidebars Pro"
|
174 |
-
|
175 |
-
#: inc/class-custom-sidebars-explain.php:236
|
176 |
-
msgid "Turn off Custom Sidebars explain mode."
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
180 |
-
msgid "Import / Export Sidebars"
|
181 |
-
msgstr "Import / Export Sidebars"
|
182 |
-
|
183 |
-
# custom-sidebars
|
184 |
-
#: inc/class-custom-sidebars-export.php:287
|
185 |
-
#: inc/class-custom-sidebars-export.php:340
|
186 |
-
#, fuzzy
|
187 |
-
msgid "You do not have permission for export sidebars."
|
188 |
-
msgstr "You do not have permission for this"
|
189 |
-
|
190 |
-
#: inc/class-custom-sidebars-export.php:354
|
191 |
-
#: inc/class-custom-sidebars-export.php:396
|
192 |
-
msgid "No file was uploaded"
|
193 |
-
msgstr "No file was uploaded"
|
194 |
-
|
195 |
-
#: inc/class-custom-sidebars-export.php:361
|
196 |
-
msgid "Import file is too big"
|
197 |
-
msgstr "Import file is too big"
|
198 |
-
|
199 |
-
#: inc/class-custom-sidebars-export.php:367
|
200 |
-
msgid "Something went wrong"
|
201 |
-
msgstr "Something went wrong"
|
202 |
-
|
203 |
-
#: inc/class-custom-sidebars-export.php:390
|
204 |
-
msgid "Unexpected import format"
|
205 |
-
msgstr "Unexpected import format"
|
206 |
-
|
207 |
-
# custom-sidebars
|
208 |
-
#: inc/class-custom-sidebars-export.php:425
|
209 |
-
#, fuzzy
|
210 |
-
msgid "You do not have permission for import sidebars."
|
211 |
-
msgstr "You do not have permission for this"
|
212 |
-
|
213 |
-
# @ custom-sidebars
|
214 |
-
#: inc/class-custom-sidebars-export.php:684
|
215 |
-
#, fuzzy
|
216 |
-
msgid "Imported %d custom sidebar!"
|
217 |
-
msgid_plural "Imported %d custom sidebars!"
|
218 |
-
msgstr[0] "Imported %d custom sidebar(s)!"
|
219 |
-
msgstr[1] "Imported %d custom sidebar(s)!"
|
220 |
-
|
221 |
-
#: inc/class-custom-sidebars-export.php:698
|
222 |
-
msgid "Plugin options were imported!"
|
223 |
-
msgstr "Plugin options were imported!"
|
224 |
-
|
225 |
-
#: inc/class-custom-sidebars-export.php:747
|
226 |
-
#, fuzzy
|
227 |
-
msgid "Imported %d widget!"
|
228 |
-
msgid_plural "Imported %d widgets!"
|
229 |
-
msgstr[0] "Imported %d widget(s)!"
|
230 |
-
msgstr[1] "Imported %d widget(s)!"
|
231 |
-
|
232 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
233 |
-
#, fuzzy
|
234 |
-
msgid "Single page"
|
235 |
-
msgstr "Special pages"
|
236 |
-
|
237 |
-
# @ custom-sidebars
|
238 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
239 |
-
#, fuzzy
|
240 |
-
msgid "Archives"
|
241 |
-
msgstr "Tag Archives"
|
242 |
-
|
243 |
-
# @ custom-sidebars
|
244 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
245 |
-
#, fuzzy
|
246 |
-
msgid "Search results"
|
247 |
-
msgstr "Search Results"
|
248 |
-
|
249 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
250 |
-
msgid "Preview"
|
251 |
-
msgstr "Preview"
|
252 |
-
|
253 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
254 |
-
#, fuzzy
|
255 |
-
msgid "Archive: Day"
|
256 |
-
msgstr "Archive Types"
|
257 |
-
|
258 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
259 |
-
msgid "Archive: Month"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
263 |
-
#, fuzzy
|
264 |
-
msgid "Archive: Year"
|
265 |
-
msgstr "Archive Types"
|
266 |
-
|
267 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
268 |
-
msgid "Visibility"
|
269 |
-
msgstr "Visibility"
|
270 |
-
|
271 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
272 |
-
msgid "<b>Show</b> widget if:"
|
273 |
-
msgstr "<b>Show</b> widget if:"
|
274 |
-
|
275 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
276 |
-
msgid "<b>Hide</b> widget if:"
|
277 |
-
msgstr "<b>Hide</b> widget if:"
|
278 |
-
|
279 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
280 |
-
msgid "Filters"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
284 |
-
msgid "Date"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
288 |
-
msgid "Guests"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
292 |
-
msgid "Roles"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
296 |
-
msgid "Membership"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
300 |
-
msgid "Membership2"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
304 |
-
msgid "Special pages"
|
305 |
-
msgstr "Special pages"
|
306 |
-
|
307 |
-
# @ custom-sidebars
|
308 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
309 |
-
#, fuzzy
|
310 |
-
msgid "For posttype"
|
311 |
-
msgstr "By post type"
|
312 |
-
|
313 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
314 |
-
msgid "Taxonomy"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
318 |
-
msgid "Always"
|
319 |
-
msgstr "Always"
|
320 |
-
|
321 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
322 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
323 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
325 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
326 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
327 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
328 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
329 |
-
msgid "AND"
|
330 |
-
msgstr "AND"
|
331 |
-
|
332 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
333 |
-
msgid "User is not logged-in (Guest)"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
337 |
-
msgid "User is logged-in (Member)"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
341 |
-
msgid "User has role"
|
342 |
-
msgstr "User has role"
|
343 |
-
|
344 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
345 |
-
msgid "User has Membership Level"
|
346 |
-
msgstr "User has Membership Level"
|
347 |
-
|
348 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
349 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
350 |
-
msgid "(inactive)"
|
351 |
-
msgstr "(inactive)"
|
352 |
-
|
353 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
354 |
-
#, fuzzy
|
355 |
-
msgid "User has Membership"
|
356 |
-
msgstr "User has Membership Level"
|
357 |
-
|
358 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
359 |
-
msgid "On these special pages"
|
360 |
-
msgstr "On these special pages"
|
361 |
-
|
362 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
363 |
-
msgid "On any page of these types"
|
364 |
-
msgstr "On any page of these types"
|
365 |
-
|
366 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
367 |
-
msgid "Only for specific %s"
|
368 |
-
msgstr "Only for specific %s"
|
369 |
-
|
370 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
371 |
-
msgid "Only these %s:"
|
372 |
-
msgstr "Only these %s:"
|
373 |
-
|
374 |
-
#: inc/class-custom-sidebars.php:148
|
375 |
-
msgid ""
|
376 |
-
"<strong>Accessibility mode is not supported by the\n"
|
377 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
378 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
# @ custom-sidebars
|
382 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
383 |
-
msgid "Widgets"
|
384 |
-
msgstr "Widgets"
|
385 |
-
|
386 |
-
#: inc/class-custom-sidebars.php:973
|
387 |
-
#, fuzzy
|
388 |
-
msgid "Support"
|
389 |
-
msgstr "Import"
|
390 |
-
|
391 |
-
#: inc/class-custom-sidebars.php:991
|
392 |
-
msgid "Create a custom sidebar to get started."
|
393 |
-
msgstr ""
|
394 |
-
|
395 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
396 |
-
msgid "Polylang"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
400 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
401 |
-
msgid "Language"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
405 |
-
msgid "WPML"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
# @ custom-sidebars
|
409 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
410 |
-
msgid "Custom Sidebars"
|
411 |
-
msgstr "Custom Sidebars"
|
412 |
-
|
413 |
-
#: views/bulk-edit.php:35
|
414 |
-
msgid "— No Change —"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: views/col-sidebars.php:18
|
418 |
-
msgid "(Not available for Home-Page)"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: views/col-sidebars.php:20
|
422 |
-
msgid "(Not available for Blog-Page)"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: views/import.php:67 views/widgets-export.php:34
|
426 |
-
msgid "Import"
|
427 |
-
msgstr "Import"
|
428 |
-
|
429 |
-
#: views/import.php:74
|
430 |
-
msgid "Filename"
|
431 |
-
msgstr "Filename"
|
432 |
-
|
433 |
-
#: views/import.php:78
|
434 |
-
msgid "Exported on"
|
435 |
-
msgstr "Exported on"
|
436 |
-
|
437 |
-
#: views/import.php:84
|
438 |
-
msgid "WordPress settings"
|
439 |
-
msgstr "WordPress settings"
|
440 |
-
|
441 |
-
#: views/import.php:95
|
442 |
-
msgid "WordPress version"
|
443 |
-
msgstr "WordPress version"
|
444 |
-
|
445 |
-
#: views/import.php:100
|
446 |
-
msgid "Plugin version"
|
447 |
-
msgstr "Plugin version"
|
448 |
-
|
449 |
-
#: views/import.php:102
|
450 |
-
msgid "Unknown"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: views/import.php:105
|
454 |
-
msgid "Theme"
|
455 |
-
msgstr "Theme"
|
456 |
-
|
457 |
-
#: views/import.php:132
|
458 |
-
msgid "Mark the sidebars that you want to import."
|
459 |
-
msgstr "Mark the sidebars that you want to import."
|
460 |
-
|
461 |
-
#: views/import.php:137
|
462 |
-
msgid "Also import all widgets of the selected sidebars."
|
463 |
-
msgstr "Also import all widgets of the selected sidebars."
|
464 |
-
|
465 |
-
# @ custom-sidebars
|
466 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
467 |
-
msgid "Name"
|
468 |
-
msgstr "Name"
|
469 |
-
|
470 |
-
# @ custom-sidebars
|
471 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
472 |
-
msgid "Description"
|
473 |
-
msgstr "Description"
|
474 |
-
|
475 |
-
#: views/import.php:146
|
476 |
-
msgid "Note"
|
477 |
-
msgstr "Note"
|
478 |
-
|
479 |
-
# @ custom-sidebars
|
480 |
-
#: views/import.php:154
|
481 |
-
msgid "New sidebar will be created"
|
482 |
-
msgstr "New sidebar will be created"
|
483 |
-
|
484 |
-
#: views/import.php:156
|
485 |
-
msgid "Existing sidebar will be replaced!"
|
486 |
-
msgstr "Existing sidebar will be replaced!"
|
487 |
-
|
488 |
-
# @ custom-sidebars
|
489 |
-
#: views/import.php:224
|
490 |
-
msgid "(Theme sidebar)"
|
491 |
-
msgstr "(Theme sidebar)"
|
492 |
-
|
493 |
-
# @ custom-sidebars
|
494 |
-
#: views/import.php:252
|
495 |
-
msgid "Configuration"
|
496 |
-
msgstr "Configuration"
|
497 |
-
|
498 |
-
# @ custom-sidebars
|
499 |
-
#: views/import.php:256
|
500 |
-
msgid "Replaceable sidebars"
|
501 |
-
msgstr "Replaceable sidebars"
|
502 |
-
|
503 |
-
# @ custom-sidebars
|
504 |
-
#: views/import.php:259
|
505 |
-
msgid "Replaceable Sidebars"
|
506 |
-
msgstr "Replaceable Sidebars"
|
507 |
-
|
508 |
-
# @ custom-sidebars
|
509 |
-
#: views/import.php:278
|
510 |
-
msgid "By post type"
|
511 |
-
msgstr "By post type"
|
512 |
-
|
513 |
-
# @ custom-sidebars
|
514 |
-
#: views/import.php:307
|
515 |
-
msgid "Post-type archives"
|
516 |
-
msgstr "Post-type archives"
|
517 |
-
|
518 |
-
# @ custom-sidebars
|
519 |
-
#: views/import.php:328
|
520 |
-
msgid "By category"
|
521 |
-
msgstr "By category"
|
522 |
-
|
523 |
-
# @ custom-sidebars
|
524 |
-
#: views/import.php:348
|
525 |
-
msgid "Category archives"
|
526 |
-
msgstr "Category archives"
|
527 |
-
|
528 |
-
# @ custom-sidebars
|
529 |
-
#: views/import.php:369
|
530 |
-
msgid "Main blog page"
|
531 |
-
msgstr "Main blog page"
|
532 |
-
|
533 |
-
# @ custom-sidebars
|
534 |
-
#: views/import.php:370
|
535 |
-
msgid "Date archives"
|
536 |
-
msgstr "Date archives"
|
537 |
-
|
538 |
-
# @ custom-sidebars
|
539 |
-
#: views/import.php:371
|
540 |
-
msgid "Author archives"
|
541 |
-
msgstr "Author archives"
|
542 |
-
|
543 |
-
# @ custom-sidebars
|
544 |
-
#: views/import.php:372
|
545 |
-
msgid "Tag archives"
|
546 |
-
msgstr "Tag archives"
|
547 |
-
|
548 |
-
# @ custom-sidebars
|
549 |
-
#: views/import.php:373
|
550 |
-
msgid "Search results page"
|
551 |
-
msgstr "Search results page"
|
552 |
-
|
553 |
-
#: views/import.php:383
|
554 |
-
msgid ""
|
555 |
-
"Replace the current plugin configuration with the imported configuration."
|
556 |
-
msgstr ""
|
557 |
-
"Replace the current plugin configuration with the imported configuration."
|
558 |
-
|
559 |
-
# @ custom-sidebars
|
560 |
-
#: views/widgets-delete.php:11
|
561 |
-
msgid ""
|
562 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
563 |
-
"strong>."
|
564 |
-
msgstr ""
|
565 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
566 |
-
"strong>."
|
567 |
-
|
568 |
-
# @ custom-sidebars
|
569 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
570 |
-
#: views/widgets-location.php:242
|
571 |
-
msgid "Cancel"
|
572 |
-
msgstr "Cancel"
|
573 |
-
|
574 |
-
#: views/widgets-delete.php:17
|
575 |
-
msgid "Yes, delete it"
|
576 |
-
msgstr "Yes, delete it"
|
577 |
-
|
578 |
-
#: views/widgets-editor.php:16
|
579 |
-
msgid "Sidebar name here..."
|
580 |
-
msgstr "Sidebar name here..."
|
581 |
-
|
582 |
-
# @ custom-sidebars
|
583 |
-
#: views/widgets-editor.php:17
|
584 |
-
#, fuzzy
|
585 |
-
msgid "The name should be unique."
|
586 |
-
msgstr "The name must be unique."
|
587 |
-
|
588 |
-
#: views/widgets-editor.php:21
|
589 |
-
msgid "Sidebar description here..."
|
590 |
-
msgstr "Sidebar description here..."
|
591 |
-
|
592 |
-
#: views/widgets-editor.php:27
|
593 |
-
msgid "Caution:"
|
594 |
-
msgstr "Caution:"
|
595 |
-
|
596 |
-
# @ custom-sidebars
|
597 |
-
#: views/widgets-editor.php:39
|
598 |
-
msgid "Before Title"
|
599 |
-
msgstr "Before Title"
|
600 |
-
|
601 |
-
# @ custom-sidebars
|
602 |
-
#: views/widgets-editor.php:43
|
603 |
-
msgid "After Title"
|
604 |
-
msgstr "After Title"
|
605 |
-
|
606 |
-
# @ custom-sidebars
|
607 |
-
#: views/widgets-editor.php:49
|
608 |
-
msgid "Before Widget"
|
609 |
-
msgstr "Before Widget"
|
610 |
-
|
611 |
-
# @ custom-sidebars
|
612 |
-
#: views/widgets-editor.php:53
|
613 |
-
msgid "After Widget"
|
614 |
-
msgstr "After Widget"
|
615 |
-
|
616 |
-
#: views/widgets-editor.php:60
|
617 |
-
msgid "Advanced - Edit custom wrapper code"
|
618 |
-
msgstr "Advanced - Edit custom wrapper code"
|
619 |
-
|
620 |
-
# @ custom-sidebars
|
621 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
622 |
-
msgid "Create Sidebar"
|
623 |
-
msgstr "Create Sidebar"
|
624 |
-
|
625 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
626 |
-
msgid "Export"
|
627 |
-
msgstr "Export"
|
628 |
-
|
629 |
-
#: views/widgets-export.php:23
|
630 |
-
msgid "Optional description for the export file:"
|
631 |
-
msgstr "Optional description for the export file:"
|
632 |
-
|
633 |
-
#: views/widgets-export.php:38
|
634 |
-
msgid "Select a file to import"
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
# @ custom-sidebars
|
638 |
-
#: views/widgets-location.php:30
|
639 |
-
msgid "Replaced by another sidebar:"
|
640 |
-
msgstr "Replaced by another sidebar:"
|
641 |
-
|
642 |
-
#: views/widgets-location.php:38
|
643 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
644 |
-
msgstr "As <strong>%1$s</strong> for selected %2$s"
|
645 |
-
|
646 |
-
#: views/widgets-location.php:51
|
647 |
-
msgid "Click here to pick available %1$s"
|
648 |
-
msgstr "Click here to pick available %1$s"
|
649 |
-
|
650 |
-
#: views/widgets-location.php:89
|
651 |
-
msgid ""
|
652 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
# @ custom-sidebars
|
656 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
657 |
-
#: views/widgets-location.php:198
|
658 |
-
msgid "Click to toggle"
|
659 |
-
msgstr "Click to toggle"
|
660 |
-
|
661 |
-
#: views/widgets-location.php:100
|
662 |
-
msgid "For all Single Entries matching selected criteria"
|
663 |
-
msgstr "For all Single Entries matching selected criteria"
|
664 |
-
|
665 |
-
# @ custom-sidebars
|
666 |
-
#: views/widgets-location.php:103
|
667 |
-
msgid ""
|
668 |
-
"These replacements will be applied to every single post that matches a "
|
669 |
-
"certain post type or category."
|
670 |
-
msgstr ""
|
671 |
-
"These replacements will be applied to every single post that matches a "
|
672 |
-
"certain post type or category."
|
673 |
-
|
674 |
-
# @ custom-sidebars
|
675 |
-
#: views/widgets-location.php:111
|
676 |
-
msgid "categories"
|
677 |
-
msgstr "categories"
|
678 |
-
|
679 |
-
# @ custom-sidebars
|
680 |
-
#: views/widgets-location.php:123
|
681 |
-
msgid "Post Types"
|
682 |
-
msgstr "Post Types"
|
683 |
-
|
684 |
-
# @ custom-sidebars
|
685 |
-
#: views/widgets-location.php:141
|
686 |
-
msgid "For Archives"
|
687 |
-
msgstr "For Archives"
|
688 |
-
|
689 |
-
# @ custom-sidebars
|
690 |
-
#: views/widgets-location.php:144
|
691 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
692 |
-
msgstr "These replacements will be applied to Archive Type posts and pages."
|
693 |
-
|
694 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
695 |
-
msgid "Archive Types"
|
696 |
-
msgstr "Archive Types"
|
697 |
-
|
698 |
-
# @ custom-sidebars
|
699 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
700 |
-
msgid "Category Archives"
|
701 |
-
msgstr "Category Archives"
|
702 |
-
|
703 |
-
# @ custom-sidebars
|
704 |
-
#: views/widgets-location.php:148
|
705 |
-
#, fuzzy
|
706 |
-
msgid "Authors"
|
707 |
-
msgstr "Author Archives"
|
708 |
-
|
709 |
-
# @ custom-sidebars
|
710 |
-
#: views/widgets-location.php:179
|
711 |
-
msgid "Author Archives"
|
712 |
-
msgstr "Author Archives"
|
713 |
-
|
714 |
-
#: views/widgets-location.php:199
|
715 |
-
msgid "3rd party plugins"
|
716 |
-
msgstr ""
|
717 |
-
|
718 |
-
# @ custom-sidebars
|
719 |
-
#: views/widgets-location.php:202
|
720 |
-
#, fuzzy
|
721 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
722 |
-
msgstr "These replacements will be applied to Archive Type posts and pages."
|
723 |
-
|
724 |
-
# @ custom-sidebars
|
725 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
726 |
-
msgid "Save Changes"
|
727 |
-
msgstr "Save Changes"
|
728 |
-
|
729 |
-
# @ custom-sidebars
|
730 |
-
#: views/widgets.php:21
|
731 |
-
msgid "Create a new sidebar"
|
732 |
-
msgstr "Create a new sidebar"
|
733 |
-
|
734 |
-
# @ custom-sidebars
|
735 |
-
#: views/widgets.php:40
|
736 |
-
msgid "Edit [Sidebar]"
|
737 |
-
msgstr "Edit [Sidebar]"
|
738 |
-
|
739 |
-
# @ custom-sidebars
|
740 |
-
#: views/widgets.php:41
|
741 |
-
msgid "New Custom Sidebar"
|
742 |
-
msgstr "New Custom Sidebar"
|
743 |
-
|
744 |
-
# @ custom-sidebars
|
745 |
-
#: views/widgets.php:44
|
746 |
-
msgid "Delete Sidebar"
|
747 |
-
msgstr "Delete Sidebar"
|
748 |
-
|
749 |
-
# @ custom-sidebars
|
750 |
-
#: views/widgets.php:45
|
751 |
-
msgid "Define where you want this sidebar to appear."
|
752 |
-
msgstr "Define where you want this sidebar to appear."
|
753 |
-
|
754 |
-
# @ custom-sidebars
|
755 |
-
#: views/widgets.php:48
|
756 |
-
msgid "Theme Sidebars"
|
757 |
-
msgstr "Theme Sidebars"
|
758 |
-
|
759 |
-
# Ajax error
|
760 |
-
#: views/widgets.php:49
|
761 |
-
msgid "Couldn't load data from WordPress..."
|
762 |
-
msgstr "Couldn't load data from WordPress..."
|
763 |
-
|
764 |
-
#: views/widgets.php:50 views/widgets.php:105
|
765 |
-
msgid "This sidebar can be replaced on certain pages"
|
766 |
-
msgstr "This sidebar can be replaced on certain pages"
|
767 |
-
|
768 |
-
#: views/widgets.php:51
|
769 |
-
msgid ""
|
770 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
771 |
-
msgstr ""
|
772 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
773 |
-
|
774 |
-
#: views/widgets.php:52
|
775 |
-
msgid "Filter..."
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
# @ custom-sidebars
|
779 |
-
#: views/widgets.php:69
|
780 |
-
msgid "Delete this sidebar."
|
781 |
-
msgstr "Delete this sidebar."
|
782 |
-
|
783 |
-
# @ custom-sidebars
|
784 |
-
#: views/widgets.php:78
|
785 |
-
msgid "Edit this sidebar."
|
786 |
-
msgstr "Edit this sidebar."
|
787 |
-
|
788 |
-
# @ custom-sidebars
|
789 |
-
#: views/widgets.php:80
|
790 |
-
msgid "Edit"
|
791 |
-
msgstr "Edit"
|
792 |
-
|
793 |
-
# @ custom-sidebars
|
794 |
-
#: views/widgets.php:87 views/widgets.php:124
|
795 |
-
msgid "Where do you want to show the sidebar?"
|
796 |
-
msgstr "Where do you want to show the sidebar?"
|
797 |
-
|
798 |
-
#: views/widgets.php:89 views/widgets.php:126
|
799 |
-
msgid "Sidebar Location"
|
800 |
-
msgstr "Sidebar Location"
|
801 |
-
|
802 |
-
#: views/widgets.php:106
|
803 |
-
msgid "This sidebar will always be same on all pages"
|
804 |
-
msgstr "This sidebar will always be same on all pages"
|
805 |
-
|
806 |
-
#: views/widgets.php:115
|
807 |
-
msgid "Allow this sidebar to be replaced"
|
808 |
-
msgstr "Allow this sidebar to be replaced"
|
809 |
-
|
810 |
-
# @ custom-sidebars
|
811 |
-
#. Plugin Name of the plugin/theme
|
812 |
-
msgid "Custom Sidebars Pro"
|
813 |
-
msgstr "Custom Sidebars Pro"
|
814 |
-
|
815 |
-
#. Plugin URI of the plugin/theme
|
816 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#. Description of the plugin/theme
|
820 |
-
msgid ""
|
821 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
822 |
-
"sidebars or single widgets for specific posts and pages."
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#. Author of the plugin/theme
|
826 |
-
msgid "WPMU DEV"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#. Author URI of the plugin/theme
|
830 |
-
msgid "http://premium.wpmudev.org/"
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
# @ custom-sidebars
|
834 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
835 |
-
#, fuzzy
|
836 |
-
msgctxt "Column name on entries list."
|
837 |
-
msgid "Custom Sidebars"
|
838 |
-
msgstr "Custom Sidebars"
|
839 |
-
|
840 |
-
#~ msgid "Export file"
|
841 |
-
#~ msgstr "Export file"
|
842 |
-
|
843 |
-
#~ msgid ""
|
844 |
-
#~ "Something unexpected happened and we could not finish the import. Please "
|
845 |
-
#~ "try again."
|
846 |
-
#~ msgstr ""
|
847 |
-
#~ "Something unexpected happened and we could not finish the import. Please "
|
848 |
-
#~ "try again."
|
849 |
-
|
850 |
-
#~ msgid "On these dates"
|
851 |
-
#~ msgstr "On these dates"
|
852 |
-
|
853 |
-
#~ msgid "Pro Sites Level"
|
854 |
-
#~ msgstr "Pro Sites Level"
|
855 |
-
|
856 |
-
#~ msgid ""
|
857 |
-
#~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
|
858 |
-
#~ "\">Widgets screen</a>!"
|
859 |
-
#~ msgstr ""
|
860 |
-
#~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
|
861 |
-
#~ "\">Widgets screen</a>!"
|
862 |
-
|
863 |
-
#~ msgid ""
|
864 |
-
#~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
|
865 |
-
#~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
|
866 |
-
#~ msgstr ""
|
867 |
-
#~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
|
868 |
-
#~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
|
869 |
-
|
870 |
-
#~ msgid "Pro Version Features"
|
871 |
-
#~ msgstr "Pro Version Features"
|
872 |
-
|
873 |
-
#~ msgid ""
|
874 |
-
#~ "Here you can replace the default sidebars. Simply select what sidebar you "
|
875 |
-
#~ "want to show for this post!"
|
876 |
-
#~ msgstr ""
|
877 |
-
#~ "Here you can replace the default sidebars. Simply select what sidebar you "
|
878 |
-
#~ "want to show for this post!"
|
879 |
-
|
880 |
-
#~ msgid ""
|
881 |
-
#~ "All sidebars have been locked, you cannot replace them. Go to <a href="
|
882 |
-
#~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
|
883 |
-
#~ msgstr ""
|
884 |
-
#~ "All sidebars have been locked, you cannot replace them. Go to <a href="
|
885 |
-
#~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
|
886 |
-
|
887 |
-
# @ custom-sidebars
|
888 |
-
#~ msgid ""
|
889 |
-
#~ "Before-after title-widget properties define the html code that will wrap "
|
890 |
-
#~ "the widgets and their titles in the sidebars, more info about them on the "
|
891 |
-
#~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
|
892 |
-
#~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
|
893 |
-
#~ "fields if you are not sure what you are doing, it can break the design of "
|
894 |
-
#~ "your site. Leave these fields blank to use the theme sidebars design."
|
895 |
-
#~ msgstr ""
|
896 |
-
#~ "Before-after title-widget properties define the html code that will wrap "
|
897 |
-
#~ "the widgets and their titles in the sidebars, more info about them on the "
|
898 |
-
#~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
|
899 |
-
#~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
|
900 |
-
#~ "fields if you are not sure what you are doing, it can break the design of "
|
901 |
-
#~ "your site. Leave these fields blank to use the theme sidebars design."
|
902 |
-
|
903 |
-
#~ msgid ""
|
904 |
-
#~ "This will generate a complete export file containing all your sidebars "
|
905 |
-
#~ "and the current sidebar configuration."
|
906 |
-
#~ msgstr ""
|
907 |
-
#~ "This will generate a complete export file containing all your sidebars "
|
908 |
-
#~ "and the current sidebar configuration."
|
909 |
-
|
910 |
-
#~ msgid ""
|
911 |
-
#~ "To attach this sidebar to a unique Post or Page please visit that <a href="
|
912 |
-
#~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
|
913 |
-
#~ "sidebars metabox."
|
914 |
-
#~ msgstr ""
|
915 |
-
#~ "To attach this sidebar to a unique Post or Page please visit that <a href="
|
916 |
-
#~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
|
917 |
-
#~ "sidebars metabox."
|
918 |
-
|
919 |
-
#~ msgid "For single entries"
|
920 |
-
#~ msgstr "For single entries"
|
921 |
-
|
922 |
-
#~ msgid "Can be replaced"
|
923 |
-
#~ msgstr "Can be replaced"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-es_ES.mo
DELETED
Binary file
|
lang/custom-sidebars-es_ES.po
DELETED
@@ -1,1053 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:54+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: es_ES\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 1.6.8\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Textdomain-Support: yes\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
23 |
-
msgid ""
|
24 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
25 |
-
"free security and performance scan with WP Checkup."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
29 |
-
msgid "Scan"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
33 |
-
msgid "Run site health check"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
37 |
-
msgid "Free performance, security and SEO report"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
41 |
-
msgid "Go"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
45 |
-
msgid ""
|
46 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
47 |
-
"Upfront."
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
51 |
-
msgid "get Upfront free"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
# @ custom-sidebars
|
55 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
56 |
-
msgid "Clone"
|
57 |
-
msgstr "Clonar"
|
58 |
-
|
59 |
-
# custom-sidebars
|
60 |
-
# @ custom-sidebars
|
61 |
-
#: inc/class-custom-sidebars-editor.php:158
|
62 |
-
#: inc/class-custom-sidebars-editor.php:173
|
63 |
-
#: inc/class-custom-sidebars-export.php:98
|
64 |
-
msgid "You do not have permission for this"
|
65 |
-
msgstr "No tiene permisos para hacer esto"
|
66 |
-
|
67 |
-
# custom-sidebars
|
68 |
-
# @ custom-sidebars
|
69 |
-
#: inc/class-custom-sidebars-editor.php:250
|
70 |
-
#: inc/class-custom-sidebars-editor.php:407
|
71 |
-
#: inc/class-custom-sidebars-editor.php:690
|
72 |
-
#, fuzzy
|
73 |
-
msgid "You have no permission to do this operation."
|
74 |
-
msgstr "No tiene permisos para hacer esto"
|
75 |
-
|
76 |
-
# @ custom-sidebars
|
77 |
-
#: inc/class-custom-sidebars-editor.php:273
|
78 |
-
msgid "Sidebar-name cannot be empty"
|
79 |
-
msgstr "El nombre de la barra lateral no puede ser vacío"
|
80 |
-
|
81 |
-
# @ custom-sidebars
|
82 |
-
#: inc/class-custom-sidebars-editor.php:297
|
83 |
-
#: inc/class-custom-sidebars-editor.php:416
|
84 |
-
#, fuzzy
|
85 |
-
msgid "The sidebar does not exist"
|
86 |
-
msgstr "Crear una barra"
|
87 |
-
|
88 |
-
# @ custom-sidebars
|
89 |
-
#: inc/class-custom-sidebars-editor.php:334
|
90 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
91 |
-
msgstr "Creada la barra <strong>%1$s</strong>"
|
92 |
-
|
93 |
-
# @ custom-sidebars
|
94 |
-
#: inc/class-custom-sidebars-editor.php:342
|
95 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
96 |
-
msgstr "Barra <strong>%1$s</strong> actualizada"
|
97 |
-
|
98 |
-
# @ custom-sidebars
|
99 |
-
#: inc/class-custom-sidebars-editor.php:353
|
100 |
-
#: inc/class-custom-sidebars-editor.php:436
|
101 |
-
#, fuzzy
|
102 |
-
msgid "The sidebar was not found"
|
103 |
-
msgstr "Crear una barra"
|
104 |
-
|
105 |
-
# @ custom-sidebars
|
106 |
-
#: inc/class-custom-sidebars-editor.php:425
|
107 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
108 |
-
msgstr "Barra <strong>%1$s</strong> borrada"
|
109 |
-
|
110 |
-
# @ custom-sidebars
|
111 |
-
#: inc/class-custom-sidebars-editor.php:498
|
112 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
113 |
-
#, fuzzy
|
114 |
-
msgid "Front Page"
|
115 |
-
msgstr "Página principal del Blog"
|
116 |
-
|
117 |
-
# @ custom-sidebars
|
118 |
-
#: inc/class-custom-sidebars-editor.php:499
|
119 |
-
#, fuzzy
|
120 |
-
msgid "Search Results"
|
121 |
-
msgstr "Página de resultados de búsqueda"
|
122 |
-
|
123 |
-
#: inc/class-custom-sidebars-editor.php:500
|
124 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
125 |
-
msgid "Not found (404)"
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
# @ custom-sidebars
|
129 |
-
#: inc/class-custom-sidebars-editor.php:501
|
130 |
-
#, fuzzy
|
131 |
-
msgid "Any Author Archive"
|
132 |
-
msgstr "Archivos de autores"
|
133 |
-
|
134 |
-
# @ custom-sidebars
|
135 |
-
#: inc/class-custom-sidebars-editor.php:502
|
136 |
-
#, fuzzy
|
137 |
-
msgid "Date Archives"
|
138 |
-
msgstr "Archivos por fecha"
|
139 |
-
|
140 |
-
# @ custom-sidebars
|
141 |
-
#: inc/class-custom-sidebars-editor.php:520
|
142 |
-
#: inc/class-custom-sidebars-editor.php:523
|
143 |
-
#: inc/class-custom-sidebars-editor.php:530
|
144 |
-
#: inc/class-custom-sidebars-editor.php:532
|
145 |
-
#: inc/class-custom-sidebars-editor.php:616
|
146 |
-
#: inc/class-custom-sidebars-editor.php:618
|
147 |
-
#: inc/class-custom-sidebars-editor.php:637
|
148 |
-
#, fuzzy
|
149 |
-
msgid "%s Archives"
|
150 |
-
msgstr "Archivos %1$s"
|
151 |
-
|
152 |
-
# @ custom-sidebars
|
153 |
-
#: inc/class-custom-sidebars-editor.php:579
|
154 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
155 |
-
#, fuzzy
|
156 |
-
msgid "Post Index"
|
157 |
-
msgstr "Por tipo de entrada"
|
158 |
-
|
159 |
-
# @ custom-sidebars
|
160 |
-
#: inc/class-custom-sidebars-editor.php:583
|
161 |
-
#, fuzzy
|
162 |
-
msgid "%1$s Archives"
|
163 |
-
msgstr "Archivos %1$s"
|
164 |
-
|
165 |
-
# @ custom-sidebars
|
166 |
-
#: inc/class-custom-sidebars-editor.php:861
|
167 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
168 |
-
msgstr "Actualizadas las opciones para la barra <strong>%1$s</strong>."
|
169 |
-
|
170 |
-
# @ custom-sidebars
|
171 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
172 |
-
msgid "Sidebars"
|
173 |
-
msgstr "Barras Laterales"
|
174 |
-
|
175 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
176 |
-
msgid "Custom sidebars configuration is allowed for:"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
# @ custom-sidebars
|
180 |
-
#: inc/class-custom-sidebars-explain.php:225
|
181 |
-
#, fuzzy
|
182 |
-
msgid "Sidebar Debug"
|
183 |
-
msgstr "Barras Laterales"
|
184 |
-
|
185 |
-
# @ custom-sidebars
|
186 |
-
#: inc/class-custom-sidebars-explain.php:229
|
187 |
-
#, fuzzy
|
188 |
-
msgid "Turn on Custom Sidebars explain mode."
|
189 |
-
msgstr "Barras Laterales"
|
190 |
-
|
191 |
-
#: inc/class-custom-sidebars-explain.php:236
|
192 |
-
msgid "Turn off Custom Sidebars explain mode."
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
# @ custom-sidebars
|
196 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
197 |
-
#, fuzzy
|
198 |
-
msgid "Import / Export Sidebars"
|
199 |
-
msgstr "Marque las barras que quiera importar."
|
200 |
-
|
201 |
-
# custom-sidebars
|
202 |
-
# @ custom-sidebars
|
203 |
-
#: inc/class-custom-sidebars-export.php:287
|
204 |
-
#: inc/class-custom-sidebars-export.php:340
|
205 |
-
#, fuzzy
|
206 |
-
msgid "You do not have permission for export sidebars."
|
207 |
-
msgstr "No tiene permisos para hacer esto"
|
208 |
-
|
209 |
-
# @ custom-sidebars
|
210 |
-
#: inc/class-custom-sidebars-export.php:354
|
211 |
-
#: inc/class-custom-sidebars-export.php:396
|
212 |
-
msgid "No file was uploaded"
|
213 |
-
msgstr "No fue cargado ningún archivo"
|
214 |
-
|
215 |
-
# @ custom-sidebars
|
216 |
-
#: inc/class-custom-sidebars-export.php:361
|
217 |
-
msgid "Import file is too big"
|
218 |
-
msgstr "El archivo a importar es demasiado grande."
|
219 |
-
|
220 |
-
# @ custom-sidebars
|
221 |
-
#: inc/class-custom-sidebars-export.php:367
|
222 |
-
msgid "Something went wrong"
|
223 |
-
msgstr "Algo ha ido mal."
|
224 |
-
|
225 |
-
# @ custom-sidebars
|
226 |
-
#: inc/class-custom-sidebars-export.php:390
|
227 |
-
msgid "Unexpected import format"
|
228 |
-
msgstr "Formato de importación incorrecto."
|
229 |
-
|
230 |
-
# custom-sidebars
|
231 |
-
# @ custom-sidebars
|
232 |
-
#: inc/class-custom-sidebars-export.php:425
|
233 |
-
#, fuzzy
|
234 |
-
msgid "You do not have permission for import sidebars."
|
235 |
-
msgstr "No tiene permisos para hacer esto"
|
236 |
-
|
237 |
-
# @ custom-sidebars
|
238 |
-
#: inc/class-custom-sidebars-export.php:684
|
239 |
-
#, fuzzy
|
240 |
-
msgid "Imported %d custom sidebar!"
|
241 |
-
msgid_plural "Imported %d custom sidebars!"
|
242 |
-
msgstr[0] "%d barras laterales importadas!"
|
243 |
-
msgstr[1] "%d barras laterales importadas!"
|
244 |
-
|
245 |
-
# @ custom-sidebars
|
246 |
-
#: inc/class-custom-sidebars-export.php:698
|
247 |
-
msgid "Plugin options were imported!"
|
248 |
-
msgstr "Las opciones del plugin fueron importadas."
|
249 |
-
|
250 |
-
# @ custom-sidebars
|
251 |
-
#: inc/class-custom-sidebars-export.php:747
|
252 |
-
#, fuzzy
|
253 |
-
msgid "Imported %d widget!"
|
254 |
-
msgid_plural "Imported %d widgets!"
|
255 |
-
msgstr[0] "Importados %d widget(s)!"
|
256 |
-
msgstr[1] "Importados %d widget(s)!"
|
257 |
-
|
258 |
-
# @ custom-sidebars
|
259 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
260 |
-
#, fuzzy
|
261 |
-
msgid "Single page"
|
262 |
-
msgstr "Páginas especiales"
|
263 |
-
|
264 |
-
# @ custom-sidebars
|
265 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
266 |
-
#, fuzzy
|
267 |
-
msgid "Archives"
|
268 |
-
msgstr "Archivos de etiquetas"
|
269 |
-
|
270 |
-
# @ custom-sidebars
|
271 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
272 |
-
#, fuzzy
|
273 |
-
msgid "Search results"
|
274 |
-
msgstr "Página de resultados de búsqueda"
|
275 |
-
|
276 |
-
# @ custom-sidebars
|
277 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
278 |
-
msgid "Preview"
|
279 |
-
msgstr "Vista previa"
|
280 |
-
|
281 |
-
# @ custom-sidebars
|
282 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
283 |
-
#, fuzzy
|
284 |
-
msgid "Archive: Day"
|
285 |
-
msgstr "Tipos de archivo"
|
286 |
-
|
287 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
288 |
-
msgid "Archive: Month"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
# @ custom-sidebars
|
292 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
293 |
-
#, fuzzy
|
294 |
-
msgid "Archive: Year"
|
295 |
-
msgstr "Tipos de archivo"
|
296 |
-
|
297 |
-
# @ custom-sidebars
|
298 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
299 |
-
msgid "Visibility"
|
300 |
-
msgstr "Visibilidad"
|
301 |
-
|
302 |
-
# @ custom-sidebars
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
304 |
-
msgid "<b>Show</b> widget if:"
|
305 |
-
msgstr "<b>Mostrar</b> widget si:"
|
306 |
-
|
307 |
-
# @ custom-sidebars
|
308 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
309 |
-
msgid "<b>Hide</b> widget if:"
|
310 |
-
msgstr "<b>Ocultar</b> widget si:"
|
311 |
-
|
312 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
313 |
-
msgid "Filters"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
317 |
-
msgid "Date"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
321 |
-
msgid "Guests"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
325 |
-
msgid "Roles"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
329 |
-
msgid "Membership"
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
333 |
-
msgid "Membership2"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
# @ custom-sidebars
|
337 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
338 |
-
msgid "Special pages"
|
339 |
-
msgstr "Páginas especiales"
|
340 |
-
|
341 |
-
# @ custom-sidebars
|
342 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
343 |
-
#, fuzzy
|
344 |
-
msgid "For posttype"
|
345 |
-
msgstr "Por tipo de entrada"
|
346 |
-
|
347 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
348 |
-
msgid "Taxonomy"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
# @ custom-sidebars
|
352 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
353 |
-
msgid "Always"
|
354 |
-
msgstr "Siempre"
|
355 |
-
|
356 |
-
# @ custom-sidebars
|
357 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
358 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
359 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
360 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
361 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
362 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
363 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
364 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
365 |
-
msgid "AND"
|
366 |
-
msgstr "Y"
|
367 |
-
|
368 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
369 |
-
msgid "User is not logged-in (Guest)"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
373 |
-
msgid "User is logged-in (Member)"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
# @ custom-sidebars
|
377 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
378 |
-
msgid "User has role"
|
379 |
-
msgstr "El usuario tiene el rol"
|
380 |
-
|
381 |
-
# @ custom-sidebars
|
382 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
383 |
-
msgid "User has Membership Level"
|
384 |
-
msgstr "El usuario tiene el nivel de miembro"
|
385 |
-
|
386 |
-
# @ custom-sidebars
|
387 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
388 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
389 |
-
msgid "(inactive)"
|
390 |
-
msgstr "(inactivo)"
|
391 |
-
|
392 |
-
# @ custom-sidebars
|
393 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
394 |
-
#, fuzzy
|
395 |
-
msgid "User has Membership"
|
396 |
-
msgstr "El usuario tiene el nivel de miembro"
|
397 |
-
|
398 |
-
# @ custom-sidebars
|
399 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
400 |
-
msgid "On these special pages"
|
401 |
-
msgstr "En estas páginas en especial"
|
402 |
-
|
403 |
-
# @ custom-sidebars
|
404 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
405 |
-
#, fuzzy
|
406 |
-
msgid "On any page of these types"
|
407 |
-
msgstr "Tipos de archivo"
|
408 |
-
|
409 |
-
# @ custom-sidebars
|
410 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
411 |
-
msgid "Only for specific %s"
|
412 |
-
msgstr "Solo para %s específicos"
|
413 |
-
|
414 |
-
# @ custom-sidebars
|
415 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
416 |
-
msgid "Only these %s:"
|
417 |
-
msgstr "Solo estos %s"
|
418 |
-
|
419 |
-
#: inc/class-custom-sidebars.php:148
|
420 |
-
msgid ""
|
421 |
-
"<strong>Accessibility mode is not supported by the\n"
|
422 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
423 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
# @ custom-sidebars
|
427 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
428 |
-
msgid "Widgets"
|
429 |
-
msgstr "Widgets"
|
430 |
-
|
431 |
-
# @ custom-sidebars
|
432 |
-
#: inc/class-custom-sidebars.php:973
|
433 |
-
#, fuzzy
|
434 |
-
msgid "Support"
|
435 |
-
msgstr "Importar"
|
436 |
-
|
437 |
-
#: inc/class-custom-sidebars.php:991
|
438 |
-
msgid "Create a custom sidebar to get started."
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
442 |
-
msgid "Polylang"
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
446 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
447 |
-
msgid "Language"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
451 |
-
msgid "WPML"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
# @ custom-sidebars
|
455 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
456 |
-
msgid "Custom Sidebars"
|
457 |
-
msgstr "Barras Laterales"
|
458 |
-
|
459 |
-
#: views/bulk-edit.php:35
|
460 |
-
msgid "— No Change —"
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: views/col-sidebars.php:18
|
464 |
-
msgid "(Not available for Home-Page)"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: views/col-sidebars.php:20
|
468 |
-
msgid "(Not available for Blog-Page)"
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
# @ custom-sidebars
|
472 |
-
#: views/import.php:67 views/widgets-export.php:34
|
473 |
-
msgid "Import"
|
474 |
-
msgstr "Importar"
|
475 |
-
|
476 |
-
# @ custom-sidebars
|
477 |
-
#: views/import.php:74
|
478 |
-
msgid "Filename"
|
479 |
-
msgstr "Nombre del archivo"
|
480 |
-
|
481 |
-
# @ custom-sidebars
|
482 |
-
#: views/import.php:78
|
483 |
-
msgid "Exported on"
|
484 |
-
msgstr "Exportado"
|
485 |
-
|
486 |
-
# @ custom-sidebars
|
487 |
-
#: views/import.php:84
|
488 |
-
msgid "WordPress settings"
|
489 |
-
msgstr "Opciones de WordPress"
|
490 |
-
|
491 |
-
# @ custom-sidebars
|
492 |
-
#: views/import.php:95
|
493 |
-
msgid "WordPress version"
|
494 |
-
msgstr "Versión de WordPress"
|
495 |
-
|
496 |
-
# @ custom-sidebars
|
497 |
-
#: views/import.php:100
|
498 |
-
msgid "Plugin version"
|
499 |
-
msgstr "Versión del plugin"
|
500 |
-
|
501 |
-
#: views/import.php:102
|
502 |
-
msgid "Unknown"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
-
# @ custom-sidebars
|
506 |
-
#: views/import.php:105
|
507 |
-
msgid "Theme"
|
508 |
-
msgstr "Tema"
|
509 |
-
|
510 |
-
# @ custom-sidebars
|
511 |
-
#: views/import.php:132
|
512 |
-
msgid "Mark the sidebars that you want to import."
|
513 |
-
msgstr "Marque las barras que quiera importar."
|
514 |
-
|
515 |
-
# @ custom-sidebars
|
516 |
-
#: views/import.php:137
|
517 |
-
msgid "Also import all widgets of the selected sidebars."
|
518 |
-
msgstr "Importar también los widgets de las barras seleccionadas."
|
519 |
-
|
520 |
-
# @ custom-sidebars
|
521 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
522 |
-
msgid "Name"
|
523 |
-
msgstr "Nombre"
|
524 |
-
|
525 |
-
# @ custom-sidebars
|
526 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
527 |
-
msgid "Description"
|
528 |
-
msgstr "Descripción"
|
529 |
-
|
530 |
-
# @ custom-sidebars
|
531 |
-
#: views/import.php:146
|
532 |
-
msgid "Note"
|
533 |
-
msgstr "Nota"
|
534 |
-
|
535 |
-
# @ custom-sidebars
|
536 |
-
#: views/import.php:154
|
537 |
-
#, fuzzy
|
538 |
-
msgid "New sidebar will be created"
|
539 |
-
msgstr "Una nueva barra será creada"
|
540 |
-
|
541 |
-
# @ custom-sidebars
|
542 |
-
#: views/import.php:156
|
543 |
-
#, fuzzy
|
544 |
-
msgid "Existing sidebar will be replaced!"
|
545 |
-
msgstr "Esta barra puede ser reemplazada"
|
546 |
-
|
547 |
-
# @ custom-sidebars
|
548 |
-
#: views/import.php:224
|
549 |
-
#, fuzzy
|
550 |
-
msgid "(Theme sidebar)"
|
551 |
-
msgstr "Tema"
|
552 |
-
|
553 |
-
# @ custom-sidebars
|
554 |
-
#: views/import.php:252
|
555 |
-
msgid "Configuration"
|
556 |
-
msgstr "Configuración"
|
557 |
-
|
558 |
-
# @ custom-sidebars
|
559 |
-
#: views/import.php:256
|
560 |
-
#, fuzzy
|
561 |
-
msgid "Replaceable sidebars"
|
562 |
-
msgstr "Barras reemplazables"
|
563 |
-
|
564 |
-
# @ custom-sidebars
|
565 |
-
#: views/import.php:259
|
566 |
-
msgid "Replaceable Sidebars"
|
567 |
-
msgstr "Barras reemplazables"
|
568 |
-
|
569 |
-
# @ custom-sidebars
|
570 |
-
#: views/import.php:278
|
571 |
-
msgid "By post type"
|
572 |
-
msgstr "Por tipo de entrada"
|
573 |
-
|
574 |
-
# @ custom-sidebars
|
575 |
-
#: views/import.php:307
|
576 |
-
msgid "Post-type archives"
|
577 |
-
msgstr "Archivos de tipos de entrada"
|
578 |
-
|
579 |
-
# @ custom-sidebars
|
580 |
-
#: views/import.php:328
|
581 |
-
msgid "By category"
|
582 |
-
msgstr "Por categorías"
|
583 |
-
|
584 |
-
# @ custom-sidebars
|
585 |
-
#: views/import.php:348
|
586 |
-
msgid "Category archives"
|
587 |
-
msgstr "Archivos de categorías"
|
588 |
-
|
589 |
-
# @ custom-sidebars
|
590 |
-
#: views/import.php:369
|
591 |
-
msgid "Main blog page"
|
592 |
-
msgstr "Página principal del Blog"
|
593 |
-
|
594 |
-
# @ custom-sidebars
|
595 |
-
#: views/import.php:370
|
596 |
-
msgid "Date archives"
|
597 |
-
msgstr "Archivos por fecha"
|
598 |
-
|
599 |
-
# @ custom-sidebars
|
600 |
-
#: views/import.php:371
|
601 |
-
msgid "Author archives"
|
602 |
-
msgstr "Archivos de autores"
|
603 |
-
|
604 |
-
# @ custom-sidebars
|
605 |
-
#: views/import.php:372
|
606 |
-
msgid "Tag archives"
|
607 |
-
msgstr "Archivos de etiquetas"
|
608 |
-
|
609 |
-
# @ custom-sidebars
|
610 |
-
#: views/import.php:373
|
611 |
-
msgid "Search results page"
|
612 |
-
msgstr "Página de resultados de búsqueda"
|
613 |
-
|
614 |
-
# @ custom-sidebars
|
615 |
-
#: views/import.php:383
|
616 |
-
msgid ""
|
617 |
-
"Replace the current plugin configuration with the imported configuration."
|
618 |
-
msgstr ""
|
619 |
-
"Reemplaza la configuración actual del plugin con la configuración importada."
|
620 |
-
|
621 |
-
# @ custom-sidebars
|
622 |
-
#: views/widgets-delete.php:11
|
623 |
-
msgid ""
|
624 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
625 |
-
"strong>."
|
626 |
-
msgstr "Por favor, confirme que quiere borrar la barra lateral."
|
627 |
-
|
628 |
-
# @ custom-sidebars
|
629 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
630 |
-
#: views/widgets-location.php:242
|
631 |
-
msgid "Cancel"
|
632 |
-
msgstr "Cancelar"
|
633 |
-
|
634 |
-
# @ custom-sidebars
|
635 |
-
#: views/widgets-delete.php:17
|
636 |
-
msgid "Yes, delete it"
|
637 |
-
msgstr "Si, borrar."
|
638 |
-
|
639 |
-
# @ custom-sidebars
|
640 |
-
#: views/widgets-editor.php:16
|
641 |
-
#, fuzzy
|
642 |
-
msgid "Sidebar name here..."
|
643 |
-
msgstr "El nombre de la barra lateral no puede ser vacío"
|
644 |
-
|
645 |
-
# @ custom-sidebars
|
646 |
-
#: views/widgets-editor.php:17
|
647 |
-
#, fuzzy
|
648 |
-
msgid "The name should be unique."
|
649 |
-
msgstr "name"
|
650 |
-
|
651 |
-
# @ custom-sidebars
|
652 |
-
#: views/widgets-editor.php:21
|
653 |
-
#, fuzzy
|
654 |
-
msgid "Sidebar description here..."
|
655 |
-
msgstr "description"
|
656 |
-
|
657 |
-
# @ custom-sidebars
|
658 |
-
#: views/widgets-editor.php:27
|
659 |
-
msgid "Caution:"
|
660 |
-
msgstr "Precaución:"
|
661 |
-
|
662 |
-
# @ custom-sidebars
|
663 |
-
#: views/widgets-editor.php:39
|
664 |
-
msgid "Before Title"
|
665 |
-
msgstr "Before Title"
|
666 |
-
|
667 |
-
# @ custom-sidebars
|
668 |
-
#: views/widgets-editor.php:43
|
669 |
-
msgid "After Title"
|
670 |
-
msgstr "After Title"
|
671 |
-
|
672 |
-
# @ custom-sidebars
|
673 |
-
#: views/widgets-editor.php:49
|
674 |
-
msgid "Before Widget"
|
675 |
-
msgstr "Before Widget"
|
676 |
-
|
677 |
-
# @ custom-sidebars
|
678 |
-
#: views/widgets-editor.php:53
|
679 |
-
msgid "After Widget"
|
680 |
-
msgstr "After Widget"
|
681 |
-
|
682 |
-
# @ custom-sidebars
|
683 |
-
#: views/widgets-editor.php:60
|
684 |
-
msgid "Advanced - Edit custom wrapper code"
|
685 |
-
msgstr "Avanzado - Personalice el HTML"
|
686 |
-
|
687 |
-
# @ custom-sidebars
|
688 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
689 |
-
msgid "Create Sidebar"
|
690 |
-
msgstr "Crear una barra"
|
691 |
-
|
692 |
-
# @ custom-sidebars
|
693 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
694 |
-
msgid "Export"
|
695 |
-
msgstr "Exportar"
|
696 |
-
|
697 |
-
# default
|
698 |
-
#: views/widgets-export.php:23
|
699 |
-
#, fuzzy
|
700 |
-
msgid "Optional description for the export file:"
|
701 |
-
msgstr "Exportar archivo"
|
702 |
-
|
703 |
-
#: views/widgets-export.php:38
|
704 |
-
msgid "Select a file to import"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
# @ custom-sidebars
|
708 |
-
#: views/widgets-location.php:30
|
709 |
-
#, fuzzy
|
710 |
-
msgid "Replaced by another sidebar:"
|
711 |
-
msgstr "Esta barra puede ser reemplazada"
|
712 |
-
|
713 |
-
# @ custom-sidebars
|
714 |
-
#: views/widgets-location.php:38
|
715 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
716 |
-
msgstr "Como <strong>%1$s</strong> por la seleccionada %2$s"
|
717 |
-
|
718 |
-
# @ custom-sidebars
|
719 |
-
#: views/widgets-location.php:51
|
720 |
-
msgid "Click here to pick available %1$s"
|
721 |
-
msgstr "Click aquí para seleccionar %1$s"
|
722 |
-
|
723 |
-
#: views/widgets-location.php:89
|
724 |
-
msgid ""
|
725 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
# @ default
|
729 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
730 |
-
#: views/widgets-location.php:198
|
731 |
-
msgid "Click to toggle"
|
732 |
-
msgstr ""
|
733 |
-
|
734 |
-
# @ custom-sidebars
|
735 |
-
#: views/widgets-location.php:100
|
736 |
-
msgid "For all Single Entries matching selected criteria"
|
737 |
-
msgstr "Para todas entradas que cumplan con..."
|
738 |
-
|
739 |
-
# @ custom-sidebars
|
740 |
-
#: views/widgets-location.php:103
|
741 |
-
msgid ""
|
742 |
-
"These replacements will be applied to every single post that matches a "
|
743 |
-
"certain post type or category."
|
744 |
-
msgstr ""
|
745 |
-
"Las barras seleccionadas se mostrarán en las entradas individuales que "
|
746 |
-
"pertenezcan a el tipo de entrada o categoría particular."
|
747 |
-
|
748 |
-
# @ custom-sidebars
|
749 |
-
#: views/widgets-location.php:111
|
750 |
-
msgid "categories"
|
751 |
-
msgstr "categorías"
|
752 |
-
|
753 |
-
# @ custom-sidebars
|
754 |
-
#: views/widgets-location.php:123
|
755 |
-
#, fuzzy
|
756 |
-
msgid "Post Types"
|
757 |
-
msgstr "Tipos de archivo"
|
758 |
-
|
759 |
-
# @ custom-sidebars
|
760 |
-
#: views/widgets-location.php:141
|
761 |
-
#, fuzzy
|
762 |
-
msgid "For Archives"
|
763 |
-
msgstr "Archivos de categorías"
|
764 |
-
|
765 |
-
# @ custom-sidebars
|
766 |
-
#: views/widgets-location.php:144
|
767 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
768 |
-
msgstr "Estos barras serán mostradas en los archivos de entradas y páginas."
|
769 |
-
|
770 |
-
# @ custom-sidebars
|
771 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
772 |
-
msgid "Archive Types"
|
773 |
-
msgstr "Tipos de archivo"
|
774 |
-
|
775 |
-
# @ custom-sidebars
|
776 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
777 |
-
#, fuzzy
|
778 |
-
msgid "Category Archives"
|
779 |
-
msgstr "Archivos de categorías"
|
780 |
-
|
781 |
-
# @ custom-sidebars
|
782 |
-
#: views/widgets-location.php:148
|
783 |
-
#, fuzzy
|
784 |
-
msgid "Authors"
|
785 |
-
msgstr "Archivos de autores"
|
786 |
-
|
787 |
-
# @ custom-sidebars
|
788 |
-
#: views/widgets-location.php:179
|
789 |
-
#, fuzzy
|
790 |
-
msgid "Author Archives"
|
791 |
-
msgstr "Archivos de autores"
|
792 |
-
|
793 |
-
#: views/widgets-location.php:199
|
794 |
-
msgid "3rd party plugins"
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
# @ custom-sidebars
|
798 |
-
#: views/widgets-location.php:202
|
799 |
-
#, fuzzy
|
800 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
801 |
-
msgstr "Estos barras serán mostradas en los archivos de entradas y páginas."
|
802 |
-
|
803 |
-
# @ custom-sidebars
|
804 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
805 |
-
msgid "Save Changes"
|
806 |
-
msgstr "Guardar Cambios"
|
807 |
-
|
808 |
-
# @ custom-sidebars
|
809 |
-
#: views/widgets.php:21
|
810 |
-
msgid "Create a new sidebar"
|
811 |
-
msgstr "Crear una nueva lateral"
|
812 |
-
|
813 |
-
# custom-sidebars
|
814 |
-
#: views/widgets.php:40
|
815 |
-
#, fuzzy
|
816 |
-
msgid "Edit [Sidebar]"
|
817 |
-
msgstr "Editar"
|
818 |
-
|
819 |
-
# @ custom-sidebars
|
820 |
-
#: views/widgets.php:41
|
821 |
-
#, fuzzy
|
822 |
-
msgid "New Custom Sidebar"
|
823 |
-
msgstr "Crear una nueva lateral"
|
824 |
-
|
825 |
-
# @ custom-sidebars
|
826 |
-
#: views/widgets.php:44
|
827 |
-
#, fuzzy
|
828 |
-
msgid "Delete Sidebar"
|
829 |
-
msgstr "Por favor, confirme que quiere borrar la barra lateral."
|
830 |
-
|
831 |
-
# @ custom-sidebars
|
832 |
-
#: views/widgets.php:45
|
833 |
-
msgid "Define where you want this sidebar to appear."
|
834 |
-
msgstr "Defina donde quiere que aparezca esta barra."
|
835 |
-
|
836 |
-
# @ custom-sidebars
|
837 |
-
#: views/widgets.php:48
|
838 |
-
#, fuzzy
|
839 |
-
msgid "Theme Sidebars"
|
840 |
-
msgstr ""
|
841 |
-
"Las propiedades Before/After title/widget definen el código HTML que "
|
842 |
-
"envuelve las partes de las barras laterales. No use estos campos si no está "
|
843 |
-
"seguro de lo que hace, <b>puede romper el diseño de su sitio</b>. Para usar "
|
844 |
-
"los valores de su tema actual, deje estos campos en blanco. Más información "
|
845 |
-
"en <a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
|
846 |
-
"wordpress\" target=\"_blank\">este artículo</a>"
|
847 |
-
|
848 |
-
# @ custom-sidebars
|
849 |
-
#: views/widgets.php:49
|
850 |
-
msgid "Couldn't load data from WordPress..."
|
851 |
-
msgstr "No se pudo cargar datos de WordPress..."
|
852 |
-
|
853 |
-
# @ custom-sidebars
|
854 |
-
#: views/widgets.php:50 views/widgets.php:105
|
855 |
-
msgid "This sidebar can be replaced on certain pages"
|
856 |
-
msgstr "Esta barra puede ser reemplazada"
|
857 |
-
|
858 |
-
# @ custom-sidebars
|
859 |
-
#: views/widgets.php:51
|
860 |
-
msgid ""
|
861 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
862 |
-
msgstr ""
|
863 |
-
"Activa esta opción para reemplazar la barra con una de las barras "
|
864 |
-
"personalizadas."
|
865 |
-
|
866 |
-
#: views/widgets.php:52
|
867 |
-
msgid "Filter..."
|
868 |
-
msgstr ""
|
869 |
-
|
870 |
-
# @ custom-sidebars
|
871 |
-
#: views/widgets.php:69
|
872 |
-
#, fuzzy
|
873 |
-
msgid "Delete this sidebar."
|
874 |
-
msgstr "Por favor, confirme que quiere borrar la barra lateral."
|
875 |
-
|
876 |
-
# @ custom-sidebars
|
877 |
-
#: views/widgets.php:78
|
878 |
-
#, fuzzy
|
879 |
-
msgid "Edit this sidebar."
|
880 |
-
msgstr "Editar"
|
881 |
-
|
882 |
-
# @ custom-sidebars
|
883 |
-
#: views/widgets.php:80
|
884 |
-
msgid "Edit"
|
885 |
-
msgstr "Editar"
|
886 |
-
|
887 |
-
# @ custom-sidebars
|
888 |
-
#: views/widgets.php:87 views/widgets.php:124
|
889 |
-
msgid "Where do you want to show the sidebar?"
|
890 |
-
msgstr "Dónde quiere mostrar esta barra?"
|
891 |
-
|
892 |
-
# @ custom-sidebars
|
893 |
-
#: views/widgets.php:89 views/widgets.php:126
|
894 |
-
#, fuzzy
|
895 |
-
msgid "Sidebar Location"
|
896 |
-
msgstr "Crear una barra"
|
897 |
-
|
898 |
-
# @ custom-sidebars
|
899 |
-
#: views/widgets.php:106
|
900 |
-
msgid "This sidebar will always be same on all pages"
|
901 |
-
msgstr "Esta barra permanecerá en todas las páginas."
|
902 |
-
|
903 |
-
# @ custom-sidebars
|
904 |
-
#: views/widgets.php:115
|
905 |
-
#, fuzzy
|
906 |
-
msgid "Allow this sidebar to be replaced"
|
907 |
-
msgstr "Esta barra puede ser reemplazada"
|
908 |
-
|
909 |
-
# @ custom-sidebars
|
910 |
-
#. Plugin Name of the plugin/theme
|
911 |
-
#, fuzzy
|
912 |
-
msgid "Custom Sidebars Pro"
|
913 |
-
msgstr "Barras Laterales"
|
914 |
-
|
915 |
-
#. Plugin URI of the plugin/theme
|
916 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
917 |
-
msgstr ""
|
918 |
-
|
919 |
-
#. Description of the plugin/theme
|
920 |
-
msgid ""
|
921 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
922 |
-
"sidebars or single widgets for specific posts and pages."
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#. Author of the plugin/theme
|
926 |
-
msgid "WPMU DEV"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#. Author URI of the plugin/theme
|
930 |
-
msgid "http://premium.wpmudev.org/"
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
# @ custom-sidebars
|
934 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
935 |
-
#, fuzzy
|
936 |
-
msgctxt "Column name on entries list."
|
937 |
-
msgid "Custom Sidebars"
|
938 |
-
msgstr "Barras Laterales"
|
939 |
-
|
940 |
-
# @ custom-sidebars
|
941 |
-
#~ msgid "Export file"
|
942 |
-
#~ msgstr "Exportar archivo"
|
943 |
-
|
944 |
-
# @ custom-sidebars
|
945 |
-
#~ msgid ""
|
946 |
-
#~ "Something unexpected happened and we could not finish the import. Please "
|
947 |
-
#~ "try again."
|
948 |
-
#~ msgstr ""
|
949 |
-
#~ "Ha ocurrido un error inesperado y no se ha podido importar el archivo. "
|
950 |
-
#~ "Inténtelo de nuevo."
|
951 |
-
|
952 |
-
# @ custom-sidebars
|
953 |
-
#~ msgid "On these dates"
|
954 |
-
#~ msgstr "En estas fechas"
|
955 |
-
|
956 |
-
# @ custom-sidebars
|
957 |
-
#~ msgid "Pro Sites Level"
|
958 |
-
#~ msgstr "Nivel de Pro Sites"
|
959 |
-
|
960 |
-
# @ custom-sidebars
|
961 |
-
#~ msgid ""
|
962 |
-
#~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
|
963 |
-
#~ "\">Widgets screen</a>!"
|
964 |
-
#~ msgstr ""
|
965 |
-
#~ "Ahora puedes crear y editar barras laterales en tu <a href=\"%1$s"
|
966 |
-
#~ "\">pantalla de Widgets</a>!"
|
967 |
-
|
968 |
-
# @ custom-sidebars
|
969 |
-
#~ msgid ""
|
970 |
-
#~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
|
971 |
-
#~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
|
972 |
-
#~ msgstr ""
|
973 |
-
#~ "La función Importar / Exportar está disponible<br /> en la versión "
|
974 |
-
#~ "<b>PRO</b> del plugin.<br /><a href=\"%1$s\" target=\"_blank\">Leer más</"
|
975 |
-
#~ "a>"
|
976 |
-
|
977 |
-
# @ custom-sidebars
|
978 |
-
#~ msgid "Pro Version Features"
|
979 |
-
#~ msgstr "Características PRO"
|
980 |
-
|
981 |
-
# @ custom-sidebars
|
982 |
-
#~ msgid ""
|
983 |
-
#~ "Here you can replace the default sidebars. Simply select what sidebar you "
|
984 |
-
#~ "want to show for this post!"
|
985 |
-
#~ msgstr ""
|
986 |
-
#~ "Aquí puede reemplazar las barras por defecto. Simplemente seleccione qué "
|
987 |
-
#~ "barra quiere mostrar para esta entrada."
|
988 |
-
|
989 |
-
# @ custom-sidebars
|
990 |
-
#~ msgid ""
|
991 |
-
#~ "All sidebars have been locked, you cannot replace them. Go to <a href="
|
992 |
-
#~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
|
993 |
-
#~ msgstr ""
|
994 |
-
#~ "Todas las barras están bloqueadas y no puede reemplazarlas. Configure las "
|
995 |
-
#~ "barras en la <a href=\"widgets.php\">página de widgets</a>."
|
996 |
-
|
997 |
-
# @ custom-sidebars
|
998 |
-
#~ msgid ""
|
999 |
-
#~ "Before-after title-widget properties define the html code that will wrap "
|
1000 |
-
#~ "the widgets and their titles in the sidebars, more info about them on the "
|
1001 |
-
#~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
|
1002 |
-
#~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
|
1003 |
-
#~ "fields if you are not sure what you are doing, it can break the design of "
|
1004 |
-
#~ "your site. Leave these fields blank to use the theme sidebars design."
|
1005 |
-
#~ msgstr ""
|
1006 |
-
#~ "Las propiedades Before/After title/widget definen el código HTML que "
|
1007 |
-
#~ "envuelve las partes de las barras laterales. No use estos campos si no "
|
1008 |
-
#~ "está seguro de lo que hace, <b>puede romper el diseño de su sitio</b>. "
|
1009 |
-
#~ "Para usar los valores de su tema actual, deje estos campos en blanco. Más "
|
1010 |
-
#~ "información en <a href=\"http://justintadlock.com/archives/2010/11/08/"
|
1011 |
-
#~ "sidebars-in-wordpress\" target=\"_blank\">este artículo</a>"
|
1012 |
-
|
1013 |
-
# @ custom-sidebars
|
1014 |
-
#~ msgid ""
|
1015 |
-
#~ "This will generate a complete export file containing all your sidebars "
|
1016 |
-
#~ "and the current sidebar configuration."
|
1017 |
-
#~ msgstr ""
|
1018 |
-
#~ "Generación de un archivo que contiene todas las barras laterales y la "
|
1019 |
-
#~ "configuración actual del plugin."
|
1020 |
-
|
1021 |
-
# @ custom-sidebars
|
1022 |
-
#~ msgid ""
|
1023 |
-
#~ "To attach this sidebar to a unique Post or Page please visit that <a href="
|
1024 |
-
#~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
|
1025 |
-
#~ "sidebars metabox."
|
1026 |
-
#~ msgstr ""
|
1027 |
-
#~ "Para asignar esta barra a una entrada particular edite ese <a href=\"%1$s"
|
1028 |
-
#~ "\">Post</a> o <a href=\"%2$s\">Página</a> y selecciónela en la caja "
|
1029 |
-
#~ "'Barra Laterales'."
|
1030 |
-
|
1031 |
-
# @ custom-sidebars
|
1032 |
-
#~ msgid "name"
|
1033 |
-
#~ msgstr "name"
|
1034 |
-
|
1035 |
-
# @ custom-sidebars
|
1036 |
-
#~ msgid "description"
|
1037 |
-
#~ msgstr "description"
|
1038 |
-
|
1039 |
-
# @ custom-sidebars
|
1040 |
-
#~ msgid "before_widget"
|
1041 |
-
#~ msgstr "before_widget"
|
1042 |
-
|
1043 |
-
# @ custom-sidebars
|
1044 |
-
#~ msgid "after_widget"
|
1045 |
-
#~ msgstr "after_widget"
|
1046 |
-
|
1047 |
-
# @ custom-sidebars
|
1048 |
-
#~ msgid "before_title"
|
1049 |
-
#~ msgstr "before_title"
|
1050 |
-
|
1051 |
-
# @ custom-sidebars
|
1052 |
-
#~ msgid "after_title"
|
1053 |
-
#~ msgstr "after_title"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-fr_FR.mo
DELETED
Binary file
|
lang/custom-sidebars-fr_FR.po
DELETED
@@ -1,858 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:54+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: Gaël Lacour <legeek@unamourdeuxgeeks.com>\n"
|
9 |
-
"Language: fr_FR\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Generator: Poedit 1.6.8\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
23 |
-
msgid ""
|
24 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
25 |
-
"free security and performance scan with WP Checkup."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
29 |
-
msgid "Scan"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
33 |
-
msgid "Run site health check"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
37 |
-
msgid "Free performance, security and SEO report"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
41 |
-
msgid "Go"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
45 |
-
msgid ""
|
46 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
47 |
-
"Upfront."
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
51 |
-
msgid "get Upfront free"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
55 |
-
msgid "Clone"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
# @ custom-sidebars
|
59 |
-
#: inc/class-custom-sidebars-editor.php:158
|
60 |
-
#: inc/class-custom-sidebars-editor.php:173
|
61 |
-
#: inc/class-custom-sidebars-export.php:98
|
62 |
-
msgid "You do not have permission for this"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: inc/class-custom-sidebars-editor.php:250
|
66 |
-
#: inc/class-custom-sidebars-editor.php:407
|
67 |
-
#: inc/class-custom-sidebars-editor.php:690
|
68 |
-
msgid "You have no permission to do this operation."
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: inc/class-custom-sidebars-editor.php:273
|
72 |
-
msgid "Sidebar-name cannot be empty"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
# @ custom-sidebars
|
76 |
-
#: inc/class-custom-sidebars-editor.php:297
|
77 |
-
#: inc/class-custom-sidebars-editor.php:416
|
78 |
-
#, fuzzy
|
79 |
-
msgid "The sidebar does not exist"
|
80 |
-
msgstr "Créer une Sidebar"
|
81 |
-
|
82 |
-
#: inc/class-custom-sidebars-editor.php:334
|
83 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: inc/class-custom-sidebars-editor.php:342
|
87 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
# @ custom-sidebars
|
91 |
-
#: inc/class-custom-sidebars-editor.php:353
|
92 |
-
#: inc/class-custom-sidebars-editor.php:436
|
93 |
-
#, fuzzy
|
94 |
-
msgid "The sidebar was not found"
|
95 |
-
msgstr "Créer une Sidebar"
|
96 |
-
|
97 |
-
#: inc/class-custom-sidebars-editor.php:425
|
98 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: inc/class-custom-sidebars-editor.php:498
|
102 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
103 |
-
#, fuzzy
|
104 |
-
msgid "Front Page"
|
105 |
-
msgstr "Page principale du blog"
|
106 |
-
|
107 |
-
# @ custom-sidebars
|
108 |
-
#: inc/class-custom-sidebars-editor.php:499
|
109 |
-
#, fuzzy
|
110 |
-
msgid "Search Results"
|
111 |
-
msgstr "Résultats de votre recherche"
|
112 |
-
|
113 |
-
#: inc/class-custom-sidebars-editor.php:500
|
114 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
115 |
-
msgid "Not found (404)"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
# @ custom-sidebars
|
119 |
-
#: inc/class-custom-sidebars-editor.php:501
|
120 |
-
#, fuzzy
|
121 |
-
msgid "Any Author Archive"
|
122 |
-
msgstr "Archives par auteur"
|
123 |
-
|
124 |
-
# @ custom-sidebars
|
125 |
-
#: inc/class-custom-sidebars-editor.php:502
|
126 |
-
#, fuzzy
|
127 |
-
msgid "Date Archives"
|
128 |
-
msgstr "Archives par date"
|
129 |
-
|
130 |
-
# @ custom-sidebars
|
131 |
-
#: inc/class-custom-sidebars-editor.php:520
|
132 |
-
#: inc/class-custom-sidebars-editor.php:523
|
133 |
-
#: inc/class-custom-sidebars-editor.php:530
|
134 |
-
#: inc/class-custom-sidebars-editor.php:532
|
135 |
-
#: inc/class-custom-sidebars-editor.php:616
|
136 |
-
#: inc/class-custom-sidebars-editor.php:618
|
137 |
-
#: inc/class-custom-sidebars-editor.php:637
|
138 |
-
#, fuzzy
|
139 |
-
msgid "%s Archives"
|
140 |
-
msgstr "Archives par catégories"
|
141 |
-
|
142 |
-
# @ custom-sidebars
|
143 |
-
#: inc/class-custom-sidebars-editor.php:579
|
144 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
145 |
-
#, fuzzy
|
146 |
-
msgid "Post Index"
|
147 |
-
msgstr "Par types d'articles"
|
148 |
-
|
149 |
-
# @ custom-sidebars
|
150 |
-
#: inc/class-custom-sidebars-editor.php:583
|
151 |
-
#, fuzzy
|
152 |
-
msgid "%1$s Archives"
|
153 |
-
msgstr "Archives par catégories"
|
154 |
-
|
155 |
-
#: inc/class-custom-sidebars-editor.php:861
|
156 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
# @ custom-sidebars
|
160 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
161 |
-
msgid "Sidebars"
|
162 |
-
msgstr "Sidebars"
|
163 |
-
|
164 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
165 |
-
msgid "Custom sidebars configuration is allowed for:"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
# @ custom-sidebars
|
169 |
-
#: inc/class-custom-sidebars-explain.php:225
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Sidebar Debug"
|
172 |
-
msgstr "Sidebars"
|
173 |
-
|
174 |
-
# @ custom-sidebars
|
175 |
-
#: inc/class-custom-sidebars-explain.php:229
|
176 |
-
#, fuzzy
|
177 |
-
msgid "Turn on Custom Sidebars explain mode."
|
178 |
-
msgstr "Sidebars Personnalisées"
|
179 |
-
|
180 |
-
#: inc/class-custom-sidebars-explain.php:236
|
181 |
-
msgid "Turn off Custom Sidebars explain mode."
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
185 |
-
#, fuzzy
|
186 |
-
msgid "Import / Export Sidebars"
|
187 |
-
msgstr "Sidebars"
|
188 |
-
|
189 |
-
#: inc/class-custom-sidebars-export.php:287
|
190 |
-
#: inc/class-custom-sidebars-export.php:340
|
191 |
-
msgid "You do not have permission for export sidebars."
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: inc/class-custom-sidebars-export.php:354
|
195 |
-
#: inc/class-custom-sidebars-export.php:396
|
196 |
-
msgid "No file was uploaded"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: inc/class-custom-sidebars-export.php:361
|
200 |
-
msgid "Import file is too big"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: inc/class-custom-sidebars-export.php:367
|
204 |
-
msgid "Something went wrong"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: inc/class-custom-sidebars-export.php:390
|
208 |
-
msgid "Unexpected import format"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: inc/class-custom-sidebars-export.php:425
|
212 |
-
msgid "You do not have permission for import sidebars."
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: inc/class-custom-sidebars-export.php:684
|
216 |
-
#, fuzzy
|
217 |
-
msgid "Imported %d custom sidebar!"
|
218 |
-
msgid_plural "Imported %d custom sidebars!"
|
219 |
-
msgstr[0] "Sidebars"
|
220 |
-
msgstr[1] "Sidebars"
|
221 |
-
|
222 |
-
#: inc/class-custom-sidebars-export.php:698
|
223 |
-
msgid "Plugin options were imported!"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: inc/class-custom-sidebars-export.php:747
|
227 |
-
msgid "Imported %d widget!"
|
228 |
-
msgid_plural "Imported %d widgets!"
|
229 |
-
msgstr[0] ""
|
230 |
-
msgstr[1] ""
|
231 |
-
|
232 |
-
# @ custom-sidebars
|
233 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Single page"
|
236 |
-
msgstr "Page principale du blog"
|
237 |
-
|
238 |
-
# @ custom-sidebars
|
239 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
240 |
-
#, fuzzy
|
241 |
-
msgid "Archives"
|
242 |
-
msgstr "Archives par tags"
|
243 |
-
|
244 |
-
# @ custom-sidebars
|
245 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
246 |
-
#, fuzzy
|
247 |
-
msgid "Search results"
|
248 |
-
msgstr "Résultats de votre recherche"
|
249 |
-
|
250 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
251 |
-
msgid "Preview"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
255 |
-
msgid "Archive: Day"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
259 |
-
msgid "Archive: Month"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
263 |
-
msgid "Archive: Year"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
267 |
-
msgid "Visibility"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
271 |
-
msgid "<b>Show</b> widget if:"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
275 |
-
msgid "<b>Hide</b> widget if:"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
279 |
-
msgid "Filters"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
283 |
-
msgid "Date"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
287 |
-
msgid "Guests"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
291 |
-
msgid "Roles"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
295 |
-
msgid "Membership"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
299 |
-
msgid "Membership2"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
303 |
-
msgid "Special pages"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
# @ custom-sidebars
|
307 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
308 |
-
#, fuzzy
|
309 |
-
msgid "For posttype"
|
310 |
-
msgstr "Par types d'articles"
|
311 |
-
|
312 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
313 |
-
msgid "Taxonomy"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
317 |
-
msgid "Always"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
321 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
322 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
323 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
325 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
326 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
327 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
328 |
-
msgid "AND"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
332 |
-
msgid "User is not logged-in (Guest)"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
336 |
-
msgid "User is logged-in (Member)"
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
340 |
-
msgid "User has role"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
344 |
-
msgid "User has Membership Level"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
348 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
349 |
-
msgid "(inactive)"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
353 |
-
msgid "User has Membership"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
357 |
-
msgid "On these special pages"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
361 |
-
#, fuzzy
|
362 |
-
msgid "On any page of these types"
|
363 |
-
msgstr "Page principale du blog"
|
364 |
-
|
365 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
366 |
-
msgid "Only for specific %s"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
370 |
-
msgid "Only these %s:"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: inc/class-custom-sidebars.php:148
|
374 |
-
msgid ""
|
375 |
-
"<strong>Accessibility mode is not supported by the\n"
|
376 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
377 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
# @ custom-sidebars
|
381 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
382 |
-
msgid "Widgets"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: inc/class-custom-sidebars.php:973
|
386 |
-
msgid "Support"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: inc/class-custom-sidebars.php:991
|
390 |
-
msgid "Create a custom sidebar to get started."
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
394 |
-
msgid "Polylang"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
398 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
399 |
-
msgid "Language"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
403 |
-
msgid "WPML"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
# @ custom-sidebars
|
407 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
408 |
-
msgid "Custom Sidebars"
|
409 |
-
msgstr "Sidebars Personnalisées"
|
410 |
-
|
411 |
-
#: views/bulk-edit.php:35
|
412 |
-
msgid "— No Change —"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: views/col-sidebars.php:18
|
416 |
-
msgid "(Not available for Home-Page)"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: views/col-sidebars.php:20
|
420 |
-
msgid "(Not available for Blog-Page)"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: views/import.php:67 views/widgets-export.php:34
|
424 |
-
msgid "Import"
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: views/import.php:74
|
428 |
-
msgid "Filename"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: views/import.php:78
|
432 |
-
msgid "Exported on"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: views/import.php:84
|
436 |
-
msgid "WordPress settings"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: views/import.php:95
|
440 |
-
msgid "WordPress version"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: views/import.php:100
|
444 |
-
msgid "Plugin version"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: views/import.php:102
|
448 |
-
msgid "Unknown"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: views/import.php:105
|
452 |
-
msgid "Theme"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: views/import.php:132
|
456 |
-
msgid "Mark the sidebars that you want to import."
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: views/import.php:137
|
460 |
-
msgid "Also import all widgets of the selected sidebars."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
# @ custom-sidebars
|
464 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
465 |
-
msgid "Name"
|
466 |
-
msgstr "Nom"
|
467 |
-
|
468 |
-
# @ custom-sidebars
|
469 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
470 |
-
msgid "Description"
|
471 |
-
msgstr "Description"
|
472 |
-
|
473 |
-
#: views/import.php:146
|
474 |
-
msgid "Note"
|
475 |
-
msgstr ""
|
476 |
-
|
477 |
-
# @ custom-sidebars
|
478 |
-
#: views/import.php:154
|
479 |
-
#, fuzzy
|
480 |
-
msgid "New sidebar will be created"
|
481 |
-
msgstr "Créer une nouvelle Sidebar"
|
482 |
-
|
483 |
-
#: views/import.php:156
|
484 |
-
#, fuzzy
|
485 |
-
msgid "Existing sidebar will be replaced!"
|
486 |
-
msgstr "Créer une Sidebar"
|
487 |
-
|
488 |
-
# @ custom-sidebars
|
489 |
-
#: views/import.php:224
|
490 |
-
#, fuzzy
|
491 |
-
msgid "(Theme sidebar)"
|
492 |
-
msgstr "Créer une Sidebar"
|
493 |
-
|
494 |
-
# @ custom-sidebars
|
495 |
-
#: views/import.php:252
|
496 |
-
msgid "Configuration"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
# @ custom-sidebars
|
500 |
-
#: views/import.php:256
|
501 |
-
#, fuzzy
|
502 |
-
msgid "Replaceable sidebars"
|
503 |
-
msgstr "Sidebars remplaçable"
|
504 |
-
|
505 |
-
# @ custom-sidebars
|
506 |
-
#: views/import.php:259
|
507 |
-
msgid "Replaceable Sidebars"
|
508 |
-
msgstr "Sidebars remplaçable"
|
509 |
-
|
510 |
-
# @ custom-sidebars
|
511 |
-
#: views/import.php:278
|
512 |
-
msgid "By post type"
|
513 |
-
msgstr "Par types d'articles"
|
514 |
-
|
515 |
-
# @ custom-sidebars
|
516 |
-
#: views/import.php:307
|
517 |
-
msgid "Post-type archives"
|
518 |
-
msgstr "Archives par articles"
|
519 |
-
|
520 |
-
# @ custom-sidebars
|
521 |
-
#: views/import.php:328
|
522 |
-
msgid "By category"
|
523 |
-
msgstr "Par catégorie"
|
524 |
-
|
525 |
-
# @ custom-sidebars
|
526 |
-
#: views/import.php:348
|
527 |
-
msgid "Category archives"
|
528 |
-
msgstr "Archives par catégories"
|
529 |
-
|
530 |
-
# @ custom-sidebars
|
531 |
-
#: views/import.php:369
|
532 |
-
msgid "Main blog page"
|
533 |
-
msgstr "Page principale du blog"
|
534 |
-
|
535 |
-
# @ custom-sidebars
|
536 |
-
#: views/import.php:370
|
537 |
-
msgid "Date archives"
|
538 |
-
msgstr "Archives par date"
|
539 |
-
|
540 |
-
# @ custom-sidebars
|
541 |
-
#: views/import.php:371
|
542 |
-
msgid "Author archives"
|
543 |
-
msgstr "Archives par auteur"
|
544 |
-
|
545 |
-
# @ custom-sidebars
|
546 |
-
#: views/import.php:372
|
547 |
-
msgid "Tag archives"
|
548 |
-
msgstr "Archives par tags"
|
549 |
-
|
550 |
-
# @ custom-sidebars
|
551 |
-
#: views/import.php:373
|
552 |
-
msgid "Search results page"
|
553 |
-
msgstr "Résultats de votre recherche"
|
554 |
-
|
555 |
-
#: views/import.php:383
|
556 |
-
msgid ""
|
557 |
-
"Replace the current plugin configuration with the imported configuration."
|
558 |
-
msgstr ""
|
559 |
-
|
560 |
-
# @ custom-sidebars
|
561 |
-
#: views/widgets-delete.php:11
|
562 |
-
msgid ""
|
563 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
564 |
-
"strong>."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
# @ custom-sidebars
|
568 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
569 |
-
#: views/widgets-location.php:242
|
570 |
-
msgid "Cancel"
|
571 |
-
msgstr "Annuler"
|
572 |
-
|
573 |
-
#: views/widgets-delete.php:17
|
574 |
-
msgid "Yes, delete it"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: views/widgets-editor.php:16
|
578 |
-
#, fuzzy
|
579 |
-
msgid "Sidebar name here..."
|
580 |
-
msgstr "Nom"
|
581 |
-
|
582 |
-
# @ custom-sidebars
|
583 |
-
#: views/widgets-editor.php:17
|
584 |
-
#, fuzzy
|
585 |
-
msgid "The name should be unique."
|
586 |
-
msgstr "Nom"
|
587 |
-
|
588 |
-
#: views/widgets-editor.php:21
|
589 |
-
#, fuzzy
|
590 |
-
msgid "Sidebar description here..."
|
591 |
-
msgstr "Description"
|
592 |
-
|
593 |
-
#: views/widgets-editor.php:27
|
594 |
-
msgid "Caution:"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
# @ custom-sidebars
|
598 |
-
#: views/widgets-editor.php:39
|
599 |
-
msgid "Before Title"
|
600 |
-
msgstr "Avant Titre"
|
601 |
-
|
602 |
-
# @ custom-sidebars
|
603 |
-
#: views/widgets-editor.php:43
|
604 |
-
msgid "After Title"
|
605 |
-
msgstr "Après Titre"
|
606 |
-
|
607 |
-
# @ custom-sidebars
|
608 |
-
#: views/widgets-editor.php:49
|
609 |
-
msgid "Before Widget"
|
610 |
-
msgstr "Avant Widget"
|
611 |
-
|
612 |
-
# @ custom-sidebars
|
613 |
-
#: views/widgets-editor.php:53
|
614 |
-
msgid "After Widget"
|
615 |
-
msgstr "Après Widget"
|
616 |
-
|
617 |
-
#: views/widgets-editor.php:60
|
618 |
-
msgid "Advanced - Edit custom wrapper code"
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
# @ custom-sidebars
|
622 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
623 |
-
msgid "Create Sidebar"
|
624 |
-
msgstr "Créer une Sidebar"
|
625 |
-
|
626 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
627 |
-
msgid "Export"
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: views/widgets-export.php:23
|
631 |
-
msgid "Optional description for the export file:"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: views/widgets-export.php:38
|
635 |
-
msgid "Select a file to import"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
# @ custom-sidebars
|
639 |
-
#: views/widgets-location.php:30
|
640 |
-
#, fuzzy
|
641 |
-
msgid "Replaced by another sidebar:"
|
642 |
-
msgstr "Créer une Sidebar"
|
643 |
-
|
644 |
-
#: views/widgets-location.php:38
|
645 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: views/widgets-location.php:51
|
649 |
-
msgid "Click here to pick available %1$s"
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: views/widgets-location.php:89
|
653 |
-
msgid ""
|
654 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
# @ custom-sidebars
|
658 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
659 |
-
#: views/widgets-location.php:198
|
660 |
-
msgid "Click to toggle"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: views/widgets-location.php:100
|
664 |
-
msgid "For all Single Entries matching selected criteria"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
# @ custom-sidebars
|
668 |
-
#: views/widgets-location.php:103
|
669 |
-
msgid ""
|
670 |
-
"These replacements will be applied to every single post that matches a "
|
671 |
-
"certain post type or category."
|
672 |
-
msgstr ""
|
673 |
-
"Ces remplacements seront appliqués à chaque article correspondant à un "
|
674 |
-
"certain type d'article ou de catégorie."
|
675 |
-
|
676 |
-
# @ custom-sidebars
|
677 |
-
#: views/widgets-location.php:111
|
678 |
-
msgid "categories"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
# @ custom-sidebars
|
682 |
-
#: views/widgets-location.php:123
|
683 |
-
#, fuzzy
|
684 |
-
msgid "Post Types"
|
685 |
-
msgstr "Par types d'articles"
|
686 |
-
|
687 |
-
# @ custom-sidebars
|
688 |
-
#: views/widgets-location.php:141
|
689 |
-
#, fuzzy
|
690 |
-
msgid "For Archives"
|
691 |
-
msgstr "Archives par catégories"
|
692 |
-
|
693 |
-
# @ custom-sidebars
|
694 |
-
#: views/widgets-location.php:144
|
695 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
699 |
-
msgid "Archive Types"
|
700 |
-
msgstr ""
|
701 |
-
|
702 |
-
# @ custom-sidebars
|
703 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
704 |
-
#, fuzzy
|
705 |
-
msgid "Category Archives"
|
706 |
-
msgstr "Archives par catégories"
|
707 |
-
|
708 |
-
# @ custom-sidebars
|
709 |
-
#: views/widgets-location.php:148
|
710 |
-
#, fuzzy
|
711 |
-
msgid "Authors"
|
712 |
-
msgstr "Archives par auteur"
|
713 |
-
|
714 |
-
# @ custom-sidebars
|
715 |
-
#: views/widgets-location.php:179
|
716 |
-
#, fuzzy
|
717 |
-
msgid "Author Archives"
|
718 |
-
msgstr "Archives par auteur"
|
719 |
-
|
720 |
-
#: views/widgets-location.php:199
|
721 |
-
msgid "3rd party plugins"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
# @ custom-sidebars
|
725 |
-
#: views/widgets-location.php:202
|
726 |
-
#, fuzzy
|
727 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
728 |
-
msgstr ""
|
729 |
-
"Ces remplacements seront appliqués à chaque article correspondant à un "
|
730 |
-
"certain type d'article ou de catégorie."
|
731 |
-
|
732 |
-
# @ custom-sidebars
|
733 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
734 |
-
msgid "Save Changes"
|
735 |
-
msgstr "Sauvegarder vos changements"
|
736 |
-
|
737 |
-
# @ custom-sidebars
|
738 |
-
#: views/widgets.php:21
|
739 |
-
msgid "Create a new sidebar"
|
740 |
-
msgstr "Créer une nouvelle Sidebar"
|
741 |
-
|
742 |
-
# @ custom-sidebars
|
743 |
-
#: views/widgets.php:40
|
744 |
-
#, fuzzy
|
745 |
-
msgid "Edit [Sidebar]"
|
746 |
-
msgstr "Éditer"
|
747 |
-
|
748 |
-
# @ custom-sidebars
|
749 |
-
#: views/widgets.php:41
|
750 |
-
#, fuzzy
|
751 |
-
msgid "New Custom Sidebar"
|
752 |
-
msgstr "Créer une nouvelle Sidebar"
|
753 |
-
|
754 |
-
# @ custom-sidebars
|
755 |
-
#: views/widgets.php:44
|
756 |
-
#, fuzzy
|
757 |
-
msgid "Delete Sidebar"
|
758 |
-
msgstr "Créer une Sidebar"
|
759 |
-
|
760 |
-
# @ custom-sidebars
|
761 |
-
#: views/widgets.php:45
|
762 |
-
msgid "Define where you want this sidebar to appear."
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
# @ custom-sidebars
|
766 |
-
#: views/widgets.php:48
|
767 |
-
#, fuzzy
|
768 |
-
msgid "Theme Sidebars"
|
769 |
-
msgstr "Sidebars"
|
770 |
-
|
771 |
-
#: views/widgets.php:49
|
772 |
-
msgid "Couldn't load data from WordPress..."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: views/widgets.php:50 views/widgets.php:105
|
776 |
-
msgid "This sidebar can be replaced on certain pages"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: views/widgets.php:51
|
780 |
-
msgid ""
|
781 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: views/widgets.php:52
|
785 |
-
msgid "Filter..."
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
# @ custom-sidebars
|
789 |
-
#: views/widgets.php:69
|
790 |
-
#, fuzzy
|
791 |
-
msgid "Delete this sidebar."
|
792 |
-
msgstr "Créer une Sidebar"
|
793 |
-
|
794 |
-
# @ custom-sidebars
|
795 |
-
#: views/widgets.php:78
|
796 |
-
#, fuzzy
|
797 |
-
msgid "Edit this sidebar."
|
798 |
-
msgstr "Éditer"
|
799 |
-
|
800 |
-
# @ custom-sidebars
|
801 |
-
#: views/widgets.php:80
|
802 |
-
msgid "Edit"
|
803 |
-
msgstr "Éditer"
|
804 |
-
|
805 |
-
# @ custom-sidebars
|
806 |
-
#: views/widgets.php:87 views/widgets.php:124
|
807 |
-
msgid "Where do you want to show the sidebar?"
|
808 |
-
msgstr ""
|
809 |
-
|
810 |
-
#: views/widgets.php:89 views/widgets.php:126
|
811 |
-
#, fuzzy
|
812 |
-
msgid "Sidebar Location"
|
813 |
-
msgstr "Créer une Sidebar"
|
814 |
-
|
815 |
-
#: views/widgets.php:106
|
816 |
-
msgid "This sidebar will always be same on all pages"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: views/widgets.php:115
|
820 |
-
#, fuzzy
|
821 |
-
msgid "Allow this sidebar to be replaced"
|
822 |
-
msgstr "Créer une Sidebar"
|
823 |
-
|
824 |
-
# @ custom-sidebars
|
825 |
-
#. Plugin Name of the plugin/theme
|
826 |
-
#, fuzzy
|
827 |
-
msgid "Custom Sidebars Pro"
|
828 |
-
msgstr "Sidebars Personnalisées"
|
829 |
-
|
830 |
-
#. Plugin URI of the plugin/theme
|
831 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
832 |
-
msgstr ""
|
833 |
-
|
834 |
-
#. Description of the plugin/theme
|
835 |
-
msgid ""
|
836 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
837 |
-
"sidebars or single widgets for specific posts and pages."
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#. Author of the plugin/theme
|
841 |
-
msgid "WPMU DEV"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#. Author URI of the plugin/theme
|
845 |
-
msgid "http://premium.wpmudev.org/"
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
# @ custom-sidebars
|
849 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
850 |
-
#, fuzzy
|
851 |
-
msgctxt "Column name on entries list."
|
852 |
-
msgid "Custom Sidebars"
|
853 |
-
msgstr "Sidebars Personnalisées"
|
854 |
-
|
855 |
-
# @ custom-sidebars
|
856 |
-
#, fuzzy
|
857 |
-
#~ msgid "Static sidebar"
|
858 |
-
#~ msgstr "Créer une Sidebar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-he_IL.mo
DELETED
Binary file
|
lang/custom-sidebars-he_IL.po
DELETED
@@ -1,854 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:54+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: he_IL\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Generator: Poedit 1.6.8\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
23 |
-
msgid ""
|
24 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
25 |
-
"free security and performance scan with WP Checkup."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
29 |
-
msgid "Scan"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
33 |
-
msgid "Run site health check"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
37 |
-
msgid "Free performance, security and SEO report"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
41 |
-
msgid "Go"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
45 |
-
msgid ""
|
46 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
47 |
-
"Upfront."
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
51 |
-
msgid "get Upfront free"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
55 |
-
msgid "Clone"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
# @ custom-sidebars
|
59 |
-
#: inc/class-custom-sidebars-editor.php:158
|
60 |
-
#: inc/class-custom-sidebars-editor.php:173
|
61 |
-
#: inc/class-custom-sidebars-export.php:98
|
62 |
-
msgid "You do not have permission for this"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: inc/class-custom-sidebars-editor.php:250
|
66 |
-
#: inc/class-custom-sidebars-editor.php:407
|
67 |
-
#: inc/class-custom-sidebars-editor.php:690
|
68 |
-
msgid "You have no permission to do this operation."
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: inc/class-custom-sidebars-editor.php:273
|
72 |
-
msgid "Sidebar-name cannot be empty"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
# @ custom-sidebars
|
76 |
-
#: inc/class-custom-sidebars-editor.php:297
|
77 |
-
#: inc/class-custom-sidebars-editor.php:416
|
78 |
-
#, fuzzy
|
79 |
-
msgid "The sidebar does not exist"
|
80 |
-
msgstr "יצר סיידבר"
|
81 |
-
|
82 |
-
#: inc/class-custom-sidebars-editor.php:334
|
83 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: inc/class-custom-sidebars-editor.php:342
|
87 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
# @ custom-sidebars
|
91 |
-
#: inc/class-custom-sidebars-editor.php:353
|
92 |
-
#: inc/class-custom-sidebars-editor.php:436
|
93 |
-
#, fuzzy
|
94 |
-
msgid "The sidebar was not found"
|
95 |
-
msgstr "יצר סיידבר"
|
96 |
-
|
97 |
-
#: inc/class-custom-sidebars-editor.php:425
|
98 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: inc/class-custom-sidebars-editor.php:498
|
102 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
103 |
-
#, fuzzy
|
104 |
-
msgid "Front Page"
|
105 |
-
msgstr "עמוד בלוג ראשי"
|
106 |
-
|
107 |
-
# @ custom-sidebars
|
108 |
-
#: inc/class-custom-sidebars-editor.php:499
|
109 |
-
#, fuzzy
|
110 |
-
msgid "Search Results"
|
111 |
-
msgstr "עמוד תוצאות חיפוש"
|
112 |
-
|
113 |
-
#: inc/class-custom-sidebars-editor.php:500
|
114 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
115 |
-
msgid "Not found (404)"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
# @ custom-sidebars
|
119 |
-
#: inc/class-custom-sidebars-editor.php:501
|
120 |
-
#, fuzzy
|
121 |
-
msgid "Any Author Archive"
|
122 |
-
msgstr "ארכיוני כותבים"
|
123 |
-
|
124 |
-
# @ custom-sidebars
|
125 |
-
#: inc/class-custom-sidebars-editor.php:502
|
126 |
-
#, fuzzy
|
127 |
-
msgid "Date Archives"
|
128 |
-
msgstr "ארכיונים לפי תאריך"
|
129 |
-
|
130 |
-
# @ custom-sidebars
|
131 |
-
#: inc/class-custom-sidebars-editor.php:520
|
132 |
-
#: inc/class-custom-sidebars-editor.php:523
|
133 |
-
#: inc/class-custom-sidebars-editor.php:530
|
134 |
-
#: inc/class-custom-sidebars-editor.php:532
|
135 |
-
#: inc/class-custom-sidebars-editor.php:616
|
136 |
-
#: inc/class-custom-sidebars-editor.php:618
|
137 |
-
#: inc/class-custom-sidebars-editor.php:637
|
138 |
-
#, fuzzy
|
139 |
-
msgid "%s Archives"
|
140 |
-
msgstr "ארכיוני קטגוריה"
|
141 |
-
|
142 |
-
# @ custom-sidebars
|
143 |
-
#: inc/class-custom-sidebars-editor.php:579
|
144 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
145 |
-
#, fuzzy
|
146 |
-
msgid "Post Index"
|
147 |
-
msgstr "לפי סוג פוסט"
|
148 |
-
|
149 |
-
# @ custom-sidebars
|
150 |
-
#: inc/class-custom-sidebars-editor.php:583
|
151 |
-
#, fuzzy
|
152 |
-
msgid "%1$s Archives"
|
153 |
-
msgstr "ארכיוני קטגוריה"
|
154 |
-
|
155 |
-
#: inc/class-custom-sidebars-editor.php:861
|
156 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
# @ custom-sidebars
|
160 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
161 |
-
msgid "Sidebars"
|
162 |
-
msgstr "סיידברים"
|
163 |
-
|
164 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
165 |
-
msgid "Custom sidebars configuration is allowed for:"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
# @ custom-sidebars
|
169 |
-
#: inc/class-custom-sidebars-explain.php:225
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Sidebar Debug"
|
172 |
-
msgstr "סיידברים"
|
173 |
-
|
174 |
-
# @ custom-sidebars
|
175 |
-
#: inc/class-custom-sidebars-explain.php:229
|
176 |
-
#, fuzzy
|
177 |
-
msgid "Turn on Custom Sidebars explain mode."
|
178 |
-
msgstr "סיידברים מותאים אישית"
|
179 |
-
|
180 |
-
#: inc/class-custom-sidebars-explain.php:236
|
181 |
-
msgid "Turn off Custom Sidebars explain mode."
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
185 |
-
#, fuzzy
|
186 |
-
msgid "Import / Export Sidebars"
|
187 |
-
msgstr "סיידברים"
|
188 |
-
|
189 |
-
#: inc/class-custom-sidebars-export.php:287
|
190 |
-
#: inc/class-custom-sidebars-export.php:340
|
191 |
-
msgid "You do not have permission for export sidebars."
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: inc/class-custom-sidebars-export.php:354
|
195 |
-
#: inc/class-custom-sidebars-export.php:396
|
196 |
-
msgid "No file was uploaded"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: inc/class-custom-sidebars-export.php:361
|
200 |
-
msgid "Import file is too big"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: inc/class-custom-sidebars-export.php:367
|
204 |
-
msgid "Something went wrong"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: inc/class-custom-sidebars-export.php:390
|
208 |
-
msgid "Unexpected import format"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: inc/class-custom-sidebars-export.php:425
|
212 |
-
msgid "You do not have permission for import sidebars."
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: inc/class-custom-sidebars-export.php:684
|
216 |
-
#, fuzzy
|
217 |
-
msgid "Imported %d custom sidebar!"
|
218 |
-
msgid_plural "Imported %d custom sidebars!"
|
219 |
-
msgstr[0] "סיידברים"
|
220 |
-
msgstr[1] "סיידברים"
|
221 |
-
|
222 |
-
#: inc/class-custom-sidebars-export.php:698
|
223 |
-
msgid "Plugin options were imported!"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: inc/class-custom-sidebars-export.php:747
|
227 |
-
msgid "Imported %d widget!"
|
228 |
-
msgid_plural "Imported %d widgets!"
|
229 |
-
msgstr[0] ""
|
230 |
-
msgstr[1] ""
|
231 |
-
|
232 |
-
# @ custom-sidebars
|
233 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Single page"
|
236 |
-
msgstr "עמוד בלוג ראשי"
|
237 |
-
|
238 |
-
# @ custom-sidebars
|
239 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
240 |
-
#, fuzzy
|
241 |
-
msgid "Archives"
|
242 |
-
msgstr "ארכיוני תגיות"
|
243 |
-
|
244 |
-
# @ custom-sidebars
|
245 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
246 |
-
#, fuzzy
|
247 |
-
msgid "Search results"
|
248 |
-
msgstr "עמוד תוצאות חיפוש"
|
249 |
-
|
250 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
251 |
-
msgid "Preview"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
255 |
-
msgid "Archive: Day"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
259 |
-
msgid "Archive: Month"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
263 |
-
msgid "Archive: Year"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
267 |
-
msgid "Visibility"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
271 |
-
msgid "<b>Show</b> widget if:"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
275 |
-
msgid "<b>Hide</b> widget if:"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
279 |
-
msgid "Filters"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
283 |
-
msgid "Date"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
287 |
-
msgid "Guests"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
291 |
-
msgid "Roles"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
295 |
-
msgid "Membership"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
299 |
-
msgid "Membership2"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
303 |
-
msgid "Special pages"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
# @ custom-sidebars
|
307 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
308 |
-
#, fuzzy
|
309 |
-
msgid "For posttype"
|
310 |
-
msgstr "לפי סוג פוסט"
|
311 |
-
|
312 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
313 |
-
msgid "Taxonomy"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
317 |
-
msgid "Always"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
321 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
322 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
323 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
325 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
326 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
327 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
328 |
-
msgid "AND"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
332 |
-
msgid "User is not logged-in (Guest)"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
336 |
-
msgid "User is logged-in (Member)"
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
340 |
-
msgid "User has role"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
344 |
-
msgid "User has Membership Level"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
348 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
349 |
-
msgid "(inactive)"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
353 |
-
msgid "User has Membership"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
357 |
-
msgid "On these special pages"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
361 |
-
#, fuzzy
|
362 |
-
msgid "On any page of these types"
|
363 |
-
msgstr "עמוד בלוג ראשי"
|
364 |
-
|
365 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
366 |
-
msgid "Only for specific %s"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
370 |
-
msgid "Only these %s:"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: inc/class-custom-sidebars.php:148
|
374 |
-
msgid ""
|
375 |
-
"<strong>Accessibility mode is not supported by the\n"
|
376 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
377 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
# @ custom-sidebars
|
381 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
382 |
-
msgid "Widgets"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: inc/class-custom-sidebars.php:973
|
386 |
-
msgid "Support"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: inc/class-custom-sidebars.php:991
|
390 |
-
msgid "Create a custom sidebar to get started."
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
394 |
-
msgid "Polylang"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
398 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
399 |
-
msgid "Language"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
403 |
-
msgid "WPML"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
# @ custom-sidebars
|
407 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
408 |
-
msgid "Custom Sidebars"
|
409 |
-
msgstr "סיידברים מותאים אישית"
|
410 |
-
|
411 |
-
#: views/bulk-edit.php:35
|
412 |
-
msgid "— No Change —"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: views/col-sidebars.php:18
|
416 |
-
msgid "(Not available for Home-Page)"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: views/col-sidebars.php:20
|
420 |
-
msgid "(Not available for Blog-Page)"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: views/import.php:67 views/widgets-export.php:34
|
424 |
-
msgid "Import"
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: views/import.php:74
|
428 |
-
msgid "Filename"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: views/import.php:78
|
432 |
-
msgid "Exported on"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: views/import.php:84
|
436 |
-
msgid "WordPress settings"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: views/import.php:95
|
440 |
-
msgid "WordPress version"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: views/import.php:100
|
444 |
-
msgid "Plugin version"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: views/import.php:102
|
448 |
-
msgid "Unknown"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: views/import.php:105
|
452 |
-
msgid "Theme"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: views/import.php:132
|
456 |
-
msgid "Mark the sidebars that you want to import."
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: views/import.php:137
|
460 |
-
msgid "Also import all widgets of the selected sidebars."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
# @ custom-sidebars
|
464 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
465 |
-
msgid "Name"
|
466 |
-
msgstr "שם"
|
467 |
-
|
468 |
-
# @ custom-sidebars
|
469 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
470 |
-
msgid "Description"
|
471 |
-
msgstr "תיאור"
|
472 |
-
|
473 |
-
#: views/import.php:146
|
474 |
-
msgid "Note"
|
475 |
-
msgstr ""
|
476 |
-
|
477 |
-
# @ custom-sidebars
|
478 |
-
#: views/import.php:154
|
479 |
-
#, fuzzy
|
480 |
-
msgid "New sidebar will be created"
|
481 |
-
msgstr "צור סיידבר חדש"
|
482 |
-
|
483 |
-
#: views/import.php:156
|
484 |
-
#, fuzzy
|
485 |
-
msgid "Existing sidebar will be replaced!"
|
486 |
-
msgstr "יצר סיידבר"
|
487 |
-
|
488 |
-
# @ custom-sidebars
|
489 |
-
#: views/import.php:224
|
490 |
-
#, fuzzy
|
491 |
-
msgid "(Theme sidebar)"
|
492 |
-
msgstr "יצר סיידבר"
|
493 |
-
|
494 |
-
# @ custom-sidebars
|
495 |
-
#: views/import.php:252
|
496 |
-
msgid "Configuration"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
# @ custom-sidebars
|
500 |
-
#: views/import.php:256
|
501 |
-
#, fuzzy
|
502 |
-
msgid "Replaceable sidebars"
|
503 |
-
msgstr "סיידברים חלופיים"
|
504 |
-
|
505 |
-
# @ custom-sidebars
|
506 |
-
#: views/import.php:259
|
507 |
-
msgid "Replaceable Sidebars"
|
508 |
-
msgstr "סיידברים חלופיים"
|
509 |
-
|
510 |
-
# @ custom-sidebars
|
511 |
-
#: views/import.php:278
|
512 |
-
msgid "By post type"
|
513 |
-
msgstr "לפי סוג פוסט"
|
514 |
-
|
515 |
-
# @ custom-sidebars
|
516 |
-
#: views/import.php:307
|
517 |
-
msgid "Post-type archives"
|
518 |
-
msgstr "ארכיונים לסוגי פוסטים"
|
519 |
-
|
520 |
-
# @ custom-sidebars
|
521 |
-
#: views/import.php:328
|
522 |
-
msgid "By category"
|
523 |
-
msgstr "לפי קטגוריה"
|
524 |
-
|
525 |
-
# @ custom-sidebars
|
526 |
-
#: views/import.php:348
|
527 |
-
msgid "Category archives"
|
528 |
-
msgstr "ארכיוני קטגוריה"
|
529 |
-
|
530 |
-
# @ custom-sidebars
|
531 |
-
#: views/import.php:369
|
532 |
-
msgid "Main blog page"
|
533 |
-
msgstr "עמוד בלוג ראשי"
|
534 |
-
|
535 |
-
# @ custom-sidebars
|
536 |
-
#: views/import.php:370
|
537 |
-
msgid "Date archives"
|
538 |
-
msgstr "ארכיונים לפי תאריך"
|
539 |
-
|
540 |
-
# @ custom-sidebars
|
541 |
-
#: views/import.php:371
|
542 |
-
msgid "Author archives"
|
543 |
-
msgstr "ארכיוני כותבים"
|
544 |
-
|
545 |
-
# @ custom-sidebars
|
546 |
-
#: views/import.php:372
|
547 |
-
msgid "Tag archives"
|
548 |
-
msgstr "ארכיוני תגיות"
|
549 |
-
|
550 |
-
# @ custom-sidebars
|
551 |
-
#: views/import.php:373
|
552 |
-
msgid "Search results page"
|
553 |
-
msgstr "עמוד תוצאות חיפוש"
|
554 |
-
|
555 |
-
#: views/import.php:383
|
556 |
-
msgid ""
|
557 |
-
"Replace the current plugin configuration with the imported configuration."
|
558 |
-
msgstr ""
|
559 |
-
|
560 |
-
# @ custom-sidebars
|
561 |
-
#: views/widgets-delete.php:11
|
562 |
-
msgid ""
|
563 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
564 |
-
"strong>."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
# @ custom-sidebars
|
568 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
569 |
-
#: views/widgets-location.php:242
|
570 |
-
msgid "Cancel"
|
571 |
-
msgstr "בטל"
|
572 |
-
|
573 |
-
#: views/widgets-delete.php:17
|
574 |
-
msgid "Yes, delete it"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: views/widgets-editor.php:16
|
578 |
-
#, fuzzy
|
579 |
-
msgid "Sidebar name here..."
|
580 |
-
msgstr "שם"
|
581 |
-
|
582 |
-
# @ custom-sidebars
|
583 |
-
#: views/widgets-editor.php:17
|
584 |
-
#, fuzzy
|
585 |
-
msgid "The name should be unique."
|
586 |
-
msgstr "שם"
|
587 |
-
|
588 |
-
#: views/widgets-editor.php:21
|
589 |
-
#, fuzzy
|
590 |
-
msgid "Sidebar description here..."
|
591 |
-
msgstr "תיאור"
|
592 |
-
|
593 |
-
#: views/widgets-editor.php:27
|
594 |
-
msgid "Caution:"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
# @ custom-sidebars
|
598 |
-
#: views/widgets-editor.php:39
|
599 |
-
msgid "Before Title"
|
600 |
-
msgstr "לפני כותרת"
|
601 |
-
|
602 |
-
# @ custom-sidebars
|
603 |
-
#: views/widgets-editor.php:43
|
604 |
-
msgid "After Title"
|
605 |
-
msgstr "אחרי כותרת"
|
606 |
-
|
607 |
-
# @ custom-sidebars
|
608 |
-
#: views/widgets-editor.php:49
|
609 |
-
msgid "Before Widget"
|
610 |
-
msgstr "לפני ווידגט"
|
611 |
-
|
612 |
-
# @ custom-sidebars
|
613 |
-
#: views/widgets-editor.php:53
|
614 |
-
msgid "After Widget"
|
615 |
-
msgstr "אחרי ווידגט"
|
616 |
-
|
617 |
-
#: views/widgets-editor.php:60
|
618 |
-
msgid "Advanced - Edit custom wrapper code"
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
# @ custom-sidebars
|
622 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
623 |
-
msgid "Create Sidebar"
|
624 |
-
msgstr "יצר סיידבר"
|
625 |
-
|
626 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
627 |
-
msgid "Export"
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: views/widgets-export.php:23
|
631 |
-
msgid "Optional description for the export file:"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: views/widgets-export.php:38
|
635 |
-
msgid "Select a file to import"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
# @ custom-sidebars
|
639 |
-
#: views/widgets-location.php:30
|
640 |
-
#, fuzzy
|
641 |
-
msgid "Replaced by another sidebar:"
|
642 |
-
msgstr "יצר סיידבר"
|
643 |
-
|
644 |
-
#: views/widgets-location.php:38
|
645 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: views/widgets-location.php:51
|
649 |
-
msgid "Click here to pick available %1$s"
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: views/widgets-location.php:89
|
653 |
-
msgid ""
|
654 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
# @ custom-sidebars
|
658 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
659 |
-
#: views/widgets-location.php:198
|
660 |
-
msgid "Click to toggle"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: views/widgets-location.php:100
|
664 |
-
msgid "For all Single Entries matching selected criteria"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
# @ custom-sidebars
|
668 |
-
#: views/widgets-location.php:103
|
669 |
-
msgid ""
|
670 |
-
"These replacements will be applied to every single post that matches a "
|
671 |
-
"certain post type or category."
|
672 |
-
msgstr "חלופות אלה יהיו שמישות לכל פוסט ספציפי שמתאים לפוסט-טייפ או קטגוריה"
|
673 |
-
|
674 |
-
# @ custom-sidebars
|
675 |
-
#: views/widgets-location.php:111
|
676 |
-
msgid "categories"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
# @ custom-sidebars
|
680 |
-
#: views/widgets-location.php:123
|
681 |
-
#, fuzzy
|
682 |
-
msgid "Post Types"
|
683 |
-
msgstr "לפי סוג פוסט"
|
684 |
-
|
685 |
-
# @ custom-sidebars
|
686 |
-
#: views/widgets-location.php:141
|
687 |
-
#, fuzzy
|
688 |
-
msgid "For Archives"
|
689 |
-
msgstr "ארכיוני קטגוריה"
|
690 |
-
|
691 |
-
# @ custom-sidebars
|
692 |
-
#: views/widgets-location.php:144
|
693 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
694 |
-
msgstr ""
|
695 |
-
|
696 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
697 |
-
msgid "Archive Types"
|
698 |
-
msgstr ""
|
699 |
-
|
700 |
-
# @ custom-sidebars
|
701 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
702 |
-
#, fuzzy
|
703 |
-
msgid "Category Archives"
|
704 |
-
msgstr "ארכיוני קטגוריה"
|
705 |
-
|
706 |
-
# @ custom-sidebars
|
707 |
-
#: views/widgets-location.php:148
|
708 |
-
#, fuzzy
|
709 |
-
msgid "Authors"
|
710 |
-
msgstr "ארכיוני כותבים"
|
711 |
-
|
712 |
-
# @ custom-sidebars
|
713 |
-
#: views/widgets-location.php:179
|
714 |
-
#, fuzzy
|
715 |
-
msgid "Author Archives"
|
716 |
-
msgstr "ארכיוני כותבים"
|
717 |
-
|
718 |
-
#: views/widgets-location.php:199
|
719 |
-
msgid "3rd party plugins"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
# @ custom-sidebars
|
723 |
-
#: views/widgets-location.php:202
|
724 |
-
#, fuzzy
|
725 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
726 |
-
msgstr "חלופות אלה יהיו שמישות לכל פוסט ספציפי שמתאים לפוסט-טייפ או קטגוריה"
|
727 |
-
|
728 |
-
# @ custom-sidebars
|
729 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
730 |
-
msgid "Save Changes"
|
731 |
-
msgstr "שמור שינויים"
|
732 |
-
|
733 |
-
# @ custom-sidebars
|
734 |
-
#: views/widgets.php:21
|
735 |
-
msgid "Create a new sidebar"
|
736 |
-
msgstr "צור סיידבר חדש"
|
737 |
-
|
738 |
-
# @ custom-sidebars
|
739 |
-
#: views/widgets.php:40
|
740 |
-
#, fuzzy
|
741 |
-
msgid "Edit [Sidebar]"
|
742 |
-
msgstr "ערוך"
|
743 |
-
|
744 |
-
# @ custom-sidebars
|
745 |
-
#: views/widgets.php:41
|
746 |
-
#, fuzzy
|
747 |
-
msgid "New Custom Sidebar"
|
748 |
-
msgstr "צור סיידבר חדש"
|
749 |
-
|
750 |
-
# @ custom-sidebars
|
751 |
-
#: views/widgets.php:44
|
752 |
-
#, fuzzy
|
753 |
-
msgid "Delete Sidebar"
|
754 |
-
msgstr "יצר סיידבר"
|
755 |
-
|
756 |
-
# @ custom-sidebars
|
757 |
-
#: views/widgets.php:45
|
758 |
-
msgid "Define where you want this sidebar to appear."
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
# @ custom-sidebars
|
762 |
-
#: views/widgets.php:48
|
763 |
-
#, fuzzy
|
764 |
-
msgid "Theme Sidebars"
|
765 |
-
msgstr "סיידברים"
|
766 |
-
|
767 |
-
#: views/widgets.php:49
|
768 |
-
msgid "Couldn't load data from WordPress..."
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: views/widgets.php:50 views/widgets.php:105
|
772 |
-
msgid "This sidebar can be replaced on certain pages"
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: views/widgets.php:51
|
776 |
-
msgid ""
|
777 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: views/widgets.php:52
|
781 |
-
msgid "Filter..."
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
# @ custom-sidebars
|
785 |
-
#: views/widgets.php:69
|
786 |
-
#, fuzzy
|
787 |
-
msgid "Delete this sidebar."
|
788 |
-
msgstr "יצר סיידבר"
|
789 |
-
|
790 |
-
# @ custom-sidebars
|
791 |
-
#: views/widgets.php:78
|
792 |
-
#, fuzzy
|
793 |
-
msgid "Edit this sidebar."
|
794 |
-
msgstr "ערוך"
|
795 |
-
|
796 |
-
# @ custom-sidebars
|
797 |
-
#: views/widgets.php:80
|
798 |
-
msgid "Edit"
|
799 |
-
msgstr "ערוך"
|
800 |
-
|
801 |
-
# @ custom-sidebars
|
802 |
-
#: views/widgets.php:87 views/widgets.php:124
|
803 |
-
msgid "Where do you want to show the sidebar?"
|
804 |
-
msgstr ""
|
805 |
-
|
806 |
-
#: views/widgets.php:89 views/widgets.php:126
|
807 |
-
#, fuzzy
|
808 |
-
msgid "Sidebar Location"
|
809 |
-
msgstr "יצר סיידבר"
|
810 |
-
|
811 |
-
#: views/widgets.php:106
|
812 |
-
msgid "This sidebar will always be same on all pages"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: views/widgets.php:115
|
816 |
-
#, fuzzy
|
817 |
-
msgid "Allow this sidebar to be replaced"
|
818 |
-
msgstr "יצר סיידבר"
|
819 |
-
|
820 |
-
# @ custom-sidebars
|
821 |
-
#. Plugin Name of the plugin/theme
|
822 |
-
#, fuzzy
|
823 |
-
msgid "Custom Sidebars Pro"
|
824 |
-
msgstr "סיידברים מותאים אישית"
|
825 |
-
|
826 |
-
#. Plugin URI of the plugin/theme
|
827 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#. Description of the plugin/theme
|
831 |
-
msgid ""
|
832 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
833 |
-
"sidebars or single widgets for specific posts and pages."
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#. Author of the plugin/theme
|
837 |
-
msgid "WPMU DEV"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#. Author URI of the plugin/theme
|
841 |
-
msgid "http://premium.wpmudev.org/"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
# @ custom-sidebars
|
845 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
846 |
-
#, fuzzy
|
847 |
-
msgctxt "Column name on entries list."
|
848 |
-
msgid "Custom Sidebars"
|
849 |
-
msgstr "סיידברים מותאים אישית"
|
850 |
-
|
851 |
-
# @ custom-sidebars
|
852 |
-
#, fuzzy
|
853 |
-
#~ msgid "Static sidebar"
|
854 |
-
#~ msgstr "יצר סיידבר"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-it_IT.mo
DELETED
Binary file
|
lang/custom-sidebars-it_IT.po
DELETED
@@ -1,942 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:53+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: it_IT\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_x;_ex\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.6.8\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
21 |
-
msgid ""
|
22 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
23 |
-
"free security and performance scan with WP Checkup."
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
27 |
-
msgid "Scan"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
31 |
-
msgid "Run site health check"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
35 |
-
msgid "Free performance, security and SEO report"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
39 |
-
msgid "Go"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
43 |
-
msgid ""
|
44 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
45 |
-
"Upfront."
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
49 |
-
msgid "get Upfront free"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
53 |
-
msgid "Clone"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: inc/class-custom-sidebars-editor.php:158
|
57 |
-
#: inc/class-custom-sidebars-editor.php:173
|
58 |
-
#: inc/class-custom-sidebars-export.php:98
|
59 |
-
msgid "You do not have permission for this"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: inc/class-custom-sidebars-editor.php:250
|
63 |
-
#: inc/class-custom-sidebars-editor.php:407
|
64 |
-
#: inc/class-custom-sidebars-editor.php:690
|
65 |
-
msgid "You have no permission to do this operation."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: inc/class-custom-sidebars-editor.php:273
|
69 |
-
msgid "Sidebar-name cannot be empty"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: inc/class-custom-sidebars-editor.php:297
|
73 |
-
#: inc/class-custom-sidebars-editor.php:416
|
74 |
-
#, fuzzy
|
75 |
-
msgid "The sidebar does not exist"
|
76 |
-
msgstr "Crea una sidebar"
|
77 |
-
|
78 |
-
#: inc/class-custom-sidebars-editor.php:334
|
79 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: inc/class-custom-sidebars-editor.php:342
|
83 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: inc/class-custom-sidebars-editor.php:353
|
87 |
-
#: inc/class-custom-sidebars-editor.php:436
|
88 |
-
#, fuzzy
|
89 |
-
msgid "The sidebar was not found"
|
90 |
-
msgstr "Crea una sidebar"
|
91 |
-
|
92 |
-
#: inc/class-custom-sidebars-editor.php:425
|
93 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: inc/class-custom-sidebars-editor.php:498
|
97 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
98 |
-
msgid "Front Page"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: inc/class-custom-sidebars-editor.php:499
|
102 |
-
msgid "Search Results"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: inc/class-custom-sidebars-editor.php:500
|
106 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
107 |
-
msgid "Not found (404)"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: inc/class-custom-sidebars-editor.php:501
|
111 |
-
#, fuzzy
|
112 |
-
msgid "Any Author Archive"
|
113 |
-
msgstr "Per categoria"
|
114 |
-
|
115 |
-
#: inc/class-custom-sidebars-editor.php:502
|
116 |
-
msgid "Date Archives"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: inc/class-custom-sidebars-editor.php:520
|
120 |
-
#: inc/class-custom-sidebars-editor.php:523
|
121 |
-
#: inc/class-custom-sidebars-editor.php:530
|
122 |
-
#: inc/class-custom-sidebars-editor.php:532
|
123 |
-
#: inc/class-custom-sidebars-editor.php:616
|
124 |
-
#: inc/class-custom-sidebars-editor.php:618
|
125 |
-
#: inc/class-custom-sidebars-editor.php:637
|
126 |
-
#, fuzzy
|
127 |
-
msgid "%s Archives"
|
128 |
-
msgstr "Per categoria"
|
129 |
-
|
130 |
-
#: inc/class-custom-sidebars-editor.php:579
|
131 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
132 |
-
#, fuzzy
|
133 |
-
msgid "Post Index"
|
134 |
-
msgstr "Per tipo di articolo"
|
135 |
-
|
136 |
-
#: inc/class-custom-sidebars-editor.php:583
|
137 |
-
msgid "%1$s Archives"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: inc/class-custom-sidebars-editor.php:861
|
141 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
145 |
-
#, fuzzy
|
146 |
-
msgid "Sidebars"
|
147 |
-
msgstr "Sidebar personalizzate"
|
148 |
-
|
149 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
150 |
-
msgid "Custom sidebars configuration is allowed for:"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: inc/class-custom-sidebars-explain.php:225
|
154 |
-
#, fuzzy
|
155 |
-
msgid "Sidebar Debug"
|
156 |
-
msgstr "Sidebar personalizzate"
|
157 |
-
|
158 |
-
#: inc/class-custom-sidebars-explain.php:229
|
159 |
-
#, fuzzy
|
160 |
-
msgid "Turn on Custom Sidebars explain mode."
|
161 |
-
msgstr "Sidebar personalizzate"
|
162 |
-
|
163 |
-
#: inc/class-custom-sidebars-explain.php:236
|
164 |
-
msgid "Turn off Custom Sidebars explain mode."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
168 |
-
#, fuzzy
|
169 |
-
msgid "Import / Export Sidebars"
|
170 |
-
msgstr "Sidebar personalizzate"
|
171 |
-
|
172 |
-
#: inc/class-custom-sidebars-export.php:287
|
173 |
-
#: inc/class-custom-sidebars-export.php:340
|
174 |
-
msgid "You do not have permission for export sidebars."
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: inc/class-custom-sidebars-export.php:354
|
178 |
-
#: inc/class-custom-sidebars-export.php:396
|
179 |
-
msgid "No file was uploaded"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: inc/class-custom-sidebars-export.php:361
|
183 |
-
msgid "Import file is too big"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: inc/class-custom-sidebars-export.php:367
|
187 |
-
msgid "Something went wrong"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: inc/class-custom-sidebars-export.php:390
|
191 |
-
msgid "Unexpected import format"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: inc/class-custom-sidebars-export.php:425
|
195 |
-
msgid "You do not have permission for import sidebars."
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: inc/class-custom-sidebars-export.php:684
|
199 |
-
#, fuzzy
|
200 |
-
msgid "Imported %d custom sidebar!"
|
201 |
-
msgid_plural "Imported %d custom sidebars!"
|
202 |
-
msgstr[0] "Sidebar personalizzate"
|
203 |
-
msgstr[1] "Sidebar personalizzate"
|
204 |
-
|
205 |
-
#: inc/class-custom-sidebars-export.php:698
|
206 |
-
msgid "Plugin options were imported!"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: inc/class-custom-sidebars-export.php:747
|
210 |
-
msgid "Imported %d widget!"
|
211 |
-
msgid_plural "Imported %d widgets!"
|
212 |
-
msgstr[0] ""
|
213 |
-
msgstr[1] ""
|
214 |
-
|
215 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
216 |
-
msgid "Single page"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Archives"
|
222 |
-
msgstr "Per categoria"
|
223 |
-
|
224 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
225 |
-
msgid "Search results"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
229 |
-
msgid "Preview"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
233 |
-
msgid "Archive: Day"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
237 |
-
msgid "Archive: Month"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
241 |
-
msgid "Archive: Year"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
245 |
-
msgid "Visibility"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
249 |
-
msgid "<b>Show</b> widget if:"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
253 |
-
msgid "<b>Hide</b> widget if:"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
257 |
-
msgid "Filters"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
261 |
-
msgid "Date"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
265 |
-
msgid "Guests"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
269 |
-
msgid "Roles"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
273 |
-
msgid "Membership"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
277 |
-
msgid "Membership2"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
281 |
-
msgid "Special pages"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
285 |
-
#, fuzzy
|
286 |
-
msgid "For posttype"
|
287 |
-
msgstr "Per tipo di articolo"
|
288 |
-
|
289 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
290 |
-
msgid "Taxonomy"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
294 |
-
msgid "Always"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
298 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
299 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
300 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
301 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
304 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
305 |
-
msgid "AND"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
309 |
-
msgid "User is not logged-in (Guest)"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
313 |
-
msgid "User is logged-in (Member)"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
317 |
-
msgid "User has role"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
321 |
-
msgid "User has Membership Level"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
325 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
326 |
-
msgid "(inactive)"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
330 |
-
msgid "User has Membership"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
334 |
-
msgid "On these special pages"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
338 |
-
msgid "On any page of these types"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
342 |
-
msgid "Only for specific %s"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
346 |
-
msgid "Only these %s:"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: inc/class-custom-sidebars.php:148
|
350 |
-
msgid ""
|
351 |
-
"<strong>Accessibility mode is not supported by the\n"
|
352 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
353 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
357 |
-
msgid "Widgets"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: inc/class-custom-sidebars.php:973
|
361 |
-
msgid "Support"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: inc/class-custom-sidebars.php:991
|
365 |
-
msgid "Create a custom sidebar to get started."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
369 |
-
msgid "Polylang"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
373 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
374 |
-
msgid "Language"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
378 |
-
msgid "WPML"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
382 |
-
msgid "Custom Sidebars"
|
383 |
-
msgstr "Sidebar personalizzate"
|
384 |
-
|
385 |
-
#: views/bulk-edit.php:35
|
386 |
-
msgid "— No Change —"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: views/col-sidebars.php:18
|
390 |
-
msgid "(Not available for Home-Page)"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: views/col-sidebars.php:20
|
394 |
-
msgid "(Not available for Blog-Page)"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: views/import.php:67 views/widgets-export.php:34
|
398 |
-
msgid "Import"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: views/import.php:74
|
402 |
-
msgid "Filename"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: views/import.php:78
|
406 |
-
msgid "Exported on"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: views/import.php:84
|
410 |
-
msgid "WordPress settings"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: views/import.php:95
|
414 |
-
msgid "WordPress version"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: views/import.php:100
|
418 |
-
msgid "Plugin version"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: views/import.php:102
|
422 |
-
msgid "Unknown"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: views/import.php:105
|
426 |
-
msgid "Theme"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: views/import.php:132
|
430 |
-
msgid "Mark the sidebars that you want to import."
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: views/import.php:137
|
434 |
-
msgid "Also import all widgets of the selected sidebars."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
438 |
-
msgid "Name"
|
439 |
-
msgstr "Nome"
|
440 |
-
|
441 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
442 |
-
msgid "Description"
|
443 |
-
msgstr "Descrizione"
|
444 |
-
|
445 |
-
#: views/import.php:146
|
446 |
-
msgid "Note"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: views/import.php:154
|
450 |
-
#, fuzzy
|
451 |
-
msgid "New sidebar will be created"
|
452 |
-
msgstr "Crea una nuova sidebar"
|
453 |
-
|
454 |
-
#: views/import.php:156
|
455 |
-
#, fuzzy
|
456 |
-
msgid "Existing sidebar will be replaced!"
|
457 |
-
msgstr "Crea una sidebar"
|
458 |
-
|
459 |
-
#: views/import.php:224
|
460 |
-
#, fuzzy
|
461 |
-
msgid "(Theme sidebar)"
|
462 |
-
msgstr "Crea una sidebar"
|
463 |
-
|
464 |
-
#: views/import.php:252
|
465 |
-
msgid "Configuration"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: views/import.php:256
|
469 |
-
#, fuzzy
|
470 |
-
msgid "Replaceable sidebars"
|
471 |
-
msgstr "Sidebar sostituibili"
|
472 |
-
|
473 |
-
#: views/import.php:259
|
474 |
-
msgid "Replaceable Sidebars"
|
475 |
-
msgstr "Sidebar sostituibili"
|
476 |
-
|
477 |
-
#: views/import.php:278
|
478 |
-
msgid "By post type"
|
479 |
-
msgstr "Per tipo di articolo"
|
480 |
-
|
481 |
-
#: views/import.php:307
|
482 |
-
#, fuzzy
|
483 |
-
msgid "Post-type archives"
|
484 |
-
msgstr "Per tipo di articolo"
|
485 |
-
|
486 |
-
#: views/import.php:328
|
487 |
-
msgid "By category"
|
488 |
-
msgstr "Per categoria"
|
489 |
-
|
490 |
-
#: views/import.php:348
|
491 |
-
#, fuzzy
|
492 |
-
msgid "Category archives"
|
493 |
-
msgstr "Per categoria"
|
494 |
-
|
495 |
-
#: views/import.php:369
|
496 |
-
msgid "Main blog page"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: views/import.php:370
|
500 |
-
msgid "Date archives"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: views/import.php:371
|
504 |
-
msgid "Author archives"
|
505 |
-
msgstr ""
|
506 |
-
|
507 |
-
#: views/import.php:372
|
508 |
-
msgid "Tag archives"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: views/import.php:373
|
512 |
-
msgid "Search results page"
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: views/import.php:383
|
516 |
-
msgid ""
|
517 |
-
"Replace the current plugin configuration with the imported configuration."
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: views/widgets-delete.php:11
|
521 |
-
msgid ""
|
522 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
523 |
-
"strong>."
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
527 |
-
#: views/widgets-location.php:242
|
528 |
-
msgid "Cancel"
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: views/widgets-delete.php:17
|
532 |
-
msgid "Yes, delete it"
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: views/widgets-editor.php:16
|
536 |
-
#, fuzzy
|
537 |
-
msgid "Sidebar name here..."
|
538 |
-
msgstr "Nome"
|
539 |
-
|
540 |
-
#: views/widgets-editor.php:17
|
541 |
-
#, fuzzy
|
542 |
-
msgid "The name should be unique."
|
543 |
-
msgstr "Nome"
|
544 |
-
|
545 |
-
#: views/widgets-editor.php:21
|
546 |
-
#, fuzzy
|
547 |
-
msgid "Sidebar description here..."
|
548 |
-
msgstr "Descrizione"
|
549 |
-
|
550 |
-
#: views/widgets-editor.php:27
|
551 |
-
msgid "Caution:"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: views/widgets-editor.php:39
|
555 |
-
msgid "Before Title"
|
556 |
-
msgstr "Prima del titolo"
|
557 |
-
|
558 |
-
#: views/widgets-editor.php:43
|
559 |
-
msgid "After Title"
|
560 |
-
msgstr "Dopo il titolo"
|
561 |
-
|
562 |
-
#: views/widgets-editor.php:49
|
563 |
-
msgid "Before Widget"
|
564 |
-
msgstr "Prima del Widget"
|
565 |
-
|
566 |
-
#: views/widgets-editor.php:53
|
567 |
-
msgid "After Widget"
|
568 |
-
msgstr "Dopo il Widget"
|
569 |
-
|
570 |
-
#: views/widgets-editor.php:60
|
571 |
-
msgid "Advanced - Edit custom wrapper code"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
575 |
-
msgid "Create Sidebar"
|
576 |
-
msgstr "Crea una sidebar"
|
577 |
-
|
578 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
579 |
-
msgid "Export"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: views/widgets-export.php:23
|
583 |
-
msgid "Optional description for the export file:"
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: views/widgets-export.php:38
|
587 |
-
msgid "Select a file to import"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: views/widgets-location.php:30
|
591 |
-
#, fuzzy
|
592 |
-
msgid "Replaced by another sidebar:"
|
593 |
-
msgstr "Crea una sidebar"
|
594 |
-
|
595 |
-
#: views/widgets-location.php:38
|
596 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: views/widgets-location.php:51
|
600 |
-
msgid "Click here to pick available %1$s"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: views/widgets-location.php:89
|
604 |
-
msgid ""
|
605 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
609 |
-
#: views/widgets-location.php:198
|
610 |
-
msgid "Click to toggle"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: views/widgets-location.php:100
|
614 |
-
msgid "For all Single Entries matching selected criteria"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: views/widgets-location.php:103
|
618 |
-
msgid ""
|
619 |
-
"These replacements will be applied to every single post that matches a "
|
620 |
-
"certain post type or category."
|
621 |
-
msgstr ""
|
622 |
-
"Queste sostituzioni saranno applicate ad ogni articolo che corrisponde ad "
|
623 |
-
"uno specifico tipo di articolo o categoria."
|
624 |
-
|
625 |
-
#: views/widgets-location.php:111
|
626 |
-
msgid "categories"
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: views/widgets-location.php:123
|
630 |
-
#, fuzzy
|
631 |
-
msgid "Post Types"
|
632 |
-
msgstr "Per tipo di articolo"
|
633 |
-
|
634 |
-
#: views/widgets-location.php:141
|
635 |
-
msgid "For Archives"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: views/widgets-location.php:144
|
639 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
643 |
-
msgid "Archive Types"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
647 |
-
#, fuzzy
|
648 |
-
msgid "Category Archives"
|
649 |
-
msgstr "Per categoria"
|
650 |
-
|
651 |
-
#: views/widgets-location.php:148
|
652 |
-
msgid "Authors"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: views/widgets-location.php:179
|
656 |
-
msgid "Author Archives"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: views/widgets-location.php:199
|
660 |
-
msgid "3rd party plugins"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: views/widgets-location.php:202
|
664 |
-
#, fuzzy
|
665 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
666 |
-
msgstr ""
|
667 |
-
"Queste sostituzioni saranno applicate ad ogni articolo che corrisponde ad "
|
668 |
-
"uno specifico tipo di articolo o categoria."
|
669 |
-
|
670 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
671 |
-
msgid "Save Changes"
|
672 |
-
msgstr "Registra le modifiche"
|
673 |
-
|
674 |
-
#: views/widgets.php:21
|
675 |
-
msgid "Create a new sidebar"
|
676 |
-
msgstr "Crea una nuova sidebar"
|
677 |
-
|
678 |
-
#: views/widgets.php:40
|
679 |
-
#, fuzzy
|
680 |
-
msgid "Edit [Sidebar]"
|
681 |
-
msgstr "Modifica"
|
682 |
-
|
683 |
-
#: views/widgets.php:41
|
684 |
-
#, fuzzy
|
685 |
-
msgid "New Custom Sidebar"
|
686 |
-
msgstr "Crea una nuova sidebar"
|
687 |
-
|
688 |
-
#: views/widgets.php:44
|
689 |
-
#, fuzzy
|
690 |
-
msgid "Delete Sidebar"
|
691 |
-
msgstr "Crea una sidebar"
|
692 |
-
|
693 |
-
#: views/widgets.php:45
|
694 |
-
msgid "Define where you want this sidebar to appear."
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: views/widgets.php:48
|
698 |
-
#, fuzzy
|
699 |
-
msgid "Theme Sidebars"
|
700 |
-
msgstr "Sidebar personalizzate"
|
701 |
-
|
702 |
-
#: views/widgets.php:49
|
703 |
-
msgid "Couldn't load data from WordPress..."
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: views/widgets.php:50 views/widgets.php:105
|
707 |
-
msgid "This sidebar can be replaced on certain pages"
|
708 |
-
msgstr ""
|
709 |
-
|
710 |
-
#: views/widgets.php:51
|
711 |
-
msgid ""
|
712 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: views/widgets.php:52
|
716 |
-
msgid "Filter..."
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: views/widgets.php:69
|
720 |
-
#, fuzzy
|
721 |
-
msgid "Delete this sidebar."
|
722 |
-
msgstr "Crea una sidebar"
|
723 |
-
|
724 |
-
#: views/widgets.php:78
|
725 |
-
#, fuzzy
|
726 |
-
msgid "Edit this sidebar."
|
727 |
-
msgstr "Modifica"
|
728 |
-
|
729 |
-
#: views/widgets.php:80
|
730 |
-
msgid "Edit"
|
731 |
-
msgstr "Modifica"
|
732 |
-
|
733 |
-
#: views/widgets.php:87 views/widgets.php:124
|
734 |
-
msgid "Where do you want to show the sidebar?"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: views/widgets.php:89 views/widgets.php:126
|
738 |
-
#, fuzzy
|
739 |
-
msgid "Sidebar Location"
|
740 |
-
msgstr "Crea una sidebar"
|
741 |
-
|
742 |
-
#: views/widgets.php:106
|
743 |
-
msgid "This sidebar will always be same on all pages"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: views/widgets.php:115
|
747 |
-
#, fuzzy
|
748 |
-
msgid "Allow this sidebar to be replaced"
|
749 |
-
msgstr "Crea una sidebar"
|
750 |
-
|
751 |
-
#. Plugin Name of the plugin/theme
|
752 |
-
#, fuzzy
|
753 |
-
msgid "Custom Sidebars Pro"
|
754 |
-
msgstr "Sidebar personalizzate"
|
755 |
-
|
756 |
-
#. Plugin URI of the plugin/theme
|
757 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#. Description of the plugin/theme
|
761 |
-
msgid ""
|
762 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
763 |
-
"sidebars or single widgets for specific posts and pages."
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#. Author of the plugin/theme
|
767 |
-
msgid "WPMU DEV"
|
768 |
-
msgstr ""
|
769 |
-
|
770 |
-
#. Author URI of the plugin/theme
|
771 |
-
msgid "http://premium.wpmudev.org/"
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
775 |
-
#, fuzzy
|
776 |
-
msgctxt "Column name on entries list."
|
777 |
-
msgid "Custom Sidebars"
|
778 |
-
msgstr "Sidebar personalizzate"
|
779 |
-
|
780 |
-
#, fuzzy
|
781 |
-
#~ msgid "Static sidebar"
|
782 |
-
#~ msgstr "Crea una sidebar"
|
783 |
-
|
784 |
-
#~ msgid ""
|
785 |
-
#~ "There was not any sidebar called \"%s\" and it could not been deleted."
|
786 |
-
#~ msgstr ""
|
787 |
-
#~ "Non c'era nessuna sidebar chiamata \"%s\" e potrebbe non essere stata "
|
788 |
-
#~ "cancellata."
|
789 |
-
|
790 |
-
#~ msgid "The custom sidebars settings has been updated successfully."
|
791 |
-
#~ msgstr ""
|
792 |
-
#~ "Le impostazioni personali delle sidebar sono state aggiornate con "
|
793 |
-
#~ "successo."
|
794 |
-
|
795 |
-
#~ msgid "The default sidebars have been updated successfully."
|
796 |
-
#~ msgstr "Le sidebar predefinite sono state aggiornate con successo."
|
797 |
-
|
798 |
-
#~ msgid "You have to fill all the fields to create a new sidebar."
|
799 |
-
#~ msgstr "Devi riempire tutti i campi per creare una nuova sidebar."
|
800 |
-
|
801 |
-
#~ msgid ""
|
802 |
-
#~ "There is already a sidebar registered with that name, please choose a "
|
803 |
-
#~ "different one."
|
804 |
-
#~ msgstr "C'è già una sidebar con lo stesso nome: usane uno diverso."
|
805 |
-
|
806 |
-
#~ msgid "The operation is not secure and it cannot be completed."
|
807 |
-
#~ msgstr "L'operazione non è sicura e non può essere completata."
|
808 |
-
|
809 |
-
#~ msgid "The sidebar \"%s\" has been updated successfully."
|
810 |
-
#~ msgstr "La sidebar \"%s\" è stata aggiornata con successo."
|
811 |
-
|
812 |
-
#~ msgid "The Custom Sidebars data has been removed successfully,"
|
813 |
-
#~ msgstr "Le sidebar personalizzate sono state rimosse con successo,"
|
814 |
-
|
815 |
-
#~ msgid ""
|
816 |
-
#~ "You can assign specific sidebars to this post, just select a sidebar and "
|
817 |
-
#~ "the default one will be replaced, if it is available on your template."
|
818 |
-
#~ msgstr ""
|
819 |
-
#~ "Puoi assegnare a questo articolo delle sidebar specifiche, seleziona una "
|
820 |
-
#~ "sidebar per sostituire quella predefinita, solo se il tuo tema lo "
|
821 |
-
#~ "consente."
|
822 |
-
|
823 |
-
#~ msgid ""
|
824 |
-
#~ "There are not replaceable sidebars selected. You can define what sidebar "
|
825 |
-
#~ "will be able for replacement in the <a href=\"themes.php?"
|
826 |
-
#~ "page=customsidebars\">Custom Sidebars config page</a>."
|
827 |
-
#~ msgstr ""
|
828 |
-
#~ "Non ci sono sidebar sostituibili tra quelle selezionate. Puoi indicare "
|
829 |
-
#~ "quale sidebar è sostituibile nella <a href=\"themes.php?"
|
830 |
-
#~ "page=customsidebars\">Pagina di personalizzazione delle sidebar</a>."
|
831 |
-
|
832 |
-
#~ msgid "Default sidebars for posts"
|
833 |
-
#~ msgstr "Sidebar standard per gli articoli"
|
834 |
-
|
835 |
-
#~ msgid ""
|
836 |
-
#~ "The sidebars by categories work in a hierarchycal way, if a post belongs "
|
837 |
-
#~ "to a parent and a child category it will show the child category sidebars "
|
838 |
-
#~ "if they are defined, otherwise it will show the parent ones. If no "
|
839 |
-
#~ "category sidebar for post are defined, the post will show the post post-"
|
840 |
-
#~ "type sidebar. If none of those sidebars are defined, the theme default "
|
841 |
-
#~ "sidebar is shown."
|
842 |
-
#~ msgstr ""
|
843 |
-
#~ "Le sidebar per le categorie funzionano in modo gerarichico: se ad un "
|
844 |
-
#~ "articolo viene assegnata una categoria e una sotto-categoria, sarà "
|
845 |
-
#~ "mostrata la sidebar della sotto-categoria (se indicata), altrimenti verrà "
|
846 |
-
#~ "visualizzata la sola categoria. Se nessuna sidebar per le categorie degli "
|
847 |
-
#~ "articoli è indicata, l'articolo mostrerà solo la sidebar degli articoli. "
|
848 |
-
#~ "Se nessuna di queste sidebar è indicata, sarà mostrata quella predefinita "
|
849 |
-
#~ "del tema in uso."
|
850 |
-
|
851 |
-
#~ msgid ""
|
852 |
-
#~ "There are no replaceable sidebars selected. You must select some of them "
|
853 |
-
#~ "in the form above to be able for replacing them in all the post type "
|
854 |
-
#~ "entries."
|
855 |
-
#~ msgstr ""
|
856 |
-
#~ "Non ci sono sidebar sostituibili. Devi selezionarne qualcuna nel modulo "
|
857 |
-
#~ "qui sopra per sostituirle in tutte le voci degli articoli."
|
858 |
-
|
859 |
-
#~ msgid "There are no categories available."
|
860 |
-
#~ msgstr "Non ci sono categorie disponibili."
|
861 |
-
|
862 |
-
#~ msgid "Default sidebars for pages"
|
863 |
-
#~ msgstr "Sidebar predefinite per le pagine"
|
864 |
-
|
865 |
-
#~ msgid ""
|
866 |
-
#~ "You can define specific sidebars for the different Wordpress pages. "
|
867 |
-
#~ "Sidebars for lists of posts pages work in the same hierarchycal way than "
|
868 |
-
#~ "the one for single posts."
|
869 |
-
#~ msgstr ""
|
870 |
-
#~ "Puoi indicare sidebar specifiche per le pagine di Wordpress. Le sidebar "
|
871 |
-
#~ "per le pagine con elenchi di articoli funzionano nello stesso modo "
|
872 |
-
#~ "gerarchico di quelle con articolo singolo."
|
873 |
-
|
874 |
-
#~ msgid "Do you like this plugin? Support its development with a donation :)"
|
875 |
-
#~ msgstr ""
|
876 |
-
#~ "Ti piace questo plugin? Contribuisci al suo sviluppo futuro con una "
|
877 |
-
#~ "donazione :-)"
|
878 |
-
|
879 |
-
#~ msgid ""
|
880 |
-
#~ "When a custom sidebar is created, it is shown in the widgets page. There "
|
881 |
-
#~ "you will be able to configure it."
|
882 |
-
#~ msgstr ""
|
883 |
-
#~ "Quando una sidebar personalizzata viene creata è visibile nella pagina "
|
884 |
-
#~ "dei Widget. Puoi configurarla da lì."
|
885 |
-
|
886 |
-
#~ msgid ""
|
887 |
-
#~ "Select here the sidebars available for replacing. They will appear for "
|
888 |
-
#~ "replace when a post or page is edited or created. They will be also "
|
889 |
-
#~ "available in the default sidebars page. You can select several bars "
|
890 |
-
#~ "holding the SHIFT key when clicking on them."
|
891 |
-
#~ msgstr ""
|
892 |
-
#~ "Seleziona le sidebar disponibili per la sostituzione. Appariranno quando "
|
893 |
-
#~ "un articolo o una pagina vengono create o modificate. Saranno disponibili "
|
894 |
-
#~ "anche nella pagina predefinita dell sidebar. Puoi fare selezioni multiple "
|
895 |
-
#~ "tenedo premuto il tasto SHIFT + clic del mouse."
|
896 |
-
|
897 |
-
#~ msgid "Select the boxes available for substitution"
|
898 |
-
#~ msgstr "Selezionare le caselle disponibili per la sostituzione"
|
899 |
-
|
900 |
-
#~ msgid "All the Custom Sidebars"
|
901 |
-
#~ msgstr "Tutte le sidebar personalizzate"
|
902 |
-
|
903 |
-
#~ msgid ""
|
904 |
-
#~ "If a sidebar is deleted and is currently on use, the posts and pages "
|
905 |
-
#~ "which uses it will show the default sidebar instead."
|
906 |
-
#~ msgstr ""
|
907 |
-
#~ "Se una sidebar viene cancellata quando è ancora in uso, le pagine e gli "
|
908 |
-
#~ "articoli che la usano mostreranno al suo posto quella predefinita."
|
909 |
-
|
910 |
-
#~ msgid "Delete"
|
911 |
-
#~ msgstr "Cancella"
|
912 |
-
|
913 |
-
#~ msgid ""
|
914 |
-
#~ "There are no custom sidebars available. You can create a new one using "
|
915 |
-
#~ "the left form."
|
916 |
-
#~ msgstr ""
|
917 |
-
#~ "Non ci sono sidebar personalizzate. Puoi crearne una nuova usando il "
|
918 |
-
#~ "modulo sulla sinistra."
|
919 |
-
|
920 |
-
#~ msgid ""
|
921 |
-
#~ "Click on the button below to delete all the Custom Sidebars data from the "
|
922 |
-
#~ "database. Keep in mind that once the button is clicked you will have to "
|
923 |
-
#~ "create new sidebars and customize them to restore your current sidebars "
|
924 |
-
#~ "configuration.</p><p>If you are going to uninstall the plugin "
|
925 |
-
#~ "permanently, you should use this button before, so there will be no track "
|
926 |
-
#~ "about the plugin left in the database."
|
927 |
-
#~ msgstr ""
|
928 |
-
#~ "Clicca sul tasto qui sotto per cancellare tutti i dati dal database delle "
|
929 |
-
#~ "sidebar personalizzate. Ricorda che una volta cliccato il tasto dovrai "
|
930 |
-
#~ "ricreare nuove sidebar e personalizzarle per ripristinare la tua "
|
931 |
-
#~ "configurazione attuale</p><p>Se stai per disinstallare il plugin "
|
932 |
-
#~ "permanentemente, dovresti prima usare questo tasto per eliminare "
|
933 |
-
#~ "completamente le tracce lasciate dal plugin nel database."
|
934 |
-
|
935 |
-
#~ msgid ""
|
936 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
937 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
938 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
939 |
-
#~ msgstr ""
|
940 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
941 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
942 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-nl_NL.mo
DELETED
Binary file
|
lang/custom-sidebars-nl_NL.po
DELETED
@@ -1,941 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Custom Sidebars\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
5 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
6 |
-
"PO-Revision-Date: 2014-08-28 21:53+0100\n"
|
7 |
-
"Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
|
8 |
-
"Language-Team: <hboswijk@xs4all.nl>\n"
|
9 |
-
"Language: nl_NL\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_x;_ex\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.6.8\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
21 |
-
msgid ""
|
22 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
23 |
-
"free security and performance scan with WP Checkup."
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
27 |
-
msgid "Scan"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
31 |
-
msgid "Run site health check"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
35 |
-
msgid "Free performance, security and SEO report"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
39 |
-
msgid "Go"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
43 |
-
msgid ""
|
44 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
45 |
-
"Upfront."
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
49 |
-
msgid "get Upfront free"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
53 |
-
msgid "Clone"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: inc/class-custom-sidebars-editor.php:158
|
57 |
-
#: inc/class-custom-sidebars-editor.php:173
|
58 |
-
#: inc/class-custom-sidebars-export.php:98
|
59 |
-
msgid "You do not have permission for this"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: inc/class-custom-sidebars-editor.php:250
|
63 |
-
#: inc/class-custom-sidebars-editor.php:407
|
64 |
-
#: inc/class-custom-sidebars-editor.php:690
|
65 |
-
msgid "You have no permission to do this operation."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: inc/class-custom-sidebars-editor.php:273
|
69 |
-
msgid "Sidebar-name cannot be empty"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: inc/class-custom-sidebars-editor.php:297
|
73 |
-
#: inc/class-custom-sidebars-editor.php:416
|
74 |
-
#, fuzzy
|
75 |
-
msgid "The sidebar does not exist"
|
76 |
-
msgstr "Maak Sidebar"
|
77 |
-
|
78 |
-
#: inc/class-custom-sidebars-editor.php:334
|
79 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: inc/class-custom-sidebars-editor.php:342
|
83 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: inc/class-custom-sidebars-editor.php:353
|
87 |
-
#: inc/class-custom-sidebars-editor.php:436
|
88 |
-
#, fuzzy
|
89 |
-
msgid "The sidebar was not found"
|
90 |
-
msgstr "Maak Sidebar"
|
91 |
-
|
92 |
-
#: inc/class-custom-sidebars-editor.php:425
|
93 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: inc/class-custom-sidebars-editor.php:498
|
97 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
98 |
-
msgid "Front Page"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: inc/class-custom-sidebars-editor.php:499
|
102 |
-
msgid "Search Results"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: inc/class-custom-sidebars-editor.php:500
|
106 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
107 |
-
msgid "Not found (404)"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: inc/class-custom-sidebars-editor.php:501
|
111 |
-
#, fuzzy
|
112 |
-
msgid "Any Author Archive"
|
113 |
-
msgstr "Per categorie"
|
114 |
-
|
115 |
-
#: inc/class-custom-sidebars-editor.php:502
|
116 |
-
msgid "Date Archives"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: inc/class-custom-sidebars-editor.php:520
|
120 |
-
#: inc/class-custom-sidebars-editor.php:523
|
121 |
-
#: inc/class-custom-sidebars-editor.php:530
|
122 |
-
#: inc/class-custom-sidebars-editor.php:532
|
123 |
-
#: inc/class-custom-sidebars-editor.php:616
|
124 |
-
#: inc/class-custom-sidebars-editor.php:618
|
125 |
-
#: inc/class-custom-sidebars-editor.php:637
|
126 |
-
#, fuzzy
|
127 |
-
msgid "%s Archives"
|
128 |
-
msgstr "Per categorie"
|
129 |
-
|
130 |
-
#: inc/class-custom-sidebars-editor.php:579
|
131 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
132 |
-
#, fuzzy
|
133 |
-
msgid "Post Index"
|
134 |
-
msgstr "Per bericht-soort"
|
135 |
-
|
136 |
-
#: inc/class-custom-sidebars-editor.php:583
|
137 |
-
msgid "%1$s Archives"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: inc/class-custom-sidebars-editor.php:861
|
141 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
145 |
-
#, fuzzy
|
146 |
-
msgid "Sidebars"
|
147 |
-
msgstr "Speciale Sidebars"
|
148 |
-
|
149 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
150 |
-
msgid "Custom sidebars configuration is allowed for:"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: inc/class-custom-sidebars-explain.php:225
|
154 |
-
#, fuzzy
|
155 |
-
msgid "Sidebar Debug"
|
156 |
-
msgstr "Speciale Sidebars"
|
157 |
-
|
158 |
-
#: inc/class-custom-sidebars-explain.php:229
|
159 |
-
#, fuzzy
|
160 |
-
msgid "Turn on Custom Sidebars explain mode."
|
161 |
-
msgstr "Speciale Sidebars"
|
162 |
-
|
163 |
-
#: inc/class-custom-sidebars-explain.php:236
|
164 |
-
msgid "Turn off Custom Sidebars explain mode."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
168 |
-
#, fuzzy
|
169 |
-
msgid "Import / Export Sidebars"
|
170 |
-
msgstr "Speciale Sidebars"
|
171 |
-
|
172 |
-
#: inc/class-custom-sidebars-export.php:287
|
173 |
-
#: inc/class-custom-sidebars-export.php:340
|
174 |
-
msgid "You do not have permission for export sidebars."
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: inc/class-custom-sidebars-export.php:354
|
178 |
-
#: inc/class-custom-sidebars-export.php:396
|
179 |
-
msgid "No file was uploaded"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: inc/class-custom-sidebars-export.php:361
|
183 |
-
msgid "Import file is too big"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: inc/class-custom-sidebars-export.php:367
|
187 |
-
msgid "Something went wrong"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: inc/class-custom-sidebars-export.php:390
|
191 |
-
msgid "Unexpected import format"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: inc/class-custom-sidebars-export.php:425
|
195 |
-
msgid "You do not have permission for import sidebars."
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: inc/class-custom-sidebars-export.php:684
|
199 |
-
#, fuzzy
|
200 |
-
msgid "Imported %d custom sidebar!"
|
201 |
-
msgid_plural "Imported %d custom sidebars!"
|
202 |
-
msgstr[0] "Speciale Sidebars"
|
203 |
-
msgstr[1] "Speciale Sidebars"
|
204 |
-
|
205 |
-
#: inc/class-custom-sidebars-export.php:698
|
206 |
-
msgid "Plugin options were imported!"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: inc/class-custom-sidebars-export.php:747
|
210 |
-
msgid "Imported %d widget!"
|
211 |
-
msgid_plural "Imported %d widgets!"
|
212 |
-
msgstr[0] ""
|
213 |
-
msgstr[1] ""
|
214 |
-
|
215 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
216 |
-
msgid "Single page"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Archives"
|
222 |
-
msgstr "Per categorie"
|
223 |
-
|
224 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
225 |
-
msgid "Search results"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
229 |
-
msgid "Preview"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
233 |
-
msgid "Archive: Day"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
237 |
-
msgid "Archive: Month"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
241 |
-
msgid "Archive: Year"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
245 |
-
msgid "Visibility"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
249 |
-
msgid "<b>Show</b> widget if:"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
253 |
-
msgid "<b>Hide</b> widget if:"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
257 |
-
msgid "Filters"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
261 |
-
msgid "Date"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
265 |
-
msgid "Guests"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
269 |
-
msgid "Roles"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
273 |
-
msgid "Membership"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
277 |
-
msgid "Membership2"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
281 |
-
msgid "Special pages"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
285 |
-
#, fuzzy
|
286 |
-
msgid "For posttype"
|
287 |
-
msgstr "Per bericht-soort"
|
288 |
-
|
289 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
290 |
-
msgid "Taxonomy"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
294 |
-
msgid "Always"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
298 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
299 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
300 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
301 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
304 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
305 |
-
msgid "AND"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
309 |
-
msgid "User is not logged-in (Guest)"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
313 |
-
msgid "User is logged-in (Member)"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
317 |
-
msgid "User has role"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
321 |
-
msgid "User has Membership Level"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
325 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
326 |
-
msgid "(inactive)"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
330 |
-
msgid "User has Membership"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
334 |
-
msgid "On these special pages"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
338 |
-
msgid "On any page of these types"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
342 |
-
msgid "Only for specific %s"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
346 |
-
msgid "Only these %s:"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: inc/class-custom-sidebars.php:148
|
350 |
-
msgid ""
|
351 |
-
"<strong>Accessibility mode is not supported by the\n"
|
352 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
353 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
357 |
-
msgid "Widgets"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: inc/class-custom-sidebars.php:973
|
361 |
-
msgid "Support"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: inc/class-custom-sidebars.php:991
|
365 |
-
msgid "Create a custom sidebar to get started."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
369 |
-
msgid "Polylang"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
373 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
374 |
-
msgid "Language"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
378 |
-
msgid "WPML"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
382 |
-
msgid "Custom Sidebars"
|
383 |
-
msgstr "Speciale Sidebars"
|
384 |
-
|
385 |
-
#: views/bulk-edit.php:35
|
386 |
-
msgid "— No Change —"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: views/col-sidebars.php:18
|
390 |
-
msgid "(Not available for Home-Page)"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: views/col-sidebars.php:20
|
394 |
-
msgid "(Not available for Blog-Page)"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: views/import.php:67 views/widgets-export.php:34
|
398 |
-
msgid "Import"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: views/import.php:74
|
402 |
-
msgid "Filename"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: views/import.php:78
|
406 |
-
msgid "Exported on"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: views/import.php:84
|
410 |
-
msgid "WordPress settings"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: views/import.php:95
|
414 |
-
msgid "WordPress version"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: views/import.php:100
|
418 |
-
msgid "Plugin version"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: views/import.php:102
|
422 |
-
msgid "Unknown"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: views/import.php:105
|
426 |
-
msgid "Theme"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: views/import.php:132
|
430 |
-
msgid "Mark the sidebars that you want to import."
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: views/import.php:137
|
434 |
-
msgid "Also import all widgets of the selected sidebars."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
438 |
-
msgid "Name"
|
439 |
-
msgstr "Naam"
|
440 |
-
|
441 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
442 |
-
msgid "Description"
|
443 |
-
msgstr "Beschrijving"
|
444 |
-
|
445 |
-
#: views/import.php:146
|
446 |
-
msgid "Note"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: views/import.php:154
|
450 |
-
#, fuzzy
|
451 |
-
msgid "New sidebar will be created"
|
452 |
-
msgstr "Maak een nieuwe sidebar"
|
453 |
-
|
454 |
-
#: views/import.php:156
|
455 |
-
#, fuzzy
|
456 |
-
msgid "Existing sidebar will be replaced!"
|
457 |
-
msgstr "Maak Sidebar"
|
458 |
-
|
459 |
-
#: views/import.php:224
|
460 |
-
#, fuzzy
|
461 |
-
msgid "(Theme sidebar)"
|
462 |
-
msgstr "Maak Sidebar"
|
463 |
-
|
464 |
-
#: views/import.php:252
|
465 |
-
msgid "Configuration"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: views/import.php:256
|
469 |
-
#, fuzzy
|
470 |
-
msgid "Replaceable sidebars"
|
471 |
-
msgstr "Vervangbare Sidebars"
|
472 |
-
|
473 |
-
#: views/import.php:259
|
474 |
-
msgid "Replaceable Sidebars"
|
475 |
-
msgstr "Vervangbare Sidebars"
|
476 |
-
|
477 |
-
#: views/import.php:278
|
478 |
-
msgid "By post type"
|
479 |
-
msgstr "Per bericht-soort"
|
480 |
-
|
481 |
-
#: views/import.php:307
|
482 |
-
#, fuzzy
|
483 |
-
msgid "Post-type archives"
|
484 |
-
msgstr "Per bericht-soort"
|
485 |
-
|
486 |
-
#: views/import.php:328
|
487 |
-
msgid "By category"
|
488 |
-
msgstr "Per categorie"
|
489 |
-
|
490 |
-
#: views/import.php:348
|
491 |
-
#, fuzzy
|
492 |
-
msgid "Category archives"
|
493 |
-
msgstr "Per categorie"
|
494 |
-
|
495 |
-
#: views/import.php:369
|
496 |
-
msgid "Main blog page"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: views/import.php:370
|
500 |
-
msgid "Date archives"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: views/import.php:371
|
504 |
-
msgid "Author archives"
|
505 |
-
msgstr ""
|
506 |
-
|
507 |
-
#: views/import.php:372
|
508 |
-
msgid "Tag archives"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: views/import.php:373
|
512 |
-
msgid "Search results page"
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: views/import.php:383
|
516 |
-
msgid ""
|
517 |
-
"Replace the current plugin configuration with the imported configuration."
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: views/widgets-delete.php:11
|
521 |
-
msgid ""
|
522 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
523 |
-
"strong>."
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
527 |
-
#: views/widgets-location.php:242
|
528 |
-
msgid "Cancel"
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: views/widgets-delete.php:17
|
532 |
-
msgid "Yes, delete it"
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: views/widgets-editor.php:16
|
536 |
-
#, fuzzy
|
537 |
-
msgid "Sidebar name here..."
|
538 |
-
msgstr "Naam"
|
539 |
-
|
540 |
-
#: views/widgets-editor.php:17
|
541 |
-
#, fuzzy
|
542 |
-
msgid "The name should be unique."
|
543 |
-
msgstr "Naam"
|
544 |
-
|
545 |
-
#: views/widgets-editor.php:21
|
546 |
-
#, fuzzy
|
547 |
-
msgid "Sidebar description here..."
|
548 |
-
msgstr "Beschrijving"
|
549 |
-
|
550 |
-
#: views/widgets-editor.php:27
|
551 |
-
msgid "Caution:"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: views/widgets-editor.php:39
|
555 |
-
msgid "Before Title"
|
556 |
-
msgstr "Voor de Titel"
|
557 |
-
|
558 |
-
#: views/widgets-editor.php:43
|
559 |
-
msgid "After Title"
|
560 |
-
msgstr "Na de Titel"
|
561 |
-
|
562 |
-
#: views/widgets-editor.php:49
|
563 |
-
msgid "Before Widget"
|
564 |
-
msgstr "Voor Widget"
|
565 |
-
|
566 |
-
#: views/widgets-editor.php:53
|
567 |
-
msgid "After Widget"
|
568 |
-
msgstr "Na Widget"
|
569 |
-
|
570 |
-
#: views/widgets-editor.php:60
|
571 |
-
msgid "Advanced - Edit custom wrapper code"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
575 |
-
msgid "Create Sidebar"
|
576 |
-
msgstr "Maak Sidebar"
|
577 |
-
|
578 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
579 |
-
msgid "Export"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: views/widgets-export.php:23
|
583 |
-
msgid "Optional description for the export file:"
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: views/widgets-export.php:38
|
587 |
-
msgid "Select a file to import"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: views/widgets-location.php:30
|
591 |
-
#, fuzzy
|
592 |
-
msgid "Replaced by another sidebar:"
|
593 |
-
msgstr "Maak Sidebar"
|
594 |
-
|
595 |
-
#: views/widgets-location.php:38
|
596 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: views/widgets-location.php:51
|
600 |
-
msgid "Click here to pick available %1$s"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: views/widgets-location.php:89
|
604 |
-
msgid ""
|
605 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
609 |
-
#: views/widgets-location.php:198
|
610 |
-
msgid "Click to toggle"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: views/widgets-location.php:100
|
614 |
-
msgid "For all Single Entries matching selected criteria"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: views/widgets-location.php:103
|
618 |
-
msgid ""
|
619 |
-
"These replacements will be applied to every single post that matches a "
|
620 |
-
"certain post type or category."
|
621 |
-
msgstr ""
|
622 |
-
"Deze vervangingen zullen worden toegepast op elk afzonderlijk bericht dat "
|
623 |
-
"correspondeert met een bepaald berichten-soort of categorie."
|
624 |
-
|
625 |
-
#: views/widgets-location.php:111
|
626 |
-
msgid "categories"
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: views/widgets-location.php:123
|
630 |
-
#, fuzzy
|
631 |
-
msgid "Post Types"
|
632 |
-
msgstr "Per bericht-soort"
|
633 |
-
|
634 |
-
#: views/widgets-location.php:141
|
635 |
-
msgid "For Archives"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: views/widgets-location.php:144
|
639 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
643 |
-
msgid "Archive Types"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
647 |
-
#, fuzzy
|
648 |
-
msgid "Category Archives"
|
649 |
-
msgstr "Per categorie"
|
650 |
-
|
651 |
-
#: views/widgets-location.php:148
|
652 |
-
msgid "Authors"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: views/widgets-location.php:179
|
656 |
-
msgid "Author Archives"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: views/widgets-location.php:199
|
660 |
-
msgid "3rd party plugins"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: views/widgets-location.php:202
|
664 |
-
#, fuzzy
|
665 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
666 |
-
msgstr ""
|
667 |
-
"Deze vervangingen zullen worden toegepast op elk afzonderlijk bericht dat "
|
668 |
-
"correspondeert met een bepaald berichten-soort of categorie."
|
669 |
-
|
670 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
671 |
-
msgid "Save Changes"
|
672 |
-
msgstr "Wijzigingen opslaan"
|
673 |
-
|
674 |
-
#: views/widgets.php:21
|
675 |
-
msgid "Create a new sidebar"
|
676 |
-
msgstr "Maak een nieuwe sidebar"
|
677 |
-
|
678 |
-
#: views/widgets.php:40
|
679 |
-
#, fuzzy
|
680 |
-
msgid "Edit [Sidebar]"
|
681 |
-
msgstr "Bewerk"
|
682 |
-
|
683 |
-
#: views/widgets.php:41
|
684 |
-
#, fuzzy
|
685 |
-
msgid "New Custom Sidebar"
|
686 |
-
msgstr "Maak een nieuwe sidebar"
|
687 |
-
|
688 |
-
#: views/widgets.php:44
|
689 |
-
#, fuzzy
|
690 |
-
msgid "Delete Sidebar"
|
691 |
-
msgstr "Maak Sidebar"
|
692 |
-
|
693 |
-
#: views/widgets.php:45
|
694 |
-
msgid "Define where you want this sidebar to appear."
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: views/widgets.php:48
|
698 |
-
#, fuzzy
|
699 |
-
msgid "Theme Sidebars"
|
700 |
-
msgstr "Speciale Sidebars"
|
701 |
-
|
702 |
-
#: views/widgets.php:49
|
703 |
-
msgid "Couldn't load data from WordPress..."
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: views/widgets.php:50 views/widgets.php:105
|
707 |
-
msgid "This sidebar can be replaced on certain pages"
|
708 |
-
msgstr ""
|
709 |
-
|
710 |
-
#: views/widgets.php:51
|
711 |
-
msgid ""
|
712 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: views/widgets.php:52
|
716 |
-
msgid "Filter..."
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: views/widgets.php:69
|
720 |
-
#, fuzzy
|
721 |
-
msgid "Delete this sidebar."
|
722 |
-
msgstr "Maak Sidebar"
|
723 |
-
|
724 |
-
#: views/widgets.php:78
|
725 |
-
#, fuzzy
|
726 |
-
msgid "Edit this sidebar."
|
727 |
-
msgstr "Bewerk"
|
728 |
-
|
729 |
-
#: views/widgets.php:80
|
730 |
-
msgid "Edit"
|
731 |
-
msgstr "Bewerk"
|
732 |
-
|
733 |
-
#: views/widgets.php:87 views/widgets.php:124
|
734 |
-
msgid "Where do you want to show the sidebar?"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: views/widgets.php:89 views/widgets.php:126
|
738 |
-
#, fuzzy
|
739 |
-
msgid "Sidebar Location"
|
740 |
-
msgstr "Maak Sidebar"
|
741 |
-
|
742 |
-
#: views/widgets.php:106
|
743 |
-
msgid "This sidebar will always be same on all pages"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: views/widgets.php:115
|
747 |
-
#, fuzzy
|
748 |
-
msgid "Allow this sidebar to be replaced"
|
749 |
-
msgstr "Maak Sidebar"
|
750 |
-
|
751 |
-
#. Plugin Name of the plugin/theme
|
752 |
-
#, fuzzy
|
753 |
-
msgid "Custom Sidebars Pro"
|
754 |
-
msgstr "Speciale Sidebars"
|
755 |
-
|
756 |
-
#. Plugin URI of the plugin/theme
|
757 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#. Description of the plugin/theme
|
761 |
-
msgid ""
|
762 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
763 |
-
"sidebars or single widgets for specific posts and pages."
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#. Author of the plugin/theme
|
767 |
-
msgid "WPMU DEV"
|
768 |
-
msgstr ""
|
769 |
-
|
770 |
-
#. Author URI of the plugin/theme
|
771 |
-
msgid "http://premium.wpmudev.org/"
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
775 |
-
#, fuzzy
|
776 |
-
msgctxt "Column name on entries list."
|
777 |
-
msgid "Custom Sidebars"
|
778 |
-
msgstr "Speciale Sidebars"
|
779 |
-
|
780 |
-
#, fuzzy
|
781 |
-
#~ msgid "Static sidebar"
|
782 |
-
#~ msgstr "Maak Sidebar"
|
783 |
-
|
784 |
-
#~ msgid ""
|
785 |
-
#~ "There was not any sidebar called \"%s\" and it could not been deleted."
|
786 |
-
#~ msgstr ""
|
787 |
-
#~ "Er bestaat geen sidebar getiteld \"%s\" en deze kon niet worden "
|
788 |
-
#~ "verwijderd."
|
789 |
-
|
790 |
-
#~ msgid "The custom sidebars settings has been updated successfully."
|
791 |
-
#~ msgstr "De speciale sidebars instellingen zijn bijgewerkt."
|
792 |
-
|
793 |
-
#~ msgid "The default sidebars have been updated successfully."
|
794 |
-
#~ msgstr "De standaard sidebars zijn bijgewerkt."
|
795 |
-
|
796 |
-
#~ msgid "You have to fill all the fields to create a new sidebar."
|
797 |
-
#~ msgstr "U moet alle velden invullen om een nieuwe sidebar te maken."
|
798 |
-
|
799 |
-
#~ msgid ""
|
800 |
-
#~ "There is already a sidebar registered with that name, please choose a "
|
801 |
-
#~ "different one."
|
802 |
-
#~ msgstr ""
|
803 |
-
#~ "Er bestaat al een sidebar met die naam, kies a.u.b. een andere naam."
|
804 |
-
|
805 |
-
#~ msgid "The operation is not secure and it cannot be completed."
|
806 |
-
#~ msgstr "Deze actie is niet veilig en kan niet voltooid worden."
|
807 |
-
|
808 |
-
#~ msgid "The sidebar \"%s\" has been updated successfully."
|
809 |
-
#~ msgstr "De sidebar \"%s\" is met succes gewijzigd."
|
810 |
-
|
811 |
-
#~ msgid "The Custom Sidebars data has been removed successfully,"
|
812 |
-
#~ msgstr "De Speciale Sidebars gegevens zijn verwijderd."
|
813 |
-
|
814 |
-
#~ msgid ""
|
815 |
-
#~ "You can assign specific sidebars to this post, just select a sidebar and "
|
816 |
-
#~ "the default one will be replaced, if it is available on your template."
|
817 |
-
#~ msgstr ""
|
818 |
-
#~ "U kunt speciale sidebars toewijzen aan dit bericht, selecteer gewoon een "
|
819 |
-
#~ "sidebar en de standaard sidebar zal worden vervangen, als die beschikbaar "
|
820 |
-
#~ "is voor uw template."
|
821 |
-
|
822 |
-
#~ msgid ""
|
823 |
-
#~ "There are not replaceable sidebars selected. You can define what sidebar "
|
824 |
-
#~ "will be able for replacement in the <a href=\"themes.php?"
|
825 |
-
#~ "page=customsidebars\">Custom Sidebars config page</a>."
|
826 |
-
#~ msgstr ""
|
827 |
-
#~ "Er zijn niet-vervangbare sidebars geselecteerd. U kunt bepalen welke "
|
828 |
-
#~ "sidebars vervangen kunnen worden in de <a href=\"themes.php?"
|
829 |
-
#~ "page=customsidebars\">Speciale Sidebars instellingen pagina</a>."
|
830 |
-
|
831 |
-
#~ msgid "Default sidebars for posts"
|
832 |
-
#~ msgstr "Standaard sidebars voor berichten"
|
833 |
-
|
834 |
-
#~ msgid ""
|
835 |
-
#~ "The sidebars by categories work in a hierarchycal way, if a post belongs "
|
836 |
-
#~ "to a parent and a child category it will show the child category sidebars "
|
837 |
-
#~ "if they are defined, otherwise it will show the parent ones. If no "
|
838 |
-
#~ "category sidebar for post are defined, the post will show the post post-"
|
839 |
-
#~ "type sidebar. If none of those sidebars are defined, the theme default "
|
840 |
-
#~ "sidebar is shown."
|
841 |
-
#~ msgstr ""
|
842 |
-
#~ "De sidebars op basis van categorieën werken op een hiërarchische manier; "
|
843 |
-
#~ "als aan een bericht zowel een parent als een child categorie is toegekend "
|
844 |
-
#~ "zal het de child categorie sidebars tonen als die zijn gedefiniëerd; "
|
845 |
-
#~ "anders tonen ze die van de parent. Als er geen categorie sidebar voor "
|
846 |
-
#~ "berichten zijn gedefiniëerd, toont het bericht de bericht bericht-type "
|
847 |
-
#~ "sidebar. Als geen van deze sidebars zijn gedefiniëerd, wordt de standaard "
|
848 |
-
#~ "thema sidebar getoond."
|
849 |
-
|
850 |
-
#~ msgid ""
|
851 |
-
#~ "There are no replaceable sidebars selected. You must select some of them "
|
852 |
-
#~ "in the form above to be able for replacing them in all the post type "
|
853 |
-
#~ "entries."
|
854 |
-
#~ msgstr ""
|
855 |
-
#~ "Er zijn geen vervangbare sidebars geselecteerd. U moet er één of meer "
|
856 |
-
#~ "selecteren in de lijst hierboven om ze te kunnen vervangen in alle "
|
857 |
-
#~ "soorten berichten."
|
858 |
-
|
859 |
-
#~ msgid "There are no categories available."
|
860 |
-
#~ msgstr "Er zijn geen categorieën beschikbaar."
|
861 |
-
|
862 |
-
#~ msgid "Default sidebars for pages"
|
863 |
-
#~ msgstr "Standaard sidebars voor pagina's"
|
864 |
-
|
865 |
-
#~ msgid ""
|
866 |
-
#~ "You can define specific sidebars for the different Wordpress pages. "
|
867 |
-
#~ "Sidebars for lists of posts pages work in the same hierarchycal way than "
|
868 |
-
#~ "the one for single posts."
|
869 |
-
#~ msgstr ""
|
870 |
-
#~ "U kunt speciale sidebars definiëren voor de diverse Wordpress pagina's. "
|
871 |
-
#~ "Sidebars voor pagina's met met meerdere berichten werken op dezelfde "
|
872 |
-
#~ "hiërarchische manier als degene met enkele berichten."
|
873 |
-
|
874 |
-
#~ msgid "Do you like this plugin? Support its development with a donation :)"
|
875 |
-
#~ msgstr "Bevalt deze plugin u? Steun de ontwikkeling met een donatie :)"
|
876 |
-
|
877 |
-
#~ msgid ""
|
878 |
-
#~ "When a custom sidebar is created, it is shown in the widgets page. There "
|
879 |
-
#~ "you will be able to configure it."
|
880 |
-
#~ msgstr ""
|
881 |
-
#~ "Wanneer een specifieke sidebar is gemaakt, wordt die getoond in de "
|
882 |
-
#~ "widgets pagina. Daar kunt u hem verder aanpassen."
|
883 |
-
|
884 |
-
#~ msgid ""
|
885 |
-
#~ "Select here the sidebars available for replacing. They will appear for "
|
886 |
-
#~ "replace when a post or page is edited or created. They will be also "
|
887 |
-
#~ "available in the default sidebars page. You can select several bars "
|
888 |
-
#~ "holding the SHIFT key when clicking on them."
|
889 |
-
#~ msgstr ""
|
890 |
-
#~ "Selecteer hier de sidebars beschikbaar voor vervanging. Zij zullen "
|
891 |
-
#~ "getoond worden ter vervanging als u een bericht of pagina bewerkt of "
|
892 |
-
#~ "aanmaakt. Zij zullen ook getoond worden op de Standaard Sidebars pagina. "
|
893 |
-
#~ "U kunt er meerdere selecteren door de SHIFT-toets in te drukken als u er "
|
894 |
-
#~ "op klikt."
|
895 |
-
|
896 |
-
#~ msgid "Select the boxes available for substitution"
|
897 |
-
#~ msgstr "Selecteer de te vervangen items"
|
898 |
-
|
899 |
-
#~ msgid "All the Custom Sidebars"
|
900 |
-
#~ msgstr "Alle Specifieke Sidebars"
|
901 |
-
|
902 |
-
#~ msgid ""
|
903 |
-
#~ "If a sidebar is deleted and is currently on use, the posts and pages "
|
904 |
-
#~ "which uses it will show the default sidebar instead."
|
905 |
-
#~ msgstr ""
|
906 |
-
#~ "Als een sidebar wordt verwijderd die momenteel in gebruik is, zullen de "
|
907 |
-
#~ "berichten en pagina's die hem gebruiken de standaard sidebar tonen."
|
908 |
-
|
909 |
-
#~ msgid "Delete"
|
910 |
-
#~ msgstr "Verwijder"
|
911 |
-
|
912 |
-
#~ msgid ""
|
913 |
-
#~ "There are no custom sidebars available. You can create a new one using "
|
914 |
-
#~ "the left form."
|
915 |
-
#~ msgstr ""
|
916 |
-
#~ "Er zijn geen specifieke sidebars beschikbaar. U kunt een nieuwe maken met "
|
917 |
-
#~ "het linker formulier."
|
918 |
-
|
919 |
-
#~ msgid ""
|
920 |
-
#~ "Click on the button below to delete all the Custom Sidebars data from the "
|
921 |
-
#~ "database. Keep in mind that once the button is clicked you will have to "
|
922 |
-
#~ "create new sidebars and customize them to restore your current sidebars "
|
923 |
-
#~ "configuration.</p><p>If you are going to uninstall the plugin "
|
924 |
-
#~ "permanently, you should use this button before, so there will be no track "
|
925 |
-
#~ "about the plugin left in the database."
|
926 |
-
#~ msgstr ""
|
927 |
-
#~ "Klik op de knop hieronder om alle Specifieke Sidebars gegevens uit de "
|
928 |
-
#~ "database te verwijderen. Denk er om dat als u dit doet, u nieuwe sidebars "
|
929 |
-
#~ "zult moeten maken en aanpassen om uw huidige sidebar-configuratie te "
|
930 |
-
#~ "herstellen.</p><p>Als u de plugin permanent wilt verwijderen, moet u "
|
931 |
-
#~ "eerst deze knop gebruiken, opdat er geen sporen van de plugin "
|
932 |
-
#~ "achterblijven in de database."
|
933 |
-
|
934 |
-
#~ msgid ""
|
935 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
936 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
937 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
938 |
-
#~ msgstr ""
|
939 |
-
#~ "When a custom sidebar is created, it is shown in the widgets view and you "
|
940 |
-
#~ "can define what the new sidebar will contain. Once the sidebar is setted "
|
941 |
-
#~ "up, it is possible to select it for displaying in any post or page."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/custom-sidebars-pl_PL.mo
DELETED
Binary file
|
lang/custom-sidebars-pl_PL.po
DELETED
@@ -1,791 +0,0 @@
|
|
1 |
-
# Translation of Plugins - Custom Sidebars - Development (trunk) in Polish
|
2 |
-
# This file is distributed under the same license as the Plugins - Custom Sidebars - Development (trunk) package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Plugins - Custom Sidebars - Development (trunk)\n"
|
6 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
7 |
-
"POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
|
8 |
-
"PO-Revision-Date: 2016-12-29 10:30:08+0000\n"
|
9 |
-
"Language: pl\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
14 |
-
"|| n%100>=20) ? 1 : 2);\n"
|
15 |
-
"X-Generator: GlotPress/2.4.0-alpha\n"
|
16 |
-
|
17 |
-
#: inc/class-custom-sidebars-checkup-notification.php:114
|
18 |
-
msgid ""
|
19 |
-
"<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
|
20 |
-
"free security and performance scan with WP Checkup."
|
21 |
-
msgstr ""
|
22 |
-
|
23 |
-
#: inc/class-custom-sidebars-checkup-notification.php:118
|
24 |
-
msgid "Scan"
|
25 |
-
msgstr "Skanuj"
|
26 |
-
|
27 |
-
#: inc/class-custom-sidebars-checkup-notification.php:187
|
28 |
-
msgid "Run site health check"
|
29 |
-
msgstr "Sprawdź witrynę"
|
30 |
-
|
31 |
-
#: inc/class-custom-sidebars-checkup-notification.php:188
|
32 |
-
msgid "Free performance, security and SEO report"
|
33 |
-
msgstr "Darmowy raport wydajności, bezpieczeństwa i SEO"
|
34 |
-
|
35 |
-
#: inc/class-custom-sidebars-checkup-notification.php:191
|
36 |
-
msgid "Go"
|
37 |
-
msgstr "Sprawdź"
|
38 |
-
|
39 |
-
#: inc/class-custom-sidebars-checkup-notification.php:213
|
40 |
-
msgid ""
|
41 |
-
"Don’t just replace sidebars. Add new sidebars and footers anywhere with "
|
42 |
-
"Upfront."
|
43 |
-
msgstr ""
|
44 |
-
"Nie podmieniaj tylko paneli. Dodawaj nowe, gdziekowliej w wtyczką Upfront."
|
45 |
-
|
46 |
-
#: inc/class-custom-sidebars-checkup-notification.php:214
|
47 |
-
msgid "get Upfront free"
|
48 |
-
msgstr "pobierz Updated za darmo"
|
49 |
-
|
50 |
-
#: inc/class-custom-sidebars-cloning.php:206
|
51 |
-
msgid "Clone"
|
52 |
-
msgstr "Klonuj"
|
53 |
-
|
54 |
-
#: inc/class-custom-sidebars-editor.php:158
|
55 |
-
#: inc/class-custom-sidebars-editor.php:173
|
56 |
-
#: inc/class-custom-sidebars-export.php:98
|
57 |
-
msgid "You do not have permission for this"
|
58 |
-
msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
|
59 |
-
|
60 |
-
#: inc/class-custom-sidebars-editor.php:250
|
61 |
-
#: inc/class-custom-sidebars-editor.php:407
|
62 |
-
#: inc/class-custom-sidebars-editor.php:690
|
63 |
-
#, fuzzy
|
64 |
-
msgid "You have no permission to do this operation."
|
65 |
-
msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
|
66 |
-
|
67 |
-
#: inc/class-custom-sidebars-editor.php:273
|
68 |
-
msgid "Sidebar-name cannot be empty"
|
69 |
-
msgstr "Nazwa panelu bocznego nie może być pusta"
|
70 |
-
|
71 |
-
#: inc/class-custom-sidebars-editor.php:297
|
72 |
-
#: inc/class-custom-sidebars-editor.php:416
|
73 |
-
msgid "The sidebar does not exist"
|
74 |
-
msgstr "Wybrany panel boczny nie istnieje"
|
75 |
-
|
76 |
-
#: inc/class-custom-sidebars-editor.php:334
|
77 |
-
msgid "Created new sidebar <strong>%1$s</strong>"
|
78 |
-
msgstr "Utworzono nowy panel boczny <strong>%1$s</strong>"
|
79 |
-
|
80 |
-
#: inc/class-custom-sidebars-editor.php:342
|
81 |
-
msgid "Updated sidebar <strong>%1$s</strong>"
|
82 |
-
msgstr "Panel boczny <strong>%1$s</strong> został zaktualizowany"
|
83 |
-
|
84 |
-
#: inc/class-custom-sidebars-editor.php:353
|
85 |
-
#: inc/class-custom-sidebars-editor.php:436
|
86 |
-
msgid "The sidebar was not found"
|
87 |
-
msgstr "Panel boczny nie został znaleziony"
|
88 |
-
|
89 |
-
#: inc/class-custom-sidebars-editor.php:425
|
90 |
-
msgid "Deleted sidebar <strong>%1$s</strong>"
|
91 |
-
msgstr "Panel boczny <strong>%1$s</strong> został usunięty"
|
92 |
-
|
93 |
-
#: inc/class-custom-sidebars-editor.php:498
|
94 |
-
#: inc/class-custom-sidebars-visibility.php:156
|
95 |
-
msgid "Front Page"
|
96 |
-
msgstr "Strona Główna"
|
97 |
-
|
98 |
-
#: inc/class-custom-sidebars-editor.php:499
|
99 |
-
msgid "Search Results"
|
100 |
-
msgstr "Wyniki wyszukiwania"
|
101 |
-
|
102 |
-
#: inc/class-custom-sidebars-editor.php:500
|
103 |
-
#: inc/class-custom-sidebars-visibility.php:162
|
104 |
-
msgid "Not found (404)"
|
105 |
-
msgstr "Nie znaleziono (404)"
|
106 |
-
|
107 |
-
#: inc/class-custom-sidebars-editor.php:501
|
108 |
-
msgid "Any Author Archive"
|
109 |
-
msgstr "Archiwum Autorów"
|
110 |
-
|
111 |
-
#: inc/class-custom-sidebars-editor.php:502
|
112 |
-
msgid "Date Archives"
|
113 |
-
msgstr "Archiwum Dat"
|
114 |
-
|
115 |
-
#: inc/class-custom-sidebars-editor.php:520
|
116 |
-
#: inc/class-custom-sidebars-editor.php:523
|
117 |
-
#: inc/class-custom-sidebars-editor.php:530
|
118 |
-
#: inc/class-custom-sidebars-editor.php:532
|
119 |
-
#: inc/class-custom-sidebars-editor.php:616
|
120 |
-
#: inc/class-custom-sidebars-editor.php:618
|
121 |
-
#: inc/class-custom-sidebars-editor.php:637
|
122 |
-
#, fuzzy
|
123 |
-
msgid "%s Archives"
|
124 |
-
msgstr "%1$s Archiwów"
|
125 |
-
|
126 |
-
#: inc/class-custom-sidebars-editor.php:579
|
127 |
-
#: inc/class-custom-sidebars-visibility.php:157
|
128 |
-
msgid "Post Index"
|
129 |
-
msgstr "Lista wpisów"
|
130 |
-
|
131 |
-
#: inc/class-custom-sidebars-editor.php:583
|
132 |
-
msgid "%1$s Archives"
|
133 |
-
msgstr "%1$s Archiwów"
|
134 |
-
|
135 |
-
#: inc/class-custom-sidebars-editor.php:861
|
136 |
-
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
137 |
-
msgstr "Ustawienia panelu bocznego <strong>%1$s</strong> zostały zapisane"
|
138 |
-
|
139 |
-
#: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
|
140 |
-
msgid "Sidebars"
|
141 |
-
msgstr "Panele boczne"
|
142 |
-
|
143 |
-
#: inc/class-custom-sidebars-editor.php:1386
|
144 |
-
msgid "Custom sidebars configuration is allowed for:"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: inc/class-custom-sidebars-explain.php:225
|
148 |
-
#, fuzzy
|
149 |
-
msgid "Sidebar Debug"
|
150 |
-
msgstr "Panele boczne"
|
151 |
-
|
152 |
-
#: inc/class-custom-sidebars-explain.php:229
|
153 |
-
#, fuzzy
|
154 |
-
msgid "Turn on Custom Sidebars explain mode."
|
155 |
-
msgstr "Niestandardowe Panele boczne"
|
156 |
-
|
157 |
-
#: inc/class-custom-sidebars-explain.php:236
|
158 |
-
msgid "Turn off Custom Sidebars explain mode."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: inc/class-custom-sidebars-export.php:62 views/widgets.php:46
|
162 |
-
msgid "Import / Export Sidebars"
|
163 |
-
msgstr "Import / Eksport paneli bocznych"
|
164 |
-
|
165 |
-
#: inc/class-custom-sidebars-export.php:287
|
166 |
-
#: inc/class-custom-sidebars-export.php:340
|
167 |
-
#, fuzzy
|
168 |
-
msgid "You do not have permission for export sidebars."
|
169 |
-
msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
|
170 |
-
|
171 |
-
#: inc/class-custom-sidebars-export.php:354
|
172 |
-
#: inc/class-custom-sidebars-export.php:396
|
173 |
-
msgid "No file was uploaded"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: inc/class-custom-sidebars-export.php:361
|
177 |
-
msgid "Import file is too big"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: inc/class-custom-sidebars-export.php:367
|
181 |
-
msgid "Something went wrong"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: inc/class-custom-sidebars-export.php:390
|
185 |
-
msgid "Unexpected import format"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: inc/class-custom-sidebars-export.php:425
|
189 |
-
#, fuzzy
|
190 |
-
msgid "You do not have permission for import sidebars."
|
191 |
-
msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
|
192 |
-
|
193 |
-
#: inc/class-custom-sidebars-export.php:684
|
194 |
-
#, fuzzy
|
195 |
-
msgid "Imported %d custom sidebar!"
|
196 |
-
msgid_plural "Imported %d custom sidebars!"
|
197 |
-
msgstr[0] "Zaimportowano %d paneli bocznych!"
|
198 |
-
msgstr[1] "Zaimportowano %d paneli bocznych!"
|
199 |
-
msgstr[2] "Zaimportowano %d paneli bocznych!"
|
200 |
-
|
201 |
-
#: inc/class-custom-sidebars-export.php:698
|
202 |
-
msgid "Plugin options were imported!"
|
203 |
-
msgstr "Zaimportowano opcje wtyczki!"
|
204 |
-
|
205 |
-
#: inc/class-custom-sidebars-export.php:747
|
206 |
-
#, fuzzy
|
207 |
-
msgid "Imported %d widget!"
|
208 |
-
msgid_plural "Imported %d widgets!"
|
209 |
-
msgstr[0] "Zaimportowano %d widżetów!"
|
210 |
-
msgstr[1] "Zaimportowano %d widżetów!"
|
211 |
-
msgstr[2] "Zaimportowano %d widżetów!"
|
212 |
-
|
213 |
-
#: inc/class-custom-sidebars-visibility.php:158
|
214 |
-
#, fuzzy
|
215 |
-
msgid "Single page"
|
216 |
-
msgstr "Strony specjalne"
|
217 |
-
|
218 |
-
#: inc/class-custom-sidebars-visibility.php:160
|
219 |
-
#, fuzzy
|
220 |
-
msgid "Archives"
|
221 |
-
msgstr "Archiwum Tagów"
|
222 |
-
|
223 |
-
#: inc/class-custom-sidebars-visibility.php:161
|
224 |
-
#, fuzzy
|
225 |
-
msgid "Search results"
|
226 |
-
msgstr "Wyniki wyszukiwania"
|
227 |
-
|
228 |
-
#: inc/class-custom-sidebars-visibility.php:163 views/widgets-export.php:43
|
229 |
-
msgid "Preview"
|
230 |
-
msgstr "Podgląd"
|
231 |
-
|
232 |
-
#: inc/class-custom-sidebars-visibility.php:164
|
233 |
-
#, fuzzy
|
234 |
-
msgid "Archive: Day"
|
235 |
-
msgstr "Typy archiwum"
|
236 |
-
|
237 |
-
#: inc/class-custom-sidebars-visibility.php:165
|
238 |
-
msgid "Archive: Month"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: inc/class-custom-sidebars-visibility.php:166
|
242 |
-
#, fuzzy
|
243 |
-
msgid "Archive: Year"
|
244 |
-
msgstr "Typy archiwum"
|
245 |
-
|
246 |
-
#: inc/class-custom-sidebars-visibility.php:200
|
247 |
-
msgid "Visibility"
|
248 |
-
msgstr "Widoczność"
|
249 |
-
|
250 |
-
#: inc/class-custom-sidebars-visibility.php:209
|
251 |
-
msgid "<b>Show</b> widget if:"
|
252 |
-
msgstr "<b>Pokaż</b> widżet gdy:"
|
253 |
-
|
254 |
-
#: inc/class-custom-sidebars-visibility.php:210
|
255 |
-
msgid "<b>Hide</b> widget if:"
|
256 |
-
msgstr "<b>Ukryj</b> widżet gdy:"
|
257 |
-
|
258 |
-
#: inc/class-custom-sidebars-visibility.php:214
|
259 |
-
#, fuzzy
|
260 |
-
msgid "Filters"
|
261 |
-
msgstr "Filtruj..."
|
262 |
-
|
263 |
-
#: inc/class-custom-sidebars-visibility.php:218
|
264 |
-
msgid "Date"
|
265 |
-
msgstr "Data"
|
266 |
-
|
267 |
-
#: inc/class-custom-sidebars-visibility.php:223
|
268 |
-
msgid "Guests"
|
269 |
-
msgstr "Gość"
|
270 |
-
|
271 |
-
#: inc/class-custom-sidebars-visibility.php:228
|
272 |
-
msgid "Roles"
|
273 |
-
msgstr "Role"
|
274 |
-
|
275 |
-
#: inc/class-custom-sidebars-visibility.php:233
|
276 |
-
msgid "Membership"
|
277 |
-
msgstr "Membership"
|
278 |
-
|
279 |
-
#: inc/class-custom-sidebars-visibility.php:239
|
280 |
-
msgid "Membership2"
|
281 |
-
msgstr "Membership2"
|
282 |
-
|
283 |
-
#: inc/class-custom-sidebars-visibility.php:245 views/import.php:366
|
284 |
-
msgid "Special pages"
|
285 |
-
msgstr "Strony specjalne"
|
286 |
-
|
287 |
-
#: inc/class-custom-sidebars-visibility.php:250
|
288 |
-
msgid "For posttype"
|
289 |
-
msgstr "Typy wpisów"
|
290 |
-
|
291 |
-
#: inc/class-custom-sidebars-visibility.php:252
|
292 |
-
msgid "Taxonomy"
|
293 |
-
msgstr "Taksonomie"
|
294 |
-
|
295 |
-
#: inc/class-custom-sidebars-visibility.php:269
|
296 |
-
msgid "Always"
|
297 |
-
msgstr "Zawsze"
|
298 |
-
|
299 |
-
#: inc/class-custom-sidebars-visibility.php:294
|
300 |
-
#: inc/class-custom-sidebars-visibility.php:299
|
301 |
-
#: inc/class-custom-sidebars-visibility.php:308
|
302 |
-
#: inc/class-custom-sidebars-visibility.php:327
|
303 |
-
#: inc/class-custom-sidebars-visibility.php:347
|
304 |
-
#: inc/class-custom-sidebars-visibility.php:366
|
305 |
-
#: inc/class-custom-sidebars-visibility.php:385
|
306 |
-
#: inc/class-custom-sidebars-visibility.php:469
|
307 |
-
msgid "AND"
|
308 |
-
msgstr "i"
|
309 |
-
|
310 |
-
#: inc/class-custom-sidebars-visibility.php:295
|
311 |
-
msgid "User is not logged-in (Guest)"
|
312 |
-
msgstr "Użytkownik nie jest zalogowany (gość)"
|
313 |
-
|
314 |
-
#: inc/class-custom-sidebars-visibility.php:300
|
315 |
-
msgid "User is logged-in (Member)"
|
316 |
-
msgstr "Użytkownik jest zalogowany (członek)"
|
317 |
-
|
318 |
-
#: inc/class-custom-sidebars-visibility.php:309
|
319 |
-
msgid "User has role"
|
320 |
-
msgstr "Użytkownik ma rolę"
|
321 |
-
|
322 |
-
#: inc/class-custom-sidebars-visibility.php:328
|
323 |
-
msgid "User has Membership Level"
|
324 |
-
msgstr "Użytkownik ma poziom Membership"
|
325 |
-
|
326 |
-
#: inc/class-custom-sidebars-visibility.php:336
|
327 |
-
#: inc/class-custom-sidebars-visibility.php:356
|
328 |
-
msgid "(inactive)"
|
329 |
-
msgstr "(nieaktywne)"
|
330 |
-
|
331 |
-
#: inc/class-custom-sidebars-visibility.php:348
|
332 |
-
msgid "User has Membership"
|
333 |
-
msgstr "Użytkownik ma Membership"
|
334 |
-
|
335 |
-
#: inc/class-custom-sidebars-visibility.php:367
|
336 |
-
msgid "On these special pages"
|
337 |
-
msgstr "Na specjalnych stronach"
|
338 |
-
|
339 |
-
#: inc/class-custom-sidebars-visibility.php:386
|
340 |
-
msgid "On any page of these types"
|
341 |
-
msgstr "Na stronie tego typu"
|
342 |
-
|
343 |
-
#: inc/class-custom-sidebars-visibility.php:404
|
344 |
-
msgid "Only for specific %s"
|
345 |
-
msgstr "Tylko dla %s"
|
346 |
-
|
347 |
-
#: inc/class-custom-sidebars-visibility.php:405
|
348 |
-
msgid "Only these %s:"
|
349 |
-
msgstr "Tylko %s:"
|
350 |
-
|
351 |
-
#: inc/class-custom-sidebars.php:148
|
352 |
-
msgid ""
|
353 |
-
"<strong>Accessibility mode is not supported by the\n"
|
354 |
-
"\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
|
355 |
-
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
356 |
-
msgstr ""
|
357 |
-
"<strong>Tryb ułatwionej dostępności nie jest obsługiwany przez wtyczkę \n"
|
358 |
-
"\t \t \t \t \t \t%1$s</strong><br /><a href=\"%2$s\">Kliknij tutaj</a> \n"
|
359 |
-
"\t \t \t \t \t \t, aby wyłączyć tryb ułatwionej dostępności i użyć wtyczki "
|
360 |
-
"%1$s!"
|
361 |
-
|
362 |
-
#: inc/class-custom-sidebars.php:963 views/import.php:147
|
363 |
-
#, fuzzy
|
364 |
-
msgid "Widgets"
|
365 |
-
msgstr "Po widżecie"
|
366 |
-
|
367 |
-
#: inc/class-custom-sidebars.php:973
|
368 |
-
#, fuzzy
|
369 |
-
msgid "Support"
|
370 |
-
msgstr "Importuj"
|
371 |
-
|
372 |
-
#: inc/class-custom-sidebars.php:991
|
373 |
-
msgid "Create a custom sidebar to get started."
|
374 |
-
msgstr "Utwórz panel boczny aby zacząć."
|
375 |
-
|
376 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:66
|
377 |
-
msgid "Polylang"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: inc/integrations/class-custom-sidebars-integration-polylang.php:67
|
381 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:50
|
382 |
-
msgid "Language"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: inc/integrations/class-custom-sidebars-integration-wpml.php:49
|
386 |
-
msgid "WPML"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: views/bulk-edit.php:23 views/import.php:130 views/widgets.php:47
|
390 |
-
msgid "Custom Sidebars"
|
391 |
-
msgstr "Niestandardowe Panele boczne"
|
392 |
-
|
393 |
-
#: views/bulk-edit.php:35
|
394 |
-
msgid "— No Change —"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: views/col-sidebars.php:18
|
398 |
-
msgid "(Not available for Home-Page)"
|
399 |
-
msgstr "(Niedostępne dla strony głównej)"
|
400 |
-
|
401 |
-
#: views/col-sidebars.php:20
|
402 |
-
msgid "(Not available for Blog-Page)"
|
403 |
-
msgstr "(Niedostępne dla strony wpisów)"
|
404 |
-
|
405 |
-
#: views/import.php:67 views/widgets-export.php:34
|
406 |
-
msgid "Import"
|
407 |
-
msgstr "Importuj"
|
408 |
-
|
409 |
-
#: views/import.php:74
|
410 |
-
msgid "Filename"
|
411 |
-
msgstr "Nazwa pliku"
|
412 |
-
|
413 |
-
#: views/import.php:78
|
414 |
-
#, fuzzy
|
415 |
-
msgid "Exported on"
|
416 |
-
msgstr "Eksportuj"
|
417 |
-
|
418 |
-
#: views/import.php:84
|
419 |
-
msgid "WordPress settings"
|
420 |
-
msgstr "Ustawienia WordPressa"
|
421 |
-
|
422 |
-
#: views/import.php:95
|
423 |
-
msgid "WordPress version"
|
424 |
-
msgstr "Wersja WordPressa"
|
425 |
-
|
426 |
-
#: views/import.php:100
|
427 |
-
msgid "Plugin version"
|
428 |
-
msgstr "Wersja wtyczki"
|
429 |
-
|
430 |
-
#: views/import.php:102
|
431 |
-
msgid "Unknown"
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: views/import.php:105
|
435 |
-
msgid "Theme"
|
436 |
-
msgstr "Motyw"
|
437 |
-
|
438 |
-
#: views/import.php:132
|
439 |
-
msgid "Mark the sidebars that you want to import."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: views/import.php:137
|
443 |
-
msgid "Also import all widgets of the selected sidebars."
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: views/import.php:144 views/widgets-editor.php:15
|
447 |
-
msgid "Name"
|
448 |
-
msgstr "Nazwa"
|
449 |
-
|
450 |
-
#: views/import.php:145 views/widgets-editor.php:20
|
451 |
-
msgid "Description"
|
452 |
-
msgstr "Opis"
|
453 |
-
|
454 |
-
#: views/import.php:146
|
455 |
-
msgid "Note"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: views/import.php:154
|
459 |
-
#, fuzzy
|
460 |
-
msgid "New sidebar will be created"
|
461 |
-
msgstr "Zezwól na zastępowanie panelu bocznego "
|
462 |
-
|
463 |
-
#: views/import.php:156
|
464 |
-
#, fuzzy
|
465 |
-
msgid "Existing sidebar will be replaced!"
|
466 |
-
msgstr "Zezwól na zastępowanie panelu bocznego "
|
467 |
-
|
468 |
-
#: views/import.php:224
|
469 |
-
#, fuzzy
|
470 |
-
msgid "(Theme sidebar)"
|
471 |
-
msgstr "Panele boczne motywu"
|
472 |
-
|
473 |
-
#: views/import.php:252
|
474 |
-
msgid "Configuration"
|
475 |
-
msgstr ""
|
476 |
-
|
477 |
-
#: views/import.php:256
|
478 |
-
#, fuzzy
|
479 |
-
msgid "Replaceable sidebars"
|
480 |
-
msgstr "Zastąp przez inny panel boczny:"
|
481 |
-
|
482 |
-
#: views/import.php:259
|
483 |
-
#, fuzzy
|
484 |
-
msgid "Replaceable Sidebars"
|
485 |
-
msgstr "Usuń panel boczny"
|
486 |
-
|
487 |
-
#: views/import.php:278
|
488 |
-
#, fuzzy
|
489 |
-
msgid "By post type"
|
490 |
-
msgstr "Typy treści"
|
491 |
-
|
492 |
-
#: views/import.php:307
|
493 |
-
#, fuzzy
|
494 |
-
msgid "Post-type archives"
|
495 |
-
msgstr "Archiwum Dat"
|
496 |
-
|
497 |
-
#: views/import.php:328
|
498 |
-
#, fuzzy
|
499 |
-
msgid "By category"
|
500 |
-
msgstr "kategorie"
|
501 |
-
|
502 |
-
#: views/import.php:348
|
503 |
-
#, fuzzy
|
504 |
-
msgid "Category archives"
|
505 |
-
msgstr "Archiwum kategorii"
|
506 |
-
|
507 |
-
#: views/import.php:369
|
508 |
-
msgid "Main blog page"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: views/import.php:370
|
512 |
-
#, fuzzy
|
513 |
-
msgid "Date archives"
|
514 |
-
msgstr "Archiwum Dat"
|
515 |
-
|
516 |
-
#: views/import.php:371
|
517 |
-
#, fuzzy
|
518 |
-
msgid "Author archives"
|
519 |
-
msgstr "Archiwum Autorów"
|
520 |
-
|
521 |
-
#: views/import.php:372
|
522 |
-
#, fuzzy
|
523 |
-
msgid "Tag archives"
|
524 |
-
msgstr "Archiwum Tagów"
|
525 |
-
|
526 |
-
#: views/import.php:373
|
527 |
-
#, fuzzy
|
528 |
-
msgid "Search results page"
|
529 |
-
msgstr "Wyniki wyszukiwania"
|
530 |
-
|
531 |
-
#: views/import.php:383
|
532 |
-
msgid ""
|
533 |
-
"Replace the current plugin configuration with the imported configuration."
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: views/widgets-delete.php:11
|
537 |
-
msgid ""
|
538 |
-
"Please confirm that you want to delete the sidebar <strong class=\"name\"></"
|
539 |
-
"strong>."
|
540 |
-
msgstr ""
|
541 |
-
"Proszę potwierdzić chęć usunięcia panelu bocznego <strong class=\"name\"></"
|
542 |
-
"strong>."
|
543 |
-
|
544 |
-
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
545 |
-
#: views/widgets-location.php:242
|
546 |
-
msgid "Cancel"
|
547 |
-
msgstr "Anuluj"
|
548 |
-
|
549 |
-
#: views/widgets-delete.php:17
|
550 |
-
msgid "Yes, delete it"
|
551 |
-
msgstr "Tak, usuń"
|
552 |
-
|
553 |
-
#: views/widgets-editor.php:16
|
554 |
-
msgid "Sidebar name here..."
|
555 |
-
msgstr "Wpisz nazwę panelu bocznego..."
|
556 |
-
|
557 |
-
#: views/widgets-editor.php:17
|
558 |
-
#, fuzzy
|
559 |
-
msgid "The name should be unique."
|
560 |
-
msgstr "Nazwa musi być unikalna."
|
561 |
-
|
562 |
-
#: views/widgets-editor.php:21
|
563 |
-
msgid "Sidebar description here..."
|
564 |
-
msgstr "Wpisz opis panelu bocznego..."
|
565 |
-
|
566 |
-
#: views/widgets-editor.php:27
|
567 |
-
msgid "Caution:"
|
568 |
-
msgstr "Uwaga:"
|
569 |
-
|
570 |
-
#: views/widgets-editor.php:39
|
571 |
-
msgid "Before Title"
|
572 |
-
msgstr "Przed tytułem"
|
573 |
-
|
574 |
-
#: views/widgets-editor.php:43
|
575 |
-
msgid "After Title"
|
576 |
-
msgstr "Po tytule"
|
577 |
-
|
578 |
-
#: views/widgets-editor.php:49
|
579 |
-
msgid "Before Widget"
|
580 |
-
msgstr "Przed widżetem"
|
581 |
-
|
582 |
-
#: views/widgets-editor.php:53
|
583 |
-
msgid "After Widget"
|
584 |
-
msgstr "Po widżecie"
|
585 |
-
|
586 |
-
#: views/widgets-editor.php:60
|
587 |
-
msgid "Advanced - Edit custom wrapper code"
|
588 |
-
msgstr "Zaawansowane - Edytuj kod wrappera"
|
589 |
-
|
590 |
-
#: views/widgets-editor.php:64 views/widgets.php:43
|
591 |
-
msgid "Create Sidebar"
|
592 |
-
msgstr "Dodaj panel boczny"
|
593 |
-
|
594 |
-
#: views/widgets-export.php:10 views/widgets-export.php:28
|
595 |
-
msgid "Export"
|
596 |
-
msgstr "Eksportuj"
|
597 |
-
|
598 |
-
#: views/widgets-export.php:23
|
599 |
-
msgid "Optional description for the export file:"
|
600 |
-
msgstr "Dodatkowy opis eksportowanego pliku:"
|
601 |
-
|
602 |
-
#: views/widgets-export.php:38
|
603 |
-
msgid "Select a file to import"
|
604 |
-
msgstr ""
|
605 |
-
|
606 |
-
#: views/widgets-location.php:30
|
607 |
-
msgid "Replaced by another sidebar:"
|
608 |
-
msgstr "Zastąp przez inny panel boczny:"
|
609 |
-
|
610 |
-
#: views/widgets-location.php:38
|
611 |
-
msgid "As <strong>%1$s</strong> for selected %2$s"
|
612 |
-
msgstr "<strong>%1$s</strong> dla wybranych %2$s"
|
613 |
-
|
614 |
-
#: views/widgets-location.php:51
|
615 |
-
msgid "Click here to pick available %1$s"
|
616 |
-
msgstr "Kliknij, żeby wybrać z dostępnych %1$s"
|
617 |
-
|
618 |
-
#: views/widgets-location.php:89
|
619 |
-
msgid ""
|
620 |
-
"There are no replaceable sidebars. Please allow at least one as replaceable."
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: views/widgets-location.php:99 views/widgets-location.php:140
|
624 |
-
#: views/widgets-location.php:198
|
625 |
-
msgid "Click to toggle"
|
626 |
-
msgstr "Kliknij, aby przełączyć"
|
627 |
-
|
628 |
-
#: views/widgets-location.php:100
|
629 |
-
msgid "For all Single Entries matching selected criteria"
|
630 |
-
msgstr "Dla wszystkich wpisów spełniających wybrane kryteria"
|
631 |
-
|
632 |
-
#: views/widgets-location.php:103
|
633 |
-
msgid ""
|
634 |
-
"These replacements will be applied to every single post that matches a "
|
635 |
-
"certain post type or category."
|
636 |
-
msgstr ""
|
637 |
-
"Podmiana zostanie zastosowana do wpisów odpowiednich typów treści lub "
|
638 |
-
"należących do wybranych kategorii."
|
639 |
-
|
640 |
-
#: views/widgets-location.php:111
|
641 |
-
msgid "categories"
|
642 |
-
msgstr "kategorie"
|
643 |
-
|
644 |
-
#: views/widgets-location.php:123
|
645 |
-
msgid "Post Types"
|
646 |
-
msgstr "Typy treści"
|
647 |
-
|
648 |
-
#: views/widgets-location.php:141
|
649 |
-
msgid "For Archives"
|
650 |
-
msgstr "Archiwa"
|
651 |
-
|
652 |
-
#: views/widgets-location.php:144
|
653 |
-
msgid "These replacements will be applied to Archive Type posts and pages."
|
654 |
-
msgstr "Podmiana zostanie zastosowana do archiwum wpisów i stron."
|
655 |
-
|
656 |
-
#: views/widgets-location.php:146 views/widgets-location.php:157
|
657 |
-
msgid "Archive Types"
|
658 |
-
msgstr "Typy archiwum"
|
659 |
-
|
660 |
-
#: views/widgets-location.php:147 views/widgets-location.php:168
|
661 |
-
msgid "Category Archives"
|
662 |
-
msgstr "Archiwum kategorii"
|
663 |
-
|
664 |
-
#: views/widgets-location.php:148
|
665 |
-
msgid "Authors"
|
666 |
-
msgstr "Autorzy"
|
667 |
-
|
668 |
-
#: views/widgets-location.php:179
|
669 |
-
#, fuzzy
|
670 |
-
msgid "Author Archives"
|
671 |
-
msgstr "Archiwum Autorów"
|
672 |
-
|
673 |
-
#: views/widgets-location.php:199
|
674 |
-
msgid "3rd party plugins"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: views/widgets-location.php:202
|
678 |
-
#, fuzzy
|
679 |
-
msgid "These replacements will be applied to 3rd party plugins."
|
680 |
-
msgstr "Podmiana zostanie zastosowana do archiwum wpisów i stron."
|
681 |
-
|
682 |
-
#: views/widgets-location.php:243 views/widgets.php:42
|
683 |
-
msgid "Save Changes"
|
684 |
-
msgstr "Zapisz zmiany"
|
685 |
-
|
686 |
-
#: views/widgets.php:21
|
687 |
-
msgid "Create a new sidebar"
|
688 |
-
msgstr "Utwórz panel boczny"
|
689 |
-
|
690 |
-
#: views/widgets.php:40
|
691 |
-
msgid "Edit [Sidebar]"
|
692 |
-
msgstr "Edytuj [panel boczny]"
|
693 |
-
|
694 |
-
#: views/widgets.php:41
|
695 |
-
msgid "New Custom Sidebar"
|
696 |
-
msgstr "Nowy panel boczny"
|
697 |
-
|
698 |
-
#: views/widgets.php:44
|
699 |
-
msgid "Delete Sidebar"
|
700 |
-
msgstr "Usuń panel boczny"
|
701 |
-
|
702 |
-
#: views/widgets.php:45
|
703 |
-
msgid "Define where you want this sidebar to appear."
|
704 |
-
msgstr "Określ gdzie chcesz wyświetlać wybrany panel boczny."
|
705 |
-
|
706 |
-
#: views/widgets.php:48
|
707 |
-
msgid "Theme Sidebars"
|
708 |
-
msgstr "Panele boczne motywu"
|
709 |
-
|
710 |
-
#: views/widgets.php:49
|
711 |
-
msgid "Couldn't load data from WordPress..."
|
712 |
-
msgstr "Nie można wczytać danych z WordPressa..."
|
713 |
-
|
714 |
-
#: views/widgets.php:50 views/widgets.php:105
|
715 |
-
msgid "This sidebar can be replaced on certain pages"
|
716 |
-
msgstr "Panel boczny może być podmieniany na wybranych stronach"
|
717 |
-
|
718 |
-
#: views/widgets.php:51
|
719 |
-
msgid ""
|
720 |
-
"Activate this option to replace the sidebar with one of your custom sidebars."
|
721 |
-
msgstr "Włącz tę opcję, żeby podmieniać panel boczny przez własny."
|
722 |
-
|
723 |
-
#: views/widgets.php:52
|
724 |
-
msgid "Filter..."
|
725 |
-
msgstr "Filtruj..."
|
726 |
-
|
727 |
-
#: views/widgets.php:69
|
728 |
-
msgid "Delete this sidebar."
|
729 |
-
msgstr "Skasuj panel boczny."
|
730 |
-
|
731 |
-
#: views/widgets.php:78
|
732 |
-
msgid "Edit this sidebar."
|
733 |
-
msgstr "Edytuj panel boczny."
|
734 |
-
|
735 |
-
#: views/widgets.php:80
|
736 |
-
msgid "Edit"
|
737 |
-
msgstr "Edytuj"
|
738 |
-
|
739 |
-
#: views/widgets.php:87 views/widgets.php:124
|
740 |
-
msgid "Where do you want to show the sidebar?"
|
741 |
-
msgstr "Gdzie chcesz pokazać wybrany panel boczny?"
|
742 |
-
|
743 |
-
#: views/widgets.php:89 views/widgets.php:126
|
744 |
-
msgid "Sidebar Location"
|
745 |
-
msgstr "Położenie panelu"
|
746 |
-
|
747 |
-
#: views/widgets.php:106
|
748 |
-
msgid "This sidebar will always be same on all pages"
|
749 |
-
msgstr "Panel boczny będzie zawsze wyglądał tak samo na wszystkich stronach"
|
750 |
-
|
751 |
-
#: views/widgets.php:115
|
752 |
-
msgid "Allow this sidebar to be replaced"
|
753 |
-
msgstr "Zezwól na zastępowanie panelu bocznego "
|
754 |
-
|
755 |
-
#. Plugin Name of the plugin/theme
|
756 |
-
#, fuzzy
|
757 |
-
msgid "Custom Sidebars Pro"
|
758 |
-
msgstr "Niestandardowe Panele boczne"
|
759 |
-
|
760 |
-
#. Plugin URI of the plugin/theme
|
761 |
-
msgid "http://premium.wpmudev.org/project/custom-sidebars/"
|
762 |
-
msgstr "http://premium.wpmudev.org/project/custom-sidebars/"
|
763 |
-
|
764 |
-
#. Description of the plugin/theme
|
765 |
-
msgid ""
|
766 |
-
"Allows you to create widgetized areas and custom sidebars. Replace whole "
|
767 |
-
"sidebars or single widgets for specific posts and pages."
|
768 |
-
msgstr ""
|
769 |
-
"Pozwala na tworzenie stref z widgetami oraz niestandardowe paski boczne. "
|
770 |
-
"Można podmieniać całe panele boczne lub pojedyncze widgety dla "
|
771 |
-
"poszczególnych wpisów, czy stron."
|
772 |
-
|
773 |
-
#. Author of the plugin/theme
|
774 |
-
msgid "WPMU DEV"
|
775 |
-
msgstr "WPMU DEV"
|
776 |
-
|
777 |
-
#. Author URI of the plugin/theme
|
778 |
-
msgid "http://premium.wpmudev.org/"
|
779 |
-
msgstr "http://premium.wpmudev.org/"
|
780 |
-
|
781 |
-
#: inc/class-custom-sidebars-editor.php:1186
|
782 |
-
#, fuzzy
|
783 |
-
msgctxt "Column name on entries list."
|
784 |
-
msgid "Custom Sidebars"
|
785 |
-
msgstr "Niestandardowe Panele boczne"
|
786 |
-
|
787 |
-
#~ msgid "Export file"
|
788 |
-
#~ msgstr "Eksportuj plik"
|
789 |
-
|
790 |
-
#~ msgid "Pro Version Features"
|
791 |
-
#~ msgstr "Funkcje wersji PRO"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{lang → languages}/custom-sidebars.pot
RENAMED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Custom Sidebars Pro PLUGIN_VERSION\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
7 |
-
"POT-Creation-Date: 2018-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -60,97 +60,107 @@ msgstr ""
|
|
60 |
msgid "Clone"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: inc/class-custom-sidebars-editor.php:
|
64 |
-
#: inc/class-custom-sidebars-editor.php:
|
65 |
#: inc/class-custom-sidebars-export.php:98
|
66 |
msgid "You do not have permission for this"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/class-custom-sidebars-editor.php:
|
70 |
-
#: inc/class-custom-sidebars-editor.php:
|
71 |
-
#: inc/class-custom-sidebars-editor.php:
|
72 |
msgid "You have no permission to do this operation."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/class-custom-sidebars-editor.php:
|
76 |
msgid "Sidebar-name cannot be empty"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: inc/class-custom-sidebars-editor.php:
|
80 |
-
#: inc/class-custom-sidebars-editor.php:
|
81 |
msgid "The sidebar does not exist"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: inc/class-custom-sidebars-editor.php:
|
85 |
msgid "Created new sidebar <strong>%1$s</strong>"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: inc/class-custom-sidebars-editor.php:
|
89 |
msgid "Updated sidebar <strong>%1$s</strong>"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: inc/class-custom-sidebars-editor.php:
|
93 |
-
#: inc/class-custom-sidebars-editor.php:
|
94 |
msgid "The sidebar was not found"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: inc/class-custom-sidebars-editor.php:
|
98 |
msgid "Deleted sidebar <strong>%1$s</strong>"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/class-custom-sidebars-editor.php:
|
102 |
#: inc/class-custom-sidebars-visibility.php:156
|
103 |
msgid "Front Page"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/class-custom-sidebars-editor.php:
|
107 |
msgid "Search Results"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/class-custom-sidebars-editor.php:
|
111 |
#: inc/class-custom-sidebars-visibility.php:162
|
112 |
msgid "Not found (404)"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: inc/class-custom-sidebars-editor.php:
|
116 |
msgid "Any Author Archive"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/class-custom-sidebars-editor.php:
|
120 |
msgid "Date Archives"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: inc/class-custom-sidebars-editor.php:
|
124 |
-
#: inc/class-custom-sidebars-editor.php:
|
125 |
-
#: inc/class-custom-sidebars-editor.php:
|
126 |
-
#: inc/class-custom-sidebars-editor.php:
|
127 |
-
#: inc/class-custom-sidebars-editor.php:
|
128 |
-
#: inc/class-custom-sidebars-editor.php:
|
129 |
-
#: inc/class-custom-sidebars-editor.php:
|
130 |
msgid "%s Archives"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/class-custom-sidebars-editor.php:
|
134 |
#: inc/class-custom-sidebars-visibility.php:157
|
135 |
msgid "Post Index"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/class-custom-sidebars-editor.php:
|
139 |
msgid "%1$s Archives"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/class-custom-sidebars-editor.php:
|
143 |
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: inc/class-custom-sidebars-editor.php:
|
147 |
msgid "Sidebars"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/class-custom-sidebars-editor.php:
|
151 |
msgid "Custom sidebars configuration is allowed for:"
|
152 |
msgstr ""
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
#: inc/class-custom-sidebars-explain.php:225
|
155 |
msgid "Sidebar Debug"
|
156 |
msgstr ""
|
@@ -348,15 +358,15 @@ msgid ""
|
|
348 |
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/class-custom-sidebars.php:
|
352 |
msgid "Widgets"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/class-custom-sidebars.php:
|
356 |
msgid "Support"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/class-custom-sidebars.php:
|
360 |
msgid "Create a custom sidebar to get started."
|
361 |
msgstr ""
|
362 |
|
@@ -512,7 +522,7 @@ msgid ""
|
|
512 |
msgstr ""
|
513 |
|
514 |
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
515 |
-
#: views/widgets-location.php:
|
516 |
msgid "Cancel"
|
517 |
msgstr ""
|
518 |
|
@@ -584,66 +594,66 @@ msgstr ""
|
|
584 |
msgid "Click here to pick available %1$s"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: views/widgets-location.php:
|
588 |
msgid "There are no replaceable sidebars. Please allow at least one as replaceable."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: views/widgets-location.php:
|
592 |
-
#: views/widgets-location.php:
|
593 |
msgid "Click to toggle"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: views/widgets-location.php:
|
597 |
msgid "For all Single Entries matching selected criteria"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: views/widgets-location.php:
|
601 |
msgid ""
|
602 |
"These replacements will be applied to every single post that matches a "
|
603 |
"certain post type or category."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: views/widgets-location.php:
|
607 |
msgid "categories"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: views/widgets-location.php:
|
611 |
msgid "Post Types"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: views/widgets-location.php:
|
615 |
msgid "For Archives"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: views/widgets-location.php:
|
619 |
msgid "These replacements will be applied to Archive Type posts and pages."
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: views/widgets-location.php:
|
623 |
msgid "Archive Types"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: views/widgets-location.php:
|
627 |
msgid "Category Archives"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: views/widgets-location.php:
|
631 |
msgid "Authors"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: views/widgets-location.php:
|
635 |
msgid "Author Archives"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: views/widgets-location.php:
|
639 |
msgid "3rd party plugins"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: views/widgets-location.php:
|
643 |
msgid "These replacements will be applied to 3rd party plugins."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: views/widgets-location.php:
|
647 |
msgid "Save Changes"
|
648 |
msgstr ""
|
649 |
|
@@ -739,7 +749,7 @@ msgstr ""
|
|
739 |
msgid "http://premium.wpmudev.org/"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: inc/class-custom-sidebars-editor.php:
|
743 |
msgctxt "Column name on entries list."
|
744 |
msgid "Custom Sidebars"
|
745 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Custom Sidebars Pro PLUGIN_VERSION\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
|
7 |
+
"POT-Creation-Date: 2018-05-02 05:33:09+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
60 |
msgid "Clone"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: inc/class-custom-sidebars-editor.php:164
|
64 |
+
#: inc/class-custom-sidebars-editor.php:179
|
65 |
#: inc/class-custom-sidebars-export.php:98
|
66 |
msgid "You do not have permission for this"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/class-custom-sidebars-editor.php:256
|
70 |
+
#: inc/class-custom-sidebars-editor.php:413
|
71 |
+
#: inc/class-custom-sidebars-editor.php:730
|
72 |
msgid "You have no permission to do this operation."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/class-custom-sidebars-editor.php:279
|
76 |
msgid "Sidebar-name cannot be empty"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: inc/class-custom-sidebars-editor.php:303
|
80 |
+
#: inc/class-custom-sidebars-editor.php:422
|
81 |
msgid "The sidebar does not exist"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: inc/class-custom-sidebars-editor.php:340
|
85 |
msgid "Created new sidebar <strong>%1$s</strong>"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: inc/class-custom-sidebars-editor.php:348
|
89 |
msgid "Updated sidebar <strong>%1$s</strong>"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: inc/class-custom-sidebars-editor.php:359
|
93 |
+
#: inc/class-custom-sidebars-editor.php:442
|
94 |
msgid "The sidebar was not found"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: inc/class-custom-sidebars-editor.php:431
|
98 |
msgid "Deleted sidebar <strong>%1$s</strong>"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/class-custom-sidebars-editor.php:503
|
102 |
#: inc/class-custom-sidebars-visibility.php:156
|
103 |
msgid "Front Page"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/class-custom-sidebars-editor.php:504
|
107 |
msgid "Search Results"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: inc/class-custom-sidebars-editor.php:505
|
111 |
#: inc/class-custom-sidebars-visibility.php:162
|
112 |
msgid "Not found (404)"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: inc/class-custom-sidebars-editor.php:506
|
116 |
msgid "Any Author Archive"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: inc/class-custom-sidebars-editor.php:507
|
120 |
msgid "Date Archives"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: inc/class-custom-sidebars-editor.php:525
|
124 |
+
#: inc/class-custom-sidebars-editor.php:528
|
125 |
+
#: inc/class-custom-sidebars-editor.php:535
|
126 |
+
#: inc/class-custom-sidebars-editor.php:537
|
127 |
+
#: inc/class-custom-sidebars-editor.php:621
|
128 |
+
#: inc/class-custom-sidebars-editor.php:623
|
129 |
+
#: inc/class-custom-sidebars-editor.php:678
|
130 |
msgid "%s Archives"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: inc/class-custom-sidebars-editor.php:584
|
134 |
#: inc/class-custom-sidebars-visibility.php:157
|
135 |
msgid "Post Index"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/class-custom-sidebars-editor.php:588
|
139 |
msgid "%1$s Archives"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/class-custom-sidebars-editor.php:923
|
143 |
msgid "Updated sidebar <strong>%1$s</strong> settings."
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/class-custom-sidebars-editor.php:975 views/widgets.php:17
|
147 |
msgid "Sidebars"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/class-custom-sidebars-editor.php:1445
|
151 |
msgid "Custom sidebars configuration is allowed for:"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: inc/class-custom-sidebars-editor.php:1471
|
155 |
+
msgid "Allow Custom Taxonomies in Sidebar Location:"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: inc/class-custom-sidebars-editor.php:1482
|
159 |
+
msgid ""
|
160 |
+
"After turn on any Custom Taxonomy you need to reload this screen to be able "
|
161 |
+
"choose it in Sidebar Location."
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
#: inc/class-custom-sidebars-explain.php:225
|
165 |
msgid "Sidebar Debug"
|
166 |
msgstr ""
|
358 |
"\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: inc/class-custom-sidebars.php:961 views/import.php:147
|
362 |
msgid "Widgets"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: inc/class-custom-sidebars.php:971
|
366 |
msgid "Support"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: inc/class-custom-sidebars.php:989
|
370 |
msgid "Create a custom sidebar to get started."
|
371 |
msgstr ""
|
372 |
|
522 |
msgstr ""
|
523 |
|
524 |
#: views/widgets-delete.php:16 views/widgets-editor.php:63
|
525 |
+
#: views/widgets-location.php:251
|
526 |
msgid "Cancel"
|
527 |
msgstr ""
|
528 |
|
594 |
msgid "Click here to pick available %1$s"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: views/widgets-location.php:87
|
598 |
msgid "There are no replaceable sidebars. Please allow at least one as replaceable."
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: views/widgets-location.php:97 views/widgets-location.php:149
|
602 |
+
#: views/widgets-location.php:207
|
603 |
msgid "Click to toggle"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: views/widgets-location.php:98
|
607 |
msgid "For all Single Entries matching selected criteria"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: views/widgets-location.php:101
|
611 |
msgid ""
|
612 |
"These replacements will be applied to every single post that matches a "
|
613 |
"certain post type or category."
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: views/widgets-location.php:109
|
617 |
msgid "categories"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: views/widgets-location.php:121
|
621 |
msgid "Post Types"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: views/widgets-location.php:150
|
625 |
msgid "For Archives"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: views/widgets-location.php:153
|
629 |
msgid "These replacements will be applied to Archive Type posts and pages."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: views/widgets-location.php:155 views/widgets-location.php:166
|
633 |
msgid "Archive Types"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: views/widgets-location.php:156 views/widgets-location.php:177
|
637 |
msgid "Category Archives"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: views/widgets-location.php:157
|
641 |
msgid "Authors"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: views/widgets-location.php:188
|
645 |
msgid "Author Archives"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: views/widgets-location.php:208
|
649 |
msgid "3rd party plugins"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: views/widgets-location.php:211
|
653 |
msgid "These replacements will be applied to 3rd party plugins."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: views/widgets-location.php:252 views/widgets.php:42
|
657 |
msgid "Save Changes"
|
658 |
msgstr ""
|
659 |
|
749 |
msgid "http://premium.wpmudev.org/"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: inc/class-custom-sidebars-editor.php:1245
|
753 |
msgctxt "Column name on entries list."
|
754 |
msgid "Custom Sidebars"
|
755 |
msgstr ""
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Support6, WPMUDEV-Support4, iworks
|
3 |
Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
|
4 |
Requires at least: 3.6
|
5 |
-
Tested up to: 4.9.
|
6 |
-
Stable tag: 3.1.
|
7 |
|
8 |
Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
|
9 |
|
@@ -120,6 +120,11 @@ If you are running a earlier version of WordPress download Custom Sidebars 0.8.2
|
|
120 |
|
121 |
== Changelog ==
|
122 |
|
|
|
|
|
|
|
|
|
|
|
123 |
= 3.1.3 =
|
124 |
* Added version to scripts, to avoid browser cache problem.
|
125 |
* Fixed problems with widgets alignment on mobiles.
|
2 |
Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Support6, WPMUDEV-Support4, iworks
|
3 |
Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
|
4 |
Requires at least: 3.6
|
5 |
+
Tested up to: 4.9.5
|
6 |
+
Stable tag: 3.1.4
|
7 |
|
8 |
Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
|
9 |
|
120 |
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= 3.1.4 =
|
124 |
+
* Fixed a problem with widgets display on IE11.
|
125 |
+
* Handle custom taxonomies.
|
126 |
+
* Updated "WPMU Dev code library" to version 3.0.6.
|
127 |
+
|
128 |
= 3.1.3 =
|
129 |
* Added version to scripts, to avoid browser cache problem.
|
130 |
* Fixed problems with widgets alignment on mobiles.
|
views/widgets-location.php
CHANGED
@@ -58,9 +58,7 @@ function _show_replaceable( $sidebar, $prefix, $cat_name, $class = '' ) {
|
|
58 |
</div>
|
59 |
<?php
|
60 |
}
|
61 |
-
|
62 |
?>
|
63 |
-
|
64 |
<form class="frm-location wpmui-form">
|
65 |
<input type="hidden" name="do" value="set-location" />
|
66 |
<input type="hidden" name="sb" class="sb-id" value="" />
|
@@ -124,12 +122,23 @@ function _show_replaceable( $sidebar, $prefix, $cat_name, $class = '' ) {
|
|
124 |
_show_replaceable( $details, 'pt', $cat_name );
|
125 |
}
|
126 |
?>
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
/**
|
134 |
* =========================================================================
|
135 |
* Box 2: ARCHIVE pages
|
58 |
</div>
|
59 |
<?php
|
60 |
}
|
|
|
61 |
?>
|
|
|
62 |
<form class="frm-location wpmui-form">
|
63 |
<input type="hidden" name="do" value="set-location" />
|
64 |
<input type="hidden" name="sb" class="sb-id" value="" />
|
122 |
_show_replaceable( $details, 'pt', $cat_name );
|
123 |
}
|
124 |
?>
|
125 |
+
</div>
|
126 |
+
<?php
|
127 |
+
/**
|
128 |
+
* Custom Taxonomies
|
129 |
+
*/
|
130 |
+
$taxonomies = CustomSidebarsEditor::get_custom_taxonomies( 'allowed' );
|
131 |
+
foreach ( $taxonomies as $taxonomy_slug => $taxonomy ) {
|
132 |
+
echo '<div class="cs-half cf-custom-taxonomies">';
|
133 |
+
foreach ( $sidebars as $sb_id => $details ) {
|
134 |
+
_show_replaceable( $details, $taxonomy_slug, $taxonomy->label );
|
135 |
+
}
|
136 |
+
echo '</div>';
|
137 |
+
}
|
138 |
+
?>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
<?php
|
142 |
/**
|
143 |
* =========================================================================
|
144 |
* Box 2: ARCHIVE pages
|