<?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: Change language on countdown</title>
		<link>http://www.kriesi.at/support/topic/change-language-on-countdown</link>
		<description>Support Forum - Topic: Change language on countdown</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:46:35 +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/change-language-on-countdown" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change language on countdown"</title>
			<link>http://www.kriesi.at/support/topic/change-language-on-countdown#post-96474</link>
			<pubDate>Wed, 13 Feb 2013 07:16:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To translate the event plugin:&#60;br /&#62;
1) Install Events Calendar Plugin. You can download it here: &#60;a href=&#34;http://wordpress.org/extend/plugins/the-events-calendar/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/the-events-calendar/&#60;/a&#62;&#60;br /&#62;
2) If the text is still not translated open up wp-content\plugins\the-events-calendar\lang\tribe-events-calendar-nb_NO.po with a tool like Poedit and translate it. Then save the result and place the po AND mo fie into the wp-content\plugins\the-events-calendar\lang\ folder&#60;/p&#62;
&#60;p&#62;To translate the theme:&#60;br /&#62;
1) Make a copy of wp-content\themes\incarnation\lang\default.po and rename it to nb_NO.po (or nn_NO.po - I'm not sure - compare: &#60;a href=&#34;http://codex.wordpress.org/WordPress_in_Your_Language#Norwegian_.28norsk.29&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/WordPress_in_Your_Language#Norwegian_.28norsk.29&#60;/a&#62; )&#60;br /&#62;
2) Then translate the file with Poedit, save the result as nb_NO.po and nb_NO.mo or nn_NO.po an nn_NO.mo&#60;br /&#62;
3) Upload both files into the wp-content\themes\incarnation\lang\ folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tromedia on "Change language on countdown"</title>
			<link>http://www.kriesi.at/support/topic/change-language-on-countdown#post-96325</link>
			<pubDate>Tue, 12 Feb 2013 10:30:02 +0000</pubDate>
			<dc:creator>tromedia</dc:creator>
			<guid isPermaLink="false">96325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And how can I set what languge I want on the rest? Its in enlish, but I see there is a Norwegian translation file for the calendar...&#60;/p&#62;
&#60;p&#62;I have also translated some in the default.po lang file, but dos'nt show....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change language on countdown"</title>
			<link>http://www.kriesi.at/support/topic/change-language-on-countdown#post-96290</link>
			<pubDate>Tue, 12 Feb 2013 05:53:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open config-events-calendar folder then edit config.php, find this code, search for a line like this ('days','avia_framework').&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($show_weeks)
		{
		echo &#38;#39;

				&#38;lt;div class=&#38;quot;dash weeks_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;weeks&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;&#38;#39;;
		}

		echo &#38;#39;
				&#38;lt;div class=&#38;quot;dash days_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;days&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash hours_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;hours&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash minutes_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;minutes&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash seconds_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;seconds&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

			&#38;lt;/a&#38;gt;&#38;#39;;
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tromedia on "Change language on countdown"</title>
			<link>http://www.kriesi.at/support/topic/change-language-on-countdown#post-96206</link>
			<pubDate>Mon, 11 Feb 2013 16:44:04 +0000</pubDate>
			<dc:creator>tromedia</dc:creator>
			<guid isPermaLink="false">96206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can i change the language on the countdown? &#60;/p&#62;
&#60;p&#62;(Upcoming - days - hours - minutes - seconds)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
