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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/main.inc.php

    r11143 r11292  
    9292  global $template;
    9393
    94   //load_language('plugin.lang', dirname(__FILE__).'/');                                        // Engels is voorlopig goed zat
     94  load_language('plugin.lang', dirname(__FILE__).'/');                                  // Engels is voorlopig goed zat
    9595
    9696  // Assign the template for batch management
     
    116116  $template->append('element_set_global_plugins_actions', array(
    117117    'ID' => 'copyrights',       // ID of the batch manager action
    118     'NAME' => 'Edit copyrights', // Description of the batch manager action
     118    'NAME' => l10n('Edit copyright'), // Description of the batch manager action
    119119    'CONTENT' => $template->parse('batch', true)
    120120    )
Note: See TracChangeset for help on using the changeset viewer.