44 lines
1 KiB
PHP
44 lines
1 KiB
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/zpip?lang_cible=nl
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'accueil' => 'Welkom',
|
|
'adapte_de' => 'aangepast van',
|
|
|
|
// C
|
|
'commentaire' => 'reactie',
|
|
'commentaires' => 'reacties ',
|
|
'conception_graphique_par' => 'Ontwerp (c)',
|
|
|
|
// D
|
|
'date_forum' => 'De @date@ om @heure@',
|
|
|
|
// I
|
|
'info_1_commentaire' => '1 commentaire', # NEW
|
|
'info_nb_commentaires' => '@nb@ commentaires', # NEW
|
|
|
|
// L
|
|
'lire_la_suite' => 'Lees meer',
|
|
'lire_la_suite_de' => ' over ',
|
|
|
|
// P
|
|
'pagination_next' => 'Volgende »',
|
|
'pagination_pages' => 'Pagina\'s',
|
|
'pagination_prev' => '« Vorig',
|
|
'personaliser_nav' => 'Personaliseer dit menu',
|
|
|
|
// S
|
|
'sous_licence' => 'onder licensie',
|
|
|
|
// Z
|
|
'zapl_loading' => 'Loading ...',
|
|
'zapl_reload_off' => 'Klik hier als de pagina is niet volledig (of schakel javascript in uw browser)'
|
|
);
|
|
|
|
?>
|