Module: wine
Branch: master
Commit: ad17ef70e8031b66977feee36ea956f00bae31ba
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ad17ef70e8031b66977feee36…
Author: Michael Stefaniuc <mstefani(a)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
Module: appdb
Branch: master
Commit: 2503d2ba21fea3203f1e206d374650ae62ec7953
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=2503d2ba21fea3203f1e206d…
Author: Jeff Zaroyko <jeffzaroyko(a)gmail.com>
Date: Thu May 29 10:14:14 2008 +1000
update common responses to include message requesting that the user file a bug report if one does not already exist in bugzilla and the message about debug output on the AppDB
---
include/objectManager.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/include/objectManager.php b/include/objectManager.php
index c3d958a..f050160 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -130,8 +130,12 @@ class ObjectManager
// initialize the common responses array
$this->aCommonResponses = array();
$this->aCommonResponses[] = "Thank you for your submission.";
- $this->aCommonResponses[] = "Please move crash/debug output to a bug".
- " in Wine's Bugzilla at http://bugs.winehq.org and resubmit.";
+ $this->aCommonResponses[] = "Please consider filing a bug for the ".
+ "problem you have with this app, if there are not bugs filed already".
+ " at http://bugs.winehq.org. If you want some advice or guidance on".
+ " this, please visit http://forum.winehq.org";
+ $this->aCommonResponses[] = "Please do not paste debug output in the AppDB,".
+ " it belongs only as an attachment on bugzilla.";
$this->aCommonResponses[] = "We appreciate your submission but it".
" needs to be more detailed before it will be most useful to other users of".
" the Application Database.".