Ignore:
Timestamp:
Aug 30, 2012, 6:02:48 PM (12 years ago)
Author:
plg
Message:

new feature: ability to select the property to update (title, description, author, tags)

new feature: ability to select the separator (tab, space, comma, semicolon)

File:
1 edited

Legend:

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

    r15389 r17671  
    99$lang['Wrong file, please select a plain text file'] = 'Wrong file, please select a plain text file';
    1010$lang['Update'] = 'Update';
     11$lang['tab'] = 'tabulation';
     12$lang['space'] = 'space';
     13$lang['comma'] = 'comma';
     14$lang['semicolon'] = 'semicolon';
     15$lang['(comma separated)'] = '(comma separated)';
    1116?>
Note: See TracChangeset for help on using the changeset viewer.