Ignore:
Timestamp:
Apr 27, 2013, 5:35:05 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - rv_autocomplete - localisation step 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_autocomplete/admin.php

    r22201 r22375  
    33
    44include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
     5
     6load_language('plugin.lang', RVAC_PATH);
    57
    68if (!isset($_GET['tab']))
     
    1214
    1315$tabsheet = new tabsheet();
    14 $tabsheet->add( 'config', 'Configuration', $my_base_url.'-config');
    15 $tabsheet->add( 'exclude', 'Exclude', $my_base_url.'-exclude' );
    16 $tabsheet->add( 'custom', 'Custom', $my_base_url.'-custom' );
     16$tabsheet->add( 'config', l10n('Configuration'), $my_base_url.'-config');
     17$tabsheet->add( 'exclude', l10n('Exclude'), $my_base_url.'-exclude' );
     18$tabsheet->add( 'custom', l10n('Custom'), $my_base_url.'-custom' );
    1719$tabsheet->select($page['tab']);
    1820
Note: See TracChangeset for help on using the changeset viewer.