mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# Dolibarr language file - Source file is en_US - main
|
|
DIRECTION=ltr
|
|
# Note for Chinese:
|
|
# msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
|
|
# stsongstdlight or cid0cs are for simplified Chinese
|
|
# To read Chinese pdf with Linux: sudo apt-get install poppler-data
|
|
FONTFORPDF=helvetica
|
|
FONTSIZEFORPDF=10
|
|
SeparatorDecimal=,
|
|
SeparatorThousand=.
|
|
FormatDateShort=%d/%m/%Y
|
|
FormatDateShortInput=%d/%m/%Y
|
|
FormatDateShortJava=dd/MM/yyyy
|
|
FormatDateShortJavaInput=dd/MM/yyyy
|
|
FormatDateShortJQuery=dd/mm/yy
|
|
FormatDateShortJQueryInput=dd/mm/yy
|
|
FormatHourShort=%H:%M
|
|
FormatHourShortDuration=%H:%M
|
|
FormatDateTextShort=%d %b %Y
|
|
FormatDateText=%d %B %Y
|
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
|
FormatDateHourSecShort=%d/%m/%Y %H:%M:%S
|
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
|
FormatDateHourText=%d %B %Y %H:%M
|
|
ErrorNoVATRateDefinedForSellerCountry=Error, ningún tipo de ITBIS definido para el país '%s'.
|
|
AmountVAT=Importe ITBIS
|
|
TotalVAT=Total ITBIS
|
|
IncludedVAT=ITBIS incluido
|
|
HT=Sin ITBIS
|
|
TTC=ITBIS incluido
|
|
VAT=ITBIS
|
|
VATRate=Tasa ITBIS |