History log of /reactos/dll/cpl/input/lang/zh-TW.rc (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 80c4856b 19-Nov-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[INPUT] Implement advanced settings (#5864)

Allow the user to turn off "Advanced Text Service".
[HKEY_CURRENT_USER\Software\Microsoft\CTF]
"Disable Thread Input Manager"=dword:00000001
Implement

[INPUT] Implement advanced settings (#5864)

Allow the user to turn off "Advanced Text Service".
[HKEY_CURRENT_USER\Software\Microsoft\CTF]
"Disable Thread Input Manager"=dword:00000001
Implement AdvancedSettingsPageProc procedure.
Modify IDS_REBOOT_NOW resource string.
CORE-19268

show more ...


# 30bc0b6b 11-May-2023 Jose Carlos Jesus <zecarlos1957@hotmail.com>

[CPL:INPUT] Fix "Dvorak" typo in all .rc files (#5277)

CORE-18843


# 4d9026c8 29-Oct-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CPL:INPUT] Return TRUE against WM_INITDIALOG and add WS_TABSTOP

This affects control focus.


# 5f4bb73e 28-Sep-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CPL][INPUT] Make the ListView a TreeView (#4726)

- Make the list a TreeView.
- Modify IDD_PROPPAGESETTINGS resource dialog for UI compatibility.


# 171a9206 14-Jan-2022 Chan Chilung <eason066@gmail.com>

[TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154)

- Added translation for:
- [W32TIME]
- [MODE]
- [TIMEOUT]
- [MODEMUI]
- [ARPING]
- [FRAGINATOR]
- and more

[TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154)

- Added translation for:
- [W32TIME]
- [MODE]
- [TIMEOUT]
- [MODEMUI]
- [ARPING]
- [FRAGINATOR]
- and more
- Updated existing translation
- [WINNLS] Update cht (zh-TW) and zhh (zh-HK)
- [DOC] Update rules in Chinese translation notes.txt
- Wine translation sync

Some of the punctuation use in WIne has been converted to half-width,
so the punctuation will no longer synced.

show more ...


Revision tags: 0.4.14-release
# c1c59624 10-Oct-2021 Chan Chilung <eason066@gmail.com>

[TRANSLATION] Chinese Traditional (zh-TW) translation update (#4039)


# 463784c5 10-Oct-2021 Chan Chilung <eason066@gmail.com>

[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3954)

Also sync LOCALMON/UI translation with Wine.


# 6a31fe6c 09-Mar-2021 Chan Chilung <eason066@gmail.com>

[TRANSLATION][INF] Update Chinese Traditional (zh-TW) translation (#3468)

- Add / improve Chinese Traditional Translations for INFs.

- Name changing (removed Aobi in my name)

Add Chinese Tradi

[TRANSLATION][INF] Update Chinese Traditional (zh-TW) translation (#3468)

- Add / improve Chinese Traditional Translations for INFs.

- Name changing (removed Aobi in my name)

Add Chinese Traditional translation for:
- cmdutils/at
- cmdutils/comp
- hotplug.cpl
- rosapps' sysutils/ctm

Chinese Traditional (zh-TW) translation update for:
- cmdutils/find
- cmdutils/help
- cmdutils/label
- cmdutils/whoami
- mspaint
- shutdown
- taskmgr
- diskpart
- format
- appwiz.cpl
- input.cpl
- powercfg.cpl
- shimgvw
- user32

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# 8b67edd8 30-Jul-2019 Joachim Henze <Joachim.Henze@reactos.org>

[INPUT][INTL][SYSSETUP] Limit Combobox height CORE-16252

v6 comboboxes default to displaying up to 30entries and
give a bad user experience in 2nd stage
where we usually have low vertical screen res

[INPUT][INTL][SYSSETUP] Limit Combobox height CORE-16252

v6 comboboxes default to displaying up to 30entries and
give a bad user experience in 2nd stage
where we usually have low vertical screen resolution.
Therefore limit the height of the expanded boxes to
bring us close to how they were drawn before 0.4.12-dev-882-g
e3e173ffaafbccb0e9b52926d41626d5a4dc38cd

Adding CBS_NOINTEGRALHEIGHT gives similar result for both:
comctl32 v5 and v6 comboboxes.

show more ...


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release
# 0a3f6f3b 25-Dec-2018 Luo Yufan <njlyf2011@hotmail.com>

[TRANSLATION] Update Chinese translation. (#1187)

[REG][REACTOS][EXPLORER][APPWIZ][CONSOLE][INETCPL][INPUT]
[INTL][OPENGLCFG][TIMEDATE][DEVCPUX][COMCTL32][COMDLG32]
[MSGINA][NETCFGX][NETID][SETUPA

[TRANSLATION] Update Chinese translation. (#1187)

[REG][REACTOS][EXPLORER][APPWIZ][CONSOLE][INETCPL][INPUT]
[INTL][OPENGLCFG][TIMEDATE][DEVCPUX][COMCTL32][COMDLG32]
[MSGINA][NETCFGX][NETID][SETUPAPI][SHELL32][SYSSETUP]
Update Simplified and Traditional Chinese translations.

show more ...


Revision tags: 0.4.11-RC, 0.4.12-dev, 0.4.10-release
# 8a333e68 15-Sep-2018 Ștefan Fulea <stefan.fulea@mail.com>

[CPL:INPUT] Update Input's existing localized information. (#861)

Update the name of the Romanian Keyboard layout in localized
resources by renaming the existing one as legacy and adding
the new one

[CPL:INPUT] Update Input's existing localized information. (#861)

Update the name of the Romanian Keyboard layout in localized
resources by renaming the existing one as legacy and adding
the new one as standard.

Use the same resource string ID as the one used in input.cpl from
later versions of Windows that do have kbdrost.
This improves the Windows binary compatibility of kbrost's setup.

CORE-15056

show more ...


Revision tags: 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# 2b91b296 26-Dec-2017 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CPL] Control Panel Applets: Use correct font name in Chinese resources, CORE-9566 (#220).

Localized resources should use the correct Chinese font names compatible with Windows.


Revision tags: 0.4.7-release, v0.4.7
# 3dbd44fd 13-Nov-2017 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

input: Overwrite font substitutes settings on lang change


Revision tags: 0.4.8-dev, 0.4.7-rc1
# c2c66aff 03-Oct-2017 Colin Finck <colin@reactos.org>

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.


Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718
# 321bcc05 24-Apr-2016 Pierre Schweitzer <pierre@reactos.org>

Create the AHCI branch for Aman's work

svn path=/branches/GSoC_2016/AHCI/; revision=71203