2023-11-30 23:17:18 +03:00

13 lines
726 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
// Phrases for the frontend
$lang ['plugin'] ['photoswipe'] = array(
'tooltip_closebutton' => 'Закрыть (клавиша Esc)',
'tooltip_sharebutton' => 'Поделиться',
'tooltip_fullscreenbutton' => 'Во весь экран',
'tooltip_zoombutton' => 'Приблизить',
'tooltip_autoplaybutton' => 'Запустить слайд-шоу',
'tooltip_prevbutton' => 'Предыдущее изображение (стрелка влево)',
'tooltip_nextbutton' => 'Следующее изображение (стрелка вправо)',
'label_gallerydoesntexist' => 'Галерея не существует:',
'label_imagedoesntexist' => 'Изображение не существует:'
);