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 !
|
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
|
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
1999-10-13 16:05:20 +02:00
|
|
|
|
*/
|
|
|
|
|
|
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"
|