source: extensions/Copyrights/language/en_UK/plugin.lang.php @ 11876

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

Added batch manager prefilters to get all images with or without copyrights
Updated dutch and english language files

File size: 511 bytes
Line 
1<?php
2
3$lang['Copyright'] = 'Copyright';
4$lang['Copyrights'] = 'Copyrights';
5$lang['Create copyright'] = 'Create copyright';
6$lang['Edit copyright'] = 'Edit copyright';
7$lang['Update copyright'] = 'Update copyright';
8$lang['Delete copyright'] = 'Delete copyright';
9$lang['Visible'] = 'Visible';
10$lang['This copyright already exists.'] = 'This copyright already exists.';
11$lang['Set copyright'] = 'Set copyright';
12$lang['With copyright'] = 'With copyright';
13$lang['Without copyright'] = 'Without copyright';
14
15?>
Note: See TracBrowser for help on using the repository browser.