source: extensions/flickr2piwigo/language/da_DK/plugin.lang.php @ 17992

Last change on this file since 17992 was 17992, checked in by TranslationTeam, 12 years ago

[flickr] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 3.5 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['Logued 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 Flickr page in a new tab'] = 'Åbn Flickr-side i en ny fane';
27$lang['Photo "%s" imported'] = 'Importerede fotoet "%s"';
28$lang['Pictures without album'] = 'Billeder uden album';
29$lang['Please fill your API keys on the configuration tab'] = 'Angiv dine API-nøgler på opsætningsfanen';
30$lang['Processing...'] = 'Behandler ...';
31$lang['Reproduce flickr albums'] = 'Reproducere Flickr-album';
32$lang['Successfully logued to you Flickr account'] = 'Loggede på din Flickr-konto';
33$lang['%d albums'] = '%d album';
34$lang['%d elements ready for importation'] = '%d elementer klar til import';
35$lang['%d pictures are not displayed because already existing in the database.'] = '%d billeder vises ikke, fordi de allerede findes i databasen.';
36$lang['%d pictures imported'] = '%d billeder er importeret';
37$lang['(%d photos)'] = '(%d fotoer)';
38$lang['API key'] = 'API-nøgle (key)';
39$lang['API not authenticated'] = 'API ikke godkendt';
40$lang['API secret'] = 'API-hemmelighed (secret)';
41$lang['Begin transfer'] = 'begynd overførsel';
42$lang['Callback URL'] = 'tilbagekalds-URL';
43$lang['Fill these fields from Flickr datas'] = 'Udfyld disse felter med Flickr-data';
44$lang['Flickr logins'] = 'Flickr-logins';
45$lang['How do I get my Flickr API key?'] = 'Hvordan finder jeg min Flickr API-nøgle?';
46$lang['Import'] = 'Importer';
47$lang['Import all my pictures'] = 'Importer alle mine billeder';
48$lang['Import all photos in this album'] = 'Importer alle fotoer i dette album';
49$lang['Import options'] = 'Importindstillinger';
50$lang['List my albums'] = 'Liste over mine albums';
51$lang['List pictures of this album'] = 'List billeder i dette album';
52$lang['Logued as'] = 'Logget som';
53?>
Note: See TracBrowser for help on using the repository browser.