source: extensions/oAuth/language/da_DK/plugin.lang.php @ 28727

Last change on this file since 28727 was 28727, checked in by TranslationTeam, 10 years ago

[oauth] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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 with'] = 'Logget på med';
24$lang['Providers'] = 'Leverandører';
25$lang['Sign in with %s'] = 'Log på med %s';
26$lang['Sorry, new registrations are blocked on this gallery.'] = 'Nye registreringer er desværre slået fra i dette galleri.';
27$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Brugere har ikke mulighed for at registrere sig i dit galleri. Social Connect vil ikke fungere korrekt.';
28$lang['You registered with a %s account, please sign in with the same account.'] = 'Du registrerede dig med en %s-konto, vær venlig at benytte den samme konto.';
29$lang['Your registration is almost done, please complete the registration form.'] = 'Din registrering er næsten gennemført, vær venlig at udfylde registreringsformularen.';
30$lang['%s: invalid keys'] = '%s: ugyldige nøgler';
31$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'En fejl opstod, kontakt galleriets ejer. <i>Fejlkode: %s</i>';
32$lang['Authentication canceled'] = 'Autentifikation afbrudt';
33$lang['Contacting <b>%s</b>. Please wait.'] = 'Kontakter <b>%s</b>. Vent lidt.';
34$lang['Disabled'] = 'Deaktiveret';
35$lang['Display sign in buttons in the menubar'] = 'Vis logonknapper i menubjælken';
36$lang['Display sign in buttons on the register page'] = 'Vis logonknapper på loginsiden';
37$lang['Enabled'] = 'Aktiveret';
38$lang['Error...'] = 'Fejl ...';
39$lang['Icon size in the menubar'] = 'Ikonstørrelse i menubjælken';
40$lang['Icon size on the identification page'] = 'Ikonstørrelse på loginsiden';
41$lang['Loading...'] = 'Indlæser ...';
42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl-udvidelse er nødvendig';
43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Du skal opsætte loginoplysninger';
44$lang['Or sign in with'] = 'Eller log på med';
45$lang['Please enter your OpenID URL'] = 'Skriv din OpenID-URL';
46$lang['Please enter your username'] = 'Skriv dit brugernavn';
47$lang['Profile URL'] = 'Profil-URL';
48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Gør det muligt for brugere at sammenlægge en eksisterende konto med en ny <i>Social Connect</i>-identitet';
49$lang['Associate with an existing account'] = 'Knyt til en eksisterende konto';
50$lang['Cancel'] = 'Annuller';
51$lang['Please enter your user ID'] = 'Angiv din bruger-id';
52$lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'Af sikkerhedsårsager kan den primære webmasterkonto ikke blive lagt sammen med en fjernkonto, men man kan benytte en anden webmasterkonto.';
Note: See TracBrowser for help on using the repository browser.