From a69464abf131702d2c233a05ac8aff3b301b778d Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 16 Aug 2006 08:45:26 +0000 Subject: [PATCH] Lang update, by Manuel Charisius --- lang/UTF-8/serendipity_lang_en.inc.php | 6 ++-- .../lang_en.inc.php | 35 +++++++++---------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/lang/UTF-8/serendipity_lang_en.inc.php b/lang/UTF-8/serendipity_lang_en.inc.php index 8f37543..4b0333a 100644 --- a/lang/UTF-8/serendipity_lang_en.inc.php +++ b/lang/UTF-8/serendipity_lang_en.inc.php @@ -1,4 +1,4 @@ -* Just copy the code below and place it in %s in your %s folder:
%s
' . "\n"); -@define('WWW_USER', 'Change www to the user apache runs as (e.g. nobody).'); +@define('WWW_USER', 'Change \'www\' to the user apache runs as (e.g. \'nobody\').'); @define('BROWSER_RELOAD', 'Once you have done this, hit your browser\'s "reload" button.'); @define('DIAGNOSTIC_ERROR', 'We detected some errors while running some diagnostics on your entered information:'); @define('SERENDIPITY_NOT_INSTALLED', 'Serendipity is not yet installed. Please install it now.'); @@ -797,7 +797,7 @@ @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); -@define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.'); +@define('COMMENT_NOT_ADDED', 'Your comment could not be added because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.'); @define('INSTALL_TRACKREF', 'Enable referrer tracking?'); @define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.'); @define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); diff --git a/plugins/serendipity_event_statistics/lang_en.inc.php b/plugins/serendipity_event_statistics/lang_en.inc.php index 73928fd..3eaec3e 100644 --- a/plugins/serendipity_event_statistics/lang_en.inc.php +++ b/plugins/serendipity_event_statistics/lang_en.inc.php @@ -62,16 +62,27 @@ @define('PLUGIN_EVENT_STATISTICS_EXT_OPT1', 'No!'); @define('PLUGIN_EVENT_STATISTICS_EXT_OPT2', 'Yes, at the bottom of the page'); @define('PLUGIN_EVENT_STATISTICS_EXT_OPT3', 'Yes, at the top of the page'); -@define('PLUGIN_EVENT_STATISTICS_EXT_VISITORS', 'Nr of vistors'); -@define('PLUGIN_EVENT_STATISTICS_EXT_VISTODAY', 'Nr of vistors today'); -@define('PLUGIN_EVENT_STATISTICS_EXT_VISTOTAL', 'Total nr of vistors'); -@define('PLUGIN_EVENT_STATISTICS_EXT_VISSINCE', 'The extended visitors statistic feature has collected data since'); +@define('PLUGIN_EVENT_STATISTICS_EXT_ALL', 'Set to \'no\' to show only visitor stats'); +@define('PLUGIN_EVENT_STATISTICS_EXT_ALL_DESC', 'Show everything? (default: no)'); +@define('PLUGIN_EVENT_STATISTICS_EXT_ALL1', 'No, hide everything but the counter.'); +@define('PLUGIN_EVENT_STATISTICS_EXT_ALL2', 'Yes, show me all statistics!'); +@define('PLUGIN_EVENT_STATISTICS_EXT_VISITORS', 'Individual counters'); +@define('PLUGIN_EVENT_STATISTICS_EXT_VISTODAY', 'Vistors today'); +@define('PLUGIN_EVENT_STATISTICS_EXT_VISTOTAL', 'Vistors ever'); +@define('PLUGIN_EVENT_STATISTICS_EXT_HITSTODAY', 'Hits today'); +@define('PLUGIN_EVENT_STATISTICS_EXT_HITSTOTAL', 'Hits ever'); +@define('PLUGIN_EVENT_STATISTICS_EXT_VISSINCE', 'Collecting stats since'); +@define('PLUGIN_EVENT_STATISTICS_EXT_COUNTDESC','The hits can go quite high and are purely for indication of pageviews. The hits are updated on EVERY pageview or refresh. This number is NOT a actual visit count.'); @define('PLUGIN_EVENT_STATISTICS_EXT_VISLATEST', 'Latest Visitors'); @define('PLUGIN_EVENT_STATISTICS_EXT_TOPREFS', 'Top Referrers'); @define('PLUGIN_EVENT_STATISTICS_EXT_TOPREFS_NONE', 'No referrers have yet been registered.'); +@define('PLUGIN_EVENT_STATISTICS_EXT_DAYGRAPH', 'Visits based on day'); +@define('PLUGIN_EVENT_STATISTICS_EXT_MONTHGRAPH', 'Visits based on month'); @define('PLUGIN_EVENT_STATISTICS_OUT_EXT_STATISTICS', 'Extended Visitor Statistics'); -@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS', 'Ban browsers from beeing counted'); -@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS_DESC', 'Insert browsers that should be excluded from counting, separated by "|".'); +@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS1', 'Enable, do not count bots'); +@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS2', 'Disable, please count bots'); +@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS', 'Robot count protection'); +@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS_DESC', 'Set to \'yes\' to not count robots. set to \'no\' to count robots. Currently over 25 bots are banned.'); @define('PLUGIN_EVENT_STATISTICS_SHOW_LASTENTRY', 'Show date of last entry'); @define('PLUGIN_EVENT_STATISTICS_SHOW_ENTRYCOUNT', 'Show number of entries'); @@ -88,15 +99,3 @@ @define('PLUGIN_EVENT_STATISTICS_SHOW_CURRENTVISITORS', 'Show number of current visitors (aggregate past 15 minutes)'); @define('PLUGIN_EVENT_STATISTICS_TEXT_CURRENTVISITORS', '%s visitor(s) online'); - -@define('PLUGIN_EVENT_STATISTICS_EXT_HITSTODAY', 'Hits today'); -@define('PLUGIN_EVENT_STATISTICS_EXT_HITSTOTAL', 'Hits ever'); -@define('PLUGIN_EVENT_STATISTICS_EXT_DAYGRAPH', 'Visits based on day'); -@define('PLUGIN_EVENT_STATISTICS_EXT_MONTHGRAPH', 'Visits based on month'); -@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS1', 'Enable, do not count bots'); -@define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS2', 'Disable, please count bots'); -@define('PLUGIN_EVENT_STATISTICS_EXT_COUNTDESC','The hits can go quite high and are purely for indication of pageviews. The hits are updated on EVERY pageview or refresh. This number is NOT a actual visit count.'); -@define('PLUGIN_EVENT_STATISTICS_EXT_ALL', 'Set to \'no\' to show only visitor stats'); -@define('PLUGIN_EVENT_STATISTICS_EXT_ALL_DESC', 'Show everything? (default: no)'); -@define('PLUGIN_EVENT_STATISTICS_EXT_ALL1', 'No, hide everything but the counter.'); -@define('PLUGIN_EVENT_STATISTICS_EXT_ALL2', 'Yes, show me all statistics!'); -- 2.39.5