X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/92e0c8f474689764e8c10958d48bc4d33bc46c08..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/WEB-INF/resources/da.lang.php diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 73e81b37..31bc15a6 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -// Note to translators: Please use proper capitalization rules for your language. +// Note to translators: Please use proper capitalization rules for your language. $i18n_language = 'Dansk'; $i18n_months = array('januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'); @@ -139,6 +139,9 @@ $i18n_key_words = array( 'label.confirm_password' => 'gentag adgangskode', 'label.email' => 'email', +// Form titles. +// TODO: the entire title section is missing here. See the English file. + "form.filter.project" => 'projekt', "form.filter.filter" => 'favorit rapport', "form.filter.filter_new" => 'gem som favorit',