Changeset 6141 for trunk


Ignore:
Timestamp:
May 9, 2010, 8:12:45 PM (14 years ago)
Author:
ddtddt
Message:

[trunk] update DK thanks to Nile

Location:
trunk/language/da_DK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/da_DK/about.html

    r5316 r6141  
    1   <li>Piwigo er en web applikation der giver dig mulighed
    2   oprette et online foto galleri.</li>
     1<p>Dette foto-galleri er baseret på Piwigo.</p>
    32
    4   <li>Teknisk, Piwigo er fuldt udviklet i PHP (the elePHPant)
    5   med en MySQL database (the SQuirreL).</li>
     3<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>
    64
    7   <li>Hvis du har nogle forslag eller kommentarer, besøg <a
    8   href="http://piwigo.org">Piwigo</a> den officielle side og dets
    9   <a href="http://piwigo.org/forum/">forum</a>.</li>
     5<p id="linkToPiwigo"><a href="http://piwigo.org">Besøg Piwigos website</a></p>
    106
     7<p>Udgivelsen af den danske  piwigo er vedligeholdt af (alfabetisk orden):
     8        <ul>
     9                <li><a href="http://piwigo.org/forum/profile.php?id=4888">nile</a></li>
     10        </ul>
     11           .... tak til dem</p>
  • trunk/language/da_DK/install.lang.php

    r5780 r6141  
    6767$lang['The type of database your piwigo data will be store in'] = 'Din Piwigo database vil blive lagret i';
    6868$lang['Congratulations, Piwigo installation is completed'] = 'Tillykke, Piwigo installationen er slut';
     69$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.)';
     70$lang['Creation of config file local/config/database.inc.php failed.'] = 'Oprettelsen af local/config/database.inc.php gik galt.';
     71$lang['Download the config file'] = 'Download config filen';
     72$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.';
     73$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite og PostgreSQL er i øjeblikket kun som eksperiment.';
     74$lang['Learn more'] = 'Lær mere';
    6975?>
Note: See TracChangeset for help on using the changeset viewer.