From ebda7d6b2abfe5acefc5c529ed8a2ef6b5d543ae Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 2 Sep 1998 13:12:39 +0000 Subject: [PATCH] Added strings for new I18N features in Composer: correct bad charset param in tag --- include/allxpstr.h | 12 ++++++++++++ include/allxpstr.rc | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/include/allxpstr.h b/include/allxpstr.h index 4d5385aeeb8..9bececad7e2 100644 --- a/include/allxpstr.h +++ b/include/allxpstr.h @@ -6497,6 +6497,18 @@ ResDef(XP_EDT_REPLACE_CELLS, (XP_MSG_BASE + 846), ResDef(XP_EDT_PASTE_AS_TABLE, (XP_MSG_BASE + 847), "Paste text as a new table?") +ResDef(XP_EDT_CHARSET_LABEL, (XP_MSG_BASE + 849), +"The character set label of this page is '%s'.") +ResDef(XP_EDT_CHARSET_CANT_EDIT, (XP_MSG_BASE + 850), +"\nCommunicator does not recognize this and cannot edit it.") +ResDef(XP_EDT_CURRENT_CHARSET, (XP_MSG_BASE + 851), +"\nYour current character set is '%s'.") +ResDef(XP_EDT_CHARSET_EDIT_REPLACE, (XP_MSG_BASE + 852), +"\nSelect OK to edit the page and change the character set label to '%s'.") +ResDef(XP_EDT_CHARSET_EDIT_CANCEL, (XP_MSG_BASE + 853), +"\nSelect Cancel to abort editing this page.") +ResDef(XP_EDT_CHARSET_EDIT_NOREPLACE, (XP_MSG_BASE + 854), +"\nSelect Cancel to edit the page and keep '%s'.") ResDef(MK_ADDR_DELETE_ALL, XP_MSG_BASE+860, "Delete From All Lists") /* new entry in address book context menus - delete all from list */ ResDef(MK_ADDR_IMPORT_CARDS, XP_MSG_BASE+861, "Adding cards to %s") /* line text for progress window on importing an address book */ diff --git a/include/allxpstr.rc b/include/allxpstr.rc index 4d5385aeeb8..9bececad7e2 100644 --- a/include/allxpstr.rc +++ b/include/allxpstr.rc @@ -6497,6 +6497,18 @@ ResDef(XP_EDT_REPLACE_CELLS, (XP_MSG_BASE + 846), ResDef(XP_EDT_PASTE_AS_TABLE, (XP_MSG_BASE + 847), "Paste text as a new table?") +ResDef(XP_EDT_CHARSET_LABEL, (XP_MSG_BASE + 849), +"The character set label of this page is '%s'.") +ResDef(XP_EDT_CHARSET_CANT_EDIT, (XP_MSG_BASE + 850), +"\nCommunicator does not recognize this and cannot edit it.") +ResDef(XP_EDT_CURRENT_CHARSET, (XP_MSG_BASE + 851), +"\nYour current character set is '%s'.") +ResDef(XP_EDT_CHARSET_EDIT_REPLACE, (XP_MSG_BASE + 852), +"\nSelect OK to edit the page and change the character set label to '%s'.") +ResDef(XP_EDT_CHARSET_EDIT_CANCEL, (XP_MSG_BASE + 853), +"\nSelect Cancel to abort editing this page.") +ResDef(XP_EDT_CHARSET_EDIT_NOREPLACE, (XP_MSG_BASE + 854), +"\nSelect Cancel to edit the page and keep '%s'.") ResDef(MK_ADDR_DELETE_ALL, XP_MSG_BASE+860, "Delete From All Lists") /* new entry in address book context menus - delete all from list */ ResDef(MK_ADDR_IMPORT_CARDS, XP_MSG_BASE+861, "Adding cards to %s") /* line text for progress window on importing an address book */