Translations: move Turkish translation file into correct directory

This commit is contained in:
Moritz Bunkus 2015-04-30 09:59:27 +02:00
parent c2b6313052
commit 4dced59f7c
2 changed files with 4 additions and 13 deletions

View File

@ -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:

View File

@ -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