- Author: gilles69
- Date: 2006-05-25 14:10:53 -0400 (Thu, 25 May 2006)
- New Revision: 220
- Modified:
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/adminapi.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/searchapi.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/user.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/userapi.php
- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/version.php
- Log:
- suite...
- sur les blocs et cat?\195?\169gories
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -37,7 +37,7 @@
- define('_BLOCKLOADFAILED','Echec de chargement du bloc.');
- define('_BLOCKLOWER','Bloc déplacé vers le bas.');
- define('_BLOCKS','Blocs');
- -define('_BLOCKSCONFIG','Activer les icônes de réduction des blocs ?');
- +define('_BLOCKSCONFIG','Configuration des blocs');
- define('_BLOCKSFOURHOURS','Quatre heures');
- define('_BLOCKSHALFHOUR','Une demi-heure');
- define('_BLOCKSHOUR','Une heure');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -35,7 +35,7 @@
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- -define('_BLOCKMOD_NAME', 'Administration des Blocs');
- +define('_BLOCKMOD_NAME', 'Blocs');
- define('_BLOCKMOD_DISPLAYNAME', 'Administration des Blocs');
- define('_BLOCKMOD_DESCRIPTION', 'Administration Des Blocs du site');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/admin.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/admin.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -34,63 +34,63 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- -if (!defined('_CATEGORIES')) {
- - define('_CATEGORIES', 'Categories');
- +if (!defined('_CATEGORIES_')) {
- + define('_CATEGORIES_', 'Categories');
- }
- define('_CATCOULDNOTUPDATE', 'Erreur ! Désolé ! La catégorie n\'a pas pu être mise à jour');
- -define('_CATEGORIESCREATED', 'La catégorie a été créée');
- -define('_CATEGORIESDELETE', 'Effacer la catégorie');
- -define('_CATEGORIESDELETED', 'La catégorie a été effacée');
- -define('_CATEGORIESGETFAILED', 'Erreur ! Désolé ! La catégorie n\'a pas été trouvée');//TO CHECK Failed to retrieve any categories
- -define('_CATEGORIESGLOBALMARKED', 'Note: site-wide categories are marked with *');
- -define('_CATEGORIESITEMUPDATED', 'Objet mis à jour avec nouvelle catégorie');
- -define('_CATEGORIESMAKECHILD', 'Faire une sous-catégorie');//TO CHECK Make child
- -define('_CATEGORIESMODIFYCONFIG', 'Modifier la catégorie');
- -define('_CATEGORIESNOSUCHCAT', 'Pas de catégorie de ce nom');
- -define('_CATEGORIESNEW', 'Nouvelle catégorie');
- -define('_CATEGORIESNODEADDWHERE', 'SVP, selectionnez la catégorie dans laquelle cette sous-catégorie doit être ajoutée');//TO CHECK Please select the category under which you want this category tree to be added
- -define('_CATEGORIESNODETOADD', 'Vous avez choisi d\'ajouter la sous-catégorie suivante');//TO CHECK You have selected the following category tree to add
- -define('_CATEGORIESNOLONGERRELATED', 'Relation entre catégories supprimée');
- -define('_CATEGORIESRELATED', 'Relation entre catégories créée');
- -define('_CATEGORIESSELECTVIEW', 'Sélection de la catégorie pour l\'objet');
- -define('_CATEGORIESUPDATED', 'Catégorie mise à jour');
- -define('_CATEGORIESUPDATESELECTION', 'Mettre à jour l\'objet avec les catégories sélectionnées');
- -define('_CATEGORIESVIEWTREE', 'Voir la hiérarchie des catégories');
- -define('_CATEGORIESWILLBEGLOBAL', 'Cette catégorie sera disponible pour tous les modules');
- -define('_CATEGORIESWILLBELOCAL', 'Cette catégorie sera disponible pour ce module uniquement');
- -define('_CATEGORIESADDCAT', 'Ajouter une catégorie');
- -define('_CATEGORIESDESCRIPTION', 'Description');
- -define('_CATEGORIESIMAGE', 'Image');
- -define('_CATEGORIESNAME', 'Nom');
- -define('_CATEGORIESADD', 'Ajouter');
- -define('_CATEGORIESEDITCAT', 'Editer la categorie');
- -define('_CATEGORIESUPDATE', 'Mettre à jour');
- -define('_CATEGORIESADMINVIEW', 'Voir les categories');
- -define('_CATEGORIESOPTIONS', 'Options');
- -define('_CATEGORIESABOVEORBELOW', 'Au-dessous ou en-dessous :');
- -define('_CATEGORIESINSIDEOROUTSIDE', 'Child or sibling:');//TODO
- -define('_CATEGORIESBELOW', 'En-dessous');
- -define('_CATEGORIESABOVE', 'Au-dessus');
- -define('_CATEGORIESINSIDE', 'Child');//TODO
- -define('_CATEGORIESOUTSIDE', 'Sibling');//TODO
- +define('_CATEGORIES__CREATED', 'La catégorie a été créée');
- +define('_CATEGORIES_DELETE', 'Effacer la catégorie');
- +define('_CATEGORIES_DELETED', 'La catégorie a été effacée');
- +define('_CATEGORIES_GETFAILED', 'Erreur ! Désolé ! La catégorie n\'a pas été trouvée');//TO CHECK Failed to retrieve any categories
- +define('_CATEGORIES_GLOBALMARKED', 'Note: site-wide categories are marked with *');
- +define('_CATEGORIES_ITEMUPDATED', 'Objet mis à jour avec nouvelle catégorie');
- +define('_CATEGORIES_MAKECHILD', 'Faire une sous-catégorie');//TO CHECK Make child
- +define('_CATEGORIES_MODIFYCONFIG', 'Modifier la catégorie');
- +define('_CATEGORIES_NOSUCHCAT', 'Pas de catégorie de ce nom');
- +define('_CATEGORIES_NEW', 'Nouvelle catégorie');
- +define('_CATEGORIES_NODEADDWHERE', 'SVP, selectionnez la catégorie dans laquelle cette sous-catégorie doit être ajoutée');//TO CHECK Please select the category under which you want this category tree to be added
- +define('_CATEGORIES_NODETOADD', 'Vous avez choisi d\'ajouter la sous-catégorie suivante');//TO CHECK You have selected the following category tree to add
- +define('_CATEGORIES_NOLONGERRELATED', 'Relation entre catégories supprimée');
- +define('_CATEGORIES_RELATED', 'Relation entre catégories créée');
- +define('_CATEGORIES_SELECTVIEW', 'Sélection de la catégorie pour l\'objet');
- +define('_CATEGORIES_UPDATED', 'Catégorie mise à jour');
- +define('_CATEGORIES_UPDATESELECTION', 'Mettre à jour l\'objet avec les catégories sélectionnées');
- +define('_CATEGORIES_VIEWTREE', 'Voir la hiérarchie des catégories');
- +define('_CATEGORIES_WILLBEGLOBAL', 'Cette catégorie sera disponible pour tous les modules');
- +define('_CATEGORIES_WILLBELOCAL', 'Cette catégorie sera disponible pour ce module uniquement');
- +define('_CATEGORIES_ADDCAT', 'Ajouter une catégorie');
- +define('_CATEGORIES_DESCRIPTION', 'Description');
- +define('_CATEGORIES_IMAGE', 'Image');
- +define('_CATEGORIES_NAME', 'Nom');
- +define('_CATEGORIES_ADD', 'Ajouter');
- +define('_CATEGORIES_EDITCAT', 'Editer la categorie');
- +define('_CATEGORIES_UPDATE', 'Mettre à jour');
- +define('_CATEGORIES_ADMINVIEW', 'Voir les categories');
- +define('_CATEGORIES_OPTIONS', 'Options');
- +define('_CATEGORIES_ABOVEORBELOW', 'Au-dessous ou en-dessous :');
- +define('_CATEGORIES_INSIDEOROUTSIDE', 'Child or sibling:');//TODO
- +define('_CATEGORIES_BELOW', 'En-dessous');
- +define('_CATEGORIES_ABOVE', 'Au-dessus');
- +define('_CATEGORIES_INSIDE', 'Child');//TODO
- +define('_CATEGORIES_OUTSIDE', 'Sibling');//TODO
- define('_CATEGORYINDENTATION', 'Indentation');//TODO
- -define('_CATEGORIESFROM', 'En relation avec cette catégorie :');
- -define('_CATEGORIESNOCATEGORIES', 'Pas de catégorie trouvée');
- -define('_CATEGORIESNOCATEGORYTOSELECTFOUND', 'Pas de catégorie trouvée qui peut être référencée');
- -define('_CATEGORIESITEMSPERPAGE', 'Categories par page');
- -define('_CATEGORIESUPDATECONFIG', 'Configuration des mise à jour des catégories');
- -define('_CATEGORIESNUMBEROFCATEGORIES', 'Nombre de categories');
- -define('_CATEGORIESBASECATEGORY', 'Catégorie de base');
- -define('_CATEGORIESCOUNTTYPE', 'Item count type in category view');//TODO
- -define('_CATEGORIESCOUNTNOCOUNT', 'Pas d\'ojets');
- -define('_CATEGORIESCOUNTCATEGORYONLY', 'Catégorie sélectionnée uniquement');
- -define('_CATEGORIESCOUNTALLSUBCATEGORIES', 'Cette catégorie et toutes les sous-catégories');
- -define('_CATEGORIESCONFIRMDELETE', 'Confirmer effacer catégorie');
- -define('_CATEGORIESCANCELDELETE', 'Annuler effacer catégorie');
- -define('_CATEGORIESLOCATION', 'Emplacement de la catégorie');
- +define('_CATEGORIES_FROM', 'En relation avec cette catégorie :');
- +define('_CATEGORIES_NOCATEGORIES', 'Pas de catégorie trouvée');
- +define('_CATEGORIES_NOCATEGORYTOSELECTFOUND', 'Pas de catégorie trouvée qui peut être référencée');
- +define('_CATEGORIES_ITEMSPERPAGE', 'Categories par page');
- +define('_CATEGORIES_UPDATECONFIG', 'Configuration des mise à jour des catégories');
- +define('_CATEGORIES_NUMBEROFCATEGORIES', 'Nombre de categories');
- +define('_CATEGORIES_BASECATEGORY', 'Catégorie de base');
- +define('_CATEGORIES_COUNTTYPE', 'Item count type in category view');//TODO
- +define('_CATEGORIES_COUNTNOCOUNT', 'Pas d\'ojets');
- +define('_CATEGORIES_COUNTCATEGORYONLY', 'Catégorie sélectionnée uniquement');
- +define('_CATEGORIES_COUNTALLSUBCATEGORIES', 'Cette catégorie et toutes les sous-catégories');
- +define('_CATEGORIES_CONFIRMDELETE', 'Confirmer effacer catégorie');
- +define('_CATEGORIES_CANCELDELETE', 'Annuler effacer catégorie');
- +define('_CATEGORIES_LOCATION', 'Emplacement de la catégorie');
- define('_CATLOCATION', 'Où mettre la catégorie :');
- -define('_CATEGORIESTHEME', 'Thème de la catégorie');
- -define('_CATEGORIESTHEMETITLE', 'Thème');
- -define('_CATEGORIESCATEGORY', 'Categorie');
- +define('_CATEGORIES_THEME', 'Thème de la catégorie');
- +define('_CATEGORIES_THEMETITLE', 'Thème');
- +define('_CATEGORIES_CATEGORY', 'Categorie');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/adminapi.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/adminapi.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/adminapi.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -34,21 +34,21 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- -define('_CATEGORIESALREADYEXISTS', 'Cette catégorie existe déjà');
- -define('_CATEGORIESALREADYLINKED', 'L\'objet ne peut pas être lié à la catégorie ou aux parents de cette catégorie');
- -define('_CATEGORIESALREADYRELATED', 'Ces catégories sont déjà liées');
- -define('_CATEGORIESCOULDNOTGETCCIDS', 'Problème en créant la liste des sous-catégories');//TO CHECK Problem obtaining list of child categories
- -define('_CATEGORIESCREATEFAILED', 'La création de la catégorie n\'a pas réussi');
- -define('_CATEGORIESDELETEFAILED', 'La catégorie n\'a pas été effacée');
- -define('_CATEGORIESDOESNOTEXIST', 'Cette catégorie n\'existe pas');
- -define('_CATEGORIESLINKFAILED', 'Le lien de la catégorie ne fonctione pas');
- -define('_CATEGORIESMIXEDSCOPE', 'Ne peut pas mélanger les catégories globales et locales');//TO CHECK Cannot mix global and local categories
- -define('_CATEGORIESNOTLINKED', 'Ces catégories ne sont pas liées');// TO CHECK Those categories are not linked
- -define('_CATEGORIESNOTRELATED', 'Ces catégories ne sont pas en relation');//TO CHECK IDEM DESSUS? Those categories are not related
- -define('_CATEGORIESORPHANFAILED', 'Category orphaning failed');//TODO
- -define('_CATEGORIESPARENTFAILED', 'Category parenting failed');//TODO
- -define('_CATEGORIESUNLINKFAILED', 'L\'annulation du lien a échouée');
- -define('_CATEGORIESUPDATEFAILED', 'La mise à jour de la catégorie a échouée');
- +define('_CATEGORIES_ALREADYEXISTS', 'Cette catégorie existe déjà');
- +define('_CATEGORIES_ALREADYLINKED', 'L\'objet ne peut pas être lié à la catégorie ou aux parents de cette catégorie');
- +define('_CATEGORIES_ALREADYRELATED', 'Ces catégories sont déjà liées');
- +define('_CATEGORIES_COULDNOTGETCCIDS', 'Problème en créant la liste des sous-catégories');//TO CHECK Problem obtaining list of child categories
- +define('_CATEGORIES_CREATEFAILED', 'La création de la catégorie n\'a pas réussi');
- +define('_CATEGORIES_DELETEFAILED', 'La catégorie n\'a pas été effacée');
- +define('_CATEGORIES_DOESNOTEXIST', 'Cette catégorie n\'existe pas');
- +define('_CATEGORIES_LINKFAILED', 'Le lien de la catégorie ne fonctione pas');
- +define('_CATEGORIES_MIXEDSCOPE', 'Ne peut pas mélanger les catégories globales et locales');//TO CHECK Cannot mix global and local categories
- +define('_CATEGORIES_NOTLINKED', 'Ces catégories ne sont pas liées');// TO CHECK Those categories are not linked
- +define('_CATEGORIES_NOTRELATED', 'Ces catégories ne sont pas en relation');//TO CHECK IDEM DESSUS? Those categories are not related
- +define('_CATEGORIES_ORPHANFAILED', 'Category orphaning failed');//TODO
- +define('_CATEGORIES_PARENTFAILED', 'Category parenting failed');//TODO
- +define('_CATEGORIES_UNLINKFAILED', 'L\'annulation du lien a échouée');
- +define('_CATEGORIES_UPDATEFAILED', 'La mise à jour de la catégorie a échouée');
- define('_CATDELETED', 'Catégorie effacée');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/searchapi.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/searchapi.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/searchapi.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -33,9 +33,9 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- -define('_CATEGORIESCATEGORIES', 'Catégories');
- -define('_CATEGORIESSEARCH', 'Recherche de catégorie');
- -define('_CATEGORIESSEARCHRESULTS', 'résultats des recherches');
- -define('_CATEGORIESSEACHNONEFOUND', 'Aucune catégorie ne correspond à votre recherche');
- +define('_CATEGORIES_CATEGORIES', 'Catégories');
- +define('_CATEGORIES_SEARCH', 'Recherche de catégorie');
- +define('_CATEGORIES_SEARCHRESULTS', 'résultats des recherches');
- +define('_CATEGORIES_SEACHNONEFOUND', 'Aucune catégorie ne correspond à votre recherche');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/user.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/user.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/user.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -34,33 +34,33 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- -if (!defined('_CATEGORIES')) {
- - define('_CATEGORIES', 'Catégories');
- +if (!defined('_CATEGORIES_')) {
- + define('_CATEGORIES_', 'Catégories');
- }
- -if (!defined('_CATEGORIESADDCAT')) {
- -define('_CATEGORIESADDCAT', 'Ajouter une catégorie');
- +if (!defined('_CATEGORIES_ADDCAT')) {
- +define('_CATEGORIES_ADDCAT', 'Ajouter une catégorie');
- }
- -if (!defined('_CATEGORIESNAME')) {
- -define('_CATEGORIESNAME', 'Nom');
- +if (!defined('_CATEGORIES_NAME')) {
- +define('_CATEGORIES_NAME', 'Nom');
- }
- -if (!defined('_CATEGORIESADD')) {
- -define('_CATEGORIESADD', 'Ajouter');
- +if (!defined('_CATEGORIES_ADD')) {
- +define('_CATEGORIES_ADD', 'Ajouter');
- }
- -define('_CATEGORIESCATDOESNOTEXIST', 'La catégorie n\'existe pas');
- -if (!defined('_CATEGORIESCREATED')) {
- - define('_CATEGORIESCREATED', 'La catégorie a été créée avec succès');
- +define('_CATEGORIES_CATDOESNOTEXIST', 'La catégorie n\'existe pas');
- +if (!defined('_CATEGORIES_CREATED')) {
- + define('_CATEGORIES_CREATED', 'La catégorie a été créée avec succès');
- }
- -if (!defined('_CATEGORIESUPDATED')) {
- - define('_CATEGORIESUPDATED', 'La mise à jour de la catégorie a réussi');
- +if (!defined('_CATEGORIES_UPDATED')) {
- + define('_CATEGORIES_UPDATED', 'La mise à jour de la catégorie a réussi');
- }
- -if (!defined('_CATEGORIESVIEWMAP')) {
- - define('_CATEGORIESVIEWMAP', 'Voir la carte de la catégorie');
- +if (!defined('_CATEGORIES_VIEWMAP')) {
- + define('_CATEGORIES_VIEWMAP', 'Voir la carte de la catégorie');
- }
- -define('_CATEGORIESNAVIGATION', 'Catégories pour ce module');
- -define('_CATEGORIESCURRENT', 'Catégorie actuelle');
- -define('_CATEGORIESCURRENTSUB', 'Sous-catégories');
- -define('_CATEGORIESBACKROOT', 'Retour à la catégorie racine');
- -define('_CATEGORIESMODULE', 'Module');
- -define('_CATEGORIESITEM', 'Objet');
- +define('_CATEGORIES_NAVIGATION', 'Catégories pour ce module');
- +define('_CATEGORIES_CURRENT', 'Catégorie actuelle');
- +define('_CATEGORIES_CURRENTSUB', 'Sous-catégories');
- +define('_CATEGORIES_BACKROOT', 'Retour à la catégorie racine');
- +define('_CATEGORIES_MODULE', 'Module');
- +define('_CATEGORIES_ITEM', 'Objet');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/userapi.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/userapi.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/userapi.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -34,11 +34,11 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- -define('_CATEGORIESROOT', 'Sommet');
- -define('_CATEGORIESROOTDESCRIPTION', '');
- -define('_CATEGORIESNOCHILDREN', 'Une erreur est survenue en essayant de trouver la catégorie fille');
- +define('_CATEGORIES_ROOT', 'Sommet');
- +define('_CATEGORIES_ROOTDESCRIPTION', '');
- +define('_CATEGORIES_NOCHILDREN', 'Une erreur est survenue en essayant de trouver la catégorie fille');
- define('_DATABASEERROR', 'Erreur de base de donnée dans le module des catégories');
- -define('_CATEGORIESUNKNOWN', 'Catégorie inconnue');
- +define('_CATEGORIES_UNKNOWN', 'Catégorie inconnue');
- define('_DBSELECTERROR', 'Erreur dans la sélection de la base de donnée');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/version.php 2006-05-22 19:12:32 UTC (rev 219)
- +++ trunk/traductions/pnpacks/PostNuke/system/Categories/pnlang/fra/version.php 2006-05-25 18:10:53 UTC (rev 220)
- @@ -35,8 +35,8 @@
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- -define('_CATEGORIESMOD_NAME', 'Catégories');
- -define('_CATEGORIESMOD_DISPLAYNAME', 'Catégories');
- -define('_CATEGORIESMOD_DESCRIPTION', 'Categorised data utility');//TODO
- +define('_CATEGORIES_MOD_NAME', 'Catégories');
- +define('_CATEGORIES_MOD_DISPLAYNAME', 'Catégories');
- +define('_CATEGORIES_MOD_DESCRIPTION', 'Categorised data utility');//TODO
- ?>
- \ No newline at end of file
- _______________________________________________
- Pnfrance-commits mailing list
- Pnfrance-commits@noc.postnuke.com
- http://noc.postnuke.com/mailman/listinfo/pnfrance-commits
| [pnfrance-commits] r220 - in trunk/traductions/pnpacks/postnuke/system: blocks/pnlang/fra categories/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 25.05.2006, 20:20 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




