mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
clock: Update Korean resource.
This commit is contained in:
parent
a3217c8923
commit
7f9dfeb939
1 changed files with 14 additions and 11 deletions
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
||||
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
||||
* Copyright 2004 Mike McCormack
|
||||
* Copyright 2010 YunSong Hwang
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -22,29 +23,31 @@
|
|||
|
||||
#include "clock_res.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
MAIN_MENU MENU
|
||||
{
|
||||
POPUP "등록 정보(&P)" {
|
||||
MENUITEM "아날로그(&L)", IDM_ANALOG
|
||||
MENUITEM "디지털(&T)", IDM_DIGITAL
|
||||
POPUP "등록 정보(&P)" {
|
||||
MENUITEM "아날로그(&L)", IDM_ANALOG
|
||||
MENUITEM "디지털(&T)", IDM_DIGITAL
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "글꼴(&F)...", IDM_FONT
|
||||
MENUITEM "글꼴(&F)...", IDM_FONT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "제목 표시 안함 (&W)", IDM_NOTITLE
|
||||
MENUITEM "제목 표시 안함 (&W)", IDM_NOTITLE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "초(&S)", IDM_SECONDS
|
||||
MENUITEM "날짜(&D)", IDM_DATE
|
||||
MENUITEM "초(&S)", IDM_SECONDS
|
||||
MENUITEM "날짜(&D)", IDM_DATE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "항상 앞에 (&A)", IDM_ONTOP
|
||||
MENUITEM "항상 앞에 (&A)", IDM_ONTOP
|
||||
}
|
||||
POPUP "정보(&O)" {
|
||||
MENUITEM "시계 정보(&A)...", IDM_ABOUT
|
||||
POPUP "정보(&O)" {
|
||||
MENUITEM "시계 정보(&A)...", IDM_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_CLOCK, "시계"
|
||||
IDS_CLOCK, "시계"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue