<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Translation function calls</title>
		<link>https://legacy.forums.gravityhelp.com/topic/translation-function-calls</link>
		<description>Gravity Support Forums Topic: Translation function calls</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 07:42:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/translation-function-calls" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Translation function calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translation-function-calls#post-29906</link>
			<pubDate>Wed, 13 Jul 2011 15:53:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've forwarded this post to our developer that handles the User Registration Add-On so he can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pronamic on "Translation function calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translation-function-calls#post-29880</link>
			<pubDate>Wed, 13 Jul 2011 09:56:39 +0000</pubDate>
			<dc:creator>pronamic</dc:creator>
			<guid isPermaLink="false">29880@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A lot __() function calls in the User Registration Add-ON don't have the second domain parameter:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;username&#38;#39;], $form, __(&#38;#39;This username is already registered&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;username&#38;#39;], $form, __(&#38;#39;The username can only contain alphanumeric characters (A-Z, 0-9), underscores, dashes and spaces&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;username&#38;#39;], $form, __(&#38;#39;The username can only contain alphanumeric characters (A-Z, 0-9), underscores and dashes&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;username&#38;#39;], $form, __(&#38;#39;The username can not be empty&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;email&#38;#39;], $form, __(&#38;#39;This email address is already registered&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;email&#38;#39;], $form, __(&#38;#39;The email address can not be empty&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;$form = self::add_validation_failure($config[&#38;#39;meta&#38;#39;][&#38;#39;password&#38;#39;], $form, __(&#38;#39;Passwords may not contain the character &#38;quot;\&#38;quot;&#38;#39;) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;These strings are not available in the default WordPress (3.2+) translations.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
