Module: wine
Branch: refs/heads/master
Commit: d337991fb5de207b3e57a0d83435006b20058be6
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d337991fb5de207b3e57a0d…
Author: Hwang YunSong(황윤성) <hys545(a)dreamwiz.com>
Date: Wed Jul 26 08:47:32 2006 +0900
winefile: Updated Korean resource.
---
programs/winefile/Ko.rc | 47 ++++++++++++++++++++++++++++++++++++-----------
1 files changed, 36 insertions(+), 11 deletions(-)
diff --git a/programs/winefile/Ko.rc b/programs/winefile/Ko.rc
index 08be016..1518986 100644
--- a/programs/winefile/Ko.rc
+++ b/programs/winefile/Ko.rc
@@ -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 @@ #endif
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."
+}