Ignore:
Timestamp:
Jun 10, 2011, 9:00:27 PM (13 years ago)
Author:
Mattias
Message:

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

Location:
extensions/Copyrights/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/language/en_UK/plugin.lang.php

    r11282 r11292  
    11<?php
    22
     3$lang['Copyright'] = 'Copyright';
    34$lang['Copyrights'] = 'Copyrights';
    45$lang['Create copyright'] = 'Create copyright';
    56$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...
    612
    713?>
  • extensions/Copyrights/language/nl_NL/plugin.lang.php

    r10874 r11292  
    11<?php
    22
     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';
    310
    411?>
Note: See TracChangeset for help on using the changeset viewer.