[MSCTFIME] Add Turkish (tr-TR) translation (#7381)
authorEthem De Santa <oyunyumru4@gmail.com>
Sat, 28 Sep 2024 19:24:09 +0000 (22:24 +0300)
committerGitHub <noreply@github.com>
Sat, 28 Sep 2024 19:24:09 +0000 (21:24 +0200)
dll/ime/msctfime/lang/tr-TR.rc [new file with mode: 0644]
dll/ime/msctfime/msctfime.rc

diff --git a/dll/ime/msctfime/lang/tr-TR.rc b/dll/ime/msctfime/lang/tr-TR.rc
new file mode 100644 (file)
index 0000000..540fc76
--- /dev/null
@@ -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
index c8c1b6c..f393606 100644 (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