From 58d6722e7a88555452e34fcfe12c8ab325ec5ee3 Mon Sep 17 00:00:00 2001 From: YunSong Hwang Date: Fri, 11 Nov 2005 10:55:09 +0000 Subject: [PATCH] Add Korean translations. --- dlls/hhctrl.ocx/Ko.rc | 59 ++++++++++++++++++++++++++++++++++++ dlls/hhctrl.ocx/hhctrl.rc | 1 + dlls/msacm/msacm.rc | 1 + dlls/msacm/msacm_Ko.rc | 56 ++++++++++++++++++++++++++++++++++ dlls/msrle32/msrle_Ko.rc | 28 +++++++++++++++++ dlls/msrle32/rsrc.rc | 1 + dlls/oleaut32/oleaut32.rc | 1 + dlls/oleaut32/oleaut32_Ko.rc | 31 +++++++++++++++++++ dlls/setupapi/Ko.rc | 34 +++++++++++++++++++++ dlls/setupapi/setupapi.rc | 1 + dlls/shlwapi/shlwapi.rc | 1 + dlls/shlwapi/shlwapi_Ko.rc | 35 +++++++++++++++++++++ dlls/wininet/rsrc.rc | 1 + dlls/wininet/wininet_Ko.rc | 44 +++++++++++++++++++++++++++ 14 files changed, 294 insertions(+) create mode 100644 dlls/hhctrl.ocx/Ko.rc create mode 100644 dlls/msacm/msacm_Ko.rc create mode 100644 dlls/msrle32/msrle_Ko.rc create mode 100644 dlls/oleaut32/oleaut32_Ko.rc create mode 100644 dlls/setupapi/Ko.rc create mode 100644 dlls/shlwapi/shlwapi_Ko.rc create mode 100644 dlls/wininet/wininet_Ko.rc diff --git a/dlls/hhctrl.ocx/Ko.rc b/dlls/hhctrl.ocx/Ko.rc new file mode 100644 index 00000000000..40a097cc13c --- /dev/null +++ b/dlls/hhctrl.ocx/Ko.rc @@ -0,0 +1,59 @@ +/* + * HTML Help resources + * English Language Support + * + * Copyright 2005 James Hawkins + * Copyright 2005 YunSong Hwang + + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE +BEGIN + IDS_CONTENTS "¸ñ·Ï(&C)" + IDS_INDEX "À妽º(&N)" + IDS_SEARCH "ã±â(&S)" + IDS_FAVORITES "Áñ°Üã±â(&I)" +END + +STRINGTABLE +BEGIN + IDTB_EXPAND "º¸¿©ÁÖ±â" + IDTB_CONTRACT "¼û±â±â" + IDTB_STOP "Á¤Áö" + IDTB_REFRESH "»õ·Î °íħ" + IDTB_BACK "µÚ·Î" + IDTB_HOME "Ȩ" + IDTB_SYNC "µ¿±âÈ­" + IDTB_PRINT "Àμâ" + IDTB_OPTIONS "¿É¼Ç" + IDTB_FORWARD "¾ÕÀ¸·Î" + IDTB_NOTES "IDTB_NOTES" + IDTB_BROWSE_FWD "IDTB_BROWSE_FWD" + IDTB_BROWSE_BACK "IDT_BROWSE_BACK" + IDTB_CONTENTS "IDTB_CONTENTS" + IDTB_INDEX "IDTB_INDEX" + IDTB_SEARCH "IDTB_SEARCH" + IDTB_HISTORY "IDTB_HISTORY" + IDTB_FAVORITES "IDTB_FAVORITES" + IDTB_JUMP1 "Jump1" + IDTB_JUMP2 "Jump2" + IDTB_CUSTOMIZE "»ç¿ëÀÚÁ¤ÀÇ" + IDTB_ZOOM "È®´ë" + IDTB_TOC_NEXT "IDTB_TOC_NEXT" + IDTB_TOC_PREV "IDTB_TOC_PREV" +END diff --git a/dlls/hhctrl.ocx/hhctrl.rc b/dlls/hhctrl.ocx/hhctrl.rc index 0d4e7c288c1..05337b1bb72 100644 --- a/dlls/hhctrl.ocx/hhctrl.rc +++ b/dlls/hhctrl.ocx/hhctrl.rc @@ -33,4 +33,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "De.rc" #include "En.rc" #include "Fi.rc" +#include "Ko.rc" #include "No.rc" diff --git a/dlls/msacm/msacm.rc b/dlls/msacm/msacm.rc index f2172c68b9d..de545b3ade5 100644 --- a/dlls/msacm/msacm.rc +++ b/dlls/msacm/msacm.rc @@ -30,6 +30,7 @@ #include "msacm_Fr.rc" #include "msacm_It.rc" #include "msacm_Ja.rc" +#include "msacm_Ko.rc" #include "msacm_Nl.rc" #include "msacm_No.rc" #include "msacm_Pl.rc" diff --git a/dlls/msacm/msacm_Ko.rc b/dlls/msacm/msacm_Ko.rc new file mode 100644 index 00000000000..28c1f70b14f --- /dev/null +++ b/dlls/msacm/msacm_Ko.rc @@ -0,0 +1,56 @@ +/* + * Korean resource file for MS ACM + * + * Copyright 2005 YunSong Hwang + * + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100 +STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "»ç¿îµå ¼±ÅÃ" +FONT 8, "MS Shell Dlg" +BEGIN + + LTEXT "À̸§(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP + + COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60, + CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP + + PUSHBUTTON "´Ù¸¥ À̸§À¸·Î ÀúÀå(&S)...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14 + PUSHBUTTON "Á¦°Å(&R)", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14 + + LTEXT "Çü½Ä(&F):", -1, 5, 41, 44, 8, NOT WS_GROUP + + COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60, + CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP + + LTEXT "¼Ó¼º(&A):", -1, 5, 59, 44, 8, NOT WS_GROUP + +#if 0 + COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60, + CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP | + CBS_OWNERDRAWFIXED | CBS_HASSTRINGS +#else + COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60, + CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP +#endif + DEFPUSHBUTTON "È®ÀÎ", IDOK, 48, 80, 40, 14 + PUSHBUTTON "Ãë¼Ò", IDCANCEL, 92, 80, 40, 14 + PUSHBUTTON "µµ¿ò¸»(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14 + +END diff --git a/dlls/msrle32/msrle_Ko.rc b/dlls/msrle32/msrle_Ko.rc new file mode 100644 index 00000000000..c015743f4a3 --- /dev/null +++ b/dlls/msrle32/msrle_Ko.rc @@ -0,0 +1,28 @@ +/* + * Korean resource file for MS-RLE + * + * Copyright 2005 YunSong Hwang + * + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "WINE-MS-RLE" + IDS_DESCRIPTION "Wine MS-RLE ºñµð¿À ÄÚµ¦" + IDS_ABOUT "Wine MS-RLE video codec\nCopyright 2002 by Michael Gunnewig" +} diff --git a/dlls/msrle32/rsrc.rc b/dlls/msrle32/rsrc.rc index e3f2cb8b2ca..561be5c66be 100644 --- a/dlls/msrle32/rsrc.rc +++ b/dlls/msrle32/rsrc.rc @@ -39,6 +39,7 @@ #include "msrle_Fr.rc" #include "msrle_It.rc" #include "msrle_Ja.rc" +#include "msrle_Ko.rc" #include "msrle_Nl.rc" #include "msrle_No.rc" #include "msrle_Pt.rc" diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc index 7fd23fdef21..972c34b3a79 100644 --- a/dlls/oleaut32/oleaut32.rc +++ b/dlls/oleaut32/oleaut32.rc @@ -33,6 +33,7 @@ #include "oleaut32_Fr.rc" #include "oleaut32_Hu.rc" #include "oleaut32_It.rc" +#include "oleaut32_Ko.rc" #include "oleaut32_Nl.rc" #include "oleaut32_No.rc" #include "oleaut32_Pl.rc" diff --git a/dlls/oleaut32/oleaut32_Ko.rc b/dlls/oleaut32/oleaut32_Ko.rc new file mode 100644 index 00000000000..cfd2f777f78 --- /dev/null +++ b/dlls/oleaut32/oleaut32_Ko.rc @@ -0,0 +1,31 @@ +/* + * Korean resources for oleaut32 + * + * + *Copyright 2005 YunSong Hwang(hys545@dreamwiz.com) + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_TRUE "Áø½Ç" + IDS_FALSE "°ÅÁþ" + IDS_YES "¿¹" + IDS_NO "¾Æ´Ï¿À" + IDS_ON "ÀÛµ¿" + IDS_OFF "ºñÀÛµ¿" +} diff --git a/dlls/setupapi/Ko.rc b/dlls/setupapi/Ko.rc new file mode 100644 index 00000000000..c795be55c3f --- /dev/null +++ b/dlls/setupapi/Ko.rc @@ -0,0 +1,34 @@ +/* + * Korean resources for SETUPAPI + * + * Copyright 2005 YunSong Hwang + * + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105 +STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION +CAPTION "ÆÄÀÏ º¹»çÁß..." +FONT 8, "MS Shell Dlg" +BEGIN + PUSHBUTTON "Ãë¼Ò", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + LTEXT "¿øº»:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP + LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP + LTEXT "¸ñÀûÁö:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP + LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP + CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP +END diff --git a/dlls/setupapi/setupapi.rc b/dlls/setupapi/setupapi.rc index 03b003583ee..5cd529f11b4 100644 --- a/dlls/setupapi/setupapi.rc +++ b/dlls/setupapi/setupapi.rc @@ -33,6 +33,7 @@ #include "Fr.rc" #include "It.rc" #include "Ja.rc" +#include "Ko.rc" #include "Nl.rc" #include "No.rc" #include "Pl.rc" diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc index 4279fe49031..7137127ff7c 100644 --- a/dlls/shlwapi/shlwapi.rc +++ b/dlls/shlwapi/shlwapi.rc @@ -28,6 +28,7 @@ #include "shlwapi_De.rc" #include "shlwapi_En.rc" #include "shlwapi_Es.rc" +#include "shlwapi_Ko.rc" #include "shlwapi_Nl.rc" #include "shlwapi_No.rc" #include "shlwapi_It.rc" diff --git a/dlls/shlwapi/shlwapi_Ko.rc b/dlls/shlwapi/shlwapi_Ko.rc new file mode 100644 index 00000000000..a158a6a8ad8 --- /dev/null +++ b/dlls/shlwapi/shlwapi_Ko.rc @@ -0,0 +1,35 @@ +/* + * Korean resources for shlwapi + * + * Copyright 2005 YunSong Hwang + * + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60 +STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "¿¡·¯!" +FONT 8, "MS Shell Dlg" +{ + LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20 + LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8 + CHECKBOX "ÀÌ ¸Þ¼¼Áö¸¦ ´Ù½Ã´Â º¸¿©ÁÖÁö ¸¶½Ã¿À(&I)", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP + PUSHBUTTON L"È®ÀÎ(&O)" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON L"Ãë¼Ò(&C)" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON L"¿¹(&Y)" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON L"¾Æ´Ï¿À(&N)" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP +} diff --git a/dlls/wininet/rsrc.rc b/dlls/wininet/rsrc.rc index a36659c1e12..424bc0dd6ec 100644 --- a/dlls/wininet/rsrc.rc +++ b/dlls/wininet/rsrc.rc @@ -49,6 +49,7 @@ #include "wininet_Fr.rc" #include "wininet_It.rc" #include "wininet_Ja.rc" +#include "wininet_Ko.rc" #include "wininet_Nl.rc" #include "wininet_No.rc" #include "wininet_Pt.rc" diff --git a/dlls/wininet/wininet_Ko.rc b/dlls/wininet/wininet_Ko.rc new file mode 100644 index 00000000000..0c8602b1920 --- /dev/null +++ b/dlls/wininet/wininet_Ko.rc @@ -0,0 +1,44 @@ +/* + * Copyright 2005 YunSong Hwang + * + * 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. + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "³×Æ®¿öÅ© ¾ÏÈ£ ÀÔ·Â" +FONT 8, "MS Shell Dlg" +{ + LTEXT "´ç½ÅÀÌ »ç¿ëÀÚÀ̸§°ú ¾ÏÈ£¸¦ ÀÔ·ÂÇϽÿÀ:", -1, 40, 6, 150, 15 + LTEXT "ÇÁ·Ï½Ã", -1, 40, 26, 50, 10 + LTEXT "Realm", -1, 40, 46, 50, 10 + LTEXT " »ç¿ëÀÚ", -1, 40, 66, 50, 10 + LTEXT "¾ÏÈ£", -1, 40, 86, 50, 10 + LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0 + LTEXT "" IDC_REALM, 80, 46, 150, 14, 0 + EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP + EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD + CHECKBOX "¾ÏÈ£ ÀÔ·Â(&S)(ÁÖÀÇÇϽÿÀ)", IDC_SAVEPASSWORD, + 80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP + PUSHBUTTON "È®ÀÎ", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON + PUSHBUTTON "Ãë¼Ò", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP +} + +STRINGTABLE DISCARDABLE +{ + IDS_LANCONNECTION "·£ ¿¬°á" +}