mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
[MSCTFIME] Add Turkish (tr-TR) translation (#7381)
This commit is contained in:
parent
dbda7ab66f
commit
17be785eef
23
dll/ime/msctfime/lang/tr-TR.rc
Normal file
23
dll/ime/msctfime/lang/tr-TR.rc
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue