Ignore:
Timestamp:
Aug 26, 2010, 7:57:55 PM (14 years ago)
Author:
nikrou
Message:

Add permissions on add tags widget
Use default theme jquery library
Add help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/language/templates/plugin.lang.php

    r6798 r6806  
    2020// +-----------------------------------------------------------------------+
    2121
    22 $lang['Click to add tags'] = "Click to add tags";
    23 $lang['Start to type'] = "Start to type";
    24 $lang['Update tags'] = "Update tags";
    25 $lang['Cancel'] = "Cancel";
     22$lang['Click to add tags'] = '';
     23$lang['Start to type'] = '';
     24$lang['Update tags'] = '';
     25$lang['Cancel'] = '';
     26
     27// admin
     28$lang['That plugin allow visitors to add tags to image.'] = '';
     29$lang['You can choose which users (per status) can add and delete tags.'] = '';
     30$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = '';
     31$lang['Who can add tags?'] = '';
     32$lang['Who can delete related tags?'] = '';
     33
     34$lang['Add permission updated'] = '';
     35$lang['Delete permission updated'] = '';
    2636?>
Note: See TracChangeset for help on using the changeset viewer.