source:
spip-zone/_plugins_/_dev_/auto_claves/lang/autoclaves_es.php
@
24040
Last change on this file since 24040 was 24040, checked in by , 12 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
4 | 'palabras_clave' => '..... AC- Auto Claves', |
5 | 'Selec_loc' => 'Total/Selecc.:', // Localizadas/Seleccionadas: |
6 | 'todas' => 'Todas', |
7 | 'ninguna' => 'Ninguna', |
8 | 'claves' => '<b>Claves: </b>', |
9 | |
10 | |
11 | 'options' => 'radio|brut|Seleccionar:|Todas,Ninguna|todas,ninguna', |
12 | //'aceptar' => 'Aceptar', |
13 | |
14 | 'xxx_ultima' => 'no añadir después de esta' |
15 | |
16 | ); |
17 | ?> |
Note: See TracBrowser
for help on using the repository browser.