Changeset 9197 for extensions/NBC_UserAdvManager/trunk
- Timestamp:
- Feb 12, 2011, 3:57:30 PM (14 years ago)
- Location:
- extensions/NBC_UserAdvManager/trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/ConfirmMail.php
r9177 r9197 66 66 if (isset($conf_UAM_ConfirmMail[5]) and $conf_UAM_ConfirmMail[5] <> '') 67 67 { 68 // Management of Extension flags ([username], [mygallery] )68 // Management of Extension flags ([username], [mygallery], [myurl]) 69 69 $patterns[] = '#\[username\]#i'; 70 70 $replacements[] = $username; 71 71 $patterns[] = '#\[mygallery\]#i'; 72 72 $replacements[] = $conf['gallery_title']; 73 $patterns[] = '#\[myurl\]#i'; 74 $replacements[] = $conf['gallery_url']; 73 75 74 76 if (function_exists('get_user_language_desc')) … … 96 98 if (isset($conf_UAM_ConfirmMail[6]) and $conf_UAM_ConfirmMail[6] <> '') 97 99 { 98 // Management of Extension flags ([username], [mygallery] )100 // Management of Extension flags ([username], [mygallery], [myurl]) 99 101 $patterns[] = '#\[username\]#i'; 100 102 $replacements[] = $username; 101 103 $patterns[] = '#\[mygallery\]#i'; 102 104 $replacements[] = $conf['gallery_title']; 105 $patterns[] = '#\[myurl\]#i'; 106 $replacements[] = $conf['gallery_url']; 103 107 104 108 if (function_exists('get_user_language_desc')) -
extensions/NBC_UserAdvManager/trunk/changelog.txt.php
r9177 r9197 224 224 -- 2.20.0 : Compliance with Piwigo 2.2 225 225 Bug 1666 fixed - New feature : Customizing "lost password" email 226 Bug 2045 fixed - New feature : Special tags insertion in text fields. The tags actually available are [username] (insert current user username) and [mygallery] (insert current gallery title).226 Bug 2045 fixed - New feature : Special tags insertion in text fields. The tags actually available are [username] (insert current user username),[mygallery] (insert current gallery title), [myurl] (insert gallery url if set in Piwigo's configuration options). 227 227 Bug 2072 fixed - Remove sort on "difference in days" in user tracking tab 228 228 Bug 2140 fixed - English sentence corrections -
extensions/NBC_UserAdvManager/trunk/del_account.php
r9177 r9197 24 24 if (isset($conf_UAM[24]) and $conf_UAM[24] <> '') 25 25 { 26 // Management of Extension flags ([username], [mygallery] )26 // Management of Extension flags ([username], [mygallery], [myurl]) 27 27 $patterns[] = '#\[username\]#i'; 28 28 $replacements[] = $username; 29 29 $patterns[] = '#\[mygallery\]#i'; 30 30 $replacements[] = $conf['gallery_title']; 31 $patterns[] = '#\[myurl\]#i'; 32 $replacements[] = $conf['gallery_url']; 31 33 32 34 if (function_exists('get_user_language_desc')) -
extensions/NBC_UserAdvManager/trunk/include/functions.inc.php
r9177 r9197 658 658 if (isset($conf_UAM[29]) and $conf_UAM[29] == 'true') 659 659 { 660 // Management of Extension flags ([username], [mygallery] )660 // Management of Extension flags ([username], [mygallery], [myurl]) 661 661 $patterns[] = '#\[username\]#i'; 662 662 $replacements[] = stripslashes($row['username']); 663 663 $patterns[] = '#\[mygallery\]#i'; 664 664 $replacements[] = $conf['gallery_title']; 665 $patterns[] = '#\[myurl\]#i'; 666 $replacements[] = $conf['gallery_url']; 665 667 666 668 $infos = preg_replace($patterns, $replacements, $conf_UAM[30])."\n"."\n".$infos; … … 746 748 if (isset($conf_UAM[9]) and $conf_UAM[9] <> '') 747 749 { 748 // Management of Extension flags ([username], [mygallery] )750 // Management of Extension flags ([username], [mygallery], [myurl]) 749 751 $patterns[] = '#\[username\]#i'; 750 752 $replacements[] = $username; 751 753 $patterns[] = '#\[mygallery\]#i'; 752 754 $replacements[] = $conf['gallery_title']; 755 $patterns[] = '#\[myurl\]#i'; 756 $replacements[] = $conf['gallery_url']; 753 757 754 758 if (function_exists('get_user_language_desc')) … … 796 800 if (isset($conf_UAM[10]) and $conf_UAM[10] <> '') 797 801 { 798 // Management of Extension flags ([username], [mygallery] )802 // Management of Extension flags ([username], [mygallery], [myurl]) 799 803 $patterns[] = '#\[username\]#i'; 800 804 $replacements[] = $username; 801 805 $patterns[] = '#\[mygallery\]#i'; 802 806 $replacements[] = $conf['gallery_title']; 807 $patterns[] = '#\[myurl\]#i'; 808 $replacements[] = $conf['gallery_url']; 803 809 804 810 if (function_exists('get_user_language_desc')) … … 892 898 if (isset($conf_UAM_ConfirmMail[2]) and $conf_UAM_ConfirmMail[2] <> '' and isset($conf_UAM_ConfirmMail[3]) and $conf_UAM_ConfirmMail[3] == 'true' and $confirm) 893 899 { 894 // Management of Extension flags ([username], [mygallery] )900 // Management of Extension flags ([username], [mygallery], [myurl]) 895 901 $patterns[] = '#\[username\]#i'; 896 902 $replacements[] = $username; 897 903 $patterns[] = '#\[mygallery\]#i'; 898 904 $replacements[] = $conf['gallery_title']; 905 $patterns[] = '#\[myurl\]#i'; 906 $replacements[] = $conf['gallery_url']; 899 907 900 908 if (function_exists('get_user_language_desc')) … … 926 934 if (isset($conf_UAM_ConfirmMail[4]) and $conf_UAM_ConfirmMail[4] <> '' and isset($conf_UAM_ConfirmMail[3]) and $conf_UAM_ConfirmMail[3] == 'true' and !$confirm) 927 935 { 928 // Management of Extension flags ([username], [mygallery] )936 // Management of Extension flags ([username], [mygallery], [myurl]) 929 937 $patterns[] = '#\[username\]#i'; 930 938 $replacements[] = $username; 931 939 $patterns[] = '#\[mygallery\]#i'; 932 940 $replacements[] = $conf['gallery_title']; 941 $patterns[] = '#\[myurl\]#i'; 942 $replacements[] = $conf['gallery_url']; 933 943 934 944 if (function_exists('get_user_language_desc')) … … 1003 1013 if (isset($conf_UAM[18]) and $conf_UAM[18] <> '' and isset($conf_UAM[16]) and $conf_UAM[16] == 'true') 1004 1014 { 1005 // Management of Extension flags ([username], [mygallery] )1015 // Management of Extension flags ([username], [mygallery], [myurl]) 1006 1016 $patterns[] = '#\[username\]#i'; 1007 1017 $replacements[] = $username; 1008 1018 $patterns[] = '#\[mygallery\]#i'; 1009 1019 $replacements[] = $conf['gallery_title']; 1020 $patterns[] = '#\[myurl\]#i'; 1021 $replacements[] = $conf['gallery_url']; 1010 1022 1011 1023 if (function_exists('get_user_language_desc')) … … 1083 1095 if (isset($conf_UAM[25]) and $conf_UAM[25] <> '') 1084 1096 { 1085 // Management of Extension flags ([username], [mygallery] )1097 // Management of Extension flags ([username], [mygallery], [myurl]) 1086 1098 $patterns[] = '#\[username\]#i'; 1087 1099 $replacements[] = $username; 1088 1100 $patterns[] = '#\[mygallery\]#i'; 1089 1101 $replacements[] = $conf['gallery_title']; 1102 $patterns[] = '#\[myurl\]#i'; 1103 $replacements[] = $conf['gallery_url']; 1090 1104 1091 1105 if (function_exists('get_user_language_desc')) … … 1180 1194 if (isset($conf_UAM[28]) and $conf_UAM[28] <> '') 1181 1195 { 1182 // Management of Extension flags ([username], [mygallery] )1196 // Management of Extension flags ([username], [mygallery], [myurl]) 1183 1197 $patterns[] = '#\[username\]#i'; 1184 1198 $replacements[] = $username; 1185 1199 $patterns[] = '#\[mygallery\]#i'; 1186 1200 $replacements[] = $conf['gallery_title']; 1201 $patterns[] = '#\[myurl\]#i'; 1202 $replacements[] = $conf['gallery_url']; 1187 1203 1188 1204 if (function_exists('get_user_language_desc')) -
extensions/NBC_UserAdvManager/trunk/language/de_DE/help/plugin.lang.php
r9177 r9197 172 172 /*TODO*/$lang['UAM_gttextTitle_d'] = 'Geben Sie den gewünschten Text in die E-Mail-Erinnerung angezeigt, die Benutzer rechtzeitig, um wieder zur Galerie zu besuchen (Anm.: Der Text Fertigpen mit der Installation des Plugins ist als Beispiel vorgesehen). 173 173 <br><br> 174 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 174 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 175 175 <br><br> 176 176 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; 177 177 /*TODO*/$lang['UAM_infotxtTitle_d'] = 'Geben Sie den einleitenden Text, den Sie in der Informations-E-Mail angezeigt. 178 178 <br><br> 179 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 179 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 180 180 <br><br> 181 181 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; 182 182 /*TODO*/$lang['UAM_confirmtxtTitle_d'] = 'Geben Sie den einleitenden Text, den Sie in der E-Mail-Bestätigung der Anmeldung erscheinen. 183 183 <br><br> 184 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 184 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 185 185 <br><br> 186 186 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; 187 187 /*TODO*/$lang['UAM_AdminValidationMail_d'] = 'Wenn ein Administrator oder Webmaster der Galerie manuell gültige Registrierung anhängig ist, ist eine Benachrichtigungs-Email automatisch an den Benutzer gesendet. Geben Sie hier den Text ein, in dieser E-Mail angezeigt. 188 188 <br><br> 189 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 189 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 190 190 <br><br> 191 191 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; … … 194 194 Nach der Installation des Plugin ist ein Standard-Text als Beispiel vorangehen. 195 195 <br><br> 196 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 196 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 197 197 <br><br> 198 198 Dieses Feld ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; … … 201 201 Nach der Installation des Plugin ist ein Standard-Text als Beispiel vorangehen. 202 202 <br><br> 203 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 203 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 204 204 <br><br> 205 205 Dieses Feld ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; … … 208 208 Wenn leer, wird die E-Mail-Erinnerung nur den Bestätigungslink. Es wird daher dringend empfohlen, ein wenig erläuternden Text zu nehmen. (NB: Der Text Fertigpen mit der Installation des Plugins ist als Beispiel vorgesehen). 209 209 <br><br> 210 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 210 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 211 211 <br><br> 212 212 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; … … 215 215 Wenn links leer ist, wird die E-Mail-Erinnerung leer sein. Es wird daher dringend empfohlen, ein wenig erläuternden Text zu nehmen. (NB: Der Text Fertigpen mit der Installation des Plugins ist als Beispiel vorgesehen). 216 216 <br><br> 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 218 218 <br><br> 219 219 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; 220 220 /*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'Dies ist nur gültig, wenn der Benutzer, dessen Konto ist abgelaufen selbst löst die Streichung Mechanismus (selten, aber möglich). Er ist dann der Galerie getrennt und umgeleitet auf eine Seite mit der Löschung seines Accounts und gegebenenfalls die Gründe für die Streichung dieses Absatzes. 221 221 <br><br> 222 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 222 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 223 223 <br><br> 224 224 Custom Text für die Weiterleitungsseite können in dieses Feld eingegeben werden dass ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.'; … … 228 228 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-) 229 229 <br><br> 230 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 230 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 231 231 <br><br> 232 232 Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist. … … 238 238 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information. 239 239 <br><br> 240 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 240 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 241 241 <br><br> 242 242 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; -
extensions/NBC_UserAdvManager/trunk/language/en_UK/help/plugin.lang.php
r9177 r9197 172 172 $lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example). 173 173 <br><br> 174 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 174 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 175 175 <br><br> 176 176 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 177 177 $lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email. 178 178 <br><br> 179 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 179 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 180 180 <br><br> 181 181 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 182 182 $lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration. 183 183 <br><br> 184 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 184 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 185 185 <br><br> 186 186 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 187 187 $lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email. 188 188 <br><br> 189 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 189 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 190 190 <br><br> 191 191 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; … … 194 194 After installing the plugin, a standard text is set as an example. 195 195 <br><br> 196 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the related user name. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 196 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the related user name. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 197 197 <br><br> 198 198 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 201 201 After installing the plugin, a standard text is set as an example. 202 202 <br><br> 203 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the related user name. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 203 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the related user name. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 204 204 <br><br> 205 205 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 208 208 If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). 209 209 <br><br> 210 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 210 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 211 211 <br><br> 212 212 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; … … 215 215 If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). 216 216 <br><br> 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 218 218 <br><br> 219 219 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 220 220 $lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion. 221 221 <br><br> 222 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 222 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 223 223 <br><br> 224 224 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 228 228 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-) 229 229 <br><br> 230 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 230 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 231 231 <br><br> 232 232 To use multiple languages, you can use the Extended description plugin\'s tags if it is active. … … 238 238 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information. 239 239 <br><br> 240 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 240 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 241 241 <br><br> 242 242 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; -
extensions/NBC_UserAdvManager/trunk/language/es_ES/help/plugin.lang.php
r9177 r9197 168 168 /*TODO*/$lang['UAM_gttextTitle_d'] = 'Introduzca el texto que desea que aparezca en el recordatorio por correo electrónico para pedir al usuario volver a visitar su galería (Nota: El texto pre-llenado con la instalación del plugin se presenta como un ejemplo). 169 169 <br><br> 170 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 170 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 171 171 <br><br> 172 172 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.'; 173 173 /*TODO*/$lang['UAM_infotxtTitle_d'] = 'Introduzca el texto de introducción que desea ver en el correo electrónico de la información. 174 174 <br><br> 175 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 175 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 176 176 <br><br> 177 177 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.'; 178 178 /*TODO*/$lang['UAM_confirmtxtTitle_d'] = 'Introduzca el texto de introducción que desea que aparezca en el correo electrónico de confirmación de registro. 179 179 <br><br> 180 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 180 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 181 181 <br><br> 182 182 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.'; 183 183 /*TODO*/$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email. 184 184 <br><br> 185 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 185 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 186 186 <br><br> 187 187 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; … … 190 190 After installing the plugin, a standard text is set as an example. 191 191 <br><br> 192 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 192 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 193 193 <br><br> 194 194 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 197 197 After installing the plugin, a standard text is set as an example. 198 198 <br><br> 199 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 199 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 200 200 <br><br> 201 201 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 204 204 Si se deja en blanco, el aviso de correo electrónico sólo incluirá el enlace de validación. Por tanto, es muy recomendable tomar un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo). 205 205 <br><br> 206 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 206 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 207 207 <br><br> 208 208 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.'; … … 211 211 Si se deja en blanco, el aviso de correo electrónico estará vacío. Por lo tanto, es muy recomendable poner un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo). 212 212 <br><br> 213 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 213 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 214 214 <br><br> 215 215 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.'; 216 216 /*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion. 217 217 <br><br> 218 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 218 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 219 219 <br><br> 220 220 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 224 224 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-) 225 225 <br><br> 226 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 226 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 227 227 <br><br> 228 228 To use multiple languages, you can use the Extended description plugin\'s tags if it is active. … … 234 234 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information. 235 235 <br><br> 236 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 236 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 237 237 <br><br> 238 238 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; -
extensions/NBC_UserAdvManager/trunk/language/fr_FR/help/plugin.lang.php
r9177 r9197 169 169 $lang['UAM_gttextTitle_d'] = 'Saisissez ici le texte qui apparaîtra dans l\'email de rappel pour inciter l\'utilisateur à revenir visiter votre galerie (NB: Le texte pré-renseigné à l\'installation du plugin est donné à titre d\'exemple). 170 170 <br><br> 171 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 171 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 172 172 <br><br> 173 173 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; 174 174 $lang['UAM_infotxtTitle_d'] = 'Saisissez ici le texte d\'introduction personnalisé qui apparaîtra dans l\'email d\'information. 175 175 <br><br> 176 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 176 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 177 177 <br><br> 178 178 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; 179 179 $lang['UAM_confirmtxtTitle_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de confirmation d\'inscription. 180 180 <br><br> 181 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 181 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 182 182 <br><br> 183 183 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; 184 184 $lang['UAM_AdminValidationMail_d'] = 'Lorsqu\'un administrateur ou un webmestre de la galerie valide manuellement une inscription en attente, un email de notification est automatiquement envoyé à l\'utilisateur concerné. Saisissez ici le texte qui apparaîtra dans cet email. 185 185 <br><br> 186 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 186 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 187 187 <br><br> 188 188 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; … … 191 191 A l\'installation du plugin, un texte standard est donnée en exemple. 192 192 <br><br> 193 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 193 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 194 194 <br><br> 195 195 Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; … … 198 198 A l\'installation du plugin, un texte standard est donnée en exemple. 199 199 <br><br> 200 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 200 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 201 201 <br><br> 202 202 Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; … … 205 205 Il est vivement conseillé de saisir un texte explicatif; à défaut, le mail de rappel ne comportera que le lien de validation. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple). 206 206 <br><br> 207 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 207 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 208 208 <br><br> 209 209 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; … … 212 212 Il est vivement conseillé de saisir un texte explicatif, afin que l\'email ne soit pas vide. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple). 213 213 <br><br> 214 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 214 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 215 215 <br><br> 216 216 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; 217 217 $lang['UAM_GTAutoDelTitle_d'] = 'Ceci n\'est valable que lorsque l\'utilisateur dont le compte a expiré déclenche lui même le mécanisme de suppression (cas rare mais possible). Il est alors déconnecté de force de la galerie et redirigé vers une page indiquant la suppression de son compte et, éventuellement, les raisons de cette suppression. 218 218 <br><br> 219 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 219 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 220 220 <br><br> 221 221 Un texte personnalisé pour cette page de redirection peut être saisi dans le champ ci-dessous qui est compatible avec l\'extension FCK Editor. Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; … … 225 225 Saisissez aussi le texte personnalisé qui expliquera les raisons de la rétrogradation et qui accompagnera le lien de validation. Le texte personnalisé n\'est pas obligatoire mais vivement conseillé. En effet, vos visiteurs inscrits n\'apprécieront que moyennement de recevoir un email ne contenant qu\'un simple lien sans plus d\'explications. ;-) 226 226 <br><br> 227 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 227 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 228 228 <br><br> 229 229 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif. … … 235 235 Vous pouvez ici ajouter un texte de votre choix qui sera inséré <b><u>avant</u></b> ces informations standards. 236 236 <br><br> 237 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. 237 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style="color: red;">[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style="color: red;">[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style="color: red;">[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. 238 238 <br><br> 239 239 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.'; -
extensions/NBC_UserAdvManager/trunk/language/it_IT/help/plugin.lang.php
r9177 r9197 166 166 /*TODO*/$lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example). 167 167 <br><br> 168 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 168 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 169 169 <br><br> 170 170 Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.'; 171 171 /*TODO*/$lang['UAM_infotxtTitle_d'] = 'Inserisci il testo introduttivo che si desidera visualizzare nella e-mail informazioni. 172 172 <br><br> 173 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 173 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 174 174 <br><br> 175 175 Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.'; … … 181 181 After installing the plugin, a standard text is set as an example. 182 182 <br><br> 183 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 183 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 184 184 <br><br> 185 185 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 188 188 After installing the plugin, a standard text is set as an example. 189 189 <br><br> 190 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 190 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 191 191 <br><br> 192 192 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 195 195 If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). 196 196 <br><br> 197 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 197 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 198 198 <br><br> 199 199 Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.'; … … 202 202 If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). 203 203 <br><br> 204 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 204 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 205 205 <br><br> 206 206 Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.'; 207 207 /* TODO */$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion. 208 208 <br><br> 209 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 209 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 210 210 <br><br> 211 211 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.'; … … 215 215 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-) 216 216 <br><br> 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 217 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 218 218 <br><br> 219 219 To use multiple languages, you can use the Extended description plugin\'s tags if it is active. … … 225 225 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information. 226 226 <br><br> 227 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 227 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 228 228 <br><br> 229 229 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; -
extensions/NBC_UserAdvManager/trunk/language/lv_LV/help/plugin.lang.php
r9177 r9197 192 192 /* TODO */$lang['UAM_gttextTitle_d'] = 'Ievadiet tekstu , ko jūs gribat atspoguļot e-pasta atgādinājumā, lai atgādinātu lietotājam apmeklēt jūsu galeriju. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs). 193 193 <br><br> 194 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 194 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 195 195 <br><br> 196 196 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).'; 197 197 /* TODO */$lang['UAM_infotxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu. 198 198 <br><br> 199 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 199 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 200 200 <br><br> 201 201 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).'; 202 202 /* TODO */$lang['UAM_confirmtxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu. 203 203 <br><br> 204 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 204 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 205 205 <br><br> 206 206 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).'; 207 207 /* TODO */$lang['UAM_AdminValidationMail_d'] = 'Gadījumā, kad administrators vai galerijas Webmāsters manuāli aiztur reģistrācijas procesu, lietotājam automātiski tiek nosūtīts e-pasta paziņojums. Ievadiet šeit tekstu, ko gribat, lai tas parādītos šajā e-pasta ziņojumā. 208 208 <br><br> 209 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 209 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 210 210 <br><br> 211 211 Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas.'; … … 214 214 Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants. 215 215 <br><br> 216 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 216 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 217 217 <br><br> 218 218 Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.'; … … 221 221 Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants. 222 222 <br><br> 223 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 223 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 224 224 <br><br> 225 225 Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.'; … … 229 229 Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs). 230 230 <br><br> 231 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 231 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 232 232 <br><br> 233 233 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).'; … … 236 236 Ja ir atstāts tukšs lauks, e-pasta atgādinātājvēstule būs tukša. Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu.(NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs). 237 237 <br><br> 238 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 238 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 239 239 <br><br> 240 240 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).'; 241 241 /* TODO */$lang['UAM_GTAutoDelTitle_d'] = 'Šis variants ir iespējams tikai tad, ja lietotājs, kura konta derīguma termiņš ir beidzies, pats ieslēdz dzēšanas mehānismu (rets, bet iespējams gadījums). Tad viņš tiek atslēgts no galerijas un novirzīts uz lapu, kas atspoguļo viņa konta dzēšanas faktu un iespējamo šīs dzēšanas iemeslu. 242 242 <br><br> 243 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 243 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 244 244 <br><br> 245 245 Pāradresācijas lapai paredzēto pielāgoto tekstu var ievadīt šajā laukā, savietojams ar FCK Redaktora standartu, lai izmantotu multi-valodu režīmu, lietojiet spraudņa paplašinātais apraksts Extended description iezīmes [lang], tikai gadījumā, ja spraudnis aktīvs.'; … … 250 250 Lai papildinātu validācijas apstiprināšanas saiti, var pievienot konta funkcionalitātes pazemināšanas paskaidrojošu tekstu. Šis paskaidrojuma teksts nav obligāts, bet stingri iesakāms. Patiesībā, jūsu apmeklētāji nebūs sevišķi apmierināti, saņemot tikai aktivācijas saiti bez nekādiem paskaidrojumiem. ;-) 251 251 <br><br> 252 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 252 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 253 253 <br><br> 254 254 Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas. … … 260 260 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information. 261 261 <br><br> 262 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. 262 Further customize the content with special inserted tags : Use <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email. Use <b style="color: red;">[mygallery]</b> to insert the title of your gallery. Use <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. 263 263 <br><br> 264 264 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; -
extensions/NBC_UserAdvManager/trunk/maintain.inc.php
r9163 r9197 26 26 Best regards, 27 27 28 The admin of the gallery.','false','false','false','false','false','Sorry , your account has been deleted due to a too long time passed since your last visit.','Sorry, your account has been deprecated due to a too long time passed since your last visit. Please, use the following link to revalidate your account.',-1,-1,'Thank you for registering at [mygallery]. Your account has been manually validated by _admin_. You may now log in at _link_to_site_ and make any appropriate changes to your profile. Welcome to _name_of_site_!','false','You have requested a password reset on our gallery. Please, find below your new connection settings.');28 The admin of the gallery.','false','false','false','false','false','Sorry [username], your account has been deleted due to a too long time passed since your last visit at [mygallery].','Sorry [username], your account has been deprecated due to a too long time passed since your last visit at [mygallery]. Please, use the following link to revalidate your account.',-1,-1,'Thank you for registering at [mygallery]. Your account has been manually validated by _admin_. You may now log in at _link_to_site_ and make any appropriate changes to your profile. Welcome to _name_of_site_!','false','You have requested a password reset on our gallery. Please, find below your new connection settings.'); 29 29 30 30 $q = '
Note: See TracChangeset
for help on using the changeset viewer.