Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
818 ddelon 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)
4
//
5
// Ce logiciel est un programme informatique servant à gérer du contenu et des
6
// applications web.
7
 
8
// Ce logiciel est régi par la licence CeCILL soumise au droit français et
9
// respectant les principes de diffusion des logiciels libres. Vous pouvez
10
// utiliser, modifier et/ou redistribuer ce programme sous les conditions
11
// de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
12
// sur le site "http://www.cecill.info".
13
 
14
// En contrepartie de l'accessibilité au code source et des droits de copie,
15
// de modification et de redistribution accordés par cette licence, il n'est
16
// offert aux utilisateurs qu'une garantie limitée.  Pour les mêmes raisons,
17
// seule une responsabilité restreinte pèse sur l'auteur du programme,  le
18
// titulaire des droits patrimoniaux et les concédants successifs.
19
 
20
// A cet égard  l'attention de l'utilisateur est attirée sur les risques
21
// associés au chargement,  à l'utilisation,  à la modification et/ou au
22
// développement et à la reproduction du logiciel par l'utilisateur étant
23
// donné sa spécificité de logiciel libre, qui peut le rendre complexe à
24
// manipuler et qui le réserve donc à des développeurs et des professionnels
25
// avertis possédant  des  connaissances  informatiques approfondies.  Les
26
// utilisateurs sont donc invités à charger  et  tester  l'adéquation  du
27
// logiciel à leurs besoins dans des conditions permettant d'assurer la
28
// sécurité de leurs systèmes et ou de leurs données et, plus généralement,
29
// à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
30
 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
33
// termes.
34
// ----
35
// CVS : $Id: adme_langue_en.inc.php,v 1.1 2006-04-12 21:11:54 ddelon Exp $
36
/**
37
* Gestion des langues de l'application ADME
38
*
39
* Contient les constantes pour la langue française de l'application ADME.
40
*
41
*@package Admin_menu
42
*@subpackage Langues
43
//Auteur original :
44
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
45
//Autres auteurs :
46
*@author        Aucun
47
*@copyright     Tela-Botanica 2000-2004
48
*@version       $Revision: 1.1 $ $Date: 2006-04-12 21:11:54 $
49
// +------------------------------------------------------------------------------------------------------+
50
*/
51
 
52
// +------------------------------------------------------------------------------------------------------+
53
// |                                            ENTETE du PROGRAMME                                       |
54
// +------------------------------------------------------------------------------------------------------+
55
 
56
 
57
 
58
// +------------------------------------------------------------------------------------------------------+
59
// |                                            CORPS du PROGRAMME                                        |
60
// +------------------------------------------------------------------------------------------------------+
61
// Le formulaire de sélection du site dont les menus doivent être administrer :
62
define('ADME_LG_FORM_SITE_TITRE', 'List of the websites');
63
define('ADME_LG_FORM_SITE_CHOIX', 'Choice the site to administrate : ');
64
define('ADME_LG_FORM_SITE_VALIDER', 'OK');
65
 
66
// Les titres de l'arborescence des menus à administrer:
67
define('ADME_LG_MENU_TITRE', 'Configuration of the menus of the website:');
68
define('ADME_LG_MENU_CLASSIQUE_RACINE', 'Add a classical menu');
69
define('ADME_LG_MENU_COMMUN_RACINE', 'Add a common menu');
70
 
71
// Les actions des menus classiques:
72
define('ADME_LG_ACTION_CLASSIQUE_MODIFIER', 'classical_menu_modify');
73
define('ADME_LG_ACTION_CLASSIQUE_MODIFIER_ALT', 'Modify');
74
define('ADME_LG_ACTION_CLASSIQUE_MODIFIER_TITLE', 'Modify this menu');
75
 
76
define('ADME_LG_ACTION_CLASSIQUE_MONTER', 'menu_classique_go_up');
77
define('ADME_LG_ACTION_CLASSIQUE_MONTER_ALT', 'UP');
78
define('ADME_LG_ACTION_CLASSIQUE_MONTER_TITLE', 'Go up this menu');
79
 
80
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE', 'classical_menu_down');
81
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE_ALT', 'Down');
82
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE_TITLE', 'Down this menu');
83
 
