<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Deutschland FAQ &#187; Sprachdatei</title>
	<atom:link href="http://faq.wpde.org/tag/sprachdatei/feed/" rel="self" type="application/rss+xml" />
	<link>http://faq.wpde.org</link>
	<description>Oft gestellte Fragen zu WordPress</description>
	<lastBuildDate>Mon, 02 May 2011 15:25:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Wieso zeigt WordPress trotz Sprachdatei englischen Text an?</title>
		<link>http://faq.wpde.org/wieso-zeigt-wordpress-trotz-sprachdatei-englischen-text-an/</link>
		<comments>http://faq.wpde.org/wieso-zeigt-wordpress-trotz-sprachdatei-englischen-text-an/#comments</comments>
		<pubDate>Mon, 01 May 2006 14:43:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Sprachdatei]]></category>

		<guid isPermaLink="false">http://faq.wordpress.de/wieso-zeigt-wordpress-trotz-sprachdatei-englischen-text-an/</guid>
		<description><![CDATA[Es gibt mehrere M&#246;glichkeiten, warum WordPress trotz richtig installierter Sprachdatei nur englische Texte ausgibt. Wenn WordPress nur im &#246;ffentlich zug&#228;nglichen Teil des Blogs englischen Text ausgibt, liegt das m&#246;glicherweise daran, dass du ein englisches Theme benutzt. Die Sprachdatei kann nur greifen, wenn der Autor sein Theme daf&#252;r vorbereitet hat. Viele Autoren machen sich jedoch nicht [...]]]></description>
			<content:encoded><![CDATA[<p>Es gibt mehrere M&#246;glichkeiten, warum WordPress trotz richtig installierter Sprachdatei nur englische Texte ausgibt.</p>
<p>Wenn WordPress <strong>nur im &#246;ffentlich zug&#228;nglichen Teil</strong> des Blogs englischen Text ausgibt, liegt das m&#246;glicherweise daran, dass du ein <em>englisches Theme</em> benutzt. Die Sprachdatei kann nur greifen, wenn der Autor sein Theme daf&#252;r vorbereitet hat. Viele Autoren machen sich jedoch nicht die M&#252;he. Um dein Blog komplett auf Deutsch anzuzeigen, kannst du entweder im Theme selbst Hand anlegen oder du kannst dir eines der vielen <a title="zum WordPress-Deutschland-Blog " href="http://blog.wordpress-deutschland.org/2006/02/12/liste-deutschsprachiger-wordpress-themes.html">deutschen Themes herunterladen </a>und nutzen.</p>
<p>Wenn WordPress <strong>auch im Adminbereich</strong> trotz Sprachdatei englischen Text anzeigt, kann das daran liegen, dass entweder die <em>Sprachdatei nicht <a title="zur WordPress-Deutschland-Doku" href="http://doku.wordpress-deutschland.org/Installation_der_deutschen_Sprachdatei">richtig eingebunden</a></em> ist (auf Gro&#223;-Kleinschreibung achten!), nicht im <em>BINARY-Modus</em> auf den Server &#252;bertragen wurde oder dein Weblog auf einem <em>64bit-System</em> liegt. Auf diesen Systemen gibt es Probleme mit gettext, dem Programm, das WordPress f&#252;r die &#220;bersetzungen verwendet.</p>
<p>Im Forum hat Gagget einen <a title="zum WordPress-Deutschland-Forum" href="http://forum.wordpress-deutschland.org/showpost.php?p=21970&amp;postcount=34">L&#246;sungsansatz</a> beschrieben:</p>
<blockquote><p>mit folgenden Code&#228;nderungen l&#228;uft es:</p>
<p><a title="zur entsprechenden Stelle in der WordPress Cross Reference springen..." href="http://code.wordpress-deutschland.org/xref/wp-includes/gettext.php.source.htm#l101">wp-includes/gettext.php</a> (Zeile 101 -121)</p>
<div style="margin: 5px 20px 20px">
<div style="margin-bottom: 2px" class="smallfont">PHP-Code:</div>
<div style="border: 1px inset;margin: 0px;padding: 6px;width: 640px;height: 322px" class="alt2"><code> 		</code></p>
<div style="text-align: left" dir="ltr"><!-- php buffer start --><code><font color="#000000"> </font><font color="#ff9900">// Caching can be turned off<br />
</font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">enable_cache </font><font color="#006600">= </font><font color="#0000cc">$enable_cache</font><font color="#006600">;</font></code><font color="#ff9900">// $MAGIC1 = (int)0x950412de; //bug in PHP 5<br />
</font><font color="#0000cc">$MAGIC1 </font><font color="#006600">= (int) &#8211; </font><font color="#0000cc">1794895138</font><font color="#006600">;<br />
</font><font color="#ff9900">// $MAGIC2 = (int)0xde120495; //bug<br />
</font><font color="#0000cc">$MAGIC2 </font><font color="#006600">= (int) &#8211; </font><font color="#0000cc">569244523</font><font color="#006600">;<br />
</font><font color="#0000cc">$MAGIC3 </font><font color="#006600">= (int)  </font><font color="#0000cc">2500072158</font><font color="#006600">; </font><font color="#ff9900">// &#196;NDERUNG 64 BIT</font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">STREAM </font><font color="#006600">= </font><font color="#0000cc">$Reader</font><font color="#006600">;<br />
</font><font color="#0000cc">$magic </font><font color="#006600">= </font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">readint</font><font color="#006600">();<br />
if (</font><font color="#0000cc">$magic </font><font color="#006600">== </font><font color="#0000cc">$MAGIC1 </font><font color="#006600">|| </font><font color="#0000cc">$magic </font><font color="#006600">== </font><font color="#0000cc">$MAGIC3</font><font color="#006600">) { </font><font color="#ff9900">// &#196;NDERUNG 64 BIT<br />
</font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">BYTEORDER </font><font color="#006600">= </font><font color="#0000cc">0</font><font color="#006600">;<br />
} elseif (</font><font color="#0000cc">$magic </font><font color="#006600">== </font><font color="#0000cc">$MAGIC2</font><font color="#006600">) {<br />
</font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">BYTEORDER </font><font color="#006600">= </font><font color="#0000cc">1</font><font color="#006600">;<br />
} else {<br />
</font><font color="#0000cc">$this</font><font color="#006600">-&gt;</font><font color="#0000cc">error </font><font color="#006600">= </font><font color="#0000cc">1</font><font color="#006600">; </font><font color="#ff9900">// not MO file<br />
</font><font color="#006600">return </font><font color="#0000cc">false</font><font color="#006600">;<br />
}<br />
</font>  <!-- php buffer end --></div>
</div>
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://faq.wpde.org/wieso-zeigt-wordpress-trotz-sprachdatei-englischen-text-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wo finde ich eine Installationsanleitung der deutschen Sprachdatei?</title>
		<link>http://faq.wpde.org/wo-finde-ich-eine-installationsanleitung-der-deutschen-sprachdatei/</link>
		<comments>http://faq.wpde.org/wo-finde-ich-eine-installationsanleitung-der-deutschen-sprachdatei/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 14:28:55 +0000</pubDate>
		<dc:creator>Olaf Schmitz</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Sprachdatei]]></category>

		<guid isPermaLink="false">http://faq.pressthis.de/wo-finde-ich-eine-installationsanleitung-der-deutschen-sprachdatei/</guid>
		<description><![CDATA[Eine ausf&#252;hrliche Anleitung findest du in der Dokumentation: Installation der deutschen Sprachdatei]]></description>
			<content:encoded><![CDATA[<p>Eine ausf&#252;hrliche Anleitung findest du in der Dokumentation: <a href="http://doku.wordpress-deutschland.org/Installation_der_deutschen_Sprachdatei">Installation der deutschen Sprachdatei</a></p>
]]></content:encoded>
			<wfw:commentRss>http://faq.wpde.org/wo-finde-ich-eine-installationsanleitung-der-deutschen-sprachdatei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: faq.wpde.org @ 2012-05-16 22:56:12 -->
