<?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: Updated Localization Files?</title>
		<link>http://www.kriesi.at/support/topic/updated-localization-files</link>
		<description>Support Forum - Topic: Updated Localization Files?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 02:51: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/updated-localization-files" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-20246</link>
			<pubDate>Tue, 31 May 2011 21:59:07 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">20246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Thanks Guys! :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-20235</link>
			<pubDate>Tue, 31 May 2011 20:44:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks - I'll report it to Kriesi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manidini on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-20207</link>
			<pubDate>Tue, 31 May 2011 18:07:36 +0000</pubDate>
			<dc:creator>manidini</dc:creator>
			<guid isPermaLink="false">20207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found another string in loop-portfolio.php in line 53 which is not translated yet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($avia_config[&#38;#39;portfolio_columns&#38;#39;] == 1)&#38;lt;br /&#38;gt;
				{&#38;lt;br /&#38;gt;
					echo get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;lt;span class=&#38;quot;blog-categories&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Categories: &#38;lt;/strong&#38;gt;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);&#38;lt;br /&#38;gt;
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The term &#34;Categories&#34; is not in the correct format.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19944</link>
			<pubDate>Thu, 26 May 2011 21:23:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - it will be in the next update. I already reported it to Kriesi :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manidini on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19921</link>
			<pubDate>Thu, 26 May 2011 19:30:04 +0000</pubDate>
			<dc:creator>manidini</dc:creator>
			<guid isPermaLink="false">19921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that code change. I trust that this will go into the next theme update.&#60;/p&#62;
&#60;p&#62;As I prefer not to have too many code changes in my own files I will leave it for now as it is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19817</link>
			<pubDate>Wed, 25 May 2011 06:13:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19817@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
thanks for providing the language file. I'll tell Kriesi to look into the &#34;feel like&#34; string problem. You can fix it by modifying includes\loop-search.php - open up the file and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h3 class=&#38;#39;&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;Feel like browsing some posts instead?&#38;#39;); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h3 class=&#38;#39;&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;Feel like browsing some posts instead?&#38;#39;, &#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>manidini on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19685</link>
			<pubDate>Mon, 23 May 2011 13:30:57 +0000</pubDate>
			<dc:creator>manidini</dc:creator>
			<guid isPermaLink="false">19685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for those language files.&#60;/p&#62;
&#60;p&#62;I did a very quick rough translation into German language and included the de_DE.mo and de_DE.po in the updated archive: &#60;a href=&#34;http://www.mediafire.com/?nm5ikodtyucnu5x&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?nm5ikodtyucnu5x&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As I am not familiar with all this WXR stuff someone else should have a second look at those files.&#60;/p&#62;
&#60;p&#62;Please note that I will not be in a position to maintain those files in future.&#60;/p&#62;
&#60;p&#62;One final note:&#60;/p&#62;
&#60;p&#62;On the search results page the string &#34;Feel like browsing some posts instead?&#34; does not seem to be in the correct format. Although I have translated that string it is still displayed in English.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19674</link>
			<pubDate>Mon, 23 May 2011 07:22:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I uploaded the language files here: &#60;a href=&#34;http://www.mediafire.com/?kxdt7gsvrt5zvfc&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?kxdt7gsvrt5zvfc&#60;/a&#62;&#60;br /&#62;
It would be great if you could post a link to the translated german file afterwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manidini on "Updated Localization Files?"</title>
			<link>http://www.kriesi.at/support/topic/updated-localization-files#post-19648</link>
			<pubDate>Sun, 22 May 2011 21:33:59 +0000</pubDate>
			<dc:creator>manidini</dc:creator>
			<guid isPermaLink="false">19648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have found a somewhat outdated version of the German translation of the Avisio framework somewhere else on this forum.&#60;/p&#62;
&#60;p&#62;Dude: Could you please upload the latest version of the English language files as the Upscale theme is using some strings which have not been included in the old de_DE.po yet.&#60;/p&#62;
&#60;p&#62;Thanks a lot!&#60;/p&#62;
&#60;p&#62;Manidini
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
