Ignore:
Timestamp:
Dec 22, 2009, 2:30:52 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Help banners forgotten for feature 1335

File:
1 edited

Legend:

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

    r4553 r4554  
    113113$lang['Banner on']                 = 'Activated';
    114114$lang['Banner off']                = 'Not activated';
    115 $lang['Display connection']        = 'Display "Login" link&nbsp;&nbsp;<br />to generic users';
     115$lang['Display connection']        = 'Display "%2$s" link%1$s to generic users';
     116                                 // %1$s : nice line feed ; %2$s : "Connection"
    116117
    117118// JS messages
     
    222223
    223224// Configuration tab
    224 $lang['ec_help_banner1_config']    = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation.&nbsp;&#151; Select the page you want to be displayed in case of an unknown code usage (for instance, a code you have deleted).&nbsp;&#151; In the "Autolog entries" tab, the comments can be displayed as tooltips, or on a new line under the code.&nbsp;&#151; As you\'re currently reading it, the help banner is currently active ;-) !';
     225$lang['ec_help_banner1_config']    = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation.&nbsp;&#151; Select the page you want to be displayed in case of an unknown code usage (for instance, a code you have deleted).&nbsp;&#151; In the "Autolog entries" tab, the comments can be displayed as tooltips, or on a new line under the code.&nbsp;&#151; As you\'re currently reading it, the help banner is currently active ;-) !&nbsp;&#151; Displaying the "Connection" link to generic users, allows users already registered on your gallery to log in easily.';
    225226
    226227
Note: See TracChangeset for help on using the changeset viewer.