Ignore:
Timestamp:
May 27, 2011, 11:02:05 PM (13 years ago)
Author:
nikrou
Message:

Fix incompatibility with piwigo 2.2
Change jquery plugin from fcbkcomplete to tokeninput

File:
1 edited

Legend:

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

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