<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Pieces of text not translatable with WPML</title>
		<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml</link>
		<description>Support Forum - Topic: Pieces of text not translatable with WPML</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:29:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/pieces-of-text-not-translatable-with-wpml" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Pieces of text not translatable with WPML"</title>
			<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml#post-87906</link>
			<pubDate>Wed, 12 Dec 2012 20:22:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi megalex,&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues or questions :)&#60;/p&#62;
&#60;p&#62;I'll close this topic for now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Pieces of text not translatable with WPML"</title>
			<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml#post-87795</link>
			<pubDate>Wed, 12 Dec 2012 12:30:07 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">87795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll check it again. Thanks for the quick reply! I appreciate it !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Pieces of text not translatable with WPML"</title>
			<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml#post-87756</link>
			<pubDate>Wed, 12 Dec 2012 07:10:59 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just set up the theme to test it out amd I am getting translations just fine. Have you instlled the String Translation plugin that comes with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;? Please take a look &#60;a href=&#34;http://i.imgur.com/SWMcg.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/SWMcg.png&#60;/a&#62; After you scan your theme, all those strings will be converted automatically.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Pieces of text not translatable with WPML"</title>
			<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml#post-87752</link>
			<pubDate>Wed, 12 Dec 2012 06:51:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1 + 2) These text strings are already in a __ or _e function and fully translatable with po/mo files. Eg compare the searchform code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php _e(&#38;#39;search site&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#34;search site&#34; = text&#60;/p&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;p&#62;&#34;avia_framework&#34; = theme text domain. Maybe try to translate the po/mo files with Poedit: &#60;a href=&#34;http://www.poedit.net/download.php&#34; rel=&#34;nofollow&#34;&#62;http://www.poedit.net/download.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3) The breadcrumb text is also translatable with po/mo files. The breadcrumb links use the page/post, etc. title and are not translatable - however you can change the page titles if you like. The code can be found in choices\framework\php\class-breadcrumb.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Pieces of text not translatable with WPML"</title>
			<link>http://www.kriesi.at/support/topic/pieces-of-text-not-translatable-with-wpml#post-87586</link>
			<pubDate>Tue, 11 Dec 2012 10:23:06 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">87586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Some pieces of text (for example: the contact form &#60;strong&#62;send&#60;/strong&#62; button, &#60;strong&#62;send us mail&#60;/strong&#62; title, the &#60;strong&#62;breadcrumbs&#60;/strong&#62;, the &#60;strong&#62;search field&#60;/strong&#62;) aren't wrapped in Gettext call, therefore they can't be translated with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;br /&#62;
Screenshot: &#60;a href=&#34;http://farm9.staticflickr.com/8083/8262000771_03867f91a0_b.jpg&#34; rel=&#34;nofollow&#34;&#62;http://farm9.staticflickr.com/8083/8262000771_03867f91a0_b.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; documentation about Gettext: &#60;a href=&#34;http://wpml.org/faq/language-setup/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/faq/language-setup&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1) &#60;u&#62;How can i add &#60;strong&#62;&#38;lt;?php _e('text','theme-text-domain'); ?&#38;gt;&#60;/strong&#62; to &#60;strong&#62;contact-form.php&#60;/strong&#62; for &#60;strong&#62;'Send us mail'&#60;/strong&#62; and &#60;strong&#62;'Send'&#60;/strong&#62;:&#60;/u&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_args = array(

		&#38;quot;heading&#38;quot; =&#38;gt; &#38;quot;&#38;lt;h3&#38;gt;&#38;quot;.__(&#38;#39;Send us mail&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;,
		&#38;quot;success&#38;quot; =&#38;gt; &#38;quot;&#38;lt;h3&#38;gt;&#38;quot;.__(&#38;#39;Your message has been sent!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;&#38;quot;.__(&#38;#39;Thank you!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/p&#38;gt;&#38;quot;,
		&#38;quot;submit&#38;quot;  =&#38;gt; __(&#38;#39;Send&#38;#39;,&#38;#39;avia_framework&#38;#39;),
		&#38;quot;action&#38;quot;  =&#38;gt; get_permalink(),
		&#38;quot;myemail&#38;quot; =&#38;gt; avia_get_option(&#38;#39;email&#38;#39;),
		&#38;quot;myblogname&#38;quot; =&#38;gt; get_option(&#38;#39;blogname&#38;#39;),
		&#38;quot;autoresponder&#38;quot; =&#38;gt; avia_get_option(&#38;#39;autoresponder&#38;#39;),
		&#38;quot;autoresponder_subject&#38;quot; =&#38;gt; __(&#38;#39;Thank you for your Message!&#38;#39;,&#38;#39;avia_framework&#38;#39;),
		&#38;quot;autoresponder_email&#38;quot; =&#38;gt; avia_get_option(&#38;#39;email&#38;#39;)
	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;u&#62;2) How can i add &#60;strong&#62;&#38;lt;?php _e('text','theme-text-domain'); ?&#38;gt;&#60;/strong&#62; to &#60;strong&#62;searchform.php&#60;/strong&#62; for &#60;strong&#62;'Search site'&#60;/strong&#62;:&#60;/u&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;&#38;lt;?php echo home_url( &#38;#39;/&#38;#39; ); ?&#38;gt;&#38;quot; id=&#38;quot;searchform&#38;quot; method=&#38;quot;get&#38;quot;&#38;gt;
	&#38;lt;div&#38;gt;
		&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;&#38;quot; id=&#38;quot;searchsubmit&#38;quot; class=&#38;quot;button&#38;quot;/&#38;gt;
		&#38;lt;input type=&#38;quot;text&#38;quot; id=&#38;quot;s&#38;quot; name=&#38;quot;s&#38;quot; value=&#38;quot;&#38;lt;?php _e(&#38;#39;search site&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;quot;/&#38;gt;
		&#38;lt;?php do_action(&#38;#39;avia_frontend_search_form&#38;#39;); ?&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;u&#62;3) How can I also do this with the breadcrumbs? Where are they located?&#60;/u&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
