Subversion Repositories Applications.papyrus

Rev

Rev 1677 | Details | Compare with Previous | 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
// ----
1677 ddelon 35
// CVS : $Id: adme_langue_en.inc.php,v 1.3 2007-10-25 14:26:56 ddelon Exp $
818 ddelon 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
1677 ddelon 48
*@version       $Revision: 1.3 $ $Date: 2007-10-25 14:26:56 $
818 ddelon 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');
1666 ddelon 75
define('ADME_LG_ACTION_CLASSIQUE_MODIFIER_ACTION', 'classical_menu_modify_action');
818 ddelon 76
 
77
define('ADME_LG_ACTION_CLASSIQUE_MONTER', 'menu_classique_go_up');
78
define('ADME_LG_ACTION_CLASSIQUE_MONTER_ALT', 'UP');
79
define('ADME_LG_ACTION_CLASSIQUE_MONTER_TITLE', 'Go up this menu');
80
 
81
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE', 'classical_menu_down');
82
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE_ALT', 'Down');
83
define('ADME_LG_ACTION_CLASSIQUE_DESCENDRE_TITLE', 'Down this menu');
84
 
85
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER', 'menu_classical_decrease');
86
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER_ALT', 'Decrease');
87
define('ADME_LG_ACTION_CLASSIQUE_DIMINUER_TITLE', 'Decrease of one level this menu');
88
 
89
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER', 'menu_classical_increase');
90
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER_ALT', 'Increase');
91
define('ADME_LG_ACTION_CLASSIQUE_AUGMENTER_TITLE', 'Increase of one level this menu');
92
 
93
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE', 'menu_classical_translate');
94
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_ACTION', 'menu_classical_translate_action');
95
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_ALT', 'Translate');
96
define('ADME_LG_ACTION_CLASSIQUE_TRADUIRE_TITLE', 'Translate this menu');
97
 
98
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER', 'classical_menu_remove');
99
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_ALT', 'Remove');
100
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_TITLE', 'Remove this menu');
101
 
1666 ddelon 102
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_TRADUCTION', 'classical_menu_remove_translation');
103
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_TRADUCTION_ALT', 'Remove');
104
define('ADME_LG_ACTION_CLASSIQUE_SUPPRIMER_TRADUCTION_TITLE', 'Remove this menu');
105
 
818 ddelon 106
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER', 'classical_menu_add');
107
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER_ALT', 'Add');
108
define('ADME_LG_ACTION_CLASSIQUE_AJOUTER_TITLE', 'Add this menu');
109
 
110
define('ADME_LG_ACTION_CLASSIQUE_VERIFIER', 'classical_menu_check');
1666 ddelon 111
define('ADME_LG_ACTION_CLASSIQUE_VERIFIER_TRADUCTION', 'classical_menu_check_translation');
818 ddelon 112
 
1666 ddelon 113
define('ADME_LG_ACTION_CLASSIQUE_TRADUCTION_DEFAUT', 'classical_menu_translation_default');
114
define('ADME_LG_ACTION_CLASSIQUE_TRADUCTION_DEFAUT_ALT', 'Chose this menu as default translation');
115
define('ADME_LG_ACTION_CLASSIQUE_TRADUCTION_DEFAUT_TITLE', 'Chose this menu as default translation');
116
 
1677 ddelon 117
define ('ADME_LG_ACTION_CLASSIQUE_LIMITER', 'classical_menu_limit');
118
define ('ADME_LG_ACTION_CLASSIQUE_OUVRIR', 'menu_classique_open');
119
define ('ADME_LG_ACTION_CLASSIQUE_LIMITER_TITLE', 'Restrict menu to this lang');
120
define ('ADME_LG_ACTION_CLASSIQUE_OUVRIR_TITLE', 'Always show this menu');
1666 ddelon 121
 
1677 ddelon 122
 
123
 
818 ddelon 124
// Les actions des menus communs:
125
define('ADME_LG_ACTION_COMMUN_MODIFIER', 'common_menu_modify');
126
define('ADME_LG_ACTION_COMMUN_MODIFIER_ALT', 'Modify');
127
define('ADME_LG_ACTION_COMMUN_MODIFIER_TITLE', 'Modify this menu');
1666 ddelon 128
define('ADME_LG_ACTION_COMMUN_MODIFIER_ACTION', 'common_menu_modify_action');
818 ddelon 129
 
