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
|
||||
CHARSET = UTF-8
|
||||
DIRECTION = ltr
|
||||
SeparatorDecimal = ,
|
||||
SeparatorThousand =
|
||||
FormatDateShort=%d/%m/%Y
|
||||
|
||||
@ -1,15 +1,16 @@
|
||||
# Dolibarr language file - es_ES - main
|
||||
CHARSET = UTF-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
|
||||
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
|
||||
DatabaseConnection = Conexión a la base de datos
|
||||
Error = Error
|
||||
ErrorFieldRequired = El campo '%s' es obligatorio
|
||||
|
||||
Loading…
Reference in New Issue
Block a user