Dutch translation for DB Cache plugin

I came across a nice caching plugin for WordPress that works a bit different than the other available caching plugins, it’s called DB Cache.

For whoever needs a Dutch translation file for it – 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 are ready to go.

<?php

$dbc_labels['configuration'] = "Configuratie";

$dbc_labels['activate'] = "Activeren";

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

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

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

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

?>

0 Responses to “Dutch translation for DB Cache plugin”


  • No Comments

Leave a Reply

You must be logged in to post a comment.