39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
/*
|
|
* Clock (English resources)
|
|
*
|
|
* Copyright 1999 Gustavo Junior Alves <alves@correionet.com.br>
|
|
* FIXME: Weak translation !
|
|
*/
|
|
|
|
#define LANGUAGE_ID Pt
|
|
#define LANGUAGE_NUMBER 16
|
|
#define LANGUAGE_MENU_ITEM "&Português"
|
|
|
|
/* System Menu */
|
|
|
|
#define MENU_ON_TOP "&Sempre visível"
|
|
|
|
/* Window Menu */
|
|
|
|
#define MENU_PROPERTIES "&Propriedades"
|
|
#define MENU_ANALOG "&Analó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ções..."
|
|
#define MENU_INFO_LICENSE "&Licença"
|
|
#define MENU_INFO_NO_WARRANTY "&SEM GARANTIA"
|
|
#define MENU_INFO_ABOUT_WINE "&Sobre Clock..."
|
|
|
|
/* Window Caption */
|
|
#define STRING_CLOCK "Clock"
|
|
|
|
|
|
#include "clock.rc"
|