From 84d3af5a245147accba90917efc34d423f76f136 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 26 Oct 2005 19:07:25 +0000 Subject: [PATCH] Fix some inproper lang changes --- .../serendipity_plugin_entrylinks.php | 2 +- .../serendipity_plugin_history/serendipity_plugin_history.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/serendipity_plugin_entrylinks/serendipity_plugin_entrylinks.php b/plugins/serendipity_plugin_entrylinks/serendipity_plugin_entrylinks.php index 2357223..1d6f21f 100644 --- a/plugins/serendipity_plugin_entrylinks/serendipity_plugin_entrylinks.php +++ b/plugins/serendipity_plugin_entrylinks/serendipity_plugin_entrylinks.php @@ -9,7 +9,7 @@ if (file_exists($probelang)) { @define('PLUGIN_ENTRYLINKS_NAME', 'Entry\'s Links'); @define('PLUGIN_ENTRYLINKS_BLAHBLAH', 'Shows all links referrenced in an article'); @define('PLUGIN_ENTRYLINKS_NEWWIN', 'Open links in new window?'); -@define('PLUGIN_ENTRYLINKS_NEWWIN_BLAHBLAH', 'Devem as ligações abrir numa nova janela? (Por omissão: janela corrente)'); +@define('PLUGIN_ENTRYLINKS_NEWWIN_BLAHBLAH', 'Should the links be opened in a new window? (Default: Current window)'); @define('PLUGIN_ENTRYLINKS_REFERERS', 'Referring links'); @define('PLUGIN_ENTRYLINKS_WORDWRAP', 'Wordwrap'); @define('PLUGIN_ENTRYLINKS_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)'); diff --git a/plugins/serendipity_plugin_history/serendipity_plugin_history.php b/plugins/serendipity_plugin_history/serendipity_plugin_history.php index b7ce392..bfa2aa4 100644 --- a/plugins/serendipity_plugin_history/serendipity_plugin_history.php +++ b/plugins/serendipity_plugin_history/serendipity_plugin_history.php @@ -19,7 +19,7 @@ if (file_exists($probelang)) { @define('PLUGIN_HISTORY_INTRO', 'Intro'); @define('PLUGIN_HISTORY_INTRO_DESC', 'A short intro like \'One year ago I said:\'.'); @define('PLUGIN_HISTORY_OUTRO', 'Outro'); -@define('PLUGIN_HISTORY_OUTRO_DESC', 'A short Intro like \'Nice, eh?\'.'); +@define('PLUGIN_HISTORY_OUTRO_DESC', 'A short outro like \'Nice, eh?\'.'); @define('PLUGIN_HISTORY_DISPLAYDATE', 'Display date'); @define('PLUGIN_HISTORY_DISPLAYDATE_DESC', 'Display the date of each entry?'); @define('PLUGIN_HISTORY_MAXLENGTH', 'Title-Length'); -- 2.39.5