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
d337991f
Commit
d337991f
authored
Jul 26, 2006
by
Hwang YunSong(황윤성)
Committed by
Alexandre Julliard
Jul 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winefile: Updated Korean resource.
parent
5d67651a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
11 deletions
+36
-11
Ko.rc
programs/winefile/Ko.rc
+36
-11
No files found.
programs/winefile/Ko.rc
View file @
d337991f
...
...
@@ -34,18 +34,18 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM "복사(&C)...\tF8", ID_FILE_COPY
MENUITEM "클립보드로(&I)...\tF9", 118
MENUITEM "지우기(&D)\tDel", ID_FILE_DELETE
MENUITEM "이름바꾸기(&
n
)...", 109
MENUITEM "속성(&
i
)...\tAlt+Enter", ID_EDIT_PROPERTIES
MENUITEM "이름바꾸기(&
N
)...", 109
MENUITEM "속성(&
I
)...\tAlt+Enter", ID_EDIT_PROPERTIES
MENUITEM SEPARATOR
MENUITEM "압축(&
o
)...", 119
MENUITEM "압축 풀기(&
o
)...", 120
MENUITEM "압축(&
O
)...", 119
MENUITEM "압축 풀기(&
O
)...", 120
MENUITEM SEPARATOR
MENUITEM "실행(&R)...", ID_EXECUTE
MENUITEM "인쇄(&P)...", 102
MENUITEM "연결...", 103
MENUITEM SEPARATOR
MENUITEM "디렉토리 만들기(&
e
)...", 111
MENUITEM "찾기(&
h
)...", 104
MENUITEM "디렉토리 만들기(&
E
)...", 111
MENUITEM "찾기(&
H
)...", 104
MENUITEM "파일 선택(&S)...", 116
MENUITEM SEPARATOR
#ifndef _NO_EXTENSIONS
...
...
@@ -73,10 +73,10 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM "드라이브 선택(&S)...", 251
}
POPUP "디렉토리(&
r
)" {
POPUP "디렉토리(&
R
)" {
MENUITEM "다음 단계(&N)\t+", 301
MENUITEM "트리 확장(&T)\t*", 302
MENUITEM "모두 확장(&
a
)\tStrg+*", 303
MENUITEM "모두 확장(&
A
)\tStrg+*", 303
MENUITEM "트리 정리(&T)\t-", 304
MENUITEM SEPARATOR
MENUITEM "하위 체크(&M)", 505
...
...
@@ -188,7 +188,7 @@ BEGIN
BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
CONTROL "풀그림(&P)",IDC_VIEW_TYPE_PROGRAMS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
CONTROL "문서파일(&
m
)",IDC_VIEW_TYPE_DOCUMENTS,"Button",
CONTROL "문서파일(&
M
)",IDC_VIEW_TYPE_DOCUMENTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
CONTROL "다른 파일(&O)",IDC_VIEW_TYPE_OTHERS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
...
...
@@ -213,13 +213,13 @@ BEGIN
EDITTEXT IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
LTEXT "버젼:",-1,7,40,59,9
EDITTEXT IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
LTEXT "저작권(&
y
):",-1,7,51,59,9
LTEXT "저작권(&
Y
):",-1,7,51,59,9
EDITTEXT IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
LTEXT "크기:",-1,7,62,59,9
EDITTEXT IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
GROUPBOX "속성",-1,7,79,158,46
CONTROL "읽기 전용(&R)",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
CONTROL "숨김(&
i
)",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
CONTROL "숨김(&
I
)",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
CONTROL "아카이브(&A)",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
CONTROL "시스템(&S)",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
CONTROL "압축(&C)",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
...
...
@@ -263,3 +263,28 @@ STRINGTABLE
IDS_FREE_SPACE_FMT "%s of %s 사용가능"
}
STRINGTABLE
{
IDS_LICENSE_CAPTION, "라이센"
IDS_LICENSE,
"This library is free software; you can redistribute it and/or \
modify it under the terms of the GNU Lesser General Public \
License as published by the Free Software Foundation; either \
version 2.1 of the License, or (at your option) any later version.\n\
This library is distributed in the hope that it will be useful, \
but WITHOUT ANY WARRANTY; without even the implied warranty of \
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
Lesser General Public License for more details.\n\
You should have received a copy of the GNU Lesser General Public \
License along with this library; if not, write to the Free Software \
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
IDS_WARRANTY_CAPTION, "보증 없음"
IDS_WARRANTY,
"This library is distributed in the hope that it will be useful, \
but WITHOUT ANY WARRANTY; without even the implied warranty of \
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
Lesser General Public License for more details."
}
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