Ignore:
Timestamp:
Sep 8, 2011, 7:28:45 PM (13 years ago)
Author:
TranslationTeam
Message:

[UserAdvManager] Update Magyar [HU], thanks to : samli

File:
1 edited

Legend:

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

    r12100 r12117  
    111111$lang['UAM_No_Casse'] = 'Felhasználónév: kis-és nagybetűkre érzékeny';
    112112$lang['UAM_Username_Char'] = 'Felhasználónév: Kizárandó karakterek';
    113 $lang['UAM_Username_Char_true'] = ' Kizárandó karakterek:<br>(vesszővel elválasztval)<br><br>';
     113$lang['UAM_Username_Char_true'] = ' Kizárandó karakterek:<br>(vesszővel elválasztva)<br><br>';
    114114$lang['UAM_Username_Char_false'] = ' Mind engedélyezve (alapértelmezett)';
    115115$lang['UAM_Password_Enforced'] = 'A jelszó biztonságosságának növelése';
     
    132132$lang['UAM_No_Confirm_Status'] = 'A regisztrációjukat meg nem erősített felhasználók állapota<br>';
    133133$lang['UAM_Validated_Status'] = 'A regisztrációjukat megerősített felhasználók állapota<br>';
    134 $lang['UAM_ValidationLimit_Info'] = 'A regisztáció megerősítésének határideje korlátozott';
     134$lang['UAM_ValidationLimit_Info'] = 'A regisztráció megerősítésének határideje korlátozott';
    135135$lang['UAM_ConfirmMail_TimeOut_true'] = ' Bekapcsol. Napok száma a lejáratig: ';
    136136$lang['UAM_ConfirmMail_Remail'] = 'Emlékeztető a regisztrációjukat meg nem erősített felhasználóknak ';
    137 $lang['UAM_ConfirmMail_ReMail_Txt1'] = '?????? Az emlékzetető üzenet testreszabása <b><u>with</u></b> new regeneration of key validation.';
     137$lang['UAM_ConfirmMail_ReMail_Txt1'] = '?????? Az emlékezetető üzenet testreszabása <b><u>with</u></b> new regeneration of key validation.';
    138138$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
    139139
     
    276276            </li>
    277277          </ul>';
     278B. In plugin PWG Stuffs :
     279              <ol>
     280                <li>Go to tab "Add a new module"</li>
     281                <li>Choose "UAM Module"</li>
     282                <li>Configure the module, indicating the title (eg "Registration pending validation") and its description, and only check "Waiting" in the list of groups allowed</li>
     283                <li>Complete content of the module with the message information to be displayed to users not validated. As UAM, languages markup may be used if the plugin is enabled Extended Description</li>
     284                <li>Check "Display the module on the homepage of the site"</li>
     285                <li>Validate the configuration of the module</li>
     286              </ol>
     287            </li>
     288          </ul>';
    278289$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages';
    279290$lang['UAM_Tips2_txt'] = '          <ul>
     
    307318              <ol>
    308319                <li>Add a new page with at least the following parameters:</li>
     320                <ul>
     321                  <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li>
     322                  <li>Set as homepage checked</li>
     323                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
     324                  <li>Content: The text you want to use for visitors.</li>
     325                </ul>
     326                <br>
     327                <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li>
     328              </ol>
     329            </li>
     330          </ul>
     331            Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
     332            </li><br><br>
     333            <li>
     334Prerequisite:<br>
     335- A gallery with all or some private categories, visible only by registered users<br>
     336- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Validated" with all the permissions on the private categories<br>
     337- UAM plugin<br>
     338- Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
     339- Optionally, the plugin Extended Description to support multi-languages<br>
     340            </li><br><br>
     341            <li>
     342Stages:<br><br>
     343A. In plugin UAM:
     344              <ol>
     345                <li>Enable registration confirmation</li>
     346                <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>
     347                <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
     348                <li>Select the "Validated" group under "For users who have validated their registration"</li>
     349                <li>Save the plugin configuration</li>
     350              </ol>
     351<br>
     352B. In plugin Additional Pages:<br>
     353                <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
     354                <br>
     355              <ol>
     356                <li>Add a new page with at least the following parameters:</li>
     357                <ul>
     358                  <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li>
     359                  <li>Set as homepage checked</li>
     360                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
     361                  <li>Content: The text you want to use for visitors.</li>
     362                </ul>
     363                <br>
     364                <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li>
     365              </ol>
     366            </li>
     367          </ul>';
    309368                <ul>
    310369                  <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li>
Note: See TracChangeset for help on using the changeset viewer.