New: Format of dates depends on language

This commit is contained in:
Laurent Destailleur 2009-06-14 17:50:37 +00:00
parent 3465ecad0f
commit 717771db2c
18 changed files with 36 additions and 36 deletions

View File

@ -2,8 +2,8 @@
CHARSET = UTF-8
SeparatorDecimal = ,
SeparatorThousand =
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -3,8 +3,8 @@
CHARSET=UTF-8
SeparatorDecimal=.
SeparatorThousand=,
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=.
SeparatorThousand=,
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=.
SeparatorThousand=,
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%I:%M %p
FormatDateTextShort=%b %d, %Y
FormatDateText=%B %d, %Y

View File

@ -2,8 +2,8 @@
CHARSET = UTF-8
SeparatorDecimal = ,
SeparatorThousand =
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -10,8 +10,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
FormatDateShort=%d.%m.%Y
FormatDateShort_java=dd.MM.yyyy
FormatHourShort=%H.%M
FormatDateTextShort=%d. %b %Y
FormatDateText=%d. %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
FormatDateShort=%d.%m.%Y
FormatDateShort_java=dd.MM.yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
FormatDateShort=%d-%m-%Y
FormatDateShort_java=dd-MM-yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET =ISO-8859-1
SeparatorDecimal =,
SeparatorThousand =
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H.%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
FormatDateShort=%d.%m.%Y
FormatDateShort_java=dd.MM.yyyy
FormatHourShort=%H.%M
FormatDateTextShort=%d. %b %Y
FormatDateText=%d. %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -12,8 +12,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
FormatDateShort=%d-%m-%Y
FormatDateShort_java=dd-MM-yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -12,8 +12,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
FormatDateShort=%d-%m-%Y
FormatDateShort_java=dd-MM-yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -2,8 +2,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
FormatDateShort=%d/%m/%Y
FormatDateShort_java=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -10,8 +10,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
FormatDateShort=%d.%m.%Y
FormatDateShort_java=dd.MM.yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y

View File

@ -10,8 +10,8 @@
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
FormatDateShort=%d.%m.%Y
FormatDateShort_java=dd.MM.yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y