Version Description
Download this release
Release Info
Developer | petervanderdoes |
Plugin | AVH Extended Categories Widgets |
Version | 3.4 |
Comparing to | |
See all releases |
Code changes from version 3.3.5 to 3.4
- 2.8/class/avh-ec.admin.php +58 -25
- 2.8/class/avh-ec.category-group.php +7 -4
- 2.8/class/avh-ec.core.php +2 -2
- 2.8/class/avh-ec.widgets.php +30 -22
- 2.8/lang/avh-ec-cs_CZ.mo +0 -0
- 2.8/lang/avh-ec-de_DE.mo +0 -0
- 2.8/lang/avh-ec-el.mo +0 -0
- 2.8/lang/avh-ec-es_ES.mo +0 -0
- 2.8/lang/avh-ec-id_ID.mo +0 -0
- 2.8/lang/avh-ec-it_IT.mo +0 -0
- 2.8/lang/avh-ec-nl_NL.mo +0 -0
- 2.8/lang/avh-ec-ru_RU.mo +0 -0
- 2.8/lang/avh-ec-sv_SE.mo +0 -0
- 2.8/lang/avh-ec-tr.mo +0 -0
- 2.8/lang/avh-ec.mo +0 -0
- 2.8/lang/avh-ec.po +254 -222
- readme.txt +7 -1
- widget-pre2.8.php +1 -1
- widget_extended_categories.php +5 -6
2.8/class/avh-ec.admin.php
CHANGED
@@ -61,10 +61,19 @@ class AVH_EC_Admin
|
|
61 |
function actionAdminInit() {
|
62 |
if (is_admin() && isset($_GET['taxonomy']) && 'category' == $_GET['taxonomy']) {
|
63 |
add_action($_GET['taxonomy'] . '_edit_form', array(&$this,'displayCategoryGroupForm'), 10, 2 );
|
64 |
-
add_action('edit_term', array(&$this,'handleEditTerm'), 10, 3 );
|
65 |
}
|
|
|
|
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
function displayCategoryGroupForm($term, $taxonomy){
|
69 |
|
70 |
$current_selection = '';
|
@@ -75,7 +84,8 @@ class AVH_EC_Admin
|
|
75 |
}
|
76 |
|
77 |
if (empty($current_selection)) {
|
78 |
-
$
|
|
|
79 |
}
|
80 |
|
81 |
$cat_groups = get_terms($this->catgrp->taxonomy_name, array('hide_empty'=>FALSE));
|
@@ -86,7 +96,7 @@ class AVH_EC_Admin
|
|
86 |
}
|
87 |
|
88 |
foreach ( $dropdown_value as $key => $sel) {
|
89 |
-
$seldata .= '<option value="' . $sel . '" ' . (($current_selection == $sel) ? 'selected="selected"' : '') . ' >' . ucfirst($dropdown_text[$key]) . '</option>' . "\n";
|
90 |
}
|
91 |
|
92 |
echo '<h3>AVH Extended Categories - Category Group Widget</h3>';
|
@@ -104,13 +114,22 @@ class AVH_EC_Admin
|
|
104 |
echo '</tbody></table>';
|
105 |
}
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
function handleEditTerm( $term_id, $tt_id, $taxonomy ) {
|
108 |
$tax_meta = get_option($this->core->db_options_tax_meta);
|
109 |
-
if ( isset($_POST['avhec_categorygroup']) && $tax_meta[$taxonomy][$term_id]['
|
110 |
-
$tax_meta[$taxonomy][$term_id]['
|
111 |
update_option($this->core->db_options_tax_meta, $tax_meta);
|
112 |
}
|
113 |
}
|
|
|
114 |
/**
|
115 |
* When a category is created this function is called to add the new category to the group all
|
116 |
* @param $term_id
|
@@ -187,6 +206,7 @@ class AVH_EC_Admin
|
|
187 |
{
|
188 |
// Add metaboxes
|
189 |
add_meta_box('avhecBoxCategoryGroupList', __('Group Overview', 'avh-ec'), array(&$this, 'metaboxCategoryGroupList'), $this->hooks['menu_overview'], 'normal', 'core');
|
|
|
190 |
|
191 |
add_filter('screen_layout_columns', array(&$this, 'filterScreenLayoutColumns'), 10, 2);
|
192 |
|
@@ -769,28 +789,41 @@ class AVH_EC_Admin
|
|
769 |
*/
|
770 |
function metaboxTranslation ()
|
771 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
echo '<div class="p">';
|
773 |
echo __('This plugin is translated in several languages. Some of the languages might be incomplete. Please help to complete these translations or add a new language.', 'avh-ec') . '<br />';
|
774 |
-
|
775 |
echo '</div>';
|
776 |
|
777 |
echo '<div class="p">';
|
778 |
echo '<span class="b">' . __('Available Languages', 'avh-ec') . '</span>';
|
779 |
echo '<ul>';
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
echo '<li>Spanish - Español (es_ES)</li>';
|
787 |
-
echo '<li>Swedish - Svenska (sv_SE)</li>';
|
788 |
-
echo '<li>Turkish - Türkçe (tr)</li>';
|
789 |
echo '</ul>';
|
790 |
echo '</div>';
|
791 |
|
792 |
echo '<div class="p">';
|
793 |
-
|
|
|
|
|
|
|
|
|
794 |
echo '</div>';
|
795 |
|
796 |
}
|
@@ -1193,12 +1226,12 @@ class AVH_EC_Admin
|
|
1193 |
$option_key = substr($option_key, strpos($option_key, '][') + 2);
|
1194 |
// Helper
|
1195 |
if ($option[2] == 'helper') {
|
1196 |
-
$output .= '<tr style="vertical-align: top;"><td class="helper" colspan="2">' . $option[4] . '</td></tr>' . "\n";
|
1197 |
continue;
|
1198 |
}
|
1199 |
switch ($option[2]) {
|
1200 |
case 'checkbox':
|
1201 |
-
$input_type = '<input type="checkbox" id="' . $option[0] . '" name="' . $option[0] . '" value="' .
|
1202 |
$explanation = $option[4];
|
1203 |
break;
|
1204 |
case 'dropdown':
|
@@ -1206,17 +1239,17 @@ class AVH_EC_Admin
|
|
1206 |
$seltext = $option[4];
|
1207 |
$seldata = '';
|
1208 |
foreach ((array) $selvalue as $key => $sel) {
|
1209 |
-
$seldata .= '<option value="' . $sel . '" ' . (($option_actual[$section][$option_key] == $sel) ? 'selected="selected"' : '') . ' >' . ucfirst($seltext[$key]) . '</option>' . "\n";
|
1210 |
}
|
1211 |
-
$input_type = '<select id="' . $option[0] . '" name="' . $option[0] . '">' . $seldata . '</select>' . "\n";
|
1212 |
$explanation = $option[5];
|
1213 |
break;
|
1214 |
case 'text-color':
|
1215 |
-
$input_type = '<input type="text" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . $option[0] . '" name="' . $option[0] . '" value="' .
|
1216 |
$explanation = $option[4];
|
1217 |
break;
|
1218 |
case 'textarea':
|
1219 |
-
$input_type = '<textarea rows="' . $option[5] . '" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . $option[0] . '" name="' . $option[0] . '" size="' . $option[3] . '" />' .
|
1220 |
$explanation = $option[4];
|
1221 |
break;
|
1222 |
case 'catlist':
|
@@ -1232,17 +1265,17 @@ class AVH_EC_Admin
|
|
1232 |
break;
|
1233 |
case 'text':
|
1234 |
default:
|
1235 |
-
$input_type = '<input type="text" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . $option[0] . '" name="' . $option[0] . '" value="' .
|
1236 |
$explanation = $option[4];
|
1237 |
break;
|
1238 |
}
|
1239 |
// Additional Information
|
1240 |
$extra = '';
|
1241 |
if ($explanation) {
|
1242 |
-
$extra = '<br /><span class="description">' .
|
1243 |
}
|
1244 |
// Output
|
1245 |
-
$output .= '<tr style="vertical-align: top;"><th align="left" scope="row"><label for="' . $option[0] . '">' .
|
1246 |
}
|
1247 |
$output .= '</table>' . "\n";
|
1248 |
return $output;
|
61 |
function actionAdminInit() {
|
62 |
if (is_admin() && isset($_GET['taxonomy']) && 'category' == $_GET['taxonomy']) {
|
63 |
add_action($_GET['taxonomy'] . '_edit_form', array(&$this,'displayCategoryGroupForm'), 10, 2 );
|
|
|
64 |
}
|
65 |
+
add_action('edit_term', array(&$this,'handleEditTerm'), 10, 3 );
|
66 |
+
|
67 |
}
|
68 |
|
69 |
+
/**
|
70 |
+
*
|
71 |
+
* Adds Category Group form
|
72 |
+
* @WordPress action category_edit_form
|
73 |
+
*
|
74 |
+
* @param unknown_type $term
|
75 |
+
* @param unknown_type $taxonomy
|
76 |
+
*/
|
77 |
function displayCategoryGroupForm($term, $taxonomy){
|
78 |
|
79 |
$current_selection = '';
|
84 |
}
|
85 |
|
86 |
if (empty($current_selection)) {
|
87 |
+
$current_group = $this->catgrp->getGroupByCategoryID($term->term_id);
|
88 |
+
$current_selection= $current_group->term_id;
|
89 |
}
|
90 |
|
91 |
$cat_groups = get_terms($this->catgrp->taxonomy_name, array('hide_empty'=>FALSE));
|
96 |
}
|
97 |
|
98 |
foreach ( $dropdown_value as $key => $sel) {
|
99 |
+
$seldata .= '<option value="' . esc_attr($sel) . '" ' . (($current_selection == $sel) ? 'selected="selected"' : '') . ' >' . esc_html(ucfirst($dropdown_text[$key])) . '</option>' . "\n";
|
100 |
}
|
101 |
|
102 |
echo '<h3>AVH Extended Categories - Category Group Widget</h3>';
|
114 |
echo '</tbody></table>';
|
115 |
}
|
116 |
|
117 |
+
/**
|
118 |
+
* Saves the association Category - Category Group fron the edit taxonomy page
|
119 |
+
* @WordPress action edit_form.
|
120 |
+
*
|
121 |
+
* @param unknown_type $term_id
|
122 |
+
* @param unknown_type $tt_id
|
123 |
+
* @param unknown_type $taxonomy
|
124 |
+
*/
|
125 |
function handleEditTerm( $term_id, $tt_id, $taxonomy ) {
|
126 |
$tax_meta = get_option($this->core->db_options_tax_meta);
|
127 |
+
if ( isset($_POST['avhec_categorygroup']) && $tax_meta[$taxonomy][$term_id]['category_group_term_id'] != $_POST['avhec_categorygroup']) {
|
128 |
+
$tax_meta[$taxonomy][$term_id]['category_group_term_id'] = $_POST['avhec_categorygroup'];
|
129 |
update_option($this->core->db_options_tax_meta, $tax_meta);
|
130 |
}
|
131 |
}
|
132 |
+
|
133 |
/**
|
134 |
* When a category is created this function is called to add the new category to the group all
|
135 |
* @param $term_id
|
206 |
{
|
207 |
// Add metaboxes
|
208 |
add_meta_box('avhecBoxCategoryGroupList', __('Group Overview', 'avh-ec'), array(&$this, 'metaboxCategoryGroupList'), $this->hooks['menu_overview'], 'normal', 'core');
|
209 |
+
add_meta_box('avhecBoxTranslation', __('Translation', 'avh-ec'), array(&$this, 'metaboxTranslation'), $this->hooks['menu_overview'], 'normal', 'core');
|
210 |
|
211 |
add_filter('screen_layout_columns', array(&$this, 'filterScreenLayoutColumns'), 10, 2);
|
212 |
|
789 |
*/
|
790 |
function metaboxTranslation ()
|
791 |
{
|
792 |
+
$locale = apply_filters( 'plugin_locale', get_locale(), 'avh-ec' );
|
793 |
+
$available_locale['cs_CZ'] = array('Czech - Čeština',0);
|
794 |
+
$available_locale['nl_NL'] = array('Dutch - Nederlands',0);
|
795 |
+
$available_locale['de_DE'] = array('German - Deutsch', 0);
|
796 |
+
$available_locale['el'] = array('Greek - Čeština',0);
|
797 |
+
$available_locale['id_ID'] = array('Indonesian - Bahasa Indonesia - Čeština',0);
|
798 |
+
$available_locale['it_IT'] = array('Italian - Italiano',1);
|
799 |
+
$available_locale['ru_RU'] = array('Russian — Русский',0);
|
800 |
+
$available_locale['es_ES'] = array('Spanish - Español',0);
|
801 |
+
$available_locale['sv_SE'] = array('Swedish - Svenska',0);
|
802 |
+
$available_locale['tr'] = array('Turkish - Türkçe',0);
|
803 |
+
|
804 |
echo '<div class="p">';
|
805 |
echo __('This plugin is translated in several languages. Some of the languages might be incomplete. Please help to complete these translations or add a new language.', 'avh-ec') . '<br />';
|
806 |
+
|
807 |
echo '</div>';
|
808 |
|
809 |
echo '<div class="p">';
|
810 |
echo '<span class="b">' . __('Available Languages', 'avh-ec') . '</span>';
|
811 |
echo '<ul>';
|
812 |
+
foreach ($available_locale as $key => $value) {
|
813 |
+
echo '<li>';
|
814 |
+
$complete = ($value[1] == 1 ? 'Complete' : 'Incomplete');
|
815 |
+
echo $value[0] . ' (' . $key . ') - ' . $complete;
|
816 |
+
echo '</li>';
|
817 |
+
}
|
|
|
|
|
|
|
818 |
echo '</ul>';
|
819 |
echo '</div>';
|
820 |
|
821 |
echo '<div class="p">';
|
822 |
+
if ('en_US' != $locale & (!array_key_exists($locale, $available_locale))){
|
823 |
+
echo 'Currently the plugin is not available in your language ('.$locale.'). Why not help out and translate the plugin in your language. You can help by visiting <a href="https://translations.launchpad.net/avhextendedcategories/trunk" target="_blank">Launchpad</a>.';
|
824 |
+
} else {
|
825 |
+
echo __('You can visit ', 'avh-ec') . '<a href="https://translations.launchpad.net/avhextendedcategories/trunk" target="_blank">Launchpad</a> ' . __('to help complete these translations or add a new language.', 'avh-ec');
|
826 |
+
}
|
827 |
echo '</div>';
|
828 |
|
829 |
}
|
1226 |
$option_key = substr($option_key, strpos($option_key, '][') + 2);
|
1227 |
// Helper
|
1228 |
if ($option[2] == 'helper') {
|
1229 |
+
$output .= '<tr style="vertical-align: top;"><td class="helper" colspan="2">' . wp_filter_post_kses($option[4]) . '</td></tr>' . "\n";
|
1230 |
continue;
|
1231 |
}
|
1232 |
switch ($option[2]) {
|
1233 |
case 'checkbox':
|
1234 |
+
$input_type = '<input type="checkbox" id="' . esc_attr($option[0]) . '" name="' . esc_attr($option[0]) . '" value="' . esc_attr($option[3]) . '" ' . $this->isChecked('1', $option_actual[$section][$option_key]) . ' />' . "\n";
|
1235 |
$explanation = $option[4];
|
1236 |
break;
|
1237 |
case 'dropdown':
|
1239 |
$seltext = $option[4];
|
1240 |
$seldata = '';
|
1241 |
foreach ((array) $selvalue as $key => $sel) {
|
1242 |
+
$seldata .= '<option value="' . esc_attr($sel) . '" ' . (($option_actual[$section][$option_key] == $sel) ? 'selected="selected"' : '') . ' >' . esc_html(ucfirst($seltext[$key])) . '</option>' . "\n";
|
1243 |
}
|
1244 |
+
$input_type = '<select id="' . esc_attr($option[0]) . '" name="' . esc_attr($option[0]) . '">' . $seldata . '</select>' . "\n";
|
1245 |
$explanation = $option[5];
|
1246 |
break;
|
1247 |
case 'text-color':
|
1248 |
+
$input_type = '<input type="text" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . esc_attr($option[0]) . '" name="' . esc_attr($option[0]) . '" value="' . esc_attr($option_actual[$section][$option_key]) . '" size="' . esc_attr($option[3]) . '" /><div class="box_color ' . esc_attr($option[0]) . '"></div>' . "\n";
|
1249 |
$explanation = $option[4];
|
1250 |
break;
|
1251 |
case 'textarea':
|
1252 |
+
$input_type = '<textarea rows="' . esc_attr($option[5]) . '" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . esc_attr($option[0]) . '" name="' . esc_attr($option[0]) . '" size="' . esc_attr($option[3]) . '" />' . $option_actual[$section][$option_key] . '</textarea>';
|
1253 |
$explanation = $option[4];
|
1254 |
break;
|
1255 |
case 'catlist':
|
1265 |
break;
|
1266 |
case 'text':
|
1267 |
default:
|
1268 |
+
$input_type = '<input type="text" ' . (($option[3] > 1) ? ' style="width: 95%" ' : '') . 'id="' . esc_attr($option[0]) . '" name="' . esc_attr($option[0]) . '" value="' . esc_attr($option_actual[$section][$option_key]) . '" size="' . esc_attr($option[3]) . '" />' . "\n";
|
1269 |
$explanation = $option[4];
|
1270 |
break;
|
1271 |
}
|
1272 |
// Additional Information
|
1273 |
$extra = '';
|
1274 |
if ($explanation) {
|
1275 |
+
$extra = '<br /><span class="description">' . wp_filter_kses($explanation) . '</span>' . "\n";
|
1276 |
}
|
1277 |
// Output
|
1278 |
+
$output .= '<tr style="vertical-align: top;"><th align="left" scope="row"><label for="' . esc_attr($option[0]) . '">' . wp_filter_kses($option[1]) . '</label></th><td>' . $input_type . ' ' . $extra . '</td></tr>' . "\n";
|
1279 |
}
|
1280 |
$output .= '</table>' . "\n";
|
1281 |
return $output;
|
2.8/class/avh-ec.category-group.php
CHANGED
@@ -166,9 +166,12 @@ class AVH_EC_Category_Group
|
|
166 |
*/
|
167 |
function getAllCategoriesTermID ()
|
168 |
{
|
|
|
169 |
$categories = get_categories();
|
170 |
-
|
171 |
-
$
|
|
|
|
|
172 |
}
|
173 |
return ($all_cat_id);
|
174 |
}
|
@@ -322,13 +325,13 @@ class AVH_EC_Category_Group
|
|
322 |
}
|
323 |
|
324 |
function getGroupByCategoryID($category_id){
|
325 |
-
$return =
|
326 |
$cat_groups = get_terms($this->taxonomy_name, array('hide_empty'=>FALSE));
|
327 |
|
328 |
foreach ($cat_groups as $group) {
|
329 |
$cats = $this->getCategoriesFromGroup($group->term_id);
|
330 |
if ($group->slug != 'all' && in_array($category_id,$cats)) {
|
331 |
-
$return = $group
|
332 |
break;
|
333 |
}
|
334 |
}
|
166 |
*/
|
167 |
function getAllCategoriesTermID ()
|
168 |
{
|
169 |
+
$all_cat_id = array();
|
170 |
$categories = get_categories();
|
171 |
+
if (! is_wp_error($categories)) {
|
172 |
+
foreach ($categories as $category) {
|
173 |
+
$all_cat_id[] = $category->term_id;
|
174 |
+
}
|
175 |
}
|
176 |
return ($all_cat_id);
|
177 |
}
|
325 |
}
|
326 |
|
327 |
function getGroupByCategoryID($category_id){
|
328 |
+
$return = get_term_by('slug', 'none', $this->taxonomy_name);
|
329 |
$cat_groups = get_terms($this->taxonomy_name, array('hide_empty'=>FALSE));
|
330 |
|
331 |
foreach ($cat_groups as $group) {
|
332 |
$cats = $this->getCategoriesFromGroup($group->term_id);
|
333 |
if ($group->slug != 'all' && in_array($category_id,$cats)) {
|
334 |
+
$return = $group;
|
335 |
break;
|
336 |
}
|
337 |
}
|
2.8/class/avh-ec.core.php
CHANGED
@@ -27,7 +27,7 @@ class AVH_EC_Core
|
|
27 |
*/
|
28 |
$catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
|
29 |
|
30 |
-
$this->version = '3.
|
31 |
$this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
|
32 |
$this->db_options_core = 'avhec';
|
33 |
$this->db_options_tax_meta = 'avhec-tax_meta';
|
@@ -698,4 +698,4 @@ class AVHEC_Walker_Category extends Walker
|
|
698 |
$output .= '</li>' . "\n";
|
699 |
}
|
700 |
}
|
701 |
-
?>
|
27 |
*/
|
28 |
$catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
|
29 |
|
30 |
+
$this->version = '3.4';
|
31 |
$this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
|
32 |
$this->db_options_core = 'avhec';
|
33 |
$this->db_options_tax_meta = 'avhec-tax_meta';
|
698 |
$output .= '</li>' . "\n";
|
699 |
}
|
700 |
}
|
701 |
+
?>
|
2.8/class/avh-ec.widgets.php
CHANGED
@@ -588,29 +588,13 @@ class WP_Widget_AVH_ExtendedCategories_Category_Group extends WP_Widget
|
|
588 |
}
|
589 |
|
590 |
$toDisplay = FALSE;
|
591 |
-
if (
|
592 |
-
if ('category_group' == $special_page) {
|
593 |
-
$tax_meta = get_option($this->core->db_options_tax_meta);
|
594 |
-
$term = $wp_query->get_queried_object();
|
595 |
-
if (isset($tax_meta[$term->term_id][$term->taxonomy]['categorygroup'])) {
|
596 |
-
$sp_category_group = $tax_meta[$term->term_id][$term->taxonomy]['categorygroup'];
|
597 |
-
} else {
|
598 |
-
$sp_category_group=$this->catgrp->getGroupByCategoryID($term->term_id);
|
599 |
-
}
|
600 |
-
} else {
|
601 |
-
$sp_category_group = $options['sp_cat_group'][$special_page];
|
602 |
-
}
|
603 |
-
if (! ($this->getWidgetDoneCatGroup($sp_category_group))) {
|
604 |
-
$row = get_term_by('id', $sp_category_group, $catgrp->taxonomy_name); // Returns FALSE when non-existance. (empty(FALSE)=TRUE)
|
605 |
-
$toDisplay = TRUE;
|
606 |
-
}
|
607 |
-
} else {
|
608 |
$terms = wp_get_object_terms($post->ID, $catgrp->taxonomy_name);
|
609 |
if (! empty($terms)) {
|
610 |
foreach ($terms as $key => $value) {
|
611 |
if (! ($this->getWidgetDoneCatGroup($value->term_id))) {
|
612 |
$row = $value;
|
613 |
-
$
|
614 |
break;
|
615 |
}
|
616 |
}
|
@@ -618,13 +602,37 @@ class WP_Widget_AVH_ExtendedCategories_Category_Group extends WP_Widget
|
|
618 |
$options = $this->core->options;
|
619 |
$no_cat_group = $options['cat_group']['no_group'];
|
620 |
$row = get_term_by('id', $no_cat_group, $catgrp->taxonomy_name);
|
621 |
-
$
|
622 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
}
|
624 |
|
625 |
-
|
626 |
-
|
627 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
}
|
629 |
|
630 |
if ($toDisplay) {
|
588 |
}
|
589 |
|
590 |
$toDisplay = FALSE;
|
591 |
+
if ('none' == $special_page) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
$terms = wp_get_object_terms($post->ID, $catgrp->taxonomy_name);
|
593 |
if (! empty($terms)) {
|
594 |
foreach ($terms as $key => $value) {
|
595 |
if (! ($this->getWidgetDoneCatGroup($value->term_id))) {
|
596 |
$row = $value;
|
597 |
+
$group_found = TRUE;
|
598 |
break;
|
599 |
}
|
600 |
}
|
602 |
$options = $this->core->options;
|
603 |
$no_cat_group = $options['cat_group']['no_group'];
|
604 |
$row = get_term_by('id', $no_cat_group, $catgrp->taxonomy_name);
|
605 |
+
$group_found = TRUE;
|
606 |
}
|
607 |
+
} else {
|
608 |
+
if ('category_group' == $special_page) {
|
609 |
+
$tax_meta = get_option($this->core->db_options_tax_meta);
|
610 |
+
$term = $wp_query->get_queried_object();
|
611 |
+
if (isset($tax_meta[$term->taxonomy][$term->term_id]['category_group_term_id'])) {
|
612 |
+
$sp_category_group_id = $tax_meta[$term->taxonomy][$term->term_id]['category_group_term_id'];
|
613 |
+
} else {
|
614 |
+
$sp_category_group = $this->catgrp->getGroupByCategoryID($term->term_id);
|
615 |
+
$sp_category_group_id = $sp_category_group->term_id;
|
616 |
+
}
|
617 |
+
} else {
|
618 |
+
$sp_category_group_id = $options['sp_cat_group'][$special_page];
|
619 |
+
}
|
620 |
+
$row = get_term_by('id', $sp_category_group_id, $catgrp->taxonomy_name); // Returns FALSE when non-existance. (empty(FALSE)=TRUE)
|
621 |
+
$group_found = TRUE;
|
622 |
}
|
623 |
|
624 |
+
if ($group_found) {
|
625 |
+
$toDisplay = TRUE;
|
626 |
+
$category_group_id_none = $this->catgrp->getTermIDBy('slug', 'none');
|
627 |
+
$selected_catgroups = unserialize($instance['post_group_category']);
|
628 |
+
|
629 |
+
if ($category_group_id_none == $row->term_id ) {
|
630 |
+
$toDisplay = FALSE;
|
631 |
+
} elseif (! (FALSE == $selected_catgroups || array_key_exists($row->term_id, $selected_catgroups))) {
|
632 |
+
$toDisplay = FALSE;
|
633 |
+
} elseif ($this->getWidgetDoneCatGroup($sp_category_group_id)) {
|
634 |
+
$toDisplay = FALSE;
|
635 |
+
}
|
636 |
}
|
637 |
|
638 |
if ($toDisplay) {
|
2.8/lang/avh-ec-cs_CZ.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-de_DE.mo
ADDED
Binary file
|
2.8/lang/avh-ec-el.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-es_ES.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-id_ID.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-it_IT.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-nl_NL.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-ru_RU.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-sv_SE.mo
CHANGED
Binary file
|
2.8/lang/avh-ec-tr.mo
CHANGED
Binary file
|
2.8/lang/avh-ec.mo
CHANGED
Binary file
|
2.8/lang/avh-ec.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AVH Extended Categories\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Peter van der Does <peter@avirtualhome.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -17,704 +17,736 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
"X-Poedit-SearchPath-1: ..\n"
|
19 |
|
20 |
-
#: ../class/avh-ec.admin.php:
|
21 |
-
#: ../class/avh-ec.admin.php:
|
22 |
msgid "Overview"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: ../class/avh-ec.admin.php:
|
26 |
-
#: ../class/avh-ec.admin.php:
|
27 |
msgid "General Options"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ../class/avh-ec.admin.php:
|
31 |
-
#: ../class/avh-ec.admin.php:
|
32 |
-
#: ../class/avh-ec.category-group.php:
|
|
|
|
|
33 |
msgid "Category Groups"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: ../class/avh-ec.admin.php:
|
37 |
-
#: ../class/avh-ec.admin.php:
|
38 |
msgid "F.A.Q"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: ../class/avh-ec.admin.php:
|
42 |
-
#: ../class/avh-ec.admin.php:
|
43 |
msgid "Group Overview"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: ../class/avh-ec.admin.php:
|
47 |
-
#: ../class/avh-ec.admin.php:
|
48 |
msgid "Announcements"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: ../class/avh-ec.admin.php:
|
52 |
-
#: ../class/avh-ec.admin.php:
|
53 |
-
#: ../class/avh-ec.admin.php:
|
54 |
msgid "Donations"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: ../class/avh-ec.admin.php:
|
58 |
msgid "Options"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: ../class/avh-ec.admin.php:
|
62 |
msgid "<em>Select Category</em> Alternative"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../class/avh-ec.admin.php:
|
66 |
msgid "Alternative text for Select Category."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../class/avh-ec.admin.php:
|
70 |
msgid "Select which group to show on the home page."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: ../class/avh-ec.admin.php:
|
74 |
-
#: ../class/avh-ec.admin.php:
|
75 |
-
#: ../class/avh-ec.admin.php:
|
76 |
msgid "Selecting the group 'none' will not show the widget on the page."
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: ../class/avh-ec.admin.php:
|
80 |
msgid "Select which group to show when there is no group associated with the post."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: ../class/avh-ec.admin.php:
|
84 |
msgid "Select which group will be the default group when editing a post."
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: ../class/avh-ec.admin.php:
|
88 |
msgid "Options saved"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: ../class/avh-ec.admin.php:
|
92 |
msgid "Save Changes"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: ../class/avh-ec.admin.php:
|
96 |
msgid "Add Group"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: ../class/avh-ec.admin.php:
|
100 |
msgid "Special Pages"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: ../class/avh-ec.admin.php:
|
104 |
-
#: ../class/avh-ec.admin.php:
|
105 |
msgid " Group Name"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: ../class/avh-ec.admin.php:
|
109 |
-
#: ../class/avh-ec.admin.php:
|
110 |
msgid "The name is used to identify the group."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../class/avh-ec.admin.php:
|
114 |
-
#: ../class/avh-ec.admin.php:
|
115 |
msgid " Slug Group"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: ../class/avh-ec.admin.php:
|
119 |
-
#: ../class/avh-ec.admin.php:
|
120 |
msgid "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../class/avh-ec.admin.php:
|
124 |
msgid " Widget Title,"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../class/avh-ec.admin.php:
|
128 |
-
#: ../class/avh-ec.admin.php:
|
129 |
msgid "When no title is given in the widget options, this will used as the title of the widget when this group is shown."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../class/avh-ec.admin.php:
|
133 |
-
#: ../class/avh-ec.admin.php:
|
134 |
msgid " Description"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../class/avh-ec.admin.php:
|
138 |
-
#: ../class/avh-ec.admin.php:
|
139 |
msgid "Description is not prominent by default."
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../class/avh-ec.admin.php:
|
143 |
msgid " Widget Title"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../class/avh-ec.admin.php:
|
147 |
msgid " Categories"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../class/avh-ec.admin.php:
|
151 |
msgid "Select categories to be included in the group."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../class/avh-ec.admin.php:
|
155 |
msgid "Category group saved"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: ../class/avh-ec.admin.php:
|
159 |
msgid "Category group conflicts with "
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../class/avh-ec.admin.php:
|
163 |
msgid "Same slug is used. "
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../class/avh-ec.admin.php:
|
167 |
msgid "Edit Group"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../class/avh-ec.admin.php:
|
171 |
msgid "Cheatin’ uh?"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../class/avh-ec.admin.php:
|
175 |
msgid "Category group updated"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../class/avh-ec.admin.php:
|
179 |
msgid "Category group not updated"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../class/avh-ec.admin.php:
|
183 |
msgid "Duplicate slug detected"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: ../class/avh-ec.admin.php:
|
187 |
msgid "Unknown category group"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../class/avh-ec.admin.php:
|
191 |
msgid "Home page"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../class/avh-ec.admin.php:
|
195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../class/avh-ec.admin.php:
|
199 |
msgid "Daily Archive"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: ../class/avh-ec.admin.php:
|
|
|
|
|
|
|
|
|
203 |
msgid "Monthly Archive"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: ../class/avh-ec.admin.php:
|
|
|
|
|
|
|
|
|
207 |
msgid "Yearly Archive"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: ../class/avh-ec.admin.php:
|
|
|
|
|
|
|
|
|
211 |
msgid "Author Archive"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../class/avh-ec.admin.php:
|
|
|
|
|
|
|
|
|
215 |
msgid "Search Page"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../class/avh-ec.admin.php:
|
|
|
|
|
|
|
|
|
219 |
msgid "Add group"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../class/avh-ec.admin.php:
|
223 |
msgid "Update group"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../class/avh-ec.admin.php:
|
227 |
msgid "Save settings"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: ../class/avh-ec.admin.php:
|
231 |
msgid "F.A.Q."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: ../class/avh-ec.admin.php:
|
235 |
msgid "Translation"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../class/avh-ec.admin.php:
|
239 |
msgid "This plugin is translated in several languages. Some of the languages might be incomplete. Please help to complete these translations or add a new language."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../class/avh-ec.admin.php:
|
243 |
msgid "You can visit "
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../class/avh-ec.admin.php:
|
247 |
msgid "to help complete these translations or add a new language."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../class/avh-ec.admin.php:
|
251 |
msgid "Available Languages"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../class/avh-ec.admin.php:
|
255 |
msgid "More information about translating can found at http://codex.wordpress.org/Translating_WordPress . This page is dedicated for translating WordPress but the instructions are the same for this plugin."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: ../class/avh-ec.admin.php:
|
259 |
msgid "If you enjoy this plug-in please consider a donation. There are several ways you can show your appreciation."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../class/avh-ec.admin.php:
|
263 |
msgid "If you decide to buy something from Amazon click the button."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: ../class/avh-ec.admin.php:
|
267 |
msgid "You can send me something from my "
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: ../class/avh-ec.admin.php:
|
271 |
msgid "Amazon Wish List"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: ../class/avh-ec.admin.php:
|
275 |
msgid "Through Paypal."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: ../class/avh-ec.admin.php:
|
279 |
msgid "Click on the Donate button and you will be directed to Paypal where you can make your donation and you don't need to have a Paypal account to make a donation."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../class/avh-ec.admin.php:
|
283 |
msgid "What about support?"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../class/avh-ec.admin.php:
|
287 |
msgid "I created a support site at http://forums.avirtualhome.com where you can ask questions or request features."
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../class/avh-ec.admin.php:
|
291 |
msgid "What is depth selection?"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../class/avh-ec.admin.php:
|
295 |
msgid "Starting with version 2.0 and WordPress 2.8 you can select how many levels deep you want to show your categories. This option only works when you select Show Hierarchy as well."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../class/avh-ec.admin.php:
|
299 |
msgid "Here is how it works: Say you have 5 top level categories and each top level has a number of children. You could manually select all the Top Level categories you want to show but now you can do the following:"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ../class/avh-ec.admin.php:
|
303 |
msgid "You select to display all categories, select to Show hierarchy and select how many levels you want to show, in this case Toplevel only."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: ../class/avh-ec.admin.php:
|
307 |
msgid "Multiple Category Groups"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: ../class/avh-ec.admin.php:
|
311 |
msgid "The following is an explanation how assigning multiple groups to page/post works."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ../class/avh-ec.admin.php:
|
315 |
msgid "Lets say you have the following groups:"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: ../class/avh-ec.admin.php:
|
319 |
msgid "Free Time"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: ../class/avh-ec.admin.php:
|
323 |
msgid "Theater"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: ../class/avh-ec.admin.php:
|
327 |
msgid "Movie"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: ../class/avh-ec.admin.php:
|
331 |
msgid "Music"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../class/avh-ec.admin.php:
|
335 |
msgid "Setup several Category Group widgets and associated each widget with one or more groups."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: ../class/avh-ec.admin.php:
|
339 |
msgid "Widget 1 has association with Free Time"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../class/avh-ec.admin.php:
|
343 |
msgid "Widget 2 has association with Theater, Movie and Music"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: ../class/avh-ec.admin.php:
|
347 |
msgid "Widget 3 has association with Theater, Movie and Music"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: ../class/avh-ec.admin.php:
|
351 |
msgid "Page has associations the groups Free Time and Theater"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: ../class/avh-ec.admin.php:
|
355 |
-
#: ../class/avh-ec.admin.php:
|
356 |
msgid "Widget 1: Shows categories of the Free Time group"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: ../class/avh-ec.admin.php:
|
360 |
msgid "Widget 2: Shows categories of the Theater group."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: ../class/avh-ec.admin.php:
|
364 |
-
#: ../class/avh-ec.admin.php:
|
365 |
msgid "Widget 3: Not displayed"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../class/avh-ec.admin.php:
|
369 |
msgid "Page has associations the group Movie."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../class/avh-ec.admin.php:
|
373 |
msgid "Widget 1: Not displayed"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../class/avh-ec.admin.php:
|
377 |
msgid "Widget 2: Shows categories of the Movie group."
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: ../class/avh-ec.admin.php:
|
381 |
msgid "Page has associations the groups Free Time, Movie and Music"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: ../class/avh-ec.admin.php:
|
385 |
msgid "Widget 2: Shows categories of the Movie or Music group."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: ../class/avh-ec.admin.php:
|
389 |
msgid "Widget 3: Shows categories of the Music or Movie group."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: ../class/avh-ec.admin.php:
|
393 |
msgid "Whether Widget 2 shows Movie or Music depends on the creation order of groups. If Widget 2 shows Movie, Widget 3 will show Music but if Widget 2 shows Music, Widget 3 will show Movie."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: ../class/avh-ec.admin.php:
|
397 |
msgid "PHP4 Support"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: ../class/avh-ec.admin.php:
|
401 |
msgid "The next major release of the plugin will no longer support PHP4."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../class/avh-ec.admin.php:
|
405 |
msgid "It will be written for PHP 5.2 and "
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: ../class/avh-ec.admin.php:
|
409 |
msgid "your blog already runs the needed PHP version. When the new release comes out you can safely update."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../class/avh-ec.admin.php:
|
413 |
msgid "your blog still runs PHP4. When the new release comes out you can not use it."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: ../class/avh-ec.admin.php:
|
417 |
msgid "I don't have a timeline for the next version but consider contacting your host if PHP 5.2 is available."
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: ../class/avh-ec.admin.php:
|
421 |
msgid "If your hosts doesn't offer PHP 5.2 you might want to consider switching hosts."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: ../class/avh-ec.admin.php:
|
425 |
msgid "A host to consider is "
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../class/avh-ec.admin.php:
|
429 |
msgid "I run my personal blog there and I am very happy with their services. You can get an account with unlimited bandwidth, storage and much more for a low price."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: ../class/avh-ec.admin.php:
|
433 |
msgid "Settings"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: ../class/avh-ec.admin.php:
|
437 |
-
#: ../class/avh-ec.widgets.php:
|
438 |
-
#: ../class/avh-ec.widgets.php:
|
439 |
-
#: ../class/avh-ec.widgets.php:
|
440 |
msgid "Name"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: ../class/avh-ec.admin.php:
|
444 |
msgid "Widget Title"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../class/avh-ec.admin.php:
|
448 |
msgid "Description"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../class/avh-ec.admin.php:
|
452 |
msgid "Categories in the group"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../class/avh-ec.admin.php:
|
456 |
#, php-format
|
457 |
msgid "Your attempt to delete this group: “%s” has failed."
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: ../class/avh-ec.admin.php:
|
461 |
#, php-format
|
462 |
msgid "Edit “%s”"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: ../class/avh-ec.admin.php:
|
466 |
msgid "Edit"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../class/avh-ec.admin.php:
|
470 |
msgid "Delete"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: ../class/avh-ec.category-group.php:
|
474 |
msgid "Category Group"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: ../class/avh-ec.category-group.php:
|
478 |
msgid "Search Category Groups"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../class/avh-ec.category-group.php:
|
482 |
msgid "Popular Category Groups"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: ../class/avh-ec.category-group.php:
|
486 |
msgid "All Category Groups"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: ../class/avh-ec.category-group.php:
|
490 |
msgid "Parent Category Group"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: ../class/avh-ec.category-group.php:
|
494 |
msgid "Parent Category Group:"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../class/avh-ec.category-group.php:
|
498 |
msgid "Edit Category Group"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../class/avh-ec.category-group.php:
|
502 |
msgid "Update Category Group"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: ../class/avh-ec.category-group.php:
|
506 |
msgid "Add New Category Group"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../class/avh-ec.category-group.php:
|
510 |
msgid "New Category Group Name"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../class/avh-ec.category-group.php:
|
514 |
msgid "This group will not show the widget."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../class/avh-ec.category-group.php:
|
518 |
msgid "Holds all the categories."
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../class/avh-ec.category-group.php:
|
522 |
msgid "This group will be shown on the front page."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: ../class/avh-ec.core.php:
|
526 |
-
#: ../class/avh-ec.widgets.php:
|
527 |
-
#: ../class/avh-ec.widgets.php:
|
528 |
-
#: ../class/avh-ec.widgets.php:
|
529 |
msgid "Categories"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: ../class/avh-ec.core.php:
|
533 |
-
#: ../class/avh-ec.core.php:
|
534 |
msgid "No categories"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../class/avh-ec.core.php:
|
538 |
#, php-format
|
539 |
msgid "View all posts filed under %s"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: ../class/avh-ec.core.php:
|
543 |
#, php-format
|
544 |
msgid "Feed for all posts filed under %s"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: ../class/avh-ec.widgets.php:
|
548 |
msgid "An extended version of the default Categories widget."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: ../class/avh-ec.widgets.php:
|
552 |
msgid "AVH Extended Categories"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: ../class/avh-ec.widgets.php:
|
556 |
-
#: ../class/avh-ec.widgets.php:
|
557 |
-
#: ../class/avh-ec.widgets.php:
|
558 |
msgid "Select Category"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: ../class/avh-ec.widgets.php:
|
562 |
-
#: ../class/avh-ec.widgets.php:
|
563 |
-
#: ../class/avh-ec.widgets.php:
|
564 |
msgid "Title"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../class/avh-ec.widgets.php:
|
568 |
msgid "Show selected categories only"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: ../class/avh-ec.widgets.php:
|
572 |
-
#: ../class/avh-ec.widgets.php:
|
573 |
-
#: ../class/avh-ec.widgets.php:
|
574 |
msgid "Show post counts"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../class/avh-ec.widgets.php:
|
578 |
-
#: ../class/avh-ec.widgets.php:
|
579 |
msgid "Show hierarchy"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../class/avh-ec.widgets.php:
|
583 |
msgid "All Levels"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../class/avh-ec.widgets.php:
|
587 |
msgid "Toplevel only"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../class/avh-ec.widgets.php:
|
591 |
msgid "Child "
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../class/avh-ec.widgets.php:
|
595 |
msgid "How many levels to show"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../class/avh-ec.widgets.php:
|
599 |
-
#: ../class/avh-ec.widgets.php:
|
600 |
msgid "Hide empty categories"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../class/avh-ec.widgets.php:
|
604 |
-
#: ../class/avh-ec.widgets.php:
|
605 |
-
#: ../class/avh-ec.widgets.php:
|
606 |
msgid "Use description for title"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: ../class/avh-ec.widgets.php:
|
610 |
-
#: ../class/avh-ec.widgets.php:
|
611 |
-
#: ../class/avh-ec.widgets.php:
|
612 |
msgid "ID"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: ../class/avh-ec.widgets.php:
|
616 |
-
#: ../class/avh-ec.widgets.php:
|
617 |
-
#: ../class/avh-ec.widgets.php:
|
618 |
msgid "Count"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: ../class/avh-ec.widgets.php:
|
622 |
-
#: ../class/avh-ec.widgets.php:
|
623 |
-
#: ../class/avh-ec.widgets.php:
|
624 |
msgid "Slug"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../class/avh-ec.widgets.php:
|
628 |
-
#: ../class/avh-ec.widgets.php:
|
629 |
-
#: ../class/avh-ec.widgets.php:
|
630 |
msgid "Sort by"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: ../class/avh-ec.widgets.php:
|
634 |
-
#: ../class/avh-ec.widgets.php:
|
635 |
-
#: ../class/avh-ec.widgets.php:
|
636 |
msgid "Ascending"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../class/avh-ec.widgets.php:
|
640 |
-
#: ../class/avh-ec.widgets.php:
|
641 |
-
#: ../class/avh-ec.widgets.php:
|
642 |
msgid "Descending"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: ../class/avh-ec.widgets.php:
|
646 |
-
#: ../class/avh-ec.widgets.php:
|
647 |
-
#: ../class/avh-ec.widgets.php:
|
648 |
msgid "Sort order"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../class/avh-ec.widgets.php:
|
652 |
-
#: ../class/avh-ec.widgets.php:
|
653 |
-
#: ../class/avh-ec.widgets.php:
|
654 |
msgid "List"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: ../class/avh-ec.widgets.php:
|
658 |
-
#: ../class/avh-ec.widgets.php:
|
659 |
-
#: ../class/avh-ec.widgets.php:
|
660 |
msgid "Drop down"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../class/avh-ec.widgets.php:
|
664 |
-
#: ../class/avh-ec.widgets.php:
|
665 |
-
#: ../class/avh-ec.widgets.php:
|
666 |
msgid "Display style"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../class/avh-ec.widgets.php:
|
670 |
-
#: ../class/avh-ec.widgets.php:
|
671 |
-
#: ../class/avh-ec.widgets.php:
|
672 |
msgid "Show RSS Feed"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../class/avh-ec.widgets.php:
|
676 |
-
#: ../class/avh-ec.widgets.php:
|
677 |
-
#: ../class/avh-ec.widgets.php:
|
678 |
msgid "Path (URI) to RSS image"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: ../class/avh-ec.widgets.php:
|
682 |
msgid "Select categories"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: ../class/avh-ec.widgets.php:
|
686 |
msgid "All Categories"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: ../class/avh-ec.widgets.php:
|
690 |
msgid "Exclude the selected categories"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: ../class/avh-ec.widgets.php:
|
694 |
msgid "Shows the top categories."
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../class/avh-ec.widgets.php:
|
698 |
msgid "AVH Extended Categories: Top Categories"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: ../class/avh-ec.widgets.php:
|
702 |
msgid "How many categories to show"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: ../class/avh-ec.widgets.php:
|
706 |
msgid "Shows grouped categories."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: ../class/avh-ec.widgets.php:
|
710 |
msgid "AVH Extended Category: Category Group"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: ../class/avh-ec.widgets.php:
|
714 |
msgid "Select Groups"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../class/avh-ec.widgets.php:
|
718 |
msgid "Any Group"
|
719 |
msgstr ""
|
720 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AVH Extended Categories\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-03-10 09:35-0500\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Peter van der Does <peter@avirtualhome.com>\n"
|
8 |
"Language-Team: \n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
"X-Poedit-SearchPath-1: ..\n"
|
19 |
|
20 |
+
#: ../class/avh-ec.admin.php:182
|
21 |
+
#: ../class/avh-ec.admin.php:252
|
22 |
msgid "Overview"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: ../class/avh-ec.admin.php:183
|
26 |
+
#: ../class/avh-ec.admin.php:389
|
27 |
msgid "General Options"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../class/avh-ec.admin.php:184
|
31 |
+
#: ../class/avh-ec.admin.php:616
|
32 |
+
#: ../class/avh-ec.category-group.php:112
|
33 |
+
#: ../class/avh-ec.category-group.php:158
|
34 |
+
#: ../class/avh-ec.category-group.php:159
|
35 |
msgid "Category Groups"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../class/avh-ec.admin.php:185
|
39 |
+
#: ../class/avh-ec.admin.php:765
|
40 |
msgid "F.A.Q"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: ../class/avh-ec.admin.php:208
|
44 |
+
#: ../class/avh-ec.admin.php:434
|
45 |
msgid "Group Overview"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: ../class/avh-ec.admin.php:237
|
49 |
+
#: ../class/avh-ec.admin.php:750
|
50 |
msgid "Announcements"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../class/avh-ec.admin.php:238
|
54 |
+
#: ../class/avh-ec.admin.php:375
|
55 |
+
#: ../class/avh-ec.admin.php:751
|
56 |
msgid "Donations"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../class/avh-ec.admin.php:280
|
60 |
msgid "Options"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../class/avh-ec.admin.php:312
|
64 |
msgid "<em>Select Category</em> Alternative"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../class/avh-ec.admin.php:312
|
68 |
msgid "Alternative text for Select Category."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../class/avh-ec.admin.php:313
|
72 |
msgid "Select which group to show on the home page."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../class/avh-ec.admin.php:313
|
76 |
+
#: ../class/avh-ec.admin.php:314
|
77 |
+
#: ../class/avh-ec.admin.php:315
|
78 |
msgid "Selecting the group 'none' will not show the widget on the page."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: ../class/avh-ec.admin.php:314
|
82 |
msgid "Select which group to show when there is no group associated with the post."
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ../class/avh-ec.admin.php:315
|
86 |
msgid "Select which group will be the default group when editing a post."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: ../class/avh-ec.admin.php:349
|
90 |
msgid "Options saved"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../class/avh-ec.admin.php:405
|
94 |
msgid "Save Changes"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../class/avh-ec.admin.php:433
|
98 |
msgid "Add Group"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../class/avh-ec.admin.php:435
|
102 |
msgid "Special Pages"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../class/avh-ec.admin.php:466
|
106 |
+
#: ../class/avh-ec.admin.php:471
|
107 |
msgid " Group Name"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: ../class/avh-ec.admin.php:466
|
111 |
+
#: ../class/avh-ec.admin.php:471
|
112 |
msgid "The name is used to identify the group."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../class/avh-ec.admin.php:467
|
116 |
+
#: ../class/avh-ec.admin.php:472
|
117 |
msgid " Slug Group"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../class/avh-ec.admin.php:467
|
121 |
+
#: ../class/avh-ec.admin.php:472
|
122 |
msgid "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: ../class/avh-ec.admin.php:468
|
126 |
msgid " Widget Title,"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: ../class/avh-ec.admin.php:468
|
130 |
+
#: ../class/avh-ec.admin.php:473
|
131 |
msgid "When no title is given in the widget options, this will used as the title of the widget when this group is shown."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../class/avh-ec.admin.php:469
|
135 |
+
#: ../class/avh-ec.admin.php:474
|
136 |
msgid " Description"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../class/avh-ec.admin.php:469
|
140 |
+
#: ../class/avh-ec.admin.php:474
|
141 |
msgid "Description is not prominent by default."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../class/avh-ec.admin.php:473
|
145 |
msgid " Widget Title"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../class/avh-ec.admin.php:475
|
149 |
msgid " Categories"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../class/avh-ec.admin.php:475
|
153 |
msgid "Select categories to be included in the group."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../class/avh-ec.admin.php:491
|
157 |
msgid "Category group saved"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../class/avh-ec.admin.php:497
|
161 |
msgid "Category group conflicts with "
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../class/avh-ec.admin.php:498
|
165 |
msgid "Same slug is used. "
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../class/avh-ec.admin.php:520
|
169 |
msgid "Edit Group"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: ../class/avh-ec.admin.php:532
|
173 |
msgid "Cheatin’ uh?"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../class/avh-ec.admin.php:552
|
177 |
msgid "Category group updated"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../class/avh-ec.admin.php:556
|
181 |
msgid "Category group not updated"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../class/avh-ec.admin.php:557
|
185 |
msgid "Duplicate slug detected"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: ../class/avh-ec.admin.php:561
|
189 |
msgid "Unknown category group"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../class/avh-ec.admin.php:600
|
193 |
msgid "Home page"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: ../class/avh-ec.admin.php:600
|
197 |
+
#: ../class/avh-ec.admin.php:602
|
198 |
+
#: ../class/avh-ec.admin.php:603
|
199 |
+
#: ../class/avh-ec.admin.php:604
|
200 |
+
#: ../class/avh-ec.admin.php:605
|
201 |
+
#: ../class/avh-ec.admin.php:606
|
202 |
+
#, php-format
|
203 |
+
msgid "Select which category to show on the %s page."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: ../class/avh-ec.admin.php:600
|
207 |
+
msgid "home"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: ../class/avh-ec.admin.php:602
|
211 |
msgid "Daily Archive"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../class/avh-ec.admin.php:602
|
215 |
+
msgid "daily archive"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: ../class/avh-ec.admin.php:603
|
219 |
msgid "Monthly Archive"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../class/avh-ec.admin.php:603
|
223 |
+
msgid "monthly archive"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: ../class/avh-ec.admin.php:604
|
227 |
msgid "Yearly Archive"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../class/avh-ec.admin.php:604
|
231 |
+
msgid "yearly archive"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: ../class/avh-ec.admin.php:605
|
235 |
msgid "Author Archive"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: ../class/avh-ec.admin.php:605
|
239 |
+
msgid "author archive"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: ../class/avh-ec.admin.php:606
|
243 |
msgid "Search Page"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: ../class/avh-ec.admin.php:606
|
247 |
+
msgid "search"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: ../class/avh-ec.admin.php:649
|
251 |
msgid "Add group"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../class/avh-ec.admin.php:698
|
255 |
msgid "Update group"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: ../class/avh-ec.admin.php:711
|
259 |
msgid "Save settings"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../class/avh-ec.admin.php:722
|
263 |
msgid "F.A.Q."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../class/avh-ec.admin.php:723
|
267 |
msgid "Translation"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../class/avh-ec.admin.php:792
|
271 |
msgid "This plugin is translated in several languages. Some of the languages might be incomplete. Please help to complete these translations or add a new language."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: ../class/avh-ec.admin.php:793
|
275 |
msgid "You can visit "
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: ../class/avh-ec.admin.php:793
|
279 |
msgid "to help complete these translations or add a new language."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../class/avh-ec.admin.php:797
|
283 |
msgid "Available Languages"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../class/avh-ec.admin.php:812
|
287 |
msgid "More information about translating can found at http://codex.wordpress.org/Translating_WordPress . This page is dedicated for translating WordPress but the instructions are the same for this plugin."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../class/avh-ec.admin.php:824
|
291 |
msgid "If you enjoy this plug-in please consider a donation. There are several ways you can show your appreciation."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ../class/avh-ec.admin.php:829
|
295 |
msgid "If you decide to buy something from Amazon click the button."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../class/avh-ec.admin.php:834
|
299 |
msgid "You can send me something from my "
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../class/avh-ec.admin.php:834
|
303 |
msgid "Amazon Wish List"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../class/avh-ec.admin.php:838
|
307 |
msgid "Through Paypal."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../class/avh-ec.admin.php:839
|
311 |
msgid "Click on the Donate button and you will be directed to Paypal where you can make your donation and you don't need to have a Paypal account to make a donation."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../class/avh-ec.admin.php:853
|
315 |
msgid "What about support?"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../class/avh-ec.admin.php:854
|
319 |
msgid "I created a support site at http://forums.avirtualhome.com where you can ask questions or request features."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../class/avh-ec.admin.php:858
|
323 |
msgid "What is depth selection?"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: ../class/avh-ec.admin.php:859
|
327 |
msgid "Starting with version 2.0 and WordPress 2.8 you can select how many levels deep you want to show your categories. This option only works when you select Show Hierarchy as well."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: ../class/avh-ec.admin.php:860
|
331 |
msgid "Here is how it works: Say you have 5 top level categories and each top level has a number of children. You could manually select all the Top Level categories you want to show but now you can do the following:"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../class/avh-ec.admin.php:861
|
335 |
msgid "You select to display all categories, select to Show hierarchy and select how many levels you want to show, in this case Toplevel only."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../class/avh-ec.admin.php:865
|
339 |
msgid "Multiple Category Groups"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../class/avh-ec.admin.php:866
|
343 |
msgid "The following is an explanation how assigning multiple groups to page/post works."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../class/avh-ec.admin.php:867
|
347 |
msgid "Lets say you have the following groups:"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../class/avh-ec.admin.php:869
|
351 |
msgid "Free Time"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../class/avh-ec.admin.php:870
|
355 |
msgid "Theater"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../class/avh-ec.admin.php:871
|
359 |
msgid "Movie"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../class/avh-ec.admin.php:872
|
363 |
msgid "Music"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../class/avh-ec.admin.php:874
|
367 |
msgid "Setup several Category Group widgets and associated each widget with one or more groups."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: ../class/avh-ec.admin.php:875
|
371 |
msgid "Widget 1 has association with Free Time"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: ../class/avh-ec.admin.php:876
|
375 |
msgid "Widget 2 has association with Theater, Movie and Music"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: ../class/avh-ec.admin.php:877
|
379 |
msgid "Widget 3 has association with Theater, Movie and Music"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: ../class/avh-ec.admin.php:878
|
383 |
msgid "Page has associations the groups Free Time and Theater"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: ../class/avh-ec.admin.php:880
|
387 |
+
#: ../class/avh-ec.admin.php:892
|
388 |
msgid "Widget 1: Shows categories of the Free Time group"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../class/avh-ec.admin.php:881
|
392 |
msgid "Widget 2: Shows categories of the Theater group."
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../class/avh-ec.admin.php:882
|
396 |
+
#: ../class/avh-ec.admin.php:888
|
397 |
msgid "Widget 3: Not displayed"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: ../class/avh-ec.admin.php:884
|
401 |
msgid "Page has associations the group Movie."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: ../class/avh-ec.admin.php:886
|
405 |
msgid "Widget 1: Not displayed"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: ../class/avh-ec.admin.php:887
|
409 |
msgid "Widget 2: Shows categories of the Movie group."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: ../class/avh-ec.admin.php:890
|
413 |
msgid "Page has associations the groups Free Time, Movie and Music"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: ../class/avh-ec.admin.php:893
|
417 |
msgid "Widget 2: Shows categories of the Movie or Music group."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: ../class/avh-ec.admin.php:894
|
421 |
msgid "Widget 3: Shows categories of the Music or Movie group."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../class/avh-ec.admin.php:896
|
425 |
msgid "Whether Widget 2 shows Movie or Music depends on the creation order of groups. If Widget 2 shows Movie, Widget 3 will show Music but if Widget 2 shows Music, Widget 3 will show Movie."
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: ../class/avh-ec.admin.php:904
|
429 |
msgid "PHP4 Support"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: ../class/avh-ec.admin.php:905
|
433 |
msgid "The next major release of the plugin will no longer support PHP4."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../class/avh-ec.admin.php:906
|
437 |
msgid "It will be written for PHP 5.2 and "
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: ../class/avh-ec.admin.php:908
|
441 |
msgid "your blog already runs the needed PHP version. When the new release comes out you can safely update."
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: ../class/avh-ec.admin.php:910
|
445 |
msgid "your blog still runs PHP4. When the new release comes out you can not use it."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../class/avh-ec.admin.php:911
|
449 |
msgid "I don't have a timeline for the next version but consider contacting your host if PHP 5.2 is available."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../class/avh-ec.admin.php:912
|
453 |
msgid "If your hosts doesn't offer PHP 5.2 you might want to consider switching hosts."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../class/avh-ec.admin.php:913
|
457 |
msgid "A host to consider is "
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../class/avh-ec.admin.php:914
|
461 |
msgid "I run my personal blog there and I am very happy with their services. You can get an account with unlimited bandwidth, storage and much more for a low price."
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../class/avh-ec.admin.php:956
|
465 |
msgid "Settings"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: ../class/avh-ec.admin.php:971
|
469 |
+
#: ../class/avh-ec.widgets.php:217
|
470 |
+
#: ../class/avh-ec.widgets.php:482
|
471 |
+
#: ../class/avh-ec.widgets.php:780
|
472 |
msgid "Name"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: ../class/avh-ec.admin.php:971
|
476 |
msgid "Widget Title"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: ../class/avh-ec.admin.php:971
|
480 |
msgid "Description"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: ../class/avh-ec.admin.php:971
|
484 |
msgid "Categories in the group"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../class/avh-ec.admin.php:988
|
488 |
#, php-format
|
489 |
msgid "Your attempt to delete this group: “%s” has failed."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: ../class/avh-ec.admin.php:1050
|
493 |
#, php-format
|
494 |
msgid "Edit “%s”"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: ../class/avh-ec.admin.php:1052
|
498 |
msgid "Edit"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: ../class/avh-ec.admin.php:1057
|
502 |
msgid "Delete"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: ../class/avh-ec.category-group.php:112
|
506 |
msgid "Category Group"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: ../class/avh-ec.category-group.php:112
|
510 |
msgid "Search Category Groups"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: ../class/avh-ec.category-group.php:112
|
514 |
msgid "Popular Category Groups"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: ../class/avh-ec.category-group.php:112
|
518 |
msgid "All Category Groups"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: ../class/avh-ec.category-group.php:112
|
522 |
msgid "Parent Category Group"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: ../class/avh-ec.category-group.php:112
|
526 |
msgid "Parent Category Group:"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: ../class/avh-ec.category-group.php:112
|
530 |
msgid "Edit Category Group"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: ../class/avh-ec.category-group.php:112
|
534 |
msgid "Update Category Group"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../class/avh-ec.category-group.php:112
|
538 |
msgid "Add New Category Group"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../class/avh-ec.category-group.php:112
|
542 |
msgid "New Category Group Name"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../class/avh-ec.category-group.php:127
|
546 |
msgid "This group will not show the widget."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: ../class/avh-ec.category-group.php:128
|
550 |
msgid "Holds all the categories."
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: ../class/avh-ec.category-group.php:129
|
554 |
msgid "This group will be shown on the front page."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../class/avh-ec.core.php:382
|
558 |
+
#: ../class/avh-ec.widgets.php:81
|
559 |
+
#: ../class/avh-ec.widgets.php:359
|
560 |
+
#: ../class/avh-ec.widgets.php:660
|
561 |
msgid "Categories"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: ../class/avh-ec.core.php:413
|
565 |
+
#: ../class/avh-ec.core.php:415
|
566 |
msgid "No categories"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: ../class/avh-ec.core.php:625
|
570 |
#, php-format
|
571 |
msgid "View all posts filed under %s"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../class/avh-ec.core.php:640
|
575 |
#, php-format
|
576 |
msgid "Feed for all posts filed under %s"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../class/avh-ec.widgets.php:29
|
580 |
msgid "An extended version of the default Categories widget."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../class/avh-ec.widgets.php:30
|
584 |
msgid "AVH Extended Categories"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: ../class/avh-ec.widgets.php:103
|
588 |
+
#: ../class/avh-ec.widgets.php:382
|
589 |
+
#: ../class/avh-ec.widgets.php:669
|
590 |
msgid "Select Category"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../class/avh-ec.widgets.php:193
|
594 |
+
#: ../class/avh-ec.widgets.php:466
|
595 |
+
#: ../class/avh-ec.widgets.php:764
|
596 |
msgid "Title"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: ../class/avh-ec.widgets.php:197
|
600 |
msgid "Show selected categories only"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: ../class/avh-ec.widgets.php:199
|
604 |
+
#: ../class/avh-ec.widgets.php:474
|
605 |
+
#: ../class/avh-ec.widgets.php:769
|
606 |
msgid "Show post counts"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: ../class/avh-ec.widgets.php:201
|
610 |
+
#: ../class/avh-ec.widgets.php:771
|
611 |
msgid "Show hierarchy"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../class/avh-ec.widgets.php:203
|
615 |
msgid "All Levels"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../class/avh-ec.widgets.php:203
|
619 |
msgid "Toplevel only"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../class/avh-ec.widgets.php:205
|
623 |
msgid "Child "
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../class/avh-ec.widgets.php:207
|
627 |
msgid "How many levels to show"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../class/avh-ec.widgets.php:210
|
631 |
+
#: ../class/avh-ec.widgets.php:773
|
632 |
msgid "Hide empty categories"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: ../class/avh-ec.widgets.php:212
|
636 |
+
#: ../class/avh-ec.widgets.php:477
|
637 |
+
#: ../class/avh-ec.widgets.php:775
|
638 |
msgid "Use description for title"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: ../class/avh-ec.widgets.php:216
|
642 |
+
#: ../class/avh-ec.widgets.php:481
|
643 |
+
#: ../class/avh-ec.widgets.php:779
|
644 |
msgid "ID"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: ../class/avh-ec.widgets.php:218
|
648 |
+
#: ../class/avh-ec.widgets.php:483
|
649 |
+
#: ../class/avh-ec.widgets.php:781
|
650 |
msgid "Count"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: ../class/avh-ec.widgets.php:219
|
654 |
+
#: ../class/avh-ec.widgets.php:484
|
655 |
+
#: ../class/avh-ec.widgets.php:782
|
656 |
msgid "Slug"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: ../class/avh-ec.widgets.php:220
|
660 |
+
#: ../class/avh-ec.widgets.php:485
|
661 |
+
#: ../class/avh-ec.widgets.php:783
|
662 |
msgid "Sort by"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../class/avh-ec.widgets.php:223
|
666 |
+
#: ../class/avh-ec.widgets.php:488
|
667 |
+
#: ../class/avh-ec.widgets.php:786
|
668 |
msgid "Ascending"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: ../class/avh-ec.widgets.php:224
|
672 |
+
#: ../class/avh-ec.widgets.php:489
|
673 |
+
#: ../class/avh-ec.widgets.php:787
|
674 |
msgid "Descending"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: ../class/avh-ec.widgets.php:225
|
678 |
+
#: ../class/avh-ec.widgets.php:490
|
679 |
+
#: ../class/avh-ec.widgets.php:788
|
680 |
msgid "Sort order"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../class/avh-ec.widgets.php:228
|
684 |
+
#: ../class/avh-ec.widgets.php:493
|
685 |
+
#: ../class/avh-ec.widgets.php:791
|
686 |
msgid "List"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: ../class/avh-ec.widgets.php:229
|
690 |
+
#: ../class/avh-ec.widgets.php:494
|
691 |
+
#: ../class/avh-ec.widgets.php:792
|
692 |
msgid "Drop down"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: ../class/avh-ec.widgets.php:230
|
696 |
+
#: ../class/avh-ec.widgets.php:495
|
697 |
+
#: ../class/avh-ec.widgets.php:793
|
698 |
msgid "Display style"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../class/avh-ec.widgets.php:236
|
702 |
+
#: ../class/avh-ec.widgets.php:501
|
703 |
+
#: ../class/avh-ec.widgets.php:799
|
704 |
msgid "Show RSS Feed"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../class/avh-ec.widgets.php:238
|
708 |
+
#: ../class/avh-ec.widgets.php:503
|
709 |
+
#: ../class/avh-ec.widgets.php:801
|
710 |
msgid "Path (URI) to RSS image"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: ../class/avh-ec.widgets.php:243
|
714 |
msgid "Select categories"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: ../class/avh-ec.widgets.php:248
|
718 |
msgid "All Categories"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: ../class/avh-ec.widgets.php:258
|
722 |
msgid "Exclude the selected categories"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: ../class/avh-ec.widgets.php:329
|
726 |
msgid "Shows the top categories."
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: ../class/avh-ec.widgets.php:330
|
730 |
msgid "AVH Extended Categories: Top Categories"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: ../class/avh-ec.widgets.php:470
|
734 |
msgid "How many categories to show"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: ../class/avh-ec.widgets.php:538
|
738 |
msgid "Shows grouped categories."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../class/avh-ec.widgets.php:539
|
742 |
msgid "AVH Extended Category: Category Group"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../class/avh-ec.widgets.php:805
|
746 |
msgid "Select Groups"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: ../class/avh-ec.widgets.php:810
|
750 |
msgid "Any Group"
|
751 |
msgstr ""
|
752 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://blog.avirtualhome.com/wordpress-plugins/
|
|
4 |
Tags: extended, categories, widget, top categories
|
5 |
Requires at least: 2.3
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
The AVH Extended Categories Widgets gives you three widgets for displaying categories.
|
10 |
== Description ==
|
@@ -63,6 +63,7 @@ Translations:
|
|
63 |
|
64 |
* Czech - Čeština (cs_CZ)
|
65 |
* Dutch - Nederlands (nl_NL)
|
|
|
66 |
* Greek (el)
|
67 |
* Indonesian - Bahasa Indonesia (id_ID)
|
68 |
* Italian - Italiano (it_IT)
|
@@ -133,6 +134,11 @@ Whether Widget 2 shows Movie or Music depends on the creation order of groups. I
|
|
133 |
None
|
134 |
|
135 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
136 |
= Version 3.3.5 =
|
137 |
* Bugfix: Category Groups would be created every time you saved a post.
|
138 |
|
4 |
Tags: extended, categories, widget, top categories
|
5 |
Requires at least: 2.3
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 3.4
|
8 |
|
9 |
The AVH Extended Categories Widgets gives you three widgets for displaying categories.
|
10 |
== Description ==
|
63 |
|
64 |
* Czech - Čeština (cs_CZ)
|
65 |
* Dutch - Nederlands (nl_NL)
|
66 |
+
* German - Deutsch (de_DE)
|
67 |
* Greek (el)
|
68 |
* Indonesian - Bahasa Indonesia (id_ID)
|
69 |
* Italian - Italiano (it_IT)
|
134 |
None
|
135 |
|
136 |
== Changelog ==
|
137 |
+
= Version 3.4 =
|
138 |
+
* RFC: Category Groups can be associated with categories. This enables the plugin to display the Category Group Widget for that category group on the category archive page.
|
139 |
+
* Bugfix: In combination with WP Supercache an error can occur.
|
140 |
+
* Bugfix: An error occurs if there are no categories present in WordPress.
|
141 |
+
|
142 |
= Version 3.3.5 =
|
143 |
* Bugfix: Category Groups would be created every time you saved a post.
|
144 |
|
widget-pre2.8.php
CHANGED
@@ -9,7 +9,7 @@ function widget_extended_categories_init ()
|
|
9 |
|
10 |
function widget_extended_categories ($args, $number = 1)
|
11 |
{
|
12 |
-
$version = '3.
|
13 |
// Check for version
|
14 |
require (ABSPATH . WPINC . '/version.php');
|
15 |
if (version_compare($wp_version, '2.5.1', '<')) {
|
9 |
|
10 |
function widget_extended_categories ($args, $number = 1)
|
11 |
{
|
12 |
+
$version = '3.4';
|
13 |
// Check for version
|
14 |
require (ABSPATH . WPINC . '/version.php');
|
15 |
if (version_compare($wp_version, '2.5.1', '<')) {
|
widget_extended_categories.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: AVH Extended Categories Widgets
|
4 |
Plugin URI: http://blog.avirtualhome.com/wordpress-plugins
|
5 |
Description: Replacement of the category widget to allow for greater customization of the category widget.
|
6 |
-
Version: 3.
|
7 |
Author: Peter van der Does
|
8 |
Author URI: http://blog.avirtualhome.com/
|
9 |
|
@@ -27,13 +27,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
27 |
// Include WordPress version
|
28 |
require (ABSPATH . WPINC . '/version.php');
|
29 |
|
30 |
-
|
|
|
31 |
|
32 |
-
$pluginname = plugin_basename(trim($plugin));
|
33 |
-
$dir = current(explode('/', $pluginname));
|
34 |
|
35 |
define('AVHEC_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . $dir);
|
36 |
-
define('AVHEC_PLUGIN_NAME', $
|
37 |
|
38 |
if ((float) $wp_version >= 2.8) {
|
39 |
define('AVHEC_PLUGIN_URL', WP_PLUGIN_URL . '/' . $dir . '/2.8');
|
@@ -44,4 +43,4 @@ if ((float) $wp_version >= 2.8) {
|
|
44 |
} else {
|
45 |
require_once 'widget-pre2.8.php';
|
46 |
}
|
47 |
-
?>
|
3 |
Plugin Name: AVH Extended Categories Widgets
|
4 |
Plugin URI: http://blog.avirtualhome.com/wordpress-plugins
|
5 |
Description: Replacement of the category widget to allow for greater customization of the category widget.
|
6 |
+
Version: 3.4
|
7 |
Author: Peter van der Does
|
8 |
Author URI: http://blog.avirtualhome.com/
|
9 |
|
27 |
// Include WordPress version
|
28 |
require (ABSPATH . WPINC . '/version.php');
|
29 |
|
30 |
+
$_basename = plugin_basename(__FILE__);
|
31 |
+
$dir = current(explode('/', $_basename));
|
32 |
|
|
|
|
|
33 |
|
34 |
define('AVHEC_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . $dir);
|
35 |
+
define('AVHEC_PLUGIN_NAME', $_basename);
|
36 |
|
37 |
if ((float) $wp_version >= 2.8) {
|
38 |
define('AVHEC_PLUGIN_URL', WP_PLUGIN_URL . '/' . $dir . '/2.8');
|
43 |
} else {
|
44 |
require_once 'widget-pre2.8.php';
|
45 |
}
|
46 |
+
?>
|