<?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: TRANSLATNG THE SITE</title>
		<link>http://www.kriesi.at/support/topic/translatng-the-site</link>
		<description>Support Forum - Topic: TRANSLATNG THE SITE</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 23:34:44 +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/translatng-the-site" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-87933</link>
			<pubDate>Thu, 13 Dec 2012 01:36:39 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When did it exist? in 3.5 you mean?&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-87640</link>
			<pubDate>Tue, 11 Dec 2012 17:16:06 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">87640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;Was a few weeks abroad...&#60;/p&#62;
&#60;p&#62;Anyway....a gettext.php in my wp-includes folder doesn't exist???&#60;/p&#62;
&#60;p&#62;Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85327</link>
			<pubDate>Mon, 26 Nov 2012 07:52:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Strange. This means either something very simple is missing or the entire installation has a problem. &#60;/p&#62;
&#60;p&#62;Please install this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/wordpress-language/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wordpress-language/&#60;/a&#62;  which should take care of Wordpress itself and this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/codestyling-localization/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/codestyling-localization/&#60;/a&#62; should allow you to directly add the mo/po files within Wordpress so if something is wrong with the mo/po files, this should solve the issue by letting you associate the file with the theme if for some reason its being ignored. &#60;/p&#62;
&#60;p&#62;Please let us know how they work out.&#60;/p&#62;
&#60;p&#62;[Edit]&#60;/p&#62;
&#60;p&#62;This is something old I ran across for people experiencing same problem. Please open gettext.php in wp-includes. Make a backup of the file incase there is a problem and replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($magic == ($MAGIC1 &#38;amp; 0xFFFFFFFF)) { // to make sure it works for 64-bit platforms
$this-&#38;gt;BYTEORDER = 0;
} elseif ($magic == ($MAGIC2 &#38;amp; 0xFFFFFFFF)) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($magic == $MAGIC1) {
$this-&#38;gt;BYTEORDER = 0;
} elseif ($magic == $MAGIC2) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reference: &#60;a href=&#34;http://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85232</link>
			<pubDate>Sat, 24 Nov 2012 19:04:56 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">85232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thanks for your efforts!&#60;/p&#62;
&#60;p&#62;Unfortunately... negative. &#60;/p&#62;
&#60;p&#62;- I used your new files and placed them in the 'lang' folder&#60;br /&#62;
- WP-config.php says ; define('WPLANG', 'nl_NL')&#60;br /&#62;
- Yes, everything in UTF-8&#60;br /&#62;
- I changed in WP-config to es_ES, but not even Spanish texts.&#60;br /&#62;
Am I the only one, who's doing something incorrectly?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85148</link>
			<pubDate>Fri, 23 Nov 2012 16:26:39 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try these files, &#60;a href=&#34;http://www.mediafire.com/file/b0kk9otcapebeul/choices-theme-NL-mo-and-po.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/file/b0kk9otcapebeul/choices-theme-NL-mo-and-po.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;a) in wp_config.php do you have the same name as your file without the extension, nl_NL and not nl_NL.po (or mo)?&#60;/p&#62;
&#60;p&#62;b) are you placing your mo/po files in the lang folder next to the other language files?&#60;/p&#62;
&#60;p&#62;c) Are you using UTF-8 as your character set ? (in wp-config) as well as in Settings &#38;gt; Reading ?&#60;/p&#62;
&#60;p&#62;If the files I sent you are not working for you, please try to activate the Spanish (or some other language) that was present with the theme and see if you can get Spanish working. Because problem is either that *something that you are doing is incorrect or * file is in a bad format/bad installation/software issue, and we need to figure out which of the two is the culprit.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84892</link>
			<pubDate>Wed, 21 Nov 2012 15:19:33 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I put the files again on &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://7men.nl/preview/nl_NL.po&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.po&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://7men.nl/preview/nl_NL.mo&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.mo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could you please check where it goes wrong?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84879</link>
			<pubDate>Wed, 21 Nov 2012 13:38:29 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PS. The file  wp-config.php is already set to nl_NL....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84874</link>
			<pubDate>Wed, 21 Nov 2012 12:47:22 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I translated the whole thing. Without any result. Do I have to remove the default.mo/po files, or where does the theme recognizes the Dutch files?&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84873</link>
			<pubDate>Wed, 21 Nov 2012 12:26:33 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Dude, I'll try this one!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84723</link>
			<pubDate>Tue, 20 Nov 2012 14:04:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah - ok I now noticed that you're using the wrong language file for the translation. Please use default.po for the theme translation - it can be found in the wp-content/themes/choices\lang\ folder. Then save the result as nl_NL.po and nl_NL.mo into the lang folder again. The default wordpress lang files won't work (because the textdomain of the theme is different),
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84602</link>
			<pubDate>Mon, 19 Nov 2012 20:05:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ronald,&#60;/p&#62;
&#60;p&#62;I've tagged this for Peter so that it will appear in his Queue and can easily be responded to.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84447</link>
			<pubDate>Sun, 18 Nov 2012 11:51:17 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;Thanks voor helping. I put the files on&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://7men.nl/preview/nl_NL.po&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.po&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://7men.nl/preview/nl_NL.mo&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.mo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is not the site where it is about. You can see the site and page in question on &#60;a href=&#34;http://sbp.d-media.biz/portfolio-item/a-nice-portfolio-entry/&#34; rel=&#34;nofollow&#34;&#62;http://sbp.d-media.biz/portfolio-item/a-nice-portfolio-entry/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84384</link>
			<pubDate>Sat, 17 Nov 2012 16:16:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Your language file should work. Can you give me a link to your nl_NL.po file and I'll check it with Poedit. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84273</link>
			<pubDate>Fri, 16 Nov 2012 18:11:03 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I tried. I copied the items&#60;/p&#62;
&#60;p&#62;#: ../functions-choices.php:385&#60;br /&#62;
msgid &#34;(previous entry)&#34;&#60;br /&#62;
msgstr &#34;(vorig bericht)&#34;&#60;/p&#62;
&#60;p&#62;#: ../functions-choices.php:388&#60;br /&#62;
msgid &#34;(next entry)&#34;&#60;br /&#62;
msgstr &#34;(volgend bericht)&#34;&#60;/p&#62;
&#60;p&#62;into the existing nl_NL.po file (which was already in de WP install files, and had an enormous list of translated text in it.) So I moved the .mo and .po file into the choices\lang\ folder. Reload the site, but I don't see a difference. What did I do wrong? Does Choices automatically search for the Dutch nl_NL.po file or do I have to change something? In de wp-config.php I already set the language to nl_NL.....&#60;/p&#62;
&#60;p&#62;thanks again,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84181</link>
			<pubDate>Fri, 16 Nov 2012 06:31:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Probably you can also translate these links by using the po file in choices\lang\. You can use tools like Poedit to translate default.po - then save your translation as nl_NL.po and nl_NL.mo into the choices\lang\ folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84057</link>
			<pubDate>Thu, 15 Nov 2012 10:55:01 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Your tips help a lot, not only for the Greek, also for the Dutch ;)&#60;/p&#62;
