Fraenkiman 577ca51ad4 Danish translation
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
2023-11-02 16:15:58 +01:00

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:'
);