diff --git a/dev/iso-normes/locales.txt b/dev/iso-normes/locales.txt
index 958f97c1ceeb899b4cf912376602c9c83fb36fa0..cb39e45ec0d7fb841e3b49f2682a2a9fe02adf47 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 38522bcdfeb740b51980cac7e5c125c560732cd0..69bc141070f71be6f72b9940efc1a36222cc123d 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 929b2ccd914c8682d2ffaf2d5a3d5c939bf35a57..dd3ab2cb8559de84f609e20a7b1dc7e7a3a1834c 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 f094a4b8eecec1a3875683451509683e1fef863c..eae512ef17f10ee0b3c5ba366c28868edf897617 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 4f3d7863cc3fb4f01229fde8d185f8a2dfefe6aa..ec32c617d5f1ac0c860b49cee02e6d170536fbe1 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 2e1aab8a69372870351d73af94578fa216d9fc0e..a8916ec940d51750e6d42bc9c0c925ef25d9f847 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 3b117e9916e7728f815a1604a535929617bfb9d5..8e87a37a588551916032456f9b24ca31c2d35d55 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 05c061f30574095ef9a5ba22de54c151fd79e5ed..de134bd0051c6a7bb5ec84ba380074e8229a96af 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 63722ce76bfd8a5fad003f2a9a6f8db3dd98d12c..371cb54145349d3a2e92dfd31bf960d7edca5409 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 dd996378526a11eeebf0eab7105ab5ee32b1297e..d49d7a3445f19ef1f0cba3f8a4da535d1f51575d 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 bea51eed6fd938837a7a4672a836d622c4380bae..ea38a2bc1f5fb3c5e77c82c8176fe240de8f27ae 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 55c36971c9bd6f9db51d5a14ac24384128adf78f..0342d2da7c05dc57813297cc9e7110d633d6cd9c 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 7b21e5ebe6c0395f97ae7885fb0c2163e77ec44e..5b612aa61eb93a8ec3885ef52685e813406dccb1 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 3e063576cad875a17b20f05c2662f278e5c3ba44..5c4c1ed87e1c7c65434fab69998c74a833497c70 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 ec9864b8d139d2e6f5526c28a75b27dc1ae5b616..22383f80172745a67183bd3cc1dd2fb73c0dadb0 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 7a288f140f74f434e1bab4eead181f0ecd5b2ba9..cc4d012cd2e1dde91ac46493997e9744ea79ffc9 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 86d87819d9bce92287841ad54eb15a2e988017bb..c9f8b89d3123c7147914818f32378d0fe50e3c91 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 d1905df7efc475bc186199c6da50a7759848981f..e594cc2e8b3ceeff96eb4292d43e0e92f3c41d39 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 c4c33ee0d742a692393c3a5037b3b1491ce90f48..bb015c0ebdf1c00bf24bc7661634215fe2e03e15 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 fe3fc2da06ac7acf2f57a85ff2effbe36f78f180..3c42033a03de9aad1447fb5ea8e957e3dfe2d1aa 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 3917c8337325713f3b138071bf25e32671933a07..bd614266a1c7b1e509ef263af7b215d613c97c58 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 e7bff6dca9fa42aaa2f63a14def32e21d25ecbe9..2a7e3f476fbef5a1e302c58bd5fb44f22f04d524 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 cd4aa6d3ba8262964c87b60be5f3ee60b0e6c7ad..eefc71ac0ee4d91cd50c8882fc8f304b4adb2074 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 65422cd27d4cbcd0e5665733d17b7c82c8f3dde0..38fea89e7c613a26003a5162e7970d41c6163136 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 b4e91685a4a23781367f02a2598a0062f6a73bdb..cd4c62eb7894454c94972804d6291261090d4c88 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 293bb04ec48759db633889fa87368ee9e3ca65e8..3144d7df1caf38f9c08fab63796539ad54e01d77 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 d635900fb25e42af6b8023298422d7fc6054f791..1305214a91e65ccad49981865ea46d12fde0d619 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 08137a908d4d1f8b280df3cf114a5a0cbdf31c40..d2dfad0e0195a40f15fc8ddd3a1ddd6e78d0e668 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 9211a53b115fdd18b235fa2c3efe0f8c9958d4fd..d6a6b77fe10e84412813737192f89e7183fbde72 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 b8920b23c47b276ecf869e5c46bda2142f5c7458..b3e7acad70995b2fe2bd7ee78db4cf602f5abc66 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 8a3dc10352f1defc86b2a75046f1ec1317c4b291..8686afedf815947123c90593ccb1b39fa9843146 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 fc11634293989c7d36c628d6eb228434cc6f260c..a924a67284893227f14a18542f7bf405d7c870b9 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 459a4e1bc1930c3ce7f327653ed62304218b6486..9b86749ef1325abe157419a1fb9ce8903623daa1 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 09453a80e546b7ec2189ba1db20fd65d2dd5ccd6..bff1ada9c0f23ce2949dcc9c2b5c7f25a0c0e007 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 dc188a0f96b6a2dafcfc718b6fe5b3b1bc4dfa15..d0d61ff18f86f8ffa74b58c8f47f57547d31e278 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 e68927a9500ec776e44b9148612d99e763d8cc58..c6f77bfa8e8b6ca88ee9f49860d68b7deeed7aae 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 6f8ab02433af6fff5b46e5dccbd1cd06ddb183de..5bc2031e2ec634b4e003f7c959b403385c457502 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 9d0b13bf82644ed188800fc24a8e56fad2f4f46e..c1143aa9a2b4a2d9af4702180cf400de9a09c017 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 bda10441cca017670aac8986990b94ae7879dcc8..ee6069283f771f8f7e5e6852ad1b74d61fc41d13 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