From 27eba219a1d44c6b53909ca3708082877db65c98 Mon Sep 17 00:00:00 2001 From: jwalker Date: Fri, 30 Dec 2005 20:32:23 +0000 Subject: [PATCH] added string constants to lang_en.inc.php --- .../serendipity_event_mailer/lang_bg.inc.php | 48 +++++++++---------- .../serendipity_event_mailer/lang_en.inc.php | 4 ++ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/plugins/serendipity_event_mailer/lang_bg.inc.php b/plugins/serendipity_event_mailer/lang_bg.inc.php index f6ef6d3..353f86f 100644 --- a/plugins/serendipity_event_mailer/lang_bg.inc.php +++ b/plugins/serendipity_event_mailer/lang_bg.inc.php @@ -1,24 +1,24 @@ - + diff --git a/plugins/serendipity_event_mailer/lang_en.inc.php b/plugins/serendipity_event_mailer/lang_en.inc.php index a42164d..11e5ff7 100644 --- a/plugins/serendipity_event_mailer/lang_en.inc.php +++ b/plugins/serendipity_event_mailer/lang_en.inc.php @@ -17,5 +17,9 @@ @define('PLUGIN_EVENT_MAILER_CONVERTP', 'Convert HTML-paragraphs to newlines?'); @define('PLUGIN_EVENT_MAILER_CONVERTPDESC', 'Adds a newline after each HTML paragraph. This is very useful if you enable HTML removing, so that your paragraphs can be kept if not manually entered.'); @define('PLUGIN_EVENT_MAILER_RECIPIENTS', 'Mail recipient (seperate multiple recipients with a space)'); +@define('PLUGIN_EVENT_MAILER_NOTSENDDECISION', 'This entry was not sent via E-Mail because you decided to not send it.'); +@define('PLUGIN_EVENT_MAILER_SENDING', 'Sending'); +@define('PLUGIN_EVENT_MAILER_ISTOSENDIT', 'Send this entry via E-Mail'); + ?> -- 2.39.5