Changeset 2882
- Timestamp:
- 01/16/11 15:29:29 (12 years ago)
- Location:
- plugins/annuaire
- Files:
-
- 2 added
- 6 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/annuaire/_admin.php
r2854 r2882 48 48 } 49 49 50 $core->blog->settings->setNamespace('annuaire'); 51 $selected = $core->blog->settings->category; 50 $selected = $core->blog->settings->annuaire->category; 52 51 53 52 … … 67 66 global $core; 68 67 69 $core->blog->settings->setNamespace('annuaire'); 70 $core->blog->settings->put('category', $_POST['category'], 'integer'); 68 $core->blog->settings->annuaire->put('category', $_POST['category'], 'integer'); 71 69 $core->blog->triggerBlog(); 72 70 } -
plugins/annuaire/_define.php
r2854 r2882 15 15 /* Description*/ "Un annuaire des blogs avec categories", 16 16 /* Author */ "kemar", 17 /* Version */ ' 2.0 alpha',17 /* Version */ '1.1', 18 18 /* Permissions */ null 19 19 ); -
plugins/annuaire/locales/fr/main.lang.php
r2838 r2882 1 1 <?php 2 // French translation of Annuaire, a plugin for dotclear 3 // This file is generated by LangOmatic, a plugin for Dotclear 2 // Language: Français 3 // Module: annuaire - 1.1 4 // Date: 2011-01-16 14:24:04 5 // Translated with dcTranslater - 1.5 4 6 5 # _admin.php:336 # index.php:77 # index.php:1058 $GLOBALS['__l10n']['Directory'] ='Annuaire';7 #_admin.php:23 8 #index.php:14 9 #index.php:112 10 $GLOBALS['__l10n']['Directory'] = 'Annuaire'; 9 11 10 # _admin.php:5011 $GLOBALS['__l10n']['none'] ='aucune';12 #_admin.php:44 13 $GLOBALS['__l10n']['none'] = 'aucune'; 12 14 13 # _admin.php:6114 $GLOBALS['__l10n']['Blog category'] ='Catégorie du blog';15 #_admin.php:53 16 $GLOBALS['__l10n']['Blog category'] = 'Catégorie du blog'; 15 17 16 # _admin.php:6317 $GLOBALS['__l10n']['Category of this blog:'] ='Catégorie de ce blog';18 #_admin.php:55 19 $GLOBALS['__l10n']['Category of this blog:'] = 'Catégorie de ce blog'; 18 20 19 # _admin.php:8720 # _admin.php:8921 $GLOBALS['__l10n']['Directory (categories list)'] ='Annuaire (liste des catégories)';21 #_admin.php:78 22 #_admin.php:80 23 $GLOBALS['__l10n']['Directory (categories list)'] = 'Annuaire (liste des catégories)'; 22 24 23 # class.annuaire.admin.php:95 24 # class.annuaire.widgets.php:38 25 $GLOBALS['__l10n']['No categories']='Pas de catégories'; 25 #inc/class.annuaire.admin.php:139 26 $GLOBALS['__l10n']['Remove selected'] = 'Supprimer la sélection'; 26 27 27 # class.annuaire.admin.php:14828 # class.annuaire.admin.php:18329 $GLOBALS['__l10n']['Back to categories list'] ='Retour à la liste des catégories';28 #inc/class.annuaire.admin.php:158 29 #inc/class.annuaire.admin.php:193 30 $GLOBALS['__l10n']['Back to categories list'] = 'Retour à la liste des catégories'; 30 31 31 # index.php:2732 $GLOBALS['__l10n'][' No category deleted']='Pas de catégorie supprimée';32 #inc/class.annuaire.admin.php:207 33 $GLOBALS['__l10n']['Update'] = 'Mettre à jour'; 33 34 34 # index.php:2935 $GLOBALS['__l10n'][' Category(s) successfully deleted']='Catégorie(s) supprimée(s) avec succès';35 #inc/class.annuaire.tpl.php:45 36 $GLOBALS['__l10n']['No categories in directory'] = 'Aucune catéogrie dans l\'annuaire'; 36 37 37 # index.php:6838 $GLOBALS['__l10n'][' Category updated']='Catégorie mise à jour';38 #index.php:34 39 $GLOBALS['__l10n']['No category deleted'] = 'Pas de catégorie supprimée'; 39 40 40 # index.php:7041 $GLOBALS['__l10n']['Category not updated']='Catégorie non mise à jour';41 #index.php:36 42 $GLOBALS['__l10n']['Category(s) successfully deleted'] = 'Catégorie(s) supprimée(s) avec succès'; 42 43 43 # index.php:8644 $GLOBALS['__l10n'][' Category created']='Catégorie crée';44 #index.php:46 45 $GLOBALS['__l10n']['Sucessfull install'] = 'Installation terminée avec succès'; 45 46 46 # index.php:8847 $GLOBALS['__l10n'][' Category not created']='Catégorie non crée';47 #index.php:48 48 $GLOBALS['__l10n']['Error install'] = 'Echec de l\'installation'; 48 49 49 # index.php:12150 $GLOBALS['__l10n'][' Add category']='Ajouter une catégorie';50 #index.php:75 51 $GLOBALS['__l10n']['Category updated'] = 'Catégorie mise à jour'; 51 52 52 $GLOBALS['__l10n']['Blogs categories']='Catégories des blogs'; 53 #index.php:77 54 $GLOBALS['__l10n']['Category not updated'] = 'Catégorie non mise à jour'; 55 56 #index.php:93 57 $GLOBALS['__l10n']['Category created'] = 'Catégorie crée'; 58 59 #index.php:95 60 $GLOBALS['__l10n']['Category not created'] = 'Catégorie non crée'; 61 62 #index.php:119 63 $GLOBALS['__l10n']['Install'] = 'Installation'; 64 65 #index.php:128 66 $GLOBALS['__l10n']['Add category'] = 'Ajouter une catégorie'; 67 68 $GLOBALS['__l10n']['Blogs categories'] = 'Catégories des blogs'; 53 69 54 70 ?> -
plugins/annuaire/locales/fr/main.po
r2838 r2882 1 # French translation of Annuaire, a plugin for dotclear 2 # This file is generated by LangOmatic, a plugin for Dotclear 1 # Language: Français 2 # Module: annuaire - 1.1 3 # Date: 2011-01-16 14:24:04 4 # Translated with translater 1.5 3 5 4 6 msgid "" 5 msgstr "Content-Type: text/plain; charset=UTF-8\n" 7 msgstr "" 8 "Content-Type: text/plain; charset=UTF-8\n" 9 "Project-Id-Version: annuaire 1.1\n" 10 "POT-Creation-Date: \n" 11 "PO-Revision-Date: 2011-01-16T14:24:04+00:00\n" 12 "Last-Translator: MArc Vachette\n" 13 "Language-Team: \n" 14 "MIME-Version: 1.0\n" 15 "Content-Transfer-Encoding: 8bit\n" 6 16 7 #: _admin.php: 338 #: index.php: 79 #: index.php:1 0517 #: _admin.php:23 18 #: index.php:14 19 #: index.php:112 10 20 msgid "Directory" 11 21 msgstr "Annuaire" 12 22 13 #: _admin.php: 5023 #: _admin.php:44 14 24 msgid "none" 15 25 msgstr "aucune" 16 26 17 #: _admin.php: 6127 #: _admin.php:53 18 28 msgid "Blog category" 19 29 msgstr "Catégorie du blog" 20 30 21 #: _admin.php: 6331 #: _admin.php:55 22 32 msgid "Category of this blog:" 23 33 msgstr "Catégorie de ce blog" 24 34 25 #: _admin.php: 8726 #: _admin.php:8 935 #: _admin.php:78 36 #: _admin.php:80 27 37 msgid "Directory (categories list)" 28 38 msgstr "Annuaire (liste des catégories)" 29 39 30 #: class.annuaire.admin.php:95 31 #: class.annuaire.widgets.php:38 32 msgid "No categories" 33 msgstr "Pas de catégories" 40 #: inc/class.annuaire.admin.php:139 41 msgid "Remove selected" 42 msgstr "Supprimer la sélection" 34 43 35 #: class.annuaire.admin.php:14836 #: class.annuaire.admin.php:18344 #: inc/class.annuaire.admin.php:158 45 #: inc/class.annuaire.admin.php:193 37 46 msgid "Back to categories list" 38 47 msgstr "Retour à la liste des catégories" 39 48 40 #: index.php:27 49 #: inc/class.annuaire.admin.php:207 50 msgid "Update" 51 msgstr "Mettre à jour" 52 53 #: inc/class.annuaire.tpl.php:45 54 msgid "No categories in directory" 55 msgstr "Aucune catéogrie dans l'annuaire" 56 57 #: index.php:34 41 58 msgid "No category deleted" 42 59 msgstr "Pas de catégorie supprimée" 43 60 44 #: index.php: 2961 #: index.php:36 45 62 msgid "Category(s) successfully deleted" 46 63 msgstr "Catégorie(s) supprimée(s) avec succès" 47 64 48 #: index.php:68 65 #: index.php:46 66 msgid "Sucessfull install" 67 msgstr "Installation terminée avec succès" 68 69 #: index.php:48 70 msgid "Error install" 71 msgstr "Echec de l'installation" 72 73 #: index.php:75 49 74 msgid "Category updated" 50 75 msgstr "Catégorie mise à jour" 51 76 52 #: index.php:7 077 #: index.php:77 53 78 msgid "Category not updated" 54 79 msgstr "Catégorie non mise à jour" 55 80 56 #: index.php: 8681 #: index.php:93 57 82 msgid "Category created" 58 83 msgstr "Catégorie crée" 59 84 60 #: index.php: 8885 #: index.php:95 61 86 msgid "Category not created" 62 87 msgstr "Catégorie non crée" 63 88 64 #: index.php:121 89 #: index.php:119 90 msgid "Install" 91 msgstr "Installation" 92 93 #: index.php:128 65 94 msgid "Add category" 66 95 msgstr "Ajouter une catégorie" … … 68 97 msgid "Blogs categories" 69 98 msgstr "Catégories des blogs" 99
Note: See TracChangeset
for help on using the changeset viewer.