Custom Sidebars – Dynamic Widget Area Manager - Version 3.0.4

Version Description

  • Improved "Create a custom sidebar to get started." box.
  • Upgraded "WPMU Dev code library" to version 3.0.3.
  • Fixed a problem with empty taxonomies, now we can see all taxonomies, including empty.
  • Fixed fetching posts.
  • Fixed a problem on the Customizer page - removed clone option.
  • Fixed Widgets Screen for Right to Left languages.
Download this release

Release Info

Developer iworks
Plugin Icon 128x128 Custom Sidebars – Dynamic Widget Area Manager
Version 3.0.4
Comparing to
See all releases

Code changes from version 3.0.3 to 3.0.4

Files changed (45) hide show
  1. css/cs-cloning.min.css +5 -1
  2. css/cs-scan.css +2 -2
  3. css/cs-scan.min.css +4 -0
  4. css/cs-visibility.min.css +5 -1
  5. css/cs.css +67 -7
  6. css/cs.min.css +5 -1
  7. customsidebars.php +1 -1
  8. img/hand-with-heart.png +0 -0
  9. inc/class-custom-sidebars-checkup-notification.php +61 -15
  10. inc/class-custom-sidebars-cloning.php +1 -1
  11. inc/class-custom-sidebars-visibility.php +37 -27
  12. inc/external/wpmu-lib/changelog.txt +7 -2
  13. inc/external/wpmu-lib/core.php +2 -2
  14. inc/external/wpmu-lib/js/select2.3.js +2 -2
  15. inc/external/wpmu-lib/js/select2.3.min.js +6 -5
  16. inc/external/wpmu-lib/js/wpmu-card-list.3.js +2 -2
  17. inc/external/wpmu-lib/js/wpmu-card-list.3.min.js +4 -3
  18. inc/external/wpmu-lib/js/wpmu-ui.3.js +11 -31
  19. inc/external/wpmu-lib/js/wpmu-ui.3.min.js +4 -3
  20. inc/external/wpmu-lib/js/wpmu-vnav.3.js +2 -2
  21. inc/external/wpmu-lib/js/wpmu-vnav.3.min.js +4 -3
  22. js/cs-cloning.js +1 -1
  23. js/cs-cloning.min.js +2 -1
  24. js/cs-visibility.js +1 -1
  25. js/cs-visibility.min.js +2 -1
  26. js/cs.js +26 -9
  27. js/cs.min.js +3 -2
  28. lang/custom-sidebars-de_DE.mo +0 -0
  29. lang/custom-sidebars-de_DE.po +312 -210
  30. lang/custom-sidebars-en_EN.mo +0 -0
  31. lang/custom-sidebars-en_EN.po +319 -214
  32. lang/custom-sidebars-es_ES.mo +0 -0
  33. lang/custom-sidebars-es_ES.po +334 -225
  34. lang/custom-sidebars-fr_FR.mo +0 -0
  35. lang/custom-sidebars-fr_FR.po +240 -191
  36. lang/custom-sidebars-he_IL.mo +0 -0
  37. lang/custom-sidebars-he_IL.po +240 -191
  38. lang/custom-sidebars-it_IT.mo +0 -0
  39. lang/custom-sidebars-it_IT.po +232 -187
  40. lang/custom-sidebars-nl_NL.mo +0 -0
  41. lang/custom-sidebars-nl_NL.po +232 -187
  42. lang/custom-sidebars-pl_PL.mo +0 -0
  43. lang/custom-sidebars-pl_PL.po +563 -236
  44. lang/custom-sidebars.pot +49 -37
  45. readme.txt +9 -1
css/cs-cloning.min.css CHANGED
@@ -1 +1,5 @@
1
- .inactive-sidebar .csb-clone{display:none}.widget-control-actions .csb-clone-button{margin:0 5px 0 0}.csb-marker{position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.csb-marker .widget-inside,.csb-marker .widget-top{opacity:.5}.csb-marker:before{content:attr(data-group);position:absolute;top:50%;left:5px;right:5px;text-align:center;margin-top:-1em;line-height:2em;height:2em;font-size:20px;z-index:1001;background:rgba(255,255,255,.2)}.csb-marker:after{content:'';position:absolute;left:1px;top:1px;right:1px;bottom:1px;background:url(../img/stripes.png);opacity:.05;z-index:1000;cursor:default}h4.csb-group{padding-left:45px;position:relative}h4 .btn-clone-group{position:absolute;top:50%;margin-top:-10px;left:15px;cursor:pointer;opacity:.6}h4 .btn-clone-group:hover{opacity:1}
 
 
 
 
1
+ /*! Custom Sidebars - v3.0.4
2
+ * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ .inactive-sidebar .csb-clone{display:none}.widget-control-actions .csb-clone-button{margin:0 5px 0 0}.csb-marker{position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.csb-marker .widget-top,.csb-marker .widget-inside{opacity:.5}.csb-marker:before{content:attr(data-group);position:absolute;top:50%;left:5px;right:5px;text-align:center;margin-top:-1em;line-height:2em;height:2em;font-size:20px;z-index:1001;background:rgba(255,255,255,.2)}.csb-marker:after{content:'';position:absolute;left:1px;top:1px;right:1px;bottom:1px;background:url(../img/stripes.png);opacity:.05;z-index:1000;cursor:default}h4.csb-group{padding-left:45px;position:relative}h4 .btn-clone-group{position:absolute;top:50%;margin-top:-10px;left:15px;cursor:pointer;opacity:.6}h4 .btn-clone-group:hover{opacity:1}
css/cs-scan.css CHANGED
@@ -1,7 +1,7 @@
1
  .custom-sidebars-wp-checkup {
2
  border-radius: 4px;
3
  -ms-flex-align: center;
4
- align-items: center;
5
  background: #fff url(../img/heart.png) no-repeat 0 50%;
6
  border: 0;
7
  display: -ms-flexbox;
@@ -9,7 +9,7 @@
9
  min-height: 100px;
10
  padding-left: 135px;
11
  -ms-flex-pack: justify;
12
- justify-content: space-between;
13
  }
14
  .custom-sidebars-wp-checkup form {
15
  white-space: nowrap;
1
  .custom-sidebars-wp-checkup {
2
  border-radius: 4px;
3
  -ms-flex-align: center;
4
+ align-items: center;
5
  background: #fff url(../img/heart.png) no-repeat 0 50%;
6
  border: 0;
7
  display: -ms-flexbox;
9
  min-height: 100px;
10
  padding-left: 135px;
11
  -ms-flex-pack: justify;
12
+ justify-content: space-between;
13
  }
14
  .custom-sidebars-wp-checkup form {
15
  white-space: nowrap;
css/cs-scan.min.css CHANGED
@@ -1 +1,5 @@
 
 
 
 
1
  .custom-sidebars-wp-checkup{border-radius:4px;-ms-flex-align:center;align-items:center;background:#fff url(../img/heart.png) no-repeat 0 50%;border:0;display:-ms-flexbox;display:flex;min-height:100px;padding-left:135px;-ms-flex-pack:justify;justify-content:space-between}.custom-sidebars-wp-checkup form{white-space:nowrap}.custom-sidebars-wp-checkup form input{border:0;border-radius:4px}.custom-sidebars-wp-checkup form input[type=text]{background-color:#f2f2f2;padding:15px 14px}.custom-sidebars-wp-checkup form input[type=submit]{background-color:#17a8e3;color:#fff;padding:15px 35px;text-transform:uppercase;margin-left:10px}.custom-sidebars-wp-checkup p{font-size:1.2em}.custom-sidebars-wp-checkup p b{color:#840006}
1
+ /*! Custom Sidebars - v3.0.4
2
+ * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
  .custom-sidebars-wp-checkup{border-radius:4px;-ms-flex-align:center;align-items:center;background:#fff url(../img/heart.png) no-repeat 0 50%;border:0;display:-ms-flexbox;display:flex;min-height:100px;padding-left:135px;-ms-flex-pack:justify;justify-content:space-between}.custom-sidebars-wp-checkup form{white-space:nowrap}.custom-sidebars-wp-checkup form input{border:0;border-radius:4px}.custom-sidebars-wp-checkup form input[type=text]{background-color:#f2f2f2;padding:15px 14px}.custom-sidebars-wp-checkup form input[type=submit]{background-color:#17a8e3;color:#fff;padding:15px 35px;text-transform:uppercase;margin-left:10px}.custom-sidebars-wp-checkup p{font-size:1.2em}.custom-sidebars-wp-checkup p b{color:#840006}
css/cs-visibility.min.css CHANGED
@@ -1 +1,5 @@
1
- .inactive-sidebar .csb-visibility{display:none}.widget-control-actions .csb-visibility-button{margin:0 5px 0 0}.csb-visibility{margin:0 -15px 15px}.csb-option-row{margin:0 -15px;padding:0 15px 12px;position:relative}.csb-visibility-inner{border:1px solid #e5e5e5;border-left:0;border-right:0;padding:12px 15px 0;background:#fafafa}.csb-visibility-inner .toggle-action{display:block;margin:-15px -15px 0;padding:15px 15px 0;cursor:pointer;border:0}.csb-visibility-inner .csb-option-row:hover{background:#f4f4f4}.csb-visibility-inner .csb-option-row:hover.csb-always:hover{background:0 0}.csb-visibility-inner .csb-option-row.csb-action .action{top:15px}.csb-visibility-inner .csb-option-row .clear-filter:hover{color:#c00}.csb-visibility-inner .csb-option-row .action{position:absolute;right:15px;top:7px;z-index:1;color:#aaa;cursor:pointer;font-size:20px}.csb-visibility-inner .csb-option-row .action:hover{color:#000}.csb-visibility-inner .csb-action{margin-bottom:0}.csb-visibility-inner .csb-action label{cursor:default}.csb-visibility-inner .csb-action b{padding:5px;border:1px solid transparent;cursor:pointer;margin-left:-6px}.csb-visibility-inner .csb-action:hover b{padding:5px;background:#fff;border:1px solid #ddd}.csb-visibility-inner .csb-always{padding-bottom:0;text-align:center;font-style:italic}.csb-visibility-inner .csb-always label{margin-bottom:0;color:#aaa;cursor:default}.csb-visibility-inner .csb-and{margin-right:10px;font-weight:700}.csb-visibility-inner label{display:block;border-top:1px solid #e8e8e8;margin:0 -15px 5px;padding:5px 15px}.csb-visibility-inner .csb-detail-row label{border:0;margin-bottom:0;padding-bottom:0}.csb-visibility-inner .csb-detail-row .detail{margin-top:10px}.csb-visibility-inner .chosen-container{display:block!important;width:100%!important}.csb-visibility-inner .dropdown{position:absolute;z-index:2;background:#fff;border:1px solid #ddd;right:10px;top:20px;color:#555;box-shadow:0 1px 10px rgba(0,0,0,.15)}.csb-visibility-inner .dropdown li{padding:5px 15px;cursor:pointer;margin:0}.csb-visibility-inner .dropdown li:hover{color:#000;background:#eee}.csb-visibility-inner .dropdown li.csb-group,.csb-visibility-inner .dropdown li.csb-group:hover{color:#999;font-weight:700;background:#f8f8f8;padding-left:5px;cursor:default}
 
 
 
 
1
+ /*! Custom Sidebars - v3.0.4
2
+ * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ .inactive-sidebar .csb-visibility{display:none}.widget-control-actions .csb-visibility-button{margin:0 5px 0 0}.csb-visibility{margin:0 -15px 15px}.csb-option-row{margin:0 -15px;padding:0 15px 12px;position:relative}.csb-visibility-inner{border:1px solid #E5E5E5;border-left:0;border-right:0;padding:12px 15px 0;background:#FAFAFA}.csb-visibility-inner .toggle-action{display:block;margin:-15px -15px 0;padding:15px 15px 0;cursor:pointer;border:0}.csb-visibility-inner .csb-option-row:hover{background:#F4F4F4}.csb-visibility-inner .csb-option-row:hover.csb-always:hover{background:transparent}.csb-visibility-inner .csb-option-row.csb-action .action{top:15px}.csb-visibility-inner .csb-option-row .clear-filter:hover{color:#C00}.csb-visibility-inner .csb-option-row .action{position:absolute;right:15px;top:7px;z-index:1;color:#AAA;cursor:pointer;font-size:20px}.csb-visibility-inner .csb-option-row .action:hover{color:#000}.csb-visibility-inner .csb-action{margin-bottom:0}.csb-visibility-inner .csb-action label{cursor:default}.csb-visibility-inner .csb-action b{padding:5px;border:1px solid transparent;cursor:pointer;margin-left:-6px}.csb-visibility-inner .csb-action:hover b{padding:5px;background:#FFF;border:1px solid #DDD}.csb-visibility-inner .csb-always{padding-bottom:0;text-align:center;font-style:italic}.csb-visibility-inner .csb-always label{margin-bottom:0;color:#AAA;cursor:default}.csb-visibility-inner .csb-and{margin-right:10px;font-weight:700}.csb-visibility-inner label{display:block;border-top:1px solid #E8E8E8;margin:0 -15px 5px;padding:5px 15px}.csb-visibility-inner .csb-detail-row label{border:0;margin-bottom:0;padding-bottom:0}.csb-visibility-inner .csb-detail-row .detail{margin-top:10px}.csb-visibility-inner .chosen-container{display:block!important;width:100%!important}.csb-visibility-inner .dropdown{position:absolute;z-index:2;background:#FFF;border:1px solid #DDD;right:10px;top:20px;color:#555;box-shadow:0 1px 10px rgba(0,0,0,.15)}.csb-visibility-inner .dropdown li{padding:5px 15px;cursor:pointer;margin:0}.csb-visibility-inner .dropdown li:hover{color:#000;background:#EEE}.csb-visibility-inner .dropdown li.csb-group,.csb-visibility-inner .dropdown li.csb-group:hover{color:#999;font-weight:700;background:#F8F8F8;padding-left:5px;cursor:default}
css/cs.css CHANGED
@@ -213,26 +213,28 @@
213
  padding: 90px 10px;
214
  text-align: center;
215
  }
216
- .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront {
217
  border-radius: 4px;
218
- background-color: #f9c200;
219
  margin: 55px 0 16px 0;
220
  }
221
- .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman {
 
 
 
222
  min-height: 145px;
223
  margin-right: -16px;
224
  background: url(../img/devman.png) no-repeat 100% 50%;
225
  padding: 50px 120px 45px 20px;
226
  }
227
- .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman p {
228
  font-size: 1.4em;
229
  color: #000;
230
  margin-top: 0;
231
  }
232
- .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman p:last-of-type {
233
  margin-bottom: 0;
234
  }
235
- .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman .button {
236
  background-color: #00a7e6;
237
  color: #fff;
238
  font-weight: bold;
@@ -240,6 +242,64 @@
240
  padding: 15px 16px;
241
  text-transform: uppercase;
242
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
 
244
  #cs-options .cs-action {
245
  line-height: 26px;
@@ -596,7 +656,7 @@ body.appearance_page_customsidebars #poststuff h2 {
596
  right: auto;
597
  left: 0;
598
  }
599
- .rtl.widgets-php #wpcontent .wrap {
600
  margin-right: 2px;
601
  margin-left: 68%;
602
  }
213
  padding: 90px 10px;
214
  text-align: center;
215
  }
216
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-box {
217
  border-radius: 4px;
 
218
  margin: 55px 0 16px 0;
219
  }
220
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront {
221
+ background-color: #f9c200;
222
+ }
223
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner {
224
  min-height: 145px;
225
  margin-right: -16px;
226
  background: url(../img/devman.png) no-repeat 100% 50%;
227
  padding: 50px 120px 45px 20px;
228
  }
229
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p {
230
  font-size: 1.4em;
231
  color: #000;
232
  margin-top: 0;
233
  }
234
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p:last-of-type {
235
  margin-bottom: 0;
236
  }
237
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner .button {
238
  background-color: #00a7e6;
239
  color: #fff;
240
  font-weight: bold;
242
  padding: 15px 16px;
243
  text-transform: uppercase;
244
  }
245
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup {
246
+ background-color: #fff;
247
+ }
248
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner {
249
+ background: url(../img/hand-with-heart.png) no-repeat 100% 100%;
250
+ font-size: 1.2em;
251
+ min-height: 227px;
252
+ padding-bottom: 10px;
253
+ }
254
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4, .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p {
255
+ margin: 0;
256
+ padding: 0 120px 0 30px;
257
+ font-size: 1.1em;
258
+ }
259
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4 {
260
+ color: #222;
261
+ font-size: 1.2em;
262
+ padding-top: 50px;
263
+ }
264
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p {
265
+ color: #c1272c;
266
+ padding-top: 16px;
267
+ }
268
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form {
269
+ border-radius: 4px;
270
+ background-color: #fafafa;
271
+ display: -ms-flexbox;
272
+ display: flex;
273
+ -ms-flex-wrap: nowrap;
274
+ flex-wrap: nowrap;
275
+ -ms-flex-pack: justify;
276
+ justify-content: space-between;
277
+ margin: 24px 30px 0 30px;
278
+ padding: 0;
279
+ }
280
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input {
281
+ background-color: transparent;
282
+ border: 0;
283
+ font-size: 1em;
284
+ margin: 0;
285
+ padding: 10px 15px;
286
+ text-align: center;
287
+ }
288
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit] {
289
+ border-radius: 0 4px 4px 0;
290
+ background-color: #00a7e6;
291
+ color: #fff;
292
+ min-width: 3em;
293
+ text-transform: uppercase;
294
+ }
295
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text] {
296
+ color: #aaa;
297
+ -ms-flex-positive: 1;
298
+ flex-grow: 1;
299
+ }
300
+ .widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]:active {
301
+ box-shadow: none;
302
+ }
303
 
304
  #cs-options .cs-action {
305
  line-height: 26px;
656
  right: auto;
657
  left: 0;
658
  }
659
+ .rtl.widgets-php #wpcontent .wrap .cs-wrap {
660
  margin-right: 2px;
661
  margin-left: 68%;
662
  }
css/cs.min.css CHANGED
@@ -1 +1,5 @@
1
- .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:active,.module-export .pro-layer a:focus,.module-export .pro-layer a:hover{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:active,.frm-location .pro-layer a:focus,.frm-location .pro-layer a:hover{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:active,.csb-pro-layer:hover .pro-info:focus,.csb-pro-layer:hover .pro-info:hover{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}#defaultsforpages,#defaultsforposts{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 0;margin:-10px -214% 0 0;width:210%;background:#e4e4e4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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}.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-upfront{border-radius:4px;background-color:#f9c200;margin:55px 0 16px 0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman{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 .devman p{font-size:1.4em;color:#000;margin-top:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman p:last-of-type{margin-bottom:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .devman .button{background-color:#00a7e6;color:#fff;font-weight:700;height:auto;padding:15px 16px;text-transform:uppercase}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-filter{float:right}.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_description,.sidebar_name{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:active,.cs-message .close:focus,.cs-message .close:hover{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-separator,.cs-custom-sidebar .cs-tool{float:right}.cs-theme-sidebar .cs-separator,.cs-theme-sidebar .cs-tool{float:left}.cs-toolbar .delete-sidebar{color:#a00}.cs-toolbar .delete-sidebar:active,.cs-toolbar .delete-sidebar:focus,.cs-toolbar .delete-sidebar:hover{color:red}.cs-toolbar .cs-tool.btn-replaceable{color:#555;padding-left:32px}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.cs-toolbar .cs-tool.btn-replaceable .chk-replaceable{position:absolute;top:50%;left:10px;height:16px;margin-top:-8px}.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-primary>.dashicons,.csb .button-secondary>.dashicons,.csb .button>.dashicons{opacity:.75;line-height:26px;margin-right:5px;transition:opacity .2s}.csb .button-primary:hover>.dashicons,.csb .button-secondary:hover>.dashicons,.csb .button:hover>.dashicons{opacity:1}.rtl div.widget-liquid-right{float:left;right:auto;left:0}.rtl.widgets-php #wpcontent .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}#poststuff .csb-form .form-buttons,#poststuff .csb-form h2,#poststuff .csb-form h3,.csb-form .form-buttons,.csb-form h2,.csb-form h3{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:after,.show-infos .export-infos:before{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}#wpbody-content .wp-list-table .column-cs_replacement{width:30%}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table td.cs_replacement .cust,#wpbody-content .wp-list-table td.cs_replacement .def{opacity:.8;cursor:default;position:relative;padding-left:110px}#wpbody-content .wp-list-table td.cs_replacement .cust:after,#wpbody-content .wp-list-table td.cs_replacement .def:after{content:' ';display:block;clear:both}#wpbody-content .wp-list-table td.cs_replacement .cust:hover,#wpbody-content .wp-list-table td.cs_replacement .def:hover{opacity:1;background:rgba(0,0,0,.02)}#wpbody-content .wp-list-table td.cs_replacement .def{display:none}#wpbody-content .wp-list-table td.cs_replacement .cs-key,#wpbody-content .wp-list-table td.cs_replacement .cs-val{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#wpbody-content .wp-list-table td.cs_replacement .cs-key{max-width:100px;color:#666;position:absolute;left:0}#wpbody-content .wp-list-table td.cs_replacement .cs-val{display:block}#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.0.4
2
+ * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
+ * Copyright (c) 2017; * 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}.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}.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}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-filter{float:right}.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;padding-left:32px}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.cs-toolbar .cs-tool.btn-replaceable .chk-replaceable{position:absolute;top:50%;left:10px;height:16px;margin-top:-8px}.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}#wpbody-content .wp-list-table .column-cs_replacement{width:30%}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table td.cs_replacement{}#wpbody-content .wp-list-table td.cs_replacement .def,#wpbody-content .wp-list-table td.cs_replacement .cust{opacity:.8;cursor:default;position:relative;padding-left:110px}#wpbody-content .wp-list-table td.cs_replacement .def:after,#wpbody-content .wp-list-table td.cs_replacement .cust:after{content:' ';display:block;clear:both}#wpbody-content .wp-list-table td.cs_replacement .def:hover,#wpbody-content .wp-list-table td.cs_replacement .cust:hover{opacity:1;background:rgba(0,0,0,.02)}#wpbody-content .wp-list-table td.cs_replacement .def{display:none}#wpbody-content .wp-list-table td.cs_replacement .cs-val,#wpbody-content .wp-list-table td.cs_replacement .cs-key{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#wpbody-content .wp-list-table td.cs_replacement .cs-key{max-width:100px;color:#666;position:absolute;left:0}#wpbody-content .wp-list-table td.cs_replacement .cs-val{display:block}#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}
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.0.3
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
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.0.4
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
img/hand-with-heart.png ADDED
Binary file
inc/class-custom-sidebars-checkup-notification.php CHANGED
@@ -143,6 +143,62 @@ class CustomSidebarsCheckupNotification extends CustomSidebars {
143
  */
144
  public function admin_notices() {
145
  wp_enqueue_script( 'wp-util' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  $url = add_query_arg(
147
  array(
148
  'utm_source' => 'custom_sidebar_uf_ad',
@@ -152,22 +208,12 @@ class CustomSidebarsCheckupNotification extends CustomSidebars {
152
  'https://premium.wpmudev.org/projects/category/themes/'
153
  );
154
  ?>
155
- <script type="text/javascript">
156
- jQuery(document).ready( function() {
157
- setTimeout( function() {
158
- var template = wp.template('custom-sidebars-upfront');
159
- jQuery(".sidebars-column-1 .inner").append( template() );
160
- }, 1000);
161
- });
162
- </script>
163
- <script type="text/html" id="tmpl-custom-sidebars-upfront">
164
- <div class="custom-sidebars-upfront">
165
- <div class="devman">
166
- <p><?php esc_html_e( 'Don’t just replace sidebars. Add new sidebars and footers anywhere with Upfront.', 'custom-sidebars' ); ?></p>
167
- <p><a class="button" href="<?php echo esc_url( $url ); ?>"><?php esc_html_e( 'get Upfront free', 'custom-sidebars' ); ?></a></p>
168
- </div>
169
  </div>
170
- </script>
171
  <?php
172
  }
173
  };
143
  */
144
  public function admin_notices() {
145
  wp_enqueue_script( 'wp-util' );
146
+ $this->show_box( 'checkup' );
147
+ }
148
+
149
+ /**
150
+ * Show box.
151
+ *
152
+ * @since 3.0.4
153
+ *
154
+ * @param string $template_name Template name.
155
+ */
156
+ private function show_box( $template_name ) {
157
+ $method = sprintf( 'show_box_%s', $template_name );
158
+ if ( ! method_exists( $this, $method ) ) {
159
+ return;
160
+ }
161
+ ?>
162
+ <script type="text/javascript">
163
+ jQuery(document).ready( function() {
164
+ setTimeout( function() {
165
+ var template = wp.template('custom-sidebars-<?php echo $template_name; ?>');
166
+ jQuery(".sidebars-column-1 .inner").append( template() );
167
+ }, 1000);
168
+ });
169
+ </script>
170
+ <script type="text/html" id="tmpl-custom-sidebars-<?php echo $template_name; ?>">
171
+ <?php
172
+ $this->$method();
173
+ ?>
174
+ </script>
175
+ <?php
176
+ }
177
+
178
+ /**
179
+ * Show *Run site health check* box.
180
+ *
181
+ * @since 3.0.4
182
+ */
183
+ private function show_box_checkup() {
184
+ ?>
185
+ <div class="custom-sidebars-box custom-sidebars-checkup">
186
+ <div class="cs-inner">
187
+ <h4><?php esc_html_e( 'Run site health check', 'custom-sidebars' ); ?></h4>
188
+ <p><?php esc_html_e( 'Free performance, security and SEO report', 'custom-sidebars' ); ?></p>
189
+ <form method="get" action="https://premium.wpmudev.org/wp-checkup/">
190
+ <input type="hidden" name="external-url" value="1" />
191
+ <input type="text" name="the-url" value="<?php echo esc_url( get_option( 'home' ) ); ?>" /><input type="submit" value="<?php esc_attr_e( 'Go', 'custom-sidebars' ); ?>" />
192
+ <input type="hidden" name="utm_source" value="custom_sidebar_ad" />
193
+ <input type="hidden" name="utm_campaign" value="custom_sidebar_plugin" />
194
+ <input type="hidden" name="utm_medium" value="Custom Sidebars Plugin" />
195
+ </form>
196
+ </div>
197
+ </div>
198
+ <?php
199
+ }
200
+
201
+ private function show_box_upfront() {
202
  $url = add_query_arg(
203
  array(
204
  'utm_source' => 'custom_sidebar_uf_ad',
208
  'https://premium.wpmudev.org/projects/category/themes/'
209
  );
210
  ?>
211
+ <div class="custom-sidebars-box custom-sidebars-upfront">
212
+ <div class="cs-inner">
213
+ <p><?php esc_html_e( 'Don’t just replace sidebars. Add new sidebars and footers anywhere with Upfront.', 'custom-sidebars' ); ?></p>
214
+ <p><a class="button" href="<?php echo esc_url( $url ); ?>"><?php esc_html_e( 'get Upfront free', 'custom-sidebars' ); ?></a></p>
215
+ </div>
 
 
 
 
 
 
 
 
 
216
  </div>
 
217
  <?php
218
  }
219
  };
inc/class-custom-sidebars-cloning.php CHANGED
@@ -198,7 +198,7 @@ class CustomSidebarsCloning {
198
  <input type="hidden" name="csb-clone-button" value="0" />
199
  <input type="hidden" name="csb_clone[group]" class="csb-clone-group" value="<?php echo esc_attr( $data['group'] ); ?>" />
200
  <input type="hidden" name="csb_clone[state]" class="csb-clone-state" value="<?php echo esc_attr( $data['state'] ); ?>" />
201
- <?php if ( ! isset( $_POST['csb-clone-button'] ) ) : ?>
202
  <a href="#" class="button csb-clone-button"><?php _e( 'Clone', 'custom-sidebars' ); ?></a>
203
  <?php else : ?>
204
  <script>jQuery(function() { jQuery('.csb-clone-<?php echo esc_js( $widget->id ); ?>').closest('.widget').trigger('csb:update'); }); </script>
198
  <input type="hidden" name="csb-clone-button" value="0" />
199
  <input type="hidden" name="csb_clone[group]" class="csb-clone-group" value="<?php echo esc_attr( $data['group'] ); ?>" />
200
  <input type="hidden" name="csb_clone[state]" class="csb-clone-state" value="<?php echo esc_attr( $data['state'] ); ?>" />
201
+ <?php if ( ! isset( $_POST['csb-clone-button'] ) && ( 'widgets' === get_current_screen()->id ) ) : ?>
202
  <a href="#" class="button csb-clone-button"><?php _e( 'Clone', 'custom-sidebars' ); ?></a>
203
  <?php else : ?>
204
  <script>jQuery(function() { jQuery('.csb-clone-<?php echo esc_js( $widget->id ); ?>').closest('.widget').trigger('csb:update'); }); </script>
inc/class-custom-sidebars-visibility.php CHANGED
@@ -47,8 +47,13 @@ class CustomSidebarsVisibility extends CustomSidebars {
47
  10, 3
48
  );
49
 
50
- lib3()->ui->add( CSB_JS_URL . 'cs-visibility.min.js', 'widgets.php' );
51
- lib3()->ui->add( CSB_CSS_URL . 'cs-visibility.css', 'widgets.php' );
 
 
 
 
 
52
 
53
  // Custom Sidebars Ajax request.
54
  add_action(
@@ -396,7 +401,7 @@ class CustomSidebarsVisibility extends CustomSidebars {
396
  $lbl_single = sprintf( __( 'Only these %s:', 'custom-sidebars' ), $type_item->labels->name );
397
  $is_selected = in_array( $type_item->name, $cond['posttypes'] );
398
  $ajax_url = admin_url( 'admin-ajax.php?action=cs-ajax&do=visibility&posttype=' . $type_item->name );
399
- $sel = array();
400
 
401
  if ( ! empty( $cond[ $row_id ] ) ) {
402
  $posts = get_posts(
@@ -408,11 +413,8 @@ class CustomSidebarsVisibility extends CustomSidebars {
408
  'include' => implode( ',', $cond[ $row_id ] ),
409
  )
410
  );
411
-
412
- foreach ( $posts as $post ) {
413
- $sel[] = $post->ID . '::' . str_replace( '::', ':', $post->post_title );
414
- }
415
  }
 
416
  ?>
417
  <div class="csb-detail-row csb-<?php echo esc_attr( $row_id ); ?>"
418
  <?php if ( ! $is_selected ) : ?>style="display:none"<?php endif; ?>>
@@ -429,10 +431,13 @@ class CustomSidebarsVisibility extends CustomSidebars {
429
  </label>
430
  <div class="detail" <?php if ( empty( $cond[ $row_id ] ) ) : ?>style="display:none"<?php endif; ?>>
431
 
432
- <input type="hidden"
433
- name="<?php echo esc_attr( $block_name ); ?>[<?php echo esc_attr( $row_id ); ?>]"
434
- value="<?php echo esc_attr( implode( ',', $sel ) ); ?>"
435
- data-select-ajax="<?php echo esc_url( $ajax_url ); ?>" />
 
 
 
436
  </div>
437
  </div>
438
  <?php endforeach; ?>
@@ -441,7 +446,6 @@ class CustomSidebarsVisibility extends CustomSidebars {
441
  <?php /* SPECIFIC TAXONOMY */ ?>
442
  <?php
443
  foreach ( $tax_list as $tax_item ) {
444
-
445
  $row_id = 'tax-' . $tax_item->name;
446
  $ajax_url = admin_url( 'admin-ajax.php?action=cs-ajax&do=visibility&tag=' . $tax_item->name );
447
  $sel = array();
@@ -469,20 +473,26 @@ class CustomSidebarsVisibility extends CustomSidebars {
469
  <?php echo esc_html( $tax_item->labels->name ); ?>
470
  </label>
471
  <i class="dashicons dashicons-trash clear-filter show-on-hover action"></i>
472
- <select
473
  id="<?php echo esc_attr( $widget->id ); ?>-<?php echo esc_attr( $row_id ); ?>"
474
  name="<?php echo esc_attr( $block_name ); ?>[<?php echo esc_attr( $row_id ); ?>][]"
475
- multiple="multiple"
476
- >
477
- <?php
478
- $terms = get_terms( $tax_item->name );
479
- foreach ( $terms as $item ) {
 
 
 
 
 
 
 
 
 
 
 
480
  ?>
481
- <?php $is_selected = in_array( $item->term_id, $sel ); ?>
482
- <option <?php selected( $is_selected ); ?> value="<?php echo esc_attr( $item->term_id ); ?>">
483
- <?php echo esc_html( $item->name ); ?>
484
- </option>
485
- <?php } ?>
486
  </select>
487
  </div>
488
  <?php
@@ -1012,11 +1022,11 @@ class CustomSidebarsVisibility extends CustomSidebars {
1012
  );
1013
 
1014
  foreach ( $posts as $post ) {
1015
- $key = $post->ID;
1016
- $name = $post->post_title;
1017
  $data[] = array(
1018
- 'key' => $key,
1019
- 'val' => esc_html( $name ),
1020
  );
1021
  }
1022
 
47
  10, 3
48
  );
49
 
50
+ $url = 'widgets.php';
51
+ if ( isset( $_SERVER['SCRIPT_NAME'] ) ) {
52
+ $url = explode( '/', $_SERVER['SCRIPT_NAME'] );
53
+ $url = array_pop( $url );
54
+ }
55
+ lib3()->ui->add( CSB_JS_URL . 'cs-visibility.min.js', $url );
56
+ lib3()->ui->add( CSB_CSS_URL . 'cs-visibility.css', $url );
57
 
58
  // Custom Sidebars Ajax request.
59
  add_action(
401
  $lbl_single = sprintf( __( 'Only these %s:', 'custom-sidebars' ), $type_item->labels->name );
402
  $is_selected = in_array( $type_item->name, $cond['posttypes'] );
403
  $ajax_url = admin_url( 'admin-ajax.php?action=cs-ajax&do=visibility&posttype=' . $type_item->name );
404
+ $posts = array();
405
 
406
  if ( ! empty( $cond[ $row_id ] ) ) {
407
  $posts = get_posts(
413
  'include' => implode( ',', $cond[ $row_id ] ),
414
  )
415
  );
 
 
 
 
416
  }
417
+
418
  ?>
419
  <div class="csb-detail-row csb-<?php echo esc_attr( $row_id ); ?>"
420
  <?php if ( ! $is_selected ) : ?>style="display:none"<?php endif; ?>>
431
  </label>
432
  <div class="detail" <?php if ( empty( $cond[ $row_id ] ) ) : ?>style="display:none"<?php endif; ?>>
433
 
434
+ <select name="<?php echo esc_attr( $block_name ); ?>[<?php echo esc_attr( $row_id ); ?>][]" data-select-ajax="<?php echo esc_url( $ajax_url ); ?>" multiple="multiple">
435
+ <?php if ( ! empty( $posts ) ) : ?>
436
+ <?php foreach ( $posts as $post ) : ?>
437
+ <option value="<?php echo $post->ID; ?>" selected="selected"><?php echo $post->post_title; ?></option>
438
+ <?php endforeach; ?>
439
+ <?php endif; ?>
440
+ </select>
441
  </div>
442
  </div>
443
  <?php endforeach; ?>
446
  <?php /* SPECIFIC TAXONOMY */ ?>
447
  <?php
448
  foreach ( $tax_list as $tax_item ) {
 
449
  $row_id = 'tax-' . $tax_item->name;
450
  $ajax_url = admin_url( 'admin-ajax.php?action=cs-ajax&do=visibility&tag=' . $tax_item->name );
451
  $sel = array();
473
  <?php echo esc_html( $tax_item->labels->name ); ?>
474
  </label>
475
  <i class="dashicons dashicons-trash clear-filter show-on-hover action"></i>
476
+ <select
477
  id="<?php echo esc_attr( $widget->id ); ?>-<?php echo esc_attr( $row_id ); ?>"
478
  name="<?php echo esc_attr( $block_name ); ?>[<?php echo esc_attr( $row_id ); ?>][]"
479
+ multiple="multiple"
480
+ >
481
+ <?php
482
+ $args = array(
483
+ 'hide_empty' => false,
484
+ );
485
+ $terms = get_terms( $tax_item->name, $args );
486
+ foreach ( $terms as $item ) {
487
+ $is_selected = in_array( $item->term_id, $sel );
488
+ printf(
489
+ '<option %s value="%s">%s</option>',
490
+ selected( $is_selected ),
491
+ esc_attr( $item->term_id ),
492
+ esc_html( $item->name )
493
+ );
494
+ }
495
  ?>
 
 
 
 
 
496
  </select>
497
  </div>
498
  <?php
1022
  );
1023
 
1024
  foreach ( $posts as $post ) {
1025
+ $id = $post->ID;
1026
+ $text = $post->post_title;
1027
  $data[] = array(
1028
+ 'id' => $post->ID,
1029
+ 'text' => esc_html( $text ),
1030
  );
1031
  }
1032
 
inc/external/wpmu-lib/changelog.txt CHANGED
@@ -1,9 +1,14 @@
1
  Plugin Name: WPMU Dev code library
2
- Author: Philipp Stracker
3
 
4
  Change Log:
5
  ----------------------------------------------------------------------
6
 
 
 
 
 
 
7
  3.0.0
8
  ----------------------------------------------------------------------
9
  PHP
@@ -176,4 +181,4 @@ Migration notes
176
 
177
  1.0 - 2014-07-01
178
  ----------------------------------------------------------------------
179
- - First version.
1
  Plugin Name: WPMU Dev code library
2
+ Author: Philipp Stracker, Marcin Pietrzak
3
 
4
  Change Log:
5
  ----------------------------------------------------------------------
6
 
7
+ 3.0.3
8
+ ----------------------------------------------------------------------
9
+ JS
10
+ - Improved scripts to be compatible wit select2 v4.
11
+
12
  3.0.0
13
  ----------------------------------------------------------------------
14
  PHP
181
 
182
  1.0 - 2014-07-01
183
  ----------------------------------------------------------------------
184
+ - First version.
inc/external/wpmu-lib/core.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WPMU Dev code library
4
  * Plugin URI: http://premium.wpmudev.org/
5
  * Description: Framework to support creating WordPress plugins and themes.
6
- * Version: 3.0.1
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: wpmu-lib
@@ -30,7 +30,7 @@
30
  * define( 'WDEV_SEND_P3P', 'CP="CAO OUR"' ) // Overwrite default P3P header
31
  */
32
 
33
- $version = '3.0.1';
34
 
35
  if ( ! function_exists( 'lib3' ) ) {
36
  /**
3
  * Plugin Name: WPMU Dev code library
4
  * Plugin URI: http://premium.wpmudev.org/
5
  * Description: Framework to support creating WordPress plugins and themes.
6
+ * Version: 3.0.3
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: wpmu-lib
30
  * define( 'WDEV_SEND_P3P', 'CP="CAO OUR"' ) // Overwrite default P3P header
31
  */
32
 
33
+ $version = '3.0.3';
34
 
35
  if ( ! function_exists( 'lib3' ) ) {
36
  /**
inc/external/wpmu-lib/js/select2.3.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
  /*!
5
  * https://github.com/select2/select2/blob/master/dist/js/select2.full.js
6
  *
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * https://github.com/select2/select2/blob/master/dist/js/select2.full.js
6
  *
inc/external/wpmu-lib/js/select2.3.min.js CHANGED
@@ -1,6 +1,7 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
- (function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(jQuery)})(function(jQuery){var e=function(){if(jQuery&&jQuery.fn&&jQuery.fn.wpmuiSelect&&jQuery.fn.wpmuiSelect.amd)var e=jQuery.fn.wpmuiSelect.amd;var e;return function(){if(!e||!e.requirejs){e?n=e:e={};var t,n,i;(function(e){function r(e,t){return _.call(e,t)}function o(e,t){var n,i,r,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e&&"."===e.charAt(0))if(t){for(e=e.split("/"),s=e.length-1,y.nodeIdCompat&&b.test(e[s])&&(e[s]=e[s].replace(b,"")),e=h.slice(0,h.length-1).concat(e),u=0;e.length>u;u+=1)if(p=e[u],"."===p)e.splice(u,1),u-=1;else if(".."===p){if(1===u&&(".."===e[2]||".."===e[0]))break;u>0&&(e.splice(u-1,2),u-=2)}e=e.join("/")}else 0===e.indexOf("./")&&(e=e.substring(2));if((h||g)&&f){for(n=e.split("/"),u=n.length;u>0;u-=1){if(i=n.slice(0,u).join("/"),h)for(d=h.length;d>0;d-=1)if(r=f[h.slice(0,d).join("/")],r&&(r=r[i])){o=r,a=u;break}if(o)break;!l&&g&&g[i]&&(l=g[i],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function s(t,n){return function(){var i=$.call(arguments,0);return"string"!=typeof i[0]&&1===i.length&&i.push(null),h.apply(e,i.concat([t,n]))}}function a(e){return function(t){return o(t,e)}}function l(e){return function(t){m[e]=t}}function c(t){if(r(v,t)){var n=v[t];delete v[t],w[t]=!0,p.apply(e,n)}if(!r(m,t)&&!r(w,t))throw Error("No "+t);return m[t]}function u(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function d(e){return function(){return y&&y.config&&y.config[e]||{}}}var p,h,f,g,m={},v={},y={},w={},_=Object.prototype.hasOwnProperty,$=[].slice,b=/\.js$/;f=function(e,t){var n,i=u(e),r=i[0];return e=i[1],r&&(r=o(r,t),n=c(r)),r?e=n&&n.normalize?n.normalize(e,a(t)):o(e,t):(e=o(e,t),i=u(e),r=i[0],e=i[1],r&&(n=c(r))),{f:r?r+"!"+e:e,n:e,pr:r,p:n}},g={require:function(e){return s(e)},exports:function(e){var t=m[e];return t!==void 0?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:d(e)}}},p=function(t,n,i,o){var a,u,d,p,h,y,_=[],$=typeof i;if(o=o||t,"undefined"===$||"function"===$){for(n=!n.length&&i.length?["require","exports","module"]:n,h=0;n.length>h;h+=1)if(p=f(n[h],o),u=p.f,"require"===u)_[h]=g.require(t);else if("exports"===u)_[h]=g.exports(t),y=!0;else if("module"===u)a=_[h]=g.module(t);else if(r(m,u)||r(v,u)||r(w,u))_[h]=c(u);else{if(!p.p)throw Error(t+" missing "+u);p.p.load(p.n,s(o,!0),l(u),{}),_[h]=m[u]}d=i?i.apply(m[t],_):void 0,t&&(a&&a.exports!==e&&a.exports!==m[t]?m[t]=a.exports:d===e&&y||(m[t]=d))}else t&&(m[t]=i)},t=n=h=function(t,n,i,r,o){if("string"==typeof t)return g[t]?g[t](n):c(f(t,n).f);if(!t.splice){if(y=t,y.deps&&h(y.deps,y.callback),!n)return;n.splice?(t=n,n=i,i=null):t=e}return n=n||function(){},"function"==typeof i&&(i=r,r=o),r?p(e,t,n,i):setTimeout(function(){p(e,t,n,i)},4),h},h.config=function(e){return h(e)},t._defined=m,i=function(e,t,n){if("string"!=typeof e)throw Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),r(m,e)||r(v,e)||(v[e]=[e,t,n])},i.amd={jQuery:!0}})(),e.requirejs=t,e.require=n,e.define=i}}(),e.define("almond",function(){}),e.define("jquery",[],function(){var e=jQuery||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(e){function t(e){var t=e.prototype,n=[];for(var i in t){var r=t[i];"function"==typeof r&&"constructor"!==i&&n.push(i)}return n}var n={};n.Extend=function(e,t){function n(){this.constructor=e}var i={}.hasOwnProperty;for(var r in t)i.call(t,r)&&(e[r]=t[r]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},n.Decorate=function(e,n){function i(){var t=Array.prototype.unshift,i=n.prototype.constructor.length,r=e.prototype.constructor;i>0&&(t.call(arguments,e.prototype.constructor),r=n.prototype.constructor),r.apply(this,arguments)}function r(){this.constructor=i}var o=t(n),s=t(e);n.displayName=e.displayName,i.prototype=new r;for(var a=0;s.length>a;a++){var l=s[a];i.prototype[l]=e.prototype[l]}for(var c=(function(e){var t=function(){};e in i.prototype&&(t=i.prototype[e]);var r=n.prototype[e];return function(){var e=Array.prototype.unshift;return e.call(arguments,t),r.apply(this,arguments)}}),u=0;o.length>u;u++){var d=o[u];i.prototype[d]=c(d)}return i};var i=function(){this.listeners={}};return i.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},i.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},i.prototype.invoke=function(e,t){for(var n=0,i=e.length;i>n;n++)e[n].apply(this,t)},n.Observable=i,n.generateChars=function(e){for(var t="",n=0;e>n;n++){var i=Math.floor(36*Math.random());t+=i.toString(36)}return t},n.bind=function(e,t){return function(){e.apply(t,arguments)}},n._convertData=function(e){for(var t in e){var n=t.split("-"),i=e;if(1!==n.length){for(var r=0;n.length>r;r++){var o=n[r];o=o.substring(0,1).toLowerCase()+o.substring(1),o in i||(i[o]={}),r==n.length-1&&(i[o]=e[t]),i=i[o]}delete e[t]}}return e},n.hasScroll=function(t,n){var i=e(n),r=n.style.overflowX,o=n.style.overflowY;return r!==o||"hidden"!==o&&"visible"!==o?"scroll"===r||"scroll"===o?!0:i.innerHeight()<n.scrollHeight||i.innerWidth()<n.scrollWidth:!1},n.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:(e+"").replace(/[&<>"'\/\\]/g,function(e){return t[e]})},n.appendMany=function(t,n){if("1.7"===e.fn.jquery.substr(0,3)){var i=e();e.map(n,function(e){i=i.add(e)}),n=i}t.append(n)},n}),e.define("select2/results",["jquery","./utils"],function(e,t){function n(e,t,i){this.$element=e,this.data=i,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=e('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),r=this.options.get("translations").get(t.message);i.append(n(r(t.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null==e.results||0===e.results.length)return 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}),void 0;e.results=this.sort(e.results);for(var n=0;e.results.length>n;n++){var i=e.results[n],r=this.option(i);t.push(r)}this.$results.append(t)},n.prototype.position=function(e,t){var n=t.find(".select2-results");n.append(e)},n.prototype.sort=function(e){var t=this.options.get("sorter");return t(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var t=this;this.data.current(function(n){var i=e.map(n,function(e){return""+e.id}),r=t.$results.find(".select2-results__option[aria-selected]");r.each(function(){var t=e(this),n=e.data(this,"data"),r=""+n.id;null!=n.element&&n.element.selected||null==n.element&&e.inArray(r,i)>-1?t.attr("aria-selected","true"):t.attr("aria-selected","false")})})},n.prototype.showLoading=function(e){this.hideLoading();var t=this.options.get("translations").get("searching"),n={disabled:!0,loading:!0,text:t(e)},i=this.option(n);i.className+=" loading-results",this.$results.prepend(i)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(t){var n=document.createElement("li");n.className="select2-results__option";var i={role:"treeitem","aria-selected":"false"};t.disabled&&(delete i["aria-selected"],i["aria-disabled"]="true"),null==t.id&&delete i["aria-selected"],null!=t._resultId&&(n.id=t._resultId),t.title&&(n.title=t.title),t.children&&(i.role="group",i["aria-label"]=t.text,delete i["aria-selected"]);for(var r in i){var o=i[r];n.setAttribute(r,o)}if(t.children){var s=e(n),a=document.createElement("strong");a.className="select2-results__group",e(a),this.template(t,a);for(var l=[],c=0;t.children.length>c;c++){var u=t.children[c],d=this.option(u);l.push(d)}var p=e("<ul></ul>",{"class":"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(t,n);return e.data(n,"data",t),n},n.prototype.bind=function(t){var n=this,i=t.id+"-results";this.$results.attr("id",i),t.on("results:all",function(e){n.clear(),n.append(e.data),t.isOpen()&&(n.setClasses(),n.highlightFirstItem())}),t.on("results:append",function(e){n.append(e.data),t.isOpen()&&n.setClasses()}),t.on("query",function(e){n.hideMessages(),n.showLoading(e)}),t.on("select",function(){t.isOpen()&&(n.setClasses(),n.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(n.setClasses(),n.highlightFirstItem())}),t.on("open",function(){n.$results.attr("aria-expanded","true"),n.$results.attr("aria-hidden","false"),n.setClasses(),n.ensureHighlightVisible()}),t.on("close",function(){n.$results.attr("aria-expanded","false"),n.$results.attr("aria-hidden","true"),n.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=n.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=n.getHighlightedResults();if(0!==e.length){var t=e.data("data");"true"==e.attr("aria-selected")?n.trigger("close",{}):n.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=n.getHighlightedResults(),t=n.$results.find("[aria-selected]"),i=t.index(e);if(0!==i){var r=i-1;0===e.length&&(r=0);var o=t.eq(r);o.trigger("mouseenter");var s=n.$results.offset().top,a=o.offset().top,l=n.$results.scrollTop()+(a-s);0===r?n.$results.scrollTop(0):0>a-s&&n.$results.scrollTop(l)}}),t.on("results:next",function(){var e=n.getHighlightedResults(),t=n.$results.find("[aria-selected]"),i=t.index(e),r=i+1;if(!(r>=t.length)){var o=t.eq(r);o.trigger("mouseenter");var s=n.$results.offset().top+n.$results.outerHeight(!1),a=o.offset().top+o.outerHeight(!1),l=n.$results.scrollTop()+a-s;0===r?n.$results.scrollTop(0):a>s&&n.$results.scrollTop(l)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){n.displayMessage(e)}),e.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=n.$results.scrollTop(),i=n.$results.get(0).scrollHeight-t+e.deltaY,r=e.deltaY>0&&0>=t-e.deltaY,o=0>e.deltaY&&n.$results.height()>=i;r?(n.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):o&&(n.$results.scrollTop(n.$results.get(0).scrollHeight-n.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(t){var i=e(this),r=i.data("data");return"true"===i.attr("aria-selected")?(n.options.get("multiple")?n.trigger("unselect",{originalEvent:t,data:r}):n.trigger("close",{}),void 0):(n.trigger("select",{originalEvent:t,data:r}),void 0)}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(){var t=e(this).data("data");n.getHighlightedResults().removeClass("select2-results__option--highlighted"),n.trigger("results:focus",{data:t,element:e(this)})})},n.prototype.getHighlightedResults=function(){var e=this.$results.find(".select2-results__option--highlighted");return e},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]"),n=t.index(e),i=this.$results.offset().top,r=e.offset().top,o=this.$results.scrollTop()+(r-i),s=r-i;o-=2*e.outerHeight(!1),2>=n?this.$results.scrollTop(0):(s>this.$results.outerHeight()||0>s)&&this.$results.scrollTop(o)}},n.prototype.template=function(t,n){var i=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),o=i(t,n);null==o?n.style.display="none":"string"==typeof o?n.innerHTML=r(o):e(n).append(o)},n}),e.define("select2/keys",[],function(){var e={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46};return e}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var t=e('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),t.attr("title",this.$element.attr("title")),t.attr("tabindex",this._tabindex),this.$selection=t,t},i.prototype.bind=function(e){var t=this;e.id+"-container";var i=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){t.trigger("focus",e)}),this.$selection.on("blur",function(e){t._handleBlur(e)}),this.$selection.on("keydown",function(e){t.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){t.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){t.update(e.data)}),e.on("open",function(){t.$selection.attr("aria-expanded","true"),t.$selection.attr("aria-owns",i),t._attachCloseHandler(e)}),e.on("close",function(){t.$selection.attr("aria-expanded","false"),t.$selection.removeAttr("aria-activedescendant"),t.$selection.removeAttr("aria-owns"),t.$selection.focus(),t._detachCloseHandler(e)}),e.on("enable",function(){t.$selection.attr("tabindex",t._tabindex)}),e.on("disable",function(){t.$selection.attr("tabindex","-1")})},i.prototype._handleBlur=function(t){var n=this;window.setTimeout(function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)},1)},i.prototype._attachCloseHandler=function(t){e(document.body).on("mousedown.select2."+t.id,function(t){var n=e(t.target),i=n.closest(".select2"),r=e(".select2.select2-container--open");r.each(function(){var t=e(this);if(this!=i[0]){var n=t.data("element");n.wpmuiSelect("close")}})})},i.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},i.prototype.position=function(e,t){var n=t.find(".selection");n.append(e)},i.prototype.destroy=function(){this._detachCloseHandler(this.container)},i.prototype.update=function(){throw Error("The `update` method must be defined in child classes.")},i}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},i.prototype.bind=function(e){var t=this;i.__super__.bind.apply(this,arguments);var n=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",n),this.$selection.attr("aria-labelledby",n),this.$selection.on("mousedown",function(e){1===e.which&&t.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(){}),this.$selection.on("blur",function(){}),e.on("focus",function(){e.isOpen()||t.$selection.focus()}),e.on("selection:update",function(e){t.update(e.data)})},i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},i.prototype.display=function(e,t){var n=this.options.get("templateSelection"),i=this.options.get("escapeMarkup");return i(n(e,t))},i.prototype.selectionContainer=function(){return e("<span></span>")},i.prototype.update=function(e){if(0===e.length)return this.clear(),void 0;var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().append(i),n.prop("title",t.title||t.text)},i}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(e,t,n){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},i.prototype.bind=function(){var t=this;i.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){t.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(n){if(!t.options.get("disabled")){var i=e(this),r=i.parent(),o=r.data("data");t.trigger("unselect",{originalEvent:n,data:o})}})},i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},i.prototype.display=function(e,t){var n=this.options.get("templateSelection"),i=this.options.get("escapeMarkup");return i(n(e,t))},i.prototype.selectionContainer=function(){var t=e('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>');return t},i.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;e.length>i;i++){var r=e[i],o=this.selectionContainer(),s=this.display(r,o);o.append(s),o.prop("title",r.title||r.text),o.data("data",r),t.push(o)}var a=this.$selection.find(".select2-selection__rendered");n.appendMany(a,t)}},i}),e.define("select2/selection/placeholder",["../utils"],function(){function e(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},e.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id,i=t.length>1;if(i||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},e}),e.define("select2/selection/allowClear",["jquery","../keys"],function(e,t){function n(){}return n.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){i._handleClear(e)}),t.on("keypress",function(e){i._handleKeyboardClear(e,t)})},n.prototype._handleClear=function(e,t){if(!this.options.get("disabled")){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();for(var i=n.data("data"),r=0;i.length>r;r++){var o={data:i[r]};if(this.trigger("unselect",o),o.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},n.prototype._handleKeyboardClear=function(e,n,i){i.isOpen()||(n.which==t.DELETE||n.which==t.BACKSPACE)&&this._handleClear(n)},n.prototype.update=function(t,n){if(t.call(this,n),!(this.$selection.find(".select2-selection__placeholder").length>0||0===n.length)){var i=e('<span class="select2-selection__clear">&times;</span>');i.data("data",n),this.$selection.find(".select2-selection__rendered").prepend(i)}},n}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(e,t,n){function i(e,t,n){e.call(this,t,n)}return i.prototype.render=function(t){var n=e('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=n,this.$search=n.find("input");var i=t.call(this);return this._transferTabIndex(),i},i.prototype.bind=function(e,t,i){var r=this;e.call(this,t,i),t.on("open",function(){r.$search.trigger("focus")}),t.on("close",function(){r.$search.val(""),r.$search.removeAttr("aria-activedescendant"),r.$search.trigger("focus")}),t.on("enable",function(){r.$search.prop("disabled",!1),r._transferTabIndex()}),t.on("disable",function(){r.$search.prop("disabled",!0)}),t.on("focus",function(){r.$search.trigger("focus")}),t.on("results:focus",function(e){r.$search.attr("aria-activedescendant",e.id)}),this.$selection.on("focusin",".select2-search--inline",function(e){r.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){r._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){e.stopPropagation(),r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented();var t=e.which;if(t===n.BACKSPACE&&""===r.$search.val()){var i=r.$searchContainer.prev(".select2-selection__choice");if(i.length>0){var o=i.data("data");r.searchRemoveChoice(o),e.preventDefault()}}});var o=document.documentMode,s=o&&11>=o;this.$selection.on("input.searchcheck",".select2-search--inline",function(){return s?(r.$selection.off("input.search input.searchcheck"),void 0):(r.$selection.off("keyup.search"),void 0)}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)return r.$selection.off("input.search input.searchcheck"),void 0;var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&r.handleSearch(e)})},i.prototype._transferTabIndex=function(){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},i.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},i.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.focus()},i.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},i.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},i.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";if(""!==this.$search.attr("placeholder"))e=this.$selection.find(".select2-selection__rendered").innerWidth();else{var t=this.$search.val().length+1;e=.75*t+"em"}this.$search.css("width",e)},i}),e.define("select2/selection/eventRelay",["jquery"],function(e){function t(){}return t.prototype.bind=function(t,n,i){var r=this,o=["open","opening","close","closing","select","selecting","unselect","unselecting"],s=["opening","closing","selecting","unselecting"];t.call(this,n,i),n.on("*",function(t,n){if(-1!==e.inArray(t,o)){n=n||{};var i=e.Event("select2:"+t,{params:n});r.$element.trigger(i),-1!==e.inArray(t,s)&&(n.prevented=i.isDefaultPrevented())}})},t}),e.define("select2/translation",["jquery","require"],function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var i=t(e);n._cache[e]=i}return new n(n._cache[e])},n}),e.define("select2/diacritics",[],function(){var e={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};return e}),e.define("select2/data/base",["../utils"],function(e){function t(){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(){throw Error("The `current` method must be defined in child classes.")},t.prototype.query=function(){throw Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var i=t.id+"-result-";return i+=e.generateChars(4),i+=null!=n.id?"-"+(""+n.id):"-"+e.generateChars(4)},t}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var t=[],i=this;this.$element.find(":selected").each(function(){var e=n(this),r=i.item(e);t.push(r)}),e(t)},i.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option"))return e.element.selected=!0,this.$element.trigger("change"),void 0;
5
- if(this.$element.prop("multiple"))this.current(function(i){var r=[];e=[e],e.push.apply(e,i);for(var o=0;e.length>o;o++){var s=e[o].id;-1===n.inArray(s,r)&&r.push(s)}t.$element.val(r),t.$element.trigger("change")});else{var i=e.id;this.$element.val(i),this.$element.trigger("change")}},i.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple"))return e.selected=!1,n(e.element).is("option")?(e.element.selected=!1,this.$element.trigger("change"),void 0):(this.current(function(i){for(var r=[],o=0;i.length>o;o++){var s=i[o].id;s!==e.id&&-1===n.inArray(s,r)&&r.push(s)}t.$element.val(r),t.$element.trigger("change")}),void 0)},i.prototype.bind=function(e){var t=this;this.container=e,e.on("select",function(e){t.select(e.data)}),e.on("unselect",function(e){t.unselect(e.data)})},i.prototype.destroy=function(){this.$element.find("*").each(function(){n.removeData(this,"data")})},i.prototype.query=function(e,t){var i=[],r=this,o=this.$element.children();o.each(function(){var t=n(this);if(t.is("option")||t.is("optgroup")){var o=r.item(t),s=r.matches(e,o);null!==s&&i.push(s)}}),t({results:i})},i.prototype.addOptions=function(e){t.appendMany(this.$element,e)},i.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup"),t.label=e.text):(t=document.createElement("option"),void 0!==t.textContent?t.textContent=e.text:t.innerText=e.text),e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var i=n(t),r=this._normalizeItem(e);return r.element=t,n.data(t,"data",r),i},i.prototype.item=function(e){var t={};if(t=n.data(e[0],"data"),null!=t)return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),r=[],o=0;i.length>o;o++){var s=n(i[o]),a=this.item(s);r.push(a)}t.children=r}return t=this._normalizeItem(t),t.element=e[0],n.data(e[0],"data",t),t},i.prototype._normalizeItem=function(e){n.isPlainObject(e)||(e={id:e,text:e}),e=n.extend({},{text:""},e);var t={selected:!1,disabled:!1};return null!=e.id&&(e.id=""+e.id),null!=e.text&&(e.text=""+e.text),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},t,e)},i.prototype.matches=function(e,t){var n=this.options.get("matcher");return n(e,t)},i}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,t,n){function i(e,t){var n=t.get("data")||[];i.__super__.constructor.call(this,e,t),this.addOptions(this.convertToOptions(n))}return t.Extend(i,e),i.prototype.select=function(e){var t=this.$element.find("option").filter(function(t,n){return n.value==""+e.id});0===t.length&&(t=this.option(e),this.addOptions(t)),i.__super__.select.call(this,e)},i.prototype.convertToOptions=function(e){function i(e){return function(){return n(this).val()==e.id}}for(var r=this,o=this.$element.find("option"),s=o.map(function(){return r.item(n(this)).id}).get(),a=[],l=0;e.length>l;l++){var c=this._normalizeItem(e[l]);if(n.inArray(c.id,s)>=0){var u=o.filter(i(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h)}else{var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}a.push(f)}}return a},i}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,n){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,i){var r=n.ajax(e);return r.then(t),r.fail(i),r}};return n.extend({},t,e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(e,t){function i(){var i=o.transport(o,function(i){var o=r.processResults(i,e);r.options.get("debug")&&window.console&&console.error&&(o&&o.results&&n.isArray(o.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(o)},function(){i.status&&"0"===i.status||r.trigger("results:message",{message:"errorLoading"})});r._request=i}var r=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var o=n.extend({type:"GET"},this.ajaxOptions);"function"==typeof o.url&&(o.url=o.url.call(this.$element,e)),"function"==typeof o.data&&(o.data=o.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(i,this.ajaxOptions.delay)):i()},i}),e.define("select2/data/tags",["jquery"],function(e){function t(t,n,i){var r=i.get("tags"),o=i.get("createTag");void 0!==o&&(this.createTag=o);var s=i.get("insertTag");if(void 0!==s&&(this.insertTag=s),t.call(this,n,i),e.isArray(r))for(var a=0;r.length>a;a++){var l=r[a],c=this._normalizeItem(l),u=this.option(c);this.$element.append(u)}}return t.prototype.query=function(e,t,n){function i(e,o){for(var s=e.results,a=0;s.length>a;a++){var l=s[a],c=null!=l.children&&!i({results:l.children},!0),u=l.text===t.term;if(u||c)return o?!1:(e.data=s,n(e),void 0)}if(o)return!0;var d=r.createTag(t);if(null!=d){var p=r.option(d);p.attr("data-select2-tag",!0),r.addOptions([p]),r.insertTag(s,d)}e.results=s,n(e)}var r=this;return this._removeOldTags(),null==t.term||null!=t.page?(e.call(this,t,n),void 0):(e.call(this,t,i),void 0)},t.prototype.createTag=function(t,n){var i=e.trim(n.term);return""===i?null:{id:i,text:i}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(){this._lastTag;var t=this.$element.find("option[data-select2-tag]");t.each(function(){this.selected||e(this).remove()})},t}),e.define("select2/data/tokenizer",["jquery"],function(e){function t(e,t,n){var i=n.get("tokenizer");void 0!==i&&(this.tokenizer=i),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,i){function r(t){var n=s._normalizeItem(t),i=s.$element.find("option").filter(function(){return e(this).val()===n.id});if(!i.length){var r=s.option(n);r.attr("data-select2-tag",!0),s._removeOldTags(),s.addOptions([r])}o(n)}function o(e){s.trigger("select",{data:e})}var s=this;n.term=n.term||"";var a=this.tokenizer(n,this.options,r);a.term!==n.term&&(this.$search.length&&(this.$search.val(a.term),this.$search.focus()),n.term=a.term),t.call(this,n,i)},t.prototype.tokenizer=function(t,n,i,r){for(var o=i.get("tokenSeparators")||[],s=n.term,a=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};s.length>a;){var c=s[a];if(-1!==e.inArray(c,o)){var u=s.substr(0,a),d=e.extend({},n,{term:u}),p=l(d);null!=p?(r(p),s=s.substr(a+1)||"",a=0):a++}else a++}return{term:s}},t}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){return t.term=t.term||"",t.term.length<this.minimumInputLength?(this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}),void 0):(e.call(this,t,n),void 0)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){return t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?(this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}),void 0):(e.call(this,t,n),void 0)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){var i=this;this.current(function(r){var o=null!=r?r.length:0;return i.maximumSelectionLength>0&&o>=i.maximumSelectionLength?(i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}),void 0):(e.call(i,t,n),void 0)})},e}),e.define("select2/dropdown",["jquery","./utils"],function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),i=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=i,this.$search=i.find("input"),n.prepend(i),n},t.prototype.bind=function(t,n,i){var r=this;t.call(this,n,i),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(){e(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),n.on("open",function(){r.$search.attr("tabindex",0),r.$search.focus(),window.setTimeout(function(){r.$search.focus()},0)}),n.on("close",function(){r.$search.attr("tabindex",-1),r.$search.val("")}),n.on("focus",function(){n.isOpen()&&r.$search.focus()}),n.on("results:all",function(e){if(null==e.query.term||""===e.query.term){var t=r.showSearch(e);t?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide")}})},t.prototype.handleSearch=function(){if(!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},t.prototype.showSearch=function(){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;i>=0;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(e){function t(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&this.$results.append(this.$loadingMore)},t.prototype.bind=function(t,n,i){var r=this;t.call(this,n,i),n.on("query",function(e){r.lastParams=e,r.loading=!0}),n.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",function(){var t=e.contains(document.documentElement,r.$loadingMore[0]);if(!r.loading&&t){var n=r.$results.offset().top+r.$results.outerHeight(!1),i=r.$loadingMore.offset().top+r.$loadingMore.outerHeight(!1);n+50>=i&&r.loadMore()}})},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(e,t){function n(t,n,i){this.$dropdownParent=i.get("dropdownParent")||e(document.body),t.call(this,n,i)}return n.prototype.bind=function(e,t,n){var i=this,r=!1;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),r||(r=!0,t.on("results:all",function(){i._positionDropdown(),i._resizeDropdown()}),t.on("results:append",function(){i._positionDropdown(),i._resizeDropdown()}))}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),i=t.call(this);return n.append(i),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(){this.$dropdownContainer.detach()},n.prototype._attachPositioningHandler=function(n,i){var r=this,o="scroll.select2."+i.id,s="resize.select2."+i.id,a="orientationchange.select2."+i.id,l=this.$container.parents().filter(t.hasScroll);l.each(function(){e(this).data("select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})}),l.on(o,function(){var t=e(this).data("select2-scroll-position");e(this).scrollTop(t.y)}),e(window).on(o+" "+s+" "+a,function(){r._positionDropdown(),r._resizeDropdown()})},n.prototype._detachPositioningHandler=function(n,i){var r="scroll.select2."+i.id,o="resize.select2."+i.id,s="orientationchange.select2."+i.id,a=this.$container.parents().filter(t.hasScroll);a.off(r),e(window).off(r+" "+o+" "+s)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),r=null,o=this.$container.offset();o.bottom=o.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=o.top,s.bottom=o.top+s.height;var a={height:this.$dropdown.outerHeight(!1)},l={top:t.scrollTop(),bottom:t.scrollTop()+t.height()},c=l.top<o.top-a.height,u=l.bottom>o.bottom+a.height,d={left:o.left,top:s.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h=p.offset();d.top-=h.top,d.left-=h.left,n||i||(r="below"),u||!c||n?!c&&u&&n&&(r="below"):r="above",("above"==r||n&&"below"!==r)&&(d.top=s.top-h.top-a.height),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(t){for(var n=0,i=0;t.length>i;i++){var r=t[i];r.children?n+=e(r.children):n++}return n}function t(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),0>this.minimumResultsForSearch&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return t.prototype.showSearch=function(t,n){return e(n.data.results)<this.minimumResultsForSearch?!1:t.call(this,n)},t}),e.define("select2/dropdown/selectOnClose",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("close",function(e){i._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var i=this.getHighlightedResults();if(!(1>i.length)){var r=i.data("data");null!=r.element&&r.element.selected||null==r.element&&r.selected||this.trigger("select",{data:r})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(e){i._selectTriggered(e)}),t.on("unselect",function(e){i._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&n.ctrlKey||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(e,t,n,i,r,o,s,a,l,c,u,d,p,h,f,g,m,v,y,w,_,$,b,x,A,C,S,O,E){function D(){this.reset()}D.prototype.apply=function(d){if(d=e.extend(!0,{},this.defaults,d),null==d.dataAdapter){if(d.dataAdapter=null!=d.ajax?f:null!=d.data?h:p,d.minimumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,v)),d.maximumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,y)),d.maximumSelectionLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,w)),d.tags&&(d.dataAdapter=c.Decorate(d.dataAdapter,g)),(null!=d.tokenSeparators||null!=d.tokenizer)&&(d.dataAdapter=c.Decorate(d.dataAdapter,m)),null!=d.query){var E=t(d.amdBase+"compat/query");d.dataAdapter=c.Decorate(d.dataAdapter,E)}if(null!=d.initSelection){var D=t(d.amdBase+"compat/initSelection");d.dataAdapter=c.Decorate(d.dataAdapter,D)}}if(null==d.resultsAdapter&&(d.resultsAdapter=n,null!=d.ajax&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,x)),null!=d.placeholder&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,b)),d.selectOnClose&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,S))),null==d.dropdownAdapter){if(d.multiple)d.dropdownAdapter=_;else{var T=c.Decorate(_,$);d.dropdownAdapter=T}if(0!==d.minimumResultsForSearch&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,C)),d.closeOnSelect&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,O)),null!=d.dropdownCssClass||null!=d.dropdownCss||null!=d.adaptDropdownCssClass){var q=t(d.amdBase+"compat/dropdownCss");d.dropdownAdapter=c.Decorate(d.dropdownAdapter,q)}d.dropdownAdapter=c.Decorate(d.dropdownAdapter,A)}if(null==d.selectionAdapter){if(d.selectionAdapter=d.multiple?r:i,null!=d.placeholder&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,o)),d.allowClear&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,s)),d.multiple&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,a)),null!=d.containerCssClass||null!=d.containerCss||null!=d.adaptContainerCssClass){var j=t(d.amdBase+"compat/containerCss");d.selectionAdapter=c.Decorate(d.selectionAdapter,j)}d.selectionAdapter=c.Decorate(d.selectionAdapter,l)}if("string"==typeof d.language)if(d.language.indexOf("-")>0){var L=d.language.split("-"),k=L[0];d.language=[d.language,k]}else d.language=[d.language];if(e.isArray(d.language)){var P=new u;d.language.push("en");for(var I=d.language,M=0;I.length>M;M++){var R=I[M],z={};try{z=u.loadPath(R)}catch(H){try{R=this.defaults.amdLanguageBase+R,z=u.loadPath(R)}catch(U){d.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+R+'" could not be '+"automatically loaded. A fallback will be used instead.");continue}}P.extend(z)}d.translations=P}else{var N=u.loadPath(this.defaults.amdLanguageBase+"en"),B=new u(d.language);B.extend(N),d.translations=B}return d},D.prototype.reset=function(){function t(e){function t(e){return d[e]||e}return e.replace(/[^\u0000-\u007E]/g,t)}function n(i,r){if(""===e.trim(i.term))return r;if(r.children&&r.children.length>0){for(var o=e.extend(!0,{},r),s=r.children.length-1;s>=0;s--){var a=r.children[s],l=n(i,a);null==l&&o.children.splice(s,1)}return o.children.length>0?o:n(i,o)}var c=t(r.text).toUpperCase(),u=t(i.term).toUpperCase();return c.indexOf(u)>-1?r:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!0,escapeMarkup:c.escapeMarkup,language:E,matcher:n,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,containerCssClass:"wpmui-select2 :all:",dropdownCssClass:"wpmui-select2",sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},D.prototype.set=function(t,n){var i=e.camelCase(t),r={};r[i]=n;var o=c._convertData(r);e.extend(this.defaults,o)};var T=new D;return T}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(e,t,n,i){function r(t,r){if(this.options=t,null!=r&&this.fromElement(r),this.options=n.apply(this.options),r&&r.is("input")){var o=e(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=i.Decorate(this.options.dataAdapter,o)}}return r.prototype.fromElement=function(e){var n=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.language&&(e.prop("lang")?this.options.language=e.prop("lang").toLowerCase():e.closest("[lang]").prop("lang")&&(this.options.language=e.closest("[lang]").prop("lang"))),null==this.options.dir&&(this.options.dir=e.prop("dir")?e.prop("dir"):e.closest("[dir]").prop("dir")?e.closest("[dir]").prop("dir"):"ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),e.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),e.data("data",e.data("select2Tags")),e.data("tags",!0)),e.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",e.data("ajaxUrl")),e.data("ajax--url",e.data("ajaxUrl")));var r={};r=t.fn.jquery&&"1."==t.fn.jquery.substr(0,2)&&e[0].dataset?t.extend(!0,{},e[0].dataset,e.data()):e.data();var o=t.extend(!0,{},r);o=i._convertData(o);for(var s in o)t.inArray(s,n)>-1||(t.isPlainObject(this.options[s])?t.extend(this.options[s],o[s]):this.options[s]=o[s]);return this},r.prototype.get=function(e){return this.options[e]},r.prototype.set=function(e,t){this.options[e]=t},r}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(e,t,n,i){var r=function(e,n){null!=e.data("select2")&&e.data("select2").destroy(),this.$element=e,this.id=this._generateId(e),n=n||{},this.options=new t(n,e),r.__super__.constructor.call(this);var i=e.attr("tabindex")||0;e.data("old-tabindex",i),e.attr("tabindex","-1");var o=this.options.get("dataAdapter");this.dataAdapter=new o(e,this.options);var s=this.render();this._placeContainer(s);var a=this.options.get("selectionAdapter");this.selection=new a(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var l=this.options.get("dropdownAdapter");this.dropdown=new l(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var u=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){u.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),e.data("select2",this)};return n.Extend(r,n.Observable),r.prototype._generateId=function(e){var t="";return t=null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4),t=t.replace(/(:|\.|\[|\]|,)/g,""),t="select2-"+t},r.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},r.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var r=e.outerWidth(!1);return 0>=r?"auto":r+"px"}if("style"==t){var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;l>a;a+=1){var c=s[a].replace(/\s/g,""),u=c.match(n);if(null!==u&&u.length>=1)return u[1]}return null}return t},r.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},r.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=i?(this._observer=new i(function(n){e.each(n,t._syncA),e.each(n,t._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},r.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",function(){t.toggleDropdown()}),this.selection.on("focus",function(e){t.focus(e)}),this.selection.on("*",function(i,r){-1===e.inArray(i,n)&&t.trigger(i,r)})},r.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerEvents=function(){var e=this;this.on("open",function(){e.$container.addClass("select2-container--open")}),this.on("close",function(){e.$container.removeClass("select2-container--open")}),this.on("enable",function(){e.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){e.$container.addClass("select2-container--disabled")}),this.on("blur",function(){e.$container.removeClass("select2-container--focus")}),this.on("query",function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,function(n){e.trigger("results:all",{data:n,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(n){e.trigger("results:append",{data:n,query:t})})}),this.on("keypress",function(t){var n=t.which;e.isOpen()?n===i.ESC||n===i.TAB||n===i.UP&&t.altKey?(e.close(),t.preventDefault()):n===i.ENTER?(e.trigger("results:select",{}),t.preventDefault()):n===i.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):n===i.UP?(e.trigger("results:previous",{}),t.preventDefault()):n===i.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(n===i.ENTER||n===i.SPACE||n===i.DOWN&&t.altKey)&&(e.open(),t.preventDefault())})},r.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},r.prototype._syncSubtree=function(e,t){var n=!1,i=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&t.addedNodes.length>0)for(var r=0;t.addedNodes.length>r;r++){var o=t.addedNodes[r];o.selected&&(n=!0)}else t.removedNodes&&t.removedNodes.length>0&&(n=!0);else n=!0;n&&this.dataAdapter.current(function(e){i.trigger("selection:update",{data:e})})}},r.prototype.trigger=function(e,t){var n=r.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===t&&(t={}),e in i){var o=i[e],s={prevented:!1,name:e,args:t};if(n.call(this,o,s),s.prevented)return t.prevented=!0,void 0}n.call(this,e,t)},r.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},r.prototype.open=function(){this.isOpen()||this.trigger("query",{})},r.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},r.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},r.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},r.prototype.focus=function(){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},r.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(null==e||0===e.length)&&(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},r.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current(function(t){e=t}),e},r.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];e.isArray(n)&&(n=e.map(n,function(e){return""+e})),this.$element.val(n).trigger("change")},r.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},r.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');
6
- return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),t.data("element",this.$element),t},r}),e.define("select2/compat/utils",["jquery"],function(e){function t(t,n,i){var r,o,s=[];r=e.trim(t.attr("class")),r&&(r=""+r,e(r.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&s.push(this)})),r=e.trim(n.attr("class")),r&&(r=""+r,e(r.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&(o=i(this),null!=o&&s.push(o))})),t.attr("class",s.join(" "))}return{syncCssClasses:t}}),e.define("select2/compat/containerCss",["jquery","./utils"],function(e,t){function n(){return null}function i(){}return i.prototype.render=function(i){var r=i.call(this),o=this.options.get("containerCssClass")||"";e.isFunction(o)&&(o=o(this.$element));var s=this.options.get("adaptContainerCssClass");if(s=s||n,-1!==o.indexOf(":all:")){o=o.replace(":all:","");var a=s;s=function(e){var t=a(e);return null!=t?t+" "+e:e}}var l=this.options.get("containerCss")||{};return e.isFunction(l)&&(l=l(this.$element)),t.syncCssClasses(r,this.$element,s),r.css(l),r.addClass(o),r},i}),e.define("select2/compat/dropdownCss",["jquery","./utils"],function(e,t){function n(){return null}function i(){}return i.prototype.render=function(i){var r=i.call(this),o=this.options.get("dropdownCssClass")||"";e.isFunction(o)&&(o=o(this.$element));var s=this.options.get("adaptDropdownCssClass");if(s=s||n,-1!==o.indexOf(":all:")){o=o.replace(":all:","");var a=s;s=function(e){var t=a(e);return null!=t?t+" "+e:e}}var l=this.options.get("dropdownCss")||{};return e.isFunction(l)&&(l=l(this.$element)),t.syncCssClasses(r,this.$element,s),r.css(l),r.addClass(o),r},i}),e.define("select2/compat/initSelection",["jquery"],function(e){function t(e,t,n){n.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=n.get("initSelection"),this._isInitialized=!1,e.call(this,t,n)}return t.prototype.current=function(t,n){var i=this;return this._isInitialized?(t.call(this,n),void 0):(this.initSelection.call(null,this.$element,function(t){i._isInitialized=!0,e.isArray(t)||(t=[t]),n(t)}),void 0)},t}),e.define("select2/compat/inputData",["jquery"],function(e){function t(e,t,n){this._currentData=[],this._valueSeparator=n.get("valueSeparator")||",","hidden"===t.prop("type")&&n.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),e.call(this,t,n)}return t.prototype.current=function(t,n){function i(t,n){var r=[];return t.selected||-1!==e.inArray(t.id,n)?(t.selected=!0,r.push(t)):t.selected=!1,t.children&&r.push.apply(r,i(t.children,n)),r}for(var r=[],o=0;this._currentData.length>o;o++){var s=this._currentData[o];r.push.apply(r,i(s,this.$element.val().split(this._valueSeparator)))}n(r)},t.prototype.select=function(t,n){if(this.options.get("multiple")){var i=this.$element.val();i+=this._valueSeparator+n.id,this.$element.val(i),this.$element.trigger("change")}else this.current(function(t){e.map(t,function(e){e.selected=!1})}),this.$element.val(n.id),this.$element.trigger("change")},t.prototype.unselect=function(e,t){var n=this;t.selected=!1,this.current(function(e){for(var i=[],r=0;e.length>r;r++){var o=e[r];t.id!=o.id&&i.push(o.id)}n.$element.val(i.join(n._valueSeparator)),n.$element.trigger("change")})},t.prototype.query=function(e,t,n){for(var i=[],r=0;this._currentData.length>r;r++){var o=this._currentData[r],s=this.matches(t,o);null!==s&&i.push(s)}n({results:i})},t.prototype.addOptions=function(t,n){var i=e.map(n,function(t){return e.data(t[0],"data")});this._currentData.push.apply(this._currentData,i)},t}),e.define("select2/compat/matcher",["jquery"],function(e){function t(t){function n(n,i){var r=e.extend(!0,{},i);if(null==n.term||""===e.trim(n.term))return r;if(i.children){for(var o=i.children.length-1;o>=0;o--){var s=i.children[o],a=t(n.term,s.text,s);a||r.children.splice(o,1)}if(r.children.length>0)return r}return t(n.term,i.text,i)?r:null}return n}return t}),e.define("select2/compat/query",[],function(){function e(e,t,n){n.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.callback=n;var i=this.options.get("query");i.call(null,t)},e}),e.define("select2/dropdown/attachContainer",[],function(){function e(e,t,n){e.call(this,t,n)}return e.prototype.position=function(e,t,n){var i=n.find(".dropdown-wrapper");i.append(t),t.addClass("select2-dropdown--below"),n.addClass("select2-container--below")},e}),e.define("select2/dropdown/stopPropagation",[],function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n);var i=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$dropdown.on(i.join(" "),function(e){e.stopPropagation()})},e}),e.define("select2/selection/stopPropagation",[],function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n);var i=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$selection.on(i.join(" "),function(e){e.stopPropagation()})},e}),function(t){"function"==typeof e.define&&e.define.amd?e.define("jquery-mousewheel",["jquery"],t):"object"==typeof exports?module.exports=t:t(jQuery)}(function(e){function t(t){var s=t||window.event,a=l.call(arguments,1),c=0,d=0,p=0,h=0,f=0,g=0;if(t=e.event.fix(s),t.type="mousewheel","detail"in s&&(p=-1*s.detail),"wheelDelta"in s&&(p=s.wheelDelta),"wheelDeltaY"in s&&(p=s.wheelDeltaY),"wheelDeltaX"in s&&(d=-1*s.wheelDeltaX),"axis"in s&&s.axis===s.HORIZONTAL_AXIS&&(d=-1*p,p=0),c=0===p?d:p,"deltaY"in s&&(p=-1*s.deltaY,c=p),"deltaX"in s&&(d=s.deltaX,0===p&&(c=-1*d)),0!==p||0!==d){if(1===s.deltaMode){var m=e.data(this,"mousewheel-line-height");c*=m,p*=m,d*=m}else if(2===s.deltaMode){var v=e.data(this,"mousewheel-page-height");c*=v,p*=v,d*=v}if(h=Math.max(Math.abs(p),Math.abs(d)),(!o||o>h)&&(o=h,i(s,h)&&(o/=40)),i(s,h)&&(c/=40,d/=40,p/=40),c=Math[c>=1?"floor":"ceil"](c/o),d=Math[d>=1?"floor":"ceil"](d/o),p=Math[p>=1?"floor":"ceil"](p/o),u.settings.normalizeOffset&&this.getBoundingClientRect){var y=this.getBoundingClientRect();f=t.clientX-y.left,g=t.clientY-y.top}return t.deltaX=d,t.deltaY=p,t.deltaFactor=o,t.offsetX=f,t.offsetY=g,t.deltaMode=0,a.unshift(t,c,d,p),r&&clearTimeout(r),r=setTimeout(n,200),(e.event.dispatch||e.event.handle).apply(this,a)}}function n(){o=null}function i(e,t){return u.settings.adjustOldDeltas&&"mousewheel"===e.type&&0===t%120}var r,o,s=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],a="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],l=Array.prototype.slice;if(e.event.fixHooks)for(var c=s.length;c;)e.event.fixHooks[s[--c]]=e.event.mouseHooks;var u=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var n=a.length;n;)this.addEventListener(a[--n],t,!1);else this.onmousewheel=t;e.data(this,"mousewheel-line-height",u.getLineHeight(this)),e.data(this,"mousewheel-page-height",u.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var n=a.length;n;)this.removeEventListener(a[--n],t,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var n=e(t),i=n["offsetParent"in e.fn?"offsetParent":"parent"]();return i.length||(i=e("body")),parseInt(i.css("fontSize"),10)||parseInt(n.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(e,t,n,i){if(null==e.fn.wpmuiSelect){var r=["open","close","destroy"];e.fn.wpmuiSelect=function(t){if(t=t||{},"object"==typeof t)return this.each(function(){var i=e.extend(!0,{},t);new n(e(this),i)}),this;if("string"==typeof t){var i,o=Array.prototype.slice.call(arguments,1);return this.each(function(){var n=e(this).data("select2");null==n&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an "+"element that is not using Select2."),i=n[t].apply(n,o)}),e.inArray(t,r)>-1?this:i}throw Error("Invalid arguments for Select2: "+t)}}return null==e.fn.wpmuiSelect.defaults&&(e.fn.wpmuiSelect.defaults=i),n}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return jQuery.fn.wpmuiSelect.amd=e,t});
 
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(jQuery){var a=function(){if(jQuery&&jQuery.fn&&jQuery.fn.wpmuiSelect&&jQuery.fn.wpmuiSelect.amd)var a=jQuery.fn.wpmuiSelect.amd;var a;return function(){if(!a||!a.requirejs){a?c=a:a={};var b,c,d;!function(a){function e(a,b){return u.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=s.map,p=o&&o["*"]||{};if(a&&"."===a.charAt(0))if(b){for(a=a.split("/"),g=a.length-1,s.nodeIdCompat&&w.test(a[g])&&(a[g]=a[g].replace(w,"")),a=n.slice(0,n.length-1).concat(a),k=0;k<a.length;k+=1)if("."===(m=a[k]))a.splice(k,1),k-=1;else if(".."===m){if(1===k&&(".."===a[2]||".."===a[0]))break;k>0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((n||p)&&o){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),n)for(l=n.length;l>0;l-=1)if((e=o[n.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(b,c){return function(){var d=v.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),n.apply(a,d.concat([b,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){q[a]=b}}function j(b){if(e(r,b)){var c=r[b];delete r[b],t[b]=!0,m.apply(a,c)}if(!e(q,b)&&!e(t,b))throw new Error("No "+b);return q[b]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return function(){return s&&s.config&&s.config[a]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a,b){var c,d=k(a),e=d[0];return a=d[1],e&&(e=f(e,b),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(b)):f(a,b):(a=f(a,b),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},p={require:function(a){return g(a)},exports:function(a){var b=q[a];return void 0!==b?b:q[a]={}},module:function(a){return{id:a,uri:"",exports:q[a],config:l(a)}}},m=function(b,c,d,f){var h,k,l,m,n,s,u=[],v=typeof d;if(f=f||b,"undefined"===v||"function"===v){for(c=!c.length&&d.length?["require","exports","module"]:c,n=0;n<c.length;n+=1)if(m=o(c[n],f),"require"===(k=m.f))u[n]=p.require(b);else if("exports"===k)u[n]=p.exports(b),s=!0;else if("module"===k)h=u[n]=p.module(b);else if(e(q,k)||e(r,k)||e(t,k))u[n]=j(k);else{if(!m.p)throw new Error(b+" missing "+k);m.p.load(m.n,g(f,!0),i(k),{}),u[n]=q[k]}l=d?d.apply(q[b],u):void 0,b&&(h&&h.exports!==a&&h.exports!==q[b]?q[b]=h.exports:l===a&&s||(q[b]=l))}else b&&(q[b]=d)},b=c=n=function(b,c,d,e,f){if("string"==typeof b)return p[b]?p[b](c):j(o(b,c).f);if(!b.splice){if(s=b,s.deps&&n(s.deps,s.callback),!c)return;c.splice?(b=c,c=d,d=null):b=a}return c=c||function(){},"function"==typeof d&&(d=e,e=f),e?m(a,b,c,d):setTimeout(function(){m(a,b,c,d)},4),n},n.config=function(a){return n(a)},b._defined=q,d=function(a,b,c){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");b.splice||(c=b,b=[]),e(q,a)||e(r,a)||(r[a]=[a,b,c])},d.amd={jQuery:!0}}(),a.requirejs=b,a.require=c,a.define=d}}(),a.define("almond",function(){}),a.define("jquery",[],function(){var a=jQuery||$;return null==a&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),a}),a.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b){"function"==typeof b[d]&&("constructor"!==d&&c.push(d))}return c}var c={};c.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},c.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;d>0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=0;j<f.length;j++){var k=f[j];d.prototype[k]=function(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){return Array.prototype.unshift.call(arguments,b),e.apply(this,arguments)}}(k)}return d};var d=function(){this.listeners={}};return d.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},d.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),c[0]._type=a,a in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},d.prototype.invoke=function(a,b){for(var c=0,d=a.length;c<d;c++)a[c].apply(this,b)},c.Observable=d,c.generateChars=function(a){for(var b="",c=0;c<a;c++){b+=Math.floor(36*Math.random()).toString(36)}return b},c.bind=function(a,b){return function(){a.apply(b,arguments)}},c._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];f=f.substring(0,1).toLowerCase()+f.substring(1),f in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},c.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return(e!==f||"hidden"!==f&&"visible"!==f)&&("scroll"===e||"scroll"===f||(d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth))},c.escapeMarkup=function(a){var b={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),a.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)},c.prototype.position=function(a,b){b.find(".select2-results").append(a)},c.prototype.sort=function(a){return this.options.get("sorter")(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");b.length>0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[aria-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j<b.children.length;j++){var k=b.children[j],l=this.option(k);i.push(l)}var m=a("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("aria-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),a.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),a.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&b.data("element").wpmuiSelect("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),a.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),a.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g),f.prop("title",e.title||e.text),f.data("data",e),b.push(f)}var h=this.$selection.find(".select2-selection__rendered");c.appendMany(h,b)}},d}),a.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id;if(b.length>1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),a.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e<d.length;e++){var f={data:d[e]};if(this.trigger("unselect",f),f.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},c.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||c.which!=b.DELETE&&c.which!=b.BACKSPACE||this._handleClear(c)},c.prototype.update=function(b,c){if(b.call(this,c),!(this.$selection.find(".select2-selection__placeholder").length>0||0===c.length)){var d=a('<span class="select2-selection__clear">&times;</span>');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),a.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),a.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),a.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),a.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),a.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),a.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d)
6
+ ;for(var f=0;f<a.length;f++){var g=a[f].id;-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple")){if(a.selected=!1,c(a.element).is("option"))return a.element.selected=!1,void this.$element.trigger("change");this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")})}},d.prototype.bind=function(a,b){var c=this;this.container=a,a.on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){c.removeData(this,"data")})},d.prototype.query=function(a,b){var d=[],e=this;this.$element.children().each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var b;a.children?(b=document.createElement("optgroup"),b.label=a.text):(b=document.createElement("option"),void 0!==b.textContent?b.textContent=a.text:b.innerText=a.text),a.id&&(b.value=a.id),a.disabled&&(b.disabled=!0),a.selected&&(b.selected=!0),a.title&&(b.title=a.title);var d=c(b),e=this._normalizeItem(a);return e.element=b,c.data(b,"data",e),d},d.prototype.item=function(a){var b={};if(null!=(b=c.data(a[0],"data")))return b;if(a.is("option"))b={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){b={text:a.prop("label"),children:[],title:a.prop("title")};for(var d=a.children("option"),e=[],f=0;f<d.length;f++){var g=c(d[f]),h=this.item(g);e.push(h)}b.children=e}return b=this._normalizeItem(b),b.element=a[0],c.data(a[0],"data",b),b},d.prototype._normalizeItem=function(a){c.isPlainObject(a)||(a={id:a,text:a}),a=c.extend({},{text:""},a);var b={selected:!1,disabled:!1};return null!=a.id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},b,a)},d.prototype.matches=function(a,b){return this.options.get("matcher")(a,b)},d}),a.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){var c=b.get("data")||[];d.__super__.constructor.call(this,a,b),this.addOptions(this.convertToOptions(c))}return b.Extend(d,a),d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){for(var d=this,e=this.$element.find("option"),f=e.map(function(){return d.item(c(this)).id}).get(),g=[],h=0;h<a.length;h++){var i=this._normalizeItem(a[h]);if(c.inArray(i.id,f)>=0){var j=e.filter(function(a){return function(){return c(this).val()==a.id}}(i)),k=this.item(j),l=c.extend(!0,{},i,k),m=this.option(l);j.replaceWith(m)}else{var n=this.option(i);if(i.children){var o=this.convertToOptions(i.children);b.appendMany(n,o)}g.push(n)}}return g},d}),a.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),a.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){function d(a,f){for(var g=a.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!d({results:i.children},!0);if(i.text===b.term||j)return!f&&(a.data=g,void c(a))}if(f)return!0;var k=e.createTag(b);if(null!=k){var l=e.option(k);l.attr("data-select2-tag",!0),e.addOptions([l]),e.insertTag(g,k)}a.results=g,c(a)}var e=this;if(this._removeOldTags(),null==b.term||null!=b.page)return void a.call(this,b,c);a.call(this,b,d)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){this._lastTag;this.$element.find("option[data-select2-tag]").each(function(){this.selected||a(this).remove()})},b}),a.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){function e(b){var c=g._normalizeItem(b);if(!g.$element.find("option").filter(function(){return a(this).val()===c.id}).length){var d=g.option(c);d.attr("data-select2-tag",!0),g._removeOldTags(),g.addOptions([d])}f(c)}function f(a){g.trigger("select",{data:a})}var g=this;c.term=c.term||"";var h=this.tokenizer(c,this.options,e);h.term!==c.term&&(this.$search.length&&(this.$search.val(h.term),this.$search.focus()),c.term=h.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=a.extend({},c,{term:k}),m=i(l);null!=m?(e(m),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),a.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",b.term.length<this.minimumInputLength)return void this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",this.maximumInputLength>0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),a.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),a.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),a.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),a.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),a.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.top<f.top-h.height,k=i.bottom>f.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),a.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}function b(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return b.prototype.showSearch=function(b,c){return!(a(c.data.results)<this.minimumResultsForSearch)&&b.call(this,c)},b}),a.define("select2/dropdown/selectOnClose",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},a.prototype._handleSelectOnClose=function(a,b){if(b&&null!=b.originalSelect2Event){var c=b.originalSelect2Event;if("select"===c._type||"unselect"===c._type)return}var d=this.getHighlightedResults();if(!(d.length<1)){var e=d.data("data");null!=e.element&&e.element.selected||null==e.element&&e.selected||this.trigger("select",{data:e})}},a}),a.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&c.ctrlKey||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),a.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){return"Please enter "+(a.minimum-a.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),a.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}return D.prototype.apply=function(l){if(l=a.extend(!0,{},this.defaults,l),null==l.dataAdapter){if(null!=l.ajax?l.dataAdapter=o:null!=l.data?l.dataAdapter=n:l.dataAdapter=m,l.minimumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L<K.length;L++){var M=K[L],N={};try{N=k.loadPath(M)}catch(a){try{M=this.defaults.amdLanguageBase+M,N=k.loadPath(M)}catch(a){l.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+M+'" could not be automatically loaded. A fallback will be used instead.');continue}}J.extend(N)}l.translations=J}else{var O=k.loadPath(this.defaults.amdLanguageBase+"en"),P=new k(l.language);P.extend(O),l.translations=P}return l},D.prototype.reset=function(){function b(a){function b(a){return l[a]||a}return a.replace(/[^\u0000-\u007E]/g,b)}function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&e.children.length>0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!0,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,containerCssClass:"wpmui-select2 :all:",dropdownCssClass:"wpmui-select2",sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),a.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),a.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){if("resolve"==b){var c=this._resolveWidth(a,"style");return null!=c?c:this._resolveWidth(a,"element")}if("element"==b){var d=a.outerWidth(!1);return d<=0?"auto":d+"px"}if("style"==b){var e=a.attr("style");if("string"!=typeof e)return null;for(var f=e.split(";"),g=0,h=f.length;g<h;g+=1){var i=f[g].replace(/\s/g,""),j=i.match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);if(null!==j&&j.length>=1)return j[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e<b.addedNodes.length;e++){var f=b.addedNodes[e];f.selected&&(c=!0)}else b.removedNodes&&b.removedNodes.length>0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){
7
+ var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),a.define("select2/compat/utils",["jquery"],function(a){function b(b,c,d){var e,f,g=[];e=a.trim(b.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)})),e=a.trim(c.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)})),b.attr("class",g.join(" "))}return{syncCssClasses:b}}),a.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;if(this._isInitialized)return void b.call(this,c);this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),a.define("select2/compat/inputData",["jquery"],function(a){function b(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),a.call(this,b,c)}return b.prototype.current=function(b,c){function d(b,c){var e=[];return b.selected||-1!==a.inArray(b.id,c)?(b.selected=!0,e.push(b)):b.selected=!1,b.children&&e.push.apply(e,d(b.children,c)),e}for(var e=[],f=0;f<this._currentData.length;f++){var g=this._currentData[f];e.push.apply(e,d(g,this.$element.val().split(this._valueSeparator)))}c(e)},b.prototype.select=function(b,c){if(this.options.get("multiple")){var d=this.$element.val();d+=this._valueSeparator+c.id,this.$element.val(d),this.$element.trigger("change")}else this.current(function(b){a.map(b,function(a){a.selected=!1})}),this.$element.val(c.id),this.$element.trigger("change")},b.prototype.unselect=function(a,b){var c=this;b.selected=!1,this.current(function(a){for(var d=[],e=0;e<a.length;e++){var f=a[e];b.id!=f.id&&d.push(f.id)}c.$element.val(d.join(c._valueSeparator)),c.$element.trigger("change")})},b.prototype.query=function(a,b,c){for(var d=[],e=0;e<this._currentData.length;e++){var f=this._currentData[e],g=this.matches(b,f);null!==g&&d.push(g)}c({results:d})},b.prototype.addOptions=function(b,c){var d=a.map(c,function(b){return a.data(b[0],"data")});this._currentData.push.apply(this._currentData,d)},b}),a.define("select2/compat/matcher",["jquery"],function(a){function b(b){function c(c,d){var e=a.extend(!0,{},d);if(null==c.term||""===a.trim(c.term))return e;if(d.children){for(var f=d.children.length-1;f>=0;f--){var g=d.children[f];b(c.term,g.text,g)||e.children.splice(f,1)}if(e.children.length>0)return e}return b(c.term,d.text,d)?e:null}return c}return b}),a.define("select2/compat/query",[],function(){function a(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.callback=c,this.options.get("query").call(null,b)},a}),a.define("select2/dropdown/attachContainer",[],function(){function a(a,b,c){a.call(this,b,c)}return a.prototype.position=function(a,b,c){c.find(".dropdown-wrapper").append(b),b.addClass("select2-dropdown--below"),c.addClass("select2-container--below")},a}),a.define("select2/dropdown/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$dropdown.on(d.join(" "),function(a){a.stopPropagation()})},a}),a.define("select2/selection/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$selection.on(d.join(" "),function(a){a.stopPropagation()})},a}),function(b){"function"==typeof a.define&&a.define.amd?a.define("jquery-mousewheel",["jquery"],b):"object"==typeof exports?module.exports=b:b(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||n<f)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120==0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),a.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.wpmuiSelect){var e=["open","close","destroy"];a.fn.wpmuiSelect=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.wpmuiSelect.defaults&&(a.fn.wpmuiSelect.defaults=d),c}),{define:a.define,require:a.require}}(),b=a.require("jquery.select2");return jQuery.fn.wpmuiSelect.amd=a,b});
inc/external/wpmu-lib/js/wpmu-card-list.3.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev Card List
6
  * (Philipp Stracker for WPMU Dev)
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev Card List
6
  * (Philipp Stracker for WPMU Dev)
inc/external/wpmu-lib/js/wpmu-card-list.3.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
- jQuery(function(){function e(){var e=jQuery(".wpmui-list-table.has-details"),t=e.find(".list-card.detail-mode"),n=jQuery(window).innerHeight()-132;t.length&&t.height(n)}function t(){var t=jQuery(this).parents(".list-card"),i=t.parents(".wpmui-list-table"),r=jQuery(window).innerHeight()-132;i.hasClass("has-details")?n():(window.scrollTo(0,0),i.addClass("has-details"),t.addClass("detail-mode"),t.height(r),t.hide(),jQuery(window).on("resize",e),e(),window.setTimeout(function(){t.show()},10))}function n(t){var n=!1;if(void 0===t&&(n=!0),void 0!==t&&void 0!==t.target){var i=jQuery(t.target);i.hasClass("wpmui-list-table")&&(n=!0)}if(n){var r=jQuery(".list-card.detail-mode"),o=jQuery(".wpmui-list-table.has-details");o.removeClass("has-details"),r.removeClass("detail-mode"),r.height("auto"),jQuery(window).off("resize",e)}}function i(e,t){var n=jQuery(this),i=n.parents(".list-card");!0!==t._is_detail&&(t.value?i.addClass("active"):i.removeClass("active"))}function r(){var e=jQuery(this),t=e.data("filter"),n=jQuery(".list-card"),i=e.parents(".wp-filter").find(".current");switch(i.removeClass("current"),e.addClass("current"),t){case"active":n.hide().filter(".active").show();break;case"inactive":n.show().filter(".active").hide();break;case"all":n.show();break;default:jQuery(document).trigger("list-filter",[t,n])}return!1}jQuery(document).on("wpmui-radio-slider-updated",".wpmui-radio-slider",i),jQuery(document).on("click",".toggle-details",t),jQuery(document).on("click",".has-details",n),jQuery(document).on("click",".wp-filter .filter",r)});
 
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ jQuery(function(){function a(a){var b=jQuery(".wpmui-list-table.has-details"),c=b.find(".list-card.detail-mode"),d=jQuery(window).innerHeight()-132;c.length&&c.height(d)}function b(b){var d=jQuery(this).parents(".list-card"),e=d.parents(".wpmui-list-table"),f=jQuery(window).innerHeight()-132;e.hasClass("has-details")?c():(window.scrollTo(0,0),e.addClass("has-details"),d.addClass("detail-mode"),d.height(f),d.hide(),jQuery(window).on("resize",a),a(),window.setTimeout(function(){d.show()},10))}function c(b){var c=!1;if(void 0===b&&(c=!0),void 0!==b&&void 0!==b.target){jQuery(b.target).hasClass("wpmui-list-table")&&(c=!0)}if(c){var d=jQuery(".list-card.detail-mode");jQuery(".wpmui-list-table.has-details").removeClass("has-details"),d.removeClass("detail-mode"),d.height("auto"),jQuery(window).off("resize",a)}}function d(a,b,c){var d=jQuery(this),e=d.parents(".list-card");!0!==b._is_detail&&(b.value?e.addClass("active"):e.removeClass("active"))}function e(a){var b=jQuery(this),c=b.data("filter"),d=jQuery(".list-card");switch(b.parents(".wp-filter").find(".current").removeClass("current"),b.addClass("current"),c){case"active":d.hide().filter(".active").show();break;case"inactive":d.show().filter(".active").hide();break;case"all":d.show();break;default:jQuery(document).trigger("list-filter",[c,d])}return!1}jQuery(document).on("wpmui-radio-slider-updated",".wpmui-radio-slider",d),jQuery(document).on("click",".toggle-details",b),jQuery(document).on("click",".has-details",c),jQuery(document).on("click",".wp-filter .filter",e)});
inc/external/wpmu-lib/js/wpmu-ui.3.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev UI library
6
  * (Philipp Stracker for WPMU Dev)
@@ -114,8 +114,8 @@
114
  _init();
115
  base = jQuery( base || _body );
116
 
117
- var items = base.find( 'select[multiple]' ),
118
- ajax_items = base.find( 'input[data-select-ajax]' );
119
 
120
  // When an DOM container is *cloned* it may contain markup for a select2
121
  // listbox that is not attached to any event handler. Clean this up.
@@ -158,26 +158,7 @@
158
  // Initialize select list with ajax source.
159
  var upgrade_ajax = function upgrade_ajax() {
160
  var format_item = function format_item( item ) {
161
- return item.val;
162
- };
163
-
164
- var get_id = function get_id( item ) {
165
- return item.key;
166
- };
167
-
168
- var init_selection = function init_selection( me, callback ) {
169
- var vals = me.val(),
170
- data = [],
171
- plain = [];
172
-
173
- jQuery( vals.split(',') ).each(function () {
174
- var item = this.split('::');
175
- plain.push( item[0] );
176
- data.push( { key: item[0], val: item[1] } );
177
- });
178
-
179
- me.val( plain.join(',') );
180
- callback( data );
181
  };
182
 
183
  var el = jQuery( this ),
@@ -191,21 +172,20 @@
191
  dataType: 'json',
192
  quietMillis: 100,
193
  cache: true,
194
- data: function(term, page) {
195
  return {
196
- q: term,
 
197
  };
198
  },
199
- results: function(data, page) {
200
  return {
201
  results: data.items
202
  };
203
  }
204
  },
205
- 'id': get_id,
206
- 'formatResult': format_item,
207
- 'formatSelection': format_item,
208
- 'initSelection': init_selection
209
  };
210
 
211
  // Prevent double initialization (i.e. conflict with other plugins)
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev UI library
6
  * (Philipp Stracker for WPMU Dev)
114
  _init();
115
  base = jQuery( base || _body );
116
 
117
+ var items = base.find( 'select[multiple]' ).not( 'select[data-select-ajax]' ),
118
+ ajax_items = base.find( 'select[data-select-ajax]' );
119
 
120
  // When an DOM container is *cloned* it may contain markup for a select2
121
  // listbox that is not attached to any event handler. Clean this up.
158
  // Initialize select list with ajax source.
159
  var upgrade_ajax = function upgrade_ajax() {
160
  var format_item = function format_item( item ) {
161
+ return item.text;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  };
163
 
164
  var el = jQuery( this ),
172
  dataType: 'json',
173
  quietMillis: 100,
174
  cache: true,
175
+ data: function(params) {
176
  return {
177
+ q: params.term,
178
+ page: params.page,
179
  };
180
  },
181
+ processResults: function(data, params) {
182
  return {
183
  results: data.items
184
  };
185
  }
186
  },
187
+ 'templateResult': format_item,
188
+ 'templateSelection': format_item
 
 
189
  };
190
 
191
  // Prevent double initialization (i.e. conflict with other plugins)
inc/external/wpmu-lib/js/wpmu-ui.3.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
- (function(e){function t(){null===r&&(o=jQuery(document),r=jQuery("html"),s=jQuery("body"),n(),i(),s.hasClass("no-auto-init")||window.setTimeout(function(){e.upgrade_multiselect(),e.upgrade_tooltips()},20),e.binary=new e.WpmUiBinary)}function n(){var e=function e(e){var t=jQuery(this).closest(".wpmui-box");return e.preventDefault(),t.hasClass("static")?!1:(t.toggleClass("closed"),!1)};s.on("click",".wpmui-box > h3",e),s.on("click",".wpmui-box > h3 > .toggle",e)}function i(){var e=function e(e){var t=jQuery(this),n=t.closest(".wpmui-tabs"),i=n.next(".wpmui-tab-contents"),o=n.find(".active.tab"),r=t.attr("href"),s=o.attr("href"),a=i.find(r),l=i.find(s);return t.hasClass("active")||(o.removeClass("active"),l.removeClass("active")),t.addClass("active"),a.addClass("active"),e.preventDefault(),!1};s.on("click",".wpmui-tabs .tab",e)}var o=null,r=null,s=null,a=null;e.popup=function(n,i){return t(),new e.WpmUiWindow(n,i)},e.progressbar=function(){return t(),new e.WpmUiProgress},e.ajax=function(n,i){return t(),new e.WpmUiAjaxData(n,i)},e.upgrade_multiselect=function(e){t(),e=jQuery(e||s);var n=e.find("select[multiple]"),i=e.find("input[data-select-ajax]"),o=function o(e){var t=e.attr("id"),n="#s2id_"+t,i=e.parent().find(n);i.remove()},r=function r(){var t=jQuery(this),n={closeOnSelect:!1,width:"100%"};"object"!=typeof t.data("select2")&&"object"!=typeof t.data("chosen")&&(t.filter("[class*=acf-]").length||"1"!==t.data("wpmui-select")&&(t.closest(".no-auto-init",e[0]).length||(t.data("wpmui-select","1"),o(t),window.setTimeout(function(){t.wpmuiSelect(n)},1))))},a=function a(){var t=function t(e){return e.val},n=function n(e){return e.key},i=function i(e,t){var n=e.val(),i=[],o=[];jQuery(n.split(",")).each(function(){var e=this.split("::");o.push(e[0]),i.push({key:e[0],val:e[1]})}),e.val(o.join(",")),t(i)},r=jQuery(this),s={closeOnSelect:!1,width:"100%",multiple:!0,minimumInputLength:1,ajax:{url:r.attr("data-select-ajax"),dataType:"json",quietMillis:100,cache:!0,data:function(e){return{q:e}},results:function(e){return{results:e.items}}},id:n,formatResult:t,formatSelection:t,initSelection:i};"object"!=typeof r.data("select2")&&"object"!=typeof r.data("chosen")&&(r.filter("[class*=acf-]").length||"1"!==r.data("wpmui-select")&&(r.closest(".no-auto-init",e[0]).length||(r.data("wpmui-select","1"),o(r),window.setTimeout(function(){r.wpmuiSelect(s)},1))))};"function"==typeof jQuery.fn.each2?(n.each2(r),i.each2(a)):(n.each(r),i.each(a))},e.message=function(e){var n,i,o,r;t();var s=function s(e){return e.preventDefault(),i.remove(),!1},a=function a(){var e=jQuery(this).closest(".wpmui-msg");e.find(".debug").toggle()};return e===void 0?!1:(("string"==typeof e||e instanceof Array)&&(e={message:e}),e.message instanceof Array&&(e.message=e.message.join("<br />")),e.message?(e.type=void 0===e.type?"ok":(""+e.type).toLowerCase(),e.close=void 0===e.close?!0:e.close,e.parent=void 0===e.parent?".wrap":e.parent,e.insert_after=void 0===e.insert_after?"h2":e.insert_after,e.id=void 0===e.id?"":(""+e.id).toLowerCase(),e["class"]=void 0===e["class"]?"":(""+e["class"]).toLowerCase(),e.details=void 0===e.details?!1:e.details,("error"===e.type||"red"===e.type)&&(e.type="err"),("success"===e.type||"green"===e.type)&&(e.type="ok"),n=jQuery(e.parent).first(),n.length?(e.id&&jQuery('.wpmui-msg[data-id="'+e.id+'"]').length?(i=jQuery('.wpmui-msg[data-id="'+e.id+'"]').first(),r=!1):(i=jQuery("<div><p></p></div>"),e.id&&i.attr("data-id",e.id),r=!0),i.find("p").html(e.message),"err"===e.type&&e.details&&window.JSON&&(jQuery('<div class="debug" style="display:none"></div>').appendTo(i).text(JSON.stringify(e.details)),jQuery('<i class="dashicons dashicons-editor-help light"></i>').prependTo(i.find("p:first")).click(a).after(" ")),i.removeClass().addClass("updated wpmui-msg "+e["class"]),"err"===e.type&&i.addClass("error"),r&&(e.close&&(o=jQuery('<a href="#" class="notice-dismiss"></a>'),o.prependTo(i),o.click(s)),e.insert_after&&n.find(e.insert_after).length?(n=n.find(e.insert_after).first(),n.after(i)):n.prepend(i)),!0):!1):!1)},e.confirm=function(t){function n(){var n=jQuery(this),i=parseInt(n.data("key"));t.modal&&("fixed"===t.layout?e._close_modal():o.remove()),r.remove(),"function"==typeof t.callback&&t.callback(i)}var i,o,r,a,l,c,u,d;if(!t instanceof Object)return!1;if(void 0===t.message)return!1;for(t.modal=void 0===t.modal?!0:t.modal,t.layout=void 0===t.layout?"fixed":t.layout,t.parent=void 0===t.parent?s:t.parent,t.buttons=void 0===t.buttons?["OK"]:t.buttons,t.callback=void 0===t.callback?!1:t.callback,i=jQuery(t.parent),t.modal&&("fixed"===t.layout?e._make_modal("wpmui-confirm-modal"):o=jQuery('<div class="wpmui-confirm-modal"></div>').css({position:t.layout}).appendTo(i)),r=jQuery('<div class="wpmui-confirm-box"></div>').css({position:t.layout}).appendTo(i),a=jQuery('<div class="wpmui-confirm-msg"></div>').html(t.message),l=jQuery('<div class="wpmui-confirm-btn"></div>'),d=!0,c=0;t.buttons.length>c;c+=1)u=jQuery("<button></button>").html(t.buttons[c]).addClass(d?"button-primary":"button-secondary").data("key",c).click(n).prependTo(l),d=!1;return a.appendTo(r),l.appendTo(r).find(".button-primary").focus(),!0},e.tooltip=function(e,n){var i,o;t();var r=function r(t){var i=t.outerWidth(),o=t.outerHeight(),r=5,s=e.outerWidth(),a=e.outerHeight(),l={};switch(l.left=(s-i)/2,l.top=(a-o)/2,l[n.pos]="auto",n.pos){case"top":l.bottom=a+r;break;case"bottom":l.top=a+r;break;case"left":l.right=s+r;break;case"right":l.left=s+r}t.css(l)},s=function s(){var e=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");e.addClass("wpmui-visible"),e.show(),r(e),window.setTimeout(function(){r(e)},35)},a=function a(){var e=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");e.removeClass("wpmui-visible"),e.hide()},l=function l(e){i.hasClass("wpmui-visible")?a.call(this,e):s.call(this,e)};return"string"==typeof n&&(n={content:n}),void 0===n.content?!1:(e=jQuery(e),e.length?(n.trigger=void 0===n.trigger?"hover":(""+n.trigger).toLowerCase(),n.pos=void 0===n.pos?"top":(""+n.pos).toLowerCase(),n["class"]=void 0===n["class"]?"":(""+n["class"]).toLowerCase(),o=e.parent(),o.hasClass("wpmui-tip-box")||(o=e.wrap('<span class="wpmui-tip-box"></span>').parent().addClass(n["class"]+"-box")),i=o.find("> .wpmui-tip"),e.off(),i.length||(i=jQuery('<div class="wpmui-tip"></div>'),i.addClass(n["class"]).addClass(n.pos).appendTo(e.parent()).hide(),isNaN(n.width)||i.width(n.width)),"hover"===n.trigger?e.on("mouseenter",s).on("mouseleave",a):"click"===n.trigger&&e.on("click",l),i.html(n.content),!0):!1)},e.upgrade_tooltips=function(){var t=jQuery("[data-wpmui-tooltip]");t.each(function(){var t=jQuery(this),n={content:t.attr("data-wpmui-tooltip"),pos:t.attr("data-pos"),trigger:t.attr("data-trigger"),"class":t.attr("data-class"),width:t.attr("data-width")};e.tooltip(t,n)})},e.obj=function(e){var t={};if(e instanceof Object)t=e;else if(e instanceof Array)if("function"==typeof e.reduce)t=e.reduce(function(e,t,n){return e[n]=t,e},{});else for(var n=e.length-1;n>0;n-=1)void 0!==e[n]&&(t[n]=e[n]);else"string"==typeof e?t.scalar=e:"number"==typeof e?t.scalar=e:"boolean"==typeof e&&(t.scalar=e);return t},e._modal_overlay=function(){return null===a&&(a=jQuery("<div></div>").addClass("wpmui-overlay").appendTo(s)),a},e._make_modal=function(t,n){var i=e._modal_overlay();return i.removeClass().addClass("wpmui-overlay"),t&&i.addClass(t),s.addClass("wpmui-has-overlay"),r.addClass("wpmui-no-scroll"),n&&r.addClass(n),i},e._close_modal=function(e){s.removeClass("wpmui-has-overlay"),r.removeClass("wpmui-no-scroll"),e&&r.removeClass(e)},jQuery(function(){t()})})(window.wpmUi=window.wpmUi||{}),function(e){var t=1,n={};e.popups=function(){return n},e.WpmUiWindow=function(i,o){function r(){w.id=t,t+=1,n[w.id]=w,i||(i='<div class="wpmui-popup"><div class="popup-title"><span class="the-title"></span><span class="popup-close"><i class="dashicons dashicons-no-alt"></i></span></div><div class="popup-content"></div></div>'),M=jQuery(i),o&&jQuery("<style>"+o+"</style>").prependTo(M),M.filter(".popup").length||M.find(".popup").length||M.addClass("popup"),z=M.hasClass("popup")?M:M.find(".popup").first(),z.find(".popup-title").length||(w.title=function(){return w}),z.find(".popup-content").length||(w.content=function(){return w}),z.find(".slidein-toggle").length||(z.find(".popup-title .popup-close").length?z.find(".popup-title .popup-close").addClass("slidein-toggle"):z.find(".popup-title").length?z.find(".popup-title").addClass("slidein-toggle"):z.prepend('<span class="slidein-toggle only-slidein"><i class="dashicons"></i></span>')),b=!1}function s(){z&&!z.data("hooked")&&(z.data("hooked",!0),z.on("click",".popup-close",d),z.on("click",".popup-title",p),z.on("click",".close",w.hide),z.on("click",".destroy",w.destroy),z.on("click","thead .check-column :checkbox",v),z.on("click","tfoot .check-column :checkbox",v),z.on("click","tbody .check-column :checkbox",y),jQuery(window).on("resize",f),void 0!==jQuery().draggable&&z.draggable({containment:jQuery("body"),scroll:!1,handle:".popup-title"}))}function a(){z&&z.data("hooked")&&(z.data("hooked",!1),z.off("click",".popup-close",d),z.off("click",".popup-title",p),z.off("click",".close",w.hide),z.off("click",".check-column :checkbox",v),jQuery(window).off("resize",f))}function l(){if(!M)return!1;if(!z)return!1;var t=e._modal_overlay(),o=z.find(".popup-title"),r=z.find(".popup-content"),s=o.find(".the-title");if(i&&!s.length&&(s=o),s.html(j),$?z.removeClass("no-close"):z.addClass("no-close"),T){M.find(".buttons").remove(),z.addClass("no-buttons"),S instanceof jQuery?r.empty().append(S):r.html(S);var a=r.find(".buttons");a.length&&(a.appendTo(z),z.removeClass("no-buttons")),z.addClass(k),T=!1}if(t instanceof jQuery&&t.off("click",h),b)c(),_&&e._make_modal("","has-popup"),C&&t.on("click",h),D&&(D=!1,f()),window.setTimeout(function(){"down"===L?r.css({bottom:o.height()+1}):r.css({top:o.height()+1}),A||window.setTimeout(f,5)},5);else{u();var l,d=!0;for(l in n)if(n[l]!==w&&n[l].is_visible()&&n[l].is_modal()){d=!1;break}d&&e._close_modal("has-popup no-scroll can-scroll")}var p=z.find(".popup-close .dashicons");p.length&&("none"===L?p.removeClass().addClass("dashicons dashicons-no-alt"):"collapsed"===N?p.removeClass().addClass("dashicons").addClass(H):"expanded"===N&&p.removeClass().addClass("dashicons").addClass(W)),z[0].className=z[0].className.replace(/\sslidein-.+?\b/g,""),"none"===L?(z.removeClass("slidein"),z.removeClass("wdev-slidein"),z.addClass("wdev-window")):(z.addClass("slidein"),z.addClass("slidein-"+L),z.addClass("slidein-"+N),z.addClass("wdev-slidein"),z.removeClass("wdev-window")),q.top&&z.addClass("snap-top"),q.left&&z.addClass("snap-left"),q.right&&z.addClass("snap-right"),q.bottom&&z.addClass("snap-bottom")}function c(){z.show();var e="none"!==L,t="collapsed"===N;if(e){if(!t&&"none"===N){var n={};N="collapsed",n=m(n),n=g(n),z.css(n),t=!0}t&&(N="expanding",f(B),D=!1,window.setTimeout(function(){N="expanded",l(),window.setTimeout(f,10)},B))}}function u(){switch(L){case"up":case"down":var e="expanded"===N;if(e){var t=jQuery(window),n=(t.innerHeight(),z.position()),i={};i["margin-top"]=0,i["margin-bottom"]=0,i.bottom="auto",i.top=n.top,z.css(i),N="collapsing",i=g(),z.animate(i,B,function(){N="collapsed",l(),window.setTimeout(f,10)})}break;default:z.hide()}}function d(e){"none"===L?w.hide():b?w.hide():w.show(),e.stopPropagation()}function p(e){"none"!==L&&(b?w.hide():w.show(),e.stopPropagation())}function h(){var t=e._modal_overlay();return M?!t instanceof jQuery?!1:(t.off("click",h),w.hide(),void 0):!1}function f(e){if(!z)return!1;if("function"==typeof U)U.apply(w,[w.$()]);else{var t={};t=m(t),t=g(t),!isNaN(e)&&e>0?z.animate(t,e):z.css(t)}}function m(e){var t=jQuery(window),n=t.innerWidth(),i=t.innerHeight(),o=parseInt(z.css("border-left-width"))+parseInt(z.css("border-right-width")),r=parseInt(z.css("border-top-width"))+parseInt(z.css("border-bottom-width")),s=x+o,a=A+r;if("object"!=typeof e&&(e={}),!A||!x){var l=!x,c=!A,u=0,d=0;z.find("*").each(function(){var e=jQuery(this),t=e.position(),n=e.outerWidth()+t.left,i=e.outerHeight()+t.top;l&&n>u&&(u=n),c&&i>d&&(d=i)}),l&&(s=u+o),c&&(a=d+r)}return q.left&&q.right?e.width=n-o:(s>n&&(s=n),e.width=s-o),q.top&&q.bottom?e.height=i-r:(a>i&&(a=i),e.height=a-r),e}function g(e){var t=jQuery(window),n=z.find(".slidein-toggle"),i=t.innerWidth(),o=t.innerHeight(),r=parseInt(z.css("border-left-width"))+parseInt(z.css("border-right-width")),s=parseInt(z.css("border-top-width"))+parseInt(z.css("border-bottom-width"));return"object"!=typeof e&&(e={}),(void 0===e.width||void 0===e.height)&&(e=m(e)),q.left||q.right?q.left&&q.right?e.left=0:(q.left&&(e.left=0),q.right&&(e.left=i-e.width-r)):e.left=(i-e.width)/2,"none"===L||"collapsed"!==N&&"collapsing"!==N?q.top||q.bottom?q.top&&q.bottom?e.top=0:(q.top&&(e.top=0),q.bottom&&(e.top=o-e.height-s)):e.top=(o-e.height)/2:e.top="down"===L?n.outerHeight()-e.height:o-n.outerHeight(),e["margin-top"]=0,e["margin-bottom"]=0,e.bottom="auto",e.right="auto",void 0===e.top&&(e.top="auto"),void 0===e.left&&(e.left="auto"),e}function v(e){var t=jQuery(this),n=t.prop("checked");e.shiftKey,t.closest("table").children("tbody, thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",n)}function y(){var e=jQuery(this),t=e.closest("tbody").find(":checkbox").filter(":visible").not(":checked");return e.closest("table").children("thead, tfoot").find(":checkbox").prop("checked",0===t.length),!0}var w=this,b=!1,_=!1,$=!0,C=!0,x=740,A=400,j="Window",S="",k="",O="",E="",T=!1,D=!1,q={top:!1,left:!1,right:!1,bottom:!1},L="none",Q=null,P=null,I=null,U=null,M=null,z=null,R="hidden",N="none",H="",W="",B=400;this.id=0,this.is_modal=function(){return _},this.is_visible=function(){return b},this.is_slidein=function(){return L},this.get_snap=function(){return q},this.modal=function(e,t){return void 0===t&&(t=!0),_=e?!0:!1,C=t?!0:!1,l(),w},this.size=function(e,t){var n=parseFloat(e),i=parseFloat(t);return isNaN(n)&&(n=0),isNaN(i)&&(i=0),n>=0&&(x=n),i>=0&&(A=i),D=!0,l(),w},this.snap=function(){var e=!1;q={top:!1,left:!1,right:!1,bottom:!1};for(var t=0;arguments.length>t&&!e;t+=1){var n=arguments[t].toLowerCase();switch(n){case"top":case"left":case"right":case"bottom":q[n]=!0;break;case"none":case"center":e=!0}}return e&&(q={top:!1,left:!1,right:!1,bottom:!1}),D=!0,l(),w},this.slidein=function(e,t){switch(e=e.toLowerCase(),L="none",e){case"down":L="down",H="dashicons-arrow-down-alt2",W="dashicons-arrow-up-alt2";break;case"up":L="up",H="dashicons-arrow-up-alt2",W="dashicons-arrow-down-alt2"}return!isNaN(t)&&t>=0&&(B=t),D=!0,l(),w},this.animate=function(e,t){var n=!1,i="Webkit Moz O ms Khtml".split(" ");if(void 0!==z[0].style.animationName&&(n=!0),n===!1)for(var o=0;i.length>o;o++)if(void 0!==z[0].style[i[o]+"AnimationName"]){n=!0;break}return n||(e="",t=""),O=e,E=t,w},this.set_class=function(e){return k=e,T=!0,l(),w},this.onresize=function(e){return U=e,w},this.onshow=function(e){return Q=e,w},this.onhide=function(e){return P=e,w},this.onclose=function(e){return I=e,w},this.loading=function(e){return e?z.addClass("wpmui-loading"):z.removeClass("wpmui-loading"),w},this.confirm=function(t){return"visible"!==R?w:!t instanceof Object?w:(t.layout="absolute",t.parent=z,e.confirm(t),w)},this.title=function(e,t){return void 0===t&&(t=!0),j=e,$=t?!0:!1,l(),w},this.content=function(e,t){return S=e instanceof jQuery?t?e:e.html():e,D=!0,T=!0,l(),w},this.show=function(){return M.appendTo(jQuery("body")),z.hide(),s(),b=!0,D=!0,R="visible",l(),z.hide(),window.setTimeout(function(){z.show()},2),"none"===L&&O&&(z.addClass(O+" animated"),z.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){z.removeClass("animated"),z.removeClass(O)})),"function"==typeof Q&&Q.apply(w,[w.$()]),w},this.hide=function(){function e(){"none"===L&&(M.detach(),a()),b=!1,R="hidden",l(),"function"==typeof P&&P.apply(w,[w.$()])}return"none"===L&&E?(z.addClass(E+" animated"),z.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){z.removeClass("animated"),z.removeClass(E),e()})):e(),w},this.destroy=function(){var e=P;"closing"!==R&&(P=function(){"function"==typeof e&&e.apply(w,[w.$()]),R="closing","function"==typeof I&&I.apply(w,[w.$()]),M.remove(),M=null,z=null,delete n[w.id],w=null},w.hide())},this.on=function(e,t,n){return M.on(e,t,n),M.filter(t).length&&M.on(e,n),w},this.off=function(e,t,n){return M.off(e,t,n),M.filter(t).length&&M.off(e,n),w},this.$=function(e){return e?M.find(e):M},w=this,r()}}(window.wpmUi=window.wpmUi||{}),function(e){e.WpmUiProgress=function(){function e(){o=100,i=0,s=jQuery('<div class="wpmui-progress-wrap"></div>'),l=jQuery('<div class="wpmui-progress-full"></div>'),a=jQuery('<div class="wpmui-progress"></div>'),c=jQuery('<div class="wpmui-progress-label"></div>'),u=jQuery('<div class="wpmui-progress-percent"></div>'),a.appendTo(l),u.appendTo(l),l.appendTo(s),c.appendTo(s),t()}function t(){var e=100*(i/o);0>e&&(e=0),e>100&&(e=100),a.width(e+"%"),u.text(parseInt(e)+" %"),r&&r.length?(c.html(r),c.show()):c.hide()}var n=this,i=0,o=100,r="",s=null,a=null,l=null,c=null,u=null;this.value=function(e){return isNaN(e)||(i=parseInt(e),t()),n},this.max=function(e){return isNaN(e)||(o=parseInt(e),t()),n},this.label=function(e){return r=e,t(),n},this.on=function(e,t,i){return s.on(e,t,i),n},this.off=function(e,t,i){return s.off(e,t,i),n},this.$=function(){return s},n=this,e()}}(window.wpmUi=window.wpmUi||{}),function(e){e.add_action||(e.filters=e.filters||{},e.add_action=function(t,n,i){e.add_filter(t,n,i)},e.add_filter=function(t,n,i){void 0!==n&&(void 0===i&&(i=10),e.filters[t]=e.filters[t]||[],e.filters[t].push({priority:i,callback:n}))},e.remove_action=function(t,n){e.remove_filter(t,n)},e.remove_filter=function(t,n){e.filters[t]=e.filters[t]||[],e.filters[t].forEach(function(i,o){i.callback===n&&e.filters[t].splice(o,1)})},e.remove_all_actions=function(t,n){e.remove_all_filters(t,n)},e.remove_all_filters=function(t,n){e.filters[t]=e.filters[t]||[],void 0===n?e.filters[t]=[]:e.filters[t].forEach(function(i,o){i.priority===n&&e.filters[t].splice(o,1)})},e.do_action=function(t,n){var i=[];void 0!==e.filters[t]&&e.filters[t].length>0&&(e.filters[t].forEach(function(e){i[e.priority]=i[e.priority]||[],i[e.priority].push(e.callback)}),i.forEach(function(e){e.forEach(function(e){e(n)})}))},e.apply_filters=function(t,n,i){var o=[];return void 0!==e.filters[t]&&e.filters[t].length>0&&(e.filters[t].forEach(function(e){o[e.priority]=o[e.priority]||[],o[e.priority].push(e.callback)}),o.forEach(function(e){e.forEach(function(e){n=e(n,i)})})),n})}(window.wpmUi=window.wpmUi||{}),function(e){e.WpmUiAjaxData=function(e,t){function n(){e||"string"!=typeof window.ajaxurl||(e=window.ajaxurl),d=jQuery("body").find("#wpmui_void"),d.length||(d=jQuery("<iframe></iframe>").attr("name","wpmui_void").attr("id","wpmui_void").css({width:1,height:1,display:"none",visibility:"hidden",position:"absolute",left:-1e3,top:-1e3}).hide().appendTo(jQuery("body"))),i(),u.reset()}function i(){var e=document.createElement("INPUT"),t=new XMLHttpRequest;e.type="file",g="files"in e,m=!!(t&&"upload"in t&&"onprogress"in t.upload),v=!!window.FormData}function o(){var e=new window.XMLHttpRequest;return m&&(e.upload.addEventListener("progress",function(e){if(e.lengthComputable){var t=e.loaded/e.total;r(t)}else r(-1)},!1),e.addEventListener("progress",function(e){if(e.lengthComputable){var t=e.loaded/e.total;r(t)}else r(-1)},!1)),e}function r(e){m&&"function"==typeof h&&h(e)}function s(e,t,n){r(100),"function"==typeof f&&f(e,t,n)}function a(e,t){var n={};if(t=t&&v,p instanceof jQuery)if(p.find(".wp-editor-area").each(function(){var e=jQuery(this).attr("id"),t="#wp-"+e+"-wrap",n=jQuery(t),i=window.tinyMCE.get(e);i&&n.hasClass("tmce-active")&&i.save()}),t)n=new window.FormData(p[0]);else{n={};var i={},o={validate:/^[a-zA-Z_][a-zA-Z0-9_-]*(?:\[(?:\d*|[a-zA-Z0-9_]+)\])*$/,key:/[a-zA-Z0-9_-]+|(?=\[\])/g,push:/^$/,fixed:/^\d+$/,named:/^[a-zA-Z0-9_-]+$/},r=function(e,t,n){return e[t]=n,e},s=function(e){return void 0===i[e]&&(i[e]=0),i[e]++};jQuery.each(p.serializeArray(),function(){if(o.validate.test(this.name)){for(var e,t=this.name.match(o.key),i=this.value,a=this.name;void 0!==(e=t.pop());)a=a.replace(RegExp("\\["+e+"\\]$"),""),e.match(o.push)?i=r([],s(a),i):e.match(o.fixed)?i=r([],e,i):e.match(o.named)&&(i=r({},e,i));n=jQuery.extend(!0,n,i)}}),p.find("input[type=file]").each(function(){var e=jQuery(this),t=e.attr("name"),i=e.clone(!0)[0];n[":files"]=n[":files"]||{},n[":files"][t]=i})}else if("string"==typeof p){var a=p.split("&").map(function(e){return e.split("=",2)});n=t?new window.FormData:{};for(var l in a){var c=decodeURI(a[l][0]),u=decodeURI(a[l][1]);t?n.append(c,u):void 0!==n[c]?("object"!=typeof n[c]&&(n[c]=[n[c]]),n[c].push(u)):n[c]=u}}else if("object"==typeof p)if(t){n=new window.FormData;for(var d in p)p.hasOwnProperty(d)&&n.append(d,p[d])}else n=jQuery.extend({},p);return void 0!==e&&(n instanceof window.FormData?n.append("action",e):n.action=e),n}function l(t,n){var i=a(t,!0),l={},c=null,u=!1;"json"!==n&&(n="text"),r(-1),l={url:e,type:"POST",dataType:"html",data:i,xhr:o,success:function(e){if(u=!0,c=e,"json"===n)try{c=jQuery.parseJSON(e)}catch(t){c={status:"ERR",data:e}}},error:function(e,t,n){u=!1,c=n},complete:function(e){c instanceof Object&&"ERR"===c.status&&(u=!1),s(c,u,e)}},i instanceof window.FormData&&(l.processData=!1,l.contentType=!1),jQuery.ajax(l)}function c(t,n){var i=a(t,!1),o=jQuery("<form></form>"),r="";for(var s in i)if(i.hasOwnProperty(s))if(":files"===s)for(var l in i[s]){var c=i[s][l];o.append(c)}else"action"===s?r=s+"="+(""+i[s]):jQuery('<input type="hidden" />').attr("name",s).attr("value",i[s]).appendTo(o);r=-1===e.indexOf("?")?"?"+r:"&"+r,o.attr("action",e+r).attr("method","POST").attr("enctype","multipart/form-data").attr("target",n).hide().appendTo(jQuery("body")),o.submit()}var u=this,d=null,p={},h=null,f=null,m=!1,g=!1,v=!1;this.data=function(e){return p=e,u},this.extract_data=function(e){return p=e,a(void 0,!1)},this.onprogress=function(e){return h=e,u},this.ondone=function(e){return f=e,u},this.reset=function(){return p={},h=null,f=null,u},this.load_text=function(e){return e=e||t,l(e,"text"),u},this.load_json=function(e){return e=e||t,l(e,"json"),u},this.load_http=function(e,n){return e=e||"wpmui_void",n=n||t,c(n,e),u},u=this,n()}}(window.wpmUi=window.wpmUi||{}),function(e){e.WpmUiBinary=function(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";e.WpmUiBinary.utf8_encode=function(e){if("string"!=typeof e)return e;e=e.replace(/\r\n/g,"\n");var t,n="",i=0;for(i;e.length>i;i++)t=e.charCodeAt(i),128>t?n+=String.fromCharCode(t):t>127&&2048>t?(n+=String.fromCharCode(192|t>>6),n+=String.fromCharCode(128|63&t)):(n+=String.fromCharCode(224|t>>12),n+=String.fromCharCode(128|63&t>>6),n+=String.fromCharCode(128|63&t));return n},e.WpmUiBinary.utf8_decode=function(e){if("string"!=typeof e)return e;for(var t="",n=0,i=0;e.length>n;)i=e.charCodeAt(n),128>i?(t+=String.fromCharCode(i),n+=1):i>191&&224>i?(t+=String.fromCharCode((31&i)<<6|63&e.charCodeAt(n+1)),n+=2):(t+=String.fromCharCode((15&i)<<12|(63&e.charCodeAt(n+1))<<6|63&e.charCodeAt(n+2)),n+=3);return t},e.WpmUiBinary.base64_encode=function(n){if("string"!=typeof n)return n;n=e.WpmUiBinary.utf8_encode(n);for(var i,o,r,s,a,l,c,u="",d=0;n.length>d;)i=n.charCodeAt(d++),o=n.charCodeAt(d++),r=n.charCodeAt(d++),s=i>>2,a=(3&i)<<4|o>>4,l=(15&o)<<2|r>>6,c=63&r,isNaN(o)?l=c=64:isNaN(r)&&(c=64),u+=t.charAt(s)+t.charAt(a)+t.charAt(l)+t.charAt(c);return u},e.WpmUiBinary.base64_decode=function(n){if("string"!=typeof n)return n;n.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var i,o,r,s,a,l,c,u="",d=0;n.length>d;)s=t.indexOf(n.charAt(d++)),a=t.indexOf(n.charAt(d++)),l=t.indexOf(n.charAt(d++)),c=t.indexOf(n.charAt(d++)),i=s<<2|a>>4,o=(15&a)<<4|l>>2,r=(3&l)<<6|c,u+=String.fromCharCode(i),64!==l&&(u+=String.fromCharCode(o)),64!==c&&(u+=String.fromCharCode(r));return e.WpmUiBinary.utf8_decode(u)}}}(window.wpmUi=window.wpmUi||{});
 
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ !function(a){function b(){null===f&&(e=jQuery(document),f=jQuery("html"),g=jQuery("body"),c(),d(),g.hasClass("no-auto-init")||window.setTimeout(function(){a.upgrade_multiselect(),a.upgrade_tooltips()},20),a.binary=new a.WpmUiBinary)}function c(){var a=function(a){var b=jQuery(this).closest(".wpmui-box");return a.preventDefault(),!b.hasClass("static")&&(b.toggleClass("closed"),!1)};g.on("click",".wpmui-box > h3",a),g.on("click",".wpmui-box > h3 > .toggle",a)}function d(){var a=function(a){var b=jQuery(this),c=b.closest(".wpmui-tabs"),d=c.next(".wpmui-tab-contents"),e=c.find(".active.tab"),f=b.attr("href"),g=e.attr("href"),h=d.find(f),i=d.find(g);return b.hasClass("active")||(e.removeClass("active"),i.removeClass("active")),b.addClass("active"),h.addClass("active"),a.preventDefault(),!1};g.on("click",".wpmui-tabs .tab",a)}var e=null,f=null,g=null,h=null;a.popup=function(c,d){return b(),new a.WpmUiWindow(c,d)},a.progressbar=function(){return b(),new a.WpmUiProgress},a.ajax=function(c,d){return b(),new a.WpmUiAjaxData(c,d)},a.upgrade_multiselect=function(a){b(),a=jQuery(a||g);var c=a.find("select[multiple]").not("select[data-select-ajax]"),d=a.find("select[data-select-ajax]"),e=function(a){var b=a.attr("id"),c="#s2id_"+b;a.parent().find(c).remove()},f=function(){var b=jQuery(this),c={closeOnSelect:!1,width:"100%"};"object"!=typeof b.data("select2")&&"object"!=typeof b.data("chosen")&&(b.filter("[class*=acf-]").length||"1"!==b.data("wpmui-select")&&(b.closest(".no-auto-init",a[0]).length||(b.data("wpmui-select","1"),e(b),window.setTimeout(function(){b.wpmuiSelect(c)},1))))},h=function(){var b=function(a){return a.text},c=jQuery(this),d={closeOnSelect:!1,width:"100%",multiple:!0,minimumInputLength:1,ajax:{url:c.attr("data-select-ajax"),dataType:"json",quietMillis:100,cache:!0,data:function(a){return{q:a.term,page:a.page}},processResults:function(a,b){return{results:a.items}}},templateResult:b,templateSelection:b};"object"!=typeof c.data("select2")&&"object"!=typeof c.data("chosen")&&(c.filter("[class*=acf-]").length||"1"!==c.data("wpmui-select")&&(c.closest(".no-auto-init",a[0]).length||(c.data("wpmui-select","1"),e(c),window.setTimeout(function(){c.wpmuiSelect(d)},1))))};"function"==typeof jQuery.fn.each2?(c.each2(f),d.each2(h)):(c.each(f),d.each(h))},a.message=function(a){var c,d,e,f;b();var g=function(a){return a.preventDefault(),d.remove(),!1},h=function(a){jQuery(this).closest(".wpmui-msg").find(".debug").toggle()};return void 0!==a&&(("string"==typeof a||a instanceof Array)&&(a={message:a}),a.message instanceof Array&&(a.message=a.message.join("<br />")),!!a.message&&(a.type=void 0===a.type?"ok":a.type.toString().toLowerCase(),a.close=void 0===a.close||a.close,a.parent=void 0===a.parent?".wrap":a.parent,a.insert_after=void 0===a.insert_after?"h2":a.insert_after,a.id=void 0===a.id?"":a.id.toString().toLowerCase(),a.class=void 0===a.class?"":a.class.toString().toLowerCase(),a.details=void 0!==a.details&&a.details,"error"!==a.type&&"red"!==a.type||(a.type="err"),"success"!==a.type&&"green"!==a.type||(a.type="ok"),c=jQuery(a.parent).first(),!!c.length&&(a.id&&jQuery('.wpmui-msg[data-id="'+a.id+'"]').length?(d=jQuery('.wpmui-msg[data-id="'+a.id+'"]').first(),f=!1):(d=jQuery("<div><p></p></div>"),a.id&&d.attr("data-id",a.id),f=!0),d.find("p").html(a.message),"err"===a.type&&a.details&&window.JSON&&(jQuery('<div class="debug" style="display:none"></div>').appendTo(d).text(JSON.stringify(a.details)),jQuery('<i class="dashicons dashicons-editor-help light"></i>').prependTo(d.find("p:first")).click(h).after(" ")),d.removeClass().addClass("updated wpmui-msg "+a.class),"err"===a.type&&d.addClass("error"),f&&(a.close&&(e=jQuery('<a href="#" class="notice-dismiss"></a>'),e.prependTo(d),e.click(g)),a.insert_after&&c.find(a.insert_after).length?(c=c.find(a.insert_after).first(),c.after(d)):c.prepend(d)),!0)))},a.confirm=function(b){function c(){var c=jQuery(this),d=parseInt(c.data("key"));b.modal&&("fixed"===b.layout?a._close_modal():e.remove()),f.remove(),"function"==typeof b.callback&&b.callback(d)}var d,e,f,h,i,j,k;if(!b instanceof Object)return!1;if(void 0===b.message)return!1;for(b.modal=void 0===b.modal||b.modal,b.layout=void 0===b.layout?"fixed":b.layout,b.parent=void 0===b.parent?g:b.parent,b.buttons=void 0===b.buttons?["OK"]:b.buttons,b.callback=void 0!==b.callback&&b.callback,d=jQuery(b.parent),b.modal&&("fixed"===b.layout?a._make_modal("wpmui-confirm-modal"):e=jQuery('<div class="wpmui-confirm-modal"></div>').css({position:b.layout}).appendTo(d)),f=jQuery('<div class="wpmui-confirm-box"></div>').css({position:b.layout}).appendTo(d),h=jQuery('<div class="wpmui-confirm-msg"></div>').html(b.message),i=jQuery('<div class="wpmui-confirm-btn"></div>'),k=!0,j=0;j<b.buttons.length;j+=1)jQuery("<button></button>").html(b.buttons[j]).addClass(k?"button-primary":"button-secondary").data("key",j).click(c).prependTo(i),k=!1;return h.appendTo(f),i.appendTo(f).find(".button-primary").focus(),!0},a.tooltip=function(a,c){var d,e;b();var f=function(b){var d=b.outerWidth(),e=b.outerHeight(),f=a.outerWidth(),g=a.outerHeight(),h={};switch(h.left=(f-d)/2,h.top=(g-e)/2,h[c.pos]="auto",c.pos){case"top":h.bottom=g+5;break;case"bottom":h.top=g+5;break;case"left":h.right=f+5;break;case"right":h.left=f+5}b.css(h)},g=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.addClass("wpmui-visible"),b.show(),f(b),window.setTimeout(function(){f(b)},35)},h=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.removeClass("wpmui-visible"),b.hide()},i=function(a){d.hasClass("wpmui-visible")?h.call(this,a):g.call(this,a)};return"string"==typeof c&&(c={content:c}),void 0!==c.content&&(a=jQuery(a),!!a.length&&(c.trigger=void 0===c.trigger?"hover":c.trigger.toString().toLowerCase(),c.pos=void 0===c.pos?"top":c.pos.toString().toLowerCase(),c.class=void 0===c.class?"":c.class.toString().toLowerCase(),e=a.parent(),e.hasClass("wpmui-tip-box")||(e=a.wrap('<span class="wpmui-tip-box"></span>').parent().addClass(c.class+"-box")),d=e.find("> .wpmui-tip"),a.off(),d.length||(d=jQuery('<div class="wpmui-tip"></div>'),d.addClass(c.class).addClass(c.pos).appendTo(a.parent()).hide(),isNaN(c.width)||d.width(c.width)),"hover"===c.trigger?a.on("mouseenter",g).on("mouseleave",h):"click"===c.trigger&&a.on("click",i),d.html(c.content),!0))},a.upgrade_tooltips=function(){jQuery("[data-wpmui-tooltip]").each(function(){var b=jQuery(this),c={content:b.attr("data-wpmui-tooltip"),pos:b.attr("data-pos"),trigger:b.attr("data-trigger"),class:b.attr("data-class"),width:b.attr("data-width")};a.tooltip(b,c)})},a.obj=function(a){var b={};if(a instanceof Object)b=a;else if(a instanceof Array)if("function"==typeof a.reduce)b=a.reduce(function(a,b,c){return a[c]=b,a},{});else for(var c=a.length-1;c>0;c-=1)void 0!==a[c]&&(b[c]=a[c]);else"string"==typeof a?b.scalar=a:"number"==typeof a?b.scalar=a:"boolean"==typeof a&&(b.scalar=a);return b},a._modal_overlay=function(){return null===h&&(h=jQuery("<div></div>").addClass("wpmui-overlay").appendTo(g)),h},a._make_modal=function(b,c){var d=a._modal_overlay();return d.removeClass().addClass("wpmui-overlay"),b&&d.addClass(b),g.addClass("wpmui-has-overlay"),f.addClass("wpmui-no-scroll"),c&&f.addClass(c),d},a._close_modal=function(a){g.removeClass("wpmui-has-overlay"),f.removeClass("wpmui-no-scroll"),a&&f.removeClass(a)},jQuery(function(){b()})}(window.wpmUi=window.wpmUi||{}),function(a){var b=1,c={};a.popups=function(){return c},a.WpmUiWindow=function(d,e){function f(){N&&!N.data("hooked")&&(N.data("hooked",!0),N.on("click",".popup-close",k),N.on("click",".popup-title",l),N.on("click",".close",s.hide),N.on("click",".destroy",s.destroy),N.on("click","thead .check-column :checkbox",q),N.on("click","tfoot .check-column :checkbox",q),N.on("click","tbody .check-column :checkbox",r),jQuery(window).on("resize",n),void 0!==jQuery().draggable&&N.draggable({containment:jQuery("body"),scroll:!1,handle:".popup-title"}))}function g(){N&&N.data("hooked")&&(N.data("hooked",!1),N.off("click",".popup-close",k),N.off("click",".popup-title",l),N.off("click",".close",s.hide),N.off("click",".check-column :checkbox",q),jQuery(window).off("resize",n))}function h(){if(!M)return!1;if(!N)return!1;var b=a._modal_overlay(),e=N.find(".popup-title"),f=N.find(".popup-content"),g=e.find(".the-title");if(d&&!g.length&&(g=e),g.html(z),v?N.removeClass("no-close"):N.addClass("no-close"),E){M.find(".buttons").remove(),N.addClass("no-buttons"),A instanceof jQuery?f.empty().append(A):f.html(A);var h=f.find(".buttons");h.length&&(h.appendTo(N),N.removeClass("no-buttons")),N.addClass(B),E=!1}if(b instanceof jQuery&&b.off("click",m),t)i(),u&&a._make_modal("","has-popup"),w&&b.on("click",m),F&&(F=!1,n()),window.setTimeout(function(){"down"===H?f.css({bottom:e.height()+1}):f.css({top:e.height()+1}),y||window.setTimeout(n,5)},5);else{j();var k,l=!0;for(k in c)if(c[k]!==s&&c[k].is_visible()&&c[k].is_modal()){l=!1;break}l&&a._close_modal("has-popup no-scroll can-scroll")}var o=N.find(".popup-close .dashicons");o.length&&("none"===H?o.removeClass().addClass("dashicons dashicons-no-alt"):"collapsed"===P?o.removeClass().addClass("dashicons").addClass(Q):"expanded"===P&&o.removeClass().addClass("dashicons").addClass(R)),N[0].className=N[0].className.replace(/\sslidein-.+?\b/g,""),"none"===H?(N.removeClass("slidein"),N.removeClass("wdev-slidein"),N.addClass("wdev-window")):(N.addClass("slidein"),N.addClass("slidein-"+H),N.addClass("slidein-"+P),N.addClass("wdev-slidein"),N.removeClass("wdev-window")),G.top&&N.addClass("snap-top"),G.left&&N.addClass("snap-left"),G.right&&N.addClass("snap-right"),G.bottom&&N.addClass("snap-bottom")}function i(){N.show();var a="none"!==H,b="collapsed"===P;if(a){if(!b&&"none"===P){var c={};P="collapsed",c=o(c),c=p(c),N.css(c),b=!0}b&&(P="expanding",n(S),F=!1,window.setTimeout(function(){P="expanded",h(),window.setTimeout(n,10)},S))}}function j(){switch(H){case"up":case"down":if("expanded"===P){var a=jQuery(window),b=(a.innerHeight(),N.position()),c={};c["margin-top"]=0,c["margin-bottom"]=0,c.bottom="auto",c.top=b.top,N.css(c),P="collapsing",c=p(),N.animate(c,S,function(){P="collapsed",h(),window.setTimeout(n,10)})}break;default:N.hide()}}function k(a){"none"===H?s.hide():t?s.hide():s.show(),a.stopPropagation()}function l(a){"none"!==H&&(t?s.hide():s.show(),a.stopPropagation())}function m(){var b=a._modal_overlay();return!!M&&(!(!b instanceof jQuery)&&(b.off("click",m),void s.hide()))}function n(a){if(!N)return!1;if("function"==typeof L)L.apply(s,[s.$()]);else{var b={};b=o(b),b=p(b),!isNaN(a)&&a>0?N.animate(b,a):N.css(b)}}function o(a){var b=jQuery(window),c=b.innerWidth(),d=b.innerHeight(),e=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),f=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width")),g=x+e,h=y+f;if("object"!=typeof a&&(a={}),!y||!x){var i=!x,j=!y,k=0,l=0;N.find("*").each(function(){var a=jQuery(this),b=a.position(),c=a.outerWidth()+b.left,d=a.outerHeight()+b.top;i&&k<c&&(k=c),j&&l<d&&(l=d)}),i&&(g=k+e),j&&(h=l+f)}return G.left&&G.right?a.width=c-e:(c<g&&(g=c),a.width=g-e),G.top&&G.bottom?a.height=d-f:(d<h&&(h=d),a.height=h-f),a}function p(a){var b=jQuery(window),c=N.find(".slidein-toggle"),d=b.innerWidth(),e=b.innerHeight(),f=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),g=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width"));return"object"!=typeof a&&(a={}),void 0!==a.width&&void 0!==a.height||(a=o(a)),G.left||G.right?G.left&&G.right?a.left=0:(G.left&&(a.left=0),G.right&&(a.left=d-a.width-f)):a.left=(d-a.width)/2,"none"===H||"collapsed"!==P&&"collapsing"!==P?G.top||G.bottom?G.top&&G.bottom?a.top=0:(G.top&&(a.top=0),G.bottom&&(a.top=e-a.height-g)):a.top=(e-a.height)/2:a.top="down"===H?c.outerHeight()-a.height:e-c.outerHeight(),a["margin-top"]=0,a["margin-bottom"]=0,a.bottom="auto",a.right="auto",void 0===a.top&&(a.top="auto"),void 0===a.left&&(a.left="auto"),a}function q(a){var b=jQuery(this),c=b.prop("checked");a.shiftKey;b.closest("table").children("tbody, thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",c)}function r(a){var b=jQuery(this),c=b.closest("tbody").find(":checkbox").filter(":visible").not(":checked");return b.closest("table").children("thead, tfoot").find(":checkbox").prop("checked",0===c.length),!0}var s=this,t=!1,u=!1,v=!0,w=!0,x=740,y=400,z="Window",A="",B="",C="",D="",E=!1,F=!1,G={top:!1,left:!1,right:!1,bottom:!1},H="none",I=null,J=null,K=null,L=null,M=null,N=null,O="hidden",P="none",Q="",R="",S=400;this.id=0,this.is_modal=function(){return u},this.is_visible=function(){return t},this.is_slidein=function(){return H},this.get_snap=function(){return G},this.modal=function(a,b){return void 0===b&&(b=!0),u=!!a,w=!!b,h(),s},this.size=function(a,b){var c=parseFloat(a),d=parseFloat(b);return isNaN(c)&&(c=0),isNaN(d)&&(d=0),c>=0&&(x=c),d>=0&&(y=d),F=!0,h(),s},this.snap=function(){var a=!1;G={top:!1,left:!1,right:!1,bottom:!1};for(var b=0;b<arguments.length&&!a;b+=1){var c=arguments[b].toLowerCase();switch(c){case"top":case"left":case"right":case"bottom":G[c]=!0;break;case"none":case"center":a=!0}}return a&&(G={top:!1,left:!1,right:!1,bottom:!1}),F=!0,h(),s},this.slidein=function(a,b){switch(a=a.toLowerCase(),H="none",a){case"down":H="down",Q="dashicons-arrow-down-alt2",R="dashicons-arrow-up-alt2";break;case"up":H="up",Q="dashicons-arrow-up-alt2",R="dashicons-arrow-down-alt2"}return!isNaN(b)&&b>=0&&(S=b),F=!0,h(),s},this.animate=function(a,b){var c=!1,d="Webkit Moz O ms Khtml".split(" ");if(void 0!==N[0].style.animationName&&(c=!0),!1===c)for(var e=0;e<d.length;e++)if(void 0!==N[0].style[d[e]+"AnimationName"]){c=!0;break}return c||(a="",b=""),C=a,D=b,s},this.set_class=function(a){return B=a,E=!0,h(),s},this.onresize=function(a){return L=a,s},this.onshow=function(a){return I=a,s},this.onhide=function(a){return J=a,s},this.onclose=function(a){return K=a,s},this.loading=function(a){return a?N.addClass("wpmui-loading"):N.removeClass("wpmui-loading"),s},this.confirm=function(b){return"visible"!==O?s:!b instanceof Object?s:(b.layout="absolute",b.parent=N,a.confirm(b),s)},this.title=function(a,b){return void 0===b&&(b=!0),z=a,v=!!b,h(),s},this.content=function(a,b){return A=a instanceof jQuery?b?a:a.html():a,F=!0,E=!0,h(),s},this.show=function(){return M.appendTo(jQuery("body")),N.hide(),f(),t=!0,F=!0,O="visible",h(),N.hide(),window.setTimeout(function(){N.show()},2),"none"===H&&C&&(N.addClass(C+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(C)})),"function"==typeof I&&I.apply(s,[s.$()]),s},this.hide=function(){function a(){"none"===H&&(M.detach(),g()),t=!1,O="hidden",h(),"function"==typeof J&&J.apply(s,[s.$()])}return"none"===H&&D?(N.addClass(D+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(D),a()})):a(),s},this.destroy=function(){var a=J;"closing"!==O&&(J=function(){"function"==typeof a&&a.apply(s,[s.$()]),O="closing","function"==typeof K&&K.apply(s,[s.$()]),M.remove(),M=null,N=null,delete c[s.id],s=null},s.hide())},this.on=function(a,b,c){return M.on(a,b,c),M.filter(b).length&&M.on(a,c),s},this.off=function(a,b,c){return M.off(a,b,c),M.filter(b).length&&M.off(a,c),s},this.$=function(a){return a?M.find(a):M},s=this,function(){s.id=b,b+=1,c[s.id]=s,d||(d='<div class="wpmui-popup"><div class="popup-title"><span class="the-title"></span><span class="popup-close"><i class="dashicons dashicons-no-alt"></i></span></div><div class="popup-content"></div></div>'),M=jQuery(d),e&&jQuery("<style>"+e+"</style>").prependTo(M),M.filter(".popup").length||M.find(".popup").length||M.addClass("popup"),N=M.hasClass("popup")?M:M.find(".popup").first(),N.find(".popup-title").length||(s.title=function(){return s}),N.find(".popup-content").length||(s.content=function(){return s}),N.find(".slidein-toggle").length||(N.find(".popup-title .popup-close").length?N.find(".popup-title .popup-close").addClass("slidein-toggle"):N.find(".popup-title").length?N.find(".popup-title").addClass("slidein-toggle"):N.prepend('<span class="slidein-toggle only-slidein"><i class="dashicons"></i></span>')),t=!1}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiProgress=function(){function a(){var a=c/d*100;a<0&&(a=0),a>100&&(a=100),g.width(a+"%"),j.text(parseInt(a)+" %"),e&&e.length?(i.html(e),i.show()):i.hide()}var b=this,c=0,d=100,e="",f=null,g=null,h=null,i=null,j=null;this.value=function(d){return isNaN(d)||(c=parseInt(d),a()),b},this.max=function(c){return isNaN(c)||(d=parseInt(c),a()),b},this.label=function(c){return e=c,a(),b},this.on=function(a,c,d){return f.on(a,c,d),b},this.off=function(a,c,d){return f.off(a,c,d),b},this.$=function(){return f},b=this,function(){d=100,c=0,f=jQuery('<div class="wpmui-progress-wrap"></div>'),h=jQuery('<div class="wpmui-progress-full"></div>'),g=jQuery('<div class="wpmui-progress"></div>'),i=jQuery('<div class="wpmui-progress-label"></div>'),j=jQuery('<div class="wpmui-progress-percent"></div>'),g.appendTo(h),j.appendTo(h),h.appendTo(f),i.appendTo(f),a()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.add_action||(a.filters=a.filters||{},a.add_action=function(b,c,d){a.add_filter(b,c,d)},a.add_filter=function(b,c,d){void 0!==c&&(void 0===d&&(d=10),a.filters[b]=a.filters[b]||[],a.filters[b].push({priority:d,callback:c}))},a.remove_action=function(b,c){a.remove_filter(b,c)},a.remove_filter=function(b,c){a.filters[b]=a.filters[b]||[],a.filters[b].forEach(function(d,e){d.callback===c&&a.filters[b].splice(e,1)})},a.remove_all_actions=function(b,c){a.remove_all_filters(b,c)},a.remove_all_filters=function(b,c){a.filters[b]=a.filters[b]||[],void 0===c?a.filters[b]=[]:a.filters[b].forEach(function(d,e){d.priority===c&&a.filters[b].splice(e,1)})},a.do_action=function(b,c){var d=[];void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){d[a.priority]=d[a.priority]||[],d[a.priority].push(a.callback)}),d.forEach(function(a){a.forEach(function(a){a(c)})}))},a.apply_filters=function(b,c,d){var e=[];return void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){e[a.priority]=e[a.priority]||[],e[a.priority].push(a.callback)}),e.forEach(function(a){a.forEach(function(a){c=a(c,d)})})),c})}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiAjaxData=function(a,b){function c(){var a=document.createElement("INPUT"),b=new XMLHttpRequest;a.type="file",p="files"in a,o=!!(b&&"upload"in b&&"onprogress"in b.upload),q=!!window.FormData}function d(){var a=new window.XMLHttpRequest;return o&&(a.upload.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1),a.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1)),a}function e(a){o&&"function"==typeof m&&m(a)}function f(a,b,c){e(100),"function"==typeof n&&n(a,b,c)}function g(a,b){var c={};if(b=b&&q,l instanceof jQuery)if(l.find(".wp-editor-area").each(function(){var a=jQuery(this).attr("id"),b="#wp-"+a+"-wrap",c=jQuery(b),d=window.tinyMCE.get(a);d&&c.hasClass("tmce-active")&&d.save()}),b)c=new window.FormData(l[0]);else{c={};var d={},e={validate:/^[a-zA-Z_][a-zA-Z0-9_-]*(?:\[(?:\d*|[a-zA-Z0-9_]+)\])*$/,key:/[a-zA-Z0-9_-]+|(?=\[\])/g,push:/^$/,fixed:/^\d+$/,named:/^[a-zA-Z0-9_-]+$/},f=function(a,b,c){return a[b]=c,a},g=function(a){return void 0===d[a]&&(d[a]=0),d[a]++};jQuery.each(l.serializeArray(),function(){if(e.validate.test(this.name)){for(var a,b=this.name.match(e.key),d=this.value,h=this.name;void 0!==(a=b.pop());)h=h.replace(new RegExp("\\["+a+"\\]$"),""),a.match(e.push)?d=f([],g(h),d):a.match(e.fixed)?d=f([],a,d):a.match(e.named)&&(d=f({},a,d));c=jQuery.extend(!0,c,d)}}),l.find("input[type=file]").each(function(){var a=jQuery(this),b=a.attr("name"),d=a.clone(!0)[0];c[":files"]=c[":files"]||{},c[":files"][b]=d})}else if("string"==typeof l){var h=l.split("&").map(function(a){return a.split("=",2)});c=b?new window.FormData:{};for(var i in h){var j=decodeURI(h[i][0]),k=decodeURI(h[i][1]);b?c.append(j,k):void 0!==c[j]?("object"!=typeof c[j]&&(c[j]=[c[j]]),c[j].push(k)):c[j]=k}}else if("object"==typeof l)if(b){c=new window.FormData;for(var m in l)l.hasOwnProperty(m)&&c.append(m,l[m])}else c=jQuery.extend({},l);return void 0!==a&&(c instanceof window.FormData?c.append("action",a):c.action=a),c}function h(b,c){var h=g(b,!0),i={},j=null,k=!1;"json"!==c&&(c="text"),e(-1),i={url:a,type:"POST",dataType:"html",data:h,xhr:d,success:function(a,b,d){if(k=!0,j=a,"json"===c)try{j=jQuery.parseJSON(a)}catch(b){j={status:"ERR",data:a}}},error:function(a,b,c){k=!1,j=c},complete:function(a,b){j instanceof Object&&"ERR"===j.status&&(k=!1),f(j,k,a)}},h instanceof window.FormData&&(i.processData=!1,i.contentType=!1),jQuery.ajax(i)}function i(b,c){var d=g(b,!1),e=jQuery("<form></form>"),f="";for(var h in d)if(d.hasOwnProperty(h))if(":files"===h)for(var i in d[h]){var j=d[h][i];e.append(j)}else"action"===h?f=h+"="+d[h].toString():jQuery('<input type="hidden" />').attr("name",h).attr("value",d[h]).appendTo(e);f=-1===a.indexOf("?")?"?"+f:"&"+f,e.attr("action",a+f).attr("method","POST").attr("enctype","multipart/form-data").attr("target",c).hide().appendTo(jQuery("body")),e.submit()}var j=this,k=null,l={},m=null,n=null,o=!1,p=!1,q=!1;this.data=function(a){return l=a,j},this.extract_data=function(a){return l=a,g(void 0,!1)},this.onprogress=function(a){return m=a,j},this.ondone=function(a){return n=a,j},this.reset=function(){return l={},m=null,n=null,j},this.load_text=function(a){return a=a||b,h(a,"text"),j},this.load_json=function(a){return a=a||b,h(a,"json"),j},this.load_http=function(a,c){return a=a||"wpmui_void",c=c||b,i(c,a),j},j=this,function(){a||"string"!=typeof window.ajaxurl||(a=window.ajaxurl),k=jQuery("body").find("#wpmui_void"),k.length||(k=jQuery("<iframe></iframe>").attr("name","wpmui_void").attr("id","wpmui_void").css({width:1,height:1,display:"none",visibility:"hidden",position:"absolute",left:-1e3,top:-1e3}).hide().appendTo(jQuery("body"))),c(),j.reset()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiBinary=function(){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a.WpmUiBinary.utf8_encode=function(a){if("string"!=typeof a)return a;a=a.replace(/\r\n/g,"\n");var b,c="",d=0;for(d;d<a.length;d++)b=a.charCodeAt(d),b<128?c+=String.fromCharCode(b):b>127&&b<2048?(c+=String.fromCharCode(b>>6|192),c+=String.fromCharCode(63&b|128)):(c+=String.fromCharCode(b>>12|224),c+=String.fromCharCode(b>>6&63|128),c+=String.fromCharCode(63&b|128));return c},a.WpmUiBinary.utf8_decode=function(a){if("string"!=typeof a)return a;for(var b="",c=0,d=0;c<a.length;)d=a.charCodeAt(c),d<128?(b+=String.fromCharCode(d),c+=1):d>191&&d<224?(b+=String.fromCharCode((31&d)<<6|63&a.charCodeAt(c+1)),c+=2):(b+=String.fromCharCode((15&d)<<12|(63&a.charCodeAt(c+1))<<6|63&a.charCodeAt(c+2)),c+=3);return b},a.WpmUiBinary.base64_encode=function(c){if("string"!=typeof c)return c;c=a.WpmUiBinary.utf8_encode(c);for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)d=c.charCodeAt(l++),e=c.charCodeAt(l++),f=c.charCodeAt(l++),g=d>>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j);return k},a.WpmUiBinary.base64_decode=function(c){if("string"!=typeof c)return c;c.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)g=b.indexOf(c.charAt(l++)),h=b.indexOf(c.charAt(l++)),i=b.indexOf(c.charAt(l++)),j=b.indexOf(c.charAt(l++)),d=g<<2|h>>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!==i&&(k+=String.fromCharCode(e)),64!==j&&(k+=String.fromCharCode(f));return a.WpmUiBinary.utf8_decode(k)}}}(window.wpmUi=window.wpmUi||{});
inc/external/wpmu-lib/js/wpmu-vnav.3.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
  /*!
5
  * UI Pattern: Vertical navigation.
6
  * Version: 1.0.0
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * UI Pattern: Vertical navigation.
6
  * Version: 1.0.0
inc/external/wpmu-lib/js/wpmu-vnav.3.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! WPMU Dev code library - v3.0.1
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2016; * Licensed GPLv2+ */
4
- jQuery(function(){function e(){var e=jQuery(".vnav");n=jQuery("input[name=_wp_http_referer]"),e.wpmui_vnav()}function t(){var e,t,i,o,r,s,a,l=jQuery(this),c=0,u=jQuery(window),d=l.html(),p=d.replace("<h3>","<h2>").split("<h2>"),h=window.location.hash.replace(/^#/,""),f=h.length?"":" active";for(d='<ul class="lst-vnav">',e=0;p.length>e;e+=1)t=p[e],i=t.replace("</h3>","</h2>").split("</h2>"),2===i.length&&i[0].length&&("-"===i[0]?d+='<li class="lst-vnav-sep"></li>':(a=i[0].toLowerCase().replace(/\W\W*/g," ").replace(/^\s|\s$/g,"").replace(/\s/g,"-"),h.length&&h===a&&(f=" active"),o='<h2 data-key="'+a+'">'+i[0]+"</h2>",r='<div class="data">'+i[1]+"</div>",d+='<li class="lst-vnav-item'+f+'">'+o+r+"</li>",f=""));d+="</ul>",l.html(d),s=jQuery(".lst-vnav",l).first(),l.find(".lst-vnav-item > .data > table").each(function(){var e=jQuery(this),t=e.find("> tbody > tr > th, > tr > th"),n=t.filter(":empty");t.length===n.length&&t.remove()});var m=function m(){var e=jQuery(this),t=e.parents(".lst-vnav-item").first(),i=jQuery(".lst-vnav-item.active",s),o=e.data("key"),r="";window.location.hash=o,n.each(function(){var e=jQuery(this);r=e.val().split("#").shift(),r+="#"+o,e.val(r)}),i.removeClass("active"),t.addClass("active"),g()},g=function g(){var e=jQuery(".lst-vnav-item.active",s),t=jQuery("> .data",e).first(),n=t.outerHeight();c||(c=s.outerHeight()),s.css({"min-height":n+"px"}),t.css({"min-height":c+"px"})},v=function v(e){s.hasClass("open")?w(e):y(e)},y=function y(){s.addClass("open")},w=function w(){s.removeClass("open")};l.on("click","h2,h3",m),l.on("click","h2,h3",v),u.resize(g),u.resize(w),window.setTimeout(function(){var e=jQuery(".active",l);jQuery("h2,h3",e).click()},50)}var n="";jQuery.fn.extend({wpmui_vnav:function(){return this.each(function(){return t.apply(this),this})}}),e()});
 
1
+ /*! WPMU Dev code library - v3.0.2
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
+ jQuery(function(){function a(){var a,c,d,e,f,g,h,i=jQuery(this),j=0,k=jQuery(window),l=i.html(),m=l.replace("<h3>","<h2>").split("<h2>"),n=window.location.hash.replace(/^#/,""),o=n.length?"":" active";for(l='<ul class="lst-vnav">',a=0;a<m.length;a+=1)c=m[a],d=c.replace("</h3>","</h2>").split("</h2>"),2===d.length&&d[0].length&&("-"===d[0]?l+='<li class="lst-vnav-sep"></li>':(h=d[0].toLowerCase().replace(/\W\W*/g," ").replace(/^\s|\s$/g,"").replace(/\s/g,"-"),n.length&&n===h&&(o=" active"),e='<h2 data-key="'+h+'">'+d[0]+"</h2>",f='<div class="data">'+d[1]+"</div>",l+='<li class="lst-vnav-item'+o+'">'+e+f+"</li>",o=""));l+="</ul>",i.html(l),g=jQuery(".lst-vnav",i).first(),i.find(".lst-vnav-item > .data > table").each(function(){var a=jQuery(this),b=a.find("> tbody > tr > th, > tr > th"),c=b.filter(":empty");b.length===c.length&&b.remove()});var p=function(a){var c=jQuery(this),d=c.parents(".lst-vnav-item").first(),e=jQuery(".lst-vnav-item.active",g),f=c.data("key"),h="";window.location.hash=f,b.each(function(){var a=jQuery(this);h=a.val().split("#").shift(),h+="#"+f,a.val(h)}),e.removeClass("active"),d.addClass("active"),q()},q=function(a){var b=jQuery(".lst-vnav-item.active",g),c=jQuery("> .data",b).first(),d=c.outerHeight();j||(j=g.outerHeight()),g.css({"min-height":d+"px"}),c.css({"min-height":j+"px"})},r=function(a){g.hasClass("open")?t(a):s(a)},s=function(a){g.addClass("open")},t=function(a){g.removeClass("open")};i.on("click","h2,h3",p),i.on("click","h2,h3",r),k.resize(q),k.resize(t),window.setTimeout(function(){var a=jQuery(".active",i);jQuery("h2,h3",a).click()},50)}var b="";jQuery.fn.extend({wpmui_vnav:function(){return this.each(function(){return a.apply(this),this})}}),function(){var a=jQuery(".vnav");b=jQuery("input[name=_wp_http_referer]"),a.wpmui_vnav()}()});
js/cs-cloning.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global jQuery:false */
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global jQuery:false */
js/cs-cloning.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
 
4
  jQuery(function(){var a=jQuery(document),b=jQuery("#widgets-right"),c=!1,d=function(a,b){var c=jQuery(b).closest(".widget"),d=c.find(".csb-clone-button"),e=c.find(".widget-control-actions .widget-control-save"),f=c.find(".widget-control-actions .spinner"),g=c.find(".widget-control-save");c.data("_csb_cloning")||(f.insertBefore(e).css({float:"left"}),d.insertBefore(e).click(k),g.click(m),c.data("_csb_cloning",!0))},e=function(a,d){if(c)return!1;for(var e=jQuery(d).closest(".widget"),g=e.find("input.csb-clone-group"),h=parseInt(g.val()),i=null;;){if(i=b.find('input.csb-clone-group[value="'+h+'"]'),!i.length||1===i.length&&i[0]===g[0])break;h+=1}g.val(h),f()},f=function(){for(var a=jQuery("#widgets-left input.csb-clone-group"),c=parseInt(a.first().val());b.find('input.csb-clone-group[value="'+c+'"]').length;)c+=1;a.val(c)},g=function(a){var c=jQuery(this).closest(".widget"),d=c.find("input.csb-clone-group").val(),e=b.find('input.csb-clone-group[value="'+d+'"]').closest(".widget");isNaN(d)||d<1||(e.addClass("csb-marker"),c.removeClass("csb-marker"))},h=function(a){jQuery(".widget.csb-marker").removeClass("csb-marker")},i=function(){b.find("input.csb-clone-group").each(function(){var a=jQuery(this).val(),c=b.find('input.csb-clone-group[value="'+a+'"]').closest(".widget"),d=c.find(".widget-title h4, .widget-title h3"),e="add";(isNaN(a)||a<1)&&(e="remove"),c.length<2&&(e="remove"),d.removeClass("csb-group group-active").find(".btn-clone-group").remove(),c.removeAttr("data-csb-icon"),"add"===e&&(d.addClass("csb-group group-active").prepend('<i class="dashicons dashicons-admin-links btn-clone-group"></i> '),d.find(".btn-clone-group").hover(g,h).click(j))})},j=function(a){var b=jQuery(this).closest(".widget"),c=b.find(".widget-title h4"),d=c.find(".btn-clone-group"),e=b.find("input.csb-clone-group");return a.preventDefault(),a.stopPropagation(),c.hasClass("group-active")?(c.removeClass("group-active"),d.removeClass("dashicons-admin-links").addClass("dashicons-editor-unlink"),e.data("group",e.val()),e.val(0),h()):(c.addClass("group-active"),d.addClass("dashicons-admin-links").removeClass("dashicons-editor-unlink"),e.val(e.data("group")),g.call(this,[a])),!1},k=function(a){var b=jQuery(this).closest(".widget"),d=jQuery("#widgets-left"),e=jQuery(".widgets-chooser"),g=jQuery("#wpbody-content");a.preventDefault(),c=!0,"new"===b.find("input.csb-clone-state").val()&&window.wpWidgets.save(b,0,0,0),window.wpWidgets.clearWidgetSelection(),e.slideUp(200,function(){e.hide(),g.append(this)});var h=b.find("input.id_base").val(),i=d.find('input.id_base[value="'+h+'"]'),j=i.closest(".widget");j.addClass("widget-in-question");var k=b.find("input.csb-clone-group").val(),l=(j.find(".widget-control-actions"),j.find("input.csb-clone-group")),m=j.find("input.csb-clone-state");l.val(k),m.val("empty");var n=b.closest(".widgets-sortables"),o=n.attr("id");return e.find(".widgets-chooser-selected").removeClass("widgets-chooser-selected"),e.find("li").each(function(){var a=jQuery(this);o===a.data("sidebarId")&&a.addClass("widgets-chooser-selected").focus()}),window.wpWidgets.addWidget(e),window.wpWidgets.clearWidgetSelection(),f(),c=!1,!1},l=function(a){"empty"===a.find("input.csb-clone-state").val()&&(a.addClass("wpmui-loading"),window.wpWidgets.save(a,0,1,0))},m=function(a){var c=jQuery(this).closest(".widget"),d=c.find("input.csb-clone-group").val();b.find('input.csb-clone-group[value="'+d+'"]').closest(".widget").not(c).each(function(){var a=jQuery(this);a.find("input.csb-clone-state"),a.addClass("wpmui-loading").attr("data-reload",!0)})},n=function(a){b.find(".widget[data-reload]").each(function(){var a=jQuery(this);a.find("input.csb-clone-state").val("empty"),a.removeAttr("data-reload"),window.wpWidgets.save(a,0,0,0)})},o=function(a,b,c,d){var e="string"==typeof c.data?c.data:"",f=e.match(/^.*&action=([^&]+).*$/),g=e.match(/^.*&widget-id=([^&]+).*$/),h=f&&2===f.length?f[1]:"",j=g&&2===g.length?g[1]:"";if(j.length){var k=jQuery('.widget input.widget-id[value="'+j+'"]'),m=k.closest(".widget");switch(h){case"save-widget":m.removeClass("wpmui-loading"),d.length?d.match(/^deleted:/)?window.setTimeout(i,400):(i(),n()):l(m)}}};b.find(".widget").each(d),a.on("widget-added",d),a.on("widget-added",e),a.ajaxSuccess(o),i(),f()});
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
  jQuery(function(){var a=jQuery(document),b=jQuery("#widgets-right"),c=!1,d=function(a,b){var c=jQuery(b).closest(".widget"),d=c.find(".csb-clone-button"),e=c.find(".widget-control-actions .widget-control-save"),f=c.find(".widget-control-actions .spinner"),g=c.find(".widget-control-save");c.data("_csb_cloning")||(f.insertBefore(e).css({float:"left"}),d.insertBefore(e).click(k),g.click(m),c.data("_csb_cloning",!0))},e=function(a,d){if(c)return!1;for(var e=jQuery(d).closest(".widget"),g=e.find("input.csb-clone-group"),h=parseInt(g.val()),i=null;;){if(i=b.find('input.csb-clone-group[value="'+h+'"]'),!i.length||1===i.length&&i[0]===g[0])break;h+=1}g.val(h),f()},f=function(){for(var a=jQuery("#widgets-left input.csb-clone-group"),c=parseInt(a.first().val());b.find('input.csb-clone-group[value="'+c+'"]').length;)c+=1;a.val(c)},g=function(a){var c=jQuery(this).closest(".widget"),d=c.find("input.csb-clone-group").val(),e=b.find('input.csb-clone-group[value="'+d+'"]').closest(".widget");isNaN(d)||d<1||(e.addClass("csb-marker"),c.removeClass("csb-marker"))},h=function(a){jQuery(".widget.csb-marker").removeClass("csb-marker")},i=function(){b.find("input.csb-clone-group").each(function(){var a=jQuery(this).val(),c=b.find('input.csb-clone-group[value="'+a+'"]').closest(".widget"),d=c.find(".widget-title h4, .widget-title h3"),e="add";(isNaN(a)||a<1)&&(e="remove"),c.length<2&&(e="remove"),d.removeClass("csb-group group-active").find(".btn-clone-group").remove(),c.removeAttr("data-csb-icon"),"add"===e&&(d.addClass("csb-group group-active").prepend('<i class="dashicons dashicons-admin-links btn-clone-group"></i> '),d.find(".btn-clone-group").hover(g,h).click(j))})},j=function(a){var b=jQuery(this).closest(".widget"),c=b.find(".widget-title h4"),d=c.find(".btn-clone-group"),e=b.find("input.csb-clone-group");return a.preventDefault(),a.stopPropagation(),c.hasClass("group-active")?(c.removeClass("group-active"),d.removeClass("dashicons-admin-links").addClass("dashicons-editor-unlink"),e.data("group",e.val()),e.val(0),h()):(c.addClass("group-active"),d.addClass("dashicons-admin-links").removeClass("dashicons-editor-unlink"),e.val(e.data("group")),g.call(this,[a])),!1},k=function(a){var b=jQuery(this).closest(".widget"),d=jQuery("#widgets-left"),e=jQuery(".widgets-chooser"),g=jQuery("#wpbody-content");a.preventDefault(),c=!0,"new"===b.find("input.csb-clone-state").val()&&window.wpWidgets.save(b,0,0,0),window.wpWidgets.clearWidgetSelection(),e.slideUp(200,function(){e.hide(),g.append(this)});var h=b.find("input.id_base").val(),i=d.find('input.id_base[value="'+h+'"]'),j=i.closest(".widget");j.addClass("widget-in-question");var k=b.find("input.csb-clone-group").val(),l=(j.find(".widget-control-actions"),j.find("input.csb-clone-group")),m=j.find("input.csb-clone-state");l.val(k),m.val("empty");var n=b.closest(".widgets-sortables"),o=n.attr("id");return e.find(".widgets-chooser-selected").removeClass("widgets-chooser-selected"),e.find("li").each(function(){var a=jQuery(this);o===a.data("sidebarId")&&a.addClass("widgets-chooser-selected").focus()}),window.wpWidgets.addWidget(e),window.wpWidgets.clearWidgetSelection(),f(),c=!1,!1},l=function(a){"empty"===a.find("input.csb-clone-state").val()&&(a.addClass("wpmui-loading"),window.wpWidgets.save(a,0,1,0))},m=function(a){var c=jQuery(this).closest(".widget"),d=c.find("input.csb-clone-group").val();b.find('input.csb-clone-group[value="'+d+'"]').closest(".widget").not(c).each(function(){var a=jQuery(this);a.find("input.csb-clone-state"),a.addClass("wpmui-loading").attr("data-reload",!0)})},n=function(a){b.find(".widget[data-reload]").each(function(){var a=jQuery(this);a.find("input.csb-clone-state").val("empty"),a.removeAttr("data-reload"),window.wpWidgets.save(a,0,0,0)})},o=function(a,b,c,d){var e="string"==typeof c.data?c.data:"",f=e.match(/^.*&action=([^&]+).*$/),g=e.match(/^.*&widget-id=([^&]+).*$/),h=f&&2===f.length?f[1]:"",j=g&&2===g.length?g[1]:"";if(j.length){var k=jQuery('.widget input.widget-id[value="'+j+'"]'),m=k.closest(".widget");switch(h){case"save-widget":m.removeClass("wpmui-loading"),d.length?d.match(/^deleted:/)?window.setTimeout(i,400):(i(),n()):l(m)}}};b.find(".widget").each(d),a.on("widget-added",d),a.on("widget-added",e),a.ajaxSuccess(o),i(),f()});
js/cs-visibility.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global jQuery:false */
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global jQuery:false */
js/cs-visibility.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
 
4
  jQuery(function(){var a=jQuery(document),b=function(a,b){var g=jQuery(b).closest(".widget"),l=g.find(".csb-visibility-button"),m=g.find(".widget-control-actions .widget-control-save"),n=g.find(".widget-control-actions .spinner");g.data("_csb_visibility")||(n.insertBefore(m).css({float:"left"}),l.insertBefore(m).click(h),g.on("click",".toggle-action b",i),g.on("csb:update",e),g.on("click",".clear-filter",c),g.on("click",".choose-filters",f),g.on("click",".add-filter",d),g.on("change","input[data-lbl-all][data-lbl-single]",j),g.on("change","select.posttype",k),g.data("_csb_visibility",!0))},c=function(a){var b=jQuery(this),c=b.closest(".csb-option-row"),d=b.closest(".widget"),e="."+jQuery.trim(c.attr("class").replace("csb-option-row","")),f=d.find('[data-for="'+e+'"]'),g=c.find("input, select, textarea");return a.preventDefault(),f.show(),c.fadeOut(400,function(){g.val("").trigger("change.select2"),d.trigger("csb:update")}),!1},d=function(a){var b=jQuery(this),c=b.data("for"),d=b.closest(".widget"),e=d.find(".csb-always"),f=d.find(c);return a.preventDefault(),f.show(),b.hide(),e.hide(),g(),d.trigger("csb:update"),!1},e=function(){var a=jQuery(this).closest(".widget"),b=a.find(".csb-always"),c=a.find(".csb-option-row:visible:not(.csb-action,.csb-always)");0===c.length?b.show():(b.hide(),c.find(".csb-and").show(),c.first().find(".csb-and").hide()),wpmUi.upgrade_multiselect(a)},f=function(b){var c=jQuery(this),d=c.closest(".csb-option-row"),e=d.find(".dropdown");return b.preventDefault(),e.show(),a.one("click",g),!1},g=function(a){jQuery(".csb-action .dropdown:visible").hide()},h=function(a){var b=jQuery(this),c=b.closest(".widget"),d=c.find(".csb-visibility-inner"),e=d.find(".csb-visible-flag");return a.preventDefault(),"0"===e.val()?(e.val("1"),d.show(),c.trigger("csb:update")):(e.val("0"),d.hide()),!1},i=function(a){var b=jQuery(this).closest("label"),c=b.closest(".widget"),d="#"+b.attr("for"),e=c.find(d),f=e.val(),g=c.find(".lbl-show-if"),h=c.find(".lbl-hide-if");return a.preventDefault(),"show"!==f?(g.show(),h.hide(),e.val("show")):(g.hide(),h.show(),e.val("hide")),!1},j=function(a){var b=jQuery(this).closest("label"),c=b.closest(".csb-detail-row"),d=b.find("input[type=checkbox]"),e=b.find(".lbl"),f=c.find(".detail"),g=f.find("input,select,textarea");d.prop("checked")?(e.text(d.data("lbl-single")),f.show()):(e.text(d.data("lbl-all")),f.hide(),g.val("").trigger("change.select2"))},k=function(a){var b,c=jQuery(this),d=c.closest(".csb-option-row"),e=d.find(".csb-detail-row"),f=c.val();if(e.addClass("csb-hide"),f)for(b=0;b<f.length;b+=1)e.filter(".csb-pt-"+f[b]).removeClass("csb-hide ");e.each(function(){var a=jQuery(this),b=a.find("input[type=checkbox]");a.hasClass("csb-hide")?(a.hide(),b.prop("checked",!1),j.call(b)):a.show()})};jQuery("#widgets-right .widget").each(b),a.on("widget-added",b)});
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
+
5
  jQuery(function(){var a=jQuery(document),b=function(a,b){var g=jQuery(b).closest(".widget"),l=g.find(".csb-visibility-button"),m=g.find(".widget-control-actions .widget-control-save"),n=g.find(".widget-control-actions .spinner");g.data("_csb_visibility")||(n.insertBefore(m).css({float:"left"}),l.insertBefore(m).click(h),g.on("click",".toggle-action b",i),g.on("csb:update",e),g.on("click",".clear-filter",c),g.on("click",".choose-filters",f),g.on("click",".add-filter",d),g.on("change","input[data-lbl-all][data-lbl-single]",j),g.on("change","select.posttype",k),g.data("_csb_visibility",!0))},c=function(a){var b=jQuery(this),c=b.closest(".csb-option-row"),d=b.closest(".widget"),e="."+jQuery.trim(c.attr("class").replace("csb-option-row","")),f=d.find('[data-for="'+e+'"]'),g=c.find("input, select, textarea");return a.preventDefault(),f.show(),c.fadeOut(400,function(){g.val("").trigger("change.select2"),d.trigger("csb:update")}),!1},d=function(a){var b=jQuery(this),c=b.data("for"),d=b.closest(".widget"),e=d.find(".csb-always"),f=d.find(c);return a.preventDefault(),f.show(),b.hide(),e.hide(),g(),d.trigger("csb:update"),!1},e=function(){var a=jQuery(this).closest(".widget"),b=a.find(".csb-always"),c=a.find(".csb-option-row:visible:not(.csb-action,.csb-always)");0===c.length?b.show():(b.hide(),c.find(".csb-and").show(),c.first().find(".csb-and").hide()),wpmUi.upgrade_multiselect(a)},f=function(b){var c=jQuery(this),d=c.closest(".csb-option-row"),e=d.find(".dropdown");return b.preventDefault(),e.show(),a.one("click",g),!1},g=function(a){jQuery(".csb-action .dropdown:visible").hide()},h=function(a){var b=jQuery(this),c=b.closest(".widget"),d=c.find(".csb-visibility-inner"),e=d.find(".csb-visible-flag");return a.preventDefault(),"0"===e.val()?(e.val("1"),d.show(),c.trigger("csb:update")):(e.val("0"),d.hide()),!1},i=function(a){var b=jQuery(this).closest("label"),c=b.closest(".widget"),d="#"+b.attr("for"),e=c.find(d),f=e.val(),g=c.find(".lbl-show-if"),h=c.find(".lbl-hide-if");return a.preventDefault(),"show"!==f?(g.show(),h.hide(),e.val("show")):(g.hide(),h.show(),e.val("hide")),!1},j=function(a){var b=jQuery(this).closest("label"),c=b.closest(".csb-detail-row"),d=b.find("input[type=checkbox]"),e=b.find(".lbl"),f=c.find(".detail"),g=f.find("input,select,textarea");d.prop("checked")?(e.text(d.data("lbl-single")),f.show()):(e.text(d.data("lbl-all")),f.hide(),g.val("").trigger("change.select2"))},k=function(a){var b,c=jQuery(this),d=c.closest(".csb-option-row"),e=d.find(".csb-detail-row"),f=c.val();if(e.addClass("csb-hide"),f)for(b=0;b<f.length;b+=1)e.filter(".csb-pt-"+f[b]).removeClass("csb-hide ");e.each(function(){var a=jQuery(this),b=a.find("input[type=checkbox]");a.hasClass("csb-hide")?(a.hide(),b.prop("checked",!1),j.call(b)):a.show()})};jQuery("#widgets-right .widget").each(b),a.on("widget-added",b)});
js/cs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global window:false */
@@ -595,6 +595,7 @@ window.csSidebars = null;
595
  } else if ( 'insert' === resp.action ) {
596
  // Insert a brand new sidebar container.
597
  csSidebars.insertSidebar( resp.data );
 
598
  }
599
  } else {
600
  msg.type = 'err';
@@ -895,6 +896,12 @@ window.csSidebars = null;
895
 
896
  // Remove object from internal collection.
897
  csSidebars.remove( id );
 
 
 
 
 
 
898
  } else {
899
  msg.type = 'err';
900
  }
@@ -1403,6 +1410,23 @@ window.csSidebars = null;
1403
  sb = wrapper.find( '.widgets-sortables:first' ),
1404
  id = sb.attr( 'id' );
1405
  return id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1406
  }
1407
  };
1408
 
@@ -1423,14 +1447,7 @@ window.csSidebars = null;
1423
  */
1424
  jQuery(document).ready( function($) {
1425
  window.setTimeout( function() {
1426
- if ( 0 === $(".sidebars-column-1 .inner .widgets-holder-wrap").length ) {
1427
- var template = wp.template('custom-sidebars-new');
1428
- $(".sidebars-column-1 .inner").before( template() );
1429
- $(".custom-sidebars-new").on( "click", function() {
1430
- $( "button.btn-create-sidebar" ).click();
1431
- $(this).detach();
1432
- });
1433
- }
1434
  }, 1000);
1435
  });
1436
  })(jQuery);
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*global window:false */
595
  } else if ( 'insert' === resp.action ) {
596
  // Insert a brand new sidebar container.
597
  csSidebars.insertSidebar( resp.data );
598
+ $('.cs-wrap .custom-sidebars-add-new').detach();
599
  }
600
  } else {
601
  msg.type = 'err';
896
 
897
  // Remove object from internal collection.
898
  csSidebars.remove( id );
899
+
900
+ // show "Create a custom sidebar to get started." if it is
901
+ // needed.
902
+ if ( "delete" === resp.action ) {
903
+ window.csSidebars.showGetStartedBox();
904
+ }
905
  } else {
906
  msg.type = 'err';
907
  }
1410
  sb = wrapper.find( '.widgets-sortables:first' ),
1411
  id = sb.attr( 'id' );
1412
  return id;
1413
+ },
1414
+
1415
+ /**
1416
+ * =====================================================================
1417
+ * Show "Create a custom sidebar to get started." box.
1418
+ *
1419
+ * @since 3.0.4
1420
+ */
1421
+ showGetStartedBox: function() {
1422
+ if ( 0 === $(".sidebars-column-1 .inner .widgets-holder-wrap").length ) {
1423
+ var template = wp.template('custom-sidebars-new');
1424
+ $(".sidebars-column-1 .inner").before( template() );
1425
+ $(".custom-sidebars-new").on( "click", function() {
1426
+ $( "button.btn-create-sidebar" ).click();
1427
+ $(this).detach();
1428
+ });
1429
+ }
1430
  }
1431
  };
1432
 
1447
  */
1448
  jQuery(document).ready( function($) {
1449
  window.setTimeout( function() {
1450
+ window.csSidebars.showGetStartedBox();
 
 
 
 
 
 
 
1451
  }, 1000);
1452
  });
1453
  })(jQuery);
js/cs.min.js CHANGED
@@ -1,4 +1,5 @@
1
- /*! Custom Sidebars - v3.0.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * Licensed GPLv2+ */
4
- 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(d.data("cs-init")!==!0)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);a.find(".sidebar-name h2").text().toLowerCase().indexOf(b)!==-1?a.show():a.hide()}),jQuery(window).trigger("cs-resize")},showEditor:function(a){function b(){h.$().removeClass("csb-has-more"),h.size(782,215)}function c(){h.$().addClass("csb-has-more"),h.size(782,545)}function d(){jQuery(this).prop("checked")?c():b()}function e(a,b,c){return h.loading(!1),!!a&&(b?(a.sidebar&&(a=a.sidebar),a.id&&h.$().find("#csb-id").val(a.id),a.name&&h.$().find("#csb-name").val(a.name),a.description&&h.$().find("#csb-description").val(a.description),a.before_title&&h.$().find("#csb-before-title").val(a.before_title),a.after_title&&h.$().find("#csb-after-title").val(a.after_title),a.before_widget&&h.$().find("#csb-before-widget").val(a.before_widget),a.after_widget&&h.$().find("#csb-after-widget").val(a.after_widget),void(a.button&&h.$().find(".btn-save").text(a.button))):(h.destroy(),csSidebars.showAjaxError(a),!1))}function f(a,b,c){var d,e={};h.loading(!1),h.destroy(),e.message=a.message,e.parent="#widgets-right",e.insert_after="#cs-title-options",e.id="editor",b?"update"===a.action?(d=csSidebars.find(a.data.id),csSidebars.updateSidebar(d,a.data)):"insert"===a.action&&csSidebars.insertSidebar(a.data):e.type="err",wpmUi.message(e)}function g(){var a=h.$().find("form");return h.loading(!0),i.reset().data(a).ondone(f).load_json(),!1}var h=null,i=null;return a instanceof CsSidebar&&(a={id:a.getID(),title:csSidebarsData.title_edit.replace("[Sidebar]",a.name),button:csSidebarsData.btn_edit}),h=wpmUi.popup().modal(!0).title(a.title).onshow(b).content(csSidebars.edit_form),b(),e(a,!0,null),i=wpmUi.ajax(null,"cs-ajax"),a.id&&(h.loading(!0),i.reset().data({do:"get",sb:a.id}).ondone(e).load_json()),h.show(),h.$().find("#csb-name").focus(),h.$().on("click","#csb-more",d),h.$().on("click",".btn-save",g),h.$().on("click",".btn-cancel",h.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(a){function b(a){a.find(".name").text(i)}function c(){f.loading(!1),f.destroy()}function d(a,b,c){var d={};f.loading(!1),f.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+h).closest(".widgets-holder-wrap").remove(),csSidebars.remove(h)):d.type="err",wpmUi.message(d)}function e(){f.loading(!0),g.reset().data({do:"delete",sb:h}).ondone(d).load_json()}var f=null,g=null,h=a.getID(),i=a.name;return f=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(b).show(),g=wpmUi.ajax(null,"cs-ajax"),f.$().on("click",".btn-cancel",c),f.$().on("click",".btn-delete",e),!0},showLocations:function(a){function b(a,b,c){function d(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function e(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===j?(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 g,h,i;if(f.loading(!1),!b)return f.destroy(),void csSidebars.showAjaxError(a);f.$().find(".sb-name").text(a.sidebar.name);var j=a.sidebar.id,k=f.$().find(".cs-replaceable");k.hide(),a.replaceable=wpmUi.obj(a.replaceable);for(var l in a.replaceable)a.replaceable.hasOwnProperty(l)&&k.filter("."+a.replaceable[l]).show();var m=f.$().find(".cs-datalist.cs-cat"),n=f.$().find(".cs-datalist.cs-arc-cat"),o=a.categories;n.empty(),m.empty();for(var p in o)d(o[p],n,p),d(o[p],m,p);for(var q in o){if(o[q].single)for(g in o[q].single)e(o[q].single[g],g,q,m);if(o[q].archive)for(g in o[q].archive)e(o[q].archive[g],g,q,n)}var r=f.$().find(".cs-datalist.cs-pt"),s=a.posttypes;r.empty();for(var t in s)h=jQuery("<option></option>"),i=s[t].name,h.attr("value",t).text(i),r.append(h);for(var u in s)if(s[u].single)for(g in s[u].single)e(s[u].single[g],g,u,r);var v=f.$().find(".cs-datalist.cs-arc"),w=a.archives;v.empty();for(var x in w)h=jQuery("<option></option>"),i=w[x].name,h.attr("value",x).text(i),v.append(h);for(var y in w)if(w[y].archive)for(g in w[y].archive)e(w[y].archive[g],g,y,v);var z=f.$().find(".cs-datalist.cs-arc-aut"),A=a.authors;z.empty();for(var B in A)h=jQuery("<option></option>"),i=A[B].name,h.attr("value",B).text(i),z.append(h);for(var C in A)if(A[C].archive)for(g in A[C].archive)e(A[C].archive[g],g,C,z)}function c(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 d(a,b,c){var d={};f.loading(!1),f.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 e(){f.loading(!0),g.reset().data(h).ondone(d).load_json()}var f=null,g=null,h=null,i=a.getID();return f=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),f.loading(!0),h=f.$().find(".frm-location"),h.find(".sb-id").val(i),g=wpmUi.ajax(null,"cs-ajax"),g.reset().data({do:"get-location",sb:i}).ondone(b).load_json(),f.$().on("click",".detail-toggle",c),f.$().on("click",".btn-save",e),f.$().on("click",".btn-cancel",f.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")}},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(){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-new").on("click",function(){a("button.btn-create-sidebar").click(),a(this).detach()})}},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))})}}();
 
1
+ /*! Custom Sidebars - v3.0.4
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2017; * 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),void(a.button&&i.$().find(".btn-save").text(a.button))):(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 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}).ondone(f).load_json()),i.show(),i.$().find("#csb-name").focus(),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(a){function b(a){a.find(".name").text(i)}function c(){f.loading(!1),f.destroy()}function d(a,b,c){var d={};f.loading(!1),f.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+h).closest(".widgets-holder-wrap").remove(),csSidebars.remove(h),"delete"===a.action&&window.csSidebars.showGetStartedBox()):d.type="err",wpmUi.message(d)}function e(){f.loading(!0),g.reset().data({do:"delete",sb:h}).ondone(d).load_json()}var f=null,g=null,h=a.getID(),i=a.name;return f=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(b).show(),g=wpmUi.ajax(null,"cs-ajax"),f.$().on("click",".btn-cancel",c),f.$().on("click",".btn-delete",e),!0},showLocations:function(a){function b(a,b,c){function d(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function e(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===j?(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 g,h,i;if(f.loading(!1),!b)return f.destroy(),void csSidebars.showAjaxError(a);f.$().find(".sb-name").text(a.sidebar.name);var j=a.sidebar.id,k=f.$().find(".cs-replaceable");k.hide(),a.replaceable=wpmUi.obj(a.replaceable);for(var l in a.replaceable)a.replaceable.hasOwnProperty(l)&&k.filter("."+a.replaceable[l]).show();var m=f.$().find(".cs-datalist.cs-cat"),n=f.$().find(".cs-datalist.cs-arc-cat"),o=a.categories;n.empty(),m.empty();for(var p in o)d(o[p],n,p),d(o[p],m,p);for(var q in o){if(o[q].single)for(g in o[q].single)e(o[q].single[g],g,q,m);if(o[q].archive)for(g in o[q].archive)e(o[q].archive[g],g,q,n)}var r=f.$().find(".cs-datalist.cs-pt"),s=a.posttypes;r.empty();for(var t in s)h=jQuery("<option></option>"),i=s[t].name,h.attr("value",t).text(i),r.append(h);for(var u in s)if(s[u].single)for(g in s[u].single)e(s[u].single[g],g,u,r);var v=f.$().find(".cs-datalist.cs-arc"),w=a.archives;v.empty();for(var x in w)h=jQuery("<option></option>"),i=w[x].name,h.attr("value",x).text(i),v.append(h);for(var y in w)if(w[y].archive)for(g in w[y].archive)e(w[y].archive[g],g,y,v);var z=f.$().find(".cs-datalist.cs-arc-aut"),A=a.authors;z.empty();for(var B in A)h=jQuery("<option></option>"),i=A[B].name,h.attr("value",B).text(i),z.append(h);for(var C in A)if(A[C].archive)for(g in A[C].archive)e(A[C].archive[g],g,C,z)}function c(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 d(a,b,c){var d={};f.loading(!1),f.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 e(){f.loading(!0),g.reset().data(h).ondone(d).load_json()}var f=null,g=null,h=null,i=a.getID();return f=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),f.loading(!0),h=f.$().find(".frm-location"),h.find(".sb-id").val(i),g=wpmUi.ajax(null,"cs-ajax"),g.reset().data({do:"get-location",sb:i}).ondone(b).load_json(),f.$().on("click",".detail-toggle",c),f.$().on("click",".btn-save",e),f.$().on("click",".btn-cancel",f.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-new").on("click",function(){a("button.btn-create-sidebar").click(),a(this).detach()})}}},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))})}}();
lang/custom-sidebars-de_DE.mo CHANGED
Binary file
lang/custom-sidebars-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:44+0100\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"
@@ -17,365 +17,400 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Clone"
22
  msgstr "Duplizieren"
23
 
24
- #: inc/class-custom-sidebars-editor.php:89
25
  #: inc/class-custom-sidebars-export.php:97
26
  msgid "You do not have permission for this"
27
  msgstr "Dafür hast du keine Berechtigung"
28
 
29
- #: inc/class-custom-sidebars-editor.php:159
30
  msgid "Sidebar-name cannot be empty"
31
  msgstr "Der Name darf nicht leer sein."
32
 
33
- #: inc/class-custom-sidebars-editor.php:183
34
- #: inc/class-custom-sidebars-editor.php:259
35
  msgid "The sidebar does not exist"
36
  msgstr "Die Sidebar existiert nicht"
37
 
38
- #: inc/class-custom-sidebars-editor.php:208
39
- #, php-format
40
  msgid "Created new sidebar <strong>%1$s</strong>"
41
  msgstr "Neue Sidebar <strong>%1$s</strong> erstellt"
42
 
43
- #: inc/class-custom-sidebars-editor.php:216
44
- #, php-format
45
  msgid "Updated sidebar <strong>%1$s</strong>"
46
  msgstr "Sidebar <strong>%1$s</strong> aktualisiert"
47
 
48
- #: inc/class-custom-sidebars-editor.php:227
49
- #: inc/class-custom-sidebars-editor.php:279
50
  msgid "The sidebar was not found"
51
  msgstr "Die Sidebar wurde nicht gefunden"
52
 
53
- #: inc/class-custom-sidebars-editor.php:268
54
- #, php-format
55
  msgid "Deleted sidebar <strong>%1$s</strong>"
56
  msgstr "Sidebar <strong>%1$s</strong> gelöscht"
57
 
58
- #: inc/class-custom-sidebars-editor.php:337
59
  msgid "Front Page"
60
  msgstr "Startseite"
61
 
62
- #: inc/class-custom-sidebars-editor.php:338
63
  msgid "Search Results"
64
  msgstr "Suchergebnisse"
65
 
66
- #: inc/class-custom-sidebars-editor.php:339
67
- msgid "Author Archives"
 
 
 
 
 
68
  msgstr "Autoren-Archive"
69
 
70
- #: inc/class-custom-sidebars-editor.php:340
71
  msgid "Tag Archives"
72
  msgstr "Tag-Archive"
73
 
74
- #: inc/class-custom-sidebars-editor.php:341
75
  msgid "Date Archives"
76
  msgstr "Datums-Archive"
77
 
78
- #: inc/class-custom-sidebars-editor.php:373
79
  msgid "Post Index"
80
  msgstr "Post Index"
81
 
82
- #: inc/class-custom-sidebars-editor.php:377
83
- #, php-format
84
  msgid "%1$s Archives"
85
  msgstr "%1$s Archive"
86
 
87
- #: inc/class-custom-sidebars-editor.php:509
88
- #, php-format
89
  msgid "Updated sidebar <strong>%1$s</strong> settings."
90
  msgstr "Einstellungen der Sidebar <strong>%1$s</strong> aktualisiert"
91
 
92
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
93
  msgid "Sidebars"
94
  msgstr "Sidebars"
95
 
 
 
 
 
 
96
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
97
  msgid "Import / Export Sidebars"
98
  msgstr "Importieren / Exportieren"
99
 
100
- #: inc/class-custom-sidebars-export.php:280
101
- #: inc/class-custom-sidebars-export.php:322
102
  msgid "No file was uploaded"
103
  msgstr "Keine Datei hochgeladen"
104
 
105
- #: inc/class-custom-sidebars-export.php:287
106
  msgid "Import file is too big"
107
  msgstr "Importdatei ist zu groß"
108
 
109
- #: inc/class-custom-sidebars-export.php:293
110
  msgid "Something went wrong"
111
  msgstr "Es ist etwas schiefgelaufen"
112
 
113
- #: inc/class-custom-sidebars-export.php:316
114
  msgid "Unexpected import format"
115
  msgstr "Ungültiges Importformat"
116
 
117
- #: inc/class-custom-sidebars-export.php:386
118
- msgid ""
119
- "Something unexpected happened and we could not finish the import. Please try "
120
- "again."
121
- msgstr ""
122
- "Etwas unvorhergesehenes ist passiert und der Import wurde nicht "
123
- "abgeschlossen. Bitte versuche es noch einmal."
124
-
125
- #: inc/class-custom-sidebars-export.php:587
126
- #, php-format
127
  msgid "Imported %d custom sidebar(s)!"
128
  msgstr "%d individuelle Sidebar(s) importiert!"
129
 
130
- #: inc/class-custom-sidebars-export.php:597
131
  msgid "Plugin options were imported!"
132
  msgstr "Plugin Optionen importiert!"
133
 
134
- #: inc/class-custom-sidebars-export.php:648
135
- #, php-format
136
  msgid "Imported %d widget(s)!"
137
  msgstr "%d Widget(s) importiert!"
138
 
139
- #: inc/class-custom-sidebars-visibility.php:164
140
  msgid "Visibility"
141
  msgstr "Sichtbarkeit"
142
 
143
- #: inc/class-custom-sidebars-visibility.php:173
144
  msgid "<b>Show</b> widget if:"
145
  msgstr "<b>Zeige</b> Widget, wenn:"
146
 
147
- #: inc/class-custom-sidebars-visibility.php:174
148
  msgid "<b>Hide</b> widget if:"
149
  msgstr "<b>Verstecke</b> Widget, wenn:"
150
 
151
- #: inc/class-custom-sidebars-visibility.php:202
152
- msgid "Always"
153
- msgstr "Immer"
154
 
155
- #: inc/class-custom-sidebars-visibility.php:207
156
  #: inc/class-custom-sidebars-visibility.php:214
157
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  #: inc/class-custom-sidebars-visibility.php:246
159
- #: inc/class-custom-sidebars-visibility.php:260
160
- #: inc/class-custom-sidebars-visibility.php:274
161
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  msgid "AND"
163
  msgstr "UND"
164
 
165
- #: inc/class-custom-sidebars-visibility.php:207
166
- msgid "On these dates"
167
- msgstr "In diesem Zeitraum"
168
 
169
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
170
  msgid "User has role"
171
  msgstr "Benutzer hat Rolle"
172
 
173
- #: inc/class-custom-sidebars-visibility.php:230
174
  msgid "User has Membership Level"
175
  msgstr "Benutzer hat Membership Level"
176
 
177
- #: inc/class-custom-sidebars-visibility.php:237
 
178
  msgid "(inactive)"
179
  msgstr "(inaktiv)"
180
 
181
- #: inc/class-custom-sidebars-visibility.php:246
182
- msgid "Pro Sites Level"
183
- msgstr "Pro Sites Level"
 
184
 
185
- #: inc/class-custom-sidebars-visibility.php:260
186
  msgid "On these special pages"
187
  msgstr "Auf diesen Spezialseiten"
188
 
189
- #: inc/class-custom-sidebars-visibility.php:274
190
  msgid "On any page of these types"
191
  msgstr "Auf allen Seiten mit diesem Typ"
192
 
193
- #: inc/class-custom-sidebars-visibility.php:288
194
- #, php-format
195
  msgid "Only for specific %s"
196
  msgstr "Nur für einzelne %s"
197
 
198
- #: inc/class-custom-sidebars-visibility.php:289
199
- #, php-format
200
  msgid "Only these %s:"
201
  msgstr "Nur diese %s:"
202
 
203
- #: inc/class-custom-sidebars.php:87
204
- msgid "Custom Sidebars Pro"
205
- msgstr "Custom Sidebars Pro"
206
-
207
- #: inc/class-custom-sidebars.php:90
208
- #, php-format
209
- msgid ""
210
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
211
- "screen</a>!"
212
- msgstr ""
213
- "Du kannst jetzt individuelle Sidebars auf der <a href=\"%1$s\">Widget Seite</"
214
- "a> anlegen!"
215
-
216
- #: inc/class-custom-sidebars.php:106
217
- #, php-format
218
  msgid ""
219
  "<strong>Accessibility mode is not supported by the\n"
220
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
221
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
222
  msgstr ""
223
 
224
- #: inc/class-custom-sidebars.php:802
225
- #, php-format
226
- msgid ""
227
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
228
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
 
 
 
 
 
 
229
  msgstr ""
230
- "Import / Export Funktionen sind in<br />der <b>PRO</b> Version verfügbar."
231
- "<br /><a href=\"%1$s\" target=\"_blank\">Weitere Details</a>"
232
 
233
- #: inc/class-custom-sidebars.php:806
234
- msgid "Pro Version Features"
235
- msgstr "Pro Version Funktionen"
236
 
237
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
238
  msgid "Import"
239
  msgstr "Import"
240
 
241
- #: views/import.php:68
242
  msgid "Filename"
243
  msgstr "Dateiname"
244
 
245
- #: views/import.php:72
246
  msgid "Exported on"
247
  msgstr "Exportiert am"
248
 
249
- #: views/import.php:78
250
  msgid "WordPress settings"
251
  msgstr "WordPress Einstellungen"
252
 
253
- #: views/import.php:89
254
  msgid "WordPress version"
255
  msgstr "WordPress Version"
256
 
257
- #: views/import.php:94
258
  msgid "Plugin version"
259
  msgstr "Plugin Version"
260
 
261
- #: views/import.php:99
262
  msgid "Theme"
263
  msgstr "Theme"
264
 
265
- #: views/import.php:125 views/widgets.php:47
266
- msgid "Custom Sidebars"
267
- msgstr "Individuelle Sidebars"
268
-
269
- #: views/import.php:127
270
  msgid "Mark the sidebars that you want to import."
271
  msgstr "Markiere die Sidebars die du importieren willst."
272
 
273
- #: views/import.php:132
274
  msgid "Also import all widgets of the selected sidebars."
275
  msgstr "Importiere auch die Widgets der ausgewählten Sidebars."
276
 
277
- #: views/import.php:139 views/widgets-editor.php:15
278
  msgid "Name"
279
  msgstr "Name der Sidebar"
280
 
281
- #: views/import.php:140 views/widgets-editor.php:20
282
  msgid "Description"
283
  msgstr "Beschreibungstext"
284
 
285
- #: views/import.php:141
286
  msgid "Note"
287
  msgstr "Notiz"
288
 
289
- #: views/import.php:142
290
- msgid "Widgets"
291
- msgstr "Widgets"
292
 
293
- #: views/import.php:150
294
  msgid "Existing sidebar will be replaced!"
295
  msgstr "Vorhandene Sidebar wird ersetzt!"
296
 
297
- #: views/import.php:152
298
- msgid "New sidebar will be created"
299
- msgstr "Neue Sidebar wird erstellt"
300
-
301
- #: views/import.php:206
302
  msgid "(Theme sidebar)"
303
  msgstr "(Theme Sidebar)"
304
 
305
- #: views/import.php:232
306
  msgid "Configuration"
307
  msgstr "Konfiguration"
308
 
309
- #: views/import.php:236
310
  msgid "Replaceable sidebars"
311
  msgstr "Ersetzbare Sidebars"
312
 
313
- #: views/import.php:239
314
  msgid "Replaceable Sidebars"
315
  msgstr "Sidebars die ersetzt werden können"
316
 
317
- #: views/import.php:249
318
  msgid "By post type"
319
  msgstr "Nach Beitragstyp"
320
 
321
- #: views/import.php:262
322
  msgid "Post-type archives"
323
  msgstr "Archive der einzelnen Beitragstypen"
324
 
325
- #: views/import.php:275
326
  msgid "By category"
327
  msgstr "Anhand der Kategorie"
328
 
329
- #: views/import.php:288
330
  msgid "Category archives"
331
  msgstr "Kategorie-Archive"
332
 
333
- #: views/import.php:301
334
- msgid "Special pages"
335
- msgstr "Spezialseiten"
336
-
337
- #: views/import.php:304
338
  msgid "Main blog page"
339
  msgstr "Blog- bzw. Artikelseite"
340
 
341
- #: views/import.php:305
342
  msgid "Date archives"
343
  msgstr "Datums-Archive"
344
 
345
- #: views/import.php:306
346
  msgid "Author archives"
347
  msgstr "Autoren-Archive"
348
 
349
- #: views/import.php:307
350
  msgid "Tag archives"
351
  msgstr "Tag-Archive"
352
 
353
- #: views/import.php:308
354
  msgid "Search results page"
355
  msgstr "Suchergebnisse"
356
 
357
- #: views/import.php:318
358
  msgid ""
359
  "Replace the current plugin configuration with the imported configuration."
360
  msgstr "Vorhandene Plugin Einstellungen mit den Importwerten ersetzen."
361
 
362
- #: views/metabox.php:15
363
- msgid ""
364
- "Here you can replace the default sidebars. Simply select what sidebar you "
365
- "want to show for this post!"
366
- msgstr ""
367
- "Hier kannst die Sidebars für diesen Beitrag festlegen. Wähle einfach aus, "
368
- "welche Sidebar verwendet werden soll!"
369
-
370
- #: views/metabox.php:40
371
- msgid ""
372
- "All sidebars have been locked, you cannot replace them. Go to <a href="
373
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
374
- msgstr ""
375
- "Alle Sidebars sind statisch. Bitte gehe auf <a href=\"widgets.php\">die "
376
- "Widgets Seite</a> und erlaube das Ersetzen von einer Theme-Sidebar."
377
-
378
- #: views/widgets-delete.php:12
379
  msgid ""
380
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
381
  "strong>."
@@ -384,7 +419,7 @@ msgstr ""
384
  "komplett löschen willst."
385
 
386
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
387
- #: views/widgets-location.php:173
388
  msgid "Cancel"
389
  msgstr "Abbrechen"
390
 
@@ -408,22 +443,6 @@ msgstr "Hier die Beschreibung..."
408
  msgid "Caution:"
409
  msgstr "Wichtig:"
410
 
411
- #: views/widgets-editor.php:29
412
- msgid ""
413
- "Before-after title-widget properties define the html code that will wrap the "
414
- "widgets and their titles in the sidebars, more info about them on the <a "
415
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
416
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
417
- "are not sure what you are doing, it can break the design of your site. Leave "
418
- "these fields blank to use the theme sidebars design."
419
- msgstr ""
420
- "Vor/Nach Überschrift/Widget Einstellungen definieren den HTML Code der für "
421
- "die Anzeige der Sidebars verwendet wird. Mehr Infos auf <a href=\"http://"
422
- "justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" target=\"_blank"
423
- "\">Justin Tadlock Blog</a>. Um Fehler auf deiner Seite zu vermeiden solltest "
424
- "du diese Felder nur verwenden, wenn du weißt was du tust. Lasse die Felder "
425
- "leer um den WordPress Standardcode zu verwenden."
426
-
427
  #: views/widgets-editor.php:39
428
  msgid "Before Title"
429
  msgstr "Vor der Überschrift"
@@ -448,27 +467,19 @@ msgstr "Erweitert - Umgebender HTML Code"
448
  msgid "Create Sidebar"
449
  msgstr "Sidebar erstellen"
450
 
451
- #: views/widgets-export.php:10 views/widgets-export.php:26
452
  msgid "Export"
453
  msgstr "Export"
454
 
455
- #: views/widgets-export.php:16
456
- msgid ""
457
- "This will generate a complete export file containing all your sidebars and "
458
- "the current sidebar configuration."
459
- msgstr ""
460
- "Es wird eine komplette Exportdatei erstellt, in der alle deine Sidebars "
461
- "inklusive deren Einstellungen enthalten ist."
462
-
463
- #: views/widgets-export.php:21
464
  msgid "Optional description for the export file:"
465
  msgstr "Optionale Beschreibung für die Exportdatei"
466
 
467
- #: views/widgets-export.php:35
468
  msgid "Export file"
469
  msgstr "Exportdatei"
470
 
471
- #: views/widgets-export.php:40
472
  msgid "Preview"
473
  msgstr "Vorschau"
474
 
@@ -477,36 +488,23 @@ msgid "Replaced by another sidebar:"
477
  msgstr "Von einer anderen Sidebar ersetzt:"
478
 
479
  #: views/widgets-location.php:38
480
- #, php-format
481
  msgid "As <strong>%1$s</strong> for selected %2$s"
482
  msgstr "Als <strong>%1$s</strong> für ausgewählte %2$s"
483
 
484
  #: views/widgets-location.php:50
485
- #, php-format
486
  msgid "Click here to pick available %1$s"
487
  msgstr "Klicken, um verfügbare %1$s zu wählen"
488
 
489
- #: views/widgets-location.php:77
490
- #, php-format
491
- msgid ""
492
- "To attach this sidebar to a unique Post or Page please visit that <a href="
493
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
494
- "metabox."
495
- msgstr ""
496
- "Du kannst diese Sidebar einer einzelnen <a href=\"%1$s\">Seite</a> oder "
497
- "einem <a href=\"%2$s\">Beitrag</a> über die Sidebar-Metabox im Editor "
498
- "zuweisen."
499
-
500
  # Not relevant! This is a WordPress core-translation; poedit added this by mistake...
501
- #: views/widgets-location.php:94 views/widgets-location.php:135
502
  msgid "Click to toggle"
503
  msgstr "Umschalten"
504
 
505
- #: views/widgets-location.php:95
506
  msgid "For all Single Entries matching selected criteria"
507
  msgstr "Für alle Einzelseiten, welche die Kriterien erfüllen"
508
 
509
- #: views/widgets-location.php:98
510
  msgid ""
511
  "These replacements will be applied to every single post that matches a "
512
  "certain post type or category."
@@ -514,31 +512,40 @@ msgstr ""
514
  "Diese Einstellungen werden für all jene Beiträge angewandt, welche zu einem "
515
  "bestimmten Beitragstyp oder einer bestimmten Kategorie gehören."
516
 
517
- #: views/widgets-location.php:106
518
  msgid "categories"
519
  msgstr "Kategorien"
520
 
521
- #: views/widgets-location.php:118
522
  msgid "Post Types"
523
  msgstr "Beitragstypen"
524
 
525
- #: views/widgets-location.php:136
526
  msgid "For Archives"
527
  msgstr "Für Archive"
528
 
529
- #: views/widgets-location.php:139
530
  msgid "These replacements will be applied to Archive Type posts and pages."
531
  msgstr "Diese Änderungen gelten für Archiv- und Übersichtsseiten."
532
 
533
- #: views/widgets-location.php:142 views/widgets-location.php:152
534
  msgid "Archive Types"
535
  msgstr "Archivtypen"
536
 
537
- #: views/widgets-location.php:143 views/widgets-location.php:163
538
  msgid "Category Archives"
539
  msgstr "Kategorie Archive"
540
 
541
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
 
542
  msgid "Save Changes"
543
  msgstr "Änderungen speichern"
544
 
@@ -582,9 +589,7 @@ msgstr ""
582
  "zu ersetzen."
583
 
584
  #: views/widgets.php:52
585
- msgid ""
586
- "Shows additional information on your webpage that explains why a sidebar or "
587
- "widget is displayed. Only you will see this information"
588
  msgstr ""
589
 
590
  #: views/widgets.php:68
@@ -615,6 +620,103 @@ msgstr "Sidebar ist auf allen Seiten immer gleich"
615
  msgid "Allow this sidebar to be replaced"
616
  msgstr "Sidebar kann ersetzt werden"
617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  #~ msgid "For single entries"
619
  #~ msgstr "Für Einzelne Seiten/Beiträge"
620
 
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: 2017-04-06 11:00:27+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"
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:202
53
  msgid "Clone"
54
  msgstr "Duplizieren"
55
 
56
+ #: inc/class-custom-sidebars-editor.php:119
57
  #: inc/class-custom-sidebars-export.php:97
58
  msgid "You do not have permission for this"
59
  msgstr "Dafür hast du keine Berechtigung"
60
 
61
+ #: inc/class-custom-sidebars-editor.php:194
62
  msgid "Sidebar-name cannot be empty"
63
  msgstr "Der Name darf nicht leer sein."
64
 
65
+ #: inc/class-custom-sidebars-editor.php:218
66
+ #: inc/class-custom-sidebars-editor.php:301
67
  msgid "The sidebar does not exist"
68
  msgstr "Die Sidebar existiert nicht"
69
 
70
+ #: inc/class-custom-sidebars-editor.php:249
 
71
  msgid "Created new sidebar <strong>%1$s</strong>"
72
  msgstr "Neue Sidebar <strong>%1$s</strong> erstellt"
73
 
74
+ #: inc/class-custom-sidebars-editor.php:257
 
75
  msgid "Updated sidebar <strong>%1$s</strong>"
76
  msgstr "Sidebar <strong>%1$s</strong> aktualisiert"
77
 
78
+ #: inc/class-custom-sidebars-editor.php:268
79
+ #: inc/class-custom-sidebars-editor.php:321
80
  msgid "The sidebar was not found"
81
  msgstr "Die Sidebar wurde nicht gefunden"
82
 
83
+ #: inc/class-custom-sidebars-editor.php:310
 
84
  msgid "Deleted sidebar <strong>%1$s</strong>"
85
  msgstr "Sidebar <strong>%1$s</strong> gelöscht"
86
 
87
+ #: inc/class-custom-sidebars-editor.php:379
88
  msgid "Front Page"
89
  msgstr "Startseite"
90
 
91
+ #: inc/class-custom-sidebars-editor.php:380
92
  msgid "Search Results"
93
  msgstr "Suchergebnisse"
94
 
95
+ #: inc/class-custom-sidebars-editor.php:381
96
+ msgid "Not found (404)"
97
+ msgstr ""
98
+
99
+ #: inc/class-custom-sidebars-editor.php:382
100
+ #, fuzzy
101
+ msgid "Any Author Archive"
102
  msgstr "Autoren-Archive"
103
 
104
+ #: inc/class-custom-sidebars-editor.php:383
105
  msgid "Tag Archives"
106
  msgstr "Tag-Archive"
107
 
108
+ #: inc/class-custom-sidebars-editor.php:384
109
  msgid "Date Archives"
110
  msgstr "Datums-Archive"
111
 
112
+ #: inc/class-custom-sidebars-editor.php:425
113
  msgid "Post Index"
114
  msgstr "Post Index"
115
 
116
+ #: inc/class-custom-sidebars-editor.php:429
 
117
  msgid "%1$s Archives"
118
  msgstr "%1$s Archive"
119
 
120
+ #: inc/class-custom-sidebars-editor.php:606
 
121
  msgid "Updated sidebar <strong>%1$s</strong> settings."
122
  msgstr "Einstellungen der Sidebar <strong>%1$s</strong> aktualisiert"
123
 
124
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
125
  msgid "Sidebars"
126
  msgstr "Sidebars"
127
 
128
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
129
+ #: views/widgets.php:47
130
+ msgid "Custom Sidebars"
131
+ msgstr "Individuelle Sidebars"
132
+
133
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
134
  msgid "Import / Export Sidebars"
135
  msgstr "Importieren / Exportieren"
136
 
137
+ #: inc/class-custom-sidebars-export.php:320
138
+ #: inc/class-custom-sidebars-export.php:362
139
  msgid "No file was uploaded"
140
  msgstr "Keine Datei hochgeladen"
141
 
142
+ #: inc/class-custom-sidebars-export.php:327
143
  msgid "Import file is too big"
144
  msgstr "Importdatei ist zu groß"
145
 
146
+ #: inc/class-custom-sidebars-export.php:333
147
  msgid "Something went wrong"
148
  msgstr "Es ist etwas schiefgelaufen"
149
 
150
+ #: inc/class-custom-sidebars-export.php:356
151
  msgid "Unexpected import format"
152
  msgstr "Ungültiges Importformat"
153
 
154
+ #: inc/class-custom-sidebars-export.php:633
 
 
 
 
 
 
 
 
 
155
  msgid "Imported %d custom sidebar(s)!"
156
  msgstr "%d individuelle Sidebar(s) importiert!"
157
 
158
+ #: inc/class-custom-sidebars-export.php:642
159
  msgid "Plugin options were imported!"
160
  msgstr "Plugin Optionen importiert!"
161
 
162
+ #: inc/class-custom-sidebars-export.php:692
 
163
  msgid "Imported %d widget(s)!"
164
  msgstr "%d Widget(s) importiert!"
165
 
166
+ #: inc/class-custom-sidebars-visibility.php:196
167
  msgid "Visibility"
168
  msgstr "Sichtbarkeit"
169
 
170
+ #: inc/class-custom-sidebars-visibility.php:205
171
  msgid "<b>Show</b> widget if:"
172
  msgstr "<b>Zeige</b> Widget, wenn:"
173
 
174
+ #: inc/class-custom-sidebars-visibility.php:206
175
  msgid "<b>Hide</b> widget if:"
176
  msgstr "<b>Verstecke</b> Widget, wenn:"
177
 
178
+ #: inc/class-custom-sidebars-visibility.php:210
179
+ msgid "Filters"
180
+ msgstr ""
181
 
 
182
  #: inc/class-custom-sidebars-visibility.php:214
183
+ msgid "Date"
184
+ msgstr ""
185
+
186
+ #: inc/class-custom-sidebars-visibility.php:219
187
+ msgid "Guests"
188
+ msgstr ""
189
+
190
+ #: inc/class-custom-sidebars-visibility.php:224
191
+ msgid "Roles"
192
+ msgstr ""
193
+
194
+ #: inc/class-custom-sidebars-visibility.php:229
195
+ msgid "Membership"
196
+ msgstr ""
197
+
198
+ #: inc/class-custom-sidebars-visibility.php:235
199
+ msgid "Membership2"
200
+ msgstr ""
201
+
202
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
203
+ msgid "Special pages"
204
+ msgstr "Spezialseiten"
205
+
206
  #: inc/class-custom-sidebars-visibility.php:246
207
+ #, fuzzy
208
+ msgid "For posttype"
209
+ msgstr "Nach Beitragstyp"
210
+
211
+ #: inc/class-custom-sidebars-visibility.php:248
212
+ msgid "Taxonomy"
213
+ msgstr ""
214
+
215
+ #: inc/class-custom-sidebars-visibility.php:265
216
+ msgid "Always"
217
+ msgstr "Immer"
218
+
219
+ #: inc/class-custom-sidebars-visibility.php:290
220
+ #: inc/class-custom-sidebars-visibility.php:295
221
+ #: inc/class-custom-sidebars-visibility.php:304
222
+ #: inc/class-custom-sidebars-visibility.php:323
223
+ #: inc/class-custom-sidebars-visibility.php:343
224
+ #: inc/class-custom-sidebars-visibility.php:362
225
+ #: inc/class-custom-sidebars-visibility.php:381
226
+ #: inc/class-custom-sidebars-visibility.php:472
227
  msgid "AND"
228
  msgstr "UND"
229
 
230
+ #: inc/class-custom-sidebars-visibility.php:291
231
+ msgid "User is not logged-in (Guest)"
232
+ msgstr ""
233
 
234
+ #: inc/class-custom-sidebars-visibility.php:296
235
+ msgid "User is logged-in (Member)"
236
+ msgstr ""
237
+
238
+ #: inc/class-custom-sidebars-visibility.php:305
239
  msgid "User has role"
240
  msgstr "Benutzer hat Rolle"
241
 
242
+ #: inc/class-custom-sidebars-visibility.php:324
243
  msgid "User has Membership Level"
244
  msgstr "Benutzer hat Membership Level"
245
 
246
+ #: inc/class-custom-sidebars-visibility.php:332
247
+ #: inc/class-custom-sidebars-visibility.php:352
248
  msgid "(inactive)"
249
  msgstr "(inaktiv)"
250
 
251
+ #: inc/class-custom-sidebars-visibility.php:344
252
+ #, fuzzy
253
+ msgid "User has Membership"
254
+ msgstr "Benutzer hat Membership Level"
255
 
256
+ #: inc/class-custom-sidebars-visibility.php:363
257
  msgid "On these special pages"
258
  msgstr "Auf diesen Spezialseiten"
259
 
260
+ #: inc/class-custom-sidebars-visibility.php:382
261
  msgid "On any page of these types"
262
  msgstr "Auf allen Seiten mit diesem Typ"
263
 
264
+ #: inc/class-custom-sidebars-visibility.php:400
 
265
  msgid "Only for specific %s"
266
  msgstr "Nur für einzelne %s"
267
 
268
+ #: inc/class-custom-sidebars-visibility.php:401
 
269
  msgid "Only these %s:"
270
  msgstr "Nur diese %s:"
271
 
272
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgid ""
274
  "<strong>Accessibility mode is not supported by the\n"
275
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
276
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
277
  msgstr ""
278
 
279
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
280
+ msgid "Widgets"
281
+ msgstr "Widgets"
282
+
283
+ #: inc/class-custom-sidebars.php:912
284
+ #, fuzzy
285
+ msgid "Support"
286
+ msgstr "Import"
287
+
288
+ #: inc/class-custom-sidebars.php:929
289
+ msgid "Create a custom sidebar to get started."
290
  msgstr ""
 
 
291
 
292
+ #: views/col-sidebars.php:18
293
+ msgid "(Not available for Home-Page)"
294
+ msgstr ""
295
 
296
+ #: views/col-sidebars.php:20
297
+ msgid "(Not available for Blog-Page)"
298
+ msgstr ""
299
+
300
+ #: views/import.php:60 views/widgets-export.php:33
301
  msgid "Import"
302
  msgstr "Import"
303
 
304
+ #: views/import.php:67
305
  msgid "Filename"
306
  msgstr "Dateiname"
307
 
308
+ #: views/import.php:71
309
  msgid "Exported on"
310
  msgstr "Exportiert am"
311
 
312
+ #: views/import.php:77
313
  msgid "WordPress settings"
314
  msgstr "WordPress Einstellungen"
315
 
316
+ #: views/import.php:88
317
  msgid "WordPress version"
318
  msgstr "WordPress Version"
319
 
320
+ #: views/import.php:93
321
  msgid "Plugin version"
322
  msgstr "Plugin Version"
323
 
324
+ #: views/import.php:98
325
  msgid "Theme"
326
  msgstr "Theme"
327
 
328
+ #: views/import.php:125
 
 
 
 
329
  msgid "Mark the sidebars that you want to import."
330
  msgstr "Markiere die Sidebars die du importieren willst."
331
 
332
+ #: views/import.php:130
333
  msgid "Also import all widgets of the selected sidebars."
334
  msgstr "Importiere auch die Widgets der ausgewählten Sidebars."
335
 
336
+ #: views/import.php:137 views/widgets-editor.php:15
337
  msgid "Name"
338
  msgstr "Name der Sidebar"
339
 
340
+ #: views/import.php:138 views/widgets-editor.php:20
341
  msgid "Description"
342
  msgstr "Beschreibungstext"
343
 
344
+ #: views/import.php:139
345
  msgid "Note"
346
  msgstr "Notiz"
347
 
348
+ #: views/import.php:147
349
+ msgid "New sidebar will be created"
350
+ msgstr "Neue Sidebar wird erstellt"
351
 
352
+ #: views/import.php:149
353
  msgid "Existing sidebar will be replaced!"
354
  msgstr "Vorhandene Sidebar wird ersetzt!"
355
 
356
+ #: views/import.php:205
 
 
 
 
357
  msgid "(Theme sidebar)"
358
  msgstr "(Theme Sidebar)"
359
 
360
+ #: views/import.php:233
361
  msgid "Configuration"
362
  msgstr "Konfiguration"
363
 
364
+ #: views/import.php:237
365
  msgid "Replaceable sidebars"
366
  msgstr "Ersetzbare Sidebars"
367
 
368
+ #: views/import.php:240
369
  msgid "Replaceable Sidebars"
370
  msgstr "Sidebars die ersetzt werden können"
371
 
372
+ #: views/import.php:250
373
  msgid "By post type"
374
  msgstr "Nach Beitragstyp"
375
 
376
+ #: views/import.php:263
377
  msgid "Post-type archives"
378
  msgstr "Archive der einzelnen Beitragstypen"
379
 
380
+ #: views/import.php:276
381
  msgid "By category"
382
  msgstr "Anhand der Kategorie"
383
 
384
+ #: views/import.php:289
385
  msgid "Category archives"
386
  msgstr "Kategorie-Archive"
387
 
388
+ #: views/import.php:305
 
 
 
 
389
  msgid "Main blog page"
390
  msgstr "Blog- bzw. Artikelseite"
391
 
392
+ #: views/import.php:306
393
  msgid "Date archives"
394
  msgstr "Datums-Archive"
395
 
396
+ #: views/import.php:307
397
  msgid "Author archives"
398
  msgstr "Autoren-Archive"
399
 
400
+ #: views/import.php:308
401
  msgid "Tag archives"
402
  msgstr "Tag-Archive"
403
 
404
+ #: views/import.php:309
405
  msgid "Search results page"
406
  msgstr "Suchergebnisse"
407
 
408
+ #: views/import.php:319
409
  msgid ""
410
  "Replace the current plugin configuration with the imported configuration."
411
  msgstr "Vorhandene Plugin Einstellungen mit den Importwerten ersetzen."
412
 
413
+ #: views/widgets-delete.php:11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  msgid ""
415
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
416
  "strong>."
419
  "komplett löschen willst."
420
 
421
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
422
+ #: views/widgets-location.php:186
423
  msgid "Cancel"
424
  msgstr "Abbrechen"
425
 
443
  msgid "Caution:"
444
  msgstr "Wichtig:"
445
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  #: views/widgets-editor.php:39
447
  msgid "Before Title"
448
  msgstr "Vor der Überschrift"
467
  msgid "Create Sidebar"
468
  msgstr "Sidebar erstellen"
469
 
470
+ #: views/widgets-export.php:10 views/widgets-export.php:28
471
  msgid "Export"
472
  msgstr "Export"
473
 
474
+ #: views/widgets-export.php:23
 
 
 
 
 
 
 
 
475
  msgid "Optional description for the export file:"
476
  msgstr "Optionale Beschreibung für die Exportdatei"
477
 
478
+ #: views/widgets-export.php:37
479
  msgid "Export file"
480
  msgstr "Exportdatei"
481
 
482
+ #: views/widgets-export.php:42
483
  msgid "Preview"
484
  msgstr "Vorschau"
485
 
488
  msgstr "Von einer anderen Sidebar ersetzt:"
489
 
490
  #: views/widgets-location.php:38
 
491
  msgid "As <strong>%1$s</strong> for selected %2$s"
492
  msgstr "Als <strong>%1$s</strong> für ausgewählte %2$s"
493
 
494
  #: views/widgets-location.php:50
 
495
  msgid "Click here to pick available %1$s"
496
  msgstr "Klicken, um verfügbare %1$s zu wählen"
497
 
 
 
 
 
 
 
 
 
 
 
 
498
  # Not relevant! This is a WordPress core-translation; poedit added this by mistake...
499
+ #: views/widgets-location.php:95 views/widgets-location.php:136
500
  msgid "Click to toggle"
501
  msgstr "Umschalten"
502
 
503
+ #: views/widgets-location.php:96
504
  msgid "For all Single Entries matching selected criteria"
505
  msgstr "Für alle Einzelseiten, welche die Kriterien erfüllen"
506
 
507
+ #: views/widgets-location.php:99
508
  msgid ""
509
  "These replacements will be applied to every single post that matches a "
510
  "certain post type or category."
512
  "Diese Einstellungen werden für all jene Beiträge angewandt, welche zu einem "
513
  "bestimmten Beitragstyp oder einer bestimmten Kategorie gehören."
514
 
515
+ #: views/widgets-location.php:107
516
  msgid "categories"
517
  msgstr "Kategorien"
518
 
519
+ #: views/widgets-location.php:119
520
  msgid "Post Types"
521
  msgstr "Beitragstypen"
522
 
523
+ #: views/widgets-location.php:137
524
  msgid "For Archives"
525
  msgstr "Für Archive"
526
 
527
+ #: views/widgets-location.php:140
528
  msgid "These replacements will be applied to Archive Type posts and pages."
529
  msgstr "Diese Änderungen gelten für Archiv- und Übersichtsseiten."
530
 
531
+ #: views/widgets-location.php:143 views/widgets-location.php:154
532
  msgid "Archive Types"
533
  msgstr "Archivtypen"
534
 
535
+ #: views/widgets-location.php:144 views/widgets-location.php:165
536
  msgid "Category Archives"
537
  msgstr "Kategorie Archive"
538
 
539
+ #: views/widgets-location.php:145
540
+ #, fuzzy
541
+ msgid "Authors"
542
+ msgstr "Autoren-Archive"
543
+
544
+ #: views/widgets-location.php:176
545
+ msgid "Author Archives"
546
+ msgstr "Autoren-Archive"
547
+
548
+ #: views/widgets-location.php:187 views/widgets.php:42
549
  msgid "Save Changes"
550
  msgstr "Änderungen speichern"
551
 
589
  "zu ersetzen."
590
 
591
  #: views/widgets.php:52
592
+ msgid "Filter..."
 
 
593
  msgstr ""
594
 
595
  #: views/widgets.php:68
620
  msgid "Allow this sidebar to be replaced"
621
  msgstr "Sidebar kann ersetzt werden"
622
 
623
+ #. Plugin Name of the plugin/theme
624
+ msgid "Custom Sidebars Pro"
625
+ msgstr "Custom Sidebars Pro"
626
+
627
+ #. Plugin URI of the plugin/theme
628
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
629
+ msgstr ""
630
+
631
+ #. Description of the plugin/theme
632
+ msgid ""
633
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
634
+ "sidebars or single widgets for specific posts and pages."
635
+ msgstr ""
636
+
637
+ #. Author of the plugin/theme
638
+ msgid "WPMU DEV"
639
+ msgstr ""
640
+
641
+ #. Author URI of the plugin/theme
642
+ msgid "http://premium.wpmudev.org/"
643
+ msgstr ""
644
+
645
+ #~ msgid ""
646
+ #~ "Something unexpected happened and we could not finish the import. Please "
647
+ #~ "try again."
648
+ #~ msgstr ""
649
+ #~ "Etwas unvorhergesehenes ist passiert und der Import wurde nicht "
650
+ #~ "abgeschlossen. Bitte versuche es noch einmal."
651
+
652
+ #~ msgid "On these dates"
653
+ #~ msgstr "In diesem Zeitraum"
654
+
655
+ #~ msgid "Pro Sites Level"
656
+ #~ msgstr "Pro Sites Level"
657
+
658
+ #~ msgid ""
659
+ #~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
660
+ #~ "\">Widgets screen</a>!"
661
+ #~ msgstr ""
662
+ #~ "Du kannst jetzt individuelle Sidebars auf der <a href=\"%1$s\">Widget "
663
+ #~ "Seite</a> anlegen!"
664
+
665
+ #~ msgid ""
666
+ #~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
667
+ #~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
668
+ #~ msgstr ""
669
+ #~ "Import / Export Funktionen sind in<br />der <b>PRO</b> Version verfügbar."
670
+ #~ "<br /><a href=\"%1$s\" target=\"_blank\">Weitere Details</a>"
671
+
672
+ #~ msgid "Pro Version Features"
673
+ #~ msgstr "Pro Version Funktionen"
674
+
675
+ #~ msgid ""
676
+ #~ "Here you can replace the default sidebars. Simply select what sidebar you "
677
+ #~ "want to show for this post!"
678
+ #~ msgstr ""
679
+ #~ "Hier kannst die Sidebars für diesen Beitrag festlegen. Wähle einfach aus, "
680
+ #~ "welche Sidebar verwendet werden soll!"
681
+
682
+ #~ msgid ""
683
+ #~ "All sidebars have been locked, you cannot replace them. Go to <a href="
684
+ #~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
685
+ #~ msgstr ""
686
+ #~ "Alle Sidebars sind statisch. Bitte gehe auf <a href=\"widgets.php\">die "
687
+ #~ "Widgets Seite</a> und erlaube das Ersetzen von einer Theme-Sidebar."
688
+
689
+ #~ msgid ""
690
+ #~ "Before-after title-widget properties define the html code that will wrap "
691
+ #~ "the widgets and their titles in the sidebars, more info about them on the "
692
+ #~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
693
+ #~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
694
+ #~ "fields if you are not sure what you are doing, it can break the design of "
695
+ #~ "your site. Leave these fields blank to use the theme sidebars design."
696
+ #~ msgstr ""
697
+ #~ "Vor/Nach Überschrift/Widget Einstellungen definieren den HTML Code der "
698
+ #~ "für die Anzeige der Sidebars verwendet wird. Mehr Infos auf <a href="
699
+ #~ "\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
700
+ #~ "target=\"_blank\">Justin Tadlock Blog</a>. Um Fehler auf deiner Seite zu "
701
+ #~ "vermeiden solltest du diese Felder nur verwenden, wenn du weißt was du "
702
+ #~ "tust. Lasse die Felder leer um den WordPress Standardcode zu verwenden."
703
+
704
+ #~ msgid ""
705
+ #~ "This will generate a complete export file containing all your sidebars "
706
+ #~ "and the current sidebar configuration."
707
+ #~ msgstr ""
708
+ #~ "Es wird eine komplette Exportdatei erstellt, in der alle deine Sidebars "
709
+ #~ "inklusive deren Einstellungen enthalten ist."
710
+
711
+ #~ msgid ""
712
+ #~ "To attach this sidebar to a unique Post or Page please visit that <a href="
713
+ #~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
714
+ #~ "sidebars metabox."
715
+ #~ msgstr ""
716
+ #~ "Du kannst diese Sidebar einer einzelnen <a href=\"%1$s\">Seite</a> oder "
717
+ #~ "einem <a href=\"%2$s\">Beitrag</a> über die Sidebar-Metabox im Editor "
718
+ #~ "zuweisen."
719
+
720
  #~ msgid "For single entries"
721
  #~ msgstr "Für Einzelne Seiten/Beiträge"
722
 
lang/custom-sidebars-en_EN.mo CHANGED
Binary file
lang/custom-sidebars-en_EN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:45+0100\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"
@@ -19,397 +19,432 @@ msgstr ""
19
  "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Clone"
24
  msgstr "Clone"
25
 
26
  # custom-sidebars
27
- #: inc/class-custom-sidebars-editor.php:89
28
  #: inc/class-custom-sidebars-export.php:97
29
  msgid "You do not have permission for this"
30
  msgstr "You do not have permission for this"
31
 
32
- #: inc/class-custom-sidebars-editor.php:159
33
  msgid "Sidebar-name cannot be empty"
34
  msgstr "Sidebar-name cannot be empty"
35
 
36
  # @ custom-sidebars
37
- #: inc/class-custom-sidebars-editor.php:183
38
- #: inc/class-custom-sidebars-editor.php:259
39
  msgid "The sidebar does not exist"
40
  msgstr "The sidebar does not exist"
41
 
42
- #: inc/class-custom-sidebars-editor.php:208
43
- #, php-format
44
  msgid "Created new sidebar <strong>%1$s</strong>"
45
  msgstr "Created new sidebar <strong>%1$s</strong>"
46
 
47
- #: inc/class-custom-sidebars-editor.php:216
48
- #, php-format
49
  msgid "Updated sidebar <strong>%1$s</strong>"
50
  msgstr "Updated sidebar <strong>%1$s</strong>"
51
 
52
  # @ custom-sidebars
53
- #: inc/class-custom-sidebars-editor.php:227
54
- #: inc/class-custom-sidebars-editor.php:279
55
  msgid "The sidebar was not found"
56
  msgstr "The sidebar was not found"
57
 
58
- #: inc/class-custom-sidebars-editor.php:268
59
- #, php-format
60
  msgid "Deleted sidebar <strong>%1$s</strong>"
61
  msgstr "Deleted sidebar <strong>%1$s</strong>"
62
 
63
- #: inc/class-custom-sidebars-editor.php:337
64
  msgid "Front Page"
65
  msgstr "Front Page"
66
 
67
  # @ custom-sidebars
68
- #: inc/class-custom-sidebars-editor.php:338
69
  msgid "Search Results"
70
  msgstr "Search Results"
71
 
 
 
 
 
72
  # @ custom-sidebars
73
- #: inc/class-custom-sidebars-editor.php:339
74
- msgid "Author Archives"
 
75
  msgstr "Author Archives"
76
 
77
  # @ custom-sidebars
78
- #: inc/class-custom-sidebars-editor.php:340
79
  msgid "Tag Archives"
80
  msgstr "Tag Archives"
81
 
82
  # @ custom-sidebars
83
- #: inc/class-custom-sidebars-editor.php:341
84
  msgid "Date Archives"
85
  msgstr "Date Archives"
86
 
87
  # @ custom-sidebars
88
- #: inc/class-custom-sidebars-editor.php:373
89
  msgid "Post Index"
90
  msgstr "Post Index"
91
 
92
  # @ custom-sidebars
93
- #: inc/class-custom-sidebars-editor.php:377
94
- #, php-format
95
  msgid "%1$s Archives"
96
  msgstr "%1$s Archives"
97
 
98
- #: inc/class-custom-sidebars-editor.php:509
99
- #, php-format
100
  msgid "Updated sidebar <strong>%1$s</strong> settings."
101
  msgstr "Updated sidebar <strong>%1$s</strong> settings."
102
 
103
  # @ custom-sidebars
104
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
105
  msgid "Sidebars"
106
  msgstr "Sidebars"
107
 
 
 
 
 
 
 
108
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
109
  msgid "Import / Export Sidebars"
110
  msgstr "Import / Export Sidebars"
111
 
112
- #: inc/class-custom-sidebars-export.php:280
113
- #: inc/class-custom-sidebars-export.php:322
114
  msgid "No file was uploaded"
115
  msgstr "No file was uploaded"
116
 
117
- #: inc/class-custom-sidebars-export.php:287
118
  msgid "Import file is too big"
119
  msgstr "Import file is too big"
120
 
121
- #: inc/class-custom-sidebars-export.php:293
122
  msgid "Something went wrong"
123
  msgstr "Something went wrong"
124
 
125
- #: inc/class-custom-sidebars-export.php:316
126
  msgid "Unexpected import format"
127
  msgstr "Unexpected import format"
128
 
129
- #: inc/class-custom-sidebars-export.php:386
130
- msgid ""
131
- "Something unexpected happened and we could not finish the import. Please try "
132
- "again."
133
- msgstr ""
134
- "Something unexpected happened and we could not finish the import. Please try "
135
- "again."
136
-
137
  # @ custom-sidebars
138
- #: inc/class-custom-sidebars-export.php:587
139
- #, php-format
140
  msgid "Imported %d custom sidebar(s)!"
141
  msgstr "Imported %d custom sidebar(s)!"
142
 
143
- #: inc/class-custom-sidebars-export.php:597
144
  msgid "Plugin options were imported!"
145
  msgstr "Plugin options were imported!"
146
 
147
- #: inc/class-custom-sidebars-export.php:648
148
- #, php-format
149
  msgid "Imported %d widget(s)!"
150
  msgstr "Imported %d widget(s)!"
151
 
152
- #: inc/class-custom-sidebars-visibility.php:164
153
  msgid "Visibility"
154
  msgstr "Visibility"
155
 
156
- #: inc/class-custom-sidebars-visibility.php:173
157
  msgid "<b>Show</b> widget if:"
158
  msgstr "<b>Show</b> widget if:"
159
 
160
- #: inc/class-custom-sidebars-visibility.php:174
161
  msgid "<b>Hide</b> widget if:"
162
  msgstr "<b>Hide</b> widget if:"
163
 
164
- #: inc/class-custom-sidebars-visibility.php:202
165
- msgid "Always"
166
- msgstr "Always"
167
 
168
- #: inc/class-custom-sidebars-visibility.php:207
169
  #: inc/class-custom-sidebars-visibility.php:214
170
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  #: inc/class-custom-sidebars-visibility.php:246
172
- #: inc/class-custom-sidebars-visibility.php:260
173
- #: inc/class-custom-sidebars-visibility.php:274
174
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "AND"
176
  msgstr "AND"
177
 
178
- #: inc/class-custom-sidebars-visibility.php:207
179
- msgid "On these dates"
180
- msgstr "On these dates"
181
 
182
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
183
  msgid "User has role"
184
  msgstr "User has role"
185
 
186
- #: inc/class-custom-sidebars-visibility.php:230
187
  msgid "User has Membership Level"
188
  msgstr "User has Membership Level"
189
 
190
- #: inc/class-custom-sidebars-visibility.php:237
 
191
  msgid "(inactive)"
192
  msgstr "(inactive)"
193
 
194
- #: inc/class-custom-sidebars-visibility.php:246
195
- msgid "Pro Sites Level"
196
- msgstr "Pro Sites Level"
 
197
 
198
- #: inc/class-custom-sidebars-visibility.php:260
199
  msgid "On these special pages"
200
  msgstr "On these special pages"
201
 
202
- #: inc/class-custom-sidebars-visibility.php:274
203
  msgid "On any page of these types"
204
  msgstr "On any page of these types"
205
 
206
- #: inc/class-custom-sidebars-visibility.php:288
207
- #, php-format
208
  msgid "Only for specific %s"
209
  msgstr "Only for specific %s"
210
 
211
- #: inc/class-custom-sidebars-visibility.php:289
212
- #, php-format
213
  msgid "Only these %s:"
214
  msgstr "Only these %s:"
215
 
216
- # @ custom-sidebars
217
- #: inc/class-custom-sidebars.php:87
218
- msgid "Custom Sidebars Pro"
219
- msgstr "Custom Sidebars Pro"
220
-
221
- #: inc/class-custom-sidebars.php:90
222
- #, php-format
223
- msgid ""
224
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
225
- "screen</a>!"
226
- msgstr ""
227
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
228
- "screen</a>!"
229
-
230
- #: inc/class-custom-sidebars.php:106
231
- #, php-format
232
  msgid ""
233
  "<strong>Accessibility mode is not supported by the\n"
234
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
235
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
236
  msgstr ""
237
 
238
- #: inc/class-custom-sidebars.php:802
239
- #, php-format
240
- msgid ""
241
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
242
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
 
 
 
 
 
 
 
243
  msgstr ""
244
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
245
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
246
 
247
- #: inc/class-custom-sidebars.php:806
248
- msgid "Pro Version Features"
249
- msgstr "Pro Version Features"
250
 
251
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
252
  msgid "Import"
253
  msgstr "Import"
254
 
255
- #: views/import.php:68
256
  msgid "Filename"
257
  msgstr "Filename"
258
 
259
- #: views/import.php:72
260
  msgid "Exported on"
261
  msgstr "Exported on"
262
 
263
- #: views/import.php:78
264
  msgid "WordPress settings"
265
  msgstr "WordPress settings"
266
 
267
- #: views/import.php:89
268
  msgid "WordPress version"
269
  msgstr "WordPress version"
270
 
271
- #: views/import.php:94
272
  msgid "Plugin version"
273
  msgstr "Plugin version"
274
 
275
- #: views/import.php:99
276
  msgid "Theme"
277
  msgstr "Theme"
278
 
279
- # @ custom-sidebars
280
- #: views/import.php:125 views/widgets.php:47
281
- msgid "Custom Sidebars"
282
- msgstr "Custom Sidebars"
283
-
284
- #: views/import.php:127
285
  msgid "Mark the sidebars that you want to import."
286
  msgstr "Mark the sidebars that you want to import."
287
 
288
- #: views/import.php:132
289
  msgid "Also import all widgets of the selected sidebars."
290
  msgstr "Also import all widgets of the selected sidebars."
291
 
292
  # @ custom-sidebars
293
- #: views/import.php:139 views/widgets-editor.php:15
294
  msgid "Name"
295
  msgstr "Name"
296
 
297
  # @ custom-sidebars
298
- #: views/import.php:140 views/widgets-editor.php:20
299
  msgid "Description"
300
  msgstr "Description"
301
 
302
- #: views/import.php:141
303
  msgid "Note"
304
  msgstr "Note"
305
 
306
  # @ custom-sidebars
307
- #: views/import.php:142
308
- msgid "Widgets"
309
- msgstr "Widgets"
310
 
311
- #: views/import.php:150
312
  msgid "Existing sidebar will be replaced!"
313
  msgstr "Existing sidebar will be replaced!"
314
 
315
  # @ custom-sidebars
316
- #: views/import.php:152
317
- msgid "New sidebar will be created"
318
- msgstr "New sidebar will be created"
319
-
320
- # @ custom-sidebars
321
- #: views/import.php:206
322
  msgid "(Theme sidebar)"
323
  msgstr "(Theme sidebar)"
324
 
325
  # @ custom-sidebars
326
- #: views/import.php:232
327
  msgid "Configuration"
328
  msgstr "Configuration"
329
 
330
  # @ custom-sidebars
331
- #: views/import.php:236
332
  msgid "Replaceable sidebars"
333
  msgstr "Replaceable sidebars"
334
 
335
  # @ custom-sidebars
336
- #: views/import.php:239
337
  msgid "Replaceable Sidebars"
338
  msgstr "Replaceable Sidebars"
339
 
340
  # @ custom-sidebars
341
- #: views/import.php:249
342
  msgid "By post type"
343
  msgstr "By post type"
344
 
345
  # @ custom-sidebars
346
- #: views/import.php:262
347
  msgid "Post-type archives"
348
  msgstr "Post-type archives"
349
 
350
  # @ custom-sidebars
351
- #: views/import.php:275
352
  msgid "By category"
353
  msgstr "By category"
354
 
355
  # @ custom-sidebars
356
- #: views/import.php:288
357
  msgid "Category archives"
358
  msgstr "Category archives"
359
 
360
- #: views/import.php:301
361
- msgid "Special pages"
362
- msgstr "Special pages"
363
-
364
  # @ custom-sidebars
365
- #: views/import.php:304
366
  msgid "Main blog page"
367
  msgstr "Main blog page"
368
 
369
  # @ custom-sidebars
370
- #: views/import.php:305
371
  msgid "Date archives"
372
  msgstr "Date archives"
373
 
374
  # @ custom-sidebars
375
- #: views/import.php:306
376
  msgid "Author archives"
377
  msgstr "Author archives"
378
 
379
  # @ custom-sidebars
380
- #: views/import.php:307
381
  msgid "Tag archives"
382
  msgstr "Tag archives"
383
 
384
  # @ custom-sidebars
385
- #: views/import.php:308
386
  msgid "Search results page"
387
  msgstr "Search results page"
388
 
389
- #: views/import.php:318
390
  msgid ""
391
  "Replace the current plugin configuration with the imported configuration."
392
  msgstr ""
393
  "Replace the current plugin configuration with the imported configuration."
394
 
395
- #: views/metabox.php:15
396
- msgid ""
397
- "Here you can replace the default sidebars. Simply select what sidebar you "
398
- "want to show for this post!"
399
- msgstr ""
400
- "Here you can replace the default sidebars. Simply select what sidebar you "
401
- "want to show for this post!"
402
-
403
- #: views/metabox.php:40
404
- msgid ""
405
- "All sidebars have been locked, you cannot replace them. Go to <a href="
406
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
407
- msgstr ""
408
- "All sidebars have been locked, you cannot replace them. Go to <a href="
409
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
410
-
411
  # @ custom-sidebars
412
- #: views/widgets-delete.php:12
413
  msgid ""
414
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
415
  "strong>."
@@ -419,7 +454,7 @@ msgstr ""
419
 
420
  # @ custom-sidebars
421
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
422
- #: views/widgets-location.php:173
423
  msgid "Cancel"
424
  msgstr "Cancel"
425
 
@@ -444,23 +479,6 @@ msgstr "Sidebar description here..."
444
  msgid "Caution:"
445
  msgstr "Caution:"
446
 
447
- # @ custom-sidebars
448
- #: views/widgets-editor.php:29
449
- msgid ""
450
- "Before-after title-widget properties define the html code that will wrap the "
451
- "widgets and their titles in the sidebars, more info about them on the <a "
452
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
453
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
454
- "are not sure what you are doing, it can break the design of your site. Leave "
455
- "these fields blank to use the theme sidebars design."
456
- msgstr ""
457
- "Before-after title-widget properties define the html code that will wrap the "
458
- "widgets and their titles in the sidebars, more info about them on the <a "
459
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
460
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
461
- "are not sure what you are doing, it can break the design of your site. Leave "
462
- "these fields blank to use the theme sidebars design."
463
-
464
  # @ custom-sidebars
465
  #: views/widgets-editor.php:39
466
  msgid "Before Title"
@@ -490,27 +508,19 @@ msgstr "Advanced - Edit custom wrapper code"
490
  msgid "Create Sidebar"
491
  msgstr "Create Sidebar"
492
 
493
- #: views/widgets-export.php:10 views/widgets-export.php:26
494
  msgid "Export"
495
  msgstr "Export"
496
 
497
- #: views/widgets-export.php:16
498
- msgid ""
499
- "This will generate a complete export file containing all your sidebars and "
500
- "the current sidebar configuration."
501
- msgstr ""
502
- "This will generate a complete export file containing all your sidebars and "
503
- "the current sidebar configuration."
504
-
505
- #: views/widgets-export.php:21
506
  msgid "Optional description for the export file:"
507
  msgstr "Optional description for the export file:"
508
 
509
- #: views/widgets-export.php:35
510
  msgid "Export file"
511
  msgstr "Export file"
512
 
513
- #: views/widgets-export.php:40
514
  msgid "Preview"
515
  msgstr "Preview"
516
 
@@ -520,37 +530,24 @@ msgid "Replaced by another sidebar:"
520
  msgstr "Replaced by another sidebar:"
521
 
522
  #: views/widgets-location.php:38
523
- #, php-format
524
  msgid "As <strong>%1$s</strong> for selected %2$s"
525
  msgstr "As <strong>%1$s</strong> for selected %2$s"
526
 
527
  #: views/widgets-location.php:50
528
- #, php-format
529
  msgid "Click here to pick available %1$s"
530
  msgstr "Click here to pick available %1$s"
531
 
532
- #: views/widgets-location.php:77
533
- #, php-format
534
- msgid ""
535
- "To attach this sidebar to a unique Post or Page please visit that <a href="
536
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
537
- "metabox."
538
- msgstr ""
539
- "To attach this sidebar to a unique Post or Page please visit that <a href="
540
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
541
- "metabox."
542
-
543
  # @ custom-sidebars
544
- #: views/widgets-location.php:94 views/widgets-location.php:135
545
  msgid "Click to toggle"
546
  msgstr "Click to toggle"
547
 
548
- #: views/widgets-location.php:95
549
  msgid "For all Single Entries matching selected criteria"
550
  msgstr "For all Single Entries matching selected criteria"
551
 
552
  # @ custom-sidebars
553
- #: views/widgets-location.php:98
554
  msgid ""
555
  "These replacements will be applied to every single post that matches a "
556
  "certain post type or category."
@@ -559,36 +556,47 @@ msgstr ""
559
  "certain post type or category."
560
 
561
  # @ custom-sidebars
562
- #: views/widgets-location.php:106
563
  msgid "categories"
564
  msgstr "categories"
565
 
566
  # @ custom-sidebars
567
- #: views/widgets-location.php:118
568
  msgid "Post Types"
569
  msgstr "Post Types"
570
 
571
  # @ custom-sidebars
572
- #: views/widgets-location.php:136
573
  msgid "For Archives"
574
  msgstr "For Archives"
575
 
576
  # @ custom-sidebars
577
- #: views/widgets-location.php:139
578
  msgid "These replacements will be applied to Archive Type posts and pages."
579
  msgstr "These replacements will be applied to Archive Type posts and pages."
580
 
581
- #: views/widgets-location.php:142 views/widgets-location.php:152
582
  msgid "Archive Types"
583
  msgstr "Archive Types"
584
 
585
  # @ custom-sidebars
586
- #: views/widgets-location.php:143 views/widgets-location.php:163
587
  msgid "Category Archives"
588
  msgstr "Category Archives"
589
 
590
  # @ custom-sidebars
591
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
 
 
 
592
  msgid "Save Changes"
593
  msgstr "Save Changes"
594
 
@@ -638,9 +646,7 @@ msgstr ""
638
  "Activate this option to replace the sidebar with one of your custom sidebars."
639
 
640
  #: views/widgets.php:52
641
- msgid ""
642
- "Shows additional information on your webpage that explains why a sidebar or "
643
- "widget is displayed. Only you will see this information"
644
  msgstr ""
645
 
646
  # @ custom-sidebars
@@ -675,6 +681,105 @@ msgstr "This sidebar will always be same on all pages"
675
  msgid "Allow this sidebar to be replaced"
676
  msgstr "Allow this sidebar to be replaced"
677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  #~ msgid "For single entries"
679
  #~ msgstr "For single entries"
680
 
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: 2017-04-06 11:00:27+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"
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:202
55
  msgid "Clone"
56
  msgstr "Clone"
57
 
58
  # custom-sidebars
59
+ #: inc/class-custom-sidebars-editor.php:119
60
  #: inc/class-custom-sidebars-export.php:97
61
  msgid "You do not have permission for this"
62
  msgstr "You do not have permission for this"
63
 
64
+ #: inc/class-custom-sidebars-editor.php:194
65
  msgid "Sidebar-name cannot be empty"
66
  msgstr "Sidebar-name cannot be empty"
67
 
68
  # @ custom-sidebars
69
+ #: inc/class-custom-sidebars-editor.php:218
70
+ #: inc/class-custom-sidebars-editor.php:301
71
  msgid "The sidebar does not exist"
72
  msgstr "The sidebar does not exist"
73
 
74
+ #: inc/class-custom-sidebars-editor.php:249
 
75
  msgid "Created new sidebar <strong>%1$s</strong>"
76
  msgstr "Created new sidebar <strong>%1$s</strong>"
77
 
78
+ #: inc/class-custom-sidebars-editor.php:257
 
79
  msgid "Updated sidebar <strong>%1$s</strong>"
80
  msgstr "Updated sidebar <strong>%1$s</strong>"
81
 
82
  # @ custom-sidebars
83
+ #: inc/class-custom-sidebars-editor.php:268
84
+ #: inc/class-custom-sidebars-editor.php:321
85
  msgid "The sidebar was not found"
86
  msgstr "The sidebar was not found"
87
 
88
+ #: inc/class-custom-sidebars-editor.php:310
 
89
  msgid "Deleted sidebar <strong>%1$s</strong>"
90
  msgstr "Deleted sidebar <strong>%1$s</strong>"
91
 
92
+ #: inc/class-custom-sidebars-editor.php:379
93
  msgid "Front Page"
94
  msgstr "Front Page"
95
 
96
  # @ custom-sidebars
97
+ #: inc/class-custom-sidebars-editor.php:380
98
  msgid "Search Results"
99
  msgstr "Search Results"
100
 
101
+ #: inc/class-custom-sidebars-editor.php:381
102
+ msgid "Not found (404)"
103
+ msgstr ""
104
+
105
  # @ custom-sidebars
106
+ #: inc/class-custom-sidebars-editor.php:382
107
+ #, fuzzy
108
+ msgid "Any Author Archive"
109
  msgstr "Author Archives"
110
 
111
  # @ custom-sidebars
112
+ #: inc/class-custom-sidebars-editor.php:383
113
  msgid "Tag Archives"
114
  msgstr "Tag Archives"
115
 
116
  # @ custom-sidebars
117
+ #: inc/class-custom-sidebars-editor.php:384
118
  msgid "Date Archives"
119
  msgstr "Date Archives"
120
 
121
  # @ custom-sidebars
122
+ #: inc/class-custom-sidebars-editor.php:425
123
  msgid "Post Index"
124
  msgstr "Post Index"
125
 
126
  # @ custom-sidebars
127
+ #: inc/class-custom-sidebars-editor.php:429
 
128
  msgid "%1$s Archives"
129
  msgstr "%1$s Archives"
130
 
131
+ #: inc/class-custom-sidebars-editor.php:606
 
132
  msgid "Updated sidebar <strong>%1$s</strong> settings."
133
  msgstr "Updated sidebar <strong>%1$s</strong> settings."
134
 
135
  # @ custom-sidebars
136
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
137
  msgid "Sidebars"
138
  msgstr "Sidebars"
139
 
140
+ # @ custom-sidebars
141
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
142
+ #: views/widgets.php:47
143
+ msgid "Custom Sidebars"
144
+ msgstr "Custom Sidebars"
145
+
146
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
147
  msgid "Import / Export Sidebars"
148
  msgstr "Import / Export Sidebars"
149
 
150
+ #: inc/class-custom-sidebars-export.php:320
151
+ #: inc/class-custom-sidebars-export.php:362
152
  msgid "No file was uploaded"
153
  msgstr "No file was uploaded"
154
 
155
+ #: inc/class-custom-sidebars-export.php:327
156
  msgid "Import file is too big"
157
  msgstr "Import file is too big"
158
 
159
+ #: inc/class-custom-sidebars-export.php:333
160
  msgid "Something went wrong"
161
  msgstr "Something went wrong"
162
 
163
+ #: inc/class-custom-sidebars-export.php:356
164
  msgid "Unexpected import format"
165
  msgstr "Unexpected import format"
166
 
 
 
 
 
 
 
 
 
167
  # @ custom-sidebars
168
+ #: inc/class-custom-sidebars-export.php:633
 
169
  msgid "Imported %d custom sidebar(s)!"
170
  msgstr "Imported %d custom sidebar(s)!"
171
 
172
+ #: inc/class-custom-sidebars-export.php:642
173
  msgid "Plugin options were imported!"
174
  msgstr "Plugin options were imported!"
175
 
176
+ #: inc/class-custom-sidebars-export.php:692
 
177
  msgid "Imported %d widget(s)!"
178
  msgstr "Imported %d widget(s)!"
179
 
180
+ #: inc/class-custom-sidebars-visibility.php:196
181
  msgid "Visibility"
182
  msgstr "Visibility"
183
 
184
+ #: inc/class-custom-sidebars-visibility.php:205
185
  msgid "<b>Show</b> widget if:"
186
  msgstr "<b>Show</b> widget if:"
187
 
188
+ #: inc/class-custom-sidebars-visibility.php:206
189
  msgid "<b>Hide</b> widget if:"
190
  msgstr "<b>Hide</b> widget if:"
191
 
192
+ #: inc/class-custom-sidebars-visibility.php:210
193
+ msgid "Filters"
194
+ msgstr ""
195
 
 
196
  #: inc/class-custom-sidebars-visibility.php:214
197
+ msgid "Date"
198
+ msgstr ""
199
+
200
+ #: inc/class-custom-sidebars-visibility.php:219
201
+ msgid "Guests"
202
+ msgstr ""
203
+
204
+ #: inc/class-custom-sidebars-visibility.php:224
205
+ msgid "Roles"
206
+ msgstr ""
207
+
208
+ #: inc/class-custom-sidebars-visibility.php:229
209
+ msgid "Membership"
210
+ msgstr ""
211
+
212
+ #: inc/class-custom-sidebars-visibility.php:235
213
+ msgid "Membership2"
214
+ msgstr ""
215
+
216
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
217
+ msgid "Special pages"
218
+ msgstr "Special pages"
219
+
220
+ # @ custom-sidebars
221
  #: inc/class-custom-sidebars-visibility.php:246
222
+ #, fuzzy
223
+ msgid "For posttype"
224
+ msgstr "By post type"
225
+
226
+ #: inc/class-custom-sidebars-visibility.php:248
227
+ msgid "Taxonomy"
228
+ msgstr ""
229
+
230
+ #: inc/class-custom-sidebars-visibility.php:265
231
+ msgid "Always"
232
+ msgstr "Always"
233
+
234
+ #: inc/class-custom-sidebars-visibility.php:290
235
+ #: inc/class-custom-sidebars-visibility.php:295
236
+ #: inc/class-custom-sidebars-visibility.php:304
237
+ #: inc/class-custom-sidebars-visibility.php:323
238
+ #: inc/class-custom-sidebars-visibility.php:343
239
+ #: inc/class-custom-sidebars-visibility.php:362
240
+ #: inc/class-custom-sidebars-visibility.php:381
241
+ #: inc/class-custom-sidebars-visibility.php:472
242
  msgid "AND"
243
  msgstr "AND"
244
 
245
+ #: inc/class-custom-sidebars-visibility.php:291
246
+ msgid "User is not logged-in (Guest)"
247
+ msgstr ""
248
 
249
+ #: inc/class-custom-sidebars-visibility.php:296
250
+ msgid "User is logged-in (Member)"
251
+ msgstr ""
252
+
253
+ #: inc/class-custom-sidebars-visibility.php:305
254
  msgid "User has role"
255
  msgstr "User has role"
256
 
257
+ #: inc/class-custom-sidebars-visibility.php:324
258
  msgid "User has Membership Level"
259
  msgstr "User has Membership Level"
260
 
261
+ #: inc/class-custom-sidebars-visibility.php:332
262
+ #: inc/class-custom-sidebars-visibility.php:352
263
  msgid "(inactive)"
264
  msgstr "(inactive)"
265
 
266
+ #: inc/class-custom-sidebars-visibility.php:344
267
+ #, fuzzy
268
+ msgid "User has Membership"
269
+ msgstr "User has Membership Level"
270
 
271
+ #: inc/class-custom-sidebars-visibility.php:363
272
  msgid "On these special pages"
273
  msgstr "On these special pages"
274
 
275
+ #: inc/class-custom-sidebars-visibility.php:382
276
  msgid "On any page of these types"
277
  msgstr "On any page of these types"
278
 
279
+ #: inc/class-custom-sidebars-visibility.php:400
 
280
  msgid "Only for specific %s"
281
  msgstr "Only for specific %s"
282
 
283
+ #: inc/class-custom-sidebars-visibility.php:401
 
284
  msgid "Only these %s:"
285
  msgstr "Only these %s:"
286
 
287
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  msgid ""
289
  "<strong>Accessibility mode is not supported by the\n"
290
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
291
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
292
  msgstr ""
293
 
294
+ # @ custom-sidebars
295
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
296
+ msgid "Widgets"
297
+ msgstr "Widgets"
298
+
299
+ #: inc/class-custom-sidebars.php:912
300
+ #, fuzzy
301
+ msgid "Support"
302
+ msgstr "Import"
303
+
304
+ #: inc/class-custom-sidebars.php:929
305
+ msgid "Create a custom sidebar to get started."
306
  msgstr ""
 
 
307
 
308
+ #: views/col-sidebars.php:18
309
+ msgid "(Not available for Home-Page)"
310
+ msgstr ""
311
 
312
+ #: views/col-sidebars.php:20
313
+ msgid "(Not available for Blog-Page)"
314
+ msgstr ""
315
+
316
+ #: views/import.php:60 views/widgets-export.php:33
317
  msgid "Import"
318
  msgstr "Import"
319
 
320
+ #: views/import.php:67
321
  msgid "Filename"
322
  msgstr "Filename"
323
 
324
+ #: views/import.php:71
325
  msgid "Exported on"
326
  msgstr "Exported on"
327
 
328
+ #: views/import.php:77
329
  msgid "WordPress settings"
330
  msgstr "WordPress settings"
331
 
332
+ #: views/import.php:88
333
  msgid "WordPress version"
334
  msgstr "WordPress version"
335
 
336
+ #: views/import.php:93
337
  msgid "Plugin version"
338
  msgstr "Plugin version"
339
 
340
+ #: views/import.php:98
341
  msgid "Theme"
342
  msgstr "Theme"
343
 
344
+ #: views/import.php:125
 
 
 
 
 
345
  msgid "Mark the sidebars that you want to import."
346
  msgstr "Mark the sidebars that you want to import."
347
 
348
+ #: views/import.php:130
349
  msgid "Also import all widgets of the selected sidebars."
350
  msgstr "Also import all widgets of the selected sidebars."
351
 
352
  # @ custom-sidebars
353
+ #: views/import.php:137 views/widgets-editor.php:15
354
  msgid "Name"
355
  msgstr "Name"
356
 
357
  # @ custom-sidebars
358
+ #: views/import.php:138 views/widgets-editor.php:20
359
  msgid "Description"
360
  msgstr "Description"
361
 
362
+ #: views/import.php:139
363
  msgid "Note"
364
  msgstr "Note"
365
 
366
  # @ custom-sidebars
367
+ #: views/import.php:147
368
+ msgid "New sidebar will be created"
369
+ msgstr "New sidebar will be created"
370
 
371
+ #: views/import.php:149
372
  msgid "Existing sidebar will be replaced!"
373
  msgstr "Existing sidebar will be replaced!"
374
 
375
  # @ custom-sidebars
376
+ #: views/import.php:205
 
 
 
 
 
377
  msgid "(Theme sidebar)"
378
  msgstr "(Theme sidebar)"
379
 
380
  # @ custom-sidebars
381
+ #: views/import.php:233
382
  msgid "Configuration"
383
  msgstr "Configuration"
384
 
385
  # @ custom-sidebars
386
+ #: views/import.php:237
387
  msgid "Replaceable sidebars"
388
  msgstr "Replaceable sidebars"
389
 
390
  # @ custom-sidebars
391
+ #: views/import.php:240
392
  msgid "Replaceable Sidebars"
393
  msgstr "Replaceable Sidebars"
394
 
395
  # @ custom-sidebars
396
+ #: views/import.php:250
397
  msgid "By post type"
398
  msgstr "By post type"
399
 
400
  # @ custom-sidebars
401
+ #: views/import.php:263
402
  msgid "Post-type archives"
403
  msgstr "Post-type archives"
404
 
405
  # @ custom-sidebars
406
+ #: views/import.php:276
407
  msgid "By category"
408
  msgstr "By category"
409
 
410
  # @ custom-sidebars
411
+ #: views/import.php:289
412
  msgid "Category archives"
413
  msgstr "Category archives"
414
 
 
 
 
 
415
  # @ custom-sidebars
416
+ #: views/import.php:305
417
  msgid "Main blog page"
418
  msgstr "Main blog page"
419
 
420
  # @ custom-sidebars
421
+ #: views/import.php:306
422
  msgid "Date archives"
423
  msgstr "Date archives"
424
 
425
  # @ custom-sidebars
426
+ #: views/import.php:307
427
  msgid "Author archives"
428
  msgstr "Author archives"
429
 
430
  # @ custom-sidebars
431
+ #: views/import.php:308
432
  msgid "Tag archives"
433
  msgstr "Tag archives"
434
 
435
  # @ custom-sidebars
436
+ #: views/import.php:309
437
  msgid "Search results page"
438
  msgstr "Search results page"
439
 
440
+ #: views/import.php:319
441
  msgid ""
442
  "Replace the current plugin configuration with the imported configuration."
443
  msgstr ""
444
  "Replace the current plugin configuration with the imported configuration."
445
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  # @ custom-sidebars
447
+ #: views/widgets-delete.php:11
448
  msgid ""
449
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
450
  "strong>."
454
 
455
  # @ custom-sidebars
456
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
457
+ #: views/widgets-location.php:186
458
  msgid "Cancel"
459
  msgstr "Cancel"
460
 
479
  msgid "Caution:"
480
  msgstr "Caution:"
481
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  # @ custom-sidebars
483
  #: views/widgets-editor.php:39
484
  msgid "Before Title"
508
  msgid "Create Sidebar"
509
  msgstr "Create Sidebar"
510
 
511
+ #: views/widgets-export.php:10 views/widgets-export.php:28
512
  msgid "Export"
513
  msgstr "Export"
514
 
515
+ #: views/widgets-export.php:23
 
 
 
 
 
 
 
 
516
  msgid "Optional description for the export file:"
517
  msgstr "Optional description for the export file:"
518
 
519
+ #: views/widgets-export.php:37
520
  msgid "Export file"
521
  msgstr "Export file"
522
 
523
+ #: views/widgets-export.php:42
524
  msgid "Preview"
525
  msgstr "Preview"
526
 
530
  msgstr "Replaced by another sidebar:"
531
 
532
  #: views/widgets-location.php:38
 
533
  msgid "As <strong>%1$s</strong> for selected %2$s"
534
  msgstr "As <strong>%1$s</strong> for selected %2$s"
535
 
536
  #: views/widgets-location.php:50
 
537
  msgid "Click here to pick available %1$s"
538
  msgstr "Click here to pick available %1$s"
539
 
 
 
 
 
 
 
 
 
 
 
 
540
  # @ custom-sidebars
541
+ #: views/widgets-location.php:95 views/widgets-location.php:136
542
  msgid "Click to toggle"
543
  msgstr "Click to toggle"
544
 
545
+ #: views/widgets-location.php:96
546
  msgid "For all Single Entries matching selected criteria"
547
  msgstr "For all Single Entries matching selected criteria"
548
 
549
  # @ custom-sidebars
550
+ #: views/widgets-location.php:99
551
  msgid ""
552
  "These replacements will be applied to every single post that matches a "
553
  "certain post type or category."
556
  "certain post type or category."
557
 
558
  # @ custom-sidebars
559
+ #: views/widgets-location.php:107
560
  msgid "categories"
561
  msgstr "categories"
562
 
563
  # @ custom-sidebars
564
+ #: views/widgets-location.php:119
565
  msgid "Post Types"
566
  msgstr "Post Types"
567
 
568
  # @ custom-sidebars
569
+ #: views/widgets-location.php:137
570
  msgid "For Archives"
571
  msgstr "For Archives"
572
 
573
  # @ custom-sidebars
574
+ #: views/widgets-location.php:140
575
  msgid "These replacements will be applied to Archive Type posts and pages."
576
  msgstr "These replacements will be applied to Archive Type posts and pages."
577
 
578
+ #: views/widgets-location.php:143 views/widgets-location.php:154
579
  msgid "Archive Types"
580
  msgstr "Archive Types"
581
 
582
  # @ custom-sidebars
583
+ #: views/widgets-location.php:144 views/widgets-location.php:165
584
  msgid "Category Archives"
585
  msgstr "Category Archives"
586
 
587
  # @ custom-sidebars
588
+ #: views/widgets-location.php:145
589
+ #, fuzzy
590
+ msgid "Authors"
591
+ msgstr "Author Archives"
592
+
593
+ # @ custom-sidebars
594
+ #: views/widgets-location.php:176
595
+ msgid "Author Archives"
596
+ msgstr "Author Archives"
597
+
598
+ # @ custom-sidebars
599
+ #: views/widgets-location.php:187 views/widgets.php:42
600
  msgid "Save Changes"
601
  msgstr "Save Changes"
602
 
646
  "Activate this option to replace the sidebar with one of your custom sidebars."
647
 
648
  #: views/widgets.php:52
649
+ msgid "Filter..."
 
 
650
  msgstr ""
651
 
652
  # @ custom-sidebars
681
  msgid "Allow this sidebar to be replaced"
682
  msgstr "Allow this sidebar to be replaced"
683
 
684
+ # @ custom-sidebars
685
+ #. Plugin Name of the plugin/theme
686
+ msgid "Custom Sidebars Pro"
687
+ msgstr "Custom Sidebars Pro"
688
+
689
+ #. Plugin URI of the plugin/theme
690
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
691
+ msgstr ""
692
+
693
+ #. Description of the plugin/theme
694
+ msgid ""
695
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
696
+ "sidebars or single widgets for specific posts and pages."
697
+ msgstr ""
698
+
699
+ #. Author of the plugin/theme
700
+ msgid "WPMU DEV"
701
+ msgstr ""
702
+
703
+ #. Author URI of the plugin/theme
704
+ msgid "http://premium.wpmudev.org/"
705
+ msgstr ""
706
+
707
+ #~ msgid ""
708
+ #~ "Something unexpected happened and we could not finish the import. Please "
709
+ #~ "try again."
710
+ #~ msgstr ""
711
+ #~ "Something unexpected happened and we could not finish the import. Please "
712
+ #~ "try again."
713
+
714
+ #~ msgid "On these dates"
715
+ #~ msgstr "On these dates"
716
+
717
+ #~ msgid "Pro Sites Level"
718
+ #~ msgstr "Pro Sites Level"
719
+
720
+ #~ msgid ""
721
+ #~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
722
+ #~ "\">Widgets screen</a>!"
723
+ #~ msgstr ""
724
+ #~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
725
+ #~ "\">Widgets screen</a>!"
726
+
727
+ #~ msgid ""
728
+ #~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
729
+ #~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
730
+ #~ msgstr ""
731
+ #~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
732
+ #~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
733
+
734
+ #~ msgid "Pro Version Features"
735
+ #~ msgstr "Pro Version Features"
736
+
737
+ #~ msgid ""
738
+ #~ "Here you can replace the default sidebars. Simply select what sidebar you "
739
+ #~ "want to show for this post!"
740
+ #~ msgstr ""
741
+ #~ "Here you can replace the default sidebars. Simply select what sidebar you "
742
+ #~ "want to show for this post!"
743
+
744
+ #~ msgid ""
745
+ #~ "All sidebars have been locked, you cannot replace them. Go to <a href="
746
+ #~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
747
+ #~ msgstr ""
748
+ #~ "All sidebars have been locked, you cannot replace them. Go to <a href="
749
+ #~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
750
+
751
+ # @ custom-sidebars
752
+ #~ msgid ""
753
+ #~ "Before-after title-widget properties define the html code that will wrap "
754
+ #~ "the widgets and their titles in the sidebars, more info about them on the "
755
+ #~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
756
+ #~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
757
+ #~ "fields if you are not sure what you are doing, it can break the design of "
758
+ #~ "your site. Leave these fields blank to use the theme sidebars design."
759
+ #~ msgstr ""
760
+ #~ "Before-after title-widget properties define the html code that will wrap "
761
+ #~ "the widgets and their titles in the sidebars, more info about them on the "
762
+ #~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
763
+ #~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
764
+ #~ "fields if you are not sure what you are doing, it can break the design of "
765
+ #~ "your site. Leave these fields blank to use the theme sidebars design."
766
+
767
+ #~ msgid ""
768
+ #~ "This will generate a complete export file containing all your sidebars "
769
+ #~ "and the current sidebar configuration."
770
+ #~ msgstr ""
771
+ #~ "This will generate a complete export file containing all your sidebars "
772
+ #~ "and the current sidebar configuration."
773
+
774
+ #~ msgid ""
775
+ #~ "To attach this sidebar to a unique Post or Page please visit that <a href="
776
+ #~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
777
+ #~ "sidebars metabox."
778
+ #~ msgstr ""
779
+ #~ "To attach this sidebar to a unique Post or Page please visit that <a href="
780
+ #~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
781
+ #~ "sidebars metabox."
782
+
783
  #~ msgid "For single entries"
784
  #~ msgstr "For single entries"
785
 
lang/custom-sidebars-es_ES.mo CHANGED
Binary file
lang/custom-sidebars-es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:45+0100\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"
@@ -19,108 +19,146 @@ msgstr ""
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  # @ custom-sidebars
23
- #: inc/class-custom-sidebars-cloning.php:197
24
  msgid "Clone"
25
  msgstr "Clonar"
26
 
27
  # custom-sidebars
28
  # @ custom-sidebars
29
- #: inc/class-custom-sidebars-editor.php:89
30
  #: inc/class-custom-sidebars-export.php:97
31
  msgid "You do not have permission for this"
32
  msgstr "No tiene permisos para hacer esto"
33
 
34
  # @ custom-sidebars
35
- #: inc/class-custom-sidebars-editor.php:159
36
  msgid "Sidebar-name cannot be empty"
37
  msgstr "El nombre de la barra lateral no puede ser vacío"
38
 
39
  # @ custom-sidebars
40
- #: inc/class-custom-sidebars-editor.php:183
41
- #: inc/class-custom-sidebars-editor.php:259
42
  #, fuzzy
43
  msgid "The sidebar does not exist"
44
  msgstr "Crear una barra"
45
 
46
  # @ custom-sidebars
47
- #: inc/class-custom-sidebars-editor.php:208
48
- #, php-format
49
  msgid "Created new sidebar <strong>%1$s</strong>"
50
  msgstr "Creada la barra <strong>%1$s</strong>"
51
 
52
  # @ custom-sidebars
53
- #: inc/class-custom-sidebars-editor.php:216
54
- #, php-format
55
  msgid "Updated sidebar <strong>%1$s</strong>"
56
  msgstr "Barra <strong>%1$s</strong> actualizada"
57
 
58
  # @ custom-sidebars
59
- #: inc/class-custom-sidebars-editor.php:227
60
- #: inc/class-custom-sidebars-editor.php:279
61
  #, fuzzy
62
  msgid "The sidebar was not found"
63
  msgstr "Crear una barra"
64
 
65
  # @ custom-sidebars
66
- #: inc/class-custom-sidebars-editor.php:268
67
- #, php-format
68
  msgid "Deleted sidebar <strong>%1$s</strong>"
69
  msgstr "Barra <strong>%1$s</strong> borrada"
70
 
71
  # @ custom-sidebars
72
- #: inc/class-custom-sidebars-editor.php:337
73
  #, fuzzy
74
  msgid "Front Page"
75
  msgstr "Página principal del Blog"
76
 
77
  # @ custom-sidebars
78
- #: inc/class-custom-sidebars-editor.php:338
79
  #, fuzzy
80
  msgid "Search Results"
81
  msgstr "Página de resultados de búsqueda"
82
 
 
 
 
 
83
  # @ custom-sidebars
84
- #: inc/class-custom-sidebars-editor.php:339
85
  #, fuzzy
86
- msgid "Author Archives"
87
  msgstr "Archivos de autores"
88
 
89
  # @ custom-sidebars
90
- #: inc/class-custom-sidebars-editor.php:340
91
  #, fuzzy
92
  msgid "Tag Archives"
93
  msgstr "Archivos de etiquetas"
94
 
95
  # @ custom-sidebars
96
- #: inc/class-custom-sidebars-editor.php:341
97
  #, fuzzy
98
  msgid "Date Archives"
99
  msgstr "Archivos por fecha"
100
 
101
  # @ custom-sidebars
102
- #: inc/class-custom-sidebars-editor.php:373
103
  #, fuzzy
104
  msgid "Post Index"
105
  msgstr "Por tipo de entrada"
106
 
107
  # @ custom-sidebars
108
- #: inc/class-custom-sidebars-editor.php:377
109
- #, fuzzy, php-format
110
  msgid "%1$s Archives"
111
  msgstr "Archivos %1$s"
112
 
113
  # @ custom-sidebars
114
- #: inc/class-custom-sidebars-editor.php:509
115
- #, php-format
116
  msgid "Updated sidebar <strong>%1$s</strong> settings."
117
  msgstr "Actualizadas las opciones para la barra <strong>%1$s</strong>."
118
 
119
  # @ custom-sidebars
120
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
121
  msgid "Sidebars"
122
  msgstr "Barras Laterales"
123
 
 
 
 
 
 
 
124
  # @ custom-sidebars
125
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
126
  #, fuzzy
@@ -128,149 +166,164 @@ msgid "Import / Export Sidebars"
128
  msgstr "Marque las barras que quiera importar."
129
 
130
  # @ custom-sidebars
131
- #: inc/class-custom-sidebars-export.php:280
132
- #: inc/class-custom-sidebars-export.php:322
133
  msgid "No file was uploaded"
134
  msgstr "No fue cargado ningún archivo"
135
 
136
  # @ custom-sidebars
137
- #: inc/class-custom-sidebars-export.php:287
138
  msgid "Import file is too big"
139
  msgstr "El archivo a importar es demasiado grande."
140
 
141
  # @ custom-sidebars
142
- #: inc/class-custom-sidebars-export.php:293
143
  msgid "Something went wrong"
144
  msgstr "Algo ha ido mal."
145
 
146
  # @ custom-sidebars
147
- #: inc/class-custom-sidebars-export.php:316
148
  msgid "Unexpected import format"
149
  msgstr "Formato de importación incorrecto."
150
 
151
  # @ custom-sidebars
152
- #: inc/class-custom-sidebars-export.php:386
153
- msgid ""
154
- "Something unexpected happened and we could not finish the import. Please try "
155
- "again."
156
- msgstr ""
157
- "Ha ocurrido un error inesperado y no se ha podido importar el archivo. "
158
- "Inténtelo de nuevo."
159
-
160
- # @ custom-sidebars
161
- #: inc/class-custom-sidebars-export.php:587
162
- #, php-format
163
  msgid "Imported %d custom sidebar(s)!"
164
  msgstr "%d barras laterales importadas!"
165
 
166
  # @ custom-sidebars
167
- #: inc/class-custom-sidebars-export.php:597
168
  msgid "Plugin options were imported!"
169
  msgstr "Las opciones del plugin fueron importadas."
170
 
171
  # @ custom-sidebars
172
- #: inc/class-custom-sidebars-export.php:648
173
- #, php-format
174
  msgid "Imported %d widget(s)!"
175
  msgstr "Importados %d widget(s)!"
176
 
177
  # @ custom-sidebars
178
- #: inc/class-custom-sidebars-visibility.php:164
179
  msgid "Visibility"
180
  msgstr "Visibilidad"
181
 
182
  # @ custom-sidebars
183
- #: inc/class-custom-sidebars-visibility.php:173
184
  msgid "<b>Show</b> widget if:"
185
  msgstr "<b>Mostrar</b> widget si:"
186
 
187
  # @ custom-sidebars
188
- #: inc/class-custom-sidebars-visibility.php:174
189
  msgid "<b>Hide</b> widget if:"
190
  msgstr "<b>Ocultar</b> widget si:"
191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  # @ custom-sidebars
193
- #: inc/class-custom-sidebars-visibility.php:202
194
  msgid "Always"
195
  msgstr "Siempre"
196
 
197
  # @ custom-sidebars
198
- #: inc/class-custom-sidebars-visibility.php:207
199
- #: inc/class-custom-sidebars-visibility.php:214
200
- #: inc/class-custom-sidebars-visibility.php:230
201
- #: inc/class-custom-sidebars-visibility.php:246
202
- #: inc/class-custom-sidebars-visibility.php:260
203
- #: inc/class-custom-sidebars-visibility.php:274
204
- #: inc/class-custom-sidebars-visibility.php:326
 
205
  msgid "AND"
206
  msgstr "Y"
207
 
208
- # @ custom-sidebars
209
- #: inc/class-custom-sidebars-visibility.php:207
210
- msgid "On these dates"
211
- msgstr "En estas fechas"
 
 
 
212
 
213
  # @ custom-sidebars
214
- #: inc/class-custom-sidebars-visibility.php:214
215
  msgid "User has role"
216
  msgstr "El usuario tiene el rol"
217
 
218
  # @ custom-sidebars
219
- #: inc/class-custom-sidebars-visibility.php:230
220
  msgid "User has Membership Level"
221
  msgstr "El usuario tiene el nivel de miembro"
222
 
223
  # @ custom-sidebars
224
- #: inc/class-custom-sidebars-visibility.php:237
 
225
  msgid "(inactive)"
226
  msgstr "(inactivo)"
227
 
228
  # @ custom-sidebars
229
- #: inc/class-custom-sidebars-visibility.php:246
230
- msgid "Pro Sites Level"
231
- msgstr "Nivel de Pro Sites"
 
232
 
233
  # @ custom-sidebars
234
- #: inc/class-custom-sidebars-visibility.php:260
235
  msgid "On these special pages"
236
  msgstr "En estas páginas en especial"
237
 
238
  # @ custom-sidebars
239
- #: inc/class-custom-sidebars-visibility.php:274
240
  #, fuzzy
241
  msgid "On any page of these types"
242
  msgstr "Tipos de archivo"
243
 
244
  # @ custom-sidebars
245
- #: inc/class-custom-sidebars-visibility.php:288
246
- #, php-format
247
  msgid "Only for specific %s"
248
  msgstr "Solo para %s específicos"
249
 
250
  # @ custom-sidebars
251
- #: inc/class-custom-sidebars-visibility.php:289
252
- #, php-format
253
  msgid "Only these %s:"
254
  msgstr "Solo estos %s"
255
 
256
- # @ custom-sidebars
257
- #: inc/class-custom-sidebars.php:87
258
- #, fuzzy
259
- msgid "Custom Sidebars Pro"
260
- msgstr "Barras Laterales"
261
-
262
- # @ custom-sidebars
263
- #: inc/class-custom-sidebars.php:90
264
- #, php-format
265
- msgid ""
266
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
267
- "screen</a>!"
268
- msgstr ""
269
- "Ahora puedes crear y editar barras laterales en tu <a href=\"%1$s\">pantalla "
270
- "de Widgets</a>!"
271
-
272
- #: inc/class-custom-sidebars.php:106
273
- #, php-format
274
  msgid ""
275
  "<strong>Accessibility mode is not supported by the\n"
276
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -278,201 +331,176 @@ msgid ""
278
  msgstr ""
279
 
280
  # @ custom-sidebars
281
- #: inc/class-custom-sidebars.php:802
282
- #, php-format
283
- msgid ""
284
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
285
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
286
- msgstr ""
287
- "La función Importar / Exportar está disponible<br /> en la versión <b>PRO</"
288
- "b> del plugin.<br /><a href=\"%1$s\" target=\"_blank\">Leer más</a>"
289
 
290
  # @ custom-sidebars
291
- #: inc/class-custom-sidebars.php:806
292
- msgid "Pro Version Features"
293
- msgstr "Características PRO"
 
 
 
 
 
 
 
 
 
 
 
 
 
294
 
295
  # @ custom-sidebars
296
- #: views/import.php:61 views/widgets-export.php:31
297
  msgid "Import"
298
  msgstr "Importar"
299
 
300
  # @ custom-sidebars
301
- #: views/import.php:68
302
  msgid "Filename"
303
  msgstr "Nombre del archivo"
304
 
305
  # @ custom-sidebars
306
- #: views/import.php:72
307
  msgid "Exported on"
308
  msgstr "Exportado"
309
 
310
  # @ custom-sidebars
311
- #: views/import.php:78
312
  msgid "WordPress settings"
313
  msgstr "Opciones de WordPress"
314
 
315
  # @ custom-sidebars
316
- #: views/import.php:89
317
  msgid "WordPress version"
318
  msgstr "Versión de WordPress"
319
 
320
  # @ custom-sidebars
321
- #: views/import.php:94
322
  msgid "Plugin version"
323
  msgstr "Versión del plugin"
324
 
325
  # @ custom-sidebars
326
- #: views/import.php:99
327
  msgid "Theme"
328
  msgstr "Tema"
329
 
330
  # @ custom-sidebars
331
- #: views/import.php:125 views/widgets.php:47
332
- msgid "Custom Sidebars"
333
- msgstr "Barras Laterales"
334
-
335
- # @ custom-sidebars
336
- #: views/import.php:127
337
  msgid "Mark the sidebars that you want to import."
338
  msgstr "Marque las barras que quiera importar."
339
 
340
  # @ custom-sidebars
341
- #: views/import.php:132
342
  msgid "Also import all widgets of the selected sidebars."
343
  msgstr "Importar también los widgets de las barras seleccionadas."
344
 
345
  # @ custom-sidebars
346
- #: views/import.php:139 views/widgets-editor.php:15
347
  msgid "Name"
348
  msgstr "Nombre"
349
 
350
  # @ custom-sidebars
351
- #: views/import.php:140 views/widgets-editor.php:20
352
  msgid "Description"
353
  msgstr "Descripción"
354
 
355
  # @ custom-sidebars
356
- #: views/import.php:141
357
  msgid "Note"
358
  msgstr "Nota"
359
 
360
  # @ custom-sidebars
361
- #: views/import.php:142
362
- msgid "Widgets"
363
- msgstr "Widgets"
 
364
 
365
  # @ custom-sidebars
366
- #: views/import.php:150
367
  #, fuzzy
368
  msgid "Existing sidebar will be replaced!"
369
  msgstr "Esta barra puede ser reemplazada"
370
 
371
  # @ custom-sidebars
372
- #: views/import.php:152
373
- #, fuzzy
374
- msgid "New sidebar will be created"
375
- msgstr "Una nueva barra será creada"
376
-
377
- # @ custom-sidebars
378
- #: views/import.php:206
379
  #, fuzzy
380
  msgid "(Theme sidebar)"
381
  msgstr "Tema"
382
 
383
  # @ custom-sidebars
384
- #: views/import.php:232
385
  msgid "Configuration"
386
  msgstr "Configuración"
387
 
388
  # @ custom-sidebars
389
- #: views/import.php:236
390
  #, fuzzy
391
  msgid "Replaceable sidebars"
392
  msgstr "Barras reemplazables"
393
 
394
  # @ custom-sidebars
395
- #: views/import.php:239
396
  msgid "Replaceable Sidebars"
397
  msgstr "Barras reemplazables"
398
 
399
  # @ custom-sidebars
400
- #: views/import.php:249
401
  msgid "By post type"
402
  msgstr "Por tipo de entrada"
403
 
404
  # @ custom-sidebars
405
- #: views/import.php:262
406
  msgid "Post-type archives"
407
  msgstr "Archivos de tipos de entrada"
408
 
409
  # @ custom-sidebars
410
- #: views/import.php:275
411
  msgid "By category"
412
  msgstr "Por categorías"
413
 
414
  # @ custom-sidebars
415
- #: views/import.php:288
416
  msgid "Category archives"
417
  msgstr "Archivos de categorías"
418
 
419
  # @ custom-sidebars
420
- #: views/import.php:301
421
- msgid "Special pages"
422
- msgstr "Páginas especiales"
423
-
424
- # @ custom-sidebars
425
- #: views/import.php:304
426
  msgid "Main blog page"
427
  msgstr "Página principal del Blog"
428
 
429
  # @ custom-sidebars
430
- #: views/import.php:305
431
  msgid "Date archives"
432
  msgstr "Archivos por fecha"
433
 
434
  # @ custom-sidebars
435
- #: views/import.php:306
436
  msgid "Author archives"
437
  msgstr "Archivos de autores"
438
 
439
  # @ custom-sidebars
440
- #: views/import.php:307
441
  msgid "Tag archives"
442
  msgstr "Archivos de etiquetas"
443
 
444
  # @ custom-sidebars
445
- #: views/import.php:308
446
  msgid "Search results page"
447
  msgstr "Página de resultados de búsqueda"
448
 
449
  # @ custom-sidebars
450
- #: views/import.php:318
451
  msgid ""
452
  "Replace the current plugin configuration with the imported configuration."
453
  msgstr ""
454
  "Reemplaza la configuración actual del plugin con la configuración importada."
455
 
456
  # @ custom-sidebars
457
- #: views/metabox.php:15
458
- msgid ""
459
- "Here you can replace the default sidebars. Simply select what sidebar you "
460
- "want to show for this post!"
461
- msgstr ""
462
- "Aquí puede reemplazar las barras por defecto. Simplemente seleccione qué "
463
- "barra quiere mostrar para esta entrada."
464
-
465
- # @ custom-sidebars
466
- #: views/metabox.php:40
467
- msgid ""
468
- "All sidebars have been locked, you cannot replace them. Go to <a href="
469
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
470
- msgstr ""
471
- "Todas las barras están bloqueadas y no puede reemplazarlas. Configure las "
472
- "barras en la <a href=\"widgets.php\">página de widgets</a>."
473
-
474
- # @ custom-sidebars
475
- #: views/widgets-delete.php:12
476
  msgid ""
477
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
478
  "strong>."
@@ -480,7 +508,7 @@ msgstr "Por favor, confirme que quiere borrar la barra lateral."
480
 
481
  # @ custom-sidebars
482
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
483
- #: views/widgets-location.php:173
484
  msgid "Cancel"
485
  msgstr "Cancelar"
486
 
@@ -512,23 +540,6 @@ msgstr "description"
512
  msgid "Caution:"
513
  msgstr "Precaución:"
514
 
515
- # @ custom-sidebars
516
- #: views/widgets-editor.php:29
517
- msgid ""
518
- "Before-after title-widget properties define the html code that will wrap the "
519
- "widgets and their titles in the sidebars, more info about them on the <a "
520
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
521
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
522
- "are not sure what you are doing, it can break the design of your site. Leave "
523
- "these fields blank to use the theme sidebars design."
524
- msgstr ""
525
- "Las propiedades Before/After title/widget definen el código HTML que "
526
- "envuelve las partes de las barras laterales. No use estos campos si no está "
527
- "seguro de lo que hace, <b>puede romper el diseño de su sitio</b>. Para usar "
528
- "los valores de su tema actual, deje estos campos en blanco. Más información "
529
- "en <a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
530
- "wordpress\" target=\"_blank\">este artículo</a>"
531
-
532
  # @ custom-sidebars
533
  #: views/widgets-editor.php:39
534
  msgid "Before Title"
@@ -560,32 +571,23 @@ msgid "Create Sidebar"
560
  msgstr "Crear una barra"
561
 
562
  # @ custom-sidebars
563
- #: views/widgets-export.php:10 views/widgets-export.php:26
564
  msgid "Export"
565
  msgstr "Exportar"
566
 
567
- # @ custom-sidebars
568
- #: views/widgets-export.php:16
569
- msgid ""
570
- "This will generate a complete export file containing all your sidebars and "
571
- "the current sidebar configuration."
572
- msgstr ""
573
- "Generación de un archivo que contiene todas las barras laterales y la "
574
- "configuración actual del plugin."
575
-
576
  # default
577
- #: views/widgets-export.php:21
578
  #, fuzzy
579
  msgid "Optional description for the export file:"
580
  msgstr "Exportar archivo"
581
 
582
  # @ custom-sidebars
583
- #: views/widgets-export.php:35
584
  msgid "Export file"
585
  msgstr "Exportar archivo"
586
 
587
  # @ custom-sidebars
588
- #: views/widgets-export.php:40
589
  msgid "Preview"
590
  msgstr "Vista previa"
591
 
@@ -597,40 +599,26 @@ msgstr "Esta barra puede ser reemplazada"
597
 
598
  # @ custom-sidebars
599
  #: views/widgets-location.php:38
600
- #, php-format
601
  msgid "As <strong>%1$s</strong> for selected %2$s"
602
  msgstr "Como <strong>%1$s</strong> por la seleccionada %2$s"
603
 
604
  # @ custom-sidebars
605
  #: views/widgets-location.php:50
606
- #, php-format
607
  msgid "Click here to pick available %1$s"
608
  msgstr "Click aquí para seleccionar %1$s"
609
 
610
- # @ custom-sidebars
611
- #: views/widgets-location.php:77
612
- #, php-format
613
- msgid ""
614
- "To attach this sidebar to a unique Post or Page please visit that <a href="
615
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
616
- "metabox."
617
- msgstr ""
618
- "Para asignar esta barra a una entrada particular edite ese <a href=\"%1$s"
619
- "\">Post</a> o <a href=\"%2$s\">Página</a> y selecciónela en la caja 'Barra "
620
- "Laterales'."
621
-
622
  # @ default
623
- #: views/widgets-location.php:94 views/widgets-location.php:135
624
  msgid "Click to toggle"
625
  msgstr ""
626
 
627
  # @ custom-sidebars
628
- #: views/widgets-location.php:95
629
  msgid "For all Single Entries matching selected criteria"
630
  msgstr "Para todas entradas que cumplan con..."
631
 
632
  # @ custom-sidebars
633
- #: views/widgets-location.php:98
634
  msgid ""
635
  "These replacements will be applied to every single post that matches a "
636
  "certain post type or category."
@@ -639,40 +627,52 @@ msgstr ""
639
  "pertenezcan a el tipo de entrada o categoría particular."
640
 
641
  # @ custom-sidebars
642
- #: views/widgets-location.php:106
643
  msgid "categories"
644
  msgstr "categorías"
645
 
646
  # @ custom-sidebars
647
- #: views/widgets-location.php:118
648
  #, fuzzy
649
  msgid "Post Types"
650
  msgstr "Tipos de archivo"
651
 
652
  # @ custom-sidebars
653
- #: views/widgets-location.php:136
654
  #, fuzzy
655
  msgid "For Archives"
656
  msgstr "Archivos de categorías"
657
 
658
  # @ custom-sidebars
659
- #: views/widgets-location.php:139
660
  msgid "These replacements will be applied to Archive Type posts and pages."
661
  msgstr "Estos barras serán mostradas en los archivos de entradas y páginas."
662
 
663
  # @ custom-sidebars
664
- #: views/widgets-location.php:142 views/widgets-location.php:152
665
  msgid "Archive Types"
666
  msgstr "Tipos de archivo"
667
 
668
  # @ custom-sidebars
669
- #: views/widgets-location.php:143 views/widgets-location.php:163
670
  #, fuzzy
671
  msgid "Category Archives"
672
  msgstr "Archivos de categorías"
673
 
674
  # @ custom-sidebars
675
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
 
 
 
 
676
  msgid "Save Changes"
677
  msgstr "Guardar Cambios"
678
 
@@ -735,9 +735,7 @@ msgstr ""
735
  "personalizadas."
736
 
737
  #: views/widgets.php:52
738
- msgid ""
739
- "Shows additional information on your webpage that explains why a sidebar or "
740
- "widget is displayed. Only you will see this information"
741
  msgstr ""
742
 
743
  # @ custom-sidebars
@@ -779,6 +777,117 @@ msgstr "Esta barra permanecerá en todas las páginas."
779
  msgid "Allow this sidebar to be replaced"
780
  msgstr "Esta barra puede ser reemplazada"
781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  # @ custom-sidebars
783
  #~ msgid "name"
784
  #~ msgstr "name"
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: 2017-04-06 11:00:27+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"
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:202
56
  msgid "Clone"
57
  msgstr "Clonar"
58
 
59
  # custom-sidebars
60
  # @ custom-sidebars
61
+ #: inc/class-custom-sidebars-editor.php:119
62
  #: inc/class-custom-sidebars-export.php:97
63
  msgid "You do not have permission for this"
64
  msgstr "No tiene permisos para hacer esto"
65
 
66
  # @ custom-sidebars
67
+ #: inc/class-custom-sidebars-editor.php:194
68
  msgid "Sidebar-name cannot be empty"
69
  msgstr "El nombre de la barra lateral no puede ser vacío"
70
 
71
  # @ custom-sidebars
72
+ #: inc/class-custom-sidebars-editor.php:218
73
+ #: inc/class-custom-sidebars-editor.php:301
74
  #, fuzzy
75
  msgid "The sidebar does not exist"
76
  msgstr "Crear una barra"
77
 
78
  # @ custom-sidebars
79
+ #: inc/class-custom-sidebars-editor.php:249
 
80
  msgid "Created new sidebar <strong>%1$s</strong>"
81
  msgstr "Creada la barra <strong>%1$s</strong>"
82
 
83
  # @ custom-sidebars
84
+ #: inc/class-custom-sidebars-editor.php:257
 
85
  msgid "Updated sidebar <strong>%1$s</strong>"
86
  msgstr "Barra <strong>%1$s</strong> actualizada"
87
 
88
  # @ custom-sidebars
89
+ #: inc/class-custom-sidebars-editor.php:268
90
+ #: inc/class-custom-sidebars-editor.php:321
91
  #, fuzzy
92
  msgid "The sidebar was not found"
93
  msgstr "Crear una barra"
94
 
95
  # @ custom-sidebars
96
+ #: inc/class-custom-sidebars-editor.php:310
 
97
  msgid "Deleted sidebar <strong>%1$s</strong>"
98
  msgstr "Barra <strong>%1$s</strong> borrada"
99
 
100
  # @ custom-sidebars
101
+ #: inc/class-custom-sidebars-editor.php:379
102
  #, fuzzy
103
  msgid "Front Page"
104
  msgstr "Página principal del Blog"
105
 
106
  # @ custom-sidebars
107
+ #: inc/class-custom-sidebars-editor.php:380
108
  #, fuzzy
109
  msgid "Search Results"
110
  msgstr "Página de resultados de búsqueda"
111
 
112
+ #: inc/class-custom-sidebars-editor.php:381
113
+ msgid "Not found (404)"
114
+ msgstr ""
115
+
116
  # @ custom-sidebars
117
+ #: inc/class-custom-sidebars-editor.php:382
118
  #, fuzzy
119
+ msgid "Any Author Archive"
120
  msgstr "Archivos de autores"
121
 
122
  # @ custom-sidebars
123
+ #: inc/class-custom-sidebars-editor.php:383
124
  #, fuzzy
125
  msgid "Tag Archives"
126
  msgstr "Archivos de etiquetas"
127
 
128
  # @ custom-sidebars
129
+ #: inc/class-custom-sidebars-editor.php:384
130
  #, fuzzy
131
  msgid "Date Archives"
132
  msgstr "Archivos por fecha"
133
 
134
  # @ custom-sidebars
135
+ #: inc/class-custom-sidebars-editor.php:425
136
  #, fuzzy
137
  msgid "Post Index"
138
  msgstr "Por tipo de entrada"
139
 
140
  # @ custom-sidebars
141
+ #: inc/class-custom-sidebars-editor.php:429
142
+ #, fuzzy
143
  msgid "%1$s Archives"
144
  msgstr "Archivos %1$s"
145
 
146
  # @ custom-sidebars
147
+ #: inc/class-custom-sidebars-editor.php:606
 
148
  msgid "Updated sidebar <strong>%1$s</strong> settings."
149
  msgstr "Actualizadas las opciones para la barra <strong>%1$s</strong>."
150
 
151
  # @ custom-sidebars
152
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
153
  msgid "Sidebars"
154
  msgstr "Barras Laterales"
155
 
156
+ # @ custom-sidebars
157
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
158
+ #: views/widgets.php:47
159
+ msgid "Custom Sidebars"
160
+ msgstr "Barras Laterales"
161
+
162
  # @ custom-sidebars
163
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
164
  #, fuzzy
166
  msgstr "Marque las barras que quiera importar."
167
 
168
  # @ custom-sidebars
169
+ #: inc/class-custom-sidebars-export.php:320
170
+ #: inc/class-custom-sidebars-export.php:362
171
  msgid "No file was uploaded"
172
  msgstr "No fue cargado ningún archivo"
173
 
174
  # @ custom-sidebars
175
+ #: inc/class-custom-sidebars-export.php:327
176
  msgid "Import file is too big"
177
  msgstr "El archivo a importar es demasiado grande."
178
 
179
  # @ custom-sidebars
180
+ #: inc/class-custom-sidebars-export.php:333
181
  msgid "Something went wrong"
182
  msgstr "Algo ha ido mal."
183
 
184
  # @ custom-sidebars
185
+ #: inc/class-custom-sidebars-export.php:356
186
  msgid "Unexpected import format"
187
  msgstr "Formato de importación incorrecto."
188
 
189
  # @ custom-sidebars
190
+ #: inc/class-custom-sidebars-export.php:633
 
 
 
 
 
 
 
 
 
 
191
  msgid "Imported %d custom sidebar(s)!"
192
  msgstr "%d barras laterales importadas!"
193
 
194
  # @ custom-sidebars
195
+ #: inc/class-custom-sidebars-export.php:642
196
  msgid "Plugin options were imported!"
197
  msgstr "Las opciones del plugin fueron importadas."
198
 
199
  # @ custom-sidebars
200
+ #: inc/class-custom-sidebars-export.php:692
 
201
  msgid "Imported %d widget(s)!"
202
  msgstr "Importados %d widget(s)!"
203
 
204
  # @ custom-sidebars
205
+ #: inc/class-custom-sidebars-visibility.php:196
206
  msgid "Visibility"
207
  msgstr "Visibilidad"
208
 
209
  # @ custom-sidebars
210
+ #: inc/class-custom-sidebars-visibility.php:205
211
  msgid "<b>Show</b> widget if:"
212
  msgstr "<b>Mostrar</b> widget si:"
213
 
214
  # @ custom-sidebars
215
+ #: inc/class-custom-sidebars-visibility.php:206
216
  msgid "<b>Hide</b> widget if:"
217
  msgstr "<b>Ocultar</b> widget si:"
218
 
219
+ #: inc/class-custom-sidebars-visibility.php:210
220
+ msgid "Filters"
221
+ msgstr ""
222
+
223
+ #: inc/class-custom-sidebars-visibility.php:214
224
+ msgid "Date"
225
+ msgstr ""
226
+
227
+ #: inc/class-custom-sidebars-visibility.php:219
228
+ msgid "Guests"
229
+ msgstr ""
230
+
231
+ #: inc/class-custom-sidebars-visibility.php:224
232
+ msgid "Roles"
233
+ msgstr ""
234
+
235
+ #: inc/class-custom-sidebars-visibility.php:229
236
+ msgid "Membership"
237
+ msgstr ""
238
+
239
+ #: inc/class-custom-sidebars-visibility.php:235
240
+ msgid "Membership2"
241
+ msgstr ""
242
+
243
+ # @ custom-sidebars
244
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
245
+ msgid "Special pages"
246
+ msgstr "Páginas especiales"
247
+
248
+ # @ custom-sidebars
249
+ #: inc/class-custom-sidebars-visibility.php:246
250
+ #, fuzzy
251
+ msgid "For posttype"
252
+ msgstr "Por tipo de entrada"
253
+
254
+ #: inc/class-custom-sidebars-visibility.php:248
255
+ msgid "Taxonomy"
256
+ msgstr ""
257
+
258
  # @ custom-sidebars
259
+ #: inc/class-custom-sidebars-visibility.php:265
260
  msgid "Always"
261
  msgstr "Siempre"
262
 
263
  # @ custom-sidebars
264
+ #: inc/class-custom-sidebars-visibility.php:290
265
+ #: inc/class-custom-sidebars-visibility.php:295
266
+ #: inc/class-custom-sidebars-visibility.php:304
267
+ #: inc/class-custom-sidebars-visibility.php:323
268
+ #: inc/class-custom-sidebars-visibility.php:343
269
+ #: inc/class-custom-sidebars-visibility.php:362
270
+ #: inc/class-custom-sidebars-visibility.php:381
271
+ #: inc/class-custom-sidebars-visibility.php:472
272
  msgid "AND"
273
  msgstr "Y"
274
 
275
+ #: inc/class-custom-sidebars-visibility.php:291
276
+ msgid "User is not logged-in (Guest)"
277
+ msgstr ""
278
+
279
+ #: inc/class-custom-sidebars-visibility.php:296
280
+ msgid "User is logged-in (Member)"
281
+ msgstr ""
282
 
283
  # @ custom-sidebars
284
+ #: inc/class-custom-sidebars-visibility.php:305
285
  msgid "User has role"
286
  msgstr "El usuario tiene el rol"
287
 
288
  # @ custom-sidebars
289
+ #: inc/class-custom-sidebars-visibility.php:324
290
  msgid "User has Membership Level"
291
  msgstr "El usuario tiene el nivel de miembro"
292
 
293
  # @ custom-sidebars
294
+ #: inc/class-custom-sidebars-visibility.php:332
295
+ #: inc/class-custom-sidebars-visibility.php:352
296
  msgid "(inactive)"
297
  msgstr "(inactivo)"
298
 
299
  # @ custom-sidebars
300
+ #: inc/class-custom-sidebars-visibility.php:344
301
+ #, fuzzy
302
+ msgid "User has Membership"
303
+ msgstr "El usuario tiene el nivel de miembro"
304
 
305
  # @ custom-sidebars
306
+ #: inc/class-custom-sidebars-visibility.php:363
307
  msgid "On these special pages"
308
  msgstr "En estas páginas en especial"
309
 
310
  # @ custom-sidebars
311
+ #: inc/class-custom-sidebars-visibility.php:382
312
  #, fuzzy
313
  msgid "On any page of these types"
314
  msgstr "Tipos de archivo"
315
 
316
  # @ custom-sidebars
317
+ #: inc/class-custom-sidebars-visibility.php:400
 
318
  msgid "Only for specific %s"
319
  msgstr "Solo para %s específicos"
320
 
321
  # @ custom-sidebars
322
+ #: inc/class-custom-sidebars-visibility.php:401
 
323
  msgid "Only these %s:"
324
  msgstr "Solo estos %s"
325
 
326
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  msgid ""
328
  "<strong>Accessibility mode is not supported by the\n"
329
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
331
  msgstr ""
332
 
333
  # @ custom-sidebars
334
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
335
+ msgid "Widgets"
336
+ msgstr "Widgets"
 
 
 
 
 
337
 
338
  # @ custom-sidebars
339
+ #: inc/class-custom-sidebars.php:912
340
+ #, fuzzy
341
+ msgid "Support"
342
+ msgstr "Importar"
343
+
344
+ #: inc/class-custom-sidebars.php:929
345
+ msgid "Create a custom sidebar to get started."
346
+ msgstr ""
347
+
348
+ #: views/col-sidebars.php:18
349
+ msgid "(Not available for Home-Page)"
350
+ msgstr ""
351
+
352
+ #: views/col-sidebars.php:20
353
+ msgid "(Not available for Blog-Page)"
354
+ msgstr ""
355
 
356
  # @ custom-sidebars
357
+ #: views/import.php:60 views/widgets-export.php:33
358
  msgid "Import"
359
  msgstr "Importar"
360
 
361
  # @ custom-sidebars
362
+ #: views/import.php:67
363
  msgid "Filename"
364
  msgstr "Nombre del archivo"
365
 
366
  # @ custom-sidebars
367
+ #: views/import.php:71
368
  msgid "Exported on"
369
  msgstr "Exportado"
370
 
371
  # @ custom-sidebars
372
+ #: views/import.php:77
373
  msgid "WordPress settings"
374
  msgstr "Opciones de WordPress"
375
 
376
  # @ custom-sidebars
377
+ #: views/import.php:88
378
  msgid "WordPress version"
379
  msgstr "Versión de WordPress"
380
 
381
  # @ custom-sidebars
382
+ #: views/import.php:93
383
  msgid "Plugin version"
384
  msgstr "Versión del plugin"
385
 
386
  # @ custom-sidebars
387
+ #: views/import.php:98
388
  msgid "Theme"
389
  msgstr "Tema"
390
 
391
  # @ custom-sidebars
392
+ #: views/import.php:125
 
 
 
 
 
393
  msgid "Mark the sidebars that you want to import."
394
  msgstr "Marque las barras que quiera importar."
395
 
396
  # @ custom-sidebars
397
+ #: views/import.php:130
398
  msgid "Also import all widgets of the selected sidebars."
399
  msgstr "Importar también los widgets de las barras seleccionadas."
400
 
401
  # @ custom-sidebars
402
+ #: views/import.php:137 views/widgets-editor.php:15
403
  msgid "Name"
404
  msgstr "Nombre"
405
 
406
  # @ custom-sidebars
407
+ #: views/import.php:138 views/widgets-editor.php:20
408
  msgid "Description"
409
  msgstr "Descripción"
410
 
411
  # @ custom-sidebars
412
+ #: views/import.php:139
413
  msgid "Note"
414
  msgstr "Nota"
415
 
416
  # @ custom-sidebars
417
+ #: views/import.php:147
418
+ #, fuzzy
419
+ msgid "New sidebar will be created"
420
+ msgstr "Una nueva barra será creada"
421
 
422
  # @ custom-sidebars
423
+ #: views/import.php:149
424
  #, fuzzy
425
  msgid "Existing sidebar will be replaced!"
426
  msgstr "Esta barra puede ser reemplazada"
427
 
428
  # @ custom-sidebars
429
+ #: views/import.php:205
 
 
 
 
 
 
430
  #, fuzzy
431
  msgid "(Theme sidebar)"
432
  msgstr "Tema"
433
 
434
  # @ custom-sidebars
435
+ #: views/import.php:233
436
  msgid "Configuration"
437
  msgstr "Configuración"
438
 
439
  # @ custom-sidebars
440
+ #: views/import.php:237
441
  #, fuzzy
442
  msgid "Replaceable sidebars"
443
  msgstr "Barras reemplazables"
444
 
445
  # @ custom-sidebars
446
+ #: views/import.php:240
447
  msgid "Replaceable Sidebars"
448
  msgstr "Barras reemplazables"
449
 
450
  # @ custom-sidebars
451
+ #: views/import.php:250
452
  msgid "By post type"
453
  msgstr "Por tipo de entrada"
454
 
455
  # @ custom-sidebars
456
+ #: views/import.php:263
457
  msgid "Post-type archives"
458
  msgstr "Archivos de tipos de entrada"
459
 
460
  # @ custom-sidebars
461
+ #: views/import.php:276
462
  msgid "By category"
463
  msgstr "Por categorías"
464
 
465
  # @ custom-sidebars
466
+ #: views/import.php:289
467
  msgid "Category archives"
468
  msgstr "Archivos de categorías"
469
 
470
  # @ custom-sidebars
471
+ #: views/import.php:305
 
 
 
 
 
472
  msgid "Main blog page"
473
  msgstr "Página principal del Blog"
474
 
475
  # @ custom-sidebars
476
+ #: views/import.php:306
477
  msgid "Date archives"
478
  msgstr "Archivos por fecha"
479
 
480
  # @ custom-sidebars
481
+ #: views/import.php:307
482
  msgid "Author archives"
483
  msgstr "Archivos de autores"
484
 
485
  # @ custom-sidebars
486
+ #: views/import.php:308
487
  msgid "Tag archives"
488
  msgstr "Archivos de etiquetas"
489
 
490
  # @ custom-sidebars
491
+ #: views/import.php:309
492
  msgid "Search results page"
493
  msgstr "Página de resultados de búsqueda"
494
 
495
  # @ custom-sidebars
496
+ #: views/import.php:319
497
  msgid ""
498
  "Replace the current plugin configuration with the imported configuration."
499
  msgstr ""
500
  "Reemplaza la configuración actual del plugin con la configuración importada."
501
 
502
  # @ custom-sidebars
503
+ #: views/widgets-delete.php:11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  msgid ""
505
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
506
  "strong>."
508
 
509
  # @ custom-sidebars
510
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
511
+ #: views/widgets-location.php:186
512
  msgid "Cancel"
513
  msgstr "Cancelar"
514
 
540
  msgid "Caution:"
541
  msgstr "Precaución:"
542
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543
  # @ custom-sidebars
544
  #: views/widgets-editor.php:39
545
  msgid "Before Title"
571
  msgstr "Crear una barra"
572
 
573
  # @ custom-sidebars
574
+ #: views/widgets-export.php:10 views/widgets-export.php:28
575
  msgid "Export"
576
  msgstr "Exportar"
577
 
 
 
 
 
 
 
 
 
 
578
  # default
579
+ #: views/widgets-export.php:23
580
  #, fuzzy
581
  msgid "Optional description for the export file:"
582
  msgstr "Exportar archivo"
583
 
584
  # @ custom-sidebars
585
+ #: views/widgets-export.php:37
586
  msgid "Export file"
587
  msgstr "Exportar archivo"
588
 
589
  # @ custom-sidebars
590
+ #: views/widgets-export.php:42
591
  msgid "Preview"
592
  msgstr "Vista previa"
593
 
599
 
600
  # @ custom-sidebars
601
  #: views/widgets-location.php:38
 
602
  msgid "As <strong>%1$s</strong> for selected %2$s"
603
  msgstr "Como <strong>%1$s</strong> por la seleccionada %2$s"
604
 
605
  # @ custom-sidebars
606
  #: views/widgets-location.php:50
 
607
  msgid "Click here to pick available %1$s"
608
  msgstr "Click aquí para seleccionar %1$s"
609
 
 
 
 
 
 
 
 
 
 
 
 
 
610
  # @ default
611
+ #: views/widgets-location.php:95 views/widgets-location.php:136
612
  msgid "Click to toggle"
613
  msgstr ""
614
 
615
  # @ custom-sidebars
616
+ #: views/widgets-location.php:96
617
  msgid "For all Single Entries matching selected criteria"
618
  msgstr "Para todas entradas que cumplan con..."
619
 
620
  # @ custom-sidebars
621
+ #: views/widgets-location.php:99
622
  msgid ""
623
  "These replacements will be applied to every single post that matches a "
624
  "certain post type or category."
627
  "pertenezcan a el tipo de entrada o categoría particular."
628
 
629
  # @ custom-sidebars
630
+ #: views/widgets-location.php:107
631
  msgid "categories"
632
  msgstr "categorías"
633
 
634
  # @ custom-sidebars
635
+ #: views/widgets-location.php:119
636
  #, fuzzy
637
  msgid "Post Types"
638
  msgstr "Tipos de archivo"
639
 
640
  # @ custom-sidebars
641
+ #: views/widgets-location.php:137
642
  #, fuzzy
643
  msgid "For Archives"
644
  msgstr "Archivos de categorías"
645
 
646
  # @ custom-sidebars
647
+ #: views/widgets-location.php:140
648
  msgid "These replacements will be applied to Archive Type posts and pages."
649
  msgstr "Estos barras serán mostradas en los archivos de entradas y páginas."
650
 
651
  # @ custom-sidebars
652
+ #: views/widgets-location.php:143 views/widgets-location.php:154
653
  msgid "Archive Types"
654
  msgstr "Tipos de archivo"
655
 
656
  # @ custom-sidebars
657
+ #: views/widgets-location.php:144 views/widgets-location.php:165
658
  #, fuzzy
659
  msgid "Category Archives"
660
  msgstr "Archivos de categorías"
661
 
662
  # @ custom-sidebars
663
+ #: views/widgets-location.php:145
664
+ #, fuzzy
665
+ msgid "Authors"
666
+ msgstr "Archivos de autores"
667
+
668
+ # @ custom-sidebars
669
+ #: views/widgets-location.php:176
670
+ #, fuzzy
671
+ msgid "Author Archives"
672
+ msgstr "Archivos de autores"
673
+
674
+ # @ custom-sidebars
675
+ #: views/widgets-location.php:187 views/widgets.php:42
676
  msgid "Save Changes"
677
  msgstr "Guardar Cambios"
678
 
735
  "personalizadas."
736
 
737
  #: views/widgets.php:52
738
+ msgid "Filter..."
 
 
739
  msgstr ""
740
 
741
  # @ custom-sidebars
777
  msgid "Allow this sidebar to be replaced"
778
  msgstr "Esta barra puede ser reemplazada"
779
 
780
+ # @ custom-sidebars
781
+ #. Plugin Name of the plugin/theme
782
+ #, fuzzy
783
+ msgid "Custom Sidebars Pro"
784
+ msgstr "Barras Laterales"
785
+
786
+ #. Plugin URI of the plugin/theme
787
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
788
+ msgstr ""
789
+
790
+ #. Description of the plugin/theme
791
+ msgid ""
792
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
793
+ "sidebars or single widgets for specific posts and pages."
794
+ msgstr ""
795
+
796
+ #. Author of the plugin/theme
797
+ msgid "WPMU DEV"
798
+ msgstr ""
799
+
800
+ #. Author URI of the plugin/theme
801
+ msgid "http://premium.wpmudev.org/"
802
+ msgstr ""
803
+
804
+ # @ custom-sidebars
805
+ #~ msgid ""
806
+ #~ "Something unexpected happened and we could not finish the import. Please "
807
+ #~ "try again."
808
+ #~ msgstr ""
809
+ #~ "Ha ocurrido un error inesperado y no se ha podido importar el archivo. "
810
+ #~ "Inténtelo de nuevo."
811
+
812
+ # @ custom-sidebars
813
+ #~ msgid "On these dates"
814
+ #~ msgstr "En estas fechas"
815
+
816
+ # @ custom-sidebars
817
+ #~ msgid "Pro Sites Level"
818
+ #~ msgstr "Nivel de Pro Sites"
819
+
820
+ # @ custom-sidebars
821
+ #~ msgid ""
822
+ #~ "Now you can create and edit custom sidebars in your <a href=\"%1$s"
823
+ #~ "\">Widgets screen</a>!"
824
+ #~ msgstr ""
825
+ #~ "Ahora puedes crear y editar barras laterales en tu <a href=\"%1$s"
826
+ #~ "\">pantalla de Widgets</a>!"
827
+
828
+ # @ custom-sidebars
829
+ #~ msgid ""
830
+ #~ "Import / Export functionality is available<br />in the <b>PRO</b> version "
831
+ #~ "of this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
832
+ #~ msgstr ""
833
+ #~ "La función Importar / Exportar está disponible<br /> en la versión "
834
+ #~ "<b>PRO</b> del plugin.<br /><a href=\"%1$s\" target=\"_blank\">Leer más</"
835
+ #~ "a>"
836
+
837
+ # @ custom-sidebars
838
+ #~ msgid "Pro Version Features"
839
+ #~ msgstr "Características PRO"
840
+
841
+ # @ custom-sidebars
842
+ #~ msgid ""
843
+ #~ "Here you can replace the default sidebars. Simply select what sidebar you "
844
+ #~ "want to show for this post!"
845
+ #~ msgstr ""
846
+ #~ "Aquí puede reemplazar las barras por defecto. Simplemente seleccione qué "
847
+ #~ "barra quiere mostrar para esta entrada."
848
+
849
+ # @ custom-sidebars
850
+ #~ msgid ""
851
+ #~ "All sidebars have been locked, you cannot replace them. Go to <a href="
852
+ #~ "\"widgets.php\">the widgets page</a> to unlock a sidebar"
853
+ #~ msgstr ""
854
+ #~ "Todas las barras están bloqueadas y no puede reemplazarlas. Configure las "
855
+ #~ "barras en la <a href=\"widgets.php\">página de widgets</a>."
856
+
857
+ # @ custom-sidebars
858
+ #~ msgid ""
859
+ #~ "Before-after title-widget properties define the html code that will wrap "
860
+ #~ "the widgets and their titles in the sidebars, more info about them on the "
861
+ #~ "<a href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-"
862
+ #~ "wordpress\" target=\"_blank\">Justin Tadlock Blog</a>. Do not use these "
863
+ #~ "fields if you are not sure what you are doing, it can break the design of "
864
+ #~ "your site. Leave these fields blank to use the theme sidebars design."
865
+ #~ msgstr ""
866
+ #~ "Las propiedades Before/After title/widget definen el código HTML que "
867
+ #~ "envuelve las partes de las barras laterales. No use estos campos si no "
868
+ #~ "está seguro de lo que hace, <b>puede romper el diseño de su sitio</b>. "
869
+ #~ "Para usar los valores de su tema actual, deje estos campos en blanco. Más "
870
+ #~ "información en <a href=\"http://justintadlock.com/archives/2010/11/08/"
871
+ #~ "sidebars-in-wordpress\" target=\"_blank\">este artículo</a>"
872
+
873
+ # @ custom-sidebars
874
+ #~ msgid ""
875
+ #~ "This will generate a complete export file containing all your sidebars "
876
+ #~ "and the current sidebar configuration."
877
+ #~ msgstr ""
878
+ #~ "Generación de un archivo que contiene todas las barras laterales y la "
879
+ #~ "configuración actual del plugin."
880
+
881
+ # @ custom-sidebars
882
+ #~ msgid ""
883
+ #~ "To attach this sidebar to a unique Post or Page please visit that <a href="
884
+ #~ "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the "
885
+ #~ "sidebars metabox."
886
+ #~ msgstr ""
887
+ #~ "Para asignar esta barra a una entrada particular edite ese <a href=\"%1$s"
888
+ #~ "\">Post</a> o <a href=\"%2$s\">Página</a> y selecciónela en la caja "
889
+ #~ "'Barra Laterales'."
890
+
891
  # @ custom-sidebars
892
  #~ msgid "name"
893
  #~ msgstr "name"
lang/custom-sidebars-fr_FR.mo CHANGED
Binary file
lang/custom-sidebars-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:45+0100\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"
@@ -19,401 +19,443 @@ msgstr ""
19
  "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Clone"
24
  msgstr ""
25
 
26
  # @ custom-sidebars
27
- #: inc/class-custom-sidebars-editor.php:89
28
  #: inc/class-custom-sidebars-export.php:97
29
  msgid "You do not have permission for this"
30
  msgstr ""
31
 
32
- #: inc/class-custom-sidebars-editor.php:159
33
  msgid "Sidebar-name cannot be empty"
34
  msgstr ""
35
 
36
  # @ custom-sidebars
37
- #: inc/class-custom-sidebars-editor.php:183
38
- #: inc/class-custom-sidebars-editor.php:259
39
  #, fuzzy
40
  msgid "The sidebar does not exist"
41
  msgstr "Créer une Sidebar"
42
 
43
- #: inc/class-custom-sidebars-editor.php:208
44
- #, php-format
45
  msgid "Created new sidebar <strong>%1$s</strong>"
46
  msgstr ""
47
 
48
- #: inc/class-custom-sidebars-editor.php:216
49
- #, php-format
50
  msgid "Updated sidebar <strong>%1$s</strong>"
51
  msgstr ""
52
 
53
  # @ custom-sidebars
54
- #: inc/class-custom-sidebars-editor.php:227
55
- #: inc/class-custom-sidebars-editor.php:279
56
  #, fuzzy
57
  msgid "The sidebar was not found"
58
  msgstr "Créer une Sidebar"
59
 
60
- #: inc/class-custom-sidebars-editor.php:268
61
- #, php-format
62
  msgid "Deleted sidebar <strong>%1$s</strong>"
63
  msgstr ""
64
 
65
- #: inc/class-custom-sidebars-editor.php:337
66
  #, fuzzy
67
  msgid "Front Page"
68
  msgstr "Page principale du blog"
69
 
70
  # @ custom-sidebars
71
- #: inc/class-custom-sidebars-editor.php:338
72
  #, fuzzy
73
  msgid "Search Results"
74
  msgstr "Résultats de votre recherche"
75
 
 
 
 
 
76
  # @ custom-sidebars
77
- #: inc/class-custom-sidebars-editor.php:339
78
  #, fuzzy
79
- msgid "Author Archives"
80
  msgstr "Archives par auteur"
81
 
82
  # @ custom-sidebars
83
- #: inc/class-custom-sidebars-editor.php:340
84
  #, fuzzy
85
  msgid "Tag Archives"
86
  msgstr "Archives par tags"
87
 
88
  # @ custom-sidebars
89
- #: inc/class-custom-sidebars-editor.php:341
90
  #, fuzzy
91
  msgid "Date Archives"
92
  msgstr "Archives par date"
93
 
94
  # @ custom-sidebars
95
- #: inc/class-custom-sidebars-editor.php:373
96
  #, fuzzy
97
  msgid "Post Index"
98
  msgstr "Par types d'articles"
99
 
100
  # @ custom-sidebars
101
- #: inc/class-custom-sidebars-editor.php:377
102
- #, fuzzy, php-format
103
  msgid "%1$s Archives"
104
  msgstr "Archives par catégories"
105
 
106
- #: inc/class-custom-sidebars-editor.php:509
107
- #, php-format
108
  msgid "Updated sidebar <strong>%1$s</strong> settings."
109
  msgstr ""
110
 
111
  # @ custom-sidebars
112
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
113
  msgid "Sidebars"
114
  msgstr "Sidebars"
115
 
 
 
 
 
 
 
116
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
117
  #, fuzzy
118
  msgid "Import / Export Sidebars"
119
  msgstr "Sidebars"
120
 
121
- #: inc/class-custom-sidebars-export.php:280
122
- #: inc/class-custom-sidebars-export.php:322
123
  msgid "No file was uploaded"
124
  msgstr ""
125
 
126
- #: inc/class-custom-sidebars-export.php:287
127
  msgid "Import file is too big"
128
  msgstr ""
129
 
130
- #: inc/class-custom-sidebars-export.php:293
131
  msgid "Something went wrong"
132
  msgstr ""
133
 
134
- #: inc/class-custom-sidebars-export.php:316
135
  msgid "Unexpected import format"
136
  msgstr ""
137
 
138
- #: inc/class-custom-sidebars-export.php:386
139
- msgid ""
140
- "Something unexpected happened and we could not finish the import. Please try "
141
- "again."
142
- msgstr ""
143
-
144
  # @ custom-sidebars
145
- #: inc/class-custom-sidebars-export.php:587
146
- #, php-format
147
  msgid "Imported %d custom sidebar(s)!"
148
  msgstr ""
149
 
150
- #: inc/class-custom-sidebars-export.php:597
151
  msgid "Plugin options were imported!"
152
  msgstr ""
153
 
154
- #: inc/class-custom-sidebars-export.php:648
155
- #, php-format
156
  msgid "Imported %d widget(s)!"
157
  msgstr ""
158
 
159
- #: inc/class-custom-sidebars-visibility.php:164
160
  msgid "Visibility"
161
  msgstr ""
162
 
163
- #: inc/class-custom-sidebars-visibility.php:173
164
  msgid "<b>Show</b> widget if:"
165
  msgstr ""
166
 
167
- #: inc/class-custom-sidebars-visibility.php:174
168
  msgid "<b>Hide</b> widget if:"
169
  msgstr ""
170
 
171
- #: inc/class-custom-sidebars-visibility.php:202
172
- msgid "Always"
173
  msgstr ""
174
 
175
- #: inc/class-custom-sidebars-visibility.php:207
176
  #: inc/class-custom-sidebars-visibility.php:214
177
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  #: inc/class-custom-sidebars-visibility.php:246
179
- #: inc/class-custom-sidebars-visibility.php:260
180
- #: inc/class-custom-sidebars-visibility.php:274
181
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  msgid "AND"
183
  msgstr ""
184
 
185
- #: inc/class-custom-sidebars-visibility.php:207
186
- msgid "On these dates"
187
  msgstr ""
188
 
189
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
190
  msgid "User has role"
191
  msgstr ""
192
 
193
- #: inc/class-custom-sidebars-visibility.php:230
194
  msgid "User has Membership Level"
195
  msgstr ""
196
 
197
- #: inc/class-custom-sidebars-visibility.php:237
 
198
  msgid "(inactive)"
199
  msgstr ""
200
 
201
- #: inc/class-custom-sidebars-visibility.php:246
202
- msgid "Pro Sites Level"
203
  msgstr ""
204
 
205
- #: inc/class-custom-sidebars-visibility.php:260
206
  msgid "On these special pages"
207
  msgstr ""
208
 
209
- #: inc/class-custom-sidebars-visibility.php:274
210
  #, fuzzy
211
  msgid "On any page of these types"
212
  msgstr "Page principale du blog"
213
 
214
- #: inc/class-custom-sidebars-visibility.php:288
215
- #, php-format
216
  msgid "Only for specific %s"
217
  msgstr ""
218
 
219
- #: inc/class-custom-sidebars-visibility.php:289
220
- #, php-format
221
  msgid "Only these %s:"
222
  msgstr ""
223
 
224
- # @ custom-sidebars
225
- #: inc/class-custom-sidebars.php:87
226
- #, fuzzy
227
- msgid "Custom Sidebars Pro"
228
- msgstr "Sidebars Personnalisées"
229
-
230
- #: inc/class-custom-sidebars.php:90
231
- #, php-format
232
- msgid ""
233
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
234
- "screen</a>!"
235
- msgstr ""
236
-
237
- #: inc/class-custom-sidebars.php:106
238
- #, php-format
239
  msgid ""
240
  "<strong>Accessibility mode is not supported by the\n"
241
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
242
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
243
  msgstr ""
244
 
245
- #: inc/class-custom-sidebars.php:802
246
- #, php-format
247
- msgid ""
248
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
249
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
 
 
250
  msgstr ""
251
 
252
- #: inc/class-custom-sidebars.php:806
253
- msgid "Pro Version Features"
254
  msgstr ""
255
 
256
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
 
 
 
 
257
  msgid "Import"
258
  msgstr ""
259
 
260
- #: views/import.php:68
261
  msgid "Filename"
262
  msgstr ""
263
 
264
- #: views/import.php:72
265
  msgid "Exported on"
266
  msgstr ""
267
 
268
- #: views/import.php:78
269
  msgid "WordPress settings"
270
  msgstr ""
271
 
272
- #: views/import.php:89
273
  msgid "WordPress version"
274
  msgstr ""
275
 
276
- #: views/import.php:94
277
  msgid "Plugin version"
278
  msgstr ""
279
 
280
- #: views/import.php:99
281
  msgid "Theme"
282
  msgstr ""
283
 
284
- # @ custom-sidebars
285
- #: views/import.php:125 views/widgets.php:47
286
- msgid "Custom Sidebars"
287
- msgstr "Sidebars Personnalisées"
288
-
289
- #: views/import.php:127
290
  msgid "Mark the sidebars that you want to import."
291
  msgstr ""
292
 
293
- #: views/import.php:132
294
  msgid "Also import all widgets of the selected sidebars."
295
  msgstr ""
296
 
297
  # @ custom-sidebars
298
- #: views/import.php:139 views/widgets-editor.php:15
299
  msgid "Name"
300
  msgstr "Nom"
301
 
302
  # @ custom-sidebars
303
- #: views/import.php:140 views/widgets-editor.php:20
304
  msgid "Description"
305
  msgstr "Description"
306
 
307
- #: views/import.php:141
308
  msgid "Note"
309
  msgstr ""
310
 
311
  # @ custom-sidebars
312
- #: views/import.php:142
313
- msgid "Widgets"
314
- msgstr ""
 
315
 
316
- #: views/import.php:150
317
  #, fuzzy
318
  msgid "Existing sidebar will be replaced!"
319
  msgstr "Créer une Sidebar"
320
 
321
  # @ custom-sidebars
322
- #: views/import.php:152
323
- #, fuzzy
324
- msgid "New sidebar will be created"
325
- msgstr "Créer une nouvelle Sidebar"
326
-
327
- # @ custom-sidebars
328
- #: views/import.php:206
329
  #, fuzzy
330
  msgid "(Theme sidebar)"
331
  msgstr "Créer une Sidebar"
332
 
333
  # @ custom-sidebars
334
- #: views/import.php:232
335
  msgid "Configuration"
336
  msgstr ""
337
 
338
  # @ custom-sidebars
339
- #: views/import.php:236
340
  #, fuzzy
341
  msgid "Replaceable sidebars"
342
  msgstr "Sidebars remplaçable"
343
 
344
  # @ custom-sidebars
345
- #: views/import.php:239
346
  msgid "Replaceable Sidebars"
347
  msgstr "Sidebars remplaçable"
348
 
349
  # @ custom-sidebars
350
- #: views/import.php:249
351
  msgid "By post type"
352
  msgstr "Par types d'articles"
353
 
354
  # @ custom-sidebars
355
- #: views/import.php:262
356
  msgid "Post-type archives"
357
  msgstr "Archives par articles"
358
 
359
  # @ custom-sidebars
360
- #: views/import.php:275
361
  msgid "By category"
362
  msgstr "Par catégorie"
363
 
364
  # @ custom-sidebars
365
- #: views/import.php:288
366
  msgid "Category archives"
367
  msgstr "Archives par catégories"
368
 
369
- #: views/import.php:301
370
- msgid "Special pages"
371
- msgstr ""
372
-
373
  # @ custom-sidebars
374
- #: views/import.php:304
375
  msgid "Main blog page"
376
  msgstr "Page principale du blog"
377
 
378
  # @ custom-sidebars
379
- #: views/import.php:305
380
  msgid "Date archives"
381
  msgstr "Archives par date"
382
 
383
  # @ custom-sidebars
384
- #: views/import.php:306
385
  msgid "Author archives"
386
  msgstr "Archives par auteur"
387
 
388
  # @ custom-sidebars
389
- #: views/import.php:307
390
  msgid "Tag archives"
391
  msgstr "Archives par tags"
392
 
393
  # @ custom-sidebars
394
- #: views/import.php:308
395
  msgid "Search results page"
396
  msgstr "Résultats de votre recherche"
397
 
398
- #: views/import.php:318
399
  msgid ""
400
  "Replace the current plugin configuration with the imported configuration."
401
  msgstr ""
402
 
403
- #: views/metabox.php:15
404
- msgid ""
405
- "Here you can replace the default sidebars. Simply select what sidebar you "
406
- "want to show for this post!"
407
- msgstr ""
408
-
409
- #: views/metabox.php:40
410
- msgid ""
411
- "All sidebars have been locked, you cannot replace them. Go to <a href="
412
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
413
- msgstr ""
414
-
415
  # @ custom-sidebars
416
- #: views/widgets-delete.php:12
417
  msgid ""
418
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
419
  "strong>."
@@ -421,7 +463,7 @@ msgstr ""
421
 
422
  # @ custom-sidebars
423
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
424
- #: views/widgets-location.php:173
425
  msgid "Cancel"
426
  msgstr "Annuler"
427
 
@@ -449,17 +491,6 @@ msgstr "Description"
449
  msgid "Caution:"
450
  msgstr ""
451
 
452
- # @ custom-sidebars
453
- #: views/widgets-editor.php:29
454
- msgid ""
455
- "Before-after title-widget properties define the html code that will wrap the "
456
- "widgets and their titles in the sidebars, more info about them on the <a "
457
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
458
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
459
- "are not sure what you are doing, it can break the design of your site. Leave "
460
- "these fields blank to use the theme sidebars design."
461
- msgstr ""
462
-
463
  # @ custom-sidebars
464
  #: views/widgets-editor.php:39
465
  msgid "Before Title"
@@ -489,25 +520,19 @@ msgstr ""
489
  msgid "Create Sidebar"
490
  msgstr "Créer une Sidebar"
491
 
492
- #: views/widgets-export.php:10 views/widgets-export.php:26
493
  msgid "Export"
494
  msgstr ""
495
 
496
- #: views/widgets-export.php:16
497
- msgid ""
498
- "This will generate a complete export file containing all your sidebars and "
499
- "the current sidebar configuration."
500
- msgstr ""
501
-
502
- #: views/widgets-export.php:21
503
  msgid "Optional description for the export file:"
504
  msgstr ""
505
 
506
- #: views/widgets-export.php:35
507
  msgid "Export file"
508
  msgstr ""
509
 
510
- #: views/widgets-export.php:40
511
  msgid "Preview"
512
  msgstr ""
513
 
@@ -518,34 +543,24 @@ msgid "Replaced by another sidebar:"
518
  msgstr "Créer une Sidebar"
519
 
520
  #: views/widgets-location.php:38
521
- #, php-format
522
  msgid "As <strong>%1$s</strong> for selected %2$s"
523
  msgstr ""
524
 
525
  #: views/widgets-location.php:50
526
- #, php-format
527
  msgid "Click here to pick available %1$s"
528
  msgstr ""
529
 
530
- #: views/widgets-location.php:77
531
- #, php-format
532
- msgid ""
533
- "To attach this sidebar to a unique Post or Page please visit that <a href="
534
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
535
- "metabox."
536
- msgstr ""
537
-
538
  # @ custom-sidebars
539
- #: views/widgets-location.php:94 views/widgets-location.php:135
540
  msgid "Click to toggle"
541
  msgstr ""
542
 
543
- #: views/widgets-location.php:95
544
  msgid "For all Single Entries matching selected criteria"
545
  msgstr ""
546
 
547
  # @ custom-sidebars
548
- #: views/widgets-location.php:98
549
  msgid ""
550
  "These replacements will be applied to every single post that matches a "
551
  "certain post type or category."
@@ -554,39 +569,51 @@ msgstr ""
554
  "certain type d'article ou de catégorie."
555
 
556
  # @ custom-sidebars
557
- #: views/widgets-location.php:106
558
  msgid "categories"
559
  msgstr ""
560
 
561
  # @ custom-sidebars
562
- #: views/widgets-location.php:118
563
  #, fuzzy
564
  msgid "Post Types"
565
  msgstr "Par types d'articles"
566
 
567
  # @ custom-sidebars
568
- #: views/widgets-location.php:136
569
  #, fuzzy
570
  msgid "For Archives"
571
  msgstr "Archives par catégories"
572
 
573
  # @ custom-sidebars
574
- #: views/widgets-location.php:139
575
  msgid "These replacements will be applied to Archive Type posts and pages."
576
  msgstr ""
577
 
578
- #: views/widgets-location.php:142 views/widgets-location.php:152
579
  msgid "Archive Types"
580
  msgstr ""
581
 
582
  # @ custom-sidebars
583
- #: views/widgets-location.php:143 views/widgets-location.php:163
584
  #, fuzzy
585
  msgid "Category Archives"
586
  msgstr "Archives par catégories"
587
 
588
  # @ custom-sidebars
589
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
 
 
 
 
590
  msgid "Save Changes"
591
  msgstr "Sauvegarder vos changements"
592
 
@@ -638,9 +665,7 @@ msgid ""
638
  msgstr ""
639
 
640
  #: views/widgets.php:52
641
- msgid ""
642
- "Shows additional information on your webpage that explains why a sidebar or "
643
- "widget is displayed. Only you will see this information"
644
  msgstr ""
645
 
646
  # @ custom-sidebars
@@ -679,6 +704,30 @@ msgstr ""
679
  msgid "Allow this sidebar to be replaced"
680
  msgstr "Créer une Sidebar"
681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  # @ custom-sidebars
683
  #, fuzzy
684
  #~ msgid "Static sidebar"
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: 2017-04-06 11:00:27+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"
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:202
55
  msgid "Clone"
56
  msgstr ""
57
 
58
  # @ custom-sidebars
59
+ #: inc/class-custom-sidebars-editor.php:119
60
  #: inc/class-custom-sidebars-export.php:97
61
  msgid "You do not have permission for this"
62
  msgstr ""
63
 
64
+ #: inc/class-custom-sidebars-editor.php:194
65
  msgid "Sidebar-name cannot be empty"
66
  msgstr ""
67
 
68
  # @ custom-sidebars
69
+ #: inc/class-custom-sidebars-editor.php:218
70
+ #: inc/class-custom-sidebars-editor.php:301
71
  #, fuzzy
72
  msgid "The sidebar does not exist"
73
  msgstr "Créer une Sidebar"
74
 
75
+ #: inc/class-custom-sidebars-editor.php:249
 
76
  msgid "Created new sidebar <strong>%1$s</strong>"
77
  msgstr ""
78
 
79
+ #: inc/class-custom-sidebars-editor.php:257
 
80
  msgid "Updated sidebar <strong>%1$s</strong>"
81
  msgstr ""
82
 
83
  # @ custom-sidebars
84
+ #: inc/class-custom-sidebars-editor.php:268
85
+ #: inc/class-custom-sidebars-editor.php:321
86
  #, fuzzy
87
  msgid "The sidebar was not found"
88
  msgstr "Créer une Sidebar"
89
 
90
+ #: inc/class-custom-sidebars-editor.php:310
 
91
  msgid "Deleted sidebar <strong>%1$s</strong>"
92
  msgstr ""
93
 
94
+ #: inc/class-custom-sidebars-editor.php:379
95
  #, fuzzy
96
  msgid "Front Page"
97
  msgstr "Page principale du blog"
98
 
99
  # @ custom-sidebars
100
+ #: inc/class-custom-sidebars-editor.php:380
101
  #, fuzzy
102
  msgid "Search Results"
103
  msgstr "Résultats de votre recherche"
104
 
105
+ #: inc/class-custom-sidebars-editor.php:381
106
+ msgid "Not found (404)"
107
+ msgstr ""
108
+
109
  # @ custom-sidebars
110
+ #: inc/class-custom-sidebars-editor.php:382
111
  #, fuzzy
112
+ msgid "Any Author Archive"
113
  msgstr "Archives par auteur"
114
 
115
  # @ custom-sidebars
116
+ #: inc/class-custom-sidebars-editor.php:383
117
  #, fuzzy
118
  msgid "Tag Archives"
119
  msgstr "Archives par tags"
120
 
121
  # @ custom-sidebars
122
+ #: inc/class-custom-sidebars-editor.php:384
123
  #, fuzzy
124
  msgid "Date Archives"
125
  msgstr "Archives par date"
126
 
127
  # @ custom-sidebars
128
+ #: inc/class-custom-sidebars-editor.php:425
129
  #, fuzzy
130
  msgid "Post Index"
131
  msgstr "Par types d'articles"
132
 
133
  # @ custom-sidebars
134
+ #: inc/class-custom-sidebars-editor.php:429
135
+ #, fuzzy
136
  msgid "%1$s Archives"
137
  msgstr "Archives par catégories"
138
 
139
+ #: inc/class-custom-sidebars-editor.php:606
 
140
  msgid "Updated sidebar <strong>%1$s</strong> settings."
141
  msgstr ""
142
 
143
  # @ custom-sidebars
144
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
145
  msgid "Sidebars"
146
  msgstr "Sidebars"
147
 
148
+ # @ custom-sidebars
149
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
150
+ #: views/widgets.php:47
151
+ msgid "Custom Sidebars"
152
+ msgstr "Sidebars Personnalisées"
153
+
154
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
155
  #, fuzzy
156
  msgid "Import / Export Sidebars"
157
  msgstr "Sidebars"
158
 
159
+ #: inc/class-custom-sidebars-export.php:320
160
+ #: inc/class-custom-sidebars-export.php:362
161
  msgid "No file was uploaded"
162
  msgstr ""
163
 
164
+ #: inc/class-custom-sidebars-export.php:327
165
  msgid "Import file is too big"
166
  msgstr ""
167
 
168
+ #: inc/class-custom-sidebars-export.php:333
169
  msgid "Something went wrong"
170
  msgstr ""
171
 
172
+ #: inc/class-custom-sidebars-export.php:356
173
  msgid "Unexpected import format"
174
  msgstr ""
175
 
 
 
 
 
 
 
176
  # @ custom-sidebars
177
+ #: inc/class-custom-sidebars-export.php:633
 
178
  msgid "Imported %d custom sidebar(s)!"
179
  msgstr ""
180
 
181
+ #: inc/class-custom-sidebars-export.php:642
182
  msgid "Plugin options were imported!"
183
  msgstr ""
184
 
185
+ #: inc/class-custom-sidebars-export.php:692
 
186
  msgid "Imported %d widget(s)!"
187
  msgstr ""
188
 
189
+ #: inc/class-custom-sidebars-visibility.php:196
190
  msgid "Visibility"
191
  msgstr ""
192
 
193
+ #: inc/class-custom-sidebars-visibility.php:205
194
  msgid "<b>Show</b> widget if:"
195
  msgstr ""
196
 
197
+ #: inc/class-custom-sidebars-visibility.php:206
198
  msgid "<b>Hide</b> widget if:"
199
  msgstr ""
200
 
201
+ #: inc/class-custom-sidebars-visibility.php:210
202
+ msgid "Filters"
203
  msgstr ""
204
 
 
205
  #: inc/class-custom-sidebars-visibility.php:214
206
+ msgid "Date"
207
+ msgstr ""
208
+
209
+ #: inc/class-custom-sidebars-visibility.php:219
210
+ msgid "Guests"
211
+ msgstr ""
212
+
213
+ #: inc/class-custom-sidebars-visibility.php:224
214
+ msgid "Roles"
215
+ msgstr ""
216
+
217
+ #: inc/class-custom-sidebars-visibility.php:229
218
+ msgid "Membership"
219
+ msgstr ""
220
+
221
+ #: inc/class-custom-sidebars-visibility.php:235
222
+ msgid "Membership2"
223
+ msgstr ""
224
+
225
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
226
+ msgid "Special pages"
227
+ msgstr ""
228
+
229
+ # @ custom-sidebars
230
  #: inc/class-custom-sidebars-visibility.php:246
231
+ #, fuzzy
232
+ msgid "For posttype"
233
+ msgstr "Par types d'articles"
234
+
235
+ #: inc/class-custom-sidebars-visibility.php:248
236
+ msgid "Taxonomy"
237
+ msgstr ""
238
+
239
+ #: inc/class-custom-sidebars-visibility.php:265
240
+ msgid "Always"
241
+ msgstr ""
242
+
243
+ #: inc/class-custom-sidebars-visibility.php:290
244
+ #: inc/class-custom-sidebars-visibility.php:295
245
+ #: inc/class-custom-sidebars-visibility.php:304
246
+ #: inc/class-custom-sidebars-visibility.php:323
247
+ #: inc/class-custom-sidebars-visibility.php:343
248
+ #: inc/class-custom-sidebars-visibility.php:362
249
+ #: inc/class-custom-sidebars-visibility.php:381
250
+ #: inc/class-custom-sidebars-visibility.php:472
251
  msgid "AND"
252
  msgstr ""
253
 
254
+ #: inc/class-custom-sidebars-visibility.php:291
255
+ msgid "User is not logged-in (Guest)"
256
  msgstr ""
257
 
258
+ #: inc/class-custom-sidebars-visibility.php:296
259
+ msgid "User is logged-in (Member)"
260
+ msgstr ""
261
+
262
+ #: inc/class-custom-sidebars-visibility.php:305
263
  msgid "User has role"
264
  msgstr ""
265
 
266
+ #: inc/class-custom-sidebars-visibility.php:324
267
  msgid "User has Membership Level"
268
  msgstr ""
269
 
270
+ #: inc/class-custom-sidebars-visibility.php:332
271
+ #: inc/class-custom-sidebars-visibility.php:352
272
  msgid "(inactive)"
273
  msgstr ""
274
 
275
+ #: inc/class-custom-sidebars-visibility.php:344
276
+ msgid "User has Membership"
277
  msgstr ""
278
 
279
+ #: inc/class-custom-sidebars-visibility.php:363
280
  msgid "On these special pages"
281
  msgstr ""
282
 
283
+ #: inc/class-custom-sidebars-visibility.php:382
284
  #, fuzzy
285
  msgid "On any page of these types"
286
  msgstr "Page principale du blog"
287
 
288
+ #: inc/class-custom-sidebars-visibility.php:400
 
289
  msgid "Only for specific %s"
290
  msgstr ""
291
 
292
+ #: inc/class-custom-sidebars-visibility.php:401
 
293
  msgid "Only these %s:"
294
  msgstr ""
295
 
296
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  msgid ""
298
  "<strong>Accessibility mode is not supported by the\n"
299
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
300
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
301
  msgstr ""
302
 
303
+ # @ custom-sidebars
304
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
305
+ msgid "Widgets"
306
+ msgstr ""
307
+
308
+ #: inc/class-custom-sidebars.php:912
309
+ msgid "Support"
310
  msgstr ""
311
 
312
+ #: inc/class-custom-sidebars.php:929
313
+ msgid "Create a custom sidebar to get started."
314
  msgstr ""
315
 
316
+ #: views/col-sidebars.php:18
317
+ msgid "(Not available for Home-Page)"
318
+ msgstr ""
319
+
320
+ #: views/col-sidebars.php:20
321
+ msgid "(Not available for Blog-Page)"
322
+ msgstr ""
323
+
324
+ #: views/import.php:60 views/widgets-export.php:33
325
  msgid "Import"
326
  msgstr ""
327
 
328
+ #: views/import.php:67
329
  msgid "Filename"
330
  msgstr ""
331
 
332
+ #: views/import.php:71
333
  msgid "Exported on"
334
  msgstr ""
335
 
336
+ #: views/import.php:77
337
  msgid "WordPress settings"
338
  msgstr ""
339
 
340
+ #: views/import.php:88
341
  msgid "WordPress version"
342
  msgstr ""
343
 
344
+ #: views/import.php:93
345
  msgid "Plugin version"
346
  msgstr ""
347
 
348
+ #: views/import.php:98
349
  msgid "Theme"
350
  msgstr ""
351
 
352
+ #: views/import.php:125
 
 
 
 
 
353
  msgid "Mark the sidebars that you want to import."
354
  msgstr ""
355
 
356
+ #: views/import.php:130
357
  msgid "Also import all widgets of the selected sidebars."
358
  msgstr ""
359
 
360
  # @ custom-sidebars
361
+ #: views/import.php:137 views/widgets-editor.php:15
362
  msgid "Name"
363
  msgstr "Nom"
364
 
365
  # @ custom-sidebars
366
+ #: views/import.php:138 views/widgets-editor.php:20
367
  msgid "Description"
368
  msgstr "Description"
369
 
370
+ #: views/import.php:139
371
  msgid "Note"
372
  msgstr ""
373
 
374
  # @ custom-sidebars
375
+ #: views/import.php:147
376
+ #, fuzzy
377
+ msgid "New sidebar will be created"
378
+ msgstr "Créer une nouvelle Sidebar"
379
 
380
+ #: views/import.php:149
381
  #, fuzzy
382
  msgid "Existing sidebar will be replaced!"
383
  msgstr "Créer une Sidebar"
384
 
385
  # @ custom-sidebars
386
+ #: views/import.php:205
 
 
 
 
 
 
387
  #, fuzzy
388
  msgid "(Theme sidebar)"
389
  msgstr "Créer une Sidebar"
390
 
391
  # @ custom-sidebars
392
+ #: views/import.php:233
393
  msgid "Configuration"
394
  msgstr ""
395
 
396
  # @ custom-sidebars
397
+ #: views/import.php:237
398
  #, fuzzy
399
  msgid "Replaceable sidebars"
400
  msgstr "Sidebars remplaçable"
401
 
402
  # @ custom-sidebars
403
+ #: views/import.php:240
404
  msgid "Replaceable Sidebars"
405
  msgstr "Sidebars remplaçable"
406
 
407
  # @ custom-sidebars
408
+ #: views/import.php:250
409
  msgid "By post type"
410
  msgstr "Par types d'articles"
411
 
412
  # @ custom-sidebars
413
+ #: views/import.php:263
414
  msgid "Post-type archives"
415
  msgstr "Archives par articles"
416
 
417
  # @ custom-sidebars
418
+ #: views/import.php:276
419
  msgid "By category"
420
  msgstr "Par catégorie"
421
 
422
  # @ custom-sidebars
423
+ #: views/import.php:289
424
  msgid "Category archives"
425
  msgstr "Archives par catégories"
426
 
 
 
 
 
427
  # @ custom-sidebars
428
+ #: views/import.php:305
429
  msgid "Main blog page"
430
  msgstr "Page principale du blog"
431
 
432
  # @ custom-sidebars
433
+ #: views/import.php:306
434
  msgid "Date archives"
435
  msgstr "Archives par date"
436
 
437
  # @ custom-sidebars
438
+ #: views/import.php:307
439
  msgid "Author archives"
440
  msgstr "Archives par auteur"
441
 
442
  # @ custom-sidebars
443
+ #: views/import.php:308
444
  msgid "Tag archives"
445
  msgstr "Archives par tags"
446
 
447
  # @ custom-sidebars
448
+ #: views/import.php:309
449
  msgid "Search results page"
450
  msgstr "Résultats de votre recherche"
451
 
452
+ #: views/import.php:319
453
  msgid ""
454
  "Replace the current plugin configuration with the imported configuration."
455
  msgstr ""
456
 
 
 
 
 
 
 
 
 
 
 
 
 
457
  # @ custom-sidebars
458
+ #: views/widgets-delete.php:11
459
  msgid ""
460
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
461
  "strong>."
463
 
464
  # @ custom-sidebars
465
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
466
+ #: views/widgets-location.php:186
467
  msgid "Cancel"
468
  msgstr "Annuler"
469
 
491
  msgid "Caution:"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
 
 
 
494
  # @ custom-sidebars
495
  #: views/widgets-editor.php:39
496
  msgid "Before Title"
520
  msgid "Create Sidebar"
521
  msgstr "Créer une Sidebar"
522
 
523
+ #: views/widgets-export.php:10 views/widgets-export.php:28
524
  msgid "Export"
525
  msgstr ""
526
 
527
+ #: views/widgets-export.php:23
 
 
 
 
 
 
528
  msgid "Optional description for the export file:"
529
  msgstr ""
530
 
531
+ #: views/widgets-export.php:37
532
  msgid "Export file"
533
  msgstr ""
534
 
535
+ #: views/widgets-export.php:42
536
  msgid "Preview"
537
  msgstr ""
538
 
543
  msgstr "Créer une Sidebar"
544
 
545
  #: views/widgets-location.php:38
 
546
  msgid "As <strong>%1$s</strong> for selected %2$s"
547
  msgstr ""
548
 
549
  #: views/widgets-location.php:50
 
550
  msgid "Click here to pick available %1$s"
551
  msgstr ""
552
 
 
 
 
 
 
 
 
 
553
  # @ custom-sidebars
554
+ #: views/widgets-location.php:95 views/widgets-location.php:136
555
  msgid "Click to toggle"
556
  msgstr ""
557
 
558
+ #: views/widgets-location.php:96
559
  msgid "For all Single Entries matching selected criteria"
560
  msgstr ""
561
 
562
  # @ custom-sidebars
563
+ #: views/widgets-location.php:99
564
  msgid ""
565
  "These replacements will be applied to every single post that matches a "
566
  "certain post type or category."
569
  "certain type d'article ou de catégorie."
570
 
571
  # @ custom-sidebars
572
+ #: views/widgets-location.php:107
573
  msgid "categories"
574
  msgstr ""
575
 
576
  # @ custom-sidebars
577
+ #: views/widgets-location.php:119
578
  #, fuzzy
579
  msgid "Post Types"
580
  msgstr "Par types d'articles"
581
 
582
  # @ custom-sidebars
583
+ #: views/widgets-location.php:137
584
  #, fuzzy
585
  msgid "For Archives"
586
  msgstr "Archives par catégories"
587
 
588
  # @ custom-sidebars
589
+ #: views/widgets-location.php:140
590
  msgid "These replacements will be applied to Archive Type posts and pages."
591
  msgstr ""
592
 
593
+ #: views/widgets-location.php:143 views/widgets-location.php:154
594
  msgid "Archive Types"
595
  msgstr ""
596
 
597
  # @ custom-sidebars
598
+ #: views/widgets-location.php:144 views/widgets-location.php:165
599
  #, fuzzy
600
  msgid "Category Archives"
601
  msgstr "Archives par catégories"
602
 
603
  # @ custom-sidebars
604
+ #: views/widgets-location.php:145
605
+ #, fuzzy
606
+ msgid "Authors"
607
+ msgstr "Archives par auteur"
608
+
609
+ # @ custom-sidebars
610
+ #: views/widgets-location.php:176
611
+ #, fuzzy
612
+ msgid "Author Archives"
613
+ msgstr "Archives par auteur"
614
+
615
+ # @ custom-sidebars
616
+ #: views/widgets-location.php:187 views/widgets.php:42
617
  msgid "Save Changes"
618
  msgstr "Sauvegarder vos changements"
619
 
665
  msgstr ""
666
 
667
  #: views/widgets.php:52
668
+ msgid "Filter..."
 
 
669
  msgstr ""
670
 
671
  # @ custom-sidebars
704
  msgid "Allow this sidebar to be replaced"
705
  msgstr "Créer une Sidebar"
706
 
707
+ # @ custom-sidebars
708
+ #. Plugin Name of the plugin/theme
709
+ #, fuzzy
710
+ msgid "Custom Sidebars Pro"
711
+ msgstr "Sidebars Personnalisées"
712
+
713
+ #. Plugin URI of the plugin/theme
714
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
715
+ msgstr ""
716
+
717
+ #. Description of the plugin/theme
718
+ msgid ""
719
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
720
+ "sidebars or single widgets for specific posts and pages."
721
+ msgstr ""
722
+
723
+ #. Author of the plugin/theme
724
+ msgid "WPMU DEV"
725
+ msgstr ""
726
+
727
+ #. Author URI of the plugin/theme
728
+ msgid "http://premium.wpmudev.org/"
729
+ msgstr ""
730
+
731
  # @ custom-sidebars
732
  #, fuzzy
733
  #~ msgid "Static sidebar"
lang/custom-sidebars-he_IL.mo CHANGED
Binary file
lang/custom-sidebars-he_IL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:45+0100\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"
@@ -19,401 +19,443 @@ msgstr ""
19
  "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Clone"
24
  msgstr ""
25
 
26
  # @ custom-sidebars
27
- #: inc/class-custom-sidebars-editor.php:89
28
  #: inc/class-custom-sidebars-export.php:97
29
  msgid "You do not have permission for this"
30
  msgstr ""
31
 
32
- #: inc/class-custom-sidebars-editor.php:159
33
  msgid "Sidebar-name cannot be empty"
34
  msgstr ""
35
 
36
  # @ custom-sidebars
37
- #: inc/class-custom-sidebars-editor.php:183
38
- #: inc/class-custom-sidebars-editor.php:259
39
  #, fuzzy
40
  msgid "The sidebar does not exist"
41
  msgstr "יצר סיידבר"
42
 
43
- #: inc/class-custom-sidebars-editor.php:208
44
- #, php-format
45
  msgid "Created new sidebar <strong>%1$s</strong>"
46
  msgstr ""
47
 
48
- #: inc/class-custom-sidebars-editor.php:216
49
- #, php-format
50
  msgid "Updated sidebar <strong>%1$s</strong>"
51
  msgstr ""
52
 
53
  # @ custom-sidebars
54
- #: inc/class-custom-sidebars-editor.php:227
55
- #: inc/class-custom-sidebars-editor.php:279
56
  #, fuzzy
57
  msgid "The sidebar was not found"
58
  msgstr "יצר סיידבר"
59
 
60
- #: inc/class-custom-sidebars-editor.php:268
61
- #, php-format
62
  msgid "Deleted sidebar <strong>%1$s</strong>"
63
  msgstr ""
64
 
65
- #: inc/class-custom-sidebars-editor.php:337
66
  #, fuzzy
67
  msgid "Front Page"
68
  msgstr "עמוד בלוג ראשי"
69
 
70
  # @ custom-sidebars
71
- #: inc/class-custom-sidebars-editor.php:338
72
  #, fuzzy
73
  msgid "Search Results"
74
  msgstr "עמוד תוצאות חיפוש"
75
 
 
 
 
 
76
  # @ custom-sidebars
77
- #: inc/class-custom-sidebars-editor.php:339
78
  #, fuzzy
79
- msgid "Author Archives"
80
  msgstr "ארכיוני כותבים"
81
 
82
  # @ custom-sidebars
83
- #: inc/class-custom-sidebars-editor.php:340
84
  #, fuzzy
85
  msgid "Tag Archives"
86
  msgstr "ארכיוני תגיות"
87
 
88
  # @ custom-sidebars
89
- #: inc/class-custom-sidebars-editor.php:341
90
  #, fuzzy
91
  msgid "Date Archives"
92
  msgstr "ארכיונים לפי תאריך"
93
 
94
  # @ custom-sidebars
95
- #: inc/class-custom-sidebars-editor.php:373
96
  #, fuzzy
97
  msgid "Post Index"
98
  msgstr "לפי סוג פוסט"
99
 
100
  # @ custom-sidebars
101
- #: inc/class-custom-sidebars-editor.php:377
102
- #, fuzzy, php-format
103
  msgid "%1$s Archives"
104
  msgstr "ארכיוני קטגוריה"
105
 
106
- #: inc/class-custom-sidebars-editor.php:509
107
- #, php-format
108
  msgid "Updated sidebar <strong>%1$s</strong> settings."
109
  msgstr ""
110
 
111
  # @ custom-sidebars
112
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
113
  msgid "Sidebars"
114
  msgstr "סיידברים"
115
 
 
 
 
 
 
 
116
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
117
  #, fuzzy
118
  msgid "Import / Export Sidebars"
119
  msgstr "סיידברים"
120
 
121
- #: inc/class-custom-sidebars-export.php:280
122
- #: inc/class-custom-sidebars-export.php:322
123
  msgid "No file was uploaded"
124
  msgstr ""
125
 
126
- #: inc/class-custom-sidebars-export.php:287
127
  msgid "Import file is too big"
128
  msgstr ""
129
 
130
- #: inc/class-custom-sidebars-export.php:293
131
  msgid "Something went wrong"
132
  msgstr ""
133
 
134
- #: inc/class-custom-sidebars-export.php:316
135
  msgid "Unexpected import format"
136
  msgstr ""
137
 
138
- #: inc/class-custom-sidebars-export.php:386
139
- msgid ""
140
- "Something unexpected happened and we could not finish the import. Please try "
141
- "again."
142
- msgstr ""
143
-
144
  # @ custom-sidebars
145
- #: inc/class-custom-sidebars-export.php:587
146
- #, php-format
147
  msgid "Imported %d custom sidebar(s)!"
148
  msgstr ""
149
 
150
- #: inc/class-custom-sidebars-export.php:597
151
  msgid "Plugin options were imported!"
152
  msgstr ""
153
 
154
- #: inc/class-custom-sidebars-export.php:648
155
- #, php-format
156
  msgid "Imported %d widget(s)!"
157
  msgstr ""
158
 
159
- #: inc/class-custom-sidebars-visibility.php:164
160
  msgid "Visibility"
161
  msgstr ""
162
 
163
- #: inc/class-custom-sidebars-visibility.php:173
164
  msgid "<b>Show</b> widget if:"
165
  msgstr ""
166
 
167
- #: inc/class-custom-sidebars-visibility.php:174
168
  msgid "<b>Hide</b> widget if:"
169
  msgstr ""
170
 
171
- #: inc/class-custom-sidebars-visibility.php:202
172
- msgid "Always"
173
  msgstr ""
174
 
175
- #: inc/class-custom-sidebars-visibility.php:207
176
  #: inc/class-custom-sidebars-visibility.php:214
177
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  #: inc/class-custom-sidebars-visibility.php:246
179
- #: inc/class-custom-sidebars-visibility.php:260
180
- #: inc/class-custom-sidebars-visibility.php:274
181
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  msgid "AND"
183
  msgstr ""
184
 
185
- #: inc/class-custom-sidebars-visibility.php:207
186
- msgid "On these dates"
187
  msgstr ""
188
 
189
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
190
  msgid "User has role"
191
  msgstr ""
192
 
193
- #: inc/class-custom-sidebars-visibility.php:230
194
  msgid "User has Membership Level"
195
  msgstr ""
196
 
197
- #: inc/class-custom-sidebars-visibility.php:237
 
198
  msgid "(inactive)"
199
  msgstr ""
200
 
201
- #: inc/class-custom-sidebars-visibility.php:246
202
- msgid "Pro Sites Level"
203
  msgstr ""
204
 
205
- #: inc/class-custom-sidebars-visibility.php:260
206
  msgid "On these special pages"
207
  msgstr ""
208
 
209
- #: inc/class-custom-sidebars-visibility.php:274
210
  #, fuzzy
211
  msgid "On any page of these types"
212
  msgstr "עמוד בלוג ראשי"
213
 
214
- #: inc/class-custom-sidebars-visibility.php:288
215
- #, php-format
216
  msgid "Only for specific %s"
217
  msgstr ""
218
 
219
- #: inc/class-custom-sidebars-visibility.php:289
220
- #, php-format
221
  msgid "Only these %s:"
222
  msgstr ""
223
 
224
- # @ custom-sidebars
225
- #: inc/class-custom-sidebars.php:87
226
- #, fuzzy
227
- msgid "Custom Sidebars Pro"
228
- msgstr "סיידברים מותאים אישית"
229
-
230
- #: inc/class-custom-sidebars.php:90
231
- #, php-format
232
- msgid ""
233
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
234
- "screen</a>!"
235
- msgstr ""
236
-
237
- #: inc/class-custom-sidebars.php:106
238
- #, php-format
239
  msgid ""
240
  "<strong>Accessibility mode is not supported by the\n"
241
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
242
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
243
  msgstr ""
244
 
245
- #: inc/class-custom-sidebars.php:802
246
- #, php-format
247
- msgid ""
248
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
249
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
 
 
250
  msgstr ""
251
 
252
- #: inc/class-custom-sidebars.php:806
253
- msgid "Pro Version Features"
254
  msgstr ""
255
 
256
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
 
 
 
 
257
  msgid "Import"
258
  msgstr ""
259
 
260
- #: views/import.php:68
261
  msgid "Filename"
262
  msgstr ""
263
 
264
- #: views/import.php:72
265
  msgid "Exported on"
266
  msgstr ""
267
 
268
- #: views/import.php:78
269
  msgid "WordPress settings"
270
  msgstr ""
271
 
272
- #: views/import.php:89
273
  msgid "WordPress version"
274
  msgstr ""
275
 
276
- #: views/import.php:94
277
  msgid "Plugin version"
278
  msgstr ""
279
 
280
- #: views/import.php:99
281
  msgid "Theme"
282
  msgstr ""
283
 
284
- # @ custom-sidebars
285
- #: views/import.php:125 views/widgets.php:47
286
- msgid "Custom Sidebars"
287
- msgstr "סיידברים מותאים אישית"
288
-
289
- #: views/import.php:127
290
  msgid "Mark the sidebars that you want to import."
291
  msgstr ""
292
 
293
- #: views/import.php:132
294
  msgid "Also import all widgets of the selected sidebars."
295
  msgstr ""
296
 
297
  # @ custom-sidebars
298
- #: views/import.php:139 views/widgets-editor.php:15
299
  msgid "Name"
300
  msgstr "שם"
301
 
302
  # @ custom-sidebars
303
- #: views/import.php:140 views/widgets-editor.php:20
304
  msgid "Description"
305
  msgstr "תיאור"
306
 
307
- #: views/import.php:141
308
  msgid "Note"
309
  msgstr ""
310
 
311
  # @ custom-sidebars
312
- #: views/import.php:142
313
- msgid "Widgets"
314
- msgstr ""
 
315
 
316
- #: views/import.php:150
317
  #, fuzzy
318
  msgid "Existing sidebar will be replaced!"
319
  msgstr "יצר סיידבר"
320
 
321
  # @ custom-sidebars
322
- #: views/import.php:152
323
- #, fuzzy
324
- msgid "New sidebar will be created"
325
- msgstr "צור סיידבר חדש"
326
-
327
- # @ custom-sidebars
328
- #: views/import.php:206
329
  #, fuzzy
330
  msgid "(Theme sidebar)"
331
  msgstr "יצר סיידבר"
332
 
333
  # @ custom-sidebars
334
- #: views/import.php:232
335
  msgid "Configuration"
336
  msgstr ""
337
 
338
  # @ custom-sidebars
339
- #: views/import.php:236
340
  #, fuzzy
341
  msgid "Replaceable sidebars"
342
  msgstr "סיידברים חלופיים"
343
 
344
  # @ custom-sidebars
345
- #: views/import.php:239
346
  msgid "Replaceable Sidebars"
347
  msgstr "סיידברים חלופיים"
348
 
349
  # @ custom-sidebars
350
- #: views/import.php:249
351
  msgid "By post type"
352
  msgstr "לפי סוג פוסט"
353
 
354
  # @ custom-sidebars
355
- #: views/import.php:262
356
  msgid "Post-type archives"
357
  msgstr "ארכיונים לסוגי פוסטים"
358
 
359
  # @ custom-sidebars
360
- #: views/import.php:275
361
  msgid "By category"
362
  msgstr "לפי קטגוריה"
363
 
364
  # @ custom-sidebars
365
- #: views/import.php:288
366
  msgid "Category archives"
367
  msgstr "ארכיוני קטגוריה"
368
 
369
- #: views/import.php:301
370
- msgid "Special pages"
371
- msgstr ""
372
-
373
  # @ custom-sidebars
374
- #: views/import.php:304
375
  msgid "Main blog page"
376
  msgstr "עמוד בלוג ראשי"
377
 
378
  # @ custom-sidebars
379
- #: views/import.php:305
380
  msgid "Date archives"
381
  msgstr "ארכיונים לפי תאריך"
382
 
383
  # @ custom-sidebars
384
- #: views/import.php:306
385
  msgid "Author archives"
386
  msgstr "ארכיוני כותבים"
387
 
388
  # @ custom-sidebars
389
- #: views/import.php:307
390
  msgid "Tag archives"
391
  msgstr "ארכיוני תגיות"
392
 
393
  # @ custom-sidebars
394
- #: views/import.php:308
395
  msgid "Search results page"
396
  msgstr "עמוד תוצאות חיפוש"
397
 
398
- #: views/import.php:318
399
  msgid ""
400
  "Replace the current plugin configuration with the imported configuration."
401
  msgstr ""
402
 
403
- #: views/metabox.php:15
404
- msgid ""
405
- "Here you can replace the default sidebars. Simply select what sidebar you "
406
- "want to show for this post!"
407
- msgstr ""
408
-
409
- #: views/metabox.php:40
410
- msgid ""
411
- "All sidebars have been locked, you cannot replace them. Go to <a href="
412
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
413
- msgstr ""
414
-
415
  # @ custom-sidebars
416
- #: views/widgets-delete.php:12
417
  msgid ""
418
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
419
  "strong>."
@@ -421,7 +463,7 @@ msgstr ""
421
 
422
  # @ custom-sidebars
423
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
424
- #: views/widgets-location.php:173
425
  msgid "Cancel"
426
  msgstr "בטל"
427
 
@@ -449,17 +491,6 @@ msgstr "תיאור"
449
  msgid "Caution:"
450
  msgstr ""
451
 
452
- # @ custom-sidebars
453
- #: views/widgets-editor.php:29
454
- msgid ""
455
- "Before-after title-widget properties define the html code that will wrap the "
456
- "widgets and their titles in the sidebars, more info about them on the <a "
457
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
458
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
459
- "are not sure what you are doing, it can break the design of your site. Leave "
460
- "these fields blank to use the theme sidebars design."
461
- msgstr ""
462
-
463
  # @ custom-sidebars
464
  #: views/widgets-editor.php:39
465
  msgid "Before Title"
@@ -489,25 +520,19 @@ msgstr ""
489
  msgid "Create Sidebar"
490
  msgstr "יצר סיידבר"
491
 
492
- #: views/widgets-export.php:10 views/widgets-export.php:26
493
  msgid "Export"
494
  msgstr ""
495
 
496
- #: views/widgets-export.php:16
497
- msgid ""
498
- "This will generate a complete export file containing all your sidebars and "
499
- "the current sidebar configuration."
500
- msgstr ""
501
-
502
- #: views/widgets-export.php:21
503
  msgid "Optional description for the export file:"
504
  msgstr ""
505
 
506
- #: views/widgets-export.php:35
507
  msgid "Export file"
508
  msgstr ""
509
 
510
- #: views/widgets-export.php:40
511
  msgid "Preview"
512
  msgstr ""
513
 
@@ -518,73 +543,75 @@ msgid "Replaced by another sidebar:"
518
  msgstr "יצר סיידבר"
519
 
520
  #: views/widgets-location.php:38
521
- #, php-format
522
  msgid "As <strong>%1$s</strong> for selected %2$s"
523
  msgstr ""
524
 
525
  #: views/widgets-location.php:50
526
- #, php-format
527
  msgid "Click here to pick available %1$s"
528
  msgstr ""
529
 
530
- #: views/widgets-location.php:77
531
- #, php-format
532
- msgid ""
533
- "To attach this sidebar to a unique Post or Page please visit that <a href="
534
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
535
- "metabox."
536
- msgstr ""
537
-
538
  # @ custom-sidebars
539
- #: views/widgets-location.php:94 views/widgets-location.php:135
540
  msgid "Click to toggle"
541
  msgstr ""
542
 
543
- #: views/widgets-location.php:95
544
  msgid "For all Single Entries matching selected criteria"
545
  msgstr ""
546
 
547
  # @ custom-sidebars
548
- #: views/widgets-location.php:98
549
  msgid ""
550
  "These replacements will be applied to every single post that matches a "
551
  "certain post type or category."
552
  msgstr "חלופות אלה יהיו שמישות לכל פוסט ספציפי שמתאים לפוסט-טייפ או קטגוריה"
553
 
554
  # @ custom-sidebars
555
- #: views/widgets-location.php:106
556
  msgid "categories"
557
  msgstr ""
558
 
559
  # @ custom-sidebars
560
- #: views/widgets-location.php:118
561
  #, fuzzy
562
  msgid "Post Types"
563
  msgstr "לפי סוג פוסט"
564
 
565
  # @ custom-sidebars
566
- #: views/widgets-location.php:136
567
  #, fuzzy
568
  msgid "For Archives"
569
  msgstr "ארכיוני קטגוריה"
570
 
571
  # @ custom-sidebars
572
- #: views/widgets-location.php:139
573
  msgid "These replacements will be applied to Archive Type posts and pages."
574
  msgstr ""
575
 
576
- #: views/widgets-location.php:142 views/widgets-location.php:152
577
  msgid "Archive Types"
578
  msgstr ""
579
 
580
  # @ custom-sidebars
581
- #: views/widgets-location.php:143 views/widgets-location.php:163
582
  #, fuzzy
583
  msgid "Category Archives"
584
  msgstr "ארכיוני קטגוריה"
585
 
586
  # @ custom-sidebars
587
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
 
 
 
 
588
  msgid "Save Changes"
589
  msgstr "שמור שינויים"
590
 
@@ -636,9 +663,7 @@ msgid ""
636
  msgstr ""
637
 
638
  #: views/widgets.php:52
639
- msgid ""
640
- "Shows additional information on your webpage that explains why a sidebar or "
641
- "widget is displayed. Only you will see this information"
642
  msgstr ""
643
 
644
  # @ custom-sidebars
@@ -677,6 +702,30 @@ msgstr ""
677
  msgid "Allow this sidebar to be replaced"
678
  msgstr "יצר סיידבר"
679
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
  # @ custom-sidebars
681
  #, fuzzy
682
  #~ msgid "Static sidebar"
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: 2017-04-06 11:00:27+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"
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:202
55
  msgid "Clone"
56
  msgstr ""
57
 
58
  # @ custom-sidebars
59
+ #: inc/class-custom-sidebars-editor.php:119
60
  #: inc/class-custom-sidebars-export.php:97
61
  msgid "You do not have permission for this"
62
  msgstr ""
63
 
64
+ #: inc/class-custom-sidebars-editor.php:194
65
  msgid "Sidebar-name cannot be empty"
66
  msgstr ""
67
 
68
  # @ custom-sidebars
69
+ #: inc/class-custom-sidebars-editor.php:218
70
+ #: inc/class-custom-sidebars-editor.php:301
71
  #, fuzzy
72
  msgid "The sidebar does not exist"
73
  msgstr "יצר סיידבר"
74
 
75
+ #: inc/class-custom-sidebars-editor.php:249
 
76
  msgid "Created new sidebar <strong>%1$s</strong>"
77
  msgstr ""
78
 
79
+ #: inc/class-custom-sidebars-editor.php:257
 
80
  msgid "Updated sidebar <strong>%1$s</strong>"
81
  msgstr ""
82
 
83
  # @ custom-sidebars
84
+ #: inc/class-custom-sidebars-editor.php:268
85
+ #: inc/class-custom-sidebars-editor.php:321
86
  #, fuzzy
87
  msgid "The sidebar was not found"
88
  msgstr "יצר סיידבר"
89
 
90
+ #: inc/class-custom-sidebars-editor.php:310
 
91
  msgid "Deleted sidebar <strong>%1$s</strong>"
92
  msgstr ""
93
 
94
+ #: inc/class-custom-sidebars-editor.php:379
95
  #, fuzzy
96
  msgid "Front Page"
97
  msgstr "עמוד בלוג ראשי"
98
 
99
  # @ custom-sidebars
100
+ #: inc/class-custom-sidebars-editor.php:380
101
  #, fuzzy
102
  msgid "Search Results"
103
  msgstr "עמוד תוצאות חיפוש"
104
 
105
+ #: inc/class-custom-sidebars-editor.php:381
106
+ msgid "Not found (404)"
107
+ msgstr ""
108
+
109
  # @ custom-sidebars
110
+ #: inc/class-custom-sidebars-editor.php:382
111
  #, fuzzy
112
+ msgid "Any Author Archive"
113
  msgstr "ארכיוני כותבים"
114
 
115
  # @ custom-sidebars
116
+ #: inc/class-custom-sidebars-editor.php:383
117
  #, fuzzy
118
  msgid "Tag Archives"
119
  msgstr "ארכיוני תגיות"
120
 
121
  # @ custom-sidebars
122
+ #: inc/class-custom-sidebars-editor.php:384
123
  #, fuzzy
124
  msgid "Date Archives"
125
  msgstr "ארכיונים לפי תאריך"
126
 
127
  # @ custom-sidebars
128
+ #: inc/class-custom-sidebars-editor.php:425
129
  #, fuzzy
130
  msgid "Post Index"
131
  msgstr "לפי סוג פוסט"
132
 
133
  # @ custom-sidebars
134
+ #: inc/class-custom-sidebars-editor.php:429
135
+ #, fuzzy
136
  msgid "%1$s Archives"
137
  msgstr "ארכיוני קטגוריה"
138
 
139
+ #: inc/class-custom-sidebars-editor.php:606
 
140
  msgid "Updated sidebar <strong>%1$s</strong> settings."
141
  msgstr ""
142
 
143
  # @ custom-sidebars
144
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
145
  msgid "Sidebars"
146
  msgstr "סיידברים"
147
 
148
+ # @ custom-sidebars
149
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
150
+ #: views/widgets.php:47
151
+ msgid "Custom Sidebars"
152
+ msgstr "סיידברים מותאים אישית"
153
+
154
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
155
  #, fuzzy
156
  msgid "Import / Export Sidebars"
157
  msgstr "סיידברים"
158
 
159
+ #: inc/class-custom-sidebars-export.php:320
160
+ #: inc/class-custom-sidebars-export.php:362
161
  msgid "No file was uploaded"
162
  msgstr ""
163
 
164
+ #: inc/class-custom-sidebars-export.php:327
165
  msgid "Import file is too big"
166
  msgstr ""
167
 
168
+ #: inc/class-custom-sidebars-export.php:333
169
  msgid "Something went wrong"
170
  msgstr ""
171
 
172
+ #: inc/class-custom-sidebars-export.php:356
173
  msgid "Unexpected import format"
174
  msgstr ""
175
 
 
 
 
 
 
 
176
  # @ custom-sidebars
177
+ #: inc/class-custom-sidebars-export.php:633
 
178
  msgid "Imported %d custom sidebar(s)!"
179
  msgstr ""
180
 
181
+ #: inc/class-custom-sidebars-export.php:642
182
  msgid "Plugin options were imported!"
183
  msgstr ""
184
 
185
+ #: inc/class-custom-sidebars-export.php:692
 
186
  msgid "Imported %d widget(s)!"
187
  msgstr ""
188
 
189
+ #: inc/class-custom-sidebars-visibility.php:196
190
  msgid "Visibility"
191
  msgstr ""
192
 
193
+ #: inc/class-custom-sidebars-visibility.php:205
194
  msgid "<b>Show</b> widget if:"
195
  msgstr ""
196
 
197
+ #: inc/class-custom-sidebars-visibility.php:206
198
  msgid "<b>Hide</b> widget if:"
199
  msgstr ""
200
 
201
+ #: inc/class-custom-sidebars-visibility.php:210
202
+ msgid "Filters"
203
  msgstr ""
204
 
 
205
  #: inc/class-custom-sidebars-visibility.php:214
206
+ msgid "Date"
207
+ msgstr ""
208
+
209
+ #: inc/class-custom-sidebars-visibility.php:219
210
+ msgid "Guests"
211
+ msgstr ""
212
+
213
+ #: inc/class-custom-sidebars-visibility.php:224
214
+ msgid "Roles"
215
+ msgstr ""
216
+
217
+ #: inc/class-custom-sidebars-visibility.php:229
218
+ msgid "Membership"
219
+ msgstr ""
220
+
221
+ #: inc/class-custom-sidebars-visibility.php:235
222
+ msgid "Membership2"
223
+ msgstr ""
224
+
225
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
226
+ msgid "Special pages"
227
+ msgstr ""
228
+
229
+ # @ custom-sidebars
230
  #: inc/class-custom-sidebars-visibility.php:246
231
+ #, fuzzy
232
+ msgid "For posttype"
233
+ msgstr "לפי סוג פוסט"
234
+
235
+ #: inc/class-custom-sidebars-visibility.php:248
236
+ msgid "Taxonomy"
237
+ msgstr ""
238
+
239
+ #: inc/class-custom-sidebars-visibility.php:265
240
+ msgid "Always"
241
+ msgstr ""
242
+
243
+ #: inc/class-custom-sidebars-visibility.php:290
244
+ #: inc/class-custom-sidebars-visibility.php:295
245
+ #: inc/class-custom-sidebars-visibility.php:304
246
+ #: inc/class-custom-sidebars-visibility.php:323
247
+ #: inc/class-custom-sidebars-visibility.php:343
248
+ #: inc/class-custom-sidebars-visibility.php:362
249
+ #: inc/class-custom-sidebars-visibility.php:381
250
+ #: inc/class-custom-sidebars-visibility.php:472
251
  msgid "AND"
252
  msgstr ""
253
 
254
+ #: inc/class-custom-sidebars-visibility.php:291
255
+ msgid "User is not logged-in (Guest)"
256
  msgstr ""
257
 
258
+ #: inc/class-custom-sidebars-visibility.php:296
259
+ msgid "User is logged-in (Member)"
260
+ msgstr ""
261
+
262
+ #: inc/class-custom-sidebars-visibility.php:305
263
  msgid "User has role"
264
  msgstr ""
265
 
266
+ #: inc/class-custom-sidebars-visibility.php:324
267
  msgid "User has Membership Level"
268
  msgstr ""
269
 
270
+ #: inc/class-custom-sidebars-visibility.php:332
271
+ #: inc/class-custom-sidebars-visibility.php:352
272
  msgid "(inactive)"
273
  msgstr ""
274
 
275
+ #: inc/class-custom-sidebars-visibility.php:344
276
+ msgid "User has Membership"
277
  msgstr ""
278
 
279
+ #: inc/class-custom-sidebars-visibility.php:363
280
  msgid "On these special pages"
281
  msgstr ""
282
 
283
+ #: inc/class-custom-sidebars-visibility.php:382
284
  #, fuzzy
285
  msgid "On any page of these types"
286
  msgstr "עמוד בלוג ראשי"
287
 
288
+ #: inc/class-custom-sidebars-visibility.php:400
 
289
  msgid "Only for specific %s"
290
  msgstr ""
291
 
292
+ #: inc/class-custom-sidebars-visibility.php:401
 
293
  msgid "Only these %s:"
294
  msgstr ""
295
 
296
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  msgid ""
298
  "<strong>Accessibility mode is not supported by the\n"
299
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
300
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
301
  msgstr ""
302
 
303
+ # @ custom-sidebars
304
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
305
+ msgid "Widgets"
306
+ msgstr ""
307
+
308
+ #: inc/class-custom-sidebars.php:912
309
+ msgid "Support"
310
  msgstr ""
311
 
312
+ #: inc/class-custom-sidebars.php:929
313
+ msgid "Create a custom sidebar to get started."
314
  msgstr ""
315
 
316
+ #: views/col-sidebars.php:18
317
+ msgid "(Not available for Home-Page)"
318
+ msgstr ""
319
+
320
+ #: views/col-sidebars.php:20
321
+ msgid "(Not available for Blog-Page)"
322
+ msgstr ""
323
+
324
+ #: views/import.php:60 views/widgets-export.php:33
325
  msgid "Import"
326
  msgstr ""
327
 
328
+ #: views/import.php:67
329
  msgid "Filename"
330
  msgstr ""
331
 
332
+ #: views/import.php:71
333
  msgid "Exported on"
334
  msgstr ""
335
 
336
+ #: views/import.php:77
337
  msgid "WordPress settings"
338
  msgstr ""
339
 
340
+ #: views/import.php:88
341
  msgid "WordPress version"
342
  msgstr ""
343
 
344
+ #: views/import.php:93
345
  msgid "Plugin version"
346
  msgstr ""
347
 
348
+ #: views/import.php:98
349
  msgid "Theme"
350
  msgstr ""
351
 
352
+ #: views/import.php:125
 
 
 
 
 
353
  msgid "Mark the sidebars that you want to import."
354
  msgstr ""
355
 
356
+ #: views/import.php:130
357
  msgid "Also import all widgets of the selected sidebars."
358
  msgstr ""
359
 
360
  # @ custom-sidebars
361
+ #: views/import.php:137 views/widgets-editor.php:15
362
  msgid "Name"
363
  msgstr "שם"
364
 
365
  # @ custom-sidebars
366
+ #: views/import.php:138 views/widgets-editor.php:20
367
  msgid "Description"
368
  msgstr "תיאור"
369
 
370
+ #: views/import.php:139
371
  msgid "Note"
372
  msgstr ""
373
 
374
  # @ custom-sidebars
375
+ #: views/import.php:147
376
+ #, fuzzy
377
+ msgid "New sidebar will be created"
378
+ msgstr "צור סיידבר חדש"
379
 
380
+ #: views/import.php:149
381
  #, fuzzy
382
  msgid "Existing sidebar will be replaced!"
383
  msgstr "יצר סיידבר"
384
 
385
  # @ custom-sidebars
386
+ #: views/import.php:205
 
 
 
 
 
 
387
  #, fuzzy
388
  msgid "(Theme sidebar)"
389
  msgstr "יצר סיידבר"
390
 
391
  # @ custom-sidebars
392
+ #: views/import.php:233
393
  msgid "Configuration"
394
  msgstr ""
395
 
396
  # @ custom-sidebars
397
+ #: views/import.php:237
398
  #, fuzzy
399
  msgid "Replaceable sidebars"
400
  msgstr "סיידברים חלופיים"
401
 
402
  # @ custom-sidebars
403
+ #: views/import.php:240
404
  msgid "Replaceable Sidebars"
405
  msgstr "סיידברים חלופיים"
406
 
407
  # @ custom-sidebars
408
+ #: views/import.php:250
409
  msgid "By post type"
410
  msgstr "לפי סוג פוסט"
411
 
412
  # @ custom-sidebars
413
+ #: views/import.php:263
414
  msgid "Post-type archives"
415
  msgstr "ארכיונים לסוגי פוסטים"
416
 
417
  # @ custom-sidebars
418
+ #: views/import.php:276
419
  msgid "By category"
420
  msgstr "לפי קטגוריה"
421
 
422
  # @ custom-sidebars
423
+ #: views/import.php:289
424
  msgid "Category archives"
425
  msgstr "ארכיוני קטגוריה"
426
 
 
 
 
 
427
  # @ custom-sidebars
428
+ #: views/import.php:305
429
  msgid "Main blog page"
430
  msgstr "עמוד בלוג ראשי"
431
 
432
  # @ custom-sidebars
433
+ #: views/import.php:306
434
  msgid "Date archives"
435
  msgstr "ארכיונים לפי תאריך"
436
 
437
  # @ custom-sidebars
438
+ #: views/import.php:307
439
  msgid "Author archives"
440
  msgstr "ארכיוני כותבים"
441
 
442
  # @ custom-sidebars
443
+ #: views/import.php:308
444
  msgid "Tag archives"
445
  msgstr "ארכיוני תגיות"
446
 
447
  # @ custom-sidebars
448
+ #: views/import.php:309
449
  msgid "Search results page"
450
  msgstr "עמוד תוצאות חיפוש"
451
 
452
+ #: views/import.php:319
453
  msgid ""
454
  "Replace the current plugin configuration with the imported configuration."
455
  msgstr ""
456
 
 
 
 
 
 
 
 
 
 
 
 
 
457
  # @ custom-sidebars
458
+ #: views/widgets-delete.php:11
459
  msgid ""
460
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
461
  "strong>."
463
 
464
  # @ custom-sidebars
465
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
466
+ #: views/widgets-location.php:186
467
  msgid "Cancel"
468
  msgstr "בטל"
469
 
491
  msgid "Caution:"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
 
 
 
494
  # @ custom-sidebars
495
  #: views/widgets-editor.php:39
496
  msgid "Before Title"
520
  msgid "Create Sidebar"
521
  msgstr "יצר סיידבר"
522
 
523
+ #: views/widgets-export.php:10 views/widgets-export.php:28
524
  msgid "Export"
525
  msgstr ""
526
 
527
+ #: views/widgets-export.php:23
 
 
 
 
 
 
528
  msgid "Optional description for the export file:"
529
  msgstr ""
530
 
531
+ #: views/widgets-export.php:37
532
  msgid "Export file"
533
  msgstr ""
534
 
535
+ #: views/widgets-export.php:42
536
  msgid "Preview"
537
  msgstr ""
538
 
543
  msgstr "יצר סיידבר"
544
 
545
  #: views/widgets-location.php:38
 
546
  msgid "As <strong>%1$s</strong> for selected %2$s"
547
  msgstr ""
548
 
549
  #: views/widgets-location.php:50
 
550
  msgid "Click here to pick available %1$s"
551
  msgstr ""
552
 
 
 
 
 
 
 
 
 
553
  # @ custom-sidebars
554
+ #: views/widgets-location.php:95 views/widgets-location.php:136
555
  msgid "Click to toggle"
556
  msgstr ""
557
 
558
+ #: views/widgets-location.php:96
559
  msgid "For all Single Entries matching selected criteria"
560
  msgstr ""
561
 
562
  # @ custom-sidebars
563
+ #: views/widgets-location.php:99
564
  msgid ""
565
  "These replacements will be applied to every single post that matches a "
566
  "certain post type or category."
567
  msgstr "חלופות אלה יהיו שמישות לכל פוסט ספציפי שמתאים לפוסט-טייפ או קטגוריה"
568
 
569
  # @ custom-sidebars
570
+ #: views/widgets-location.php:107
571
  msgid "categories"
572
  msgstr ""
573
 
574
  # @ custom-sidebars
575
+ #: views/widgets-location.php:119
576
  #, fuzzy
577
  msgid "Post Types"
578
  msgstr "לפי סוג פוסט"
579
 
580
  # @ custom-sidebars
581
+ #: views/widgets-location.php:137
582
  #, fuzzy
583
  msgid "For Archives"
584
  msgstr "ארכיוני קטגוריה"
585
 
586
  # @ custom-sidebars
587
+ #: views/widgets-location.php:140
588
  msgid "These replacements will be applied to Archive Type posts and pages."
589
  msgstr ""
590
 
591
+ #: views/widgets-location.php:143 views/widgets-location.php:154
592
  msgid "Archive Types"
593
  msgstr ""
594
 
595
  # @ custom-sidebars
596
+ #: views/widgets-location.php:144 views/widgets-location.php:165
597
  #, fuzzy
598
  msgid "Category Archives"
599
  msgstr "ארכיוני קטגוריה"
600
 
601
  # @ custom-sidebars
602
+ #: views/widgets-location.php:145
603
+ #, fuzzy
604
+ msgid "Authors"
605
+ msgstr "ארכיוני כותבים"
606
+
607
+ # @ custom-sidebars
608
+ #: views/widgets-location.php:176
609
+ #, fuzzy
610
+ msgid "Author Archives"
611
+ msgstr "ארכיוני כותבים"
612
+
613
+ # @ custom-sidebars
614
+ #: views/widgets-location.php:187 views/widgets.php:42
615
  msgid "Save Changes"
616
  msgstr "שמור שינויים"
617
 
663
  msgstr ""
664
 
665
  #: views/widgets.php:52
666
+ msgid "Filter..."
 
 
667
  msgstr ""
668
 
669
  # @ custom-sidebars
702
  msgid "Allow this sidebar to be replaced"
703
  msgstr "יצר סיידבר"
704
 
705
+ # @ custom-sidebars
706
+ #. Plugin Name of the plugin/theme
707
+ #, fuzzy
708
+ msgid "Custom Sidebars Pro"
709
+ msgstr "סיידברים מותאים אישית"
710
+
711
+ #. Plugin URI of the plugin/theme
712
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
713
+ msgstr ""
714
+
715
+ #. Description of the plugin/theme
716
+ msgid ""
717
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
718
+ "sidebars or single widgets for specific posts and pages."
719
+ msgstr ""
720
+
721
+ #. Author of the plugin/theme
722
+ msgid "WPMU DEV"
723
+ msgstr ""
724
+
725
+ #. Author URI of the plugin/theme
726
+ msgid "http://premium.wpmudev.org/"
727
+ msgstr ""
728
+
729
  # @ custom-sidebars
730
  #, fuzzy
731
  #~ msgid "Static sidebar"
lang/custom-sidebars-it_IT.mo CHANGED
Binary file
lang/custom-sidebars-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:45+0100\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"
@@ -17,374 +17,416 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Clone"
22
  msgstr ""
23
 
24
- #: inc/class-custom-sidebars-editor.php:89
25
  #: inc/class-custom-sidebars-export.php:97
26
  msgid "You do not have permission for this"
27
  msgstr ""
28
 
29
- #: inc/class-custom-sidebars-editor.php:159
30
  msgid "Sidebar-name cannot be empty"
31
  msgstr ""
32
 
33
- #: inc/class-custom-sidebars-editor.php:183
34
- #: inc/class-custom-sidebars-editor.php:259
35
  #, fuzzy
36
  msgid "The sidebar does not exist"
37
  msgstr "Crea una sidebar"
38
 
39
- #: inc/class-custom-sidebars-editor.php:208
40
- #, php-format
41
  msgid "Created new sidebar <strong>%1$s</strong>"
42
  msgstr ""
43
 
44
- #: inc/class-custom-sidebars-editor.php:216
45
- #, php-format
46
  msgid "Updated sidebar <strong>%1$s</strong>"
47
  msgstr ""
48
 
49
- #: inc/class-custom-sidebars-editor.php:227
50
- #: inc/class-custom-sidebars-editor.php:279
51
  #, fuzzy
52
  msgid "The sidebar was not found"
53
  msgstr "Crea una sidebar"
54
 
55
- #: inc/class-custom-sidebars-editor.php:268
56
- #, php-format
57
  msgid "Deleted sidebar <strong>%1$s</strong>"
58
  msgstr ""
59
 
60
- #: inc/class-custom-sidebars-editor.php:337
61
  msgid "Front Page"
62
  msgstr ""
63
 
64
- #: inc/class-custom-sidebars-editor.php:338
65
  msgid "Search Results"
66
  msgstr ""
67
 
68
- #: inc/class-custom-sidebars-editor.php:339
69
- msgid "Author Archives"
70
  msgstr ""
71
 
72
- #: inc/class-custom-sidebars-editor.php:340
 
 
 
 
 
73
  msgid "Tag Archives"
74
  msgstr ""
75
 
76
- #: inc/class-custom-sidebars-editor.php:341
77
  msgid "Date Archives"
78
  msgstr ""
79
 
80
- #: inc/class-custom-sidebars-editor.php:373
81
  #, fuzzy
82
  msgid "Post Index"
83
  msgstr "Per tipo di articolo"
84
 
85
- #: inc/class-custom-sidebars-editor.php:377
86
- #, php-format
87
  msgid "%1$s Archives"
88
  msgstr ""
89
 
90
- #: inc/class-custom-sidebars-editor.php:509
91
- #, php-format
92
  msgid "Updated sidebar <strong>%1$s</strong> settings."
93
  msgstr ""
94
 
95
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
96
  #, fuzzy
97
  msgid "Sidebars"
98
  msgstr "Sidebar personalizzate"
99
 
 
 
 
 
 
100
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
101
  #, fuzzy
102
  msgid "Import / Export Sidebars"
103
  msgstr "Sidebar personalizzate"
104
 
105
- #: inc/class-custom-sidebars-export.php:280
106
- #: inc/class-custom-sidebars-export.php:322
107
  msgid "No file was uploaded"
108
  msgstr ""
109
 
110
- #: inc/class-custom-sidebars-export.php:287
111
  msgid "Import file is too big"
112
  msgstr ""
113
 
114
- #: inc/class-custom-sidebars-export.php:293
115
  msgid "Something went wrong"
116
  msgstr ""
117
 
118
- #: inc/class-custom-sidebars-export.php:316
119
  msgid "Unexpected import format"
120
  msgstr ""
121
 
122
- #: inc/class-custom-sidebars-export.php:386
123
- msgid ""
124
- "Something unexpected happened and we could not finish the import. Please try "
125
- "again."
126
- msgstr ""
127
-
128
- #: inc/class-custom-sidebars-export.php:587
129
- #, php-format
130
  msgid "Imported %d custom sidebar(s)!"
131
  msgstr ""
132
 
133
- #: inc/class-custom-sidebars-export.php:597
134
  msgid "Plugin options were imported!"
135
  msgstr ""
136
 
137
- #: inc/class-custom-sidebars-export.php:648
138
- #, php-format
139
  msgid "Imported %d widget(s)!"
140
  msgstr ""
141
 
142
- #: inc/class-custom-sidebars-visibility.php:164
143
  msgid "Visibility"
144
  msgstr ""
145
 
146
- #: inc/class-custom-sidebars-visibility.php:173
147
  msgid "<b>Show</b> widget if:"
148
  msgstr ""
149
 
150
- #: inc/class-custom-sidebars-visibility.php:174
151
  msgid "<b>Hide</b> widget if:"
152
  msgstr ""
153
 
154
- #: inc/class-custom-sidebars-visibility.php:202
155
- msgid "Always"
156
  msgstr ""
157
 
158
- #: inc/class-custom-sidebars-visibility.php:207
159
  #: inc/class-custom-sidebars-visibility.php:214
160
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  #: inc/class-custom-sidebars-visibility.php:246
162
- #: inc/class-custom-sidebars-visibility.php:260
163
- #: inc/class-custom-sidebars-visibility.php:274
164
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "AND"
166
  msgstr ""
167
 
168
- #: inc/class-custom-sidebars-visibility.php:207
169
- msgid "On these dates"
170
  msgstr ""
171
 
172
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
173
  msgid "User has role"
174
  msgstr ""
175
 
176
- #: inc/class-custom-sidebars-visibility.php:230
177
  msgid "User has Membership Level"
178
  msgstr ""
179
 
180
- #: inc/class-custom-sidebars-visibility.php:237
 
181
  msgid "(inactive)"
182
  msgstr ""
183
 
184
- #: inc/class-custom-sidebars-visibility.php:246
185
- msgid "Pro Sites Level"
186
  msgstr ""
187
 
188
- #: inc/class-custom-sidebars-visibility.php:260
189
  msgid "On these special pages"
190
  msgstr ""
191
 
192
- #: inc/class-custom-sidebars-visibility.php:274
193
  msgid "On any page of these types"
194
  msgstr ""
195
 
196
- #: inc/class-custom-sidebars-visibility.php:288
197
- #, php-format
198
  msgid "Only for specific %s"
199
  msgstr ""
200
 
201
- #: inc/class-custom-sidebars-visibility.php:289
202
- #, php-format
203
  msgid "Only these %s:"
204
  msgstr ""
205
 
206
- #: inc/class-custom-sidebars.php:87
207
- #, fuzzy
208
- msgid "Custom Sidebars Pro"
209
- msgstr "Sidebar personalizzate"
210
-
211
- #: inc/class-custom-sidebars.php:90
212
- #, php-format
213
- msgid ""
214
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
215
- "screen</a>!"
216
- msgstr ""
217
-
218
- #: inc/class-custom-sidebars.php:106
219
- #, php-format
220
  msgid ""
221
  "<strong>Accessibility mode is not supported by the\n"
222
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
223
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
224
  msgstr ""
225
 
226
- #: inc/class-custom-sidebars.php:802
227
- #, php-format
228
- msgid ""
229
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
230
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
231
  msgstr ""
232
 
233
- #: inc/class-custom-sidebars.php:806
234
- msgid "Pro Version Features"
235
  msgstr ""
236
 
237
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
 
 
 
 
 
 
 
 
238
  msgid "Import"
239
  msgstr ""
240
 
241
- #: views/import.php:68
242
  msgid "Filename"
243
  msgstr ""
244
 
245
- #: views/import.php:72
246
  msgid "Exported on"
247
  msgstr ""
248
 
249
- #: views/import.php:78
250
  msgid "WordPress settings"
251
  msgstr ""
252
 
253
- #: views/import.php:89
254
  msgid "WordPress version"
255
  msgstr ""
256
 
257
- #: views/import.php:94
258
  msgid "Plugin version"
259
  msgstr ""
260
 
261
- #: views/import.php:99
262
  msgid "Theme"
263
  msgstr ""
264
 
265
- #: views/import.php:125 views/widgets.php:47
266
- msgid "Custom Sidebars"
267
- msgstr "Sidebar personalizzate"
268
-
269
- #: views/import.php:127
270
  msgid "Mark the sidebars that you want to import."
271
  msgstr ""
272
 
273
- #: views/import.php:132
274
  msgid "Also import all widgets of the selected sidebars."
275
  msgstr ""
276
 
277
- #: views/import.php:139 views/widgets-editor.php:15
278
  msgid "Name"
279
  msgstr "Nome"
280
 
281
- #: views/import.php:140 views/widgets-editor.php:20
282
  msgid "Description"
283
  msgstr "Descrizione"
284
 
285
- #: views/import.php:141
286
  msgid "Note"
287
  msgstr ""
288
 
289
- #: views/import.php:142
290
- msgid "Widgets"
291
- msgstr ""
 
292
 
293
- #: views/import.php:150
294
  #, fuzzy
295
  msgid "Existing sidebar will be replaced!"
296
  msgstr "Crea una sidebar"
297
 
298
- #: views/import.php:152
299
- #, fuzzy
300
- msgid "New sidebar will be created"
301
- msgstr "Crea una nuova sidebar"
302
-
303
- #: views/import.php:206
304
  #, fuzzy
305
  msgid "(Theme sidebar)"
306
  msgstr "Crea una sidebar"
307
 
308
- #: views/import.php:232
309
  msgid "Configuration"
310
  msgstr ""
311
 
312
- #: views/import.php:236
313
  #, fuzzy
314
  msgid "Replaceable sidebars"
315
  msgstr "Sidebar sostituibili"
316
 
317
- #: views/import.php:239
318
  msgid "Replaceable Sidebars"
319
  msgstr "Sidebar sostituibili"
320
 
321
- #: views/import.php:249
322
  msgid "By post type"
323
  msgstr "Per tipo di articolo"
324
 
325
- #: views/import.php:262
326
  #, fuzzy
327
  msgid "Post-type archives"
328
  msgstr "Per tipo di articolo"
329
 
330
- #: views/import.php:275
331
  msgid "By category"
332
  msgstr "Per categoria"
333
 
334
- #: views/import.php:288
335
  #, fuzzy
336
  msgid "Category archives"
337
  msgstr "Per categoria"
338
 
339
- #: views/import.php:301
340
- msgid "Special pages"
341
- msgstr ""
342
-
343
- #: views/import.php:304
344
  msgid "Main blog page"
345
  msgstr ""
346
 
347
- #: views/import.php:305
348
  msgid "Date archives"
349
  msgstr ""
350
 
351
- #: views/import.php:306
352
  msgid "Author archives"
353
  msgstr ""
354
 
355
- #: views/import.php:307
356
  msgid "Tag archives"
357
  msgstr ""
358
 
359
- #: views/import.php:308
360
  msgid "Search results page"
361
  msgstr ""
362
 
363
- #: views/import.php:318
364
  msgid ""
365
  "Replace the current plugin configuration with the imported configuration."
366
  msgstr ""
367
 
368
- #: views/metabox.php:15
369
- msgid ""
370
- "Here you can replace the default sidebars. Simply select what sidebar you "
371
- "want to show for this post!"
372
- msgstr ""
373
-
374
- #: views/metabox.php:40
375
- msgid ""
376
- "All sidebars have been locked, you cannot replace them. Go to <a href="
377
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
378
- msgstr ""
379
-
380
- #: views/widgets-delete.php:12
381
  msgid ""
382
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
383
  "strong>."
384
  msgstr ""
385
 
386
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
387
- #: views/widgets-location.php:173
388
  msgid "Cancel"
389
  msgstr ""
390
 
@@ -411,16 +453,6 @@ msgstr "Descrizione"
411
  msgid "Caution:"
412
  msgstr ""
413
 
414
- #: views/widgets-editor.php:29
415
- msgid ""
416
- "Before-after title-widget properties define the html code that will wrap the "
417
- "widgets and their titles in the sidebars, more info about them on the <a "
418
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
419
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
420
- "are not sure what you are doing, it can break the design of your site. Leave "
421
- "these fields blank to use the theme sidebars design."
422
- msgstr ""
423
-
424
  #: views/widgets-editor.php:39
425
  msgid "Before Title"
426
  msgstr "Prima del titolo"
@@ -445,25 +477,19 @@ msgstr ""
445
  msgid "Create Sidebar"
446
  msgstr "Crea una sidebar"
447
 
448
- #: views/widgets-export.php:10 views/widgets-export.php:26
449
  msgid "Export"
450
  msgstr ""
451
 
452
- #: views/widgets-export.php:16
453
- msgid ""
454
- "This will generate a complete export file containing all your sidebars and "
455
- "the current sidebar configuration."
456
- msgstr ""
457
-
458
- #: views/widgets-export.php:21
459
  msgid "Optional description for the export file:"
460
  msgstr ""
461
 
462
- #: views/widgets-export.php:35
463
  msgid "Export file"
464
  msgstr ""
465
 
466
- #: views/widgets-export.php:40
467
  msgid "Preview"
468
  msgstr ""
469
 
@@ -473,32 +499,22 @@ msgid "Replaced by another sidebar:"
473
  msgstr "Crea una sidebar"
474
 
475
  #: views/widgets-location.php:38
476
- #, php-format
477
  msgid "As <strong>%1$s</strong> for selected %2$s"
478
  msgstr ""
479
 
480
  #: views/widgets-location.php:50
481
- #, php-format
482
  msgid "Click here to pick available %1$s"
483
  msgstr ""
484
 
485
- #: views/widgets-location.php:77
486
- #, php-format
487
- msgid ""
488
- "To attach this sidebar to a unique Post or Page please visit that <a href="
489
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
490
- "metabox."
491
- msgstr ""
492
-
493
- #: views/widgets-location.php:94 views/widgets-location.php:135
494
  msgid "Click to toggle"
495
  msgstr ""
496
 
497
- #: views/widgets-location.php:95
498
  msgid "For all Single Entries matching selected criteria"
499
  msgstr ""
500
 
501
- #: views/widgets-location.php:98
502
  msgid ""
503
  "These replacements will be applied to every single post that matches a "
504
  "certain post type or category."
@@ -506,33 +522,41 @@ msgstr ""
506
  "Queste sostituzioni saranno applicate ad ogni articolo che corrisponde ad "
507
  "uno specifico tipo di articolo o categoria."
508
 
509
- #: views/widgets-location.php:106
510
  msgid "categories"
511
  msgstr ""
512
 
513
- #: views/widgets-location.php:118
514
  #, fuzzy
515
  msgid "Post Types"
516
  msgstr "Per tipo di articolo"
517
 
518
- #: views/widgets-location.php:136
519
  msgid "For Archives"
520
  msgstr ""
521
 
522
- #: views/widgets-location.php:139
523
  msgid "These replacements will be applied to Archive Type posts and pages."
524
  msgstr ""
525
 
526
- #: views/widgets-location.php:142 views/widgets-location.php:152
527
  msgid "Archive Types"
528
  msgstr ""
529
 
530
- #: views/widgets-location.php:143 views/widgets-location.php:163
531
  #, fuzzy
532
  msgid "Category Archives"
533
  msgstr "Per categoria"
534
 
535
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
536
  msgid "Save Changes"
537
  msgstr "Registra le modifiche"
538
 
@@ -578,9 +602,7 @@ msgid ""
578
  msgstr ""
579
 
580
  #: views/widgets.php:52
581
- msgid ""
582
- "Shows additional information on your webpage that explains why a sidebar or "
583
- "widget is displayed. Only you will see this information"
584
  msgstr ""
585
 
586
  #: views/widgets.php:68
@@ -615,6 +637,29 @@ msgstr ""
615
  msgid "Allow this sidebar to be replaced"
616
  msgstr "Crea una sidebar"
617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  #, fuzzy
619
  #~ msgid "Static sidebar"
620
  #~ msgstr "Crea una sidebar"
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: 2017-04-06 11:00:27+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"
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:202
53
  msgid "Clone"
54
  msgstr ""
55
 
56
+ #: inc/class-custom-sidebars-editor.php:119
57
  #: inc/class-custom-sidebars-export.php:97
58
  msgid "You do not have permission for this"
59
  msgstr ""
60
 
61
+ #: inc/class-custom-sidebars-editor.php:194
62
  msgid "Sidebar-name cannot be empty"
63
  msgstr ""
64
 
65
+ #: inc/class-custom-sidebars-editor.php:218
66
+ #: inc/class-custom-sidebars-editor.php:301
67
  #, fuzzy
68
  msgid "The sidebar does not exist"
69
  msgstr "Crea una sidebar"
70
 
71
+ #: inc/class-custom-sidebars-editor.php:249
 
72
  msgid "Created new sidebar <strong>%1$s</strong>"
73
  msgstr ""
74
 
75
+ #: inc/class-custom-sidebars-editor.php:257
 
76
  msgid "Updated sidebar <strong>%1$s</strong>"
77
  msgstr ""
78
 
79
+ #: inc/class-custom-sidebars-editor.php:268
80
+ #: inc/class-custom-sidebars-editor.php:321
81
  #, fuzzy
82
  msgid "The sidebar was not found"
83
  msgstr "Crea una sidebar"
84
 
85
+ #: inc/class-custom-sidebars-editor.php:310
 
86
  msgid "Deleted sidebar <strong>%1$s</strong>"
87
  msgstr ""
88
 
89
+ #: inc/class-custom-sidebars-editor.php:379
90
  msgid "Front Page"
91
  msgstr ""
92
 
93
+ #: inc/class-custom-sidebars-editor.php:380
94
  msgid "Search Results"
95
  msgstr ""
96
 
97
+ #: inc/class-custom-sidebars-editor.php:381
98
+ msgid "Not found (404)"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:382
102
+ #, fuzzy
103
+ msgid "Any Author Archive"
104
+ msgstr "Per categoria"
105
+
106
+ #: inc/class-custom-sidebars-editor.php:383
107
  msgid "Tag Archives"
108
  msgstr ""
109
 
110
+ #: inc/class-custom-sidebars-editor.php:384
111
  msgid "Date Archives"
112
  msgstr ""
113
 
114
+ #: inc/class-custom-sidebars-editor.php:425
115
  #, fuzzy
116
  msgid "Post Index"
117
  msgstr "Per tipo di articolo"
118
 
119
+ #: inc/class-custom-sidebars-editor.php:429
 
120
  msgid "%1$s Archives"
121
  msgstr ""
122
 
123
+ #: inc/class-custom-sidebars-editor.php:606
 
124
  msgid "Updated sidebar <strong>%1$s</strong> settings."
125
  msgstr ""
126
 
127
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
128
  #, fuzzy
129
  msgid "Sidebars"
130
  msgstr "Sidebar personalizzate"
131
 
132
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
133
+ #: views/widgets.php:47
134
+ msgid "Custom Sidebars"
135
+ msgstr "Sidebar personalizzate"
136
+
137
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
138
  #, fuzzy
139
  msgid "Import / Export Sidebars"
140
  msgstr "Sidebar personalizzate"
141
 
142
+ #: inc/class-custom-sidebars-export.php:320
143
+ #: inc/class-custom-sidebars-export.php:362
144
  msgid "No file was uploaded"
145
  msgstr ""
146
 
147
+ #: inc/class-custom-sidebars-export.php:327
148
  msgid "Import file is too big"
149
  msgstr ""
150
 
151
+ #: inc/class-custom-sidebars-export.php:333
152
  msgid "Something went wrong"
153
  msgstr ""
154
 
155
+ #: inc/class-custom-sidebars-export.php:356
156
  msgid "Unexpected import format"
157
  msgstr ""
158
 
159
+ #: inc/class-custom-sidebars-export.php:633
 
 
 
 
 
 
 
160
  msgid "Imported %d custom sidebar(s)!"
161
  msgstr ""
162
 
163
+ #: inc/class-custom-sidebars-export.php:642
164
  msgid "Plugin options were imported!"
165
  msgstr ""
166
 
167
+ #: inc/class-custom-sidebars-export.php:692
 
168
  msgid "Imported %d widget(s)!"
169
  msgstr ""
170
 
171
+ #: inc/class-custom-sidebars-visibility.php:196
172
  msgid "Visibility"
173
  msgstr ""
174
 
175
+ #: inc/class-custom-sidebars-visibility.php:205
176
  msgid "<b>Show</b> widget if:"
177
  msgstr ""
178
 
179
+ #: inc/class-custom-sidebars-visibility.php:206
180
  msgid "<b>Hide</b> widget if:"
181
  msgstr ""
182
 
183
+ #: inc/class-custom-sidebars-visibility.php:210
184
+ msgid "Filters"
185
  msgstr ""
186
 
 
187
  #: inc/class-custom-sidebars-visibility.php:214
188
+ msgid "Date"
189
+ msgstr ""
190
+
191
+ #: inc/class-custom-sidebars-visibility.php:219
192
+ msgid "Guests"
193
+ msgstr ""
194
+
195
+ #: inc/class-custom-sidebars-visibility.php:224
196
+ msgid "Roles"
197
+ msgstr ""
198
+
199
+ #: inc/class-custom-sidebars-visibility.php:229
200
+ msgid "Membership"
201
+ msgstr ""
202
+
203
+ #: inc/class-custom-sidebars-visibility.php:235
204
+ msgid "Membership2"
205
+ msgstr ""
206
+
207
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
208
+ msgid "Special pages"
209
+ msgstr ""
210
+
211
  #: inc/class-custom-sidebars-visibility.php:246
212
+ #, fuzzy
213
+ msgid "For posttype"
214
+ msgstr "Per tipo di articolo"
215
+
216
+ #: inc/class-custom-sidebars-visibility.php:248
217
+ msgid "Taxonomy"
218
+ msgstr ""
219
+
220
+ #: inc/class-custom-sidebars-visibility.php:265
221
+ msgid "Always"
222
+ msgstr ""
223
+
224
+ #: inc/class-custom-sidebars-visibility.php:290
225
+ #: inc/class-custom-sidebars-visibility.php:295
226
+ #: inc/class-custom-sidebars-visibility.php:304
227
+ #: inc/class-custom-sidebars-visibility.php:323
228
+ #: inc/class-custom-sidebars-visibility.php:343
229
+ #: inc/class-custom-sidebars-visibility.php:362
230
+ #: inc/class-custom-sidebars-visibility.php:381
231
+ #: inc/class-custom-sidebars-visibility.php:472
232
  msgid "AND"
233
  msgstr ""
234
 
235
+ #: inc/class-custom-sidebars-visibility.php:291
236
+ msgid "User is not logged-in (Guest)"
237
  msgstr ""
238
 
239
+ #: inc/class-custom-sidebars-visibility.php:296
240
+ msgid "User is logged-in (Member)"
241
+ msgstr ""
242
+
243
+ #: inc/class-custom-sidebars-visibility.php:305
244
  msgid "User has role"
245
  msgstr ""
246
 
247
+ #: inc/class-custom-sidebars-visibility.php:324
248
  msgid "User has Membership Level"
249
  msgstr ""
250
 
251
+ #: inc/class-custom-sidebars-visibility.php:332
252
+ #: inc/class-custom-sidebars-visibility.php:352
253
  msgid "(inactive)"
254
  msgstr ""
255
 
256
+ #: inc/class-custom-sidebars-visibility.php:344
257
+ msgid "User has Membership"
258
  msgstr ""
259
 
260
+ #: inc/class-custom-sidebars-visibility.php:363
261
  msgid "On these special pages"
262
  msgstr ""
263
 
264
+ #: inc/class-custom-sidebars-visibility.php:382
265
  msgid "On any page of these types"
266
  msgstr ""
267
 
268
+ #: inc/class-custom-sidebars-visibility.php:400
 
269
  msgid "Only for specific %s"
270
  msgstr ""
271
 
272
+ #: inc/class-custom-sidebars-visibility.php:401
 
273
  msgid "Only these %s:"
274
  msgstr ""
275
 
276
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  msgid ""
278
  "<strong>Accessibility mode is not supported by the\n"
279
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
280
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
281
  msgstr ""
282
 
283
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
284
+ msgid "Widgets"
 
 
 
285
  msgstr ""
286
 
287
+ #: inc/class-custom-sidebars.php:912
288
+ msgid "Support"
289
  msgstr ""
290
 
291
+ #: inc/class-custom-sidebars.php:929
292
+ msgid "Create a custom sidebar to get started."
293
+ msgstr ""
294
+
295
+ #: views/col-sidebars.php:18
296
+ msgid "(Not available for Home-Page)"
297
+ msgstr ""
298
+
299
+ #: views/col-sidebars.php:20
300
+ msgid "(Not available for Blog-Page)"
301
+ msgstr ""
302
+
303
+ #: views/import.php:60 views/widgets-export.php:33
304
  msgid "Import"
305
  msgstr ""
306
 
307
+ #: views/import.php:67
308
  msgid "Filename"
309
  msgstr ""
310
 
311
+ #: views/import.php:71
312
  msgid "Exported on"
313
  msgstr ""
314
 
315
+ #: views/import.php:77
316
  msgid "WordPress settings"
317
  msgstr ""
318
 
319
+ #: views/import.php:88
320
  msgid "WordPress version"
321
  msgstr ""
322
 
323
+ #: views/import.php:93
324
  msgid "Plugin version"
325
  msgstr ""
326
 
327
+ #: views/import.php:98
328
  msgid "Theme"
329
  msgstr ""
330
 
331
+ #: views/import.php:125
 
 
 
 
332
  msgid "Mark the sidebars that you want to import."
333
  msgstr ""
334
 
335
+ #: views/import.php:130
336
  msgid "Also import all widgets of the selected sidebars."
337
  msgstr ""
338
 
339
+ #: views/import.php:137 views/widgets-editor.php:15
340
  msgid "Name"
341
  msgstr "Nome"
342
 
343
+ #: views/import.php:138 views/widgets-editor.php:20
344
  msgid "Description"
345
  msgstr "Descrizione"
346
 
347
+ #: views/import.php:139
348
  msgid "Note"
349
  msgstr ""
350
 
351
+ #: views/import.php:147
352
+ #, fuzzy
353
+ msgid "New sidebar will be created"
354
+ msgstr "Crea una nuova sidebar"
355
 
356
+ #: views/import.php:149
357
  #, fuzzy
358
  msgid "Existing sidebar will be replaced!"
359
  msgstr "Crea una sidebar"
360
 
361
+ #: views/import.php:205
 
 
 
 
 
362
  #, fuzzy
363
  msgid "(Theme sidebar)"
364
  msgstr "Crea una sidebar"
365
 
366
+ #: views/import.php:233
367
  msgid "Configuration"
368
  msgstr ""
369
 
370
+ #: views/import.php:237
371
  #, fuzzy
372
  msgid "Replaceable sidebars"
373
  msgstr "Sidebar sostituibili"
374
 
375
+ #: views/import.php:240
376
  msgid "Replaceable Sidebars"
377
  msgstr "Sidebar sostituibili"
378
 
379
+ #: views/import.php:250
380
  msgid "By post type"
381
  msgstr "Per tipo di articolo"
382
 
383
+ #: views/import.php:263
384
  #, fuzzy
385
  msgid "Post-type archives"
386
  msgstr "Per tipo di articolo"
387
 
388
+ #: views/import.php:276
389
  msgid "By category"
390
  msgstr "Per categoria"
391
 
392
+ #: views/import.php:289
393
  #, fuzzy
394
  msgid "Category archives"
395
  msgstr "Per categoria"
396
 
397
+ #: views/import.php:305
 
 
 
 
398
  msgid "Main blog page"
399
  msgstr ""
400
 
401
+ #: views/import.php:306
402
  msgid "Date archives"
403
  msgstr ""
404
 
405
+ #: views/import.php:307
406
  msgid "Author archives"
407
  msgstr ""
408
 
409
+ #: views/import.php:308
410
  msgid "Tag archives"
411
  msgstr ""
412
 
413
+ #: views/import.php:309
414
  msgid "Search results page"
415
  msgstr ""
416
 
417
+ #: views/import.php:319
418
  msgid ""
419
  "Replace the current plugin configuration with the imported configuration."
420
  msgstr ""
421
 
422
+ #: views/widgets-delete.php:11
 
 
 
 
 
 
 
 
 
 
 
 
423
  msgid ""
424
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
425
  "strong>."
426
  msgstr ""
427
 
428
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
429
+ #: views/widgets-location.php:186
430
  msgid "Cancel"
431
  msgstr ""
432
 
453
  msgid "Caution:"
454
  msgstr ""
455
 
 
 
 
 
 
 
 
 
 
 
456
  #: views/widgets-editor.php:39
457
  msgid "Before Title"
458
  msgstr "Prima del titolo"
477
  msgid "Create Sidebar"
478
  msgstr "Crea una sidebar"
479
 
480
+ #: views/widgets-export.php:10 views/widgets-export.php:28
481
  msgid "Export"
482
  msgstr ""
483
 
484
+ #: views/widgets-export.php:23
 
 
 
 
 
 
485
  msgid "Optional description for the export file:"
486
  msgstr ""
487
 
488
+ #: views/widgets-export.php:37
489
  msgid "Export file"
490
  msgstr ""
491
 
492
+ #: views/widgets-export.php:42
493
  msgid "Preview"
494
  msgstr ""
495
 
499
  msgstr "Crea una sidebar"
500
 
501
  #: views/widgets-location.php:38
 
502
  msgid "As <strong>%1$s</strong> for selected %2$s"
503
  msgstr ""
504
 
505
  #: views/widgets-location.php:50
 
506
  msgid "Click here to pick available %1$s"
507
  msgstr ""
508
 
509
+ #: views/widgets-location.php:95 views/widgets-location.php:136
 
 
 
 
 
 
 
 
510
  msgid "Click to toggle"
511
  msgstr ""
512
 
513
+ #: views/widgets-location.php:96
514
  msgid "For all Single Entries matching selected criteria"
515
  msgstr ""
516
 
517
+ #: views/widgets-location.php:99
518
  msgid ""
519
  "These replacements will be applied to every single post that matches a "
520
  "certain post type or category."
522
  "Queste sostituzioni saranno applicate ad ogni articolo che corrisponde ad "
523
  "uno specifico tipo di articolo o categoria."
524
 
525
+ #: views/widgets-location.php:107
526
  msgid "categories"
527
  msgstr ""
528
 
529
+ #: views/widgets-location.php:119
530
  #, fuzzy
531
  msgid "Post Types"
532
  msgstr "Per tipo di articolo"
533
 
534
+ #: views/widgets-location.php:137
535
  msgid "For Archives"
536
  msgstr ""
537
 
538
+ #: views/widgets-location.php:140
539
  msgid "These replacements will be applied to Archive Type posts and pages."
540
  msgstr ""
541
 
542
+ #: views/widgets-location.php:143 views/widgets-location.php:154
543
  msgid "Archive Types"
544
  msgstr ""
545
 
546
+ #: views/widgets-location.php:144 views/widgets-location.php:165
547
  #, fuzzy
548
  msgid "Category Archives"
549
  msgstr "Per categoria"
550
 
551
+ #: views/widgets-location.php:145
552
+ msgid "Authors"
553
+ msgstr ""
554
+
555
+ #: views/widgets-location.php:176
556
+ msgid "Author Archives"
557
+ msgstr ""
558
+
559
+ #: views/widgets-location.php:187 views/widgets.php:42
560
  msgid "Save Changes"
561
  msgstr "Registra le modifiche"
562
 
602
  msgstr ""
603
 
604
  #: views/widgets.php:52
605
+ msgid "Filter..."
 
 
606
  msgstr ""
607
 
608
  #: views/widgets.php:68
637
  msgid "Allow this sidebar to be replaced"
638
  msgstr "Crea una sidebar"
639
 
640
+ #. Plugin Name of the plugin/theme
641
+ #, fuzzy
642
+ msgid "Custom Sidebars Pro"
643
+ msgstr "Sidebar personalizzate"
644
+
645
+ #. Plugin URI of the plugin/theme
646
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
647
+ msgstr ""
648
+
649
+ #. Description of the plugin/theme
650
+ msgid ""
651
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
652
+ "sidebars or single widgets for specific posts and pages."
653
+ msgstr ""
654
+
655
+ #. Author of the plugin/theme
656
+ msgid "WPMU DEV"
657
+ msgstr ""
658
+
659
+ #. Author URI of the plugin/theme
660
+ msgid "http://premium.wpmudev.org/"
661
+ msgstr ""
662
+
663
  #, fuzzy
664
  #~ msgid "Static sidebar"
665
  #~ msgstr "Crea una sidebar"
lang/custom-sidebars-nl_NL.mo CHANGED
Binary file
lang/custom-sidebars-nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 21:53+0100\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"
@@ -17,374 +17,416 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: inc/class-custom-sidebars-cloning.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Clone"
22
  msgstr ""
23
 
24
- #: inc/class-custom-sidebars-editor.php:89
25
  #: inc/class-custom-sidebars-export.php:97
26
  msgid "You do not have permission for this"
27
  msgstr ""
28
 
29
- #: inc/class-custom-sidebars-editor.php:159
30
  msgid "Sidebar-name cannot be empty"
31
  msgstr ""
32
 
33
- #: inc/class-custom-sidebars-editor.php:183
34
- #: inc/class-custom-sidebars-editor.php:259
35
  #, fuzzy
36
  msgid "The sidebar does not exist"
37
  msgstr "Maak Sidebar"
38
 
39
- #: inc/class-custom-sidebars-editor.php:208
40
- #, php-format
41
  msgid "Created new sidebar <strong>%1$s</strong>"
42
  msgstr ""
43
 
44
- #: inc/class-custom-sidebars-editor.php:216
45
- #, php-format
46
  msgid "Updated sidebar <strong>%1$s</strong>"
47
  msgstr ""
48
 
49
- #: inc/class-custom-sidebars-editor.php:227
50
- #: inc/class-custom-sidebars-editor.php:279
51
  #, fuzzy
52
  msgid "The sidebar was not found"
53
  msgstr "Maak Sidebar"
54
 
55
- #: inc/class-custom-sidebars-editor.php:268
56
- #, php-format
57
  msgid "Deleted sidebar <strong>%1$s</strong>"
58
  msgstr ""
59
 
60
- #: inc/class-custom-sidebars-editor.php:337
61
  msgid "Front Page"
62
  msgstr ""
63
 
64
- #: inc/class-custom-sidebars-editor.php:338
65
  msgid "Search Results"
66
  msgstr ""
67
 
68
- #: inc/class-custom-sidebars-editor.php:339
69
- msgid "Author Archives"
70
  msgstr ""
71
 
72
- #: inc/class-custom-sidebars-editor.php:340
 
 
 
 
 
73
  msgid "Tag Archives"
74
  msgstr ""
75
 
76
- #: inc/class-custom-sidebars-editor.php:341
77
  msgid "Date Archives"
78
  msgstr ""
79
 
80
- #: inc/class-custom-sidebars-editor.php:373
81
  #, fuzzy
82
  msgid "Post Index"
83
  msgstr "Per bericht-soort"
84
 
85
- #: inc/class-custom-sidebars-editor.php:377
86
- #, php-format
87
  msgid "%1$s Archives"
88
  msgstr ""
89
 
90
- #: inc/class-custom-sidebars-editor.php:509
91
- #, php-format
92
  msgid "Updated sidebar <strong>%1$s</strong> settings."
93
  msgstr ""
94
 
95
- #: inc/class-custom-sidebars-editor.php:545 views/widgets.php:17
96
  #, fuzzy
97
  msgid "Sidebars"
98
  msgstr "Speciale Sidebars"
99
 
 
 
 
 
 
100
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
101
  #, fuzzy
102
  msgid "Import / Export Sidebars"
103
  msgstr "Speciale Sidebars"
104
 
105
- #: inc/class-custom-sidebars-export.php:280
106
- #: inc/class-custom-sidebars-export.php:322
107
  msgid "No file was uploaded"
108
  msgstr ""
109
 
110
- #: inc/class-custom-sidebars-export.php:287
111
  msgid "Import file is too big"
112
  msgstr ""
113
 
114
- #: inc/class-custom-sidebars-export.php:293
115
  msgid "Something went wrong"
116
  msgstr ""
117
 
118
- #: inc/class-custom-sidebars-export.php:316
119
  msgid "Unexpected import format"
120
  msgstr ""
121
 
122
- #: inc/class-custom-sidebars-export.php:386
123
- msgid ""
124
- "Something unexpected happened and we could not finish the import. Please try "
125
- "again."
126
- msgstr ""
127
-
128
- #: inc/class-custom-sidebars-export.php:587
129
- #, php-format
130
  msgid "Imported %d custom sidebar(s)!"
131
  msgstr ""
132
 
133
- #: inc/class-custom-sidebars-export.php:597
134
  msgid "Plugin options were imported!"
135
  msgstr ""
136
 
137
- #: inc/class-custom-sidebars-export.php:648
138
- #, php-format
139
  msgid "Imported %d widget(s)!"
140
  msgstr ""
141
 
142
- #: inc/class-custom-sidebars-visibility.php:164
143
  msgid "Visibility"
144
  msgstr ""
145
 
146
- #: inc/class-custom-sidebars-visibility.php:173
147
  msgid "<b>Show</b> widget if:"
148
  msgstr ""
149
 
150
- #: inc/class-custom-sidebars-visibility.php:174
151
  msgid "<b>Hide</b> widget if:"
152
  msgstr ""
153
 
154
- #: inc/class-custom-sidebars-visibility.php:202
155
- msgid "Always"
156
  msgstr ""
157
 
158
- #: inc/class-custom-sidebars-visibility.php:207
159
  #: inc/class-custom-sidebars-visibility.php:214
160
- #: inc/class-custom-sidebars-visibility.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  #: inc/class-custom-sidebars-visibility.php:246
162
- #: inc/class-custom-sidebars-visibility.php:260
163
- #: inc/class-custom-sidebars-visibility.php:274
164
- #: inc/class-custom-sidebars-visibility.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "AND"
166
  msgstr ""
167
 
168
- #: inc/class-custom-sidebars-visibility.php:207
169
- msgid "On these dates"
170
  msgstr ""
171
 
172
- #: inc/class-custom-sidebars-visibility.php:214
 
 
 
 
173
  msgid "User has role"
174
  msgstr ""
175
 
176
- #: inc/class-custom-sidebars-visibility.php:230
177
  msgid "User has Membership Level"
178
  msgstr ""
179
 
180
- #: inc/class-custom-sidebars-visibility.php:237
 
181
  msgid "(inactive)"
182
  msgstr ""
183
 
184
- #: inc/class-custom-sidebars-visibility.php:246
185
- msgid "Pro Sites Level"
186
  msgstr ""
187
 
188
- #: inc/class-custom-sidebars-visibility.php:260
189
  msgid "On these special pages"
190
  msgstr ""
191
 
192
- #: inc/class-custom-sidebars-visibility.php:274
193
  msgid "On any page of these types"
194
  msgstr ""
195
 
196
- #: inc/class-custom-sidebars-visibility.php:288
197
- #, php-format
198
  msgid "Only for specific %s"
199
  msgstr ""
200
 
201
- #: inc/class-custom-sidebars-visibility.php:289
202
- #, php-format
203
  msgid "Only these %s:"
204
  msgstr ""
205
 
206
- #: inc/class-custom-sidebars.php:87
207
- #, fuzzy
208
- msgid "Custom Sidebars Pro"
209
- msgstr "Speciale Sidebars"
210
-
211
- #: inc/class-custom-sidebars.php:90
212
- #, php-format
213
- msgid ""
214
- "Now you can create and edit custom sidebars in your <a href=\"%1$s\">Widgets "
215
- "screen</a>!"
216
- msgstr ""
217
-
218
- #: inc/class-custom-sidebars.php:106
219
- #, php-format
220
  msgid ""
221
  "<strong>Accessibility mode is not supported by the\n"
222
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
223
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
224
  msgstr ""
225
 
226
- #: inc/class-custom-sidebars.php:802
227
- #, php-format
228
- msgid ""
229
- "Import / Export functionality is available<br />in the <b>PRO</b> version of "
230
- "this plugin.<br /><a href=\"%1$s\" target=\"_blank\">Learn more</a>"
231
  msgstr ""
232
 
233
- #: inc/class-custom-sidebars.php:806
234
- msgid "Pro Version Features"
235
  msgstr ""
236
 
237
- #: views/import.php:61 views/widgets-export.php:31
 
 
 
 
 
 
 
 
 
 
 
 
238
  msgid "Import"
239
  msgstr ""
240
 
241
- #: views/import.php:68
242
  msgid "Filename"
243
  msgstr ""
244
 
245
- #: views/import.php:72
246
  msgid "Exported on"
247
  msgstr ""
248
 
249
- #: views/import.php:78
250
  msgid "WordPress settings"
251
  msgstr ""
252
 
253
- #: views/import.php:89
254
  msgid "WordPress version"
255
  msgstr ""
256
 
257
- #: views/import.php:94
258
  msgid "Plugin version"
259
  msgstr ""
260
 
261
- #: views/import.php:99
262
  msgid "Theme"
263
  msgstr ""
264
 
265
- #: views/import.php:125 views/widgets.php:47
266
- msgid "Custom Sidebars"
267
- msgstr "Speciale Sidebars"
268
-
269
- #: views/import.php:127
270
  msgid "Mark the sidebars that you want to import."
271
  msgstr ""
272
 
273
- #: views/import.php:132
274
  msgid "Also import all widgets of the selected sidebars."
275
  msgstr ""
276
 
277
- #: views/import.php:139 views/widgets-editor.php:15
278
  msgid "Name"
279
  msgstr "Naam"
280
 
281
- #: views/import.php:140 views/widgets-editor.php:20
282
  msgid "Description"
283
  msgstr "Beschrijving"
284
 
285
- #: views/import.php:141
286
  msgid "Note"
287
  msgstr ""
288
 
289
- #: views/import.php:142
290
- msgid "Widgets"
291
- msgstr ""
 
292
 
293
- #: views/import.php:150
294
  #, fuzzy
295
  msgid "Existing sidebar will be replaced!"
296
  msgstr "Maak Sidebar"
297
 
298
- #: views/import.php:152
299
- #, fuzzy
300
- msgid "New sidebar will be created"
301
- msgstr "Maak een nieuwe sidebar"
302
-
303
- #: views/import.php:206
304
  #, fuzzy
305
  msgid "(Theme sidebar)"
306
  msgstr "Maak Sidebar"
307
 
308
- #: views/import.php:232
309
  msgid "Configuration"
310
  msgstr ""
311
 
312
- #: views/import.php:236
313
  #, fuzzy
314
  msgid "Replaceable sidebars"
315
  msgstr "Vervangbare Sidebars"
316
 
317
- #: views/import.php:239
318
  msgid "Replaceable Sidebars"
319
  msgstr "Vervangbare Sidebars"
320
 
321
- #: views/import.php:249
322
  msgid "By post type"
323
  msgstr "Per bericht-soort"
324
 
325
- #: views/import.php:262
326
  #, fuzzy
327
  msgid "Post-type archives"
328
  msgstr "Per bericht-soort"
329
 
330
- #: views/import.php:275
331
  msgid "By category"
332
  msgstr "Per categorie"
333
 
334
- #: views/import.php:288
335
  #, fuzzy
336
  msgid "Category archives"
337
  msgstr "Per categorie"
338
 
339
- #: views/import.php:301
340
- msgid "Special pages"
341
- msgstr ""
342
-
343
- #: views/import.php:304
344
  msgid "Main blog page"
345
  msgstr ""
346
 
347
- #: views/import.php:305
348
  msgid "Date archives"
349
  msgstr ""
350
 
351
- #: views/import.php:306
352
  msgid "Author archives"
353
  msgstr ""
354
 
355
- #: views/import.php:307
356
  msgid "Tag archives"
357
  msgstr ""
358
 
359
- #: views/import.php:308
360
  msgid "Search results page"
361
  msgstr ""
362
 
363
- #: views/import.php:318
364
  msgid ""
365
  "Replace the current plugin configuration with the imported configuration."
366
  msgstr ""
367
 
368
- #: views/metabox.php:15
369
- msgid ""
370
- "Here you can replace the default sidebars. Simply select what sidebar you "
371
- "want to show for this post!"
372
- msgstr ""
373
-
374
- #: views/metabox.php:40
375
- msgid ""
376
- "All sidebars have been locked, you cannot replace them. Go to <a href="
377
- "\"widgets.php\">the widgets page</a> to unlock a sidebar"
378
- msgstr ""
379
-
380
- #: views/widgets-delete.php:12
381
  msgid ""
382
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
383
  "strong>."
384
  msgstr ""
385
 
386
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
387
- #: views/widgets-location.php:173
388
  msgid "Cancel"
389
  msgstr ""
390
 
@@ -411,16 +453,6 @@ msgstr "Beschrijving"
411
  msgid "Caution:"
412
  msgstr ""
413
 
414
- #: views/widgets-editor.php:29
415
- msgid ""
416
- "Before-after title-widget properties define the html code that will wrap the "
417
- "widgets and their titles in the sidebars, more info about them on the <a "
418
- "href=\"http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress\" "
419
- "target=\"_blank\">Justin Tadlock Blog</a>. Do not use these fields if you "
420
- "are not sure what you are doing, it can break the design of your site. Leave "
421
- "these fields blank to use the theme sidebars design."
422
- msgstr ""
423
-
424
  #: views/widgets-editor.php:39
425
  msgid "Before Title"
426
  msgstr "Voor de Titel"
@@ -445,25 +477,19 @@ msgstr ""
445
  msgid "Create Sidebar"
446
  msgstr "Maak Sidebar"
447
 
448
- #: views/widgets-export.php:10 views/widgets-export.php:26
449
  msgid "Export"
450
  msgstr ""
451
 
452
- #: views/widgets-export.php:16
453
- msgid ""
454
- "This will generate a complete export file containing all your sidebars and "
455
- "the current sidebar configuration."
456
- msgstr ""
457
-
458
- #: views/widgets-export.php:21
459
  msgid "Optional description for the export file:"
460
  msgstr ""
461
 
462
- #: views/widgets-export.php:35
463
  msgid "Export file"
464
  msgstr ""
465
 
466
- #: views/widgets-export.php:40
467
  msgid "Preview"
468
  msgstr ""
469
 
@@ -473,32 +499,22 @@ msgid "Replaced by another sidebar:"
473
  msgstr "Maak Sidebar"
474
 
475
  #: views/widgets-location.php:38
476
- #, php-format
477
  msgid "As <strong>%1$s</strong> for selected %2$s"
478
  msgstr ""
479
 
480
  #: views/widgets-location.php:50
481
- #, php-format
482
  msgid "Click here to pick available %1$s"
483
  msgstr ""
484
 
485
- #: views/widgets-location.php:77
486
- #, php-format
487
- msgid ""
488
- "To attach this sidebar to a unique Post or Page please visit that <a href="
489
- "\"%1$s\">Post</a> or <a href=\"%2$s\">Page</a> & set it up via the sidebars "
490
- "metabox."
491
- msgstr ""
492
-
493
- #: views/widgets-location.php:94 views/widgets-location.php:135
494
  msgid "Click to toggle"
495
  msgstr ""
496
 
497
- #: views/widgets-location.php:95
498
  msgid "For all Single Entries matching selected criteria"
499
  msgstr ""
500
 
501
- #: views/widgets-location.php:98
502
  msgid ""
503
  "These replacements will be applied to every single post that matches a "
504
  "certain post type or category."
@@ -506,33 +522,41 @@ msgstr ""
506
  "Deze vervangingen zullen worden toegepast op elk afzonderlijk bericht dat "
507
  "correspondeert met een bepaald berichten-soort of categorie."
508
 
509
- #: views/widgets-location.php:106
510
  msgid "categories"
511
  msgstr ""
512
 
513
- #: views/widgets-location.php:118
514
  #, fuzzy
515
  msgid "Post Types"
516
  msgstr "Per bericht-soort"
517
 
518
- #: views/widgets-location.php:136
519
  msgid "For Archives"
520
  msgstr ""
521
 
522
- #: views/widgets-location.php:139
523
  msgid "These replacements will be applied to Archive Type posts and pages."
524
  msgstr ""
525
 
526
- #: views/widgets-location.php:142 views/widgets-location.php:152
527
  msgid "Archive Types"
528
  msgstr ""
529
 
530
- #: views/widgets-location.php:143 views/widgets-location.php:163
531
  #, fuzzy
532
  msgid "Category Archives"
533
  msgstr "Per categorie"
534
 
535
- #: views/widgets-location.php:174 views/widgets.php:42
 
 
 
 
 
 
 
 
536
  msgid "Save Changes"
537
  msgstr "Wijzigingen opslaan"
538
 
@@ -578,9 +602,7 @@ msgid ""
578
  msgstr ""
579
 
580
  #: views/widgets.php:52
581
- msgid ""
582
- "Shows additional information on your webpage that explains why a sidebar or "
583
- "widget is displayed. Only you will see this information"
584
  msgstr ""
585
 
586
  #: views/widgets.php:68
@@ -615,6 +637,29 @@ msgstr ""
615
  msgid "Allow this sidebar to be replaced"
616
  msgstr "Maak Sidebar"
617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  #, fuzzy
619
  #~ msgid "Static sidebar"
620
  #~ msgstr "Maak Sidebar"
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: 2017-04-06 11:00:27+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"
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:202
53
  msgid "Clone"
54
  msgstr ""
55
 
56
+ #: inc/class-custom-sidebars-editor.php:119
57
  #: inc/class-custom-sidebars-export.php:97
58
  msgid "You do not have permission for this"
59
  msgstr ""
60
 
61
+ #: inc/class-custom-sidebars-editor.php:194
62
  msgid "Sidebar-name cannot be empty"
63
  msgstr ""
64
 
65
+ #: inc/class-custom-sidebars-editor.php:218
66
+ #: inc/class-custom-sidebars-editor.php:301
67
  #, fuzzy
68
  msgid "The sidebar does not exist"
69
  msgstr "Maak Sidebar"
70
 
71
+ #: inc/class-custom-sidebars-editor.php:249
 
72
  msgid "Created new sidebar <strong>%1$s</strong>"
73
  msgstr ""
74
 
75
+ #: inc/class-custom-sidebars-editor.php:257
 
76
  msgid "Updated sidebar <strong>%1$s</strong>"
77
  msgstr ""
78
 
79
+ #: inc/class-custom-sidebars-editor.php:268
80
+ #: inc/class-custom-sidebars-editor.php:321
81
  #, fuzzy
82
  msgid "The sidebar was not found"
83
  msgstr "Maak Sidebar"
84
 
85
+ #: inc/class-custom-sidebars-editor.php:310
 
86
  msgid "Deleted sidebar <strong>%1$s</strong>"
87
  msgstr ""
88
 
89
+ #: inc/class-custom-sidebars-editor.php:379
90
  msgid "Front Page"
91
  msgstr ""
92
 
93
+ #: inc/class-custom-sidebars-editor.php:380
94
  msgid "Search Results"
95
  msgstr ""
96
 
97
+ #: inc/class-custom-sidebars-editor.php:381
98
+ msgid "Not found (404)"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:382
102
+ #, fuzzy
103
+ msgid "Any Author Archive"
104
+ msgstr "Per categorie"
105
+
106
+ #: inc/class-custom-sidebars-editor.php:383
107
  msgid "Tag Archives"
108
  msgstr ""
109
 
110
+ #: inc/class-custom-sidebars-editor.php:384
111
  msgid "Date Archives"
112
  msgstr ""
113
 
114
+ #: inc/class-custom-sidebars-editor.php:425
115
  #, fuzzy
116
  msgid "Post Index"
117
  msgstr "Per bericht-soort"
118
 
119
+ #: inc/class-custom-sidebars-editor.php:429
 
120
  msgid "%1$s Archives"
121
  msgstr ""
122
 
123
+ #: inc/class-custom-sidebars-editor.php:606
 
124
  msgid "Updated sidebar <strong>%1$s</strong> settings."
125
  msgstr ""
126
 
127
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
128
  #, fuzzy
129
  msgid "Sidebars"
130
  msgstr "Speciale Sidebars"
131
 
132
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
133
+ #: views/widgets.php:47
134
+ msgid "Custom Sidebars"
135
+ msgstr "Speciale Sidebars"
136
+
137
  #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
138
  #, fuzzy
139
  msgid "Import / Export Sidebars"
140
  msgstr "Speciale Sidebars"
141
 
142
+ #: inc/class-custom-sidebars-export.php:320
143
+ #: inc/class-custom-sidebars-export.php:362
144
  msgid "No file was uploaded"
145
  msgstr ""
146
 
147
+ #: inc/class-custom-sidebars-export.php:327
148
  msgid "Import file is too big"
149
  msgstr ""
150
 
151
+ #: inc/class-custom-sidebars-export.php:333
152
  msgid "Something went wrong"
153
  msgstr ""
154
 
155
+ #: inc/class-custom-sidebars-export.php:356
156
  msgid "Unexpected import format"
157
  msgstr ""
158
 
159
+ #: inc/class-custom-sidebars-export.php:633
 
 
 
 
 
 
 
160
  msgid "Imported %d custom sidebar(s)!"
161
  msgstr ""
162
 
163
+ #: inc/class-custom-sidebars-export.php:642
164
  msgid "Plugin options were imported!"
165
  msgstr ""
166
 
167
+ #: inc/class-custom-sidebars-export.php:692
 
168
  msgid "Imported %d widget(s)!"
169
  msgstr ""
170
 
171
+ #: inc/class-custom-sidebars-visibility.php:196
172
  msgid "Visibility"
173
  msgstr ""
174
 
175
+ #: inc/class-custom-sidebars-visibility.php:205
176
  msgid "<b>Show</b> widget if:"
177
  msgstr ""
178
 
179
+ #: inc/class-custom-sidebars-visibility.php:206
180
  msgid "<b>Hide</b> widget if:"
181
  msgstr ""
182
 
183
+ #: inc/class-custom-sidebars-visibility.php:210
184
+ msgid "Filters"
185
  msgstr ""
186
 
 
187
  #: inc/class-custom-sidebars-visibility.php:214
188
+ msgid "Date"
189
+ msgstr ""
190
+
191
+ #: inc/class-custom-sidebars-visibility.php:219
192
+ msgid "Guests"
193
+ msgstr ""
194
+
195
+ #: inc/class-custom-sidebars-visibility.php:224
196
+ msgid "Roles"
197
+ msgstr ""
198
+
199
+ #: inc/class-custom-sidebars-visibility.php:229
200
+ msgid "Membership"
201
+ msgstr ""
202
+
203
+ #: inc/class-custom-sidebars-visibility.php:235
204
+ msgid "Membership2"
205
+ msgstr ""
206
+
207
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
208
+ msgid "Special pages"
209
+ msgstr ""
210
+
211
  #: inc/class-custom-sidebars-visibility.php:246
212
+ #, fuzzy
213
+ msgid "For posttype"
214
+ msgstr "Per bericht-soort"
215
+
216
+ #: inc/class-custom-sidebars-visibility.php:248
217
+ msgid "Taxonomy"
218
+ msgstr ""
219
+
220
+ #: inc/class-custom-sidebars-visibility.php:265
221
+ msgid "Always"
222
+ msgstr ""
223
+
224
+ #: inc/class-custom-sidebars-visibility.php:290
225
+ #: inc/class-custom-sidebars-visibility.php:295
226
+ #: inc/class-custom-sidebars-visibility.php:304
227
+ #: inc/class-custom-sidebars-visibility.php:323
228
+ #: inc/class-custom-sidebars-visibility.php:343
229
+ #: inc/class-custom-sidebars-visibility.php:362
230
+ #: inc/class-custom-sidebars-visibility.php:381
231
+ #: inc/class-custom-sidebars-visibility.php:472
232
  msgid "AND"
233
  msgstr ""
234
 
235
+ #: inc/class-custom-sidebars-visibility.php:291
236
+ msgid "User is not logged-in (Guest)"
237
  msgstr ""
238
 
239
+ #: inc/class-custom-sidebars-visibility.php:296
240
+ msgid "User is logged-in (Member)"
241
+ msgstr ""
242
+
243
+ #: inc/class-custom-sidebars-visibility.php:305
244
  msgid "User has role"
245
  msgstr ""
246
 
247
+ #: inc/class-custom-sidebars-visibility.php:324
248
  msgid "User has Membership Level"
249
  msgstr ""
250
 
251
+ #: inc/class-custom-sidebars-visibility.php:332
252
+ #: inc/class-custom-sidebars-visibility.php:352
253
  msgid "(inactive)"
254
  msgstr ""
255
 
256
+ #: inc/class-custom-sidebars-visibility.php:344
257
+ msgid "User has Membership"
258
  msgstr ""
259
 
260
+ #: inc/class-custom-sidebars-visibility.php:363
261
  msgid "On these special pages"
262
  msgstr ""
263
 
264
+ #: inc/class-custom-sidebars-visibility.php:382
265
  msgid "On any page of these types"
266
  msgstr ""
267
 
268
+ #: inc/class-custom-sidebars-visibility.php:400
 
269
  msgid "Only for specific %s"
270
  msgstr ""
271
 
272
+ #: inc/class-custom-sidebars-visibility.php:401
 
273
  msgid "Only these %s:"
274
  msgstr ""
275
 
276
+ #: inc/class-custom-sidebars.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  msgid ""
278
  "<strong>Accessibility mode is not supported by the\n"
279
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
280
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
281
  msgstr ""
282
 
283
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
284
+ msgid "Widgets"
 
 
 
285
  msgstr ""
286
 
287
+ #: inc/class-custom-sidebars.php:912
288
+ msgid "Support"
289
  msgstr ""
290
 
291
+ #: inc/class-custom-sidebars.php:929
292
+ msgid "Create a custom sidebar to get started."
293
+ msgstr ""
294
+
295
+ #: views/col-sidebars.php:18
296
+ msgid "(Not available for Home-Page)"
297
+ msgstr ""
298
+
299
+ #: views/col-sidebars.php:20
300
+ msgid "(Not available for Blog-Page)"
301
+ msgstr ""
302
+
303
+ #: views/import.php:60 views/widgets-export.php:33
304
  msgid "Import"
305
  msgstr ""
306
 
307
+ #: views/import.php:67
308
  msgid "Filename"
309
  msgstr ""
310
 
311
+ #: views/import.php:71
312
  msgid "Exported on"
313
  msgstr ""
314
 
315
+ #: views/import.php:77
316
  msgid "WordPress settings"
317
  msgstr ""
318
 
319
+ #: views/import.php:88
320
  msgid "WordPress version"
321
  msgstr ""
322
 
323
+ #: views/import.php:93
324
  msgid "Plugin version"
325
  msgstr ""
326
 
327
+ #: views/import.php:98
328
  msgid "Theme"
329
  msgstr ""
330
 
331
+ #: views/import.php:125
 
 
 
 
332
  msgid "Mark the sidebars that you want to import."
333
  msgstr ""
334
 
335
+ #: views/import.php:130
336
  msgid "Also import all widgets of the selected sidebars."
337
  msgstr ""
338
 
339
+ #: views/import.php:137 views/widgets-editor.php:15
340
  msgid "Name"
341
  msgstr "Naam"
342
 
343
+ #: views/import.php:138 views/widgets-editor.php:20
344
  msgid "Description"
345
  msgstr "Beschrijving"
346
 
347
+ #: views/import.php:139
348
  msgid "Note"
349
  msgstr ""
350
 
351
+ #: views/import.php:147
352
+ #, fuzzy
353
+ msgid "New sidebar will be created"
354
+ msgstr "Maak een nieuwe sidebar"
355
 
356
+ #: views/import.php:149
357
  #, fuzzy
358
  msgid "Existing sidebar will be replaced!"
359
  msgstr "Maak Sidebar"
360
 
361
+ #: views/import.php:205
 
 
 
 
 
362
  #, fuzzy
363
  msgid "(Theme sidebar)"
364
  msgstr "Maak Sidebar"
365
 
366
+ #: views/import.php:233
367
  msgid "Configuration"
368
  msgstr ""
369
 
370
+ #: views/import.php:237
371
  #, fuzzy
372
  msgid "Replaceable sidebars"
373
  msgstr "Vervangbare Sidebars"
374
 
375
+ #: views/import.php:240
376
  msgid "Replaceable Sidebars"
377
  msgstr "Vervangbare Sidebars"
378
 
379
+ #: views/import.php:250
380
  msgid "By post type"
381
  msgstr "Per bericht-soort"
382
 
383
+ #: views/import.php:263
384
  #, fuzzy
385
  msgid "Post-type archives"
386
  msgstr "Per bericht-soort"
387
 
388
+ #: views/import.php:276
389
  msgid "By category"
390
  msgstr "Per categorie"
391
 
392
+ #: views/import.php:289
393
  #, fuzzy
394
  msgid "Category archives"
395
  msgstr "Per categorie"
396
 
397
+ #: views/import.php:305
 
 
 
 
398
  msgid "Main blog page"
399
  msgstr ""
400
 
401
+ #: views/import.php:306
402
  msgid "Date archives"
403
  msgstr ""
404
 
405
+ #: views/import.php:307
406
  msgid "Author archives"
407
  msgstr ""
408
 
409
+ #: views/import.php:308
410
  msgid "Tag archives"
411
  msgstr ""
412
 
413
+ #: views/import.php:309
414
  msgid "Search results page"
415
  msgstr ""
416
 
417
+ #: views/import.php:319
418
  msgid ""
419
  "Replace the current plugin configuration with the imported configuration."
420
  msgstr ""
421
 
422
+ #: views/widgets-delete.php:11
 
 
 
 
 
 
 
 
 
 
 
 
423
  msgid ""
424
  "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
425
  "strong>."
426
  msgstr ""
427
 
428
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
429
+ #: views/widgets-location.php:186
430
  msgid "Cancel"
431
  msgstr ""
432
 
453
  msgid "Caution:"
454
  msgstr ""
455
 
 
 
 
 
 
 
 
 
 
 
456
  #: views/widgets-editor.php:39
457
  msgid "Before Title"
458
  msgstr "Voor de Titel"
477
  msgid "Create Sidebar"
478
  msgstr "Maak Sidebar"
479
 
480
+ #: views/widgets-export.php:10 views/widgets-export.php:28
481
  msgid "Export"
482
  msgstr ""
483
 
484
+ #: views/widgets-export.php:23
 
 
 
 
 
 
485
  msgid "Optional description for the export file:"
486
  msgstr ""
487
 
488
+ #: views/widgets-export.php:37
489
  msgid "Export file"
490
  msgstr ""
491
 
492
+ #: views/widgets-export.php:42
493
  msgid "Preview"
494
  msgstr ""
495
 
499
  msgstr "Maak Sidebar"
500
 
501
  #: views/widgets-location.php:38
 
502
  msgid "As <strong>%1$s</strong> for selected %2$s"
503
  msgstr ""
504
 
505
  #: views/widgets-location.php:50
 
506
  msgid "Click here to pick available %1$s"
507
  msgstr ""
508
 
509
+ #: views/widgets-location.php:95 views/widgets-location.php:136
 
 
 
 
 
 
 
 
510
  msgid "Click to toggle"
511
  msgstr ""
512
 
513
+ #: views/widgets-location.php:96
514
  msgid "For all Single Entries matching selected criteria"
515
  msgstr ""
516
 
517
+ #: views/widgets-location.php:99
518
  msgid ""
519
  "These replacements will be applied to every single post that matches a "
520
  "certain post type or category."
522
  "Deze vervangingen zullen worden toegepast op elk afzonderlijk bericht dat "
523
  "correspondeert met een bepaald berichten-soort of categorie."
524
 
525
+ #: views/widgets-location.php:107
526
  msgid "categories"
527
  msgstr ""
528
 
529
+ #: views/widgets-location.php:119
530
  #, fuzzy
531
  msgid "Post Types"
532
  msgstr "Per bericht-soort"
533
 
534
+ #: views/widgets-location.php:137
535
  msgid "For Archives"
536
  msgstr ""
537
 
538
+ #: views/widgets-location.php:140
539
  msgid "These replacements will be applied to Archive Type posts and pages."
540
  msgstr ""
541
 
542
+ #: views/widgets-location.php:143 views/widgets-location.php:154
543
  msgid "Archive Types"
544
  msgstr ""
545
 
546
+ #: views/widgets-location.php:144 views/widgets-location.php:165
547
  #, fuzzy
548
  msgid "Category Archives"
549
  msgstr "Per categorie"
550
 
551
+ #: views/widgets-location.php:145
552
+ msgid "Authors"
553
+ msgstr ""
554
+
555
+ #: views/widgets-location.php:176
556
+ msgid "Author Archives"
557
+ msgstr ""
558
+
559
+ #: views/widgets-location.php:187 views/widgets.php:42
560
  msgid "Save Changes"
561
  msgstr "Wijzigingen opslaan"
562
 
602
  msgstr ""
603
 
604
  #: views/widgets.php:52
605
+ msgid "Filter..."
 
 
606
  msgstr ""
607
 
608
  #: views/widgets.php:68
637
  msgid "Allow this sidebar to be replaced"
638
  msgstr "Maak Sidebar"
639
 
640
+ #. Plugin Name of the plugin/theme
641
+ #, fuzzy
642
+ msgid "Custom Sidebars Pro"
643
+ msgstr "Speciale Sidebars"
644
+
645
+ #. Plugin URI of the plugin/theme
646
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
647
+ msgstr ""
648
+
649
+ #. Description of the plugin/theme
650
+ msgid ""
651
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
652
+ "sidebars or single widgets for specific posts and pages."
653
+ msgstr ""
654
+
655
+ #. Author of the plugin/theme
656
+ msgid "WPMU DEV"
657
+ msgstr ""
658
+
659
+ #. Author URI of the plugin/theme
660
+ msgid "http://premium.wpmudev.org/"
661
+ msgstr ""
662
+
663
  #, fuzzy
664
  #~ msgid "Static sidebar"
665
  #~ msgstr "Maak Sidebar"
lang/custom-sidebars-pl_PL.mo CHANGED
Binary file
lang/custom-sidebars-pl_PL.po CHANGED
@@ -2,334 +2,661 @@
2
  # This file is distributed under the same license as the Plugins - Custom Sidebars - Development (trunk) package.
3
  msgid ""
4
  msgstr ""
 
 
 
5
  "PO-Revision-Date: 2016-12-29 10:30:08+0000\n"
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
10
  "X-Generator: GlotPress/2.4.0-alpha\n"
11
- "Language: pl\n"
12
- "Project-Id-Version: Plugins - Custom Sidebars - Development (trunk)\n"
13
 
14
- #. Author URI of the plugin/theme
15
- msgid "http://premium.wpmudev.org/"
16
- msgstr "http://premium.wpmudev.org/"
 
 
17
 
18
- #. Author of the plugin/theme
19
- msgid "WPMU DEV"
20
- msgstr "WPMU DEV"
21
 
22
- #. Description of the plugin/theme
23
- msgid "Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages."
24
- msgstr "Pozwala na tworzenie stref z widgetami oraz niestandardowe paski boczne. Można podmieniać całe panele boczne lub pojedyncze widgety dla poszczególnych wpisów, czy stron."
25
 
26
- #. Plugin URI of the plugin/theme
27
- msgid "http://premium.wpmudev.org/project/custom-sidebars/"
28
- msgstr "http://premium.wpmudev.org/project/custom-sidebars/"
29
 
30
- #: views/widgets.php:115
31
- msgid "Allow this sidebar to be replaced"
32
- msgstr "Zezwól na zastępowanie panelu bocznego "
33
 
34
- #: views/widgets.php:106
35
- msgid "This sidebar will always be same on all pages"
36
- msgstr "Panel boczny będzie zawsze wyglądał tak samo na wszystkich stronach"
 
 
37
 
38
- #: views/widgets.php:89 views/widgets.php:126
39
- msgid "Sidebar Location"
40
- msgstr "Położenie panelu"
41
 
42
- #: views/widgets.php:87 views/widgets.php:124
43
- msgid "Where do you want to show the sidebar?"
44
- msgstr "Gdzie chcesz pokazać wybrany panel boczny?"
45
 
46
- #: views/widgets.php:80
47
- msgid "Edit"
48
- msgstr "Edytuj"
 
49
 
50
- #: views/widgets.php:78
51
- msgid "Edit this sidebar."
52
- msgstr "Edytuj panel boczny."
53
 
54
- #: views/widgets.php:69
55
- msgid "Delete this sidebar."
56
- msgstr "Skasuj panel boczny."
 
57
 
58
- #: views/widgets.php:53
59
- msgid "Filter..."
60
- msgstr "Filtruj..."
61
 
62
- #: views/widgets.php:52
63
- msgid "Activate this option to replace the sidebar with one of your custom sidebars."
64
- msgstr "Włącz opcję, żeby podmieniać panel boczny przez własny."
65
 
66
- #: views/widgets.php:51 views/widgets.php:105
67
- msgid "This sidebar can be replaced on certain pages"
68
- msgstr "Panel boczny może być podmieniany na wybranych stronach"
 
69
 
70
- #: views/widgets.php:50
71
- msgid "Couldn't load data from WordPress..."
72
- msgstr "Nie można wczytać danych z WordPressa..."
73
 
74
- #: views/widgets.php:49
75
- msgid "Theme Sidebars"
76
- msgstr "Panele boczne motywu"
77
 
78
- #: views/widgets.php:46
79
- msgid "Define where you want this sidebar to appear."
80
- msgstr "Określ gdzie chcesz wyświetlać wybrany panel boczny."
81
 
82
- #: views/widgets.php:45
83
- msgid "Delete Sidebar"
84
- msgstr "Usuń panel boczny"
85
 
86
- #: views/widgets.php:42
87
- msgid "New Custom Sidebar"
88
- msgstr "Nowy panel boczny"
89
 
90
- #: views/widgets.php:41
91
- msgid "Edit [Sidebar]"
92
- msgstr "Edytuj [panel boczny]"
93
 
94
- #: views/widgets.php:23 views/widgets.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  msgid "Import / Export Sidebars"
96
  msgstr "Import / Eksport paneli bocznych"
97
 
98
- #: views/widgets.php:21
99
- msgid "Create a new sidebar"
100
- msgstr "Utwórz panel boczny"
 
101
 
102
- #: views/widgets-location.php:192 views/widgets.php:43
103
- msgid "Save Changes"
104
- msgstr "Zapisz zmiany"
105
 
106
- #: views/widgets-location.php:144
107
- msgid "Authors"
108
- msgstr "Autorzy"
109
 
110
- #: views/widgets-location.php:143 views/widgets-location.php:164
111
- msgid "Category Archives"
112
- msgstr "Archiwum kategorii"
113
 
114
- #: views/widgets-location.php:142 views/widgets-location.php:153
115
- msgid "Archive Types"
116
- msgstr "Typy archiwum"
 
117
 
118
- #: views/widgets-location.php:139
119
- msgid "These replacements will be applied to Archive Type posts and pages."
120
- msgstr "Podmiana zostanie zastosowana do archiwum wpisów i stron."
121
 
122
- #: views/widgets-location.php:136
123
- msgid "For Archives"
124
- msgstr "Archiwa"
125
 
126
- #: views/widgets-location.php:118
127
- msgid "Post Types"
128
- msgstr "Typy treści"
129
 
130
- #: views/widgets-location.php:106
131
- msgid "categories"
132
- msgstr "kategorie"
133
 
134
- #: views/widgets-location.php:98
135
- msgid "These replacements will be applied to every single post that matches a certain post type or category."
136
- msgstr "Podmiana zostanie zastosowana do wpisów odpowiednich typów treści lub należących do wybranych kategorii."
137
 
138
- #: views/widgets-location.php:95
139
- msgid "For all Single Entries matching selected criteria"
140
- msgstr "Dla wszystkich wpisów spełniających wybrane kryteria"
 
141
 
142
- #: views/widgets-location.php:94 views/widgets-location.php:135
143
- msgid "Click to toggle"
144
- msgstr "Kliknij, aby przełączyć"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
 
146
- #: views/widgets-location.php:50
147
- msgid "Click here to pick available %1$s"
148
- msgstr "Kliknij, żeby wybrać z dostępnych %1$s"
 
149
 
150
- #: views/widgets-location.php:38
151
- msgid "As <strong>%1$s</strong> for selected %2$s"
152
- msgstr "<strong>%1$s</strong> dla wybranych %2$s"
 
153
 
154
- #: views/widgets-location.php:30
155
- msgid "Replaced by another sidebar:"
156
- msgstr "Zastąp przez inny panel boczny:"
157
 
158
- #: views/widgets-export.php:40
159
- msgid "Preview"
160
- msgstr "Podgląd"
161
 
162
- #: views/widgets-export.php:35
163
- msgid "Export file"
164
- msgstr "Eksportuj plik"
165
 
166
- #: views/widgets-export.php:31
167
  msgid "Import"
168
  msgstr "Importuj"
169
 
170
- #: views/widgets-export.php:21
171
- msgid "Optional description for the export file:"
172
- msgstr "Dodatkowy opis eksportowanego pliku:"
173
 
174
- #: views/widgets-export.php:10 views/widgets-export.php:26
175
- msgid "Export"
 
176
  msgstr "Eksportuj"
177
 
178
- #: views/widgets-editor.php:64 views/widgets.php:44
179
- msgid "Create Sidebar"
180
- msgstr "Dodaj panel boczny"
181
 
182
- #: views/widgets-editor.php:60
183
- msgid "Advanced - Edit custom wrapper code"
184
- msgstr "Zaawansowane - Edytuj kod wrappera"
185
-
186
- #: views/widgets-editor.php:53
187
- msgid "After Widget"
188
- msgstr "Po widżecie"
189
 
190
- #: views/widgets-editor.php:49
191
- msgid "Before Widget"
192
- msgstr "Przed widżetem"
193
 
194
- #: views/widgets-editor.php:43
195
- msgid "After Title"
196
- msgstr "Po tytule"
197
 
198
- #: views/widgets-editor.php:39
199
- msgid "Before Title"
200
- msgstr "Przed tytułem"
201
 
202
- #: views/widgets-editor.php:27
203
- msgid "Caution:"
204
- msgstr "Uwaga:"
205
 
206
- #: views/widgets-editor.php:21
207
- msgid "Sidebar description here..."
208
- msgstr "Wpisz opis panelu bocznego..."
209
 
210
- #: views/widgets-editor.php:20
211
  msgid "Description"
212
  msgstr "Opis"
213
 
214
- #: views/widgets-editor.php:17
215
- msgid "The name must be unique."
216
- msgstr "Nazwa musi być unikalna."
217
 
218
- #: views/widgets-editor.php:16
219
- msgid "Sidebar name here..."
220
- msgstr "Wpisz nazwę panelu bocznego..."
 
221
 
222
- #: views/widgets-editor.php:15
223
- msgid "Name"
224
- msgstr "Nazwa"
 
225
 
226
- #: views/widgets-delete.php:17
227
- msgid "Yes, delete it"
228
- msgstr "Tak, usuń"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
 
230
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
231
- #: views/widgets-location.php:191
232
  msgid "Cancel"
233
  msgstr "Anuluj"
234
 
235
- #: views/widgets-delete.php:11
236
- msgid "Please confirm that you want to delete the sidebar <strong class=\"name\"></strong>."
237
- msgstr "Proszę potwierdzić chęć usunięcia panelu bocznego <strong class=\"name\"></strong>."
238
 
239
- #: inc/class-custom-sidebars.php:729
240
- msgid "Pro Version Features"
241
- msgstr "Funkcje wersji PRO"
242
 
243
- #: inc/class-custom-sidebars.php:726
244
- msgid "Visibility"
245
- msgstr "Widoczność"
246
 
247
- #: inc/class-custom-sidebars.php:725
248
- msgid "Clone"
249
- msgstr "Klonuj"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
 
251
- #: inc/class-custom-sidebars.php:102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  msgid ""
253
- "<strong>Accessibility mode is not supported by the\n"
254
- "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
255
- "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
256
  msgstr ""
257
- "<strong>Tryb ułatwionej dostępności nie jest obsługiwany przez wtyczkę \n"
258
- "\t \t \t \t \t \t%1$s</strong><br /><a href=\"%2$s\">Kliknij tutaj</a> \n"
259
- "\t \t \t \t \t \t, aby wyłączyć tryb ułatwionej dostępności i użyć wtyczki %1$s!"
260
 
261
- #. #-#-#-#-# tmp-custom-sidebars.pot (Custom Sidebars 2.1.0.2) #-#-#-#-#
262
- #. Plugin Name of the plugin/theme
263
- #: inc/class-custom-sidebars.php:84 views/widgets.php:48
264
- msgid "Custom Sidebars"
265
- msgstr "Niestandardowe Panele boczne"
266
 
267
- #: inc/class-custom-sidebars-editor.php:550 views/widgets.php:17
268
- msgid "Sidebars"
269
- msgstr "Panele boczne"
270
 
271
- #: inc/class-custom-sidebars-editor.php:514
272
- msgid "Updated sidebar <strong>%1$s</strong> settings."
273
- msgstr "Ustawienia panelu bocznego <strong>%1$s</strong> zostały zapisane"
274
 
275
- #: inc/class-custom-sidebars-editor.php:381
276
- msgid "%1$s Archives"
277
- msgstr "%1$s Archiwów"
278
 
279
- #: inc/class-custom-sidebars-editor.php:377
280
- msgid "Post Index"
281
- msgstr "Lista wpisów"
282
 
283
- #: inc/class-custom-sidebars-editor.php:345
284
- msgid "Date Archives"
285
- msgstr "Archiwum Dat"
286
 
287
- #: inc/class-custom-sidebars-editor.php:344
288
- msgid "Tag Archives"
289
- msgstr "Archiwum Tagów"
290
 
291
- #: inc/class-custom-sidebars-editor.php:343
292
- msgid "Any Author Archive"
 
293
  msgstr "Archiwum Autorów"
294
 
295
- #: inc/class-custom-sidebars-editor.php:342
296
- msgid "Not found (404)"
297
- msgstr "Nie znaleziono (404)"
298
 
299
- #: inc/class-custom-sidebars-editor.php:341
300
- msgid "Search Results"
301
- msgstr "Wyniki wyszukiwania"
302
 
303
- #: inc/class-custom-sidebars-editor.php:340
304
- msgid "Front Page"
305
- msgstr "Strona Główna"
306
 
307
- #: inc/class-custom-sidebars-editor.php:271
308
- msgid "Deleted sidebar <strong>%1$s</strong>"
309
- msgstr "Panel boczny <strong>%1$s</strong> został usunięty"
310
 
311
- #: inc/class-custom-sidebars-editor.php:233
312
- #: inc/class-custom-sidebars-editor.php:282
313
- msgid "The sidebar was not found"
314
- msgstr "Panel boczny nie został znaleziony"
315
 
316
- #: inc/class-custom-sidebars-editor.php:222
317
- msgid "Updated sidebar <strong>%1$s</strong>"
318
- msgstr "Panel boczny <strong>%1$s</strong> został zaktualizowany"
319
 
320
- #: inc/class-custom-sidebars-editor.php:214
321
- msgid "Created new sidebar <strong>%1$s</strong>"
322
- msgstr "Utworzono nowy panel boczny <strong>%1$s</strong>"
323
 
324
- #: inc/class-custom-sidebars-editor.php:188
325
- #: inc/class-custom-sidebars-editor.php:262
326
- msgid "The sidebar does not exist"
327
- msgstr "Wybrany panel boczny nie istnieje"
328
 
329
- #: inc/class-custom-sidebars-editor.php:164
330
- msgid "Sidebar-name cannot be empty"
331
- msgstr "Nazwa panelu bocznego nie może być pusta"
332
 
333
- #: inc/class-custom-sidebars-editor.php:89
334
- msgid "You do not have permission for this"
335
- msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2017-04-06 11:00:27+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 "Nie podmieniaj tylko paneli. Dodawaj nowe, gdziekowliej w wtyczką Upfront."
44
 
45
+ #: inc/class-custom-sidebars-checkup-notification.php:214
46
+ msgid "get Upfront free"
47
+ msgstr "pobierz Updated za darmo"
48
 
49
+ #: inc/class-custom-sidebars-cloning.php:202
50
+ msgid "Clone"
51
+ msgstr "Klonuj"
52
 
53
+ #: inc/class-custom-sidebars-editor.php:119
54
+ #: inc/class-custom-sidebars-export.php:97
55
+ msgid "You do not have permission for this"
56
+ msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
57
 
58
+ #: inc/class-custom-sidebars-editor.php:194
59
+ msgid "Sidebar-name cannot be empty"
60
+ msgstr "Nazwa panelu bocznego nie może być pusta"
61
 
62
+ #: inc/class-custom-sidebars-editor.php:218
63
+ #: inc/class-custom-sidebars-editor.php:301
64
+ msgid "The sidebar does not exist"
65
+ msgstr "Wybrany panel boczny nie istnieje"
66
 
67
+ #: inc/class-custom-sidebars-editor.php:249
68
+ msgid "Created new sidebar <strong>%1$s</strong>"
69
+ msgstr "Utworzono nowy panel boczny <strong>%1$s</strong>"
70
 
71
+ #: inc/class-custom-sidebars-editor.php:257
72
+ msgid "Updated sidebar <strong>%1$s</strong>"
73
+ msgstr "Panel boczny <strong>%1$s</strong> został zaktualizowany"
74
 
75
+ #: inc/class-custom-sidebars-editor.php:268
76
+ #: inc/class-custom-sidebars-editor.php:321
77
+ msgid "The sidebar was not found"
78
+ msgstr "Panel boczny nie został znaleziony"
79
 
80
+ #: inc/class-custom-sidebars-editor.php:310
81
+ msgid "Deleted sidebar <strong>%1$s</strong>"
82
+ msgstr "Panel boczny <strong>%1$s</strong> został usunięty"
83
 
84
+ #: inc/class-custom-sidebars-editor.php:379
85
+ msgid "Front Page"
86
+ msgstr "Strona Główna"
87
 
88
+ #: inc/class-custom-sidebars-editor.php:380
89
+ msgid "Search Results"
90
+ msgstr "Wyniki wyszukiwania"
91
 
92
+ #: inc/class-custom-sidebars-editor.php:381
93
+ msgid "Not found (404)"
94
+ msgstr "Nie znaleziono (404)"
95
 
96
+ #: inc/class-custom-sidebars-editor.php:382
97
+ msgid "Any Author Archive"
98
+ msgstr "Archiwum Autorów"
99
 
100
+ #: inc/class-custom-sidebars-editor.php:383
101
+ msgid "Tag Archives"
102
+ msgstr "Archiwum Tagów"
103
 
104
+ #: inc/class-custom-sidebars-editor.php:384
105
+ msgid "Date Archives"
106
+ msgstr "Archiwum Dat"
107
+
108
+ #: inc/class-custom-sidebars-editor.php:425
109
+ msgid "Post Index"
110
+ msgstr "Lista wpisów"
111
+
112
+ #: inc/class-custom-sidebars-editor.php:429
113
+ msgid "%1$s Archives"
114
+ msgstr "%1$s Archiwów"
115
+
116
+ #: inc/class-custom-sidebars-editor.php:606
117
+ msgid "Updated sidebar <strong>%1$s</strong> settings."
118
+ msgstr "Ustawienia panelu bocznego <strong>%1$s</strong> zostały zapisane"
119
+
120
+ #: inc/class-custom-sidebars-editor.php:642 views/widgets.php:17
121
+ msgid "Sidebars"
122
+ msgstr "Panele boczne"
123
+
124
+ #: inc/class-custom-sidebars-editor.php:894 views/import.php:123
125
+ #: views/widgets.php:47
126
+ msgid "Custom Sidebars"
127
+ msgstr "Niestandardowe Panele boczne"
128
+
129
+ #: inc/class-custom-sidebars-export.php:61 views/widgets.php:46
130
  msgid "Import / Export Sidebars"
131
  msgstr "Import / Eksport paneli bocznych"
132
 
133
+ #: inc/class-custom-sidebars-export.php:320
134
+ #: inc/class-custom-sidebars-export.php:362
135
+ msgid "No file was uploaded"
136
+ msgstr ""
137
 
138
+ #: inc/class-custom-sidebars-export.php:327
139
+ msgid "Import file is too big"
140
+ msgstr ""
141
 
142
+ #: inc/class-custom-sidebars-export.php:333
143
+ msgid "Something went wrong"
144
+ msgstr ""
145
 
146
+ #: inc/class-custom-sidebars-export.php:356
147
+ msgid "Unexpected import format"
148
+ msgstr ""
149
 
150
+ #: inc/class-custom-sidebars-export.php:633
151
+ #, fuzzy
152
+ msgid "Imported %d custom sidebar(s)!"
153
+ msgstr "Zaimportowano %d paneli bocznych!"
154
 
155
+ #: inc/class-custom-sidebars-export.php:642
156
+ msgid "Plugin options were imported!"
157
+ msgstr "Zaimportowano opcje wtyczki!"
158
 
159
+ #: inc/class-custom-sidebars-export.php:692
160
+ msgid "Imported %d widget(s)!"
161
+ msgstr "Zaimportowano %d widżetów!"
162
 
163
+ #: inc/class-custom-sidebars-visibility.php:196
164
+ msgid "Visibility"
165
+ msgstr "Widoczność"
166
 
167
+ #: inc/class-custom-sidebars-visibility.php:205
168
+ msgid "<b>Show</b> widget if:"
169
+ msgstr "<b>Pokaż</b> widżet gdy:"
170
 
171
+ #: inc/class-custom-sidebars-visibility.php:206
172
+ msgid "<b>Hide</b> widget if:"
173
+ msgstr "<b>Ukryj</b> widżet gdy:"
174
 
175
+ #: inc/class-custom-sidebars-visibility.php:210
176
+ #, fuzzy
177
+ msgid "Filters"
178
+ msgstr "Filtruj..."
179
 
180
+ #: inc/class-custom-sidebars-visibility.php:214
181
+ msgid "Date"
182
+ msgstr "Data"
183
+
184
+ #: inc/class-custom-sidebars-visibility.php:219
185
+ msgid "Guests"
186
+ msgstr "Gość"
187
+
188
+ #: inc/class-custom-sidebars-visibility.php:224
189
+ msgid "Roles"
190
+ msgstr "Role"
191
+
192
+ #: inc/class-custom-sidebars-visibility.php:229
193
+ msgid "Membership"
194
+ msgstr "Membership"
195
+
196
+ #: inc/class-custom-sidebars-visibility.php:235
197
+ msgid "Membership2"
198
+ msgstr "Membership2"
199
+
200
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
201
+ msgid "Special pages"
202
+ msgstr "Strony specjalne"
203
+
204
+ #: inc/class-custom-sidebars-visibility.php:246
205
+ msgid "For posttype"
206
+ msgstr "Typy wpisów"
207
+
208
+ #: inc/class-custom-sidebars-visibility.php:248
209
+ msgid "Taxonomy"
210
+ msgstr "Taksonomie"
211
+
212
+ #: inc/class-custom-sidebars-visibility.php:265
213
+ msgid "Always"
214
+ msgstr "Zawsze"
215
+
216
+ #: inc/class-custom-sidebars-visibility.php:290
217
+ #: inc/class-custom-sidebars-visibility.php:295
218
+ #: inc/class-custom-sidebars-visibility.php:304
219
+ #: inc/class-custom-sidebars-visibility.php:323
220
+ #: inc/class-custom-sidebars-visibility.php:343
221
+ #: inc/class-custom-sidebars-visibility.php:362
222
+ #: inc/class-custom-sidebars-visibility.php:381
223
+ #: inc/class-custom-sidebars-visibility.php:472
224
+ msgid "AND"
225
+ msgstr "i"
226
+
227
+ #: inc/class-custom-sidebars-visibility.php:291
228
+ msgid "User is not logged-in (Guest)"
229
+ msgstr "Użytkownik nie jest zalogowany (gość)"
230
+
231
+ #: inc/class-custom-sidebars-visibility.php:296
232
+ msgid "User is logged-in (Member)"
233
+ msgstr "Użytkownik jest zalogowany (członek)"
234
+
235
+ #: inc/class-custom-sidebars-visibility.php:305
236
+ msgid "User has role"
237
+ msgstr "Użytkownik ma rolę"
238
+
239
+ #: inc/class-custom-sidebars-visibility.php:324
240
+ msgid "User has Membership Level"
241
+ msgstr "Użytkownik ma poziom Membership"
242
+
243
+ #: inc/class-custom-sidebars-visibility.php:332
244
+ #: inc/class-custom-sidebars-visibility.php:352
245
+ msgid "(inactive)"
246
+ msgstr "(nieaktywne)"
247
+
248
+ #: inc/class-custom-sidebars-visibility.php:344
249
+ msgid "User has Membership"
250
+ msgstr "Użytkownik ma Membership"
251
+
252
+ #: inc/class-custom-sidebars-visibility.php:363
253
+ msgid "On these special pages"
254
+ msgstr "Na specjalnych stronach"
255
+
256
+ #: inc/class-custom-sidebars-visibility.php:382
257
+ msgid "On any page of these types"
258
+ msgstr "Na stronie tego typu"
259
+
260
+ #: inc/class-custom-sidebars-visibility.php:400
261
+ msgid "Only for specific %s"
262
+ msgstr "Tylko dla %s"
263
+
264
+ #: inc/class-custom-sidebars-visibility.php:401
265
+ msgid "Only these %s:"
266
+ msgstr "Tylko %s:"
267
+
268
+ #: inc/class-custom-sidebars.php:111
269
+ msgid ""
270
+ "<strong>Accessibility mode is not supported by the\n"
271
+ "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
272
+ "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
273
+ msgstr ""
274
+ "<strong>Tryb ułatwionej dostępności nie jest obsługiwany przez wtyczkę \n"
275
+ "\t \t \t \t \t \t%1$s</strong><br /><a href=\"%2$s\">Kliknij tutaj</a> \n"
276
+ "\t \t \t \t \t \t, aby wyłączyć tryb ułatwionej dostępności i użyć wtyczki "
277
+ "%1$s!"
278
 
279
+ #: inc/class-custom-sidebars.php:902 views/import.php:140
280
+ #, fuzzy
281
+ msgid "Widgets"
282
+ msgstr "Po widżecie"
283
 
284
+ #: inc/class-custom-sidebars.php:912
285
+ #, fuzzy
286
+ msgid "Support"
287
+ msgstr "Importuj"
288
 
289
+ #: inc/class-custom-sidebars.php:929
290
+ msgid "Create a custom sidebar to get started."
291
+ msgstr "Utwórz panel boczny aby zacząć."
292
 
293
+ #: views/col-sidebars.php:18
294
+ msgid "(Not available for Home-Page)"
295
+ msgstr "(Niedostępne dla strony głównej)"
296
 
297
+ #: views/col-sidebars.php:20
298
+ msgid "(Not available for Blog-Page)"
299
+ msgstr "(Niedostępne dla strony wpisów)"
300
 
301
+ #: views/import.php:60 views/widgets-export.php:33
302
  msgid "Import"
303
  msgstr "Importuj"
304
 
305
+ #: views/import.php:67
306
+ msgid "Filename"
307
+ msgstr "Nazwa pliku"
308
 
309
+ #: views/import.php:71
310
+ #, fuzzy
311
+ msgid "Exported on"
312
  msgstr "Eksportuj"
313
 
314
+ #: views/import.php:77
315
+ msgid "WordPress settings"
316
+ msgstr "Ustawienia WordPressa"
317
 
318
+ #: views/import.php:88
319
+ msgid "WordPress version"
320
+ msgstr "Wersja WordPressa"
 
 
 
 
321
 
322
+ #: views/import.php:93
323
+ msgid "Plugin version"
324
+ msgstr "Wersja wtyczki"
325
 
326
+ #: views/import.php:98
327
+ msgid "Theme"
328
+ msgstr "Motyw"
329
 
330
+ #: views/import.php:125
331
+ msgid "Mark the sidebars that you want to import."
332
+ msgstr ""
333
 
334
+ #: views/import.php:130
335
+ msgid "Also import all widgets of the selected sidebars."
336
+ msgstr ""
337
 
338
+ #: views/import.php:137 views/widgets-editor.php:15
339
+ msgid "Name"
340
+ msgstr "Nazwa"
341
 
342
+ #: views/import.php:138 views/widgets-editor.php:20
343
  msgid "Description"
344
  msgstr "Opis"
345
 
346
+ #: views/import.php:139
347
+ msgid "Note"
348
+ msgstr ""
349
 
350
+ #: views/import.php:147
351
+ #, fuzzy
352
+ msgid "New sidebar will be created"
353
+ msgstr "Zezwól na zastępowanie panelu bocznego "
354
 
355
+ #: views/import.php:149
356
+ #, fuzzy
357
+ msgid "Existing sidebar will be replaced!"
358
+ msgstr "Zezwól na zastępowanie panelu bocznego "
359
 
360
+ #: views/import.php:205
361
+ #, fuzzy
362
+ msgid "(Theme sidebar)"
363
+ msgstr "Panele boczne motywu"
364
+
365
+ #: views/import.php:233
366
+ msgid "Configuration"
367
+ msgstr ""
368
+
369
+ #: views/import.php:237
370
+ #, fuzzy
371
+ msgid "Replaceable sidebars"
372
+ msgstr "Zastąp przez inny panel boczny:"
373
+
374
+ #: views/import.php:240
375
+ #, fuzzy
376
+ msgid "Replaceable Sidebars"
377
+ msgstr "Usuń panel boczny"
378
+
379
+ #: views/import.php:250
380
+ #, fuzzy
381
+ msgid "By post type"
382
+ msgstr "Typy treści"
383
+
384
+ #: views/import.php:263
385
+ #, fuzzy
386
+ msgid "Post-type archives"
387
+ msgstr "Archiwum Dat"
388
+
389
+ #: views/import.php:276
390
+ #, fuzzy
391
+ msgid "By category"
392
+ msgstr "kategorie"
393
+
394
+ #: views/import.php:289
395
+ #, fuzzy
396
+ msgid "Category archives"
397
+ msgstr "Archiwum kategorii"
398
+
399
+ #: views/import.php:305
400
+ msgid "Main blog page"
401
+ msgstr ""
402
+
403
+ #: views/import.php:306
404
+ #, fuzzy
405
+ msgid "Date archives"
406
+ msgstr "Archiwum Dat"
407
+
408
+ #: views/import.php:307
409
+ #, fuzzy
410
+ msgid "Author archives"
411
+ msgstr "Archiwum Autorów"
412
+
413
+ #: views/import.php:308
414
+ #, fuzzy
415
+ msgid "Tag archives"
416
+ msgstr "Archiwum Tagów"
417
+
418
+ #: views/import.php:309
419
+ #, fuzzy
420
+ msgid "Search results page"
421
+ msgstr "Wyniki wyszukiwania"
422
+
423
+ #: views/import.php:319
424
+ msgid ""
425
+ "Replace the current plugin configuration with the imported configuration."
426
+ msgstr ""
427
+
428
+ #: views/widgets-delete.php:11
429
+ msgid ""
430
+ "Please confirm that you want to delete the sidebar <strong class=\"name\"></"
431
+ "strong>."
432
+ msgstr ""
433
+ "Proszę potwierdzić chęć usunięcia panelu bocznego <strong class=\"name\"></"
434
+ "strong>."
435
 
436
  #: views/widgets-delete.php:16 views/widgets-editor.php:63
437
+ #: views/widgets-location.php:186
438
  msgid "Cancel"
439
  msgstr "Anuluj"
440
 
441
+ #: views/widgets-delete.php:17
442
+ msgid "Yes, delete it"
443
+ msgstr "Tak, usuń"
444
 
445
+ #: views/widgets-editor.php:16
446
+ msgid "Sidebar name here..."
447
+ msgstr "Wpisz nazwę panelu bocznego..."
448
 
449
+ #: views/widgets-editor.php:17
450
+ msgid "The name must be unique."
451
+ msgstr "Nazwa musi być unikalna."
452
 
453
+ #: views/widgets-editor.php:21
454
+ msgid "Sidebar description here..."
455
+ msgstr "Wpisz opis panelu bocznego..."
456
+
457
+ #: views/widgets-editor.php:27
458
+ msgid "Caution:"
459
+ msgstr "Uwaga:"
460
+
461
+ #: views/widgets-editor.php:39
462
+ msgid "Before Title"
463
+ msgstr "Przed tytułem"
464
+
465
+ #: views/widgets-editor.php:43
466
+ msgid "After Title"
467
+ msgstr "Po tytule"
468
+
469
+ #: views/widgets-editor.php:49
470
+ msgid "Before Widget"
471
+ msgstr "Przed widżetem"
472
+
473
+ #: views/widgets-editor.php:53
474
+ msgid "After Widget"
475
+ msgstr "Po widżecie"
476
+
477
+ #: views/widgets-editor.php:60
478
+ msgid "Advanced - Edit custom wrapper code"
479
+ msgstr "Zaawansowane - Edytuj kod wrappera"
480
+
481
+ #: views/widgets-editor.php:64 views/widgets.php:43
482
+ msgid "Create Sidebar"
483
+ msgstr "Dodaj panel boczny"
484
+
485
+ #: views/widgets-export.php:10 views/widgets-export.php:28
486
+ msgid "Export"
487
+ msgstr "Eksportuj"
488
 
489
+ #: views/widgets-export.php:23
490
+ msgid "Optional description for the export file:"
491
+ msgstr "Dodatkowy opis eksportowanego pliku:"
492
+
493
+ #: views/widgets-export.php:37
494
+ msgid "Export file"
495
+ msgstr "Eksportuj plik"
496
+
497
+ #: views/widgets-export.php:42
498
+ msgid "Preview"
499
+ msgstr "Podgląd"
500
+
501
+ #: views/widgets-location.php:30
502
+ msgid "Replaced by another sidebar:"
503
+ msgstr "Zastąp przez inny panel boczny:"
504
+
505
+ #: views/widgets-location.php:38
506
+ msgid "As <strong>%1$s</strong> for selected %2$s"
507
+ msgstr "<strong>%1$s</strong> dla wybranych %2$s"
508
+
509
+ #: views/widgets-location.php:50
510
+ msgid "Click here to pick available %1$s"
511
+ msgstr "Kliknij, żeby wybrać z dostępnych %1$s"
512
+
513
+ #: views/widgets-location.php:95 views/widgets-location.php:136
514
+ msgid "Click to toggle"
515
+ msgstr "Kliknij, aby przełączyć"
516
+
517
+ #: views/widgets-location.php:96
518
+ msgid "For all Single Entries matching selected criteria"
519
+ msgstr "Dla wszystkich wpisów spełniających wybrane kryteria"
520
+
521
+ #: views/widgets-location.php:99
522
  msgid ""
523
+ "These replacements will be applied to every single post that matches a "
524
+ "certain post type or category."
 
525
  msgstr ""
526
+ "Podmiana zostanie zastosowana do wpisów odpowiednich typów treści lub "
527
+ "należących do wybranych kategorii."
 
528
 
529
+ #: views/widgets-location.php:107
530
+ msgid "categories"
531
+ msgstr "kategorie"
 
 
532
 
533
+ #: views/widgets-location.php:119
534
+ msgid "Post Types"
535
+ msgstr "Typy treści"
536
 
537
+ #: views/widgets-location.php:137
538
+ msgid "For Archives"
539
+ msgstr "Archiwa"
540
 
541
+ #: views/widgets-location.php:140
542
+ msgid "These replacements will be applied to Archive Type posts and pages."
543
+ msgstr "Podmiana zostanie zastosowana do archiwum wpisów i stron."
544
 
545
+ #: views/widgets-location.php:143 views/widgets-location.php:154
546
+ msgid "Archive Types"
547
+ msgstr "Typy archiwum"
548
 
549
+ #: views/widgets-location.php:144 views/widgets-location.php:165
550
+ msgid "Category Archives"
551
+ msgstr "Archiwum kategorii"
552
 
553
+ #: views/widgets-location.php:145
554
+ msgid "Authors"
555
+ msgstr "Autorzy"
556
 
557
+ #: views/widgets-location.php:176
558
+ #, fuzzy
559
+ msgid "Author Archives"
560
  msgstr "Archiwum Autorów"
561
 
562
+ #: views/widgets-location.php:187 views/widgets.php:42
563
+ msgid "Save Changes"
564
+ msgstr "Zapisz zmiany"
565
 
566
+ #: views/widgets.php:21
567
+ msgid "Create a new sidebar"
568
+ msgstr "Utwórz panel boczny"
569
 
570
+ #: views/widgets.php:40
571
+ msgid "Edit [Sidebar]"
572
+ msgstr "Edytuj [panel boczny]"
573
 
574
+ #: views/widgets.php:41
575
+ msgid "New Custom Sidebar"
576
+ msgstr "Nowy panel boczny"
577
 
578
+ #: views/widgets.php:44
579
+ msgid "Delete Sidebar"
580
+ msgstr "Usuń panel boczny"
 
581
 
582
+ #: views/widgets.php:45
583
+ msgid "Define where you want this sidebar to appear."
584
+ msgstr "Określ gdzie chcesz wyświetlać wybrany panel boczny."
585
 
586
+ #: views/widgets.php:48
587
+ msgid "Theme Sidebars"
588
+ msgstr "Panele boczne motywu"
589
 
590
+ #: views/widgets.php:49
591
+ msgid "Couldn't load data from WordPress..."
592
+ msgstr "Nie można wczytać danych z WordPressa..."
 
593
 
594
+ #: views/widgets.php:50 views/widgets.php:104
595
+ msgid "This sidebar can be replaced on certain pages"
596
+ msgstr "Panel boczny może być podmieniany na wybranych stronach"
597
 
598
+ #: views/widgets.php:51
599
+ msgid ""
600
+ "Activate this option to replace the sidebar with one of your custom sidebars."
601
+ msgstr "Włącz tę opcję, żeby podmieniać panel boczny przez własny."
602
+
603
+ #: views/widgets.php:52
604
+ msgid "Filter..."
605
+ msgstr "Filtruj..."
606
+
607
+ #: views/widgets.php:68
608
+ msgid "Delete this sidebar."
609
+ msgstr "Skasuj panel boczny."
610
+
611
+ #: views/widgets.php:77
612
+ msgid "Edit this sidebar."
613
+ msgstr "Edytuj panel boczny."
614
+
615
+ #: views/widgets.php:79
616
+ msgid "Edit"
617
+ msgstr "Edytuj"
618
+
619
+ #: views/widgets.php:86 views/widgets.php:123
620
+ msgid "Where do you want to show the sidebar?"
621
+ msgstr "Gdzie chcesz pokazać wybrany panel boczny?"
622
+
623
+ #: views/widgets.php:88 views/widgets.php:125
624
+ msgid "Sidebar Location"
625
+ msgstr "Położenie panelu"
626
+
627
+ #: views/widgets.php:105
628
+ msgid "This sidebar will always be same on all pages"
629
+ msgstr "Panel boczny będzie zawsze wyglądał tak samo na wszystkich stronach"
630
+
631
+ #: views/widgets.php:114
632
+ msgid "Allow this sidebar to be replaced"
633
+ msgstr "Zezwól na zastępowanie panelu bocznego "
634
+
635
+ #. Plugin Name of the plugin/theme
636
+ #, fuzzy
637
+ msgid "Custom Sidebars Pro"
638
+ msgstr "Niestandardowe Panele boczne"
639
+
640
+ #. Plugin URI of the plugin/theme
641
+ msgid "http://premium.wpmudev.org/project/custom-sidebars/"
642
+ msgstr "http://premium.wpmudev.org/project/custom-sidebars/"
643
+
644
+ #. Description of the plugin/theme
645
+ msgid ""
646
+ "Allows you to create widgetized areas and custom sidebars. Replace whole "
647
+ "sidebars or single widgets for specific posts and pages."
648
+ msgstr ""
649
+ "Pozwala na tworzenie stref z widgetami oraz niestandardowe paski boczne. "
650
+ "Można podmieniać całe panele boczne lub pojedyncze widgety dla "
651
+ "poszczególnych wpisów, czy stron."
652
+
653
+ #. Author of the plugin/theme
654
+ msgid "WPMU DEV"
655
+ msgstr "WPMU DEV"
656
+
657
+ #. Author URI of the plugin/theme
658
+ msgid "http://premium.wpmudev.org/"
659
+ msgstr "http://premium.wpmudev.org/"
660
+
661
+ #~ msgid "Pro Version Features"
662
+ #~ msgstr "Funkcje wersji PRO"
lang/custom-sidebars.pot CHANGED
@@ -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: 2017-03-21 08:01:14+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,23 +24,35 @@ msgstr ""
24
  "X-Poedit-Bookmarks: \n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
- #: inc/class-custom-sidebars-checkup-notification.php:122
28
  msgid ""
29
  "<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
30
  "free security and performance scan with WP Checkup."
31
  msgstr ""
32
 
33
- #: inc/class-custom-sidebars-checkup-notification.php:126
34
  msgid "Scan"
35
  msgstr ""
36
 
37
- #: inc/class-custom-sidebars-checkup-notification.php:173
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgid ""
39
  "Don’t just replace sidebars. Add new sidebars and footers anywhere with "
40
  "Upfront."
41
  msgstr ""
42
 
43
- #: inc/class-custom-sidebars-checkup-notification.php:174
44
  msgid "get Upfront free"
45
  msgstr ""
46
 
@@ -157,107 +169,107 @@ msgstr ""
157
  msgid "Imported %d widget(s)!"
158
  msgstr ""
159
 
160
- #: inc/class-custom-sidebars-visibility.php:191
161
  msgid "Visibility"
162
  msgstr ""
163
 
164
- #: inc/class-custom-sidebars-visibility.php:200
165
  msgid "<b>Show</b> widget if:"
166
  msgstr ""
167
 
168
- #: inc/class-custom-sidebars-visibility.php:201
169
  msgid "<b>Hide</b> widget if:"
170
  msgstr ""
171
 
172
- #: inc/class-custom-sidebars-visibility.php:205
173
  msgid "Filters"
174
  msgstr ""
175
 
176
- #: inc/class-custom-sidebars-visibility.php:209
177
  msgid "Date"
178
  msgstr ""
179
 
180
- #: inc/class-custom-sidebars-visibility.php:214
181
  msgid "Guests"
182
  msgstr ""
183
 
184
- #: inc/class-custom-sidebars-visibility.php:219
185
  msgid "Roles"
186
  msgstr ""
187
 
188
- #: inc/class-custom-sidebars-visibility.php:224
189
  msgid "Membership"
190
  msgstr ""
191
 
192
- #: inc/class-custom-sidebars-visibility.php:230
193
  msgid "Membership2"
194
  msgstr ""
195
 
196
- #: inc/class-custom-sidebars-visibility.php:236 views/import.php:302
197
  msgid "Special pages"
198
  msgstr ""
199
 
200
- #: inc/class-custom-sidebars-visibility.php:241
201
  msgid "For posttype"
202
  msgstr ""
203
 
204
- #: inc/class-custom-sidebars-visibility.php:243
205
  msgid "Taxonomy"
206
  msgstr ""
207
 
208
- #: inc/class-custom-sidebars-visibility.php:260
209
  msgid "Always"
210
  msgstr ""
211
 
212
- #: inc/class-custom-sidebars-visibility.php:285
213
  #: inc/class-custom-sidebars-visibility.php:290
214
- #: inc/class-custom-sidebars-visibility.php:299
215
- #: inc/class-custom-sidebars-visibility.php:318
216
- #: inc/class-custom-sidebars-visibility.php:338
217
- #: inc/class-custom-sidebars-visibility.php:357
218
- #: inc/class-custom-sidebars-visibility.php:376
219
- #: inc/class-custom-sidebars-visibility.php:468
 
220
  msgid "AND"
221
  msgstr ""
222
 
223
- #: inc/class-custom-sidebars-visibility.php:286
224
  msgid "User is not logged-in (Guest)"
225
  msgstr ""
226
 
227
- #: inc/class-custom-sidebars-visibility.php:291
228
  msgid "User is logged-in (Member)"
229
  msgstr ""
230
 
231
- #: inc/class-custom-sidebars-visibility.php:300
232
  msgid "User has role"
233
  msgstr ""
234
 
235
- #: inc/class-custom-sidebars-visibility.php:319
236
  msgid "User has Membership Level"
237
  msgstr ""
238
 
239
- #: inc/class-custom-sidebars-visibility.php:327
240
- #: inc/class-custom-sidebars-visibility.php:347
241
  msgid "(inactive)"
242
  msgstr ""
243
 
244
- #: inc/class-custom-sidebars-visibility.php:339
245
  msgid "User has Membership"
246
  msgstr ""
247
 
248
- #: inc/class-custom-sidebars-visibility.php:358
249
  msgid "On these special pages"
250
  msgstr ""
251
 
252
- #: inc/class-custom-sidebars-visibility.php:377
253
  msgid "On any page of these types"
254
  msgstr ""
255
 
256
- #: inc/class-custom-sidebars-visibility.php:395
257
  msgid "Only for specific %s"
258
  msgstr ""
259
 
260
- #: inc/class-custom-sidebars-visibility.php:396
261
  msgid "Only these %s:"
262
  msgstr ""
263
 
@@ -276,7 +288,7 @@ msgstr ""
276
  msgid "Support"
277
  msgstr ""
278
 
279
- #: inc/class-custom-sidebars.php:928
280
  msgid "Create a custom sidebar to get started."
281
  msgstr ""
282
 
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: 2017-04-06 11:00:27+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Poedit-Bookmarks: \n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
+ #: inc/class-custom-sidebars-checkup-notification.php:114
28
  msgid ""
29
  "<b>Warning:</b> Some of your plugins may be slowing down your site. Run a "
30
  "free security and performance scan with WP Checkup."
31
  msgstr ""
32
 
33
+ #: inc/class-custom-sidebars-checkup-notification.php:118
34
  msgid "Scan"
35
  msgstr ""
36
 
37
+ #: inc/class-custom-sidebars-checkup-notification.php:187
38
+ msgid "Run site health check"
39
+ msgstr ""
40
+
41
+ #: inc/class-custom-sidebars-checkup-notification.php:188
42
+ msgid "Free performance, security and SEO report"
43
+ msgstr ""
44
+
45
+ #: inc/class-custom-sidebars-checkup-notification.php:191
46
+ msgid "Go"
47
+ msgstr ""
48
+
49
+ #: inc/class-custom-sidebars-checkup-notification.php:213
50
  msgid ""
51
  "Don’t just replace sidebars. Add new sidebars and footers anywhere with "
52
  "Upfront."
53
  msgstr ""
54
 
55
+ #: inc/class-custom-sidebars-checkup-notification.php:214
56
  msgid "get Upfront free"
57
  msgstr ""
58
 
169
  msgid "Imported %d widget(s)!"
170
  msgstr ""
171
 
172
+ #: inc/class-custom-sidebars-visibility.php:196
173
  msgid "Visibility"
174
  msgstr ""
175
 
176
+ #: inc/class-custom-sidebars-visibility.php:205
177
  msgid "<b>Show</b> widget if:"
178
  msgstr ""
179
 
180
+ #: inc/class-custom-sidebars-visibility.php:206
181
  msgid "<b>Hide</b> widget if:"
182
  msgstr ""
183
 
184
+ #: inc/class-custom-sidebars-visibility.php:210
185
  msgid "Filters"
186
  msgstr ""
187
 
188
+ #: inc/class-custom-sidebars-visibility.php:214
189
  msgid "Date"
190
  msgstr ""
191
 
192
+ #: inc/class-custom-sidebars-visibility.php:219
193
  msgid "Guests"
194
  msgstr ""
195
 
196
+ #: inc/class-custom-sidebars-visibility.php:224
197
  msgid "Roles"
198
  msgstr ""
199
 
200
+ #: inc/class-custom-sidebars-visibility.php:229
201
  msgid "Membership"
202
  msgstr ""
203
 
204
+ #: inc/class-custom-sidebars-visibility.php:235
205
  msgid "Membership2"
206
  msgstr ""
207
 
208
+ #: inc/class-custom-sidebars-visibility.php:241 views/import.php:302
209
  msgid "Special pages"
210
  msgstr ""
211
 
212
+ #: inc/class-custom-sidebars-visibility.php:246
213
  msgid "For posttype"
214
  msgstr ""
215
 
216
+ #: inc/class-custom-sidebars-visibility.php:248
217
  msgid "Taxonomy"
218
  msgstr ""
219
 
220
+ #: inc/class-custom-sidebars-visibility.php:265
221
  msgid "Always"
222
  msgstr ""
223
 
 
224
  #: inc/class-custom-sidebars-visibility.php:290
225
+ #: inc/class-custom-sidebars-visibility.php:295
226
+ #: inc/class-custom-sidebars-visibility.php:304
227
+ #: inc/class-custom-sidebars-visibility.php:323
228
+ #: inc/class-custom-sidebars-visibility.php:343
229
+ #: inc/class-custom-sidebars-visibility.php:362
230
+ #: inc/class-custom-sidebars-visibility.php:381
231
+ #: inc/class-custom-sidebars-visibility.php:472
232
  msgid "AND"
233
  msgstr ""
234
 
235
+ #: inc/class-custom-sidebars-visibility.php:291
236
  msgid "User is not logged-in (Guest)"
237
  msgstr ""
238
 
239
+ #: inc/class-custom-sidebars-visibility.php:296
240
  msgid "User is logged-in (Member)"
241
  msgstr ""
242
 
243
+ #: inc/class-custom-sidebars-visibility.php:305
244
  msgid "User has role"
245
  msgstr ""
246
 
247
+ #: inc/class-custom-sidebars-visibility.php:324
248
  msgid "User has Membership Level"
249
  msgstr ""
250
 
251
+ #: inc/class-custom-sidebars-visibility.php:332
252
+ #: inc/class-custom-sidebars-visibility.php:352
253
  msgid "(inactive)"
254
  msgstr ""
255
 
256
+ #: inc/class-custom-sidebars-visibility.php:344
257
  msgid "User has Membership"
258
  msgstr ""
259
 
260
+ #: inc/class-custom-sidebars-visibility.php:363
261
  msgid "On these special pages"
262
  msgstr ""
263
 
264
+ #: inc/class-custom-sidebars-visibility.php:382
265
  msgid "On any page of these types"
266
  msgstr ""
267
 
268
+ #: inc/class-custom-sidebars-visibility.php:400
269
  msgid "Only for specific %s"
270
  msgstr ""
271
 
272
+ #: inc/class-custom-sidebars-visibility.php:401
273
  msgid "Only these %s:"
274
  msgstr ""
275
 
288
  msgid "Support"
289
  msgstr ""
290
 
291
+ #: inc/class-custom-sidebars.php:929
292
  msgid "Create a custom sidebar to get started."
293
  msgstr ""
294
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Supp
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.3
5
  Tested up to: 4.7.3
6
- Stable tag: 3.0.3
7
 
8
  Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
9
 
@@ -120,6 +120,14 @@ If you are running a earlier version of WordPress download Custom Sidebars 0.8.2
120
 
121
  == Changelog ==
122
 
 
 
 
 
 
 
 
 
123
  = 3.0.3 =
124
  * Removed WP Checkup banner.
125
 
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.3
5
  Tested up to: 4.7.3
6
+ Stable tag: 3.0.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.0.4 =
124
+ * Improved "Create a custom sidebar to get started." box.
125
+ * Upgraded "WPMU Dev code library" to version 3.0.3.
126
+ * Fixed a problem with empty taxonomies, now we can see all taxonomies, including empty.
127
+ * Fixed fetching posts.
128
+ * Fixed a problem on the Customizer page - removed clone option.
129
+ * Fixed Widgets Screen for Right to Left languages.
130
+
131
  = 3.0.3 =
132
  * Removed WP Checkup banner.
133