42 lines
1018 B
Plaintext
42 lines
1018 B
Plaintext
/*
|
|
* Clock (German resources)
|
|
*
|
|
* Copyright 1997 Marcel Baur <mbaur@g26.ethz.ch>
|
|
*
|
|
*/
|
|
|
|
#define LANGUAGE_ID De
|
|
#define LANGUAGE_NUMBER 2
|
|
|
|
|
|
/* System Menu */
|
|
|
|
#define MENU_ON_TOP "&Immer im Vordergrund"
|
|
|
|
|
|
/* Window Menu */
|
|
|
|
#define MENU_PROPERTIES "&Einstellungen"
|
|
#define MENU_ANALOG "Ana&log"
|
|
#define MENU_DIGITAL "Digi&tal"
|
|
#define MENU_FONT "Schrift&art..."
|
|
#define MENU_WITHOUT_TITLE "&Ohne Titelleiste"
|
|
|
|
#define MENU_SECONDS "&Sekunden"
|
|
#define MENU_DATE "&Datum"
|
|
|
|
#define MENU_LANGUAGE "&Sprache"
|
|
#define LANGUAGE_MENU_ITEM "&Deutsch"
|
|
|
|
#define MENU_INFO "Inf&o..."
|
|
#define MENU_INFO_LICENSE "&Lizenz"
|
|
#define MENU_INFO_NO_WARRANTY "&KEINE GARANTIE"
|
|
#define MENU_INFO_ABOUT_WINE "&Über Uhr..."
|
|
|
|
|
|
/* Window Caption */
|
|
|
|
#define STRING_CLOCK "Uhr"
|
|
|
|
#include "clock.rc"
|