Changeset 2409:9c32db5a12cb
- Timestamp:
- 10/09/13 17:12:51 (12 years ago)
- Branch:
- widgets
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/main.po
r2404 r2409 569 569 msgstr "" 570 570 571 msgid "List of categories" 572 msgstr "" 573 571 574 msgid "Blog has been successfully deleted." 572 575 msgstr "" -
locales/fr/main.po
r2406 r2409 572 572 msgstr "Liste des blogs" 573 573 574 msgid "List of categories" 575 msgstr "Liste des catégories" 576 574 577 msgid "Blog has been successfully deleted." 575 578 msgstr "Blog supprimé avec succès." -
plugins/widgets/_default_widgets.php
r2402 r2409 47 47 $__widgets->langs->advanced_setting('class',__('CSS class:'),''); 48 48 49 $__widgets->create('categories',__(' Categories'),array('defaultWidgets','categories'),null,'List of categories');49 $__widgets->create('categories',__('List of categories'),array('defaultWidgets','categories'),null,'List of categories'); 50 50 $__widgets->categories->setting('title',__('Title (optional)').' :',__('Categories')); 51 51 $__widgets->categories->setting('postcount',__('With entries counts'),0,'check');
Note: See TracChangeset
for help on using the changeset viewer.