reactos/reactos/dll/win32/userenv/lang/th-TH.rc
Hermès Bélusca-Maïto c24dcb3ff2 [USERENV]
- Split the huge "InitializeProfiles" function into itself and a helper "CreateStandardProfile", the latter is called to set up the "Default User" and "All Users" profile directories & registry settings.
- Use StringSafe functions where needed.
- Some of the shell registry values (the multimedia ones in particular) and the Fonts folder path, are not set by userenv.dll but are set by shell32.dll when it is registered during 2nd stage setup.

[SHELL32]: The above-mentioned shell reg vals are already there, but few have different translations than the ones that were in userenv. Translators, please review & fix if needed!

[SYSSETUP]: It is syssetup.dll which sets up the 'Program Files' & 'Common Files' directories & registry values at 2nd stage setup, as done on Windows' setup. Move the code that did this from our userenv to syssetup.

svn path=/trunk/; revision=73518
2017-01-10 15:28:49 +00:00

25 lines
1.4 KiB
Plaintext

LANGUAGE LANG_THAI, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_PROFILEPATH "%SystemDrive%\\เอกสารและการตั้งค่า"
IDS_APPDATA "ข้อมูลประยุกต์"
IDS_DESKTOP "พื้นที่ส่วนตัว"
IDS_FAVORITES "รายการโปรด"
IDS_MYDOCUMENTS "เอกสารของฉัน"
IDS_NETHOOD "ส่วนต้นเครือข่าย"
IDS_PRINTHOOD "ส่วนต้นการพิมพ์"
IDS_RECENT "ล่าสุด"
IDS_SENDTO "ส่งไปยัง"
IDS_TEMPLATES "แม่แบบ"
IDS_STARTMENU "เริ่มรายการ"
IDS_PROGRAMS "เริ่มรายการ\\โปรแกรม"
IDS_STARTUP "เริ่มรายการ\\โปรแกรม\\เริ่มต้น"
IDS_LOCALSETTINGS "การตั้งค่าตั้งต้น"
IDS_LOCALAPPDATA "การตั้งค่าตั้งต้น\\ข้อมูลประยุกต์"
IDS_TEMP "การตั้งค่าตั้งต้น\\เก็บชั่วคราว"
IDS_CACHE "การตั้งค่าตั้งต้น\\เก็บไฟล์อินเตอร์เน็ตชั่วคราว"
IDS_HISTORY "การตั้งค่าตั้งต้น\\ประวัติใช้งาน"
IDS_COOKIES "คุกกี้"
END