1999-06-18 19:05:55 +02:00
|
|
|
|
/*
|
|
|
|
|
* Clock (Walloon resources)
|
|
|
|
|
*
|
2002-03-10 00:29:33 +01:00
|
|
|
|
* Copyright 1999 Pablo Saratxaga
|
2002-03-27 22:17:01 +01:00
|
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
2002-03-10 00:29:33 +01:00
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
|
*
|
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>
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2003-09-10 05:43:16 +02:00
|
|
|
|
#ifdef LANG_WALON
|
|
|
|
|
|
2003-01-05 02:08:14 +01:00
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
2002-03-27 22:17:01 +01:00
|
|
|
|
{
|
|
|
|
|
POPUP "&Propiet<65>s" {
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Analodjike", IDM_ANALOG
|
|
|
|
|
MENUITEM "&Limerike", IDM_DIGITAL
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Fonte...", IDM_FONT
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "Sin b<>r di &Tite", IDM_NOTITLE
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Segondes", IDM_SECONDS
|
|
|
|
|
MENUITEM "&Date", IDM_DATE
|
2003-12-08 23:23:03 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Todi &Visibe", IDM_ONTOP
|
2002-03-27 22:17:01 +01:00
|
|
|
|
}
|
2003-12-03 04:58:29 +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
|
|
|
|
|
2003-01-05 02:08:14 +01:00
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
2002-03-27 22:17:01 +01:00
|
|
|
|
{
|
2003-12-03 04:58:29 +01:00
|
|
|
|
IDS_CLOCK, "<22>rlodje"
|
2002-03-27 22:17:01 +01:00
|
|
|
|
}
|
2003-09-10 05:43:16 +02:00
|
|
|
|
|
|
|
|
|
#endif /* LANG_WALON */
|