84
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER', 'menu_classical_decrease');
85
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER_ALT', 'Decrease');
86
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER_TITLE', 'Decrease of one level this menu');
87
 
88
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER', 'menu_classical_increase');
89
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER_ALT', 'Increase');
90
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER_TITLE', 'Increase of one level this menu');
91
 
92
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE', 'menu_classical_translate');
93
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_ACTION', 'menu_classical_translate_action');
94
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_ALT', 'Translate');
95
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_TITLE', 'Translate this menu');
96
 
97
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER', 'classical_menu_remove');
98
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_ALT', 'Remove');
99
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_TITLE', 'Remove this menu');
100
 
101
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER', 'classical_menu_add');
102
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER_ALT', 'Add');
103
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER_TITLE', 'Add this menu');
104
 
105
define('ADME_LG_ACTION_CLASSIQUE_VERIFIER', 'classical_menu_check');
106
 
107
// Les actions des menus communs:
108
define('ADME_LG_ACTION_COMMUN_MODIFIER', 'common_menu_modify');
109
define('ADME_LG_ACTION_COMMUN_MODIFIER_ALT', 'Modify');
110
define('ADME_LG_ACTION_COMMUN_MODIFIER_TITLE', 'Modify this menu');
111
 
112
define('ADME_LG_ACTION_COMMUN_MONTER', 'common_menu_up');
113
define('ADME_LG_ACTION_COMMUN_MONTER_ALT', 'UP');
114
define('ADME_LG_ACTION_COMMUN_MONTER_TITLE', 'Up this menu');
115
 
116
define('ADME_LG_ACTION_COMMUN_DESCENDRE', 'common_menu_down');
117
define('ADME_LG_ACTION_COMMUN_DESCENDRE_ALT', 'Down');
118
define('ADME_LG_ACTION_COMMUN_DESCENDRE_TITLE', 'Down this menu');
119
 
120
define('ADME_LG_ACTION_COMMUN_DIMINUER', 'common_menu_decrease');
121
define('ADME_LG_ACTION_COMMUN_DIMINUER_ALT', 'Decrease');
122
define('ADME_LG_ACTION_COMMUN_DIMINUER_TITLE', 'Decrease of one level this menu');
123
 
124
define('ADME_LG_ACTION_COMMUN_AUGMENTER', 'common_menu_increase');
125
define('ADME_LG_ACTION_COMMUN_AUGMENTER_ALT', 'Increase');
126
define('ADME_LG_ACTION_COMMUN_AUGMENTER_TITLE', 'Increase of one level this');
127
 
128
define('ADME_LG_ACTION_COMMUN_TRADUIRE', 'commun_menu_translate');
129
define('ADME_LG_ACTION_COMMUN_TRADUIRE_ACTION', 'commun_menu_translate_action');
130
define('ADME_LG_ACTION_COMMUN_TRADUIRE_ALT', 'Translate');
131
define('ADME_LG_ACTION_COMMUN_TRADUIRE_TITLE', 'Translate thid menu');
132
 
133
define('ADME_LG_ACTION_COMMUN_SUPPRIMER', 'common_menu_remove');
134
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_ALT', 'Remove');
135
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_TITLE', 'Remove this menu');
136
 
137
define('ADME_LG_ACTION_COMMUN_AJOUTER', 'common_menu_add');
138
define('ADME_LG_ACTION_COMMUN_AJOUTER_ALT', 'Add');
139
define('ADME_LG_ACTION_COMMUN_AJOUTER_TITLE', 'Add this menu');
140
 
141
define('ADME_LG_ACTION_COMMUN_VERIFIER', 'common_menu_check');
142
 
143
// Les actions générales:
144
define('ADME_LG_ACTION_ADMINISTRER', 'Manage');
145
define('ADME_LG_ACTION_ADMINISTRER_ALT', 'Manage');
146
define('ADME_LG_ACTION_ADMINISTRER_TITLE', 'Manage the application of this menu');
147
 
148
define('ADME_LG_ACTION_PLIER', 'adme_menu_close');
149
define('ADME_LG_ACTION_PLIER_ALT', 'Fold');
150
 
151
define('ADME_LG_ACTION_DEPLIER', 'adme_menu_open');
152
define('ADME_LG_ACTION_DEPLIER_ALT', 'Unfold');
153
 
