[MSCTFIME] Add Turkish (tr-TR) translation (#7381)

This commit is contained in:
Ethem De Santa 2024-09-28 22:24:09 +03:00 committed by GitHub
parent dbda7ab66f
commit 17be785eef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,23 @@
/*
* PROJECT: ReactOS msctfime.ime
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Turkish resource file
* TRANSLATOR: Copyright 2024 Ethem De Santa (scropool) <oyunyumru4@gmail.com>
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_OK "Tamam"
IDS_CANCEL "İptal"
IDS_ABORT "&Durdur"
IDS_RETRY "&Yeniden Dene"
IDS_IGNORE "Y&oksay"
IDS_YES "&Evet"
IDS_NO "&Hayır"
IDS_ENTER "Gir"
IDS_FINALIZE_STRING "Dizeyi Sonlandır"
IDS_CONVERSION "Dönüştür"
END

View file

@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
#ifdef LANGUAGE_PT_PT
#include "lang/pt-PT.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif