[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / Menu_langue_lien / lang / mll_nl.php
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/mll?lang_cible=nl
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 // C
13 'cfg_titre_mll' => 'Taalmenu door middel van links',
14
15 // E
16 'explication_langues_invisibles' => 'Laat toe bepaalde talen van het menu te verwijderen',
17 'explication_separateur' => 'Te gebruiken tekst om de talen in het menu te scheiden',
18
19 // L
20 'label_format' => 'Formaat van de taalaanduiding',
21 'label_format_abrege' => 'Afgekort (bijvoorbeeld: Fr)',
22 'label_format_complet' => 'Compleet (bijvoorbeeld: Français)',
23 'label_format_liste' => 'Formaat van de taallijst',
24 'label_format_liste_bloc' => 'Een blok gescheiden door spaties (of een ander scheidingsteken)',
25 'label_format_liste_liste' => 'Puntsgewijze lijst',
26 'label_langues_invisibles' => 'Talen die niet in het menu zichtbaar zijn',
27 'label_separateur' => 'Scheiding van de talen'
28 );