Ignore:
Timestamp:
Feb 7, 2012, 4:19:46 PM (12 years ago)
Author:
TranslationTeam
Message:

[UserAdvManager] Update de_DE, thanks to : Eric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/language/de_DE/plugin.lang.php

    r12842 r13043  
    242242$lang['UAM_GTAutoMail'] = 'Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status / Vertraulichkeit Grad';
    243243// --------- End: New or revised $lang ---- from version 2.30.2
     244$lang['UAM_Tips1_txt'] = '          <ul>
     245            <li>
     246            Goals: Inform the visitor that the registration is awaiting approval by displaying a personal block on the home page of the gallery, and this, as registration is not approved.
     247            <br><br>
     248            <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b>
     249            </li><br><br>
     250            <li>
     251Prerequisite:<br>
     252- A gallery with all or some private categories, visible only by registered users<br>
     253- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
     254- UAM plugin<br>
     255- PWG Stuffs plugin, for adding a special UAM module<br>
     256- Optionally, the plugin Extended Description to support multi-languages<br>
     257            </li><br><br>
     258            <li>
     259Stages:<br><br>
     260A. In plugin UAM:
     261              <ol>
     262                <li>Enable registration confirmation</li>
     263                <li>Enable PWG Stuffs module option</li>
     264                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
     265                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
     266                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
     267                <li>Save the plugin configuration</li>
     268              </ol>
     269<br>
     270B. In plugin PWG Stuffs :
     271              <ol>
     272                <li>Go to tab "Add a new module"</li>
     273                <li>Choose "UAM Module"</li>
     274                <li>Configure the module, indicating the title (eg "Registration pending confirmation") and its description, and only check "Waiting" in the list of groups allowed</li>
     275                <li>Complete content of the module with the message information to be displayed to users not confirmed. As UAM, languages markup may be used if the plugin is enabled Extended Description</li>
     276                <li>Check "Display the module on the homepage of the site"</li>
     277                <li>Validate the configuration of the module</li>
     278              </ol>
     279            </li>
     280          </ul>';
     281$lang['UAM_Tips2_txt'] = '          <ul>
     282            <li>
     283            Goals: Inform the visitor that the registration is awaiting confirmation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved.
     284            <br><br>
     285            Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
     286            </li><br><br>
     287            <li>
     288Prerequisite:<br>
     289- A gallery with all or some private categories, visible only by registered users<br>
     290- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
     291- UAM plugin<br>
     292- Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
     293- Optionally, the plugin Extended Description to support multi-languages<br>
     294            </li><br><br>
     295            <li>
     296Stages:<br><br>
     297A. In plugin UAM:
     298              <ol>
     299                <li>Enable registration confirmation</li>
     300                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
     301                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
     302                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
     303                <li>Save the plugin configuration</li>
     304              </ol>
     305<br>
     306B. In plugin Additional Pages:<br>
     307                <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
     308                <br>
     309              <ol>
     310                <li>Add a new page with at least the following parameters:</li>
     311                <ul>
     312                  <li>Page name: The name you wish to give to the additional page (ie: Registration not confirmed)</li>
     313                  <li>Set as homepage checked</li>
     314                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
     315                  <li>Content: The text you want to use for visitors.</li>
     316                </ul>
     317                <br>
     318                <li>And that\'s it! Only visitors registered and whose registration has not been confirmed will see this additional index page.</li>
     319              </ol>
     320            </li>
     321          </ul>';
    244322?>
Note: See TracChangeset for help on using the changeset viewer.