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

Alexandre Julliard julliard at winehq.org
Thu May 29 06:52:24 CDT 2008


Module: wine
Branch: master
Commit: ad17ef70e8031b66977feee36ea956f00bae31ba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ad17ef70e8031b66977feee36ea956f00bae31ba

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu May 29 01:28:38 2008 +0200

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

---

 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




More information about the wine-cvs mailing list