Revision 8df4b83d
Added by Thomas Noël almost 13 years ago
extra/modules/ezldap_ui.ptl | ||
---|---|---|
508 | 508 |
root_directory.myspace = MyspaceDirectory() |
509 | 509 |
|
510 | 510 |
|
511 |
EmailsDirectory.register('change-email-request', |
|
511 |
EmailsDirectory.register('aq-change-email-request',
|
|
512 | 512 |
N_('Request for email change'), |
513 | 513 |
N_('Available variables: new_email, current_email, change_url, cancel_url'), |
514 | 514 |
category = N_('Identification'), |
... | ... | |
531 | 531 |
If you do nothing, the request will lapse after 3 days. |
532 | 532 |
''')) |
533 | 533 |
|
534 |
TextsDirectory.register('change-email', |
|
534 |
TextsDirectory.register('aq-change-email',
|
|
535 | 535 |
N_('Text when user want to change his email'), |
536 | 536 |
category = N_('Identification'), |
537 | 537 |
default = N_(''' |
538 | 538 |
You can change your email address here. |
539 | 539 |
''')) |
540 | 540 |
|
541 |
TextsDirectory.register('change-email-token-sent', |
|
541 |
TextsDirectory.register('aq-change-email-token-sent',
|
|
542 | 542 |
N_('Text after user had requested to change his email'), |
543 | 543 |
category = N_('Identification'), |
544 | 544 |
default = N_(''' |
... | ... | |
546 | 546 |
Follow the instructions in that email to validate your request. |
547 | 547 |
''')) |
548 | 548 |
|
549 |
TextsDirectory.register('new-email-confirmed', |
|
549 |
TextsDirectory.register('aq-new-email-confirmed',
|
|
550 | 550 |
N_('Text when new email confirmed by user'), |
551 | 551 |
category = N_('Identification'), |
552 | 552 |
default = N_(''' |
... | ... | |
554 | 554 |
Remember that it's your new username ! |
555 | 555 |
''')) |
556 | 556 |
|
557 |
TextsDirectory.register('profile-presentation', |
|
557 |
TextsDirectory.register('aq-profile-presentation',
|
|
558 | 558 |
N_('Profile presentation'), |
559 | 559 |
hint = N_('variables: user fields varnames'), |
560 | 560 |
default = N_('''<p> |
... | ... | |
563 | 563 |
</ul> |
564 | 564 |
</p>''')) |
565 | 565 |
|
566 |
EmailsDirectory.register('remove-request', |
|
566 |
EmailsDirectory.register('aq-remove-request',
|
|
567 | 567 |
N_('Delete account request'), |
568 | 568 |
N_('Available variables: email, remove_url, cancel_url'), |
569 | 569 |
category = N_('Identification'), |
... | ... | |
584 | 584 |
If you do nothing, the request will lapse after 3 days. |
585 | 585 |
''')) |
586 | 586 |
|
587 |
TextsDirectory.register('remove-account', |
|
587 |
TextsDirectory.register('aq-remove-account',
|
|
588 | 588 |
N_('Text when user want to delete his account'), |
589 | 589 |
category = N_('Identification'), |
590 | 590 |
default = N_('Are you really sure you want to remove your account?')) |
591 | 591 |
|
592 |
TextsDirectory.register('remove-token-sent', |
|
592 |
TextsDirectory.register('aq-remove-token-sent',
|
|
593 | 593 |
N_('Text after user had requested to delete his account'), |
594 | 594 |
category = N_('Identification'), |
595 | 595 |
default = N_(''' |
Also available in: Unified diff
[ezldap] add "aq-" prefix on keys for texts and emails