[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:
Ercan Ersoy 2018-04-01 20:27:08 +03:00 committed by Hermès BÉLUSCA - MAÏTO
parent a1e061499f
commit 8c2e91897a
14 changed files with 122 additions and 60 deletions

View 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

View file

@ -36,3 +36,6 @@
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif