<?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: Making breadcrumbs ready for translation?</title>
		<link>http://www.kriesi.at/support/topic/making-breadcrumbs-ready-for-translation</link>
		<description>Support Forum - Topic: Making breadcrumbs ready for translation?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 17:58:47 +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/making-breadcrumbs-ready-for-translation" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Making breadcrumbs ready for translation?"</title>
			<link>http://www.kriesi.at/support/topic/making-breadcrumbs-ready-for-translation#post-30638</link>
			<pubDate>Thu, 27 Oct 2011 17:58:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically you can use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;__(&#38;#39;my text&#38;#39;,&#38;#39;avia_framework&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to call the translated text only - you need to echo/output it or you can save the text string in a variable, etc.&#60;/p&#62;
&#60;p&#62;or you can use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;_e(&#38;#39;my text&#38;#39;,&#38;#39;avia_framework&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to echo/output the text directly. I don't see a reason to use sprintf/printf with this text string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Making breadcrumbs ready for translation?"</title>
			<link>http://www.kriesi.at/support/topic/making-breadcrumbs-ready-for-translation#post-30623</link>
			<pubDate>Thu, 27 Oct 2011 13:07:12 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but this has no effect :-(&#60;/p&#62;
&#60;p&#62;Need I change this part of text within the class-breadcrumb.php itself with some &#34;code&#34; (gettext)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Making breadcrumbs ready for translation?"</title>
			<link>http://www.kriesi.at/support/topic/making-breadcrumbs-ready-for-translation#post-30574</link>
			<pubDate>Thu, 27 Oct 2011 00:16:43 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your .po file adding the following should do the trick, though I haven't tested it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#: ../framework/php/class-breadcrumb.php:20
msgid &#38;quot;You are here:&#38;quot;
msgstr &#38;quot;Ihr seid hier:&#38;quot;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Making breadcrumbs ready for translation?"</title>
			<link>http://www.kriesi.at/support/topic/making-breadcrumbs-ready-for-translation#post-30561</link>
			<pubDate>Wed, 26 Oct 2011 21:59:40 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've found in the class-breadcrumb.php this line of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
echo &#38;#39;&#38;lt;p class=&#38;quot;breadcrumb&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;breadcrumb_info&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;You are here:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;&#38;lt;br /&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;How can I make the part &#34;You are here&#34; ready for translation with the theme's .po-file, so that - hopefully - the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;-plugin translate it right, too, when I change my languages between English and German?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
