aboutsummaryrefslogtreecommitdiffstats
path: root/language/da_DK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-09-08 11:52:02 +0000
committerplegall <plg@piwigo.org>2011-09-08 11:52:02 +0000
commit79df57b96faeba32fe9648315442e129f1f570c1 (patch)
tree3bdf262bb158581f90e9fc2aacb03eed4e394304 /language/da_DK
parent9ebf049b69ce1ea0a586b12c2a08b5b7578026ab (diff)
bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/da_DK')
-rw-r--r--language/da_DK/admin.lang.php1
-rw-r--r--language/da_DK/install.lang.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php
index ac8d44f01..1b880dd3d 100644
--- a/language/da_DK/admin.lang.php
+++ b/language/da_DK/admin.lang.php
@@ -730,4 +730,5 @@ $lang['Selection'] = 'Selektion';
$lang['Set author'] = 'Vælg forfartter';
$lang['Set creation date'] = 'Vælg oprettelsesdato';
$lang['Set title'] = 'Vælg titel';
+$lang['Learn more'] = 'Lær mere';
?>
diff --git a/language/da_DK/install.lang.php b/language/da_DK/install.lang.php
index 812b095ea..cbe1f465b 100644
--- a/language/da_DK/install.lang.php
+++ b/language/da_DK/install.lang.php
@@ -68,5 +68,4 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
$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['Learn more'] = 'Lær mere';
?> \ No newline at end of file