From 7a99eb8e2377d85a0f78a2c2d34cc2a5113bb0a0 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 30 Jun 2013 15:14:45 +0300 Subject: [PATCH] Write BOM in NSIS translations' files. --- src/windows/installer-translations/afrikaans.nsi | 2 +- src/windows/installer-translations/albanian.nsi | 2 +- src/windows/installer-translations/arabic.nsi | 2 +- src/windows/installer-translations/basque.nsi | 2 +- src/windows/installer-translations/belarusian.nsi | 2 +- src/windows/installer-translations/bosnian.nsi | 2 +- src/windows/installer-translations/breton.nsi | 2 +- src/windows/installer-translations/bulgarian.nsi | 2 +- src/windows/installer-translations/catalan.nsi | 2 +- src/windows/installer-translations/croatian.nsi | 2 +- src/windows/installer-translations/czech.nsi | 2 +- src/windows/installer-translations/danish.nsi | 2 +- src/windows/installer-translations/dutch.nsi | 2 +- src/windows/installer-translations/english.nsi | 2 +- src/windows/installer-translations/esperanto.nsi | 2 +- src/windows/installer-translations/estonian.nsi | 2 +- src/windows/installer-translations/farsi.nsi | 2 +- src/windows/installer-translations/finnish.nsi | 2 +- src/windows/installer-translations/french.nsi | 2 +- src/windows/installer-translations/galician.nsi | 2 +- src/windows/installer-translations/german.nsi | 2 +- src/windows/installer-translations/greek.nsi | 2 +- src/windows/installer-translations/hebrew.nsi | 2 +- src/windows/installer-translations/hungarian.nsi | 2 +- src/windows/installer-translations/icelandic.nsi | 2 +- src/windows/installer-translations/indonesian.nsi | 2 +- src/windows/installer-translations/irish.nsi | 2 +- src/windows/installer-translations/italian.nsi | 2 +- src/windows/installer-translations/japanese.nsi | 2 +- src/windows/installer-translations/korean.nsi | 2 +- src/windows/installer-translations/kurdish.nsi | 2 +- src/windows/installer-translations/latvian.nsi | 2 +- src/windows/installer-translations/lithuanian.nsi | 2 +- src/windows/installer-translations/luxembourgish.nsi | 2 +- src/windows/installer-translations/macedonian.nsi | 2 +- src/windows/installer-translations/malay.nsi | 2 +- src/windows/installer-translations/mongolian.nsi | 2 +- src/windows/installer-translations/norwegian.nsi | 2 +- src/windows/installer-translations/norwegiannynorsk.nsi | 2 +- src/windows/installer-translations/polish.nsi | 2 +- src/windows/installer-translations/portuguese.nsi | 2 +- src/windows/installer-translations/portugueseBR.nsi | 2 +- src/windows/installer-translations/romanian.nsi | 2 +- src/windows/installer-translations/russian.nsi | 2 +- src/windows/installer-translations/serbian.nsi | 2 +- src/windows/installer-translations/serbianlatin.nsi | 2 +- src/windows/installer-translations/simpchinese.nsi | 2 +- src/windows/installer-translations/slovak.nsi | 2 +- src/windows/installer-translations/slovenian.nsi | 2 +- src/windows/installer-translations/spanish.nsi | 2 +- src/windows/installer-translations/spanishinternational.nsi | 2 +- src/windows/installer-translations/swedish.nsi | 2 +- src/windows/installer-translations/thai.nsi | 2 +- src/windows/installer-translations/tradchinese.nsi | 2 +- src/windows/installer-translations/turkish.nsi | 2 +- src/windows/installer-translations/ukrainian.nsi | 2 +- src/windows/installer-translations/uzbek.nsi | 2 +- src/windows/installer-translations/welsh.nsi | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/src/windows/installer-translations/afrikaans.nsi b/src/windows/installer-translations/afrikaans.nsi index 629ac1683..068b5d9f9 100644 --- a/src/windows/installer-translations/afrikaans.nsi +++ b/src/windows/installer-translations/afrikaans.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_AFRIKAANS} "qBittorrent (required)" diff --git a/src/windows/installer-translations/albanian.nsi b/src/windows/installer-translations/albanian.nsi index fb1d74e4d..fc1f1fe9f 100644 --- a/src/windows/installer-translations/albanian.nsi +++ b/src/windows/installer-translations/albanian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ALBANIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/arabic.nsi b/src/windows/installer-translations/arabic.nsi index 8f02548bf..7e4d746ec 100644 --- a/src/windows/installer-translations/arabic.nsi +++ b/src/windows/installer-translations/arabic.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ARABIC} "qBittorrent (required)" diff --git a/src/windows/installer-translations/basque.nsi b/src/windows/installer-translations/basque.nsi index 75fcc2375..c794ea29c 100644 --- a/src/windows/installer-translations/basque.nsi +++ b/src/windows/installer-translations/basque.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_BASQUE} "qBittorrent (required)" diff --git a/src/windows/installer-translations/belarusian.nsi b/src/windows/installer-translations/belarusian.nsi index 6901a65a1..03d164873 100644 --- a/src/windows/installer-translations/belarusian.nsi +++ b/src/windows/installer-translations/belarusian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_BELARUSIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/bosnian.nsi b/src/windows/installer-translations/bosnian.nsi index 2abc03050..6422c98ac 100644 --- a/src/windows/installer-translations/bosnian.nsi +++ b/src/windows/installer-translations/bosnian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_BOSNIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/breton.nsi b/src/windows/installer-translations/breton.nsi index 3b9fa07d2..34fe20320 100644 --- a/src/windows/installer-translations/breton.nsi +++ b/src/windows/installer-translations/breton.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_BRETON} "qBittorrent (required)" diff --git a/src/windows/installer-translations/bulgarian.nsi b/src/windows/installer-translations/bulgarian.nsi index 24dc9c82d..6dbfcbdbd 100644 --- a/src/windows/installer-translations/bulgarian.nsi +++ b/src/windows/installer-translations/bulgarian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_BULGARIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/catalan.nsi b/src/windows/installer-translations/catalan.nsi index 25d6697f2..62397f627 100644 --- a/src/windows/installer-translations/catalan.nsi +++ b/src/windows/installer-translations/catalan.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_CATALAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/croatian.nsi b/src/windows/installer-translations/croatian.nsi index 823fd7bf6..92c725d37 100644 --- a/src/windows/installer-translations/croatian.nsi +++ b/src/windows/installer-translations/croatian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_CROATIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/czech.nsi b/src/windows/installer-translations/czech.nsi index 5b08eade9..d9c1ded18 100644 --- a/src/windows/installer-translations/czech.nsi +++ b/src/windows/installer-translations/czech.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_CZECH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/danish.nsi b/src/windows/installer-translations/danish.nsi index a2e8b5e6f..07b5c391f 100644 --- a/src/windows/installer-translations/danish.nsi +++ b/src/windows/installer-translations/danish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_DANISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/dutch.nsi b/src/windows/installer-translations/dutch.nsi index aa12dfcb0..9d40a1351 100644 --- a/src/windows/installer-translations/dutch.nsi +++ b/src/windows/installer-translations/dutch.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_DUTCH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/english.nsi b/src/windows/installer-translations/english.nsi index 5c84cf11a..9f4f6ba04 100644 --- a/src/windows/installer-translations/english.nsi +++ b/src/windows/installer-translations/english.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/esperanto.nsi b/src/windows/installer-translations/esperanto.nsi index f77c6915c..1865cdf4f 100644 --- a/src/windows/installer-translations/esperanto.nsi +++ b/src/windows/installer-translations/esperanto.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ESPERANTO} "qBittorrent (required)" diff --git a/src/windows/installer-translations/estonian.nsi b/src/windows/installer-translations/estonian.nsi index 9be169ba9..67c90ad6e 100644 --- a/src/windows/installer-translations/estonian.nsi +++ b/src/windows/installer-translations/estonian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ESTONIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/farsi.nsi b/src/windows/installer-translations/farsi.nsi index 9134da6ce..c2497f1cf 100644 --- a/src/windows/installer-translations/farsi.nsi +++ b/src/windows/installer-translations/farsi.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_FARSI} "qBittorrent (required)" diff --git a/src/windows/installer-translations/finnish.nsi b/src/windows/installer-translations/finnish.nsi index 3d2ec576b..11ac29e57 100644 --- a/src/windows/installer-translations/finnish.nsi +++ b/src/windows/installer-translations/finnish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_FINNISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/french.nsi b/src/windows/installer-translations/french.nsi index bef8f61a8..2327dae01 100644 --- a/src/windows/installer-translations/french.nsi +++ b/src/windows/installer-translations/french.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_FRENCH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/galician.nsi b/src/windows/installer-translations/galician.nsi index 3eda50aeb..9f69c3bd8 100644 --- a/src/windows/installer-translations/galician.nsi +++ b/src/windows/installer-translations/galician.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_GALICIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/german.nsi b/src/windows/installer-translations/german.nsi index 6d31e65ed..9caf2c7e3 100644 --- a/src/windows/installer-translations/german.nsi +++ b/src/windows/installer-translations/german.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_GERMAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/greek.nsi b/src/windows/installer-translations/greek.nsi index b5aa7ddce..a6cbaa275 100644 --- a/src/windows/installer-translations/greek.nsi +++ b/src/windows/installer-translations/greek.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_GREEK} "qBittorrent (required)" diff --git a/src/windows/installer-translations/hebrew.nsi b/src/windows/installer-translations/hebrew.nsi index 99f3ff9e3..7dc0b052e 100644 --- a/src/windows/installer-translations/hebrew.nsi +++ b/src/windows/installer-translations/hebrew.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_HEBREW} "qBittorrent (required)" diff --git a/src/windows/installer-translations/hungarian.nsi b/src/windows/installer-translations/hungarian.nsi index 5a868085d..e8749e640 100644 --- a/src/windows/installer-translations/hungarian.nsi +++ b/src/windows/installer-translations/hungarian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_HUNGARIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/icelandic.nsi b/src/windows/installer-translations/icelandic.nsi index f4d396ec8..9e75d7072 100644 --- a/src/windows/installer-translations/icelandic.nsi +++ b/src/windows/installer-translations/icelandic.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ICELANDIC} "qBittorrent (required)" diff --git a/src/windows/installer-translations/indonesian.nsi b/src/windows/installer-translations/indonesian.nsi index 3043f855a..f3d13e7d8 100644 --- a/src/windows/installer-translations/indonesian.nsi +++ b/src/windows/installer-translations/indonesian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_INDONESIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/irish.nsi b/src/windows/installer-translations/irish.nsi index 16f840f09..f8195f371 100644 --- a/src/windows/installer-translations/irish.nsi +++ b/src/windows/installer-translations/irish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_IRISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/italian.nsi b/src/windows/installer-translations/italian.nsi index 8ce29866a..fa4da3513 100644 --- a/src/windows/installer-translations/italian.nsi +++ b/src/windows/installer-translations/italian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ITALIAN} "qBittorrent (necessario)" diff --git a/src/windows/installer-translations/japanese.nsi b/src/windows/installer-translations/japanese.nsi index 73e16c2ca..bbfd2b237 100644 --- a/src/windows/installer-translations/japanese.nsi +++ b/src/windows/installer-translations/japanese.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_JAPANESE} "qBittorrent (required)" diff --git a/src/windows/installer-translations/korean.nsi b/src/windows/installer-translations/korean.nsi index 548033430..b727f7be3 100644 --- a/src/windows/installer-translations/korean.nsi +++ b/src/windows/installer-translations/korean.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_KOREAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/kurdish.nsi b/src/windows/installer-translations/kurdish.nsi index 71a156178..1f9942ba9 100644 --- a/src/windows/installer-translations/kurdish.nsi +++ b/src/windows/installer-translations/kurdish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_KURDISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/latvian.nsi b/src/windows/installer-translations/latvian.nsi index 550be33ba..5f51f2432 100644 --- a/src/windows/installer-translations/latvian.nsi +++ b/src/windows/installer-translations/latvian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_LATVIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/lithuanian.nsi b/src/windows/installer-translations/lithuanian.nsi index a9f068c2a..330d1057e 100644 --- a/src/windows/installer-translations/lithuanian.nsi +++ b/src/windows/installer-translations/lithuanian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_LITHUANIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/luxembourgish.nsi b/src/windows/installer-translations/luxembourgish.nsi index 995e588e7..5a0c93cd2 100644 --- a/src/windows/installer-translations/luxembourgish.nsi +++ b/src/windows/installer-translations/luxembourgish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_LUXEMBOURGISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/macedonian.nsi b/src/windows/installer-translations/macedonian.nsi index 30d1f13fa..c30b9badc 100644 --- a/src/windows/installer-translations/macedonian.nsi +++ b/src/windows/installer-translations/macedonian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_MACEDONIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/malay.nsi b/src/windows/installer-translations/malay.nsi index 78467b180..afcdb8f1a 100644 --- a/src/windows/installer-translations/malay.nsi +++ b/src/windows/installer-translations/malay.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_MALAY} "qBittorrent (required)" diff --git a/src/windows/installer-translations/mongolian.nsi b/src/windows/installer-translations/mongolian.nsi index b30daccf2..2ca26d51a 100644 --- a/src/windows/installer-translations/mongolian.nsi +++ b/src/windows/installer-translations/mongolian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_MONGOLIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/norwegian.nsi b/src/windows/installer-translations/norwegian.nsi index 2637b9316..0264b1c5e 100644 --- a/src/windows/installer-translations/norwegian.nsi +++ b/src/windows/installer-translations/norwegian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_NORWEGIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/norwegiannynorsk.nsi b/src/windows/installer-translations/norwegiannynorsk.nsi index 2b73998f6..128fecc50 100644 --- a/src/windows/installer-translations/norwegiannynorsk.nsi +++ b/src/windows/installer-translations/norwegiannynorsk.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_NORWEGIANNYNORSK} "qBittorrent (required)" diff --git a/src/windows/installer-translations/polish.nsi b/src/windows/installer-translations/polish.nsi index fda7e1e39..97719577a 100644 --- a/src/windows/installer-translations/polish.nsi +++ b/src/windows/installer-translations/polish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_POLISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/portuguese.nsi b/src/windows/installer-translations/portuguese.nsi index de3eca0fb..c725d9149 100644 --- a/src/windows/installer-translations/portuguese.nsi +++ b/src/windows/installer-translations/portuguese.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_PORTUGUESE} "qBittorrent (required)" diff --git a/src/windows/installer-translations/portugueseBR.nsi b/src/windows/installer-translations/portugueseBR.nsi index 1d67c1f64..d4a0ebe6e 100644 --- a/src/windows/installer-translations/portugueseBR.nsi +++ b/src/windows/installer-translations/portugueseBR.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_PORTUGUESEBR} "qBittorrent (required)" diff --git a/src/windows/installer-translations/romanian.nsi b/src/windows/installer-translations/romanian.nsi index c3514f648..1a4363206 100644 --- a/src/windows/installer-translations/romanian.nsi +++ b/src/windows/installer-translations/romanian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_ROMANIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/russian.nsi b/src/windows/installer-translations/russian.nsi index 349be6329..8ca830d46 100644 --- a/src/windows/installer-translations/russian.nsi +++ b/src/windows/installer-translations/russian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_RUSSIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/serbian.nsi b/src/windows/installer-translations/serbian.nsi index de966d1e1..574cd06ca 100644 --- a/src/windows/installer-translations/serbian.nsi +++ b/src/windows/installer-translations/serbian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SERBIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/serbianlatin.nsi b/src/windows/installer-translations/serbianlatin.nsi index ad2542781..203790eed 100644 --- a/src/windows/installer-translations/serbianlatin.nsi +++ b/src/windows/installer-translations/serbianlatin.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SERBIANLATIN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/simpchinese.nsi b/src/windows/installer-translations/simpchinese.nsi index e60833995..2253e1e18 100644 --- a/src/windows/installer-translations/simpchinese.nsi +++ b/src/windows/installer-translations/simpchinese.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SIMPCHINESE} "qBittorrent (required)" diff --git a/src/windows/installer-translations/slovak.nsi b/src/windows/installer-translations/slovak.nsi index 4ea28e174..f6039a353 100644 --- a/src/windows/installer-translations/slovak.nsi +++ b/src/windows/installer-translations/slovak.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SLOVAK} "qBittorrent (required)" diff --git a/src/windows/installer-translations/slovenian.nsi b/src/windows/installer-translations/slovenian.nsi index ee2d73903..cf9fba343 100644 --- a/src/windows/installer-translations/slovenian.nsi +++ b/src/windows/installer-translations/slovenian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SLOVENIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/spanish.nsi b/src/windows/installer-translations/spanish.nsi index 4c5ada0ef..1aeb124d4 100644 --- a/src/windows/installer-translations/spanish.nsi +++ b/src/windows/installer-translations/spanish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SPANISH} "qBittorrent (necesario)" diff --git a/src/windows/installer-translations/spanishinternational.nsi b/src/windows/installer-translations/spanishinternational.nsi index 16a69460c..14ca6bca1 100644 --- a/src/windows/installer-translations/spanishinternational.nsi +++ b/src/windows/installer-translations/spanishinternational.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SPANISHINTERNATIONAL} "qBittorrent (necesario)" diff --git a/src/windows/installer-translations/swedish.nsi b/src/windows/installer-translations/swedish.nsi index bfafd6b03..b9c038617 100644 --- a/src/windows/installer-translations/swedish.nsi +++ b/src/windows/installer-translations/swedish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_SWEDISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/thai.nsi b/src/windows/installer-translations/thai.nsi index 0a7f82563..59bd75106 100644 --- a/src/windows/installer-translations/thai.nsi +++ b/src/windows/installer-translations/thai.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_THAI} "qBittorrent (required)" diff --git a/src/windows/installer-translations/tradchinese.nsi b/src/windows/installer-translations/tradchinese.nsi index f8f38b7dd..d5748e80a 100644 --- a/src/windows/installer-translations/tradchinese.nsi +++ b/src/windows/installer-translations/tradchinese.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_TRADCHINESE} "qBittorrent (required)" diff --git a/src/windows/installer-translations/turkish.nsi b/src/windows/installer-translations/turkish.nsi index 0d74af8cf..04ab10fe8 100644 --- a/src/windows/installer-translations/turkish.nsi +++ b/src/windows/installer-translations/turkish.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_TURKISH} "qBittorrent (required)" diff --git a/src/windows/installer-translations/ukrainian.nsi b/src/windows/installer-translations/ukrainian.nsi index 843b5da73..17b8c737b 100644 --- a/src/windows/installer-translations/ukrainian.nsi +++ b/src/windows/installer-translations/ukrainian.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_UKRAINIAN} "qBittorrent (required)" diff --git a/src/windows/installer-translations/uzbek.nsi b/src/windows/installer-translations/uzbek.nsi index fa835e92f..ec16719cd 100644 --- a/src/windows/installer-translations/uzbek.nsi +++ b/src/windows/installer-translations/uzbek.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_UZBEK} "qBittorrent (required)" diff --git a/src/windows/installer-translations/welsh.nsi b/src/windows/installer-translations/welsh.nsi index d079faf7b..5bbbb6da7 100644 --- a/src/windows/installer-translations/welsh.nsi +++ b/src/windows/installer-translations/welsh.nsi @@ -1,4 +1,4 @@ -;Installer strings +;Installer strings ;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)" LangString inst_qbt_req ${LANG_WELSH} "qBittorrent (required)"