Skip to content

Commit 17be785

Browse files
author
Ethem De Santa
authored
[MSCTFIME] Add Turkish (tr-TR) translation (reactos#7381)
1 parent dbda7ab commit 17be785

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

dll/ime/msctfime/lang/tr-TR.rc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* PROJECT: ReactOS msctfime.ime
3+
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4+
* PURPOSE: Turkish resource file
5+
* TRANSLATOR: Copyright 2024 Ethem De Santa (scropool) <[email protected]>
6+
*/
7+
8+
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
9+
10+
STRINGTABLE
11+
BEGIN
12+
IDS_OK "Tamam"
13+
IDS_CANCEL "İptal"
14+
IDS_ABORT "&Durdur"
15+
IDS_RETRY "&Yeniden Dene"
16+
IDS_IGNORE "Y&oksay"
17+
IDS_YES "&Evet"
18+
IDS_NO "&Hayır"
19+
20+
IDS_ENTER "Gir"
21+
IDS_FINALIZE_STRING "Dizeyi Sonlandır"
22+
IDS_CONVERSION "Dönüştür"
23+
END

dll/ime/msctfime/msctfime.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
3333
#ifdef LANGUAGE_PT_PT
3434
#include "lang/pt-PT.rc"
3535
#endif
36+
#ifdef LANGUAGE_TR_TR
37+
#include "lang/tr-TR.rc"
38+
#endif
3639
#ifdef LANGUAGE_RU_RU
3740
#include "lang/ru-RU.rc"
3841
#endif

0 commit comments

Comments
 (0)