&#60;p&#62;In line with the questions above, where to change the words 'Previous entry' and 'Next entry' on the bottom of a portfolio page.&#60;/p&#62;
&#60;p&#62;I checked all loop....php files, and I suspect I have to change some code in several files, don't I ? The words 'Previous' and 'Next' in another than ''entry', or am I wrong?&#60;/p&#62;
&#60;p&#62;Thanks a lot again!&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-73138</link>
			<pubDate>Tue, 28 Aug 2012 02:07:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can edit those via ftp. You can find them on wp-content &#38;gt; themes &#38;gt; choices.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-73101</link>
			<pubDate>Mon, 27 Aug 2012 19:38:30 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">73101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For Nr 4 ) i cannot find class-breadcrumbs.php  In which file is this at the Editor?&#60;/p&#62;
&#60;p&#62;2.) Open framework &#38;gt; php &#38;gt; function-avia-set-frontend.php and find this code&#60;br /&#62;
$output .= &#34;&#38;lt;span class='pagination-meta'&#38;gt;&#34;.sprintf(__(&#34;Page %d of %d&#34;, 'avia_framework'), $paged, $pages).&#34;&#38;lt;/span&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;For Nr 2)&#60;br /&#62;
Where i can find Framework?&#60;br /&#62;
and what should i replace there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-72895</link>
			<pubDate>Sun, 26 Aug 2012 00:46:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) Open searchform.php and change the value.&#60;/p&#62;
&#60;p&#62;2.) Open framework &#38;gt; php &#38;gt; function-avia-set-frontend.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;span class=&#38;#39;pagination-meta&#38;#39;&#38;gt;&#38;quot;.sprintf(__(&#38;quot;Page %d of %d&#38;quot;, &#38;#39;avia_framework&#38;#39;), $paged, $pages).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3.) Open includes &#38;gt; loop-portfolio.php and find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a href=&#38;#39;#&#38;#39; data-filter=&#38;#39;all_sort&#38;#39; class=&#38;#39;all_sort_button active_sort&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;All&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To change the text &#34;All&#34;.&#60;/p&#62;
&#60;p&#62;4.) Open framework &#38;gt; php &#38;gt; class-breadcrumbs.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;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;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-72826</link>
			<pubDate>Sat, 25 Aug 2012 09:41:40 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">72826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to translate from english to greek a few things and i would like to know where the code is so i can change it:&#60;/p&#62;
&#60;p&#62;1) on the top right search bar the &#34;search the site&#34;&#60;/p&#62;
&#60;p&#62;2) On the portfolio pagination where it says &#34; Page 1 to 3&#34;&#60;/p&#62;
&#60;p&#62;3) On the portfolio sortable where it shows the diferrent categories, i would like to translate the word : &#34; ALL &#34;&#60;br /&#62;
      All/ΓΩΝΙΑΚΟ/ΕΠΙΠΕΔΟ/ΠΡΙΣΜΑΤΙΚΟ/ΣΦΑΙΡΙΚΟ&#60;br /&#62;
     &#60;a href=&#34;http://www.rhodes-apartments.biz/tasos/%CE%BA%CE%B1%CE%BB%CE%BF%CF%81%CE%B9%CF%86%CE%B5%CF%81/montelakalorifer/&#34; rel=&#34;nofollow&#34;&#62;http://www.rhodes-apartments.biz/tasos/%CE%BA%CE%B1%CE%BB%CE%BF%CF%81%CE%B9%CF%86%CE%B5%CF%81/montelakalorifer/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;4) On the page navigation where it says: &#34; You are here &#34;&#60;/p&#62;
&#60;p&#62;You are here:Home»ΚΑΛΟΡΙΦΕΡ»ΜΟΝΤΕΛΑ ΚΑΛΟΡΙΦΕΡ&#60;/p&#62;
&#60;p&#62;Thank you in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
