reactos/dll/win32/aclui/lang/zh-TW.rc
Chan Chilung 171a920680
[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.
2022-01-14 20:22:46 +03:00

40 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* PROJECT: ReactOS Access Control List Editor
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Chinese (Traditional) resource file
* TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
* Copyright 2021 Chan Chilung <eason066@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
IDD_SECPAGE DIALOGEX 0, 0, 227, 215
STYLE DS_SHELLFONT | WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "安全"
FONT 9, "新細明體", 0, 0, 0x0
BEGIN
LTEXT "群組或使用者名稱(&G)", -1, 7, 21, 105, 8
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 31, 213, 52, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
LTEXT "擁有者(&O)", -1, 7, 7, 49, 8
EDITTEXT IDC_OWNER, 63, 4, 156, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
PUSHBUTTON "新增(&D)...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14
PUSHBUTTON "移除(&R)", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14
LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX
LTEXT "允許", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
LTEXT "拒絕", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
LTEXT "對於特殊權限或進階設定,請按[進階]。", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
PUSHBUTTON "進階(&V)", IDC_ADVANCED, 165, 194, 55, 14
END
STRINGTABLE
BEGIN
IDS_PSP_TITLE "%1 的權限"
IDS_UNKNOWN "不明"
IDS_SPECIAL_PERMISSIONS "特殊權限"
IDS_PERMISSIONS_FOR "%1 的權限"
IDS_PERMISSIONS "權限"
IDS_USERDOMAINFORMAT "%1 (%2\\%3)"
IDS_USERFORMAT "%1"
END