Module: wine
Branch: master
Commit: 651ec32174887a8c3163951412458ded1ef9052d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=651ec32174887a8c316395141…
Author: ByeongSik Jeon <bsjeon(a)hanmail.net>
Date: Tue Apr 22 21:43:33 2008 +0900
reg: Add Korean translation.
---
programs/reg/Ko.rc | 30 ++++++++++++++++++++++++++++++
programs/reg/rsrc.rc | 1 +
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/programs/reg/Ko.rc b/programs/reg/Ko.rc
new file mode 100644
index 0000000..74d3225
--- /dev/null
+++ b/programs/reg/Ko.rc
@@ -0,0 +1,30 @@
+/*
+ * REG.EXE - Wine-compatible reg program.
+ * Korean language support
+ *
+ * Copyright 2008 Andrew Riedi
+ *
+ * This library 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.
+ *
+ * This library 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.
+ *
+ * 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
+ */
+
+LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ STRING_USAGE, "���ɾ� ����:\n\nREG [ ADD | DELETE | QUERY ]\nREG command /?\n"
+ STRING_ADD_USAGE, "REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/f]\n"
+ STRING_DELETE_USAGE, "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
+ STRING_QUERY_USAGE, "REG QUERY key_name [/v value_name | /ve] [/s]\n"
+}
diff --git a/programs/reg/rsrc.rc b/programs/reg/rsrc.rc
index 571993b..3589048 100644
--- a/programs/reg/rsrc.rc
+++ b/programs/reg/rsrc.rc
@@ -23,6 +23,7 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc"
+#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
Module: website
Branch: master
Commit: 31cb52b1f9b0f3897443fc14a6396b42265bb0f2
URL: http://source.winehq.org/git/website.git/?a=commit;h=31cb52b1f9b0f3897443fc…
Author: Scott Ritchie <scott(a)open-vote.org>
Date: Tue Apr 22 03:53:44 2008 -0700
Update download and download-deb for Ubuntu Hardy
Update download and download-deb pages for Ubuntu Hardy; simplify
instructions and remove old versions of Ubuntu not receiving updates.
Thanks,
Scott Ritchie
>From 180d0dd65c9352a157ddad6a5343cf21a405ec3b Mon Sep 17 00:00:00 2001
From: Scott Ritchie <scott(a)scott-desktop.(none)>
Date: Tue, 22 Apr 2008 03:49:09 -0700
Subject: Update download and download-deb page for Ubuntu Hardy; simplify
instructions.
---
templates/en/download-deb.template | 49 ++++++++++++++----------------------
templates/en/download.template | 2 +-
2 files changed, 20 insertions(+), 31 deletions(-)
diff --git a/templates/en/download-deb.template b/templates/en/download-deb.template
index 2cf6894..0e117c9 100644
--- a/templates/en/download-deb.template
+++ b/templates/en/download-deb.template
@@ -4,55 +4,44 @@
Wine for Ubuntu, Debian, and Debian-based distributions
<img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></h1>
-<p>Debian and Debian-based distributions, such as Ubuntu, utilize a special tool
+<p>Debian and Debian-based distributions such as Ubuntu utilize a special tool
for managing packages known as APT. APT is able to automagically install all of
the needed dependencies for a software package, as well as keep the package
up to date, by scanning what are known as APT repositories. Debian-based
-distributions have their own repositories of software, many of which include
-Wine, however we keep our own repository of the latest available packages here
-for download.</p>
+distributions have their own repositories of software that include Wine,
+however we keep our own repository of the latest available packages here for
+download.</p>
-<p>There used to be graphical instructions here, however we have found that the terminal commands are actually simpler to
-describe and quicker for the user to input. Because the commands below use sudo, you may have to enter your user
+<p>There used to be graphical instructions here, however we have found that the
+terminal commands are actually simpler to describe and quicker for the user to
+input. Because the commands below use sudo, you may have to enter your user
password after hitting enter.</p>
<h2>Adding the WineHQ APT Repository:</h2>
-<p>First, open a terminal window. Then add the repository's key to your system's
-list of trusted APT keys by copy and pasting the following:</p>
+<p>First, open a terminal window (Applications->Accessories->Terminal). Then
+add the repository's key to your system's list of trusted APT keys by copy and
+pasting the following:</p>
<p><i>wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -</i></p>
<p>Next, add the repository to your system's list of APT sources:</p>
-<p><b>For Ubuntu Gutsy (7.10):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>For Ubuntu Feisty (7.04):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>For Ubuntu Edgy (6.10):</b> <i>*64-bit packages not available*</i><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>For Ubuntu Dapper (6.06):</b> <i>*64-bit packages not available*</i><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list</i></p>
+<p><b>For Ubuntu Hardy (8.04):</b><br>
+<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
<p><b>For Debian Etch (4.0):</b><br>
<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p>Then, you can install Wine from WineHQ like it were any other package, such as by
-using the Synaptic Package Manager under System->Administration. Alternatively, you
-can install from the terminal by running '<b>sudo apt-get update</b>' to update APT's
-package information and then '<b>sudo apt-get install wine</b>'.</p>
+<p>Then, you can install Wine by <a href="apt://wine">clicking this link</a>.
+Alternatively, you can install by going to Applications->Add/Remove and
+searching for Wine.</p>
<h2>Upgrading to a new version of Ubuntu</h2>
-<p>If you are upgrading the entire system, such as going from Ubuntu 7.04 to 7.10, you will need to
-come back to this page and enter the command for the new version above. The built in update manager
-will not switch the Wine repository automatically.</p>
-
-<h2>64-bit Users:</h2>
-
-<p>If you are using a very old version of Ubuntu where 64 bit packages are not available
-and would still like a working Wine package, there is a relatively easy hack that can be
-used to install the 32-bit package and have it function normally. See
-<a href="http://wiki.winehq.org/UbuntuAMD64">this page on the Wine wiki</a> for more details.</p>
+<p>If you are upgrading the entire system, such as going from Ubuntu 7.10 to
+8.04, you will need to come back to this page and enter the command for the new
+version above. The built in update manager will not switch the Wine repository
+automatically.</p>
<h2>Older .deb packages</h2>
diff --git a/templates/en/download.template b/templates/en/download.template
index 8f7dd71..d0bbd9a 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -69,7 +69,7 @@ for post-installation instructions.</b></p>
<img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu linux" border="0"></a>
</td>
<td> <b><a href="{$root}/site/download-deb">Ubuntu</a></b>
- binary and source .debs for Ubuntu Gutsy (7.10), Feisty (7.04), Edgy (6.10), and Dapper (6.06)
+ binary and source .debs for Ubuntu Hardy (8.04)
<td><a href="mailto:scott@open-vote.org">Scott Ritchie</a></td>
</tr>
Module: website
Branch: master
Commit: 48c9171c52a21a5d09248098baa007343658b2ed
URL: http://source.winehq.org/git/website.git/?a=commit;h=48c9171c52a21a5d092480…
Author: Dan Kegel <dank(a)kegel.com>
Date: Sat Apr 19 08:58:10 2008 -0700
update LGPL url, specify version
Somebody on wine-users asked us to clarify this, so:
---
templates/en/home_about.template | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/en/home_about.template b/templates/en/home_about.template
index aed434a..8af3209 100644
--- a/templates/en/home_about.template
+++ b/templates/en/home_about.template
@@ -26,5 +26,5 @@ at the <a href="{$root}/site/docs/wineusr-guide/index">User Guide</a>.
</p>
<p>Wine is free software. The <a href="http://www.winehq.org/site/license">
-licensing terms</a> are the <a href="http://www.gnu.org/copyleft/lesser.html">
-GNU Lesser General Public License</a>.</p>
+licensing terms</a> are the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">
+GNU Lesser General Public License version 2.1</a>.</p>