1
0
Fork 0
Commit Graph

28 Commits

Author SHA1 Message Date
Michael Schuster 0e1e3a29ce Windows: Remove unused and outdated NSIS Transifex settings
The last translation update from Transifex was done in 2017, so the scripts and settings were never used for Nextcloud.

This commit removes the unused scripts and "Auto-generated" comments in the translation files.

Some files have been modified over time either way and MSI will replace NSIS soon.

Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-16 05:41:27 +00:00
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
Jenkins for ownCloud 8c531873a8 [tx-robot] updated from transifex 2016-01-12 01:15:38 -05:00
Jenkins for ownCloud 57e9f96836 [tx-robot] updated from transifex 2015-09-14 01:15:35 -04:00
Jenkins for ownCloud 7bafc92df3 [tx-robot] updated from transifex 2015-09-11 09:32:57 -04:00
Jenkins for ownCloud cad2d639af [tx-robot] updated from transifex 2015-08-06 11:37:16 -04:00
Daniel Molkentin 50195ce4be Revert "Update NSIS translations"
This reverts commit 47a8fbb07e.
2015-08-06 17:19:37 +02:00
Daniel Molkentin 47a8fbb07e Update NSIS translations 2015-08-06 17:08:53 +02:00
Daniel Molkentin d53eaf8fd6 Win32: Remove confusing option to remove AppData
- This only works for the current user (while being a HKLM installer)
- The naming is confusing.

Fixes #3461
2015-07-16 16:22:00 +02:00
Jenkins for ownCloud e04300a01c [tx-robot] updated from transifex 2015-01-31 02:06:13 -05:00
Jenkins for ownCloud 5cf8726e60 [tx-robot] updated from transifex 2015-01-30 02:06:17 -05:00
Jenkins for ownCloud bd9d5432f5 [tx-robot] updated from transifex 2014-08-07 02:06:14 -04:00
Jenkins for ownCloud 7337010fd8 [tx-robot] updated from transifex 2014-08-06 05:10:32 -04:00
Jenkins for ownCloud ab711ddc36 [tx-robot] updated from transifex 2014-04-27 02:06:35 -04:00
Jenkins for ownCloud 0f385db314 [tx-robot] updated from transifex 2014-03-16 03:17:49 -04:00
Jenkins for ownCloud 4018338725 [tx-robot] updated from transifex 2014-03-10 02:06:43 -04:00
Jenkins for ownCloud cf7b77e2bf [tx-robot] updated from transifex 2014-02-03 02:20:25 -05:00
Jenkins for ownCloud 618833140c [tx-robot] updated from transifex 2014-01-28 02:28:26 -05:00
Jenkins for ownCloud 954ebcca2e [tx-robot] updated from transifex 2014-01-15 05:25:51 -05:00
Jenkins for ownCloud 3a1a3f7282 [tx-robot] updated from transifex 2014-01-06 02:07:16 -05:00
Jenkins for ownCloud c3ecc5b224 [tx-robot] updated from transifex 2013-12-30 02:06:58 -05:00
Jenkins for ownCloud 27ce6cc6fe [tx-robot] updated from transifex 2013-12-28 02:07:01 -05:00
Jenkins for ownCloud 26c8dbf14c [tx-robot] updated from transifex 2013-12-24 02:06:58 -05:00
Jenkins for ownCloud 22bcda65ce [tx-robot] updated from transifex 2013-12-21 02:07:31 -05:00
Jenkins for ownCloud c311083d7b [tx-robot] updated from transifex 2013-12-13 15:39:01 -05:00
Daniel Molkentin e774bbacde NSIS: Can only use global variables in translation strings
fixes #1273
2013-12-12 10:44:05 +01:00
Thomas Müller f05e998430 Translation SectionGroup Shortcuts 2013-12-10 18:08:07 +01:00
Thomas Müller b41feebcdd Multi-lingual installer 2013-12-10 00:43:58 +01:00