<?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>Vfxdude &#187; Tag: translation - Recent Topics</title>
		<link>http://www.vfxdude.com/forum/tags/translation</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 12:38:36 +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.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/translation/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>jmetoren on "My website is only partly translated into Dutch, how to translate it 100%?"</title>
			<link>http://www.vfxdude.com/forum/topic/my-website-is-only-partly-translated-into-dutch-how-to-translate-it-100#post-7645</link>
			<pubDate>Tue, 15 Nov 2011 21:49:25 +0000</pubDate>
			<dc:creator>jmetoren</dc:creator>
			<guid isPermaLink="false">7645@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I'd like to translate &#60;a href=&#34;http://omgevingspsycholoog.nl&#34;&#62;my website&#60;/a&#62; to Dutch. So I followed all &#60;a href=&#34;http://urbangiraffe.com/articles/localizing-wordpress-themes-and-plugins/2/&#34;&#62;the insturctions&#60;/a&#62; for a nl_NL.mo files, uploaded them to /wp-content/languages, adjusted define ('WPLANG', ''); and saved the whole stuff.&#60;/p&#62;
&#60;p&#62;Then, the whole interface of the control panel is in Dutch but only a part of the website is in Dutch. Some text, like 'category' is translated in Dutch, but some text, like 'leave a comment' at the comment section, isn't translated.&#60;/p&#62;
&#60;p&#62;I checked the nl_NL.po file whether 'leave a comment' and other text was translated properly, it was. Then I generated a new nl_NL.mo file from that .po file and uploaded it again, changed define ('WPLANG', '');. But, unfortunately, no result.&#60;/p&#62;
&#60;p&#62;I also adjusted the text in the comment-template and uploaded it to the correct file. Again, no effect.&#60;/p&#62;
&#60;p&#62;Do you have any suggestions of what I could do to fix the problem?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Joren
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norwegianmood on "Translations of the BigFeature theme"</title>
			<link>http://www.vfxdude.com/forum/topic/translations-of-the-bigfeature-theme#post-7109</link>
			<pubDate>Wed, 17 Aug 2011 10:21:22 +0000</pubDate>
			<dc:creator>norwegianmood</dc:creator>
			<guid isPermaLink="false">7109@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I've translated this theme numerous times now, from english to norwegian. This last version there were 608 strings to translate in the PO-file, and most of them I've translated before of course.&#60;/p&#62;
&#60;p&#62;Is there a way to &#34;merge&#34; the previous translated PO-file with the new PO-file so that I only have to translate the new content?&#60;/p&#62;
&#60;p&#62;And.&#60;/p&#62;
&#60;p&#62;Could it be an idea for others who translates the theme into their respective languages to join forces? To better the quality of each others translations, and perhaps over time be able to offer finished translations along with new upgrades of the theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norwegianmood on "Alternative to Poedit on Mac"</title>
			<link>http://www.vfxdude.com/forum/topic/alternative-to-poedit-on-mac#post-7053</link>
			<pubDate>Sun, 14 Aug 2011 20:59:54 +0000</pubDate>
			<dc:creator>norwegianmood</dc:creator>
			<guid isPermaLink="false">7053@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi. Is there an alternative to Poedit for translating po-files? Just up-graded to OSX Lion and found out that Poedit does not work anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colorit on "WPML plugin: where to add code, if I don&#039;t want to use widgets"</title>
			<link>http://www.vfxdude.com/forum/topic/wpml-plugin-where-to-add-code-if-i-dont-want-to-use-widgets#post-6210</link>
			<pubDate>Wed, 30 Mar 2011 17:32:24 +0000</pubDate>
			<dc:creator>Colorit</dc:creator>
			<guid isPermaLink="false">6210@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not so familiar with PHP, so I have tried at several places in the index.php of Bigfeature, to add the WPML code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php do_action(&#38;#39;icl_language_selector&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;that is required in the theme to show the language selector.&#60;/p&#62;
&#60;p&#62;The plugin itself seems to work, because if I set the options of WPML to show the selector in the footer, it shows the selector.&#60;/p&#62;
&#60;p&#62;But I would like to have the selector at the top right side of the &#34;topheader&#34;.&#60;/p&#62;
&#60;p&#62;I use BFNav 1.0.5 and WP 3.1.&#60;/p&#62;
&#60;p&#62;I searched several theme files for the &#34;topheader&#34;, but I cannot find it, so that I can add this code to it.&#60;/p&#62;
&#60;p&#62;So where can I add the code for the selector shown in the topheader of BFnav?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CanberkUnsal on "How to Translate?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-to-translate#post-1227</link>
			<pubDate>Fri, 12 Feb 2010 02:13:31 +0000</pubDate>
			<dc:creator>CanberkUnsal</dc:creator>
			<guid isPermaLink="false">1227@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi there...&#60;/p&#62;
&#60;p&#62;I want to translate the theme to an other language. There are &#34;en_EN.mo&#34; and &#34;en_EN.po&#34; files in the theme folder. I tryed to edit .po file but nothing changed...&#60;/p&#62;
&#60;p&#62;Can any one help pls?&#60;/p&#62;
&#60;p&#62;Thanx...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmorillo on "Translations problems"</title>
			<link>http://www.vfxdude.com/forum/topic/traslations-problems#post-38</link>
			<pubDate>Tue, 10 Nov 2009 02:57:45 +0000</pubDate>
			<dc:creator>jmorillo</dc:creator>
			<guid isPermaLink="false">38@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;I&#38;#39;m in final stages to run the blog but I found a problem that I can solve. I need some help.&#60;/p&#62;
&#60;p&#62;I&#38;#39;m translatting the front-end only for spanish users and I have found 3 items that I&#38;#39;m unable to translate after several hours of trial / error. &#60;/p&#62;
&#60;p&#62;two don&#38;#39;t appear in the .po file&#60;br /&#62;
1.- In the search box: &#38;quot;search the site&#38;quot;&#60;br /&#62;
2.- In blog page when says &#38;quot;by&#38;quot; + author I can&#38;#39;t change the &#38;quot;by&#38;quot; word&#60;/p&#62;
&#60;p&#62;last one simply I can&#38;#39;t get it work. It the text that appears in blog page close to date / category / autor / 1 comment (or 2 comments,...)&#60;br /&#62;
3.- the text to translate is &#38;quot;% comment&#38;quot; and &#38;quot;% comments&#38;quot; I put /0 and /1 for the forms but anyway there is no changes. I don&#38;#39;t know if &#38;quot;comment&#38;quot; and &#38;quot;comments&#38;quot; are case sensitive because in this case any traduction can be done as there is no &#38;quot;comment&#38;quot; or &#38;quot;comments&#38;quot; in previos traslations.&#60;/p&#62;
&#60;p&#62;Thank you for your help.&#60;/p&#62;
&#60;p&#62;Jorge
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Orville on "Translation issues"</title>
			<link>http://www.vfxdude.com/forum/topic/translation-issues#post-196</link>
			<pubDate>Fri, 20 Nov 2009 18:41:57 +0000</pubDate>
			<dc:creator>Orville</dc:creator>
			<guid isPermaLink="false">196@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can not find string to translate &#38;quot;Save changes&#38;quot; and &#38;quot;reset&#38;quot; under theme settings panel. Also for &#38;quot;and&#38;quot; between posts and comments RSS link at the footer. How do I translate them?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

