source: extensions/oAuth/language/da_DK/help.lang.php @ 29116

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

[oauth] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 4.4 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['Once you have registered, copy and past the created application credentials into this setup page'] = 'Når du har registreret dig, så kopier de oprettede applikationsloginoplysninger til opsætningssiden';
24$lang['Fill out any required fields such as the application name and description'] = 'Udfyld krævede felter, så som applikationsnavn og beskrivelse';
25$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Gå til <a href="%s" target="_blank">%s</a> og opret en ny applikation';
26$lang['Based on OpenID'] = 'Baseret på OpenID';
27$lang['No registration required'] = 'Registrering ikke krævet';
28$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Klik på <b>Tilføj platform</b>, vælg <b>Websted</b> og angiv <em>%s</em> som <b>Websteds-URL</b>';
29$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Gå til <b>API-parametre</b> og angiv <em>%s</em> som <b>Viderestillings-URL</b>';
30$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Gå til <b>Indstillinger -> Advanceret</b> og angiv <em>%s</em> som <b>Gyldige OAuth-viderestillings-URI\'er</b>';
31$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Gå til <b>Indstillinger -> Grundlæggende</b> og angiv kontaktmailadressen';
32$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Gå til <b>Status & Review</b> og gør app\'en offentlig ved at klikke på den store knap øverst til højre.';
33$lang['Once the application is created, click <b>See application details</b>'] = 'Når applikationen er oprettet, klikkes på <b>Se applikationsoplysninger</b';
34$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Angiv <em>%1s</em> for <b>%2s</b>';
35$lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'På fanebladet <b>APIS & AUTH -> Credentials</b>, klikkes på <b>Create new client ID</b>';
36$lang['Once the process is finished, click on the newly created project'] = 'Når processen er afsluttet, klikkes der på det nyligt oprettede projekt';
37$lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Angiv dit webmasterdomæne i feltet <b>%1s</b>. Det skal stemme overens med det aktuelle værtsnavn: <em>%2s</em>';
38$lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Vælg disse API\'er: <b>Contacts</b> som <em>Read</em> og <b>Social Directory</b> som <em>Read Public</em>';
39$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Angiv <b>%1s</b> som <em>%2s</em>';
40$lang['Go to the <b>Settings</b> tab after creating the app'] = 'Gå til fanebladet <b>Indstillinger</b> efter at have oprettet app\'en';
Note: See TracBrowser for help on using the repository browser.