From 410c00fae4b69d90705d1e9015f985d0309c1680 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 21 Apr 2009 00:35:27 +0200 Subject: [PATCH] wordpad: "Fix" the Turkish translation. Remove the untranslated and incomplete STRINGTABLE. --- programs/wordpad/Tr.rc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/programs/wordpad/Tr.rc b/programs/wordpad/Tr.rc index bf0eefdd0aa..7df9a36fb7a 100644 --- a/programs/wordpad/Tr.rc +++ b/programs/wordpad/Tr.rc @@ -225,16 +225,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 -- 2.11.4.GIT