mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
/*
|
|
* Language code: ru_UA
|
|
*/
|
|
|
|
CHARSET=UTF-8
|
|
FONTFORPDF=freemono
|
|
// FONTFORPDF=DejaVuSans
|
|
FONTSIZEFORPDF=8
|
|
DIRECTION=ltr
|
|
SeparatorDecimal=,
|
|
SeparatorThousand=
|
|
FormatDateShort=%d.%m.%Y
|
|
FormatDateShortJava=dd.MM.yyyy
|
|
FormatHourShort=%H:%M
|
|
FormatDateTextShort=%d %b %Y
|
|
FormatDateText=%d %B %Y
|
|
FormatDateHourShort=%d.%m.%Y %H:%M
|
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
|
FormatDateHourText=%d %B %Y %H:%M |