mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[TRANSLATIONS] Update and add Turkish translations (#455)
- Added Turkish translations for winetests/GUI and localmon. - Modified Turkish translations for usersrv, user32, localmon, logon, 3dtext, kbswitch, winemine, spider, solitarie, clipbrd and charmap_new.
This commit is contained in:
parent
a1e061499f
commit
8c2e91897a
14 changed files with 122 additions and 60 deletions
9
win32ss/printing/monitors/localmon/lang/tr-TR.rc
Normal file
9
win32ss/printing/monitors/localmon/lang/tr-TR.rc
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* TRANSLATORS: 2018 Ercan Ersoy (ercanersoy) (ercanersoy [at] ercanersoy [dot] net) */
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_LOCAL_PORT "Yerel Port"
|
||||
IDS_LOCAL_MONITOR "Yerel Monitor"
|
||||
END
|
|
@ -36,3 +36,6 @@
|
|||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_TR_TR
|
||||
#include "lang/tr-TR.rc"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue