﻿var CFStr = {};

/****************************** client-grid *******************************/

CFStr.grid_column_label_rating_white  = 'Rating';
CFStr.grid_column_label_rating_black  = 'Rating';
CFStr.grid_column_label_timeControl  = 'Time';
CFStr.grid_column_label_startTime  = 'Start Time';
CFStr.grid_column_label_endTime  = 'End Time';
CFStr.grid_column_label_view  = 'View';
CFStr.grid_column_label_show  = 'Display';
CFStr.grid_column_label_popup  = 'Preview';
CFStr.grid_column_label_numOfMove  = '#Moves';
CFStr.grid_column_label_archive  = 'Archive';
CFStr.grid_column_label_name  = 'Name';
CFStr.grid_column_label_tournament  = 'Tournament';
CFStr.grid_inner_Upper_toAll  = 'To all';
CFStr.grid_inner_view  = 'View';
CFStr.grid_inner_play  = 'Play';
CFStr.grid_inner_info  = 'Description';
CFStr.grid_inner_from  = 'From';
CFStr.grid_inner_to  = 'To';
CFStr.grid_column_label_room  = 'Name of the room';
CFStr.grid_column_label_people_count  = 'Number of people';
CFStr.grid_pageing_display_msg_players  = 'Number of players displayed';
CFStr.grid_pageing_none_msg_players  = 'No player is displayed';
CFStr.grid_pageing_display_msg_games  = 'Number of games displayed';
CFStr.grid_pageing_none_msg_games  = 'No game is displayed';
CFStr.grid_displayed_entries  = 'Displayed entries';
CFStr.grid_no_entries_found = 'No entries found';

/****************************** client-other *******************************/

