Sweden-Number/programs/clock/Wa.rc

58 lines
1.7 KiB
Plaintext
Raw Normal View History

1999-06-18 19:05:55 +02:00
/*
* Clock (Walloon resources)
*
* Copyright 1999 Pablo Saratxaga
2002-03-27 22:17:01 +01:00
* 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
*
1999-06-18 19:05:55 +02:00
* Si vos voloz aider avou li rato<74>rnaedje des libes programes <20> walon,
* vos poloz scr<63>re a l' adresse emile <linux-wa@chanae.alphanet.ch>
*
*/
#include "clock_res.h"
#ifdef LANG_WALON
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
2002-03-27 22:17:01 +01:00
{
POPUP "&Propiet<65>s" {
MENUITEM "&Analodjike", IDM_ANALOG
MENUITEM "&Limerike", IDM_DIGITAL
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "&Fonte...", IDM_FONT
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "Sin b<>r di &Tite", IDM_NOTITLE
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "&Segondes", IDM_SECONDS
MENUITEM "&Date", IDM_DATE
MENUITEM SEPARATOR
MENUITEM "Todi &Visibe", IDM_ONTOP
2002-03-27 22:17:01 +01:00
}
POPUP "&Inform<72>cion" {
MENUITEM "&Licinse...", IDM_LICENSE
MENUITEM "&NOLE WARANTEYE...", IDM_NOWARRANTY
MENUITEM "<22> &dfait di l' <20>rlodje...", IDM_ABOUT
2002-03-27 22:17:01 +01:00
}
2002-06-01 04:55:48 +02:00
}
2002-03-27 22:17:01 +01:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
2002-03-27 22:17:01 +01:00
{
IDS_CLOCK, "<22>rlodje"
2002-03-27 22:17:01 +01:00
}
#endif /* LANG_WALON */