ByeongSik Jeon : shdoclc: Update Korean translation.
Module: wine Branch: master Commit: fcbc9fad96912fe47eb0473500618cca679aff4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=fcbc9fad96912fe47eb0473500... Author: ByeongSik Jeon <bsjeon(a)hanmail.net> Date: Tue Apr 22 21:43:56 2008 +0900 shdoclc: Update Korean translation. --- dlls/shdoclc/Ko.rc | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/dlls/shdoclc/Ko.rc b/dlls/shdoclc/Ko.rc index dde528b..d038994 100644 --- a/dlls/shdoclc/Ko.rc +++ b/dlls/shdoclc/Ko.rc @@ -18,7 +18,18 @@ */ -LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_MESSAGE_BOX_TITLE, "Wine ���ͳ� Explorer" +} + +STRINGTABLE DISCARDABLE +{ + IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */ + IDS_PRINT_FOOTER_TEMPLATE "&u&b&d" +} IDR_BROWSE_CONTEXT_MENU MENU {
participants (1)
-
Alexandre Julliard