summaryrefslogtreecommitdiffstats
path: root/nsis/lang/greek.nsi
diff options
context:
space:
mode:
authorRestorer <69863286+RestorerZ@users.noreply.github.com>2024-03-28 09:19:44 +0000
committerGitHub <noreply@github.com>2024-03-28 10:19:44 +0100
commit74a23318467aecbb8e21535c6e8a27a257a0a14a (patch)
tree18aa3df1fbf7bef9e50a25f9a26e0b0da159713a /nsis/lang/greek.nsi
parentb75825f749cf87feb9ae8e7e5327bd2efe707c86 (diff)
NSIS: Possibility to include translated license and README.txt files (#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>
Diffstat (limited to 'nsis/lang/greek.nsi')
-rw-r--r--nsis/lang/greek.nsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/nsis/lang/greek.nsi b/nsis/lang/greek.nsi
index 5175dd5d62..b92d3f326b 100644
--- a/nsis/lang/greek.nsi
+++ b/nsis/lang/greek.nsi
@@ -3,6 +3,7 @@
# greek.nsi: Greek language strings for gvim NSIS installer.
#
# Locale ID : 1032
+# Locale Name : el
# fileencoding : UTF-8
# Author : Christos Longros
@@ -17,6 +18,20 @@ LangString ^UninstallCaption ${LANG_GREEK} \
"$(^Name) Uninstall"
##############################################################################
+# Translated license file for the license page {{{1
+##############################################################################
+
+LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
+#LicenseLangString page_lic_file ${LANG_GREEK} "${VIMRT}\doc\uganda.nsis.elx"
+
+##############################################################################
+# Translated README.txt file, which is opened after installation {{{1
+##############################################################################
+
+LangString vim_readme_file 0 "README.txt"
+#LangString vim_readme_file ${LANG_GREEK} "README.elx.txt"
+
+##############################################################################
# MUI Configuration Strings {{{1
##############################################################################