Ignore:
Timestamp:
Jan 4, 2013, 10:49:31 PM (11 years ago)
Author:
julien1311
Message:

add an admin page to choose the extension to handle

File:
1 edited

Legend:

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

    r19673 r19811  
    11<?php
    22//picture.php
    3 $lang['Open the file in a new tab'] = 'Open the file in a new tab';
     3$lang['pdf2tab_tooltip'] = 'Open the file in a new tab';
     4
     5//admin_config.php
     6$lang['pdf2tab_name'] = 'PDF2Tab Plugin';
     7$lang['pdf2tab_configuration'] = 'Configuration';
     8$lang['pdf2tab_supported_extensions_description'] = 'Type in the extensions PDF2Tab will handle.';
     9$lang['pdf2tab_hint_text'] = 'Type in an extension';
    410?>
Note: See TracChangeset for help on using the changeset viewer.