nextcloud-desktop/admin/win/nsi/l10n
Michael Schuster 7f5b7f637c Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages)
The old conversion to specific code pages caused display errors (see issue #2393 for Russian).

Based on bin/l10n.sh, the files in this commit were converted to UTF-8 using iconv with the following parameters:

  iconv -f CP1252 -t UTF-8 -o German.nsh German.nsh
  iconv -f CP1252 -t UTF-8 -o Galician.nsh Galician.nsh
  iconv -f CP1253 -t UTF-8 -o Greek.nsh Greek.nsh
  iconv -f CP1250 -t UTF-8 -o Slovenian.nsh Slovenian.nsh
  iconv -f CP1257 -t UTF-8 -o Estonian.nsh Estonian.nsh
  iconv -f CP1252 -t UTF-8 -o Italian.nsh Italian.nsh
  iconv -f CP1252 -t UTF-8 -o PortugueseBR.nsh PortugueseBR.nsh
  iconv -f CP1252 -t UTF-8 -o Spanish.nsh Spanish.nsh
  iconv -f CP1252 -t UTF-8 -o Dutch.nsh Dutch.nsh
  iconv -f CP1252 -t UTF-8 -o Finnish.nsh Finnish.nsh
  iconv -f CP932 -t UTF-8 -o Japanese.nsh Japanese.nsh
  iconv -f CP1250 -t UTF-8 -o Slovak.nsh Slovak.nsh
  iconv -f CP1254 -t UTF-8 -o Turkish.nsh Turkish.nsh
  iconv -f CP1252 -t UTF-8 -o Norwegian.nsh Norwegian.nsh
  iconv -f CP852  -t UTF-8 -o Czech.nsh Czech.nsh

The installer script nextcloud.nsi in the client-building repo needs the following line (to be added on top):
  Unicode true

Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-16 05:41:27 +00:00
..
.tx NSIS: Add Norwegian (Bokmål) translation 2015-05-25 21:41:23 +02:00
bin Use print() function in both Python 2 and Python 3 2020-03-05 11:35:30 +01:00
pofiles NSIS: all strings must use $\r$\n rather than \r\n 2015-09-11 15:31:56 +02:00
Basque.nsh [tx-robot] updated from transifex 2017-03-07 01:15:15 +01:00
Catalan.nsh [tx-robot] updated from transifex 2016-11-10 01:15:14 +01:00
Czech.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
declarations.nsh [tx-robot] updated from transifex 2015-08-06 11:37:16 -04:00
Dutch.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
English.nsh l10n: Add a period 2020-09-09 10:07:10 +02:00
Estonian.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Farsi.nsh [tx-robot] updated from transifex 2016-01-12 01:15:38 -05:00
Finnish.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
French.nsh [tx-robot] updated from transifex 2017-03-25 01:15:15 +01:00
Galician.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
German.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Greek.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Hungarian.nsh [tx-robot] updated from transifex 2016-04-08 01:15:47 -04:00
Italian.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Japanese.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
languages.nsh [tx-robot] updated from transifex 2016-08-13 01:15:24 +02:00
Norwegian.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Polish.nsh l10n: Extract the button name 2020-09-08 16:44:51 +02:00
Portuguese.nsh [tx-robot] updated from transifex 2017-07-07 01:15:16 +02:00
PortugueseBR.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Russian.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
SimpChinese.nsh [tx-robot] updated from transifex 2016-02-20 01:15:28 -05:00
Slovak.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Slovenian.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Spanish.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
SpanishInternational.nsh [tx-robot] updated from transifex 2016-02-08 10:11:58 -05:00
Swedish.nsh [tx-robot] updated from transifex 2016-05-27 01:15:50 -04:00
Thai.nsh [tx-robot] updated from transifex 2016-07-10 01:15:58 -04:00
Turkish.nsh Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages) 2020-09-16 05:41:27 +00:00
Ukrainian.nsh [tx-robot] updated from transifex 2017-01-28 01:15:15 +01:00