<?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: How to change de theme langage</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage</link>
		<description>Support Forum - Topic: How to change de theme langage</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 02:27:25 +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/how-to-change-de-theme-langage" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-74616</link>
			<pubDate>Thu, 06 Sep 2012 03:02:45 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">74616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael was able to help you! Let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isa on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-74484</link>
			<pubDate>Wed, 05 Sep 2012 10:20:50 +0000</pubDate>
			<dc:creator>isa</dc:creator>
			<guid isPermaLink="false">74484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot Ismael ! That's what i deed, it was really quick to do ! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-74014</link>
			<pubDate>Sun, 02 Sep 2012 00:59:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On your includes folder, open related-posts.php and find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;h5 class=&#38;#39;related_title&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Related Entries&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h5&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can change the Related Entries text from there. To change the next and previous, open functions.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_post_nav&#38;#39;))
{
	function avia_post_nav()
	{
		$output = &#38;quot;&#38;quot;;
		ob_start();
		?&#38;gt;
		&#38;lt;div class=&#38;#39;post_nav_container stretch_full&#38;#39;&#38;gt;
			&#38;lt;div class=&#38;#39;post_nav&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;previous_post_link_align&#38;#39;&#38;gt;
				&#38;lt;?php previous_post_link(&#38;#39;&#38;lt;span class=&#38;quot;previous_post_link&#38;quot;&#38;gt;&#38;amp;larr; %link &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;post_link_text&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;(previous entry)&#38;#39;,&#38;#39;avia_framework&#38;#39;)).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;; ?&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;div class=&#38;#39;next_post_link_align&#38;#39;&#38;gt;
				&#38;lt;?php next_post_link(&#38;#39;&#38;lt;span class=&#38;quot;next_post_link&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;post_link_text&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;(next entry)&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt; %link &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt; &#38;lt;!-- end navigation --&#38;gt;
		&#38;lt;/div&#38;gt;
		&#38;lt;?php

		$output = ob_get_clean();
		return $output;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isa on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-73981</link>
			<pubDate>Sat, 01 Sep 2012 16:59:24 +0000</pubDate>
			<dc:creator>isa</dc:creator>
			<guid isPermaLink="false">73981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your answers !&#60;br /&#62;
Unfortunately my Wp-config was allready set to fr_FR and i'm allready using the french wp Version...&#60;/p&#62;
&#60;p&#62;Maybe i should be more precise ? to you need more information?&#60;br /&#62;
my problem is for example in a single portfolio page, at the bottom its written &#34;Related Entries&#34; and thats where i'd like the translation to come... and the &#34;next&#34; or &#34;previous&#34; are also in english...&#60;/p&#62;
&#60;p&#62;Hope you can help me :)&#60;br /&#62;
Thanks again in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-73960</link>
			<pubDate>Sat, 01 Sep 2012 14:11:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Make sure that you're using the french wp version: &#60;a href=&#34;http://fr.wordpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://fr.wordpress.org/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-73957</link>
			<pubDate>Sat, 01 Sep 2012 13:47:50 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">73957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you'll have to change a line (72) in your wp-config.php. Mine is in Norwegian so the line is set like this:&#60;br /&#62;
define('WPLANG', 'nb_NO');&#60;/p&#62;
&#60;p&#62;I guess your should be:&#60;br /&#62;
define('WPLANG', 'fr_FR');&#60;/p&#62;
&#60;p&#62;Hope that helps:-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isa on "How to change de theme langage"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-de-theme-langage#post-73777</link>
			<pubDate>Fri, 31 Aug 2012 09:06:55 +0000</pubDate>
			<dc:creator>isa</dc:creator>
			<guid isPermaLink="false">73777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I've asked you for help concerning translation 2 weeks ago...&#60;br /&#62;
I was busy so only tried it today.&#60;br /&#62;
I've opened the french translation file in Poeit it was ok.&#60;br /&#62;
I've opened my FTP and saw that it allready was in the lang folder&#60;br /&#62;
I've tried to delete all the other translations in the FTP and change de french.mo and .po to default.mo and .po but it didnt work...&#60;/p&#62;
&#60;p&#62;My question is : How do i activate the french version? or where do i activate it?&#60;br /&#62;
Do i have to change a source code?&#60;/p&#62;
&#60;p&#62;Thank a lot ! :)&#60;br /&#62;
Have a good day !
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
