2010-01-02 20:30:20 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<string name="menu_delete">Delete</string>
|
|
|
|
<string name="menu_insert">Add game</string>
|
|
|
|
<string name="button_new_game">Add game</string>
|
|
|
|
|
2010-07-02 16:04:37 +02:00
|
|
|
<string name="list_item_play">Play game</string>
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="list_item_config">Game settings...</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="list_item_hide">Hide</string>
|
|
|
|
<string name="list_item_delete">Delete</string>
|
2010-01-12 14:18:16 +01:00
|
|
|
<string name="list_item_copy">Copy</string>
|
2010-02-27 19:04:11 +01:00
|
|
|
<string name="list_item_reset">Reset</string>
|
|
|
|
|
2010-01-12 14:18:16 +01:00
|
|
|
<string name="list_item_new_from">New from</string>
|
|
|
|
<string name="list_item_move_up">Move up</string>
|
|
|
|
<string name="list_item_move_down">Move down</string>
|
|
|
|
<string name="list_item_move_to_top">Move to top</string>
|
|
|
|
<string name="list_item_move_to_bottom">Move to bottom</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
|
|
|
|
<string name="resolve_edit">Edit note</string>
|
|
|
|
<string name="resolve_title">Edit title</string>
|
|
|
|
|
|
|
|
<string name="play">Play game</string>
|
|
|
|
|
|
|
|
<string name="title_create">Create game</string>
|
|
|
|
<string name="title_edit">Edit game</string>
|
|
|
|
<string name="title_games_list">Crosswords</string>
|
2010-03-14 06:01:55 +01:00
|
|
|
<string name="title_dicts_list">Crosswords dictionaries</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="title_game">Game</string>
|
2010-07-01 14:54:43 +02:00
|
|
|
<string name="title_game_configf">%s settings</string>
|
2010-05-27 04:56:54 +02:00
|
|
|
<string name="title_prefs">Crosswords settings</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
|
|
|
|
<string name="app_name">Crosswords</string>
|
|
|
|
|
|
|
|
<string name="button_ok">OK</string>
|
2010-01-10 18:20:18 +01:00
|
|
|
<string name="button_cancel">Cancel</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="button_yes">Yes</string>
|
|
|
|
<string name="button_no">No</string>
|
2010-03-14 00:10:30 +01:00
|
|
|
<string name="button_save">Save</string>
|
|
|
|
<string name="button_discard">Discard</string>
|
2010-06-05 05:40:09 +02:00
|
|
|
<string name="button_retry">Retry</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
|
|
|
|
<string name="player_label">Name:</string>
|
|
|
|
<string name="game_config_open">Open</string>
|
2010-02-09 15:30:39 +01:00
|
|
|
<string name="game_config_revert">Revert changes</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
|
|
|
|
<string name="error_title">Error</string>
|
2010-01-16 19:34:27 +01:00
|
|
|
<string name="info_title">FYI...</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="error_message">Error loading game</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="query_title">A question...</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="query_trade">Are you sure you want to exchange the selected tiles?</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
|
2010-01-02 20:30:20 +01:00
|
|
|
|
2010-02-21 05:56:37 +01:00
|
|
|
<string name="title_tile_picker">Letter for blank</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="tiles_left_title">Remaining tiles</string>
|
|
|
|
<string name="counts_values_title">Tile Counts and Values</string>
|
|
|
|
<string name="history_title">Game History</string>
|
2010-01-20 07:44:58 +01:00
|
|
|
<string name="finalscores_title">Final scores</string>
|
2010-01-10 18:20:18 +01:00
|
|
|
|
2010-01-02 20:30:20 +01:00
|
|
|
<!-- system menu for main board view -->
|
|
|
|
<string name="board_menu_done">Turn done</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="board_menu_juggle">Shuffle</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="board_menu_flip">Flip</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="board_menu_trade">Exchange</string>
|
2010-06-17 03:33:08 +02:00
|
|
|
<string name="board_menu_tray">Hide tray</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="board_submenu_undo">Undo</string>
|
|
|
|
<string name="board_menu_undo_current">Undo current</string>
|
|
|
|
<string name="board_menu_undo_last">Undo last</string>
|
|
|
|
<string name="board_submenu_hint">Hint</string>
|
|
|
|
<string name="board_menu_hint_next">Next hint</string>
|
2010-06-29 03:49:42 +02:00
|
|
|
<string name="board_menu_hint">First hint</string>
|
2010-01-12 14:18:16 +01:00
|
|
|
<string name="board_menu_values">Show values</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="board_submenu_game">Game</string>
|
|
|
|
<string name="board_menu_game_counts">Counts and values</string>
|
|
|
|
<string name="board_menu_game_left">Tiles remaining</string>
|
|
|
|
<string name="board_menu_game_history">Game history</string>
|
|
|
|
<string name="board_menu_game_final">Final scores</string>
|
|
|
|
<string name="board_menu_game_resend">Resend messages</string>
|
2010-10-04 14:38:05 +02:00
|
|
|
<string name="board_menu_game_chat">Send message</string>
|
2010-01-02 20:30:20 +01:00
|
|
|
<string name="board_submenu_file">File</string>
|
|
|
|
<string name="board_menu_file_new">New game</string>
|
|
|
|
<string name="board_menu_file_about">About Crosswords</string>
|
2010-01-09 15:39:34 +01:00
|
|
|
|
|
|
|
<string name="gamel_menu_delete_all">Delete all</string>
|
2010-05-08 21:29:03 +02:00
|
|
|
<!-- <string name="gamel_menu_view_hidden">Hidden games</string> -->
|
2010-01-12 14:18:16 +01:00
|
|
|
|
2010-01-16 15:16:27 +01:00
|
|
|
<!-- returned by util_getUserString -->
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="strd_robot_traded">Robot exchanged tiles %d this turn.</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="str_robot_moved">The robot made this move:</string>
|
2010-04-20 04:38:55 +02:00
|
|
|
<string name="strs_values_header">%s counts/values:\n</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="strd_remaining_tiles_add">+ %d [all remaining tiles]</string>
|
|
|
|
<string name="strd_unused_tiles_sub">- %d [unused tiles]</string>
|
|
|
|
<string name="str_remote_moved">Remote player made this move:</string>
|
|
|
|
<string name="strd_time_penalty_sub"></string>
|
|
|
|
<string name="str_pass"> - %d [time]</string>
|
|
|
|
<string name="strs_move_across">move (from %s across)</string>
|
|
|
|
<string name="strs_move_down">move (from %s down)</string>
|
|
|
|
<string name="strs_tray_at_start">Tray at start: %s</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="strss_traded_for">Exchanged %s for %s.</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="str_phony_rejected">Illegal word in move; turn lost!</string>
|
|
|
|
<string name="strd_cumulative_score">Cumulative score: %d</string>
|
|
|
|
<string name="strs_new_tiles">New tiles: %s</string>
|
|
|
|
<string name="str_passed">Passed</string>
|
2010-02-27 19:04:33 +01:00
|
|
|
<string name="strsd_summaryscored">%s:%d</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="strd_traded">%s:%d</string>
|
|
|
|
<string name="str_lostturn">Lost turn</string>
|
2010-01-25 03:49:14 +01:00
|
|
|
<string name="str_commit_confirm">Commit the current move?\n</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
<string name="str_local_name">%s</string>
|
|
|
|
<string name="str_nonlocal_name">%s (remote)</string>
|
2010-01-25 03:49:14 +01:00
|
|
|
<string name="str_bonus_all">Bonus for using all tiles: 50\n</string>
|
|
|
|
<string name="strd_turn_score">Score for turn: %d\n</string>
|
2010-01-16 15:16:27 +01:00
|
|
|
|
2010-01-16 19:34:27 +01:00
|
|
|
<!-- error messages -->
|
|
|
|
<string name="str_tiles_not_in_line">All tiles played must be in a line.</string>
|
|
|
|
<string name="str_no_empties_in_turn">Empty squares cannot separate tiles played.</string>
|
|
|
|
<string name="str_two_tiles_first_move">Must play two or more pieces on the first move.</string>
|
|
|
|
<string name="str_tiles_must_contact">New pieces must contact others already in place (or the middle square on the first move)</string>
|
2010-02-14 23:05:08 +01:00
|
|
|
<string name="str_not_your_turn">You can\'t do that; it\'s not your turn!</string>
|
2010-01-16 19:34:27 +01:00
|
|
|
<string name="str_no_peek_robot_tiles">No peeking at the robot\'s tiles!</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="str_cant_trade_mid_move">Remove played tiles before exchanging.</string>
|
|
|
|
<string name="str_too_few_tiles_left_to_trade">Too few tiles left to exchange.</string>
|
2010-09-20 15:18:53 +02:00
|
|
|
<string name="str_cant_undo_tileassign">Tile assignment can\'t be undone.</string>
|
2010-05-27 04:56:54 +02:00
|
|
|
<string name="str_cant_hint_while_disabled">The hint feature is disabled for this game. Enable it for a new game using the Settings dialog.</string>
|
2010-07-08 03:27:29 +02:00
|
|
|
<string name="str_no_peek_remote_tiles">No peeking at remote players\' tiles!</string>
|
2010-01-16 19:34:27 +01:00
|
|
|
<string name="str_reg_unexpected_user">Refused attempt to register unexpected user[s]</string>
|
|
|
|
<string name="str_server_dict_wins">Conflict between Host and Guest dictionaries; Host wins.</string>
|
|
|
|
<string name="str_reg_server_sans_remote">At least one player must be marked \"Remote\" for a game started as Host.</string>
|
|
|
|
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="remote_label">Off-device player</string>
|
2010-01-20 07:44:58 +01:00
|
|
|
<string name="robot_label">Robot player</string>
|
2010-05-06 14:47:58 +02:00
|
|
|
<string name="robot_name">(robot)</string>
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="guest_name">(Off-device player)</string>
|
2010-03-21 04:10:20 +01:00
|
|
|
<string name="password_label">Password</string>
|
2010-08-31 15:20:48 +02:00
|
|
|
<string name="player_edit_title">Edit player</string>
|
2010-01-16 19:34:27 +01:00
|
|
|
|
2010-05-08 17:25:54 +02:00
|
|
|
<string name="players_label_standalone">Players</string>
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="players_label_host">Players (%d local, %d off-device)</string>
|
2010-05-08 17:25:54 +02:00
|
|
|
<string name="players_label_guest">Players -- local only</string>
|
2010-01-20 07:44:58 +01:00
|
|
|
<string name="button_add_player">Add player</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="button_juggle_players">Shuffle players</string>
|
2010-01-20 07:44:58 +01:00
|
|
|
|
|
|
|
<string name="list_item_up">Up one</string>
|
|
|
|
<string name="list_item_down">Down one</string>
|
2010-05-18 04:27:14 +02:00
|
|
|
<string name="dicts_item_select">Make default</string>
|
2010-03-14 06:01:55 +01:00
|
|
|
<string name="dicts_item_delete">Delete dictionary</string>
|
|
|
|
<string name="dicts_item_details">Details</string>
|
2010-01-16 19:34:27 +01:00
|
|
|
|
2010-01-25 03:49:14 +01:00
|
|
|
<string name="dict_label">Dictionary</string>
|
2010-04-25 05:38:27 +02:00
|
|
|
<string name="role_label">Device role</string>
|
2010-05-08 17:26:47 +02:00
|
|
|
<string name="connection_label">Connection</string>
|
2010-09-01 15:49:01 +02:00
|
|
|
<string name="connect_label">Connection (via internet)</string>
|
2010-09-02 14:46:35 +02:00
|
|
|
<string name="room_public">Make new room public</string>
|
|
|
|
<string name="join_room">Join public room</string>
|
|
|
|
<string name="new_room_hint">New room name</string>
|
2010-09-03 15:39:46 +02:00
|
|
|
<string name="room_public_prompt">Pick room to play in</string>
|
2010-02-09 15:30:39 +01:00
|
|
|
|
2010-05-08 21:29:03 +02:00
|
|
|
<string name="configure_role">Configure connection</string>
|
2010-05-08 17:27:32 +02:00
|
|
|
<string name="configure_rolef">Configure %s connection</string>
|
2010-10-18 05:00:41 +02:00
|
|
|
<string name="settings_label">Other settings</string>
|
2010-06-16 15:39:27 +02:00
|
|
|
<string name="minutes_label">Minutes per player</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
|
2010-04-23 10:40:22 +02:00
|
|
|
<string name="smart_robot">Smart robot</string>
|
|
|
|
|
2010-01-25 03:49:14 +01:00
|
|
|
<string name="download_dicts">Download more...</string>
|
|
|
|
|
2010-03-14 00:10:30 +01:00
|
|
|
<string name="confirm_save_title">Confirm save</string>
|
2010-10-18 05:30:43 +02:00
|
|
|
<string name="confirm_save">This game is in play. If you
|
2010-10-18 05:27:21 +02:00
|
|
|
save these changes it must be restarted. Do you want to save
|
|
|
|
these changes?</string>
|
2010-05-08 21:28:38 +02:00
|
|
|
<string name="confirm_delete_all">Are you sure you want to
|
|
|
|
delete all games? This action cannot be undone.</string>
|
2010-03-14 00:10:30 +01:00
|
|
|
|
2010-01-26 15:48:37 +01:00
|
|
|
<string name="hints_allowed">Allow hints</string>
|
2010-07-09 03:26:17 +02:00
|
|
|
<string name="progress_title">Searching for moves</string>
|
2010-05-26 04:51:15 +02:00
|
|
|
<string name="use_timer">Enable game timer</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
<string name="color_tiles">Color tiles</string>
|
2010-04-23 10:39:24 +02:00
|
|
|
<string name="color_tiles_summary">Draw tiles using color of
|
|
|
|
player who played them</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
<string name="show_arrow">Show board arrow</string>
|
2010-04-23 10:39:24 +02:00
|
|
|
<string name="show_arrow_summary">Tapped tray tiles land on this
|
|
|
|
arrow when it is visible</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
<string name="explain_robot">Explain robot moves</string>
|
2010-04-23 10:39:24 +02:00
|
|
|
<string name="explain_robot_summary">Display score summary after
|
|
|
|
every robot turn</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
<string name="skip_confirm_turn">Skip confirming turn</string>
|
2010-04-23 10:39:24 +02:00
|
|
|
<string name="skip_confirm_turn_summary">Do NOT display score
|
|
|
|
summary after every human turn</string>
|
2010-06-18 03:51:46 +02:00
|
|
|
<string name="title_sort_tiles">Sort new tiles</string>
|
|
|
|
<string name="summary_sort_tiles">Sort trays whenever new tiles
|
|
|
|
are added</string>
|
2010-04-15 05:34:03 +02:00
|
|
|
<string name="ringer_zoom">Volume keys zoom</string>
|
2010-06-28 15:29:27 +02:00
|
|
|
<string name="ringer_zoom_summary">Zoom board using volume keys</string>
|
2010-07-03 03:08:22 +02:00
|
|
|
<string name="click_launches">Tap to play</string>
|
|
|
|
<string name="click_launches_summary">Tapping on game in games
|
|
|
|
list opens it rather than dropping a menu</string>
|
2010-06-30 04:25:15 +02:00
|
|
|
<string name="hide_title">Hide titlebar</string>
|
2010-07-01 14:54:43 +02:00
|
|
|
<string name="hide_title_summary">Hiding the game name lets the
|
|
|
|
board be slightly larger</string>
|
2010-07-17 16:06:33 +02:00
|
|
|
<string name="peek_other">View tiles out-of-turn</string>
|
|
|
|
<string name="peek_other_summary">Tapping on scoreboard name shows
|
|
|
|
that player\'s tiles</string>
|
2010-07-14 07:39:45 +02:00
|
|
|
<string name="show_bonussum">Show bonus values</string>
|
|
|
|
<string name="show_bonussum_summary">Include text like "2W" on
|
|
|
|
empty bonus squares</string>
|
|
|
|
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="all_players_here">All players live on this device</string>
|
2010-01-26 15:48:37 +01:00
|
|
|
|
2010-05-08 17:27:32 +02:00
|
|
|
<string name="room_edit_hint_host">As host, you name the room you
|
|
|
|
and your guests will use. You must connect before any guests to
|
|
|
|
establish the room on the relay.</string>
|
|
|
|
<string name="room_edit_hint_guest">As a guest, you enter the room
|
|
|
|
name chosen by the host. You should wait to connect until the
|
|
|
|
host has done so.</string>
|
|
|
|
<string name="room_edit_hint_connect">(Connecting happens
|
|
|
|
automatically when you open a game that is configured to use the
|
|
|
|
relay.)</string>
|
|
|
|
|
2010-04-23 10:54:04 +02:00
|
|
|
<string name="phonies_ignore">Ignore phonies</string>
|
|
|
|
<string name="phonies_warn">Warn if phonies</string>
|
|
|
|
<string name="phonies_disallow">Disallow phonies</string>
|
2010-05-27 04:56:54 +02:00
|
|
|
<string name="menu_prefs">Settings</string>
|
2010-03-14 06:01:55 +01:00
|
|
|
<string name="gamel_menu_dicts">Dictionaries</string>
|
2010-06-11 06:28:38 +02:00
|
|
|
<string name="menu_revert_all">Restore all</string>
|
2010-06-11 06:10:06 +02:00
|
|
|
<string name="menu_revert_colors">Restore colors</string>
|
|
|
|
<string name="confirm_revert_colors">Are you sure you want to
|
|
|
|
restore all color preferences to their default values?</string>
|
2010-06-11 06:28:38 +02:00
|
|
|
<string name="confirm_revert_all">Are you sure you want to restore
|
|
|
|
all preferences to their default values?</string>
|
2010-01-30 21:06:06 +01:00
|
|
|
|
|
|
|
<string name="room_label">Room</string>
|
2010-02-09 15:30:39 +01:00
|
|
|
<string name="phone_label">Host phone number</string>
|
|
|
|
<string name="bluetooth_label">Bluetooth support coming soon....</string>
|
2010-01-30 21:06:06 +01:00
|
|
|
<string name="role_edit_title">Connection</string>
|
2010-05-08 17:26:47 +02:00
|
|
|
<string name="connect_prompt">How will Host and Guest devices
|
|
|
|
communicate?</string>
|
2010-01-30 21:06:06 +01:00
|
|
|
|
2010-05-18 04:27:14 +02:00
|
|
|
<string name="prefs_defaults">New game defaults</string>
|
|
|
|
<string name="prefs_defaults_summary">Default settings for new
|
|
|
|
games</string>
|
2010-07-02 16:14:48 +02:00
|
|
|
<string name="prefs_appearance">Appearance</string>
|
|
|
|
<string name="prefs_appearance_summary">Settings controlling
|
|
|
|
appearance</string>
|
|
|
|
<string name="prefs_behavior">Behavior</string>
|
|
|
|
<string name="prefs_behavior_summary">Settings controlling app behavior</string>
|
|
|
|
|
2010-05-18 04:27:14 +02:00
|
|
|
<string name="default_dict">Game dictionary</string>
|
2010-10-18 03:55:09 +02:00
|
|
|
<string name="phonies_spinner_prompt">Handle phonies (words not in dictionary)</string>
|
2010-05-26 04:51:15 +02:00
|
|
|
<string name="board_size">Board size</string>
|
2010-05-26 04:27:16 +02:00
|
|
|
<string name="default_timerenabled">Use game timer</string>
|
2010-05-18 04:27:14 +02:00
|
|
|
|
|
|
|
<string name="manage_dicts">Choose</string>
|
|
|
|
|
2010-02-06 22:04:19 +01:00
|
|
|
<string name="prefs_colors">Colors</string>
|
2010-04-25 20:13:41 +02:00
|
|
|
<string name="prefs_colors_summary">Edit colors used on the board</string>
|
2010-02-06 22:04:19 +01:00
|
|
|
<string name="player0">First player</string>
|
|
|
|
<string name="player1">Second player</string>
|
2010-02-07 06:54:26 +01:00
|
|
|
<string name="player2">Third player</string>
|
|
|
|
<string name="player3">Fourth player</string>
|
|
|
|
<string name="bonus_l2x">Double letter</string>
|
|
|
|
<string name="bonus_l3x">Triple letter</string>
|
|
|
|
<string name="bonus_w2x">Double word</string>
|
|
|
|
<string name="bonus_w3x">Triple word</string>
|
2010-07-11 01:17:13 +02:00
|
|
|
<string name="bonus_l2x_summary">2L</string>
|
|
|
|
<string name="bonus_w2x_summary">2W</string>
|
2010-07-11 01:54:41 +02:00
|
|
|
<string name="bonus_l3x_summary">3L</string>
|
2010-07-11 01:17:13 +02:00
|
|
|
<string name="bonus_w3x_summary">3W</string>
|
2010-07-14 03:57:48 +02:00
|
|
|
<string name="pts">pts</string>
|
2010-06-14 05:40:12 +02:00
|
|
|
<string name="trading_text">Exchanging tiles. Select\n\'Turn done\' when ready.</string>
|
2010-02-07 06:54:26 +01:00
|
|
|
<string name="tile_back">Tile background</string>
|
2010-04-17 06:20:20 +02:00
|
|
|
<string name="empty">Empty cell/background</string>
|
2010-07-14 15:21:55 +02:00
|
|
|
<string name="clr_crosshairs">Crosshairs color</string>
|
2010-02-07 06:54:26 +01:00
|
|
|
<string name="advanced">Advanced</string>
|
2010-04-25 20:13:41 +02:00
|
|
|
<string name="advanced_summary">You may never need these...</string>
|
2010-02-07 06:54:26 +01:00
|
|
|
<string name="relay_host">Relay address</string>
|
2010-04-08 06:12:08 +02:00
|
|
|
<string name="dict_host">Dictionary download URL</string>
|
2010-09-28 15:43:04 +02:00
|
|
|
<string name="relay_port">Relay game port</string>
|
|
|
|
<string name="proxy_port">Relay device port</string>
|
2010-02-07 06:54:26 +01:00
|
|
|
<string name="sms_port">SMS port</string>
|
2010-02-06 22:04:19 +01:00
|
|
|
|
2010-02-09 15:30:39 +01:00
|
|
|
<string name="sms_phone_label">sms_phone_label</string>
|
|
|
|
<string name="sms_port_label">sms_port_label</string>
|
|
|
|
<string name="bt_label">bt_label</string>
|
|
|
|
<string name="list_item_view">list_item_view</string>
|
|
|
|
<string name="key_player">key_player</string>
|
2010-05-08 17:26:47 +02:00
|
|
|
<string name="tab_relay">Internet/Relay</string>
|
|
|
|
<string name="tab_sms">SMS (broken)</string>
|
2010-02-09 15:30:39 +01:00
|
|
|
<string name="tab_bluetooth">Bluetooth (pending)</string>
|
|
|
|
|
2010-02-14 23:05:08 +01:00
|
|
|
<string name="msg_relay_waiting">Connected to relay. Waiting for %d player[s].</string>
|
|
|
|
<string name="msg_relay_all_here">All players are here.</string>
|
|
|
|
<string name="title_relay_status">Connection status.</string>
|
|
|
|
|
2010-02-17 16:10:10 +01:00
|
|
|
<string name="relay_alert">Connection error</string>
|
|
|
|
<string name="msg_too_many">You are providing more players than the host expects.</string>
|
|
|
|
<string name="msg_no_room">No host has registered a room by that name.</string>
|
|
|
|
<string name="msg_dup_room">Another host has already registered a room using that name. Rename yours or retry later.</string>
|
|
|
|
<string name="msg_lost_other">The relay has lost contact with another device in this game.</string>
|
2010-02-14 23:05:08 +01:00
|
|
|
|
2010-02-24 05:29:17 +01:00
|
|
|
<string name="ids_badwords">Word[s] %s not found in dictionary.</string>
|
|
|
|
<string name="badwords_accept"> Do you still want to accept this move?</string>
|
|
|
|
<string name="badwords_lost"> Turn lost.</string>
|
|
|
|
<string name="badwords_title">Illegal word[s]</string>
|
|
|
|
|
2010-02-27 19:03:07 +01:00
|
|
|
<string name="ids_endnow">Are you sure you want to end the game now?</string>
|
|
|
|
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="force_title">Off-device player[s]</string>
|
|
|
|
<string name="force_expl">In a multi-device game there must be at
|
|
|
|
least one player from and another not from this device. Please
|
|
|
|
check off-device players.</string>
|
|
|
|
<string name="added_player">Player added to meet two-player
|
|
|
|
minimum for multi-device games.</string>
|
2010-08-31 15:20:48 +02:00
|
|
|
<string name="forced_consistent">Modified first player.</string>
|
2010-03-08 07:14:58 +01:00
|
|
|
|
|
|
|
<string name="vs">vs.</string>
|
2010-03-14 00:11:57 +01:00
|
|
|
<string name="dictionary">Dictionary:</string>
|
2010-05-05 06:12:02 +02:00
|
|
|
<string name="summary_fmt_listening">%s listening</string>
|
2010-08-31 14:43:41 +02:00
|
|
|
<string name="summary_fmt_relay">Connecting via Relay, room \"%s\"</string>
|
2010-05-05 06:12:02 +02:00
|
|
|
<string name="summary_fmt_sms">%s via SMS, dialing %s</string>
|
2010-05-01 04:48:57 +02:00
|
|
|
<string name="gameOver">Game over</string>
|
2010-05-06 14:46:25 +02:00
|
|
|
<string name="movesf">%d moves played</string>
|
2010-02-27 19:03:07 +01:00
|
|
|
|
2010-03-09 07:29:04 +01:00
|
|
|
<!-- about dialog stuff -->
|
2010-04-24 17:14:46 +02:00
|
|
|
<string name="about_versf">Crosswords for Android, Version %s,
|
2010-03-14 00:11:57 +01:00
|
|
|
rev %s.</string>
|
|
|
|
<string name="about_copyright">Copyright (C) 1998-2010 by Eric
|
2010-06-21 16:55:00 +02:00
|
|
|
House. This free/open source software is released under the GNU Public
|
2010-03-14 00:11:57 +01:00
|
|
|
License.</string>
|
|
|
|
|
|
|
|
<string name="about_web">For a manual or sourcecode see:
|
|
|
|
http://xwords.sf.net. To report bugs, suggest features, offer to
|
|
|
|
help, etc., please email: eehouse@eehouse.org.</string>
|
2010-03-09 07:29:04 +01:00
|
|
|
<!-- fill this in other than in English -->
|
|
|
|
<string name="xlator"></string>
|
|
|
|
|
2010-07-19 04:16:46 +02:00
|
|
|
<string name="about_credits">Toolbar icons by Sarah Chu; other
|
|
|
|
credits pending permission.</string>
|
|
|
|
|
2010-03-14 17:24:54 +01:00
|
|
|
<string name="downloading_dictf">Downloading Crosswords
|
|
|
|
dictionary %s...</string>
|
2010-03-14 00:11:57 +01:00
|
|
|
<string name="no_dict_title">Dictionary not found</string>
|
|
|
|
<string name="button_download">Download</string>
|
|
|
|
<string name="no_dictf">Unable to open game because dictionary %s
|
|
|
|
not found.</string>
|
2010-03-21 04:09:47 +01:00
|
|
|
|
|
|
|
<string name="msg_ask_password">Password for \"%s\":</string>
|
2010-03-21 04:11:49 +01:00
|
|
|
|
|
|
|
<string name="red">Red</string>
|
|
|
|
<string name="green">Green</string>
|
|
|
|
<string name="blue">Blue</string>
|
2010-05-01 04:48:57 +02:00
|
|
|
|
2010-05-12 13:56:01 +02:00
|
|
|
<string name="gamef">Game %d</string>
|
2010-05-18 04:27:34 +02:00
|
|
|
<string name="playerf">Player %d</string>
|
2010-06-16 15:39:27 +02:00
|
|
|
<string name="initial_player_minutes">Timer minutes per player</string>
|
2010-05-12 13:56:01 +02:00
|
|
|
|
2010-06-05 16:55:40 +02:00
|
|
|
<string name="git_rev_title">Source version id</string>
|
2010-08-11 03:48:19 +02:00
|
|
|
<string name="changes_title">Recent changes</string>
|
2010-08-11 05:33:33 +02:00
|
|
|
<string name="changes_button">Recent changes</string>
|
2010-06-05 16:55:40 +02:00
|
|
|
|
2010-10-06 03:38:46 +02:00
|
|
|
<string name="relay_behavior">Relay behavior</string>
|
|
|
|
<string name="relay_behavior_summary">Relay behavior summary</string>
|
|
|
|
<string name="connect_frequency">Background move check frequency</string>
|
2010-10-12 14:24:23 +02:00
|
|
|
<string name="connect_thirty_seconds">30 seconds</string>
|
2010-10-11 15:54:02 +02:00
|
|
|
<string name="connect_five_mins">5 minutes</string>
|
2010-08-24 03:39:47 +02:00
|
|
|
<string name="connect_fifteen_mins">15 minutes</string>
|
|
|
|
<string name="connect_thirty_mins">30 minutes</string>
|
|
|
|
<string name="connect_one_hour">Hourly</string>
|
|
|
|
<string name="connect_six_hours">Every six hours</string>
|
|
|
|
<string name="connect_daily">Once every day</string>
|
|
|
|
<string name="connect_never">Never connect</string>
|
|
|
|
|
2010-09-29 03:34:29 +02:00
|
|
|
<string name="public_names_progress">Fetching public rooms for
|
|
|
|
%d-player games in %s.</string>
|
2010-09-29 03:58:05 +02:00
|
|
|
<string name="no_name_found">No public rooms found. Try
|
|
|
|
refreshing or creating your own.</string>
|
2010-09-29 03:34:29 +02:00
|
|
|
|
2010-10-04 03:32:39 +02:00
|
|
|
<string name="chat_received">Message received</string>
|
2010-10-04 14:38:05 +02:00
|
|
|
<string name="button_send">Send</string>
|
2010-10-05 03:59:44 +02:00
|
|
|
<string name="button_reply">Reply</string>
|
2010-10-04 14:38:05 +02:00
|
|
|
<string name="compose_chat">Message for all devices</string>
|
2010-10-08 15:53:41 +02:00
|
|
|
|
2010-10-18 03:55:09 +02:00
|
|
|
<string name="notify_title">Data available</string>
|
2010-10-16 19:49:25 +02:00
|
|
|
<string name="notify_body">New game data available on relay</string>
|
2010-10-18 03:55:09 +02:00
|
|
|
|
2010-01-02 20:30:20 +01:00
|
|
|
</resources>
|