CFStr.system_date_format = 'm/d/Y';
CFStr.room_filter_rating_online  = 'By online rating';
CFStr.room_filter_rating_offline  = 'By offline rating';
CFStr.sound_template_label_basic  = 'Basic';
CFStr.sound_template_label_funny  = 'Funny';
CFStr.sound_template_label_future  = 'Future';
CFStr.design_template_label_default = 'Blue';
CFStr.design_template_label_brown = 'Brown';
CFStr.ERROR_MAX_SIZE_EXCEEDED  = 'Exceeds maximum file size (1MB)';
CFStr.ERROR_GENERAL_UPLOAD_EXCEPTION  = 'Problems with the connection';
CFStr.ERROR_NO_LISTENER  = 'Temporary problem with the connection';
CFStr.hint_show_profile  = 'View profile';
CFStr.hint_add_friend  = 'Add as a friend';
CFStr.hint_remove_friend  = 'Remove friend';
CFStr.hint_add_enemy  = 'Block the player';
CFStr.hint_remove_enemy  = 'Unblock the player';
CFStr.hint_send_private_message  = 'Send a personal message';
CFStr.connected = 'Connected';
CFStr.disconnected = 'Disconnected';
CFStr.activated = 'activated';
CFStr.not_activated = 'not activated';
CFStr.support = 'Support';
CFStr.my_chess = 'My Chess';
CFStr.live_games = 'Live Games';
CFStr.broadcasting = 'Broadcasting';
CFStr.archive = 'Archive';
CFStr.forum = 'Forum';
CFStr.global_settings  = 'Settings';
CFStr.logged_in = 'Logged in';
CFStr.state = 'State';
CFStr.ping = 'Ping';
CFStr.logout = 'Logout';
CFStr.legend = 'Legend';
CFStr.my_game = 'my game';
CFStr.live_and_broadcast = 'live/broadcast';
CFStr.archived_game = 'archived game';
CFStr.hint_key_down_arrow = 'Hint: Press &darr;';
CFStr.hint_key_up_arrow = 'Hint: Press &uarr;';
CFStr.hint_key_left_arrow = 'Hint: Press &larr;';
CFStr.hint_key_right_arrow = 'Hint: Press &rarr;';
CFStr.hint_key_backspace = 'Hint: Press space bar';
CFStr.player_level_1 = 'Begginer';
CFStr.player_level_2 = 'Pub player';
CFStr.player_level_3 = 'Pre-intermediate';
CFStr.player_level_4 = 'Intermediate';
CFStr.player_level_5 = 'Professional';
CFStr.player_level_6 = 'Unbeatable';
CFStr.popups = 'Popups';
CFStr.my_account = 'My account';
CFStr.account_summary = 'Account summary';
CFStr.betting_history = 'Betting history';
CFStr.insert_money = 'Insert money';
CFStr.withdraw_money = 'Withdraw money';
CFStr.account_status = 'Your account&#39;s state';
CFStr.account_balance = 'Balance';
CFStr.profit_and_loss = 'Profit/Loss';
CFStr.period_today = 'Just for today';
CFStr.period_from_yesterday = 'From yesterday';
CFStr.period_one_week = '1 week';
CFStr.period_two_weeks = '2 weeks';
CFStr.period_30_days = 'Last 30 days';
CFStr.money_transaction_type_insert = 'Insert';
CFStr.money_transaction_type_withdraw = 'Withdraw';
CFStr.money_transaction_type_bet = 'Bet';
CFStr.end_game_mate = 'Mate';
CFStr.end_game_stalemate = 'Stalemate';
CFStr.end_game_3xrepeated = '3x repeated position';
CFStr.end_game_boarddraw = 'Material';
CFStr.end_game_50moves = 'The 50-move rule';
CFStr.end_game_resign = 'resigned';
CFStr.end_game_agreement = 'Agreement';
CFStr.end_game_timeoff = 'Time';
CFStr.with_contra = 'with double stake';
CFStr.without_contra = 'without double stake';
CFStr.cashgame_up = 'Cash Zone';
CFStr.computer_challenges = 'Computer Challenges';
CFStr.computer_level = 'Computer Level';
CFStr.stats_label_winRatio = 'Win Ratio';
CFStr.stats_label_winRatio_percents = 'Win Ratio (%)';
CFStr.stats_label_showUsers_me = 'Show selected player';
CFStr.stats_label_showUsers_top = 'Show top players';
CFStr.stats_usersRank = 'Player {0} is #{1}';
CFStr.stats_usersNotInList = 'Player {0} is not in the list';
CFStr.stats_err_player_not_found = 'Player was not found';
CFStr.stats_tab_rankStats = 'Rank List';
CFStr.stats_tab_gameStats = 'Game Statistics';
CFStr.stats_tab_eloDevelopment = 'Rating Progress';
CFStr.stats_tab_eloPerformance = 'Rating Intervals';
CFStr.stats_tab_ecoStats = 'ECO Statistics';
CFStr.stats_label_findPlayer = 'Find player:';
CFStr.stats_label_displayingStats = 'Displaying statistics for';
CFStr.stats_label_showByOpponent = 'Show statistics by opponent:';
CFStr.stats_label_totalGames = 'Total Games';
CFStr.stats_label_totalWin = 'Wins';
CFStr.stats_label_totalDraw = 'Draws';
CFStr.stats_label_totalLoss = 'Losses';
CFStr.stats_label_whiteGames = 'Games With White';
CFStr.stats_label_whiteWin = 'White Win';
CFStr.stats_label_whiteDraw = 'White Draw';
CFStr.stats_label_whiteLoss = 'White Loss';
CFStr.stats_label_blackGames = 'Games With Black';
CFStr.stats_label_blackWin = 'Black Win';
CFStr.stats_label_blackDraw = 'Black Draw';
CFStr.stats_label_blackLoss = 'Black Loss';
CFStr.stats_label_gamesPlayed = 'Games Played';
CFStr.eloDevelopment_info_currentElo = 'Current';
CFStr.eloDevelopment_info_highestElo = 'Highest';
CFStr.eloDevelopment_info_averageOpponentElo = 'Avg. Opponent';
CFStr.eloDevelopment_info_bestWin = 'Best Win';
CFStr.eloDevelopment_info_worstLoss = 'Worst Loss';
CFStr.common_userWasRemoved = 'Deleted';
CFStr.stats_label_longestWinsRun = 'Longest Wins Streak';
CFStr.stats_label_longestLossesRun = 'Longest Losses Streak';
CFStr.stats_label_currentRun = 'Current Streak';
CFStr.stats_eco_th_userGamesPlayed = 'Games (%)';
CFStr.stats_eco_th_serverGamesPlayed = 'Server Games (%)';
CFStr.stats_eco_th_userWhiteWins = 'White Wins (%)';
CFStr.stats_eco_th_serverWhiteWins = 'Server White Wins (%)';
CFStr.stats_eco_th_userWhiteDraws = 'White Draws (%)';
CFStr.stats_eco_th_serverWhiteDraws = 'Server White Draws (%)';
CFStr.stats_eco_th_userWhiteLosses = 'White Losses (%)';
CFStr.stats_eco_th_serverWhiteLosses = 'Server White Losses (%)';
CFStr.stats_eco_th_userBlackWins = 'Black Wins (%)';
CFStr.stats_eco_th_serverBlackWins = 'Server Black Wins (%)';
CFStr.stats_eco_th_userBlackDraws = 'Black Draws (%)';
CFStr.stats_eco_th_serverBlackDraws = 'Server Black Draws (%)';
CFStr.stats_eco_th_userBlackLosses = 'Black Losses (%)';
CFStr.stats_eco_th_serverBlackLosses = 'Server Black Losses (%)';
CFStr.stats_eco_th_description = 'Name';
CFStr.stats_eco_th_variation = 'Moves';
CFStr.stats_graph_registered = 'Registration';
CFStr.stats_topPlayers_label = 'Top Players';
CFStr.stats_showTopPlayers_button = 'Show Top';
CFStr.stats_filter_title = 'Filter Players';
CFStr.stats_showBy = 'Show by:';
CFStr.USER_ACCOUNT_TYPE_NAME_FREE = 'Free account';
CFStr.USER_ACCOUNT_TYPE_DESCRIPTION_FREE = 'Basic features enabled';
CFStr.USER_ACCOUNT_TYPE_NAME_PAID = 'Full featured account';
CFStr.USER_ACCOUNT_TYPE_DESCRIPTION_PAID = 'Maximum features enabled';
CFStr.USER_ACCOUNT_TYPE_PERIOD_MONTH = 'Month';
CFStr.USER_ACCOUNT_TYPE_PERIOD_YEAR = 'Year';
CFStr.USER_ACCOUNT_TYPE_PERIOD_6_MONTHS = '6 Months';
CFStr.USER_ACCOUNT_TYPE_PERIOD_NON_STOP = 'Nonstop';
CFStr.USER_ACCOUNT_TYPE_NAME_LABEL = 'Available accounts';
CFStr.USER_ACCOUNT_TYPE_DESCRIPTION_LABEL = 'Detail info';
CFStr.USER_ACCOUNT_TYPE_PRICE_LABEL = 'Price';
CFStr.USER_ACCOUNT_TYPE_BUY_NOW = 'Buy now:';
CFStr.USER_ACCOUNT_PRICE_FREE = 'free';
CFStr.facebook_share = 'Share';
CFStr.facebook_invite_friend = 'Invite by link';
CFStr.facebook_invite_friend_window_title = 'Invite Your Friends';
CFStr.facebook_external_play_window_title = 'Invite Your Facebook Friends by Post Wall';
CFStr.external_play_window_title = 'Invite Your Friends to Play Against You';
CFStr.common_play = 'Play';
CFStr.title_direct_link_fail_offline = 'Your friend is not currently online.';
CFStr.title_direct_link_fail_playing = 'Your friend is playing other game right now.';
CFStr.title_direct_link_choose = 'We suggest you :';
CFStr.button_label_no_acction = 'Just continue...';
CFStr.button_label_watch_friend_game = 'Watch his game';
CFStr.facebook_wall_post_dialog_message = 'I would like to invite you to a chess game on ChessFriends.com!';
CFStr.facebook_wall_post_dialog_name = 'ChessFriends.com: {0} would like to play a game against you.';
CFStr.facebook_wall_post_dialog_caption = '{0}&#39;s rating: {1}';
CFStr.facebook_wall_post_dialog_description = '{0} is really missing you while having fun on www.ChessFriends.com. Measure and develop your chess skills with {1}. Find out the secrets of online chess.';
CFStr.facebook_wall_post_dialog_action_text = 'Play Now!';
CFStr.facebook_wall_post_dialog_user_message_prompt = 'Invite All Your Friends to Play Against You';
CFStr.facebook_wall_post_dialog_sent_succesfull = 'Post was published sucessfully.';
CFStr.facebook_wall_post_dialog_sent_failed = 'Post was not published.';
CFStr.facebook_friends_play_panel_action_text = 'Invite Your Friends to Play Against You';
CFStr.facebook_friends_play_panel_invite_text = 'Play chess against me on www.ChessFriends.com';
CFStr.facebook_post_archive_game_post_name_win = 'ChessFriends.com: {0} has won an amazing game against {1}. Check it out!';
CFStr.facebook_post_archive_game_post_message_win = 'I am so good :-)';
CFStr.facebook_post_archive_game_post_name_loss = 'ChessFriends.com: {0} has played an impressive game against {1}. Check it out!';
CFStr.facebook_post_archive_game_post_message_loss = 'He was so lucky :-(';
CFStr.facebook_post_archive_game_post_name_general = 'ChessFriends.com: {0} would like to share a game with you.';
CFStr.facebook_post_archive_game_post_message_general = 'I have found an interesting game on ChessFriends.com';
CFStr.facebook_post_archive_game_post_caption = '<b>Game:</b> {0}({1}) vs. {2}({3}) {4}';
CFStr.facebook_post_archive_game_post_opening = '<b>Opening: </b>';
CFStr.facebook_post_archive_game_post_action_label = 'Watch now!';
CFStr.facebook_post_archive_game_post_invite_text = 'Invite All Your Friends to Watch This Game';
CFStr.facebook_level_up_post_default_message = 'I am so strong :-)';
CFStr.facebook_level_up_post_message_title = 'ChessFriends.com: Awesome! {0} has achieved higher level - {1}.';
CFStr.facebook_level_up_post_caption = '{0}&#39;s new rating: {1}';
CFStr.facebook_level_up_post_description = 'Don&#39;t be ashamed, follow {0} and improve your chess skills now! Strain your brain and have fun!';
CFStr.facebook_level_up_post_action_label = 'Follow up!';
CFStr.facebook_level_up_post_message_prompt = 'Publish story about your level-up success.';
CFStr.facebook_external_play_panel_email = 'Invite by E-mail';
CFStr.facebook_external_play_panel_wall_post = 'Post Invitation to Wall';
CFStr.facebook_external_play_panel_invitation = 'Send Invitation to Friends';
CFStr.facebook_mail_panel_invitation_label = 'Invitation text: ';
CFStr.facebook_mail_panel_email_label = 'Friend&#39;s e-mail:';
CFStr.serverDomainURL = 'http://www.chessfriends.com';
CFStr.facebook_not_loaded = 'Facebook is busy right now. Try again later.';
CFStr.facebook_popup_problem = 'You need to allow popup windows to login via Facebook.';
CFStr.facebook_direct_link_title = 'Send below link to your friend. Game will start automatically.';

