- Author: garou-69
- Date: 2007-03-21 12:06:27 -0400 (Wed, 21 Mar 2007)
- New Revision: 362
- Modified:
- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php
- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php
- Log:
- maj suivant wiki
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php 2007-03-21 15:14:10 UTC (rev 361)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php 2007-03-21 16:06:27 UTC (rev 362)
- @@ -1,43 +1,10 @@
- <?php
- -// $Id$
- -// ----------------------------------------------------------------------
- -// PostNuke Content Management System
- -// Copyright (C) 2001 by the PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program is distributed in the hope that it will be useful,
- -// but WITHOUT ANY WARRANTY; without even the implied warranty of
- -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -// GNU General Public License for more details.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -// Original Author of file: Everyone
- -// Purpose of file: Translation files
- -// Translation team: Read credits in /docs/CREDITS.txt
- -// ----------------------------------------------------------------------
- -/**
- - * @package PostNuke_System_Modules
- - * @subpackage PostNuke_Admin
- - * @license http://www.gnu.org/copyleft/gpl.html
- -*/
- // general defines
- define('_ADMIN', 'Panneau d\'Administration PostNuke');
- define('_ADMIN_ONLINEMANUAL', 'Manuel en ligne');
- -define('_ADMINTITLE', 'Admin');
- +define('_ADMIN_TITLE', 'Administration');
- define('_ADMIN_VIEW', 'Catégories Principales');
- // error messages
- @@ -47,10 +14,10 @@
- // modify config
- define('_ADMIN_DEFAULTCATEGORY', 'Catégorie par défaut pour les nouveaux modules ajoutés');
- -define('_ADMIN_DISPLAYICONS', 'Afficher les icones dans le pannean d\'administration');
- +define('_ADMIN_DISPLAYICONS', 'Afficher les icones dans le panneau d\'administration');
- define('_ADMIN_GENERALSETTINGS', 'Général');
- define('_ADMIN_IGNOREINSTALLERCHECK', 'Ignorer la vérification de l\'installation');
- -define('_ADMIN_IGNOREINSTALLERCHECKWARNING', 'ATTENTION : cochez uniquement cette case si vous êtes sur un système isolé sinon vous risquez de compromettre votre installation.');
- +define('_ADMIN_IGNOREINSTALLERCHECKWARNING', 'ATTENTION : cocher uniquement cette case si vous êtes sur un système isolé sinon vous risquez de compromettre votre installation.');
- define('_ADMIN_MODULESPERROW', 'Modules par ligne');
- define('_ADMIN_PANELDISPLAYSETTINGS', 'Paramètres d\'affichage du panneau d\'administration');
- define('_ADMIN_SKIN', 'Feuille de style pour le rendu du panneau d\'administration');
- @@ -59,16 +26,16 @@
- define('_ADMIN_THEMESITE', 'Utiliser le thème du site');
- // checks for install/upgrade files prior to admin panel being displayed
- -define('_ADMIN_INSTALLWARNING','Attention! Merci d\'enlever le fichier install.php et le répertoire nommé install de la racine de vote site web PostNuke avant de continuer.');
- -define('_ADMIN_PSAKWARNING', 'Attention! Merci d\'enlever le Swiss army knife tool de la racine de vote site web PostNuke avant de continuer.');
- +define('_ADMIN_INSTALLWARNING','Attention! Merci d\'enlever le fichier install.php et le répertoire nommé install de la racine de votre site web PostNuke avant de continuer.');
- +define('_ADMIN_PSAKWARNING', 'Attention! Merci d\'enlever le Swiss Army knife Tool de la racine de vote site web PostNuke avant de continuer.');
- // PostNuke Security Analyzer defines
- define('_ADMIN_PNSECURITYANALYZER', 'Analyseur de sécurité PostNuke');
- define('_ADMIN_CONFIG_PHP','Remarque : Le fichier config/config.php est modifiable (Conseil : chmod 644 ou 444) !');
- define('_ADMIN_CONFIG_OLD_PHP','Remarque : Le fichier config/config-old.php est modifiable (Conseil : chmod 644 ou 444) !');
- -define('_ADMIN_LEGACY_MODE','Remarque : Le mode Ancien Mdoule (Legacy) est activé !');
- +define('_ADMIN_LEGACY_MODE','Remarque : Le mode leg est activé !');
- define('_ADMIN_MAGIC_QUOTES','Remarque : La fonction <a href="http://php.net/magic_quotes">magic_quotes_gpc</a> est activée !');
- -define('_ADMIN_PNTEMP_HTACCESS','Remarque : Le répertoire /pnTemp devrait être sécurisé par un fichier .htaccess.');
- +define('_ADMIN_PNTEMP_HTACCESS','Remarque : Le répertoire /pnTemp devrait être sécurisé avec un fichier .htaccess.');
- define('_ADMIN_REGISTER_GLOBALS','Remarque : La fonction <a href="http://php.net/register_globals">register_globals</a> est activée !');
- define('_ADMIN_SAFEHTML', 'ATTENTION: <a href="index.php?module=SecurityCenter&type=admin&func=modifyconfig">SafeHTML-Outputfilter</a> doit être utilisé');
- define('_ADMIN_SECURITYCENTERNOTINSTALLED', 'ATTENTION: Le module Centre De Securité n\'est pas installé!');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php 2007-03-21 15:14:10 UTC (rev 361)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php 2007-03-21 16:06:27 UTC (rev 362)
- @@ -1,64 +1,19 @@
- <?php
- -// $Id$
- -// ----------------------------------------------------------------------
- -// PostNuke Content Management System
- -// Copyright (C) 2001 by the PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program is distributed in the hope that it will be useful,
- -// but WITHOUT ANY WARRANTY; without even the implied warranty of
- -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -// GNU General Public License for more details.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -// Original Author of file: Everyone
- -// Purpose of file: Translation files
- -// Translation team: Read credits in /docs/CREDITS.txt
- -// ----------------------------------------------------------------------
- -/**
- - * @package PostNuke_System_Modules
- - * @subpackage PostNuke_Admin
- - * @license http://www.gnu.org/copyleft/gpl.html
- -*/
- -
- // Default data
- // administration_categories
- -/*define('_ADMIN_CATEGORY_00_a', 'Système');
- -define('_ADMIN_CATEGORY_00_b', 'Modules Système');
- -define('_ADMIN_CATEGORY_01_a', 'Contenu');
- -define('_ADMIN_CATEGORY_01_b', 'Module de Contenu');
- -define('_ADMIN_CATEGORY_02_a', 'Pack Ressource');
- -define('_ADMIN_CATEGORY_02_b', 'Pack de modules Ressource');
- -define('_ADMIN_CATEGORY_03_a', 'Utilitaires');
- -define('_ADMIN_CATEGORY_03_b', 'Modules Utilitaires');
- -define('_ADMIN_CATEGORY_04_a', 'Complémentaires');
- -define('_ADMIN_CATEGORY_04_b', 'Modules Complémentaires');
- -*/
- define('_ADMIN_CATEGORY_00_a', 'Système');
- -define('_ADMIN_CATEGORY_00_b', 'Les modules systèmes sont des fonctionnalités du coeur du système PostNuke.');
- +define('_ADMIN_CATEGORY_00_b', 'Les modules systèmes sont les fonctionnalités du noyau de PostNuke.');
- define('_ADMIN_CATEGORY_01_a', 'Apparence');
- -define('_ADMIN_CATEGORY_01_b', 'Les modules d\'apparence controllent le look et les aspects visuels de votre site internet.');
- +define('_ADMIN_CATEGORY_01_b', 'Les modules d\'apparence contrôlent le look et les aspects visuels de votre site internet PostNuke.');
- define('_ADMIN_CATEGORY_02_a', 'Utilisateurs');
- -define('_ADMIN_CATEGORY_02_b', 'Ces modules permettent la gestion des informations concernant les membres, les droits d\'accès ainsi que les profils.');
- +define('_ADMIN_CATEGORY_02_b', 'Ces modules permettent la gestion des informations concernant les membres, les droits d\'accès des utilisateurs ainsi que les profils.');
- define('_ADMIN_CATEGORY_03_a', 'Contenu');
- define('_ADMIN_CATEGORY_03_b', 'Modules fournissant du contenu à vos utilisateurs.');
- define('_ADMIN_CATEGORY_04_a', 'Complémentaires');
- define('_ADMIN_CATEGORY_04_b', 'Les nouveaux modules installés sont placés dans cette catégorie car ils ne font pas partie intégrante de la distribution PostNuke.');
- define('_ADMIN_CATEGORY_05_a', 'Sécurité');
- -define('_ADMIN_CATEGORY_05_b', 'Modules de gestion de la sécurité de votre site PostNuke.');
- -define('_ADMIN_CATEGORY_06_a', 'Extensions (Hooks)');
- -define('_ADMIN_CATEGORY_06_b', 'Ces extensions (hooks) permettent de rajouter des fonctionnalités aux modules existants.');
- +define('_ADMIN_CATEGORY_05_b', 'Les modules relatifs à lae gestion de la sécurité de votre site internet PostNuke.');
- +define('_ADMIN_CATEGORY_06_a', 'Extensions');
- +define('_ADMIN_CATEGORY_06_b', 'Les modules d\'extensions permettent de rajouter des fonctionnalités aux modules existants.');
- ?>
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php 2007-03-21 15:14:10 UTC (rev 361)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php 2007-03-21 16:06:27 UTC (rev 362)
- @@ -1,42 +1,7 @@
- <?php
- -// Generated: $Id$
- -// ----------------------------------------------------------------------
- -// PostNuke Content Management System
- -// Copyright (C) 2001 by The PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program is distributed in the hope that it will be useful,
- -// but WITHOUT ANY WARRANTY; without even the implied warranty of
- -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- -// GNU General Public License for more details.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -// Original Author of file: FC !
- -// Purpose of file: Admin mod Version language file
- -// Translation team: Read credits in /docs/CREDITS.txt
- -// ----------------------------------------------------------------------
- -/**
- - * @author Frank Chestnut [Chestnut]
- - * @version $Revision$
- - * @package PostNuke_System_Modules
- - * @subpackage Admin
- - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- - */
- -define('_ADMIN_NAME', 'Administration des Onglets');
- -define('_ADMIN_DISPLAYNAME', 'Administration de Onglets');
- -define('_ADMIN_DESCRIPTION', 'Gestion des noms, de l\'ordre et les templates des liens admin.');
- +define('_ADMIN_NAME', 'Administration');
- +define('_ADMIN_DISPLAYNAME', 'Administration');
- +define('_ADMIN_DESCRIPTION', 'Gestion des noms, de l\'ordre et des templates des liens d\administration.');
- ?>
- _______________________________________________
- Pnfrance-commits mailing list
- Pnfrance-commits@noc.postnuke.com
- http://noc.postnuke.com/mailman/listinfo/pnfrance-commits
| [pnfrance-commits] r362 - trunk/traductions/pnpacks/postnuke/system/admin/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 21.03.2007, 17:50 | |
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




