Last change
on this file since 52818 was
52818,
checked in by kent1@…, 9 years ago
|
if (!defined("_ECRIRE_INC_VERSION")) return; sur tout fichier PHP pour sécurité future principalement
|
File size:
567 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | |
---|
7 | // C |
---|
8 | 'cextra_par_defaut' => 'Valor por omisión', |
---|
9 | |
---|
10 | //P |
---|
11 | 'pas_auteur' => 'sin autor', |
---|
12 | |
---|
13 | //T |
---|
14 | 'table_article' => 'Artículos', |
---|
15 | 'table_auteur' => 'Autores', |
---|
16 | 'table_breve' => 'Breves', |
---|
17 | 'table_groupes_mot' => 'Grupos de palabras', |
---|
18 | 'table_mot' => 'Palabras', |
---|
19 | 'table_rubrique' => 'Secciones', |
---|
20 | 'table_site' => 'Sitios', |
---|
21 | |
---|
22 | 'type' => '@type@', |
---|
23 | # 'type_input'=>'Afficher une saisie input de type texte', |
---|
24 | # 'type_textarea'=>'Afficher une saisie textarea', |
---|
25 | ); |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.