--- /dev/null
+/*
+ * Clock (Japanese resources)
+ *
+ * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
+ * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
+ *
+ * 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_JAPANESE, SUBLANG_DEFAULT
+
+MAIN_MENU MENU
+{
+ POPUP "\83v\83\8d\83p\83e\83B(&P)" {
+ MENUITEM "\83A\83i\83\8d\83O(&L)", IDM_ANALOG
+ MENUITEM "\83f\83W\83^\83\8b(&T)", IDM_DIGITAL
+ MENUITEM SEPARATOR
+ MENUITEM "\83t\83H\83\93\83g(&F)...", IDM_FONT
+ MENUITEM SEPARATOR
+ MENUITEM "\83^\83C\83g\83\8b\83o\81[\82È\82µ(&W)", IDM_NOTITLE
+ MENUITEM SEPARATOR
+ MENUITEM "\95b(&S)", IDM_SECONDS
+ MENUITEM "\93ú\95t(&D)", IDM_DATE
+ MENUITEM SEPARATOR
+ MENUITEM "\8fí\82É\8eè\91O\82É\95\\8e¦(&A)", IDM_ONTOP
+ }
+ POPUP "\8fî\95ñ(&O)" {
+ MENUITEM "\83\89\83C\83Z\83\93\83X(&L)...", IDM_LICENSE
+ MENUITEM "\96³\95Û\8fØ(&N)...", IDM_NOWARRANTY
+ MENUITEM "\8e\9e\8cv\82É\82Â\82¢\82Ä(&A)...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE DISCARDABLE
+{
+IDS_CLOCK, "\8e\9e\8cv"
+}
+
+STRINGTABLE DISCARDABLE LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+{
+IDS_LICENSE_CAPTION, "\83\89\83C\83Z\83\93\83X"
+IDS_LICENSE,
+"This program 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\
+This program 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\
+You should have received a copy of the GNU Lesser General Public \
+License along with this program; if not, write to the Free Software \
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
+
+IDS_WARRANTY_CAPTION, "\96³\95Û\8fØ"
+IDS_WARRANTY,
+"This program 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."
+}