Content Aware Sidebars – Unlimited Widget Areas - Version 2.4.3

Version Description

  • Fixed: german translation properly included
Download this release

Release Info

Developer intoxstudio
Plugin Icon 128x128 Content Aware Sidebars – Unlimited Widget Areas
Version 2.4.3
Comparing to
See all releases

Code changes from version 2.4 to 2.4.3

Gruntfile.js ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ module.exports = function(grunt) {
2
+
3
+ /**
4
+ * Load tasks
5
+ */
6
+ require('load-grunt-tasks')(grunt);
7
+
8
+ /**
9
+ * Configuration
10
+ */
11
+ grunt.initConfig({
12
+
13
+ /**
14
+ * Load parameters
15
+ */
16
+ pkg: grunt.file.readJSON('package.json'),
17
+
18
+ /**
19
+ * Compile css
20
+ */
21
+ less: {
22
+ development: {
23
+ options: {
24
+ paths: ["css"],
25
+ cleancss: true,
26
+ },
27
+ files: {
28
+ "css/style.css": "css/style.less"
29
+ }
30
+ }
31
+ },
32
+
33
+ uglify: {
34
+ options: {
35
+ preserveComments: 'some',
36
+ compress: {
37
+ drop_console: true
38
+ },
39
+ mangle: {
40
+ except: ['jQuery', 'CASAdmin']
41
+ }
42
+ },
43
+ my_target: {
44
+ files: [{
45
+ 'js/cas_admin.min.js': ['js/cas_admin.js'],
46
+ 'js/widgets.min.js': ['js/widgets.js']
47
+ }]
48
+ }
49
+ },
50
+
51
+ /**
52
+ * Get .po files from Transifex project
53
+ */
54
+ transifex: {
55
+ "content-aware-sidebars": {
56
+ options: {
57
+ targetDir: "./lang",
58
+ mode: "file",
59
+ filename : "_resource_-_lang_.po"
60
+ }
61
+ }
62
+ },
63
+
64
+ /**
65
+ * Compile po files
66
+ */
67
+ potomo: {
68
+ dist: {
69
+ options: {
70
+ poDel: false
71
+ },
72
+ files: [{
73
+ expand: true,
74
+ cwd: './lang',
75
+ src: ['*.po'],
76
+ dest: './lang',
77
+ ext: '.mo',
78
+ nonull: true
79
+ }]
80
+ }
81
+ }
82
+ });
83
+
84
+ /**
85
+ * Register tasks
86
+ */
87
+ grunt.registerTask('localize', ['transifex','potomo']);
88
+ grunt.registerTask('default', ['build']);
89
+ grunt.registerTask('build', ['less','uglify']);
90
+ grunt.registerTask('deploy', ['build','localize']);
91
+
92
+ };
content-aware-sidebars.php CHANGED
@@ -7,7 +7,7 @@
7
  Plugin Name: Content Aware Sidebars
8
  Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/
9
  Description: Manage and show sidebars according to the content being viewed.
10
- Version: 2.4
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
@@ -47,7 +47,7 @@ final class ContentAwareSidebars {
47
  /**
48
  * Plugin version
49
  */
50
- const PLUGIN_VERSION = '2.4';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
7
  Plugin Name: Content Aware Sidebars
8
  Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/
9
  Description: Manage and show sidebars according to the content being viewed.
10
+ Version: 2.4.3
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
47
  /**
48
  * Plugin version
49
  */
50
+ const PLUGIN_VERSION = '2.4.3';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
css/style.css CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * @package Content Aware Sidebars
3
- * @author Joachim Jensen <jv@intox.dk>
4
- */
5
- .icon32-posts-sidebar{background:transparent url(../img/icon-32.png) no-repeat!important}.fixed .column-widgets{width:10%}.fixed .column-merge-pos{width:20%}.fixed .column-handle{width:20%}#cas-rules>.handlediv,#cas-rules>.hndle{display:none}#cas-rules>.inside{overflow:hidden;margin:0;padding:0}#cas-rules.postbox{background:0 0;border:0;box-shadow:none}#cas-container{overflow:hidden;width:100%}#cas-accordion{float:left;width:280px}#cas-accordion .outer-border{margin:0}#cas-accordion.accordion-container .accordion-section:first-child,#cas-accordion.accordion-container .accordion-section:first-child h3,#cas-accordion.accordion-container .top,#cas-accordion.accordion-container .top h3{border-top-left-radius:3px;border-top-right-radius:3px;border-top:0}#cas-accordion.accordion-container .accordion-section:last-child,#cas-accordion.accordion-container .accordion-section:last-child .accordion-section-content,#cas-accordion.accordion-container .bottom,#cas-accordion.accordion-container .bottom:not(.open) h3{border-bottom-left-radius:3px;border-bottom-right-radius:3px}#cas-accordion .accordion-section-title{padding:10px 20px;margin:0!important;overflow:hidden;border-left:0;border-right:0}#cas-accordion .control-section.open .accordion-section-title{border-bottom:1px solid #dfdfdf}#cas-accordion .accordion-section-content{padding:18px 13px;font-size:13px;border-left:0;border-right:0}#cas-accordion .accordion-section{margin:0;border-bottom:1px solid #dfdfdf}#cas-accordion ul.category-tabs{width:auto;margin:20px 0 -1px}#cas-accordion ul.category-tabs li{padding:3px 5px 3px 8px;border-style:solid;border-width:1px;position:relative;display:inline-block;line-height:1.35em;margin:0;border-color:transparent}#cas-accordion ul.category-tabs li.tabs{border-color:#dfdfdf #dfdfdf #fdfdfd;border-style:solid;border-width:1px}#cas-accordion .tabs-panel{overflow:auto;clear:both}#cas-accordion .button-controls{margin:10px 0 0;overflow:hidden}.js #cas-accordion .accordion-section-title{cursor:pointer;border-radius:0!important;box-shadow:none!important;border-bottom-width:0}.js #cas-accordion .accordion-section:not(.open) .accordion-section-content{display:none}.cas-contentlist .children li{padding-left:20px}.add-to-group{float:right}#cas-groups{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;margin-left:300px;line-height:inherit}#cas-groups h3{cursor:auto;display:inline-block;border:0;padding:0;line-height:2;background:0 0;box-shadow:none}#cas-groups.cas-has-groups .cas-no-groups{display:none!important}#cas-groups:not(.cas-has-groups) .cas-no-groups{display:inline}.cas-groups-header,.cas-groups-footer{background:none repeat scroll 0 0 #F5F5F5;padding:6px 10px;overflow:hidden}.cas-groups-header .button,.cas-groups-footer .button{float:right}.cas-groups-header{border-bottom:1px solid #dfdfdf}.cas-groups-footer{border-top:1px solid #dfdfdf}.cas-groups-body{padding:8px 10px;background-color:#fff}.cas-group-single{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#cfcfcf;padding:10px 15px;overflow:hidden;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.04);min-height:45px;margin-bottom:10px;box-shadow:inset 0 0 0 5px #f1f1f1}.cas-group-single.cas-group-active{box-shadow:inset 0 0 0 5px #c1f1c4}.cas-group-single.cas-group-active .cas-group-control{display:none}.cas-group-single.cas-group-active .cas-group-control-active{display:inline}.cas-group-single.cas-group-active label{padding-right:30px;border:1px solid #439eb4;background:#75d7ef}.cas-group-single.cas-group-active label:hover,.cas-group-single.cas-group-active label:active{background:#ff7058;border-color:#d13d25;color:#fff}.cas-group-single.cas-group-active label:after{text-align:center;width:20px;top:0;right:0;content:"✖";padding:5px 4px;margin-left:1px}.cas-group-single:not(.cas-group-active) label{cursor:auto}.cas-group-single .cas-group-control{text-align:right;display:inline;position:absolute;top:0;right:0;line-height:30px;padding:5px 10px;background-color:#fafafa;border-width:0 0 1px 1px;border-style:solid;border-color:#cfcfcf;box-shadow:0 1px 1px rgba(0,0,0,.04)}.cas-group-single .cas-group-control a{text-decoration:none}.cas-group-single .cas-group-control-active{display:none}.cas-group-single li{list-style:none;display:inline-block}.cas-group-single li.cas-new label{background:#50df75;border-color:#23a645}.cas-group-single label{box-shadow:inset 0 1px 0 rgba(255,255,255,.8);border:1px solid #b5b5b5;background:#dedede;padding:5px 10px;display:inline-block;border-radius:1px;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;position:relative}.cas-group-single label:after{position:absolute;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}.cas-group-single input[type=checkbox]{display:none}.cas-group-single .submitdelete{color:#BC0B0B}.cas-group-single .submitdelete:hover{color:#fff;background-color:red}.cas-condition{padding:0 0 5px}.cas-alert{position:fixed;top:23px;left:50%}.cas-alert>div{padding:5px 30px;position:relative;left:-50%}@media (max-width:600px),(min-width:850px) and (max-width:1060px){#cas-accordion{float:none;width:auto}#cas-groups{margin:0}}.content-aware-sidebar:not(.inactive-sidebar){box-shadow:inset 0 5px 0 #75d7ef,0 1px 1px rgba(0,0,0,.04)}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-name{box-shadow:inset 0 5px 0 #75d7ef}.content-aware-sidebar:not(.inactive-sidebar) .widgets-sortables{background:0 0}.content-aware-sidebar:not(.inactive-sidebar).closed .cas-sidebar-footer{display:none}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-footer{border-top:1px solid #dfdfdf;padding:10px 5px 0}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link{color:#444;text-decoration:none;margin-right:10px}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link:hover{color:#2ea2cc}
1
+ /**
2
+ * @package Content Aware Sidebars
3
+ * @author Joachim Jensen <jv@intox.dk>
4
+ */
5
+ .icon32-posts-sidebar{background:transparent url(../img/icon-32.png) no-repeat!important}.fixed .column-widgets{width:10%}.fixed .column-merge-pos{width:20%}.fixed .column-handle{width:20%}#cas-rules>.handlediv,#cas-rules>.hndle{display:none}#cas-rules>.inside{overflow:hidden;margin:0;padding:0}#cas-rules.postbox{background:0 0;border:0;box-shadow:none}#cas-container{overflow:hidden;width:100%}#cas-accordion{float:left;width:280px}#cas-accordion .outer-border{margin:0}#cas-accordion.accordion-container .accordion-section:first-child,#cas-accordion.accordion-container .accordion-section:first-child h3,#cas-accordion.accordion-container .top,#cas-accordion.accordion-container .top h3{border-top-left-radius:3px;border-top-right-radius:3px;border-top:0}#cas-accordion.accordion-container .accordion-section:last-child,#cas-accordion.accordion-container .accordion-section:last-child .accordion-section-content,#cas-accordion.accordion-container .bottom,#cas-accordion.accordion-container .bottom:not(.open) h3{border-bottom-left-radius:3px;border-bottom-right-radius:3px}#cas-accordion .accordion-section-title{padding:10px 20px;margin:0!important;overflow:hidden;border-left:0;border-right:0}#cas-accordion .control-section.open .accordion-section-title{border-bottom:1px solid #dfdfdf}#cas-accordion .accordion-section-content{padding:18px 13px;font-size:13px;border-left:0;border-right:0}#cas-accordion .accordion-section{margin:0;border-bottom:1px solid #dfdfdf}#cas-accordion ul.category-tabs{width:auto;margin:20px 0 -1px}#cas-accordion ul.category-tabs li{padding:3px 5px 3px 8px;border-style:solid;border-width:1px;position:relative;display:inline-block;line-height:1.35em;margin:0;border-color:transparent}#cas-accordion ul.category-tabs li.tabs{border-color:#dfdfdf #dfdfdf #fdfdfd;border-style:solid;border-width:1px}#cas-accordion .tabs-panel{overflow:auto;clear:both}#cas-accordion .button-controls{margin:10px 0 0;overflow:hidden}.js #cas-accordion .accordion-section-title{cursor:pointer;border-radius:0!important;box-shadow:none!important;border-bottom-width:0}.js #cas-accordion .accordion-section:not(.open) .accordion-section-content{display:none}.cas-contentlist .children li{padding-left:20px}.add-to-group{float:right}#cas-groups{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;margin-left:300px;line-height:inherit}#cas-groups h3{cursor:auto;display:inline-block;border:0;padding:0;line-height:2;background:0 0;box-shadow:none}#cas-groups.cas-has-groups .cas-no-groups{display:none!important}#cas-groups:not(.cas-has-groups) .cas-no-groups{display:inline}.cas-groups-header,.cas-groups-footer{background:none repeat scroll 0 0 #F5F5F5;padding:6px 10px;overflow:hidden}.cas-groups-header .button,.cas-groups-footer .button{float:right}.cas-groups-header{border-bottom:1px solid #dfdfdf}.cas-groups-footer{border-top:1px solid #dfdfdf}.cas-groups-body{padding:8px 10px;background-color:#fff}.cas-group-single{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#cfcfcf;padding:10px 15px;overflow:hidden;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.04);min-height:45px;margin-bottom:10px;box-shadow:inset 0 0 0 5px #f1f1f1}.cas-group-single.cas-group-active{box-shadow:inset 0 0 0 5px #c1f1c4}.cas-group-single.cas-group-active .cas-group-control{display:none}.cas-group-single.cas-group-active .cas-group-control-active{display:inline}.cas-group-single.cas-group-active label{padding-right:30px;border:1px solid #439eb4;background:#75d7ef}.cas-group-single.cas-group-active label:hover,.cas-group-single.cas-group-active label:active{background:#ff7058;border-color:#d13d25;color:#fff}.cas-group-single.cas-group-active label:after{text-align:center;width:20px;top:0;right:0;content:"✖";padding:5px 4px;margin-left:1px}.cas-group-single:not(.cas-group-active) label{cursor:auto}.cas-group-single .cas-group-control{text-align:right;display:inline;position:absolute;top:0;right:0;line-height:30px;padding:5px 10px;background-color:#fafafa;border-width:0 0 1px 1px;border-style:solid;border-color:#cfcfcf;box-shadow:0 1px 1px rgba(0,0,0,.04)}.cas-group-single .cas-group-control a{text-decoration:none}.cas-group-single .cas-group-control-active{display:none}.cas-group-single li{list-style:none;display:inline-block}.cas-group-single li.cas-new label{background:#50df75;border-color:#23a645}.cas-group-single label{box-shadow:inset 0 1px 0 rgba(255,255,255,.8);border:1px solid #b5b5b5;background:#dedede;padding:5px 10px;display:inline-block;border-radius:1px;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;position:relative}.cas-group-single label:after{position:absolute;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}.cas-group-single input[type=checkbox]{display:none}.cas-group-single .submitdelete{color:#BC0B0B}.cas-group-single .submitdelete:hover{color:#fff;background-color:red}.cas-condition{padding:0 0 5px}.cas-alert{position:fixed;top:23px;left:50%}.cas-alert>div{padding:5px 30px;position:relative;left:-50%}@media (max-width:600px),(min-width:850px) and (max-width:1060px){#cas-accordion{float:none;width:auto}#cas-groups{margin:0}}.content-aware-sidebar:not(.inactive-sidebar){border-top:5px solid #75d7ef}.content-aware-sidebar:not(.inactive-sidebar) .widgets-sortables{background:0 0}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-settings{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;background-color:#f5f5f5}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link{display:inline-block;border-right:1px solid #dfdfdf;text-decoration:none;padding:10px}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link:hover{color:#2ea2cc}body:not(.branch-3-3):not(.branch-3-4):not(.branch-3-5):not(.branch-3-6):not(.branch-3-7) .content-aware-sidebar:not(.inactive-sidebar) .sidebar-description{margin:-5px -8px 10px}body:not(.branch-3-3):not(.branch-3-4):not(.branch-3-5):not(.branch-3-6):not(.branch-3-7) .content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .description{padding:10px!important}
js/cas_admin.js CHANGED
@@ -1,660 +1,660 @@
1
- /**
2
- * @package Content Aware Sidebars
3
- * @author Joachim Jensen <jv@intox.dk>
4
- */
5
-
6
- (function($) {
7
-
8
- /**
9
- * Condition group management
10
- * @author Joachim Jensen <jv@intox.dk>
11
- * @since 2.0
12
- */
13
- function GroupHandler() {
14
- /**
15
- * Container element
16
- * @type {Object}
17
- */
18
- this._$groupContainer = $('#cas-groups');
19
-
20
- /**
21
- * Current condition group
22
- * @type {Object}
23
- */
24
- this._currentGroup = null;
25
-
26
- /**
27
- * CSS class for current group
28
- * @type {string}
29
- */
30
- this._activeClass = 'cas-group-active';
31
-
32
- /**
33
- * Add a group to gui
34
- * @author Joachim Jensen <jv@intox.dk>
35
- * @since 2.1
36
- * @param {Object} obj
37
- */
38
- this.add = function(obj) {
39
- var canSet = this.setCurrent(obj);
40
- if(canSet) {
41
- cas_alert.dismiss();
42
- if(!this.hasGroups()) {
43
- this.getGroupContainer().addClass('cas-has-groups');
44
- }
45
- $('ul', this._$groupContainer).first().append(obj);
46
- }
47
- }
48
-
49
- /**
50
- * Remove a group from gui
51
- * @author Joachim Jensen <jv@intox.dk>
52
- * @since 2.1
53
- * @param {Object} obj
54
- * @return {void}
55
- */
56
- this.remove = function(obj) {
57
- var that = this;
58
- obj
59
- .css('background','red')
60
- .fadeOut('slow', function() {
61
- obj.remove();
62
- if(!that.hasGroups()) {
63
- that.getGroupContainer().removeClass('cas-has-groups');
64
- }
65
- });
66
- }
67
-
68
- /**
69
- * Set a group as current group
70
- * Will reset former current group
71
- * @author Joachim Jensen <jv@intox.dk>
72
- * @since 2.1
73
- * @param {Object} obj
74
- * @return {Boolean}
75
- */
76
- this.setCurrent = function(obj) {
77
- var retval = true;
78
-
79
- if(obj.length == 0) {
80
- retval = false;
81
- } else if(this.getCurrent()) {
82
- retval = this.resetCurrent();
83
- }
84
- if(retval) {
85
- this._currentGroup = obj;
86
- this._setActive(true);
87
- }
88
- return retval;
89
- }
90
-
91
- /**
92
- * Reset current group if any
93
- * Will take care of confirmation on unsaved rules
94
- * and strip unsaved changes
95
- * @author Joachim Jensen <jv@intox.dk>
96
- * @since 2.1
97
- * @return {Boolean}
98
- */
99
- this.resetCurrent = function() {
100
- var retval = true;
101
- cas_alert.dismiss();
102
- if(this.getCurrent()) {
103
-
104
- if(this.isNewGroup()) {
105
- var remove = true;
106
- //Confirm if there are unsaved rules
107
- if(this.hasUnsavedRules()) {
108
- remove = confirm(CASAdmin.confirmCancel);
109
- }
110
- if(remove) {
111
- this._setActive(false);
112
- this.remove(this.getCurrent());
113
- this._currentGroup = null;
114
- } else {
115
- retval = false;
116
- }
117
-
118
- } else {
119
-
120
- var remove = true;
121
- //Confirm if there are unsaved rules
122
- if(this.hasUnsavedRules()) {
123
- remove = confirm(CASAdmin.confirmCancel);
124
- }
125
- if(remove) {
126
- //Remove new content that should not be saved
127
- $("li.cas-new",this.getCurrent()).remove();
128
- //Remove conditional headlines
129
- $(".cas-condition",this.getCurrent()).each( function() {
130
- if($(this).find('input').length == 0) {
131
- $(this).remove();
132
- }
133
- });
134
- //Show all again
135
- $('li').fadeIn('slow');
136
- this._setActive(false);
137
- this._currentGroup = null;
138
- } else {
139
- retval = false;
140
- }
141
-
142
-
143
- }
144
-
145
- }
146
- return retval;
147
- }
148
-
149
- /**
150
- * Get current group
151
- * @author Joachim Jensen <jv@intox.dk>
152
- * @since 2.1
153
- * @return {Object}
154
- */
155
- this.getCurrent = function() {
156
- return this._currentGroup;
157
- }
158
-
159
- /**
160
- * Determines if current group is a new one
161
- * I.e. it is not saved to database
162
- * @author Joachim Jensen <jv@intox.dk>
163
- * @since 2.1
164
- * @return {Boolean}
165
- */
166
- this.isNewGroup = function() {
167
- return this.getCurrent().find('.cas_group_id').length == 0;
168
- }
169
-
170
- /**
171
- * Determines if current group has unsaved changes
172
- * @author Joachim Jensen <jv@intox.dk>
173
- * @since 2.1
174
- * @return {Boolean}
175
- */
176
- this.hasUnsavedRules = function() {
177
- return this.getCurrent().find('li.cas-new').length > 0;
178
- }
179
-
180
- /**
181
- * Determines if there are any condition groups
182
- * @author Joachim Jensen <jv@intox.dk>
183
- * @since 2.1
184
- * @return {Boolean}
185
- */
186
- this.hasGroups = function() {
187
- return $('.cas-group-single',this.getGroupContainer()).length > 0;
188
- }
189
-
190
- /**
191
- * Manages CSS class for group and
192
- * the ability to add and edit rules
193
- * @author Joachim Jensen <jv@intox.dk>
194
- * @since 2.1
195
- * @param {Boolean} active
196
- */
197
- this._setActive = function(active) {
198
- $('.js-cas-condition-add, .accordion-section-content input:checkbox').attr('disabled',!active);
199
- this.getCurrent().toggleClass(this._activeClass,active);
200
- var checkboxes = $("input:checkbox",this.getCurrent());
201
- checkboxes.attr('disabled',!active);
202
- if(active) {
203
- checkboxes.attr('checked',true);
204
- }
205
- }
206
-
207
- /**
208
- * Get condition group container
209
- * @author Joachim Jensen <jv@intox.dk>
210
- * @since 2.1
211
- * @return {Object}
212
- */
213
- this.getGroupContainer = function() {
214
- return this._$groupContainer;
215
- }
216
- }
217
-
218
- /**
219
- * Alert handler for sidebar editor
220
- * @type {Object}
221
- */
222
- var cas_alert = {
223
-
224
- /**
225
- * Message object
226
- * @type {Object}
227
- */
228
- _$message: null,
229
-
230
- /**
231
- * Set and print alert message
232
- * @author Joachim Jensen <jv@intox.dk>
233
- * @since 2.1
234
- * @param {string} text
235
- * @param {string} cssClass
236
- */
237
- set: function(text,cssClass) {
238
- if(this._$message) {
239
- this._$message.remove();
240
- }
241
- this._$message = $('<div class="cas-alert"><div class="'+cssClass+'"><p>'+text+'</p></div></div>');
242
- this._$message
243
- .fadeIn('slow')
244
- .appendTo('body');
245
- },
246
-
247
- /**
248
- * Remove a current alert message
249
- * @author Joachim Jensen <jv@intox.dk>
250
- * @since 2.1
251
- * @return {void}
252
- */
253
- dismiss: function() {
254
- if(this._$message) {
255
- this._$message.fadeOut('slow',function() {
256
- $(this).remove();
257
- });
258
- }
259
- }
260
- }
261
-
262
- var cas_admin = {
263
-
264
- groups:new GroupHandler(),
265
- nonce: $('#_ca-sidebar-nonce').val(),
266
- sidebarID: $('#current_sidebar').val(),
267
-
268
- init: function() {
269
-
270
- var new_current_group = $('.cas-group-single',this.groups.getGroupContainer()).first();
271
- if(new_current_group.length == 0) {
272
- $('.js-cas-condition-add').attr('disabled',true);
273
- } else {
274
- this.groups.setCurrent(new_current_group);
275
- }
276
-
277
- $('.cas-groups-body').on('change', 'input:checkbox', function(e) {
278
- $this = $(this);
279
- if(!$this.is('checked')) {
280
- $this.closest('li').hide();
281
- }
282
- });
283
-
284
- this.addPaginationListener();
285
- this.addTabListener();
286
- this.addPublishListener();
287
-
288
- //this.addCheckboxListener();
289
- this.addHandleListener();
290
- this.addSearchListener();
291
- this.addNewGroupListener();
292
- this.addSetGroupListener();
293
- this.addAddContentListener();
294
-
295
- },
296
-
297
- /**
298
- * Listen to publish click to remind
299
- * user of unsaved changes
300
- * @author Joachim Jensen <jv@intox.dk>
301
- * @since 2.1
302
- */
303
- addPublishListener: function() {
304
- $('#publish').click( function(e) {
305
- var canSave = cas_admin.groups.resetCurrent();
306
- if(!canSave) {
307
- e.preventDefault();
308
- }
309
- });
310
- },
311
-
312
- /**
313
- * Listen to pagination for select boxes
314
- * @author Joachim Jensen <jv@intox.dk>
315
- * @since 2.1
316
- */
317
- addPaginationListener: function() {
318
- $('.cas-contentlist').on('click','.page-numbers', function(e) {
319
- e.preventDefault();
320
-
321
- var link = $(this);
322
- var action = link.closest('.cas-rule-content');
323
-
324
- $.ajax({
325
- url: ajaxurl,
326
- data:link.attr('href').split('?')[1]+'&action=cas-module-'+action.attr('data-cas-module'),
327
- dataType: 'JSON',
328
- type: 'POST',
329
- success:function(data){
330
- link.closest('.cas-contentlist').html(data);
331
- },
332
- error: function(xhr, desc, e) {
333
- console.log(xhr.responseText);
334
- }
335
- });
336
-
337
- });
338
- },
339
-
340
- /**
341
- * Listen to and handle adding
342
- * content to current group
343
- * @author Joachim Jensen <jv@intox.dk>
344
- * @since 2.0
345
- */
346
- addAddContentListener: function() {
347
- $("#cas-accordion").on("click",".js-cas-condition-add", function(e) {
348
-
349
- e.preventDefault();
350
-
351
- if(cas_admin.groups.getCurrent() != null) {
352
-
353
- var button = $(this);
354
-
355
- var old_checkboxes = $("input:checkbox:checked", button.closest('.cas-rule-content'));
356
- var condition_elem = $('.cas-condition-'+button.attr('data-cas-condition'), cas_admin.groups.getCurrent());
357
- var data = [];
358
-
359
- if(condition_elem.length == 0) {
360
- condition_elem = $('<div class="cas-condition cas-condition-'+button.attr('data-cas-condition')+'"><h4>'+button.closest('.accordion-section').find('.accordion-section-title').text()+'</h4><ul></ul></div>');
361
- cas_admin.groups.getCurrent().find('.cas-content').append(condition_elem);
362
- }
363
-
364
- //Check if checkbox with value already exists
365
- old_checkboxes.each( function() {
366
- var elem = $(this);
367
- if(condition_elem.find("input[value='"+elem.val()+"']").length == 0) {
368
- var temp = elem.closest('li').clone().addClass('cas-new').append("&nbsp;"); //add whitespace to make it look nice
369
- //jQuery 1.7 fix
370
- data.push(temp[0]);
371
- }
372
- });
373
- old_checkboxes.attr('checked',false);
374
-
375
- $('ul',condition_elem).append(data);
376
- }
377
-
378
- });
379
- },
380
-
381
- /**
382
- * Listen to and handle Add New Group clicks
383
- * Uses AJAX to create a new group
384
- * @author Joachim Jensen <jv@intox.dk>
385
- * @since 2.0
386
- */
387
- addNewGroupListener: function() {
388
- this.groups.getGroupContainer().on('click', '.js-cas-group-new', function(e) {
389
-
390
- e.preventDefault();
391
-
392
- var group = $('<li>', {class: 'cas-group-single cas-group-single-new', html: '<span class="cas-group-control cas-group-control-active">'+
393
- '<input type="button" class="button js-cas-group-save" value="'+CASAdmin.save+'" /> | <a class="js-cas-group-cancel" href="#">'+CASAdmin.cancel+'</a>'+
394
- '</span>'+
395
- '<span class="cas-group-control">'+
396
- '<a class="js-cas-group-edit" href="#">'+CASAdmin.edit+'</a> | <a class="submitdelete trash js-cas-group-remove" href="#">'+CASAdmin.remove+'</a>'+
397
- '</span>'+
398
- '<div class="cas-content"></div>'});
399
-
400
- cas_admin.groups.add(group);
401
- });
402
- },
403
-
404
- /**
405
- * Listen to and manage
406
- * group saving, editing, removal and cancelling
407
- * @author Joachim Jensen <jv@intox.dk>
408
- * @since 2.0
409
- */
410
- addSetGroupListener: function() {
411
- this.groups.getGroupContainer().on("click", ".js-cas-group-save", function(e){
412
- e.preventDefault();
413
-
414
- var button = $(this);
415
- button.attr('disabled',true);
416
-
417
- var data = cas_admin.groups.getCurrent().find("input").serializeArray();
418
- data.push({name:"action",value:"cas_add_rule"});
419
- data.push({name:"token",value:cas_admin.nonce});
420
- data.push({name:"current_id",value:cas_admin.sidebarID});
421
-
422
- $.ajax({
423
- url: ajaxurl,
424
- data:$.param(data),
425
- dataType: 'JSON',
426
- type: 'POST',
427
- success:function(data){
428
-
429
- cas_alert.set(data.message,'updated')
430
-
431
- var content = $("input:checkbox",cas_admin.groups.getCurrent()).closest('li');
432
- if(content.length > 0) {
433
- $("input:checkbox:not(:checked)",cas_admin.groups.getCurrent()).closest('li').remove();
434
- content.removeClass('cas-new');
435
- }
436
-
437
- $(".cas-condition",cas_admin.groups.getCurrent()).each( function() {
438
- if($(this).find('input').length == 0) {
439
- $(this).remove();
440
- }
441
- });
442
-
443
- if(data.new_post_id) {
444
- cas_admin.groups.getCurrent().append('<input type="hidden" class="cas_group_id" name="cas_group_id" value="'+data.new_post_id+'" />');
445
- }
446
- button.attr('disabled',false);
447
-
448
- },
449
- error: function(xhr, desc, e) {
450
- cas_alert.set(xhr.responseText,'error');
451
- button.attr('disabled',false);
452
- }
453
- });
454
- })
455
- .on("click", ".js-cas-group-cancel", function(e){
456
- e.preventDefault();
457
- cas_admin.groups.resetCurrent();
458
- })
459
- .on("click", ".js-cas-group-edit", function(e){
460
- e.preventDefault();
461
- cas_admin.groups.setCurrent($(this).parents('.cas-group-single'));
462
- })
463
- .on("click", ".js-cas-group-remove", function(e){
464
- e.preventDefault();
465
-
466
- if(confirm(CASAdmin.confirmRemove) == true) {
467
-
468
- var button = $(this);
469
- button.attr('disabled',true);
470
- var group = $(this).closest('.cas-group-single');
471
- $.ajax({
472
- url: ajaxurl,
473
- data:{
474
- action: 'cas_remove_group',
475
- token: cas_admin.nonce,
476
- cas_group_id: group.find('.cas_group_id').val(),
477
- current_id: cas_admin.sidebarID
478
- },
479
- dataType: 'JSON',
480
- type: 'POST',
481
- success:function(data){
482
- cas_alert.set(data.message,'updated');
483
- cas_admin.groups.remove(group);
484
- button.attr('disabled',false);
485
- },
486
- error: function(xhr, desc, e) {
487
- cas_alert.set(xhr.responseText,'error');
488
- button.attr('disabled',false);
489
- }
490
- });
491
-
492
- }
493
- });
494
- },
495
-
496
- /**
497
- * Listen to and manage tab clicks
498
- * Based on code from WordPress Core
499
- * @author Joachim Jensen <jv@intox.dk>
500
- * @since 2.0
501
- */
502
- addTabListener: function() {
503
- var class_active = 'tabs-panel-active',
504
- class_inactive = 'tabs-panel-inactive';
505
-
506
- $("#cas-accordion .accordion-section:not(.hide-if-js)").first().addClass('open');
507
-
508
- $('.nav-tab-link').on('click', function(e) {
509
- e.preventDefault();
510
-
511
- panelId = $(this).data( 'type' );
512
-
513
- wrapper = $(this).closest('.accordion-section-content');
514
-
515
- // upon changing tabs, we want to uncheck all checkboxes
516
- $('input', wrapper).removeAttr('checked');
517
-
518
- //Change active tab panel
519
- $('.' + class_active, wrapper).removeClass(class_active).addClass(class_inactive);
520
- $('#' + panelId, wrapper).removeClass(class_inactive).addClass(class_active);
521
-
522
- $('.tabs', wrapper).removeClass('tabs');
523
- $(this).parent().addClass('tabs');
524
-
525
- // select the search bar
526
- $('.quick-search', wrapper).focus();
527
-
528
- });
529
- },
530
-
531
- /**
532
- * Set tickers if at least one checkbox is checked
533
- */
534
- addCheckboxListener: function() {
535
- $('.cas-rule-content :input').change( function() {
536
- var parent = $(this).parents('.cas-rule-content');
537
- cas_admin.toggleTick(parent);
538
- if($(this).attr('class') == 'cas-chk-all')
539
- cas_admin.toggleSelectAll(this, parent);
540
- }).change(); //fire change event on page load
541
- },
542
- toggleTick: function(parent) {
543
- //Toggle on any selected checkbox
544
- parent.prev().toggleClass('cas-tick',parent.find('input:checked').length > 0);
545
- },
546
- /**
547
- * Toggle specific input depending on "show with all" checkbox
548
- */
549
- toggleSelectAll: function(checkbox, parent) {
550
- var checkboxes = parent.find("input[type=checkbox]").not(checkbox);
551
- checkboxes.attr("disabled", $(checkbox).is(":checked"));
552
- },
553
- /**
554
- * The value of Handle selection will control the
555
- * accessibility of the host sidebar selection
556
- * If Handling is manual, selection of host sidebar will be disabled
557
- * @author Joachim Jensen <jv@intox.dk>
558
- * @since 2.1
559
- */
560
- addHandleListener: function() {
561
- var host = $("select[name='host']");
562
- var code = $('<code>display_ca_sidebar();</code>');
563
- var merge_pos = $('span.merge-pos');
564
- host.parent().append(code);
565
- $("select[name='handle']").change(function(){
566
- var handle = $(this);
567
- host.attr("disabled", handle.val() == 2);
568
- if(handle.val() == 2) {
569
- host.hide();
570
- code.show();
571
- } else {
572
- host.show();
573
- code.hide();
574
- }
575
- if(handle.val() == 3) {
576
- merge_pos.hide();
577
- } else {
578
- merge_pos.show();
579
- }
580
- }).change(); //fire change event on page load
581
- },
582
- /**
583
- * Use AJAX to search for content from a specific module
584
- */
585
- addSearchListener: function() {
586
- var searchTimer;
587
-
588
- $('.cas-autocomplete').keypress(function(e){
589
- var t = $(this);
590
-
591
- //If Enter (13) is pressed, search immediately
592
- if( 13 == e.which ) {
593
- cas_admin.updateSearchResults( t );
594
- return false;
595
- }
596
-
597
- //If timer is already in progress, stop it
598
- if( searchTimer ) clearTimeout(searchTimer);
599
-
600
- searchTimer = setTimeout(function(){
601
- cas_admin.updateSearchResults( t );
602
- }, 400);
603
- }).attr('autocomplete','off');
604
-
605
- },
606
- /**
607
- * Make AJAX request to get results
608
- * @author Joachim Jensen <jv@intox.dk>
609
- * @since 2
610
- * @param {Object} input
611
- * @return {void}
612
- */
613
- updateSearchResults: function(input) {
614
- var panel,
615
- minSearchLength = 2,
616
- q = input.val();
617
-
618
- if( q.length < minSearchLength ) return;
619
-
620
- panel = input.parents('.tabs-panel');
621
- var spinner = $('.spinner', panel);
622
-
623
- spinner.show();
624
-
625
- $.ajax({
626
- url: ajaxurl,
627
- data:{
628
- 'action': input.attr('class').split(' ')[0],
629
- 'response-format': 'JSON',
630
- 'nonce': cas_admin.nonce,
631
- 'sidebar_id': cas_admin.sidebarID,
632
- 'type': input.attr('id'),
633
- 'q': q
634
- },
635
- dataType: 'JSON',
636
- type: 'POST',
637
- success:function(response){
638
- var elements = "";
639
- if(response.length > 0) {
640
- $.each(response, function(i,item) {
641
- elements += '<li><label class="selectit"><input value="'+item.value+'" type="checkbox" name="'+item.name+'[]"/> '+item.label+'</label></li>';
642
- });
643
- } else {
644
- elements = '<li><p>'+CASAdmin.noResults+'</p></li>';
645
- }
646
-
647
- $('.categorychecklist', panel).html(elements);
648
- spinner.hide();
649
- },
650
- error: function(xhr, desc, e) {
651
- console.log(xhr.responseText);
652
- }
653
- });
654
-
655
- },
656
- }
657
-
658
- $(document).ready(function(){ cas_admin.init(); });
659
-
660
- })(jQuery);
1
+ /**
2
+ * @package Content Aware Sidebars
3
+ * @author Joachim Jensen <jv@intox.dk>
4
+ */
5
+
6
+ (function($) {
7
+
8
+ /**
9
+ * Condition group management
10
+ * @author Joachim Jensen <jv@intox.dk>
11
+ * @since 2.0
12
+ */
13
+ function GroupHandler() {
14
+ /**
15
+ * Container element
16
+ * @type {Object}
17
+ */
18
+ this._$groupContainer = $('#cas-groups');
19
+
20
+ /**
21
+ * Current condition group
22
+ * @type {Object}
23
+ */
24
+ this._currentGroup = null;
25
+
26
+ /**
27
+ * CSS class for current group
28
+ * @type {string}
29
+ */
30
+ this._activeClass = 'cas-group-active';
31
+
32
+ /**
33
+ * Add a group to gui
34
+ * @author Joachim Jensen <jv@intox.dk>
35
+ * @since 2.1
36
+ * @param {Object} obj
37
+ */
38
+ this.add = function(obj) {
39
+ var canSet = this.setCurrent(obj);
40
+ if(canSet) {
41
+ cas_alert.dismiss();
42
+ if(!this.hasGroups()) {
43
+ this.getGroupContainer().addClass('cas-has-groups');
44
+ }
45
+ $('ul', this._$groupContainer).first().append(obj);
46
+ }
47
+ }
48
+
49
+ /**
50
+ * Remove a group from gui
51
+ * @author Joachim Jensen <jv@intox.dk>
52
+ * @since 2.1
53
+ * @param {Object} obj
54
+ * @return {void}
55
+ */
56
+ this.remove = function(obj) {
57
+ var that = this;
58
+ obj
59
+ .css('background','red')
60
+ .fadeOut('slow', function() {
61
+ obj.remove();
62
+ if(!that.hasGroups()) {
63
+ that.getGroupContainer().removeClass('cas-has-groups');
64
+ }
65
+ });
66
+ }
67
+
68
+ /**
69
+ * Set a group as current group
70
+ * Will reset former current group
71
+ * @author Joachim Jensen <jv@intox.dk>
72
+ * @since 2.1
73
+ * @param {Object} obj
74
+ * @return {Boolean}
75
+ */
76
+ this.setCurrent = function(obj) {
77
+ var retval = true;
78
+
79
+ if(obj.length == 0) {
80
+ retval = false;
81
+ } else if(this.getCurrent()) {
82
+ retval = this.resetCurrent();
83
+ }
84
+ if(retval) {
85
+ this._currentGroup = obj;
86
+ this._setActive(true);
87
+ }
88
+ return retval;
89
+ }
90
+
91
+ /**
92
+ * Reset current group if any
93
+ * Will take care of confirmation on unsaved rules
94
+ * and strip unsaved changes
95
+ * @author Joachim Jensen <jv@intox.dk>
96
+ * @since 2.1
97
+ * @return {Boolean}
98
+ */
99
+ this.resetCurrent = function() {
100
+ var retval = true;
101
+ cas_alert.dismiss();
102
+ if(this.getCurrent()) {
103
+
104
+ if(this.isNewGroup()) {
105
+ var remove = true;
106
+ //Confirm if there are unsaved rules
107
+ if(this.hasUnsavedRules()) {
108
+ remove = confirm(CASAdmin.confirmCancel);
109
+ }
110
+ if(remove) {
111
+ this._setActive(false);
112
+ this.remove(this.getCurrent());
113
+ this._currentGroup = null;
114
+ } else {
115
+ retval = false;
116
+ }
117
+
118
+ } else {
119
+
120
+ var remove = true;
121
+ //Confirm if there are unsaved rules
122
+ if(this.hasUnsavedRules()) {
123
+ remove = confirm(CASAdmin.confirmCancel);
124
+ }
125
+ if(remove) {
126
+ //Remove new content that should not be saved
127
+ $("li.cas-new",this.getCurrent()).remove();
128
+ //Remove conditional headlines
129
+ $(".cas-condition",this.getCurrent()).each( function() {
130
+ if($(this).find('input').length == 0) {
131
+ $(this).remove();
132
+ }
133
+ });
134
+ //Show all again
135
+ $('li').fadeIn('slow');
136
+ this._setActive(false);
137
+ this._currentGroup = null;
138
+ } else {
139
+ retval = false;
140
+ }
141
+
142
+
143
+ }
144
+
145
+ }
146
+ return retval;
147
+ }
148
+
149
+ /**
150
+ * Get current group
151
+ * @author Joachim Jensen <jv@intox.dk>
152
+ * @since 2.1
153
+ * @return {Object}
154
+ */
155
+ this.getCurrent = function() {
156
+ return this._currentGroup;
157
+ }
158
+
159
+ /**
160
+ * Determines if current group is a new one
161
+ * I.e. it is not saved to database
162
+ * @author Joachim Jensen <jv@intox.dk>
163
+ * @since 2.1
164
+ * @return {Boolean}
165
+ */
166
+ this.isNewGroup = function() {
167
+ return this.getCurrent().find('.cas_group_id').length == 0;
168
+ }
169
+
170
+ /**
171
+ * Determines if current group has unsaved changes
172
+ * @author Joachim Jensen <jv@intox.dk>
173
+ * @since 2.1
174
+ * @return {Boolean}
175
+ */
176
+ this.hasUnsavedRules = function() {
177
+ return this.getCurrent().find('li.cas-new').length > 0;
178
+ }
179
+
180
+ /**
181
+ * Determines if there are any condition groups
182
+ * @author Joachim Jensen <jv@intox.dk>
183
+ * @since 2.1
184
+ * @return {Boolean}
185
+ */
186
+ this.hasGroups = function() {
187
+ return $('.cas-group-single',this.getGroupContainer()).length > 0;
188
+ }
189
+
190
+ /**
191
+ * Manages CSS class for group and
192
+ * the ability to add and edit rules
193
+ * @author Joachim Jensen <jv@intox.dk>
194
+ * @since 2.1
195
+ * @param {Boolean} active
196
+ */
197
+ this._setActive = function(active) {
198
+ $('.js-cas-condition-add, .accordion-section-content input:checkbox').attr('disabled',!active);
199
+ this.getCurrent().toggleClass(this._activeClass,active);
200
+ var checkboxes = $("input:checkbox",this.getCurrent());
201
+ checkboxes.attr('disabled',!active);
202
+ if(active) {
203
+ checkboxes.attr('checked',true);
204
+ }
205
+ }
206
+
207
+ /**
208
+ * Get condition group container
209
+ * @author Joachim Jensen <jv@intox.dk>
210
+ * @since 2.1
211
+ * @return {Object}
212
+ */
213
+ this.getGroupContainer = function() {
214
+ return this._$groupContainer;
215
+ }
216
+ }
217
+
218
+ /**
219
+ * Alert handler for sidebar editor
220
+ * @type {Object}
221
+ */
222
+ var cas_alert = {
223
+
224
+ /**
225
+ * Message object
226
+ * @type {Object}
227
+ */
228
+ _$message: null,
229
+
230
+ /**
231
+ * Set and print alert message
232
+ * @author Joachim Jensen <jv@intox.dk>
233
+ * @since 2.1
234
+ * @param {string} text
235
+ * @param {string} cssClass
236
+ */
237
+ set: function(text,cssClass) {
238
+ if(this._$message) {
239
+ this._$message.remove();
240
+ }
241
+ this._$message = $('<div class="cas-alert"><div class="'+cssClass+'"><p>'+text+'</p></div></div>');
242
+ this._$message
243
+ .fadeIn('slow')
244
+ .appendTo('body');
245
+ },
246
+
247
+ /**
248
+ * Remove a current alert message
249
+ * @author Joachim Jensen <jv@intox.dk>
250
+ * @since 2.1
251
+ * @return {void}
252
+ */
253
+ dismiss: function() {
254
+ if(this._$message) {
255
+ this._$message.fadeOut('slow',function() {
256
+ $(this).remove();
257
+ });
258
+ }
259
+ }
260
+ }
261
+
262
+ var cas_admin = {
263
+
264
+ groups:new GroupHandler(),
265
+ nonce: $('#_ca-sidebar-nonce').val(),
266
+ sidebarID: $('#current_sidebar').val(),
267
+
268
+ init: function() {
269
+
270
+ var new_current_group = $('.cas-group-single',this.groups.getGroupContainer()).first();
271
+ if(new_current_group.length == 0) {
272
+ $('.js-cas-condition-add').attr('disabled',true);
273
+ } else {
274
+ this.groups.setCurrent(new_current_group);
275
+ }
276
+
277
+ $('.cas-groups-body').on('change', 'input:checkbox', function(e) {
278
+ $this = $(this);
279
+ if(!$this.is('checked')) {
280
+ $this.closest('li').hide();
281
+ }
282
+ });
283
+
284
+ this.addPaginationListener();
285
+ this.addTabListener();
286
+ this.addPublishListener();
287
+
288
+ //this.addCheckboxListener();
289
+ this.addHandleListener();
290
+ this.addSearchListener();
291
+ this.addNewGroupListener();
292
+ this.addSetGroupListener();
293
+ this.addAddContentListener();
294
+
295
+ },
296
+
297
+ /**
298
+ * Listen to publish click to remind
299
+ * user of unsaved changes
300
+ * @author Joachim Jensen <jv@intox.dk>
301
+ * @since 2.1
302
+ */
303
+ addPublishListener: function() {
304
+ $('#publish').click( function(e) {
305
+ var canSave = cas_admin.groups.resetCurrent();
306
+ if(!canSave) {
307
+ e.preventDefault();
308
+ }
309
+ });
310
+ },
311
+
312
+ /**
313
+ * Listen to pagination for select boxes
314
+ * @author Joachim Jensen <jv@intox.dk>
315
+ * @since 2.1
316
+ */
317
+ addPaginationListener: function() {
318
+ $('.cas-contentlist').on('click','.page-numbers', function(e) {
319
+ e.preventDefault();
320
+
321
+ var link = $(this);
322
+ var action = link.closest('.cas-rule-content');
323
+
324
+ $.ajax({
325
+ url: ajaxurl,
326
+ data:link.attr('href').split('?')[1]+'&action=cas-module-'+action.attr('data-cas-module'),
327
+ dataType: 'JSON',
328
+ type: 'POST',
329
+ success:function(data){
330
+ link.closest('.cas-contentlist').html(data);
331
+ },
332
+ error: function(xhr, desc, e) {
333
+ console.log(xhr.responseText);
334
+ }
335
+ });
336
+
337
+ });
338
+ },
339
+
340
+ /**
341
+ * Listen to and handle adding
342
+ * content to current group
343
+ * @author Joachim Jensen <jv@intox.dk>
344
+ * @since 2.0
345
+ */
346
+ addAddContentListener: function() {
347
+ $("#cas-accordion").on("click",".js-cas-condition-add", function(e) {
348
+
349
+ e.preventDefault();
350
+
351
+ if(cas_admin.groups.getCurrent() != null) {
352
+
353
+ var button = $(this);
354
+
355
+ var old_checkboxes = $("input:checkbox:checked", button.closest('.cas-rule-content'));
356
+ var condition_elem = $('.cas-condition-'+button.attr('data-cas-condition'), cas_admin.groups.getCurrent());
357
+ var data = [];
358
+
359
+ if(condition_elem.length == 0) {
360
+ condition_elem = $('<div class="cas-condition cas-condition-'+button.attr('data-cas-condition')+'"><h4>'+button.closest('.accordion-section').find('.accordion-section-title').text()+'</h4><ul></ul></div>');
361
+ cas_admin.groups.getCurrent().find('.cas-content').append(condition_elem);
362
+ }
363
+
364
+ //Check if checkbox with value already exists
365
+ old_checkboxes.each( function() {
366
+ var elem = $(this);
367
+ if(condition_elem.find("input[value='"+elem.val()+"']").length == 0) {
368
+ var temp = elem.closest('li').clone().addClass('cas-new').append("&nbsp;"); //add whitespace to make it look nice
369
+ //jQuery 1.7 fix
370
+ data.push(temp[0]);
371
+ }
372
+ });
373
+ old_checkboxes.attr('checked',false);
374
+
375
+ $('ul',condition_elem).append(data);
376
+ }
377
+
378
+ });
379
+ },
380
+
381
+ /**
382
+ * Listen to and handle Add New Group clicks
383
+ * Uses AJAX to create a new group
384
+ * @author Joachim Jensen <jv@intox.dk>
385
+ * @since 2.0
386
+ */
387
+ addNewGroupListener: function() {
388
+ this.groups.getGroupContainer().on('click', '.js-cas-group-new', function(e) {
389
+
390
+ e.preventDefault();
391
+
392
+ var group = $('<li>', {class: 'cas-group-single cas-group-single-new', html: '<span class="cas-group-control cas-group-control-active">'+
393
+ '<input type="button" class="button js-cas-group-save" value="'+CASAdmin.save+'" /> | <a class="js-cas-group-cancel" href="#">'+CASAdmin.cancel+'</a>'+
394
+ '</span>'+
395
+ '<span class="cas-group-control">'+
396
+ '<a class="js-cas-group-edit" href="#">'+CASAdmin.edit+'</a> | <a class="submitdelete trash js-cas-group-remove" href="#">'+CASAdmin.remove+'</a>'+
397
+ '</span>'+
398
+ '<div class="cas-content"></div>'});
399
+
400
+ cas_admin.groups.add(group);
401
+ });
402
+ },
403
+
404
+ /**
405
+ * Listen to and manage
406
+ * group saving, editing, removal and cancelling
407
+ * @author Joachim Jensen <jv@intox.dk>
408
+ * @since 2.0
409
+ */
410
+ addSetGroupListener: function() {
411
+ this.groups.getGroupContainer().on("click", ".js-cas-group-save", function(e){
412
+ e.preventDefault();
413
+
414
+ var button = $(this);
415
+ button.attr('disabled',true);
416
+
417
+ var data = cas_admin.groups.getCurrent().find("input").serializeArray();
418
+ data.push({name:"action",value:"cas_add_rule"});
419
+ data.push({name:"token",value:cas_admin.nonce});
420
+ data.push({name:"current_id",value:cas_admin.sidebarID});
421
+
422
+ $.ajax({
423
+ url: ajaxurl,
424
+ data:$.param(data),
425
+ dataType: 'JSON',
426
+ type: 'POST',
427
+ success:function(data){
428
+
429
+ cas_alert.set(data.message,'updated')
430
+
431
+ var content = $("input:checkbox",cas_admin.groups.getCurrent()).closest('li');
432
+ if(content.length > 0) {
433
+ $("input:checkbox:not(:checked)",cas_admin.groups.getCurrent()).closest('li').remove();
434
+ content.removeClass('cas-new');
435
+ }
436
+
437
+ $(".cas-condition",cas_admin.groups.getCurrent()).each( function() {
438
+ if($(this).find('input').length == 0) {
439
+ $(this).remove();
440
+ }
441
+ });
442
+
443
+ if(data.new_post_id) {
444
+ cas_admin.groups.getCurrent().append('<input type="hidden" class="cas_group_id" name="cas_group_id" value="'+data.new_post_id+'" />');
445
+ }
446
+ button.attr('disabled',false);
447
+
448
+ },
449
+ error: function(xhr, desc, e) {
450
+ cas_alert.set(xhr.responseText,'error');
451
+ button.attr('disabled',false);
452
+ }
453
+ });
454
+ })
455
+ .on("click", ".js-cas-group-cancel", function(e){
456
+ e.preventDefault();
457
+ cas_admin.groups.resetCurrent();
458
+ })
459
+ .on("click", ".js-cas-group-edit", function(e){
460
+ e.preventDefault();
461
+ cas_admin.groups.setCurrent($(this).parents('.cas-group-single'));
462
+ })
463
+ .on("click", ".js-cas-group-remove", function(e){
464
+ e.preventDefault();
465
+
466
+ if(confirm(CASAdmin.confirmRemove) == true) {
467
+
468
+ var button = $(this);
469
+ button.attr('disabled',true);
470
+ var group = $(this).closest('.cas-group-single');
471
+ $.ajax({
472
+ url: ajaxurl,
473
+ data:{
474
+ action: 'cas_remove_group',
475
+ token: cas_admin.nonce,
476
+ cas_group_id: group.find('.cas_group_id').val(),
477
+ current_id: cas_admin.sidebarID
478
+ },
479
+ dataType: 'JSON',
480
+ type: 'POST',
481
+ success:function(data){
482
+ cas_alert.set(data.message,'updated');
483
+ cas_admin.groups.remove(group);
484
+ button.attr('disabled',false);
485
+ },
486
+ error: function(xhr, desc, e) {
487
+ cas_alert.set(xhr.responseText,'error');
488
+ button.attr('disabled',false);
489
+ }
490
+ });
491
+
492
+ }
493
+ });
494
+ },
495
+
496
+ /**
497
+ * Listen to and manage tab clicks
498
+ * Based on code from WordPress Core
499
+ * @author Joachim Jensen <jv@intox.dk>
500
+ * @since 2.0
501
+ */
502
+ addTabListener: function() {
503
+ var class_active = 'tabs-panel-active',
504
+ class_inactive = 'tabs-panel-inactive';
505
+
506
+ $("#cas-accordion .accordion-section:not(.hide-if-js)").first().addClass('open');
507
+
508
+ $('.nav-tab-link').on('click', function(e) {
509
+ e.preventDefault();
510
+
511
+ panelId = $(this).data( 'type' );
512
+
513
+ wrapper = $(this).closest('.accordion-section-content');
514
+
515
+ // upon changing tabs, we want to uncheck all checkboxes
516
+ $('input', wrapper).removeAttr('checked');
517
+
518
+ //Change active tab panel
519
+ $('.' + class_active, wrapper).removeClass(class_active).addClass(class_inactive);
520
+ $('#' + panelId, wrapper).removeClass(class_inactive).addClass(class_active);
521
+
522
+ $('.tabs', wrapper).removeClass('tabs');
523
+ $(this).parent().addClass('tabs');
524
+
525
+ // select the search bar
526
+ $('.quick-search', wrapper).focus();
527
+
528
+ });
529
+ },
530
+
531
+ /**
532
+ * Set tickers if at least one checkbox is checked
533
+ */
534
+ addCheckboxListener: function() {
535
+ $('.cas-rule-content :input').change( function() {
536
+ var parent = $(this).parents('.cas-rule-content');
537
+ cas_admin.toggleTick(parent);
538
+ if($(this).attr('class') == 'cas-chk-all')
539
+ cas_admin.toggleSelectAll(this, parent);
540
+ }).change(); //fire change event on page load
541
+ },
542
+ toggleTick: function(parent) {
543
+ //Toggle on any selected checkbox
544
+ parent.prev().toggleClass('cas-tick',parent.find('input:checked').length > 0);
545
+ },
546
+ /**
547
+ * Toggle specific input depending on "show with all" checkbox
548
+ */
549
+ toggleSelectAll: function(checkbox, parent) {
550
+ var checkboxes = parent.find("input[type=checkbox]").not(checkbox);
551
+ checkboxes.attr("disabled", $(checkbox).is(":checked"));
552
+ },
553
+ /**
554
+ * The value of Handle selection will control the
555
+ * accessibility of the host sidebar selection
556
+ * If Handling is manual, selection of host sidebar will be disabled
557
+ * @author Joachim Jensen <jv@intox.dk>
558
+ * @since 2.1
559
+ */
560
+ addHandleListener: function() {
561
+ var host = $("select[name='host']");
562
+ var code = $('<code>display_ca_sidebar();</code>');
563
+ var merge_pos = $('span.merge-pos');
564
+ host.parent().append(code);
565
+ $("select[name='handle']").change(function(){
566
+ var handle = $(this);
567
+ host.attr("disabled", handle.val() == 2);
568
+ if(handle.val() == 2) {
569
+ host.hide();
570
+ code.show();
571
+ } else {
572
+ host.show();
573
+ code.hide();
574
+ }
575
+ if(handle.val() == 3) {
576
+ merge_pos.hide();
577
+ } else {
578
+ merge_pos.show();
579
+ }
580
+ }).change(); //fire change event on page load
581
+ },
582
+ /**
583
+ * Use AJAX to search for content from a specific module
584
+ */
585
+ addSearchListener: function() {
586
+ var searchTimer;
587
+
588
+ $('.cas-autocomplete').keypress(function(e){
589
+ var t = $(this);
590
+
591
+ //If Enter (13) is pressed, search immediately
592
+ if( 13 == e.which ) {
593
+ cas_admin.updateSearchResults( t );
594
+ return false;
595
+ }
596
+
597
+ //If timer is already in progress, stop it
598
+ if( searchTimer ) clearTimeout(searchTimer);
599
+
600
+ searchTimer = setTimeout(function(){
601
+ cas_admin.updateSearchResults( t );
602
+ }, 400);
603
+ }).attr('autocomplete','off');
604
+
605
+ },
606
+ /**
607
+ * Make AJAX request to get results
608
+ * @author Joachim Jensen <jv@intox.dk>
609
+ * @since 2
610
+ * @param {Object} input
611
+ * @return {void}
612
+ */
613
+ updateSearchResults: function(input) {
614
+ var panel,
615
+ minSearchLength = 2,
616
+ q = input.val();
617
+
618
+ if( q.length < minSearchLength ) return;
619
+
620
+ panel = input.parents('.tabs-panel');
621
+ var spinner = $('.spinner', panel);
622
+
623
+ spinner.show();
624
+
625
+ $.ajax({
626
+ url: ajaxurl,
627
+ data:{
628
+ 'action': input.attr('class').split(' ')[0],
629
+ 'response-format': 'JSON',
630
+ 'nonce': cas_admin.nonce,
631
+ 'sidebar_id': cas_admin.sidebarID,
632
+ 'type': input.attr('id'),
633
+ 'q': q
634
+ },
635
+ dataType: 'JSON',
636
+ type: 'POST',
637
+ success:function(response){
638
+ var elements = "";
639
+ if(response.length > 0) {
640
+ $.each(response, function(i,item) {
641
+ elements += '<li><label class="selectit"><input value="'+item.value+'" type="checkbox" name="'+item.name+'[]"/> '+item.label+'</label></li>';
642
+ });
643
+ } else {
644
+ elements = '<li><p>'+CASAdmin.noResults+'</p></li>';
645
+ }
646
+
647
+ $('.categorychecklist', panel).html(elements);
648
+ spinner.hide();
649
+ },
650
+ error: function(xhr, desc, e) {
651
+ console.log(xhr.responseText);
652
+ }
653
+ });
654
+
655
+ },
656
+ }
657
+
658
+ $(document).ready(function(){ cas_admin.init(); });
659
+
660
+ })(jQuery);
js/widgets.js CHANGED
@@ -1,42 +1,42 @@
1
- /**
2
- * @package Content Aware Sidebars
3
- * @author Joachim Jensen <jv@intox.dk>
4
- */
5
-
6
- (function($) {
7
-
8
- var cas_admin = {
9
-
10
- $sidebars: $(":not(.inactive) > div[id^='ca-sidebar']"),
11
-
12
- init: function() {
13
-
14
- this.addSidebarEditLink();
15
-
16
- },
17
-
18
- addSidebarEditLink: function() {
19
-
20
- //When clicking on link, box should not close
21
- $('.sidebar-name').on('click','.cas-edit-sidebar', function(e) {
22
- e.stopPropagation();
23
- });
24
-
25
- this.$sidebars.each( function(e) {
26
- $this = $(this);
27
- var id = $this.attr('id').replace('ca-sidebar-','');
28
- var $sidebar = $this.closest('.widgets-holder-wrap');
29
-
30
- $sidebar.addClass('content-aware-sidebar')
31
-
32
- $this.append('<div class="cas-sidebar-footer"><a title="'+CASAdmin.edit+'" class="cas-sidebar-link" href="post.php?post='+id+'&action=edit"><i class="dashicons dashicons-admin-generic"></i> '+CASAdmin.edit+'</a></div>');
33
-
34
- });
35
- }
36
-
37
-
38
- }
39
-
40
- $(document).ready(function(){ cas_admin.init(); });
41
-
42
- })(jQuery);
1
+ /**
2
+ * @package Content Aware Sidebars
3
+ * @author Joachim Jensen <jv@intox.dk>
4
+ */
5
+
6
+ (function($) {
7
+
8
+ var cas_admin = {
9
+
10
+ $sidebars: $(":not(.inactive) > div[id^='ca-sidebar']"),
11
+
12
+ init: function() {
13
+
14
+ this.addSidebarEditLink();
15
+
16
+ },
17
+
18
+ addSidebarEditLink: function() {
19
+
20
+ //When clicking on link, box should not close
21
+ $('.sidebar-name').on('click','.cas-edit-sidebar', function(e) {
22
+ e.stopPropagation();
23
+ });
24
+
25
+ this.$sidebars.each( function(e) {
26
+ $this = $(this);
27
+ var id = $this.attr('id').replace('ca-sidebar-','');
28
+ var $sidebar = $this.closest('.widgets-holder-wrap');
29
+
30
+ $sidebar.addClass('content-aware-sidebar');
31
+
32
+ $this.find('.sidebar-description').append('<div class="cas-settings"><a title="'+CASAdmin.edit+'" class="cas-sidebar-link" href="post.php?post='+id+'&action=edit"><i class="dashicons dashicons-admin-generic"></i> '+CASAdmin.edit+'</a></div>');
33
+
34
+ });
35
+ }
36
+
37
+
38
+ }
39
+
40
+ $(document).ready(function(){ cas_admin.init(); });
41
+
42
+ })(jQuery);
lang/content-aware-sidebars-da_DK.mo CHANGED
Binary file
lang/content-aware-sidebars-da_DK.po CHANGED
@@ -1,27 +1,26 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 2.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
  "POT-Creation-Date: 2014-06-17 19:34+0100\n"
8
- "PO-Revision-Date: 2014-06-19 22:13+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
11
- "Language: da_DK\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
15
  "X-Generator: Poedit 1.6.5\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Poedit-Basepath: .\n"
20
- "X-Textdomain-Support: yes\n"
21
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPath-1: ..\n"
 
 
25
 
26
  #: ../content-aware-sidebars.php:117
27
  msgid "Manage and show sidebars according to the content being viewed."
@@ -221,23 +220,16 @@ msgstr "Indstillinger"
221
  msgid ""
222
  "Each created condition group describe some specific content (conditions) "
223
  "that the current sidebar should be displayed with."
224
- msgstr ""
225
- "Hver oprettet betingelsesgruppe beskriver noget specifikt indhold "
226
- "(betingelser) som den nuværende sidebar skal vises ved."
227
 
228
  #: ../content-aware-sidebars.php:893
229
  msgid ""
230
- "Content added to a condition group uses logical conjunction, while condition "
231
- "groups themselves use logical disjunction. This means that content added to "
232
- "a group should be associated, as they are treated as such, and that the "
233
  "groups do not interfere with each other. Thus it is possible to have both "
234
  "extremely focused and at the same time distinct conditions."
235
- msgstr ""
236
- "Indhold tilføjet til en betingelsesgruppe bruger logisk konjunktion, mens "
237
- "betingelsesgrupperne selv bruger logisk disjunktion. Dette betyder, at "
238
- "indhold tilføjet til en gruppe, skal være associeret, fordi det behandles "
239
- "som sådant, og at grupperne ikke forstyrrer hinanden. Det er således muligt "
240
- "at have både ekstremt fokuserede og samtidig forskellige betingelser."
241
 
242
  #: ../content-aware-sidebars.php:896
243
  msgid "More Information"
@@ -253,12 +245,9 @@ msgstr "Få support"
253
 
254
  #: ../content-aware-sidebars.php:938
255
  msgid ""
256
- "Click to edit a group or create a new one. Select content on the left to add "
257
- "it. In each group, you can combine different types of associated content."
258
- msgstr ""
259
- "Klik for at redigere en gruppe eller opret en ny. Vælg indhold til venstre "
260
- "for at tilføje det. I hver gruppe kan du kombinere forskellige typer af "
261
- "forbundet indhold."
262
 
263
  #: ../content-aware-sidebars.php:939
264
  msgid "Display sidebar with"
@@ -268,9 +257,7 @@ msgstr "Vis sidebar ved"
268
  msgid ""
269
  "No content. Please add at least one condition group to make the sidebar "
270
  "content aware."
271
- msgstr ""
272
- "Intet indhold. Tilføj mindst en betingelsesgruppe for at gøre sidebaren "
273
- "indholdsbevidst."
274
 
275
  #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
276
  msgid "Save"
@@ -309,9 +296,7 @@ msgstr "Betingelsesgruppe fjernet"
309
  msgid ""
310
  "If you love this plugin, please consider donating to support future "
311
  "development."
312
- msgstr ""
313
- "Hvis du elsker dette plugin, kan du overveje at donere for at støtte den "
314
- "fremtidige udvikling."
315
 
316
  #: ../content-aware-sidebars.php:1181
317
  msgid "Or you could:"
@@ -341,9 +326,7 @@ msgstr "Ingen resultater fundet."
341
  msgid ""
342
  "The current group has unsaved changes. Do you want to continue and discard "
343
  "these changes?"
344
- msgstr ""
345
- "Den nuværende gruppe har ugemte ændringer. Ønsker du at fortsætte og kassere "
346
- "disse ændringer?"
347
 
348
  #: ../modules/abstract.php:106
349
  #, php-format
@@ -445,12 +428,3 @@ msgstr "URLs"
445
  #: ../modules/url.php:40
446
  msgid "Add"
447
  msgstr "Tilføj"
448
-
449
- #~ msgid "Condition group could not be created"
450
- #~ msgstr "Betingelsesgruppe kunne ikke oprettes"
451
-
452
- #~ msgid "Condition group added"
453
- #~ msgstr "Betingelsesgruppe tilføjet"
454
-
455
- #~ msgid "Show with All %s"
456
- #~ msgstr "Vis ved alle %s"
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
  "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-21 14:18+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/content-aware-sidebars/language/da_DK/)\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: da_DK\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 1.6.5\n"
 
 
 
18
  "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
 
25
  #: ../content-aware-sidebars.php:117
26
  msgid "Manage and show sidebars according to the content being viewed."
220
  msgid ""
221
  "Each created condition group describe some specific content (conditions) "
222
  "that the current sidebar should be displayed with."
223
+ msgstr "Hver oprettet betingelsesgruppe beskriver noget specifikt indhold (betingelser) som den nuværende sidebar skal vises ved."
 
 
224
 
225
  #: ../content-aware-sidebars.php:893
226
  msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
  "groups do not interfere with each other. Thus it is possible to have both "
231
  "extremely focused and at the same time distinct conditions."
232
+ msgstr "Indhold tilføjet til en betingelsesgruppe bruger logisk konjunktion, mens betingelsesgrupperne selv bruger logisk disjunktion. Dette betyder, at indhold tilføjet til en gruppe, skal være associeret, fordi det behandles som sådant, og at grupperne ikke forstyrrer hinanden. Det er således muligt at have både ekstremt fokuserede og samtidig forskellige betingelser."
 
 
 
 
 
233
 
234
  #: ../content-aware-sidebars.php:896
235
  msgid "More Information"
245
 
246
  #: ../content-aware-sidebars.php:938
247
  msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr "Klik for at redigere en gruppe eller opret en ny. Vælg indhold til venstre for at tilføje det. I hver gruppe kan du kombinere forskellige typer af forbundet indhold."
 
 
 
251
 
252
  #: ../content-aware-sidebars.php:939
253
  msgid "Display sidebar with"
257
  msgid ""
258
  "No content. Please add at least one condition group to make the sidebar "
259
  "content aware."
260
+ msgstr "Intet indhold. Tilføj mindst en betingelsesgruppe for at gøre sidebaren indholdsbevidst."
 
 
261
 
262
  #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
  msgid "Save"
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr "Hvis du elsker dette plugin, kan du overveje at donere for at støtte den fremtidige udvikling."
 
 
300
 
301
  #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
326
  msgid ""
327
  "The current group has unsaved changes. Do you want to continue and discard "
328
  "these changes?"
329
+ msgstr "Den nuværende gruppe har ugemte ændringer. Ønsker du at fortsætte og kassere disse ændringer?"
 
 
330
 
331
  #: ../modules/abstract.php:106
332
  #, php-format
428
  #: ../modules/url.php:40
429
  msgid "Add"
430
  msgstr "Tilføj"
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-de_DE.mo CHANGED
Binary file
lang/content-aware-sidebars-de_DE.po CHANGED
@@ -1,508 +1,430 @@
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Content Aware Sidebars v2.2.1\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-06-20 15:19+0100\n"
7
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
8
- "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
  "X-Generator: Poedit 1.6.5\n"
 
 
 
 
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
  "X-Textdomain-Support: yes\n"
19
- "Language: de_DE\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- # @ content-aware-sidebars
23
- #. translators: plugin header field 'Name'
24
- #: content-aware-sidebars.php:0
25
- msgid "Content Aware Sidebars"
26
- msgstr ""
27
-
28
- # @ content-aware-sidebars
29
- #. translators: plugin header field 'PluginURI'
30
- #. translators: plugin header field 'AuthorURI'
31
- #: content-aware-sidebars.php:0
32
- msgid "http://www.intox.dk/"
33
- msgstr ""
34
 
35
- # @ content-aware-sidebars
36
- #. translators: plugin header field 'Description'
37
- #: content-aware-sidebars.php:0
38
  msgid "Manage and show sidebars according to the content being viewed."
39
  msgstr "Sidebars abhängig vom dargestellten Inhalt einblenden"
40
 
41
- # @ content-aware-sidebars
42
- #. translators: plugin header field 'Author'
43
- #: content-aware-sidebars.php:0
44
- msgid "Joachim Jensen, Intox Studio"
45
- msgstr ""
46
 
47
- # @ content-aware-sidebars
48
- #: content-aware-sidebars.php:251 content-aware-sidebars.php:456
49
  msgid "Exposure"
50
  msgstr "Darstellung"
51
 
52
- # @ content-aware-sidebars
53
- #: content-aware-sidebars.php:257
54
  msgid "Singular"
55
  msgstr "Beitragsseite"
56
 
57
- # @ content-aware-sidebars
58
- #: content-aware-sidebars.php:258
59
  msgid "Singular & Archive"
60
  msgstr "Beitrags- & Archivseite"
61
 
62
- # @ content-aware-sidebars
63
- #: content-aware-sidebars.php:259
64
  msgid "Archive"
65
  msgstr "Archivseite"
66
 
67
- # @ content-aware-sidebars
68
- #: content-aware-sidebars.php:263 content-aware-sidebars.php:457
69
  msgctxt "option"
70
  msgid "Handle"
71
  msgstr "Funktion"
72
 
73
- # @ content-aware-sidebars
74
- #: content-aware-sidebars.php:265
75
  msgid "Replace host sidebar, merge with it or add sidebar manually."
76
- msgstr ""
77
- "Ersetze Haupt-Sidebar, mit Haupt-Sidebar verbinden oder manuell hinzufügen."
78
 
79
- # @ content-aware-sidebars
80
- #: content-aware-sidebars.php:269
81
  msgid "Replace"
82
  msgstr "Ersetze"
83
 
84
- # @ content-aware-sidebars
85
- #: content-aware-sidebars.php:270
86
  msgid "Merge"
87
  msgstr "Verbinde"
88
 
89
- # @ content-aware-sidebars
90
- #: content-aware-sidebars.php:271
91
  msgid "Manual"
92
  msgstr "Manuell"
93
 
94
- # @ content-aware-sidebars
95
- #: content-aware-sidebars.php:276
 
 
 
96
  msgid "Host Sidebar"
97
  msgstr "Haupt Sidebar"
98
 
99
- # @ content-aware-sidebars
100
- #: content-aware-sidebars.php:284 content-aware-sidebars.php:458
101
  msgid "Merge position"
102
  msgstr "Position bei verbinden"
103
 
104
- # @ content-aware-sidebars
105
- #: content-aware-sidebars.php:286
106
  msgid "Place sidebar on top or bottom of host when merging."
107
- msgstr ""
108
- "Beim Verbinden platziere die Sidebar ober- oder unterhalb der Haupt Sidebar."
109
 
110
- # @ content-aware-sidebars
111
- #: content-aware-sidebars.php:290
112
  msgid "Top"
113
  msgstr "Oberhalb"
114
 
115
- # @ content-aware-sidebars
116
- #: content-aware-sidebars.php:291
117
  msgid "Bottom"
118
  msgstr "Unterhalb"
119
 
120
- # @ content-aware-sidebars
121
- #: content-aware-sidebars.php:316
122
  msgid "Sidebars"
123
  msgstr "Sidebars"
124
 
125
- # @ content-aware-sidebars
126
- #: content-aware-sidebars.php:317
127
  msgid "Sidebar"
128
  msgstr "Sidebar"
129
 
130
- # @ content-aware-sidebars
131
- #: content-aware-sidebars.php:318
132
  msgctxt "sidebar"
133
  msgid "Add New"
134
  msgstr "Neu hinzufügen"
135
 
136
- # @ content-aware-sidebars
137
- #: content-aware-sidebars.php:319
138
  msgid "Add New Sidebar"
139
  msgstr "Neue Sidebar erstellen"
140
 
141
- # @ content-aware-sidebars
142
- #: content-aware-sidebars.php:320
143
  msgid "Edit Sidebar"
144
  msgstr "Sidebar bearbeiten"
145
 
146
- # @ content-aware-sidebars
147
- #: content-aware-sidebars.php:321
148
  msgid "New Sidebar"
149
  msgstr "Neue Sidebar"
150
 
151
- # @ content-aware-sidebars
152
- #: content-aware-sidebars.php:322
153
  msgid "All Sidebars"
154
  msgstr "Alle Sidebars"
155
 
156
- # @ content-aware-sidebars
157
- #: content-aware-sidebars.php:323
158
  msgid "View Sidebar"
159
  msgstr "Sidebar ansehen"
160
 
161
- # @ content-aware-sidebars
162
- #: content-aware-sidebars.php:324
163
  msgid "Search Sidebars"
164
  msgstr "Sidebars durchsuchen"
165
 
166
- # @ content-aware-sidebars
167
- #: content-aware-sidebars.php:325
168
  msgid "No sidebars found"
169
  msgstr "Keine Sidebars gefunden"
170
 
171
- # @ content-aware-sidebars
172
- #: content-aware-sidebars.php:326
173
  msgid "No sidebars found in Trash"
174
  msgstr "Keine Sidebars im Papierkorb gefunden"
175
 
176
- # @ content-aware-sidebars
177
- #: content-aware-sidebars.php:341 content-aware-sidebars.php:918
178
  msgid "Condition Groups"
179
  msgstr "Gruppen"
180
 
181
- # @ content-aware-sidebars
182
- #: content-aware-sidebars.php:342
183
  msgid "Condition Group"
184
  msgstr "Gruppe"
185
 
186
- # @ content-aware-sidebars
187
- #: content-aware-sidebars.php:343
188
  msgctxt "group"
189
  msgid "Add New"
190
  msgstr "Neu erstellen"
191
 
192
- # @ content-aware-sidebars
193
- #: content-aware-sidebars.php:344 content-aware-sidebars.php:918
194
- #: content-aware-sidebars.php:948
195
  msgid "Add New Group"
196
  msgstr "Erstelle neue Gruppe"
197
 
198
- # @ content-aware-sidebars
199
- #: content-aware-sidebars.php:345 content-aware-sidebars.php:933
200
- #: content-aware-sidebars.php:1287
201
  msgctxt "group"
202
  msgid "Edit"
203
  msgstr "Bearbeiten"
204
 
205
- # @ content-aware-sidebars
206
- #: content-aware-sidebars.php:371 content-aware-sidebars.php:374
207
  msgid "Sidebar updated."
208
  msgstr "Sidebar wurde geändert."
209
 
210
- # @ content-aware-sidebars
211
- #: content-aware-sidebars.php:371 content-aware-sidebars.php:376
212
- #: content-aware-sidebars.php:378 content-aware-sidebars.php:383
213
  msgid "Manage widgets"
214
  msgstr "Widgets bearbeiten"
215
 
216
- # @ content-aware-sidebars
217
- #: content-aware-sidebars.php:376
218
  msgid "Sidebar published."
219
  msgstr "Sidebar wurde publiziert."
220
 
221
- # @ content-aware-sidebars
222
- #: content-aware-sidebars.php:377
223
  msgid "Sidebar saved."
224
  msgstr "Sidebar wurde gesichert."
225
 
226
- # @ content-aware-sidebars
227
- #: content-aware-sidebars.php:378
228
  msgid "Sidebar submitted."
229
  msgstr "Sidebar wurde übertragen."
230
 
231
- # @ content-aware-sidebars
232
- #: content-aware-sidebars.php:379
233
  #, php-format
234
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
235
  msgstr "Sidebar wurde eingeplant für: <strong>%1$s</strong>."
236
 
237
- # @ default
238
- #: content-aware-sidebars.php:381
239
  msgid "M j, Y @ G:i"
240
  msgstr ""
241
 
242
- # @ content-aware-sidebars
243
- #: content-aware-sidebars.php:384
244
  msgid "Sidebar draft updated."
245
  msgstr "Sidebar-Entwurf wurde gesichert."
246
 
247
- # @ content-aware-sidebars
248
- #: content-aware-sidebars.php:432 content-aware-sidebars.php:517
249
  msgid "Please update Host Sidebar"
250
  msgstr "Bitte Haupt-Sidebar aktualisieren."
251
 
252
- # @ content-aware-sidebars
253
- #: content-aware-sidebars.php:592
254
  msgid "Manage Widgets"
255
  msgstr "Widgetverwaltung"
256
 
257
- # @ content-aware-sidebars
258
- #: content-aware-sidebars.php:847
259
  msgid "Support the Author of Content Aware Sidebars"
260
  msgstr "Den Autor von Content Aware Sidebars unterstützen"
261
 
262
- # @ content-aware-sidebars
263
- #: content-aware-sidebars.php:855
264
  msgid "Content"
265
  msgstr "Inhalt"
266
 
267
- # @ content-aware-sidebars
268
- #: content-aware-sidebars.php:863
269
  msgid "Options"
270
  msgstr "Optionen"
271
 
272
- # @ content-aware-sidebars
273
- #: content-aware-sidebars.php:919
 
 
 
 
 
274
  msgid ""
275
- "Click to edit a group or create a new one. Select content on the left to add "
276
- "it. In each group, you can combine different types of associated content."
 
 
 
 
 
 
 
277
  msgstr ""
278
- "Klicke \"Bearbeiten\" um eine Gruppe auszuwählen oder lege eine neue Gruppe "
279
- "an. Wähle links den Inhalt aus und klicke auf \"Zur Gruppe hinzufügen\" um "
280
- "ihn der Gruppe zuzuordnen. In jeder Gruppe können verschiedene Inhaltstypen "
281
- "kombiniert werden."
282
 
283
- # @ content-aware-sidebars
284
- #: content-aware-sidebars.php:920
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgid "Display sidebar with"
286
  msgstr "Zeige Sidebar an bei"
287
 
288
- # @ content-aware-sidebars
289
- #: content-aware-sidebars.php:930 content-aware-sidebars.php:1285
 
 
 
 
 
290
  msgid "Save"
291
  msgstr "Sichern"
292
 
293
- # @ content-aware-sidebars
294
- #: content-aware-sidebars.php:930 content-aware-sidebars.php:1286
295
  msgid "Cancel"
296
  msgstr "Abbrechen"
297
 
298
- # @ content-aware-sidebars
299
- #: content-aware-sidebars.php:933 content-aware-sidebars.php:1288
300
  msgid "Remove"
301
  msgstr "Löschen"
302
 
303
- # @ content-aware-sidebars
304
- #: content-aware-sidebars.php:1151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  msgid ""
306
  "If you love this plugin, please consider donating to support future "
307
  "development."
308
- msgstr ""
309
- "Wenn du dieses Plugin magst, dann würde sich der Autor über eine Spende "
310
- "freuen."
311
 
312
- # @ content-aware-sidebars
313
- #: content-aware-sidebars.php:1160
314
  msgid "Or you could:"
315
  msgstr "Weitere Möglichkeiten:"
316
 
317
- # @ content-aware-sidebars
318
- #: content-aware-sidebars.php:1162
319
  msgid "Rate the plugin on WordPress.org"
320
  msgstr "Dieses Plugin bei WordPress.org bewerten"
321
 
322
- # @ content-aware-sidebars
323
- #: content-aware-sidebars.php:1163
324
  msgid "Link to the plugin page"
325
  msgstr "Link zur Plugin-Seite"
326
 
327
- # @ content-aware-sidebars
328
- #: content-aware-sidebars.php:1164
329
  msgid "Translate the plugin into your language"
330
  msgstr "Übersetze das Plugin in deine Sprache"
331
 
332
- # @ content-aware-sidebars
333
- #: content-aware-sidebars.php:1289
334
  msgid "Remove this group and its contents permanently?"
335
  msgstr "Diese Gruppe und seine Inhalte unwiderruflich löschen?"
336
 
337
- # @ content-aware-sidebars
338
- #: content-aware-sidebars.php:1290
339
  msgid "No results found."
340
  msgstr "Keine Ergebnisse gefunden."
341
 
342
- # @ default
343
- #: modules/abstract.php:100 modules/bp_member.php:104
344
- #: modules/post_type.php:199 modules/taxonomy.php:255
 
 
 
 
 
 
 
 
 
 
345
  msgid "View All"
346
  msgstr ""
347
 
348
- # @ default
349
- #: modules/abstract.php:107 modules/abstract.php:110 modules/post_type.php:205
350
- #: modules/post_type.php:208 modules/taxonomy.php:261 modules/taxonomy.php:264
351
  msgid "Search"
352
  msgstr ""
353
 
354
- # @ content-aware-sidebars
355
- #: modules/abstract.php:118 modules/bp_member.php:113
356
- #: modules/post_type.php:218 modules/taxonomy.php:274
357
  msgid "Add to Group"
358
  msgstr "Zur Gruppe hinzufügen"
359
 
360
- # @ content-aware-sidebars
361
- #: modules/author.php:22
 
 
 
 
362
  msgid "Authors"
363
  msgstr "Autoren"
364
 
365
- # @ content-aware-sidebars
366
- #: modules/bbpress.php:23
367
  msgid "bbPress User Profiles"
368
  msgstr "bbPress Benutzerprofile"
369
 
370
- # @ content-aware-sidebars
371
- #: modules/bp_member.php:21
372
  msgid "BuddyPress Members"
373
  msgstr "BuddyPress Mitglieder"
374
 
375
- # @ content-aware-sidebars
376
- #: modules/page_template.php:22
377
  msgid "Page Templates"
378
  msgstr "Seitenvorlage"
379
 
380
- # @ content-aware-sidebars
381
- #: modules/polylang.php:21 modules/qtranslate.php:21 modules/transposh.php:21
382
- #: modules/wpml.php:21
383
  msgid "Languages"
384
  msgstr "Sprachen"
385
 
386
- # @ content-aware-sidebars
387
- #: modules/post_type.php:28
388
  msgid "Post Types"
389
  msgstr "Post Types"
390
 
391
- # @ content-aware-sidebars
392
- #: modules/post_type.php:106 modules/post_type.php:172
393
- #: modules/taxonomy.php:195 modules/taxonomy.php:229
394
  msgid "Automatically select new children of a selected ancestor"
395
  msgstr "Neue untergeordnete Einträge automatisch markieren"
396
 
397
- # @ content-aware-sidebars
398
- #: modules/post_type.php:178 modules/taxonomy.php:233
399
  #, php-format
400
  msgid "Display with %s"
401
  msgstr "Anzeigen bei %s"
402
 
403
- # @ default
404
- #: modules/post_type.php:183 modules/taxonomy.php:237
405
  msgid "No items."
406
  msgstr ""
407
 
408
- # @ default
409
- #: modules/post_type.php:194
410
  msgid "Most Recent"
411
  msgstr ""
412
 
413
- # @ content-aware-sidebars
414
- #: modules/static.php:23
415
  msgid "Static Pages"
416
  msgstr "Statische Seiten"
417
 
418
- # @ content-aware-sidebars
419
- #: modules/static.php:33
420
  msgid "Front Page"
421
  msgstr "Titelseite"
422
 
423
- # @ content-aware-sidebars
424
- #: modules/static.php:34
425
  msgid "Search Results"
426
  msgstr "Suchergebnisse"
427
 
428
- # @ content-aware-sidebars
429
- #: modules/static.php:35
430
  msgid "404 Page"
431
  msgstr "404 Seite"
432
 
433
- # @ content-aware-sidebars
434
- #: modules/taxonomy.php:34
435
  msgid "Taxonomies"
436
  msgstr "Taxonomien"
437
 
438
- # @ default
439
- #: modules/taxonomy.php:250
440
  msgid "Most Used"
441
  msgstr ""
442
 
443
- # @ content-aware-sidebars
444
- #. translators: plugin header field 'Version'
445
- #: content-aware-sidebars.php:0
446
- msgid "2.2.1"
447
  msgstr ""
448
 
449
- # @ content-aware-sidebars
450
- #: content-aware-sidebars.php:272
451
- msgid "Forced replace"
452
- msgstr "Erzwungene Ersetzung"
453
-
454
- # @ content-aware-sidebars
455
- #: content-aware-sidebars.php:925
456
- msgid ""
457
- "No content. Please add at least one condition group to make the sidebar "
458
- "content aware."
459
- msgstr ""
460
- "Kein Inhalt vorhanden. Bitte erstelle mindestens eine Gruppe um die Sidebar "
461
- "inhaltsabhängig darstellen zu können."
462
-
463
- # @ content-aware-sidebars
464
- #: content-aware-sidebars.php:1023 content-aware-sidebars.php:1028
465
- #: content-aware-sidebars.php:1070 content-aware-sidebars.php:1075
466
- msgid "Unauthorized request"
467
- msgstr "Unerlaubter Zugriff"
468
-
469
- # @ content-aware-sidebars
470
- #: content-aware-sidebars.php:1036
471
- msgid "Condition group cannot be empty"
472
- msgstr "Die Gruppe darf nicht leer sein"
473
-
474
- # @ content-aware-sidebars
475
- #: content-aware-sidebars.php:1050
476
- msgid "Condition group saved"
477
- msgstr "Gruppe wurde gesichert"
478
-
479
- # @ content-aware-sidebars
480
- #: content-aware-sidebars.php:1080
481
- msgid "Condition group could not be removed"
482
- msgstr "Gruppe konnte nicht entfernt werden"
483
-
484
- # @ content-aware-sidebars
485
- #: content-aware-sidebars.php:1085
486
- msgid "Condition group removed"
487
- msgstr "Gruppe wurde entfernt"
488
-
489
- # @ content-aware-sidebars
490
- #: content-aware-sidebars.php:1291
491
- msgid ""
492
- "The current group has unsaved changes. Do you want to continue and discard "
493
- "these changes?"
494
  msgstr ""
495
- "Die aktuelle Gruppe wurde geändert. Möchtest du die Änderungen speichern "
496
- "oder die Änderungen verwerfen?"
497
-
498
- # @ content-aware-sidebars
499
- #: modules/abstract.php:90
500
- #, php-format
501
- msgid "Display with All %s"
502
- msgstr "Anzeige aller %s"
503
-
504
- # @ content-aware-sidebars
505
- #: modules/abstract.php:190
506
- #, php-format
507
- msgid "All %s"
508
- msgstr "Alle %s"
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
+ # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-09-14 19:00+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: German (Germany) (http://www.transifex.com/projects/p/content-aware-sidebars/language/de_DE/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: de_DE\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
 
 
 
23
  "X-Textdomain-Support: yes\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
+ #: ../content-aware-sidebars.php:117
 
 
26
  msgid "Manage and show sidebars according to the content being viewed."
27
  msgstr "Sidebars abhängig vom dargestellten Inhalt einblenden"
28
 
29
+ #: ../content-aware-sidebars.php:118
30
+ msgid "Content Aware Sidebars"
31
+ msgstr "Content Aware Sidebars"
 
 
32
 
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
 
34
  msgid "Exposure"
35
  msgstr "Darstellung"
36
 
37
+ #: ../content-aware-sidebars.php:263
 
38
  msgid "Singular"
39
  msgstr "Beitragsseite"
40
 
41
+ #: ../content-aware-sidebars.php:264
 
42
  msgid "Singular & Archive"
43
  msgstr "Beitrags- & Archivseite"
44
 
45
+ #: ../content-aware-sidebars.php:265
 
46
  msgid "Archive"
47
  msgstr "Archivseite"
48
 
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
 
50
  msgctxt "option"
51
  msgid "Handle"
52
  msgstr "Funktion"
53
 
54
+ #: ../content-aware-sidebars.php:271
 
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
+ msgstr "Ersetze Haupt-Sidebar, mit Haupt-Sidebar verbinden oder manuell hinzufügen."
 
57
 
58
+ #: ../content-aware-sidebars.php:275
 
59
  msgid "Replace"
60
  msgstr "Ersetze"
61
 
62
+ #: ../content-aware-sidebars.php:276
 
63
  msgid "Merge"
64
  msgstr "Verbinde"
65
 
66
+ #: ../content-aware-sidebars.php:277
 
67
  msgid "Manual"
68
  msgstr "Manuell"
69
 
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr "Erzwungene Ersetzung"
73
+
74
+ #: ../content-aware-sidebars.php:282
75
  msgid "Host Sidebar"
76
  msgstr "Haupt Sidebar"
77
 
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
 
79
  msgid "Merge position"
80
  msgstr "Position bei verbinden"
81
 
82
+ #: ../content-aware-sidebars.php:292
 
83
  msgid "Place sidebar on top or bottom of host when merging."
84
+ msgstr "Beim Verbinden platziere die Sidebar ober- oder unterhalb der Haupt Sidebar."
 
85
 
86
+ #: ../content-aware-sidebars.php:296
 
87
  msgid "Top"
88
  msgstr "Oberhalb"
89
 
90
+ #: ../content-aware-sidebars.php:297
 
91
  msgid "Bottom"
92
  msgstr "Unterhalb"
93
 
94
+ #: ../content-aware-sidebars.php:322
 
95
  msgid "Sidebars"
96
  msgstr "Sidebars"
97
 
98
+ #: ../content-aware-sidebars.php:323
 
99
  msgid "Sidebar"
100
  msgstr "Sidebar"
101
 
102
+ #: ../content-aware-sidebars.php:324
 
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Neu hinzufügen"
106
 
107
+ #: ../content-aware-sidebars.php:325
 
108
  msgid "Add New Sidebar"
109
  msgstr "Neue Sidebar erstellen"
110
 
111
+ #: ../content-aware-sidebars.php:326
 
112
  msgid "Edit Sidebar"
113
  msgstr "Sidebar bearbeiten"
114
 
115
+ #: ../content-aware-sidebars.php:327
 
116
  msgid "New Sidebar"
117
  msgstr "Neue Sidebar"
118
 
119
+ #: ../content-aware-sidebars.php:328
 
120
  msgid "All Sidebars"
121
  msgstr "Alle Sidebars"
122
 
123
+ #: ../content-aware-sidebars.php:329
 
124
  msgid "View Sidebar"
125
  msgstr "Sidebar ansehen"
126
 
127
+ #: ../content-aware-sidebars.php:330
 
128
  msgid "Search Sidebars"
129
  msgstr "Sidebars durchsuchen"
130
 
131
+ #: ../content-aware-sidebars.php:331
 
132
  msgid "No sidebars found"
133
  msgstr "Keine Sidebars gefunden"
134
 
135
+ #: ../content-aware-sidebars.php:332
 
136
  msgid "No sidebars found in Trash"
137
  msgstr "Keine Sidebars im Papierkorb gefunden"
138
 
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
  msgid "Condition Groups"
142
  msgstr "Gruppen"
143
 
144
+ #: ../content-aware-sidebars.php:348
 
145
  msgid "Condition Group"
146
  msgstr "Gruppe"
147
 
148
+ #: ../content-aware-sidebars.php:349
 
149
  msgctxt "group"
150
  msgid "Add New"
151
  msgstr "Neu erstellen"
152
 
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
 
155
  msgid "Add New Group"
156
  msgstr "Erstelle neue Gruppe"
157
 
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
 
160
  msgctxt "group"
161
  msgid "Edit"
162
  msgstr "Bearbeiten"
163
 
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
 
165
  msgid "Sidebar updated."
166
  msgstr "Sidebar wurde geändert."
167
 
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
 
170
  msgid "Manage widgets"
171
  msgstr "Widgets bearbeiten"
172
 
173
+ #: ../content-aware-sidebars.php:382
 
174
  msgid "Sidebar published."
175
  msgstr "Sidebar wurde publiziert."
176
 
177
+ #: ../content-aware-sidebars.php:383
 
178
  msgid "Sidebar saved."
179
  msgstr "Sidebar wurde gesichert."
180
 
181
+ #: ../content-aware-sidebars.php:384
 
182
  msgid "Sidebar submitted."
183
  msgstr "Sidebar wurde übertragen."
184
 
185
+ #: ../content-aware-sidebars.php:385
 
186
  #, php-format
187
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
188
  msgstr "Sidebar wurde eingeplant für: <strong>%1$s</strong>."
189
 
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
  msgid "M j, Y @ G:i"
193
  msgstr ""
194
 
195
+ #: ../content-aware-sidebars.php:390
 
196
  msgid "Sidebar draft updated."
197
  msgstr "Sidebar-Entwurf wurde gesichert."
198
 
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
 
200
  msgid "Please update Host Sidebar"
201
  msgstr "Bitte Haupt-Sidebar aktualisieren."
202
 
203
+ #: ../content-aware-sidebars.php:598
 
204
  msgid "Manage Widgets"
205
  msgstr "Widgetverwaltung"
206
 
207
+ #: ../content-aware-sidebars.php:853
 
208
  msgid "Support the Author of Content Aware Sidebars"
209
  msgstr "Den Autor von Content Aware Sidebars unterstützen"
210
 
211
+ #: ../content-aware-sidebars.php:861
 
212
  msgid "Content"
213
  msgstr "Inhalt"
214
 
215
+ #: ../content-aware-sidebars.php:869
 
216
  msgid "Options"
217
  msgstr "Optionen"
218
 
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr ""
224
+
225
+ #: ../content-aware-sidebars.php:893
226
  msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
  msgstr ""
 
 
 
 
237
 
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr ""
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
+ msgstr ""
245
+
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr "Klicke \"Bearbeiten\" um eine Gruppe auszuwählen oder lege eine neue Gruppe an. Wähle links den Inhalt aus und klicke auf \"Zur Gruppe hinzufügen\" um ihn der Gruppe zuzuordnen. In jeder Gruppe können verschiedene Inhaltstypen kombiniert werden."
251
+
252
+ #: ../content-aware-sidebars.php:939
253
  msgid "Display sidebar with"
254
  msgstr "Zeige Sidebar an bei"
255
 
256
+ #: ../content-aware-sidebars.php:944
257
+ msgid ""
258
+ "No content. Please add at least one condition group to make the sidebar "
259
+ "content aware."
260
+ msgstr "Kein Inhalt vorhanden. Bitte erstelle mindestens eine Gruppe um die Sidebar inhaltsabhängig darstellen zu können."
261
+
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
  msgid "Save"
264
  msgstr "Sichern"
265
 
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
 
267
  msgid "Cancel"
268
  msgstr "Abbrechen"
269
 
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
 
271
  msgid "Remove"
272
  msgstr "Löschen"
273
 
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
276
+ msgid "Unauthorized request"
277
+ msgstr "Unerlaubter Zugriff"
278
+
279
+ #: ../content-aware-sidebars.php:1055
280
+ msgid "Condition group cannot be empty"
281
+ msgstr "Die Gruppe darf nicht leer sein"
282
+
283
+ #: ../content-aware-sidebars.php:1069
284
+ msgid "Condition group saved"
285
+ msgstr "Gruppe wurde gesichert"
286
+
287
+ #: ../content-aware-sidebars.php:1099
288
+ msgid "Condition group could not be removed"
289
+ msgstr "Gruppe konnte nicht entfernt werden"
290
+
291
+ #: ../content-aware-sidebars.php:1104
292
+ msgid "Condition group removed"
293
+ msgstr "Gruppe wurde entfernt"
294
+
295
+ #: ../content-aware-sidebars.php:1172
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr "Wenn du dieses Plugin magst, dann würde sich der Autor über eine Spende freuen."
 
 
300
 
301
+ #: ../content-aware-sidebars.php:1181
 
302
  msgid "Or you could:"
303
  msgstr "Weitere Möglichkeiten:"
304
 
305
+ #: ../content-aware-sidebars.php:1183
 
306
  msgid "Rate the plugin on WordPress.org"
307
  msgstr "Dieses Plugin bei WordPress.org bewerten"
308
 
309
+ #: ../content-aware-sidebars.php:1184
 
310
  msgid "Link to the plugin page"
311
  msgstr "Link zur Plugin-Seite"
312
 
313
+ #: ../content-aware-sidebars.php:1185
 
314
  msgid "Translate the plugin into your language"
315
  msgstr "Übersetze das Plugin in deine Sprache"
316
 
317
+ #: ../content-aware-sidebars.php:1310
 
318
  msgid "Remove this group and its contents permanently?"
319
  msgstr "Diese Gruppe und seine Inhalte unwiderruflich löschen?"
320
 
321
+ #: ../content-aware-sidebars.php:1311
 
322
  msgid "No results found."
323
  msgstr "Keine Ergebnisse gefunden."
324
 
325
+ #: ../content-aware-sidebars.php:1312
326
+ msgid ""
327
+ "The current group has unsaved changes. Do you want to continue and discard "
328
+ "these changes?"
329
+ msgstr "Die aktuelle Gruppe wurde geändert. Möchtest du die Änderungen speichern oder die Änderungen verwerfen?"
330
+
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
+ msgid "Display with All %s"
334
+ msgstr "Anzeige aller %s"
335
+
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
  msgid "View All"
339
  msgstr ""
340
 
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
  msgid "Search"
345
  msgstr ""
346
 
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
 
349
  msgid "Add to Group"
350
  msgstr "Zur Gruppe hinzufügen"
351
 
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
+ msgid "All %s"
355
+ msgstr "Alle %s"
356
+
357
+ #: ../modules/author.php:28
358
  msgid "Authors"
359
  msgstr "Autoren"
360
 
361
+ #: ../modules/bbpress.php:29
 
362
  msgid "bbPress User Profiles"
363
  msgstr "bbPress Benutzerprofile"
364
 
365
+ #: ../modules/bp_member.php:27
 
366
  msgid "BuddyPress Members"
367
  msgstr "BuddyPress Mitglieder"
368
 
369
+ #: ../modules/page_template.php:28
 
370
  msgid "Page Templates"
371
  msgstr "Seitenvorlage"
372
 
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
 
375
  msgid "Languages"
376
  msgstr "Sprachen"
377
 
378
+ #: ../modules/post_type.php:34
 
379
  msgid "Post Types"
380
  msgstr "Post Types"
381
 
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
 
384
  msgid "Automatically select new children of a selected ancestor"
385
  msgstr "Neue untergeordnete Einträge automatisch markieren"
386
 
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
 
388
  #, php-format
389
  msgid "Display with %s"
390
  msgstr "Anzeigen bei %s"
391
 
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
 
393
  msgid "No items."
394
  msgstr ""
395
 
396
+ #: ../modules/post_type.php:212
 
397
  msgid "Most Recent"
398
  msgstr ""
399
 
400
+ #: ../modules/static.php:29
 
401
  msgid "Static Pages"
402
  msgstr "Statische Seiten"
403
 
404
+ #: ../modules/static.php:39
 
405
  msgid "Front Page"
406
  msgstr "Titelseite"
407
 
408
+ #: ../modules/static.php:40
 
409
  msgid "Search Results"
410
  msgstr "Suchergebnisse"
411
 
412
+ #: ../modules/static.php:41
 
413
  msgid "404 Page"
414
  msgstr "404 Seite"
415
 
416
+ #: ../modules/taxonomy.php:40
 
417
  msgid "Taxonomies"
418
  msgstr "Taxonomien"
419
 
420
+ #: ../modules/taxonomy.php:268
 
421
  msgid "Most Used"
422
  msgstr ""
423
 
424
+ #: ../modules/url.php:22
425
+ msgid "URLs"
 
 
426
  msgstr ""
427
 
428
+ #: ../modules/url.php:40
429
+ msgid "Add"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
430
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-es_ES.mo CHANGED
Binary file
lang/content-aware-sidebars-es_ES.po CHANGED
@@ -1,25 +1,30 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 2.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
  "POT-Creation-Date: 2014-06-17 19:34+0100\n"
8
- "PO-Revision-Date: 2014-06-19 22:11+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: Analia Jensen <analiajensen@gmail.com>\n"
11
- "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.6.5\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
 
 
 
 
 
17
 
18
  #: ../content-aware-sidebars.php:117
19
  msgid "Manage and show sidebars according to the content being viewed."
20
- msgstr ""
21
- "Administrar y mostrar las barras laterales, en función del contenido que se "
22
- "está viendo."
23
 
24
  #: ../content-aware-sidebars.php:118
25
  msgid "Content Aware Sidebars"
@@ -48,9 +53,7 @@ msgstr "Acciones"
48
 
49
  #: ../content-aware-sidebars.php:271
50
  msgid "Replace host sidebar, merge with it or add sidebar manually."
51
- msgstr ""
52
- "Reemplazar la barra lateral huésped, fusionar con la misma, o añadir una "
53
- "barra lateral manualmente."
54
 
55
  #: ../content-aware-sidebars.php:275
56
  msgid "Replace"
@@ -78,9 +81,7 @@ msgstr "Fusionar en posición"
78
 
79
  #: ../content-aware-sidebars.php:292
80
  msgid "Place sidebar on top or bottom of host when merging."
81
- msgstr ""
82
- "Coloque esta barra lateral en la parte de arriba o abajo del huésped, al "
83
- "fusionar."
84
 
85
  #: ../content-aware-sidebars.php:296
86
  msgid "Top"
@@ -219,24 +220,16 @@ msgstr "Opciónes"
219
  msgid ""
220
  "Each created condition group describe some specific content (conditions) "
221
  "that the current sidebar should be displayed with."
222
- msgstr ""
223
- "Cada grupo de condiciones creado, describe un contenido específico (de "
224
- "condiciones) con el que la barra lateral actual se debe mostrar."
225
 
226
  #: ../content-aware-sidebars.php:893
227
  msgid ""
228
- "Content added to a condition group uses logical conjunction, while condition "
229
- "groups themselves use logical disjunction. This means that content added to "
230
- "a group should be associated, as they are treated as such, and that the "
231
  "groups do not interfere with each other. Thus it is possible to have both "
232
  "extremely focused and at the same time distinct conditions."
233
- msgstr ""
234
- "El contenido agregado a un grupo de condiciones utiliza la conjunción "
235
- "lógica, mientras que estos grupos de condiciones utilizan la disyunción "
236
- "lógica. Esto significa que el contenido que sea agregado a un grupo deberá "
237
- "estar relacionado, porque sera tratado de esta manera. Significa tambien que "
238
- "los grupos no pueden interferirse mutuamente. Por lo cual, es posible "
239
- "obtener condiciones extremadamente específicas y al mismo tiempo distintas."
240
 
241
  #: ../content-aware-sidebars.php:896
242
  msgid "More Information"
@@ -252,12 +245,9 @@ msgstr "Obtener apoyo"
252
 
253
  #: ../content-aware-sidebars.php:938
254
  msgid ""
255
- "Click to edit a group or create a new one. Select content on the left to add "
256
- "it. In each group, you can combine different types of associated content."
257
- msgstr ""
258
- "Haga clic para editar un grupo o crear uno nuevo. Seleccione el contenido de "
259
- "la izquierda para añadirlo. En cada grupo, se pueden combinar diferentes "
260
- "tipos de contenido asociado."
261
 
262
  #: ../content-aware-sidebars.php:939
263
  msgid "Display sidebar with"
@@ -267,9 +257,7 @@ msgstr "Mostrar la barra lateral con"
267
  msgid ""
268
  "No content. Please add at least one condition group to make the sidebar "
269
  "content aware."
270
- msgstr ""
271
- "Sin contenido. Por favor añada al menos un grupo de condiciones para que la "
272
- "barra lateral pueda tener en cuenta el contenido."
273
 
274
  #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
275
  msgid "Save"
@@ -308,9 +296,7 @@ msgstr "Grupo de condiciones eliminado"
308
  msgid ""
309
  "If you love this plugin, please consider donating to support future "
310
  "development."
311
- msgstr ""
312
- "Si usted ama este plugin, por favor considere hacer una donación para apoyar "
313
- "el futuro desarrollo."
314
 
315
  #: ../content-aware-sidebars.php:1181
316
  msgid "Or you could:"
@@ -340,9 +326,7 @@ msgstr "No se han encontrado resultados."
340
  msgid ""
341
  "The current group has unsaved changes. Do you want to continue and discard "
342
  "these changes?"
343
- msgstr ""
344
- "El grupo actual tiene cambios no guardados. ¿Quieres continuar y descartar "
345
- "estos cambios?"
346
 
347
  #: ../modules/abstract.php:106
348
  #, php-format
@@ -398,8 +382,7 @@ msgstr "Tipos de contenido"
398
  #: ../modules/post_type.php:119 ../modules/post_type.php:190
399
  #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
400
  msgid "Automatically select new children of a selected ancestor"
401
- msgstr ""
402
- "Seleccionar automáticamente nuevos inferiores de los superiores seleccionados"
403
 
404
  #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
405
  #, php-format
@@ -445,51 +428,3 @@ msgstr "URLs"
445
  #: ../modules/url.php:40
446
  msgid "Add"
447
  msgstr "Añadir"
448
-
449
- #, fuzzy
450
- #~ msgid "Condition group added"
451
- #~ msgstr "Grupo de condiciones"
452
-
453
- #~ msgid "Show with All %s"
454
- #~ msgstr "Mostrar con todos %s"
455
-
456
- #~ msgid "Sidebar updated. <a href=\"%s\">Manage widgets</a>"
457
- #~ msgstr ""
458
- #~ "Barra lateral actualizada. <a href=\"%s\">Administrar los widgets</a>"
459
-
460
- #~ msgid "Sidebar published. <a href=\"%s\">Manage widgets</a>"
461
- #~ msgstr "Barra lateral publicada. <a href=\"%s\">Administrar los widgets</a>"
462
-
463
- #~ msgid "Sidebar submitted. <a href=\"%s\">Manage widgets</a>"
464
- #~ msgstr "Barra lateral enviada. <a href=\"%s\">Administrar los widgets</a>"
465
-
466
- #~ msgid "Spread the Word"
467
- #~ msgstr "Ayudar al autor del plugin"
468
-
469
- #~ msgid "Show with %s"
470
- #~ msgstr "Mostrar con %s"
471
-
472
- #~ msgid "http://www.intox.dk/"
473
- #~ msgstr "http://www.intox.dk/"
474
-
475
- #~ msgid "Joachim Jensen, Intox Studio"
476
- #~ msgstr "Joachim Jensen, Intox Studio"
477
-
478
- #~ msgid "Words from the author"
479
- #~ msgstr "Et par ord fra forfatteren"
480
-
481
- #~ msgid ""
482
- #~ "Remember to <a class=\"button\" href=\"%1$s\" target=\"_blank\">rate</a> "
483
- #~ "and <a class=\"button\" href=\"%2$s\" target=\"_blank\">share</a> it too!"
484
- #~ msgstr ""
485
- #~ "Glem ikke at <a class=\"button\" href=\"%1$s\" target=\"_blank\">vurdere</"
486
- #~ "a> og <a class=\"button\" href=\"%2$s\" target=\"_blank\">dele</a> det!"
487
-
488
- #~ msgid "Check out Content Aware Sidebars for %23WordPress! :)"
489
- #~ msgstr "Jeg bruger Content Aware Sidebars til %23WordPress! :)"
490
-
491
- #~ msgid "bbPress"
492
- #~ msgstr "bbPress"
493
-
494
- #~ msgid "Sidebar draft updated. <a href=\"%s\">Manage widgets</a>"
495
- #~ msgstr "Sidebar-udkast opdateret. <a href=\"%s\">Håndter widgets</a>"
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
  "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-19 15:41+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Spanish (http://www.transifex.com/projects/p/content-aware-sidebars/language/es/)\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: es\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
 
25
  #: ../content-aware-sidebars.php:117
26
  msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Administrar y mostrar las barras laterales, en función del contenido que se está viendo."
 
 
28
 
29
  #: ../content-aware-sidebars.php:118
30
  msgid "Content Aware Sidebars"
53
 
54
  #: ../content-aware-sidebars.php:271
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
+ msgstr "Reemplazar la barra lateral huésped, fusionar con la misma, o añadir una barra lateral manualmente."
 
 
57
 
58
  #: ../content-aware-sidebars.php:275
59
  msgid "Replace"
81
 
82
  #: ../content-aware-sidebars.php:292
83
  msgid "Place sidebar on top or bottom of host when merging."
84
+ msgstr "Coloque esta barra lateral en la parte de arriba o abajo del huésped, al fusionar."
 
 
85
 
86
  #: ../content-aware-sidebars.php:296
87
  msgid "Top"
220
  msgid ""
221
  "Each created condition group describe some specific content (conditions) "
222
  "that the current sidebar should be displayed with."
223
+ msgstr "Cada grupo de condiciones creado, describe un contenido específico (de condiciones) con el que la barra lateral actual se debe mostrar."
 
 
224
 
225
  #: ../content-aware-sidebars.php:893
226
  msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
  "groups do not interfere with each other. Thus it is possible to have both "
231
  "extremely focused and at the same time distinct conditions."
232
+ msgstr "El contenido agregado a un grupo de condiciones utiliza la conjunción lógica, mientras que estos grupos de condiciones utilizan la disyunción lógica. Esto significa que el contenido que sea agregado a un grupo deberá estar relacionado, porque sera tratado de esta manera. Significa tambien que los grupos no pueden interferirse mutuamente. Por lo cual, es posible obtener condiciones extremadamente específicas y al mismo tiempo distintas."
 
 
 
 
 
 
233
 
234
  #: ../content-aware-sidebars.php:896
235
  msgid "More Information"
245
 
246
  #: ../content-aware-sidebars.php:938
247
  msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr "Haga clic para editar un grupo o crear uno nuevo. Seleccione el contenido de la izquierda para añadirlo. En cada grupo, se pueden combinar diferentes tipos de contenido asociado."
 
 
 
251
 
252
  #: ../content-aware-sidebars.php:939
253
  msgid "Display sidebar with"
257
  msgid ""
258
  "No content. Please add at least one condition group to make the sidebar "
259
  "content aware."
260
+ msgstr "Sin contenido. Por favor añada al menos un grupo de condiciones para que la barra lateral pueda tener en cuenta el contenido."
 
 
261
 
262
  #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
  msgid "Save"
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr "Si usted ama este plugin, por favor considere hacer una donación para apoyar el futuro desarrollo."
 
 
300
 
301
  #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
326
  msgid ""
327
  "The current group has unsaved changes. Do you want to continue and discard "
328
  "these changes?"
329
+ msgstr "El grupo actual tiene cambios no guardados. ¿Quieres continuar y descartar estos cambios?"
 
 
330
 
331
  #: ../modules/abstract.php:106
332
  #, php-format
382
  #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
  #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
  msgid "Automatically select new children of a selected ancestor"
385
+ msgstr "Seleccionar automáticamente nuevos inferiores de los superiores seleccionados"
 
386
 
387
  #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
  #, php-format
428
  #: ../modules/url.php:40
429
  msgid "Add"
430
  msgstr "Añadir"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-hu_HU.mo CHANGED
Binary file
lang/content-aware-sidebars-hu_HU.po CHANGED
@@ -1,411 +1,424 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 2.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2014-05-01 12:57+0100\n"
8
- "PO-Revision-Date: 2014-06-20 15:20+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: Kis Lukács <kislukacs@gmail.com>\n"
11
- "Language: hu_HU\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
15
  "X-Generator: Poedit 1.6.5\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Poedit-Basepath: .\n"
20
- "X-Textdomain-Support: yes\n"
21
- "X-Poedit-SourceCharset: UTF-8\n"
22
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPath-1: ..\n"
 
 
25
 
26
- #: ../content-aware-sidebars.php:111
27
  msgid "Manage and show sidebars according to the content being viewed."
28
  msgstr "Az oldalsávok kezelése és megjelenítése a tartalomnak megfelelően."
29
 
30
- #: ../content-aware-sidebars.php:112
31
  msgid "Content Aware Sidebars"
32
  msgstr "Tartalomfüggő oldalsáv"
33
 
34
- #: ../content-aware-sidebars.php:232 ../content-aware-sidebars.php:432
35
  msgid "Exposure"
36
  msgstr "Expozíció"
37
 
38
- #: ../content-aware-sidebars.php:238
39
  msgid "Singular"
40
  msgstr "Egyes szám"
41
 
42
- #: ../content-aware-sidebars.php:239
43
  msgid "Singular & Archive"
44
  msgstr "Egyes szám & archívum"
45
 
46
- #: ../content-aware-sidebars.php:240
47
  msgid "Archive"
48
  msgstr "Archívum"
49
 
50
- #: ../content-aware-sidebars.php:244 ../content-aware-sidebars.php:433
51
  msgctxt "option"
52
  msgid "Handle"
53
  msgstr "Művelet"
54
 
55
- #: ../content-aware-sidebars.php:246
56
  msgid "Replace host sidebar, merge with it or add sidebar manually."
57
- msgstr ""
58
- "Eredeti oldalsáv helyettesítése, egyesítés vele vagy oldalsáv hozzáadása "
59
- "manuálisan."
60
 
61
- #: ../content-aware-sidebars.php:250
62
  msgid "Replace"
63
  msgstr "Helyettesítés"
64
 
65
- #: ../content-aware-sidebars.php:251
66
  msgid "Merge"
67
  msgstr "Egyesítés"
68
 
69
- #: ../content-aware-sidebars.php:252
70
  msgid "Manual"
71
  msgstr "Manuális"
72
 
73
- #: ../content-aware-sidebars.php:256
 
 
 
 
74
  msgid "Host Sidebar"
75
  msgstr "Eredeti oldalsáv"
76
 
77
- #: ../content-aware-sidebars.php:264 ../content-aware-sidebars.php:434
78
  msgid "Merge position"
79
  msgstr "Egyesítés helye"
80
 
81
- #: ../content-aware-sidebars.php:266
82
  msgid "Place sidebar on top or bottom of host when merging."
83
- msgstr ""
84
- "Az oldalsáv elhelyezése a eredeti oldalsáv fölött vagy alatt egyesítéskor."
85
 
86
- #: ../content-aware-sidebars.php:270
87
  msgid "Top"
88
  msgstr "Fent"
89
 
90
- #: ../content-aware-sidebars.php:271
91
  msgid "Bottom"
92
  msgstr "Lent"
93
 
94
- #: ../content-aware-sidebars.php:296
95
  msgid "Sidebars"
96
  msgstr "Oldalsávok"
97
 
98
- #: ../content-aware-sidebars.php:297
99
  msgid "Sidebar"
100
  msgstr "Oldalsáv"
101
 
102
- #: ../content-aware-sidebars.php:298
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Új hozzáadása"
106
 
107
- #: ../content-aware-sidebars.php:299
108
  msgid "Add New Sidebar"
109
  msgstr "Új oldalsáv hozzáadása"
110
 
111
- #: ../content-aware-sidebars.php:300
112
  msgid "Edit Sidebar"
113
  msgstr "Oldalsáv szerkesztése"
114
 
115
- #: ../content-aware-sidebars.php:301
116
  msgid "New Sidebar"
117
  msgstr "Új oldalsáv"
118
 
119
- #: ../content-aware-sidebars.php:302
120
  msgid "All Sidebars"
121
  msgstr "Összes oldalsáv"
122
 
123
- #: ../content-aware-sidebars.php:303
124
  msgid "View Sidebar"
125
  msgstr "Oldalsáv megtekintése"
126
 
127
- #: ../content-aware-sidebars.php:304
128
  msgid "Search Sidebars"
129
  msgstr "Oldalsáv keresése"
130
 
131
- #: ../content-aware-sidebars.php:305
132
  msgid "No sidebars found"
133
  msgstr "Oldalsáv nem található"
134
 
135
- #: ../content-aware-sidebars.php:306
136
  msgid "No sidebars found in Trash"
137
  msgstr "Oldalsáv nem található a kukában"
138
 
139
- #: ../content-aware-sidebars.php:321 ../content-aware-sidebars.php:892
 
140
  msgid "Condition Groups"
141
  msgstr "Feltétel csoportok"
142
 
143
- #: ../content-aware-sidebars.php:322
144
  msgid "Condition Group"
145
  msgstr "Feltétel csoport"
146
 
147
- #: ../content-aware-sidebars.php:323
148
  msgctxt "group"
149
  msgid "Add New"
150
  msgstr "Új hozzáadása"
151
 
152
- #: ../content-aware-sidebars.php:324 ../content-aware-sidebars.php:892
153
- #: ../content-aware-sidebars.php:922
154
  msgid "Add New Group"
155
  msgstr "Új csoport hozzáadása"
156
 
157
- #: ../content-aware-sidebars.php:325 ../content-aware-sidebars.php:907
158
- #: ../content-aware-sidebars.php:1299
159
  msgctxt "group"
160
  msgid "Edit"
161
  msgstr "Szerkesztés"
162
 
163
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:354
164
  msgid "Sidebar updated."
165
  msgstr "Oldalsáv frissítve."
166
 
167
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:356
168
- #: ../content-aware-sidebars.php:358 ../content-aware-sidebars.php:363
169
  msgid "Manage widgets"
170
  msgstr "Widgetek kezelése"
171
 
172
- #: ../content-aware-sidebars.php:356
173
  msgid "Sidebar published."
174
  msgstr "Oldalsáv közzétéve."
175
 
176
- #: ../content-aware-sidebars.php:357
177
  msgid "Sidebar saved."
178
  msgstr "Oldalsáv mentve."
179
 
180
- #: ../content-aware-sidebars.php:358
181
  msgid "Sidebar submitted."
182
  msgstr "Oldalsáv létrehozva."
183
 
184
- #: ../content-aware-sidebars.php:359
185
  #, php-format
186
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
187
  msgstr "Oldalsáv időzítve: <strong>%1$s</strong>."
188
 
189
- #: ../content-aware-sidebars.php:361
 
190
  msgid "M j, Y @ G:i"
191
  msgstr "M j, Y @ G:i"
192
 
193
- #: ../content-aware-sidebars.php:364
194
  msgid "Sidebar draft updated."
195
  msgstr "Oldalsáv vázlat frissítve."
196
 
197
- #: ../content-aware-sidebars.php:408 ../content-aware-sidebars.php:493
198
  msgid "Please update Host Sidebar"
199
  msgstr "Kérjük, frissítse az eredeti oldalsávot"
200
 
201
- #: ../content-aware-sidebars.php:568
202
  msgid "Manage Widgets"
203
  msgstr "Widgetek kezelése"
204
 
205
- #: ../content-aware-sidebars.php:821
206
  msgid "Support the Author of Content Aware Sidebars"
207
  msgstr "A szerző támogatása"
208
 
209
- #: ../content-aware-sidebars.php:829
210
  msgid "Content"
211
  msgstr "Tartalom"
212
 
213
- #: ../content-aware-sidebars.php:837
214
  msgid "Options"
215
  msgstr "Beállítások"
216
 
 
 
 
 
 
 
217
  #: ../content-aware-sidebars.php:893
218
  msgid ""
219
- "Click to edit a group or create a new one. Select content on the left to add "
220
- "it. In each group, you can combine different types of associated content."
221
- msgstr ""
222
- "Kattintson ide a csoportok szerkesztéséhez, vagy új létrehozásához. A "
223
- "tartalmat válassza ki a bal oldalon. Minden csoportban külön tudja kezelni a "
224
- "tartalomhoz megfelelő típusokat."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
 
226
- #: ../content-aware-sidebars.php:894
227
  msgid "Display sidebar with"
228
  msgstr "Oldalsáv megjelenítése ezzel"
229
 
230
- #: ../content-aware-sidebars.php:899
231
  msgid ""
232
  "No content. Please add at least one condition group to make the sidebar "
233
  "content aware."
234
- msgstr ""
235
- "Nincs tartalom. Kérjük, adjon hozzá legalább egy feltétel csoportot, hogy az "
236
- "oldalsáv tartalomfüggő legyen. "
237
 
238
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1297
239
  msgid "Save"
240
  msgstr "Mentés"
241
 
242
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1298
243
  msgid "Cancel"
244
  msgstr "Mégse"
245
 
246
- #: ../content-aware-sidebars.php:907 ../content-aware-sidebars.php:1300
247
  msgid "Remove"
248
  msgstr "Eltávolítás"
249
 
250
- #: ../content-aware-sidebars.php:997 ../content-aware-sidebars.php:1002
251
- #: ../content-aware-sidebars.php:1044 ../content-aware-sidebars.php:1049
252
- #: ../content-aware-sidebars.php:1082 ../content-aware-sidebars.php:1087
253
  msgid "Unauthorized request"
254
  msgstr "Jogosulatlan kérés"
255
 
256
- #: ../content-aware-sidebars.php:1010
257
  msgid "Condition group cannot be empty"
258
  msgstr "Feltétel csoportot nem leht létrehozni"
259
 
260
- #: ../content-aware-sidebars.php:1024
261
  msgid "Condition group saved"
262
  msgstr "Feltétel csoport mentve"
263
 
264
- #: ../content-aware-sidebars.php:1056
265
- msgid "Condition group could not be created"
266
- msgstr "Feltétel csoportot nem leht létrehozni"
267
-
268
- #: ../content-aware-sidebars.php:1061
269
- msgid "Condition group added"
270
- msgstr "Feltétel csoport hozzáadva"
271
-
272
- #: ../content-aware-sidebars.php:1092
273
  msgid "Condition group could not be removed"
274
  msgstr "Feltétel csoportot nem lehet törölni"
275
 
276
- #: ../content-aware-sidebars.php:1097
277
  msgid "Condition group removed"
278
  msgstr "Feltétel csoport törölve"
279
 
280
- #: ../content-aware-sidebars.php:1163
281
  msgid ""
282
  "If you love this plugin, please consider donating to support future "
283
  "development."
284
- msgstr ""
285
- "Ha tetszik ez a plugin, kérjük támogassa, hogy folytathassuk a fejlesztését."
286
 
287
- #: ../content-aware-sidebars.php:1172
288
  msgid "Or you could:"
289
  msgstr "Vagy esetleg:"
290
 
291
- #: ../content-aware-sidebars.php:1174
292
  msgid "Rate the plugin on WordPress.org"
293
  msgstr "Értékelje a plugint a WordPress.org címen"
294
 
295
- #: ../content-aware-sidebars.php:1175
296
  msgid "Link to the plugin page"
297
  msgstr "Link a plugin oldalra"
298
 
299
- #: ../content-aware-sidebars.php:1176
300
  msgid "Translate the plugin into your language"
301
  msgstr "Plugin lefordítása a saját nyelvre"
302
 
303
- #: ../content-aware-sidebars.php:1301
304
  msgid "Remove this group and its contents permanently?"
305
  msgstr "Csoport és tartalmának eltávolítása véglegesen?"
306
 
307
- #: ../content-aware-sidebars.php:1302
308
  msgid "No results found."
309
  msgstr "Nincs találat."
310
 
311
- #: ../content-aware-sidebars.php:1303
312
  msgid ""
313
  "The current group has unsaved changes. Do you want to continue and discard "
314
  "these changes?"
315
- msgstr ""
316
- "A csoportban vannak nem mentett módosítások. Valóban szeretné elvetni a "
317
- "módosításokat és szeretne továbblépni?"
318
 
319
- #: ../modules/abstract.php:88
320
  #, php-format
321
  msgid "Display with All %s"
322
  msgstr "Megjelenítés az összes %s-val/vel"
323
 
324
- #: ../modules/abstract.php:98 ../modules/bp_member.php:104
325
- #: ../modules/post_type.php:198 ../modules/taxonomy.php:243
326
  msgid "View All"
327
  msgstr "Összes megtekintése"
328
 
329
- #: ../modules/abstract.php:105 ../modules/abstract.php:108
330
- #: ../modules/post_type.php:204 ../modules/post_type.php:207
331
- #: ../modules/taxonomy.php:249 ../modules/taxonomy.php:252
332
  msgid "Search"
333
  msgstr "Keresés"
334
 
335
- #: ../modules/abstract.php:116 ../modules/bp_member.php:113
336
- #: ../modules/post_type.php:217 ../modules/taxonomy.php:262
337
  msgid "Add to Group"
338
  msgstr "Hozzáadás a csoporthoz"
339
 
340
- #: ../modules/abstract.php:188
341
  #, php-format
342
  msgid "All %s"
343
  msgstr "Összes %s"
344
 
345
- #: ../modules/author.php:22
346
  msgid "Authors"
347
  msgstr "Szerzők"
348
 
349
- #: ../modules/bbpress.php:23
350
  msgid "bbPress User Profiles"
351
  msgstr "bbPress felhasználói fiókok"
352
 
353
- #: ../modules/bp_member.php:21
354
  msgid "BuddyPress Members"
355
  msgstr "BuddyPress felhasználók"
356
 
357
- #: ../modules/page_template.php:22
358
  msgid "Page Templates"
359
  msgstr "Oldal sablonok"
360
 
361
- #: ../modules/polylang.php:21 ../modules/qtranslate.php:21
362
- #: ../modules/transposh.php:21 ../modules/wpml.php:21
363
  msgid "Languages"
364
  msgstr "Nyelvek"
365
 
366
- #: ../modules/post_type.php:28
367
  msgid "Post Types"
368
  msgstr "Bejegyzés típusok"
369
 
370
- #: ../modules/post_type.php:105 ../modules/post_type.php:171
371
- #: ../modules/taxonomy.php:182 ../modules/taxonomy.php:217
372
  msgid "Automatically select new children of a selected ancestor"
373
  msgstr "Automatikus utód kiválasztása az ős alapján."
374
 
375
- #: ../modules/post_type.php:177 ../modules/taxonomy.php:221
376
  #, php-format
377
  msgid "Display with %s"
378
  msgstr "Megjelenítés %s-val/vel."
379
 
380
- #: ../modules/post_type.php:182 ../modules/taxonomy.php:225
381
  msgid "No items."
382
  msgstr "Nincs elem."
383
 
384
- #: ../modules/post_type.php:193
385
  msgid "Most Recent"
386
  msgstr "Legújabb"
387
 
388
- #: ../modules/static.php:23
389
  msgid "Static Pages"
390
  msgstr "Statikus oldal"
391
 
392
- #: ../modules/static.php:33
393
  msgid "Front Page"
394
  msgstr "Kezdőlap"
395
 
396
- #: ../modules/static.php:34
397
  msgid "Search Results"
398
  msgstr "Keresési találatok"
399
 
400
- #: ../modules/static.php:35
401
  msgid "404 Page"
402
  msgstr "404-es oldal"
403
 
404
- #: ../modules/taxonomy.php:34
405
  msgid "Taxonomies"
406
  msgstr "Taxonómiák"
407
 
408
- #: ../modules/taxonomy.php:238
409
  msgid "Most Used"
410
  msgstr "Leggyakrabban használt"
411
 
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ # Neftigon <kislukacs@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
+ "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
10
+ "PO-Revision-Date: 2014-08-21 14:41+0000\n"
11
+ "Last-Translator: Neftigon <kislukacs@gmail.com>\n"
12
+ "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/content-aware-sidebars/language/hu_HU/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: hu_HU\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Generator: Poedit 1.6.5\n"
 
 
 
19
  "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
 
26
+ #: ../content-aware-sidebars.php:117
27
  msgid "Manage and show sidebars according to the content being viewed."
28
  msgstr "Az oldalsávok kezelése és megjelenítése a tartalomnak megfelelően."
29
 
30
+ #: ../content-aware-sidebars.php:118
31
  msgid "Content Aware Sidebars"
32
  msgstr "Tartalomfüggő oldalsáv"
33
 
34
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
35
  msgid "Exposure"
36
  msgstr "Expozíció"
37
 
38
+ #: ../content-aware-sidebars.php:263
39
  msgid "Singular"
40
  msgstr "Egyes szám"
41
 
42
+ #: ../content-aware-sidebars.php:264
43
  msgid "Singular & Archive"
44
  msgstr "Egyes szám & archívum"
45
 
46
+ #: ../content-aware-sidebars.php:265
47
  msgid "Archive"
48
  msgstr "Archívum"
49
 
50
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
51
  msgctxt "option"
52
  msgid "Handle"
53
  msgstr "Művelet"
54
 
55
+ #: ../content-aware-sidebars.php:271
56
  msgid "Replace host sidebar, merge with it or add sidebar manually."
57
+ msgstr "Eredeti oldalsáv helyettesítése, egyesítés vele vagy oldalsáv hozzáadása manuálisan."
 
 
58
 
59
+ #: ../content-aware-sidebars.php:275
60
  msgid "Replace"
61
  msgstr "Helyettesítés"
62
 
63
+ #: ../content-aware-sidebars.php:276
64
  msgid "Merge"
65
  msgstr "Egyesítés"
66
 
67
+ #: ../content-aware-sidebars.php:277
68
  msgid "Manual"
69
  msgstr "Manuális"
70
 
71
+ #: ../content-aware-sidebars.php:278
72
+ msgid "Forced replace"
73
+ msgstr "Kötelező csere"
74
+
75
+ #: ../content-aware-sidebars.php:282
76
  msgid "Host Sidebar"
77
  msgstr "Eredeti oldalsáv"
78
 
79
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
80
  msgid "Merge position"
81
  msgstr "Egyesítés helye"
82
 
83
+ #: ../content-aware-sidebars.php:292
84
  msgid "Place sidebar on top or bottom of host when merging."
85
+ msgstr "Az oldalsáv elhelyezése a eredeti oldalsáv fölött vagy alatt egyesítéskor."
 
86
 
87
+ #: ../content-aware-sidebars.php:296
88
  msgid "Top"
89
  msgstr "Fent"
90
 
91
+ #: ../content-aware-sidebars.php:297
92
  msgid "Bottom"
93
  msgstr "Lent"
94
 
95
+ #: ../content-aware-sidebars.php:322
96
  msgid "Sidebars"
97
  msgstr "Oldalsávok"
98
 
99
+ #: ../content-aware-sidebars.php:323
100
  msgid "Sidebar"
101
  msgstr "Oldalsáv"
102
 
103
+ #: ../content-aware-sidebars.php:324
104
  msgctxt "sidebar"
105
  msgid "Add New"
106
  msgstr "Új hozzáadása"
107
 
108
+ #: ../content-aware-sidebars.php:325
109
  msgid "Add New Sidebar"
110
  msgstr "Új oldalsáv hozzáadása"
111
 
112
+ #: ../content-aware-sidebars.php:326
113
  msgid "Edit Sidebar"
114
  msgstr "Oldalsáv szerkesztése"
115
 
116
+ #: ../content-aware-sidebars.php:327
117
  msgid "New Sidebar"
118
  msgstr "Új oldalsáv"
119
 
120
+ #: ../content-aware-sidebars.php:328
121
  msgid "All Sidebars"
122
  msgstr "Összes oldalsáv"
123
 
124
+ #: ../content-aware-sidebars.php:329
125
  msgid "View Sidebar"
126
  msgstr "Oldalsáv megtekintése"
127
 
128
+ #: ../content-aware-sidebars.php:330
129
  msgid "Search Sidebars"
130
  msgstr "Oldalsáv keresése"
131
 
132
+ #: ../content-aware-sidebars.php:331
133
  msgid "No sidebars found"
134
  msgstr "Oldalsáv nem található"
135
 
136
+ #: ../content-aware-sidebars.php:332
137
  msgid "No sidebars found in Trash"
138
  msgstr "Oldalsáv nem található a kukában"
139
 
140
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
141
+ #: ../content-aware-sidebars.php:937
142
  msgid "Condition Groups"
143
  msgstr "Feltétel csoportok"
144
 
145
+ #: ../content-aware-sidebars.php:348
146
  msgid "Condition Group"
147
  msgstr "Feltétel csoport"
148
 
149
+ #: ../content-aware-sidebars.php:349
150
  msgctxt "group"
151
  msgid "Add New"
152
  msgstr "Új hozzáadása"
153
 
154
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
155
+ #: ../content-aware-sidebars.php:967
156
  msgid "Add New Group"
157
  msgstr "Új csoport hozzáadása"
158
 
159
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
160
+ #: ../content-aware-sidebars.php:1308
161
  msgctxt "group"
162
  msgid "Edit"
163
  msgstr "Szerkesztés"
164
 
165
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
166
  msgid "Sidebar updated."
167
  msgstr "Oldalsáv frissítve."
168
 
169
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
170
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
171
  msgid "Manage widgets"
172
  msgstr "Widgetek kezelése"
173
 
174
+ #: ../content-aware-sidebars.php:382
175
  msgid "Sidebar published."
176
  msgstr "Oldalsáv közzétéve."
177
 
178
+ #: ../content-aware-sidebars.php:383
179
  msgid "Sidebar saved."
180
  msgstr "Oldalsáv mentve."
181
 
182
+ #: ../content-aware-sidebars.php:384
183
  msgid "Sidebar submitted."
184
  msgstr "Oldalsáv létrehozva."
185
 
186
+ #: ../content-aware-sidebars.php:385
187
  #, php-format
188
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
189
  msgstr "Oldalsáv időzítve: <strong>%1$s</strong>."
190
 
191
+ #. translators: Publish box date format, see http://php.net/date
192
+ #: ../content-aware-sidebars.php:387
193
  msgid "M j, Y @ G:i"
194
  msgstr "M j, Y @ G:i"
195
 
196
+ #: ../content-aware-sidebars.php:390
197
  msgid "Sidebar draft updated."
198
  msgstr "Oldalsáv vázlat frissítve."
199
 
200
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
201
  msgid "Please update Host Sidebar"
202
  msgstr "Kérjük, frissítse az eredeti oldalsávot"
203
 
204
+ #: ../content-aware-sidebars.php:598
205
  msgid "Manage Widgets"
206
  msgstr "Widgetek kezelése"
207
 
208
+ #: ../content-aware-sidebars.php:853
209
  msgid "Support the Author of Content Aware Sidebars"
210
  msgstr "A szerző támogatása"
211
 
212
+ #: ../content-aware-sidebars.php:861
213
  msgid "Content"
214
  msgstr "Tartalom"
215
 
216
+ #: ../content-aware-sidebars.php:869
217
  msgid "Options"
218
  msgstr "Beállítások"
219
 
220
+ #: ../content-aware-sidebars.php:892
221
+ msgid ""
222
+ "Each created condition group describe some specific content (conditions) "
223
+ "that the current sidebar should be displayed with."
224
+ msgstr "Minden létrehozott csoport egy bizonyos tartalomfajtát (feltételt) jelöl, ami mellett az oldalsáv meg fog jelenni."
225
+
226
  #: ../content-aware-sidebars.php:893
227
  msgid ""
228
+ "Content added to a condition group uses logical conjunction, while condition"
229
+ " groups themselves use logical disjunction. This means that content added to"
230
+ " a group should be associated, as they are treated as such, and that the "
231
+ "groups do not interfere with each other. Thus it is possible to have both "
232
+ "extremely focused and at the same time distinct conditions."
233
+ msgstr "Tartalom hozzáadva a csoporthoz logikai konjunkció alapján, míg a csoportok egymással logikai diszjunkcióban vannak. A csoporthoz adott tartalmat társítani kell, együtt kell kezelni őket, és a csoportok között nem lehet átfedés. Így elérhető, hogy minden célzottan jelenjen meg a megfelelő helyen és körülmények között."
234
+
235
+ #: ../content-aware-sidebars.php:896
236
+ msgid "More Information"
237
+ msgstr "További információk"
238
+
239
+ #: ../content-aware-sidebars.php:897
240
+ msgid "FAQ"
241
+ msgstr "GYIK"
242
+
243
+ #: ../content-aware-sidebars.php:898
244
+ msgid "Get Support"
245
+ msgstr "Segítség kérése"
246
+
247
+ #: ../content-aware-sidebars.php:938
248
+ msgid ""
249
+ "Click to edit a group or create a new one. Select content on the left to add"
250
+ " it. In each group, you can combine different types of associated content."
251
+ msgstr "Kattintson ide a csoportok szerkesztéséhez, vagy új létrehozásához. A tartalmat válassza ki a bal oldalon. Minden csoportban külön tudja kezelni a tartalomhoz megfelelő típusokat."
252
 
253
+ #: ../content-aware-sidebars.php:939
254
  msgid "Display sidebar with"
255
  msgstr "Oldalsáv megjelenítése ezzel"
256
 
257
+ #: ../content-aware-sidebars.php:944
258
  msgid ""
259
  "No content. Please add at least one condition group to make the sidebar "
260
  "content aware."
261
+ msgstr "Nincs tartalom. Kérjük, adjon hozzá legalább egy feltétel csoportot, hogy az oldalsáv tartalomfüggő legyen. "
 
 
262
 
263
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
264
  msgid "Save"
265
  msgstr "Mentés"
266
 
267
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
268
  msgid "Cancel"
269
  msgstr "Mégse"
270
 
271
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
272
  msgid "Remove"
273
  msgstr "Eltávolítás"
274
 
275
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
276
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
 
277
  msgid "Unauthorized request"
278
  msgstr "Jogosulatlan kérés"
279
 
280
+ #: ../content-aware-sidebars.php:1055
281
  msgid "Condition group cannot be empty"
282
  msgstr "Feltétel csoportot nem leht létrehozni"
283
 
284
+ #: ../content-aware-sidebars.php:1069
285
  msgid "Condition group saved"
286
  msgstr "Feltétel csoport mentve"
287
 
288
+ #: ../content-aware-sidebars.php:1099
 
 
 
 
 
 
 
 
289
  msgid "Condition group could not be removed"
290
  msgstr "Feltétel csoportot nem lehet törölni"
291
 
292
+ #: ../content-aware-sidebars.php:1104
293
  msgid "Condition group removed"
294
  msgstr "Feltétel csoport törölve"
295
 
296
+ #: ../content-aware-sidebars.php:1172
297
  msgid ""
298
  "If you love this plugin, please consider donating to support future "
299
  "development."
300
+ msgstr "Ha tetszik ez a plugin, kérjük támogassa, hogy folytathassuk a fejlesztését."
 
301
 
302
+ #: ../content-aware-sidebars.php:1181
303
  msgid "Or you could:"
304
  msgstr "Vagy esetleg:"
305
 
306
+ #: ../content-aware-sidebars.php:1183
307
  msgid "Rate the plugin on WordPress.org"
308
  msgstr "Értékelje a plugint a WordPress.org címen"
309
 
310
+ #: ../content-aware-sidebars.php:1184
311
  msgid "Link to the plugin page"
312
  msgstr "Link a plugin oldalra"
313
 
314
+ #: ../content-aware-sidebars.php:1185
315
  msgid "Translate the plugin into your language"
316
  msgstr "Plugin lefordítása a saját nyelvre"
317
 
318
+ #: ../content-aware-sidebars.php:1310
319
  msgid "Remove this group and its contents permanently?"
320
  msgstr "Csoport és tartalmának eltávolítása véglegesen?"
321
 
322
+ #: ../content-aware-sidebars.php:1311
323
  msgid "No results found."
324
  msgstr "Nincs találat."
325
 
326
+ #: ../content-aware-sidebars.php:1312
327
  msgid ""
328
  "The current group has unsaved changes. Do you want to continue and discard "
329
  "these changes?"
330
+ msgstr "A csoportban vannak nem mentett módosítások. Valóban szeretné elvetni a módosításokat és szeretne továbblépni?"
 
 
331
 
332
+ #: ../modules/abstract.php:106
333
  #, php-format
334
  msgid "Display with All %s"
335
  msgstr "Megjelenítés az összes %s-val/vel"
336
 
337
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
338
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
339
  msgid "View All"
340
  msgstr "Összes megtekintése"
341
 
342
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
343
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
344
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
345
  msgid "Search"
346
  msgstr "Keresés"
347
 
348
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
349
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
350
  msgid "Add to Group"
351
  msgstr "Hozzáadás a csoporthoz"
352
 
353
+ #: ../modules/abstract.php:206
354
  #, php-format
355
  msgid "All %s"
356
  msgstr "Összes %s"
357
 
358
+ #: ../modules/author.php:28
359
  msgid "Authors"
360
  msgstr "Szerzők"
361
 
362
+ #: ../modules/bbpress.php:29
363
  msgid "bbPress User Profiles"
364
  msgstr "bbPress felhasználói fiókok"
365
 
366
+ #: ../modules/bp_member.php:27
367
  msgid "BuddyPress Members"
368
  msgstr "BuddyPress felhasználók"
369
 
370
+ #: ../modules/page_template.php:28
371
  msgid "Page Templates"
372
  msgstr "Oldal sablonok"
373
 
374
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
375
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
376
  msgid "Languages"
377
  msgstr "Nyelvek"
378
 
379
+ #: ../modules/post_type.php:34
380
  msgid "Post Types"
381
  msgstr "Bejegyzés típusok"
382
 
383
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
384
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
385
  msgid "Automatically select new children of a selected ancestor"
386
  msgstr "Automatikus utód kiválasztása az ős alapján."
387
 
388
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
389
  #, php-format
390
  msgid "Display with %s"
391
  msgstr "Megjelenítés %s-val/vel."
392
 
393
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
394
  msgid "No items."
395
  msgstr "Nincs elem."
396
 
397
+ #: ../modules/post_type.php:212
398
  msgid "Most Recent"
399
  msgstr "Legújabb"
400
 
401
+ #: ../modules/static.php:29
402
  msgid "Static Pages"
403
  msgstr "Statikus oldal"
404
 
405
+ #: ../modules/static.php:39
406
  msgid "Front Page"
407
  msgstr "Kezdőlap"
408
 
409
+ #: ../modules/static.php:40
410
  msgid "Search Results"
411
  msgstr "Keresési találatok"
412
 
413
+ #: ../modules/static.php:41
414
  msgid "404 Page"
415
  msgstr "404-es oldal"
416
 
417
+ #: ../modules/taxonomy.php:40
418
  msgid "Taxonomies"
419
  msgstr "Taxonómiák"
420
 
421
+ #: ../modules/taxonomy.php:268
422
  msgid "Most Used"
423
  msgstr "Leggyakrabban használt"
424
 
lang/content-aware-sidebars-it_IT.mo CHANGED
Binary file
lang/content-aware-sidebars-it_IT.po CHANGED
@@ -1,402 +1,424 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Content Aware Sidebars\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2014-05-01 12:57+0100\n"
8
- "PO-Revision-Date: 2014-06-20 15:21+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: MyWeb2 <info@myweb2.it>\n"
11
- "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.5\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
 
 
 
 
 
18
 
19
- #: ../content-aware-sidebars.php:111
20
  msgid "Manage and show sidebars according to the content being viewed."
21
  msgstr "Gestisce e mostra sidebars a seconda del contenuto visualizzato."
22
 
23
- #: ../content-aware-sidebars.php:112
24
  msgid "Content Aware Sidebars"
25
  msgstr "Content Aware Sidebars"
26
 
27
- #: ../content-aware-sidebars.php:232 ../content-aware-sidebars.php:432
28
  msgid "Exposure"
29
  msgstr "Tipologia"
30
 
31
- #: ../content-aware-sidebars.php:238
32
  msgid "Singular"
33
  msgstr "Singola"
34
 
35
- #: ../content-aware-sidebars.php:239
36
  msgid "Singular & Archive"
37
  msgstr "Singola e archivio"
38
 
39
- #: ../content-aware-sidebars.php:240
40
  msgid "Archive"
41
  msgstr "Archivio"
42
 
43
- #: ../content-aware-sidebars.php:244 ../content-aware-sidebars.php:433
44
  msgctxt "option"
45
  msgid "Handle"
46
  msgstr "Comportamento"
47
 
48
- #: ../content-aware-sidebars.php:246
49
  msgid "Replace host sidebar, merge with it or add sidebar manually."
50
- msgstr ""
51
- "Sostituisce sidebar, si fonde con essa o aggiunge la sidebar manualmente."
52
 
53
- #: ../content-aware-sidebars.php:250
54
  msgid "Replace"
55
  msgstr "Sostituzione"
56
 
57
- #: ../content-aware-sidebars.php:251
58
  msgid "Merge"
59
  msgstr "Unione"
60
 
61
- #: ../content-aware-sidebars.php:252
62
  msgid "Manual"
63
  msgstr "Manuale"
64
 
65
- #: ../content-aware-sidebars.php:256
 
 
 
 
66
  msgid "Host Sidebar"
67
  msgstr "Sidebar"
68
 
69
- #: ../content-aware-sidebars.php:264 ../content-aware-sidebars.php:434
70
  msgid "Merge position"
71
  msgstr "Posizione"
72
 
73
- #: ../content-aware-sidebars.php:266
74
  msgid "Place sidebar on top or bottom of host when merging."
75
  msgstr "Posizione sidebar in alto o in basso dell'host durante la fusione."
76
 
77
- #: ../content-aware-sidebars.php:270
78
  msgid "Top"
79
  msgstr "Alto"
80
 
81
- #: ../content-aware-sidebars.php:271
82
  msgid "Bottom"
83
  msgstr "Basso"
84
 
85
- #: ../content-aware-sidebars.php:296
86
  msgid "Sidebars"
87
  msgstr "Sidebars"
88
 
89
- #: ../content-aware-sidebars.php:297
90
  msgid "Sidebar"
91
  msgstr "Sidebar"
92
 
93
- #: ../content-aware-sidebars.php:298
94
  msgctxt "sidebar"
95
  msgid "Add New"
96
  msgstr "Aggiungi"
97
 
98
- #: ../content-aware-sidebars.php:299
99
  msgid "Add New Sidebar"
100
  msgstr "Aggiungi Nuova Sidebar"
101
 
102
- #: ../content-aware-sidebars.php:300
103
  msgid "Edit Sidebar"
104
  msgstr "Modifica Sidebar"
105
 
106
- #: ../content-aware-sidebars.php:301
107
  msgid "New Sidebar"
108
  msgstr "Nuova Sidebar"
109
 
110
- #: ../content-aware-sidebars.php:302
111
  msgid "All Sidebars"
112
  msgstr "Tutte le Sidebars"
113
 
114
- #: ../content-aware-sidebars.php:303
115
  msgid "View Sidebar"
116
  msgstr "Vedi Sidebar"
117
 
118
- #: ../content-aware-sidebars.php:304
119
  msgid "Search Sidebars"
120
  msgstr "Cerca Sidebars"
121
 
122
- #: ../content-aware-sidebars.php:305
123
  msgid "No sidebars found"
124
  msgstr "Nessuna sidebar trovata"
125
 
126
- #: ../content-aware-sidebars.php:306
127
  msgid "No sidebars found in Trash"
128
- msgstr "nessuna sidebar cancellata"
129
 
130
- #: ../content-aware-sidebars.php:321 ../content-aware-sidebars.php:892
 
131
  msgid "Condition Groups"
132
  msgstr "Condizione gruppi "
133
 
134
- #: ../content-aware-sidebars.php:322
135
  msgid "Condition Group"
136
  msgstr "Condizione gruppo "
137
 
138
- #: ../content-aware-sidebars.php:323
139
  msgctxt "group"
140
  msgid "Add New"
141
  msgstr "Aggiungi"
142
 
143
- #: ../content-aware-sidebars.php:324 ../content-aware-sidebars.php:892
144
- #: ../content-aware-sidebars.php:922
145
  msgid "Add New Group"
146
  msgstr "Aggiungi"
147
 
148
- #: ../content-aware-sidebars.php:325 ../content-aware-sidebars.php:907
149
- #: ../content-aware-sidebars.php:1299
150
  msgctxt "group"
151
  msgid "Edit"
152
  msgstr "Modifica"
153
 
154
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:354
155
  msgid "Sidebar updated."
156
  msgstr "Sidebar aggiornata."
157
 
158
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:356
159
- #: ../content-aware-sidebars.php:358 ../content-aware-sidebars.php:363
160
  msgid "Manage widgets"
161
  msgstr "Gestione Widgets"
162
 
163
- #: ../content-aware-sidebars.php:356
164
  msgid "Sidebar published."
165
  msgstr "Sidebar pubblicata."
166
 
167
- #: ../content-aware-sidebars.php:357
168
  msgid "Sidebar saved."
169
  msgstr "Sidebar salvata."
170
 
171
- #: ../content-aware-sidebars.php:358
172
  msgid "Sidebar submitted."
173
- msgstr "Sidebar aggiornata."
174
 
175
- #: ../content-aware-sidebars.php:359
176
  #, php-format
177
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
178
  msgstr "Sidebar posticipata per: <strong>%1$s</strong>."
179
 
180
- #: ../content-aware-sidebars.php:361
 
181
  msgid "M j, Y @ G:i"
182
  msgstr "M j, Y @ G:i"
183
 
184
- #: ../content-aware-sidebars.php:364
185
  msgid "Sidebar draft updated."
186
  msgstr "Bozza sidebar aggiornata. "
187
 
188
- #: ../content-aware-sidebars.php:408 ../content-aware-sidebars.php:493
189
  msgid "Please update Host Sidebar"
190
  msgstr "Aggiorna Sidebar"
191
 
192
- #: ../content-aware-sidebars.php:568
193
  msgid "Manage Widgets"
194
  msgstr "Gestione Widgets"
195
 
196
- #: ../content-aware-sidebars.php:821
197
  msgid "Support the Author of Content Aware Sidebars"
198
  msgstr "Supporta l'autore di Content Aware Sidebars"
199
 
200
- #: ../content-aware-sidebars.php:829
201
  msgid "Content"
202
  msgstr "Contenuto"
203
 
204
- #: ../content-aware-sidebars.php:837
205
  msgid "Options"
206
  msgstr "Opzioni"
207
 
 
 
 
 
 
 
208
  #: ../content-aware-sidebars.php:893
209
  msgid ""
210
- "Click to edit a group or create a new one. Select content on the left to add "
211
- "it. In each group, you can combine different types of associated content."
212
- msgstr ""
213
- "Clicca per modificare un gruppo o crearne uno nuovo. Seleziona il contenuto "
214
- "a sinistra per aggiungerlo. In ogni gruppo, è possibile combinare diversi "
215
- "tipi di contenuti associati."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
 
217
- #: ../content-aware-sidebars.php:894
218
  msgid "Display sidebar with"
219
  msgstr "Visualizza larghezza sidebar"
220
 
221
- #: ../content-aware-sidebars.php:899
222
  msgid ""
223
  "No content. Please add at least one condition group to make the sidebar "
224
  "content aware."
225
- msgstr ""
226
- "Nessun contenuto. Si prega di aggiungere almeno una condizione di gruppo per "
227
- "impostare il il contenuto della sidebar"
228
 
229
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1297
230
  msgid "Save"
231
  msgstr "Salva"
232
 
233
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1298
234
  msgid "Cancel"
235
  msgstr "Annulla"
236
 
237
- #: ../content-aware-sidebars.php:907 ../content-aware-sidebars.php:1300
238
  msgid "Remove"
239
  msgstr "Elimina"
240
 
241
- #: ../content-aware-sidebars.php:997 ../content-aware-sidebars.php:1002
242
- #: ../content-aware-sidebars.php:1044 ../content-aware-sidebars.php:1049
243
- #: ../content-aware-sidebars.php:1082 ../content-aware-sidebars.php:1087
244
  msgid "Unauthorized request"
245
  msgstr "Richiesta non autorizzata"
246
 
247
- #: ../content-aware-sidebars.php:1010
248
  msgid "Condition group cannot be empty"
249
  msgstr "Impossibile creare condizioni di gruppo"
250
 
251
- #: ../content-aware-sidebars.php:1024
252
  msgid "Condition group saved"
253
  msgstr "Condizioni di gruppo salvate"
254
 
255
- #: ../content-aware-sidebars.php:1056
256
- msgid "Condition group could not be created"
257
- msgstr "Impossibile creare condizioni di gruppo"
258
-
259
- #: ../content-aware-sidebars.php:1061
260
- msgid "Condition group added"
261
- msgstr "Aggiunta condizione di gruppo"
262
-
263
- #: ../content-aware-sidebars.php:1092
264
  msgid "Condition group could not be removed"
265
  msgstr "Le condizioni di gruppo non possono essere eliminate"
266
 
267
- #: ../content-aware-sidebars.php:1097
268
  msgid "Condition group removed"
269
  msgstr "Condizione di gruppo eliminata "
270
 
271
- #: ../content-aware-sidebars.php:1163
272
  msgid ""
273
  "If you love this plugin, please consider donating to support future "
274
  "development."
275
- msgstr ""
276
- "Se ti piace questo plugin, considera l'eventualità di fare una donazione."
277
 
278
- #: ../content-aware-sidebars.php:1172
279
  msgid "Or you could:"
280
  msgstr "Ti potrebbe anche interessare:"
281
 
282
- #: ../content-aware-sidebars.php:1174
283
  msgid "Rate the plugin on WordPress.org"
284
  msgstr "Valutare il plugin su WordPress.org"
285
 
286
- #: ../content-aware-sidebars.php:1175
287
  msgid "Link to the plugin page"
288
- msgstr "Collegarti alla pagina WordPress del plugin"
289
 
290
- #: ../content-aware-sidebars.php:1176
291
  msgid "Translate the plugin into your language"
292
  msgstr "Tradurre questo plugin nella tua lingua"
293
 
294
- #: ../content-aware-sidebars.php:1301
295
  msgid "Remove this group and its contents permanently?"
296
  msgstr "Vuoi eliminare questo gruppo e il suo contenuto in modo permanente?"
297
 
298
- #: ../content-aware-sidebars.php:1302
299
  msgid "No results found."
300
  msgstr "Nessuna sidebar trovata"
301
 
302
- #: ../content-aware-sidebars.php:1303
303
  msgid ""
304
  "The current group has unsaved changes. Do you want to continue and discard "
305
  "these changes?"
306
- msgstr ""
307
- "Il gruppo attuale contiene modifiche non salvate. Vuoi proseguire e "
308
- "eliminare questi cambiamenti?"
309
 
310
- #: ../modules/abstract.php:88
311
  #, php-format
312
  msgid "Display with All %s"
313
  msgstr "Visualizza tutte le %s"
314
 
315
- #: ../modules/abstract.php:98 ../modules/bp_member.php:104
316
- #: ../modules/post_type.php:198 ../modules/taxonomy.php:243
317
  msgid "View All"
318
  msgstr "Vedi tutti"
319
 
320
- #: ../modules/abstract.php:105 ../modules/abstract.php:108
321
- #: ../modules/post_type.php:204 ../modules/post_type.php:207
322
- #: ../modules/taxonomy.php:249 ../modules/taxonomy.php:252
323
  msgid "Search"
324
  msgstr "Cerca"
325
 
326
- #: ../modules/abstract.php:116 ../modules/bp_member.php:113
327
- #: ../modules/post_type.php:217 ../modules/taxonomy.php:262
328
  msgid "Add to Group"
329
  msgstr "Aggiungi gruppo"
330
 
331
- #: ../modules/abstract.php:188
332
  #, php-format
333
  msgid "All %s"
334
  msgstr "Tutte le %s"
335
 
336
- #: ../modules/author.php:22
337
  msgid "Authors"
338
  msgstr "Autori"
339
 
340
- #: ../modules/bbpress.php:23
341
  msgid "bbPress User Profiles"
342
  msgstr "Profilo utente bbPress"
343
 
344
- #: ../modules/bp_member.php:21
345
  msgid "BuddyPress Members"
346
- msgstr "Utenti BuddyPress"
347
 
348
- #: ../modules/page_template.php:22
349
  msgid "Page Templates"
350
  msgstr "Template pagine"
351
 
352
- #: ../modules/polylang.php:21 ../modules/qtranslate.php:21
353
- #: ../modules/transposh.php:21 ../modules/wpml.php:21
354
  msgid "Languages"
355
  msgstr "Lingue"
356
 
357
- #: ../modules/post_type.php:28
358
  msgid "Post Types"
359
  msgstr "Tipi di messaggi"
360
 
361
- #: ../modules/post_type.php:105 ../modules/post_type.php:171
362
- #: ../modules/taxonomy.php:182 ../modules/taxonomy.php:217
363
  msgid "Automatically select new children of a selected ancestor"
364
  msgstr "Seleziona automaticamente nuovi figli di un percorso selezionato"
365
 
366
- #: ../modules/post_type.php:177 ../modules/taxonomy.php:221
367
  #, php-format
368
  msgid "Display with %s"
369
  msgstr "Larghezza %s"
370
 
371
- #: ../modules/post_type.php:182 ../modules/taxonomy.php:225
372
  msgid "No items."
373
  msgstr "Nessun oggetto."
374
 
375
- #: ../modules/post_type.php:193
376
  msgid "Most Recent"
377
  msgstr "Più usati"
378
 
379
- #: ../modules/static.php:23
380
  msgid "Static Pages"
381
  msgstr "Pagine statiche"
382
 
383
- #: ../modules/static.php:33
384
  msgid "Front Page"
385
  msgstr "Pagina principale"
386
 
387
- #: ../modules/static.php:34
388
  msgid "Search Results"
389
  msgstr "Risultati di ricerca"
390
 
391
- #: ../modules/static.php:35
392
  msgid "404 Page"
393
  msgstr "Pagina 404"
394
 
395
- #: ../modules/taxonomy.php:34
396
  msgid "Taxonomies"
397
  msgstr "Tassonomie"
398
 
399
- #: ../modules/taxonomy.php:238
400
  msgid "Most Used"
401
  msgstr "Più usati"
402
 
@@ -407,88 +429,3 @@ msgstr "URL"
407
  #: ../modules/url.php:40
408
  msgid "Add"
409
  msgstr "Aggiungi"
410
-
411
- #~ msgid "Show with All %s"
412
- #~ msgstr "Seleziona tutto: %s"
413
-
414
- #, fuzzy
415
- #~ msgid "New Sidebar Group"
416
- #~ msgstr "Nuova Sidebar"
417
-
418
- #, fuzzy
419
- #~ msgid "Sidebar Groups"
420
- #~ msgstr "Sidebars"
421
-
422
- #, fuzzy
423
- #~ msgid "Sidebar Group"
424
- #~ msgstr "Sidebar"
425
-
426
- #, fuzzy
427
- #~ msgid "Add New Sidebar Group"
428
- #~ msgstr "Aggiungi Nuova Sidebar"
429
-
430
- #, fuzzy
431
- #~ msgid "Edit Sidebar Group"
432
- #~ msgstr "Modifica Sidebar"
433
-
434
- #, fuzzy
435
- #~ msgid "All Sidebar Groups"
436
- #~ msgstr "Tutte le Sidebars"
437
-
438
- #, fuzzy
439
- #~ msgid "View Sidebar Group"
440
- #~ msgstr "Vedi Sidebar"
441
-
442
- #, fuzzy
443
- #~ msgid "Search Sidebar Groups"
444
- #~ msgstr "Cerca Sidebars"
445
-
446
- #, fuzzy
447
- #~ msgid "No sidebar groups found"
448
- #~ msgstr "Nessuna sidebar trovata"
449
-
450
- #, fuzzy
451
- #~ msgid "No sidebar groups found in Trash"
452
- #~ msgstr "nessuna sidebar cancellata"
453
-
454
- #~ msgid "http://www.intox.dk/"
455
- #~ msgstr "http://www.intox.dk/"
456
-
457
- #~ msgid "Joachim Jensen, Intox Studio"
458
- #~ msgstr "Joachim Jensen, Intox Studio"
459
-
460
- #~ msgid "Sidebar updated. <a href=\"%s\">Manage widgets</a>"
461
- #~ msgstr "Sidebar aggiornata. <a href=\"%s\">Gestione widgets</a>"
462
-
463
- #~ msgid "Sidebar published. <a href=\"%s\">Manage widgets</a>"
464
- #~ msgstr "Sidebar publicata. <a href=\"%s\">Gestione widgets</a>"
465
-
466
- #~ msgid "Sidebar submitted. <a href=\"%s\">Manage widgets</a>"
467
- #~ msgstr "Sidebar inviata. <a href=\"%s\">Gestione widgets</a>"
468
-
469
- #~ msgid "Spread the Word"
470
- #~ msgstr "Spargi la voce"
471
-
472
- #~ msgid "Show with %s"
473
- #~ msgstr "Mostra %s"
474
-
475
- #~ msgid "Words from the author"
476
- #~ msgstr "Parole dell'autore"
477
-
478
- #~ msgid ""
479
- #~ "Remember to <a class=\"button\" href=\"%1$s\" target=\"_blank\">rate</a> "
480
- #~ "and <a class=\"button\" href=\"%2$s\" target=\"_blank\">share</a> it too!"
481
- #~ msgstr ""
482
- #~ "Ricorda di <a class=\"button\" href=\"%1$s\" target=\"_blank"
483
- #~ "\">valutarlo</a> e <a class=\"button\" href=\"%2$s\" target=\"_blank"
484
- #~ "\">condiverlo</a>!"
485
-
486
- #~ msgid "Check out Content Aware Sidebars for %23WordPress! :)"
487
- #~ msgstr "Verifica Content Aware Sidebars per %23WordPress! :)"
488
-
489
- #~ msgid "bbPress"
490
- #~ msgstr "bbPress"
491
-
492
- #, fuzzy
493
- #~ msgid "Sidebar draft updated. <a href=\"%s\">Manage widgets</a>"
494
- #~ msgstr "Sidebar aggiornata. <a href=\"%s\">Gestione widgets</a>"
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ # Lucky65 <luciano@myweb2.it>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
10
+ "PO-Revision-Date: 2014-08-26 10:40+0000\n"
11
+ "Last-Translator: Lucky65 <luciano@myweb2.it>\n"
12
+ "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/content-aware-sidebars/language/it_IT/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: it_IT\n"
 
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.6.5\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
 
26
+ #: ../content-aware-sidebars.php:117
27
  msgid "Manage and show sidebars according to the content being viewed."
28
  msgstr "Gestisce e mostra sidebars a seconda del contenuto visualizzato."
29
 
30
+ #: ../content-aware-sidebars.php:118
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
35
  msgid "Exposure"
36
  msgstr "Tipologia"
37
 
38
+ #: ../content-aware-sidebars.php:263
39
  msgid "Singular"
40
  msgstr "Singola"
41
 
42
+ #: ../content-aware-sidebars.php:264
43
  msgid "Singular & Archive"
44
  msgstr "Singola e archivio"
45
 
46
+ #: ../content-aware-sidebars.php:265
47
  msgid "Archive"
48
  msgstr "Archivio"
49
 
50
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
51
  msgctxt "option"
52
  msgid "Handle"
53
  msgstr "Comportamento"
54
 
55
+ #: ../content-aware-sidebars.php:271
56
  msgid "Replace host sidebar, merge with it or add sidebar manually."
57
+ msgstr "Sostituisce sidebar, si fonde con essa o aggiunge la sidebar manualmente."
 
58
 
59
+ #: ../content-aware-sidebars.php:275
60
  msgid "Replace"
61
  msgstr "Sostituzione"
62
 
63
+ #: ../content-aware-sidebars.php:276
64
  msgid "Merge"
65
  msgstr "Unione"
66
 
67
+ #: ../content-aware-sidebars.php:277
68
  msgid "Manual"
69
  msgstr "Manuale"
70
 
71
+ #: ../content-aware-sidebars.php:278
72
+ msgid "Forced replace"
73
+ msgstr "Forza la sostituzione"
74
+
75
+ #: ../content-aware-sidebars.php:282
76
  msgid "Host Sidebar"
77
  msgstr "Sidebar"
78
 
79
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
80
  msgid "Merge position"
81
  msgstr "Posizione"
82
 
83
+ #: ../content-aware-sidebars.php:292
84
  msgid "Place sidebar on top or bottom of host when merging."
85
  msgstr "Posizione sidebar in alto o in basso dell'host durante la fusione."
86
 
87
+ #: ../content-aware-sidebars.php:296
88
  msgid "Top"
89
  msgstr "Alto"
90
 
91
+ #: ../content-aware-sidebars.php:297
92
  msgid "Bottom"
93
  msgstr "Basso"
94
 
95
+ #: ../content-aware-sidebars.php:322
96
  msgid "Sidebars"
97
  msgstr "Sidebars"
98
 
99
+ #: ../content-aware-sidebars.php:323
100
  msgid "Sidebar"
101
  msgstr "Sidebar"
102
 
103
+ #: ../content-aware-sidebars.php:324
104
  msgctxt "sidebar"
105
  msgid "Add New"
106
  msgstr "Aggiungi"
107
 
108
+ #: ../content-aware-sidebars.php:325
109
  msgid "Add New Sidebar"
110
  msgstr "Aggiungi Nuova Sidebar"
111
 
112
+ #: ../content-aware-sidebars.php:326
113
  msgid "Edit Sidebar"
114
  msgstr "Modifica Sidebar"
115
 
116
+ #: ../content-aware-sidebars.php:327
117
  msgid "New Sidebar"
118
  msgstr "Nuova Sidebar"
119
 
120
+ #: ../content-aware-sidebars.php:328
121
  msgid "All Sidebars"
122
  msgstr "Tutte le Sidebars"
123
 
124
+ #: ../content-aware-sidebars.php:329
125
  msgid "View Sidebar"
126
  msgstr "Vedi Sidebar"
127
 
128
+ #: ../content-aware-sidebars.php:330
129
  msgid "Search Sidebars"
130
  msgstr "Cerca Sidebars"
131
 
132
+ #: ../content-aware-sidebars.php:331
133
  msgid "No sidebars found"
134
  msgstr "Nessuna sidebar trovata"
135
 
136
+ #: ../content-aware-sidebars.php:332
137
  msgid "No sidebars found in Trash"
138
+ msgstr "nessuna sidebar spostata nel cestino"
139
 
140
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
141
+ #: ../content-aware-sidebars.php:937
142
  msgid "Condition Groups"
143
  msgstr "Condizione gruppi "
144
 
145
+ #: ../content-aware-sidebars.php:348
146
  msgid "Condition Group"
147
  msgstr "Condizione gruppo "
148
 
149
+ #: ../content-aware-sidebars.php:349
150
  msgctxt "group"
151
  msgid "Add New"
152
  msgstr "Aggiungi"
153
 
154
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
155
+ #: ../content-aware-sidebars.php:967
156
  msgid "Add New Group"
157
  msgstr "Aggiungi"
158
 
159
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
160
+ #: ../content-aware-sidebars.php:1308
161
  msgctxt "group"
162
  msgid "Edit"
163
  msgstr "Modifica"
164
 
165
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
166
  msgid "Sidebar updated."
167
  msgstr "Sidebar aggiornata."
168
 
169
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
170
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
171
  msgid "Manage widgets"
172
  msgstr "Gestione Widgets"
173
 
174
+ #: ../content-aware-sidebars.php:382
175
  msgid "Sidebar published."
176
  msgstr "Sidebar pubblicata."
177
 
178
+ #: ../content-aware-sidebars.php:383
179
  msgid "Sidebar saved."
180
  msgstr "Sidebar salvata."
181
 
182
+ #: ../content-aware-sidebars.php:384
183
  msgid "Sidebar submitted."
184
+ msgstr "Sidebar inviata."
185
 
186
+ #: ../content-aware-sidebars.php:385
187
  #, php-format
188
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
189
  msgstr "Sidebar posticipata per: <strong>%1$s</strong>."
190
 
191
+ #. translators: Publish box date format, see http://php.net/date
192
+ #: ../content-aware-sidebars.php:387
193
  msgid "M j, Y @ G:i"
194
  msgstr "M j, Y @ G:i"
195
 
196
+ #: ../content-aware-sidebars.php:390
197
  msgid "Sidebar draft updated."
198
  msgstr "Bozza sidebar aggiornata. "
199
 
200
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
201
  msgid "Please update Host Sidebar"
202
  msgstr "Aggiorna Sidebar"
203
 
204
+ #: ../content-aware-sidebars.php:598
205
  msgid "Manage Widgets"
206
  msgstr "Gestione Widgets"
207
 
208
+ #: ../content-aware-sidebars.php:853
209
  msgid "Support the Author of Content Aware Sidebars"
210
  msgstr "Supporta l'autore di Content Aware Sidebars"
211
 
212
+ #: ../content-aware-sidebars.php:861
213
  msgid "Content"
214
  msgstr "Contenuto"
215
 
216
+ #: ../content-aware-sidebars.php:869
217
  msgid "Options"
218
  msgstr "Opzioni"
219
 
220
+ #: ../content-aware-sidebars.php:892
221
+ msgid ""
222
+ "Each created condition group describe some specific content (conditions) "
223
+ "that the current sidebar should be displayed with."
224
+ msgstr "Ogni condizione creata dal gruppo descrive alcuni contenuti specifici (condizioni) che la sidebar attuale dovrebbe visualizzare."
225
+
226
  #: ../content-aware-sidebars.php:893
227
  msgid ""
228
+ "Content added to a condition group uses logical conjunction, while condition"
229
+ " groups themselves use logical disjunction. This means that content added to"
230
+ " a group should be associated, as they are treated as such, and that the "
231
+ "groups do not interfere with each other. Thus it is possible to have both "
232
+ "extremely focused and at the same time distinct conditions."
233
+ msgstr "Il contenuto aggiunto a un gruppo di condizioni utilizza la congiunzione logica, mentre i gruppi di condizione si usano come disgiunzione logica. Ciò significa che il contenuto aggiunto a un gruppo dovrebbe essere associato e i gruppi non devono interferire uno con l'altro. In altre parole non è possibile ottenere le stesse condizioni concentrate allo stesso tempo."
234
+
235
+ #: ../content-aware-sidebars.php:896
236
+ msgid "More Information"
237
+ msgstr "Altre informazioni"
238
+
239
+ #: ../content-aware-sidebars.php:897
240
+ msgid "FAQ"
241
+ msgstr "FAQ"
242
+
243
+ #: ../content-aware-sidebars.php:898
244
+ msgid "Get Support"
245
+ msgstr "Ottieni supporto"
246
+
247
+ #: ../content-aware-sidebars.php:938
248
+ msgid ""
249
+ "Click to edit a group or create a new one. Select content on the left to add"
250
+ " it. In each group, you can combine different types of associated content."
251
+ msgstr "Clicca per modificare un gruppo o crearne uno nuovo. Seleziona il contenuto a sinistra per aggiungerlo. In ogni gruppo, è possibile combinare diversi tipi di contenuti associati."
252
 
253
+ #: ../content-aware-sidebars.php:939
254
  msgid "Display sidebar with"
255
  msgstr "Visualizza larghezza sidebar"
256
 
257
+ #: ../content-aware-sidebars.php:944
258
  msgid ""
259
  "No content. Please add at least one condition group to make the sidebar "
260
  "content aware."
261
+ msgstr "Nessun contenuto. Si prega di aggiungere almeno una condizione di gruppo per impostare il contenuto della sidebar"
 
 
262
 
263
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
264
  msgid "Save"
265
  msgstr "Salva"
266
 
267
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
268
  msgid "Cancel"
269
  msgstr "Annulla"
270
 
271
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
272
  msgid "Remove"
273
  msgstr "Elimina"
274
 
275
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
276
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
 
277
  msgid "Unauthorized request"
278
  msgstr "Richiesta non autorizzata"
279
 
280
+ #: ../content-aware-sidebars.php:1055
281
  msgid "Condition group cannot be empty"
282
  msgstr "Impossibile creare condizioni di gruppo"
283
 
284
+ #: ../content-aware-sidebars.php:1069
285
  msgid "Condition group saved"
286
  msgstr "Condizioni di gruppo salvate"
287
 
288
+ #: ../content-aware-sidebars.php:1099
 
 
 
 
 
 
 
 
289
  msgid "Condition group could not be removed"
290
  msgstr "Le condizioni di gruppo non possono essere eliminate"
291
 
292
+ #: ../content-aware-sidebars.php:1104
293
  msgid "Condition group removed"
294
  msgstr "Condizione di gruppo eliminata "
295
 
296
+ #: ../content-aware-sidebars.php:1172
297
  msgid ""
298
  "If you love this plugin, please consider donating to support future "
299
  "development."
300
+ msgstr "Se ti piace questo plugin, considera l'eventualità di fare una donazione per supportare lo sviluppo."
 
301
 
302
+ #: ../content-aware-sidebars.php:1181
303
  msgid "Or you could:"
304
  msgstr "Ti potrebbe anche interessare:"
305
 
306
+ #: ../content-aware-sidebars.php:1183
307
  msgid "Rate the plugin on WordPress.org"
308
  msgstr "Valutare il plugin su WordPress.org"
309
 
310
+ #: ../content-aware-sidebars.php:1184
311
  msgid "Link to the plugin page"
312
+ msgstr "Collegati alla pagina WordPress del plugin"
313
 
314
+ #: ../content-aware-sidebars.php:1185
315
  msgid "Translate the plugin into your language"
316
  msgstr "Tradurre questo plugin nella tua lingua"
317
 
318
+ #: ../content-aware-sidebars.php:1310
319
  msgid "Remove this group and its contents permanently?"
320
  msgstr "Vuoi eliminare questo gruppo e il suo contenuto in modo permanente?"
321
 
322
+ #: ../content-aware-sidebars.php:1311
323
  msgid "No results found."
324
  msgstr "Nessuna sidebar trovata"
325
 
326
+ #: ../content-aware-sidebars.php:1312
327
  msgid ""
328
  "The current group has unsaved changes. Do you want to continue and discard "
329
  "these changes?"
330
+ msgstr "Il gruppo attuale contiene modifiche non salvate. Vuoi proseguire e eliminare questi cambiamenti?"
 
 
331
 
332
+ #: ../modules/abstract.php:106
333
  #, php-format
334
  msgid "Display with All %s"
335
  msgstr "Visualizza tutte le %s"
336
 
337
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
338
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
339
  msgid "View All"
340
  msgstr "Vedi tutti"
341
 
342
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
343
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
344
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
345
  msgid "Search"
346
  msgstr "Cerca"
347
 
348
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
349
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
350
  msgid "Add to Group"
351
  msgstr "Aggiungi gruppo"
352
 
353
+ #: ../modules/abstract.php:206
354
  #, php-format
355
  msgid "All %s"
356
  msgstr "Tutte le %s"
357
 
358
+ #: ../modules/author.php:28
359
  msgid "Authors"
360
  msgstr "Autori"
361
 
362
+ #: ../modules/bbpress.php:29
363
  msgid "bbPress User Profiles"
364
  msgstr "Profilo utente bbPress"
365
 
366
+ #: ../modules/bp_member.php:27
367
  msgid "BuddyPress Members"
368
+ msgstr "Utente BuddyPress"
369
 
370
+ #: ../modules/page_template.php:28
371
  msgid "Page Templates"
372
  msgstr "Template pagine"
373
 
374
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
375
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
376
  msgid "Languages"
377
  msgstr "Lingue"
378
 
379
+ #: ../modules/post_type.php:34
380
  msgid "Post Types"
381
  msgstr "Tipi di messaggi"
382
 
383
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
384
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
385
  msgid "Automatically select new children of a selected ancestor"
386
  msgstr "Seleziona automaticamente nuovi figli di un percorso selezionato"
387
 
388
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
389
  #, php-format
390
  msgid "Display with %s"
391
  msgstr "Larghezza %s"
392
 
393
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
394
  msgid "No items."
395
  msgstr "Nessun oggetto."
396
 
397
+ #: ../modules/post_type.php:212
398
  msgid "Most Recent"
399
  msgstr "Più usati"
400
 
401
+ #: ../modules/static.php:29
402
  msgid "Static Pages"
403
  msgstr "Pagine statiche"
404
 
405
+ #: ../modules/static.php:39
406
  msgid "Front Page"
407
  msgstr "Pagina principale"
408
 
409
+ #: ../modules/static.php:40
410
  msgid "Search Results"
411
  msgstr "Risultati di ricerca"
412
 
413
+ #: ../modules/static.php:41
414
  msgid "404 Page"
415
  msgstr "Pagina 404"
416
 
417
+ #: ../modules/taxonomy.php:40
418
  msgid "Taxonomies"
419
  msgstr "Tassonomie"
420
 
421
+ #: ../modules/taxonomy.php:268
422
  msgid "Most Used"
423
  msgstr "Più usati"
424
 
429
  #: ../modules/url.php:40
430
  msgid "Add"
431
  msgstr "Aggiungi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-lt_LT.mo CHANGED
Binary file
lang/content-aware-sidebars-lt_LT.po CHANGED
@@ -1,299 +1,430 @@
1
- # Copyright (C) 2013 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 1.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2013-05-14 13:07:12+00:00\n"
8
- "PO-Revision-Date: 2013-05-14 15:11+0100\n"
9
- "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
10
- "Language-Team: Host1Free.com <info@host1free.com>\n"
11
- "Language: Lithuanian\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.5.5\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- #: content-aware-sidebars.php:178 content-aware-sidebars.php:345
18
  msgid "Exposure"
19
  msgstr "Atidengimas"
20
 
21
- #: content-aware-sidebars.php:184
22
  msgid "Singular"
23
  msgstr "Išskirti"
24
 
25
- #: content-aware-sidebars.php:185
26
  msgid "Singular & Archive"
27
  msgstr "Išskirti ir Archyvuoti"
28
 
29
- #: content-aware-sidebars.php:186
30
  msgid "Archive"
31
  msgstr "Archyvuoti"
32
 
33
- #: content-aware-sidebars.php:190 content-aware-sidebars.php:346
34
  msgctxt "option"
35
  msgid "Handle"
36
  msgstr "Apdoroti [ parinktis ]"
37
 
38
- #: content-aware-sidebars.php:192
39
  msgid "Replace host sidebar, merge with it or add sidebar manually."
40
- msgstr ""
41
- "Pakeisti serverio šoninę juostą, sulieti ją ar pridėti šoninę juostą "
42
- "rankiniu būdu"
43
 
44
- #: content-aware-sidebars.php:196
45
  msgid "Replace"
46
  msgstr "Pakeisti"
47
 
48
- #: content-aware-sidebars.php:197
49
  msgid "Merge"
50
  msgstr "Sulieti"
51
 
52
- #: content-aware-sidebars.php:198
53
  msgid "Manual"
54
  msgstr "Rankinis"
55
 
56
- #: content-aware-sidebars.php:202
 
 
 
 
57
  msgid "Host Sidebar"
58
  msgstr "Serverio šoninė juosta"
59
 
60
- #: content-aware-sidebars.php:210 content-aware-sidebars.php:347
61
  msgid "Merge position"
62
  msgstr "Sulieti poziciją"
63
 
64
- #: content-aware-sidebars.php:212
65
  msgid "Place sidebar on top or bottom of host when merging."
66
- msgstr ""
67
- "Patalpinti šoninę serverio juostą viršuje arba apačioje kuomet suliejama."
68
 
69
- #: content-aware-sidebars.php:216
70
  msgid "Top"
71
  msgstr "Viršus"
72
 
73
- #: content-aware-sidebars.php:217
74
  msgid "Bottom"
75
  msgstr "Apačia"
76
 
77
- #: content-aware-sidebars.php:232
78
  msgid "Sidebars"
79
  msgstr "Šoninės juostos"
80
 
81
- #: content-aware-sidebars.php:233
82
  msgid "Sidebar"
83
  msgstr "Šoninė juosta"
84
 
85
- #: content-aware-sidebars.php:234
86
  msgctxt "sidebar"
87
  msgid "Add New"
88
  msgstr "Pridėti Naują [ šoninę juostą ]"
89
 
90
- #: content-aware-sidebars.php:235
91
  msgid "Add New Sidebar"
92
  msgstr "Pridėti Naują Šoninę Juostą"
93
 
94
- #: content-aware-sidebars.php:236
95
  msgid "Edit Sidebar"
96
  msgstr "Redaguoti Šoninę Juostą"
97
 
98
- #: content-aware-sidebars.php:237
99
  msgid "New Sidebar"
100
  msgstr "Nauja Šoninė Juosta"
101
 
102
- #: content-aware-sidebars.php:238
103
  msgid "All Sidebars"
104
  msgstr "Visos Šoninės Juostos"
105
 
106
- #: content-aware-sidebars.php:239
107
  msgid "View Sidebar"
108
  msgstr "Peržiūrėti Šoninę Juostą"
109
 
110
- #: content-aware-sidebars.php:240
111
  msgid "Search Sidebars"
112
  msgstr "Ieškoti Šoninių Juostų"
113
 
114
- #: content-aware-sidebars.php:241
115
  msgid "No sidebars found"
116
  msgstr "Šoninių juostų nerasta"
117
 
118
- #: content-aware-sidebars.php:242
119
  msgid "No sidebars found in Trash"
120
  msgstr "Šiukšlėse nerasta jokių šoninių juostų"
121
 
122
- #: content-aware-sidebars.php:273
123
- msgid "Sidebar updated. <a href=\"%s\">Manage widgets</a>"
124
- msgstr "Šoninė juosta atnaujinta. <a href=\"%s\">Tvarkyti Valdiklius</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
126
- #: content-aware-sidebars.php:276
127
  msgid "Sidebar updated."
128
  msgstr "Šoninė juosta atnaujinta."
129
 
130
- #: content-aware-sidebars.php:278
131
- msgid "Sidebar published. <a href=\"%s\">Manage widgets</a>"
132
- msgstr "Šoninė juosta publikuota. <a href=\"%s\">Manage widgets</a>"
 
 
 
 
 
133
 
134
- #: content-aware-sidebars.php:279
135
  msgid "Sidebar saved."
136
  msgstr "Šoninė juosta įrašyta."
137
 
138
- #: content-aware-sidebars.php:280
139
- msgid "Sidebar submitted. <a href=\"%s\">Manage widgets</a>"
140
- msgstr "Šoninė juosta išsiųsta. <a href=\"%s\">Manage widgets</a>"
141
 
142
- #: content-aware-sidebars.php:281
143
- msgid ""
144
- "Sidebar scheduled for: <strong>%1$s</strong>. <a href=\"%2$s\">Manage "
145
- "widgets</a>"
146
  msgstr ""
147
- "Šoninė juosta suplanuota už: <strong>%1$s</strong>. <a href=\"%s\">Manage "
148
- "widgets</a>"
149
 
150
- #. translators: Publish box date format, see http:php.net/date
151
- #: content-aware-sidebars.php:283
152
  msgid "M j, Y @ G:i"
153
  msgstr "M j, Y @ G:i"
154
 
155
- #: content-aware-sidebars.php:284
156
  msgid "Sidebar draft updated."
157
  msgstr "Šoninės juostos juodraštis atnaujintas."
158
 
159
- #: content-aware-sidebars.php:321 content-aware-sidebars.php:402
160
  msgid "Please update Host Sidebar"
161
  msgstr "Prašome atnaujinti Serverio Šoninę Juostą"
162
 
163
- #: content-aware-sidebars.php:457
164
  msgid "Manage Widgets"
165
  msgstr "Tvarkyti Valdiklius"
166
 
167
- #: content-aware-sidebars.php:689
 
 
 
 
168
  msgid "Content"
169
  msgstr "Turinys"
170
 
171
- #: content-aware-sidebars.php:699
172
  msgid "Options"
173
  msgstr "Parinktys"
174
 
175
- #: content-aware-sidebars.php:708
176
- msgid "Spread the Word"
177
- msgstr "Paskleiskite Žinią"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
 
179
- #: content-aware-sidebars.php:798
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  msgid ""
181
  "If you love this plugin, please consider donating to support future "
182
  "development."
183
- msgstr ""
184
- "Jeigu Jums patiko šis papildinys, prašome paaukoti. Taip prisidėsi prie "
185
- "tolesnio papildinio plėtojimo."
186
 
187
- #: content-aware-sidebars.php:803
188
  msgid "Or you could:"
189
  msgstr "Arba galite:"
190
 
191
- #: content-aware-sidebars.php:805
192
  msgid "Rate the plugin on WordPress.org"
193
  msgstr "Įvertinti papildinį WordPress.org svetainėje"
194
 
195
- #: content-aware-sidebars.php:806
196
  msgid "Link to the plugin page"
197
  msgstr "Nukreipti į papildinio puslapį"
198
 
199
- #: modules/abstract.php:57 modules/post_type.php:110
200
- msgid "Show with All %s"
201
- msgstr "Rodyti su Visais %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
- #: modules/abstract.php:61 modules/post_type.php:134 modules/taxonomy.php:175
204
- msgctxt "verb"
 
 
 
 
 
 
205
  msgid "Search"
206
- msgstr "Ieškoti"
207
 
208
- #: modules/abstract.php:61 modules/post_type.php:134 modules/taxonomy.php:175
209
- #: modules/url.php:42
210
- msgid "Add"
211
- msgstr "Pridėti"
 
 
 
 
 
212
 
213
- #: modules/author.php:24
214
  msgid "Authors"
215
  msgstr "Autorius"
216
 
217
- #: modules/bbpress.php:23
218
  msgid "bbPress User Profiles"
219
  msgstr "bbPress Vartotojų Profilius"
220
 
221
- #: modules/bp_member.php:23
222
  msgid "BuddyPress Members"
223
  msgstr "BuddyPress Narius"
224
 
225
- #: modules/page_template.php:24
226
  msgid "Page Templates"
227
  msgstr "Puslapių Ruošinius"
228
 
229
- #: modules/polylang.php:23 modules/qtranslate.php:23 modules/transposh.php:23
230
- #: modules/wpml.php:23
231
  msgid "Languages"
232
  msgstr "Kalbas"
233
 
234
- #: modules/post_type.php:30
235
  msgid "Post Types"
236
  msgstr "Įrašų Tipus"
237
 
238
- #: modules/post_type.php:104 modules/taxonomy.php:151
 
239
  msgid "Automatically select new children of a selected ancestor"
240
  msgstr "Automatiškai pasirinkti naujus pažymėtų savininkų \"vaikus\"."
241
 
242
- #: modules/post_type.php:114 modules/taxonomy.php:159
 
 
 
 
 
243
  msgid "No items."
244
  msgstr "Jokių elementų. "
245
 
246
- #: modules/static.php:25
 
 
 
 
247
  msgid "Static Pages"
248
  msgstr "Statiniai Puslapiai"
249
 
250
- #: modules/static.php:34
251
  msgid "Front Page"
252
  msgstr "Titulinis Puslapis"
253
 
254
- #: modules/static.php:35
255
  msgid "Search Results"
256
  msgstr "Paieškos Rezultatai"
257
 
258
- #: modules/static.php:36
259
  msgid "404 Page"
260
  msgstr "404 Puslapis"
261
 
262
- #: modules/taxonomy.php:36
263
  msgid "Taxonomies"
264
  msgstr "Taksonomijos"
265
 
266
- #: modules/taxonomy.php:155
267
- msgid "Show with %s"
268
- msgstr "Rodyti su %s"
269
 
270
- #: modules/url.php:24
271
  msgid "URLs"
272
  msgstr "Universalieji Adresai"
273
 
274
- #. Plugin Name of the plugin/theme
275
- msgid "Content Aware Sidebars"
276
- msgstr "Content Aware Sidebars"
277
-
278
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
279
- #. Plugin URI of the plugin/theme
280
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
281
- #. Author URI of the plugin/theme
282
- msgid "http://www.intox.dk/"
283
- msgstr "http://www.intox.dk/"
284
-
285
- #. Description of the plugin/theme
286
- msgid "Manage and show sidebars according to the content being viewed."
287
- msgstr ""
288
- "Pagal šiuo metu peržiūrimą turinį valdykite ir rodykite tinkamas šonines "
289
- "juostas."
290
-
291
- #. Author of the plugin/theme
292
- msgid "Joachim Jensen, Intox Studio"
293
- msgstr "Joachim Jensen, Intox Studio"
294
-
295
- #~ msgid "View All"
296
- #~ msgstr "Peržiūrėti Visus"
297
-
298
- #~ msgid "Most Used"
299
- #~ msgstr "Dažniausiai naudoti(os)"
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-19 15:51+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/content-aware-sidebars/language/lt_LT/)\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: lt_LT\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
+
25
+ #: ../content-aware-sidebars.php:117
26
+ msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Pagal šiuo metu peržiūrimą turinį valdykite ir rodykite tinkamas šonines juostas."
28
+
29
+ #: ../content-aware-sidebars.php:118
30
+ msgid "Content Aware Sidebars"
31
+ msgstr "Content Aware Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
34
  msgid "Exposure"
35
  msgstr "Atidengimas"
36
 
37
+ #: ../content-aware-sidebars.php:263
38
  msgid "Singular"
39
  msgstr "Išskirti"
40
 
41
+ #: ../content-aware-sidebars.php:264
42
  msgid "Singular & Archive"
43
  msgstr "Išskirti ir Archyvuoti"
44
 
45
+ #: ../content-aware-sidebars.php:265
46
  msgid "Archive"
47
  msgstr "Archyvuoti"
48
 
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
50
  msgctxt "option"
51
  msgid "Handle"
52
  msgstr "Apdoroti [ parinktis ]"
53
 
54
+ #: ../content-aware-sidebars.php:271
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
+ msgstr "Pakeisti serverio šoninę juostą, sulieti ją ar pridėti šoninę juostą rankiniu būdu"
 
 
57
 
58
+ #: ../content-aware-sidebars.php:275
59
  msgid "Replace"
60
  msgstr "Pakeisti"
61
 
62
+ #: ../content-aware-sidebars.php:276
63
  msgid "Merge"
64
  msgstr "Sulieti"
65
 
66
+ #: ../content-aware-sidebars.php:277
67
  msgid "Manual"
68
  msgstr "Rankinis"
69
 
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr ""
73
+
74
+ #: ../content-aware-sidebars.php:282
75
  msgid "Host Sidebar"
76
  msgstr "Serverio šoninė juosta"
77
 
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
79
  msgid "Merge position"
80
  msgstr "Sulieti poziciją"
81
 
82
+ #: ../content-aware-sidebars.php:292
83
  msgid "Place sidebar on top or bottom of host when merging."
84
+ msgstr "Patalpinti šoninę serverio juostą viršuje arba apačioje kuomet suliejama."
 
85
 
86
+ #: ../content-aware-sidebars.php:296
87
  msgid "Top"
88
  msgstr "Viršus"
89
 
90
+ #: ../content-aware-sidebars.php:297
91
  msgid "Bottom"
92
  msgstr "Apačia"
93
 
94
+ #: ../content-aware-sidebars.php:322
95
  msgid "Sidebars"
96
  msgstr "Šoninės juostos"
97
 
98
+ #: ../content-aware-sidebars.php:323
99
  msgid "Sidebar"
100
  msgstr "Šoninė juosta"
101
 
102
+ #: ../content-aware-sidebars.php:324
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Pridėti Naują [ šoninę juostą ]"
106
 
107
+ #: ../content-aware-sidebars.php:325
108
  msgid "Add New Sidebar"
109
  msgstr "Pridėti Naują Šoninę Juostą"
110
 
111
+ #: ../content-aware-sidebars.php:326
112
  msgid "Edit Sidebar"
113
  msgstr "Redaguoti Šoninę Juostą"
114
 
115
+ #: ../content-aware-sidebars.php:327
116
  msgid "New Sidebar"
117
  msgstr "Nauja Šoninė Juosta"
118
 
119
+ #: ../content-aware-sidebars.php:328
120
  msgid "All Sidebars"
121
  msgstr "Visos Šoninės Juostos"
122
 
123
+ #: ../content-aware-sidebars.php:329
124
  msgid "View Sidebar"
125
  msgstr "Peržiūrėti Šoninę Juostą"
126
 
127
+ #: ../content-aware-sidebars.php:330
128
  msgid "Search Sidebars"
129
  msgstr "Ieškoti Šoninių Juostų"
130
 
131
+ #: ../content-aware-sidebars.php:331
132
  msgid "No sidebars found"
133
  msgstr "Šoninių juostų nerasta"
134
 
135
+ #: ../content-aware-sidebars.php:332
136
  msgid "No sidebars found in Trash"
137
  msgstr "Šiukšlėse nerasta jokių šoninių juostų"
138
 
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
+ msgid "Condition Groups"
142
+ msgstr ""
143
+
144
+ #: ../content-aware-sidebars.php:348
145
+ msgid "Condition Group"
146
+ msgstr ""
147
+
148
+ #: ../content-aware-sidebars.php:349
149
+ msgctxt "group"
150
+ msgid "Add New"
151
+ msgstr "Pridėti Naują [ šoninę juostą ]"
152
+
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
155
+ msgid "Add New Group"
156
+ msgstr ""
157
+
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
160
+ msgctxt "group"
161
+ msgid "Edit"
162
+ msgstr ""
163
 
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
165
  msgid "Sidebar updated."
166
  msgstr "Šoninė juosta atnaujinta."
167
 
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
170
+ msgid "Manage widgets"
171
+ msgstr ""
172
+
173
+ #: ../content-aware-sidebars.php:382
174
+ msgid "Sidebar published."
175
+ msgstr ""
176
 
177
+ #: ../content-aware-sidebars.php:383
178
  msgid "Sidebar saved."
179
  msgstr "Šoninė juosta įrašyta."
180
 
181
+ #: ../content-aware-sidebars.php:384
182
+ msgid "Sidebar submitted."
183
+ msgstr ""
184
 
185
+ #: ../content-aware-sidebars.php:385
186
+ #, php-format
187
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
 
188
  msgstr ""
 
 
189
 
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
  msgid "M j, Y @ G:i"
193
  msgstr "M j, Y @ G:i"
194
 
195
+ #: ../content-aware-sidebars.php:390
196
  msgid "Sidebar draft updated."
197
  msgstr "Šoninės juostos juodraštis atnaujintas."
198
 
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
200
  msgid "Please update Host Sidebar"
201
  msgstr "Prašome atnaujinti Serverio Šoninę Juostą"
202
 
203
+ #: ../content-aware-sidebars.php:598
204
  msgid "Manage Widgets"
205
  msgstr "Tvarkyti Valdiklius"
206
 
207
+ #: ../content-aware-sidebars.php:853
208
+ msgid "Support the Author of Content Aware Sidebars"
209
+ msgstr ""
210
+
211
+ #: ../content-aware-sidebars.php:861
212
  msgid "Content"
213
  msgstr "Turinys"
214
 
215
+ #: ../content-aware-sidebars.php:869
216
  msgid "Options"
217
  msgstr "Parinktys"
218
 
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr ""
224
+
225
+ #: ../content-aware-sidebars.php:893
226
+ msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
+ msgstr ""
237
+
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr ""
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
+ msgstr ""
245
+
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr ""
251
+
252
+ #: ../content-aware-sidebars.php:939
253
+ msgid "Display sidebar with"
254
+ msgstr ""
255
 
256
+ #: ../content-aware-sidebars.php:944
257
+ msgid ""
258
+ "No content. Please add at least one condition group to make the sidebar "
259
+ "content aware."
260
+ msgstr ""
261
+
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
+ msgid "Save"
264
+ msgstr ""
265
+
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
267
+ msgid "Cancel"
268
+ msgstr ""
269
+
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
271
+ msgid "Remove"
272
+ msgstr ""
273
+
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
276
+ msgid "Unauthorized request"
277
+ msgstr ""
278
+
279
+ #: ../content-aware-sidebars.php:1055
280
+ msgid "Condition group cannot be empty"
281
+ msgstr ""
282
+
283
+ #: ../content-aware-sidebars.php:1069
284
+ msgid "Condition group saved"
285
+ msgstr ""
286
+
287
+ #: ../content-aware-sidebars.php:1099
288
+ msgid "Condition group could not be removed"
289
+ msgstr ""
290
+
291
+ #: ../content-aware-sidebars.php:1104
292
+ msgid "Condition group removed"
293
+ msgstr ""
294
+
295
+ #: ../content-aware-sidebars.php:1172
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr "Jeigu Jums patiko šis papildinys, prašome paaukoti. Taip prisidėsi prie tolesnio papildinio plėtojimo."
 
 
300
 
301
+ #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
303
  msgstr "Arba galite:"
304
 
305
+ #: ../content-aware-sidebars.php:1183
306
  msgid "Rate the plugin on WordPress.org"
307
  msgstr "Įvertinti papildinį WordPress.org svetainėje"
308
 
309
+ #: ../content-aware-sidebars.php:1184
310
  msgid "Link to the plugin page"
311
  msgstr "Nukreipti į papildinio puslapį"
312
 
313
+ #: ../content-aware-sidebars.php:1185
314
+ msgid "Translate the plugin into your language"
315
+ msgstr ""
316
+
317
+ #: ../content-aware-sidebars.php:1310
318
+ msgid "Remove this group and its contents permanently?"
319
+ msgstr ""
320
+
321
+ #: ../content-aware-sidebars.php:1311
322
+ msgid "No results found."
323
+ msgstr ""
324
+
325
+ #: ../content-aware-sidebars.php:1312
326
+ msgid ""
327
+ "The current group has unsaved changes. Do you want to continue and discard "
328
+ "these changes?"
329
+ msgstr ""
330
+
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
+ msgid "Display with All %s"
334
+ msgstr ""
335
 
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
+ msgid "View All"
339
+ msgstr ""
340
+
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
  msgid "Search"
345
+ msgstr ""
346
 
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
349
+ msgid "Add to Group"
350
+ msgstr ""
351
+
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
+ msgid "All %s"
355
+ msgstr ""
356
 
357
+ #: ../modules/author.php:28
358
  msgid "Authors"
359
  msgstr "Autorius"
360
 
361
+ #: ../modules/bbpress.php:29
362
  msgid "bbPress User Profiles"
363
  msgstr "bbPress Vartotojų Profilius"
364
 
365
+ #: ../modules/bp_member.php:27
366
  msgid "BuddyPress Members"
367
  msgstr "BuddyPress Narius"
368
 
369
+ #: ../modules/page_template.php:28
370
  msgid "Page Templates"
371
  msgstr "Puslapių Ruošinius"
372
 
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
375
  msgid "Languages"
376
  msgstr "Kalbas"
377
 
378
+ #: ../modules/post_type.php:34
379
  msgid "Post Types"
380
  msgstr "Įrašų Tipus"
381
 
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
  msgid "Automatically select new children of a selected ancestor"
385
  msgstr "Automatiškai pasirinkti naujus pažymėtų savininkų \"vaikus\"."
386
 
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
+ #, php-format
389
+ msgid "Display with %s"
390
+ msgstr ""
391
+
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
393
  msgid "No items."
394
  msgstr "Jokių elementų. "
395
 
396
+ #: ../modules/post_type.php:212
397
+ msgid "Most Recent"
398
+ msgstr ""
399
+
400
+ #: ../modules/static.php:29
401
  msgid "Static Pages"
402
  msgstr "Statiniai Puslapiai"
403
 
404
+ #: ../modules/static.php:39
405
  msgid "Front Page"
406
  msgstr "Titulinis Puslapis"
407
 
408
+ #: ../modules/static.php:40
409
  msgid "Search Results"
410
  msgstr "Paieškos Rezultatai"
411
 
412
+ #: ../modules/static.php:41
413
  msgid "404 Page"
414
  msgstr "404 Puslapis"
415
 
416
+ #: ../modules/taxonomy.php:40
417
  msgid "Taxonomies"
418
  msgstr "Taksonomijos"
419
 
420
+ #: ../modules/taxonomy.php:268
421
+ msgid "Most Used"
422
+ msgstr ""
423
 
424
+ #: ../modules/url.php:22
425
  msgid "URLs"
426
  msgstr "Universalieji Adresai"
427
 
428
+ #: ../modules/url.php:40
429
+ msgid "Add"
430
+ msgstr "Pridėti"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-lv_LV.mo CHANGED
Binary file
lang/content-aware-sidebars-lv_LV.po CHANGED
@@ -1,299 +1,430 @@
1
- # Copyright (C) 2013 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 1.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2013-05-14 13:07:12+00:00\n"
8
- "PO-Revision-Date: 2013-11-29 15:23+0200\n"
9
- "Last-Translator: HG <firebirdclub@firebirdclublatvia.lv>\n"
10
- "Language-Team: Host1Free.com <info@host1free.com>\n"
11
- "Language: Lithuanian\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.5.5\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- #: content-aware-sidebars.php:178
18
- #: content-aware-sidebars.php:345
19
  msgid "Exposure"
20
  msgstr "Ekspozīcija"
21
 
22
- #: content-aware-sidebars.php:184
23
  msgid "Singular"
24
  msgstr "Atsevišķs"
25
 
26
- #: content-aware-sidebars.php:185
27
  msgid "Singular & Archive"
28
  msgstr "Atsevišķs un Arhīvs"
29
 
30
- #: content-aware-sidebars.php:186
31
  msgid "Archive"
32
  msgstr "Arhīvs"
33
 
34
- #: content-aware-sidebars.php:190
35
- #: content-aware-sidebars.php:346
36
  msgctxt "option"
37
  msgid "Handle"
38
  msgstr "Pārvaldīt [iespējas]"
39
 
40
- #: content-aware-sidebars.php:192
41
  msgid "Replace host sidebar, merge with it or add sidebar manually."
42
  msgstr "Aizvietot galveno sānjoslu, sapludināt ar to vai pievienot sānjoslu manuāli."
43
 
44
- #: content-aware-sidebars.php:196
45
  msgid "Replace"
46
  msgstr "Aizvietot"
47
 
48
- #: content-aware-sidebars.php:197
49
  msgid "Merge"
50
  msgstr "Sapludināt"
51
 
52
- #: content-aware-sidebars.php:198
53
  msgid "Manual"
54
  msgstr "Manuāli"
55
 
56
- #: content-aware-sidebars.php:202
 
 
 
 
57
  msgid "Host Sidebar"
58
  msgstr "Galvenā sānjosla"
59
 
60
- #: content-aware-sidebars.php:210
61
- #: content-aware-sidebars.php:347
62
  msgid "Merge position"
63
  msgstr "Sapludināšanas pozīcija"
64
 
65
- #: content-aware-sidebars.php:212
66
  msgid "Place sidebar on top or bottom of host when merging."
67
  msgstr "Novietot sānjoslu augšā vai apakšā galvenajai joslai, kad sapludina."
68
 
69
- #: content-aware-sidebars.php:216
70
  msgid "Top"
71
  msgstr "Augšā"
72
 
73
- #: content-aware-sidebars.php:217
74
  msgid "Bottom"
75
  msgstr "Apakšā"
76
 
77
- #: content-aware-sidebars.php:232
78
  msgid "Sidebars"
79
  msgstr "Sānjoslas"
80
 
81
- #: content-aware-sidebars.php:233
82
  msgid "Sidebar"
83
  msgstr "Sānjosla"
84
 
85
- #: content-aware-sidebars.php:234
86
  msgctxt "sidebar"
87
  msgid "Add New"
88
  msgstr "Pievienot jaunu"
89
 
90
- #: content-aware-sidebars.php:235
91
  msgid "Add New Sidebar"
92
  msgstr "Pievienot jaunu sānjoslu"
93
 
94
- #: content-aware-sidebars.php:236
95
  msgid "Edit Sidebar"
96
  msgstr "Rediģēt sānjoslu"
97
 
98
- #: content-aware-sidebars.php:237
99
  msgid "New Sidebar"
100
  msgstr "Jauna sānjosla"
101
 
102
- #: content-aware-sidebars.php:238
103
  msgid "All Sidebars"
104
  msgstr "Visas sānjoslas"
105
 
106
- #: content-aware-sidebars.php:239
107
  msgid "View Sidebar"
108
  msgstr "Aplūkot sānjoslu"
109
 
110
- #: content-aware-sidebars.php:240
111
  msgid "Search Sidebars"
112
  msgstr "Meklēt sānjoslas"
113
 
114
- #: content-aware-sidebars.php:241
115
  msgid "No sidebars found"
116
  msgstr "Nav atrasta neviena sānjosla"
117
 
118
- #: content-aware-sidebars.php:242
119
  msgid "No sidebars found in Trash"
120
  msgstr "Atkritnē nav atrasta neviena sānjosla"
121
 
122
- #: content-aware-sidebars.php:273
123
- msgid "Sidebar updated. <a href=\"%s\">Manage widgets</a>"
124
- msgstr "Sānjosla atjaunota. <a href=\"%s\">Pārvaldīt logrīkus</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
126
- #: content-aware-sidebars.php:276
127
  msgid "Sidebar updated."
128
  msgstr "Sānjosla atjaunota."
129
 
130
- #: content-aware-sidebars.php:278
131
- msgid "Sidebar published. <a href=\"%s\">Manage widgets</a>"
132
- msgstr "Sānjosla publicēta. <a href=\"%s\">Pārvaldīt logrīkus</a>"
 
 
 
 
 
133
 
134
- #: content-aware-sidebars.php:279
135
  msgid "Sidebar saved."
136
  msgstr "Sānjosla saglabāta."
137
 
138
- #: content-aware-sidebars.php:280
139
- msgid "Sidebar submitted. <a href=\"%s\">Manage widgets</a>"
140
- msgstr "Sānjosla iesniegta. <a href=\"%s\">Pārvaldīt logrīkus</a>"
141
 
142
- #: content-aware-sidebars.php:281
143
- msgid "Sidebar scheduled for: <strong>%1$s</strong>. <a href=\"%2$s\">Manage widgets</a>"
144
- msgstr "Sānjosla ieplānota uz: <strong>%1$s</strong>. <a href=\"%s\">Pārvaldīt logrīkus</a>"
 
145
 
146
- #. translators: Publish box date format, see http:php.net/date
147
- #: content-aware-sidebars.php:283
148
  msgid "M j, Y @ G:i"
149
  msgstr "M j, Y @ G:i"
150
 
151
- #: content-aware-sidebars.php:284
152
  msgid "Sidebar draft updated."
153
  msgstr "Sānjoslas melnraksts atjaunināts."
154
 
155
- #: content-aware-sidebars.php:321
156
- #: content-aware-sidebars.php:402
157
  msgid "Please update Host Sidebar"
158
  msgstr "Lūdzu atjauniniet galveno sānjoslu"
159
 
160
- #: content-aware-sidebars.php:457
161
  msgid "Manage Widgets"
162
  msgstr "Pārvaldīt logrīkus"
163
 
164
- #: content-aware-sidebars.php:689
 
 
 
 
165
  msgid "Content"
166
  msgstr "Saturs"
167
 
168
- #: content-aware-sidebars.php:699
169
  msgid "Options"
170
  msgstr "Iespējas"
171
 
172
- #: content-aware-sidebars.php:708
173
- msgid "Spread the Word"
174
- msgstr "Izplatiet Vārdu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
 
176
- #: content-aware-sidebars.php:798
177
- msgid "If you love this plugin, please consider donating to support future development."
 
 
178
  msgstr "Ja Jums patīk šis spraudnis, apsveriet iespēju noziedot tā turpmākai attīstībai."
179
 
180
- #: content-aware-sidebars.php:803
181
  msgid "Or you could:"
182
  msgstr "Vai arī Jūs variet:"
183
 
184
- #: content-aware-sidebars.php:805
185
  msgid "Rate the plugin on WordPress.org"
186
  msgstr "Novērtēt spraudni WordPress.org"
187
 
188
- #: content-aware-sidebars.php:806
189
  msgid "Link to the plugin page"
190
  msgstr "Saite uz spraudni"
191
 
192
- #: modules/abstract.php:57
193
- #: modules/post_type.php:110
194
- msgid "Show with All %s"
195
- msgstr "Parādīt ar visiem %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
- #: modules/abstract.php:61
198
- #: modules/post_type.php:134
199
- #: modules/taxonomy.php:175
200
- msgctxt "verb"
 
 
 
 
201
  msgid "Search"
202
- msgstr "Meklēt"
203
 
204
- #: modules/abstract.php:61
205
- #: modules/post_type.php:134
206
- #: modules/taxonomy.php:175
207
- #: modules/url.php:42
208
- msgid "Add"
209
- msgstr "Pievienot"
 
 
 
210
 
211
- #: modules/author.php:24
212
  msgid "Authors"
213
  msgstr "Autori"
214
 
215
- #: modules/bbpress.php:23
216
  msgid "bbPress User Profiles"
217
  msgstr "bbPress Lietotāja profili"
218
 
219
- #: modules/bp_member.php:23
220
  msgid "BuddyPress Members"
221
  msgstr "BuddyPress Lietotāji"
222
 
223
- #: modules/page_template.php:24
224
  msgid "Page Templates"
225
  msgstr "Lapu veidnes"
226
 
227
- #: modules/polylang.php:23
228
- #: modules/qtranslate.php:23
229
- #: modules/transposh.php:23
230
- #: modules/wpml.php:23
231
  msgid "Languages"
232
  msgstr "Valodas"
233
 
234
- #: modules/post_type.php:30
235
  msgid "Post Types"
236
  msgstr "Rakstu tipi"
237
 
238
- #: modules/post_type.php:104
239
- #: modules/taxonomy.php:151
240
  msgid "Automatically select new children of a selected ancestor"
241
  msgstr "Automātiski izvēlēties jaunus bērnu ierakstus izvēlētajam ierakstam"
242
 
243
- #: modules/post_type.php:114
244
- #: modules/taxonomy.php:159
 
 
 
 
245
  msgid "No items."
246
  msgstr "Nav priekšmetu."
247
 
248
- #: modules/static.php:25
 
 
 
 
249
  msgid "Static Pages"
250
  msgstr "Statiskās lapas"
251
 
252
- #: modules/static.php:34
253
  msgid "Front Page"
254
  msgstr "Glavenā lapa"
255
 
256
- #: modules/static.php:35
257
  msgid "Search Results"
258
  msgstr "Meklēšanas rezultāti"
259
 
260
- #: modules/static.php:36
261
  msgid "404 Page"
262
  msgstr "404 lapa"
263
 
264
- #: modules/taxonomy.php:36
265
  msgid "Taxonomies"
266
  msgstr "Taksonomijas"
267
 
268
- #: modules/taxonomy.php:155
269
- msgid "Show with %s"
270
- msgstr "Parādīt ar %s"
271
 
272
- #: modules/url.php:24
273
  msgid "URLs"
274
  msgstr "URLi"
275
 
276
- #. Plugin Name of the plugin/theme
277
- msgid "Content Aware Sidebars"
278
- msgstr "Content Aware Sidebars"
279
-
280
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
281
- #. Plugin URI of the plugin/theme
282
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
283
- #. Author URI of the plugin/theme
284
- msgid "http://www.intox.dk/"
285
- msgstr "http://www.intox.dk/"
286
-
287
- #. Description of the plugin/theme
288
- msgid "Manage and show sidebars according to the content being viewed."
289
- msgstr "Pārvaldīt un rādīt sānsjolas atbilstoši aplūkojamajam saturam."
290
-
291
- #. Author of the plugin/theme
292
- msgid "Joachim Jensen, Intox Studio"
293
- msgstr "Joachim Jensen, Intox Studio"
294
-
295
- #~ msgid "View All"
296
- #~ msgstr "Peržiūrėti Visus"
297
- #~ msgid "Most Used"
298
- #~ msgstr "Dažniausiai naudoti(os)"
299
-
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-19 15:51+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/lv_LV/)\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: lv_LV\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
+
25
+ #: ../content-aware-sidebars.php:117
26
+ msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Pārvaldīt un rādīt sānsjolas atbilstoši aplūkojamajam saturam."
28
+
29
+ #: ../content-aware-sidebars.php:118
30
+ msgid "Content Aware Sidebars"
31
+ msgstr "Content Aware Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
 
34
  msgid "Exposure"
35
  msgstr "Ekspozīcija"
36
 
37
+ #: ../content-aware-sidebars.php:263
38
  msgid "Singular"
39
  msgstr "Atsevišķs"
40
 
41
+ #: ../content-aware-sidebars.php:264
42
  msgid "Singular & Archive"
43
  msgstr "Atsevišķs un Arhīvs"
44
 
45
+ #: ../content-aware-sidebars.php:265
46
  msgid "Archive"
47
  msgstr "Arhīvs"
48
 
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
 
50
  msgctxt "option"
51
  msgid "Handle"
52
  msgstr "Pārvaldīt [iespējas]"
53
 
54
+ #: ../content-aware-sidebars.php:271
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
  msgstr "Aizvietot galveno sānjoslu, sapludināt ar to vai pievienot sānjoslu manuāli."
57
 
58
+ #: ../content-aware-sidebars.php:275
59
  msgid "Replace"
60
  msgstr "Aizvietot"
61
 
62
+ #: ../content-aware-sidebars.php:276
63
  msgid "Merge"
64
  msgstr "Sapludināt"
65
 
66
+ #: ../content-aware-sidebars.php:277
67
  msgid "Manual"
68
  msgstr "Manuāli"
69
 
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr ""
73
+
74
+ #: ../content-aware-sidebars.php:282
75
  msgid "Host Sidebar"
76
  msgstr "Galvenā sānjosla"
77
 
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
 
79
  msgid "Merge position"
80
  msgstr "Sapludināšanas pozīcija"
81
 
82
+ #: ../content-aware-sidebars.php:292
83
  msgid "Place sidebar on top or bottom of host when merging."
84
  msgstr "Novietot sānjoslu augšā vai apakšā galvenajai joslai, kad sapludina."
85
 
86
+ #: ../content-aware-sidebars.php:296
87
  msgid "Top"
88
  msgstr "Augšā"
89
 
90
+ #: ../content-aware-sidebars.php:297
91
  msgid "Bottom"
92
  msgstr "Apakšā"
93
 
94
+ #: ../content-aware-sidebars.php:322
95
  msgid "Sidebars"
96
  msgstr "Sānjoslas"
97
 
98
+ #: ../content-aware-sidebars.php:323
99
  msgid "Sidebar"
100
  msgstr "Sānjosla"
101
 
102
+ #: ../content-aware-sidebars.php:324
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Pievienot jaunu"
106
 
107
+ #: ../content-aware-sidebars.php:325
108
  msgid "Add New Sidebar"
109
  msgstr "Pievienot jaunu sānjoslu"
110
 
111
+ #: ../content-aware-sidebars.php:326
112
  msgid "Edit Sidebar"
113
  msgstr "Rediģēt sānjoslu"
114
 
115
+ #: ../content-aware-sidebars.php:327
116
  msgid "New Sidebar"
117
  msgstr "Jauna sānjosla"
118
 
119
+ #: ../content-aware-sidebars.php:328
120
  msgid "All Sidebars"
121
  msgstr "Visas sānjoslas"
122
 
123
+ #: ../content-aware-sidebars.php:329
124
  msgid "View Sidebar"
125
  msgstr "Aplūkot sānjoslu"
126
 
127
+ #: ../content-aware-sidebars.php:330
128
  msgid "Search Sidebars"
129
  msgstr "Meklēt sānjoslas"
130
 
131
+ #: ../content-aware-sidebars.php:331
132
  msgid "No sidebars found"
133
  msgstr "Nav atrasta neviena sānjosla"
134
 
135
+ #: ../content-aware-sidebars.php:332
136
  msgid "No sidebars found in Trash"
137
  msgstr "Atkritnē nav atrasta neviena sānjosla"
138
 
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
+ msgid "Condition Groups"
142
+ msgstr ""
143
+
144
+ #: ../content-aware-sidebars.php:348
145
+ msgid "Condition Group"
146
+ msgstr ""
147
+
148
+ #: ../content-aware-sidebars.php:349
149
+ msgctxt "group"
150
+ msgid "Add New"
151
+ msgstr "Pievienot jaunu"
152
+
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
155
+ msgid "Add New Group"
156
+ msgstr ""
157
+
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
160
+ msgctxt "group"
161
+ msgid "Edit"
162
+ msgstr ""
163
 
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
165
  msgid "Sidebar updated."
166
  msgstr "Sānjosla atjaunota."
167
 
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
170
+ msgid "Manage widgets"
171
+ msgstr ""
172
+
173
+ #: ../content-aware-sidebars.php:382
174
+ msgid "Sidebar published."
175
+ msgstr ""
176
 
177
+ #: ../content-aware-sidebars.php:383
178
  msgid "Sidebar saved."
179
  msgstr "Sānjosla saglabāta."
180
 
181
+ #: ../content-aware-sidebars.php:384
182
+ msgid "Sidebar submitted."
183
+ msgstr ""
184
 
185
+ #: ../content-aware-sidebars.php:385
186
+ #, php-format
187
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
188
+ msgstr ""
189
 
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
  msgid "M j, Y @ G:i"
193
  msgstr "M j, Y @ G:i"
194
 
195
+ #: ../content-aware-sidebars.php:390
196
  msgid "Sidebar draft updated."
197
  msgstr "Sānjoslas melnraksts atjaunināts."
198
 
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
 
200
  msgid "Please update Host Sidebar"
201
  msgstr "Lūdzu atjauniniet galveno sānjoslu"
202
 
203
+ #: ../content-aware-sidebars.php:598
204
  msgid "Manage Widgets"
205
  msgstr "Pārvaldīt logrīkus"
206
 
207
+ #: ../content-aware-sidebars.php:853
208
+ msgid "Support the Author of Content Aware Sidebars"
209
+ msgstr ""
210
+
211
+ #: ../content-aware-sidebars.php:861
212
  msgid "Content"
213
  msgstr "Saturs"
214
 
215
+ #: ../content-aware-sidebars.php:869
216
  msgid "Options"
217
  msgstr "Iespējas"
218
 
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr ""
224
+
225
+ #: ../content-aware-sidebars.php:893
226
+ msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
+ msgstr ""
237
+
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr ""
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
+ msgstr ""
245
+
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr ""
251
+
252
+ #: ../content-aware-sidebars.php:939
253
+ msgid "Display sidebar with"
254
+ msgstr ""
255
+
256
+ #: ../content-aware-sidebars.php:944
257
+ msgid ""
258
+ "No content. Please add at least one condition group to make the sidebar "
259
+ "content aware."
260
+ msgstr ""
261
+
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
+ msgid "Save"
264
+ msgstr ""
265
+
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
267
+ msgid "Cancel"
268
+ msgstr ""
269
+
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
271
+ msgid "Remove"
272
+ msgstr ""
273
+
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
276
+ msgid "Unauthorized request"
277
+ msgstr ""
278
+
279
+ #: ../content-aware-sidebars.php:1055
280
+ msgid "Condition group cannot be empty"
281
+ msgstr ""
282
+
283
+ #: ../content-aware-sidebars.php:1069
284
+ msgid "Condition group saved"
285
+ msgstr ""
286
+
287
+ #: ../content-aware-sidebars.php:1099
288
+ msgid "Condition group could not be removed"
289
+ msgstr ""
290
+
291
+ #: ../content-aware-sidebars.php:1104
292
+ msgid "Condition group removed"
293
+ msgstr ""
294
 
295
+ #: ../content-aware-sidebars.php:1172
296
+ msgid ""
297
+ "If you love this plugin, please consider donating to support future "
298
+ "development."
299
  msgstr "Ja Jums patīk šis spraudnis, apsveriet iespēju noziedot tā turpmākai attīstībai."
300
 
301
+ #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
303
  msgstr "Vai arī Jūs variet:"
304
 
305
+ #: ../content-aware-sidebars.php:1183
306
  msgid "Rate the plugin on WordPress.org"
307
  msgstr "Novērtēt spraudni WordPress.org"
308
 
309
+ #: ../content-aware-sidebars.php:1184
310
  msgid "Link to the plugin page"
311
  msgstr "Saite uz spraudni"
312
 
313
+ #: ../content-aware-sidebars.php:1185
314
+ msgid "Translate the plugin into your language"
315
+ msgstr ""
316
+
317
+ #: ../content-aware-sidebars.php:1310
318
+ msgid "Remove this group and its contents permanently?"
319
+ msgstr ""
320
+
321
+ #: ../content-aware-sidebars.php:1311
322
+ msgid "No results found."
323
+ msgstr ""
324
+
325
+ #: ../content-aware-sidebars.php:1312
326
+ msgid ""
327
+ "The current group has unsaved changes. Do you want to continue and discard "
328
+ "these changes?"
329
+ msgstr ""
330
+
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
+ msgid "Display with All %s"
334
+ msgstr ""
335
 
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
+ msgid "View All"
339
+ msgstr ""
340
+
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
  msgid "Search"
345
+ msgstr ""
346
 
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
349
+ msgid "Add to Group"
350
+ msgstr ""
351
+
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
+ msgid "All %s"
355
+ msgstr ""
356
 
357
+ #: ../modules/author.php:28
358
  msgid "Authors"
359
  msgstr "Autori"
360
 
361
+ #: ../modules/bbpress.php:29
362
  msgid "bbPress User Profiles"
363
  msgstr "bbPress Lietotāja profili"
364
 
365
+ #: ../modules/bp_member.php:27
366
  msgid "BuddyPress Members"
367
  msgstr "BuddyPress Lietotāji"
368
 
369
+ #: ../modules/page_template.php:28
370
  msgid "Page Templates"
371
  msgstr "Lapu veidnes"
372
 
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
 
 
375
  msgid "Languages"
376
  msgstr "Valodas"
377
 
378
+ #: ../modules/post_type.php:34
379
  msgid "Post Types"
380
  msgstr "Rakstu tipi"
381
 
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
  msgid "Automatically select new children of a selected ancestor"
385
  msgstr "Automātiski izvēlēties jaunus bērnu ierakstus izvēlētajam ierakstam"
386
 
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
+ #, php-format
389
+ msgid "Display with %s"
390
+ msgstr ""
391
+
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
393
  msgid "No items."
394
  msgstr "Nav priekšmetu."
395
 
396
+ #: ../modules/post_type.php:212
397
+ msgid "Most Recent"
398
+ msgstr ""
399
+
400
+ #: ../modules/static.php:29
401
  msgid "Static Pages"
402
  msgstr "Statiskās lapas"
403
 
404
+ #: ../modules/static.php:39
405
  msgid "Front Page"
406
  msgstr "Glavenā lapa"
407
 
408
+ #: ../modules/static.php:40
409
  msgid "Search Results"
410
  msgstr "Meklēšanas rezultāti"
411
 
412
+ #: ../modules/static.php:41
413
  msgid "404 Page"
414
  msgstr "404 lapa"
415
 
416
+ #: ../modules/taxonomy.php:40
417
  msgid "Taxonomies"
418
  msgstr "Taksonomijas"
419
 
420
+ #: ../modules/taxonomy.php:268
421
+ msgid "Most Used"
422
+ msgstr ""
423
 
424
+ #: ../modules/url.php:22
425
  msgid "URLs"
426
  msgstr "URLi"
427
 
428
+ #: ../modules/url.php:40
429
+ msgid "Add"
430
+ msgstr "Pievienot"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-pl_PL.mo ADDED
Binary file
lang/content-aware-sidebars-pl_PL.po ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
+ # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-21 14:11+0000\n"
10
+ "Last-Translator: ibushi <marta.jasiuk@gmail.com>\n"
11
+ "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pl_PL/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: pl_PL\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
+
25
+ #: ../content-aware-sidebars.php:117
26
+ msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Zarządzaj i pokaż paski boczne zależnie od zawartości."
28
+
29
+ #: ../content-aware-sidebars.php:118
30
+ msgid "Content Aware Sidebars"
31
+ msgstr "Paski boczne"
32
+
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
34
+ msgid "Exposure"
35
+ msgstr "Ekspozycja"
36
+
37
+ #: ../content-aware-sidebars.php:263
38
+ msgid "Singular"
39
+ msgstr "Pojedynczy"
40
+
41
+ #: ../content-aware-sidebars.php:264
42
+ msgid "Singular & Archive"
43
+ msgstr "Pojedynczy & Archiwum"
44
+
45
+ #: ../content-aware-sidebars.php:265
46
+ msgid "Archive"
47
+ msgstr "Archiwum"
48
+
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
50
+ msgctxt "option"
51
+ msgid "Handle"
52
+ msgstr "Opcje"
53
+
54
+ #: ../content-aware-sidebars.php:271
55
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
56
+ msgstr "Zastąp Główny pasek boczny, scal go lub dodaj pasek boczny ręcznie."
57
+
58
+ #: ../content-aware-sidebars.php:275
59
+ msgid "Replace"
60
+ msgstr "Zastąp"
61
+
62
+ #: ../content-aware-sidebars.php:276
63
+ msgid "Merge"
64
+ msgstr "Scal"
65
+
66
+ #: ../content-aware-sidebars.php:277
67
+ msgid "Manual"
68
+ msgstr "Instrukcja"
69
+
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr "Wymuszona zamiana"
73
+
74
+ #: ../content-aware-sidebars.php:282
75
+ msgid "Host Sidebar"
76
+ msgstr "Główny Pasek boczny"
77
+
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
79
+ msgid "Merge position"
80
+ msgstr "Pozycja scalenia"
81
+
82
+ #: ../content-aware-sidebars.php:292
83
+ msgid "Place sidebar on top or bottom of host when merging."
84
+ msgstr "Umieść pasek boczny na górze lub dole głównego paska podczas scalania."
85
+
86
+ #: ../content-aware-sidebars.php:296
87
+ msgid "Top"
88
+ msgstr "Góra"
89
+
90
+ #: ../content-aware-sidebars.php:297
91
+ msgid "Bottom"
92
+ msgstr "Dół"
93
+
94
+ #: ../content-aware-sidebars.php:322
95
+ msgid "Sidebars"
96
+ msgstr "Paski boczne"
97
+
98
+ #: ../content-aware-sidebars.php:323
99
+ msgid "Sidebar"
100
+ msgstr "Pasek boczny"
101
+
102
+ #: ../content-aware-sidebars.php:324
103
+ msgctxt "sidebar"
104
+ msgid "Add New"
105
+ msgstr "Dodaj nowy"
106
+
107
+ #: ../content-aware-sidebars.php:325
108
+ msgid "Add New Sidebar"
109
+ msgstr "Dodaj nowy Pasek boczny"
110
+
111
+ #: ../content-aware-sidebars.php:326
112
+ msgid "Edit Sidebar"
113
+ msgstr "Edytuj Pasek boczny"
114
+
115
+ #: ../content-aware-sidebars.php:327
116
+ msgid "New Sidebar"
117
+ msgstr "Nowy pasek boczny"
118
+
119
+ #: ../content-aware-sidebars.php:328
120
+ msgid "All Sidebars"
121
+ msgstr "Wszystkie Paski boczne"
122
+
123
+ #: ../content-aware-sidebars.php:329
124
+ msgid "View Sidebar"
125
+ msgstr "Zobacz pasek boczny"
126
+
127
+ #: ../content-aware-sidebars.php:330
128
+ msgid "Search Sidebars"
129
+ msgstr "Szukaj Pasków bocznych"
130
+
131
+ #: ../content-aware-sidebars.php:331
132
+ msgid "No sidebars found"
133
+ msgstr "Nie znaleziono pasków bocznych"
134
+
135
+ #: ../content-aware-sidebars.php:332
136
+ msgid "No sidebars found in Trash"
137
+ msgstr "Nie znaleziono pasków w koszu"
138
+
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
+ msgid "Condition Groups"
142
+ msgstr "Stan Grup"
143
+
144
+ #: ../content-aware-sidebars.php:348
145
+ msgid "Condition Group"
146
+ msgstr "Stan Grupy"
147
+
148
+ #: ../content-aware-sidebars.php:349
149
+ msgctxt "group"
150
+ msgid "Add New"
151
+ msgstr "Dodaj nową"
152
+
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
155
+ msgid "Add New Group"
156
+ msgstr "Dodaj nową Grupę"
157
+
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
160
+ msgctxt "group"
161
+ msgid "Edit"
162
+ msgstr "Edytuj"
163
+
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
165
+ msgid "Sidebar updated."
166
+ msgstr "Pasek boczny zaktualizowany."
167
+
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
170
+ msgid "Manage widgets"
171
+ msgstr "Zarządzaj widgetami"
172
+
173
+ #: ../content-aware-sidebars.php:382
174
+ msgid "Sidebar published."
175
+ msgstr "Pasek boczny opublikowany."
176
+
177
+ #: ../content-aware-sidebars.php:383
178
+ msgid "Sidebar saved."
179
+ msgstr "Pasek boczny zapisany."
180
+
181
+ #: ../content-aware-sidebars.php:384
182
+ msgid "Sidebar submitted."
183
+ msgstr "Pasek boczny wysłany."
184
+
185
+ #: ../content-aware-sidebars.php:385
186
+ #, php-format
187
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
188
+ msgstr "Plan paska bocznego na: <strong>%1$s</strong>."
189
+
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
+ msgid "M j, Y @ G:i"
193
+ msgstr "M j, Y @ G:i"
194
+
195
+ #: ../content-aware-sidebars.php:390
196
+ msgid "Sidebar draft updated."
197
+ msgstr "Szkic paska bocznego zaktualizowany."
198
+
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
200
+ msgid "Please update Host Sidebar"
201
+ msgstr "Zaktualizuj Główny pasek boczny"
202
+
203
+ #: ../content-aware-sidebars.php:598
204
+ msgid "Manage Widgets"
205
+ msgstr "Zarządzaj Widgetami"
206
+
207
+ #: ../content-aware-sidebars.php:853
208
+ msgid "Support the Author of Content Aware Sidebars"
209
+ msgstr "Wspieraj autora wtyczki"
210
+
211
+ #: ../content-aware-sidebars.php:861
212
+ msgid "Content"
213
+ msgstr "Zawartość"
214
+
215
+ #: ../content-aware-sidebars.php:869
216
+ msgid "Options"
217
+ msgstr "Opcje"
218
+
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr "Każdy stan grupy opisuje pewną specyficzną zawartość (stan), który obecny pasek boczny powinien wyświetlić."
224
+
225
+ #: ../content-aware-sidebars.php:893
226
+ msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr "Zawartość dodana do stanu grup używa logicznej koniunkcji, podczas gdy stan grup używa logicznej alternatywy. To znaczy, że zawartość do grupy powinna być powiązana, a grupy nie oddziałują między sobą. "
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
+ msgstr "Więcej informacji"
237
+
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr "FAQ"
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
+ msgstr "Uzyskaj pomoc"
245
+
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr "Kliknij by edytować Grupę lub stworzyć nową. Wybierz zawartość po lewej do dodania. Dla każdej z grup możesz połączyć różne typy zawartości."
251
+
252
+ #: ../content-aware-sidebars.php:939
253
+ msgid "Display sidebar with"
254
+ msgstr "Wyświetl pasek boczny z"
255
+
256
+ #: ../content-aware-sidebars.php:944
257
+ msgid ""
258
+ "No content. Please add at least one condition group to make the sidebar "
259
+ "content aware."
260
+ msgstr "Brak zawartości. Dodaj chociaż jedną grupę, aby pasek działał."
261
+
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
+ msgid "Save"
264
+ msgstr "Zapisz"
265
+
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
267
+ msgid "Cancel"
268
+ msgstr "Anuluj"
269
+
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
271
+ msgid "Remove"
272
+ msgstr "Usuń"
273
+
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
276
+ msgid "Unauthorized request"
277
+ msgstr "Nieuprawnione wnioski"
278
+
279
+ #: ../content-aware-sidebars.php:1055
280
+ msgid "Condition group cannot be empty"
281
+ msgstr "Stan grupy nie może być pusty"
282
+
283
+ #: ../content-aware-sidebars.php:1069
284
+ msgid "Condition group saved"
285
+ msgstr "Stan grupy zapisany"
286
+
287
+ #: ../content-aware-sidebars.php:1099
288
+ msgid "Condition group could not be removed"
289
+ msgstr "Stan grupy nie może zostać usunięty"
290
+
291
+ #: ../content-aware-sidebars.php:1104
292
+ msgid "Condition group removed"
293
+ msgstr "Stan grupy usunięty"
294
+
295
+ #: ../content-aware-sidebars.php:1172
296
+ msgid ""
297
+ "If you love this plugin, please consider donating to support future "
298
+ "development."
299
+ msgstr "Jeśli podoba Ci się ta wtyczka, rozważ wsparcie finansowe przyszłych wersji."
300
+
301
+ #: ../content-aware-sidebars.php:1181
302
+ msgid "Or you could:"
303
+ msgstr "Lub możesz:"
304
+
305
+ #: ../content-aware-sidebars.php:1183
306
+ msgid "Rate the plugin on WordPress.org"
307
+ msgstr "Oceń tę wtyczkę na WordPress.org"
308
+
309
+ #: ../content-aware-sidebars.php:1184
310
+ msgid "Link to the plugin page"
311
+ msgstr "Link do strony wtyczny"
312
+
313
+ #: ../content-aware-sidebars.php:1185
314
+ msgid "Translate the plugin into your language"
315
+ msgstr "Przetłumacz wtyczkę na swój język"
316
+
317
+ #: ../content-aware-sidebars.php:1310
318
+ msgid "Remove this group and its contents permanently?"
319
+ msgstr "Usunąć tę grupę i jej zawartość?"
320
+
321
+ #: ../content-aware-sidebars.php:1311
322
+ msgid "No results found."
323
+ msgstr "Nic nie znaleziono."
324
+
325
+ #: ../content-aware-sidebars.php:1312
326
+ msgid ""
327
+ "The current group has unsaved changes. Do you want to continue and discard "
328
+ "these changes?"
329
+ msgstr "Obecna grupa ma niezapisane zmiany. Chcesz kontynuować i je odrzucić?"
330
+
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
+ msgid "Display with All %s"
334
+ msgstr "Wyświetl z wszystkimi %s"
335
+
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
+ msgid "View All"
339
+ msgstr "Zobacz wszystkie"
340
+
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
+ msgid "Search"
345
+ msgstr "Szukaj"
346
+
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
349
+ msgid "Add to Group"
350
+ msgstr "Dodaj do Grupy"
351
+
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
+ msgid "All %s"
355
+ msgstr "Wszystkie %s"
356
+
357
+ #: ../modules/author.php:28
358
+ msgid "Authors"
359
+ msgstr "Autorzy"
360
+
361
+ #: ../modules/bbpress.php:29
362
+ msgid "bbPress User Profiles"
363
+ msgstr "Profile Użytkowników Formu"
364
+
365
+ #: ../modules/bp_member.php:27
366
+ msgid "BuddyPress Members"
367
+ msgstr "Członkowie BuddyPress"
368
+
369
+ #: ../modules/page_template.php:28
370
+ msgid "Page Templates"
371
+ msgstr "Szablony strony"
372
+
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
375
+ msgid "Languages"
376
+ msgstr "Języki"
377
+
378
+ #: ../modules/post_type.php:34
379
+ msgid "Post Types"
380
+ msgstr "Typy wpisów"
381
+
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
+ msgid "Automatically select new children of a selected ancestor"
385
+ msgstr "Automatycznie wybierz nowe potomstwo wybranego Rodzica"
386
+
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
+ #, php-format
389
+ msgid "Display with %s"
390
+ msgstr "Wyświetl %s"
391
+
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
393
+ msgid "No items."
394
+ msgstr "Brak pozycji."
395
+
396
+ #: ../modules/post_type.php:212
397
+ msgid "Most Recent"
398
+ msgstr "Najnowsze"
399
+
400
+ #: ../modules/static.php:29
401
+ msgid "Static Pages"
402
+ msgstr "Strona statyczna"
403
+
404
+ #: ../modules/static.php:39
405
+ msgid "Front Page"
406
+ msgstr "Strona główna"
407
+
408
+ #: ../modules/static.php:40
409
+ msgid "Search Results"
410
+ msgstr "Wyniki wyszukiwania"
411
+
412
+ #: ../modules/static.php:41
413
+ msgid "404 Page"
414
+ msgstr "Strona błędu 404"
415
+
416
+ #: ../modules/taxonomy.php:40
417
+ msgid "Taxonomies"
418
+ msgstr "Taksonomie"
419
+
420
+ #: ../modules/taxonomy.php:268
421
+ msgid "Most Used"
422
+ msgstr "Najczęściej używane"
423
+
424
+ #: ../modules/url.php:22
425
+ msgid "URLs"
426
+ msgstr "Linki URL"
427
+
428
+ #: ../modules/url.php:40
429
+ msgid "Add"
430
+ msgstr "Dodaj"
lang/content-aware-sidebars-pt_BR.mo ADDED
Binary file
lang/content-aware-sidebars-pt_BR.po ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
+ # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ # Marcelo Ghelman <marcelo.ghelman@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Content Aware Sidebars\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
10
+ "PO-Revision-Date: 2014-08-28 21:32+0000\n"
11
+ "Last-Translator: Marcelo Ghelman <marcelo.ghelman@gmail.com>\n"
12
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pt_BR/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: pt_BR\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Generator: Poedit 1.6.5\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
+
26
+ #: ../content-aware-sidebars.php:117
27
+ msgid "Manage and show sidebars according to the content being viewed."
28
+ msgstr "Gerencia e exibe painéis laterais de acordo com o conteúdo sendo visto."
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Content Aware Sidebars"
33
+
34
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
35
+ msgid "Exposure"
36
+ msgstr "Exposição"
37
+
38
+ #: ../content-aware-sidebars.php:263
39
+ msgid "Singular"
40
+ msgstr "Singular"
41
+
42
+ #: ../content-aware-sidebars.php:264
43
+ msgid "Singular & Archive"
44
+ msgstr "Singular & Pacote"
45
+
46
+ #: ../content-aware-sidebars.php:265
47
+ msgid "Archive"
48
+ msgstr "Pacote"
49
+
50
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
51
+ msgctxt "option"
52
+ msgid "Handle"
53
+ msgstr "Manusear"
54
+
55
+ #: ../content-aware-sidebars.php:271
56
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
57
+ msgstr "Substituir o painel lateral do servidor, integrar-se a ele ou adicionar um painel lateral manualmente."
58
+
59
+ #: ../content-aware-sidebars.php:275
60
+ msgid "Replace"
61
+ msgstr "Substituir"
62
+
63
+ #: ../content-aware-sidebars.php:276
64
+ msgid "Merge"
65
+ msgstr "Integrar"
66
+
67
+ #: ../content-aware-sidebars.php:277
68
+ msgid "Manual"
69
+ msgstr "Manual"
70
+
71
+ #: ../content-aware-sidebars.php:278
72
+ msgid "Forced replace"
73
+ msgstr "Substituição forçada"
74
+
75
+ #: ../content-aware-sidebars.php:282
76
+ msgid "Host Sidebar"
77
+ msgstr "Painel lateral do servidor"
78
+
79
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
80
+ msgid "Merge position"
81
+ msgstr "Posição da integração"
82
+
83
+ #: ../content-aware-sidebars.php:292
84
+ msgid "Place sidebar on top or bottom of host when merging."
85
+ msgstr "Posiciona o painel lateral no topo ou na base do painel do servidor ao integrar."
86
+
87
+ #: ../content-aware-sidebars.php:296
88
+ msgid "Top"
89
+ msgstr "Topo"
90
+
91
+ #: ../content-aware-sidebars.php:297
92
+ msgid "Bottom"
93
+ msgstr "Base"
94
+
95
+ #: ../content-aware-sidebars.php:322
96
+ msgid "Sidebars"
97
+ msgstr "Painéis laterais"
98
+
99
+ #: ../content-aware-sidebars.php:323
100
+ msgid "Sidebar"
101
+ msgstr "Painel lateral"
102
+
103
+ #: ../content-aware-sidebars.php:324
104
+ msgctxt "sidebar"
105
+ msgid "Add New"
106
+ msgstr "Adicionar novo"
107
+
108
+ #: ../content-aware-sidebars.php:325
109
+ msgid "Add New Sidebar"
110
+ msgstr "Adicionar novo painel lateral"
111
+
112
+ #: ../content-aware-sidebars.php:326
113
+ msgid "Edit Sidebar"
114
+ msgstr "Editar painel lateral"
115
+
116
+ #: ../content-aware-sidebars.php:327
117
+ msgid "New Sidebar"
118
+ msgstr "Novo painel lateral"
119
+
120
+ #: ../content-aware-sidebars.php:328
121
+ msgid "All Sidebars"
122
+ msgstr "Todos painéis laterais"
123
+
124
+ #: ../content-aware-sidebars.php:329
125
+ msgid "View Sidebar"
126
+ msgstr "Visualizar painel lateral"
127
+
128
+ #: ../content-aware-sidebars.php:330
129
+ msgid "Search Sidebars"
130
+ msgstr "Pesquisar painéis laterais"
131
+
132
+ #: ../content-aware-sidebars.php:331
133
+ msgid "No sidebars found"
134
+ msgstr "Nenhum painel lateral encontrado"
135
+
136
+ #: ../content-aware-sidebars.php:332
137
+ msgid "No sidebars found in Trash"
138
+ msgstr "Nenhum painel lateral encontrado na lixeira"
139
+
140
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
141
+ #: ../content-aware-sidebars.php:937
142
+ msgid "Condition Groups"
143
+ msgstr "Grupos condicionais"
144
+
145
+ #: ../content-aware-sidebars.php:348
146
+ msgid "Condition Group"
147
+ msgstr "Grupo condicional"
148
+
149
+ #: ../content-aware-sidebars.php:349
150
+ msgctxt "group"
151
+ msgid "Add New"
152
+ msgstr "Adicionar novo"
153
+
154
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
155
+ #: ../content-aware-sidebars.php:967
156
+ msgid "Add New Group"
157
+ msgstr "Adicionar novo grupo"
158
+
159
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
160
+ #: ../content-aware-sidebars.php:1308
161
+ msgctxt "group"
162
+ msgid "Edit"
163
+ msgstr "Editar"
164
+
165
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
166
+ msgid "Sidebar updated."
167
+ msgstr "Painel lateral atualizado."
168
+
169
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
170
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
171
+ msgid "Manage widgets"
172
+ msgstr "Gerenciar componentes"
173
+
174
+ #: ../content-aware-sidebars.php:382
175
+ msgid "Sidebar published."
176
+ msgstr "Painel lateral publicado."
177
+
178
+ #: ../content-aware-sidebars.php:383
179
+ msgid "Sidebar saved."
180
+ msgstr "Painel lateral salvo."
181
+
182
+ #: ../content-aware-sidebars.php:384
183
+ msgid "Sidebar submitted."
184
+ msgstr "Painel lateral enviado."
185
+
186
+ #: ../content-aware-sidebars.php:385
187
+ #, php-format
188
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
189
+ msgstr "Painel lateral agendado para: <strong>%1$s</strong>."
190
+
191
+ #. translators: Publish box date format, see http://php.net/date
192
+ #: ../content-aware-sidebars.php:387
193
+ msgid "M j, Y @ G:i"
194
+ msgstr "d/m/Y @ G:i"
195
+
196
+ #: ../content-aware-sidebars.php:390
197
+ msgid "Sidebar draft updated."
198
+ msgstr "Rascunho do painel lateral atualizado."
199
+
200
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
201
+ msgid "Please update Host Sidebar"
202
+ msgstr "Atualize o painel lateral do servidor"
203
+
204
+ #: ../content-aware-sidebars.php:598
205
+ msgid "Manage Widgets"
206
+ msgstr "Gerenciar componentes"
207
+
208
+ #: ../content-aware-sidebars.php:853
209
+ msgid "Support the Author of Content Aware Sidebars"
210
+ msgstr "Ajude o autor do Content Aware Sidebars"
211
+
212
+ #: ../content-aware-sidebars.php:861
213
+ msgid "Content"
214
+ msgstr "Conteúdo"
215
+
216
+ #: ../content-aware-sidebars.php:869
217
+ msgid "Options"
218
+ msgstr "Opções"
219
+
220
+ #: ../content-aware-sidebars.php:892
221
+ msgid ""
222
+ "Each created condition group describe some specific content (conditions) "
223
+ "that the current sidebar should be displayed with."
224
+ msgstr "Cada grupo condicional criado descreve alguns conteúdos específicos (condições) com que o painel lateral atual deve ser exibido."
225
+
226
+ #: ../content-aware-sidebars.php:893
227
+ msgid ""
228
+ "Content added to a condition group uses logical conjunction, while condition"
229
+ " groups themselves use logical disjunction. This means that content added to"
230
+ " a group should be associated, as they are treated as such, and that the "
231
+ "groups do not interfere with each other. Thus it is possible to have both "
232
+ "extremely focused and at the same time distinct conditions."
233
+ msgstr "Conteúdos adicionados a um grupo condicional usam conjunções lógicas, enquanto os próprios grupos condicionais usam disjunções lógicas. Isto quer dizer que conteúdos adicionados a um grupo devem ser associados, já que são tratados como tal, e que os grupos não interferem uns com os outros. Assim, é possível existir ao mesmo tempo condições extremamente focadas e distintas."
234
+
235
+ #: ../content-aware-sidebars.php:896
236
+ msgid "More Information"
237
+ msgstr "Mais informações"
238
+
239
+ #: ../content-aware-sidebars.php:897
240
+ msgid "FAQ"
241
+ msgstr "FAQ"
242
+
243
+ #: ../content-aware-sidebars.php:898
244
+ msgid "Get Support"
245
+ msgstr "Obtenha suporte"
246
+
247
+ #: ../content-aware-sidebars.php:938
248
+ msgid ""
249
+ "Click to edit a group or create a new one. Select content on the left to add"
250
+ " it. In each group, you can combine different types of associated content."
251
+ msgstr "Clique para editar um grupo ou criar um novo. Selecione um conteúdo à esquerda para adicioná-lo. Em cada grupo, você pode combinar diferentes tipos de conteúdo associado."
252
+
253
+ #: ../content-aware-sidebars.php:939
254
+ msgid "Display sidebar with"
255
+ msgstr "Exibir painel lateral com"
256
+
257
+ #: ../content-aware-sidebars.php:944
258
+ msgid ""
259
+ "No content. Please add at least one condition group to make the sidebar "
260
+ "content aware."
261
+ msgstr "Nenhum conteúdo. Adicione pelo menos um grupo condicional para tornar o painel lateral sensível ao conteúdo."
262
+
263
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
264
+ msgid "Save"
265
+ msgstr "Salvar"
266
+
267
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
268
+ msgid "Cancel"
269
+ msgstr "Cancelar"
270
+
271
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
272
+ msgid "Remove"
273
+ msgstr "Remover"
274
+
275
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
276
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
277
+ msgid "Unauthorized request"
278
+ msgstr "Pedido não autorizado"
279
+
280
+ #: ../content-aware-sidebars.php:1055
281
+ msgid "Condition group cannot be empty"
282
+ msgstr "Grupo condicional não pode ficar vazio"
283
+
284
+ #: ../content-aware-sidebars.php:1069
285
+ msgid "Condition group saved"
286
+ msgstr "Grupo condicional salvo"
287
+
288
+ #: ../content-aware-sidebars.php:1099
289
+ msgid "Condition group could not be removed"
290
+ msgstr "Não foi possível remover o grupo condicional"
291
+
292
+ #: ../content-aware-sidebars.php:1104
293
+ msgid "Condition group removed"
294
+ msgstr "Grupo condicional removido"
295
+
296
+ #: ../content-aware-sidebars.php:1172
297
+ msgid ""
298
+ "If you love this plugin, please consider donating to support future "
299
+ "development."
300
+ msgstr "Se você gosta deste plugin, considere fazer uma doação para ajudar futuros desenvolvimentos."
301
+
302
+ #: ../content-aware-sidebars.php:1181
303
+ msgid "Or you could:"
304
+ msgstr "Ou você pode:"
305
+
306
+ #: ../content-aware-sidebars.php:1183
307
+ msgid "Rate the plugin on WordPress.org"
308
+ msgstr "Avaliar o plugin no WordPress.org"
309
+
310
+ #: ../content-aware-sidebars.php:1184
311
+ msgid "Link to the plugin page"
312
+ msgstr "Publicar um link para a página do plugin"
313
+
314
+ #: ../content-aware-sidebars.php:1185
315
+ msgid "Translate the plugin into your language"
316
+ msgstr "Traduzir o plugin para seu idioma"
317
+
318
+ #: ../content-aware-sidebars.php:1310
319
+ msgid "Remove this group and its contents permanently?"
320
+ msgstr "Remover este grupo e seu conteúdo permanentemente?"
321
+
322
+ #: ../content-aware-sidebars.php:1311
323
+ msgid "No results found."
324
+ msgstr "Nenhum resultado encontrado."
325
+
326
+ #: ../content-aware-sidebars.php:1312
327
+ msgid ""
328
+ "The current group has unsaved changes. Do you want to continue and discard "
329
+ "these changes?"
330
+ msgstr "O grupo atual tem alterações não salvas. Quer continuar e descartar essas alterações?"
331
+
332
+ #: ../modules/abstract.php:106
333
+ #, php-format
334
+ msgid "Display with All %s"
335
+ msgstr "Exibir com todos %s"
336
+
337
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
338
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
339
+ msgid "View All"
340
+ msgstr "Ver todos"
341
+
342
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
343
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
344
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
345
+ msgid "Search"
346
+ msgstr "Pesquisar"
347
+
348
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
349
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
350
+ msgid "Add to Group"
351
+ msgstr "Adicionar ao grupo"
352
+
353
+ #: ../modules/abstract.php:206
354
+ #, php-format
355
+ msgid "All %s"
356
+ msgstr "Todos %s"
357
+
358
+ #: ../modules/author.php:28
359
+ msgid "Authors"
360
+ msgstr "Autores"
361
+
362
+ #: ../modules/bbpress.php:29
363
+ msgid "bbPress User Profiles"
364
+ msgstr "Perfis de usuário do bbPress"
365
+
366
+ #: ../modules/bp_member.php:27
367
+ msgid "BuddyPress Members"
368
+ msgstr "Membros do BuddyPress"
369
+
370
+ #: ../modules/page_template.php:28
371
+ msgid "Page Templates"
372
+ msgstr "Modelos de página"
373
+
374
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
375
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
376
+ msgid "Languages"
377
+ msgstr "Idiomas"
378
+
379
+ #: ../modules/post_type.php:34
380
+ msgid "Post Types"
381
+ msgstr "Tipos de mensagens"
382
+
383
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
384
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
385
+ msgid "Automatically select new children of a selected ancestor"
386
+ msgstr "Selecionar automaticamente novos descendentes de um ancestral selecionado"
387
+
388
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
389
+ #, php-format
390
+ msgid "Display with %s"
391
+ msgstr "Exibir com %s"
392
+
393
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
394
+ msgid "No items."
395
+ msgstr "Nenhum item."
396
+
397
+ #: ../modules/post_type.php:212
398
+ msgid "Most Recent"
399
+ msgstr "Mais recentes"
400
+
401
+ #: ../modules/static.php:29
402
+ msgid "Static Pages"
403
+ msgstr "Páginas estáticas"
404
+
405
+ #: ../modules/static.php:39
406
+ msgid "Front Page"
407
+ msgstr "Página inicial"
408
+
409
+ #: ../modules/static.php:40
410
+ msgid "Search Results"
411
+ msgstr "Resultados da pesquisa"
412
+
413
+ #: ../modules/static.php:41
414
+ msgid "404 Page"
415
+ msgstr "Página 404"
416
+
417
+ #: ../modules/taxonomy.php:40
418
+ msgid "Taxonomies"
419
+ msgstr "Taxonomias"
420
+
421
+ #: ../modules/taxonomy.php:268
422
+ msgid "Most Used"
423
+ msgstr "Mais usados"
424
+
425
+ #: ../modules/url.php:22
426
+ msgid "URLs"
427
+ msgstr "URLs"
428
+
429
+ #: ../modules/url.php:40
430
+ msgid "Add"
431
+ msgstr "Adicionar"
lang/content-aware-sidebars-ru_RU.mo ADDED
Binary file
lang/content-aware-sidebars-ru_RU.po ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
+ # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ # Ilya Trofimov <trofilya@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Content Aware Sidebars\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
10
+ "PO-Revision-Date: 2014-08-24 02:20+0000\n"
11
+ "Last-Translator: Ilya Trofimov <trofilya@gmail.com>\n"
12
+ "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/ru_RU/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ru_RU\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Generator: Poedit 1.6.5\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
+
26
+ #: ../content-aware-sidebars.php:117
27
+ msgid "Manage and show sidebars according to the content being viewed."
28
+ msgstr "Управляйте и показывайте боковые панели, соответствующие просматриваемому содержимому."
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Учитывающие содержимое боковые панели"
33
+
34
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
35
+ msgid "Exposure"
36
+ msgstr "Показ"
37
+
38
+ #: ../content-aware-sidebars.php:263
39
+ msgid "Singular"
40
+ msgstr "Единичный"
41
+
42
+ #: ../content-aware-sidebars.php:264
43
+ msgid "Singular & Archive"
44
+ msgstr "Единичный & Архив"
45
+
46
+ #: ../content-aware-sidebars.php:265
47
+ msgid "Archive"
48
+ msgstr "Архив"
49
+
50
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
51
+ msgctxt "option"
52
+ msgid "Handle"
53
+ msgstr "Управление"
54
+
55
+ #: ../content-aware-sidebars.php:271
56
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
57
+ msgstr "Заменить прежнюю базовую панель, слиться с ней или добавить боковую панель вручную."
58
+
59
+ #: ../content-aware-sidebars.php:275
60
+ msgid "Replace"
61
+ msgstr "Заменить"
62
+
63
+ #: ../content-aware-sidebars.php:276
64
+ msgid "Merge"
65
+ msgstr "Слить"
66
+
67
+ #: ../content-aware-sidebars.php:277
68
+ msgid "Manual"
69
+ msgstr "Вручную"
70
+
71
+ #: ../content-aware-sidebars.php:278
72
+ msgid "Forced replace"
73
+ msgstr "Принудительная замена"
74
+
75
+ #: ../content-aware-sidebars.php:282
76
+ msgid "Host Sidebar"
77
+ msgstr "Базовая боковая панель"
78
+
79
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
80
+ msgid "Merge position"
81
+ msgstr "Позиция слияния"
82
+
83
+ #: ../content-aware-sidebars.php:292
84
+ msgid "Place sidebar on top or bottom of host when merging."
85
+ msgstr "Поместить боковую панель сверху или снизу базовой панели при слиянии."
86
+
87
+ #: ../content-aware-sidebars.php:296
88
+ msgid "Top"
89
+ msgstr "Сверху"
90
+
91
+ #: ../content-aware-sidebars.php:297
92
+ msgid "Bottom"
93
+ msgstr "Снизу"
94
+
95
+ #: ../content-aware-sidebars.php:322
96
+ msgid "Sidebars"
97
+ msgstr "Боковые панели"
98
+
99
+ #: ../content-aware-sidebars.php:323
100
+ msgid "Sidebar"
101
+ msgstr "Боковая панель"
102
+
103
+ #: ../content-aware-sidebars.php:324
104
+ msgctxt "sidebar"
105
+ msgid "Add New"
106
+ msgstr "Добавить новую"
107
+
108
+ #: ../content-aware-sidebars.php:325
109
+ msgid "Add New Sidebar"
110
+ msgstr "Добавить новую боковую панель"
111
+
112
+ #: ../content-aware-sidebars.php:326
113
+ msgid "Edit Sidebar"
114
+ msgstr "Редактировать боковую панель"
115
+
116
+ #: ../content-aware-sidebars.php:327
117
+ msgid "New Sidebar"
118
+ msgstr "Новая боковая панель"
119
+
120
+ #: ../content-aware-sidebars.php:328
121
+ msgid "All Sidebars"
122
+ msgstr "Все боковые панели"
123
+
124
+ #: ../content-aware-sidebars.php:329
125
+ msgid "View Sidebar"
126
+ msgstr "Просмотреть боковую панель"
127
+
128
+ #: ../content-aware-sidebars.php:330
129
+ msgid "Search Sidebars"
130
+ msgstr "Искать боковые панели"
131
+
132
+ #: ../content-aware-sidebars.php:331
133
+ msgid "No sidebars found"
134
+ msgstr "Боковые панели не найдены"
135
+
136
+ #: ../content-aware-sidebars.php:332
137
+ msgid "No sidebars found in Trash"
138
+ msgstr "В корзине боковые панели не найдены"
139
+
140
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
141
+ #: ../content-aware-sidebars.php:937
142
+ msgid "Condition Groups"
143
+ msgstr "Группы состояния"
144
+
145
+ #: ../content-aware-sidebars.php:348
146
+ msgid "Condition Group"
147
+ msgstr "Группа состояния"
148
+
149
+ #: ../content-aware-sidebars.php:349
150
+ msgctxt "group"
151
+ msgid "Add New"
152
+ msgstr "Добавить новую"
153
+
154
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
155
+ #: ../content-aware-sidebars.php:967
156
+ msgid "Add New Group"
157
+ msgstr "Добавить новую группу"
158
+
159
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
160
+ #: ../content-aware-sidebars.php:1308
161
+ msgctxt "group"
162
+ msgid "Edit"
163
+ msgstr "Редактировать"
164
+
165
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
166
+ msgid "Sidebar updated."
167
+ msgstr "Боковая панель обновлена."
168
+
169
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
170
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
171
+ msgid "Manage widgets"
172
+ msgstr "Управление виджетами"
173
+
174
+ #: ../content-aware-sidebars.php:382
175
+ msgid "Sidebar published."
176
+ msgstr "Боковая панель опубликована."
177
+
178
+ #: ../content-aware-sidebars.php:383
179
+ msgid "Sidebar saved."
180
+ msgstr "Боковая панель сохранена."
181
+
182
+ #: ../content-aware-sidebars.php:384
183
+ msgid "Sidebar submitted."
184
+ msgstr "Боковая панель отправлена."
185
+
186
+ #: ../content-aware-sidebars.php:385
187
+ #, php-format
188
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
189
+ msgstr "Боковая панель запланирована на: <strong>%1$s</strong>."
190
+
191
+ #. translators: Publish box date format, see http://php.net/date
192
+ #: ../content-aware-sidebars.php:387
193
+ msgid "M j, Y @ G:i"
194
+ msgstr "j M, Y @ H:i"
195
+
196
+ #: ../content-aware-sidebars.php:390
197
+ msgid "Sidebar draft updated."
198
+ msgstr "Набросок боковой панели обновлён."
199
+
200
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
201
+ msgid "Please update Host Sidebar"
202
+ msgstr "Пожалуйста, обновите базовую боковую панель"
203
+
204
+ #: ../content-aware-sidebars.php:598
205
+ msgid "Manage Widgets"
206
+ msgstr "Управление виджетами"
207
+
208
+ #: ../content-aware-sidebars.php:853
209
+ msgid "Support the Author of Content Aware Sidebars"
210
+ msgstr "Поддержать авторов продукта"
211
+
212
+ #: ../content-aware-sidebars.php:861
213
+ msgid "Content"
214
+ msgstr "Содержимое"
215
+
216
+ #: ../content-aware-sidebars.php:869
217
+ msgid "Options"
218
+ msgstr "Настройки"
219
+
220
+ #: ../content-aware-sidebars.php:892
221
+ msgid ""
222
+ "Each created condition group describe some specific content (conditions) "
223
+ "that the current sidebar should be displayed with."
224
+ msgstr "Каждая созданная группа состояния описывает некоторое отдельное содержимое (состояние), с которым текущая боковая панель должна быть отображена."
225
+
226
+ #: ../content-aware-sidebars.php:893
227
+ msgid ""
228
+ "Content added to a condition group uses logical conjunction, while condition"
229
+ " groups themselves use logical disjunction. This means that content added to"
230
+ " a group should be associated, as they are treated as such, and that the "
231
+ "groups do not interfere with each other. Thus it is possible to have both "
232
+ "extremely focused and at the same time distinct conditions."
233
+ msgstr "Содержимое, добавленное в группу состояния, использует логическую конъюнкцию, когда сами группы состояний используют логическую дизъюнкцию. Это значит, что содержимое, добавляемое в группы, должно быть связано, а группы не должны мешать друг другу. Это делает возможным очень точные, но в то же время различные состояния."
234
+
235
+ #: ../content-aware-sidebars.php:896
236
+ msgid "More Information"
237
+ msgstr "Больше информации"
238
+
239
+ #: ../content-aware-sidebars.php:897
240
+ msgid "FAQ"
241
+ msgstr "FAQ"
242
+
243
+ #: ../content-aware-sidebars.php:898
244
+ msgid "Get Support"
245
+ msgstr "Поддержка"
246
+
247
+ #: ../content-aware-sidebars.php:938
248
+ msgid ""
249
+ "Click to edit a group or create a new one. Select content on the left to add"
250
+ " it. In each group, you can combine different types of associated content."
251
+ msgstr "Нажмите для редактирования группы или создания новой. Выберите содержимое слева, чтобы добавить его. В каждой группе вы можете комбинировать различные типы связанного содержимого."
252
+
253
+ #: ../content-aware-sidebars.php:939
254
+ msgid "Display sidebar with"
255
+ msgstr "Показать боковую панель с"
256
+
257
+ #: ../content-aware-sidebars.php:944
258
+ msgid ""
259
+ "No content. Please add at least one condition group to make the sidebar "
260
+ "content aware."
261
+ msgstr "Без содержимого. Пожалуйста, добавьте хотя бы одну группу состояния, чтобы сделать содержимое видимым."
262
+
263
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
264
+ msgid "Save"
265
+ msgstr "Сохранить"
266
+
267
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
268
+ msgid "Cancel"
269
+ msgstr "Отмена"
270
+
271
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
272
+ msgid "Remove"
273
+ msgstr "Удалить"
274
+
275
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
276
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
277
+ msgid "Unauthorized request"
278
+ msgstr "Неразрешённый запрос"
279
+
280
+ #: ../content-aware-sidebars.php:1055
281
+ msgid "Condition group cannot be empty"
282
+ msgstr "Группа состояния не может быть пустой"
283
+
284
+ #: ../content-aware-sidebars.php:1069
285
+ msgid "Condition group saved"
286
+ msgstr "Группа состояния сохранена"
287
+
288
+ #: ../content-aware-sidebars.php:1099
289
+ msgid "Condition group could not be removed"
290
+ msgstr "Не удалось удалить группу состояния"
291
+
292
+ #: ../content-aware-sidebars.php:1104
293
+ msgid "Condition group removed"
294
+ msgstr "Группа состояния удалена"
295
+
296
+ #: ../content-aware-sidebars.php:1172
297
+ msgid ""
298
+ "If you love this plugin, please consider donating to support future "
299
+ "development."
300
+ msgstr "Если Вам понравился этот плагин, Вы можете пожертвовать, чтобы поддержать будущую разработку."
301
+
302
+ #: ../content-aware-sidebars.php:1181
303
+ msgid "Or you could:"
304
+ msgstr "Также Вы можете:"
305
+
306
+ #: ../content-aware-sidebars.php:1183
307
+ msgid "Rate the plugin on WordPress.org"
308
+ msgstr "Оценить плагин на WordPress.org"
309
+
310
+ #: ../content-aware-sidebars.php:1184
311
+ msgid "Link to the plugin page"
312
+ msgstr "Ссылка на страницу плагина"
313
+
314
+ #: ../content-aware-sidebars.php:1185
315
+ msgid "Translate the plugin into your language"
316
+ msgstr "Перевести плагин на свой язык"
317
+
318
+ #: ../content-aware-sidebars.php:1310
319
+ msgid "Remove this group and its contents permanently?"
320
+ msgstr "Удалить эту группу и её содержимое навсегда?"
321
+
322
+ #: ../content-aware-sidebars.php:1311
323
+ msgid "No results found."
324
+ msgstr "Результаты не найдены."
325
+
326
+ #: ../content-aware-sidebars.php:1312
327
+ msgid ""
328
+ "The current group has unsaved changes. Do you want to continue and discard "
329
+ "these changes?"
330
+ msgstr "Текущая группа содержит несохранённые изменения. Хотите продолжить и отменить все эти изменения?"
331
+
332
+ #: ../modules/abstract.php:106
333
+ #, php-format
334
+ msgid "Display with All %s"
335
+ msgstr ""
336
+
337
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
338
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
339
+ msgid "View All"
340
+ msgstr "Просмотреть всё"
341
+
342
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
343
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
344
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
345
+ msgid "Search"
346
+ msgstr "Поиск"
347
+
348
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
349
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
350
+ msgid "Add to Group"
351
+ msgstr "Добавить в группу"
352
+
353
+ #: ../modules/abstract.php:206
354
+ #, php-format
355
+ msgid "All %s"
356
+ msgstr ""
357
+
358
+ #: ../modules/author.php:28
359
+ msgid "Authors"
360
+ msgstr "Авторы"
361
+
362
+ #: ../modules/bbpress.php:29
363
+ msgid "bbPress User Profiles"
364
+ msgstr "Пользовательские профили bbPress"
365
+
366
+ #: ../modules/bp_member.php:27
367
+ msgid "BuddyPress Members"
368
+ msgstr "Члены BuddyPress"
369
+
370
+ #: ../modules/page_template.php:28
371
+ msgid "Page Templates"
372
+ msgstr "Шаблоны страниц"
373
+
374
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
375
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
376
+ msgid "Languages"
377
+ msgstr "Языки"
378
+
379
+ #: ../modules/post_type.php:34
380
+ msgid "Post Types"
381
+ msgstr "Типы постов"
382
+
383
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
384
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
385
+ msgid "Automatically select new children of a selected ancestor"
386
+ msgstr ""
387
+
388
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
389
+ #, php-format
390
+ msgid "Display with %s"
391
+ msgstr ""
392
+
393
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
394
+ msgid "No items."
395
+ msgstr "Без элементов"
396
+
397
+ #: ../modules/post_type.php:212
398
+ msgid "Most Recent"
399
+ msgstr "Наиболее новые"
400
+
401
+ #: ../modules/static.php:29
402
+ msgid "Static Pages"
403
+ msgstr "Статичные страницы"
404
+
405
+ #: ../modules/static.php:39
406
+ msgid "Front Page"
407
+ msgstr "Главная страница"
408
+
409
+ #: ../modules/static.php:40
410
+ msgid "Search Results"
411
+ msgstr "Результаты поиска"
412
+
413
+ #: ../modules/static.php:41
414
+ msgid "404 Page"
415
+ msgstr "Страница 404"
416
+
417
+ #: ../modules/taxonomy.php:40
418
+ msgid "Taxonomies"
419
+ msgstr "Таксономии"
420
+
421
+ #: ../modules/taxonomy.php:268
422
+ msgid "Most Used"
423
+ msgstr "Наиболее используемые"
424
+
425
+ #: ../modules/url.php:22
426
+ msgid "URLs"
427
+ msgstr "Ссылки"
428
+
429
+ #: ../modules/url.php:40
430
+ msgid "Add"
431
+ msgstr "Добавить"
lang/content-aware-sidebars-sk_SK.mo CHANGED
Binary file
lang/content-aware-sidebars-sk_SK.po CHANGED
@@ -1,311 +1,430 @@
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
5
- "POT-Creation-Date: 2013-05-14 13:07:12+00:00\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: \n"
8
- "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=iso-8859-1\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.5\n"
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- # Copyright (C) 2013 Content Aware Sidebars
15
- # This file is distributed under the same license as the Content Aware Sidebars package.
16
- #: content-aware-sidebars.php:178 content-aware-sidebars.php:345
 
 
17
  msgid "Exposure"
18
  msgstr "Expozicie"
19
 
20
- #: content-aware-sidebars.php:184
21
  msgid "Singular"
22
  msgstr "Singularni"
23
 
24
- #: content-aware-sidebars.php:185
25
  msgid "Singular & Archive"
26
  msgstr "Singularni & Archiv"
27
 
28
- #: content-aware-sidebars.php:186
29
  msgid "Archive"
30
  msgstr "Archiv"
31
 
32
- #: content-aware-sidebars.php:190 content-aware-sidebars.php:346
33
  msgctxt "option"
34
  msgid "Handle"
35
  msgstr "Rukovat"
36
 
37
- #: content-aware-sidebars.php:192
38
  msgid "Replace host sidebar, merge with it or add sidebar manually."
39
- msgstr ""
40
- "Nahradit hostitela sidebar, zlucit s nim alebo manualne pridat sidebar."
41
 
42
- #: content-aware-sidebars.php:196
43
  msgid "Replace"
44
  msgstr "Nahradit"
45
 
46
- #: content-aware-sidebars.php:197
47
  msgid "Merge"
48
  msgstr "Zlucit"
49
 
50
- #: content-aware-sidebars.php:198
51
  msgid "Manual"
52
  msgstr "Manual"
53
 
54
- #: content-aware-sidebars.php:202
 
 
 
 
55
  msgid "Host Sidebar"
56
  msgstr "Hostitel Sidebar"
57
 
58
- #: content-aware-sidebars.php:210 content-aware-sidebars.php:347
59
  msgid "Merge position"
60
  msgstr "Zlucit pozicie"
61
 
62
- #: content-aware-sidebars.php:212
63
  msgid "Place sidebar on top or bottom of host when merging."
64
  msgstr "Miesto sidebar na hornej alebo dolnej casti hostitela pri zlucovani."
65
 
66
- #: content-aware-sidebars.php:216
67
  msgid "Top"
68
  msgstr "Top"
69
 
70
- #: content-aware-sidebars.php:217
71
  msgid "Bottom"
72
  msgstr "Dno"
73
 
74
- #: content-aware-sidebars.php:232
75
  msgid "Sidebars"
76
  msgstr "Bocne panely"
77
 
78
- #: content-aware-sidebars.php:233
79
  msgid "Sidebar"
80
  msgstr "Bocny panel"
81
 
82
- #: content-aware-sidebars.php:234
83
  msgctxt "sidebar"
84
  msgid "Add New"
85
  msgstr "Pridat nove"
86
 
87
- #: content-aware-sidebars.php:235
88
  msgid "Add New Sidebar"
89
  msgstr "Pridat novy bocny panel"
90
 
91
- #: content-aware-sidebars.php:236
92
  msgid "Edit Sidebar"
93
  msgstr "Upravit Sidebar"
94
 
95
- #: content-aware-sidebars.php:237
96
  msgid "New Sidebar"
97
  msgstr "Novy bocny panel"
98
 
99
- #: content-aware-sidebars.php:238
100
  msgid "All Sidebars"
101
  msgstr "Vsetci postranne"
102
 
103
- #: content-aware-sidebars.php:239
104
  msgid "View Sidebar"
105
  msgstr "Zobrazit bocny panel"
106
 
107
- #: content-aware-sidebars.php:240
108
  msgid "Search Sidebars"
109
  msgstr "Hladat Sidebars"
110
 
111
- #: content-aware-sidebars.php:241
112
  msgid "No sidebars found"
113
  msgstr "C sidebars nasiel"
114
 
115
- #: content-aware-sidebars.php:242
116
  msgid "No sidebars found in Trash"
117
  msgstr "Ziadne sidebars, nachadza v kosi"
118
 
119
- #: content-aware-sidebars.php:273
120
- msgid "Sidebar updated. <a href=\"%s\">Manage widgets</a>"
121
- msgstr "Sidebar aktualizovane. <a href=\"%s\">Spravovat widgety</a>"
 
 
 
 
 
122
 
123
- #: content-aware-sidebars.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  msgid "Sidebar updated."
125
  msgstr "Sidebar aktualizovane."
126
 
127
- #: content-aware-sidebars.php:278
128
- msgid "Sidebar published. <a href=\"%s\">Manage widgets</a>"
129
- msgstr "Bocny panel publikoval. <a href=\"%s\">Spravovat widgety</a>"
 
 
 
 
 
130
 
131
- #: content-aware-sidebars.php:279
132
  msgid "Sidebar saved."
133
  msgstr "Sidebar ulozene."
134
 
135
- #: content-aware-sidebars.php:280
136
- msgid "Sidebar submitted. <a href=\"%s\">Manage widgets</a>"
137
- msgstr "Bocnom paneli posielaju. <a href=\"%s\">Spravovat widgety</a>"
138
 
139
- #: content-aware-sidebars.php:281
140
- msgid ""
141
- "Sidebar scheduled for: <strong>%1$s</strong>. <a href=\"%2$s\">Manage "
142
- "widgets</a>"
143
  msgstr ""
144
- "Sidebar naplanovane na: <strong>%1$s</strong>. <a href=\"%2$s\">Spravovat "
145
- "widgety</a>"
146
 
147
- #. translators: Publish box date format, see http:php.net/date
148
- #: content-aware-sidebars.php:283
149
  msgid "M j, Y @ G:i"
150
  msgstr "M j, Y @ G:i"
151
 
152
- #: content-aware-sidebars.php:284
153
  msgid "Sidebar draft updated."
154
  msgstr "Sidebar navrh aktualizovane."
155
 
156
- #: content-aware-sidebars.php:321 content-aware-sidebars.php:402
157
  msgid "Please update Host Sidebar"
158
  msgstr "Prosim aktualizujte hostitela Sidebar"
159
 
160
- #: content-aware-sidebars.php:457
161
  msgid "Manage Widgets"
162
  msgstr "Spravovat widgety"
163
 
164
- #: content-aware-sidebars.php:689
 
 
 
 
165
  msgid "Content"
166
  msgstr "Obsah"
167
 
168
- #: content-aware-sidebars.php:699
169
  msgid "Options"
170
  msgstr "Moznosti"
171
 
172
- #: content-aware-sidebars.php:708
173
- msgid "Spread the Word"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgstr ""
175
 
176
- #: content-aware-sidebars.php:798
177
- #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  msgid ""
179
  "If you love this plugin, please consider donating to support future "
180
  "development."
181
- msgstr "Ak mate radi tento plugin, prosim zvazte darovanie."
182
 
183
- #: content-aware-sidebars.php:803
184
  msgid "Or you could:"
185
  msgstr ""
186
 
187
- #: content-aware-sidebars.php:805
188
  msgid "Rate the plugin on WordPress.org"
189
  msgstr ""
190
 
191
- #: content-aware-sidebars.php:806
192
  msgid "Link to the plugin page"
193
  msgstr ""
194
 
195
- #: modules/abstract.php:57 modules/post_type.php:110
196
- msgid "Show with All %s"
197
- msgstr "Zobrazit s vsetky %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
 
199
- #: modules/abstract.php:61 modules/post_type.php:134 modules/taxonomy.php:175
200
- msgctxt "verb"
 
201
  msgid "Search"
202
- msgstr "Hladat"
203
 
204
- #: modules/abstract.php:61 modules/post_type.php:134 modules/taxonomy.php:175
205
- #: modules/url.php:42
206
- msgid "Add"
 
 
 
 
 
207
  msgstr ""
208
 
209
- #: modules/author.php:24
210
  msgid "Authors"
211
  msgstr "Autori"
212
 
213
- #: modules/bbpress.php:23
214
  msgid "bbPress User Profiles"
215
  msgstr "bbPress pouzivatelske profily"
216
 
217
- #: modules/bp_member.php:23
218
  msgid "BuddyPress Members"
219
  msgstr "BuddyPress clenov"
220
 
221
- #: modules/page_template.php:24
222
  msgid "Page Templates"
223
  msgstr "Stranky sablony"
224
 
225
- #: modules/polylang.php:23 modules/qtranslate.php:23 modules/transposh.php:23
226
- #: modules/wpml.php:23
227
  msgid "Languages"
228
  msgstr "Jazyky"
229
 
230
- #: modules/post_type.php:30
231
  msgid "Post Types"
232
  msgstr "Prispevok typy"
233
 
234
- #: modules/post_type.php:104 modules/taxonomy.php:151
 
235
  msgid "Automatically select new children of a selected ancestor"
236
  msgstr "Automaticky vybrat nove deti z vybranych predok"
237
 
238
- #: modules/post_type.php:114 modules/taxonomy.php:159
 
 
 
 
 
239
  msgid "No items."
240
  msgstr "Ziadne polozky."
241
 
242
- #: modules/static.php:25
 
 
 
 
243
  msgid "Static Pages"
244
  msgstr "Staticke stranky"
245
 
246
- #: modules/static.php:34
247
  msgid "Front Page"
248
  msgstr "Predna strana"
249
 
250
- #: modules/static.php:35
251
  msgid "Search Results"
252
  msgstr "Vysledky hladania"
253
 
254
- #: modules/static.php:36
255
  msgid "404 Page"
256
  msgstr "404 Stranka"
257
 
258
- #: modules/taxonomy.php:36
259
  msgid "Taxonomies"
260
  msgstr "Taxonomie"
261
 
262
- #: modules/taxonomy.php:155
263
- msgid "Show with %s"
264
- msgstr "Zobrazit s %s"
265
 
266
- #: modules/url.php:24
267
  msgid "URLs"
268
  msgstr ""
269
 
270
- #. Plugin Name of the plugin/theme
271
- msgid "Content Aware Sidebars"
272
- msgstr "Obsah vedomi Sidebars"
273
-
274
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
275
- #. Plugin URI of the plugin/theme
276
- #. #-#-#-#-# plugin.pot (Content Aware Sidebars 1.3.1) #-#-#-#-#
277
- #. Author URI of the plugin/theme
278
- msgid "http://www.intox.dk/"
279
- msgstr "http://www.Intox.dk/"
280
-
281
- #. Description of the plugin/theme
282
- msgid "Manage and show sidebars according to the content being viewed."
283
- msgstr "Spravovat a Zobrazit sidebars podla obsahu je prezerana."
284
-
285
- #. Author of the plugin/theme
286
- msgid "Joachim Jensen, Intox Studio"
287
- msgstr "Joachim Jensen, Intox Studio"
288
-
289
- #~ msgid "Words from the author"
290
- #~ msgstr "Slov od autora"
291
-
292
- #~ msgid ""
293
- #~ "this-is-translatedRemember to <a class=\"button\" href=\"%1$s\" target="
294
- #~ "\"_blank\">rate</a> and <a class=\"button\" href=\"%2$s\" target=\"_blank"
295
- #~ "\">share</a> it too!"
296
- #~ msgstr ""
297
- #~ "Nezabudnite <a class=\"button\" href=\"%1$s\" target=\"_blank\">rate</a> "
298
- #~ "and <a class=\"button\" href=\"%2$s\" target=\"_blank\">zdielat</a> to "
299
- #~ "taky!"
300
-
301
- #~ msgid "Check out Content Aware Sidebars for %23WordPress! :)"
302
- #~ msgstr "Pozrite sa na obsah vedomi postrehov pre % 23WordPress! :)"
303
-
304
- #~ msgid "Check out Content Aware Sidebars :)"
305
- #~ msgstr "Pozrite sa na obsah vedomi Sidebars:)"
306
-
307
- #~ msgid "View All"
308
- #~ msgstr "Zobrazit vsetky"
309
-
310
- #~ msgid "Most Used"
311
- #~ msgstr "Najpouzivanejsie"
1
+ # Copyright (C) 2012 Content Aware Sidebars
2
+ # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-19 15:51+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sk_SK/)\n"
12
  "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: sk_SK\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
+ "X-Generator: Poedit 1.6.5\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
+
25
+ #: ../content-aware-sidebars.php:117
26
+ msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Spravovat a Zobrazit sidebars podla obsahu je prezerana."
28
 
29
+ #: ../content-aware-sidebars.php:118
30
+ msgid "Content Aware Sidebars"
31
+ msgstr "Obsah vedomi Sidebars"
32
+
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
34
  msgid "Exposure"
35
  msgstr "Expozicie"
36
 
37
+ #: ../content-aware-sidebars.php:263
38
  msgid "Singular"
39
  msgstr "Singularni"
40
 
41
+ #: ../content-aware-sidebars.php:264
42
  msgid "Singular & Archive"
43
  msgstr "Singularni & Archiv"
44
 
45
+ #: ../content-aware-sidebars.php:265
46
  msgid "Archive"
47
  msgstr "Archiv"
48
 
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
50
  msgctxt "option"
51
  msgid "Handle"
52
  msgstr "Rukovat"
53
 
54
+ #: ../content-aware-sidebars.php:271
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
+ msgstr "Nahradit hostitela sidebar, zlucit s nim alebo manualne pridat sidebar."
 
57
 
58
+ #: ../content-aware-sidebars.php:275
59
  msgid "Replace"
60
  msgstr "Nahradit"
61
 
62
+ #: ../content-aware-sidebars.php:276
63
  msgid "Merge"
64
  msgstr "Zlucit"
65
 
66
+ #: ../content-aware-sidebars.php:277
67
  msgid "Manual"
68
  msgstr "Manual"
69
 
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr ""
73
+
74
+ #: ../content-aware-sidebars.php:282
75
  msgid "Host Sidebar"
76
  msgstr "Hostitel Sidebar"
77
 
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
79
  msgid "Merge position"
80
  msgstr "Zlucit pozicie"
81
 
82
+ #: ../content-aware-sidebars.php:292
83
  msgid "Place sidebar on top or bottom of host when merging."
84
  msgstr "Miesto sidebar na hornej alebo dolnej casti hostitela pri zlucovani."
85
 
86
+ #: ../content-aware-sidebars.php:296
87
  msgid "Top"
88
  msgstr "Top"
89
 
90
+ #: ../content-aware-sidebars.php:297
91
  msgid "Bottom"
92
  msgstr "Dno"
93
 
94
+ #: ../content-aware-sidebars.php:322
95
  msgid "Sidebars"
96
  msgstr "Bocne panely"
97
 
98
+ #: ../content-aware-sidebars.php:323
99
  msgid "Sidebar"
100
  msgstr "Bocny panel"
101
 
102
+ #: ../content-aware-sidebars.php:324
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Pridat nove"
106
 
107
+ #: ../content-aware-sidebars.php:325
108
  msgid "Add New Sidebar"
109
  msgstr "Pridat novy bocny panel"
110
 
111
+ #: ../content-aware-sidebars.php:326
112
  msgid "Edit Sidebar"
113
  msgstr "Upravit Sidebar"
114
 
115
+ #: ../content-aware-sidebars.php:327
116
  msgid "New Sidebar"
117
  msgstr "Novy bocny panel"
118
 
119
+ #: ../content-aware-sidebars.php:328
120
  msgid "All Sidebars"
121
  msgstr "Vsetci postranne"
122
 
123
+ #: ../content-aware-sidebars.php:329
124
  msgid "View Sidebar"
125
  msgstr "Zobrazit bocny panel"
126
 
127
+ #: ../content-aware-sidebars.php:330
128
  msgid "Search Sidebars"
129
  msgstr "Hladat Sidebars"
130
 
131
+ #: ../content-aware-sidebars.php:331
132
  msgid "No sidebars found"
133
  msgstr "C sidebars nasiel"
134
 
135
+ #: ../content-aware-sidebars.php:332
136
  msgid "No sidebars found in Trash"
137
  msgstr "Ziadne sidebars, nachadza v kosi"
138
 
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
+ msgid "Condition Groups"
142
+ msgstr ""
143
+
144
+ #: ../content-aware-sidebars.php:348
145
+ msgid "Condition Group"
146
+ msgstr ""
147
 
148
+ #: ../content-aware-sidebars.php:349
149
+ msgctxt "group"
150
+ msgid "Add New"
151
+ msgstr "Pridat nove"
152
+
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
155
+ msgid "Add New Group"
156
+ msgstr ""
157
+
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
160
+ msgctxt "group"
161
+ msgid "Edit"
162
+ msgstr ""
163
+
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
165
  msgid "Sidebar updated."
166
  msgstr "Sidebar aktualizovane."
167
 
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
170
+ msgid "Manage widgets"
171
+ msgstr ""
172
+
173
+ #: ../content-aware-sidebars.php:382
174
+ msgid "Sidebar published."
175
+ msgstr ""
176
 
177
+ #: ../content-aware-sidebars.php:383
178
  msgid "Sidebar saved."
179
  msgstr "Sidebar ulozene."
180
 
181
+ #: ../content-aware-sidebars.php:384
182
+ msgid "Sidebar submitted."
183
+ msgstr ""
184
 
185
+ #: ../content-aware-sidebars.php:385
186
+ #, php-format
187
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
 
188
  msgstr ""
 
 
189
 
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
  msgid "M j, Y @ G:i"
193
  msgstr "M j, Y @ G:i"
194
 
195
+ #: ../content-aware-sidebars.php:390
196
  msgid "Sidebar draft updated."
197
  msgstr "Sidebar navrh aktualizovane."
198
 
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
200
  msgid "Please update Host Sidebar"
201
  msgstr "Prosim aktualizujte hostitela Sidebar"
202
 
203
+ #: ../content-aware-sidebars.php:598
204
  msgid "Manage Widgets"
205
  msgstr "Spravovat widgety"
206
 
207
+ #: ../content-aware-sidebars.php:853
208
+ msgid "Support the Author of Content Aware Sidebars"
209
+ msgstr ""
210
+
211
+ #: ../content-aware-sidebars.php:861
212
  msgid "Content"
213
  msgstr "Obsah"
214
 
215
+ #: ../content-aware-sidebars.php:869
216
  msgid "Options"
217
  msgstr "Moznosti"
218
 
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr ""
224
+
225
+ #: ../content-aware-sidebars.php:893
226
+ msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
+ msgstr ""
237
+
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr ""
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
+ msgstr ""
245
+
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr ""
251
+
252
+ #: ../content-aware-sidebars.php:939
253
+ msgid "Display sidebar with"
254
+ msgstr ""
255
+
256
+ #: ../content-aware-sidebars.php:944
257
+ msgid ""
258
+ "No content. Please add at least one condition group to make the sidebar "
259
+ "content aware."
260
+ msgstr ""
261
+
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
+ msgid "Save"
264
+ msgstr ""
265
+
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
267
+ msgid "Cancel"
268
  msgstr ""
269
 
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
271
+ msgid "Remove"
272
+ msgstr ""
273
+
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
276
+ msgid "Unauthorized request"
277
+ msgstr ""
278
+
279
+ #: ../content-aware-sidebars.php:1055
280
+ msgid "Condition group cannot be empty"
281
+ msgstr ""
282
+
283
+ #: ../content-aware-sidebars.php:1069
284
+ msgid "Condition group saved"
285
+ msgstr ""
286
+
287
+ #: ../content-aware-sidebars.php:1099
288
+ msgid "Condition group could not be removed"
289
+ msgstr ""
290
+
291
+ #: ../content-aware-sidebars.php:1104
292
+ msgid "Condition group removed"
293
+ msgstr ""
294
+
295
+ #: ../content-aware-sidebars.php:1172
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr ""
300
 
301
+ #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
303
  msgstr ""
304
 
305
+ #: ../content-aware-sidebars.php:1183
306
  msgid "Rate the plugin on WordPress.org"
307
  msgstr ""
308
 
309
+ #: ../content-aware-sidebars.php:1184
310
  msgid "Link to the plugin page"
311
  msgstr ""
312
 
313
+ #: ../content-aware-sidebars.php:1185
314
+ msgid "Translate the plugin into your language"
315
+ msgstr ""
316
+
317
+ #: ../content-aware-sidebars.php:1310
318
+ msgid "Remove this group and its contents permanently?"
319
+ msgstr ""
320
+
321
+ #: ../content-aware-sidebars.php:1311
322
+ msgid "No results found."
323
+ msgstr ""
324
+
325
+ #: ../content-aware-sidebars.php:1312
326
+ msgid ""
327
+ "The current group has unsaved changes. Do you want to continue and discard "
328
+ "these changes?"
329
+ msgstr ""
330
+
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
+ msgid "Display with All %s"
334
+ msgstr ""
335
+
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
+ msgid "View All"
339
+ msgstr ""
340
 
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
  msgid "Search"
345
+ msgstr ""
346
 
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
349
+ msgid "Add to Group"
350
+ msgstr ""
351
+
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
+ msgid "All %s"
355
  msgstr ""
356
 
357
+ #: ../modules/author.php:28
358
  msgid "Authors"
359
  msgstr "Autori"
360
 
361
+ #: ../modules/bbpress.php:29
362
  msgid "bbPress User Profiles"
363
  msgstr "bbPress pouzivatelske profily"
364
 
365
+ #: ../modules/bp_member.php:27
366
  msgid "BuddyPress Members"
367
  msgstr "BuddyPress clenov"
368
 
369
+ #: ../modules/page_template.php:28
370
  msgid "Page Templates"
371
  msgstr "Stranky sablony"
372
 
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
375
  msgid "Languages"
376
  msgstr "Jazyky"
377
 
378
+ #: ../modules/post_type.php:34
379
  msgid "Post Types"
380
  msgstr "Prispevok typy"
381
 
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
  msgid "Automatically select new children of a selected ancestor"
385
  msgstr "Automaticky vybrat nove deti z vybranych predok"
386
 
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
+ #, php-format
389
+ msgid "Display with %s"
390
+ msgstr ""
391
+
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
393
  msgid "No items."
394
  msgstr "Ziadne polozky."
395
 
396
+ #: ../modules/post_type.php:212
397
+ msgid "Most Recent"
398
+ msgstr ""
399
+
400
+ #: ../modules/static.php:29
401
  msgid "Static Pages"
402
  msgstr "Staticke stranky"
403
 
404
+ #: ../modules/static.php:39
405
  msgid "Front Page"
406
  msgstr "Predna strana"
407
 
408
+ #: ../modules/static.php:40
409
  msgid "Search Results"
410
  msgstr "Vysledky hladania"
411
 
412
+ #: ../modules/static.php:41
413
  msgid "404 Page"
414
  msgstr "404 Stranka"
415
 
416
+ #: ../modules/taxonomy.php:40
417
  msgid "Taxonomies"
418
  msgstr "Taxonomie"
419
 
420
+ #: ../modules/taxonomy.php:268
421
+ msgid "Most Used"
422
+ msgstr ""
423
 
424
+ #: ../modules/url.php:22
425
  msgid "URLs"
426
  msgstr ""
427
 
428
+ #: ../modules/url.php:40
429
+ msgid "Add"
430
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/content-aware-sidebars-uk_UA.mo CHANGED
Binary file
lang/content-aware-sidebars-uk_UA.po CHANGED
@@ -1,404 +1,423 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 2.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2014-05-01 12:57+0100\n"
8
- "PO-Revision-Date: 2014-06-20 15:18+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: getvoip.com\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
 
 
14
  "X-Generator: Poedit 1.6.5\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
17
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
18
  "X-Poedit-Basepath: .\n"
19
- "X-Textdomain-Support: yes\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "Language: uk_UA\n"
22
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
23
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
  "X-Poedit-SearchPath-1: ..\n"
 
 
26
 
27
- #: ../content-aware-sidebars.php:111
28
  msgid "Manage and show sidebars according to the content being viewed."
29
- msgstr ""
30
- "Управління та показати бічну панель відповідно до змісту переглядається."
31
 
32
- #: ../content-aware-sidebars.php:112
33
  msgid "Content Aware Sidebars"
34
  msgstr "Content Aware Sidebars"
35
 
36
- #: ../content-aware-sidebars.php:232 ../content-aware-sidebars.php:432
37
  msgid "Exposure"
38
  msgstr "Експозиція"
39
 
40
- #: ../content-aware-sidebars.php:238
41
  msgid "Singular"
42
  msgstr "Єдине число"
43
 
44
- #: ../content-aware-sidebars.php:239
45
  msgid "Singular & Archive"
46
  msgstr "Сингулярні & Архів"
47
 
48
- #: ../content-aware-sidebars.php:240
49
  msgid "Archive"
50
  msgstr "Архів"
51
 
52
- #: ../content-aware-sidebars.php:244 ../content-aware-sidebars.php:433
53
  msgctxt "option"
54
  msgid "Handle"
55
  msgstr "Обробляти"
56
 
57
- #: ../content-aware-sidebars.php:246
58
  msgid "Replace host sidebar, merge with it or add sidebar manually."
59
  msgstr "Замінити хоста врізку злитися з ним або додати бічну панель вручну."
60
 
61
- #: ../content-aware-sidebars.php:250
62
  msgid "Replace"
63
  msgstr "Замінювати"
64
 
65
- #: ../content-aware-sidebars.php:251
66
  msgid "Merge"
67
  msgstr "Злиття"
68
 
69
- #: ../content-aware-sidebars.php:252
70
  msgid "Manual"
71
  msgstr "Керівництво"
72
 
73
- #: ../content-aware-sidebars.php:256
 
 
 
 
74
  msgid "Host Sidebar"
75
  msgstr "Приймаюча бічній панелі"
76
 
77
- #: ../content-aware-sidebars.php:264 ../content-aware-sidebars.php:434
78
  msgid "Merge position"
79
  msgstr "Положення Merge"
80
 
81
- #: ../content-aware-sidebars.php:266
82
  msgid "Place sidebar on top or bottom of host when merging."
83
  msgstr "Наведіть врізку на верхній або нижній частині господаря при злитті."
84
 
85
- #: ../content-aware-sidebars.php:270
86
  msgid "Top"
87
  msgstr "Топ"
88
 
89
- #: ../content-aware-sidebars.php:271
90
  msgid "Bottom"
91
  msgstr "Дно"
92
 
93
- #: ../content-aware-sidebars.php:296
94
  msgid "Sidebars"
95
  msgstr "Бічні панелі"
96
 
97
- #: ../content-aware-sidebars.php:297
98
  msgid "Sidebar"
99
  msgstr "Бічна панель"
100
 
101
- #: ../content-aware-sidebars.php:298
102
  msgctxt "sidebar"
103
  msgid "Add New"
104
  msgstr "Додати"
105
 
106
- #: ../content-aware-sidebars.php:299
107
  msgid "Add New Sidebar"
108
  msgstr "Додати нову врізку"
109
 
110
- #: ../content-aware-sidebars.php:300
111
  msgid "Edit Sidebar"
112
  msgstr "Редагувати Sidebar"
113
 
114
- #: ../content-aware-sidebars.php:301
115
  msgid "New Sidebar"
116
  msgstr "Новий Sidebar"
117
 
118
- #: ../content-aware-sidebars.php:302
119
  msgid "All Sidebars"
120
  msgstr "Всі Sidebars"
121
 
122
- #: ../content-aware-sidebars.php:303
123
  msgid "View Sidebar"
124
  msgstr "Подивитися Sidebar"
125
 
126
- #: ../content-aware-sidebars.php:304
127
  msgid "Search Sidebars"
128
  msgstr "Пошук Sidebars"
129
 
130
- #: ../content-aware-sidebars.php:305
131
  msgid "No sidebars found"
132
  msgstr "Чи не бічні не знайдено"
133
 
134
- #: ../content-aware-sidebars.php:306
135
  msgid "No sidebars found in Trash"
136
  msgstr "Чи не бічні не знайдено до Кошику"
137
 
138
- #: ../content-aware-sidebars.php:321 ../content-aware-sidebars.php:892
 
139
  msgid "Condition Groups"
140
  msgstr "Стан групи"
141
 
142
- #: ../content-aware-sidebars.php:322
143
  msgid "Condition Group"
144
  msgstr "Стан Група"
145
 
146
- #: ../content-aware-sidebars.php:323
147
  msgctxt "group"
148
  msgid "Add New"
149
  msgstr "Додати"
150
 
151
- #: ../content-aware-sidebars.php:324 ../content-aware-sidebars.php:892
152
- #: ../content-aware-sidebars.php:922
153
  msgid "Add New Group"
154
  msgstr "Додати нову групу"
155
 
156
- #: ../content-aware-sidebars.php:325 ../content-aware-sidebars.php:907
157
- #: ../content-aware-sidebars.php:1299
158
  msgctxt "group"
159
  msgid "Edit"
160
  msgstr "Редагувати"
161
 
162
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:354
163
  msgid "Sidebar updated."
164
  msgstr "Бічна панель оновлюється."
165
 
166
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:356
167
- #: ../content-aware-sidebars.php:358 ../content-aware-sidebars.php:363
168
  msgid "Manage widgets"
169
  msgstr "Управління віджети"
170
 
171
- #: ../content-aware-sidebars.php:356
172
  msgid "Sidebar published."
173
  msgstr "Бічна панель опублікований."
174
 
175
- #: ../content-aware-sidebars.php:357
176
  msgid "Sidebar saved."
177
  msgstr "Бічна панель збережені."
178
 
179
- #: ../content-aware-sidebars.php:358
180
  msgid "Sidebar submitted."
181
  msgstr "Бічна панель представлений."
182
 
183
- #: ../content-aware-sidebars.php:359 php-format
 
184
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
185
  msgstr "Бічна панель запланований <strong>на: %1$s.</strong>"
186
 
187
- #: ../content-aware-sidebars.php:361
 
188
  msgid "M j, Y @ G:i"
189
  msgstr "M j, Y @ G:i"
190
 
191
- #: ../content-aware-sidebars.php:364
192
  msgid "Sidebar draft updated."
193
  msgstr "Бічна панель проект оновленого."
194
 
195
- #: ../content-aware-sidebars.php:408 ../content-aware-sidebars.php:493
196
  msgid "Please update Host Sidebar"
197
  msgstr "Будь ласка, поновіть хост Sidebar"
198
 
199
- #: ../content-aware-sidebars.php:568
200
  msgid "Manage Widgets"
201
  msgstr "Управління Інформери"
202
 
203
- #: ../content-aware-sidebars.php:821
204
  msgid "Support the Author of Content Aware Sidebars"
205
  msgstr "Підтримайте Автора Content Aware бічних панелей"
206
 
207
- #: ../content-aware-sidebars.php:829
208
  msgid "Content"
209
  msgstr "Зміст"
210
 
211
- #: ../content-aware-sidebars.php:837
212
  msgid "Options"
213
  msgstr "Опції"
214
 
 
 
 
 
 
 
215
  #: ../content-aware-sidebars.php:893
216
  msgid ""
217
- "Click to edit a group or create a new one. Select content on the left to add "
218
- "it. In each group, you can combine different types of associated content."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  msgstr ""
220
- "Натисніть, щоб редагувати групу або створити нову. Виберіть зміст зліва, щоб "
221
- "додати його. У кожній групі, ви можете комбінувати різні типи відповідного "
222
- "вмісту."
223
 
224
- #: ../content-aware-sidebars.php:894
 
 
 
 
 
 
225
  msgid "Display sidebar with"
226
  msgstr "Показати бічну панель з"
227
 
228
- #: ../content-aware-sidebars.php:899
229
  msgid ""
230
  "No content. Please add at least one condition group to make the sidebar "
231
  "content aware."
232
  msgstr "Ні контент. Ласка додати хоча б одна умова групу, щоб зробити врізку "
233
 
234
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1297
235
  msgid "Save"
236
  msgstr "Зберегти"
237
 
238
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1298
239
  msgid "Cancel"
240
  msgstr "Скасувати"
241
 
242
- #: ../content-aware-sidebars.php:907 ../content-aware-sidebars.php:1300
243
  msgid "Remove"
244
  msgstr "Видаляти"
245
 
246
- #: ../content-aware-sidebars.php:997 ../content-aware-sidebars.php:1002
247
- #: ../content-aware-sidebars.php:1044 ../content-aware-sidebars.php:1049
248
- #: ../content-aware-sidebars.php:1082 ../content-aware-sidebars.php:1087
249
  msgid "Unauthorized request"
250
  msgstr "Несанкціоноване запит"
251
 
252
- #: ../content-aware-sidebars.php:1010
253
  msgid "Condition group cannot be empty"
254
  msgstr "Стан група не може бути порожнім"
255
 
256
- #: ../content-aware-sidebars.php:1024
257
  msgid "Condition group saved"
258
  msgstr "Стан групи зберігаються"
259
 
260
- #: ../content-aware-sidebars.php:1056
261
- msgid "Condition group could not be created"
262
- msgstr "Стан група не може бути створений"
263
-
264
- #: ../content-aware-sidebars.php:1061
265
- msgid "Condition group added"
266
- msgstr "Стан група додала"
267
-
268
- #: ../content-aware-sidebars.php:1092
269
  msgid "Condition group could not be removed"
270
  msgstr "Стан група не може бути видалена"
271
 
272
- #: ../content-aware-sidebars.php:1097
273
  msgid "Condition group removed"
274
  msgstr "Стан група видалена"
275
 
276
- #: ../content-aware-sidebars.php:1163
277
  msgid ""
278
  "If you love this plugin, please consider donating to support future "
279
  "development."
280
- msgstr ""
281
- "Якщо ви любите цей плагін, будь ласка, підтримайте, щоб підтримати майбутнє "
282
- "розвиток."
283
 
284
- #: ../content-aware-sidebars.php:1172
285
  msgid "Or you could:"
286
  msgstr "Або ви могли б:"
287
 
288
- #: ../content-aware-sidebars.php:1174
289
  msgid "Rate the plugin on WordPress.org"
290
  msgstr "Оцінити плагін на WordPress.org"
291
 
292
- #: ../content-aware-sidebars.php:1175
293
  msgid "Link to the plugin page"
294
  msgstr "Посилання на сторінку плагіна"
295
 
296
- #: ../content-aware-sidebars.php:1176
297
  msgid "Translate the plugin into your language"
298
  msgstr "Перекласти плагін на ваш мову"
299
 
300
- #: ../content-aware-sidebars.php:1301
301
  msgid "Remove this group and its contents permanently?"
302
  msgstr "Видалити цю групу і її вміст назавжди?"
303
 
304
- #: ../content-aware-sidebars.php:1302
305
  msgid "No results found."
306
  msgstr "Немає результатів."
307
 
308
- #: ../content-aware-sidebars.php:1303
309
  msgid ""
310
  "The current group has unsaved changes. Do you want to continue and discard "
311
  "these changes?"
312
- msgstr ""
313
- "Нинішня група має незбережені зміни. Бажаєте продовжити і викинути ці зміни?"
314
 
315
- #: ../modules/abstract.php:88 php-format
 
316
  msgid "Display with All %s"
317
  msgstr "Дисплей з Все %s"
318
 
319
- #: ../modules/abstract.php:98 ../modules/bp_member.php:104
320
- #: ../modules/post_type.php:198 ../modules/taxonomy.php:243
321
  msgid "View All"
322
  msgstr "Переглянути всі"
323
 
324
- #: ../modules/abstract.php:105 ../modules/abstract.php:108
325
- #: ../modules/post_type.php:204 ../modules/post_type.php:207
326
- #: ../modules/taxonomy.php:249 ../modules/taxonomy.php:252
327
  msgid "Search"
328
  msgstr "Пошук"
329
 
330
- #: ../modules/abstract.php:116 ../modules/bp_member.php:113
331
- #: ../modules/post_type.php:217 ../modules/taxonomy.php:262
332
  msgid "Add to Group"
333
  msgstr "Додати до групи"
334
 
335
- #: ../modules/abstract.php:188 php-format
 
336
  msgid "All %s"
337
  msgstr "Всі %s"
338
 
339
- #: ../modules/author.php:22
340
  msgid "Authors"
341
  msgstr "Автори"
342
 
343
- #: ../modules/bbpress.php:23
344
  msgid "bbPress User Profiles"
345
  msgstr "практикуючих юристів Профілі користувачів"
346
 
347
- #: ../modules/bp_member.php:21
348
  msgid "BuddyPress Members"
349
  msgstr "BuddyPress Користувачі"
350
 
351
- #: ../modules/page_template.php:22
352
  msgid "Page Templates"
353
  msgstr "Шаблони сторінок"
354
 
355
- #: ../modules/polylang.php:21 ../modules/qtranslate.php:21
356
- #: ../modules/transposh.php:21 ../modules/wpml.php:21
357
  msgid "Languages"
358
  msgstr "Мови"
359
 
360
- #: ../modules/post_type.php:28
361
  msgid "Post Types"
362
  msgstr "Розмістити Види"
363
 
364
- #: ../modules/post_type.php:105 ../modules/post_type.php:171
365
- #: ../modules/taxonomy.php:182 ../modules/taxonomy.php:217
366
  msgid "Automatically select new children of a selected ancestor"
367
  msgstr "Автоматичний вибір нових дітей обраного предка"
368
 
369
- #: ../modules/post_type.php:177 ../modules/taxonomy.php:221 php-format
 
370
  msgid "Display with %s"
371
  msgstr "Дисплей з %s"
372
 
373
- #: ../modules/post_type.php:182 ../modules/taxonomy.php:225
374
  msgid "No items."
375
  msgstr "Немає записів."
376
 
377
- #: ../modules/post_type.php:193
378
  msgid "Most Recent"
379
  msgstr "Найновіше"
380
 
381
- #: ../modules/static.php:23
382
  msgid "Static Pages"
383
  msgstr "Статичні сторінки"
384
 
385
- #: ../modules/static.php:33
386
  msgid "Front Page"
387
  msgstr "Головна сторінка"
388
 
389
- #: ../modules/static.php:34
390
  msgid "Search Results"
391
  msgstr "Результати пошуку"
392
 
393
- #: ../modules/static.php:35
394
  msgid "404 Page"
395
  msgstr "404 Сторінка"
396
 
397
- #: ../modules/taxonomy.php:34
398
  msgid "Taxonomies"
399
  msgstr "Таксономії"
400
 
401
- #: ../modules/taxonomy.php:238
402
  msgid "Most Used"
403
  msgstr "Найбільш часто використовувані"
404
 
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Content Aware Sidebars\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
8
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
9
+ "PO-Revision-Date: 2014-08-19 15:41+0000\n"
10
+ "Last-Translator: Joachim <jv@intox.dk>\n"
11
+ "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/projects/p/content-aware-sidebars/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: uk_UA\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Generator: Poedit 1.6.5\n"
 
 
 
18
  "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
 
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Textdomain-Support: yes\n"
24
 
25
+ #: ../content-aware-sidebars.php:117
26
  msgid "Manage and show sidebars according to the content being viewed."
27
+ msgstr "Управління та показати бічну панель відповідно до змісту переглядається."
 
28
 
29
+ #: ../content-aware-sidebars.php:118
30
  msgid "Content Aware Sidebars"
31
  msgstr "Content Aware Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
34
  msgid "Exposure"
35
  msgstr "Експозиція"
36
 
37
+ #: ../content-aware-sidebars.php:263
38
  msgid "Singular"
39
  msgstr "Єдине число"
40
 
41
+ #: ../content-aware-sidebars.php:264
42
  msgid "Singular & Archive"
43
  msgstr "Сингулярні & Архів"
44
 
45
+ #: ../content-aware-sidebars.php:265
46
  msgid "Archive"
47
  msgstr "Архів"
48
 
49
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
50
  msgctxt "option"
51
  msgid "Handle"
52
  msgstr "Обробляти"
53
 
54
+ #: ../content-aware-sidebars.php:271
55
  msgid "Replace host sidebar, merge with it or add sidebar manually."
56
  msgstr "Замінити хоста врізку злитися з ним або додати бічну панель вручну."
57
 
58
+ #: ../content-aware-sidebars.php:275
59
  msgid "Replace"
60
  msgstr "Замінювати"
61
 
62
+ #: ../content-aware-sidebars.php:276
63
  msgid "Merge"
64
  msgstr "Злиття"
65
 
66
+ #: ../content-aware-sidebars.php:277
67
  msgid "Manual"
68
  msgstr "Керівництво"
69
 
70
+ #: ../content-aware-sidebars.php:278
71
+ msgid "Forced replace"
72
+ msgstr ""
73
+
74
+ #: ../content-aware-sidebars.php:282
75
  msgid "Host Sidebar"
76
  msgstr "Приймаюча бічній панелі"
77
 
78
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
79
  msgid "Merge position"
80
  msgstr "Положення Merge"
81
 
82
+ #: ../content-aware-sidebars.php:292
83
  msgid "Place sidebar on top or bottom of host when merging."
84
  msgstr "Наведіть врізку на верхній або нижній частині господаря при злитті."
85
 
86
+ #: ../content-aware-sidebars.php:296
87
  msgid "Top"
88
  msgstr "Топ"
89
 
90
+ #: ../content-aware-sidebars.php:297
91
  msgid "Bottom"
92
  msgstr "Дно"
93
 
94
+ #: ../content-aware-sidebars.php:322
95
  msgid "Sidebars"
96
  msgstr "Бічні панелі"
97
 
98
+ #: ../content-aware-sidebars.php:323
99
  msgid "Sidebar"
100
  msgstr "Бічна панель"
101
 
102
+ #: ../content-aware-sidebars.php:324
103
  msgctxt "sidebar"
104
  msgid "Add New"
105
  msgstr "Додати"
106
 
107
+ #: ../content-aware-sidebars.php:325
108
  msgid "Add New Sidebar"
109
  msgstr "Додати нову врізку"
110
 
111
+ #: ../content-aware-sidebars.php:326
112
  msgid "Edit Sidebar"
113
  msgstr "Редагувати Sidebar"
114
 
115
+ #: ../content-aware-sidebars.php:327
116
  msgid "New Sidebar"
117
  msgstr "Новий Sidebar"
118
 
119
+ #: ../content-aware-sidebars.php:328
120
  msgid "All Sidebars"
121
  msgstr "Всі Sidebars"
122
 
123
+ #: ../content-aware-sidebars.php:329
124
  msgid "View Sidebar"
125
  msgstr "Подивитися Sidebar"
126
 
127
+ #: ../content-aware-sidebars.php:330
128
  msgid "Search Sidebars"
129
  msgstr "Пошук Sidebars"
130
 
131
+ #: ../content-aware-sidebars.php:331
132
  msgid "No sidebars found"
133
  msgstr "Чи не бічні не знайдено"
134
 
135
+ #: ../content-aware-sidebars.php:332
136
  msgid "No sidebars found in Trash"
137
  msgstr "Чи не бічні не знайдено до Кошику"
138
 
139
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
140
+ #: ../content-aware-sidebars.php:937
141
  msgid "Condition Groups"
142
  msgstr "Стан групи"
143
 
144
+ #: ../content-aware-sidebars.php:348
145
  msgid "Condition Group"
146
  msgstr "Стан Група"
147
 
148
+ #: ../content-aware-sidebars.php:349
149
  msgctxt "group"
150
  msgid "Add New"
151
  msgstr "Додати"
152
 
153
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
154
+ #: ../content-aware-sidebars.php:967
155
  msgid "Add New Group"
156
  msgstr "Додати нову групу"
157
 
158
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
159
+ #: ../content-aware-sidebars.php:1308
160
  msgctxt "group"
161
  msgid "Edit"
162
  msgstr "Редагувати"
163
 
164
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
165
  msgid "Sidebar updated."
166
  msgstr "Бічна панель оновлюється."
167
 
168
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
169
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
170
  msgid "Manage widgets"
171
  msgstr "Управління віджети"
172
 
173
+ #: ../content-aware-sidebars.php:382
174
  msgid "Sidebar published."
175
  msgstr "Бічна панель опублікований."
176
 
177
+ #: ../content-aware-sidebars.php:383
178
  msgid "Sidebar saved."
179
  msgstr "Бічна панель збережені."
180
 
181
+ #: ../content-aware-sidebars.php:384
182
  msgid "Sidebar submitted."
183
  msgstr "Бічна панель представлений."
184
 
185
+ #: ../content-aware-sidebars.php:385
186
+ #, php-format
187
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
188
  msgstr "Бічна панель запланований <strong>на: %1$s.</strong>"
189
 
190
+ #. translators: Publish box date format, see http://php.net/date
191
+ #: ../content-aware-sidebars.php:387
192
  msgid "M j, Y @ G:i"
193
  msgstr "M j, Y @ G:i"
194
 
195
+ #: ../content-aware-sidebars.php:390
196
  msgid "Sidebar draft updated."
197
  msgstr "Бічна панель проект оновленого."
198
 
199
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
200
  msgid "Please update Host Sidebar"
201
  msgstr "Будь ласка, поновіть хост Sidebar"
202
 
203
+ #: ../content-aware-sidebars.php:598
204
  msgid "Manage Widgets"
205
  msgstr "Управління Інформери"
206
 
207
+ #: ../content-aware-sidebars.php:853
208
  msgid "Support the Author of Content Aware Sidebars"
209
  msgstr "Підтримайте Автора Content Aware бічних панелей"
210
 
211
+ #: ../content-aware-sidebars.php:861
212
  msgid "Content"
213
  msgstr "Зміст"
214
 
215
+ #: ../content-aware-sidebars.php:869
216
  msgid "Options"
217
  msgstr "Опції"
218
 
219
+ #: ../content-aware-sidebars.php:892
220
+ msgid ""
221
+ "Each created condition group describe some specific content (conditions) "
222
+ "that the current sidebar should be displayed with."
223
+ msgstr ""
224
+
225
  #: ../content-aware-sidebars.php:893
226
  msgid ""
227
+ "Content added to a condition group uses logical conjunction, while condition"
228
+ " groups themselves use logical disjunction. This means that content added to"
229
+ " a group should be associated, as they are treated as such, and that the "
230
+ "groups do not interfere with each other. Thus it is possible to have both "
231
+ "extremely focused and at the same time distinct conditions."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:896
235
+ msgid "More Information"
236
+ msgstr ""
237
+
238
+ #: ../content-aware-sidebars.php:897
239
+ msgid "FAQ"
240
+ msgstr ""
241
+
242
+ #: ../content-aware-sidebars.php:898
243
+ msgid "Get Support"
244
  msgstr ""
 
 
 
245
 
246
+ #: ../content-aware-sidebars.php:938
247
+ msgid ""
248
+ "Click to edit a group or create a new one. Select content on the left to add"
249
+ " it. In each group, you can combine different types of associated content."
250
+ msgstr "Натисніть, щоб редагувати групу або створити нову. Виберіть зміст зліва, щоб додати його. У кожній групі, ви можете комбінувати різні типи відповідного вмісту."
251
+
252
+ #: ../content-aware-sidebars.php:939
253
  msgid "Display sidebar with"
254
  msgstr "Показати бічну панель з"
255
 
256
+ #: ../content-aware-sidebars.php:944
257
  msgid ""
258
  "No content. Please add at least one condition group to make the sidebar "
259
  "content aware."
260
  msgstr "Ні контент. Ласка додати хоча б одна умова групу, щоб зробити врізку "
261
 
262
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
263
  msgid "Save"
264
  msgstr "Зберегти"
265
 
266
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
267
  msgid "Cancel"
268
  msgstr "Скасувати"
269
 
270
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
271
  msgid "Remove"
272
  msgstr "Видаляти"
273
 
274
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
275
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
 
276
  msgid "Unauthorized request"
277
  msgstr "Несанкціоноване запит"
278
 
279
+ #: ../content-aware-sidebars.php:1055
280
  msgid "Condition group cannot be empty"
281
  msgstr "Стан група не може бути порожнім"
282
 
283
+ #: ../content-aware-sidebars.php:1069
284
  msgid "Condition group saved"
285
  msgstr "Стан групи зберігаються"
286
 
287
+ #: ../content-aware-sidebars.php:1099
 
 
 
 
 
 
 
 
288
  msgid "Condition group could not be removed"
289
  msgstr "Стан група не може бути видалена"
290
 
291
+ #: ../content-aware-sidebars.php:1104
292
  msgid "Condition group removed"
293
  msgstr "Стан група видалена"
294
 
295
+ #: ../content-aware-sidebars.php:1172
296
  msgid ""
297
  "If you love this plugin, please consider donating to support future "
298
  "development."
299
+ msgstr "Якщо ви любите цей плагін, будь ласка, підтримайте, щоб підтримати майбутнє розвиток."
 
 
300
 
301
+ #: ../content-aware-sidebars.php:1181
302
  msgid "Or you could:"
303
  msgstr "Або ви могли б:"
304
 
305
+ #: ../content-aware-sidebars.php:1183
306
  msgid "Rate the plugin on WordPress.org"
307
  msgstr "Оцінити плагін на WordPress.org"
308
 
309
+ #: ../content-aware-sidebars.php:1184
310
  msgid "Link to the plugin page"
311
  msgstr "Посилання на сторінку плагіна"
312
 
313
+ #: ../content-aware-sidebars.php:1185
314
  msgid "Translate the plugin into your language"
315
  msgstr "Перекласти плагін на ваш мову"
316
 
317
+ #: ../content-aware-sidebars.php:1310
318
  msgid "Remove this group and its contents permanently?"
319
  msgstr "Видалити цю групу і її вміст назавжди?"
320
 
321
+ #: ../content-aware-sidebars.php:1311
322
  msgid "No results found."
323
  msgstr "Немає результатів."
324
 
325
+ #: ../content-aware-sidebars.php:1312
326
  msgid ""
327
  "The current group has unsaved changes. Do you want to continue and discard "
328
  "these changes?"
329
+ msgstr "Нинішня група має незбережені зміни. Бажаєте продовжити і викинути ці зміни?"
 
330
 
331
+ #: ../modules/abstract.php:106
332
+ #, php-format
333
  msgid "Display with All %s"
334
  msgstr "Дисплей з Все %s"
335
 
336
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
337
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
338
  msgid "View All"
339
  msgstr "Переглянути всі"
340
 
341
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
342
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
343
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
344
  msgid "Search"
345
  msgstr "Пошук"
346
 
347
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
348
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
349
  msgid "Add to Group"
350
  msgstr "Додати до групи"
351
 
352
+ #: ../modules/abstract.php:206
353
+ #, php-format
354
  msgid "All %s"
355
  msgstr "Всі %s"
356
 
357
+ #: ../modules/author.php:28
358
  msgid "Authors"
359
  msgstr "Автори"
360
 
361
+ #: ../modules/bbpress.php:29
362
  msgid "bbPress User Profiles"
363
  msgstr "практикуючих юристів Профілі користувачів"
364
 
365
+ #: ../modules/bp_member.php:27
366
  msgid "BuddyPress Members"
367
  msgstr "BuddyPress Користувачі"
368
 
369
+ #: ../modules/page_template.php:28
370
  msgid "Page Templates"
371
  msgstr "Шаблони сторінок"
372
 
373
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
374
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
375
  msgid "Languages"
376
  msgstr "Мови"
377
 
378
+ #: ../modules/post_type.php:34
379
  msgid "Post Types"
380
  msgstr "Розмістити Види"
381
 
382
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
383
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
384
  msgid "Automatically select new children of a selected ancestor"
385
  msgstr "Автоматичний вибір нових дітей обраного предка"
386
 
387
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
388
+ #, php-format
389
  msgid "Display with %s"
390
  msgstr "Дисплей з %s"
391
 
392
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
393
  msgid "No items."
394
  msgstr "Немає записів."
395
 
396
+ #: ../modules/post_type.php:212
397
  msgid "Most Recent"
398
  msgstr "Найновіше"
399
 
400
+ #: ../modules/static.php:29
401
  msgid "Static Pages"
402
  msgstr "Статичні сторінки"
403
 
404
+ #: ../modules/static.php:39
405
  msgid "Front Page"
406
  msgstr "Головна сторінка"
407
 
408
+ #: ../modules/static.php:40
409
  msgid "Search Results"
410
  msgstr "Результати пошуку"
411
 
412
+ #: ../modules/static.php:41
413
  msgid "404 Page"
414
  msgstr "404 Сторінка"
415
 
416
+ #: ../modules/taxonomy.php:40
417
  msgid "Taxonomies"
418
  msgstr "Таксономії"
419
 
420
+ #: ../modules/taxonomy.php:268
421
  msgid "Most Used"
422
  msgstr "Найбільш часто використовувані"
423
 
lang/content-aware-sidebars-zh_CN.mo CHANGED
Binary file
lang/content-aware-sidebars-zh_CN.po CHANGED
@@ -1,402 +1,424 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
 
 
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Content Aware Sidebars 2.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
7
- "POT-Creation-Date: 2014-05-01 12:57+0100\n"
8
- "PO-Revision-Date: 2014-06-20 15:24+0100\n"
9
- "Last-Translator: Joachim Jensen (Intox Studio) <jv@intox.dk>\n"
10
- "Language-Team: \n"
11
- "Language: zh_Hans_CN\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
15
  "X-Generator: Poedit 1.6.5\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Poedit-Basepath: .\n"
20
- "X-Textdomain-Support: yes\n"
21
- "X-Poedit-SourceCharset: UTF-8\n"
22
- "Plural-Forms: nplurals=1; plural=0;\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPath-1: ..\n"
 
 
25
 
26
- #: ../content-aware-sidebars.php:111
27
  msgid "Manage and show sidebars according to the content being viewed."
28
  msgstr "根据页面内容管理和显示边栏"
29
 
30
- #: ../content-aware-sidebars.php:112
31
  msgid "Content Aware Sidebars"
32
  msgstr "自由定制边栏"
33
 
34
- #: ../content-aware-sidebars.php:232 ../content-aware-sidebars.php:432
35
  msgid "Exposure"
36
  msgstr "显示于"
37
 
38
- #: ../content-aware-sidebars.php:238
39
  msgid "Singular"
40
  msgstr "文章页"
41
 
42
- #: ../content-aware-sidebars.php:239
43
  msgid "Singular & Archive"
44
  msgstr "文章页和列表页"
45
 
46
- #: ../content-aware-sidebars.php:240
47
  msgid "Archive"
48
  msgstr "列表页"
49
 
50
- #: ../content-aware-sidebars.php:244 ../content-aware-sidebars.php:433
51
  msgctxt "option"
52
  msgid "Handle"
53
  msgstr "处理方式"
54
 
55
- #: ../content-aware-sidebars.php:246
56
  msgid "Replace host sidebar, merge with it or add sidebar manually."
57
  msgstr "替换主边栏, 合并或者手动添加边栏"
58
 
59
- #: ../content-aware-sidebars.php:250
60
  msgid "Replace"
61
  msgstr "替换"
62
 
63
- #: ../content-aware-sidebars.php:251
64
  msgid "Merge"
65
  msgstr "合并"
66
 
67
- #: ../content-aware-sidebars.php:252
68
  msgid "Manual"
69
  msgstr "手动"
70
 
71
- #: ../content-aware-sidebars.php:256
 
 
 
 
72
  msgid "Host Sidebar"
73
  msgstr "主边栏"
74
 
75
- #: ../content-aware-sidebars.php:264 ../content-aware-sidebars.php:434
76
  msgid "Merge position"
77
  msgstr "合并位置"
78
 
79
- #: ../content-aware-sidebars.php:266
80
  msgid "Place sidebar on top or bottom of host when merging."
81
  msgstr "合并时将边栏放置在主边栏的顶部或底部"
82
 
83
- #: ../content-aware-sidebars.php:270
84
  msgid "Top"
85
  msgstr "顶部"
86
 
87
- #: ../content-aware-sidebars.php:271
88
  msgid "Bottom"
89
  msgstr "底部"
90
 
91
- #: ../content-aware-sidebars.php:296
92
  msgid "Sidebars"
93
  msgstr "边栏"
94
 
95
- #: ../content-aware-sidebars.php:297
96
  msgid "Sidebar"
97
  msgstr "边栏"
98
 
99
- #: ../content-aware-sidebars.php:298
100
  msgctxt "sidebar"
101
  msgid "Add New"
102
  msgstr "新建"
103
 
104
- #: ../content-aware-sidebars.php:299
105
  msgid "Add New Sidebar"
106
  msgstr "添加边栏"
107
 
108
- #: ../content-aware-sidebars.php:300
109
  msgid "Edit Sidebar"
110
  msgstr "编辑边栏"
111
 
112
- #: ../content-aware-sidebars.php:301
113
  msgid "New Sidebar"
114
  msgstr "新建边栏"
115
 
116
- #: ../content-aware-sidebars.php:302
117
  msgid "All Sidebars"
118
  msgstr "全部边栏"
119
 
120
- #: ../content-aware-sidebars.php:303
121
  msgid "View Sidebar"
122
  msgstr "查看边栏"
123
 
124
- #: ../content-aware-sidebars.php:304
125
  msgid "Search Sidebars"
126
  msgstr "搜索边栏"
127
 
128
- #: ../content-aware-sidebars.php:305
129
  msgid "No sidebars found"
130
  msgstr "未找到边栏"
131
 
132
- #: ../content-aware-sidebars.php:306
133
  msgid "No sidebars found in Trash"
134
  msgstr "回收站中未找到边栏"
135
 
136
- #: ../content-aware-sidebars.php:321 ../content-aware-sidebars.php:892
 
137
  msgid "Condition Groups"
138
  msgstr "显示条件组"
139
 
140
- #: ../content-aware-sidebars.php:322
141
  msgid "Condition Group"
142
  msgstr "显示条件组"
143
 
144
- #: ../content-aware-sidebars.php:323
145
  msgctxt "group"
146
  msgid "Add New"
147
  msgstr "新建"
148
 
149
- #: ../content-aware-sidebars.php:324 ../content-aware-sidebars.php:892
150
- #: ../content-aware-sidebars.php:922
151
  msgid "Add New Group"
152
  msgstr "新建组"
153
 
154
- #: ../content-aware-sidebars.php:325 ../content-aware-sidebars.php:907
155
- #: ../content-aware-sidebars.php:1299
156
  msgctxt "group"
157
  msgid "Edit"
158
  msgstr "编辑"
159
 
160
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:354
161
  msgid "Sidebar updated."
162
  msgstr "边栏已更新."
163
 
164
- #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:356
165
- #: ../content-aware-sidebars.php:358 ../content-aware-sidebars.php:363
166
  msgid "Manage widgets"
167
  msgstr "管理小工具"
168
 
169
- #: ../content-aware-sidebars.php:356
170
  msgid "Sidebar published."
171
  msgstr "已发布边栏"
172
 
173
- #: ../content-aware-sidebars.php:357
174
  msgid "Sidebar saved."
175
  msgstr "边栏已保存."
176
 
177
- #: ../content-aware-sidebars.php:358
178
  msgid "Sidebar submitted."
179
  msgstr "已提交边栏"
180
 
181
- #: ../content-aware-sidebars.php:359
182
  #, php-format
183
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
184
  msgstr "已为 <strong>%1$s</strong> 设置了边栏计划"
185
 
186
- #: ../content-aware-sidebars.php:361
 
187
  msgid "M j, Y @ G:i"
188
  msgstr "M j, Y @ G:i"
189
 
190
- #: ../content-aware-sidebars.php:364
191
  msgid "Sidebar draft updated."
192
  msgstr "边栏草稿已更新."
193
 
194
- #: ../content-aware-sidebars.php:408 ../content-aware-sidebars.php:493
195
  msgid "Please update Host Sidebar"
196
  msgstr "请更新主边栏"
197
 
198
- #: ../content-aware-sidebars.php:568
199
  msgid "Manage Widgets"
200
  msgstr "管理小工具"
201
 
202
- #: ../content-aware-sidebars.php:821
203
  msgid "Support the Author of Content Aware Sidebars"
204
  msgstr "支持Content Aware Sidebars"
205
 
206
- #: ../content-aware-sidebars.php:829
207
  msgid "Content"
208
  msgstr "内容"
209
 
210
- #: ../content-aware-sidebars.php:837
211
  msgid "Options"
212
  msgstr "选项"
213
 
 
 
 
 
 
 
214
  #: ../content-aware-sidebars.php:893
215
  msgid ""
216
- "Click to edit a group or create a new one. Select content on the left to add "
217
- "it. In each group, you can combine different types of associated content."
218
- msgstr ""
219
- "点击修改或新建组。选择左侧内容添加到组中。在每组中,你可以组合不同的有关内"
220
- "容。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
- #: ../content-aware-sidebars.php:894
223
  msgid "Display sidebar with"
224
  msgstr "边栏显示在"
225
 
226
- #: ../content-aware-sidebars.php:899
227
  msgid ""
228
  "No content. Please add at least one condition group to make the sidebar "
229
  "content aware."
230
  msgstr "没有内容。请至少选择一项内容组以定制边栏"
231
 
232
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1297
233
  msgid "Save"
234
  msgstr "保存"
235
 
236
- #: ../content-aware-sidebars.php:904 ../content-aware-sidebars.php:1298
237
  msgid "Cancel"
238
  msgstr "取消"
239
 
240
- #: ../content-aware-sidebars.php:907 ../content-aware-sidebars.php:1300
241
  msgid "Remove"
242
  msgstr "删除"
243
 
244
- #: ../content-aware-sidebars.php:997 ../content-aware-sidebars.php:1002
245
- #: ../content-aware-sidebars.php:1044 ../content-aware-sidebars.php:1049
246
- #: ../content-aware-sidebars.php:1082 ../content-aware-sidebars.php:1087
247
  msgid "Unauthorized request"
248
  msgstr "未授权请求"
249
 
250
- #: ../content-aware-sidebars.php:1010
251
  msgid "Condition group cannot be empty"
252
  msgstr "未能创建条件组"
253
 
254
- #: ../content-aware-sidebars.php:1024
255
  msgid "Condition group saved"
256
  msgstr "已保存条件组"
257
 
258
- #: ../content-aware-sidebars.php:1056
259
- msgid "Condition group could not be created"
260
- msgstr "未能创建条件组"
261
-
262
- #: ../content-aware-sidebars.php:1061
263
- msgid "Condition group added"
264
- msgstr "已添加条件组"
265
-
266
- #: ../content-aware-sidebars.php:1092
267
  msgid "Condition group could not be removed"
268
  msgstr "未能删除条件组"
269
 
270
- #: ../content-aware-sidebars.php:1097
271
  msgid "Condition group removed"
272
  msgstr "已删除条件组"
273
 
274
- #: ../content-aware-sidebars.php:1163
275
  msgid ""
276
  "If you love this plugin, please consider donating to support future "
277
  "development."
278
  msgstr "如果你喜欢这个插件, 请考虑捐赠."
279
 
280
- #: ../content-aware-sidebars.php:1172
281
  msgid "Or you could:"
282
  msgstr "或者你可以:"
283
 
284
- #: ../content-aware-sidebars.php:1174
285
  msgid "Rate the plugin on WordPress.org"
286
  msgstr "在WordPress.org为此插件评分"
287
 
288
- #: ../content-aware-sidebars.php:1175
289
  msgid "Link to the plugin page"
290
  msgstr "链接到插件页面"
291
 
292
- #: ../content-aware-sidebars.php:1176
293
  msgid "Translate the plugin into your language"
294
  msgstr "翻译此插件"
295
 
296
- #: ../content-aware-sidebars.php:1301
297
  msgid "Remove this group and its contents permanently?"
298
  msgstr "永久删除此组和它的内容?"
299
 
300
- #: ../content-aware-sidebars.php:1302
301
  msgid "No results found."
302
  msgstr "未找到结果"
303
 
304
- #: ../content-aware-sidebars.php:1303
305
  msgid ""
306
  "The current group has unsaved changes. Do you want to continue and discard "
307
  "these changes?"
308
  msgstr "当前修改未保存,放弃修改吗?"
309
 
310
- #: ../modules/abstract.php:88
311
  #, php-format
312
  msgid "Display with All %s"
313
  msgstr "在所有%s显示"
314
 
315
- #: ../modules/abstract.php:98 ../modules/bp_member.php:104
316
- #: ../modules/post_type.php:198 ../modules/taxonomy.php:243
317
  msgid "View All"
318
  msgstr "查看全部"
319
 
320
- #: ../modules/abstract.php:105 ../modules/abstract.php:108
321
- #: ../modules/post_type.php:204 ../modules/post_type.php:207
322
- #: ../modules/taxonomy.php:249 ../modules/taxonomy.php:252
323
  msgid "Search"
324
  msgstr "搜索"
325
 
326
- #: ../modules/abstract.php:116 ../modules/bp_member.php:113
327
- #: ../modules/post_type.php:217 ../modules/taxonomy.php:262
328
  msgid "Add to Group"
329
  msgstr "添加到组"
330
 
331
- #: ../modules/abstract.php:188
332
  #, php-format
333
  msgid "All %s"
334
  msgstr "全部%s"
335
 
336
- #: ../modules/author.php:22
337
  msgid "Authors"
338
  msgstr "作者"
339
 
340
- #: ../modules/bbpress.php:23
341
  msgid "bbPress User Profiles"
342
  msgstr "bbPress用户资料"
343
 
344
- #: ../modules/bp_member.php:21
345
  msgid "BuddyPress Members"
346
  msgstr "BuddyPress用户"
347
 
348
- #: ../modules/page_template.php:22
349
  msgid "Page Templates"
350
  msgstr "页面模板"
351
 
352
- #: ../modules/polylang.php:21 ../modules/qtranslate.php:21
353
- #: ../modules/transposh.php:21 ../modules/wpml.php:21
354
  msgid "Languages"
355
  msgstr "语言"
356
 
357
- #: ../modules/post_type.php:28
358
  msgid "Post Types"
359
  msgstr "文章类型"
360
 
361
- #: ../modules/post_type.php:105 ../modules/post_type.php:171
362
- #: ../modules/taxonomy.php:182 ../modules/taxonomy.php:217
363
  msgid "Automatically select new children of a selected ancestor"
364
  msgstr "自动为选中的父级选择新子级"
365
 
366
- #: ../modules/post_type.php:177 ../modules/taxonomy.php:221
367
  #, php-format
368
  msgid "Display with %s"
369
  msgstr "在%s显示"
370
 
371
- #: ../modules/post_type.php:182 ../modules/taxonomy.php:225
372
  msgid "No items."
373
  msgstr "没有项目."
374
 
375
- #: ../modules/post_type.php:193
376
  msgid "Most Recent"
377
  msgstr "最新"
378
 
379
- #: ../modules/static.php:23
380
  msgid "Static Pages"
381
  msgstr "静态页面"
382
 
383
- #: ../modules/static.php:33
384
  msgid "Front Page"
385
  msgstr "首页"
386
 
387
- #: ../modules/static.php:34
388
  msgid "Search Results"
389
  msgstr "搜索结果"
390
 
391
- #: ../modules/static.php:35
392
  msgid "404 Page"
393
  msgstr "404页面"
394
 
395
- #: ../modules/taxonomy.php:34
396
  msgid "Taxonomies"
397
  msgstr "分类"
398
 
399
- #: ../modules/taxonomy.php:238
400
  msgid "Most Used"
401
  msgstr "最常用"
402
 
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
+ # Translators:
4
+ # tkjune <tkjune@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
+ "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
+ "POT-Creation-Date: 2014-06-17 19:34+0100\n"
10
+ "PO-Revision-Date: 2014-08-29 03:00+0000\n"
11
+ "Last-Translator: tkjune <tkjune@gmail.com>\n"
12
+ "Language-Team: Chinese (http://www.transifex.com/projects/p/content-aware-sidebars/language/zh/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: zh\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Generator: Poedit 1.6.5\n"
 
 
 
19
  "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
 
26
+ #: ../content-aware-sidebars.php:117
27
  msgid "Manage and show sidebars according to the content being viewed."
28
  msgstr "根据页面内容管理和显示边栏"
29
 
30
+ #: ../content-aware-sidebars.php:118
31
  msgid "Content Aware Sidebars"
32
  msgstr "自由定制边栏"
33
 
34
+ #: ../content-aware-sidebars.php:257 ../content-aware-sidebars.php:462
35
  msgid "Exposure"
36
  msgstr "显示于"
37
 
38
+ #: ../content-aware-sidebars.php:263
39
  msgid "Singular"
40
  msgstr "文章页"
41
 
42
+ #: ../content-aware-sidebars.php:264
43
  msgid "Singular & Archive"
44
  msgstr "文章页和列表页"
45
 
46
+ #: ../content-aware-sidebars.php:265
47
  msgid "Archive"
48
  msgstr "列表页"
49
 
50
+ #: ../content-aware-sidebars.php:269 ../content-aware-sidebars.php:463
51
  msgctxt "option"
52
  msgid "Handle"
53
  msgstr "处理方式"
54
 
55
+ #: ../content-aware-sidebars.php:271
56
  msgid "Replace host sidebar, merge with it or add sidebar manually."
57
  msgstr "替换主边栏, 合并或者手动添加边栏"
58
 
59
+ #: ../content-aware-sidebars.php:275
60
  msgid "Replace"
61
  msgstr "替换"
62
 
63
+ #: ../content-aware-sidebars.php:276
64
  msgid "Merge"
65
  msgstr "合并"
66
 
67
+ #: ../content-aware-sidebars.php:277
68
  msgid "Manual"
69
  msgstr "手动"
70
 
71
+ #: ../content-aware-sidebars.php:278
72
+ msgid "Forced replace"
73
+ msgstr "强制替换"
74
+
75
+ #: ../content-aware-sidebars.php:282
76
  msgid "Host Sidebar"
77
  msgstr "主边栏"
78
 
79
+ #: ../content-aware-sidebars.php:290 ../content-aware-sidebars.php:464
80
  msgid "Merge position"
81
  msgstr "合并位置"
82
 
83
+ #: ../content-aware-sidebars.php:292
84
  msgid "Place sidebar on top or bottom of host when merging."
85
  msgstr "合并时将边栏放置在主边栏的顶部或底部"
86
 
87
+ #: ../content-aware-sidebars.php:296
88
  msgid "Top"
89
  msgstr "顶部"
90
 
91
+ #: ../content-aware-sidebars.php:297
92
  msgid "Bottom"
93
  msgstr "底部"
94
 
95
+ #: ../content-aware-sidebars.php:322
96
  msgid "Sidebars"
97
  msgstr "边栏"
98
 
99
+ #: ../content-aware-sidebars.php:323
100
  msgid "Sidebar"
101
  msgstr "边栏"
102
 
103
+ #: ../content-aware-sidebars.php:324
104
  msgctxt "sidebar"
105
  msgid "Add New"
106
  msgstr "新建"
107
 
108
+ #: ../content-aware-sidebars.php:325
109
  msgid "Add New Sidebar"
110
  msgstr "添加边栏"
111
 
112
+ #: ../content-aware-sidebars.php:326
113
  msgid "Edit Sidebar"
114
  msgstr "编辑边栏"
115
 
116
+ #: ../content-aware-sidebars.php:327
117
  msgid "New Sidebar"
118
  msgstr "新建边栏"
119
 
120
+ #: ../content-aware-sidebars.php:328
121
  msgid "All Sidebars"
122
  msgstr "全部边栏"
123
 
124
+ #: ../content-aware-sidebars.php:329
125
  msgid "View Sidebar"
126
  msgstr "查看边栏"
127
 
128
+ #: ../content-aware-sidebars.php:330
129
  msgid "Search Sidebars"
130
  msgstr "搜索边栏"
131
 
132
+ #: ../content-aware-sidebars.php:331
133
  msgid "No sidebars found"
134
  msgstr "未找到边栏"
135
 
136
+ #: ../content-aware-sidebars.php:332
137
  msgid "No sidebars found in Trash"
138
  msgstr "回收站中未找到边栏"
139
 
140
+ #: ../content-aware-sidebars.php:347 ../content-aware-sidebars.php:891
141
+ #: ../content-aware-sidebars.php:937
142
  msgid "Condition Groups"
143
  msgstr "显示条件组"
144
 
145
+ #: ../content-aware-sidebars.php:348
146
  msgid "Condition Group"
147
  msgstr "显示条件组"
148
 
149
+ #: ../content-aware-sidebars.php:349
150
  msgctxt "group"
151
  msgid "Add New"
152
  msgstr "新建"
153
 
154
+ #: ../content-aware-sidebars.php:350 ../content-aware-sidebars.php:937
155
+ #: ../content-aware-sidebars.php:967
156
  msgid "Add New Group"
157
  msgstr "新建组"
158
 
159
+ #: ../content-aware-sidebars.php:351 ../content-aware-sidebars.php:952
160
+ #: ../content-aware-sidebars.php:1308
161
  msgctxt "group"
162
  msgid "Edit"
163
  msgstr "编辑"
164
 
165
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:380
166
  msgid "Sidebar updated."
167
  msgstr "边栏已更新."
168
 
169
+ #: ../content-aware-sidebars.php:377 ../content-aware-sidebars.php:382
170
+ #: ../content-aware-sidebars.php:384 ../content-aware-sidebars.php:389
171
  msgid "Manage widgets"
172
  msgstr "管理小工具"
173
 
174
+ #: ../content-aware-sidebars.php:382
175
  msgid "Sidebar published."
176
  msgstr "已发布边栏"
177
 
178
+ #: ../content-aware-sidebars.php:383
179
  msgid "Sidebar saved."
180
  msgstr "边栏已保存."
181
 
182
+ #: ../content-aware-sidebars.php:384
183
  msgid "Sidebar submitted."
184
  msgstr "已提交边栏"
185
 
186
+ #: ../content-aware-sidebars.php:385
187
  #, php-format
188
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
189
  msgstr "已为 <strong>%1$s</strong> 设置了边栏计划"
190
 
191
+ #. translators: Publish box date format, see http://php.net/date
192
+ #: ../content-aware-sidebars.php:387
193
  msgid "M j, Y @ G:i"
194
  msgstr "M j, Y @ G:i"
195
 
196
+ #: ../content-aware-sidebars.php:390
197
  msgid "Sidebar draft updated."
198
  msgstr "边栏草稿已更新."
199
 
200
+ #: ../content-aware-sidebars.php:438 ../content-aware-sidebars.php:523
201
  msgid "Please update Host Sidebar"
202
  msgstr "请更新主边栏"
203
 
204
+ #: ../content-aware-sidebars.php:598
205
  msgid "Manage Widgets"
206
  msgstr "管理小工具"
207
 
208
+ #: ../content-aware-sidebars.php:853
209
  msgid "Support the Author of Content Aware Sidebars"
210
  msgstr "支持Content Aware Sidebars"
211
 
212
+ #: ../content-aware-sidebars.php:861
213
  msgid "Content"
214
  msgstr "内容"
215
 
216
+ #: ../content-aware-sidebars.php:869
217
  msgid "Options"
218
  msgstr "选项"
219
 
220
+ #: ../content-aware-sidebars.php:892
221
+ msgid ""
222
+ "Each created condition group describe some specific content (conditions) "
223
+ "that the current sidebar should be displayed with."
224
+ msgstr "每个条件组表示当前边栏会显示的特定的内容(条件)"
225
+
226
  #: ../content-aware-sidebars.php:893
227
  msgid ""
228
+ "Content added to a condition group uses logical conjunction, while condition"
229
+ " groups themselves use logical disjunction. This means that content added to"
230
+ " a group should be associated, as they are treated as such, and that the "
231
+ "groups do not interfere with each other. Thus it is possible to have both "
232
+ "extremely focused and at the same time distinct conditions."
233
+ msgstr "加入条件组的内容使用逻辑关联,条件组自身使用逻辑分离。意思是加入组的内容必须相关,而各个组之间并不影响。"
234
+
235
+ #: ../content-aware-sidebars.php:896
236
+ msgid "More Information"
237
+ msgstr "更多信息"
238
+
239
+ #: ../content-aware-sidebars.php:897
240
+ msgid "FAQ"
241
+ msgstr "常见问题"
242
+
243
+ #: ../content-aware-sidebars.php:898
244
+ msgid "Get Support"
245
+ msgstr "技术支持"
246
+
247
+ #: ../content-aware-sidebars.php:938
248
+ msgid ""
249
+ "Click to edit a group or create a new one. Select content on the left to add"
250
+ " it. In each group, you can combine different types of associated content."
251
+ msgstr "点击修改或新建组。选择左侧内容添加到组中。在每组中,你可以组合不同的有关内容。"
252
 
253
+ #: ../content-aware-sidebars.php:939
254
  msgid "Display sidebar with"
255
  msgstr "边栏显示在"
256
 
257
+ #: ../content-aware-sidebars.php:944
258
  msgid ""
259
  "No content. Please add at least one condition group to make the sidebar "
260
  "content aware."
261
  msgstr "没有内容。请至少选择一项内容组以定制边栏"
262
 
263
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1306
264
  msgid "Save"
265
  msgstr "保存"
266
 
267
+ #: ../content-aware-sidebars.php:949 ../content-aware-sidebars.php:1307
268
  msgid "Cancel"
269
  msgstr "取消"
270
 
271
+ #: ../content-aware-sidebars.php:952 ../content-aware-sidebars.php:1309
272
  msgid "Remove"
273
  msgstr "删除"
274
 
275
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1047
276
+ #: ../content-aware-sidebars.php:1089 ../content-aware-sidebars.php:1094
 
277
  msgid "Unauthorized request"
278
  msgstr "未授权请求"
279
 
280
+ #: ../content-aware-sidebars.php:1055
281
  msgid "Condition group cannot be empty"
282
  msgstr "未能创建条件组"
283
 
284
+ #: ../content-aware-sidebars.php:1069
285
  msgid "Condition group saved"
286
  msgstr "已保存条件组"
287
 
288
+ #: ../content-aware-sidebars.php:1099
 
 
 
 
 
 
 
 
289
  msgid "Condition group could not be removed"
290
  msgstr "未能删除条件组"
291
 
292
+ #: ../content-aware-sidebars.php:1104
293
  msgid "Condition group removed"
294
  msgstr "已删除条件组"
295
 
296
+ #: ../content-aware-sidebars.php:1172
297
  msgid ""
298
  "If you love this plugin, please consider donating to support future "
299
  "development."
300
  msgstr "如果你喜欢这个插件, 请考虑捐赠."
301
 
302
+ #: ../content-aware-sidebars.php:1181
303
  msgid "Or you could:"
304
  msgstr "或者你可以:"
305
 
306
+ #: ../content-aware-sidebars.php:1183
307
  msgid "Rate the plugin on WordPress.org"
308
  msgstr "在WordPress.org为此插件评分"
309
 
310
+ #: ../content-aware-sidebars.php:1184
311
  msgid "Link to the plugin page"
312
  msgstr "链接到插件页面"
313
 
314
+ #: ../content-aware-sidebars.php:1185
315
  msgid "Translate the plugin into your language"
316
  msgstr "翻译此插件"
317
 
318
+ #: ../content-aware-sidebars.php:1310
319
  msgid "Remove this group and its contents permanently?"
320
  msgstr "永久删除此组和它的内容?"
321
 
322
+ #: ../content-aware-sidebars.php:1311
323
  msgid "No results found."
324
  msgstr "未找到结果"
325
 
326
+ #: ../content-aware-sidebars.php:1312
327
  msgid ""
328
  "The current group has unsaved changes. Do you want to continue and discard "
329
  "these changes?"
330
  msgstr "当前修改未保存,放弃修改吗?"
331
 
332
+ #: ../modules/abstract.php:106
333
  #, php-format
334
  msgid "Display with All %s"
335
  msgstr "在所有%s显示"
336
 
337
+ #: ../modules/abstract.php:116 ../modules/bp_member.php:127
338
+ #: ../modules/post_type.php:217 ../modules/taxonomy.php:273
339
  msgid "View All"
340
  msgstr "查看全部"
341
 
342
+ #: ../modules/abstract.php:123 ../modules/abstract.php:126
343
+ #: ../modules/post_type.php:223 ../modules/post_type.php:226
344
+ #: ../modules/taxonomy.php:279 ../modules/taxonomy.php:282
345
  msgid "Search"
346
  msgstr "搜索"
347
 
348
+ #: ../modules/abstract.php:134 ../modules/bp_member.php:136
349
+ #: ../modules/post_type.php:236 ../modules/taxonomy.php:292
350
  msgid "Add to Group"
351
  msgstr "添加到组"
352
 
353
+ #: ../modules/abstract.php:206
354
  #, php-format
355
  msgid "All %s"
356
  msgstr "全部%s"
357
 
358
+ #: ../modules/author.php:28
359
  msgid "Authors"
360
  msgstr "作者"
361
 
362
+ #: ../modules/bbpress.php:29
363
  msgid "bbPress User Profiles"
364
  msgstr "bbPress用户资料"
365
 
366
+ #: ../modules/bp_member.php:27
367
  msgid "BuddyPress Members"
368
  msgstr "BuddyPress用户"
369
 
370
+ #: ../modules/page_template.php:28
371
  msgid "Page Templates"
372
  msgstr "页面模板"
373
 
374
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
375
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
376
  msgid "Languages"
377
  msgstr "语言"
378
 
379
+ #: ../modules/post_type.php:34
380
  msgid "Post Types"
381
  msgstr "文章类型"
382
 
383
+ #: ../modules/post_type.php:119 ../modules/post_type.php:190
384
+ #: ../modules/taxonomy.php:208 ../modules/taxonomy.php:247
385
  msgid "Automatically select new children of a selected ancestor"
386
  msgstr "自动为选中的父级选择新子级"
387
 
388
+ #: ../modules/post_type.php:196 ../modules/taxonomy.php:251
389
  #, php-format
390
  msgid "Display with %s"
391
  msgstr "在%s显示"
392
 
393
+ #: ../modules/post_type.php:201 ../modules/taxonomy.php:255
394
  msgid "No items."
395
  msgstr "没有项目."
396
 
397
+ #: ../modules/post_type.php:212
398
  msgid "Most Recent"
399
  msgstr "最新"
400
 
401
+ #: ../modules/static.php:29
402
  msgid "Static Pages"
403
  msgstr "静态页面"
404
 
405
+ #: ../modules/static.php:39
406
  msgid "Front Page"
407
  msgstr "首页"
408
 
409
+ #: ../modules/static.php:40
410
  msgid "Search Results"
411
  msgstr "搜索结果"
412
 
413
+ #: ../modules/static.php:41
414
  msgid "404 Page"
415
  msgstr "404页面"
416
 
417
+ #: ../modules/taxonomy.php:40
418
  msgid "Taxonomies"
419
  msgstr "分类"
420
 
421
+ #: ../modules/taxonomy.php:268
422
  msgid "Most Used"
423
  msgstr "最常用"
424
 
modules/author.php CHANGED
@@ -105,7 +105,7 @@ class CASModule_author extends CASModule {
105
  WHERE display_name
106
  LIKE '%s'
107
  ORDER BY display_name ASC
108
- LIMIT 0,10
109
  ",
110
  '%'.$_REQUEST['q'].'%'));
111
 
@@ -115,7 +115,7 @@ class CASModule_author extends CASModule {
115
  'value' => $user->ID,
116
  'id' => $user->ID,
117
  'module' => $this->id,
118
- 'name' => $this->id,
119
  'id2' => $this->id,
120
  'elem' => $this->id.'-'.$user->ID
121
  );
105
  WHERE display_name
106
  LIKE '%s'
107
  ORDER BY display_name ASC
108
+ LIMIT 0,20
109
  ",
110
  '%'.$_REQUEST['q'].'%'));
111
 
115
  'value' => $user->ID,
116
  'id' => $user->ID,
117
  'module' => $this->id,
118
+ 'name' => 'cas_condition['.$this->id.']',
119
  'id2' => $this->id,
120
  'elem' => $this->id.'-'.$user->ID
121
  );
modules/post_type.php CHANGED
@@ -1,436 +1,436 @@
1
- <?php
2
- /**
3
- * @package Content Aware Sidebars
4
- * @author Joachim Jensen <jv@intox.dk>
5
- */
6
-
7
- if (!defined('ContentAwareSidebars::DB_VERSION')) {
8
- header('Status: 403 Forbidden');
9
- header('HTTP/1.1 403 Forbidden');
10
- exit;
11
- }
12
-
13
- /**
14
- *
15
- * Post Type Module
16
- *
17
- * Detects if current content is:
18
- * a) specific post type or specific post
19
- * b) specific post type archive or home
20
- *
21
- */
22
- class CASModule_post_type extends CASModule {
23
-
24
- /**
25
- * Registered public post types
26
- * @var array
27
- */
28
- private $post_type_objects;
29
-
30
- /**
31
- * Constructor
32
- */
33
- public function __construct() {
34
- parent::__construct('post_types',__('Post Types',ContentAwareSidebars::DOMAIN), true);
35
- $this->type_display = true;
36
- $this->searchable = true;
37
-
38
- add_action('transition_post_status', array(&$this,'post_ancestry_check'),10,3);
39
-
40
- if(is_admin()) {
41
- add_action('wp_ajax_cas-autocomplete-'.$this->id, array(&$this,'ajax_content_search'));
42
- }
43
-
44
- }
45
-
46
- /**
47
- * Display module in Screen Settings
48
- * @author Joachim Jensen <jv@intox.dk>
49
- * @version 2.3
50
- * @param array $columns
51
- * @return array
52
- */
53
- public function metabox_preferences($columns) {
54
- foreach ($this->_get_post_types() as $post_type) {
55
- $columns['box-'.$this->id.'-'.$post_type->name] = $post_type->label;
56
- }
57
- return $columns;
58
- }
59
-
60
- /**
61
- * Get content for sidebar editor
62
- * @param array $args
63
- * @return array
64
- */
65
- protected function _get_content($args = array()) {
66
- $args = wp_parse_args($args, array(
67
- 'include' => '',
68
- 'post_type' => 'post',
69
- 'orderby' => 'date',
70
- 'order' => 'DESC',
71
- 'paged' => 1,
72
- 'posts_per_page' => 20
73
- ));
74
- extract($args);
75
-
76
- $exclude = array();
77
- if ($post_type == 'page' && 'page' == get_option('show_on_front')) {
78
- $exclude[] = get_option('page_on_front');
79
- $exclude[] = get_option('page_for_posts');
80
- }
81
-
82
- //WP3.1 does not support (array) as post_status
83
- $query = new WP_Query(array(
84
- 'posts_per_page' => $posts_per_page,
85
- 'post_type' => $post_type,
86
- 'post_status' => 'publish,private,future',
87
- 'post__in' => $include,
88
- 'exclude' => $exclude,
89
- 'orderby' => $orderby,
90
- 'order' => $order,
91
- 'paged' => $paged,
92
- 'ignore_sticky_posts' => true,
93
- 'update_post_term_cache' => false
94
- ));
95
- $this->pagination = array(
96
- 'paged' => $paged,
97
- 'per_page' => 20,
98
- 'total_pages' => $query->max_num_pages,
99
- 'total_items' => $query->found_posts
100
- );
101
- //wp_reset_postdata();
102
- return $query->posts;
103
- }
104
-
105
- /**
106
- * Get registered public post types
107
- * @author Joachim Jensen <jv@intox.dk>
108
- * @return array
109
- */
110
- protected function _get_post_types() {
111
- if (empty($this->post_type_objects)) {
112
- // List public post types
113
- foreach (get_post_types(array('public' => true), 'objects') as $post_type) {
114
- $this->post_type_objects[$post_type->name] = $post_type;
115
- }
116
- }
117
- return $this->post_type_objects;
118
- }
119
-
120
- /**
121
- * Print saved condition data for a group
122
- * @author Joachim Jensen <jv@intox.dk>
123
- * @version 2.0
124
- * @param int $post_id
125
- * @return void
126
- */
127
- public function print_group_data($post_id) {
128
- $ids = get_post_custom_values(ContentAwareSidebars::PREFIX . $this->id, $post_id);
129
-
130
- if($ids) {
131
- $lookup = array_flip((array)$ids);
132
- foreach($this->_get_post_types() as $post_type) {
133
- $posts =$this->_get_content(array('include' => $ids, 'posts_per_page' => -1, 'post_type' => $post_type->name, 'orderby' => 'title', 'order' => 'ASC'));
134
- if($posts || isset($lookup[$post_type->name]) || isset($lookup[ContentAwareSidebars::PREFIX.'sub_' . $post_type->name])) {
135
- echo '<div class="cas-condition cas-condition-'.$this->id.'-'.$post_type->name.'">';
136
- echo '<h4>'.$post_type->label.'</h4>';
137
- echo '<ul>';
138
- if(isset($lookup[ContentAwareSidebars::PREFIX.'sub_' . $post_type->name])) {
139
- echo '<li><label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.ContentAwareSidebars::PREFIX.'sub_' . $post_type->name . '" checked="checked" /> ' . __('Automatically select new children of a selected ancestor', ContentAwareSidebars::DOMAIN) . '</label></li>' . "\n";
140
- }
141
- if(isset($lookup[$post_type->name])) {
142
- echo '<li><label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.$post_type->name.'" checked="checked" /> '.$post_type->labels->all_items.'</label></li>' . "\n";
143
- }
144
- if($posts) {
145
- echo $this->post_checklist($post_type, $posts, false, $ids);
146
- }
147
- echo '</ul>';
148
- echo '</div>';
149
- }
150
- }
151
-
152
- }
153
-
154
- }
155
-
156
- /**
157
- * Determine if content is relevant
158
- * @return boolean
159
- */
160
- public function in_context() {
161
- return ((is_singular() || is_home()) && !is_front_page()) || is_post_type_archive();
162
- }
163
-
164
- /**
165
- * Get data from context
166
- * @author Joachim Jensen <jv@intox.dk>
167
- * @since 2.0
168
- * @return array
169
- */
170
- public function get_context_data() {
171
- if(is_singular()) {
172
- return array(
173
- get_post_type(),
174
- get_the_ID()
175
- );
176
- }
177
- global $post_type;
178
- // Home has post as default post type
179
- if(!$post_type) $post_type = 'post';
180
- return array(
181
- $post_type
182
- );
183
- }
184
-
185
- /**
186
- * Meta box content
187
- * @global WP_Post $post
188
- * @return void
189
- */
190
- public function meta_box_content() {
191
- global $post;
192
-
193
- $hidden_columns = get_hidden_columns( ContentAwareSidebars::TYPE_SIDEBAR );
194
-
195
- foreach ($this->_get_post_types() as $post_type) {
196
-
197
- $id = 'box-'.$this->id.'-'.$post_type->name;
198
- $hidden = in_array($id, $hidden_columns) ? ' hide-if-js' : '';
199
-
200
- echo '<li id="'.$id.'" class="manage-column column-box-'.$this->id.'-'. $post_type->name.' control-section accordion-section'.$hidden.'">';
201
- echo '<h3 class="accordion-section-title" title="'.$post_type->label.'" tabindex="0">'.$post_type->label.'</h3>'."\n";
202
- echo '<div class="accordion-section-content cas-rule-content" data-cas-module="'.$this->id.'" id="cas-' . $this->id . '-' . $post_type->name . '">'."\n";
203
-
204
- $recent_posts = $this->_get_content(array('post_type' => $post_type->name));
205
-
206
-
207
- if($post_type->hierarchical) {
208
- echo '<ul><li>' . "\n";
209
- echo '<label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.ContentAwareSidebars::PREFIX.'sub_' . $post_type->name . '" /> ' . __('Automatically select new children of a selected ancestor', ContentAwareSidebars::DOMAIN) . '</label>' . "\n";
210
- echo '</li></ul>' . "\n";
211
- }
212
-
213
- if($this->type_display) {
214
- echo '<ul><li>' . "\n";
215
- echo '<label><input class="cas-chk-all" type="checkbox" name="cas_condition['.$this->id.'][]" value="' . $post_type->name . '" /> ' . sprintf(__('Display with %s', ContentAwareSidebars::DOMAIN), $post_type->labels->all_items) . '</label>' . "\n";
216
- echo '</li></ul>' . "\n";
217
- }
218
-
219
- if (!$recent_posts) {
220
- echo '<p>' . __('No items.') . '</p>';
221
- } else {
222
- //No need to use two queries before knowing there are items
223
- if(count($recent_posts) < 20) {
224
- $posts = $recent_posts;
225
- } else {
226
- $posts = $this->_get_content(array(
227
- 'post_type' => $post_type->name,
228
- 'orderby' => 'title',
229
- 'order' => 'ASC'
230
- ));
231
- }
232
-
233
- $tabs = array();
234
- $tabs['most-recent'] = array(
235
- 'title' => __('Most Recent'),
236
- 'status' => true,
237
- 'content' => $this->post_checklist($post_type, $recent_posts)
238
- );
239
- $tabs['all'] = array(
240
- 'title' => __('View All'),
241
- 'status' => false,
242
- 'content' => $this->post_checklist($post_type, $posts, true)
243
- );
244
- if($this->searchable) {
245
- $tabs['search'] = array(
246
- 'title' => __('Search'),
247
- 'status' => false,
248
- 'content' => '',
249
- 'content_before' => '<p><input class="cas-autocomplete-' . $this->id . ' cas-autocomplete quick-search" id="cas-autocomplete-' . $this->id . '-' . $post_type->name . '" type="search" name="cas-autocomplete" value="" placeholder="'.__('Search').'" autocomplete="off" /><span class="spinner"></span></p>'
250
- );
251
- }
252
-
253
- echo $this->create_tab_panels($this->id . '-' . $post_type->name,$tabs);
254
-
255
- }
256
-
257
- echo '<p class="button-controls">';
258
-
259
- echo '<span class="add-to-group"><input data-cas-condition="'.$this->id.'-'.$post_type->name.'" type="button" name="" id="cas-' . $this->id . '-' . $post_type->name . '-add" class="js-cas-condition-add button" value="'.__('Add to Group',ContentAwareSidebars::DOMAIN).'"></span>';
260
-
261
- echo '</p>';
262
-
263
- echo '</div>';
264
- echo '</li>';
265
- }
266
- }
267
-
268
- /**
269
- * Show posts from a specific post type
270
- * @param int $post_id
271
- * @param object $post_type
272
- * @param array $posts
273
- * @param array $selected_ids
274
- * @return void
275
- */
276
- private function post_checklist($post_type, $posts, $pagination = false, $selected_ids = array()) {
277
-
278
- $walker = new CAS_Walker_Checklist('post',array('parent' => 'post_parent', 'id' => 'ID'));
279
-
280
- $args = array(
281
- 'post_type' => $post_type,
282
- 'selected_terms' => $selected_ids
283
- );
284
-
285
- $return = call_user_func_array(array(&$walker, 'walk'), array($posts, 0, $args));
286
-
287
- if($pagination) {
288
- $paginate = paginate_links(array(
289
- 'base' => admin_url( 'admin-ajax.php').'%_%',
290
- 'format' => '?paged=%#%',
291
- 'total' => $this->pagination['total_pages'],
292
- 'current' => $this->pagination['paged'],
293
- 'mid_size' => 2,
294
- 'end_size' => 1,
295
- 'prev_next' => true,
296
- 'prev_text' => 'prev',
297
- 'next_text' => 'next',
298
- 'add_args' => array('item_object'=>$post_type->name),
299
- ));
300
- $return = $paginate.$return.$paginate;
301
- }
302
-
303
- return $return;
304
- }
305
-
306
- public function ajax_get_content() {
307
-
308
- //validation
309
- $paged = isset($_POST['paged']) ? $_POST['paged'] : 1;
310
- $search = isset($_POST['search']) ? $_POST['search'] : false;
311
- $post_type = get_post_type_object($_POST['item_object']);
312
-
313
- $posts = $this->_get_content(array('post_type' => $_POST['item_object'], 'orderby' => 'title', 'order' => 'ASC', 'paged' => $paged));
314
- $response = $this->post_checklist($post_type, $posts, true);
315
- //$response = $_POST['paged'];
316
- echo json_encode($response);
317
- die();
318
- }
319
-
320
- /**
321
- * Get posts with AJAX search
322
- * @return void
323
- */
324
- public function ajax_content_search() {
325
- global $wpdb;
326
-
327
- if(!isset($_POST['sidebar_id'])) {
328
- die(-1);
329
- }
330
-
331
- // Verify request
332
- check_ajax_referer(ContentAwareSidebars::SIDEBAR_PREFIX.$_POST['sidebar_id'],'nonce');
333
-
334
- $suggestions = array();
335
- if ( preg_match('/cas-autocomplete-'.$this->id.'-([a-zA-Z_-]*\b)/', $_REQUEST['type'], $matches) ) {
336
- if(get_post_type_object( $matches[1] )) {
337
- $exclude = array();
338
- $exclude_query = "";
339
- if ($matches[1] == 'page' && 'page' == get_option('show_on_front')) {
340
- $exclude[] = get_option('page_on_front');
341
- $exclude[] = get_option('page_for_posts');
342
- $exclude_query = " AND ID NOT IN (".implode(",", $exclude).")";
343
- }
344
-
345
- //WordPress searches in title and content by default
346
- //We want to search in title and slug
347
- //Using unprepared (safe) exclude because WP is not good at parsing arrays
348
- $posts = $wpdb->get_results($wpdb->prepare("
349
- SELECT ID, post_title, post_type
350
- FROM $wpdb->posts
351
- WHERE post_type = '%s' AND (post_title LIKE '%s' OR post_name LIKE '%s') AND post_status IN('publish','private','future')
352
- ".$exclude_query."
353
- ORDER BY post_title ASC
354
- LIMIT 0,20
355
- ",
356
- $matches[1],
357
- "%".$_REQUEST['q']."%",
358
- "%".$_REQUEST['q']."%"
359
- ));
360
-
361
- // $posts = get_posts(array(
362
- // 'posts_per_page' => 10,
363
- // 'post_type' => $matches[1],
364
- // 's' => $_REQUEST['term'],
365
- // 'exclude' => $exclude,
366
- // 'orderby' => 'title',
367
- // 'order' => 'ASC',
368
- // 'post_status' => 'publish,private,future'
369
- // ));
370
-
371
- foreach($posts as $post) {
372
- $suggestions[] = array(
373
- 'label' => $post->post_title,
374
- 'value' => $post->ID,
375
- 'id' => $post->ID,
376
- 'module' => $this->id,
377
- 'name' => 'cas_condition['.$this->id.']',
378
- 'id2' => $this->id.'-'.$post->post_type,
379
- 'elem' => $post->post_type.'-'.$post->ID
380
- );
381
- }
382
- }
383
- }
384
-
385
- echo json_encode($suggestions);
386
- die();
387
- }
388
-
389
-
390
- /**
391
- * Automatically select child of selected parent
392
- * @param string $new_status
393
- * @param string $old_status
394
- * @param WP_Post $post
395
- * @return void
396
- */
397
- public function post_ancestry_check($new_status, $old_status, $post) {
398
-
399
- if($post->post_type != ContentAwareSidebars::TYPE_SIDEBAR && $post->post_type != ContentAwareSidebars::TYPE_CONDITION_GROUP) {
400
-
401
- $status = array('publish','private','future');
402
- // Only new posts are relevant
403
- if(!in_array($old_status,$status) && in_array($new_status,$status)) {
404
-
405
- $post_type = get_post_type_object($post->post_type);
406
- if($post_type->hierarchical && $post_type->public && $post->parent != '0') {
407
-
408
- // Get sidebars with post ancestor wanting to auto-select post
409
- $query = new WP_Query(array(
410
- 'post_type' => ContentAwareSidebars::TYPE_CONDITION_GROUP,
411
- 'meta_query' => array(
412
- 'relation' => 'AND',
413
- array(
414
- 'key' => ContentAwareSidebars::PREFIX . $this->id,
415
- 'value' => ContentAwareSidebars::PREFIX.'sub_' . $post->post_type,
416
- 'compare' => '='
417
- ),
418
- array(
419
- 'key' => ContentAwareSidebars::PREFIX . $this->id,
420
- 'value' => get_ancestors($post->ID,$post->post_type),
421
- 'type' => 'numeric',
422
- 'compare' => 'IN'
423
- )
424
- )
425
- ));
426
- if($query && $query->found_posts) {
427
- foreach($query->posts as $sidebar) {
428
- add_post_meta($sidebar->ID, ContentAwareSidebars::PREFIX.$this->id, $post->ID);
429
- }
430
- }
431
- }
432
- }
433
- }
434
- }
435
-
436
- }
1
+ <?php
2
+ /**
3
+ * @package Content Aware Sidebars
4
+ * @author Joachim Jensen <jv@intox.dk>
5
+ */
6
+
7
+ if (!defined('ContentAwareSidebars::DB_VERSION')) {
8
+ header('Status: 403 Forbidden');
9
+ header('HTTP/1.1 403 Forbidden');
10
+ exit;
11
+ }
12
+
13
+ /**
14
+ *
15
+ * Post Type Module
16
+ *
17
+ * Detects if current content is:
18
+ * a) specific post type or specific post
19
+ * b) specific post type archive or home
20
+ *
21
+ */
22
+ class CASModule_post_type extends CASModule {
23
+
24
+ /**
25
+ * Registered public post types
26
+ * @var array
27
+ */
28
+ private $post_type_objects;
29
+
30
+ /**
31
+ * Constructor
32
+ */
33
+ public function __construct() {
34
+ parent::__construct('post_types',__('Post Types',ContentAwareSidebars::DOMAIN), true);
35
+ $this->type_display = true;
36
+ $this->searchable = true;
37
+
38
+ add_action('transition_post_status', array(&$this,'post_ancestry_check'),10,3);
39
+
40
+ if(is_admin()) {
41
+ add_action('wp_ajax_cas-autocomplete-'.$this->id, array(&$this,'ajax_content_search'));
42
+ }
43
+
44
+ }
45
+
46
+ /**
47
+ * Display module in Screen Settings
48
+ * @author Joachim Jensen <jv@intox.dk>
49
+ * @version 2.3
50
+ * @param array $columns
51
+ * @return array
52
+ */
53
+ public function metabox_preferences($columns) {
54
+ foreach ($this->_get_post_types() as $post_type) {
55
+ $columns['box-'.$this->id.'-'.$post_type->name] = $post_type->label;
56
+ }
57
+ return $columns;
58
+ }
59
+
60
+ /**
61
+ * Get content for sidebar editor
62
+ * @param array $args
63
+ * @return array
64
+ */
65
+ protected function _get_content($args = array()) {
66
+ $args = wp_parse_args($args, array(
67
+ 'include' => '',
68
+ 'post_type' => 'post',
69
+ 'orderby' => 'date',
70
+ 'order' => 'DESC',
71
+ 'paged' => 1,
72
+ 'posts_per_page' => 20
73
+ ));
74
+ extract($args);
75
+
76
+ $exclude = array();
77
+ if ($post_type == 'page' && 'page' == get_option('show_on_front')) {
78
+ $exclude[] = get_option('page_on_front');
79
+ $exclude[] = get_option('page_for_posts');
80
+ }
81
+
82
+ //WP3.1 does not support (array) as post_status
83
+ $query = new WP_Query(array(
84
+ 'posts_per_page' => $posts_per_page,
85
+ 'post_type' => $post_type,
86
+ 'post_status' => 'publish,private,future',
87
+ 'post__in' => $include,
88
+ 'exclude' => $exclude,
89
+ 'orderby' => $orderby,
90
+ 'order' => $order,
91
+ 'paged' => $paged,
92
+ 'ignore_sticky_posts' => true,
93
+ 'update_post_term_cache' => false
94
+ ));
95
+ $this->pagination = array(
96
+ 'paged' => $paged,
97
+ 'per_page' => 20,
98
+ 'total_pages' => $query->max_num_pages,
99
+ 'total_items' => $query->found_posts
100
+ );
101
+ //wp_reset_postdata();
102
+ return $query->posts;
103
+ }
104
+
105
+ /**
106
+ * Get registered public post types
107
+ * @author Joachim Jensen <jv@intox.dk>
108
+ * @return array
109
+ */
110
+ protected function _get_post_types() {
111
+ if (empty($this->post_type_objects)) {
112
+ // List public post types
113
+ foreach (get_post_types(array('public' => true), 'objects') as $post_type) {
114
+ $this->post_type_objects[$post_type->name] = $post_type;
115
+ }
116
+ }
117
+ return $this->post_type_objects;
118
+ }
119
+
120
+ /**
121
+ * Print saved condition data for a group
122
+ * @author Joachim Jensen <jv@intox.dk>
123
+ * @version 2.0
124
+ * @param int $post_id
125
+ * @return void
126
+ */
127
+ public function print_group_data($post_id) {
128
+ $ids = get_post_custom_values(ContentAwareSidebars::PREFIX . $this->id, $post_id);
129
+
130
+ if($ids) {
131
+ $lookup = array_flip((array)$ids);
132
+ foreach($this->_get_post_types() as $post_type) {
133
+ $posts =$this->_get_content(array('include' => $ids, 'posts_per_page' => -1, 'post_type' => $post_type->name, 'orderby' => 'title', 'order' => 'ASC'));
134
+ if($posts || isset($lookup[$post_type->name]) || isset($lookup[ContentAwareSidebars::PREFIX.'sub_' . $post_type->name])) {
135
+ echo '<div class="cas-condition cas-condition-'.$this->id.'-'.$post_type->name.'">';
136
+ echo '<h4>'.$post_type->label.'</h4>';
137
+ echo '<ul>';
138
+ if(isset($lookup[ContentAwareSidebars::PREFIX.'sub_' . $post_type->name])) {
139
+ echo '<li><label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.ContentAwareSidebars::PREFIX.'sub_' . $post_type->name . '" checked="checked" /> ' . __('Automatically select new children of a selected ancestor', ContentAwareSidebars::DOMAIN) . '</label></li>' . "\n";
140
+ }
141
+ if(isset($lookup[$post_type->name])) {
142
+ echo '<li><label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.$post_type->name.'" checked="checked" /> '.$post_type->labels->all_items.'</label></li>' . "\n";
143
+ }
144
+ if($posts) {
145
+ echo $this->post_checklist($post_type, $posts, false, $ids);
146
+ }
147
+ echo '</ul>';
148
+ echo '</div>';
149
+ }
150
+ }
151
+
152
+ }
153
+
154
+ }
155
+
156
+ /**
157
+ * Determine if content is relevant
158
+ * @return boolean
159
+ */
160
+ public function in_context() {
161
+ return ((is_singular() || is_home()) && !is_front_page()) || is_post_type_archive();
162
+ }
163
+
164
+ /**
165
+ * Get data from context
166
+ * @author Joachim Jensen <jv@intox.dk>
167
+ * @since 2.0
168
+ * @return array
169
+ */
170
+ public function get_context_data() {
171
+ if(is_singular()) {
172
+ return array(
173
+ get_post_type(),
174
+ get_the_ID()
175
+ );
176
+ }
177
+ global $post_type;
178
+ // Home has post as default post type
179
+ if(!$post_type) $post_type = 'post';
180
+ return array(
181
+ $post_type
182
+ );
183
+ }
184
+
185
+ /**
186
+ * Meta box content
187
+ * @global WP_Post $post
188
+ * @return void
189
+ */
190
+ public function meta_box_content() {
191
+ global $post;
192
+
193
+ $hidden_columns = get_hidden_columns( ContentAwareSidebars::TYPE_SIDEBAR );
194
+
195
+ foreach ($this->_get_post_types() as $post_type) {
196
+
197
+ $id = 'box-'.$this->id.'-'.$post_type->name;
198
+ $hidden = in_array($id, $hidden_columns) ? ' hide-if-js' : '';
199
+
200
+ echo '<li id="'.$id.'" class="manage-column column-box-'.$this->id.'-'. $post_type->name.' control-section accordion-section'.$hidden.'">';
201
+ echo '<h3 class="accordion-section-title" title="'.$post_type->label.'" tabindex="0">'.$post_type->label.'</h3>'."\n";
202
+ echo '<div class="accordion-section-content cas-rule-content" data-cas-module="'.$this->id.'" id="cas-' . $this->id . '-' . $post_type->name . '">'."\n";
203
+
204
+ $recent_posts = $this->_get_content(array('post_type' => $post_type->name));
205
+
206
+
207
+ if($post_type->hierarchical) {
208
+ echo '<ul><li>' . "\n";
209
+ echo '<label><input type="checkbox" name="cas_condition['.$this->id.'][]" value="'.ContentAwareSidebars::PREFIX.'sub_' . $post_type->name . '" /> ' . __('Automatically select new children of a selected ancestor', ContentAwareSidebars::DOMAIN) . '</label>' . "\n";
210
+ echo '</li></ul>' . "\n";
211
+ }
212
+
213
+ if($this->type_display) {
214
+ echo '<ul><li>' . "\n";
215
+ echo '<label><input class="cas-chk-all" type="checkbox" name="cas_condition['.$this->id.'][]" value="' . $post_type->name . '" /> ' . sprintf(__('Display with %s', ContentAwareSidebars::DOMAIN), $post_type->labels->all_items) . '</label>' . "\n";
216
+ echo '</li></ul>' . "\n";
217
+ }
218
+
219
+ if (!$recent_posts) {
220
+ echo '<p>' . __('No items.') . '</p>';
221
+ } else {
222
+ //No need to use two queries before knowing there are items
223
+ if(count($recent_posts) < 20) {
224
+ $posts = $recent_posts;
225
+ } else {
226
+ $posts = $this->_get_content(array(
227
+ 'post_type' => $post_type->name,
228
+ 'orderby' => 'title',
229
+ 'order' => 'ASC'
230
+ ));
231
+ }
232
+
233
+ $tabs = array();
234
+ $tabs['most-recent'] = array(
235
+ 'title' => __('Most Recent'),
236
+ 'status' => true,
237
+ 'content' => $this->post_checklist($post_type, $recent_posts)
238
+ );
239
+ $tabs['all'] = array(
240
+ 'title' => __('View All'),
241
+ 'status' => false,
242
+ 'content' => $this->post_checklist($post_type, $posts, true)
243
+ );
244
+ if($this->searchable) {
245
+ $tabs['search'] = array(
246
+ 'title' => __('Search'),
247
+ 'status' => false,
248
+ 'content' => '',
249
+ 'content_before' => '<p><input class="cas-autocomplete-' . $this->id . ' cas-autocomplete quick-search" id="cas-autocomplete-' . $this->id . '-' . $post_type->name . '" type="search" name="cas-autocomplete" value="" placeholder="'.__('Search').'" autocomplete="off" /><span class="spinner"></span></p>'
250
+ );
251
+ }
252
+
253
+ echo $this->create_tab_panels($this->id . '-' . $post_type->name,$tabs);
254
+
255
+ }
256
+
257
+ echo '<p class="button-controls">';
258
+
259
+ echo '<span class="add-to-group"><input data-cas-condition="'.$this->id.'-'.$post_type->name.'" type="button" name="" id="cas-' . $this->id . '-' . $post_type->name . '-add" class="js-cas-condition-add button" value="'.__('Add to Group',ContentAwareSidebars::DOMAIN).'"></span>';
260
+
261
+ echo '</p>';
262
+
263
+ echo '</div>';
264
+ echo '</li>';
265
+ }
266
+ }
267
+
268
+ /**
269
+ * Show posts from a specific post type
270
+ * @param int $post_id
271
+ * @param object $post_type
272
+ * @param array $posts
273
+ * @param array $selected_ids
274
+ * @return void
275
+ */
276
+ private function post_checklist($post_type, $posts, $pagination = false, $selected_ids = array()) {
277
+
278
+ $walker = new CAS_Walker_Checklist('post',array('parent' => 'post_parent', 'id' => 'ID'));
279
+
280
+ $args = array(
281
+ 'post_type' => $post_type,
282
+ 'selected_terms' => $selected_ids
283
+ );
284
+
285
+ $return = call_user_func_array(array(&$walker, 'walk'), array($posts, 0, $args));
286
+
287
+ if($pagination) {
288
+ $paginate = paginate_links(array(
289
+ 'base' => admin_url( 'admin-ajax.php').'%_%',
290
+ 'format' => '?paged=%#%',
291
+ 'total' => $this->pagination['total_pages'],
292
+ 'current' => $this->pagination['paged'],
293
+ 'mid_size' => 2,
294
+ 'end_size' => 1,
295
+ 'prev_next' => true,
296
+ 'prev_text' => 'prev',
297
+ 'next_text' => 'next',
298
+ 'add_args' => array('item_object'=>$post_type->name),
299
+ ));
300
+ $return = $paginate.$return.$paginate;
301
+ }
302
+
303
+ return $return;
304
+ }
305
+
306
+ public function ajax_get_content() {
307
+
308
+ //validation
309
+ $paged = isset($_POST['paged']) ? $_POST['paged'] : 1;
310
+ $search = isset($_POST['search']) ? $_POST['search'] : false;
311
+ $post_type = get_post_type_object($_POST['item_object']);
312
+
313
+ $posts = $this->_get_content(array('post_type' => $_POST['item_object'], 'orderby' => 'title', 'order' => 'ASC', 'paged' => $paged));
314
+ $response = $this->post_checklist($post_type, $posts, true);
315
+ //$response = $_POST['paged'];
316
+ echo json_encode($response);
317
+ die();
318
+ }
319
+
320
+ /**
321
+ * Get posts with AJAX search
322
+ * @return void
323
+ */
324
+ public function ajax_content_search() {
325
+ global $wpdb;
326
+
327
+ if(!isset($_POST['sidebar_id'])) {
328
+ die(-1);
329
+ }
330
+
331
+ // Verify request
332
+ check_ajax_referer(ContentAwareSidebars::SIDEBAR_PREFIX.$_POST['sidebar_id'],'nonce');
333
+
334
+ $suggestions = array();
335
+ if ( preg_match('/cas-autocomplete-'.$this->id.'-([a-zA-Z_-]*\b)/', $_REQUEST['type'], $matches) ) {
336
+ if(get_post_type_object( $matches[1] )) {
337
+ $exclude = array();
338
+ $exclude_query = "";
339
+ if ($matches[1] == 'page' && 'page' == get_option('show_on_front')) {
340
+ $exclude[] = get_option('page_on_front');
341
+ $exclude[] = get_option('page_for_posts');
342
+ $exclude_query = " AND ID NOT IN (".implode(",", $exclude).")";
343
+ }
344
+
345
+ //WordPress searches in title and content by default
346
+ //We want to search in title and slug
347
+ //Using unprepared (safe) exclude because WP is not good at parsing arrays
348
+ $posts = $wpdb->get_results($wpdb->prepare("
349
+ SELECT ID, post_title, post_type
350
+ FROM $wpdb->posts
351
+ WHERE post_type = '%s' AND (post_title LIKE '%s' OR post_name LIKE '%s') AND post_status IN('publish','private','future')
352
+ ".$exclude_query."
353
+ ORDER BY post_title ASC
354
+ LIMIT 0,20
355
+ ",
356
+ $matches[1],
357
+ "%".$_REQUEST['q']."%",
358
+ "%".$_REQUEST['q']."%"
359
+ ));
360
+
361
+ // $posts = get_posts(array(
362
+ // 'posts_per_page' => 10,
363
+ // 'post_type' => $matches[1],
364
+ // 's' => $_REQUEST['term'],
365
+ // 'exclude' => $exclude,
366
+ // 'orderby' => 'title',
367
+ // 'order' => 'ASC',
368
+ // 'post_status' => 'publish,private,future'
369
+ // ));
370
+
371
+ foreach($posts as $post) {
372
+ $suggestions[] = array(
373
+ 'label' => $post->post_title,
374
+ 'value' => $post->ID,
375
+ 'id' => $post->ID,
376
+ 'module' => $this->id,
377
+ 'name' => 'cas_condition['.$this->id.']',
378
+ 'id2' => $this->id.'-'.$post->post_type,
379
+ 'elem' => $post->post_type.'-'.$post->ID
380
+ );
381
+ }
382
+ }
383
+ }
384
+
385
+ echo json_encode($suggestions);
386
+ die();
387
+ }
388
+
389
+
390
+ /**
391
+ * Automatically select child of selected parent
392
+ * @param string $new_status
393
+ * @param string $old_status
394
+ * @param WP_Post $post
395
+ * @return void
396
+ */
397
+ public function post_ancestry_check($new_status, $old_status, $post) {
398
+
399
+ if($post->post_type != ContentAwareSidebars::TYPE_SIDEBAR && $post->post_type != ContentAwareSidebars::TYPE_CONDITION_GROUP) {
400
+
401
+ $status = array('publish','private','future');
402
+ // Only new posts are relevant
403
+ if(!in_array($old_status,$status) && in_array($new_status,$status)) {
404
+
405
+ $post_type = get_post_type_object($post->post_type);
406
+ if($post_type->hierarchical && $post_type->public && $post->post_parent) {
407
+
408
+ // Get sidebars with post ancestor wanting to auto-select post
409
+ $query = new WP_Query(array(
410
+ 'post_type' => ContentAwareSidebars::TYPE_CONDITION_GROUP,
411
+ 'meta_query' => array(
412
+ 'relation' => 'AND',
413
+ array(
414
+ 'key' => ContentAwareSidebars::PREFIX . $this->id,
415
+ 'value' => ContentAwareSidebars::PREFIX.'sub_' . $post->post_type,
416
+ 'compare' => '='
417
+ ),
418
+ array(
419
+ 'key' => ContentAwareSidebars::PREFIX . $this->id,
420
+ 'value' => get_ancestors($post->ID,$post->post_type),
421
+ 'type' => 'numeric',
422
+ 'compare' => 'IN'
423
+ )
424
+ )
425
+ ));
426
+ if($query && $query->found_posts) {
427
+ foreach($query->posts as $sidebar) {
428
+ add_post_meta($sidebar->ID, ContentAwareSidebars::PREFIX.$this->id, $post->ID);
429
+ }
430
+ }
431
+ }
432
+ }
433
+ }
434
+ }
435
+
436
+ }
modules/taxonomy.php CHANGED
@@ -123,6 +123,7 @@ class CASModule_taxonomy extends CASModule {
123
  foreach($terms as $taxonomy => $term_arr) {
124
  $termrules[] = "(taxonomy.taxonomy = '".$taxonomy."' AND terms.term_id IN('".implode("','",$term_arr)."'))";
125
  $taxrules[] = $taxonomy;
 
126
  }
127
 
128
  return "(terms.slug IS NULL OR ".implode(" OR ",$termrules).") AND (taxonomies.meta_value IS NULL OR taxonomies.meta_value IN('".implode("','",$taxrules)."'))";
@@ -131,7 +132,7 @@ class CASModule_taxonomy extends CASModule {
131
  }
132
  $term = get_queried_object();
133
 
134
- return "(terms.slug IS NULL OR (taxonomy.taxonomy = '".$term->taxonomy."' AND terms.slug = '".$term->slug."')) AND (taxonomies.meta_value IS NULL OR taxonomies.meta_value = '".$term->taxonomy."')";
135
  }
136
 
137
  /**
123
  foreach($terms as $taxonomy => $term_arr) {
124
  $termrules[] = "(taxonomy.taxonomy = '".$taxonomy."' AND terms.term_id IN('".implode("','",$term_arr)."'))";
125
  $taxrules[] = $taxonomy;
126
+ $taxrules[] = ContentAwareSidebars::PREFIX."sub_".$taxonomy;
127
  }
128
 
129
  return "(terms.slug IS NULL OR ".implode(" OR ",$termrules).") AND (taxonomies.meta_value IS NULL OR taxonomies.meta_value IN('".implode("','",$taxrules)."'))";
132
  }
133
  $term = get_queried_object();
134
 
135
+ return "(terms.slug IS NULL OR (taxonomy.taxonomy = '".$term->taxonomy."' AND terms.slug = '".$term->slug."')) AND (taxonomies.meta_value IS NULL OR taxonomies.meta_value IN ('".$term->taxonomy."','".ContentAwareSidebars::PREFIX."sub_".$term->taxonomy."'))";
136
  }
137
 
138
  /**
package.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "content-aware-sidebars",
3
+ "description": "Content Aware Sidebars development",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/intoxstudio/content-aware-sidebars.git"
7
+ },
8
+ "author": "Joachim Jensen",
9
+ "license": "GPLv3",
10
+ "bugs": {
11
+ "url": "https://github.com/intoxstudio/content-aware-sidebars/issues"
12
+ },
13
+ "homepage": "https://github.com/intoxstudio/content-aware-sidebars",
14
+ "devDependencies": {
15
+ "grunt": "^0.4.5",
16
+ "grunt-contrib-less": "^0.11.4",
17
+ "grunt-contrib-uglify": "^0.5.1",
18
+ "grunt-potomo": "^2.1.0",
19
+ "grunt-transifex": "git://github.com/intoxstudio/grunt-transifex",
20
+ "load-grunt-tasks": "^0.6.0"
21
+ }
22
+ }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE
4
  Tags: sidebar, widget, widget area, content aware, context aware, conditional, seo, dynamic, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
5
  Requires at least: 3.3
6
  Tested up to: 4.0
7
- Stable tag: 2.4
8
  License: GPLv3
9
 
10
  Create and display sidebars according to the content being viewed.
@@ -72,19 +72,21 @@ Developed with speed and performance in mind and will add no extra database tabl
72
  * Italian (it_IT): [Luciano Del Fico](http://www.myweb2.it/)
73
  * Latvian (lv_LV): Haralds Gribusts
74
  * Lithuanian (lt_LT): Vincent G
 
 
 
75
  * Slovak (sk_SK): Branco
76
- * Spanish (es_ES): [Analia Jensen](http://www.linkedin.com/in/analiajensen)
77
  * Ukranian (uk_UA): [Michael Yunat](http://getvoip.com)
78
 
79
- Do you want to see your name here?
80
 
81
- If you have translated the plugin into your language or updated an existing translation, please send the .po and .mo files to jv[at]intox.dk.
82
- Download the latest [template .po file](http://plugins.svn.wordpress.org/content-aware-sidebars/trunk/lang/content-aware-sidebars.po) or the [.po file in your language](http://plugins.svn.wordpress.org/content-aware-sidebars/trunk/lang/).
83
 
84
- = More information =
85
 
86
- [Documentation](http://www.intox.dk/en/plugin/content-aware-sidebars-en/)
87
- [Follow development on Github](https://github.com/intoxstudio/content-aware-sidebars)
88
 
89
  == Installation ==
90
 
@@ -134,6 +136,22 @@ Download the latest [template .po file](http://plugins.svn.wordpress.org/content
134
 
135
  == Changelog ==
136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  = 2.4 =
138
 
139
  * Added: compatibility with wp4.0
4
  Tags: sidebar, widget, widget area, content aware, context aware, conditional, seo, dynamic, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
5
  Requires at least: 3.3
6
  Tested up to: 4.0
7
+ Stable tag: 2.4.3
8
  License: GPLv3
9
 
10
  Create and display sidebars according to the content being viewed.
72
  * Italian (it_IT): [Luciano Del Fico](http://www.myweb2.it/)
73
  * Latvian (lv_LV): Haralds Gribusts
74
  * Lithuanian (lt_LT): Vincent G
75
+ * Polish (pl_PL): [Marta Jasiuk](http://linkedin.com/in/martajasiuk)
76
+ * Portuguese (Brazilian) (pt_BR) [Marcelo Ghelman](https://www.transifex.com/accounts/profile/marcelo.ghelman/)
77
+ * Russian (ru_RU) [Ilya Trofimov](https://www.transifex.com/accounts/profile/iltrof/)
78
  * Slovak (sk_SK): Branco
79
+ * Spanish (es_ES)
80
  * Ukranian (uk_UA): [Michael Yunat](http://getvoip.com)
81
 
82
+ Do you want to contribute and see your name here?
83
 
84
+ [Click to go to Transifex to translate Content Aware Sidebars into your language](https://www.transifex.com/projects/p/content-aware-sidebars/). Alternatively you can send the .po and .mo files to translate [at] intox.dk.
 
85
 
86
+ = For more information =
87
 
88
+ * [Documentation](http://www.intox.dk/en/plugin/content-aware-sidebars-en/)
89
+ * [Follow development on Github](https://github.com/intoxstudio/content-aware-sidebars)
90
 
91
  == Installation ==
92
 
136
 
137
  == Changelog ==
138
 
139
+ = 2.4.3 =
140
+
141
+ * Fixed: german translation properly included
142
+
143
+ = 2.4.2 =
144
+
145
+ * Added: polish, brazilian portuguese and russian translations
146
+ * Fixed: "auto-select new children of selected ancestors" caused new top level post types to be selected
147
+ * Fixed: "auto-select new children of selected ancestors" for taxonomies could prevent sidebar from being displayed
148
+
149
+ = 2.4.1 =
150
+
151
+ * Fixed: authors found via search in sidebar editor could not be saved
152
+ * Fixed: displaying max 20 authors in search results instead of 10
153
+ * Fixed: improved ux design for sidebars in widgets screen
154
+
155
  = 2.4 =
156
 
157
  * Added: compatibility with wp4.0
walker.php CHANGED
@@ -1,120 +1,120 @@
1
- <?php
2
- /**
3
- * @package Content Aware Sidebars
4
- * @author Joachim Jensen <jv@intox.dk>
5
- */
6
-
7
- if (!defined('ContentAwareSidebars::DB_VERSION')) {
8
- header('Status: 403 Forbidden');
9
- header('HTTP/1.1 403 Forbidden');
10
- exit;
11
- }
12
-
13
- /**
14
- *
15
- * Walker for post types and taxonomies
16
- *
17
- */
18
- class CAS_Walker_Checklist extends Walker {
19
-
20
- /**
21
- * Constructor
22
- * @param string $tree_type
23
- * @param array $db_fields
24
- */
25
- function __construct($tree_type, $db_fields) {
26
-
27
- $this->tree_type = $tree_type;
28
- $this->db_fields = $db_fields;
29
-
30
- }
31
-
32
- /**
33
- * Start outputting level
34
- * @param string $output
35
- * @param int $depth
36
- * @param array $args
37
- * @return void
38
- */
39
- public function start_lvl(&$output, $depth = 0, $args = array()) {
40
- $indent = str_repeat("\t", $depth);
41
- $output .= "</li>$indent<li><ul class='children'>\n";
42
- }
43
-
44
- /**
45
- * End outputting level
46
- * @param string $output
47
- * @param int $depth
48
- * @param array $args
49
- * @return void
50
- */
51
- public function end_lvl(&$output, $depth = 0, $args = array()) {
52
- $indent = str_repeat("\t", $depth);
53
- $output .= "$indent</ul></li>\n";
54
- }
55
-
56
- /**
57
- * Start outputting element
58
- * @param string $output
59
- * @param object $term
60
- * @param int $depth
61
- * @param array $args
62
- * @param int $current_object_id
63
- * @return void
64
- */
65
- public function start_el(&$output, $term, $depth = 0, $args = array(), $current_object_id = 0 ) {
66
- extract($args);
67
-
68
- if(isset($post_type)) {
69
-
70
- if (empty($post_type)) {
71
- $output .= "\n<li>";
72
- return;
73
- }
74
-
75
- $value = $term->ID;
76
- $title = $term->post_title;
77
- $name = 'cas_condition[post_types][]';
78
-
79
- } else {
80
-
81
- if (empty($taxonomy)) {
82
- $output .= "\n<li>";
83
- return;
84
- }
85
-
86
- //Hierarchical taxonomies use ids instead of slugs
87
- //see http://codex.wordpress.org/Function_Reference/wp_set_post_terms
88
- $value_var = ($taxonomy->hierarchical ? 'term_id' : 'slug');
89
-
90
- $value = $term->$value_var;
91
- $title = $term->name;
92
- $name = 'cas_condition[tax_input]['.$taxonomy->name.'][]';
93
-
94
- }
95
-
96
- if(is_array($selected_terms)) {
97
- $selected = checked(in_array($value,$selected_terms),true,false);
98
- } else {
99
- $selected = checked($selected_terms,true,false);
100
- }
101
-
102
- $output .= "\n".'<li><label class="selectit"><input value="'.$value.'" type="checkbox" title="'.esc_attr( $title ).'" name="'.$name.'"'.$selected.'/> '.esc_html( $title ).'</label>';
103
-
104
- }
105
-
106
- /**
107
- * End outputting element
108
- * @param string $output
109
- * @param object $object
110
- * @param int $depth
111
- * @param array $args
112
- * @return void
113
- */
114
- public function end_el(&$output, $object, $depth = 0, $args = array() ) {
115
- $output .= "</li>\n";
116
- }
117
-
118
- }
119
-
120
  //eol
1
+ <?php
2
+ /**
3
+ * @package Content Aware Sidebars
4
+ * @author Joachim Jensen <jv@intox.dk>
5
+ */
6
+
7
+ if (!defined('ContentAwareSidebars::DB_VERSION')) {
8
+ header('Status: 403 Forbidden');
9
+ header('HTTP/1.1 403 Forbidden');
10
+ exit;
11
+ }
12
+
13
+ /**
14
+ *
15
+ * Walker for post types and taxonomies
16
+ *
17
+ */
18
+ class CAS_Walker_Checklist extends Walker {
19
+
20
+ /**
21
+ * Constructor
22
+ * @param string $tree_type
23
+ * @param array $db_fields
24
+ */
25
+ function __construct($tree_type, $db_fields) {
26
+
27
+ $this->tree_type = $tree_type;
28
+ $this->db_fields = $db_fields;
29
+
30
+ }
31
+
32
+ /**
33
+ * Start outputting level
34
+ * @param string $output
35
+ * @param int $depth
36
+ * @param array $args
37
+ * @return void
38
+ */
39
+ public function start_lvl(&$output, $depth = 0, $args = array()) {
40
+ $indent = str_repeat("\t", $depth);
41
+ $output .= "</li>$indent<li><ul class='children'>\n";
42
+ }
43
+
44
+ /**
45
+ * End outputting level
46
+ * @param string $output
47
+ * @param int $depth
48
+ * @param array $args
49
+ * @return void
50
+ */
51
+ public function end_lvl(&$output, $depth = 0, $args = array()) {
52
+ $indent = str_repeat("\t", $depth);
53
+ $output .= "$indent</ul></li>\n";
54
+ }
55
+
56
+ /**
57
+ * Start outputting element
58
+ * @param string $output
59
+ * @param object $term
60
+ * @param int $depth
61
+ * @param array $args
62
+ * @param int $current_object_id
63
+ * @return void
64
+ */
65
+ public function start_el(&$output, $term, $depth = 0, $args = array(), $current_object_id = 0 ) {
66
+ extract($args);
67
+
68
+ if(isset($post_type)) {
69
+
70
+ if (empty($post_type)) {
71
+ $output .= "\n<li>";
72
+ return;
73
+ }
74
+
75
+ $value = $term->ID;
76
+ $title = $term->post_title;
77
+ $name = 'cas_condition[post_types][]';
78
+
79
+ } else {
80
+
81
+ if (empty($taxonomy)) {
82
+ $output .= "\n<li>";
83
+ return;
84
+ }
85
+
86
+ //Hierarchical taxonomies use ids instead of slugs
87
+ //see http://codex.wordpress.org/Function_Reference/wp_set_post_terms
88
+ $value_var = ($taxonomy->hierarchical ? 'term_id' : 'slug');
89
+
90
+ $value = $term->$value_var;
91
+ $title = $term->name;
92
+ $name = 'cas_condition[tax_input]['.$taxonomy->name.'][]';
93
+
94
+ }
95
+
96
+ if(is_array($selected_terms)) {
97
+ $selected = checked(in_array($value,$selected_terms),true,false);
98
+ } else {
99
+ $selected = checked($selected_terms,true,false);
100
+ }
101
+
102
+ $output .= "\n".'<li><label class="selectit"><input value="'.$value.'" type="checkbox" title="'.esc_attr( $title ).'" name="'.$name.'"'.$selected.'/> '.esc_html( $title ).'</label>';
103
+
104
+ }
105
+
106
+ /**
107
+ * End outputting element
108
+ * @param string $output
109
+ * @param object $object
110
+ * @param int $depth
111
+ * @param array $args
112
+ * @return void
113
+ */
114
+ public function end_el(&$output, $object, $depth = 0, $args = array() ) {
115
+ $output .= "</li>\n";
116
+ }
117
+
118
+ }
119
+
120
  //eol
wpml-config.xml CHANGED
@@ -1,10 +1,10 @@
1
- <wpml-config>
2
- <custom-fields>
3
- <custom-field action="ignore">_cas_post_types</custom-field>
4
- <custom-field action="ignore">_cas_taxonomies</custom-fields>
5
- </custom-fields>
6
- <custom-types>
7
- <custom-type translate="0">sidebar</custom-type>
8
- <custom-type translate="0">sidebar_group</custom-type>
9
- </custom-types>
10
  </wpml-config>
1
+ <wpml-config>
2
+ <custom-fields>
3
+ <custom-field action="ignore">_cas_post_types</custom-field>
4
+ <custom-field action="ignore">_cas_taxonomies</custom-fields>
5
+ </custom-fields>
6
+ <custom-types>
7
+ <custom-type translate="0">sidebar</custom-type>
8
+ <custom-type translate="0">sidebar_group</custom-type>
9
+ </custom-types>
10
  </wpml-config>