Michael Stefaniuc : wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE .

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:14 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sat Sep  6 00:15:03 2008 +0200

wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE.

---

 programs/wordpad/Hu.rc |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/programs/wordpad/Hu.rc b/programs/wordpad/Hu.rc
index 254f435..b5ea2d7 100644
--- a/programs/wordpad/Hu.rc
+++ b/programs/wordpad/Hu.rc
@@ -222,16 +222,3 @@ STRINGTABLE DISCARDABLE
 BEGIN
     STRING_UNITS_CM,             "cm"
 END
-
-STRINGTABLE DISCARDABLE
-BEGIN
-    STRING_DEFAULT_FILENAME,     "Document"
-    STRING_PROMPT_SAVE_CHANGES,  "Save changes to '%s'?"
-    STRING_SEARCH_FINISHED,      "Finished searching the document."
-    STRING_LOAD_RICHED_FAILED,   "Failed to load the RichEdit library."
-    STRING_SAVE_LOSEFORMATTING,  "You have chosen to save in plain text format, " \
-                                 "which will cause all formatting to be lost. " \
-                                 "Are you sure that you wish to do this?"
-    STRING_INVALID_NUMBER,       "Invalid number format"
-    STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
-END




More information about the wine-cvs mailing list