Content Aware Sidebars – Unlimited Widget Areas - Version 2.6.3

Version Description

  • Fixed: sidebars would not be displayed on front page
Download this release

Release Info

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

Code changes from version 2.6 to 2.6.3

Files changed (52) hide show
  1. content-aware-sidebars.php +36 -22
  2. lang/content-aware-sidebars-ca.mo +0 -0
  3. lang/content-aware-sidebars-ca.po +117 -112
  4. lang/content-aware-sidebars-da_DK.mo +0 -0
  5. lang/content-aware-sidebars-da_DK.po +105 -101
  6. lang/content-aware-sidebars-de_DE.mo +0 -0
  7. lang/content-aware-sidebars-de_DE.po +107 -102
  8. lang/content-aware-sidebars-es_ES.mo +0 -0
  9. lang/content-aware-sidebars-es_ES.po +119 -114
  10. lang/content-aware-sidebars-eu.mo +0 -0
  11. lang/content-aware-sidebars-eu.po +104 -100
  12. lang/content-aware-sidebars-fi_FI.mo +0 -0
  13. lang/content-aware-sidebars-fi_FI.po +485 -0
  14. lang/content-aware-sidebars-fr_FR.mo +0 -0
  15. lang/content-aware-sidebars-fr_FR.po +128 -123
  16. lang/content-aware-sidebars-hu_HU.mo +0 -0
  17. lang/content-aware-sidebars-hu_HU.po +119 -115
  18. lang/content-aware-sidebars-it_IT.mo +0 -0
  19. lang/content-aware-sidebars-it_IT.po +104 -100
  20. lang/content-aware-sidebars-ko_KR.mo +0 -0
  21. lang/content-aware-sidebars-ko_KR.po +486 -0
  22. lang/content-aware-sidebars-lt_LT.mo +0 -0
  23. lang/content-aware-sidebars-lt_LT.po +104 -100
  24. lang/content-aware-sidebars-lv_LV.mo +0 -0
  25. lang/content-aware-sidebars-lv_LV.po +104 -100
  26. lang/content-aware-sidebars-nb_NO.mo +0 -0
  27. lang/content-aware-sidebars-nb_NO.po +104 -100
  28. lang/content-aware-sidebars-nl_NL.mo +0 -0
  29. lang/content-aware-sidebars-nl_NL.po +104 -100
  30. lang/content-aware-sidebars-pl_PL.mo +0 -0
  31. lang/content-aware-sidebars-pl_PL.po +105 -100
  32. lang/content-aware-sidebars-pt_BR.mo +0 -0
  33. lang/content-aware-sidebars-pt_BR.po +115 -110
  34. lang/content-aware-sidebars-pt_PT.mo +0 -0
  35. lang/content-aware-sidebars-pt_PT.po +485 -0
  36. lang/content-aware-sidebars-ru_RU.mo +0 -0
  37. lang/content-aware-sidebars-ru_RU.po +106 -101
  38. lang/content-aware-sidebars-sk_SK.mo +0 -0
  39. lang/content-aware-sidebars-sk_SK.po +104 -100
  40. lang/content-aware-sidebars-sl_SI.mo +0 -0
  41. lang/content-aware-sidebars-sl_SI.po +485 -0
  42. lang/content-aware-sidebars-sr_RS.mo +0 -0
  43. lang/content-aware-sidebars-sr_RS.po +104 -100
  44. lang/content-aware-sidebars-sv_SE.mo +0 -0
  45. lang/content-aware-sidebars-sv_SE.po +486 -0
  46. lang/content-aware-sidebars-tr_TR.mo +0 -0
  47. lang/content-aware-sidebars-tr_TR.po +104 -100
  48. lang/content-aware-sidebars-uk.mo +0 -0
  49. lang/{content-aware-sidebars-uk_UA.po → content-aware-sidebars-uk.po} +104 -100
  50. lang/content-aware-sidebars-uk_UA.mo +0 -0
  51. modules/post_type.php +1 -1
  52. readme.txt +26 -5
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.6
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
@@ -15,7 +15,7 @@ Domain Path: /lang/
15
  License: GPLv3
16
 
17
  Content Aware Sidebars Plugin
18
- Copyright (C) 2011-2014 Joachim Jensen - jv@intox.dk
19
 
20
  This program is free software: you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ final class ContentAwareSidebars {
47
  /**
48
  * Plugin version
49
  */
50
- const PLUGIN_VERSION = '2.6';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
@@ -470,28 +470,42 @@ final class ContentAwareSidebars {
470
 
471
  //Now reregister sidebars with proper content
472
  foreach($this->sidebars as $post) {
473
-
474
  $handle = get_post_meta($post->ID,self::PREFIX . 'handle', true);
475
- //$handle = $post->{self::PREFIX . 'handle'};
476
- if(!isset($this->metadata['handle']['list'][$handle])) {
 
 
 
 
 
477
  continue;
478
  }
479
-
480
- $desc = $this->metadata['handle']['list'][$handle];
 
 
 
481
 
482
  if ($handle != 2) {
483
- $host = get_post_meta($post->ID, self::PREFIX . 'host', true);
484
- $desc .= ": " . (isset($this->metadata['host']['list'][$host]) ? $this->metadata['host']['list'][$host] : __('Please update Host Sidebar', self::DOMAIN) );
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  }
486
- register_sidebar( array(
487
- 'name' => $post->post_title,
488
- 'description' => $desc,
489
- 'id' => self::SIDEBAR_PREFIX.$post->ID,
490
- 'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
491
- 'after_widget' => '</li>',
492
- 'before_title' => '<h3 class="widget-title">',
493
- 'after_title' => '</h3>',
494
- ));
495
  }
496
  }
497
 
@@ -755,9 +769,9 @@ final class ContentAwareSidebars {
755
  * @return array|boolean
756
  */
757
  public function get_sidebars() {
758
- global $wpdb, $post;
759
-
760
- if(!$post || is_admin() || post_password_required())
761
  return false;
762
 
763
  // Return cache if present
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.6.3
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
15
  License: GPLv3
16
 
17
  Content Aware Sidebars Plugin
18
+ Copyright (C) 2011-2015 Joachim Jensen - jv@intox.dk
19
 
20
  This program is free software: you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License as published by
47
  /**
48
  * Plugin version
49
  */
50
+ const PLUGIN_VERSION = '2.6.3';
51
 
52
  /**
53
  * Prefix for data (keys) stored in database
470
 
471
  //Now reregister sidebars with proper content
472
  foreach($this->sidebars as $post) {
473
+
474
  $handle = get_post_meta($post->ID,self::PREFIX . 'handle', true);
475
+ $sidebar_args = array(
476
+ "name" => $post->post_title,
477
+ "description" => isset($this->metadata['handle']['list'][$handle]) ? $this->metadata['handle']['list'][$handle] : false,
478
+ "id" => self::SIDEBAR_PREFIX.$post->ID
479
+ );
480
+
481
+ if(!$sidebar_args["description"]) {
482
  continue;
483
  }
484
+
485
+ $sidebar_args["before_widget"] = '<li id="%1$s" class="widget-container %2$s">';
486
+ $sidebar_args["after_widget"] = '</li>';
487
+ $sidebar_args["before_title"] = '<h3 class="widget-title">';
488
+ $sidebar_args["after_title"] = '</h3>';
489
 
490
  if ($handle != 2) {
491
+ $host_id = get_post_meta($post->ID, self::PREFIX . 'host', true);
492
+ $host = isset($this->metadata['host']['list'][$host_id]) ? $this->metadata['host']['list'][$host_id] : false;
493
+
494
+ $sidebar_args["description"] .= ": " . ($host ? $host : __('Please update Host Sidebar', self::DOMAIN) );
495
+
496
+ //Set style from host to fix when content aware sidebar
497
+ //is called directly by other sidebar managers
498
+ //does not work recursively
499
+ global $wp_registered_sidebars;
500
+ if(isset($wp_registered_sidebars[$host_id]) && $wp_registered_sidebars[$host_id]) {
501
+ $sidebar_args["before_widget"] = $wp_registered_sidebars[$host_id]["before_widget"];
502
+ $sidebar_args["after_widget"] = $wp_registered_sidebars[$host_id]["after_widget"];
503
+ $sidebar_args["before_title"] = $wp_registered_sidebars[$host_id]["before_title"];
504
+ $sidebar_args["after_title"] = $wp_registered_sidebars[$host_id]["after_title"];
505
+ }
506
  }
507
+
508
+ register_sidebar($sidebar_args);
 
 
 
 
 
 
 
509
  }
510
  }
511
 
769
  * @return array|boolean
770
  */
771
  public function get_sidebars() {
772
+ global $wpdb, $wp_query, $post;
773
+
774
+ if(($wp_query->query == null && $post == null) || is_admin() || post_password_required())
775
  return false;
776
 
777
  // Return cache if present
lang/content-aware-sidebars-ca.mo CHANGED
Binary file
lang/content-aware-sidebars-ca.po CHANGED
@@ -1,21 +1,22 @@
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"
@@ -25,212 +26,212 @@ msgstr ""
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"
@@ -239,154 +240,150 @@ msgid ""
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"
@@ -400,12 +397,12 @@ 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
 
@@ -416,7 +413,7 @@ 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
 
@@ -425,6 +422,14 @@ msgstr "Cerca"
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"
@@ -439,22 +444,22 @@ 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"
@@ -476,6 +481,6 @@ msgstr "Pàgina 404"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomia"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Més utilitzats"
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
+ # Jordi Encabo <info@abd-ong.org>, 2015
5
  # keystorm <keystorm@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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-03-26 14:32+0000\n"
12
+ "Last-Translator: Jordi Encabo <info@abd-ong.org>\n"
13
  "Language-Team: Catalan (http://www.transifex.com/projects/p/content-aware-sidebars/language/ca/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: ca\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
26
 
27
  #: ../content-aware-sidebars.php:117
28
  msgid "Manage and show sidebars according to the content being viewed."
29
+ msgstr "Administra i mostra les barres laterals en funció del contingut a mostrar."
30
 
31
  #: ../content-aware-sidebars.php:118
32
  msgid "Content Aware Sidebars"
33
  msgstr "Barres Laterals Intel·ligents"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "Preguntes freqüents"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
  msgstr "Exposició"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
+ msgstr "Vista senzilla"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
+ msgstr "Vista senzilla i Arxius"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
  msgstr "Arxius"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Operacions"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
+ msgstr "Substitueix la barra lateral original, fusiona-les o afegeix-ne una de nova."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
+ msgstr "Substituir"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
+ msgstr "Adjuntar"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
  msgstr "Manual"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
+ msgstr "Forçar-ne la substitució"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
  msgstr "Barra lateral original"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
+ msgstr "Posició de l'adjunció"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Coloca la barra lateral damunt o dessota de la original"
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
+ msgstr "Dalt"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
+ msgstr "Baix"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Barres laterals"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Barra lateral"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Nova Barra Lateral"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Afegeix una nova Barra Lateral"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Edita la Barra lateral"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Nova Barra lateral"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Totes les Barres laterals"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Visualitza la Barra lateral"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
  msgstr "Cerca Barres laterals"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "No s'ha trobat cap barra lateral"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "No hi ha cap barra lateral a les escombraries"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
  msgstr "Grups condicionals"
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
  msgstr "Grup condicional"
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Nou grup"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Afegeix un nou grup"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Edita"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Gestiona'n els ginys"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Barra lateral actualitzada."
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Barra lateral publicada."
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Barra lateral desada."
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Barra lateral enviada."
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Barra lateral programada pel: <strong%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
  msgstr "j/m/Y, a les G:i"
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Esborrany de barra lateral desat"
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Actualitzeu la barra lateral original"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
  msgstr "Ginys"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Gestiona els ginys"
215
 
216
+ #: ../content-aware-sidebars.php:901
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
  msgstr "Aconseguiu la versió Premium de Barres Laterals Intel·ligents"
219
 
220
+ #: ../content-aware-sidebars.php:917
221
  msgid "Content"
222
  msgstr "Contingut"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Opcions"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Cada grup condicional creat descriu un contingut específic amb el qual l'actual barra lateral s'hauria de mostrar."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  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."
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Més informació"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Suport"
250
 
251
+ #: ../content-aware-sidebars.php:992
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
  msgstr "Traduïu Barres Laterals Intel·ligents al vostre idioma i convertiu-vos en verificador BETA del futur paquet Premium*."
256
 
257
+ #: ../content-aware-sidebars.php:993
258
  msgid "Translate Now"
259
  msgstr "Vull traduir!"
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
  msgstr "Vull obtenir el paquet Premium"
264
 
265
+ #: ../content-aware-sidebars.php:995
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
  msgstr "Us en un sol web. BETA significa que no es recomana el seu ús en entorns de producció."
269
 
270
+ #: ../content-aware-sidebars.php:998
271
  msgid "Partial Feature List"
272
  msgstr "Llista parcial de característiques"
273
 
274
+ #: ../content-aware-sidebars.php:1000
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
  msgstr "Selecció i creació de barres laterals a l'editor d'Entrades i Pàgines"
277
 
278
+ #: ../content-aware-sidebars.php:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr "Mostra barres en funció de la URL."
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr "Mostra barres en funció del nivell d'usuari"
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr "Mostra barres laterals per a grups de BuddyPress"
289
 
290
+ #: ../content-aware-sidebars.php:1004
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
  msgstr "Columna de barres laterals a les vistes de Post Types i Taxonomies de tercers."
293
 
294
+ #: ../content-aware-sidebars.php:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  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."
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Mostra la barra lateral a"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Sense contingut. Afegiu al menys un grup condicional per tal que aquesta barra sigui sensible al contingut."
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Desa"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Cancel·la"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Elimina"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
  msgstr "O bé"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Sol·licitud no autoritzada"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "El grup condicional no pot estar buit."
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Grup condicional desat!"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "El grup condicional no s'ha pogut eliminar"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Grup condicional eliminat"
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr "Ordre"
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Si us agrada aquesta extensió, feu una donació per recolzar el seu desenvolupament. "
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "O bé podeu:"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Valorar-la a Wordpress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Enllaç a la pàgina de l'extensió"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Trauir-la a la vostra llengua"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Elimina aquest grup i els continguts associats permanentment?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "No s'ha trobat cap resultat"
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "El grup actual té canvis no desats. Voleu continuar descartant aquests canvis?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Autors"
397
  msgstr "Membres de BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Mostra tots"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Afegeix al grup"
408
 
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Cerca"
419
 
422
  msgid "All %s"
423
  msgstr "Qualsevol %s"
424
 
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Cronologia"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Arxius cronològics"
432
+
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
  msgstr "Plantilla de pàgina"
444
  msgstr "Tipus d'entrada"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
+ msgstr "Selecciona automàticament els nous descendents dels pares seleccionats."
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
  msgstr "Mostra amb %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
  msgstr "Cap element."
459
 
460
  #: ../modules/post_type.php:262
461
  msgid "Most Recent"
462
+ msgstr "Més recents"
463
 
464
  #: ../modules/static.php:29
465
  msgid "Static Pages"
481
  msgid "Taxonomies"
482
  msgstr "Taxonomia"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
  msgstr "Més utilitzats"
lang/content-aware-sidebars-da_DK.mo CHANGED
Binary file
lang/content-aware-sidebars-da_DK.po CHANGED
@@ -1,21 +1,21 @@
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
- # Joachim <jv@intox.dk>, 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 19:52+0000\n"
11
- "Last-Translator: Joachim <jv@intox.dk>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/content-aware-sidebars/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\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"
@@ -31,206 +31,206 @@ msgstr "Administrer og vis sidebars i henhold til det indhold, der vises."
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 "Singulær"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Singulær 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åndtering"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Erstat værts-sidebar, flet med den eller tilføj denne sidebar manuelt."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Erstat"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Flet"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Manuel"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Erstat tvungent"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Værts-sidebar"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Fletteposition"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Flet ind fra oven eller bunden."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Top"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Bund"
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 "Tilføj ny"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Tilføj 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 "Vis sidebar"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Søg sidebars"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Ingen sidebars fundet"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ingen sidebars fundet i papirkurven"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Betingelsesgrupper"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Betingelsesgruppe"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Tilføj ny"
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 "Tilføj 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 "Håndter widgets"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar opdateret."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Sidebar udgivet."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar gemt."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar indsendt."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Sidebar planlagt til: <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-kladde opdateret."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Værts-sidebar skal opdateres"
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 "Håndter widgets"
214
 
215
- #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Få en gratis Content Aware Sidebars Premium Bundle"
218
 
219
- #: ../content-aware-sidebars.php:913
220
  msgid "Content"
221
  msgstr "Indhold"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Indstillinger"
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 oprettet betingelsesgruppe beskriver noget specifikt indhold (betingelser) som den nuværende sidebar skal vises ved."
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Indhold tilføjet til en betingelsesgruppe bruger logisk konjunktion, mens betingelsesgrupperne selv bruger logisk disjunktion. Dette betyder, at indhold tilføjet til en gruppe, skal være associeret, fordi det behandles som sådant, og at grupperne ikke forstyrrer hinanden. Det er således muligt at have både ekstremt fokuserede og samtidig forskellige betingelser."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Flere informationer"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Få support"
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 "Oversæt Content Aware Sidebars til dit sprog og bliv en BETA-tester af det kommende Premium Bundle*!"
255
 
256
- #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
  msgstr "Oversæt nu"
259
 
260
- #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
  msgstr "Modtag Premium Bundle"
263
 
264
- #: ../content-aware-sidebars.php:985
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr "Til brug på ét websted. BETA betyder, det ikke er anbefalet til produktionswebsteder."
268
 
269
- #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
  msgstr "Delvis funktionsliste"
272
 
273
- #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Vælg og opret sidebars i vinduet for indlægsredigering"
276
 
277
- #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Vis sidebars med URLs ved brug af wildcards"
280
 
281
- #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Vis sidebars med brugerroller"
284
 
285
- #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Vis sidebars med BuddyPress brugergrupper"
288
 
289
- #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Sidebars-kolonne i oversigtsvinduerne for indholdstyper og taksonomier"
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 "Klik for at redigere en gruppe eller opret en ny. Vælg indhold til venstre for at tilføje det. I hver gruppe kan du kombinere forskellige typer af forbundet indhold."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Vis sidebar ved"
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 "Intet indhold. Tilføj mindst en betingelsesgruppe for at gøre sidebaren indholdsbevidst."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Gem"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Annuller"
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 "Uautoriseret forespørgsel"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Betingelsesgruppe må ikke være tom"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Betingelsesgruppe gemt"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Betingelsesgruppe kunne ikke fjernes"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Betingelsesgruppe fjernet"
345
 
346
- #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
  msgstr "Rækkefø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 elsker dette plugin, kan du overveje at donere for at støtte den fremtidige udvikling."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Eller du kunne:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Bedømme pluginnet på WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Linke til plugin-siden"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Oversæt dette plugin til dit sprog"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Fjern denne gruppe og dens indhold permanent?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Ingen resultater fundet."
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 nuværende gruppe har ugemte ændringer. Ønsker du at fortsætte og kassere disse ændringer?"
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"
@@ -400,12 +396,12 @@ 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 "Vis 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 "Tilføj til gruppe"
411
 
@@ -416,7 +412,7 @@ msgstr "Vis ved 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øg"
422
 
@@ -425,6 +421,14 @@ msgstr "Søg"
425
  msgid "All %s"
426
  msgstr "Alle %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Skabeloner"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Indholdstyper"
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 "Vælg automatisk nye børn af den valgte forælder"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Vis ved %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Ingen elementer."
454
 
@@ -476,6 +480,6 @@ msgstr "404-side"
476
  msgid "Taxonomies"
477
  msgstr "Taksonomier"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Mest brugte"
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
+ # Joachim Jensen <jv@intox.dk>, 2014-2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-29 13:27+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/content-aware-sidebars/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "FAQ"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Eksponering"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Singulær"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Singulær og arkiv"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Arkiv"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Håndtering"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Erstat værts-sidebar, flet med den eller tilføj denne sidebar manuelt."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Erstat"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Flet"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Manuel"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Erstat tvungent"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Værts-sidebar"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Fletteposition"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Flet ind fra oven eller bunden."
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Top"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Bund"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Sidebars"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Sidebar"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Tilføj ny"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Tilføj ny sidebar"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Rediger sidebar"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Ny sidebar"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Alle sidebars"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Vis sidebar"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Søg sidebars"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Ingen sidebars fundet"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ingen sidebars fundet i papirkurven"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Betingelsesgrupper"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Betingelsesgruppe"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Tilføj ny"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Tilføj ny gruppe"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Rediger"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Håndter widgets"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar opdateret."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Sidebar udgivet."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar gemt."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar indsendt."
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Sidebar planlagt til: <strong>%1$s</strong>."
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "j. M, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Sidebar-kladde opdateret."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Værts-sidebar skal opdateres"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr "Widgets"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Håndter widgets"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Få en gratis Content Aware Sidebars Premium Bundle"
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Indhold"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Indstillinger"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Hver oprettet betingelsesgruppe beskriver noget specifikt indhold (betingelser) som den nuværende sidebar skal vises ved."
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Indhold tilføjet til en betingelsesgruppe bruger logisk konjunktion, mens betingelsesgrupperne selv bruger logisk disjunktion. Dette betyder, at indhold tilføjet til en gruppe, skal være associeret, fordi det behandles som sådant, og at grupperne ikke forstyrrer hinanden. Det er således muligt at have både ekstremt fokuserede og samtidig forskellige betingelser."
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "Flere informationer"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Få support"
249
 
250
+ #: ../content-aware-sidebars.php:992
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
  msgstr "Oversæt Content Aware Sidebars til dit sprog og bliv en BETA-tester af det kommende Premium Bundle*!"
255
 
256
+ #: ../content-aware-sidebars.php:993
257
  msgid "Translate Now"
258
  msgstr "Oversæt nu"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr "Modtag Premium Bundle"
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr "Til brug på ét websted. BETA betyder, det ikke er anbefalet til produktionswebsteder."
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
  msgstr "Delvis funktionsliste"
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Vælg og opret sidebars i vinduet for indlægsredigering"
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Vis sidebars med URLs ved brug af wildcards"
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Vis sidebars med brugerroller"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Vis sidebars med BuddyPress brugergrupper"
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Sidebars-kolonne i oversigtsvinduerne for indholdstyper og taksonomier"
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Klik for at redigere en gruppe eller opret en ny. Vælg indhold til venstre for at tilføje det. I hver gruppe kan du kombinere forskellige typer af forbundet indhold."
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Vis sidebar ved"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Intet indhold. Tilføj mindst en betingelsesgruppe for at gøre sidebaren indholdsbevidst."
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Gem"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Annuller"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Fjern"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr "Eller"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Uautoriseret forespørgsel"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Betingelsesgruppe må ikke være tom"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Betingelsesgruppe gemt"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Betingelsesgruppe kunne ikke fjernes"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Betingelsesgruppe fjernet"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr "Rækkefølge"
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Hvis du elsker dette plugin, kan du overveje at donere for at støtte den fremtidige udvikling."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Eller du kunne:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Bedømme pluginnet på WordPress.org"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Linke til plugin-siden"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Oversæt dette plugin til dit sprog"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Fjern denne gruppe og dens indhold permanent?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "Ingen resultater fundet."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "Den nuværende gruppe har ugemte ændringer. Ønsker du at fortsætte og kassere disse ændringer?"
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Forfattere"
396
  msgstr "BuddyPress medlemmer"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Vis alle"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Tilføj til gruppe"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Søg"
418
 
421
  msgid "All %s"
422
  msgstr "Alle %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr "Datoer"
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr "Dato-arkiver"
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Skabeloner"
443
  msgstr "Indholdstyper"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Vælg automatisk nye børn af den valgte forælder"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Vis ved %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Ingen elementer."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taksonomier"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Mest brugte"
lang/content-aware-sidebars-de_DE.mo CHANGED
Binary file
lang/content-aware-sidebars-de_DE.po CHANGED
@@ -3,20 +3,21 @@
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"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: de_DE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
@@ -32,206 +33,206 @@ msgstr "Sidebars abhängig vom dargestellten Inhalt einblenden"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Content Aware Sidebars"
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"
41
  msgstr "Darstellung"
42
 
43
- #: ../content-aware-sidebars.php:306
44
  msgid "Singular"
45
  msgstr "Beitragsseite"
46
 
47
- #: ../content-aware-sidebars.php:307
48
  msgid "Singular & Archive"
49
  msgstr "Beitrags- & Archivseite"
50
 
51
- #: ../content-aware-sidebars.php:308
52
  msgid "Archive"
53
  msgstr "Archivseite"
54
 
55
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Funktion"
59
 
60
- #: ../content-aware-sidebars.php:314
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Ersetze Haupt-Sidebar, mit Haupt-Sidebar verbinden oder manuell hinzufügen."
63
 
64
- #: ../content-aware-sidebars.php:318
65
  msgid "Replace"
66
  msgstr "Ersetze"
67
 
68
- #: ../content-aware-sidebars.php:319
69
  msgid "Merge"
70
  msgstr "Verbinde"
71
 
72
- #: ../content-aware-sidebars.php:320
73
  msgid "Manual"
74
- msgstr "Manuell"
75
 
76
- #: ../content-aware-sidebars.php:321
77
  msgid "Forced replace"
78
  msgstr "Erzwungene Ersetzung"
79
 
80
- #: ../content-aware-sidebars.php:325
81
  msgid "Host Sidebar"
82
  msgstr "Haupt Sidebar"
83
 
84
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
85
  msgid "Merge position"
86
  msgstr "Position bei verbinden"
87
 
88
- #: ../content-aware-sidebars.php:335
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Beim Verbinden platziere die Sidebar ober- oder unterhalb der Haupt Sidebar."
91
 
92
- #: ../content-aware-sidebars.php:339
93
  msgid "Top"
94
  msgstr "Oberhalb"
95
 
96
- #: ../content-aware-sidebars.php:340
97
  msgid "Bottom"
98
  msgstr "Unterhalb"
99
 
100
- #: ../content-aware-sidebars.php:365
101
  msgid "Sidebars"
102
  msgstr "Sidebars"
103
 
104
- #: ../content-aware-sidebars.php:366
105
  msgid "Sidebar"
106
- msgstr "Sidebar"
107
 
108
- #: ../content-aware-sidebars.php:367
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Neu hinzufügen"
112
 
113
- #: ../content-aware-sidebars.php:368
114
  msgid "Add New Sidebar"
115
  msgstr "Neue Sidebar erstellen"
116
 
117
- #: ../content-aware-sidebars.php:369
118
  msgid "Edit Sidebar"
119
  msgstr "Sidebar bearbeiten"
120
 
121
- #: ../content-aware-sidebars.php:370
122
  msgid "New Sidebar"
123
  msgstr "Neue Sidebar"
124
 
125
- #: ../content-aware-sidebars.php:371
126
  msgid "All Sidebars"
127
  msgstr "Alle Sidebars"
128
 
129
- #: ../content-aware-sidebars.php:372
130
  msgid "View Sidebar"
131
  msgstr "Sidebar ansehen"
132
 
133
- #: ../content-aware-sidebars.php:373
134
  msgid "Search Sidebars"
135
  msgstr "Sidebars durchsuchen"
136
 
137
- #: ../content-aware-sidebars.php:374
138
  msgid "No sidebars found"
139
  msgstr "Keine Sidebars gefunden"
140
 
141
- #: ../content-aware-sidebars.php:375
142
  msgid "No sidebars found in Trash"
143
  msgstr "Keine Sidebars im Papierkorb gefunden"
144
 
145
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
146
- #: ../content-aware-sidebars.php:1017
147
  msgid "Condition Groups"
148
  msgstr "Gruppen"
149
 
150
- #: ../content-aware-sidebars.php:391
151
  msgid "Condition Group"
152
  msgstr "Gruppe"
153
 
154
- #: ../content-aware-sidebars.php:392
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Neu erstellen"
158
 
159
- #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
160
- #: ../content-aware-sidebars.php:1051
161
  msgid "Add New Group"
162
  msgstr "Erstelle neue Gruppe"
163
 
164
- #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:1032
165
- #: ../content-aware-sidebars.php:1401
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Bearbeiten"
169
 
170
- #: ../content-aware-sidebars.php:418
171
  msgid "Manage widgets"
172
  msgstr "Widgets bearbeiten"
173
 
174
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
175
  msgid "Sidebar updated."
176
  msgstr "Sidebar wurde geändert."
177
 
178
- #: ../content-aware-sidebars.php:426
179
  msgid "Sidebar published."
180
  msgstr "Sidebar wurde publiziert."
181
 
182
- #: ../content-aware-sidebars.php:427
183
  msgid "Sidebar saved."
184
  msgstr "Sidebar wurde gesichert."
185
 
186
- #: ../content-aware-sidebars.php:428
187
  msgid "Sidebar submitted."
188
  msgstr "Sidebar wurde übertragen."
189
 
190
- #: ../content-aware-sidebars.php:429
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Sidebar wurde eingeplant für: <strong>%1$s</strong>."
194
 
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."
202
  msgstr "Sidebar-Entwurf wurde gesichert."
203
 
204
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
205
  msgid "Please update Host Sidebar"
206
  msgstr "Bitte Haupt-Sidebar aktualisieren."
207
 
208
- #: ../content-aware-sidebars.php:506
209
  msgid "Widgets"
210
  msgstr "Widgets"
211
 
212
- #: ../content-aware-sidebars.php:642
213
  msgid "Manage Widgets"
214
  msgstr "Widgetverwaltung"
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"
222
  msgstr "Inhalt"
223
 
224
- #: ../content-aware-sidebars.php:921
225
  msgid "Options"
226
  msgstr "Optionen"
227
 
228
- #: ../content-aware-sidebars.php:945
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 ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
@@ -240,154 +241,150 @@ msgid ""
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 ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Klicke \"Bearbeiten\" um eine Gruppe auszuwählen oder lege eine neue Gruppe an. Wähle links den Inhalt aus und klicke auf \"Zur Gruppe hinzufügen\" um ihn der Gruppe zuzuordnen. In jeder Gruppe können verschiedene Inhaltstypen kombiniert werden."
299
 
300
- #: ../content-aware-sidebars.php:1019
301
  msgid "Display sidebar with"
302
  msgstr "Zeige Sidebar an bei"
303
 
304
- #: ../content-aware-sidebars.php:1024
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Kein Inhalt vorhanden. Bitte erstelle mindestens eine Gruppe um die Sidebar inhaltsabhängig darstellen zu können."
309
 
310
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
311
  msgid "Save"
312
  msgstr "Sichern"
313
 
314
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
315
  msgid "Cancel"
316
  msgstr "Abbrechen"
317
 
318
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
319
  msgid "Remove"
320
  msgstr "Löschen"
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
328
  msgid "Unauthorized request"
329
  msgstr "Unerlaubter Zugriff"
330
 
331
- #: ../content-aware-sidebars.php:1135
332
  msgid "Condition group cannot be empty"
333
  msgstr "Die Gruppe darf nicht leer sein"
334
 
335
- #: ../content-aware-sidebars.php:1149
336
  msgid "Condition group saved"
337
  msgstr "Gruppe wurde gesichert"
338
 
339
- #: ../content-aware-sidebars.php:1182
340
  msgid "Condition group could not be removed"
341
  msgstr "Gruppe konnte nicht entfernt werden"
342
 
343
- #: ../content-aware-sidebars.php:1187
344
  msgid "Condition group removed"
345
  msgstr "Gruppe wurde entfernt"
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 ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Wenn du dieses Plugin magst, dann würde sich der Autor über eine Spende freuen."
356
 
357
- #: ../content-aware-sidebars.php:1272
358
  msgid "Or you could:"
359
  msgstr "Weitere Möglichkeiten:"
360
 
361
- #: ../content-aware-sidebars.php:1274
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Dieses Plugin bei WordPress.org bewerten"
364
 
365
- #: ../content-aware-sidebars.php:1275
366
  msgid "Link to the plugin page"
367
  msgstr "Link zur Plugin-Seite"
368
 
369
- #: ../content-aware-sidebars.php:1276
370
  msgid "Translate the plugin into your language"
371
  msgstr "Übersetze das Plugin in deine Sprache"
372
 
373
- #: ../content-aware-sidebars.php:1403
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Diese Gruppe und seine Inhalte unwiderruflich löschen?"
376
 
377
- #: ../content-aware-sidebars.php:1404
378
  msgid "No results found."
379
  msgstr "Keine Ergebnisse gefunden."
380
 
381
- #: ../content-aware-sidebars.php:1405
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Die aktuelle Gruppe wurde geändert. Möchtest du die Änderungen speichern oder die Änderungen verwerfen?"
386
 
387
- #: ../content-aware-sidebars.php:1419
388
- msgid "Edit"
389
- msgstr "Bearbeiten"
390
-
391
  #: ../modules/author.php:28
392
  msgid "Authors"
393
  msgstr "Autoren"
@@ -401,12 +398,12 @@ msgid "BuddyPress Members"
401
  msgstr "BuddyPress Mitglieder"
402
 
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
410
  msgid "Add to Group"
411
  msgstr "Zur Gruppe hinzufügen"
412
 
@@ -417,7 +414,7 @@ msgstr "Anzeige aller %s"
417
 
418
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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
 
@@ -426,6 +423,14 @@ msgstr "Suche"
426
  msgid "All %s"
427
  msgstr "Alle %s"
428
 
 
 
 
 
 
 
 
 
429
  #: ../modules/page_template.php:28
430
  msgid "Page Templates"
431
  msgstr "Seitenvorlage"
@@ -440,16 +445,16 @@ msgid "Post Types"
440
  msgstr "Post Types"
441
 
442
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
443
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
444
  msgid "Automatically select new children of a selected ancestor"
445
  msgstr "Neue untergeordnete Einträge automatisch markieren"
446
 
447
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
448
  #, php-format
449
  msgid "Display with %s"
450
  msgstr "Anzeigen bei %s"
451
 
452
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
453
  msgid "No items."
454
  msgstr "Keine Elemente."
455
 
@@ -477,6 +482,6 @@ msgstr "404 Seite"
477
  msgid "Taxonomies"
478
  msgstr "Taxonomien"
479
 
480
- #: ../modules/taxonomy.php:290
481
  msgid "Most Used"
482
  msgstr "Am häufigsten benutzt"
3
  # Translators:
4
  # Andreas Kuhl <mail@andreas-kuhl.de>, 2014
5
  # Henrik Heil <contact@henrikheil.net>, 2014
6
+ # mcpitten <mcpitten@web.de>, 2015
7
  msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Content Aware Sidebars\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
11
+ "POT-Creation-Date: 2015-01-27 22:32-0800\n"
12
+ "PO-Revision-Date: 2015-01-28 11:20+0000\n"
13
+ "Last-Translator: mcpitten <mcpitten@web.de>\n"
14
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/content-aware-sidebars/language/de_DE/)\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: de_DE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: Poedit 1.7.4\n"
21
  "X-Poedit-Basepath: .\n"
22
  "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"
23
  "X-Poedit-SearchPath-0: .\n"
33
  msgid "Content Aware Sidebars"
34
  msgstr "Content Aware Sidebars"
35
 
36
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
37
  msgid "FAQ"
38
  msgstr "FAQ"
39
 
40
+ #: ../content-aware-sidebars.php:303
41
  msgid "Exposure"
42
  msgstr "Darstellung"
43
 
44
+ #: ../content-aware-sidebars.php:309
45
  msgid "Singular"
46
  msgstr "Beitragsseite"
47
 
48
+ #: ../content-aware-sidebars.php:310
49
  msgid "Singular & Archive"
50
  msgstr "Beitrags- & Archivseite"
51
 
52
+ #: ../content-aware-sidebars.php:311
53
  msgid "Archive"
54
  msgstr "Archivseite"
55
 
56
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
57
  msgctxt "option"
58
  msgid "Handle"
59
  msgstr "Funktion"
60
 
61
+ #: ../content-aware-sidebars.php:317
62
  msgid "Replace host sidebar, merge with it or add sidebar manually."
63
  msgstr "Ersetze Haupt-Sidebar, mit Haupt-Sidebar verbinden oder manuell hinzufügen."
64
 
65
+ #: ../content-aware-sidebars.php:321
66
  msgid "Replace"
67
  msgstr "Ersetze"
68
 
69
+ #: ../content-aware-sidebars.php:322
70
  msgid "Merge"
71
  msgstr "Verbinde"
72
 
73
+ #: ../content-aware-sidebars.php:323
74
  msgid "Manual"
75
+ msgstr "Handbuch"
76
 
77
+ #: ../content-aware-sidebars.php:324
78
  msgid "Forced replace"
79
  msgstr "Erzwungene Ersetzung"
80
 
81
+ #: ../content-aware-sidebars.php:328
82
  msgid "Host Sidebar"
83
  msgstr "Haupt Sidebar"
84
 
85
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
86
  msgid "Merge position"
87
  msgstr "Position bei verbinden"
88
 
89
+ #: ../content-aware-sidebars.php:338
90
  msgid "Place sidebar on top or bottom of host when merging."
91
  msgstr "Beim Verbinden platziere die Sidebar ober- oder unterhalb der Haupt Sidebar."
92
 
93
+ #: ../content-aware-sidebars.php:342
94
  msgid "Top"
95
  msgstr "Oberhalb"
96
 
97
+ #: ../content-aware-sidebars.php:343
98
  msgid "Bottom"
99
  msgstr "Unterhalb"
100
 
101
+ #: ../content-aware-sidebars.php:369
102
  msgid "Sidebars"
103
  msgstr "Sidebars"
104
 
105
+ #: ../content-aware-sidebars.php:370
106
  msgid "Sidebar"
107
+ msgstr "Navigationsleiste"
108
 
109
+ #: ../content-aware-sidebars.php:371
110
  msgctxt "sidebar"
111
  msgid "Add New"
112
  msgstr "Neu hinzufügen"
113
 
114
+ #: ../content-aware-sidebars.php:372
115
  msgid "Add New Sidebar"
116
  msgstr "Neue Sidebar erstellen"
117
 
118
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
119
  msgid "Edit Sidebar"
120
  msgstr "Sidebar bearbeiten"
121
 
122
+ #: ../content-aware-sidebars.php:374
123
  msgid "New Sidebar"
124
  msgstr "Neue Sidebar"
125
 
126
+ #: ../content-aware-sidebars.php:375
127
  msgid "All Sidebars"
128
  msgstr "Alle Sidebars"
129
 
130
+ #: ../content-aware-sidebars.php:376
131
  msgid "View Sidebar"
132
  msgstr "Sidebar ansehen"
133
 
134
+ #: ../content-aware-sidebars.php:377
135
  msgid "Search Sidebars"
136
  msgstr "Sidebars durchsuchen"
137
 
138
+ #: ../content-aware-sidebars.php:378
139
  msgid "No sidebars found"
140
  msgstr "Keine Sidebars gefunden"
141
 
142
+ #: ../content-aware-sidebars.php:379
143
  msgid "No sidebars found in Trash"
144
  msgstr "Keine Sidebars im Papierkorb gefunden"
145
 
146
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
147
+ #: ../content-aware-sidebars.php:1027
148
  msgid "Condition Groups"
149
  msgstr "Gruppen"
150
 
151
+ #: ../content-aware-sidebars.php:395
152
  msgid "Condition Group"
153
  msgstr "Gruppe"
154
 
155
+ #: ../content-aware-sidebars.php:396
156
  msgctxt "group"
157
  msgid "Add New"
158
  msgstr "Neu erstellen"
159
 
160
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
161
+ #: ../content-aware-sidebars.php:1061
162
  msgid "Add New Group"
163
  msgstr "Erstelle neue Gruppe"
164
 
165
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
166
+ #: ../content-aware-sidebars.php:1411
167
  msgctxt "group"
168
  msgid "Edit"
169
  msgstr "Bearbeiten"
170
 
171
+ #: ../content-aware-sidebars.php:422
172
  msgid "Manage widgets"
173
  msgstr "Widgets bearbeiten"
174
 
175
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
176
  msgid "Sidebar updated."
177
  msgstr "Sidebar wurde geändert."
178
 
179
+ #: ../content-aware-sidebars.php:430
180
  msgid "Sidebar published."
181
  msgstr "Sidebar wurde publiziert."
182
 
183
+ #: ../content-aware-sidebars.php:431
184
  msgid "Sidebar saved."
185
  msgstr "Sidebar wurde gesichert."
186
 
187
+ #: ../content-aware-sidebars.php:432
188
  msgid "Sidebar submitted."
189
  msgstr "Sidebar wurde übertragen."
190
 
191
+ #: ../content-aware-sidebars.php:433
192
  #, php-format
193
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
194
  msgstr "Sidebar wurde eingeplant für: <strong>%1$s</strong>."
195
 
196
  #. translators: Publish box date format, see http://php.net/date
197
+ #: ../content-aware-sidebars.php:435
198
  msgid "M j, Y @ G:i"
199
  msgstr "j. M Y @ G:i"
200
 
201
+ #: ../content-aware-sidebars.php:436
202
  msgid "Sidebar draft updated."
203
  msgstr "Sidebar-Entwurf wurde gesichert."
204
 
205
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
206
  msgid "Please update Host Sidebar"
207
  msgstr "Bitte Haupt-Sidebar aktualisieren."
208
 
209
+ #: ../content-aware-sidebars.php:510
210
  msgid "Widgets"
211
  msgstr "Widgets"
212
 
213
+ #: ../content-aware-sidebars.php:646
214
  msgid "Manage Widgets"
215
  msgstr "Widgetverwaltung"
216
 
217
+ #: ../content-aware-sidebars.php:901
218
  msgid "Get a free Content Aware Sidebars Premium Bundle"
219
  msgstr "Erhalte ein kostenloses Content Aware Sidebars Premium Bundle"
220
 
221
+ #: ../content-aware-sidebars.php:917
222
  msgid "Content"
223
  msgstr "Inhalt"
224
 
225
+ #: ../content-aware-sidebars.php:925
226
  msgid "Options"
227
  msgstr "Optionen"
228
 
229
+ #: ../content-aware-sidebars.php:949
230
  msgid ""
231
  "Each created condition group describe some specific content (conditions) "
232
  "that the current sidebar should be displayed with."
233
  msgstr "Jede erstellte Gruppe beschreibt einige spezifische Content-Bedingungen unter welchen die aktuelle Sidebar angzeigt werden soll."
234
 
235
+ #: ../content-aware-sidebars.php:950
236
  msgid ""
237
  "Content added to a condition group uses logical conjunction, while condition"
238
  " groups themselves use logical disjunction. This means that content added to"
241
  "extremely focused and at the same time distinct conditions."
242
  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."
243
 
244
+ #: ../content-aware-sidebars.php:953
245
  msgid "More Information"
246
  msgstr "Weitere Informationen"
247
 
248
+ #: ../content-aware-sidebars.php:955
249
  msgid "Get Support"
250
  msgstr "Erhalte Support"
251
 
252
+ #: ../content-aware-sidebars.php:992
253
  msgid ""
254
  "Translate Content Aware Sidebars into your language and become a BETA tester"
255
  " of the upcoming Premium Bundle*!"
256
  msgstr "Übersetze Content Aware Sidebars in deine Sprache und werde ein BETA-Tester für das bald erscheinende Premium Bundle*!"
257
 
258
+ #: ../content-aware-sidebars.php:993
259
  msgid "Translate Now"
260
  msgstr "Jetzt übersetzen"
261
 
262
+ #: ../content-aware-sidebars.php:994
263
  msgid "Get Premium Bundle"
264
  msgstr "Premium Bundle holen"
265
 
266
+ #: ../content-aware-sidebars.php:995
267
  msgid ""
268
  "Single-site use. BETA implies it is not recommended for production sites."
269
  msgstr "Verwendung für eine einzelne Site. BETA bedeutet, dass der Gebrauch für Produktivseiten nicht empfohlen wird."
270
 
271
+ #: ../content-aware-sidebars.php:998
272
  msgid "Partial Feature List"
273
  msgstr "Unvollständige Feature Liste"
274
 
275
+ #: ../content-aware-sidebars.php:1000
276
  msgid "Select and create sidebars in the Post Editing Screens"
277
  msgstr "Wähle und erstelle Sidebars in der Bearbeitungsansicht von Beiträgen."
278
 
279
+ #: ../content-aware-sidebars.php:1001
280
  msgid "Display sidebars with URLs using wildcards"
281
  msgstr "Zeige Sidebars mit URLs, die Wildcards beinthalten"
282
 
283
+ #: ../content-aware-sidebars.php:1002
284
  msgid "Display sidebars with User Roles"
285
  msgstr "Zeige Sidebars mit Benutzerrollen"
286
 
287
+ #: ../content-aware-sidebars.php:1003
288
  msgid "Display sidebars with BuddyPress User Groups"
289
  msgstr "Zeige Sidebars mit BuddyPress Benutzergruppen"
290
 
291
+ #: ../content-aware-sidebars.php:1004
292
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
293
  msgstr "Sidebars Spalte in Beiträgen und Taxonomieübersichten"
294
 
295
+ #: ../content-aware-sidebars.php:1028
296
  msgid ""
297
  "Click to edit a group or create a new one. Select content on the left to add"
298
  " it. In each group, you can combine different types of associated content."
299
  msgstr "Klicke \"Bearbeiten\" um eine Gruppe auszuwählen oder lege eine neue Gruppe an. Wähle links den Inhalt aus und klicke auf \"Zur Gruppe hinzufügen\" um ihn der Gruppe zuzuordnen. In jeder Gruppe können verschiedene Inhaltstypen kombiniert werden."
300
 
301
+ #: ../content-aware-sidebars.php:1029
302
  msgid "Display sidebar with"
303
  msgstr "Zeige Sidebar an bei"
304
 
305
+ #: ../content-aware-sidebars.php:1034
306
  msgid ""
307
  "No content. Please add at least one condition group to make the sidebar "
308
  "content aware."
309
  msgstr "Kein Inhalt vorhanden. Bitte erstelle mindestens eine Gruppe um die Sidebar inhaltsabhängig darstellen zu können."
310
 
311
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
312
  msgid "Save"
313
  msgstr "Sichern"
314
 
315
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
316
  msgid "Cancel"
317
  msgstr "Abbrechen"
318
 
319
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
320
  msgid "Remove"
321
  msgstr "Löschen"
322
 
323
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
324
  msgid "Or"
325
  msgstr "Oder"
326
 
327
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
328
+ #: ../content-aware-sidebars.php:1187
329
  msgid "Unauthorized request"
330
  msgstr "Unerlaubter Zugriff"
331
 
332
+ #: ../content-aware-sidebars.php:1145
333
  msgid "Condition group cannot be empty"
334
  msgstr "Die Gruppe darf nicht leer sein"
335
 
336
+ #: ../content-aware-sidebars.php:1159
337
  msgid "Condition group saved"
338
  msgstr "Gruppe wurde gesichert"
339
 
340
+ #: ../content-aware-sidebars.php:1192
341
  msgid "Condition group could not be removed"
342
  msgstr "Gruppe konnte nicht entfernt werden"
343
 
344
+ #: ../content-aware-sidebars.php:1197
345
  msgid "Condition group removed"
346
  msgstr "Gruppe wurde entfernt"
347
 
348
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
349
  msgid "Order"
350
  msgstr "Bestellung"
351
 
352
+ #: ../content-aware-sidebars.php:1273
353
  msgid ""
354
  "If you love this plugin, please consider donating to support future "
355
  "development."
356
  msgstr "Wenn du dieses Plugin magst, dann würde sich der Autor über eine Spende freuen."
357
 
358
+ #: ../content-aware-sidebars.php:1282
359
  msgid "Or you could:"
360
  msgstr "Weitere Möglichkeiten:"
361
 
362
+ #: ../content-aware-sidebars.php:1284
363
  msgid "Rate the plugin on WordPress.org"
364
  msgstr "Dieses Plugin bei WordPress.org bewerten"
365
 
366
+ #: ../content-aware-sidebars.php:1285
367
  msgid "Link to the plugin page"
368
  msgstr "Link zur Plugin-Seite"
369
 
370
+ #: ../content-aware-sidebars.php:1286
371
  msgid "Translate the plugin into your language"
372
  msgstr "Übersetze das Plugin in deine Sprache"
373
 
374
+ #: ../content-aware-sidebars.php:1413
375
  msgid "Remove this group and its contents permanently?"
376
  msgstr "Diese Gruppe und seine Inhalte unwiderruflich löschen?"
377
 
378
+ #: ../content-aware-sidebars.php:1414
379
  msgid "No results found."
380
  msgstr "Keine Ergebnisse gefunden."
381
 
382
+ #: ../content-aware-sidebars.php:1415
383
  msgid ""
384
  "The current group has unsaved changes. Do you want to continue and discard "
385
  "these changes?"
386
  msgstr "Die aktuelle Gruppe wurde geändert. Möchtest du die Änderungen speichern oder die Änderungen verwerfen?"
387
 
 
 
 
 
388
  #: ../modules/author.php:28
389
  msgid "Authors"
390
  msgstr "Autoren"
398
  msgstr "BuddyPress Mitglieder"
399
 
400
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
401
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
402
  msgid "View All"
403
  msgstr "Alle anzeigen"
404
 
405
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
406
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
407
  msgid "Add to Group"
408
  msgstr "Zur Gruppe hinzufügen"
409
 
414
 
415
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
416
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
417
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
418
  msgid "Search"
419
  msgstr "Suche"
420
 
423
  msgid "All %s"
424
  msgstr "Alle %s"
425
 
426
+ #: ../modules/date.php:29
427
+ msgid "Dates"
428
+ msgstr "Termine"
429
+
430
+ #: ../modules/date.php:65
431
+ msgid "Date Archives"
432
+ msgstr "Terminarchiv"
433
+
434
  #: ../modules/page_template.php:28
435
  msgid "Page Templates"
436
  msgstr "Seitenvorlage"
445
  msgstr "Post Types"
446
 
447
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
448
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
449
  msgid "Automatically select new children of a selected ancestor"
450
  msgstr "Neue untergeordnete Einträge automatisch markieren"
451
 
452
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
453
  #, php-format
454
  msgid "Display with %s"
455
  msgstr "Anzeigen bei %s"
456
 
457
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
458
  msgid "No items."
459
  msgstr "Keine Elemente."
460
 
482
  msgid "Taxonomies"
483
  msgstr "Taxonomien"
484
 
485
+ #: ../modules/taxonomy.php:286
486
  msgid "Most Used"
487
  msgstr "Am häufigsten benutzt"
lang/content-aware-sidebars-es_ES.mo CHANGED
Binary file
lang/content-aware-sidebars-es_ES.po CHANGED
@@ -1,20 +1,21 @@
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: Spanish (Spain) (http://www.transifex.com/projects/p/content-aware-sidebars/language/es_ES/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: es_ES\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.6.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
@@ -30,206 +31,206 @@ msgstr "Administrar y mostrar las barras laterales, en función del contenido qu
30
  msgid "Content Aware Sidebars"
31
  msgstr "Content Aware Sidebars (Barras Laterales)"
32
 
33
- #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
34
  msgid "FAQ"
35
  msgstr "FAQ"
36
 
37
- #: ../content-aware-sidebars.php:300
38
  msgid "Exposure"
39
  msgstr "Exposición"
40
 
41
- #: ../content-aware-sidebars.php:306
42
  msgid "Singular"
43
  msgstr "Singular"
44
 
45
- #: ../content-aware-sidebars.php:307
46
  msgid "Singular & Archive"
47
  msgstr "Singular y Archivo"
48
 
49
- #: ../content-aware-sidebars.php:308
50
  msgid "Archive"
51
  msgstr "Archivo"
52
 
53
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Acciones"
57
 
58
- #: ../content-aware-sidebars.php:314
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Reemplazar la barra lateral huésped, fusionar con la misma, o añadir una barra lateral manualmente."
61
 
62
- #: ../content-aware-sidebars.php:318
63
  msgid "Replace"
64
  msgstr "Reemplazar"
65
 
66
- #: ../content-aware-sidebars.php:319
67
  msgid "Merge"
68
  msgstr "Fusionar"
69
 
70
- #: ../content-aware-sidebars.php:320
71
  msgid "Manual"
72
  msgstr "Manualmente"
73
 
74
- #: ../content-aware-sidebars.php:321
75
  msgid "Forced replace"
76
  msgstr "Reemplazar forzadamente"
77
 
78
- #: ../content-aware-sidebars.php:325
79
  msgid "Host Sidebar"
80
  msgstr "Barra lateral huésped"
81
 
82
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
83
  msgid "Merge position"
84
  msgstr "Fusionar en posición"
85
 
86
- #: ../content-aware-sidebars.php:335
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Coloque esta barra lateral en la parte de arriba o abajo del huésped, al fusionar."
89
 
90
- #: ../content-aware-sidebars.php:339
91
  msgid "Top"
92
  msgstr "Arriba"
93
 
94
- #: ../content-aware-sidebars.php:340
95
  msgid "Bottom"
96
  msgstr "Abajo"
97
 
98
- #: ../content-aware-sidebars.php:365
99
  msgid "Sidebars"
100
  msgstr "Barras laterales"
101
 
102
- #: ../content-aware-sidebars.php:366
103
  msgid "Sidebar"
104
  msgstr "Barra lateral"
105
 
106
- #: ../content-aware-sidebars.php:367
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Añadir nuevo"
110
 
111
- #: ../content-aware-sidebars.php:368
112
  msgid "Add New Sidebar"
113
  msgstr "Añadir nueva barra lateral"
114
 
115
- #: ../content-aware-sidebars.php:369
116
  msgid "Edit Sidebar"
117
  msgstr "Editar barra lateral"
118
 
119
- #: ../content-aware-sidebars.php:370
120
  msgid "New Sidebar"
121
  msgstr "Nueva barra lateral"
122
 
123
- #: ../content-aware-sidebars.php:371
124
  msgid "All Sidebars"
125
  msgstr "Todas las barras laterales"
126
 
127
- #: ../content-aware-sidebars.php:372
128
  msgid "View Sidebar"
129
  msgstr "Ver barra lateral"
130
 
131
- #: ../content-aware-sidebars.php:373
132
  msgid "Search Sidebars"
133
  msgstr "Buscar barras laterales"
134
 
135
- #: ../content-aware-sidebars.php:374
136
  msgid "No sidebars found"
137
  msgstr "No se encontraron barras laterales"
138
 
139
- #: ../content-aware-sidebars.php:375
140
  msgid "No sidebars found in Trash"
141
  msgstr "Ninguna barra lateral encontradada en la papelera"
142
 
143
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
144
- #: ../content-aware-sidebars.php:1017
145
  msgid "Condition Groups"
146
  msgstr "Grupos de condiciones"
147
 
148
- #: ../content-aware-sidebars.php:391
149
  msgid "Condition Group"
150
  msgstr "Grupo de condiciones"
151
 
152
- #: ../content-aware-sidebars.php:392
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Añadir nuevo"
156
 
157
- #: ../content-aware-sidebars.php:393 ../content-aware-sidebars.php:1017
158
- #: ../content-aware-sidebars.php:1051
159
  msgid "Add New Group"
160
  msgstr "Añadir nuevo"
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 "Editar"
167
 
168
- #: ../content-aware-sidebars.php:418
169
  msgid "Manage widgets"
170
  msgstr "Administrar los widgets"
171
 
172
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
173
  msgid "Sidebar updated."
174
  msgstr "Barra lateral actualizada"
175
 
176
- #: ../content-aware-sidebars.php:426
177
  msgid "Sidebar published."
178
  msgstr "Barra lateral publicada."
179
 
180
- #: ../content-aware-sidebars.php:427
181
  msgid "Sidebar saved."
182
  msgstr "Barra lateral guardada."
183
 
184
- #: ../content-aware-sidebars.php:428
185
  msgid "Sidebar submitted."
186
  msgstr "Barra lateral actualizada."
187
 
188
- #: ../content-aware-sidebars.php:429
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr "Barra lateral programada el: <strong>%1$s</strong>."
192
 
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 "j M, Y @ G:i"
197
 
198
- #: ../content-aware-sidebars.php:432
199
  msgid "Sidebar draft updated."
200
  msgstr "Borrador de la barra lateral actualizado"
201
 
202
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
203
  msgid "Please update Host Sidebar"
204
  msgstr "Por favor, actualice la barra lateral huésped"
205
 
206
- #: ../content-aware-sidebars.php:506
207
  msgid "Widgets"
208
- msgstr ""
209
 
210
- #: ../content-aware-sidebars.php:642
211
  msgid "Manage Widgets"
212
  msgstr "Administrar los widgets"
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"
220
  msgstr "Contenido"
221
 
222
- #: ../content-aware-sidebars.php:921
223
  msgid "Options"
224
  msgstr "Opciónes"
225
 
226
- #: ../content-aware-sidebars.php:945
227
  msgid ""
228
  "Each created condition group describe some specific content (conditions) "
229
  "that the current sidebar should be displayed with."
230
  msgstr "Cada grupo de condiciones creado, describe un contenido específico (de condiciones) con el que la barra lateral actual se debe mostrar."
231
 
232
- #: ../content-aware-sidebars.php:946
233
  msgid ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
@@ -238,154 +239,150 @@ msgid ""
238
  "extremely focused and at the same time distinct conditions."
239
  msgstr "El contenido agregado a un grupo de condiciones utiliza la conjunción lógica, mientras que estos grupos de condiciones utilizan la disyunción lógica. Esto significa que el contenido que sea agregado a un grupo deberá estar relacionado, porque sera tratado de esta manera. Significa tambien que los grupos no pueden interferirse mutuamente. Por lo cual, es posible obtener condiciones extremadamente específicas y al mismo tiempo distintas."
240
 
241
- #: ../content-aware-sidebars.php:949
242
  msgid "More Information"
243
  msgstr "Más información"
244
 
245
- #: ../content-aware-sidebars.php:951
246
  msgid "Get Support"
247
  msgstr "Obtener apoyo"
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 ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr "Haga clic para editar un grupo o crear uno nuevo. Seleccione el contenido de la izquierda para añadirlo. En cada grupo, se pueden combinar diferentes tipos de contenido asociado."
297
 
298
- #: ../content-aware-sidebars.php:1019
299
  msgid "Display sidebar with"
300
  msgstr "Mostrar la barra lateral con"
301
 
302
- #: ../content-aware-sidebars.php:1024
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr "Sin contenido. Por favor añada al menos un grupo de condiciones para que la barra lateral pueda tener en cuenta el contenido."
307
 
308
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
309
  msgid "Save"
310
  msgstr "Guardar"
311
 
312
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
313
  msgid "Cancel"
314
  msgstr "Cancelar"
315
 
316
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
317
  msgid "Remove"
318
  msgstr "Eliminar"
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
326
  msgid "Unauthorized request"
327
  msgstr "Solicitud no autorizada"
328
 
329
- #: ../content-aware-sidebars.php:1135
330
  msgid "Condition group cannot be empty"
331
  msgstr "Grupo de condiciones no puede estar vacío"
332
 
333
- #: ../content-aware-sidebars.php:1149
334
  msgid "Condition group saved"
335
  msgstr "Grupo de condiciones guardado"
336
 
337
- #: ../content-aware-sidebars.php:1182
338
  msgid "Condition group could not be removed"
339
  msgstr "Grupo de condiciones no pudo ser eliminado"
340
 
341
- #: ../content-aware-sidebars.php:1187
342
  msgid "Condition group removed"
343
  msgstr "Grupo de condiciones eliminado"
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 ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr "Si usted ama este plugin, por favor considere hacer una donación para apoyar el futuro desarrollo."
354
 
355
- #: ../content-aware-sidebars.php:1272
356
  msgid "Or you could:"
357
  msgstr "O usted podría:"
358
 
359
- #: ../content-aware-sidebars.php:1274
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr "Calificar el plugin en WordPress.org"
362
 
363
- #: ../content-aware-sidebars.php:1275
364
  msgid "Link to the plugin page"
365
  msgstr "Crear un enlace web refiriendo al plugin"
366
 
367
- #: ../content-aware-sidebars.php:1276
368
  msgid "Translate the plugin into your language"
369
  msgstr "Traducir el plugin a su idioma"
370
 
371
- #: ../content-aware-sidebars.php:1403
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr "Eliminar este grupo y sus contenidos de forma permanente?"
374
 
375
- #: ../content-aware-sidebars.php:1404
376
  msgid "No results found."
377
  msgstr "No se han encontrado resultados."
378
 
379
- #: ../content-aware-sidebars.php:1405
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr "El grupo actual tiene cambios no guardados. ¿Quieres continuar y descartar estos cambios?"
384
 
385
- #: ../content-aware-sidebars.php:1419
386
- msgid "Edit"
387
- msgstr "Editar"
388
-
389
  #: ../modules/author.php:28
390
  msgid "Authors"
391
  msgstr "Autores"
@@ -399,12 +396,12 @@ msgid "BuddyPress Members"
399
  msgstr "Miembros de BuddyPress"
400
 
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 "Vis alle"
405
 
406
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
407
- #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
408
  msgid "Add to Group"
409
  msgstr "Añadir al grupo"
410
 
@@ -415,7 +412,7 @@ msgstr "Mostrar con todo %s"
415
 
416
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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 "Buscar"
421
 
@@ -424,6 +421,14 @@ msgstr "Buscar"
424
  msgid "All %s"
425
  msgstr "Todo %s"
426
 
 
 
 
 
 
 
 
 
427
  #: ../modules/page_template.php:28
428
  msgid "Page Templates"
429
  msgstr "Plantillas"
@@ -438,16 +443,16 @@ msgid "Post Types"
438
  msgstr "Tipos de contenido"
439
 
440
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
441
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
442
  msgid "Automatically select new children of a selected ancestor"
443
  msgstr "Seleccionar automáticamente nuevos inferiores de los superiores seleccionados"
444
 
445
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
446
  #, php-format
447
  msgid "Display with %s"
448
  msgstr "Mostrar con %s"
449
 
450
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
451
  msgid "No items."
452
  msgstr "Ningun elemento."
453
 
@@ -475,6 +480,6 @@ msgstr "Página 404"
475
  msgid "Taxonomies"
476
  msgstr "Taxonomias"
477
 
478
- #: ../modules/taxonomy.php:290
479
  msgid "Most Used"
480
  msgstr "Mest brugte"
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
+ # Javier Awwad <jaawme@hotmail.com>, 2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-03-11 09:11+0000\n"
11
+ "Last-Translator: Javier Awwad <jaawme@hotmail.com>\n"
12
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/content-aware-sidebars/language/es_ES/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: es_ES\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars (Barras Laterales)"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "FAQ"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Exposición"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Singular"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Singular y Archivo"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Archivo"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Acciones"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Reemplazar la barra lateral huésped, fusionar con la misma, o añadir una barra lateral manualmente."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Reemplazar"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Fusionar"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Manualmente"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Reemplazar forzadamente"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Barra lateral huésped"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Fusionar en posición"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Coloque esta barra lateral en la parte de arriba o abajo del huésped, al fusionar."
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Arriba"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Abajo"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Barras laterales"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Barra lateral"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Añadir nuevo"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Añadir nueva barra lateral"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Editar barra lateral"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Nueva barra lateral"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Todas las barras laterales"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Ver barra lateral"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Buscar barras laterales"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "No se encontraron barras laterales"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ninguna barra lateral encontradada en la papelera"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Grupos de condiciones"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Grupo de condiciones"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Añadir nuevo"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Añadir nuevo"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Editar"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Administrar los widgets"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Barra lateral actualizada"
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Barra lateral publicada."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Barra lateral guardada."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Barra lateral actualizada."
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Barra lateral programada el: <strong>%1$s</strong>."
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "j M, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Borrador de la barra lateral actualizado"
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Por favor, actualice la barra lateral huésped"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
+ msgstr "Widgets"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Administrar los widgets"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Consigue gratis el plugin Premium Content Aware Sidebars"
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Contenido"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Opciónes"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Cada grupo de condiciones creado, describe un contenido específico (de condiciones) con el que la barra lateral actual se debe mostrar."
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "El contenido agregado a un grupo de condiciones utiliza la conjunción lógica, mientras que estos grupos de condiciones utilizan la disyunción lógica. Esto significa que el contenido que sea agregado a un grupo deberá estar relacionado, porque sera tratado de esta manera. Significa tambien que los grupos no pueden interferirse mutuamente. Por lo cual, es posible obtener condiciones extremadamente específicas y al mismo tiempo distintas."
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "Más información"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Obtener apoyo"
249
 
250
+ #: ../content-aware-sidebars.php:992
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
+ msgstr "¡Traduzca Content Aware Sidebars en su idioma y conviertase en un probador beta de la próxima versión Premium*!"
255
 
256
+ #: ../content-aware-sidebars.php:993
257
  msgid "Translate Now"
258
+ msgstr "Traducir ahora"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
+ msgstr "Obtener el paquete Premium"
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Uso en un solo sitio. BETA implica que no se recomienda para los sitios en producción."
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
+ msgstr "Lista parcial de funciones"
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Seleccionar y crear barras laterales en las pantallas de edición de posts"
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "Mostrar barras laterales con URL usando caracteres comodín"
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
+ msgstr "Mostrar barras laterales con funciones de usuario"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Mostrar barras laterales con Grupos de usuarios BuddyPress"
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Columna Barras laterales en Post Tipo y Taxonomía en la vista general de pantallas"
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Haga clic para editar un grupo o crear uno nuevo. Seleccione el contenido de la izquierda para añadirlo. En cada grupo, se pueden combinar diferentes tipos de contenido asociado."
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Mostrar la barra lateral con"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Sin contenido. Por favor añada al menos un grupo de condiciones para que la barra lateral pueda tener en cuenta el contenido."
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Guardar"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Cancelar"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Eliminar"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
+ msgstr "O"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Solicitud no autorizada"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Grupo de condiciones no puede estar vacío"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Grupo de condiciones guardado"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Grupo de condiciones no pudo ser eliminado"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Grupo de condiciones eliminado"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
+ msgstr "Solicitar"
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Si usted ama este plugin, por favor considere hacer una donación para apoyar el futuro desarrollo."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "O usted podría:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Calificar el plugin en WordPress.org"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Crear un enlace web refiriendo al plugin"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Traducir el plugin a su idioma"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Eliminar este grupo y sus contenidos de forma permanente?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "No se han encontrado resultados."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "El grupo actual tiene cambios no guardados. ¿Quieres continuar y descartar estos cambios?"
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Autores"
396
  msgstr "Miembros de BuddyPress"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Vis alle"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Añadir al grupo"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Buscar"
418
 
421
  msgid "All %s"
422
  msgstr "Todo %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr "Fechas"
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr "Fecha de archivos"
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Plantillas"
443
  msgstr "Tipos de contenido"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Seleccionar automáticamente nuevos inferiores de los superiores seleccionados"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Mostrar con %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Ningun elemento."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taxonomias"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Mest brugte"
lang/content-aware-sidebars-eu.mo CHANGED
Binary file
lang/content-aware-sidebars-eu.po CHANGED
@@ -6,16 +6,16 @@ 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: 2015-01-22 16:41+0000\n"
11
- "Last-Translator: Gattiken Produkzioak <gattiken@gattiken.com>\n"
12
  "Language-Team: Basque (http://www.transifex.com/projects/p/content-aware-sidebars/language/eu/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: eu\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"
@@ -31,206 +31,206 @@ msgstr "Kudeatu eta erakutsi albo-barrak erakutsi nahi den edukiaren arabera."
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 "Ohiko Galderak"
37
 
38
- #: ../content-aware-sidebars.php:300
39
  msgid "Exposure"
40
  msgstr "Esposaketa"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Singularra"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Singularra & Artxiboa"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Artxiboa"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Maneiatu"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Ordezkatu berezko albo-barra, batu berarekin edo gehitu albo-barra bat eskuz."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Ordezkatu"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Batu"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Eskuz"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Behartu ordezkapena"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Berezko Albo-Barra"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Batu kokapena"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Albo-Barra berezkoaren gainean edo azpian kokatu elkartzea gauzatzean."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Gainean"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Azpian"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Albo-Barrak"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Albo-barra"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Gehitu berria"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Gehitu Albo-Barra Berria"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Editatu Albo-Barra"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Albo-Barra Berria"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Albo-Barra Guztiak"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Ikusi Albo-Barra"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Bilatu Albo-Barrak"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Ez da Albo-Barrarik topatu"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ez da Albo-Barrarik topatu zakarrontzian"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Baldintzazko Taldeak"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Baldintzazko Taldea"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Gehitu Berria"
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 "Gehitu Talde Berria"
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 "Editatu"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Kudeatu Widgetak"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Albo-Barra eguneratu da."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Albo-Barra argitaratu da."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Albo-Barra gorde da."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Albo-Barra aurkeztu da."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "<strong>%1$s</strong> erako programatutako Albo-Barra."
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 "M j, Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Zirriborroa eguneratu da."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Faborez, eguneratu Berezko Albo-Barra"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
  msgstr "Widgetak"
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Kudeatu Widgetak"
214
 
215
- #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Eskuratu doako Content Aware Sidebar Premium Bundle -a."
218
 
219
- #: ../content-aware-sidebars.php:913
220
  msgid "Content"
221
  msgstr "Edukia"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Ezarpenak"
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 "Sortzen den baldintzazko talde bakoitzak, hainbat eduki (baldintza) zehatz deskribatzen ditu, uneko albo-barrak erakutsiko dituenak."
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Baldintzazko talde batera gehitutako edukiak modu lojikoan elkartzen ditu, baina baldintzazko taldeek eurek ez-elkartze lojikoa dute. Honek esan nahi du, talde batera gehitutako edukiak asoziatu egin daitezkeela, modu horretan tratatzen diren bitartean, eta taldeek ez diotela elkarri interferitzen. honek baldintza desberdinek aldi berean funtzionatzeko aukera ematen du."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Informazio Gehiago"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Eskuratu Laguntza"
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 "Itzuli Content Aware Sidebars zure hizkuntzara eta bihurtu zaitez BETA probalari bat, datorren Premiun Bundle-rako!"
255
 
256
- #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
  msgstr "Itzuli orain"
259
 
260
- #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
  msgstr "Eskuratu Premiun Bundle"
263
 
264
- #: ../content-aware-sidebars.php:985
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr "Gune bakarreko erabilera. BETA izanik, ez da gomendatzen produkzio guneetarako."
268
 
269
- #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
  msgstr "Ezaugarrien Zerrenda Partziala"
272
 
273
- #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Aukeratu eta sortu albo-barrak Bidalketak Editatzeko Pantailan"
276
 
277
- #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Erakutsi albo-barrak URL-ekin komodinak erabiliz"
280
 
281
- #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Erakutsi Albo-Barra Erabiltzaile Baimenekin"
284
 
285
- #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Erakutsi albo-barrakl BuddyPress Erabiltzaile Taldeekin"
288
 
289
- #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Albo-Barren zutabea Post Type and Taxonomy aukeren pantailan"
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 "Egin klik talde bat editatzeko edo sortzeko. Aukeratu edukia ezkerretik. Talde bakoitzean, elkartutako eduki mota desberdinak uztartu ditzakezu."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Erakutsi Albo-Barra honekin:"
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 "Ez dago edukirik. Faborez, gehitu gutxienez baldintzazko talde bat albo-barra erabilgarri bihurtzeko."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Gorde"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Ezeztatu"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Ezabatu"
320
 
321
- #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
  msgstr "Edo"
324
 
325
- #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
- #: ../content-aware-sidebars.php:1177
327
  msgid "Unauthorized request"
328
  msgstr "Baimenik gabeko eskaera"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Baldintzazko Taldea ezin da hutsik egon"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Baldintzazko taldea gorde da"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Baldintzazko taldea ezin da ezabatu"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Baldintzazko taldea ezabatu da"
345
 
346
- #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
  msgstr "Ordena"
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 "Plugin hau maite baduzu, mesedez aztertu etorkizunean berau garatzeko diru apur bat ematea."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Edo bestela:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Eman puntuak plugin honi WordPress.org-n"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Egin lotura pluginaren orrialdearekin"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Itzuli plugin hau zure hizkuntzara"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Ezabatu talde hau eta bere edukia betirako?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Ez da emaitzarik topatu."
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 "Talde honek gorde gabeko aldaketak ditu. Aurrera segi nahi duzu eta aldaketak baztertu?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Editatu"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Egileak"
@@ -400,12 +396,12 @@ msgid "BuddyPress Members"
400
  msgstr "BuddyPress Kideak"
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 "Ikusi Guztiak"
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 "Gehitu Taldera"
411
 
@@ -416,7 +412,7 @@ msgstr "Erakutsi %s guztiekin"
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 "Bilatu"
422
 
@@ -425,6 +421,14 @@ msgstr "Bilatu"
425
  msgid "All %s"
426
  msgstr "%s Guztiak"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Orrialde Plantillak"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Bidalketa Motak"
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 "Aukeratu automatikoki aukeratutako aurretiazko albo-barra baten kume berri bat "
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Erakutsi %s ekin"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Ez dago elementurik."
454
 
@@ -476,6 +480,6 @@ msgstr "404 orrialdea"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomiak"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Erabilienak"
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
12
  "Language-Team: Basque (http://www.transifex.com/projects/p/content-aware-sidebars/language/eu/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: eu\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "Ohiko Galderak"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Esposaketa"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Singularra"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Singularra & Artxiboa"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Artxiboa"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Maneiatu"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Ordezkatu berezko albo-barra, batu berarekin edo gehitu albo-barra bat eskuz."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Ordezkatu"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Batu"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Eskuz"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Behartu ordezkapena"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Berezko Albo-Barra"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Batu kokapena"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Albo-Barra berezkoaren gainean edo azpian kokatu elkartzea gauzatzean."
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Gainean"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Azpian"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Albo-Barrak"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Albo-barra"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Gehitu berria"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Gehitu Albo-Barra Berria"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Editatu Albo-Barra"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Albo-Barra Berria"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Albo-Barra Guztiak"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Ikusi Albo-Barra"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Bilatu Albo-Barrak"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Ez da Albo-Barrarik topatu"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ez da Albo-Barrarik topatu zakarrontzian"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Baldintzazko Taldeak"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Baldintzazko Taldea"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Gehitu Berria"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Gehitu Talde Berria"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Editatu"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Kudeatu Widgetak"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Albo-Barra eguneratu da."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Albo-Barra argitaratu da."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Albo-Barra gorde da."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Albo-Barra aurkeztu da."
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "<strong>%1$s</strong> erako programatutako Albo-Barra."
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "M j, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Zirriborroa eguneratu da."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Faborez, eguneratu Berezko Albo-Barra"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr "Widgetak"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Kudeatu Widgetak"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Eskuratu doako Content Aware Sidebar Premium Bundle -a."
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Edukia"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Ezarpenak"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Sortzen den baldintzazko talde bakoitzak, hainbat eduki (baldintza) zehatz deskribatzen ditu, uneko albo-barrak erakutsiko dituenak."
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Baldintzazko talde batera gehitutako edukiak modu lojikoan elkartzen ditu, baina baldintzazko taldeek eurek ez-elkartze lojikoa dute. Honek esan nahi du, talde batera gehitutako edukiak asoziatu egin daitezkeela, modu horretan tratatzen diren bitartean, eta taldeek ez diotela elkarri interferitzen. honek baldintza desberdinek aldi berean funtzionatzeko aukera ematen du."
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "Informazio Gehiago"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Eskuratu Laguntza"
249
 
250
+ #: ../content-aware-sidebars.php:992
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
  msgstr "Itzuli Content Aware Sidebars zure hizkuntzara eta bihurtu zaitez BETA probalari bat, datorren Premiun Bundle-rako!"
255
 
256
+ #: ../content-aware-sidebars.php:993
257
  msgid "Translate Now"
258
  msgstr "Itzuli orain"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr "Eskuratu Premiun Bundle"
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr "Gune bakarreko erabilera. BETA izanik, ez da gomendatzen produkzio guneetarako."
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
  msgstr "Ezaugarrien Zerrenda Partziala"
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Aukeratu eta sortu albo-barrak Bidalketak Editatzeko Pantailan"
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Erakutsi albo-barrak URL-ekin komodinak erabiliz"
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Erakutsi Albo-Barra Erabiltzaile Baimenekin"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Erakutsi albo-barrakl BuddyPress Erabiltzaile Taldeekin"
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Albo-Barren zutabea Post Type and Taxonomy aukeren pantailan"
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Egin klik talde bat editatzeko edo sortzeko. Aukeratu edukia ezkerretik. Talde bakoitzean, elkartutako eduki mota desberdinak uztartu ditzakezu."
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Erakutsi Albo-Barra honekin:"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Ez dago edukirik. Faborez, gehitu gutxienez baldintzazko talde bat albo-barra erabilgarri bihurtzeko."
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Gorde"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Ezeztatu"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Ezabatu"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr "Edo"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Baimenik gabeko eskaera"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Baldintzazko Taldea ezin da hutsik egon"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Baldintzazko taldea gorde da"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Baldintzazko taldea ezin da ezabatu"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Baldintzazko taldea ezabatu da"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr "Ordena"
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Plugin hau maite baduzu, mesedez aztertu etorkizunean berau garatzeko diru apur bat ematea."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Edo bestela:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Eman puntuak plugin honi WordPress.org-n"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Egin lotura pluginaren orrialdearekin"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Itzuli plugin hau zure hizkuntzara"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Ezabatu talde hau eta bere edukia betirako?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "Ez da emaitzarik topatu."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "Talde honek gorde gabeko aldaketak ditu. Aurrera segi nahi duzu eta aldaketak baztertu?"
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Egileak"
396
  msgstr "BuddyPress Kideak"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Ikusi Guztiak"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Gehitu Taldera"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Bilatu"
418
 
421
  msgid "All %s"
422
  msgstr "%s Guztiak"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Orrialde Plantillak"
443
  msgstr "Bidalketa Motak"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Aukeratu automatikoki aukeratutako aurretiazko albo-barra baten kume berri bat "
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Erakutsi %s ekin"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Ez dago elementurik."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taxonomiak"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Erabilienak"
lang/content-aware-sidebars-fi_FI.mo ADDED
Binary file
lang/content-aware-sidebars-fi_FI.po ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Anna Illikainen <anna.illikainenx@gmail.com>, 2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-05-09 19:12+0000\n"
11
+ "Last-Translator: Anna Illikainen <anna.illikainenx@gmail.com>\n"
12
+ "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/content-aware-sidebars/language/fi_FI/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: fi_FI\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
+
26
+ #: ../content-aware-sidebars.php:117
27
+ msgid "Manage and show sidebars according to the content being viewed."
28
+ msgstr ""
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr ""
33
+
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
+ msgid "FAQ"
36
+ msgstr "UKK"
37
+
38
+ #: ../content-aware-sidebars.php:303
39
+ msgid "Exposure"
40
+ msgstr ""
41
+
42
+ #: ../content-aware-sidebars.php:309
43
+ msgid "Singular"
44
+ msgstr ""
45
+
46
+ #: ../content-aware-sidebars.php:310
47
+ msgid "Singular & Archive"
48
+ msgstr ""
49
+
50
+ #: ../content-aware-sidebars.php:311
51
+ msgid "Archive"
52
+ msgstr "Arkisto"
53
+
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr ""
58
+
59
+ #: ../content-aware-sidebars.php:317
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr ""
62
+
63
+ #: ../content-aware-sidebars.php:321
64
+ msgid "Replace"
65
+ msgstr ""
66
+
67
+ #: ../content-aware-sidebars.php:322
68
+ msgid "Merge"
69
+ msgstr "Yhdistä"
70
+
71
+ #: ../content-aware-sidebars.php:323
72
+ msgid "Manual"
73
+ msgstr ""
74
+
75
+ #: ../content-aware-sidebars.php:324
76
+ msgid "Forced replace"
77
+ msgstr ""
78
+
79
+ #: ../content-aware-sidebars.php:328
80
+ msgid "Host Sidebar"
81
+ msgstr ""
82
+
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
+ msgid "Merge position"
85
+ msgstr "Yhdistä paikka"
86
+
87
+ #: ../content-aware-sidebars.php:338
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr ""
90
+
91
+ #: ../content-aware-sidebars.php:342
92
+ msgid "Top"
93
+ msgstr "Ylä"
94
+
95
+ #: ../content-aware-sidebars.php:343
96
+ msgid "Bottom"
97
+ msgstr "Ala"
98
+
99
+ #: ../content-aware-sidebars.php:369
100
+ msgid "Sidebars"
101
+ msgstr "Sivupalkit"
102
+
103
+ #: ../content-aware-sidebars.php:370
104
+ msgid "Sidebar"
105
+ msgstr "Sivupalkki"
106
+
107
+ #: ../content-aware-sidebars.php:371
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Lisää uusi"
111
+
112
+ #: ../content-aware-sidebars.php:372
113
+ msgid "Add New Sidebar"
114
+ msgstr "Lisää uusi sivupalkki"
115
+
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
+ msgid "Edit Sidebar"
118
+ msgstr "Muokkaa sivupalkkia"
119
+
120
+ #: ../content-aware-sidebars.php:374
121
+ msgid "New Sidebar"
122
+ msgstr "Uusi sivupalkki"
123
+
124
+ #: ../content-aware-sidebars.php:375
125
+ msgid "All Sidebars"
126
+ msgstr "Kaikki sivupalkit"
127
+
128
+ #: ../content-aware-sidebars.php:376
129
+ msgid "View Sidebar"
130
+ msgstr "Näytä sivupalkki"
131
+
132
+ #: ../content-aware-sidebars.php:377
133
+ msgid "Search Sidebars"
134
+ msgstr "Hae sivupalkeista"
135
+
136
+ #: ../content-aware-sidebars.php:378
137
+ msgid "No sidebars found"
138
+ msgstr "Sivupalkkeja ei löytynyt"
139
+
140
+ #: ../content-aware-sidebars.php:379
141
+ msgid "No sidebars found in Trash"
142
+ msgstr "Ei sivupalkkeja roskakorissa"
143
+
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
+ msgid "Condition Groups"
147
+ msgstr ""
148
+
149
+ #: ../content-aware-sidebars.php:395
150
+ msgid "Condition Group"
151
+ msgstr ""
152
+
153
+ #: ../content-aware-sidebars.php:396
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Lisää uusi"
157
+
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
+ msgid "Add New Group"
161
+ msgstr "Lisää uusi ryhmä"
162
+
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Muokkaa"
168
+
169
+ #: ../content-aware-sidebars.php:422
170
+ msgid "Manage widgets"
171
+ msgstr ""
172
+
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
+ msgid "Sidebar updated."
175
+ msgstr "Sivupalkki päivitetty."
176
+
177
+ #: ../content-aware-sidebars.php:430
178
+ msgid "Sidebar published."
179
+ msgstr "Sivupalkki julkaistu."
180
+
181
+ #: ../content-aware-sidebars.php:431
182
+ msgid "Sidebar saved."
183
+ msgstr "Sivupalkki tallennettu."
184
+
185
+ #: ../content-aware-sidebars.php:432
186
+ msgid "Sidebar submitted."
187
+ msgstr "Sivupalkki lähetetty."
188
+
189
+ #: ../content-aware-sidebars.php:433
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr ""
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
+ msgid "M j, Y @ G:i"
197
+ msgstr ""
198
+
199
+ #: ../content-aware-sidebars.php:436
200
+ msgid "Sidebar draft updated."
201
+ msgstr "Sivupalkin luonnos päivitetty."
202
+
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
+ msgid "Please update Host Sidebar"
205
+ msgstr ""
206
+
207
+ #: ../content-aware-sidebars.php:510
208
+ msgid "Widgets"
209
+ msgstr ""
210
+
211
+ #: ../content-aware-sidebars.php:646
212
+ msgid "Manage Widgets"
213
+ msgstr ""
214
+
215
+ #: ../content-aware-sidebars.php:901
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Hanki ilmainen Content Aware Sidebars premium-paketti"
218
+
219
+ #: ../content-aware-sidebars.php:917
220
+ msgid "Content"
221
+ msgstr "Sisältö"
222
+
223
+ #: ../content-aware-sidebars.php:925
224
+ msgid "Options"
225
+ msgstr "Asetukset"
226
+
227
+ #: ../content-aware-sidebars.php:949
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr ""
232
+
233
+ #: ../content-aware-sidebars.php:950
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 ""
241
+
242
+ #: ../content-aware-sidebars.php:953
243
+ msgid "More Information"
244
+ msgstr "Lisätietoa"
245
+
246
+ #: ../content-aware-sidebars.php:955
247
+ msgid "Get Support"
248
+ msgstr "Tuki"
249
+
250
+ #: ../content-aware-sidebars.php:992
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:993
257
+ msgid "Translate Now"
258
+ msgstr "Käännä nyt"
259
+
260
+ #: ../content-aware-sidebars.php:994
261
+ msgid "Get Premium Bundle"
262
+ msgstr "Hanki premium-pakkaus"
263
+
264
+ #: ../content-aware-sidebars.php:995
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Yhden sivun käyttöön. "
268
+
269
+ #: ../content-aware-sidebars.php:998
270
+ msgid "Partial Feature List"
271
+ msgstr "Osittainen lista ominaisuuksista"
272
+
273
+ #: ../content-aware-sidebars.php:1000
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr ""
276
+
277
+ #: ../content-aware-sidebars.php:1001
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr ""
280
+
281
+ #: ../content-aware-sidebars.php:1002
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr ""
284
+
285
+ #: ../content-aware-sidebars.php:1003
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr ""
288
+
289
+ #: ../content-aware-sidebars.php:1004
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr ""
292
+
293
+ #: ../content-aware-sidebars.php:1028
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 ""
298
+
299
+ #: ../content-aware-sidebars.php:1029
300
+ msgid "Display sidebar with"
301
+ msgstr ""
302
+
303
+ #: ../content-aware-sidebars.php:1034
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr ""
308
+
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
+ msgid "Save"
311
+ msgstr "Tallenna"
312
+
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
+ msgid "Cancel"
315
+ msgstr "Peruuta"
316
+
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
+ msgid "Remove"
319
+ msgstr "Poista"
320
+
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
+ msgid "Or"
323
+ msgstr "Tai"
324
+
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
+ msgid "Unauthorized request"
328
+ msgstr ""
329
+
330
+ #: ../content-aware-sidebars.php:1145
331
+ msgid "Condition group cannot be empty"
332
+ msgstr ""
333
+
334
+ #: ../content-aware-sidebars.php:1159
335
+ msgid "Condition group saved"
336
+ msgstr ""
337
+
338
+ #: ../content-aware-sidebars.php:1192
339
+ msgid "Condition group could not be removed"
340
+ msgstr ""
341
+
342
+ #: ../content-aware-sidebars.php:1197
343
+ msgid "Condition group removed"
344
+ msgstr ""
345
+
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
+ msgid "Order"
348
+ msgstr "Järjestys"
349
+
350
+ #: ../content-aware-sidebars.php:1273
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr ""
355
+
356
+ #: ../content-aware-sidebars.php:1282
357
+ msgid "Or you could:"
358
+ msgstr "Vaihtoehtoisesti:"
359
+
360
+ #: ../content-aware-sidebars.php:1284
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr ""
363
+
364
+ #: ../content-aware-sidebars.php:1285
365
+ msgid "Link to the plugin page"
366
+ msgstr ""
367
+
368
+ #: ../content-aware-sidebars.php:1286
369
+ msgid "Translate the plugin into your language"
370
+ msgstr ""
371
+
372
+ #: ../content-aware-sidebars.php:1413
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr ""
375
+
376
+ #: ../content-aware-sidebars.php:1414
377
+ msgid "No results found."
378
+ msgstr "Ei hakutuloksia."
379
+
380
+ #: ../content-aware-sidebars.php:1415
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr ""
385
+
386
+ #: ../modules/author.php:28
387
+ msgid "Authors"
388
+ msgstr ""
389
+
390
+ #: ../modules/bbpress.php:29
391
+ msgid "bbPress User Profiles"
392
+ msgstr ""
393
+
394
+ #: ../modules/bp_member.php:27
395
+ msgid "BuddyPress Members"
396
+ msgstr ""
397
+
398
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
+ msgid "View All"
401
+ msgstr "Näytä kaikki"
402
+
403
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
+ msgid "Add to Group"
406
+ msgstr "Lisää ryhmään"
407
+
408
+ #: ../modules/casmodule.php:126
409
+ #, php-format
410
+ msgid "Display with All %s"
411
+ msgstr ""
412
+
413
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
+ msgid "Search"
417
+ msgstr "Haku"
418
+
419
+ #: ../modules/casmodule.php:223
420
+ #, php-format
421
+ msgid "All %s"
422
+ msgstr ""
423
+
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
+ #: ../modules/page_template.php:28
433
+ msgid "Page Templates"
434
+ msgstr ""
435
+
436
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
437
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
438
+ msgid "Languages"
439
+ msgstr "Kielet"
440
+
441
+ #: ../modules/post_type.php:34
442
+ msgid "Post Types"
443
+ msgstr ""
444
+
445
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
+ msgid "Automatically select new children of a selected ancestor"
448
+ msgstr ""
449
+
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
+ #, php-format
452
+ msgid "Display with %s"
453
+ msgstr ""
454
+
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
+ msgid "No items."
457
+ msgstr ""
458
+
459
+ #: ../modules/post_type.php:262
460
+ msgid "Most Recent"
461
+ msgstr "Uusin"
462
+
463
+ #: ../modules/static.php:29
464
+ msgid "Static Pages"
465
+ msgstr ""
466
+
467
+ #: ../modules/static.php:40
468
+ msgid "Front Page"
469
+ msgstr "Etusivu"
470
+
471
+ #: ../modules/static.php:41
472
+ msgid "Search Results"
473
+ msgstr "Hakutulokset"
474
+
475
+ #: ../modules/static.php:42
476
+ msgid "404 Page"
477
+ msgstr "404 Sivu"
478
+
479
+ #: ../modules/taxonomy.php:40
480
+ msgid "Taxonomies"
481
+ msgstr "Luokittelut"
482
+
483
+ #: ../modules/taxonomy.php:286
484
+ msgid "Most Used"
485
+ msgstr "Eniten käytetty"
lang/content-aware-sidebars-fr_FR.mo CHANGED
Binary file
lang/content-aware-sidebars-fr_FR.po CHANGED
@@ -2,20 +2,21 @@
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
  # Pierre-Yves Sorel <admin@synergiaweb.com>, 2015
 
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: 2015-01-18 19:50+0000\n"
11
- "Last-Translator: Pierre-Yves Sorel <admin@synergiaweb.com>\n"
12
  "Language-Team: French (France) (http://www.transifex.com/projects/p/content-aware-sidebars/language/fr_FR/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: fr_FR\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"
@@ -31,206 +32,206 @@ msgstr "Gérer et afficher les sidebars selon le contenu visionné."
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 ""
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
- msgstr ""
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
- msgstr ""
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
- msgstr ""
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
- msgstr ""
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Remplacer la sidebar originale, la fusionner avec ou ajouter une sidebar manuellement."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
- msgstr ""
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
- msgstr ""
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
- msgstr ""
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
- msgstr ""
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
- msgstr ""
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
- msgstr ""
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Place la sidebar au-dessus ou en-dessous de l'hôte pendant la fusion."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Dessus"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Dessous"
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 "Ajouter nouvelle"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Ajouter nouvelle sidebar"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Éditer la sidebar"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Nouvelle sidebar"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Toutes les sidebars"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Voir la sidebar"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
- msgstr ""
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Aucune sidebar trouvée"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Aucune sidebar trouvée dans la corbeille"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
- msgstr ""
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
- msgstr ""
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Ajouter nouveau"
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 "Ajouter nouveau groupe"
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 "Éditer"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Gérer les widgets"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar mise à jour"
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Sidebar publiée"
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar sauvegardée"
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar soumise"
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
- msgstr ""
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 ""
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Brouillon de la sidebar mis à jour."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Veuillez mettre à jour la sidebar originale"
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 "Gérer les widgets"
214
 
215
- #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Obtenez une version gratuite de Content Aware Sidebars Prenium."
218
 
219
- #: ../content-aware-sidebars.php:913
220
  msgid "Content"
221
  msgstr "Contenu"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Options"
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 "Chaque groupe de condition créé décrit du contenu spécifique (des conditions) avec lequel la sidebar devrait être affichée."
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"
@@ -239,154 +240,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Le contenu ajouté à un groupe de condition utilise une logique de conjonction, alors que les groupes de condition eux utilisent une logique de disjonction. Cela signifie que les contenus ajoutés à un groupe devrait être associés, puisqu'ils sont traités en tant que tel, et que les groupes n'interfèrent pas entre eux. Ainsi, il est possible d'avoir des conditions à la fois extrêmement focalisées et distinctes. "
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Plus d'informations"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Recevoir du support"
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 "Traduisez Content Aware Sidebars dans votre langue et devenez un BETA testeur de la version Prenium* à venir!"
255
 
256
- #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
  msgstr "Traduisez maintenant"
259
 
260
- #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
  msgstr "Recevez la version Prenium"
263
 
264
- #: ../content-aware-sidebars.php:985
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr "Utilisation sur un seul site. BETA implique pas recommandé pour les sites de production."
268
 
269
- #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
  msgstr "Liste partielle de caractéristiques"
272
 
273
- #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Sélectionner et créer des sidebars dans la page d'édition des articles."
276
 
277
- #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Afficher les sidebars avec des URLs en utilisant des jokers"
280
 
281
- #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Afficher les sidebars avec des Rôles d'Utilisateurs"
284
 
285
- #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Afficher les sidebars avec les Groupes d'Utilisateurs de BuddyPress"
288
 
289
- #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Colonnes de sidebars dans les fenêtres de types d'articles et taxonomie"
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 "Cliquez ici pour éditer un groupe ou en créer un nouveau. Sélectionnez le contenu sur la gauche pour l'ajouter. Dans chaque groupe, vous pouvez combiner différents types de contenus associés. "
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Afficher la sidebar avec"
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 "Aucun contenu. Veuillez ajouter au moins un groupe de condition pour rendre la sidebar consciente du contenu. "
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Sauvegarder"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Annuler"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Supprimer"
320
 
321
- #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
  msgstr "Ou"
324
 
325
- #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
- #: ../content-aware-sidebars.php:1177
327
  msgid "Unauthorized request"
328
  msgstr "Requête non autorisée"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Le groupe de condition ne peut pas être vide"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Groupe de condition sauvegardé"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Le groupe de condition n'a pas pu être supprimé"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Groupe de condition supprimé"
345
 
346
- #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
  msgstr "Commande"
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 vous aimez cette extension, s'il vous plait envisagez de faire un don pour supporter le développement futur. "
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Ou vous pourriez"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Évaluer l'extension sur WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Lien vers la page de l'extension"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Traduire l'extension dans votre langue"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Supprimer ce groupe et son contenu de façon permanente?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Aucun résultat trouvé."
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 "Le groupe courant a des changements non sauvegardés. Voulez-vous continuer et abandonner ces changements?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Éditer"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Auteurs"
@@ -400,34 +397,42 @@ msgid "BuddyPress Members"
400
  msgstr "Membres 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 "Tout voir"
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 "Ajouter au groupe"
411
 
412
  #: ../modules/casmodule.php:126
413
  #, php-format
414
  msgid "Display with All %s"
415
- msgstr ""
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 "Chercher"
422
 
423
  #: ../modules/casmodule.php:223
424
  #, php-format
425
  msgid "All %s"
426
- msgstr ""
 
 
 
 
 
 
 
 
427
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
- msgstr ""
431
 
432
  #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
433
  #: ../modules/transposh.php:27 ../modules/wpml.php:27
@@ -439,18 +444,18 @@ msgid "Post Types"
439
  msgstr "Types d'article"
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 "Sélectionne automatiquement les nouveaux enfants de l'ancêtre sélectionné"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
- msgstr ""
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
- msgstr ""
454
 
455
  #: ../modules/post_type.php:262
456
  msgid "Most Recent"
@@ -462,7 +467,7 @@ msgstr "Pages statiques"
462
 
463
  #: ../modules/static.php:40
464
  msgid "Front Page"
465
- msgstr ""
466
 
467
  #: ../modules/static.php:41
468
  msgid "Search Results"
@@ -476,6 +481,6 @@ msgstr "Page 404"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomies"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
- msgstr ""
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
  # Pierre-Yves Sorel <admin@synergiaweb.com>, 2015
5
+ # Seb <fastfuel@hotmail.com>, 2015
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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-02-17 21:51+0000\n"
12
+ "Last-Translator: Seb <fastfuel@hotmail.com>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/projects/p/content-aware-sidebars/language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fr_FR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Content Aware Sidebars"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "FAQ"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
+ msgstr "Affichage"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
+ msgstr "Pages et Articles"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
+ msgstr "Pages, Articles et Listes"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
+ msgstr "Listes"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
+ msgstr "Mode d'insertion"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Remplacer la sidebar originale, la fusionner avec ou ajouter une sidebar manuellement."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
+ msgstr "Substitution"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
+ msgstr "Fusion"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
+ msgstr "Manuel"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
+ msgstr "Forcé"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
+ msgstr "Affiche la Sidebar"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
+ msgstr "Position d'insertion"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Place la sidebar au-dessus ou en-dessous de l'hôte pendant la fusion."
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
  msgstr "Dessus"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
  msgstr "Dessous"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Sidebars"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Sidebar"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Ajouter nouvelle"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Ajouter nouvelle sidebar"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Éditer la sidebar"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Nouvelle sidebar"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Toutes les sidebars"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Voir la sidebar"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
+ msgstr "Rechercher une Sidebar"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "Aucune sidebar trouvée"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "Aucune sidebar trouvée dans la corbeille"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
+ msgstr "Groupes de conditions"
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
+ msgstr "Groupe de conditions"
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Ajouter nouveau"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Ajouter nouveau groupe"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Éditer"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Gérer les widgets"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Sidebar mise à jour"
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Sidebar publiée"
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Sidebar sauvegardée"
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Sidebar soumise"
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
+ msgstr "Sidebar programmée pour <strong>%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
+ msgstr "j M Y, G:i "
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Brouillon de la sidebar mis à jour."
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Veuillez mettre à jour la sidebar originale"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
  msgstr "Widgets"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Gérer les widgets"
215
 
216
+ #: ../content-aware-sidebars.php:901
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
  msgstr "Obtenez une version gratuite de Content Aware Sidebars Prenium."
219
 
220
+ #: ../content-aware-sidebars.php:917
221
  msgid "Content"
222
  msgstr "Contenu"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Options"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Chaque groupe de condition créé décrit du contenu spécifique (des conditions) avec lequel la sidebar devrait être affichée."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Le contenu ajouté à un groupe de condition utilise une logique de conjonction, alors que les groupes de condition eux utilisent une logique de disjonction. Cela signifie que les contenus ajoutés à un groupe devrait être associés, puisqu'ils sont traités en tant que tel, et que les groupes n'interfèrent pas entre eux. Ainsi, il est possible d'avoir des conditions à la fois extrêmement focalisées et distinctes. "
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Plus d'informations"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Recevoir du support"
250
 
251
+ #: ../content-aware-sidebars.php:992
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
  msgstr "Traduisez Content Aware Sidebars dans votre langue et devenez un BETA testeur de la version Prenium* à venir!"
256
 
257
+ #: ../content-aware-sidebars.php:993
258
  msgid "Translate Now"
259
  msgstr "Traduisez maintenant"
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
  msgstr "Recevez la version Prenium"
264
 
265
+ #: ../content-aware-sidebars.php:995
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
  msgstr "Utilisation sur un seul site. BETA implique pas recommandé pour les sites de production."
269
 
270
+ #: ../content-aware-sidebars.php:998
271
  msgid "Partial Feature List"
272
  msgstr "Liste partielle de caractéristiques"
273
 
274
+ #: ../content-aware-sidebars.php:1000
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
  msgstr "Sélectionner et créer des sidebars dans la page d'édition des articles."
277
 
278
+ #: ../content-aware-sidebars.php:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr "Afficher les sidebars avec des URLs en utilisant des jokers"
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr "Afficher les sidebars avec des Rôles d'Utilisateurs"
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr "Afficher les sidebars avec les Groupes d'Utilisateurs de BuddyPress"
289
 
290
+ #: ../content-aware-sidebars.php:1004
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
  msgstr "Colonnes de sidebars dans les fenêtres de types d'articles et taxonomie"
293
 
294
+ #: ../content-aware-sidebars.php:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Cliquez ici pour éditer un groupe ou en créer un nouveau. Sélectionnez le contenu sur la gauche pour l'ajouter. Dans chaque groupe, vous pouvez combiner différents types de contenus associés. "
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Afficher la sidebar avec"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Aucun contenu. Veuillez ajouter au moins un groupe de condition pour rendre la sidebar consciente du contenu. "
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Sauvegarder"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Annuler"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Supprimer"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
  msgstr "Ou"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Requête non autorisée"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "Le groupe de condition ne peut pas être vide"
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Groupe de condition sauvegardé"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "Le groupe de condition n'a pas pu être supprimé"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Groupe de condition supprimé"
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr "Commande"
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Si vous aimez cette extension, s'il vous plait envisagez de faire un don pour supporter le développement futur. "
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "Ou vous pourriez"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Évaluer l'extension sur WordPress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Lien vers la page de l'extension"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Traduire l'extension dans votre langue"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Supprimer ce groupe et son contenu de façon permanente?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "Aucun résultat trouvé."
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Le groupe courant a des changements non sauvegardés. Voulez-vous continuer et abandonner ces changements?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Auteurs"
397
  msgstr "Membres BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Tout voir"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Ajouter au groupe"
408
 
409
  #: ../modules/casmodule.php:126
410
  #, php-format
411
  msgid "Display with All %s"
412
+ msgstr "Afficher avec toutes les %s"
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Chercher"
419
 
420
  #: ../modules/casmodule.php:223
421
  #, php-format
422
  msgid "All %s"
423
+ msgstr "Toutes les %s"
424
+
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Dates"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Date de listes"
432
 
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
+ msgstr "Gabarit de Page"
436
 
437
  #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
438
  #: ../modules/transposh.php:27 ../modules/wpml.php:27
444
  msgstr "Types d'article"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
  msgstr "Sélectionne automatiquement les nouveaux enfants de l'ancêtre sélectionné"
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
+ msgstr "Afficher avec %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
+ msgstr "Aucun élément"
459
 
460
  #: ../modules/post_type.php:262
461
  msgid "Most Recent"
467
 
468
  #: ../modules/static.php:40
469
  msgid "Front Page"
470
+ msgstr "Page d'accueil"
471
 
472
  #: ../modules/static.php:41
473
  msgid "Search Results"
481
  msgid "Taxonomies"
482
  msgstr "Taxonomies"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
+ msgstr "La plus utilisée"
lang/content-aware-sidebars-hu_HU.mo CHANGED
Binary file
lang/content-aware-sidebars-hu_HU.po CHANGED
@@ -1,21 +1,21 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
- # Neftigon <kislukacs@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
- "POT-Creation-Date: 2014-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: Hungarian (Hungary) (http://www.transifex.com/projects/p/content-aware-sidebars/language/hu_HU/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +31,206 @@ msgstr "Az oldalsávok kezelése és megjelenítése a tartalomnak megfelelően.
31
  msgid "Content Aware Sidebars"
32
  msgstr "Tartalomfüggő oldalsáv"
33
 
34
- #: ../content-aware-sidebars.php:200 ../content-aware-sidebars.php:950
35
  msgid "FAQ"
36
  msgstr "GYIK"
37
 
38
- #: ../content-aware-sidebars.php:300
39
  msgid "Exposure"
40
  msgstr "Expozíció"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Egyes szám"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Egyes szám & archívum"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Archívum"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Művelet"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Eredeti oldalsáv helyettesítése, egyesítés vele vagy oldalsáv hozzáadása manuálisan."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Helyettesítés"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Egyesítés"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Manuális"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Kötelező csere"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Eredeti oldalsáv"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Egyesítés helye"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Az oldalsáv elhelyezése a eredeti oldalsáv fölött vagy alatt egyesítéskor."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Fent"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Lent"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Oldalsávok"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Oldalsáv"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Új hozzáadása"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Új oldalsáv hozzáadása"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Oldalsáv szerkesztése"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Új oldalsáv"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Összes oldalsáv"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Oldalsáv megtekintése"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Oldalsáv keresése"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Oldalsáv nem található"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Oldalsáv nem található a kukában"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Feltétel csoportok"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Feltétel csoport"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Új hozzáadása"
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 "Új csoport hozzáadása"
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 "Szerkesztés"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Widgetek kezelése"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Oldalsáv frissítve."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Oldalsáv közzétéve."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Oldalsáv mentve."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Oldalsáv létrehozva."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Oldalsáv időzítve: <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 "M j, Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Oldalsáv vázlat frissítve."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Kérjük, frissítse az eredeti oldalsávot"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
- msgstr ""
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Widgetek kezelése"
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"
221
  msgstr "Tartalom"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Beállítások"
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 "Minden létrehozott csoport egy bizonyos tartalomfajtát (feltételt) jelöl, ami mellett az oldalsáv meg fog jelenni."
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Tartalom hozzáadva a csoporthoz logikai konjunkció alapján, míg a csoportok egymással logikai diszjunkcióban vannak. A csoporthoz adott tartalmat társítani kell, együtt kell kezelni őket, és a csoportok között nem lehet átfedés. Így elérhető, hogy minden célzottan jelenjen meg a megfelelő helyen és körülmények között."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "További információk"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Segítség kérése"
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 ""
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 ""
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 "Kattintson ide a csoportok szerkesztéséhez, vagy új létrehozásához. A tartalmat válassza ki a bal oldalon. Minden csoportban külön tudja kezelni a tartalomhoz megfelelő típusokat."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Oldalsáv megjelenítése ezzel"
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 "Nincs tartalom. Kérjük, adjon hozzá legalább egy feltétel csoportot, hogy az oldalsáv tartalomfüggő legyen. "
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Mentés"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Mégse"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Eltávolítás"
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
327
  msgid "Unauthorized request"
328
  msgstr "Jogosulatlan kérés"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Feltétel csoportot nem leht létrehozni"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Feltétel csoport mentve"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Feltétel csoportot nem lehet törölni"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Feltétel csoport törölve"
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 ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Ha tetszik ez a plugin, kérjük támogassa, hogy folytathassuk a fejlesztését."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Vagy esetleg:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Értékelje a plugint a WordPress.org címen"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Link a plugin oldalra"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Plugin lefordítása a saját nyelvre"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Csoport és tartalmának eltávolítása véglegesen?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Nincs találat."
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 "A csoportban vannak nem mentett módosítások. Valóban szeretné elvetni a módosításokat és szeretne továbblépni?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Szerkesztés"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Szerzők"
@@ -400,12 +396,12 @@ msgid "BuddyPress Members"
400
  msgstr "BuddyPress felhasználók"
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 "Összes megtekintése"
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 "Hozzáadás a csoporthoz"
411
 
@@ -416,7 +412,7 @@ msgstr "Megjelenítés az összes %s-val/vel"
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 "Keresés"
422
 
@@ -425,6 +421,14 @@ msgstr "Keresés"
425
  msgid "All %s"
426
  msgstr "Összes %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Oldal sablonok"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Bejegyzés típusok"
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 "Automatikus utód kiválasztása az ős alapján."
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Megjelenítés %s-val/vel."
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Nincs elem."
454
 
@@ -476,6 +480,6 @@ msgstr "404-es oldal"
476
  msgid "Taxonomies"
477
  msgstr "Taxonómiák"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Leggyakrabban használt"
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
+ # Neftigon <kislukacs@gmail.com>, 2014-2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-03-01 16:31+0000\n"
11
+ "Last-Translator: Neftigon <kislukacs@gmail.com>\n"
12
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/content-aware-sidebars/language/hu_HU/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Tartalomfüggő oldalsáv"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "GYIK"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Expozíció"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Egyes szám"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Egyes szám & archívum"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Archívum"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Művelet"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Eredeti oldalsáv helyettesítése, egyesítés vele vagy oldalsáv hozzáadása manuálisan."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Helyettesítés"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Egyesítés"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Manuális"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Kötelező csere"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Eredeti oldalsáv"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Egyesítés helye"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Az oldalsáv elhelyezése a eredeti oldalsáv fölött vagy alatt egyesítéskor."
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Fent"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Lent"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Oldalsávok"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Oldalsáv"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Új hozzáadása"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Új oldalsáv hozzáadása"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Oldalsáv szerkesztése"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Új oldalsáv"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Összes oldalsáv"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Oldalsáv megtekintése"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Oldalsáv keresése"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Oldalsáv nem található"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Oldalsáv nem található a kukában"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Feltétel csoportok"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Feltétel csoport"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Új hozzáadása"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Új csoport hozzáadása"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Szerkesztés"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Widgetek kezelése"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Oldalsáv frissítve."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Oldalsáv közzétéve."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Oldalsáv mentve."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Oldalsáv létrehozva."
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Oldalsáv időzítve: <strong>%1$s</strong>."
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "M j, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Oldalsáv vázlat frissítve."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Kérjük, frissítse az eredeti oldalsávot"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
+ msgstr "Widgetek"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Widgetek kezelése"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Ingyenes Tartalomfüggő oldalsáv prémium csomag beszerzése"
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Tartalom"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Beállítások"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Minden létrehozott csoport egy bizonyos tartalomfajtát (feltételt) jelöl, ami mellett az oldalsáv meg fog jelenni."
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Tartalom hozzáadva a csoporthoz logikai konjunkció alapján, míg a csoportok egymással logikai diszjunkcióban vannak. A csoporthoz adott tartalmat társítani kell, együtt kell kezelni őket, és a csoportok között nem lehet átfedés. Így elérhető, hogy minden célzottan jelenjen meg a megfelelő helyen és körülmények között."
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "További információk"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Segítség kérése"
249
 
250
+ #: ../content-aware-sidebars.php:992
251
  msgid ""
252
  "Translate Content Aware Sidebars into your language and become a BETA tester"
253
  " of the upcoming Premium Bundle*!"
254
+ msgstr "Fordítsa le a Tartalomfüggő oldalsávot a saját nyelvére, és legyen béta tesztelője a prémium csomagoknak*!"
255
 
256
+ #: ../content-aware-sidebars.php:993
257
  msgid "Translate Now"
258
+ msgstr "Lefordítom most"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
+ msgstr "Prémium csomag beszerzése"
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Egy honlapos használat. A béta változatot nem javasolt éles honlapon használni."
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
+ msgstr "Részleges funkció lista"
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Oldalsáv kiválasztása és létrehozása a bejegyzés szerkesztése nézetben"
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "OIdalsávok megjelenítése URL-ekkel, helyettesítő karakterrel"
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
+ msgstr "Oldalsávok megjelenítése felhasználói szerepkörökkel"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Oldalsávok megjelenítése BuddyPress felhasználói csoportokkal"
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Oldalsáv oszlop a bejegyzés típusánál és a taxonómiák nézetben"
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Kattintson ide a csoportok szerkesztéséhez, vagy új létrehozásához. A tartalmat válassza ki a bal oldalon. Minden csoportban külön tudja kezelni a tartalomhoz megfelelő típusokat."
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Oldalsáv megjelenítése ezzel"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Nincs tartalom. Kérjük, adjon hozzá legalább egy feltétel csoportot, hogy az oldalsáv tartalomfüggő legyen. "
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Mentés"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Mégse"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Eltávolítás"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
+ msgstr "vagy"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Jogosulatlan kérés"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Feltétel csoportot nem leht létrehozni"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Feltétel csoport mentve"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Feltétel csoportot nem lehet törölni"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Feltétel csoport törölve"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
+ msgstr "Sorrend"
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Ha tetszik ez a plugin, kérjük támogassa, hogy folytathassuk a fejlesztését."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Vagy esetleg:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Értékelje a plugint a WordPress.org címen"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Link a plugin oldalra"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Plugin lefordítása a saját nyelvre"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Csoport és tartalmának eltávolítása véglegesen?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "Nincs találat."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "A csoportban vannak nem mentett módosítások. Valóban szeretné elvetni a módosításokat és szeretne továbblépni?"
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Szerzők"
396
  msgstr "BuddyPress felhasználók"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Összes megtekintése"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Hozzáadás a csoporthoz"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Keresés"
418
 
421
  msgid "All %s"
422
  msgstr "Összes %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr "Dátum"
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr "Dátum archívum"
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Oldal sablonok"
443
  msgstr "Bejegyzés típusok"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Automatikus utód kiválasztása az ős alapján."
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Megjelenítés %s-val/vel."
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Nincs elem."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taxonómiák"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Leggyakrabban használt"
lang/content-aware-sidebars-it_IT.mo CHANGED
Binary file
lang/content-aware-sidebars-it_IT.po CHANGED
@@ -1,14 +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
- # 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"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
@@ -32,206 +32,206 @@ msgstr "Gestisce e mostra sidebars a seconda del contenuto visualizzato."
32
  msgid "Content Aware Sidebars"
33
  msgstr "Content Aware Sidebars"
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"
41
  msgstr "Tipologia"
42
 
43
- #: ../content-aware-sidebars.php:306
44
  msgid "Singular"
45
  msgstr "Singola"
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"
53
  msgstr "Archivio"
54
 
55
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Comportamento"
59
 
60
- #: ../content-aware-sidebars.php:314
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Sostituisce sidebar, si fonde con essa o aggiunge la sidebar manualmente."
63
 
64
- #: ../content-aware-sidebars.php:318
65
  msgid "Replace"
66
  msgstr "Sostituzione"
67
 
68
- #: ../content-aware-sidebars.php:319
69
  msgid "Merge"
70
  msgstr "Unione"
71
 
72
- #: ../content-aware-sidebars.php:320
73
  msgid "Manual"
74
  msgstr "Manuale"
75
 
76
- #: ../content-aware-sidebars.php:321
77
  msgid "Forced replace"
78
  msgstr "Forza la sostituzione"
79
 
80
- #: ../content-aware-sidebars.php:325
81
  msgid "Host Sidebar"
82
  msgstr "Sidebar"
83
 
84
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
85
  msgid "Merge position"
86
  msgstr "Posizione"
87
 
88
- #: ../content-aware-sidebars.php:335
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Posizione sidebar in alto o in basso dell'host durante la fusione."
91
 
92
- #: ../content-aware-sidebars.php:339
93
  msgid "Top"
94
  msgstr "Alto"
95
 
96
- #: ../content-aware-sidebars.php:340
97
  msgid "Bottom"
98
  msgstr "Basso"
99
 
100
- #: ../content-aware-sidebars.php:365
101
  msgid "Sidebars"
102
  msgstr "Sidebars"
103
 
104
- #: ../content-aware-sidebars.php:366
105
  msgid "Sidebar"
106
  msgstr "Sidebar"
107
 
108
- #: ../content-aware-sidebars.php:367
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Aggiungi"
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"
119
  msgstr "Modifica Sidebar"
120
 
121
- #: ../content-aware-sidebars.php:370
122
  msgid "New Sidebar"
123
  msgstr "Nuova Sidebar"
124
 
125
- #: ../content-aware-sidebars.php:371
126
  msgid "All Sidebars"
127
  msgstr "Tutte le Sidebars"
128
 
129
- #: ../content-aware-sidebars.php:372
130
  msgid "View Sidebar"
131
  msgstr "Vedi Sidebar"
132
 
133
- #: ../content-aware-sidebars.php:373
134
  msgid "Search Sidebars"
135
  msgstr "Cerca Sidebars"
136
 
137
- #: ../content-aware-sidebars.php:374
138
  msgid "No sidebars found"
139
  msgstr "Nessuna sidebar trovata"
140
 
141
- #: ../content-aware-sidebars.php:375
142
  msgid "No sidebars found in Trash"
143
  msgstr "nessuna sidebar spostata nel cestino"
144
 
145
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
146
- #: ../content-aware-sidebars.php:1017
147
  msgid "Condition Groups"
148
  msgstr "Condizione gruppi "
149
 
150
- #: ../content-aware-sidebars.php:391
151
  msgid "Condition Group"
152
  msgstr "Condizione gruppo "
153
 
154
- #: ../content-aware-sidebars.php:392
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Aggiungi"
158
 
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
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Modifica"
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."
176
  msgstr "Sidebar aggiornata."
177
 
178
- #: ../content-aware-sidebars.php:426
179
  msgid "Sidebar published."
180
  msgstr "Sidebar pubblicata."
181
 
182
- #: ../content-aware-sidebars.php:427
183
  msgid "Sidebar saved."
184
  msgstr "Sidebar salvata."
185
 
186
- #: ../content-aware-sidebars.php:428
187
  msgid "Sidebar submitted."
188
  msgstr "Sidebar inviata."
189
 
190
- #: ../content-aware-sidebars.php:429
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Sidebar posticipata per: <strong>%1$s</strong>."
194
 
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 "M j, Y @ G:i"
199
 
200
- #: ../content-aware-sidebars.php:432
201
  msgid "Sidebar draft updated."
202
  msgstr "Bozza sidebar aggiornata. "
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"
214
  msgstr "Gestione 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"
222
  msgstr "Contenuto"
223
 
224
- #: ../content-aware-sidebars.php:921
225
  msgid "Options"
226
  msgstr "Opzioni"
227
 
228
- #: ../content-aware-sidebars.php:945
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Ogni condizione creata dal gruppo descrive alcuni contenuti specifici (condizioni) che la sidebar attuale dovrebbe visualizzare."
233
 
234
- #: ../content-aware-sidebars.php:946
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
@@ -240,154 +240,150 @@ msgid ""
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Il contenuto aggiunto a un gruppo di condizioni utilizza la congiunzione logica, mentre i gruppi di condizione si usano come disgiunzione logica. Ciò significa che il contenuto aggiunto a un gruppo dovrebbe essere associato e i gruppi non devono interferire uno con l'altro. In altre parole non è possibile ottenere le stesse condizioni concentrate allo stesso tempo."
242
 
243
- #: ../content-aware-sidebars.php:949
244
  msgid "More Information"
245
  msgstr "Altre informazioni"
246
 
247
- #: ../content-aware-sidebars.php:951
248
  msgid "Get Support"
249
  msgstr "Ottieni supporto"
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 "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 ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Clicca per modificare un gruppo o crearne uno nuovo. Seleziona il contenuto a sinistra per aggiungerlo. In ogni gruppo, è possibile combinare diversi tipi di contenuti associati."
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 ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Nessun contenuto. Si prega di aggiungere almeno una condizione di gruppo per impostare il contenuto della sidebar"
309
 
310
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
311
  msgid "Save"
312
  msgstr "Salva"
313
 
314
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
315
  msgid "Cancel"
316
  msgstr "Annulla"
317
 
318
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
319
  msgid "Remove"
320
  msgstr "Elimina"
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
328
  msgid "Unauthorized request"
329
  msgstr "Richiesta non autorizzata"
330
 
331
- #: ../content-aware-sidebars.php:1135
332
  msgid "Condition group cannot be empty"
333
  msgstr "Impossibile creare condizioni di gruppo"
334
 
335
- #: ../content-aware-sidebars.php:1149
336
  msgid "Condition group saved"
337
  msgstr "Condizioni di gruppo salvate"
338
 
339
- #: ../content-aware-sidebars.php:1182
340
  msgid "Condition group could not be removed"
341
  msgstr "Le condizioni di gruppo non possono essere eliminate"
342
 
343
- #: ../content-aware-sidebars.php:1187
344
  msgid "Condition group removed"
345
  msgstr "Condizione di gruppo eliminata "
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 ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Se ti piace questo plugin, considera l'eventualità di fare una donazione per supportare lo sviluppo."
356
 
357
- #: ../content-aware-sidebars.php:1272
358
  msgid "Or you could:"
359
  msgstr "Ti potrebbe anche interessare:"
360
 
361
- #: ../content-aware-sidebars.php:1274
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Valutare il plugin su WordPress.org"
364
 
365
- #: ../content-aware-sidebars.php:1275
366
  msgid "Link to the plugin page"
367
  msgstr "Collegati alla pagina WordPress del plugin"
368
 
369
- #: ../content-aware-sidebars.php:1276
370
  msgid "Translate the plugin into your language"
371
  msgstr "Tradurre questo plugin nella tua lingua"
372
 
373
- #: ../content-aware-sidebars.php:1403
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Vuoi eliminare questo gruppo e il suo contenuto in modo permanente?"
376
 
377
- #: ../content-aware-sidebars.php:1404
378
  msgid "No results found."
379
  msgstr "Nessuna sidebar trovata"
380
 
381
- #: ../content-aware-sidebars.php:1405
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Il gruppo attuale contiene modifiche non salvate. Vuoi proseguire e eliminare questi cambiamenti?"
386
 
387
- #: ../content-aware-sidebars.php:1419
388
- msgid "Edit"
389
- msgstr "Modifica"
390
-
391
  #: ../modules/author.php:28
392
  msgid "Authors"
393
  msgstr "Autori"
@@ -401,12 +397,12 @@ msgid "BuddyPress Members"
401
  msgstr "Utente BuddyPress"
402
 
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 "Vedi tutti"
407
 
408
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
409
- #: ../modules/post_type.php:286 ../modules/taxonomy.php:314
410
  msgid "Add to Group"
411
  msgstr "Aggiungi gruppo"
412
 
@@ -417,7 +413,7 @@ msgstr "Visualizza tutte le %s"
417
 
418
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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 "Cerca"
423
 
@@ -426,6 +422,14 @@ msgstr "Cerca"
426
  msgid "All %s"
427
  msgstr "Tutte le %s"
428
 
 
 
 
 
 
 
 
 
429
  #: ../modules/page_template.php:28
430
  msgid "Page Templates"
431
  msgstr "Template pagine"
@@ -440,16 +444,16 @@ msgid "Post Types"
440
  msgstr "Tipi di messaggi"
441
 
442
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
443
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
444
  msgid "Automatically select new children of a selected ancestor"
445
  msgstr "Seleziona automaticamente nuovi figli di un percorso selezionato"
446
 
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."
454
  msgstr "Nessun oggetto."
455
 
@@ -477,6 +481,6 @@ msgstr "Pagina 404"
477
  msgid "Taxonomies"
478
  msgstr "Tassonomie"
479
 
480
- #: ../modules/taxonomy.php:290
481
  msgid "Most Used"
482
  msgstr "Più usati"
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-2015
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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-01-28 11:24+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"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Content Aware Sidebars"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "FAQ"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
  msgstr "Tipologia"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
  msgstr "Singola"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
  msgstr "Singola e Archivio"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
  msgstr "Archivio"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Comportamento"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Sostituisce sidebar, si fonde con essa o aggiunge la sidebar manualmente."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
  msgstr "Sostituzione"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
  msgstr "Unione"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
  msgstr "Manuale"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
  msgstr "Forza la sostituzione"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
  msgstr "Sidebar"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
  msgstr "Posizione"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Posizione sidebar in alto o in basso dell'host durante la fusione."
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
  msgstr "Alto"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
  msgstr "Basso"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Sidebars"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Sidebar"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Aggiungi"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Aggiungi nuova sidebar"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Modifica Sidebar"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Nuova Sidebar"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Tutte le Sidebars"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Vedi Sidebar"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
  msgstr "Cerca Sidebars"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "Nessuna sidebar trovata"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "nessuna sidebar spostata nel cestino"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
  msgstr "Condizione gruppi "
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
  msgstr "Condizione gruppo "
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Aggiungi"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Aggiungi nuovo gruppo"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Modifica"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Gestione widgets"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Sidebar aggiornata."
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Sidebar pubblicata."
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Sidebar salvata."
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Sidebar inviata."
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Sidebar posticipata per: <strong>%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
  msgstr "M j, Y @ G:i"
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Bozza sidebar aggiornata. "
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Aggiorna sidebar"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
  msgstr "Widgets"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Gestione Widgets"
215
 
216
+ #: ../content-aware-sidebars.php:901
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:917
221
  msgid "Content"
222
  msgstr "Contenuto"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Opzioni"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Ogni condizione creata dal gruppo descrive alcuni contenuti specifici (condizioni) che la sidebar attuale dovrebbe visualizzare."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Il contenuto aggiunto a un gruppo di condizioni utilizza la congiunzione logica, mentre i gruppi di condizione si usano come disgiunzione logica. Ciò significa che il contenuto aggiunto a un gruppo dovrebbe essere associato e i gruppi non devono interferire uno con l'altro. In altre parole non è possibile ottenere le stesse condizioni concentrate allo stesso tempo."
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Altre informazioni"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Ottieni supporto"
250
 
251
+ #: ../content-aware-sidebars.php:992
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:993
258
  msgid "Translate Now"
259
  msgstr "Traduci ora"
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
  msgstr "Ottieni Premium Bundle"
264
 
265
+ #: ../content-aware-sidebars.php:995
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:998
271
  msgid "Partial Feature List"
272
  msgstr "Elenco parziale funzionalità"
273
 
274
+ #: ../content-aware-sidebars.php:1000
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:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr "Mostra sidebars con URL utilizzando i caratteri jolly"
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr "Mostra sidebars con ruoli utente"
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr "Mostra sidebars con gruppi utenti BuddyPress"
289
 
290
+ #: ../content-aware-sidebars.php:1004
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:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Clicca per modificare un gruppo o crearne uno nuovo. Seleziona il contenuto a sinistra per aggiungerlo. In ogni gruppo, è possibile combinare diversi tipi di contenuti associati."
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Visualizza sidebar"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Nessun contenuto. Si prega di aggiungere almeno una condizione di gruppo per impostare il contenuto della sidebar"
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Salva"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Annulla"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Elimina"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
  msgstr "O"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Richiesta non autorizzata"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "Impossibile creare condizioni di gruppo"
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Condizioni di gruppo salvate"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "Le condizioni di gruppo non possono essere eliminate"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Condizione di gruppo eliminata "
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr "Ordina"
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Se ti piace questo plugin, considera l'eventualità di fare una donazione per supportare lo sviluppo."
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "Ti potrebbe anche interessare:"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Valutare il plugin su WordPress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Collegati alla pagina WordPress del plugin"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Tradurre questo plugin nella tua lingua"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Vuoi eliminare questo gruppo e il suo contenuto in modo permanente?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "Nessuna sidebar trovata"
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Il gruppo attuale contiene modifiche non salvate. Vuoi proseguire e eliminare questi cambiamenti?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Autori"
397
  msgstr "Utente BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Vedi tutti"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Aggiungi gruppo"
408
 
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Cerca"
419
 
422
  msgid "All %s"
423
  msgstr "Tutte le %s"
424
 
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Dati"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Archivio dati"
432
+
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
  msgstr "Template pagine"
444
  msgstr "Tipi di messaggi"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
  msgstr "Seleziona automaticamente nuovi figli di un percorso selezionato"
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
  msgstr "Seleziona %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
  msgstr "Nessun oggetto."
459
 
481
  msgid "Taxonomies"
482
  msgstr "Tassonomie"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
  msgstr "Più usati"
lang/content-aware-sidebars-ko_KR.mo ADDED
Binary file
lang/content-aware-sidebars-ko_KR.po ADDED
@@ -0,0 +1,486 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Daeeun Kim <daeeun@zanpress.com>, 2014
5
+ # saynim <ssaynim@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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
12
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
13
+ "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/content-aware-sidebars/language/ko_KR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ko_KR\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "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"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPath-1: ..\n"
24
+ "X-Poedit-SourceCharset: UTF-8\n"
25
+ "X-Textdomain-Support: yes\n"
26
+
27
+ #: ../content-aware-sidebars.php:117
28
+ msgid "Manage and show sidebars according to the content being viewed."
29
+ msgstr ""
30
+
31
+ #: ../content-aware-sidebars.php:118
32
+ msgid "Content Aware Sidebars"
33
+ msgstr ""
34
+
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
+ msgid "FAQ"
37
+ msgstr "FAQ"
38
+
39
+ #: ../content-aware-sidebars.php:303
40
+ msgid "Exposure"
41
+ msgstr ""
42
+
43
+ #: ../content-aware-sidebars.php:309
44
+ msgid "Singular"
45
+ msgstr ""
46
+
47
+ #: ../content-aware-sidebars.php:310
48
+ msgid "Singular & Archive"
49
+ msgstr ""
50
+
51
+ #: ../content-aware-sidebars.php:311
52
+ msgid "Archive"
53
+ msgstr "아카이브"
54
+
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
+ msgctxt "option"
57
+ msgid "Handle"
58
+ msgstr ""
59
+
60
+ #: ../content-aware-sidebars.php:317
61
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
62
+ msgstr ""
63
+
64
+ #: ../content-aware-sidebars.php:321
65
+ msgid "Replace"
66
+ msgstr "대체하기"
67
+
68
+ #: ../content-aware-sidebars.php:322
69
+ msgid "Merge"
70
+ msgstr "합치기"
71
+
72
+ #: ../content-aware-sidebars.php:323
73
+ msgid "Manual"
74
+ msgstr ""
75
+
76
+ #: ../content-aware-sidebars.php:324
77
+ msgid "Forced replace"
78
+ msgstr "강제로 대체 하기"
79
+
80
+ #: ../content-aware-sidebars.php:328
81
+ msgid "Host Sidebar"
82
+ msgstr ""
83
+
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
+ msgid "Merge position"
86
+ msgstr ""
87
+
88
+ #: ../content-aware-sidebars.php:338
89
+ msgid "Place sidebar on top or bottom of host when merging."
90
+ msgstr ""
91
+
92
+ #: ../content-aware-sidebars.php:342
93
+ msgid "Top"
94
+ msgstr "위"
95
+
96
+ #: ../content-aware-sidebars.php:343
97
+ msgid "Bottom"
98
+ msgstr "아래"
99
+
100
+ #: ../content-aware-sidebars.php:369
101
+ msgid "Sidebars"
102
+ msgstr ""
103
+
104
+ #: ../content-aware-sidebars.php:370
105
+ msgid "Sidebar"
106
+ msgstr "사이드바"
107
+
108
+ #: ../content-aware-sidebars.php:371
109
+ msgctxt "sidebar"
110
+ msgid "Add New"
111
+ msgstr "추가하기"
112
+
113
+ #: ../content-aware-sidebars.php:372
114
+ msgid "Add New Sidebar"
115
+ msgstr "새로운 사이드바 추가하기"
116
+
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
+ msgid "Edit Sidebar"
119
+ msgstr "사이드바 수정"
120
+
121
+ #: ../content-aware-sidebars.php:374
122
+ msgid "New Sidebar"
123
+ msgstr "새로운 사이드바"
124
+
125
+ #: ../content-aware-sidebars.php:375
126
+ msgid "All Sidebars"
127
+ msgstr "전체 사이드바"
128
+
129
+ #: ../content-aware-sidebars.php:376
130
+ msgid "View Sidebar"
131
+ msgstr "사이드바 보기"
132
+
133
+ #: ../content-aware-sidebars.php:377
134
+ msgid "Search Sidebars"
135
+ msgstr "사이드바 검색"
136
+
137
+ #: ../content-aware-sidebars.php:378
138
+ msgid "No sidebars found"
139
+ msgstr "사이드바를 찾지 못했습니다"
140
+
141
+ #: ../content-aware-sidebars.php:379
142
+ msgid "No sidebars found in Trash"
143
+ msgstr "휴지통에서 사이드바를 찾지 못했습니다"
144
+
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
+ msgid "Condition Groups"
148
+ msgstr ""
149
+
150
+ #: ../content-aware-sidebars.php:395
151
+ msgid "Condition Group"
152
+ msgstr ""
153
+
154
+ #: ../content-aware-sidebars.php:396
155
+ msgctxt "group"
156
+ msgid "Add New"
157
+ msgstr "새롭게 추가"
158
+
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
+ msgid "Add New Group"
162
+ msgstr "새로운 그룹 추가"
163
+
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
+ msgctxt "group"
167
+ msgid "Edit"
168
+ msgstr ""
169
+
170
+ #: ../content-aware-sidebars.php:422
171
+ msgid "Manage widgets"
172
+ msgstr ""
173
+
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
+ msgid "Sidebar updated."
176
+ msgstr ""
177
+
178
+ #: ../content-aware-sidebars.php:430
179
+ msgid "Sidebar published."
180
+ msgstr ""
181
+
182
+ #: ../content-aware-sidebars.php:431
183
+ msgid "Sidebar saved."
184
+ msgstr ""
185
+
186
+ #: ../content-aware-sidebars.php:432
187
+ msgid "Sidebar submitted."
188
+ msgstr ""
189
+
190
+ #: ../content-aware-sidebars.php:433
191
+ #, php-format
192
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
+ msgstr ""
194
+
195
+ #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
+ msgid "M j, Y @ G:i"
198
+ msgstr ""
199
+
200
+ #: ../content-aware-sidebars.php:436
201
+ msgid "Sidebar draft updated."
202
+ msgstr ""
203
+
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
+ msgid "Please update Host Sidebar"
206
+ msgstr ""
207
+
208
+ #: ../content-aware-sidebars.php:510
209
+ msgid "Widgets"
210
+ msgstr "위젯"
211
+
212
+ #: ../content-aware-sidebars.php:646
213
+ msgid "Manage Widgets"
214
+ msgstr ""
215
+
216
+ #: ../content-aware-sidebars.php:901
217
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr ""
219
+
220
+ #: ../content-aware-sidebars.php:917
221
+ msgid "Content"
222
+ msgstr ""
223
+
224
+ #: ../content-aware-sidebars.php:925
225
+ msgid "Options"
226
+ msgstr ""
227
+
228
+ #: ../content-aware-sidebars.php:949
229
+ msgid ""
230
+ "Each created condition group describe some specific content (conditions) "
231
+ "that the current sidebar should be displayed with."
232
+ msgstr ""
233
+
234
+ #: ../content-aware-sidebars.php:950
235
+ msgid ""
236
+ "Content added to a condition group uses logical conjunction, while condition"
237
+ " groups themselves use logical disjunction. This means that content added to"
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 ""
242
+
243
+ #: ../content-aware-sidebars.php:953
244
+ msgid "More Information"
245
+ msgstr "기타 정보"
246
+
247
+ #: ../content-aware-sidebars.php:955
248
+ msgid "Get Support"
249
+ msgstr ""
250
+
251
+ #: ../content-aware-sidebars.php:992
252
+ msgid ""
253
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
254
+ " of the upcoming Premium Bundle*!"
255
+ msgstr ""
256
+
257
+ #: ../content-aware-sidebars.php:993
258
+ msgid "Translate Now"
259
+ msgstr ""
260
+
261
+ #: ../content-aware-sidebars.php:994
262
+ msgid "Get Premium Bundle"
263
+ msgstr ""
264
+
265
+ #: ../content-aware-sidebars.php:995
266
+ msgid ""
267
+ "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr ""
269
+
270
+ #: ../content-aware-sidebars.php:998
271
+ msgid "Partial Feature List"
272
+ msgstr ""
273
+
274
+ #: ../content-aware-sidebars.php:1000
275
+ msgid "Select and create sidebars in the Post Editing Screens"
276
+ msgstr ""
277
+
278
+ #: ../content-aware-sidebars.php:1001
279
+ msgid "Display sidebars with URLs using wildcards"
280
+ msgstr ""
281
+
282
+ #: ../content-aware-sidebars.php:1002
283
+ msgid "Display sidebars with User Roles"
284
+ msgstr ""
285
+
286
+ #: ../content-aware-sidebars.php:1003
287
+ msgid "Display sidebars with BuddyPress User Groups"
288
+ msgstr ""
289
+
290
+ #: ../content-aware-sidebars.php:1004
291
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
+ msgstr ""
293
+
294
+ #: ../content-aware-sidebars.php:1028
295
+ msgid ""
296
+ "Click to edit a group or create a new one. Select content on the left to add"
297
+ " it. In each group, you can combine different types of associated content."
298
+ msgstr ""
299
+
300
+ #: ../content-aware-sidebars.php:1029
301
+ msgid "Display sidebar with"
302
+ msgstr ""
303
+
304
+ #: ../content-aware-sidebars.php:1034
305
+ msgid ""
306
+ "No content. Please add at least one condition group to make the sidebar "
307
+ "content aware."
308
+ msgstr ""
309
+
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
+ msgid "Save"
312
+ msgstr "저장"
313
+
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
+ msgid "Cancel"
316
+ msgstr "취소"
317
+
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
+ msgid "Remove"
320
+ msgstr ""
321
+
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
+ msgid "Or"
324
+ msgstr ""
325
+
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
+ msgid "Unauthorized request"
329
+ msgstr ""
330
+
331
+ #: ../content-aware-sidebars.php:1145
332
+ msgid "Condition group cannot be empty"
333
+ msgstr ""
334
+
335
+ #: ../content-aware-sidebars.php:1159
336
+ msgid "Condition group saved"
337
+ msgstr ""
338
+
339
+ #: ../content-aware-sidebars.php:1192
340
+ msgid "Condition group could not be removed"
341
+ msgstr ""
342
+
343
+ #: ../content-aware-sidebars.php:1197
344
+ msgid "Condition group removed"
345
+ msgstr ""
346
+
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
+ msgid "Order"
349
+ msgstr ""
350
+
351
+ #: ../content-aware-sidebars.php:1273
352
+ msgid ""
353
+ "If you love this plugin, please consider donating to support future "
354
+ "development."
355
+ msgstr ""
356
+
357
+ #: ../content-aware-sidebars.php:1282
358
+ msgid "Or you could:"
359
+ msgstr ""
360
+
361
+ #: ../content-aware-sidebars.php:1284
362
+ msgid "Rate the plugin on WordPress.org"
363
+ msgstr ""
364
+
365
+ #: ../content-aware-sidebars.php:1285
366
+ msgid "Link to the plugin page"
367
+ msgstr ""
368
+
369
+ #: ../content-aware-sidebars.php:1286
370
+ msgid "Translate the plugin into your language"
371
+ msgstr ""
372
+
373
+ #: ../content-aware-sidebars.php:1413
374
+ msgid "Remove this group and its contents permanently?"
375
+ msgstr ""
376
+
377
+ #: ../content-aware-sidebars.php:1414
378
+ msgid "No results found."
379
+ msgstr ""
380
+
381
+ #: ../content-aware-sidebars.php:1415
382
+ msgid ""
383
+ "The current group has unsaved changes. Do you want to continue and discard "
384
+ "these changes?"
385
+ msgstr ""
386
+
387
+ #: ../modules/author.php:28
388
+ msgid "Authors"
389
+ msgstr ""
390
+
391
+ #: ../modules/bbpress.php:29
392
+ msgid "bbPress User Profiles"
393
+ msgstr ""
394
+
395
+ #: ../modules/bp_member.php:27
396
+ msgid "BuddyPress Members"
397
+ msgstr ""
398
+
399
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
+ msgid "View All"
402
+ msgstr ""
403
+
404
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
+ msgid "Add to Group"
407
+ msgstr ""
408
+
409
+ #: ../modules/casmodule.php:126
410
+ #, php-format
411
+ msgid "Display with All %s"
412
+ msgstr ""
413
+
414
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
+ msgid "Search"
418
+ msgstr ""
419
+
420
+ #: ../modules/casmodule.php:223
421
+ #, php-format
422
+ msgid "All %s"
423
+ msgstr ""
424
+
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr ""
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr ""
432
+
433
+ #: ../modules/page_template.php:28
434
+ msgid "Page Templates"
435
+ msgstr ""
436
+
437
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
438
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
439
+ msgid "Languages"
440
+ msgstr ""
441
+
442
+ #: ../modules/post_type.php:34
443
+ msgid "Post Types"
444
+ msgstr ""
445
+
446
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
+ msgid "Automatically select new children of a selected ancestor"
449
+ msgstr ""
450
+
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
+ #, php-format
453
+ msgid "Display with %s"
454
+ msgstr ""
455
+
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
+ msgid "No items."
458
+ msgstr ""
459
+
460
+ #: ../modules/post_type.php:262
461
+ msgid "Most Recent"
462
+ msgstr ""
463
+
464
+ #: ../modules/static.php:29
465
+ msgid "Static Pages"
466
+ msgstr ""
467
+
468
+ #: ../modules/static.php:40
469
+ msgid "Front Page"
470
+ msgstr ""
471
+
472
+ #: ../modules/static.php:41
473
+ msgid "Search Results"
474
+ msgstr ""
475
+
476
+ #: ../modules/static.php:42
477
+ msgid "404 Page"
478
+ msgstr ""
479
+
480
+ #: ../modules/taxonomy.php:40
481
+ msgid "Taxonomies"
482
+ msgstr ""
483
+
484
+ #: ../modules/taxonomy.php:286
485
+ msgid "Most Used"
486
+ msgstr ""
lang/content-aware-sidebars-lt_LT.mo CHANGED
Binary file
lang/content-aware-sidebars-lt_LT.po CHANGED
@@ -6,16 +6,16 @@ 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"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: lt_LT\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +31,206 @@ msgstr "Pagal šiuo metu peržiūrimą turinį valdykite ir rodykite tinkamas š
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 ""
37
 
38
- #: ../content-aware-sidebars.php:300
39
  msgid "Exposure"
40
  msgstr "Atidengimas"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Išskirti"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Išskirti ir Archyvuoti"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Archyvuoti"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Apdoroti [ parinktis ]"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Pakeisti serverio šoninę juostą, sulieti ją ar pridėti šoninę juostą rankiniu būdu"
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Pakeisti"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Sulieti"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Rankinis"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr ""
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Serverio šoninė juosta"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Sulieti poziciją"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Patalpinti šoninę serverio juostą viršuje arba apačioje kuomet suliejama."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Viršus"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Apačia"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Šoninės juostos"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Šoninė juosta"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Pridėti Naują [ šoninę juostą ]"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Pridėti Naują Šoninę Juostą"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Redaguoti Šoninę Juostą"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Nauja Šoninė Juosta"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Visos Šoninės Juostos"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Peržiūrėti Šoninę Juostą"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Ieškoti Šoninių Juostų"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Šoninių juostų nerasta"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Šiukšlėse nerasta jokių šoninių juostų"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr ""
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr ""
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Pridėti Naują [ šoninę juostą ]"
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 "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"
171
  msgstr ""
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Šoninė juosta atnaujinta."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr ""
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Šoninė juosta įrašyta."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr ""
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr ""
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 "M j, Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Šoninės juostos juodraštis atnaujintas."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Prašome atnaujinti Serverio Šoninę Juostą"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
  msgstr ""
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Tvarkyti Valdiklius"
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"
221
  msgstr "Turinys"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Parinktys"
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 ""
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr ""
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr ""
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr ""
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 ""
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 ""
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 ""
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr ""
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 ""
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr ""
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr ""
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  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
327
  msgid "Unauthorized request"
328
  msgstr ""
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr ""
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr ""
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr ""
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  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 ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Jeigu Jums patiko šis papildinys, prašome paaukoti. Taip prisidėsi prie tolesnio papildinio plėtojimo."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Arba galite:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Įvertinti papildinį WordPress.org svetainėje"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Nukreipti į papildinio puslapį"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr ""
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr ""
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr ""
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 ""
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Redaguoti"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Autorius"
@@ -400,12 +396,12 @@ msgid "BuddyPress Members"
400
  msgstr "BuddyPress Narius"
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 ""
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 ""
411
 
@@ -416,7 +412,7 @@ msgstr ""
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 ""
422
 
@@ -425,6 +421,14 @@ msgstr ""
425
  msgid "All %s"
426
  msgstr ""
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Puslapių Ruošinius"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Įrašų Tipus"
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 "Automatiškai pasirinkti naujus pažymėtų savininkų \"vaikus\"."
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr ""
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Jokių elementų. "
454
 
@@ -476,6 +480,6 @@ msgstr "404 Puslapis"
476
  msgid "Taxonomies"
477
  msgstr "Taksonomijos"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr ""
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\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"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: lt_LT\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr ""
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Atidengimas"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Išskirti"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Išskirti ir Archyvuoti"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Archyvuoti"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Apdoroti [ parinktis ]"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Pakeisti serverio šoninę juostą, sulieti ją ar pridėti šoninę juostą rankiniu būdu"
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Pakeisti"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Sulieti"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Rankinis"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr ""
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Serverio šoninė juosta"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Sulieti poziciją"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Patalpinti šoninę serverio juostą viršuje arba apačioje kuomet suliejama."
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Viršus"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Apačia"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Šoninės juostos"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Šoninė juosta"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Pridėti Naują [ šoninę juostą ]"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Pridėti Naują Šoninę Juostą"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Redaguoti Šoninę Juostą"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Nauja Šoninė Juosta"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Visos Šoninės Juostos"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Peržiūrėti Šoninę Juostą"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Ieškoti Šoninių Juostų"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Šoninių juostų nerasta"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Šiukšlėse nerasta jokių šoninių juostų"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr ""
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr ""
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Pridėti Naują [ šoninę juostą ]"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Pridėti naują grupę"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Redaguoti"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr ""
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Šoninė juosta atnaujinta."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr ""
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Šoninė juosta įrašyta."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr ""
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr ""
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "M j, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Šoninės juostos juodraštis atnaujintas."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Prašome atnaujinti Serverio Šoninę Juostą"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr ""
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Tvarkyti Valdiklius"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr ""
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Turinys"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Parinktys"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr ""
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr ""
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr ""
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr ""
249
 
250
+ #: ../content-aware-sidebars.php:992
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:993
257
  msgid "Translate Now"
258
  msgstr ""
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr ""
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr ""
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
  msgstr ""
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr ""
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr ""
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr ""
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr ""
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr ""
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 ""
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr ""
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr ""
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr ""
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr ""
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr ""
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr ""
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr ""
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr ""
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr ""
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr ""
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr ""
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr ""
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Jeigu Jums patiko šis papildinys, prašome paaukoti. Taip prisidėsi prie tolesnio papildinio plėtojimo."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Arba galite:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Įvertinti papildinį WordPress.org svetainėje"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Nukreipti į papildinio puslapį"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr ""
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr ""
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr ""
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr ""
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Autorius"
396
  msgstr "BuddyPress Narius"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr ""
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr ""
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr ""
418
 
421
  msgid "All %s"
422
  msgstr ""
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Puslapių Ruošinius"
443
  msgstr "Įrašų Tipus"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Automatiškai pasirinkti naujus pažymėtų savininkų \"vaikus\"."
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr ""
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Jokių elementų. "
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taksonomijos"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr ""
lang/content-aware-sidebars-lv_LV.mo CHANGED
Binary file
lang/content-aware-sidebars-lv_LV.po CHANGED
@@ -5,16 +5,16 @@ 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: Latvian (Latvia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/lv_LV/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: lv_LV\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
17
- "X-Generator: Poedit 1.6.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
@@ -30,206 +30,206 @@ msgstr "Pārvaldīt un rādīt sānsjolas atbilstoši aplūkojamajam saturam."
30
  msgid "Content Aware Sidebars"
31
  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"
39
  msgstr "Ekspozīcija"
40
 
41
- #: ../content-aware-sidebars.php:306
42
  msgid "Singular"
43
  msgstr "Atsevišķs"
44
 
45
- #: ../content-aware-sidebars.php:307
46
  msgid "Singular & Archive"
47
  msgstr "Atsevišķs un Arhīvs"
48
 
49
- #: ../content-aware-sidebars.php:308
50
  msgid "Archive"
51
  msgstr "Arhīvs"
52
 
53
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Pārvaldīt [iespējas]"
57
 
58
- #: ../content-aware-sidebars.php:314
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Aizvietot galveno sānjoslu, sapludināt ar to vai pievienot sānjoslu manuāli."
61
 
62
- #: ../content-aware-sidebars.php:318
63
  msgid "Replace"
64
  msgstr "Aizvietot"
65
 
66
- #: ../content-aware-sidebars.php:319
67
  msgid "Merge"
68
  msgstr "Sapludināt"
69
 
70
- #: ../content-aware-sidebars.php:320
71
  msgid "Manual"
72
  msgstr "Manuāli"
73
 
74
- #: ../content-aware-sidebars.php:321
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
- #: ../content-aware-sidebars.php:325
79
  msgid "Host Sidebar"
80
  msgstr "Galvenā sānjosla"
81
 
82
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
83
  msgid "Merge position"
84
  msgstr "Sapludināšanas pozīcija"
85
 
86
- #: ../content-aware-sidebars.php:335
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Novietot sānjoslu augšā vai apakšā galvenajai joslai, kad sapludina."
89
 
90
- #: ../content-aware-sidebars.php:339
91
  msgid "Top"
92
  msgstr "Augšā"
93
 
94
- #: ../content-aware-sidebars.php:340
95
  msgid "Bottom"
96
  msgstr "Apakšā"
97
 
98
- #: ../content-aware-sidebars.php:365
99
  msgid "Sidebars"
100
  msgstr "Sānjoslas"
101
 
102
- #: ../content-aware-sidebars.php:366
103
  msgid "Sidebar"
104
  msgstr "Sānjosla"
105
 
106
- #: ../content-aware-sidebars.php:367
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Pievienot jaunu"
110
 
111
- #: ../content-aware-sidebars.php:368
112
  msgid "Add New Sidebar"
113
  msgstr "Pievienot jaunu sānjoslu"
114
 
115
- #: ../content-aware-sidebars.php:369
116
  msgid "Edit Sidebar"
117
  msgstr "Rediģēt sānjoslu"
118
 
119
- #: ../content-aware-sidebars.php:370
120
  msgid "New Sidebar"
121
  msgstr "Jauna sānjosla"
122
 
123
- #: ../content-aware-sidebars.php:371
124
  msgid "All Sidebars"
125
  msgstr "Visas sānjoslas"
126
 
127
- #: ../content-aware-sidebars.php:372
128
  msgid "View Sidebar"
129
  msgstr "Aplūkot sānjoslu"
130
 
131
- #: ../content-aware-sidebars.php:373
132
  msgid "Search Sidebars"
133
  msgstr "Meklēt sānjoslas"
134
 
135
- #: ../content-aware-sidebars.php:374
136
  msgid "No sidebars found"
137
  msgstr "Nav atrasta neviena sānjosla"
138
 
139
- #: ../content-aware-sidebars.php:375
140
  msgid "No sidebars found in Trash"
141
  msgstr "Atkritnē nav atrasta neviena sānjosla"
142
 
143
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
144
- #: ../content-aware-sidebars.php:1017
145
  msgid "Condition Groups"
146
  msgstr ""
147
 
148
- #: ../content-aware-sidebars.php:391
149
  msgid "Condition Group"
150
  msgstr ""
151
 
152
- #: ../content-aware-sidebars.php:392
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Pievienot jaunu"
156
 
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"
170
  msgstr ""
171
 
172
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
173
  msgid "Sidebar updated."
174
  msgstr "Sānjosla atjaunota."
175
 
176
- #: ../content-aware-sidebars.php:426
177
  msgid "Sidebar published."
178
  msgstr ""
179
 
180
- #: ../content-aware-sidebars.php:427
181
  msgid "Sidebar saved."
182
  msgstr "Sānjosla saglabāta."
183
 
184
- #: ../content-aware-sidebars.php:428
185
  msgid "Sidebar submitted."
186
  msgstr ""
187
 
188
- #: ../content-aware-sidebars.php:429
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr ""
192
 
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 "M j, Y @ G:i"
197
 
198
- #: ../content-aware-sidebars.php:432
199
  msgid "Sidebar draft updated."
200
  msgstr "Sānjoslas melnraksts atjaunināts."
201
 
202
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
203
  msgid "Please update Host Sidebar"
204
  msgstr "Lūdzu atjauniniet galveno sānjoslu"
205
 
206
- #: ../content-aware-sidebars.php:506
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
- #: ../content-aware-sidebars.php:642
211
  msgid "Manage Widgets"
212
  msgstr "Pārvaldīt logrīkus"
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"
220
  msgstr "Saturs"
221
 
222
- #: ../content-aware-sidebars.php:921
223
  msgid "Options"
224
  msgstr "Iespējas"
225
 
226
- #: ../content-aware-sidebars.php:945
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 ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
@@ -238,154 +238,150 @@ msgid ""
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 ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr ""
297
 
298
- #: ../content-aware-sidebars.php:1019
299
  msgid "Display sidebar with"
300
  msgstr ""
301
 
302
- #: ../content-aware-sidebars.php:1024
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr ""
307
 
308
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
309
  msgid "Save"
310
  msgstr ""
311
 
312
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
313
  msgid "Cancel"
314
  msgstr ""
315
 
316
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
317
  msgid "Remove"
318
  msgstr ""
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
326
  msgid "Unauthorized request"
327
  msgstr ""
328
 
329
- #: ../content-aware-sidebars.php:1135
330
  msgid "Condition group cannot be empty"
331
  msgstr ""
332
 
333
- #: ../content-aware-sidebars.php:1149
334
  msgid "Condition group saved"
335
  msgstr ""
336
 
337
- #: ../content-aware-sidebars.php:1182
338
  msgid "Condition group could not be removed"
339
  msgstr ""
340
 
341
- #: ../content-aware-sidebars.php:1187
342
  msgid "Condition group removed"
343
  msgstr ""
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 ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr "Ja Jums patīk šis spraudnis, apsveriet iespēju noziedot tā turpmākai attīstībai."
354
 
355
- #: ../content-aware-sidebars.php:1272
356
  msgid "Or you could:"
357
  msgstr "Vai arī Jūs variet:"
358
 
359
- #: ../content-aware-sidebars.php:1274
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr "Novērtēt spraudni WordPress.org"
362
 
363
- #: ../content-aware-sidebars.php:1275
364
  msgid "Link to the plugin page"
365
  msgstr "Saite uz spraudni"
366
 
367
- #: ../content-aware-sidebars.php:1276
368
  msgid "Translate the plugin into your language"
369
  msgstr ""
370
 
371
- #: ../content-aware-sidebars.php:1403
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr ""
374
 
375
- #: ../content-aware-sidebars.php:1404
376
  msgid "No results found."
377
  msgstr ""
378
 
379
- #: ../content-aware-sidebars.php:1405
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr ""
384
 
385
- #: ../content-aware-sidebars.php:1419
386
- msgid "Edit"
387
- msgstr ""
388
-
389
  #: ../modules/author.php:28
390
  msgid "Authors"
391
  msgstr "Autori"
@@ -399,12 +395,12 @@ msgid "BuddyPress Members"
399
  msgstr "BuddyPress Lietotāji"
400
 
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
408
  msgid "Add to Group"
409
  msgstr ""
410
 
@@ -415,7 +411,7 @@ msgstr ""
415
 
416
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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
 
@@ -424,6 +420,14 @@ msgstr ""
424
  msgid "All %s"
425
  msgstr ""
426
 
 
 
 
 
 
 
 
 
427
  #: ../modules/page_template.php:28
428
  msgid "Page Templates"
429
  msgstr "Lapu veidnes"
@@ -438,16 +442,16 @@ msgid "Post Types"
438
  msgstr "Rakstu tipi"
439
 
440
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
441
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
442
  msgid "Automatically select new children of a selected ancestor"
443
  msgstr "Automātiski izvēlēties jaunus bērnu ierakstus izvēlētajam ierakstam"
444
 
445
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
446
  #, php-format
447
  msgid "Display with %s"
448
  msgstr ""
449
 
450
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
451
  msgid "No items."
452
  msgstr "Nav priekšmetu."
453
 
@@ -475,6 +479,6 @@ msgstr "404 lapa"
475
  msgid "Taxonomies"
476
  msgstr "Taksonomijas"
477
 
478
- #: ../modules/taxonomy.php:290
479
  msgid "Most Used"
480
  msgstr ""
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: 2015-01-27 22:32-0800\n"
9
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
10
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
11
  "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/lv_LV/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: lv_LV\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.7.4\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
30
  msgid "Content Aware Sidebars"
31
  msgstr "Content Aware Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
34
  msgid "FAQ"
35
  msgstr ""
36
 
37
+ #: ../content-aware-sidebars.php:303
38
  msgid "Exposure"
39
  msgstr "Ekspozīcija"
40
 
41
+ #: ../content-aware-sidebars.php:309
42
  msgid "Singular"
43
  msgstr "Atsevišķs"
44
 
45
+ #: ../content-aware-sidebars.php:310
46
  msgid "Singular & Archive"
47
  msgstr "Atsevišķs un Arhīvs"
48
 
49
+ #: ../content-aware-sidebars.php:311
50
  msgid "Archive"
51
  msgstr "Arhīvs"
52
 
53
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Pārvaldīt [iespējas]"
57
 
58
+ #: ../content-aware-sidebars.php:317
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Aizvietot galveno sānjoslu, sapludināt ar to vai pievienot sānjoslu manuāli."
61
 
62
+ #: ../content-aware-sidebars.php:321
63
  msgid "Replace"
64
  msgstr "Aizvietot"
65
 
66
+ #: ../content-aware-sidebars.php:322
67
  msgid "Merge"
68
  msgstr "Sapludināt"
69
 
70
+ #: ../content-aware-sidebars.php:323
71
  msgid "Manual"
72
  msgstr "Manuāli"
73
 
74
+ #: ../content-aware-sidebars.php:324
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
+ #: ../content-aware-sidebars.php:328
79
  msgid "Host Sidebar"
80
  msgstr "Galvenā sānjosla"
81
 
82
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
83
  msgid "Merge position"
84
  msgstr "Sapludināšanas pozīcija"
85
 
86
+ #: ../content-aware-sidebars.php:338
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Novietot sānjoslu augšā vai apakšā galvenajai joslai, kad sapludina."
89
 
90
+ #: ../content-aware-sidebars.php:342
91
  msgid "Top"
92
  msgstr "Augšā"
93
 
94
+ #: ../content-aware-sidebars.php:343
95
  msgid "Bottom"
96
  msgstr "Apakšā"
97
 
98
+ #: ../content-aware-sidebars.php:369
99
  msgid "Sidebars"
100
  msgstr "Sānjoslas"
101
 
102
+ #: ../content-aware-sidebars.php:370
103
  msgid "Sidebar"
104
  msgstr "Sānjosla"
105
 
106
+ #: ../content-aware-sidebars.php:371
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Pievienot jaunu"
110
 
111
+ #: ../content-aware-sidebars.php:372
112
  msgid "Add New Sidebar"
113
  msgstr "Pievienot jaunu sānjoslu"
114
 
115
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
116
  msgid "Edit Sidebar"
117
  msgstr "Rediģēt sānjoslu"
118
 
119
+ #: ../content-aware-sidebars.php:374
120
  msgid "New Sidebar"
121
  msgstr "Jauna sānjosla"
122
 
123
+ #: ../content-aware-sidebars.php:375
124
  msgid "All Sidebars"
125
  msgstr "Visas sānjoslas"
126
 
127
+ #: ../content-aware-sidebars.php:376
128
  msgid "View Sidebar"
129
  msgstr "Aplūkot sānjoslu"
130
 
131
+ #: ../content-aware-sidebars.php:377
132
  msgid "Search Sidebars"
133
  msgstr "Meklēt sānjoslas"
134
 
135
+ #: ../content-aware-sidebars.php:378
136
  msgid "No sidebars found"
137
  msgstr "Nav atrasta neviena sānjosla"
138
 
139
+ #: ../content-aware-sidebars.php:379
140
  msgid "No sidebars found in Trash"
141
  msgstr "Atkritnē nav atrasta neviena sānjosla"
142
 
143
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
144
+ #: ../content-aware-sidebars.php:1027
145
  msgid "Condition Groups"
146
  msgstr ""
147
 
148
+ #: ../content-aware-sidebars.php:395
149
  msgid "Condition Group"
150
  msgstr ""
151
 
152
+ #: ../content-aware-sidebars.php:396
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Pievienot jaunu"
156
 
157
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
158
+ #: ../content-aware-sidebars.php:1061
159
  msgid "Add New Group"
160
  msgstr ""
161
 
162
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
163
+ #: ../content-aware-sidebars.php:1411
164
  msgctxt "group"
165
  msgid "Edit"
166
  msgstr ""
167
 
168
+ #: ../content-aware-sidebars.php:422
169
  msgid "Manage widgets"
170
  msgstr ""
171
 
172
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
173
  msgid "Sidebar updated."
174
  msgstr "Sānjosla atjaunota."
175
 
176
+ #: ../content-aware-sidebars.php:430
177
  msgid "Sidebar published."
178
  msgstr ""
179
 
180
+ #: ../content-aware-sidebars.php:431
181
  msgid "Sidebar saved."
182
  msgstr "Sānjosla saglabāta."
183
 
184
+ #: ../content-aware-sidebars.php:432
185
  msgid "Sidebar submitted."
186
  msgstr ""
187
 
188
+ #: ../content-aware-sidebars.php:433
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr ""
192
 
193
  #. translators: Publish box date format, see http://php.net/date
194
+ #: ../content-aware-sidebars.php:435
195
  msgid "M j, Y @ G:i"
196
  msgstr "M j, Y @ G:i"
197
 
198
+ #: ../content-aware-sidebars.php:436
199
  msgid "Sidebar draft updated."
200
  msgstr "Sānjoslas melnraksts atjaunināts."
201
 
202
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
203
  msgid "Please update Host Sidebar"
204
  msgstr "Lūdzu atjauniniet galveno sānjoslu"
205
 
206
+ #: ../content-aware-sidebars.php:510
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
+ #: ../content-aware-sidebars.php:646
211
  msgid "Manage Widgets"
212
  msgstr "Pārvaldīt logrīkus"
213
 
214
+ #: ../content-aware-sidebars.php:901
215
  msgid "Get a free Content Aware Sidebars Premium Bundle"
216
  msgstr ""
217
 
218
+ #: ../content-aware-sidebars.php:917
219
  msgid "Content"
220
  msgstr "Saturs"
221
 
222
+ #: ../content-aware-sidebars.php:925
223
  msgid "Options"
224
  msgstr "Iespējas"
225
 
226
+ #: ../content-aware-sidebars.php:949
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:950
233
  msgid ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
238
  "extremely focused and at the same time distinct conditions."
239
  msgstr ""
240
 
241
+ #: ../content-aware-sidebars.php:953
242
  msgid "More Information"
243
  msgstr ""
244
 
245
+ #: ../content-aware-sidebars.php:955
246
  msgid "Get Support"
247
  msgstr ""
248
 
249
+ #: ../content-aware-sidebars.php:992
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:993
256
  msgid "Translate Now"
257
  msgstr ""
258
 
259
+ #: ../content-aware-sidebars.php:994
260
  msgid "Get Premium Bundle"
261
  msgstr ""
262
 
263
+ #: ../content-aware-sidebars.php:995
264
  msgid ""
265
  "Single-site use. BETA implies it is not recommended for production sites."
266
  msgstr ""
267
 
268
+ #: ../content-aware-sidebars.php:998
269
  msgid "Partial Feature List"
270
  msgstr ""
271
 
272
+ #: ../content-aware-sidebars.php:1000
273
  msgid "Select and create sidebars in the Post Editing Screens"
274
  msgstr ""
275
 
276
+ #: ../content-aware-sidebars.php:1001
277
  msgid "Display sidebars with URLs using wildcards"
278
  msgstr ""
279
 
280
+ #: ../content-aware-sidebars.php:1002
281
  msgid "Display sidebars with User Roles"
282
  msgstr ""
283
 
284
+ #: ../content-aware-sidebars.php:1003
285
  msgid "Display sidebars with BuddyPress User Groups"
286
  msgstr ""
287
 
288
+ #: ../content-aware-sidebars.php:1004
289
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
290
  msgstr ""
291
 
292
+ #: ../content-aware-sidebars.php:1028
293
  msgid ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr ""
297
 
298
+ #: ../content-aware-sidebars.php:1029
299
  msgid "Display sidebar with"
300
  msgstr ""
301
 
302
+ #: ../content-aware-sidebars.php:1034
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr ""
307
 
308
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
309
  msgid "Save"
310
  msgstr ""
311
 
312
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
313
  msgid "Cancel"
314
  msgstr ""
315
 
316
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
317
  msgid "Remove"
318
  msgstr ""
319
 
320
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
321
  msgid "Or"
322
  msgstr ""
323
 
324
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
325
+ #: ../content-aware-sidebars.php:1187
326
  msgid "Unauthorized request"
327
  msgstr ""
328
 
329
+ #: ../content-aware-sidebars.php:1145
330
  msgid "Condition group cannot be empty"
331
  msgstr ""
332
 
333
+ #: ../content-aware-sidebars.php:1159
334
  msgid "Condition group saved"
335
  msgstr ""
336
 
337
+ #: ../content-aware-sidebars.php:1192
338
  msgid "Condition group could not be removed"
339
  msgstr ""
340
 
341
+ #: ../content-aware-sidebars.php:1197
342
  msgid "Condition group removed"
343
  msgstr ""
344
 
345
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
346
  msgid "Order"
347
  msgstr ""
348
 
349
+ #: ../content-aware-sidebars.php:1273
350
  msgid ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr "Ja Jums patīk šis spraudnis, apsveriet iespēju noziedot tā turpmākai attīstībai."
354
 
355
+ #: ../content-aware-sidebars.php:1282
356
  msgid "Or you could:"
357
  msgstr "Vai arī Jūs variet:"
358
 
359
+ #: ../content-aware-sidebars.php:1284
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr "Novērtēt spraudni WordPress.org"
362
 
363
+ #: ../content-aware-sidebars.php:1285
364
  msgid "Link to the plugin page"
365
  msgstr "Saite uz spraudni"
366
 
367
+ #: ../content-aware-sidebars.php:1286
368
  msgid "Translate the plugin into your language"
369
  msgstr ""
370
 
371
+ #: ../content-aware-sidebars.php:1413
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr ""
374
 
375
+ #: ../content-aware-sidebars.php:1414
376
  msgid "No results found."
377
  msgstr ""
378
 
379
+ #: ../content-aware-sidebars.php:1415
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr ""
384
 
 
 
 
 
385
  #: ../modules/author.php:28
386
  msgid "Authors"
387
  msgstr "Autori"
395
  msgstr "BuddyPress Lietotāji"
396
 
397
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
398
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
399
  msgid "View All"
400
  msgstr ""
401
 
402
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
403
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
404
  msgid "Add to Group"
405
  msgstr ""
406
 
411
 
412
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
413
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
414
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
415
  msgid "Search"
416
  msgstr ""
417
 
420
  msgid "All %s"
421
  msgstr ""
422
 
423
+ #: ../modules/date.php:29
424
+ msgid "Dates"
425
+ msgstr ""
426
+
427
+ #: ../modules/date.php:65
428
+ msgid "Date Archives"
429
+ msgstr ""
430
+
431
  #: ../modules/page_template.php:28
432
  msgid "Page Templates"
433
  msgstr "Lapu veidnes"
442
  msgstr "Rakstu tipi"
443
 
444
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
445
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
446
  msgid "Automatically select new children of a selected ancestor"
447
  msgstr "Automātiski izvēlēties jaunus bērnu ierakstus izvēlētajam ierakstam"
448
 
449
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
450
  #, php-format
451
  msgid "Display with %s"
452
  msgstr ""
453
 
454
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
455
  msgid "No items."
456
  msgstr "Nav priekšmetu."
457
 
479
  msgid "Taxonomies"
480
  msgstr "Taksonomijas"
481
 
482
+ #: ../modules/taxonomy.php:286
483
  msgid "Most Used"
484
  msgstr ""
lang/content-aware-sidebars-nb_NO.mo CHANGED
Binary file
lang/content-aware-sidebars-nb_NO.po CHANGED
@@ -6,16 +6,16 @@ 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"
@@ -31,206 +31,206 @@ msgstr "Administrer og vis sidebars i henhold til innholdet som vises. "
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"
@@ -239,154 +239,150 @@ msgid ""
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"
@@ -400,12 +396,12 @@ 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
 
@@ -416,7 +412,7 @@ 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
 
@@ -425,6 +421,14 @@ msgstr "Søk"
425
  msgid "All %s"
426
  msgstr "Alle %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Side Maler"
@@ -439,16 +443,16 @@ 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
 
@@ -476,6 +480,6 @@ msgstr "404 Side"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomies"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Mest Brukt"
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <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.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "FAQ"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Eksponering"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Enkeltvis"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Enkeltvis og Arkiv"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Arkiv"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Håndtere"
58
 
59
+ #: ../content-aware-sidebars.php:317
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:321
64
  msgid "Replace"
65
  msgstr "Erstatt"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Kombiner"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Manuelt"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Tvunget erstatt"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Vert Sidebar"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Kombiner posisjon"
86
 
87
+ #: ../content-aware-sidebars.php:338
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:342
92
  msgid "Top"
93
  msgstr "Topp"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Bunn"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Sidebars"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Sidebar"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Legg til"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Legg til ny Sidebar"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Rediger Sidebar"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Ny Sidebar"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Alle Sidebars"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "See Sidebar"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Søk Sidebars"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Ingen Sidebars funnet"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Ingen Sidebars funnet i søppelet"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Tilstands Grupper"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Tilstands Gruppe"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Legg til"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Legg til Ny Gruppe"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Rediger"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Administrer widgets"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar oppdatert."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Sidebar publisert."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar lagret."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar levert."
188
 
189
+ #: ../content-aware-sidebars.php:433
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:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "j, M Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Sidebar kladd oppdatert."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Vennligst oppdater Sidebar vert"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr "Widgets"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Administrer Widgets"
214
 
215
+ #: ../content-aware-sidebars.php:901
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:917
220
  msgid "Content"
221
  msgstr "Innhold"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Alternativ"
226
 
227
+ #: ../content-aware-sidebars.php:949
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:950
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"
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:953
243
  msgid "More Information"
244
  msgstr "Mer Informasjon"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Få Støtte"
249
 
250
+ #: ../content-aware-sidebars.php:992
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:993
257
  msgid "Translate Now"
258
  msgstr "Oversett Nå"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr "Få Premium Pakken"
263
 
264
+ #: ../content-aware-sidebars.php:995
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:998
270
  msgid "Partial Feature List"
271
  msgstr "Delevis Funksjons Liste"
272
 
273
+ #: ../content-aware-sidebars.php:1000
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:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Vis sidebars med URLs med wildcards"
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Vis sidebars med Bruker Roller"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Vis sidebars med BuddyPress Bruker Grupper"
288
 
289
+ #: ../content-aware-sidebars.php:1004
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:1028
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:1029
300
  msgid "Display sidebar with"
301
  msgstr "Vis sidebar med"
302
 
303
+ #: ../content-aware-sidebars.php:1034
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:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Lagre"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Avbryt"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Fjern"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr "Eller"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Uautorisert forespørsel"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Vilkårs gruppe kan ikke være tom"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Vilkårs gruppe er lagret"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Vilkårs gruppe kan ikke fjernes"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Vilkårs gruppe er fjernet"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr "Rekkefølge"
349
 
350
+ #: ../content-aware-sidebars.php:1273
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:1282
357
  msgid "Or you could:"
358
  msgstr "Eller du can:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Vurder plugin på WordPress.org"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Lenke til plugin siden"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Oversett plugin til ditt språk"
371
 
372
+ #: ../content-aware-sidebars.php:1413
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:1414
377
  msgid "No results found."
378
  msgstr "Ingen resultater er funnet."
379
 
380
+ #: ../content-aware-sidebars.php:1415
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
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Forfattere"
396
  msgstr "BuddyPress Medlemmer"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Se Alle"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Legg til Gruppen"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Søk"
418
 
421
  msgid "All %s"
422
  msgstr "Alle %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Side Maler"
443
  msgstr "Post Types"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Automatisk velge nye barn av en valgt stamfar"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Vis med %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Ingen ting."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taxonomies"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Mest Brukt"
lang/content-aware-sidebars-nl_NL.mo CHANGED
Binary file
lang/content-aware-sidebars-nl_NL.po CHANGED
@@ -6,16 +6,16 @@ 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: Dutch (Netherlands) (http://www.transifex.com/projects/p/content-aware-sidebars/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\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"
@@ -31,206 +31,206 @@ msgstr "Manage en laat sidebars zien afhankelijk van de inhoud die getoond wordt
31
  msgid "Content Aware Sidebars"
32
  msgstr "Inhouds-afhankelijke 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 "Exposure"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Singular"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Singular & Archief"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Archief"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Lokatie"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Vervang host sidebar, voeg daarmee samen of voeg sidebar met de hand toe."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Vervang"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Samenvoegen"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Handmatig"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Geforceerde vervanging"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Host Sidebar"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Voeg posities samen"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Plaats sidebar bovenaan of onderaan host om samen te voegen"
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Top"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Onderkant"
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 "Voeg toe"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Voeg nieuwe Sidebar toe"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Bewerk Sidebar"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Nieuwe 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 "Bekijk Sidebar"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Zoek Sidebars"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Geen sidebars gevonden"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Geen sidebars gevonden in Prullenbak"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Conditiegroepen"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Conditiegroep"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Voeg nieuwe toe"
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 "Voeg nieuwe groep toe"
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 "Bewerk"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Stel widgets in"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar bijgewerkt."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Sidebar gepubliceerd."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar opgeslagen."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar ingediend."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Sidebar geplanned voor: <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 "M j, Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Concept Sidebar opgeslagen."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Update de Host Sidebar aub"
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 "Beheer Widgets"
214
 
215
- #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Krijg een gratis Content Aware Sidebars Premium bundel"
218
 
219
- #: ../content-aware-sidebars.php:913
220
  msgid "Content"
221
  msgstr "Inhoud"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Opties"
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 "Elke gemaakte conditiegroep beschrijft een specifieke inhoud (conditie) die met de huidige sidebar weergegeven moet worden "
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Inhoud toegevoegd aan een conditiegroep gebruikt logische combinaties, terwijl conditiegroepen zelf logische disjunctie gebruiken. Dit betekent dat inhoudt die aan een groep toegevoegd is geassocieerd moet zijn, en ze als zodat behandeld worden, en dat de groepen niet interfereren met elkaar. Het is dus mogelijk om tegelijkertijd extreem gerichte als verschillende condities te hebben."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Meer informatie"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Krijg ondersteuning"
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 ""
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 ""
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 "Klik om een groep te bewerken of een nieuwe te maken. Selecteer inhoud aan de linkerkant om deze toe te voegen. In elke group kunt u verschillende soorten geassocieerde inhoud combineren."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Laat sidebar zien met"
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 "Geen inhoud. Voeg tenminste één conditiegroep toe."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Opslaan"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Afbreken"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Verwijderen"
320
 
321
- #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
  msgstr "Of"
324
 
325
- #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
- #: ../content-aware-sidebars.php:1177
327
  msgid "Unauthorized request"
328
  msgstr "Ongeautoriseerd verzoek"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Conditiegroep kan niet leeg zijn."
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Conditiegroup opgeslagen"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Conditiegroep kon niet worden verwijderd"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Conditiegroep verwijderd"
345
 
346
- #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
  msgstr "Bestel"
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 "Als deze plugin je bevalt, overweeg dan te doneren om toekomstige ontwikkelingen te ondersteunen."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Of je kan:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Beoordeel deze plugin op Wordpress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Link naar de plugin pagina"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Vertaal deze plugin naar uw taal"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Verwijder deze groep en de inhoud permanent?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Geen resultaten gevonden."
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 "De veranderingen in de huidige groep zijn nog niet opgeslagen. Wilt u doorgaan en deze veranderingen ongedaan maken? "
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Bewerk"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Auteurs"
@@ -400,12 +396,12 @@ msgid "BuddyPress Members"
400
  msgstr "BuddyPress Leden"
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 "Bekijk allemaal"
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 "Voeg toe aan groep"
411
 
@@ -416,7 +412,7 @@ msgstr "Laat zien met 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 "Zoeken"
422
 
@@ -425,6 +421,14 @@ msgstr "Zoeken"
425
  msgid "All %s"
426
  msgstr "Alle %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Pagina templates"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Post typen"
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 "Automatisch selecte van nieuwe kinderen van een geselecteerde voorouder"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Geef weer met %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Geen items."
454
 
@@ -476,6 +480,6 @@ msgstr "404 Pagina"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomieën"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Meest gebruikt"
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/content-aware-sidebars/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Inhouds-afhankelijke Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "FAQ"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Exposure"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Singular"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Singular & Archief"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Archief"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Lokatie"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Vervang host sidebar, voeg daarmee samen of voeg sidebar met de hand toe."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Vervang"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Samenvoegen"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Handmatig"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Geforceerde vervanging"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Host Sidebar"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Voeg posities samen"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Plaats sidebar bovenaan of onderaan host om samen te voegen"
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Top"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Onderkant"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Sidebars"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Sidebar"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Voeg toe"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Voeg nieuwe Sidebar toe"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Bewerk Sidebar"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Nieuwe Sidebar"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Alle Sidebars"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Bekijk Sidebar"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Zoek Sidebars"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Geen sidebars gevonden"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Geen sidebars gevonden in Prullenbak"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Conditiegroepen"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Conditiegroep"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Voeg nieuwe toe"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Voeg nieuwe groep toe"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Bewerk"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Stel widgets in"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar bijgewerkt."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Sidebar gepubliceerd."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar opgeslagen."
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar ingediend."
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Sidebar geplanned voor: <strong>%1$s<strong>"
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "M j, Y @ G:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Concept Sidebar opgeslagen."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Update de Host Sidebar aub"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr "Widgets"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Beheer Widgets"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Krijg een gratis Content Aware Sidebars Premium bundel"
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Inhoud"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Opties"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Elke gemaakte conditiegroep beschrijft een specifieke inhoud (conditie) die met de huidige sidebar weergegeven moet worden "
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Inhoud toegevoegd aan een conditiegroep gebruikt logische combinaties, terwijl conditiegroepen zelf logische disjunctie gebruiken. Dit betekent dat inhoudt die aan een groep toegevoegd is geassocieerd moet zijn, en ze als zodat behandeld worden, en dat de groepen niet interfereren met elkaar. Het is dus mogelijk om tegelijkertijd extreem gerichte als verschillende condities te hebben."
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "Meer informatie"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Krijg ondersteuning"
249
 
250
+ #: ../content-aware-sidebars.php:992
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:993
257
  msgid "Translate Now"
258
  msgstr ""
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr ""
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr ""
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
  msgstr ""
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr ""
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr ""
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr ""
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr ""
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr ""
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Klik om een groep te bewerken of een nieuwe te maken. Selecteer inhoud aan de linkerkant om deze toe te voegen. In elke group kunt u verschillende soorten geassocieerde inhoud combineren."
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Laat sidebar zien met"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Geen inhoud. Voeg tenminste één conditiegroep toe."
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Opslaan"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Afbreken"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Verwijderen"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr "Of"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Ongeautoriseerd verzoek"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Conditiegroep kan niet leeg zijn."
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Conditiegroup opgeslagen"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Conditiegroep kon niet worden verwijderd"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Conditiegroep verwijderd"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr "Bestel"
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Als deze plugin je bevalt, overweeg dan te doneren om toekomstige ontwikkelingen te ondersteunen."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Of je kan:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Beoordeel deze plugin op Wordpress.org"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Link naar de plugin pagina"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Vertaal deze plugin naar uw taal"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Verwijder deze groep en de inhoud permanent?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "Geen resultaten gevonden."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "De veranderingen in de huidige groep zijn nog niet opgeslagen. Wilt u doorgaan en deze veranderingen ongedaan maken? "
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Auteurs"
396
  msgstr "BuddyPress Leden"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Bekijk allemaal"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Voeg toe aan groep"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Zoeken"
418
 
421
  msgid "All %s"
422
  msgstr "Alle %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Pagina templates"
443
  msgstr "Post typen"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Automatisch selecte van nieuwe kinderen van een geselecteerde voorouder"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Geef weer met %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Geen items."
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taxonomieën"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Meest gebruikt"
lang/content-aware-sidebars-pl_PL.mo CHANGED
Binary file
lang/content-aware-sidebars-pl_PL.po CHANGED
@@ -2,20 +2,21 @@
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
  # ibushi <marta.jasiuk@gmail.com>, 2015
 
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: 2015-01-26 10:21+0000\n"
11
- "Last-Translator: ibushi <marta.jasiuk@gmail.com>\n"
12
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pl_PL/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: pl_PL\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +32,206 @@ msgstr "Zarządzaj i pokaż paski boczne zależnie od zawartości."
31
  msgid "Content Aware Sidebars"
32
  msgstr "Paski boczne"
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 "Ekspozycja"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Pojedynczy"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Pojedynczy & Archiwum"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Archiwum"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Opcje"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Zastąp Główny pasek boczny, scal go lub dodaj pasek boczny ręcznie."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Zastąp"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Scal"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Instrukcja"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Wymuszona zamiana"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Główny Pasek boczny"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Pozycja scalenia"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Umieść pasek boczny na górze lub dole głównego paska podczas scalania."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Góra"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Dół"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Paski boczne"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Pasek boczny"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Dodaj nowy"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Dodaj nowy Pasek boczny"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Edytuj Pasek boczny"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Nowy pasek boczny"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Wszystkie Paski boczne"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Zobacz pasek boczny"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Szukaj Pasków bocznych"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Nie znaleziono pasków bocznych"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Nie znaleziono pasków w koszu"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Stan Grup"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Stan Grupy"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Dodaj nową"
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 "Dodaj nową 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 "Edytuj"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Zarządzaj widgetami"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Pasek boczny zaktualizowany."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Pasek boczny opublikowany."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Pasek boczny zapisany."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Pasek boczny wysłany."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Plan paska bocznego na: <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 "M j, Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Szkic paska bocznego zaktualizowany."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Zaktualizuj Główny pasek boczny"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
  msgstr "Widgety"
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Zarządzaj Widgetami"
214
 
215
- #: ../content-aware-sidebars.php:897
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr "Otrzymaj darmowy Pakiet Premium Content Aware Sidebars"
218
 
219
- #: ../content-aware-sidebars.php:913
220
  msgid "Content"
221
  msgstr "Zawartość"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Opcje"
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 "Każdy stan grupy opisuje pewną specyficzną zawartość (stan), który obecny pasek boczny powinien wyświetlić."
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"
@@ -239,154 +240,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Zawartość dodana do stanu grup używa logicznej koniunkcji, podczas gdy stan grup używa logicznej alternatywy. To znaczy, że zawartość do grupy powinna być powiązana, a grupy nie oddziałują między sobą. "
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Więcej informacji"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Uzyskaj pomoc"
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 "Przetłumacz wtyczkę na swój język i zostań BETA testerem nadchodzącego Pakietu Premium*!"
255
 
256
- #: ../content-aware-sidebars.php:983
257
  msgid "Translate Now"
258
  msgstr "Przetłumacz Teraz"
259
 
260
- #: ../content-aware-sidebars.php:984
261
  msgid "Get Premium Bundle"
262
  msgstr "Otrzymaj Pakiet 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 "Tylko do użytku na stronach testowych. BETA oznacza, iż nie poleca się używania wtyczki na stronach ogólnodostępnych."
268
 
269
- #: ../content-aware-sidebars.php:988
270
  msgid "Partial Feature List"
271
  msgstr "Częściowa lista funkcji"
272
 
273
- #: ../content-aware-sidebars.php:990
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr "Wybieraj i twórz Paski boczne na stronach Edycji Wpisów"
276
 
277
- #: ../content-aware-sidebars.php:991
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr "Wyświetlaj Paski boczne z linkami używając wieloznaczników"
280
 
281
- #: ../content-aware-sidebars.php:992
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Wyświetlaj Paski boczne na stronie Ról Użytkowników"
284
 
285
- #: ../content-aware-sidebars.php:993
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Wyświetlaj Paski boczne na stronach Grup BuddyPress"
288
 
289
- #: ../content-aware-sidebars.php:994
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr "Kolumna Paska bocznego w widokach Typów Wpisów i Przeglądzie Taksonomii"
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 "Kliknij by edytować Grupę lub stworzyć nową. Wybierz zawartość po lewej do dodania. Dla każdej z grup możesz połączyć różne typy zawartości."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Wyświetl pasek boczny z"
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 "Brak zawartości. Dodaj chociaż jedną grupę, aby pasek działał."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Zapisz"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Anuluj"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Usuń"
320
 
321
- #: ../content-aware-sidebars.php:1041 ../content-aware-sidebars.php:1400
322
  msgid "Or"
323
  msgstr "Lub"
324
 
325
- #: ../content-aware-sidebars.php:1129 ../content-aware-sidebars.php:1172
326
- #: ../content-aware-sidebars.php:1177
327
  msgid "Unauthorized request"
328
  msgstr "Nieuprawnione wnioski"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Stan grupy nie może być pusty"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Stan grupy zapisany"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Stan grupy nie może zostać usunięty"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Stan grupy usunięty"
345
 
346
- #: ../content-aware-sidebars.php:1246 ../content-aware-sidebars.php:1247
347
  msgid "Order"
348
  msgstr "Starszy"
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 "Jeśli podoba Ci się ta wtyczka, rozważ wsparcie finansowe przyszłych wersji."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Lub możesz:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Oceń tę wtyczkę na WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Link do strony wtyczny"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Przetłumacz wtyczkę na swój język"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Usunąć tę grupę i jej zawartość?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Nic nie znaleziono."
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 "Obecna grupa ma niezapisane zmiany. Chcesz kontynuować i je odrzucić?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Edytuj"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Autorzy"
@@ -400,12 +397,12 @@ msgid "BuddyPress Members"
400
  msgstr "Członkowie 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 "Zobacz wszystkie"
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 "Dodaj do Grupy"
411
 
@@ -416,7 +413,7 @@ msgstr "Wyświetl z wszystkimi %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 "Szukaj"
422
 
@@ -425,6 +422,14 @@ msgstr "Szukaj"
425
  msgid "All %s"
426
  msgstr "Wszystkie %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Szablony strony"
@@ -439,16 +444,16 @@ msgid "Post Types"
439
  msgstr "Typy wpisów"
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 "Automatycznie wybierz nowe potomstwo wybranego Rodzica"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Wyświetl %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Brak pozycji."
454
 
@@ -476,6 +481,6 @@ msgstr "Strona błędu 404"
476
  msgid "Taxonomies"
477
  msgstr "Taksonomie"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Najczęściej używane"
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
  # ibushi <marta.jasiuk@gmail.com>, 2015
5
+ # Nikolay Vasilyev <nk.vasiliev@gmail.com>, 2015
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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-04-19 12:22+0000\n"
12
+ "Last-Translator: Nikolay Vasilyev <nk.vasiliev@gmail.com>\n"
13
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pl_PL/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pl_PL\n"
18
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Paski boczne"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "FAQ"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
  msgstr "Ekspozycja"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
  msgstr "Pojedynczy"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
  msgstr "Pojedynczy & Archiwum"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
  msgstr "Archiwum"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Opcje"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Zastąp Główny pasek boczny, scal go lub dodaj pasek boczny ręcznie."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
  msgstr "Zastąp"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
  msgstr "Scal"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
  msgstr "Instrukcja"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
  msgstr "Wymuszona zamiana"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
  msgstr "Główny Pasek boczny"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
  msgstr "Pozycja scalenia"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Umieść pasek boczny na górze lub dole głównego paska podczas scalania."
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
  msgstr "Góra"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
  msgstr "Dół"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Paski boczne"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Pasek boczny"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Dodaj nowy"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Dodaj nowy Pasek boczny"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Edytuj Pasek boczny"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Nowy pasek boczny"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Wszystkie Paski boczne"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Zobacz pasek boczny"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
  msgstr "Szukaj Pasków bocznych"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "Nie znaleziono pasków bocznych"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "Nie znaleziono pasków w koszu"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
  msgstr "Stan Grup"
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
  msgstr "Stan Grupy"
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Dodaj nową"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Dodaj nową Grupę"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Edytuj"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Zarządzaj widgetami"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Pasek boczny zaktualizowany."
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Pasek boczny opublikowany."
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Pasek boczny zapisany."
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Pasek boczny wysłany."
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Plan paska bocznego na: <strong>%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
  msgstr "M j, Y @ G:i"
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Szkic paska bocznego zaktualizowany."
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Zaktualizuj Główny pasek boczny"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
  msgstr "Widgety"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Zarządzaj Widgetami"
215
 
216
+ #: ../content-aware-sidebars.php:901
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
  msgstr "Otrzymaj darmowy Pakiet Premium Content Aware Sidebars"
219
 
220
+ #: ../content-aware-sidebars.php:917
221
  msgid "Content"
222
  msgstr "Zawartość"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Opcje"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Każdy stan grupy opisuje pewną specyficzną zawartość (stan), który obecny pasek boczny powinien wyświetlić."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Zawartość dodana do stanu grup używa logicznej koniunkcji, podczas gdy stan grup używa logicznej alternatywy. To znaczy, że zawartość do grupy powinna być powiązana, a grupy nie oddziałują między sobą. "
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Więcej informacji"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Uzyskaj pomoc"
250
 
251
+ #: ../content-aware-sidebars.php:992
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
  msgstr "Przetłumacz wtyczkę na swój język i zostań BETA testerem nadchodzącego Pakietu Premium*!"
256
 
257
+ #: ../content-aware-sidebars.php:993
258
  msgid "Translate Now"
259
  msgstr "Przetłumacz Teraz"
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
  msgstr "Otrzymaj Pakiet Premium"
264
 
265
+ #: ../content-aware-sidebars.php:995
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
  msgstr "Tylko do użytku na stronach testowych. BETA oznacza, iż nie poleca się używania wtyczki na stronach ogólnodostępnych."
269
 
270
+ #: ../content-aware-sidebars.php:998
271
  msgid "Partial Feature List"
272
  msgstr "Częściowa lista funkcji"
273
 
274
+ #: ../content-aware-sidebars.php:1000
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
  msgstr "Wybieraj i twórz Paski boczne na stronach Edycji Wpisów"
277
 
278
+ #: ../content-aware-sidebars.php:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr "Wyświetlaj Paski boczne z linkami używając wieloznaczników"
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr "Wyświetlaj Paski boczne na stronie Ról Użytkowników"
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr "Wyświetlaj Paski boczne na stronach Grup BuddyPress"
289
 
290
+ #: ../content-aware-sidebars.php:1004
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
  msgstr "Kolumna Paska bocznego w widokach Typów Wpisów i Przeglądzie Taksonomii"
293
 
294
+ #: ../content-aware-sidebars.php:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Kliknij by edytować Grupę lub stworzyć nową. Wybierz zawartość po lewej do dodania. Dla każdej z grup możesz połączyć różne typy zawartości."
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Wyświetl pasek boczny z"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Brak zawartości. Dodaj chociaż jedną grupę, aby pasek działał."
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Zapisz"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Anuluj"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Usuń"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
  msgstr "Lub"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Nieuprawnione wnioski"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "Stan grupy nie może być pusty"
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Stan grupy zapisany"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "Stan grupy nie może zostać usunięty"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Stan grupy usunięty"
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr "Starszy"
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Jeśli podoba Ci się ta wtyczka, rozważ wsparcie finansowe przyszłych wersji."
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "Lub możesz:"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Oceń tę wtyczkę na WordPress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Link do strony wtyczny"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Przetłumacz wtyczkę na swój język"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Usunąć tę grupę i jej zawartość?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "Nic nie znaleziono."
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Obecna grupa ma niezapisane zmiany. Chcesz kontynuować i je odrzucić?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Autorzy"
397
  msgstr "Członkowie BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Zobacz wszystkie"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Dodaj do Grupy"
408
 
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Szukaj"
419
 
422
  msgid "All %s"
423
  msgstr "Wszystkie %s"
424
 
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Daty"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Archiwum wg dat"
432
+
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
  msgstr "Szablony strony"
444
  msgstr "Typy wpisów"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
  msgstr "Automatycznie wybierz nowe potomstwo wybranego Rodzica"
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
  msgstr "Wyświetl %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
  msgstr "Brak pozycji."
459
 
481
  msgid "Taxonomies"
482
  msgstr "Taksonomie"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
  msgstr "Najczęściej używane"
lang/content-aware-sidebars-pt_BR.mo CHANGED
Binary file
lang/content-aware-sidebars-pt_BR.po CHANGED
@@ -1,21 +1,22 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
4
- # Marcelo Ghelman <marcelo.ghelman@gmail.com>, 2014
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
- "POT-Creation-Date: 2014-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: Portuguese (Brazil) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pt_BR/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: pt_BR\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +32,206 @@ msgstr "Gerencia e exibe painéis laterais de acordo com o conteúdo sendo visto
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 "Exposição"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Singular"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
- msgstr "Singular & Pacote"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
- msgstr "Pacote"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Manusear"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Substituir o painel lateral do servidor, integrar-se a ele ou adicionar um painel lateral manualmente."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Substituir"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Integrar"
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 "Substituição forçada"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Painel lateral do servidor"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Posição da integração"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Posiciona o painel lateral no topo ou na base do painel do servidor ao integrar."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Topo"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Base"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Painéis laterais"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Painel lateral"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Adicionar novo"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Adicionar novo painel lateral"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Editar painel lateral"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Novo painel lateral"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Todos painéis laterais"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Visualizar painel lateral"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Pesquisar painéis laterais"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Nenhum painel lateral encontrado"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Nenhum painel lateral encontrado na lixeira"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Grupos condicionais"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Grupo condicional"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Adicionar novo"
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 "Adicionar novo grupo"
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 "Editar"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Gerenciar componentes"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Painel lateral atualizado."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Painel lateral publicado."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Painel lateral salvo."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Painel lateral enviado."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Painel lateral agendado para: <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 "d/m/Y @ G:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Rascunho do painel lateral atualizado."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Atualize o painel lateral do servidor"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
- msgstr ""
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Gerenciar componentes"
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"
221
  msgstr "Conteúdo"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Opções"
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 grupo condicional criado descreve alguns conteúdos específicos (condições) com que o painel lateral atual deve ser exibido."
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"
@@ -239,154 +240,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Conteúdos adicionados a um grupo condicional usam conjunções lógicas, enquanto os próprios grupos condicionais usam disjunções lógicas. Isto quer dizer que conteúdos adicionados a um grupo devem ser associados, já que são tratados como tal, e que os grupos não interferem uns com os outros. Assim, é possível existir ao mesmo tempo condições extremamente focadas e distintas."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Mais informações"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Obtenha suporte"
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 ""
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 ""
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 "Clique para editar um grupo ou criar um novo. Selecione um conteúdo à esquerda para adicioná-lo. Em cada grupo, você pode combinar diferentes tipos de conteúdo associado."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Exibir painel lateral com"
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 "Nenhum conteúdo. Adicione pelo menos um grupo condicional para tornar o painel lateral sensível ao conteúdo."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Salvar"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Cancelar"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Remover"
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
327
  msgid "Unauthorized request"
328
  msgstr "Pedido não autorizado"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Grupo condicional não pode ficar vazio"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Grupo condicional salvo"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Não foi possível remover o grupo condicional"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Grupo condicional removido"
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 ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Se você gosta deste plugin, considere fazer uma doação para ajudar futuros desenvolvimentos."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Ou você pode:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Avaliar o plugin no WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Publicar um link para a página do plugin"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Traduzir o plugin para seu idioma"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Remover este grupo e seu conteúdo permanentemente?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Nenhum resultado encontrado."
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 "O grupo atual tem alterações não salvas. Quer continuar e descartar essas alterações?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Editar"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Autores"
@@ -400,12 +397,12 @@ msgid "BuddyPress Members"
400
  msgstr "Membros do 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 "Ver todos"
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 "Adicionar ao grupo"
411
 
@@ -416,7 +413,7 @@ msgstr "Exibir com todos %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 "Pesquisar"
422
 
@@ -425,6 +422,14 @@ msgstr "Pesquisar"
425
  msgid "All %s"
426
  msgstr "Todos %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Modelos de página"
@@ -439,16 +444,16 @@ msgid "Post Types"
439
  msgstr "Tipos de mensagens"
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 "Selecionar automaticamente novos descendentes de um ancestral selecionado"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Exibir com %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Nenhum item."
454
 
@@ -476,6 +481,6 @@ msgstr "Página 404"
476
  msgid "Taxonomies"
477
  msgstr "Taxonomias"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Mais usados"
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
+ # Alexandre Lunelli da Silva <ovelhaaa@gmail.com>, 2015
5
+ # Marcelo Ghelman <marcelo.ghelman@gmail.com>, 2014-2015
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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-03-23 16:58+0000\n"
12
+ "Last-Translator: Marcelo Ghelman <marcelo.ghelman@gmail.com>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Content Aware Sidebars"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "FAQ"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
  msgstr "Exposição"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
  msgstr "Singular"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
+ msgstr "Singular & Arquivo"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
+ msgstr "Arquivo"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Manusear"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Substituir o painel lateral do servidor, integrar-se a ele ou adicionar um painel lateral manualmente."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
  msgstr "Substituir"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
  msgstr "Integrar"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
  msgstr "Manual"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
  msgstr "Substituição forçada"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
  msgstr "Painel lateral do servidor"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
  msgstr "Posição da integração"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Posiciona o painel lateral no topo ou na base do painel do servidor ao integrar."
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
  msgstr "Topo"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
  msgstr "Base"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Painéis laterais"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Painel lateral"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Adicionar novo"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Adicionar novo painel lateral"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Editar painel lateral"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Novo painel lateral"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Todos painéis laterais"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Visualizar painel lateral"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
  msgstr "Pesquisar painéis laterais"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "Nenhum painel lateral encontrado"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "Nenhum painel lateral encontrado na lixeira"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
  msgstr "Grupos condicionais"
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
  msgstr "Grupo condicional"
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Adicionar novo"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Adicionar novo grupo"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Editar"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Gerenciar componentes"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Painel lateral atualizado."
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Painel lateral publicado."
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Painel lateral salvo."
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Painel lateral enviado."
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Painel lateral agendado para: <strong>%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
  msgstr "d/m/Y @ G:i"
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Rascunho do painel lateral atualizado."
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Atualize o painel lateral do servidor"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
+ msgstr "Componentes"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Gerenciar componentes"
215
 
216
+ #: ../content-aware-sidebars.php:901
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr "Obtenha um pacote Premium do Content Aware Sidebars"
219
 
220
+ #: ../content-aware-sidebars.php:917
221
  msgid "Content"
222
  msgstr "Conteúdo"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Opções"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Cada grupo condicional criado descreve alguns conteúdos específicos (condições) com que o painel lateral atual deve ser exibido."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Conteúdos adicionados a um grupo condicional usam conjunções lógicas, enquanto os próprios grupos condicionais usam disjunções lógicas. Isto quer dizer que conteúdos adicionados a um grupo devem ser associados, já que são tratados como tal, e que os grupos não interferem uns com os outros. Assim, é possível existir ao mesmo tempo condições extremamente focadas e distintas."
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Mais informações"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Obtenha suporte"
250
 
251
+ #: ../content-aware-sidebars.php:992
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
  msgstr ""
256
 
257
+ #: ../content-aware-sidebars.php:993
258
  msgid "Translate Now"
259
+ msgstr "Traduza Agora "
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
+ msgstr "Obter pacote Premium"
264
 
265
+ #: ../content-aware-sidebars.php:995
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr "Para uso em um único site. Por estar em fase BETA -de testes-, não é recomendado para sites de produção."
269
 
270
+ #: ../content-aware-sidebars.php:998
271
  msgid "Partial Feature List"
272
+ msgstr "Lista Parcial de Funções"
273
 
274
+ #: ../content-aware-sidebars.php:1000
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
  msgstr ""
277
 
278
+ #: ../content-aware-sidebars.php:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr ""
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr ""
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr ""
289
 
290
+ #: ../content-aware-sidebars.php:1004
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
  msgstr ""
293
 
294
+ #: ../content-aware-sidebars.php:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Clique para editar um grupo ou criar um novo. Selecione um conteúdo à esquerda para adicioná-lo. Em cada grupo, você pode combinar diferentes tipos de conteúdo associado."
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Exibir painel lateral com"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Nenhum conteúdo. Adicione pelo menos um grupo condicional para tornar o painel lateral sensível ao conteúdo."
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Salvar"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Cancelar"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Remover"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
+ msgstr "Ou"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Pedido não autorizado"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "Grupo condicional não pode ficar vazio"
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Grupo condicional salvo"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "Não foi possível remover o grupo condicional"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Grupo condicional removido"
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr ""
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Se você gosta deste plugin, considere fazer uma doação para ajudar futuros desenvolvimentos."
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "Ou você pode:"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Avaliar o plugin no WordPress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Publicar um link para a página do plugin"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Traduzir o plugin para seu idioma"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Remover este grupo e seu conteúdo permanentemente?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "Nenhum resultado encontrado."
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "O grupo atual tem alterações não salvas. Quer continuar e descartar essas alterações?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Autores"
397
  msgstr "Membros do BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Ver todos"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Adicionar ao grupo"
408
 
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Pesquisar"
419
 
422
  msgid "All %s"
423
  msgstr "Todos %s"
424
 
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Datas"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Arquivos de datas"
432
+
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
  msgstr "Modelos de página"
444
  msgstr "Tipos de mensagens"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
  msgstr "Selecionar automaticamente novos descendentes de um ancestral selecionado"
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
  msgstr "Exibir com %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
  msgstr "Nenhum item."
459
 
481
  msgid "Taxonomies"
482
  msgstr "Taxonomias"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
  msgstr "Mais usados"
lang/content-aware-sidebars-pt_PT.mo ADDED
Binary file
lang/content-aware-sidebars-pt_PT.po ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Luis Martins <luis.martins@multiweb.pt>, 2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-05-03 16:13+0000\n"
11
+ "Last-Translator: Luis Martins <luis.martins@multiweb.pt>\n"
12
+ "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/content-aware-sidebars/language/pt_PT/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: pt_PT\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.4\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 "Gerir e mostrar sidebars conforme conteúdo visualizado"
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr "Content Aware Sidebars"
33
+
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
+ msgid "FAQ"
36
+ msgstr "FAQ"
37
+
38
+ #: ../content-aware-sidebars.php:303
39
+ msgid "Exposure"
40
+ msgstr "Exposição"
41
+
42
+ #: ../content-aware-sidebars.php:309
43
+ msgid "Singular"
44
+ msgstr "Singular"
45
+
46
+ #: ../content-aware-sidebars.php:310
47
+ msgid "Singular & Archive"
48
+ msgstr "Singular & Arquivo"
49
+
50
+ #: ../content-aware-sidebars.php:311
51
+ msgid "Archive"
52
+ msgstr "Arquivo"
53
+
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr "Handle"
58
+
59
+ #: ../content-aware-sidebars.php:317
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr "Substituir sidebar anfitriã, unir ou adicionar sidebar manualmente."
62
+
63
+ #: ../content-aware-sidebars.php:321
64
+ msgid "Replace"
65
+ msgstr "Substituir"
66
+
67
+ #: ../content-aware-sidebars.php:322
68
+ msgid "Merge"
69
+ msgstr "Fundir"
70
+
71
+ #: ../content-aware-sidebars.php:323
72
+ msgid "Manual"
73
+ msgstr "Manual"
74
+
75
+ #: ../content-aware-sidebars.php:324
76
+ msgid "Forced replace"
77
+ msgstr "Substituição forçada"
78
+
79
+ #: ../content-aware-sidebars.php:328
80
+ msgid "Host Sidebar"
81
+ msgstr "Sidebar Anfitriã"
82
+
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
+ msgid "Merge position"
85
+ msgstr "Combinar posição"
86
+
87
+ #: ../content-aware-sidebars.php:338
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr "Mostrar sidebar no topo ou fundo da anfitriã ao combinar."
90
+
91
+ #: ../content-aware-sidebars.php:342
92
+ msgid "Top"
93
+ msgstr "Topo"
94
+
95
+ #: ../content-aware-sidebars.php:343
96
+ msgid "Bottom"
97
+ msgstr "Fundo"
98
+
99
+ #: ../content-aware-sidebars.php:369
100
+ msgid "Sidebars"
101
+ msgstr "Sidebars"
102
+
103
+ #: ../content-aware-sidebars.php:370
104
+ msgid "Sidebar"
105
+ msgstr "Sidebar"
106
+
107
+ #: ../content-aware-sidebars.php:371
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Adicionar Nova"
111
+
112
+ #: ../content-aware-sidebars.php:372
113
+ msgid "Add New Sidebar"
114
+ msgstr "Adicionar Nova Sidebar"
115
+
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
+ msgid "Edit Sidebar"
118
+ msgstr "Editar Sidebar"
119
+
120
+ #: ../content-aware-sidebars.php:374
121
+ msgid "New Sidebar"
122
+ msgstr "Nova Sidebar"
123
+
124
+ #: ../content-aware-sidebars.php:375
125
+ msgid "All Sidebars"
126
+ msgstr "Todas as Sidebars"
127
+
128
+ #: ../content-aware-sidebars.php:376
129
+ msgid "View Sidebar"
130
+ msgstr "Visualizar Sidebar"
131
+
132
+ #: ../content-aware-sidebars.php:377
133
+ msgid "Search Sidebars"
134
+ msgstr "Pesquisar Sidebars"
135
+
136
+ #: ../content-aware-sidebars.php:378
137
+ msgid "No sidebars found"
138
+ msgstr "Não foram encontradas sidebars"
139
+
140
+ #: ../content-aware-sidebars.php:379
141
+ msgid "No sidebars found in Trash"
142
+ msgstr "Não foram encontradas sidebars na reciclagem"
143
+
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
+ msgid "Condition Groups"
147
+ msgstr "Grupos de Condições"
148
+
149
+ #: ../content-aware-sidebars.php:395
150
+ msgid "Condition Group"
151
+ msgstr "Grupo de Condições"
152
+
153
+ #: ../content-aware-sidebars.php:396
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Adicionar Novo"
157
+
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
+ msgid "Add New Group"
161
+ msgstr "Adicionar Novo Grupo"
162
+
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Editar"
168
+
169
+ #: ../content-aware-sidebars.php:422
170
+ msgid "Manage widgets"
171
+ msgstr "Gerir widgets"
172
+
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
+ msgid "Sidebar updated."
175
+ msgstr "Sidebar actualizada."
176
+
177
+ #: ../content-aware-sidebars.php:430
178
+ msgid "Sidebar published."
179
+ msgstr "Sidebar publicada."
180
+
181
+ #: ../content-aware-sidebars.php:431
182
+ msgid "Sidebar saved."
183
+ msgstr "Sidebar guardada."
184
+
185
+ #: ../content-aware-sidebars.php:432
186
+ msgid "Sidebar submitted."
187
+ msgstr "Sidebar submetida."
188
+
189
+ #: ../content-aware-sidebars.php:433
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr "Sidebar agendada para: <strong>%1$s</strong>."
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
+ msgid "M j, Y @ G:i"
197
+ msgstr "M j, Y @ G:i"
198
+
199
+ #: ../content-aware-sidebars.php:436
200
+ msgid "Sidebar draft updated."
201
+ msgstr "Rascunho de sidebar actualizado."
202
+
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
+ msgid "Please update Host Sidebar"
205
+ msgstr "Por favor actualize a Sidebar anfitriã."
206
+
207
+ #: ../content-aware-sidebars.php:510
208
+ msgid "Widgets"
209
+ msgstr "Widgets"
210
+
211
+ #: ../content-aware-sidebars.php:646
212
+ msgid "Manage Widgets"
213
+ msgstr "Gerir Widgets"
214
+
215
+ #: ../content-aware-sidebars.php:901
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr "Ganhe um Bundle Content Aware Sidebars Premium"
218
+
219
+ #: ../content-aware-sidebars.php:917
220
+ msgid "Content"
221
+ msgstr "Conteúdo"
222
+
223
+ #: ../content-aware-sidebars.php:925
224
+ msgid "Options"
225
+ msgstr "Opções"
226
+
227
+ #: ../content-aware-sidebars.php:949
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr "Cada grupo de condições descreve o conteúdo específico (condições) em que a sidebar deverá ser apresentada."
232
+
233
+ #: ../content-aware-sidebars.php:950
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 "Conteúdos adicionados a um grupo utilizam conjugação lógica, enquanto os grupos excluem-se entre si. Isto significa que os conteúdos adicionados a um grupo deverão estar associados entre si e que os grupos não interagem. Isto permite criar regras muito específicas, mantendo a possibilidade de diferentes condições. "
241
+
242
+ #: ../content-aware-sidebars.php:953
243
+ msgid "More Information"
244
+ msgstr "Mais Informação"
245
+
246
+ #: ../content-aware-sidebars.php:955
247
+ msgid "Get Support"
248
+ msgstr "Obter Suporte"
249
+
250
+ #: ../content-aware-sidebars.php:992
251
+ msgid ""
252
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
253
+ " of the upcoming Premium Bundle*!"
254
+ msgstr "Traduza Content Aware Sidebars para a sua linguagem e torne-se um BETA tester para a futura versão do Premium Bundle*!"
255
+
256
+ #: ../content-aware-sidebars.php:993
257
+ msgid "Translate Now"
258
+ msgstr "Traduzir Agora"
259
+
260
+ #: ../content-aware-sidebars.php:994
261
+ msgid "Get Premium Bundle"
262
+ msgstr "Obter Premium Bundle"
263
+
264
+ #: ../content-aware-sidebars.php:995
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr "Utilização em Single-site. A versão BETA implica que não é recomendada para utilização em sites em produção."
268
+
269
+ #: ../content-aware-sidebars.php:998
270
+ msgid "Partial Feature List"
271
+ msgstr "Lista parcial de funcionalidades"
272
+
273
+ #: ../content-aware-sidebars.php:1000
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr "Seleccionar e criar sidebars nos écrans de edição de Posts"
276
+
277
+ #: ../content-aware-sidebars.php:1001
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr "Mostrar sidebars com URLs utilizando wildcards"
280
+
281
+ #: ../content-aware-sidebars.php:1002
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr "Mostrar sidebars com User Roles"
284
+
285
+ #: ../content-aware-sidebars.php:1003
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr "Mostrar sidebars com Grupos de Utilizadores BuddyPress"
288
+
289
+ #: ../content-aware-sidebars.php:1004
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr "Coluna Sidebars nos écrans de tipos de Post e Taxonomias"
292
+
293
+ #: ../content-aware-sidebars.php:1028
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 "Clique para editar grupo ou criar novo. Seleccione conteúdo à esquera para o adicionar. Em cada grupo poderá combinar diferentes tipos de conteúdo associado."
298
+
299
+ #: ../content-aware-sidebars.php:1029
300
+ msgid "Display sidebar with"
301
+ msgstr "Mostrar sidebar com"
302
+
303
+ #: ../content-aware-sidebars.php:1034
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr "Sem conteúdo. Por favor adicionar pelo menos um Grupo de condições para tornar a sidebar sensível ao conteúdo apresentado."
308
+
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
+ msgid "Save"
311
+ msgstr "Guardar"
312
+
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
+ msgid "Cancel"
315
+ msgstr "Cancelar"
316
+
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
+ msgid "Remove"
319
+ msgstr "Remover"
320
+
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
+ msgid "Or"
323
+ msgstr "Ou"
324
+
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
+ msgid "Unauthorized request"
328
+ msgstr "Pedido não autorizado"
329
+
330
+ #: ../content-aware-sidebars.php:1145
331
+ msgid "Condition group cannot be empty"
332
+ msgstr "Grupo de condições não pode ser vazio"
333
+
334
+ #: ../content-aware-sidebars.php:1159
335
+ msgid "Condition group saved"
336
+ msgstr "Grupo de condições guardado"
337
+
338
+ #: ../content-aware-sidebars.php:1192
339
+ msgid "Condition group could not be removed"
340
+ msgstr "Grupo de condições não pode ser removido"
341
+
342
+ #: ../content-aware-sidebars.php:1197
343
+ msgid "Condition group removed"
344
+ msgstr "Grupo de Condições removido"
345
+
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
+ msgid "Order"
348
+ msgstr "Ordem"
349
+
350
+ #: ../content-aware-sidebars.php:1273
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr "Se gosta deste plugin, por favor considere um donativo para suportar o seu desenvolvimento futuro"
355
+
356
+ #: ../content-aware-sidebars.php:1282
357
+ msgid "Or you could:"
358
+ msgstr "Ou poderá:"
359
+
360
+ #: ../content-aware-sidebars.php:1284
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr "Avaliar o plugin em WordPress.org"
363
+
364
+ #: ../content-aware-sidebars.php:1285
365
+ msgid "Link to the plugin page"
366
+ msgstr "Linkar para a página do plugin"
367
+
368
+ #: ../content-aware-sidebars.php:1286
369
+ msgid "Translate the plugin into your language"
370
+ msgstr "Traduzir o plugin para a sua língua"
371
+
372
+ #: ../content-aware-sidebars.php:1413
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr "Remover este grupo e os respectivos conteúdos de forma permanente?"
375
+
376
+ #: ../content-aware-sidebars.php:1414
377
+ msgid "No results found."
378
+ msgstr "Não foram encontrados resultados."
379
+
380
+ #: ../content-aware-sidebars.php:1415
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr "O grupo contém alterações por guardar. Deseja continuar e descartar essas alterações?"
385
+
386
+ #: ../modules/author.php:28
387
+ msgid "Authors"
388
+ msgstr "Autores"
389
+
390
+ #: ../modules/bbpress.php:29
391
+ msgid "bbPress User Profiles"
392
+ msgstr "Perfis de Utilizador bbPress"
393
+
394
+ #: ../modules/bp_member.php:27
395
+ msgid "BuddyPress Members"
396
+ msgstr "Membros BuddyPress"
397
+
398
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
+ msgid "View All"
401
+ msgstr "Ver Todos"
402
+
403
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
+ msgid "Add to Group"
406
+ msgstr "Adicionar ao Grupo"
407
+
408
+ #: ../modules/casmodule.php:126
409
+ #, php-format
410
+ msgid "Display with All %s"
411
+ msgstr "Mostrar com todos %s"
412
+
413
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
+ msgid "Search"
417
+ msgstr "Pesquisa"
418
+
419
+ #: ../modules/casmodule.php:223
420
+ #, php-format
421
+ msgid "All %s"
422
+ msgstr "Todos %s"
423
+
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr "Datas"
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr "Arquivos por Data"
431
+
432
+ #: ../modules/page_template.php:28
433
+ msgid "Page Templates"
434
+ msgstr "Templates de Página"
435
+
436
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
437
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
438
+ msgid "Languages"
439
+ msgstr "Línguas"
440
+
441
+ #: ../modules/post_type.php:34
442
+ msgid "Post Types"
443
+ msgstr "Tipos de Post"
444
+
445
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
+ msgid "Automatically select new children of a selected ancestor"
448
+ msgstr "Seleccionar automaticamente subconteúdos do conteúdo seleccionado"
449
+
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
+ #, php-format
452
+ msgid "Display with %s"
453
+ msgstr "Mostrar com %s"
454
+
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
+ msgid "No items."
457
+ msgstr "Sem items."
458
+
459
+ #: ../modules/post_type.php:262
460
+ msgid "Most Recent"
461
+ msgstr "Mais Recentes"
462
+
463
+ #: ../modules/static.php:29
464
+ msgid "Static Pages"
465
+ msgstr "Páginas Estáticas"
466
+
467
+ #: ../modules/static.php:40
468
+ msgid "Front Page"
469
+ msgstr "Página Inicial"
470
+
471
+ #: ../modules/static.php:41
472
+ msgid "Search Results"
473
+ msgstr "Resultados de Pesquisa"
474
+
475
+ #: ../modules/static.php:42
476
+ msgid "404 Page"
477
+ msgstr "Página 404"
478
+
479
+ #: ../modules/taxonomy.php:40
480
+ msgid "Taxonomies"
481
+ msgstr "Taxonomias"
482
+
483
+ #: ../modules/taxonomy.php:286
484
+ msgid "Most Used"
485
+ msgstr "Mais Usados"
lang/content-aware-sidebars-ru_RU.mo CHANGED
Binary file
lang/content-aware-sidebars-ru_RU.po CHANGED
@@ -1,21 +1,22 @@
1
  # Copyright (C) 2012 Content Aware Sidebars
2
  # This file is distributed under the same license as the Content Aware Sidebars package.
3
  # Translators:
 
4
  # Ilya Trofimov <trofilya@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Content Aware Sidebars\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/content-aware-sidebars\n"
9
- "POT-Creation-Date: 2014-11-05 01:08-0800\n"
10
- "PO-Revision-Date: 2014-12-24 13:00+0000\n"
11
- "Last-Translator: Ilya Trofimov <trofilya@gmail.com>\n"
12
  "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/ru_RU/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ru_RU\n"
17
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +32,206 @@ msgstr "Управляйте и показывайте боковые панел
31
  msgid "Content Aware Sidebars"
32
  msgstr "Учитывающие содержимое боковые панели"
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 "Показ"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Единичный"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Единичный & Архив"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Архив"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Управление"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Заменить прежнюю базовую панель, слиться с ней или добавить боковую панель вручную."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Заменить"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Слить"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Вручную"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Принудительная замена"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Базовая боковая панель"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Позиция слияния"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Поместить боковую панель сверху или снизу базовой панели при слиянии."
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Сверху"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Снизу"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Боковые панели"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Боковая панель"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Добавить новую"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Добавить новую боковую панель"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Редактировать боковую панель"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Новая боковая панель"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Все боковые панели"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Просмотреть боковую панель"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Искать боковые панели"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Боковые панели не найдены"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "В корзине боковые панели не найдены"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Группы состояния"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Группа состояния"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Добавить новую"
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 "Добавить новую группу"
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 "Редактировать"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Управление виджетами"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Боковая панель обновлена."
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Боковая панель опубликована."
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Боковая панель сохранена."
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Боковая панель отправлена."
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Боковая панель запланирована на: <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 @ H:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Набросок боковой панели обновлён."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Пожалуйста, обновите базовую боковую панель"
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
  msgstr "Виждеты"
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  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"
221
  msgstr "Содержимое"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Настройки"
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 "Каждая созданная группа состояния описывает некоторое отдельное содержимое (состояние), с которым текущая боковая панель должна быть отображена."
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"
@@ -239,154 +240,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Содержимое, добавленное в группу состояния, использует логическую конъюнкцию, когда сами группы состояний используют логическую дизъюнкцию. Это значит, что содержимое, добавляемое в группы, должно быть связано, а группы не должны мешать друг другу. Это делает возможным очень точные, но в то же время различные состояния."
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Больше информации"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Поддержка"
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 "Переведите продукт на Ваш язык и станьте бета-тестером вскоре выходящего Премиум-пакета*!"
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 "Отображение боковых панелей с группами пользователей BuddyPress"
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 ""
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 "Нажмите для редактирования группы или создания новой. Выберите содержимое слева, чтобы добавить его. В каждой группе вы можете комбинировать различные типы связанного содержимого."
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Показать боковую панель с"
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 "Без содержимого. Пожалуйста, добавьте хотя бы одну группу состояния, чтобы сделать содержимое видимым."
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Сохранить"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Отмена"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  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
327
  msgid "Unauthorized request"
328
  msgstr "Неразрешённый запрос"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Группа состояния не может быть пустой"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Группа состояния сохранена"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Не удалось удалить группу состояния"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  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 ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Если Вам понравился этот плагин, Вы можете пожертвовать, чтобы поддержать будущую разработку."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Также Вы можете:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Оценить плагин на WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Ссылка на страницу плагина"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Перевести плагин на свой язык"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Удалить эту группу и её содержимое навсегда?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Результаты не найдены."
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 "Текущая группа содержит несохранённые изменения. Хотите продолжить и отменить все эти изменения?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Редактировать"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Авторы"
@@ -400,12 +397,12 @@ msgid "BuddyPress Members"
400
  msgstr "Члены 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 "Просмотреть всё"
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 "Добавить в группу"
411
 
@@ -416,7 +413,7 @@ msgstr "Показать со всеми %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 "Поиск"
422
 
@@ -425,6 +422,14 @@ msgstr "Поиск"
425
  msgid "All %s"
426
  msgstr "Все %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Шаблоны страниц"
@@ -439,16 +444,16 @@ msgid "Post Types"
439
  msgstr "Типы постов"
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 "Автоматически выбирать новые дочерние элементы выбранного элемента"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Показать с %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Без элементов"
454
 
@@ -476,6 +481,6 @@ msgstr "Страница 404"
476
  msgid "Taxonomies"
477
  msgstr "Таксономии"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  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
+ # NikitaM <hukutoc@gmail.com>, 2015
5
  # Ilya Trofimov <trofilya@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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-03-12 07:03+0000\n"
12
+ "Last-Translator: NikitaM <hukutoc@gmail.com>\n"
13
  "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/ru_RU/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: ru_RU\n"
18
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
  "X-Poedit-Basepath: .\n"
21
  "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"
22
  "X-Poedit-SearchPath-0: .\n"
32
  msgid "Content Aware Sidebars"
33
  msgstr "Учитывающие содержимое боковые панели"
34
 
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
  msgid "FAQ"
37
  msgstr "FAQ"
38
 
39
+ #: ../content-aware-sidebars.php:303
40
  msgid "Exposure"
41
  msgstr "Показ"
42
 
43
+ #: ../content-aware-sidebars.php:309
44
  msgid "Singular"
45
  msgstr "Единичный"
46
 
47
+ #: ../content-aware-sidebars.php:310
48
  msgid "Singular & Archive"
49
  msgstr "Единичный & Архив"
50
 
51
+ #: ../content-aware-sidebars.php:311
52
  msgid "Archive"
53
  msgstr "Архив"
54
 
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
  msgctxt "option"
57
  msgid "Handle"
58
  msgstr "Управление"
59
 
60
+ #: ../content-aware-sidebars.php:317
61
  msgid "Replace host sidebar, merge with it or add sidebar manually."
62
  msgstr "Заменить прежнюю базовую панель, слиться с ней или добавить боковую панель вручную."
63
 
64
+ #: ../content-aware-sidebars.php:321
65
  msgid "Replace"
66
  msgstr "Заменить"
67
 
68
+ #: ../content-aware-sidebars.php:322
69
  msgid "Merge"
70
  msgstr "Слить"
71
 
72
+ #: ../content-aware-sidebars.php:323
73
  msgid "Manual"
74
  msgstr "Вручную"
75
 
76
+ #: ../content-aware-sidebars.php:324
77
  msgid "Forced replace"
78
  msgstr "Принудительная замена"
79
 
80
+ #: ../content-aware-sidebars.php:328
81
  msgid "Host Sidebar"
82
  msgstr "Базовая боковая панель"
83
 
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
  msgid "Merge position"
86
  msgstr "Позиция слияния"
87
 
88
+ #: ../content-aware-sidebars.php:338
89
  msgid "Place sidebar on top or bottom of host when merging."
90
  msgstr "Поместить боковую панель сверху или снизу базовой панели при слиянии."
91
 
92
+ #: ../content-aware-sidebars.php:342
93
  msgid "Top"
94
  msgstr "Сверху"
95
 
96
+ #: ../content-aware-sidebars.php:343
97
  msgid "Bottom"
98
  msgstr "Снизу"
99
 
100
+ #: ../content-aware-sidebars.php:369
101
  msgid "Sidebars"
102
  msgstr "Боковые панели"
103
 
104
+ #: ../content-aware-sidebars.php:370
105
  msgid "Sidebar"
106
  msgstr "Боковая панель"
107
 
108
+ #: ../content-aware-sidebars.php:371
109
  msgctxt "sidebar"
110
  msgid "Add New"
111
  msgstr "Добавить новую"
112
 
113
+ #: ../content-aware-sidebars.php:372
114
  msgid "Add New Sidebar"
115
  msgstr "Добавить новую боковую панель"
116
 
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
  msgid "Edit Sidebar"
119
  msgstr "Редактировать боковую панель"
120
 
121
+ #: ../content-aware-sidebars.php:374
122
  msgid "New Sidebar"
123
  msgstr "Новая боковая панель"
124
 
125
+ #: ../content-aware-sidebars.php:375
126
  msgid "All Sidebars"
127
  msgstr "Все боковые панели"
128
 
129
+ #: ../content-aware-sidebars.php:376
130
  msgid "View Sidebar"
131
  msgstr "Просмотреть боковую панель"
132
 
133
+ #: ../content-aware-sidebars.php:377
134
  msgid "Search Sidebars"
135
  msgstr "Искать боковые панели"
136
 
137
+ #: ../content-aware-sidebars.php:378
138
  msgid "No sidebars found"
139
  msgstr "Боковые панели не найдены"
140
 
141
+ #: ../content-aware-sidebars.php:379
142
  msgid "No sidebars found in Trash"
143
  msgstr "В корзине боковые панели не найдены"
144
 
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
  msgid "Condition Groups"
148
  msgstr "Группы состояния"
149
 
150
+ #: ../content-aware-sidebars.php:395
151
  msgid "Condition Group"
152
  msgstr "Группа состояния"
153
 
154
+ #: ../content-aware-sidebars.php:396
155
  msgctxt "group"
156
  msgid "Add New"
157
  msgstr "Добавить новую"
158
 
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
  msgid "Add New Group"
162
  msgstr "Добавить новую группу"
163
 
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
  msgctxt "group"
167
  msgid "Edit"
168
  msgstr "Редактировать"
169
 
170
+ #: ../content-aware-sidebars.php:422
171
  msgid "Manage widgets"
172
  msgstr "Управление виджетами"
173
 
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
  msgid "Sidebar updated."
176
  msgstr "Боковая панель обновлена."
177
 
178
+ #: ../content-aware-sidebars.php:430
179
  msgid "Sidebar published."
180
  msgstr "Боковая панель опубликована."
181
 
182
+ #: ../content-aware-sidebars.php:431
183
  msgid "Sidebar saved."
184
  msgstr "Боковая панель сохранена."
185
 
186
+ #: ../content-aware-sidebars.php:432
187
  msgid "Sidebar submitted."
188
  msgstr "Боковая панель отправлена."
189
 
190
+ #: ../content-aware-sidebars.php:433
191
  #, php-format
192
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
  msgstr "Боковая панель запланирована на: <strong>%1$s</strong>."
194
 
195
  #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
  msgid "M j, Y @ G:i"
198
  msgstr "j M, Y @ H:i"
199
 
200
+ #: ../content-aware-sidebars.php:436
201
  msgid "Sidebar draft updated."
202
  msgstr "Набросок боковой панели обновлён."
203
 
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
  msgid "Please update Host Sidebar"
206
  msgstr "Пожалуйста, обновите базовую боковую панель"
207
 
208
+ #: ../content-aware-sidebars.php:510
209
  msgid "Widgets"
210
  msgstr "Виждеты"
211
 
212
+ #: ../content-aware-sidebars.php:646
213
  msgid "Manage Widgets"
214
  msgstr "Управление виджетами"
215
 
216
+ #: ../content-aware-sidebars.php:901
217
  msgid "Get a free Content Aware Sidebars Premium Bundle"
218
  msgstr "Получить Премиум-пакет учитывающих содержимое боковых панелей"
219
 
220
+ #: ../content-aware-sidebars.php:917
221
  msgid "Content"
222
  msgstr "Содержимое"
223
 
224
+ #: ../content-aware-sidebars.php:925
225
  msgid "Options"
226
  msgstr "Настройки"
227
 
228
+ #: ../content-aware-sidebars.php:949
229
  msgid ""
230
  "Each created condition group describe some specific content (conditions) "
231
  "that the current sidebar should be displayed with."
232
  msgstr "Каждая созданная группа состояния описывает некоторое отдельное содержимое (состояние), с которым текущая боковая панель должна быть отображена."
233
 
234
+ #: ../content-aware-sidebars.php:950
235
  msgid ""
236
  "Content added to a condition group uses logical conjunction, while condition"
237
  " groups themselves use logical disjunction. This means that content added to"
240
  "extremely focused and at the same time distinct conditions."
241
  msgstr "Содержимое, добавленное в группу состояния, использует логическую конъюнкцию, когда сами группы состояний используют логическую дизъюнкцию. Это значит, что содержимое, добавляемое в группы, должно быть связано, а группы не должны мешать друг другу. Это делает возможным очень точные, но в то же время различные состояния."
242
 
243
+ #: ../content-aware-sidebars.php:953
244
  msgid "More Information"
245
  msgstr "Больше информации"
246
 
247
+ #: ../content-aware-sidebars.php:955
248
  msgid "Get Support"
249
  msgstr "Поддержка"
250
 
251
+ #: ../content-aware-sidebars.php:992
252
  msgid ""
253
  "Translate Content Aware Sidebars into your language and become a BETA tester"
254
  " of the upcoming Premium Bundle*!"
255
  msgstr "Переведите продукт на Ваш язык и станьте бета-тестером вскоре выходящего Премиум-пакета*!"
256
 
257
+ #: ../content-aware-sidebars.php:993
258
  msgid "Translate Now"
259
  msgstr "Перевести сейчас"
260
 
261
+ #: ../content-aware-sidebars.php:994
262
  msgid "Get Premium Bundle"
263
  msgstr "Получить Премиум-пакет"
264
 
265
+ #: ../content-aware-sidebars.php:995
266
  msgid ""
267
  "Single-site use. BETA implies it is not recommended for production sites."
268
  msgstr "Для использования на одиночных сайтах. Бета предполагает, что продукт не рекомендуется для производственных сайтов."
269
 
270
+ #: ../content-aware-sidebars.php:998
271
  msgid "Partial Feature List"
272
  msgstr "Частичный список возможностей"
273
 
274
+ #: ../content-aware-sidebars.php:1000
275
  msgid "Select and create sidebars in the Post Editing Screens"
276
  msgstr "Выбор и создание боковых панелей на экранах редактирования постов"
277
 
278
+ #: ../content-aware-sidebars.php:1001
279
  msgid "Display sidebars with URLs using wildcards"
280
  msgstr "Отображение боковых панелей со ссылками с использованием символов подстановки"
281
 
282
+ #: ../content-aware-sidebars.php:1002
283
  msgid "Display sidebars with User Roles"
284
  msgstr "Отображение боковых панелей с пользовательскими ролями"
285
 
286
+ #: ../content-aware-sidebars.php:1003
287
  msgid "Display sidebars with BuddyPress User Groups"
288
  msgstr "Отображение боковых панелей с группами пользователей BuddyPress"
289
 
290
+ #: ../content-aware-sidebars.php:1004
291
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
  msgstr "Столбец боковых панелей на экранах типов постов и систематического обзора"
293
 
294
+ #: ../content-aware-sidebars.php:1028
295
  msgid ""
296
  "Click to edit a group or create a new one. Select content on the left to add"
297
  " it. In each group, you can combine different types of associated content."
298
  msgstr "Нажмите для редактирования группы или создания новой. Выберите содержимое слева, чтобы добавить его. В каждой группе вы можете комбинировать различные типы связанного содержимого."
299
 
300
+ #: ../content-aware-sidebars.php:1029
301
  msgid "Display sidebar with"
302
  msgstr "Показать боковую панель с"
303
 
304
+ #: ../content-aware-sidebars.php:1034
305
  msgid ""
306
  "No content. Please add at least one condition group to make the sidebar "
307
  "content aware."
308
  msgstr "Без содержимого. Пожалуйста, добавьте хотя бы одну группу состояния, чтобы сделать содержимое видимым."
309
 
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
  msgid "Save"
312
  msgstr "Сохранить"
313
 
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
  msgid "Cancel"
316
  msgstr "Отмена"
317
 
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
  msgid "Remove"
320
  msgstr "Удалить"
321
 
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
  msgid "Or"
324
  msgstr "Или"
325
 
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
  msgid "Unauthorized request"
329
  msgstr "Неразрешённый запрос"
330
 
331
+ #: ../content-aware-sidebars.php:1145
332
  msgid "Condition group cannot be empty"
333
  msgstr "Группа состояния не может быть пустой"
334
 
335
+ #: ../content-aware-sidebars.php:1159
336
  msgid "Condition group saved"
337
  msgstr "Группа состояния сохранена"
338
 
339
+ #: ../content-aware-sidebars.php:1192
340
  msgid "Condition group could not be removed"
341
  msgstr "Не удалось удалить группу состояния"
342
 
343
+ #: ../content-aware-sidebars.php:1197
344
  msgid "Condition group removed"
345
  msgstr "Группа состояния удалена"
346
 
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
  msgid "Order"
349
  msgstr "Порядок"
350
 
351
+ #: ../content-aware-sidebars.php:1273
352
  msgid ""
353
  "If you love this plugin, please consider donating to support future "
354
  "development."
355
  msgstr "Если Вам понравился этот плагин, Вы можете пожертвовать, чтобы поддержать будущую разработку."
356
 
357
+ #: ../content-aware-sidebars.php:1282
358
  msgid "Or you could:"
359
  msgstr "Также Вы можете:"
360
 
361
+ #: ../content-aware-sidebars.php:1284
362
  msgid "Rate the plugin on WordPress.org"
363
  msgstr "Оценить плагин на WordPress.org"
364
 
365
+ #: ../content-aware-sidebars.php:1285
366
  msgid "Link to the plugin page"
367
  msgstr "Ссылка на страницу плагина"
368
 
369
+ #: ../content-aware-sidebars.php:1286
370
  msgid "Translate the plugin into your language"
371
  msgstr "Перевести плагин на свой язык"
372
 
373
+ #: ../content-aware-sidebars.php:1413
374
  msgid "Remove this group and its contents permanently?"
375
  msgstr "Удалить эту группу и её содержимое навсегда?"
376
 
377
+ #: ../content-aware-sidebars.php:1414
378
  msgid "No results found."
379
  msgstr "Результаты не найдены."
380
 
381
+ #: ../content-aware-sidebars.php:1415
382
  msgid ""
383
  "The current group has unsaved changes. Do you want to continue and discard "
384
  "these changes?"
385
  msgstr "Текущая группа содержит несохранённые изменения. Хотите продолжить и отменить все эти изменения?"
386
 
 
 
 
 
387
  #: ../modules/author.php:28
388
  msgid "Authors"
389
  msgstr "Авторы"
397
  msgstr "Члены BuddyPress"
398
 
399
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
  msgid "View All"
402
  msgstr "Просмотреть всё"
403
 
404
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
  msgid "Add to Group"
407
  msgstr "Добавить в группу"
408
 
413
 
414
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
  msgid "Search"
418
  msgstr "Поиск"
419
 
422
  msgid "All %s"
423
  msgstr "Все %s"
424
 
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Даты"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Архивы по датам"
432
+
433
  #: ../modules/page_template.php:28
434
  msgid "Page Templates"
435
  msgstr "Шаблоны страниц"
444
  msgstr "Типы постов"
445
 
446
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
  msgid "Automatically select new children of a selected ancestor"
449
  msgstr "Автоматически выбирать новые дочерние элементы выбранного элемента"
450
 
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
  #, php-format
453
  msgid "Display with %s"
454
  msgstr "Показать с %s"
455
 
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
  msgid "No items."
458
  msgstr "Без элементов"
459
 
481
  msgid "Taxonomies"
482
  msgstr "Таксономии"
483
 
484
+ #: ../modules/taxonomy.php:286
485
  msgid "Most Used"
486
  msgstr "Наиболее используемые"
lang/content-aware-sidebars-sk_SK.mo CHANGED
Binary file
lang/content-aware-sidebars-sk_SK.po CHANGED
@@ -5,16 +5,16 @@ 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: Slovak (Slovakia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sk_SK/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: sk_SK\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
- "X-Generator: Poedit 1.6.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
@@ -30,206 +30,206 @@ msgstr "Spravovat a Zobrazit sidebars podla obsahu je prezerana."
30
  msgid "Content Aware Sidebars"
31
  msgstr "Obsah vedomi 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"
39
  msgstr "Expozicie"
40
 
41
- #: ../content-aware-sidebars.php:306
42
  msgid "Singular"
43
  msgstr "Singularni"
44
 
45
- #: ../content-aware-sidebars.php:307
46
  msgid "Singular & Archive"
47
  msgstr "Singularni & Archiv"
48
 
49
- #: ../content-aware-sidebars.php:308
50
  msgid "Archive"
51
  msgstr "Archiv"
52
 
53
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Rukovat"
57
 
58
- #: ../content-aware-sidebars.php:314
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Nahradit hostitela sidebar, zlucit s nim alebo manualne pridat sidebar."
61
 
62
- #: ../content-aware-sidebars.php:318
63
  msgid "Replace"
64
  msgstr "Nahradit"
65
 
66
- #: ../content-aware-sidebars.php:319
67
  msgid "Merge"
68
  msgstr "Zlucit"
69
 
70
- #: ../content-aware-sidebars.php:320
71
  msgid "Manual"
72
  msgstr "Manual"
73
 
74
- #: ../content-aware-sidebars.php:321
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
- #: ../content-aware-sidebars.php:325
79
  msgid "Host Sidebar"
80
  msgstr "Hostitel Sidebar"
81
 
82
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
83
  msgid "Merge position"
84
  msgstr "Zlucit pozicie"
85
 
86
- #: ../content-aware-sidebars.php:335
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Miesto sidebar na hornej alebo dolnej casti hostitela pri zlucovani."
89
 
90
- #: ../content-aware-sidebars.php:339
91
  msgid "Top"
92
  msgstr "Top"
93
 
94
- #: ../content-aware-sidebars.php:340
95
  msgid "Bottom"
96
  msgstr "Dno"
97
 
98
- #: ../content-aware-sidebars.php:365
99
  msgid "Sidebars"
100
  msgstr "Bocne panely"
101
 
102
- #: ../content-aware-sidebars.php:366
103
  msgid "Sidebar"
104
  msgstr "Bocny panel"
105
 
106
- #: ../content-aware-sidebars.php:367
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Pridat nove"
110
 
111
- #: ../content-aware-sidebars.php:368
112
  msgid "Add New Sidebar"
113
  msgstr "Pridat novy bocny panel"
114
 
115
- #: ../content-aware-sidebars.php:369
116
  msgid "Edit Sidebar"
117
  msgstr "Upravit Sidebar"
118
 
119
- #: ../content-aware-sidebars.php:370
120
  msgid "New Sidebar"
121
  msgstr "Novy bocny panel"
122
 
123
- #: ../content-aware-sidebars.php:371
124
  msgid "All Sidebars"
125
  msgstr "Vsetci postranne"
126
 
127
- #: ../content-aware-sidebars.php:372
128
  msgid "View Sidebar"
129
  msgstr "Zobrazit bocny panel"
130
 
131
- #: ../content-aware-sidebars.php:373
132
  msgid "Search Sidebars"
133
  msgstr "Hladat Sidebars"
134
 
135
- #: ../content-aware-sidebars.php:374
136
  msgid "No sidebars found"
137
  msgstr "C sidebars nasiel"
138
 
139
- #: ../content-aware-sidebars.php:375
140
  msgid "No sidebars found in Trash"
141
  msgstr "Ziadne sidebars, nachadza v kosi"
142
 
143
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
144
- #: ../content-aware-sidebars.php:1017
145
  msgid "Condition Groups"
146
  msgstr ""
147
 
148
- #: ../content-aware-sidebars.php:391
149
  msgid "Condition Group"
150
  msgstr ""
151
 
152
- #: ../content-aware-sidebars.php:392
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Pridat nove"
156
 
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"
170
  msgstr ""
171
 
172
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
173
  msgid "Sidebar updated."
174
  msgstr "Sidebar aktualizovane."
175
 
176
- #: ../content-aware-sidebars.php:426
177
  msgid "Sidebar published."
178
  msgstr ""
179
 
180
- #: ../content-aware-sidebars.php:427
181
  msgid "Sidebar saved."
182
  msgstr "Sidebar ulozene."
183
 
184
- #: ../content-aware-sidebars.php:428
185
  msgid "Sidebar submitted."
186
  msgstr ""
187
 
188
- #: ../content-aware-sidebars.php:429
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr ""
192
 
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 "M j, Y @ G:i"
197
 
198
- #: ../content-aware-sidebars.php:432
199
  msgid "Sidebar draft updated."
200
  msgstr "Sidebar navrh aktualizovane."
201
 
202
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
203
  msgid "Please update Host Sidebar"
204
  msgstr "Prosim aktualizujte hostitela Sidebar"
205
 
206
- #: ../content-aware-sidebars.php:506
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
- #: ../content-aware-sidebars.php:642
211
  msgid "Manage Widgets"
212
  msgstr "Spravovat widgety"
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"
220
  msgstr "Obsah"
221
 
222
- #: ../content-aware-sidebars.php:921
223
  msgid "Options"
224
  msgstr "Moznosti"
225
 
226
- #: ../content-aware-sidebars.php:945
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 ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
@@ -238,154 +238,150 @@ msgid ""
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 ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr ""
297
 
298
- #: ../content-aware-sidebars.php:1019
299
  msgid "Display sidebar with"
300
  msgstr ""
301
 
302
- #: ../content-aware-sidebars.php:1024
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr ""
307
 
308
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
309
  msgid "Save"
310
  msgstr ""
311
 
312
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
313
  msgid "Cancel"
314
  msgstr ""
315
 
316
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
317
  msgid "Remove"
318
  msgstr ""
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
326
  msgid "Unauthorized request"
327
  msgstr ""
328
 
329
- #: ../content-aware-sidebars.php:1135
330
  msgid "Condition group cannot be empty"
331
  msgstr ""
332
 
333
- #: ../content-aware-sidebars.php:1149
334
  msgid "Condition group saved"
335
  msgstr ""
336
 
337
- #: ../content-aware-sidebars.php:1182
338
  msgid "Condition group could not be removed"
339
  msgstr ""
340
 
341
- #: ../content-aware-sidebars.php:1187
342
  msgid "Condition group removed"
343
  msgstr ""
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 ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr ""
354
 
355
- #: ../content-aware-sidebars.php:1272
356
  msgid "Or you could:"
357
  msgstr ""
358
 
359
- #: ../content-aware-sidebars.php:1274
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr ""
362
 
363
- #: ../content-aware-sidebars.php:1275
364
  msgid "Link to the plugin page"
365
  msgstr ""
366
 
367
- #: ../content-aware-sidebars.php:1276
368
  msgid "Translate the plugin into your language"
369
  msgstr ""
370
 
371
- #: ../content-aware-sidebars.php:1403
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr ""
374
 
375
- #: ../content-aware-sidebars.php:1404
376
  msgid "No results found."
377
  msgstr ""
378
 
379
- #: ../content-aware-sidebars.php:1405
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr ""
384
 
385
- #: ../content-aware-sidebars.php:1419
386
- msgid "Edit"
387
- msgstr ""
388
-
389
  #: ../modules/author.php:28
390
  msgid "Authors"
391
  msgstr "Autori"
@@ -399,12 +395,12 @@ msgid "BuddyPress Members"
399
  msgstr "BuddyPress clenov"
400
 
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
408
  msgid "Add to Group"
409
  msgstr ""
410
 
@@ -415,7 +411,7 @@ msgstr ""
415
 
416
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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
 
@@ -424,6 +420,14 @@ msgstr ""
424
  msgid "All %s"
425
  msgstr ""
426
 
 
 
 
 
 
 
 
 
427
  #: ../modules/page_template.php:28
428
  msgid "Page Templates"
429
  msgstr "Stranky sablony"
@@ -438,16 +442,16 @@ msgid "Post Types"
438
  msgstr "Prispevok typy"
439
 
440
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
441
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
442
  msgid "Automatically select new children of a selected ancestor"
443
  msgstr "Automaticky vybrat nove deti z vybranych predok"
444
 
445
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
446
  #, php-format
447
  msgid "Display with %s"
448
  msgstr ""
449
 
450
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
451
  msgid "No items."
452
  msgstr "Ziadne polozky."
453
 
@@ -475,6 +479,6 @@ msgstr "404 Stranka"
475
  msgid "Taxonomies"
476
  msgstr "Taxonomie"
477
 
478
- #: ../modules/taxonomy.php:290
479
  msgid "Most Used"
480
  msgstr ""
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: 2015-01-27 22:32-0800\n"
9
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
10
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
11
  "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sk_SK/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: sk_SK\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
+ "X-Generator: Poedit 1.7.4\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
30
  msgid "Content Aware Sidebars"
31
  msgstr "Obsah vedomi Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
34
  msgid "FAQ"
35
  msgstr ""
36
 
37
+ #: ../content-aware-sidebars.php:303
38
  msgid "Exposure"
39
  msgstr "Expozicie"
40
 
41
+ #: ../content-aware-sidebars.php:309
42
  msgid "Singular"
43
  msgstr "Singularni"
44
 
45
+ #: ../content-aware-sidebars.php:310
46
  msgid "Singular & Archive"
47
  msgstr "Singularni & Archiv"
48
 
49
+ #: ../content-aware-sidebars.php:311
50
  msgid "Archive"
51
  msgstr "Archiv"
52
 
53
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Rukovat"
57
 
58
+ #: ../content-aware-sidebars.php:317
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Nahradit hostitela sidebar, zlucit s nim alebo manualne pridat sidebar."
61
 
62
+ #: ../content-aware-sidebars.php:321
63
  msgid "Replace"
64
  msgstr "Nahradit"
65
 
66
+ #: ../content-aware-sidebars.php:322
67
  msgid "Merge"
68
  msgstr "Zlucit"
69
 
70
+ #: ../content-aware-sidebars.php:323
71
  msgid "Manual"
72
  msgstr "Manual"
73
 
74
+ #: ../content-aware-sidebars.php:324
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
+ #: ../content-aware-sidebars.php:328
79
  msgid "Host Sidebar"
80
  msgstr "Hostitel Sidebar"
81
 
82
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
83
  msgid "Merge position"
84
  msgstr "Zlucit pozicie"
85
 
86
+ #: ../content-aware-sidebars.php:338
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Miesto sidebar na hornej alebo dolnej casti hostitela pri zlucovani."
89
 
90
+ #: ../content-aware-sidebars.php:342
91
  msgid "Top"
92
  msgstr "Top"
93
 
94
+ #: ../content-aware-sidebars.php:343
95
  msgid "Bottom"
96
  msgstr "Dno"
97
 
98
+ #: ../content-aware-sidebars.php:369
99
  msgid "Sidebars"
100
  msgstr "Bocne panely"
101
 
102
+ #: ../content-aware-sidebars.php:370
103
  msgid "Sidebar"
104
  msgstr "Bocny panel"
105
 
106
+ #: ../content-aware-sidebars.php:371
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Pridat nove"
110
 
111
+ #: ../content-aware-sidebars.php:372
112
  msgid "Add New Sidebar"
113
  msgstr "Pridat novy bocny panel"
114
 
115
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
116
  msgid "Edit Sidebar"
117
  msgstr "Upravit Sidebar"
118
 
119
+ #: ../content-aware-sidebars.php:374
120
  msgid "New Sidebar"
121
  msgstr "Novy bocny panel"
122
 
123
+ #: ../content-aware-sidebars.php:375
124
  msgid "All Sidebars"
125
  msgstr "Vsetci postranne"
126
 
127
+ #: ../content-aware-sidebars.php:376
128
  msgid "View Sidebar"
129
  msgstr "Zobrazit bocny panel"
130
 
131
+ #: ../content-aware-sidebars.php:377
132
  msgid "Search Sidebars"
133
  msgstr "Hladat Sidebars"
134
 
135
+ #: ../content-aware-sidebars.php:378
136
  msgid "No sidebars found"
137
  msgstr "C sidebars nasiel"
138
 
139
+ #: ../content-aware-sidebars.php:379
140
  msgid "No sidebars found in Trash"
141
  msgstr "Ziadne sidebars, nachadza v kosi"
142
 
143
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
144
+ #: ../content-aware-sidebars.php:1027
145
  msgid "Condition Groups"
146
  msgstr ""
147
 
148
+ #: ../content-aware-sidebars.php:395
149
  msgid "Condition Group"
150
  msgstr ""
151
 
152
+ #: ../content-aware-sidebars.php:396
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Pridat nove"
156
 
157
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
158
+ #: ../content-aware-sidebars.php:1061
159
  msgid "Add New Group"
160
  msgstr ""
161
 
162
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
163
+ #: ../content-aware-sidebars.php:1411
164
  msgctxt "group"
165
  msgid "Edit"
166
  msgstr ""
167
 
168
+ #: ../content-aware-sidebars.php:422
169
  msgid "Manage widgets"
170
  msgstr ""
171
 
172
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
173
  msgid "Sidebar updated."
174
  msgstr "Sidebar aktualizovane."
175
 
176
+ #: ../content-aware-sidebars.php:430
177
  msgid "Sidebar published."
178
  msgstr ""
179
 
180
+ #: ../content-aware-sidebars.php:431
181
  msgid "Sidebar saved."
182
  msgstr "Sidebar ulozene."
183
 
184
+ #: ../content-aware-sidebars.php:432
185
  msgid "Sidebar submitted."
186
  msgstr ""
187
 
188
+ #: ../content-aware-sidebars.php:433
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr ""
192
 
193
  #. translators: Publish box date format, see http://php.net/date
194
+ #: ../content-aware-sidebars.php:435
195
  msgid "M j, Y @ G:i"
196
  msgstr "M j, Y @ G:i"
197
 
198
+ #: ../content-aware-sidebars.php:436
199
  msgid "Sidebar draft updated."
200
  msgstr "Sidebar navrh aktualizovane."
201
 
202
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
203
  msgid "Please update Host Sidebar"
204
  msgstr "Prosim aktualizujte hostitela Sidebar"
205
 
206
+ #: ../content-aware-sidebars.php:510
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
+ #: ../content-aware-sidebars.php:646
211
  msgid "Manage Widgets"
212
  msgstr "Spravovat widgety"
213
 
214
+ #: ../content-aware-sidebars.php:901
215
  msgid "Get a free Content Aware Sidebars Premium Bundle"
216
  msgstr ""
217
 
218
+ #: ../content-aware-sidebars.php:917
219
  msgid "Content"
220
  msgstr "Obsah"
221
 
222
+ #: ../content-aware-sidebars.php:925
223
  msgid "Options"
224
  msgstr "Moznosti"
225
 
226
+ #: ../content-aware-sidebars.php:949
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:950
233
  msgid ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
238
  "extremely focused and at the same time distinct conditions."
239
  msgstr ""
240
 
241
+ #: ../content-aware-sidebars.php:953
242
  msgid "More Information"
243
  msgstr ""
244
 
245
+ #: ../content-aware-sidebars.php:955
246
  msgid "Get Support"
247
  msgstr ""
248
 
249
+ #: ../content-aware-sidebars.php:992
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:993
256
  msgid "Translate Now"
257
  msgstr ""
258
 
259
+ #: ../content-aware-sidebars.php:994
260
  msgid "Get Premium Bundle"
261
  msgstr ""
262
 
263
+ #: ../content-aware-sidebars.php:995
264
  msgid ""
265
  "Single-site use. BETA implies it is not recommended for production sites."
266
  msgstr ""
267
 
268
+ #: ../content-aware-sidebars.php:998
269
  msgid "Partial Feature List"
270
  msgstr ""
271
 
272
+ #: ../content-aware-sidebars.php:1000
273
  msgid "Select and create sidebars in the Post Editing Screens"
274
  msgstr ""
275
 
276
+ #: ../content-aware-sidebars.php:1001
277
  msgid "Display sidebars with URLs using wildcards"
278
  msgstr ""
279
 
280
+ #: ../content-aware-sidebars.php:1002
281
  msgid "Display sidebars with User Roles"
282
  msgstr ""
283
 
284
+ #: ../content-aware-sidebars.php:1003
285
  msgid "Display sidebars with BuddyPress User Groups"
286
  msgstr ""
287
 
288
+ #: ../content-aware-sidebars.php:1004
289
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
290
  msgstr ""
291
 
292
+ #: ../content-aware-sidebars.php:1028
293
  msgid ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr ""
297
 
298
+ #: ../content-aware-sidebars.php:1029
299
  msgid "Display sidebar with"
300
  msgstr ""
301
 
302
+ #: ../content-aware-sidebars.php:1034
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr ""
307
 
308
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
309
  msgid "Save"
310
  msgstr ""
311
 
312
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
313
  msgid "Cancel"
314
  msgstr ""
315
 
316
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
317
  msgid "Remove"
318
  msgstr ""
319
 
320
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
321
  msgid "Or"
322
  msgstr ""
323
 
324
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
325
+ #: ../content-aware-sidebars.php:1187
326
  msgid "Unauthorized request"
327
  msgstr ""
328
 
329
+ #: ../content-aware-sidebars.php:1145
330
  msgid "Condition group cannot be empty"
331
  msgstr ""
332
 
333
+ #: ../content-aware-sidebars.php:1159
334
  msgid "Condition group saved"
335
  msgstr ""
336
 
337
+ #: ../content-aware-sidebars.php:1192
338
  msgid "Condition group could not be removed"
339
  msgstr ""
340
 
341
+ #: ../content-aware-sidebars.php:1197
342
  msgid "Condition group removed"
343
  msgstr ""
344
 
345
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
346
  msgid "Order"
347
  msgstr ""
348
 
349
+ #: ../content-aware-sidebars.php:1273
350
  msgid ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr ""
354
 
355
+ #: ../content-aware-sidebars.php:1282
356
  msgid "Or you could:"
357
  msgstr ""
358
 
359
+ #: ../content-aware-sidebars.php:1284
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr ""
362
 
363
+ #: ../content-aware-sidebars.php:1285
364
  msgid "Link to the plugin page"
365
  msgstr ""
366
 
367
+ #: ../content-aware-sidebars.php:1286
368
  msgid "Translate the plugin into your language"
369
  msgstr ""
370
 
371
+ #: ../content-aware-sidebars.php:1413
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr ""
374
 
375
+ #: ../content-aware-sidebars.php:1414
376
  msgid "No results found."
377
  msgstr ""
378
 
379
+ #: ../content-aware-sidebars.php:1415
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr ""
384
 
 
 
 
 
385
  #: ../modules/author.php:28
386
  msgid "Authors"
387
  msgstr "Autori"
395
  msgstr "BuddyPress clenov"
396
 
397
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
398
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
399
  msgid "View All"
400
  msgstr ""
401
 
402
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
403
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
404
  msgid "Add to Group"
405
  msgstr ""
406
 
411
 
412
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
413
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
414
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
415
  msgid "Search"
416
  msgstr ""
417
 
420
  msgid "All %s"
421
  msgstr ""
422
 
423
+ #: ../modules/date.php:29
424
+ msgid "Dates"
425
+ msgstr ""
426
+
427
+ #: ../modules/date.php:65
428
+ msgid "Date Archives"
429
+ msgstr ""
430
+
431
  #: ../modules/page_template.php:28
432
  msgid "Page Templates"
433
  msgstr "Stranky sablony"
442
  msgstr "Prispevok typy"
443
 
444
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
445
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
446
  msgid "Automatically select new children of a selected ancestor"
447
  msgstr "Automaticky vybrat nove deti z vybranych predok"
448
 
449
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
450
  #, php-format
451
  msgid "Display with %s"
452
  msgstr ""
453
 
454
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
455
  msgid "No items."
456
  msgstr "Ziadne polozky."
457
 
479
  msgid "Taxonomies"
480
  msgstr "Taxonomie"
481
 
482
+ #: ../modules/taxonomy.php:286
483
  msgid "Most Used"
484
  msgstr ""
lang/content-aware-sidebars-sl_SI.mo ADDED
Binary file
lang/content-aware-sidebars-sl_SI.po ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Jure Kr <p206ab@hotmail.com>, 2015
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-04-20 19:17+0000\n"
11
+ "Last-Translator: Jure Kr <p206ab@hotmail.com>\n"
12
+ "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sl_SI/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: sl_SI\n"
17
+ "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
18
+ "X-Generator: Poedit 1.7.4\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+ "X-Textdomain-Support: yes\n"
25
+
26
+ #: ../content-aware-sidebars.php:117
27
+ msgid "Manage and show sidebars according to the content being viewed."
28
+ msgstr ""
29
+
30
+ #: ../content-aware-sidebars.php:118
31
+ msgid "Content Aware Sidebars"
32
+ msgstr ""
33
+
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
+ msgid "FAQ"
36
+ msgstr ""
37
+
38
+ #: ../content-aware-sidebars.php:303
39
+ msgid "Exposure"
40
+ msgstr ""
41
+
42
+ #: ../content-aware-sidebars.php:309
43
+ msgid "Singular"
44
+ msgstr ""
45
+
46
+ #: ../content-aware-sidebars.php:310
47
+ msgid "Singular & Archive"
48
+ msgstr ""
49
+
50
+ #: ../content-aware-sidebars.php:311
51
+ msgid "Archive"
52
+ msgstr ""
53
+
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
+ msgctxt "option"
56
+ msgid "Handle"
57
+ msgstr ""
58
+
59
+ #: ../content-aware-sidebars.php:317
60
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
61
+ msgstr ""
62
+
63
+ #: ../content-aware-sidebars.php:321
64
+ msgid "Replace"
65
+ msgstr "Zamenjaj"
66
+
67
+ #: ../content-aware-sidebars.php:322
68
+ msgid "Merge"
69
+ msgstr "Združi"
70
+
71
+ #: ../content-aware-sidebars.php:323
72
+ msgid "Manual"
73
+ msgstr ""
74
+
75
+ #: ../content-aware-sidebars.php:324
76
+ msgid "Forced replace"
77
+ msgstr ""
78
+
79
+ #: ../content-aware-sidebars.php:328
80
+ msgid "Host Sidebar"
81
+ msgstr ""
82
+
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
+ msgid "Merge position"
85
+ msgstr ""
86
+
87
+ #: ../content-aware-sidebars.php:338
88
+ msgid "Place sidebar on top or bottom of host when merging."
89
+ msgstr ""
90
+
91
+ #: ../content-aware-sidebars.php:342
92
+ msgid "Top"
93
+ msgstr ""
94
+
95
+ #: ../content-aware-sidebars.php:343
96
+ msgid "Bottom"
97
+ msgstr ""
98
+
99
+ #: ../content-aware-sidebars.php:369
100
+ msgid "Sidebars"
101
+ msgstr ""
102
+
103
+ #: ../content-aware-sidebars.php:370
104
+ msgid "Sidebar"
105
+ msgstr ""
106
+
107
+ #: ../content-aware-sidebars.php:371
108
+ msgctxt "sidebar"
109
+ msgid "Add New"
110
+ msgstr "Dodaj novo"
111
+
112
+ #: ../content-aware-sidebars.php:372
113
+ msgid "Add New Sidebar"
114
+ msgstr ""
115
+
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
+ msgid "Edit Sidebar"
118
+ msgstr ""
119
+
120
+ #: ../content-aware-sidebars.php:374
121
+ msgid "New Sidebar"
122
+ msgstr ""
123
+
124
+ #: ../content-aware-sidebars.php:375
125
+ msgid "All Sidebars"
126
+ msgstr ""
127
+
128
+ #: ../content-aware-sidebars.php:376
129
+ msgid "View Sidebar"
130
+ msgstr ""
131
+
132
+ #: ../content-aware-sidebars.php:377
133
+ msgid "Search Sidebars"
134
+ msgstr ""
135
+
136
+ #: ../content-aware-sidebars.php:378
137
+ msgid "No sidebars found"
138
+ msgstr ""
139
+
140
+ #: ../content-aware-sidebars.php:379
141
+ msgid "No sidebars found in Trash"
142
+ msgstr ""
143
+
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
+ msgid "Condition Groups"
147
+ msgstr ""
148
+
149
+ #: ../content-aware-sidebars.php:395
150
+ msgid "Condition Group"
151
+ msgstr ""
152
+
153
+ #: ../content-aware-sidebars.php:396
154
+ msgctxt "group"
155
+ msgid "Add New"
156
+ msgstr "Dodaj novo"
157
+
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
+ msgid "Add New Group"
161
+ msgstr "Dodaj novo skupino"
162
+
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
+ msgctxt "group"
166
+ msgid "Edit"
167
+ msgstr "Uredi"
168
+
169
+ #: ../content-aware-sidebars.php:422
170
+ msgid "Manage widgets"
171
+ msgstr ""
172
+
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
+ msgid "Sidebar updated."
175
+ msgstr ""
176
+
177
+ #: ../content-aware-sidebars.php:430
178
+ msgid "Sidebar published."
179
+ msgstr ""
180
+
181
+ #: ../content-aware-sidebars.php:431
182
+ msgid "Sidebar saved."
183
+ msgstr ""
184
+
185
+ #: ../content-aware-sidebars.php:432
186
+ msgid "Sidebar submitted."
187
+ msgstr ""
188
+
189
+ #: ../content-aware-sidebars.php:433
190
+ #, php-format
191
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
+ msgstr ""
193
+
194
+ #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
+ msgid "M j, Y @ G:i"
197
+ msgstr ""
198
+
199
+ #: ../content-aware-sidebars.php:436
200
+ msgid "Sidebar draft updated."
201
+ msgstr ""
202
+
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
+ msgid "Please update Host Sidebar"
205
+ msgstr ""
206
+
207
+ #: ../content-aware-sidebars.php:510
208
+ msgid "Widgets"
209
+ msgstr "Gradniki"
210
+
211
+ #: ../content-aware-sidebars.php:646
212
+ msgid "Manage Widgets"
213
+ msgstr "Uredi gradnike"
214
+
215
+ #: ../content-aware-sidebars.php:901
216
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
217
+ msgstr ""
218
+
219
+ #: ../content-aware-sidebars.php:917
220
+ msgid "Content"
221
+ msgstr "Vsebina"
222
+
223
+ #: ../content-aware-sidebars.php:925
224
+ msgid "Options"
225
+ msgstr "Možnosti"
226
+
227
+ #: ../content-aware-sidebars.php:949
228
+ msgid ""
229
+ "Each created condition group describe some specific content (conditions) "
230
+ "that the current sidebar should be displayed with."
231
+ msgstr ""
232
+
233
+ #: ../content-aware-sidebars.php:950
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 ""
241
+
242
+ #: ../content-aware-sidebars.php:953
243
+ msgid "More Information"
244
+ msgstr ""
245
+
246
+ #: ../content-aware-sidebars.php:955
247
+ msgid "Get Support"
248
+ msgstr ""
249
+
250
+ #: ../content-aware-sidebars.php:992
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:993
257
+ msgid "Translate Now"
258
+ msgstr ""
259
+
260
+ #: ../content-aware-sidebars.php:994
261
+ msgid "Get Premium Bundle"
262
+ msgstr ""
263
+
264
+ #: ../content-aware-sidebars.php:995
265
+ msgid ""
266
+ "Single-site use. BETA implies it is not recommended for production sites."
267
+ msgstr ""
268
+
269
+ #: ../content-aware-sidebars.php:998
270
+ msgid "Partial Feature List"
271
+ msgstr ""
272
+
273
+ #: ../content-aware-sidebars.php:1000
274
+ msgid "Select and create sidebars in the Post Editing Screens"
275
+ msgstr ""
276
+
277
+ #: ../content-aware-sidebars.php:1001
278
+ msgid "Display sidebars with URLs using wildcards"
279
+ msgstr ""
280
+
281
+ #: ../content-aware-sidebars.php:1002
282
+ msgid "Display sidebars with User Roles"
283
+ msgstr ""
284
+
285
+ #: ../content-aware-sidebars.php:1003
286
+ msgid "Display sidebars with BuddyPress User Groups"
287
+ msgstr ""
288
+
289
+ #: ../content-aware-sidebars.php:1004
290
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
+ msgstr ""
292
+
293
+ #: ../content-aware-sidebars.php:1028
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 ""
298
+
299
+ #: ../content-aware-sidebars.php:1029
300
+ msgid "Display sidebar with"
301
+ msgstr ""
302
+
303
+ #: ../content-aware-sidebars.php:1034
304
+ msgid ""
305
+ "No content. Please add at least one condition group to make the sidebar "
306
+ "content aware."
307
+ msgstr ""
308
+
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
+ msgid "Save"
311
+ msgstr "Shrani"
312
+
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
+ msgid "Cancel"
315
+ msgstr "Prekliči"
316
+
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
+ msgid "Remove"
319
+ msgstr "Odstrani"
320
+
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
+ msgid "Or"
323
+ msgstr "Ali"
324
+
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
+ msgid "Unauthorized request"
328
+ msgstr ""
329
+
330
+ #: ../content-aware-sidebars.php:1145
331
+ msgid "Condition group cannot be empty"
332
+ msgstr ""
333
+
334
+ #: ../content-aware-sidebars.php:1159
335
+ msgid "Condition group saved"
336
+ msgstr ""
337
+
338
+ #: ../content-aware-sidebars.php:1192
339
+ msgid "Condition group could not be removed"
340
+ msgstr ""
341
+
342
+ #: ../content-aware-sidebars.php:1197
343
+ msgid "Condition group removed"
344
+ msgstr ""
345
+
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
+ msgid "Order"
348
+ msgstr ""
349
+
350
+ #: ../content-aware-sidebars.php:1273
351
+ msgid ""
352
+ "If you love this plugin, please consider donating to support future "
353
+ "development."
354
+ msgstr ""
355
+
356
+ #: ../content-aware-sidebars.php:1282
357
+ msgid "Or you could:"
358
+ msgstr ""
359
+
360
+ #: ../content-aware-sidebars.php:1284
361
+ msgid "Rate the plugin on WordPress.org"
362
+ msgstr ""
363
+
364
+ #: ../content-aware-sidebars.php:1285
365
+ msgid "Link to the plugin page"
366
+ msgstr ""
367
+
368
+ #: ../content-aware-sidebars.php:1286
369
+ msgid "Translate the plugin into your language"
370
+ msgstr ""
371
+
372
+ #: ../content-aware-sidebars.php:1413
373
+ msgid "Remove this group and its contents permanently?"
374
+ msgstr ""
375
+
376
+ #: ../content-aware-sidebars.php:1414
377
+ msgid "No results found."
378
+ msgstr "Ni najdenih rezultatov."
379
+
380
+ #: ../content-aware-sidebars.php:1415
381
+ msgid ""
382
+ "The current group has unsaved changes. Do you want to continue and discard "
383
+ "these changes?"
384
+ msgstr ""
385
+
386
+ #: ../modules/author.php:28
387
+ msgid "Authors"
388
+ msgstr "Avtorji"
389
+
390
+ #: ../modules/bbpress.php:29
391
+ msgid "bbPress User Profiles"
392
+ msgstr ""
393
+
394
+ #: ../modules/bp_member.php:27
395
+ msgid "BuddyPress Members"
396
+ msgstr ""
397
+
398
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
+ msgid "View All"
401
+ msgstr "Prikaži vse"
402
+
403
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
+ msgid "Add to Group"
406
+ msgstr "Dodaj v skupino"
407
+
408
+ #: ../modules/casmodule.php:126
409
+ #, php-format
410
+ msgid "Display with All %s"
411
+ msgstr "Prikaži vse z %s"
412
+
413
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
+ msgid "Search"
417
+ msgstr "Iskanje"
418
+
419
+ #: ../modules/casmodule.php:223
420
+ #, php-format
421
+ msgid "All %s"
422
+ msgstr ""
423
+
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr "Datumi"
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
+ #: ../modules/page_template.php:28
433
+ msgid "Page Templates"
434
+ msgstr "Predloge strani"
435
+
436
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
437
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
438
+ msgid "Languages"
439
+ msgstr "Jeziki"
440
+
441
+ #: ../modules/post_type.php:34
442
+ msgid "Post Types"
443
+ msgstr "Vrste objav"
444
+
445
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
+ msgid "Automatically select new children of a selected ancestor"
448
+ msgstr ""
449
+
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
+ #, php-format
452
+ msgid "Display with %s"
453
+ msgstr ""
454
+
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
+ msgid "No items."
457
+ msgstr ""
458
+
459
+ #: ../modules/post_type.php:262
460
+ msgid "Most Recent"
461
+ msgstr "Nedavno"
462
+
463
+ #: ../modules/static.php:29
464
+ msgid "Static Pages"
465
+ msgstr "Statične strani"
466
+
467
+ #: ../modules/static.php:40
468
+ msgid "Front Page"
469
+ msgstr "Naslovna stran"
470
+
471
+ #: ../modules/static.php:41
472
+ msgid "Search Results"
473
+ msgstr "Rezultati iskanja"
474
+
475
+ #: ../modules/static.php:42
476
+ msgid "404 Page"
477
+ msgstr ""
478
+
479
+ #: ../modules/taxonomy.php:40
480
+ msgid "Taxonomies"
481
+ msgstr ""
482
+
483
+ #: ../modules/taxonomy.php:286
484
+ msgid "Most Used"
485
+ msgstr "Najbolj uporabljani"
lang/content-aware-sidebars-sr_RS.mo CHANGED
Binary file
lang/content-aware-sidebars-sr_RS.po CHANGED
@@ -6,16 +6,16 @@ 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: Serbian (Serbia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sr_RS/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sr_RS\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -31,206 +31,206 @@ msgstr "Upravljaj bočnim menijima i prikaži ih prema pregledu sadržaja."
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 "Izlaganje"
41
 
42
- #: ../content-aware-sidebars.php:306
43
  msgid "Singular"
44
  msgstr "Pojedinačno"
45
 
46
- #: ../content-aware-sidebars.php:307
47
  msgid "Singular & Archive"
48
  msgstr "Pojedinačno i arhiviraj"
49
 
50
- #: ../content-aware-sidebars.php:308
51
  msgid "Archive"
52
  msgstr "Arhiviraj"
53
 
54
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Upravljaj"
58
 
59
- #: ../content-aware-sidebars.php:314
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Zameni postojeći bočni meni, spoji ga sa bočnim menijem ili manualno dodaj bočni meni."
62
 
63
- #: ../content-aware-sidebars.php:318
64
  msgid "Replace"
65
  msgstr "Zameni"
66
 
67
- #: ../content-aware-sidebars.php:319
68
  msgid "Merge"
69
  msgstr "Spoji"
70
 
71
- #: ../content-aware-sidebars.php:320
72
  msgid "Manual"
73
  msgstr "Manualno"
74
 
75
- #: ../content-aware-sidebars.php:321
76
  msgid "Forced replace"
77
  msgstr "Zameni prinudno"
78
 
79
- #: ../content-aware-sidebars.php:325
80
  msgid "Host Sidebar"
81
  msgstr "Postojeći bočni meni"
82
 
83
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
84
  msgid "Merge position"
85
  msgstr "Spoji poziciju"
86
 
87
- #: ../content-aware-sidebars.php:335
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Smesti bočni meni na vrh ili na kraj prilikom spajanja"
90
 
91
- #: ../content-aware-sidebars.php:339
92
  msgid "Top"
93
  msgstr "Vrh"
94
 
95
- #: ../content-aware-sidebars.php:340
96
  msgid "Bottom"
97
  msgstr "Dno"
98
 
99
- #: ../content-aware-sidebars.php:365
100
  msgid "Sidebars"
101
  msgstr "Bočni meniji"
102
 
103
- #: ../content-aware-sidebars.php:366
104
  msgid "Sidebar"
105
  msgstr "Bočni meni"
106
 
107
- #: ../content-aware-sidebars.php:367
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Dodaj novi"
111
 
112
- #: ../content-aware-sidebars.php:368
113
  msgid "Add New Sidebar"
114
  msgstr "Dodaj novi bočni meni"
115
 
116
- #: ../content-aware-sidebars.php:369
117
  msgid "Edit Sidebar"
118
  msgstr "Uredi bočni meni"
119
 
120
- #: ../content-aware-sidebars.php:370
121
  msgid "New Sidebar"
122
  msgstr "Novi bočni meni"
123
 
124
- #: ../content-aware-sidebars.php:371
125
  msgid "All Sidebars"
126
  msgstr "Svi bočni meniji"
127
 
128
- #: ../content-aware-sidebars.php:372
129
  msgid "View Sidebar"
130
  msgstr "Pregledaj bočni meni"
131
 
132
- #: ../content-aware-sidebars.php:373
133
  msgid "Search Sidebars"
134
  msgstr "Pretraži bočne menije"
135
 
136
- #: ../content-aware-sidebars.php:374
137
  msgid "No sidebars found"
138
  msgstr "Nisu pronađeno bočni meniji"
139
 
140
- #: ../content-aware-sidebars.php:375
141
  msgid "No sidebars found in Trash"
142
  msgstr "Bočni meniji nisu pronađeni u korpi za otpatke"
143
 
144
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
145
- #: ../content-aware-sidebars.php:1017
146
  msgid "Condition Groups"
147
  msgstr "Grupe uslova"
148
 
149
- #: ../content-aware-sidebars.php:391
150
  msgid "Condition Group"
151
  msgstr "Grupa uslova"
152
 
153
- #: ../content-aware-sidebars.php:392
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Dodaj novu"
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 "Dodaj novu grupu"
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 "Uredi"
168
 
169
- #: ../content-aware-sidebars.php:418
170
  msgid "Manage widgets"
171
  msgstr "Upravljaj widget-ima"
172
 
173
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
174
  msgid "Sidebar updated."
175
  msgstr "Bočni meni ažuriran"
176
 
177
- #: ../content-aware-sidebars.php:426
178
  msgid "Sidebar published."
179
  msgstr "Bočni meni objavljen"
180
 
181
- #: ../content-aware-sidebars.php:427
182
  msgid "Sidebar saved."
183
  msgstr "Bočni meni sačuvan"
184
 
185
- #: ../content-aware-sidebars.php:428
186
  msgid "Sidebar submitted."
187
  msgstr "Bočni meni podnesen"
188
 
189
- #: ../content-aware-sidebars.php:429
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Bočni meni planiran za: <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 @ H:i"
198
 
199
- #: ../content-aware-sidebars.php:432
200
  msgid "Sidebar draft updated."
201
  msgstr "Skica bočnog menija ažurirana."
202
 
203
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
204
  msgid "Please update Host Sidebar"
205
  msgstr "Molimo vas, ažurirajte bočni meni hosta. "
206
 
207
- #: ../content-aware-sidebars.php:506
208
  msgid "Widgets"
209
  msgstr ""
210
 
211
- #: ../content-aware-sidebars.php:642
212
  msgid "Manage Widgets"
213
  msgstr "Upravljaj widget-ima"
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"
221
  msgstr "Sadržaj"
222
 
223
- #: ../content-aware-sidebars.php:921
224
  msgid "Options"
225
  msgstr "Opcije"
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 "Svaki kreirani uslov grupe opisuje specifičan sadržaj (uslove) sa kojima treba prikazati tekući bočni meni. "
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"
@@ -239,154 +239,150 @@ msgid ""
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Sadržaj dodat grupi uslova koristi logičko povezivanje dok same grupe uslova upotrebljavaju logičko razdvajanje. To znači da sadržaj dodat grupi treba da ostane pridružen, sve dok se tako tretira, i da grupe ne treba da se međusobno mešaju. To omogućava da uslovi istovremeno budu pojedinačni i opšti. "
241
 
242
- #: ../content-aware-sidebars.php:949
243
  msgid "More Information"
244
  msgstr "Više informacija"
245
 
246
- #: ../content-aware-sidebars.php:951
247
  msgid "Get Support"
248
  msgstr "Podrška"
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 ""
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 ""
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 "Kliknite da biste uredili grupu ili da biste kreirali novu. U svakoj grupi možete kreirati različite vrste pridruženog sadržaja. "
298
 
299
- #: ../content-aware-sidebars.php:1019
300
  msgid "Display sidebar with"
301
  msgstr "Prikaži bočni meni sa"
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 "Nema sadržaja. Dodajte bar jednu grupu uslova da bi se bočni meni uskladio sa sadržajem. "
308
 
309
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
310
  msgid "Save"
311
  msgstr "Sačuvaj"
312
 
313
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
314
  msgid "Cancel"
315
  msgstr "Otkaži"
316
 
317
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
318
  msgid "Remove"
319
  msgstr "Ukloni"
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
327
  msgid "Unauthorized request"
328
  msgstr "Neovlašćeni zahtev"
329
 
330
- #: ../content-aware-sidebars.php:1135
331
  msgid "Condition group cannot be empty"
332
  msgstr "Grupa uslova ne može biti prazna"
333
 
334
- #: ../content-aware-sidebars.php:1149
335
  msgid "Condition group saved"
336
  msgstr "Grupa uslova sačuvana"
337
 
338
- #: ../content-aware-sidebars.php:1182
339
  msgid "Condition group could not be removed"
340
  msgstr "Grupa uslova ne može biti uklonjena"
341
 
342
- #: ../content-aware-sidebars.php:1187
343
  msgid "Condition group removed"
344
  msgstr "Grupa uslova uklonjena"
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 ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Ako vam se sviđa ovaj plugin, razmislite o donaciji da biste podržali njegov budući razvoj."
355
 
356
- #: ../content-aware-sidebars.php:1272
357
  msgid "Or you could:"
358
  msgstr "Ili biste mogli:"
359
 
360
- #: ../content-aware-sidebars.php:1274
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "da ocenite plugin na WordPress.org"
363
 
364
- #: ../content-aware-sidebars.php:1275
365
  msgid "Link to the plugin page"
366
  msgstr "Link za stranicu plugin-a"
367
 
368
- #: ../content-aware-sidebars.php:1276
369
  msgid "Translate the plugin into your language"
370
  msgstr "Prevedite plugin na svoj jezik"
371
 
372
- #: ../content-aware-sidebars.php:1403
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Trajno ukloniti ovu grupu i njen sadržaj?"
375
 
376
- #: ../content-aware-sidebars.php:1404
377
  msgid "No results found."
378
  msgstr "Rezultati nisu pronađeni."
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 "Tekuća grupa ima nesačuvane izmene. Želite li da nastavite i da izgubite ove izmene?"
385
 
386
- #: ../content-aware-sidebars.php:1419
387
- msgid "Edit"
388
- msgstr "Uredi"
389
-
390
  #: ../modules/author.php:28
391
  msgid "Authors"
392
  msgstr "Autori"
@@ -400,12 +396,12 @@ msgid "BuddyPress Members"
400
  msgstr "BuddyPress članovi"
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 "Vidi sve"
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 "Dodaj grupi"
411
 
@@ -416,7 +412,7 @@ msgstr "Prikaži sa Svi%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 "Pretraži"
422
 
@@ -425,6 +421,14 @@ msgstr "Pretraži"
425
  msgid "All %s"
426
  msgstr "Svi %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Šabloni stranice"
@@ -439,16 +443,16 @@ msgid "Post Types"
439
  msgstr "Vrste posta"
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 "Automatski selektuje nove podređene ili određenog pretka"
445
 
446
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
447
  #, php-format
448
  msgid "Display with %s"
449
  msgstr "Prikaži sa %s"
450
 
451
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
452
  msgid "No items."
453
  msgstr "Nema stavki"
454
 
@@ -476,6 +480,6 @@ msgstr "404 stranica"
476
  msgid "Taxonomies"
477
  msgstr "Taksonomije"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Najčešće korišćeni"
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
12
  "Language-Team: Serbian (Serbia) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sr_RS/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sr_RS\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Generator: Poedit 1.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebars"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "FAQ"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Izlaganje"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Pojedinačno"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Pojedinačno i arhiviraj"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Arhiviraj"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "Upravljaj"
58
 
59
+ #: ../content-aware-sidebars.php:317
60
  msgid "Replace host sidebar, merge with it or add sidebar manually."
61
  msgstr "Zameni postojeći bočni meni, spoji ga sa bočnim menijem ili manualno dodaj bočni meni."
62
 
63
+ #: ../content-aware-sidebars.php:321
64
  msgid "Replace"
65
  msgstr "Zameni"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Spoji"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "Manualno"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Zameni prinudno"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Postojeći bočni meni"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Spoji poziciju"
86
 
87
+ #: ../content-aware-sidebars.php:338
88
  msgid "Place sidebar on top or bottom of host when merging."
89
  msgstr "Smesti bočni meni na vrh ili na kraj prilikom spajanja"
90
 
91
+ #: ../content-aware-sidebars.php:342
92
  msgid "Top"
93
  msgstr "Vrh"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Dno"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Bočni meniji"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Bočni meni"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Dodaj novi"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Dodaj novi bočni meni"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Uredi bočni meni"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Novi bočni meni"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Svi bočni meniji"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Pregledaj bočni meni"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Pretraži bočne menije"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Nisu pronađeno bočni meniji"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Bočni meniji nisu pronađeni u korpi za otpatke"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Grupe uslova"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Grupa uslova"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Dodaj novu"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Dodaj novu grupu"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Uredi"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Upravljaj widget-ima"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Bočni meni ažuriran"
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Bočni meni objavljen"
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Bočni meni sačuvan"
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Bočni meni podnesen"
188
 
189
+ #: ../content-aware-sidebars.php:433
190
  #, php-format
191
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
192
  msgstr "Bočni meni planiran za: <strong>%1$s</strong>."
193
 
194
  #. translators: Publish box date format, see http://php.net/date
195
+ #: ../content-aware-sidebars.php:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "j M, Y @ H:i"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Skica bočnog menija ažurirana."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Molimo vas, ažurirajte bočni meni hosta. "
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr ""
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Upravljaj widget-ima"
214
 
215
+ #: ../content-aware-sidebars.php:901
216
  msgid "Get a free Content Aware Sidebars Premium Bundle"
217
  msgstr ""
218
 
219
+ #: ../content-aware-sidebars.php:917
220
  msgid "Content"
221
  msgstr "Sadržaj"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Opcije"
226
 
227
+ #: ../content-aware-sidebars.php:949
228
  msgid ""
229
  "Each created condition group describe some specific content (conditions) "
230
  "that the current sidebar should be displayed with."
231
  msgstr "Svaki kreirani uslov grupe opisuje specifičan sadržaj (uslove) sa kojima treba prikazati tekući bočni meni. "
232
 
233
+ #: ../content-aware-sidebars.php:950
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"
239
  "extremely focused and at the same time distinct conditions."
240
  msgstr "Sadržaj dodat grupi uslova koristi logičko povezivanje dok same grupe uslova upotrebljavaju logičko razdvajanje. To znači da sadržaj dodat grupi treba da ostane pridružen, sve dok se tako tretira, i da grupe ne treba da se međusobno mešaju. To omogućava da uslovi istovremeno budu pojedinačni i opšti. "
241
 
242
+ #: ../content-aware-sidebars.php:953
243
  msgid "More Information"
244
  msgstr "Više informacija"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Podrška"
249
 
250
+ #: ../content-aware-sidebars.php:992
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:993
257
  msgid "Translate Now"
258
  msgstr ""
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr ""
263
 
264
+ #: ../content-aware-sidebars.php:995
265
  msgid ""
266
  "Single-site use. BETA implies it is not recommended for production sites."
267
  msgstr ""
268
 
269
+ #: ../content-aware-sidebars.php:998
270
  msgid "Partial Feature List"
271
  msgstr ""
272
 
273
+ #: ../content-aware-sidebars.php:1000
274
  msgid "Select and create sidebars in the Post Editing Screens"
275
  msgstr ""
276
 
277
+ #: ../content-aware-sidebars.php:1001
278
  msgid "Display sidebars with URLs using wildcards"
279
  msgstr ""
280
 
281
+ #: ../content-aware-sidebars.php:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr ""
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr ""
288
 
289
+ #: ../content-aware-sidebars.php:1004
290
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
291
  msgstr ""
292
 
293
+ #: ../content-aware-sidebars.php:1028
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 "Kliknite da biste uredili grupu ili da biste kreirali novu. U svakoj grupi možete kreirati različite vrste pridruženog sadržaja. "
298
 
299
+ #: ../content-aware-sidebars.php:1029
300
  msgid "Display sidebar with"
301
  msgstr "Prikaži bočni meni sa"
302
 
303
+ #: ../content-aware-sidebars.php:1034
304
  msgid ""
305
  "No content. Please add at least one condition group to make the sidebar "
306
  "content aware."
307
  msgstr "Nema sadržaja. Dodajte bar jednu grupu uslova da bi se bočni meni uskladio sa sadržajem. "
308
 
309
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Sačuvaj"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "Otkaži"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Ukloni"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr ""
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Neovlašćeni zahtev"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Grupa uslova ne može biti prazna"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "Grupa uslova sačuvana"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Grupa uslova ne može biti uklonjena"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Grupa uslova uklonjena"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr ""
349
 
350
+ #: ../content-aware-sidebars.php:1273
351
  msgid ""
352
  "If you love this plugin, please consider donating to support future "
353
  "development."
354
  msgstr "Ako vam se sviđa ovaj plugin, razmislite o donaciji da biste podržali njegov budući razvoj."
355
 
356
+ #: ../content-aware-sidebars.php:1282
357
  msgid "Or you could:"
358
  msgstr "Ili biste mogli:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "da ocenite plugin na WordPress.org"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Link za stranicu plugin-a"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Prevedite plugin na svoj jezik"
371
 
372
+ #: ../content-aware-sidebars.php:1413
373
  msgid "Remove this group and its contents permanently?"
374
  msgstr "Trajno ukloniti ovu grupu i njen sadržaj?"
375
 
376
+ #: ../content-aware-sidebars.php:1414
377
  msgid "No results found."
378
  msgstr "Rezultati nisu pronađeni."
379
 
380
+ #: ../content-aware-sidebars.php:1415
381
  msgid ""
382
  "The current group has unsaved changes. Do you want to continue and discard "
383
  "these changes?"
384
  msgstr "Tekuća grupa ima nesačuvane izmene. Želite li da nastavite i da izgubite ove izmene?"
385
 
 
 
 
 
386
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Autori"
396
  msgstr "BuddyPress članovi"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Vidi sve"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Dodaj grupi"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Pretraži"
418
 
421
  msgid "All %s"
422
  msgstr "Svi %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Šabloni stranice"
443
  msgstr "Vrste posta"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Automatski selektuje nove podređene ili određenog pretka"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "Prikaži sa %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Nema stavki"
458
 
480
  msgid "Taxonomies"
481
  msgstr "Taksonomije"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Najčešće korišćeni"
lang/content-aware-sidebars-sv_SE.mo ADDED
Binary file
lang/content-aware-sidebars-sv_SE.po ADDED
@@ -0,0 +1,486 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # killawabbit <henrik.vaglin@gmail.com>, 2015
5
+ # Joachim Jensen <jv@intox.dk>, 2015
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: 2015-01-27 22:32-0800\n"
11
+ "PO-Revision-Date: 2015-02-20 14:51+0000\n"
12
+ "Last-Translator: killawabbit <henrik.vaglin@gmail.com>\n"
13
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/content-aware-sidebars/language/sv_SE/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: sv_SE\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "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"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPath-1: ..\n"
24
+ "X-Poedit-SourceCharset: UTF-8\n"
25
+ "X-Textdomain-Support: yes\n"
26
+
27
+ #: ../content-aware-sidebars.php:117
28
+ msgid "Manage and show sidebars according to the content being viewed."
29
+ msgstr "Hantera och visa sidofält efter vilket innehåll som visas"
30
+
31
+ #: ../content-aware-sidebars.php:118
32
+ msgid "Content Aware Sidebars"
33
+ msgstr "Content Aware Sidebars"
34
+
35
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
36
+ msgid "FAQ"
37
+ msgstr "FAQ"
38
+
39
+ #: ../content-aware-sidebars.php:303
40
+ msgid "Exposure"
41
+ msgstr "Exponering"
42
+
43
+ #: ../content-aware-sidebars.php:309
44
+ msgid "Singular"
45
+ msgstr "Enkelformat"
46
+
47
+ #: ../content-aware-sidebars.php:310
48
+ msgid "Singular & Archive"
49
+ msgstr "Enkelformat och arkiv"
50
+
51
+ #: ../content-aware-sidebars.php:311
52
+ msgid "Archive"
53
+ msgstr "Arkiv"
54
+
55
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
56
+ msgctxt "option"
57
+ msgid "Handle"
58
+ msgstr "Handtag"
59
+
60
+ #: ../content-aware-sidebars.php:317
61
+ msgid "Replace host sidebar, merge with it or add sidebar manually."
62
+ msgstr "Ersätt ursprungligt sidofält, lägg ihop med det eller lägg till sidofältet msnuellt"
63
+
64
+ #: ../content-aware-sidebars.php:321
65
+ msgid "Replace"
66
+ msgstr "Ersätta"
67
+
68
+ #: ../content-aware-sidebars.php:322
69
+ msgid "Merge"
70
+ msgstr "Lägg ihop"
71
+
72
+ #: ../content-aware-sidebars.php:323
73
+ msgid "Manual"
74
+ msgstr "Manuell"
75
+
76
+ #: ../content-aware-sidebars.php:324
77
+ msgid "Forced replace"
78
+ msgstr "Tvingande ersätta"
79
+
80
+ #: ../content-aware-sidebars.php:328
81
+ msgid "Host Sidebar"
82
+ msgstr "Ursprungligt sidofält"
83
+
84
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
85
+ msgid "Merge position"
86
+ msgstr "Lägg ihop position"
87
+
88
+ #: ../content-aware-sidebars.php:338
89
+ msgid "Place sidebar on top or bottom of host when merging."
90
+ msgstr "Placera sidofältet över eller nedanför det ursprungliga vid sammanslagning."
91
+
92
+ #: ../content-aware-sidebars.php:342
93
+ msgid "Top"
94
+ msgstr "Toppen"
95
+
96
+ #: ../content-aware-sidebars.php:343
97
+ msgid "Bottom"
98
+ msgstr "Botten"
99
+
100
+ #: ../content-aware-sidebars.php:369
101
+ msgid "Sidebars"
102
+ msgstr "Sidofält"
103
+
104
+ #: ../content-aware-sidebars.php:370
105
+ msgid "Sidebar"
106
+ msgstr "Sidofält"
107
+
108
+ #: ../content-aware-sidebars.php:371
109
+ msgctxt "sidebar"
110
+ msgid "Add New"
111
+ msgstr "Lägg till ny"
112
+
113
+ #: ../content-aware-sidebars.php:372
114
+ msgid "Add New Sidebar"
115
+ msgstr "Lägga till nytt sidofält"
116
+
117
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
118
+ msgid "Edit Sidebar"
119
+ msgstr "Redigera sidofält"
120
+
121
+ #: ../content-aware-sidebars.php:374
122
+ msgid "New Sidebar"
123
+ msgstr "Nytt sidofält"
124
+
125
+ #: ../content-aware-sidebars.php:375
126
+ msgid "All Sidebars"
127
+ msgstr "Alla sidofält"
128
+
129
+ #: ../content-aware-sidebars.php:376
130
+ msgid "View Sidebar"
131
+ msgstr "Visa sidofält"
132
+
133
+ #: ../content-aware-sidebars.php:377
134
+ msgid "Search Sidebars"
135
+ msgstr "Sök i sidofält"
136
+
137
+ #: ../content-aware-sidebars.php:378
138
+ msgid "No sidebars found"
139
+ msgstr "Inga sidofält hittades"
140
+
141
+ #: ../content-aware-sidebars.php:379
142
+ msgid "No sidebars found in Trash"
143
+ msgstr "Inga sidofält hittades i papperskorgen"
144
+
145
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
146
+ #: ../content-aware-sidebars.php:1027
147
+ msgid "Condition Groups"
148
+ msgstr "Villkorsgrupper"
149
+
150
+ #: ../content-aware-sidebars.php:395
151
+ msgid "Condition Group"
152
+ msgstr "Villkorsgrupp"
153
+
154
+ #: ../content-aware-sidebars.php:396
155
+ msgctxt "group"
156
+ msgid "Add New"
157
+ msgstr "Lägg till ny"
158
+
159
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
160
+ #: ../content-aware-sidebars.php:1061
161
+ msgid "Add New Group"
162
+ msgstr "Lägg till ny grupp"
163
+
164
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
165
+ #: ../content-aware-sidebars.php:1411
166
+ msgctxt "group"
167
+ msgid "Edit"
168
+ msgstr "Redigera"
169
+
170
+ #: ../content-aware-sidebars.php:422
171
+ msgid "Manage widgets"
172
+ msgstr "Hantera widgets"
173
+
174
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
175
+ msgid "Sidebar updated."
176
+ msgstr "Sidofält uppdaterat."
177
+
178
+ #: ../content-aware-sidebars.php:430
179
+ msgid "Sidebar published."
180
+ msgstr "Sidofält publicerat."
181
+
182
+ #: ../content-aware-sidebars.php:431
183
+ msgid "Sidebar saved."
184
+ msgstr "Sidofält sparat."
185
+
186
+ #: ../content-aware-sidebars.php:432
187
+ msgid "Sidebar submitted."
188
+ msgstr "Sidofält inskickat."
189
+
190
+ #: ../content-aware-sidebars.php:433
191
+ #, php-format
192
+ msgid "Sidebar scheduled for: <strong>%1$s</strong>."
193
+ msgstr "Sidofält schemalagd till: <strong>%1$s</strong>."
194
+
195
+ #. translators: Publish box date format, see http://php.net/date
196
+ #: ../content-aware-sidebars.php:435
197
+ msgid "M j, Y @ G:i"
198
+ msgstr "l Y-m-d G:i"
199
+
200
+ #: ../content-aware-sidebars.php:436
201
+ msgid "Sidebar draft updated."
202
+ msgstr "Utkast till sidofält uppdaterades."
203
+
204
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
205
+ msgid "Please update Host Sidebar"
206
+ msgstr "Uppdatera det ursprungliga sidofältet"
207
+
208
+ #: ../content-aware-sidebars.php:510
209
+ msgid "Widgets"
210
+ msgstr "Widgets"
211
+
212
+ #: ../content-aware-sidebars.php:646
213
+ msgid "Manage Widgets"
214
+ msgstr "Hantera widgets"
215
+
216
+ #: ../content-aware-sidebars.php:901
217
+ msgid "Get a free Content Aware Sidebars Premium Bundle"
218
+ msgstr "Få ett gratis Content Aware Sidebars Premiumpaket"
219
+
220
+ #: ../content-aware-sidebars.php:917
221
+ msgid "Content"
222
+ msgstr "Innehåll"
223
+
224
+ #: ../content-aware-sidebars.php:925
225
+ msgid "Options"
226
+ msgstr "Innehåll"
227
+
228
+ #: ../content-aware-sidebars.php:949
229
+ msgid ""
230
+ "Each created condition group describe some specific content (conditions) "
231
+ "that the current sidebar should be displayed with."
232
+ msgstr "Varje ny skapad villkorsgrupp beskriver visst särskilt innehåll (villkoren) som nuvarande sidofält bör visas ihop med."
233
+
234
+ #: ../content-aware-sidebars.php:950
235
+ msgid ""
236
+ "Content added to a condition group uses logical conjunction, while condition"
237
+ " groups themselves use logical disjunction. This means that content added to"
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 "Innehållet som läggs till i en villkorsgrupp använder logiska konjunktioner medan villkorsgrupperna själva använder logiska disjunktioner. Detta betyder att innehållet som läggs till i en grupp bör associerad, eftersom de behandlas som det, och att gruppen inte kommer i konflikt med varandra Därför är det möjligt att ha båda extremt fokuserade och på samma gång distinkta villkor."
242
+
243
+ #: ../content-aware-sidebars.php:953
244
+ msgid "More Information"
245
+ msgstr "Mer information"
246
+
247
+ #: ../content-aware-sidebars.php:955
248
+ msgid "Get Support"
249
+ msgstr "Få support"
250
+
251
+ #: ../content-aware-sidebars.php:992
252
+ msgid ""
253
+ "Translate Content Aware Sidebars into your language and become a BETA tester"
254
+ " of the upcoming Premium Bundle*!"
255
+ msgstr "Översätt Content Aware Sidebars till ditt språk och bli BETA-testare av det kommande Premiumpaketet."
256
+
257
+ #: ../content-aware-sidebars.php:993
258
+ msgid "Translate Now"
259
+ msgstr "Översätta nu"
260
+
261
+ #: ../content-aware-sidebars.php:994
262
+ msgid "Get Premium Bundle"
263
+ msgstr "Få Premiumpaketet"
264
+
265
+ #: ../content-aware-sidebars.php:995
266
+ msgid ""
267
+ "Single-site use. BETA implies it is not recommended for production sites."
268
+ msgstr "Enkelsidig användning. BETA betyder att den inte är rekommenderad för användning i officiala sidor."
269
+
270
+ #: ../content-aware-sidebars.php:998
271
+ msgid "Partial Feature List"
272
+ msgstr "Delvis featurelista"
273
+
274
+ #: ../content-aware-sidebars.php:1000
275
+ msgid "Select and create sidebars in the Post Editing Screens"
276
+ msgstr "Välj och skapa sidofält i postredigeraren "
277
+
278
+ #: ../content-aware-sidebars.php:1001
279
+ msgid "Display sidebars with URLs using wildcards"
280
+ msgstr "Visa sidofält med länkadresser som använder jokertecken"
281
+
282
+ #: ../content-aware-sidebars.php:1002
283
+ msgid "Display sidebars with User Roles"
284
+ msgstr "Visa sidofält med användarroll"
285
+
286
+ #: ../content-aware-sidebars.php:1003
287
+ msgid "Display sidebars with BuddyPress User Groups"
288
+ msgstr "Visa sidofält med BuddyPress användargrupp"
289
+
290
+ #: ../content-aware-sidebars.php:1004
291
+ msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
292
+ msgstr "Sidofältskolumn i posttyper och taxonomiöversikt"
293
+
294
+ #: ../content-aware-sidebars.php:1028
295
+ msgid ""
296
+ "Click to edit a group or create a new one. Select content on the left to add"
297
+ " it. In each group, you can combine different types of associated content."
298
+ msgstr "Klicka för att redigera en grupp eller skapa en ny. Välj innehåll till vänster för att lägga till det. I varje grupp kan du kombinera olika typer av associerat innehåll. "
299
+
300
+ #: ../content-aware-sidebars.php:1029
301
+ msgid "Display sidebar with"
302
+ msgstr "Visa sidofält med"
303
+
304
+ #: ../content-aware-sidebars.php:1034
305
+ msgid ""
306
+ "No content. Please add at least one condition group to make the sidebar "
307
+ "content aware."
308
+ msgstr "Inget innehåll. Lägg till åtminstone en villkorsgrupp för att göra sidofältet innehållskopplat."
309
+
310
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
311
+ msgid "Save"
312
+ msgstr "Spara"
313
+
314
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
315
+ msgid "Cancel"
316
+ msgstr "Avbryt"
317
+
318
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
319
+ msgid "Remove"
320
+ msgstr "Ta bort"
321
+
322
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
323
+ msgid "Or"
324
+ msgstr "Eller"
325
+
326
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
327
+ #: ../content-aware-sidebars.php:1187
328
+ msgid "Unauthorized request"
329
+ msgstr "Ej auktoriserad förfrågan"
330
+
331
+ #: ../content-aware-sidebars.php:1145
332
+ msgid "Condition group cannot be empty"
333
+ msgstr "Vilkorsgruppen får inte lämnas tom"
334
+
335
+ #: ../content-aware-sidebars.php:1159
336
+ msgid "Condition group saved"
337
+ msgstr "Vilkorsgruppen sparades"
338
+
339
+ #: ../content-aware-sidebars.php:1192
340
+ msgid "Condition group could not be removed"
341
+ msgstr "Vilkorsgruppen kunde inte tas bort"
342
+
343
+ #: ../content-aware-sidebars.php:1197
344
+ msgid "Condition group removed"
345
+ msgstr "Vilkorsgruppen togs bort"
346
+
347
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
348
+ msgid "Order"
349
+ msgstr "Ordning"
350
+
351
+ #: ../content-aware-sidebars.php:1273
352
+ msgid ""
353
+ "If you love this plugin, please consider donating to support future "
354
+ "development."
355
+ msgstr "Om du gillar det här tillägget så kan överväga att donera för att stödja framtida utveckling."
356
+
357
+ #: ../content-aware-sidebars.php:1282
358
+ msgid "Or you could:"
359
+ msgstr "Eller så kan du:"
360
+
361
+ #: ../content-aware-sidebars.php:1284
362
+ msgid "Rate the plugin on WordPress.org"
363
+ msgstr "Betygsätt det här tillägget på WordPress. org"
364
+
365
+ #: ../content-aware-sidebars.php:1285
366
+ msgid "Link to the plugin page"
367
+ msgstr "Länka till tillägget sida"
368
+
369
+ #: ../content-aware-sidebars.php:1286
370
+ msgid "Translate the plugin into your language"
371
+ msgstr "Översätt tillägget till ditt språk. "
372
+
373
+ #: ../content-aware-sidebars.php:1413
374
+ msgid "Remove this group and its contents permanently?"
375
+ msgstr "Ta bort den här gruppen och dess innehåll permanent? "
376
+
377
+ #: ../content-aware-sidebars.php:1414
378
+ msgid "No results found."
379
+ msgstr "Inget hittades. "
380
+
381
+ #: ../content-aware-sidebars.php:1415
382
+ msgid ""
383
+ "The current group has unsaved changes. Do you want to continue and discard "
384
+ "these changes?"
385
+ msgstr "Den nuvarande gruppen har ändringar som inte sparats. Vill du fortsätta utan att spara dessa? "
386
+
387
+ #: ../modules/author.php:28
388
+ msgid "Authors"
389
+ msgstr "Författare"
390
+
391
+ #: ../modules/bbpress.php:29
392
+ msgid "bbPress User Profiles"
393
+ msgstr "bilresa användarprofil"
394
+
395
+ #: ../modules/bp_member.php:27
396
+ msgid "BuddyPress Members"
397
+ msgstr "BuddyPress-medlem"
398
+
399
+ #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
400
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
401
+ msgid "View All"
402
+ msgstr "Visa alla"
403
+
404
+ #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
405
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
406
+ msgid "Add to Group"
407
+ msgstr "Lägg till i grupp "
408
+
409
+ #: ../modules/casmodule.php:126
410
+ #, php-format
411
+ msgid "Display with All %s"
412
+ msgstr "Visa med alla %s"
413
+
414
+ #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
415
+ #: ../modules/post_type.php:273 ../modules/post_type.php:276
416
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
417
+ msgid "Search"
418
+ msgstr "Sök"
419
+
420
+ #: ../modules/casmodule.php:223
421
+ #, php-format
422
+ msgid "All %s"
423
+ msgstr "Alla %s"
424
+
425
+ #: ../modules/date.php:29
426
+ msgid "Dates"
427
+ msgstr "Datum"
428
+
429
+ #: ../modules/date.php:65
430
+ msgid "Date Archives"
431
+ msgstr "Datumarkiv"
432
+
433
+ #: ../modules/page_template.php:28
434
+ msgid "Page Templates"
435
+ msgstr "Sidmallar"
436
+
437
+ #: ../modules/polylang.php:27 ../modules/qtranslate.php:27
438
+ #: ../modules/transposh.php:27 ../modules/wpml.php:27
439
+ msgid "Languages"
440
+ msgstr "Språk"
441
+
442
+ #: ../modules/post_type.php:34
443
+ msgid "Post Types"
444
+ msgstr "Posttyper "
445
+
446
+ #: ../modules/post_type.php:166 ../modules/post_type.php:236
447
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
448
+ msgid "Automatically select new children of a selected ancestor"
449
+ msgstr "Välj automatiskt nya barn till valda släktingar "
450
+
451
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
452
+ #, php-format
453
+ msgid "Display with %s"
454
+ msgstr "Visa med %s"
455
+
456
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
457
+ msgid "No items."
458
+ msgstr "Inga artiklar."
459
+
460
+ #: ../modules/post_type.php:262
461
+ msgid "Most Recent"
462
+ msgstr "Senaste"
463
+
464
+ #: ../modules/static.php:29
465
+ msgid "Static Pages"
466
+ msgstr "Statiska sidor"
467
+
468
+ #: ../modules/static.php:40
469
+ msgid "Front Page"
470
+ msgstr "Startsida"
471
+
472
+ #: ../modules/static.php:41
473
+ msgid "Search Results"
474
+ msgstr "Sökresultat"
475
+
476
+ #: ../modules/static.php:42
477
+ msgid "404 Page"
478
+ msgstr "404-sida"
479
+
480
+ #: ../modules/taxonomy.php:40
481
+ msgid "Taxonomies"
482
+ msgstr "Taxonomier"
483
+
484
+ #: ../modules/taxonomy.php:286
485
+ msgid "Most Used"
486
+ msgstr "Mest använda"
lang/content-aware-sidebars-tr_TR.mo CHANGED
Binary file
lang/content-aware-sidebars-tr_TR.po CHANGED
@@ -6,16 +6,16 @@ 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"
@@ -31,206 +31,206 @@ msgstr "Sidebarları içeriklerin gösterilmesine göre yönet ve göster..."
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"
@@ -239,154 +239,150 @@ msgid ""
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"
@@ -400,12 +396,12 @@ 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
 
@@ -416,7 +412,7 @@ 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
 
@@ -425,6 +421,14 @@ msgstr "Ara"
425
  msgid "All %s"
426
  msgstr "Hepsi %s"
427
 
 
 
 
 
 
 
 
 
428
  #: ../modules/page_template.php:28
429
  msgid "Page Templates"
430
  msgstr "Sayfa Şablonları"
@@ -439,16 +443,16 @@ 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
 
@@ -476,6 +480,6 @@ msgstr "404 Sayfası"
476
  msgid "Taxonomies"
477
  msgstr "Sınıflandırmalar"
478
 
479
- #: ../modules/taxonomy.php:290
480
  msgid "Most Used"
481
  msgstr "Çok Kullanılanlar"
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: 2015-01-27 22:32-0800\n"
10
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
11
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\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.7.4\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"
31
  msgid "Content Aware Sidebars"
32
  msgstr "Content Aware Sidebarları"
33
 
34
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
35
  msgid "FAQ"
36
  msgstr "Sıkça Sorulan Sorular (SSS)"
37
 
38
+ #: ../content-aware-sidebars.php:303
39
  msgid "Exposure"
40
  msgstr "Gösterim Şekli"
41
 
42
+ #: ../content-aware-sidebars.php:309
43
  msgid "Singular"
44
  msgstr "Bireysel"
45
 
46
+ #: ../content-aware-sidebars.php:310
47
  msgid "Singular & Archive"
48
  msgstr "Bireysel & Arşiv"
49
 
50
+ #: ../content-aware-sidebars.php:311
51
  msgid "Archive"
52
  msgstr "Arşiv"
53
 
54
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
55
  msgctxt "option"
56
  msgid "Handle"
57
  msgstr "işleme"
58
 
59
+ #: ../content-aware-sidebars.php:317
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:321
64
  msgid "Replace"
65
  msgstr "Değiştir"
66
 
67
+ #: ../content-aware-sidebars.php:322
68
  msgid "Merge"
69
  msgstr "Birleştir"
70
 
71
+ #: ../content-aware-sidebars.php:323
72
  msgid "Manual"
73
  msgstr "El ile"
74
 
75
+ #: ../content-aware-sidebars.php:324
76
  msgid "Forced replace"
77
  msgstr "Zorunlu değiştirme"
78
 
79
+ #: ../content-aware-sidebars.php:328
80
  msgid "Host Sidebar"
81
  msgstr "Taşıyıcı Sidebar"
82
 
83
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
84
  msgid "Merge position"
85
  msgstr "Pozisyonları birleştir"
86
 
87
+ #: ../content-aware-sidebars.php:338
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:342
92
  msgid "Top"
93
  msgstr "Üst"
94
 
95
+ #: ../content-aware-sidebars.php:343
96
  msgid "Bottom"
97
  msgstr "Alt"
98
 
99
+ #: ../content-aware-sidebars.php:369
100
  msgid "Sidebars"
101
  msgstr "Sidebars"
102
 
103
+ #: ../content-aware-sidebars.php:370
104
  msgid "Sidebar"
105
  msgstr "Sidebar"
106
 
107
+ #: ../content-aware-sidebars.php:371
108
  msgctxt "sidebar"
109
  msgid "Add New"
110
  msgstr "Yeni Ekle"
111
 
112
+ #: ../content-aware-sidebars.php:372
113
  msgid "Add New Sidebar"
114
  msgstr "Yeni Sidebar Ekle"
115
 
116
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
117
  msgid "Edit Sidebar"
118
  msgstr "Sidebar'ı Düzenle"
119
 
120
+ #: ../content-aware-sidebars.php:374
121
  msgid "New Sidebar"
122
  msgstr "Yeni Sidebar"
123
 
124
+ #: ../content-aware-sidebars.php:375
125
  msgid "All Sidebars"
126
  msgstr "Bütün Sidebarlar"
127
 
128
+ #: ../content-aware-sidebars.php:376
129
  msgid "View Sidebar"
130
  msgstr "Sidebar'ı Gör"
131
 
132
+ #: ../content-aware-sidebars.php:377
133
  msgid "Search Sidebars"
134
  msgstr "Sidebar Ara"
135
 
136
+ #: ../content-aware-sidebars.php:378
137
  msgid "No sidebars found"
138
  msgstr "Sidebar bulunamadı"
139
 
140
+ #: ../content-aware-sidebars.php:379
141
  msgid "No sidebars found in Trash"
142
  msgstr "Çöpte sidebar bulunamadı"
143
 
144
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
145
+ #: ../content-aware-sidebars.php:1027
146
  msgid "Condition Groups"
147
  msgstr "Koşullu Gruplar"
148
 
149
+ #: ../content-aware-sidebars.php:395
150
  msgid "Condition Group"
151
  msgstr "Koşullu grup"
152
 
153
+ #: ../content-aware-sidebars.php:396
154
  msgctxt "group"
155
  msgid "Add New"
156
  msgstr "Yeni Ekle"
157
 
158
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
159
+ #: ../content-aware-sidebars.php:1061
160
  msgid "Add New Group"
161
  msgstr "Yeni Grup Ekle"
162
 
163
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
164
+ #: ../content-aware-sidebars.php:1411
165
  msgctxt "group"
166
  msgid "Edit"
167
  msgstr "Düzenle"
168
 
169
+ #: ../content-aware-sidebars.php:422
170
  msgid "Manage widgets"
171
  msgstr "Widget'ları yönet"
172
 
173
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
174
  msgid "Sidebar updated."
175
  msgstr "Sidebar güncellendi."
176
 
177
+ #: ../content-aware-sidebars.php:430
178
  msgid "Sidebar published."
179
  msgstr "Sidebar yayınlandı."
180
 
181
+ #: ../content-aware-sidebars.php:431
182
  msgid "Sidebar saved."
183
  msgstr "Sidebar Kaydedildi"
184
 
185
+ #: ../content-aware-sidebars.php:432
186
  msgid "Sidebar submitted."
187
  msgstr "Sidebar kaydedildi."
188
 
189
+ #: ../content-aware-sidebars.php:433
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:435
196
  msgid "M j, Y @ G:i"
197
  msgstr "Ay , Gün , Yıl @ Saat:Dakika"
198
 
199
+ #: ../content-aware-sidebars.php:436
200
  msgid "Sidebar draft updated."
201
  msgstr "Sidebar taslağı güncellendi."
202
 
203
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
204
  msgid "Please update Host Sidebar"
205
  msgstr "Ev Sahibi Sidebarı Güncelle"
206
 
207
+ #: ../content-aware-sidebars.php:510
208
  msgid "Widgets"
209
  msgstr "Widgets"
210
 
211
+ #: ../content-aware-sidebars.php:646
212
  msgid "Manage Widgets"
213
  msgstr "Widgetleri Yönet"
214
 
215
+ #: ../content-aware-sidebars.php:901
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:917
220
  msgid "Content"
221
  msgstr "İçerik"
222
 
223
+ #: ../content-aware-sidebars.php:925
224
  msgid "Options"
225
  msgstr "Seçenekler"
226
 
227
+ #: ../content-aware-sidebars.php:949
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:950
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"
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:953
243
  msgid "More Information"
244
  msgstr "Daha Fazla Bilgi"
245
 
246
+ #: ../content-aware-sidebars.php:955
247
  msgid "Get Support"
248
  msgstr "Destek Al"
249
 
250
+ #: ../content-aware-sidebars.php:992
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:993
257
  msgid "Translate Now"
258
  msgstr "Şimdi Çevir"
259
 
260
+ #: ../content-aware-sidebars.php:994
261
  msgid "Get Premium Bundle"
262
  msgstr "Premium Paketi Al"
263
 
264
+ #: ../content-aware-sidebars.php:995
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:998
270
  msgid "Partial Feature List"
271
  msgstr "Kısmi Özellik Listesi"
272
 
273
+ #: ../content-aware-sidebars.php:1000
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:1001
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:1002
282
  msgid "Display sidebars with User Roles"
283
  msgstr "Sidebarları Kişilerin Rolleriyle beraber göster"
284
 
285
+ #: ../content-aware-sidebars.php:1003
286
  msgid "Display sidebars with BuddyPress User Groups"
287
  msgstr "Sidebarları BudyPress Üye Gruplarıyla beraber göster"
288
 
289
+ #: ../content-aware-sidebars.php:1004
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:1028
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:1029
300
  msgid "Display sidebar with"
301
  msgstr "Sidebarı beraber göster"
302
 
303
+ #: ../content-aware-sidebars.php:1034
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:1039 ../content-aware-sidebars.php:1408
310
  msgid "Save"
311
  msgstr "Kaydet"
312
 
313
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
314
  msgid "Cancel"
315
  msgstr "İptal Et"
316
 
317
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
318
  msgid "Remove"
319
  msgstr "Sil"
320
 
321
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
322
  msgid "Or"
323
  msgstr "Yada"
324
 
325
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
326
+ #: ../content-aware-sidebars.php:1187
327
  msgid "Unauthorized request"
328
  msgstr "Yetkisiz istek"
329
 
330
+ #: ../content-aware-sidebars.php:1145
331
  msgid "Condition group cannot be empty"
332
  msgstr "Koşullu grup boş olamaz"
333
 
334
+ #: ../content-aware-sidebars.php:1159
335
  msgid "Condition group saved"
336
  msgstr "grubu kaydedildi"
337
 
338
+ #: ../content-aware-sidebars.php:1192
339
  msgid "Condition group could not be removed"
340
  msgstr "Koşullu grup silinemiyor"
341
 
342
+ #: ../content-aware-sidebars.php:1197
343
  msgid "Condition group removed"
344
  msgstr "Koşullu grup silindi"
345
 
346
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
347
  msgid "Order"
348
  msgstr "Sipariş"
349
 
350
+ #: ../content-aware-sidebars.php:1273
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:1282
357
  msgid "Or you could:"
358
  msgstr "Yada nasıl yapabilirsen:"
359
 
360
+ #: ../content-aware-sidebars.php:1284
361
  msgid "Rate the plugin on WordPress.org"
362
  msgstr "Eklentiyi WordPress.org'da Oyla"
363
 
364
+ #: ../content-aware-sidebars.php:1285
365
  msgid "Link to the plugin page"
366
  msgstr "Eklenti sayfasına bağla"
367
 
368
+ #: ../content-aware-sidebars.php:1286
369
  msgid "Translate the plugin into your language"
370
  msgstr "Eklentiyi kendi dilinize çevirin"
371
 
372
+ #: ../content-aware-sidebars.php:1413
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:1414
377
  msgid "No results found."
378
  msgstr "Sonuç bulunamadı."
379
 
380
+ #: ../content-aware-sidebars.php:1415
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
  #: ../modules/author.php:28
387
  msgid "Authors"
388
  msgstr "Yazarlar"
396
  msgstr "BuddyPress Üyeleri"
397
 
398
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
399
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
400
  msgid "View All"
401
  msgstr "Hepsini Göster"
402
 
403
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
404
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
405
  msgid "Add to Group"
406
  msgstr "Gruba ekle"
407
 
412
 
413
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
414
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
415
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
416
  msgid "Search"
417
  msgstr "Ara"
418
 
421
  msgid "All %s"
422
  msgstr "Hepsi %s"
423
 
424
+ #: ../modules/date.php:29
425
+ msgid "Dates"
426
+ msgstr ""
427
+
428
+ #: ../modules/date.php:65
429
+ msgid "Date Archives"
430
+ msgstr ""
431
+
432
  #: ../modules/page_template.php:28
433
  msgid "Page Templates"
434
  msgstr "Sayfa Şablonları"
443
  msgstr "Gönderi Türleri"
444
 
445
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
446
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
447
  msgid "Automatically select new children of a selected ancestor"
448
  msgstr "Seçilen üst öğenin yeni üyesini otomatik olarak seç"
449
 
450
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
451
  #, php-format
452
  msgid "Display with %s"
453
  msgstr "İsimle beraber göster %s"
454
 
455
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
456
  msgid "No items."
457
  msgstr "Girdi Yok"
458
 
480
  msgid "Taxonomies"
481
  msgstr "Sınıflandırmalar"
482
 
483
+ #: ../modules/taxonomy.php:286
484
  msgid "Most Used"
485
  msgstr "Çok Kullanılanlar"
lang/content-aware-sidebars-uk.mo ADDED
Binary file
lang/{content-aware-sidebars-uk_UA.po → content-aware-sidebars-uk.po} RENAMED
@@ -5,16 +5,16 @@ 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: Ukrainian (Ukraine) (http://www.transifex.com/projects/p/content-aware-sidebars/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Generator: Poedit 1.6.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
@@ -30,206 +30,206 @@ msgstr "Управління та показати бічну панель ві
30
  msgid "Content Aware Sidebars"
31
  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"
39
  msgstr "Експозиція"
40
 
41
- #: ../content-aware-sidebars.php:306
42
  msgid "Singular"
43
  msgstr "Єдине число"
44
 
45
- #: ../content-aware-sidebars.php:307
46
  msgid "Singular & Archive"
47
  msgstr "Сингулярні & Архів"
48
 
49
- #: ../content-aware-sidebars.php:308
50
  msgid "Archive"
51
  msgstr "Архів"
52
 
53
- #: ../content-aware-sidebars.php:312 ../content-aware-sidebars.php:504
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Обробляти"
57
 
58
- #: ../content-aware-sidebars.php:314
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Замінити хоста врізку злитися з ним або додати бічну панель вручну."
61
 
62
- #: ../content-aware-sidebars.php:318
63
  msgid "Replace"
64
  msgstr "Замінювати"
65
 
66
- #: ../content-aware-sidebars.php:319
67
  msgid "Merge"
68
  msgstr "Злиття"
69
 
70
- #: ../content-aware-sidebars.php:320
71
  msgid "Manual"
72
  msgstr "Керівництво"
73
 
74
- #: ../content-aware-sidebars.php:321
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
- #: ../content-aware-sidebars.php:325
79
  msgid "Host Sidebar"
80
  msgstr "Приймаюча бічній панелі"
81
 
82
- #: ../content-aware-sidebars.php:333 ../content-aware-sidebars.php:505
83
  msgid "Merge position"
84
  msgstr "Положення Merge"
85
 
86
- #: ../content-aware-sidebars.php:335
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Наведіть врізку на верхній або нижній частині господаря при злитті."
89
 
90
- #: ../content-aware-sidebars.php:339
91
  msgid "Top"
92
  msgstr "Топ"
93
 
94
- #: ../content-aware-sidebars.php:340
95
  msgid "Bottom"
96
  msgstr "Дно"
97
 
98
- #: ../content-aware-sidebars.php:365
99
  msgid "Sidebars"
100
  msgstr "Бічні панелі"
101
 
102
- #: ../content-aware-sidebars.php:366
103
  msgid "Sidebar"
104
  msgstr "Бічна панель"
105
 
106
- #: ../content-aware-sidebars.php:367
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Додати"
110
 
111
- #: ../content-aware-sidebars.php:368
112
  msgid "Add New Sidebar"
113
  msgstr "Додати нову врізку"
114
 
115
- #: ../content-aware-sidebars.php:369
116
  msgid "Edit Sidebar"
117
  msgstr "Редагувати Sidebar"
118
 
119
- #: ../content-aware-sidebars.php:370
120
  msgid "New Sidebar"
121
  msgstr "Новий Sidebar"
122
 
123
- #: ../content-aware-sidebars.php:371
124
  msgid "All Sidebars"
125
  msgstr "Всі Sidebars"
126
 
127
- #: ../content-aware-sidebars.php:372
128
  msgid "View Sidebar"
129
  msgstr "Подивитися Sidebar"
130
 
131
- #: ../content-aware-sidebars.php:373
132
  msgid "Search Sidebars"
133
  msgstr "Пошук Sidebars"
134
 
135
- #: ../content-aware-sidebars.php:374
136
  msgid "No sidebars found"
137
  msgstr "Чи не бічні не знайдено"
138
 
139
- #: ../content-aware-sidebars.php:375
140
  msgid "No sidebars found in Trash"
141
  msgstr "Чи не бічні не знайдено до Кошику"
142
 
143
- #: ../content-aware-sidebars.php:390 ../content-aware-sidebars.php:944
144
- #: ../content-aware-sidebars.php:1017
145
  msgid "Condition Groups"
146
  msgstr "Стан групи"
147
 
148
- #: ../content-aware-sidebars.php:391
149
  msgid "Condition Group"
150
  msgstr "Стан Група"
151
 
152
- #: ../content-aware-sidebars.php:392
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Додати"
156
 
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"
170
  msgstr "Управління віджети"
171
 
172
- #: ../content-aware-sidebars.php:421 ../content-aware-sidebars.php:424
173
  msgid "Sidebar updated."
174
  msgstr "Бічна панель оновлюється."
175
 
176
- #: ../content-aware-sidebars.php:426
177
  msgid "Sidebar published."
178
  msgstr "Бічна панель опублікований."
179
 
180
- #: ../content-aware-sidebars.php:427
181
  msgid "Sidebar saved."
182
  msgstr "Бічна панель збережені."
183
 
184
- #: ../content-aware-sidebars.php:428
185
  msgid "Sidebar submitted."
186
  msgstr "Бічна панель представлений."
187
 
188
- #: ../content-aware-sidebars.php:429
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr "Бічна панель запланований <strong>на: %1$s.</strong>"
192
 
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 "M j, Y @ G:i"
197
 
198
- #: ../content-aware-sidebars.php:432
199
  msgid "Sidebar draft updated."
200
  msgstr "Бічна панель проект оновленого."
201
 
202
- #: ../content-aware-sidebars.php:480 ../content-aware-sidebars.php:567
203
  msgid "Please update Host Sidebar"
204
  msgstr "Будь ласка, поновіть хост Sidebar"
205
 
206
- #: ../content-aware-sidebars.php:506
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
- #: ../content-aware-sidebars.php:642
211
  msgid "Manage Widgets"
212
  msgstr "Управління Інформери"
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"
220
  msgstr "Зміст"
221
 
222
- #: ../content-aware-sidebars.php:921
223
  msgid "Options"
224
  msgstr "Опції"
225
 
226
- #: ../content-aware-sidebars.php:945
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 ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
@@ -238,154 +238,150 @@ msgid ""
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 ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr "Натисніть, щоб редагувати групу або створити нову. Виберіть зміст зліва, щоб додати його. У кожній групі, ви можете комбінувати різні типи відповідного вмісту."
297
 
298
- #: ../content-aware-sidebars.php:1019
299
  msgid "Display sidebar with"
300
  msgstr "Показати бічну панель з"
301
 
302
- #: ../content-aware-sidebars.php:1024
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr "Ні контент. Ласка додати хоча б одна умова групу, щоб зробити врізку "
307
 
308
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1398
309
  msgid "Save"
310
  msgstr "Зберегти"
311
 
312
- #: ../content-aware-sidebars.php:1029 ../content-aware-sidebars.php:1399
313
  msgid "Cancel"
314
  msgstr "Скасувати"
315
 
316
- #: ../content-aware-sidebars.php:1032 ../content-aware-sidebars.php:1402
317
  msgid "Remove"
318
  msgstr "Видаляти"
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
326
  msgid "Unauthorized request"
327
  msgstr "Несанкціоноване запит"
328
 
329
- #: ../content-aware-sidebars.php:1135
330
  msgid "Condition group cannot be empty"
331
  msgstr "Стан група не може бути порожнім"
332
 
333
- #: ../content-aware-sidebars.php:1149
334
  msgid "Condition group saved"
335
  msgstr "Стан групи зберігаються"
336
 
337
- #: ../content-aware-sidebars.php:1182
338
  msgid "Condition group could not be removed"
339
  msgstr "Стан група не може бути видалена"
340
 
341
- #: ../content-aware-sidebars.php:1187
342
  msgid "Condition group removed"
343
  msgstr "Стан група видалена"
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 ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr "Якщо ви любите цей плагін, будь ласка, підтримайте, щоб підтримати майбутнє розвиток."
354
 
355
- #: ../content-aware-sidebars.php:1272
356
  msgid "Or you could:"
357
  msgstr "Або ви могли б:"
358
 
359
- #: ../content-aware-sidebars.php:1274
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr "Оцінити плагін на WordPress.org"
362
 
363
- #: ../content-aware-sidebars.php:1275
364
  msgid "Link to the plugin page"
365
  msgstr "Посилання на сторінку плагіна"
366
 
367
- #: ../content-aware-sidebars.php:1276
368
  msgid "Translate the plugin into your language"
369
  msgstr "Перекласти плагін на ваш мову"
370
 
371
- #: ../content-aware-sidebars.php:1403
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr "Видалити цю групу і її вміст назавжди?"
374
 
375
- #: ../content-aware-sidebars.php:1404
376
  msgid "No results found."
377
  msgstr "Немає результатів."
378
 
379
- #: ../content-aware-sidebars.php:1405
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr "Нинішня група має незбережені зміни. Бажаєте продовжити і викинути ці зміни?"
384
 
385
- #: ../content-aware-sidebars.php:1419
386
- msgid "Edit"
387
- msgstr "Редагувати"
388
-
389
  #: ../modules/author.php:28
390
  msgid "Authors"
391
  msgstr "Автори"
@@ -399,12 +395,12 @@ msgid "BuddyPress Members"
399
  msgstr "BuddyPress Користувачі"
400
 
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
408
  msgid "Add to Group"
409
  msgstr "Додати до групи"
410
 
@@ -415,7 +411,7 @@ msgstr "Дисплей з Все %s"
415
 
416
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
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
 
@@ -424,6 +420,14 @@ msgstr "Пошук"
424
  msgid "All %s"
425
  msgstr "Всі %s"
426
 
 
 
 
 
 
 
 
 
427
  #: ../modules/page_template.php:28
428
  msgid "Page Templates"
429
  msgstr "Шаблони сторінок"
@@ -438,16 +442,16 @@ msgid "Post Types"
438
  msgstr "Розмістити Види"
439
 
440
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
441
- #: ../modules/taxonomy.php:230 ../modules/taxonomy.php:269
442
  msgid "Automatically select new children of a selected ancestor"
443
  msgstr "Автоматичний вибір нових дітей обраного предка"
444
 
445
- #: ../modules/post_type.php:242 ../modules/taxonomy.php:273
446
  #, php-format
447
  msgid "Display with %s"
448
  msgstr "Дисплей з %s"
449
 
450
- #: ../modules/post_type.php:247 ../modules/taxonomy.php:277
451
  msgid "No items."
452
  msgstr "Немає записів."
453
 
@@ -475,6 +479,6 @@ msgstr "404 Сторінка"
475
  msgid "Taxonomies"
476
  msgstr "Таксономії"
477
 
478
- #: ../modules/taxonomy.php:290
479
  msgid "Most Used"
480
  msgstr "Найбільш часто використовувані"
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: 2015-01-27 22:32-0800\n"
9
+ "PO-Revision-Date: 2015-01-28 09:57+0000\n"
10
+ "Last-Translator: Joachim Jensen <jv@intox.dk>\n"
11
  "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/projects/p/content-aware-sidebars/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.7.4\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
30
  msgid "Content Aware Sidebars"
31
  msgstr "Content Aware Sidebars"
32
 
33
+ #: ../content-aware-sidebars.php:202 ../content-aware-sidebars.php:954
34
  msgid "FAQ"
35
  msgstr ""
36
 
37
+ #: ../content-aware-sidebars.php:303
38
  msgid "Exposure"
39
  msgstr "Експозиція"
40
 
41
+ #: ../content-aware-sidebars.php:309
42
  msgid "Singular"
43
  msgstr "Єдине число"
44
 
45
+ #: ../content-aware-sidebars.php:310
46
  msgid "Singular & Archive"
47
  msgstr "Сингулярні & Архів"
48
 
49
+ #: ../content-aware-sidebars.php:311
50
  msgid "Archive"
51
  msgstr "Архів"
52
 
53
+ #: ../content-aware-sidebars.php:315 ../content-aware-sidebars.php:508
54
  msgctxt "option"
55
  msgid "Handle"
56
  msgstr "Обробляти"
57
 
58
+ #: ../content-aware-sidebars.php:317
59
  msgid "Replace host sidebar, merge with it or add sidebar manually."
60
  msgstr "Замінити хоста врізку злитися з ним або додати бічну панель вручну."
61
 
62
+ #: ../content-aware-sidebars.php:321
63
  msgid "Replace"
64
  msgstr "Замінювати"
65
 
66
+ #: ../content-aware-sidebars.php:322
67
  msgid "Merge"
68
  msgstr "Злиття"
69
 
70
+ #: ../content-aware-sidebars.php:323
71
  msgid "Manual"
72
  msgstr "Керівництво"
73
 
74
+ #: ../content-aware-sidebars.php:324
75
  msgid "Forced replace"
76
  msgstr ""
77
 
78
+ #: ../content-aware-sidebars.php:328
79
  msgid "Host Sidebar"
80
  msgstr "Приймаюча бічній панелі"
81
 
82
+ #: ../content-aware-sidebars.php:336 ../content-aware-sidebars.php:509
83
  msgid "Merge position"
84
  msgstr "Положення Merge"
85
 
86
+ #: ../content-aware-sidebars.php:338
87
  msgid "Place sidebar on top or bottom of host when merging."
88
  msgstr "Наведіть врізку на верхній або нижній частині господаря при злитті."
89
 
90
+ #: ../content-aware-sidebars.php:342
91
  msgid "Top"
92
  msgstr "Топ"
93
 
94
+ #: ../content-aware-sidebars.php:343
95
  msgid "Bottom"
96
  msgstr "Дно"
97
 
98
+ #: ../content-aware-sidebars.php:369
99
  msgid "Sidebars"
100
  msgstr "Бічні панелі"
101
 
102
+ #: ../content-aware-sidebars.php:370
103
  msgid "Sidebar"
104
  msgstr "Бічна панель"
105
 
106
+ #: ../content-aware-sidebars.php:371
107
  msgctxt "sidebar"
108
  msgid "Add New"
109
  msgstr "Додати"
110
 
111
+ #: ../content-aware-sidebars.php:372
112
  msgid "Add New Sidebar"
113
  msgstr "Додати нову врізку"
114
 
115
+ #: ../content-aware-sidebars.php:373 ../content-aware-sidebars.php:1429
116
  msgid "Edit Sidebar"
117
  msgstr "Редагувати Sidebar"
118
 
119
+ #: ../content-aware-sidebars.php:374
120
  msgid "New Sidebar"
121
  msgstr "Новий Sidebar"
122
 
123
+ #: ../content-aware-sidebars.php:375
124
  msgid "All Sidebars"
125
  msgstr "Всі Sidebars"
126
 
127
+ #: ../content-aware-sidebars.php:376
128
  msgid "View Sidebar"
129
  msgstr "Подивитися Sidebar"
130
 
131
+ #: ../content-aware-sidebars.php:377
132
  msgid "Search Sidebars"
133
  msgstr "Пошук Sidebars"
134
 
135
+ #: ../content-aware-sidebars.php:378
136
  msgid "No sidebars found"
137
  msgstr "Чи не бічні не знайдено"
138
 
139
+ #: ../content-aware-sidebars.php:379
140
  msgid "No sidebars found in Trash"
141
  msgstr "Чи не бічні не знайдено до Кошику"
142
 
143
+ #: ../content-aware-sidebars.php:394 ../content-aware-sidebars.php:948
144
+ #: ../content-aware-sidebars.php:1027
145
  msgid "Condition Groups"
146
  msgstr "Стан групи"
147
 
148
+ #: ../content-aware-sidebars.php:395
149
  msgid "Condition Group"
150
  msgstr "Стан Група"
151
 
152
+ #: ../content-aware-sidebars.php:396
153
  msgctxt "group"
154
  msgid "Add New"
155
  msgstr "Додати"
156
 
157
+ #: ../content-aware-sidebars.php:397 ../content-aware-sidebars.php:1027
158
+ #: ../content-aware-sidebars.php:1061
159
  msgid "Add New Group"
160
  msgstr "Додати нову групу"
161
 
162
+ #: ../content-aware-sidebars.php:398 ../content-aware-sidebars.php:1042
163
+ #: ../content-aware-sidebars.php:1411
164
  msgctxt "group"
165
  msgid "Edit"
166
  msgstr "Редагувати"
167
 
168
+ #: ../content-aware-sidebars.php:422
169
  msgid "Manage widgets"
170
  msgstr "Управління віджети"
171
 
172
+ #: ../content-aware-sidebars.php:425 ../content-aware-sidebars.php:428
173
  msgid "Sidebar updated."
174
  msgstr "Бічна панель оновлюється."
175
 
176
+ #: ../content-aware-sidebars.php:430
177
  msgid "Sidebar published."
178
  msgstr "Бічна панель опублікований."
179
 
180
+ #: ../content-aware-sidebars.php:431
181
  msgid "Sidebar saved."
182
  msgstr "Бічна панель збережені."
183
 
184
+ #: ../content-aware-sidebars.php:432
185
  msgid "Sidebar submitted."
186
  msgstr "Бічна панель представлений."
187
 
188
+ #: ../content-aware-sidebars.php:433
189
  #, php-format
190
  msgid "Sidebar scheduled for: <strong>%1$s</strong>."
191
  msgstr "Бічна панель запланований <strong>на: %1$s.</strong>"
192
 
193
  #. translators: Publish box date format, see http://php.net/date
194
+ #: ../content-aware-sidebars.php:435
195
  msgid "M j, Y @ G:i"
196
  msgstr "M j, Y @ G:i"
197
 
198
+ #: ../content-aware-sidebars.php:436
199
  msgid "Sidebar draft updated."
200
  msgstr "Бічна панель проект оновленого."
201
 
202
+ #: ../content-aware-sidebars.php:484 ../content-aware-sidebars.php:571
203
  msgid "Please update Host Sidebar"
204
  msgstr "Будь ласка, поновіть хост Sidebar"
205
 
206
+ #: ../content-aware-sidebars.php:510
207
  msgid "Widgets"
208
  msgstr ""
209
 
210
+ #: ../content-aware-sidebars.php:646
211
  msgid "Manage Widgets"
212
  msgstr "Управління Інформери"
213
 
214
+ #: ../content-aware-sidebars.php:901
215
  msgid "Get a free Content Aware Sidebars Premium Bundle"
216
  msgstr ""
217
 
218
+ #: ../content-aware-sidebars.php:917
219
  msgid "Content"
220
  msgstr "Зміст"
221
 
222
+ #: ../content-aware-sidebars.php:925
223
  msgid "Options"
224
  msgstr "Опції"
225
 
226
+ #: ../content-aware-sidebars.php:949
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:950
233
  msgid ""
234
  "Content added to a condition group uses logical conjunction, while condition"
235
  " groups themselves use logical disjunction. This means that content added to"
238
  "extremely focused and at the same time distinct conditions."
239
  msgstr ""
240
 
241
+ #: ../content-aware-sidebars.php:953
242
  msgid "More Information"
243
  msgstr ""
244
 
245
+ #: ../content-aware-sidebars.php:955
246
  msgid "Get Support"
247
  msgstr ""
248
 
249
+ #: ../content-aware-sidebars.php:992
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:993
256
  msgid "Translate Now"
257
  msgstr ""
258
 
259
+ #: ../content-aware-sidebars.php:994
260
  msgid "Get Premium Bundle"
261
  msgstr ""
262
 
263
+ #: ../content-aware-sidebars.php:995
264
  msgid ""
265
  "Single-site use. BETA implies it is not recommended for production sites."
266
  msgstr ""
267
 
268
+ #: ../content-aware-sidebars.php:998
269
  msgid "Partial Feature List"
270
  msgstr ""
271
 
272
+ #: ../content-aware-sidebars.php:1000
273
  msgid "Select and create sidebars in the Post Editing Screens"
274
  msgstr ""
275
 
276
+ #: ../content-aware-sidebars.php:1001
277
  msgid "Display sidebars with URLs using wildcards"
278
  msgstr ""
279
 
280
+ #: ../content-aware-sidebars.php:1002
281
  msgid "Display sidebars with User Roles"
282
  msgstr ""
283
 
284
+ #: ../content-aware-sidebars.php:1003
285
  msgid "Display sidebars with BuddyPress User Groups"
286
  msgstr ""
287
 
288
+ #: ../content-aware-sidebars.php:1004
289
  msgid "Sidebars column in Post Type and Taxonomy Overview Screens"
290
  msgstr ""
291
 
292
+ #: ../content-aware-sidebars.php:1028
293
  msgid ""
294
  "Click to edit a group or create a new one. Select content on the left to add"
295
  " it. In each group, you can combine different types of associated content."
296
  msgstr "Натисніть, щоб редагувати групу або створити нову. Виберіть зміст зліва, щоб додати його. У кожній групі, ви можете комбінувати різні типи відповідного вмісту."
297
 
298
+ #: ../content-aware-sidebars.php:1029
299
  msgid "Display sidebar with"
300
  msgstr "Показати бічну панель з"
301
 
302
+ #: ../content-aware-sidebars.php:1034
303
  msgid ""
304
  "No content. Please add at least one condition group to make the sidebar "
305
  "content aware."
306
  msgstr "Ні контент. Ласка додати хоча б одна умова групу, щоб зробити врізку "
307
 
308
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1408
309
  msgid "Save"
310
  msgstr "Зберегти"
311
 
312
+ #: ../content-aware-sidebars.php:1039 ../content-aware-sidebars.php:1409
313
  msgid "Cancel"
314
  msgstr "Скасувати"
315
 
316
+ #: ../content-aware-sidebars.php:1042 ../content-aware-sidebars.php:1412
317
  msgid "Remove"
318
  msgstr "Видаляти"
319
 
320
+ #: ../content-aware-sidebars.php:1051 ../content-aware-sidebars.php:1410
321
  msgid "Or"
322
  msgstr ""
323
 
324
+ #: ../content-aware-sidebars.php:1139 ../content-aware-sidebars.php:1182
325
+ #: ../content-aware-sidebars.php:1187
326
  msgid "Unauthorized request"
327
  msgstr "Несанкціоноване запит"
328
 
329
+ #: ../content-aware-sidebars.php:1145
330
  msgid "Condition group cannot be empty"
331
  msgstr "Стан група не може бути порожнім"
332
 
333
+ #: ../content-aware-sidebars.php:1159
334
  msgid "Condition group saved"
335
  msgstr "Стан групи зберігаються"
336
 
337
+ #: ../content-aware-sidebars.php:1192
338
  msgid "Condition group could not be removed"
339
  msgstr "Стан група не може бути видалена"
340
 
341
+ #: ../content-aware-sidebars.php:1197
342
  msgid "Condition group removed"
343
  msgstr "Стан група видалена"
344
 
345
+ #: ../content-aware-sidebars.php:1256 ../content-aware-sidebars.php:1257
346
  msgid "Order"
347
  msgstr ""
348
 
349
+ #: ../content-aware-sidebars.php:1273
350
  msgid ""
351
  "If you love this plugin, please consider donating to support future "
352
  "development."
353
  msgstr "Якщо ви любите цей плагін, будь ласка, підтримайте, щоб підтримати майбутнє розвиток."
354
 
355
+ #: ../content-aware-sidebars.php:1282
356
  msgid "Or you could:"
357
  msgstr "Або ви могли б:"
358
 
359
+ #: ../content-aware-sidebars.php:1284
360
  msgid "Rate the plugin on WordPress.org"
361
  msgstr "Оцінити плагін на WordPress.org"
362
 
363
+ #: ../content-aware-sidebars.php:1285
364
  msgid "Link to the plugin page"
365
  msgstr "Посилання на сторінку плагіна"
366
 
367
+ #: ../content-aware-sidebars.php:1286
368
  msgid "Translate the plugin into your language"
369
  msgstr "Перекласти плагін на ваш мову"
370
 
371
+ #: ../content-aware-sidebars.php:1413
372
  msgid "Remove this group and its contents permanently?"
373
  msgstr "Видалити цю групу і її вміст назавжди?"
374
 
375
+ #: ../content-aware-sidebars.php:1414
376
  msgid "No results found."
377
  msgstr "Немає результатів."
378
 
379
+ #: ../content-aware-sidebars.php:1415
380
  msgid ""
381
  "The current group has unsaved changes. Do you want to continue and discard "
382
  "these changes?"
383
  msgstr "Нинішня група має незбережені зміни. Бажаєте продовжити і викинути ці зміни?"
384
 
 
 
 
 
385
  #: ../modules/author.php:28
386
  msgid "Authors"
387
  msgstr "Автори"
395
  msgstr "BuddyPress Користувачі"
396
 
397
  #: ../modules/bp_member.php:130 ../modules/casmodule.php:132
398
+ #: ../modules/post_type.php:267 ../modules/taxonomy.php:291
399
  msgid "View All"
400
  msgstr "Переглянути всі"
401
 
402
  #: ../modules/bp_member.php:139 ../modules/casmodule.php:151
403
+ #: ../modules/post_type.php:286 ../modules/taxonomy.php:310
404
  msgid "Add to Group"
405
  msgstr "Додати до групи"
406
 
411
 
412
  #: ../modules/casmodule.php:139 ../modules/casmodule.php:142
413
  #: ../modules/post_type.php:273 ../modules/post_type.php:276
414
+ #: ../modules/taxonomy.php:297 ../modules/taxonomy.php:300
415
  msgid "Search"
416
  msgstr "Пошук"
417
 
420
  msgid "All %s"
421
  msgstr "Всі %s"
422
 
423
+ #: ../modules/date.php:29
424
+ msgid "Dates"
425
+ msgstr ""
426
+
427
+ #: ../modules/date.php:65
428
+ msgid "Date Archives"
429
+ msgstr ""
430
+
431
  #: ../modules/page_template.php:28
432
  msgid "Page Templates"
433
  msgstr "Шаблони сторінок"
442
  msgstr "Розмістити Види"
443
 
444
  #: ../modules/post_type.php:166 ../modules/post_type.php:236
445
+ #: ../modules/taxonomy.php:226 ../modules/taxonomy.php:265
446
  msgid "Automatically select new children of a selected ancestor"
447
  msgstr "Автоматичний вибір нових дітей обраного предка"
448
 
449
+ #: ../modules/post_type.php:242 ../modules/taxonomy.php:269
450
  #, php-format
451
  msgid "Display with %s"
452
  msgstr "Дисплей з %s"
453
 
454
+ #: ../modules/post_type.php:247 ../modules/taxonomy.php:273
455
  msgid "No items."
456
  msgstr "Немає записів."
457
 
479
  msgid "Taxonomies"
480
  msgstr "Таксономії"
481
 
482
+ #: ../modules/taxonomy.php:286
483
  msgid "Most Used"
484
  msgstr "Найбільш часто використовувані"
lang/content-aware-sidebars-uk_UA.mo DELETED
Binary file
modules/post_type.php CHANGED
@@ -198,7 +198,7 @@ class CASModule_post_type extends CASModule {
198
  if(is_singular()) {
199
  return array(
200
  get_post_type(),
201
- get_the_ID()
202
  );
203
  }
204
  global $post_type;
198
  if(is_singular()) {
199
  return array(
200
  get_post_type(),
201
+ get_queried_object_id()
202
  );
203
  }
204
  global $post_type;
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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.6
8
  License: GPLv3
9
 
10
  Create and display custom sidebars according to the content being viewed.
@@ -62,26 +62,31 @@ Developed with functionality and performance in mind, Content Aware Sidebars is
62
  * Chinese (zh_CN)
63
  * Danish (da_DK)
64
  * Dutch (nl_NL)
 
65
  * French (fr_FR)
66
  * German (de_DE)
67
  * Hungarian (hu_HU)
68
  * Italian (it_IT)
 
69
  * Latvian (lv_LV)
70
  * Lithuanian (lt_LT)
71
  * Norwegian Bokmål (nb_NO)
72
  * Polish (pl_PL)
73
- * Portuguese, Brazilian (pt_BR)
 
74
  * Russian (ru_RU)
75
  * Serbian (sr_RS)
76
  * Slovak (sk_SK)
 
77
  * Spanish (es_ES)
 
78
  * Turkish (tr_TR)
79
- * Ukranian (uk_UA)
80
 
81
  **Thanks to the translators:**
82
 
83
  ********
84
- [gattiken](https://www.transifex.com/accounts/profile/gattiken/), [keystorm](https://www.transifex.com/accounts/profile/keystorm/), [tkjune](https://www.transifex.com/accounts/profile/tkjune/), [wcybrick](https://www.transifex.com/accounts/profile/wcybrick/), [denisbeckers](https://www.transifex.com/accounts/profile/denisbeckers/), [SynergiaWeb](https://www.transifex.com/accounts/profile/SynergiaWeb/), [ewx](https://www.transifex.com/accounts/profile/ewx/), [akuhl](https://www.transifex.com/accounts/profile/akuhl/), [henrik.heil](https://www.transifex.com/accounts/profile/henrik.heil/), [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/), [iltrof](https://www.transifex.com/accounts/profile/iltrof/), [ahmetyilmaz](https://www.transifex.com/accounts/profile/ahmetyilmaz/)
85
  ********
86
  Branco, Haralds Gribusts, Michael Yunat, Ogi Djuraskovic, Vincent G
87
 
@@ -145,6 +150,22 @@ Do you want to contribute and see your name here?
145
 
146
  == Changelog ==
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  = 2.6 =
149
 
150
  * Added: date module to display sidebars on date archives
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.3
7
+ Stable tag: 2.6.3
8
  License: GPLv3
9
 
10
  Create and display custom sidebars according to the content being viewed.
62
  * Chinese (zh_CN)
63
  * Danish (da_DK)
64
  * Dutch (nl_NL)
65
+ * Finnish (fi_FI)
66
  * French (fr_FR)
67
  * German (de_DE)
68
  * Hungarian (hu_HU)
69
  * Italian (it_IT)
70
+ * Korean (ko_KR)
71
  * Latvian (lv_LV)
72
  * Lithuanian (lt_LT)
73
  * Norwegian Bokmål (nb_NO)
74
  * Polish (pl_PL)
75
+ * Portuguese, Brazilian (pt_BR)
76
+ * Portuguese, Portugal (pt_PT)
77
  * Russian (ru_RU)
78
  * Serbian (sr_RS)
79
  * Slovak (sk_SK)
80
+ * Slovenian (sl_SI)
81
  * Spanish (es_ES)
82
+ * Swedish (sv_SE)
83
  * Turkish (tr_TR)
84
+ * Ukranian (uk)
85
 
86
  **Thanks to the translators:**
87
 
88
  ********
89
+ [gattiken](https://www.transifex.com/accounts/profile/gattiken/), [kaotiko](https://www.transifex.com/accounts/profile/kaotiko/), [keystorm](https://www.transifex.com/accounts/profile/keystorm/), [tkjune](https://www.transifex.com/accounts/profile/tkjune/), [wcybrick](https://www.transifex.com/accounts/profile/wcybrick/), [denisbeckers](https://www.transifex.com/accounts/profile/denisbeckers/), [SynergiaWeb](https://www.transifex.com/accounts/profile/SynergiaWeb/), [Anilli](https://www.transifex.com/accounts/profile/Anilli/), [Fastfuel](https://www.transifex.com/accounts/profile/Fastfuel/), [ewx](https://www.transifex.com/accounts/profile/ewx/), [mcpitten](https://www.transifex.com/accounts/profile/mcpitten/), [milan.bolland](https://www.transifex.com/accounts/profile/milan.bolland/), [henrik.heil](https://www.transifex.com/accounts/profile/henrik.heil/), [akuhl](https://www.transifex.com/accounts/profile/akuhl/), [cyberwani](https://www.transifex.com/accounts/profile/cyberwani/), [Neftigon](https://www.transifex.com/accounts/profile/Neftigon/), [Lucky65](https://www.transifex.com/accounts/profile/Lucky65/), [zanpress](https://www.transifex.com/accounts/profile/zanpress/), [saynim](https://www.transifex.com/accounts/profile/saynim/), [phpkalemi](https://www.transifex.com/accounts/profile/phpkalemi/), [syruas](https://www.transifex.com/accounts/profile/syruas/), [PaalJoachim](https://www.transifex.com/accounts/profile/PaalJoachim/), [ibushi](https://www.transifex.com/accounts/profile/ibushi/), [mayones](https://www.transifex.com/accounts/profile/mayones/), [marcelo.ghelman](https://www.transifex.com/accounts/profile/marcelo.ghelman/), [ovelhaaa](https://www.transifex.com/accounts/profile/ovelhaaa/), [luismartins](https://www.transifex.com/accounts/profile/luismartins/), [iltrof](https://www.transifex.com/accounts/profile/iltrof/), [NikitaM](https://www.transifex.com/accounts/profile/NikitaM/), [jurcc](https://www.transifex.com/accounts/profile/jurcc/), [javitopo](https://www.transifex.com/accounts/profile/javitopo/), [killawabbit](https://www.transifex.com/accounts/profile/killawabbit/), [ahmetyilmaz](https://www.transifex.com/accounts/profile/ahmetyilmaz/)
90
  ********
91
  Branco, Haralds Gribusts, Michael Yunat, Ogi Djuraskovic, Vincent G
92
 
150
 
151
  == Changelog ==
152
 
153
+ = 2.6.3 =
154
+
155
+ * Fixed: sidebars would not be displayed on front page
156
+
157
+ = 2.6.2 =
158
+ * Added: wp4.3 compatibility
159
+ * Fixed: sidebars would not be displayed on 404 or empty content
160
+ * Fixed: sidebars would not be displayed when queried object differed from post object
161
+ * Fixed: included ukranian translation properly
162
+
163
+ = 2.6.1 =
164
+
165
+ * Added: finnish, korean, portuguese (portugal), slovenian and swedish translations
166
+ * Fixed: updated translations
167
+ * Fixed: better compatibility when used together with other sidebar managers
168
+
169
  = 2.6 =
170
 
171
  * Added: date module to display sidebars on date archives