Akihiro Sagawa : localspl: Update Japanese translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 21 11:06:59 CDT 2010


Module: wine
Branch: master
Commit: 0b5b33883e8f09e0c2706ac56c37556299c9eb9a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0b5b33883e8f09e0c2706ac56c37556299c9eb9a

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Sat Jun 19 00:03:44 2010 +0900

localspl: Update Japanese translation.

---

 dlls/localspl/Makefile.in |    1 +
 dlls/localspl/spl_Ja.rc   |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in
index 42991a8..99e4c03 100644
--- a/dlls/localspl/Makefile.in
+++ b/dlls/localspl/Makefile.in
@@ -18,6 +18,7 @@ RC_SRCS = \
 	spl_Es.rc \
 	spl_Fr.rc \
 	spl_It.rc \
+	spl_Ja.rc \
 	spl_Ko.rc \
 	spl_Lt.rc \
 	spl_Nl.rc \
diff --git a/dlls/localspl/spl_Ja.rc b/dlls/localspl/spl_Ja.rc
new file mode 100644
index 0000000..d7fa86b
--- /dev/null
+++ b/dlls/localspl/spl_Ja.rc
@@ -0,0 +1,33 @@
+/*
+ * Japanese resources for localspl
+ *
+ * Copyright 2005 Huw Davies
+ * Copyright 2006 Detlef Riekenberg
+ *
+ * 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
+ */
+
+#include "localspl_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_LOCALPORT "ローカル ポート"
+    IDS_LOCALMONITOR "ローカル モニタ"
+}




More information about the wine-cvs mailing list