Module: wine Branch: master Commit: 761ce56643a1133200493f28467221d47b0f20f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=761ce56643a1133200493f2846...
Author: Hwang YunSong hys545@dreamwiz.com Date: Wed Jun 2 16:10:15 2010 +0900
msi: Update Korean resource.
---
dlls/msi/msi_Ko.rc | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/dlls/msi/msi_Ko.rc b/dlls/msi/msi_Ko.rc index 17ab488..04efd83 100644 --- a/dlls/msi/msi_Ko.rc +++ b/dlls/msi/msi_Ko.rc @@ -1,7 +1,9 @@ /* * Korean resources for MSI * - * Copyright 2005 YunSong Hwang + * Copyright 2005 Mike McCormack + * Copyright 2010 Detlef Riekenberg + * 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 @@ -28,30 +30,30 @@ STRINGTABLE DISCARDABLE 5 "%s ��θ� ã���� �����ϴ�" 9 "��ũ %s ����" 10 "Windows Installer %s\n\n" \ - "Usage:\n" \ - "msiexec command {required parameter} [optional parammeter]\n\n" \ - "Install a product:\n" \ + "����:\n" \ + "msiexec ���� {�ʼ� �Ű�����} [������ �Ű�����]\n\n" \ + "��ǰ ��ġ:\n" \ "\t/i {package|productcode} [property]\n" \ "\t/package {package|productcode} [property]\n" \ "\t/a package [property]\n" \ - "Repair an installation:\n" \ + "��ġ ����:\n" \ "\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n" \ - "Uninstall a product:\n" \ + "��ǰ ����:\n" \ "\t/uninstall {package|productcode} [property]\n" \ "\t/x {package|productcode} [property]\n" \ - "Advertise a product:\n" \ + "��ǰ �˸���:\n" \ "\t/j[u|m] package [/t transform] [/g languageid]\n" \ - "Apply a patch:\n" \ + "��ġ �߰�:\n" \ "\t/p patchpackage [property]\n" \ "\t/p patchpackage /a package [property]\n" \ - "Log and UI Modifiers for above commands:\n" \ + "���� ���ɾ ���� Log �� UI ������ :\n" \ "\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n" \ "\t/q{|n|b|r|f|n+|b+|b-}\n" \ - "Register MSI Service:\n" \ + "MSI ���� ���:\n" \ "\t/y\n" \ - "Unregister MSI Service:\n" \ + "MSI ���� ��� ����:\n" \ "\t/z\n" \ - "Display this help:\n" \ + "���� ����:\n" \ "\t/help\n" \ "\t/?\n" 11 "%s�� �����ϴ� ������ �Է��ϼ���"