Changeset 9295 for extensions
- Timestamp:
- Feb 19, 2011, 5:14:34 PM (14 years ago)
- Location:
- extensions/NBC_UserAdvManager/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/admin/template/global.tpl
r9266 r9295 582 582 </div> 583 583 </fieldset> 584 585 <fieldset> 586 <div id="Tips2_header" class="instructionBlockHeaderCollapsed" onclick="uam_blockToggleDisplay('Tips2_header', 'Tips2')"> 587 <span>{'UAM_Tips2'|@translate}</span> 588 </div> 589 <div id="Tips2" class="instructionBlockContent" style="display:none"> 590 <fieldset> 591 {'UAM_Tips2_txt'|@translate} 592 </fieldset> 593 </div> 594 </fieldset> 584 595 </div> 596 585 597 </div> 586 598 <fieldset> -
extensions/NBC_UserAdvManager/trunk/language/de_DE/plugin.lang.php
r9266 r9295 176 176 // --------- Starting below: New or revised $lang ---- from version 2.14.0 177 177 $lang['UAM_AdminConfMail'] = 'Bestätigung der Anmeldung für Administratoren'; 178 $lang['UAM_Tips1'] = 'Anmeldungen mit E-Mail Validierung und Warnmeldung auf der Piwigo\'s Homepage'; 179 $lang['UAM_Tips1_txt'] = ' 178 // --------- End: New or revised $lang ---- from version 2.14.0 179 180 181 // --------- Starting below: New or revised $lang ---- from version 2.15.0 182 $lang['UAM_confirmmail_custom_Txt1'] = 'Text der Bestätigungs-Seite - Bestätigung akzeptiert'; 183 $lang['UAM_confirmmail_custom_Txt2'] = 'Text der Bestätigungs-Seite - Bestätigung abgelehnt'; 184 $lang['UAM_LastVisit_Date'] = 'Letzter Besuch'; 185 $lang['UAM_Nb_Days'] = 'Differenz in Tagen'; 186 $lang['UAM_Err_UserManager_Settings'] = 'Diese Seite ist nur verfügbar, wenn "Bestätigung der Anmeldung" aktiv ist und wenn eine Gruppe von nicht validierte Besuchern wird in "Einstellen Bestätigungen und Validierungen der Registrierung" konfiguriert.'; 187 // --------- End: New or revised $lang ---- from version 2.15.0 188 189 190 // --------- Starting below: New or revised $lang ---- from version 2.15.1 191 $lang['UAM_Support_txt'] = 'Die offizielle Unterstützung für dieses Plugin ist nur auf diesem Diskussionsforum von Piwigo:<br> 192 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Französisch-Forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 193 <br>oder<br> 194 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Englisch-Forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 195 Ebenfalls erhältlich, das Projekt Bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 196 // --------- End: New or revised $lang ---- from version 2.15.1 197 198 199 // --------- Starting below: New or revised $lang ---- from version 2.15.4 200 $lang['UAM_Force_Validation'] = 'Handbuch Validierung'; 201 $lang['UAM_Confirm_Mail_true'] = ' Aktivieren - Validation von Benutzer'; 202 $lang['UAM_Confirm_Mail_local'] = ' Aktivieren - Validation von admin (keine Validierung Key gesendet)'; 203 $lang['UAM_RedirToProfile'] = 'Umleitung auf "Benutzerdaten" Seite'; 204 // --------- End: New or revised $lang ---- from version 2.15.4 205 206 207 // --------- Starting below: New or revised $lang ---- from version 2.16.0 208 $lang['UAM_Expired_Group'] = '<b>Gruppe</b> für Benutzer-Registrierung abgelaufen<br>'; 209 $lang['UAM_Expired_Status'] = '<b>Status</b> für Benutzer-Registrierung abgelaufen<br>'; 210 $lang['UAM_GTAuto'] = 'Automatische Verwaltung von Geist Benutzern'; 211 $lang['UAM_GTAutoDel'] = 'Automatisches Löschen von Konten'; 212 $lang['UAM_GTAutoGp'] = 'Automatischer Wechsel der Gruppe / Status'; 213 $lang['UAM_GTAutoMail'] = 'Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status'; 214 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Zugriff verweigert - Account zerstört!'; 215 $lang['UAM_title_redir_page'] = 'Zugriff verweigert sich für ein Konto zerstört!'; 216 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Konsistenz-Fehler in der Konfiguration gewählt:<br><br> 217 "Einstellen der Registrierung durchgeführt und andere Optionen > Geist Besucher-Management (Geist Tracker) > Automatische Verwaltung von Geist Benutzern > Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" kann nicht aktiviert werden, wenn "Einstellen Bestätigungen und Validierungen der Registrierung > Bestätigung der Anmeldung - Validation von Benutzer" ist zunächst nicht aktiviert.<br><br> 218 Um die Kohärenz, die Option "Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" wurde automatisch "deaktiviert" neu positioniert.<br><br>'; 219 $lang['UAM_Demotion of %s'] = 'Herabstufung von %s'; 220 $lang['UAM_AdminValidationMail_Text'] = 'Mitteilung der manuellen Registrierung Validierung'; 221 $lang['UAM_Validation of %s'] = 'Validierung von %s'; 222 // --------- End: New or revised $lang ---- from version 2.16.0 223 224 // --------- Starting below: New or revised $lang ---- from version 2.20.0 225 /*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 226 /*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 227 /*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 228 /*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder'; 229 $lang['UAM_Disable'] = ' Deaktivieren (Standard)'; 230 $lang['UAM_Enable'] = ' Aktivieren '; 231 /*TODO*/$lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs'; 232 /*TODO*/$lang['UAM_Tips1_txt'] = ' 180 233 <ul> 181 234 <li> 182 Tore:<br> 183 - Bei seiner Ankunft in der Galerie: Unterrichtung der Besucher, dass er sich registrieren um Zugang private Fotos<br> 184 - Bei der Registrierung: Erzeugen Sie eine E-Mail Validierung mit direkter Verbindung, sie dem neuen Anwender seiner Nicht-Validierung und Integration von ihm mit der Gruppe "Warten"<br> 185 - Bei der Validierung: Switch automatisch zur Gruppe "Warten" der Gruppe "Validiert", die den Zugang zu privaten Gruppen bietet<br><br> 235 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. 236 <br><br> 186 237 <b>Warnung: Im Standard-Betrieb, der "Gast" sieht nur den öffentlichen Kategorien, ohne Angaben Nachricht.</b> 187 238 </li><br><br> … … 215 266 </li> 216 267 </ul>'; 217 // --------- End: New or revised $lang ---- from version 2.14.0 218 219 220 // --------- Starting below: New or revised $lang ---- from version 2.15.0 221 $lang['UAM_confirmmail_custom_Txt1'] = 'Text der Bestätigungs-Seite - Bestätigung akzeptiert'; 222 $lang['UAM_confirmmail_custom_Txt2'] = 'Text der Bestätigungs-Seite - Bestätigung abgelehnt'; 223 $lang['UAM_LastVisit_Date'] = 'Letzter Besuch'; 224 $lang['UAM_Nb_Days'] = 'Differenz in Tagen'; 225 $lang['UAM_Err_UserManager_Settings'] = 'Diese Seite ist nur verfügbar, wenn "Bestätigung der Anmeldung" aktiv ist und wenn eine Gruppe von nicht validierte Besuchern wird in "Einstellen Bestätigungen und Validierungen der Registrierung" konfiguriert.'; 226 // --------- End: New or revised $lang ---- from version 2.15.0 227 228 229 // --------- Starting below: New or revised $lang ---- from version 2.15.1 230 $lang['UAM_Support_txt'] = 'Die offizielle Unterstützung für dieses Plugin ist nur auf diesem Diskussionsforum von Piwigo:<br> 231 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Französisch-Forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 232 <br>oder<br> 233 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Englisch-Forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 234 Ebenfalls erhältlich, das Projekt Bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 235 // --------- End: New or revised $lang ---- from version 2.15.1 236 237 238 // --------- Starting below: New or revised $lang ---- from version 2.15.4 239 $lang['UAM_Force_Validation'] = 'Handbuch Validierung'; 240 $lang['UAM_Confirm_Mail_true'] = ' Aktivieren - Validation von Benutzer'; 241 $lang['UAM_Confirm_Mail_local'] = ' Aktivieren - Validation von admin (keine Validierung Key gesendet)'; 242 $lang['UAM_RedirToProfile'] = 'Umleitung auf "Benutzerdaten" Seite'; 243 // --------- End: New or revised $lang ---- from version 2.15.4 244 245 246 // --------- Starting below: New or revised $lang ---- from version 2.16.0 247 $lang['UAM_Expired_Group'] = '<b>Gruppe</b> für Benutzer-Registrierung abgelaufen<br>'; 248 $lang['UAM_Expired_Status'] = '<b>Status</b> für Benutzer-Registrierung abgelaufen<br>'; 249 $lang['UAM_GTAuto'] = 'Automatische Verwaltung von Geist Benutzern'; 250 $lang['UAM_GTAutoDel'] = 'Automatisches Löschen von Konten'; 251 $lang['UAM_GTAutoGp'] = 'Automatischer Wechsel der Gruppe / Status'; 252 $lang['UAM_GTAutoMail'] = 'Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status'; 253 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Zugriff verweigert - Account zerstört!'; 254 $lang['UAM_title_redir_page'] = 'Zugriff verweigert sich für ein Konto zerstört!'; 255 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Konsistenz-Fehler in der Konfiguration gewählt:<br><br> 256 "Einstellen der Registrierung durchgeführt und andere Optionen > Geist Besucher-Management (Geist Tracker) > Automatische Verwaltung von Geist Benutzern > Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" kann nicht aktiviert werden, wenn "Einstellen Bestätigungen und Validierungen der Registrierung > Bestätigung der Anmeldung - Validation von Benutzer" ist zunächst nicht aktiviert.<br><br> 257 Um die Kohärenz, die Option "Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" wurde automatisch "deaktiviert" neu positioniert.<br><br>'; 258 $lang['UAM_Demotion of %s'] = 'Herabstufung von %s'; 259 $lang['UAM_AdminValidationMail_Text'] = 'Mitteilung der manuellen Registrierung Validierung'; 260 $lang['UAM_Validation of %s'] = 'Validierung von %s'; 261 // --------- End: New or revised $lang ---- from version 2.16.0 262 263 // --------- Starting below: New or revised $lang ---- from version 2.20.0 264 /*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 265 /*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 266 /*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 267 /*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder'; 268 $lang['UAM_Disable'] = ' Deaktivieren (Standard)'; 269 $lang['UAM_Enable'] = ' Aktivieren '; 268 /*TODO*/$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages'; 269 /*TODO*/$lang['UAM_Tips2_txt'] = ' 270 <ul> 271 <li> 272 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 273 <br><br> 274 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. 275 </li><br><br> 276 <li> 277 Voraussetzung:<br> 278 - Eine Galerie mit allen oder einigen privaten Kategorien, sichtbar nur durch registrierte Benutzer<br> 279 - Mindestens 2 der folgenden Piwigo Nutzergruppen: "Warten", ohne die Erlaubnis der privaten Gruppen und "Validiert" mit allen Berechtigungen für den privaten Kategorien<br> 280 - UAM plugin<br> 281 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br> 282 - Optional können Sie das Plugin Extended Description Multi-Sprachen<br> 283 </li><br><br> 284 <li> 285 Etappen:<br><br> 286 A. In plugin UAM: 287 <ol> 288 <li>Aktivieren Sie Anmeldebestätigung</li> 289 <li>Geben Sie den Text für weitere Erklärung, die angebracht werden, um Anmeldebestätigung mail sendet. Wenn das Plugin Extended Description aktiviert ist, können die Sprach-Tags verwendet werden</li> 290 <li>Wählen Sie das "Warten"-Gruppe unter "Für Anwender, die noch nicht validiert ihrer Eintragung"</li> 291 <li>Wählen Sie das "Validiert"-Gruppe unter "Für Anwender, die ihre Anmeldung bestätigt haben"</li> 292 <li>Speichern Sie das Plugin-Konfiguration</li> 293 </ol> 294 <br> 295 B. In plugin Additional Pages:<br> 296 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b> 297 <br> 298 <ol> 299 <li>Add a new page with at least the following parameters:</li> 300 <ul> 301 <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li> 302 <li>Set as homepage checked</li> 303 <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li> 304 <li>Content: The text you want to use for visitors.</li> 305 </ul> 306 <br> 307 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li> 308 </ol> 309 </li> 310 </ul>'; 270 311 // --------- End: New or revised $lang ---- from version 2.20.0 271 312 ?> -
extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php
r9266 r9295 145 145 $lang['UAM_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments'; 146 146 147 $lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';148 149 147 $lang['UAM_Tab_UserManager'] = 'Tracking validations'; 150 148 … … 176 174 // --------- Starting below: New or revised $lang ---- from version 2.14.0 177 175 $lang['UAM_AdminConfMail'] = 'Confirmation of registration for admins'; 176 // --------- End: New or revised $lang ---- from version 2.14.0 177 178 179 // --------- Starting below: New or revised $lang ---- from version 2.15.0 180 $lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted'; 181 $lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected'; 182 $lang['UAM_LastVisit_Date'] = 'Last visit'; 183 $lang['UAM_Nb_Days'] = 'Difference in days'; 184 $lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations and validations of registration".'; 185 // --------- End: New or revised $lang ---- from version 2.15.0 186 187 188 // --------- Starting below: New or revised $lang ---- from version 2.15.1 189 $lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br> 190 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">French forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 191 <br>or<br> 192 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 193 Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 194 // --------- End: New or revised $lang ---- from version 2.15.1 195 196 197 // --------- Starting below: New or revised $lang ---- from version 2.15.4 198 $lang['UAM_Force_Validation'] = 'Manual validation'; 199 $lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user'; 200 $lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)'; 201 $lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page'; 202 // --------- End: New or revised $lang ---- from version 2.15.4 203 204 205 // --------- Starting below: New or revised $lang ---- from version 2.16.0 206 $lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>'; 207 $lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>'; 208 $lang['UAM_GTAuto'] = 'Automatic management of ghosts users'; 209 $lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts'; 210 $lang['UAM_GTAutoGp'] = 'Automatic change of group / status'; 211 $lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status'; 212 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!'; 213 $lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!'; 214 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen: 215 <br><br> 216 "Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first. 217 <br><br> 218 To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled". 219 <br><br>'; 220 $lang['UAM_Demotion of %s'] = 'Demotion of %s'; 221 $lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation'; 222 $lang['UAM_Validation of %s'] = 'Validation of %s'; 223 // --------- End: New or revised $lang ---- from version 2.16.0 224 225 226 // --------- Starting below: New or revised $lang ---- from version 2.20.0 227 $lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 228 $lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 229 $lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 230 $lang['UAM_USRAutoMail'] = 'Automated email reminder'; 231 $lang['UAM_Disable'] = ' Disable (default)'; 232 $lang['UAM_Enable'] = ' Enable '; 233 $lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs'; 178 234 $lang['UAM_Tips1_txt'] = ' 179 235 <ul> 180 236 <li> 181 Goals:<br> 182 - On his arrival at the gallery: To inform the visitor that he has to register to access private photos<br> 183 - At registration: Generate an email validation with direct link, inform the new user of its non-validation and integrate him to the group "Waiting"<br> 184 - At validation: Switch automatically group "Waiting" to group "Validated", which provides access to private categories<br><br> 237 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. 238 <br><br> 185 239 <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b> 186 240 </li><br><br> … … 214 268 </li> 215 269 </ul>'; 216 // --------- End: New or revised $lang ---- from version 2.14.0 217 218 219 // --------- Starting below: New or revised $lang ---- from version 2.15.0 220 $lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted'; 221 $lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected'; 222 $lang['UAM_LastVisit_Date'] = 'Last visit'; 223 $lang['UAM_Nb_Days'] = 'Difference in days'; 224 $lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations and validations of registration".'; 225 // --------- End: New or revised $lang ---- from version 2.15.0 226 227 228 // --------- Starting below: New or revised $lang ---- from version 2.15.1 229 $lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br> 230 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">French forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 231 <br>or<br> 232 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 233 Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 234 // --------- End: New or revised $lang ---- from version 2.15.1 235 236 237 // --------- Starting below: New or revised $lang ---- from version 2.15.4 238 $lang['UAM_Force_Validation'] = 'Manual validation'; 239 $lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user'; 240 $lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)'; 241 $lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page'; 242 // --------- End: New or revised $lang ---- from version 2.15.4 243 244 245 // --------- Starting below: New or revised $lang ---- from version 2.16.0 246 $lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>'; 247 $lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>'; 248 $lang['UAM_GTAuto'] = 'Automatic management of ghosts users'; 249 $lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts'; 250 $lang['UAM_GTAutoGp'] = 'Automatic change of group / status'; 251 $lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status'; 252 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!'; 253 $lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!'; 254 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen: 255 <br><br> 256 "Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first. 257 <br><br> 258 To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled". 259 <br><br>'; 260 $lang['UAM_Demotion of %s'] = 'Demotion of %s'; 261 $lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation'; 262 $lang['UAM_Validation of %s'] = 'Validation of %s'; 263 // --------- End: New or revised $lang ---- from version 2.16.0 264 265 266 // --------- Starting below: New or revised $lang ---- from version 2.20.0 267 $lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 268 $lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 269 $lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 270 $lang['UAM_USRAutoMail'] = 'Automated email reminder'; 271 $lang['UAM_Disable'] = ' Disable (default)'; 272 $lang['UAM_Enable'] = ' Enable '; 270 $lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages'; 271 $lang['UAM_Tips2_txt'] = ' 272 <ul> 273 <li> 274 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 275 <br><br> 276 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. 277 </li><br><br> 278 <li> 279 Prerequisite:<br> 280 - A gallery with all or some private categories, visible only by registered users<br> 281 - 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> 282 - UAM plugin<br> 283 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br> 284 - Optionally, the plugin Extended Description to support multi-languages<br> 285 </li><br><br> 286 <li> 287 Stages:<br><br> 288 A. In plugin UAM: 289 <ol> 290 <li>Enable registration confirmation</li> 291 <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> 292 <li>Select the "Waiting" group under "For users who have not validated their registration"</li> 293 <li>Select the "Validated" group under "For users who have validated their registration"</li> 294 <li>Save the plugin configuration</li> 295 </ol> 296 <br> 297 B. In plugin Additional Pages:<br> 298 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b> 299 <br> 300 <ol> 301 <li>Add a new page with at least the following parameters:</li> 302 <ul> 303 <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li> 304 <li>Set as homepage checked</li> 305 <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li> 306 <li>Content: The text you want to use for visitors.</li> 307 </ul> 308 <br> 309 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li> 310 </ol> 311 </li> 312 </ul>'; 273 313 // --------- End: New or revised $lang ---- from version 2.20.0 274 314 ?> -
extensions/NBC_UserAdvManager/trunk/language/es_ES/plugin.lang.php
r9266 r9295 147 147 $lang['UAM_No_Comment_Anonymous'] = 'Nickname obligatorio para los comentarios de los huéspedes'; 148 148 149 $lang['UAM_Tips1'] = 'Con la validación de los registros de correo electrónico y mensaje de advertencia en la página principal de Piwigo';150 151 149 $lang['UAM_Tab_UserManager'] = 'Seguimiento de las validaciones'; 152 150 … … 271 269 $lang['UAM_Disable'] = ' Desactivar (por defecto)'; 272 270 $lang['UAM_Enable'] = ' Activar '; 271 /*TODO*/$lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs'; 272 /*TODO*/$lang['UAM_Tips1_txt'] = ' 273 <ul> 274 <li> 275 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. 276 <br><br> 277 <b>Recuerde: En funcionamiento normal, el "Invitado" sólo ve las categorías de público, sin mensaje de información.</b> 278 </li><br><br> 279 <li> 280 Requisito previo:<br> 281 - Una galería con todas o algunas categorías privadas, visible sólo por los usuarios registrados<br> 282 - Al menos los 2 grupos de usuarios siguientes de Piwigo : "Espera," sin permiso en las categorías de privados, y "Validado" con todos los permisos en las categorías de privados<br> 283 - UAM plugin<br> 284 - PWG Stuffs plugin, para agregar un tipo de módulo "Personal Block"<br> 285 - Opcionalmente, la Extended Description plugin para soportar múltiples idiomas<br> 286 </li><br><br> 287 <li> 288 Etapas:<br><br> 289 A. En el plugin UAM: 290 <ol> 291 <li>Activar la confirmación de registro</li> 292 <li>Introduzca el texto para la explicación adicional, que se adjunta al correo de confirmación de registro. Si se activa el plugin Extended Description, las etiquetas de idioma se pueden utilizar</li> 293 <li>Seleccione la opción "Espera" del grupo en "Para los usuarios que no han validado su registro"</li> 294 <li>Seleccione la opción "Validado" en grupo "Para los usuarios que han validado su registro"</li> 295 <li>Guardar la configuración del plug-in</li> 296 </ol> 297 <br> 298 B. En plugin PWG Stuffs : 299 <ol> 300 <li>Añadir un tipo de módulo nuevo "bloque Personal: Muestra una plantilla de bloque (por ejemplo, un editorial)"</li> 301 <li>Configurar el módulo, lo que indica el título (por ejemplo, "en espera de la validación de Registro") y su descripción, y solamente "Espera" en la lista de grupos permitido</li> 302 <li>El contenido completo del módulo con la información del mensaje que se mostrará a los usuarios no validados. Como UAM, las balisas de lenguajes pueden ser utilizadas si el plugin Extended Description está activado</li> 303 <li>Active la casilla "Mostrar el módulo en la página principal del sitio"</li> 304 <li>Validar la configuración del módulo</li> 305 </ol> 306 </li> 307 </ul>'; 308 /*TODO*/$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages'; 309 /*TODO*/$lang['UAM_Tips2_txt'] = ' 310 <ul> 311 <li> 312 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 313 <br><br> 314 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. 315 </li><br><br> 316 <li> 317 Requisito previo:<br> 318 - Una galería con todas o algunas categorías privadas, visible sólo por los usuarios registrados<br> 319 - Al menos los 2 grupos de usuarios siguientes de Piwigo : "Espera," sin permiso en las categorías de privados, y "Validado" con todos los permisos en las categorías de privados<br> 320 - UAM plugin<br> 321 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br> 322 - Opcionalmente, la Extended Description plugin para soportar múltiples idiomas<br> 323 </li><br><br> 324 <li> 325 Etapas:<br><br> 326 A. En el plugin UAM: 327 <ol> 328 <li>Activar la confirmación de registro</li> 329 <li>Introduzca el texto para la explicación adicional, que se adjunta al correo de confirmación de registro. Si se activa el plugin Extended Description, las etiquetas de idioma se pueden utilizar</li> 330 <li>Seleccione la opción "Espera" del grupo en "Para los usuarios que no han validado su registro"</li> 331 <li>Seleccione la opción "Validado" en grupo "Para los usuarios que han validado su registro"</li> 332 <li>Guardar la configuración del plug-in</li> 333 </ol> 334 <br> 335 B. En plugin Additional Pages:<br> 336 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b> 337 <br> 338 <ol> 339 <li>Add a new page with at least the following parameters:</li> 340 <ul> 341 <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li> 342 <li>Set as homepage checked</li> 343 <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li> 344 <li>Content: The text you want to use for visitors.</li> 345 </ul> 346 <br> 347 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li> 348 </ol> 349 </li> 350 </ul>'; 273 351 // --------- End: New or revised $lang ---- from version 2.20.0 274 352 ?> -
extensions/NBC_UserAdvManager/trunk/language/fr_FR/plugin.lang.php
r9266 r9295 146 146 $lang['UAM_No_Comment_Anonymous'] = 'Commentaires : pseudo obligatoire pour les non-inscrits'; 147 147 148 $lang['UAM_Tips1'] = 'Inscriptions avec validation par email et message d\'avertissement sur la page d\'accueil de Piwigo';149 150 148 $lang['UAM_Tab_UserManager'] = 'Suivi des validations'; 151 149 … … 175 173 // --------- Starting below: New or revised $lang ---- from version 2.14.0 176 174 $lang['UAM_AdminConfMail'] = 'Validation d\'inscription pour les admins'; 175 // --------- End: New or revised $lang ---- from version 2.14.0 176 177 178 // --------- Starting below: New or revised $lang ---- from version 2.15.0 179 $lang['UAM_confirmmail_custom_Txt1'] = 'Texte de la page de confirmation - Confirmation acceptée'; 180 $lang['UAM_confirmmail_custom_Txt2'] = 'Texte de la page de confirmation - Confirmation rejetée'; 181 $lang['UAM_LastVisit_Date'] = 'Dernière visite le'; 182 $lang['UAM_Nb_Days'] = 'Ecart en jours'; 183 $lang['UAM_Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Confirmation d\'inscription" est actif et si un groupe de visiteurs non validés est configuré dans le "Paramétrage des confirmations et validations d\'inscriptions".'; 184 // --------- End: New or revised $lang ---- from version 2.15.0 185 186 187 // --------- Starting below: New or revised $lang ---- from version 2.15.1 188 $lang['UAM_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br> 189 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 190 <br>ou<br> 191 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Forum anglais - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 192 Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 193 // --------- End: New or revised $lang ---- from version 2.15.1 194 195 196 // --------- Starting below: New or revised $lang ---- from version 2.15.4 197 $lang['UAM_Force_Validation'] = 'Validation manuelle'; 198 $lang['UAM_Confirm_Mail_true'] = ' Activer - Validation par le visiteur'; 199 $lang['UAM_Confirm_Mail_local'] = ' Activer - Validation par l\'administrateur (pas d\'envoi de clé de validation)'; 200 $lang['UAM_RedirToProfile'] = 'Redirection vers la page "Personnalisation"'; 201 // --------- End: New or revised $lang ---- from version 2.15.4 202 203 204 // --------- Starting below: New or revised $lang ---- from version 2.16.0 205 $lang['UAM_Expired_Group'] = '<b>Groupe</b> pour les utilisateurs dont l\'inscription aura expirée<br>'; 206 $lang['UAM_Expired_Status'] = '<b>Statut</b> pour les utilisateurs dont l\'inscription aura expirée<br>'; 207 $lang['UAM_GTAuto'] = 'Gestion automatique des utilisateurs fantomes'; 208 $lang['UAM_GTAutoDel'] = 'Suppressions automatiques des comptes'; 209 $lang['UAM_GTAutoGp'] = 'Changement automatique de groupe / statut'; 210 $lang['UAM_GTAutoMail'] = 'Email automatique sur changement de groupe / statut'; 211 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Accès refusé - Compte détruit !'; 212 $lang['UAM_title_redir_page'] = 'Accès refusé pour cause de compte détruit !'; 213 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Erreur de cohérence dans la configuration choisie : 214 <br><br> 215 "Paramétrage des suivis des inscrits et autres options > Gestion des visiteurs fantômes (Ghost Tracker) > Gestion automatique des utilisateurs fantomes > Email automatique sur changement de groupe / statut" ne peut pas être activé si "Paramétrage des confirmations et validations d\'inscriptions > Confirmation d\'inscription - Validation par le visiteur" n\'est pas activé au préalable. 216 <br><br> 217 Pour garantir la cohérence, l\'option "Email automatique sur changement de groupe / statut" a été automatiquement repositionnée en "désactivé". 218 <br><br>'; 219 $lang['UAM_Demotion of %s'] = 'Rétrogradation de %s'; 220 $lang['UAM_AdminValidationMail_Text'] = 'Notification de validation d\'inscription manuelle'; 221 $lang['UAM_Validation of %s'] = 'Validation de %s'; 222 // --------- End: New or revised $lang ---- from version 2.16.0 223 224 225 // --------- Starting below: New or revised $lang ---- from version 2.20.0 226 $lang['UAM_CustomPasswRetr'] = 'Personnaliser le contenu du mail sur mot de passe perdu'; 227 $lang['UAM_USRAuto'] = 'Gestion automatique des visiteurs non validés'; 228 $lang['UAM_USRAutoDel'] = 'Message à la suppressions automatiques des comptes'; 229 $lang['UAM_USRAutoMail'] = 'Message de rappel automatique'; 230 $lang['UAM_Disable'] = ' Désactiver (valeur par défaut)'; 231 $lang['UAM_Enable'] = ' Activer '; 232 $lang['UAM_Tips1'] = 'Information de non validation d\'inscription avec UAM et PWG_Stuffs'; 177 233 $lang['UAM_Tips1_txt'] = ' 178 234 <ul> 179 235 <li> 180 Objectifs:<br> 181 - A son arrivée sur la galerie : Informer le visiteur qu\'il peut s\'inscrire pour accéder aux photos privées<br> 182 - A l\'inscription : Générer un email avec lien direct de validation, informer le nouvel utilisateur de sa non-validation et le rattacher au groupe "Attente"<br> 183 - A la validation : Le passer automatiquement du groupe "Attente" au groupe "Validés", qui lui permet d\'accéder normalement aux catégories privées<br><br> 236 Objectifs : Informer le visiteur que son inscription est en attente de validation en affichant un bloc personnel sur la page d\'accueil de la galerie; et ce, tant que l\'inscription n\'est pas validée.<br><br> 184 237 <b>Rappel: En fonctionnement standard, le "Guest" ne voit que les catégories publiques, sans message d\'information.</b> 185 238 </li><br><br> … … 213 266 </li> 214 267 </ul>'; 215 // --------- End: New or revised $lang ---- from version 2.14.0 216 217 218 // --------- Starting below: New or revised $lang ---- from version 2.15.0 219 $lang['UAM_confirmmail_custom_Txt1'] = 'Texte de la page de confirmation - Confirmation acceptée'; 220 $lang['UAM_confirmmail_custom_Txt2'] = 'Texte de la page de confirmation - Confirmation rejetée'; 221 $lang['UAM_LastVisit_Date'] = 'Dernière visite le'; 222 $lang['UAM_Nb_Days'] = 'Ecart en jours'; 223 $lang['UAM_Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Confirmation d\'inscription" est actif et si un groupe de visiteurs non validés est configuré dans le "Paramétrage des confirmations et validations d\'inscriptions".'; 224 // --------- End: New or revised $lang ---- from version 2.15.0 225 226 227 // --------- Starting below: New or revised $lang ---- from version 2.15.1 228 $lang['UAM_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br> 229 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 230 <br>ou<br> 231 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Forum anglais - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 232 Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 233 // --------- End: New or revised $lang ---- from version 2.15.1 234 235 236 // --------- Starting below: New or revised $lang ---- from version 2.15.4 237 $lang['UAM_Force_Validation'] = 'Validation manuelle'; 238 $lang['UAM_Confirm_Mail_true'] = ' Activer - Validation par le visiteur'; 239 $lang['UAM_Confirm_Mail_local'] = ' Activer - Validation par l\'administrateur (pas d\'envoi de clé de validation)'; 240 $lang['UAM_RedirToProfile'] = 'Redirection vers la page "Personnalisation"'; 241 // --------- End: New or revised $lang ---- from version 2.15.4 242 243 244 // --------- Starting below: New or revised $lang ---- from version 2.16.0 245 $lang['UAM_Expired_Group'] = '<b>Groupe</b> pour les utilisateurs dont l\'inscription aura expirée<br>'; 246 $lang['UAM_Expired_Status'] = '<b>Statut</b> pour les utilisateurs dont l\'inscription aura expirée<br>'; 247 $lang['UAM_GTAuto'] = 'Gestion automatique des utilisateurs fantomes'; 248 $lang['UAM_GTAutoDel'] = 'Suppressions automatiques des comptes'; 249 $lang['UAM_GTAutoGp'] = 'Changement automatique de groupe / statut'; 250 $lang['UAM_GTAutoMail'] = 'Email automatique sur changement de groupe / statut'; 251 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Accès refusé - Compte détruit !'; 252 $lang['UAM_title_redir_page'] = 'Accès refusé pour cause de compte détruit !'; 253 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Erreur de cohérence dans la configuration choisie : 254 <br><br> 255 "Paramétrage des suivis des inscrits et autres options > Gestion des visiteurs fantômes (Ghost Tracker) > Gestion automatique des utilisateurs fantomes > Email automatique sur changement de groupe / statut" ne peut pas être activé si "Paramétrage des confirmations et validations d\'inscriptions > Confirmation d\'inscription - Validation par le visiteur" n\'est pas activé au préalable. 256 <br><br> 257 Pour garantir la cohérence, l\'option "Email automatique sur changement de groupe / statut" a été automatiquement repositionnée en "désactivé". 258 <br><br>'; 259 $lang['UAM_Demotion of %s'] = 'Rétrogradation de %s'; 260 $lang['UAM_AdminValidationMail_Text'] = 'Notification de validation d\'inscription manuelle'; 261 $lang['UAM_Validation of %s'] = 'Validation de %s'; 262 // --------- End: New or revised $lang ---- from version 2.16.0 263 264 265 // --------- Starting below: New or revised $lang ---- from version 2.20.0 266 $lang['UAM_CustomPasswRetr'] = 'Personnaliser le contenu du mail sur mot de passe perdu'; 267 $lang['UAM_USRAuto'] = 'Gestion automatique des visiteurs non validés'; 268 $lang['UAM_USRAutoDel'] = 'Message à la suppressions automatiques des comptes'; 269 $lang['UAM_USRAutoMail'] = 'Message de rappel automatique'; 270 $lang['UAM_Disable'] = ' Désactiver (valeur par défaut)'; 271 $lang['UAM_Enable'] = ' Activer '; 268 $lang['UAM_Tips2'] = 'Information de non validation d\'inscription avec UAM et Additional Pages'; 269 $lang['UAM_Tips2_txt'] = ' 270 <ul> 271 <li> 272 Objectifs : Informer le visiteur que son inscription est en attente de validation en affichant une page additionnelle remplaçant la page d\'index standard de la galerie à chacune de ces connexions; et ce, tant que l\'inscription n\'est pas validée. 273 <br><br> 274 Avantages par rapport à la méthode avec PWG_Stuffs : Permettre une information mise en forme et moins austère et afficher immédiatement l\'information dès l\'inscription des visiteurs. 275 </li><br><br> 276 <li> 277 Pré-requis:<br> 278 - Une galerie avec tout ou partie des catégories privées, visibles par les seuls utilisateurs inscrits<br> 279 - Au moins les 2 groupes d\'utilisateurs Piwigo suivants : "Attente", sans aucune permission sur les catégories privées, et "Validés", avec toutes les permissions sur les catégories privées<br> 280 - Le plugin UAM<br> 281 - Le plugin Additional Pages, pour l\'ajout et la gestion d\'une page additionnelle remplaçant la page d\'index par défaut de la galerie<br> 282 - En option, le plugin Extended Description, pour le support multi-langues<br> 283 </li><br><br> 284 <li> 285 Réalisation:<br><br> 286 A. Dans le plugin UAM:<br> 287 <ol> 288 <li>Activer la confirmation d\'inscription</li> 289 <li>Saisir un "texte d\'accueil personnalisé" qui sera joint au mail de confirmation d\'inscription. Si le plugin Extended Description est activé, les balises de langues peuvent être utilisées</li> 290 <li>Sélectionner le groupe "Attente" à la rubrique "Pour les utilisateurs n\'ayant pas validé leur inscription"</li> 291 <li>Sélectionner le groupe "Validés" à la rubrique "Pour les utilisateurs ayant validé leur inscription"</li> 292 <li>Enregistrer la configuration du plugin</li> 293 </ol> 294 <br> 295 B. Dans le plugin Additional Pages:<br> 296 <b>NOTE : La gestion des droits d\'accès aux pages additionelles pour les groupes doit être activée (voir configuration du plugin Additional Pages).</b> 297 <br> 298 <ol> 299 <li>Ajouter une nouvelle page avec au minimum les paramètres suivants :</li> 300 <ul> 301 <li>Nom de la page : Le nom que vous souhaiter donner à la page additionnelle (ex : Inscription non validée)</li> 302 <li>Définir comme page d\'accueil coché</li> 303 <li>Groupes autorisés : Cocher la case correspondante au groupe "Attente" configuré dans UAM</li> 304 <li>Contenu : Le texte que vous souhaitez faire apparaitre aux visiteurs.</li> 305 </ul> 306 <br> 307 <li>Et c\'est tout ! Seuls les visiteurs inscrits et dont l\'inscription n\'a pas été validée verront cette page d\'index additionnelle.</li> 308 </ol> 309 </li> 310 </ul>'; 272 311 // --------- End: New or revised $lang ---- from version 2.20.0 273 312 ?> -
extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php
r9266 r9295 147 147 $lang['UAM_No_Comment_Anonymous'] = 'Commenti : Pseudo obbligatorio per gli ospiti'; 148 148 149 $lang['UAM_Tips1'] = 'Iscrizzione con convalida dell\'Email e messaggio di avviso nella homepage di Piwigo';150 151 149 $lang['UAM_Tab_UserManager'] = 'Tracciamento convalide'; 152 150 … … 176 174 // --------- Starting below: New or revised $lang ---- from version 2.14.0 177 175 $lang['UAM_AdminConfMail'] = 'Conferma dell\'iscrizione per gli amministratori'; 178 $lang['UAM_Tips1_txt'] = ' 176 // --------- End: New or revised $lang ---- from version 2.14.0 177 178 179 // --------- Starting below: New or revised $lang ---- from version 2.15.0 180 $lang['UAM_confirmmail_custom_Txt1'] = 'Testo della pagina di conferma - Conferma accettati'; 181 $lang['UAM_confirmmail_custom_Txt2'] = 'Testo della pagina di conferma - Conferma respinto'; 182 $lang['UAM_LastVisit_Date'] = 'ultima visita'; 183 $lang['UAM_Nb_Days'] = 'Differenza in giorni'; 184 $lang['UAM_Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma dell\'iscrizione" è attiva e se un gruppo di visitatori non convalidato è configurato in "Impostare le conferme e validazioni all\'iscrizione".'; 185 // --------- End: New or revised $lang ---- from version 2.15.0 186 187 188 // --------- Starting below: New or revised $lang ---- from version 2.15.1 189 $lang['UAM_Support_txt'] = 'Il supporto ufficiale a questo plugin è solo su questi argomento del forum Piwigo:<br> 190 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum francese - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 191 <br>o<br> 192 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Forum inglese - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 193 Disponibile anche, il bugtracker del progetto: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 194 // --------- End: New or revised $lang ---- from version 2.15.1 195 196 197 // --------- Starting below: New or revised $lang ---- from version 2.15.4 198 $lang['UAM_Force_Validation'] = 'Validazione manuale'; 199 $lang['UAM_Confirm_Mail_true'] = ' Attivare - Validazione dal utente'; 200 $lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione dal amministratore (nessuna chiave di validazione inviata)'; 201 $lang['UAM_RedirToProfile'] = 'Ridirezione verso la pagina di personalizzazione'; 202 // --------- End: New or revised $lang ---- from version 2.15.4 203 204 205 // --------- Starting below: New or revised $lang ---- from version 2.16.0 206 $lang['UAM_Expired_Group'] = '<b>Gruppo</b> per gli utenti la cui registrazione sara scaduta<br>'; 207 $lang['UAM_Expired_Status'] = '<b>Statuto</b> per gli utenti la cui registrazione sara scaduta<br>'; 208 $lang['UAM_GTAuto'] = 'Gestione automatica degli utenti fantasmi'; 209 $lang['UAM_GTAutoDel'] = 'Cancellazione automatica dei conti'; 210 $lang['UAM_GTAutoGp'] = 'Cambiamento automatico del gruppo / statuto'; 211 $lang['UAM_GTAutoMail'] = 'Emailing di rilancio automatico'; 212 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!'; 213 $lang['UAM_title_redir_page'] = 'Accesso negato per causa di account cancellato !'; 214 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Errore di coerenza nella configurazione prescelta :<br><br> 215 "Parametraggio monitoraggio degli iscritti e altre opzioni > Gestione degli utenti fantasmi (Ghost Tracker) > Gestione automatica degli utenti fantasmi > Email automatica su cambiamento di gruppo / statuto" non può essere attivato "Parametraggio delle conferme e validazione d\'iscrizione > Conferma d\'iscrizione - Conferma dal utente" non è perattivata.<br><br> 216 Per garantire la coerenza, l\'opzione "Email automatica su cambiamento del gruppo / statuto" è stata automaticamente riposizionata in "disattivato".<br><br>'; 217 $lang['UAM_Demotion of %s'] = 'Retrocessione di %s'; 218 $lang['UAM_AdminValidationMail_Text'] = 'Notifica della validazione d\'iscrizione manuale'; 219 $lang['UAM_Validation of %s'] = 'Validazione di %s'; 220 // --------- End: New or revised $lang ---- from version 2.16.0 221 222 223 // --------- Starting below: New or revised $lang ---- from version 2.20.0 224 /*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 225 /*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 226 /*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 227 /*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder'; 228 $lang['UAM_Disable'] = ' Disattivare (di default)'; 229 $lang['UAM_Enable'] = ' Attivare '; 230 /*TODO*/$lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs'; 231 /*TODO*/$lang['UAM_Tips1_txt'] = ' 179 232 <ul> 180 233 <li> 181 Obiettivi:<br> 182 - Al suo arrivo sulla galleria: informare l\'ospite che si può registrare per accedere alle foto private<br> 183 - Al momento dell\'iscrizione: Generare un\'Email di convalida con il link diretto, informare il nuovo utente della sua "non convalidazione" e integrarlo lo al gruppo "Attesa"<br> 184 - All convalida: Spostarlo automaticamente dal gruppo "Attesa" al gruppo "Convalidati", che permette l\'accesso alle categorie private<br><br> 234 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. 235 <br><br> 185 236 <b>Nota: Nel funzionamento standard, l\'utente "Guest" vede solo le categorie pubbliche, senza messaggio d\'informazione.</b> 186 237 </li><br><br> … … 214 265 </li> 215 266 </ul>'; 216 // --------- End: New or revised $lang ---- from version 2.14.0 217 218 219 // --------- Starting below: New or revised $lang ---- from version 2.15.0 220 $lang['UAM_confirmmail_custom_Txt1'] = 'Testo della pagina di conferma - Conferma accettati'; 221 $lang['UAM_confirmmail_custom_Txt2'] = 'Testo della pagina di conferma - Conferma respinto'; 222 $lang['UAM_LastVisit_Date'] = 'ultima visita'; 223 $lang['UAM_Nb_Days'] = 'Differenza in giorni'; 224 $lang['UAM_Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma dell\'iscrizione" è attiva e se un gruppo di visitatori non convalidato è configurato in "Impostare le conferme e validazioni all\'iscrizione".'; 225 // --------- End: New or revised $lang ---- from version 2.15.0 226 227 228 // --------- Starting below: New or revised $lang ---- from version 2.15.1 229 $lang['UAM_Support_txt'] = 'Il supporto ufficiale a questo plugin è solo su questi argomento del forum Piwigo:<br> 230 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum francese - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a> 231 <br>o<br> 232 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Forum inglese - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br> 233 Disponibile anche, il bugtracker del progetto: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 234 // --------- End: New or revised $lang ---- from version 2.15.1 235 236 237 // --------- Starting below: New or revised $lang ---- from version 2.15.4 238 $lang['UAM_Force_Validation'] = 'Validazione manuale'; 239 $lang['UAM_Confirm_Mail_true'] = ' Attivare - Validazione dal utente'; 240 $lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione dal amministratore (nessuna chiave di validazione inviata)'; 241 $lang['UAM_RedirToProfile'] = 'Ridirezione verso la pagina di personalizzazione'; 242 // --------- End: New or revised $lang ---- from version 2.15.4 243 244 245 // --------- Starting below: New or revised $lang ---- from version 2.16.0 246 $lang['UAM_Expired_Group'] = '<b>Gruppo</b> per gli utenti la cui registrazione sara scaduta<br>'; 247 $lang['UAM_Expired_Status'] = '<b>Statuto</b> per gli utenti la cui registrazione sara scaduta<br>'; 248 $lang['UAM_GTAuto'] = 'Gestione automatica degli utenti fantasmi'; 249 $lang['UAM_GTAutoDel'] = 'Cancellazione automatica dei conti'; 250 $lang['UAM_GTAutoGp'] = 'Cambiamento automatico del gruppo / statuto'; 251 $lang['UAM_GTAutoMail'] = 'Emailing di rilancio automatico'; 252 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!'; 253 $lang['UAM_title_redir_page'] = 'Accesso negato per causa di account cancellato !'; 254 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Errore di coerenza nella configurazione prescelta :<br><br> 255 "Parametraggio monitoraggio degli iscritti e altre opzioni > Gestione degli utenti fantasmi (Ghost Tracker) > Gestione automatica degli utenti fantasmi > Email automatica su cambiamento di gruppo / statuto" non può essere attivato "Parametraggio delle conferme e validazione d\'iscrizione > Conferma d\'iscrizione - Conferma dal utente" non è perattivata.<br><br> 256 Per garantire la coerenza, l\'opzione "Email automatica su cambiamento del gruppo / statuto" è stata automaticamente riposizionata in "disattivato".<br><br>'; 257 $lang['UAM_Demotion of %s'] = 'Retrocessione di %s'; 258 $lang['UAM_AdminValidationMail_Text'] = 'Notifica della validazione d\'iscrizione manuale'; 259 $lang['UAM_Validation of %s'] = 'Validazione di %s'; 260 // --------- End: New or revised $lang ---- from version 2.16.0 261 262 263 // --------- Starting below: New or revised $lang ---- from version 2.20.0 264 /*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content'; 265 /*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users'; 266 /*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account'; 267 /*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder'; 268 $lang['UAM_Disable'] = ' Disattivare (di default)'; 269 $lang['UAM_Enable'] = ' Attivare '; 267 /*TODO*/$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages'; 268 /*TODO*/$lang['UAM_Tips2_txt'] = ' 269 <ul> 270 <li> 271 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 272 <br><br> 273 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. 274 </li><br><br> 275 <li> 276 Prerequisiti:<br> 277 - Una galleria con tutte o alcune categorie private, visibili solo agli utenti registrati<br> 278 - Almeno i 2 gruppi d\'utenti Piwigo seguenti: "Attesa", senza alcuna autorizzazione sulle categorie private, e "Convalidati" con tutte le autorizzazioni per le categorie private<br> 279 - Il plugin NBC_UAM<br> 280 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br> 281 - In opzione, il plugin Extended Description per il supporto multi-lingue<br> 282 </li><br><br> 283 <li> 284 Tappe:<br><br> 285 A. Nel plugin NBC_UAM: 286 <ol> 287 <li>Attivare la conferma dell\'iscrizione</li> 288 <li>Inserire un testo personalizzato che sarà inviato con l\'Email di conferma dell\'iscrizione. Se il plugin Extended Description è installato ed attivato, i tag di lingua possono essere utilizzati</li> 289 <li>Selezionare il gruppo "Attesa" sotto la voce "Per gli utenti che non hanno convalidato la loro iscrizione"</li> 290 <li>Selezionare il gruppo "Convalidati" sotto la voce "Per gli utenti che hanno convalidato la loro iscrizione"</li> 291 <li>Salvare le impostazzioni</li> 292 </ol> 293 <br> 294 B. Nel plugin Additional Pages:<br> 295 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b> 296 <br> 297 <ol> 298 <li>Add a new page with at least the following parameters:</li> 299 <ul> 300 <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li> 301 <li>Set as homepage checked</li> 302 <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li> 303 <li>Content: The text you want to use for visitors.</li> 304 </ul> 305 <br> 306 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li> 307 </ol> 308 </li> 309 </ul>'; 270 310 // --------- End: New or revised $lang ---- from version 2.20.0 271 311 ?> -
extensions/NBC_UserAdvManager/trunk/language/lv_LV/plugin.lang.php
r9266 r9295 145 145 $lang['UAM_No_Comment_Anonymous'] = 'Viesu komentāriem iesauka (Nickname) obligāta'; 146 146 147 $lang['UAM_Tips1'] = 'Reģistrēšanās ar e-pasta apstiprināšanu un brīdinājuma ziņojums Piwigo mājas lapā';148 149 147 $lang['UAM_Tab_UserManager'] = 'Apstiprinājumu izsekošana'; 150 148 … … 268 266 $lang['UAM_Disable'] = ' Atspējot (pēc noklusējuma)'; 269 267 $lang['UAM_Enable'] = ' Iespējot '; 268 /*TODO*/$lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs'; 269 /*TODO*/$lang['UAM_Tips1_txt'] = ' 270 <ul> 271 <li> 272 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. 273 <br><br> 274 <b>Atgādinājums: Pie standartoperācijām "Guest" (viesis) redz tikai publiskās kategorijas bez informatīvā materiāla.</b> 275 </li><br><br> 276 <li> 277 Priekšnoteikumi:<br> 278 - Galerija ar visām vai dažām privātajām ketegorijām redzama tikai reģistrētiem lietotājiem<br> 279 - Vismaz 2 sekojošas Piwigo lietotāju grupas:gaidīšanas grupa "Waiting," bez tiesībām darboties ar privātām kategorijām un apstiprināto grupa "Validated" ar visām tiesībām darbam ar privātām kategorijām<br> 280 - UAM spraudnis<br> 281 - PWG Stuffs spraudnis, moduļa "Personal Block" pievienošanai<br> 282 - Pēc izvēles (neobligāts), spraudnis Extended Description (paplašināts apraksts), lai nodrošinātu daudzvalodu atbalstu<br> 283 </li><br><br> 284 <li> 285 Posmi:<br><br> 286 A. UAM spraudnī: 287 <ol> 288 <li>Iespējo reģistrācijas apstiprināšanu</li> 289 <li>Ievada papildinformāciju-skaidrojumu, kas tiks pievienots e-pasta reģistrācijas apstiprinājumam. Gadījumā, ja ir aktivēts spraudnis Extended Description (papildus apraksts), var tikt lietotas valodu iezīmes (tagi)</li> 290 <li>Izvēlas gaidīšanas grupu "Waiting" sadaļā "Lietotājiem, kas nav apstiprinājuši savu reģistrāciju"</li> 291 <li>Izvēlas apstiprināto grupu "Validated" sadaļā "Lietotājiem, kas apstiprinājuši savu reģistrāciju"</li> 292 <li>Saglabā spraudņa konfigurāciju</li> 293 </ol> 294 <br> 295 B. PWG Stuffs spraudnī : 296 <ol> 297 <li>Pievieno jauna tipa moduli "Personal block: Rāda bloķētos darbiniekus (piem. redakcionāli)"</li> 298 <li>Konfigurē moduli, norādot nosaukumu (piem."Registration pending validation") un tā aprakstu, pārbaudot grupu "Waiting" atļauto grupu sarakstā</li> 299 <li>Pabeidz moduļa saturu ar informatīvu ziņojumu neapstiprinātajiem lietotājiem.Kā UAM valodas iezīmes var tikt lietotas, ja spraudnī ir iespējota papildus apraksta Extended Description funkcija</li> 300 <li>Atzīmē "Rādīt moduli vietnes mājas lapā"</li> 301 <li>Pārbauda moduļa konfigurāciju</li> 302 </ol> 303 </li> 304 </ul>'; 305 /*TODO*/$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages'; 306 /*TODO*/$lang['UAM_Tips2_txt'] = ' 307 <ul> 308 <li> 309 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 310 <br><br> 311 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. 312 </li><br><br> 313 <li> 314 Priekšnoteikumi:<br> 315 - Galerija ar visām vai dažām privātajām ketegorijām redzama tikai reģistrētiem lietotājiem<br> 316 - Vismaz 2 sekojošas Piwigo lietotāju grupas:gaidīšanas grupa "Waiting," bez tiesībām darboties ar privātām kategorijām un apstiprināto grupa "Validated" ar visām tiesībām darbam ar privātām kategorijām<br> 317 - UAM spraudnis<br> 318 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br> 319 - Pēc izvēles (neobligāts), spraudnis Extended Description (paplašināts apraksts), lai nodrošinātu daudzvalodu atbalstu<br> 320 </li><br><br> 321 <li> 322 Posmi:<br><br> 323 A. UAM spraudnī: 324 <ol> 325 <li>Iespējo reģistrācijas apstiprināšanu</li> 326 <li>Ievada papildinformāciju-skaidrojumu, kas tiks pievienots e-pasta reģistrācijas apstiprinājumam. Gadījumā, ja ir aktivēts spraudnis Extended Description (papildus apraksts), var tikt lietotas valodu iezīmes (tagi)</li> 327 <li>Izvēlas gaidīšanas grupu "Waiting" sadaļā "Lietotājiem, kas nav apstiprinājuši savu reģistrāciju"</li> 328 <li>Izvēlas apstiprināto grupu "Validated" sadaļā "Lietotājiem, kas apstiprinājuši savu reģistrāciju"</li> 329 <li>Saglabā spraudņa konfigurāciju</li> 330 </ol> 331 <br> 332 B. Additional Pages spraudnī :<br> 333 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b> 334 <br> 335 <ol> 336 <li>Add a new page with at least the following parameters:</li> 337 <ul> 338 <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li> 339 <li>Set as homepage checked</li> 340 <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li> 341 <li>Content: The text you want to use for visitors.</li> 342 </ul> 343 <br> 344 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li> 345 </ol> 346 </li> 347 </ul>'; 270 348 // --------- End: New or revised $lang ---- from version 2.20.0 271 349 ?> -
extensions/NBC_UserAdvManager/trunk/main.inc.php
r9288 r9295 4 4 Version: 2.20.0-RC 5 5 Description: Renforcer la gestion des utilisateurs - Enforce users management 6 Plugin URI: http:// fr.piwigo.org/ext/extension_view.php?eid=2166 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216 7 7 Author: Nicco, Eric 8 8 Author URI: http://gallery-nicco.no-ip.org, http://www.infernoweb.net
Note: See TracChangeset
for help on using the changeset viewer.