From 19ae524ad963ceaadd621ccb619a96b0b655de56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Fri, 25 Oct 2013 12:27:13 +0200 Subject: [PATCH] Fix: Local for SeparatorDecimal and SeparatorThousand were lost during transifex synchro. --- dev/iso-normes/locales.txt | 4 ++-- htdocs/langs/ar_SA/main.lang | 4 ++-- htdocs/langs/bg_BG/main.lang | 4 ++-- htdocs/langs/ca_ES/main.lang | 4 ++-- htdocs/langs/da_DK/main.lang | 2 +- htdocs/langs/de_DE/main.lang | 2 +- htdocs/langs/el_GR/main.lang | 2 +- htdocs/langs/es_ES/main.lang | 9 ++++----- htdocs/langs/es_HN/main.lang | 2 +- htdocs/langs/es_PE/main.lang | 2 ++ htdocs/langs/es_PR/main.lang | 2 +- htdocs/langs/es_PY/main.lang | 2 ++ htdocs/langs/et_EE/main.lang | 4 ++-- htdocs/langs/fa_IR/main.lang | 4 ++-- htdocs/langs/fi_FI/main.lang | 4 ++-- htdocs/langs/fr_BE/main.lang | 2 +- htdocs/langs/fr_CA/main.lang | 2 +- htdocs/langs/fr_CH/main.lang | 2 +- htdocs/langs/fr_FR/main.lang | 2 +- htdocs/langs/fr_NC/main.lang | 2 ++ htdocs/langs/he_IL/main.lang | 4 ++-- htdocs/langs/hu_HU/main.lang | 2 +- htdocs/langs/is_IS/main.lang | 4 ++-- htdocs/langs/it_IT/main.lang | 4 ++-- htdocs/langs/ja_JP/main.lang | 4 ++-- htdocs/langs/ko_KR/main.lang | 2 +- htdocs/langs/nb_NO/main.lang | 4 ++-- htdocs/langs/nl_BE/main.lang | 2 +- htdocs/langs/nl_NL/main.lang | 2 +- htdocs/langs/pl_PL/main.lang | 4 ++-- htdocs/langs/pt_BR/main.lang | 4 ++-- htdocs/langs/ro_RO/main.lang | 2 +- htdocs/langs/ru_RU/main.lang | 4 ++-- htdocs/langs/ru_UA/main.lang | 2 +- htdocs/langs/sl_SI/main.lang | 4 ++-- htdocs/langs/sv_SE/main.lang | 4 ++-- htdocs/langs/tr_TR/main.lang | 4 ++-- htdocs/langs/zh_CN/main.lang | 4 ++-- htdocs/langs/zh_TW/main.lang | 4 ++-- 39 files changed, 65 insertions(+), 60 deletions(-) diff --git a/dev/iso-normes/locales.txt b/dev/iso-normes/locales.txt index 958f97c1cee..cb39e45ec0d 100644 --- a/dev/iso-normes/locales.txt +++ b/dev/iso-normes/locales.txt @@ -1,9 +1,9 @@ For languages: -See page http://demo.icu-project.org/icu-bin/locexp?d_=fr +http://demo.icu-project.org/icu-bin/locexp?d_=fr For format number: -For number format, you can also see page http://en.wikipedia.org/wiki/Decimal_mark +http://en.wikipedia.org/wiki/Decimal_mark For date format: http://en.wikipedia.org/wiki/Date_format_by_country \ No newline at end of file diff --git a/htdocs/langs/ar_SA/main.lang b/htdocs/langs/ar_SA/main.lang index 38522bcdfeb..69bc141070f 100644 --- a/htdocs/langs/ar_SA/main.lang +++ b/htdocs/langs/ar_SA/main.lang @@ -6,8 +6,8 @@ DIRECTION=rtl # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=9 -SeparatorDecimal=None -SeparatorThousand=بلا +SeparatorDecimal=. +SeparatorThousand=None FormatDateShort=%d/%m/%Y # FormatDateShortInput=%m/%d/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/bg_BG/main.lang b/htdocs/langs/bg_BG/main.lang index 929b2ccd914..dd3ab2cb855 100644 --- a/htdocs/langs/bg_BG/main.lang +++ b/htdocs/langs/bg_BG/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=9 -SeparatorDecimal=, -SeparatorThousand=Никой +SeparatorDecimal=. +SeparatorThousand=, FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/ca_ES/main.lang b/htdocs/langs/ca_ES/main.lang index f094a4b8eec..eae512ef17f 100644 --- a/htdocs/langs/ca_ES/main.lang +++ b/htdocs/langs/ca_ES/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=None -SeparatorThousand=Ninguna +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/da_DK/main.lang b/htdocs/langs/da_DK/main.lang index 4f3d7863cc3..ec32c617d5f 100644 --- a/htdocs/langs/da_DK/main.lang +++ b/htdocs/langs/da_DK/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=, -SeparatorThousand=Ingen +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/de_DE/main.lang b/htdocs/langs/de_DE/main.lang index 2e1aab8a693..a8916ec940d 100644 --- a/htdocs/langs/de_DE/main.lang +++ b/htdocs/langs/de_DE/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=. -SeparatorThousand=Keine +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/el_GR/main.lang b/htdocs/langs/el_GR/main.lang index 3b117e9916e..8e87a37a588 100644 --- a/htdocs/langs/el_GR/main.lang +++ b/htdocs/langs/el_GR/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=DejaVuSans FONTSIZEFORPDF=10 SeparatorDecimal=. -SeparatorThousand=Καμία +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang index 05c061f3057..de134bd0051 100644 --- a/htdocs/langs/es_ES/main.lang +++ b/htdocs/langs/es_ES/main.lang @@ -1,4 +1,5 @@ # Dolibarr language file - Source file is en_US - main +CHARSET=UTF-8 DIRECTION=ltr # Note for chinese: # msungstdlight or cid0ct are for traditionnal chinese (traditionnal does not render with ubuntu pdf reader) @@ -6,8 +7,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=None -SeparatorThousand=Ninguna +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy @@ -387,7 +388,7 @@ OtherInformations=Otras informaciones Quantity=Cantidad Qty=Cant. ChangedBy=Modificado por -# ReCalculate=Recalculate +ReCalculate=Recalcular ResultOk=Éxito ResultKo=Error Reporting=Informe @@ -656,8 +657,6 @@ HomeDashboard=Resumen Deductible=Deducible from=de toward=hacia -# Access=Access -# HelpCopyToClipboard=Use Ctrl+C to copy to clipboard # Week day Monday=Lunes diff --git a/htdocs/langs/es_HN/main.lang b/htdocs/langs/es_HN/main.lang index 63722ce76bf..371cb541453 100644 --- a/htdocs/langs/es_HN/main.lang +++ b/htdocs/langs/es_HN/main.lang @@ -1,7 +1,7 @@ Dolibarr language file - es_HN - main DIRECTION=ltr SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None AmountVAT=Importe ISV TotalVAT=Total ISV IncludedVAT=ISV incluido diff --git a/htdocs/langs/es_PE/main.lang b/htdocs/langs/es_PE/main.lang index dd996378526..d49d7a3445f 100644 --- a/htdocs/langs/es_PE/main.lang +++ b/htdocs/langs/es_PE/main.lang @@ -1,5 +1,7 @@ Dolibarr language file - es_PU - main DIRECTION=ltr +SeparatorDecimal=, +SeparatorThousand=None AmountVAT=Importe IGV TotalVAT=Total IGV IncludedVAT=IGV incluido diff --git a/htdocs/langs/es_PR/main.lang b/htdocs/langs/es_PR/main.lang index bea51eed6fd..ea38a2bc1f5 100644 --- a/htdocs/langs/es_PR/main.lang +++ b/htdocs/langs/es_PR/main.lang @@ -1,7 +1,7 @@ Dolibarr language file - es_PR - main DIRECTION=ltr SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None AmountVAT=Importe IVU TotalVAT=Total IVU IncludedVAT=IVU incluido diff --git a/htdocs/langs/es_PY/main.lang b/htdocs/langs/es_PY/main.lang index 55c36971c9b..0342d2da7c0 100644 --- a/htdocs/langs/es_PY/main.lang +++ b/htdocs/langs/es_PY/main.lang @@ -1,2 +1,4 @@ Dolibarr language file - es_PY - main DIRECTION=ltr +SeparatorDecimal=, +SeparatorThousand=None \ No newline at end of file diff --git a/htdocs/langs/et_EE/main.lang b/htdocs/langs/et_EE/main.lang index 7b21e5ebe6c..5b612aa61eb 100644 --- a/htdocs/langs/et_EE/main.lang +++ b/htdocs/langs/et_EE/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=, -SeparatorThousand=Mitte ükski +SeparatorDecimal=. +SeparatorThousand=, FormatDateShort=%m/%d/%Y FormatDateShortInput=%m/%d/%Y FormatDateShortJava=MM/dd/yyyy diff --git a/htdocs/langs/fa_IR/main.lang b/htdocs/langs/fa_IR/main.lang index 3e063576cad..5c4c1ed87e1 100644 --- a/htdocs/langs/fa_IR/main.lang +++ b/htdocs/langs/fa_IR/main.lang @@ -6,8 +6,8 @@ DIRECTION=rtl # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=9 -SeparatorDecimal=, -SeparatorThousand=بلا +SeparatorDecimal=/ +SeparatorThousand=, FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/fi_FI/main.lang b/htdocs/langs/fi_FI/main.lang index ec9864b8d13..22383f80172 100644 --- a/htdocs/langs/fi_FI/main.lang +++ b/htdocs/langs/fi_FI/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=Ei mitään -SeparatorThousand=Ei mitään +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/fr_BE/main.lang b/htdocs/langs/fr_BE/main.lang index 7a288f140f7..cc4d012cd2e 100644 --- a/htdocs/langs/fr_BE/main.lang +++ b/htdocs/langs/fr_BE/main.lang @@ -1,6 +1,6 @@ # Dolibarr language file - fr_BE - main SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/fr_CA/main.lang b/htdocs/langs/fr_CA/main.lang index 86d87819d9b..c9f8b89d312 100644 --- a/htdocs/langs/fr_CA/main.lang +++ b/htdocs/langs/fr_CA/main.lang @@ -1,6 +1,6 @@ # Dolibarr language file - fr_CA - main SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/fr_CH/main.lang b/htdocs/langs/fr_CH/main.lang index d1905df7efc..e594cc2e8b3 100644 --- a/htdocs/langs/fr_CH/main.lang +++ b/htdocs/langs/fr_CH/main.lang @@ -1,6 +1,6 @@ # Dolibarr language file - fr_CH - main SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d-%m-%Y FormatDateShortInput=%d-%m-%Y FormatDateShortJava=dd-MM-yyyy diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index c4c33ee0d74..bb015c0ebdf 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/fr_NC/main.lang b/htdocs/langs/fr_NC/main.lang index fe3fc2da06a..3c42033a03d 100644 --- a/htdocs/langs/fr_NC/main.lang +++ b/htdocs/langs/fr_NC/main.lang @@ -1,4 +1,6 @@ # Dolibarr language file - fr_NC - main +SeparatorDecimal=, +SeparatorThousand=None AmountVAT=Montant TSS TotalVAT=Total TSS IncludedVAT=Dont TSS diff --git a/htdocs/langs/he_IL/main.lang b/htdocs/langs/he_IL/main.lang index 3917c833732..bd614266a1c 100644 --- a/htdocs/langs/he_IL/main.lang +++ b/htdocs/langs/he_IL/main.lang @@ -6,8 +6,8 @@ # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica # FONTSIZEFORPDF=10 -# SeparatorDecimal=, -# SeparatorThousand=None +SeparatorDecimal=. +SeparatorThousand=None # FormatDateShort=%m/%d/%Y # FormatDateShortInput=%m/%d/%Y # FormatDateShortJava=MM/dd/yyyy diff --git a/htdocs/langs/hu_HU/main.lang b/htdocs/langs/hu_HU/main.lang index e7bff6dca9f..2a7e3f476fb 100644 --- a/htdocs/langs/hu_HU/main.lang +++ b/htdocs/langs/hu_HU/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=, -SeparatorThousand=Nincs +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/is_IS/main.lang b/htdocs/langs/is_IS/main.lang index cd4aa6d3ba8..eefc71ac0ee 100644 --- a/htdocs/langs/is_IS/main.lang +++ b/htdocs/langs/is_IS/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=, -SeparatorThousand=None +SeparatorDecimal=. +SeparatorThousand=, FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/it_IT/main.lang b/htdocs/langs/it_IT/main.lang index 65422cd27d4..38fea89e7c6 100644 --- a/htdocs/langs/it_IT/main.lang +++ b/htdocs/langs/it_IT/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=None -SeparatorThousand=Nessuno +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/ja_JP/main.lang b/htdocs/langs/ja_JP/main.lang index b4e91685a4a..cd4c62eb789 100644 --- a/htdocs/langs/ja_JP/main.lang +++ b/htdocs/langs/ja_JP/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=cid0jp FONTSIZEFORPDF=9 -SeparatorDecimal=、 -SeparatorThousand=なし +SeparatorDecimal=. +SeparatorThousand=None FormatDateShort=%m/%d/%Y FormatDateShortInput=%m/%d/%Y FormatDateShortJava=MM/dd/yyyy diff --git a/htdocs/langs/ko_KR/main.lang b/htdocs/langs/ko_KR/main.lang index 293bb04ec48..3144d7df1ca 100644 --- a/htdocs/langs/ko_KR/main.lang +++ b/htdocs/langs/ko_KR/main.lang @@ -6,7 +6,7 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data # FONTFORPDF=helvetica # FONTSIZEFORPDF=10 -SeparatorDecimal=, +SeparatorDecimal=. # SeparatorThousand=None FormatDateShort=%m/%d/%Y FormatDateShortInput=%m/%d/%Y diff --git a/htdocs/langs/nb_NO/main.lang b/htdocs/langs/nb_NO/main.lang index d635900fb25..1305214a91e 100644 --- a/htdocs/langs/nb_NO/main.lang +++ b/htdocs/langs/nb_NO/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=Ingen -SeparatorThousand=Ingen +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/nl_BE/main.lang b/htdocs/langs/nl_BE/main.lang index 08137a908d4..d2dfad0e019 100644 --- a/htdocs/langs/nl_BE/main.lang +++ b/htdocs/langs/nl_BE/main.lang @@ -1,6 +1,6 @@ # Dolibarr language file - nl_BE - main SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/nl_NL/main.lang b/htdocs/langs/nl_NL/main.lang index 9211a53b115..d6a6b77fe10 100644 --- a/htdocs/langs/nl_NL/main.lang +++ b/htdocs/langs/nl_NL/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=. -SeparatorThousand=Geen +SeparatorThousand=, FormatDateShort=%d-%m-%Y FormatDateShortInput=%d-%m-%Y FormatDateShortJava=dd-MM-yyyy diff --git a/htdocs/langs/pl_PL/main.lang b/htdocs/langs/pl_PL/main.lang index b8920b23c47..b3e7acad709 100644 --- a/htdocs/langs/pl_PL/main.lang +++ b/htdocs/langs/pl_PL/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=8 -SeparatorDecimal=None -SeparatorThousand=Żaden +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d-%m-%Y FormatDateShortInput=%d-%m-%Y FormatDateShortJava=dd-MM-yyyy diff --git a/htdocs/langs/pt_BR/main.lang b/htdocs/langs/pt_BR/main.lang index 8a3dc10352f..8686afedf81 100644 --- a/htdocs/langs/pt_BR/main.lang +++ b/htdocs/langs/pt_BR/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=. -SeparatorThousand=Nenhum +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%m/%d/%Y FormatDateShortInput=%m/%d/%Y FormatDateShortJava=mm/dd/aaaa diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang index fc116342939..a924a672848 100644 --- a/htdocs/langs/ro_RO/main.lang +++ b/htdocs/langs/ro_RO/main.lang @@ -7,7 +7,7 @@ DIRECTION=ltr FONTFORPDF=helvetica FONTSIZEFORPDF=10 SeparatorDecimal=, -SeparatorThousand=Niciun +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/ru_RU/main.lang b/htdocs/langs/ru_RU/main.lang index 459a4e1bc19..9b86749ef13 100644 --- a/htdocs/langs/ru_RU/main.lang +++ b/htdocs/langs/ru_RU/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=freemono FONTSIZEFORPDF=8 -SeparatorDecimal=None -SeparatorThousand=Никакой +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/ru_UA/main.lang b/htdocs/langs/ru_UA/main.lang index 09453a80e54..bff1ada9c0f 100644 --- a/htdocs/langs/ru_UA/main.lang +++ b/htdocs/langs/ru_UA/main.lang @@ -6,7 +6,7 @@ DIRECTION=ltr FONTFORPDF=freemono FONTSIZEFORPDF=8 SeparatorDecimal=, -SeparatorThousand= +SeparatorThousand=None FormatDateShort=%d.%m.%Y FormatDateShortInput=%d.%m.%Y FormatDateShortJava=dd.MM.yyyy diff --git a/htdocs/langs/sl_SI/main.lang b/htdocs/langs/sl_SI/main.lang index dc188a0f96b..d0d61ff18f8 100644 --- a/htdocs/langs/sl_SI/main.lang +++ b/htdocs/langs/sl_SI/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=8 -SeparatorDecimal=. -SeparatorThousand=Nič +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/sv_SE/main.lang b/htdocs/langs/sv_SE/main.lang index e68927a9500..c6f77bfa8e8 100644 --- a/htdocs/langs/sv_SE/main.lang +++ b/htdocs/langs/sv_SE/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=helvetica FONTSIZEFORPDF=10 -SeparatorDecimal=Ingen -SeparatorThousand=Ingen +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%Y-%m-%d FormatDateShortInput=%Y-%m-%d FormatDateShortJava=yyyy-MM-dd diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang index 6f8ab02433a..5bc2031e2ec 100644 --- a/htdocs/langs/tr_TR/main.lang +++ b/htdocs/langs/tr_TR/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=DejaVuSans FONTSIZEFORPDF=8 -SeparatorDecimal=None -SeparatorThousand=Hiçbiri +SeparatorDecimal=, +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/zh_CN/main.lang b/htdocs/langs/zh_CN/main.lang index 9d0b13bf826..c1143aa9a2b 100644 --- a/htdocs/langs/zh_CN/main.lang +++ b/htdocs/langs/zh_CN/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=stsongstdlight FONTSIZEFORPDF=10 -SeparatorDecimal=None -SeparatorThousand=无 +SeparatorDecimal=. +SeparatorThousand=None FormatDateShort=%d/%m/%Y FormatDateShortInput=%d/%m/%Y FormatDateShortJava=dd/MM/yyyy diff --git a/htdocs/langs/zh_TW/main.lang b/htdocs/langs/zh_TW/main.lang index bda10441cca..ee6069283f7 100644 --- a/htdocs/langs/zh_TW/main.lang +++ b/htdocs/langs/zh_TW/main.lang @@ -6,8 +6,8 @@ DIRECTION=ltr # To read chinese pdf with linux: sudo apt-get install poppler-data FONTFORPDF=msungstdlight # FONTSIZEFORPDF=10 -SeparatorDecimal=None -SeparatorThousand=無 +SeparatorDecimal=. +SeparatorThousand=None FormatDateShort=%Y/%m/%d FormatDateShortInput=%Y/%m/%d FormatDateShortJava=yyyy/MM/dd -- GitLab