upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/user-registration/wpml-config.xml
bengizmo d1509b3d60 feat(dev-env): implement backup-based development workflow
This commit introduces a more reliable and consistent approach to setting up
the development environment using backups:

- Add setup-from-backup.sh script for environment setup from existing backups
- Standardize script naming and organization
- Move obsolete scripts to bin/obsolete directory
- Update documentation with new workflow instructions
- Create migration guide for transitioning to new workflow
- Update Memory Bank with workflow improvements

The new workflow provides:
- More reliable environment setup
- Faster setup process
- Offline development capability
- Consistent development environments across team members

Breaking changes:
- setup-dev.sh is replaced by setup-from-backup.sh
- sync-and-setup.sh is replaced by separate scripts
- verify-with-wpcli.sh is no longer used

Migration path is documented in MIGRATION_GUIDE.md
2025-03-26 11:26:18 -03:00

54 lines
3.1 KiB
XML

<wpml-config>
<admin-texts>
<key name="user_registration_successful_form_submission_message_manual_registation" />
<key name="user_registration_successful_form_submission_message_email_confirmation" />
<key name="user_registration_successful_form_submission_message_admin_approval" />
<key name="user_registration_form_submission_error_message_required_fields" />
<key name="user_registration_form_submission_error_message_email" />
<key name="user_registration_form_submission_error_message_website_URL" />
<key name="user_registration_form_submission_error_message_number" />
<key name="user_registration_form_submission_error_message_confirm_email" />
<key name="user_registration_form_submission_error_message_confirm_password" />
<key name="user_registration_form_submission_error_message_phone_number" />
<key name="user_registration_form_submission_error_message_recaptcha" />
<key name="user_registration_admin_email_subject" />
<key name="user_registration_admin_email" />
<key name="user_registration_awaiting_admin_approval_email_subject" />
<key name="user_registration_awaiting_admin_approval_email" />
<key name="user_registration_email_confirmation_subject" />
<key name="user_registration_email_confirmation" />
<key name="user_registration_registration_denied_email_subject" />
<key name="user_registration_registration_denied_email" />
<key name="user_registration_successfully_registered_email_subject" />
<key name="user_registration_successfully_registered_email" />
<key name="user_registration_successful_email_verified_message" />
<key name="user_registration_registration_pending_email_subject" />
<key name="user_registration_registration_pending_email" />
<key name="user_registration_registration_approved_email_subject" />
<key name="user_registration_registration_approved_email" />
<key name="user_registration_reset_password_email_subject" />
<key name="user_registration_reset_password_email" />
<key name="user_registration_profile_details_changed_email_subject" />
<key name="user_registration_profile_details_changed_email" />
<key name="user_registration_profile_details_updated_email_subject" />
<key name="user_registration_profile_details_Updated_email" />
<key name="user_registration_general_setting_registration_label" />
<key name="user_registration_general_setting_registration_url_options"/>
<key name="user_registration_label_username_or_email" />
<key name="user_registration_label_password" />
<key name="user_registration_label_remember_me" />
<key name="user_registration_label_login" />
<key name="user_registration_label_lost_your_password" />
<key name="user_registration_placeholder_username_or_email" />
<key name="user_registration_placeholder_password" />
<key name="user_registration_message_username_required" />
<key name="user_registration_message_empty_password" />
<key name="user_registration_message_invalid_username" />
<key name="user_registration_message_unknown_email" />
<key name="user_registration_message_pending_approval" />
<key name="user_registration_message_denied_account" />
</admin-texts>
</wpml-config>