<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Kau-Boy’s Backend Localization Plugin</title>
	<atom:link href="http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin</link>
	<description>Webdevelopment and more</description>
	<lastBuildDate>Sun, 28 Feb 2010 15:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: David</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-1494</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-1494</guid>
		<description>I resolved the issue. Some may not be necessary.
[php gutter=&quot;false&quot;]
/* php 4 fix */
$dir = WP_LANG_DIR;
$dh  = opendir($dir);
while (false !== ($filename = readdir($dh))) {
	$files[] = $filename;
}
/* read the array */
foreach($files as $file){
	$fileParts = pathinfo($file);
	if(!isset($fileParts[&#039;filename&#039;]) &amp;&amp; $fileParts[&#039;extension&#039;] == &#039;mo&#039; &amp;&amp; (strlen($fileParts[&#039;filename&#039;]) &lt;= 5)){
		$fileParts[&#039;filename&#039;] = substr($fileParts[&#039;basename&#039;], 0,strpos($fileParts[&#039;basename&#039;],&#039;.&#039;));
		$backend_locale_array[] = $fileParts[&#039;filename&#039;];
	}
}
[/php]</description>
		<content:encoded><![CDATA[<p>I resolved the issue. Some may not be necessary.</p>
<pre class="brush: php; gutter: false;">
/* php 4 fix */
$dir = WP_LANG_DIR;
$dh  = opendir($dir);
while (false !== ($filename = readdir($dh))) {
	$files[] = $filename;
}
/* read the array */
foreach($files as $file){
	$fileParts = pathinfo($file);
	if(!isset($fileParts['filename']) &amp;&amp; $fileParts['extension'] == 'mo' &amp;&amp; (strlen($fileParts['filename']) &lt;= 5)){
		$fileParts['filename'] = substr($fileParts['basename'], 0,strpos($fileParts['basename'],'.'));
		$backend_locale_array[] = $fileParts['filename'];
	}
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Von: David</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-1475</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-1475</guid>
		<description>I like this plug-in but am wondering if you could create a PHP 4 compatable version due to the host I have?

scandir is causing me some issues. Thanks!</description>
		<content:encoded><![CDATA[<p>I like this plug-in but am wondering if you could create a PHP 4 compatable version due to the host I have?</p>
<p>scandir is causing me some issues. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Waheed</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-1269</link>
		<dc:creator>Waheed</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-1269</guid>
		<description>I,ve tried both ways, but it didn,t work. If I change the language in ‘wp-config.php’  (‘WPLANG’, ‘es_ES’); it works. I,m using WPML Multilingual CMS Plug-In for the frontend. May be it is because of WPML?</description>
		<content:encoded><![CDATA[<p>I,ve tried both ways, but it didn,t work. If I change the language in ‘wp-config.php’  (‘WPLANG’, ‘es_ES’); it works. I,m using WPML Multilingual CMS Plug-In for the frontend. May be it is because of WPML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-1245</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-1245</guid>
		<description>How did you tried to change the backend language? In some cases, the selection on the login screen doesn&#039;t work, especially if it is affected by some other plugins. But you should be able to change the language with the switcher in the admin menu.</description>
		<content:encoded><![CDATA[<p>How did you tried to change the backend language? In some cases, the selection on the login screen doesn&#8217;t work, especially if it is affected by some other plugins. But you should be able to change the language with the switcher in the admin menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Waheed</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-1244</link>
		<dc:creator>Waheed</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-1244</guid>
		<description>Hey Bernhard,

I,ve installed your Plug-In and I,m using WordPress 2.8.6. Now I,ve a problem. WordPress shows me the different languages and if I choose one, nothing happen. The backend language is still the same. Could you please help me?</description>
		<content:encoded><![CDATA[<p>Hey Bernhard,</p>
<p>I,ve installed your Plug-In and I,m using WordPress 2.8.6. Now I,ve a problem. WordPress shows me the different languages and if I choose one, nothing happen. The backend language is still the same. Could you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-829</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Sat, 26 Dec 2009 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-829</guid>
		<description>Yes that would be great. I don&#039;t have a current .pot file in the plugins folder but you can just copy the German po file and use it for your translation.</description>
		<content:encoded><![CDATA[<p>Yes that would be great. I don&#8217;t have a current .pot file in the plugins folder but you can just copy the German po file and use it for your translation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: lazaac</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-827</link>
		<dc:creator>lazaac</dc:creator>
		<pubDate>Sat, 26 Dec 2009 09:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-827</guid>
		<description>may i help u to translate to Malay language..?</description>
		<content:encoded><![CDATA[<p>may i help u to translate to Malay language..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-397</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-397</guid>
		<description>Plese go to the settings page of my plugin. Can you see any available languages on this page? In the description you will find the path to the folder, where you have to place to .mo files. On most blogs it should be inside the wp_content folder, but it might be in a diffrent one in WordPress MU. Yesterday I tried to install a WordPress MU on my local test environment, but I didn&#039;t succeed. I wil try to do that this evening again to find out if there is a problem with Wordress MU.

Using my plugin you don&#039;t have to chage the WPLANG in the config. also you shouldn&#039;t change the WPLANG, as it changed both, the backend AND the frontend language.</description>
		<content:encoded><![CDATA[<p>Plese go to the settings page of my plugin. Can you see any available languages on this page? In the description you will find the path to the folder, where you have to place to .mo files. On most blogs it should be inside the wp_content folder, but it might be in a diffrent one in WordPress MU. Yesterday I tried to install a WordPress MU on my local test environment, but I didn&#8217;t succeed. I wil try to do that this evening again to find out if there is a problem with Wordress MU.</p>
<p>Using my plugin you don&#8217;t have to chage the WPLANG in the config. also you shouldn&#8217;t change the WPLANG, as it changed both, the backend AND the frontend language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alex</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-395</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 06 Nov 2009 09:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-395</guid>
		<description>Hey Bernhard, thanks for the fast response due to the bug ;)

At least I have been able to activate your plugin. Now I can see the language switches on the login screen and in the backend. But they do not provide any functionality. Any changes I do are not applied. Only the &#039;Blog language&#039;-option in the &#039;Settings&gt;Generals&#039; tab seem to be able changing the language of the backend.
The only thing I did has been creating a directory &#039;languages&#039; in the &#039;wp-content&#039; dir and putting in the &#039;de_DE.mo&#039; language file and editing the &#039;wp-config.php&#039; line define (&#039;WPLANG&#039;, &#039;&#039;); to  define (&#039;WPLANG&#039;, &#039;de_DE&#039;);. Further info: using WordPress MU 2.8.5.2 .

Thanks again for any help ;)</description>
		<content:encoded><![CDATA[<p>Hey Bernhard, thanks for the fast response due to the bug <img src='http://kau-boys.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>At least I have been able to activate your plugin. Now I can see the language switches on the login screen and in the backend. But they do not provide any functionality. Any changes I do are not applied. Only the &#8216;Blog language&#8217;-option in the &#8216;Settings&gt;Generals&#8217; tab seem to be able changing the language of the backend.<br />
The only thing I did has been creating a directory &#8216;languages&#8217; in the &#8216;wp-content&#8217; dir and putting in the &#8216;de_DE.mo&#8217; language file and editing the &#8216;wp-config.php&#8217; line define (&#8216;WPLANG&#8217;, &#8221;); to  define (&#8216;WPLANG&#8217;, &#8216;de_DE&#8217;);. Further info: using WordPress MU 2.8.5.2 .</p>
<p>Thanks again for any help <img src='http://kau-boys.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-393</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Thu, 05 Nov 2009 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-393</guid>
		<description>Thanks for your error reposting. On my new local test environment I once had the same problem. But that it suddenly disappeared, so I thought it was because of a developing error on that local test blog. But now with your help I found the problem. In to lines I  used &lt;? in and not &lt;?php to open a PHP block. This so called short open tag must be activated in PHP which isn&#039;t in most of the custom setting. I now replaced the two short open tags with the correct long form and added the new version 1.1 to the wordpress plugins. So please update the plugin through your blog backend.

Again many thanks for finding this error!</description>
		<content:encoded><![CDATA[<p>Thanks for your error reposting. On my new local test environment I once had the same problem. But that it suddenly disappeared, so I thought it was because of a developing error on that local test blog. But now with your help I found the problem. In to lines I  used &lt;? in and not &lt;?php to open a PHP block. This so called short open tag must be activated in PHP which isn&#039;t in most of the custom setting. I now replaced the two short open tags with the correct long form and added the new version 1.1 to the wordpress plugins. So please update the plugin through your blog backend.</p>
<p>Again many thanks for finding this error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alex</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-386</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-386</guid>
		<description>Hi! Nice PlugIn (i guess) - can&#039;t get it to work on a WordPress MU Blog. Don&#039;t know whether it&#039;s due to that, or if i did something wrong. The following thing happend, when i uploaded the .zip, which has automatically been extracted. The installation has been also successful, but i was unable to activate it. I got the following error:

 ( ! ) Parse error: syntax error, unexpected &#039;}&#039; in /path/to/wp/wp-content/plugins/kau-boys-backend-localization/backend_localization.php on line 167 

Are there any hints you can give me?</description>
		<content:encoded><![CDATA[<p>Hi! Nice PlugIn (i guess) &#8211; can&#8217;t get it to work on a WordPress MU Blog. Don&#8217;t know whether it&#8217;s due to that, or if i did something wrong. The following thing happend, when i uploaded the .zip, which has automatically been extracted. The installation has been also successful, but i was unable to activate it. I got the following error:</p>
<p> ( ! ) Parse error: syntax error, unexpected &#8216;}&#8217; in /path/to/wp/wp-content/plugins/kau-boys-backend-localization/backend_localization.php on line 167 </p>
<p>Are there any hints you can give me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kelli Garner</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-92</link>
		<dc:creator>Kelli Garner</dc:creator>
		<pubDate>Sat, 26 Sep 2009 08:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-92</guid>
		<description>I enjoy this site, it is worth me coming back</description>
		<content:encoded><![CDATA[<p>I enjoy this site, it is worth me coming back</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: baron</title>
		<link>http://kau-boys.de/wordpress/kau-boys-backend-localization-plugin/comment-page-1#comment-27</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=230#comment-27</guid>
		<description>Works great, thank you</description>
		<content:encoded><![CDATA[<p>Works great, thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
