Fix: Add key into english to not loose them with transifex into other
languages
This commit is contained in:
parent
319295554d
commit
f65e16ae9c
@ -1,6 +1,12 @@
|
|||||||
# Dolibarr language file - Source file is en_US - main
|
# Dolibarr language file - Source file is en_US - main
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
DIRECTION=ltr
|
DIRECTION=ltr
|
||||||
|
# Note for chinese:
|
||||||
|
# msungstdlight or cid0ct are for traditionnal chinese (traditionnal 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=.
|
SeparatorDecimal=.
|
||||||
SeparatorThousand=,
|
SeparatorThousand=,
|
||||||
FormatDateShort=%m/%d/%Y
|
FormatDateShort=%m/%d/%Y
|
||||||
@ -19,7 +25,7 @@ FormatDateHourTextShort=%b %d, %Y, %I:%M %p
|
|||||||
FormatDateHourText=%B %d, %Y, %I:%M %p
|
FormatDateHourText=%B %d, %Y, %I:%M %p
|
||||||
DatabaseConnection=Database connection
|
DatabaseConnection=Database connection
|
||||||
NoTranslation=No translation
|
NoTranslation=No translation
|
||||||
NoRecordFound=Aucun enregistrement trouvé
|
NoRecordFound=No records found
|
||||||
NoError=No error
|
NoError=No error
|
||||||
Error=Error
|
Error=Error
|
||||||
ErrorFieldRequired=Field '%s' is required
|
ErrorFieldRequired=Field '%s' is required
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user