Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
50d04d15
Commit
50d04d15
authored
Mar 12, 2011
by
Hwang YunSong
Committed by
Alexandre Julliard
Mar 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl.cpl: Update Korean resource.
parent
4a22a6a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
4 deletions
+26
-4
cpl_Ko.rc
dlls/inetcpl.cpl/cpl_Ko.rc
+26
-4
No files found.
dlls/inetcpl.cpl/cpl_Ko.rc
View file @
50d04d15
...
...
@@ -40,11 +40,33 @@ BEGIN
PUSHBUTTON "현재 페이지(&C)", IDC_HOME_CURRENT, 58, 36, 80, 14
PUSHBUTTON "기본 페이지(&D)", IDC_HOME_DEFAULT, 144, 36, 80, 14
PUSHBUTTON "빈 페이지(&B)", IDC_HOME_BLANK, 230, 36, 80, 14
GROUPBOX "
Browsing history
", IDC_STATIC, 4, 60, 312, 46
LTEXT "
You can delete cached pages, cookies and other data
.",
GROUPBOX "
방문 기록
", IDC_STATIC, 4, 60, 312, 46
LTEXT "
당신은 캐시된 페이지,쿠키나 다른 데이터를 지울 수 있습니다
.",
IDC_STATIC, 58, 72, 252, 10
PUSHBUTTON "Delete &files...", IDC_HISTORY_DELETE, 144, 86, 80, 14
PUSHBUTTON "&Settings...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
PUSHBUTTON "파일들 지우기(&F)...", IDC_HISTORY_DELETE, 144, 86, 80, 14
PUSHBUTTON "설정(&S)...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
END
/* "Delete browsing history" dialog */
IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "방문 기록 지우기"
BEGIN
AUTOCHECKBOX "임시 인터넷 파일\n웹페이지의 캐시된 복사본,그림 그리고 인증서.",
IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "쿠키\n이 파일은 웹사이트에 위해 사용자 환경설정이나 로그인 정보같은 것을 당신의 컴퓨터에 저장하는데 사용됩니다. .",
IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "방문기록\n당신이 방문한 웹사이트의 목록.",
IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "폼 정보\n당신이 정보 폼에 입력한 사용자 이름과 다른 정보.",
IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "암호\n당신이 폼에 입력한 저장된 암호.",
IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
DEFPUSHBUTTON "취소", IDCANCEL, 185, 230, 60, 15, WS_GROUP
PUSHBUTTON "지우기", IDOK, 120, 230, 60, 15, WS_GROUP
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment