• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: translate password notification

translate password notification 3 months 1 week ago #43228

  • dubois
  • dubois's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hello, when I use the password field, it is indicated below the conditions to know this field. I would like to translate this information into French for users of my site and I cannot find or change these words. ex: Be at least 8 characters Has at least 1 digits Has at least 1 symbols Has at least 1 capital letter
Thanks for your help
The administrator has disabled public write access.

translate password notification 3 months 1 week ago #43229

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

In this file:

\administrator\language\en-GB\en-GB.plg_system_rsfpregistration.ini

..you'll notice the following constants:

RSFP_REG_BE_AT_LEAST_CHARACTERS="Be at least %d characters"
RSFP_REG_TYPE_MORE_CHARACTERS="Type %d more characters"
RSFP_REG_NEEDS_NUMBERS="Needs %d numbers"
RSFP_REG_HAS_AT_LEAST_NUMBERS="Has at least %d numbers"
RSFP_REG_TYPE_MORE_NUMBERS="Type %d more numbers"
RSFP_REG_NEEDS_SYMBOLS="Needs %d symbols"
RSFP_REG_HAS_AT_LEAST_SYMBOLS="Has at least %d symbols"
RSFP_REG_TYPE_MORE_SYMBOLS="Type %d more symbols"
RSFP_REG_NEEDS_UPPERCASE_LETTERS="Needs %d uppercase letters"
RSFP_REG_HAS_AT_LEAST_UPPERCASE_LETTERS="Has at least %d uppercase letters"
RSFP_REG_TYPE_MORE_UPPERCASE_LETTERS="Type %d more uppercase letters"
RSFP_REG_NEEDS_LOWERCASE_LETTERS="Needs %d lowercase letters"
RSFP_REG_HAS_AT_LEAST_LOWERCASE_LETTERS="Has at least %d lowercase letters"
RSFP_REG_TYPE_MORE_LOWERCASE_LETTERS="Type %d more lowercase letters"

You can use the standard Joomla! language override feature to provide a different translation using the language constant.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!