mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-03-28 17:42:48 +01:00
21 lines
1.2 KiB
PHP
Executable File
21 lines
1.2 KiB
PHP
Executable File
<?php
|
|
$lang['Button position on picture page'] = 'Knoppositie op de fotopagina';
|
|
$lang['Top'] = 'Boven';
|
|
$lang['Bottom'] = 'Beneden';
|
|
$lang['Toolbar'] = 'Werkbalk';
|
|
$lang['Annotation'] = 'Commentaar';
|
|
$lang['Bubble'] = 'Wolkje';
|
|
$lang['Inline text'] = 'Inline tekst';
|
|
$lang['Button type'] = 'Knop model';
|
|
$lang['Right bubble'] = 'Wolkje rechts';
|
|
$lang['Top bubble'] = 'Wolkje boven';
|
|
$lang['on photo and album'] = ' bij foto\'s en albums';
|
|
$lang['only on photo'] = ' alleen bij foto\'s';
|
|
$lang['Display buttons'] = 'Toon knoppen';
|
|
$lang['Community'] = 'Gemeenschap';
|
|
$lang['Light mode'] = 'light versie';
|
|
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'Als de light versie wordt geactiveerd, wordt er geen extern script geladen. Dit <b>versnelt het laden van de pagina en schakelt het bijhouden van gebruikers-informatie uit</b>, maar schakelt ook het commentaarwolkje en in-pagina pop-ups uit.';
|
|
$lang['Via'] = 'Via';
|
|
$lang['Shared picture size'] = 'Gedeelde fotogrootte';
|
|
$lang['Enable'] = 'Inschakelen';
|
|
$lang['Disable'] = 'Uitzetten'; |