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
RevLine 
[10874]1<?php
2
[11292]3$lang['Copyright'] = 'Copyright';
[11282]4$lang['Copyrights'] = 'Copyrights';
5$lang['Create copyright'] = 'Create copyright';
6$lang['Edit copyright'] = 'Edit copyright';
[11292]7$lang['Update copyright'] = 'Update copyright';
8$lang['Delete copyright'] = 'Delete copyright';
9$lang['Visible'] = 'Visible';
[10874]10
[11292]11// Isnt it smarter to translate them seperate - so you dont have to put so many entries in here...
12
[10874]13?>
Note: See TracBrowser for help on using the repository browser.