Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // ARCHIVO DE TRADUCCION DE LAS OPCIONES REDCTA |
---|
4 | // Pour les caractÚres spéciaux HTML voir |
---|
5 | // http://www.ilovejackdaniels.com/cheat-sheets/html-character-entities-cheat-sheet/ |
---|
6 | // Attention à échapper les guillements par backspace : "l'apostrophe" -> "l\'apostrophe" |
---|
7 | |
---|
8 | // Pour la traduction de la partie publique voir local_**.php |
---|
9 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
10 | //$GLOBALS['i18n_redcta_es'] = array( |
---|
11 | //$GLOBALS['redcta_es'] = array( |
---|
12 | 'options' => 'Informacion redCTA', |
---|
13 | 'titulo_caja_redcta' => 'Noticas redCTA', |
---|
14 | 'intro_up_caja_redcta' => 'Aca abajo iria el rss de redCTA', |
---|
15 | |
---|
16 | ); |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.