source: extensions/instagram2piwigo/language/da_DK/plugin.lang.php @ 19580

Last change on this file since 19580 was 19580, checked in by TranslationTeam, 11 years ago

[instagram2piwigo] Update da_DK, thanks to : Kaare

File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Logged out'] = 'Logget ud';
24$lang['No download method available'] = 'Ingen downloadmetode til rådighed';
25$lang['One picture is not displayed because already existing in the database.'] = 'Et billede vises ikke, fordi det allerede findes i databasen.';
26$lang['Open Instagram page in a new tab'] = 'Åbn Instagram-side i en ny fane';
27$lang['Photo "%s" imported'] = 'Importerede fotoet "%s"';
28$lang['Please fill your API keys on the configuration tab'] = 'Angiv dine API-nøgler på opsætningsfanen';
29$lang['Processing...'] = 'Behandler ...';
30$lang['Successfully logged in to you Instagram account'] = 'Loggede på din Instagram-konto';
31$lang['%d albums'] = '%d album';
32$lang['%d elements ready for importation'] = '%d elementer klar til import';
33$lang['%d pictures are not displayed because already existing in the database.'] = '%d billeder vises ikke, fordi de allerede findes i databasen.';
34$lang['%d pictures imported'] = '%d billeder er importeret';
35$lang['(%d photos)'] = '(%d fotoer)';
36$lang['API not authenticated'] = 'API ikke godkendt';
37$lang['Begin transfer'] = 'begynd overførsel';
38$lang['Fill these fields from Instagram datas'] = 'Udfyld disse felter med Instagram-data';
39$lang['Instagram logins'] = 'Instagram-logins';
40$lang['How do I get my Instagram Client ID?'] = 'Hvordan finder jeg min Instagram API-nøgle?';
41$lang['Import'] = 'Importer';
42$lang['Import options'] = 'Importindstillinger';
43$lang['List pictures of this album'] = 'List billeder i dette album';
44$lang['Logged in as'] = 'Logget som';
45$lang['List my pictures'] = 'Vis liste over mine billeder';
46?>
Note: See TracBrowser for help on using the repository browser.