1999-06-18 19:05:55 +02:00
|
|
|
|
/*
|
|
|
|
|
* Clock (Walloon resources)
|
|
|
|
|
*
|
|
|
|
|
* 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>
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#define LANGUAGE_ID Wa
|
1999-06-20 17:09:32 +02:00
|
|
|
|
#define LANGUAGE_NUMBER 90
|
1999-06-18 19:05:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* System Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_ON_TOP "Todi &Visibe"
|
|
|
|
|
|
|
|
|
|
/* Window Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_PROPERTIES "&Propiet<65>s"
|
|
|
|
|
#define MENU_ANALOG "&Analodjike"
|
|
|
|
|
#define MENU_DIGITAL "&Limerike"
|
|
|
|
|
#define MENU_FONT "&Fonte..."
|
|
|
|
|
#define MENU_WITHOUT_TITLE "Sin b<>r di &Tite"
|
|
|
|
|
|
|
|
|
|
#define MENU_SECONDS "&Segondes"
|
|
|
|
|
#define MENU_DATE "&Date"
|
|
|
|
|
|
|
|
|
|
#define MENU_LANGUAGE "&Lingaedje"
|
|
|
|
|
#define LANGUAGE_MENU_ITEM "&Walon"
|
|
|
|
|
|
|
|
|
|
#define MENU_INFO "&Inform<72>cion..."
|
|
|
|
|
#define MENU_INFO_LICENSE "&Licinse"
|
|
|
|
|
#define MENU_INFO_NO_WARRANTY "&NOLE WARANTEYE"
|
|
|
|
|
#define MENU_INFO_ABOUT_WINE "<22> &dfait di l' <20>rlodje..."
|
|
|
|
|
|
|
|
|
|
/* Window Caption */
|
|
|
|
|
#define STRING_CLOCK "<22>rlodje"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "clock.rc"
|