flatpress/fp-plugins/thumb/lang/lang.ru-ru.php
2023-11-30 23:17:18 +03:00

8 lines
434 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang['plugin']['thumb']['errors'] = array (
-1 => 'Не удалось найти расширение '.
'<a href="https://www.php.net/manual/en/ref.image.php">PHP GD2</a>, ' .
'необходимое для работы c изображениями (<strong>thumb</strong>). Пожалуйста, отключите thumb на этой панели ' .
'или включите это расширение'
);
?>