/****************************** client-common *******************************/

CFStr.common_upper_title_label = 'CHESSFRIENDS.COM';
CFStr.euro_symbol = '€';
CFStr.euro_1 = 'EUR';
CFStr.euro_2 = '(EUR)';
CFStr.common_date = 'Date';
CFStr.common_type = 'Type';
CFStr.common_amount = 'Amount';
CFStr.common_fee = 'Fee';
CFStr.common_profits = 'Profits';
CFStr.common_losses = 'Losses';
CFStr.common_profit = 'Profit';
CFStr.common_period = 'Period';
CFStr.common_transfers = 'Transfers';
CFStr.common_bets = 'Bets';
CFStr.common_movement = 'Movement';
CFStr.common_upper_show = 'Show';
CFStr.common_label_rating = 'Rating';
CFStr.common_label_rating_short  = 'Rtg';
CFStr.common_label_color  = 'Color';
CFStr.common_label_my_color = 'My color';
CFStr.common_label_nickname  = 'Name';
CFStr.common_label_nickname_white  = 'White';
CFStr.common_label_nickname_black  = 'Black';
CFStr.common_label_lower_nickname_white  = 'white';
CFStr.common_label_lower_nickname_black  = 'black';
CFStr.common_label_result  = 'Result';
CFStr.common_label_actions  = 'Actions';
CFStr.common_label_state  = 'State';
CFStr.common_label_country  = 'Stay';
CFStr.common_label_country_from  = 'Country';
CFStr.common_upper_online  = 'Online';
CFStr.common_upper_offline  = 'Offline';
CFStr.common_lower_online  = 'online';
CFStr.common_lower_offline = 'offline';
CFStr.common_lower_all_1 = 'all';
CFStr.common_lower_all_2 = 'all';
CFStr.common_lower_all_3 = 'alltogether';
CFStr.common_upper_all_2 = 'All';
CFStr.common_upper_none = 'None';
CFStr.common_upper_select = 'Select';
CFStr.common_upper_selected = 'Selected';
CFStr.common_upper_select1 = 'Select';
CFStr.common_upper_delete = 'Delete';
CFStr.common_lower_onGamers  = 'online players';
CFStr.common_lower_offGamers  = 'offline players';
CFStr.common_upper_onGamers  = 'Online Players';
CFStr.common_upper_offGamers  = 'All Players';
CFStr.common_displayed  = 'Displayed';
CFStr.common_lower_own  = 'own';
CFStr.common_lower_nothing  = 'None';
CFStr.common_lower_game  = 'game';
CFStr.common_lower_game_2  = 'games';
CFStr.common_label_upper_game  = 'Game';
CFStr.common_label_upper_game_2  = 'games';
CFStr.common_label_upper_games  = 'Games';
CFStr.common_label_upper_wins = 'Wins';
CFStr.common_time_day_1  = 'day';
CFStr.common_time_day_2  = 'd';
CFStr.common_time_minute_1  = 'min';
CFStr.common_time_minute_2  = 'm';
CFStr.common_time_second_1  = 'sec';
CFStr.common_time_second_2  = 's';
CFStr.common_time_hour_1  = 'h';
CFStr.common_upper_opponent  = 'Opponent';
CFStr.common_label_upper_time  = 'Time';
CFStr.common_upper_minimum  = 'Minimum';
CFStr.common_upper_maximum  = 'Maximum';
CFStr.common_upper_minimum_2  = 'Minimum';
CFStr.common_upper_maximum_2  = 'Maximum';
CFStr.common_upper_rated_game  = 'Rated game';
CFStr.common_upper_unrated_game  = 'Unrated game';
CFStr.common_finished_games = 'Finished games';
CFStr.common_upper_all_games  = 'All Games';
CFStr.common_upper_makeOffer  = 'Challenge';
CFStr.common_upper_cancel  = 'Cancel';
CFStr.common_upper_info  = 'Information';
CFStr.common_upper_confirm = 'Confirmation';
CFStr.common_upper_warning = 'Warning';
CFStr.common_upper_use  = 'Apply';
CFStr.common_upper_tempo  = 'Time Control';
CFStr.common_lower_move  = 'move';
CFStr.common_lower_move_2  = 'moves';
CFStr.common_upper_gameType  = 'Game type';
CFStr.common_upper_gameType_fast  = 'Fast';
CFStr.common_upper_gameType_classic  = 'Classic';
CFStr.common_upper_rank  = 'Rank';
CFStr.common_rank_all = 'All';
CFStr.common_rank_pawn  = 'Pawn';
CFStr.common_rank_knight  = 'Knight';
CFStr.common_rank_bishop  = 'Bishop';
CFStr.common_rank_rook  = 'Rook';
CFStr.common_rank_queen  = 'Queen';
CFStr.common_rank_king  = 'King';
CFStr.common_upper_my_games  = 'My Games';
CFStr.common_upper_actual  = 'Current';
CFStr.common_fast_choice  = 'Fast choice';
CFStr.common_upper_myInfo  = 'My info';
CFStr.common_upper_lastVisited  = 'Last visited';
CFStr.common_isRunning  = 'running';
CFStr.common_canceled  = 'aborted';
CFStr.common_isLoading  = 'Loading';
CFStr.common_upper_online_games  = 'Online games';
CFStr.common_upper_offline_games  = 'Offline games';
CFStr.common_upper_both_games  = 'All games';
CFStr.common_upper_rating_range  = 'Rating range';
CFStr.common_upper_close  = 'Close';
CFStr.common_isWaiting  = 'Wait please';
CFStr.common_upper_help  = 'Help';
CFStr.common_up_unknown  = 'Unknown';
CFStr.common_label_first_name = 'First name';
CFStr.common_label_surname  = 'Last name';
CFStr.common_label_adress = 'Address';
CFStr.common_label_city = 'City';
CFStr.common_label_postal_code = 'Postal code';
CFStr.common_label_amount_in_currency = 'Fill amount (in euros)';
CFStr.common_label_email  = 'E-mail';
CFStr.common_label_age  = 'Age';
CFStr.common_label_sex  = 'Sex';
CFStr.common_label_man  = 'man';
CFStr.common_label_woman  = 'woman';
CFStr.common_label_club  = 'Club';
CFStr.common_label_realElo  = 'Real rating';
CFStr.common_label_titul  = 'Title';
CFStr.common_label_about  = 'About me';
CFStr.common_label_about_2  = 'About you';
CFStr.common_label_game_stat = 'Game Stat.';
CFStr.common_label_info = 'Info';
CFStr.common_label_password  = 'Password';
CFStr.common_label_repassword  = 'Re-enter password';
CFStr.common_label_emailHide  = 'Hide your e-mail';
CFStr.common_label_birth  = 'Date of birth';
CFStr.common_label_ageHide  = 'Hide your age';
CFStr.common_titul_fm  = 'FM';
CFStr.common_titul_im  = 'IM';
CFStr.common_titul_gm  = 'GM';
CFStr.common_titul_wfm  = 'WFM';
CFStr.common_titul_wim  = 'WIM';
CFStr.common_titul_wgm  = 'WGM';
CFStr.common_label_save  = 'Save';
CFStr.common_label_yes  = 'Yes';
CFStr.common_label_no  = 'No';
CFStr.common_label_loginID  = 'Login ID';
CFStr.common_label_archiveIt  = 'Archive';
CFStr.common_label_archiveAll  = 'Archive all';
CFStr.common_lower_rated_game  = 'rated game';
CFStr.common_lower_unrated_game  = 'unrated game';
CFStr.common_lower_daysCaption  = 'days';
CFStr.common_lower_daysCaption_2  = 'days';
CFStr.common_upper_player  = 'Player';
CFStr.common_UPPER_eco  = 'ECO';
CFStr.common_upper_variant  = 'Variant';
CFStr.common_upper_engine  = 'Engine';
CFStr.common_time_second_3  = 'seconds';
CFStr.common_closed  = 'finished';
CFStr.common_label_attention  = 'Attention!';
CFStr.common_browser_ie = 'Internet Explorer';
CFStr.common_browser_ff  = 'Mozilla Firefox';
CFStr.common_browser_op  = 'Opera';
CFStr.common_browser_sf  = 'Safari';
CFStr.common_browser_ch  = 'Google Chrome';
CFStr.common_engine_opponent  = 'Computers';
CFStr.common_against_computer = 'Against computer';
CFStr.common_against_human = 'Against human';
CFStr.common_against_all = 'Against anybody';
CFStr.common_challenge_engines = 'Challenge computers';
CFStr.common_challenge_humans = 'Challenge humans';
CFStr.common_challenge_all = 'Challenge all';
CFStr.common_engine_offer = 'Challenge computers';
CFStr.common_upper_color_random  = 'Random';
CFStr.common_actual_position  = 'Stay';
CFStr.common_label_setting_games  = 'Game settings';
CFStr.common_label_setting_sound  = 'Sound settings';
CFStr.common_label_setting_games2  = 'Game<br/>settings';
CFStr.common_label_setting_sound2  = 'Sound<br/>settings';
CFStr.common_label_setting_design = 'Design settings';
CFStr.common_label_setting_design2 = 'Design<br/>settings';
CFStr.common_label_setting_program_control = 'Application control';
CFStr.common_label_setting_program_control2 = 'Application <br/> control';
CFStr.common_engine_offer2  = 'Display computer challenges';
CFStr.common_info_computer  = 'computer';
CFStr.common_upper_onRating  = 'Online rating';
CFStr.common_upper_offRating  = 'Offline rating';
CFStr.common_upper_acceptOffer  = 'Accept challenge';
CFStr.common_upper_cancelOffer  = 'Cancel challenge';
CFStr.common_lower_of  = 'of';
CFStr.common_upper_all_1  = 'All';
CFStr.common_upper_friends = 'Friends';
CFStr.common_lower_here = 'here';
CFStr.common_upper_here = 'HERE';
CFStr.common_chat = 'Chat';
CFStr.common_versus_short = 'vs.';
CFStr.common_lower_elo_points = 'elo points';
CFStr.common_upper_donating = 'Donating';
CFStr.common_upper_donate = 'Donate!';
CFStr.common_connecting = 'Connecting';
CFStr.common_upper_moving = 'Moving';
CFStr.common_upper_thanx = 'Thank you';
CFStr.common_upper_click = 'Click';
CFStr.common_upper_day = 'Day';
CFStr.common_upper_month = 'Month';
CFStr.common_upper_year = 'Year';
CFStr.common_upper_play = 'Play';
CFStr.common_up_play_now  = 'PLAY NOW';
CFStr.common_from = 'from';
CFStr.common_players = 'players';
CFStr.common_stake = 'Stake';
CFStr.money_up = 'Money';
CFStr.common_or = 'or';
CFStr.common_region = 'Region';
CFStr.level = 'Level';
CFStr.common_month_1 = 'January';
CFStr.common_month_2 = 'February';
CFStr.common_month_3 = 'March';
CFStr.common_month_4 = 'April';
CFStr.common_month_5 = 'May';
CFStr.common_month_6 = 'June';
CFStr.common_month_7 = 'July';
CFStr.common_month_8 = 'August';
CFStr.common_month_9 = 'September';
CFStr.common_month_10 = 'October';
CFStr.common_month_11 = 'November';
CFStr.common_month_12 = 'December';
CFStr.common_upper_find = 'Find';
CFStr.common_result_win = 'Win';
CFStr.common_result_draw = 'Draw';
CFStr.common_result_loss = 'Loss';
CFStr.common_period_allTime = 'All time';
CFStr.common_period_thisMonth = 'This month';
CFStr.common_period_thisWeek = 'This week';
CFStr.common_period_today = 'Today';
CFStr.common_period_lastYear = 'Last year';
CFStr.common_period_last30days = 'Last 30 days';
CFStr.common_period_last24hours = 'Last 24 hours';
CFStr.common_upper_performance = 'Performance';
CFStr.common_upper_profile = 'Profile';
CFStr.common_upper_world = 'World';
CFStr.common_no_flash_info1 = 'You need to download the latest version of Adobe Flash Player to view this content.';
CFStr.common_no_flash_info2 = 'Click on the image below please.';
CFStr.user_status_playing = 'playing';
CFStr.start_analyze = 'Start computer analysis by clicking';
CFStr.email_note = 'Important! Activation link will be sent';
CFStr.common_label_chessFriendsRank = 'Chessfriends.com Rank';
CFStr.common_label_countryRank = '#{0} in {1}';

