diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-03-31 10:59:10 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-03-31 10:59:10 +0000 |
commit | 240be5cc538b700f9d2cbe3abe95fbe136d7837f (patch) | |
tree | 81c2eeade2e357e8ff032376eeaef209eaaa1a79 | |
parent | 2cbea5d03027fdc17a29685d06d65169c15fcc93 (diff) |
[trunk] update da_DK thanks to nile
git-svn-id: http://piwigo.org/svn/trunk@5492 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/da_DK/common.lang.php | 2 | ||||
-rw-r--r-- | language/da_DK/install.lang.php | 4 | ||||
-rw-r--r-- | tools/translation_validated.inc.php | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php index 86052e76d..aaf39955b 100644 --- a/language/da_DK/common.lang.php +++ b/language/da_DK/common.lang.php @@ -343,7 +343,7 @@ $lang['a user use already this mail address'] = 'en bruger bruger allerede denne $lang['Category results for'] = 'kategori resulter for'; $lang['Tag results for'] = 'Tag resulter for'; $lang['from %s to %s'] = 'fra %s til %s'; -$lang['Play of slideshow'] = 'Play slideshow'; +$lang['Play of slideshow'] = 'Afspil slideshow'; $lang['Pause of slideshow'] = 'Pause slideshow'; $lang['Repeat the slideshow'] = 'Gentag slideshow'; $lang['Not repeat the slideshow'] = 'Gentag ikke slideshow'; diff --git a/language/da_DK/install.lang.php b/language/da_DK/install.lang.php index 1b595cdca..b502ff966 100644 --- a/language/da_DK/install.lang.php +++ b/language/da_DK/install.lang.php @@ -67,4 +67,8 @@ $lang['Sorry!'] = 'Hov!'; $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo var ikke istand til af konfigurere PHP 5.'; $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Du henvises til din webhost for at se hvordan du selv kan skifte til PHP 5."; $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'; ?>
\ No newline at end of file diff --git a/tools/translation_validated.inc.php b/tools/translation_validated.inc.php index d302262df..b4a5cfc46 100644 --- a/tools/translation_validated.inc.php +++ b/tools/translation_validated.inc.php @@ -186,6 +186,12 @@ $validated_keys = array( 'Admin: %s', 'Rank', 'cloud', + 'Pause of slideshow', + 'Database type', + 'Installation', + 'Webmaster login', + 'localhost, sql.multimania.com, toto.freesurf.fr', + 'Webmaster password', ), 'nl_NL' => array( '%d Kb', |