154
define('ADME_LG_ACTION_SUPPRIMER_CONFIRMATION', 'Are you sure to want to remove this menu?');
155
 
156
// Les erreurs:
157
define('ADME_LG_ERREUR_INFO_MENU', 'impossible to read the informations of the menu.');
158
define('ADME_LG_ERREUR_INFO_SITE', 'impossible to read the informations of the website.');
159
define('ADME_LG_ERREUR_INFO_MENU_RELATION', 'impossible to read the informations about the relations of the  menu.');
160
define('ADME_LG_ERREUR_ID_MENU_PERE', 'impossible to read identifying of the menu father.');
161
define('ADME_LG_ERREUR_CODE_NUM', "The value %s for the \"code nuérique\" yet exists");
162
define('ADME_LG_ERREUR_CODE_ALPHA', "The value %s for the  \"Code alphanumérique\" yet exist");
163
define('ADME_LG_ERREUR_EXISTE_SOUS_MENU', 'This menu includes under-menues. Please, begin to remove them.');
164
 
165
// Le formulaire de modification d'un menu :
166
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_GENERAL', 'Mofify menu');
167
define('ADME_LG_FORM_MENU_COMMUN_TITRE_GENERAL', 'Modify common menu');
168
 
169
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_CONFIG', 'Menu config');
170
define('ADME_LG_FORM_MENU_COMMUN_TITRE_CONFIG', 'Common menu confgig');
171
define('ADME_LG_FORM_MENU_ID', 'Identifier of this menu : ');
172
define('ADME_LG_FORM_MENU_CODE_NUM', 'Numeric code of this menu');
173
define('ADME_LG_FORM_MENU_REGLE_CODE_NUM', ' a numeric digital code is necessary for the menu !');
174
define('ADME_LG_FORM_MENU_CODE_ALPHA', 'Code alphanumérique of the menu');
175
define('ADME_LG_FORM_MENU_REGLE_CODE_ALPHA', 'An alphanumeric code is necessary for the menu!');
176
define('ADME_LG_FORM_MENU_NOM', 'Name of the menu');
177
define('ADME_LG_FORM_MENU_REGLE_NOM', 'a name is necessary for the menu !');
178
define('ADME_LG_FORM_MENU_RACCOURCI', ' Shortened clavier');
179
define('ADME_LG_FORM_MENU_DEFAUT', 'Making the menu by défaut');
180
define('ADME_LG_FORM_MENU_FICHIER_SQUELETTE', ' File squelette');
181
define('ADME_LG_FORM_MENU_INFO_BULLE', ' Contained information-bulle');
182
define('ADME_LG_FORM_MENU_REGLE_INFO_BULLE', ' a short description for the information-bubble is necessary for this menu!');
183
define('ADME_LG_FORM_MENU_APPLI', 'Application');
184
define('ADME_LG_FORM_MENU_APPLI_ARGUMENT', 'Application arguments');
185
 
