From 4dced59f7c7f40fc0dc79149ee7ac17a58a9b822 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Apr 2015 09:59:27 +0200 Subject: [PATCH] Translations: move Turkish translation file into correct directory --- installer/Turkish.nsh | 9 --------- installer/translations/Turkish.nsh | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 installer/Turkish.nsh diff --git a/installer/Turkish.nsh b/installer/Turkish.nsh deleted file mode 100644 index b153df952..000000000 --- a/installer/Turkish.nsh +++ /dev/null @@ -1,9 +0,0 @@ -!define LANG "Turkish" -!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Masaüstüne bir kısayol yerleştirilsin mi?" -!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) başarılı olarak kaldırıldı." -!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Gerçekten $(^Name) uygulamasını ve tüm bileşenlerini kaldırmak istiyor musunuz?" -!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "GKA tarafından oluşturulan iş dosyaları da silinsin mi?" - -# Local Variables: -# mode: nsi -# End: diff --git a/installer/translations/Turkish.nsh b/installer/translations/Turkish.nsh index 9bb62f4a8..b153df952 100644 --- a/installer/translations/Turkish.nsh +++ b/installer/translations/Turkish.nsh @@ -1,8 +1,8 @@ !define LANG "Turkish" -!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Should a shortcut be placed on the desktop?" -!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) was successfully uninstalled." -!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Do you really want to remove $(^Name) and all of its components?" -!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Should job files created by the GUI be deleted as well?" +!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Masaüstüne bir kısayol yerleştirilsin mi?" +!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) başarılı olarak kaldırıldı." +!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Gerçekten $(^Name) uygulamasını ve tüm bileşenlerini kaldırmak istiyor musunuz?" +!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "GKA tarafından oluşturulan iş dosyaları da silinsin mi?" # Local Variables: # mode: nsi