Module: wine Branch: master Commit: 8d97c6e1abdf738f5f76648f37b0eb2d142bae6f URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d97c6e1abdf738f5f76648f37...
Author: Muneyuki Noguchi nogu.dev@gmail.com Date: Sat Sep 6 22:20:46 2008 +0900
wininet: Update Japanese translation.
---
dlls/wininet/wininet_Ja.rc | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/dlls/wininet/wininet_Ja.rc b/dlls/wininet/wininet_Ja.rc index bcc8a73..766c042 100644 --- a/dlls/wininet/wininet_Ja.rc +++ b/dlls/wininet/wininet_Ja.rc @@ -20,7 +20,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "�l�b�g���[�N�p�X���[�h�̓���" +CAPTION "�l�b�g���[�N �p�X���[�h�̓���" FONT 9, "MS UI Gothic" { LTEXT "���[�U���ƃp�X���[�h����͂��ĉ�����:", -1, 40, 6, 150, 15 @@ -37,3 +37,8 @@ FONT 9, "MS UI Gothic" PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON PUSHBUTTON "�L�����Z��", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP } + +STRINGTABLE DISCARDABLE +{ + IDS_LANCONNECTION "LAN �ڑ�" +}