130
define('ADME_LG_ACTION_COMMUN_MONTER', 'common_menu_up');
131
define('ADME_LG_ACTION_COMMUN_MONTER_ALT', 'UP');
132
define('ADME_LG_ACTION_COMMUN_MONTER_TITLE', 'Up this menu');
133
 
134
define('ADME_LG_ACTION_COMMUN_DESCENDRE', 'common_menu_down');
135
define('ADME_LG_ACTION_COMMUN_DESCENDRE_ALT', 'Down');
136
define('ADME_LG_ACTION_COMMUN_DESCENDRE_TITLE', 'Down this menu');
137
 
138
define('ADME_LG_ACTION_COMMUN_DIMINUER', 'common_menu_decrease');
139
define('ADME_LG_ACTION_COMMUN_DIMINUER_ALT', 'Decrease');
140
define('ADME_LG_ACTION_COMMUN_DIMINUER_TITLE', 'Decrease of one level this menu');
141
 
142
define('ADME_LG_ACTION_COMMUN_AUGMENTER', 'common_menu_increase');
143
define('ADME_LG_ACTION_COMMUN_AUGMENTER_ALT', 'Increase');
144
define('ADME_LG_ACTION_COMMUN_AUGMENTER_TITLE', 'Increase of one level this');
145
 
146
define('ADME_LG_ACTION_COMMUN_TRADUIRE', 'commun_menu_translate');
147
define('ADME_LG_ACTION_COMMUN_TRADUIRE_ACTION', 'commun_menu_translate_action');
148
define('ADME_LG_ACTION_COMMUN_TRADUIRE_ALT', 'Translate');
149
define('ADME_LG_ACTION_COMMUN_TRADUIRE_TITLE', 'Translate thid menu');
150
 
151
define('ADME_LG_ACTION_COMMUN_SUPPRIMER', 'common_menu_remove');
152
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_ALT', 'Remove');
153
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_TITLE', 'Remove this menu');
154
 
1666 ddelon 155
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_TRADUCTION', 'common_menu_remove_translation');
156
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_TRADUCTION_ALT', 'Remove');
157
define('ADME_LG_ACTION_COMMUN_SUPPRIMER_TRADUCTION_TITLE', 'Remove this menu');
158
 
818 ddelon 159
define('ADME_LG_ACTION_COMMUN_AJOUTER', 'common_menu_add');
160
define('ADME_LG_ACTION_COMMUN_AJOUTER_ALT', 'Add');
161
define('ADME_LG_ACTION_COMMUN_AJOUTER_TITLE', 'Add this menu');
162
 
163
define('ADME_LG_ACTION_COMMUN_VERIFIER', 'common_menu_check');
1666 ddelon 164
define('ADME_LG_ACTION_COMMUN_VERIFIER_TRADUCTION', 'common_menu_check_translation');
818 ddelon 165
 
1666 ddelon 166
define('ADME_LG_ACTION_COMMUN_TRADUCTION_DEFAUT', 'common_menu_translation_default');
167
define('ADME_LG_ACTION_COMMUN_TRADUCTION_DEFAUT_ALT', 'Chose this menu as default translation');
168
define('ADME_LG_ACTION_COMMUN_TRADUCTION_DEFAUT_TITLE', 'Chose this menu as default translation');
169
 
170
 
818 ddelon 171
// Les actions générales:
172
define('ADME_LG_ACTION_ADMINISTRER', 'Manage');
173
define('ADME_LG_ACTION_ADMINISTRER_ALT', 'Manage');
174
define('ADME_LG_ACTION_ADMINISTRER_TITLE', 'Manage the application of this menu');
175
 
176
define('ADME_LG_ACTION_PLIER', 'adme_menu_close');
177
define('ADME_LG_ACTION_PLIER_ALT', 'Fold');
178
 
179
define('ADME_LG_ACTION_DEPLIER', 'adme_menu_open');
180
define('ADME_LG_ACTION_DEPLIER_ALT', 'Unfold');
181
 
182
define('ADME_LG_ACTION_SUPPRIMER_CONFIRMATION', 'Are you sure to want to remove this menu?');
183
 
