Fix hour format
This commit is contained in:
parent
87ff36e3c8
commit
7e902af9dc
@ -5,13 +5,13 @@ SeparatorDecimal = ,
|
||||
SeparatorThousand = .
|
||||
FormatDateShort = %d-%m-%Y
|
||||
FormatDateShortJava = dd-MM-yyyy
|
||||
FormatHourShort = %U:%M
|
||||
FormatHourShortDuration = %U:%M
|
||||
FormatHourShort = %H:%M
|
||||
FormatHourShortDuration = %H:%M
|
||||
FormatDateTextShort = %d %b %Y
|
||||
FormatDateText = %d %B %Y
|
||||
FormatDateHourShort = %d-%m-%Y %U:%M
|
||||
FormatDateHourTextShort = %d %b %Y %U:%M
|
||||
FormatDateHourText = %d %B %Y %U:%M
|
||||
FormatDateHourShort = %d-%m-%Y %H:%M
|
||||
FormatDateHourTextShort = %d %b %Y %H:%M
|
||||
FormatDateHourText = %d %B %Y %H:%M
|
||||
DatabaseConnection = Databaseverbinding
|
||||
NoError = Geen fout
|
||||
Error = Fout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user