View file PF.Site/Apps/core/phrase.json

File size: 528.45Kb
{
  "module_admincp": "Admincp",
  "logged_in_as": "Logged in as {full_name}",
  "view_site": "View Site",
  "logout": "Logout",
  "admin_cp": "Admin CP",
  "dashboard": "Dashboard",
  "setting_add_group": "Select the group your new setting will belong to. \r\n\r\nRegardless of the group it belongs to it can be accessed globally. \r\n\r\nSettings are split up into 3 groups, which are <b>Global Setting<\/b>, <b>Module Setting<\/b> or <b>Product Setting<\/b>.\r\n\r\n<b>Global Setting<\/b> are settings that are not part of any specific module or 3rd party product so it falls into a global variable. \r\n\r\n<b>Module Setting<\/b> are settings that belong to the specific module it is used in. The setting can still be accessed across other modules, however these settings are intended to be used only in the specific module it was created for.\r\n\r\n<b>Product Setting<\/b> are settings that belong to 3rd party products.",
  "setting_details": "Setting Details",
  "group": "Groups",
  "global_settings": "Global Settings",
  "module_settings": "Module Settings",
  "product_settings": "Product Settings",
  "variable": "Variable",
  "type": "Type",
  "string": "String",
  "boolean": "Boolean",
  "integer": "Integer",
  "array": "Array",
  "defined_drop_down": "Defined Drop-Down",
  "value": "Value",
  "language_package_details": "Language Package Details",
  "title": "Title",
  "info": "Info",
  "submit": "Submit",
  "true": "True",
  "false": "False",
  "setting_array_example": "Example: array(\"val1\", \"val2\", \"val3\");",
  "setting_drop_down_example": "Separate drop downs with commas. The first drop down will be the default drop down. (Example: drop1, drop2, drop3)",
  "setting_add_var": "The <b>Variable<\/b> of your new setting is how you will identify and call this specific setting and return the given value.\r\n\r\nIf you create a <b>Variable<\/b> with <b>foo<\/b> it can be used later within the PHP script as:\r\n[php]\r\necho App::getParam('foo');\r\n[\/php]\r\nThe above code will print out the value of foo.\r\n\r\nNote that if you add spacing or unsupported characters (alphanumeric support only) to your <b>Variable<\/b> it will automatically be renamed to fit the standards, which we will replace all unsupported characters or spaces with an underscore.",
  "admincp_help": "AdminCP Help",
  "setting_add_type": "Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String<\/u><\/b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean<\/u><\/b>\r\nStore a TRUE or FALSE value.\r\n\r\n<b><u>Integer<\/u><\/b>\r\nStore a numeric value.\r\n\r\n<b><u>Array<\/u><\/b>\r\nStore values within an Array.\r\n\r\n<b><u>Defined Drop-Down<\/u><\/b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.",
  "setting_add_value": "Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String<\/u><\/b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean<\/u><\/b>\r\nStore a TRUE or FALSE value. Simply select TRUE if the value for the setting you are adding should be TRUE by default.\r\n\r\n<b><u>Integer<\/u><\/b>\r\nStore a numeric value.\r\n\r\n<b><u>Array<\/u><\/b>\r\nStore values within an Array. Adding an Array is similar to how Arrays are adding in PHP. \r\n\r\nExample:\r\n[php]\r\narray(\"val1\", \"val2\", \"val3\");\r\n[\/php]\r\n\r\n<b><u>Defined Drop-Down<\/u><\/b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.\r\n\r\nWhen adding a drop-down separate drop downs with commas. The first drop down will be the default drop down. \r\n\r\nExample: \r\n[quote]\r\ndrop1, drop2, drop3\r\n[\/quote]",
  "setting_add_title": "Each setting must have a phrase added to the default language package to identify what we are editing when it comes time to edit this setting in the future. \r\n\r\nKeep the setting title short and to the point as you will also be adding a more informative phrase right after which is used to explain how a setting reacts on the site.",
  "setting_add_info": "Add as much information as you can regarding the new setting you are adding as others may need to edit this setting in the future. \r\n\r\nInstructions on how the setting effects the site when it for example is enabled or disabled is very useful.",
  "add_variable_name": "Add a Variable name that identifies your new setting",
  "setting_must_have_value": "Your setting must have a Value",
  "add_title_for_setting": "Add a Title for your setting",
  "add_information_regarding_setting": "Add some information regarding the setting",
  "already_in_use": "Already in use",
  "added": "Added",
  "add_setting": "Add Setting",
  "updated": "Updated!",
  "manage_settings": "Manage Settings",
  "quick_jump": "Quick Jump",
  "remove": "Remove",
  "add_a_new_value": "Add a New Value...",
  "add": "Add",
  "setting_group_avaliable_settings": "This setting group has no available settings.",
  "add_a_title_for_the_group": "Add a title for the group",
  "add_information_regarding_group": "Add information regarding the group",
  "group_information": "Group Information",
  "product": "Product",
  "name": "Name",
  "add_setting_group": "Add Setting Group",
  "export": "Export",
  "not_valid_array": "Not a valid array",
  "value_must_be_numeric": "Value must be numeric",
  "import": "Import",
  "download": "Download",
  "upload": "Upload",
  "select_file": "Select File",
  "valid_file_extensions": "Valid File Extensions",
  "import_export_settings": "Import\/Export Settings",
  "product_does_not_have_any_settings": "Product does not have any settings.",
  "unable_load_cached_config_file": "Unable to load cached config file. Please be sure you are uploading the correct file.",
  "setting_imported": "{total} setting(s) imported. Database is now up-to-date.",
  "nothing_new_import": "Nothing new to import. Your database is up-to-date.",
  "invalid_file_extension": "Invalid file extension.",
  "module_folder_already_exists": "Unable to use this module name. Module folder already exists.",
  "select_name_for_your_module": "Select a name for your module.",
  "provide_information_regarding_module": "Provide some information regarding the module",
  "module_name_already_used": "Module name is already being used. Select another name.",
  "create_module": "Create Module",
  "module_successfully_created": "Module successfully created. Create the following file structure for your module",
  "module_details": "Module Details",
  "add_menu": "Add to Menu",
  "yes": "Yes",
  "no": "No",
  "menu": "Menu",
  "phrase": "Phrase",
  "link": "Link",
  "add_more": "Add More",
  "unable_import_settings": "Unable to import settings. No product has been specified within the XML file.",
  "untouchables": "Untouchables",
  "phpfox_hidden_settings": "Hidden settings.",
  "or": "or",
  "file_unsupported": "Server does not support the file extension you are uploading.",
  "download_file_format": "Download File Format",
  "cached_cleared": "Cached cleared.",
  "clear_cache": "Clear Cache",
  "user_setting_can_clear_site_cache": "Can clear the sites cache.\r\n\r\nBy allowing a user to clear the sites cache they will be able to remove either SQL data or HTML templates. \r\n\r\nNote that once the page is refreshed these items will be re-cached, however it might be best to only allow Admins or developers to have access to this feature.",
  "data_size": "Data Size",
  "cached": "Cached On",
  "clear_selected": "Clear Selected",
  "clear_all": "Clear All",
  "cache_source": "Cache Source",
  "add_new_menu": "Add New Menu",
  "menu_successfully_added": "Menu successfully added.",
  "menu_details": "Menu Details",
  "module": "Module",
  "connection": "Connection",
  "menus": "Menus",
  "modules": "Modules",
  "url": "URL",
  "user_group_access": "User Group Access",
  "allow_access": "Allow Access",
  "menu_add_product": "Product this menu will belong to.",
  "core_module": "Is a Core Module",
  "sub_menu": "Sub Menu",
  "cms": "CMS",
  "user_group_manager": "User Group Manager",
  "add_user_group_setting": "Add User Group Setting",
  "manage_user_settings": "Manage User Settings",
  "users": "Users",
  "extensions": "Extensions",
  "create_new_module": "Create New Module",
  "language": "Language",
  "manage_language_packs": "Manage Language Packs",
  "phrase_manager": "Phrase Manager",
  "add_phrase": "Add Phrase",
  "language_import_export": "Import\/Export",
  "settings": "Settings",
  "manage_setting_groups": "Manage Setting Groups",
  "add_new_setting": "Add New Setting",
  "add_new_setting_group": "Add New Setting Group",
  "maintenance": "Maintenance",
  "tools": "Tools",
  "update": "Update",
  "manage_user_groups": "Manage User Groups",
  "user_setting_has_admin_access": "Has general access to the Admin Control Panel.\r\n\r\nBest to allow on Admins and Staff for security.",
  "install_dir_exists": "Install directory \"install\/\" exists. Please delete this directory for security purposes.",
  "user_setting_can_add_new_block": "Can add\/modify blocks being added from the AdminCP?",
  "blocks": "Blocks",
  "add_new_block": "Add New Block",
  "developer": "Developer",
  "log_query": "Log Query",
  "block_successfully_added": "Block successfully added.",
  "select_product": "Select a product.",
  "select_controller": "Select a controller.",
  "select_component": "Select a component.",
  "select_block_placement": "Select block placement.",
  "specify_block_active": "Specify if the block is active or not.",
  "user_setting_can_view_product_options": "Can view product drop downs in the AdminCP?\r\n\r\nWithin certain sections of the AdminCP there are areas where an entry into the database requires a product ID#. If you disable this feature users will not be able to view the products name and will automatically enter the default product ID#. \r\n\r\nOnly enable this feature when creating a plug-in or 3rd party module.",
  "block_details": "Block Details",
  "controller": "Controller",
  "component": "Component",
  "placement": "Placement",
  "active": "Active",
  "view_sample_layout": "View Sample Layout",
  "sample_layout": "Sample Layout",
  "block": "Block {x}",
  "block_location_x": "Block {x}",
  "select": "Select",
  "manage_menus": "Manage Menus",
  "menu_successfully_deleted": "Menu successfully deleted.",
  "order": "Order",
  "location": "Location",
  "actions": "Actions",
  "edit": "Edit",
  "delete": "Delete",
  "menu_successfully_updated": "Menu successfully updated.",
  "menu_manager": "Menu Manager",
  "manage_blocks": "Manage Blocks",
  "successfully_deleted": "Successfully deleted.",
  "successfully_updated": "Successfully updated.",
  "block_manager": "Block Manager",
  "pages": "Pages",
  "add_new_page": "Add New Page",
  "page_menu_successfully_added": "Page and Menu successfully added.",
  "manage_pages": "Manage Pages",
  "add_component": "Add Component",
  "component_successfully_added": "Component successfully added!",
  "component_details": "Component Details",
  "url_connection": "URL Connection",
  "block_actual": "Block",
  "specify_component": "Specify a component.",
  "select_component_active": "Select if component is active.",
  "select_component_type": "Select a component type.",
  "menu_order_successfully_updated": "Menu order successfully updated.",
  "manage_modules": "Manage Modules",
  "core_modules": "Core Modules",
  "module_s_updated": "Module(s) updated.",
  "overwrite_default_data": "Overwrite default data",
  "user_setting_can_manage_modules": "Can manage product modules?\r\n\r\nNote: This includes updating the status, editing or deleting modules.",
  "user_setting_can_add_new_modules": "Can add new product modules?",
  "module_successfully_deleted": "Module successfully deleted.",
  "admin_menu_manage_categories": "Manage Categories",
  "admin_menu_add_category": "Add New Category",
  "not_allowed_for_guests": "Not all options will work with this specific user group since it is marked as a \"Guest\" group and many features found within the site requires a user to be a member.",
  "admin_menu_add_article": "Add Article",
  "user_setting_bcaneditarticles": "Can edit articles?",
  "admin_menu_import_export": "Import Export",
  "products": "Product",
  "manage_products": "Manage Products",
  "create_new_product": "Create New Product",
  "import_export": "Import Products",
  "theme": "Theme",
  "manage_themes": "Manage Themes",
  "plugin": "Plugin",
  "manage_plugins": "Manage Plugins",
  "create_new_plugin": "Create New Plugin",
  "new_sample_test_phrase": "You have {total} comments.",
  "create_user_group": "Create User Group",
  "browse_members": "Browse Users",
  "country_management": "Country Management",
  "payment_gateways_menu": "Payment Gateways",
  "system_settings_menu": "System Settings",
  "menu_site_stats": "Site Stats",
  "menu_manage_stats": "Manage Stats",
  "menu_create_new_stat": "Add New Stat",
  "user_cancellation_options": "User Cancellation",
  "user_cancellation_options_add": "Add Options",
  "user_cancellation_options_manage": "Manage Options",
  "user_cancellations_feedback": "View Feedback",
  "mail_messages": "Messages",
  "view_messages": "View Private Messages",
  "menu_cache_manager": "Cache Manager",
  "cache_system_unlocked": "Cache system unlocked.",
  "timestamp": "Timestamp",
  "cache_name": "Cache Name",
  "module_successfully_updated": "Module successfully updated.",
  "module_successfully_created_redirect": "Module successfully created.",
  "select_what_type_of_a_hook_this_is": "Select what type of a hook this is.",
  "hook_successfully_added": "Hook successfully added.",
  "add_hook": "Add Hook",
  "provide_a_title_for_your_plugin": "Provide a title for your plugin.",
  "select_a_hook": "Select a hook.",
  "provide_php_code_for_your_plugin": "Provide PHP code for your plugin.",
  "plugin_successfully_updated": "Plugin successfully updated.",
  "plugin_successfully_added": "Plugin successfully added.",
  "create_plugin": "Create Plugin",
  "plugin_s_updated": "Plugin(s) updated.",
  "plugin_successfully_deleted": "Plugin successfully deleted.",
  "add_a_product_id": "Add a product ID.",
  "add_a_product_title": "Add a product title.",
  "product_dependency_updated": "Product dependency updated.",
  "product_install_uninstall_updated": "Product install\/uninstall updated.",
  "product_successfully_updated": "Product successfully updated.",
  "product_successfully_created": "Product successfully created.",
  "editing_product": "Editing Product",
  "product_successfully_installed": "Product successfully installed.",
  "import_products": "Import Products",
  "product_s_updated": "Product(s) updated.",
  "product_successfully_deleted": "Product successfully deleted.",
  "your_search_did_not_return_any_results": "Your search did not return any results.",
  "stat_successfully_updated": "Stat successfully updated.",
  "stat_successfully_added": "Stat successfully added.",
  "add_new_stat": "Add New Stat",
  "manage_stats": "Manage Stats",
  "stat_successfully_deleted": "Stat successfully deleted.",
  "successfully_logged_out": "Successfully logged out.",
  "module_id_can_only_contain_the_following_characters": "Module ID can only contain the following characters: a-z, A-Z, 0-9.",
  "hook_already_exists": "Hook already exists.",
  "product_name_is_not_valid": "Product name is not valid.",
  "not_a_valid_product_to_import": "Not a valid product to import.",
  "not_a_valid_xml_file": "Not a valid XML file.",
  "product_already_exists": "Product already exists.",
  "product_requires_php_version": "Product requires PHP version {dependency_start}.",
  "product_requires_php_version_up_until": "Product requires PHP version {dependency_start} up until {dependency_end}.",
  "product_requires_phpfox_version": "Product requires version {dependency_start}.",
  "product_requires_phpfox_version_up_until": "Product requires version {dependency_start} up until {dependency_end}.",
  "product_requires_check_id_version_dependency_start": "Product requires {check_id} version {dependency_start}.",
  "product_requires_check_id_version_dependency_start_up_until_dependency_end": "Product requires {check_id} version {dependency_start} up until {dependency_end}.",
  "main_configuration_file_file_path_is_writable": "Main configuration file ({file_path}) is writable. This is a security risk and this file should not have any \"write\" permission.",
  "main_file_folder_is_writable_file_path": "Main file folder is writable ({file_path}). This is a security risk and this folder should not have any \"write\" permission.",
  "none_site_wide": "None (Site Wide)",
  "can_drag_drop": "Can Drag\/Drop",
  "site_wide": "Site Wide",
  "block_block_number": "Block {block_number}",
  "cache_system_is_locked": "Cache system is locked.",
  "the_cache_system_is_locked_during_an_operation_that_requires_all_cache_files_to_be_kept_in_place": "The cache system is locked during an operation that requires all cache files to be kept in place. If you would like to unlock the system click <a href=\"{link}\" class=\"sJsConfirm\">here<\/a>.",
  "cache_stats": "Cache Stats",
  "total_files": "Total Files",
  "cache_size": "Cache Size",
  "last_cached_file": "Last Cached File",
  "search_filter": "Search Filter",
  "search": "Search",
  "display": "Display",
  "sort": "Sort",
  "files": "Files",
  "no_cache_date_found": "No cache date found.",
  "or_select_a_page": "or select a page",
  "module_id": "Module ID",
  "hook_details": "Hook Details",
  "call": "Call",
  "save": "Save",
  "plugin_details": "Plugin Details",
  "hook": "Hook",
  "php_code": "PHP Code",
  "create_a_new_plugin": "Create a New Plugin",
  "product_details": "Product Details",
  "product_id": "Product ID",
  "description": "Description",
  "version": "Version",
  "product_url": "Product URL",
  "version_check_url": "Version Check URL",
  "existing_product_dependencies": "Existing Product Dependencies",
  "dependencies": "Dependencies",
  "dependency_type": "Dependency Type",
  "compatibility_starts": "Compatibility Starts",
  "incompatible_with": "Incompatible With",
  "add_new_product_dependency": "Add New Product Dependency",
  "php": "PHP",
  "phpfox_version": "Core Version",
  "compatibility_starts_with_version": "Compatibility Starts with Version",
  "compatibility_end_with_version": "Compatibility End with Version",
  "install_uninstall": "Install\/Uninstall",
  "existing_install_uninstall_code": "Existing Install\/Uninstall Code",
  "install_code": "Install Code",
  "uninstall_code": "Uninstall Code",
  "add_new_install_uninstall_code": "Add New Install\/Uninstall Code",
  "install": "Install",
  "uninstall": "Uninstall",
  "overwrite": "Overwrite",
  "ftp_support_must_be_enabled_in_order_to_import_products": "FTP support must be enabled in order to import products.",
  "click_a_href_url_link_admincp_setting_edit_group_id_ftp_here_a_to_enable_ftp_support": "Click <a href=\"{link}\">here<\/a> to enable FTP support.",
  "create_a_new_product": "Create a New Product",
  "import_a_product": "Import a Product",
  "no_products_have_been_added": "No products have been added.",
  "image": "Image",
  "your_current_watermark_image": "Your current watermark image",
  "b_notice_b_advised_image_is_a_transparent_png_with_a_max_width_height_of_52_pixels": "<b>Notice:<\/b> Advised image is a transparent PNG with a max width\/height of 52 pixels.",
  "you_can_upload_a_jpg_gif_or_png_file": "You can upload a JPG, GIF or PNG file.",
  "stat_details": "Stat Details",
  "stats": "Stats",
  "are_you_sure": "Are you sure?",
  "activate": "Activate",
  "deactivate": "Deactivate",
  "admincp_login": "AdminCP Login",
  "email": "Email",
  "password": "Password",
  "back_to_site": "Back to site",
  "login": "Login",
  "active_admins": "Active Admins",
  "latest_admin_logins": "Latest Admin Logins",
  "view_more": "View More",
  "phpfox_news_and_updates": "Corporate News &amp; Updates",
  "admincp_notes": "AdminCP Notes",
  "quick_links": "Quick Links",
  "members": "Members",
  "guests": "Guests",
  "online": "Online",
  "pending_approval": "Pending Approval",
  "reported_items_users": "Reported Items\/Users",
  "spam": "Spam",
  "site_statistics": "Site Statistics",
  "phpfox_tweets": "Corporate Tweets",
  "not_a_valid_country": "Not a valid country.",
  "state_province_successfully_updated": "State\/Province successfully updated.",
  "state_province_successfully_added": "State\/Province successfully added.",
  "country_manager": "Country Manager",
  "adding_state_province": "Adding State\/Province",
  "editing_state_province": "Editing State\/Province",
  "state_province_successfully_deleted": "State\/Province successfully deleted.",
  "states_provinces": "States\/Provinces",
  "country_successfully_updated": "Country successfully updated.",
  "country_successfully_added": "Country successfully added.",
  "add_a_country": "Add a Country",
  "editing_country": "Editing Country",
  "text_import_successfully_completed": "Text import successfully completed. Success: {completed} - Failed: {failed}.",
  "import_successfully_completed": "Import successfully completed.",
  "import_countries_states_provinces": "Import Countries, States & Provinces",
  "country_successfully_deleted": "Country successfully deleted.",
  "phpfox_branding_removal_successfully_installed": "Branding removal successfully installed.",
  "phpfox_branding_removal": "Branding Removal",
  "login_time_stamp": "Login Time Stamp",
  "ip_address": "IP Address",
  "online_guests": "Online Guests",
  "admincp_logins": "AdminCP Logins",
  "last_activity": "Last Activity",
  "guests_bots": "Guests\/Bots",
  "php_info": "PHP Info",
  "system": "System",
  "system_overview": "System Overview",
  "customize_dashboard": "Customize Dashboard",
  "not_a_valid_login_log": "Not a valid login log.",
  "not_a_valid_account": "Not a valid account.",
  "email_failure": "Email failure.",
  "password_failure": "Password failure.",
  "success": "Success",
  "provide_a_category_name": "Provide a category name.",
  "provide_a_name": "Provide a name.",
  "select_a_country": "Select a country.",
  "the_state_province_name_already_exists": "The state\/province \"{name}\" already exists.",
  "all_fields_are_required": "All fields are required.",
  "iso_can_only_contain_2_characters": "ISO can only contain 2 characters.",
  "the_iso_is_already_in_use": "The ISO is already in use.",
  "not_a_valid_country_package": "Not a valid country package.",
  "select_a_product": "Select a product.",
  "select_a_module": "Select a module.",
  "at_least_one_title_for_the_stat_is_required": "At least one title for the stat is required.",
  "link_for_the_stat_is_required": "Link for the stat is required.",
  "image_for_the_stat_is_required": "Image for the stat is required.",
  "php_code_for_the_stat_is_required": "PHP code for the stat is required.",
  "select_if_the_stat_is_active_or_not": "Select if the stat is active or not.",
  "not_a_valid_request": "Not a valid request.",
  "the_stat_you_are_looking_for_cannot_be_found": "The stat you are looking for cannot be found.",
  "unable_to_find_the_stat_you_want_to_edit": "Unable to find the stat you want to edit.",
  "php_version": "PHP Version",
  "php_sapi": "PHP Sapi",
  "php_safe_mode": "PHP safe_mode",
  "php_open_basedir": "PHP open_basedir",
  "php_disabled_functions": "PHP Disabled Functions",
  "php_loaded_extensions": "PHP Loaded Extensions",
  "operating_system": "Operating System",
  "server_time_stamp": "Server Time Stamp",
  "gzip": "GZIP",
  "sql_driver_version": "SQL Driver Version",
  "sql_slave_enabled": "SQL Slave Enabled",
  "sql_total_slaves": "SQL Total Slaves",
  "sql_slave_server": "SQL Slave Server",
  "memory_limit": "Memory Limit",
  "load_balancing_enabled": "Load Balancing Enabled",
  "none": "None",
  "enabled": "Enabled",
  "disabled": "Disabled",
  "n_a": "N\/A",
  "total_server_memory": "Total Server Memory",
  "available_server_memory": "Available Server Memory",
  "current_server_load": "Current Server Load",
  "your_ftp_path_is_empty_and_does_not_need_to_have_any_value": "Your FTP path is \"empty\" and does not need to have any value.",
  "ftp_details": "FTP Details",
  "ftp_host": "FTP Host",
  "ftp_username": "FTP Username",
  "ftp_password": "FTP Password",
  "admincp_login_log": "AdminCP Login Log",
  "view_attempt": "View Attempt",
  "cancel": "Cancel",
  "posted_on_time_stamp_by_creator": "Posted on {time_stamp} by {creator}.",
  "find_users": "Find Users",
  "go": "Go",
  "manage_user_group_settings": "Manage User Group Settings",
  "edit_user_groups": "Edit User Groups",
  "edit_system_settings": "Edit System Settings",
  "send_newsletter": "Send Newsletter",
  "write_an_announcement": "Write an Announcement",
  "posted_on_time_stamp": "Posted on {time_stamp}.",
  "log_details": "Log Details",
  "attempt": "Attempt",
  "user": "User",
  "time_stamp": "Time Stamp",
  "referrer": "Referrer",
  "user_agent": "User Agent",
  "security_token": "Security Token",
  "close": "Close",
  "state_province_details": "State\/Province Details",
  "country": "Country",
  "manage": "Manage",
  "country_details": "Country Details",
  "iso": "ISO",
  "import_country_package": "Import Country Package",
  "file": "File",
  "import_text_file": "Import Text File",
  "you_can_upload_a_text_file_with_a_list": "You can upload a text file with a list of states\/provinces that you would like to import and each state\/province should be on a new line.",
  "countries": "Countries",
  "add_state_province": "Add State\/Province",
  "manage_states_provinces": "Manage States\/Provinces",
  "login_with_your_phpfox_client_details": "Login with your phpFox client details in order to install the <i>branding removal<\/i>.",
  "phpfox_client_login_details": "phpFox Client Login Details",
  "client_email": "Client Email",
  "client_password": "Client Password",
  "admins": "Admins",
  "banned": "Banned",
  "unban": "Unban",
  "ban": "Ban",
  "no_guests_online": "No guests online.",
  "server_overview": "Server Overview",
  "you_are_about_to_leave_our_site_to_visit": "You are about to leave our site to visit: <a href=\"{link}\">{link}<\/a>",
  "click_here_to_continue": "Click here to continue.",
  "note_we_are_in_no_way_affiliated": "<strong>Note:<\/strong> We are in no way affiliated to \"{link}\".",
  "controllers": "Controllers",
  "php_block_file": "PHP Block File",
  "html_code": "HTML Code",
  "not_a_valid_ip_address": "Not a valid IP address.",
  "ip_information": "IP Information",
  "host_address": "Host Address",
  "view_all_the_activity_from_this_ip": "View all the activity from this IP.",
  "search_ip_address": "Search IP Address",
  "admincp_menu_reparser": "Reparser",
  "edit_this_block": "Edit this Block",
  "remove_this_block": "Remove this Block",
  "remove_duplicates": "Remove Duplicates",
  "parsing_completed": "Parsing completed.",
  "text_reparser": "Text Reparser",
  "reparser": "Reparser",
  "parsing_page_current_total_please_hold": "Parsing page {current}\/{total}. Please hold...",
  "text_data": "Text Data",
  "records": "Records",
  "there_is_no_data_to_parse": "There is no data to parse.",
  "successfully_removed_duplicate_entries": "Successfully removed duplicate entries.",
  "user_group_settings": "User Group Settings",
  "check": "Check",
  "custom_field": "Custom Field",
  "admincp_name_not_allowed": "AdminCP name not allowed",
  "large_string": "Large String",
  "enable_utf_encoding": "Enable UTF Encoding",
  "sql": "SQL",
  "sql_maintenance": "Maintenance",
  "table_s_successfully_optimized": "Table(s) successfully optimized.",
  "table_s_successfully_repaired": "Table(s) successfully repaired.",
  "sql_maintenance_title": "SQL Maintenance",
  "database_size": "Database Size",
  "overhead": "Overhead",
  "total_tables": "Total Tables",
  "sql_tables": "SQL Tables",
  "table": "Table",
  "size": "Size",
  "optimize_table_s": "Optimize Table(s)",
  "repair_table_s": "Repair Table(s)",
  "sql_backup": "Backup",
  "sql_backup_successfully_created_and_can_be_downloaded_here_path": "SQL backup successfully created and can be downloaded here: {path}",
  "the_path_you_provided_is_not_a_valid_directory": "The path you provided is not a valid directory.",
  "backup": "Backup",
  "sql_backup_header": "SQL Backup",
  "path": "Path",
  "provide_the_full_path_to_where_we_should_save_the_sql_backup": "Provide the full path to where we should save the SQL backup.",
  "your_operating_system_does_not_support_the_method_of_backup_we_provide": "Your operating system does not support the method of backup we provide. We advice you contact your host and ask the best method to backup your database as most hosting companies provide these options from a hosting control panel (eg. cPanel, Plesk etc...).",
  "today_s_site_stats": "Today's Site Stats",
  "counters": "Counters",
  "update_of_counter_successfully_completed": "Update of counter successfully completed.",
  "update_counters": "Update Counters",
  "updating_counters_processing_page_current_out_of_page": "Updating counters. Processing page {current} out of {page}.",
  "unable_to_find_xml_file_to_import_for_this_product": "Unable to find XML file to import for this product.",
  "the_module_name_is_required": "The module \"{name}\" is required.",
  "product_successfully_upgraded": "Product successfully upgraded.",
  "upgrade": "Upgrade",
  "upgrade_upgrade_version": "Upgrade ({upgrade_version})",
  "not_a_valid_product_to_upgrade": "Not a valid product to upgrade. It does not exist in our database.",
  "latest": "Latest",
  "module_successfully_installed": "Module successfully installed.",
  "install_this_module": "Install this Module",
  "menu_block": "Menu Block",
  "parent_menu": "Parent Menu",
  "manage_children_total_children": "Manage Children ({total_children})",
  "editing": "Editing",
  "country_child_entries_successfully_deleted": "Country child entries successfully deleted.",
  "show_price": "Show Price",
  "manage_components": "Manage Components",
  "component_successfully_updated": "Component successfully updated.",
  "editing_component": "Editing Component",
  "component_successfully_deleted": "Component successfully deleted.",
  "components": "Components",
  "checking_the_following_modules_for_missing_settings": "Checking the following modules for missing settings",
  "missing_settings_successfully_imported": "Missing settings successfully imported.",
  "missing_settings": "Missing Settings",
  "find_missing_settings": "Find Missing Settings",
  "provide_a_3_character_currency_id": "Provide a 3 character currency ID.",
  "provide_a_symbol": "Provide a symbol.",
  "provide_a_phrase_for_your_currency": "Provide a phrase for your currency.",
  "select_if_this_currency_is_active_or_not": "Select if this currency is active or not.",
  "this_currency_is_already_in_use": "This currency is already in use.",
  "currency_successfully_deleted": "Currency successfully deleted.",
  "id": "ID",
  "symbol": "Symbol",
  "currency": "Currency",
  "default": "Default",
  "set_as_default": "Set as Default",
  "currency_successfully_updated": "Currency successfully updated.",
  "currency_successfully_added": "Currency successfully added.",
  "add_currency": "Add Currency",
  "currency_details": "Currency Details",
  "currency_id": "Currency ID",
  "is_active": "Is Active",
  "foxporter": "Foxporter",
  "action": "Action",
  "importing_data": "Importing Data",
  "refresh": "Refresh",
  "continue_to_the_next_step": "Continue to the next step...",
  "start_importing": "Start Importing",
  "not_a_valid_country_package_must_be_an_xml_file": "Not a valid country package. Must be an XML file.",
  "alter_title_fields": "Alter Title Fields",
  "database_tables_updated": "Database tables updated.",
  "b_notice_b_this_routine_is_highly_experimental": "<b>Notice:<\/b> This routine is highly experimental.",
  "all_items_on_the_site_store_certain_information_in_the_database": "All items on the site store certain information in the database. Some of this information are the titles of items. By default these fields that store the items title have a limit of 255 characters, which with alphanumeric characters is a lot. However, if using non-latin characters this might not be enough and titles are cut short. This reason for this is we convert non-latin characters before they are added into the database so when they are outputted everyone can view these characters irregardless of what character-set they have. Using the tool found on this page you can enlarge these fields to store a maximum of 65,535 characters.",
  "update_database_tables": "Update Database Tables",
  "you_have_logged_out_of_the_site": "You have logged out of the site. Redirecting you to the login page...",
  "missing_api_key": "Missing API Key",
  "enter_your_api_key": "Enter your API key <a href=\"{link}\">here<\/a> for additional IP information.",
  "city": "City",
  "zip_postal_code": "ZIP \/ Postal Code",
  "latitude": "Latitude",
  "longitude": "Longitude",
  "inactive_member_reminder": "Inactive Member Reminder",
  "inactive_members": "Inactive Members",
  "update_privacy_for_v3_upgrade": "Update Privacy for v3 Upgrade<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)<\/b>",
  "import_groups_from_v2_to_v3_pages": "Import Groups from v2 to v3 Pages<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)<\/b>",
  "nofollow_urls": "NoFollow URLs",
  "add_new_url": "Add New URL",
  "provide_the_full_url_to_the_page": "Provide the full URL to the page you wish to add a <a href=\"http:\/\/support.google.com\/webmasters\/bin\/answer.py?hl=en&amp;answer=96569\" target=\"_blank\">rel=\"nofollow\"<\/a>.",
  "urls": "URLs",
  "successfully_added_a_new_url": "Successfully added a new URL.",
  "provide_a_url": "Provide a URL.",
  "successfully_added_a_new_meta_tag": "Successfully added a new meta tag.",
  "keyword": "Keyword",
  "custom_meta_tags": "Custom Meta Tags",
  "add_new_meta": "Add New Meta",
  "separate_keywords_with_commas": "Separate keywords with commas.",
  "meta_keyword_descriptions": "Meta Keyword\/Descriptions",
  "provide_the_full_url_to_add_your_custom_meta_keywords_or_descriptions": "Provide the full URL to add your custom meta keywords or descriptions.",
  "seo": "SEO",
  "to_your_left_you_will_find_all_the_available": "To your left you will find all the available controllers that have blocks associated with them. Once you click on a controller it will list all the blocks and from there you can drag\/drop\tto order the positioning of each block. You can also \"Enable DnD Mode\", which will allow you to visually browse the site and drag\/drop blocks as well as add new blocks on the spot.",
  "enable_dnd_mode": "Enable DnD Mode",
  "admincp_priacy_control": "AdminCP Privacy Control",
  "add_new_privacy_rule": "Add New Privacy Rule",
  "provide_full_path": "Provide the full path to the URL you wish to add this rule to. We will then convert it to work with our internal URL system.",
  "user_groups": "User Groups",
  "select_a_user_group_this_rule_should_apply_to": "Select a user group this rule should apply to.",
  "wildcard": "Wildcard",
  "option_sub_section": "Enable this option if you wish to apply this rule to all sub-sections.",
  "rules": "Rules",
  "there_are_no_privacy_rules_at_the_moment": "There are no privacy rules at the moment.",
  "provide_atleast_one_user_group_for_this_rule": "Provide atleast one user group for this rule.",
  "general": "General",
  "admincp_privacy": "AdminCP Privacy",
  "save_your_notes_here": "Save your notes here...",
  "fix_birthdays": "Fix Birthdays",
  "custom_elements": "Custom Elements",
  "add_new_element": "Add New Element",
  "provide_the_full_url_to_add_your_custom_element": "Provide the full URL to add your custom element.",
  "if_adding_keywords_make_sure_to_separate_them_with_commas": "If adding keywords make sure to separate them with commas.",
  "rewrite_url": "Rewrite URLs",
  "this_url": "This url",
  "will_show_this_page": "Will show this page",
  "add_new_rewrite": "Add New Rewrite",
  "uninstall_module_reminder": "Do not forget to remove the folder for this module from the \/module\/ folder",
  "check_modified_files": "Check Modified Files",
  "check_unknown_files": "Check Unknown Files",
  "total_objects": "Total Objects:",
  "themes": "Themes",
  "promotions": "Promotions",
  "custom_fields": "Custom Fields\r\n        ",
  "site": "Site",
  "phrases": "Phrases",
  "attachments": "Attachments",
  "short_urls": "Short URLs",
  "registration": "Registration",
  "relationship_statues": "Relationship Statuses",
  "cancellation_options": "Cancellation Options",
  "subscription_packages": "Subscription Packages",
  "e_gifts": "E-Gifts",
  "anti_spam_questions": "Anti-SPAM Questions",
  "announcements": "Announcements",
  "newsletter": "Newsletter",
  "status": "Status",
  "cancelled_members": "Cancelled Members",
  "ban_filters": "Ban Filters",
  "new_version_of_oncloud": "New version of OnCloud",
  "is_available": "is available",
  "upgrade_oncloud": "Upgrade OnCloud",
  "package": "Package",
  "oncloud_usage": "OnCloud Usage",
  "space": "Space",
  "videos": "Videos",
  "latest_version": "Latest Version",
  "upgrade_package": "Upgrade Package",
  "unable_to_load_oncloud_info": "Unable to load OnCloud info",
  "import_file": "Import File",
  "to_continue_with_uninstalling__please_enter_your_admin_login_details": "To continue with uninstalling, please enter your Admin Login Details",
  "featured_apps": "Featured Apps",
  "pending_installs": "Pending Installs",
  "php_html_code_optional": "PHP\/HTML Code (Optional)",
  "failed_file_s_failed": "{failed} file(s) failed",
  "all_files_have_passed": "All files have passed",
  "everything_looks_good": "Everything looks good",
  "meta_keywords": "Meta Keywords",
  "meta_description": "Meta Description",
  "custom_header": "Custom Header",
  "font_awesome_icon": "Font Awesome Icon",
  "no_modules_found": "No modules found",
  "no_plugins_have_been_added": "No plugins have been added",
  "manual_install": "Manual Install",
  "nothing_new_to_install": "Nothing new to install",
  "no_modules_have_been_installed": "No modules have been installed",
  "short_urls_are_up_and_running_dot_good_job": "Short URLs are up and running. Good job",
  "add_the_following_at_the_start_of_your_strong_dothtaccess_strong_file": "Add the following at the start of your <strong>\/.htaccess<\/strong> file",
  "create_a_new_file_called_strong_dothtaccess_strong_and_add_the_following": "Create a new file called <strong>\/.htaccess<\/strong> and add the following",
  "continue_below_if_your_strong_dothtaccess_strong_file_is_ready": "Continue below if your <strong>.htaccess<\/strong> file is ready",
  "enable_short_urls": "Enable Short URLs",
  "port": "Port",
  "new_files": "New files",
  "remove_files": "Remove files",
  "override_files": "Override files",
  "next_step": "Next step",
  "this_site_has_currently_reached_its_space_usage_limit": "This site has currently reached its space usage limit",
  "successfully_added_a_new_custom_element_dot": "Successfully added a new custom element.",
  "find_more_apps": "Find More Apps",
  "checking_modified_files": "Checking Modified Files",
  "modified_files": "Modified Files",
  "checking_unknown_files": "Checking Unknown Files",
  "unknown_files": "Unknown Files",
  "page_editor": "Page Editor",
  "installing": "Installing",
  "updating_dot_dot_dot": "Updating...",
  "htaccess_file_seems_missing": "The \/.htaccess file seems to be missing our Rewrite rules or this server does not support Mod_Rewrite.",
  "short_url": "Short URL",
  "select_where_to_place_this_menu_dot": "Select where to place this menu.",
  "unable_to_find_the_setting_you_are_trying_to_edit_dot": "Unable to find the setting you are trying to edit.",
  "add_block": "Add Block",
  "ad_campaigns": "Ad Campaigns",
  "blog_categories_and_settings": "Blog Categories &amp; Settings",
  "contact_us_form": "\"Contact Us\" Form",
  "activity_feed": "Activity Feed",
  "forums": "Forums",
  "private_messages": "Private Messages",
  "techie": "Techie",
  "plugins": "Plugins",
  "browser_cookies": "Browser Cookies",
  "toggle_site": "Toggle Site",
  "site_settings": "Site Settings",
  "mail_server": "Mail Server",
  "spam_assistance": "Spam Assistance",
  "content_re_parser": "Content Re-Parser",
  "store": "Store",
  "reported_items": "Reported Items",
  "search_settings_dot": "Search settings...",
  "please_re_type_your_ftp_account": "Please re-type your ftp account",
  "icon_url": "Icon URL",
  "vendor": "Vendor",
  "run": "Run",
  "cannot_delete_this_app_dot": "Cannot delete this app.",
  "cannot_delete_this_module_dot": "Cannot delete this module.",
  "license_key": "License key",
  "module_api": "Api",
  "unable_to_find_the_payment_gateway": "Unable to find the payment gateway.",
  "gateway_successfully_updated": "Gateway successfully updated.",
  "payment_gateways": "Payment Gateways",
  "cost_per_month": "{cost} per month",
  "default_cost_and_then_cost_per_month": "{default_cost} and then {cost} per month",
  "cost_per_quarter": "{cost} per quarter",
  "default_cost_and_then_cost_per_quarter": "{default_cost} and then {cost} per quarter",
  "cost_biannualy": "{cost} biannualy",
  "cost_annually": "{cost} annually",
  "default_cost_and_then_cost_biannualy": "{default_cost} and then {cost} biannualy",
  "default_cost_and_then_cost_annually": "{default_cost} and then {cost} annually",
  "provide_a_description": "Provide a description.",
  "select_if_the_gateway_is_active_or_not": "Select if the gateway is active or not.",
  "select_if_the_gateway_is_in_test_mode": "Select if the gateway is in test mode.",
  "opps_no_payment_gateways_have_been_set_up_yet": "Opps! No payment gateways have been set up yet.",
  "purchase_with_gateway_name": "Purchase with {gateway_name}",
  "gateway_details": "Gateway Details",
  "test_mode": "Test Mode",
  "gateways": "Gateways",
  "edit_gateway_settings": "Edit Gateway Settings",
  "disable_test_mode": "Disable Test Mode",
  "enable_test_mode": "Enable Test Mode",
  "initial_fee_one_time": "{currency_symbol}{cost} one time",
  "initial_fee_recurring_fee_annually": "{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} annually.",
  "initial_fee_then_cost_per_month": "{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} monthly",
  "no_initial_then_cost_per_month": "Free for the first month, then {currency_symbol}{recurring_fee} monthly",
  "initial_fee_then_cost_per_quarter": "{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} quarterly.",
  "no_initial_then_cost_per_quarter": "Free for the first month, then {currency_symbol}{recurring_fee} quarterly",
  "initial_fee_then_cost_biannually": "{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} biannually",
  "no_initial_then_cost_biannually": "Free for the first month, then {currency_symbol}{recurring_fee} biannually.",
  "initial_fee_then_cost_yearly": "{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} yearly.",
  "no_initial_then_cost_yearly": "Free for the first month, then {currency_symbol}{recurring_fee} yearly.",
  "purchase_successfully_completed_dot": "Purchase successfully completed.",
  "error_purchase_can_not_complete": "Error! Purchase cannot complete.",
  "module_ban": "Ban",
  "ban_filter_username": "Usernames",
  "ban_filter_email": "Emails",
  "ban_filter_display_name": "Display Names",
  "ban_filter_ip": "IP Address",
  "global_ban_message": "You have been banned from the site.",
  "ban_filter_word": "Words",
  "filter_successfully_deleted": "Filter successfully deleted.",
  "filter_successfully_added": "Filter successfully added.",
  "display_names": "Display Names",
  "display_name": "Display Name",
  "emails": "Emails",
  "ip_addresses": "IP Addresses",
  "usernames": "Usernames",
  "username": "Username",
  "words": "Words",
  "word": "Word",
  "filter_value_is_required": "Filter value is required.",
  "filter_replacement_is_required": "Filter replacement is required.",
  "add_filter": "Add Filter",
  "use_the_asterisk_for_wildcard_entries": "Use the asterisk (&#42;) for wildcard entries.",
  "replacement": "Replacement",
  "added_by": "Added By",
  "added_on": "Added On",
  "you_have_been_banned_for_spamming": "You have been banned for spamming.",
  "recent_blogs": "Recent Blogs",
  "most_viewed": "Most Viewed",
  "not_allowed_ip_address": "Your IP address is not allowed",
  "this_user_has_been_unbanned": "This user has been unbanned",
  "the_user_a_href_link_user_a_has_been_banned": "The user <a href=\"{link}\">\"{user_name}\"<\/a> has been banned.",
  "you_need_to_choose_a_user_to_ban": "You need to choose a user to ban",
  "you_are_about_to_ban_the_user": "You are about to ban the user:",
  "phrase_variable_when_banning_explanation": "You can enter a language phrase variable, for example: {_p var='attacks_individual_or_group'}, or text directly",
  "ban_for_how_many_days": "Ban for how many days:",
  "0_means_indefinite": "0 means indefinite",
  "user_group_to_move_the_user_when_the_ban_expires": "User group to move the user when the ban expires:",
  "no_bans_found_dot": "No bans found.",
  "you_cannot_ban_yourself_dot": "You cannot ban yourself.",
  "setting_group_cookie": "<title>Cookies<\/title><info>Cookie Information<\/info>",
  "setting_cookie_path": "<title>Path to Save Cookies<\/title><info>The path to which the cookie is saved. If you run more than one site on the same domain, it will be necessary to set this to the individual directories of your site. Otherwise, just leave it as \/ .\r\n\r\nPlease note that your path should always end in a forward-slash; for example '\/community\/', '\/site\/' etc.\r\n\r\n<b>Entering an invalid setting can leave you unable to login to your site.<\/b><\/info>",
  "setting_cookie_domain": "<title>Cookie Domain<\/title><info>This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your site, i.e. example.com and community.example.com. To allow users to stay logged into the site if they visit via either url, you would set this to .example.com (note the domain begins with a dot.\r\n\r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your site.<\/info>",
  "setting_group_development": "<title>Development<\/title><info>Sample Information<\/info>",
  "setting_attachment_valid_images": "<title>Create Thumbnails<\/title><info>Define what file extensions we should create thumbnails for when a user uploads an image attachment.<\/info>",
  "setting_attachment_max_thumbnail": "<title>Thumbnail Width\/Height<\/title><info>Define the width and height of the thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width\/height it will not create a thumbnail for the image.<\/info>",
  "setting_attachment_max_medium": "<title>Medium Thumbnail Width\/Height<\/title><info>Define the width and height of the medium thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width\/height it will not create a medium thumbnail for the image.\r\n\r\nNote that the medium thumbnail is displayed on the website instead of the original image to save bandwidth.<\/info>",
  "setting_attachment_upload_bars": "<title>Upload Inputs<\/title><info>Define how many upload inputs should be displayed when a user is uploading attachments for an item.<\/info>",
  "setting_group_content_formatting": "<title>Content Formatting<\/title><info>Format Info<\/info>",
  "setting_allow_html": "<title>Allow HTML<\/title><info>Set this to <b>True<\/b> if you would like to allow HTML on your site. Note that even with this setting enabled by default we only allow certain HTML tags we feel that will not harm your site. You can add more HTML tags by modifying the setting <b>sAllowedHtmlTags<\/b> which can be found in this setting group.<\/info>",
  "setting_allowed_html": "<title>Allowed HTML Tags<\/title><info>We provide a set of HTML tags we feel will give your users the ability to format their content without harming your site.\r\n\r\nYou are free to add more HTML tags you deem necessary. If you do add more tags note that we have taken steps to prevent injections from JavaScript for example so adding more tags should not cause a security risk, it can however alter the way your site looks.\r\n\r\nTo add more tags simply add the tag you wish either to the end or front of the provided tags.<\/info>",
  "setting_comment_page_limit": "<title>Page Limit<\/title><info>Define how many comments will be displayed on a page before we add a pagination so users can continue to browse to other pages to view the rest of the comments.<\/info>",
  "setting_keep_active_posts": "<title>Active Posts<\/title><info>Define how long we should keep posts active in minutes.\r\n\r\nNote that if a post passes this limit it will be displayed on the site normally, however if a post is active there will be some form of letting the user know that they have not viewed the specific thread or forum. Depending on the theme you are using this is usually identified by images and formating the title of the thread or forum to be bold.<\/info>",
  "setting_use_hot_threads": "<title>Display Hot Threads<\/title><info>Set this to <b>True<\/b> if you would like to display <b>Hot Threads<\/b> in your forums.\r\n\r\nHot Threads are defined by the setting <setting>iHotThreadPosts<\/setting> or <setting>iHotThreadViews<\/setting>.\r\n\r\nDepending on those settings it will consider if a thread is popular by how many posts or views a thread has and if it surpassed the settings mentioned earlier it will be considered a <b>Hot Thread<\/b>.<\/info>",
  "setting_hot_thread_posts": "<title>Hot Thread Limit (Posts)<\/title><info>Define how many threads must be added before a thread can be considered to be a <b>Hot Thread<\/b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads<\/setting> is disabled this setting will have no affect on your site.<\/info>",
  "setting_hot_thread_views": "<title>Hot Thread Limit (Views)<\/title><info>Define how many thread views must be added before a thread can be considered to be a <b>Hot Thread<\/b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads<\/setting> is disabled this setting will have no affect on your site.<\/info>",
  "setting_active_session": "<title>Active Session<\/title><info>Define how long a user is displayed as active on the site in minutes.\r\n\r\nIf a user is inactive longer then the specified setting they will be removed from the online session table. When this is done they will no longer appear to be online when other members view their profile. If the user suddenly becomes active after their session expired a new session will automatically be created.<\/info>",
  "setting_tag_min_display": "<title>Minimum Display<\/title><info>Define how many tags must be added before they can be displayed to the public.\r\n\r\nHigher this setting if you do want to display a tag cloud with only a few tags.<\/info>",
  "setting_tag_max_font_size": "<title>Maximum Font Size<\/title><info>Define the font size for the most added\/used tags on the site.<\/info>",
  "setting_tag_min_font_size": "<title>Minimum Font Size<\/title><info>Define the font size for the least used tags on the site.<\/info>",
  "setting_tag_cache_tag_cloud": "<title>Cache<\/title><info>Define how long we should cache tag clouds that are displayed on sections that use them.\r\n\r\nNote that this setting must be defined in minutes.\r\n\r\nIt is important to cache tag clouds as this removes a query to the database that can be rather memory extensive.<\/info>",
  "setting_top_bloggers_display_limit": "<title>Top Bloggers Limit<\/title><info>Define the limit of how many <b>Top Bloggers<\/b> can be displayed when viewing the blog section.<\/info>",
  "setting_top_bloggers_min_post": "<title>Blog Count for Top Bloggers<\/title><info>Before a user can be considered to be a <b>Top Blogger<\/b> they must enter X amount of blog(s) where X is the value of this setting.<\/info>",
  "setting_cache_top_bloggers": "<title>Cache Top Bloggers<\/title><info>Set this to <b>True<\/b> if we should cache the <b>Top Bloggers<\/b>. It always a good idea to cache such things as there is no need to run an extra query to the database to find out which users are the <b>Top Bloggers<\/b> as this requires counting all of the blogs added.\r\n\r\nNote that the setting <setting>cache_top_bloggers_limit<\/setting> controls how long to keep the cache.<\/info>",
  "setting_cache_top_bloggers_limit": "<title>Top Bloggers Cache Time<\/title><info>Define how long we should keep the cache for the <b>Top Bloggers<\/b>.\r\n\r\nNote this setting will have not affect if the setting <setting>cache_top_bloggers<\/setting> is disabled.<\/info>",
  "setting_display_post_count_in_top_bloggers": "<title>Display Post Count for Top Bloggers<\/title><info>Set this to <b>True<\/b> if you would like to display the post count besides the names of each of the <b>Top Bloggers<\/b>.\r\n\r\nNote that this feature relies on the theme you are using and if the theme is not the default theme provided this might not be displayed.<\/info>",
  "setting_group_archive_handler": "<title>Archive Handler<\/title><info>Control how the Archive class handles archives that need to be either extracted or created.<\/info>",
  "setting_unzip_path": "<title>Unzip Path<\/title><info>Full path to where the binary for <b>unzip<\/b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nunzip\r\n[\/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis unzip\r\n[\/code]<\/info>",
  "setting_lang_pack_helper": "<title>Language Package Helper<\/title><info>If enabled this option will add brackets surrounding a phrase, which can be used to identify which phrases have not been added into the core language package. Hard coded phrases will not have brackets.\r\n\r\n\r\n\r\nIf a phrase is hard coded in the source the site will be unable to translate that specific phrase.\r\n\r\nIt is best to use this feature during development or creating of a new language package.\r\n\r\nExample of how a phrase will look once this setting is enabled:\r\n[quote]\r\n{This is a sample}\r\n[\/quote]<\/info>",
  "setting_group_cron": "<title>Cron<\/title><info>Control the time-based scheduling service provided.<\/info>",
  "setting_cron": "<title>Cron Jobs<\/title><info>Set to <b>True<\/b> to enable <b>Cron Jobs<\/b> to actively run in the background of your site.\r\n\r\nIf you have access to setup a crontab this method is preferred but will require access to your server. Once a crontab is setup you can disable this feature.<\/info>",
  "setting_feed_time_layout": "<title>Time Layout<\/title><info>Control how old feeds can be by getting feeds that are <b>X<\/b> minutes, hours, days or months old.\r\n\r\n<b>X<\/b> is defined by the setting <setting>display_feeds_from<\/setting>.<\/info>",
  "setting_display_feeds_from": "<title>Time Limit<\/title><info>This setting is used in conjunction with the setting <setting>feed_time_layout<\/setting>.\r\n\r\nHere you must define a number which will control how old a news feed can be.<\/info>",
  "setting_feed_only_friends": "<title>Friends Only<\/title><info>Set to <b>True<\/b> if you would like news feed to only be displayed to the user and their friends.<\/info>",
  "setting_feed_display_limit": "<title>Display Limit<\/title><info>Limit how many feeds should be displayed within the main news feed.<\/info>",
  "setting_captcha_code": "<title>Captcha String<\/title><info>Alphanumeric characters that will be part of the Captcha routine.<\/info>",
  "setting_captcha_limit": "<title>Character Limit<\/title><info>Limit how many characters will be displayed in the Captcha image.<\/info>",
  "setting_captcha_use_font": "<title>Use Font (TTF)<\/title><info>If enabled and if your server supports the PHP function [link=http:\/\/se.php.net\/imagettftext]imagettftext[\/link] the Captcha routine will use a TTF (True Type Font) to create the text instead of using the default image processing string function.\r\n\r\nThe font that will be used is controlled by the setting <setting>captcha_font<\/setting>:<\/info>",
  "setting_captcha_font": "<title>True Type Font<\/title><info>Select which TTF (True Type Font) you would like to use for your Captcha image.\r\n\r\nNote the setting <setting>captcha_font<\/setting> must be enabled in order to use this option.<\/info>",
  "setting_default_lang_id": "<title>Default Language ID<\/title><info>Control the default language ID for the site. Note this setting is handled within the script and in most cases should <b>not<\/b> be modified.<\/info>",
  "setting_default_theme_name": "<title>Default Theme Name<\/title><info>Default Theme Name<\/info>",
  "setting_default_style_name": "<title>Default Style Name<\/title><info>Default Style Name<\/info>",
  "setting_module_forum": "<title>Default forum module URL<\/title><info>If the forum module name is different this setting must be updated.<\/info>",
  "setting_group_admin_control_panel": "<title>Admin Control Panel<\/title><info>Manage settings for the Admin CP.<\/info>",
  "setting_admin_cp": "<title>Admin CP Location<\/title><info>Location of the Admin CP. Change this to secure your Admin CP.\r\n\r\nBy default the setting is <b>admincp<\/b> so the final URL will be:\r\n[quote]\r\nhttp:\/\/www.yoursite.com\/admincp\/\r\n[\/quote]\r\n\r\nNote the above example is when short URL's is enabled.<\/info>",
  "setting_group_general": "<title>General<\/title><info>Manage general settings.<\/info>",
  "setting_global_update_time": "<title>Global Time Stamp<\/title><info>Each module has items that are displayed and use our time stamp settings to display the date the way we would like.\r\n\r\nIf a module does not specify a time stamp setting it will use the default time stamp layout which is controlled with this setting.\r\n\r\nFor a better understanding on how to modify this setting and what the string values stand for you can follow up on the PHP date() function [link=http:\/\/se2.php.net\/date]here[\/link].<\/info>",
  "setting_group_time_stamps": "<title>Time Stamps<\/title><info>Control global and module time stamps.<\/info>",
  "setting_group_server_settings": "<title>Server Settings<\/title><info>Manage server settings and optimization options.<\/info>",
  "setting_use_gzip": "<title>GZIP HTML Output<\/title><info>Selecting <b>True<\/b> will enable the option to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.\r\n\r\nThis feature requires the ZLIB library.\r\n\r\nIf you are already using <b>mod_gzip<\/b> or <b>mod_deflate<\/b> on your server, do not enable this option.<\/info>",
  "setting_title_delim": "<title>Site Title Delimiter<\/title><info>This value will be used as the delimiter to separate titles being added for each page on the site.<\/info>",
  "setting_site_title": "<title>Core Live<\/title><info>Name of your site.<\/info>",
  "setting_branding": "<title>phpFox Branding Removal<\/title><info>Set to <b>True<\/b> to remove phpFox branding.<\/info>",
  "setting_ip_check": "<title>Session IP Octet Length Check<\/title><info>Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n\r\nThe more this is decreased the greater the security risk from session hijacking.<\/info>",
  "setting_session_prefix": "<title>Cookie Prefix<\/title><info>Prefix for cookies and PHP sessions being set by the script.\r\n\r\n<b>Warning<\/b>: This value can only contain alphanumeric characters (eg. a-zA-Z0-9)\r\n\r\nNote that everyone will be forced to login again for security reasons.<\/info>",
  "setting_keywords": "<title>Meta Keywords<\/title><info>Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.<\/info>",
  "setting_description": "<title>Meta Description<\/title><info>Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.<\/info>",
  "setting_tar_path": "<title>Tar Path<\/title><info>Full path to where the binary for tar is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\ntar\r\n[\/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis tar\r\n[\/code]<\/info>",
  "setting_csrf_protection_level": "<title>CSRF Protection Level<\/title><info>Select the Cross Site Forgery Request (CSRF) prevention level you want on your site.\r\n\r\n<b>Low<\/b>\r\nMinimal prevention for CSRF attacks.\r\n\r\n<b>Medium<\/b>\r\nEach user will have a unique token ID which will be static as long as they use the same browser for that session.\r\n\r\n<b>High<\/b>\r\nEach user will have a unique token ID which will be changed on each page they visit thus giving them a random ID on each page refresh. This method offers full protection against CSRF attacks, however since the token is random the user can only browse your site with one browser window. If they would for example use a browser that supports tabs and would use a 2nd tab and would then attempt to submit a form they might get a CSRF attack error message since their last token was from the previous tab they had open.<\/info>",
  "setting_is_personal_site": "<title>Personal Site<\/title><info>If set to <b>Yes<\/b> the site will be treated as your personal web site and items such as blogs will only be viewable from the public area and not from personal profiles.\r\n\r\nOnly enable this feature if you do not plan on having a social networking community and only plan to add your personal items.<\/info>",
  "setting_module_core": "<title>Core Module<\/title><info>Specify the core module. Changing this could cause severe problems on the site.<\/info>",
  "setting_build_file_dir": "<title>Build Directories<\/title><info>If set to <b>True<\/b> and items are added to the <b>file\/<\/b> directory they will be placed in separate folders for organization and security purposes. The <b>file\/<\/b> folder is used to store cached data or items uploaded by users.\r\n\r\nYou can define how the directories will be built using the setting <setting>build_format<\/setting>.\r\n\r\nBy default directories will be built using the <b>Year\/Month<\/b> format. If an image would be uploaded on January 1st 2008 it would be placed in the folder: file\/pic\/photo\/2008\/01\/\r\n\r\n<b>Notice:<\/b> If you have PHP [link=\"http:\/\/se.php.net\/features.safe-mode\"]Safe Mode[\/link] enabled this feature might not work unless the <b>file\/<\/b> folder belongs to the same UID (owner) as the script.<\/info>",
  "setting_build_format": "<title>Build Format<\/title><info>This setting controls how the setting <setting>build_format<\/setting> functions.\r\n\r\nThis setting uses the PHP [link=\"http:\/\/se2.php.net\/date\"]date()[\/link] function to control how directories are created within the <b>file\/<\/b> folder.\r\n\r\nBy default we use <b>Y\/m<\/b>. <b>Y<\/b> stands for a full numeric representation of a year, 4 digits (Eg. 2008). <b>m<\/b> stands for a numeric representation of a month, with leading zeros (Eg. 01).\r\n\r\nFor more information regarding this setting you may follow up on the PHP function [link=\"http:\/\/se2.php.net\/date\"]here[\/link].<\/info>",
  "setting_blog_time_stamp": "<title>Blog<\/title><info>Controls time stamps for blog entries.\r\n\r\nIf using the default setting and the default template the time stamp will appear under each blog title and will look similar to:\r\n[quote]\r\nPosted June 22, 2008 by Raymond Benc\r\n[\/quote]<\/info>",
  "setting_comment_time_stamp": "<title>Comments<\/title><info>Controls time stamps for each comment being posted on the site.\r\n\r\nIf using the default setting and template the time stamp will appear under the posters user name\r\n[quote]\r\nRaymond Benc wrote\r\n[\/quote]\r\nand will be similar to:\r\n[quote]\r\nJune 22, 2008\r\n[\/quote]<\/info>",
  "setting_forum_time_stamp": "<title>Forum<\/title><info>Default forum time stamp<\/info>",
  "setting_forum_post_time_stamp": "<title>Forum Post<\/title><info>Default forum time stamp<\/info>",
  "setting_forum_post_today_time_stamp": "<title>Forum Post (Today)<\/title><info>More info coming...<\/info>",
  "setting_forum_post_yesterday_time_stamp": "<title>Forum Post (Yesterday)<\/title><info>More info coming...<\/info>",
  "setting_forum_post_join_date": "<title>Forum Post User Join<\/title><info>More info coming...<\/info>",
  "setting_zip_path": "<title>Zip Path<\/title><info>Full path to where the binary for <b>zip<\/b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nzip\r\n[\/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis zip\r\n[\/code]<\/info>",
  "setting_site_copyright": "<title>Copyright<\/title><info>Add your sites copyright.<\/info>",
  "setting_comment_is_threaded": "<title>Thread Display<\/title><info>If set to <b>True<\/b> comments will be displayed in a thread format allowing users to reply to specific comments instead of the general item they are commenting on.<\/info>",
  "setting_group_forms": "<title>Forms<\/title><info>Manage settings for general forms being used on the site.<\/info>",
  "setting_display_required": "<title>Display Required Fields<\/title><info>When set to <b>True<\/b> forms that have both optional and \"required\" fields will have a asterisk (depending on what is set for the setting <setting>required_symbol<\/setting>).<\/info>",
  "setting_required_symbol": "<title>Required Field Symbol<\/title><info>On forms that have fields that are required we add a symbol to distinguish which fields are required and which are not. Change this setting will change that symbol which by default is an asterisk.<\/info>",
  "setting_default_time_zone_offset": "<title>Default Time Zone<\/title><info>Select the default time zone for guests and new users.<\/info>",
  "setting_login_type": "<title>User Login Method<\/title><info>Select the method you would like your users to use when logging into the site.\r\n\r\n<b>user_name<\/b>\r\nMust use their user name.\r\n\r\n<b>email<\/b>\r\nMust use their email.\r\n\r\n<b>both<\/b>\r\nCan use either email or user name.<\/info>",
  "setting_redirect_after_login": "<title>URL Redirect After Login<\/title><info>After a user has logged in and they have not requested a page to visit you can set a default redirection URL, which will send them to this specific page right after they login.\r\n\r\nIf you add an external link be sure to add \"http:\/\/\" (without quotes) otherwise the URL will be treated as an internal link.<\/info>",
  "setting_profile_time_stamps": "<title>Profile<\/title><info>Profile time stamps<\/info>",
  "setting_user_pic_sizes": "<title>User Pic Sizes<\/title><info>User Pic Sizes<\/info>",
  "setting_mail_time_stamp": "<title>Mail<\/title><info>Mail<\/info>",
  "setting_profile_use_id": "<title>Profile User ID Connection<\/title><info>Set to <b>True<\/b> if you would like to have user profiles connected via their user ID#. Set to <b>False<\/b> if you would like to have user profiles connected via their user name.\r\n\r\nNote if you connect via their user ID# you will allow your members the ability to use non-supported characters which are not allowed if connecting a profile with their user name.\r\n\r\n<b>Warning:<\/b> This action cannot be reversed.\r\nThis setting may lock users out if you force log in by their user names\r\n<\/info>",
  "setting_group_sample_2": "<title>Sample 2<\/title><info>Sample 2<\/info>",
  "setting_bsample": "<title>This is a test<\/title><info>Yet another test...<\/info>",
  "setting_captcha_on_signup": "<title>Captcha on Registration<\/title><info>Enable this option to add a captcha routine to the registration process. This will help against spam.<\/info>",
  "menu_home": "Home",
  "revert_to_default": "Revert to Default",
  "display_from_x_to_x_of_x": "Displaying <span id=\"js_pager_from\">{from}<\/span> to <span id=\"js_pager_to\">{to}<\/span> of <span id=\"js_pager_total\">{total}<\/span>",
  "page_x_of_x": "Page {current} of {total}",
  "first": "First",
  "previous": "Previous",
  "next": "Next",
  "last": "Last",
  "go_advanced": "Go Advanced",
  "processing": "Processing",
  "admin": "No Admin",
  "per_page": "{total} per page",
  "time": "Time",
  "descending": "Descending",
  "ascending": "Ascending",
  "searching": "Searching",
  "reset": "Reset",
  "invalid_search_id": "Invalid search ID#",
  "search_results_found": "No search results found.",
  "menu_admincp": "AdminCP",
  "menu_log_out": "Logout",
  "copyright": "Copyright",
  "required_fields": "Required Fields",
  "bold": "Bold",
  "italic": "Italic",
  "underline": "Underline",
  "toggle": "Toggle",
  "user_name": "User Name",
  "quote": "Quote",
  "originally_posted": "Originally posted by",
  "code": "Code",
  "notice": "Notice",
  "setting_group_mail": "<title>Mail<\/title><info>Mail Settings...<\/info>",
  "setting_method": "<title>Send Mail Method<\/title><info>Select the method you would like your emails to be sent it, which is either using the default PHP mail() function or SMTP.<\/info>",
  "setting_mailsmtphost": "<title>SMTP Host<\/title><info>If SMTP is enabled, set the SMTP server host here.<\/info>",
  "setting_mail_smtp_authentication": "<title>SMTP Authentication<\/title><info>SMTP Authentication<\/info>",
  "setting_mail_smtp_username": "<title>SMTP Username<\/title><info>SMTP Username<\/info>",
  "setting_mail_smtp_password": "<title>SMTP Password<\/title><info>SMTP Password<\/info>",
  "setting_mail_from_name": "<title>From<\/title><info>This is the name displayed when users receive emails from this site.<\/info>",
  "setting_email_from_email": "<title>Email<\/title><info>This is the default email used when sending out emails and it will be the email users will see in their email.<\/info>",
  "setting_mail_signature": "<title>Signature<\/title><info>This is the signature added to the bottom of each email that is sent from this site.<\/info>",
  "setting_log_site_activity": "<title>Log Site Activity<\/title><info>Set to \"true\" to log all site activity, which can be used at a later time to create general site statistics or keep track of a specific users activity.<\/info>",
  "setting_cache_js_css": "<title>Cache JavaScript & CSS<\/title><info>Set to <b>True<\/b> to cache all JavaScript and CSS into one file to speed up your site.<\/info>",
  "about": "About Us",
  "menu_about": "About",
  "privacy_policy": "Privacy Policy",
  "menu_privacy": "Privacy",
  "setting_cache_plugins": "<title>Cache Plugins<\/title><info>Enable this setting if all plug-ins should be cached. It is advised to enable this on live sites.<\/info>",
  "setting_host": "<title>FTP Host<\/title><info>FTP Host<\/info>",
  "setting_username": "<title>FTP Username<\/title><info>FTP Username<\/info>",
  "setting_password": "<title>FTP Password<\/title><info>FTP Password<\/info>",
  "setting_ftp_enabled": "<title>Enable FTP Support<\/title><info>Enable FTP Support<\/info>",
  "terms_use": "Terms of Use",
  "setting_group_ftp": "<title>FTP<\/title><info>Control your FTP (File Transport Protocol) details.<\/info>",
  "user_setting_can_view_update_info": "Can view \"Update\" information on items?\r\n\r\nNote: This information usually displays the user name of the last person that modified an item and the time it took place.",
  "user_setting_can_view_private_items": "Can view private items posted on the site.\r\n\r\nSuch items are created by a member and are marked as private so only that member can view the item and members that have this option enabled.",
  "user_setting_can_add_new_setting": "Can add new product settings.\r\n\r\nEnable this feature only if development is in progress and changes are being made to the product.",
  "setting_group_cache": "<title>Cache<\/title><info>All cache related variables<\/info>",
  "setting_crop_seo_url": "<title>Crop URLs<\/title><info>Crop URL for SEO<\/info>",
  "setting_group_search_engine_optimization": "<title>Search Engine Optimization<\/title><info>Search Engine Optimization<\/info>",
  "setting_meta_description_limit": "<title>Meta Description Limit<\/title><info>Define the maximum number of characters that can be used in a meta description tag.<\/info>",
  "setting_meta_keyword_limit": "<title>Meta Keyword Limit<\/title><info>Define the maximum number of characters that can be used in a meta keyword tag.<\/info>",
  "setting_description_time_stamp": "<title>Meta Description Time Stamp<\/title><info>Meta Description Time Stamp<\/info>",
  "setting_use_dnscheck": "<title>Use DNSCheck in email validation<\/title><info>http:\/\/php.net\/checkdnsrr\r\n\r\nThis value tells if the script should validate the email addresses using checkdnsrr.\r\n\r\nThis function may not be available in some windows default installations. However even if this setting is enabled if the function does not exist the site will not fail, it will only skip that part of the validation.\r\n\r\nThere is some undocumented (but technically possible) slow down on using this feature, so while it adds extra security to your site it could also become a bottleneck. Use carefully.<\/info>",
  "setting_group_debug": "<title>Debug<\/title><info>Debug Settings<\/info>",
  "setting_shorten_parsed_url_links": "<title>Shorten Parsed URL Links<\/title><info>If the option to parse URL strings to links is enabled then you can control how long the URL string should be before you shorten it.\r\n\r\n<b>Note:<\/b> Set to <b>0<\/b> to have no limit.<\/info>",
  "module_report": "Reports",
  "setting_group_spam": "<title>Spam<\/title><info>Spam<\/info>",
  "setting_site_is_offline": "<title>Site is offline?<\/title><info>Select <b>True<\/b> to turn your site offline.<\/info>",
  "setting_site_offline_message": "<title>Offline Message<\/title><info>Message that will be displayed to guests when the site is offline.<\/info>",
  "user_setting_can_view_site_offline": "Can view the site even when its set to offline?",
  "setting_group_site_offlineonline": "<title>Site Offline\/Online<\/title><info>Site Offline\/Online<\/info>",
  "setting_group_site_statistics": "<title>Site Statistics<\/title><info>Site Statistics<\/info>",
  "setting_cache_site_stats": "<title>Cache Site Stats<\/title><info>Set to <b>True<\/b> if site stats should be cached.\r\n\r\n<b>Notice:<\/b> It is highly advised to cache site stats as it requires a large set of queries to the database across numerous tables.<\/info>",
  "setting_identify_dst": "<title>DST<\/title><info>DST<\/info>",
  "user_cancellation_9": "I don't find this site useful",
  "user_cancellation_10": "I have a privacy concern",
  "user_cancellation_11": "I don't understand how to use this site.",
  "user_cancellation_12": "I'm getting too much email from this site.",
  "user_cancellation_13": "I'm getting too much spam or too many friend requests",
  "user_cancellation_14": "I'm bored with this site.",
  "setting_ftp_dir_path": "<title>FTP Directory Path<\/title><info>Supply the full path to the scripts root directory.\r\n\r\nIf you are unsure on the full path, you can click <a href=\"#\" onclick=\"tb_show('FTP Path Search', $.ajaxBox('core.ftpPathSearch', 'height=410&width=700')); return false;\">here<\/a> for help on finding the correct full path.<\/info>",
  "admincp_menu_country": "Countries",
  "admincp_menu_country_manager": "Country Manager",
  "admincp_menu_country_import": "Import",
  "admincp_menu_country_add": "Add Country",
  "admincp_menu_country_child_add": "Add State\/Province",
  "user_setting_user_is_banned": "Group banned from logging into the site and interacting with other members.\r\n\r\n<b>Note:<\/b> This option is intended only for \"Banned\" usergroup.",
  "setting_banned_user_group_id": "<title>Banned User Group ID<\/title><info>Banned User Group ID<\/info>",
  "setting_group_image_processing": "<title>Image Processing<\/title><info>Image Processing<\/info>",
  "setting_watermark_option": "<title>Image Watermark<\/title><info>Certain areas allow image watermarking. If such sections have image watermarking enabled this option must be enabled.\r\n\r\nIf you select \"image\", this will add a small watermark image to each image that is uploaded. If you select \"text\" this will add the text defined in this section.<\/info>",
  "setting_watermark_image": "<title>Watermark Image Name<\/title><info>Watermark Image Name<\/info>",
  "setting_watermark_opacity": "<title>Watermark Opacity<\/title><info>The opacity of an image can range from 1-100.<\/info>",
  "setting_watermark_image_position": "<title>Watermark Position<\/title><info>Select a position to place the watermark.<\/info>",
  "setting_image_text_hex": "<title>Watermark Text Color<\/title><info>(HEX COLORS Example: 000000)<\/info>",
  "setting_image_text": "<title>Watermark Text<\/title><info>Watermark Text<\/info>",
  "setting_group_registration": "<title>Registration<\/title><info>Registration<\/info>",
  "setting_registration_enable_dob": "<title>Date of Birth<\/title><info>Enable this so users can register their date of birth when signing up for the site.<\/info>",
  "setting_registration_enable_gender": "<title>Gender Field<\/title><info>Enable this so users can register their gender when signing up for the site. <\/info>",
  "setting_registration_enable_location": "<title>Location<\/title><info>Enable this so users can register their location when signing up for the site. <\/info>",
  "setting_registration_enable_timezone": "<title>Timezone<\/title><info>Enable this so users can register their timezone when signing up for the site. <\/info>",
  "kind_regards_phpfox": "Kind Regards,\r\nSite Admins",
  "setting_global_admincp_note": "<title>Global AdminCP Note<\/title><info>Global AdminCP Note<\/info>",
  "admincp_menu_online": "Online",
  "admincp_menu_online_members": "Members",
  "admincp_menu_online_guests": "Guests\/Bots",
  "admincp_menu_system_overview": "System Overview",
  "setting_enable_spam_check": "<title>Enable Spam Check<\/title><info>Enable Spam Check<\/info>",
  "setting_akismet_url": "<title>Akismet URL<\/title><info><a href=\"http:\/\/akismet.com\/\">Akismet<\/a> URL. This is full path to your site.<\/info>",
  "setting_akismet_password": "<title>Akismet API Key<\/title><info><a href=\"http:\/\/akismet.com\/\">Akismet<\/a>  API key is a private key Akismet provides when you register for an account with them.<\/info>",
  "user_setting_is_spam_free": "Set to <b>True<\/b> if this user group should never be checked for spamming.",
  "setting_auto_deny_items": "<title>SPAM Count<\/title><info>Define how many items a user can attempt to SPAM before anything they add will not be checked as we will consider that it is SPAM.<\/info>",
  "setting_auto_ban_spammer": "<title>Auto Ban Spammers<\/title><info>Define how many times a user can SPAM before they are automatically banned.\r\n\r\n<b>Notice:<\/b> Set this to \"0\" (without quotes) to disable this setting.<\/info>",
  "setting_warn_on_external_links": "<title>External Links Warning<\/title><info>Warn users when they have clicked on a link that will direct them to another site.<\/info>",
  "setting_disable_all_external_urls": "<title>Disable All External URL's<\/title><info>Enable this feature to remove all external links from the site.\r\n\r\n<b>Notice:<\/b> Sites added to the \"URL White List\" will be allowed.<\/info>",
  "setting_url_spam_white_list": "<title>URL White List<\/title><info>Add sites that you want to allow in external links.<\/info>",
  "setting_disable_all_external_emails": "<title>Disable All External Emails<\/title><info>Enable this feature to remove all external emails from the site.\r\n\r\nNotice: Sites added to the \"Email White List\" will be allowed.<\/info>",
  "setting_email_white_list": "<title>Email White List<\/title><info>Add sites that you want to allow in external emails.<\/info>",
  "setting_phpfox_version": "<title>Version<\/title><info>Version<\/info>",
  "user_setting_can_view_news_updates": "Can view corporate news & updates?",
  "setting_redirect_guest_on_same_page": "<title>Same Page Redirection After Login\/Registration<\/title><info>Enable this option to redirect guests to the same page they were visiting after they have logged into or registered.<\/info>",
  "setting_meta_description_profile": "<title>Meta Description Profile<\/title><info>This is the meta description provided on a users profile that is included with their personal information. It is advised for this to not be too long in order to leave room for the users personal information.<\/info>",
  "setting_words_remove_in_keywords": "<title>Keyword String Removal<\/title><info>Define words here that should not show up within meta keywords. Each word should be comma separated.\r\n\r\n<b>Notice:<\/b> The search is case insensitive.<\/info>",
  "total_items": "Total Items",
  "activity_points": "Activity Points",
  "membership": "Membership",
  "profile_views": "Profile Views",
  "space_used": "Space Used",
  "member_since": "Member Since",
  "what_s_new": "What's New",
  "site_stats": "Site Stats",
  "module_is_not_a_valid_module": "{module} is not a valid module.",
  "state_province": "State\/Province",
  "what_is_on_your_mind": "What is on your mind?",
  "click_to_change_profile_photo": "Click to change profile photo.",
  "last_login": "Last Login",
  "submit_links": "Submit Links",
  "manage_links": "Manage Links",
  "click_to_view_your_profile": "Click to view your profile.",
  "click_to_change_your_profile_photo": "Click to change your profile photo.",
  "click_to_change_your_status": "Click to change your status.",
  "link_save_or_cancel": "<a href=\"#\" onclick=\"$('#js_user_status_form').ajaxCall('user.updateStatus'); return false;\">save<\/a> or <a href=\"#\" class=\"js_update_status\">cancel<\/a>",
  "start_search": "Start search...",
  "favorites": "Favorites",
  "hide_the_footer_bar": "Hide the Footer Bar",
  "show_the_footer_bar": "Show the Footer Bar",
  "ftp_path": "FTP path",
  "change_your_time_zone_preference": "Change your time zone preference.",
  "welcome_name": "Welcome, {name}!",
  "share": "Share",
  "setting_extended_global_time_stamp": "<title>Extended Global Time Stamp<\/title><info>Extended Global Time Stamp<\/info>",
  "setting_theme_session_prefix": "<title>Theme Session Prefix<\/title><info>Theme Session Prefix<\/info>",
  "hello": "Hello",
  "hello_name": "Hello {name}",
  "the_site_is_currently_in_offline_mode": "The site is currently in \"Offline Mode\".",
  "explore": "Explore",
  "add_a_video": "Add a Video",
  "enter_the_url_of_your_link": "Enter the URL of your link",
  "enter_the_url_of_your_image": "Enter the URL of your image",
  "add_a_link": "Add a Link",
  "add_a_photo": "Add a Photo",
  "toggle_fullscreen": "Toggle Fullscreen",
  "full_screen_editor": "Full Screen Editor",
  "january": "January",
  "february": "February",
  "march": "March",
  "april": "April",
  "may": "May",
  "june": "June",
  "july": "July",
  "august": "August",
  "september": "September",
  "october": "October",
  "november": "November",
  "december": "December",
  "not_a_valid_file_extension_we_only_accept_support": "Not a valid file extension. We only accept: {support}",
  "not_a_valid_image_we_only_accept_the_following_file_extensions_support": "Not a valid image. We only accept the following file extensions: {support}",
  "unable_to_move_the_image": "Unable to move the image.",
  "unable_to_move_the_file": "Unable to move the file.",
  "unable_to_upload_the_image": "Unable to upload the image.",
  "upload_failed_server_cannot_handle_files_larger_then_file_size": "Upload failed. Server cannot handle files larger then: {file_size}",
  "upload_failed_server_cannot_handle_files_size_larger_then_file_size": "Upload failed. Server cannot handle files ({size}) larger then: {file_size}",
  "upload_failed_your_file_size_is_larger_then_our_limit_file_size": "Upload failed. Your file ({size}) is larger then our limit: {file_size}",
  "uploaded_file_is_not_valid": "Uploaded file is not valid.",
  "unable_to_connect_to_ftp_host": "Unable to connect to FTP host.",
  "ftp_password_hash_does_not_match_with_server_hash": "FTP password hash does not match with server hash.",
  "unable_to_login_to_ftp_server": "Unable to login to FTP server.",
  "unable_to_connect_to_ftp_base_directory_make_sure_the_setting_for_ftp_directory_path_has_the_correct_path": "Unable to connect to FTP base directory. Make sure the setting for \"FTP Directory Path\" has the correct path.",
  "paypal_email": "PayPal Email",
  "paypal_is_an_electronic_money_service_which_allows_you_to_make_payment_to_anyone_online": "PayPal is an electronic money service which allows you to make payment to anyone online. You can choose to pay using your credit card, debit card, bank account, or PayPal balance and make secure purchases without revealing your credit card number or financial information. All major credit and debit cards are accepted including Visa, Mastercard, American Express, Switch and Solo (plus many more).",
  "the_email_that_represents_your_paypal_account": "The email that represents your PayPal account.",
  "2checkout_vendor_id_number": "2Checkout Vendor ID Number",
  "2checkout_secret_word": "2Checkout Secret Word",
  "your_numerical_vendor_id": "Your numerical vendor ID.",
  "the_secret_word_as_set_within_the_look_and_feel_page_of_your_2checkout_account": "The secret word as set within the \"Look and Feel\" page of your 2Checkout account.",
  "unable_to_create_a_watermark_resource": "Unable to create a watermark resource.",
  "originally_posted_by": "Originally posted by",
  "search_results_for": "Search results for",
  "any": "Any",
  "upgrade_taking_place": "Upgrade Taking Place",
  "content_is_empty": "Content is empty.",
  "the_content_of_this_item_is_identical_to_something_you_have_added_before_please_try_again": "The content of this item is identical to something you have added before. Please try again.",
  "try_again_in_1_minute": "Try again in 1 minute.",
  "try_again_in_time_minutes": "Try again in {time} minutes.",
  "month": "Month",
  "day": "Day",
  "year": "Year",
  "am": "am",
  "pm": "pm",
  "language_packages": "Language Packages",
  "profile": "Profile",
  "1_second_ago": "1 second ago",
  "total_seconds_ago": "{total} seconds ago",
  "1_minute_ago": "1 minute ago",
  "total_minutes_ago": "{total} minutes ago",
  "1_hour_ago": "1 hour ago",
  "total_hours_ago": "{total} hours ago",
  "today": "Today",
  "yesterday": "Yesterday",
  "move_this_block": "Move This Block",
  "cancel_lowercase": "cancel",
  "setting_can_move_on_a_y_and_x_axis": "<title>Drag\/Drop Blocks<\/title><info>Set this setting to <b>True<\/b> if you want to allow users to move blocks on a Y or X axis within areas where they can move blocks (eg. Their own profile). By default we only allow users to move blocks on a Y axis and allowing users to move blocks anywhere will give them the freedom but can cause your site design to be destroyed.<\/info>",
  "full_name_is_online": "{full_name} is online.",
  "you_cannot_write_more_then_limit_characters": "You cannot write more then {limit} characters!",
  "you_have_limit_character_s_left": "You have {limit} character(s) left.",
  "welcome_email_content": "Thanks for joining our community!",
  "welcome_email_subject": "Welcome to {site}",
  "monday": "Monday",
  "tuesday": "Tuesday",
  "wednesday": "Wednesday",
  "thursday": "Thursday",
  "friday": "Friday",
  "saturday": "Saturday",
  "sunday": "Sunday",
  "view_less": "View Less",
  "select_a_file_to_upload": "Select a file to upload.",
  "clear": "Clear",
  "clear_your_current_status": "Clear your current status...",
  "not_a_valid_file_extension_we_only_allow_ext": "Not a valid file extension. We only allow: {ext}",
  "opps_something_went_wrong": "Oops! Something went wrong. We were not able to complete your request. We are looking into fixing the issue. Please refresh the page and try again.",
  "fill_in_a_proper_url": "Fill in a proper URL.",
  "message": "Message",
  "provide_a_proper_image_path": "Provide a proper image path.",
  "not_a_valid_password": "Not a valid password.",
  "invalid_url": "Invalid URL.",
  "provide_a_numerical_value": "Provide a numerical value.",
  "provide_a_valid_price": "Provide a valid price.",
  "provide_a_valid_year_eg_1982": "Provide a valid year. (eg. 1982)",
  "setting_mail_smtp_port": "<title>SMTP Port<\/title><info>What port to use for sending mail with SMTP? Default is 25<\/info>",
  "setting_conver_time_to_string": "<title>Time to String<\/title><info>Time to String<\/info>",
  "his": "his",
  "her": "her",
  "warning": "Warning!",
  "you_are_using_an_outdated_browser": "You are using an outdated browser",
  "for_a_better_experience_using_this_site_please_upgrade_to_a_modern_web_browser": "For a better experience using this site, please upgrade to a modern web browser.",
  "get_firefox": "Get Firefox",
  "get_internet_explorer": "Get Internet Explorer",
  "get_safari": "Get Safari",
  "get_google_chrome": "Get Google Chrome",
  "menu_core_new_sample": "New Sample",
  "menu_core_sub_menu": "Sub Menu",
  "translate": "Translate",
  "setting_categories_to_show_at_first": "<title>How many subcategories to show at first<\/title><info>This setting tells how many subcategories are to be shown at first. If the list of subcategories is longer than this value the extra ones will be hidden and a \"View More\" option will be shown instead, allowing the user to display the hidden subcategories.\r\n\r\na \"View Less\" option will be available to provide the full \"accordion\" effect.\r\n\r\nIf you set it to zero (\"0\" without quotes) it will hide every subcategory and a plus sign will show next to the category name, clicking the plus sign will show that category's subcategories.\r\n<\/info>",
  "translating_name": "Translating: {name}",
  "sample_phrase": "Sample Phrase",
  "setting_global_site_title": "<title>Site Title<\/title><info>This will displayed on each page as the title of your site.<\/info>",
  "uploading": "Uploading",
  "setting_css_edit_id": "<title>CSS Edit ID#<\/title><info>CSS Edit ID#<\/info>",
  "what_s_on_your_mind": "What's on your mind?",
  "currency_manager": "Currency Manager",
  "u_s_dollars": "U.S. Dollars",
  "euros": "Euros",
  "pounds_sterling": "Pounds Sterling",
  "currencies": "Currencies",
  "custom_currency_sek": "Swedish Crown",
  "setting_group_currency": "<title>Currency<\/title><info>Currency<\/info>",
  "setting_exchange_rate_api_key": "<title>Exchange Rate API<\/title><info>In order to get the latest exchange rates for the currencies being used we need to connect to a 3rd party website. To sign up for a free API key go <a href=\"http:\/\/www.exchangerate-api.com\/api-key\">here<\/a>.<\/info>",
  "setting_group_cdn_content_delivery_network": "<title>CDN (Content Delivery Network)<\/title><info>CDN (Content Delivery Network)<\/info>",
  "setting_allow_cdn": "<title>Enable CDN (Beta)<\/title><info>Set this to \"True\" if you want to use CDN. Note that this feature is still in \"Beta\".<\/info>",
  "money_field_only_accepts_numbers_and_point": "The money fields can only have numbers and a point.\r\nValid examples:\r\n12.43\r\n15\r\n0.65",
  "only_one_point_is_allowed": "In money fields only one point is allowed, valid examples:\r\n23.12\r\n19.54\r\n30",
  "money_fields_are_required": "If a money field is set, the others are required. You can leave them all empty or none.",
  "setting_force_https_secure_pages": "<title>Secure Pages with HTTPS<\/title><info>If your server has support for HTTPS you can enable this feature to secure certain pages like the login, registration and account setting pages.<\/info>",
  "try_again_in_time_seconds": "Try again in {time} seconds.",
  "try_again_in_1_second": "Try again in 1 second.",
  "setting_global_genders": "<title>Genders<\/title><info>This setting controls the genders used on this community. To add a new gender you need to populate it with 3 values separated by a pipe \"|\" (without quotes). Use the default Male and Female genders we provide as examples.\r\n The first value needs to be a unique numerical ID number. For Male and Female we use the numbers 1 and 2. We advice to go upwards from there. The 2nd field needs to be a phrase that you must first add using our language manager. Once you add a phrase it gives you several examples on how to use the phrase. We will be using the \"Text\" method, which is basically the variable name of the phrase and how we will connect to this specific word. So the 2nd value needs to be a phrase that identifies this gender. For Male and Female we used his and her. The 3rd value identifies the gender and must also be a phrase much like the 2nd value. For male and female we used Male and Female to populate this value.<\/info>",
  "all": "All",
  "time_separator": "&nbsp;&nbsp;at&nbsp;&nbsp;",
  "setting_phpfox_total_users_online_mark": "<title>Info on Total Users Online<\/title><info>Info on Total Users Online<\/info>",
  "setting_phpfox_total_users_online_history": "<title>Info on Total Users Online History<\/title><info>Info on Total Users Online History<\/info>",
  "your_website_has_surpassed_its_limit_on_how_many_active": "Your website has surpassed its limit on how many active users you can have online at once. Below you will find a log of how many users you had and a time stamp of when it happened. We advice for you to upgrade your account so you do not encounter these interruptions in the future.",
  "limit_warning": "Limit Warning",
  "online_usage_log": "Online Usage Log",
  "setting_phpfox_is_hosted": "<title>Hosted<\/title><info>Hosted<\/info>",
  "setting_phpfox_max_users_online": "<title>Max Users Online<\/title><info>Max Users Online<\/info>",
  "saving": "Saving...",
  "loading_text_editor": "Loading text editor",
  "setting_enabled_edit_area": "<title>Use Edit Area<\/title><info>Enable this to use <a href=\"http:\/\/www.cdolivet.com\/index.php?page=editArea\">EditArea<\/a> when editing code (HTML, PHP etc...) within the AdminCP. This feature transforms a conventional form into a code editor.<\/info>",
  "setting_group_ip_infodb": "<title>IP InfoDB<\/title><info>Free IP address geolocation tools<\/info>",
  "setting_ip_infodb_api_key": "<title>IP InfoDB API Key<\/title><info>IP InfoDB is a free IP address geolocation tools we use to find useful information about users based on their IP. Enter your free API key, which you can get <a href=\"http:\/\/ipinfodb.com\/register.php\">here<\/a>.<\/info>",
  "setting_load_jquery_from_google_cdn": "<title>Load jQuery from Google CDN<\/title><info>Enabling this option will load jQuery related JavaScript files from Google CDN servers. More information can be found <a href=\"http:\/\/code.google.com\/apis\/libraries\/devguide.html\">here<\/a>.<\/info>",
  "setting_jquery_google_cdn_version": "<title>jQuery Version on Google CDN<\/title><info>Define the version of jQuery that is available on <a href=\"http:\/\/code.google.com\/apis\/libraries\/devguide.html#jquery\">Google CDN<\/a> servers.<\/info>",
  "setting_jquery_ui_google_cdn_version": "<title>jQuery UI Version on Google CDN<\/title><info>Define the version of jQuery UI that is available on <a href=\"http:\/\/code.google.com\/apis\/libraries\/devguide.html#jqueryUI\">Google CDN<\/a> servers.<\/info>",
  "setting_friends_only_community": "<title>Friends Only Community<\/title><info>By enabling this option certain sections (eg. Blogs, Photos etc...), will by default only show items from the member and his or her friends list. <b>Note:<\/b> In order for this to work you must enable the option <b>Section Privacy Item Browsing\r\n<\/b><\/info>",
  "setting_site_wide_ajax_browsing": "<title>Site Wide AJAX Browsing<\/title><info>By enabling this option users will be able to browse certain areas on the site using AJAX. By using AJAX we only load the required data for the specific page to be displayed. This saves bandwidth and can greatly improve your servers overall performance due to the reduced number of requests to your servers.<\/info>",
  "setting_section_privacy_item_browsing": "<title>Section Privacy Item Browsing<\/title><info>Enabling this option will allow users to browse certain sections that allow privacy settings. By default we only display public items in what we call sections (eg. Blogs, Polls, Albums etc...). With this option enabled we will display items to the user that is viewing it based on the items privacy setting. Note that this option requires a load balanced server and in many cases several SQL servers just to support this sort of query on an active community.<\/info>",
  "setting_date_field_order": "<title>Calendar Date Format<\/title><info>The format for parsed and displayed dates.\r\nMDY = Month\/Day\/Year\r\nDMY = Day\/Month\/Year\r\nYMD = Year\/Month\/Day<\/info>",
  "setting_use_jquery_datepicker": "<title>Use Datepicker<\/title><info>Set this to \"TRUE\" to use a Datepicker on all areas that require users to select a date.<\/info>",
  "in_queue": "In queue",
  "more_queued_than_allowed": "Please only select {iQueueLimit} files",
  "stopped": "Stopped",
  "manage_activity_points": "Manage Activity Points",
  "multiple_selection": "Multiple Selection",
  "radio": "Radio",
  "checkbox": "Checkbox",
  "upload_problems": "Upload problems? Try the <a href=\"{link}\">basic uploader<\/a> (works on older computers and web browsers).",
  "menu_core_create_a_list_a441eadc1389cdf0ffe6c4f8babdd66e": "Create a List",
  "setting_disable_hash_bang_support": "<title>AJAX Browsing - Disable Hash-Bang URL<\/title><info>If you have \"Site Wide AJAX Browsing\" enabled we provide support for a function provided with HTML5 that allows the changing of the URL path without actually reloading the page. For browsers that do not have support for this function we use a fallback hash-bang URL. If you do not want to allow the usage of hash-bang URL's enable this option and for browsers that do not have HTML 5 support will not be able to use your sites AJAX browsing functionality. Currently all IE browsers do not have support for this HTML5 function so they by default use the fallback method.<\/info>",
  "search_dot": "Search...",
  "account_info": "Account Info",
  "edit_profile": "Edit Profile",
  "disable_dnd": "Disable DnD",
  "dnd_mode": "DnD Mode",
  "back": "Back",
  "home": "Home",
  "log_back_in_as_global_full_name": "Log back in as {global_full_name}",
  "edit_page": "Edit Page",
  "login_as_page": "Login as Page",
  "disable_dnd_mode": "Disable DnD Mode",
  "displaying_of_total": "{displaying} of {total}",
  "select_all": "Select All",
  "un_select_all": "Un-Select All",
  "with_selected": "With Selected",
  "clear_all_selected": "Clear All Selected",
  "all_time": "All Time",
  "this_month": "This Month",
  "this_week": "This Week",
  "upcoming": "Upcoming",
  "show": "Show",
  "when": "When",
  "align_left": "Align Left",
  "align_center": "Align Center",
  "align_right": "Align Right",
  "bullets": "Bullets",
  "ordered_list": "Ordered List",
  "ie8_or_higher_warning": "You seem to be using an older version of Internet Explorer. This site requires Internet Explorer 8 or higher. Update your browser <a href=\"http:\/\/www.microsoft.com\/ie\/\" target=\"_blank\">here<\/a> today to fully enjoy all the marvels of this site.",
  "himself": "himself",
  "herself": "herself",
  "said": "said...",
  "loading": "Loading",
  "setting_official_launch_of_site": "<title>Official Launch Date (Month\/Day\/Year)<\/title><info>This is the day your site was launched. It is used to create statistics for the site to build daily averages. The format is <b>Month\/Day\/Year<\/b>.<\/info>",
  "total": "Total",
  "daily_average": "Daily Average",
  "building_site_stats_please_hold": "Building site stats. Please hold...",
  "setting_no_follow_on_external_links": "<title>Add rel=\"nofollow\" on External Links<\/title><info>If enabled this feature provides a way for webmasters to tell search engines to not follow any external links.<\/info>",
  "setting_rackspace_url": "<title>Rackspace Container URL<\/title><info>Enter your Rackspace Container URL.<\/info>",
  "mobile_search": "Search...",
  "error": "Error",
  "user_setting_can_gift_points": "Can members of this user group gift activity points?",
  "purchase": "Purchase",
  "fromrow_torow_of_totalrows_results": "{fromRow}-{toRow} of {totalRows} Results",
  "gift_sent_successfully": "Gift sent successfully",
  "you_are_about_to_gift_activity_points": "You are about to gift activity points to the user <strong>{full_name}<\/strong>. These points will be taken from your activity points. <br \/>\tAt this moment you have <strong>{current}<\/strong> points available to gift.",
  "you_only_have_one_point_available": "You only have one point available, do you want to give it away to {full_name}?",
  "gift_points": "Gift Points",
  "how_many_points_do_you_want_to_gift_away": "How many points do you want to gift away?",
  "unfortunately_you_do_not_have_enough_points_to_gift_away": "Unfortunately you do not have enough points to gift away, but you can earn more points by being more active in the site.",
  "setting_keep_files_in_server": "<title>Keep Files In Server<\/title><info>Set this to TRUE to keep original files on the server.<\/info>",
  "setting_google_api_key": "<title>Google API Key<\/title><info>Google offers many services that require an API key (like the Places service), enter your Google API key here.\r\n\r\nMore information on how to get an API key can be found <a href=\"https:\/\/developers.google.com\/maps\/documentation\/javascript\/tutorial#api_key\">here<\/a>.<\/info>",
  "setting_activity_feed_line_breaks": "<title>Activity Feed Line Breaks<\/title><info>This feature controls how many line breaks to show in activity feed posts and comments. To enable this feature simply add a number higher than 0.<\/info>",
  "setting_defer_loading_user_images": "<title>Defer Profile Images<\/title><info>Load profile images after the site has loaded.<\/info>",
  "setting_keep_non_square_images": "<title>Keep Non Square Images<\/title><info>By default we create 2 thumbnails for each image. One keeps the original aspect ratio and the other is a fixed square image. With our current themes we only use the fixed square images. The original aspect ratio images are not really needed and disabling this feature is advised.<\/info>",
  "setting_controllers_to_load_delayed": "<title>Load sections via AJAX<\/title><info>You can define an array of controllers that will be loaded after the site has been loaded via AJAX.<\/info>",
  "setting_super_cache_system": "<title>Global Caching<\/title><info>Global caching setting. Enable to turn on caching system on several areas. Drops database queries.<\/info>",
  "setting_store_only_users_in_session": "<title>Only Users in Session Table<\/title><info>Only store users in the session table. Keeps bots and guests out from this table.<\/info>",
  "setting_push_jscss_to_cdn": "<title>Upload CSS\/JS to CDN<\/title><info>Upload minified CSS\/JS to CDN if minified files is enabled. Note you will still need to manually upload your themes images. This only works for CSS and JavaScript files.<\/info>",
  "setting_include_site_title_all_pages": "<title>Remove Site Title<\/title><info>Removes site title on all pages other then the index page and if a page has no title. This is to assist with duplicate content.<\/info>",
  "setting_force_404_check": "<title>Force 404 Check<\/title><info>Enable to force 404 checks on sub-pages that do not exist. This works in selective sections.<\/info>",
  "setting_group_security": "<title>Security<\/title><info>Manage security settings for your site.<\/info>",
  "setting_force_secure_site": "<title>Force HTTPS for Logged In Users<\/title><info>Enable to make all connections secure when a user is logged in. <b>Notice:<\/b> Your server must have HTTPS support.<\/info>",
  "setting_use_custom_cookie_names": "<title>Custom Cookie Names<\/title><info>Enable to use custom cookie names<\/info>",
  "setting_custom_cookie_names_hash": "<title>Custom Cookie Name Unique Salt<\/title><info>Create your own unique cookie name salt.<\/info>",
  "setting_protect_admincp_with_ips": "<title>AdminCP IP Access<\/title><info>Allow access to the AdminCP if an IP is added to this list. Comma separated.<\/info>",
  "setting_auth_user_via_session": "<title>Authenticate Users via Database Session Log<\/title><info>If you enable this option we will authenticate users via a database session log.<\/info>",
  "setting_include_ip_sub_id_hash": "<title>User IP Substring in ID Hash<\/title><info>Enable to include a users IP substring in the ID hash. This makes it much harder for users to hijack another users session.<\/info>",
  "setting_id_hash_salt": "<title>Unique Salt for ID Hash<\/title><info>Create your own unique hash for the authenticating ID hash.<\/info>",
  "setting_city_in_registration": "<title>City in Registration<\/title><info>Enable this setting to allow visitors to enter their city when they are creating their account.<\/info>",
  "original_url": "Original URL",
  "replacement_url": "Replacement URL",
  "text": "Text",
  "top_left": "top left",
  "bottom_left": "bottom left",
  "bottom_right": "bottom right",
  "top_right": "top right",
  "rackspace": "Rackspace",
  "phpfox": "PHPFox",
  "s3": "Amazon S3",
  "tiny_mce": "TinyMCE",
  "level_0": "Level 0",
  "level_1": "Level 1",
  "level_2": "Level 2",
  "level_3": "Level 3",
  "mail": "mail",
  "smtp": "smtp",
  "medium": "medium",
  "high": "high",
  "low": "low",
  "mdy": "MDY",
  "dmy": "DMY",
  "ymd": "YMD",
  "menu_core_pages": "Pages",
  "manage_friends": "Manage friends",
  "register": "Register",
  "explorer": "Explorer",
  "enable_dnd": "Enable DnD",
  "requests": "Requests",
  "notifications": "Notifications",
  "messages": "Messages",
  "please_check_back_in_a_few_minutes_dot": "Please check back in a few minutes.",
  "no_valid_files_were_submitted": "No valid files were submitted",
  "we_are_unable_to_find_a_branding_removal_assigned_to_this_license_dot": "We are unable to find a branding removal assigned to this license.",
  "creating_communities_for_musicians": "Creating communities for Musicians",
  "creating_communities_for_photographers": "Creating communities for Photographers",
  "creating_communities_for_athletes": "Creating communities for Athletes",
  "creating_communities_for_fine_cooking": "Creating communities for Fine Cooking",
  "titles_are_not_different": "Titles are not different",
  "this_should_not_happen": "This should not happen",
  "this_redirect_would_cause_a_loop": "This redirect would cause a loop",
  "this_is_not_a_valid_url_url": "This is not a valid url: \"{url}\"",
  "folder_could_no_be_created_or_does_not_exist": "Folder could no be created or does not exist",
  "hack_attempt": "Hack attempt?",
  "new_country": "New Country",
  "new_currency": "New Currency",
  "file_upload_method": "File upload method",
  "ftp_host_name": "Ftp host name",
  "ftp_user_name": "Ftp user name",
  "file_system": "File system",
  "ftp": "Ftp",
  "sftp_ssh": "sftp\/ssh",
  "ftp_account": "FTP account",
  "setting_registration_sms_verify": "<title>Use SMS Service to verify account<\/title><info>Use SMS Service to verify account<\/info>",
  "nexmo": "Nexmo",
  "twilio": "Twilio",
  "clickatell": "Clickatell",
  "setting_registration_sms_enable": "<title>Enable Registration using SMS Service<\/title><info>Enable Registration using SMS Service<\/info>",
  "setting_registration_sms_service": "<title>SMS Service<\/title><info>SMS Service<\/info>",
  "setting_nexmo_api_key": "<title>Nexmo API KEY<\/title><info>Nexmo API KEY<\/info>",
  "setting_nexmo_api_secret": "<title>Nexmo API Secret<\/title><info>Nexmo API Secret<\/info>",
  "setting_twilio_account_id": "<title>Twilio Account ID<\/title><info>Twilio Account ID<\/info>",
  "setting_twilio_auth_token": "<title>Twilio Auth Token<\/title><info>Twilio Auth Token<\/info>",
  "setting_twilio_phone_number": "<title>Twilio Phone Number<\/title><info>Twilio Phone Number<\/info>",
  "setting_clickatell_username": "<title>Clickatell Username<\/title><info>Clickatell Username<\/info>",
  "setting_clickatell_password": "<title>Clickatell Password<\/title><info>Clickatell Password<\/info>",
  "setting_clickatell_app_id": "<title>Clickatell App ID<\/title><info>Clickatell App ID<\/info>",
  "setting_nexmo_phone_number": "<title>Nexmo Phone Number<\/title><info>Nexmo Phone Number<\/info>",
  "sms_registration_verification_message": "Your verification code\r\n{token}",
  "invalid_verification_token": "Invalid Verification Token",
  "invalid_phone_number_or_contact_admin": "Please contact administrator if you have correct phone number {phone}.",
  "text_message_was_sent_to_to_phone": "A text message with a verification code was just sent to your phone",
  "get_token": "Get Token",
  "dont_receive_token_yet_resend_token": "Haven&#039;t received the token yet, Resend token",
  "enter_your_phone": "Enter Your Phone Number",
  "enter_your_email": "Enter Your Email",
  "enter_your_registered_email": "Enter the email was used to register your account",
  "done": "Done",
  "resend_passcode": "Resend Passcode",
  "setting_number_of_items_on_main_menu": "<title>Number items of main menu<\/title><info>Number items of main menu<\/info>",
  "setting_turn_off_full_ajax_mode": "<title>Turn off full ajax mode<\/title><info>Turn off full ajax mode<\/info>",
  "setting_group_cdn": "<title>CDN<\/title><info>Manage CDN settings for your site.<\/info>",
  "search_for_your_friends_dot": "Search for your friends...",
  "confirm": "Confirm",
  "setting_group_seo": "<title>SEO<\/title><info>Search Engine Optimization<\/info>",
  "setting_google_plus_page_url": "<title>The Google+ Business page URL<\/title><info>The URL of your Google+ Business page<\/info>",
  "module_custom": "Custom Fields",
  "user_setting_can_edit_own_custom_field": "Can edit own custom fields?",
  "user_setting_can_edit_other_custom_fields": "Can edit other custom fields?",
  "admin_menu_add_custom_field": "Add Custom Field",
  "admin_menu_manage_custom_fields": "Manage Custom Fields",
  "user_setting_can_add_custom_fields": "Can add new custom fields?",
  "setting_hide_custom_fields_when_empty": "<title>Hide Empty Custom Fields (Users Profile)<\/title><info>Define if we should hide custom fields that are empty when a user is viewing their profile without visiting the design page.<\/info>",
  "admin_menu_add_custom_group": "Add Custom Group",
  "user_setting_can_add_custom_fields_group": "Can add a group for custom fields?",
  "user_setting_has_special_custom_fields": "Can have special custom fields?",
  "user_setting_custom_table_name": "Custom field database table name?",
  "admincp_custom_fields": "Custom Fields",
  "nothing_added_yet_click_to_edit": "Nothing added yet. Click <a href=\"#\" onclick=\"{link}\">here<\/a> to edit.",
  "select_a_product_this_custom_field_will_belong_to": "Select a product this custom field will belong to.",
  "select_a_module_this_custom_field_will_belong_to": "Select a module this custom field will belong to.",
  "select_where_this_custom_field_should_be_located": "Select where this custom field should be located.",
  "group_successfully_updated": "Group successfully updated.",
  "group_successfully_added": "Group successfully added.",
  "add_a_new_custom_group": "Add a New Custom Group",
  "select_what_type_of_custom_field_this_is": "Select what type of custom field this is.",
  "field_successfully_updated": "Field successfully updated.",
  "field_successfully_added": "Field successfully added.",
  "add_a_new_custom_field": "Add a New Custom Field",
  "custom_group_successfully_deleted": "Custom group successfully deleted.",
  "custom_fields_successfully_updated": "Custom fields successfully updated.",
  "manage_custom_fields": "Manage Custom Fields",
  "provide_a_module_for_this_group_to_belong_to": "Provide a module for this group to belong to.",
  "provide_a_name_for_this_group": "Provide a name for this group.",
  "there_is_already_a_group_with_the_same_name": "There is already a group with the same name.",
  "unable_to_find_the_custom_group": "Unable to find the custom group.",
  "unable_to_find_the_group_you_plan_on_deleting": "Unable to find the group you plan on deleting.",
  "not_a_valid_custom_field_to_edit": "Not a valid custom field to edit.",
  "you_do_not_have_permission_to_edit_this_field": "You do not have permission to edit this field.",
  "updating": "Updating",
  "provide_a_name_for_the_custom_field": "Provide a name for the custom field.",
  "name_of_this_custom_field_is_already_in_use": "Name of this custom field is already in use.",
  "not_a_valid_type_of_custom_field": "Not a valid type of custom field.",
  "you_have_selected_that_this_field_is_a_select_custom_field_which_requires_at_least_one_option": "You have selected that this field is a \"select\" custom field, which requires at least one option.",
  "unable_to_find_the_custom_field": "Unable to find the custom field.",
  "unable_to_find_the_custom_field_you_want_to_delete": "Unable to find the custom field you want to delete.",
  "unable_to_find_the_custom_option_you_plan_on_deleting": "Unable to find the custom option you plan on deleting.",
  "are_you_sure_you_want_to_delete_this_custom_option": "Are you sure you want to delete this custom option?\r\n\r\nNote that anyone using this option will revert to using the default option set for this custom field.",
  "no_answer": "No Answer",
  "group_details": "Group Details",
  "user_group": "User Group",
  "select_only_if_you_want_a_specific_user_group_to_have_special_custom_fields": "Select only if you want a specific user group to have special custom fields.",
  "add_group": "Add Group",
  "cancel_uppercase": "Cancel",
  "field_details": "Field Details",
  "create_a_new_group": "Create a New Group",
  "required": "Required",
  "large_text_area": "Large Text Area",
  "small_text_area_255_characters_max": "Small Text Area (255 Characters Max)",
  "selection": "Selection",
  "field_name_amp_values": "Field Name &amp; Values",
  "current_values": "Current Values",
  "option_count": "Option {count}",
  "values": "Values",
  "option_html_count": "Option <span class=\"js_option_count\"><\/span>",
  "add_new_option": "Add New Option",
  "set_to_inactive": "Set to Inactive",
  "set_to_active": "Set to Active",
  "update_order": "Update Order",
  "no_custom_fields_have_been_added": "No custom fields have been added.",
  "include_on_registration": "Include on Registration",
  "include_on_search_user": "Include on Search User",
  "user_setting_can_manage_custom_fields": "Can manage custom fields?",
  "table_does_not_exist": "The table you are attempting to use ({sTableName}) does not exist. Please go to your database manager and create the table.",
  "user_setting_can_have_relationship": "Can members of this user group define their relationship status?",
  "admin_menu_manage_relationships": "Manage Relationship Statuses",
  "custom_relation_blank": " ",
  "custom_relation_single": "Single",
  "custom_relation_engaged": "Engaged",
  "custom_relation_married": "Married",
  "custom_relation_it_s_complicated": "It's complicated",
  "custom_relation_in_an_open_relationship": "In an open relationship",
  "custom_relation_widowed": "Widowed",
  "custom_relation_separated": "Separated",
  "custom_relation_divorced": "Divorced",
  "relationship_status": "Relationship Status:",
  "custom_relation_single_new": "is single",
  "user_is_no_longer_listed_as": "is no longer listed as \"{previous}\"",
  "custom_relation_engaged_new": "is engaged",
  "custom_relation_engaged_with": "is engaged to {with_full_name}",
  "custom_relation_married_with": "is married to {with_full_name}",
  "custom_relation_married_new": "is married",
  "custom_relation_it_s_complicated_new": "is in a relationship and it's complicated",
  "custom_relation_it_s_complicated_with": "is in a complicated relationship with {with_full_name}",
  "custom_relation_in_an_open_relationship_new": "is in an open relationship",
  "custom_relation_in_an_open_relationship_with": "is in an open relationship with {with_full_name}",
  "custom_relation_widowed_new": "has lost {their} loved one",
  "custom_relation_custom_relation_separated_with": "is no longer with {with_full_name}",
  "custom_relation_custom_relation_separated_new": "is no longer with {with_full_name}",
  "custom_relation_separated_with": "is no longer with {with_full_name}",
  "custom_relation_separated_new": "is no longer with {with_full_name}",
  "custom_relation_divorced_with": "is now divorced",
  "custom_relation_divorced_new": " ",
  "custom_relation_cheating_with": "is cheating on his relationship with {with_full_name}",
  "custom_relation_cheating_new": "is being unfaithful",
  "custom_relation_blank_with": "is no longer listed as {previous_status}",
  "custom_relation_blank_new": " ",
  "custom_relation_in_a_relationship": "In a relationship",
  "custom_relation_in_a_relationship_with": "{full_name} is in a relationship",
  "custom_relation_in_a_relationship_new": "{full_name} is in a relationship",
  "relation_went_from_old_status_to_new_status": "went from being \"{sOldStatus}\" to \"{sNewStatus}\"",
  "custom_relation_single_with": "is Single",
  "could_not_delete": "Could not delete",
  "full_name_liked_your_change_on_phrase_var_name": "{full_name} liked your change on \"{phrase_var_name}\"",
  "full_name_liked_your_change_on_message": "{full_name} liked your change on \"<a href=\"{link}\">{phrase_var_name}<\/a>\"\r\nTo view this update follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_your_change_in_relationship_title": "{full_name} liked your change in relationship \"{title}\"",
  "full_name_liked_your_change_in_relationship_message": "{full_name} liked your change in relationship \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_your_photo_title": "{full_name} liked your photo \"{title}\"",
  "full_name_liked_your_photo_message": "{full_name} liked your photo \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this photo follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_your_photo_album_name": "{full_name} liked your photo album \"{name}\"",
  "full_name_liked_your_photo_album_message": "{full_name} liked your photo album \"<a href=\"{link}\">{name}<\/a>\"\r\nTo view this photo album follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_liked_gender_own_profile_update_title": "{users} liked {gender} own profile update \"{title}\"",
  "users_liked_your_profile_update_title": "{users} liked your profile update \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> profile update \"{title}\"",
  "name_commented_on_your_profile_update_title": "{name} commented on your profile update \"{title}\".",
  "name_commented_on_your_profile_update_a_href_link_content_a": "{name} commented on your profile_update \"<a href=\"{link}\">{content}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "name_commented_on_gender_profile_update": "{name} commented on {gender} profile update.",
  "name_commented_on_full_name_s_profile_update": "{name} commented on {full_name}'s profile update.",
  "user_commented_on_gender_profile_update_message": "{user} commented on {gender} profile update \"<a href=\"{link}\">{content}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "name_commented_on_full_name_s_profile_update_message": "{name} commented on {full_name}'s profile update \"<a href=\"{link}\">{content}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "unable_to_post_a_comment_on_this_item_due_to_privacy_settings": "Unable to post a comment on this item due to privacy settings.",
  "users_commented_on_gender_album_title": "{users} commented on {gender} album \"{title}\"",
  "users_commented_on_your_relationship_status_title": "{users} commented on your relationship status \"{title}\"",
  "users_commented_on_span_class_drop_data_user_full_name_s_span_relationship_status_title": "{users} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> relationship status \"{title}\"",
  "users_liked_gender_own_relationship_status_title": "{users} liked {gender} own relationship status \"{title}\"",
  "users_liked_your_relationship_status_title": "{users} liked your relationship status \"{title}\"",
  "users_commented_your_relationship_status": "{users} commented your relationship status",
  "users_liked_span_class_drop_data_user_full_name_s_span_relationship_status_title": "{users} liked <span class=\"drop_data_user\">{full_name}'s<\/span> relationship status \"{title}\"",
  "import_custom_fields": "Import Custom Fields",
  "invalid_callback_on_comment": "Invalid callback on comment.",
  "full_name_commented_on_your_profile_update_title": "{full_name} commented on your profile update \"{title}\".",
  "full_name_commented_on_your_profile_update_message": "{full_name} commented on your profile update \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_profile_update": "{full_name} commented on {gender} profile update.",
  "full_name_commented_on_row_full_name_s_video": "{full_name} commented on {row_full_name}'s video.",
  "full_name_commented_on_gender_profile_update_message": "{full_name} commented on {gender} profile update \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_row_full_name_s_profile_update": "{full_name} commented on {row_full_name}'s profile update \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_gender_profile_update_title": "{users} commented on {gender} profile update \"{title}\"",
  "users_commented_on_your_profile_update_title": "{users} commented on your profile update \"{title}\"",
  "users_commented_on_span_class_drop_data_user_row_full_name_s_span_profile_update_title": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> profile update \"{title}\"",
  "relationship_status_confirmed": "Relationship status confirmed",
  "full_name_and_full_name_with_are_now_phrase_var_name": "{full_name} and {full_name_with} are now {phrase_var_name}",
  "add_status": "Add Status",
  "you_can_add_a_language_phrase_if_you_enter_it_like_this": "You can add a language phrase if you enter it like this",
  "otherwise_the_script_will_create_the_language_phrase_for_you": "Otherwise the script will create the language phrase for you",
  "feed_when_confirmed": "Feed when confirmed",
  "this_is_the_message_for_the_feed_when_the_relationship_has_been_confirmed": "This is the message for the feed when the relationship has been confirmed.\r\n\t\t\t\tIn some cases this feed is not needed and leaving this field blank will stop the feed from showing.\r\n\t\t\t\tFor example \"user1 is married to user2\".",
  "feed_before_confirming": "Feed before confirming",
  "this_message_will_be_shown_in_the_feed_when_a_user_has_set_a_relationship": "This message will be shown in the feed when a user has set a relationship status with another user but \r\n\t\t\t\tthe other user has not confirmed it. It also applies when a user sets the status without defining another user.\r\n\t\t\t\tFor example \"user1 is married\".",
  "requires_confirmation": "Requires Confirmation",
  "if_this_field_is_enabled_this_relationship_status_requires_that_both_users_agree_on_displaying_their_relationship": "If this field is enabled this relationship status requires that both users agree\r\n\t\t\t       on displaying their relationship.",
  "for_all_these_phrases_the_following_transformations_apply": "For all these phrases the following transformations apply",
  "user_name_of_the_receiving_party": "user name of the receiving party",
  "full_name_of_the_receiving_party": "full name of the receiving party",
  "sender_s_user_name": "sender's user name",
  "sender_s_full_name": "sender's full name",
  "sender_s_possessive_adjective_his_her": "sender's possessive adjective (his, her)",
  "edit_status": "Edit Status",
  "manage_relationship_statuses": "Manage Relationship Statuses",
  "status_name": "Status name",
  "feed_when_new": "Feed when new",
  "confirmation": "Confirmation",
  "no_relationship_statuses_have_been_added": "No relationship statuses have been added.",
  "status_added": "Status added",
  "status_deleted": "Status deleted",
  "not_found": "Not found",
  "relationship_status_confirmation": "Relationship Status Confirmation",
  "users_liked_your_relationship_status": "{users} liked your relationship status",
  "full_name_wants_to_list_you_both_as_phrase_var_name": "{full_name} wants to list you both as \"{phrase_var_name}\"\r\nThis view all your relationship requests follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "status_id_does_not_exist": "Status id does not exist",
  "invalid_array": "Invalid array",
  "user_tagged_you_in_a_comment_in_a_relationship_update": "{user} tagged you in a comment in a relationship update",
  "relations_are_disabled": "Relations are disabled",
  "a_relation_does_not_have_relation_data_id_or_with_user_id": "a relation does not have relation data_id or with user_id",
  "invalid_callback_on_comment_dot": "Invalid callback on comment.",
  "wrong_type": "Wrong type",
  "create_a_custom_field": "Create a Custom Field",
  "custom_relationship_statuses": "Custom Relationship Statuses",
  "profile_successfully_updated": "Profile successfully updated!",
  "module_error": "Error Handler",
  "csrf_token_set": "No security token has been set within the posted form. All forms must contain a security token in order for our site to handle its requests.",
  "csrf_session_token": "No security token was set to your session. Please make sure your web browser is allowing all COOKIES from our site.",
  "csrf_detected": "Cross site forgery request (CSFR) detected.  Please note all such attempts are logged.",
  "site_email_not_set": "The admin has not set any email address to contact them.",
  "the_page_you_are_looking_for_cannot_be_found": "The page you are looking for cannot be found.",
  "javascript_file_not_found_dot": "JavaScript file not found.",
  "css_file_not_found_dot": "CSS file not found.",
  "page_not_found": "Page Not Found",
  "user_setting_can_manage_lang_packs": "Can manage language packages?",
  "module_language": "Language",
  "phrase_already_created": "This phrase has already been created: {phrase}",
  "phrase_form": "Phrase Form",
  "varname": "Varname",
  "original": "Original",
  "phrase_added": "Phrase has been added: {phrase}",
  "select_varname": "Select a \"Varname\" for your phrase",
  "product_not_defined_xml_file": "Product not defined in XML file.",
  "language_package_successfully_deleted": "Language package successfully deleted.",
  "manage_language_packages": "Manage Language Packages",
  "created": "Created By",
  "select_action": "Select Action",
  "edit_settings": "Edit Settings",
  "set_default": "Set As Default",
  "default_language_package_reset": "Default language package reset.",
  "invalid_language_package": "Invalid language package.",
  "invalid_language": "Invalid language #ID.",
  "language_package_successfully_imported": "Language package successfully imported.",
  "language_package": "Language Package",
  "import_language_package": "Import Language Package",
  "either_select_language_package": "<b>EITHER<\/b> select a language package",
  "upload_one_from_your_computer": "<b>OR<\/b> upload one from your computer",
  "import_missing_phrases_only": "Import Missing Phrases Only",
  "cannot_import": "Invalid language package. Cannot import since it does not exist.",
  "revert_selected_default": "Revert Selected to Default",
  "delete_selected": "Delete Selected",
  "save_selected": "Save Selected",
  "save_all": "Save All",
  "phrases_found": "No phrases found.",
  "search_for_text": "Search For Text",
  "phrase_id": "Phrase ID#",
  "phrase_text_only": "Phrase Text Only",
  "phrase_variable_name_only": "Phrase Variable Name Only",
  "phrase_text_and_phrase_variable_name": "Phrase Text and Phrase Variable Name",
  "phrase_s_updated": "Phrase(s) updated.",
  "selected_phrase_s_successfully_reverted": "Selected phrase(s) successfully reverted.",
  "selected_phrase_s_successfully_deleted": "Selected phrase(s) successfully deleted.",
  "master": "MASTER",
  "manage_phrases": "Manage Phrases",
  "setting_group_language": "<title>Language<\/title><info>Language<\/info>",
  "setting_display_language_flag": "<title>Display Flag<\/title><info>Set to <b>True<\/b> if you would like to display the flag beside each of the language packages available.<\/info>",
  "php_single_quoted": "PHP Single Quoted",
  "php_double_quoted": "PHP Double Quoted",
  "html": "HTML",
  "js": "JS",
  "create_language_pack": "Create Language Pack",
  "create_a_new_language_package": "Create a New Language Package",
  "create_language_package": "Create Language Package",
  "editing_language_package": "Editing Language Package",
  "package_details": "Package Details",
  "language_abbreviation_code": "Language Abbreviation Code",
  "html_character_set": "HTML Character Set",
  "text_direction": "Text Direction",
  "left_to_right": "Left to Right",
  "right_to_left": "Right to Left",
  "allow_user_selection": "Allow User Selection",
  "created_by": "Created By",
  "website": "Website",
  "create_from": "Create From",
  "language_package_successfully_added": "Language package successfully added.",
  "select_a_language_package_to_clone": "Select a language package to clone.",
  "provide_a_name_for_your_language_package": "Provide a name for your language package.",
  "provide_an_abbreviation_code": "Provide an abbreviation code.",
  "provide_an_html_character_set": "Provide an HTML character set.",
  "provide_the_text_direction": "Provide the text direction.",
  "language_package_not_found": "Language package not found.",
  "all_phrases": "All Phrases",
  "not_translated": "Not Translated",
  "translated_only": "Translated Only",
  "importing_phrases_page_current_total": "Importing phrases. Page {current} \/ {total}",
  "successfully_updated_your_language_preferences": "Successfully updated your language preferences.",
  "not_a_valid_url": "Not a valid URL.",
  "language_package_successfully_updated": "Language package successfully updated.",
  "icon": "Icon",
  "find_missing_phrases": "Find Missing Phrases",
  "default_icon_to_represent_this_language_package_br_advised_size_is_max_16_pixels_width_height": "Default icon to represent this language package.\r\n<br \/>\r\nAdvised size is max 16 pixels (Width & Height).",
  "successfully_imported_missing_phrases": "Successfully imported missing phrases.",
  "change_icon": "Change Icon",
  "import_language_pack": "Import Language Pack",
  "not_a_valid_language_package_to_install": "Not a valid language package to install.",
  "not_a_valid_language_package_to_install_missing_the_xml_file": "Not a valid language package to install. Missing the XML file.",
  "successfully_installed_the_language_package": "Successfully installed the language package.",
  "importing_phrases_please_hold": "Importing phrases. Please hold...",
  "phrase_variables": "Phrase Variables",
  "translate_css_position_top": "Top",
  "translate_css_position_right": "Right",
  "translate_css_position_bottom": "Bottom",
  "translate_css_position_left": "Left",
  "email_phrases": "Email Phrases",
  "phrases_updated_successfully": "Phrases updated successfully",
  "setting_auto_detect_language_on_ip": "<title>Auto Detect Language Package<\/title><info>Enable this feature to auto detect a language package based on the users IP when they first visit the site. In order to use this option you must have an API key for the setting <b>\"<a href=\"{url link='admincp.setting.edit.group-id_ip_infodb'}\">IP InfoDB API Key<\/a>\"<\/b>.<\/info>",
  "view_more_search_options": "View More Search Options",
  "new_phrase": "New phrase",
  "setting_no_string_restriction": "<title>No String Restriction<\/title><info>Enable this option if your site is using characters other then alphanumeric.<\/info>",
  "view_less_search_options": "View Less Search Options",
  "filter": "Filter",
  "featured_language_packs": "Featured Language Packs",
  "language_package_cannot_be_found_at_dir": "Language package cannot be found at:  {dir}",
  "provide_a_var_name_dot": "Provide a var name.",
  "error_finding_subjects_and_messages": "Error finding subjects and messages",
  "this_shouldnt_happen_dot": "This shouldnt happen.",
  "new_language": "New Language",
  "manual_import": "Manual Import",
  "find_more_language_packs": "Find More Language Packs",
  "languages": "Languages",
  "module_log": "Log",
  "recent_logins": "Recent Logins",
  "admincp_dashboard": "AdminCP Dashboard",
  "site_index": "Site Index",
  "current_active_users": "Current Active Users",
  "members_members_and_guests_guests": "{members} members and {guests} Guests",
  "view": "View",
  "everyone": "Everyone",
  "friends_only": "Friends Only",
  "active_users_total": "Active Users ({total})",
  "user_setting_can_manage_custom_pages": "Can manage custom pages from within the AdminCP?\r\n\r\nThis includes adding\/editing\/deleting pages.",
  "module_page": "Handles custom pages created from within the AdminCP.",
  "missing_title": "Missing a title.",
  "specify_page_active": "Specify if the page is active.",
  "page_missing_data": "Page is missing data.",
  "successfully_added": "Successfully added.",
  "page_added_continue": "Page successfully added. Please continue below to add a menu to your page.",
  "details": "Details",
  "page_title": "Page Title",
  "url_title": "URL Title",
  "use_entire_page": "Use Entire Page",
  "page_data": "Page Data",
  "bbcode": "BBCode",
  "add_smart_breaks": "Add Smart Breaks",
  "options": "Options",
  "phrase_from_language_package": "Is a phrase from a language package?",
  "page_successfully_deleted": "Page successfully deleted.",
  "page_activity_successfully_updated": "Page activity successfully updated.",
  "page": "Page",
  "edit_page_menu": "Edit Page Menu",
  "page_successfully_updated": "Page successfully updated.",
  "add_bookmark_links": "Add Bookmark Links",
  "add_page_views": "Add Page Views",
  "can_modify": "Can Modify",
  "wiki": "Wiki",
  "bookmark": "Bookmark",
  "page_has_been_viewed_once": "Page has been viewed once.",
  "page_has_been_viewed": "Page has been viewed {total} times.",
  "invalid_title": "Page title is invalid.",
  "missing_url_title": "Missing URL title.",
  "menu_terms": "Terms",
  "unable_to_find_the_page_you_are_looking_for": "Unable to find the page you are looking for.",
  "no_pages_have_been_added": "No pages have been added.",
  "create_a_new_page": "Create a New Page",
  "update_tags_pages": "Update Tags (Pages)",
  "custom_pages": "Custom Pages",
  "create_a_page": "Create a Page",
  "inactive_page": "Inactive page",
  "user_setting_can_post_comment_on_profile": "Can post comments on a users profile?",
  "module_profile": "Profile",
  "male": "Male",
  "female": "Female",
  "years_years_old": "{years} years old",
  "menu_profile": "Profile",
  "menu_my_profile": "My Profile",
  "menu_customize_profile": "Customize Profile",
  "user_setting_display_membership_info": "Display membership details on a users profile?",
  "gender": "Gender",
  "birthday": "Birthday",
  "age": "Age",
  "rss_subscribers": "RSS Subscribers",
  "total_rating_ratings": "{total_rating} Ratings",
  "basic_info": "Basic Info",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_profile_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">profile<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_profile_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">profile<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_a_href_title_link_item_user_name_s_a_profile": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{title_link}\">{item_user_name}'s<\/a> profile.",
  "user_name_left_you_a_comment_on_site_title": "{user_name} left you a comment on {site_title}.",
  "user_name_left_you_a_comment_on_your_profile_message": "{user_name} left you a comment on your profile.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_user_link_full_name_a_wrote_a_comment_on_your_a_href_profile_link_profile_a": "<a href=\"{user_link}\">{full_name}<\/a> wrote a comment on your <a href=\"{profile_link}\">profile<\/a>.",
  "profile_info": "Profile Info",
  "comments_on": "Comments on",
  "on_name_s_profile": "On {name}'s profile.",
  "rating": "Rating",
  "send_a_message": "Send a Message",
  "add_to_friends": "Add to Friends",
  "add_to_your_favorites": "Add to your Favorites",
  "add_to_favorites": "Add to Favorites",
  "unblock_this_user": "Unblock this User",
  "block_this_user": "Block this User",
  "invite_to_one_of_your_groups": "Invite to one of your groups.",
  "invite_to_a_group": "Invite to a Group",
  "instant_chat": "Instant Chat",
  "un_feature_this_member": "Un-Feature this member.",
  "unfeature": "Unfeature",
  "feature_this_member": "Feature this member.",
  "feature": "Feature",
  "change_profile_picture": "Change Profile Picture",
  "profile_is_private": "Profile is private.",
  "full_name_is_on_site_title": "{full_name} from {location} is on {site_title}. {meta_description_profile} {full_name} has {total_friend} friends. Sign up on {site_title} and connect with {full_name}, message {full_name} or add {full_name} as your friend.",
  "you_have_already_rated_this_user": "You have already rated this user.",
  "you_cannot_rate_yourself": "You cannot rate yourself.",
  "setting_profile_seo_for_meta_title": "<title>Profile Title<\/title><info>Profile Title<\/info>",
  "a_href_user_link_full_name_a_updated_their_profile_design": "<a href=\"{user_link}\">{full_name}<\/a> updated {gender} profile design.",
  "a_href_user_link_full_name_a_updated_their_profile": "<a href=\"{user_link}\">{full_name}<\/a> updated {gender} profile.",
  "this_user_has_been_banned": "This user has been banned.",
  "user_setting_can_view_users_profile": "Can view a users profile? (Including their own profile.)",
  "updates_from": "Updates from",
  "profile_designer": "Profile Designer",
  "full_name_s_profile_has_been_updated": "<a href=\"{user_link}\">{full_name}<\/a>'s profile has been updated.",
  "full_name_s_profile_design_has_been_updated": "<a href=\"{user_link}\">{full_name}<\/a>'s profile design has been updated.",
  "a_href_user_link_full_name_a_likes_your_recent_profile_a_href_link_design_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your recent profile design.",
  "a_href_user_link_full_name_a_liked_their_own_profile_a_href_link_design_a": "<a href=\"{user_link}\">{full_name}<\/a> liked their own profile <a href=\"{link}\">design<\/a>.",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_design_a": "<a href=\"{user_link}\">{full_name}<\/a> liked <a href=\"{view_user_link}\">{view_full_name}<\/a>'s profile <a href=\"{link}\">design<\/a>.",
  "wall": "Wall",
  "setting_show_empty_tabs": "<title>Show Empty Tabs<\/title><info>When this setting is enabled the script will show tabs for empty items in profiles, for example if a user has not yet uploaded a blog and this setting is enabled, the tab \"Blogs\" will still show in profiles.\r\n\r\nIf this setting is disabled there will be an extra query for each tab in profiles every time site cache is cleared.<\/info>",
  "menu_profile_my_profile_b392d011b7f15183caf21a8bc56fd1fe": "My Profile",
  "menu_profile_edit_profile_b392d011b7f15183caf21a8bc56fd1fe": "Edit Profile",
  "menu_profile_edit_profile_picture_b392d011b7f15183caf21a8bc56fd1fe": "Edit Profile Picture",
  "menu_profile_customize_profile_b392d011b7f15183caf21a8bc56fd1fe": "Customize Profile",
  "design_profile": "Design Profile",
  "send_message": "Send Message",
  "confirm_friend_request": "Confirm Friend Request",
  "more": "More",
  "edit_friends": "Edit Friends",
  "pending_friend_confirmation": "Pending Friend Confirmation",
  "pending_friend_request": "Pending Friend Request",
  "lives_in": "Lives in",
  "age_years_old": "{age} years old",
  "born_on_birthday": "Born on {birthday}",
  "change_picture": "Change Picture",
  "drafts": "Drafts",
  "blogs": "Blogs",
  "polls": "Polls",
  "friends": "Friends",
  "events": "Events",
  "guestbook": "Guestbook",
  "listings": "Listings",
  "music": "Music",
  "albums": "Albums",
  "photos": "Photos",
  "quizzes": "Quizzes",
  "menu_profile_profile_532c28d5412dd75bf975fb951c740a30": "Profile",
  "user_setting_can_change_cover_photo": "Can change profile cover photo?",
  "cover_photo": "Cover Photo",
  "setting_profile_caches": "<title>Profile Tracking<\/title><info>This cache removes the track from profiles. It goes against privacy and is very difficult to circumvent efficiently.<\/info>",
  "change_cover_photo": "Change Cover Photo",
  "remove_cover_photo": "Remove Cover Photo",
  "trying_to_load_an_invalid_module_dot": "Trying to load an invalid module.",
  "unable_to_load_the_section_you_are_looking_for_dot": "Unable to load the section you are looking for.",
  "upload_photo": "Upload photo",
  "module_theme": "Theme Management",
  "admincp_menu_create_theme": "Create Theme",
  "admincp_menu_create_style": "Create Style",
  "create_a_new_template": "Create a New Template",
  "admincp_create_css_file": "Create CSS File",
  "admincp_menu_import_themes": "Import Themes",
  "admincp_menu_import_styles": "Import Styles",
  "last_modified_time_stamp_by_full_name": "Last modified {time_stamp} by {full_name}",
  "css_file_successfully_added": "CSS file successfully added.",
  "not_a_valid_style": "Not a valid style.",
  "edit_css": "Edit CSS",
  "styles": "Styles",
  "editing_style": "Editing Style",
  "create_new_style": "Create New Style",
  "style_successfully_updated": "Style successfully updated.",
  "style_successfully_added": "Style successfully added.",
  "create_style": "Create Style",
  "import_styles": "Import Styles",
  "style_successfully_imported": "Style successfully imported.",
  "not_a_valid_theme": "Not a valid theme.",
  "style_successfully_deleted": "Style successfully deleted.",
  "managing_styles_for": "Managing styles for",
  "logo_successfully_reverted": "Logo successfully reverted.",
  "logo_successfully_uploaded": "Logo successfully uploaded.",
  "change_site_logo": "Change Site Logo",
  "change_logo": "Change Logo",
  "template_successfully_added": "Template successfully added.",
  "create_new_template": "Create New Template",
  "templates": "Templates",
  "theme_successfully_updated": "Theme successfully updated.",
  "theme_successfully_added": "Theme successfully added.",
  "editing_theme": "Editing Theme",
  "create_new_theme": "Create New Theme",
  "create_theme": "Create Theme",
  "theme_is_not_valid": "Theme is not valid.",
  "export_theme": "Export Theme",
  "theme_successfully_imported": "Theme successfully imported.",
  "not_a_valid_theme_to_import": "Not a valid theme to import.",
  "import_themes": "Import Themes",
  "theme_successfully_deleted": "Theme successfully deleted.",
  "not_a_valid_file_extension": "Not a valid file extension.",
  "unable_to_upload_image": "Unable to upload image.",
  "unable_to_find_style": "Unable to find style.",
  "style_requires_a_name": "Style requires a name.",
  "style_requires_a_folder_name": "Style requires a folder name.",
  "select_a_parent_theme_for_this_style": "Select a parent theme for this style.",
  "provide_if_the_style_is_active_or_not": "Provide if the style is active or not.",
  "provide_a_default_logo_name": "Provide a default logo name.",
  "folder_is_not_valid": "Folder is not valid.",
  "this_folder_is_already_in_use": "This \"Folder\" is already in use.",
  "select_a_style": "Select a style.",
  "provide_a_file_name": "Provide a file name.",
  "provide_css_code": "Provide CSS code.",
  "file_name_is_not_valid": "File name is not valid.",
  "the_file_name_is_already_in_use": "The \"File Name\" is already in use.",
  "not_a_valid_style_to_set_to_default": "Not a valid style to set to default.",
  "unable_to_find_style_sheet": "Unable to find style sheet.",
  "unable_to_find_the_style_sheet_file": "Unable to find the style sheet file.",
  "select_a_theme_for_this_template": "Select a theme for this template.",
  "select_what_type_of_a_template_this_is": "Select what type of a template this is.",
  "not_a_valid_template_to_delete": "Not a valid template to delete.",
  "theme_requires_a_name": "Theme requires a name.",
  "theme_requires_a_folder_name": "Theme requires a folder name.",
  "provide_if_the_theme_is_active_or_not": "Provide if the theme is active or not.",
  "there_is_already_a_theme_with_the_same_folder_name": "There is already a theme with the same folder name.",
  "not_a_valid_theme_to_delete": "Not a valid theme to delete.",
  "full_screen": "Full Screen",
  "toggle_all_blocks": "Toggle all blocks.",
  "advanced": "Advanced",
  "css": "CSS",
  "use_theme": "Use Theme",
  "preview": "Preview",
  "are_you_sure_note_that_this_will_revert_all_your_changes_and_not_just_those_within_this_group": "Are you sure? Note that this will revert all your changes and not just those within this group.",
  "width": "Width",
  "background": "Background",
  "attach_files": "Attach Files",
  "scroll": "Scroll",
  "position": "Position",
  "repeat": "Repeat",
  "do_not_repeat": "Do Not Repeat",
  "across": "Across",
  "down": "Down",
  "tile": "Tile",
  "font": "Font",
  "color": "Color",
  "family": "Family",
  "style": "Style",
  "weight": "Weight",
  "align": "Align",
  "transform": "Transform",
  "decoration": "Decoration",
  "border": "Border",
  "padding": "Padding",
  "css_details": "CSS Details",
  "file_name": "File Name",
  "creator": "Creator",
  "css_files": "CSS Files",
  "global_css": "Global CSS",
  "revert": "Revert",
  "style_details": "Style Details",
  "parent_theme": "Parent Theme",
  "parent_style": "Parent Style",
  "folder_name": "Folder Name",
  "logo_image": "Logo Image",
  "default_logo_file_name_eg_logo_png": "Default logo file name (eg. logo.png)",
  "is_default": "Is Default",
  "click_to_install_this_theme": "Click to install this theme.",
  "edit_style": "Edit Style",
  "export_style": "Export Style",
  "remove_as_default": "Remove as Default",
  "no_styles_found": "No styles found.",
  "create_a_new_style": "Create a New Style",
  "logo": "Logo",
  "select_a_logo": "Select a Logo",
  "recommended_width_height_width_x_height_pixels": "Recommended width\/height: {width}x{height} pixels.",
  "automatically_resize": "Automatically Resize",
  "current_logo": "Current logo",
  "revert_logo": "Revert Logo",
  "upload_logo": "Upload Logo",
  "template_info": "Template Info",
  "global_template": "Global Template",
  "required_only_for_modular_templates": "Required only for modular templates.",
  "html_templates": "HTML Templates",
  "global_templates": "Global Templates",
  "theme_details": "Theme Details",
  "folder": "Folder",
  "export_styles": "Export Styles",
  "edit_theme": "Edit Theme",
  "edit_templates": "Edit Templates",
  "manage_styles": "Manage Styles",
  "recent_visitors": "Recent Visitors",
  "default_manage": "Default",
  "page_width": "Page Width",
  "link_hover": "Link:Hover",
  "search_bar": "Search Bar",
  "header": "Header",
  "menu_link": "Menu Link",
  "menu_link_hover": "Menu Link:Hover",
  "profile_header": "Profile Header",
  "profile_header_link": "Profile Header Link",
  "profile_header_link_hover": "Profile Header Link:Hover",
  "profile_link": "Profile Link",
  "profile_link_hover": "Profile Link:Hover",
  "content": "Content",
  "block_body": "Block Body",
  "block_header": "Block Header",
  "bottom": "Bottom",
  "bottom_link": "Bottom Link",
  "bottom_link_hover": "Bottom Link:Hover",
  "click_on_the_blocks_below_to_hide_unhide_them": "Click on the \"Blocks\" below to hide\/unhide them.",
  "creating_css_file": "Creating CSS File",
  "please_enable_designdnd_first": "Please enable DesignDND first.",
  "you_are_not_allowed_to_make_use_of_this_feature": "You are not allowed to make use of this feature.",
  "something_bad_happened": "Something bad happened.",
  "order_updated": "Order Updated",
  "select_a_block_below_and_then_drag_it_to_any_of_the_available_positions": "Select a block below and then drag it to any of the available positions.",
  "custom_values": "Custom Values",
  "left_column_width": "Left Column Width",
  "center_column_width": "Center Column Width",
  "right_column_width": "Right Column Width",
  "clone_from": "Clone from...",
  "featured_themes": "Featured Themes",
  "javascript": "JavaScript",
  "homepage": "Homepage",
  "flavor": "Flavor",
  "new_flavor": "New Flavor",
  "remove_theme": "Remove theme",
  "sync_css": "Sync CSS",
  "revert_theme": "Revert theme",
  "remove_flavor": "Remove Flavor",
  "phpfox_community_demo": "phpFox Community Demo",
  "get_phpfox": "Get phpFox",
  "select_your_flavor": "Select your Flavor",
  "try": "Try",
  "wrong_format_when_changing_order_of_blocks": "Wrong format when changing order of blocks",
  "you_need_to_enable_dnd_mode_first_dot": "You need to enable DnD mode first.",
  "not_a_valid_theme_to_install_dot": "Not a valid theme to install.",
  "this_theme_is_already_installed_dot": "This theme is already installed.",
  "find_more_themes": "Find More Themes",
  "add_a_file_name_dot": "Add a file name.",
  "export_modification": "Export modification",
  "import_modification": "Import modification",
  "select_modifications_to_export": "Select modifications to export",
  "log": "Log In",
  "module_user": "User",
  "setting_successfully_added": "Setting successfully added.",
  "add_info_regarding_setting": "Add information regarding the user setting.",
  "user_group_values": "User Group Values",
  "user_group_updated": "User group updated.",
  "invalid_user_group": "Invalid user group.",
  "setting_successfully_updated": "Setting successfully updated.",
  "default_user_groups": "Default User Groups",
  "manage_user_group": "Manage User Group",
  "user_group_information": "User Group Information",
  "title_for_user_group": "Title for the user group.",
  "remember": "Remember me",
  "login_button": "Login",
  "sign": "Sign Up",
  "forgot_password": "Forgot Password?",
  "site_name_login": "{name} Login",
  "sign_for_site_name": "or <a href=\"{url}\">Sign up for {name}<\/a>",
  "forgot_your_password": "Forgot your password?",
  "provide_your_user_name": "Provide your user name.",
  "provide_your_email": "Provide your email.",
  "provide_your_user_name_email": "Provide your user name or email.",
  "provide_your_password": "Provide your password.",
  "login_title": "Login",
  "invalid_user_name": "Invalid User Name.",
  "invalid_email": "Invalid Email.",
  "invalid_login_id": "Invalid Login ID.",
  "invalid_password": "Invalid Password.",
  "you_need_logged_that": "You need to be logged in to do that.",
  "sign_and_start_using_site": "Sign Up and Start Using {site}",
  "menu_browse": "Members",
  "menu_settings": "Account",
  "user_setting_can_add_user_group_setting": "Can add\/edit settings for user groups?\r\n\r\nNote: Enable this feature only if creating a plug-in or modifying the package.",
  "user_setting_can_control_profile_privacy": "Can control privacy settings on their own profile?",
  "user_setting_can_control_notification_privacy": "Can control notification privacy settings?",
  "user_setting_can_override_user_privacy": "Can override a users privacy setting?",
  "setting_multi_step_registration_form": "<title>Multi-step Registration Form<\/title><info>Enabling this option will turn the registration process into multiple steps and using as few fields as we can on the first step to entice users to register.<\/info>",
  "user_setting_require_profile_image": "Users are required to upload a profile image?",
  "setting_registration_steps": "<title>Registration Steps<\/title><info>With this option you can add extra steps to the registration process.<\/info>",
  "menu_edit_profile": "Edit Profile",
  "custom_group_about_me": "About Me",
  "custom_about_me": "About Me",
  "setting_usernames_to_suggest": "<title>Usernames to suggest<\/title><info>When users fail the username verification at signup several usernames will be suggested.\r\nThe values here are the first part of those suggestions, (the second part is a random number).\r\n\r\nPossible outcomes:\r\nuser234\r\nmember181\r\nfriend921<\/info>",
  "setting_how_many_usernames_to_suggest": "<title>How many usernames to suggest<\/title><info>When users verify their username at signup they are presented with a list of valid usernames they can choose from, how many usernames to show in that list?<\/info>",
  "setting_user_browse_display_results_default": "<title>Browsing Users Display Results<\/title><info>Select <b>name_photo<\/b> if you would like to by default display the users name and photo only within the browse section. Select <b>name_photo_detail<\/b> if you would like to display the users name, photo and general details about the person within the browse section.<\/info>",
  "user_setting_can_edit_gender_setting": "Can edit their gender?",
  "user_setting_custom_name_field": "Custom full name field. Must be phrase, example: user.full_name",
  "user_setting_can_edit_dob": "Can edit date of birth?",
  "user_setting_can_edit_users": "Can edit a users account?\r\n\r\n<b>Notice:<\/b> Requires the ability to log into the AdminCP.",
  "user_setting_can_stay_logged_in": "Can stay logged into the site?",
  "user_setting_can_change_other_user_picture": "Can change profile photos added by other users?",
  "user_setting_can_edit_other_user_privacy": "Can edit privacy settings for other users?",
  "user_setting_can_change_own_user_name": "Can change own user name?",
  "user_setting_total_times_can_change_user_name": "How many times can this user group edit their user name?",
  "setting_user_profile_private_age": "<title>Force Profile Privacy<\/title><info>Define what age should a users profile be forced to be private regardless of their profile privacy setting.\r\n\r\nIf the user's age is the the same or lower than the setting, only their friends will be able to see their profile and interact with them.\r\n\r\n<b>Notice:<\/b> Set to \"0\" (without quotes) for no limit.<\/info>",
  "user_setting_can_block_other_members": "Can block members?",
  "user_setting_can_be_blocked_by_others": "Can this user group be blocked by other users?",
  "setting_validate_full_name": "<title>Validate Full\/Display Name<\/title><info>Set to <b>True<\/b> if you would like to validate a users full name.<\/info>",
  "stat_title_1": "Members",
  "user_setting_can_feature": "Can members of this user group feature and unfeature members?",
  "setting_how_many_featured_members": "<title>How Many Featured Members To Show<\/title><info>This setting tells how many featured members will be shown at one time.<\/info>",
  "setting_verify_email_at_signup": "<title>Verify Email At Signup<\/title><info>When a guest signs up, should they verify their email address?\r\n\r\nIf enabled an email will be sent with a special link to verify that is their address.<\/info>",
  "setting_verify_email_timeout": "<title>Verify Email Timeout<\/title><info>This setting tells how much time (in minutes) new members have in order to verify their email address.\r\n\r\nMake sure your email server is well configured as this setting relies on the user being able to click the link sent when they signed up.\r\n\r\nIf your site allows changing email address and you require the new one to be verified as well this setting also applies in this case.\r\n\r\nSet it to 0 to disable the timeout.<\/info>",
  "user_setting_can_change_email": "Should members of this user group be allowed to change their email address?",
  "setting_logout_after_change_email_if_verify": "<title>Logout After Changing Email<\/title><info>If users must verify their email address, when they change their email address should they be logged out so they need to verify right away?\r\n\r\nIf you set this to no they will be able to use the site until they sign out, after that they will need to verify their email address.<\/info>",
  "user_setting_can_verify_others_emails": "Allow members of this user group to verify other's email address from the AdminCP -> Users -> Browse Users ?",
  "user_cancellation_6": "reason 3",
  "user_cancellation_7": "reason 4",
  "user_setting_can_delete_own_account": "Can members of this user group delete their own account?",
  "user_setting_can_change_own_full_name": "Can members of this user group change their full name?",
  "user_setting_total_times_can_change_own_full_name": "How many times can members of this user group change their full name?\r\n\r\nLeave to 0 for unlimited",
  "menu_account_settings": "Account Settings",
  "menu_privacy_settings": "Privacy Settings",
  "menu_edit_profile_picture": "Edit Profile Picture",
  "user_setting_can_delete_others_account": "Can members of this user group delete other people's account?",
  "user_setting_can_be_invisible": "Can select to be invisible?",
  "setting_display_user_online_status": "<title>Display User Online Status<\/title><info>This produces an \"is Online\" message when the avatar is hovered over.<\/info>",
  "user_setting_total_upload_space": "The total amount of space a user can use when uploading to the server (eg. photos, videos, songs etc...) in megabytes (mb). Set to \"0\" for unlimited space.",
  "user_setting_force_cropping_tool_for_photos": "Force users to use the cropping tool before completing the profile photo upload routine.\r\n\r\n<b>Note:<\/b> This is used to make sure all photos on the site are correctly cropped.",
  "user_setting_max_upload_size_profile_photo": "Max file size for profile photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor an unlimited size limit add \"0\" without quotes.",
  "setting_min_length_for_username": "<title>Minimum Length for Username<\/title><info>Minimum Length for Username<\/info>",
  "setting_max_length_for_username": "<title>Maximum Length for Username<\/title><info>Maximum Length for Username<\/info>",
  "your_password_has_been_sent_to_your_email": "Your password has been sent to your email.",
  "we_found_a_problem_with_your_request_please_try_again": "We found a problem with your request, please try again.",
  "you_cannot_rate_your_own_profile": "You cannot rate your own profile.",
  "this_username_is_available": "This username is available.",
  "user_successfully_blocked": "User successfully blocked.",
  "user_successfully_unblocked": "User successfully unblocked.",
  "unfeature_user": "Unfeature User",
  "feature_user": "Feature User",
  "an_error_occured_and_this_operation_was_not_completed": "An error occurred and this operation was not completed.",
  "an_error_occured_and_this_user_could_not_be_verified": "An error occurred and this user could not be verified.",
  "an_error_occured_and_the_email_could_not_be_sent": "An error occurred and the email could not be sent.",
  "profile_photo_successfully_uploaded": "Profile photo successfully uploaded.",
  "un_ban_user": "Un-Ban User",
  "ban_user": "Ban User",
  "unable_to_find_this_member": "Unable to find this member.",
  "unable_to_block_this_user": "Unable to block this user.",
  "view_all": "View All",
  "featured_members": "Featured Members",
  "set_browse_criteria": "Set Browse Criteria",
  "basic": "Basic",
  "option_updated_successfully": "Option updated successfully.",
  "option_added_successfully": "Option added successfully.",
  "item_not_found": "Item not found.",
  "add_cancellation_options": "Add Cancellation Options",
  "view_feedback_on_cancellations": "View Feedback On Cancellations",
  "option_deleted_successfully": "Option deleted successfully.",
  "manage_cancellation_options": "Manage Cancellation Options",
  "user_group_successfully_added": "User group successfully added.",
  "create_new_user_group": "Create New User Group",
  "successfully_deleted_user_group": "Successfully deleted user group.",
  "unable_to_find_the_user_group_you_want_to_delete": "Unable to find the user group you want to delete.",
  "not_allowed_to_delete_this_user_group": "Not allowed to delete this user group.",
  "delete_user_group": "Delete User Group",
  "user_successfully_updated": "User successfully updated.",
  "basic_information": "Basic Information",
  "date_of_birth": "Date of Birth",
  "time_zone": "Time Zone",
  "spam_count": "SPAM Count",
  "editing_member": "Editing Member",
  "add_new_member": "Add New Member",
  "password_request_successfully_sent_check_your_email_to_verify_your_request": "Password request successfully sent. Check your email to verify your request.",
  "password_request": "Password Request",
  "new_password_successfully_sent_check_your_email_to_use_your_new_password": "New password successfully sent. Check your email to use your new password.",
  "password_request_verification": "Password Request Verification",
  "members_section_is_closed": "Members section is closed.",
  "joined": "Joined",
  "email_name": "Email & Name",
  "men": "Men",
  "women": "Women",
  "both": "Both",
  "all_members": "All Members",
  "pending_verification_members": "Pending Verification Members",
  "name_and_photo_only": "Name and Photo Only",
  "name_photo_and_users_details": "Name, Photo and Users Details",
  "you_still_need_to_verify_your_email_address": "You still need to verify your email address.",
  "lost_password": "Lost Password",
  "upload_profile_picture": "Upload Profile Picture",
  "edit_profile_picture": "Edit Profile Picture",
  "privacy_settings_have_been_disabled_for_your_user_group": "Privacy settings have been disabled for your user group.",
  "privacy_settings_successfully_updated": "Privacy settings successfully updated.",
  "privacy_settings": "Privacy Settings",
  "successfully_updated_full_name_profile": "Successfully updated {full_name} profile.",
  "cancel_account": "Cancel Account",
  "unable_to_edit_this_account": "Unable to edit this account.",
  "select_current_location": "Select current location.",
  "select_your_gender": "Select your gender.",
  "select_month_of_birth": "Select month of birth.",
  "select_day_of_birth": "Select day of birth.",
  "select_year_of_birth": "Select year of birth.",
  "zip_postal_code_is_invalid": "ZIP\/Postal code is invalid.",
  "provide_your_full_name": "Provide your full name.",
  "provide_a_user_name": "Provide a user name.",
  "account_settings_updated": "Account settings updated.",
  "account_settings_updated_your_new_mail_address_requires_verification_and_an_email_has_been_sent_until_then_your_email_remains_the_same": "Account settings updated. Your new mail address requires verification and an email has been sent. Until then your email remains the same.",
  "email_updated_you_need_to_verify_your_new_email_address_before_logging_in": "Email updated. You need to verify your new email address before logging in.",
  "account_settings": "Account Settings",
  "full_name": "Full Name",
  "your_email_has_been_verified_please_log_in_with_the_information_you_provided_during_sign_up": "Your email has been verified, please log in with the information you provided during sign up.",
  "invalid_verification_link": "Invalid verification link.",
  "not_able_to_block_yourself": "Not able to block yourself.",
  "you_have_already_blocked_this_user": "You have already blocked this user.",
  "you_need_to_add_a_message_to_show": "You need to add a message to show.",
  "select_if_the_cancellation_option_is_active_or_not": "Select if the cancellation option is active or not.",
  "please_enter_your_password": "Please enter your password.",
  "you_are_not_allowed_to_delete_your_own_account": "You are not allowed to delete your own account.",
  "your_account_has_been_deleted": "Your account has been deleted.",
  "provide_a_name_for_the_user_group": "Provide a name for the user group.",
  "select_an_inherit_user_group": "Select an inherit user group.",
  "email_verification_on_site_title": "Email Verification On {site_title}",
  "you_registered_an_account_on_site_title_before": "You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}<\/a>",
  "email_does_not_match_the_one_that_is_currently_in_use": "Email does not match the one that is currently in use.",
  "you_need_to_verify_your_email_address_before_logging_in": "You need to verify your email address before logging in.\r\n\r\nWe sent a verification code to: <b>{email}<\/b>",
  "you_do_not_have_permission_to_modify_this_item": "You do not have permission to modify this item.",
  "view_more_members": "View More Members",
  "a_href_link_member_a_joined_joined": "<a href=\"{link}\">Member<\/a> joined {joined}.",
  "a_href_link_full_name_a_updated_their_profile_picture": "<a href=\"{link}\">{full_name}<\/a> updated their profile picture.",
  "a_href_link_full_name_a_joined_the_community": "<a href=\"{link}\">{full_name}<\/a> joined the community.",
  "users_profile_main_section": "Users Profile - Main Section",
  "users_profile_basic_information": "Users Profile - Basic Information",
  "users_profile_side_panel": "Users Profile - Side Panel",
  "users_profile": "Users Profile",
  "activity": "Activity",
  "user_activity": "User Activity",
  "not_a_valid_email": "Not a valid email.",
  "password_request_for_site_title": "Password request for {site_title}",
  "you_have_requested_for_us_to_send_you_a_new_password_for_site_title": "You have requested for us to send you a new password for {site_title}.\r\n\r\nTo confirm this request, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "not_a_valid_password_request": "Not a valid password request.",
  "password_request_id_does_not_match": "Password request ID does not match.",
  "new_password_for_site_title": "New password for {site_title}",
  "you_have_requested_for_us_to_send_you_a_new_password_for_site_title_with_password": "You have requested for us to send you a new password for {site_title}.\r\n\r\nYour new password is: {password}\r\n\r\nTo login, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "the_field_field_is_required": "The field `{field}` is required.",
  "not_a_valid_name": "Not a valid name.",
  "select_a_membership_package": "Select a membership package.",
  "please_verify_your_email_for_site_title": "Please verify your email for: {site_title}",
  "you_registered_an_account_on_site_title_before_being_able_to_use_your_account_you_need_to_verify_that_this_is_your_email_address_by_clicking_here_a_href_link_link_a": "You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}<\/a>",
  "not_a_valid_city": "Not a valid city.",
  "this_display_name_is_not_allowed_to_be_used": "This display name is not allowed to be used.",
  "add_some_text_to_share": "Add some text to share.",
  "fill_in_a_display_name": "Fill in a display name.",
  "select_a_user_group_for_this_user": "Select a user group for this user.",
  "select_a_location": "Select a location.",
  "select_a_gender": "Select a gender.",
  "select_a_date_of_birth": "Select a date of birth.",
  "username_is_required_and_can_only_contain_alphanumeric_characters_and_or_and_must_be_between_5_and_25_characters_long": "Username is required and can only contain alphanumeric characters and _ or - and must be between 5 and 25 characters long.",
  "provide_a_valid_email": "Provide a valid email.",
  "missing_old_password": "Missing old password.",
  "missing_new_password": "Missing new password.",
  "your_current_password_does_not_match_your_old_password": "Your current password does not match your old password.",
  "you_should_not_ban_yourself": "You should not ban yourself.",
  "provide_a_valid_password": "Provide a valid password.",
  "check_our_agreement_in_order_to_join_our_site": "Check our agreement in order to join our site.",
  "provide_a_valid_user_name": "Not a valid user name. User name can only contain alphanumeric characters and _ or - and must be between {min} and {max} characters long.",
  "unable_to_upload_you_have_reached_your_limit_of_current_you_are_currently_using_total": "Unable to upload. You have reached your limit of {current}. You are currently using {total}.",
  "unable_to_upload_you_have_reached_your_limit_of_limit_with_this_upload_you_will_be_using_total": "Unable to upload. You have reached your limit of {limit}. With this upload you will be using {total}.",
  "unable_to_find_the_user_you_plan_to_edit": "Unable to find the user you plan to edit.",
  "user_name_is_already_in_use": "User name is already in use.",
  "this_username_is_not_allowed_to_be_used": "This username is not allowed to be used.",
  "email_is_invalid_and_cannot_be_used": "Email is invalid and cannot be used.",
  "this_email_is_not_allowed_to_be_used": "This email is not allowed to be used.",
  "loading_custom_fields": "Loading custom fields",
  "continue": "Continue",
  "you_are_about_to_delete": "You are about to delete...",
  "total_activity": "Total Activity",
  "are_you_completely_sure_you_want_to_delete_this_user": "Are you completely sure you want to delete this user?",
  "no_cancel": "No, Cancel",
  "yes_delete": "Yes, Delete",
  "html_prefix": "HTML Prefix",
  "html_suffix": "HTML Suffix",
  "the_advised_width_height_is_20_pixels": "The advised width\/height is 20 pixels.",
  "choose_a_username": "Choose a Username",
  "your_username_is_used_to_easily_connect_to_your_profile": "Your username is used to easily connect to your profile.",
  "check_availability": "Check Availability",
  "email_address": "Email Address",
  "free_normal": "(Free) Normal",
  "membership_upgrades": "Membership Upgrades",
  "click_here_to_learn_more_about_our_membership_upgrades": "Click here to learn more about our memberships.",
  "would_you_like_to_unblock_user_info": "Would you like to unblock {user_info}?",
  "yes_unblock_this_user": "Yes, unblock this user.",
  "no_do_not_unblock_this_user": "No, do not unblock this user.",
  "are_you_sure_you_want_to_block_user_info": "Are you sure you want to block {user_info}?",
  "yes_block_this_user": "Yes, block this user.",
  "no_do_not_block_this_user": "No, do not block this user.",
  "search_by_email_full_name_or_user_name": "Search by email, full name or user name.",
  "sorry_no_users_were_found": "Sorry, no users were found.",
  "use_selected": "Use Selected",
  "browse_for": "Browse For",
  "between_ages": "Between Ages",
  "located_within": "Located Within",
  "keywords": "Keywords",
  "within": "within",
  "display_results_by": "Display Results By",
  "sort_results_by": "Sort Results By",
  "old_password": "Old Password",
  "new_password": "New Password",
  "select_an_image": "Select an Image",
  "core": "Core",
  "upload_picture": "Upload Picture",
  "anyone": "Anyone",
  "network": "Network",
  "no_one": "No One",
  "username_is_not_available_here_are_other_suggestions_you_may_like": "Username is not available, here are other suggestions you may like.",
  "a_href_onclick_js_user_status_form_ajaxcall_user_updatestatus_return_false_save_a_or_a_href_class_js_update_status_cancel_a": "<a href=\"#\" onclick=\"$('#js_user_status_form').ajaxCall('user.updateStatus'); return false;\">save<\/a> or <a href=\"#\" class=\"js_update_status\">cancel<\/a>",
  "cancellation_reason": "Cancellation Reason",
  "e_mail": "E-Mail",
  "reasons_given": "Reasons Given",
  "feedback_text": "Feedback Text",
  "deleted_on": "Deleted On",
  "delete_feedback": "Delete Feedback",
  "no_feedback_to_review": "No feedback to review",
  "edit_reason": "Edit Reason",
  "delete_reason": "Delete Reason",
  "there_are_no_options_available": "There are no options available.",
  "click_here_to_add": "Click here to add.",
  "user_group_details": "User Group Details",
  "inherit": "Inherit",
  "add_user_group": "Add User Group",
  "are_you_sure_you_want_to_delete_the_user_group_title": "Are you sure you want to delete the user group \"{title}\"?",
  "b_notice_b_this_cannot_be_undone": "<b>Notice:<\/b> This cannot be undone.",
  "b_yes_b_i_am_sure_move_any_members_that_belong_to_the_user_group_title_to": "<b>Yes<\/b>, I am sure. Move any members that belong to the user group \"{title}\" to",
  "delete_this_user_group": "Delete this User Group",
  "no_thanks_get_me_out_of_here": "No thanks, get me out of here.",
  "edit_user_group": "Edit User Group",
  "custom_user_groups": "Custom User Groups",
  "check_the_box_to_confirm_that_you_want_to_edit_this_field": "Check the box to confirm that you want to edit this field.",
  "profile_picture": "Profile Picture",
  "photo": "Photo",
  "change_this_photo": "Change This Photo",
  "profile_privacy": "Profile Privacy",
  "notification": "Notification",
  "request_new_password": "Request New Password",
  "member_search": "Member Search",
  "age_group": "Age Group",
  "show_members": "Show Members",
  "resend_verification_mail": "Resend Verification Mail",
  "verify_this_user": "Verify this user",
  "delete_user": "Delete User",
  "verify": "(Verify)",
  "view_profile": "View Profile",
  "add_full_name_as_your_friend": "Add {full_name} as your Friend.",
  "unable_to_find_any_members_with_the_current_browse_criteria": "Unable to find any members with the current browse criteria.",
  "reset_browse_criteria": "Reset Browse Criteria",
  "you_have_logged_out": "You have logged out.",
  "skip_this_step": "Skip This Step",
  "thumbnail": "Thumbnail",
  "profile_picture_cropping_tool": "Profile Picture Cropping Tool",
  "avatar": "Avatar",
  "the_image_you_uploaded_is_rather_small_so_we_are_unable_to_crop_it_however_you_can_still_save_this_image_if_you_want_to_use_it": "The image you uploaded is rather small so we are unable to crop it, however you can still save this image if you want to use it.",
  "save_avatar": "Save Avatar",
  "click_and_drag_a_box_on_the_original_image_to_create_your_cropped_image": "Click and drag a box on the \"Original\" image to create your cropped image, which can be seen under \"Preview\". Once you are ready click \"Save Avatar\" to create your cropped avatar. Avatars are used throughout the site.",
  "upload_a_new_profile_picture": "Upload a New Profile Picture",
  "the_file_size_limit_is_file_size_if_your_upload_does_not_work_try_uploading_a_smaller_picture": "The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.",
  "invisible_mode": "Invisible Mode",
  "invisible_mode_allows_you_to_browse_the_site_without_appearing_on_any_online_lists": "Invisible mode allows you to browse the site without appearing on any \"Online\" lists.",
  "enable_invisible_mode": "Enable Invisible Mode",
  "save_changes": "Save Changes",
  "display_age_and_date_of_birth": "Display age and date of birth.",
  "display_age_and_day_month_of_birth": "Display age and day\/month of birth.",
  "display_only_my_age": "Display only my age.",
  "display_only_day_month_of_birth": "Display only day\/month of birth.",
  "hide_my_age_and_date_of_birth": "Hide my age and date of birth.",
  "blocked_users": "Blocked Users",
  "check_the_boxes_to_unblock_users": "Check the boxes to unblock users.",
  "you_have_not_blocked_any_users": "You have not blocked any users.",
  "view_your_updated_profile": "View your updated profile.",
  "updating_profile": "Updating profile",
  "i_have_read_and_agree_to_the_a_href_id_js_terms_of_use_terms_of_use_a_and_a_href_id_js_privacy_policy_privacy_policy_a": "I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use<\/a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy<\/a>.",
  "sign_up": "Sign Up",
  "sign_up_button": "Sign Up",
  "terms_of_use": "Terms of Use",
  "are_you_sure_you_want_to_delete_your_account": "Are you sure you want to delete your account?",
  "user_info_will_miss_you": "{user_info} will miss you.",
  "why_are_you_deleting_your_account": "Why are you deleting your account?",
  "please_tell_us_why": "Please tell us why",
  "enter_your_password": "Enter your password",
  "are_you_absolutely_sure_this_operation_cannot_be_undone": "Are you absolutely sure? This operation cannot be undone.",
  "delete_my_account": "Delete My Account",
  "total_user_change_out_of_total_user_name_changes": "{total_user_change} out of {total} user name changes.",
  "changing_your_email_address_requires_you_to_verify_your_new_email": "Changing your email address requires you to verify your new email.",
  "change_password": "Change Password",
  "enable_dst_daylight_savings_time_detection": "Enable DST (Daylight Savings Time) detection.",
  "cancel_your_account": "Cancel your account",
  "the_link_that_brought_you_here_is_not_valid_it_may_already_have_expired": "<p>\r\n\t\tThe link that brought you here is not valid, it may already have expired. Email verify links expire {time} after being sent.\r\n\t<\/p>\r\n\t<p> A new verification link has been sent to your email address, please verify your address on time <\/p>",
  "this_site_is_very_concerned_about_security": "<p>This site is very concerned about security and therefore it requires you to verify your email address.<\/p>\r\n\t\t<p> An email has been sent to you, it contains a special link which verifies you and allows you to log in\r\n\t\t\tfreely. This verification is required only once for this email address.<\/p>\r\n\t\t<p> Please check your email and verify your email address now. <\/p>",
  "primary_language": "Primary Language",
  "edit_user": "Edit User",
  "setting_on_signup_new_friend": "<title>On Signup New Friend<\/title><info>If you select a user from the drop down this user will automatically become friends with any new member that registers.<\/info>",
  "provide_a_name_that_is_not_representing_an_empty_name": "Provide a name that is not representing an empty name.",
  "email_is_not_valid": "Email is not valid.",
  "you_have_already_added_this_recently_try_adding_something_else": "You have already added this recently. Try adding something else.",
  "setting_check_status_updates": "<title>Spam Check Status Updates<\/title><info>Define how many status updates should we check to see if the new status update the user is adding is similar and if one is we will guide them to add another status update.<\/info>",
  "confirm_password": "Confirm Password",
  "password_successfully_updated": "Password successfully updated.",
  "confirm_your_new_password": "Confirm your new password.",
  "your_confirmed_password_does_not_match_your_new_password": "Your confirmed password does not match your new password.",
  "search_for_members": "Search For Members",
  "complete_this_step_to_setup_your_personal_profile": "Complete this step to setup your personal profile.",
  "you_are_required_to_upload_a_profile_image": "You are required to upload a profile image.",
  "joined_time_stamp": "Joined {time_stamp}",
  "user_id": "User ID#",
  "provide_a_valid_email_address": "Provide a valid email address.",
  "new_members": "New Members",
  "new_comments": "New Comments",
  "total_full_name_change_out_of_allowed": "{total_full_name_change} out of {allowed}",
  "setting_redirect_after_signup": "<title>Redirect After SignUp<\/title><info>Add the full path you want to send users right after they register. If you want to use our default routine just leave this blank.<\/info>",
  "setting_suggest_usernames_on_registration": "<title>Suggest Usernames At Registration<\/title><info>When enabled the guest will be shown a list of valid usernames if the one they attempted is not available.\r\n\r\nThis setting enables or disables \"Usernames to suggest\"<\/info>",
  "enable_dst_daylight_savings_time": "Enable DST (Daylight Savings Time)",
  "setting_date_of_birth_start": "<title>Date of Birth (Start)<\/title><info>Date of Birth (Start)<\/info>",
  "setting_date_of_birth_end": "<title>Date of Birth (End)<\/title><info>Date of Birth (End)<\/info>",
  "your_user_name": "your-user-name",
  "forum_signature": "Forum Signature",
  "space_total_out_of_unlimited": "{space_total} out of \"unlimited\"",
  "space_total_out_of_total": "{space_total} out of {total} Mb",
  "sorry_no_members_found": "Sorry, no members found.",
  "user_setting_can_search_user_gender": "Can search a users gender using the browse filter?",
  "user_setting_can_search_user_age": "Can search for users based on their age using the browse filter?",
  "register_for_an_account": "Register for An Account",
  "user_setting_can_browse_users_in_public": "Can browse users using the public browse section?",
  "title_featured_members": "Featured Members",
  "title_who_s_online": "Who's Online",
  "a_href_user_link_full_name_a_liked_that_they_joined_the_community": "<a href=\"{user_link}\">{full_name}<\/a> liked that they joined the community.",
  "a_href_user_link_full_name_a_liked_that_a_href_view_user_link_view_full_name_a_a_href_link_joined_a_the_community": "<a href=\"{user_link}\">{full_name}<\/a> liked that <a href=\"{view_user_link}\">{view_full_name}<\/a> joined the community.",
  "a_href_user_link_full_name_a_liked_that_you_joined_the_community": "<a href=\"{user_link}\">{full_name}<\/a> liked that you joined the community.",
  "a_href_user_link_full_name_a_likes_your_a_href_link_status_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">status<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_status_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">status<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_status_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">status<\/a>.",
  "a_href_user_link_full_name_a_likes_your_profile_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your profile <a href=\"{link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_profile_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own profile <a href=\"{link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s profile <a href=\"{link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_comment_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">comment<\/a>.",
  "no_featured_members": "No featured members.",
  "there_are_no_members_online": "There are no members online.",
  "setting_user_browse_default_result": "<title>Browsing Users Default Order<\/title><info>Select <b>full_name<\/b> to order members based on their full name in ascending order. Select <b>last_login<\/b> to order members based on their last activity, where the latest person to be active on the site is first.<\/info>",
  "user_setting_can_edit_user_group_membership": "Can modify a users \"user group\" status?",
  "setting_on_register_privacy_setting": "<title>User Default Privacy Setting on Registration<\/title><info>With this setting you can control the default privacy setting for a user when they register. This will control how others view their profile.\r\n\r\nanyone = Anyone can view their profile.\r\n\r\nnetwork = Only members of the site can view their profile.\r\n\r\nfriends_only = Only their friends can view their profile.\r\n\r\nno_one = Nobody can view their profile.<\/info>",
  "browse_filter_submit": "Submit",
  "total_score_out_of_5": "{total_score} out of 5.",
  "setting_min_count_for_top_rating": "<title>Minimum Ratings for \"Top Rated\" Users<\/title><info>Define how many times a member must be rated on before they are listed on the \"Top Rated\" section.<\/info>",
  "top_rated_members": "Top Rated Members",
  "no_top_members_found": "No top members found.",
  "update_user_photos": "Update User Photos",
  "total_score_out_of_10": "{total_score} out of 10",
  "user_setting_can_view_if_a_user_is_invisible": "Can view a users \"Last Login\" time stamp on their profile even if the user is logged as invisible?",
  "total_activity_points": "Total Activity Points",
  "setting_approve_users": "<title>Approve Users<\/title><info>Enable this if you want to approve users before they can log into the site.<\/info>",
  "your_account_is_pending_approval": "Your account is pending approval.",
  "deny_user": "Deny User",
  "user_successfully_approved": "User successfully approved.",
  "not_approved": "Not Approved",
  "user_successfully_denied": "User successfully denied.",
  "account_approved": "Account Approved",
  "your_account_has_been_approved_on_site_title": "Your account has been approved on {site_title}.\r\n\r\n<a href=\"{link}\">{link}<\/a>",
  "users_pending_approval": "Users Pending Approval",
  "user_setting_can_edit_currency": "Allow users to edit their default site currency?",
  "preferred_currency": "Preferred Currency",
  "show_prices_and_make_purchases_in_this_currency": "Show prices and make purchases in this currency.",
  "payment_methods": "Payment Methods",
  "setting_display_or_full_name": "<title>Display or Full Name<\/title><info>When a user registers on the site they can either enter their full name or display name. This setting controls what they should be entering.<\/info>",
  "pending_email_verification": "Pending Email Verification",
  "setting_disable_username_on_sign_up": "<title>Display Full Name (Display Name) and Username on Sign Up<\/title><info>The Username is used to create a vanity URL of users (eg. http:\/\/www.site.com\/username). If Username field isn't displayed on registration form, we will use their unique ID number to create their vanity URL. You can then enable a user group setting that can allow users to edit their username at a later time. Otherwise, if Full Name (Display Name) field is hidden, we will use Username as Full Name (Display Name) and user can change it when access to Account Settings page.<\/info>",
  "email_verification": "Email Verification",
  "mail_sent": "Mail Sent",
  "verification_email_sent": "Verification email sent.",
  "resend_verification_email": "Resend Verification Email",
  "manage_promotions": "Manage Promotions",
  "add_promotion": "Add Promotion",
  "upgraded_user_group": "Upgraded User Group",
  "total_days_registered": "Total Days Registered",
  "no_promotions_found": "No promotions found.",
  "promotion_successfully_deleted": "Promotion successfully deleted.",
  "promotion_successfully_update": "Promotion successfully updated.",
  "promotion_successfully_added": "Promotion successfully added.",
  "editing_promotion": "Editing Promotion",
  "promotion_details": "Promotion Details",
  "days_registered": "Days Registered",
  "move_user_to_user_group": "Move User to User Group",
  "setting_check_promotion_system": "<title>Check For Promotions<\/title><info>If you enable this option it will enable the promotion system and will run a check on users when they are logged into the site.<\/info>",
  "congratulations_you_have_been_promoted_to_the_following_user_group_title": "Congratulations! You have been promoted to the following user group: {title}",
  "before_you_can_use_this_feature_you_need_to_enable_the_option": "Before you can use this feature you need to enable the option \"Check For Promotions\", which can be found <a href=\"{link}\">here<\/a>.",
  "user_s_successfully_deleted": "User(s) successfully deleted.",
  "user_s_successfully_banned": "User(s) successfully banned.",
  "user_s_successfully_un_banned": "User(s) successfully un-banned.",
  "ban_selected": "Ban Selected",
  "un_ban_selected": "Un-Ban Selected",
  "un_ban": "Un-Ban",
  "{{ full_name }} is requesting to join your group \"{{ title }}\"": "",
  "delete_user_full_name": "Delete user {full_name}",
  "email_verification_s_sent": "Email verification(s) sent.",
  "user_s_verified": "User(s) verified.",
  "user_s_successfully_approved": "User(s) successfully approved.",
  "user_link_full_name_commented_on_your_status": "<a href=\"{user_link}\">{full_name}<\/a> commented on one of your activity <a href=\"{link}\">feeds<\/a>.",
  "setting_allow_user_registration": "<title>Allow User Registration<\/title><info>Enable this setting to allow public registration.<\/info>",
  "user_setting_can_manage_user_group_settings": "Can manage user group settings?",
  "user_setting_can_edit_user_group": "Can edit user groups?",
  "user_setting_can_delete_user_group": "Can delete user group?",
  "you_are_unable_to_delete_a_site_administrator": "You are unable to delete a site administrator.",
  "you_are_unable_to_ban_a_site_administrator": "You are unable to ban a site administrator.",
  "you_are_unable_to_edit_a_site_administrators_account": "You are unable to edit a site administrators account.",
  "setting_enable_user_tooltip": "<title>User AJAX Tooltip<\/title><info>Enable this setting to load an AJAX popup when hovering over certain member names that include the users profile image as well as some information about them.<\/info>",
  "menu_user_logout_4ee1a589029a67e7f1a00990a1786f46": "Logout",
  "inactive_member_email_subject": "We have missed you",
  "inactive_member_email_body": "<p>Hello {user_name},<br \/>\r\nwe have missed you at <a href=\"{site_url}\">{site_name}<\/a> <br \/><br \/>\r\nWhy not come and pay a visit to your friends, there's lots of catching up to do<\/p>",
  "there_are_a_total_of_icount_inactive_members": "There are a total of {iCount} inactive members",
  "enter_a_number_of_days": "Enter a number of days",
  "enter_a_number_to_size_each_batch": "Enter a number to size each batch",
  "not_enough_users_to_mail": "Not enough users to mail",
  "user_setting_can_member_snoop": "Can members of this user group log in as another user without entering a password?",
  "log_in_as_this_user": "Log in as this user",
  "member_snoop": "Member Snoop",
  "member_snoop_text": "You are about to log in as the user <a href=\"{user_link}\" target=\"_blank\">{user_name}<\/a> ({full_name}). This has the same effect as if you logged in with that user's password. When in this mode, all your actions will be\tregarded as executed by {full_name}. <br \/> To go back to your admin user you will need to log out and back in.",
  "abort_log_in_as_this_user": "Abort log in as this user",
  "deny_mail_subject": "Your registration to {site_name} has been denied",
  "deny_mail_message": "At this moment your profile does not meet the minimum requirements for our site.\r\nIf you feel this is an error, feel free to contact us to {site_email}",
  "you_are_about_to_deny_user": "You are about to deny user <a href=\"{link}\">{user_name}<\/a> from the site.\r\nIf you want to send an email to this user you may do it here",
  "deny_and_send_email": "Deny and send email",
  "deny_without_email": "Deny without email",
  "setting_brute_force_attempts_count": "<title>Brute Force Prevention: Attempts Count<\/title><info>How many attempts are allowed within the time limit?\r\n\r\nThis setting is used together with \"Brute Force Prevention: Time limit\" to better protect your site from brute force login attempts.\r\n\r\nYou define a time in minutes and how many failed attempts are allowed within that period of time, if a user fails to log in within that period of time, missing this many tries the account is locked for a certain time, this lock time is defined by the cool down time and during this time even if the correct log in is entered, access will be denied.<\/info>",
  "setting_brute_force_time_check": "<title>Brute Force Prevention: Time Limit<\/title><info>How many minutes back should the script check?\r\nSet this to 0 if you do not want to run this check\r\n\r\nThis setting is used together with \"Brute Force Prevention: Attempts Count\" to better protect your site from brute force login attempts.<\/info>",
  "setting_brute_force_cool_down": "<title>Brute Force Prevention: Cool Down<\/title><info>When an account has been locked due to a brute force check, how many minutes should the user wait before unlocking the account?<\/info>",
  "brute_force_account_locked": "Brute force attempt logged. Your account has been locked for {iCoolDown} minutes. If you forgot your password please use the <a href=\"{sForgotLink}\">Forgot Password tool<\/a>.\r\nYou can try to log in again in {iUnlockTimeOut} minutes.",
  "that_user_does_not_exist": "That user does not exist",
  "email_is_in_use_and_user_can_login": "There is already an account assigned with the email \"{email}\". If this is your email please login <a href=\"{link}\">here<\/a>.",
  "setting_force_user_to_upload_on_sign_up": "<title>Force Users to Upload Profile Image<\/title><info>Enable this option to force users to upload a profile image before they can register.<\/info>",
  "profile_image": "Profile Image",
  "custom_relationship_status": "Relationship Status",
  "cf_option_single": "Single",
  "cf_option_in_a_relationship": "In a relationship",
  "cf_option_engaged": "Engaged",
  "cf_option_married": "Married",
  "cf_option_its_complicated": "Its complicated",
  "cf_option_in_an_open_relationship": "In an open relationship",
  "cf_option_widowed": "Widowed",
  "cf_option_separated": "Separated",
  "cf_option_divorced": "Divorced",
  "setting_hide_main_menu": "<title>Hide Main Menu<\/title><info>Enable this option to hide the main menu if a user is not logged into the site.<\/info>",
  "setting_invite_only_community": "<title>Invite Only<\/title><info>Enable this option if your community is an \"invite only\" community.<\/info>",
  "setting_new_user_terms_confirmation": "<title>Terms & Privacy Confirmation<\/title><info>Enable this option if users must confirm that they understand and have read over your sites terms and privacy policies.<\/info>",
  "menu_user_account_settings_73c8da87d666df89aabd61620c81c24c": "Account Settings",
  "menu_user_privacy_settings_73c8da87d666df89aabd61620c81c24c": "Privacy Settings",
  "setting_enable_relationship_status": "<title>Enable Relationships<\/title><info>If you would like your users to have the ability to set their relationship status on your community, enable this feature.<\/info>",
  "1_mutual_friend": "1 mutual friend",
  "total_mutual_friends": "{total} mutual friends",
  "add_friend": "Add Friend",
  "advanced_filters": "Advanced Filters",
  "close_advanced_filters": "Close Advanced Filters",
  "1_member": "1 member.",
  "total_members": "{total} members.",
  "1_person_likes_this": "1 person likes this.",
  "total_people_like_this": "{total} people like this.",
  "mutual_friends_total": "Mutual Friends ({total})",
  "add_as_friend": "Add as Friend",
  "say_happy_birthday": "Say Happy Birthday",
  "customize_how_other_users_interact_with_your_profile": "Customize how other users interact with your profile.",
  "show_my_full_birthday_in_my_profile": "Show my full birthday in my profile.",
  "show_only_month_amp_day_in_my_profile": "Show only month &amp; day in my profile.",
  "don_t_show_my_birthday_in_my_profile": "Don't show my birthday in my profile.",
  "customize_your_default_settings_for_when_sharing_new_items_on_the_site": "Customize your default settings for when sharing new items on the site. Note this only changes your default settings for future items and does not change any items you have already shared. To change the privacy settings on those items you can customize the items privacy by editing the item itself.",
  "items": "Items",
  "view_your_profile": "View Your Profile",
  "send_you_a_message": "Send you a message",
  "display_rss_subscribers_count": "Display RSS subscribers count",
  "subscribe_to_your_rss_feed": "Subscribe to your RSS feed",
  "view_who_recently_viewed_your_profile": "View who recently viewed your profile",
  "view_your_friends": "View your friends",
  "share_on_your_wall": "Share on your wall",
  "view_your_wall": "View your wall",
  "rate_your_profile": "Rate your profile",
  "view_photos_within_your_profile": "View photos within your profile",
  "view_your_profile_lowercase": "View your profile",
  "view_your_basic_information": "View your basic information",
  "view_your_profile_information": "View your profile information",
  "view_your_location": "View your location",
  "community": "Community",
  "songs": "Songs",
  "full_name_liked_your_status_update_content": "{full_name} liked one of your status updates.",
  "full_name_liked_your_status_update_message": "{full_name} liked your status update \"<a href=\"{link}\">{content}<\/a>\"\r\nTo view this status update follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_a_comment_you_posted_on_row_full_name_s_wall": "{full_name} liked a comment you posted on {row_full_name}'s wall",
  "full_name_liked_your_comment_message": "{full_name} liked your comment \"<a href=\"{link}\">{content}<\/a>\" that you posted on {row_full_name}'s wall.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_one_of_your_comments": "{full_name} liked one of your comments",
  "full_name_liked_your_comment_message_mini": "{full_name} liked your comment \"<a href=\"{link}\">{content}<\/a>\" that you posted.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "it_s_free_and_always_will_be": "It's free and always will be.",
  "ssitetitle_is_an_invite_only_community_enter_your_email_below_if_you_have_received_an_invitation": "{sSiteTitle} is an invite only community. Enter your email below if you have received an invitation.",
  "i_am": "I am",
  "ssitetitle_helps_you_connect_and_share_with_the_people_in_your_life": "{sSiteTitle} helps you connect and share with the people in your life.",
  "join_ssitetitle_to_connect_with_friends_share_photos_and_create_your_own_profile": "Join {sSiteTitle} to connect with friends, share photos and create your own profile.",
  "or_sign_up_with": "or sign up with",
  "keep_me_logged_in": "Keep me logged in",
  "login_singular": "Login",
  "or_login_with": "or login with",
  "sign_up_for_ssitetitle": "Sign Up for {sSiteTitle}",
  "menu_who_s_online": "Who's Online",
  "profile_photo_successfully_updated": "Profile photo successfully updated.",
  "search_friends_by_their_name": "Search friends by their name...",
  "login_ajax": "Login",
  "full_name_commented_on_your_status_update": "{full_name} commented on your status update.",
  "get_information_about_a_user_based_on_the_user_id_you_pass_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in": "Get information about a user based on the user ID# you pass. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "user_name_liked_gender_own_status_update_title": "{user_name} liked {gender} own status update \"{title}\"",
  "user_name_liked_your_status_update_title": "{user_name} liked your status update \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_status_update_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> status update \"{title}\"",
  "full_name_commented_on_your_status_update_title_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your status update \"{title}\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_gender_status_updates": "{full_name} commented on one of {gender} status updates.",
  "full_name_commented_on_one_of_other_full_name_s_status_updates": "{full_name} commented on one of {other_full_name}'s status updates.",
  "full_name_commented_on_gender_status_update_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} status update \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name_s_status_update_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {other_full_name}'s status update \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "span_class_drop_data_user_full_name_span_commented_on_gender_status_update_title": "<span class=\"drop_data_user\">{full_name}<\/span> commented on {gender} status update \"{title}\"",
  "span_class_drop_data_user_full_name_span_commented_on_your_status_update_title": "<span class=\"drop_data_user\">{full_name}<\/span> commented on your status update \"{title}\"",
  "span_class_drop_data_user_full_name_span_commented_on_span_class_drop_data_user_other_full_name_s_span_status_update_title": "<span class=\"drop_data_user\">{full_name}<\/span> commented on <span class=\"drop_data_user\">{other_full_name}'s<\/span> status update \"{title}\"",
  "pending_confirmation": "Pending Confirmation",
  "setting_user_dob_month_day_year": "<title>User D.O.B (Month, Day & Year)<\/title><info>Control how we display the users date of birth for the privacy setting \"Show my full birthday in my profile\".<\/info>",
  "setting_user_dob_month_day": "<title>User D.O.B (Month & Day)<\/title><info>Control how we display the users date of birth for the privacy setting \"Show only month & day in my profile.\".<\/info>",
  "user_registration_has_been_disabled": "User registration has been disabled",
  "setting_default_privacy_brithdate": "<title>Default Birthday Privacy Setting<\/title><info>Users can control their default privacy settings when it comes to how they want their birthdays to be displayed on their profile. When users sign up and have not chosen a privacy setting you can define a default setting for the site.\r\n\r\nHere is a key of what the values stand for...\r\n<b>full_birthday<\/b> = <i>Show full birthday<\/i>\r\n<b>month_day<\/b> = <i>Show month & day<\/i>\r\n<b>show_age<\/b> = <i>Only show the users age<\/i>\r\n<b>hide<\/b> = <i>Hide users age\/birthday<\/i><\/info>",
  "user_name_tagged_you_in_a_comment": "{user_name} tagged you in a comment",
  "user_name_tagged_you_in_a_status_update": "{user_name} tagged you in a status update",
  "setting_no_show_activity_points": "<title>Show Activity Points<\/title><info>Enable this option to show the activity points.<\/info>",
  "setting_shorter_password_reset_routine": "<title>Shorter Password Reset Routine<\/title><info>If this is enabled when a user clicks on Forgot your password he will receive an email with a link, when clicking on the link he will be shown an input where to change the password. The site will not assign a new password to that user and the previous password will work until it has been reset.<\/info>",
  "request_expired_please_try_again": "Request expired. Please try again.",
  "menu_user_members_532c28d5412dd75bf975fb951c740a30": "Members",
  "to": "to",
  "with": "with",
  "set_as_cover_photo": "Set as Cover Photo",
  "set_this_photo_as_your_profile_cover_photo": "Set this photo as your profile cover photo.",
  "add_a_cover": "Add a Cover",
  "change_cover": "Change Cover",
  "choose_from_photos": "Choose From Photos",
  "reposition": "Reposition",
  "drag_to_reposition_cover": "Drag to Reposition Cover",
  "cancel_cover_photo": "Cancel",
  "select_a_photo": "Select a Photo",
  "status_updates": "Status Updates",
  "who_can_tag_me_in_written_contexts": "Who can tag me in written contexts?",
  "setting_maximum_length_for_full_name": "<title>Maximum Length for Full Name<\/title><info>Maximum length for full name<\/info>",
  "please_shorten_full_name": "Please shorten your full name to a maximum of {iMax} characters.",
  "please_shorten_display_name": "Please shorten your display name to a maximum of {iMax} characters.",
  "timeline": "Timeline",
  "administrator": "Administrator",
  "registered_user": "Registered User",
  "guest": "Guest",
  "staff": "Staff",
  "user_banned": "Banned",
  "time_minutes": "{time} minutes",
  "time_hour": "{time} hour",
  "time_hours": "{time} hours",
  "time_days": "{time} days",
  "setting_split_full_name": "<title>User split full name<\/title><info>Split user&#039;s full name into last name and first name<\/info>",
  "email_s_do_not_match": "Email&#039;s do not match.",
  "please_reenter_your_email_again_below": "Please reenter your email again below.",
  "landing_page": "Landing Page",
  "please_fill_in_both_your_first_and_last_name": "Please fill in both your first and last name.",
  "setting_points_conversion_rate": "<title>Activity Points Conversion Rate<\/title><info>Define how much an activity point is worth for each available currency.<\/info>",
  "setting_can_purchase_with_points": "<title>Purchasing with Activity Points<\/title><info>Enable this option if you would like to allow users to be able to purchase items using their activity points.<\/info>",
  "setting_reenter_email_on_signup": "<title>Force Users to Reenter Email<\/title><info>Enable this option to add a new input field where users would have to reenter their email during the registration process to assure they are entering the correct email.<\/info>",
  "you_can_purchase_this_with_your_activity_points": "You can purchase this with your activity points.",
  "purchase_points_info": "You have {yourpoints} activity point(s). This will cost {yourcost} activity point(s).",
  "not_enough_points": "You do not have enough points to purchase this item. You have a total of {total} activity point(s).",
  "thank_you_for_your_purchase": "Thank you for your purchase.",
  "how_many_points_would_you_like_to_purchase": "How many points would you like to purchase?",
  "setting_can_purchase_activity_points": "<title>Purchase Activity Points<\/title><info>If enabled, users will be allowed to purchase activity points.<\/info>",
  "purchase_points": "Purchase Points",
  "birth_date": "Birth Date",
  "unable_to_share_this_post_due_to_privacy_settings": "Unable to share this post due to privacy settings.",
  "uploading_image": "Uploading image...",
  "setting_prevent_profile_photo_cache": "<title>Profile Photo Cache Prevention<\/title><info>Enable this option to force a users own profile photo from being cached. This will always assure the user will see the latest profile photo they uploaded.<\/info>",
  "show_users_who_have_not_logged_in_for": "Show users who have not logged in for",
  "days": "days",
  "send_mails_in_batches_of": "Send mails in batches of",
  "enter_0_for_all_at_once": "Enter 0 for \"all at once\"",
  "this_feature_uses_the_language": "This feature uses the language phrase \"user.mail_inactive_users\" to send an email.",
  "get_members_count": "Get Members Count",
  "process_mailing_job": "Process Mailing Job",
  "stop_mailing_job": "Stop Mailing Job",
  "user_setting_can_purchase_with_points": "Can purchase with activity points?",
  "purchase_activity_points": "Purchase Activity Points",
  "first_name": "First Name",
  "last_name": "Last Name",
  "user_setting_hide_from_browse": "If enabled, members of this user group will be able hide themselves from the Browse section when they enable \"Invisible Mode\" from Profile -> Privacy Settings",
  "anti_spam_security_questions": "Anti-Spam Security Questions",
  "admin_menu_phrase_var_user_anti_spam_security_questions": "Anti Spam Question",
  "setting_require_all_spam_questions_on_signup": "<title>Spam Check Requires All Questions<\/title><info>If set to true visitors will have to answer all of the spam questions available before creating their account.\r\nIf this setting is set to false visitors will have to answer only one question, chosen randomly by the site.<\/info>",
  "user_setting_can_search_by_zip": "Should members of this user group search other users in the site by Zip code?.\r\n(This setting does not affect the AdminCP)",
  "question_deleted_succesfully": "Question deleted successfully",
  "please_enter_your_date_of_birth": "Please enter your date of birth.",
  "if_your_site_uses_multiple_languages": "If your site uses multiple languages you can <a href=\"{sSiteUsePhrase}\">create a language phrase here<\/a>, and use it when adding the question or answers.",
  "add_new_question": "Add New Question",
  "you_can_add_an_image_if_you_like": "You can add an image if you like",
  "delete_image": "Delete Image",
  "you_can_add_your_question_here": "You can add your question here",
  "you_can_enter_the_html_code_for_a_language_phrase_for_example": "You can enter the HTML code for a language phrase, for example",
  "now_add_at_least_one_valid_answer": "Now add at least one valid answer",
  "add_more_answers": "Add more answers",
  "you_can_use_html_code_for_language_phrases_for_example": "You can use HTML code for language phrases, for example",
  "add_question": "Add Question",
  "current_questions": "Current Questions",
  "question": "Question",
  "answers": "Answer(s)",
  "that_question_does_not_exist_all_hack_attempts_are_forbidden_and_logged": "That question does not exist. All hack attempts are forbidden and logged.",
  "captcha_failed": "CAPTCHA failed",
  "edit_question": "Edit Question",
  "setting_cache_featured_users": "<title>Featured Users<\/title><info>This caches the list of featured users.<\/info>",
  "setting_cache_user_inner_joins": "<title>Cache Users SQL INNER JOINS<\/title><info>Cache users INNER JOINS to stop querying the database for user details.<\/info>",
  "setting_cache_recent_logged_in": "<title>Cache Recent Logins<\/title><info>Cache the users that have recently logged in. Setting is in minutes.<\/info>",
  "setting_disable_store_last_user": "<title>Disable Last Time Stamp for Users<\/title><info>If enabled we don&#039;t store the last time a user visits the site.<\/info>",
  "reason": "Reason",
  "cookie": "cookie",
  "session": "session",
  "name_photo_detail": "Name, Photo & Details",
  "name_photo": "Name & Photo",
  "full_birthday": "Full birthday",
  "month_day": "Month & Day",
  "show_age": "Show age only",
  "hide": "Hide",
  "recently_active": "Recently Active",
  "view_advanced_filters": "View Advanced Filters",
  "your_answer": "Your answer...",
  "subject": "Subject",
  "invalid_transaction": "Invalid Transaction",
  "admin_lacks_permissions": "Admin lacks permissions",
  "unable_to_attain_a_password_for_this_account_dot": "Unable to attain a password for this account.",
  "passwords_do_not_match": "Passwords do not match",
  "not_a_valid_module_dot": "Not a valid module.",
  "you_forgot_to_answer_the_captcha_questions": "You forgot to answer the CAPTCHA questions",
  "you_have_currently_reached_your_admin_limit_dot_total_admins_out_of_max_admin": "You have currently reached your Admin limit. ({total_admins} out of {max_admin}')",
  "invalid_job_id": "invalid job id",
  "no_answers_received": "No answers received",
  "could_not_load_file": "Could not load file",
  "could_not_upload_files": "Could not upload files",
  "invalid_question_id_when_editing_dot": "Invalid question id when editing.",
  "create_a_promotion": "Create a Promotion",
  "setting_require_basic_field": "<title>Require basic field<\/title><info>If you select yes, these fields will require when edit profile: country, gender and birthday.<\/info>",
  "sign_in": "Sign in",
  "please_reenter_your_email_again": "Please reenter your email again",
  "account_verification": "Account Verification",
  "find_friends": "Find Friends",
  "your_account_has_been_verified_please_log_in_with_the_information_you_provided_during_sign_up": "Your account has been verified, please log in with the information you provided during sign up.",
  "you_still_need_to_verify_your_account": "You still need to verify your account",
  "passcode": "Passcode",
  "dont_receive_passcode_how_to_get_it": "Have not received passcode yet, How to get it?",
  "how_to_get_passcode": "How to get Passcode?",
  "google_2step_verify_description": "<p><b>Google Authenticator<\/b> generates 2-step verification codes on your phone.<\/p>\r\n<p>Enable 2-step verification to protect your account from hijacking by adding another layer of security. With 2-step verification signing in will require a code generated by the <b>Google Authenticator<\/b> app in addition to your account password.\r\n<\/p>",
  "setting_enable_2step_verification": "<title>Enable 2-step verification<\/title><info>Google Authenticator generates 2-step verification codes on your phone.\r\nEnable 2-step verification to protect your account from hijacking by adding another layer of security. With 2-step verification signing in will require a code generated by the Google Authenticator app in addition to your account password.<\/info>",
  "use_google_authencator_app_to_scan_this_qr_code": "Use <b>Google Authenticator<\/b> app to scan this QR Code to get passcode",
  "invalid_passcode": "Invalid Passcode",
  "get_new_google_authencator_barcode_when_you_change_email": "If you change your email, please scan new Google Authenticator code here",
  "account": "Account",
  "from": "From",
  "setting_hide_recommended_user_block": "Hide block \"Users You May Know\" in page browse user.",
  "users_you_may_know": "Users You May Know",
  "setting_captcha_on_login": "<title>Captcha on Login<\/title><info>Enable this option to add a captcha routine to the login process.<\/info>",
  "admin_menu_manage_campaigns": "Manage Campaigns",
  "module_ad": "Ads",
  "module_track": "Track",
  "setting_enable_ads": "<title>Enable Ads<\/title><info>Set to <b>True<\/b> in order to enable ads.<\/info>",
  "user_setting_show_ads": "Should ads be shown to members of this user group?",
  "select_a_banner_type": "Select a banner type.",
  "provide_a_name_for_this_campaign": "Provide a name for this campaign.",
  "provide_a_link_for_your_banner": "Provide a link for your banner.",
  "provide_html_for_your_banner": "Provide HTML for your banner.",
  "ad_successfully_updated": "Ad successfully updated.",
  "ad_successfully_added": "Ad successfully added.",
  "create_new_campaign": "Create New Campaign",
  "ad_successfully_deleted": "Ad successfully deleted.",
  "ad_s_successfully_updated": "Ad(s) successfully updated.",
  "manage_ad_campaigns": "Manage Ad Campaigns",
  "live": "Live",
  "inactive": "Inactive",
  "pending": "Pending",
  "the_ad_you_are_looking_for_does_not_exist": "The ad you are looking for does not exist.",
  "unable_to_find_this_ad": "Unable to find this ad.",
  "unable_to_find_the_ad_you_want_to_delete": "Unable to find the ad you want to delete.",
  "media": "Media",
  "banner_type": "Banner Type",
  "banner_image": "Banner Image",
  "click_here_to_change_this_banner_image": "Click <a href=\"#\" onclick=\"$('#js_ad_upload_banner').show(); $('#js_ad_banner').hide(); return false;\">here<\/a> to change this banner image.",
  "banner_link": "Banner Link",
  "campaign_details": "Campaign Details",
  "campaign_name": "Campaign Name",
  "start_date": "Start Date",
  "end_date": "End Date",
  "do_not_end_this_campaign": "Do not end this campaign.",
  "end_on_a_specific_date": "End on a specific date.",
  "total_views": "Total Views",
  "unlimited": "Unlimited",
  "total_clicks": "Total Clicks",
  "block_placement": "Block Placement",
  "view_site_layout": "View Site Layout",
  "notice_the_ad_sizes_provided_is_a_recommendation": "Notice: The ad sizes provided is a recommendation.",
  "audience": "Audience",
  "all_user_groups": "All User Groups",
  "selected_user_groups": "Selected User Groups",
  "age_group_between": "Age Group Between",
  "min_age_cannot_be_higher_than_max_age": "Min age cannot be higher than max age.",
  "max_age_cannot_be_lower_than_the_min_age": "Max age cannot be lower than the Min age.",
  "ads": "Ads",
  "views": "Views",
  "clicks": "Clicks",
  "no_ads_have_been_created": "No ads have been created.",
  "add_a_new_add": "Add a New Ad",
  "cache_manager": "Cache Manager",
  "note_the_time_is_set_to_your_registered_time_zone": "Note the time is set to your registered time zone.",
  "advertise": "Advertise",
  "creating_an_ad": "Creating an Ad",
  "there_are_pending_ads_that_require_your_attention_view_all_pending_ads_a_href_link_here_a": "There are pending ads that require your attention. View all pending ads <a href=\"{link}\">here<\/a>.",
  "deny": "Deny",
  "view_edit": "View\/Edit",
  "preview_this_ad": "Preview This Ad",
  "no_search_results_were_found": "No search results were found.",
  "denied": "Denied",
  "ad_filter": "Ad Filter",
  "sort_by": "Sort By",
  "ad_successfully_approved": "Ad successfully approved.",
  "ad_successfully_denied": "Ad successfully denied.",
  "recently_added": "Recently Added",
  "pending_payment": "Pending Payment",
  "unable_to_edit_purchase_this_ad": "Unable to edit\/purchase this ad.",
  "not_a_valid_ad_plan": "Not a valid ad plan.",
  "your_ad_has_successfully_been_submitted_to_complete_the_process_continue_with_paying_below": "Your ad has successfully been submitted. To complete the process continue with paying below.",
  "image_placement": "[Image Placement]",
  "example_ad": "Example Ad",
  "this_is_a_sample_ad": "This is a sample ad.",
  "1_ad_design": "1. Ad Design",
  "create_an_ad": "Create an Ad",
  "upload_an_ad": "Upload an Ad",
  "ad_placement": "Ad Placement",
  "change": "Change",
  "select_a_position": "Select a Position",
  "background_color": "Background Color",
  "border_color": "Border Color",
  "text_color": "Text Color",
  "25_character_limit": "25 character limit.",
  "135_character_limit": "135 character limit.",
  "body_text": "Body Text",
  "image_optional": "Image (optional)",
  "change_image": "Change Image",
  "we_only_accept_the_following_extensions_gif_jpg_and_png": "We only accept the following extensions: GIF, JPG and PNG",
  "supported_extensions_gif_jpg_and_png": "Supported extensions: GIF, JPG and PNG",
  "destination_url": "Destination URL",
  "example_http_www_yourwebsite_com": "Example: http:\/\/www.yourwebsite.com\/",
  "2_targeting": "2. Targeting",
  "3_campaigns_and_pricing": "3. Campaigns and Pricing",
  "impressions": "Impressions",
  "recalculate_costs": "Recalculate Costs",
  "select_an_ad_placement": "Select an ad placement.",
  "ad_management": "Ad Management",
  "management": "Management",
  "campaign": "Campaign",
  "continue_this_campaign": "Continue this campaign",
  "pause_this_campaign": "Pause this campaign",
  "no_ads_found": "No ads found.",
  "updating_an_ad": "Updating an Ad",
  "the_file_dimensions_are_too_big": "The file dimensions are too big.",
  "provide_a_campaign_name": "Provide a campaign name.",
  "admin_menu_manage_placements": "Manage Placements",
  "ad_placement_successfully_deleted": "Ad placement successfully deleted.",
  "manage_ad_placements": "Manage Ad Placements",
  "ad_placements": "Ad Placements",
  "campaigns": "Campaigns",
  "ad_placement_successfully_updated": "Ad placement successfully updated.",
  "ad_placement_successfully_added": "Ad placement successfully added.",
  "add_ad_placement": "Add Ad Placement",
  "manage_placements": "Manage Placements",
  "ad_placement_details": "Ad Placement Details",
  "price": "Price",
  "provide_a_title": "Provide a title",
  "select_a_placement": "Select a placement.",
  "provide_a_cost": "Provide a cost.",
  "select_if_this_ad_placement_is_active_or_not": "Select if this ad placement is active or not.",
  "ad_invoices": "Ad Invoices",
  "invoices": "Invoices",
  "paid": "Paid",
  "cancelled": "Cancelled",
  "date": "Date",
  "pay_now": "Pay Now",
  "you_do_not_have_any_invoices": "You do not have any invoices.",
  "admin_menu_invoices": "Invoices",
  "there_are_no_invoices": "There are no invoices.",
  "invoice_filter": "Invoice Filter",
  "menu_ad_create_an_ad_523af537946b79c4f8369ed39ba78605": "Create an Ad",
  "reach_your_exact_audience_and_connect_real_customers_to_your_business": "Reach your exact audience and connect real customers to your business.",
  "create_your_ad": "Create Your Ad",
  "menu_ad_advertise_251d164643533a527361dbe1a7b9235d": "Advertise",
  "click_on_the_ad_size_you_want_to_create_an_ad_for": "Click on the ad size you want to create an ad for.",
  "block_location_cost_cpm_1_000_views": "Block {location} - {cost} CPM (1,000 views)",
  "1_confirm_your_item": "1. Confirm your Item",
  "for_currency_total_cost": "for {currency} {total_cost}",
  "impressions_cant_be_less_than_a_thousand": "Impressions cant be less than a thousand",
  "sponsor_error_owner": "This item can only be sponsored by its owner or a site administrator.",
  "default_campaign_name": "Admin Created Campaign",
  "manage_sponsor_campaigns": "Manage Sponsor Campaigns",
  "admin_menu_manage_sponsorships": "Manage Sponsorships",
  "the_currency_for_your_membership_has_no_price": "The currency for your membership has no price",
  "the_default_currency_has_no_price": "The default currency has no price",
  "no_placements_found": "No placements found.",
  "add_a_placement": "Add a Placement",
  "can_create_ad_campaigns": "Can create ad campaigns?",
  "user_setting_can_create_ad_campaigns": "Can create ad campaigns?",
  "there_is_minimum_of_1000_impressions": "There is minimum of 1000 impressions.",
  "define_how_many_impressions_for_this_ad": "Define how many impressions for this ad.",
  "provide_a_title_for_your_ad": "Provide a title for your ad.",
  "provide_text_for_your_ad": "Provide text for your ad.",
  "provide_a_url_for_your_ad": "Provide a URL for your ad.",
  "select_an_image_for_your_ad": "Select an image for your ad.",
  "thank_you_for_your_purchase_your_ad_is_currently_pending_approval": "Thank you for your purchase. Your ad is currently pending approval.",
  "no_ad_placements_have_been_created_check_back_here_shortly": "No ad placements have been created. Check back here shortly.",
  "ad_approved": "Ad Approved",
  "your_ad_on_site_name_has_been_approved": "Your ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}<\/a>",
  "ad_denied": "Ad Denied",
  "your_ad_on_site_name_has_been_denied": "Your ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}<\/a>",
  "sponsor_ad_approved": "Sponsor Ad Approved",
  "your_sponsor_ad_on_site_name_has_been_approved": "Your sponsored ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}<\/a>",
  "sponsor_ad_denied": "Sponsor Ad Denied",
  "your_sponsor_ad_on_site_name_has_been_denied": "Your sponsored ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}<\/a>",
  "your_order_has_been_processed": "Your order has been processed.",
  "and": "and",
  "total_ad_views": "{total} views",
  "invoice_successfully_deleted": "Invoice successfully deleted",
  "manage_ads": "Manage Ads",
  "manage_invoices": "Manage Invoices",
  "manage_sponsorships": "Manage Sponsorships",
  "choose_image": "Choose image",
  "completed": "Completed",
  "block_location_cost_ppc": "Block {location} - {cost} per click",
  "you_are_not_the_owner_of_this_ad": "You are not the owner of this ad",
  "this_ad_has_used_all_its_views": "This ad has used all its views",
  "this_ad_has_used_all_its_clicks": "This ad has used all its clicks",
  "sponsored": "Sponsored",
  "amount_currency_per_1000_impressions": "{amount} {currency} per 1000 impressions",
  "amount_currency_per_click": "{amount} {currency} per click",
  "setting_advanced_ad_filters": "<title>Enable Advanced Ad Filters<\/title><info>This setting enables the site to display ads based on the State\/Province, Zip Code\/Postal Code and City.<\/info>",
  "your_ad_has_been_created": "Your ad has been created.",
  "module_placement": "Module Placement",
  "disallow_controller": "Disallow Controller",
  "separate_each_controller_with_a_comma_eg_blog_index_video_view": "Separate each controller with a comma. (Eg. blog.index,photo.view)",
  "postal_code": "Postal Code",
  "separate_multiple_postal_codes_by_a_comma": "Separate multiple postal codes by a comma.",
  "separate_multiple_cities_by_a_comma": "Separate multiple cities by a comma.",
  "this_item_has_successfully_been_submitted": "This item has successfully been submitted. Before it can be displayed it will have to first be approved by a site Admin.",
  "dimensions": "Dimensions",
  "ad_dimensions_are_in_pixels": "Ad dimensions are in pixels.",
  "height": "Height",
  "placement_type": "Placement Type",
  "cpm_cost_per_mille": "CPM (Cost per mille)",
  "ppc_pay_per_click": "PPC (Pay per click)",
  "sponsorships": "Sponsorships",
  "edit_ad_placement": "Edit Ad Placement",
  "new_placement": "New Placement",
  "end_time_cannot_be_earlier_than_start_time": "End time cannot be earlier than start time",
  "you_are_not_allowed_to_edit_this_ad_dot": "You are not allowed to edit this ad.",
  "you_need_to_define_if_this_placement_is_for_cpm_or_ppc": "You need to define if this placement is for CPM or PPC",
  "provide_a_width_for_this_ad_placement_dot": "Provide a width for this ad placement.",
  "setting_ad_multi_ad_count": "<title>Ads in Multi-Ad Location<\/title><info>How many ads should be shown in the Multi-Ad Location?\r\n\r\nDefault is 5<\/info>",
  "provide_a_height_for_this_ad_placement_dot": "Provide a height for this ad placement.",
  "you_cant_do_that_dot_dot_dot": "You cant do that...",
  "sample_ad": "Sample Ad",
  "admin_menu_manage": "Manage",
  "module_announcement": "Announcement",
  "user_setting_can_close_announcement": "Are members of this user group allowed to close the announcements block in the dashboard?",
  "im_afraid_you_are_not_allowed_to_close_this_announcement": "I'm afraid you are not allowed to close this announcement.",
  "edit_an_announcement": "Edit An Announcement",
  "add_an_announcement": "Add An Announcement",
  "announcement_successfully_added": "Announcement successfully added.",
  "announcement_successfully_updated": "Announcement successfully updated.",
  "announcement_successfully_deleted": "Announcement successfully deleted.",
  "that_announcement_does_not_exist": "That announcement does not exist.",
  "subject_cannot_be_empty": "Subject cannot be empty.",
  "content_cannot_be_empty": "Content cannot be empty.",
  "announcement_not_found": "Announcement not found.",
  "announcement_is_already_hidden": "Announcement is already hidden.",
  "read_more": "Read More",
  "announcement_details": "Announcement Details",
  "intro": "Intro",
  "the_intro_will_be_displayed_on_the_sites_dashboard_and_link_to_the_full_announcement": "The intro will be displayed on the sites dashboard and link to the full announcement.\r\n<br \/>\r\nHTML is enabled.",
  "announcement": "Announcement",
  "the_announcement_can_be_left_open_if_everything_can_be_added_into_the_intro": "The announcement can be left open if everything can be added into the intro.\r\n<br \/>\r\nHTML is enabled.",
  "display_options": "Display Options",
  "can_be_closed": "Can Be Closed",
  "show_in_the_dashboard": "Show in the dashboard",
  "show_author": "Show author",
  "target_viewers": "Target Viewers",
  "no_announcements_have_been_created": "No announcements have been created.",
  "create_a_new_announcement": "Create a New Announcement",
  "that_announcement_cannot_be_found": "That announcement cannot be found.",
  "no_announcements_have_been_added": "No announcements have been added.",
  "posted_on_time_stamp_by_user": "Posted on {item_time_stamp} by {user_link}.",
  "attachments_title": "Attachments",
  "extension": "Extension",
  "manage_users": "Manage Users",
  "attachment_successfully_deleted": "Attachment successfully deleted.",
  "user_setting_can_view_announcements": "Can browse and view announcements?",
  "new_announcement": "New Announcement",
  "user_setting_points_attachment": "Points received when adding a new attachment for an item.",
  "user_setting_can_attach_on_blog": "Can attach items on blogs?",
  "user_setting_attachment_limit": "Specify the attachment limit.\r\n\r\nThis will control how many attachments a user can upload and attach on other items.\r\n\r\nIf you do not want to allow users the ability to upload items set this to <b>0<\/b>.\r\n\r\nIf you do not want to set a limit set this to <b>null<\/b>.",
  "user_setting_delete_own_attachment": "Can delete their own attachments?",
  "user_setting_delete_user_attachment": "Can delete attachments added by other users?",
  "module_attachment": "Attachment",
  "file_extension_is_not_valid": "Failed. File extension is not valid.",
  "attached_files": "Attached Files",
  "upload_new_attachment": "Upload New Attachment(s)",
  "browse_archives": "Browse Archives",
  "current_attachments": "Current Attachments",
  "upload_attachments": "Upload Attachments(s)",
  "add_more_attachments": "Add More Attachments",
  "add_description": "Add Description...",
  "use_inline_full_image": "Use Inline (Full Image)",
  "use_inline_thumbnail": "Use Inline (Thumbnail)",
  "use_inline": "Use Inline",
  "you_have_reached_your_upload_limit": "You have reached your upload limit.",
  "failed_limit_reached": "Failed: Limit Reached",
  "usage": "Usage",
  "setting_test": "<title>This is a test<\/title><info>this is just a test...<\/info>",
  "user_setting_item_max_upload_size": "Max file size for items upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.",
  "admincp_attachment_menu": "Attachments",
  "admincp_menu_attachment_types": "Manage Types",
  "admincp_menu_attachment_add": "Add a Type",
  "attachment_type_successfully_updated": "Attachment type successfully updated.",
  "attachment_type_successfully_added": "Attachment type successfully added.",
  "add_an_attachment_type": "Add an Attachment Type",
  "editing_an_attachment_type": "Editing an Attachment Type",
  "no_such_download_found": "No such download found.",
  "successfully_uploaded": "Successfully uploaded!",
  "provide_an_extension": "Provide an extension.",
  "provide_a_mime_type": "Provide a MIME type.",
  "remove_inline": "Remove Inline",
  "use_image": "Use Image",
  "no_attachments_available": "No attachments available.",
  "jpg_gif_or_png": "JPG, GIF or PNG",
  "the_file_size_limit_is_max_file_size": "The file size limit is {max_file_size}. If your upload does not work, try uploading a smaller item.",
  "attachment_type_info": "Attachment Type Info",
  "mime_type": "MIME Type",
  "is_image": "Is Image",
  "this_extension_already_exists": "This extension already exists.",
  "admin_menu_manage_types": "Manage Types",
  "admin_menu_add_new_type": "Add New Type",
  "attachment_activity": "Attachments",
  "select_attachment_s_to_upload": "Select attachment(s) to upload.",
  "uploading_attachment_s": "Uploading attachment(s)",
  "done_normal": "Done",
  "attachments_activity": "Attachments",
  "you_are_not_allowed_to_download_this_attachment": "You are not allowed to download this attachment",
  "attach_a_photo": "Attach a Photo",
  "attach_a_video": "Attach a Video",
  "attach_a_file": "Attach a File",
  "manage_attachments": "Manage Attachments",
  "insert": "Insert",
  "insert_a_photo": "Insert a Photo",
  "attach_a_link": "Attach a Link",
  "insert_a_video": "Insert a Video",
  "attachments_display": "Attachments",
  "upload_a_photo": "Upload a Photo",
  "import_a_photo": "Import a Photo",
  "attachments_headline": "Attachments",
  "converting": "Converting",
  "attachment_file_types": "Attachment File Types",
  "user_setting_view_blogs": "Can view blogs.",
  "user_setting_edit_own_blog": "Can edit their own blogs?",
  "user_setting_edit_user_blog": "Can edit blogs added by other users?",
  "user_setting_delete_own_blog": "Can delete their own blog?",
  "user_setting_delete_user_blog": "Can delete blogs added by other users?",
  "user_setting_add_new_blog": "Can add a new blog?",
  "user_setting_can_post_comment_on_blog": "Can post comments on blogs?",
  "user_setting_points_blog": "Specify how many points the user will receive when adding a new blog.",
  "blog": "Blog",
  "module_blog": "Blog",
  "module_blog_phrase": "Blog",
  "posted_x_by_x_in_x": "Posted {date} by <a href=\"{link}\">{full_name}<\/a> in {categories}",
  "posted_x_by_x": "Posted {date} by <a href=\"{link}\">{full_name}<\/a>",
  "x_comment": "{total} Comment",
  "x_comments": "{total} Comments",
  "view_entry": "View Entry",
  "click_to_edit_title": "Click to Edit Title",
  "delete_blog": "Delete Blog",
  "search_blogs_": "Search Blogs...",
  "blog_not_found": "The blog you are looking for cannot be found.",
  "comments_have_been_disabled": "Comments have been disabled.",
  "no_blogs_added": "No blogs have been added.",
  "be_first_to_add_a_blog": "Be the first to add a blog",
  "fill_title_for_blog": "Fill in a title for your blog",
  "add_content_to_blog": "Add some content to your blog",
  "add_a_new_blog": "Add a New Blog",
  "adding_a_new_blog": "Add a New Blog",
  "menu_blogs": "Blogs",
  "your_blog_has_been_added": "Your blog has been added",
  "post": "Post",
  "categories": "Categories",
  "public": "Public",
  "personal": "Personal",
  "most_used": "Most Used",
  "manage_categories": "Manage Categories",
  "add_a_new_category": "Add a new category...",
  "multiple_categories_with_commas": "Separate multiple categories with commas.",
  "additional_options": "Additional Options",
  "privacy": "Privacy",
  "public_blog_added_public_blog_section": "Public (Blog will be added to our public blog section)",
  "personal_blog_displayed_profile": "Personal (Blog will only be displayed on your profile)",
  "friends_view_this_blog": "Friends (Only you and your friends can view this blog)",
  "preferred_list": "Preferred List (Only you and the members you select can view this blog)",
  "separate_friends_commas": "Separate friends with commas.",
  "discussion": "Discussion",
  "allow_comments": "Allow Comments",
  "post_status": "Post Status",
  "published": "Published",
  "draft": "Draft",
  "save_as_draft": "Save as Draft",
  "publish": "Publish",
  "blog_preview": "Blog Preview",
  "editing_blog": "Editing Blog",
  "blog_updated": "Blog Updated",
  "invalid_search": "Invalid search ID#",
  "menu_add_new_blog": "Add New Blog",
  "top_bloggers": "Top Bloggers",
  "most_talked_about": "Most Talked About",
  "click_edit_permalink": "Click to edit permalink.",
  "permalink": "Permalink",
  "tip_delete_category": "Deleting a category will not delete the blogs that belong to that category, it will only remove the specific category and any blogs that belong to that category will be set under \"Uncategorized\".",
  "search_for_user": "Search for User",
  "total_blogs": "Total Blogs",
  "categories_successfully_deleted": "Categories successfully deleted.",
  "add_category": "Add New Category",
  "category_successfully_added": "Category successfully added.",
  "provide_blog_category": "Provide a blog category.",
  "category_details": "Category Details",
  "category": "Category",
  "sort_single": "Sort",
  "single": "By",
  "created_user": "Created By",
  "setting_display_blog_category_count": "<title>Display Blog Category Count<\/title><info>Set to <b>True<\/b> if you would like to display the blog count for each of the categories displayed publicly.<\/info>",
  "stat_title_2": "Blogs",
  "rss_group_name_1": "Blogs",
  "rss_title_1": "Latest Blogs",
  "rss_description_1": "Latest Blogs",
  "rss_title_2": "Categories",
  "rss_description_2": "Blog categories...",
  "user_setting_can_approve_blogs": "Can approve blogs?",
  "setting_spam_check_blogs": "<title>Spam Check Blogs<\/title><info>Spam Check Blogs<\/info>",
  "setting_allow_links_in_blog_title": "<title>Allow Links in Blog Titles<\/title><info>Allow Links in Blog Titles<\/info>",
  "setting_blog_meta_description": "<title>Blog Meta Description<\/title><info>Meta description added to pages related to the Blog module.<\/info>",
  "setting_blog_meta_keywords": "<title>Blog Meta Keywords<\/title><info>Mete keywords that will be displayed on sections related to the Blog module.<\/info>",
  "add_a_title": "Add a title.",
  "unable_to_edit_this_blog": "Unable to edit this blog.",
  "blog_successfully_saved": "Blog successfully saved.",
  "blog_title": "Blogs",
  "full_name_s_blogs": "{full_name}'s Blogs",
  "full_name_s_blogs_on_site_title": "{full_name}'s blogs on {site_title}.",
  "blogs_title": "Blogs",
  "owner_full_name_added_a_new_blog_a_href_title_link_title_a": "<a href=\"{user_link}\">{owner_full_name}<\/a> added a new blog \"<a href=\"{title_link}\">{title}<\/a>\".",
  "we_do_not_allow_links_in_titles": "We do not allow links in titles.",
  "your_blog_has_been_marked_as_spam": "Your blog has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.",
  "the_blog_you_are_trying_to_approve_is_not_valid": "The blog you are trying to approve is not valid.",
  "your_blog_has_been_approved_on_site_title": "Your blog has been approved on {site_title}.",
  "your_blog_has_been_approved_on_site_title_message": "Your blog has been approved on {site_title}.\r\n\r\nTo view this blog, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "no_categories_added": "No categories added.",
  "private_entry": "PRIVATE ENTRY",
  "private_entry_friends_only": "PRIVATE ENTRY - FRIENDS ONLY",
  "private_blog_entry": "Private blog entry...",
  "private_blog_entry_friends_only": "Private blog entry. Friends only...",
  "favorite": "Favorite",
  "report": "Report",
  "report_a_blog": "Report a Blog",
  "are_you_sure_you_want_to_delete_this_blog": "Are you sure you want to delete this blog?",
  "add_new_blog": "Add New Blog",
  "view_drafts_count": "View Drafts ({count})",
  "no_blogs_have_been_added_yet": "No blogs have been added yet.",
  "be_the_first_to_add_a_blog": "Be the First to Add a Blog.",
  "posted_on_post_time_by_user_link": "Posted on {post_time} by {user_link}.",
  "comments": "Comments",
  "moderate_comments_first": "Moderate Comments First",
  "no_comments": "No Comments",
  "blog_has_been_deleted": "Blog has been deleted!",
  "tags": "Tags",
  "you_have_not_added_any_drafts": "You have not added any drafts.",
  "you_have_not_added_any_blogs": "You have not added any blogs.",
  "add_a_new_blog_entry": "Add a New Blog Entry",
  "user_link_has_not_added_any_blogs": "{user_link} has not added any blogs.",
  "browse_other_blog_entries": "Browse Other Blog Entries",
  "this_blog_is_pending_an_admins_approval": "This blog is pending an Admins approval.",
  "user_added_a_new_comment_on_their_own_blog": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on their own <a href=\"{title_link}\">blog<\/a>.",
  "user_added_a_new_comment_on_your_blog": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on your <a href=\"{title_link}\">blog<\/a>.",
  "user_name_added_a_new_comment_on_item_user_name_blog": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">blog<\/a>.",
  "user_name_left_you_a_comment_on_site_title_to_view_this_comment": "{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it": "{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "search_blogs": "Blogs",
  "view_more_blogs": "View More Blogs",
  "blog_created_on_time_stamp_by_full_name": "<a href=\"{link}\">Blog<\/a> created on {time_stamp} by <a href=\"{user_link}\">{full_name}<\/a>.",
  "write_a_blog": "Write a Blog",
  "manage_blogs": "Manage Blogs",
  "your_blog_blog_title_has_been_approved": "Your blog \"{blog_title}\" has been approved.",
  "full_name_wrote_a_comment_on_your_blog_blog_title": "<a href=\"{user_link}\">{full_name}<\/a> wrote a comment on your blog \"<a href=\"{blog_link}\">{blog_title}<\/a>\".",
  "blogs_text": "Blogs Text",
  "a_href_user_link_full_name_a_likes_your_a_href_link_blog_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">blog<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_blog_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">blog<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_blog_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">blog<\/a>.",
  "update_tags_blogs": "Update Tags (Blogs)",
  "no_blog_categories_have_been_created": "No blog categories have been created.",
  "create_one_now": "Create one now",
  "draft_info": "[DRAFT]",
  "update_users_activity_blog_points": "Update Users Activity Blog Points",
  "user_setting_approve_blogs": "Approve blogs before they are publicly displayed?",
  "most_disccused": "Most Disccused",
  "most_discussed": "Most Discussed",
  "there_are_blogs_pending_approval_total_total": "There are blogs pending approval. Total: {total}",
  "user_setting_flood_control_blog": "How many minutes should a user wait before they can submit another blog?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.",
  "your_are_posting_a_little_too_soon": "You are posting a little too soon.",
  "there_are_no_pending_blogs": "There are no pending blogs.",
  "write_your_blog_entry_here": "Write your blog entry here...",
  "blog_has_been_approved": "Blog has been approved.",
  "blog_approved": "Blog Approved",
  "search_blogs_dot": "Search Blogs...",
  "most_liked": "Most Liked",
  "all_blogs": "All Blogs",
  "my_blogs": "My Blogs",
  "friends_blogs": "Friends' Blogs",
  "pending_blogs": "Pending Blogs",
  "by_user": "by {full_name}",
  "view_blog": "View Blog",
  "comment_privacy": "Comment Privacy",
  "control_who_can_see_this_blog": "Control who can see this blog.",
  "control_who_can_comment_on_this_blog": "Control who can comment on this blog.",
  "by_full_name": "by {full_name}",
  "report_this_blog": "Report this blog",
  "no_blogs_found": "No blogs found.",
  "full_name_liked_your_blog_title": "{full_name} liked your blog \"{title}\"",
  "full_name_liked_your_blog_link_title": "{full_name} liked your blog \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this blog follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_liked_gender_own_blog_title": "{users} liked {gender} own blog \"{title}\"",
  "users_liked_your_blog_title": "{users} liked your blog \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_blog_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> blog \"{title}\"",
  "full_name_commented_on_your_blog_title": "{full_name} commented on your blog \"{title}\".",
  "full_name_commented_on_your_blog_message": "{full_name} commented on your blog \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_blog": "{full_name} commented on {gender} blog.",
  "full_name_commented_on_blog_full_name_s_blog": "{full_name} commented on {blog_full_name}'s blog.",
  "full_name_commented_on_gender_blog_message": "{full_name} commented on {gender} blog \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_blog_full_name_s_blog_message": "{full_name} commented on {blog_full_name}'s blog \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_gender_blog_title": "{users} commented on {gender} blog \"{title}\"",
  "users_commented_on_your_blog_title": "{users} commented on your blog \"{title}\"",
  "users_commented_on_span_class_drop_data_user_row_full_name": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> blog \"{title}\"",
  "users_blog_count": "Users Blog Count",
  "your_blog_title_has_been_approved": "Your blog \"{title}\" has been approved.",
  "see_more": "See More",
  "posted_a_comment_on_gender_blog_a_href_link_title_a": "posted a comment on {gender} blog <a href=\"{link}\"> {title}<\/a>",
  "posted_a_comment_on_user_name_s_blog_a_href_link_title_a": "posted a comment on {user_name}'s blog \"<a href=\"{link}\">{title}<\/a>\"",
  "a_href_link_on_name_s_blog_a": "<a href=\"{link}\">On {name}'s blog<\/a>",
  "please_provide_some_text_for_your_blog": "Please provide some text for your blog.",
  "blog_s_successfully_approved": "Blog(s) successfully approved.",
  "blog_s_successfully_deleted": "Blog(s) successfully deleted.",
  "user_name_tagged_you_in_a_comment_in_a_blog": "{user_name} tagged you in a comment in a blog",
  "menu_blog_blogs_532c28d5412dd75bf975fb951c740a30": "Blogs",
  "blog_successfully_deleted": "Blog successfully deleted.",
  "item_phrase": "blog entry",
  "cannot_display_due_to_privacy": "Cannot display this section due to privacy.",
  "invalid": "Invalid",
  "moderation": "Moderation",
  "unable_to_view_this_item_due_to_privacy_settings": "Unable to view this item due to privacy settings.",
  "user_setting_captcha_on_blog_add": "Enable CAPTCHA challenge when adding a new blog.",
  "user_setting_captcha_on_comment": "Enable CAPTHCA challenge when a user adds a comment?",
  "module_captcha_phrase": "Captcha",
  "complete_captcha_challenge": "Complete the CAPTCHA challenge.",
  "image_verification": "Image Verification",
  "captcha_failed_please_try_again": "Captcha failed. Please try again.",
  "refreshing_image": "Refreshing Image",
  "reload_image": "Reload Image",
  "click_refresh_image": "Click to Refresh Image",
  "type_verification_code_above": "Type in the verification code above",
  "setting_group_recaptcha": "<title>reCAPTCHA<\/title><info>reCAPTCHA<\/info>",
  "setting_recaptcha_public_key": "<title>reCAPTCHA Public Key<\/title><info>Enter your reCAPTCHA public key here.<\/info>",
  "setting_recaptcha_private_key": "<title>reCAPTCHA Private Key<\/title><info>Enter your reCAPTCHA private key here.<\/info>",
  "captcha_challenge": "Captcha Challenge",
  "setting_captcha_type": "<title>Captcha Type<\/title><info>Select captcha type\r\nIf you choose Recaptcha, visit google.com\/recaptcha and get free key<\/info>",
  "qrcode": "QR Code",
  "recaptcha": "ReCaptcha",
  "captcha_qrcode_challenge": "Scan QR Code to get verification code",
  "user_setting_edit_own_comment": "Can edit their own comments?",
  "user_setting_edit_user_comment": "Can edit comments added by other users?",
  "user_setting_delete_own_comment": "Can delete their own comments?",
  "user_setting_delete_user_comment": "Can delete comments added by other users?",
  "user_setting_points_comment": "Specify how many points the user will receive when adding a new comment.",
  "user_setting_can_post_comments": "Can post comments?",
  "module_comment": "Comment",
  "x_wrote": "<a href=\"{link}\">{full_name}<\/a> wrote at {date}",
  "reply": "Reply",
  "delete_comment": "Delete Comment",
  "last_update_on_x_by_x": "Last Update on {date} by {full_name}",
  "fill_text_your_comment": "Fill in some text for your comment",
  "leave_a_reply": "Leave a Reply",
  "comment": "Comment",
  "submit_comment": "Submit Comment",
  "adding_comment": "Adding Comment",
  "comment_deleted": "Comment Deleted",
  "voted": "Voted!",
  "vote": "{total} Vote",
  "votes": "{total} Votes",
  "vote_this_comment": "Vote This Comment Up",
  "vote_this_comment_down": "Vote This Comment Down",
  "comments_header": "Comments",
  "user_wrote_date": "{full_name} wrote at {date}",
  "email_will_not_published": "Email (Will not be published)",
  "comments_must_login_signup": "No Comments. <a href=\"{login}\">Login<\/a> or <a href=\"{register}\">Signup<\/a> to be first.",
  "user_setting_comment_post_flood_control": "Define how many minutes this user group should wait before they can post a new comment.\r\n\r\nNote: Set to 0 if there should be no limit.",
  "setting_allow_rss_feed_on_comments": "<title>RSS Feed on Comments<\/title><info>Set to <b>True<\/b> to enable RSS feeds on comments.<\/info>",
  "user_setting_can_moderate_comments": "Can moderate comments?",
  "setting_spam_check_comments": "<title>Spam Check Comments<\/title><info>Spam Check Comments<\/info>",
  "setting_comment_hash_check": "<title>Comment Hash Check<\/title><info>If enabled this will check if the last X comments added in the last Y minutes are identical to the comment being added.\r\n\r\nNotice: X & Y are settings that can be changed.<\/info>",
  "setting_comments_to_check": "<title>Comments To Check<\/title><info>If the setting to check if comments are identical you can set here how many comments in the past should be checked.<\/info>",
  "setting_total_minutes_to_wait_for_comments": "<title>Comment Minutes to Wait Until Next Check<\/title><info>If the setting to check if comments are identical you can set here how far back we should check in minutes.<\/info>",
  "posting_a_comment_a_little_too_soon_total_time": "Posting a comment a little too soon. {total_time}",
  "add_some_text_to_your_comment": "Add some text to your comment.",
  "your_comment_was_successfully_added_moderated": "Your comment was successfully added, however this item requires that all comments be moderated by the owner before they are publicly displayed.",
  "last_update_on_time_stamp_by_full_name": "Last update on {time_stamp} by {full_name}.",
  "comment_successfully_deleted": "Comment successfully deleted.",
  "fill_in_your_name": "Fill in your name.",
  "comment_title": "Comments",
  "rss_feeds_are_disabled_for_comments": "RSS feeds are disabled for comments.",
  "comment_does_not_exist": "Comment does not exist.",
  "nothing_new_to_approve": "Nothing new to approve.",
  "comments_pending_approval": "Comments Pending Approval",
  "comments_pending_approval_total": "Comments Pending Approval (<span id=\"js_request_comment_count_total\">{total}<\/span>)",
  "comments_for_approval": "Comments for Approval",
  "add_comment": "Add Comment",
  "view_comments": "View Comments",
  "user_link_added_a_comment_and_is_pending_your_approval": "{user_link} added a comment and is pending your approval.",
  "latest_comments_on_site_title": "Latest comments on {site_title}.",
  "latest_comments": "Latest Comments",
  "your_comment_has_been_marked_as_spam_it_will_have_to_be_approved_by_an_admin": "Your comment has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.",
  "not_a_valid_comment": "Not a valid comment.",
  "unable_to_moderate_this_comment": "Unable to moderate this comment.",
  "will_not_be_published": "Will not be published.",
  "item": "Item",
  "your_comment_has_successfully_added": "Your comment has successfully added.",
  "view_replies_total_to_this_comment": "View replies ({total}) to this comment.",
  "user_link_at_item_time_stamp": "{user_link} at {item_time_stamp}.",
  "moderate_comments": "Moderate Comments",
  "comment_successfully_approved": "Comment successfully approved.",
  "user_link_left_a_comment_on_your_item": "{user_link} left a comment on your <a href=\"{link}\">{item_name}<\/a>.",
  "user_setting_can_delete_comments_posted_on_own_profile": "Can this user group delete comments posted on their own profile?",
  "no_comments_added": "No comments added.",
  "setting_allow_comments_on_profiles": "<title>Allow Comments on Profile<\/title><info>Enable this feature to allow comments on profiles.<\/info>",
  "view_all_total_left_comments": "View all {total_left} comments",
  "comments_text": "Comments Text",
  "view_all_comments": "View All Comments",
  "view_all_comments_total": "View All Comments ({total})",
  "cannot_comment_on_this_item_as_it_does_not_exist_any_longer": "Cannot comment on this item as it does not exist any longer.",
  "comments_activity": "Comments",
  "new_comments_stats": "Comments",
  "you_cannot_write_a_comment_on_your_own_profile": "You cannot write a comment on your own profile.",
  "user_setting_can_comment_on_own_profile": "Can comment on own profile?",
  "update_owner_id_for_comments_only_for_those_that_upgraded_from_v1_6_21": "Update Owner ID# for Comments (Only for those that upgraded from v1.6.21).",
  "your_old_v1_6_21_setting_file_must_exist": "Your old v1.6.21 setting file must exist in order for us to continue. Old setting file: {file}",
  "the_database_table_table_does_not_exist": "The database table \"{table}\" does not exist. We cannot update this counter.",
  "full_name_approved_your_comment_on_site_title": "{full_name} approved your comment on {site_title}.",
  "full_name_approved_your_comment_on_site_title_message": "{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_user_link_full_name_a_likes_your_a_href_link_comment_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">comment<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_coment_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">comment<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_comment_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">comment<\/a>.",
  "user_setting_approve_all_comments": "Approve comments before they are displayed publicly?",
  "your_comment_has_successfully_been_added_however_it_is_pending_an_admins_approval": "Your comment has successfully been added, however it is pending an Admins approval.",
  "comments_approve": "Comments",
  "comment_approved_on_site_title": "Comment Approved on {site_title}",
  "one_of_your_comments_on_site_title": "One of your comments on {site_title} has been approved. To view this comment click the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "subscribe_to_comments": "Subscribe to comments",
  "setting_total_comments_in_activity_feed": "<title>Total Comments in Activity Feed<\/title><info>Define how many comments should be displayed within each activity feed.<\/info>",
  "setting_total_amount_of_comments_to_load": "<title>Total Amount of Comments To Load<\/title><info>When a user clicks to view more comments on a feed or item this setting controls how many comments to load via AJAX on the page they are on. If this number is surpassed they are then directed to the parent item where it will display all the comments and comes built in with a pager.<\/info>",
  "delete_this_comment": "Delete this comment",
  "1_person": "1 person",
  "total_people": "{total} people",
  "viewing_comment": "Viewing Comment",
  "setting_thread_comment_total_display": "<title>Total Nested Comments<\/title><info>Define how many nested comments we should display.\r\n\r\nNote: This is only used if threaded replies are enabled.<\/info>",
  "view_total_more": "View {total} more",
  "viewing_a_single_comment": "Viewing a single comment.",
  "view_previous_comments": "View previous comments",
  "user_setting_can_delete_comment_on_own_item": "Can delete any comments posted on their own item?",
  "comment_on_items": "Comment on Items",
  "this_method_of_displaying_comments_has_been_depreciated_dot_please_use_our_new_method_dot": "This method of displaying comments has been depreciated. Please use our new method.",
  "no_comments_found_dot": "No comments found.",
  "unable_to_leave_a_comment_at_this_time_dot": "Unable to leave a comment at this time.",
  "module_contact": "Contact",
  "menu_contact": "Contact Us",
  "admin_menu_categories": "Categories",
  "category_succesfully_added": "Category successfully added",
  "category_could_not_be_added": "An error did not allow adding the category",
  "categories_successfully_edited": "Categories successfully edited",
  "setting_contact_enable_captcha": "<title>Enable Captcha for Contact<\/title><info>If enabled the users trying to reach you through the Contact Us module will need to complete a captcha challenge before submitting their message.<\/info>",
  "setting_allow_html_in_contact": "<title>Allow html in contact form<\/title><info>This setting tells if the site allows HTML in the contact us form.<\/info>",
  "setting_contact_staff_emails": "<title>Staff Emails<\/title><info>List of emails separated by a comma that will receive an email when someone uses the \"Contact Us\" form.<\/info>",
  "fill_in_some_text_for_your_message": "Fill in some text for your message.",
  "you_need_to_choose_a_category": "You need to choose a category.",
  "provide_a_subject": "Provide a subject.",
  "your_message_was_successfully_sent": "Your message was successfully sent.",
  "contact_us": "Contact Us",
  "send_yourself_a_copy": "Send Yourself a Copy",
  "currently_unavailable": "Currently unavailable",
  "setting_enable_auto_responder": "<title>Enable Auto Responder<\/title><info>When this setting is enabled an email will be sent to the user who submits a message.<\/info>",
  "auto_responder_subject": "Thank you for contacting us",
  "setting_auto_responder_subject": "<title>Auto Responder Subject Phrase<\/title><info>This is the phrase that will be used when sending an auto response message. \r\n\r\nYou can enter the language phrase here or write the text directly. The default phrase is contact.auto_responder_subject<\/info>",
  "auto_responder_message": "We have received your message and will reply as soon as possible.\r\n\r\nHave a nice day",
  "setting_auto_responder_message": "<title>Auto Responder Message Phrase<\/title><info>This is the phrase that will be used when sending an auto response message.\r\n\r\nYou can enter the language phrase here or write the text directly. The default phrase is contact.auto_responder_message<\/info>",
  "no_admin_has_been_set_to_handle_this_type_of_issues": "No admin has been set to handle this type of issues",
  "thank_you_for_getting_in_contact_with_us_dot_one_of_our_sales_representatives_will_get_back_to_you_shortly_dot": "Thank you for getting in contact with us. One of our sales representatives will get back to you shortly.",
  "admin_menu_add_e_gifs": "Add E-Gifts",
  "module_egift": "Egift",
  "maange_categories": "Manage Categories",
  "no_categories_found": "No categories found",
  "edit_categories": "Edit Categories",
  "category_optional": "Category (Optional)",
  "egift_added_successfully": "Egift added successfully",
  "egift_edited_successfully": "Egift edited successfully",
  "egift_deleted_successfully": "Egift deleted successfully",
  "add_egift": "Add Egift",
  "choose_file": "Choose File",
  "allowed_file_extensions_jpg_png_gif": "Allowed file extensions: jpg, png, gif.",
  "uploading_a_picture_will_overwrite_the_current_one_for_this_item": "Uploading a picture will overwrite the current one for this item",
  "choose_category": "Choose Category",
  "manage_egifts": "Manage Egifts",
  "no_gifts_have_been_added": "No gifts have been added",
  "category_added_successfully": "Category added successfully",
  "update_successfully": "Update successfully",
  "delete_successfully": "Delete successfully",
  "edit_egift": "Edit Egift",
  "available_since": "Available since",
  "available_until": "Available until",
  "schedule_availability": "Schedule Availability",
  "egift_category_6": "Birthday",
  "egift_category_7": "Birthday $1",
  "egift_category_8": "Hanuka in March",
  "since": "Since",
  "until": "Until",
  "use_schedule": "Use Schedule",
  "when_disabled_this_category_will_only_show_up_on_birthdays": "When disabled this category will only show up on birthdays",
  "you_can_choose_an_egift_to_send": "You can choose an egift to send with your message below.",
  "wrong_format_to_edit_a_phrase_dot": "Wrong format to edit a phrase.",
  "that_category_doesnt_exist": "That category doesnt exist",
  "name_must_be_an_array": "Name must be an array",
  "category_or_phrase_not_found": "Category or phrase not found",
  "that_item_does_not_exist_dot": "That item does not exist.",
  "module_event": "Events",
  "menu_event": "Events",
  "user_setting_can_edit_own_event": "Can edit own event?",
  "user_setting_can_edit_other_event": "Can edit events added by other users?",
  "user_setting_can_post_comment_on_event": "Can post comments on events?",
  "user_setting_can_delete_own_event": "Can delete own event?",
  "user_setting_can_delete_other_event": "Can delete events created by other users?",
  "menu_create_new_event": "Create New Event",
  "setting_event_view_time_stamp_profile": "<title>Event Profile Time Stamp<\/title><info>Time stamp used when displaying events on a users profile.<\/info>",
  "setting_event_browse_time_stamp": "<title>Event Browsing Time Stamp<\/title><info>Time stamp displayed when browsing events.<\/info>",
  "rss_group_name_2": "Events",
  "rss_title_3": "Latest Events",
  "rss_description_3": "List of all the upcoming events.",
  "user_setting_max_upload_size_event": "Max file size for event photos in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.",
  "user_setting_can_view_pirvate_events": "Can view private events?",
  "user_setting_can_approve_events": "Can approve events?",
  "user_setting_can_feature_events": "Can feature events?",
  "user_setting_event_must_be_approved": "Events must be approved first before they are displayed publicly?",
  "user_setting_total_mass_emails_per_hour": "Define how long this user group must wait until they are allowed to send out another mass email.",
  "user_setting_can_mass_mail_own_members": "Can mass email own event guests?",
  "not_attending": "Not Attending",
  "maybe": "Maybe",
  "attending": "Attending",
  "successfully_deleted_event": "Successfully deleted event.",
  "you_are_unable_to_send_out_any_mass_emails_at_the_moment": "You are unable to send out any mass emails at the moment.",
  "fill_in_both_a_subject_and_text_for_your_mass_email": "Fill in both a subject and text for your mass email.",
  "you_are_unable_to_send_a_mass_email_for_this_event": "You are unable to send a mass email for this event.",
  "email_progress_page_total": "Email Progress: {page}\/{total}",
  "sub_categories": "Sub-Categories",
  "browse_filter": "Browse Filter",
  "event_guests": "Event Guests",
  "can_t_make_it": "Can't Make It",
  "not_responded": "Not Responded",
  "upcoming_events": "Upcoming Events",
  "events_i_m_attending": "Events I'm Attending",
  "your_rsvp": "Your RSVP",
  "category_successfully_updated": "Category successfully updated.",
  "edit_a_category": "Edit a Category",
  "create_a_new_category": "Create a New Category",
  "category_successfully_deleted": "Category successfully deleted.",
  "provide_a_name_for_this_event": "Provide a name for this event.",
  "provide_a_location_for_this_event": "Provide a location for this event.",
  "provide_a_country_location_for_this_event": "Provide a country location for this event.",
  "provide_a_host_for_this_event": "Provide a host for this event.",
  "successfully_invited_guests_to_this_event": "Successfully invited guests to this event.",
  "successfully_customized_this_event": "Successfully customized this event.",
  "event_successfully_updated": "Event successfully updated.",
  "event_successfully_added": "Event successfully added.",
  "note_that_events_must_first_be_approved_by_a_site_admin_before_it_is_displayed_publicly": "Note that events must first be approved by a site admin before it is displayed publicly.",
  "edit_event": "Edit Event",
  "create_new_event": "Create New Event",
  "the_events_section_is_closed": "The events section is closed.",
  "event_successfully_deleted": "Event successfully deleted.",
  "date_added": "Date Added",
  "recent_events": "Recent Events",
  "tomorrow": "Tomorrow",
  "this_weekend": "This Weekend",
  "the_event_you_are_looking_for_does_not_exist_or_has_been_removed": "The event you are looking for does not exist or has been removed.",
  "this_event_is_private": "This event is private.",
  "user_name_left_you_a_comment_on_your_event_title": "{user_name} left you a comment on your event \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_added_a_new_comment_on_their_own_event": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on their own <a href=\"{title_link}\">event<\/a>.",
  "user_name_added_a_new_comment_on_your_event": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on your <a href=\"{title_link}\">event<\/a>.",
  "user_name_added_a_new_comment_on_item_user_name": "<a href=\"{user_link}\">{user_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">event<\/a>.",
  "owner_full_name_added_a_new_event_title": "<a href=\"{user_link}\">{owner_full_name}<\/a> added a new event \"<a href=\"{title_link}\">{title}<\/a>\"",
  "create_an_event": "Create an Event",
  "manage_events": "Manage Events",
  "view_events": "View Events",
  "your_event_title_has_been_approved": "Your event \"{title}\" has been approved.",
  "full_name_invited_you_to_an_event": "<a href=\"{user_link}\">{full_name}<\/a> invited you to an event.",
  "no_event_invites": "No event invites.",
  "event_invites_total": "Event Invites (<span id=\"js_request_event_count_total\">{total}<\/span>)",
  "event_text": "Event Text",
  "host": "Host",
  "remove_this_person_from_the_guest_list": "Remove this person from the guest list.",
  "report_an_event": "Report an Event",
  "invite_people_to_come": "Invite People to Come",
  "mass_email_guests": "Mass Email Guests",
  "manage_guest_list": "Manage Guest List",
  "contact_full_name_creator": "Contact {full_name} (Creator)",
  "delete_event": "Delete Event",
  "no_upcoming_events": "No upcoming events.",
  "add_an_event": "Add an Event",
  "time_stamp_at_location": "{time_stamp} at {location}",
  "maybe_attending": "Maybe Attending",
  "update_your_rsvp": "Update Your RSVP",
  "submit_your_rsvp": "Submit Your RSVP",
  "event_category_details": "Event Category Details",
  "parent_category": "Parent Category",
  "view_this_event": "View This Event",
  "skip_amp_view_this_event": "Skip &amp; View This Event",
  "step_1": "Step 1",
  "event_details": "Event Details",
  "step_2": "Step 2",
  "customize": "Customize",
  "step_3": "Step 3",
  "invite_guests": "Invite Guests",
  "mass_email": "Mass Email",
  "tagline": "Tagline",
  "public_everyone_can_join": "Public (Everyone can join)",
  "private_does_not_show_up_anywhere_and_only_invited_users_can_rsvp": "Private (Does not show up anywhere and only invited users can RSVP)",
  "start_time": "Start Time",
  "end_time": "End Time",
  "location_venue": "Location\/Venue",
  "create_event": "Create Event",
  "event_photo": "Event Photo",
  "click_here_to_delete_this_image_and_upload_a_new_one_in_its": "Click <a href=\"#\" onclick=\"{java_script}\">here<\/a> to delete this image and upload a new one in its place.",
  "the_file_size_limit_is_filesize_if_your_upload_does_not_work_try_uploading_a_smaller_picture": "The file size limit is {filesize}. If your upload does not work, try uploading a smaller picture.",
  "invite_friends": "Invite Friends",
  "invite_people_via_email": "Invite People via Email",
  "separate_multiple_emails_with_a_comma": "Separate multiple emails with a comma.",
  "add_a_personal_message": "Add a Personal Message",
  "send_invitations": "Send Invitations",
  "new_guest_list": "New Guest List",
  "send_out_an_email_to_all_the_guests_that_are_joining_this_event": "Send out an email to all the guests that are joining this event.",
  "last_mass_email": "Last Mass Email",
  "sending_emails": "Sending Emails",
  "send": "Send",
  "please_wait_till": "Please wait till",
  "you_have_not_been_invited_to_any_events_yet": "You have not been invited to any events yet.",
  "browse_events": "Browse events.",
  "you_are_not_attending_any_events": "You are not attending any events.",
  "no_events_found_where_you_might_attend": "No events found where you might attend.",
  "no_events_found_where_you_are_not_attending": "No events found where you are not attending.",
  "no_past_events_were_found": "No past events were found.",
  "no_events_have_been_created": "No events have been created.",
  "be_the_first_to_create_an_event": "Be the first to create an event.",
  "there_is_one_event_that_is_pending_approval": "There is one event that is pending approval.",
  "there_are_total_events_that_are_pending_approval": "There are {total} events that are pending approval.",
  "click_here_to_approve_events": "Click <a href=\"{link}\">here<\/a> to approve events.",
  "private": "Private",
  "featured": "Featured",
  "start_time_at_location": "{start_time} at {location}",
  "posted_by_user_name_on_time_stamp": "Posted by {user_name} on {time_stamp}",
  "rsvp": "RSVP",
  "no_response": "No Response",
  "edit_lowercase": "edit",
  "feature_this_event": "Feature this event.",
  "un_feature_this_event": "Un-Feature this event.",
  "event_is_pending_approval": "Event is pending approval.",
  "full_name_has_closed_their_favorites_section": "<a href=\"{user_link}\">{full_name}<\/a> has closed their favorites section.",
  "a_href_user_link_user_name_a_added_a_comment_on_the_event_a_href_title_link_title_a": "<a href=\"{user_link}\">{user_name}<\/a> added a comment on the event \"<a href=\"{title_link}\">{title}<\/a>\".",
  "your_event_is_ending_before_it_starts": "Your event is ending before it starts.",
  "your_event_is_starting_in_the_past": "Your event is starting in the past.",
  "full_name_invited_you_to_the_title": "{full_name} invited you to \"{title}\".\r\n\r\nTo check out this event, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_added_the_following_personal_message": "\r\n\r\n{full_name} added the following personal message\r\n",
  "full_name_invited_you_to_the_event_title": "{full_name} invited you to the event \"{title}\".",
  "provide_a_category_this_event_will_belong_to": "Provide a category this event will belong to.",
  "unable_to_find_the_event_you_want_to_approve": "Unable to find the event you want to approve.",
  "you_do_not_have_sufficient_permission_to_modify_this_event": "You do not have sufficient permission to modify this event.",
  "unable_to_find_the_event": "Unable to find the event.",
  "unable_to_find_the_event_you_want_to_delete": "Unable to find the event you want to delete.",
  "you_do_not_have_sufficient_permission_to_delete_this_listing": "You do not have sufficient permission to delete this listing.",
  "your_event_has_been_approved_on_site_title": "Your event has been approved on {site_title}.",
  "your_event_has_been_approved_on_site_title_link": "Your event has been approved on {site_title}.\r\n\r\nTo view this event, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "notice_this_is_a_newsletter_sent_from_the_event": "Notice: This is a newsletter sent from the event",
  "user_setting_can_access_event": "Can browse and view the event module?",
  "user_setting_can_create_event": "Can create an event?",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_event_a": "<a href=\"{user_link}\">{full_name}<\/a> liked <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">event<\/a>.",
  "a_href_user_link_full_name_a_liked_their_own_a_href_link_event_a": "<a href=\"{user_link}\">{full_name}<\/a> liked their own <a href=\"{link}\">event<\/a>.",
  "a_href_user_link_full_name_a_liked_your_a_href_link_event_a": "<a href=\"{user_link}\">{full_name}<\/a> liked your <a href=\"{link}\">event<\/a>.",
  "can_create_event": "Create Event",
  "select_a_sub_category": "Select a Sub-Category",
  "remove_invite": "Remove Invite",
  "no_attendees": "No attendees.",
  "no_results": "No results.",
  "user_setting_can_sponsor_event": "Can members of this user group sponsor their events?",
  "unsponsor_this_event": "Unsponsor this event",
  "sponsor_this_event": "Sponsor this Event",
  "sponsored_event": "Sponsored Event",
  "user_setting_can_purchase_sponsor": "Can members of this user group purchase a sponsored ad space?",
  "event_successfully_un_sponsored": "Event successfully unsponsored",
  "event_successfully_sponsored": "Event successfully sponsored",
  "sponsor_help": "To purchase sponsor space for your events click on your event and then click on Sponsor in the right hand side menu.",
  "encourage_sponsor": "Sponsor your Events",
  "user_setting_event_event_sponsor_price": "How much is the sponsor space worth for events?\r\nThis works in a CPM basis.",
  "user_setting_auto_publish_sponsored_item": "After the user has purchased a sponsored space, should the event be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored event space before it is shown in the site.",
  "sponsor_error_not_found": "That event is no longer available.",
  "sponsor_error_privacy": "This event is set to private, sponsoring it conflicts with this setting.",
  "sponsor_title": "Event: {sEventTitle}",
  "sponsor_paypal_message": "Sponsor of event {sEventTitle}",
  "setting_event_basic_information_time": "<title>Event Basic Information Time Stamp<\/title><info>This is the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.<\/info>",
  "setting_event_basic_information_time_short": "<title>Event Basic Information Time Stamp (Short)<\/title><info>This is the short version of the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.<\/info>",
  "user_setting_flood_control_events": "How many minutes should a user wait before they can create another event?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.",
  "you_are_creating_an_event_a_little_too_soon": "You are creating an event a little too soon.",
  "user_setting_event_sponsor_price": "How much is the sponsor space worth for events?\r\nThis works in a CPM basis.",
  "event_invite_count": "Event Invite Count",
  "address": "Address",
  "find_on_map": "Find On Map",
  "user_setting_points_event": "How many points does the user get when they add a new event?",
  "what_s_the_event": "What's the event?",
  "where": "Where?",
  "guest_list": "Guest List",
  "event_has_been_approved": "Event has been approved.",
  "event_approved": "Event Approved",
  "unable_to_find_the_event_you_are_trying_to_comment_on": "Unable to find the event you are trying to comment on.",
  "no_events_found": "No events found.",
  "moderate": "Moderate",
  "at": "at",
  "search_events": "Search Events...",
  "all_events": "All Events",
  "my_events": "My Events",
  "friends_events": "Friends' Events",
  "featured_events": "Featured Events",
  "pending_events": "Pending Events",
  "events_i_may_attend": "Events I May Attend",
  "events_i_m_not_attending": "Events I'm Not Attending",
  "event_invites": "Event Invites",
  "full_name_s_events": "{full_name}'s Events",
  "what_are_you_planning": "What are you planning?",
  "add_end_time": "Add end time",
  "add_address_city_zip_country": "Add address\/city\/zip\/country",
  "event_privacy": "Event Privacy",
  "control_who_can_see_this_event": "Control who can see this event.",
  "share_privacy": "Share Privacy",
  "control_who_can_share_on_this_event": "Control who can share on this event.",
  "managing_event": "Managing Event",
  "view_on_google_maps": "View on Google Maps",
  "view_this_on_google_maps": "View this on Google maps",
  "respond": "Respond",
  "awaiting_reply": "Awaiting Reply",
  "view_guest_list": "View Guest List",
  "full_name_liked_a_comment_you_posted_on_the_event_title": "{full_name} liked a comment you posted on the event \"{title}\"",
  "full_name_liked_your_comment_message_event": "{full_name} liked your comment \"<a href=\"{link}\">{content}<\/a>\" that you posted on the event \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo view this event follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_your_event_title": "{full_name} liked your event \"{title}\"",
  "full_name_liked_your_event_message": "{full_name} liked your event \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this event follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_a_comment_posted_on_the_event_title": "{full_name} commented on a comment posted on the event \"{title}\".",
  "full_name_commented_on_one_of_your_comments_you_posted_on_the_event": "{full_name} commented on one of your comments you posted on the event \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_gender_event_comments": "{full_name} commented on one of {gender} event comments.",
  "full_name_commented_on_one_of_row_full_name_s_event_comments": "{full_name} commented on one of {row_full_name}'s event comments.",
  "full_name_commented_on_one_of_gender_own_comments_on_the_event": "{full_name} commented on one of {gender} own comments on the event \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_row_full_name_s": "{full_name} commented on one of {row_full_name}'s comments on the event \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_span_class_drop_data_user_row_full_name_s_span_comment_on_the_event_title": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> comment on the event \"{title}\"",
  "users_commented_on_gender_own_comment_on_the_event_title": "{users} commented on {gender} own comment on the event \"{title}\"",
  "users_commented_on_one_of_your_comments_on_the_event_title": "{users} commented on one of your comments on the event \"{title}\"",
  "users_commented_on_one_of_span_class_drop_data_user_row_full_name_s_span_comments_on_the_event_title": "{users} commented on one of <span class=\"drop_data_user\">{row_full_name}'s<\/span> comments on the event \"{title}\"",
  "users_commented_on_span_class_drop_data_user_row_full_name_s_span_event_title": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> event \"{title}\"",
  "users_commented_on_gender_own_event_title": "{users} commented on {gender} own event \"{title}\"",
  "users_commented_on_your_event_title": "{users} commented on your event \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_comment_on_the_event_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> comment on the event \"{title}\"",
  "users_liked_gender_own_comment_on_the_event_title": "{users} liked {gender} own comment on the event \"{title}\"",
  "users_liked_one_of_your_comments_on_the_event_title": "{users} liked one of your comments on the event \"{title}\"",
  "users_liked_one_on_span_class_drop_data_user_row_full_name_s_span_comments_on_the_event_title": "{users} liked one on <span class=\"drop_data_user\">{row_full_name}'s<\/span> comments on the event \"{title}\"",
  "users_liked_gender_own_event_title": "{users} liked {gender} own event \"{title}\"",
  "users_liked_your_event_title": "{users} liked your event \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_event_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> event \"{title}\"",
  "users_invited_you_to_the_event_title": "{users} invited you to the event \"{title}\"",
  "in_the_event_a_href_link_title_a": "In the event <a href=\"{link}\">{title}<\/a>",
  "who_can_share_events": "Who can share events?",
  "who_can_view_browse_events": "Who can view\/browse events?",
  "event": "Event",
  "responded": "Responded",
  "invited": "Invited",
  "invites": "Invites",
  "by": "by",
  "full_name_wrote_a_comment_on_your_event_title": "{full_name} wrote a comment on your event \"{title}\".",
  "full_name_wrote_a_comment_on_your_event_message": "{full_name} wrote a comment on your event \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_link_on_name_s_event_a": "<a href=\"{link}\">On {name}'s event<\/a>",
  "event_s_successfully_approved": "Event(s) successfully approved.",
  "event_s_successfully_deleted": "Event(s) successfully deleted.",
  "successfully_added_a_photo_to_your_event": "Successfully added a photo to your event.",
  "user_name_tagged_you_in_a_comment_in_an_event": "{user_name} tagged you in a comment in an event",
  "menu_event_events_532c28d5412dd75bf975fb951c740a30": "Events",
  "setting_cache_events_per_user": "<title>Profile Event Count<\/title><info>Avoids querying for count in event.callback getTotalItemCount (called when going to a profile).<\/info>",
  "setting_cache_upcoming_events_info": "<title>Cache Upcoming Events (Hours)<\/title><info>Cache the upcoming event in hours.<\/info>",
  "gmap_holder": "GMap holder",
  "module_facebook": "Facebook Module",
  "module_friend": "Friend",
  "setting_group_facebook_connect": "<title>Facebook Connect<\/title><info>Facebook Connect<\/info>",
  "setting_facebook_api_key": "<title>Facebook API Key<\/title><info>Provide the API Key for your Facebook application.<\/info>",
  "setting_facebook_secret": "<title>Facebook Secret<\/title><info>Provide the secret key for your Facebook application.<\/info>",
  "setting_enable_facebook_connect": "<title>Enable Facebook Connect<\/title><info>Set this to <b>True<\/b> to enable Facebook connect.<\/info>",
  "please_hold_while_you_are_redirected": "Please hold while you are redirected...",
  "setting_facebook_app_id": "<title>Application ID<\/title><info>Provide the Application ID for your Facebook application.<\/info>",
  "facebook_connect": "Facebook Connect",
  "the_email_you_have_associated_with_facebook_is_already_in_use": "The email you have associated with Facebook is already in use on our website and cannot be used with this account.",
  "setting_facebook_like_blog": "<title>Enable Facebook Like Button (Blogs)<\/title><info>Enable to use the Facebook Like Button feature.<\/info>",
  "setting_facebook_like_photo": "<title>Enable Facebook Like Button (Photo)<\/title><info>Enable to use the Facebook Like Button feature.<\/info>",
  "setting_facebook_like_event": "<title>Enable Facebook Like Button (Events)<\/title><info>Enable to use the Facebook Like Button feature.<\/info>",
  "setting_facebook_like_marketplace": "<title>Enable Facebook Like Button (Marketplace)<\/title><info>Enable to use the Facebook Like Button feature.<\/info>",
  "facebook_sync": "Facebook Sync",
  "please_take_a_moment_to_sync_your_facebook_account_with_our_community": "Please take a moment to sync your Facebook account with our community.",
  "facebook_connect_account_issues": "Facebook Connect Account Issues",
  "we_already_have_an_account_created_with_us": "We already have an account created with us with the same email you have on Facebook. Would you like to sync both accounts?",
  "note_that_if_you_sync_both_accounts": "Note that if you sync both accounts you will not be able to use the original account here other then logging in with Facebook Connect.",
  "yes_sync_both_accounts": "Yes, sync both accounts.",
  "no_do_not_sync_both_accounts": "No, do not sync both accounts.",
  "you_have_chosen_to_not_sync_both_accounts": "You have chosen to not sync both accounts. To complete this process please remove this Facebook Connection here:",
  "unable_to_login": "Unable to login.",
  "unable_to_fetch_your_facebook_account": "Unable to fetch your Facebook account.",
  "unable_to_fetch_your_full_name_from_facebook": "Unable to fetch your full name from Facebook.",
  "your_account_is_synced_with_your_facebook_account": "Your account is synced with your Facebook account. Please login using Facebook Connect.",
  "connecting_to_facebook_please_hold": "Connecting to Facebook. Please hold...",
  "successfully_unlinked_your_facebook_account": "Successfully unlinked your Facebook account.",
  "unlink_facebook_connect": "Unlink Facebook Connect",
  "facebook_unlink_info": "You are about to unlink the account you have with us from your Facebook account. In order to do this, you will have to have a valid email and password with us. To complete the process please fill out the form below.",
  "enter_a_password": "Enter a password.",
  "you_have_successfully_unlinked_your_facebook_account_from_our_site": "You have successfully unlinked your Facebook account from our site.",
  "to_complete_this_process_make_sure_to_remove_our_app_from_your_facebook_account_you_can_do_this_here": "To complete this process make sure to remove our App from your Facebook account. You can do this here",
  "our_app_seems_to_have_been_uninstalled": "Our app seems to have been uninstalled from your Facebook account. In order to continue using our site please unlink your account with us from your Facebook. In order to do this you will have to have a valid email and password with us. To complete the process please fill out the form below.",
  "unlink_facebook_account": "Unlink Facebook Account",
  "unable_to_find_security_token_dot": "Unable to find security token.",
  "server_is_missing_the_php_function_json_decode_dot": "Server is missing the PHP function json_decode().",
  "module_feed": "Feed",
  "setting_feed_display_time_stamp": "<title>Feed Time Stamps<\/title><info>Time stamps displayed on feeds.<\/info>",
  "user_setting_can_post_comment_on_feed": "Can post a comment on a feed?",
  "setting_allow_comments_on_feeds": "<title>Allow Comments On Feeds<\/title><info>Set to <b>True<\/b> if you would like to allow comments on news feeds.<\/info>",
  "setting_user_feed_display_limit": "<title>Array of Display Limits (User Selection)<\/title><info>This array defines what users can select to modify the global display limit of feeds on their dashboard and profile.<\/info>",
  "user_setting_can_remove_feeds_from_dashboard": "Can remove feeds from their dashboard?",
  "user_setting_can_remove_feeds_from_profile": "Can remove feeds from their own profile?",
  "you_do_not_have_permission_to_add_a_comment_on_this_persons_profile": "You do not have permission to add a comment on this persons profile.",
  "posting_a_comment_a_little_too_soon": "Posting a comment a little too soon.",
  "updates": "Updates",
  "invalid_user": "Invalid user.",
  "missing_feed_id": "Missing feed ID#",
  "invalid_feed_id": "Invalid feed ID#",
  "full_name_left_you_a_comment_on_site_title": "{full_name} left you a comment on {site_title}.",
  "full_name_left_you_a_comment_on_site_title_to_view_this_comment": "{full_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "on_name_s_feed": "On {name}'s feed.",
  "adding_your_comment": "Adding your comment",
  "user_link_wrote": "{user_link} wrote...",
  "viewer_full_name_wrote_on_owner_full_name_s_profile": "<a href=\"{viewer_user_link}\">{viewer_full_name}<\/a> wrote on <a href=\"{owner_user_link}\">{owner_full_name}'s<\/a> profile...",
  "show_total_left_more_comments": "Show {total_left} more comments...",
  "total_feeds_to_display": "Total feeds to display",
  "user_setting_can_delete_own_feed": "Can delete own feed?",
  "user_setting_can_edit_own_user_status": "Can edit own user status?",
  "user_setting_can_delete_other_feeds": "Can delete other feeds?",
  "user_setting_can_edit_other_user_status": "Can edit other user status?",
  "feed_successfully_deleted": "Feed successfully deleted.",
  "owner_full_name_commented_on_full_names_feed": "<a href=\"{owner_link}\">{owner_full_name}<\/a> commented on <a href=\"{viewer_link}\">{viewer_full_name}'s <a href=\"{link}\">feed<\/a>.",
  "a_href_owner_link_owner_full_name_a_commented_on_their_own_a_href_link_feed_a": "<a href=\"{owner_link}\">{owner_full_name}<\/a> commented on their own <a href=\"{link}\">feed<\/a>.",
  "write_a_comment": "Write a comment...",
  "viewing_feed_with_a_comment_id": "Viewing Feed with a Comment: #{id}",
  "viewing_feed_id": "Viewing Feed: #{id}",
  "full_name_commented_on_their_own_profile": "<a href=\"{user_link}\">{full_name}<\/a> wrote on their own <a href=\"{user_link}\">profile<\/a>.",
  "the_activity_feed_you_are_looking_for_does_not_exist": "The activity feed you are looking for does not exist.",
  "nobody_likes_this": "Nobody liked this.",
  "you_like_this": "You liked this.",
  "people_who_like_this": "People who liked this",
  "user_link_likes_this": "{user_link} liked this.",
  "you_and_user_link_like_this": "You and {user_link} liked this.",
  "you": "You",
  "other_person": "other person",
  "others": "others",
  "like_this": "liked this",
  "like": "Like",
  "unlike": "Unlike",
  "you_have_already_liked_this_feed": "You have already \"liked\" this feed.",
  "user_link_and_user_link_like_this": "{user_link_owner} and {user_link} like this.",
  "the_feed_you_are_trying_to_like_unlike_does_not_exist_any_longer": "The feed you are trying to like\/unlike does not exist any longer.",
  "successfully_added_your_comment": "Successfully added your comment",
  "successfully_liked_this_feed": "Successfully liked this feed",
  "successfully_unliked_this_feed": "Successfully unliked this feed",
  "not_a_valid_feed": "Not a valid feed.",
  "total_comments": "{total} Comments",
  "1_comment": "1 Comment",
  "profile_comments": "Profile Comments",
  "profile_comment_s_successfully_approved": "Profile comment(s) successfully approved.",
  "nothing_to_approve_at_this_time": "Nothing to approve at this time.",
  "profile_comment_s_successfully_deleted": "Profile comment(s) successfully deleted.",
  "profile_feed_comments": "Profile Feed Comments",
  "owner": "Owner",
  "posted_on": "Posted On",
  "deny_selected": "Deny Selected",
  "setting_total_likes_to_display": "<title>Total Likes to Display<\/title><info>Define how many users should be displayed when an item\/feed is Liked.<\/info>",
  "setting_height_for_resized_videos": "<title>Height for Resized Videos<\/title><info>If the setting \"Resize Embedded Videos\" (in Content Formatting) is enabled, how tall should the embedded video be?\r\n\r\nPlease remember that this setting depends on \"Resize Embedded Videos\" to be enabled.<\/info>",
  "setting_width_for_resized_videos": "<title>Width for Resized Videos<\/title><info>If the setting \"Resize Embedded Videos\" (in Content Formatting) is enabled, how wide should the embedded video be?\r\n\r\nPlease remember that this setting depends on \"Resize Embedded Videos\" to be enabled.<\/info>",
  "setting_refresh_activity_feed": "<title>Refresh Activity Feed (Seconds)<\/title><info>This setting controls if you want to find new updates in the activity feed without having the user to refresh the page. This will use AJAX and the value of this setting has to be a number in seconds. If you want this feature to be disabled set it to the number zero (0). <b>Warning: <\/b>Recommended value is about 30 ~ 60 seconds. If the value is too small, it can cause problems on site performance.<\/info>",
  "setting_feed_limit_days": "<title>Feed Limit (Days)<\/title><info>This setting controls how many days we should look back when displaying feeds. If you set this to 0 it will look for all the feeds. We advice to add a limit to keep your site fresh. Note that this setting does not apply when viewing a users profile as it will list all of their feeds.<\/info>",
  "write_something": "Write something...",
  "post_as": "Post as",
  "share_this_on": "Share This On",
  "facebook": "Facebook",
  "twitter": "Twitter",
  "1_new_update": "1 new update",
  "span_id_js_new_update_view_span_new_updates": "<span id=\"js_new_update_view\"><\/span> new updates",
  "recent_activity": "Recent Activity",
  "there_are_no_new_feeds_to_view_at_this_time": "There are no new feeds to view at this time.",
  "delete_this_feed": "Delete this feed",
  "play": "Play",
  "see_total_more_posts_from_full_name": "See {total} more posts from {full_name}",
  "tweet": "Tweet",
  "posted_a_blog": "posted a blog.",
  "created_a_poll": "created a poll.",
  "is_now_friends_with": "is now friends with",
  "updated_gender_profile_photo": "updated {gender} profile photo.",
  "content_on_a_href_link_parent_full_name_a_s_a_href_wall_link_wall_a": "\"{content}\" on <a href=\"{link}\">{parent_full_name}<\/a>'s <a href=\"{wall_link}\">wall<\/a>.",
  "shared_a_video": "shared a video",
  "full_name_posted_a_href_link_a_video_a_on_a_href_profile_parent_full_name_a_s_a_href_profile_link_wall_a": "{full_name} posted <a href=\"{link}\">a video<\/a> on <a href=\"{profile}\">{parent_full_name}<\/a>'s <a href=\"{profile_link}\">wall<\/a>.",
  "created_an_event": "created an event.",
  "created_a_listing": "created a listing.",
  "shared_a_song": "shared a song.",
  "shared_a_song_from_gender_album_a_href_album_link_album_name_a": "shared a song from {gender} album \"<a href=\"{album_link}\">{album_name}<\/a>\".",
  "updated_gender_profile_information": "updated {gender} profile information.",
  "shared_a_photo": "shared a photo",
  "shared_a_few_photos": "shared a few photos",
  "added_new_photos_to_gender_album_a_href_link_name_a": "added new photos to {gender} album \"<a href=\"{link}\">{name}<\/a>\"",
  "tagged_a_href_row_link_full_name_a_on_gender_a_href_link_photo_a": "tagged <a href=\"{row_link}\">{full_name}<\/a> on {gender} <a href=\"{link}\">photo<\/a>.",
  "tagged_a_href_row_link_full_name_a_on_a_href_photo_user_name_photo_full_name_a_a_href_link_photo_a": "tagged <a href=\"{row_link}\">{full_name}<\/a> on <a href=\"{photo_user_name}\">{photo_full_name}<\/a> <a href=\"{link}\">photo<\/a>.",
  "created_a_quiz": "created a quiz.",
  "replied_on_gender_thread_a_href_link_title_a": "replied on {gender} thread \"<a href=\"{link}\">{title}<\/a>\".",
  "replied_on_a_href_user_name_full_name_a_s_thread_a_href_link_title_a": "replied on <a href=\"{user_name}\">{full_name}<\/a>'s thread \"<a href=\"{link}\">{title}<\/a>\".",
  "posted_a_thread": "posted a thread.",
  "feed_deletion": "Feed Deletion",
  "unable_to_delete_this_entry": "Unable to delete this entry.",
  "news_feed": "News Feed",
  "full_name_commented_on_one_of_your_wall_comments": "{full_name} commented on one of your wall comments.",
  "full_name_commented_on_one_of_your_wall_comments_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on one of your wall comments.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_gender_wall_comments": "{full_name} commented on one of {gender} wall comments.",
  "full_name_commented_on_one_of_row_full_name_s_wall_comments": "{full_name} commented on one of {row_full_name}'s wall comments.",
  "full_name_commented_on_one_of_gender_wall_comments_message": "{full_name} commented on one of {gender} wall comments.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_row_full_name_s_wall_comments_message": "{full_name} commented on one of {row_full_name}'s wall comments.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_one_of_gender_wall_comments": "{users} commented on one of {gender} wall comments",
  "users_commented_on_one_of_your_wall_comments": "{users} commented on one of your wall comments",
  "users_commented_on_one_of_span_class_drop_data_user_row_full_name_s_span_wall_comments": "{users} commented on one of <span class=\"drop_data_user\">{row_full_name}'s<\/span> wall comments",
  "users_commented_on_gender_wall": "{users} commented on {gender} wall",
  "users_commented_on_your_wall": "{users} commented on your wall",
  "users_commented_on_one_span_class_drop_data_user_row_full_name_span_wall": "{users} commented on one <span class=\"drop_data_user\">{row_full_name}<\/span> wall",
  "users_liked_your_comment_text_that_you_posted": "{users} liked your comment \"{text}\" that you posted.",
  "users_liked_gender_own_comment_content": "{users} liked {gender} own comment \"{content}\"",
  "users_liked_your_comment_content_that_you_posted_on_span_class_drop_data_user_parent_full_name_s_span_wall": "{users} liked your comment \"{content}\" that you posted on  <span class=\"drop_data_user\">{parent_full_name}'s<\/span> wall",
  "users_liked_span_class_drop_data_user_full_name_s_span_comment_content": "{users} liked <span class=\"drop_data_user\">{full_name}'s<\/span> comment \"{content}\"",
  "setting_twitter_share_via": "<title>Twitter Share VIA<\/title><info>Provide your sites Twitter profile user name.<\/info>",
  "find_missing_share_buttons": "Find Missing \"Share\" Buttons",
  "status_update_iid": "Status Update: #{iId}",
  "link_iid": "Link: #{iId}",
  "poke_iid": "Poke: #{iId}",
  "wall_comment_iid": "Wall Comment: #{iId}",
  "feed": "Feed",
  "full_name_wrote_a_comment_on_your_wall": "{full_name} wrote a comment on your wall.",
  "full_name_wrote_a_comment_on_your_wall_message": "{full_name} wrote a comment on your <a href=\"{link}\">wall<\/a>.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "menu_feed_news_feed_532c28d5412dd75bf975fb951c740a30": "News Feed",
  "comments_on_profiles": "Comments on Profiles",
  "shared": "shared...",
  "successfully_shared_this_item_on_your_friends_wall": "Successfully shared this item on your friends wall.",
  "successfully_shared_this_item": "Successfully shared this item.",
  "now": "Now",
  "set_a_date": "Set a Date",
  "setting_add_feed_for_comments": "<title>Add Comments as Feeds<\/title><info>If this setting is enabled it will add comments that are added to items such as videos, blogs, photos etc... as its own feed entry.<\/info>",
  "top_stories": "Top Stories",
  "most_recent": "Most Recent",
  "update_feed_time_stamps": "Update Feed Time Stamps",
  "update_feed_time_stamps_for_pages": "Update Feed Time Stamps for Pages",
  "update_feed_time_stamps_for_events": "Update Feed Time Stamps for Events",
  "report_this_entry": "Report this entry",
  "posted_on_parent_full_names_wall": "posted on <a href=\"{parent_user_name}\">{parent_full_name}<\/a>&#039;s wall.",
  "setting_enable_check_in": "<title>Enable Check-In<\/title><info>If enabled users will be able to choose their location when posting a status update.\r\n\r\nThis setting also allows pages to define their location. Pages with a location defined will show up in the list of establishments when the user is posting a status update.\r\n\r\nFor this to work you need to have entered the Google API Key (<setting>google_api_key<\/setting><\/info>) or the IP Info DB Key (<setting>ip_infodb_api_key<\/setting>)",
  "at_location": "at {location}",
  "not_here": "Not here?",
  "parent_user_name_commented_on_one_of_your_status_updates": "{parent_user_name} commented on one of your status updates",
  "setting_cache_each_feed_entry": "<title>Activity Feed Entries Cache<\/title><info>Cache each specific feed entry. Saves on queries to the database.<\/info>",
  "user_setting_feed_sponsor_price": "How much does it cost to sponsor a feed post? This works in a CPM basis",
  "user_setting_can_sponsor_feed": "Can members of this user group define a feed as sponsored without paying?",
  "sponsor_in_feed": "Sponsor In Feed",
  "what_s_up": "What's up?",
  "check_in": "Check-in",
  "you_have_number_updates": "You have {number} updates",
  "select_a_friend_to_share_this_with_dot": "Select a friend to share this with.",
  "egift_card_with_message": "egift card with message",
  "method_deprecated_since_2_dot1_dot0beta1": "Method deprecated since 2.1.0beta1",
  "posting_as": "Posting as",
  "show_more": "Show More",
  "view_more_plus": "More +",
  "setting_allow_choose_sort_on_feeds": "<title>Allow choose sort type on Main feeds<\/title><info>Set <b>true<\/b> to allow users can choose sort type of main feeds in home page.<\/info>",
  "module_forum": "Forum",
  "menu_forum": "Forum",
  "setting_forum_user_time_stamp": "<title>Forum User Time Stamp<\/title><info>Forum User Time Stamp<\/info>",
  "admin_menu_add": "Add",
  "user_setting_can_stick_thread": "Can stick a forum thread?",
  "user_setting_can_close_a_thread": "Can close a thread?",
  "user_setting_can_post_announcement": "Can post an announcement?",
  "setting_total_posts_per_thread": "<title>Show posts per thread at first time<\/title><info>Show posts per thread at first time<\/info>",
  "user_setting_can_delete_own_post": "Can delete their own post?",
  "user_setting_can_delete_other_posts": "Can delete other posts?",
  "user_setting_can_add_new_forum": "Can add a new public forum?",
  "user_setting_can_edit_forum": "Can edit a public forum?",
  "user_setting_can_manage_forum_moderators": "Can manage forum moderators?\r\n\r\n<b>Notice:<\/b> Includes adding, editing and deleting forum moderators.",
  "user_setting_can_delete_forum": "Can delete a public forum?",
  "user_setting_can_edit_own_post": "Can edit own forum post?",
  "user_setting_can_edit_other_posts": "Can edit other forum posts?",
  "user_setting_can_move_forum_thread": "Can move forum threads?",
  "user_setting_can_copy_forum_thread": "Can copy forum threads?",
  "user_setting_can_merge_forum_threads": "Can merge forum threads?",
  "user_setting_can_reply_to_own_thread": "Can reply to own thread?",
  "user_setting_can_reply_on_other_threads": "Can reply on threads posted by other users?",
  "user_setting_can_add_new_thread": "Can post a new thread?",
  "user_setting_can_add_forum_attachments": "Can add attachments to posts?",
  "user_setting_can_add_tags_on_threads": "Can add tags to threads?",
  "user_setting_enable_captcha_on_posting": "Enable Captcha protection when posting within the forums?",
  "setting_total_forum_tags_display": "<title>Total Tag Display<\/title><info>Define how many tags should be displayed within the tag cloud for the forum.<\/info>",
  "user_setting_forum_thread_flood_control": "Define how many minutes this user group should wait before they can post a new thread.\r\n\r\n<b>Note:<\/b> Set to <b>0<\/b> if there should be no limit.",
  "user_setting_forum_post_flood_control": "Define how many minutes this user group should wait before they can post a new reply to a thread. \r\n\r\nNote: Set to 0 if there should be no limit.",
  "rss_group_name_3": "Forum",
  "rss_title_4": "Latest Forum Topics",
  "rss_description_4": "List of the latest topics from our public forum.",
  "setting_rss_feed_on_each_forum": "<title>RSS Feed within Forums<\/title><info>Set to <b>True<\/b> to enable RSS feeds for each forum.<\/info>",
  "setting_enable_rss_on_threads": "<title>RSS Feed on Threads<\/title><info>Set to <b>True<\/b> to enable RSS feeds on threads.<\/info>",
  "user_setting_points_forum": "Points received when adding a thread\/post within the forum.",
  "only_members_can_add_a_reply_to_threads": "Only members can add a reply to threads.",
  "thread_is_closed_for_posting": "Thread is closed for posting.",
  "insufficient_permission_to_reply_to_this_thread": "Insufficient permission to reply to this thread.",
  "posting_a_reply_a_little_too_soon": "Posting a reply a little too soon.",
  "select_moderators": "Select moderators.",
  "not_permitted_to_move_threads": "Not permitted to move threads.",
  "thread_successfully_moved": "Thread successfully moved.",
  "you_are_not_permitted_to_move_this_thread_to_this_specific_forum": "You are not permitted to move this thread to this specific forum.",
  "successfully_copied_the_thread": "Successfully copied the thread.",
  "you_are_not_permitted_to_copy_this_thread_to_this_specific_forum": "You are not permitted to copy this thread to this specific forum.",
  "unstick_thread": "Unstick Thread",
  "stick_thread": "Stick Thread",
  "thread_successfully_unstuck": "Thread successfully unstuck.",
  "thread_successfully_stuck": "Thread successfully stuck.",
  "open_thread": "Open Thread",
  "thread_successfully_closed": "Thread successfully closed.",
  "close_thread": "Close Thread",
  "thread_successfully_opened": "Thread successfully opened.",
  "not_allowed_to_merge_threads_from_this_specific_forum": "Not allowed to merge threads from this specific forum.",
  "threads_successfully_merged": "Threads successfully merged.",
  "not_a_valid_thread_to_copy": "Not a valid thread to copy.",
  "not_a_valid_thread_to_move": "Not a valid thread to move.",
  "recent_topics": "Recent Topics",
  "provide_a_name_for_your_forum": "Provide a name for your forum.",
  "forum_successfully_updated": "Forum successfully updated.",
  "forum_successfully_added": "Forum successfully added.",
  "editing_forum": "Editing Forum",
  "create_new_form": "Create New Form",
  "forum_order_successfully_updated": "Forum order successfully updated.",
  "forum_successfully_deleted": "Forum successfully deleted.",
  "manage_forums": "Manage Forums",
  "successfully_unsubscribed_to_thread_s": "Successfully unsubscribed to thread(s).",
  "successfully_subscribed_to_thread_s": "Successfully subscribed to thread(s).",
  "no_results_found": "No results found.",
  "not_a_valid_forum": "Not a valid forum.",
  "forum": "Forum",
  "threads_tagged_with": "Threads tagged with",
  "new_posts": "New Posts",
  "my_threads": "My Threads",
  "subscriptions": "Subscriptions",
  "group_forum": "Group Forum",
  "forum_section_is_closed": "Forum section is closed.",
  "not_a_valid_thread": "Not a valid thread.",
  "insufficient_permission_to_edit_this_thread": "Insufficient permission to edit this thread.",
  "forum_is_closed": "Forum is closed.",
  "provide_a_title_for_your_thread": "Provide a title for your thread.",
  "provide_some_text": "Provide some text.",
  "thread_successfully_updated": "Thread successfully updated.",
  "posting_a_new_thread_a_little_too_soon": "Posting a new thread a little too soon.",
  "editing_thread": "Editing Thread",
  "post_new_thread": "Post New Thread",
  "not_a_valid_post": "Not a valid post.",
  "thread_is_closed": "Thread is closed.",
  "thread_is_an_announcement_not_allowed_to_leave_a_reply": "Thread is an announcement. Not allowed to leave a reply.",
  "editing_post": "Editing Post",
  "post_new_reply": "Post New Reply",
  "forum_successfully_marked_as_read": "Forum successfully marked as read.",
  "rss_feeds_are_disabled_for_threads": "RSS feeds are disabled for threads.",
  "not_a_valid_group": "Not a valid group.",
  "latest_threads_in_group_forum": "Latest threads in group forum",
  "latest_threads_on": "Latest threads on",
  "thread": "Thread",
  "can_edit_posts": "Can edit posts?",
  "can_delete_posts": "Can delete posts?",
  "can_post_announcements": "Can post announcements?",
  "can_stick_threads": "Can stick threads?",
  "can_move_threads": "Can move threads?",
  "can_copy_threads": "Can copy threads?",
  "can_close_threads": "Can close threads?",
  "can_merge_threads": "Can merge threads?",
  "can_reply_to_threads": "Can reply to threads?",
  "can_post_a_new_thread": "Can post a new thread?",
  "latest_posts_in": "Latest posts in",
  "latest_forum_posts_on": "Latest forum posts on",
  "reply_to_thread_title": "Reply to thread \"{title}\".",
  "full_name_has_just_replied_to_the_thread_title": "{full_name} has just replied to the thread \"{title}\".\r\n\r\nTo view this thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "not_a_valid_forum_url_missing_forum_path": "Not a valid forum URL. Missing forum path.",
  "not_a_valid_forum_url_missing_thread_id": "Not a valid forum URL. Missing thread ID.",
  "not_a_valid_forum_url_thread_is_not_valid": "Not a valid forum URL. Thread is not valid.",
  "not_a_valid_forum_url_merging_thread_is_not_valid": "Not a valid forum URL. Merging thread is not valid.",
  "you_cannot_merge_the_same_thread": "You cannot merge the same thread.",
  "you_cannot_merge_this_thread_as_it_belongs_to_another_group_forum": "You cannot merge this thread as it belongs to another group\/forum.",
  "select_a_forum_this_announcement_will_belong_to": "Select a forum this announcement will belong to.",
  "owner_full_name_added_a_new_thread": "<a href=\"{user_link}\">{owner_full_name}<\/a> added a new thread \"<a href=\"{title_link}\">{title}<\/a>\"",
  "view_forum": "View Forum",
  "forum_posts": "Forum Posts",
  "full_name_replied_to_the_thread_title": "<a href=\"{user_link}\">{full_name}<\/a> replied to the thread \"<a href=\"{link}\">{title}<\/a>\".",
  "forum_subscriptions": "Forum Subscriptions",
  "forum_post_text": "Forum Post Text",
  "post_time": "Post Time",
  "author": "Author",
  "replies": "Replies",
  "last_day": "Last Day",
  "last_2_days": "Last 2 Days",
  "last_week": "Last Week",
  "last_10_days": "Last 10 Days",
  "last_2_weeks": "Last 2 Weeks",
  "last_month": "Last Month",
  "last_45_days": "Last 45 Days",
  "last_2_months": "Last 2 Months",
  "last_75_days": "Last 75 Days",
  "last_100_days": "Last 100 Days",
  "last_year": "Last Year",
  "beginning": "Beginning",
  "latest_threads_in": "Latest threads in",
  "global_moderator_permissions": "Global Moderator Permissions",
  "moderator_permissions": "Moderator Permissions",
  "provide_a_reply": "Provide a reply.",
  "adding_your_reply": "Adding your reply",
  "post_successfully_deleted": "Post successfully deleted.",
  "post_and_thread_successfully_deleted": "Post and thread successfully deleted.",
  "thread_successfully_deleted": "Thread successfully deleted.",
  "manage_moderators": "Manage Moderators",
  "moderators": "Moderators",
  "new_title": "New Title",
  "copying": "Copying",
  "destination_forum": "Destination Forum",
  "copy_thread": "Copy Thread",
  "sub_forum": "Sub-Forum",
  "threads": "Threads",
  "posts": "Posts",
  "last_post": "Last Post",
  "forum_is_closed_for_posting": "Forum is Closed for Posting",
  "forum_contains_no_new_posts": "Forum Contains No New Posts",
  "forum_contains_new_posts": "Forum Contains New Posts",
  "moderated_by": "Moderated by",
  "by_user_link_on_time_stamp_phrase": "by {user_link}<br \/>\r\non <a href=\"{link}\">{time_stamp_phrase}<\/a>",
  "sub_forums": "Sub-Forums",
  "merge_threads": "Merge Threads",
  "move_thread": "Move Thread",
  "moving": "Moving",
  "no_forum_threads": "No forum threads.",
  "posted_by_user_link_on_time_stamp_phrase": "Posted by {user_link} on {time_stamp_phrase}",
  "registered": "Registered",
  "topic": "Topic",
  "title_posted_in_forum_name": "<a href=\"{link}\">{title}<\/a> posted in <a href=\"{forum_link}\">{forum_name}<\/a>.",
  "last_update_on_time_stamp_by_update_user": "Last update on {time_stamp} by {update_user}.",
  "edit_this_post": "Edit this post.",
  "delete_this_post": "Delete this post.",
  "report_a_post": "Report a Post",
  "quote_full_name_s_reply": "Quote {full_name}'s reply.",
  "multi_quote_this_message": "Multi-Quote this message.",
  "no_new_posts": "No new posts",
  "sticky": "Sticky",
  "by_user_link_on_time_stamp_phrase_no_break": "by {user_link} on {time_stamp_phrase}",
  "by_user_link_on_time_stamp_phrase_in_forum_name": "by {user_link} on {time_stamp_phrase} in <a href=\"{forum_link}\">{forum_name}<\/a>",
  "by_user_link": "by {user_link}",
  "all_times_are_gmt_time_zone_the_time_now_is_current_time": "All times are GMT{time_zone}. The time now is {current_time}.",
  "forum_details": "Forum Details",
  "parent_forum": "Parent Forum",
  "is_a_category": "Is a Category",
  "closed": "Closed",
  "no_forums_created_yet": "No forums created yet.",
  "create_a_new_forum": "Create a New Forum",
  "edit_forum": "Edit Forum",
  "add_child_forum": "Add Child Forum",
  "delete_forum": "Delete Forum",
  "subscribe_to_this_forum": "Subscribe to this forum.",
  "new_thread": "New Thread",
  "forum_tools": "Forum Tools",
  "mark_this_forum_read": "Mark This Forum Read",
  "search_this_forum": "Search This Forum...",
  "show_threads": "Show Threads",
  "show_posts": "Show Posts",
  "advanced_search": "Advanced Search",
  "subscribe": "Subscribe",
  "unsubscribe": "Unsubscribe",
  "nothing_found": "Nothing found.",
  "no_threads_were_posted_yet": "No threads were posted yet.",
  "be_the_first_to_post_a_thread": "Be the First to Post a Thread.",
  "mark_forums_read": "Mark Forums Read",
  "subscribed_threads": "Subscribed Threads",
  "no_forums_have_been_created": "No forums have been created.",
  "statistics": "Statistics",
  "select_a_parent_forum": "Select a parent forum",
  "announcement_will_be_included_in_child_forums": "Announcement will be included in child forums.",
  "topic_preview_newest_first": "Topic Preview (Newest First)",
  "this_thread_has_more_than_total_setting_replies": "This thread has more than {total_setting} replies. Click <a href=\"{link}\">here<\/a> to review the whole thread.",
  "search_for_keyword_s": "Search for keyword(s)",
  "search_for_author": "Search for author",
  "find_in_forum": "Find in forum",
  "display_results_as": "Display results as",
  "subscribe_to_this_thread": "Subscribe to this thread.",
  "new_reply": "New Reply",
  "thread_tools": "Thread Tools",
  "edit_thread": "Edit Thread",
  "delete_thread": "Delete Thread",
  "quick_reply": "Quick Reply",
  "post_quick_reply": "Post Quick Reply",
  "full_name_replied_to_the_thread_title_with_link": "<a href=\"{user_link}\">{full_name}<\/a> replied to the thread \"<a href=\"{thread_link}\">{title}<\/a>\".",
  "user_setting_can_view_forum": "Can browse and view the forum module?",
  "forum_thread_post_count": "Forum Thread\/Post Count",
  "a_href_user_link_full_name_a_likes_your_forum_a_href_link_thread_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your forum <a href=\"{link}\">thread<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_forum_a_href_link_thread_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own forum <a href=\"{link}\">thread<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_forum_a_href_link_thread_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s forum <a href=\"{link}\">thread<\/a>.",
  "a_href_user_link_full_name_a_likes_your_forum_a_href_link_post_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your forum <a href=\"{link}\">post<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_forum_a_href_link_reply_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own forum <a href=\"{link}\">reply<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_forum_a_href_link_reply_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s forum <a href=\"{link}\">reply<\/a>.",
  "viewing_single_post": "Viewing Single Post",
  "forum_user_post_count": "Forum User Post Count",
  "update_forum_last_post": "Update Forum Last Post",
  "user_setting_can_sponsor_thread": "Can members of this user group mark a thread as sponsored?",
  "sponsor": "Sponsor",
  "you_are_not_allowed_to_mark_threads_as_sponsor": "You are not allowed to mark threads as sponsor.",
  "unsponsor": "Unsponsor",
  "thread_successfully_sponsored": "Thread Successfully Sponsored",
  "thread_successfully_unsponsored": "Thread Successfully Unsponsored",
  "user_setting_forum_thread_sponsor_price": "How much is the sponsor space worth for forum threads?\r\nThis works in a CPM basis.",
  "user_setting_approve_forum_thread": "Approve threads before they are displayed publicly?",
  "user_setting_can_approve_forum_thread": "Can approve forum threads?",
  "thread_is_pending_approval": "Thread is pending approval.",
  "thread_approved_on_site_title": "Thread Approved on {site_title}",
  "your_thread_title_on_site_title_has_been_approved": "Your thread \"{thread_title}\" on {site_title} has been approved. To view your thread follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "forum_threads": "Forum Threads",
  "can_approve_threads": "Can approve threads?",
  "approve_thread": "Approve Thread",
  "approved": "Approved",
  "can_approve_posts": "Can approve posts?",
  "user_setting_approve_forum_post": "Approve forum posts before they are displayed publicly?",
  "your_post_has_successfully_been_added_however_it_is_pending_an_admins_approval_before_it_can_be_displayed_publicly": "Your post has successfully been added, however it is pending an Admins approval before it can be displayed publicly.",
  "user_setting_can_approve_forum_post": "Can approve forum posts?",
  "forum_post_approved_on_site_title": "Forum Post Approved on {site_title}",
  "your_post_that_is_part_of_the_forum_thread_title_on_site_title": "Your post that is part of the forum thread \"{thread_title}\" on {site_title} has been approved. To view your post follow the link below: \r\n<a href=\"{link}\">{link}<\/a>",
  "setting_forum_database_tracking": "<title>Database Tracking<\/title><info>If this option is enabled it will track users by storing the threads they have viewed in the database. As opposed to storing recent threads in cookies and basing if a user has viewed a thread or not on several time stamps. With this feature enabled it is much more accurate, however it requires extra server resources and on large forums it is best to disable this feature.<\/info>",
  "user_setting_auto_publish_sponsored_thread": "After the user has purchased a sponsored space, should the thread be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored thread before it is shown in the site.",
  "you_have_already_given_your_thanks_for_this_post": "You have already given your thanks for this post.",
  "give_your_thanks": "Give your Thanks!",
  "user_setting_can_thank_on_forum_posts": "Can give \"thanks\" on forum posts?",
  "user_setting_can_delete_thanks_by_other_users": "Can delete \"thanks\" added by other users?",
  "remove_this_thank_you": "Remove this Thank You!",
  "the_thank_you_you_are_trying_to_delete_cannot_be_found": "The \"Thank You\" you are trying to delete cannot be found.",
  "you_do_not_have_the_proper_permissions_to_delete_this_thank_you": "You do not have the proper permissions to delete this \"Thank You\".",
  "manage_permissions": "Manage Permissions",
  "user_setting_can_manage_forum_permissions": "Can manage forum permissions?",
  "you_do_not_have_the_proper_permission_to_view_this_thread": "You do not have the proper permission to view this thread.",
  "select_a_user_group_to_assign_special_permissions_for_this_specific_forum": "Select a user group to assign special permissions for this specific forum.",
  "forum_permissions": "Forum Permissions",
  "can_view_forum": "Can view forum?",
  "can_view_thread_content": "Can view thread content?",
  "poll_results": "Poll Results",
  "poll": "Poll",
  "attach_poll": "Attach Poll",
  "click_to_delete_this_poll": "Click to delete this poll.",
  "user_setting_can_add_poll_to_forum_thread": "Can attach polls to forum threads?",
  "the_following_users_say_thank_you": "The following users say Thank You to {full_name} for this useful post",
  "search_options": "Search Options",
  "reply_multi_quoting": "Reply Multi-Quoting",
  "post_a_reply": "Post a Reply",
  "add_some_text": "Add some text.",
  "forum_statistics": "Forum Statistics",
  "pending_threads": "Pending Threads",
  "pending_posts": "Pending Posts",
  "by_full_name_on_time": "by {full_name} on {time}",
  "this_thread_contains_a_poll": "This thread contains a poll.",
  "posted_in": "Posted in",
  "via": "via",
  "forum_tags": "Forum Tags",
  "no_threads_found": "No threads found.",
  "full_name_liked_one_of_your_forum_posts": "{full_name} liked one of your forum posts",
  "full_name_liked_your_one_of_your_forum_posts_in": "{full_name} liked your one of your forum posts in the thread \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this post follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_liked_gender_own_forum_post_in_the_thread_title": "{users} liked {gender} own forum post in the thread \"{title}\"",
  "users_liked_your_forum_post_in_the_thread_title": "{users} liked your forum post in the thread \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_forum_post_in_the_thread_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> forum post in the thread \"{title}\"",
  "users_replied_to_the_thread_title": "{users} replied to the thread \"{title}\"",
  "post_a_new_thread": "Post a New Thread",
  "who_can_start_a_discussion": "Who can start a discussion?",
  "who_can_view_browse_discussions": "Who can view\/browse discussions?",
  "view_additional_options": "View Additional Options",
  "view_thread": "View Thread",
  "discussions": "Discussions",
  "thread_s_successfully_approved": "Thread(s) successfully approved.",
  "thread_s_successfully_deleted": "Thread(s) successfully deleted.",
  "post_s_successfully_approved": "Post(s) successfully approved.",
  "post_s_successfully_deleted": "Post(s) successfully deleted.",
  "report_this_post": "Report this post",
  "thread_contains_new_posts": "Thread contains new posts.",
  "replying_to_a_post_by_full_name": "Replying to a post by {full_name}",
  "menu_forum_forum_532c28d5412dd75bf975fb951c740a30": "Forum",
  "your_thread_has_been_approved": "Your thread \"{thread_title}\" has been approved.",
  "log_in_to_view_thread": "Please log in to view this thread.",
  "your_reply_dot_dot_dot": "Your reply...",
  "your_message_dot_dot_dot": "Your message...",
  "recent_discussions": "Recent Discussions",
  "recent_posts": "Recent Posts",
  "latest_replies": "Latest Replies",
  "you_are_unable_to_create_a_new_post_in_this_forum_dot": "You are unable to create a new post in this forum.",
  "setting_total_recent_posts_display": "<title>Total Recent Posts Display<\/title><info>Define how many posts should be displayed within the Recent Posts block.<\/info>",
  "setting_total_recent_discussions_display": "<title>Total Recent Discussions Display<\/title><info>Define how many discussions should be displayed within the Recent Discussions block.<\/info>",
  "thanks": "Thanks",
  "delete_thanks": "Delete thanks",
  "thanks_count": "{count} thanks",
  "no_one_has_thanked_this_post": "No one has thanked this post",
  "setting_enable_thanks_on_posts": "<title>Enable \"Thanks\" on posts<\/title><info>Set to <b>True<\/b> to enable \"Thanks\" on posts.\r\n<b>Note:<\/b> If you enable \"Thanks\" on posts, the feature \"Like\" on posts will be disable.<\/info>",
  "people_who_thanked_this": "People who thanked this post",
  "menu_top_friends": "Top Friends",
  "menu_online_friends": "Online Friends",
  "create_new_list": "Create New List...",
  "edit_lists": "Edit Lists",
  "view_list": "View List",
  "user_setting_can_add_friends": "Can add friends?",
  "user_setting_can_add_folders": "Can add custom folders?",
  "setting_total_requests_display": "<title>Friend Requests Display Total<\/title><info>How many friend requests should be displayed when a user accepts requests?<\/info>",
  "menu_all_friends": "All Friends",
  "menu_pending_requests": "Pending Requests",
  "menu_friend_friends": "Friends",
  "setting_friend_display_limit": "<title>Friends Display Limit<\/title><info>Define how many friends should be displayed on a users profile and dashboard.<\/info>",
  "setting_enable_birthday_notices": "<title>Enable Birthday Notices<\/title><info>When enabled users will see a list of their friends upcoming birthdays.<\/info>",
  "setting_days_to_check_for_birthday": "<title>How many days in advance to check for birthdays<\/title><info>This setting tells how many days in advance should the script check for.\r\n\r\nSetting it to a number too high may beat the purpose of the feature.\r\n\r\nThe results from this feature cannot be cached, so it is prone to becoming a slow down for your site.\r\n\r\nKeep in mind that you can disable this feature altogether in the setting friend.enable_birthday_notices<\/info>",
  "setting_show_empty_birthdays": "<title>Show Empty Birthdays<\/title><info>When enabled the site will show the block in the dashboard regardless if the user has friends whose birthday is coming or not. \r\n\r\nDisabling it does not mean a performance optimization since the contents are already cached.<\/info>",
  "menu_birthday_e_cards": "Birthday E-Cards",
  "setting_friend_meta_keywords": "<title>Friends Meta Keywords<\/title><info>Meta keywords used when in relation to the Friend module.<\/info>",
  "your_message_has_been_sent": "Your message has been sent.",
  "friend_request_successfully_sent": "Friend request successfully sent.",
  "you_have_reached_your_limit": "You have reached your limit.",
  "top_friends": "Top Friends",
  "remove_from_your_top_friends_list": "Remove from your Top Friends List",
  "add_to_your_top_friends_list": "Add to your Top Friends List",
  "friends_successfully_moved": "Friends successfully moved.",
  "friend_successfully_removed": "Friend successfully removed.",
  "friend_lists": "Friend Lists",
  "birthdays": "Birthdays",
  "my_friends": "My Friends",
  "change_my_top_friends": "Change my \"Top Friends\"",
  "search_friends": "Search Friends",
  "invalid_friend_list": "Invalid friend list.",
  "birthday_e_cards": "Birthday E-Cards",
  "friends_request_successfully_deleted": "Friends request successfully deleted.",
  "pending_friend_requests": "Pending Friend Requests",
  "user_link_has_closed_their_friends_section": "{user_link} has closed their friends section.",
  "full_name_s_friends": "{full_name}'s friends",
  "full_name_is_on_site_title_and_has_total_friends": "{full_name} is on {site_title} and has {total} friends.",
  "full_name_is_connected_with_friends": "{full_name} is connected with {friends}.",
  "sign_up_on_site_title_and_connect_with_full_name_message_full_name_or_add_full_name_as_you": "Sign up on {site_title} and connect with {full_name}, message {full_name}, or add {full_name} as your friend.",
  "not_a_valid_user_to_be_friends_with": "Not a valid user to be friends with.",
  "you_are_already_friends_with_this_user": "You are already friends with this user.",
  "friends_request": "Friends Request",
  "full_name_added_you_as_a_friend_on_site_title": "{full_name} added you as a friend on {site_title}.",
  "full_name_added_you_as_a_friend_on_site_title_to_confirm_this_friend_request": "{full_name} added you as a friend on {site_title}.\r\n\r\nTo confirm this friend request, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "no_friends_requests": "No friends requests.",
  "friend_requests_total": "Friend Requests (<span id=\"js_request_friend_count_total\">{total}<\/span>)",
  "viewer_image_you_and_owner_image_a_href_user_link_full_name_a_are_now_friends": "{viewer_image}You and {owner_image}<a href=\"{user_link}\">{full_name}<\/a> are now friends.",
  "owner_image_you_and_viewer_image_a_href_friend_link_friend_a_are_now_friends": "{owner_image}You and {viewer_image}<a href=\"{friend_link}\">{friend}<\/a> are now friends.",
  "owner_image_a_href_user_link_full_name_a_and_viewer_image": "{owner_image}<a href=\"{user_link}\">{full_name}<\/a> and {viewer_image}<a href=\"{friend_link}\">{friend}<\/a> are now friends.",
  "owner_image_a_href_user_link_full_name_a_and_viewer_image_friends": "{owner_image}<a href=\"{user_link}\">{full_name}<\/a> and {viewer_image}<a href=\"{friend_link}\">{friend}<\/a> are now friends.",
  "new_friend": "New Friend",
  "friend_request": "Friend Request",
  "user_link_wished_you_a_happy_birthday": "{user_link} wished you a happy birthday.",
  "view_friends": "View Friends",
  "user_link_asked_to_be_your_friend": "{user_link} asked to be your friend.",
  "full_name_confirmed_you_as_a_friend_on_site_title": "{full_name} confirmed you as a friend on {site_title}.",
  "full_name_confirmed_you_as_a_friend_on_site_title_to_view_their_profile": "{full_name} confirmed you as a friend on {site_title}.\r\n\r\nTo view their profile, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_wishes_you_a_happy_birthday_on_site_title": "{full_name} wishes you a happy birthday on {site_title}.",
  "full_name_wrote_to_congratulate_you_on_your_birthday_on_site_title": "{full_name} wrote to congratulate you on your birthday on {site_title}.\r\n\r\nTo view this message, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "adding_new_list": "Adding New List",
  "total_friend": "{total} friend",
  "total_friends": "{total} friends",
  "friend_requests": "Friend Requests",
  "you_are_now_friends_with_user_link": "You are now friends with {user_link}.",
  "add_to_a_friend_list": "Add to a friend list...",
  "lists": "Lists...",
  "create_a_new_list": "Create a New List...",
  "create": "Create",
  "show_all_lists": "Show all lists...",
  "accept": "Accept",
  "no_birthdays_coming_up": "No birthdays coming up.",
  "birthday_e_card": "Birthday E-Card",
  "send_a_birthday_e_card_to_full_name": "Send a Birthday E-Card to {full_name}.",
  "send_full_name_a_message": "Send {full_name} a message.",
  "1_day": "1 Day",
  "days_left_days": "{days_left} days",
  "message_optional": "Message (Optional)",
  "send_e_card": "Send E-Card",
  "view_friends_online": "View Friends Online",
  "edit_top_friends": "Edit Top Friends",
  "find_friends_by_name_or_email": "Find friends by name or email.",
  "you_have_not_added_any_friends_yet": "You have not added any friends yet.",
  "search_for_friends": "Search For Friends",
  "you_have_already_asked_full_name_to_be_your_friend": "You have already asked {full_name} to be your friend.",
  "full_name_has_already_asked_to_be_your_friend": "{full_name} has already asked to be your friend.",
  "would_you_like_to_accept_their_request_to_be_friends": "Would you like to accept their request to be friends?",
  "cannot_add_yourself_as_a_friend": "Cannot add yourself as a friend.",
  "you_are_already_friends_with_full_name": "You are already friends with {full_name}.",
  "user_link_will_have_to_confirm_that_you_are_friends": "{user_link} will have to confirm that you are friends.",
  "add_a_personal_message_form": "Add a personal message",
  "write_your_message_within_250_characters": "Write your message within 250 characters.",
  "all_friends": "All Friends",
  "online_friends": "Online Friends",
  "friends_list": "Friends List",
  "find": "Find",
  "sorry_no_friends_were_found": "Sorry, no friends were found.",
  "use_this_image_to_add_friends_to_your_top_friends_list": "Use this image to add friends to your \"Top Friends\" list",
  "move_to_list": "Move to List...",
  "remove_from_top": "Remove from Top",
  "add_to_top": "Add to Top",
  "no_friends": "No friends.",
  "no_birthday_messages_found": "No birthday messages found.",
  "remove_this_friends_request": "Remove this friends request.",
  "user_link_has_not_added_any_friends": "{user_link} has not added any friends.",
  "browse_other_members": "Browse Other Members",
  "in_order_to_view_this_item_posted_by_user_link_you_need_to_be_on_their_friends_list": "In order to view this item posted by {user_link} you need to be on their friends list.",
  "send_a_friends_request_to_full_name": "Send a Friends Request to {full_name}",
  "thank_you_for_your_request_to_join_our_group_your_membership_will_first_have_to_be_approved": "Thank you for your request to join our group. Your membership will first have to be approved.",
  "successfully_deleted_the_group": "Successfully deleted the group.",
  "group_invitation_successfully_sent": "Group invitation successfully sent!",
  "top": "Top",
  "there_are_no_pending_friends_requests": "There are no pending friends requests.",
  "mutual_friends": "Mutual Friends",
  "1_friend_in_common": "1 friend in common",
  "total_friends_in_common": "{total} friends in common",
  "friends_online": "Friends Online",
  "suggestions": "Suggestions",
  "friend_suggestions": "Friend Suggestions",
  "mutual_friends_will_be_listed_here": "Mutual friends will be listed here.",
  "that_s_you": "That's You!",
  "the_following_users_are_already_a_member_of_our_community": "The following users are already a member of our community",
  "you_do_not_have_any_friends_requests_at_the_moment": "You do not have any friends requests at the moment.",
  "menu_friends_requests": "Friends Requests",
  "view_friend_request_id": "View Friend Request: #{id}",
  "viewing_friends_request_id": "Viewing Friends Request: #{id}",
  "you_have_denied_user_link_s_friends_request": "You have denied {user_link}'s friends request.",
  "search_for_your_friends": "Search for Your Friends",
  "total_friends_block": "Total friends",
  "we_can_t_create_an_empty_list": "We can't create an empty list.",
  "provide_a_name_for_your_list": "Provide a name for your list.",
  "accepting_friends_request": "Accepting friends request",
  "no_friends_online": "No friends online.",
  "unselect_all": "Unselect All",
  "setting_friend_suggestion_search_total": "<title>Friends Suggestion Friends Check Count<\/title><info>When performing the search to find friend suggestions for your members it will pull out X amount of users, where X is the numerical value of how many friends to search.<\/info>",
  "setting_enable_friend_suggestion": "<title>Friend Suggestions<\/title><info>Enable this if you want to suggest friends to your members when they visit their dashboard.\r\n\r\nYou can control the search criteria on what defines a friend to suggest.\r\n\r\nThis feature requires a lot of extra server resources in order to perform such a search. \r\n\r\nEach search result is cached for X minutes (where you can control X).\r\n\r\n<b>Notice:<\/b> This feature is experimental and is not stable.\r\n<\/info>",
  "setting_friend_suggestion_timeout": "<title>Refresh Friend Suggestions<\/title><info>Define how long to wait till we run the search to find friends to suggest to a member in minutes.<\/info>",
  "setting_friend_suggestion_user_based": "<title>Check Location for Friend Suggestions<\/title><info>Enable this option in order for us to pick up friend suggestions for your members based on the Country, State\/Province and City they live in.<\/info>",
  "we_are_unable_to_find_any_friends_to_suggest_at_this_time_once_we_do_you_will_be_notified_within_our_dashboard": "We are unable to find any friends to suggest at this time. Once we do you will be notified within our Dashboard.",
  "finding_another_suggestion": "Finding another suggestion...",
  "hide_this_suggestion": "Hide this suggestion",
  "friend": "Friend",
  "unselect": "Unselect",
  "optional": "(optional)",
  "user_setting_total_folders": "Allowed Total Friend Folders (Enter without quotes \"0\" for no limit.)",
  "no_search_results_found": "No search results found.",
  "no_friends_found": "No friends found.",
  "setting_hide_denied_requests_from_pending_list": "<title>Hide denied requests from pending list<\/title><info>If enabled, friend requests that were denied will be hidden from the Pending Friend Requests list.<\/info>",
  "cannot_select_this_user": "(Based on privacy settings this user cannot be selected)",
  "setting_friend_cache_limit": "<title>Friends Cache Limit<\/title><info>Certain features on the site pick up on the users friends list especially when running a search for a friend. In order to provide a \"live\" feel to search results we cache in advance X (where X is this settings value) number of friends in memory. Making it easier for users to find their friends instantly.<\/info>",
  "menu_friend_sent_ecards_a441eadc1389cdf0ffe6c4f8babdd66e": "Sent ECards",
  "sent_to": "Sent To",
  "sent_from": "From",
  "no_new_requests": "No new requests.",
  "relationship_request": "Relationship request",
  "see_all_friend_requests": "See All Friend Requests",
  "search_friends_dot_dot_dot": "Search Friends...",
  "newest_friends": "Newest Friends",
  "by_first_name": "By First Name",
  "custom_order": "Custom Order",
  "list_successfully_deleted": "List successfully deleted.",
  "incoming_requests": "Incoming Requests",
  "pending_requests": "Pending Requests",
  "you_have_1_new_friend_request": "You have 1 new friend request",
  "you_have_total_new_friend_requests": "You have {total} new friend requests",
  "delete_list": "Delete List",
  "edit_name": "Edit Name",
  "display_on_profile": "Display on Profile",
  "remove_from_profile": "Remove from Profile",
  "change_order": "Change Order",
  "remove_this_friend": "Remove This Friend",
  "enter_the_name_of_your_custom_friends_list": "Enter the name of your custom friends' list.",
  "remove_friend": "Remove Friend",
  "list_successfully_created": "List successfully created.",
  "successfully_added_this_list_to_your_profile": "Successfully added this list to your profile.",
  "profile_friend_lists": "Profile Friend Lists",
  "order_successfully_saved": "Order successfully saved",
  "list_order": "List Order",
  "you_must_enable_dnd_mode": "You must enable DND mode.",
  "block_was_deleted": "Block was deleted",
  "cant_delete_it": "Cant delete it",
  "after_tomorrow": "After Tomorrow",
  "today_normal": "Today",
  "full_name_added_you_as_a_friend": "{full_name} added you as a friend",
  "gets_a_full_list_of_friends_for_a_specific_user": "Gets a full list of friends for a specific user. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "checks_if_2_users_are_friends_or_not": "Checks if 2 users are friends or not. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "full_name_posted_a_href_link_a_link_a_on_a_href_parent_user_name": "{full_name} posted <a href=\"{link}\">a link<\/a> on <a href=\"{parent_user_name}\">{parent_full_name}<\/a>'s <a href=\"{link}\">wall<\/a>.",
  "birthday_notification": "Birthday Notification",
  "happy_birthday": "Happy Birthday!",
  "remove_this_request": "Remove This Request",
  "show_more_results_for_search_term": "Show more results for \"{search_term}\"",
  "setting_friends_only_profile": "<title>Friends Only Profile<\/title><info>With this setting enabled only friends can view each others profiles.<br \/>Note this will override your users privacy settings and force anything related to viewing their profile and have it set to \"Friends Only\".<\/info>",
  "menu_friend_friends_532c28d5412dd75bf975fb951c740a30": "Friends",
  "see_all": "See All",
  "confirmed": "Confirmed",
  "user_setting_link_to_remove_friend_on_profile": "When enabled, members of this user group will see a link to \"Remove Friend\" from the profile page of their friends.",
  "unable_to_send_a_friend_request_to_this_user_at_this_moment": "Unable to send a friend request to this user at this moment.",
  "unfriend": "Unfriend",
  "setting_cache_rand_list_of_friends": "<title>Friends List<\/title><info>Minutes. 0 = no cache. Block is friend.small in the profiles, defaults to the left column. It is also called from the timeline block in the friend module.<\/info>",
  "setting_cache_is_friend": "<title>Friends Check<\/title><info>Cache if a user is friends with another user. Cleared only when adding or removing a friend.<\/info>",
  "setting_cache_friend_list": "<title>Friends List (FULL)<\/title><info>Cache the users friends list so we don&#039;t query the database all the time.<\/info>",
  "setting_load_friends_online_ajax": "<title>Online Friends via AJAX<\/title><info>Load the Online Friends only after the site has loaded via AJAX.<\/info>",
  "no_new_friend_requests": "No new friend requests",
  "relationship_request_for": "Relationship request for",
  "send_a_gift_to": "Send a gift to",
  "on": "on",
  "no_mutual_friends_found": "No mutual friends found",
  "you_were_already_requested_to_be_friends": "You were already requested to be friends",
  "you_already_requested_to_be_friends": "You already requested to be friends",
  "provide_a_name_for_your_list_dot": "Provide a name for your list.",
  "you_already_have_a_list_with_the_same_name_dot": "You already have a list with the same name.",
  "cannot_find_the_list_you_are_trying_to_manage_dot": "Cannot find the list you are trying to manage.",
  "you_cannot_delete_this_list_dot": "You cannot delete this list.",
  "you_cannot_add_this_list_to_your_profile_dot": "You cannot add this list to your profile.",
  "you_cannot_remove_this_list_from_your_profile_dot": "You cannot remove this list from your profile.",
  "you_cannot_manage_this_list_dot": "You cannot manage this list.",
  "edit_list_name": "Edit List Name",
  "list_successfully_edited": "List successfully edited.",
  "send_friend_request": "Send Friend Request",
  "module_invite": "Invite",
  "menu_invite": "Invite",
  "menu_pending_invitations": "Pending Invitations",
  "menu_invite_friends": "Invite Friends",
  "setting_invite_expire": "<title>Expire invites timeout<\/title><info>How many days is an invite valid for?\r\n\r\nNote: this relies on cookies.<\/info>",
  "setting_pendings_to_show_per_page": "<title>How Many Pendings To Show<\/title><info>This tells how many pending invites to show per page.<\/info>",
  "setting_check_duplicate_invites": "<title>Check Duplicate Invites<\/title><info>Do you want the site to check for duplicate invites before sending mail invites?\r\nThis can avoid spamming (userA, userB and userC know personA, they all 3 send an invite so personA receives 3 emails) but can also slow down a little the process<\/info>",
  "setting_make_friends_on_invitee_registration": "<title>Make invited users friends with their host<\/title><info>When a user invites aPerson and aPerson becomes a member, should they be made friends right then?<\/info>",
  "user_setting_points_invite": "How many points the invitee and the inviter will receive upon a successfully request.",
  "full_name_invites_you_to_site_title": "{full_name} invites you to {site_title}.",
  "full_name_invites_you_to_site_title_link": "{full_name} invites you to {site_title}.\r\n\r\nTo check out this invitation, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "invite_s_were_not_sent_due_to_that_the_email_s": "Invite(s) were not sent due to that the email(s) were invalid or you have already sent an invitation to the email(s).",
  "your_friends_have_successfully_been_invited": "Your friends have successfully been invited.",
  "invite_your_friends": "Invite your Friends",
  "invitation_deleted": "Invitation deleted.",
  "invitation_not_found": "Invitation not found.",
  "pending_invitations": "Pending Invitations",
  "search_by_name_or_email": "Search by name or email.",
  "you_have_successfully_sent_an_invitation_to": "You have successfully sent an invitation to",
  "your_friend_will_automatically_be_added_to_your_friends_list_when_they_join": "Your friend will automatically be added to your friends list when they join!",
  "invite_your_friends_to_b_title_b": "Invite your friends to <b>{title}<\/b>.",
  "email_your_friends": "Email your Friends",
  "full_name_invites_you_to_title": "{full_name} invites you to {title}.",
  "send_invitation_s": "Send Invitation(s)",
  "send_a_custom_invitation_link": "Send a Custom Invitation Link",
  "send_friends_your_custom_invitation_link_by_copy_and_pasting_it_into_your_own_email_application": "Send friends your custom invitation link by copy and pasting it into your own email application. When your friend joins",
  "there_are_no_pending_invitations": "There are no pending invitations.",
  "the_following_emails_were_not_sent": "The following emails were not sent",
  "you_have_already_invited": "You have already invited",
  "successfully_removed_invites": "Successfully removed invites.",
  "unable_to_find_your_invitation": "Unable to find your invitation.",
  "this_email_is_already_registered_within_our_community": "This email is already registered within our community.",
  "already_invited": "Already invited",
  "your_invitation_has_expired_or_it_was_not_valid": "Your invitation has expired or it was not valid",
  "module_like": "Like",
  "you_and": "You and",
  "you_comma": "You,",
  "1_other_person": "1 other person",
  "likes_this": "likes this.",
  "this_group_has_no_members": "This group has no members.",
  "you_like": "like this",
  "notification_for_likes": "Notification for \"Likes\"",
  "setting_show_user_photos": "<title>Show User Photos<\/title><info>Enable this feature to show user photos instead of their names when displaying the \"like\" preview for each item.<\/info>",
  "likes": "Likes",
  "like_uppercase": "Like",
  "unlike_uppercase": "Unlike",
  "liked": "Liked",
  "you_are_not_allowed_to_like_this_item": "You are not allowed to like this item.",
  "unable_to_remove_this_user_dot": "Unable to remove this user.",
  "module_link": "Link",
  "say_something_about_this_link": "Say something about this link...",
  "viewing_video": "Viewing Video",
  "paste_a_link_you_would_like_to_attach": "Paste a link you would like to attach.",
  "attach": "Attach",
  "attach_link": "Attach Link",
  "full_name_liked_your_link_title": "{full_name} liked your link \"{title}\"",
  "full_name_liked_your_link_title_message": "{full_name} liked your link \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this link follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_liked_gender_own_link_title": "{users} liked {gender} own link \"{title}\"",
  "users_liked_your_link_title": "{users} liked your link \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_link_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> link \"{title}\"",
  "full_name_commented_on_your_link_title": "{full_name} commented on your link \"{title}\".",
  "full_name_commented_on_your_link_a_href_link_title_a": "{full_name} commented on your link \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_link": "{full_name} commented on {gender} link.",
  "full_name_commented_on_row_full_name_s_link": "{full_name} commented on {row_full_name}'s link.",
  "full_name_commented_on_gender_link_a_href_link_title_a": "{full_name} commented on {gender} link \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_row_full_name_s_link_a_href_link_title_a_message": "{full_name} commented on {row_full_name}'s link \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_gender_link_title": "{users} commented on {gender} link \"{title}\"",
  "users_commented_on_your_link_title": "{users} commented on your link \"{title}\"",
  "users_commented_on_span_class_drop_data_user_row_full_name_s_span_link_title": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> link \"{title}\"",
  "who_can_share_a_link": "Who can share a link?",
  "who_can_view_browse_links": "Who can view\/browse links?",
  "no_thumbnail": "No Thumbnail",
  "choose_a_thumbnail": "Choose a Thumbnail",
  "not_a_valid_link_unable_to_find_a_title": "Not a valid link. Unable to find a title.",
  "unable_to_build_api_embed_ly_array_of_sites": "Unable to build api.embed.ly array of sites.",
  "not_a_valid_link": "Not a valid link.",
  "full_name_posted_a_link_on_your_wall": "{full_name} posted a link on your wall",
  "full_name_posted_a_link_on_your_wall_message": "{full_name} posted a link on your <a href=\"{link}\">wall<\/a>.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_tagged_you_in_a_link": "{full_name} tagged you in a link.",
  "the_link_you_are_looking_for_cannot_be_found_dot": "The link you are looking for cannot be found.",
  "menu_compose": "Compose",
  "module_mail": "Mail",
  "user_wrote_time": "<a href=\"{link}\">{user}<\/a> wrote on {time}",
  "add_new_folder": "Add new Folder...",
  "adding_new_folder": "Adding new folder",
  "invalid_message": "Invalid message.",
  "add_reply": "Add a reply.",
  "adding_message": "Adding message.",
  "folders": "Folders",
  "edit_folders": "Edit Folders",
  "inbox": "Inbox",
  "sent_messages": "Sent Messages",
  "trash": "Trash",
  "view_folders": "View Folders",
  "move_folder": "Move to folder",
  "or_cancel": "or <a href=\"#\" onclick=\"$('#js_action_selector').val(''); $('#js_folders').hide(); $('#js_select_info').show('slow'); return false;\">cancel<\/a>.",
  "custom": "Custom",
  "undelete": "Undelete",
  "mark_read": "Mark as Read",
  "mark_unread": "Mark as Unread",
  "read": "Read",
  "unread": "Unread",
  "re": "Re",
  "messages_updated": "Message(s) updated.",
  "messages_deleted": "Message(s) deleted.",
  "search_inbox": "Search Inbox",
  "invalid_box": "Invalid box.",
  "message_successfully_deleted": "Message successfully deleted.",
  "messages_successfully_moved": "Message(s) successfully moved.",
  "folder_error": "Folders can only contain alphanumeric characters, limit of 255 characters and the following symbols: _-",
  "folder_already_use": "Folder is already in use.",
  "compose_new_message": "Compose New Message",
  "provide_user_email": "Provide a user or email.",
  "provide_subject_for_your_message": "Provide a subject for your message.",
  "provide_message": "Provide a message.",
  "message_was_successfully_users": "Your message was successfully sent to the following users",
  "not_member": "Not a member.",
  "cannot_send_message_yourself": "Cannot send a message to yourself.",
  "user_setting_can_compose_message": "Can compose messages to another users?",
  "setting_show_core_mail_folders_item_count": "<title>Show inbox, sentbox and deletebox item count<\/title><info>If enabled will display the mail count totals in each folder, i.e.:\r\n\r\ninbox (2)\r\nsentbox (6)\r\ndelete (10)<\/info>",
  "user_setting_show_core_mail_folders_item_count": "When enabled shows how many messages are in the inbox, sentbox and deletebox of every profile. \r\n\r\nNote that this adds extra queries to your database.",
  "user_setting_can_add_attachment_on_mail": "Can add attachments?",
  "user_setting_mail_box_limit": "This setting tells how many messages can be stored based on the user group. It is complemented by the setting override_mail_box_limit to allow administrators and staff members to store any number of messages.\r\n\r\nThis setting does not work with threaded mail.",
  "user_setting_override_mail_box_limit": "This setting tells if members of this user group can overcome the limit imposed by the setting mail_box_limit.\r\n\r\nBy default only administrators and staff members can have unlimited messages stored.",
  "user_setting_restrict_message_to_friends": "This setting tells if the user can only send messages to people in his\/her friends list.",
  "user_setting_can_message_self": "This setting controls if members of this user group can send messages to themselves.",
  "user_setting_override_restrict_message_to_friends": "Members allowed to override the \"restrict_message_to_friends\" will be able to receive messages regardless if they are friends of the sender or not.",
  "user_setting_mail_box_warning": "When users are about to use all their allowed mail space a warning will be shown. \r\n\r\nThis setting tells what percentage of their mail capacity must be used before showing this warning.\r\n\r\nSet it to zero to never show a warning.",
  "setting_enable_mail_box_warning": "<title>Show Warning When Approaching Maibox Limit<\/title><info>This setting overrides the user group setting 'mail.mail_box_warning'. If this setting is disabled no warning will be shown regardless of whats set in mail.mail_box_warning.<\/info>",
  "setting_enable_cron_delete_old_mail": "<title>Auto Delete Old Mail<\/title><info>This setting enables or disables the auto deletion of old messages.\r\n\r\nYou can set how old a message should be to be deleted in the setting <setting>mail.message_age_to_delete<\/setting>.\r\n\r\nYou can set how often to run this job in the setting <setting>mail.cron_delete_messages_delay<\/setting>.<\/info>",
  "setting_cron_delete_messages_delay": "<title>Auto Delete Messages Delay<\/title><info>This setting tells how often (in days) will the auto deleter remove old messages.<\/info>",
  "setting_message_age_to_delete": "<title>An Old Message Is...<\/title><info>This setting tells how old a message must be in (in days) order to be auto deleted.\r\n\r\nThis setting is directly dependent on <setting>mail.enable_cron_delete_old_mail<\/setting>.<\/info>",
  "setting_delete_sent_when_account_cancel": "<title>Delete Sent Mail<\/title><info>When a user cancels their account should the system delete the sent messages?\r\n\r\nThis affects the other user's received messages list and is enabled by default.<\/info>",
  "user_setting_can_read_private_messages": "Can members of this user group read private messages in your site?",
  "user_setting_can_delete_others_messages": "Can members of this user group delete other people's messages?",
  "user_setting_enable_captcha_on_mail": "Enable Captcha when composing messages.",
  "setting_spam_check_messages": "<title>Spam Check Internal PM<\/title><info>Spam Check Internal PM<\/info>",
  "setting_mail_hash_check": "<title>PM Hash Check<\/title><info>If enabled this will check if the last X messages sent in the last Y minutes are identical to the message being set.\r\n\r\nNotice: X & Y are settings that can be changed.<\/info>",
  "setting_total_mail_messages_to_check": "<title>PM Messages to Check<\/title><info>If the setting to check if PM's are identical you can see here how many messages in the past should be checked.<\/info>",
  "setting_total_minutes_to_wait_for_pm": "<title>PM Minutes to Wait Until Next Check<\/title><info>If the setting to check if PM's are identical you can set here how far back we should check in minutes.<\/info>",
  "setting_show_preview_message": "<title>Show Preview Message<\/title><info>If enabled, users will see a short version of their messages.<\/info>",
  "user_setting_send_message_to_max_users_each_time": "This value restricts sending private messages.\r\nIt sets the maximum number of recipients when sending private messages, avoiding users to select way too many users and potentially spamming.\r\n\r\nSet to 0 for unlimited.",
  "read_private_message": "Read Private Message",
  "subject_amp_text": "Subject &amp; Text",
  "view_private_messages": "View Private Messages",
  "currently_your_account_is_marked_as_a_spammer": "Currently your account is marked as a \"spammer\". This specific feature is not enabled for your account at the moment.",
  "unable_to_send_a_private_message_to_this_user_at_the_moment": "Unable to send a private message to this user at the moment.",
  "select_a_member_to_send_a_message_to": "Select a member to send a message to.",
  "this_message_feels_like_spam_try_again": "This message feels like SPAM. Try again.",
  "no_mail_specified": "No mail specified.",
  "mail_deleted_successfully": "Mail deleted successfully.",
  "mail_could_not_be_deleted": "Mail could not be deleted.",
  "error_you_did_not_select_any_message": "Error you did not select any message.",
  "mail_folder_does_not_exist": "Mail folder does not exist.",
  "new_messages": "New Messages",
  "compose_message": "Compose Message",
  "1_new_message": "1 new message",
  "total_new_messages": "{total} new messages",
  "user_link_sent_you_a_message": "{user_link} sent you a message.",
  "mail_text": "Mail Text",
  "too_many_users_this_message_was_sent_to_the_first_total_users": "Too many users, this message was sent to the first {total} users.",
  "unable_to_send_a_private_message_to_full_name_as_they_have_disabled_this_option_for_the_moment": "Unable to send a private message to \"{full_name}\" as they have disabled this option for the moment.",
  "user_has_reached_their_inbox_limit": "User has reached their inbox limit.",
  "you_cannot_message_yourself": "You cannot message yourself.",
  "you_can_only_message_your_friends": "You can only message your friends.",
  "not_a_valid_message": "Not a valid message.",
  "full_name_sent_you_a_message_on_site_title": "{full_name} sent you a message on {site_title}.",
  "full_name_sent_you_a_message_subject_subject": "{full_name} sent you a message.\r\n\r\n--------------------\r\nSubject: {subject}\r\n\r\n{message}\r\n--------------------\r\n\r\nTo reply to this message, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "you_will_delete_every_message_in_this_folder": "You will delete every message in this folder.",
  "messages_title": "Messages",
  "sent": "Sent",
  "read_message": "Read Message",
  "delete_message": "Delete Message",
  "message_sender": "Message Sender",
  "message_user": "Message User",
  "message_receiver": "Message Receiver",
  "no_messages_to_show": "No messages to show.",
  "send_a_copy_to_myself": "Send a copy to myself.",
  "you_can_only_send_this_message_to_total_users": "You can only send this message to {total} users.",
  "messages_total_days_old_will_be_auto_deleted": "Messages {total} days old will be auto deleted.",
  "you_have_reached_your_mail_box_capacity_and_wont_be_able": "You have reached your mail box capacity and wont be able to receive any more mail until you free some space.",
  "you_are_approaching_your_mail_box_limit": "You are approaching your mail box limit, currently at {total}%. When you reach 100% you wont be able to receive more mail.",
  "view_attachments": "View Attachments",
  "you_wrote_to_yourself_at_time_stamp": "You wrote to yourself at {time_stamp}.",
  "you_wrote_to_user_name_at_time_stamp": "You wrote to {user_name} at {time_stamp}.",
  "user_name_wrote_at_time_stamp": "{user_name} wrote at {time_stamp}.",
  "site_sent_you_a_message": "{site} sent you a message.",
  "mass_message_to": "Mass message to",
  "newer_message": "Newer Message",
  "older_message": "Older Message",
  "provide_a_name_for_your_folder": "Provide a name for your folder.",
  "mesages_sent": "Messages",
  "viewing_private_message": "Viewing Private Message",
  "private_message_from_timestamp": "Private message from {time_stamp} between {owner} and {viewer}.",
  "message_not_found": "Message not found.",
  "report_this_message": "Report this message.",
  "mobile_messages": "Messages",
  "compose": "Compose",
  "no_messages": "No messages",
  "unable_to_find_any_messages": "Unable to find any messages",
  "select_recipient": "Select Recipient",
  "select_a_recipient_below": "Select a recipient below",
  "update_mail_count": "Update Mail Count",
  "setting_disallow_select_of_recipients": "<title>Disallow Selecting Not Allowed Recipients<\/title><info>When this setting is enabled the script will run an extra check on each target user when selecting who will receive an internal mail.\r\n\r\nThis helps the user selector to be more user friendly by not allowing to choose and write a message to someone who cannot receive it but at the same time it uses more resources and could slow down your site.<\/info>",
  "processing_batch_number": "Processing batch {number}",
  "batch_number_completed_percentage": "Batch {page_number} completed ({percentage}%)",
  "use_the_exact_user_name": "Use the exact user name",
  "send_from_my_own_address_semail": "Send from my own address ({sEmail})",
  "messages_notify": "Messages",
  "send_a_new_message": "Send a New Message",
  "no_new_messages": "No new messages.",
  "see_all_messages": "See All Messages",
  "new_folder": "New Folder",
  "new_message": "New Message",
  "select_folder": "Select Folder",
  "folder_successfully_created": "Folder successfully created.",
  "create_new_folder": "Create New Folder",
  "delete_this_list": "Delete This List",
  "mark_as_read": "Mark as Read",
  "mark_as_unread": "Mark as Unread",
  "no_messages_found_here": "No messages found here.",
  "create_a_new_folder": "Create a New Folder",
  "search_messages": "Search Messages...",
  "unread_first": "Unread First",
  "move": "Move",
  "this_message_was_sent_from_full_name": "This message was sent from {full_name}",
  "enter_the_name_of_your_custom_folder": "Enter the name of your custom folder.",
  "li_a_href_link_email_image_new_messages_messages_number_a_li": "<li><a href=\"{link}\">{email_image} New Messages( {messages_number})<\/a><li>",
  "get_the_total_number_of_unseen_messages_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in": "Get the total number of unseen messages. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "folder_successfully_deleted": "Folder successfully deleted.",
  "message_s_successfully_deleted": "Message(s) successfully deleted.",
  "setting_update_message_notification_preview": "<title>Update Message \"Read\" on Notification Preview<\/title><info>Enable this option to update the notification counter for new messages when a user previews the mail via the site wide mail notification icon.<\/info>",
  "menu_mail_mail_532c28d5412dd75bf975fb951c740a30": "Mail",
  "setting_threaded_mail_conversation": "<title>Threaded Mail Conversation<\/title><info>Enable this option to display messages from 2 users as 1 conversation.<\/info>",
  "full_name_sent_you_a_message_no_subject": "{full_name} sent you a message.\r\n\r\n--------------------\r\n{message}\r\n--------------------\r\n\r\nTo reply to this message, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "unable_to_export_your_messages": "Unable to export your messages.",
  "message_has_been_read": "Message has been read",
  "forward": "Forward",
  "unable_to_find_a_conversation_history_with_this_user": "Unable to find a conversation history with this user.",
  "messages_un_archived": "Messages un-archived",
  "messages_archived": "Messages archived",
  "sent_via_a_mobile_device": "Sent via a mobile device",
  "message_successfully_archived": "Message successfully archived.",
  "message_successfully_unarchived": "Message successfully unarchived.",
  "archive": "Archive",
  "un_archive": "Un-archive",
  "unable_to_find_the_message_you_are_trying_to_mark_as_read_unread": "Unable to find the message you are trying to mark as read\/unread.",
  "unarchive": "Unarchive",
  "you_are_currently_viewing_our_legacy_inbox": "You are currently viewing our legacy inbox.",
  "you_are_viewing_a_message_that_is_from_our_legacy_inbox": "You are viewing a message that is from our legacy inbox.",
  "custom_folders": "Custom Folders",
  "this_message_was_sent_to_full_name": "This message was sent to {full_name}",
  "this_message_was_sent_from_you": "This message was sent from you",
  "legacy_inbox": "Legacy Inbox",
  "page_claim_message": "Hello, I hereby claim the page \"{title}\" (URL: {url}) as my own and request your attention to the matter. I am able to provide any documentation that you may require.",
  "claiming_page_title": "Claiming Page &#039;{title}&#039;",
  "delete_conversation": "Delete Conversation",
  "conversation_successfully_deleted": "Conversation successfully deleted.",
  "who_can_share_blogs": "Who can share blogs",
  "who_can_view_blogs": "Who can view blogs",
  "mark_all_read": "Mark All As Read",
  "and_number_other": "and {number} other",
  "unable_to_find_this_conversation": "Unable to find this conversation",
  "can_not_send_empty_message": "Cannot send empty message!",
  "can_not_reply_due_to_privacy_settings": "You cannot reply this conversation at this time due to privacy settings.",
  "archive_message_s": "Archive Message(s)",
  "viewing_message": "Viewing Message",
  "please_select_at_least_one_user_to_send_message": "Please select at least one user to send message.",
  "module_marketplace": "Marketplace",
  "menu_marketplace": "Marketplace",
  "setting_marketplace_view_time_stamp": "<title>Marketplace View Time Stamp<\/title><info>Marketplace View Time Stamp<\/info>",
  "user_setting_can_post_comment_on_listing": "Can post a comment on marketplace listing?",
  "user_setting_can_edit_own_listing": "Can edit own marketplace listing?",
  "user_setting_can_edit_other_listing": "Can edit marketplace listings added by other users?",
  "menu_add_new_listing": "Add New Listing",
  "user_setting_can_delete_own_listing": "Can delete own marketplace listing?",
  "user_setting_can_delete_other_listings": "Can delete marketplace listings added by other users?",
  "user_setting_max_upload_size_listing": "Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.",
  "setting_total_listing_more_from": "<title>Total \"More From\" Listings to Display<\/title><info>Define how many listings to display within the \"More From\" block when viewing a listing.<\/info>",
  "user_setting_can_feature_listings": "Can feature listings?",
  "user_setting_listing_approve": "Enable if listings should be approved first before they are displayed publicly.",
  "user_setting_can_approve_listings": "Can approve marketplace listings?",
  "free": "Free",
  "visited": "Visited",
  "more_from": "More From",
  "marketplace_listings": "Marketplace Listings",
  "category_order_successfully_updated": "Category order successfully updated.",
  "provide_a_name_for_this_listing": "Provide a name for this listing.",
  "provide_a_location_for_this_listing": "Provide a location for this listing.",
  "listing_successfully_updated": "Listing successfully updated.",
  "successfully_uploaded_images_for_this_listing": "Successfully uploaded images for this listing.",
  "successfully_invited_users_for_this_listing": "Successfully invited users for this listing.",
  "successfully_updated_this_listing": "Successfully updated this listing.",
  "listing_successfully_added": "Listing successfully added.",
  "edit_a_marketplace_listing": "Edit a Marketplace Listing",
  "edit_a_listing": "Edit a Listing",
  "create_a_marketplace_listing": "Create a Marketplace Listing",
  "create_a_listing": "Create a Listing",
  "marketplace": "Marketplace",
  "listing_successfully_deleted": "Listing successfully deleted.",
  "recent_listings": "Recent Listings",
  "my_listings": "My Listings",
  "invitations": "Invitations",
  "the_listing_you_are_looking_for_either_does_not_exist_or_has_been_removed": "The listing you are looking for either does not exist or has been removed.",
  "invalid_callback_on_marketplace_listing": "Invalid callback on marketplace listing.",
  "user_name_left_you_a_comment_on_your_marketplace_listing": "{user_name} left you a comment on your Marketplace listing.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_listin": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">listing<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_listing_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">listing<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_n": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">listing<\/a>.",
  "a_href_user_link_owner_full_name_a_added_a_new_listing_a_href_title_link_title_a": "<a href=\"{user_link}\">{owner_full_name}<\/a> added a new listing \"<a href=\"{title_link}\">{title}<\/a>\".",
  "your_listing_title_has_been_approved": "Your listing \"{title}\" has been approved.",
  "user_link_invited_you_to_a_marketplace_listing": "{user_link} invited you to a marketplace listing.",
  "no_listing_invites": "No listing invites.",
  "marketplace_invites": "Marketplace Invites",
  "marketplace_text": "Marketplace Text",
  "full_name_invited_you_to_view_the_marketplace_listing_title": "{full_name} invited you to view the marketplace listing \"{title}\".\r\n\r\nTo check out this listing, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>\"",
  "full_name_invited_you_to_view_the_listing_title": "{full_name} invited you to view the listing \"{title}\".",
  "unable_to_find_the_listing_you_want_to_delete": "Unable to find the listing you want to delete.",
  "you_do_not_have_sufficient_permission_to_modify_this_listing": "You do not have sufficient permission to modify this listing.",
  "unable_to_find_the_listing_you_want_to_approve": "Unable to find the listing you want to approve.",
  "your_listing_has_been_approved_on_site_title": "Your listing has been approved on {site_title}.",
  "your_listing_has_been_approved_on_site_title_message": "Your listing has been approved on {site_title}.\r\n\r\nTo view this listing, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "provide_a_category_this_listing_will_belong_to": "Provide a category this listing will belong to.",
  "click_here_to_approve_listings": "Click here to approve listings.",
  "posted_time_samp_in_country_iso": "Posted {time_samp} in {country_iso}.",
  "posted_time_stamp_by_user_info_in_country_iso": "Posted {time_stamp} by {user_info}.",
  "this_song_has_been_added_to_your_profile": "This song has been added to your profile.",
  "this_song_has_been_removed_from_your_profile": "This song has been removed from your profile.",
  "summary": "Summary",
  "posted_by": "Posted By",
  "user_rating": "User Rating",
  "no_visits": "No visits.",
  "add_new_listing": "Add New Listing",
  "edit_listing": "Edit Listing",
  "manage_photos": "Manage Photos",
  "manage_invites": "Manage Invites",
  "contact": "Contact",
  "report_this_listing": "Report this Listing",
  "delete_listing": "Delete Listing",
  "delete_this_image_for_the_listing": "Delete this image for the listing.",
  "click_to_set_as_default_image": "Click to set as default image.",
  "no_listings_added_yet": "No listings added yet.",
  "add_a_listing": "Add a Listing",
  "marketplace_category_details": "Marketplace Category Details",
  "view_this_listing": "View This Listing",
  "skip_amp_view_this_listing": "Skip &amp; View This Listing",
  "listing_details": "Listing Details",
  "invite": "Invite",
  "short_description": "Short Description",
  "full_description": "Full Description",
  "usd": "USD",
  "select_image_s": "Select Image(s)",
  "unable_to_find_what_you_are_looking_for": "Unable to find what you are looking for.",
  "no_listings_have_been_added": "No listings have been added.",
  "be_the_first_to_add_a_listing": "Be the first to add a listing.",
  "there_is_one_listing_that_is_pending_approval": "There is one listing that is pending approval.",
  "there_are_total_listings_that_are_pending_approval": "There are {total} listings that are pending approval.",
  "feature_this_listing": "Feature this listing.",
  "un_feature_this_listing": "Un-Feature this listing.",
  "listing_is_pending_approval": "Listing is pending approval.",
  "successfully_deleted_listing": "Successfully deleted listing.",
  "you_have_not_added_any_listings_yet": "You have not added any listings yet.",
  "no_listings_have_been_featured": "No listings have been featured.",
  "you_have_not_received_any_invites": "You have not received any invites.",
  "no_listings_pending_approval": "No listings pending approval.",
  "user_setting_can_access_marketplace": "Can browse and view listings?",
  "user_setting_can_create_listing": "Can create a listing?",
  "a_href_user_link_full_name_a_likes_your_a_href_link_listing_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">listing<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_listing_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">listing<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_listing_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">listing<\/a>.",
  "sponsored_listing": "Sponsored Listings",
  "setting_how_many_sponsored_listings": "<title>How Many Sponsor Listings To Show<\/title><info>This setting tells how many sponsored listings will be shown on the sponsor block. Default is 5.<\/info>",
  "user_setting_can_sponsor_listing": "Can members of this user group mark a listing in the marketplace as sponsor?",
  "sponsor_this_listing": "Sponsor",
  "unsponsor_this_listing": "Unsponsor",
  "listing_successfully_sponsored": "Listing successfully sponsored",
  "listing_successfully_un_sponsored": "Listing successfully unsponsored",
  "user_setting_marketplace_sponsor_price": "How much is the sponsor space worth for marketplace listings?\r\nThis works in a CPM basis.",
  "buy_it_now": "Buy It Now",
  "enable_instant_payment": "Enable Instant Payment",
  "user_setting_can_sell_items_on_marketplace": "Can sell items on the marketplace?",
  "unable_to_find_the_listing_you_are_looking_for": "Unable to find the listing you are looking for.",
  "sold": "Sold",
  "this_listing_has_already_been_marked_as_sold": "This listing has already been marked as \"sold\".",
  "notice_this_listing_is_marked_as_sold": "Notice: This listing is marked as \"Sold\".",
  "auto_sold": "Auto-Sold",
  "if_you_enable_this_option_buyers_can_make_a_payment_to_one_of_the_payment_gateways_you_have_on_file_with_us_to_manage_your_payment_gateways_go_a_href_link_here_a": "If you enable this option, buyers can make a payment to one of the payment gateways you have on file with us. To manage your payment gateways go <a href=\"{link}\">here<\/a>.",
  "if_this_is_enabled_and_once_a_successful_purchase_of_this_item_is_made": "If this is enabled and once a successful purchase of this item is made it will automatically close this item and mark it as \"Sold\".",
  "closed_item_sold": "Closed (Item Sold)",
  "enable_this_option_if_this_item_is_sold_and_this_listing_should_be_closed": "Enable this option if this item is \"sold\" and this listing should be closed.",
  "unable_to_purchase_this_item": "Unable to purchase this item.",
  "review_and_confirm_purchase": "Review and Confirm Purchase",
  "item_you_re_buying": "Item you're buying",
  "by_clicking_on_the_button_below_you_commit_to_buy_this_item_from_the_seller": "By clicking on the button below, you commit to buy this item from the seller.",
  "commit_to_buy": "Commit to Buy",
  "item_sold_title": "Item Sold: {title}",
  "you_have_purchased_item_title": "You have purchased item: {title}",
  "full_name_has_purchased_an_item_of_yours_on_site_name": "{full_name} has purchased one of your items on {site_name}.\r\n\r\nItem Name: {title}\r\nItem Link: <a href=\"{link}\">{link}<\/a>\r\nUsers Name: {full_name}\r\nUsers Profile: <a href=\"{user_link}\">{user_link}<\/a>\r\nPrice: {price}",
  "you_have_purchased_an_item_on_site_name": "You have purchased an item on {site_name}.\r\n\r\nItem Name: {title}\r\nItem Link: <a href=\"{link}\">{link}<\/a>\r\nPrice: {price}",
  "purchased_by": "Purchased by",
  "you_haven_t_made_any_purchases_yet": "You haven't made any purchases yet.",
  "you_haven_t_sold_any_items_yet": "You haven't sold any items yet.",
  "purchased": "Purchased",
  "marketplace_invoices": "Marketplace Invoices",
  "user_setting_can_sponsor_marketplace": "Can sponsor a marketplace listing?",
  "user_setting_flood_control_marketplace": "How many minutes should a user wait before they can create another marketplace listing?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.",
  "you_are_creating_a_listing_a_little_too_soon": "You are creating a listing a little too soon.",
  "menu_marketplace_manage_invoices_ad23f7587e12dc025eefdfbc37ca854a": "Manage Invoices",
  "user_setting_points_marketplace": "How many activity points should the user get when adding a new listing?",
  "listing_successfully_featured": "Listing successfully featured",
  "listing_successfully_un_featured": "Listing successfully un-featured",
  "un_feature": "Un-Feature",
  "listing_has_been_approved": "Listing has been approved.",
  "listing_approved": "Listing Approved",
  "search_listings": "Search Listings...",
  "anywhere": "Anywhere",
  "all_listings": "All Listings",
  "listing_invites": "Listing Invites",
  "friends_listings": "Friends' Listings",
  "pending_listings": "Pending Listings",
  "full_name_s_listings": "{full_name}'s Listings",
  "no_marketplace_listings_found": "No marketplace listings found.",
  "what_are_you_selling": "What are you selling?",
  "add_city_zip": "Add city\/zip",
  "listing_privacy": "Listing Privacy",
  "control_who_can_see_this_listing": "Control who can see this listing.",
  "control_who_can_comment_on_this_listing": "Control who can comment on this listing.",
  "successfully_uploaded_images": "Successfully uploaded images.",
  "successfully_invited_users": "Successfully invited users.",
  "editing_listing": "Editing Listing",
  "report_this_listing_lowercase": "Report this listing",
  "full_name_liked_your_listing_title": "{full_name} liked your listing \"{title}\"",
  "full_name_liked_your_listing_message": "{full_name} liked your listing \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this listing follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "more_from_seller": "More From Seller",
  "users_wants_you_to_check_out_the_listing_title": "{users} wants you to check out the listing \"{title}\"",
  "contact_seller": "Contact Seller",
  "full_name_commented_on_your_listing_title": "{full_name} commented on your listing \"{title}\".",
  "featured_listings": "Featured Listings",
  "posted_a_comment_on_gender_listing_a_href_link_title_a": "posted a comment on {gender} listing <a href=\"{link}\">{title}<\/a>",
  "posted_a_comment_on_user_name_s_listing_a_href_link_title_a": "posted a comment on {user_name}'s listing \"<a href=\"{link}\"> {title} <\/a>\"",
  "full_name_commented_on_your_listing_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your listing \"<a href=\"{link}\">{title}<\/a>\". To see the comment thread, follow the link below: <a href=\"{link}\"> {link} <\/a>",
  "full_name_commented_on_gender_listing": "{full_name} commented on {gender} listing.",
  "full_name_commented_on_other_full_name_s_listing": "{full_name} commented on {other_full_name}'s listing.",
  "full_name_commented_on_gender_listing_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} listing \"<a href=\"{link}\">{title}<\/a>\". \r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name": "{full_name} commented on {other_full_name}'s listing \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_link_on_name_s_listing_a": "<a href=\"{link}\">On {name}'s listing.<\/a>",
  "user_name_liked_gender_own_listing_title": "{user_name} liked {gender} own listing \"{title}\"",
  "user_names_liked_your_listing_title": "{user_names} liked your listing \"{title}\"",
  "user_names_liked_span_class_drop_data_user_full_name_s_span_listing_title": "{user_names} liked <span class=\"drop_data_user\">{full_name}'s<\/span> listing \"{title}\"",
  "user_names_commented_on_gender_listing_title": "{user_names} commented on {gender} listing \"{title}\"",
  "user_names_commented_on_your_listing_title": "{user_names} commented on your listing \"{title}\"",
  "user_names_commented_on_span_class_drop_data_user_full_name_s_span_listing_title": "{user_names} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> listing \"{title}\"",
  "your_marketplace_listing_title_has_been_approved": "Your marketplace listing \"{title}\" has been approved",
  "listing_s_successfully_approved": "Listing(s) successfully approved.",
  "listing_s_successfully_deleted": "Listing(s) successfully deleted.",
  "listing_s_successfully_featured": "Listing(s) successfully featured.",
  "listing_s_successfully_un_featured": "Listing(s) successfully un-featured.",
  "user_setting_total_photo_upload_limit": "Control how many photos a user can upload to a marketplace listing each time.",
  "user_name_tagged_you_in_a_marketplace_listing": "{user_name} tagged you in a marketplace listing",
  "html_not_allowed": "HTML Not Allowed",
  "menu_marketplace_marketplace_532c28d5412dd75bf975fb951c740a30": "Marketplace",
  "visted": "Visited",
  "setting_days_to_expire_listing": "<title>Days to Expire<\/title><info>If you want marketplace listings to expire you can enter the number of days here.\r\n\r\nIf you enter 0 days listings will not expire.<\/info>",
  "expired": "Expired",
  "user_setting_can_view_expired": "Can members of this user group view the section \"Expired\" in the marketplace?",
  "listing_expired_and_not_available_main_section": "This listing has expired and is no longer available from the main marketplace section.",
  "setting_days_to_notify_expire": "<title>Days to Notify Expiring Listing<\/title><info>When you allow listings to expire you can also set a notification to be sent automatically to the owner of the listing, you can define here how many days in advanced to notify them.\r\n\r\nIf you set this to 0 no email will be sent to the owner.<\/info>",
  "listing_expiring_subject": "Your listing \"{title}\" is soon to expire.",
  "listing_expiring_message": "Your listing <a href=\"{link}\">\"{title}\"<\/a> at {site_name} will expire in {days} days.",
  "unable_to_find_the_image_dot": "Unable to find the image.",
  "module_music": "Music",
  "menu_music": "Music",
  "user_setting_can_upload_music_public": "Can upload music?\r\n\r\n<b>Notice:<\/b> This will allow this user group the right to upload songs to the public music section.",
  "user_setting_can_add_comment_on_music_album": "Can add comments on music albums?",
  "user_setting_can_add_comment_on_music_song": "Can add a comment on a song?",
  "user_setting_can_edit_other_music_albums": "Can edit albums created by other users?",
  "user_setting_can_edit_own_albums": "Can edit own albums?",
  "user_setting_can_delete_own_track": "Can delete own track?",
  "user_setting_can_delete_other_tracks": "Can delete tracks added by other users?",
  "user_setting_can_delete_own_music_album": "Can delete own music album?",
  "user_setting_can_delete_other_music_albums": "Can delete albums added by other users?",
  "menu_upload_a_song": "Upload a Song",
  "admin_menu_add_genre": "Add Genre",
  "admin_menu_manage_genres": "Manage Genres",
  "user_setting_music_max_file_size": "Maximum file size of songs uploaded.",
  "band_artist_name": "Artist\/Band Name",
  "user_setting_can_feature_songs": "Can feature songs?",
  "user_setting_can_approve_songs": "Can approve songs?",
  "user_setting_music_song_approval": "Songs must be approved first?",
  "user_setting_can_feature_music_albums": "Can feature music albums?",
  "user_setting_total_song_on_profile": "Define the number of songs that this user group can add to their profile.",
  "genres": "Genres",
  "latest_tracks": "Latest Tracks",
  "favorite_songs": "Favorite Songs",
  "provide_a_genre_name": "Provide a genre name.",
  "genre_successfully_added": "Genre successfully added.",
  "add_genre": "Add Genre",
  "edit_genre": "Edit Genre",
  "successfully_deleted_genres": "Successfully deleted genres.",
  "manage_genres": "Manage Genres",
  "music_albums": "Music Albums",
  "popular": "Popular",
  "recent_songs": "Recent Songs",
  "music_songs": "Music Songs",
  "provide_a_name_for_this_album": "Provide a name for this album.",
  "album_successfully_updated": "Album successfully updated.",
  "tracks_successfully_uploaded": "Tracks successfully uploaded.",
  "note_that_it_will_have_to_be_approved_first_before_it_is_displayed_publicly": "Note that it will have to be approved first before it is displayed publicly.",
  "album_art_successfully_updated": "Album art successfully updated.",
  "album_successfully_added": "Album successfully added.",
  "update_album": "Update Album",
  "create_album": "Create Album",
  "date_joined": "Date Joined",
  "album_you_are_looking_for_cannot_be_found": "Album you are looking for cannot be found.",
  "provide_a_artist_band_name": "Provide a Artist\/Band name.",
  "tick_the_box_to_agree_to_our_terms_and_privacy_policy": "Tick the box to agree to our Terms and Privacy Policy.",
  "provide_a_value_for": "Provide a value for",
  "you_have_successfully_converted_your_account": "You have successfully converted your account.",
  "musician_registration": "Musician Registration",
  "provide_a_name_for_this_song": "Provide a name for this song.",
  "your_song_was_successfully_uploaded": "Your song was successfully uploaded.",
  "upload_a_song": "Upload a Song",
  "unable_to_find_the_album_you_are_looking_for": "Unable to find the album you are looking for.",
  "poor": "Poor",
  "nothing_special": "Nothing Special",
  "worth_listening_too": "Worth Listening Too",
  "pretty_cool": "Pretty Cool",
  "awesome": "Awesome",
  "you_have_already_voted": "You have already voted.",
  "you_cannot_rate_your_own_album": "You cannot rate your own album.",
  "the_song_you_are_looking_for_cannot_be_found": "The song you are looking for cannot be found.",
  "unable_to_find_the_album_this_song_belongs_to": "Unable to find the album this song belongs to.",
  "you_cannot_rate_your_own_song": "You cannot rate your own song.",
  "unable_to_find_the_album_you_want_to_edit": "Unable to find the album you want to edit.",
  "unable_to_edit_this_album": "Unable to edit this album.",
  "provide_a_title_for_this_track": "Provide a title for this track.",
  "not_allowed_to_edit_this_photo_album_art": "Not allowed to edit this photo album art.",
  "album_you_are_trying_to_delete_cannot_be_found": "Album you are trying to delete cannot be found.",
  "not_allowed_to_delete_this_album": "Not allowed to delete this album.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_song": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">song<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_song_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">song<\/a>.",
  "invalid_callback_on_music_song": "Invalid callback on music song.",
  "user_name_left_you_a_comment_on_your_song_title": "{user_name} left you a comment on your song \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_left_you_a_comment_on_your_music_album_name": "{user_name} left you a comment on your music album \"{name}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_music": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">music album<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_music_album": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">music album<\/a>.",
  "added_a_new_comment_on_a_href_item_user_link_item_user_name_s_album": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">music album<\/a>.",
  "your_song_title_has_been_approved": "Your song \"{title}\" has been approved.",
  "manage_songs": "Manage Songs",
  "music_album_text": "Music Album Text",
  "select_an_mp3": "Select an MP3.",
  "you_have_reached_your_limit_max_songs_allowed_total": "You have reached your limit. Max songs allowed: {total}",
  "unable_to_find_the_song_you_want_to_approve": "Unable to find the song you want to approve.",
  "your_song_title_has_been_approved_on_site_title": "Your song \"{title}\" has been approved on {site_title}.",
  "your_song_title_has_been_approved_on_site_title_to_view_this_song": "Your song \"{title}\" has been approved on {site_title}.\r\n\r\nTo view this song, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "there_is_one_song_that_is_pending_approval": "There is one song that is pending approval.",
  "there_are_total_songs_that_are_pending_approval": "There are {total} songs that are pending approval.",
  "click_here_to_approve_songs": "Click here to approve songs.",
  "no_songs_found": "No songs found.",
  "view_this_album": "View This Album",
  "skip_amp_view_this_album": "Skip &amp; View This Album",
  "album_details": "Album Details",
  "album_art": "Album Art",
  "tracks": "Tracks",
  "album_name": "Album Name",
  "album_year": "Album Year",
  "add_album": "Add Album",
  "select_photo": "Select Photo",
  "click_a_href_onclick_javascript_here_a_to_delete_this_image_and_upload_a_new_one_in_its_p": "Click <a href=\"#\" onclick=\"{javascript}\">here<\/a> to delete this image and upload a new one in its place.",
  "upload_track": "Upload Track",
  "album_tracks": "Album Tracks",
  "no_musicians_found": "No musicians found.",
  "no_musicians_have_joined": "No musicians have joined.",
  "join_now_if_you_are_a_musician": "Join now if you are a musician.",
  "you_retain_all_rights_in_your_music_that_you_upload": "<p>\r\n\t\tYou retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.\r\n\t<\/p>\r\n\t<p>\r\n\t\tUploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.\r\n\t<\/p>\r\n\t<p>\r\n\t\tMusician profiles are for Musicians\/Bands.\r\n\t<\/p>\r\n\t<p>\r\n\t\t<b>Notice:<\/b> You will convert your current profile into a Musicians profile.\r\n\t<\/p>",
  "b_notice_b_you_have_an_admin_account_and_if_you_convert_your_account_into_a_musicians_account": "<b>Notice:<\/b> You have an Admin account and if you convert your account into a \"Musicians\" account you will lose all your Admin rights.",
  "artist_band_name": "Artist\/Band Name",
  "play_all_total_track": "Play All ({total_track})",
  "about_this_album": "About This Album",
  "tracklist": "Tracklist",
  "plays": "Plays",
  "released": "Released",
  "total_play_plays": "{total_play} plays",
  "total_track_tracks": "{total_track} tracks",
  "album": "Album",
  "feature_this_song": "Feature this song.",
  "un_feature_this_song": "Un-Feature this song.",
  "add_this_song_to_your_profile": "Add this song to your profile.",
  "report_this_song": "Report this Song",
  "delete_track": "Delete Track",
  "genre": "Genre",
  "genre_total": "Genre {total}",
  "total_plays": "{total} plays",
  "total_tracks": "{total} tracks",
  "upload_new_track": "Upload New Track",
  "delete_album": "Delete Album",
  "report_this_music_album": "Report this Music Album",
  "feature_this_album": "Feature this album.",
  "un_feature_this_album": "Un-Feature this album.",
  "add_to_profile": "Add to Profile",
  "remove_this_song_from_your_profile": "Remove this song from your profile.",
  "cannot_display_player_while_designing_your_profile": "Cannot display player while designing your profile.",
  "you_retain_all_rights_in_your_music_that_you_upload_you_must_only_upload_music_in_which_you_own_all": "You retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.",
  "uploading_copyrighted_music_without_the_explicit_consent_of_the_copyright_owner_will_result_in_your": "Uploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.",
  "select_mp3": "Select MP3",
  "max_file_size": "Max file size",
  "song_name": "Song Name",
  "check_if_song_contains_explicit_lyrics": "Check if song contains explicit lyrics.",
  "genre_details": "Genre Details",
  "genre_name": "Genre Name",
  "no_albums_found": "No albums found.",
  "i_have_read_and_agree_to_the_terms_of_use_and_privacy_policy": "I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use<\/a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy<\/a>.",
  "no_albums_have_been_created_yet": "No albums have been created yet.",
  "click_here_to_create_one": "Click here to create one.",
  "are_you_sure_this_will_delete_all_tracks_that_belong_to_this_album_and_cannot_be_undone": "Are you sure? This will delete all tracks that belong to this album and cannot be undone.",
  "no_songs_uploaded_yet": "No songs uploaded yet.",
  "no_songs_added_yet": "No songs added yet.",
  "click_here_to_upload": "Click here to upload.",
  "click_here_to_find_songs": "Click here to find songs.",
  "full_name_uploaded_a_new_song": "<a href=\"{profile_link}\">{full_name}<\/a> uploaded a new song \"<a href=\"{link}\">{title}<\/a>\".",
  "full_name_uploaded_a_new_song_to_the_album": "<a href=\"{profile_link}\">{full_name}<\/a> uploaded a song \"<a href=\"{link}\">{title}<\/a>\" to the album \"<a href=\"{album_link}\">{album_title}<\/a>\".",
  "no_music_albums_have_been_created": "No music albums have been created.",
  "there_are_new_featured_albums": "There are new featured albums.",
  "there_are_no_featured_albums": "There are no featured albums.",
  "music_album_count": "Music Album Count",
  "music_album_track_count": "Music Album Track Count",
  "no_tracks_have_been_added": "No tracks have been added.",
  "music_album_successfully_deleted": "Music album successfully deleted.",
  "user_setting_can_access_music": "Can browse and view the music module?",
  "a_href_user_link_full_name_a_liked_their_own_a_href_link_song_a": "<a href=\"{user_link}\">{full_name}<\/a> liked their own <a href=\"{link}\">song<\/a>.",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_song_a": "<a href=\"{user_link}\">{full_name}<\/a> liked <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">song<\/a>.",
  "a_href_user_link_full_name_a_liked_your_a_href_link_song_a": "<a href=\"{user_link}\">{full_name}<\/a> liked your <a href=\"{link}\">song<\/a>.",
  "add_a_genre": "Add a genre.",
  "album_plays_count": "plays",
  "eg_1982": "eg. 1982",
  "setting_sponsored_songs_to_show": "<title>How Many Sponsor Songs To Show<\/title><info>This setting limits how many sponsor songs to show<\/info>",
  "sponsored_music_songs": "Sponsored Songs",
  "user_setting_can_sponsor_song": "Can members of this user group mark a song as Sponsor?",
  "unsponsor_this_song": "Unsponsor this Song",
  "sponsor_this_song": "Sponsor this Song",
  "song_successfully_sponsored": "Song successfully sponsored",
  "song_successfully_un_sponsored": "Song successfully Unsponsored",
  "encourage_sponsor_album": "Sponsor your Albums",
  "user_setting_can_sponsor_album": "Can members of this user group mark an album as sponsor?",
  "unsponsor_this_album": "Unsponsor",
  "sponsor_this_album": "Sponsor",
  "album_successfully_sponsored": "Album successfully sponsored.",
  "album_successfully_un_sponsored": "Album successfully unsponsored",
  "user_setting_can_purchase_sponsor_album": "Can members of this user group purchase a sponsored ad space for their music albums?",
  "user_setting_can_purchase_sponsor_song": "Can members of this user group purchase a sponsored ad space for their songs?",
  "encourage_sponsor_song": "Sponsor your Songs",
  "sponsor_help_song": "To sponsor your song, click on the link to listen to it and then click on the right hand side menu on \"Sponsor\".",
  "sponsored_music_album": "Sponsored Album",
  "sponsor_help_album": "To sponsor your album, click on it from the list below and then on the right hand side menu link \"Sponsor\"",
  "user_setting_music_album_sponsor_price": "How much is the sponsor space worth for music albums?\r\nThis works in a CPM basis.",
  "user_setting_music_song_sponsor_price": "How much is the sponsor space worth for music songs?\r\nThis works in a CPM basis.",
  "sponsor_error_album_not_found": "The music album you are trying to sponsor is not available.",
  "album_sponsor_title": "Music album: {sAlbumTitle}",
  "album_sponsor_paypal_message": "Payment for the sponsor space of music album: {sAlbumTitle}",
  "sponsor_error_song_not_found": "The music album you are trying to sponsor is not available.",
  "song_sponsor_title": "Song: {sSongTitle}",
  "song_sponsor_paypal_message": "Payment for the sponsor space of music song: {sSongTitle}",
  "user_setting_auto_publish_sponsored_album": "After the user has purchased a sponsored space, should the music album be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored album space before it is shown in the site.",
  "user_setting_auto_publish_sponsored_song": "After the user has purchased a sponsored space, should the song be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored song space before it is shown in the site.",
  "a_href_user_link_full_name_a_likes_your_a_href_link_music_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">music<\/a>.",
  "music_genres": "Music Genres",
  "please_select_a_genre_for_your_music": "Please select a genre for your music.",
  "note_that_you_can_edit_your_genre": "Note that you can edit your genre at a later time by editing your profile <a href=\"{link}\">here<\/a>.",
  "setting_music_enable_mass_uploader": "<title>Enable Mass Uploader<\/title><info>When enabled users will be allowed to use a mass song uploader to select multiple files from a single file select dialog.\r\n\r\nThis uses an integration of SWFUpload (http:\/\/code.google.com\/p\/swfupload\/) and thus it uses a Flash object.<\/info>",
  "user_setting_can_edit_own_song": "Can edit own songs?",
  "user_setting_can_edit_other_song": "Can edit songs uploaded by other users?",
  "user_setting_activity_music_song": "How many activity points does a user get when uploading a song?",
  "say_something_about_this_song": "Say something about this song.",
  "mp3": "MP3",
  "select_a_song_to_attach": "Select a song to attach.",
  "unable_to_find_the_song_you_are_trying_to_play": "Unable to find the song you are trying to play.",
  "song_successfully_featured": "Song successfully featured",
  "song_successfully_un_featured": "Song successfully un-featured",
  "album_successfully_featured": "Album successfully featured",
  "album_successfully_un_featured": "Album successfully un-featured",
  "song_has_been_approved": "Song has been approved.",
  "song_approved": "Song Approved",
  "song_successfully_deleted": "Song successfully deleted.",
  "search_songs": "Search Songs...",
  "all_songs": "All Songs",
  "my_songs": "My Songs",
  "friends_songs": "Friends' Songs",
  "pending_songs": "Pending Songs",
  "all_albums": "All Albums",
  "my_albums": "My Albums",
  "view_song": "View Song",
  "successfully_uploaded_the_mp3": "Successfully uploaded the MP3",
  "or_create_a_new_album": "or create a new album",
  "control_who_can_see_this_song": "Control who can see this song.",
  "control_who_can_comment_on_this_song": "Control who can comment on this song.",
  "upload_problems_try_the_basic_uploader": "Upload problems? Try the <a href=\"{url}\">basic uploader<\/a> (works on older computers and web browsers).",
  "control_who_can_see_this_album_and_any_songs_connected_to_it": "Control who can see this album and any songs connected to it.",
  "control_who_can_comment_on_this_album": "Control who can comment on this album.",
  "editing_album": "Editing Album",
  "upload_songs": "Upload Songs",
  "report_this_song_lowercase": "Report this song",
  "song_is_pending_approval": "Song is pending approval.",
  "by_lowercase": "by",
  "in": "in",
  "album_is_pending_approval": "Album is pending approval.",
  "report_this_album": "Report this album",
  "play_all": "Play All",
  "mp3_tracks": "MP3 Tracks",
  "new_albums": "New Albums",
  "1_track": "1 track",
  "1_play": "1 play",
  "full_name_liked_your_song_title": "{full_name} liked your song \"{title}\"",
  "full_name_liked_your_song_message": "{full_name} liked your song \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this song follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_liked_your_album_name": "{full_name} liked your album \"{name}\"",
  "full_name_liked_your_album_message": "{full_name} liked your album \"<a href=\"{link}\">{name}<\/a>\"\r\nTo view this album follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_liked_your_song_title": "{users} liked your song \"{title}\"",
  "who_can_share_songs": "Who can share songs?",
  "who_can_view_browse_songs": "Who can view\/browse songs?",
  "featured_albums": "Featured Albums",
  "featured_songs": "Featured Songs",
  "tracks_lowercase": "tracks",
  "plays_lowercase": "plays",
  "full_name_commented_on_your_song_title": "{full_name} commented on your song \"{title}\".",
  "posted_a_comment_on_gender_song_a_href_link_title_a": "posted a comment on {gender} song \"<a href=\"{link}\">{title}<\/a>\"",
  "posted_a_comment_on_user_name_s_song_a_href_link_title_a": "posted a comment on {user_name}'s song \"<a href=\"{link}\">{title}<\/a>",
  "name_commented_on_your_song": "{full_name} commented on your song \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_song": "{full_name} commented on {gender} song",
  "full_name_commented_on_other_full_name_s_song": "{full_name} commented on {other_full_name}'s song",
  "full_name_commented_on_gender_song_a_href_link_title_a_to_see_the_comment_thread_folow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} song \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, folow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_names_song": "{full_name} commented on {other_full_name}'s song \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_album": "{full_name} commented on {gender} album",
  "full_name_commented_on_other_full_name_s_album": "{full_name} commented on {other_full_name}'s album",
  "full_name_commented_on_gender_album_a_href_link_user_name_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} album \"<a href=\"{link}\">{user_name}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name_s_album_a_href_link_user_name_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {other_full_name}'s album \"<a href=\"{link}\">{user_name}<\/a>\".\r\nTO see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_link_on_user_name_s_song_a": "<a href=\"{link}\">On {user_name}'s song.<\/a>",
  "a_href_link_on_user_name_s_album_a": "<a href=\"{link}\">On {user_name}'s album.<\/a>",
  "user_name_liked_gender_own_song_title": "{user_name} liked {gender} own song \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_song_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> song \"{title}\"",
  "user_name_commented_on_span_class_drop_data_user_full_name_s_span_song_title": "{user_name} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> song \"{title}\"",
  "user_name_liked_gender_own_album_title": "{user_name} liked {gender} own album \"{title}\"",
  "user_name_liked_your_album_title": "{user_name} liked your album \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_album_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> album \"{title}\"",
  "user_name_commented_on_gender_album_title": "{user_name} commented on {gender} album \"{title}\"",
  "user_name_commented_on_your_album_title": "{user_name} commented on your album \"{title}\"",
  "user_name_commented_on_span_class_drop_data_user_full_name_s_album_title": "{user_name} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> album \"{title}\"",
  "your_song_was_named_successfully": "Your song was named successfully.",
  "songs_s_successfully_approved": "Songs(s) successfully approved.",
  "songs_s_successfully_deleted": "Songs(s) successfully deleted.",
  "songs_s_successfully_featured": "Songs(s) successfully featured.",
  "songs_s_successfully_un_featured": "Songs(s) successfully un-featured.",
  "albums_s_successfully_deleted": "Albums(s) successfully deleted.",
  "albums_s_successfully_featured": "Albums(s) successfully featured.",
  "albums_s_successfully_un_featured": "Albums(s) successfully un-featured.",
  "album_successfully_deleted": "Album successfully deleted.",
  "search_albums": "Search Albums...",
  "add_a_photo_category": "Add a Photo Category",
  "full_name_commented_on_your_album_title": "{full_name} commented on your album \"{title}\".",
  "full_name_commented_on_your_album_a_href_link_title_a_to_see_the_commented_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your album \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the commented thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_tagged_you_in_a_comment_in_a_song": "{user_name} tagged you in a comment in a song",
  "user_name_tagged_you_in_a_comment_in_a_music_album": "{user_name} tagged you in a comment in a music album",
  "update_user_song_count": "Update User Song Count",
  "fullname_s_songs": "{full_name}&#039;s Songs",
  "editing_song": "Editing Song",
  "users_commented_on_gender_song_title": "{users} commented on {gender} song \"{title}\"",
  "users_commented_on_your_song_title": "{users} commented on your song \"{title}\"",
  "song_successfully_uploaded": "Song successfully uploaded.",
  "user_setting_points_music_song": "How many activity points should a user receive for uploading a song?",
  "item_phrase_song": "song",
  "item_phrase_album": "music album",
  "album_songs_count": "{songs_count} songs",
  "unable_to_find_the_song_you_are_looking_for_dot": "Unable to find the song you are looking for.",
  "unable_to_edit_this_song_dot": "Unable to edit this song.",
  "album_song_count": "{songs_count} song",
  "who_can_share_music": "Who can share music?",
  "who_can_view_music": "Who can view music?",
  "module_newsletter": "Newsletter",
  "admin_menu_create_newsletter": "Create Newsletter",
  "user_setting_show_privacy": "If enabled, members of this user group will be able to toggle a privacy setting to stop receiving newsletters.",
  "admin_menu_manage_newsletters": "Manage Newsletters",
  "processing_job_newsletter_id": "Processing job {newsletter_id}.",
  "5_seconds_break_processing_job_continue_total_completed_perc": "5 seconds break. Processing job {continue}. Total completed {perc}%",
  "job_completed_successfully": "Job completed successfully.",
  "there_was_a_problem_with_this_job_feel_free_to_resume_it_at_any_time": "There was a problem with this job. Feel free to resume it at any time.",
  "select_a_newsletter_type": "Select a newsletter type.",
  "add_newsletter": "Add Newsletter",
  "newsletter_successfully_deleted": "Newsletter successfully deleted.",
  "manage_newsletters": "Manage Newsletters",
  "that_newsletter_does_not_exist": "That newsletter does not exist.",
  "please_choose_either_html_or_plain_text": "Please choose either HTML or Plain text.",
  "receive_newsletter": "Receive Newsletter",
  "there_are_users_still_missing_their_newsletter_total": "There are users still missing their newsletter ({total}).",
  "there_are_newsletters_in_process_total": "There are newsletters in process: ({total})",
  "add_a_subject": "Add a subject.",
  "how_many_users_to_contact_per_round": "How many users to contact per round.",
  "please_choose_a_type_of_newsletter": "Please choose a type of newsletter.",
  "you_need_to_write_a_message_to_send": "You need to write a message to send.",
  "purge_action_not_valid": "Purge action not valid.",
  "newsletter_type": "Newsletter type",
  "internal_pm": "Internal (PM)",
  "external_email": "External (Email)",
  "override_privacy": "Override Privacy",
  "how_many_per_round": "How many per round",
  "html_text": "Html Text",
  "plain_text": "Plain Text",
  "keyword_substitutions": "Keyword substitutions",
  "123_full_name_125_recipient_s_full_name": "&#123;FULL_NAME&#125; => recipient's full name",
  "123_user_name_125_recipient_s_user_name": "&#123;USER_NAME&#125; => recipient's user name",
  "123_site_name_125_site_s_name": "&#123;SITE_NAME&#125; => site's name",
  "show_plain": "Show Plain",
  "send_now": "Send Now",
  "newsletters": "Newsletters",
  "state": "State",
  "edit_newsletter": "Edit Newsletter",
  "process_newsletter": "Process Newsletter",
  "delete_newsletter": "Delete Newsletter",
  "delete_newsletter_subject": "Delete newsletter {subject}.",
  "not_started": "Not started",
  "already_started": "Already started",
  "no_newsletters_to_show": "No newsletters to show",
  "posted_on_time_stamp_by_user_info": "Posted on {time_stamp} by {user_info}.",
  "view_in": "View in:",
  "plain": "Plain",
  "this_newsletter_is_empty": "This newsletter is empty.",
  "site_newsletter_title": "Site Newsletter: {title}",
  "you_have_received_a_newsletter_from_title": "You have received a newsletter from {title}.\r\n\r\nTo view this newsletter follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "get_plain_text_from_html": "Get plain text from HTML",
  "view_newsletter": "View Newsletter",
  "module_notification": "Notification",
  "setting_always_display_notification_box": "<title>Display Notification Box<\/title><info>Select <b>True<\/b> if you would like to display the notifications (eg. new messages) block on the sites index page even when a user has no notifications.<\/info>",
  "setting_notify_on_new_request": "<title>Site Wide Notification<\/title><info>If enabled users will be notified when a new request or notification is available.\r\n\r\n<b>Notice:<\/b> This feature will include two (2) extra SQL queries on every page the user visits.<\/info>",
  "setting_notify_ajax_refresh": "<title>Site Wide Notification AJAX Refresh (Minutes)<\/title><info>If enabled this will update the AJAX request to check if a user has any new notifications every X minutes where X is the numerical value of this setting.\r\n\r\n<b>Notice:<\/b> This setting will only be enabled if the parent setting \"<setting>notification.notify_on_new_request<\/setting>\" is enabled.<\/info>",
  "no_new_notifications": "No new notifications.",
  "setting_total_notification_title_length": "<title>Notification Title Length<\/title><info>When users receive a notification certain items include a title. This setting controls the length of the title.<\/info>",
  "see_all_notifications": "See All Notifications",
  "delete_all_notifications": "Delete All Notifications",
  "delete_this_notification": "Delete this notification",
  "reset_notification_count": "Reset Notification Count",
  "other": "other",
  "get_the_total_number_of_unseen_notifications_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in": "Get the total number of unseen notifications. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "get_all_of_the_users_notifications_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in": "Get all of the users notifications. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "setting_notification_browse_messages": "<title>Notification Timestamp<\/title><info>Timestamp used when a user views all their notifications.<\/info>\r\n        ",
  "remove_all_notifications": "Remove all notifications",
  "module_pages": "Pages",
  "user_setting_max_upload_size_pages": "Max file size for event photos in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.",
  "menu_pages_create_a_page_42a6b1a9f5d9d3cb02b85677b552fda0": "Create a Page",
  "user_setting_can_moderate_pages": "Can moderate pages? This will allow a user to edit\/delete\/approve pages added by other users.",
  "user_setting_approve_pages": "Approve a new page before it is displayed publicly?",
  "user_setting_points_pages": "Activity points received when creating a new page.",
  "user_setting_can_add_new_pages": "Can create new pages?",
  "widgets": "Widgets",
  "unable_to_find_the_page_you_are_trying_to_comment_on": "Unable to find the page you are trying to comment on.",
  "full_name_wrote_a_comment_on_your_page_title": "{full_name} wrote a comment on your page \"{title}\".",
  "full_name_wrote_a_comment_link": "{full_name} wrote a comment on your page \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "page_name_not_allowed_please_select_another_name": "Page name not allowed. Please select another name.",
  "successfully_updated_your_pages_url": "Successfully updated your pages URL.",
  "url_updated": "URL Updated",
  "successfully_registered_for_this_page": "Successfully registered for this page. Your membership is pending an admins approval. As soon as your membership has been approved you will be notified.",
  "login_as_a_page": "Login as a Page",
  "pages_s_successfully_approved": "Page(s) successfully approved.",
  "pages_s_successfully_deleted": "Page(s) successfully deleted.",
  "page_has_been_approved": "Page has been approved.",
  "page_approved": "Page Approved",
  "members_total": "Members ({total})",
  "successfully_updated_the_category": "Successfully updated the category.",
  "successfully_created_a_new_category": "Successfully created a new category.",
  "successfully_deleted_the_category": "Successfully deleted the category.",
  "manage_sub_categories": "Manage Sub-Categories",
  "information": "Information",
  "permissions": "Permissions",
  "view_this_page": "View This Page",
  "editing_page": "Editing Page",
  "creating_a_page": "Creating a Page",
  "search_pages": "Search Pages...",
  "all_pages": "All Pages",
  "my_pages": "My Pages",
  "friends_pages": "Friends' Pages",
  "pending_pages": "Pending Pages",
  "unable_to_view_this_section_due_to_privacy_settings": "Unable to view this section due to privacy settings.",
  "in_the_page_link_title": "In the page <a href=\"{link}\">{title}<\/a>",
  "liked_the_page_link_title_title": "liked the page \"<a href=\"{link}\" title=\"{link_title}\">{title}<\/a>\".",
  "users_invited_you_to_check_out_the_page_title": "{users} invited you to check out the page \"{title}\"",
  "full_name_liked_your_page_title": "{full_name} liked your page \"{title}\"",
  "full_name_liked_your_page": "{full_name} liked your page \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this page follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "membership_accepted_to_title": "Membership accepted to \"{title}\"",
  "your_membership_to_the_page_link": "Your membership to the page \"<a href=\"{link}\">{title}<\/a>\" has been accepted.\r\nTo view this page follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "your_membership_has_been_accepted_to_join_the_page_title": "Your membership has been accepted to join the page \"{title}\".",
  "users_joined_gender_own_page_title": "{users} joined {gender} own page \"{title}\"",
  "users_joined_your_page_title": "{users} joined your page \"{title}\"",
  "users_joined_full_names_page_title": "{users} joined <span class=\"drop_data_user\">{full_name}'s<\/span> page \"{title}\"",
  "users_liked_gender_own_page_title": "{users} liked {gender} own page \"{title}\"",
  "users_liked_your_page_title": "{users} liked your page \"{title}\"",
  "users_liked_full_names_page_title": "{users} liked <span class=\"drop_data_user\">{full_name}'s<\/span> page \"{title}\"",
  "who_can_post_a_comment": "Who can post a comment?",
  "who_can_view_browse_comments": "Who can view\/browse comments?",
  "full_name_commented_on_a_comment_posted_on_the_page_title": "{full_name} commented on a comment posted on the page \"{title}\".",
  "full_name_commented_on_one_of_your_comments": "{full_name} commented on one of your comments you posted on the page \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_gender_page_comments": "{full_name} commented on one of {gender} page comments.",
  "full_name_commented_on_one_of_other_full_name_s_page_comments": "{full_name} commented on one of {other_full_name}'s page comments.",
  "full_name_comment_on_one_of_gender": "{full_name} commented on one of {gender} own comments on the page \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_other_full_name": "{full_name} commented on one of {other_full_name}'s comments on the page \"<a href=\"{item_link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_full_names_page": "{users} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> page \"{title}\"",
  "users_commented_on_gender_own_page_title": "{users} commented on {gender} own page \"{title}\"",
  "users_commented_on_your_page_title": "{users} commented on your page \"{title}\"",
  "users_commented_on_span_class_drop_data_user_full_name_s_span_comment_on_the_page_title": "{users} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> comment on the page \"{title}\"",
  "users_commented_on_gender_own_comment_on_the_page_title": "{users} commented on {gender} own comment on the page \"{title}\"",
  "users_commented_on_one_of_your_comments_on_the_page_title": "{users} commented on one of your comments on the page \"{title}\"",
  "users_commented_on_one_of_full_name": "{users} commented on one of <span class=\"drop_data_user\">{full_name}'s<\/span> comments on the page \"{title}\"",
  "pending_memberships": "Pending Memberships",
  "unable_to_find_the_page_you_are_trying_to_edit": "Unable to find the page you are trying to edit.",
  "you_are_unable_to_edit_this_page": "You are unable to edit this page.",
  "unable_to_delete_this_widget": "Unable to delete this widget.",
  "unable_to_add_a_widget_to_this_page": "Unable to add a widget to this page.",
  "provide_a_title_for_your_widget": "Provide a title for your widget.",
  "provide_content_for_your_widget": "Provide content for your widget.",
  "provide_a_menu_title_for_your_widget": "Provide a menu title for your widget.",
  "provide_a_url_title_for_your_widget": "Provide a URL title for your widget.",
  "you_cannot_use_this_url_for_your_widget": "You cannot use this URL for your widget.",
  "page_name_cannot_be_empty": "Page name cannot be empty.",
  "full_name_invited_you_to_the_page_title": "{full_name} invited you to the page \"{title}\".",
  "to_view_this_page_click_the_link_below_a_href_link_link_a": "To view this page click the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_sent_you_a_page_invitation": "{full_name} sent you a page invitation.",
  "unable_to_find_the_page_you_are_trying_to_login_to": "Unable to find the page you are trying to login to.",
  "unable_to_log_in_as_this_page": "Unable to log in as this page.",
  "unable_to_find_the_page_you_are_trying_to_delete": "Unable to find the page you are trying to delete.",
  "you_are_unable_to_delete_this_page": "You are unable to delete this page.",
  "unable_to_find_the_page_you_are_trying_to_approve": "Unable to find the page you are trying to approve.",
  "page_title_approved": "Page \"{title}\" approved!",
  "your_page_title_has_been_approved": "Your page \"{title}\" has been approved. To view this page follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "users_commented_on_the_page_title": "{users} commented on the page \"{title}\"",
  "users_commented_on_full_name_comment": "{users} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> comment on the page \"{title}\"",
  "users_commented_on_gender_own_comment": "{users} commented on {gender} own comment on the page \"{title}\"",
  "users_commented_on_one_of_your_comments": "{users} commented on one of your comments on the page \"{title}\"",
  "users_commented_on_one_of_full_name_comments": "{users} commented on one of <span class=\"drop_data_user\">{full_name}'s<\/span> comments on the page \"{title}\"",
  "invitations_sent_out": "Invitations sent out.",
  "unable_to_find_the_page": "Unable to find the page.",
  "unable_to_moderate_this_page": "Unable to moderate this page.",
  "go_to_app": "Go to App",
  "join": "Join",
  "no_members_yet": "No members yet.",
  "person_likes_this": "person likes this",
  "people_like_this": "people like this",
  "select_switch_below_to_use_this_site_as_a_page": "Select \"Switch\" below to use this site as a Page and interact with others as that Page.",
  "switch": "Switch",
  "you_currently_do_not_have_any_pages": "You currently do not have any pages. Create a new page <a href=\"{link}\">here<\/a>.",
  "remove_membership": "Remove Membership",
  "is_a_group": "Is a group?",
  "manage_sub_categories_total": "Manage Sub-Categories ({total})",
  "app": "App",
  "vanity_url": "Vanity URL",
  "check_url": "Check URL",
  "click_here_to_change_this_photo": "Click <a href=\"#\" id=\"js_pages_add_change_photo\">here<\/a> to change this photo.",
  "page_privacy": "Page Privacy",
  "control_who_can_see_this_page": "Control who can see this page.",
  "page_registration_method": "Page Registration Method",
  "members_only": "Members Only",
  "admins_only": "Admins Only",
  "create_new_widget": "Create New Widget",
  "connect_with_friends_associates_amp_fans": "Connect with friends, associates &amp; fans.",
  "choose_a_category": "Choose a category",
  "get_started": "Get Started",
  "invite_only": "Invite Only",
  "note_that_pages_displayed_here_are_pages_created_by_the_page": "Note that Pages displayed here are pages created by the Page ({global_full_name}) and not by the parent user ({profile_full_name}).",
  "no_members": "No members",
  "no_pages_found": "No pages found.",
  "this_page_is_pending_an_admins_approval_before_it_can_be_displayed_publicly": "This page is pending an Admins approval before it can be displayed publicly.",
  "you_have_been_invited_to_join_this_community": "You have been invited to join this community.",
  "due_to_privacy_settings_this_page_is_not_visible": "Due to privacy settings this page is not visible.",
  "this_page_is_also_invite_only": "This page is also \"Invite Only\".",
  "is_a_block": "Is a block?",
  "menu_title": "Menu Title",
  "successfully_moderated_user_s": "Successfully moderated user(s).",
  "logged_in_as_a_page": "You are currently logged in as a Page. In order to create a new page log back in as your parent account ({full_name}).",
  "user_setting_can_view_browse_pages": "Can browse and view pages?",
  "your_page_has_been_approved": "Your page \"{title}\" has been approved.",
  "please_select_a_category": "Please select a category.",
  "full_name_liked_a_comment_you_made_on_the_page_title": "{full_name} liked a comment you made on the page \"{title}\"",
  "full_name_liked_a_comment_you_made_on_the_page_title_to_view_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} liked a comment you made on the page \"{title}\".\r\nTo view the comment thread follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_is_requesting_to_join_your_page_title": "{full_name} is requesting to join your page \"{title}\".",
  "users_pages_groups_count": "Users Pages\/Groups Count",
  "pages_privacy_information": "Note that the privacy set here only controls who can view the actual page and does not have any connection to any of the sub-sections or posts that reach the main activity feed. To control the privacy of each sub-section and its items you can do this below.",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_comment_on_the_page_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}&#039;s<\/span> comment on the page \"{title}\"",
  "users_liked_gender_own_comment_on_the_page_title": "{users} liked {gender} own comment on the page \"{title}\"",
  "users_liked_one_of_your_comments_on_the_page_title": "{users} liked one of your comments on the page \"{title}\"",
  "users_liked_one_on_span_class_drop_data_user_row_full_name_s_span_comments_on_the_page_title": "{users} liked one on <span class=\"drop_data_user\">{row_full_name}&#039;s<\/span> comments on the page \"{title}\"",
  "user_name_tagged_you_in_a_comment_in_a_page": "{user_name} tagged you in a comment in a page.",
  "customize_design": "Customize Design",
  "full_name_tagged_you_on_a_page": "{full_name} tagged you on a page.",
  "user_setting_can_claim_page": "Can members of this user group contact the site to claim a page?",
  "setting_admin_in_charge_of_page_claims": "<title>Admin in Charge of Page Claims<\/title><info>Choose which admin should receive a mail when someone claims a page. \r\n\r\nClaiming a page is a user group setting, not every member is allowed to claim a page. To enable a user group to claim pages please go to Users -> Manage User Groups.<\/info>",
  "admin_menu_manage_claims": "Manage Claims",
  "step_count": "Step {count}",
  "skip_view_this_page": "Skip & View This Page",
  "after_updating": "After Updating",
  "go_to_the_next_step": "Go to the next step",
  "view_this_page_lower": "View this page",
  "setting_show_page_admins": "<title>Show Page Admins<\/title><info>Enable this option to show the page admins within a block when viewing a page. The person who created the page will be listed as the \"Founder\".<\/info>",
  "founder": "Founder",
  "full_name_s_pages": "{full_name}&#039;s Pages",
  "upload_a_new_image_below_if_you_wish_to_change_this_icon": "Upload a new image below if you wish to change this icon.",
  "1_like": "1 like",
  "total_like_likes": "{total_like} likes",
  "total_like_members": "{total_like} members",
  "can_view_widgets": "Can view widgets?",
  "claim_page": "Claim Page",
  "place_your_page_in_the_map": "Place your Page in the map, when someone writes a status update they can say they were at your pages&#039; location:",
  "you_can_also_write_your_address": "You can also write your address here",
  "use_timeline": "Use timeline?",
  "user_setting_can_add_cover_photo_pages": "Can add a cover photo on pages?",
  "position_set_correctly": "Position set correctly.",
  "unjoin": "Unjoin",
  "enter_the_password_used_to_log_into_the_account": "Enter the password used to log into the account",
  "claims": "Claims",
  "claimed_by": "Claimed By",
  "page_owner": "Page Owner",
  "grant": "Grant",
  "there_are_no_claims_at_the_moment_dot": "There are no claims at the moment.",
  "no_pages": "No pages",
  "that_title_is_not_allowed": "That title is not allowed",
  "not_a_valid_claim": "Not a valid claim",
  "user_is_not_an_admin": "User is not an admin",
  "the_photo_does_not_belong_to_this_page": "The photo does not belong to this page",
  "successfully_deleted_user_s_dot": "Successfully deleted user(s).",
  "successfully_approved_user_s_dot": "Successfully approved user(s).",
  "followers": "Followers",
  "follower": "Follower",
  "liked_pages": "Liked pages",
  "pages_you_created_and_joined": "Pages you created and joined",
  "are_you_sure_you_want_to_transfer_ownership": "Are you sure you want to transfer ownership?",
  "are_you_sure_you_want_to_deny_this_claim_request": "Are you sure you want to deny this claim request?",
  "module_photo": "Photos",
  "menu_photo": "Photos",
  "menu_photos": "Photos",
  "user_setting_can_create_photo_album": "Can create a new photo album?",
  "user_setting_max_number_of_albums": "Define the total number of photo albums a user within this user group can create.\r\n\r\n<b>Notice:<\/b> If you set this value to <b>null<\/b> it will allow them to create an unlimited amount of photo albums. Setting this value to <b>0<\/b> will not allow them the ability to create photo albums.",
  "setting_photo_pic_sizes": "<title>Photo Image Sizes<\/title><info>Photo Image Sizes<\/info>",
  "user_setting_points_photo": "Points received when uploading a new image.",
  "user_setting_can_upload_photos": "Can upload photos?",
  "user_setting_can_use_privacy_settings": "Can use privacy settings when creating an album?",
  "user_setting_max_images_per_upload": "Define the maximum number of images a user can upload each time they use the upload form.\r\n\r\n<b>Notice:<\/b> This setting does not control how many images a user can upload in total, just how many they can upload each time they use the upload form to upload new images.",
  "user_setting_can_add_tags_on_photos": "Can add tags on photos?",
  "user_setting_can_add_mature_images": "Can add mature images with warnings?",
  "user_setting_can_search_for_photos": "Can search for photos?",
  "user_setting_total_photos_displays": "Define how many images a user can view at once when browsing the public photo section?",
  "user_setting_refresh_featured_photo": "Define how many minutes or seconds the script should wait until it refreshes the feature photo.\r\n\r\n<b>Notice:<\/b> To add X minutes here are some examples:\r\n1 min\r\n2 min\r\n30 min\r\nIf you would like to define it in seconds here are some examples:\r\n20 sec\r\n30 sec\r\n90 sec\r\n",
  "setting_photo_image_details_time_stamp": "<title>Image Details<\/title><info>Image Details<\/info>",
  "user_setting_can_download_user_photos": "Can download a users photo?",
  "user_setting_can_edit_own_photo_album": "Can edit own photo album?",
  "user_setting_can_edit_other_photo_albums": "Can edit photo albums that belong to other users?",
  "user_setting_can_photo_album": "Can add a new photo album?",
  "user_setting_can_delete_own_photo": "Can delete own photo?",
  "user_setting_can_delete_other_photos": "Can delete photos uploaded by other users?",
  "user_setting_can_edit_own_photo": "Can edit own photo?",
  "user_setting_can_edit_other_photo": "Can edit photos added by other users?",
  "user_setting_photo_mature_age_limit": "For a photo that is marked as \"Mature (Strict)\" define the age limit?\r\n\r\n<b>Note:<\/b>The age you define will allow users with that age or older the ability to view mature photos.",
  "feed_user_add_photos": "<a href=\"{owner_link}\">{owner_full_name}<\/a> added photos to their album \"<a href=\"{link}\">{album_name}<\/a>\".",
  "user_setting_can_edit_photo_categories": "Can edit public photo categories?",
  "user_setting_can_add_public_categories": "Can add public photo categories?",
  "user_setting_photo_must_be_approved": "Set this to <b>True<\/b> if photos uploaded must be approved before they are visible to the public.",
  "user_setting_can_approve_photos": "Can approve photos that require moderation?",
  "user_setting_can_feature_photo": "Can feature a photo?",
  "setting_rename_uploaded_photo_names": "<title>Rename Photo Names<\/title><info>Set to <b>True<\/b> if you would like to rename a photo based on what the title of the photo or the title provided by the user when processing their recently uploaded photos. By default we use a 32 character unique hash to protect images, however enabling this feature will still create a unique ID for each image and help with image SEO.\r\n\r\n<b>Notice:<\/b> Apache \"mod_rewrite\" will have to be enabled to use this feature. Once you have enabled this feature you must edit the file \".htaccess\" find in your sites root directory.\r\n\r\nLook for the following in that file:\r\n[code]\r\n# Rename Photo Names\r\n[\/code]\r\nUnder that line you will find 2 lines that have been commented out. Simply uncomment those 2 lines by removing the hash \"#\" symbol.\r\n<\/info>",
  "user_setting_can_delete_own_photo_album": "Can delete own photo album?",
  "user_setting_can_delete_other_photo_albums": "Can delete photo albums created by other users?",
  "user_setting_can_tag_own_photo": "Can tag own photo?",
  "user_setting_can_tag_other_photos": "Can tag photos added by other users?",
  "user_setting_how_many_tags_on_own_photo": "How many times can a user tag their own photo?",
  "user_setting_how_many_tags_on_other_photo": "How many times can this user tag photos added by other users?",
  "stat_title_3": "Photos",
  "user_setting_photo_max_upload_size": "Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.",
  "setting_enabled_watermark_on_photos": "<title>Watermark Photos<\/title><info>Enable this option to watermark photos.\r\n\r\n<b>Notice:<\/b> The setting <setting>core.watermark_option<\/setting> must be enabled.<\/info>",
  "setting_photo_meta_description": "<title>Photo Meta Description<\/title><info>Meta description for the photo sections.<\/info>",
  "setting_photo_meta_keywords": "<title>Photo Meta Keywords<\/title><info>Keywords for the photo sections.<\/info>",
  "you_have_reached_your_limit_you_are_currently_unable_to_create_new_photo_albums": "You have reached your limit. You are currently unable to create new photo albums.",
  "you_have_rated_all_the_available_images": "No more available images to rate.",
  "editing_category": "Editing category",
  "un_feature_this_photo": "Un-Feature this photo.",
  "feature_this_photo": "Feature this photo.",
  "photo_successfully_featured": "Photo successfully featured.",
  "photo_successfully_un_featured": "Photo successfully un-featured.",
  "photo_successfully_uploaded": "Photo successfully uploaded.",
  "photos_successfully_uploaded": "Photos successfully uploaded.",
  "processing_image_current_total": "Processing image {current}\/{total}",
  "provide_a_name_for_your_album": "Provide a name for your album.",
  "select_a_privacy_setting_for_your_album": "Select a privacy setting for your album.",
  "image_details": "Image Details",
  "featured_photo": "Featured Photo",
  "view_more_photos": "View More Photos",
  "average_rating": "Average Rating",
  "provide_a_name_for_your_photo_category": "Provide a name for your photo category.",
  "photo_category_order_successfully_updated": "Photo category order successfully updated.",
  "invalid_section": "Invalid section.",
  "photo_category_successfully_deleted": "Photo category successfully deleted.",
  "photo_category_successfully_updated": "Photo category successfully updated.",
  "photo_category_successfully_added": "Photo category successfully added.",
  "manage_photo_categories": "Manage Photo Categories",
  "photo_album_successfully_deleted": "Photo album successfully deleted.",
  "invalid_photo_album": "Invalid photo album.",
  "password_is_not_correct_please_try_again": "Password is not correct. Please try again.",
  "full_name_s_photos": "{full_name}'s Photos",
  "full_name_s_photo_album_from_time_stamp": "{full_name}'s Photo Album from {time_stamp}",
  "photo_battle": "Photo Battle",
  "battle": "Battle",
  "not_allowed_to_download_this_image": "Not allowed to download this image.",
  "photo_section_is_closed": "Photo section is closed.",
  "site_title_has_a_total_of_total_photo_s": "{site_title} has a total of {total} photo(s).",
  "section_is_private": "Section is private.",
  "full_name_s_photos_on_site_title_full_name_has_total_photo_photo_s_and_total_album_photo": "{full_name}'s photos on {site_title}. {full_name} has {total_photo} photo(s) and {total_album} photo album(s).",
  "photo_rating_is_disabled": "Photo rating is disabled.",
  "rate_photos": "Rate Photos",
  "rate": "Rate",
  "photo_tags": "Photo Tags",
  "upload_photos": "Upload Photos",
  "photos_successfully_updated": "Photos successfully updated.",
  "photo_s_successfully_updated": "Photo(s) successfully updated.",
  "process_photos": "Process Photos",
  "invalid_photo": "Invalid photo.",
  "sorry_this_photo_can_only_be_viewed_by_those_older_then_the_age_of_limit": "Sorry, this photo can only be viewed by those older then the age of {limit}.",
  "not_a_valid_photo_album_to_delete": "Not a valid photo album to delete.",
  "you_do_not_have_sufficient_permission_to_delete_this_photo_album": "You do not have sufficient permission to delete this photo album.",
  "unable_to_find_the_photo": "Unable to find the photo.",
  "this_photo_is_already_tagged_in_the_same_position": "This photo is already tagged in the same position.",
  "no_more_tags_for_this_photo_can_be_added": "No more tags for this photo can be added.",
  "full_name_has_already_been_tagged_in_this_photo": "{full_name} has already been tagged in this photo.",
  "provide_a_photo_tag": "Provide a photo tag.",
  "not_allowed_to_tag_this_photo": "Not allowed to tag this photo.",
  "unable_to_find_photo": "Unable to find photo.",
  "unable_to_delete_this_tag": "Unable to delete this tag.",
  "a_href_profile_link_owner_full_name_a_uploaded_a_new_photo": "<a href=\"{profile_link}\">{owner_full_name}<\/a> uploaded a new photo.",
  "a_href_profile_link_owner_full_name_a_uploaded_new_photos": "<a href=\"{profile_link}\">{owner_full_name}<\/a> uploaded new photos.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_photo": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">photo<\/a>.",
  "user_name_left_you_a_comment_on_site_title_message": "{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it_needs_to_be": "{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "a_href_user_link_full_name_a_wrote_a_comment_on_your_photo_a_href_photo_link_title": "<a href=\"{user_link}\">{full_name}<\/a> wrote a comment on your photo \"<a href=\"{photo_link}\">{title}<\/a>\".",
  "on_name_s_photo": "On {name}'s photo.",
  "a_href_photo_section_link_photo_a_uploaded_on_time_stamp_by_a_href_user_link": "<a href=\"{photo_section_link}\">Photo<\/a> uploaded on {time_stamp} by <a href=\"{user_link}\">{full_name}<\/a>.",
  "photo_albums": "Photo Albums",
  "view_photos": "View Photos",
  "unable_to_find_the_photo_you_plan_to_edit": "Unable to find the photo you plan to edit.",
  "updating_album": "Updating Album",
  "none_of_your_files_were_uploaded_please_make_sure_you_upload_either_a_jpg_gif_or_png_file": "None of your files were uploaded. Please make sure you upload either a JPG, GIF or PNG file.",
  "updating_photo": "Updating photo",
  "password_protected_album": "PASSWORD PROTECTED ALBUM",
  "private_album": "PRIVATE ALBUM",
  "name_by_full_name": "{name} by {full_name}",
  "view_more_albums_total": "View More Albums ({total})",
  "all_categories": "All Categories",
  "search_for_keyword": "Search for Keyword",
  "top_rated": "Top Rated",
  "top_battle": "Top Battle",
  "public_photos_will_be_added_to_our_public_photo_section": "Public (Photos will be added to our public photo section.)",
  "personal_photos_will_only_be_displayed_on_your_profile": "Personal (Photos will only be displayed on your profile.)",
  "friends_only_you_and_your_friends_can_view_this_album": "Friends (Only you and your friends can view this album.)",
  "preferred_list_only_you_and_the_members_you_select_can_view_this_album": "Preferred List (Only you and the members you select can view this album.)",
  "password_protect": "Password-Protect",
  "image_is_pending_approval": "Image is pending approval.",
  "mature_content": "Mature Content",
  "yes_strict": "Yes [strict]",
  "yes_warning": "Yes [warning]",
  "allow_comments_default": "Allow comments (default)",
  "encourage_advanced_critique": "Encourage advanced critique",
  "discourage_criticism": "Discourage criticism",
  "disable_comments": "Disable comments",
  "public_rating": "Public Rating",
  "download_enabled": "Download Enabled",
  "enabling_this_option_will_allow_others_the_rights_to_download_this_photo": "Enabling this option will allow others the rights to download this photo.",
  "enabling_this_option_will_allow_others_the_rights_to_download_these_photos": "Enabling this option will allow others the rights to download these photos.",
  "report_a_photo_album": "Report a Photo Album",
  "edit_this_album": "Edit This Album",
  "upload_photos_to_album": "Upload Photos to Album",
  "view_all_sizes": "View All Sizes",
  "report_a_photo": "Report a Photo",
  "edit_this_photo": "Edit this Photo",
  "upload_a_new_image": "Upload a New Image",
  "delete_this_photo": "Delete this Photo",
  "rotate_right": "Rotate Right",
  "rotate_left": "Rotate Left",
  "tag_this_photo": "Tag this Photo",
  "no_photos_have_been_added_yet": "No photos have been added yet.",
  "be_the_first_to_upload_a_photo": "Be the First to Upload a Photo.",
  "title_by_full_name": "{title} by {full_name}",
  "by_user_info": "by {user_info}",
  "no_photos_added_yet": "No photos added yet.",
  "click_here_to_upload_a_photo": "Click here to upload a photo.",
  "set_as_album_cover": "Set as album cover.",
  "no_photos_uploaded_yet": "No photos uploaded yet.",
  "click_here_to_upload_photos": "Click here to upload photos.",
  "the_photo_you_are_about_to_view_may_contain_nudity_sexual_themes_violence_gore_strong_language_or_ideologically_sensitive_subject_matter": "The photo you are about to view may contain nudity, sexual themes, violence\/gore, strong language or ideologically sensitive subject matter.",
  "would_you_like_to_view_this_image": "Would you like to view this image?",
  "no_thanks": "No, Thanks.",
  "parent": "Parent",
  "are_you_sure_you_want_to_delete_this_album_and_all_the_pictures_that_belong_to_it": "Are you sure you want to delete this album and all the pictures that belong to it?",
  "note_that_this_cannot_be_undone": "Note that this cannot be undone.",
  "update_photo": "Update Photo",
  "this_photo_album_is_password_protected": "This photo album is password protected.",
  "enter_password": "Enter Password",
  "no_images_found": "No images found.",
  "v_br_e_br_r_br_s_br_u_br_s": "V<br \/>e<br \/>r<br \/>s<br \/>u<br \/>s",
  "there_is_one_image_that_requires_your_approval": "There is one image that requires your approval.",
  "there_are_total_images_that_require_your_approval": "There are {total} images that require your approval.",
  "no_public_photos_have_been_uploaded_yet": "No public photos have been uploaded yet.",
  "click_here_to_approve_photos": "Click here to approve photos.",
  "photos_total": "Photos ({total})",
  "albums_total": "Albums ({total})",
  "you_have_not_uploaded_any_photos_yet": "You have not uploaded any photos yet.",
  "user_info_has_not_uploaded_any_photos_yet": "{user_info} has not uploaded any photos yet.",
  "upload_your_photos": "Upload Your Photos",
  "browse_other_photos": "Browse Other Photos",
  "skip": "Skip",
  "b_back_b_to_full_name_s_photo_section": "<b>Back<\/b> to {full_name}'s photo section.",
  "b_back_b_to_title_s_photo_section": "<b>Back<\/b> to {title}'s photo section.",
  "upload_by_user_info_on_time_stamp": "Upload by {user_info} on {time_stamp}.",
  "available_sizes": "Available sizes",
  "download_this_image": "Download This Image.",
  "photo_links": "Photo Links",
  "html_embed": "HTML Embed",
  "photo_path": "Photo Path",
  "global_photo_settings": "Global Photo Settings",
  "note_that_global_photo_settings_will_override_any_settings_saved_individually_below": "Note that \"Global Photo Settings\" will override any settings saved individually below.",
  "save_global_settings": "Save Global Settings",
  "uploaded_photos": "Uploaded Photos",
  "and_then": "and then",
  "process_next_batch_total_left": "process next batch ({total} left).",
  "view_your_photos": "view your photos.",
  "upload_new_images": "upload new images.",
  "select_an_album": "Select an album",
  "create_a_new_one": "Create a New One",
  "select_photo_s": "Select Photo(s)",
  "process_your_photos": "process your photos.",
  "upload_more_photos": "upload more photos.",
  "recently_uploaded": "Recently Uploaded",
  "process_your_photo_s": "Process Your Photo(s)",
  "by_lower": "by",
  "in_this_photo": "In this photo",
  "full_name_s_photo_from_time_stamp": "{full_name}'s Photo from {time_stamp}",
  "click_here_to_tag_as_yourself": "Click here to tag as yourself.",
  "groups": "Groups",
  "select_an_area_on_your_photo_to_crop": "Select an area on your photo to crop.",
  "all_photos": "All Photos",
  "submitted": "Submitted",
  "file_size": "File Size",
  "resolution": "Resolution",
  "battle_wins": "Battle Wins",
  "downloads": "Downloads",
  "not_enough_photos_to_have_a_battle": "Not enough photos to have a battle.",
  "get_the_battle_started_and_upload_some_photos": "Get the battle started and upload some photos.",
  "photo_successfully_deleted": "Photo successfully deleted.",
  "remove_tag": "remove tag",
  "added_on_time_stamp_by_full_name": "Added on {time_stamp} by {full_name}.",
  "with_a_total_of_total_vote_votes": "with a total of {total_vote} votes.",
  "photo_count_for_photo_albums": "Photo Count for Photo Albums",
  "no_photos_have_been_featured": "No photos have been featured.",
  "no_photos_pending_approval": "No photos pending approval.",
  "recent_photos": "Recent Photos",
  "photo_successfully_unfeatured": "Photo successfully unfeatured.",
  "no_public_photo_albums_found": "No public photo albums found.",
  "advanced_critique_is_encouraged_when_commenting_on_this_photo": "Advanced critique is encouraged when commenting on this photo.",
  "criticism_is_discouraged_when_commenting_on_this_photo": "Criticism is discouraged when commenting on this photo.",
  "create_a_new_album": "Create a New Album",
  "user_setting_can_view_photos": "Can browse and view the photo module?",
  "a_href_user_link_full_name_a_liked_their_own_a_href_link_photo_album_a": "<a href=\"{user_link}\">{full_name}<\/a> liked their own <a href=\"{link}\">photo album<\/a>.",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_photo_album_a": "<a href=\"{user_link}\">{full_name}<\/a> liked <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">photo album<\/a>.",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> liked <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_liked_their_own_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> liked their own <a href=\"{link}\">photo<\/a>.",
  "a_href_user_link_full_name_a_liked_your_a_href_link_photo_album_a": "<a href=\"{user_link}\">{full_name}<\/a> liked your <a href=\"{link}\">photo album<\/a>.",
  "a_href_user_link_full_name_a_liked_your_a_href_link_photo_a": "<a href=\"{user_link}\">{full_name}<\/a> liked your <a href=\"{link}\">photo<\/a>.",
  "part_of_the_photo_album": "Part of the photo album",
  "full_name_s_albums": "{full_name}'s Albums",
  "update_tags_photo": "Update Tags (Photo)",
  "rate_this_image": "Rate This Image",
  "total_rating_out_of_5": "{total_rating} out of 10",
  "no_photos_found": "No photos found.",
  "no_photos_have_been_rated": "No photos have been rated.",
  "no_photo_battles_have_taken_place": "No photo battles have taken place.",
  "total_battle_win_s": "{total_battle} win(s)",
  "setting_ajax_refresh_on_featured_photos": "<title>AJAX Refresh Featured Photos<\/title><info>With this option enabled photos within the \"Featured Photo\" block will refresh.<\/info>",
  "no_popular_photos_found": "No popular photos found.",
  "no_featured_photos_found": "No featured photos found.",
  "comments_total_comment": "Comments ({total_comment})",
  "sorry_the_photo_you_are_looking_for_no_longer_exists": "Sorry, the photo you are looking for no longer exists. Please <a href=\"{link}\">click here<\/a> to browse more photos.",
  "personal_this_album_will_only_be_displayed_on_your_profile": "Personal (This album will only be displayed on your profile.)",
  "public_this_album_will_be_added_to_our_public_photo_album_section": "Public (This album will be added to our public photo album section.)",
  "delete_this_image": "Delete this image.",
  "update_photo_thumbnails": "Update Photo Thumbnails",
  "user_setting_can_post_on_photos": "Can post comments on photos?",
  "user_setting_can_sponsor_photo": "Can members of this user group explicitly set a photo as Sponsor?",
  "unsponsor_this_photo": "Unsponsor this photo",
  "sponsor_this_photo": "Sponsor this Photo",
  "photo_successfully_sponsored": "Photo successfully sponsored.",
  "photo_successfully_un_sponsored": "Photo successfully unsponsored.",
  "sponsored_photo": "Sponsored Photo",
  "user_setting_photo_sponsor_price": "How much is the sponsor space worth?\r\nThis works in a CPM basis.",
  "update_friend_count": "Update Friend Count",
  "user_setting_can_view_photo_albums": "Can view photo albums?",
  "user_setting_flood_control_photos": "How many minutes should a user wait before they can upload another batch of photos?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.",
  "uploading_photos_a_little_too_soon": "Uploading photos a little too soon.",
  "say_something_about_this_photo": "Say something about this photo...",
  "the_following_files_were_not_uploaded_because_their_size_exceeds_the_limit_of_ilimit_sfiles": "The following files were not uploaded because their size exceeds the limit of {iLimit}: {sFiles}",
  "use_simple_uploader": "Use simple uploader",
  "use_mass_uploader": "Use mass uploader",
  "user_setting_total_photo_display_profile": "Define how many photos to display within an album on a users profile.",
  "user_setting_maximum_image_width_keeps_in_server": "Maximum image width keeps in server (in pixel). If image width user upload higher than this value will crop to this value.",
  "album_successfully_created": "Album successfully created.",
  "create_a_new_photo_album": "Create a New Photo Album",
  "editing_photo": "Editing Photo",
  "select_a_photo_to_attach": "Select a photo to attach.",
  "photo_has_been_approved": "Photo has been approved.",
  "photo_approved": "Photo Approved",
  "successfully_updated_photo_s": "Successfully updated photo(s)",
  "unable_to_find_the_photo_you_are_looking_for": "Unable to find the photo you are looking for.",
  "unable_to_import_this_photo": "Unable to import this photo.",
  "note_when_selecting_a_photo_to_import": "Note when selecting a photo to import below it will not import its privacy settings as you can control the privacy settings with the item you are attaching this photo to.",
  "no_photos_to_select_from": "No photos to select from.",
  "search_photos": "Search Photos...",
  "my_photos": "My Photos",
  "friends_photos": "Friends' Photos",
  "featured_photos": "Featured Photos",
  "pending_photos": "Pending Photos",
  "photo_battles": "Photo Battles",
  "delete_photo": "Delete Photo",
  "edit_photo": "Edit Photo",
  "make_profile_picture": "Make Profile Picture",
  "setting_this_photo_as_your_profile_picture_please_hold": "Setting this photo as your profile picture. Please hold...",
  "photo_current_of_total": "Photo {current} of {total}",
  "by_full_name_lowercase": "by {full_name}",
  "report_this_photo": "Report this photo",
  "time_stamp_by_full_name": "{time_stamp} by {full_name}",
  "please_hold_while_your_images_are_being_processed_processing_image": "Please hold while your images are being processed. Processing image",
  "out_of": "out of",
  "photo_s_privacy": "Photo(s) Privacy",
  "control_who_can_see_these_photo_s": "Control who can see these photo(s).",
  "control_who_can_comment_on_these_photo_s": "Control who can comment on these photo(s).",
  "profile_pictures": "Profile Pictures",
  "album_s_privacy": "Album(s) Privacy",
  "control_who_can_see_this_photo_album_and_any_photos_associated_with_it": "Control who can see this photo album and any photos associated with it.",
  "control_who_can_comment_on_this_photo_album_and_any_photos_associated_with_it": "Control who can comment on this photo album and any photos associated with it.",
  "mass_edit_photos": "Mass Edit Photos",
  "update_photo_s": "Update Photo(s)",
  "photo_album_not_found": "Photo album not found.",
  "album_info": "Album Info",
  "view_this_album_uppercase": "View This Album",
  "report_this_photo_album": "Report this photo album",
  "upload_photo_s": "Upload Photo(s)",
  "close_full_mode": "Close Full Mode",
  "open_full_mode": "Open Full Mode",
  "added_by_full_name_br_on_time_stamp": "Added by {full_name}<br \/> on {time_stamp}",
  "vs": "VS",
  "no_available_images_to_rate": "No available images to rate.",
  "no_albums_found_here": "No albums found here.",
  "search_photo_albums": "Search Photo Albums...",
  "delete_this_photo_lowercase": "Delete this photo.",
  "who_can_share_a_photo": "Who can share a photo?",
  "who_can_view_browse_photos": "Who can view\/browse photos?",
  "in_the_album": "In the album",
  "set_as_the_album_cover": "Set as the album cover.",
  "move_to": "Move to",
  "control_who_can_see_this_photo": "Control who can see this photo.",
  "control_who_can_comment_on_this_photo": "Control who can comment on this photo.",
  "update_user_photo_count": "Update User Photo Count",
  "full_name_commented_on_your_photo_album_name": "{full_name} commented on your photo album \"{name}\".",
  "full_name_commented_on_your_photo_title": "{full_name} commented on your photo \"{title}\".",
  "get_all_the_photos_for_a_user_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in": "Get all the photos for a user. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.",
  "posted_a_comment_on_gender_photo": "posted a comment on {gender} photo",
  "posted_a_comment_on_user_name_s_photo": "posted a comment on {user_name}'s photo",
  "full_name_commented_on_your_photo_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your photo \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_photo": "{full_name} commented on {gender} photo.",
  "full_name_commented_on_other_full_name_s_photo": "{full_name} commented on {other_full_name}'s photo.",
  "full_name_commented_on_gender_photo_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} photo \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name_s_photo_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {other_full_name}'s photo \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_liked_gender_own_photo_title": "{user_name} liked {gender} own photo \"{title}\"",
  "user_name_liked_your_photo_title": "{user_name} liked your photo \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_photo_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> photo \"{title}\"",
  "user_name_commented_on_gender_photo_title": "{user_name} commented on {gender} photo \"{title}\"",
  "user_name_commented_on_your_photo_title": "{user_name} commented on your photo \"{title}\"",
  "user_name_commented_on_span_class_drop_data_user_full_name_s_span_photo_title": "{user_name} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> photo \"{title}\"",
  "full_name_posted_a_href_link_photo_a_photo_a_on_a_href_link_user_parent_full_name_a_s_a_href_link_wall_wall_a": "{full_name} posted <a href=\"{link_photo}\"> a photo<\/a> on <a href=\"{link_user}\">{parent_full_name}<\/a>'s <a href=\"{link_wall}\">wall<\/a>",
  "user_name_liked_gender_own_photo_album_title": "{user_name} liked {gender} own photo album \"{title}\"",
  "user_name_liked_your_photo_album_title": "{user_name} liked your photo album \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_photo_album_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> photo album \"{title}\"",
  "full_name_commented_on_your_photo_album_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your photo album \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_photo_album": "{full_name} commented on {gender} photo album.",
  "full_name_commented_on_other_full_name_s_photo_album": "{full_name} commented on {other_full_name}'s photo album.",
  "full_name_commented_on_gender_photo_album_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} photo album \"<a href=\"{link}\">{title}<\/a>.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name_s_photo_album_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {other_full_name}'s photo album \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_commented_on_gender_photo_album_title": "{user_name} commented on {gender} photo album \"{title}\"",
  "user_name_commented_on_your_photo_album_title": "{user_name} commented on your photo album \"{title}\"",
  "user_name_commented_on_span_class_drop_data_user_full_name_s_span_photo_album_title": "{user_name} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> photo album \"{title}\"",
  "you_tagged_yourself_in_your_photo_title": "You tagged yourself in your photo \"{title}\"",
  "user_name_tagged_you_in_your_photo_title": "{user_name} tagged you in your photo \"{title}\"",
  "user_name_tagged_you_in_span_class_drop_data_user_full_name_s_span_photo_title": "{user_name} tagged you in <span class=\"drop_data_user\">{full_name}'s<\/span> photo \"{title}\"",
  "photos_unfortunately_cannot_be_uploaded_via_mobile_devices_at_this_moment": "Photos unfortunately cannot be uploaded via mobile devices at this moment.",
  "photo_album": "Photo Album:",
  "photo_s_successfully_approved": "Photo(s) successfully approved.",
  "photo_s_successfully_deleted": "Photo(s) successfully deleted.",
  "subcategories": "Subcategories",
  "your_photo_title_has_been_approved": "Your photo \"{title}\" has been approved.",
  "setting_display_profile_photo_within_gallery": "<title>Display Profile Photo within Gallery<\/title><info>Disable this feature if you do not want to display profile photos within the photo gallery.<\/info>",
  "update_profile_photos": "Update Profile Photos",
  "user_name_tagged_you_in_a_comment_in_a_photo": "{user_name} tagged you in a comment in a photo",
  "user_name_tagged_you_in_a_comment_in_a_photo_album": "{user_name} tagged you in a comment in a photo album",
  "tagged_gender_on_a_href_link_photo_full_name_s_photo": "tagged {gender} on <a href=\"{link}\">{photo_full_name}<\/a>&#039;s photo.",
  "setting_allow_photo_category_selection": "<title>Allow Selection of Categories<\/title><info>Enable this feature to give users the option to select a category when they upload photos.<\/info>",
  "menu_photo_photos_532c28d5412dd75bf975fb951c740a30": "Photos",
  "your_photo_has_been_approved_message": "Your photo \"<a href=&#039;{sLink}&#039;>{title}<\/a>\" has been approved.\r\nTo view this photo follow the link below:\r\n<a href=\"{sLink}\">{sLink}<\/a>",
  "setting_photo_upload_process": "<title>Edit Photos After Upload<\/title><info>Enable this option if you want users to edit the batch of photos they had just recently updated.<\/info>",
  "in_this_album": "In This Album",
  "please_upload_an_image_for_your_profile": "Please upload an image for your profile.",
  "full_name_tagged_you_on_gender_photo": "{full_name} tagged you on {gender} photo \"<a href=\"{link}\">{title}<\/a>\".",
  "full_name_tagged_you_on_user_photo": "{full_name} tagged you on {other_full_name}&#039;s photo \"<a href=\"{link}\">{title}<\/a>\r\nTo view this photo follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_tagged_you_in_a_photo": "{full_name} tagged you in a photo.",
  "menu_photo_upload_a_new_image_714586c73197300f65ba08f7dee8cb4a": "Upload a New Image",
  "photo_details": "Photo Details",
  "setting_in_main_photo_section_show": "<title>In Main Photo Section Show<\/title><info>This setting lets you choose what should be displayed when going to the main photo section. The default is to display photos<\/info>",
  "setting_show_info_on_mouseover": "<title>Dynamic View<\/title><info>\r\nThis setting changes a few aspects related to the photo section:<br\/>\r\n- It hides the user and album name of a photo until you place the cursor over that photo\r\n- The thumbnails for the photos are bigger\r\n- When placing the mouse over a thumbnail you can like the photo with one click.\r\n- The Pager in the photo section is a bigger button allowing the visitor to simply load more photos.<\/info>",
  "menu_photo_upload_a_new_image_0df7df42d810e7978c535292f273fc91": "Upload a New Image",
  "set_as_page_s_cover_photo": "Set as Page&#039;s Cover Photo",
  "set_as_your_page_s_cover_photo": "Set as your page&#039;s cover photo",
  "set_this_as_your_page_s_cover_photo": "Set this as your Page&#039;s cover photo",
  "set_this_photo_as_your_profile_image": "Set this photo as your profile image.",
  "setting_html5_upload_photo": "<title>HTML5 Mass Upload<\/title><info>Enable this option to allow browsers that have support for HTML5 mass uploads.<\/info>",
  "photo_uploads": "Photo Uploads",
  "upload_complete_we_are_currently_processing_the_photos": "Upload complete. We are currently processing the photos.",
  "number_photos": "{iCnt} photos",
  "number_photo": "{iCnt} photo",
  "select_photos_s": "Select photos(s)",
  "maximum_number_of_images_you_can_upload_each_time_is": "Maximum number of images you can upload each time is:",
  "admin_menu_add_new_category": "Add new category",
  "module_poke": "Poke",
  "user_setting_can_poke": "Can members of this user group poke other members?",
  "poke": "Poke",
  "user_setting_can_send_poke": "Can members of this user group send Pokes?",
  "user_setting_can_only_poke_friends": "Can members of this user group send a poke only to  people in their friends list?\r\n\r\n(If you disable it, members of this user group will be able to poke people also not in their friends list)",
  "setting_add_to_feed": "<title>Add pokes to activity feed<\/title><info>If enabled every poke sent by a user will be added to the activity feed<\/info>",
  "you_are_not_allowed_to_send_pokes": "You are not allowed to send pokes",
  "you_can_only_poke_your_own_friends": "You can only poke your own friends",
  "poke_sent": "Poke sent.",
  "poke_could_not_be_sent": "Poke could not be sent.",
  "pokes": "Pokes",
  "full_name_liked_one_of_your_pokes": "{full_name} liked one of your pokes",
  "full_name_liked_when_you_poked_row_full_name": "{full_name} liked when you poked \"<a href=\"{link}\">{row_full_name}<\/a>\"\r\nTo view this poke follow the link below:\r\n<a href=\"{link}\">{link}<\/a>\"",
  "full_name_commented_on_your_poke": "{full_name} commented on your poke",
  "full_name_commented_on_your_poke_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your poke.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_poke": "{full_name} commented on {gender} poke.",
  "full_name_commented_on_row_full_name_s_poke": "{full_name} commented on {row_full_name}'s poke.",
  "full_name_commented_on_gender_poke_to_see_the_comment_thread": "{full_name} commented on {gender} poke.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_row_full_name_s_poke_message": "{full_name} commented on {row_full_name}'s poke.\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "can_send_pokes": "Can send pokes",
  "users_liked_gender_poke_for_title": "{users} liked {gender} poke for \"{title}\"",
  "users_liked_your_poke_for_title": "{users} liked your poke for \"{title}\"",
  "users_liked_span_class_drop_data_user_row_full_name_s_span_for_title": "{users} liked <span class=\"drop_data_user\">{row_full_name}'s<\/span> for \"{title}\"",
  "users_commented_on_gender_poke_for_title": "{users} commented on {gender} poke for \"{title}\"",
  "users_commented_on_your_poke_for_title": "{users} commented on your poke for \"{title}\"",
  "users_commented_on_span_class_drop_data_user_row_full_name_s_span_for_title": "{users} commented on <span class=\"drop_data_user\">{row_full_name}'s<\/span> for \"{title}\"",
  "poked_a_href_link_full_name_a": "poked <a href=\"{link}\">{full_name}<\/a>",
  "poke_back": "Poke Back",
  "view_more_total": "View More ({total})",
  "you_are_about_to_poke_full_name": "You are about to poke {full_name}.",
  "full_name_has_poked_you": "{full_name} has poked you.",
  "module_poll": "Polls",
  "menu_poll": "Polls",
  "menu_add_new_poll": "Add New Poll",
  "menu_polls": "Polls",
  "setting_is_image_required": "<title>Is Image Required<\/title><info>If set to true, users will have to upload an image with every poll they post.\r\n\r\nBy default is set to false, so they don't need to upload an image with their polls.<\/info>",
  "user_setting_poll_can_upload_image": "This setting defines if members of this usergroup can add images along with their polls.",
  "user_setting_can_edit_own_poll": "Can members of this user group edit polls they have posted?",
  "user_setting_poll_can_change_own_vote": "Tells if a user group member can change its vote on a poll.\r\n\r\nIf set to false the first vote will be the definitive vote for that user and that poll.\r\n\r\nIf set to true users will be able to change their vote in the future.",
  "poll_vote_updated": "You have successfully changed your vote for this poll",
  "poll_new_vote_added_successfully": "Your vote has been added successfully",
  "setting_poll_view_time_stamp": "<title>Poll Time Stamp<\/title><info>This is the format used to display dates, it complies with http:\/\/php.net\/date<\/info>",
  "user_setting_poll_flood_control": "How often can members of this user group post new polls (in minutes).\r\n\r\n0 => no restriction\r\n1 => 1 minute\r\n10 => 10 minutes",
  "poll_flood_control": "You can only post polls every {x} minutes.",
  "user_setting_poll_requires_admin_moderation": "This setting tells if polls posted by members of this group will need to be moderated (approved) before being shown on the site.",
  "user_setting_poll_can_moderate_polls": "Can members of this user group moderate polls? (delete, approve)",
  "user_setting_poll_require_captcha_challenge": "Do members of this user group need to complete a captcha challenge to submit a poll?",
  "user_setting_poll_can_edit_own_polls": "Can members of this user group edit their own polls after submitted?",
  "user_setting_poll_can_edit_others_polls": "Can members of this user group edit other member's polls?",
  "user_setting_poll_can_delete_own_polls": "can members of this user group delete their own polls?",
  "user_setting_poll_can_delete_others_polls": "Can members of this user group delete polls posted by other members?",
  "user_setting_can_post_comment_on_poll": "Can members of this user group post comments on polls?",
  "user_setting_view_poll_results_after_vote": "When set to yes members of this user group will see the poll results right after voting.",
  "user_setting_maximum_answers_count": "How many answers can members of this user group add to their polls?",
  "user_setting_can_vote_in_own_poll": "Do you want to enable members of this user group to vote on their own polls?\r\n\r\nThis is different than changing their votes.",
  "user_setting_points_poll": "how many points does adding a poll award?",
  "user_setting_can_view_user_poll_results_own_poll": "Can view what users have voted on their own poll?",
  "user_setting_can_view_user_poll_results_other_poll": "Can view users poll results on other polls?",
  "user_setting_can_edit_title": "Can members of this user group edit the title, image, random setting, privacy setting and comment setting on a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls.\r\n\r\nIf this setting is disabled, users will not be able to change the colors in the poll.",
  "user_setting_can_edit_question": "Can members of this user group edit the question and answers of a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls",
  "user_setting_view_poll_results_before_vote": "Can members of this user group view poll results before voting on a poll?\r\n\r\n\r\nNote that this setting may be overridden by the \"poll.can_view_user_poll_results_own_poll\" and the \"poll.can_view_user_poll_results_other_poll\" settings.\r\nIt can also be complemented with the setting \"poll.view_poll_results_after_vote\"",
  "user_setting_highlight_answer_voted_by_viewer": "If set to yes the answer chosen by the viewer will be highlighted with a background color.\r\n\r\nThis is useful if you have it set so the members of this usegroup cant view the results after taking the poll as they still will be able to view their own answer.",
  "stat_title_4": "Polls",
  "setting_poll_meta_description": "<title>Poll Meta Description<\/title><info>Meta description used for the Poll module.<\/info>",
  "setting_poll_meta_keywords": "<title>Poll Meta Keywords<\/title><info>Meta keywords for the Poll module.<\/info>",
  "an_error_occured_and_your_image_could_not_be_deleted_please_try_again": "An error occurred and your image could not be deleted. Please try again.",
  "this_poll_is_being_moderated_and_no_votes_can_be_added_yet": "This poll is being moderated and no votes can be added yet.",
  "your_vote_has_successfully_been_cast": "Your vote has successfully been cast.",
  "poll_successfully_approved": "Poll successfully approved.",
  "poll_successfully_deleted": "Poll successfully deleted.",
  "there_was_a_problem_moderating_this_poll": "There was a problem moderating this poll.",
  "provide_a_question_for_your_poll": "Provide a question for your poll.",
  "image_is_required": "Image is required.",
  "your_user_group_lacks_permissions_to_edit_that_poll": "Your user group lacks permissions to edit that poll.",
  "that_poll_does_not_exist": "That poll does not exist.",
  "each_poll_requires_an_image": "Each poll requires an image.",
  "your_poll_has_been_updated": "Your poll has been updated.",
  "your_poll_has_been_added": "Your poll has been added.",
  "your_poll_needs_to_be_approved_before_being_shown_on_the_site": "Your poll needs to be approved before being shown on the site.",
  "your_poll_has_been_added_feel_free_to_custom_design_it_the_way_you_want_here": "Your poll has been added, feel free to custom design it the way you want here.",
  "editing_a_new_poll": "Editing a New Poll",
  "adding_a_new_poll": "Adding a New Poll",
  "editing_poll": "Editing Poll",
  "adding_poll": "Adding Poll",
  "that_poll_doesn_t_exist": "That poll doesn't exist.",
  "you_do_not_have_permission_to_change_the_design_of_this_poll": "You do not have permission to change the design of this poll.",
  "your_design_has_been_updated": "Your design has been updated.",
  "there_are_no_answers_for_this_poll": "There are no answers for this poll.",
  "design_your_poll": "Design your poll",
  "full_name_s_polls": "{full_name}'s polls",
  "full_name_s_polls_on_site_title_full_name_has_total_poll_s": "{full_name}'s polls on {site_title}. {full_name} has {total} poll(s).",
  "full_name_s_polls_upper": "{full_name}'s Polls",
  "unable_to_view_this_poll": "Unable to view this poll.",
  "full_name_s_poll_from_time_stamp_question": "{full_name}'s poll from {time_stamp}: {question}.",
  "user_name_left_you_a_comment_on_site_title_to_view_this_comment_follow_the_link_below_a_href_link_link_a": "{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it_needs_to_be_approved_by_you_you_can_approve_or_deny_this_comment_by_following_the_link_below_a_href_link_link_a": "{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "on_name_s_poll": "On {name}'s poll.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">poll<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">poll<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_name_s_a_a_href_title_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">poll<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_poll_a_href_question_url_question_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new poll \"<a href=\"{question_url}\">{question}<\/a>\".",
  "create_a_poll": "Create a Poll",
  "manage_polls": "Manage Polls",
  "maximum_length_for_the_question_is_255_characters_and_it_cannot_be_empty": "Maximum length for the question is 255 characters and it cannot be empty.",
  "we_dont_allow_default_answers_answer": "We dont allow default answers ({answer}).",
  "maximum_length_for_the_answers_is_150_characters": "Maximum length for the answers is 150 characters.",
  "you_need_to_write_at_least_2_answers": "You need to write at least 2 answers.",
  "insufficient_permissions_to_vote_on_this_poll": "Insufficient permissions to vote on this poll.",
  "only_friends_can_vote_on_this_poll": "Only friends can vote on this poll.",
  "answer": "Answer",
  "you_must_have_a_minimum_of_total_answers": "You must have a minimum of {total} answers.",
  "poll_created_on_time_stamp_by_user_info": "Poll created on {time_stamp} by {user_info}.",
  "this_poll_is_being_moderated_and_no_votes_can_be_added_until_it_has_been_approved": "This poll is being moderated and no votes can be added until it has been approved.",
  "submit_your_vote": "Submit your Vote",
  "report_this_poll": "Report this Poll",
  "votes_total_votes": "Votes ({total_votes})",
  "members_votes_total_votes": "Members Votes ({total_votes})",
  "poll_designer": "Poll Designer",
  "select_color": "Select Color",
  "percent": "Percent",
  "no_polls_have_been_added_yet": "No polls have been added yet.",
  "be_the_first_to_create_a_poll": "Be the First to Create a Poll.",
  "votes_0": "Votes (0)",
  "total_votes_votes": "{total_votes} Votes",
  "no_answers_to_show": "No answers to show.",
  "user_info_voted_answer_on_time_stamp": "{user_info} voted \"{answer}\" on {time_stamp}.",
  "user_info_voted_answer": "{user_info} voted <b>\"{answer}\"</b>",
  "default_answer": "Default Answer",
  "click_here_to_delete_this_image_and_upload_a_new_one_in_its_place": "Click here to delete this image and upload a new one in its place.",
  "save_and_design_this_poll": "Save and Design this Poll",
  "skip_and_design_this_poll": "Skip and Design this Poll",
  "randomize_answers": "Randomize Answers",
  "public_poll_will_be_added_to_our_public_poll_section": "Public (Poll will be added to our public poll section)",
  "personal_poll_will_only_be_displayed_on_your_profile": "Personal (Poll will only be displayed on your profile)",
  "friends_only_friends_can_view_this_poll": "Friends (Only friends can view this poll)",
  "preferred_list_only_the_people_you_select_will_be_able_to_see_the_poll": "Preferred list (only the people you select will be able to see the poll)",
  "you_have_not_added_any_polls": "You have not added any polls.",
  "add_a_new_poll": "Add a New Poll",
  "user_info_has_not_added_any_polls": "{user_info} has not added any polls.",
  "browse_other_polls": "Browse Other Polls",
  "be_the_first_to_add_a_poll": "Be the first to add a poll.",
  "polls_activity": "Polls",
  "user_setting_can_access_polls": "Can browse and view polls?",
  "user_setting_can_create_poll": "Can create a poll?",
  "a_href_user_link_full_name_a_likes_your_a_href_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">poll<\/a>.",
  "a_href_user_link_full_name_a_likes_their_own_a_href_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> likes {gender} own <a href=\"{link}\">poll<\/a>.",
  "a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_poll_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">poll<\/a>.",
  "public_votes": "Public Votes",
  "displays_all_users_who_voted_and_what_choice_they_voted_for": "Displays all users who voted, and what choice they voted for.",
  "user_setting_can_view_hidden_poll_votes": "Can view votes even if the poll is marked to hide votes? (Admin Option)",
  "votes_are_hidden_for_this_poll": "Votes are hidden for this poll.",
  "say_something_about_this_poll": "Say something about this poll...",
  "add_another_answer": "Add another answer",
  "poll_has_been_approved": "Poll has been approved.",
  "poll_approved": "Poll Approved",
  "no_polls_found": "No polls found.",
  "search_polls": "Search Polls...",
  "all_polls": "All Polls",
  "my_polls": "My Polls",
  "friends_polls": "Friends' Polls",
  "pending_polls": "Pending Polls",
  "view_results": "View Results",
  "cannot_cast_a_vote_when_a_poll_is_pending_approval": "Cannot cast a vote when a poll is pending approval.",
  "control_who_can_see_this_poll": "Control who can see this poll.",
  "control_who_can_comment_on_this_poll": "Control who can comment on this poll.",
  "report_this_poll_lowercase": "Report this poll",
  "view_poll": "View Poll",
  "full_name_liked_your_poll_question": "{full_name} liked your poll \"{question}\"",
  "full_name_liked_your_poll_question_message": "{full_name} liked your poll \"<a href=\"{link}\">{question}<\/a>\"\r\nTo view this poll follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_voted_on_your_poll_question": "{full_name} voted on your poll \"{question}\"",
  "full_name_voted_answer_on_your_poll_question": "{full_name} voted \"{answer}\" on your poll \"{question}\"\r\nTo view this poll follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "posted_a_comment_on_gender_poll_a_href_link_title_a": "posted a comment on {gender} poll \"<a href=\"{link}\">{title}<\/a>\".",
  "posted_a_comment_on_user_name_s_poll_a_href_link_title_a": "posted a comment on {user_name}'s poll \"<a href=\"{link}\">{title}<\/a>\".",
  "full_name_commented_on_one_of_your_polls_title": "{full_name} commented on one of your polls \"{title}\"",
  "full_name_commented_on_your_poll_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on your poll \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_gender_poll": "{full_name} commented on {gender} poll.",
  "full_name_commented_on_other_full_name_s_poll": "{full_name} commented on {other_full_name}'s poll.",
  "full_name_commented_on_gender_poll_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {gender} poll \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_other_full_name_s_poll_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a": "{full_name} commented on {other_full_name}'s poll \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "user_name_commented_on_gender_poll_title": "{user_name} commented on {gender} poll \"{title}\"",
  "user_name_commented_on_your_poll_title": "{user_name} commented on your poll \"{title}\"",
  "user_name_commented_on_span_class_drop_data_user_full_name_s_span_poll_title": "{user_name} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> poll \"{title}\"",
  "user_name_voted_on_gender_poll_title": "{user_name} voted on {gender} poll \"{title}\"",
  "user_name_voted_on_your_poll_title": "{user_name} voted on your poll \"{title}\"",
  "user_name_voted_on_span_class_drop_data_user_full_name_s_span_poll_title": "{user_name} voted on <span class=\"drop_data_user\">{full_name}'s<\/span> poll \"{title}\"",
  "user_name_liked_gender_own_poll_title": "{user_name} liked {gender} own poll \"{title}\"",
  "user_name_liked_your_poll_title": "{user_name} liked your poll \"{title}\"",
  "user_name_liked_span_class_drop_data_user_full_name_span_poll_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}<\/span> poll \"{title}\"",
  "your_poll_title_has_been_approved": "Your poll \"{title}\" has been approved.",
  "poll_s_successfully_approved": "Poll(s) successfully approved.",
  "poll_s_successfully_deleted": "Poll(s) successfully deleted.",
  "background_chooser": "Background Chooser",
  "percentage_chooser": "Percentage Chooser",
  "border_chooser": "Border Chooser",
  "your_poll_a_href_link_title_a_has_been_approved_to_view_this_poll_follow_the_link_below_a_href_link_link_a": "Your poll \"<a href=\"{link}\">{title}<\/a>\" has been approved.\r\nTo view this poll follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "unable_to_find_this_poll": "Unable to find this poll.",
  "user_name_tagged_you_in_a_comment_in_a_poll": "{user_name} tagged you in a comment in a poll",
  "menu_poll_polls_532c28d5412dd75bf975fb951c740a30": "Polls",
  "vote_again": "Vote again",
  "design": "Design",
  "module_privacy": "Privacy",
  "update_preferred_list": "Update Preferred List",
  "insufficient_permissions": "Insufficient Permissions",
  "user_setting_can_view_all_items": "Can view all items regardless of privacy settings?",
  "user_setting_can_comment_on_all_items": "Can comment on all items regardless of privacy settings?",
  "friends_of_friends": "Friends of Friends",
  "only_me": "Only Me",
  "custom_span_click_to_edit_span": "Custom<span>(Click to Edit)<\/span>",
  "custom_privacy": "Custom Privacy",
  "you_have_not_created_a_custom_friends_list_yet": "You have not created a custom friends' list yet. Create one below to control your custom privacy settings.",
  "create_a_new_friends_list_to_fully_control_your_contents_privacy": "Create a new friends list to fully control your contents privacy.",
  "add_friends_to_your_custom_list_below": "Add friends' to your custom list below.",
  "select_a_custom_friends_list_if_you_want_to_add_privacy_to_your_item": "Select a custom friends' list if you want to add privacy to your item.",
  "custom_friends_list_successfully_created": "Custom friends list successfully created.",
  "select_from_your_custom_friends_list": "Select from your custom friends list.",
  "or_create_a_new_list": "or create a new list",
  "item_section_privacy": "Item\/Section Privacy",
  "the_item_or_section_you_are_trying_to_view_has_specific_privacy_settings_enabled_and_cannot_be_viewed_at_this_time": "The item or section you are trying to view has specific privacy settings enabled and cannot be viewed at this time.",
  "go_back": "Go back",
  "go_to_our_homepage": "Go to our homepage",
  "module_quiz": "Quizzes",
  "menu_quiz": "Quizzes",
  "menu_add_new_quiz": "Add New Quiz",
  "setting_quizzes_to_show": "<title>Quizzes to show<\/title><info>How many quizzes to show on the main page of the quizzes section<\/info>",
  "setting_quiz_view_time_stamp": "<title>Quiz Time Stamp<\/title><info>This is the format used to display dates, it complies with http:\/\/php.net\/date<\/info>",
  "setting_default_answers_count": "<title>How Many Answers Per Default<\/title><info>When adding a new question in a quiz how many answer fields to show<\/info>",
  "user_setting_max_questions": "How many questions can a new Quiz (created by a member of this user group) have.",
  "user_setting_min_questions": "How many questions is the least a Quiz (created by members of this user group) can have.",
  "user_setting_max_answers": "How many answers maximum can each question in a quiz have",
  "user_setting_min_answers": "How many answers (minimum) can a question in a quiz have?",
  "user_setting_can_answer_own_quiz": "Can users answer their own quizzes?",
  "user_setting_can_approve_quizzes": "Are members of this group able to approve quizzes",
  "user_setting_can_delete_others_quizzes": "Can members of this user group delete other people's quizzes",
  "user_setting_new_quizzes_need_moderation": "Do quizzes from user group need to be moderated before being shown?",
  "user_setting_can_delete_own_quiz": "Allow users from this user group to delete their own quizzes?",
  "setting_show_percentage_in_track": "<title>Show success as percentage in Tracker<\/title><info>In the block \"Recently Taken By\" set this to true if you want the success of each user to be shown as a percentage:\r\n75%\r\n\r\nIf you set it to false it will be shown as correct vs total answers:\r\n3\/4<\/info>",
  "setting_show_percentage_in_results": "<title>Show success as percentage in Results<\/title><info>When viewing \"Users Results\" if you set this to true you will see results as a percentage:\r\n75%\r\n\r\nIf you set it to false you will see results as correct vs total:\r\n3\/4<\/info>",
  "user_setting_can_post_comment_on_quiz": "Can members of this user group post comments on quizzes?",
  "user_setting_can_edit_own_questions": "This setting tells if members of this user group can edit questions and answers in their own quizzes.",
  "user_setting_can_edit_others_questions": "This setting tells if users of this user group can edit the questions and answers in quizzes made by other users.",
  "user_setting_can_edit_own_title": "This setting tells if members of this user group can edit the title, description and privacy settings in quizzes they posted.",
  "user_setting_can_edit_others_title": "This setting tells if members of this user group can edit the title, description and privacy settings in quizzes posted by other members.",
  "user_setting_points_quiz": "How many points to award per new quiz.",
  "setting_takers_to_show": "<title>Recent Takers To Show<\/title><info>On the \"Recently Taken By\" box, when viewing the results of one specific quiz, how many results do you want to show?<\/info>",
  "user_setting_can_view_results_before_answering": "If this option is enabled members of this user group will be able to view what other users answered in a quiz before they answer the quiz themselves.",
  "user_setting_can_upload_picture": "Can members of this user group upload a picture along with the quiz?",
  "user_setting_is_picture_upload_required": "Is it a requirement to upload a  with the quiz?\r\n\r\nBe careful as this setting along with the \"quiz.can_upload_picture\" could keep members from uploading any quiz (having is_picture_upload_required enabled but can_upload_picture disabled would render a useless add quiz page because of the mutual exclusion)",
  "setting_quiz_meta_keywords": "<title>Quiz Meta Keywords<\/title><info>Meta keywords used within quiz related sections.<\/info>",
  "setting_quiz_meta_description": "<title>Quiz Meta Description<\/title><info>Meta description used for quiz related sections.<\/info>",
  "menu_profile_quiz": "Quizzes",
  "quiz_approved": "Quiz Approved",
  "an_error_kept_the_system_from_approving_the_quiz_please_try_again": "An error kept the system from approving the quiz, please try again.",
  "your_membership_does_not_allow_you_to_delete_this_quiz": "Your membership does not allow you to delete this quiz.",
  "recently_taken_by": "Recently Taken By",
  "that_quiz_does_not_exist_or_its_awaiting_moderation": "That quiz does not exist or its awaiting moderation.",
  "your_quiz_has_been_edited": "Your quiz has been edited.",
  "edit_quiz": "Edit Quiz",
  "add_new_quiz": "Add New Quiz",
  "you_need_to_write_a_title": "You need to write a title.",
  "you_need_to_write_a_description": "You need to write a description.",
  "do_you_want_to_allow_comments": "Do you want to allow comments?",
  "is_this_quiz_public_for_friends_only_or_a_specific_list_of_members": "Is this quiz public, for friends only or a specific list of members?",
  "your_quiz_has_been_added_it_needs_to_be_approved_by_our_staff_before_it_can_be_shown": "Your quiz has been added. It needs to be approved by our staff before it can be shown.",
  "your_quiz_has_been_added": "Your quiz has been added.",
  "there_was_an_error_with_your_quiz_please_try_again": "There was an error with your quiz, please try again.",
  "you_are_not_allowed_to_edit_this_quiz": "You are not allowed to edit this quiz.",
  "full_name_s_quizzes": "{full_name}'s Quizzes",
  "you_have_already_answered_this_quiz": "You have already answered this quiz.",
  "you_have_to_answer_the_questions_if_you_want_to_do_that": "You have to answer the questions if you want to do that.",
  "you_are_not_allowed_to_answer_your_own_quiz": "You are not allowed to answer your own quiz.",
  "your_answers_have_been_submitted_and_your_score_is_score": "Your answers have been submitted and your score is {score}%",
  "you_need_to_answer_the_quiz_before_looking_at_the_results": "You need to answer the quiz before looking at the results.",
  "full_name_s_quiz_from_time_stamp_title": "{full_name}'s quiz from {time_stamp}: {title}.",
  "a_href_user_link_full_name_a_added_a_new_quiz_a_href_question_url_question_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new quiz \"<a href=\"{question_url}\">{question}<\/a>\".",
  "a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on their own <a href=\"{title_link}\">quiz<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on your <a href=\"{title_link}\">quiz<\/a>.",
  "a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_name_s_a_a_href_title_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}'s<\/a> <a href=\"{title_link}\">quiz<\/a>.",
  "on_name_s_quiz": "On {name}'s quiz.",
  "create_a_quiz": "Create a Quiz",
  "manage_quizzes": "Manage Quizzes",
  "you_cannot_answer_a_quiz_that_has_not_been_approved": "You cannot answer a quiz that has not been approved.",
  "you_need_to_answer_every_question": "You need to answer every question.",
  "you_cannot_answer_your_own_quiz": "You cannot answer your own quiz.",
  "you_do_not_have_the_permission_to_edit_this_quiz": "You do not have the permission to edit this quiz.",
  "we_do_not_allow_empty_answers": "We do not allow empty answers.",
  "we_do_not_allow_default_answers_answer": "We do not allow default answers ({answer}).",
  "the_question_field_cannot_be_empty": "The question field cannot be empty.",
  "you_need_to_set_at_least_one_correct_answer_per_question": "You need to set at least one correct answer per question.",
  "you_need_to_add_a_minimum_of_min_and_a_maximum_of_max_questions_per_quiz_you_submitted_total": "You need to add a minimum of {min} and a maximum of {max} questions per quiz. You submitted {total}.",
  "you_need_to_add_a_minimum_of_2_answers_in_each_question": "You need to add a minimum of 2 answers in each question.",
  "not_answered": "Not answered",
  "you_have_reached_the_maximum_questions_allowed_per_quiz": "You have reached the maximum questions allowed per quiz.",
  "you_are_required_a_minimum_of_total_questions": "You are required a minimum of {total} questions.",
  "you_have_reached_the_maximum_answers_allowed_per_question": "You have reached the maximum answers allowed per question.",
  "you_are_required_a_minimum_of_total_answers_per_question": "You are required a minimum of {total} answers per question.",
  "are_you_sure_you_want_to_delete_this_quiz": "Are you sure you want to delete this quiz?",
  "quiz_created_on_time_stamp_by_user_info": "Quiz created on {time_stamp} by {user_info}.",
  "quiz_created_on_time_stamp": "Quiz created on {time_stamp}.",
  "this_quiz_is_awaiting_moderation": "This quiz is awaiting moderation.",
  "be_the_first_to_answer_this_quiz": "Be the first to answer this quiz",
  "submit_your_answers": "Submit Your Answers",
  "results": "Results",
  "take": "Take",
  "quiz_results_percentage_100": "Quiz Results ({percentage}\/100)",
  "quiz_results_for_full_name_percentage_100": "Quiz Results for {full_name} ({percentage}\/100)",
  "full_name_s_answer": "{full_name}'s answer",
  "correct_answer": "Correct Answer",
  "255_character_limit": "255 character limit.",
  "quiz_questions": "Quiz Questions",
  "add_another_question": "Add Another Question",
  "public_quiz_will_be_added_to_our_public_quiz_section": "Public (quiz will be added to our public quiz section)",
  "personal_quiz_will_only_be_displayed_on_your_profile": "Personal (quiz will only be displayed on your profile)",
  "friends_only_friends_can_view_this_quiz": "Friends (Only friends can view this quiz)",
  "preferred_list_only_the_people_you_select_will_be_able_to_see_the_quiz": "Preferred list (only the people you select will be able to see the quiz)",
  "you_have_not_added_any_quizzes": "You have not added any quizzes.",
  "no_quizzes_have_been_added_yet": "No quizzes have been added yet.",
  "add_your_quizzes_here": "Add your quizzes here.",
  "be_the_first_to_add_a_quiz": "Be the first to add a quiz",
  "the_link_that_brought_you_here_is_wrong": "The link that brought you here is wrong.",
  "click_here_to_get_the_quiz_from_the_real_owner": "Click here to get the quiz from the real owner.",
  "unable_to_load_rating_callback": "Unable to load rating callback.",
  "user_info_has_not_added_any_quizzes_yet": "{user_info} has not added any quizzes yet.",
  "quiz_successfully_deleted": "Quiz successfully deleted.",
  "question_count": "Question {count}",
  "answer_count": "Answer {count}...",
  "taken_on_time_stamp": "Taken on {time_stamp}.",
  "users_results": "User Results",
  "user_setting_can_access_quiz": "Can browse and view the quiz module?",
  "user_setting_can_create_quiz": "Can create a quiz?",
  "a_href_user_link_full_name_a_likes_your_a_href_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> likes your <a href=\"{link}\">quiz<\/a>.",
  "a_href_user_link_full_name_a_liked_their_own_a_href_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> likes their own <a href=\"{link}\">quiz<\/a>.",
  "a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_quiz_a": "<a href=\"{user_link}\">{full_name}<\/a> likes <a href=\"{view_user_link}\">{view_full_name}<\/a>'s <a href=\"{link}\">quiz<\/a>.",
  "user_setting_flood_control_quiz": "How many minutes should a user wait before they can create another quiz?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.",
  "you_are_creating_a_quiz_a_little_too_soon": "You are creating a quiz a little too soon.",
  "quiz_has_been_approved": "Quiz has been approved.",
  "no_quizzes_found": "No quizzes found.",
  "search_quizzes": "Search Quizzes...",
  "all_quizzes": "All Quizzes",
  "my_quizzes": "My Quizzes",
  "friends_quizzes": "Friends' Quizzes",
  "pending_quizzes": "Pending Quizzes",
  "report_this_quiz": "Report this quiz",
  "view_quiz": "View Quiz",
  "control_who_can_see_this_quiz": "Control who can see this quiz.",
  "control_who_can_comment_on_this_quiz": "Control who can comment on this quiz.",
  "full_name_liked_your_quiz_title": "{full_name} liked your quiz \"{title}\"",
  "full_name_liked_your_quiz_message": "{full_name} liked your quiz \"<a href=\"{link}\">{title}<\/a>\"\r\nTo view this quiz follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_one_of_your_quiz_title": "{full_name} commented on one of your quizzes \"{title}\".",
  "posted_a_comment_on_gender_quiz_a_href_link_title_a": "posted a comment on {gender} quiz \"<a href=\"{link}\">{title}<\/a>\".",
  "user_name_liked_span_class_drop_data_user_full_name_s_span_quiz_title": "{user_name} liked <span class=\"drop_data_user\">{full_name}'s<\/span> quiz \"{title}\"",
  "your_quiz_title_has_been_approved": "Your quiz \"{title}\" has been approved.",
  "quiz_zes_successfully_approved": "Quiz(zes) successfully approved.",
  "quiz_zes_successfully_deleted": "Quiz(zes) successfully deleted.",
  "full_name_commented_on_gender_quiz": "{full_name} commented on {gender} quiz.",
  "full_name_commented_on_other": "{full_name} commented on {other_full_name}'s quiz.",
  "full_name_commented_on_other_full_name_s_quiz": "{full_name} commented on {other_full_name}'s quiz \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "full_name_commented_on_your_quiz_a_href": "{full_name} commented on your quiz \"<a href=\"{link}\">{title}<\/a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "posted_a_comment_user_quiz": "posted a comment on {user_name}'s quiz \"<a href=\"{link}\">{title}<\/a>\"",
  "user_names_commented_on_quiz": "{user_names} commented on {gender} quiz \"{title}\"",
  "user_names_commented_on_your": "{user_names} commented on your quiz \"{title}\"",
  "user_names_commented_full_name": "{user_names} commented on <span class=\"drop_data_user\">{full_name}'s<\/span> quiz \"{title}\"",
  "user_name_liked_gender_own_quiz_title": "{user_name} liked {gender} own quiz \"{title}\".",
  "user_name_liked_your_quiz_title": "{user_name} liked your quiz \"{title}\".",
  "user_name_tagged_you_in_a_comment_in_a_quiz": "{user_name} tagged you in a comment in a quiz",
  "menu_quiz_quizzes_532c28d5412dd75bf975fb951c740a30": "Quizzes",
  "banner": "Banner",
  "please_select_quiz_banner": "Please select quiz banner!",
  "editing_quiz": "Editing Quiz",
  "user_setting_can_report_comments": "Can report on comments?",
  "report_a_comment": "Report a Comment",
  "you_have_already_reported_this_item": "You have already reported this item.",
  "you_are_about_report_violation_our_terms_use": "You are about to report a violation of our Terms of Use.",
  "all_reports_are_strictly_confidential": "<strong>All reports are strictly confidential<\/strong>.",
  "choose_one": "Choose one...",
  "admin_menu_view_reports": "View Reports",
  "add_a_category": "Add a Category",
  "successfully_deleted_categories": "Successfully deleted categories.",
  "report_s_successfully_ignored": "Report(s) successfully ignored.",
  "reports": "Reports",
  "not_a_valid_category_to_edit": "Not a valid category to edit.",
  "not_a_valid_report": "Not a valid report.",
  "you_are_about_to_report_a_violation_of_our_a_href_link_target_blank_terms_of_use_a": "You are about to report a violation of our <a href=\"{link}\" target=\"_blank\">Terms of Use<\/a>.",
  "report_this_user": "Report this User",
  "category_name": "Category Name",
  "no_categories": "No Categories.",
  "last_report": "Last Report",
  "ignore_selected": "Ignore Selected",
  "no_reports": "No reports.",
  "report_this_feed": "Report this feed.",
  "attacks_individual_or_group": "Attacks Individual or Group",
  "feedback": "Feedback",
  "a_comment_optional": "A comment? (optional)",
  "copyright_infringement": "Copyright Infringement",
  "module_request": "Request",
  "confirm_requests": "Confirm Requests",
  "invalid_request_redirect": "Invalid request redirect.",
  "there_are_no_new_requests": "There are no new requests.",
  "module_rss": "Rss Feeds",
  "admin_menu_manage_feeds": "Manage Feeds",
  "admin_menu_add_new_feed": "Add New Feed",
  "admin_menu_manage_groups": "Manage Groups",
  "admin_menu_add_new_group": "Add New Group",
  "setting_total_rss_display": "<title>Total Items<\/title><info>Define how many items can be displayed within a RSS feed.<\/info>",
  "setting_display_rss_count_on_profile": "<title>RSS Subscriber Count on Profile<\/title><info>Set to <b>True<\/b> to display the RSS subscriber count on a users profile.\r\n\r\n<b>Notice:<\/b> If enabled the user will have the ability to disable this via their privacy settings.<\/info>",
  "rss_subscribers_log": "RSS Subscribers Log",
  "subscribe_to_my_feed": "Subscribe to my feed.",
  "subscribers": "Subscribers",
  "add_new_group": "Add New Group",
  "manage_groups": "Manage Groups",
  "group_successfully_deleted": "Group successfully deleted.",
  "feed_successfully_updated": "Feed successfully updated.",
  "feed_successfully_added": "Feed successfully added.",
  "editing_feed": "Editing Feed",
  "add_new_feed": "Add New Feed",
  "manage_feeds": "Manage Feeds",
  "unable_to_find_rss_log": "Unable to find RSS log.",
  "viewing_rss_feed_log": "Viewing RSS Feed Log",
  "rss_feed_log": "RSS Feed Log",
  "rss_feeds": "RSS Feeds",
  "rss_logs": "RSS Logs",
  "user_has_disabled_rss_feeds": "User has disabled RSS feeds.",
  "unable_to_find_the_group_you_are_planning_to_edit": "Unable to find the group you are planning to edit.",
  "at_least_one_name_for_the_group_is_required": "At least one name for the group is required.",
  "select_if_the_group_is_active_or_not": "Select if the group is active or not.",
  "the_group_you_are_looking_for_cannot_be_found": "The group you are looking for cannot be found.",
  "unable_to_find_the_feed_you_are_looking_for": "Unable to find the feed you are looking for.",
  "display_rss_count": "Display RSS Count",
  "rss_subscribtion": "RSS Subscribtion",
  "select_a_group_for_this_feed": "Select a group for this feed.",
  "at_least_one_title_for_the_feed_is_required": "At least one title for the feed is required.",
  "at_least_one_description_for_the_feed_is_required": "At least one description for the feed is required.",
  "provide_a_link_for_the_feed": "Provide a link for the feed.",
  "provide_proper_php_code": "Provide proper PHP code.",
  "php_code_for_the_feed_is_required": "PHP code for the feed is required.",
  "select_if_the_feed_can_be_seen_site_wide": "Select if the feed can be seen site wide.",
  "select_if_the_feed_is_active_or_not": "Select if the feed is active or not.",
  "the_feed_you_are_looking_for_cannot_be_found": "The feed you are looking for cannot be found.",
  "unable_to_find_the_feed_you_are_planning_to_edit": "Unable to find the feed you are planning to edit.",
  "latest_updates_from_full_name": "Latest updates from {full_name}",
  "unable_to_find_rss_feed": "Unable to find RSS feed.",
  "not_a_valid_rss_feed_php_code_failed": "Not a valid RSS feed (PHP code failed).",
  "rss_feed_url": "RSS Feed URL",
  "feed_readers_aggregators_and_web_browsers": "Feed Readers, Aggregators and Web Browsers",
  "reader": "Reader",
  "no_subscribers_found": "No subscribers found.",
  "edit_group": "Edit Group",
  "delete_group": "Delete Group",
  "feed_details": "Feed Details",
  "php_group_code": "PHP Group Code",
  "php_view_code": "PHP View Code",
  "feeds": "Feeds",
  "edit_feed": "Edit Feed",
  "delete_feed": "Delete Feed",
  "disable": "Disable",
  "enable": "Enable",
  "no_rss_feeds_are_available": "No RSS feeds are available.",
  "results_for": "Results for",
  "search_results": "Search Results",
  "showing_1_result": "Showing 1 result.",
  "showing_total_results": "Showing {total} results.",
  "showing_count_results_out_of_over_result": "Showing {count} results out of over {result}.",
  "all_results_total": "All Results ({total})",
  "subscribe_via_rss": "Subscribe via RSS",
  "module_search": "Search",
  "provide_a_search_query": "Provide a search query.",
  "user_setting_can_use_global_search": "Can use the global search tool?",
  "no_more_search_results_to_show": "No more search results to show.",
  "all_results": "All Results",
  "video": "Video",
  "marketplace_listing": "Marketplace Listing",
  "song": "Song",
  "quiz": "Quiz",
  "forum_thread": "Forum Thread",
  "module_share": "Share",
  "message_successfully_sent": "Message successfully sent.",
  "hi_check_this_out_url": "Hi,\r\n\r\nCheck this out...\r\n\r\n<a href=\"{url}\">{url}<\/a>",
  "site_successfully_updated": "Site successfully updated.",
  "site_successfully_added": "Site successfully added.",
  "add_a_social_bookmarking_site": "Add a Social Bookmarking Site",
  "social_bookmarking": "Social Bookmarking",
  "add_a_site": "Add a Site",
  "site_successfully_deleted": "Site successfully deleted.",
  "manage_sites": "Manage Sites",
  "select_what_type_of_a_site_this_is": "Select what type of a site this is.",
  "provide_a_name_for_the_site": "Provide a name for the site.",
  "provide_a_url_for_the_site": "Provide a URL for the site.",
  "this_site_already_exists": "This site already exists.",
  "the_site_cannot_be_found": "The site cannot be found.",
  "none_of_the_emails_entered_were_valid": "None of the emails entered were valid.",
  "provide_a_icon_for_this_site": "Provide a icon for this site.",
  "provide_an_e_mail_address": "Provide an e-mail address.",
  "email_s": "Email(s)",
  "max_emails_limit": "Max emails: {limit}",
  "you_are_unable_to_send_any_more_emails_we_have_a_limit_of_how_many_emails_can_be_sent_each_hour_br_current_limit_limit": "You are unable to send any more emails. We have a limit of how many emails can be sent each hour. <br \/>\r\nCurrent limit: {limit}",
  "social_bookmarks": "Social Bookmarks",
  "need_to_select_some_friends_before_we_try_to_send_the_message": "Need to select some friends before we try to send the message.",
  "site_info": "Site Info",
  "you_can_pass_a_title_and_url_string_by_adding_the_following_replacements_br_url_url_of_the_item_br_title_title_of_the_item": "You can pass a title and URL string by adding the following replacements...\r\n<br \/>\r\n{URL} = URL of the item.\r\n<br \/>\r\n{TITLE} = Title of the item.",
  "click_here_to_change_this_icon": "Click here to change this icon.",
  "you_can_upload_a_jpg_gif_or_png_file_br_advised_size_is_16x16_pixels": "You can upload a JPG, GIF or PNG file. <br \/>\r\nAdvised size is 16x16 pixels.",
  "sites": "Sites",
  "please_wait_limit_seconds_before_adding_a_new_shoutout": "Please wait {limit} seconds before adding a new shoutout.",
  "hi_check_this_out_bbcode": "Hi,\r\n\r\nCheck this out...\r\n\r\n[link={url}]{url}[\/link]",
  "check_out": "Check out:",
  "social_sharing": "Social Sharing",
  "before_using_this_feature_you_will_have_to_setup_up_a_connection_with_this_3rd_party_service": "Before using this feature you will have to setup up a connection with this 3rd party service.",
  "connect_now": "Connect Now",
  "on_your_wall": "On your wall",
  "on_a_friend_s_wall": "On a friend&#039;s wall",
  "module_subscribe": "Subscribe",
  "membership_info": "Membership Info",
  "your_membership_group_does_not_have_rights": "Your membership group does not have the rights to perform this specific action.",
  "menu_my_subscriptions": "My Subscriptions",
  "menu_membership_packages": "Membership Packages",
  "admin_menu_manage_packages": "Manage Packages",
  "admin_menu_create_new_packages": "Create New Package",
  "setting_enable_subscription_packages": "<title>Enable Subscription Packages<\/title><info>Enable Subscription Packages<\/info>",
  "setting_subscribe_is_required_on_sign_up": "<title>Subscription on registration is required?<\/title><info>If members should be required to select a subscription package when they register set this to <b>True<\/b>.<\/info>",
  "admin_menu_purchase_orders": "Purchase Orders",
  "unable_to_find_the_purchase_you_are_looking_for": "Unable to find the purchase you are looking for.",
  "unable_to_find_the_package_you_are_looking_for": "Unable to find the package you are looking for.",
  "attempting_to_upgrade_to_the_same_user_group_you_are_already_in": "Attempting to upgrade to the same user group you are already in.",
  "package_successfully_update": "Package successfully update.",
  "package_successfully_added": "Package successfully added.",
  "editing_subscription_package": "Editing Subscription Package",
  "create_new_subscription_package": "Create New Subscription Package",
  "package_successfully_deleted": "Package successfully deleted.",
  "purchase_order_successfully_deleted": "Purchase order successfully deleted.",
  "canceled": "Canceled",
  "pending_action": "Pending Action",
  "subscription_purchase_orders": "Subscription Purchase Orders",
  "purchase_orders": "Purchase Orders",
  "controller_is_disabled": "Controller is disabled.",
  "membership_packages": "Membership Packages",
  "unable_to_find_this_invoice": "Unable to find this invoice.",
  "select_payment_gateway": "Select Payment Gateway",
  "order_purchase_id_title": "Order #{purchase_id} ({title})",
  "package_is_required": "Package is required.",
  "currency_is_required": "Currency is required.",
  "price_is_required": "Price is required.",
  "membership_successfully_updated_site_title": "Membership Successfully Updated: {site_title}",
  "your_membership_on_site_title_has_successfully_been_updated": "Your membership on {site_title} has successfully been updated.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "membership_pending_site_title": "Membership Pending: {site_title}",
  "your_membership_subscription_on_site_title_is_currently_pending": "Your membership subscription on {site_title} is currently pending.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "membership_canceled_site_title": "Membership Canceled: {site_title}",
  "your_membership_subscription_on_site_title_has_been_canceled": "Your membership subscription on {site_title} has been canceled.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}<\/a>",
  "not_a_valid_purchase_status": "Not a valid purchase status.",
  "unable_to_find_the_purchase_you_are_editing": "Unable to find the purchase you are editing.",
  "unable_to_find_the_purchase_you_are_trying_to_delete": "Unable to find the purchase you are trying to delete.",
  "purchase_is_not_valid": "Purchase is not valid.",
  "upgrades": "Upgrades",
  "provide_a_message_for_the_package": "Provide a message for the package.",
  "provide_a_description_for_the_package": "Provide a description for the package.",
  "provide_a_user_group_on_success": "Provide a user group on success.",
  "provide_a_user_group_on_cancellation": "Provide a user group on cancellation.",
  "provide_if_the_package_should_be_added_to_the_registration_form": "Provide if the package should be added to the registration form.",
  "select_if_the_package_is_active_or_not": "Select if the package is active or not.",
  "provide_a_price_for_the_package": "Provide a price for the package.",
  "provide_a_recurring_cost": "Provide a recurring cost.",
  "provide_a_recurring_period": "Provide a recurring period.",
  "unable_to_find_the_package": "Unable to find the package.",
  "select_upgrade": "Select Upgrade",
  "purchase_id": "Purchase ID#",
  "your_membership_status": "Your Membership Status",
  "no_packages_available": "No packages available.",
  "recent_orders": "Recent Orders",
  "order_purchase_id": "Order #{purchase_id}",
  "view_more_orders": "View More Orders",
  "your_membership_has_successfully_been_upgraded": "Your membership has successfully been upgraded.",
  "view_your_subscription": "View Your Subscription",
  "subscription_details": "Subscription Details",
  "description_will_be_parsed_as_html": "Description will be parsed as HTML.",
  "change_this_image": "Change this image.",
  "user_group_on_success": "User Group on Success",
  "once_a_user_successfully_purchased_the_package_they_will_be_moved_to_this_user_group": "Once a user successfully purchased the package they will be moved to this user group.",
  "user_group_on_failure": "User Group on Failure",
  "once_a_user_cancels_or_fails_to_pay_their_subscription_they_will_be_moved_to_this_user_group": "Once a user cancels or fails to pay their subscription they will be moved to this user group.",
  "add_to_registration": "Add to Registration",
  "subscription_costs": "Subscription Costs",
  "recurring": "Recurring",
  "recurring_price": "Recurring Price",
  "recurring_period": "Recurring Period",
  "monthly": "Monthly",
  "quarterly": "Quarterly",
  "biannualy": "Biannualy",
  "annually": "Annually",
  "packages": "Packages",
  "edit_package": "Edit Package",
  "delete_package": "Delete Package",
  "view_active_subscriptions": "View Active Subscriptions",
  "view_active_users": "View Active Users",
  "no_packages_have_been_added": "No packages have been added.",
  "create_a_new_package": "Create a New Package",
  "could_not_find_any_purchase_orders_with_your_search_criteria": "Could not find any purchase orders with your search criteria.",
  "orders": "Orders",
  "order_id": "Order ID#",
  "delete_order": "Delete Order",
  "no_purchase_orders": "No purchase orders.",
  "thank_you_for_your_purchase_your_payment_is_currently_pending_approval": "Thank you for your purchase. Your payment is currently pending approval.",
  "add_tags": "Add tags.",
  "vendor_url": "Vendor Url",
  "upgrade_now": "Upgrade Now",
  "please_complete_your_purchase": "Please complete your purchase.",
  "membership_notice": "Membership Notice",
  "the_feature_or_section_you_are_attempting_to_use_is_not_permitted_with_your_membership_level": "The feature or section you are attempting to use is not permitted with your membership level.",
  "manage_subscriptions": "Manage Subscriptions",
  "membership_membership_name": "Membership ({membership_name})",
  "admin_menu_comparison": "Comparison",
  "add_new_feature": "Add new feature",
  "fee": "Fee",
  "compare_subscription_packages": "Compare Subscription Packages",
  "comparison_page_updated_successfully": "Comparison page updated successfully",
  "compare": "Compare",
  "add_a_feature": "Add a feature...",
  "no_subscription_package_has_been_created_you_need_at_least_one_subscription_package": "No subscription package has been created, you need at least one subscription package.",
  "background_color_for_the_comparison_page": "Background color (for the comparison page)",
  "there_is_nothing_to_compare_at_this_time": "There is nothing to compare at this time.",
  "membership_package_comparison": "Membership Package Comparison",
  "package_info": "Package Info",
  "no_subscriptions_found": "No subscriptions found.",
  "toggle_comparison_value__yes__no_or_text_field_": "Toggle Comparison Value (Yes, No or Text Field)",
  "toggle_yes_or_no": "Toggle Yes or No",
  "admin_cant_use_this_feature": "Admin can't use this feature",
  "activated_date": "Activated date",
  "one_time": "One time",
  "expiry_date": "Expiry date",
  "no_expiration_date": "No expiration date",
  "user_setting_can_add_tags_on_blogs": "Can add tags on blogs?",
  "module_tag": "Tag",
  "click_to_edit": "Click to Edit",
  "separate_tags_commas": "Separate tags with commas.",
  "setting_total_tag_display": "<title>Total Tag Display<\/title><info>Define the number of tags to display in a tag cloud.\r\n\r\n<b>Note:<\/b> This is the global default setting, other modules can override this setting.<\/info>",
  "missing_param_stagtype": "Missing param: $sTagType",
  "missing_param_stype": "Missing param: sType",
  "separate_multiple_tags_with_commas": "Separate multiple tags with commas.",
  "tag_cloud": "Tag Cloud",
  "no_tags_have_been_found": "No tags have been found.",
  "setting_tag_days_treading": "<title>Days a Tag Can Trend<\/title><info>Define how many days a tag can trend.<\/info>",
  "setting_tag_trend_total_display": "<title>Total Tags to Display<\/title><info>Define how many tags to display in the trending topics block on each section.<\/info>",
  "topics": "Topics",
  "separate_multiple_topics_with_commas": "Separate multiple topics with commas.",
  "trending_since_since": "Trending since {since}",
  "trending_topics": "Trending Topics",
  "setting_trending_topics_timestamp": "<title>Trending Topics Timestamp<\/title><info>This is the timestamp used for the phrase \"Trending since {time}\"<\/info>",
  "setting_enable_hashtag_support": "<title>Enable Hashtags<\/title><info>Enable this option if you wish to allow hashtags on the site to create topics for the item being added. This will remove the default tagging system.<\/info>",
  "recently_viewed_by": "Recently Viewed By",
  "recent_views": "Recent Views",
  "setting_cache_recently_viewed_by_timeout": "<title>Recently Viewed Refresh<\/title><info>The cache will be refreshed after X minutes. 0 for no cache.<\/info>",
  "setting_cache_allow_recurrent_visit": "<title>Refresh Profile Visitor List<\/title><info>How long before the same user is added to the list again. Minutes, 0 for no cache.<\/info>",
  "setting_unique_viewers_counter": "<title>Unique viewers counter<\/title><info>Unique viewers counter<\/info>",
  "menu_core_groups_102022c64f2ea44b8c332a204be4e3e1": "Groups",
  "menu_core_videos_102022c64f2ea44b8c332a204be4e3e1": "Videos",
  "changes_you_made_may_not_be_saved": "Changes you made may not be saved.",
  "blog(s)": "",
  "Remove Membership": "",
  "Registration Method": "",
  "Messenger": "",
  "Conversations": "",
  "Friends": "",
  "Save": "",
  "Society": "",
  "Categories": "",
  "Gaming": "",
  "Comedy": "",
  "Music": "",
  "Delete": "",
  "Approve": "",
  "approve": "Approve",
  "Member": "",
  "Home": "",
  "Info": "",
  "Blogs": "",
  "Public": "",
  "Closed": "",
  "Actions": "",
  "Edit": "",
  "URL Match": "",
  "Performance": "",
  "Data Cache": "",
  "Remove files no longer used": "",
  "Rebuild Core Theme": "",
  "Cron": "",
  "Purchase History": "",
  "Apps": "",
  "apps": "Apps",
  "Languages": "",
  "Secret": "",
  "Create new widget": "",
  "Admins only": "",
  "Send invitations": "",
  "Search friends by their name...": "",
  "Members only": "",
  "You can upload a JPG, GIF or PNG file.": "",
  "Members": "",
  "Invite": "",
  "Url": "",
  "Name": "",
  "Update": "",
  "Vanity url": "",
  "Check url": "",
  "Admins": "",
  "Category": "",
  "Widgets": "",
  "Use timeline": "",
  "Who can post a comment?": "",
  "Who can reply a discussion": "",
  "Who can share blogs?": "",
  "View this page": "",
  "Permissions": "",
  "Photo": "",
  "Details": "",
  "Founder": "",
  "Events": "",
  "Photos": "",
  "Manage": "",
  "Unjoin": "",
  "Join": "",
  "Upload photo": "",
  "Discussions": "",
  "Most Popular": "",
  "View More": "",
  "Most Viewed": "",
  "Latest": "",
  "Film & Entertainment": "",
  "Notice": "",
  "No friends found": "",
  "Search...": "",
  "Parent category": "",
  "None": "",
  "New": "",
  "Import Module": "",
  "Not a valid zip file.": "",
  "App successfully created.": "",
  "New App": "",
  "Cron Job": "",
  "All old files deleted": "",
  "Your ftp account don't work": "",
  "Editing Module: ": "",
  "Congratulations, your configuration worked": "",
  "Email sent.": "",
  "Not a valid test email address": "",
  "Provide a license ID.": "",
  "Provide a license key.": "",
  "Successfully added your license key": "",
  "Successfully enabled redirection!": "",
  "Successfully disabled redirection!": "",
  "If you enable this feature it will redirect a URL if the hostname does not match your active hostname.": "",
  "Install Method": "",
  "Store Purchases": "",
  "Installation": "",
  "Search attachment...": "",
  "Inline": "",
  "Using: ": "",
  "Recently added": "",
  "My Draft Blogs": "",
  "Category successfully deleted": "",
  "Category successfully updated": "",
  "Not a valid date": "",
  "Cannot display this section due to privacy.": "",
  "The request has been accepted successfully!": "",
  "The request has been denied successfully!": "",
  "Search friend...": "",
  "Moderation": "",
  "Genre successfully updated": "",
  "Edit Genre": "",
  "Create an Album": "",
  "You do not have permission to add comments": "",
  "An error occurred": "",
  "People In This Album": "",
  "Add photo categories": "",
  "their": "their",
  "permissions_saved_successfully": "Permissions Saved Successfully",
  "Server successfully deleted.": "",
  "Servers": "",
  "Upload URL": "",
  "View URL": "",
  "Key": "",
  "Email is already in use.": "",
  "Active Email": "",
  "Please provide us with an active email to associate with your account": "",
  "Submit": "",
  "Your account is connected to your Facebook account.": "",
  "Merge Legacy Theme": "",
  "New Theme": "",
  "Blank Theme": "",
  "Theme successfully reverted": "",
  "Revert": "",
  "Theme successfully deleted": "",
  "Advanced Settings": "",
  "Settings successfully saved.": "",
  "User Cover Default Photo": "",
  "Pages Cover Default Photo": "",
  "Provide a name for your theme.": "",
  "Alphanumeric characters only for the theme name.": "",
  "Theme already exists.": "",
  "Clone": "",
  "build": "",
  "You are about to delete a theme. Are you sure you want to do this?": "",
  "Yes, Delete It!": "",
  "Logo": "",
  "Favicon": "",
  "You are editing the Core bootstrap theme, which is reverted during a future upgrade. Create a new theme instead.": "",
  "Homepage": "",
  "Default Photo": "",
  "Design": "",
  "CSS": "",
  "Javascript": "",
  "HTML": "",
  "Set as Default Theme": "",
  "Rebuild Bootstrap Core": "",
  "Export": "",
  "New ": "",
  "Marketplace": "",
  "Pages": "",
  "Claims": "",
  "Poll": "",
  "Quiz": "",
  "Track": "",
  "Forum": "",
  "Merge Legacy": "",
  "Select a theme to merge.": "",
  "Nothing to merge.": "",
  "You are about to revert this theme. Are you sure you want to do this?": "",
  "Yes, Revert It!": "",
  "Unable to find the page you are trying to comment on.": "",
  "URL Updated!": "",
  "Successfully deleted user(s).": "",
  "Successfully approved user(s).": "",
  "Successfully moderated user(s).": "",
  "Position set correctly.": "",
  "Sub categories": "",
  "Skip view this page": "",
  "Unable to view this section due to privacy settings.": "",
  "Successfully updated the category.": "",
  "Successfully created a new category.": "",
  "Add category": "",
  "Successfully deleted the category.": "",
  "Manage Sub-Categories": "",
  "Manage categories": "",
  "Your job is running. You will receive notice when it done": "",
  "1 member": "",
  "Unable to post a comment on this item due to privacy settings.": "",
  "Unable to attach this link.": "",
  "Unable to attach a valid link with this URL.": "",
  "You need to be friends in order to start a conversation.": "",
  "No friends": "",
  "Unable to load the IM host. Make sure your hosting account is active.": "",
  "No conversations": "",
  "Category successfully deleted.": "",
  "Category successfully added.": "",
  "Edit Category": "",
  "New Category": "",
  "Please provide a valid URL.": "",
  "Unable to access this item.": "",
  "Unable to upload file due to a server error or restriction.": "",
  "Managing:": "",
  "Unable to view this item due to privacy settings.": "",
  "Default Poster": "",
  "Caption": "",
  "Import File": "",
  "App, Theme, Package, Language, ...": "",
  "Port": "",
  "Yes": "",
  "No": "",
  "App Callback": "",
  "unknown file(s)": "",
  "PATH for setting up cron jobs": "",
  "Select a way to delete your old files": "",
  "Manual": "",
  "FTP": "",
  "SSH": "",
  "Please find below files on your server and delete them": "",
  "Enter your ftp account to delete files": "",
  "Protocol": "",
  "sFTP": "",
  "Please download below ssh file, upload to your server (root path) and execute it": "",
  "Download": "",
  "All old files were deleted": "",
  "Send a Test Email": "",
  "Type an email address here and then click Send Test to generate a test email": "",
  "Enter your license ID & Key:": "",
  "Do not permission to edit file 'PF.Base/settings/license.sett.php'. Please change its permission or use ftp to edit it": "",
  "File name": "",
  "By": "",
  "No attachments found": "",
  "Attachment filter": "",
  "Display": "",
  "Sort by": "",
  "Third party Apps": "",
  "Manage Apps": "",
  "Settings": "",
  "User Group Settings": "",
  "Attachment name": "",
  "Posted in": "",
  "Extra Values": "",
  "Banner": "",
  "Active": "",
  "Manage sub categories": "",
  "No friends found.": "",
  "We are processing your photo, please hold on.": "",
  "Edit a photo category": "",
  "Last modified": "",
  "Total photos": "",
  "Manage Sub-Category": "",
  "Cancel request": "",
  "Reported by": "",
  "No members found.": "",
  "App": "",
  "Remove": "",
  "Connect with friends, associates & fans.": "",
  "Choose a category": "",
  "You have been invited to join this community.": "",
  "Due to privacy settings this page is not visible.": "",
  "Title": "",
  "Is a block": "",
  "Menu Title": "",
  "Url title": "",
  "Icon": "",
  "Upload a new image below if you wish to change this icon.": "",
  "Content": "",
  "Yes, convert directly": "",
  "Yes, convert via cron job": "",
  "Are you sure? If yes, do not forget to remove the folder for this module from the /module/ folder.": "",
  "Copy the PATH then follow the instruction at <a target=\"_blank\" href=\"https://docs.phpfox.com/display/FOX4MAN/Setup+Cron\">here</a> to set up cron jobs for your phpFox site.": "",
  "Check permission and remove files": "",
  "Send Test": "",
  "License ID": "",
  "License Key": "",
  "Disable": "",
  "Enable": "",
  "Deactivate": "",
  "Activate": "",
  "Browse Reports": "",
  "Get started": "",
  "Learn more about this": "",
  "Cancel": "",
  "or paste a URL": "",
  "Paste a URL": "",
  "Continue": "",
  "Edit your post": "",
  "Missing authentication key and pass.": "",
  "Unable to find this app.": "",
  "Authentication failed. Key is not valid: ": "",
  "Privacy": "",
  "Control who can see this item.": "",
  "Not a valid language package to install.": "",
  "Theme successfully installed!": "",
  "Please set user name": "",
  "Please set password": "",
  "Successfully copied": "",
  "Successfully deleting": "",
  "There was a problem while deleting": "",
  "There was a problem while copied ": "",
  "Successfully deleted": "",
  "There was a problem while deleted": "",
  "Successfully deleting ": "",
  "There was a problem while deleting ": "",
  "There were some issues when extract files": "",
  "Container Width": "",
  "Main Content Width": "",
  "Line Height Computed": "",
  "CSS Transitions": "",
  "Border Radius": "",
  "Box Shadow": "",
  "Link Color": "",
  "Link Color on Hover": "",
  "Link Decoration": "",
  "Important Link Color": "",
  "Important Link Color on Hover": "",
  "Primary Brand Background": "",
  "Primary Brand Color": "",
  "On Success Background Color": "",
  "Info Background Color": "",
  "Warning Background Color": "",
  "Danger Background Color": "",
  "Secondary Panel Width": "",
  "Main Panel Width": "",
  "Navigation Background Color": "",
  "Navigation Text Color": "",
  "Navigation Width": "",
  "Header Background Color": "",
  "Header Text Color": "",
  "Header Height": "",
  "Header Font Size": "",
  "Block Background Color": "",
  "Block Text Color": "",
  "Margin Bottom": "",
  "(light version) Box Shadow": "",
  "Header Padding": "",
  "Content Padding": "",
  "Content Font Size": "",
  "Background Color": "",
  "Text Color": "",
  "Border": "",
  "Hover on categories?": "",
  "Cannot merge a theme without a flavor.": "",
  "Test setup email": "",
  "Friends' Videos": "",
  "Secret Group": "",
  "{{ users }} joined your group \"{{ title }}\"": "",
  "Report this Page": "",
  "Report this Group": "",
  "Cache Driver": "",
  "Redis Host": "",
  "Redis Port": "",
  "Memcache Host": "",
  "There is an update available for this product.": "",
  "Update Now": "",
  "The default currency has no price": "",
  "Memcache Port": "",
  "Bundle JavaScript & CSS": "",
  "Redis URI": "",
  "Enable Redis": "",
  "Make Profile Picture": "",
  "Are you sure? This will delete your current profile picture also.": "",
  "Cannot find the photo.": "",
  "Delete this Page": "",
  "Remove Cover": "",
  "Delete this Group": "",
  "Reposition": "",
  "Last updated": "",
  "Unsponsor In Feed": "",
  "Can not find the feed!": "",
  "This item in feed has been unsponsored successfully!": "",
  "Cannot unsponsor this item in feed!": "",
  "Turn off Auto-save": "",
  "Turn on Auto-save": "",
  "Save Changes": "",
  "Your changes have been saved!": "",
  "Entertainment": "",
  "full_name_has_closed_gender_friends_section": "{full_name} has closed {gender} friends section",
  "app_settings": "App Settings",
  "Invalid content": "",
  "his_her": "his\/her",
  "ftp_port": "FTP port",
  "No thanks, I'll keep this video.": "",
  "Sorry, this content isn't available right now": "",
  "The page may only be visible to an audience you're not in.": "",
  "The photo has already made as your profile picture.": "",
  "the_photo_has_already_made_as_your_cover_picture.": "The photo has already made as your cover picture.",
  "You cannot change the Email Address of this user.": "",
  "You don't have permission to edit this user!": "",
  "The user cannot be found": "",
  "You cannot change the Username of this user.": "",
  "You cannot delete this user.": "",
  "Sorry, you cannot register an account now.": "",
  "You cannot register an account with an access token of an user.": "",
  "Provide month of birth.": "",
  "Provide day of birth.": "",
  "Provide year of birth.": "",
  "Provide current location.": "",
  "Missing search param '{{ name }}'.": "",
  "In the group <a href=\"{{ link }}\">{{ title }}</a>": "",
  "You don't have permission to edit custom fields of this user.": "",
  "You don't have permission to view custom fields info of this user.": "",
  "The request is invalid.": "",
  "Cannot edit this feed. You can only edit 'Status' feed only.": "",
  "Privacy List is required for a custom privacy feed.": "",
  "You don't have permission to get feeds of this item.": "",
  "Sorry, information of this user isn't available for you.": "",
  "Cannot comment on this profile.": "",
  "Cannot post as page on others pages.": "",
  "You cannot comment on this profile.": "",
  "You don't have permission to view comments of this item.": "",
  "Cannot find the parent item.": "",
  "You don't have permission to {{ action }} this {{ item }}.": "",
  "event__l": "event",
  "edit__l": "edit",
  "view__l": "view",
  "This {{ item }} cannot be found.": "",
  "The {{ item }} cannot be found.": "",
  "category__l": "category",
  "Cannot {{ action }} this {{ item }}.": "",
  "delete__l": "delete",
  "You don't have permission to add new {{ item }}.": "",
  "You don't have permission to add new {{ item }} on this item.": "",
  "You don't have permission to browse {{ items }}.": "",
  "events__l": "events",
  "user__l": "user",
  "You don't have permission to browse {{ items }} on this item.": "",
  "You don't have permission to browse those {{ items }}.": "",
  "Cannot find the API adapter.": "",
  "Missing API Service to handle request.": "",
  "Method is't supported.": "",
  "Cannot find API Service for this request.": "",
  "blog__l": "blog",
  "Field \"{{ field }}\" is required.": "",
  "feed__l": "feed",
  "update__l": "update",
  "comment__l": "comment",
  "users__l": "users",
  "{{ item }} successfully updated.": "",
  "{{ item }} successfully deleted.": "",
  "{{ item }} successfully added.": "",
  "feed comment": "",
  "Feed comment": "",
  "Cannot add new {{ item }} on this.": "",
  "Custom fields": "",
  "You don't have permission to change other user profile photo.": "",
  "Please provide id of user you want to get friends list.": "",
  "friend__l": "friend",
  "You and this user aren't friends.": "",
  "Request is invalid.": "",
  "You haven't sent a friend request to this user yet.": "",
  "Friend request": "",
  "Friend request successfully accepted.": "",
  "Friend request successfully denied.": "",
  "You have denied this friend request already.": "",
  "Cannot change password for this user.": "",
  "You don't have permission to use this feature.": "",
  "Link successfully attached.": "",
  "You cannot share this item on the friend with id {{ id }}.": "",
  "Cannot delete banner of this event.": "",
  "Cannot update RSVP.": "",
  "access__l": "access",
  "RSVP": "",
  "You don't have permission to {{ action }} {{ items }}.": "",
  "photos__l": "photos",
  "{{ full_name }} commented on one of your comments you posted on the group \"<a href=\"{{ item_link }}\">{{ title }}<\/a>\". To see the comment thread, follow the link below: <a href=\"{{ link }}\">{{ link }}<\/a>": "",
  "{{ full_name }} commented on a comment posted on the group \"{{ title }}\".": "",
  "{{ full_name }} commented on one of {{ other_full_name }}'s group comments.": "",
  "{{ full_name }} commented on one of {{ other_full_name }}'s comments on the group \"<a href=\"{{ item_link }}\">{{ title }}<\/a>\". To see the comment thread, follow the link: <a href=\"{{ link }}\">{{ link }}<\/a>": "",
  "photo__l": "photo",
  "You don't have permission to browse {{ items }} on this profile.": "",
  "Ongoing": "",
  "Upload failed.": "",
  "Cannot set cover photo for this page.": "",
  "Cannot set cover photo for this group.": "",
  "Cover photo successfully updated.": "",
  "Cannot add new {{ item }}.": "",
  "Set as Group's Cover Photo": "",
  "publisher": "Publisher",
  "author": "author",
  "current_version": "Current Version",
  "pf_core_cache_driver_description": "<div class=\"alert alert-warning\">If the driver cannot work based on their server/settings, it always falls back to the flat file system. More information about how to set up cache drivers can be found <a target=\"_blank\" href=\"https://docs.phpfox.com/display/FOX4MAN/Cache+Options\">here</a></div>.",
  "Active Cache Driver:": "",
  "music_total_plays": "<span class=\"count\">{total}</span> plays",
  "music_total_play": "<span class=\"count\">{total}</span> play",
  "pages_total_followers": "<span class=\"count\">{total}</span> followers",
  "pages_total_follower": "<span class=\"count\">{total}</span> follower",
  "groups_total_members": "<span class=\"count\">{total}</span> members",
  "groups_total_member": "<span class=\"count\">{total}</span> member",
  "trends": "Trends",
  "re-validation": "Re-validation",
  "the_app_has_been_re_validated": "The app has been Re-validated",
  "app_successfully_uninstalled_dot": "App successfully uninstalled.",
  "this_app_is_invalid": "This app is invalid",
  "rss_for_this_forum": "RSS for this forum",
  "your_request_is_invalid": "Your request is invalid.",
  "forum_name_is_required": "Forum Name is required.",
  "category_name_is_required": "Category Name is required.",
  "default_language_can_not_be_empty": "Default language, cannot be empty.",
  "left_empty_will_have_same_value_with_default_language": "Left empty will have same value with the default.",
  "category_could_not_be_edited": "An error did not allow editing the category",
  "genre_name_is_required": "Genre Name is required.",
  "the_sharing_content_is_not_available_now": "The sharing content isn't available now.",
  "attachment_views": "{total} views",
  "menu_videos": "Videos",
  "remove_database_of_this_app": "Remove database from this app?",
  "menu_groups": "Groups",
  "you_can_register_with_invited_email": "You can register with your invited email.",
  "photo_title": "Photo \"{name}\"",
  "upload_fail": "Upload fail.",
  "placement_is_required" :"Placement is required",
  "be_careful_the_incorrect_code_can_break_your_site": "Be careful, the incorrect code can break your site.",
  "{{ users }} invited you to check out the group \"{{ title }}\"": "",
  "write_a_reply": "Write a reply...",
  "setting_top_stories_update": "<title>Criterion to sort top stories in feed<\/title><info>Select the criterion to sort top stories in feed<\/info>",
  "user_profile_pictures": "{full_name}'s Profile Pictures",
  "user_cover_photo": "{full_name}'s Cover Photos",
  "app_name_validation_message": "App name can only begin with an alpha character or an underscore and contain alphanumeric characters or underscore.",
  "verify_fail_contact_admin_for_more_info": "Cannot verify your account now, please contact with the site administrators to get more info."
}