clock: Update Japanese translation.
[wine] / programs / clock / Ja.rc
1 /*
2  * Clock (Japanese resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
23
24 MAIN_MENU MENU
25 {
26  POPUP "\83v\83\8d\83p\83e\83B(&P)" {
27   MENUITEM "\83A\83i\83\8d\83O(&L)", IDM_ANALOG
28   MENUITEM "\83f\83W\83^\83\8b(&T)", IDM_DIGITAL
29   MENUITEM SEPARATOR
30   MENUITEM "\83t\83H\83\93\83g(&F)...", IDM_FONT
31   MENUITEM SEPARATOR
32   MENUITEM "\83^\83C\83g\83\8b\83o\81[\82È\82µ(&W)", IDM_NOTITLE
33   MENUITEM SEPARATOR
34   MENUITEM "\95b(&S)", IDM_SECONDS
35   MENUITEM "\93ú\95t(&D)", IDM_DATE
36   MENUITEM SEPARATOR
37   MENUITEM "\8fí\82É\8eè\91O\82É\95\\\8e¦(&A)", IDM_ONTOP
38  }
39  POPUP "\8fî\95ñ(&O)" {
40   MENUITEM "\83\89\83C\83Z\83\93\83X(&L)...", IDM_LICENSE
41   MENUITEM "\96³\95Û\8fØ(&N)...", IDM_NOWARRANTY
42   MENUITEM "\8e\9e\8cv\82É\82Â\82¢\82Ä(&A)...", IDM_ABOUT
43  }
44 }
45
46 STRINGTABLE DISCARDABLE
47 {
48 IDS_CLOCK, "\8e\9e\8cv"
49 }
50
51 STRINGTABLE DISCARDABLE LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
52 {
53 IDS_LICENSE_CAPTION,            "\83\89\83C\83Z\83\93\83X"
54 IDS_LICENSE,
55 "This program is free software; you can redistribute it and/or \
56 modify it under the terms of the GNU Lesser General Public \
57 License as published by the Free Software Foundation; either \
58 version 2.1 of the License, or (at your option) any later version.\n\
59 This program is distributed in the hope that it will be useful, \
60 but WITHOUT ANY WARRANTY; without even the implied warranty of \
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
62 Lesser General Public License for more details.\n\
63 You should have received a copy of the GNU Lesser General Public \
64 License along with this program; if not, write to the Free Software \
65 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
66
67 IDS_WARRANTY_CAPTION, "\96³\95Û\8fØ"
68 IDS_WARRANTY,
69 "This program is distributed in the hope that it will be useful, \
70 but WITHOUT ANY WARRANTY; without even the implied warranty of \
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
72 Lesser General Public License for more details."
73 }