source: extensions/Copyrights/language/en_UK/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: 375 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
12?>
Note: See TracBrowser for help on using the repository browser.