- Author: yokav
- Date: 2006-11-21 17:17:44 -0500 (Tue, 21 Nov 2006)
- New Revision: 257
- Modified:
- trunk/traductions/pnpacks/PostNuke/language/fra/core.php
- 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
- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/init.php
- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/version.php
- trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/adminapi.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/extmenu.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/finclude.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/menu.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/thelang.php
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php
- Log:
- mis ?\195?\160 jour le 21/11 ?\195?\160 23h30
- Modified: trunk/traductions/pnpacks/PostNuke/language/fra/core.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/language/fra/core.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/language/fra/core.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -35,6 +35,9 @@
- define('_DATESTRING','%A %d %B à %H:%M:%S');
- define('_DATETIMEBRIEF','%d %b %Y - %H:%M');
- define('_DATETIMELONG','%A %d %B %Y - %H:%M');
- +define('_DATEINPUT', '%Y-%m-%d'); // Dateformat for input fields (parsable - do not try other formats!)
- +define('_DATETIMEINPUT', '%Y-%m-%d %H:%M'); // Date+time format for input fields (parsable - do not try other formats!)
- +define('_DATEFIRSTWEEKDAY', 1); // 0 = sunday, 1 monday and so on
- define('_DAY_OF_WEEK_LONG','Dimanche Lundi Mardi Mercredi Jeudi Vendredi Samedi');
- define('_DAY_OF_WEEK_SHORT','Dim Lun Mar Mer Jeu Ven Sam');
- define('_MONTH_LONG','Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre');
- @@ -53,6 +56,9 @@
- define('_MONTHS', 'mois');
- define('_YEAR', 'année');
- define('_YEARS', 'années');
- +define('_NOTAVALIDDATE', 'Date invalide');
- +define('_NOTAVALIDINT', 'Invalid integer'); //TODO
- +define('_NOTAVALIDNUMBER', 'Nombre invalide');
- // time zone defines
- define('_TIMEZONES','IDLW NT HST YST PST MST CST EST AST GMT-3:30 GMT-3 AT WAT GMT CET EET BT GMT+3:30 GMT+4 GMT+4:30 GMT+5 GMT+5:30 GMT+6 WAST CCT JST ACS GST GMT+11 NZST');
- @@ -68,10 +74,12 @@
- define('_AND','et');
- define('_BY','par');
- define('_DOWN','Bas');
- +define('_FOR', 'pour');
- define('_NO','Non');
- define('_OF','de');
- define('_OK','OK');
- define('_ON','Actif');
- +define('_OR', 'ou');
- define('_TO','A');
- define('_THE', 'Le');
- define('_UP','Haut');
- @@ -90,84 +98,136 @@
- define('_ACCESS_READ','Lire');
- // common actions
- +define('_ACTIONS', 'Actions');
- define('_ACTIVATE','Activer');
- +define('_ACTIVE','Actif');
- +define('_ACTIVATED', 'Activé');
- define('_ADD','Ajouter');
- +define('_BACK', 'Retour');
- define('_CANCEL', 'Annuler');
- +define('_CLEAR', 'Effacer')
- define('_COMMIT', 'Mettre à jour');
- define('_CREATE', 'Créer');
- define('_DEACTIVATE','Désactivater');
- +define('_DEACTIVATED', 'Deactivaté');
- define('_DELETE','Supprimer');
- define('_EDIT','Modifier');
- +define('_FORWARD', 'Faire suivre');
- +define('_HELP', 'Aide');
- define('_IGNORE','Ignorer');
- +define('_INACTIVE','Inactif');
- define('_LOGIN','Identification');
- define('_LOGOUT','Déconnexion');
- define('_MODIFY','Modifier');
- define('_NEW','Nouveau');
- +define('_NEXT', 'Suivant');
- +define('_PREVIOUS', 'Précédent');
- +define('_REMOVE', 'Supprimer');
- +define('_RESET', 'Reset'); //TODO
- define('_SEARCH', 'Recherche');
- define('_SUBMIT','Valider');
- define('_UPDATE', 'Mettre à jour');
- define('_VIEW', 'Voir');
- //common module fields
- +define('_CONTENT', 'Contenu');
- +define('_DESCRIPTION', 'Description');
- +define('_EMAIL' ,'Adresse e-mail');
- +define('_ID', 'ID');
- define('_LANGUAGE', 'Langue');
- +define('_META', 'Meta données');
- +define('_NAME', 'Nom');
- define('_OPTIONS', 'Options');
- +define('_PASSWORD', 'Mot de passe');
- +define('_PERMALINKTITLE', 'Titre du lien (for permalinks)'); //TODO
- +define('_PERMALINKTITLEBLANK', 'Leave blank to auto-generate permalink title'); //TODO
- +define('_TITLE', 'Titre');
- +define('_USERNAME' ,'Nom d\'utilisateur');
- -// states
- -define('_ACTIVE','Actif');
- -define('_INACTIVE','Inactif');
- -
- // member descriptors
- +define('_GUEST','visiteur');
- define('_GUEST0','visiteurs');
- -define('_GUEST','visiteur');
- define('_GUESTS','visiteurs');
- +define('_MEMBER','membre');
- define('_MEMBER0','membres');
- -define('_MEMBER','membre');
- define('_MEMBERS','membres');
- // member states
- define('_ONLINE','en ligne');
- define('_OFFLINE','hors ligne');
- +// common postnuke terms
- +define('_BLOCK' ,'Block');
- +define('_BLOCKS' ,'Blocks');
- +define('_HOOK', 'Hook');
- +define('_HOOKS', 'Hooks');
- +define('_MODULE', 'Module');
- +define('_MODULES', 'Modules');
- +define('_PLUGIN', 'Plugin');
- +define('_PLUGINS', 'Plugins');
- +define('_TEMPLATE', 'Template');
- +define('_TEMPLATES', 'Templates');
- +define('_THEME', 'Thème');
- +define('_THEMES', 'Thèmes');
- +
- +// other common terms
- +define('_DIRECTORY', 'Répertoire');
- +define('_VERSION', 'Version');
- +
- // module system
- define('_BADAUTHKEY','Vous n\'êtes pas autorisé à faire cette opération');
- define('_CANCELDELETE', 'Annuler la suppression de l\'élément');
- define('_CONFIGUPDATED', 'Configuration du module sauvegardée');
- define('_CONFIGUPDATEFAILED', 'Echec de la mise à jour de la configuration');
- define('_CONFIRMDELETE', 'Confirmer la suppression de l\'élément');
- +define('_CONFIRMDELETEITEM', 'Confirmer la suppression de %i%');
- +define('_CREATEDBY', 'Créé par');
- +define('_CREATEDON', 'Créé le');
- +define('_CREATEITEM', 'Créer %i%');
- define('_CREATEFAILED','Erreur ! Désolé ! La création a échoué');
- +define('_CREATEINDEXFAILED', 'Erreur! Désolé ! La création de l\'index a échoué');
- define('_CREATESUCCEDED','Elément créé');
- define('_CREATETABLEFAILED','Erreur ! Désolé ! Echec de la création de la table');
- +define('_DELETEITEM', 'Supprimer %i%');
- define('_DELETEFAILED','Erreur ! Désolé ! Echec de la tentative de suppression');
- define('_DELETESUCCEDED','Elément supprimé');
- define('_DELETETABLEFAILED','Erreur! Désolé ! Echec de la suppression de la table');
- +define('_FAILEDTOLOADMODULE', 'Impossible de charger le module <strong>%m%<strong>');
- +define('_FAILEDTOLOADMODULEATFUNC', 'Impossible de charger le module <strong>%m%</strong> (avec la fonction : <strong>%f%</strong>)');
- define('_GETFAILED', 'Erreur ! Désolé ! Un problême est survenu lors du chargement des éléments');
- define('_LOADAPIFAILED', 'Erreur! Désolé ! A problême est survenu lors du chargement de l\'API');
- define('_LOADFAILED','Erreur ! Désolé ! Un problême est survenu lors du chargement du module');
- define('_MODARGSERROR','Erreur ! Désolé ! Argument invalide passé à la fonction API');
- define('_MODIFYCONFIG', 'Modifier la configuration');
- +define('_MODIFYITEM', 'Modifier %i%');
- define('_MODULENOAUTH', 'Désolé ! Vous n\'avez pas l\'autorisation d\'accès à ce module');
- define('_MODULENODIRECTACCESS', 'Désolé ! Ce module ne peut être accédé directement');
- +define('_MODULENOTAVAILABLE', 'Module <strong>%m%</strong> non disponible');
- +define('_MODULERETURNED', 'Résultat de la fonction <strong>%f%</strong> du module <strong>%m%</strong>.');
- +define('_NEWITEM', 'Créer %i%');
- define('_NOSUCHITEM', 'Aucun élément trouvé');
- +define('_NOSUCH', 'Pas de résultat pour %i%'); //TODO = No Such i
- define('_REGISTERFAILED', 'Erreur ! Désolé ! Echec lors de l\'enregistrement de l\'extension');
- +define('_TRANSACTIONFAILED', 'Transaction interrompue ... revenez en arrière !<br />');
- define('_UNKNOWNFUNC', 'Erreur ! Appel de fonction inconnue :');
- define('_UNREGISTERFAILED', 'Erreur ! Désolé ! Echec lors de la suppression de l\'extension');
- -define('_UNKNOWNAPIFUNCUSER', 'Erreur ! Appel de fonction inconnue');
- +define('_UPDATEITEM', 'Mise à jour de %i%');
- define('_UPDATECONFIG', 'Mettre à jour la configuration');
- +define('_UPDATEDBY', 'Mis à jour par');
- +define('_UPDATEDON', 'Mis à jour le');
- define('_UPDATEFAILED','Erreur ! Désolé ! Echec de la mise à jour');
- define('_UPDATETABLEFAILED','Erreur ! Désolé ! Echec de la mise à jour de la table');
- define('_UPDATESUCCEDED','Elément mis à jour');
- +define('_VIEWCONFIG', 'Voir la configuration');
- +define('_VIEWITEMS', 'Voir %i%');
- // Central administration define
- define('_ADMINMENU','Menu Administration');
- -// Xanthia theme engine failed to initialize define
- -define('_XA_FAILEDTOINITENGINE', 'Erreur ! Désolé ! Echec de l\'initialisation du thème Xanthia : ');
- -define('_PAGE','Page');
- -define('_TOTAL', 'Total');
- -
- // defines for the pager plugin
- define('_FIRSTPAGE', 'Première');
- define('_FIRSTPAGE_TITLE', 'Première page');
- +define('_ITEMSPERPAGE', 'Articles par page');
- define('_PREVIOUSPAGE', 'Précédent');
- define('_PREVIOUSPAGE_TITLE', 'Page précédente');
- define('_LASTPAGE', 'Dernière');
- @@ -175,7 +235,35 @@
- define('_NEXTPAGE', 'Suivante');
- define('_NEXTPAGE_TITLE', 'Page suivante');
- define('_NONEXTPAGE', 'Pas de page suivante');
- -define('_NOPREVIOUSPAGE', 'No previous pages');
- -//define('_PAGE', 'Page');
- -//define('_TOTAL', 'Total');
- +define('_NOPREVIOUSPAGE', 'Pas de page précédente');
- +define('_PAGE', 'Page');
- +define('_TOTAL', 'Total');
- +
- +// WorkflowUtil
- +define('_PNWF_STATEERROR', 'Workflow State Error'); //TODO
- +
- +// Form utilities
- +define('_PNFORM_MANDATORYERROR', 'Svp complétez ce champ');
- +define('_PNFORM_MAXLENGTHERROR', 'Le texte entré ne doit pas contenir plus de %s charactères');
- +define('_PNFORM_SELECTDATE', 'Sélectionnez une date');
- +
- +// categories system
- +define('_ALLCATEGORIES', '-- Tous --');
- +define('_CATEGORY', 'Catégorie');
- +define('_CATEGORIES', 'Catégories');
- +define('_CATEGORIESMAPPINGS', 'Multi-Category Mappings'); //TODO
- +define('_CATEGORIESMAPPINGSCOUNT', 'Number of Multi-Category Mappings'); //TODO
- +define('_CHOOSECATEGORY', '-- choisissez en un --');
- +
- +// 'templates' for error message
- +define('_ERROR_TEXT', '%s [%s]');
- +define('_ERROR_ADMIN', ' à la ligne %d dans le fichier %s');
- +
- +// userlinks plugin
- +define('_YOURACCOUNT', 'Votre compte');
- +define('_CREATEACCOUNT', 'Créer un compte');
- +
- +// login/logout procedure
- +define('_UNABLETOSAVELOGINDATE', 'Impossible de sauvegarder la date de connection');
- +define('_LOGOUTFORCED', 'Vous avez été déconnecté par un administrateur. Svp connectez vous à nouveau.');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/admin.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -34,12 +34,13 @@
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- +define('_ADMIN_ONLINEMANUAL', 'Manuel en ligne')
- define('_ADMIN_UPGRADE_PHP','Remarque : upgrade.php doit être retiré de la racine du site internet !');
- define('_ADMIN_LEGACY_MODE','Remarque : Le mode Legacy est activé !');
- define('_ADMIN_MAGIC_QUOTES','Remarque : La fonction <a href="http://php.net/magic_quotes">magic_quotes_gpc</a> est désactivée !');
- define('_ADMIN_REGISTER_GLOBALS','Remarque : La fonction <a href="http://php.net/register_globals">register_globals</a> est activée !');
- -define('_ADMIN_CONFIG_PHP','Remarque : Le fichier config.php est modifiable (Conseil : chmod 644) !');
- -define('_ADMIN_CONFIG_OLD_PHP','Remarque : Le fichier config-old.php est modifiable (Conseil : chmod 644) !');
- +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_PNTEMP_HTACCESS','Remarque : Le répertoire /pnTemp devrait être sécurisé par un fichier .htaccess.');
- define('_ADMINCONTINUE','Continuer');
- define('_ADMININSTALLWARNING','Attention ! Veuillez retirer le fichier install.php ainsi que le répertoire install de la racine de votre installation PostNuke avant d\'aller plus loin.');
- @@ -73,7 +74,6 @@
- define('_ADMINCANCELCATEGORYDELETE', 'Annuler la suppression de la catégorie');
- define('_ADMINDELETED', 'Catégorie administrative supprimée');
- define('_ADMINFAILEDADDMODTOCAT', 'Erreur ! Désolé ! Echec de l\'ajout de la catégorie de module');
- -define('_ADMINPANELCATEGORY', 'Panneau d\'Administration');
- define('_ADMINDISPLAYICONS', 'Afficher les icônes dans le panneau d\'administration');
- define('_ADMINDEFAULTCATEGORY', 'Catégorie par défaut des nouveaux modules ajoutés');
- define('_ADMINITEMSPERPAGE', 'Catégories par page');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/init.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -55,7 +55,7 @@
- define('_ADMIN_CATEGORY_02_b', 'Change les informations concernant les membres, les droits d\'accès 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', '3rd-party');// TODO
- +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 en relation avec la sécurité de votre site PostNuke.');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin/pnlang/fra/version.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -37,6 +37,6 @@
- define('_ADMIN_NAME', 'Admin');
- define('_ADMIN_DISPLAYNAME', 'Admin');
- -define('_ADMIN_DESCRIPTION', 'Module Administration');
- +define('_ADMIN_DESCRIPTION', 'Gérer les noms, l\'ordre et les templates des liens admin.');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/admin.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/admin.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -38,7 +38,6 @@
- define('_ADMINMESSAGESNEW','Ajouter un message administratif');
- define('_ADMINMESSAGESADMINVIEW', 'Voir les messages administratifs');
- define('_ADMINMESSAGESVIEW', 'Qui peut les voir');
- -define('_ADMINMESSAGESEDITCONFIG', 'Modifier la configuration');
- define('_ADMINMESSAGESADD', 'Ajouter un nouveau message administratif');
- define('_ADMINMESSAGESTITLE', 'Titre du message');
- define('_ADMINMESSAGESCONTENT', 'Contenu du message');
- @@ -56,9 +55,7 @@
- define('_ADMINMESSAGESEXPIRYDATE', 'Date d\'expiration');
- define('_ADMINMESSAGESUNLIMITED', 'Jamais');
- define('_ADMINMESSAGESNOEXPIRE', 'Aucune date d\'expiration');
- -define('_ADMINMESSAGESMODIFYCONFIG', 'Modifier la configuration');
- define('_ADMINMESSAGESITEMSPERPAGE', 'Items par page');
- -define('_ADMINMESSAGESUPDATECONFIG', 'Mise à jour de la configuration');
- define('_ADMINMESSAGESEDIT', 'Modifier le message');
- define('_ADMINMESSAGESCHANGEQ', 'Modifier la date de début pour maintenant');
- define('_ADMINMESSAGESUPDATE', 'Mise à jour du message');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/init.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/init.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -35,7 +35,7 @@
- */
- // Messages
- -define('_MESSAGE_00_a','Bienvenue sur la version Adam Baum du système de gestion de contenu PostNuke');
- +define('_MESSAGE_00_a','Bienvenue sur la version Adam Baum (' . PN_VERSION_NUM . ') du système de gestion de contenu PostNuke');
- define('_MESSAGE_00_b','<a href="http://www.postnuke.com">PostNuke</a> est un système de gestion de contenu (CMS)/weblog. Il est plus sécuritaire et stable que bien des produits concurrents et peut s\'intègre facilement dans un environnement à grand volume.<br /><br />
- Quelques fonctions clés de PostNuke sont :
- <ul>
- Modified: trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/version.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Admin_Messages/pnlang/fra/version.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -37,6 +37,6 @@
- define('_ADMINMESSAGES_NAME', 'Messages Administratifs');
- define('_ADMINMESSAGES_DISPLAYNAME', 'Messages Administratifs');
- -define('_ADMINMESSAGES_DESCRIPTION', 'Affiche les messages administratifs.');
- +define('_ADMINMESSAGES_DESCRIPTION', 'Affiche les messages administratifs automatisés/programmés.');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -27,7 +27,7 @@
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- -define('_AUTHLDAP','authentification LDAP');//TO CHECK authentication LDAP
- +define('_AUTHLDAP','Authentification LDAP');//TO CHECK authentication LDAP
- define('_AUTHLDAPPN','PN seulement');
- define('_AUTHLDAPLDAP','LDAP seulement');
- define('_AUTHLDAPPNLDAP','PN et LDAP');
- @@ -39,7 +39,6 @@
- define('_AUTHLDAPUPDOK','Configuration mise à jour');
- define('_AUTHLDAPDEFAULTGROUP','Ajouter nouvel utilisateur au groupe');
- define('_AUTHLDAPSERVADR','Adresse du serveur');
- -define('_AUTHLDAPEDITCONFIG', 'Modifier configuration LDAP');
- define('_AUTHLDAPSEARCHATTR', 'Rechercher utilisateur en employant attribut');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -35,9 +35,7 @@
- */
- define('_AUTHPN', 'Authentification PostNuke');
- -define('_AUTHPNMODIFYCONFIG', 'Modifier la configuration de l\'authentification');
- define('_AUTHPNMODULES', 'Modules d\'authentification');
- define('_AUTHPNHELP', 'Liste des différents modules d\'authentification voulu séparés par des virgules');
- -define('_AUTHPNUPDATECONFIG', 'Configuration mise à jour');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -28,84 +28,53 @@
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- define('_ADDBLOCK','Ajouter un bloc');
- -define('_BLOCK','Bloc');
- define('_BLOCKACTIVATED','Bloc activé.');
- define('_BLOCKCREATED','Bloc créé.');
- define('_BLOCKDEACTIVATED','Bloc désactivé.');
- define('_BLOCKDELETED','Bloc supprimé.');
- +define('_BLOCKDRAGANDDROPHINT','Déplacez vos blocs à leurs position en faisant glisser vos blocs. Leurs positions seront sauvegardées à chaque nouveau déplacement.');
- define('_BLOCKHIGHER','Bloc déplacé vers le haut.');
- define('_BLOCKLOADFAILED','Echec de chargement du bloc.');
- define('_BLOCKLOWER','Bloc déplacé vers le bas.');
- -define('_BLOCKS','Blocs');
- define('_BLOCKSCONFIG','Configuration des blocs');
- +define('_BLOCKSCOLLAPSEABLE','Afficher les icones pour réduire/agrandir les menus');
- define('_BLOCKSFOURHOURS','Quatre heures');
- define('_BLOCKSHALFHOUR','Une demi-heure');
- define('_BLOCKSHOUR','Une heure');
- define('_BLOCKSONEDAY','Un jour');
- +define('_BLOCKSTWODAY','Deux jours');
- +define('_BLOCKSTHREEDAY','Trois jours');
- +define('_BLOCKSFOURDAY','Quatre jours');
- +define('_BLOCKSFIVEDAY','Cinq jours');
- +define('_BLOCKSSIXDAY','Six jours');
- +define('_BLOCKSSEVENDAY','Sept jours');
- +define('_BLOCKSPOSITIONUPDATED', 'position des blocs mis à jour');
- define('_BLOCKSREFRESH','Temps de rafraîchissement du bloc (uniquement pour les blocs qui récupèrent des infos de sources externes)');
- define('_BLOCKSTWELVEHOURS','Douze heures');
- define('_BLOCKSTWOHOURS','Deux heures');
- define('_CANCELBLOCKDELETE','Annuler la suppression');
- define('_CENTRE','Centre');
- -define('_COLLAPSABLE', 'MinMaximisation');
- +define('_COLLAPSABLE', 'Min/Maximisation');
- define('_CONFIRMBLOCKDELETE','Confirmer la suppression');
- define('_CORE','Noyau');
- define('_DELETEBLOCK','Supprimer bloc');
- define('_LEFT','Gauche');
- define('_MODIFYBLOCK','Modifier bloc');
- -define('_MODULE','Module');
- define('_NEWBLOCK','Nouveau bloc');
- -define('_NOSUCHBLOCK','Bloc inexistant.');
- +define('_NOSUCHBLOCK','Aucun bloc de ce genre'); //TOVERIF No such block
- +define('_OPTIONAL','Optionel');
- define('_ORDER','Tri');
- define('_POSITION','Position');
- define('_RIGHT','Droite');
- define('_SHOWACTIVEBLOCKS','Afficher les blocs actifs');
- define('_SHOWALLBLOCKS','Afficher tous les blocs');
- define('_STATE','Etat');
- -//define('_UPDATE','Mettre à jour');
- -define('_UPDATEDBLOCK','Bloc mis à jour.');
- +define('_UPDATEDBLOCK','Bloc mis à jour');
- define('_VIEWBLOCKS','Voir les blocs');
- -define('_DEFAULTSTATE', 'Etat par défaut');
- +define('_COMITT','Commit');
- +define('_DEFAULTSTATE', 'Etat par défaut du bloc');
- define('_EXPANDED', 'Maximisé');
- define('_COLLAPSED', 'Minimisé');
- -
- -if (!defined('_TITLE')) {
- - define('_TITLE','Titre');
- -}
- -if (!defined('_LANGUAGE')) {
- - define('_LANGUAGE','Mis à jour.');
- -}
- -if (!defined('_ACTIVE')) {
- - define('_ACTIVE','Actif');
- -}
- -if (!defined('_DEACTIVATE')) {
- - define('_DEACTIVATE','Désactiver');
- -}
- -if (!defined('_INACTIVE')) {
- - define('_INACTIVE','Inactif');
- -}
- -if (!defined('_ACTIVATE')) {
- - define('_ACTIVATE','Activer');
- -}
- -if (!defined('_CONFIRM')) {
- - define('_CONFIRM','Confirmer');
- -}
- -define('_COMITT','Valider');
- -
- -define('_BLOCKDRAGANDDROPHINT','Déplacez vos blocs à leurs position en faisant glisser vos blocs. Leurs positions seront sauvegardées à chaque nouveau déplacement.');
- -define('_BLOCKSCOLLAPSEABLE','Autoriser les menus repliant');
- -define('_BLOCKSTWODAY','Deux jours');
- -
- -define('_BLOCKSTHREEDAY','Trois jours');
- -define('_BLOCKSFOURDAY','Quatre jours');
- -define('_BLOCKSFIVEDAY','Cinq jours');
- -define('_BLOCKSSIXDAY','Six jours');
- -define('_BLOCKSSEVENDAY','Sept jours');
- -define('_BLOCKSPOSITIONUPDATED', 'position des blocs mis à jour');
- -define('_CONTENT', 'Contenu');
- -define('_OPTIONAL','Optionnel');
- -define('_TITLE', 'Titre');
- -define('_NAME', 'Nom');
- define('_BLOCKS_NEWBLOCKPOSITION', 'Nouvelle position');
- define('_BLOCKS_VIEWBLOCKPOSITIONS', 'Voir les positions');
- define('_BLOCKS_POSITIONNAME', 'Nom');
- @@ -114,5 +83,14 @@
- define('_BLOCKS_POSITIONDELETED', 'Position supprimée');
- define('_BLOCKS_MODIFYBLOCKPOSITION', 'Modifier la position du bloc');
- define('_BLOCKS_THEMETAG', 'Balise pour le thème');
- +define('_BLOCKSPOSITIONCREATED', 'Position du bloc créé');
- +define('_BLOCKS_PLACEMENT', 'Block placement filtering'); //TODO
- +define('_BLOCKS_COLLAPSIBILITY', 'Collapsibility'); //TODO
- +define('_BLOCKS_CUSTOMBLOCKSETTINGS', 'Options spécifiques du bloc');
- +define('_BLOCKS_FUNCTIONFILTERING', 'Les options suivante permettent de n\'afficher le bloc que pour certains modules et fonctions de modules');
- +define('_BLOCKS_FUNCTIONTYPE', 'Type(s) de fonction(s)');
- +define('_BLOCK_FUNCTION', 'Nom(s) de fonction(s)');
- +define('_BLOCK_CUSTOMARGS', 'Custom arguments'); //TODO
- +define('_BLOCKS_POSITIONALREADYEXISTS', 'Une position de bloc portant le même nom existe déjà');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/adminapi.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/adminapi.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/adminapi.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -30,4 +30,9 @@
- define('_ACTIVATEERROR','Erreur ! Impossible d\'activer le bloc.');
- define('_DEACTIVATEERROR','Erreur ! Impossible de désactiver le bloc.');
- define('_DELETEERROR','Erreur ! Impossible de supprimer le bloc.');
- +
- +// used for installation only
- +if(!defined('_BLOCKS_POSITIONALREADYEXISTS')) {
- + define('_BLOCKS_POSITIONALREADYEXISTS', 'Une position de bloc de même nom existe déjà');
- +}
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/extmenu.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/extmenu.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/extmenu.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -10,6 +10,12 @@
- * @subpackage Blocks
- */
- +define('_EMENU_ADDCURRENTURL', 'Ajouter l\'url actuelle comme nouveau lien dans ce bloc');
- +define('_EMENU_ADDCURRENTURLSHORT', 'Ajouter l\'url actuelle');
- +define('_EMENU_NEWLINK', '--nouveau lien--');
- +define('_EMENU_ACTIVE', 'Actif');
- +define('_EMENU_ERROR', 'Une erreur s\'est produite');
- +define('_EMENU_IMAGE', 'Image');
- define('_EMENU_BLOCKTITLEOVERRIDEINFO', 'These blocktitles override the setting on top of this page!'); //todo
- define('_EMENU_BLOCKTITLE', 'Titres du block');
- define('_EMENU_EDITTHISBLOCK', 'modifier le block');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/finclude.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/finclude.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/finclude.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -29,7 +29,10 @@
- // ----------------------------------------------------------------------
- define('_FILE','Fichier :');
- +define('_FILEDOESNOTEXIST', 'Le fichier : %f% n\'existe pas.');
- +define('_FILETYPE','Type de fichier');
- define('_HTML','HTML');
- +define('_PHP','PHP');
- define('_TXT','Texte');
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/menu.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/menu.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/menu.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -28,18 +28,15 @@
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- -define('_MENU_AS_DROPDOWN', 'Afficher le menu en liste déroulante');
- -define('_MENU_AS_LIST', 'Afficher le menu en liste');
- -define('_MENU_CONTENT', 'Contenu');
- -define('_MENU_DESCRIPTION', 'Description');
- -define('_MENU_FORMAT', 'Format du menu');
- -define('_MENU_MODULES', 'Modules');
- define('_MENU_DISPLAY','Afficher');
- define('_MENU_INSERT_BLANK_AFTER','Insérer un blanc après');
- +define('_MENU_AS_DROPDOWN','Afficher le menu en liste déroulant');
- +define('_MENU_AS_LIST','Afficher le menu en liste');
- +define('_MENU_CONTENT','Contenu');
- +define('_MENU_DESCRIPTION','Description');
- +define('_MENU_FORMAT','Format du menu');
- +define('_MENU_MODULES','Modules');
- define('_MENU_NEWONE','Nouvelle ligne');
- define('_MENU_STYLESHEET', 'Feuille de style pour ce menu');
- -
- -
- -
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/thelang.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/thelang.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/thelang.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -30,7 +30,7 @@
- define('_SELECTGUILANG', 'Langue préférée :');
- define('_BLOCKS_THELANG_FORMAT', 'Format');
- -define('_BLOCKS_THELANG_FLAGS', 'Display flags'); //TODO
- +define('_BLOCKS_THELANG_FLAGS', 'Afficher les drapeaux');
- define('_BLOCKS_THELANG_DROPDOWN', 'Menu déroulant');
- define('_BLOCKS_THELANG_LIST', 'Liste');
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php 2006-11-12 23:00:23 UTC (rev 256)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/version.php 2006-11-21 22:17:44 UTC (rev 257)
- @@ -37,6 +37,6 @@
- define('_BLOCKMOD_NAME', 'Blocs');
- define('_BLOCKMOD_DISPLAYNAME', 'Administration des Blocs');
- -define('_BLOCKMOD_DESCRIPTION', 'Administration Des Blocs du site');
- +define('_BLOCKMOD_DESCRIPTION', 'Administration des Blocs du site');
- ?>
- \ 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] r257 - in trunk/traductions/pnpacks/postnuke: language/fra system/admin/pnlang/fra system/admin_messages/pnlang/fra system/authldap/pnlang/fra system/authpn/pnlang/fra system/blocks/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 22.11.2006, 11: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