/****************************** client-title *******************************/

CFStr.title_header_user_list_online  = 'Online Players';
CFStr.title_header_user_list_all  = 'All Players';
CFStr.title_header_user_list_friends  = 'Friends';
CFStr.title_header_user_list  = 'List of players';
CFStr.title_header_offer_list  = 'Challenges';
CFStr.title_header_offer_player  = 'CHALLENGE PLAYER';
CFStr.title_header_offer_all  = 'CHALLENGE TO GROUP';
CFStr.title_header_challenge_players = 'CHALLENGE PLAYERS';
CFStr.title_header_challenge_computers = 'CHALLENGE COMPUTERS';
CFStr.title_header_settings  = 'FILTER of incoming offers';
CFStr.title_header_filter  = 'FILTER of players';
CFStr.title_header_my_archive  = 'My Archive';
CFStr.title_header_my_account  = 'My Account';
CFStr.title_header_all_archive  = 'Game Archive';
CFStr.title_header_live_games  = 'Live Games';
CFStr.title_header_profil  = 'Edit profile';
CFStr.title_header_register  = 'Register a guest';
CFStr.title_header_register_2  = 'New here?';
CFStr.title_header_register_3  = 'access to new opportunities';
CFStr.title_header_register_4  = 'Finish the Registration';
CFStr.title_header_my_game  = 'My game';
CFStr.title_header_live_game  = 'Live game';
CFStr.title_header_archive_game  = 'Game archived';
CFStr.title_header_broadcast_game  = 'Broadcasted game';
CFStr.title_header_chessBoard  = 'Chessboard';
CFStr.title_header_chat  = 'Chat';
CFStr.title_header_endGame  = 'END OF THE GAME';
CFStr.title_header_streaming  = 'Broadcasting';
CFStr.title_header_game_list  = 'List of the games';
CFStr.title_header_people  = 'People';
CFStr.title_header_rooms  = 'Rooms';
CFStr.title_header_observer  = 'Observers';
CFStr.title_header_preferences  = 'Settings';
CFStr.title_header_game  = 'Game';
CFStr.title_header_global  = 'Global';
CFStr.title_header_custom = 'Custom';
CFStr.title_text_user_guest  = 'Guest';
CFStr.title_text_user_common  = 'User';
CFStr.title_text_user_computer  = 'Computer';
CFStr.title_text_user_vip  = 'VIP User';
CFStr.title_text_user_dev  = 'Developer';
CFStr.title_text_user_admin  = 'Admin';
CFStr.title_text_recieved_offer  = 'Received challenge';
CFStr.title_text_sent_offer  = 'Sent challenge';
CFStr.title_text_declained_offer  = 'Rejected challenge';
CFStr.title_text_multi_offer  = 'Multichallenge';
CFStr.title_text_empty_slot = 'Empty slot';
CFStr.title_header_offline_game = 'Offline game e-mail notification';
CFStr.title_text_recieved_multiOffer = 'Incoming multichallenge';

