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

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

Added @translate tags in a couple of files
Added index.php to the main copyrights folder
Updated english and dutch language files

File size: 399 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
11// Isnt it smarter to translate them seperate - so you dont have to put so many entries in here...
12
13?>
Note: See TracBrowser for help on using the repository browser.