1662 |
alexandre_ |
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 library is free software; you can redistribute it and/or |
|
|
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
|
|
10 |
// | License as published by the Free Software Foundation; either |
|
|
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
|
|
12 |
// | |
|
|
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
|
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
16 |
// | Lesser General Public License for more details. |
|
|
|
17 |
// | |
|
|
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
|
|
19 |
// | License along with this library; if not, write to the Free Software |
|
|
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
1668 |
alexandre_ |
22 |
// CVS : $Id: baz_langue_en.inc.php,v 1.4 2007-10-23 14:30:23 alexandre_tb Exp $
|
1662 |
alexandre_ |
23 |
/**
|
|
|
24 |
* Fichier de traduction en anglais de l'application Bazar
|
|
|
25 |
*
|
|
|
26 |
*@package bazar
|
|
|
27 |
//Auteur original :
|
|
|
28 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
|
|
29 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
|
|
30 |
//Autres auteurs :
|
|
|
31 |
*@author Aucun
|
|
|
32 |
*@copyright Tela-Botanica 2000-2008
|
1668 |
alexandre_ |
33 |
*@version $Revision: 1.4 $ $Date: 2007-10-23 14:30:23 $
|
1662 |
alexandre_ |
34 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
35 |
*/
|
|
|
36 |
|
|
|
37 |
define ('BAZ_CONSULTER', 'Search');
|
|
|
38 |
define ('BAZ_VOIR_VOS_ANNONCES', 'Your sheets');
|
|
|
39 |
define ('BAZ_S_ABONNER', 'Register');
|
|
|
40 |
define ('BAZ_SAISIR', 'Write sheet');
|
|
|
41 |
define ('BAZ_ADMINISTRER', 'Administrate');
|
|
|
42 |
define ('BAZ_GESTION_DES_DROITS', 'Rights');
|
|
|
43 |
|
|
|
44 |
define ('BAZ_TOUTES_LES_ANNONCES', 'All sheets');
|
|
|
45 |
define ('BAZ_TYPEANNONCE', 'Type of sheet');
|
|
|
46 |
define ('BAZ_TOUS_TYPES_FICHES', 'All types of sheets');
|
|
|
47 |
define ('BAZ_VALIDE', 'Confirmation');
|
|
|
48 |
define ('BAZ_FICHES_PAS_VALIDEES', 'Unchecked');
|
|
|
49 |
define ('BAZ_FICHES_VALIDEES', 'Checked');
|
|
|
50 |
define ('BAZ_LES_DEUX', 'Both');
|
|
|
51 |
define ('BAZ_MOT_CLE', 'Keywords');
|
|
|
52 |
define ('BAZ_RECHERCHER', 'Search');
|
|
|
53 |
|
|
|
54 |
define ('BAZ_CHOISIR', 'Chose...');
|
|
|
55 |
define ('BAZ_MODIFIER', 'Update');
|
|
|
56 |
define ('BAZ_SUPPRIMER', 'Delete');
|
|
|
57 |
define ('BAZ_SUIVANT', 'Next');
|
|
|
58 |
define ('BAZ_PRECEDENT', 'Previous');
|
|
|
59 |
define ('BAZ_ANNULER', 'Cancel');
|
|
|
60 |
define ('BAZ_VALIDER', 'Ok');
|
|
|
61 |
|
|
|
62 |
define ('BAZ_IL_Y_A', '');
|
|
|
63 |
define ('BAZ_FICHES_CORRESPONDANTES', ' results match your query');
|
|
|
64 |
define ('BAZ_VOS_ANNONCES', 'Your sheets');
|
|
|
65 |
define ('BAZ_PUBLIEE', 'Edited');
|
|
|
66 |
define ('BAZ_SAISIR_UNE_NOUVELLE_FICHE', 'Write a new sheet');
|
|
|
67 |
|
|
|
68 |
define ('BAZ_LE', 'The');
|
|
|
69 |
define ('BAZ_NB_VUS', 'This page has been visited ');
|
|
|
70 |
define ('BAZ_FOIS', ' times');
|
|
|
71 |
define ('BAZ_DU', 'From');
|
|
|
72 |
define ('BAZ_AU', 'To');
|
|
|
73 |
define ('BAZ_DATE_CREATION', 'Created on ');
|
|
|
74 |
define ('BAZ_DATE_MAJ', 'Updated');
|
|
|
75 |
define ('BAZ_FICHE_NUMERO', 'Sheet number ');
|
|
|
76 |
define ('BAZ_ECRITE', ' Written by ');
|
|
|
77 |
|
|
|
78 |
define ('BAZ_INVALIDER_LA_FICHE', 'Unedit');
|
|
|
79 |
define ('BAZ_MODIFIER_LA_FICHE', 'Modify');
|
|
|
80 |
define ('BAZ_SUPPRIMER_LA_FICHE', 'Delete');
|
|
|
81 |
|
|
|
82 |
define ('BAZ_S_INSCRIRE_AUX_ANNONCES', 'Register');
|
|
|
83 |
define ('BAZ_LAIUS_S_ABONNER', '');
|
|
|
84 |
define ('BAZ_PAS_ABONNE', 'Not registered');
|
|
|
85 |
define ('BAZ_SE_DESABONNER', 'Unregisterd');
|
|
|
86 |
define ('BAZ_ABONNE', 'Registered');
|
|
|
87 |
|
|
|
88 |
define ('BAZ_URL_LIEN', 'URL');
|
|
|
89 |
define ('BAZ_URL_TEXTE', 'Text of the link');
|
|
|
90 |
define ('BAZ_FICHIER_DESCRIPTION', 'File description');
|
|
|
91 |
define ('BAZ_FICHIER_JOINT', 'Choose a file');
|
|
|
92 |
define ('BAZ_IMAGE_VALIDE_REQUIS', 'Invalid image');
|
|
|
93 |
|
|
|
94 |
define ('BAZ_ANNONCES_A_ADMINISTRER', 'Sheets to manage');
|
|
|
95 |
define ('BAZ_OUI', 'Yes');
|
|
|
96 |
define ('BAZ_NON', 'No');
|
|
|
97 |
define ('BAZ_TOUTES_LES_FICHES', 'All sheets');
|
1668 |
alexandre_ |
98 |
define ('BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR', 'Please, log in');
|
1662 |
alexandre_ |
99 |
|
|
|
100 |
define ('BAZ_DESCRIPTION_GESTION_DES_DROITS', '');
|
|
|
101 |
define ('BAZ_LABEL_CHOIX_PERSONNE', 'Choose someone');
|
|
|
102 |
define ('BAZ_SELECTION', 'Select...');
|
|
|
103 |
define ('BAZ_PASSER_SUPERADMINISTRATEUR', 'Change to super admin');
|
|
|
104 |
define ('BAZ_DROITS_PAR_TYPE', 'Rights by type of sheet');
|
|
|
105 |
define ('BAZ_LABEL_REDACTEUR', 'Writer');
|
|
|
106 |
define ('BAZ_AUCUN_DROIT', 'No right');
|
|
|
107 |
define ('BAZ_DROIT_ADMIN', 'Admin');
|
|
|
108 |
|
|
|
109 |
define ('BAZ_JANVIER','January');
|
|
|
110 |
define ('BAZ_FEVRIER','February');
|
|
|
111 |
define ('BAZ_MARS','March');
|
|
|
112 |
define ('BAZ_AVRIL','April');
|
|
|
113 |
define ('BAZ_MAI','May');
|
|
|
114 |
define ('BAZ_JUIN','June');
|
|
|
115 |
define ('BAZ_JUILLET','July');
|
|
|
116 |
define ('BAZ_AOUT','August');
|
|
|
117 |
define ('BAZ_SEPTEMBRE','September');
|
|
|
118 |
define ('BAZ_OCTOBRE','October');
|
|
|
119 |
define ('BAZ_NOVEMBRE','November');
|
|
|
120 |
define ('BAZ_DECEMBRE','December');
|
|
|
121 |
|
|
|
122 |
define ('BAZ_LUNDI','Monday');
|
|
|
123 |
define ('BAZ_MARDI','Tuesday');
|
|
|
124 |
define ('BAZ_MERCREDI','Wednesday');
|
|
|
125 |
define ('BAZ_JEUDI','Thursday');
|
|
|
126 |
define ('BAZ_VENDREDI','Friday');
|
|
|
127 |
define ('BAZ_SAMEDI','Saturday');
|
|
|
128 |
define ('BAZ_DIMANCHE','Sunday');
|
|
|
129 |
|
|
|
130 |
define ('BAZ_LUNDI_COURT','Mon');
|
|
|
131 |
define ('BAZ_MARDI_COURT','Tue');
|
|
|
132 |
define ('BAZ_MERCREDI_COURT','Wed');
|
|
|
133 |
define ('BAZ_JEUDI_COURT','Thu');
|
|
|
134 |
define ('BAZ_VENDREDI_COURT','Fri');
|
|
|
135 |
define ('BAZ_SAMEDI_COURT','Sat');
|
|
|
136 |
define ('BAZ_DIMANCHE_COURT','Sun');
|
|
|
137 |
?>
|