Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-08-06 18:35:21 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-08-06 18:36:53 +0300
commit5657d4ec1b41acd5139da54b4e186dc014da1454 (patch)
treef8e54650c600a3fe11b1d575088c519b0cd36545 /cmake/modules/NSIS.template.in
parent4b9352f29135b91128d73706daca25583731fb48 (diff)
NSIS: Remove (almost untranslated) Slovak tr for now
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 25d424b33..7f02a41e3 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -176,7 +176,6 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
StrCmp $LANGUAGE ${LANG_GREEK} Greek 0
StrCmp $LANGUAGE ${LANG_BASQUE} Basque 0
StrCmp $LANGUAGE ${LANG_GALICIAN} Galician 0
- StrCmp $LANGUAGE ${LANG_SLOVAC} Slovak 0
StrCmp $LANGUAGE ${LANG_POLISH} Polish 0
StrCmp $LANGUAGE ${LANG_TURKISH} Turkish 0
StrCmp $LANGUAGE ${LANG_NORWEGIAN} Norwegian 0
@@ -214,9 +213,6 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
Galician:
!include "${source_path}/admin/win/nsi/l10n\Galician.nsh"
Goto EndLanguageCmp
- Slovak:
- !include "${source_path}/admin/win/nsi/l10n\Slovak.nsh"
- Goto EndLanguageCmp
Polish:
!include "${source_path}/admin/win/nsi/l10n\Polish.nsh"
Goto EndLanguageCmp