Module: wine Branch: master Commit: 72c28450cc4e4c149a0a911ec7c8c81973f210b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72c28450cc4e4c149a0a911ec7...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Fri Apr 4 16:43:33 2008 +0900
shell32: Updated Korean resource.
---
dlls/shell32/shell32_Ko.rc | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shell32_Ko.rc b/dlls/shell32/shell32_Ko.rc index 87c5057..87eb281 100644 --- a/dlls/shell32/shell32_Ko.rc +++ b/dlls/shell32/shell32_Ko.rc @@ -249,5 +249,22 @@ IDS_COMMON_PICTURES "Documents\My Pictures" IDS_COMMON_VIDEO "Documents\My Video" IDS_CDBURN_AREA "Local Settings\Application Data\Microsoft\CD Burning"
-IDS_NEWFOLDER "New Folder" +IDS_NEWFOLDER "�� ����r" +} + +STRINGTABLE +{ +IDS_LICENSE_CAPTION, "Wine ���̼���" +IDS_LICENSE, +"Wine 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.\n\n\ +Wine 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.\n\n\ +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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." }