From 0b5b33883e8f09e0c2706ac56c37556299c9eb9a Mon Sep 17 00:00:00 2001 From: Akihiro Sagawa Date: Sat, 19 Jun 2010 00:03:44 +0900 Subject: [PATCH] localspl: Update Japanese translation. --- dlls/localspl/Makefile.in | 1 + dlls/localspl/spl_Ja.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dlls/localspl/spl_Ja.rc diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in index 42991a80f52..99e4c033363 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 00000000000..d7fa86b11cc --- /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 "ローカル モニタ" +} -- 2.11.4.GIT