/* MOD Forum Statistics
*fs [English]
@package : language
@author : TheUniqueTiger (Nayan Ghosh)
@license :
http://opensource.org/licenses/gpl-license.php GNU Public License
@file version : 1.0.0
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'FS' => 'Statistiques du Forum',
'FS_BASIC' => 'Statistiques',
'FS_BASIC_BASIC' => 'Statistiques du forum',
'FS_BASIC_ADVANCED' => 'Statistiques détaillées du forum',
'FS_ACTIVITY' => 'Activité du forum',
'FS_ACTIVITY_FORUMS' => 'Statistiques du forum',
'FS_ACTIVITY_TOPICS' => 'Statistiques des topics',
'FS_ACTIVITY_USERS' => 'Statistiques des membres',
'FS_CONTRIBUTIONS' => 'Contributions du forum',
'FS_CONTRIBUTIONS_ATTACHMENTS' => 'Statistiques des pièces jointes',
'FS_CONTRIBUTIONS_POLLS' => 'Statistiques des sondages',
'FS_PERIODIC' => 'Statistiques périodiques',
'FS_PERIODIC_DAILY' => 'Statistiques quotidiennes',
'FS_PERIODIC_MONTHLY' => 'Statistiques mensuelles',
'FS_PERIODIC_HOURLY' => 'Statistiques horaires',
'FS_SETTINGS' => 'Statistiques des paramètres',
'FS_SETTINGS_BOARD' => 'Statistiques des paramètres du forum',
'FS_SETTINGS_PROFILE' => 'Statistiques des paramètres de profil',
'TOTALS' => 'Total',
'OVERALL' => 'Global',
'NONE' => 'Aucun',
'LIMIT_PROMPT' => 'Number of top %s to be retrieved',
'GB' => 'GB',
'AS_ON' => 'As on %s',
//basic stats
'TOTAL_POSTS' => 'Total posts',
'TOTAL_TOPICS' => 'Total topics',
'TOTAL_USERS' => 'Total users',
'TOTAL_FORUM_CAT' => 'Total forum categories',
'TOTAL_FORUM_POST' => 'Total posting forums',
'TOTAL_FORUM_LINK' => 'Total link forums',
'TOTAL_FORUMS' => 'Total forums',
'FORUMS' => 'Forums',
'TOTAL_ATTACHMENTS' => 'Total attachments',
'TOTAL_POLLS' => 'Total polls',
'TOPICS' => 'Topics',
'TOPICS_GLOBAL' => 'Global topics',
'TOPICS_ANNOUNCE' => 'Announcement topics',
'TOPICS_STICKY' => 'Sticky topics',
'TOPICS_NORMAL' => 'Normal topics',
'TOPICS_UNAPPROVED' => 'Unapproved topics',
'UNAPPROVED_POSTS' => 'Unapproved posts',
'USERS' => 'Users',
'USERS_INACTIVE' => 'Inactive users',
'USERS_INACTIVE_EXPLAIN' => 'Users who have not visited in the past %d days',
'USERS_ACTIVE' => 'Active users',
'USERS_ACTIVE_EXPLAIN' => 'Users who have visited at least once in the past %d days',
'USERS_TOTAL_BOTS' => 'Registered bots',
'USERS_VISITED_BOTS' => 'Visited bots',
'AVG_FILES_DAY' => 'Average attachments per day',
'AVERAGES' => 'Averages',
//advanced stats
'BOARD_BACKGROUND' => 'Board background',
'START_DATE' => 'Board start date',
'BOARD_AGE' => 'Board age',
'SECOND' => 'second',
'SECONDS' => 'seconds',
'MINUTE' => 'minute',
'MINUTES' => 'minutes',
'HOUR' => 'hour',
'HOURS' => 'hours',
'DAY' => 'day',
'DAYS' => 'days',
'MONTH' => 'month',
'MONTHS' => 'months',
'YEAR' => 'year',
'YEARS' => 'years',
'BOARD_VERSION' => 'Board version',
'GZIP_COMPRESSION' => 'GZip Compression',
'ON' => 'On',
'OFF' => 'Off',
'DATABASE' => 'Database',
'DATABASE_SIZE' => 'Database size',
'DATABASE_INFO' => 'Database info',
'FILESYSTEM' => 'Filesystem',
'ATTACHMENTS_TOTAL' => 'Total attachments',
'ATTACHMENTS_SIZE' => 'Total attachments size',
'AVATARS_TOTAL' => 'Total avatars',
'AVATARS_SIZE' => 'Total avatars size',
'CACHED_FILES_TOTAL' => 'Total cached files',
'CACHED_FILES_SIZE' => 'Total cache size',
'INSTALLED_COMPONENTS' => 'Installed components',
'STYLES' => 'Styles',
'IMAGESETS' => 'Imagesets',
'TEMPLATES' => 'Templates',
'THEMES' => 'Themes',
'LANG_PACKS' => 'Language packs',
'BY' => 'by',
//activity - forums
'COUNT' => 'Count',
'PERCENT' => 'Percent',
'TOP_FORUMS_BY_TOPICS' => 'Top %d forums (by topics)',
'TOP_FORUMS_BY_POSTS' => 'Top %d forums (by posts)',
'TOP_FORUMS_BY_POLLS' => 'Top %d forums (by polls)',
'TOP_FORUMS_BY_STICKY' => 'Top %d forums (by sticky topics)',
'TOP_FORUMS_BY_PARTICIPATION' => 'Top %d forums (by user participation)',
//activity - topics
'TOP_TOPICS_BY_POSTS' => 'Top %d topics (by posts)',
'TOP_TOPICS_BY_POSTS_PCT_EXPLAIN' => 'The percentage shown is the percentage of posts in that fil to the total posts.',
'TOP_TOPICS_BY_POSTS_BAR_EXPLAIN' => 'The bar shown is for comparison with the fil with highest number of posts.',
'TOP_TOPICS_BY_VIEWS' => 'Top %d topics (by views)',
'TOP_TOPICS_BY_VIEWS_PCT_EXPLAIN' => 'The percentage shown is the percentage of fil views compared to the total fil views.',
'TOP_TOPICS_BY_PARTICIPATION' => 'Top %d topics (by user participation)',
'TOP_TOPICS_BY_ATTACHMENTS' => 'Top %d topics (by attachments)',
//activity - users
'MEMBERS' => 'Members',
'TOTAL_MEMBERS' => 'Total members',
'TOTAL_REG_USERS' => 'Total registered users',
'MOST_ONLINE' => 'Most users online',
'INCLUDING_BOTS' => 'including Bots',
'TOTAL_ONLINE' => 'Total users online',
'ONLINE_ON' => 'on',
'TOTAL_HIDDEN' => 'Total hidden users online',
'TOTAL_MEMBERS_ONLINE' => 'Total members online',
'TOP_USERS_BY_POSTS' => 'Top %d users (by posts)',
'TOP_USERS_BY_TOPICS' => 'Top %d users (by topics)',
'TOP_USERS_BY_RECENT_POSTS' => 'Top %1$d users (by recent posts over last %2$d days)',
'RECENT_POSTS_DAYS_LIMIT_PROMPT' => 'Number of days to be considered for recent posts',
'WHO_IS_ONLINE_EXPLAIN' => 'based on users active over the past %d minutes',
'RANKS_POSTS' => 'Ranks (Non-special ranks based on post count)',
'RANKS' => 'Ranks',
'RANK_MIN_POSTS' => 'Minimum post count',
'MEMBER_COUNT' => 'Member count',
//contributions - attachments
'ATTACHMENTS_ORPHAN' => 'Orphan attachments',
'ATTACHMENTS_ORPHAN_SIZE' => 'Orphan attachments size',
'ATTACHMENTS_OR_USERS' => 'Attachments/Users',
'RECENT_ATTACHMENTS' => 'Recent %d attachments',
'ATTACH_ON' => 'on',
'ATTACH_DETAILS' => 'Details',
'TOP_ATTACHMENTS_BY_FILETYPE' => 'Top %d attachment filetypes (by file extension)',
'ATTACHMENT_FILETYPES' => 'Attachment filetypes',
'TOP_ATTACHMENTS_BY_FILESIZE' => 'Top %d attachments (by file size)',
'TOP_ATTACHMENTS_BY_DOWNLOAD' => 'Top %d attachments (by download count)',
'FILESIZE' => 'File size',
'TOP_USERS_BY_ATTACHMENTS' => 'Top %d users (by attachments)',
'TOTAL_DOWNLOADS' => 'Total file downloads',
'TOTAL_DOWNLOADS_SIZE' => 'Total downloads size',
//contributions - polls
'TOTAL_OPEN_POLLS' => 'Total open polls',
'TOTAL_POLL_VOTES' => 'Total poll votes',
'RECENT_POLLS' => 'Recent %d polls',
'POLLS' => 'Polls',
'TOP_POLLS_BY_VOTES' => 'Top %d polls (by votes)',
'TOTAL_POLLS_VOTED' => 'Total polls in which you have voted',
//periodic - daily, monthly
'PERIODIC_DAY' => 'Day',
'PERIODIC_MONTH' => 'Month',
'AVG_POSTS_DAY' => 'Average posts per day',
'AVG_TOPICS_DAY' => 'Average topics per day',
'AVG_USER_REGS_DAY' => 'Average registrations per day',
'AVG_POSTS_MONTH' => 'Average posts per month',
'AVG_TOPICS_MONTH' => 'Average topics per month',
'AVG_USER_REGS_MONTH' => 'Average registrations per month',
'TOTAL_USER_REGS' => 'Total user registrations',
'STATS_MONTH_EXPLAIN' => 'The following statistics are shown for month of <strong>%s</strong>',
'STATS_YEAR_EXPLAIN' => 'The following statistics are shown for the year <strong>%s</strong>',
'USER_REGS' => 'User registrations',
'SHOW_STATS_FOR_MONTH' => 'Show statistics for the selected month',
'SHOW_STATS_FOR_YEAR' => 'Show statistics for the selected year',
'ALL' => 'All',
//periodic- hourly
'SELECT_TIME_PERIOD' => 'Select the time period',
'PERCENT_OF_TOTAL' => '%% of total forum %s',
'PERIODIC_HOUR' => 'Hour',
'HOURLY_STATS_EXPLAIN' => 'Showing statistics for <strong>%s</strong>',
//settings - board
'OVERRIDE_STYLE_EXPLAIN' => 'The board administrators have set the option to override the user\'s style with the default style.',
'DEFAULT_STYLE_EXPLAIN' => 'The default style is <strong>%1$s (%2$s)</strong> which is the overriden style for all users (including bots).',
'STYLE' => 'Style',
'USERS_INCL_BOTS' => 'Users using this style (including bots)',
'LANGUAGES_BY_USERS' => 'Languages (by users who have set that language)',
'LANGUAGE' => 'Language',
'TIMEZONES_BY_USERS' => 'Timezones (by users who have set that timezone)',
'TIMEZONE' => 'Timezone',
'LEGEND_BOLD_ITALIC' => 'The element shown in bold letters is the maximum for that group. The element shown in italics is the group that you belong to.',
'SINGLE_LANG_EXPLAIN' => 'There is only a single language pack installed on the forum which is used by all the users.',
'DEFAULT_LANG_EXPLAIN' => 'The default language pack is <strong>%1$s (%2$s)</strong>.',
//settings - profile
'AGE_RANGES' => 'Users count by age ranges',
'AGE_RANGE' => 'Age range',
'SEL_AGE_INTERVAL_PROMPT' => 'Select the range interval',
'USERS_WITH_BIRTHDAY' => 'Users who have set their birthday',
'USERS_WITH_LOCATION' => 'Users who have set their location',
'USER_LOCATIONS' => 'User Locations',
'TOP_USER_LOCATIONS' => 'Top %d User Locations',
'CUSTOM_PROFILE_FIELD' => 'Custom Profile Field',
'CPF_TOP_X' => 'Top %1$d %2$s',
'TOTAL_VALUES_SET_PROMPT' => 'Total users who have set %s',
'DEFAULT' => 'default',
));