aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-05-09 18:12:45 +0000
committerddtddt <ddtddt@piwigo.org>2010-05-09 18:12:45 +0000
commit78466a465966d1d4bf69d789ad4b75fd027f7e53 (patch)
treefebc4fab3f33c4511df091e6e3384c1f8f311af9
parent2453ddf150aca3f62d4e4b07e88f0754209137aa (diff)
[trunk] update DK thanks to Nile
git-svn-id: http://piwigo.org/svn/trunk@6141 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/da_DK/about.html15
-rw-r--r--language/da_DK/install.lang.php6
2 files changed, 14 insertions, 7 deletions
diff --git a/language/da_DK/about.html b/language/da_DK/about.html
index add3418c6..0d4709321 100644
--- a/language/da_DK/about.html
+++ b/language/da_DK/about.html
@@ -1,10 +1,11 @@
- <li>Piwigo er en web applikation der giver dig mulighed
- oprette et online foto galleri.</li>
+<p>Dette foto-galleri er baseret på Piwigo.</p>
- <li>Teknisk, Piwigo er fuldt udviklet i PHP (the elePHPant)
- med en MySQL database (the SQuirreL).</li>
+<p>Piwigo er et foto galleri til webbrug, bygget af en aktiv gruppe af brugere og udviklere. Udvidelser gør at det er let at peronliggøre Piwigo. Piwigo er gratis og opensource.</p>
- <li>Hvis du har nogle forslag eller kommentarer, besøg <a
- href="http://piwigo.org">Piwigo</a> den officielle side og dets
- <a href="http://piwigo.org/forum/">forum</a>.</li>
+<p id="linkToPiwigo"><a href="http://piwigo.org">Besøg Piwigos website</a></p>
+<p>Udgivelsen af den danske piwigo er vedligeholdt af (alfabetisk orden):
+ <ul>
+ <li><a href="http://piwigo.org/forum/profile.php?id=4888">nile</a></li>
+ </ul>
+ .... tak til dem</p>
diff --git a/language/da_DK/install.lang.php b/language/da_DK/install.lang.php
index 537cfd4c2..b8627a3b6 100644
--- a/language/da_DK/install.lang.php
+++ b/language/da_DK/install.lang.php
@@ -66,4 +66,10 @@ $lang['Hope to see you back soon.'] = 'Håber snart at se dig igen.';
$lang['Database type'] = 'Database type';
$lang['The type of database your piwigo data will be store in'] = 'Din Piwigo database vil blive lagret i';
$lang['Congratulations, Piwigo installation is completed'] = 'Tillykke, Piwigo installationen er slut';
+$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'En alternativ måde er at kopiere teksten i boksen ovenover og sætte den ind i filen "local/config/database.inc.php" (Advarsel : database.inc.php må kun indeholde hvad der er i tekstfeltet, ingen linieskift eller andet.)';
+$lang['Creation of config file local/config/database.inc.php failed.'] = 'Oprettelsen af local/config/database.inc.php gik galt.';
+$lang['Download the config file'] = 'Download config filen';
+$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Du kan downloade config filen og uploade den til local/config i din installation.';
+$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite og PostgreSQL er i øjeblikket kun som eksperiment.';
+$lang['Learn more'] = 'Lær mere';
?> \ No newline at end of file