Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://trad.spip.org/tradlang_module/tooltip?lang_cible=sk |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // E |
---|
11 | 'explication_selecteur' => 'Zadajte cieľové prvky, ktoré vyvolajú bublinkovú nápovedu. |
---|
12 | (Výraz CSS alebo rozšírený jQuery)', |
---|
13 | |
---|
14 | // L |
---|
15 | 'label_selecteur' => 'Prepínač', |
---|
16 | |
---|
17 | // T |
---|
18 | 'titre_menu_tooltips' => 'Bublinková nápoveda', |
---|
19 | 'titre_page_configurer_tooltips' => 'Nastavenia bublinkovej nápovedy' |
---|
20 | ); |
---|
21 | |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.