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. <a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">CHMOD 755</a> bestand: <u>config.ini</u>"; $dbc_labels['activated'] = "Caching geactiveerd."; $dbc_labels['notactivated'] = "Caching kan niet worden geactiveerd. <a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">CHMOD 755</a> de folder: <u>wp-content</u>"; $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"; ?>



