comparison nsis/lang/turkish.nsi @ 34670:879a61a9aa07

NSIS: Possibility to include translated license and README.txt files (#14311) Commit: https://github.com/vim/vim/commit/74a23318467aecbb8e21535c6e8a27a257a0a14a Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Thu Mar 28 09:19:44 2024 +0000 NSIS: Possibility to include translated license and README.txt files (https://github.com/vim/vim/issues/14311) * NSIS: Possibility to include translated license and README.txt files * fixed a missing semicolon * Disable always show dialog choice language Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:30:03 +0100
parents 645722244c3f
children
comparison
equal deleted inserted replaced
34669:fe206762c077 34670:879a61a9aa07
1 # vi:set ts=8 sts=4 sw=4 et fdm=marker:
2 #
1 # turkish.nsi: Turkish language strings for gvim NSIS installer. 3 # turkish.nsi: Turkish language strings for gvim NSIS installer.
4 #
5 # Locale ID : 1055
6 # Locale Name : tr
2 # fileencoding : UTF-8 7 # fileencoding : UTF-8
3 # Author : Emir SARI 8 # Author : Emir SARI
4 9
5 !insertmacro MUI_LANGUAGE "Turkish" 10 !insertmacro MUI_LANGUAGE "Turkish"
6 11
8 # These strings should be always English. Otherwise dosinst.c fails. 13 # These strings should be always English. Otherwise dosinst.c fails.
9 LangString ^SetupCaption ${LANG_TURKISH} \ 14 LangString ^SetupCaption ${LANG_TURKISH} \
10 "$(^Name) Setup" 15 "$(^Name) Setup"
11 LangString ^UninstallCaption ${LANG_TURKISH} \ 16 LangString ^UninstallCaption ${LANG_TURKISH} \
12 "$(^Name) Uninstall" 17 "$(^Name) Uninstall"
18
19 ##############################################################################
20 # Translated license file for the license page {{{1
21 ##############################################################################
22
23 LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
24 #LicenseLangString page_lic_file ${LANG_TURKISH} "${VIMRT}\doc\uganda.nsis.trx"
25
26 ##############################################################################
27 # Translated README.txt file, which is opened after installation {{{1
28 ##############################################################################
29
30 LangString vim_readme_file 0 "README.txt"
31 #LangString vim_readme_file ${LANG_TURKISH} "README.trx.txt"
32
33 ##############################################################################
13 34
14 LangString str_show_readme ${LANG_TURKISH} \ 35 LangString str_show_readme ${LANG_TURKISH} \
15 "Kurulum bittikten sonra README dosyasını aç" 36 "Kurulum bittikten sonra README dosyasını aç"
16 37
17 # Install types: 38 # Install types: