
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
9 lines
349 B
PHP
9 lines
349 B
PHP
<?php
|
|
$lang['plugin']['thumb']['errors'] = array (
|
|
-1 => 'Kunne ikke finde '.
|
|
'<a href="http://www.php.net/manual/en/ref.image.php">PHP GD2-udvidelsen</a>. ' .
|
|
'Dette er nødvendigt for <strong>thumb</strong>-pluginet. Installer venligst PHP GD2-udvidelsen på webserveren ' .
|
|
'eller deaktiver thumb-pluginet i plugin-sektionen.'
|
|
);
|
|
?>
|