Lang update, by Manuel Charisius
This commit is contained in:
parent
bb7fb4e5a8
commit
58a683eb00
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_en.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_en.inc.php 1385 2006-08-15 13:02:13Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
@ -188,7 +188,7 @@
|
||||
@define('FILE_WRITE_ERROR', 'Cannot write to file %s.');
|
||||
@define('FILE_CREATE_YOURSELF', 'Please create the file yourself or check permissions');
|
||||
@define('COPY_CODE_BELOW', '<br />* Just copy the code below and place it in %s in your %s folder:<b><pre>%s</pre></b>' . "\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 <a href="%s">install</a> 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?');
|
||||
|
@ -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!');
|
||||
|
Loading…
x
Reference in New Issue
Block a user