New: First try to support right to left languages (ar_AR)

This commit is contained in:
Juanjo Menent 2009-08-11 14:25:32 +00:00
parent e4d39d380d
commit f6ae160716
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,6 @@
# Dolibarr language file - ca_ES - main
CHARSET = UTF-8
DIRECTION = ltr
SeparatorDecimal = ,
SeparatorThousand =
FormatDateShort=%d/%m/%Y

View File

@ -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