diff --git a/UI/PreferencesUI/Danish.lproj/Localizable.strings b/UI/PreferencesUI/Danish.lproj/Localizable.strings index 51eb4856f..2a6be3d85 100644 --- a/UI/PreferencesUI/Danish.lproj/Localizable.strings +++ b/UI/PreferencesUI/Danish.lproj/Localizable.strings @@ -47,7 +47,7 @@ "Activation Constraints" = "Aktiveringsbegrænsninger"; "Enable auto reply on" = "Aktiver autosvar til"; "First day of vacation" = "Første feriedag"; -"Disable auto reply after" = "Deaktiver Autosvar til"; +"Disable auto reply after" = "Deaktiver autosvar efter"; "Last day of vacation" = "Sidste feriedag"; "Enter date" = "Indtast dato"; /* Enable auto reply at this time of the day */ diff --git a/UI/Scheduler/Danish.lproj/Localizable.strings b/UI/Scheduler/Danish.lproj/Localizable.strings index 9bf39a521..12bc4b868 100644 --- a/UI/Scheduler/Danish.lproj/Localizable.strings +++ b/UI/Scheduler/Danish.lproj/Localizable.strings @@ -37,6 +37,8 @@ "this month" = "Denne måned"; "Previous Month" = "Forrige måned"; "Next Month" = "Næste måned"; +/* Week number prefix */ +"W" = "W"; /* Year */ "this year" = "I år"; @@ -398,6 +400,10 @@ "From" = "Fra"; "To" = "Til"; +/* dates */ +"DateFrom" = "Fra"; +"DateTo" = "Til"; + /* validation errors */ validate_notitle = "Ingen titel er indtastet, vil du fortsætte?"; validate_invalid_startdate = "Forkert startdato!"; @@ -653,4 +659,4 @@ vtodo_class2 = "(Hemmelig opgave)"; "hotkey_monthview" = "m"; /* Hotkey to switch to multicolumn day view */ -"hotkey_multicolumndayview" = "c"; \ No newline at end of file +"hotkey_multicolumndayview" = "c";