/****************************** client-button *******************************/

CFStr.button_label_filter  = 'Filter';
CFStr.button_label_offerToAll  = 'Challenge Players';
CFStr.button_label_challenge_computers  = 'Challenge Computers';
CFStr.button_label_settings  = 'Settings';
CFStr.button_label_settings2  = 'Challenges Filter';
CFStr.button_hint_accept_offer  = 'Show/hide received challenges';
CFStr.button_hint_sent_offer  = 'Show/hide challenges sent';
CFStr.button_hint_online_offer  = 'Show/hide online challenges';
CFStr.button_hint_offline_offer  = 'Show/hide offline challenges';
CFStr.button_label_link_1  = 'My Games';
CFStr.button_label_link_2  = 'On the move';
CFStr.button_label_link_3  = 'My Archive';
CFStr.button_label_link_4  = 'My Today&#39;s Games';
CFStr.button_edit_profile  = 'Edit profile';
CFStr.button_view_profile  = 'View my profile';
CFStr.button_label_register  = 'Register';
CFStr.button_label_register_2  = 'Change registration';
CFStr.button_label_search  = 'Search';
CFStr.button_label_ownPhoto  = 'Own picture';
CFStr.button_submit_label_load  = 'Load';
CFStr.button_label_link_7  = 'is available?';
CFStr.button_label_link_8  = 'change picture';
CFStr.button_label_link_9  = 'rules of the use';
CFStr.button_label_ok  = 'OK';
CFStr.button_label_cancel  = 'Cancel';
CFStr.button_label_yes  = 'Yes';
CFStr.button_label_no  = 'No';
CFStr.button_hint_online_game  = 'Show/hide online games';
CFStr.button_hint_offline_game  = 'Show/hide offline games';
CFStr.button_label_drawGame  = 'Draw';
CFStr.button_label_looseGame  = 'Resign';
CFStr.button_label_cancelGame  = 'Abort';
CFStr.button_label_rematch  = 'Rematch';
CFStr.button_label_instantPlay  = 'Play Now';
CFStr.button_label_rematch_2  = 'Offer rematch';
CFStr.button_label_instantPlay_2  = 'Find a new opponent';
CFStr.button_label_analyze  = 'Replay the game (analysis)';
CFStr.button_label_archive  = 'Move to archive';
CFStr.button_label_close  = 'Close';
CFStr.button_label_accept  = 'Accept';
CFStr.button_label_refuse  = 'Reject';
CFStr.button_label_analyze_2  = 'Analysis';
CFStr.button_label_liveGames  = 'Live games';
CFStr.button_label_video  = 'Video';
CFStr.button_label_visit  = 'Visit';
CFStr.button_label_quickplay  = 'Play Now!';
CFStr.button_label_send  = 'Send';
CFStr.button_upper_next = 'Next';
CFStr.button_label_back = 'Back';
CFStr.button_enter = 'Enter';
CFStr.button_change_criteria_1 = 'Change criteria';
CFStr.button_change_criteria_2 = 'of challenges';
CFStr.button_get_history = 'Get history';
CFStr.button_get_summary = 'Get summary';
CFStr.button_send_contra = 'Double stake!';
CFStr.button_close_all = 'Close all';
CFStr.button_add_friend = 'Add friend';
CFStr.button_label_login = 'Login';
CFStr.button_manage_account = 'Switch Playing Zone';
CFStr.button_cashier = 'Deposit';
CFStr.button_buy_premium_account = 'BUY PREMIUM ACCOUNT';

/****************************** client-sentence *******************************/

