source: extensions/memories/language/da_DK/plugin.lang.php @ 32230

Last change on this file since 32230 was 32230, checked in by ddtddt, 4 years ago

[memories] update language in file

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang['Display X photos from 1 year ago in the gallery or a album'] = 'Vis X fotografier fra 1 år siden i et galleri eller album';
9$lang['Number of years you want see'] = 'Ønsket antal år der skal vises';
10$lang['Displays Memories from years ago'] = 'Viser gamle minder';
11$lang['Maximal number photos for PWG Stuffs Block'] = 'Maksimalt antal fotografier i PWG Stuffs-blok';
12$lang['Memories'] = 'Gamle minder';
13$lang['Show other years in PWG Stuffs block'] = 'Vis andre år i PWG Stuffs-blok';
14$lang['link Specials/Explore menu'] = 'link til Specials/Explore-menu';
15$lang['link to memories page'] = 'link til gamle minder-side';
16$lang['no'] = 'nej';
17$lang['yes'] = 'ja';
18$lang['%d years ago'] = '%d år siden';
19$lang['1 year ago'] = '1 år siden';
20$lang['Available date'] = 'Tilgængelig dato';
21$lang['Chosen date type'] = 'Valgt datotype';
22$lang['Photos from'] = 'Fotografier fra';
23$lang['Show menu'] = 'Vis menu';
24$lang['Show other years on plugin page'] = 'Vis andre år på pluginside';
25$lang['block menu'] = 'blokmenu';
26$lang['link in blocks'] = 'link i blokke';
27$lang['link position in menu'] = 'linkposition i menu';
28$lang['more photos'] = 'flere fotografier';
Note: See TracBrowser for help on using the repository browser.