Subversion Repositories Applications.papyrus

Rev

Rev 150 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
147 jpm 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: adme_langue_fr.inc.php,v 1.1 2004-11-10 11:58:31 jpm Exp $
25
/**
26
* Gestion des langues de l'application ADME
27
*
28
* Contient les constantes pour la langue française de l'application ADME.
29
*
30
*@package Admin_menu
31
*@subpackage Langues
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.1 $ $Date: 2004-11-10 11:58:31 $
38
// +------------------------------------------------------------------------------------------------------+
39
*/
40
 
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTETE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
44
 
45
 
46
 
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
50
// Le formulaire de sélection du site dont les menus doivent être administrer :
51
define('ADME_LG_FORM_SITE_TITRE', 'Listes des sites');
52
define('ADME_LG_FORM_SITE_CHOIX', 'Choix du site à administrer : ');
53
define('ADME_LG_FORM_SITE_VALIDER', 'OK');
54
 
55
// Les titres de l'arborescence des menus à administrer:
56
define('ADME_LG_MENU_TITRE', 'Configuration des menus du site : ');
57
define('ADME_LG_MENU_CLASSIQUE_RACINE', 'Ajouter un menu classique');
58
define('ADME_LG_MENU_COMMUN_RACINE', 'Ajouter un menu commun');
59
 
60
// Les actions :
61
define('ADME_LG_ACTION_MODIFIER', 'menu_classique_modifier');
62
define('ADME_LG_ACTION_MODIFIER_ALT', 'Modifier');
63
define('ADME_LG_ACTION_MODIFIER_TITLE', 'Modifier ce menu');
64
 
65
define('ADME_LG_ACTION_MONTER', 'menu_classique_monter');
66
define('ADME_LG_ACTION_MONTER_ALT', 'Monter');
67
define('ADME_LG_ACTION_MONTER_TITLE', 'Monter ce menu');
68
 
69
define('ADME_LG_ACTION_DESCENDRE', 'menu_classique_descendre');
70
define('ADME_LG_ACTION_DESCENDRE_ALT', 'Descendre');
71
define('ADME_LG_ACTION_DESCENDRE_TITLE', 'Descendre ce menu');
72
 
73
define('ADME_LG_ACTION_SUPPRIMER', 'menu_classique_supprimer');
74
define('ADME_LG_ACTION_SUPPRIMER_ALT', 'Supprimer');
75
define('ADME_LG_ACTION_SUPPRIMER_TITLE', 'Supprimer ce menu');
76
 
77
define('ADME_LG_ACTION_AJOUTER', 'menu_classique_ajouter');
78
define('ADME_LG_ACTION_AJOUTER_ALT', 'Ajouter');
79
define('ADME_LG_ACTION_AJOUTER_TITLE', 'Ajouter ce menu');
80
 
81
define('ADME_LG_ACTION_ADMINISTRER', 'administrer');
82
define('ADME_LG_ACTION_ADMINISTRER_ALT', 'Administrer');
83
define('ADME_LG_ACTION_ADMINISTRER_TITLE', 'Administrer l\'application de ce menu');
84
 
85
define('ADME_LG_ACTION_PLIER', 'adme_menu_fermer');
86
define('ADME_LG_ACTION_PLIER_ALT', 'Plier');
87
 
88
define('ADME_LG_ACTION_DEPLIER', 'adme_menu_ouvrir');
89
define('ADME_LG_ACTION_DEPLIER_ALT', 'Déplier');
90
 
91
// Les erreurs:
92
define('ADME_LG_ERREUR_INFO_MENU', 'impossible de lire les infos du menu.');
93
 
94
// Le formulaire de modification d'un menu :
95
define('ADME_LG_FORM_MENU_TITRE_GENERAL', 'Modification menu');
96
 
