From 12f3495bdf0c0a5958dc1d5a8d92424bdda3ba4c Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 9 Jan 2010 19:35:36 +0000 Subject: feature 1374: removed the "/* TODO */" in language files, the script to detect missing translations will come in a distinct commit. git-svn-id: http://piwigo.org/svn/branches/2.0@4636 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/da_DK/common.lang.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'language/da_DK') diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php index 961cec00a..917b9d99c 100644 --- a/language/da_DK/common.lang.php +++ b/language/da_DK/common.lang.php @@ -365,5 +365,4 @@ $lang['group by letters'] = 'alfabetiske grupper'; $lang['letters'] = 'bogstaver'; $lang['show tag cloud'] = 'vis tag cloud'; $lang['cloud'] = 'cloud'; -/* TODO */ $lang['Reset_To_Default'] = 'Reset to default values'; -?> \ No newline at end of file +?> -- cgit v1.2.3