Sweden-Number/programs/clock/Ja.rc

74 lines
2.6 KiB
Plaintext
Raw Normal View History

2008-08-23 07:53:21 +02:00
/*
* 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 "<22>v<EFBFBD><76><EFBFBD>p<EFBFBD>e<EFBFBD>B(&P)" {
MENUITEM "<22>A<EFBFBD>i<EFBFBD><69><EFBFBD>O(&L)", IDM_ANALOG
MENUITEM "<22>f<EFBFBD>W<EFBFBD>^<5E><>(&T)", IDM_DIGITAL
MENUITEM SEPARATOR
MENUITEM "<22>t<EFBFBD>H<EFBFBD><48><EFBFBD>g(&F)...", IDM_FONT
MENUITEM SEPARATOR
MENUITEM "<22>^<5E>C<EFBFBD>g<EFBFBD><67><EFBFBD>o<EFBFBD>[<5B>Ȃ<EFBFBD>(&W)", IDM_NOTITLE
MENUITEM SEPARATOR
MENUITEM "<22>b(&S)", IDM_SECONDS
MENUITEM "<22><><EFBFBD>t(&D)", IDM_DATE
MENUITEM SEPARATOR
2008-08-30 08:33:08 +02:00
MENUITEM "<22><><EFBFBD>Ɏ<EFBFBD><C98E>O<EFBFBD>ɕ\\<5C><>(&A)", IDM_ONTOP
2008-08-23 07:53:21 +02:00
}
POPUP "<22><><EFBFBD><EFBFBD>(&O)" {
MENUITEM "<22><><EFBFBD>C<EFBFBD>Z<EFBFBD><5A><EFBFBD>X(&L)...", IDM_LICENSE
MENUITEM "<22><><EFBFBD>ۏ<EFBFBD>(&N)...", IDM_NOWARRANTY
MENUITEM "<22><><EFBFBD>v<EFBFBD>ɂ‚<C982><C282><EFBFBD>(&A)...", IDM_ABOUT
}
}
STRINGTABLE DISCARDABLE
{
IDS_CLOCK, "<22><><EFBFBD>v"
}
STRINGTABLE DISCARDABLE LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
{
IDS_LICENSE_CAPTION, "<22><><EFBFBD>C<EFBFBD>Z<EFBFBD><5A><EFBFBD>X"
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, "<22><><EFBFBD>ۏ<EFBFBD>"
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."
}