Fraenkiman f46df8aafe Code-Formatierung in Sprachdateien
- For future new language packs, a clean basis has been created with the existing language packs.
	- Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design.
	- Updated links to external sources.

- Missing language files created in plugins.
	- Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Mediamanager plugin: el-gr, fr-fr
	- PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Readmore plugin: el-gr, fr-fr
	- Seometataginfo plugin: pt-br
2023-12-10 01:30:26 +01:00

23 lines
1.1 KiB
PHP

<?php
$lang ['plugin'] ['lastcommentsadmin '] ['errors'] = array (
-1 => 'API-sleutel niet ingesteld. Open de plug-in om uw API-sleutel in te stellen. Registreer in <a href="https://akismet.com/" target="_blank">akismet.com</a> om er een te krijgen.'
);
$lang ['admin'] ['plugin'] ['submenu'] ['lastcommentsadmin'] = 'Laatste Opmerkingen beheerder';
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] = array(
'head' => 'Beheerder laatste opmerkingen',
'description' => 'Cache laatste opmerking wissen en opnieuw maken ',
'clear' => 'Cache wissen',
'cleardescription' => 'Cachebestand laatste opmerking verwijderen. Er wordt een nieuwe bestandscache gemaakt wanneer een nieuwe opmerking wordt geplaatst.',
'rebuild' => 'Cache opnieuw opbouwen',
'rebuilddescription' => 'Cachebestand laatste opmerking opnieuw opbouwen. Het kan heel lang duren. Kan helemaal niet werken. Kan uw muis opbranden!'
);
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] ['msgs'] = array(
1 => 'Cache verwijderd',
2 => 'Cache opnieuw opgebouwd!',
-1 => 'Error!',
-2 => 'Deze plugin vereist LastComments plugin!'
);
?>