New: First try to support right to left languages (ar_AR)
This commit is contained in:
parent
e4d39d380d
commit
f6ae160716
@ -1,5 +1,6 @@
|
|||||||
# Dolibarr language file - ca_ES - main
|
# Dolibarr language file - ca_ES - main
|
||||||
CHARSET = UTF-8
|
CHARSET = UTF-8
|
||||||
|
DIRECTION = ltr
|
||||||
SeparatorDecimal = ,
|
SeparatorDecimal = ,
|
||||||
SeparatorThousand =
|
SeparatorThousand =
|
||||||
FormatDateShort=%d/%m/%Y
|
FormatDateShort=%d/%m/%Y
|
||||||
|
|||||||
@ -1,15 +1,16 @@
|
|||||||
# Dolibarr language file - es_ES - main
|
# Dolibarr language file - es_ES - main
|
||||||
CHARSET = UTF-8
|
CHARSET = UTF-8
|
||||||
|
DIRECTION = ltr
|
||||||
SeparatorDecimal = ,
|
SeparatorDecimal = ,
|
||||||
SeparatorThousand =
|
SeparatorThousand =
|
||||||
FormatDateShort=%d/%m/%Y
|
FormatDateShort = %d/%m/%Y
|
||||||
FormatDateShortJava=dd/MM/yyyy
|
FormatDateShortJava = dd/MM/yyyy
|
||||||
FormatHourShort=%H:%M
|
FormatHourShort = %H:%M
|
||||||
FormatDateTextShort=%d %b %Y
|
FormatDateTextShort = %d %b %Y
|
||||||
FormatDateText=%d %B %Y
|
FormatDateText = %d %B %Y
|
||||||
FormatDateHourShort=%d/%m/%Y %H:%M
|
FormatDateHourShort = %d/%m/%Y %H:%M
|
||||||
FormatDateHourTextShort=%d %b %Y %H:%M
|
FormatDateHourTextShort = %d %b %Y %H:%M
|
||||||
FormatDateHourText=%d %B %Y %H:%M
|
FormatDateHourText = %d %B %Y %H:%M
|
||||||
DatabaseConnection = Conexión a la base de datos
|
DatabaseConnection = Conexión a la base de datos
|
||||||
Error = Error
|
Error = Error
|
||||||
ErrorFieldRequired = El campo '%s' es obligatorio
|
ErrorFieldRequired = El campo '%s' es obligatorio
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user