3 ###############################################################################
5 # This is a french language page for the Geeklog Static Page Plug-in!
6 # Translation performed by Jean-Francois Allard - jfallard@jfallard.com
7 # Copyright (c) July 2003
9 # Copyright (C) 2001 Tony Bibbs
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 ###############################################################################
30 ###############################################################################
32 # $LANGXX[YY]: $LANG - variable name
34 # YY - phrase id number
35 ###############################################################################
38 'newpage' => 'Nouvelle page',
39 'adminhome' => 'Entrée - admin',
40 'staticpages' => 'Pages statiques',
41 'staticpageeditor' => 'Éditeur de pages statiques',
42 'writtenby' => 'Écrit par',
43 'date' => 'Dernière mise à jour',
45 'content' => 'Contenu',
47 'staticpagelist' => 'Liste des pages statiques',
50 'lastupdated' => 'Dernière mise à jour',
51 'pageformat' => 'Format des pages',
52 'leftrightblocks' => 'Blocs à gauche et à droite',
53 'blankpage' => 'Nouvelle page vierge',
54 'noblocks' => 'Pas de blocs',
55 'leftblocks' => 'Blocs à gauche',
56 'addtomenu' => 'Ajoutez au menu',
58 'nopages' => 'Il n\'y a pas de pages statiques enregistrées dans le système présentement',
59 'save' => 'sauvegarde',
60 'preview' => 'aperçu',
61 'delete' => 'effacer',
62 'cancel' => 'annuler',
63 'access_denied' => 'Acces refusé',
64 'access_denied_msg' => 'Vous essayez d\'accéder illégalement à l\'une des pages administratives relatives aux pages statiques. Veuillez noter que toutes les tentatives illégales en ce sens seront enregistrées',
65 'all_html_allowed' => 'Toutes les balises HTML sont acceptées',
66 'results' => 'Résultats des pages statiques',
68 'no_title_or_content' => 'Vous devez au minimum inscrire quelque chose dans les champs <b>titre</b> et <b>contenu</b>.',
69 'no_such_page_anon' => 'Prière de vous enregistrer',
70 'no_page_access_msg' => "Ce pourrait être parce que vous ne vous êtes pas enregistré, ou inscrit comme membre de {$_CONF['site_name']}. Veuillez <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> vous inscrire comme membre</a> de {$_CONF['site_name']} pour recevoir toutes les permissions nécessaires",
72 'php_warn' => 'Avertissement: le code PHP de votre page sera évalué si vous utilisez cette fonction. Utilisez avec précaution !!',
73 'exit_msg' => 'Type de sortie: ',
74 'exit_info' => 'Activez pour obtenir le message d\'accès requis. Gardez non-sélectionné pour actionner les vérifications et les messages de sécurité normaux.',
75 'deny_msg' => 'L\'accès à cette page est impossible. Soit la page à été déplacée, soit vous n\'avez pas les permissions nécessaires.',
76 'stats_headline' => 'Top-10 des pages statiques les plus fréquentées',
77 'stats_page_title' => 'Titre des pages',
78 'stats_hits' => 'Clics',
79 'stats_no_hits' => 'Il serait possible qu\'il n\'y ait aucune page statique sur ce site, ou alors personne ne les a encore consultées.',
80 'id' => 'Identification',
81 'duplicate_id' => 'L\'identification choisie pour cette page est déjà utilisée par une autre page. Veuillez en choisir une autre.',
82 'instructions' => 'Pour modifier une page statique, cliquez sur son numéro ci-dessous. Pour voir une page statique, cliquez sur le titre de la page. Pour créer une page statique, cliquez sur Nouvelle page ci-dessous. Cliquez sur [C] pour créer une copie de page existante.',
83 'centerblock' => 'Bloc du centre: ',
84 'centerblock_msg' => 'Lorsque sélectionnée, cette page statique sera disposée comme le bloc central de la page d\'index.',
86 'position' => 'Position: ',
87 'all_topics' => 'Tout',
88 'no_topic' => 'Page d\'accueil seulement',
89 'position_top' => 'Haut de page',
90 'position_feat' => 'Après les articles',
91 'position_bottom' => 'Bas de page',
92 'position_entire' => 'Page entière',
93 'head_centerblock' => 'Bloc du centre',
94 'centerblock_no' => 'Non',
95 'centerblock_top' => 'Haut',
96 'centerblock_feat' => 'Article principal',
97 'centerblock_bottom' => 'Bas',
98 'centerblock_entire' => 'Bloc entier',
99 'inblock_msg' => 'In a block: ',
100 'inblock_info' => 'Wrap Static Page in a block.',
101 'title_edit' => 'Edit page',
102 'title_copy' => 'Make a copy of this page',
103 'title_display' => 'Display page',
104 'select_php_none' => 'do not execute PHP',
105 'select_php_return' => 'execute PHP (return)',
106 'select_php_free' => 'execute PHP',
107 'php_not_activated' => "The use of PHP in static pages is not activated. Please see the <a href=\"{$_CONF['site_url']}/docs/english/staticpages.html#php\">documentation</a> for details.",
108 'printable_format' => 'Printable Format',
110 'limit_results' => 'Limit Results',
111 'search' => 'Search',
115 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
116 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
117 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
119 // Messages for the plugin upgrade
120 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
121 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
123 // Localization of the Admin Configuration UI
124 $LANG_configsections['staticpages'] = array(
125 'label' => 'Static Pages',
126 'title' => 'Static Pages Configuration'
129 $LANG_confignames['staticpages'] = array(
130 'allow_php' => 'Allow PHP?',
131 'sort_by' => 'Sort Centerblocks by',
132 'sort_menu_by' => 'Sort Menu Entries by',
133 'delete_pages' => 'Delete Pages with Owner?',
134 'in_block' => 'Wrap Pages in Block?',
135 'show_hits' => 'Show Hits?',
136 'show_date' => 'Show Date?',
137 'filter_html' => 'Filter HTML?',
138 'censor' => 'Censor Content?',
139 'default_permissions' => 'Page Default Permissions',
140 'aftersave' => 'After Saving Page',
141 'atom_max_items' => 'Max. Pages in Webservices Feed',
142 'meta_tags' => 'Enable Meta Tags'
145 $LANG_configsubgroups['staticpages'] = array(
146 'sg_main' => 'Main Settings'
149 $LANG_fs['staticpages'] = array(
150 'fs_main' => 'Static Pages Main Settings',
151 'fs_permissions' => 'Default Permissions'
154 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
155 $LANG_configselects['staticpages'] = array(
156 0 => array('True' => 1, 'False' => 0),
157 1 => array('True' => true, 'False' => false),
158 2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
159 3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
160 9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
161 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)