<?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>gooos.nl &#187; translations</title>
	<atom:link href="http://golabs.nl/cat/projects/wordpress/translations/feed/" rel="self" type="application/rss+xml" />
	<link>http://golabs.nl</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 20:28:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19704</generator>
		<item>
		<title>Dutch translation for DB Cache plugin</title>
		<link>http://golabs.nl/2009/10335/</link>
		<comments>http://golabs.nl/2009/10335/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 11:24:47 +0000</pubDate>
		<dc:creator>gooos</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[translations]]></category>

		<guid isPermaLink="false">http://golabs.nl/2009/10335/</guid>
		<description><![CDATA[I came across a nice caching plugin for WordPress that works a bit different than the other available caching plugins, it&#8217;s called DB Cache. For whoever needs a Dutch translation file for it &#8211; here it is. Just copy the code below to a newly created file called nl_NL.php in the /wp-content/plugins/db-cache/languages/ directory and you [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a nice caching plugin for WordPress that works a bit different than the other available caching plugins, it&#8217;s called <a href="http://wordpress.org/extend/plugins/db-cache/" target="_blank">DB Cache</a>.</p>
<p>For whoever needs a Dutch translation file for it &#8211; here it is. Just copy the code below to a newly created file called <strong>nl_NL.php</strong> in the /<strong>wp-content/plugins/db-cache/languages/</strong> directory and you are ready to go.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php

$dbc_labels['configuration'] = &quot;Configuratie&quot;;

$dbc_labels['activate'] = &quot;Activeren&quot;;

$dbc_labels['timeout'] = &quot;Laat een cached query verlopen na&quot;;
$dbc_labels['timeout_desc'] = &quot;minuten. (Verlopen bestanden worden automatisch verwijderd.)&quot;;

$dbc_labels['tablesfilter'] = &quot;Tabellen om te cachen&quot;;

$dbc_labels['saved'] = &quot;Instellingen opgeslagen.&quot;;
$dbc_labels['cantsave'] = &quot;De instellingen konden niet worden opgeslagen. &amp;lt;a href=\&quot;http://codex.wordpress.org/Changing_File_Permissions\&quot; target=\&quot;blank\&quot;&amp;gt;CHMOD 755&amp;lt;/a&amp;gt; bestand: &amp;lt;u&amp;gt;config.ini&amp;lt;/u&amp;gt;&quot;;
$dbc_labels['activated'] = &quot;Caching geactiveerd.&quot;;
$dbc_labels['notactivated'] = &quot;Caching kan niet worden geactiveerd. &amp;lt;a href=\&quot;http://codex.wordpress.org/Changing_File_Permissions\&quot; target=\&quot;blank\&quot;&amp;gt;CHMOD 755&amp;lt;/a&amp;gt; de folder: &amp;lt;u&amp;gt;wp-content&amp;lt;/u&amp;gt;&quot;;
$dbc_labels['deactivated'] = &quot;Caching uitgeschakeld. Cache bestanden verwijderd.&quot;;
$dbc_labels['cleaned'] = &quot;Cache bestanden verwijderd.&quot;;
$dbc_labels['expiredcleaned'] = &quot;Verlopen cache bestanden verwijderd.&quot;;

$dbc_labels['save'] = &quot;Opslaan&quot;;
$dbc_labels['clear'] = &quot;Leeg de cache&quot;;
$dbc_labels['clearold'] = &quot;Leeg de verlopen cache&quot;;

?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://golabs.nl/2009/10335/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