97
define('ADME_LG_FORM_MENU_TITRE_CONFIG', 'Configuration du menu');
98
define('ADME_LG_FORM_MENU_CHP_CODE_NUM', 'Code numérique du menu');
99
define('ADME_LG_FORM_MENU_REGLE_CODE_NUM', 'Un code numérique est requis pour le menu !');
100
define('ADME_LG_FORM_MENU_CHP_CODE_ALPHA', 'Code alphanumérique du menu');
101
define('ADME_LG_FORM_MENU_REGLE_CODE_ALPHA', 'Un code alphanumérique est requis pour le menu !');
102
define('ADME_LG_FORM_MENU_CHP_NOM', 'Nom du menu');
103
define('ADME_LG_FORM_MENU_REGLE_NOM', 'Un nom est requis pour le menu !');
104
define('ADME_LG_FORM_MENU_CHP_RACCOURCI', 'Raccourci clavier');
105
define('ADME_LG_FORM_MENU_CHP_MENU_DEFAUT', 'En faire le menu par défaut');
106
define('ADME_LG_FORM_MENU_CHP_FICHIER_SQUELETTE', 'Fichier squelette');
107
define('ADME_LG_FORM_MENU_CHP_INFO_BULLE', 'Contenu info-bulle');
108
define('ADME_LG_FORM_MENU_REGLE_INFO_BULLE', 'Une description courte pour l\'info-bulle est requise pour ce menu !');
109
define('ADME_LG_FORM_MENU_CHP_APPLI', 'Application');
110
define('ADME_LG_FORM_MENU_CHP_APPLI_ARGUMENT', 'Arguments de l\'application');
111
 
112
define('ADME_LG_FORM_MENU_TITRE_ENTETE', 'Entête des pages du menu');
113
define('ADME_LG_FORM_MENU_ROBOT', 'Indexation par robots');
114
define('ADME_LG_FORM_MENU_INDEX_FOLLOW', 'Indexer cette page et les suivantes');
115
define('ADME_LG_FORM_MENU_INDEX', 'Indexer seulement cette page');
116
define('ADME_LG_FORM_MENU_NOINDEX_NOFOLLOW', 'Ne pas indexer cette page et les suivantes');
117
define('ADME_LG_FORM_MENU_TITRE', 'Titre de la page');
118
define('ADME_LG_FORM_MENU_TITRE_ALTERNATIF', 'Titre alternatif de la page');
119
define('ADME_LG_FORM_MENU_MOT_CLE', 'Mots-clés');
120
define('ADME_LG_FORM_MENU_DESCRIPTION', 'Description du contenu');
121
define('ADME_LG_FORM_MENU_TABLE_MATIERE', 'Table des matières');
122
define('ADME_LG_FORM_MENU_SOURCE', 'Source');
123
define('ADME_LG_FORM_MENU_AUTEUR', 'Auteur');
124
define('ADME_LG_FORM_MENU_CONTRIBUTEUR', 'Contributeur');
125
define('ADME_LG_FORM_MENU_EDITEUR', 'Editeur');
126
define('ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT', 'Date de début de validité');
127
define('ADME_LG_FORM_MENU_DATE_VALIDITE_FIN', 'Date de fin de validité');
128
define('ADME_LG_FORM_MENU_DATE_COPYRIGHT', 'Année pour le copyright');
129
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL de la licence');
130
define('ADME_LG_FORM_MENU_CATEGORIE', 'Catégorie');
131
define('ADME_LG_FORM_MENU_PUBLIC', 'Public pour la page');
132
define('ADME_LG_FORM_MENU_PUBLIC_NIVEAU', 'Niveau du public pour la page');
133
define('ADME_LG_FORM_MENU_ZG_ISO', 'Code de pays sur deux lettres (iso3166)');
134
define('ADME_LG_FORM_MENU_ZG_DC', 'Représentation des régions géographiques du Dublin Core');
135
define('ADME_LG_FORM_MENU_ZG_POINT', 'Point géographique');
136
// +------------------------------------------------------------------------------------------------------+
137
// |                                            PIED du PROGRAMME                                         |
138
// +------------------------------------------------------------------------------------------------------+
139
 
140
 
141
/* +--Fin du code ----------------------------------------------------------------------------------------+
142
*
143
* $Log: not supported by cvs2svn $
144
*
145
* +-- Fin du code ----------------------------------------------------------------------------------------+
146
*/
147
?>