CFStr.sentence_user_comments = 'Help us find mistakes, tell us your ideas, comments or suggestions. Click';
CFStr.sentence_1  = 'You can set up the strength of your opponents, time of the game or color of your pieces for incoming challenges.';
CFStr.sentence_2  = 'Display incoming offer conditions';
CFStr.all_challenges = 'all challenges';
CFStr.according_to_filter_settings = 'according to filter settings';
CFStr.sentence_3  = 'Display all online challenges';
CFStr.sentence_4  = 'Do not display online challenges';
CFStr.sentence_5  = 'Display according to settings';
CFStr.sentence_6  = 'Display all offline challenges';
CFStr.sentence_7  = 'Don&#39;t display offline challenges';
CFStr.sentence_8  = 'Display according to settings';
CFStr.sentence_9  = 'after each move';
CFStr.sentence_10  = 'per';
CFStr.sentence_11  = 'till the end of the game';
CFStr.sentence_12  = 'Only players from country';
CFStr.sentence_13  = 'You do not have any games <span>displayed now</span>.';
CFStr.sentence_14  = 'You are now playing';
CFStr.sentence_15  = 'and';
CFStr.sentence_16  = 'You are on the move in';
CFStr.sentence_17  = 'You are not on the move in any game';
CFStr.sentence_18  = 'logged in for the first time';
CFStr.sentence_19A  = 'Last week you have played';
CFStr.sentence_19B  = 'games and gained';
CFStr.sentence_19C  = 'points.';
CFStr.sentence_20  = 'You have been logged out because of your connection problems';
CFStr.sentence_21  = '<b>You have lost</b> all your online games.<br/>To continue you have to log in again.';
CFStr.sentence_22  = 'without time control';
CFStr.sentence_23  = 'Please, fill in the result!';
CFStr.sentence_24  = 'Date from';
CFStr.sentence_25  = 'to';
CFStr.sentence_26  = 'Color matters';
CFStr.sentence_27  = 'of both players';
CFStr.sentence_28  = 'does not matter';
CFStr.does_not_matter_up = 'Does not matter';
CFStr.sentence_29  = 'Start from';
CFStr.sentence_30  = 'Site is being loaded, If it takes more than 1 <br/> 2 minutes you might have connection problems';
CFStr.sentence_31  = 'Try to reload the site (press F5)';
CFStr.sentence_32  = 'Go back';
CFStr.sentence_33  = 'years';
CFStr.sentence_34  = 'without title';
CFStr.sentence_35  = 'Do you want to save changes?';
CFStr.sentence_36  = 'Confirm the change with the password!';
CFStr.sentence_37  = 'Wrong password!';
CFStr.sentence_38  = 'Former picture';
CFStr.sentence_39  = 'New picture';
CFStr.sentence_40  = 'This type of file is not supported. Only pictures in .jpg .jpeg .gif and .png format are allowed.';
CFStr.sentence_41  = 'Connection failed!';
CFStr.sentence_42  = 'Try again.';
CFStr.sentence_43  = 'choose';
CFStr.sentence_44  = 'Fill in the login ID.';
CFStr.sentence_45  = 'Wrong login ID.';
CFStr.sentence_46  = 'Contains forbidden characters';
CFStr.sentence_47  = 'Fill in password (minimum 6 characters)!';
CFStr.sentence_48  = 'Fill in correct password to confirm!';
CFStr.sentence_49  = 'Fill in e-mail!';
CFStr.sentence_50  = 'Fill in correct e-mail!';
CFStr.sentence_51  = 'Fill in the date!';
CFStr.form_amount_error = 'Fill in amount!';
CFStr.sentence_52  = 'Maximum number of characters is 512!';
CFStr.sentence_53  = 'You have to agree with the Terms of use!';
CFStr.sentence_54  = 'This login is already being used!';
CFStr.sentence_55  = 'OK, it is free.';
CFStr.sentence_56  = 'Wrong code!';
CFStr.sentence_57  = 'Registration data';
CFStr.sentence_58  = 'Personal data';
CFStr.sentence_59  = 'Finish the registration';
CFStr.sentence_60  = 'Information marked with the asterisk * are compulsory.';
CFStr.sentence_61  = '5 to 20 characters';
CFStr.sentence_62  = 'minimum 6 characters';
CFStr.sentence_63  = 'day/month/year';
CFStr.sentence_64  = 'Insert the code from the picture';
CFStr.sentence_65  = 'I agree with';
CFStr.sentence_66  = 'Registration was completed successfuly.';
CFStr.sentence_67  = 'Your new login is';
CFStr.sentence_68  = 'You have to <font color="#990000"><b>activate</b></font> your account by clicking on the link that was sent to your email address.';
CFStr.sentence_69  = 'You will stay logged in as a guest until you activate the account.';
CFStr.sentence_70  = 'Searching for an opponent';
CFStr.sentence_71  = 'Playing games';
CFStr.sentence_72  = 'On the move in';
CFStr.sentence_73  = 'Unarchived games';
CFStr.sentence_74  = 'You have resigned';
CFStr.sentence_75  = 'You have aborted the game';
CFStr.sentence_76  = 'Flip board';
CFStr.sentence_77  = 'Highlight the last move';
CFStr.sentence_78  = 'Always promote to queen';
CFStr.enable_inverse_moving = 'Use inverse moving';
CFStr.moving_by_dragdrop = 'Moving by drag&drop';
CFStr.moving_by_clicking = 'Moving by clicking';
CFStr.highlight_clicked_square = 'Highlight clicked square';
CFStr.sentence_79  = 'Allow premoves';
CFStr.sentence_80  = 'autoplay speed (in 100 ms)';
CFStr.sentence_81  = 'You have sent a rematch offer';
CFStr.sentence_82  = 'Black has won';
CFStr.sentence_83  = 'White has won';
CFStr.sentence_84  = 'Draw';
CFStr.sentence_85  = 'Game has been aborted';
CFStr.sentence_86  = 'has sent you a draw offer';
CFStr.sentence_87  = 'You have sent a draw offer';
CFStr.sentence_88  = 'has offered to abort the game';
CFStr.accept_contra_info = 'Your double bet offer was accepted.';
CFStr.send_contra_info = 'You have sent a double bet offer.';
CFStr.sentence_89  = 'You have offered to abort the game';
CFStr.sentence_90  = 'has sent you a rematch offer';
CFStr.sentence_91  = 'has already canceled the offer';
CFStr.sentence_92  = 'You have accepted the <span>rematch</span> offer';
CFStr.sentence_93  = 'You have rejected the <span>rematch</span> offer';
CFStr.sentence_94  = 'has rejected your draw offer';
CFStr.sentence_95  = 'has rejected your offer to abort the game';
CFStr.op_declined_challenge  = 'has rejected your challenge';
CFStr.accpetance_filter_info = 'Challenge filter is set in the following way:';
CFStr.op_declined_remach_offer = 'has rejected your rematch offer';
CFStr.op_declined_game_offer = 'has rejected your game offer';
CFStr.received_challenge_alert_info = 'is challenging you to a game';
CFStr.sentence_96  = 'You have accepted';
CFStr.sentence_97  = 'You have rejected';
CFStr.sentence_98  = 'a draw';
CFStr.sentence_99  = 'abort the game';
CFStr.sentence_100  = 'checkmate in';
CFStr.sentence_101  = 'Analysing';
CFStr.sentence_102  = '<b>Attention,<br/>your Internet connection is not available!<br/> Please wait, we are trying to reconnect.';
CFStr.sentence_103  = 'If this problem lasts longer:';
CFStr.sentence_104  = 'Check your Internet connection';
CFStr.sentence_105  = 'List of the tournaments';
CFStr.sentence_106  = 'Your browser <font color="#FF0000"><b>does not support</b></font> this web.<br/><br/>To make our site work properly, it has to be run in one of these browsers:<br/><br/>';
CFStr.sentence_108  = 'Wrong name or password.';
CFStr.sentence_109  = 'You are already logged in';
CFStr.sentence_110  = 'You are not authorised. Read the e-mail and follow the instructions.';
CFStr.sentence_112  = 'You already are logged in with this name. If you want to logout and login again, click';
CFStr.confirm_browse_away_1  = 'If you leave this site, you will be logged out of the server.';
CFStr.confirm_browse_away_2  = 'If you leave this site, you will be logged out and lose all your started online games.';
CFStr.sentence_113  = 'Name of the problem';
CFStr.sentence_114  = 'Description of the problem';
CFStr.sentence_115  = 'Your e-mail (in case you would like to receive the reply)';
CFStr.sentence_116  = 'I would like to receive the reply';
CFStr.server_restart_announcement  = 'Attention! Server is going to be restarted because of';
CFStr.sentence_117  = 'Turn on/off all sounds';
CFStr.sentence_118  = 'Volume control';
CFStr.sentence_119  = 'I am on the move';
CFStr.sentence_120  = 'Moves';
CFStr.sentence_121  = 'Start of the game';
CFStr.sentence_122  = 'Sounds in chat';
CFStr.sentence_123  = 'End of the game';
CFStr.sentence_124  = 'Save to settings';
CFStr.sentence_125  = 'Ticking clocks';
CFStr.sentence_126  = 'End game offers';
CFStr.sentence_127  = 'Sound templates';
CFStr.design_templates = 'Design templates';
CFStr.sentence_128  = 'Your Internet connection does not work properly. Set it up correctly.';
CFStr.sentence_129  = 'Click here.';
CFStr.sentence_130  = 'adjust the settings according to your preferences';
CFStr.sentence_131  = 'adjust the settings according to your preferences';
CFStr.sentence_132  = 'Playing sounds needs the most recent Adobe Flash Player. You can download it here:';
CFStr.sentence_133  = 'adjust the settings according to your preferences';
CFStr.sentence_134 = 'You have exceeded the multichallenge maximum number <b>(To all)</b>! If you want to send a new multioffer, you have to cancel a <b>previous</b> one.';
CFStr.sentence_135 = 'Send after every  my finished game';
CFStr.sentence_136 = 'Send after each move';
CFStr.sentence_137 = 'send';
CFStr.sentence_138 = 'hours before time off';
CFStr.sentence_139 = 'E-mail notifications are sent only if <b>you are not</b> logged in.';
CFStr.is_currently_offline = 'is currently offline.';
CFStr.msg_will_be_delivered_if = 'The message will be delivered when the contact goes online.';
CFStr.is_online_now = 'is online right now';
CFStr.is_offline_now = 'just logged off';
CFStr.sentence_140 = 'Other data';
CFStr.sentence_141 = 'Change photo';
CFStr.sentence_142 = 'Change password';
CFStr.donating_customer_description = 'Donate to server ChessFriends.com';
CFStr.donating_customer_promt = 'Support the development of ChessFriends.com server';
CFStr.save_to_pgn = 'Save to PGN';
CFStr.pgn_builder = 'PGN Builder';
CFStr.create_pgn_hint = 'Creates PGN file from selected games';
CFStr.support_us = 'Support us';
CFStr.sentence_143 = 'If you like this project and you want to help us develop new features, we will be thankful if you help us by making a donation.';
CFStr.sentence_144 = 'Your gifts will be used for these purposes';
CFStr.sentence_145 = 'Mainly for development of new features';
CFStr.sentence_146 = 'Development of complex statistics, graphs, charts';
CFStr.sentence_147 = 'Development of tournaments manageable by users';
CFStr.sentence_148 = 'Server running';
CFStr.sentence_149 = 'Hardware maintanance';
CFStr.sentence_150 = 'Internet connectivity payments';
CFStr.sentence_151 = 'Please choose the payment form by clicking on the corresponding picture:';
CFStr.sentence_152 = 'by credit card';
CFStr.payment_success = 'Your payment was successful.';
CFStr.sentence_154 = 'You donated us by amount of';
CFStr.transaction_amount = 'You have transfered into your account';
CFStr.transaction_fee = 'Payment fees';
CFStr.start_stop_analyze = 'Start/ Stop the analysis';
CFStr.dont_ask_again_till_logging = 'Do not show me this dialog again until next login';
CFStr.dont_show_info_again = 'Do not show this message again';
CFStr.dont_ask_again_anymore = 'Do not show me this dialog again';
CFStr.for_more_options_click = 'For more options click';
CFStr.im_playing_for_fun = 'I play to have fun';
CFStr.im_club_player = 'I am a club player';
CFStr.enter_data_up = 'INPUT DATA';
CFStr.choose_your_level = 'Choose your level so we construct the circle of your potential opponents.';
CFStr.common_personal_challenge_alert = 'Personal challenge';
CFStr.common_your_offer_received = 'Your challenge received';
CFStr.no_online_at_the_moment = 'He/she doesn&#39;t play online games at the moment.';
CFStr.no_offline_at_the_moment = 'He/she doesn&#39;t play offline games at the moment.';
CFStr.preferences_popups_show_hide_all = 'Show/hide all popups';
CFStr.no_single_offer_match_info_check = 'Challenge rejection for personal challenges';
CFStr.multi_offer_people_count_info_check = 'Info about number of people who received my challenge';
CFStr.player_level_change_info_check = 'Announcement about higher level achieved';
CFStr.single_offer_received_info_check = 'Announcement about personal challenge received';
CFStr.single_offer_declined_info_check = 'Announcement about refusal of personal challenge';
CFStr.congratulations = 'Congratulations!';
CFStr.player_level_change_info1 = 'You have achieved a higher level. Your new category is:';
CFStr.player_level_change_info2 = 'Your opponent&#39;s strength was adapted according to your new category.';
CFStr.no_money_in_your_account_info = 'You do not have any money on your account now.';
CFStr.no_enough_money = 'You do not have enough money on your account.';
CFStr.put_money_click = 'Click to transfer the money';
CFStr.receive_contra_info_1 = 'Double stake! In';
CFStr.receive_contra_info_2 = 'you have to accept the double stake, or you will automatically lose the game and the current stake.';
CFStr.play_with_contra = 'Play with double stake';
CFStr.cancel_premoves_info = 'You can disable premoves by right-clicking on the chessboard.';
CFStr.category_select_prompt = 'Select your level';
CFStr.play_against_comp_too_1 = 'Challenge';
CFStr.play_against_comp_too_2 = 'also computers';
CFStr.challenge_comp_question_weaker = 'Would you like to play against weaker computer?';
CFStr.challenge_comp_question_stronger = 'Would you like to play against stronger computer?';
CFStr.filter_clickToSelectUser = 'Double click on a row to select the player';
CFStr.account_status_available_amount_label = 'available amount:';
CFStr.account_status_bet_amount_label = 'bet amount';
CFStr.account_status_locked_amount_label = 'locked amount';
CFStr.info_contra_refused_by_server = 'Contra refused, you don&#39;t have enough money';
CFStr.info_contra_accepted = 'Contra accepted';
CFStr.common_upper_contra_game = 'Game with contra';
CFStr.common_upper_nocontra_game = 'Game without contra';
CFStr.account_betEntry_description = 'Game:  {0} - {1}  =>  {2}';
CFStr.account_betEntry_cheatDetection = 'cheating';
CFStr.filter_info_text_not_enough_money = 'You don&#39;t have {1} for this offer. You have only {0} available.';
CFStr.account_insert_amount_options_info = 'Select an amount of Credit';
CFStr.account_insert_amount_summary_amount_text = 'ChessFriends balance of {0}.';
CFStr.account_insert_amount_summary_tax_text = 'tax: {0}%';
CFStr.account_insert_amount_summary_costs_text = 'costs: {0}%';
CFStr.account_insert_amount_summary_total_text = 'Total:';
CFStr.LOGIN_STATUS_ALL_OK = '';
CFStr.LOGIN_STATUS_LOGIN_OK = 'Invalid password';
CFStr.LOGIN_STATUS_LOGIN_FAIL = 'Invalid login';
CFStr.LOGIN_STATUS_ALREADY_LOGGED = 'User with this login is already logged in.';
CFStr.LOGIN_STATUS_AUTENTIFICATION_ERROR = 'This account is not authorised from your e-mail address.';
CFStr.LOGIN_STATUS_SESSION_USED_ERROR = 'You can not log in more users in this browser.';
CFStr.LOGIN_PASSWORD_RECOVERY_LINK = 'Lost password?';
CFStr.free_account_online_1 = 'Playing {0} games per days / {1} games per month';
CFStr.computer_analysis = 'Computer analysis';
CFStr.access_to_chat = 'Access to Chat';
CFStr.own_statistics = 'Own Statistics';
CFStr.free_account_online_5 = 'Games Archive';
CFStr.watching_live_games = 'Live Games';
CFStr.real_chess_tournaments_broadcasting = 'Real Chess Tournaments Broadcasting';
CFStr.free_account_offline_1 = 'Play {0} games at the same time';
CFStr.free_account_offline_5 = 'Games Archive';
CFStr.free_account_offline_6 = 'Observe Game in Progress';
CFStr.free_account_cash_1 = 'Playing chess for money';
CFStr.free_account_cash_2 = 'Access to Cash Games Statistics';
CFStr.unlimited_playing = 'Unlimited Playing';
CFStr.analysis_by_strong_engine = 'Analysis by Computer Engine';
CFStr.premium_account_online_3 = 'Chat';
CFStr.players_statistics = 'Game Statistics';
CFStr.searching_in_archive = 'Games Archive';
CFStr.premium_member_icon = 'Premium Member Icon';
CFStr.email_notifications = 'E-mail Notifications';
CFStr.if_you_want_extend = 'Would you like to extend Premium Membership?';
CFStr.if_you_want_other_features = 'Would you like to be a Premium Member?';
CFStr.premium_account_activated = 'You have a Premium account, which enables you to full access on ChessFriends.com';
CFStr.free_account_activated = 'You activated basic account which doesn&#39;t provide full access';
CFStr.welcome_to_your_account = 'Choose Playing Zone';
CFStr.click_to_enter = 'Click to enter the chosen zone';
CFStr.main_features = 'Main features';
CFStr.welcome_player_to_room = '{0}, welcome in {1}';
CFStr.to_online_chess = 'Online Zone';
CFStr.to_mail_chess = 'Offline Zone';
CFStr.to_cash_games = 'Cash Games';
CFStr.your_actual_account_state = 'Main Balance:';
CFStr.upper_online_chess = 'Online Zone';
CFStr.upper_offline_chess = 'Offline Zone';
CFStr.subtitle_online_chess = 'fast and classical games';
CFStr.subtitle_offline_chess = 'correspondence chess';
CFStr.subtitle_cash_chess = 'Play for money';
CFStr.leave_mode_confirm = 'You&#39;ve unfinished games. Do you really want to change zone?';
CFStr.buy_account_choose = '1. Choose Account Type';
CFStr.buy_account_payment = '2. Payment';
CFStr.buy_account_finish = '3. Finish Order';
CFStr.buy_account_full = 'Full';
CFStr.buy_account_have_basic = 'You have basic account. Get..';
CFStr.buy_account_access = 'Access!';
CFStr.buy_account_buy_now = 'Buy now!';
CFStr.buy_account_upper_basic = 'Basic';
CFStr.buy_account_upper_premium = 'Premium';
CFStr.buy_account_upper_feature = 'Feature';
CFStr.buy_account_unlimited = 'Unlimited';
CFStr.buy_account_1 = 'Online Games per Day';
CFStr.buy_account_2 = 'Online Games per Month';
CFStr.buy_account_3 = 'Offline Games in Progress';
CFStr.buy_account_4 = 'Analysis by Standard Engine';
CFStr.buy_account_5 = 'Analysis by Premium Engine';
CFStr.buy_account_8 = 'Chat';
CFStr.buy_account_10 = 'Sound Templates';
CFStr.buy_account_11 = 'Access to Broadcast';
CFStr.buy_account_12 = 'Games Archive';
CFStr.buy_account_13 = 'Facebook Compatibility';
CFStr.buy_account_14 = 'Statistics';
CFStr.buy_account_15 = 'Friend List';
CFStr.upper_month = 'MONTH';
CFStr.upper_6_months = '6 MONTHS';
CFStr.upper_year = 'YEAR';
CFStr.buy_account_4_b = '{0} positions';
CFStr.buy_account_8_b = 'Only reading';
CFStr.buy_account_12_b = 'Limited searching';
CFStr.buy_account_14_p = 'All players';
CFStr.facebook_share = 'Share';
CFStr.keep_guest_history = 'Keep my rating and played games';
CFStr.restriction_user_archive = 'You don&#39;t have access to game archive. Are you interested in this and many other features?';
CFStr.restriction_guest_archive = 'Guests don&#39;t have access to search in game archive. Register today, get access to archive search and more features!';
CFStr.restriction_user_exceeded_day_limit = 'You have exceeded daily limit of online games to play. Are you interested in unlimited playing and other features?';
CFStr.restriction_user_exceeded_month_limit = 'You have exceeded monthly limit of online games to play. Are you interested in unlimited playing and other features?';
CFStr.restriction_guest_exceeded_limit = 'You have exceeded the online games daily limit..Would you like remove this limit and get access to more features?';
CFStr.restriction_user_chat = 'You are not allowed to send chat messages. Are you interested in this and many other features?';
CFStr.restriction_guest_chat = 'You cannot send chat messages. Register today to enable chat and get access to more features!';
CFStr.restriction_user_analysis = 'You have exceeded your monthly limit of analysed positions. Are you interested in unlimited analysis and many other features?';
CFStr.restriction_guest_analysis = 'Analysis are available only for registered users. Register now to enable analysis and get access to more features!';
CFStr.analysis_remaining = 'You can analyse {0} positions until end of month.';
CFStr.restriction_user_statistics = 'You don&#39;t have access to statistics for the other players. Are you interested in this and many other features?';
CFStr.restriction_guest_statistics = 'We&#39;re sorry, but statistics cannot be displayed to guests. Register now and get access to statistics and more features!';
CFStr.restriction_user_exceeded_offline_limit = 'You have achieved the maximum number of concurrently played offline games. Players with premium accounts have unlimited offline games.';
CFStr.restriction_user_notifications = 'It isn&#39;t possible to send notifications. E-mail notifications are sent only to players with premium membership.';

