Version Description
This version has 3 features added and 5 bugs fixed. WPEC 3.8 or higher user: Please read the release notes before upgrading.
=
Download this release
Release Info
Developer | qurl |
Plugin | Dynamic Widgets |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- dynamic-widgets.php +33 -35
- dynwid_admin.php +6 -1
- dynwid_admin_edit.php +20 -9
- dynwid_admin_save.php +27 -34
- dynwid_class.php +55 -54
- dynwid_class_php4.php +32 -42
- dynwid_init_worker.php +13 -17
- dynwid_worker.php +77 -15
- locale/dynamic-widgets-de_DE.mo +0 -0
- locale/dynamic-widgets-de_DE.po +603 -470
- locale/dynamic-widgets-es_ES.mo +0 -0
- locale/dynamic-widgets-es_ES.po +611 -477
- locale/dynamic-widgets-fr_FR.mo +0 -0
- locale/dynamic-widgets-fr_FR.po +586 -459
- locale/dynamic-widgets-nl.mo +0 -0
- locale/dynamic-widgets-nl.po +170 -164
- locale/dynamic-widgets.pot +158 -166
- mods/author_module.php +7 -2
- mods/custompost_module.php +132 -62
- mods/pages_module.php +22 -9
- mods/qtranslate_module.php +43 -0
- mods/single_module.php +7 -2
- mods/wpec_module.php +10 -5
- mods/wpml_module.php +6 -1
- plugin/qt.php +15 -0
- plugin/wpsc.php +11 -22
- readme.txt +45 -18
dynamic-widgets.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Dynamic Widgets
|
4 |
* Plugin URI: http://www.qurl.nl/dynamic-widgets/
|
5 |
-
* Description: Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly
|
6 |
* Author: Qurl
|
7 |
-
* Version: 1.4.
|
8 |
* Author URI: http://www.qurl.nl/
|
9 |
-
* Tags: widget, widgets, dynamic, sidebar, custom, rules, admin, conditional tags, wpml, wpec, buddypress
|
10 |
*
|
11 |
* This program is distributed in the hope that it will be useful,
|
12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
@@ -15,37 +15,35 @@
|
|
15 |
*
|
16 |
* Released under the GPL v.2, http://www.gnu.org/copyleft/gpl.html
|
17 |
*
|
18 |
-
* @version $Id: dynamic-widgets.php
|
19 |
* @copyright 2011 Jacco Drabbe
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
User vars $bp > dynwid_init_worker.php, plugin/bp.php
|
48 |
-
*/
|
49 |
|
50 |
// Constants
|
51 |
define('DW_DEBUG', FALSE);
|
@@ -59,7 +57,7 @@
|
|
59 |
define('DW_PLUGIN', dirname(__FILE__) . '/' . 'plugin/');
|
60 |
define('DW_TIME_LIMIT', 86400); // 1 day
|
61 |
define('DW_URL', 'http://www.qurl.nl');
|
62 |
-
define('DW_VERSION', '1.4.
|
63 |
define('DW_VERSION_URL_CHECK', DW_URL . '/wp-content/uploads/php/dw_version.php?v=' . DW_VERSION . '&n=');
|
64 |
define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
|
65 |
define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon
|
@@ -141,7 +139,7 @@
|
|
141 |
function dynwid_add_admin_menu() {
|
142 |
$DW = &$GLOBALS['DW'];
|
143 |
|
144 |
-
$screen = add_submenu_page('themes.php', __('Dynamic Widgets', DW_L10N_DOMAIN), __('Dynamic Widgets', DW_L10N_DOMAIN), '
|
145 |
|
146 |
if ( $DW->enabled ) {
|
147 |
add_action('admin_print_styles-' . $screen, 'dynwid_add_admin_styles');
|
2 |
/**
|
3 |
* Plugin Name: Dynamic Widgets
|
4 |
* Plugin URI: http://www.qurl.nl/dynamic-widgets/
|
5 |
+
* Description: Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly show or hide widgets on WordPress pages.
|
6 |
* Author: Qurl
|
7 |
+
* Version: 1.4.2
|
8 |
* Author URI: http://www.qurl.nl/
|
9 |
+
* Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, wpml, qtranslate, wpec, buddypress
|
10 |
*
|
11 |
* This program is distributed in the hope that it will be useful,
|
12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15 |
*
|
16 |
* Released under the GPL v.2, http://www.gnu.org/copyleft/gpl.html
|
17 |
*
|
18 |
+
* @version $Id: dynamic-widgets.php 432832 2011-09-03 10:41:24Z qurl $
|
19 |
* @copyright 2011 Jacco Drabbe
|
20 |
+
*
|
21 |
+
* Thanks to Alexis Nomine for the contribution of the French (fr_FR) language files, several L10N fixes and change of the edit options UI.
|
22 |
+
* Thanks to Daniel Bihler for the contribution of the German (de_DE) language files.
|
23 |
+
* Thanks to Eduardo Larequi for the contribution of the Spanish (es_ES) language files and several L10N fixes.
|
24 |
+
*
|
25 |
+
* WPML Plugin support via API
|
26 |
+
* Using constants ICL_PLUGIN_PATH > dynwid_admin_edit.php, mods/wpml_module.php, dynwid_init_worker.php, dynwid_worker.php
|
27 |
+
* Using functions wpml_get_default_language() > dynwid_init_worker.php
|
28 |
+
* wpml_get_current_language() > dynwid_init_worker.php, dynwid_worker.php, plugin/wpml.php
|
29 |
+
* wpml_get_content_translation() > plugin/wpml.php
|
30 |
+
* wpml_get_active_languages() > mods/wpml_module.php
|
31 |
+
*
|
32 |
+
* QTranslate Plugin support via API
|
33 |
+
* Using constants QTRANS_INIT > dynwid_init_worker.php, dynwid_worker.php, mods/qtranslate_module.php
|
34 |
+
* Using functions qtrans_getLanguage() > dynwid_init_worker.php, dynwid_worker.php
|
35 |
+
* Using WPOptions qtranslate_default_language > dynwid_init_worker.php
|
36 |
+
* qtranslate_enabled_languages > mods/qtranslate_module.php
|
37 |
+
*
|
38 |
+
* WPSC/WPEC Plugin support
|
39 |
+
* Using constants WPSC_TABLE_PRODUCT_CATEGORIES > dynwid_admin_overview.php, plugin/wpsc.php
|
40 |
+
* WPSC_VERSION > mods/wpec_module.php, dynwid_init_worker.php, plugin/wpsc.php
|
41 |
+
* Using vars $wpsc_query > dynwid_init_worker.php, plugin/wpsc.php
|
42 |
+
*
|
43 |
+
* BP Plugin support
|
44 |
+
* Using constants BP_VERSION > mods/bp_module, dynwid_init_worker.php
|
45 |
+
* User vars $bp > dynwid_init_worker.php, plugin/bp.php
|
46 |
+
**/
|
|
|
|
|
47 |
|
48 |
// Constants
|
49 |
define('DW_DEBUG', FALSE);
|
57 |
define('DW_PLUGIN', dirname(__FILE__) . '/' . 'plugin/');
|
58 |
define('DW_TIME_LIMIT', 86400); // 1 day
|
59 |
define('DW_URL', 'http://www.qurl.nl');
|
60 |
+
define('DW_VERSION', '1.4.2');
|
61 |
define('DW_VERSION_URL_CHECK', DW_URL . '/wp-content/uploads/php/dw_version.php?v=' . DW_VERSION . '&n=');
|
62 |
define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
|
63 |
define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon
|
139 |
function dynwid_add_admin_menu() {
|
140 |
$DW = &$GLOBALS['DW'];
|
141 |
|
142 |
+
$screen = add_submenu_page('themes.php', __('Dynamic Widgets', DW_L10N_DOMAIN), __('Dynamic Widgets', DW_L10N_DOMAIN), 'edit_theme_options', 'dynwid-config', 'dynwid_admin_page');
|
143 |
|
144 |
if ( $DW->enabled ) {
|
145 |
add_action('admin_print_styles-' . $screen, 'dynwid_add_admin_styles');
|
dynwid_admin.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* dynwid_admin.php - Startpage for admin
|
4 |
*
|
5 |
-
* @version $Id: dynwid_admin.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
?>
|
@@ -20,6 +20,11 @@
|
|
20 |
<input type="image" style="vertical-align: middle;" title="Donate for this plugin via PayPal" alt="Donate" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" onclick="jQuery('#paypal').submit()">
|
21 |
</h2>
|
22 |
<?php
|
|
|
|
|
|
|
|
|
|
|
23 |
if ( $DW->enabled ) {
|
24 |
if ( dynwid_sql_mode() ) {
|
25 |
echo '<div class="error" id="message"><p>';
|
2 |
/**
|
3 |
* dynwid_admin.php - Startpage for admin
|
4 |
*
|
5 |
+
* @version $Id: dynwid_admin.php 426716 2011-08-21 14:48:48Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
?>
|
20 |
<input type="image" style="vertical-align: middle;" title="Donate for this plugin via PayPal" alt="Donate" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" onclick="jQuery('#paypal').submit()">
|
21 |
</h2>
|
22 |
<?php
|
23 |
+
if ( DW_CLASSFILE == 'dynwid_class_php4.php' ) {
|
24 |
+
$mbox = new DWMessageBox();
|
25 |
+
$mbox->create('WARNING', 'Your server is running PHP4. Future versions of Dynamic Widgets will not work. See the <a href="' . DW_URL . '/dynamic-widgets/faq/" target="_blank">FAQ</a>.');
|
26 |
+
}
|
27 |
+
|
28 |
if ( $DW->enabled ) {
|
29 |
if ( dynwid_sql_mode() ) {
|
30 |
echo '<div class="error" id="message"><p>';
|
dynwid_admin_edit.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* dynwid_admin_edit.php - Options settings
|
4 |
*
|
5 |
-
* @version $Id: dynwid_admin_edit.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -53,6 +53,16 @@
|
|
53 |
}
|
54 |
}
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
// For JS exclOff
|
57 |
$excl = array();
|
58 |
foreach ( $DW->overrule_maintype as $m ) {
|
@@ -143,6 +153,7 @@ h4 {
|
|
143 |
'role' => 'Role',
|
144 |
'date' => 'Date',
|
145 |
'wpml' => 'Language (WPML)',
|
|
|
146 |
'useragent' => 'UserAgent',
|
147 |
'tpl' => 'Templates',
|
148 |
'frontpage' => 'Front Page',
|
@@ -215,15 +226,15 @@ Save as a quick setting <input type="text" name="qsetting" value="" />
|
|
215 |
}
|
216 |
}
|
217 |
|
218 |
-
function chkChild(pid) {
|
219 |
-
if ( jQuery('#
|
220 |
-
jQuery('#
|
221 |
}
|
222 |
}
|
223 |
|
224 |
-
function chkParent(pid) {
|
225 |
-
if ( jQuery('#
|
226 |
-
jQuery('#
|
227 |
}
|
228 |
}
|
229 |
|
@@ -248,12 +259,12 @@ Save as a quick setting <input type="text" name="qsetting" value="" />
|
|
248 |
}
|
249 |
|
250 |
function divToggle(div) {
|
251 |
-
div = '#'+div;
|
252 |
jQuery(div).slideToggle(400);
|
253 |
}
|
254 |
|
255 |
function showCalendar(id) {
|
256 |
-
if (
|
257 |
var id = '#'+id;
|
258 |
jQuery(function() {
|
259 |
jQuery(id).datepicker({
|
2 |
/**
|
3 |
* dynwid_admin_edit.php - Options settings
|
4 |
*
|
5 |
+
* @version $Id: dynwid_admin_edit.php 432832 2011-09-03 10:41:24Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
53 |
}
|
54 |
}
|
55 |
|
56 |
+
function dwGetAuthors() {
|
57 |
+
global $wpdb;
|
58 |
+
$query = "SELECT " . $wpdb->prefix . "users.ID, " . $wpdb->prefix . "users.display_name
|
59 |
+
FROM " . $wpdb->prefix . "users
|
60 |
+
JOIN " . $wpdb->prefix . "usermeta ON " . $wpdb->prefix . "users.ID = " . $wpdb->prefix . "usermeta.user_id
|
61 |
+
WHERE 1 AND " . $wpdb->prefix . "usermeta.meta_key = '" . $wpdb->prefix . "user_level'
|
62 |
+
AND " . $wpdb->prefix . "usermeta.meta_value > '0'";
|
63 |
+
return $wpdb->get_results($query);
|
64 |
+
}
|
65 |
+
|
66 |
// For JS exclOff
|
67 |
$excl = array();
|
68 |
foreach ( $DW->overrule_maintype as $m ) {
|
153 |
'role' => 'Role',
|
154 |
'date' => 'Date',
|
155 |
'wpml' => 'Language (WPML)',
|
156 |
+
'qtranslate' => 'Language (QT)',
|
157 |
'useragent' => 'UserAgent',
|
158 |
'tpl' => 'Templates',
|
159 |
'frontpage' => 'Front Page',
|
226 |
}
|
227 |
}
|
228 |
|
229 |
+
function chkChild(prefix, pid) {
|
230 |
+
if ( jQuery('#'+prefix+'_act_'+pid).is(':checked') == false ) {
|
231 |
+
jQuery('#'+prefix+'_childs_act_'+pid).attr('checked', false);
|
232 |
}
|
233 |
}
|
234 |
|
235 |
+
function chkParent(prefix, pid) {
|
236 |
+
if ( jQuery('#'+prefix+'_childs_act_'+pid).is(':checked') == true ) {
|
237 |
+
jQuery('#'+prefix+'_act_'+pid).attr('checked', true);
|
238 |
}
|
239 |
}
|
240 |
|
259 |
}
|
260 |
|
261 |
function divToggle(div) {
|
262 |
+
var div = '#'+div;
|
263 |
jQuery(div).slideToggle(400);
|
264 |
}
|
265 |
|
266 |
function showCalendar(id) {
|
267 |
+
if ( jQuery('#date-no').is(':checked') ) {
|
268 |
var id = '#'+id;
|
269 |
jQuery(function() {
|
270 |
jQuery(id).datepicker({
|
dynwid_admin_save.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* dynwid_admin_save.php - Saving options to the database
|
4 |
*
|
5 |
-
* @version $Id: dynwid_admin_save.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -10,26 +10,13 @@
|
|
10 |
check_admin_referer('plugin-name-action_edit_' . $_POST['widget_id']);
|
11 |
|
12 |
/* Checking basic stuff */
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
17 |
}
|
18 |
-
// Browser
|
19 |
-
if ( $_POST['browser'] == 'no' && count($_POST['browser_act']) == 0 ) {
|
20 |
-
wp_redirect( $_SERVER['REQUEST_URI'] . '&work=none' );
|
21 |
-
die();
|
22 |
-
}
|
23 |
-
// Template
|
24 |
-
if ( $_POST['tpl'] == 'no' && count($_POST['tpl_act']) == 0 ) {
|
25 |
-
wp_redirect( $_SERVER['REQUEST_URI'] . '&work=none' );
|
26 |
-
die();
|
27 |
-
}
|
28 |
-
// WPML
|
29 |
-
if ( isset($_POST['wpml']) && $_POST['wpml'] == 'no' && count($_POST['wpml_act']) == 0 ) {
|
30 |
-
wp_redirect( $_SERVER['REQUEST_URI'] . '&work=none' );
|
31 |
-
die();
|
32 |
-
}
|
33 |
|
34 |
// Date check
|
35 |
if ( $_POST['date'] == 'no' ) {
|
@@ -150,13 +137,7 @@
|
|
150 |
|
151 |
// -- Childs
|
152 |
if ( isset($_POST['page_act']) && count($_POST['page_act']) > 0 && isset($_POST['page_childs_act']) && count($_POST['page_childs_act']) > 0 ) {
|
153 |
-
$
|
154 |
-
foreach ( $_POST['page_childs_act'] as $act ) {
|
155 |
-
if ( in_array($act, $_POST['page_act']) ) {
|
156 |
-
$childs_act[ ] = $act;
|
157 |
-
}
|
158 |
-
}
|
159 |
-
$DW->addMultiOption($_POST['widget_id'], 'page-childs', $_POST['page'], $childs_act);
|
160 |
}
|
161 |
|
162 |
// Author
|
@@ -216,13 +197,7 @@
|
|
216 |
// -- Childs
|
217 |
$act_childs_field = $type . '_childs_act';
|
218 |
if ( count($_POST[$act_field]) > 0 && isset($_POST[$act_childs_field]) && count($_POST[$act_childs_field]) > 0 ) {
|
219 |
-
$
|
220 |
-
foreach ( $_POST[$act_childs_field] as $act ) {
|
221 |
-
if ( in_array($act, $_POST[$act_field]) ) {
|
222 |
-
$childs_act[ ] = $act;
|
223 |
-
}
|
224 |
-
}
|
225 |
-
$DW->addMultiOption($_POST['widget_id'], $type . '-childs', $_POST[$type], $childs_act);
|
226 |
}
|
227 |
|
228 |
// -- Taxonomies
|
@@ -231,6 +206,12 @@
|
|
231 |
if ( isset($_POST[$act_tax_field]) && count($_POST[$act_tax_field]) > 0 ) {
|
232 |
$DW->addMultiOption($_POST['widget_id'], $type . '-tax_' . $tax, $_POST[$type], $_POST[$act_tax_field]);
|
233 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
}
|
235 |
}
|
236 |
|
@@ -255,6 +236,11 @@
|
|
255 |
} else if ( $_POST[$type] == 'no' ) {
|
256 |
$DW->addSingleOption($_POST['widget_id'], $type);
|
257 |
}
|
|
|
|
|
|
|
|
|
|
|
258 |
}
|
259 |
}
|
260 |
|
@@ -265,6 +251,13 @@
|
|
265 |
$DW->addSingleOption($_POST['widget_id'], 'wpml');
|
266 |
}
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
// WPSC/WPEC Plugin support
|
269 |
if ( isset($_POST['wpsc_act']) && count($_POST['wpsc_act']) > 0 ) {
|
270 |
$DW->addMultiOption($_POST['widget_id'], 'wpsc', $_POST['wpsc'], $_POST['wpsc_act']);
|
2 |
/**
|
3 |
* dynwid_admin_save.php - Saving options to the database
|
4 |
*
|
5 |
+
* @version $Id: dynwid_admin_save.php 422921 2011-08-13 14:34:41Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
10 |
check_admin_referer('plugin-name-action_edit_' . $_POST['widget_id']);
|
11 |
|
12 |
/* Checking basic stuff */
|
13 |
+
foreach ( $DW->overrule_maintype as $o ) {
|
14 |
+
$act_field = $o . '_act';
|
15 |
+
if ( $_POST[$o] == 'no' && count($_POST[$act_field]) == 0 ) {
|
16 |
+
wp_redirect( $_SERVER['REQUEST_URI'] . '&work=none' );
|
17 |
+
die();
|
18 |
+
}
|
19 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
// Date check
|
22 |
if ( $_POST['date'] == 'no' ) {
|
137 |
|
138 |
// -- Childs
|
139 |
if ( isset($_POST['page_act']) && count($_POST['page_act']) > 0 && isset($_POST['page_childs_act']) && count($_POST['page_childs_act']) > 0 ) {
|
140 |
+
$DW->addChilds($_POST['widget_id'], 'page-childs', $_POST['page'], $_POST['page_act'], $_POST['page_childs_act']);
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
142 |
|
143 |
// Author
|
197 |
// -- Childs
|
198 |
$act_childs_field = $type . '_childs_act';
|
199 |
if ( count($_POST[$act_field]) > 0 && isset($_POST[$act_childs_field]) && count($_POST[$act_childs_field]) > 0 ) {
|
200 |
+
$DW->addChilds($_POST['widget_id'], $type . '-childs', $_POST[$type], $_POST[$act_field], $_POST[$act_childs_field]);
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
}
|
202 |
|
203 |
// -- Taxonomies
|
206 |
if ( isset($_POST[$act_tax_field]) && count($_POST[$act_tax_field]) > 0 ) {
|
207 |
$DW->addMultiOption($_POST['widget_id'], $type . '-tax_' . $tax, $_POST[$type], $_POST[$act_tax_field]);
|
208 |
}
|
209 |
+
|
210 |
+
// -- Childs
|
211 |
+
$act_tax_childs_field = $type . '-tax_' . $tax . '_childs_act';
|
212 |
+
if ( count($_POST[$act_tax_field]) > 0 && isset($_POST[$act_tax_childs_field]) && count($_POST[$act_tax_childs_field]) > 0 ) {
|
213 |
+
$DW->addChilds($_POST['widget_id'], $type . '-tax_' . $tax . '-childs', $_POST[$type], $_POST[$act_tax_field], $_POST[$act_tax_childs_field]);
|
214 |
+
}
|
215 |
}
|
216 |
}
|
217 |
|
236 |
} else if ( $_POST[$type] == 'no' ) {
|
237 |
$DW->addSingleOption($_POST['widget_id'], $type);
|
238 |
}
|
239 |
+
|
240 |
+
$childs_act_field = $type . '_childs_act';
|
241 |
+
if ( count($act_field) > 0 && isset($_POST[$childs_act_field]) && count($_POST[$childs_act_field]) > 0 ) {
|
242 |
+
$DW->addChilds($_POST['widget_id'], $type . '-childs', $_POST[$type], $_POST[$act_field], $_POST[$childs_act_field]);
|
243 |
+
}
|
244 |
}
|
245 |
}
|
246 |
|
251 |
$DW->addSingleOption($_POST['widget_id'], 'wpml');
|
252 |
}
|
253 |
|
254 |
+
// QTranslate Plugin support
|
255 |
+
if ( isset($_POST['qt_act']) && count($_POST['qt_act']) > 0 ) {
|
256 |
+
$DW->addMultiOption($_POST['widget_id'], 'qt', $_POST['qt'], $_POST['qt_act']);
|
257 |
+
} else if ( isset($_POST['qt']) && $_POST['qt'] == 'no' ) {
|
258 |
+
$DW->addSingleOption($_POST['widget_id'], 'qt');
|
259 |
+
}
|
260 |
+
|
261 |
// WPSC/WPEC Plugin support
|
262 |
if ( isset($_POST['wpsc_act']) && count($_POST['wpsc_act']) > 0 ) {
|
263 |
$DW->addMultiOption($_POST['widget_id'], 'wpsc', $_POST['wpsc'], $_POST['wpsc_act']);
|
dynwid_class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* dynwid_class.php - Dynamic Widgets Classes (PHP5)
|
4 |
*
|
5 |
-
* @version $Id: dynwid_class.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -117,6 +117,7 @@
|
|
117 |
public $sidebars;
|
118 |
public $template;
|
119 |
public $plugin_url;
|
|
|
120 |
public $useragent;
|
121 |
public $userrole;
|
122 |
public $whereami;
|
@@ -135,7 +136,7 @@
|
|
135 |
$this->custom_taxonomy = FALSE;
|
136 |
$this->firstmessage = TRUE;
|
137 |
$this->listmade = FALSE;
|
138 |
-
$this->overrule_maintype = array('date', 'role', 'browser', 'tpl', 'wpml');
|
139 |
$this->registered_sidebars = $GLOBALS['wp_registered_sidebars'];
|
140 |
$this->registered_widget_controls = &$GLOBALS['wp_registered_widget_controls'];
|
141 |
$this->registered_widgets = &$GLOBALS['wp_registered_widgets'];
|
@@ -150,6 +151,7 @@
|
|
150 |
'browser' => __('Browser', DW_L10N_DOMAIN),
|
151 |
'tpl' => __('Templates', DW_L10N_DOMAIN),
|
152 |
'wpml' => __('Language', DW_L10N_DOMAIN),
|
|
|
153 |
'front-page' => __('Front Page', DW_L10N_DOMAIN),
|
154 |
'single' => __('Single Posts', DW_L10N_DOMAIN),
|
155 |
'attachment' => __('Attachments', DW_L10N_DOMAIN),
|
@@ -202,10 +204,23 @@
|
|
202 |
// WPML Plugin support
|
203 |
$this->wpml = FALSE;
|
204 |
|
|
|
|
|
|
|
205 |
// WPSC/WPEC Plugin support
|
206 |
$this->wpsc = FALSE;
|
207 |
}
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
public function addDate($widget_id, $dates) {
|
210 |
$query = "INSERT INTO " . $this->dbtable . "
|
211 |
(widget_id, maintype, name, value)
|
@@ -361,10 +376,10 @@
|
|
361 |
print_r($this->registered_widgets);
|
362 |
|
363 |
echo "options: \n";
|
364 |
-
print_r( $this->
|
365 |
|
366 |
echo "\n";
|
367 |
-
echo serialize($this->
|
368 |
}
|
369 |
|
370 |
public function dumpOpt($opt) {
|
@@ -381,12 +396,17 @@
|
|
381 |
}
|
382 |
|
383 |
$query = "SELECT DISTINCT widget_id FROM " . $this->dbtable . "
|
384 |
-
WHERE maintype LIKE '" . $whereami . "%'
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
|
|
|
|
|
|
|
|
|
|
390 |
$results = $this->wpdb->get_results($query);
|
391 |
foreach ( $results as $myrow ) {
|
392 |
$this->dynwid_list[ ] = $myrow->widget_id;
|
@@ -470,55 +490,26 @@
|
|
470 |
}
|
471 |
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
472 |
WHERE widget_id LIKE '" . $widget_id . "'
|
473 |
-
AND (maintype LIKE '" . $maintype . "%'
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
}
|
|
|
481 |
|
482 |
$results = $this->wpdb->get_results($query);
|
483 |
return $results;
|
484 |
}
|
485 |
|
486 |
-
/* public function getOptions($widget_id, $maintype, $admin = TRUE) {
|
487 |
-
$opt = array();
|
488 |
-
|
489 |
-
if ( $admin ) {
|
490 |
-
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
491 |
-
WHERE widget_id LIKE '" . $widget_id . "'
|
492 |
-
AND maintype LIKE '" . $maintype . "%'
|
493 |
-
ORDER BY maintype, name";
|
494 |
-
|
495 |
-
} else {
|
496 |
-
if ( $maintype == 'home' ) {
|
497 |
-
$maintype = 'page';
|
498 |
-
}
|
499 |
-
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
500 |
-
WHERE widget_id LIKE '" . $widget_id . "'
|
501 |
-
AND (maintype LIKE '" . $maintype . "%'
|
502 |
-
OR maintype = 'role'
|
503 |
-
OR maintype = 'date'
|
504 |
-
OR maintype = 'browser'
|
505 |
-
OR maintype = 'tpl'
|
506 |
-
OR maintype = 'wpml')
|
507 |
-
ORDER BY maintype, name";
|
508 |
-
}
|
509 |
-
$results = $this->wpdb->get_results($query);
|
510 |
-
|
511 |
-
foreach ( $results as $myrow ) {
|
512 |
-
$opt[ ] = array('widget_id' => $myrow->widget_id,
|
513 |
-
'maintype' => $myrow->maintype,
|
514 |
-
'name' => $myrow->name,
|
515 |
-
'value' => $myrow->value
|
516 |
-
);
|
517 |
-
}
|
518 |
-
|
519 |
-
return $opt;
|
520 |
-
} */
|
521 |
-
|
522 |
public function getParents($type, $arr, $id) {
|
523 |
if ( $type == 'page' ) {
|
524 |
$obj = get_page($id);
|
@@ -535,6 +526,16 @@
|
|
535 |
return $arr;
|
536 |
}
|
537 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
538 |
public function hasOptions($widget_id) {
|
539 |
$query = "SELECT COUNT(1) AS total FROM " . $this->dbtable . "
|
540 |
WHERE widget_id = '" . $widget_id . "' AND
|
@@ -576,4 +577,4 @@
|
|
576 |
$this->wpdb->query($query);
|
577 |
}
|
578 |
}
|
579 |
-
?>
|
2 |
/**
|
3 |
* dynwid_class.php - Dynamic Widgets Classes (PHP5)
|
4 |
*
|
5 |
+
* @version $Id: dynwid_class.php 426716 2011-08-21 14:48:48Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
117 |
public $sidebars;
|
118 |
public $template;
|
119 |
public $plugin_url;
|
120 |
+
public $qtranslate; // QTranslate Plugin support
|
121 |
public $useragent;
|
122 |
public $userrole;
|
123 |
public $whereami;
|
136 |
$this->custom_taxonomy = FALSE;
|
137 |
$this->firstmessage = TRUE;
|
138 |
$this->listmade = FALSE;
|
139 |
+
$this->overrule_maintype = array('date', 'role', 'browser', 'tpl', 'wpml', 'qt');
|
140 |
$this->registered_sidebars = $GLOBALS['wp_registered_sidebars'];
|
141 |
$this->registered_widget_controls = &$GLOBALS['wp_registered_widget_controls'];
|
142 |
$this->registered_widgets = &$GLOBALS['wp_registered_widgets'];
|
151 |
'browser' => __('Browser', DW_L10N_DOMAIN),
|
152 |
'tpl' => __('Templates', DW_L10N_DOMAIN),
|
153 |
'wpml' => __('Language', DW_L10N_DOMAIN),
|
154 |
+
'qt' => __('Language', DW_L10N_DOMAIN),
|
155 |
'front-page' => __('Front Page', DW_L10N_DOMAIN),
|
156 |
'single' => __('Single Posts', DW_L10N_DOMAIN),
|
157 |
'attachment' => __('Attachments', DW_L10N_DOMAIN),
|
204 |
// WPML Plugin support
|
205 |
$this->wpml = FALSE;
|
206 |
|
207 |
+
// QTranslate Plugin support
|
208 |
+
$this->qtranslate = FALSE;
|
209 |
+
|
210 |
// WPSC/WPEC Plugin support
|
211 |
$this->wpsc = FALSE;
|
212 |
}
|
213 |
|
214 |
+
public function addChilds($widget_id, $maintype, $default, $act, $childs) {
|
215 |
+
$child_act = array();
|
216 |
+
foreach ( $childs as $opt ) {
|
217 |
+
if ( in_array($opt, $act) ) {
|
218 |
+
$childs_act[ ] = $opt;
|
219 |
+
}
|
220 |
+
}
|
221 |
+
$this->addMultiOption($widget_id, $maintype, $default, $childs_act);
|
222 |
+
}
|
223 |
+
|
224 |
public function addDate($widget_id, $dates) {
|
225 |
$query = "INSERT INTO " . $this->dbtable . "
|
226 |
(widget_id, maintype, name, value)
|
376 |
print_r($this->registered_widgets);
|
377 |
|
378 |
echo "options: \n";
|
379 |
+
print_r( $this->getOpt('%', NULL) );
|
380 |
|
381 |
echo "\n";
|
382 |
+
echo serialize($this->getOpt('%', NULL));
|
383 |
}
|
384 |
|
385 |
public function dumpOpt($opt) {
|
396 |
}
|
397 |
|
398 |
$query = "SELECT DISTINCT widget_id FROM " . $this->dbtable . "
|
399 |
+
WHERE maintype LIKE '" . $whereami . "%'";
|
400 |
+
|
401 |
+
if ( count($this->overrule_maintype) > 0 ) {
|
402 |
+
$query .= " OR maintype IN ";
|
403 |
+
$q = array();
|
404 |
+
foreach ( $this->overrule_maintype as $omt ) {
|
405 |
+
$q[ ] = "'" . $omt . "'";
|
406 |
+
}
|
407 |
+
$query .= "(" . implode(', ', $q) . ")";
|
408 |
+
}
|
409 |
+
|
410 |
$results = $this->wpdb->get_results($query);
|
411 |
foreach ( $results as $myrow ) {
|
412 |
$this->dynwid_list[ ] = $myrow->widget_id;
|
490 |
}
|
491 |
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
492 |
WHERE widget_id LIKE '" . $widget_id . "'
|
493 |
+
AND (maintype LIKE '" . $maintype . "%'";
|
494 |
+
|
495 |
+
if ( count($this->overrule_maintype) > 0 ) {
|
496 |
+
$query .= " OR maintype IN (";
|
497 |
+
$q = array();
|
498 |
+
foreach ( $this->overrule_maintype as $omt ) {
|
499 |
+
$q[ ] = "'" . $omt . "'";
|
500 |
+
}
|
501 |
+
$query .= implode(', ', $q);
|
502 |
+
}
|
503 |
+
|
504 |
+
|
505 |
+
$query .= ")) ORDER BY maintype, name";
|
506 |
}
|
507 |
+
$this->message('Q: ' . $query);
|
508 |
|
509 |
$results = $this->wpdb->get_results($query);
|
510 |
return $results;
|
511 |
}
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
public function getParents($type, $arr, $id) {
|
514 |
if ( $type == 'page' ) {
|
515 |
$obj = get_page($id);
|
526 |
return $arr;
|
527 |
}
|
528 |
|
529 |
+
public function getTaxParents($tax_name, $arr, $id) {
|
530 |
+
$obj = get_term_by('id', $id, $tax_name);
|
531 |
+
if ( $obj->parent > 0 ) {
|
532 |
+
$arr[ ] = $obj->parent;
|
533 |
+
$a = &$arr;
|
534 |
+
$a = $this->getTaxParents($tax_name, $a, $obj->parent);
|
535 |
+
}
|
536 |
+
return $arr;
|
537 |
+
}
|
538 |
+
|
539 |
public function hasOptions($widget_id) {
|
540 |
$query = "SELECT COUNT(1) AS total FROM " . $this->dbtable . "
|
541 |
WHERE widget_id = '" . $widget_id . "' AND
|
577 |
$this->wpdb->query($query);
|
578 |
}
|
579 |
}
|
580 |
+
?>
|
dynwid_class_php4.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* dynwid_class_php4.php - Dynamic Widgets Classes for PHP4
|
4 |
* Needs at least PHP 4.1.0
|
5 |
*
|
6 |
-
* @version $Id: dynwid_class_php4.php
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
@@ -127,6 +127,7 @@
|
|
127 |
var $sidebars;
|
128 |
var $template;
|
129 |
var $plugin_url;
|
|
|
130 |
var $useragent;
|
131 |
var $userrole;
|
132 |
var $whereami;
|
@@ -150,7 +151,7 @@
|
|
150 |
$this->custom_taxonomy = FALSE;
|
151 |
$this->firstmessage = TRUE;
|
152 |
$this->listmade = FALSE;
|
153 |
-
$this->overrule_maintype = array('date', 'role', 'browser', 'tpl', 'wpml');
|
154 |
$this->registered_sidebars = $GLOBALS['wp_registered_sidebars'];
|
155 |
$this->registered_widget_controls = &$GLOBALS['wp_registered_widget_controls'];
|
156 |
$this->registered_widgets = &$GLOBALS['wp_registered_widgets'];
|
@@ -165,6 +166,7 @@
|
|
165 |
'browser' => __('Browser', DW_L10N_DOMAIN),
|
166 |
'tpl' => __('Templates', DW_L10N_DOMAIN),
|
167 |
'wpml' => __('Language', DW_L10N_DOMAIN),
|
|
|
168 |
'front-page' => __('Front Page', DW_L10N_DOMAIN),
|
169 |
'single' => __('Single Posts', DW_L10N_DOMAIN),
|
170 |
'attachment' => __('Attachments', DW_L10N_DOMAIN),
|
@@ -217,10 +219,23 @@
|
|
217 |
// WPML Plugin support
|
218 |
$this->wpml = FALSE;
|
219 |
|
|
|
|
|
|
|
220 |
// WPSC/WPEC Plugin support
|
221 |
$this->wpsc = FALSE;
|
222 |
}
|
223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
function addDate($widget_id, $dates) {
|
225 |
$query = "INSERT INTO " . $this->dbtable . "
|
226 |
(widget_id, maintype, name, value)
|
@@ -377,10 +392,10 @@
|
|
377 |
print_r($this->registered_widgets);
|
378 |
|
379 |
echo "options: \n";
|
380 |
-
print_r( $this->
|
381 |
|
382 |
echo "\n";
|
383 |
-
echo serialize($this->
|
384 |
}
|
385 |
|
386 |
function dumpOpt($opt) {
|
@@ -402,7 +417,8 @@
|
|
402 |
OR maintype = 'date'
|
403 |
OR maintype = 'browser'
|
404 |
OR maintype = 'tpl'
|
405 |
-
OR maintype = 'wpml'
|
|
|
406 |
$results = $this->wpdb->get_results($query);
|
407 |
foreach ( $results as $myrow ) {
|
408 |
$this->dynwid_list[ ] = $myrow->widget_id;
|
@@ -492,49 +508,14 @@
|
|
492 |
OR maintype = 'date'
|
493 |
OR maintype = 'browser'
|
494 |
OR maintype = 'tpl'
|
495 |
-
OR maintype = 'wpml'
|
|
|
496 |
ORDER BY maintype, name";
|
497 |
}
|
498 |
$results = $this->wpdb->get_results($query);
|
499 |
return $results;
|
500 |
}
|
501 |
|
502 |
-
/* function getOptions($widget_id, $maintype, $admin = TRUE) {
|
503 |
-
$opt = array();
|
504 |
-
|
505 |
-
if ( $admin ) {
|
506 |
-
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
507 |
-
WHERE widget_id LIKE '" . $widget_id . "'
|
508 |
-
AND maintype LIKE '" . $maintype . "%'
|
509 |
-
ORDER BY maintype, name";
|
510 |
-
|
511 |
-
} else {
|
512 |
-
if ( $maintype == 'home' ) {
|
513 |
-
$maintype = 'page';
|
514 |
-
}
|
515 |
-
$query = "SELECT widget_id, maintype, name, value FROM " . $this->dbtable . "
|
516 |
-
WHERE widget_id LIKE '" . $widget_id . "'
|
517 |
-
AND (maintype LIKE '" . $maintype . "%'
|
518 |
-
OR maintype = 'role'
|
519 |
-
OR maintype = 'date'
|
520 |
-
OR maintype = 'browser'
|
521 |
-
OR maintype = 'tpl'
|
522 |
-
OR maintype = 'wpml')
|
523 |
-
ORDER BY maintype, name";
|
524 |
-
}
|
525 |
-
$results = $this->wpdb->get_results($query);
|
526 |
-
|
527 |
-
foreach ( $results as $myrow ) {
|
528 |
-
$opt[ ] = array('widget_id' => $myrow->widget_id,
|
529 |
-
'maintype' => $myrow->maintype,
|
530 |
-
'name' => $myrow->name,
|
531 |
-
'value' => $myrow->value
|
532 |
-
);
|
533 |
-
}
|
534 |
-
|
535 |
-
return $opt;
|
536 |
-
} */
|
537 |
-
|
538 |
function getParents($type, $arr, $id) {
|
539 |
if ( $type == 'page' ) {
|
540 |
$obj = get_page($id);
|
@@ -551,6 +532,15 @@
|
|
551 |
return $arr;
|
552 |
}
|
553 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
554 |
|
555 |
function hasOptions($widget_id) {
|
556 |
$query = "SELECT COUNT(1) AS total FROM " . $this->dbtable . "
|
3 |
* dynwid_class_php4.php - Dynamic Widgets Classes for PHP4
|
4 |
* Needs at least PHP 4.1.0
|
5 |
*
|
6 |
+
* @version $Id: dynwid_class_php4.php 422921 2011-08-13 14:34:41Z qurl $
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
127 |
var $sidebars;
|
128 |
var $template;
|
129 |
var $plugin_url;
|
130 |
+
var $qtranslate;
|
131 |
var $useragent;
|
132 |
var $userrole;
|
133 |
var $whereami;
|
151 |
$this->custom_taxonomy = FALSE;
|
152 |
$this->firstmessage = TRUE;
|
153 |
$this->listmade = FALSE;
|
154 |
+
$this->overrule_maintype = array('date', 'role', 'browser', 'tpl', 'wpml', 'qt');
|
155 |
$this->registered_sidebars = $GLOBALS['wp_registered_sidebars'];
|
156 |
$this->registered_widget_controls = &$GLOBALS['wp_registered_widget_controls'];
|
157 |
$this->registered_widgets = &$GLOBALS['wp_registered_widgets'];
|
166 |
'browser' => __('Browser', DW_L10N_DOMAIN),
|
167 |
'tpl' => __('Templates', DW_L10N_DOMAIN),
|
168 |
'wpml' => __('Language', DW_L10N_DOMAIN),
|
169 |
+
'qt' => __('Language', DW_L10N_DOMAIN),
|
170 |
'front-page' => __('Front Page', DW_L10N_DOMAIN),
|
171 |
'single' => __('Single Posts', DW_L10N_DOMAIN),
|
172 |
'attachment' => __('Attachments', DW_L10N_DOMAIN),
|
219 |
// WPML Plugin support
|
220 |
$this->wpml = FALSE;
|
221 |
|
222 |
+
// QTranslate Plugin support
|
223 |
+
$this->qtranslate = FALSE;
|
224 |
+
|
225 |
// WPSC/WPEC Plugin support
|
226 |
$this->wpsc = FALSE;
|
227 |
}
|
228 |
|
229 |
+
function addChilds($widget_id, $maintype, $default, $act, $childs) {
|
230 |
+
$child_act = array();
|
231 |
+
foreach ( $childs as $opt ) {
|
232 |
+
if ( in_array($opt, $act) ) {
|
233 |
+
$childs_act[ ] = $opt;
|
234 |
+
}
|
235 |
+
}
|
236 |
+
$this->addMultiOption($widget_id, $maintype, $default, $childs_act);
|
237 |
+
}
|
238 |
+
|
239 |
function addDate($widget_id, $dates) {
|
240 |
$query = "INSERT INTO " . $this->dbtable . "
|
241 |
(widget_id, maintype, name, value)
|
392 |
print_r($this->registered_widgets);
|
393 |
|
394 |
echo "options: \n";
|
395 |
+
print_r( $this->getOpt('%', NULL) );
|
396 |
|
397 |
echo "\n";
|
398 |
+
echo serialize($this->getOpt('%', NULL));
|
399 |
}
|
400 |
|
401 |
function dumpOpt($opt) {
|
417 |
OR maintype = 'date'
|
418 |
OR maintype = 'browser'
|
419 |
OR maintype = 'tpl'
|
420 |
+
OR maintype = 'wpml'
|
421 |
+
OR maintype = 'qt'";";
|
422 |
$results = $this->wpdb->get_results($query);
|
423 |
foreach ( $results as $myrow ) {
|
424 |
$this->dynwid_list[ ] = $myrow->widget_id;
|
508 |
OR maintype = 'date'
|
509 |
OR maintype = 'browser'
|
510 |
OR maintype = 'tpl'
|
511 |
+
OR maintype = 'wpml'
|
512 |
+
OR maintype = 'qt'";)
|
513 |
ORDER BY maintype, name";
|
514 |
}
|
515 |
$results = $this->wpdb->get_results($query);
|
516 |
return $results;
|
517 |
}
|
518 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
519 |
function getParents($type, $arr, $id) {
|
520 |
if ( $type == 'page' ) {
|
521 |
$obj = get_page($id);
|
532 |
return $arr;
|
533 |
}
|
534 |
|
535 |
+
function getTaxParents($tax_name, $arr, $id) {
|
536 |
+
$obj = get_term_by('id', $id, $tax_name);
|
537 |
+
if ( $obj->parent > 0 ) {
|
538 |
+
$arr[ ] = $obj->parent;
|
539 |
+
$a = &$arr;
|
540 |
+
$a = $this->getTaxParents($tax_name, $a, $obj->parent);
|
541 |
+
}
|
542 |
+
return $arr;
|
543 |
+
}
|
544 |
|
545 |
function hasOptions($widget_id) {
|
546 |
$query = "SELECT COUNT(1) AS total FROM " . $this->dbtable . "
|
dynwid_init_worker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* dynwid_init_worker.php
|
5 |
*
|
6 |
-
* @version $Id: dynwid_init_worker.php
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
@@ -22,7 +22,6 @@
|
|
22 |
|
23 |
$wpmlang = wpml_get_default_language();
|
24 |
$curlang = wpml_get_current_language();
|
25 |
-
// $wpml = TRUE;
|
26 |
$DW->message('WPML language: ' . $curlang);
|
27 |
|
28 |
if ( $wpmlang != $curlang ) {
|
@@ -33,6 +32,18 @@
|
|
33 |
}
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
$DW->message('User has role(s): ' . implode(', ', $DW->userrole));
|
37 |
|
38 |
// $custom_post_type = FALSE;
|
@@ -101,20 +112,5 @@
|
|
101 |
$DW->message('Page changed to tax_'. $taxonomy. ' (term: ' . $wp_query->get_queried_object_id() . ')');
|
102 |
}
|
103 |
|
104 |
-
if ( $DW->whereami == 'archive' ) {
|
105 |
-
// WPSC/WPEC Plugin Support
|
106 |
-
if ( defined('WPSC_VERSION') && version_compare(WPSC_VERSION, '3.8', '>=') ) {
|
107 |
-
$wpsc_query = &$GLOBALS['wpsc_query'];
|
108 |
-
if ( $wpsc_query->query_vars['taxonomy'] == 'wpsc_product_category' ) {
|
109 |
-
$DW->wpsc = TRUE;
|
110 |
-
$DW->whereami = 'wpsc';
|
111 |
-
$term = get_term_by('slug', $wpsc_query->query_vars['term'], 'wpsc_product_category');
|
112 |
-
$DW->message('WPSC detected, page changed to ' . $DW->whereami . ', category: ' . $term->term_id);
|
113 |
-
|
114 |
-
require_once(DW_PLUGIN . 'wpsc.php');
|
115 |
-
}
|
116 |
-
}
|
117 |
-
}
|
118 |
-
|
119 |
$DW->dwList($DW->whereami);
|
120 |
?>
|
3 |
/**
|
4 |
* dynwid_init_worker.php
|
5 |
*
|
6 |
+
* @version $Id: dynwid_init_worker.php 423465 2011-08-14 19:24:18Z qurl $
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
22 |
|
23 |
$wpmlang = wpml_get_default_language();
|
24 |
$curlang = wpml_get_current_language();
|
|
|
25 |
$DW->message('WPML language: ' . $curlang);
|
26 |
|
27 |
if ( $wpmlang != $curlang ) {
|
32 |
}
|
33 |
}
|
34 |
|
35 |
+
// QT Plugin Support
|
36 |
+
if ( defined('QTRANS_INIT') ) {
|
37 |
+
$qtlang = get_option('qtranslate_default_language');
|
38 |
+
$curlang = qtrans_getLanguage();
|
39 |
+
$DW->message('QT language: ' . $curlang);
|
40 |
+
|
41 |
+
if ( $qtlang != $curlang ) {
|
42 |
+
$DW->qt = TRUE;
|
43 |
+
$DW->message('QT enabled');
|
44 |
+
}
|
45 |
+
}
|
46 |
+
|
47 |
$DW->message('User has role(s): ' . implode(', ', $DW->userrole));
|
48 |
|
49 |
// $custom_post_type = FALSE;
|
112 |
$DW->message('Page changed to tax_'. $taxonomy. ' (term: ' . $wp_query->get_queried_object_id() . ')');
|
113 |
}
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
$DW->dwList($DW->whereami);
|
116 |
?>
|
dynwid_worker.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* dynwid_worker.php - The worker does the actual work.
|
4 |
*
|
5 |
-
* @version $Id: dynwid_worker.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -24,6 +24,11 @@
|
|
24 |
}
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
|
|
27 |
foreach ( $sidebars as $sidebar_id => $widgets ) {
|
28 |
// Only processing active sidebars with widgets
|
29 |
if ( $sidebar_id != 'wp_inactive_widgets' && count($widgets) > 0 && is_array($widgets) ) {
|
@@ -39,6 +44,7 @@
|
|
39 |
$browser = TRUE;
|
40 |
$tpl = TRUE;
|
41 |
$wpml = TRUE;
|
|
|
42 |
|
43 |
foreach ( $opt as $condition ) {
|
44 |
if ( empty($condition->name) && $condition->value == '0' && $condition->maintype == $DW->whereami ) {
|
@@ -77,6 +83,9 @@
|
|
77 |
} else if ( $condition->maintype == 'wpml' && $condition->name == 'default' ) {
|
78 |
$DW->message('Default for ' . $widget_id . ' set to ' . ( (bool) ($condition->value) ? 'TRUE' : 'FALSE' ) . ' (rule DML1)');
|
79 |
$wpml = (bool) $condition->value;
|
|
|
|
|
|
|
80 |
}
|
81 |
}
|
82 |
|
@@ -132,7 +141,7 @@
|
|
132 |
}
|
133 |
|
134 |
// WPML
|
135 |
-
if ( isset($curlang) ) {
|
136 |
foreach ( $opt as $condition ) {
|
137 |
if ( $condition->maintype == 'wpml' && $condition->name == $curlang ) {
|
138 |
(bool) $wpml_tmp = $condition->value;
|
@@ -146,6 +155,21 @@
|
|
146 |
}
|
147 |
unset($wpml_tmp);
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
// Browser and Template
|
150 |
foreach ( $opt as $condition ) {
|
151 |
if ( $condition->maintype == 'browser' && $condition->name == $DW->useragent ) {
|
@@ -198,20 +222,31 @@
|
|
198 |
}
|
199 |
}
|
200 |
|
|
|
201 |
$act_tax = array();
|
|
|
202 |
foreach ( get_object_taxonomies($DW->whereami) as $t ) {
|
203 |
$m = $DW->whereami . '-tax_' . $t;
|
204 |
foreach ( $opt as $condition ) {
|
205 |
if ( $condition->maintype == $m ) {
|
206 |
if (! key_exists($t, $act_tax) ) {
|
207 |
$act_tax[$t] = array();
|
208 |
-
|
209 |
-
if ( $condition->name != 'default' ) {
|
210 |
-
$act_tax[$t][ ] = $condition->name;
|
211 |
}
|
212 |
}
|
213 |
-
|
214 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
|
216 |
$term = wp_get_object_terms($id, get_object_taxonomies($DW->whereami), array('fields' => 'all'));
|
217 |
|
@@ -232,12 +267,18 @@
|
|
232 |
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECP3)');
|
233 |
break;
|
234 |
}
|
|
|
|
|
|
|
|
|
|
|
235 |
}
|
236 |
}
|
237 |
unset($act_custom, $act_childs, $act_tax);
|
238 |
-
}
|
239 |
} else if ( $DW->custom_taxonomy ) { // Custom Taxonomy Archive
|
240 |
$wp_query = $GLOBALS['wp_query'];
|
|
|
241 |
$term = $wp_query->get_queried_object_id();
|
242 |
if ( $DW->wpml ) {
|
243 |
$term = dw_wpml_get_id($term, $DW->whereami);
|
@@ -245,18 +286,32 @@
|
|
245 |
}
|
246 |
|
247 |
$act_custom = array();
|
248 |
-
|
249 |
foreach ( $opt as $condition ) {
|
250 |
-
if ( $condition->name != 'default'
|
251 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
}
|
253 |
}
|
254 |
|
255 |
if ( in_array($term, $act_custom) ) {
|
256 |
$display = $other;
|
257 |
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECT1)');
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
}
|
259 |
unset($act_custom);
|
|
|
260 |
} else {
|
261 |
// no custom post type
|
262 |
switch ( $DW->whereami ) {
|
@@ -502,19 +557,26 @@
|
|
502 |
}
|
503 |
}
|
504 |
break;
|
505 |
-
|
506 |
-
|
507 |
} // END switch ( $DW->whereami )
|
508 |
} // END if/else ( $DW->custom_post_type )
|
509 |
} /* END if ( count($opt) > 0 ) */
|
510 |
|
511 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
$DW->message('Removed ' . $widget_id . ' from display, SID = ' . $sidebar_id . ' / WID = ' . $widget_id . ' / KID = ' . $widget_key);
|
513 |
if ( DW_OLD_METHOD ) {
|
514 |
unset($DW->registered_widgets[$widget_id]);
|
515 |
} else {
|
516 |
unset($sidebars[$sidebar_id][$widget_key]);
|
517 |
-
if (! isset($DW->removelist[$sidebar_id])
|
518 |
$DW->removelist[$sidebar_id] = array();
|
519 |
}
|
520 |
$DW->removelist[$sidebar_id][ ] = $widget_key;
|
2 |
/**
|
3 |
* dynwid_worker.php - The worker does the actual work.
|
4 |
*
|
5 |
+
* @version $Id: dynwid_worker.php 423465 2011-08-14 19:24:18Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
24 |
}
|
25 |
}
|
26 |
|
27 |
+
// QT Plugin support
|
28 |
+
if ( defined('QTRANS_INIT') ) {
|
29 |
+
$curlang = qtrans_getLanguage();
|
30 |
+
}
|
31 |
+
|
32 |
foreach ( $sidebars as $sidebar_id => $widgets ) {
|
33 |
// Only processing active sidebars with widgets
|
34 |
if ( $sidebar_id != 'wp_inactive_widgets' && count($widgets) > 0 && is_array($widgets) ) {
|
44 |
$browser = TRUE;
|
45 |
$tpl = TRUE;
|
46 |
$wpml = TRUE;
|
47 |
+
$qt = TRUE;
|
48 |
|
49 |
foreach ( $opt as $condition ) {
|
50 |
if ( empty($condition->name) && $condition->value == '0' && $condition->maintype == $DW->whereami ) {
|
83 |
} else if ( $condition->maintype == 'wpml' && $condition->name == 'default' ) {
|
84 |
$DW->message('Default for ' . $widget_id . ' set to ' . ( (bool) ($condition->value) ? 'TRUE' : 'FALSE' ) . ' (rule DML1)');
|
85 |
$wpml = (bool) $condition->value;
|
86 |
+
} else if ( $condition->maintype == 'qt' && $condition->name == 'default' ) {
|
87 |
+
$DW->message('Default for ' . $widget_id . ' set to ' . ( (bool) ($condition->value) ? 'TRUE' : 'FALSE' ) . ' (rule DQT1)');
|
88 |
+
$qt = (bool) $condition->value;
|
89 |
}
|
90 |
}
|
91 |
|
141 |
}
|
142 |
|
143 |
// WPML
|
144 |
+
if ( isset($wpml) && isset($curlang) ) {
|
145 |
foreach ( $opt as $condition ) {
|
146 |
if ( $condition->maintype == 'wpml' && $condition->name == $curlang ) {
|
147 |
(bool) $wpml_tmp = $condition->value;
|
155 |
}
|
156 |
unset($wpml_tmp);
|
157 |
|
158 |
+
// QTranslate
|
159 |
+
if ( isset($qt) && isset($curlang) ) {
|
160 |
+
foreach ( $opt as $condition ) {
|
161 |
+
if ( $condition->maintype == 'qt' && $condition->name == $curlang ) {
|
162 |
+
(bool) $qt_tmp = $condition->value;
|
163 |
+
}
|
164 |
+
}
|
165 |
+
|
166 |
+
if ( isset($qt_tmp) && $qt_tmp != $qt ) {
|
167 |
+
$DW->message('Exception triggered for QT language, sets display to ' . ( ($qt_tmp) ? 'TRUE' : 'FALSE' ) . ' (rule EQT1)');
|
168 |
+
$qt = $qt_tmp;
|
169 |
+
}
|
170 |
+
}
|
171 |
+
unset($qt_tmp);
|
172 |
+
|
173 |
// Browser and Template
|
174 |
foreach ( $opt as $condition ) {
|
175 |
if ( $condition->maintype == 'browser' && $condition->name == $DW->useragent ) {
|
222 |
}
|
223 |
}
|
224 |
|
225 |
+
// Taxonomies within CPT
|
226 |
$act_tax = array();
|
227 |
+
$act_tax_childs = array();
|
228 |
foreach ( get_object_taxonomies($DW->whereami) as $t ) {
|
229 |
$m = $DW->whereami . '-tax_' . $t;
|
230 |
foreach ( $opt as $condition ) {
|
231 |
if ( $condition->maintype == $m ) {
|
232 |
if (! key_exists($t, $act_tax) ) {
|
233 |
$act_tax[$t] = array();
|
234 |
+
$act_tax_childs[$t] = array();
|
|
|
|
|
235 |
}
|
236 |
}
|
237 |
+
|
238 |
+
if ( $condition->name != 'default' ) {
|
239 |
+
switch ( $condition->maintype ) {
|
240 |
+
case $m:
|
241 |
+
$act_tax[$t][ ] = $condition->name;
|
242 |
+
break;
|
243 |
+
case $m . '-childs':
|
244 |
+
$act_tax_childs[$t][ ] = $condition->name;
|
245 |
+
break;
|
246 |
+
} // END switch
|
247 |
+
}
|
248 |
+
} // END $opt
|
249 |
+
} // END object_taxonomies
|
250 |
|
251 |
$term = wp_get_object_terms($id, get_object_taxonomies($DW->whereami), array('fields' => 'all'));
|
252 |
|
267 |
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECP3)');
|
268 |
break;
|
269 |
}
|
270 |
+
$parents = $DW->getTaxParents($t->taxonomy, array(), $t->term_id);
|
271 |
+
if ( is_array($act_tax_childs[$t->taxonomy]) && (bool) array_intersect($act_tax_childs[$t->taxonomy], $parents) ) {
|
272 |
+
$display = $other;
|
273 |
+
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECP4)');
|
274 |
+
}
|
275 |
}
|
276 |
}
|
277 |
unset($act_custom, $act_childs, $act_tax);
|
278 |
+
} // END count($act)
|
279 |
} else if ( $DW->custom_taxonomy ) { // Custom Taxonomy Archive
|
280 |
$wp_query = $GLOBALS['wp_query'];
|
281 |
+
$taxonomy = $wp_query->get('taxonomy');
|
282 |
$term = $wp_query->get_queried_object_id();
|
283 |
if ( $DW->wpml ) {
|
284 |
$term = dw_wpml_get_id($term, $DW->whereami);
|
286 |
}
|
287 |
|
288 |
$act_custom = array();
|
289 |
+
$act_custom_childs = array();
|
290 |
foreach ( $opt as $condition ) {
|
291 |
+
if ( $condition->name != 'default' ) {
|
292 |
+
switch ( $condition->maintype ) {
|
293 |
+
case $DW->whereami:
|
294 |
+
$act_custom[ ] = $condition->name;
|
295 |
+
break;
|
296 |
+
case $DW->whereami . '-childs':
|
297 |
+
$act_custom_childs[ ] = $condition->name;
|
298 |
+
break;
|
299 |
+
} // switch
|
300 |
}
|
301 |
}
|
302 |
|
303 |
if ( in_array($term, $act_custom) ) {
|
304 |
$display = $other;
|
305 |
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECT1)');
|
306 |
+
} else if ( count($act_custom_childs) > 0 ) {
|
307 |
+
$parents = $DW->getTaxParents($taxonomy, array(), $term);
|
308 |
+
if ( (bool) array_intersect($act_custom_childs, $parents) ) {
|
309 |
+
$display = $other;
|
310 |
+
$DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ECT2)');
|
311 |
+
}
|
312 |
}
|
313 |
unset($act_custom);
|
314 |
+
unset($act_custom_childs);
|
315 |
} else {
|
316 |
// no custom post type
|
317 |
switch ( $DW->whereami ) {
|
557 |
}
|
558 |
}
|
559 |
break;
|
|
|
|
|
560 |
} // END switch ( $DW->whereami )
|
561 |
} // END if/else ( $DW->custom_post_type )
|
562 |
} /* END if ( count($opt) > 0 ) */
|
563 |
|
564 |
+
if ( $display ) {
|
565 |
+
foreach ( $DW->overrule_maintype as $mt ) {
|
566 |
+
if (! $$mt ) {
|
567 |
+
$display = FALSE;
|
568 |
+
break;
|
569 |
+
}
|
570 |
+
}
|
571 |
+
}
|
572 |
+
|
573 |
+
if (! $display ) {
|
574 |
$DW->message('Removed ' . $widget_id . ' from display, SID = ' . $sidebar_id . ' / WID = ' . $widget_id . ' / KID = ' . $widget_key);
|
575 |
if ( DW_OLD_METHOD ) {
|
576 |
unset($DW->registered_widgets[$widget_id]);
|
577 |
} else {
|
578 |
unset($sidebars[$sidebar_id][$widget_key]);
|
579 |
+
if (! isset($DW->removelist[$sidebar_id]) ) {
|
580 |
$DW->removelist[$sidebar_id] = array();
|
581 |
}
|
582 |
$DW->removelist[$sidebar_id][ ] = $widget_key;
|
locale/dynamic-widgets-de_DE.mo
CHANGED
Binary file
|
locale/dynamic-widgets-de_DE.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets NL\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Jacco <jacco@qurl.nl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -12,252 +12,478 @@ msgstr ""
|
|
12 |
"X-Poedit-Language: Dutch\n"
|
13 |
"X-Poedit-Country: NETHERLANDS\n"
|
14 |
|
15 |
-
#: ../
|
16 |
-
|
17 |
-
|
|
|
18 |
|
19 |
-
#: ../
|
20 |
-
|
21 |
-
|
|
|
22 |
|
23 |
-
#: ../
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
30 |
|
31 |
-
#: ../
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
#: ../
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
#, fuzzy
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
|
41 |
-
#: ../
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
-
#: ../dynwid_admin_edit.php:
|
47 |
msgid "Widget options saved."
|
48 |
msgstr "Widget Optionen gespeichert."
|
49 |
|
50 |
-
#: ../dynwid_admin_edit.php:
|
51 |
-
#: ../dynwid_admin_edit.php:
|
52 |
msgid "Return"
|
53 |
msgstr "Zurück"
|
54 |
|
55 |
-
#: ../dynwid_admin_edit.php:
|
56 |
msgid "to Dynamic Widgets overview"
|
57 |
msgstr "zu den Dynamic Widgets Optionen"
|
58 |
|
59 |
-
#: ../dynwid_admin_edit.php:
|
60 |
msgid "Dynamic does not mean static hiding of a widget."
|
61 |
msgstr "Dynamisch houdt niet in het statisch verbergen van een widget."
|
62 |
|
63 |
-
#: ../dynwid_admin_edit.php:
|
64 |
msgid "Hint"
|
65 |
msgstr "Hinweis"
|
66 |
|
67 |
-
#: ../dynwid_admin_edit.php:
|
68 |
msgid "Remove"
|
69 |
msgstr "Entfernt"
|
70 |
|
71 |
-
#: ../dynwid_admin_edit.php:
|
72 |
msgid "the widget from the sidebar"
|
73 |
msgstr "das Widget aus der Sidebar"
|
74 |
|
75 |
-
#: ../dynwid_admin_edit.php:
|
76 |
msgid "The From date can't be later than the To date."
|
77 |
msgstr "Das Startdatum kann nicht später als das Enddatum sein."
|
78 |
|
79 |
-
#: ../dynwid_admin_edit.php:
|
80 |
msgid "Edit options for the widget"
|
81 |
msgstr "Option für das Widget bearbeiten"
|
82 |
|
83 |
-
#: ../dynwid_admin_edit.php:
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
msgstr "Rolle"
|
88 |
-
|
89 |
-
#: ../dynwid_admin_edit.php:457
|
90 |
-
msgid "Show widget to everybody?"
|
91 |
-
msgstr "Widget für jeden anzeigen?"
|
92 |
|
93 |
-
#: ../dynwid_admin_edit.php:
|
94 |
-
|
95 |
-
|
96 |
-
#: ../dynwid_admin_edit.php:530
|
97 |
-
#: ../dynwid_admin_edit.php:568
|
98 |
-
#: ../dynwid_admin_edit.php:582
|
99 |
-
#: ../dynwid_admin_edit.php:638
|
100 |
-
#: ../dynwid_admin_edit.php:740
|
101 |
-
msgid "Click to toggle info"
|
102 |
-
msgstr "Klicken Sie um Info anzuzeigen"
|
103 |
|
104 |
-
#: ../dynwid_admin_edit.php:
|
105 |
-
msgid ""
|
106 |
-
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
107 |
-
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
108 |
msgstr ""
|
109 |
-
"Einstellungen pro Rolle werden bevorzugt behandelt. Sie können alle anderen Optionen überschreiben!<br />\n"
|
110 |
-
"\t\t\t\t\t\tBenutzer die nicht angemeldet sind kommen in die <em>Anonym</em> Rolle."
|
111 |
|
112 |
-
#: ../dynwid_admin_edit.php:
|
113 |
-
#: ../
|
114 |
-
|
115 |
-
|
116 |
-
#: ../dynwid_admin_edit.php:560
|
117 |
-
#: ../dynwid_admin_edit.php:577
|
118 |
-
#: ../dynwid_admin_edit.php:631
|
119 |
-
#: ../dynwid_admin_edit.php:651
|
120 |
-
#: ../dynwid_admin_edit.php:713
|
121 |
-
#: ../dynwid_admin_edit.php:727
|
122 |
-
#: ../dynwid_admin_edit.php:747
|
123 |
-
#: ../dynwid_admin_edit.php:757
|
124 |
-
#: ../dynwid_admin_edit.php:766
|
125 |
-
#: ../dynwid_admin_edit.php:883
|
126 |
-
#: ../dynwid_admin_edit.php:925
|
127 |
-
#: ../dynwid_admin_edit.php:948
|
128 |
-
msgid "Yes"
|
129 |
-
msgstr "Ja"
|
130 |
|
131 |
-
#: ../
|
132 |
-
|
133 |
-
|
134 |
-
#: ../dynwid_admin_edit.php:538
|
135 |
-
#: ../dynwid_admin_edit.php:561
|
136 |
-
#: ../dynwid_admin_edit.php:578
|
137 |
-
#: ../dynwid_admin_edit.php:632
|
138 |
-
#: ../dynwid_admin_edit.php:652
|
139 |
-
#: ../dynwid_admin_edit.php:714
|
140 |
-
#: ../dynwid_admin_edit.php:728
|
141 |
-
#: ../dynwid_admin_edit.php:748
|
142 |
-
#: ../dynwid_admin_edit.php:758
|
143 |
-
#: ../dynwid_admin_edit.php:767
|
144 |
-
#: ../dynwid_admin_edit.php:884
|
145 |
-
#: ../dynwid_admin_edit.php:926
|
146 |
-
#: ../dynwid_admin_edit.php:949
|
147 |
-
msgid "No"
|
148 |
-
msgstr "Nein"
|
149 |
|
150 |
-
#: ../
|
151 |
-
|
152 |
-
|
|
|
153 |
|
154 |
-
#: ../
|
155 |
-
|
156 |
-
|
157 |
-
msgid "Date"
|
158 |
-
msgstr "Datum"
|
159 |
|
160 |
-
#: ../
|
161 |
-
msgid "
|
162 |
-
msgstr "
|
163 |
|
164 |
-
#: ../
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
|
168 |
-
#: ../
|
169 |
-
msgid "
|
170 |
-
msgstr "
|
171 |
|
172 |
-
#: ../
|
173 |
-
|
174 |
-
"
|
175 |
-
"
|
176 |
-
" \t\t\t\t\tWhen you want the widget to stop displaying on a specific date, only fill in the To date.\n"
|
177 |
-
" \t\t\t\t"
|
178 |
-
msgstr ""
|
179 |
-
"Um einen Zeitraum zu bestimmen einfach \"von\" und \"bis\" eintragen.<br />\n"
|
180 |
-
" \t\t\t\t\tSoll das Widget ab einem bestimmten Datum angezeigt werden muss nur das \"von\" Feld ausgefüllt werden.<br />\n"
|
181 |
-
" \t\t\t\t\tSoll das Widget ab einem bestimmten Datum nicht mehr angezeigt werden muss nur das \"bis\" Feld ausgefüllt werden.\n"
|
182 |
-
" \t\t\t\t"
|
183 |
|
184 |
-
#: ../
|
185 |
-
msgid "
|
186 |
-
msgstr "
|
187 |
|
188 |
-
#: ../
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
|
192 |
-
#: ../
|
193 |
-
msgid "
|
194 |
-
msgstr "
|
195 |
|
196 |
-
#: ../
|
197 |
-
msgid "
|
198 |
-
msgstr "
|
199 |
|
200 |
-
#: ../
|
201 |
-
msgid "
|
202 |
-
msgstr "
|
203 |
|
204 |
-
#: ../
|
205 |
-
msgid "
|
206 |
-
msgstr "
|
207 |
|
208 |
-
#: ../
|
209 |
-
msgid "
|
210 |
-
msgstr "
|
211 |
|
212 |
-
#: ../
|
213 |
-
|
214 |
-
|
215 |
-
msgid "Browser"
|
216 |
-
msgstr "Browser"
|
217 |
|
218 |
-
#: ../
|
219 |
-
msgid "
|
220 |
-
msgstr "
|
221 |
|
222 |
-
#: ../
|
223 |
-
msgid "
|
224 |
-
msgstr "
|
225 |
|
226 |
-
#: ../
|
227 |
-
msgid "
|
228 |
-
msgstr "
|
229 |
|
230 |
-
#: ../
|
231 |
-
|
232 |
-
|
233 |
-
msgid "Front Page"
|
234 |
-
msgstr "Startseite"
|
235 |
|
236 |
-
#: ../
|
237 |
-
msgid "
|
238 |
-
msgstr "
|
239 |
|
240 |
-
#: ../
|
241 |
-
msgid ""
|
242 |
-
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
243 |
-
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
244 |
-
"\t\t\t\t\t"
|
245 |
msgstr ""
|
246 |
-
"Diese Option greift nur wenn die Startseite die letzten Artikel anzeigt (siehe Einstellungen > Lesen)<br />\n"
|
247 |
-
"\t\t\t\t\t\tWenn eine statische Seite benutzt wird muss die Option für statische Seiten, weiter unten, benutzt werden.\n"
|
248 |
-
"\t\t\t\t\t"
|
249 |
|
250 |
-
#: ../
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
|
256 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
msgid "Show widget default on single posts?"
|
258 |
msgstr "Das Widget auf Artikelseiten anzeigen?"
|
259 |
|
260 |
-
#: ../
|
261 |
msgid ""
|
262 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
263 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
@@ -267,11 +493,11 @@ msgstr ""
|
|
267 |
" \t\t\t\t\tWird als Regel ein logisches <b>ODER</b> gebraucht muss das Widget dubliziert werden und die zweite Regel darauf angewendet werden.\n"
|
268 |
" \t\t\t\t\t"
|
269 |
|
270 |
-
#: ../
|
271 |
msgid "Make exception rule available to individual posts and tags."
|
272 |
msgstr "Ausnahmeregeln für individuelle Artikel oder nach Schlagwörtern"
|
273 |
|
274 |
-
#: ../
|
275 |
msgid ""
|
276 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
277 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
@@ -287,358 +513,265 @@ msgstr ""
|
|
287 |
" \t\t\t\t\tBitte beachten! Sind Ausnahmeregeln für Autor und/oder Kategorie gesetzt, werden diese ignoriert.\n"
|
288 |
" \t\t\t\t"
|
289 |
|
290 |
-
#: ../
|
291 |
msgid "Except the posts by author"
|
292 |
msgstr "Ausgenommen Artikel von diesem Autor"
|
293 |
|
294 |
-
#: ../
|
295 |
msgid "Except the posts in category"
|
296 |
msgstr "Ausgenommen Artikel in dieser Kategorie"
|
297 |
|
298 |
-
#: ../
|
299 |
-
#: ../dynwid_class_php4.php:62
|
300 |
-
#: ../dynwid_class.php:56
|
301 |
-
msgid "Attachments"
|
302 |
-
msgstr "Anhänge / Medien"
|
303 |
-
|
304 |
-
#: ../dynwid_admin_edit.php:629
|
305 |
msgid "Show widget on attachment pages"
|
306 |
msgstr "Widget auf Anhang Seiten anzeigen"
|
307 |
|
308 |
-
#: ../
|
309 |
-
|
310 |
-
|
311 |
-
msgid "Pages"
|
312 |
-
msgstr "Seiten"
|
313 |
|
314 |
-
#: ../
|
315 |
-
msgid "Show widget
|
316 |
-
msgstr "Widget auf
|
317 |
|
318 |
-
#: ../
|
319 |
msgid ""
|
320 |
-
"
|
321 |
-
"\t\t\t\
|
322 |
-
"\t\t\t\
|
323 |
-
"\t\t\t\t\"All childs\" without the parent."
|
324 |
msgstr ""
|
325 |
-
"
|
326 |
-
"\t\t\t\
|
327 |
-
"\t\t\t\
|
328 |
-
"\t\t\t\t\"alle Kinder\" ohne das Elternelement zu aktivieren."
|
329 |
-
|
330 |
-
#: ../dynwid_admin_edit.php:653
|
331 |
-
msgid "Except the page(s)"
|
332 |
-
msgstr "Alle bis auf diese Seite(n)"
|
333 |
-
|
334 |
-
#: ../dynwid_admin_edit.php:692
|
335 |
-
#: ../dynwid_admin_edit.php:807
|
336 |
-
msgid "All childs"
|
337 |
-
msgstr "alle Kinder"
|
338 |
-
|
339 |
-
#: ../dynwid_admin_edit.php:709
|
340 |
-
#: ../dynwid_class_php4.php:64
|
341 |
-
#: ../dynwid_class.php:58
|
342 |
-
msgid "Author Pages"
|
343 |
-
msgstr "Autoren Seiten"
|
344 |
-
|
345 |
-
#: ../dynwid_admin_edit.php:711
|
346 |
-
msgid "Show widget default on author pages?"
|
347 |
-
msgstr "Widget auf Autoren Seiten anzeigen?"
|
348 |
-
|
349 |
-
#: ../dynwid_admin_edit.php:715
|
350 |
-
msgid "Except the author(s)"
|
351 |
-
msgstr "Ausgenommen diese(r) Autor(en)"
|
352 |
-
|
353 |
-
#: ../dynwid_admin_edit.php:723
|
354 |
-
#: ../dynwid_class_php4.php:65
|
355 |
-
#: ../dynwid_class.php:59
|
356 |
-
msgid "Category Pages"
|
357 |
-
msgstr "Kategorie Seiten"
|
358 |
-
|
359 |
-
#: ../dynwid_admin_edit.php:725
|
360 |
-
msgid "Show widget default on category pages?"
|
361 |
-
msgstr "Widget auf Kategorie Seiten anzeigen?"
|
362 |
-
|
363 |
-
#: ../dynwid_admin_edit.php:729
|
364 |
-
#: ../dynwid_admin_edit.php:950
|
365 |
-
msgid "Except the categories"
|
366 |
-
msgstr "Ausgenommen diese Kategorien"
|
367 |
-
|
368 |
-
#: ../dynwid_admin_edit.php:738
|
369 |
-
#: ../dynwid_class_php4.php:66
|
370 |
-
#: ../dynwid_class.php:60
|
371 |
-
msgid "Archive Pages"
|
372 |
-
msgstr "Archiv Seiten"
|
373 |
|
374 |
-
#: ../
|
375 |
msgid "Show widget on archive pages"
|
376 |
msgstr "Widget auf Archiv Seiten anzeigen"
|
377 |
|
378 |
-
#: ../
|
379 |
msgid "This option does not include Author and Category Pages."
|
380 |
msgstr "Diese Option beinhaltet nicht Autoren und Kategorie Seiten"
|
381 |
|
382 |
-
#: ../
|
383 |
-
|
384 |
-
|
385 |
-
msgid "Error Page"
|
386 |
-
msgstr "Fehlerseite"
|
387 |
-
|
388 |
-
#: ../dynwid_admin_edit.php:755
|
389 |
-
msgid "Show widget on the error page?"
|
390 |
-
msgstr "Widget auf der Fehlerseite anzeigen?"
|
391 |
-
|
392 |
-
#: ../dynwid_admin_edit.php:762
|
393 |
-
msgid "Search Page"
|
394 |
-
msgstr "Suchseite"
|
395 |
-
|
396 |
-
#: ../dynwid_admin_edit.php:764
|
397 |
-
msgid "Show widget on the search page?"
|
398 |
-
msgstr "Widget auf der Suchseite anzeigen?"
|
399 |
-
|
400 |
-
#: ../dynwid_admin_edit.php:869
|
401 |
-
msgid "Custom Post Type"
|
402 |
-
msgstr "Individueller Artikel Typ"
|
403 |
-
|
404 |
-
#: ../dynwid_admin_edit.php:871
|
405 |
-
msgid "Show widget on"
|
406 |
-
msgstr "Widget anzeigen auf"
|
407 |
-
|
408 |
-
#: ../dynwid_admin_edit.php:886
|
409 |
-
#: ../dynwid_admin_edit.php:928
|
410 |
-
msgid "Except for"
|
411 |
-
msgstr "Ausgenommen"
|
412 |
-
|
413 |
-
#: ../dynwid_admin_edit.php:920
|
414 |
-
msgid "Custom Post Type Archives"
|
415 |
-
msgstr "Individuelle Artike-Typ-Archive"
|
416 |
-
|
417 |
-
#: ../dynwid_admin_edit.php:922
|
418 |
-
msgid "Show widget on Custom Post Type Archives"
|
419 |
-
msgstr "Widget in individuellen Artikel-Typ-Archiven anzeigen?"
|
420 |
-
|
421 |
-
#: ../dynwid_admin_edit.php:944
|
422 |
-
#: ../dynwid_class_php4.php:69
|
423 |
-
#: ../dynwid_class.php:63
|
424 |
-
msgid "WPSC Category"
|
425 |
-
msgstr "WPSC Kategorie"
|
426 |
-
|
427 |
-
#: ../dynwid_admin_edit.php:946
|
428 |
-
msgid "Show widget default on WPSC categories?"
|
429 |
-
msgstr "Widget standardmäßig auf WPSC Kategorien anzeigen?"
|
430 |
-
|
431 |
-
#: ../dynwid_admin_edit.php:965
|
432 |
-
msgid "Save"
|
433 |
-
msgstr "speichern"
|
434 |
-
|
435 |
-
#: ../dynwid_class_php4.php:59
|
436 |
-
#: ../dynwid_class.php:53
|
437 |
-
msgid "Language"
|
438 |
-
msgstr "Sprache"
|
439 |
-
|
440 |
-
#: ../dynwid_class_php4.php:68
|
441 |
-
#: ../dynwid_class.php:62
|
442 |
-
msgid "Search page"
|
443 |
-
msgstr "Suchseite"
|
444 |
-
|
445 |
-
#: ../dynwid_admin.php:10
|
446 |
-
#: ../dynamic-widgets.php:139
|
447 |
-
#: ../dynamic-widgets.php:218
|
448 |
-
#: ../dynamic-widgets.php:563
|
449 |
-
msgid "Dynamic Widgets"
|
450 |
-
msgstr "Dynamic Widgets"
|
451 |
|
452 |
-
#: ../
|
453 |
-
msgid "
|
454 |
-
msgstr "
|
455 |
|
456 |
-
#: ../
|
457 |
-
|
458 |
-
|
|
|
|
|
459 |
|
460 |
-
#: ../
|
461 |
-
#: ../
|
462 |
-
|
463 |
-
|
|
|
464 |
|
465 |
-
#: ../
|
466 |
-
#: ../
|
467 |
-
msgid "
|
468 |
-
msgstr "
|
469 |
|
470 |
-
#: ../
|
471 |
-
msgid "
|
472 |
-
msgstr "Widget
|
473 |
|
474 |
-
#: ../
|
475 |
-
|
476 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
|
478 |
-
#: ../
|
479 |
-
msgid "
|
480 |
-
|
|
|
|
|
481 |
|
482 |
-
#: ../
|
483 |
-
|
484 |
-
|
485 |
-
msgstr "Diese Widget Optionen bearbeiten"
|
486 |
|
487 |
-
#: ../
|
488 |
-
msgid "
|
489 |
-
msgstr "
|
490 |
|
491 |
-
#: ../
|
492 |
-
msgid "
|
493 |
-
msgstr "
|
494 |
|
495 |
-
#: ../
|
496 |
-
|
497 |
-
msgid "
|
498 |
-
msgstr "
|
499 |
|
500 |
-
#: ../
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
msgid "Dynamic"
|
505 |
-
msgstr "dynamisch"
|
506 |
|
507 |
-
#: ../
|
508 |
-
|
509 |
-
|
510 |
-
#: ../dynamic-widgets.php:132
|
511 |
-
#: ../dynamic-widgets.php:565
|
512 |
-
msgid "Static"
|
513 |
-
msgstr "statisch"
|
514 |
|
515 |
-
#: ../
|
516 |
-
msgid "
|
517 |
-
msgstr "
|
518 |
|
519 |
-
#: ../
|
520 |
-
msgid "
|
521 |
-
msgstr "
|
522 |
|
523 |
-
#: ../
|
524 |
-
|
525 |
-
|
|
|
526 |
|
527 |
-
#: ../
|
528 |
-
|
529 |
-
|
|
|
530 |
|
531 |
-
#: ../
|
532 |
-
|
533 |
-
|
|
|
534 |
|
535 |
-
#: ../
|
536 |
-
msgid "
|
537 |
-
msgstr "
|
538 |
|
539 |
-
#: ../
|
540 |
-
msgid "
|
541 |
-
msgstr "
|
542 |
|
543 |
-
#: ../
|
544 |
-
msgid "
|
545 |
-
|
|
|
|
|
|
|
|
|
546 |
|
547 |
-
#: ../
|
548 |
-
msgid "
|
549 |
-
msgstr "
|
550 |
|
551 |
-
#: ../
|
552 |
-
msgid "
|
553 |
-
msgstr "
|
554 |
|
555 |
-
#: ../
|
556 |
-
msgid "
|
557 |
-
msgstr "
|
558 |
|
559 |
-
#: ../
|
560 |
-
msgid "
|
561 |
-
msgstr "
|
562 |
|
563 |
-
#: ../
|
564 |
-
msgid "
|
565 |
-
msgstr "
|
566 |
|
567 |
-
#: ../
|
568 |
-
msgid "
|
569 |
-
msgstr "
|
570 |
|
571 |
-
#: ../
|
572 |
-
|
573 |
-
|
|
|
574 |
|
575 |
-
#: ../
|
576 |
-
msgid "
|
577 |
-
msgstr "
|
578 |
|
579 |
-
#: ../
|
580 |
-
|
581 |
-
|
|
|
582 |
|
583 |
-
#: ../
|
584 |
-
msgid "
|
585 |
-
msgstr "
|
586 |
|
587 |
-
#: ../
|
588 |
-
|
589 |
-
|
|
|
590 |
|
591 |
-
#: ../
|
592 |
-
msgid "
|
593 |
-
msgstr "
|
594 |
|
595 |
-
#: ../
|
596 |
-
|
597 |
-
|
|
|
|
|
|
|
598 |
|
599 |
-
#: ../
|
600 |
-
msgid "
|
601 |
-
msgstr "
|
602 |
|
603 |
-
#: ../
|
604 |
-
msgid "
|
605 |
-
msgstr "
|
606 |
|
607 |
-
#: ../
|
608 |
-
msgid "
|
609 |
-
msgstr "
|
610 |
|
611 |
-
#: ../
|
612 |
-
msgid "
|
613 |
-
msgstr "
|
614 |
|
615 |
-
#: ../
|
616 |
-
msgid "
|
617 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
618 |
|
619 |
-
#: ../
|
620 |
-
msgid "
|
621 |
-
msgstr "
|
622 |
|
623 |
-
#: ../
|
624 |
-
msgid "
|
625 |
-
msgstr "
|
626 |
|
627 |
-
#: ../
|
628 |
-
msgid "
|
629 |
-
msgstr "
|
630 |
|
631 |
-
#: ../
|
632 |
-
msgid "
|
633 |
-
msgstr "
|
634 |
|
635 |
-
#: ../
|
636 |
-
msgid "
|
637 |
-
msgstr "
|
638 |
|
639 |
-
|
640 |
-
|
641 |
-
msgstr "Optionen wurde gesetzt für"
|
642 |
|
643 |
#~ msgid "Dynamic Widgets: "
|
644 |
#~ msgstr "Dynamic Widgets:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets NL\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-08-13 18:05+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Jacco Drabbe <jacco@qurl.nl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"X-Poedit-Language: Dutch\n"
|
13 |
"X-Poedit-Country: NETHERLANDS\n"
|
14 |
|
15 |
+
#: ../dynwid_class_php4.php:164
|
16 |
+
#: ../dynwid_class.php:149
|
17 |
+
msgid "Role"
|
18 |
+
msgstr "Rolle"
|
19 |
|
20 |
+
#: ../dynwid_class_php4.php:165
|
21 |
+
#: ../dynwid_class.php:150
|
22 |
+
msgid "Date"
|
23 |
+
msgstr "Datum"
|
24 |
|
25 |
+
#: ../dynwid_class_php4.php:166
|
26 |
+
#: ../dynwid_class.php:151
|
27 |
+
msgid "Browser"
|
28 |
+
msgstr "Browser"
|
29 |
+
|
30 |
+
#: ../dynwid_class_php4.php:167
|
31 |
+
#: ../dynwid_class.php:152
|
32 |
+
msgid "Templates"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../dynwid_class_php4.php:168
|
36 |
+
#: ../dynwid_class_php4.php:169
|
37 |
+
#: ../dynwid_class.php:153
|
38 |
+
#: ../dynwid_class.php:154
|
39 |
+
msgid "Language"
|
40 |
+
msgstr "Sprache"
|
41 |
|
42 |
+
#: ../dynwid_class_php4.php:170
|
43 |
+
#: ../dynwid_class.php:155
|
44 |
+
#: ../mods/frontpage_module.php:13
|
45 |
+
msgid "Front Page"
|
46 |
+
msgstr "Startseite"
|
47 |
+
|
48 |
+
#: ../dynwid_class_php4.php:171
|
49 |
+
#: ../dynwid_class.php:156
|
50 |
+
#: ../mods/single_module.php:58
|
51 |
+
msgid "Single Posts"
|
52 |
+
msgstr "Artikel"
|
53 |
+
|
54 |
+
#: ../dynwid_class_php4.php:172
|
55 |
+
#: ../dynwid_class.php:157
|
56 |
+
#: ../mods/attachment_module.php:12
|
57 |
+
msgid "Attachments"
|
58 |
+
msgstr "Anhänge / Medien"
|
59 |
+
|
60 |
+
#: ../dynwid_class_php4.php:173
|
61 |
+
#: ../dynwid_class.php:158
|
62 |
+
msgid "Pages"
|
63 |
+
msgstr "Seiten"
|
64 |
+
|
65 |
+
#: ../dynwid_class_php4.php:174
|
66 |
+
#: ../dynwid_class.php:159
|
67 |
+
msgid "Author Pages"
|
68 |
+
msgstr "Autoren Seiten"
|
69 |
+
|
70 |
+
#: ../dynwid_class_php4.php:175
|
71 |
+
#: ../dynwid_class.php:160
|
72 |
+
#: ../mods/category_module.php:17
|
73 |
+
msgid "Category Pages"
|
74 |
+
msgstr "Kategorie Seiten"
|
75 |
+
|
76 |
+
#: ../dynwid_class_php4.php:176
|
77 |
+
#: ../dynwid_class.php:161
|
78 |
+
msgid "Archive Pages"
|
79 |
+
msgstr "Archiv Seiten"
|
80 |
+
|
81 |
+
#: ../dynwid_class_php4.php:177
|
82 |
+
#: ../dynwid_class.php:162
|
83 |
+
#: ../mods/error_module.php:12
|
84 |
+
msgid "Error Page"
|
85 |
+
msgstr "Fehlerseite"
|
86 |
+
|
87 |
+
#: ../dynwid_class_php4.php:178
|
88 |
+
#: ../dynwid_class.php:163
|
89 |
+
msgid "Search page"
|
90 |
+
msgstr "Suchseite"
|
91 |
+
|
92 |
+
#: ../dynwid_class_php4.php:179
|
93 |
+
#: ../dynwid_class.php:164
|
94 |
+
msgid "WPSC Category"
|
95 |
+
msgstr "WPSC Kategorie"
|
96 |
+
|
97 |
+
#: ../dynwid_class_php4.php:180
|
98 |
+
#: ../dynwid_class.php:165
|
99 |
+
msgid "Custom Post Type Archives"
|
100 |
+
msgstr "Individuelle Artike-Typ-Archive"
|
101 |
+
|
102 |
+
#: ../dynwid_class_php4.php:181
|
103 |
+
#: ../dynwid_class.php:166
|
104 |
+
msgid "BuddyPress"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../dynwid_class_php4.php:182
|
108 |
+
#: ../dynwid_class.php:167
|
109 |
+
msgid "BuddyPress Groups"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: ../dynwid_admin.php:19
|
113 |
+
#: ../dynamic-widgets.php:152
|
114 |
+
#: ../dynamic-widgets.php:175
|
115 |
+
#: ../dynamic-widgets.php:281
|
116 |
+
#: ../dynamic-widgets.php:680
|
117 |
+
msgid "Dynamic Widgets"
|
118 |
+
msgstr "Dynamic Widgets"
|
119 |
+
|
120 |
+
#: ../dynwid_admin.php:26
|
121 |
+
msgid "<b>WARNING</b> STRICT sql mode in effect. Dynamic Widgets might not work correctly. Please disable STRICT sql mode."
|
122 |
+
msgstr "<b>Warnung</b> STRICT sql mode ist aktiv. Dynamic Widgets arbeitet möglicherweise nicht korrekt. Bitte STRICT sql mode abschalten."
|
123 |
+
|
124 |
+
#: ../dynwid_admin.php:46
|
125 |
+
msgid "Oops! Something went terrible wrong. Please reinstall Dynamic Widgets."
|
126 |
+
msgstr "Huch! Irgend etwas ist böse schief gegangen. Dynamic Widgets muss neu installiert werden."
|
127 |
+
|
128 |
+
#: ../dynwid_admin.php:54
|
129 |
+
#: ../dynwid_admin_overview.php:20
|
130 |
+
msgid "OLD"
|
131 |
+
msgstr "ALTE"
|
132 |
+
|
133 |
+
#: ../dynwid_admin.php:54
|
134 |
+
#: ../dynwid_admin_overview.php:20
|
135 |
+
msgid "FILTER"
|
136 |
+
msgstr "FILTER"
|
137 |
+
|
138 |
+
#: ../dynamic-widgets.php:160
|
139 |
+
msgid "Widgets are always displayed by default"
|
140 |
+
msgstr "Widgets werden standardmäßig immer angezeigt"
|
141 |
+
|
142 |
+
#: ../dynamic-widgets.php:160
|
143 |
+
msgid "The '<em>Yes</em>' selection"
|
144 |
+
msgstr "Die '<em>Ja</em>' Auswahl"
|
145 |
+
|
146 |
+
#: ../dynamic-widgets.php:161
|
147 |
+
msgid "Click on the"
|
148 |
+
msgstr "Klicken Sie"
|
149 |
+
|
150 |
+
#: ../dynamic-widgets.php:161
|
151 |
+
msgid "next to the options for more info"
|
152 |
+
msgstr "neben die Optionen für weitergehende Informationen"
|
153 |
+
|
154 |
+
#: ../dynamic-widgets.php:162
|
155 |
+
msgid "The"
|
156 |
+
msgstr "Das"
|
157 |
+
|
158 |
+
#: ../dynamic-widgets.php:162
|
159 |
+
msgid "next to a section means it has options set."
|
160 |
+
msgstr "neben einer Sektion bedeutet, dass die Option aktiviert ist."
|
161 |
+
|
162 |
+
#: ../dynamic-widgets.php:164
|
163 |
+
#: ../dynamic-widgets.php:165
|
164 |
+
#: ../dynamic-widgets.php:168
|
165 |
+
#: ../dynamic-widgets.php:682
|
166 |
+
#: ../dynwid_admin_overview.php:85
|
167 |
+
msgid "Static"
|
168 |
+
msgstr "statisch"
|
169 |
+
|
170 |
+
#: ../dynamic-widgets.php:164
|
171 |
+
#: ../dynamic-widgets.php:166
|
172 |
+
#: ../dynamic-widgets.php:682
|
173 |
+
#: ../dynwid_admin_overview.php:85
|
174 |
+
msgid "Dynamic"
|
175 |
+
msgstr "dynamisch"
|
176 |
+
|
177 |
+
#: ../dynamic-widgets.php:165
|
178 |
+
msgid "When a widget is"
|
179 |
+
msgstr "Wenn das Widget"
|
180 |
|
181 |
+
#: ../dynamic-widgets.php:165
|
182 |
+
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
183 |
+
msgstr "ist, benutzt das Widget WordPress Standardeinstellungen. Besser gesagt, es wird überall angezeigt. "
|
184 |
+
|
185 |
+
#: ../dynamic-widgets.php:166
|
186 |
+
msgid "A widget is"
|
187 |
+
msgstr "Ein Widget ist"
|
188 |
+
|
189 |
+
#: ../dynamic-widgets.php:166
|
190 |
+
msgid "when there are options set, i.e. not showing on the front page."
|
191 |
+
msgstr "wenn Optionen gesetzt sind, z.B. dass es nicht auf der Startseite angezeigt wird."
|
192 |
+
|
193 |
+
#: ../dynamic-widgets.php:167
|
194 |
+
#: ../dynwid_admin_overview.php:79
|
195 |
+
msgid "Reset"
|
196 |
+
msgstr "zurücksetzen"
|
197 |
+
|
198 |
+
#: ../dynamic-widgets.php:168
|
199 |
+
msgid "Reset makes the widget return to"
|
200 |
+
msgstr "Durch zurücksetzen wird das Widget wieder auf folgenden Status gesetzt"
|
201 |
+
|
202 |
+
#: ../dynamic-widgets.php:234
|
203 |
+
msgid "Settings"
|
204 |
+
msgstr "Einstellungen"
|
205 |
+
|
206 |
+
#: ../dynamic-widgets.php:248
|
207 |
+
msgid "Apply exception rule to widgets:"
|
208 |
+
msgstr "Ausnahmeregel auf Widgets anwenden:"
|
209 |
+
|
210 |
+
#: ../dynamic-widgets.php:264
|
211 |
+
#: ../dynamic-widgets.php:298
|
212 |
+
msgid "Off"
|
213 |
+
msgstr "Aus"
|
214 |
+
|
215 |
+
#: ../dynamic-widgets.php:264
|
216 |
+
#: ../dynamic-widgets.php:298
|
217 |
+
msgid "On"
|
218 |
+
msgstr "An"
|
219 |
+
|
220 |
+
#: ../dynamic-widgets.php:265
|
221 |
+
msgid " (Default: "
|
222 |
+
msgstr "(Standard:"
|
223 |
+
|
224 |
+
#: ../dynamic-widgets.php:299
|
225 |
#, fuzzy
|
226 |
+
msgid "Default"
|
227 |
+
msgstr "(Standard:"
|
228 |
|
229 |
+
#: ../dynamic-widgets.php:359
|
230 |
+
msgid "Dynamic Widgets Options saved"
|
231 |
+
msgstr "Widget Optionen gespeichert"
|
232 |
+
|
233 |
+
#: ../dynamic-widgets.php:360
|
234 |
+
msgid "for"
|
235 |
+
msgstr "für"
|
236 |
+
|
237 |
+
#: ../dynamic-widgets.php:681
|
238 |
+
msgid "Edit Dynamic Widgets Options"
|
239 |
+
msgstr "Dynamic Widgets Optionen bearbeiten"
|
240 |
+
|
241 |
+
#: ../dynamic-widgets.php:706
|
242 |
+
msgid "and"
|
243 |
+
msgstr "und"
|
244 |
+
|
245 |
+
#: ../dynamic-widgets.php:712
|
246 |
+
msgid "Options set for"
|
247 |
+
msgstr "Optionen wurden gesetzt für"
|
248 |
+
|
249 |
+
#: ../dynamic-widgets.php:712
|
250 |
+
msgid "Option set for"
|
251 |
+
msgstr "Optionen wurde gesetzt für"
|
252 |
|
253 |
+
#: ../dynwid_admin_edit.php:118
|
254 |
msgid "Widget options saved."
|
255 |
msgstr "Widget Optionen gespeichert."
|
256 |
|
257 |
+
#: ../dynwid_admin_edit.php:119
|
258 |
+
#: ../dynwid_admin_edit.php:194
|
259 |
msgid "Return"
|
260 |
msgstr "Zurück"
|
261 |
|
262 |
+
#: ../dynwid_admin_edit.php:119
|
263 |
msgid "to Dynamic Widgets overview"
|
264 |
msgstr "zu den Dynamic Widgets Optionen"
|
265 |
|
266 |
+
#: ../dynwid_admin_edit.php:123
|
267 |
msgid "Dynamic does not mean static hiding of a widget."
|
268 |
msgstr "Dynamisch houdt niet in het statisch verbergen van een widget."
|
269 |
|
270 |
+
#: ../dynwid_admin_edit.php:123
|
271 |
msgid "Hint"
|
272 |
msgstr "Hinweis"
|
273 |
|
274 |
+
#: ../dynwid_admin_edit.php:123
|
275 |
msgid "Remove"
|
276 |
msgstr "Entfernt"
|
277 |
|
278 |
+
#: ../dynwid_admin_edit.php:123
|
279 |
msgid "the widget from the sidebar"
|
280 |
msgstr "das Widget aus der Sidebar"
|
281 |
|
282 |
+
#: ../dynwid_admin_edit.php:128
|
283 |
msgid "The From date can't be later than the To date."
|
284 |
msgstr "Das Startdatum kann nicht später als das Enddatum sein."
|
285 |
|
286 |
+
#: ../dynwid_admin_edit.php:134
|
287 |
msgid "Edit options for the widget"
|
288 |
msgstr "Option für das Widget bearbeiten"
|
289 |
|
290 |
+
#: ../dynwid_admin_edit.php:138
|
291 |
+
#, fuzzy
|
292 |
+
msgid "Quick settings"
|
293 |
+
msgstr "Einstellungen"
|
|
|
|
|
|
|
|
|
|
|
294 |
|
295 |
+
#: ../dynwid_admin_edit.php:140
|
296 |
+
msgid "Set all options to 'No'"
|
297 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
|
299 |
+
#: ../dynwid_admin_edit.php:140
|
300 |
+
msgid "Except overriding options like Role, Date, etc."
|
|
|
|
|
301 |
msgstr ""
|
|
|
|
|
302 |
|
303 |
+
#: ../dynwid_admin_edit.php:190
|
304 |
+
#: ../dynwid_admin_overview.php:140
|
305 |
+
msgid "Save"
|
306 |
+
msgstr "speichern"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
#: ../dynwid_admin_overview.php:20
|
309 |
+
msgid "Method set to"
|
310 |
+
msgstr "Methode geändert auf"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
|
312 |
+
#: ../dynwid_admin_overview.php:28
|
313 |
+
#, fuzzy
|
314 |
+
msgid "Page limit set to"
|
315 |
+
msgstr "Methode geändert auf"
|
316 |
|
317 |
+
#: ../dynwid_admin_overview.php:31
|
318 |
+
msgid "ERROR"
|
319 |
+
msgstr ""
|
|
|
|
|
320 |
|
321 |
+
#: ../dynwid_admin_overview.php:31
|
322 |
+
msgid "is not a valid limit."
|
323 |
+
msgstr ""
|
324 |
|
325 |
+
#: ../dynwid_admin_overview.php:40
|
326 |
+
msgid "Widget options have been reset to default."
|
327 |
+
msgstr "Widget Optionen wurden zurück gesetzt."
|
328 |
|
329 |
+
#: ../dynwid_admin_overview.php:48
|
330 |
+
msgid "Inactive Widgets"
|
331 |
+
msgstr "Inaktive Widgets"
|
332 |
|
333 |
+
#: ../dynwid_admin_overview.php:71
|
334 |
+
#: ../dynwid_admin_overview.php:74
|
335 |
+
msgid "Edit this widget options"
|
336 |
+
msgstr "Diese Widget Optionen bearbeiten"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
|
338 |
+
#: ../dynwid_admin_overview.php:74
|
339 |
+
msgid "Edit"
|
340 |
+
msgstr "bearbeiten"
|
341 |
|
342 |
+
#: ../dynwid_admin_overview.php:79
|
343 |
+
msgid "Reset widget to Static"
|
344 |
+
msgstr "Widget zurück auf \"statisch\" setzen"
|
345 |
|
346 |
+
#: ../dynwid_admin_overview.php:100
|
347 |
+
msgid "Advanced"
|
348 |
+
msgstr "Fortgeschrittene"
|
349 |
|
350 |
+
#: ../dynwid_admin_overview.php:105
|
351 |
+
msgid "wp_head() check:"
|
352 |
+
msgstr "wp_head() geprüft:"
|
353 |
|
354 |
+
#: ../dynwid_admin_overview.php:110
|
355 |
+
msgid "wp_head() is NOT called (at the most obvious place)"
|
356 |
+
msgstr "wp_head() wird nicht aufgerufen (am üblichen Ort)"
|
357 |
|
358 |
+
#: ../dynwid_admin_overview.php:114
|
359 |
+
msgid "wp_head() is called"
|
360 |
+
msgstr "wp_head() wird aufgerufen"
|
361 |
|
362 |
+
#: ../dynwid_admin_overview.php:118
|
363 |
+
msgid "Unable to determine if wp_head() is called"
|
364 |
+
msgstr "Es kann nicht festegstellt werden, ob wp_head() aufgerufen wird"
|
365 |
|
366 |
+
#: ../dynwid_admin_overview.php:130
|
367 |
+
msgid "Use 'OLD' method"
|
368 |
+
msgstr "Benutze \"alte\" Methode"
|
|
|
|
|
369 |
|
370 |
+
#: ../dynwid_admin_overview.php:140
|
371 |
+
msgid "Page limit"
|
372 |
+
msgstr ""
|
373 |
|
374 |
+
#: ../dynwid_admin_overview.php:142
|
375 |
+
msgid "The page limit sets the limit of number of pages to prevent a timeout when building the hierarchical tree. When the number of pages is above this limit, a flat list will be displayed which is less time consuming."
|
376 |
+
msgstr ""
|
377 |
|
378 |
+
#: ../dynwid_admin_overview.php:144
|
379 |
+
msgid "Currently the number of pages is"
|
380 |
+
msgstr ""
|
381 |
|
382 |
+
#: ../dynwid_admin_overview.php:151
|
383 |
+
msgid "When upgrading to WPEC 3.8 the Dynamic Widgets rules for WPEC are lost. The WPEC dump gives you an overview of the rules before the update."
|
384 |
+
msgstr ""
|
|
|
|
|
385 |
|
386 |
+
#: ../dynwid_admin_overview.php:152
|
387 |
+
msgid "WARNING"
|
388 |
+
msgstr ""
|
389 |
|
390 |
+
#: ../dynwid_admin_overview.php:152
|
391 |
+
msgid "This only works correct when you did not add or change anything in the Dynamic Widgets rules."
|
|
|
|
|
|
|
392 |
msgstr ""
|
|
|
|
|
|
|
393 |
|
394 |
+
#: ../dynwid_admin_overview.php:157
|
395 |
+
#, fuzzy
|
396 |
+
msgid "Create WPEC dump"
|
397 |
+
msgstr "Abbild erstellen"
|
398 |
+
|
399 |
+
#: ../dynwid_admin_overview.php:164
|
400 |
+
msgid "For debugging purposes it is possible you're asked to create a dump. Click the 'Create dump' button and save the text file."
|
401 |
+
msgstr "Zur Fehlerbehandlung kann eventuell nötig sein ein Abbild zu erstellen. Dazu auf \"Abbild erstellen\" klicken und Abbild als Text-Datei speichern. "
|
402 |
+
|
403 |
+
#: ../dynwid_admin_overview.php:169
|
404 |
+
msgid "Create dump"
|
405 |
+
msgstr "Abbild erstellen"
|
406 |
+
|
407 |
+
#: ../dynwid_admin_overview.php:176
|
408 |
+
msgid "When you deceide not to use this plugin anymore (sorry to hear that!). You can cleanup all settings and data related to this plugin by clicking on the 'Uninstall' button. This process is irreversible! After the cleanup the plugin is deactivated automaticly."
|
409 |
+
msgstr "Wenn das Plugin nicht mehr verwendet werden soll (tut uns leid das zu hören!) können alle Einstellungen und Daten in Zusammenhang mit dem Plugin durch Klick auf die \"Zurücksetzen\"-Schaltfläche entfernt werden. Dieser Prozess kann nicht rückgängig gemacht werden! Nach dem Zurücksetzen wird das Plugin automatisch deaktiviert."
|
410 |
+
|
411 |
+
#: ../dynwid_admin_overview.php:181
|
412 |
+
msgid "Uninstall"
|
413 |
+
msgstr "Zurücksetzen"
|
414 |
+
|
415 |
+
#: ../mods/search_module.php:13
|
416 |
+
msgid "Search Page"
|
417 |
+
msgstr "Suchseite"
|
418 |
|
419 |
+
#: ../mods/search_module.php:15
|
420 |
+
msgid "Show widget on the search page?"
|
421 |
+
msgstr "Widget auf der Suchseite anzeigen?"
|
422 |
+
|
423 |
+
#: ../mods/search_module.php:17
|
424 |
+
#: ../mods/qtranslate_module.php:31
|
425 |
+
#: ../mods/category_module.php:21
|
426 |
+
#: ../mods/single_module.php:69
|
427 |
+
#: ../mods/attachment_module.php:16
|
428 |
+
#: ../mods/error_module.php:16
|
429 |
+
#: ../mods/frontpage_module.php:24
|
430 |
+
msgid "Yes"
|
431 |
+
msgstr "Ja"
|
432 |
+
|
433 |
+
#: ../mods/search_module.php:18
|
434 |
+
#: ../mods/qtranslate_module.php:32
|
435 |
+
#: ../mods/category_module.php:22
|
436 |
+
#: ../mods/single_module.php:70
|
437 |
+
#: ../mods/attachment_module.php:17
|
438 |
+
#: ../mods/error_module.php:17
|
439 |
+
#: ../mods/frontpage_module.php:25
|
440 |
+
msgid "No"
|
441 |
+
msgstr "Nein"
|
442 |
+
|
443 |
+
#: ../mods/qtranslate_module.php:22
|
444 |
+
#, fuzzy
|
445 |
+
msgid "Language (QT)"
|
446 |
+
msgstr "Sprache (WPML)"
|
447 |
+
|
448 |
+
#: ../mods/qtranslate_module.php:24
|
449 |
+
msgid "Show widget default on all languages?"
|
450 |
+
msgstr "Widget standardmäßig bei allen Sprachen anzeigen?"
|
451 |
+
|
452 |
+
#: ../mods/qtranslate_module.php:24
|
453 |
+
#: ../mods/single_module.php:60
|
454 |
+
#: ../mods/single_module.php:74
|
455 |
+
msgid "Click to toggle info"
|
456 |
+
msgstr "Klicken Sie um Info anzuzeigen"
|
457 |
+
|
458 |
+
#: ../mods/qtranslate_module.php:28
|
459 |
+
msgid "Using this option can override all other options."
|
460 |
+
msgstr "Diese Option kann bei Benutzung alle anderen überschreiben."
|
461 |
+
|
462 |
+
#: ../mods/qtranslate_module.php:33
|
463 |
+
msgid "Except the languages"
|
464 |
+
msgstr "Ausgenommen diese Sprache(n)"
|
465 |
+
|
466 |
+
#: ../mods/category_module.php:19
|
467 |
+
msgid "Show widget default on category pages?"
|
468 |
+
msgstr "Widget auf Kategorie Seiten anzeigen?"
|
469 |
+
|
470 |
+
#: ../mods/category_module.php:23
|
471 |
+
msgid "Except the categories"
|
472 |
+
msgstr "Ausgenommen diese Kategorien"
|
473 |
+
|
474 |
+
#: ../mods/single_module.php:52
|
475 |
+
msgid "Posts: "
|
476 |
+
msgstr "Beiträge:"
|
477 |
+
|
478 |
+
#: ../mods/single_module.php:52
|
479 |
+
msgid "Tags: "
|
480 |
+
msgstr "Schlagwörter:"
|
481 |
+
|
482 |
+
#: ../mods/single_module.php:60
|
483 |
msgid "Show widget default on single posts?"
|
484 |
msgstr "Das Widget auf Artikelseiten anzeigen?"
|
485 |
|
486 |
+
#: ../mods/single_module.php:64
|
487 |
msgid ""
|
488 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
489 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
493 |
" \t\t\t\t\tWird als Regel ein logisches <b>ODER</b> gebraucht muss das Widget dubliziert werden und die zweite Regel darauf angewendet werden.\n"
|
494 |
" \t\t\t\t\t"
|
495 |
|
496 |
+
#: ../mods/single_module.php:73
|
497 |
msgid "Make exception rule available to individual posts and tags."
|
498 |
msgstr "Ausnahmeregeln für individuelle Artikel oder nach Schlagwörtern"
|
499 |
|
500 |
+
#: ../mods/single_module.php:77
|
501 |
msgid ""
|
502 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
503 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
513 |
" \t\t\t\t\tBitte beachten! Sind Ausnahmeregeln für Autor und/oder Kategorie gesetzt, werden diese ignoriert.\n"
|
514 |
" \t\t\t\t"
|
515 |
|
516 |
+
#: ../mods/single_module.php:94
|
517 |
msgid "Except the posts by author"
|
518 |
msgstr "Ausgenommen Artikel von diesem Autor"
|
519 |
|
520 |
+
#: ../mods/single_module.php:105
|
521 |
msgid "Except the posts in category"
|
522 |
msgstr "Ausgenommen Artikel in dieser Kategorie"
|
523 |
|
524 |
+
#: ../mods/attachment_module.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
msgid "Show widget on attachment pages"
|
526 |
msgstr "Widget auf Anhang Seiten anzeigen"
|
527 |
|
528 |
+
#: ../mods/error_module.php:14
|
529 |
+
msgid "Show widget on the error page?"
|
530 |
+
msgstr "Widget auf der Fehlerseite anzeigen?"
|
|
|
|
|
531 |
|
532 |
+
#: ../mods/frontpage_module.php:15
|
533 |
+
msgid "Show widget on the front page?"
|
534 |
+
msgstr "Das Widget auf der Startseite anzeigen?"
|
535 |
|
536 |
+
#: ../mods/frontpage_module.php:19
|
537 |
msgid ""
|
538 |
+
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
539 |
+
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
540 |
+
"\t\t\t\t\t"
|
|
|
541 |
msgstr ""
|
542 |
+
"Diese Option greift nur wenn die Startseite die letzten Artikel anzeigt (siehe Einstellungen > Lesen)<br />\n"
|
543 |
+
"\t\t\t\t\t\tWenn eine statische Seite benutzt wird muss die Option für statische Seiten, weiter unten, benutzt werden.\n"
|
544 |
+
"\t\t\t\t\t"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
545 |
|
546 |
+
#: ../mods/archive_module.php:14
|
547 |
msgid "Show widget on archive pages"
|
548 |
msgstr "Widget auf Archiv Seiten anzeigen"
|
549 |
|
550 |
+
#: ../mods/archive_module.php:18
|
551 |
msgid "This option does not include Author and Category Pages."
|
552 |
msgstr "Diese Option beinhaltet nicht Autoren und Kategorie Seiten"
|
553 |
|
554 |
+
#: ../mods/pages_module.php:14
|
555 |
+
msgid "The static page module failed to load."
|
556 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
|
558 |
+
#: ../mods/pages_module.php:16
|
559 |
+
msgid "This is probably because building the hierarchical tree took too long.<br />Decrease the limit of number of pages in the advanced settings."
|
560 |
+
msgstr ""
|
561 |
|
562 |
+
#: ../mods/pages_module.php:43
|
563 |
+
#: ../mods/custompost_module.php:46
|
564 |
+
#: ../mods/custompost_module.php:89
|
565 |
+
msgid "All childs"
|
566 |
+
msgstr "alle Kinder"
|
567 |
|
568 |
+
#: ../mods/pages_module.php:83
|
569 |
+
#: ../mods/pages_module.php:86
|
570 |
+
#, fuzzy
|
571 |
+
msgid "Front page"
|
572 |
+
msgstr "Startseite"
|
573 |
|
574 |
+
#: ../mods/pages_module.php:83
|
575 |
+
#: ../mods/pages_module.php:88
|
576 |
+
msgid "Posts page"
|
577 |
+
msgstr "Artikelseite"
|
578 |
|
579 |
+
#: ../mods/pages_module.php:94
|
580 |
+
msgid "Show widget default on static pages?"
|
581 |
+
msgstr "Widget auf statischen Seiten anzeigen?"
|
582 |
|
583 |
+
#: ../mods/pages_module.php:101
|
584 |
+
#, fuzzy
|
585 |
+
msgid ""
|
586 |
+
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
587 |
+
"\t\t\t\t\tto the parent and all items under it in all levels. Also future items\n"
|
588 |
+
"\t\t\t\t\tunder the parent. It's not possible to apply an exception rule to\n"
|
589 |
+
"\t\t\t\t\t\"All childs\" without the parent."
|
590 |
+
msgstr ""
|
591 |
+
"Klick auf \"alle Kinder\" aktiviert die Ausnahmeregel\n"
|
592 |
+
"\t\t\t\tfür das Elternelement und alle Elemente die davon erben. Auch zukünftige Elemente\n"
|
593 |
+
"\t\t\t\tunter diesem Elternelement. Es ist nicht möglich eine Ausnahmeregel für\n"
|
594 |
+
"\t\t\t\t\"alle Kinder\" ohne das Elternelement zu aktivieren."
|
595 |
|
596 |
+
#: ../mods/pages_module.php:106
|
597 |
+
msgid ""
|
598 |
+
"Unfortunately the childs-function has been disabled\n"
|
599 |
+
"\t\t\t\t\tbecause you have more than the limit of pages."
|
600 |
+
msgstr ""
|
601 |
|
602 |
+
#: ../mods/pages_module.php:116
|
603 |
+
msgid "Except the page(s)"
|
604 |
+
msgstr "Alle bis auf diese Seite(n)"
|
|
|
605 |
|
606 |
+
#: ../mods/author_module.php:24
|
607 |
+
msgid "Show widget default on author pages?"
|
608 |
+
msgstr "Widget auf Autoren Seiten anzeigen?"
|
609 |
|
610 |
+
#: ../mods/author_module.php:28
|
611 |
+
msgid "Except the author(s)"
|
612 |
+
msgstr "Ausgenommen diese(r) Autor(en)"
|
613 |
|
614 |
+
#: ../mods/bp_module.php:24
|
615 |
+
#, fuzzy
|
616 |
+
msgid "Show widget default on BuddyPress pages?"
|
617 |
+
msgstr "Widget auf Autoren Seiten anzeigen?"
|
618 |
|
619 |
+
#: ../mods/bp_module.php:28
|
620 |
+
#, fuzzy
|
621 |
+
msgid "Except on the components pages"
|
622 |
+
msgstr "Alle bis auf diese Seite(n)"
|
|
|
|
|
623 |
|
624 |
+
#: ../mods/bp_module.php:47
|
625 |
+
msgid "Forum Index"
|
626 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
627 |
|
628 |
+
#: ../mods/bp_module.php:48
|
629 |
+
msgid "Forum Topics"
|
630 |
+
msgstr ""
|
631 |
|
632 |
+
#: ../mods/bp_module.php:49
|
633 |
+
msgid "Members Index"
|
634 |
+
msgstr ""
|
635 |
|
636 |
+
#: ../mods/bp_module.php:54
|
637 |
+
#, fuzzy
|
638 |
+
msgid "Show widget default on BuddyPress Group pages?"
|
639 |
+
msgstr "Widget auf Autoren Seiten anzeigen?"
|
640 |
|
641 |
+
#: ../mods/bp_module.php:61
|
642 |
+
#, fuzzy
|
643 |
+
msgid "Except in the groups"
|
644 |
+
msgstr "Ausgenommen diese Sprache(n)"
|
645 |
|
646 |
+
#: ../mods/bp_module.php:70
|
647 |
+
#, fuzzy
|
648 |
+
msgid "Except in the group pages"
|
649 |
+
msgstr "Ausgenommen diese Sprache(n)"
|
650 |
|
651 |
+
#: ../mods/role_module.php:10
|
652 |
+
msgid "Anonymous"
|
653 |
+
msgstr "Anonym"
|
654 |
|
655 |
+
#: ../mods/role_module.php:25
|
656 |
+
msgid "Show widget to everybody?"
|
657 |
+
msgstr "Widget für jeden anzeigen?"
|
658 |
|
659 |
+
#: ../mods/role_module.php:29
|
660 |
+
msgid ""
|
661 |
+
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
662 |
+
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
663 |
+
msgstr ""
|
664 |
+
"Einstellungen pro Rolle werden bevorzugt behandelt. Sie können alle anderen Optionen überschreiben!<br />\n"
|
665 |
+
"\t\t\t\t\t\tBenutzer die nicht angemeldet sind kommen in die <em>Anonym</em> Rolle."
|
666 |
|
667 |
+
#: ../mods/role_module.php:34
|
668 |
+
msgid "only to"
|
669 |
+
msgstr "nur für"
|
670 |
|
671 |
+
#: ../mods/useragent_module.php:10
|
672 |
+
msgid "(and other Gecko based)"
|
673 |
+
msgstr "(und andere Gecko-basierte)"
|
674 |
|
675 |
+
#: ../mods/useragent_module.php:17
|
676 |
+
msgid "Other / Unknown / Not detected"
|
677 |
+
msgstr ""
|
678 |
|
679 |
+
#: ../mods/useragent_module.php:28
|
680 |
+
msgid "Show widget with all browsers?"
|
681 |
+
msgstr "Widget für alle Browser anzeigen?"
|
682 |
|
683 |
+
#: ../mods/useragent_module.php:32
|
684 |
+
msgid "Browser detection is never 100% accurate."
|
685 |
+
msgstr "Browser-Erkennung funktioniert nie zu 100%."
|
686 |
|
687 |
+
#: ../mods/useragent_module.php:37
|
688 |
+
msgid "Except the browser(s)"
|
689 |
+
msgstr "Ausgenommen diese(r) Browser"
|
690 |
|
691 |
+
#: ../mods/tpl_module.php:23
|
692 |
+
#, fuzzy
|
693 |
+
msgid "Show widget on every template?"
|
694 |
+
msgstr "Widget auf der Fehlerseite anzeigen?"
|
695 |
|
696 |
+
#: ../mods/tpl_module.php:27
|
697 |
+
msgid "This options takes precedence above other options like Pages and/or Single Posts."
|
698 |
+
msgstr ""
|
699 |
|
700 |
+
#: ../mods/tpl_module.php:32
|
701 |
+
#, fuzzy
|
702 |
+
msgid "Except the templates"
|
703 |
+
msgstr "Alle bis auf diese Seite(n)"
|
704 |
|
705 |
+
#: ../mods/tpl_module.php:34
|
706 |
+
msgid "Default Template"
|
707 |
+
msgstr ""
|
708 |
|
709 |
+
#: ../mods/custompost_module.php:126
|
710 |
+
#: ../mods/custompost_module.php:216
|
711 |
+
msgid "Show widget on"
|
712 |
+
msgstr "Widget anzeigen auf"
|
713 |
|
714 |
+
#: ../mods/custompost_module.php:136
|
715 |
+
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
716 |
+
msgstr ""
|
717 |
|
718 |
+
#: ../mods/custompost_module.php:143
|
719 |
+
#: ../mods/custompost_module.php:178
|
720 |
+
#: ../mods/custompost_module.php:227
|
721 |
+
#: ../mods/custompost_module.php:260
|
722 |
+
msgid "Except for"
|
723 |
+
msgstr "Ausgenommen"
|
724 |
|
725 |
+
#: ../mods/custompost_module.php:254
|
726 |
+
msgid "Show widget on Custom Post Type Archives"
|
727 |
+
msgstr "Widget in individuellen Artikel-Typ-Archiven anzeigen?"
|
728 |
|
729 |
+
#: ../mods/date_module.php:32
|
730 |
+
msgid "Show widget always?"
|
731 |
+
msgstr "Widget immer anzeigen?"
|
732 |
|
733 |
+
#: ../mods/date_module.php:36
|
734 |
+
msgid "Next to the above role option, the date option is also very powerfull. You've been warned!"
|
735 |
+
msgstr "Als nächstes nach der obenstehenden Option kommt die Datum-Option. Die Warnung gilt ebenfalls!"
|
736 |
|
737 |
+
#: ../mods/date_module.php:37
|
738 |
+
msgid "Enter dates in the YYYY-MM-DD format. You can also use the calender by clicking on the"
|
739 |
+
msgstr "Datum bitte im Forma JJJJ-MM-TT eintragen. Oder einfach auf den Kalender klicken "
|
740 |
|
741 |
+
#: ../mods/date_module.php:38
|
742 |
+
msgid ""
|
743 |
+
"Date ranges can be made by entering a From AND a To date<br />\n"
|
744 |
+
" \t\t\t\t\tWhen you want the widget to be displayed from a specific date, only fill in the From date<br />\n"
|
745 |
+
" \t\t\t\t\tWhen you want the widget to stop displaying on a specific date, only fill in the To date.\n"
|
746 |
+
" \t\t\t\t"
|
747 |
+
msgstr ""
|
748 |
+
"Um einen Zeitraum zu bestimmen einfach \"von\" und \"bis\" eintragen.<br />\n"
|
749 |
+
" \t\t\t\t\tSoll das Widget ab einem bestimmten Datum angezeigt werden muss nur das \"von\" Feld ausgefüllt werden.<br />\n"
|
750 |
+
" \t\t\t\t\tSoll das Widget ab einem bestimmten Datum nicht mehr angezeigt werden muss nur das \"bis\" Feld ausgefüllt werden.\n"
|
751 |
+
" \t\t\t\t"
|
752 |
|
753 |
+
#: ../mods/date_module.php:45
|
754 |
+
msgid "only"
|
755 |
+
msgstr "nur"
|
756 |
|
757 |
+
#: ../mods/date_module.php:49
|
758 |
+
msgid "From"
|
759 |
+
msgstr "von"
|
760 |
|
761 |
+
#: ../mods/date_module.php:53
|
762 |
+
msgid "To"
|
763 |
+
msgstr "bis"
|
764 |
|
765 |
+
#: ../mods/wpec_module.php:25
|
766 |
+
msgid "Show widget default on WPSC categories?"
|
767 |
+
msgstr "Widget standardmäßig auf WPSC Kategorien anzeigen?"
|
768 |
|
769 |
+
#: ../mods/wpml_module.php:21
|
770 |
+
msgid "Language (WPML)"
|
771 |
+
msgstr "Sprache (WPML)"
|
772 |
|
773 |
+
#~ msgid "Custom Post Type"
|
774 |
+
#~ msgstr "Individueller Artikel Typ"
|
|
|
775 |
|
776 |
#~ msgid "Dynamic Widgets: "
|
777 |
#~ msgstr "Dynamic Widgets:"
|
locale/dynamic-widgets-es_ES.mo
CHANGED
Binary file
|
locale/dynamic-widgets-es_ES.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets en español\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
-
"Last-Translator: Jacco <jacco@qurl.nl>\n"
|
8 |
"Language-Team: Eduardo Larequi <elarequi@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -17,258 +17,488 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# WordPress MO
|
20 |
-
#: ../
|
21 |
-
|
22 |
-
|
|
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
|
28 |
-
#: ../
|
29 |
-
|
|
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: ../
|
33 |
-
|
34 |
-
|
|
|
35 |
|
36 |
-
#: ../
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
39 |
|
40 |
-
#: ../
|
41 |
-
#: ../
|
42 |
-
|
|
|
43 |
msgstr "Página de inicio"
|
44 |
|
45 |
-
#: ../
|
46 |
-
#: ../
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
-
#: ../dynwid_admin_edit.php:
|
51 |
msgid "Widget options saved."
|
52 |
msgstr "Opciones del widget guardadas."
|
53 |
|
54 |
-
#: ../dynwid_admin_edit.php:
|
55 |
-
#: ../dynwid_admin_edit.php:
|
56 |
msgid "Return"
|
57 |
msgstr "Volver"
|
58 |
|
59 |
-
#: ../dynwid_admin_edit.php:
|
60 |
msgid "to Dynamic Widgets overview"
|
61 |
msgstr "a la vista general de Dynamic Widgets"
|
62 |
|
63 |
-
#: ../dynwid_admin_edit.php:
|
64 |
msgid "Dynamic does not mean static hiding of a widget."
|
65 |
msgstr "Un widget dinámico no permite ocultar estáticamente un widget."
|
66 |
|
67 |
-
#: ../dynwid_admin_edit.php:
|
68 |
msgid "Hint"
|
69 |
msgstr "Pista"
|
70 |
|
71 |
-
#: ../dynwid_admin_edit.php:
|
72 |
msgid "Remove"
|
73 |
msgstr "Eliminar"
|
74 |
|
75 |
-
#: ../dynwid_admin_edit.php:
|
76 |
msgid "the widget from the sidebar"
|
77 |
msgstr "el widget de la barra lateral"
|
78 |
|
79 |
-
#: ../dynwid_admin_edit.php:
|
80 |
msgid "The From date can't be later than the To date."
|
81 |
msgstr "La fecha del campo Desde no puede ser posterior a la fecha del campo Hasta."
|
82 |
|
83 |
-
#: ../dynwid_admin_edit.php:
|
84 |
#, fuzzy
|
85 |
msgid "Edit options for the widget"
|
86 |
msgstr "Editar las opciones del widget"
|
87 |
|
88 |
# WordPress MO
|
89 |
-
#: ../dynwid_admin_edit.php:
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
msgstr "Perfil"
|
94 |
-
|
95 |
-
#: ../dynwid_admin_edit.php:457
|
96 |
-
msgid "Show widget to everybody?"
|
97 |
-
msgstr "¿Mostrar el widget a todo el mundo?"
|
98 |
|
99 |
-
#: ../dynwid_admin_edit.php:
|
100 |
-
|
101 |
-
|
102 |
-
#: ../dynwid_admin_edit.php:530
|
103 |
-
#: ../dynwid_admin_edit.php:568
|
104 |
-
#: ../dynwid_admin_edit.php:582
|
105 |
-
#: ../dynwid_admin_edit.php:638
|
106 |
-
#: ../dynwid_admin_edit.php:740
|
107 |
-
msgid "Click to toggle info"
|
108 |
-
msgstr "Haz clic para mostrar/ocultar la información"
|
109 |
|
110 |
-
#: ../dynwid_admin_edit.php:
|
111 |
-
msgid ""
|
112 |
-
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
113 |
-
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
114 |
msgstr ""
|
115 |
-
"Establecer las opciones por perfil o rol es una opción muy potente. Ten en cuenta que puede sobreescribir todas las demás opciones.<br />\n"
|
116 |
-
"\t\t\t\t\t\tLos usuarios que no están conectados tienen el perfil o rol de <em>Anónimo</em>."
|
117 |
|
118 |
# WordPress MO
|
119 |
-
#: ../dynwid_admin_edit.php:
|
120 |
-
#: ../
|
121 |
-
|
122 |
-
|
123 |
-
#: ../dynwid_admin_edit.php:560
|
124 |
-
#: ../dynwid_admin_edit.php:577
|
125 |
-
#: ../dynwid_admin_edit.php:631
|
126 |
-
#: ../dynwid_admin_edit.php:651
|
127 |
-
#: ../dynwid_admin_edit.php:713
|
128 |
-
#: ../dynwid_admin_edit.php:727
|
129 |
-
#: ../dynwid_admin_edit.php:747
|
130 |
-
#: ../dynwid_admin_edit.php:757
|
131 |
-
#: ../dynwid_admin_edit.php:766
|
132 |
-
#: ../dynwid_admin_edit.php:883
|
133 |
-
#: ../dynwid_admin_edit.php:925
|
134 |
-
#: ../dynwid_admin_edit.php:948
|
135 |
-
msgid "Yes"
|
136 |
-
msgstr "Sí"
|
137 |
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
#: ../dynwid_admin_edit.php:517
|
142 |
-
#: ../dynwid_admin_edit.php:538
|
143 |
-
#: ../dynwid_admin_edit.php:561
|
144 |
-
#: ../dynwid_admin_edit.php:578
|
145 |
-
#: ../dynwid_admin_edit.php:632
|
146 |
-
#: ../dynwid_admin_edit.php:652
|
147 |
-
#: ../dynwid_admin_edit.php:714
|
148 |
-
#: ../dynwid_admin_edit.php:728
|
149 |
-
#: ../dynwid_admin_edit.php:748
|
150 |
-
#: ../dynwid_admin_edit.php:758
|
151 |
-
#: ../dynwid_admin_edit.php:767
|
152 |
-
#: ../dynwid_admin_edit.php:884
|
153 |
-
#: ../dynwid_admin_edit.php:926
|
154 |
-
#: ../dynwid_admin_edit.php:949
|
155 |
-
msgid "No"
|
156 |
-
msgstr "No"
|
157 |
|
158 |
-
#: ../
|
159 |
-
|
160 |
-
|
|
|
161 |
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
#: ../dynwid_class.php:51
|
166 |
-
msgid "Date"
|
167 |
-
msgstr "Fecha"
|
168 |
|
169 |
-
#: ../
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
|
173 |
-
#: ../
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
|
177 |
-
#: ../
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
|
181 |
-
#: ../
|
182 |
-
|
183 |
-
"
|
184 |
-
"
|
185 |
-
" \t\t\t\t\tWhen you want the widget to stop displaying on a specific date, only fill in the To date.\n"
|
186 |
-
" \t\t\t\t"
|
187 |
-
msgstr ""
|
188 |
-
"Los rangos de fecha pueden definirse mediante los parámetros Desde y Hasta.<br />\n"
|
189 |
-
" \t\t\t\t\tCuando quieras que el widget se muestre a partir de una fecha específica, sólo debes llenar el campo Desde.<br />\n"
|
190 |
-
" \t\t\t\t\tCuando quieras que el widget deje de mostrarse a partir de una fecha específica, sólo debes llenar el campo Hasta.\n"
|
191 |
-
" \t\t\t\t"
|
192 |
|
193 |
-
|
194 |
-
|
195 |
-
|
|
|
196 |
|
197 |
-
#: ../
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
|
201 |
-
#: ../
|
202 |
-
msgid "
|
203 |
-
msgstr "
|
204 |
|
205 |
-
#: ../
|
206 |
-
msgid "
|
207 |
-
msgstr "
|
208 |
|
209 |
-
#: ../
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
|
213 |
-
#: ../
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
|
217 |
-
#: ../
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
|
221 |
-
#: ../
|
222 |
-
|
223 |
-
|
224 |
-
|
|
|
|
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: ../
|
228 |
-
|
229 |
-
|
230 |
-
msgstr "¿Mostrar el widget siempre?"
|
231 |
|
232 |
-
#: ../
|
233 |
-
msgid "
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../
|
237 |
-
|
238 |
-
|
239 |
-
msgstr "Excepto en las páginas del autor o autores"
|
240 |
|
241 |
-
#: ../
|
242 |
-
|
243 |
-
|
244 |
-
msgid "Front Page"
|
245 |
-
msgstr "Página de inicio"
|
246 |
|
247 |
-
#: ../
|
248 |
-
msgid "
|
249 |
-
msgstr "¿Quieres mostrar el widget en la página de inicio?"
|
250 |
-
|
251 |
-
#: ../dynwid_admin_edit.php:555
|
252 |
-
msgid ""
|
253 |
-
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
254 |
-
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
255 |
-
"\t\t\t\t\t"
|
256 |
msgstr ""
|
257 |
-
"Esta opción sólo se aplica cuando la página de opción está configurada para mostrar tus últimas entradas (ve al menú Ajustes > Lectura).<br />\n"
|
258 |
-
"\t\t\t\t\t\tSi configuras el blog a partir de una página estática, puedes utilizar las opciones para páginas estáticas, que aparecen a continuación.\n"
|
259 |
-
"\t\t\t\t\t"
|
260 |
|
261 |
-
#: ../
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
|
267 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
msgid "Show widget default on single posts?"
|
269 |
msgstr "¿Quieres mostrar el widget por defecto en las entradas individuales?"
|
270 |
|
271 |
-
#: ../
|
272 |
msgid ""
|
273 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
274 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
@@ -278,11 +508,11 @@ msgstr ""
|
|
278 |
" \t\t\t\t\tSi quieres utilizar las dos reglas en una condiciión lógica excluyente (OR), debes añadir el mismo widget otra vez y aplicarle la segunda regla.\n"
|
279 |
" \t\t\t\t\t"
|
280 |
|
281 |
-
#: ../
|
282 |
msgid "Make exception rule available to individual posts and tags."
|
283 |
msgstr "Definir una excepción para las entradas individuales y las etiquetas"
|
284 |
|
285 |
-
#: ../
|
286 |
msgid ""
|
287 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
288 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
@@ -298,365 +528,269 @@ msgstr ""
|
|
298 |
" \t\t\t\t\tDebes tener en cuenta que si defines excepciones para las páginas de autor o de categoría, las que hayas definido en esta sección se eliminarán.\n"
|
299 |
" \t\t\t\t"
|
300 |
|
301 |
-
#: ../
|
302 |
msgid "Except the posts by author"
|
303 |
msgstr "Excepto en las entradas del autor"
|
304 |
|
305 |
-
#: ../
|
306 |
msgid "Except the posts in category"
|
307 |
msgstr "Excepto en las entradas de la categoría"
|
308 |
|
309 |
-
#: ../
|
310 |
-
#: ../dynwid_class_php4.php:62
|
311 |
-
#: ../dynwid_class.php:56
|
312 |
-
msgid "Attachments"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: ../dynwid_admin_edit.php:629
|
316 |
#, fuzzy
|
317 |
msgid "Show widget on attachment pages"
|
318 |
msgstr "¿Quieres mostrar el widget en las páginas de archivo o índice"
|
319 |
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#: ../dynwid_class.php:57
|
324 |
-
msgid "Pages"
|
325 |
-
msgstr "Páginas"
|
326 |
|
327 |
-
#: ../
|
328 |
-
msgid "Show widget
|
329 |
-
msgstr "¿Quieres mostrar el widget
|
330 |
|
331 |
-
#: ../
|
332 |
msgid ""
|
333 |
-
"
|
334 |
-
"\t\t\t\
|
335 |
-
"\t\t\t\
|
336 |
-
"\t\t\t\t\"All childs\" without the parent."
|
337 |
msgstr ""
|
338 |
-
"
|
339 |
-
"\t\t\t\
|
340 |
-
"\t\t\t\
|
341 |
-
"\t\t\t\t\"Todas las páginas-hijas\" sin incluir previamente la página-padre."
|
342 |
-
|
343 |
-
#: ../dynwid_admin_edit.php:653
|
344 |
-
msgid "Except the page(s)"
|
345 |
-
msgstr "Excepto en la(s) página(s)"
|
346 |
-
|
347 |
-
#: ../dynwid_admin_edit.php:692
|
348 |
-
#: ../dynwid_admin_edit.php:807
|
349 |
-
msgid "All childs"
|
350 |
-
msgstr "Todas las páginas-hijas"
|
351 |
-
|
352 |
-
#: ../dynwid_admin_edit.php:709
|
353 |
-
#: ../dynwid_class_php4.php:64
|
354 |
-
#: ../dynwid_class.php:58
|
355 |
-
msgid "Author Pages"
|
356 |
-
msgstr "Páginas de autor"
|
357 |
-
|
358 |
-
#: ../dynwid_admin_edit.php:711
|
359 |
-
msgid "Show widget default on author pages?"
|
360 |
-
msgstr "¿Quieres mostrar el widget por defecto en las páginas de autor?"
|
361 |
-
|
362 |
-
#: ../dynwid_admin_edit.php:715
|
363 |
-
msgid "Except the author(s)"
|
364 |
-
msgstr "Excepto en las páginas del autor o autores"
|
365 |
-
|
366 |
-
#: ../dynwid_admin_edit.php:723
|
367 |
-
#: ../dynwid_class_php4.php:65
|
368 |
-
#: ../dynwid_class.php:59
|
369 |
-
msgid "Category Pages"
|
370 |
-
msgstr "Páginas de categoría"
|
371 |
-
|
372 |
-
#: ../dynwid_admin_edit.php:725
|
373 |
-
msgid "Show widget default on category pages?"
|
374 |
-
msgstr "¿Quieres mostrar el widget por defecto en las páginas por categorías?"
|
375 |
-
|
376 |
-
#: ../dynwid_admin_edit.php:729
|
377 |
-
#: ../dynwid_admin_edit.php:950
|
378 |
-
msgid "Except the categories"
|
379 |
-
msgstr "Excepto en las páginas de las categorías"
|
380 |
-
|
381 |
-
#: ../dynwid_admin_edit.php:738
|
382 |
-
#: ../dynwid_class_php4.php:66
|
383 |
-
#: ../dynwid_class.php:60
|
384 |
-
msgid "Archive Pages"
|
385 |
-
msgstr "Páginas de archivo o índice"
|
386 |
|
387 |
-
#: ../
|
388 |
msgid "Show widget on archive pages"
|
389 |
msgstr "¿Quieres mostrar el widget en las páginas de archivo o índice"
|
390 |
|
391 |
-
#: ../
|
392 |
msgid "This option does not include Author and Category Pages."
|
393 |
msgstr "Esta opción no incluye las páginas de autor y de categorías."
|
394 |
|
395 |
-
#: ../
|
396 |
-
|
397 |
-
|
398 |
-
msgid "Error Page"
|
399 |
-
msgstr "Página de error"
|
400 |
-
|
401 |
-
#: ../dynwid_admin_edit.php:755
|
402 |
-
msgid "Show widget on the error page?"
|
403 |
-
msgstr "¿Quieres mostrar el widget en la página de error?"
|
404 |
-
|
405 |
-
#: ../dynwid_admin_edit.php:762
|
406 |
-
msgid "Search Page"
|
407 |
-
msgstr "Página de búsqueda"
|
408 |
|
409 |
-
#: ../
|
410 |
-
msgid "
|
411 |
-
msgstr "
|
412 |
|
413 |
-
#: ../
|
414 |
-
|
415 |
-
|
|
|
|
|
416 |
|
417 |
-
#: ../
|
418 |
-
|
419 |
-
|
|
|
420 |
|
421 |
-
#: ../
|
422 |
-
#: ../
|
423 |
-
msgid "
|
424 |
-
msgstr "
|
425 |
|
426 |
-
#: ../
|
427 |
-
|
428 |
-
|
429 |
-
msgstr "Tipo de contenido personalizado"
|
430 |
|
431 |
-
#: ../
|
432 |
#, fuzzy
|
433 |
-
msgid "
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
msgid "Show widget default on WPSC categories?"
|
444 |
-
msgstr "¿Quieres mostrar el widget por defecto en las categorías del plugin WPSC?"
|
445 |
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
|
|
450 |
|
451 |
-
#: ../
|
452 |
-
|
453 |
-
|
454 |
-
msgstr "Idioma"
|
455 |
|
456 |
-
#: ../
|
457 |
-
|
458 |
-
|
459 |
-
msgstr "Página de búsqueda"
|
460 |
|
461 |
-
#: ../
|
462 |
-
|
463 |
-
|
464 |
-
#: ../dynamic-widgets.php:563
|
465 |
-
msgid "Dynamic Widgets"
|
466 |
-
msgstr "Widgets dinámicos"
|
467 |
|
468 |
-
#: ../
|
469 |
-
|
470 |
-
|
|
|
471 |
|
472 |
-
#: ../
|
473 |
-
|
474 |
-
|
|
|
475 |
|
476 |
-
#: ../
|
477 |
-
|
478 |
-
|
479 |
-
msgstr "ANTIGUO"
|
480 |
|
481 |
-
#: ../
|
482 |
-
|
483 |
-
|
484 |
-
msgstr "FILTRO"
|
485 |
|
486 |
-
#: ../
|
487 |
-
msgid "
|
488 |
-
msgstr "
|
489 |
|
490 |
-
#: ../
|
491 |
-
|
492 |
-
|
|
|
493 |
|
494 |
-
#: ../
|
495 |
-
|
496 |
-
|
|
|
497 |
|
498 |
-
#: ../
|
499 |
-
|
500 |
-
msgid "
|
501 |
-
msgstr "
|
502 |
|
503 |
# WordPress MO
|
504 |
-
#: ../
|
505 |
-
msgid "
|
506 |
-
msgstr "
|
507 |
-
|
508 |
-
#: ../dynwid_admin_overview.php:67
|
509 |
-
msgid "Reset widget to Static"
|
510 |
-
msgstr "Restablecer el widget y hacerlo estático"
|
511 |
-
|
512 |
-
#: ../dynwid_admin_overview.php:67
|
513 |
-
#: ../dynamic-widgets.php:131
|
514 |
-
msgid "Reset"
|
515 |
-
msgstr "Restablecer"
|
516 |
-
|
517 |
-
#: ../dynwid_admin_overview.php:73
|
518 |
-
#: ../dynamic-widgets.php:128
|
519 |
-
#: ../dynamic-widgets.php:130
|
520 |
-
#: ../dynamic-widgets.php:565
|
521 |
-
msgid "Dynamic"
|
522 |
-
msgstr "Dinámico"
|
523 |
-
|
524 |
-
#: ../dynwid_admin_overview.php:73
|
525 |
-
#: ../dynamic-widgets.php:128
|
526 |
-
#: ../dynamic-widgets.php:129
|
527 |
-
#: ../dynamic-widgets.php:132
|
528 |
-
#: ../dynamic-widgets.php:565
|
529 |
-
msgid "Static"
|
530 |
-
msgstr "Estático"
|
531 |
-
|
532 |
-
#: ../dynwid_admin_overview.php:88
|
533 |
-
msgid "Advanced"
|
534 |
-
msgstr "Avanzado"
|
535 |
-
|
536 |
-
#: ../dynwid_admin_overview.php:90
|
537 |
-
msgid "wp_head() check:"
|
538 |
-
msgstr "Comprobación de wp_head:"
|
539 |
-
|
540 |
-
#: ../dynwid_admin_overview.php:95
|
541 |
-
msgid "wp_head() is NOT called (at the most obvious place)"
|
542 |
-
msgstr "la función wp_head no ha sido invocada (al menos, en su ubicación habitual)"
|
543 |
-
|
544 |
-
#: ../dynwid_admin_overview.php:99
|
545 |
-
msgid "wp_head() is called"
|
546 |
-
msgstr "la función wp_head() ha sido invocada"
|
547 |
-
|
548 |
-
#: ../dynwid_admin_overview.php:103
|
549 |
-
msgid "Unable to determine if wp_head() is called"
|
550 |
-
msgstr "el plugin ha sido incapaz de determinar si se ha invocado la función wp_head()"
|
551 |
-
|
552 |
-
#: ../dynwid_admin_overview.php:114
|
553 |
-
msgid "Use 'OLD' method"
|
554 |
-
msgstr "Utilizar el método 'Antiguo'"
|
555 |
|
556 |
-
#: ../
|
557 |
-
msgid "
|
558 |
-
msgstr "
|
559 |
|
560 |
-
#: ../
|
561 |
-
msgid "
|
562 |
-
|
|
|
|
|
|
|
|
|
563 |
|
564 |
-
#: ../
|
565 |
-
msgid "
|
566 |
-
msgstr "
|
567 |
|
568 |
-
#: ../
|
569 |
-
msgid "
|
570 |
-
msgstr "
|
571 |
|
572 |
-
#: ../
|
573 |
-
msgid "
|
574 |
-
msgstr "
|
575 |
|
576 |
-
#: ../
|
577 |
-
|
578 |
-
|
|
|
579 |
|
580 |
-
#: ../
|
581 |
-
msgid "
|
582 |
-
msgstr "
|
583 |
|
584 |
-
#: ../
|
585 |
-
|
586 |
-
|
|
|
587 |
|
588 |
-
#: ../
|
589 |
-
|
590 |
-
|
|
|
591 |
|
592 |
-
#: ../
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
595 |
|
596 |
-
#: ../
|
597 |
-
|
598 |
-
|
|
|
599 |
|
600 |
-
#: ../
|
601 |
-
msgid "
|
602 |
-
msgstr "
|
603 |
|
604 |
-
#: ../
|
605 |
-
|
606 |
-
|
|
|
607 |
|
608 |
-
#: ../
|
609 |
-
msgid "
|
610 |
-
msgstr "
|
611 |
|
612 |
-
#: ../
|
613 |
-
|
614 |
-
|
|
|
|
|
|
|
615 |
|
616 |
-
|
617 |
-
|
618 |
-
msgid "
|
619 |
-
msgstr "
|
620 |
|
621 |
-
#: ../
|
622 |
-
msgid "
|
623 |
-
msgstr "
|
624 |
|
625 |
-
#: ../
|
626 |
-
msgid "
|
627 |
-
msgstr "
|
628 |
|
629 |
-
#: ../
|
630 |
-
msgid "
|
631 |
-
msgstr "
|
632 |
|
633 |
-
#: ../
|
634 |
-
msgid "
|
635 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
636 |
|
637 |
-
#: ../
|
638 |
-
msgid "
|
639 |
-
msgstr "
|
640 |
|
641 |
-
#: ../
|
642 |
-
msgid "
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: ../
|
646 |
-
msgid "
|
647 |
-
msgstr "
|
648 |
|
649 |
-
#: ../
|
650 |
-
msgid "
|
651 |
-
msgstr "
|
652 |
|
653 |
-
#: ../
|
654 |
-
msgid "
|
655 |
-
msgstr "
|
656 |
|
657 |
-
|
658 |
-
|
659 |
-
msgstr "Opción establecida para"
|
660 |
|
661 |
#~ msgid "Dynamic Widgets: "
|
662 |
#~ msgstr "Widgets dinámicos: "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets en español\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-08-13 18:05+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-08-13 18:08+0100\n"
|
7 |
+
"Last-Translator: Jacco Drabbe <jacco@qurl.nl>\n"
|
8 |
"Language-Team: Eduardo Larequi <elarequi@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# WordPress MO
|
20 |
+
#: ../dynwid_class_php4.php:164
|
21 |
+
#: ../dynwid_class.php:149
|
22 |
+
msgid "Role"
|
23 |
+
msgstr "Perfil"
|
24 |
|
25 |
+
# WordPress MO
|
26 |
+
#: ../dynwid_class_php4.php:165
|
27 |
+
#: ../dynwid_class.php:150
|
28 |
+
msgid "Date"
|
29 |
+
msgstr "Fecha"
|
30 |
|
31 |
+
#: ../dynwid_class_php4.php:166
|
32 |
+
#: ../dynwid_class.php:151
|
33 |
+
msgid "Browser"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../dynwid_class_php4.php:167
|
37 |
+
#: ../dynwid_class.php:152
|
38 |
+
msgid "Templates"
|
39 |
+
msgstr ""
|
40 |
|
41 |
+
#: ../dynwid_class_php4.php:168
|
42 |
+
#: ../dynwid_class_php4.php:169
|
43 |
+
#: ../dynwid_class.php:153
|
44 |
+
#: ../dynwid_class.php:154
|
45 |
+
msgid "Language"
|
46 |
+
msgstr "Idioma"
|
47 |
|
48 |
+
#: ../dynwid_class_php4.php:170
|
49 |
+
#: ../dynwid_class.php:155
|
50 |
+
#: ../mods/frontpage_module.php:13
|
51 |
+
msgid "Front Page"
|
52 |
msgstr "Página de inicio"
|
53 |
|
54 |
+
#: ../dynwid_class_php4.php:171
|
55 |
+
#: ../dynwid_class.php:156
|
56 |
+
#: ../mods/single_module.php:58
|
57 |
+
msgid "Single Posts"
|
58 |
+
msgstr "Entradas individuales"
|
59 |
+
|
60 |
+
#: ../dynwid_class_php4.php:172
|
61 |
+
#: ../dynwid_class.php:157
|
62 |
+
#: ../mods/attachment_module.php:12
|
63 |
+
msgid "Attachments"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
# WordPress MO
|
67 |
+
#: ../dynwid_class_php4.php:173
|
68 |
+
#: ../dynwid_class.php:158
|
69 |
+
msgid "Pages"
|
70 |
+
msgstr "Páginas"
|
71 |
+
|
72 |
+
#: ../dynwid_class_php4.php:174
|
73 |
+
#: ../dynwid_class.php:159
|
74 |
+
msgid "Author Pages"
|
75 |
+
msgstr "Páginas de autor"
|
76 |
+
|
77 |
+
#: ../dynwid_class_php4.php:175
|
78 |
+
#: ../dynwid_class.php:160
|
79 |
+
#: ../mods/category_module.php:17
|
80 |
+
msgid "Category Pages"
|
81 |
+
msgstr "Páginas de categoría"
|
82 |
+
|
83 |
+
#: ../dynwid_class_php4.php:176
|
84 |
+
#: ../dynwid_class.php:161
|
85 |
+
msgid "Archive Pages"
|
86 |
+
msgstr "Páginas de archivo o índice"
|
87 |
+
|
88 |
+
#: ../dynwid_class_php4.php:177
|
89 |
+
#: ../dynwid_class.php:162
|
90 |
+
#: ../mods/error_module.php:12
|
91 |
+
msgid "Error Page"
|
92 |
+
msgstr "Página de error"
|
93 |
+
|
94 |
+
#: ../dynwid_class_php4.php:178
|
95 |
+
#: ../dynwid_class.php:163
|
96 |
+
msgid "Search page"
|
97 |
+
msgstr "Página de búsqueda"
|
98 |
+
|
99 |
+
#: ../dynwid_class_php4.php:179
|
100 |
+
#: ../dynwid_class.php:164
|
101 |
+
msgid "WPSC Category"
|
102 |
+
msgstr "Categoría WPSC (WP Shopping Cart)"
|
103 |
+
|
104 |
+
#: ../dynwid_class_php4.php:180
|
105 |
+
#: ../dynwid_class.php:165
|
106 |
+
#, fuzzy
|
107 |
+
msgid "Custom Post Type Archives"
|
108 |
+
msgstr "Tipo de contenido personalizado"
|
109 |
+
|
110 |
+
#: ../dynwid_class_php4.php:181
|
111 |
+
#: ../dynwid_class.php:166
|
112 |
+
msgid "BuddyPress"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../dynwid_class_php4.php:182
|
116 |
+
#: ../dynwid_class.php:167
|
117 |
+
msgid "BuddyPress Groups"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: ../dynwid_admin.php:19
|
121 |
+
#: ../dynamic-widgets.php:152
|
122 |
+
#: ../dynamic-widgets.php:175
|
123 |
+
#: ../dynamic-widgets.php:281
|
124 |
+
#: ../dynamic-widgets.php:680
|
125 |
+
msgid "Dynamic Widgets"
|
126 |
+
msgstr "Widgets dinámicos"
|
127 |
+
|
128 |
+
#: ../dynwid_admin.php:26
|
129 |
+
msgid "<b>WARNING</b> STRICT sql mode in effect. Dynamic Widgets might not work correctly. Please disable STRICT sql mode."
|
130 |
+
msgstr "<b>AVISO</b> El modo SQL STRICT está activado, y por tanto el plugin Dynamic Widgets podría no funcionar correctamente. Por favor, desacitva el modo SQL STRICT."
|
131 |
+
|
132 |
+
#: ../dynwid_admin.php:46
|
133 |
+
msgid "Oops! Something went terrible wrong. Please reinstall Dynamic Widgets."
|
134 |
+
msgstr "Lo sentimos, pero algo ha funcionado mal. Por favor, reinstala el plugin Dynamic Widgets."
|
135 |
+
|
136 |
+
#: ../dynwid_admin.php:54
|
137 |
+
#: ../dynwid_admin_overview.php:20
|
138 |
+
msgid "OLD"
|
139 |
+
msgstr "ANTIGUO"
|
140 |
+
|
141 |
+
#: ../dynwid_admin.php:54
|
142 |
+
#: ../dynwid_admin_overview.php:20
|
143 |
+
msgid "FILTER"
|
144 |
+
msgstr "FILTRO"
|
145 |
+
|
146 |
+
#: ../dynamic-widgets.php:160
|
147 |
+
msgid "Widgets are always displayed by default"
|
148 |
+
msgstr "Los widgets siempre se muestran por defecto"
|
149 |
+
|
150 |
+
#: ../dynamic-widgets.php:160
|
151 |
+
msgid "The '<em>Yes</em>' selection"
|
152 |
+
msgstr "La opción '<em>Sí</em>'"
|
153 |
+
|
154 |
+
#: ../dynamic-widgets.php:161
|
155 |
+
msgid "Click on the"
|
156 |
+
msgstr "Haz clic en el botón"
|
157 |
+
|
158 |
+
#: ../dynamic-widgets.php:161
|
159 |
+
msgid "next to the options for more info"
|
160 |
+
msgstr "siguiente de las opciones para obtener más información"
|
161 |
+
|
162 |
+
#: ../dynamic-widgets.php:162
|
163 |
+
msgid "The"
|
164 |
+
msgstr "El"
|
165 |
+
|
166 |
+
#: ../dynamic-widgets.php:162
|
167 |
+
msgid "next to a section means it has options set."
|
168 |
+
msgstr "junto a una sección significa que se han establecido opciones."
|
169 |
+
|
170 |
+
#: ../dynamic-widgets.php:164
|
171 |
+
#: ../dynamic-widgets.php:165
|
172 |
+
#: ../dynamic-widgets.php:168
|
173 |
+
#: ../dynamic-widgets.php:682
|
174 |
+
#: ../dynwid_admin_overview.php:85
|
175 |
+
msgid "Static"
|
176 |
+
msgstr "Estático"
|
177 |
+
|
178 |
+
#: ../dynamic-widgets.php:164
|
179 |
+
#: ../dynamic-widgets.php:166
|
180 |
+
#: ../dynamic-widgets.php:682
|
181 |
+
#: ../dynwid_admin_overview.php:85
|
182 |
+
msgid "Dynamic"
|
183 |
+
msgstr "Dinámico"
|
184 |
+
|
185 |
+
#: ../dynamic-widgets.php:165
|
186 |
+
msgid "When a widget is"
|
187 |
+
msgstr "Cuando un widget es"
|
188 |
+
|
189 |
+
#: ../dynamic-widgets.php:165
|
190 |
+
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
191 |
+
msgstr "el widget utiliza la configuración por defecto de WordPress. En otras palabras, se muestra en todas partes."
|
192 |
+
|
193 |
+
#: ../dynamic-widgets.php:166
|
194 |
+
msgid "A widget is"
|
195 |
+
msgstr "Un widget es"
|
196 |
+
|
197 |
+
#: ../dynamic-widgets.php:166
|
198 |
+
msgid "when there are options set, i.e. not showing on the front page."
|
199 |
+
msgstr "cuando se han definido opciones para él; por ejemplo, cuando no se muestra en la página de inicio."
|
200 |
+
|
201 |
+
#: ../dynamic-widgets.php:167
|
202 |
+
#: ../dynwid_admin_overview.php:79
|
203 |
+
msgid "Reset"
|
204 |
+
msgstr "Restablecer"
|
205 |
+
|
206 |
+
#: ../dynamic-widgets.php:168
|
207 |
+
msgid "Reset makes the widget return to"
|
208 |
+
msgstr "El botón de Restablecer hace que el widget vuelva a"
|
209 |
+
|
210 |
+
# WordPress MO
|
211 |
+
#: ../dynamic-widgets.php:234
|
212 |
+
msgid "Settings"
|
213 |
+
msgstr "Configuración"
|
214 |
+
|
215 |
+
#: ../dynamic-widgets.php:248
|
216 |
+
msgid "Apply exception rule to widgets:"
|
217 |
+
msgstr "Aplicar una excepción a los siguientes widgets:"
|
218 |
+
|
219 |
+
#: ../dynamic-widgets.php:264
|
220 |
+
#: ../dynamic-widgets.php:298
|
221 |
+
msgid "Off"
|
222 |
+
msgstr "desactivado"
|
223 |
+
|
224 |
+
#: ../dynamic-widgets.php:264
|
225 |
+
#: ../dynamic-widgets.php:298
|
226 |
+
msgid "On"
|
227 |
+
msgstr "activado"
|
228 |
+
|
229 |
+
#: ../dynamic-widgets.php:265
|
230 |
+
msgid " (Default: "
|
231 |
+
msgstr " (Por defecto: "
|
232 |
+
|
233 |
+
#: ../dynamic-widgets.php:299
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Default"
|
236 |
+
msgstr " (Por defecto: "
|
237 |
+
|
238 |
+
#: ../dynamic-widgets.php:359
|
239 |
+
msgid "Dynamic Widgets Options saved"
|
240 |
+
msgstr "Se han guardado las opciones del plugin Dynamic Widgets"
|
241 |
+
|
242 |
+
#: ../dynamic-widgets.php:360
|
243 |
+
msgid "for"
|
244 |
+
msgstr "para"
|
245 |
+
|
246 |
+
#: ../dynamic-widgets.php:681
|
247 |
+
msgid "Edit Dynamic Widgets Options"
|
248 |
+
msgstr "Editar las opciones de los widgets dinámicos"
|
249 |
+
|
250 |
+
#: ../dynamic-widgets.php:706
|
251 |
+
msgid "and"
|
252 |
+
msgstr "y"
|
253 |
+
|
254 |
+
#: ../dynamic-widgets.php:712
|
255 |
+
msgid "Options set for"
|
256 |
+
msgstr "Opciones establecidas para"
|
257 |
+
|
258 |
+
#: ../dynamic-widgets.php:712
|
259 |
+
msgid "Option set for"
|
260 |
+
msgstr "Opción establecida para"
|
261 |
|
262 |
+
#: ../dynwid_admin_edit.php:118
|
263 |
msgid "Widget options saved."
|
264 |
msgstr "Opciones del widget guardadas."
|
265 |
|
266 |
+
#: ../dynwid_admin_edit.php:119
|
267 |
+
#: ../dynwid_admin_edit.php:194
|
268 |
msgid "Return"
|
269 |
msgstr "Volver"
|
270 |
|
271 |
+
#: ../dynwid_admin_edit.php:119
|
272 |
msgid "to Dynamic Widgets overview"
|
273 |
msgstr "a la vista general de Dynamic Widgets"
|
274 |
|
275 |
+
#: ../dynwid_admin_edit.php:123
|
276 |
msgid "Dynamic does not mean static hiding of a widget."
|
277 |
msgstr "Un widget dinámico no permite ocultar estáticamente un widget."
|
278 |
|
279 |
+
#: ../dynwid_admin_edit.php:123
|
280 |
msgid "Hint"
|
281 |
msgstr "Pista"
|
282 |
|
283 |
+
#: ../dynwid_admin_edit.php:123
|
284 |
msgid "Remove"
|
285 |
msgstr "Eliminar"
|
286 |
|
287 |
+
#: ../dynwid_admin_edit.php:123
|
288 |
msgid "the widget from the sidebar"
|
289 |
msgstr "el widget de la barra lateral"
|
290 |
|
291 |
+
#: ../dynwid_admin_edit.php:128
|
292 |
msgid "The From date can't be later than the To date."
|
293 |
msgstr "La fecha del campo Desde no puede ser posterior a la fecha del campo Hasta."
|
294 |
|
295 |
+
#: ../dynwid_admin_edit.php:134
|
296 |
#, fuzzy
|
297 |
msgid "Edit options for the widget"
|
298 |
msgstr "Editar las opciones del widget"
|
299 |
|
300 |
# WordPress MO
|
301 |
+
#: ../dynwid_admin_edit.php:138
|
302 |
+
#, fuzzy
|
303 |
+
msgid "Quick settings"
|
304 |
+
msgstr "Configuración"
|
|
|
|
|
|
|
|
|
|
|
305 |
|
306 |
+
#: ../dynwid_admin_edit.php:140
|
307 |
+
msgid "Set all options to 'No'"
|
308 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
|
310 |
+
#: ../dynwid_admin_edit.php:140
|
311 |
+
msgid "Except overriding options like Role, Date, etc."
|
|
|
|
|
312 |
msgstr ""
|
|
|
|
|
313 |
|
314 |
# WordPress MO
|
315 |
+
#: ../dynwid_admin_edit.php:190
|
316 |
+
#: ../dynwid_admin_overview.php:140
|
317 |
+
msgid "Save"
|
318 |
+
msgstr "Guardar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
|
320 |
+
#: ../dynwid_admin_overview.php:20
|
321 |
+
msgid "Method set to"
|
322 |
+
msgstr "El método ha sido establecido a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
|
324 |
+
#: ../dynwid_admin_overview.php:28
|
325 |
+
#, fuzzy
|
326 |
+
msgid "Page limit set to"
|
327 |
+
msgstr "El método ha sido establecido a"
|
328 |
|
329 |
+
#: ../dynwid_admin_overview.php:31
|
330 |
+
msgid "ERROR"
|
331 |
+
msgstr ""
|
|
|
|
|
|
|
332 |
|
333 |
+
#: ../dynwid_admin_overview.php:31
|
334 |
+
msgid "is not a valid limit."
|
335 |
+
msgstr ""
|
336 |
|
337 |
+
#: ../dynwid_admin_overview.php:40
|
338 |
+
msgid "Widget options have been reset to default."
|
339 |
+
msgstr "Las opciones del widget se han devuelto a su configuración por defecto."
|
340 |
|
341 |
+
#: ../dynwid_admin_overview.php:48
|
342 |
+
msgid "Inactive Widgets"
|
343 |
+
msgstr "Widgets inactivos"
|
344 |
|
345 |
+
#: ../dynwid_admin_overview.php:71
|
346 |
+
#: ../dynwid_admin_overview.php:74
|
347 |
+
msgid "Edit this widget options"
|
348 |
+
msgstr "Editar las opciones de este widget"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
|
350 |
+
# WordPress MO
|
351 |
+
#: ../dynwid_admin_overview.php:74
|
352 |
+
msgid "Edit"
|
353 |
+
msgstr "Editar"
|
354 |
|
355 |
+
#: ../dynwid_admin_overview.php:79
|
356 |
+
msgid "Reset widget to Static"
|
357 |
+
msgstr "Restablecer el widget y hacerlo estático"
|
358 |
|
359 |
+
#: ../dynwid_admin_overview.php:100
|
360 |
+
msgid "Advanced"
|
361 |
+
msgstr "Avanzado"
|
362 |
|
363 |
+
#: ../dynwid_admin_overview.php:105
|
364 |
+
msgid "wp_head() check:"
|
365 |
+
msgstr "Comprobación de wp_head:"
|
366 |
|
367 |
+
#: ../dynwid_admin_overview.php:110
|
368 |
+
msgid "wp_head() is NOT called (at the most obvious place)"
|
369 |
+
msgstr "la función wp_head no ha sido invocada (al menos, en su ubicación habitual)"
|
370 |
|
371 |
+
#: ../dynwid_admin_overview.php:114
|
372 |
+
msgid "wp_head() is called"
|
373 |
+
msgstr "la función wp_head() ha sido invocada"
|
374 |
|
375 |
+
#: ../dynwid_admin_overview.php:118
|
376 |
+
msgid "Unable to determine if wp_head() is called"
|
377 |
+
msgstr "el plugin ha sido incapaz de determinar si se ha invocado la función wp_head()"
|
378 |
|
379 |
+
#: ../dynwid_admin_overview.php:130
|
380 |
+
msgid "Use 'OLD' method"
|
381 |
+
msgstr "Utilizar el método 'Antiguo'"
|
382 |
+
|
383 |
+
#: ../dynwid_admin_overview.php:140
|
384 |
+
msgid "Page limit"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: ../dynwid_admin_overview.php:142
|
388 |
+
msgid "The page limit sets the limit of number of pages to prevent a timeout when building the hierarchical tree. When the number of pages is above this limit, a flat list will be displayed which is less time consuming."
|
389 |
+
msgstr ""
|
|
|
390 |
|
391 |
+
#: ../dynwid_admin_overview.php:144
|
392 |
+
msgid "Currently the number of pages is"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../dynwid_admin_overview.php:151
|
396 |
+
msgid "When upgrading to WPEC 3.8 the Dynamic Widgets rules for WPEC are lost. The WPEC dump gives you an overview of the rules before the update."
|
397 |
+
msgstr ""
|
|
|
398 |
|
399 |
+
#: ../dynwid_admin_overview.php:152
|
400 |
+
msgid "WARNING"
|
401 |
+
msgstr ""
|
|
|
|
|
402 |
|
403 |
+
#: ../dynwid_admin_overview.php:152
|
404 |
+
msgid "This only works correct when you did not add or change anything in the Dynamic Widgets rules."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
msgstr ""
|
|
|
|
|
|
|
406 |
|
407 |
+
#: ../dynwid_admin_overview.php:157
|
408 |
+
#, fuzzy
|
409 |
+
msgid "Create WPEC dump"
|
410 |
+
msgstr "Crear volcado"
|
411 |
+
|
412 |
+
#: ../dynwid_admin_overview.php:164
|
413 |
+
msgid "For debugging purposes it is possible you're asked to create a dump. Click the 'Create dump' button and save the text file."
|
414 |
+
msgstr "A efectos de depuración, es posible que se te pida crear un volcado. Haz clic en el botón 'Crear volcado' y guarda el fichero de texto."
|
415 |
+
|
416 |
+
#: ../dynwid_admin_overview.php:169
|
417 |
+
msgid "Create dump"
|
418 |
+
msgstr "Crear volcado"
|
419 |
+
|
420 |
+
#: ../dynwid_admin_overview.php:176
|
421 |
+
msgid "When you deceide not to use this plugin anymore (sorry to hear that!). You can cleanup all settings and data related to this plugin by clicking on the 'Uninstall' button. This process is irreversible! After the cleanup the plugin is deactivated automaticly."
|
422 |
+
msgstr "Si decides no utilizar más este plugin, puedes eliminar todos las opciones de configuración y los datos relacionados con él haciendo clic en el botón 'Desinstalar'. Ten en cuenta que este proceso es irreversible. Una vez hecha la limpieza, el plugin se desactivará de forma automática."
|
423 |
+
|
424 |
+
#: ../dynwid_admin_overview.php:181
|
425 |
+
msgid "Uninstall"
|
426 |
+
msgstr "Desinstalar"
|
427 |
+
|
428 |
+
#: ../mods/search_module.php:13
|
429 |
+
msgid "Search Page"
|
430 |
+
msgstr "Página de búsqueda"
|
431 |
+
|
432 |
+
#: ../mods/search_module.php:15
|
433 |
+
msgid "Show widget on the search page?"
|
434 |
+
msgstr "¿Quieres mostrar el widget en la página de búsqueda?"
|
435 |
+
|
436 |
+
# WordPress MO
|
437 |
+
#: ../mods/search_module.php:17
|
438 |
+
#: ../mods/qtranslate_module.php:31
|
439 |
+
#: ../mods/category_module.php:21
|
440 |
+
#: ../mods/single_module.php:69
|
441 |
+
#: ../mods/attachment_module.php:16
|
442 |
+
#: ../mods/error_module.php:16
|
443 |
+
#: ../mods/frontpage_module.php:24
|
444 |
+
msgid "Yes"
|
445 |
+
msgstr "Sí"
|
446 |
|
447 |
+
# WordPress MO
|
448 |
+
#: ../mods/search_module.php:18
|
449 |
+
#: ../mods/qtranslate_module.php:32
|
450 |
+
#: ../mods/category_module.php:22
|
451 |
+
#: ../mods/single_module.php:70
|
452 |
+
#: ../mods/attachment_module.php:17
|
453 |
+
#: ../mods/error_module.php:17
|
454 |
+
#: ../mods/frontpage_module.php:25
|
455 |
+
msgid "No"
|
456 |
+
msgstr "No"
|
457 |
+
|
458 |
+
#: ../mods/qtranslate_module.php:22
|
459 |
+
#, fuzzy
|
460 |
+
msgid "Language (QT)"
|
461 |
+
msgstr "Idioma (WPML)"
|
462 |
+
|
463 |
+
#: ../mods/qtranslate_module.php:24
|
464 |
+
msgid "Show widget default on all languages?"
|
465 |
+
msgstr "¿Quieres mostrar el widget por defecto en todos los idiomas?"
|
466 |
+
|
467 |
+
#: ../mods/qtranslate_module.php:24
|
468 |
+
#: ../mods/single_module.php:60
|
469 |
+
#: ../mods/single_module.php:74
|
470 |
+
msgid "Click to toggle info"
|
471 |
+
msgstr "Haz clic para mostrar/ocultar la información"
|
472 |
+
|
473 |
+
#: ../mods/qtranslate_module.php:28
|
474 |
+
msgid "Using this option can override all other options."
|
475 |
+
msgstr "Al utilizar esta opción se pueden sobreescribir todas las demás opciones."
|
476 |
+
|
477 |
+
#: ../mods/qtranslate_module.php:33
|
478 |
+
msgid "Except the languages"
|
479 |
+
msgstr "Excepto los idiomas"
|
480 |
+
|
481 |
+
#: ../mods/category_module.php:19
|
482 |
+
msgid "Show widget default on category pages?"
|
483 |
+
msgstr "¿Quieres mostrar el widget por defecto en las páginas por categorías?"
|
484 |
+
|
485 |
+
#: ../mods/category_module.php:23
|
486 |
+
msgid "Except the categories"
|
487 |
+
msgstr "Excepto en las páginas de las categorías"
|
488 |
+
|
489 |
+
#: ../mods/single_module.php:52
|
490 |
+
msgid "Posts: "
|
491 |
+
msgstr "entradas: "
|
492 |
+
|
493 |
+
#: ../mods/single_module.php:52
|
494 |
+
msgid "Tags: "
|
495 |
+
msgstr "etiquetas: "
|
496 |
+
|
497 |
+
#: ../mods/single_module.php:60
|
498 |
msgid "Show widget default on single posts?"
|
499 |
msgstr "¿Quieres mostrar el widget por defecto en las entradas individuales?"
|
500 |
|
501 |
+
#: ../mods/single_module.php:64
|
502 |
msgid ""
|
503 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
504 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
508 |
" \t\t\t\t\tSi quieres utilizar las dos reglas en una condiciión lógica excluyente (OR), debes añadir el mismo widget otra vez y aplicarle la segunda regla.\n"
|
509 |
" \t\t\t\t\t"
|
510 |
|
511 |
+
#: ../mods/single_module.php:73
|
512 |
msgid "Make exception rule available to individual posts and tags."
|
513 |
msgstr "Definir una excepción para las entradas individuales y las etiquetas"
|
514 |
|
515 |
+
#: ../mods/single_module.php:77
|
516 |
msgid ""
|
517 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
518 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
528 |
" \t\t\t\t\tDebes tener en cuenta que si defines excepciones para las páginas de autor o de categoría, las que hayas definido en esta sección se eliminarán.\n"
|
529 |
" \t\t\t\t"
|
530 |
|
531 |
+
#: ../mods/single_module.php:94
|
532 |
msgid "Except the posts by author"
|
533 |
msgstr "Excepto en las entradas del autor"
|
534 |
|
535 |
+
#: ../mods/single_module.php:105
|
536 |
msgid "Except the posts in category"
|
537 |
msgstr "Excepto en las entradas de la categoría"
|
538 |
|
539 |
+
#: ../mods/attachment_module.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
540 |
#, fuzzy
|
541 |
msgid "Show widget on attachment pages"
|
542 |
msgstr "¿Quieres mostrar el widget en las páginas de archivo o índice"
|
543 |
|
544 |
+
#: ../mods/error_module.php:14
|
545 |
+
msgid "Show widget on the error page?"
|
546 |
+
msgstr "¿Quieres mostrar el widget en la página de error?"
|
|
|
|
|
|
|
547 |
|
548 |
+
#: ../mods/frontpage_module.php:15
|
549 |
+
msgid "Show widget on the front page?"
|
550 |
+
msgstr "¿Quieres mostrar el widget en la página de inicio?"
|
551 |
|
552 |
+
#: ../mods/frontpage_module.php:19
|
553 |
msgid ""
|
554 |
+
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
555 |
+
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
556 |
+
"\t\t\t\t\t"
|
|
|
557 |
msgstr ""
|
558 |
+
"Esta opción sólo se aplica cuando la página de opción está configurada para mostrar tus últimas entradas (ve al menú Ajustes > Lectura).<br />\n"
|
559 |
+
"\t\t\t\t\t\tSi configuras el blog a partir de una página estática, puedes utilizar las opciones para páginas estáticas, que aparecen a continuación.\n"
|
560 |
+
"\t\t\t\t\t"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
|
562 |
+
#: ../mods/archive_module.php:14
|
563 |
msgid "Show widget on archive pages"
|
564 |
msgstr "¿Quieres mostrar el widget en las páginas de archivo o índice"
|
565 |
|
566 |
+
#: ../mods/archive_module.php:18
|
567 |
msgid "This option does not include Author and Category Pages."
|
568 |
msgstr "Esta opción no incluye las páginas de autor y de categorías."
|
569 |
|
570 |
+
#: ../mods/pages_module.php:14
|
571 |
+
msgid "The static page module failed to load."
|
572 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
|
574 |
+
#: ../mods/pages_module.php:16
|
575 |
+
msgid "This is probably because building the hierarchical tree took too long.<br />Decrease the limit of number of pages in the advanced settings."
|
576 |
+
msgstr ""
|
577 |
|
578 |
+
#: ../mods/pages_module.php:43
|
579 |
+
#: ../mods/custompost_module.php:46
|
580 |
+
#: ../mods/custompost_module.php:89
|
581 |
+
msgid "All childs"
|
582 |
+
msgstr "Todas las páginas-hijas"
|
583 |
|
584 |
+
#: ../mods/pages_module.php:83
|
585 |
+
#: ../mods/pages_module.php:86
|
586 |
+
msgid "Front page"
|
587 |
+
msgstr "Página de inicio"
|
588 |
|
589 |
+
#: ../mods/pages_module.php:83
|
590 |
+
#: ../mods/pages_module.php:88
|
591 |
+
msgid "Posts page"
|
592 |
+
msgstr "Página de entradas"
|
593 |
|
594 |
+
#: ../mods/pages_module.php:94
|
595 |
+
msgid "Show widget default on static pages?"
|
596 |
+
msgstr "¿Quieres mostrar el widget por defecto en las páginas estáticas?"
|
|
|
597 |
|
598 |
+
#: ../mods/pages_module.php:101
|
599 |
#, fuzzy
|
600 |
+
msgid ""
|
601 |
+
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
602 |
+
"\t\t\t\t\tto the parent and all items under it in all levels. Also future items\n"
|
603 |
+
"\t\t\t\t\tunder the parent. It's not possible to apply an exception rule to\n"
|
604 |
+
"\t\t\t\t\t\"All childs\" without the parent."
|
605 |
+
msgstr ""
|
606 |
+
"Si marcas la opción \"Todas las páginas-hijas\", la excepción se aplicará\n"
|
607 |
+
"\t\t\t\ta la página padre y a todas las páginas-hijas que dependan de ella, a todos los niveles, incluyendo las futuras páginas-hijas.\n"
|
608 |
+
"\t\t\t\tNo es posible aplicar una excepción a\n"
|
609 |
+
"\t\t\t\t\"Todas las páginas-hijas\" sin incluir previamente la página-padre."
|
|
|
|
|
610 |
|
611 |
+
#: ../mods/pages_module.php:106
|
612 |
+
msgid ""
|
613 |
+
"Unfortunately the childs-function has been disabled\n"
|
614 |
+
"\t\t\t\t\tbecause you have more than the limit of pages."
|
615 |
+
msgstr ""
|
616 |
|
617 |
+
#: ../mods/pages_module.php:116
|
618 |
+
msgid "Except the page(s)"
|
619 |
+
msgstr "Excepto en la(s) página(s)"
|
|
|
620 |
|
621 |
+
#: ../mods/author_module.php:24
|
622 |
+
msgid "Show widget default on author pages?"
|
623 |
+
msgstr "¿Quieres mostrar el widget por defecto en las páginas de autor?"
|
|
|
624 |
|
625 |
+
#: ../mods/author_module.php:28
|
626 |
+
msgid "Except the author(s)"
|
627 |
+
msgstr "Excepto en las páginas del autor o autores"
|
|
|
|
|
|
|
628 |
|
629 |
+
#: ../mods/bp_module.php:24
|
630 |
+
#, fuzzy
|
631 |
+
msgid "Show widget default on BuddyPress pages?"
|
632 |
+
msgstr "¿Quieres mostrar el widget por defecto en las páginas de autor?"
|
633 |
|
634 |
+
#: ../mods/bp_module.php:28
|
635 |
+
#, fuzzy
|
636 |
+
msgid "Except on the components pages"
|
637 |
+
msgstr "Excepto en la(s) página(s)"
|
638 |
|
639 |
+
#: ../mods/bp_module.php:47
|
640 |
+
msgid "Forum Index"
|
641 |
+
msgstr ""
|
|
|
642 |
|
643 |
+
#: ../mods/bp_module.php:48
|
644 |
+
msgid "Forum Topics"
|
645 |
+
msgstr ""
|
|
|
646 |
|
647 |
+
#: ../mods/bp_module.php:49
|
648 |
+
msgid "Members Index"
|
649 |
+
msgstr ""
|
650 |
|
651 |
+
#: ../mods/bp_module.php:54
|
652 |
+
#, fuzzy
|
653 |
+
msgid "Show widget default on BuddyPress Group pages?"
|
654 |
+
msgstr "¿Quieres mostrar el widget por defecto en las páginas de autor?"
|
655 |
|
656 |
+
#: ../mods/bp_module.php:61
|
657 |
+
#, fuzzy
|
658 |
+
msgid "Except in the groups"
|
659 |
+
msgstr "Excepto los idiomas"
|
660 |
|
661 |
+
#: ../mods/bp_module.php:70
|
662 |
+
#, fuzzy
|
663 |
+
msgid "Except in the group pages"
|
664 |
+
msgstr "Excepto los idiomas"
|
665 |
|
666 |
# WordPress MO
|
667 |
+
#: ../mods/role_module.php:10
|
668 |
+
msgid "Anonymous"
|
669 |
+
msgstr "Anónimo"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
|
671 |
+
#: ../mods/role_module.php:25
|
672 |
+
msgid "Show widget to everybody?"
|
673 |
+
msgstr "¿Mostrar el widget a todo el mundo?"
|
674 |
|
675 |
+
#: ../mods/role_module.php:29
|
676 |
+
msgid ""
|
677 |
+
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
678 |
+
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
679 |
+
msgstr ""
|
680 |
+
"Establecer las opciones por perfil o rol es una opción muy potente. Ten en cuenta que puede sobreescribir todas las demás opciones.<br />\n"
|
681 |
+
"\t\t\t\t\t\tLos usuarios que no están conectados tienen el perfil o rol de <em>Anónimo</em>."
|
682 |
|
683 |
+
#: ../mods/role_module.php:34
|
684 |
+
msgid "only to"
|
685 |
+
msgstr "sólo a"
|
686 |
|
687 |
+
#: ../mods/useragent_module.php:10
|
688 |
+
msgid "(and other Gecko based)"
|
689 |
+
msgstr ""
|
690 |
|
691 |
+
#: ../mods/useragent_module.php:17
|
692 |
+
msgid "Other / Unknown / Not detected"
|
693 |
+
msgstr ""
|
694 |
|
695 |
+
#: ../mods/useragent_module.php:28
|
696 |
+
#, fuzzy
|
697 |
+
msgid "Show widget with all browsers?"
|
698 |
+
msgstr "¿Mostrar el widget siempre?"
|
699 |
|
700 |
+
#: ../mods/useragent_module.php:32
|
701 |
+
msgid "Browser detection is never 100% accurate."
|
702 |
+
msgstr ""
|
703 |
|
704 |
+
#: ../mods/useragent_module.php:37
|
705 |
+
#, fuzzy
|
706 |
+
msgid "Except the browser(s)"
|
707 |
+
msgstr "Excepto en las páginas del autor o autores"
|
708 |
|
709 |
+
#: ../mods/tpl_module.php:23
|
710 |
+
#, fuzzy
|
711 |
+
msgid "Show widget on every template?"
|
712 |
+
msgstr "¿Quieres mostrar el widget en la página de error?"
|
713 |
|
714 |
+
#: ../mods/tpl_module.php:27
|
715 |
+
msgid "This options takes precedence above other options like Pages and/or Single Posts."
|
716 |
+
msgstr ""
|
717 |
|
718 |
+
#: ../mods/tpl_module.php:32
|
719 |
+
#, fuzzy
|
720 |
+
msgid "Except the templates"
|
721 |
+
msgstr "Excepto en la(s) página(s)"
|
722 |
|
723 |
+
#: ../mods/tpl_module.php:34
|
724 |
+
msgid "Default Template"
|
725 |
+
msgstr ""
|
726 |
|
727 |
+
#: ../mods/custompost_module.php:126
|
728 |
+
#: ../mods/custompost_module.php:216
|
729 |
+
msgid "Show widget on"
|
730 |
+
msgstr "¿Quieres mostrar el widget en"
|
731 |
|
732 |
+
#: ../mods/custompost_module.php:136
|
733 |
+
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
734 |
+
msgstr ""
|
735 |
|
736 |
+
#: ../mods/custompost_module.php:143
|
737 |
+
#: ../mods/custompost_module.php:178
|
738 |
+
#: ../mods/custompost_module.php:227
|
739 |
+
#: ../mods/custompost_module.php:260
|
740 |
+
msgid "Except for"
|
741 |
+
msgstr "Excepto para"
|
742 |
|
743 |
+
#: ../mods/custompost_module.php:254
|
744 |
+
#, fuzzy
|
745 |
+
msgid "Show widget on Custom Post Type Archives"
|
746 |
+
msgstr "¿Quieres mostrar el widget en la página de búsqueda?"
|
747 |
|
748 |
+
#: ../mods/date_module.php:32
|
749 |
+
msgid "Show widget always?"
|
750 |
+
msgstr "¿Mostrar el widget siempre?"
|
751 |
|
752 |
+
#: ../mods/date_module.php:36
|
753 |
+
msgid "Next to the above role option, the date option is also very powerfull. You've been warned!"
|
754 |
+
msgstr "Ten en cuenta que, al igual que la opción anterior, la opción de fecha es muy potente."
|
755 |
|
756 |
+
#: ../mods/date_module.php:37
|
757 |
+
msgid "Enter dates in the YYYY-MM-DD format. You can also use the calender by clicking on the"
|
758 |
+
msgstr "Escribe las fechas en el formato YYYY-MM-DD. Siempre puedes utilizar el calendario y hacer clic en el icono"
|
759 |
|
760 |
+
#: ../mods/date_module.php:38
|
761 |
+
msgid ""
|
762 |
+
"Date ranges can be made by entering a From AND a To date<br />\n"
|
763 |
+
" \t\t\t\t\tWhen you want the widget to be displayed from a specific date, only fill in the From date<br />\n"
|
764 |
+
" \t\t\t\t\tWhen you want the widget to stop displaying on a specific date, only fill in the To date.\n"
|
765 |
+
" \t\t\t\t"
|
766 |
+
msgstr ""
|
767 |
+
"Los rangos de fecha pueden definirse mediante los parámetros Desde y Hasta.<br />\n"
|
768 |
+
" \t\t\t\t\tCuando quieras que el widget se muestre a partir de una fecha específica, sólo debes llenar el campo Desde.<br />\n"
|
769 |
+
" \t\t\t\t\tCuando quieras que el widget deje de mostrarse a partir de una fecha específica, sólo debes llenar el campo Hasta.\n"
|
770 |
+
" \t\t\t\t"
|
771 |
|
772 |
+
#: ../mods/date_module.php:45
|
773 |
+
msgid "only"
|
774 |
+
msgstr "sólo"
|
775 |
|
776 |
+
#: ../mods/date_module.php:49
|
777 |
+
msgid "From"
|
778 |
+
msgstr "Desde"
|
779 |
|
780 |
+
#: ../mods/date_module.php:53
|
781 |
+
msgid "To"
|
782 |
+
msgstr "Hasta"
|
783 |
|
784 |
+
#: ../mods/wpec_module.php:25
|
785 |
+
msgid "Show widget default on WPSC categories?"
|
786 |
+
msgstr "¿Quieres mostrar el widget por defecto en las categorías del plugin WPSC?"
|
787 |
|
788 |
+
#: ../mods/wpml_module.php:21
|
789 |
+
msgid "Language (WPML)"
|
790 |
+
msgstr "Idioma (WPML)"
|
791 |
|
792 |
+
#~ msgid "Custom Post Type"
|
793 |
+
#~ msgstr "Tipo de contenido personalizado"
|
|
|
794 |
|
795 |
#~ msgid "Dynamic Widgets: "
|
796 |
#~ msgstr "Widgets dinámicos: "
|
locale/dynamic-widgets-fr_FR.mo
CHANGED
Binary file
|
locale/dynamic-widgets-fr_FR.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
-
"Last-Translator: Jacco <jacco@qurl.nl>\n"
|
8 |
"Language-Team: Alexis NOMINE <alexis@nomine.fr>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -18,263 +18,489 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
# WordPress MO
|
21 |
-
#: ../
|
22 |
-
|
|
|
23 |
msgstr ""
|
24 |
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: ../
|
30 |
-
|
|
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: ../
|
34 |
-
|
|
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: ../
|
38 |
-
|
|
|
|
|
|
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: ../
|
42 |
-
#: ../
|
43 |
-
|
44 |
-
msgid "Front
|
45 |
msgstr "Page d'accueil"
|
46 |
|
47 |
-
#: ../
|
48 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
#, fuzzy
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
#: ../
|
|
|
|
|
|
|
|
|
54 |
msgid "Widget options saved."
|
55 |
msgstr "Options du widget sauvegardées."
|
56 |
|
57 |
-
#: ../dynwid_admin_edit.php:
|
58 |
-
#: ../dynwid_admin_edit.php:
|
59 |
msgid "Return"
|
60 |
msgstr "Retour"
|
61 |
|
62 |
-
#: ../dynwid_admin_edit.php:
|
63 |
msgid "to Dynamic Widgets overview"
|
64 |
msgstr "à la vue générale Dynamic Widget"
|
65 |
|
66 |
-
#: ../dynwid_admin_edit.php:
|
67 |
msgid "Dynamic does not mean static hiding of a widget."
|
68 |
msgstr "Dynamic ne permet pas de masquer statiquement un widget"
|
69 |
|
70 |
-
#: ../dynwid_admin_edit.php:
|
71 |
msgid "Hint"
|
72 |
msgstr "Astuce"
|
73 |
|
74 |
-
#: ../dynwid_admin_edit.php:
|
75 |
msgid "Remove"
|
76 |
msgstr "Effacer"
|
77 |
|
78 |
-
#: ../dynwid_admin_edit.php:
|
79 |
msgid "the widget from the sidebar"
|
80 |
msgstr "le widget de la barre latérale"
|
81 |
|
82 |
-
#: ../dynwid_admin_edit.php:
|
83 |
msgid "The From date can't be later than the To date."
|
84 |
msgstr "La date de début doit être inférieure à la date de fin."
|
85 |
|
86 |
-
#: ../dynwid_admin_edit.php:
|
87 |
#, fuzzy
|
88 |
msgid "Edit options for the widget"
|
89 |
msgstr "Modifier les réglages de"
|
90 |
|
91 |
-
|
92 |
-
|
93 |
-
#: ../dynwid_class_php4.php:56
|
94 |
-
#: ../dynwid_class.php:50
|
95 |
-
msgid "Role"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../dynwid_admin_edit.php:
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
101 |
-
|
102 |
-
#: ../dynwid_admin_edit.php:457
|
103 |
-
#: ../dynwid_admin_edit.php:477
|
104 |
-
#: ../dynwid_admin_edit.php:509
|
105 |
-
#: ../dynwid_admin_edit.php:530
|
106 |
-
#: ../dynwid_admin_edit.php:568
|
107 |
-
#: ../dynwid_admin_edit.php:582
|
108 |
-
#: ../dynwid_admin_edit.php:638
|
109 |
-
#: ../dynwid_admin_edit.php:740
|
110 |
-
#, fuzzy
|
111 |
-
msgid "Click to toggle info"
|
112 |
-
msgstr "Cliquez sur"
|
113 |
|
114 |
-
#: ../dynwid_admin_edit.php:
|
115 |
-
msgid ""
|
116 |
-
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
117 |
-
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
118 |
msgstr ""
|
119 |
-
"Les réglages des rôles sont relativement puissants et permettent de passer outre tous les autres réglages!<br />\n"
|
120 |
-
"\t\t\t\t\t\tLe rôle <em>Anonyme</em> correspond aux utilisateurs non connectés."
|
121 |
|
122 |
# WordPress MO
|
123 |
-
#: ../dynwid_admin_edit.php:
|
124 |
-
#: ../
|
125 |
-
|
126 |
-
#: ../dynwid_admin_edit.php:537
|
127 |
-
#: ../dynwid_admin_edit.php:560
|
128 |
-
#: ../dynwid_admin_edit.php:577
|
129 |
-
#: ../dynwid_admin_edit.php:631
|
130 |
-
#: ../dynwid_admin_edit.php:651
|
131 |
-
#: ../dynwid_admin_edit.php:713
|
132 |
-
#: ../dynwid_admin_edit.php:727
|
133 |
-
#: ../dynwid_admin_edit.php:747
|
134 |
-
#: ../dynwid_admin_edit.php:757
|
135 |
-
#: ../dynwid_admin_edit.php:766
|
136 |
-
#: ../dynwid_admin_edit.php:883
|
137 |
-
#: ../dynwid_admin_edit.php:925
|
138 |
-
#: ../dynwid_admin_edit.php:948
|
139 |
-
msgid "Yes"
|
140 |
msgstr ""
|
141 |
|
142 |
-
|
143 |
-
|
144 |
-
#: ../dynwid_admin_edit.php:490
|
145 |
-
#: ../dynwid_admin_edit.php:517
|
146 |
-
#: ../dynwid_admin_edit.php:538
|
147 |
-
#: ../dynwid_admin_edit.php:561
|
148 |
-
#: ../dynwid_admin_edit.php:578
|
149 |
-
#: ../dynwid_admin_edit.php:632
|
150 |
-
#: ../dynwid_admin_edit.php:652
|
151 |
-
#: ../dynwid_admin_edit.php:714
|
152 |
-
#: ../dynwid_admin_edit.php:728
|
153 |
-
#: ../dynwid_admin_edit.php:748
|
154 |
-
#: ../dynwid_admin_edit.php:758
|
155 |
-
#: ../dynwid_admin_edit.php:767
|
156 |
-
#: ../dynwid_admin_edit.php:884
|
157 |
-
#: ../dynwid_admin_edit.php:926
|
158 |
-
#: ../dynwid_admin_edit.php:949
|
159 |
-
msgid "No"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
|
167 |
-
|
168 |
-
#: ../dynwid_class_php4.php:57
|
169 |
-
#: ../dynwid_class.php:51
|
170 |
-
msgid "Date"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: ../
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
|
177 |
-
#: ../
|
178 |
-
msgid "
|
179 |
-
msgstr "Les réglages
|
180 |
|
181 |
-
#: ../
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
|
185 |
-
#: ../
|
186 |
-
|
187 |
-
"
|
188 |
-
"
|
189 |
-
|
190 |
-
|
|
|
|
|
191 |
msgstr ""
|
192 |
-
"Les périodes peuvent être définies en entrant une date de début ET une date de fin<br />\n"
|
193 |
-
" \t\t\t\t\tSi vous voulez afficher le widget à partir d'une certaine date seulement, remplissez uniquement la date de début<br />\n"
|
194 |
-
" \t\t\t\t\tSi vous voulez masquer le widget à partir d'une certaine date seulement, remplissez uniquement la date de fin.\n"
|
195 |
-
" \t\t\t\t"
|
196 |
|
197 |
-
#: ../
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
|
201 |
-
#: ../
|
202 |
-
msgid "
|
203 |
-
msgstr "
|
204 |
|
205 |
-
#: ../
|
206 |
-
msgid "
|
207 |
-
msgstr "
|
208 |
|
209 |
-
#: ../
|
210 |
-
msgid "
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: ../
|
214 |
-
|
215 |
-
|
216 |
-
msgstr "Afficher le widget sur les pages statiques?"
|
217 |
|
218 |
-
#: ../
|
219 |
-
msgid "
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../
|
223 |
-
|
224 |
-
|
225 |
-
msgstr "Sauf la/les page(s)"
|
226 |
|
227 |
-
#: ../
|
228 |
-
|
229 |
-
#: ../dynwid_class.php:52
|
230 |
-
msgid "Browser"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: ../
|
234 |
-
|
235 |
-
|
236 |
-
msgstr "Toujours afficher le widget?"
|
237 |
|
238 |
-
#: ../
|
239 |
-
msgid "
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../
|
243 |
-
|
244 |
-
|
245 |
-
msgstr "Sauf le/les auteur(s)"
|
246 |
|
247 |
-
#: ../
|
248 |
-
|
249 |
-
|
250 |
-
msgid "Front Page"
|
251 |
-
msgstr "Page d'accueil"
|
252 |
|
253 |
-
#: ../
|
254 |
-
msgid "
|
255 |
-
msgstr "
|
256 |
|
257 |
-
#: ../
|
258 |
-
msgid ""
|
259 |
-
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
260 |
-
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
261 |
-
"\t\t\t\t\t"
|
262 |
msgstr ""
|
263 |
-
"Ce réglage s'applique uniquement si votre page d'accueil est paramétrée pour afficher les derniers articles. (Voir Réglages > Lecture).<br />\n"
|
264 |
-
"\t\t\t\t\t\tSi votre page d'accueil est configurée comme une page statique, vous pouvez utiliser les réglages des pages statiques ci-dessous.\n"
|
265 |
-
"\t\t\t\t\t"
|
266 |
|
267 |
-
#: ../
|
268 |
-
|
269 |
-
|
270 |
-
msgid "Single Posts"
|
271 |
-
msgstr "Article"
|
272 |
|
273 |
-
#: ../
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
276 |
|
277 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
msgid ""
|
279 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
280 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
@@ -284,11 +510,11 @@ msgstr ""
|
|
284 |
" \t\t\t\t\tSi vous voulez etiliser une règle <b>OU</b> l'autre, ajoutez un widget identique et appliquez-lui d'autres règles.\n"
|
285 |
" \t\t\t\t\t"
|
286 |
|
287 |
-
#: ../
|
288 |
msgid "Make exception rule available to individual posts and tags."
|
289 |
msgstr "Permettre le réglage pour chaque article ou mot clé individuellement."
|
290 |
|
291 |
-
#: ../
|
292 |
msgid ""
|
293 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
294 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
@@ -304,365 +530,266 @@ msgstr ""
|
|
304 |
" \t\t\t\t\tAttention! Ces règles seront effacées si des règles sont appliquées concernant les auteurs ou catégories. \n"
|
305 |
" \t\t\t\t"
|
306 |
|
307 |
-
#: ../
|
308 |
msgid "Except the posts by author"
|
309 |
msgstr "Sauf les articles de l'auteur suivant"
|
310 |
|
311 |
-
#: ../
|
312 |
msgid "Except the posts in category"
|
313 |
msgstr "Sauf les articles appartenant à la catégorie"
|
314 |
|
315 |
-
#: ../
|
316 |
-
#: ../dynwid_class_php4.php:62
|
317 |
-
#: ../dynwid_class.php:56
|
318 |
-
msgid "Attachments"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: ../dynwid_admin_edit.php:629
|
322 |
#, fuzzy
|
323 |
msgid "Show widget on attachment pages"
|
324 |
msgstr "Afficher le widget sur les pages d'archives"
|
325 |
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
#: ../dynwid_class.php:57
|
330 |
-
msgid "Pages"
|
331 |
-
msgstr "Pages statiques"
|
332 |
|
333 |
-
#: ../
|
334 |
-
msgid "Show widget
|
335 |
-
msgstr "Afficher le widget sur
|
336 |
|
337 |
-
#: ../
|
338 |
msgid ""
|
339 |
-
"
|
340 |
-
"\t\t\t\
|
341 |
-
"\t\t\t\
|
342 |
-
"\t\t\t\t\"All childs\" without the parent."
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: ../dynwid_admin_edit.php:653
|
346 |
-
msgid "Except the page(s)"
|
347 |
-
msgstr "Sauf la/les page(s)"
|
348 |
-
|
349 |
-
#: ../dynwid_admin_edit.php:692
|
350 |
-
#: ../dynwid_admin_edit.php:807
|
351 |
-
msgid "All childs"
|
352 |
msgstr ""
|
|
|
|
|
|
|
353 |
|
354 |
-
#: ../
|
355 |
-
#: ../dynwid_class_php4.php:64
|
356 |
-
#: ../dynwid_class.php:58
|
357 |
-
msgid "Author Pages"
|
358 |
-
msgstr "Pages d'auteur"
|
359 |
-
|
360 |
-
#: ../dynwid_admin_edit.php:711
|
361 |
-
msgid "Show widget default on author pages?"
|
362 |
-
msgstr "Afficher le widget sur les pages d'auteur"
|
363 |
-
|
364 |
-
#: ../dynwid_admin_edit.php:715
|
365 |
-
msgid "Except the author(s)"
|
366 |
-
msgstr "Sauf le/les auteur(s)"
|
367 |
-
|
368 |
-
#: ../dynwid_admin_edit.php:723
|
369 |
-
#: ../dynwid_class_php4.php:65
|
370 |
-
#: ../dynwid_class.php:59
|
371 |
-
msgid "Category Pages"
|
372 |
-
msgstr "Pages de catégorie"
|
373 |
-
|
374 |
-
#: ../dynwid_admin_edit.php:725
|
375 |
-
msgid "Show widget default on category pages?"
|
376 |
-
msgstr "Afficher le widget sur les pages de catégorie?"
|
377 |
-
|
378 |
-
#: ../dynwid_admin_edit.php:729
|
379 |
-
#: ../dynwid_admin_edit.php:950
|
380 |
-
msgid "Except the categories"
|
381 |
-
msgstr "Sauf les catégories"
|
382 |
-
|
383 |
-
#: ../dynwid_admin_edit.php:738
|
384 |
-
#: ../dynwid_class_php4.php:66
|
385 |
-
#: ../dynwid_class.php:60
|
386 |
-
msgid "Archive Pages"
|
387 |
-
msgstr "Pages d'archives"
|
388 |
-
|
389 |
-
#: ../dynwid_admin_edit.php:740
|
390 |
msgid "Show widget on archive pages"
|
391 |
msgstr "Afficher le widget sur les pages d'archives"
|
392 |
|
393 |
-
#: ../
|
394 |
msgid "This option does not include Author and Category Pages."
|
395 |
msgstr "Ce réglage ne s'applique ni aux pages d'auteur ni aux pages de catégorie"
|
396 |
|
397 |
-
#: ../
|
398 |
-
|
399 |
-
|
400 |
-
msgid "Error Page"
|
401 |
-
msgstr "Pages d'erreur"
|
402 |
-
|
403 |
-
#: ../dynwid_admin_edit.php:755
|
404 |
-
msgid "Show widget on the error page?"
|
405 |
-
msgstr "Afficher le widget sur les pages d'erreur?"
|
406 |
-
|
407 |
-
#: ../dynwid_admin_edit.php:762
|
408 |
-
msgid "Search Page"
|
409 |
-
msgstr "Page de recherche"
|
410 |
-
|
411 |
-
#: ../dynwid_admin_edit.php:764
|
412 |
-
msgid "Show widget on the search page?"
|
413 |
-
msgstr "Afficher le widget sur les pages de recherche?"
|
414 |
-
|
415 |
-
#: ../dynwid_admin_edit.php:869
|
416 |
-
msgid "Custom Post Type"
|
417 |
-
msgstr "Types de contenu personnalisés"
|
418 |
|
419 |
-
#: ../
|
420 |
-
msgid "
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: ../
|
424 |
-
#: ../
|
425 |
-
|
426 |
-
|
|
|
427 |
|
428 |
-
#: ../
|
|
|
429 |
#, fuzzy
|
430 |
-
msgid "
|
431 |
-
msgstr "
|
432 |
|
433 |
-
#: ../
|
|
|
434 |
#, fuzzy
|
435 |
-
msgid "
|
436 |
-
msgstr "
|
437 |
-
|
438 |
-
#: ../dynwid_admin_edit.php:944
|
439 |
-
#: ../dynwid_class_php4.php:69
|
440 |
-
#: ../dynwid_class.php:63
|
441 |
-
msgid "WPSC Category"
|
442 |
-
msgstr "Catégorie \"WordPress Shopping Cart\""
|
443 |
|
444 |
-
#: ../
|
445 |
-
msgid "Show widget default on
|
446 |
-
msgstr "Afficher le widget
|
447 |
|
448 |
-
|
449 |
-
|
450 |
-
|
|
|
|
|
|
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../
|
454 |
-
|
455 |
-
|
|
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../
|
459 |
-
|
460 |
-
|
461 |
-
msgstr "Page de recherche"
|
462 |
-
|
463 |
-
#: ../dynwid_admin.php:10
|
464 |
-
#: ../dynamic-widgets.php:139
|
465 |
-
#: ../dynamic-widgets.php:218
|
466 |
-
#: ../dynamic-widgets.php:563
|
467 |
-
#, fuzzy
|
468 |
-
msgid "Dynamic Widgets"
|
469 |
-
msgstr "à la vue générale Dynamic Widget"
|
470 |
-
|
471 |
-
#: ../dynwid_admin.php:16
|
472 |
-
msgid "<b>WARNING</b> STRICT sql mode in effect. Dynamic Widgets might not work correctly. Please disable STRICT sql mode."
|
473 |
-
msgstr "<b>Attention!</b> Le mode SQL STRICT est activé. Dynamic Widgets pourrait ne pas fonctionner correctement. Merci de désactiver le mode SQL STRICT."
|
474 |
|
475 |
-
#: ../
|
476 |
-
msgid "
|
477 |
-
msgstr "
|
478 |
|
479 |
-
#: ../
|
480 |
-
|
481 |
-
|
482 |
-
msgstr ""
|
483 |
|
484 |
-
#: ../
|
485 |
-
|
486 |
-
msgid "
|
487 |
-
msgstr ""
|
488 |
|
489 |
-
#: ../
|
490 |
-
|
491 |
-
|
|
|
492 |
|
493 |
-
#: ../
|
494 |
-
msgid "
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../
|
498 |
-
msgid "
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../
|
502 |
-
|
503 |
-
msgid "Edit this widget options"
|
504 |
-
msgstr "Modifier les réglages de ce widget"
|
505 |
-
|
506 |
-
# WordPress MO
|
507 |
-
#: ../dynwid_admin_overview.php:62
|
508 |
-
msgid "Edit"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: ../
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
#: ../dynwid_admin_overview.php:67
|
516 |
-
#: ../dynamic-widgets.php:131
|
517 |
-
msgid "Reset"
|
518 |
-
msgstr "Réinitialiser"
|
519 |
-
|
520 |
-
#: ../dynwid_admin_overview.php:73
|
521 |
-
#: ../dynamic-widgets.php:128
|
522 |
-
#: ../dynamic-widgets.php:130
|
523 |
-
#: ../dynamic-widgets.php:565
|
524 |
-
msgid "Dynamic"
|
525 |
-
msgstr "Dynamique"
|
526 |
-
|
527 |
-
#: ../dynwid_admin_overview.php:73
|
528 |
-
#: ../dynamic-widgets.php:128
|
529 |
-
#: ../dynamic-widgets.php:129
|
530 |
-
#: ../dynamic-widgets.php:132
|
531 |
-
#: ../dynamic-widgets.php:565
|
532 |
-
msgid "Static"
|
533 |
-
msgstr "Statique"
|
534 |
|
535 |
-
#: ../
|
536 |
-
|
537 |
-
|
|
|
538 |
|
539 |
-
#: ../
|
540 |
-
|
541 |
-
|
|
|
542 |
|
543 |
-
|
544 |
-
|
|
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: ../
|
548 |
-
msgid "
|
549 |
-
msgstr ""
|
550 |
|
551 |
-
#: ../
|
552 |
-
msgid "
|
|
|
|
|
553 |
msgstr ""
|
|
|
|
|
554 |
|
555 |
-
#: ../
|
556 |
-
msgid "
|
557 |
-
msgstr ""
|
558 |
|
559 |
-
#: ../
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../
|
564 |
-
msgid "
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../
|
568 |
-
|
569 |
-
|
|
|
570 |
|
571 |
-
#: ../
|
572 |
-
msgid "
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: ../
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
#: ../dynamic-widgets.php:124
|
580 |
-
msgid "The '<em>Yes</em>' selection"
|
581 |
-
msgstr "Case '<em>Oui</em>' cochée"
|
582 |
-
|
583 |
-
#: ../dynamic-widgets.php:125
|
584 |
-
msgid "Click on the"
|
585 |
-
msgstr "Cliquez sur"
|
586 |
-
|
587 |
-
#: ../dynamic-widgets.php:125
|
588 |
-
msgid "next to the options for more info"
|
589 |
-
msgstr "à côté de chaque réglage pour plus d'informations"
|
590 |
|
591 |
-
#: ../
|
592 |
#, fuzzy
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
595 |
|
596 |
-
#: ../
|
597 |
-
msgid "
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: ../
|
601 |
-
|
602 |
-
|
|
|
603 |
|
604 |
-
#: ../
|
605 |
-
msgid "
|
606 |
-
msgstr "
|
607 |
|
608 |
-
#: ../
|
609 |
-
|
610 |
-
|
|
|
611 |
|
612 |
-
#: ../
|
613 |
-
msgid "
|
614 |
-
msgstr "
|
615 |
|
616 |
-
#: ../
|
617 |
-
|
618 |
-
|
|
|
|
|
|
|
619 |
|
620 |
-
|
621 |
-
|
622 |
-
msgid "
|
623 |
-
msgstr ""
|
624 |
|
625 |
-
#: ../
|
626 |
-
msgid "
|
627 |
-
msgstr ""
|
628 |
|
629 |
-
#: ../
|
630 |
-
msgid "
|
631 |
-
msgstr ""
|
632 |
|
633 |
-
#: ../
|
634 |
-
msgid "
|
635 |
-
msgstr ""
|
636 |
|
637 |
-
#: ../
|
638 |
-
msgid "
|
|
|
|
|
|
|
|
|
639 |
msgstr ""
|
|
|
|
|
|
|
|
|
640 |
|
641 |
-
#: ../
|
642 |
-
|
643 |
-
|
644 |
-
msgstr "Options du widget sauvegardées."
|
645 |
|
646 |
-
#: ../
|
647 |
-
msgid "
|
648 |
-
msgstr ""
|
649 |
|
650 |
-
#: ../
|
651 |
-
|
652 |
-
|
653 |
-
msgstr "Modifier les réglages de ce widget"
|
654 |
|
655 |
-
#: ../
|
656 |
-
msgid "
|
657 |
-
msgstr "
|
658 |
|
659 |
-
#: ../
|
660 |
-
msgid "
|
661 |
-
msgstr "
|
662 |
|
663 |
-
|
664 |
-
|
665 |
-
msgstr "Réglages pour"
|
666 |
|
667 |
#~ msgid "This widget is"
|
668 |
#~ msgstr "Ce widget est"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-08-13 18:05+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-08-13 18:09+0100\n"
|
7 |
+
"Last-Translator: Jacco Drabbe <jacco@qurl.nl>\n"
|
8 |
"Language-Team: Alexis NOMINE <alexis@nomine.fr>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
# WordPress MO
|
21 |
+
#: ../dynwid_class_php4.php:164
|
22 |
+
#: ../dynwid_class.php:149
|
23 |
+
msgid "Role"
|
24 |
msgstr ""
|
25 |
|
26 |
+
# WordPress MO
|
27 |
+
#: ../dynwid_class_php4.php:165
|
28 |
+
#: ../dynwid_class.php:150
|
29 |
+
msgid "Date"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: ../dynwid_class_php4.php:166
|
33 |
+
#: ../dynwid_class.php:151
|
34 |
+
msgid "Browser"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: ../dynwid_class_php4.php:167
|
38 |
+
#: ../dynwid_class.php:152
|
39 |
+
msgid "Templates"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../dynwid_class_php4.php:168
|
43 |
+
#: ../dynwid_class_php4.php:169
|
44 |
+
#: ../dynwid_class.php:153
|
45 |
+
#: ../dynwid_class.php:154
|
46 |
+
msgid "Language"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: ../dynwid_class_php4.php:170
|
50 |
+
#: ../dynwid_class.php:155
|
51 |
+
#: ../mods/frontpage_module.php:13
|
52 |
+
msgid "Front Page"
|
53 |
msgstr "Page d'accueil"
|
54 |
|
55 |
+
#: ../dynwid_class_php4.php:171
|
56 |
+
#: ../dynwid_class.php:156
|
57 |
+
#: ../mods/single_module.php:58
|
58 |
+
msgid "Single Posts"
|
59 |
+
msgstr "Article"
|
60 |
+
|
61 |
+
#: ../dynwid_class_php4.php:172
|
62 |
+
#: ../dynwid_class.php:157
|
63 |
+
#: ../mods/attachment_module.php:12
|
64 |
+
msgid "Attachments"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
# WordPress MO
|
68 |
+
#: ../dynwid_class_php4.php:173
|
69 |
+
#: ../dynwid_class.php:158
|
70 |
+
msgid "Pages"
|
71 |
+
msgstr "Pages statiques"
|
72 |
+
|
73 |
+
#: ../dynwid_class_php4.php:174
|
74 |
+
#: ../dynwid_class.php:159
|
75 |
+
msgid "Author Pages"
|
76 |
+
msgstr "Pages d'auteur"
|
77 |
+
|
78 |
+
#: ../dynwid_class_php4.php:175
|
79 |
+
#: ../dynwid_class.php:160
|
80 |
+
#: ../mods/category_module.php:17
|
81 |
+
msgid "Category Pages"
|
82 |
+
msgstr "Pages de catégorie"
|
83 |
+
|
84 |
+
#: ../dynwid_class_php4.php:176
|
85 |
+
#: ../dynwid_class.php:161
|
86 |
+
msgid "Archive Pages"
|
87 |
+
msgstr "Pages d'archives"
|
88 |
+
|
89 |
+
#: ../dynwid_class_php4.php:177
|
90 |
+
#: ../dynwid_class.php:162
|
91 |
+
#: ../mods/error_module.php:12
|
92 |
+
msgid "Error Page"
|
93 |
+
msgstr "Pages d'erreur"
|
94 |
+
|
95 |
+
#: ../dynwid_class_php4.php:178
|
96 |
+
#: ../dynwid_class.php:163
|
97 |
+
msgid "Search page"
|
98 |
+
msgstr "Page de recherche"
|
99 |
+
|
100 |
+
#: ../dynwid_class_php4.php:179
|
101 |
+
#: ../dynwid_class.php:164
|
102 |
+
msgid "WPSC Category"
|
103 |
+
msgstr "Catégorie \"WordPress Shopping Cart\""
|
104 |
+
|
105 |
+
#: ../dynwid_class_php4.php:180
|
106 |
+
#: ../dynwid_class.php:165
|
107 |
#, fuzzy
|
108 |
+
msgid "Custom Post Type Archives"
|
109 |
+
msgstr "Types de contenu personnalisés"
|
110 |
+
|
111 |
+
#: ../dynwid_class_php4.php:181
|
112 |
+
#: ../dynwid_class.php:166
|
113 |
+
msgid "BuddyPress"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: ../dynwid_class_php4.php:182
|
117 |
+
#: ../dynwid_class.php:167
|
118 |
+
msgid "BuddyPress Groups"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../dynwid_admin.php:19
|
122 |
+
#: ../dynamic-widgets.php:152
|
123 |
+
#: ../dynamic-widgets.php:175
|
124 |
+
#: ../dynamic-widgets.php:281
|
125 |
+
#: ../dynamic-widgets.php:680
|
126 |
+
#, fuzzy
|
127 |
+
msgid "Dynamic Widgets"
|
128 |
+
msgstr "à la vue générale Dynamic Widget"
|
129 |
+
|
130 |
+
#: ../dynwid_admin.php:26
|
131 |
+
msgid "<b>WARNING</b> STRICT sql mode in effect. Dynamic Widgets might not work correctly. Please disable STRICT sql mode."
|
132 |
+
msgstr "<b>Attention!</b> Le mode SQL STRICT est activé. Dynamic Widgets pourrait ne pas fonctionner correctement. Merci de désactiver le mode SQL STRICT."
|
133 |
+
|
134 |
+
#: ../dynwid_admin.php:46
|
135 |
+
msgid "Oops! Something went terrible wrong. Please reinstall Dynamic Widgets."
|
136 |
+
msgstr "Oups! Quelque chose à mal tourné. Merci de réinstaller Dynamic Widgets."
|
137 |
+
|
138 |
+
#: ../dynwid_admin.php:54
|
139 |
+
#: ../dynwid_admin_overview.php:20
|
140 |
+
msgid "OLD"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: ../dynwid_admin.php:54
|
144 |
+
#: ../dynwid_admin_overview.php:20
|
145 |
+
msgid "FILTER"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: ../dynamic-widgets.php:160
|
149 |
+
msgid "Widgets are always displayed by default"
|
150 |
+
msgstr "Les widgets sont affichés partout par défaut"
|
151 |
+
|
152 |
+
#: ../dynamic-widgets.php:160
|
153 |
+
msgid "The '<em>Yes</em>' selection"
|
154 |
+
msgstr "Case '<em>Oui</em>' cochée"
|
155 |
+
|
156 |
+
#: ../dynamic-widgets.php:161
|
157 |
+
msgid "Click on the"
|
158 |
+
msgstr "Cliquez sur"
|
159 |
+
|
160 |
+
#: ../dynamic-widgets.php:161
|
161 |
+
msgid "next to the options for more info"
|
162 |
+
msgstr "à côté de chaque réglage pour plus d'informations"
|
163 |
+
|
164 |
+
#: ../dynamic-widgets.php:162
|
165 |
+
#, fuzzy
|
166 |
+
msgid "The"
|
167 |
+
msgstr "Le"
|
168 |
+
|
169 |
+
#: ../dynamic-widgets.php:162
|
170 |
+
msgid "next to a section means it has options set."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../dynamic-widgets.php:164
|
174 |
+
#: ../dynamic-widgets.php:165
|
175 |
+
#: ../dynamic-widgets.php:168
|
176 |
+
#: ../dynamic-widgets.php:682
|
177 |
+
#: ../dynwid_admin_overview.php:85
|
178 |
+
msgid "Static"
|
179 |
+
msgstr "Statique"
|
180 |
+
|
181 |
+
#: ../dynamic-widgets.php:164
|
182 |
+
#: ../dynamic-widgets.php:166
|
183 |
+
#: ../dynamic-widgets.php:682
|
184 |
+
#: ../dynwid_admin_overview.php:85
|
185 |
+
msgid "Dynamic"
|
186 |
+
msgstr "Dynamique"
|
187 |
+
|
188 |
+
#: ../dynamic-widgets.php:165
|
189 |
+
msgid "When a widget is"
|
190 |
+
msgstr "Quand un widget est"
|
191 |
+
|
192 |
+
#: ../dynamic-widgets.php:165
|
193 |
+
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
194 |
+
msgstr "le widget utilise le paramétrage par défaut de WordPress et est affiché partout"
|
195 |
+
|
196 |
+
#: ../dynamic-widgets.php:166
|
197 |
+
msgid "A widget is"
|
198 |
+
msgstr "Un widget est"
|
199 |
+
|
200 |
+
#: ../dynamic-widgets.php:166
|
201 |
+
msgid "when there are options set, i.e. not showing on the front page."
|
202 |
+
msgstr "quand des réglages s'appliquent (par exemple masquer sur la page d'accueil)."
|
203 |
+
|
204 |
+
#: ../dynamic-widgets.php:167
|
205 |
+
#: ../dynwid_admin_overview.php:79
|
206 |
+
msgid "Reset"
|
207 |
+
msgstr "Réinitialiser"
|
208 |
+
|
209 |
+
#: ../dynamic-widgets.php:168
|
210 |
+
msgid "Reset makes the widget return to"
|
211 |
+
msgstr "La réinirialisation rendra le widget à nouveau"
|
212 |
+
|
213 |
+
# WordPress MO
|
214 |
+
#: ../dynamic-widgets.php:234
|
215 |
+
msgid "Settings"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: ../dynamic-widgets.php:248
|
219 |
+
msgid "Apply exception rule to widgets:"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: ../dynamic-widgets.php:264
|
223 |
+
#: ../dynamic-widgets.php:298
|
224 |
+
msgid "Off"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: ../dynamic-widgets.php:264
|
228 |
+
#: ../dynamic-widgets.php:298
|
229 |
+
msgid "On"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: ../dynamic-widgets.php:265
|
233 |
+
msgid " (Default: "
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: ../dynamic-widgets.php:299
|
237 |
+
msgid "Default"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: ../dynamic-widgets.php:359
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Dynamic Widgets Options saved"
|
243 |
+
msgstr "Options du widget sauvegardées."
|
244 |
+
|
245 |
+
#: ../dynamic-widgets.php:360
|
246 |
+
msgid "for"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: ../dynamic-widgets.php:681
|
250 |
+
#, fuzzy
|
251 |
+
msgid "Edit Dynamic Widgets Options"
|
252 |
+
msgstr "Modifier les réglages de ce widget"
|
253 |
+
|
254 |
+
#: ../dynamic-widgets.php:706
|
255 |
+
msgid "and"
|
256 |
+
msgstr "et"
|
257 |
+
|
258 |
+
#: ../dynamic-widgets.php:712
|
259 |
+
msgid "Options set for"
|
260 |
+
msgstr "Réglages pour"
|
261 |
|
262 |
+
#: ../dynamic-widgets.php:712
|
263 |
+
msgid "Option set for"
|
264 |
+
msgstr "Réglages pour"
|
265 |
+
|
266 |
+
#: ../dynwid_admin_edit.php:118
|
267 |
msgid "Widget options saved."
|
268 |
msgstr "Options du widget sauvegardées."
|
269 |
|
270 |
+
#: ../dynwid_admin_edit.php:119
|
271 |
+
#: ../dynwid_admin_edit.php:194
|
272 |
msgid "Return"
|
273 |
msgstr "Retour"
|
274 |
|
275 |
+
#: ../dynwid_admin_edit.php:119
|
276 |
msgid "to Dynamic Widgets overview"
|
277 |
msgstr "à la vue générale Dynamic Widget"
|
278 |
|
279 |
+
#: ../dynwid_admin_edit.php:123
|
280 |
msgid "Dynamic does not mean static hiding of a widget."
|
281 |
msgstr "Dynamic ne permet pas de masquer statiquement un widget"
|
282 |
|
283 |
+
#: ../dynwid_admin_edit.php:123
|
284 |
msgid "Hint"
|
285 |
msgstr "Astuce"
|
286 |
|
287 |
+
#: ../dynwid_admin_edit.php:123
|
288 |
msgid "Remove"
|
289 |
msgstr "Effacer"
|
290 |
|
291 |
+
#: ../dynwid_admin_edit.php:123
|
292 |
msgid "the widget from the sidebar"
|
293 |
msgstr "le widget de la barre latérale"
|
294 |
|
295 |
+
#: ../dynwid_admin_edit.php:128
|
296 |
msgid "The From date can't be later than the To date."
|
297 |
msgstr "La date de début doit être inférieure à la date de fin."
|
298 |
|
299 |
+
#: ../dynwid_admin_edit.php:134
|
300 |
#, fuzzy
|
301 |
msgid "Edit options for the widget"
|
302 |
msgstr "Modifier les réglages de"
|
303 |
|
304 |
+
#: ../dynwid_admin_edit.php:138
|
305 |
+
msgid "Quick settings"
|
|
|
|
|
|
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: ../dynwid_admin_edit.php:140
|
309 |
+
msgid "Set all options to 'No'"
|
310 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
|
312 |
+
#: ../dynwid_admin_edit.php:140
|
313 |
+
msgid "Except overriding options like Role, Date, etc."
|
|
|
|
|
314 |
msgstr ""
|
|
|
|
|
315 |
|
316 |
# WordPress MO
|
317 |
+
#: ../dynwid_admin_edit.php:190
|
318 |
+
#: ../dynwid_admin_overview.php:140
|
319 |
+
msgid "Save"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../dynwid_admin_overview.php:20
|
323 |
+
msgid "Method set to"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: ../dynwid_admin_overview.php:28
|
327 |
+
msgid "Page limit set to"
|
328 |
+
msgstr ""
|
329 |
|
330 |
+
#: ../dynwid_admin_overview.php:31
|
331 |
+
msgid "ERROR"
|
|
|
|
|
|
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../dynwid_admin_overview.php:31
|
335 |
+
msgid "is not a valid limit."
|
336 |
+
msgstr ""
|
337 |
|
338 |
+
#: ../dynwid_admin_overview.php:40
|
339 |
+
msgid "Widget options have been reset to default."
|
340 |
+
msgstr "Les réglages du widget ont été réinitialisées"
|
341 |
|
342 |
+
#: ../dynwid_admin_overview.php:48
|
343 |
+
msgid "Inactive Widgets"
|
344 |
+
msgstr ""
|
345 |
|
346 |
+
#: ../dynwid_admin_overview.php:71
|
347 |
+
#: ../dynwid_admin_overview.php:74
|
348 |
+
msgid "Edit this widget options"
|
349 |
+
msgstr "Modifier les réglages de ce widget"
|
350 |
+
|
351 |
+
# WordPress MO
|
352 |
+
#: ../dynwid_admin_overview.php:74
|
353 |
+
msgid "Edit"
|
354 |
msgstr ""
|
|
|
|
|
|
|
|
|
355 |
|
356 |
+
#: ../dynwid_admin_overview.php:79
|
357 |
+
msgid "Reset widget to Static"
|
358 |
+
msgstr "Rendre ce widget statique"
|
359 |
|
360 |
+
#: ../dynwid_admin_overview.php:100
|
361 |
+
msgid "Advanced"
|
362 |
+
msgstr "Avancé"
|
363 |
|
364 |
+
#: ../dynwid_admin_overview.php:105
|
365 |
+
msgid "wp_head() check:"
|
366 |
+
msgstr ""
|
367 |
|
368 |
+
#: ../dynwid_admin_overview.php:110
|
369 |
+
msgid "wp_head() is NOT called (at the most obvious place)"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: ../dynwid_admin_overview.php:114
|
373 |
+
msgid "wp_head() is called"
|
374 |
+
msgstr ""
|
|
|
375 |
|
376 |
+
#: ../dynwid_admin_overview.php:118
|
377 |
+
msgid "Unable to determine if wp_head() is called"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: ../dynwid_admin_overview.php:130
|
381 |
+
msgid "Use 'OLD' method"
|
382 |
+
msgstr ""
|
|
|
383 |
|
384 |
+
#: ../dynwid_admin_overview.php:140
|
385 |
+
msgid "Page limit"
|
|
|
|
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: ../dynwid_admin_overview.php:142
|
389 |
+
msgid "The page limit sets the limit of number of pages to prevent a timeout when building the hierarchical tree. When the number of pages is above this limit, a flat list will be displayed which is less time consuming."
|
390 |
+
msgstr ""
|
|
|
391 |
|
392 |
+
#: ../dynwid_admin_overview.php:144
|
393 |
+
msgid "Currently the number of pages is"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: ../dynwid_admin_overview.php:151
|
397 |
+
msgid "When upgrading to WPEC 3.8 the Dynamic Widgets rules for WPEC are lost. The WPEC dump gives you an overview of the rules before the update."
|
398 |
+
msgstr ""
|
|
|
399 |
|
400 |
+
#: ../dynwid_admin_overview.php:152
|
401 |
+
msgid "WARNING"
|
402 |
+
msgstr ""
|
|
|
|
|
403 |
|
404 |
+
#: ../dynwid_admin_overview.php:152
|
405 |
+
msgid "This only works correct when you did not add or change anything in the Dynamic Widgets rules."
|
406 |
+
msgstr ""
|
407 |
|
408 |
+
#: ../dynwid_admin_overview.php:157
|
409 |
+
msgid "Create WPEC dump"
|
|
|
|
|
|
|
410 |
msgstr ""
|
|
|
|
|
|
|
411 |
|
412 |
+
#: ../dynwid_admin_overview.php:164
|
413 |
+
msgid "For debugging purposes it is possible you're asked to create a dump. Click the 'Create dump' button and save the text file."
|
414 |
+
msgstr ""
|
|
|
|
|
415 |
|
416 |
+
#: ../dynwid_admin_overview.php:169
|
417 |
+
msgid "Create dump"
|
418 |
+
msgstr ""
|
419 |
|
420 |
+
#: ../dynwid_admin_overview.php:176
|
421 |
+
msgid "When you deceide not to use this plugin anymore (sorry to hear that!). You can cleanup all settings and data related to this plugin by clicking on the 'Uninstall' button. This process is irreversible! After the cleanup the plugin is deactivated automaticly."
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: ../dynwid_admin_overview.php:181
|
425 |
+
msgid "Uninstall"
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: ../mods/search_module.php:13
|
429 |
+
msgid "Search Page"
|
430 |
+
msgstr "Page de recherche"
|
431 |
+
|
432 |
+
#: ../mods/search_module.php:15
|
433 |
+
msgid "Show widget on the search page?"
|
434 |
+
msgstr "Afficher le widget sur les pages de recherche?"
|
435 |
+
|
436 |
+
# WordPress MO
|
437 |
+
#: ../mods/search_module.php:17
|
438 |
+
#: ../mods/qtranslate_module.php:31
|
439 |
+
#: ../mods/category_module.php:21
|
440 |
+
#: ../mods/single_module.php:69
|
441 |
+
#: ../mods/attachment_module.php:16
|
442 |
+
#: ../mods/error_module.php:16
|
443 |
+
#: ../mods/frontpage_module.php:24
|
444 |
+
msgid "Yes"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
# WordPress MO
|
448 |
+
#: ../mods/search_module.php:18
|
449 |
+
#: ../mods/qtranslate_module.php:32
|
450 |
+
#: ../mods/category_module.php:22
|
451 |
+
#: ../mods/single_module.php:70
|
452 |
+
#: ../mods/attachment_module.php:17
|
453 |
+
#: ../mods/error_module.php:17
|
454 |
+
#: ../mods/frontpage_module.php:25
|
455 |
+
msgid "No"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: ../mods/qtranslate_module.php:22
|
459 |
+
msgid "Language (QT)"
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: ../mods/qtranslate_module.php:24
|
463 |
+
#, fuzzy
|
464 |
+
msgid "Show widget default on all languages?"
|
465 |
+
msgstr "Afficher le widget sur les pages statiques?"
|
466 |
+
|
467 |
+
#: ../mods/qtranslate_module.php:24
|
468 |
+
#: ../mods/single_module.php:60
|
469 |
+
#: ../mods/single_module.php:74
|
470 |
+
#, fuzzy
|
471 |
+
msgid "Click to toggle info"
|
472 |
+
msgstr "Cliquez sur"
|
473 |
+
|
474 |
+
#: ../mods/qtranslate_module.php:28
|
475 |
+
msgid "Using this option can override all other options."
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: ../mods/qtranslate_module.php:33
|
479 |
+
#, fuzzy
|
480 |
+
msgid "Except the languages"
|
481 |
+
msgstr "Sauf la/les page(s)"
|
482 |
+
|
483 |
+
#: ../mods/category_module.php:19
|
484 |
+
msgid "Show widget default on category pages?"
|
485 |
+
msgstr "Afficher le widget sur les pages de catégorie?"
|
486 |
+
|
487 |
+
#: ../mods/category_module.php:23
|
488 |
+
msgid "Except the categories"
|
489 |
+
msgstr "Sauf les catégories"
|
490 |
+
|
491 |
+
#: ../mods/single_module.php:52
|
492 |
+
msgid "Posts: "
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: ../mods/single_module.php:52
|
496 |
+
msgid "Tags: "
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: ../mods/single_module.php:60
|
500 |
+
msgid "Show widget default on single posts?"
|
501 |
+
msgstr "Afficher le widget sur chaque page d'article?"
|
502 |
+
|
503 |
+
#: ../mods/single_module.php:64
|
504 |
msgid ""
|
505 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
506 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
510 |
" \t\t\t\t\tSi vous voulez etiliser une règle <b>OU</b> l'autre, ajoutez un widget identique et appliquez-lui d'autres règles.\n"
|
511 |
" \t\t\t\t\t"
|
512 |
|
513 |
+
#: ../mods/single_module.php:73
|
514 |
msgid "Make exception rule available to individual posts and tags."
|
515 |
msgstr "Permettre le réglage pour chaque article ou mot clé individuellement."
|
516 |
|
517 |
+
#: ../mods/single_module.php:77
|
518 |
msgid ""
|
519 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
520 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
530 |
" \t\t\t\t\tAttention! Ces règles seront effacées si des règles sont appliquées concernant les auteurs ou catégories. \n"
|
531 |
" \t\t\t\t"
|
532 |
|
533 |
+
#: ../mods/single_module.php:94
|
534 |
msgid "Except the posts by author"
|
535 |
msgstr "Sauf les articles de l'auteur suivant"
|
536 |
|
537 |
+
#: ../mods/single_module.php:105
|
538 |
msgid "Except the posts in category"
|
539 |
msgstr "Sauf les articles appartenant à la catégorie"
|
540 |
|
541 |
+
#: ../mods/attachment_module.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
#, fuzzy
|
543 |
msgid "Show widget on attachment pages"
|
544 |
msgstr "Afficher le widget sur les pages d'archives"
|
545 |
|
546 |
+
#: ../mods/error_module.php:14
|
547 |
+
msgid "Show widget on the error page?"
|
548 |
+
msgstr "Afficher le widget sur les pages d'erreur?"
|
|
|
|
|
|
|
549 |
|
550 |
+
#: ../mods/frontpage_module.php:15
|
551 |
+
msgid "Show widget on the front page?"
|
552 |
+
msgstr "Afficher le widget sur la page d'accueil?"
|
553 |
|
554 |
+
#: ../mods/frontpage_module.php:19
|
555 |
msgid ""
|
556 |
+
"This option only applies when your front page is set to display your latest posts (See Settings > Reading).<br />\n"
|
557 |
+
"\t\t\t\t\t\tWhen a static page is set, you can use the options for the static pages below.\n"
|
558 |
+
"\t\t\t\t\t"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
msgstr ""
|
560 |
+
"Ce réglage s'applique uniquement si votre page d'accueil est paramétrée pour afficher les derniers articles. (Voir Réglages > Lecture).<br />\n"
|
561 |
+
"\t\t\t\t\t\tSi votre page d'accueil est configurée comme une page statique, vous pouvez utiliser les réglages des pages statiques ci-dessous.\n"
|
562 |
+
"\t\t\t\t\t"
|
563 |
|
564 |
+
#: ../mods/archive_module.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
565 |
msgid "Show widget on archive pages"
|
566 |
msgstr "Afficher le widget sur les pages d'archives"
|
567 |
|
568 |
+
#: ../mods/archive_module.php:18
|
569 |
msgid "This option does not include Author and Category Pages."
|
570 |
msgstr "Ce réglage ne s'applique ni aux pages d'auteur ni aux pages de catégorie"
|
571 |
|
572 |
+
#: ../mods/pages_module.php:14
|
573 |
+
msgid "The static page module failed to load."
|
574 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
575 |
|
576 |
+
#: ../mods/pages_module.php:16
|
577 |
+
msgid "This is probably because building the hierarchical tree took too long.<br />Decrease the limit of number of pages in the advanced settings."
|
578 |
+
msgstr ""
|
579 |
|
580 |
+
#: ../mods/pages_module.php:43
|
581 |
+
#: ../mods/custompost_module.php:46
|
582 |
+
#: ../mods/custompost_module.php:89
|
583 |
+
msgid "All childs"
|
584 |
+
msgstr ""
|
585 |
|
586 |
+
#: ../mods/pages_module.php:83
|
587 |
+
#: ../mods/pages_module.php:86
|
588 |
#, fuzzy
|
589 |
+
msgid "Front page"
|
590 |
+
msgstr "Page d'accueil"
|
591 |
|
592 |
+
#: ../mods/pages_module.php:83
|
593 |
+
#: ../mods/pages_module.php:88
|
594 |
#, fuzzy
|
595 |
+
msgid "Posts page"
|
596 |
+
msgstr "Page d'accueil"
|
|
|
|
|
|
|
|
|
|
|
|
|
597 |
|
598 |
+
#: ../mods/pages_module.php:94
|
599 |
+
msgid "Show widget default on static pages?"
|
600 |
+
msgstr "Afficher le widget sur les pages statiques?"
|
601 |
|
602 |
+
#: ../mods/pages_module.php:101
|
603 |
+
msgid ""
|
604 |
+
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
605 |
+
"\t\t\t\t\tto the parent and all items under it in all levels. Also future items\n"
|
606 |
+
"\t\t\t\t\tunder the parent. It's not possible to apply an exception rule to\n"
|
607 |
+
"\t\t\t\t\t\"All childs\" without the parent."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../mods/pages_module.php:106
|
611 |
+
msgid ""
|
612 |
+
"Unfortunately the childs-function has been disabled\n"
|
613 |
+
"\t\t\t\t\tbecause you have more than the limit of pages."
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../mods/pages_module.php:116
|
617 |
+
msgid "Except the page(s)"
|
618 |
+
msgstr "Sauf la/les page(s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
|
620 |
+
#: ../mods/author_module.php:24
|
621 |
+
msgid "Show widget default on author pages?"
|
622 |
+
msgstr "Afficher le widget sur les pages d'auteur"
|
623 |
|
624 |
+
#: ../mods/author_module.php:28
|
625 |
+
msgid "Except the author(s)"
|
626 |
+
msgstr "Sauf le/les auteur(s)"
|
|
|
627 |
|
628 |
+
#: ../mods/bp_module.php:24
|
629 |
+
#, fuzzy
|
630 |
+
msgid "Show widget default on BuddyPress pages?"
|
631 |
+
msgstr "Afficher le widget sur les pages d'auteur"
|
632 |
|
633 |
+
#: ../mods/bp_module.php:28
|
634 |
+
#, fuzzy
|
635 |
+
msgid "Except on the components pages"
|
636 |
+
msgstr "Sauf la/les page(s)"
|
637 |
|
638 |
+
#: ../mods/bp_module.php:47
|
639 |
+
msgid "Forum Index"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../mods/bp_module.php:48
|
643 |
+
msgid "Forum Topics"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: ../mods/bp_module.php:49
|
647 |
+
msgid "Members Index"
|
|
|
|
|
|
|
|
|
|
|
|
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: ../mods/bp_module.php:54
|
651 |
+
#, fuzzy
|
652 |
+
msgid "Show widget default on BuddyPress Group pages?"
|
653 |
+
msgstr "Afficher le widget sur les pages d'auteur"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
|
655 |
+
#: ../mods/bp_module.php:61
|
656 |
+
#, fuzzy
|
657 |
+
msgid "Except in the groups"
|
658 |
+
msgstr "Sauf la/les page(s)"
|
659 |
|
660 |
+
#: ../mods/bp_module.php:70
|
661 |
+
#, fuzzy
|
662 |
+
msgid "Except in the group pages"
|
663 |
+
msgstr "Sauf la/les page(s)"
|
664 |
|
665 |
+
# WordPress MO
|
666 |
+
#: ../mods/role_module.php:10
|
667 |
+
msgid "Anonymous"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../mods/role_module.php:25
|
671 |
+
msgid "Show widget to everybody?"
|
672 |
+
msgstr "Afficher le widget pour tout le monde?"
|
673 |
|
674 |
+
#: ../mods/role_module.php:29
|
675 |
+
msgid ""
|
676 |
+
"Setting options by role is very powerfull. It can override all other options!<br />\n"
|
677 |
+
"\t\t\t\t\t\tUsers who are not logged in, get the <em>Anonymous</em> role."
|
678 |
msgstr ""
|
679 |
+
"Les réglages des rôles sont relativement puissants et permettent de passer outre tous les autres réglages!<br />\n"
|
680 |
+
"\t\t\t\t\t\tLe rôle <em>Anonyme</em> correspond aux utilisateurs non connectés."
|
681 |
|
682 |
+
#: ../mods/role_module.php:34
|
683 |
+
msgid "only to"
|
684 |
+
msgstr "seulement à"
|
685 |
|
686 |
+
#: ../mods/useragent_module.php:10
|
687 |
+
msgid "(and other Gecko based)"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../mods/useragent_module.php:17
|
691 |
+
msgid "Other / Unknown / Not detected"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../mods/useragent_module.php:28
|
695 |
+
#, fuzzy
|
696 |
+
msgid "Show widget with all browsers?"
|
697 |
+
msgstr "Toujours afficher le widget?"
|
698 |
|
699 |
+
#: ../mods/useragent_module.php:32
|
700 |
+
msgid "Browser detection is never 100% accurate."
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../mods/useragent_module.php:37
|
704 |
+
#, fuzzy
|
705 |
+
msgid "Except the browser(s)"
|
706 |
+
msgstr "Sauf le/les auteur(s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
707 |
|
708 |
+
#: ../mods/tpl_module.php:23
|
709 |
#, fuzzy
|
710 |
+
msgid "Show widget on every template?"
|
711 |
+
msgstr "Afficher le widget sur les pages d'erreur?"
|
712 |
|
713 |
+
#: ../mods/tpl_module.php:27
|
714 |
+
msgid "This options takes precedence above other options like Pages and/or Single Posts."
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: ../mods/tpl_module.php:32
|
718 |
+
#, fuzzy
|
719 |
+
msgid "Except the templates"
|
720 |
+
msgstr "Sauf la/les page(s)"
|
721 |
|
722 |
+
#: ../mods/tpl_module.php:34
|
723 |
+
msgid "Default Template"
|
724 |
+
msgstr ""
|
725 |
|
726 |
+
#: ../mods/custompost_module.php:126
|
727 |
+
#: ../mods/custompost_module.php:216
|
728 |
+
msgid "Show widget on"
|
729 |
+
msgstr "Afficher le widget pour"
|
730 |
|
731 |
+
#: ../mods/custompost_module.php:136
|
732 |
+
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
733 |
+
msgstr ""
|
734 |
|
735 |
+
#: ../mods/custompost_module.php:143
|
736 |
+
#: ../mods/custompost_module.php:178
|
737 |
+
#: ../mods/custompost_module.php:227
|
738 |
+
#: ../mods/custompost_module.php:260
|
739 |
+
msgid "Except for"
|
740 |
+
msgstr "Sauf pour"
|
741 |
|
742 |
+
#: ../mods/custompost_module.php:254
|
743 |
+
#, fuzzy
|
744 |
+
msgid "Show widget on Custom Post Type Archives"
|
745 |
+
msgstr "Afficher le widget sur les pages de recherche?"
|
746 |
|
747 |
+
#: ../mods/date_module.php:32
|
748 |
+
msgid "Show widget always?"
|
749 |
+
msgstr "Toujours afficher le widget?"
|
750 |
|
751 |
+
#: ../mods/date_module.php:36
|
752 |
+
msgid "Next to the above role option, the date option is also very powerfull. You've been warned!"
|
753 |
+
msgstr "Les réglages de dates sont relativement puissants et permettent de passer outre tous les autres réglages!"
|
754 |
|
755 |
+
#: ../mods/date_module.php:37
|
756 |
+
msgid "Enter dates in the YYYY-MM-DD format. You can also use the calender by clicking on the"
|
757 |
+
msgstr "Entrer la date au format AAAA-MM-JJ. Vous pouvez aussi utiliser le calendrier en cliquant sur"
|
758 |
|
759 |
+
#: ../mods/date_module.php:38
|
760 |
+
msgid ""
|
761 |
+
"Date ranges can be made by entering a From AND a To date<br />\n"
|
762 |
+
" \t\t\t\t\tWhen you want the widget to be displayed from a specific date, only fill in the From date<br />\n"
|
763 |
+
" \t\t\t\t\tWhen you want the widget to stop displaying on a specific date, only fill in the To date.\n"
|
764 |
+
" \t\t\t\t"
|
765 |
msgstr ""
|
766 |
+
"Les périodes peuvent être définies en entrant une date de début ET une date de fin<br />\n"
|
767 |
+
" \t\t\t\t\tSi vous voulez afficher le widget à partir d'une certaine date seulement, remplissez uniquement la date de début<br />\n"
|
768 |
+
" \t\t\t\t\tSi vous voulez masquer le widget à partir d'une certaine date seulement, remplissez uniquement la date de fin.\n"
|
769 |
+
" \t\t\t\t"
|
770 |
|
771 |
+
#: ../mods/date_module.php:45
|
772 |
+
msgid "only"
|
773 |
+
msgstr "uniquement"
|
|
|
774 |
|
775 |
+
#: ../mods/date_module.php:49
|
776 |
+
msgid "From"
|
777 |
+
msgstr "Du"
|
778 |
|
779 |
+
#: ../mods/date_module.php:53
|
780 |
+
msgid "To"
|
781 |
+
msgstr "Au"
|
|
|
782 |
|
783 |
+
#: ../mods/wpec_module.php:25
|
784 |
+
msgid "Show widget default on WPSC categories?"
|
785 |
+
msgstr "Afficher le widget pour les catégories \"WordPress Shopping Cart\""
|
786 |
|
787 |
+
#: ../mods/wpml_module.php:21
|
788 |
+
msgid "Language (WPML)"
|
789 |
+
msgstr ""
|
790 |
|
791 |
+
#~ msgid "Custom Post Type"
|
792 |
+
#~ msgstr "Types de contenu personnalisés"
|
|
|
793 |
|
794 |
#~ msgid "This widget is"
|
795 |
#~ msgstr "Ce widget est"
|
locale/dynamic-widgets-nl.mo
CHANGED
Binary file
|
locale/dynamic-widgets-nl.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets NL\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Jacco
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -12,107 +12,108 @@ msgstr ""
|
|
12 |
"X-Poedit-Language: Dutch\n"
|
13 |
"X-Poedit-Country: NETHERLANDS\n"
|
14 |
|
15 |
-
#: ../dynwid_class_php4.php:
|
16 |
-
#: ../dynwid_class.php:
|
17 |
msgid "Role"
|
18 |
msgstr "Rol"
|
19 |
|
20 |
-
#: ../dynwid_class_php4.php:
|
21 |
-
#: ../dynwid_class.php:
|
22 |
msgid "Date"
|
23 |
msgstr "Datum"
|
24 |
|
25 |
-
#: ../dynwid_class_php4.php:
|
26 |
-
#: ../dynwid_class.php:
|
27 |
msgid "Browser"
|
28 |
msgstr "Browser"
|
29 |
|
30 |
-
#: ../dynwid_class_php4.php:
|
31 |
-
#: ../dynwid_class.php:
|
32 |
msgid "Templates"
|
33 |
msgstr "Sjablomen"
|
34 |
|
35 |
-
#: ../dynwid_class_php4.php:
|
36 |
-
#: ../
|
|
|
|
|
37 |
msgid "Language"
|
38 |
msgstr "Taal"
|
39 |
|
40 |
-
#: ../dynwid_class_php4.php:
|
41 |
-
#: ../dynwid_class.php:
|
42 |
#: ../mods/frontpage_module.php:13
|
43 |
msgid "Front Page"
|
44 |
msgstr "Startpagina"
|
45 |
|
46 |
-
#: ../dynwid_class_php4.php:
|
47 |
-
#: ../dynwid_class.php:
|
48 |
-
#: ../mods/single_module.php:
|
49 |
msgid "Single Posts"
|
50 |
msgstr "Berichten"
|
51 |
|
52 |
-
#: ../dynwid_class_php4.php:
|
53 |
-
#: ../dynwid_class.php:
|
54 |
#: ../mods/attachment_module.php:12
|
55 |
msgid "Attachments"
|
56 |
msgstr "Bijlagen"
|
57 |
|
58 |
-
#: ../dynwid_class_php4.php:
|
59 |
-
#: ../dynwid_class.php:
|
60 |
msgid "Pages"
|
61 |
msgstr "Pagina's"
|
62 |
|
63 |
-
#: ../dynwid_class_php4.php:
|
64 |
-
#: ../dynwid_class.php:
|
65 |
msgid "Author Pages"
|
66 |
msgstr "Auteur pagina's"
|
67 |
|
68 |
-
#: ../dynwid_class_php4.php:
|
69 |
-
#: ../dynwid_class.php:
|
70 |
#: ../mods/category_module.php:17
|
71 |
msgid "Category Pages"
|
72 |
msgstr "Categorie pagina's"
|
73 |
|
74 |
-
#: ../dynwid_class_php4.php:
|
75 |
-
#: ../dynwid_class.php:
|
76 |
-
#: ../mods/archive_module.php:12
|
77 |
msgid "Archive Pages"
|
78 |
msgstr "Archief pagina's"
|
79 |
|
80 |
-
#: ../dynwid_class_php4.php:
|
81 |
-
#: ../dynwid_class.php:
|
82 |
#: ../mods/error_module.php:12
|
83 |
msgid "Error Page"
|
84 |
msgstr "Foutmeldings pagina"
|
85 |
|
86 |
-
#: ../dynwid_class_php4.php:
|
87 |
-
#: ../dynwid_class.php:
|
88 |
msgid "Search page"
|
89 |
msgstr "Zoek pagina"
|
90 |
|
91 |
-
#: ../dynwid_class_php4.php:
|
92 |
-
#: ../dynwid_class.php:
|
93 |
msgid "WPSC Category"
|
94 |
msgstr "WPSC Categorie"
|
95 |
|
96 |
-
#: ../dynwid_class_php4.php:
|
97 |
-
#: ../dynwid_class.php:
|
98 |
msgid "Custom Post Type Archives"
|
99 |
msgstr "Custom Post Type Archief"
|
100 |
|
101 |
-
#: ../dynwid_class_php4.php:
|
102 |
-
#: ../dynwid_class.php:
|
103 |
msgid "BuddyPress"
|
104 |
msgstr "BuddyPress"
|
105 |
|
106 |
-
#: ../dynwid_class_php4.php:
|
107 |
-
#: ../dynwid_class.php:
|
108 |
msgid "BuddyPress Groups"
|
109 |
msgstr "BuddyPress Groepen"
|
110 |
|
111 |
#: ../dynwid_admin.php:19
|
112 |
-
#: ../dynamic-widgets.php:
|
113 |
-
#: ../dynamic-widgets.php:
|
114 |
-
#: ../dynamic-widgets.php:
|
115 |
-
#: ../dynamic-widgets.php:
|
116 |
msgid "Dynamic Widgets"
|
117 |
msgstr "Dynamische Widgets"
|
118 |
|
@@ -134,170 +135,170 @@ msgstr "OUD"
|
|
134 |
msgid "FILTER"
|
135 |
msgstr "FILTER"
|
136 |
|
137 |
-
#: ../dynamic-widgets.php:
|
138 |
msgid "Widgets are always displayed by default"
|
139 |
msgstr "Widgets worden standaard altijd getoond"
|
140 |
|
141 |
-
#: ../dynamic-widgets.php:
|
142 |
msgid "The '<em>Yes</em>' selection"
|
143 |
msgstr "De '<em>Ja</em>' selectie"
|
144 |
|
145 |
-
#: ../dynamic-widgets.php:
|
146 |
msgid "Click on the"
|
147 |
msgstr "Klik op de"
|
148 |
|
149 |
-
#: ../dynamic-widgets.php:
|
150 |
msgid "next to the options for more info"
|
151 |
msgstr "bij de opties voor meer informatie"
|
152 |
|
153 |
-
#: ../dynamic-widgets.php:
|
154 |
msgid "The"
|
155 |
msgstr "De"
|
156 |
|
157 |
-
#: ../dynamic-widgets.php:
|
158 |
msgid "next to a section means it has options set."
|
159 |
msgstr "houdt in dat er opties gekozen zijn."
|
160 |
|
161 |
-
#: ../dynamic-widgets.php:
|
162 |
-
#: ../dynamic-widgets.php:
|
163 |
-
#: ../dynamic-widgets.php:
|
164 |
-
#: ../dynamic-widgets.php:
|
165 |
#: ../dynwid_admin_overview.php:85
|
166 |
msgid "Static"
|
167 |
msgstr "Statisch"
|
168 |
|
169 |
-
#: ../dynamic-widgets.php:
|
170 |
-
#: ../dynamic-widgets.php:
|
171 |
-
#: ../dynamic-widgets.php:
|
172 |
#: ../dynwid_admin_overview.php:85
|
173 |
msgid "Dynamic"
|
174 |
msgstr "Dyamisch"
|
175 |
|
176 |
-
#: ../dynamic-widgets.php:
|
177 |
msgid "When a widget is"
|
178 |
msgstr "Wanneer een widget"
|
179 |
|
180 |
-
#: ../dynamic-widgets.php:
|
181 |
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
182 |
msgstr "de widget staat op de standaard instelling. Met andere woorden, deze wordt overal getoond"
|
183 |
|
184 |
-
#: ../dynamic-widgets.php:
|
185 |
msgid "A widget is"
|
186 |
msgstr "Een widget is"
|
187 |
|
188 |
-
#: ../dynamic-widgets.php:
|
189 |
msgid "when there are options set, i.e. not showing on the front page."
|
190 |
msgstr "als er opties gewijzigd zijn, bijvoorbeeld niet tonen op de startpagina."
|
191 |
|
192 |
-
#: ../dynamic-widgets.php:
|
193 |
#: ../dynwid_admin_overview.php:79
|
194 |
msgid "Reset"
|
195 |
msgstr "Herstellen"
|
196 |
|
197 |
-
#: ../dynamic-widgets.php:
|
198 |
msgid "Reset makes the widget return to"
|
199 |
msgstr "Herstellen zorgt ervoor dat de widget teruggezet wordt naar"
|
200 |
|
201 |
-
#: ../dynamic-widgets.php:
|
202 |
msgid "Settings"
|
203 |
msgstr "Instellingen"
|
204 |
|
205 |
-
#: ../dynamic-widgets.php:
|
206 |
msgid "Apply exception rule to widgets:"
|
207 |
msgstr "Maak uitzonderingsregel voor widget:"
|
208 |
|
209 |
-
#: ../dynamic-widgets.php:
|
210 |
-
#: ../dynamic-widgets.php:
|
211 |
msgid "Off"
|
212 |
msgstr "Uit"
|
213 |
|
214 |
-
#: ../dynamic-widgets.php:
|
215 |
-
#: ../dynamic-widgets.php:
|
216 |
msgid "On"
|
217 |
msgstr "Aan"
|
218 |
|
219 |
-
#: ../dynamic-widgets.php:
|
220 |
msgid " (Default: "
|
221 |
msgstr "(Standaard"
|
222 |
|
223 |
-
#: ../dynamic-widgets.php:
|
224 |
msgid "Default"
|
225 |
msgstr "Standaard"
|
226 |
|
227 |
-
#: ../dynamic-widgets.php:
|
228 |
msgid "Dynamic Widgets Options saved"
|
229 |
msgstr "Dynamische Widget opties bewaard"
|
230 |
|
231 |
-
#: ../dynamic-widgets.php:
|
232 |
msgid "for"
|
233 |
msgstr "voor"
|
234 |
|
235 |
-
#: ../dynamic-widgets.php:
|
236 |
msgid "Edit Dynamic Widgets Options"
|
237 |
msgstr "Wijzig Dynamische Widget opties"
|
238 |
|
239 |
-
#: ../dynamic-widgets.php:
|
240 |
msgid "and"
|
241 |
msgstr "en"
|
242 |
|
243 |
-
#: ../dynamic-widgets.php:
|
244 |
msgid "Options set for"
|
245 |
msgstr "Opties voor"
|
246 |
|
247 |
-
#: ../dynamic-widgets.php:
|
248 |
msgid "Option set for"
|
249 |
msgstr "Optie voor"
|
250 |
|
251 |
-
#: ../dynwid_admin_edit.php:
|
252 |
msgid "Widget options saved."
|
253 |
msgstr "Widget opties bewaard"
|
254 |
|
255 |
-
#: ../dynwid_admin_edit.php:
|
256 |
-
#: ../dynwid_admin_edit.php:
|
257 |
msgid "Return"
|
258 |
msgstr "Terug"
|
259 |
|
260 |
-
#: ../dynwid_admin_edit.php:
|
261 |
msgid "to Dynamic Widgets overview"
|
262 |
msgstr "naar Dynamische Widgets overzicht"
|
263 |
|
264 |
-
#: ../dynwid_admin_edit.php:
|
265 |
msgid "Dynamic does not mean static hiding of a widget."
|
266 |
msgstr "Dynamisch houdt niet in het statisch verbergen van een widget."
|
267 |
|
268 |
-
#: ../dynwid_admin_edit.php:
|
269 |
msgid "Hint"
|
270 |
msgstr "Hint"
|
271 |
|
272 |
-
#: ../dynwid_admin_edit.php:
|
273 |
msgid "Remove"
|
274 |
msgstr "Verwijderen"
|
275 |
|
276 |
-
#: ../dynwid_admin_edit.php:
|
277 |
msgid "the widget from the sidebar"
|
278 |
msgstr "de widget in de sidebar"
|
279 |
|
280 |
-
#: ../dynwid_admin_edit.php:
|
281 |
msgid "The From date can't be later than the To date."
|
282 |
msgstr "The 'van' datum kan niet later zijn dan de 'tot' datum."
|
283 |
|
284 |
-
#: ../dynwid_admin_edit.php:
|
285 |
msgid "Edit options for the widget"
|
286 |
msgstr "Wijzig de opties voor de widget"
|
287 |
|
288 |
-
#: ../dynwid_admin_edit.php:
|
289 |
msgid "Quick settings"
|
290 |
msgstr "Snelle instellingen"
|
291 |
|
292 |
-
#: ../dynwid_admin_edit.php:
|
293 |
msgid "Set all options to 'No'"
|
294 |
msgstr "Zet alle opties op 'Nee'"
|
295 |
|
296 |
-
#: ../dynwid_admin_edit.php:
|
297 |
msgid "Except overriding options like Role, Date, etc."
|
298 |
msgstr "Behalve overstijgende opties zoals Rol, Datum, enz."
|
299 |
|
300 |
-
#: ../dynwid_admin_edit.php:
|
301 |
#: ../dynwid_admin_overview.php:140
|
302 |
msgid "Save"
|
303 |
msgstr "Opslaan"
|
@@ -416,25 +417,47 @@ msgid "Show widget on the search page?"
|
|
416 |
msgstr "Toon de widget op de zoekpagina?"
|
417 |
|
418 |
#: ../mods/search_module.php:17
|
|
|
419 |
#: ../mods/category_module.php:21
|
420 |
-
#: ../mods/single_module.php:
|
421 |
#: ../mods/attachment_module.php:16
|
422 |
#: ../mods/error_module.php:16
|
423 |
#: ../mods/frontpage_module.php:24
|
424 |
-
#: ../mods/archive_module.php:21
|
425 |
msgid "Yes"
|
426 |
msgstr "Ja"
|
427 |
|
428 |
#: ../mods/search_module.php:18
|
|
|
429 |
#: ../mods/category_module.php:22
|
430 |
-
#: ../mods/single_module.php:
|
431 |
#: ../mods/attachment_module.php:17
|
432 |
#: ../mods/error_module.php:17
|
433 |
#: ../mods/frontpage_module.php:25
|
434 |
-
#: ../mods/archive_module.php:22
|
435 |
msgid "No"
|
436 |
msgstr "Nee"
|
437 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
#: ../mods/category_module.php:19
|
439 |
msgid "Show widget default on category pages?"
|
440 |
msgstr "Toon de widget standaard op de categorie pagina's?"
|
@@ -443,25 +466,19 @@ msgstr "Toon de widget standaard op de categorie pagina's?"
|
|
443 |
msgid "Except the categories"
|
444 |
msgstr "Behalve de categoriën"
|
445 |
|
446 |
-
#: ../mods/single_module.php:
|
447 |
msgid "Posts: "
|
448 |
msgstr "Posts:"
|
449 |
|
450 |
-
#: ../mods/single_module.php:
|
451 |
msgid "Tags: "
|
452 |
msgstr "Tags:"
|
453 |
|
454 |
-
#: ../mods/single_module.php:
|
455 |
msgid "Show widget default on single posts?"
|
456 |
msgstr "De widget bij de berichten tonen?"
|
457 |
|
458 |
-
#: ../mods/single_module.php:
|
459 |
-
#: ../mods/single_module.php:69
|
460 |
-
#: ../mods/archive_module.php:14
|
461 |
-
msgid "Click to toggle info"
|
462 |
-
msgstr "Klik om info weer te geven of te verbergen"
|
463 |
-
|
464 |
-
#: ../mods/single_module.php:59
|
465 |
msgid ""
|
466 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
467 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
@@ -471,11 +488,11 @@ msgstr ""
|
|
471 |
" \t\t\t\t\tAls u de regels in een logische OR wilt gebruiken kunt u de widget opnieuw toevoegen en daarop dan de andere regel toepassen.\n"
|
472 |
" \t\t\t\t\t"
|
473 |
|
474 |
-
#: ../mods/single_module.php:
|
475 |
msgid "Make exception rule available to individual posts and tags."
|
476 |
msgstr "Maak de uitzonderings regel beschikbaar voor individuele berichten en tags"
|
477 |
|
478 |
-
#: ../mods/single_module.php:
|
479 |
msgid ""
|
480 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
481 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
@@ -491,11 +508,11 @@ msgstr ""
|
|
491 |
" \t\t\t\t\tLet er op dat uitzonderings regels voor auteur en categorie worden verwijderd.\n"
|
492 |
" \t\t\t\t"
|
493 |
|
494 |
-
#: ../mods/single_module.php:
|
495 |
msgid "Except the posts by author"
|
496 |
msgstr "Behalve de berichten van"
|
497 |
|
498 |
-
#: ../mods/single_module.php:
|
499 |
msgid "Except the posts in category"
|
500 |
msgstr "Behalve de berichten in de categorie"
|
501 |
|
@@ -538,25 +555,26 @@ msgid "This is probably because building the hierarchical tree took too long.<br
|
|
538 |
msgstr "Dit komt waarschijnlijk doordat het opbouwen van de hierarchiesche boom te lang duurde.<br />Verlaag de limiet van het aantal pagina's in de geavanceerde instellingen."
|
539 |
|
540 |
#: ../mods/pages_module.php:43
|
541 |
-
#: ../mods/custompost_module.php:
|
|
|
542 |
msgid "All childs"
|
543 |
msgstr "Alle kinderen"
|
544 |
|
545 |
-
#: ../mods/pages_module.php:
|
546 |
-
#: ../mods/pages_module.php:
|
547 |
msgid "Front page"
|
548 |
msgstr "Startpagina"
|
549 |
|
550 |
-
#: ../mods/pages_module.php:
|
551 |
-
#: ../mods/pages_module.php:
|
552 |
msgid "Posts page"
|
553 |
msgstr "Posts pagina"
|
554 |
|
555 |
-
#: ../mods/pages_module.php:
|
556 |
msgid "Show widget default on static pages?"
|
557 |
msgstr "Toon de widget op pagina's?"
|
558 |
|
559 |
-
#: ../mods/pages_module.php:
|
560 |
#, fuzzy
|
561 |
msgid ""
|
562 |
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
@@ -565,54 +583,54 @@ msgid ""
|
|
565 |
"\t\t\t\t\t\"All childs\" without the parent."
|
566 |
msgstr "Door gebruik te maken van de \"Alle kinderen\" optie, wordt de uitzonderingsregel toegepast op de ouder en alle daaronder liggende item in alle levels. Ook toekomstige items onder de ouder. Het is niet mogelijk om de uitzonderingsregel toe te passen zonder de ouder."
|
567 |
|
568 |
-
#: ../mods/pages_module.php:
|
569 |
msgid ""
|
570 |
"Unfortunately the childs-function has been disabled\n"
|
571 |
-
"\t\t\t\t\tbecause you have more than
|
572 |
-
msgstr "Helaas is de kind-optie
|
573 |
|
574 |
-
#: ../mods/pages_module.php:
|
575 |
msgid "Except the page(s)"
|
576 |
msgstr "Behalve de pagina('s)"
|
577 |
|
578 |
-
#: ../mods/author_module.php:
|
579 |
msgid "Show widget default on author pages?"
|
580 |
msgstr "Toon de widget op auteurs pagina's?"
|
581 |
|
582 |
-
#: ../mods/author_module.php:
|
583 |
msgid "Except the author(s)"
|
584 |
msgstr "Behalve van"
|
585 |
|
586 |
-
#: ../mods/bp_module.php:
|
587 |
msgid "Show widget default on BuddyPress pages?"
|
588 |
msgstr "Toon de widget op BuddyPress pagina's?"
|
589 |
|
590 |
-
#: ../mods/bp_module.php:
|
591 |
#, fuzzy
|
592 |
msgid "Except on the components pages"
|
593 |
msgstr "Behalve op de componenten pagina's"
|
594 |
|
595 |
-
#: ../mods/bp_module.php:
|
596 |
msgid "Forum Index"
|
597 |
msgstr "Forum-overzicht"
|
598 |
|
599 |
-
#: ../mods/bp_module.php:
|
600 |
msgid "Forum Topics"
|
601 |
msgstr "Forum onderwerpen"
|
602 |
|
603 |
-
#: ../mods/bp_module.php:
|
604 |
msgid "Members Index"
|
605 |
msgstr "Gebruikersoverzicht"
|
606 |
|
607 |
-
#: ../mods/bp_module.php:
|
608 |
msgid "Show widget default on BuddyPress Group pages?"
|
609 |
msgstr "Toon de widget op BuddyPress Groep pagina's?"
|
610 |
|
611 |
-
#: ../mods/bp_module.php:
|
612 |
msgid "Except in the groups"
|
613 |
msgstr "Behalve in de groepen"
|
614 |
|
615 |
-
#: ../mods/bp_module.php:
|
616 |
#, fuzzy
|
617 |
msgid "Except in the group pages"
|
618 |
msgstr "Behalve in de groepen"
|
@@ -673,40 +691,26 @@ msgstr "Behalve in de sjablomen"
|
|
673 |
msgid "Default Template"
|
674 |
msgstr "Standaard sjabloom"
|
675 |
|
676 |
-
#: ../mods/custompost_module.php:
|
677 |
-
|
678 |
-
msgstr "Custom Post Type"
|
679 |
-
|
680 |
-
#: ../mods/custompost_module.php:83
|
681 |
msgid "Show widget on"
|
682 |
msgstr "Toon de widget op"
|
683 |
|
684 |
-
#: ../mods/custompost_module.php:
|
685 |
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
686 |
msgstr "Alle uitzonderingen (titels en taxonomy) werken onafhankelijk van elkaar in een zgn. logische OR conditie. Dit houdt in dat wanneer een uitzondering voorkomt, de regel wordt toegepast."
|
687 |
|
688 |
-
#: ../mods/custompost_module.php:
|
689 |
-
#: ../mods/custompost_module.php:
|
690 |
-
#: ../mods/custompost_module.php:
|
|
|
691 |
msgid "Except for"
|
692 |
msgstr "Behalve voor"
|
693 |
|
694 |
-
#: ../mods/custompost_module.php:
|
695 |
-
msgid "Except for Custom Taxonomy"
|
696 |
-
msgstr "Behalve voor Custom Taxonomy"
|
697 |
-
|
698 |
-
#: ../mods/custompost_module.php:154
|
699 |
msgid "Show widget on Custom Post Type Archives"
|
700 |
msgstr "Toon de widget op de Custom Post Type archief pagina?"
|
701 |
|
702 |
-
#: ../mods/custompost_module.php:183
|
703 |
-
msgid "Custom Taxonomy Archive"
|
704 |
-
msgstr "Custom Taxonomy Archief"
|
705 |
-
|
706 |
-
#: ../mods/custompost_module.php:185
|
707 |
-
msgid "Show widget on Custom Taxonomy Archive"
|
708 |
-
msgstr "Toon de widget op de Custom Taxonomy archief pagina?"
|
709 |
-
|
710 |
#: ../mods/date_module.php:32
|
711 |
msgid "Show widget always?"
|
712 |
msgstr "Altijd de widget tonen?"
|
@@ -743,32 +747,34 @@ msgstr "Van"
|
|
743 |
msgid "To"
|
744 |
msgstr "Tot"
|
745 |
|
746 |
-
#: ../mods/wpec_module.php:
|
747 |
msgid "Show widget default on WPSC categories?"
|
748 |
msgstr "Toon de widget standaard in de WPSC categoriën?"
|
749 |
|
750 |
-
#: ../mods/wpml_module.php:
|
751 |
msgid "Language (WPML)"
|
752 |
msgstr "Taal (WPML)"
|
753 |
|
754 |
-
|
755 |
-
|
756 |
-
msgstr "Toon de widget voor alle talen?"
|
757 |
|
758 |
-
|
759 |
-
|
760 |
-
msgstr "Door gebruik te maken van deze opties kan deze alle andere opties overstijgen."
|
761 |
|
762 |
-
|
763 |
-
|
764 |
-
|
|
|
|
|
765 |
|
766 |
#~ msgid "Dynamic Widgets: "
|
767 |
#~ msgstr "Dynamische Widgets: "
|
|
|
768 |
#~ msgid "Widget"
|
769 |
#~ msgstr "Widget"
|
|
|
770 |
#~ msgid "This widget is"
|
771 |
#~ msgstr "Deze widget is"
|
|
|
772 |
#~ msgid "selection"
|
773 |
#~ msgstr "selectie"
|
774 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets NL\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-08-13 18:05+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Jacco Drabbe <jacco@qurl.nl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"X-Poedit-Language: Dutch\n"
|
13 |
"X-Poedit-Country: NETHERLANDS\n"
|
14 |
|
15 |
+
#: ../dynwid_class_php4.php:164
|
16 |
+
#: ../dynwid_class.php:149
|
17 |
msgid "Role"
|
18 |
msgstr "Rol"
|
19 |
|
20 |
+
#: ../dynwid_class_php4.php:165
|
21 |
+
#: ../dynwid_class.php:150
|
22 |
msgid "Date"
|
23 |
msgstr "Datum"
|
24 |
|
25 |
+
#: ../dynwid_class_php4.php:166
|
26 |
+
#: ../dynwid_class.php:151
|
27 |
msgid "Browser"
|
28 |
msgstr "Browser"
|
29 |
|
30 |
+
#: ../dynwid_class_php4.php:167
|
31 |
+
#: ../dynwid_class.php:152
|
32 |
msgid "Templates"
|
33 |
msgstr "Sjablomen"
|
34 |
|
35 |
+
#: ../dynwid_class_php4.php:168
|
36 |
+
#: ../dynwid_class_php4.php:169
|
37 |
+
#: ../dynwid_class.php:153
|
38 |
+
#: ../dynwid_class.php:154
|
39 |
msgid "Language"
|
40 |
msgstr "Taal"
|
41 |
|
42 |
+
#: ../dynwid_class_php4.php:170
|
43 |
+
#: ../dynwid_class.php:155
|
44 |
#: ../mods/frontpage_module.php:13
|
45 |
msgid "Front Page"
|
46 |
msgstr "Startpagina"
|
47 |
|
48 |
+
#: ../dynwid_class_php4.php:171
|
49 |
+
#: ../dynwid_class.php:156
|
50 |
+
#: ../mods/single_module.php:58
|
51 |
msgid "Single Posts"
|
52 |
msgstr "Berichten"
|
53 |
|
54 |
+
#: ../dynwid_class_php4.php:172
|
55 |
+
#: ../dynwid_class.php:157
|
56 |
#: ../mods/attachment_module.php:12
|
57 |
msgid "Attachments"
|
58 |
msgstr "Bijlagen"
|
59 |
|
60 |
+
#: ../dynwid_class_php4.php:173
|
61 |
+
#: ../dynwid_class.php:158
|
62 |
msgid "Pages"
|
63 |
msgstr "Pagina's"
|
64 |
|
65 |
+
#: ../dynwid_class_php4.php:174
|
66 |
+
#: ../dynwid_class.php:159
|
67 |
msgid "Author Pages"
|
68 |
msgstr "Auteur pagina's"
|
69 |
|
70 |
+
#: ../dynwid_class_php4.php:175
|
71 |
+
#: ../dynwid_class.php:160
|
72 |
#: ../mods/category_module.php:17
|
73 |
msgid "Category Pages"
|
74 |
msgstr "Categorie pagina's"
|
75 |
|
76 |
+
#: ../dynwid_class_php4.php:176
|
77 |
+
#: ../dynwid_class.php:161
|
|
|
78 |
msgid "Archive Pages"
|
79 |
msgstr "Archief pagina's"
|
80 |
|
81 |
+
#: ../dynwid_class_php4.php:177
|
82 |
+
#: ../dynwid_class.php:162
|
83 |
#: ../mods/error_module.php:12
|
84 |
msgid "Error Page"
|
85 |
msgstr "Foutmeldings pagina"
|
86 |
|
87 |
+
#: ../dynwid_class_php4.php:178
|
88 |
+
#: ../dynwid_class.php:163
|
89 |
msgid "Search page"
|
90 |
msgstr "Zoek pagina"
|
91 |
|
92 |
+
#: ../dynwid_class_php4.php:179
|
93 |
+
#: ../dynwid_class.php:164
|
94 |
msgid "WPSC Category"
|
95 |
msgstr "WPSC Categorie"
|
96 |
|
97 |
+
#: ../dynwid_class_php4.php:180
|
98 |
+
#: ../dynwid_class.php:165
|
99 |
msgid "Custom Post Type Archives"
|
100 |
msgstr "Custom Post Type Archief"
|
101 |
|
102 |
+
#: ../dynwid_class_php4.php:181
|
103 |
+
#: ../dynwid_class.php:166
|
104 |
msgid "BuddyPress"
|
105 |
msgstr "BuddyPress"
|
106 |
|
107 |
+
#: ../dynwid_class_php4.php:182
|
108 |
+
#: ../dynwid_class.php:167
|
109 |
msgid "BuddyPress Groups"
|
110 |
msgstr "BuddyPress Groepen"
|
111 |
|
112 |
#: ../dynwid_admin.php:19
|
113 |
+
#: ../dynamic-widgets.php:152
|
114 |
+
#: ../dynamic-widgets.php:175
|
115 |
+
#: ../dynamic-widgets.php:281
|
116 |
+
#: ../dynamic-widgets.php:680
|
117 |
msgid "Dynamic Widgets"
|
118 |
msgstr "Dynamische Widgets"
|
119 |
|
135 |
msgid "FILTER"
|
136 |
msgstr "FILTER"
|
137 |
|
138 |
+
#: ../dynamic-widgets.php:160
|
139 |
msgid "Widgets are always displayed by default"
|
140 |
msgstr "Widgets worden standaard altijd getoond"
|
141 |
|
142 |
+
#: ../dynamic-widgets.php:160
|
143 |
msgid "The '<em>Yes</em>' selection"
|
144 |
msgstr "De '<em>Ja</em>' selectie"
|
145 |
|
146 |
+
#: ../dynamic-widgets.php:161
|
147 |
msgid "Click on the"
|
148 |
msgstr "Klik op de"
|
149 |
|
150 |
+
#: ../dynamic-widgets.php:161
|
151 |
msgid "next to the options for more info"
|
152 |
msgstr "bij de opties voor meer informatie"
|
153 |
|
154 |
+
#: ../dynamic-widgets.php:162
|
155 |
msgid "The"
|
156 |
msgstr "De"
|
157 |
|
158 |
+
#: ../dynamic-widgets.php:162
|
159 |
msgid "next to a section means it has options set."
|
160 |
msgstr "houdt in dat er opties gekozen zijn."
|
161 |
|
162 |
+
#: ../dynamic-widgets.php:164
|
163 |
+
#: ../dynamic-widgets.php:165
|
164 |
+
#: ../dynamic-widgets.php:168
|
165 |
+
#: ../dynamic-widgets.php:682
|
166 |
#: ../dynwid_admin_overview.php:85
|
167 |
msgid "Static"
|
168 |
msgstr "Statisch"
|
169 |
|
170 |
+
#: ../dynamic-widgets.php:164
|
171 |
+
#: ../dynamic-widgets.php:166
|
172 |
+
#: ../dynamic-widgets.php:682
|
173 |
#: ../dynwid_admin_overview.php:85
|
174 |
msgid "Dynamic"
|
175 |
msgstr "Dyamisch"
|
176 |
|
177 |
+
#: ../dynamic-widgets.php:165
|
178 |
msgid "When a widget is"
|
179 |
msgstr "Wanneer een widget"
|
180 |
|
181 |
+
#: ../dynamic-widgets.php:165
|
182 |
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
183 |
msgstr "de widget staat op de standaard instelling. Met andere woorden, deze wordt overal getoond"
|
184 |
|
185 |
+
#: ../dynamic-widgets.php:166
|
186 |
msgid "A widget is"
|
187 |
msgstr "Een widget is"
|
188 |
|
189 |
+
#: ../dynamic-widgets.php:166
|
190 |
msgid "when there are options set, i.e. not showing on the front page."
|
191 |
msgstr "als er opties gewijzigd zijn, bijvoorbeeld niet tonen op de startpagina."
|
192 |
|
193 |
+
#: ../dynamic-widgets.php:167
|
194 |
#: ../dynwid_admin_overview.php:79
|
195 |
msgid "Reset"
|
196 |
msgstr "Herstellen"
|
197 |
|
198 |
+
#: ../dynamic-widgets.php:168
|
199 |
msgid "Reset makes the widget return to"
|
200 |
msgstr "Herstellen zorgt ervoor dat de widget teruggezet wordt naar"
|
201 |
|
202 |
+
#: ../dynamic-widgets.php:234
|
203 |
msgid "Settings"
|
204 |
msgstr "Instellingen"
|
205 |
|
206 |
+
#: ../dynamic-widgets.php:248
|
207 |
msgid "Apply exception rule to widgets:"
|
208 |
msgstr "Maak uitzonderingsregel voor widget:"
|
209 |
|
210 |
+
#: ../dynamic-widgets.php:264
|
211 |
+
#: ../dynamic-widgets.php:298
|
212 |
msgid "Off"
|
213 |
msgstr "Uit"
|
214 |
|
215 |
+
#: ../dynamic-widgets.php:264
|
216 |
+
#: ../dynamic-widgets.php:298
|
217 |
msgid "On"
|
218 |
msgstr "Aan"
|
219 |
|
220 |
+
#: ../dynamic-widgets.php:265
|
221 |
msgid " (Default: "
|
222 |
msgstr "(Standaard"
|
223 |
|
224 |
+
#: ../dynamic-widgets.php:299
|
225 |
msgid "Default"
|
226 |
msgstr "Standaard"
|
227 |
|
228 |
+
#: ../dynamic-widgets.php:359
|
229 |
msgid "Dynamic Widgets Options saved"
|
230 |
msgstr "Dynamische Widget opties bewaard"
|
231 |
|
232 |
+
#: ../dynamic-widgets.php:360
|
233 |
msgid "for"
|
234 |
msgstr "voor"
|
235 |
|
236 |
+
#: ../dynamic-widgets.php:681
|
237 |
msgid "Edit Dynamic Widgets Options"
|
238 |
msgstr "Wijzig Dynamische Widget opties"
|
239 |
|
240 |
+
#: ../dynamic-widgets.php:706
|
241 |
msgid "and"
|
242 |
msgstr "en"
|
243 |
|
244 |
+
#: ../dynamic-widgets.php:712
|
245 |
msgid "Options set for"
|
246 |
msgstr "Opties voor"
|
247 |
|
248 |
+
#: ../dynamic-widgets.php:712
|
249 |
msgid "Option set for"
|
250 |
msgstr "Optie voor"
|
251 |
|
252 |
+
#: ../dynwid_admin_edit.php:118
|
253 |
msgid "Widget options saved."
|
254 |
msgstr "Widget opties bewaard"
|
255 |
|
256 |
+
#: ../dynwid_admin_edit.php:119
|
257 |
+
#: ../dynwid_admin_edit.php:194
|
258 |
msgid "Return"
|
259 |
msgstr "Terug"
|
260 |
|
261 |
+
#: ../dynwid_admin_edit.php:119
|
262 |
msgid "to Dynamic Widgets overview"
|
263 |
msgstr "naar Dynamische Widgets overzicht"
|
264 |
|
265 |
+
#: ../dynwid_admin_edit.php:123
|
266 |
msgid "Dynamic does not mean static hiding of a widget."
|
267 |
msgstr "Dynamisch houdt niet in het statisch verbergen van een widget."
|
268 |
|
269 |
+
#: ../dynwid_admin_edit.php:123
|
270 |
msgid "Hint"
|
271 |
msgstr "Hint"
|
272 |
|
273 |
+
#: ../dynwid_admin_edit.php:123
|
274 |
msgid "Remove"
|
275 |
msgstr "Verwijderen"
|
276 |
|
277 |
+
#: ../dynwid_admin_edit.php:123
|
278 |
msgid "the widget from the sidebar"
|
279 |
msgstr "de widget in de sidebar"
|
280 |
|
281 |
+
#: ../dynwid_admin_edit.php:128
|
282 |
msgid "The From date can't be later than the To date."
|
283 |
msgstr "The 'van' datum kan niet later zijn dan de 'tot' datum."
|
284 |
|
285 |
+
#: ../dynwid_admin_edit.php:134
|
286 |
msgid "Edit options for the widget"
|
287 |
msgstr "Wijzig de opties voor de widget"
|
288 |
|
289 |
+
#: ../dynwid_admin_edit.php:138
|
290 |
msgid "Quick settings"
|
291 |
msgstr "Snelle instellingen"
|
292 |
|
293 |
+
#: ../dynwid_admin_edit.php:140
|
294 |
msgid "Set all options to 'No'"
|
295 |
msgstr "Zet alle opties op 'Nee'"
|
296 |
|
297 |
+
#: ../dynwid_admin_edit.php:140
|
298 |
msgid "Except overriding options like Role, Date, etc."
|
299 |
msgstr "Behalve overstijgende opties zoals Rol, Datum, enz."
|
300 |
|
301 |
+
#: ../dynwid_admin_edit.php:190
|
302 |
#: ../dynwid_admin_overview.php:140
|
303 |
msgid "Save"
|
304 |
msgstr "Opslaan"
|
417 |
msgstr "Toon de widget op de zoekpagina?"
|
418 |
|
419 |
#: ../mods/search_module.php:17
|
420 |
+
#: ../mods/qtranslate_module.php:31
|
421 |
#: ../mods/category_module.php:21
|
422 |
+
#: ../mods/single_module.php:69
|
423 |
#: ../mods/attachment_module.php:16
|
424 |
#: ../mods/error_module.php:16
|
425 |
#: ../mods/frontpage_module.php:24
|
|
|
426 |
msgid "Yes"
|
427 |
msgstr "Ja"
|
428 |
|
429 |
#: ../mods/search_module.php:18
|
430 |
+
#: ../mods/qtranslate_module.php:32
|
431 |
#: ../mods/category_module.php:22
|
432 |
+
#: ../mods/single_module.php:70
|
433 |
#: ../mods/attachment_module.php:17
|
434 |
#: ../mods/error_module.php:17
|
435 |
#: ../mods/frontpage_module.php:25
|
|
|
436 |
msgid "No"
|
437 |
msgstr "Nee"
|
438 |
|
439 |
+
#: ../mods/qtranslate_module.php:22
|
440 |
+
msgid "Language (QT)"
|
441 |
+
msgstr "Taal (QT)"
|
442 |
+
|
443 |
+
#: ../mods/qtranslate_module.php:24
|
444 |
+
msgid "Show widget default on all languages?"
|
445 |
+
msgstr "Toon de widget voor alle talen?"
|
446 |
+
|
447 |
+
#: ../mods/qtranslate_module.php:24
|
448 |
+
#: ../mods/single_module.php:60
|
449 |
+
#: ../mods/single_module.php:74
|
450 |
+
msgid "Click to toggle info"
|
451 |
+
msgstr "Klik om info weer te geven of te verbergen"
|
452 |
+
|
453 |
+
#: ../mods/qtranslate_module.php:28
|
454 |
+
msgid "Using this option can override all other options."
|
455 |
+
msgstr "Door gebruik te maken van deze opties kan deze alle andere opties overstijgen."
|
456 |
+
|
457 |
+
#: ../mods/qtranslate_module.php:33
|
458 |
+
msgid "Except the languages"
|
459 |
+
msgstr "Behalve de talen"
|
460 |
+
|
461 |
#: ../mods/category_module.php:19
|
462 |
msgid "Show widget default on category pages?"
|
463 |
msgstr "Toon de widget standaard op de categorie pagina's?"
|
466 |
msgid "Except the categories"
|
467 |
msgstr "Behalve de categoriën"
|
468 |
|
469 |
+
#: ../mods/single_module.php:52
|
470 |
msgid "Posts: "
|
471 |
msgstr "Posts:"
|
472 |
|
473 |
+
#: ../mods/single_module.php:52
|
474 |
msgid "Tags: "
|
475 |
msgstr "Tags:"
|
476 |
|
477 |
+
#: ../mods/single_module.php:60
|
478 |
msgid "Show widget default on single posts?"
|
479 |
msgstr "De widget bij de berichten tonen?"
|
480 |
|
481 |
+
#: ../mods/single_module.php:64
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
msgid ""
|
483 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
484 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
488 |
" \t\t\t\t\tAls u de regels in een logische OR wilt gebruiken kunt u de widget opnieuw toevoegen en daarop dan de andere regel toepassen.\n"
|
489 |
" \t\t\t\t\t"
|
490 |
|
491 |
+
#: ../mods/single_module.php:73
|
492 |
msgid "Make exception rule available to individual posts and tags."
|
493 |
msgstr "Maak de uitzonderings regel beschikbaar voor individuele berichten en tags"
|
494 |
|
495 |
+
#: ../mods/single_module.php:77
|
496 |
msgid ""
|
497 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
498 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
508 |
" \t\t\t\t\tLet er op dat uitzonderings regels voor auteur en categorie worden verwijderd.\n"
|
509 |
" \t\t\t\t"
|
510 |
|
511 |
+
#: ../mods/single_module.php:94
|
512 |
msgid "Except the posts by author"
|
513 |
msgstr "Behalve de berichten van"
|
514 |
|
515 |
+
#: ../mods/single_module.php:105
|
516 |
msgid "Except the posts in category"
|
517 |
msgstr "Behalve de berichten in de categorie"
|
518 |
|
555 |
msgstr "Dit komt waarschijnlijk doordat het opbouwen van de hierarchiesche boom te lang duurde.<br />Verlaag de limiet van het aantal pagina's in de geavanceerde instellingen."
|
556 |
|
557 |
#: ../mods/pages_module.php:43
|
558 |
+
#: ../mods/custompost_module.php:46
|
559 |
+
#: ../mods/custompost_module.php:89
|
560 |
msgid "All childs"
|
561 |
msgstr "Alle kinderen"
|
562 |
|
563 |
+
#: ../mods/pages_module.php:83
|
564 |
+
#: ../mods/pages_module.php:86
|
565 |
msgid "Front page"
|
566 |
msgstr "Startpagina"
|
567 |
|
568 |
+
#: ../mods/pages_module.php:83
|
569 |
+
#: ../mods/pages_module.php:88
|
570 |
msgid "Posts page"
|
571 |
msgstr "Posts pagina"
|
572 |
|
573 |
+
#: ../mods/pages_module.php:94
|
574 |
msgid "Show widget default on static pages?"
|
575 |
msgstr "Toon de widget op pagina's?"
|
576 |
|
577 |
+
#: ../mods/pages_module.php:101
|
578 |
#, fuzzy
|
579 |
msgid ""
|
580 |
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
583 |
"\t\t\t\t\t\"All childs\" without the parent."
|
584 |
msgstr "Door gebruik te maken van de \"Alle kinderen\" optie, wordt de uitzonderingsregel toegepast op de ouder en alle daaronder liggende item in alle levels. Ook toekomstige items onder de ouder. Het is niet mogelijk om de uitzonderingsregel toe te passen zonder de ouder."
|
585 |
|
586 |
+
#: ../mods/pages_module.php:106
|
587 |
msgid ""
|
588 |
"Unfortunately the childs-function has been disabled\n"
|
589 |
+
"\t\t\t\t\tbecause you have more than the limit of pages."
|
590 |
+
msgstr "Helaas is de kind-optie uitgeschakeld omdat er meer dan de limiet aan aantal pagina's geregistreerd zijn."
|
591 |
|
592 |
+
#: ../mods/pages_module.php:116
|
593 |
msgid "Except the page(s)"
|
594 |
msgstr "Behalve de pagina('s)"
|
595 |
|
596 |
+
#: ../mods/author_module.php:24
|
597 |
msgid "Show widget default on author pages?"
|
598 |
msgstr "Toon de widget op auteurs pagina's?"
|
599 |
|
600 |
+
#: ../mods/author_module.php:28
|
601 |
msgid "Except the author(s)"
|
602 |
msgstr "Behalve van"
|
603 |
|
604 |
+
#: ../mods/bp_module.php:24
|
605 |
msgid "Show widget default on BuddyPress pages?"
|
606 |
msgstr "Toon de widget op BuddyPress pagina's?"
|
607 |
|
608 |
+
#: ../mods/bp_module.php:28
|
609 |
#, fuzzy
|
610 |
msgid "Except on the components pages"
|
611 |
msgstr "Behalve op de componenten pagina's"
|
612 |
|
613 |
+
#: ../mods/bp_module.php:47
|
614 |
msgid "Forum Index"
|
615 |
msgstr "Forum-overzicht"
|
616 |
|
617 |
+
#: ../mods/bp_module.php:48
|
618 |
msgid "Forum Topics"
|
619 |
msgstr "Forum onderwerpen"
|
620 |
|
621 |
+
#: ../mods/bp_module.php:49
|
622 |
msgid "Members Index"
|
623 |
msgstr "Gebruikersoverzicht"
|
624 |
|
625 |
+
#: ../mods/bp_module.php:54
|
626 |
msgid "Show widget default on BuddyPress Group pages?"
|
627 |
msgstr "Toon de widget op BuddyPress Groep pagina's?"
|
628 |
|
629 |
+
#: ../mods/bp_module.php:61
|
630 |
msgid "Except in the groups"
|
631 |
msgstr "Behalve in de groepen"
|
632 |
|
633 |
+
#: ../mods/bp_module.php:70
|
634 |
#, fuzzy
|
635 |
msgid "Except in the group pages"
|
636 |
msgstr "Behalve in de groepen"
|
691 |
msgid "Default Template"
|
692 |
msgstr "Standaard sjabloom"
|
693 |
|
694 |
+
#: ../mods/custompost_module.php:126
|
695 |
+
#: ../mods/custompost_module.php:216
|
|
|
|
|
|
|
696 |
msgid "Show widget on"
|
697 |
msgstr "Toon de widget op"
|
698 |
|
699 |
+
#: ../mods/custompost_module.php:136
|
700 |
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
701 |
msgstr "Alle uitzonderingen (titels en taxonomy) werken onafhankelijk van elkaar in een zgn. logische OR conditie. Dit houdt in dat wanneer een uitzondering voorkomt, de regel wordt toegepast."
|
702 |
|
703 |
+
#: ../mods/custompost_module.php:143
|
704 |
+
#: ../mods/custompost_module.php:178
|
705 |
+
#: ../mods/custompost_module.php:227
|
706 |
+
#: ../mods/custompost_module.php:260
|
707 |
msgid "Except for"
|
708 |
msgstr "Behalve voor"
|
709 |
|
710 |
+
#: ../mods/custompost_module.php:254
|
|
|
|
|
|
|
|
|
711 |
msgid "Show widget on Custom Post Type Archives"
|
712 |
msgstr "Toon de widget op de Custom Post Type archief pagina?"
|
713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
714 |
#: ../mods/date_module.php:32
|
715 |
msgid "Show widget always?"
|
716 |
msgstr "Altijd de widget tonen?"
|
747 |
msgid "To"
|
748 |
msgstr "Tot"
|
749 |
|
750 |
+
#: ../mods/wpec_module.php:25
|
751 |
msgid "Show widget default on WPSC categories?"
|
752 |
msgstr "Toon de widget standaard in de WPSC categoriën?"
|
753 |
|
754 |
+
#: ../mods/wpml_module.php:21
|
755 |
msgid "Language (WPML)"
|
756 |
msgstr "Taal (WPML)"
|
757 |
|
758 |
+
#~ msgid "Custom Post Type"
|
759 |
+
#~ msgstr "Custom Post Type"
|
|
|
760 |
|
761 |
+
#~ msgid "Except for Custom Taxonomy"
|
762 |
+
#~ msgstr "Behalve voor Custom Taxonomy"
|
|
|
763 |
|
764 |
+
#~ msgid "Custom Taxonomy Archive"
|
765 |
+
#~ msgstr "Custom Taxonomy Archief"
|
766 |
+
|
767 |
+
#~ msgid "Show widget on Custom Taxonomy Archive"
|
768 |
+
#~ msgstr "Toon de widget op de Custom Taxonomy archief pagina?"
|
769 |
|
770 |
#~ msgid "Dynamic Widgets: "
|
771 |
#~ msgstr "Dynamische Widgets: "
|
772 |
+
|
773 |
#~ msgid "Widget"
|
774 |
#~ msgstr "Widget"
|
775 |
+
|
776 |
#~ msgid "This widget is"
|
777 |
#~ msgstr "Deze widget is"
|
778 |
+
|
779 |
#~ msgid "selection"
|
780 |
#~ msgstr "selectie"
|
|
locale/dynamic-widgets.pot
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
-
"Last-Translator: Jacco
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -16,109 +16,110 @@ msgstr ""
|
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
# WordPress MO
|
19 |
-
#: ../dynwid_class_php4.php:
|
20 |
-
#: ../dynwid_class.php:
|
21 |
msgid "Role"
|
22 |
msgstr ""
|
23 |
|
24 |
# WordPress MO
|
25 |
-
#: ../dynwid_class_php4.php:
|
26 |
-
#: ../dynwid_class.php:
|
27 |
msgid "Date"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ../dynwid_class_php4.php:
|
31 |
-
#: ../dynwid_class.php:
|
32 |
msgid "Browser"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: ../dynwid_class_php4.php:
|
36 |
-
#: ../dynwid_class.php:
|
37 |
msgid "Templates"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../dynwid_class_php4.php:
|
41 |
-
#: ../
|
|
|
|
|
42 |
msgid "Language"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: ../dynwid_class_php4.php:
|
46 |
-
#: ../dynwid_class.php:
|
47 |
#: ../mods/frontpage_module.php:13
|
48 |
msgid "Front Page"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: ../dynwid_class_php4.php:
|
52 |
-
#: ../dynwid_class.php:
|
53 |
-
#: ../mods/single_module.php:
|
54 |
msgid "Single Posts"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: ../dynwid_class_php4.php:
|
58 |
-
#: ../dynwid_class.php:
|
59 |
#: ../mods/attachment_module.php:12
|
60 |
msgid "Attachments"
|
61 |
msgstr ""
|
62 |
|
63 |
# WordPress MO
|
64 |
-
#: ../dynwid_class_php4.php:
|
65 |
-
#: ../dynwid_class.php:
|
66 |
msgid "Pages"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../dynwid_class_php4.php:
|
70 |
-
#: ../dynwid_class.php:
|
71 |
msgid "Author Pages"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ../dynwid_class_php4.php:
|
75 |
-
#: ../dynwid_class.php:
|
76 |
#: ../mods/category_module.php:17
|
77 |
msgid "Category Pages"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../dynwid_class_php4.php:
|
81 |
-
#: ../dynwid_class.php:
|
82 |
-
#: ../mods/archive_module.php:12
|
83 |
msgid "Archive Pages"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../dynwid_class_php4.php:
|
87 |
-
#: ../dynwid_class.php:
|
88 |
#: ../mods/error_module.php:12
|
89 |
msgid "Error Page"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../dynwid_class_php4.php:
|
93 |
-
#: ../dynwid_class.php:
|
94 |
msgid "Search page"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../dynwid_class_php4.php:
|
98 |
-
#: ../dynwid_class.php:
|
99 |
msgid "WPSC Category"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../dynwid_class_php4.php:
|
103 |
-
#: ../dynwid_class.php:
|
104 |
msgid "Custom Post Type Archives"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../dynwid_class_php4.php:
|
108 |
-
#: ../dynwid_class.php:
|
109 |
msgid "BuddyPress"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ../dynwid_class_php4.php:
|
113 |
-
#: ../dynwid_class.php:
|
114 |
msgid "BuddyPress Groups"
|
115 |
msgstr ""
|
116 |
|
117 |
#: ../dynwid_admin.php:19
|
118 |
-
#: ../dynamic-widgets.php:
|
119 |
-
#: ../dynamic-widgets.php:
|
120 |
-
#: ../dynamic-widgets.php:
|
121 |
-
#: ../dynamic-widgets.php:
|
122 |
msgid "Dynamic Widgets"
|
123 |
msgstr ""
|
124 |
|
@@ -140,172 +141,172 @@ msgstr ""
|
|
140 |
msgid "FILTER"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../dynamic-widgets.php:
|
144 |
msgid "Widgets are always displayed by default"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../dynamic-widgets.php:
|
148 |
msgid "The '<em>Yes</em>' selection"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../dynamic-widgets.php:
|
152 |
msgid "Click on the"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../dynamic-widgets.php:
|
156 |
msgid "next to the options for more info"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../dynamic-widgets.php:
|
160 |
msgid "The"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../dynamic-widgets.php:
|
164 |
msgid "next to a section means it has options set."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../dynamic-widgets.php:
|
168 |
-
#: ../dynamic-widgets.php:
|
169 |
-
#: ../dynamic-widgets.php:
|
170 |
-
#: ../dynamic-widgets.php:
|
171 |
#: ../dynwid_admin_overview.php:85
|
172 |
msgid "Static"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../dynamic-widgets.php:
|
176 |
-
#: ../dynamic-widgets.php:
|
177 |
-
#: ../dynamic-widgets.php:
|
178 |
#: ../dynwid_admin_overview.php:85
|
179 |
msgid "Dynamic"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../dynamic-widgets.php:
|
183 |
msgid "When a widget is"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: ../dynamic-widgets.php:
|
187 |
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../dynamic-widgets.php:
|
191 |
msgid "A widget is"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../dynamic-widgets.php:
|
195 |
msgid "when there are options set, i.e. not showing on the front page."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../dynamic-widgets.php:
|
199 |
#: ../dynwid_admin_overview.php:79
|
200 |
msgid "Reset"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: ../dynamic-widgets.php:
|
204 |
msgid "Reset makes the widget return to"
|
205 |
msgstr ""
|
206 |
|
207 |
# WordPress MO
|
208 |
-
#: ../dynamic-widgets.php:
|
209 |
msgid "Settings"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../dynamic-widgets.php:
|
213 |
msgid "Apply exception rule to widgets:"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: ../dynamic-widgets.php:
|
217 |
-
#: ../dynamic-widgets.php:
|
218 |
msgid "Off"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: ../dynamic-widgets.php:
|
222 |
-
#: ../dynamic-widgets.php:
|
223 |
msgid "On"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../dynamic-widgets.php:
|
227 |
msgid " (Default: "
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: ../dynamic-widgets.php:
|
231 |
msgid "Default"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: ../dynamic-widgets.php:
|
235 |
msgid "Dynamic Widgets Options saved"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../dynamic-widgets.php:
|
239 |
msgid "for"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../dynamic-widgets.php:
|
243 |
msgid "Edit Dynamic Widgets Options"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../dynamic-widgets.php:
|
247 |
msgid "and"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../dynamic-widgets.php:
|
251 |
msgid "Options set for"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../dynamic-widgets.php:
|
255 |
msgid "Option set for"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: ../dynwid_admin_edit.php:
|
259 |
msgid "Widget options saved."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../dynwid_admin_edit.php:
|
263 |
-
#: ../dynwid_admin_edit.php:
|
264 |
msgid "Return"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: ../dynwid_admin_edit.php:
|
268 |
msgid "to Dynamic Widgets overview"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: ../dynwid_admin_edit.php:
|
272 |
msgid "Dynamic does not mean static hiding of a widget."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../dynwid_admin_edit.php:
|
276 |
msgid "Hint"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: ../dynwid_admin_edit.php:
|
280 |
msgid "Remove"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: ../dynwid_admin_edit.php:
|
284 |
msgid "the widget from the sidebar"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: ../dynwid_admin_edit.php:
|
288 |
msgid "The From date can't be later than the To date."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: ../dynwid_admin_edit.php:
|
292 |
msgid "Edit options for the widget"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: ../dynwid_admin_edit.php:
|
296 |
msgid "Quick settings"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: ../dynwid_admin_edit.php:
|
300 |
msgid "Set all options to 'No'"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../dynwid_admin_edit.php:
|
304 |
msgid "Except overriding options like Role, Date, etc."
|
305 |
msgstr ""
|
306 |
|
307 |
# WordPress MO
|
308 |
-
#: ../dynwid_admin_edit.php:
|
309 |
#: ../dynwid_admin_overview.php:140
|
310 |
msgid "Save"
|
311 |
msgstr ""
|
@@ -426,26 +427,48 @@ msgstr ""
|
|
426 |
|
427 |
# WordPress MO
|
428 |
#: ../mods/search_module.php:17
|
|
|
429 |
#: ../mods/category_module.php:21
|
430 |
-
#: ../mods/single_module.php:
|
431 |
#: ../mods/attachment_module.php:16
|
432 |
#: ../mods/error_module.php:16
|
433 |
#: ../mods/frontpage_module.php:24
|
434 |
-
#: ../mods/archive_module.php:21
|
435 |
msgid "Yes"
|
436 |
msgstr ""
|
437 |
|
438 |
# WordPress MO
|
439 |
#: ../mods/search_module.php:18
|
|
|
440 |
#: ../mods/category_module.php:22
|
441 |
-
#: ../mods/single_module.php:
|
442 |
#: ../mods/attachment_module.php:17
|
443 |
#: ../mods/error_module.php:17
|
444 |
#: ../mods/frontpage_module.php:25
|
445 |
-
#: ../mods/archive_module.php:22
|
446 |
msgid "No"
|
447 |
msgstr ""
|
448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
449 |
#: ../mods/category_module.php:19
|
450 |
msgid "Show widget default on category pages?"
|
451 |
msgstr ""
|
@@ -454,36 +477,30 @@ msgstr ""
|
|
454 |
msgid "Except the categories"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: ../mods/single_module.php:
|
458 |
msgid "Posts: "
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: ../mods/single_module.php:
|
462 |
msgid "Tags: "
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: ../mods/single_module.php:
|
466 |
msgid "Show widget default on single posts?"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../mods/single_module.php:
|
470 |
-
#: ../mods/single_module.php:69
|
471 |
-
#: ../mods/archive_module.php:14
|
472 |
-
msgid "Click to toggle info"
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: ../mods/single_module.php:59
|
476 |
msgid ""
|
477 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
478 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
479 |
" \t\t\t\t\t"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../mods/single_module.php:
|
483 |
msgid "Make exception rule available to individual posts and tags."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: ../mods/single_module.php:
|
487 |
msgid ""
|
488 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
489 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
@@ -493,11 +510,11 @@ msgid ""
|
|
493 |
" \t\t\t\t"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../mods/single_module.php:
|
497 |
msgid "Except the posts by author"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../mods/single_module.php:
|
501 |
msgid "Except the posts in category"
|
502 |
msgstr ""
|
503 |
|
@@ -537,25 +554,26 @@ msgid "This is probably because building the hierarchical tree took too long.<br
|
|
537 |
msgstr ""
|
538 |
|
539 |
#: ../mods/pages_module.php:43
|
540 |
-
#: ../mods/custompost_module.php:
|
|
|
541 |
msgid "All childs"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: ../mods/pages_module.php:
|
545 |
-
#: ../mods/pages_module.php:
|
546 |
msgid "Front page"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../mods/pages_module.php:
|
550 |
-
#: ../mods/pages_module.php:
|
551 |
msgid "Posts page"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../mods/pages_module.php:
|
555 |
msgid "Show widget default on static pages?"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../mods/pages_module.php:
|
559 |
msgid ""
|
560 |
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
561 |
"\t\t\t\t\tto the parent and all items under it in all levels. Also future items\n"
|
@@ -563,53 +581,53 @@ msgid ""
|
|
563 |
"\t\t\t\t\t\"All childs\" without the parent."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../mods/pages_module.php:
|
567 |
msgid ""
|
568 |
"Unfortunately the childs-function has been disabled\n"
|
569 |
-
"\t\t\t\t\tbecause you have more than
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: ../mods/pages_module.php:
|
573 |
msgid "Except the page(s)"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../mods/author_module.php:
|
577 |
msgid "Show widget default on author pages?"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../mods/author_module.php:
|
581 |
msgid "Except the author(s)"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../mods/bp_module.php:
|
585 |
msgid "Show widget default on BuddyPress pages?"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../mods/bp_module.php:
|
589 |
msgid "Except on the components pages"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: ../mods/bp_module.php:
|
593 |
msgid "Forum Index"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: ../mods/bp_module.php:
|
597 |
msgid "Forum Topics"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: ../mods/bp_module.php:
|
601 |
msgid "Members Index"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: ../mods/bp_module.php:
|
605 |
msgid "Show widget default on BuddyPress Group pages?"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: ../mods/bp_module.php:
|
609 |
msgid "Except in the groups"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: ../mods/bp_module.php:
|
613 |
msgid "Except in the group pages"
|
614 |
msgstr ""
|
615 |
|
@@ -668,40 +686,26 @@ msgstr ""
|
|
668 |
msgid "Default Template"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../mods/custompost_module.php:
|
672 |
-
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: ../mods/custompost_module.php:83
|
676 |
msgid "Show widget on"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../mods/custompost_module.php:
|
680 |
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: ../mods/custompost_module.php:
|
684 |
-
#: ../mods/custompost_module.php:
|
685 |
-
#: ../mods/custompost_module.php:
|
|
|
686 |
msgid "Except for"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: ../mods/custompost_module.php:
|
690 |
-
msgid "Except for Custom Taxonomy"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: ../mods/custompost_module.php:154
|
694 |
msgid "Show widget on Custom Post Type Archives"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../mods/custompost_module.php:183
|
698 |
-
msgid "Custom Taxonomy Archive"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: ../mods/custompost_module.php:185
|
702 |
-
msgid "Show widget on Custom Taxonomy Archive"
|
703 |
-
msgstr ""
|
704 |
-
|
705 |
#: ../mods/date_module.php:32
|
706 |
msgid "Show widget always?"
|
707 |
msgstr ""
|
@@ -734,23 +738,11 @@ msgstr ""
|
|
734 |
msgid "To"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: ../mods/wpec_module.php:
|
738 |
msgid "Show widget default on WPSC categories?"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: ../mods/wpml_module.php:
|
742 |
msgid "Language (WPML)"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: ../mods/wpml_module.php:18
|
746 |
-
msgid "Show widget default on all languages?"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: ../mods/wpml_module.php:22
|
750 |
-
msgid "Using this option can override all other options."
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: ../mods/wpml_module.php:27
|
754 |
-
msgid "Except the languages"
|
755 |
-
msgstr ""
|
756 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Dynamic Widgets\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-08-13 18:05+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-08-13 18:06+0100\n"
|
7 |
+
"Last-Translator: Jacco Drabbe <jacco@qurl.nl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
# WordPress MO
|
19 |
+
#: ../dynwid_class_php4.php:164
|
20 |
+
#: ../dynwid_class.php:149
|
21 |
msgid "Role"
|
22 |
msgstr ""
|
23 |
|
24 |
# WordPress MO
|
25 |
+
#: ../dynwid_class_php4.php:165
|
26 |
+
#: ../dynwid_class.php:150
|
27 |
msgid "Date"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../dynwid_class_php4.php:166
|
31 |
+
#: ../dynwid_class.php:151
|
32 |
msgid "Browser"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../dynwid_class_php4.php:167
|
36 |
+
#: ../dynwid_class.php:152
|
37 |
msgid "Templates"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../dynwid_class_php4.php:168
|
41 |
+
#: ../dynwid_class_php4.php:169
|
42 |
+
#: ../dynwid_class.php:153
|
43 |
+
#: ../dynwid_class.php:154
|
44 |
msgid "Language"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: ../dynwid_class_php4.php:170
|
48 |
+
#: ../dynwid_class.php:155
|
49 |
#: ../mods/frontpage_module.php:13
|
50 |
msgid "Front Page"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../dynwid_class_php4.php:171
|
54 |
+
#: ../dynwid_class.php:156
|
55 |
+
#: ../mods/single_module.php:58
|
56 |
msgid "Single Posts"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../dynwid_class_php4.php:172
|
60 |
+
#: ../dynwid_class.php:157
|
61 |
#: ../mods/attachment_module.php:12
|
62 |
msgid "Attachments"
|
63 |
msgstr ""
|
64 |
|
65 |
# WordPress MO
|
66 |
+
#: ../dynwid_class_php4.php:173
|
67 |
+
#: ../dynwid_class.php:158
|
68 |
msgid "Pages"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../dynwid_class_php4.php:174
|
72 |
+
#: ../dynwid_class.php:159
|
73 |
msgid "Author Pages"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../dynwid_class_php4.php:175
|
77 |
+
#: ../dynwid_class.php:160
|
78 |
#: ../mods/category_module.php:17
|
79 |
msgid "Category Pages"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: ../dynwid_class_php4.php:176
|
83 |
+
#: ../dynwid_class.php:161
|
|
|
84 |
msgid "Archive Pages"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../dynwid_class_php4.php:177
|
88 |
+
#: ../dynwid_class.php:162
|
89 |
#: ../mods/error_module.php:12
|
90 |
msgid "Error Page"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../dynwid_class_php4.php:178
|
94 |
+
#: ../dynwid_class.php:163
|
95 |
msgid "Search page"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../dynwid_class_php4.php:179
|
99 |
+
#: ../dynwid_class.php:164
|
100 |
msgid "WPSC Category"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../dynwid_class_php4.php:180
|
104 |
+
#: ../dynwid_class.php:165
|
105 |
msgid "Custom Post Type Archives"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: ../dynwid_class_php4.php:181
|
109 |
+
#: ../dynwid_class.php:166
|
110 |
msgid "BuddyPress"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: ../dynwid_class_php4.php:182
|
114 |
+
#: ../dynwid_class.php:167
|
115 |
msgid "BuddyPress Groups"
|
116 |
msgstr ""
|
117 |
|
118 |
#: ../dynwid_admin.php:19
|
119 |
+
#: ../dynamic-widgets.php:152
|
120 |
+
#: ../dynamic-widgets.php:175
|
121 |
+
#: ../dynamic-widgets.php:281
|
122 |
+
#: ../dynamic-widgets.php:680
|
123 |
msgid "Dynamic Widgets"
|
124 |
msgstr ""
|
125 |
|
141 |
msgid "FILTER"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../dynamic-widgets.php:160
|
145 |
msgid "Widgets are always displayed by default"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../dynamic-widgets.php:160
|
149 |
msgid "The '<em>Yes</em>' selection"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../dynamic-widgets.php:161
|
153 |
msgid "Click on the"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../dynamic-widgets.php:161
|
157 |
msgid "next to the options for more info"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../dynamic-widgets.php:162
|
161 |
msgid "The"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../dynamic-widgets.php:162
|
165 |
msgid "next to a section means it has options set."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../dynamic-widgets.php:164
|
169 |
+
#: ../dynamic-widgets.php:165
|
170 |
+
#: ../dynamic-widgets.php:168
|
171 |
+
#: ../dynamic-widgets.php:682
|
172 |
#: ../dynwid_admin_overview.php:85
|
173 |
msgid "Static"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../dynamic-widgets.php:164
|
177 |
+
#: ../dynamic-widgets.php:166
|
178 |
+
#: ../dynamic-widgets.php:682
|
179 |
#: ../dynwid_admin_overview.php:85
|
180 |
msgid "Dynamic"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../dynamic-widgets.php:165
|
184 |
msgid "When a widget is"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../dynamic-widgets.php:165
|
188 |
msgid "the widget uses the WordPress default. In other words, it's shown everywhere"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../dynamic-widgets.php:166
|
192 |
msgid "A widget is"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../dynamic-widgets.php:166
|
196 |
msgid "when there are options set, i.e. not showing on the front page."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: ../dynamic-widgets.php:167
|
200 |
#: ../dynwid_admin_overview.php:79
|
201 |
msgid "Reset"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../dynamic-widgets.php:168
|
205 |
msgid "Reset makes the widget return to"
|
206 |
msgstr ""
|
207 |
|
208 |
# WordPress MO
|
209 |
+
#: ../dynamic-widgets.php:234
|
210 |
msgid "Settings"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../dynamic-widgets.php:248
|
214 |
msgid "Apply exception rule to widgets:"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../dynamic-widgets.php:264
|
218 |
+
#: ../dynamic-widgets.php:298
|
219 |
msgid "Off"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../dynamic-widgets.php:264
|
223 |
+
#: ../dynamic-widgets.php:298
|
224 |
msgid "On"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../dynamic-widgets.php:265
|
228 |
msgid " (Default: "
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../dynamic-widgets.php:299
|
232 |
msgid "Default"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../dynamic-widgets.php:359
|
236 |
msgid "Dynamic Widgets Options saved"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../dynamic-widgets.php:360
|
240 |
msgid "for"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: ../dynamic-widgets.php:681
|
244 |
msgid "Edit Dynamic Widgets Options"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: ../dynamic-widgets.php:706
|
248 |
msgid "and"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: ../dynamic-widgets.php:712
|
252 |
msgid "Options set for"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: ../dynamic-widgets.php:712
|
256 |
msgid "Option set for"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: ../dynwid_admin_edit.php:118
|
260 |
msgid "Widget options saved."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: ../dynwid_admin_edit.php:119
|
264 |
+
#: ../dynwid_admin_edit.php:194
|
265 |
msgid "Return"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: ../dynwid_admin_edit.php:119
|
269 |
msgid "to Dynamic Widgets overview"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: ../dynwid_admin_edit.php:123
|
273 |
msgid "Dynamic does not mean static hiding of a widget."
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../dynwid_admin_edit.php:123
|
277 |
msgid "Hint"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: ../dynwid_admin_edit.php:123
|
281 |
msgid "Remove"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../dynwid_admin_edit.php:123
|
285 |
msgid "the widget from the sidebar"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../dynwid_admin_edit.php:128
|
289 |
msgid "The From date can't be later than the To date."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../dynwid_admin_edit.php:134
|
293 |
msgid "Edit options for the widget"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: ../dynwid_admin_edit.php:138
|
297 |
msgid "Quick settings"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../dynwid_admin_edit.php:140
|
301 |
msgid "Set all options to 'No'"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../dynwid_admin_edit.php:140
|
305 |
msgid "Except overriding options like Role, Date, etc."
|
306 |
msgstr ""
|
307 |
|
308 |
# WordPress MO
|
309 |
+
#: ../dynwid_admin_edit.php:190
|
310 |
#: ../dynwid_admin_overview.php:140
|
311 |
msgid "Save"
|
312 |
msgstr ""
|
427 |
|
428 |
# WordPress MO
|
429 |
#: ../mods/search_module.php:17
|
430 |
+
#: ../mods/qtranslate_module.php:31
|
431 |
#: ../mods/category_module.php:21
|
432 |
+
#: ../mods/single_module.php:69
|
433 |
#: ../mods/attachment_module.php:16
|
434 |
#: ../mods/error_module.php:16
|
435 |
#: ../mods/frontpage_module.php:24
|
|
|
436 |
msgid "Yes"
|
437 |
msgstr ""
|
438 |
|
439 |
# WordPress MO
|
440 |
#: ../mods/search_module.php:18
|
441 |
+
#: ../mods/qtranslate_module.php:32
|
442 |
#: ../mods/category_module.php:22
|
443 |
+
#: ../mods/single_module.php:70
|
444 |
#: ../mods/attachment_module.php:17
|
445 |
#: ../mods/error_module.php:17
|
446 |
#: ../mods/frontpage_module.php:25
|
|
|
447 |
msgid "No"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../mods/qtranslate_module.php:22
|
451 |
+
msgid "Language (QT)"
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: ../mods/qtranslate_module.php:24
|
455 |
+
msgid "Show widget default on all languages?"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: ../mods/qtranslate_module.php:24
|
459 |
+
#: ../mods/single_module.php:60
|
460 |
+
#: ../mods/single_module.php:74
|
461 |
+
msgid "Click to toggle info"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: ../mods/qtranslate_module.php:28
|
465 |
+
msgid "Using this option can override all other options."
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: ../mods/qtranslate_module.php:33
|
469 |
+
msgid "Except the languages"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
#: ../mods/category_module.php:19
|
473 |
msgid "Show widget default on category pages?"
|
474 |
msgstr ""
|
477 |
msgid "Except the categories"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../mods/single_module.php:52
|
481 |
msgid "Posts: "
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../mods/single_module.php:52
|
485 |
msgid "Tags: "
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../mods/single_module.php:60
|
489 |
msgid "Show widget default on single posts?"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: ../mods/single_module.php:64
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
msgid ""
|
494 |
"When you use an author <b>AND</b> a category exception, both rules in the condition must be met. Otherwise the exception rule won't be applied.\n"
|
495 |
" \t\t\t\t\tIf you want to use the rules in a logical OR condition. Add the same widget again and apply the other rule to that.\n"
|
496 |
" \t\t\t\t\t"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../mods/single_module.php:73
|
500 |
msgid "Make exception rule available to individual posts and tags."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../mods/single_module.php:77
|
504 |
msgid ""
|
505 |
"When you enable this option, you have the ability to apply the exception rule for <em>Single Posts</em> to tags and individual posts.\n"
|
506 |
"\t\t\t\t\t\tYou can set the exception rule for tags in the single Edit Tag Panel (go to <a href=\"edit-tags.php?taxonomy=post_tag\">Post Tags</a>,\n"
|
510 |
" \t\t\t\t"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: ../mods/single_module.php:94
|
514 |
msgid "Except the posts by author"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: ../mods/single_module.php:105
|
518 |
msgid "Except the posts in category"
|
519 |
msgstr ""
|
520 |
|
554 |
msgstr ""
|
555 |
|
556 |
#: ../mods/pages_module.php:43
|
557 |
+
#: ../mods/custompost_module.php:46
|
558 |
+
#: ../mods/custompost_module.php:89
|
559 |
msgid "All childs"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: ../mods/pages_module.php:83
|
563 |
+
#: ../mods/pages_module.php:86
|
564 |
msgid "Front page"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: ../mods/pages_module.php:83
|
568 |
+
#: ../mods/pages_module.php:88
|
569 |
msgid "Posts page"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../mods/pages_module.php:94
|
573 |
msgid "Show widget default on static pages?"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../mods/pages_module.php:101
|
577 |
msgid ""
|
578 |
"Checking the \"All childs\" option, makes the exception rule apply\n"
|
579 |
"\t\t\t\t\tto the parent and all items under it in all levels. Also future items\n"
|
581 |
"\t\t\t\t\t\"All childs\" without the parent."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../mods/pages_module.php:106
|
585 |
msgid ""
|
586 |
"Unfortunately the childs-function has been disabled\n"
|
587 |
+
"\t\t\t\t\tbecause you have more than the limit of pages."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../mods/pages_module.php:116
|
591 |
msgid "Except the page(s)"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../mods/author_module.php:24
|
595 |
msgid "Show widget default on author pages?"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: ../mods/author_module.php:28
|
599 |
msgid "Except the author(s)"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../mods/bp_module.php:24
|
603 |
msgid "Show widget default on BuddyPress pages?"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../mods/bp_module.php:28
|
607 |
msgid "Except on the components pages"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../mods/bp_module.php:47
|
611 |
msgid "Forum Index"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../mods/bp_module.php:48
|
615 |
msgid "Forum Topics"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../mods/bp_module.php:49
|
619 |
msgid "Members Index"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../mods/bp_module.php:54
|
623 |
msgid "Show widget default on BuddyPress Group pages?"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../mods/bp_module.php:61
|
627 |
msgid "Except in the groups"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../mods/bp_module.php:70
|
631 |
msgid "Except in the group pages"
|
632 |
msgstr ""
|
633 |
|
686 |
msgid "Default Template"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: ../mods/custompost_module.php:126
|
690 |
+
#: ../mods/custompost_module.php:216
|
|
|
|
|
|
|
691 |
msgid "Show widget on"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../mods/custompost_module.php:136
|
695 |
msgid "All exceptions (Titles and Taxonomies) work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied."
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../mods/custompost_module.php:143
|
699 |
+
#: ../mods/custompost_module.php:178
|
700 |
+
#: ../mods/custompost_module.php:227
|
701 |
+
#: ../mods/custompost_module.php:260
|
702 |
msgid "Except for"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: ../mods/custompost_module.php:254
|
|
|
|
|
|
|
|
|
706 |
msgid "Show widget on Custom Post Type Archives"
|
707 |
msgstr ""
|
708 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
709 |
#: ../mods/date_module.php:32
|
710 |
msgid "Show widget always?"
|
711 |
msgstr ""
|
738 |
msgid "To"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../mods/wpec_module.php:25
|
742 |
msgid "Show widget default on WPSC categories?"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../mods/wpml_module.php:21
|
746 |
msgid "Language (WPML)"
|
747 |
msgstr ""
|
748 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mods/author_module.php
CHANGED
@@ -2,13 +2,18 @@
|
|
2 |
/**
|
3 |
* Author Module
|
4 |
*
|
5 |
-
* @version $Id: author_module.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
9 |
$opt_author = $DW->getDWOpt($_GET['id'], 'author');
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
12 |
if ( count($authors) > DW_LIST_LIMIT ) {
|
13 |
$author_condition_select_style = DW_LIST_STYLE;
|
14 |
}
|
2 |
/**
|
3 |
* Author Module
|
4 |
*
|
5 |
+
* @version $Id: author_module.php 418888 2011-08-03 18:36:48Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
9 |
$opt_author = $DW->getDWOpt($_GET['id'], 'author');
|
10 |
|
11 |
+
if ( function_exists('get_users') ) {
|
12 |
+
$authors = get_users( array('who' => 'author') );
|
13 |
+
} else {
|
14 |
+
$authors = dwGetAuthors();
|
15 |
+
}
|
16 |
+
|
17 |
if ( count($authors) > DW_LIST_LIMIT ) {
|
18 |
$author_condition_select_style = DW_LIST_STYLE;
|
19 |
}
|
mods/custompost_module.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Custom Post Type Module
|
4 |
*
|
5 |
-
* @version $Id: custompost_module.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -27,7 +27,6 @@
|
|
27 |
|
28 |
foreach ( $posts as $pid => $childs ) {
|
29 |
$run = TRUE;
|
30 |
-
$post = get_post($pid);
|
31 |
|
32 |
if ( $DW->wpml ) {
|
33 |
$wpml_id = dw_wpml_get_id($pid, 'post_' . $type);
|
@@ -37,6 +36,8 @@
|
|
37 |
}
|
38 |
|
39 |
if ( $run ) {
|
|
|
|
|
40 |
echo '<div style="position:relative;left:15px;">';
|
41 |
echo '<input type="checkbox" id="' . $type . '_act_' . $post->ID . '" name="' . $type . '_act[]" value="' . $post->ID . '" ' . ( isset($posts_act) && count($posts_act) > 0 && in_array($post->ID, $posts_act) ? 'checked="checked"' : '' ) . ' onchange="chkCPChild(\'' . $type . '\',' . $pid . ')" /> <label for="' . $type . '_act_' . $post->ID . '">' . $post->post_title . '</label><br />';
|
42 |
|
@@ -54,12 +55,55 @@
|
|
54 |
}
|
55 |
}
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
$args = array(
|
58 |
'public' => TRUE,
|
59 |
'_builtin' => FALSE
|
60 |
);
|
61 |
-
$post_types = get_post_types($args, 'objects', 'and');
|
62 |
|
|
|
|
|
63 |
foreach ( $post_types as $type => $ctid ) {
|
64 |
// Prepare
|
65 |
$opt_custom = $DW->getDWOpt($_GET['id'], $type);
|
@@ -78,11 +122,14 @@
|
|
78 |
$tax_list = get_object_taxonomies($type, 'objects');
|
79 |
|
80 |
// Output
|
81 |
-
echo '<h4><b>' .
|
82 |
echo '<div class="dynwid_conf">';
|
83 |
echo __('Show widget on', DW_L10N_DOMAIN) . ' ' . $ctid->label . '? ' . ( ($ctid->hierarchical || count($tax_list) > 0) ? '<img src="' . $DW->plugin_url . 'img/info.gif" alt="info" onclick="divToggle(\'custom_' . $type . '\');" />' : '' ) . '<br />';
|
84 |
echo '<input type="hidden" name="post_types[]" value="' . $type . '" />';
|
85 |
$DW->dumpOpt($opt_custom);
|
|
|
|
|
|
|
86 |
|
87 |
echo '<div>';
|
88 |
echo '<div id="custom_' . $type . '" class="infotext">';
|
@@ -98,13 +145,24 @@
|
|
98 |
echo '<div id="' . $type . '-select" class="condition-select" ' . ( (isset($custom_condition_select_style)) ? $custom_condition_select_style : '' ) . '>';
|
99 |
|
100 |
echo '<div style="position:relative;left:-15px">';
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
echo '</div>';
|
103 |
echo '</div>';
|
104 |
|
|
|
105 |
foreach ( $tax_list as $tax_type ) {
|
106 |
// Prepare
|
107 |
$opt_tax = $DW->getDWOpt($_GET['id'], $type . '-tax_' . $tax_type->name);
|
|
|
|
|
|
|
108 |
|
109 |
$tax = get_terms($tax_type->name, array('get' => 'all'));
|
110 |
if ( count($tax) > 0 ) {
|
@@ -112,28 +170,23 @@
|
|
112 |
$tax_condition_select_style = DW_LIST_STYLE;
|
113 |
}
|
114 |
|
|
|
|
|
115 |
echo '<br />';
|
116 |
$DW->dumpOpt($opt_tax);
|
117 |
-
|
|
|
|
|
|
|
118 |
echo '<div id="' . $type . '-tax_' . $tax_type->name . '-select" class="condition-select" ' . ( (isset($tax_condition_select_style)) ? $tax_condition_select_style : '' ) . '>';
|
119 |
-
|
120 |
-
|
121 |
-
$
|
122 |
-
|
123 |
-
|
124 |
-
if ( $wpml_id > 0 && $wpml_id <> $t->term_id ) {
|
125 |
-
$run = FALSE;
|
126 |
-
}
|
127 |
-
}
|
128 |
-
|
129 |
-
if ( $run ) {
|
130 |
-
echo '<input type="checkbox" id="' . $type . '-tax_' . $tax_type->name . '_act_' . $t->term_id . '" name="' . $type . '-tax_' . $tax_type->name . '_act[]" value="' . $t->term_id . '" ';
|
131 |
-
echo ( $opt_tax->count > 0 && in_array($t->term_id, $opt_tax->act) ) ? 'checked="checked"' : '';
|
132 |
-
echo ' /> <label for="' . $type . '-tax_' . $tax_type->name . '_act_' . $t->term_id . '">';
|
133 |
-
echo $t->name;
|
134 |
-
echo '</label><br />';
|
135 |
-
}
|
136 |
}
|
|
|
|
|
137 |
echo '</div>';
|
138 |
}
|
139 |
}
|
@@ -141,31 +194,7 @@
|
|
141 |
echo '</div><!-- end dynwid_conf -->';
|
142 |
}
|
143 |
|
144 |
-
// Custom
|
145 |
-
if ( function_exists('is_post_type_archive') && count($post_types) > 0 ) {
|
146 |
-
$opt_cp_archive = $DW->getDWOpt($_GET['id'], 'cp_archive');
|
147 |
-
|
148 |
-
if ( count($post_types) > DW_LIST_LIMIT ) {
|
149 |
-
$cp_archive_condition_select_style = DW_LIST_STYLE;
|
150 |
-
}
|
151 |
-
|
152 |
-
echo '<h4><b>' . __('Custom Post Type Archives', DW_L10N_DOMAIN) . '</b> ' . ( ($opt_cp_archive->count > 0) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : '' ) . '</h4>';
|
153 |
-
echo '<div class="dynwid_conf">';
|
154 |
-
echo __('Show widget on Custom Post Type Archives', DW_L10N_DOMAIN) . '?<br />';
|
155 |
-
$DW->dumpOpt($opt_cp_archive);
|
156 |
-
|
157 |
-
echo '<input type="radio" name="cp_archive" value="yes" id="cp_archive-yes" ' . ( ($opt_cp_archive->selectYes()) ? $opt_cp_archive->checked : '' ) . ' /> <label for="cp_archive-yes">' . __('Yes') . '</label> ';
|
158 |
-
echo '<input type="radio" name="cp_archive" value="no" id="cp_archive-no" ' . ( ($opt_cp_archive->selectNo()) ? $opt_cp_archive->checked : '' ) . ' /> <label for="cp_archive-no">' . __('No') . '</label><br />';
|
159 |
-
|
160 |
-
echo __('Except for', DW_L10N_DOMAIN) . ':<br />';
|
161 |
-
echo '<div id="cp_archive-select" class="condition-select" ' . ( isset($cp_archive_condition_select_style) ? $cp_archive_condition_select_style : '' ) . '>';
|
162 |
-
foreach ( $post_types as $type => $ctid ){
|
163 |
-
echo '<input type="checkbox" id="cp_archive_act_' . $type . '" name="cp_archive_act[]" value="' . $type . '"' . ( ($opt_cp_archive->count > 0 && in_array($type, $opt_cp_archive->act)) ? 'checked="checked"' : '' ) . ' /> <label for="cp_archive_act_' . $type . '">' . $ctid->label . '</label><br />';
|
164 |
-
}
|
165 |
-
echo '</div>';
|
166 |
-
echo '</div><!-- end dynwid_conf -->';
|
167 |
-
}
|
168 |
-
|
169 |
if ( function_exists('is_tax') ) {
|
170 |
$taxlist = get_taxonomies($args, 'objects', 'and');
|
171 |
|
@@ -174,17 +203,37 @@
|
|
174 |
$ct = 'tax_' . $tax_id;
|
175 |
$ct_archive_yes_selected = 'checked="checked"';
|
176 |
$opt_ct_archive = $DW->getDWOpt($_GET['id'], $ct);
|
|
|
|
|
|
|
177 |
|
178 |
$t = get_terms($tax->name, array('get' => 'all'));
|
179 |
if ( count($t) > DW_LIST_LIMIT ) {
|
180 |
$ct_archive_condition_select_style = DW_LIST_STYLE;
|
181 |
}
|
182 |
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
echo '<div class="dynwid_conf">';
|
185 |
-
echo __('Show widget on
|
186 |
echo '<input type="hidden" name="taxonomy[]" value="' . $tax_id . '" />';
|
187 |
$DW->dumpOpt($opt_ct_archive);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
189 |
echo '<input type="radio" name="' . $ct . '" value="yes" id="' . $ct . '-yes" ' . ( ($opt_ct_archive->selectYes()) ? $opt_ct_archive->checked : '' ) . ' /> <label for="' . $ct . '-yes">' . __('Yes') . '</label> ';
|
190 |
echo '<input type="radio" name="' . $ct . '" value="no" id="' . $ct . '-no" ' . ( ($opt_ct_archive->selectNo()) ? $opt_ct_archive->checked : '' ) . ' /> <label for="' . $ct . '-no">' . __('No') . '</label><br />';
|
@@ -192,25 +241,46 @@
|
|
192 |
if ( count($t) > 0 ) {
|
193 |
echo __('Except for', DW_L10N_DOMAIN) . ':<br />';
|
194 |
echo '<div id="' . $ct . '-select" class="condition-select" ' . ( (isset($ct_archive_condition_select_style)) ? $ct_archive_condition_select_style : '' ) . '>';
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
$run = FALSE;
|
201 |
-
}
|
202 |
-
}
|
203 |
-
|
204 |
-
if ( $run ) {
|
205 |
-
echo '<input type="checkbox" id="' . $ct . '_act_' . $term->term_id . '" name="' . $ct . '_act[]" value="' . $term->term_id . '"' . ( ($opt_ct_archive->count > 0 && in_array($term->term_id, $opt_ct_archive->act)) ? 'checked="checked"' : '' ) . ' /> <label for="' . $ct . '_act_' . $term->term_id . '">' . $term->name . '</label><br />';
|
206 |
-
}
|
207 |
}
|
|
|
|
|
208 |
echo '</div>';
|
209 |
}
|
210 |
echo '</div><!-- end dynwid_conf -->';
|
211 |
}
|
212 |
}
|
213 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
} // end version compare >= WP 3.0
|
215 |
?>
|
216 |
|
2 |
/**
|
3 |
* Custom Post Type Module
|
4 |
*
|
5 |
+
* @version $Id: custompost_module.php 423465 2011-08-14 19:24:18Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
27 |
|
28 |
foreach ( $posts as $pid => $childs ) {
|
29 |
$run = TRUE;
|
|
|
30 |
|
31 |
if ( $DW->wpml ) {
|
32 |
$wpml_id = dw_wpml_get_id($pid, 'post_' . $type);
|
36 |
}
|
37 |
|
38 |
if ( $run ) {
|
39 |
+
$post = get_post($pid);
|
40 |
+
|
41 |
echo '<div style="position:relative;left:15px;">';
|
42 |
echo '<input type="checkbox" id="' . $type . '_act_' . $post->ID . '" name="' . $type . '_act[]" value="' . $post->ID . '" ' . ( isset($posts_act) && count($posts_act) > 0 && in_array($post->ID, $posts_act) ? 'checked="checked"' : '' ) . ' onchange="chkCPChild(\'' . $type . '\',' . $pid . ')" /> <label for="' . $type . '_act_' . $post->ID . '">' . $post->post_title . '</label><br />';
|
43 |
|
55 |
}
|
56 |
}
|
57 |
|
58 |
+
function getTaxChilds($term, $arr, $id, $i) {
|
59 |
+
$tax = get_terms($term, array('hide_empty' => FALSE, 'parent' => $id));
|
60 |
+
foreach ($tax as $t ) {
|
61 |
+
if (! in_array($t->term_id, $i) && $t->parent == $id ) {
|
62 |
+
$i[ ] = $t->term_id;
|
63 |
+
$arr[$t->term_id] = array();
|
64 |
+
$a = &$arr[$t->term_id];
|
65 |
+
$a = getTaxChilds($term, $a, $t->term_id, &$i);
|
66 |
+
}
|
67 |
+
}
|
68 |
+
return $arr;
|
69 |
+
}
|
70 |
+
|
71 |
+
function prtTax($tax, $terms, $terms_act, $terms_childs_act, $prefix) {
|
72 |
+
foreach ( $terms as $pid => $childs ) {
|
73 |
+
$run = TRUE;
|
74 |
+
|
75 |
+
if ( $DW->wpml ) {
|
76 |
+
$wpml_id = dw_wpml_get_id($pid, 'tax_' . $tax);
|
77 |
+
if ( $wpml_id > 0 && $wpml_id <> $pid ) {
|
78 |
+
$run = FALSE;
|
79 |
+
}
|
80 |
+
}
|
81 |
+
|
82 |
+
if ( $run ) {
|
83 |
+
$term = get_term_by('id', $pid, $tax);
|
84 |
+
|
85 |
+
echo '<div style="position:relative;left:15px;">';
|
86 |
+
echo '<input type="checkbox" id="' . $prefix . '_act_' . $pid . '" name="' . $prefix . '_act[]" value="' . $pid . '" ' . ( isset($terms_act) && count($terms_act) > 0 && in_array($pid, $terms_act) ? 'checked="checked"' : '' ) . ' onchange="chkChild(\'' . $prefix . '\', ' . $pid . ')" /> <label for="' . $prefix . '_act_' . $pid . '">' . $term->name . '</label><br />';;
|
87 |
+
|
88 |
+
echo '<div style="position:relative;left:15px;">';
|
89 |
+
echo '<input type="checkbox" id="' . $prefix . '_childs_act_' . $pid . '" name="' . $prefix . '_childs_act[]" value="' . $pid . '" ' . ( isset($terms_childs_act) && count($terms_childs_act) > 0 && in_array($pid, $terms_childs_act) ? 'checked="checked"' : '' ) . ' onchange="chkParent(\'' . $prefix . '\', ' . $pid . ')" /> <label for="' . $prefix . '_childs_act_' . $pid . '"><em>' . __('All childs', DW_L10N_DOMAIN) . '</em></label><br />';
|
90 |
+
echo '</div>';
|
91 |
+
|
92 |
+
if ( count($childs) > 0 ) {
|
93 |
+
prtTax($tax, $childs, $terms_act, $terms_childs_act, $prefix);
|
94 |
+
}
|
95 |
+
echo '</div>';
|
96 |
+
}
|
97 |
+
}
|
98 |
+
}
|
99 |
+
|
100 |
$args = array(
|
101 |
'public' => TRUE,
|
102 |
'_builtin' => FALSE
|
103 |
);
|
|
|
104 |
|
105 |
+
// Custom Post Type
|
106 |
+
$post_types = get_post_types($args, 'objects', 'and');
|
107 |
foreach ( $post_types as $type => $ctid ) {
|
108 |
// Prepare
|
109 |
$opt_custom = $DW->getDWOpt($_GET['id'], $type);
|
122 |
$tax_list = get_object_taxonomies($type, 'objects');
|
123 |
|
124 |
// Output
|
125 |
+
echo '<h4><b>' . $ctid->label . '</b> ' . ( $opt_custom->count > 0 ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : '' ) . ( $DW->wpml ? $wpml_icon : '' ) . '</h4>';
|
126 |
echo '<div class="dynwid_conf">';
|
127 |
echo __('Show widget on', DW_L10N_DOMAIN) . ' ' . $ctid->label . '? ' . ( ($ctid->hierarchical || count($tax_list) > 0) ? '<img src="' . $DW->plugin_url . 'img/info.gif" alt="info" onclick="divToggle(\'custom_' . $type . '\');" />' : '' ) . '<br />';
|
128 |
echo '<input type="hidden" name="post_types[]" value="' . $type . '" />';
|
129 |
$DW->dumpOpt($opt_custom);
|
130 |
+
if ( isset($opt_custom_childs) ) {
|
131 |
+
$DW->dumpOpt($opt_custom_childs);
|
132 |
+
}
|
133 |
|
134 |
echo '<div>';
|
135 |
echo '<div id="custom_' . $type . '" class="infotext">';
|
145 |
echo '<div id="' . $type . '-select" class="condition-select" ' . ( (isset($custom_condition_select_style)) ? $custom_condition_select_style : '' ) . '>';
|
146 |
|
147 |
echo '<div style="position:relative;left:-15px">';
|
148 |
+
|
149 |
+
if ( isset($opt_custom_childs) ) {
|
150 |
+
$childs = $opt_custom_childs->act;
|
151 |
+
} else {
|
152 |
+
$childs = array();
|
153 |
+
}
|
154 |
+
prtCPost($type, $ctid, $cpmap, $opt_custom->act, $childs);
|
155 |
+
|
156 |
echo '</div>';
|
157 |
echo '</div>';
|
158 |
|
159 |
+
// Taxonomy in Custom Post Type
|
160 |
foreach ( $tax_list as $tax_type ) {
|
161 |
// Prepare
|
162 |
$opt_tax = $DW->getDWOpt($_GET['id'], $type . '-tax_' . $tax_type->name);
|
163 |
+
if ( $tax_type->hierarchical ) {
|
164 |
+
$opt_tax_childs = $DW->getDWOpt($_GET['id'], $type . '-tax_' . $tax_type->name . '-childs');
|
165 |
+
}
|
166 |
|
167 |
$tax = get_terms($tax_type->name, array('get' => 'all'));
|
168 |
if ( count($tax) > 0 ) {
|
170 |
$tax_condition_select_style = DW_LIST_STYLE;
|
171 |
}
|
172 |
|
173 |
+
$tree = getTaxChilds($tax_type->name, array(), 0, array());
|
174 |
+
|
175 |
echo '<br />';
|
176 |
$DW->dumpOpt($opt_tax);
|
177 |
+
if ( isset($opt_tax_childs) ) {
|
178 |
+
$DW->dumpOpt($opt_tax_childs);
|
179 |
+
}
|
180 |
+
echo __('Except for', DW_L10N_DOMAIN) . ' ' . $tax_type->label . ':<br />';
|
181 |
echo '<div id="' . $type . '-tax_' . $tax_type->name . '-select" class="condition-select" ' . ( (isset($tax_condition_select_style)) ? $tax_condition_select_style : '' ) . '>';
|
182 |
+
echo '<div style="position:relative;left:-15px">';
|
183 |
+
if (! isset($opt_tax_childs) ) {
|
184 |
+
$childs = array();
|
185 |
+
} else {
|
186 |
+
$childs = $opt_tax_childs->act;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
}
|
188 |
+
prtTax($tax_type->name, $tree, $opt_tax->act, $childs, $type . '-tax_' . $tax_type->name);
|
189 |
+
echo '</div>';
|
190 |
echo '</div>';
|
191 |
}
|
192 |
}
|
194 |
echo '</div><!-- end dynwid_conf -->';
|
195 |
}
|
196 |
|
197 |
+
// Custom Taxonomy Archive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
if ( function_exists('is_tax') ) {
|
199 |
$taxlist = get_taxonomies($args, 'objects', 'and');
|
200 |
|
203 |
$ct = 'tax_' . $tax_id;
|
204 |
$ct_archive_yes_selected = 'checked="checked"';
|
205 |
$opt_ct_archive = $DW->getDWOpt($_GET['id'], $ct);
|
206 |
+
if ( $tax->hierarchical ) {
|
207 |
+
$opt_ct_archive_childs = $DW->getDWOpt($_GET['id'], $ct . '-childs');
|
208 |
+
}
|
209 |
|
210 |
$t = get_terms($tax->name, array('get' => 'all'));
|
211 |
if ( count($t) > DW_LIST_LIMIT ) {
|
212 |
$ct_archive_condition_select_style = DW_LIST_STYLE;
|
213 |
}
|
214 |
|
215 |
+
$tree = getTaxChilds($tax->name, array(), 0, array());
|
216 |
+
|
217 |
+
$cpt_label = array();
|
218 |
+
foreach ( $tax->object_type as $obj ) {
|
219 |
+
$cpt_label[ ] = $post_types[$obj]->label;
|
220 |
+
}
|
221 |
+
|
222 |
+
echo '<h4><b>' . $tax->label . '</b> (<em>' . implode(', ', $cpt_label) . '</em>)' . ( ($opt_ct_archive->count > 0) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : '' ) . '</h4>';
|
223 |
echo '<div class="dynwid_conf">';
|
224 |
+
echo __('Show widget on', DW_L10N_DOMAIN) . ' ' . $tax->label . '?' . ( ($tax->hierarchical || count($t) > 0) ? ' <img src="' . $DW->plugin_url . 'img/info.gif" alt="info" onclick="divToggle(\'custom_' . $ct . '\');" />' : '' ) . '<br />';
|
225 |
echo '<input type="hidden" name="taxonomy[]" value="' . $tax_id . '" />';
|
226 |
$DW->dumpOpt($opt_ct_archive);
|
227 |
+
if ( isset($opt_ct_archive_childs) ) {
|
228 |
+
$DW->dumpOpt($opt_ct_archive_childs);
|
229 |
+
}
|
230 |
+
|
231 |
+
echo '<div>';
|
232 |
+
echo '<div id="custom_' . $ct . '" class="infotext">';
|
233 |
+
echo ( $tax->hierarchical ? '<p>' . $childs_infotext . '</p>' : '' );
|
234 |
+
echo ( (count($t) > 0) ? '<p>' . __('All exceptions work in a logical OR condition. That means when one of the exceptions is met, the exception rule is applied.', DW_L10N_DOMAIN) . '</p>' : '' );
|
235 |
+
echo '</div>';
|
236 |
+
echo '</div>';
|
237 |
|
238 |
echo '<input type="radio" name="' . $ct . '" value="yes" id="' . $ct . '-yes" ' . ( ($opt_ct_archive->selectYes()) ? $opt_ct_archive->checked : '' ) . ' /> <label for="' . $ct . '-yes">' . __('Yes') . '</label> ';
|
239 |
echo '<input type="radio" name="' . $ct . '" value="no" id="' . $ct . '-no" ' . ( ($opt_ct_archive->selectNo()) ? $opt_ct_archive->checked : '' ) . ' /> <label for="' . $ct . '-no">' . __('No') . '</label><br />';
|
241 |
if ( count($t) > 0 ) {
|
242 |
echo __('Except for', DW_L10N_DOMAIN) . ':<br />';
|
243 |
echo '<div id="' . $ct . '-select" class="condition-select" ' . ( (isset($ct_archive_condition_select_style)) ? $ct_archive_condition_select_style : '' ) . '>';
|
244 |
+
echo '<div style="position:relative;left:-15px">';
|
245 |
+
if (! isset($opt_ct_archive_childs) ) {
|
246 |
+
$childs = array();
|
247 |
+
} else {
|
248 |
+
$childs = $opt_ct_archive_childs->act;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
}
|
250 |
+
prtTax($tax->name, $tree, $opt_ct_archive->act, $childs, $ct);
|
251 |
+
echo '</div>';
|
252 |
echo '</div>';
|
253 |
}
|
254 |
echo '</div><!-- end dynwid_conf -->';
|
255 |
}
|
256 |
}
|
257 |
}
|
258 |
+
|
259 |
+
// Custom Post Type Archives
|
260 |
+
if ( function_exists('is_post_type_archive') && count($post_types) > 0 ) {
|
261 |
+
$opt_cp_archive = $DW->getDWOpt($_GET['id'], 'cp_archive');
|
262 |
+
|
263 |
+
if ( count($post_types) > DW_LIST_LIMIT ) {
|
264 |
+
$cp_archive_condition_select_style = DW_LIST_STYLE;
|
265 |
+
}
|
266 |
+
|
267 |
+
echo '<h4><b>' . __('Custom Post Type Archives', DW_L10N_DOMAIN) . '</b> ' . ( ($opt_cp_archive->count > 0) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : '' ) . '</h4>';
|
268 |
+
echo '<div class="dynwid_conf">';
|
269 |
+
echo __('Show widget on Custom Post Type Archives', DW_L10N_DOMAIN) . '?<br />';
|
270 |
+
$DW->dumpOpt($opt_cp_archive);
|
271 |
+
|
272 |
+
echo '<input type="radio" name="cp_archive" value="yes" id="cp_archive-yes" ' . ( ($opt_cp_archive->selectYes()) ? $opt_cp_archive->checked : '' ) . ' /> <label for="cp_archive-yes">' . __('Yes') . '</label> ';
|
273 |
+
echo '<input type="radio" name="cp_archive" value="no" id="cp_archive-no" ' . ( ($opt_cp_archive->selectNo()) ? $opt_cp_archive->checked : '' ) . ' /> <label for="cp_archive-no">' . __('No') . '</label><br />';
|
274 |
+
|
275 |
+
echo __('Except for', DW_L10N_DOMAIN) . ':<br />';
|
276 |
+
echo '<div id="cp_archive-select" class="condition-select" ' . ( isset($cp_archive_condition_select_style) ? $cp_archive_condition_select_style : '' ) . '>';
|
277 |
+
foreach ( $post_types as $type => $ctid ){
|
278 |
+
echo '<input type="checkbox" id="cp_archive_act_' . $type . '" name="cp_archive_act[]" value="' . $type . '"' . ( ($opt_cp_archive->count > 0 && in_array($type, $opt_cp_archive->act)) ? 'checked="checked"' : '' ) . ' /> <label for="cp_archive_act_' . $type . '">' . $ctid->label . '</label><br />';
|
279 |
+
}
|
280 |
+
echo '</div>';
|
281 |
+
echo '</div><!-- end dynwid_conf -->';
|
282 |
+
}
|
283 |
+
|
284 |
} // end version compare >= WP 3.0
|
285 |
?>
|
286 |
|
mods/pages_module.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Pages Module
|
4 |
*
|
5 |
-
* @version $Id: pages_module.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -36,11 +36,11 @@
|
|
36 |
foreach ( $pages as $pid => $childs ) {
|
37 |
$page = get_page($pid);
|
38 |
|
39 |
-
echo '<div style="position:relative;left:15px;">';
|
40 |
-
echo '<input type="checkbox" id="page_act_' . $page->ID . '" name="page_act[]" value="' . $page->ID . '" ' . ( isset($page_act) && count($page_act) > 0 && in_array($page->ID, $page_act) ? 'checked="checked"' : '' ) . ' onchange="chkChild(' . $pid . ')" /> <label for="page_act_' . $page->ID . '">' . $page->post_title . ' ' . ( get_option('show_on_front') == 'page' && isset($static_page[$page->ID]) ? '(' . $static_page[$page->ID] . ')' : '' ) . '</label><br />';
|
41 |
|
42 |
echo '<div style="position:relative;left:15px;">';
|
43 |
-
echo '<input type="checkbox" id="page_childs_act_' . $pid . '" name="page_childs_act[]" value="' . $pid . '" ' . ( isset($page_childs_act) && count($page_childs_act) > 0 && in_array($pid, $page_childs_act) ? 'checked="checked"' : '' ) . ' onchange="chkParent(' . $pid . ')" /> <label for="page_childs_act_' . $pid . '"><em>' . __('All childs', DW_L10N_DOMAIN) . '</em></label><br />';
|
44 |
echo '</div>';
|
45 |
|
46 |
if ( count($childs) > 0 ) {
|
@@ -51,9 +51,11 @@
|
|
51 |
}
|
52 |
|
53 |
function lsPages($pages, $static_page, $page_act) {
|
|
|
54 |
foreach ( $pages as $page ) {
|
55 |
echo '<input type="checkbox" id="page_act_' . $page->ID . '" name="page_act[]" value="' . $page->ID . '" ' . ( count($page_act) > 0 && in_array($page->ID, $page_act) ? 'checked="checked"' : '' ) . ' /> <label for="page_act_' . $page->ID . '">' . $page->post_title . ' ' . ( get_option('show_on_front') == 'page' && isset($static_page[$page->ID]) ? '(' . $static_page[$page->ID] . ')' : '' ) . '</label><br />';
|
56 |
}
|
|
|
57 |
}
|
58 |
|
59 |
$opt_page = $DW->getDWOpt($_GET['id'], 'page');
|
@@ -64,13 +66,12 @@
|
|
64 |
$pages = get_pages();
|
65 |
$num_pages = count($pages);
|
66 |
|
67 |
-
// For childs we double the number of pages because of addition of 'All childs' option
|
68 |
if ( $num_pages < DW_PAGE_LIMIT ) {
|
69 |
$pagemap = getPageChilds(array(), 0, array());
|
70 |
-
$num_pages = $num_pages * 2;
|
71 |
}
|
72 |
|
73 |
-
|
|
|
74 |
$page_condition_select_style = DW_LIST_STYLE;
|
75 |
}
|
76 |
|
@@ -91,6 +92,7 @@
|
|
91 |
<div class="dynwid_conf">
|
92 |
<?php _e('Show widget default on static pages?', DW_L10N_DOMAIN); ?> <img src="<?php echo $DW->plugin_url; ?>img/info.gif" alt="info" title="<?php _e('Click to toggle info', DW_L10N_DOMAIN); ?>" onclick="divToggle('pages');" /><br />
|
93 |
<?php $DW->dumpOpt($opt_page); ?>
|
|
|
94 |
<div>
|
95 |
<div id="pages" class="infotext">
|
96 |
<?php
|
@@ -101,7 +103,7 @@
|
|
101 |
"All childs" without the parent.', DW_L10N_DOMAIN);
|
102 |
} else {
|
103 |
$childs_infotext = __('Unfortunately the childs-function has been disabled
|
104 |
-
because you have more than
|
105 |
}
|
106 |
echo $childs_infotext;
|
107 |
?>
|
@@ -113,7 +115,18 @@
|
|
113 |
<?php _e('Except the page(s)', DW_L10N_DOMAIN); ?>:<br />
|
114 |
<div id="page-select" class="condition-select" <?php echo ( (isset($page_condition_select_style)) ? $page_condition_select_style : '' ); ?>>
|
115 |
<div style="position:relative;left:-15px">
|
116 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
</div>
|
118 |
</div>
|
119 |
<?php } ?>
|
2 |
/**
|
3 |
* Pages Module
|
4 |
*
|
5 |
+
* @version $Id: pages_module.php 426716 2011-08-21 14:48:48Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
36 |
foreach ( $pages as $pid => $childs ) {
|
37 |
$page = get_page($pid);
|
38 |
|
39 |
+
echo '<div style="position:relative;left:15px;width:95%">';
|
40 |
+
echo '<input type="checkbox" id="page_act_' . $page->ID . '" name="page_act[]" value="' . $page->ID . '" ' . ( isset($page_act) && count($page_act) > 0 && in_array($page->ID, $page_act) ? 'checked="checked"' : '' ) . ' onchange="chkChild(\'page\', ' . $pid . ')" /> <label for="page_act_' . $page->ID . '">' . $page->post_title . ' ' . ( get_option('show_on_front') == 'page' && isset($static_page[$page->ID]) ? '(' . $static_page[$page->ID] . ')' : '' ) . '</label><br />';
|
41 |
|
42 |
echo '<div style="position:relative;left:15px;">';
|
43 |
+
echo '<input type="checkbox" id="page_childs_act_' . $pid . '" name="page_childs_act[]" value="' . $pid . '" ' . ( isset($page_childs_act) && count($page_childs_act) > 0 && in_array($pid, $page_childs_act) ? 'checked="checked"' : '' ) . ' onchange="chkParent(\'page\', ' . $pid . ')" /> <label for="page_childs_act_' . $pid . '"><em>' . __('All childs', DW_L10N_DOMAIN) . '</em></label><br />';
|
44 |
echo '</div>';
|
45 |
|
46 |
if ( count($childs) > 0 ) {
|
51 |
}
|
52 |
|
53 |
function lsPages($pages, $static_page, $page_act) {
|
54 |
+
echo '<div style="position:relative;left:15px;width:95%">';
|
55 |
foreach ( $pages as $page ) {
|
56 |
echo '<input type="checkbox" id="page_act_' . $page->ID . '" name="page_act[]" value="' . $page->ID . '" ' . ( count($page_act) > 0 && in_array($page->ID, $page_act) ? 'checked="checked"' : '' ) . ' /> <label for="page_act_' . $page->ID . '">' . $page->post_title . ' ' . ( get_option('show_on_front') == 'page' && isset($static_page[$page->ID]) ? '(' . $static_page[$page->ID] . ')' : '' ) . '</label><br />';
|
57 |
}
|
58 |
+
echo '</div>';
|
59 |
}
|
60 |
|
61 |
$opt_page = $DW->getDWOpt($_GET['id'], 'page');
|
66 |
$pages = get_pages();
|
67 |
$num_pages = count($pages);
|
68 |
|
|
|
69 |
if ( $num_pages < DW_PAGE_LIMIT ) {
|
70 |
$pagemap = getPageChilds(array(), 0, array());
|
|
|
71 |
}
|
72 |
|
73 |
+
// For childs we double the number of pages because of addition of 'All childs' option
|
74 |
+
if ( (isset($pagemap) && ($num_pages * 2 > DW_LIST_LIMIT)) || ($num_pages > DW_LIST_LIMIT) ) {
|
75 |
$page_condition_select_style = DW_LIST_STYLE;
|
76 |
}
|
77 |
|
92 |
<div class="dynwid_conf">
|
93 |
<?php _e('Show widget default on static pages?', DW_L10N_DOMAIN); ?> <img src="<?php echo $DW->plugin_url; ?>img/info.gif" alt="info" title="<?php _e('Click to toggle info', DW_L10N_DOMAIN); ?>" onclick="divToggle('pages');" /><br />
|
94 |
<?php $DW->dumpOpt($opt_page); ?>
|
95 |
+
<?php ( isset($opt_page_childs) ) ? $DW->dumpOpt($opt_page_childs) : ''; ?>
|
96 |
<div>
|
97 |
<div id="pages" class="infotext">
|
98 |
<?php
|
103 |
"All childs" without the parent.', DW_L10N_DOMAIN);
|
104 |
} else {
|
105 |
$childs_infotext = __('Unfortunately the childs-function has been disabled
|
106 |
+
because you have more than the limit of pages.', DW_L10N_DOMAIN) . '(' . DW_PAGE_LIMIT . ')';
|
107 |
}
|
108 |
echo $childs_infotext;
|
109 |
?>
|
115 |
<?php _e('Except the page(s)', DW_L10N_DOMAIN); ?>:<br />
|
116 |
<div id="page-select" class="condition-select" <?php echo ( (isset($page_condition_select_style)) ? $page_condition_select_style : '' ); ?>>
|
117 |
<div style="position:relative;left:-15px">
|
118 |
+
<?php
|
119 |
+
if ( $num_pages < DW_PAGE_LIMIT ) {
|
120 |
+
if (! isset($opt_page_childs) ) {
|
121 |
+
$childs = array();
|
122 |
+
} else {
|
123 |
+
$childs = $opt_page_childs->act;
|
124 |
+
}
|
125 |
+
prtPgs($pagemap, $opt_page->act, $childs, $static_page);
|
126 |
+
} else {
|
127 |
+
lsPages($pages, $static_page, $opt_page->act);
|
128 |
+
}
|
129 |
+
?>
|
130 |
</div>
|
131 |
</div>
|
132 |
<?php } ?>
|
mods/qtranslate_module.php
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
*
|
5 |
+
*
|
6 |
+
* @version $Id: qtranslate_module.php 420121 2011-08-06 17:56:22Z qurl $
|
7 |
+
* @copyright 2011 Jacco Drabbe
|
8 |
+
*/
|
9 |
+
|
10 |
+
if ( defined('QTRANS_INIT') ) {
|
11 |
+
$DW->qtranslate = TRUE;
|
12 |
+
require_once(DW_PLUGIN . 'qt.php');
|
13 |
+
|
14 |
+
$opt_qt = $DW->getDWOpt($_GET['id'], 'qt');
|
15 |
+
|
16 |
+
$qt_langs = get_option('qtranslate_enabled_languages');
|
17 |
+
if ( count($qt_langs) > DW_LIST_LIMIT ) {
|
18 |
+
$qt_condition_select_style = DW_LIST_STYLE;
|
19 |
+
}
|
20 |
+
?>
|
21 |
+
|
22 |
+
<h4><b><?php _e('Language (QT)', DW_L10N_DOMAIN); ?></b><?php echo ( $opt_qt->count > 0 ) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : ''; ?></h4>
|
23 |
+
<div class="dynwid_conf">
|
24 |
+
<?php _e('Show widget default on all languages?', DW_L10N_DOMAIN); ?> <img src="<?php echo $DW->plugin_url; ?>img/info.gif" alt="info" title="<?php _e('Click to toggle info', DW_L10N_DOMAIN) ?>" onclick="divToggle('qt');" /><br /><br />
|
25 |
+
<?php $DW->dumpOpt($opt_qt); ?>
|
26 |
+
<div>
|
27 |
+
<div id="qt" class="infotext">
|
28 |
+
<?php _e('Using this option can override all other options.', DW_L10N_DOMAIN); ?><br />
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
<input type="radio" name="qt" value="yes" id="qt-yes" <?php echo ( $opt_qt->selectYes() ) ? $opt_qt->checked : ''; ?> /> <label for="qt-yes"><?php _e('Yes'); ?></label>
|
32 |
+
<input type="radio" name="qt" value="no" id="qt-no" <?php echo ( $opt_qt->selectNo() ) ? $opt_qt->checked : ''; ?> /> <label for="qt-no"><?php _e('No'); ?></label><br />
|
33 |
+
<?php _e('Except the languages', DW_L10N_DOMAIN); ?>:<br />
|
34 |
+
<div id="qt-select" class="condition-select" <?php echo ( isset($qt_condition_select_style) ? $qt_condition_select_style : '' ); ?>>
|
35 |
+
<?php foreach ( $qt_langs as $code ) { ?>
|
36 |
+
<input type="checkbox" id="qt_act_<?php echo $code; ?>" name="qt_act[]" value="<?php echo $code; ?>" <?php echo ( $opt_qt->count > 0 && in_array($code, $opt_qt->act) ) ? 'checked="checked"' : ''; ?> /> <label for="qt_act_<?php echo $code; ?>"><?php echo dwGetQTLanguage($code); ?></label><br />
|
37 |
+
<?php } ?>
|
38 |
+
</div>
|
39 |
+
</div><!-- end dynwid_conf -->
|
40 |
+
|
41 |
+
<?php
|
42 |
+
}
|
43 |
+
?>
|
mods/single_module.php
CHANGED
@@ -2,14 +2,19 @@
|
|
2 |
/**
|
3 |
* Single Post Module
|
4 |
*
|
5 |
-
* @version $Id: single_module.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
9 |
$opt_single = $DW->getDWOpt($_GET['id'], 'single');
|
10 |
|
11 |
// -- Author
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
if ( count($authors) > DW_LIST_LIMIT ) {
|
14 |
$author_condition_select_style = DW_LIST_STYLE;
|
15 |
}
|
2 |
/**
|
3 |
* Single Post Module
|
4 |
*
|
5 |
+
* @version $Id: single_module.php 418888 2011-08-03 18:36:48Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
9 |
$opt_single = $DW->getDWOpt($_GET['id'], 'single');
|
10 |
|
11 |
// -- Author
|
12 |
+
if ( function_exists('get_users') ) {
|
13 |
+
$authors = get_users( array('who' => 'author') );
|
14 |
+
} else {
|
15 |
+
$authors = dwGetAuthors();
|
16 |
+
}
|
17 |
+
|
18 |
if ( count($authors) > DW_LIST_LIMIT ) {
|
19 |
$author_condition_select_style = DW_LIST_STYLE;
|
20 |
}
|
mods/wpec_module.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
* WPEC Module
|
4 |
* http://getshopped.org/
|
5 |
*
|
6 |
-
* @version $Id: wpec_module.php
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
10 |
-
if ( defined('WPSC_VERSION') ) {
|
11 |
$DW->wpsc = TRUE;
|
12 |
require_once(DW_PLUGIN . 'wpsc.php');
|
13 |
|
@@ -17,6 +17,8 @@
|
|
17 |
if ( count($wpsc) > DW_LIST_LIMIT ) {
|
18 |
$wpsc_condition_select_style = DW_LIST_STYLE;
|
19 |
}
|
|
|
|
|
20 |
?>
|
21 |
<h4><b><?php _e('WPSC Category', DW_L10N_DOMAIN); ?></b><?php echo ( $opt_wpsc->count > 0 ) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : ''; ?></h4>
|
22 |
<div class="dynwid_conf">
|
@@ -26,11 +28,14 @@
|
|
26 |
<input type="radio" name="wpsc" value="no" id="wpsc-no" <?php echo ( $opt_wpsc->selectNo() ) ? $opt_wpsc->checked : ''; ?> /> <label for="wpsc-no"><?php _e('No'); ?></label><br />
|
27 |
<?php _e('Except the categories', DW_L10N_DOMAIN); ?>:<br />
|
28 |
<div id="wpsc-select" class="condition-select" <?php echo ( isset($wpsc_condition_select_style) ) ? $wpsc_condition_select_style : ''; ?>>
|
29 |
-
<?php
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
</div>
|
33 |
</div><!-- end dynwid_conf -->
|
34 |
<?php
|
|
|
35 |
} // end DW->wpsc
|
36 |
?>
|
3 |
* WPEC Module
|
4 |
* http://getshopped.org/
|
5 |
*
|
6 |
+
* @version $Id: wpec_module.php 422921 2011-08-13 14:34:41Z qurl $
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
10 |
+
if ( defined('WPSC_VERSION') && version_compare(WPSC_VERSION, '3.8', '<') ) {
|
11 |
$DW->wpsc = TRUE;
|
12 |
require_once(DW_PLUGIN . 'wpsc.php');
|
13 |
|
17 |
if ( count($wpsc) > DW_LIST_LIMIT ) {
|
18 |
$wpsc_condition_select_style = DW_LIST_STYLE;
|
19 |
}
|
20 |
+
|
21 |
+
if ( count($wpsc) > 0 ) {
|
22 |
?>
|
23 |
<h4><b><?php _e('WPSC Category', DW_L10N_DOMAIN); ?></b><?php echo ( $opt_wpsc->count > 0 ) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : ''; ?></h4>
|
24 |
<div class="dynwid_conf">
|
28 |
<input type="radio" name="wpsc" value="no" id="wpsc-no" <?php echo ( $opt_wpsc->selectNo() ) ? $opt_wpsc->checked : ''; ?> /> <label for="wpsc-no"><?php _e('No'); ?></label><br />
|
29 |
<?php _e('Except the categories', DW_L10N_DOMAIN); ?>:<br />
|
30 |
<div id="wpsc-select" class="condition-select" <?php echo ( isset($wpsc_condition_select_style) ) ? $wpsc_condition_select_style : ''; ?>>
|
31 |
+
<?php
|
32 |
+
foreach ( $wpsc as $id => $cat ) {
|
33 |
+
echo '<input type="checkbox" id="wpsc_act_' . $id . '" name="wpsc_act[]" value="' . $id . '"' . ( $opt_wpsc->count > 0 && in_array($id, $opt_wpsc->act) ? 'checked="checked"' : '' ) . ' /> <label for="wpsc_act_' . $id . '">' . $cat . '</label><br />';
|
34 |
+
}
|
35 |
+
?>
|
36 |
</div>
|
37 |
</div><!-- end dynwid_conf -->
|
38 |
<?php
|
39 |
+
}
|
40 |
} // end DW->wpsc
|
41 |
?>
|
mods/wpml_module.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* WPML Module
|
4 |
*
|
5 |
-
* @version $Id: wpml_module.php
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
@@ -11,6 +11,11 @@
|
|
11 |
require_once($wpml_api);
|
12 |
|
13 |
$opt_wpml = $DW->getDWOpt($_GET['id'], 'wpml');
|
|
|
|
|
|
|
|
|
|
|
14 |
?>
|
15 |
|
16 |
<h4><b><?php _e('Language (WPML)', DW_L10N_DOMAIN); ?></b><?php echo ( $opt_wpml->count > 0 ) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : ''; ?></h4>
|
2 |
/**
|
3 |
* WPML Module
|
4 |
*
|
5 |
+
* @version $Id: wpml_module.php 408892 2011-07-12 20:11:47Z qurl $
|
6 |
* @copyright 2011 Jacco Drabbe
|
7 |
*/
|
8 |
|
11 |
require_once($wpml_api);
|
12 |
|
13 |
$opt_wpml = $DW->getDWOpt($_GET['id'], 'wpml');
|
14 |
+
|
15 |
+
$wpml_langs = wpml_get_active_languages();
|
16 |
+
if ( count($wpml_langs) > DW_LIST_LIMIT ) {
|
17 |
+
$wpml_condition_select_style = DW_LIST_STYLE;
|
18 |
+
}
|
19 |
?>
|
20 |
|
21 |
<h4><b><?php _e('Language (WPML)', DW_L10N_DOMAIN); ?></b><?php echo ( $opt_wpml->count > 0 ) ? ' <img src="' . $DW->plugin_url . 'img/checkmark.gif" alt="Checkmark" />' : ''; ?></h4>
|
plugin/qt.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* QTranslate plugin
|
5 |
+
* http://www.qianqin.de/qtranslate/
|
6 |
+
*
|
7 |
+
* @version $Id: qt.php 420121 2011-08-06 17:56:22Z qurl $
|
8 |
+
* @copyright 2011 Jacco Drabbe
|
9 |
+
*/
|
10 |
+
|
11 |
+
function dwGetQTLanguage($lang) {
|
12 |
+
global $q_config;
|
13 |
+
return $q_config['language_name'][$lang];
|
14 |
+
}
|
15 |
+
?>
|
plugin/wpsc.php
CHANGED
@@ -1,30 +1,24 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* WordPress Shopping Cart / WordPress E-Commerce Plugin
|
|
|
4 |
* http://getshopped.org/
|
5 |
*
|
6 |
-
* @version $Id: wpsc.php
|
7 |
* @copyright 2011 Jacco Drabbe
|
8 |
*/
|
9 |
|
10 |
function dw_wpsc_get_categories() {
|
11 |
-
|
12 |
-
$wpdb = &$GLOBALS['wpdb'];
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
}
|
23 |
-
} else {
|
24 |
-
$category_list = get_terms( 'wpsc_product_category', 'hide_empty=0');
|
25 |
-
foreach ( $category_list as $cat ) {
|
26 |
-
$categories[$cat->term_id] = $cat->name;
|
27 |
-
}
|
28 |
}
|
29 |
|
30 |
return $categories;
|
@@ -32,12 +26,7 @@
|
|
32 |
|
33 |
function is_dw_wpsc_category($id) {
|
34 |
$wpsc_query = &$GLOBALS['wpsc_query'];
|
35 |
-
|
36 |
-
$category = $wpsc_query->category;
|
37 |
-
} else {
|
38 |
-
$term = get_term_by('slug', $wpsc_query->query_vars['term'], 'wpsc_product_category');
|
39 |
-
$category = $term->term_id;
|
40 |
-
}
|
41 |
|
42 |
if ( is_int($id) ) {
|
43 |
$id = array($id);
|
1 |
<?php
|
2 |
/**
|
3 |
* WordPress Shopping Cart / WordPress E-Commerce Plugin
|
4 |
+
* Only for WPSC < 3.8
|
5 |
* http://getshopped.org/
|
6 |
*
|
7 |
+
* @version $Id: wpsc.php 423465 2011-08-14 19:24:18Z qurl $
|
8 |
* @copyright 2011 Jacco Drabbe
|
9 |
*/
|
10 |
|
11 |
function dw_wpsc_get_categories() {
|
12 |
+
$wpdb = &$GLOBALS['wpdb'];
|
|
|
13 |
|
14 |
+
$categories = array();
|
15 |
+
$table = WPSC_TABLE_PRODUCT_CATEGORIES;
|
16 |
+
$fields = array('id', 'name');
|
17 |
+
$query = "SELECT " . implode(', ', $fields) . " FROM " . $table . " WHERE active = '1' ORDER BY name";
|
18 |
+
$results = $wpdb->get_results($query);
|
19 |
|
20 |
+
foreach ( $results as $myrow ) {
|
21 |
+
$categories[$myrow->id] = $myrow->name;
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
return $categories;
|
26 |
|
27 |
function is_dw_wpsc_category($id) {
|
28 |
$wpsc_query = &$GLOBALS['wpsc_query'];
|
29 |
+
$category = $wpsc_query->category;
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
if ( is_int($id) ) {
|
32 |
$id = array($id);
|
readme.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: Qurl
|
3 |
Donate link:
|
4 |
-
Tags: widget, widgets, dynamic, sidebar, custom, rules, admin, condition, conditional tags, wpml, wpec, buddypress
|
5 |
Requires at least: 2.9.1
|
6 |
-
Tested up to: 3.2
|
7 |
-
Stable tag: 1.4.
|
8 |
|
9 |
-
Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you
|
14 |
|
15 |
* Default widget display setting is supported for:
|
16 |
- User roles
|
17 |
- Dates
|
18 |
- Browsers
|
19 |
-
- Theme
|
20 |
-
- Languages (WPML)
|
21 |
- Front page
|
22 |
- Single post pages
|
23 |
- Attachment pages
|
@@ -29,6 +29,7 @@ Dynamic Widgets gives you full control on which pages your widgets will appear.
|
|
29 |
- Search Page
|
30 |
- Custom Post Types
|
31 |
- Custom Post Type Archive pages
|
|
|
32 |
- WP Shopping Cart / WP E-Commerce Categories
|
33 |
- BuddyPress Components pages
|
34 |
- BuddyPress Groups
|
@@ -38,19 +39,21 @@ Dynamic Widgets gives you full control on which pages your widgets will appear.
|
|
38 |
- Dates on from, to or range
|
39 |
- Browsers on browser name
|
40 |
- Theme Templates on template name
|
41 |
-
- Languages (WPML) on language
|
42 |
- Single post pages on Author, Categories, Tags and/or Individual posts
|
43 |
- Pages on Page Title, including inheritance from hierarchical parents
|
44 |
- Author pages on Author
|
45 |
- Category pages on Category name
|
46 |
-
- Custom Posts Type on
|
47 |
- Custom Post Type Archive pages on Custom Post Type
|
|
|
48 |
- WP Shopping Cart / WP E-Commerce Categories on Category name
|
49 |
- BuddyPress Component pages on Component
|
50 |
- BuddyPress Groups on Group or Component
|
51 |
|
52 |
* Plugin support for:
|
53 |
- BuddyPress
|
|
|
54 |
- WP MultiLingual (WPML)
|
55 |
- WP Shopping Cart / WP E-Commerce (WPSC / WPEC)
|
56 |
|
@@ -82,7 +85,7 @@ For the latest FAQ, please visit the [online FAQ](http://www.qurl.nl/dynamic-wid
|
|
82 |
|
83 |
= My hoster is (still) using PHP4, so what? =
|
84 |
|
85 |
-
Start immediately looking for another hoster. YES, immediately! NOW! Pronto!
|
86 |
|
87 |
= I'm not sure my theme is calling `wp_head()`. Can I check? =
|
88 |
|
@@ -91,14 +94,20 @@ Yes, you can. In the Dynamic Widgets Overview page, click the 'Advanced >' link
|
|
91 |
= Does the plugin work on WordPress 3.0 MU? =
|
92 |
|
93 |
Yes, but only if you activate the plugin on a per site base. Network Activation is not supported.
|
|
|
94 |
|
95 |
= I checked the "Make exception rule available to individual posts and tags" option, but nothing happens. =
|
96 |
|
97 |
Did you save the options? If you did, you may try to hit the (i) icon a bit to the right and read the text which appears below.
|
98 |
|
|
|
|
|
|
|
|
|
|
|
99 |
= According to the featurelist I should be able to use a hierarchical structure in static pages, but I don't see it. Where is it? =
|
100 |
|
101 |
-
You probably have more than 500 pages. Building a tree with so many pages slows down the performance of the plugin dramatically. To prevent time-out errors, the
|
102 |
|
103 |
= The plugin slows down the loading of a page dramatically. Can you do something about it? =
|
104 |
|
@@ -112,6 +121,10 @@ Yes! You can switch between FILTER and OLD method without any loss of widgets co
|
|
112 |
|
113 |
Your theme probably uses a 'default display widgets policy'. When a sidebar becomes empty, the theme detects this and places widgets by default in it. The plugin can't do anything about that. Ask the theme creator how to fix this.
|
114 |
|
|
|
|
|
|
|
|
|
115 |
= You asked me to create a dump. How do I do that? =
|
116 |
|
117 |
* Click at the bottom of the Widgets Overview page on the 'Advanced >' link.
|
@@ -122,7 +135,7 @@ Your theme probably uses a 'default display widgets policy'. When a sidebar beco
|
|
122 |
|
123 |
= I have found a bug! Now what? =
|
124 |
|
125 |
-
Please file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please note the procedure how to create a dump in the previous answer. After you've filed the report, I'll get back to you asap.
|
126 |
|
127 |
= How do I completely remove Dynamic Widgets? =
|
128 |
|
@@ -134,6 +147,19 @@ Please file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
= Version 1.4.1 =
|
138 |
|
139 |
* Added Custom Taxonomies support for Custom Post Types.
|
@@ -152,7 +178,7 @@ Please file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please
|
|
152 |
* Bugfix for showing empty Custom Post Type Archives option in settings screen.
|
153 |
* Bugfix for unexptected behaviour when setting BP groups default to 'No'.
|
154 |
* Bugfix for only showing the last Custom Posts in the list.
|
155 |
-
* Limited the list of authors to users with user level > 0.
|
156 |
* Security fix in the usage of the returnURL.
|
157 |
* Workaround when using prototype theme.
|
158 |
* Workaround for certain themes claiming an invalid BP component confusing Dynamic Widgets.
|
@@ -280,17 +306,18 @@ Please file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please
|
|
280 |
|
281 |
== Release notes ==
|
282 |
|
283 |
-
|
284 |
|
285 |
-
|
286 |
|
287 |
== Upgrade Notice ==
|
288 |
|
289 |
-
= 1.4.
|
290 |
-
This version has
|
|
|
291 |
|
292 |
== Screenshots ==
|
293 |
|
294 |
1. Widgets overview page
|
295 |
2. Widget Options page
|
296 |
-
3. Widget with Dynamic Widgets info and link
|
1 |
=== Plugin Name ===
|
2 |
Contributors: Qurl
|
3 |
Donate link:
|
4 |
+
Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, hide, wpml, qtranslate, wpec, buddypress
|
5 |
Requires at least: 2.9.1
|
6 |
+
Tested up to: 3.2.1
|
7 |
+
Stable tag: 1.4.2
|
8 |
|
9 |
+
Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly show or hide widgets on WordPress pages.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamically hide or show widgets on WordPress pages by setting conditional logic rules with just a few mouse clicks. No knowledge of PHP required. No fiddling around with conditional tags. You can set conditional rules by Role, Dates, Browser, Language (WPML or QTranslate), for the Homepage, Single Posts, Attachments, Pages, Authors, Categories, Archives, Error Page, Search Page, Custom Post Types, Custom Post Type Archives, Custom Taxonomies in Custom Post Types, Custom Taxonomies Archives, WPEC/WPSC Categories, BuddyPress Components and BuddyPress Groups.
|
14 |
|
15 |
* Default widget display setting is supported for:
|
16 |
- User roles
|
17 |
- Dates
|
18 |
- Browsers
|
19 |
+
- Theme Templates
|
20 |
+
- Languages (WPML or QTranslate)
|
21 |
- Front page
|
22 |
- Single post pages
|
23 |
- Attachment pages
|
29 |
- Search Page
|
30 |
- Custom Post Types
|
31 |
- Custom Post Type Archive pages
|
32 |
+
- Custom Taxonomy Archive pages
|
33 |
- WP Shopping Cart / WP E-Commerce Categories
|
34 |
- BuddyPress Components pages
|
35 |
- BuddyPress Groups
|
39 |
- Dates on from, to or range
|
40 |
- Browsers on browser name
|
41 |
- Theme Templates on template name
|
42 |
+
- Languages (WPML or QTranslate) on language
|
43 |
- Single post pages on Author, Categories, Tags and/or Individual posts
|
44 |
- Pages on Page Title, including inheritance from hierarchical parents
|
45 |
- Author pages on Author
|
46 |
- Category pages on Category name
|
47 |
+
- Custom Posts Type on Custom Taxonomy and Custom Post Name, including inheritance from hierarchical parents
|
48 |
- Custom Post Type Archive pages on Custom Post Type
|
49 |
+
- Custom Taxonomy Archive pages on Custom Taxonomy Name, including inheritance from hierarchical parents
|
50 |
- WP Shopping Cart / WP E-Commerce Categories on Category name
|
51 |
- BuddyPress Component pages on Component
|
52 |
- BuddyPress Groups on Group or Component
|
53 |
|
54 |
* Plugin support for:
|
55 |
- BuddyPress
|
56 |
+
- QTranslate
|
57 |
- WP MultiLingual (WPML)
|
58 |
- WP Shopping Cart / WP E-Commerce (WPSC / WPEC)
|
59 |
|
85 |
|
86 |
= My hoster is (still) using PHP4, so what? =
|
87 |
|
88 |
+
Start immediately looking for another hoster. YES, immediately! NOW! Pronto! Starting with version 1.5 of Dynamic Widgets PHP4 will not be NOT SUPPORTED anymore.
|
89 |
|
90 |
= I'm not sure my theme is calling `wp_head()`. Can I check? =
|
91 |
|
94 |
= Does the plugin work on WordPress 3.0 MU? =
|
95 |
|
96 |
Yes, but only if you activate the plugin on a per site base. Network Activation is not supported.
|
97 |
+
Extra note: It seems that sometimes for some reason DW does not show up on individual sites within a WP Network without a network activation. You can use [Multisite Plugin Manager](http://wordpress.org/extend/plugins/multisite-plugin-manager/) to overcome this problem.
|
98 |
|
99 |
= I checked the "Make exception rule available to individual posts and tags" option, but nothing happens. =
|
100 |
|
101 |
Did you save the options? If you did, you may try to hit the (i) icon a bit to the right and read the text which appears below.
|
102 |
|
103 |
+
= What do you mean with logical AND / OR? =
|
104 |
+
|
105 |
+
A logical AND means that ALL rules must be met before the action takes place.
|
106 |
+
A logical OR means that when ANY rule is met, the action takes place.
|
107 |
+
|
108 |
= According to the featurelist I should be able to use a hierarchical structure in static pages, but I don't see it. Where is it? =
|
109 |
|
110 |
+
You probably have more than 500 pages. Building a tree with so many pages slows down the performance of the plugin dramatically. To prevent time-out errors, the child-function has been automatically disabled. You can however raise this limit by clicking on the 'Advanced >' link at the bottom of the Widgets Overview page and raise the number next to the Page limit box.
|
111 |
|
112 |
= The plugin slows down the loading of a page dramatically. Can you do something about it? =
|
113 |
|
121 |
|
122 |
Your theme probably uses a 'default display widgets policy'. When a sidebar becomes empty, the theme detects this and places widgets by default in it. The plugin can't do anything about that. Ask the theme creator how to fix this.
|
123 |
|
124 |
+
= I'm using WPEC 3.8 or higher and I don't see the WPEC Categories option anymore. Where is it? =
|
125 |
+
|
126 |
+
Since version 3.8, WPEC uses the by WordPress provided Custom Post Types and Custom Taxonomies. Dynamic Widgets supports Custom Post Types and Custom Taxonomies. You'll find the WPEC Categories under the 'Categories (Products)' section.
|
127 |
+
|
128 |
= You asked me to create a dump. How do I do that? =
|
129 |
|
130 |
* Click at the bottom of the Widgets Overview page on the 'Advanced >' link.
|
135 |
|
136 |
= I have found a bug! Now what? =
|
137 |
|
138 |
+
Please check the [Issue Tracker](http://www.qurl.nl/dynamic-widgets/issue-tracker/) first. The bug might have been reported and even maybe already fixed. When not, you can file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please note the procedure how to create a dump in the previous answer. After you've filed the report, I'll get back to you asap.
|
139 |
|
140 |
= How do I completely remove Dynamic Widgets? =
|
141 |
|
147 |
|
148 |
== Changelog ==
|
149 |
|
150 |
+
= Version 1.4.2 =
|
151 |
+
|
152 |
+
* Added QTranslate support.
|
153 |
+
* Added hierarchical inheritance for Custom Taxonomies and Custom Post Types.
|
154 |
+
* Added same behaviour in the Author list for WP < 3.1 as in WP > 3.1
|
155 |
+
* Bugfix for PHP error in WPML module.
|
156 |
+
* Bugfix for not showing WPML languages in WPML module.
|
157 |
+
* Bugfix for PHP error in Single posts module when using WP < 3.1.
|
158 |
+
* Bugfix for possible PHP notice when a child does not exist in the hierarchical tree.
|
159 |
+
* Bugfix for wrong page count.
|
160 |
+
* Broadend the capability for changing DW configuration from 'switch_themes' to 'edit_theme_options'.
|
161 |
+
* Disabled 'WPSC Category' when using WPEC > 3.8 as it's now covered by Custom Taxonomies Archives.
|
162 |
+
|
163 |
= Version 1.4.1 =
|
164 |
|
165 |
* Added Custom Taxonomies support for Custom Post Types.
|
178 |
* Bugfix for showing empty Custom Post Type Archives option in settings screen.
|
179 |
* Bugfix for unexptected behaviour when setting BP groups default to 'No'.
|
180 |
* Bugfix for only showing the last Custom Posts in the list.
|
181 |
+
* Limited the list of authors to users with user level > 0. (WP 3.1 and higher)
|
182 |
* Security fix in the usage of the returnURL.
|
183 |
* Workaround when using prototype theme.
|
184 |
* Workaround for certain themes claiming an invalid BP component confusing Dynamic Widgets.
|
306 |
|
307 |
== Release notes ==
|
308 |
|
309 |
+
WPEC 3.8 or higher user: Please note due to the use of Custom Posts and Custom Taxonomies, the 'WPEC Categories" section has been removed in Dynamic Widgets and replaced by "Categories (Products)". Copy over the settings you have in "WPEC Categories" to "Custom Taxonomy Archives: Categories" before updating to 1.4.2.
|
310 |
|
311 |
+
Change of requirements: The 1.4 branch of Dynamic Widgets will be the last branch to support WordPress < 3.0 and -Yes, it's really going to happen- also the last for PHP4. This 1.4.2 version will probably be the last in this branch. So, when you're still on a WordPress version lower than 3.0 you should really consider upgrading. When you see in the footer of the Dynamic Widgets pages after the version number "PHP4" you're going to be in big trouble when you don't take any action.
|
312 |
|
313 |
== Upgrade Notice ==
|
314 |
|
315 |
+
= 1.4.2 =
|
316 |
+
This version has 3 features added and 5 bugs fixed.
|
317 |
+
WPEC 3.8 or higher user: Please read the release notes before upgrading.
|
318 |
|
319 |
== Screenshots ==
|
320 |
|
321 |
1. Widgets overview page
|
322 |
2. Widget Options page
|
323 |
+
3. Widget with Dynamic Widgets info and link
|