source: extensions/stripped/language/nl_NL/theme.lang.php @ 11240

Last change on this file since 11240 was 11240, checked in by ddtddt, 13 years ago

[extensions] - stripped - add NL thanks to stim - step 1

File size: 1.5 KB
Line 
1<?php
2
3$lang['Show/hide menu'] = 'Toon/verberg menu';
4$lang['Description'] = 'Beschrijving';
5$lang['Information'] = 'Informatie';
6$lang['GMap'] = 'Kaart';
7
8$lang['Interface options']='Interface opties';
9$lang['Hide menu by default on category page']='Menu standaard verbergen op categorie pagina';
10$lang['Animate menu']='Geanimeerd menu';
11$lang['Animate tabs on picture page']='Geanimeerde tabs op afbeelding pagina';
12$lang['Replace all icons by ALT text']='Vervang alle iconen door ALT tekst';
13$lang['Force text to lowercase']='Tekst altijd in lowercase weergen';
14$lang['Show thumbnail legend']='Toon mini-afbeelding legenda';
15$lang['Picture page options']='Afbeelding pagina opties';
16
17/*TODO*/
18$lang['Show image title on top of the page (after browse path)']='Show image title on top of the page (after browse path)';
19$lang['Show description instead of title below image']='Show description instead of title below image';
20$lang['Use arrows instead of navigation thumbnails']='Use arrows instead of navigation thumbnails';
21$lang['Show Information tab only to admins']='Show Information tab only to admins';
22$lang['Image autosize options']='Image autosize options';
23$lang['Resize image to fit window']='Resize image to fit window';
24$lang['Include title after resize']='Include title after resize';
25$lang['Additional bottom margin after resize']='Additional bottom margin after resize';
26$lang['Minimum image height after resize']='Minimum image height after resize';
27$lang['stripped Configuration updated']='stripped Configuration updated';
28
29?>
Note: See TracBrowser for help on using the repository browser.