1999-10-13 16:05:20 +02:00
|
|
|
|
/*
|
|
|
|
|
* Clock (English resources)
|
|
|
|
|
*
|
1999-10-24 19:31:14 +02:00
|
|
|
|
* Copyright 1999 Gustavo Junior Alves <alves@correionet.com.br>
|
1999-10-13 16:05:20 +02:00
|
|
|
|
* FIXME: Weak translation !
|
|
|
|
|
*/
|
|
|
|
|
|
1999-10-24 19:31:14 +02:00
|
|
|
|
#define LANGUAGE_ID Pt
|
|
|
|
|
#define LANGUAGE_NUMBER 16
|
|
|
|
|
#define LANGUAGE_MENU_ITEM "&Portugu<67>s"
|
1999-10-13 16:05:20 +02:00
|
|
|
|
|
|
|
|
|
/* System Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_ON_TOP "&Sempre vis<69>vel"
|
|
|
|
|
|
|
|
|
|
/* Window Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_PROPERTIES "&Propriedades"
|
|
|
|
|
#define MENU_ANALOG "&Anal<61>gico"
|
|
|
|
|
#define MENU_DIGITAL "&Digital"
|
|
|
|
|
#define MENU_FONT "&Fonte..."
|
|
|
|
|
#define MENU_WITHOUT_TITLE "&Sem barra de t<>tulo"
|
|
|
|
|
|
|
|
|
|
#define MENU_SECONDS "&Segundos"
|
|
|
|
|
#define MENU_DATE "&Data"
|
|
|
|
|
|
|
|
|
|
#define MENU_LANGUAGE "&Linguagem"
|
|
|
|
|
|
|
|
|
|
#define MENU_INFO "Inf&orma<6D><61>es..."
|
|
|
|
|
#define MENU_INFO_LICENSE "&Licen<65>a"
|
|
|
|
|
#define MENU_INFO_NO_WARRANTY "&SEM GARANTIA"
|
|
|
|
|
#define MENU_INFO_ABOUT_WINE "&Sobre Clock..."
|
|
|
|
|
|
|
|
|
|
/* Window Caption */
|
|
|
|
|
#define STRING_CLOCK "Clock"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "clock.rc"
|