
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
13 lines
520 B
PHP
13 lines
520 B
PHP
<?php
|
|
// Phrases for the frontend
|
|
$lang ['plugin'] ['photoswipe'] = array(
|
|
'tooltip_closebutton' => 'Luk (Esc)',
|
|
'tooltip_sharebutton' => 'Del',
|
|
'tooltip_fullscreenbutton' => 'Fuld skærmvisning',
|
|
'tooltip_zoombutton' => 'Zoom',
|
|
'tooltip_autoplaybutton' => 'Start diasshow',
|
|
'tooltip_prevbutton' => 'Forrige billede (piletast til venstre)',
|
|
'tooltip_nextbutton' => 'Næste billede (højre piletast)',
|
|
'label_gallerydoesntexist' => 'Galleriet findes ikke:',
|
|
'label_imagedoesntexist' => 'Billedet findes ikke:'
|
|
); |