184
// Les erreurs:
185
define('ADME_LG_ERREUR_INFO_MENU', 'impossible to read the informations of the menu.');
186
define('ADME_LG_ERREUR_INFO_SITE', 'impossible to read the informations of the website.');
187
define('ADME_LG_ERREUR_INFO_MENU_RELATION', 'impossible to read the informations about the relations of the  menu.');
188
define('ADME_LG_ERREUR_ID_MENU_PERE', 'impossible to read identifying of the menu father.');
189
define('ADME_LG_ERREUR_CODE_NUM', "The value %s for the \"code nuérique\" yet exists");
190
define('ADME_LG_ERREUR_CODE_ALPHA', "The value %s for the  \"Code alphanumérique\" yet exist");
191
define('ADME_LG_ERREUR_EXISTE_SOUS_MENU', 'This menu includes under-menues. Please, begin to remove them.');
192
 
193
// Le formulaire de modification d'un menu :
194
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_GENERAL', 'Mofify menu');
195
define('ADME_LG_FORM_MENU_COMMUN_TITRE_GENERAL', 'Modify common menu');
196
 
197
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_CONFIG', 'Menu config');
198
define('ADME_LG_FORM_MENU_COMMUN_TITRE_CONFIG', 'Common menu confgig');
199
define('ADME_LG_FORM_MENU_ID', 'Identifier of this menu : ');
200
define('ADME_LG_FORM_MENU_CODE_NUM', 'Numeric code of this menu');
201
define('ADME_LG_FORM_MENU_REGLE_CODE_NUM', ' a numeric digital code is necessary for the menu !');
202
define('ADME_LG_FORM_MENU_CODE_ALPHA', 'Code alphanumérique of the menu');
203
define('ADME_LG_FORM_MENU_REGLE_CODE_ALPHA', 'An alphanumeric code is necessary for the menu!');
204
define('ADME_LG_FORM_MENU_NOM', 'Name of the menu');
205
define('ADME_LG_FORM_MENU_REGLE_NOM', 'a name is necessary for the menu !');
206
define('ADME_LG_FORM_MENU_RACCOURCI', ' Shortened clavier');
207
define('ADME_LG_FORM_MENU_DEFAUT', 'Making the menu by défaut');
208
define('ADME_LG_FORM_MENU_FICHIER_SQUELETTE', ' File squelette');
209
define('ADME_LG_FORM_MENU_INFO_BULLE', ' Contained information-bulle');
210
define('ADME_LG_FORM_MENU_REGLE_INFO_BULLE', ' a short description for the information-bubble is necessary for this menu!');
211
define('ADME_LG_FORM_MENU_APPLI', 'Application');
212
define('ADME_LG_FORM_MENU_APPLI_ARGUMENT', 'Application arguments');
213
 
