File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
33
33
#ifdef LANGUAGE_PT_PT
34
34
#include "lang/pt-PT.rc"
35
35
#endif
36
+ #ifdef LANGUAGE_TR_TR
37
+ #include "lang/tr-TR.rc"
38
+ #endif
36
39
#ifdef LANGUAGE_RU_RU
37
40
#include "lang/ru-RU.rc"
38
41
#endif
You can’t perform that action at this time.
0 commit comments