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

This commit is contained in:
Michael Stefaniuc 2008-09-06 00:15:03 +02:00 committed by Alexandre Julliard
parent c425b43192
commit d94a90273e
1 changed files with 0 additions and 13 deletions

View File

@ -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