source: extensions/Copyrights/language/nl_NL/plugin.lang.php @ 11836

Last change on this file since 11836 was 11836, checked in by Mattias, 13 years ago

Added 'Set copyright' as translation.
Nescessary in batch_global.php
changed author names
updated TODO

File size: 422 bytes
Line 
1<?php
2
3$lang['Copyright'] = 'Copyright';
4$lang['Copyrights'] = 'Copyrights';
5$lang['Create copyright'] = 'Maak copyright';
6$lang['Edit copyright'] = 'Bewerk copyright';
7$lang['Update copyright'] = 'Update copyright';
8$lang['Delete copyright'] = 'Verwijder copyright';
9$lang['Visible'] = 'Zichtbaar';
10$lang['This copyright already exists.'] = 'Deze copyright bestaat al.';
11$lang['Set copyright'] = 'Stel copyright in';
12
13?>
Note: See TracBrowser for help on using the repository browser.