source: extensions/netinstall/trunk/language/da_DK/loader.lang.txt @ 21185

Last change on this file since 21185 was 21185, checked in by ddtddt, 11 years ago

[netinstall] add da_DK thanks to kaare

File size: 5.2 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
24$lang['Welcome to NetInstall!'] = 'Velkommen til NetInstall!';
25$lang['Language'] = 'Sprog';
26$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Dette værktøj er beregnet til at hente det seneste Piwigo-arkiv og udpakke det på din webplads.';
27$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Straks derefter vil du blive sendt videre til Piwigo Setup Wizard.';
28
29$lang['Write access is needed'] = 'Skriveadgang er nødvendig';
30$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'Det ser ud til at NetInstall ikke vil kunne skrive i den aktuelle mappe, og det er krævet for at kunne gå videre.';
31$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Prøv at ændre rettighederne til at tillade skriveadgang, genindlæs dernæst denne side ved at trykke på Opfrisk-knappen.';
32$lang['Refresh'] = 'Opfrisk';
33
34$lang['PHP 5 is required'] = 'PHP 5 er krævet';
35$lang['It appears your webhost is currently running PHP %s.'] = 'Det ser ud til at din webhost i øjeblikket kører PHP %s.';
36$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall kan prøve at skifte din opsætning til PHP 5, ved at oprette eller ændre en .htaccess-fil.';
37$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Bemærk at du selv kan ændre din opsætning og dernæst genstarte NetInstall.';
38$lang['Try to configure PHP 5'] = 'Prøv at opsætte PHP 5';
39
40$lang['Retrieve and unzip Piwigo'] = 'Hent og udpak Piwigo';
41$lang['Destination:'] = 'Placering:';
42
43$lang['Sorry!'] = 'Beklager!';
44$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall kunne ikke opsætte PHP 5.';
45$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Din hostingleverandørs support har måske oplysninger om hvordan du selv kan skifte til PHP 5.";
46$lang['Hope to see you back soon.'] = 'Håber at du snart vender tilbage.';
47
48$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Det lader til at en tidligere Piwigo-installering stadig findes på det sted.';
49$lang['You need to rename or remove it before we can go further...'] = 'Du skal enten omdøbe eller fjerne den, før vi kan fortsætte ...';
50$lang['Needed files are not present.'] = 'Krævede filer er ikke til stede.';
51$lang['Invalid zip file.'] = 'Ugyldig zip-fil.';
52$lang['It seems that the zip file was not extracted.'] = 'Det lader til at zip-filen ikke blev udpakket.';
53
54$lang['Congratulations!'] = 'Tillykke!';
55$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Alt gik godt. Du er nu klar til at påbegynde installeringsproceduren.';
56$lang['Install Piwigo now'] = 'Installer Piwigo nu';
57$lang['An error occurred while grabbing the necessary files to go on.'] = 'En fejl opstod mens filer der er nødvendige for at fortsætte blev hentet.';
58$lang['Something went wrong...'] = 'Noget gik galt ...';
59$lang['What are you doing here that way ?!'] = 'Hvordan er du kommet hertil?!';
60
61$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Dette indlæsningsprogram blev oprindelig skrevet til <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Tak!';
62
63$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Brug for hjælp? Stil dit spørgsmål i <a href=\"%s\">Piwigos forum</a>.";
Note: See TracBrowser for help on using the repository browser.