clock: Update English resource

Ken Sharp kennybobs at o2.co.uk
Mon Jun 14 22:42:29 CDT 2010


---
 programs/clock/En.rc |   63 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/programs/clock/En.rc b/programs/clock/En.rc
index cf66233..ecf7001 100644
--- a/programs/clock/En.rc
+++ b/programs/clock/En.rc
@@ -3,6 +3,7 @@
  *
  * Copyright 1998 Marcel Baur <mbaur at g26.ethz.ch>
  * Copyright 2002 Sylvain Petreolle <spetreolle at yahoo.fr>
+ * Copyright 2010 Ken Sharp
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +24,67 @@
 
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
-MAIN_MENU MENU 
+MAIN_MENU MENU
+{
+ POPUP "&Properties" {
+  MENUITEM "Ana&log", IDM_ANALOG
+  MENUITEM "Digi&tal", IDM_DIGITAL
+  MENUITEM SEPARATOR
+  MENUITEM "&Font...", IDM_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Without Titlebar", IDM_NOTITLE
+  MENUITEM SEPARATOR
+  MENUITEM "&Seconds", IDM_SECONDS
+  MENUITEM "&Date", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Always on Top", IDM_ONTOP
+ }
+ POPUP "Inf&o" {
+  MENUITEM "&About Clock...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE DISCARDABLE
+{
+IDS_CLOCK, "Clock"
+}
+
+LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+
+MAIN_MENU MENU
+{
+ POPUP "&Properties" {
+  MENUITEM "Ana&logue", IDM_ANALOG
+  MENUITEM "Digi&tal", IDM_DIGITAL
+  MENUITEM SEPARATOR
+  MENUITEM "&Font...", IDM_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Without Titlebar", IDM_NOTITLE
+  MENUITEM SEPARATOR
+  MENUITEM "&Seconds", IDM_SECONDS
+  MENUITEM "&Date", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Always on Top", IDM_ONTOP
+ }
+ POPUP "Inf&o" {
+  MENUITEM "&About Clock...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE DISCARDABLE
+{
+IDS_CLOCK, "Clock"
+}
+
+/***********************************************
+*          SUBLANG_ENGLISH_PHILIPPINES         *
+*                                              *
+* Philippine English follows US English rules  *
+***********************************************/
+
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_PHILIPPINES
+
+MAIN_MENU MENU
 {
  POPUP "&Properties" {
   MENUITEM "Ana&log", IDM_ANALOG
-- 
1.7.0.4


--------------060704010809010708060603--



More information about the wine-patches mailing list