Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de https://trad.spip.net/tradlang_module/tooltip?lang_cible=es |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // E |
---|
13 | 'explication_selecteur' => 'Indique el objetivo de los elementos que desencadenarán los tooltips (Expresión CSS o extensión jQuery)', |
---|
14 | |
---|
15 | // L |
---|
16 | 'label_selecteur' => 'Selector', |
---|
17 | |
---|
18 | // T |
---|
19 | 'titre_menu_tooltips' => 'Tooltips', |
---|
20 | 'titre_page_configurer_tooltips' => 'Configuración de los tooltips' |
---|
21 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.