// geoIP menu tabs
$txt['geoIP'] = 'Geo-IP';
$txt['geoIPMap'] = 'Map Settings';
$txt['geoIPMain'] = 'Geo-IP';
$txt['geoIPSettings'] = 'Registration Settings';
$txt['geoIPOnlineMap'] = 'Online Member Map';
$txt['geoIP_info'] = 'GeoIP information for IP';
$txt['permissionname_geoIP_view'] = 'View Who\'s Online Map';
$txt['permissionhelp_geoIP_view'] = 'Allow the members to view the geoIP Whos Online Map. If not set, these members will not see the map.';
$txt['permissionname_geoIP_viewdetail'] = 'Identify Pin owner in the Online Map';
$txt['permissionhelp_geoIP_viewdetail'] = 'Allow the members to view which member a pin belongs to on the geoIP Whos Online Map. If not set, these members will not see the pin details.';
$txt['scheduled_task_desc_geoIP'] = 'Attempts to retrieve and install the latest database (of the type you installed) from Maxmind';
$txt['scheduled_task_geoIP'] = 'geoIP Database Update';
$txt['cannot_geoIP_view'] = 'Sorry, you are not allowed to view the Whos Online Map.';
//Alternative characters and symbols mod
$txt['degree'] = 'Degree Symbol';
$txt['quarter'] = 'Quarter Symbol';
$txt['half'] = 'Half Symbol';
$txt['3qtrs'] = 'Three Quarter symbol';
$txt['copywrt'] = 'Copyright Symbol';
$txt['ocirc'] = 'Small o with circumflex';
$txt['ediae'] = 'Small e with Diaeresis';
$txt['idiae'] = 'Small i with Diaeresis';
$txt['micro'] = 'Micro Symbol';
$txt['plusminus'] = 'Plus/Minus Symbol';
$txt['profile_statuses'] = 'Profile Statuses';
$txt['profile_statuses_enable'] = 'Enable Profile Statuses?';
$txt['profile_statuses_limit_pages'] = 'Display statuses per page';
$txt['profile_statuses_maxlen'] = 'Set max length of messages';
// Event reminder mod
$txt['reminder_mod_day'] = 'day';
$txt['reminder_mod_days'] = 'days';
$txt['reminder_mod_week'] = 'week';
$txt['reminder_mod_weeks'] = 'weeks';
$txt['reminder_noremind'] = 'no reminder';
$txt['reminder_emailsubject'] = 'Event Reminder!';
$txt['reminder_mod_before'] = ' before';
// Arcade start
global $scripturl;
// Arcade
$txt['arcade'] = 'Arcade';
// Core Features
$txt['core_settings_item_arcade'] = 'Arcade';
$txt['core_settings_item_arcade_desc'] = 'Enable Arcade section which allows users to play games and store their records for others to see.';
// Admin
$txt['arcade_admin'] = 'Arcade';
$txt['arcade_manage_games'] = 'Games';
$txt['arcade_manage_games_edit_games'] = 'Edit Games';
$txt['arcade_manage_games_install'] = 'Install Games';
$txt['arcade_manage_games_upload'] = 'Upload';
$txt['arcade_manage_category'] = 'Categories';
$txt['arcade_manage_category_list'] = 'List';
$txt['arcade_manage_category_new'] = 'New';
$txt['arcade_general'] = 'General';
$txt['arcade_general_information'] = 'Information';
$txt['arcade_general_settings'] = 'Settings';
$txt['arcade_general_permissions'] = 'Permissions';
$txt['arcade_maintenance'] = 'Maintenance';
$txt['arcade_maintenance_main'] = 'Main';
$txt['arcade_maintenance_highscore'] = 'Highscore';
// Moderation Log
$txt['modlog_ac_arcade_install_game'] = 'Installed Game "{game}"';
$txt['modlog_ac_arcade_update_game'] = 'Updated Game "{game}"';
$txt['modlog_ac_arcade_delete_game'] = 'Deleted Game "{game}"';
$txt['modlog_ac_arcade_remove_scores'] = 'Removed {scores} scores from Game "{game}"';
// Profile
$txt['arcadeStats'] = 'Arcade Statistics';
$txt['arcadeChallenge'] = 'Arcade Arena';
$txt['sendArcadeChallenge'] = 'Send Challenge';
$txt['arcadeSettings'] = 'Arcade Settings';
// Permission names and help
$txt['permissiongroup_arcade'] = 'Arcade';
$txt['permissionname_arcade_view'] = 'View Arcade';
$txt['permissionhelp_arcade_view'] = 'May access Arcade and use basic features like search and view highscores';
$txt['permissionname_arcade_play'] = 'Play on Arcade';
$txt['permissionhelp_arcade_play'] = 'Allows member to play, on Arcade, games which they have rights to';
$txt['permissionname_arcade_admin'] = 'Administrate arcade';
$txt['permissionhelp_arcade_admin'] = 'Arcade Administrator can Install/Edit/Delete game, Delete scores and edit settings for Arcade';
$txt['permissionname_arcade_submit'] = 'Save scores';
$txt['permissionhelp_arcade_submit'] = 'Allows users to save their scores.';
$txt['permissionname_arcade_comment'] = 'Edit Comments';
$txt['permissionhelp_arcade_comment'] = 'Allows user to edit comments, ';
$txt['permissionname_arcade_comment_own'] = 'Own';
$txt['permissionname_arcade_comment_any'] = 'Any';
$txt['permissionname_arcade_user_stats'] = 'View User Statistics';
$txt['permissionname_arcade_user_stats_own'] = 'Own';
$txt['permissionname_arcade_user_stats_any'] = 'Any';
$txt['permissionname_arcade_view_arena'] = 'View Arena';
$txt['permissionname_arcade_create_match'] = 'Create a new match on Arena';
$txt['permissionname_arcade_join_match'] = 'Join match on Arena';
$txt['permissionname_arcade_join_invite_match'] = 'Join match on Arena when invited';
$txt['permissionname_arcade_edit_settings'] = 'Edit Arcade Settings';
$txt['permissionname_arcade_edit_settings_own'] = 'Own';
$txt['permissionname_arcade_edit_settings_any'] = 'Any';
// Simple permission gropus
$txt['permissiongroup_simple_arcade'] = 'Use Arcade';
$txt['permissiongroup_simple_arcade_moderate'] = 'Moderate Arcade';
// Simple permission names
$txt['permissionname_simple_arcade_comment_own'] = 'Edit their own comments';
$txt['permissionname_simple_arcade_comment_any'] = 'Edit any comment';
$txt['permissionname_simple_arcade_user_stats_own'] = 'View their own statistics';
$txt['permissionname_simple_arcade_user_stats_any'] = 'View other people\'s statistics';
$txt['permissionname_simple_arcade_edit_settings_own'] = 'Edit their own Arcade Settings';
$txt['permissionname_simple_arcade_edit_settings_any'] = 'Edit other people\'s Arcade Settings';
// Errors if they can't do something
$txt['cannot_arcade_play'] = 'You are not allowed to play games!';
$txt['cannot_arcade_view'] = 'You are not allowed to access arcade.';
$txt['cannot_arcade_comment_own'] = 'You are not allowed to comment';
$txt['cannot_arcade_user_stats_any'] = 'You are not allowed to view statistics of any user';
$txt['cannot_arcade_user_stats_own'] = 'You are not allowed to view your statistics';
// Who's online
$txt['who_arcade'] = 'Viewing Arcade index';
$txt['who_arcade_play'] = 'Playing %s on Arcade';
$txt['who_arcade_highscore'] = 'Viewing highscores of %s on Arcade';
// Help
$txt['arcade_max_scores_help'] = 'Maximum scores that will be stored per member. (0 means unlimited)';
$txt['arcade_membergroups_help'] = 'These groups will be allowed to play and view highscores. Others will not see this game, only used if permission mode will use game permissions.';
// Arcade end
// Added by Related Topics
$txt['admin_related_topic'] = 'Related Topics';
$txt['admin_related_topics_information'] = 'Information';
$txt['admin_related_topics_settings'] = 'Settings';
$txt['admin_related_topics_methods'] = 'Methods';
$txt['related_topics_admin_title'] = 'Related Topics';
$txt['related_topics_admin_desc'] = '';
$txt['related_latest_news'] = 'Latest News';
$txt['related_news_unable_to_connect'] = 'Unable to connect to SMFArcade.info for latest news...';
$txt['related_version_info'] = 'Version Information';
$txt['related_installed_version'] = 'Installed Version';
$txt['related_latest_version'] = 'Latest Version';
$txt['related_topics_ignored_boards'] = 'Ignored Boards';
$txt['related_topics_methods_title'] = 'Methods';
$txt['related_topics_methods'] = 'Select methods used for determining Related Topics
Rebuild of index is required after changing these settings
';
$txt['related_topics_index'] = 'Index';
$txt['related_topics_rebuild'] = 'Rebuild Indexes';
$txt['related_topics_rebuild_desc'] = 'Use this after changing settings or to build initial cache';
$txt['relatedFulltext'] = 'Fulltext';
$txt['related_topics_settings_title'] = 'Related Topics';
$txt['relatedTopicsEnabled'] = 'Enable Related Topics';
$txt['relatedTopicsCount'] = 'How many related topics to show';
$txt['no_methods_selected'] = 'You haven\'t selected which methods to use to determine related topics';
$txt['related_topics'] = 'Related Topics';
// END Added by Related Topics
// Begin Auto Embed Media Pro Text Strings
$txt['mediapro_admin'] = 'Simple Audio Video Embedder';
$txt['mediapro_settings'] = 'Settings';
$txt['mediapro_save_settings'] = 'Save Settings';
$txt['mediapro_err_cache'] = 'Cache folder not writable must fix for performance!';
// END Auto Embed Media Pro Text Strings
// Begin SMF Gallery Text Strings
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_admin'] = 'Gallery Configuration';
$txt['gallery_ftp'] = 'Batch Add';
$txt['gallery_text_catpermlist2'] = 'Category Permissions';
$txt['gallery_filespace'] = 'Space Manager';
$txt['gallery_form_approveimages'] = 'Approve Images';
$txt['gallery_form_reportimages'] = 'Reported Images';
$txt['gallery_form_approvecomments'] = 'Approve Comments';
$txt['gallery_form_managecats'] = 'Manage Categories';
$txt['gallery_text_settings'] = 'Settings';
$txt['gallery_text_videosettings'] = 'Video Settings';
//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';
$txt['permissiongroup_simple_smfgallery'] = 'Use SMF Gallery';
$txt['permissionname_smfgallery_view'] = 'View SMF Gallery';
$txt['permissionhelp_smfgallery_view'] = 'Allows the user to view the Gallery';
$txt['cannot_smfgallery_view'] = 'You are not allowed to view the Gallery';
$txt['permissionname_smfgallery_add'] = 'Add Picture';
$txt['permissionhelp_smfgallery_add'] = 'Allows the user to add a picture.';
$txt['cannot_smfgallery_add'] = 'You are not allowed to add a picture.';
$txt['permissionname_smfgallery_bulk'] = 'Bulk Uploads';
$txt['permissionhelp_smfgallery_bulk'] = 'Allows the user to use the bulk upload feature.';
$txt['cannot_smfgallery_bulk'] = 'You are not allowed to bulk upload.';
$txt['permissionname_smfgallery_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit their own picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit that picture.';
$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete their own picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete that picture.';
$txt['permissionname_smfgallery_ratepic'] = 'Rate Picture';
$txt['permissionhelp_smfgallery_ratepic'] = 'Allows the user to rate a picture.';
$txt['cannot_smfgallery_ratepic'] = 'You are not allowed to rate that picture.';
$txt['permissionname_smfgallery_editcomment'] = 'Edit own Comment';
$txt['permissionhelp_smfgallery_editcomment'] = 'Allows the user to edit their own comments.';
$txt['cannot_smfgallery_editcomment'] = 'You are not allowed to edit that comment.';
$txt['permissionname_smfgallery_comment'] = 'Leave Comments';
$txt['permissionhelp_smfgallery_comment'] = 'Allows the user to leave comments on a picture.';
$txt['cannot_smfgallery_comment'] = 'You are not allowed to leave comments.';
$txt['permissionname_smfgallery_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_smfgallery_report'] = 'Allows the user to report pictures and comments.';
$txt['cannot_smfgallery_report'] = 'You are not allowed to report content.';
$txt['permissionname_smfgallery_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_smfgallery_autocomment'] = 'Comments do not need to wait for approval.';
$txt['permissionname_smfgallery_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';
$txt['permissionname_smfgallery_usergallery'] = 'Personal Gallery';
$txt['permissionhelp_smfgallery_usergallery'] = 'Allows the user to have a personal gallery.';
$txt['cannot_smfgallery_usergallery'] = 'You are not allowed to have a gallery.';
$txt['permissionname_smfgallery_manage'] = 'Admin Gallery';
$txt['permissionhelp_smfgallery_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Pictures, Approve Pictures.';
$txt['cannot_smfgallery_manage'] = 'You are not allowed to manage gallery.';
// END SMF Gallery Text Strings
// Begin Badge Awards Text Strings
$txt['badge_admin'] = 'Badge Awards';
$txt['badge_settings'] = 'Settings';
$txt['badge_subjectaward'] = 'You have just received an award!';
$txt['badge_bodyaward'] = 'You have been given the %award badge!';
$txt['badge_bodyaward2'] = "A link to your current badges: %badges";
$txt['badge_awardsystem'] = 'Award System';
$txt['badge_badges'] = 'Badges';
$txt['badge_latestbadges'] = 'Latest Badges Awarded';
$txt['badge_txt_viewall'] = '(View All)';
$txt['badge_txt_totalbadges'] = 'Total Badges: ';
$txt['badge_rebagemembers'] = 'Rebadge Members';
$txt['badge_badgelist'] = 'Badge List';
$txt['badge_givebadge'] = 'Give Badge';
$txt['badge_memberbadgehistory'] = 'Member Badge History';
$txt['badge_pmshopcredits'] = 'You also have been awarded %credits shop credits';
$txt['badge_pmkarmapoints'] = 'You also have been awarded %karma karma points';
// END Badge Awards Text Strings
// Event reminder mod
$txt['reminder_mod_day'] = 'day';
$txt['reminder_mod_days'] = 'days';
$txt['reminder_mod_week'] = 'week';
$txt['reminder_mod_weeks'] = 'weeks';
$txt['reminder_noremind'] = 'no reminder';
$txt['reminder_emailsubject'] = 'Event Reminder!';
$txt['reminder_mod_before'] = ' before';
// PreviousNextPage links
$txt['prev page'] = 'Prev';
$txt['next page'] = 'Next';
// * Watermark mod by Digger
$txt['watermark'] = 'Watermark';
$txt['watermarkEnabled'] = 'Enable watermark (for JPG, GIF, PNG)';
$txt['watermarkImage'] = 'Watermark filename. Supported formats are GIF and PNG. Upload your watermark files into the directory /Watermark/Logo.';
$txt['watermarkTransparency'] = 'Watermark opacity (0-100). Only for GIF watermark.';
$txt['watermarkJpegQuality'] = 'Jpeg quality (0-100). Ranges from 0 (worst quality, smaller file) to 100 (best quality, biggest file).';
$txt['watermarkPngCompression'] = 'Png compression(0-9)';
$txt['watermarkMaxHeight'] = 'Watermark images with height more than (pixels)';
$txt['watermarkMaxWidth'] = 'Watermark images with width more than (pixels)';
$txt['watermarkBorder'] = 'Space beetween the watermark and the nearest border (pixels)';
$txt['watermarkPosition'] = 'Watermark Position';
$txt['watermarkPositionTopLeft'] = 'Top left corner';
$txt['watermarkPositionTopRight'] = 'Top right corner';
$txt['watermarkPositionBottomLeft'] = 'Bottom left corner';
$txt['watermarkPositionBottomRight'] = 'Bottom right corner';
$txt['watermarkPositionCenter'] = 'Center';
$txt['watermarkLogoTitle'] = 'Watermark';
$txt['watermarkTestTitle'] = 'JPG example';
$txt['watermarkTestOriginal'] = 'Original size: ';
$txt['watermarkTestWatermarked'] = 'Watermarked size: ';
$txt['watermarkTestText'] = 'If the demo image is not refreshed after changing the settings, refresh the page in your browser.';
// Watermark Mod *
$txt['hideusernames'] = 'User name for Guests to see e.g. Hidden';
?>
Sweetwater Fishing Australia - Forum