/****************************** client-iphone *******************************/

CFStr.iphone_intro = 'Play chess anywhere and anytime. With ChessFriends.com you can play on your iPhone against real players or a computer appropriate to your skill level.';
CFStr.iphone_linkTo = 'Link To';
CFStr.iphone_appStore = 'App Store';
CFStr.iphone_features = 'APPLICATION FEATURES:';
CFStr.iphone_feature1 = 'Play online against real human opponents or computers on ChessFriends.com';
CFStr.iphone_feature2 = 'User friendly interface';
CFStr.iphone_feature3 = 'Real sounds';
CFStr.iphone_feature4 = 'Chat with opponent';
CFStr.iphone_feature5 = 'Detailed profiles';
CFStr.iphone_feature6 = 'Watch live games';
CFStr.iphone_joinUs = 'Say "Hello" to opponent and join us today!';
CFStr.iphone_goodLuck = 'Good luck and have fun!';
CFStr.iphone_support = 'If you have any questions or comments, don\&#39;t hesitate to contact us at the following e-mail address:';
CFStr.iphone_home_button = 'Home';
CFStr.iphone_support_button = 'Support';

/****************************** client-landingPage *******************************/

CFStr.landing_title = 'Experience Virtual World of Chess';
CFStr.landing_intro = 'provides you an amazing chess software, giving you an oportunity to explore the world of online chess.';
CFStr.landing_feature1 = 'Play online against real human players or computer';
CFStr.landing_feature2 = 'Watch live games';
CFStr.landing_feature3 = 'Tournament broadcasting';
CFStr.landing_feature4 = 'Detailed profiles and statistics';
CFStr.landing_feature5 = 'Games archive';
CFStr.landing_feature6 = 'Analysis with a powerful chess engine';
CFStr.landing_feature7 = 'User friendly interface';
CFStr.landing_feature8 = 'Realistic sounds, chat and many other features';
CFStr.landing_playOnIphone = 'Play chess anywhere and anytime also on your';
/*** 4. 9. 2010 17:31:09 ***/ 
