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:
508 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' => 'Valore predefinito', |
---|
9 | |
---|
10 | //T |
---|
11 | 'table_article' => 'Articoli', |
---|
12 | 'table_auteur' => 'Autori', |
---|
13 | 'table_breve' => 'Brevi', |
---|
14 | 'table_groupes_mot' => 'Gruppi di parole', |
---|
15 | 'table_mot' => 'Parole', |
---|
16 | 'table_rubrique' => 'Rubriche', |
---|
17 | 'table_site' => 'Siti', |
---|
18 | |
---|
19 | 'type' => '@type@', |
---|
20 | # 'type_input'=>'Afficher une saisie input de type texte', |
---|
21 | # 'type_textarea'=>'Afficher une saisie textarea', |
---|
22 | ); |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.