[UXTHEME] Add Turkish (tr-TR) translation (#7307)

Matches Turkish translation in the desk.cpl applet, except one string
that I borrowed from Windows 7 with Turkish localization.

Updated the latter in desk.cpl as well.
This commit is contained in:
Ethem De Santa 2024-09-07 19:36:27 +03:00 committed by GitHub
parent 6ca6088f2c
commit 0ff8271cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 1 deletions

View file

@ -277,7 +277,7 @@ BEGIN
IDS_INACTWIN "Pasif Pencere"
IDS_ACTWIN "Etkin Pencere"
IDS_WINTEXT "Pencere Metni"
IDS_MESSBOX "İleti Penceresi"
IDS_MESSBOX "İleti Kutusu"
IDS_MESSTEXT "İleti Metni"
IDS_BUTTEXT "Tamam"
IDS_CLASSIC_THEME "Klasik Tema"

View file

@ -0,0 +1,19 @@
/*
* PROJECT: ReactOS uxtheme.dll
* 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
/* Strings */
STRINGTABLE
BEGIN
IDS_MESSAGEBOX "İleti Kutusu"
IDS_ACTIVEWIN "Etkin Pencere"
IDS_INACTIVEWIN "Pasif Pencere"
IDS_OK "Tamam"
IDS_WINTEXT "Pencere Metni"
END

View file

@ -34,6 +34,9 @@
#ifdef LANGUAGE_SK_SK
#include "lang/sk-SK.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/uk-UA.rc"
#endif