Content Aware Sidebars – Unlimited Widget Areas - Version 2.5.3

Version Description

  • Added: catalan, norwegian bokml and turkish translations
  • Fixed: updated translations
Download this release

Release Info

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

Code changes from version 2.5 to 2.5.3

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.5
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.5';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
@@ -356,6 +356,7 @@ final class ContentAwareSidebars {
356
  'read_post' => self::CAPABILITY,
357
  'delete_post' => self::CAPABILITY,
358
  'edit_posts' => self::CAPABILITY,
 
359
  'edit_others_posts' => self::CAPABILITY,
360
  'publish_posts' => self::CAPABILITY,
361
  'read_private_posts' => self::CAPABILITY
@@ -753,9 +754,9 @@ final class ContentAwareSidebars {
753
  * @return array|boolean
754
  */
755
  public function get_sidebars() {
756
- global $wpdb;
757
 
758
- if(is_admin() || post_password_required())
759
  return false;
760
 
761
  // Return cache if present
@@ -1451,7 +1452,7 @@ final class ContentAwareSidebars {
1451
  public function autoload_modules($class) {
1452
  $path = plugin_dir_path( __FILE__ );
1453
  if($class == 'CASModule') {
1454
- require_once($path . "modules/" . $class . ".php");
1455
  } else if(strpos($class, "CASModule") !== false) {
1456
  require_once($path . "modules/" . str_replace("CASModule_", "", $class) . ".php");
1457
  }
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.5.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.5.3';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
356
  'read_post' => self::CAPABILITY,
357
  'delete_post' => self::CAPABILITY,
358
  'edit_posts' => self::CAPABILITY,
359
+ 'delete_posts' => self::CAPABILITY,
360
  'edit_others_posts' => self::CAPABILITY,
361
  'publish_posts' => self::CAPABILITY,
362
  'read_private_posts' => self::CAPABILITY
754
  * @return array|boolean
755
  */
756
  public function get_sidebars() {
757
+ global $wpdb, $post;
758
 
759
+ if(!$post || is_admin() || post_password_required())
760
  return false;
761
 
762
  // Return cache if present
1452
  public function autoload_modules($class) {
1453
  $path = plugin_dir_path( __FILE__ );
1454
  if($class == 'CASModule') {
1455
+ require_once($path . "modules/" . strtolower($class) . ".php");
1456
  } else if(strpos($class, "CASModule") !== false) {
1457
  require_once($path . "modules/" . str_replace("CASModule_", "", $class) . ".php");
1458
  }
lang/content-aware-sidebars-ca.mo ADDED
Binary file
lang/content-aware-sidebars-ca.po ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # keystorm <keystorm@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-11-05 01:08-0800\n"
10
+ "PO-Revision-Date: 2014-12-09 14:52+0000\n"
11
+ "Last-Translator: keystorm <keystorm@gmail.com>\n"
12
+ "Language-Team: Catalan (http://www.transifex.com/projects/p/content-aware-sidebars/language/ca/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ca\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 "Administració i mostra de barres laterals en funció del contingut mostrat."
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Barres Laterals Intel·ligents"
33
+
34
+ #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
35
+ msgid "FAQ"
36
+ msgstr "Preguntes freqüents"
37
+
38
+ #: ../content-aware-sidebars.php:300
39
+ msgid "Exposure"
40
+ msgstr "Exposició"
41
+
42
+ #: ../content-aware-sidebars.php:306
43
+ msgid "Singular"
44
+ msgstr "Vista ampliada"
45
+
46
+ #: ../content-aware-sidebars.php:307
47
+ msgid "Singular & Archive"
48
+ msgstr "Vista ampliada i Arxius"
49
+
50
+ #: ../content-aware-sidebars.php:308
51
+ msgid "Archive"
52
+ msgstr "Arxius"
53
+
54
+ #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr "Operacions"
58
+
59
+ #: ../content-aware-sidebars.php:314
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr "Substitueix la barra lateral original, fusiona-les o afegeix una nova."
62
+
63
+ #: ../content-aware-sidebars.php:318
64
+ msgid "Replace"
65
+ msgstr "Reemplaça"
66
+
67
+ #: ../content-aware-sidebars.php:319
68
+ msgid "Merge"
69
+ msgstr "Fusiona"
70
+
71
+ #: ../content-aware-sidebars.php:320
72
+ msgid "Manual"
73
+ msgstr "Manual"
74
+
75
+ #: ../content-aware-sidebars.php:321
76
+ msgid "Forced replace"
77
+ msgstr "Força la substitució"
78
+
79
+ #: ../content-aware-sidebars.php:325
80
+ msgid "Host Sidebar"
81
+ msgstr "Barra lateral original"
82
+
83
+ #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
+ msgid "Merge position"
85
+ msgstr "Fusiona les posicions"
86
+
87
+ #: ../content-aware-sidebars.php:335
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr "Coloca la barra lateral damunt o dessota de la original"
90
+
91
+ #: ../content-aware-sidebars.php:339
92
+ msgid "Top"
93
+ msgstr "Damunt"
94
+
95
+ #: ../content-aware-sidebars.php:340
96
+ msgid "Bottom"
97
+ msgstr "Dessota"
98
+
99
+ #: ../content-aware-sidebars.php:365
100
+ msgid "Sidebars"
101
+ msgstr "Barres laterals"
102
+
103
+ #: ../content-aware-sidebars.php:366
104
+ msgid "Sidebar"
105
+ msgstr "Barra lateral"
106
+
107
+ #: ../content-aware-sidebars.php:367
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Nova Barra Lateral"
111
+
112
+ #: ../content-aware-sidebars.php:368
113
+ msgid "Add New Sidebar"
114
+ msgstr "Afegeix una nova Barra Lateral"
115
+
116
+ #: ../content-aware-sidebars.php:369
117
+ msgid "Edit Sidebar"
118
+ msgstr "Edita la Barra lateral"
119
+
120
+ #: ../content-aware-sidebars.php:370
121
+ msgid "New Sidebar"
122
+ msgstr "Nova Barra lateral"
123
+
124
+ #: ../content-aware-sidebars.php:371
125
+ msgid "All Sidebars"
126
+ msgstr "Totes les Barres laterals"
127
+
128
+ #: ../content-aware-sidebars.php:372
129
+ msgid "View Sidebar"
130
+ msgstr "Visualitza la Barra lateral"
131
+
132
+ #: ../content-aware-sidebars.php:373
133
+ msgid "Search Sidebars"
134
+ msgstr "Cerca Barres laterals"
135
+
136
+ #: ../content-aware-sidebars.php:374
137
+ msgid "No sidebars found"
138
+ msgstr "No s'ha trobat cap barra lateral"
139
+
140
+ #: ../content-aware-sidebars.php:375
141
+ msgid "No sidebars found in Trash"
142
+ msgstr "No hi ha cap barra lateral a les escombraries"
143
+
144
+ #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
+ #: ../content-aware-sidebars.php:1017
146
+ msgid "Condition Groups"
147
+ msgstr "Grups condicionals"
148
+
149
+ #: ../content-aware-sidebars.php:391
150
+ msgid "Condition Group"
151
+ msgstr "Grup condicional"
152
+
153
+ #: ../content-aware-sidebars.php:392
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Nou grup"
157
+
158
+ #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
159
+ #: ../content-aware-sidebars.php:1051
160
+ msgid "Add New Group"
161
+ msgstr "Afegeix un nou grup"
162
+
163
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
164
+ #: ../content-aware-sidebars.php:1401
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Edita"
168
+
169
+ #: ../content-aware-sidebars.php:418
170
+ msgid "Manage widgets"
171
+ msgstr "Gestiona'n els ginys"
172
+
173
+ #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
+ msgid "Sidebar updated."
175
+ msgstr "Barra lateral actualitzada."
176
+
177
+ #: ../content-aware-sidebars.php:426
178
+ msgid "Sidebar published."
179
+ msgstr "Barra lateral publicada."
180
+
181
+ #: ../content-aware-sidebars.php:427
182
+ msgid "Sidebar saved."
183
+ msgstr "Barra lateral desada."
184
+
185
+ #: ../content-aware-sidebars.php:428
186
+ msgid "Sidebar submitted."
187
+ msgstr "Barra lateral enviada."
188
+
189
+ #: ../content-aware-sidebars.php:429
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr "Barra lateral programada pel: <strong%1$s</strong>."
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:431
196
+ msgid "M j, Y @ G:i"
197
+ msgstr "j/m/Y, a les G:i"
198
+
199
+ #: ../content-aware-sidebars.php:432
200
+ msgid "Sidebar draft updated."
201
+ msgstr "Esborrany de barra lateral desat"
202
+
203
+ #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
+ msgid "Please update Host Sidebar"
205
+ msgstr "Actualitzeu la barra lateral original"
206
+
207
+ #: ../content-aware-sidebars.php:506
208
+ msgid "Widgets"
209
+ msgstr "Ginys"
210
+
211
+ #: ../content-aware-sidebars.php:642
212
+ msgid "Manage Widgets"
213
+ msgstr "Gestiona els ginys"
214
+
215
+ #: ../content-aware-sidebars.php:897
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Aconseguiu la versió Premium de Barres Laterals Intel·ligents"
218
+
219
+ #: ../content-aware-sidebars.php:913
220
+ msgid "Content"
221
+ msgstr "Contingut"
222
+
223
+ #: ../content-aware-sidebars.php:921
224
+ msgid "Options"
225
+ msgstr "Opcions"
226
+
227
+ #: ../content-aware-sidebars.php:945
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr "Cada grup condicional creat descriu un contingut específic amb el qual l'actual barra lateral s'hauria de mostrar."
232
+
233
+ #: ../content-aware-sidebars.php:946
234
+ msgid ""
235
+ "Content added to a condition group uses logical conjunction, while condition"
236
+ " groups themselves use logical disjunction. This means that content added to"
237
+ " a group should be associated, as they are treated as such, and that the "
238
+ "groups do not interfere with each other. Thus it is possible to have both "
239
+ "extremely focused and at the same time distinct conditions."
240
+ msgstr "El continguts afegits a un grup condicional usen conjuncions lògiques, mentre els grups condicionals usen disjuncions lògiques. Això vol dir que un contingut introduït a un grup quedaran associats, i seran tractats com a tal, però els grups no interferiran entre ells. Per tant és possible tenir més d'una condició concreta per mostrar una barra lateral."
241
+
242
+ #: ../content-aware-sidebars.php:949
243
+ msgid "More Information"
244
+ msgstr "Més informació"
245
+
246
+ #: ../content-aware-sidebars.php:951
247
+ msgid "Get Support"
248
+ msgstr "Suport"
249
+
250
+ #: ../content-aware-sidebars.php:982
251
+ msgid ""
252
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
253
+ " of the upcoming Premium Bundle*!"
254
+ msgstr "Traduïu Barres Laterals Intel·ligents al vostre idioma i convertiu-vos en verificador BETA del futur paquet Premium*."
255
+
256
+ #: ../content-aware-sidebars.php:983
257
+ msgid "Translate Now"
258
+ msgstr "Vull traduir!"
259
+
260
+ #: ../content-aware-sidebars.php:984
261
+ msgid "Get Premium Bundle"
262
+ msgstr "Vull obtenir el paquet Premium"
263
+
264
+ #: ../content-aware-sidebars.php:985
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Us en un sol web. BETA significa que no es recomana el seu ús en entorns de producció."
268
+
269
+ #: ../content-aware-sidebars.php:988
270
+ msgid "Partial Feature List"
271
+ msgstr "Llista parcial de característiques"
272
+
273
+ #: ../content-aware-sidebars.php:990
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Selecció i creació de barres laterals a l'editor d'Entrades i Pàgines"
276
+
277
+ #: ../content-aware-sidebars.php:991
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "Mostra barres en funció de la URL."
280
+
281
+ #: ../content-aware-sidebars.php:992
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr "Mostra barres en funció del nivell d'usuari"
284
+
285
+ #: ../content-aware-sidebars.php:993
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Mostra barres laterals per a grups de BuddyPress"
288
+
289
+ #: ../content-aware-sidebars.php:994
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Columna de barres laterals a les vistes de Post Types i Taxonomies de tercers."
292
+
293
+ #: ../content-aware-sidebars.php:1018
294
+ msgid ""
295
+ "Click to edit a group or create a new one. Select content on the left to add"
296
+ " it. In each group, you can combine different types of associated content."
297
+ msgstr "Editeu un grup o creeu-ne un de nou. Seleccioneu el contingut a l'esquerra per afegir-lo. En cada grup, podeu combinar diferents tipus de contingut associat."
298
+
299
+ #: ../content-aware-sidebars.php:1019
300
+ msgid "Display sidebar with"
301
+ msgstr "Mostra la barra lateral a"
302
+
303
+ #: ../content-aware-sidebars.php:1024
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr "Sense contingut. Afegiu al menys un grup condicional per tal que aquesta barra sigui sensible al contingut."
308
+
309
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
+ msgid "Save"
311
+ msgstr "Desa"
312
+
313
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
+ msgid "Cancel"
315
+ msgstr "Cancel·la"
316
+
317
+ #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
+ msgid "Remove"
319
+ msgstr "Elimina"
320
+
321
+ #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
+ msgid "Or"
323
+ msgstr "O bé"
324
+
325
+ #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
+ #: ../content-aware-sidebars.php:1177
327
+ msgid "Unauthorized request"
328
+ msgstr "Sol·licitud no autoritzada"
329
+
330
+ #: ../content-aware-sidebars.php:1135
331
+ msgid "Condition group cannot be empty"
332
+ msgstr "El grup condicional no pot estar buit."
333
+
334
+ #: ../content-aware-sidebars.php:1149
335
+ msgid "Condition group saved"
336
+ msgstr "Grup condicional desat!"
337
+
338
+ #: ../content-aware-sidebars.php:1182
339
+ msgid "Condition group could not be removed"
340
+ msgstr "El grup condicional no s'ha pogut eliminar"
341
+
342
+ #: ../content-aware-sidebars.php:1187
343
+ msgid "Condition group removed"
344
+ msgstr "Grup condicional eliminat"
345
+
346
+ #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
+ msgid "Order"
348
+ msgstr "Ordre"
349
+
350
+ #: ../content-aware-sidebars.php:1263
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr "Si us agrada aquesta extensió, feu una donació per recolzar el seu desenvolupament. "
355
+
356
+ #: ../content-aware-sidebars.php:1272
357
+ msgid "Or you could:"
358
+ msgstr "O bé podeu:"
359
+
360
+ #: ../content-aware-sidebars.php:1274
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr "Valorar-la a Wordpress.org"
363
+
364
+ #: ../content-aware-sidebars.php:1275
365
+ msgid "Link to the plugin page"
366
+ msgstr "Enllaç a la pàgina de l'extensió"
367
+
368
+ #: ../content-aware-sidebars.php:1276
369
+ msgid "Translate the plugin into your language"
370
+ msgstr "Trauir-la a la vostra llengua"
371
+
372
+ #: ../content-aware-sidebars.php:1403
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr "Elimina aquest grup i els continguts associats permanentment?"
375
+
376
+ #: ../content-aware-sidebars.php:1404
377
+ msgid "No results found."
378
+ msgstr "No s'ha trobat cap resultat"
379
+
380
+ #: ../content-aware-sidebars.php:1405
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr "El grup actual té canvis no desats. Voleu continuar descartant aquests canvis?"
385
+
386
+ #: ../content-aware-sidebars.php:1419
387
+ msgid "Edit"
388
+ msgstr "Edita"
389
+
390
+ #: ../modules/author.php:28
391
+ msgid "Authors"
392
+ msgstr "Autors"
393
+
394
+ #: ../modules/bbpress.php:29
395
+ msgid "bbPress User Profiles"
396
+ msgstr "Perfils d'usuari bbPress"
397
+
398
+ #: ../modules/bp_member.php:27
399
+ msgid "BuddyPress Members"
400
+ msgstr "Membres de BuddyPress"
401
+
402
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
403
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:295
404
+ msgid "View All"
405
+ msgstr "Mostra tots"
406
+
407
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
408
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
409
+ msgid "Add to Group"
410
+ msgstr "Afegeix al grup"
411
+
412
+ #: ../modules/casmodule.php:126
413
+ #, php-format
414
+ msgid "Display with All %s"
415
+ msgstr "Mostra amb qualsevol %s"
416
+
417
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
418
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
419
+ #: ../modules/taxonomy.php:301 ../modules/taxonomy.php:304
420
+ msgid "Search"
421
+ msgstr "Cerca"
422
+
423
+ #: ../modules/casmodule.php:223
424
+ #, php-format
425
+ msgid "All %s"
426
+ msgstr "Qualsevol %s"
427
+
428
+ #: ../modules/page_template.php:28
429
+ msgid "Page Templates"
430
+ msgstr "Plantilla de pàgina"
431
+
432
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
433
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
434
+ msgid "Languages"
435
+ msgstr "Idioma"
436
+
437
+ #: ../modules/post_type.php:34
438
+ msgid "Post Types"
439
+ msgstr "Tipus d'entrada"
440
+
441
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
442
+ #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
443
+ msgid "Automatically select new children of a selected ancestor"
444
+ msgstr "Selecciona automàticament tots el fills d'un pare."
445
+
446
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
+ #, php-format
448
+ msgid "Display with %s"
449
+ msgstr "Mostra amb %s"
450
+
451
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
+ msgid "No items."
453
+ msgstr "Cap element."
454
+
455
+ #: ../modules/post_type.php:262
456
+ msgid "Most Recent"
457
+ msgstr "Darers"
458
+
459
+ #: ../modules/static.php:29
460
+ msgid "Static Pages"
461
+ msgstr "Pàgina estàtica"
462
+
463
+ #: ../modules/static.php:40
464
+ msgid "Front Page"
465
+ msgstr "Pàgina inicial"
466
+
467
+ #: ../modules/static.php:41
468
+ msgid "Search Results"
469
+ msgstr "Resultats de cerca"
470
+
471
+ #: ../modules/static.php:42
472
+ msgid "404 Page"
473
+ msgstr "Pàgina 404"
474
+
475
+ #: ../modules/taxonomy.php:40
476
+ msgid "Taxonomies"
477
+ msgstr "Taxonomia"
478
+
479
+ #: ../modules/taxonomy.php:290
480
+ msgid "Most Used"
481
+ msgstr "Més utilitzats"
lang/content-aware-sidebars-de_DE.mo CHANGED
Binary file
lang/content-aware-sidebars-de_DE.po CHANGED
@@ -1,13 +1,15 @@
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-11-05 01:08-0800\n"
9
- "PO-Revision-Date: 2014-11-05 10:24+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"
@@ -32,7 +34,7 @@ msgstr "Content Aware Sidebars"
32
 
33
  #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
34
  msgid "FAQ"
35
- msgstr ""
36
 
37
  #: ../content-aware-sidebars.php:300
38
  msgid "Exposure"
@@ -193,7 +195,7 @@ msgstr "Sidebar wurde eingeplant für: <strong>%1$s</strong>."
193
  #. translators: Publish box date format, see http://php.net/date
194
  #: ../content-aware-sidebars.php:431
195
  msgid "M j, Y @ G:i"
196
- msgstr ""
197
 
198
  #: ../content-aware-sidebars.php:432
199
  msgid "Sidebar draft updated."
@@ -205,7 +207,7 @@ msgstr "Bitte Haupt-Sidebar aktualisieren."
205
 
206
  #: ../content-aware-sidebars.php:506
207
  msgid "Widgets"
208
- msgstr ""
209
 
210
  #: ../content-aware-sidebars.php:642
211
  msgid "Manage Widgets"
@@ -213,7 +215,7 @@ msgstr "Widgetverwaltung"
213
 
214
  #: ../content-aware-sidebars.php:897
215
  msgid "Get a free Content Aware Sidebars Premium Bundle"
216
- msgstr ""
217
 
218
  #: ../content-aware-sidebars.php:913
219
  msgid "Content"
@@ -227,7 +229,7 @@ msgstr "Optionen"
227
  msgid ""
228
  "Each created condition group describe some specific content (conditions) "
229
  "that the current sidebar should be displayed with."
230
- msgstr ""
231
 
232
  #: ../content-aware-sidebars.php:946
233
  msgid ""
@@ -236,58 +238,58 @@ msgid ""
236
  " a group should be associated, as they are treated as such, and that the "
237
  "groups do not interfere with each other. Thus it is possible to have both "
238
  "extremely focused and at the same time distinct conditions."
239
- msgstr ""
240
 
241
  #: ../content-aware-sidebars.php:949
242
  msgid "More Information"
243
- msgstr ""
244
 
245
  #: ../content-aware-sidebars.php:951
246
  msgid "Get Support"
247
- msgstr ""
248
 
249
  #: ../content-aware-sidebars.php:982
250
  msgid ""
251
  "Translate Content Aware Sidebars into your language and become a BETA tester"
252
  " of the upcoming Premium Bundle*!"
253
- msgstr ""
254
 
255
  #: ../content-aware-sidebars.php:983
256
  msgid "Translate Now"
257
- msgstr ""
258
 
259
  #: ../content-aware-sidebars.php:984
260
  msgid "Get Premium Bundle"
261
- msgstr ""
262
 
263
  #: ../content-aware-sidebars.php:985
264
  msgid ""
265
  "Single-site use. BETA implies it is not recommended for production sites."
266
- msgstr ""
267
 
268
  #: ../content-aware-sidebars.php:988
269
  msgid "Partial Feature List"
270
- msgstr ""
271
 
272
  #: ../content-aware-sidebars.php:990
273
  msgid "Select and create sidebars in the Post Editing Screens"
274
- msgstr ""
275
 
276
  #: ../content-aware-sidebars.php:991
277
  msgid "Display sidebars with URLs using wildcards"
278
- msgstr ""
279
 
280
  #: ../content-aware-sidebars.php:992
281
  msgid "Display sidebars with User Roles"
282
- msgstr ""
283
 
284
  #: ../content-aware-sidebars.php:993
285
  msgid "Display sidebars with BuddyPress User Groups"
286
- msgstr ""
287
 
288
  #: ../content-aware-sidebars.php:994
289
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
290
- msgstr ""
291
 
292
  #: ../content-aware-sidebars.php:1018
293
  msgid ""
@@ -319,7 +321,7 @@ msgstr "Löschen"
319
 
320
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
321
  msgid "Or"
322
- msgstr ""
323
 
324
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
325
  #: ../content-aware-sidebars.php:1177
@@ -344,7 +346,7 @@ msgstr "Gruppe wurde entfernt"
344
 
345
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
346
  msgid "Order"
347
- msgstr ""
348
 
349
  #: ../content-aware-sidebars.php:1263
350
  msgid ""
@@ -401,7 +403,7 @@ msgstr "BuddyPress Mitglieder"
401
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
402
  #: ../modules/post_type.php:267 ../modules/taxonomy.php:295
403
  msgid "View All"
404
- msgstr ""
405
 
406
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
407
  #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
@@ -417,7 +419,7 @@ msgstr "Anzeige aller %s"
417
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
418
  #: ../modules/taxonomy.php:301 ../modules/taxonomy.php:304
419
  msgid "Search"
420
- msgstr ""
421
 
422
  #: ../modules/casmodule.php:223
423
  #, php-format
@@ -449,11 +451,11 @@ msgstr "Anzeigen bei %s"
449
 
450
  #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
451
  msgid "No items."
452
- msgstr ""
453
 
454
  #: ../modules/post_type.php:262
455
  msgid "Most Recent"
456
- msgstr ""
457
 
458
  #: ../modules/static.php:29
459
  msgid "Static Pages"
@@ -477,4 +479,4 @@ msgstr "Taxonomien"
477
 
478
  #: ../modules/taxonomy.php:290
479
  msgid "Most Used"
480
- msgstr ""
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
+ # Andreas Kuhl <mail@andreas-kuhl.de>, 2014
5
+ # Henrik Heil <contact@henrikheil.net>, 2014
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Content Aware Sidebars\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
10
  "POT-Creation-Date: 2014-11-05 01:08-0800\n"
11
+ "PO-Revision-Date: 2014-11-07 14:23+0000\n"
12
+ "Last-Translator: Andreas Kuhl <mail@andreas-kuhl.de>\n"
13
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/content-aware-sidebars/language/de_DE/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
34
 
35
  #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
36
  msgid "FAQ"
37
+ msgstr "FAQ"
38
 
39
  #: ../content-aware-sidebars.php:300
40
  msgid "Exposure"
195
  #. translators: Publish box date format, see http://php.net/date
196
  #: ../content-aware-sidebars.php:431
197
  msgid "M j, Y @ G:i"
198
+ msgstr "j. M Y @ G:i"
199
 
200
  #: ../content-aware-sidebars.php:432
201
  msgid "Sidebar draft updated."
207
 
208
  #: ../content-aware-sidebars.php:506
209
  msgid "Widgets"
210
+ msgstr "Widgets"
211
 
212
  #: ../content-aware-sidebars.php:642
213
  msgid "Manage Widgets"
215
 
216
  #: ../content-aware-sidebars.php:897
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr "Erhalte ein kostenloses Content Aware Sidebars Premium Bundle"
219
 
220
  #: ../content-aware-sidebars.php:913
221
  msgid "Content"
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
+ msgstr "Jede erstellte Gruppe beschreibt einige spezifische Content-Bedingungen unter welchen die aktuelle Sidebar angzeigt werden soll."
233
 
234
  #: ../content-aware-sidebars.php:946
235
  msgid ""
238
  " a group should be associated, as they are treated as such, and that the "
239
  "groups do not interfere with each other. Thus it is possible to have both "
240
  "extremely focused and at the same time distinct conditions."
241
+ msgstr "Content, der zu einer Gruppe hinzugefügt wird, benutzt logische UND Verknüpfungen, während die Gruppe selbst logische ODER Verknüpfungen verwendet. Das bedeutet, dass der einer Gruppe hinzugefügte Content thematisch zugehörig sein sollte und die Gruppen sich nicht gegenseitig beeinflussen sollten. Somit ist es möglich, gleichzeitig extrem spitze als auch eindeutige Bedingungen zu haben."
242
 
243
  #: ../content-aware-sidebars.php:949
244
  msgid "More Information"
245
+ msgstr "Weitere Informationen"
246
 
247
  #: ../content-aware-sidebars.php:951
248
  msgid "Get Support"
249
+ msgstr "Erhalte Support"
250
 
251
  #: ../content-aware-sidebars.php:982
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
+ msgstr "Übersetze Content Aware Sidebars in deine Sprache und werde ein BETA-Tester für das bald erscheinende Premium Bundle*!"
256
 
257
  #: ../content-aware-sidebars.php:983
258
  msgid "Translate Now"
259
+ msgstr "Jetzt übersetzen"
260
 
261
  #: ../content-aware-sidebars.php:984
262
  msgid "Get Premium Bundle"
263
+ msgstr "Premium Bundle holen"
264
 
265
  #: ../content-aware-sidebars.php:985
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr "Verwendung für eine einzelne Site. BETA bedeutet, dass der Gebrauch für Produktivseiten nicht empfohlen wird."
269
 
270
  #: ../content-aware-sidebars.php:988
271
  msgid "Partial Feature List"
272
+ msgstr "Unvollständige Feature Liste"
273
 
274
  #: ../content-aware-sidebars.php:990
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
+ msgstr "Wähle und erstelle Sidebars in der Bearbeitungsansicht von Beiträgen."
277
 
278
  #: ../content-aware-sidebars.php:991
279
  msgid "Display sidebars with URLs using wildcards"
280
+ msgstr "Zeige Sidebars mit URLs, die Wildcards beinthalten"
281
 
282
  #: ../content-aware-sidebars.php:992
283
  msgid "Display sidebars with User Roles"
284
+ msgstr "Zeige Sidebars mit Benutzerrollen"
285
 
286
  #: ../content-aware-sidebars.php:993
287
  msgid "Display sidebars with BuddyPress User Groups"
288
+ msgstr "Zeige Sidebars mit BuddyPress Benutzergruppen"
289
 
290
  #: ../content-aware-sidebars.php:994
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
+ msgstr "Sidebars Spalte in Beiträgen und Taxonomieübersichten"
293
 
294
  #: ../content-aware-sidebars.php:1018
295
  msgid ""
321
 
322
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
323
  msgid "Or"
324
+ msgstr "Oder"
325
 
326
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
327
  #: ../content-aware-sidebars.php:1177
346
 
347
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
348
  msgid "Order"
349
+ msgstr "Bestellung"
350
 
351
  #: ../content-aware-sidebars.php:1263
352
  msgid ""
403
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
404
  #: ../modules/post_type.php:267 ../modules/taxonomy.php:295
405
  msgid "View All"
406
+ msgstr "Alle anzeigen"
407
 
408
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
409
  #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
419
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
420
  #: ../modules/taxonomy.php:301 ../modules/taxonomy.php:304
421
  msgid "Search"
422
+ msgstr "Suche"
423
 
424
  #: ../modules/casmodule.php:223
425
  #, php-format
451
 
452
  #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
453
  msgid "No items."
454
+ msgstr "Keine Elemente."
455
 
456
  #: ../modules/post_type.php:262
457
  msgid "Most Recent"
458
+ msgstr "Neueste"
459
 
460
  #: ../modules/static.php:29
461
  msgid "Static Pages"
479
 
480
  #: ../modules/taxonomy.php:290
481
  msgid "Most Used"
482
+ msgstr "Am häufigsten benutzt"
lang/content-aware-sidebars-it_IT.mo CHANGED
Binary file
lang/content-aware-sidebars-it_IT.po CHANGED
@@ -1,14 +1,15 @@
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-11-05 01:08-0800\n"
10
- "PO-Revision-Date: 2014-11-05 10:24+0000\n"
11
- "Last-Translator: Joachim <jv@intox.dk>\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"
@@ -45,7 +46,7 @@ msgstr "Singola"
45
 
46
  #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
- msgstr "Singola e archivio"
49
 
50
  #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
@@ -111,7 +112,7 @@ msgstr "Aggiungi"
111
 
112
  #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
- msgstr "Aggiungi Nuova Sidebar"
115
 
116
  #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
@@ -158,7 +159,7 @@ msgstr "Aggiungi"
158
  #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
159
  #: ../content-aware-sidebars.php:1051
160
  msgid "Add New Group"
161
- msgstr "Aggiungi"
162
 
163
  #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
164
  #: ../content-aware-sidebars.php:1401
@@ -168,7 +169,7 @@ msgstr "Modifica"
168
 
169
  #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
- msgstr "Gestione Widgets"
172
 
173
  #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
@@ -202,11 +203,11 @@ msgstr "Bozza sidebar aggiornata. "
202
 
203
  #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
- msgstr "Aggiorna Sidebar"
206
 
207
  #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
- msgstr ""
210
 
211
  #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
@@ -214,7 +215,7 @@ msgstr "Gestione Widgets"
214
 
215
  #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
- msgstr ""
218
 
219
  #: ../content-aware-sidebars.php:913
220
  msgid "Content"
@@ -251,44 +252,44 @@ msgstr "Ottieni supporto"
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
- msgstr ""
255
 
256
  #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
- msgstr ""
259
 
260
  #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
- msgstr ""
263
 
264
  #: ../content-aware-sidebars.php:985
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
- msgstr ""
268
 
269
  #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
- msgstr ""
272
 
273
  #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
- msgstr ""
276
 
277
  #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
- msgstr ""
280
 
281
  #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
- msgstr ""
284
 
285
  #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
- msgstr ""
288
 
289
  #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
- msgstr ""
292
 
293
  #: ../content-aware-sidebars.php:1018
294
  msgid ""
@@ -298,7 +299,7 @@ msgstr "Clicca per modificare un gruppo o crearne uno nuovo. Seleziona il conten
298
 
299
  #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
- msgstr "Visualizza larghezza sidebar"
302
 
303
  #: ../content-aware-sidebars.php:1024
304
  msgid ""
@@ -320,7 +321,7 @@ msgstr "Elimina"
320
 
321
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
- msgstr ""
324
 
325
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
  #: ../content-aware-sidebars.php:1177
@@ -345,7 +346,7 @@ msgstr "Condizione di gruppo eliminata "
345
 
346
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
- msgstr ""
349
 
350
  #: ../content-aware-sidebars.php:1263
351
  msgid ""
@@ -446,7 +447,7 @@ msgstr "Seleziona automaticamente nuovi figli di un percorso selezionato"
446
  #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
- msgstr "Larghezza %s"
450
 
451
  #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
@@ -454,7 +455,7 @@ msgstr "Nessun oggetto."
454
 
455
  #: ../modules/post_type.php:262
456
  msgid "Most Recent"
457
- msgstr "Più usati"
458
 
459
  #: ../modules/static.php:29
460
  msgid "Static Pages"
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
+ # Luciano <luciano@myweb2.it>, 2014
5
+ # Luciano <luciano@myweb2.it>, 2014
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Content Aware Sidebars\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
10
  "POT-Creation-Date: 2014-11-05 01:08-0800\n"
11
+ "PO-Revision-Date: 2014-12-07 13:21+0000\n"
12
+ "Last-Translator: Luciano <luciano@myweb2.it>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/content-aware-sidebars/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
46
 
47
  #: ../content-aware-sidebars.php:307
48
  msgid "Singular & Archive"
49
+ msgstr "Singola e Archivio"
50
 
51
  #: ../content-aware-sidebars.php:308
52
  msgid "Archive"
112
 
113
  #: ../content-aware-sidebars.php:368
114
  msgid "Add New Sidebar"
115
+ msgstr "Aggiungi nuova sidebar"
116
 
117
  #: ../content-aware-sidebars.php:369
118
  msgid "Edit Sidebar"
159
  #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
160
  #: ../content-aware-sidebars.php:1051
161
  msgid "Add New Group"
162
+ msgstr "Aggiungi nuovo gruppo"
163
 
164
  #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
165
  #: ../content-aware-sidebars.php:1401
169
 
170
  #: ../content-aware-sidebars.php:418
171
  msgid "Manage widgets"
172
+ msgstr "Gestione widgets"
173
 
174
  #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
175
  msgid "Sidebar updated."
203
 
204
  #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
205
  msgid "Please update Host Sidebar"
206
+ msgstr "Aggiorna sidebar"
207
 
208
  #: ../content-aware-sidebars.php:506
209
  msgid "Widgets"
210
+ msgstr "Widgets"
211
 
212
  #: ../content-aware-sidebars.php:642
213
  msgid "Manage Widgets"
215
 
216
  #: ../content-aware-sidebars.php:897
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr "Ottieni gratis Content Aware Sidebars Premium Bundle"
219
 
220
  #: ../content-aware-sidebars.php:913
221
  msgid "Content"
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
+ msgstr "Traduci Content Aware Sidebars nella tua lingua e chiedi come diventare BETA tester del plugin Premium Bundle*!"
256
 
257
  #: ../content-aware-sidebars.php:983
258
  msgid "Translate Now"
259
+ msgstr "Traduci ora"
260
 
261
  #: ../content-aware-sidebars.php:984
262
  msgid "Get Premium Bundle"
263
+ msgstr "Ottieni Premium Bundle"
264
 
265
  #: ../content-aware-sidebars.php:985
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr "E' una versione BETA e non è raccomandato l'uso su siti web già avviati."
269
 
270
  #: ../content-aware-sidebars.php:988
271
  msgid "Partial Feature List"
272
+ msgstr "Elenco parziale funzionalità"
273
 
274
  #: ../content-aware-sidebars.php:990
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
+ msgstr "Seleziona e crea sidebars nella schermata di modifica degli articoli"
277
 
278
  #: ../content-aware-sidebars.php:991
279
  msgid "Display sidebars with URLs using wildcards"
280
+ msgstr "Mostra sidebars con URL utilizzando i caratteri jolly"
281
 
282
  #: ../content-aware-sidebars.php:992
283
  msgid "Display sidebars with User Roles"
284
+ msgstr "Mostra sidebars con ruoli utente"
285
 
286
  #: ../content-aware-sidebars.php:993
287
  msgid "Display sidebars with BuddyPress User Groups"
288
+ msgstr "Mostra sidebars con gruppi utenti BuddyPress"
289
 
290
  #: ../content-aware-sidebars.php:994
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
+ msgstr "Colonna sidebar nei tipi di articoli e anteprima tassonomie nella schermata"
293
 
294
  #: ../content-aware-sidebars.php:1018
295
  msgid ""
299
 
300
  #: ../content-aware-sidebars.php:1019
301
  msgid "Display sidebar with"
302
+ msgstr "Visualizza sidebar"
303
 
304
  #: ../content-aware-sidebars.php:1024
305
  msgid ""
321
 
322
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
323
  msgid "Or"
324
+ msgstr "O"
325
 
326
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
327
  #: ../content-aware-sidebars.php:1177
346
 
347
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
348
  msgid "Order"
349
+ msgstr "Ordina"
350
 
351
  #: ../content-aware-sidebars.php:1263
352
  msgid ""
447
  #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
448
  #, php-format
449
  msgid "Display with %s"
450
+ msgstr "Seleziona %s"
451
 
452
  #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
453
  msgid "No items."
455
 
456
  #: ../modules/post_type.php:262
457
  msgid "Most Recent"
458
+ msgstr "Più recenti"
459
 
460
  #: ../modules/static.php:29
461
  msgid "Static Pages"
lang/content-aware-sidebars-lt_LT.mo CHANGED
Binary file
lang/content-aware-sidebars-lt_LT.po CHANGED
@@ -1,13 +1,14 @@
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-11-05 01:08-0800\n"
9
- "PO-Revision-Date: 2014-11-05 10:04+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"
@@ -157,13 +158,13 @@ msgstr "Pridėti Naują [ šoninę juostą ]"
157
  #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
158
  #: ../content-aware-sidebars.php:1051
159
  msgid "Add New Group"
160
- msgstr ""
161
 
162
  #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
163
  #: ../content-aware-sidebars.php:1401
164
  msgctxt "group"
165
  msgid "Edit"
166
- msgstr ""
167
 
168
  #: ../content-aware-sidebars.php:418
169
  msgid "Manage widgets"
@@ -384,7 +385,7 @@ msgstr ""
384
 
385
  #: ../content-aware-sidebars.php:1419
386
  msgid "Edit"
387
- msgstr ""
388
 
389
  #: ../modules/author.php:28
390
  msgid "Authors"
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
+ # Julijus Bogdanovas <julius@goodone.lt>, 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-11-05 01:08-0800\n"
10
+ "PO-Revision-Date: 2014-11-20 13:51+0000\n"
11
+ "Last-Translator: Julijus Bogdanovas <julius@goodone.lt>\n"
12
  "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/content-aware-sidebars/language/lt_LT/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
158
  #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
159
  #: ../content-aware-sidebars.php:1051
160
  msgid "Add New Group"
161
+ msgstr "Pridėti naują grupę"
162
 
163
  #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
164
  #: ../content-aware-sidebars.php:1401
165
  msgctxt "group"
166
  msgid "Edit"
167
+ msgstr "Redaguoti"
168
 
169
  #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
385
 
386
  #: ../content-aware-sidebars.php:1419
387
  msgid "Edit"
388
+ msgstr "Redaguoti"
389
 
390
  #: ../modules/author.php:28
391
  msgid "Authors"
lang/content-aware-sidebars-nb_NO.mo ADDED
Binary file
lang/content-aware-sidebars-nb_NO.po ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # PaalJoachim <paaljoachim@hotmail.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-11-05 01:08-0800\n"
10
+ "PO-Revision-Date: 2014-12-14 09:30+0000\n"
11
+ "Last-Translator: Joachim <jv@intox.dk>\n"
12
+ "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/content-aware-sidebars/language/nb_NO/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: nb_NO\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 "Administrer og vis sidebars i henhold til innholdet som vises. "
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Content Aware Sidebars"
33
+
34
+ #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
35
+ msgid "FAQ"
36
+ msgstr "FAQ"
37
+
38
+ #: ../content-aware-sidebars.php:300
39
+ msgid "Exposure"
40
+ msgstr "Eksponering"
41
+
42
+ #: ../content-aware-sidebars.php:306
43
+ msgid "Singular"
44
+ msgstr "Enkeltvis"
45
+
46
+ #: ../content-aware-sidebars.php:307
47
+ msgid "Singular & Archive"
48
+ msgstr "Enkeltvis og Arkiv"
49
+
50
+ #: ../content-aware-sidebars.php:308
51
+ msgid "Archive"
52
+ msgstr "Arkiv"
53
+
54
+ #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr "Håndtere"
58
+
59
+ #: ../content-aware-sidebars.php:314
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr "Erstatt hoved sidebar, kombiner eller legg til sidebar manuelt."
62
+
63
+ #: ../content-aware-sidebars.php:318
64
+ msgid "Replace"
65
+ msgstr "Erstatt"
66
+
67
+ #: ../content-aware-sidebars.php:319
68
+ msgid "Merge"
69
+ msgstr "Kombiner"
70
+
71
+ #: ../content-aware-sidebars.php:320
72
+ msgid "Manual"
73
+ msgstr "Manuelt"
74
+
75
+ #: ../content-aware-sidebars.php:321
76
+ msgid "Forced replace"
77
+ msgstr "Tvunget erstatt"
78
+
79
+ #: ../content-aware-sidebars.php:325
80
+ msgid "Host Sidebar"
81
+ msgstr "Vert Sidebar"
82
+
83
+ #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
+ msgid "Merge position"
85
+ msgstr "Kombiner posisjon"
86
+
87
+ #: ../content-aware-sidebars.php:335
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr "Plasser sidebar på topp eller bunn av vert når den blir kombinert."
90
+
91
+ #: ../content-aware-sidebars.php:339
92
+ msgid "Top"
93
+ msgstr "Topp"
94
+
95
+ #: ../content-aware-sidebars.php:340
96
+ msgid "Bottom"
97
+ msgstr "Bunn"
98
+
99
+ #: ../content-aware-sidebars.php:365
100
+ msgid "Sidebars"
101
+ msgstr "Sidebars"
102
+
103
+ #: ../content-aware-sidebars.php:366
104
+ msgid "Sidebar"
105
+ msgstr "Sidebar"
106
+
107
+ #: ../content-aware-sidebars.php:367
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Legg til"
111
+
112
+ #: ../content-aware-sidebars.php:368
113
+ msgid "Add New Sidebar"
114
+ msgstr "Legg til ny Sidebar"
115
+
116
+ #: ../content-aware-sidebars.php:369
117
+ msgid "Edit Sidebar"
118
+ msgstr "Rediger Sidebar"
119
+
120
+ #: ../content-aware-sidebars.php:370
121
+ msgid "New Sidebar"
122
+ msgstr "Ny Sidebar"
123
+
124
+ #: ../content-aware-sidebars.php:371
125
+ msgid "All Sidebars"
126
+ msgstr "Alle Sidebars"
127
+
128
+ #: ../content-aware-sidebars.php:372
129
+ msgid "View Sidebar"
130
+ msgstr "See Sidebar"
131
+
132
+ #: ../content-aware-sidebars.php:373
133
+ msgid "Search Sidebars"
134
+ msgstr "Søk Sidebars"
135
+
136
+ #: ../content-aware-sidebars.php:374
137
+ msgid "No sidebars found"
138
+ msgstr "Ingen Sidebars funnet"
139
+
140
+ #: ../content-aware-sidebars.php:375
141
+ msgid "No sidebars found in Trash"
142
+ msgstr "Ingen Sidebars funnet i søppelet"
143
+
144
+ #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
+ #: ../content-aware-sidebars.php:1017
146
+ msgid "Condition Groups"
147
+ msgstr "Tilstands Grupper"
148
+
149
+ #: ../content-aware-sidebars.php:391
150
+ msgid "Condition Group"
151
+ msgstr "Tilstands Gruppe"
152
+
153
+ #: ../content-aware-sidebars.php:392
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Legg til"
157
+
158
+ #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
159
+ #: ../content-aware-sidebars.php:1051
160
+ msgid "Add New Group"
161
+ msgstr "Legg til Ny Gruppe"
162
+
163
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
164
+ #: ../content-aware-sidebars.php:1401
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Rediger"
168
+
169
+ #: ../content-aware-sidebars.php:418
170
+ msgid "Manage widgets"
171
+ msgstr "Administrer widgets"
172
+
173
+ #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
+ msgid "Sidebar updated."
175
+ msgstr "Sidebar oppdatert."
176
+
177
+ #: ../content-aware-sidebars.php:426
178
+ msgid "Sidebar published."
179
+ msgstr "Sidebar publisert."
180
+
181
+ #: ../content-aware-sidebars.php:427
182
+ msgid "Sidebar saved."
183
+ msgstr "Sidebar lagret."
184
+
185
+ #: ../content-aware-sidebars.php:428
186
+ msgid "Sidebar submitted."
187
+ msgstr "Sidebar levert."
188
+
189
+ #: ../content-aware-sidebars.php:429
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr "Sidebar tidsplan for <strong>%1$s</strong>."
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:431
196
+ msgid "M j, Y @ G:i"
197
+ msgstr "j, M Y @ G:i"
198
+
199
+ #: ../content-aware-sidebars.php:432
200
+ msgid "Sidebar draft updated."
201
+ msgstr "Sidebar kladd oppdatert."
202
+
203
+ #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
+ msgid "Please update Host Sidebar"
205
+ msgstr "Vennligst oppdater Sidebar vert"
206
+
207
+ #: ../content-aware-sidebars.php:506
208
+ msgid "Widgets"
209
+ msgstr "Widgets"
210
+
211
+ #: ../content-aware-sidebars.php:642
212
+ msgid "Manage Widgets"
213
+ msgstr "Administrer Widgets"
214
+
215
+ #: ../content-aware-sidebars.php:897
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Få Content Aware Sidebars Premium pakke gratis"
218
+
219
+ #: ../content-aware-sidebars.php:913
220
+ msgid "Content"
221
+ msgstr "Innhold"
222
+
223
+ #: ../content-aware-sidebars.php:921
224
+ msgid "Options"
225
+ msgstr "Alternativ"
226
+
227
+ #: ../content-aware-sidebars.php:945
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr "Hver opprettet tilstands gruppe beskriver noe bestemt innhold (vilkår) som eksisterende sidebar vil bli vist med."
232
+
233
+ #: ../content-aware-sidebars.php:946
234
+ msgid ""
235
+ "Content added to a condition group uses logical conjunction, while condition"
236
+ " groups themselves use logical disjunction. This means that content added to"
237
+ " a group should be associated, as they are treated as such, and that the "
238
+ "groups do not interfere with each other. Thus it is possible to have both "
239
+ "extremely focused and at the same time distinct conditions."
240
+ msgstr "Innhold som er lagt til en tilstands gruppe bruker logisk sammenheng, mens tilstandsgrupper selv bruker logisk disjunksjon. Dette betyr at innholdet lagt til en gruppe bør være forbundet, siden de behandles slik, og at gruppene ikke forstyrrer hverandre. Dermed er det mulig å ha ekstremt fokusert og på samme tid forskjellige vilkår."
241
+
242
+ #: ../content-aware-sidebars.php:949
243
+ msgid "More Information"
244
+ msgstr "Mer Informasjon"
245
+
246
+ #: ../content-aware-sidebars.php:951
247
+ msgid "Get Support"
248
+ msgstr "Få Støtte"
249
+
250
+ #: ../content-aware-sidebars.php:982
251
+ msgid ""
252
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
253
+ " of the upcoming Premium Bundle*!"
254
+ msgstr "Oversett Content Aware Sidebars til ditt språk og bli BETA tester av den kommende Premium pakken*!"
255
+
256
+ #: ../content-aware-sidebars.php:983
257
+ msgid "Translate Now"
258
+ msgstr "Oversett Nå"
259
+
260
+ #: ../content-aware-sidebars.php:984
261
+ msgid "Get Premium Bundle"
262
+ msgstr "Få Premium Pakken"
263
+
264
+ #: ../content-aware-sidebars.php:985
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "En-nettside bruk. Det er ikke anbefalt å bruke BETA i produksjons nettsider."
268
+
269
+ #: ../content-aware-sidebars.php:988
270
+ msgid "Partial Feature List"
271
+ msgstr "Delevis Funksjons Liste"
272
+
273
+ #: ../content-aware-sidebars.php:990
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Velg og lag sidebars i redigerings området i et innlegg"
276
+
277
+ #: ../content-aware-sidebars.php:991
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "Vis sidebars med URLs med wildcards"
280
+
281
+ #: ../content-aware-sidebars.php:992
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr "Vis sidebars med Bruker Roller"
284
+
285
+ #: ../content-aware-sidebars.php:993
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Vis sidebars med BuddyPress Bruker Grupper"
288
+
289
+ #: ../content-aware-sidebars.php:994
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Sidebars kolonne i Post Type og Taxonomy Overview Screens"
292
+
293
+ #: ../content-aware-sidebars.php:1018
294
+ msgid ""
295
+ "Click to edit a group or create a new one. Select content on the left to add"
296
+ " it. In each group, you can combine different types of associated content."
297
+ msgstr "Klikk for å redigere en gruppe eller lag en ny. Velg innhold til venstre for å legge den til. I hver gruppe, kan du kombinere ulike tuper assosiert innhold."
298
+
299
+ #: ../content-aware-sidebars.php:1019
300
+ msgid "Display sidebar with"
301
+ msgstr "Vis sidebar med"
302
+
303
+ #: ../content-aware-sidebars.php:1024
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr "Ingen innhold. Legg til minst en vilkårs gruppe for å lage en sidebar med bevist innhold."
308
+
309
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
+ msgid "Save"
311
+ msgstr "Lagre"
312
+
313
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
+ msgid "Cancel"
315
+ msgstr "Avbryt"
316
+
317
+ #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
+ msgid "Remove"
319
+ msgstr "Fjern"
320
+
321
+ #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
+ msgid "Or"
323
+ msgstr "Eller"
324
+
325
+ #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
+ #: ../content-aware-sidebars.php:1177
327
+ msgid "Unauthorized request"
328
+ msgstr "Uautorisert forespørsel"
329
+
330
+ #: ../content-aware-sidebars.php:1135
331
+ msgid "Condition group cannot be empty"
332
+ msgstr "Vilkårs gruppe kan ikke være tom"
333
+
334
+ #: ../content-aware-sidebars.php:1149
335
+ msgid "Condition group saved"
336
+ msgstr "Vilkårs gruppe er lagret"
337
+
338
+ #: ../content-aware-sidebars.php:1182
339
+ msgid "Condition group could not be removed"
340
+ msgstr "Vilkårs gruppe kan ikke fjernes"
341
+
342
+ #: ../content-aware-sidebars.php:1187
343
+ msgid "Condition group removed"
344
+ msgstr "Vilkårs gruppe er fjernet"
345
+
346
+ #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
+ msgid "Order"
348
+ msgstr "Rekkefølge"
349
+
350
+ #: ../content-aware-sidebars.php:1263
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr "Hvis du liker denne plugin, kan du vurdere å gi en donasjon til å støtte fremtidig utvikling."
355
+
356
+ #: ../content-aware-sidebars.php:1272
357
+ msgid "Or you could:"
358
+ msgstr "Eller du can:"
359
+
360
+ #: ../content-aware-sidebars.php:1274
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr "Vurder plugin på WordPress.org"
363
+
364
+ #: ../content-aware-sidebars.php:1275
365
+ msgid "Link to the plugin page"
366
+ msgstr "Lenke til plugin siden"
367
+
368
+ #: ../content-aware-sidebars.php:1276
369
+ msgid "Translate the plugin into your language"
370
+ msgstr "Oversett plugin til ditt språk"
371
+
372
+ #: ../content-aware-sidebars.php:1403
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr "Fjern denne gruppen og dets innhold for alltid?"
375
+
376
+ #: ../content-aware-sidebars.php:1404
377
+ msgid "No results found."
378
+ msgstr "Ingen resultater er funnet."
379
+
380
+ #: ../content-aware-sidebars.php:1405
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr "Den nåværende gruppe har ulagrede endringer. Ønsker du å fortsette og forkaste disse endringene?"
385
+
386
+ #: ../content-aware-sidebars.php:1419
387
+ msgid "Edit"
388
+ msgstr "Rediger"
389
+
390
+ #: ../modules/author.php:28
391
+ msgid "Authors"
392
+ msgstr "Forfattere"
393
+
394
+ #: ../modules/bbpress.php:29
395
+ msgid "bbPress User Profiles"
396
+ msgstr "bbPress Bruker Profiler"
397
+
398
+ #: ../modules/bp_member.php:27
399
+ msgid "BuddyPress Members"
400
+ msgstr "BuddyPress Medlemmer"
401
+
402
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
403
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:295
404
+ msgid "View All"
405
+ msgstr "Se Alle"
406
+
407
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
408
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
409
+ msgid "Add to Group"
410
+ msgstr "Legg til Gruppen"
411
+
412
+ #: ../modules/casmodule.php:126
413
+ #, php-format
414
+ msgid "Display with All %s"
415
+ msgstr "Vis med Alle %s"
416
+
417
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
418
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
419
+ #: ../modules/taxonomy.php:301 ../modules/taxonomy.php:304
420
+ msgid "Search"
421
+ msgstr "Søk"
422
+
423
+ #: ../modules/casmodule.php:223
424
+ #, php-format
425
+ msgid "All %s"
426
+ msgstr "Alle %s"
427
+
428
+ #: ../modules/page_template.php:28
429
+ msgid "Page Templates"
430
+ msgstr "Side Maler"
431
+
432
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
433
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
434
+ msgid "Languages"
435
+ msgstr "Språk"
436
+
437
+ #: ../modules/post_type.php:34
438
+ msgid "Post Types"
439
+ msgstr "Post Types"
440
+
441
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
442
+ #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
443
+ msgid "Automatically select new children of a selected ancestor"
444
+ msgstr "Automatisk velge nye barn av en valgt stamfar"
445
+
446
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
+ #, php-format
448
+ msgid "Display with %s"
449
+ msgstr "Vis med %s"
450
+
451
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
+ msgid "No items."
453
+ msgstr "Ingen ting."
454
+
455
+ #: ../modules/post_type.php:262
456
+ msgid "Most Recent"
457
+ msgstr "Nyeste"
458
+
459
+ #: ../modules/static.php:29
460
+ msgid "Static Pages"
461
+ msgstr "Statiske Sider"
462
+
463
+ #: ../modules/static.php:40
464
+ msgid "Front Page"
465
+ msgstr "Forside"
466
+
467
+ #: ../modules/static.php:41
468
+ msgid "Search Results"
469
+ msgstr "Søke Resultater"
470
+
471
+ #: ../modules/static.php:42
472
+ msgid "404 Page"
473
+ msgstr "404 Side"
474
+
475
+ #: ../modules/taxonomy.php:40
476
+ msgid "Taxonomies"
477
+ msgstr "Taxonomies"
478
+
479
+ #: ../modules/taxonomy.php:290
480
+ msgid "Most Used"
481
+ msgstr "Mest Brukt"
lang/content-aware-sidebars-tr_TR.mo ADDED
Binary file
lang/content-aware-sidebars-tr_TR.po ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # ahmet yılmaz <ahmetraufyilmaz@hotmail.com.tr>, 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-11-05 01:08-0800\n"
10
+ "PO-Revision-Date: 2014-11-30 17:58+0000\n"
11
+ "Last-Translator: ahmet yılmaz <ahmetraufyilmaz@hotmail.com.tr>\n"
12
+ "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/content-aware-sidebars/language/tr_TR/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: tr_TR\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 "Sidebarları içeriklerin gösterilmesine göre yönet ve göster..."
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Content Aware Sidebarları"
33
+
34
+ #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
35
+ msgid "FAQ"
36
+ msgstr "Sıkça Sorulan Sorular (SSS)"
37
+
38
+ #: ../content-aware-sidebars.php:300
39
+ msgid "Exposure"
40
+ msgstr "Gösterim Şekli"
41
+
42
+ #: ../content-aware-sidebars.php:306
43
+ msgid "Singular"
44
+ msgstr "Bireysel"
45
+
46
+ #: ../content-aware-sidebars.php:307
47
+ msgid "Singular & Archive"
48
+ msgstr "Bireysel & Arşiv"
49
+
50
+ #: ../content-aware-sidebars.php:308
51
+ msgid "Archive"
52
+ msgstr "Arşiv"
53
+
54
+ #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr "işleme"
58
+
59
+ #: ../content-aware-sidebars.php:314
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr "Ana Sidebarı değiştir,onla birleştir yada yeni bir sidebar ekle"
62
+
63
+ #: ../content-aware-sidebars.php:318
64
+ msgid "Replace"
65
+ msgstr "Değiştir"
66
+
67
+ #: ../content-aware-sidebars.php:319
68
+ msgid "Merge"
69
+ msgstr "Birleştir"
70
+
71
+ #: ../content-aware-sidebars.php:320
72
+ msgid "Manual"
73
+ msgstr "El ile"
74
+
75
+ #: ../content-aware-sidebars.php:321
76
+ msgid "Forced replace"
77
+ msgstr "Zorunlu değiştirme"
78
+
79
+ #: ../content-aware-sidebars.php:325
80
+ msgid "Host Sidebar"
81
+ msgstr "Taşıyıcı Sidebar"
82
+
83
+ #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
+ msgid "Merge position"
85
+ msgstr "Pozisyonları birleştir"
86
+
87
+ #: ../content-aware-sidebars.php:335
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr "Ana sidebar ile birleştirirken Sidebar'ı yukarı yada aşşağıya yerleştir."
90
+
91
+ #: ../content-aware-sidebars.php:339
92
+ msgid "Top"
93
+ msgstr "Üst"
94
+
95
+ #: ../content-aware-sidebars.php:340
96
+ msgid "Bottom"
97
+ msgstr "Alt"
98
+
99
+ #: ../content-aware-sidebars.php:365
100
+ msgid "Sidebars"
101
+ msgstr "Sidebars"
102
+
103
+ #: ../content-aware-sidebars.php:366
104
+ msgid "Sidebar"
105
+ msgstr "Sidebar"
106
+
107
+ #: ../content-aware-sidebars.php:367
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Yeni Ekle"
111
+
112
+ #: ../content-aware-sidebars.php:368
113
+ msgid "Add New Sidebar"
114
+ msgstr "Yeni Sidebar Ekle"
115
+
116
+ #: ../content-aware-sidebars.php:369
117
+ msgid "Edit Sidebar"
118
+ msgstr "Sidebar'ı Düzenle"
119
+
120
+ #: ../content-aware-sidebars.php:370
121
+ msgid "New Sidebar"
122
+ msgstr "Yeni Sidebar"
123
+
124
+ #: ../content-aware-sidebars.php:371
125
+ msgid "All Sidebars"
126
+ msgstr "Bütün Sidebarlar"
127
+
128
+ #: ../content-aware-sidebars.php:372
129
+ msgid "View Sidebar"
130
+ msgstr "Sidebar'ı Gör"
131
+
132
+ #: ../content-aware-sidebars.php:373
133
+ msgid "Search Sidebars"
134
+ msgstr "Sidebar Ara"
135
+
136
+ #: ../content-aware-sidebars.php:374
137
+ msgid "No sidebars found"
138
+ msgstr "Sidebar bulunamadı"
139
+
140
+ #: ../content-aware-sidebars.php:375
141
+ msgid "No sidebars found in Trash"
142
+ msgstr "Çöpte sidebar bulunamadı"
143
+
144
+ #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
+ #: ../content-aware-sidebars.php:1017
146
+ msgid "Condition Groups"
147
+ msgstr "Koşullu Gruplar"
148
+
149
+ #: ../content-aware-sidebars.php:391
150
+ msgid "Condition Group"
151
+ msgstr "Koşullu grup"
152
+
153
+ #: ../content-aware-sidebars.php:392
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Yeni Ekle"
157
+
158
+ #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
159
+ #: ../content-aware-sidebars.php:1051
160
+ msgid "Add New Group"
161
+ msgstr "Yeni Grup Ekle"
162
+
163
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
164
+ #: ../content-aware-sidebars.php:1401
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Düzenle"
168
+
169
+ #: ../content-aware-sidebars.php:418
170
+ msgid "Manage widgets"
171
+ msgstr "Widget'ları yönet"
172
+
173
+ #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
+ msgid "Sidebar updated."
175
+ msgstr "Sidebar güncellendi."
176
+
177
+ #: ../content-aware-sidebars.php:426
178
+ msgid "Sidebar published."
179
+ msgstr "Sidebar yayınlandı."
180
+
181
+ #: ../content-aware-sidebars.php:427
182
+ msgid "Sidebar saved."
183
+ msgstr "Sidebar Kaydedildi"
184
+
185
+ #: ../content-aware-sidebars.php:428
186
+ msgid "Sidebar submitted."
187
+ msgstr "Sidebar kaydedildi."
188
+
189
+ #: ../content-aware-sidebars.php:429
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr "Sidebar şuna göre planlandı: <strong>%1$s</strong>"
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:431
196
+ msgid "M j, Y @ G:i"
197
+ msgstr "Ay , Gün , Yıl @ Saat:Dakika"
198
+
199
+ #: ../content-aware-sidebars.php:432
200
+ msgid "Sidebar draft updated."
201
+ msgstr "Sidebar taslağı güncellendi."
202
+
203
+ #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
+ msgid "Please update Host Sidebar"
205
+ msgstr "Ev Sahibi Sidebarı Güncelle"
206
+
207
+ #: ../content-aware-sidebars.php:506
208
+ msgid "Widgets"
209
+ msgstr "Widgets"
210
+
211
+ #: ../content-aware-sidebars.php:642
212
+ msgid "Manage Widgets"
213
+ msgstr "Widgetleri Yönet"
214
+
215
+ #: ../content-aware-sidebars.php:897
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Content Aware Sidebarın Premium Paketini Ücretsiz Al"
218
+
219
+ #: ../content-aware-sidebars.php:913
220
+ msgid "Content"
221
+ msgstr "İçerik"
222
+
223
+ #: ../content-aware-sidebars.php:921
224
+ msgid "Options"
225
+ msgstr "Seçenekler"
226
+
227
+ #: ../content-aware-sidebars.php:945
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr "Her oluşturulan koşullu grup spesifik içerikler(koşullar) tanımlarken kullanılan sidebar bunu beraber gösteriyor olmalıdır."
232
+
233
+ #: ../content-aware-sidebars.php:946
234
+ msgid ""
235
+ "Content added to a condition group uses logical conjunction, while condition"
236
+ " groups themselves use logical disjunction. This means that content added to"
237
+ " a group should be associated, as they are treated as such, and that the "
238
+ "groups do not interfere with each other. Thus it is possible to have both "
239
+ "extremely focused and at the same time distinct conditions."
240
+ msgstr "Koşullu gruba eklenen içerikler mantıksal bağlantı kullanırken koşullu gruplar kendileri mantıksal ayrım kullanırlar.Bu şu anlama gelir gruplara eklenen içerikler birbirleriyle bağlantılı oldukları kadar, çekirdekli bir yapıya da sahiptirler, ve bu sistem sayesinde gruplar birbirine müdahale etmezler.Bu farklı koşullu grupların hepsi bir aradayken dahi çok iyi bir odaklanmayı mümkün kılar."
241
+
242
+ #: ../content-aware-sidebars.php:949
243
+ msgid "More Information"
244
+ msgstr "Daha Fazla Bilgi"
245
+
246
+ #: ../content-aware-sidebars.php:951
247
+ msgid "Get Support"
248
+ msgstr "Destek Al"
249
+
250
+ #: ../content-aware-sidebars.php:982
251
+ msgid ""
252
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
253
+ " of the upcoming Premium Bundle*!"
254
+ msgstr "Content Aware Sidebar'ı kendi dilinize çevirin ve yeni gelecek Premium Pakette BETA test edici olun*!"
255
+
256
+ #: ../content-aware-sidebars.php:983
257
+ msgid "Translate Now"
258
+ msgstr "Şimdi Çevir"
259
+
260
+ #: ../content-aware-sidebars.php:984
261
+ msgid "Get Premium Bundle"
262
+ msgstr "Premium Paketi Al"
263
+
264
+ #: ../content-aware-sidebars.php:985
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Tek-site kullanımı.BETA içerikler prodüksiyon sitelerinde kullanım için önerilmez."
268
+
269
+ #: ../content-aware-sidebars.php:988
270
+ msgid "Partial Feature List"
271
+ msgstr "Kısmi Özellik Listesi"
272
+
273
+ #: ../content-aware-sidebars.php:990
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Sidebarları Gönderi Düzenleme ekranından seç ve editle "
276
+
277
+ #: ../content-aware-sidebars.php:991
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "wildcards kullanılırken sidebarları URL'ler ile beraber göster "
280
+
281
+ #: ../content-aware-sidebars.php:992
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr "Sidebarları Kişilerin Rolleriyle beraber göster"
284
+
285
+ #: ../content-aware-sidebars.php:993
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Sidebarları BudyPress Üye Gruplarıyla beraber göster"
288
+
289
+ #: ../content-aware-sidebars.php:994
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Sidebar sütunları Gönderi Türü ve Sınıflandırma Ekranı içinde"
292
+
293
+ #: ../content-aware-sidebars.php:1018
294
+ msgid ""
295
+ "Click to edit a group or create a new one. Select content on the left to add"
296
+ " it. In each group, you can combine different types of associated content."
297
+ msgstr "Düzenlemek için tıkla veya yeni bir tane oluştur.Eklemek için sol taraftan içerik seç.Her gurubun içinde farklı türleri tek ilişkili içerik haline getirebilirsiniz."
298
+
299
+ #: ../content-aware-sidebars.php:1019
300
+ msgid "Display sidebar with"
301
+ msgstr "Sidebarı beraber göster"
302
+
303
+ #: ../content-aware-sidebars.php:1024
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr "İçerik yok."
308
+
309
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
+ msgid "Save"
311
+ msgstr "Kaydet"
312
+
313
+ #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
+ msgid "Cancel"
315
+ msgstr "İptal Et"
316
+
317
+ #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
+ msgid "Remove"
319
+ msgstr "Sil"
320
+
321
+ #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
+ msgid "Or"
323
+ msgstr "Yada"
324
+
325
+ #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
+ #: ../content-aware-sidebars.php:1177
327
+ msgid "Unauthorized request"
328
+ msgstr "Yetkisiz istek"
329
+
330
+ #: ../content-aware-sidebars.php:1135
331
+ msgid "Condition group cannot be empty"
332
+ msgstr "Koşullu grup boş olamaz"
333
+
334
+ #: ../content-aware-sidebars.php:1149
335
+ msgid "Condition group saved"
336
+ msgstr "grubu kaydedildi"
337
+
338
+ #: ../content-aware-sidebars.php:1182
339
+ msgid "Condition group could not be removed"
340
+ msgstr "Koşullu grup silinemiyor"
341
+
342
+ #: ../content-aware-sidebars.php:1187
343
+ msgid "Condition group removed"
344
+ msgstr "Koşullu grup silindi"
345
+
346
+ #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
+ msgid "Order"
348
+ msgstr "Sipariş"
349
+
350
+ #: ../content-aware-sidebars.php:1263
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr "Bu eklentiyi sevdiyseniz, geliştirilmesinin devam edebilmesi için lütfen bağışta bulunun."
355
+
356
+ #: ../content-aware-sidebars.php:1272
357
+ msgid "Or you could:"
358
+ msgstr "Yada nasıl yapabilirsen:"
359
+
360
+ #: ../content-aware-sidebars.php:1274
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr "Eklentiyi WordPress.org'da Oyla"
363
+
364
+ #: ../content-aware-sidebars.php:1275
365
+ msgid "Link to the plugin page"
366
+ msgstr "Eklenti sayfasına bağla"
367
+
368
+ #: ../content-aware-sidebars.php:1276
369
+ msgid "Translate the plugin into your language"
370
+ msgstr "Eklentiyi kendi dilinize çevirin"
371
+
372
+ #: ../content-aware-sidebars.php:1403
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr "Bu grubu ve içeriğini kalıcı olarak sil?"
375
+
376
+ #: ../content-aware-sidebars.php:1404
377
+ msgid "No results found."
378
+ msgstr "Sonuç bulunamadı."
379
+
380
+ #: ../content-aware-sidebars.php:1405
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr "Şuan ki grup kaydedilmemiş ayarlara sahip.Devam etmek isterseniz yaptıklarınız kaydedilmeyecek? "
385
+
386
+ #: ../content-aware-sidebars.php:1419
387
+ msgid "Edit"
388
+ msgstr "Düzenle"
389
+
390
+ #: ../modules/author.php:28
391
+ msgid "Authors"
392
+ msgstr "Yazarlar"
393
+
394
+ #: ../modules/bbpress.php:29
395
+ msgid "bbPress User Profiles"
396
+ msgstr "bbPress Kişi Profilleri"
397
+
398
+ #: ../modules/bp_member.php:27
399
+ msgid "BuddyPress Members"
400
+ msgstr "BuddyPress Üyeleri"
401
+
402
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
403
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:295
404
+ msgid "View All"
405
+ msgstr "Hepsini Göster"
406
+
407
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
408
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
409
+ msgid "Add to Group"
410
+ msgstr "Gruba ekle"
411
+
412
+ #: ../modules/casmodule.php:126
413
+ #, php-format
414
+ msgid "Display with All %s"
415
+ msgstr "Hepsini %s ile göster"
416
+
417
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
418
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
419
+ #: ../modules/taxonomy.php:301 ../modules/taxonomy.php:304
420
+ msgid "Search"
421
+ msgstr "Ara"
422
+
423
+ #: ../modules/casmodule.php:223
424
+ #, php-format
425
+ msgid "All %s"
426
+ msgstr "Hepsi %s"
427
+
428
+ #: ../modules/page_template.php:28
429
+ msgid "Page Templates"
430
+ msgstr "Sayfa Şablonları"
431
+
432
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
433
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
434
+ msgid "Languages"
435
+ msgstr "Diller"
436
+
437
+ #: ../modules/post_type.php:34
438
+ msgid "Post Types"
439
+ msgstr "Gönderi Türleri"
440
+
441
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
442
+ #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
443
+ msgid "Automatically select new children of a selected ancestor"
444
+ msgstr "Seçilen üst öğenin yeni üyesini otomatik olarak seç"
445
+
446
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
+ #, php-format
448
+ msgid "Display with %s"
449
+ msgstr "İsimle beraber göster %s"
450
+
451
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
+ msgid "No items."
453
+ msgstr "Girdi Yok"
454
+
455
+ #: ../modules/post_type.php:262
456
+ msgid "Most Recent"
457
+ msgstr "En Son Sayfalar"
458
+
459
+ #: ../modules/static.php:29
460
+ msgid "Static Pages"
461
+ msgstr "Statik Sayfalar"
462
+
463
+ #: ../modules/static.php:40
464
+ msgid "Front Page"
465
+ msgstr "Baş Sayfa"
466
+
467
+ #: ../modules/static.php:41
468
+ msgid "Search Results"
469
+ msgstr "Arama Sonuçları"
470
+
471
+ #: ../modules/static.php:42
472
+ msgid "404 Page"
473
+ msgstr "404 Sayfası"
474
+
475
+ #: ../modules/taxonomy.php:40
476
+ msgid "Taxonomies"
477
+ msgstr "Sınıflandırmalar"
478
+
479
+ #: ../modules/taxonomy.php:290
480
+ msgid "Most Used"
481
+ msgstr "Çok Kullanılanlar"
lang/content-aware-sidebars-zh_CN.mo CHANGED
Binary file
lang/content-aware-sidebars-zh_CN.po CHANGED
@@ -1,14 +1,15 @@
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-11-05 01:08-0800\n"
10
- "PO-Revision-Date: 2014-11-05 10:24+0000\n"
11
- "Last-Translator: Joachim <jv@intox.dk>\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"
@@ -206,7 +207,7 @@ msgstr "请更新主边栏"
206
 
207
  #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
- msgstr ""
210
 
211
  #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
@@ -214,7 +215,7 @@ msgstr "管理小工具"
214
 
215
  #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
- msgstr ""
218
 
219
  #: ../content-aware-sidebars.php:913
220
  msgid "Content"
@@ -251,44 +252,44 @@ msgstr "技术支持"
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
- msgstr ""
255
 
256
  #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
- msgstr ""
259
 
260
  #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
- msgstr ""
263
 
264
  #: ../content-aware-sidebars.php:985
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
- msgstr ""
268
 
269
  #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
- msgstr ""
272
 
273
  #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
- msgstr ""
276
 
277
  #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
- msgstr ""
280
 
281
  #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
- msgstr ""
284
 
285
  #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
- msgstr ""
288
 
289
  #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
- msgstr ""
292
 
293
  #: ../content-aware-sidebars.php:1018
294
  msgid ""
@@ -320,7 +321,7 @@ msgstr "删除"
320
 
321
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
- msgstr ""
324
 
325
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
  #: ../content-aware-sidebars.php:1177
@@ -345,7 +346,7 @@ msgstr "已删除条件组"
345
 
346
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
- msgstr ""
349
 
350
  #: ../content-aware-sidebars.php:1263
351
  msgid ""
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
+ # Johnny Wong <wcybrick@gmail.com>, 2014
5
  # tkjune <tkjune@gmail.com>, 2014
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Content Aware Sidebars\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
10
  "POT-Creation-Date: 2014-11-05 01:08-0800\n"
11
+ "PO-Revision-Date: 2014-11-19 10:46+0000\n"
12
+ "Last-Translator: Johnny Wong <wcybrick@gmail.com>\n"
13
  "Language-Team: Chinese (http://www.transifex.com/projects/p/content-aware-sidebars/language/zh/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
207
 
208
  #: ../content-aware-sidebars.php:506
209
  msgid "Widgets"
210
+ msgstr "小工具"
211
 
212
  #: ../content-aware-sidebars.php:642
213
  msgid "Manage Widgets"
215
 
216
  #: ../content-aware-sidebars.php:897
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr "获取免费自由定制边栏加強版"
219
 
220
  #: ../content-aware-sidebars.php:913
221
  msgid "Content"
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
+ msgstr "译内自由定制边栏到你的语言,即可成为加強版的beta测试員* !"
256
 
257
  #: ../content-aware-sidebars.php:983
258
  msgid "Translate Now"
259
+ msgstr "即時翻译"
260
 
261
  #: ../content-aware-sidebars.php:984
262
  msgid "Get Premium Bundle"
263
+ msgstr "获取自由定制边栏加強版"
264
 
265
  #: ../content-aware-sidebars.php:985
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr "单一网站使用。 BETA意味着它不建议商业。"
269
 
270
  #: ../content-aware-sidebars.php:988
271
  msgid "Partial Feature List"
272
+ msgstr "部分功能列表"
273
 
274
  #: ../content-aware-sidebars.php:990
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
+ msgstr "选择并建立后期编辑屏幕的侧边栏"
277
 
278
  #: ../content-aware-sidebars.php:991
279
  msgid "Display sidebars with URLs using wildcards"
280
+ msgstr "使用通配符的URL显示侧边栏"
281
 
282
  #: ../content-aware-sidebars.php:992
283
  msgid "Display sidebars with User Roles"
284
+ msgstr "边栏顯示用戶角色"
285
 
286
  #: ../content-aware-sidebars.php:993
287
  msgid "Display sidebars with BuddyPress User Groups"
288
+ msgstr "以BuddyPress的用户组显示侧边栏"
289
 
290
  #: ../content-aware-sidebars.php:994
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
+ msgstr "在帖子的类型和分类概述加侧边栏列"
293
 
294
  #: ../content-aware-sidebars.php:1018
295
  msgid ""
321
 
322
  #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
323
  msgid "Or"
324
+ msgstr ""
325
 
326
  #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
327
  #: ../content-aware-sidebars.php:1177
346
 
347
  #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
348
  msgid "Order"
349
+ msgstr "訂單"
350
 
351
  #: ../content-aware-sidebars.php:1263
352
  msgid ""
readme.txt CHANGED
@@ -1,437 +1,462 @@
1
- === Plugin Name ===
2
- Contributors: intoxstudio
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE6A72LEN4&lc=US&item_name=WordPress%20Plugin%3a%20Content%20Aware%20Sidebars&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
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.5
8
- License: GPLv3
9
-
10
- Create and display sidebars according to the content being viewed.
11
-
12
- == Description ==
13
-
14
- Manage an infinite number of sidebars.
15
- Boost on-site SEO with better Calls to Action by controlling what content your sidebars should be displayed with.
16
- The sidebar manager makes it incredibly easy for anyone to create flexible, dynamic sidebars without the need of code.
17
- Developed with speed and performance in mind and will add no extra database tables or table columns.
18
-
19
- = Features =
20
-
21
- * Easy-to-use Sidebar Manager
22
- * Widget management integration in Theme Customizer (WP3.9+)
23
- * Display sidebars with all or specific:
24
- * Singulars - e.g. posts or pages
25
- * (Custom) Post Types
26
- * Singulars with given (custom) taxonomies or taxonomy terms - e.g. categories or tags
27
- * Singulars by a given author
28
- * Page Templates
29
- * Post Formats
30
- * Post Type Archives
31
- * Author Archives
32
- * (Custom) Taxonomy Archives or Taxonomy Term Archives
33
- * Search Results
34
- * 404 Page
35
- * Front Page
36
- * bbPress User Profiles
37
- * BuddyPress Member Pages
38
- * Languages (qTranslate, Polylang, Transposh, WPML)
39
- * **Any combination of the above**
40
- * Sidebars can automatically merge with or replace others
41
- * Create complex content with nested sidebars
42
- * Private sidebars only for members
43
- * Schedule sidebars for later publishing
44
- * Template Tag to display content aware sidebars anywhere in your theme
45
- * **NEW:** Shortcode to display sidebars anywhere in your content
46
-
47
- = Builtin Plugin Support =
48
-
49
- * bbPress (v2.0.2+)
50
- * BuddyPress (v1.6.2+)
51
- * qTranslate (v2.5.29+)
52
- * Polylang (v1.2+)
53
- * Transposh Translation Filter (v0.9.5+)
54
- * [WPML Multilingual Blog/CMS (v2.4.3+) Tested and certified](http://wpml.org/plugin/content-aware-sidebars/)
55
-
56
- = Translations =
57
-
58
- * Chinese (zh_CN): [Joe Tze](http://tkjune.com)
59
- * Danish (da_DK): [Joachim Jensen](http://www.intox.dk/)
60
- * Dutch (nl_NL): [Dennis Beckers](https://www.transifex.com/accounts/profile/denisbeckers/)
61
- * German (de_DE): Enno Wulff
62
- * Hungarian (hu_HU): Kis Lukács
63
- * Italian (it_IT): [Luciano Del Fico](http://www.myweb2.it/)
64
- * Latvian (lv_LV): Haralds Gribusts
65
- * Lithuanian (lt_LT): Vincent G
66
- * Polish (pl_PL): [Marta Jasiuk](http://linkedin.com/in/martajasiuk)
67
- * Portuguese (Brazilian): (pt_BR) [Marcelo Ghelman](https://www.transifex.com/accounts/profile/marcelo.ghelman/)
68
- * Russian (ru_RU): [Ilya Trofimov](https://www.transifex.com/accounts/profile/iltrof/)
69
- * Serbian (sr_RS): [Ogi Djuraskovic](http://firstsiteguide.com/)
70
- * Slovak (sk_SK): Branco
71
- * Spanish (es_ES)
72
- * Ukranian (uk_UA): [Michael Yunat](http://getvoip.com)
73
-
74
- Do you want to contribute and see your name here?
75
-
76
- [Click to go to Transifex.com 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.
77
-
78
- = For more information =
79
-
80
- * [Documentation](http://www.intox.dk/en/plugin/content-aware-sidebars-en/)
81
- * [Follow development on Github](https://github.com/intoxstudio/content-aware-sidebars)
82
- * [Intox Studio on Facebook](https://www.facebook.com/intoxstudio)
83
- * [Intox Studio on Twitter](https://twitter.com/intoxstudio)
84
-
85
- == Installation ==
86
-
87
- 1. Upload the full plugin directory to your `/wp-content/plugins/` directory or install the plugin through `Plugins` in the administration
88
- 1. Activate the plugin through `Plugins` in the administration
89
- 1. Have fun creating your first sidebar under the menu *Sidebars > Add New*
90
- 1. Optional: Insert Template Tag `<?php display_ca_sidebar( $args ); ?>` in your theme for manually handled sidebars
91
- 1. Optional: Insert Shortcode `[ca-sidebar id=]` in some content for manually handled sidebars
92
-
93
- == Frequently Asked Questions ==
94
-
95
- [Click here to go to the official FAQ page for Content Aware Sidebars](http://www.intox.dk/en/plugin/content-aware-sidebars-en/faq/).
96
-
97
- == Screenshots ==
98
-
99
- 1. Add a new Content Aware Sidebar to be displayed with all Posts that contains the category Very Categorized. It replaces `Primary Sidebar`
100
- 2. Simple overview of all created Content Aware Sidebars
101
- 3. Add widgets to the newly added sidebar
102
- 4. Viewing front page of site. `Primary Sidebar` is displayed
103
- 5. Viewing a Post that contains Very Categorized. `Very Categorized Posts` sidebar has replaced `Primary Sidebar`
104
-
105
- == Upgrade Notice ==
106
-
107
- = 2.0 =
108
-
109
- * Content Aware Sidebars data in your database will be updated automatically. It is highly recommended to backup this data before updating the plugin.
110
- * Minimum WordPress version compatibility is now 3.3.
111
-
112
- = 1.1 =
113
-
114
- * Content Aware Sidebars data in your database will be updated automatically. Remember to backup this data before updating the plugin.
115
-
116
- = 0.8 =
117
-
118
- * Content Aware Sidebars data in your database will be updated automatically. Remember to backup this data before updating the plugin.
119
-
120
- = 0.5 =
121
-
122
- * Note that the plugin now requires at least WordPress 3.1 because of post type archives.
123
-
124
- = 0.4 =
125
-
126
- * All current custom sidebars have to be updated after plugin upgrade due to the new archive rules
127
-
128
- = 0.1 =
129
-
130
- * Hello World
131
-
132
- == Changelog ==
133
-
134
- = 2.5 =
135
-
136
- * Added: ca-sidebar shortcode
137
- * Added: serbian and dutch translations
138
- * Added: teaser meta box
139
- * Added: shortcode is displayed when selecting manual handle in sidebar editor
140
- * Added: description can be added to modules
141
- * Added: generic module callback for ajax allowing search and pagination to use same request
142
- * Added: or-separator between condition groups in editor
143
- * Fixed: headers already sent error on ajax request
144
-
145
- = 2.4.3 =
146
-
147
- * Fixed: german translation properly included
148
-
149
- = 2.4.2 =
150
-
151
- * Added: polish, brazilian portuguese and russian translations
152
- * Fixed: "auto-select new children of selected ancestors" caused new top level post types to be selected
153
- * Fixed: "auto-select new children of selected ancestors" for taxonomies could prevent sidebar from being displayed
154
-
155
- = 2.4.1 =
156
-
157
- * Fixed: authors found via search in sidebar editor could not be saved
158
- * Fixed: displaying max 20 authors in search results instead of 10
159
- * Fixed: improved ux design for sidebars in widgets screen
160
-
161
- = 2.4 =
162
-
163
- * Added: compatibility with wp4.0
164
- * Added: better ux design for condition groups
165
- * Added: better ux design for sidebars in widgets screen, including an edit link
166
- * Added: dashicon for admin menu (wp3.8+)
167
- * Fixed: using some newer wordpress actions and filters for admin columns
168
- * Fixed: sidebars could be fetched and prepared in administration
169
-
170
- = 2.3 =
171
-
172
- * Added: ukranian translation
173
- * Added: error if trying to access php files directly
174
- * Added: bbpress, bp_member, polylang, qtranslate, transposh and wpml modules are more robust
175
- * Added: content rule boxes can be hidden in screen options in sidebar editor
176
- * Added: help tab in sidebar editor
177
- * Added: widgets count column in sidebar overview
178
- * Added: menu order moved to options meta box in sidebar editor
179
- * Fixed: merge position option hidden on forced replace handle
180
- * Fixed: polylang compatibility now 1.2+
181
- * Fixed: width of columns in sidebar overview
182
- * Removed: exposure column in sidebar overview
183
-
184
- = 2.2.1 =
185
-
186
- * Fixed: taxonomy archive conditions did not work with other modules properly
187
- * Fixed: removed display limit of 20 for saved post type conditions
188
- * Fixed: saved post type conditions ordered alphabetically
189
-
190
- = 2.2 =
191
-
192
- * Added: sidebar displayed in theme customizer (wp3.4+)
193
- * Added: widget management integration in theme customizer (wp3.9+)
194
- * Added: handle for forced replace
195
- * Fixed: reduced database queries in sidebar editor
196
- * Fixed: disable all add to group buttons before creating first condition group
197
-
198
- = 2.1 =
199
-
200
- * Added: empty condition groups cannot be saved
201
- * Added: confirmation on various condition group actions in sidebar editor
202
- * Added: improved ux design for sidebar editor
203
- * Added: chinese translation
204
- * Added: wp3.9 compatibility
205
- * Fixed: transposh compatibility now 0.9.5+
206
- * Fixed: removed warnings for auto-select new children functionality
207
- * Fixed: unprivileged users could in theory make, but never successfully execute, ajax requests for sidebar editor
208
- * Fixed: removed warning in widgets screen when handle is not set
209
-
210
- = 2.0.3 =
211
-
212
- * Fixed: taxonomy pagination in sidebar editor
213
- * Fixed: categories found in search can now be saved. props Xandoc
214
-
215
- = 2.0.2 =
216
-
217
- * Fixed: terms caused a sidebar to be displayed on all pages
218
-
219
- = 2.0.1 =
220
-
221
- * Fixed: admin menu would in some cases be overwritten by other plugins
222
-
223
- = 2.0 =
224
-
225
- * Added: condition groups
226
- * Added: gui and uxd overhaul for sidebar editor
227
- * Added: pagination for taxonomies in sidebar editor
228
- * Added: pagination for post types in sidebar editor
229
- * Added: mysql 5.6+ compatibility
230
- * Added: more efficient uninstall process
231
- * Added: easier for developers to extend and manipulate content support
232
- * Added: wp3.8 and mp6 compatibility
233
- * Added: german translation
234
- * Added: hungarian translation
235
- * Added: latvian translation
236
- * Added: spanish translation
237
- * Added: all conditions follow a strict logical "and" operator per group
238
- * Fixed: scripts and styles only loaded on sidebar administrative pages
239
- * Fixed: slovak translation now recognized
240
- * Fixed: paths to assets compatible with ssl
241
- * Removed: jquery ui autocomplete and accordion
242
-
243
- = 1.3.5 =
244
-
245
- * Fixed: menu would disappear in rare cases. Props grezvany13
246
- * Fixed: search function now searches in title and slug (not content) for post types
247
- * Added: search function displays at most 20 results instead of 10
248
-
249
- = 1.3.4 =
250
-
251
- * Fixed: cas_walker_checklist now follows walker declaration for wp3.6
252
- * Fixed: content list in accordion now not scrollable
253
- * Fixed: only terms from public taxonomies are included for content recognition.
254
- * Fixed: polylang fully supported again
255
- * Fixed: consistent css across wp versions
256
- * Removed: flushing rewrite rules on activation/deactivation is needless
257
-
258
- = 1.3.3 =
259
-
260
- * Added: html placeholder in search field
261
- * Added: items already displayed in edit page moved to top and checked when found in search
262
- * Fixed: private and scheduled singulars included in search results
263
- * Fixed: search results displayed in ascending order
264
-
265
- = 1.3.2 =
266
-
267
- * Added: items found in search now added to list directly on select
268
- * Fixed: some terms found by search could not be saved
269
- * Fixed: widget locations are saved again for each theme
270
-
271
- = 1.3.1 =
272
-
273
- * Added: authors and bbpress user profiles now searchable on edit page
274
- * Added: items found in search on edit page are prepended and checked by default
275
- * Added: updated edit page gui
276
- * Added: search field only visible when quantity is above 20
277
- * Fixed: select all checkbox will now disable all input in container
278
- * Fixed: host sidebar could sometimes not be found in sidebar list
279
-
280
- = 1.3 =
281
-
282
- * Added: post type posts and taxonomy terms now searchable on edit page
283
- * Added: sidebar handle and host shown on widgets page
284
- * Added: slovak translation
285
- * Fixed: sidebar meta boxes more robust to external modifications
286
- * Fixed: admin column headers more robust to external modifications
287
- * Fixed: sidebar menu now always hidden for users without right cap
288
- * Fixed: code optimization and refactor for performance
289
- * Removed: support for sidebar excerpt
290
-
291
- = 1.2 =
292
-
293
- * Added: polylang support
294
- * Added: buddypress support
295
- * Added: managing sidebars now requires edit_theme_options cap
296
- * Added: bbpress user profile has own rules instead of author rules
297
- * Added: filter for content recognition
298
- * Added: auto-select new children of selected taxonomy or post type ancestor
299
-
300
- = 1.1.2 =
301
-
302
- * Added: wordpress 3.5 compatibility
303
- * Fixed: slight css changes on edit screen
304
- * Fixed: "show with all" checkbox toggles other checkboxes correctly
305
-
306
- = 1.1.1 =
307
-
308
- * Fixed: slight css changes on edit screen
309
- * Fixed: tick.png included
310
- * Fixed: taxonomy terms could influence each other in rare cases
311
- * Fixed: taxonomy wide rules for taxonomy archives
312
- * Fixed: cache caused db update module to skip 1.1 update if going from 0
313
-
314
- = 1.1 =
315
-
316
- * Added: improved gui on edit screen including content accordion
317
- * Added: bbpress forum-topic dependency
318
- * Added: sidebars hidden on password protected content
319
- * Added: relevant usermeta cleared on plugin deletion
320
- * Fixed: performance gain by dropping serialized metadata
321
- * Fixed: database data update module revised
322
- * Fixed: css class in posts and terms walker
323
- * Fixed: limit of max 200 of each content type on edit screen (temp)
324
- * Fixed: style and scripts loaded properly
325
- * Removed: individual content meta boxes on edit screen
326
-
327
- = 1.0 =
328
-
329
- * Added: plugin rewritten to flexible modular system
330
- * Added: builtin support for bbpress, qtranslate, transposh, wpml
331
- * Added: lithuanian translation
332
- * Fixed: all present rules now dependent of each other
333
- * Fixed: sidebar update messages
334
- * Fixed: specific hooks now not sitewide
335
- * Fixed: better use of meta cache
336
- * Fixed: dir structure
337
- * Fixed: unexpected output notice on plugin activation
338
-
339
- = 0.8.3 =
340
-
341
- * Added: danish and italian translation
342
- * Fixed: sidebar query might be larger than max_join_size
343
- * Fixed: row content in admin overview would be loaded with post types with matching keys
344
-
345
- = 0.8.2 =
346
-
347
- * Fixed: new rules caused issues with post types with taxonomies
348
-
349
- = 0.8.1 =
350
-
351
- * Fixed: several checks for proper widget and sidebar removal
352
-
353
- = 0.8 =
354
-
355
- * Added: some rules are dependent of each other if present
356
- * Added: widgets in removed sidebars will be removed too
357
- * Added: database data update module
358
- * Added: rewrite rules flushed on plugin deactivation
359
- * Added: data will be removed when plugin is uninstalled
360
- * Added: icon-32 is back
361
- * Added: message if a host is not available in sidebar overview
362
- * Fixed: prefixed data
363
- * Fixed: data hidden from custom fields
364
- * Fixed: manage widgets link removed from trashed sidebars
365
- * Fixed: view sidebar link removed in wp3.1.x
366
- * Fixed: all custom taxonomies could not be removed again when assigned to sidebar
367
- * Fixed: altered options meta box on edit screen
368
- * Fixed: check if host of sidebar exists before handling it
369
-
370
- = 0.7 =
371
-
372
- * Added: sidebars will be displayed even if empty (i.e. hidden)
373
- * Added: author rules on singulars and archives
374
- * Added: page template rules
375
- * Added: javascript handling for disabling/enabling specific input on editor page
376
- * Fixed: minor tweak for full compatibility with wp3.3
377
- * Fixed: function for meta boxes is called only on editor page
378
- * Fixed: proper column sorting in administration
379
- * Fixed: specific post type label not supported in wp3.1.x
380
- * Fixed: type (array) not supported as post_status in get_posts() in wp3.1.x
381
- * Fixed: code cleanup
382
-
383
- = 0.6.3 =
384
-
385
- * Added: scheduled and private singulars are selectable in sidebar editor
386
- * Added: combined cache for manual and automatically handled sidebars
387
- * Added: display_ca_sidebar accepts specific ids to be included
388
- * Fixed: only a limited amount of sidebars were present in widgets area
389
- * Fixed: better caching in sidebar editor
390
- * Fixed: page list in sidebar editor could behave incorrectly if some pages were static
391
-
392
- = 0.6.2 =
393
-
394
- * Fixed: array_flip triggered type mismatch errors in some cases
395
-
396
- = 0.6.1 =
397
-
398
- * Fixed: an image caused headers already sent error
399
-
400
- = 0.6 =
401
-
402
- * Added: sidebars can be set with specific singulars
403
- * Added: sidebars can be set with specific post formats
404
- * Added: updated gui
405
- * Fixed: draft sidebars save meta
406
-
407
- = 0.5 =
408
-
409
- * Added: search, 404, front page rules now supported
410
- * Fixed: custom tax and terms are now supported properly (again)
411
-
412
- = 0.4 =
413
-
414
- * Added: post type archives, taxonomy archives and taxonomy terms archives now supported
415
- * Added: taxonomy rules
416
- * Added: removable donation button
417
- * Fixed: faster!
418
-
419
- = 0.3 =
420
-
421
- * Added: sidebars can now be private
422
- * Fixed: taxonomy terms are now supported by template function
423
- * Fixed: faster rule recognition and handling
424
- * Fixed: custom taxonomies are now supported properly
425
- * Fixed: error if several sidebars had taxonomy terms rules
426
-
427
- = 0.2 =
428
-
429
- * Added: taxonomy terms rules
430
- * Added: optional description for sidebars
431
- * Added: display_ca_sidebar also accepts URL-style string as parameter
432
- * Fixed: saving meta now only kicks in with sidebar types
433
- * Fixed: archives are not singulars and will not be treated like them
434
-
435
- = 0.1 =
436
-
437
- * First stable release
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Plugin Name ===
2
+ Contributors: intoxstudio
3
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE6A72LEN4&lc=US&item_name=WordPress%20Plugin%3a%20Content%20Aware%20Sidebars&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4
+ Tags: sidebar, widget, widget area, custom sidebars, dynamic sidebar, replace sidebar, create sidebar, sidebar generator, sidebar plugin, replace widget area, merge widget area, create widget area, context aware, conditional, seo, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
5
+ Requires at least: 3.3
6
+ Tested up to: 4.1
7
+ Stable tag: 2.5.3
8
+ License: GPLv3
9
+
10
+ Create and display custom sidebars according to the content being viewed.
11
+
12
+ == Description ==
13
+
14
+ Manage an infinite number of sidebars.
15
+ Boost on-site SEO with better Calls to Action by controlling what content or context your sidebars should be displayed with.
16
+ The sidebar manager makes it incredibly easy for anyone to create dynamic, custom sidebars without the need of code.
17
+
18
+ Developed with functionality and performance in mind, Content Aware Sidebars is the only plugin of its kind that will never hog or slow down your site.
19
+
20
+ = Lots of awesome Features =
21
+
22
+ * Easy-to-use Sidebar Manager
23
+ * Widget management integration in Theme Customizer (WP3.9+)
24
+ * Display sidebars with all or specific:
25
+ * Singulars - e.g. posts or pages
26
+ * (Custom) Post Types
27
+ * Singulars with given (custom) taxonomies or taxonomy terms - e.g. categories or tags
28
+ * Singulars by a given author
29
+ * Page Templates
30
+ * Post Formats
31
+ * Post Type Archives
32
+ * Author Archives
33
+ * (Custom) Taxonomy Archives or Taxonomy Term Archives
34
+ * Search Results
35
+ * 404 Page
36
+ * Front Page
37
+ * bbPress User Profiles
38
+ * BuddyPress Member Pages
39
+ * Languages (qTranslate, Polylang, Transposh, WPML)
40
+ * **Any combination of the above**
41
+ * Sidebars can automatically merge with or replace others
42
+ * Create complex content with nested sidebars
43
+ * Private sidebars only for members
44
+ * Schedule sidebars for later publishing
45
+ * Template Tag to display content aware sidebars anywhere in your theme
46
+ * **NEW:** Shortcode to display sidebars anywhere in your content
47
+
48
+ = Integrated Support for Popular Plugins =
49
+
50
+ * bbPress (v2.0.2+)
51
+ * BuddyPress (v1.6.2+)
52
+ * qTranslate (v2.5.29+)
53
+ * Polylang (v1.2+)
54
+ * Transposh Translation Filter (v0.9.5+)
55
+ * [WPML Multilingual Blog/CMS (v2.4.3+) Tested and certified](http://wpml.org/plugin/content-aware-sidebars/)
56
+
57
+ = Multilingual and Translation Ready =
58
+
59
+ * Catalan (ca)
60
+ * Chinese (zh_CN)
61
+ * Danish (da_DK)
62
+ * Dutch (nl_NL)
63
+ * German (de_DE)
64
+ * Hungarian (hu_HU)
65
+ * Italian (it_IT)
66
+ * Latvian (lv_LV)
67
+ * Lithuanian (lt_LT)
68
+ * Norwegian Bokmål (nb_NO)
69
+ * Polish (pl_PL)
70
+ * Portuguese, Brazilian (pt_BR)
71
+ * Russian (ru_RU)
72
+ * Serbian (sr_RS)
73
+ * Slovak (sk_SK)
74
+ * Spanish (es_ES)
75
+ * Turkish (tr_TR)
76
+ * Ukranian (uk_UA)
77
+
78
+ **Thanks to the translators:**
79
+
80
+ ********
81
+ [keystorm](https://www.transifex.com/accounts/profile/keystorm/), [wcybrick](https://www.transifex.com/accounts/profile/wcybrick/), [tkjune](https://www.transifex.com/accounts/profile/tkjune/), [denisbeckers](https://www.transifex.com/accounts/profile/denisbeckers/), [akuhl](https://www.transifex.com/accounts/profile/akuhl/), [henrik.heil](https://www.transifex.com/accounts/profile/henrik.heil/), [ewx](https://www.transifex.com/accounts/profile/ewx/), [Neftigon](https://www.transifex.com/accounts/profile/Neftigon/), [Lucky65](https://www.transifex.com/accounts/profile/Lucky65/), [syruas](https://www.transifex.com/accounts/profile/syruas/), [PaalJoachim](https://www.transifex.com/accounts/profile/PaalJoachim/), [ibushi](https://www.transifex.com/accounts/profile/ibushi/), [marcelo.ghelman](https://www.transifex.com/accounts/profile/marcelo.ghelman/), [ahmetyilmaz](https://www.transifex.com/accounts/profile/ahmetyilmaz/), [iltrof](https://www.transifex.com/accounts/profile/iltrof/)
82
+ ********
83
+ Branco, Haralds Gribusts, Michael Yunat, Ogi Djuraskovic, Vincent G
84
+
85
+ Do you want to contribute and see your name here?
86
+
87
+ [Click to go to Transifex.com 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.
88
+
89
+ = For more information =
90
+
91
+ * [Documentation](http://www.intox.dk/en/plugin/content-aware-sidebars-en/)
92
+ * [Follow development on Github](https://github.com/intoxstudio/content-aware-sidebars)
93
+ * [Intox Studio on Facebook](https://www.facebook.com/intoxstudio)
94
+ * [Intox Studio on Twitter](https://twitter.com/intoxstudio)
95
+
96
+ == Installation ==
97
+
98
+ 1. Upload the full plugin directory to your `/wp-content/plugins/` directory or install the plugin through `Plugins` in the administration
99
+ 1. Activate the plugin through `Plugins` in the administration
100
+ 1. Have fun creating your first sidebar under the menu *Sidebars > Add New*
101
+ 1. Optional: Insert Template Tag `<?php display_ca_sidebar( $args ); ?>` in your theme for manually handled sidebars
102
+ 1. Optional: Insert Shortcode `[ca-sidebar id=]` in some content for manually handled sidebars
103
+
104
+ == Frequently Asked Questions ==
105
+
106
+ [Click here to go to the official FAQ page for Content Aware Sidebars](http://www.intox.dk/en/plugin/content-aware-sidebars-en/faq/).
107
+
108
+ == Screenshots ==
109
+
110
+ 1. Add a new Content Aware Sidebar to be displayed with all Posts that contains the category Very Categorized. It replaces `Primary Sidebar`
111
+ 2. Simple overview of all created Content Aware Sidebars
112
+ 3. Add widgets to the newly added sidebar
113
+ 4. Viewing front page of site. `Primary Sidebar` is displayed
114
+ 5. Viewing a Post that contains Very Categorized. `Very Categorized Posts` sidebar has replaced `Primary Sidebar`
115
+
116
+ == Upgrade Notice ==
117
+
118
+ = 2.0 =
119
+
120
+ * Content Aware Sidebars data in your database will be updated automatically. It is highly recommended to backup this data before updating the plugin.
121
+ * Minimum WordPress version compatibility is now 3.3.
122
+
123
+ = 1.1 =
124
+
125
+ * Content Aware Sidebars data in your database will be updated automatically. Remember to backup this data before updating the plugin.
126
+
127
+ = 0.8 =
128
+
129
+ * Content Aware Sidebars data in your database will be updated automatically. Remember to backup this data before updating the plugin.
130
+
131
+ = 0.5 =
132
+
133
+ * Note that the plugin now requires at least WordPress 3.1 because of post type archives.
134
+
135
+ = 0.4 =
136
+
137
+ * All current custom sidebars have to be updated after plugin upgrade due to the new archive rules
138
+
139
+ = 0.1 =
140
+
141
+ * Hello World
142
+
143
+ == Changelog ==
144
+
145
+ = 2.5.3 =
146
+
147
+ * Added: catalan, norwegian bokmål and turkish translations
148
+ * Fixed: updated translations
149
+
150
+ = 2.5.2 =
151
+
152
+ * Added: delete_posts capability. fixes conflict in wp4.1
153
+ * Fixed: only get custom sidebars when $post is set. fixes conflict in wp4.1
154
+
155
+ = 2.5.1 =
156
+
157
+ * Fixed: properly include casmodule.php
158
+
159
+ = 2.5 =
160
+
161
+ * Added: ca-sidebar shortcode
162
+ * Added: serbian and dutch translations
163
+ * Added: teaser meta box
164
+ * Added: shortcode is displayed when selecting manual handle in sidebar editor
165
+ * Added: description can be added to modules
166
+ * Added: generic module callback for ajax allowing search and pagination to use same request
167
+ * Added: or-separator between condition groups in editor
168
+ * Fixed: headers already sent error on ajax request
169
+
170
+ = 2.4.3 =
171
+
172
+ * Fixed: german translation properly included
173
+
174
+ = 2.4.2 =
175
+
176
+ * Added: polish, brazilian portuguese and russian translations
177
+ * Fixed: "auto-select new children of selected ancestors" caused new top level post types to be selected
178
+ * Fixed: "auto-select new children of selected ancestors" for taxonomies could prevent sidebar from being displayed
179
+
180
+ = 2.4.1 =
181
+
182
+ * Fixed: authors found via search in sidebar editor could not be saved
183
+ * Fixed: displaying max 20 authors in search results instead of 10
184
+ * Fixed: improved ux design for sidebars in widgets screen
185
+
186
+ = 2.4 =
187
+
188
+ * Added: compatibility with wp4.0
189
+ * Added: better ux design for condition groups
190
+ * Added: better ux design for sidebars in widgets screen, including an edit link
191
+ * Added: dashicon for admin menu (wp3.8+)
192
+ * Fixed: using some newer wordpress actions and filters for admin columns
193
+ * Fixed: sidebars could be fetched and prepared in administration
194
+
195
+ = 2.3 =
196
+
197
+ * Added: ukranian translation
198
+ * Added: error if trying to access php files directly
199
+ * Added: bbpress, bp_member, polylang, qtranslate, transposh and wpml modules are more robust
200
+ * Added: content rule boxes can be hidden in screen options in sidebar editor
201
+ * Added: help tab in sidebar editor
202
+ * Added: widgets count column in sidebar overview
203
+ * Added: menu order moved to options meta box in sidebar editor
204
+ * Fixed: merge position option hidden on forced replace handle
205
+ * Fixed: polylang compatibility now 1.2+
206
+ * Fixed: width of columns in sidebar overview
207
+ * Removed: exposure column in sidebar overview
208
+
209
+ = 2.2.1 =
210
+
211
+ * Fixed: taxonomy archive conditions did not work with other modules properly
212
+ * Fixed: removed display limit of 20 for saved post type conditions
213
+ * Fixed: saved post type conditions ordered alphabetically
214
+
215
+ = 2.2 =
216
+
217
+ * Added: sidebar displayed in theme customizer (wp3.4+)
218
+ * Added: widget management integration in theme customizer (wp3.9+)
219
+ * Added: handle for forced replace
220
+ * Fixed: reduced database queries in sidebar editor
221
+ * Fixed: disable all add to group buttons before creating first condition group
222
+
223
+ = 2.1 =
224
+
225
+ * Added: empty condition groups cannot be saved
226
+ * Added: confirmation on various condition group actions in sidebar editor
227
+ * Added: improved ux design for sidebar editor
228
+ * Added: chinese translation
229
+ * Added: wp3.9 compatibility
230
+ * Fixed: transposh compatibility now 0.9.5+
231
+ * Fixed: removed warnings for auto-select new children functionality
232
+ * Fixed: unprivileged users could in theory make, but never successfully execute, ajax requests for sidebar editor
233
+ * Fixed: removed warning in widgets screen when handle is not set
234
+
235
+ = 2.0.3 =
236
+
237
+ * Fixed: taxonomy pagination in sidebar editor
238
+ * Fixed: categories found in search can now be saved. props Xandoc
239
+
240
+ = 2.0.2 =
241
+
242
+ * Fixed: terms caused a sidebar to be displayed on all pages
243
+
244
+ = 2.0.1 =
245
+
246
+ * Fixed: admin menu would in some cases be overwritten by other plugins
247
+
248
+ = 2.0 =
249
+
250
+ * Added: condition groups
251
+ * Added: gui and uxd overhaul for sidebar editor
252
+ * Added: pagination for taxonomies in sidebar editor
253
+ * Added: pagination for post types in sidebar editor
254
+ * Added: mysql 5.6+ compatibility
255
+ * Added: more efficient uninstall process
256
+ * Added: easier for developers to extend and manipulate content support
257
+ * Added: wp3.8 and mp6 compatibility
258
+ * Added: german translation
259
+ * Added: hungarian translation
260
+ * Added: latvian translation
261
+ * Added: spanish translation
262
+ * Added: all conditions follow a strict logical "and" operator per group
263
+ * Fixed: scripts and styles only loaded on sidebar administrative pages
264
+ * Fixed: slovak translation now recognized
265
+ * Fixed: paths to assets compatible with ssl
266
+ * Removed: jquery ui autocomplete and accordion
267
+
268
+ = 1.3.5 =
269
+
270
+ * Fixed: menu would disappear in rare cases. Props grezvany13
271
+ * Fixed: search function now searches in title and slug (not content) for post types
272
+ * Added: search function displays at most 20 results instead of 10
273
+
274
+ = 1.3.4 =
275
+
276
+ * Fixed: cas_walker_checklist now follows walker declaration for wp3.6
277
+ * Fixed: content list in accordion now not scrollable
278
+ * Fixed: only terms from public taxonomies are included for content recognition.
279
+ * Fixed: polylang fully supported again
280
+ * Fixed: consistent css across wp versions
281
+ * Removed: flushing rewrite rules on activation/deactivation is needless
282
+
283
+ = 1.3.3 =
284
+
285
+ * Added: html placeholder in search field
286
+ * Added: items already displayed in edit page moved to top and checked when found in search
287
+ * Fixed: private and scheduled singulars included in search results
288
+ * Fixed: search results displayed in ascending order
289
+
290
+ = 1.3.2 =
291
+
292
+ * Added: items found in search now added to list directly on select
293
+ * Fixed: some terms found by search could not be saved
294
+ * Fixed: widget locations are saved again for each theme
295
+
296
+ = 1.3.1 =
297
+
298
+ * Added: authors and bbpress user profiles now searchable on edit page
299
+ * Added: items found in search on edit page are prepended and checked by default
300
+ * Added: updated edit page gui
301
+ * Added: search field only visible when quantity is above 20
302
+ * Fixed: select all checkbox will now disable all input in container
303
+ * Fixed: host sidebar could sometimes not be found in sidebar list
304
+
305
+ = 1.3 =
306
+
307
+ * Added: post type posts and taxonomy terms now searchable on edit page
308
+ * Added: sidebar handle and host shown on widgets page
309
+ * Added: slovak translation
310
+ * Fixed: sidebar meta boxes more robust to external modifications
311
+ * Fixed: admin column headers more robust to external modifications
312
+ * Fixed: sidebar menu now always hidden for users without right cap
313
+ * Fixed: code optimization and refactor for performance
314
+ * Removed: support for sidebar excerpt
315
+
316
+ = 1.2 =
317
+
318
+ * Added: polylang support
319
+ * Added: buddypress support
320
+ * Added: managing sidebars now requires edit_theme_options cap
321
+ * Added: bbpress user profile has own rules instead of author rules
322
+ * Added: filter for content recognition
323
+ * Added: auto-select new children of selected taxonomy or post type ancestor
324
+
325
+ = 1.1.2 =
326
+
327
+ * Added: wordpress 3.5 compatibility
328
+ * Fixed: slight css changes on edit screen
329
+ * Fixed: "show with all" checkbox toggles other checkboxes correctly
330
+
331
+ = 1.1.1 =
332
+
333
+ * Fixed: slight css changes on edit screen
334
+ * Fixed: tick.png included
335
+ * Fixed: taxonomy terms could influence each other in rare cases
336
+ * Fixed: taxonomy wide rules for taxonomy archives
337
+ * Fixed: cache caused db update module to skip 1.1 update if going from 0
338
+
339
+ = 1.1 =
340
+
341
+ * Added: improved gui on edit screen including content accordion
342
+ * Added: bbpress forum-topic dependency
343
+ * Added: sidebars hidden on password protected content
344
+ * Added: relevant usermeta cleared on plugin deletion
345
+ * Fixed: performance gain by dropping serialized metadata
346
+ * Fixed: database data update module revised
347
+ * Fixed: css class in posts and terms walker
348
+ * Fixed: limit of max 200 of each content type on edit screen (temp)
349
+ * Fixed: style and scripts loaded properly
350
+ * Removed: individual content meta boxes on edit screen
351
+
352
+ = 1.0 =
353
+
354
+ * Added: plugin rewritten to flexible modular system
355
+ * Added: builtin support for bbpress, qtranslate, transposh, wpml
356
+ * Added: lithuanian translation
357
+ * Fixed: all present rules now dependent of each other
358
+ * Fixed: sidebar update messages
359
+ * Fixed: specific hooks now not sitewide
360
+ * Fixed: better use of meta cache
361
+ * Fixed: dir structure
362
+ * Fixed: unexpected output notice on plugin activation
363
+
364
+ = 0.8.3 =
365
+
366
+ * Added: danish and italian translation
367
+ * Fixed: sidebar query might be larger than max_join_size
368
+ * Fixed: row content in admin overview would be loaded with post types with matching keys
369
+
370
+ = 0.8.2 =
371
+
372
+ * Fixed: new rules caused issues with post types with taxonomies
373
+
374
+ = 0.8.1 =
375
+
376
+ * Fixed: several checks for proper widget and sidebar removal
377
+
378
+ = 0.8 =
379
+
380
+ * Added: some rules are dependent of each other if present
381
+ * Added: widgets in removed sidebars will be removed too
382
+ * Added: database data update module
383
+ * Added: rewrite rules flushed on plugin deactivation
384
+ * Added: data will be removed when plugin is uninstalled
385
+ * Added: icon-32 is back
386
+ * Added: message if a host is not available in sidebar overview
387
+ * Fixed: prefixed data
388
+ * Fixed: data hidden from custom fields
389
+ * Fixed: manage widgets link removed from trashed sidebars
390
+ * Fixed: view sidebar link removed in wp3.1.x
391
+ * Fixed: all custom taxonomies could not be removed again when assigned to sidebar
392
+ * Fixed: altered options meta box on edit screen
393
+ * Fixed: check if host of sidebar exists before handling it
394
+
395
+ = 0.7 =
396
+
397
+ * Added: sidebars will be displayed even if empty (i.e. hidden)
398
+ * Added: author rules on singulars and archives
399
+ * Added: page template rules
400
+ * Added: javascript handling for disabling/enabling specific input on editor page
401
+ * Fixed: minor tweak for full compatibility with wp3.3
402
+ * Fixed: function for meta boxes is called only on editor page
403
+ * Fixed: proper column sorting in administration
404
+ * Fixed: specific post type label not supported in wp3.1.x
405
+ * Fixed: type (array) not supported as post_status in get_posts() in wp3.1.x
406
+ * Fixed: code cleanup
407
+
408
+ = 0.6.3 =
409
+
410
+ * Added: scheduled and private singulars are selectable in sidebar editor
411
+ * Added: combined cache for manual and automatically handled sidebars
412
+ * Added: display_ca_sidebar accepts specific ids to be included
413
+ * Fixed: only a limited amount of sidebars were present in widgets area
414
+ * Fixed: better caching in sidebar editor
415
+ * Fixed: page list in sidebar editor could behave incorrectly if some pages were static
416
+
417
+ = 0.6.2 =
418
+
419
+ * Fixed: array_flip triggered type mismatch errors in some cases
420
+
421
+ = 0.6.1 =
422
+
423
+ * Fixed: an image caused headers already sent error
424
+
425
+ = 0.6 =
426
+
427
+ * Added: sidebars can be set with specific singulars
428
+ * Added: sidebars can be set with specific post formats
429
+ * Added: updated gui
430
+ * Fixed: draft sidebars save meta
431
+
432
+ = 0.5 =
433
+
434
+ * Added: search, 404, front page rules now supported
435
+ * Fixed: custom tax and terms are now supported properly (again)
436
+
437
+ = 0.4 =
438
+
439
+ * Added: post type archives, taxonomy archives and taxonomy terms archives now supported
440
+ * Added: taxonomy rules
441
+ * Added: removable donation button
442
+ * Fixed: faster!
443
+
444
+ = 0.3 =
445
+
446
+ * Added: sidebars can now be private
447
+ * Fixed: taxonomy terms are now supported by template function
448
+ * Fixed: faster rule recognition and handling
449
+ * Fixed: custom taxonomies are now supported properly
450
+ * Fixed: error if several sidebars had taxonomy terms rules
451
+
452
+ = 0.2 =
453
+
454
+ * Added: taxonomy terms rules
455
+ * Added: optional description for sidebars
456
+ * Added: display_ca_sidebar also accepts URL-style string as parameter
457
+ * Fixed: saving meta now only kicks in with sidebar types
458
+ * Fixed: archives are not singulars and will not be treated like them
459
+
460
+ = 0.1 =
461
+
462
+ * First stable release