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

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

Fixed bugs in modify.php, it works now, though it still looks awfull :-/
Added language for the error message in admin.php

File size: 376 bytes
RevLine 
[10874]1<?php
2
[11292]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';
[11675]10$lang['This copyright already exists.'] = 'Deze copyright bestaat al.';
[10874]11
12?>
Note: See TracBrowser for help on using the repository browser.