186
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_ENTETE', ' Heading of the pages of the menu');
187
define('ADME_LG_FORM_MENU_COMMUN_TITRE_ENTETE', ' Heading of the pages of the  common menu');
188
define('ADME_LG_FORM_MENU_ROBOT', ' Indexing by robots');
189
define('ADME_LG_FORM_MENU_INDEX_FOLLOW', 'Indexeing this page and next');
190
define('ADME_LG_FORM_MENU_INDEX', 'Indexing only this page');
191
define('ADME_LG_FORM_MENU_NOINDEX_NOFOLLOW', 'Do notindexing this page and next pages');
192
define('ADME_LG_FORM_MENU_NOINDEX', 'Do not indexing this page');
193
define('ADME_LG_FORM_MENU_INDEX_VIDE', 'None');
194
define('ADME_LG_FORM_MENU_TITRE', 'Title of the page');
195
define('ADME_LG_FORM_MENU_TITRE_ALTERNATIF', 'Alternative tittle for the page');
196
define('ADME_LG_FORM_MENU_MOT_CLE', 'key-words');
197
define('ADME_LG_FORM_MENU_DESCRIPTION', ' Description of the content');
198
define('ADME_LG_FORM_MENU_TABLE_MATIERE', 'Contents');
199
define('ADME_LG_FORM_MENU_SOURCE', 'Source');
200
define('ADME_LG_FORM_MENU_AUTEUR', 'Author');
201
define('ADME_LG_FORM_MENU_CONTRIBUTEUR', 'Contributor');
202
define('ADME_LG_FORM_MENU_EDITEUR', 'Éditor');
203
define('ADME_LG_FORM_MENU_DATE_CREATION', 'Creation date');
204
define('ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT', 'Go back to beginning of validity');
205
define('ADME_LG_FORM_MENU_DATE_VALIDITE_FIN', 'Completion date of validity');
206
define('ADME_LG_FORM_MENU_DATE_COPYRIGHT', 'Year for the copyright');
207
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL of the licence');
208
define('ADME_LG_FORM_MENU_CATEGORIE', 'Catégory');
209
define('ADME_LG_FORM_MENU_PUBLIC', 'Public for the page');
210
define('ADME_LG_FORM_MENU_PUBLIC_NIVEAU', 'level of public for this  page');
211
define('ADME_LG_FORM_MENU_ZG_TYPE', 'Type of space range');
212
define('ADME_LG_FORM_MENU_ZG_VALEUR', 'Space range of the page');
213
define('ADME_LG_FORM_MENU_ZG_VIDE', 'None');
214
define('ADME_LG_FORM_MENU_ZG_ISO', 'Code of the country on two letters(iso3166)');
215
define('ADME_LG_FORM_MENU_ZG_DC', ' Representation of the geographical areas of Dublin Core');
216
define('ADME_LG_FORM_MENU_ZG_POINT', 'Géographique point');
217
define('ADME_LG_FORM_MENU_ZG_GTGN', 'Noms issus du Getty Thesaurus of Geographic Names');
218
define('ADME_LG_FORM_MENU_TMP_TYPE', ' Standard of range temporal');
219
define('ADME_LG_FORM_MENU_TMP_VALEUR', ' Temporal dimension of the page');
220
define('ADME_LG_FORM_MENU_TMP_VIDE', 'None');
221
define('ADME_LG_FORM_MENU_TMP_W3C', ' Coding of the dates and hours of the W3C');
222
define('ADME_LG_FORM_MENU_TMP_DC', ' Representation of the intervals of time of Dublin Core');
223
 
224
define('ADME_LG_FORM_MENU_VALIDER', 'Record');
225
define('ADME_LG_FORM_MENU_ANNULER', 'Cancel');
226
define('ADME_LG_FORM_TXT_CHP_OBLIGATOIRE', ' Indicates the fields obligatoires');
227
define('ADME_LG_FORM_SYMBOLE_CHP_OBLIGATOIRE', '*');
228
 
229
// Charactère spéciaux:
230
define('ADME_LG_PARENTHESE_OUVRANTE', '(');
231
define('ADME_LG_PARENTHESE_FERMANTE', ')');
232
define('ADME_LG_SLASH', '/');
233
// +------------------------------------------------------------------------------------------------------+
234
// |                                            PIED du PROGRAMME                                         |
235
// +------------------------------------------------------------------------------------------------------+
236
 
237
 
238
/* +--Fin du code ----------------------------------------------------------------------------------------+
239
*
240
* $Log: not supported by cvs2svn $
241
* Revision 1.7  2005/07/18 16:14:32  ddelon
242
* css admin + menu communs
243
*
244
* Revision 1.6  2005/07/08 21:13:15  ddelon
245
* Gestion indentation menu
246
*
247
* Revision 1.5  2005/05/26 15:45:09  jpm
248
* Ajout d'une majuscule accentuée.
249
*
250
* Revision 1.4  2005/03/29 15:49:31  jpm
251
* Ajout de la constante pour la date de création dans le formulaire des menus.
252
*
253
* Revision 1.3  2004/12/01 16:47:07  jpm
254
* Ajout d'un texte pour la boite javascript de confirmation de suppression de menu.
255
*
256
* Revision 1.2  2004/11/10 17:26:12  jpm
257
* Fin gestion de la traduction.
258
*
259
* Revision 1.1  2004/11/10 11:58:31  jpm
260
* Début de la traduction de l'appli.
261
*
262
*
263
* +-- Fin du code ----------------------------------------------------------------------------------------+
264
*/
265
?>