214
define('ADME_LG_FORM_MENU_CLASSIQUE_TITRE_ENTETE', ' Heading of the pages of the menu');
215
define('ADME_LG_FORM_MENU_COMMUN_TITRE_ENTETE', ' Heading of the pages of the  common menu');
216
define('ADME_LG_FORM_MENU_ROBOT', ' Indexing by robots');
217
define('ADME_LG_FORM_MENU_INDEX_FOLLOW', 'Indexeing this page and next');
218
define('ADME_LG_FORM_MENU_INDEX', 'Indexing only this page');
219
define('ADME_LG_FORM_MENU_NOINDEX_NOFOLLOW', 'Do notindexing this page and next pages');
220
define('ADME_LG_FORM_MENU_NOINDEX', 'Do not indexing this page');
221
define('ADME_LG_FORM_MENU_INDEX_VIDE', 'None');
222
define('ADME_LG_FORM_MENU_TITRE', 'Title of the page');
223
define('ADME_LG_FORM_MENU_TITRE_ALTERNATIF', 'Alternative tittle for the page');
224
define('ADME_LG_FORM_MENU_MOT_CLE', 'key-words');
225
define('ADME_LG_FORM_MENU_DESCRIPTION', ' Description of the content');
226
define('ADME_LG_FORM_MENU_TABLE_MATIERE', 'Contents');
227
define('ADME_LG_FORM_MENU_SOURCE', 'Source');
228
define('ADME_LG_FORM_MENU_AUTEUR', 'Author');
229
define('ADME_LG_FORM_MENU_CONTRIBUTEUR', 'Contributor');
230
define('ADME_LG_FORM_MENU_EDITEUR', 'Éditor');
231
define('ADME_LG_FORM_MENU_DATE_CREATION', 'Creation date');
232
define('ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT', 'Go back to beginning of validity');
233
define('ADME_LG_FORM_MENU_DATE_VALIDITE_FIN', 'Completion date of validity');
234
define('ADME_LG_FORM_MENU_DATE_COPYRIGHT', 'Year for the copyright');
235
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL of the licence');
236
define('ADME_LG_FORM_MENU_CATEGORIE', 'Catégory');
237
define('ADME_LG_FORM_MENU_PUBLIC', 'Public for the page');
238
define('ADME_LG_FORM_MENU_PUBLIC_NIVEAU', 'level of public for this  page');
239
define('ADME_LG_FORM_MENU_ZG_TYPE', 'Type of space range');
240
define('ADME_LG_FORM_MENU_ZG_VALEUR', 'Space range of the page');
241
define('ADME_LG_FORM_MENU_ZG_VIDE', 'None');
242
define('ADME_LG_FORM_MENU_ZG_ISO', 'Code of the country on two letters(iso3166)');
243
define('ADME_LG_FORM_MENU_ZG_DC', ' Representation of the geographical areas of Dublin Core');
244
define('ADME_LG_FORM_MENU_ZG_POINT', 'Géographique point');
245
define('ADME_LG_FORM_MENU_ZG_GTGN', 'Noms issus du Getty Thesaurus of Geographic Names');
246
define('ADME_LG_FORM_MENU_TMP_TYPE', ' Standard of range temporal');
247
define('ADME_LG_FORM_MENU_TMP_VALEUR', ' Temporal dimension of the page');
248
define('ADME_LG_FORM_MENU_TMP_VIDE', 'None');
249
define('ADME_LG_FORM_MENU_TMP_W3C', ' Coding of the dates and hours of the W3C');
250
define('ADME_LG_FORM_MENU_TMP_DC', ' Representation of the intervals of time of Dublin Core');
251
 
252
define('ADME_LG_FORM_MENU_VALIDER', 'Record');
253
define('ADME_LG_FORM_MENU_ANNULER', 'Cancel');
254
define('ADME_LG_FORM_TXT_CHP_OBLIGATOIRE', ' Indicates the fields obligatoires');
255
define('ADME_LG_FORM_SYMBOLE_CHP_OBLIGATOIRE', '*');
256
 
257
// Charactère spéciaux:
258
define('ADME_LG_PARENTHESE_OUVRANTE', '(');
259
define('ADME_LG_PARENTHESE_FERMANTE', ')');
260
define('ADME_LG_SLASH', '/');
261
// +------------------------------------------------------------------------------------------------------+
262
// |                                            PIED du PROGRAMME                                         |
263
// +------------------------------------------------------------------------------------------------------+
264
 
265
 
266
/* +--Fin du code ----------------------------------------------------------------------------------------+
267
*
2150 mathias 268
* $Log: adme_langue_en.inc.php,v $
269
* Revision 1.3  2007-10-25 14:26:56  ddelon
270
* Multilinguisme : présentation restriction à une langue
271
*
1677 ddelon 272
* Revision 1.2  2007-10-23 14:10:00  ddelon
273
* Ajout traductions manquantes pour l'anglais
274
*
1666 ddelon 275
* Revision 1.1  2006-04-12 21:11:54  ddelon
276
* Multilinguisme menus communs
277
*
818 ddelon 278
* Revision 1.7  2005/07/18 16:14:32  ddelon
279
* css admin + menu communs
280
*
281
* Revision 1.6  2005/07/08 21:13:15  ddelon
282
* Gestion indentation menu
283
*
284
* Revision 1.5  2005/05/26 15:45:09  jpm
285
* Ajout d'une majuscule accentuée.
286
*
287
* Revision 1.4  2005/03/29 15:49:31  jpm
288
* Ajout de la constante pour la date de création dans le formulaire des menus.
289
*
290
* Revision 1.3  2004/12/01 16:47:07  jpm
291
* Ajout d'un texte pour la boite javascript de confirmation de suppression de menu.
292
*
293
* Revision 1.2  2004/11/10 17:26:12  jpm
294
* Fin gestion de la traduction.
295
*
296
* Revision 1.1  2004/11/10 11:58:31  jpm
297
* Début de la traduction de l'appli.
298
*
299
*
300
* +-- Fin du code ----------------------------------------------------------------------------------------+
301
*/
302
?>