regedit: Fix the English (NEUTRAL) translation. Rename SUBLANG_ENGLISH_US to SUBLANG_DEFAULT.

Michael Stefaniuc mstefani at redhat.de
Wed May 28 18:28:38 CDT 2008


---
 programs/regedit/En.rc |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/programs/regedit/En.rc b/programs/regedit/En.rc
index 4dc0ca4..385a821 100644
--- a/programs/regedit/En.rc
+++ b/programs/regedit/En.rc
@@ -26,6 +26,16 @@ STRINGTABLE DISCARDABLE
 BEGIN
     ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favourites list"
     ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favourites list"
+    /* Just a copy of the English (DEFAULT) strings. */
+    ID_REGISTRY_EXIT        "Quits the registry editor"
+    ID_VIEW_STATUSBAR       "Shows or hides the status bar"
+    ID_VIEW_SPLIT           "Change position of split between two panes"
+    ID_VIEW_REFRESH         "Refreshes the window"
+    ID_EDIT_DELETE          "Deletes the selection"
+    ID_EDIT_RENAME          "Renames the selection"
+    ID_EDIT_COPYKEYNAME     "Copies the name of the selected key to the clipboard"
+    ID_EDIT_FIND            "Finds a text string in a key, value or data"
+    ID_EDIT_FINDNEXT        "Finds next occurrence of text specified in previous search"
 END
 
 IDR_REGEDIT_MENU MENU DISCARDABLE
@@ -85,9 +95,9 @@ BEGIN
     END
 END
 
-/* US English Resources */
+/* English Default (US) Resources */
 
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 /*
  * Menu
-- 
1.5.6.rc0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080529/a1e89cd9/attachment.pgp 


More information about the wine-patches mailing list