fix to use positional params in format strings

This commit is contained in:
Andy2 2011-05-14 10:25:58 -07:00
parent 6ee8c171be
commit 54a793f6c2

View file

@ -104,13 +104,13 @@
<string name="strd_cumulative_score">Cumulative score: %d\n</string> <string name="strd_cumulative_score">Cumulative score: %d\n</string>
<string name="strs_new_tiles">New tiles: %s</string> <string name="strs_new_tiles">New tiles: %s</string>
<string name="str_passed">Passed</string> <string name="str_passed">Passed</string>
<string formatted="false" name="strsd_summaryscored">%s:%d</string> <string name="strsd_summaryscored">%1$s:%2$d</string>
<string name="strd_traded">Traded %d</string> <string name="strd_traded">Traded %d</string>
<string name="str_lostturn">Lost turn</string> <string name="str_lostturn">Lost turn</string>
<string name="str_commit_confirm">Commit the current move?\n</string> <string name="str_commit_confirm">Commit the current move?\n</string>
<string name="str_local_name">%s</string> <string name="str_local_name">%s</string>
<string name="str_nonlocal_name">%s (remote)</string> <string name="str_nonlocal_name">%s (remote)</string>
<string formatted="false" name="str_game_namef">%s (%s)</string> <string name="str_game_namef">%1$s (%2$s)</string>
<string name="str_bonus_all">Bonus for using all tiles: 50\n</string> <string name="str_bonus_all">Bonus for using all tiles: 50\n</string>
<string name="strd_turn_score">Score for turn: %d\n</string> <string name="strd_turn_score">Score for turn: %d\n</string>
@ -140,7 +140,8 @@
<string name="player_edit_title">Edit player</string> <string name="player_edit_title">Edit player</string>
<string name="players_label_standalone">Players</string> <string name="players_label_standalone">Players</string>
<string formatted="false" name="players_label_host">Players (%d local, %d off-device)</string> <string name="players_label_host">Players (%1$d local, %2$d
off-device)</string>
<string name="game_locked">Lock settings</string> <string name="game_locked">Lock settings</string>
<string name="button_add_player">Add player</string> <string name="button_add_player">Add player</string>
<string name="button_juggle_players">Shuffle players</string> <string name="button_juggle_players">Shuffle players</string>
@ -302,9 +303,8 @@
<string name="tab_sms">SMS (broken)</string> <string name="tab_sms">SMS (broken)</string>
<string name="tab_bluetooth">Bluetooth (pending)</string> <string name="tab_bluetooth">Bluetooth (pending)</string>
<string formatted="false" name="msg_relay_waiting">Device %d <string name="msg_relay_waiting">Device %1$d connected to relay in
connected to relay in room \"%s\". Waiting for %d room \"%2$s\". Waiting for %3$d player[s].</string>
player[s].</string>
<string name="msg_relay_all_heref">All players are here in room <string name="msg_relay_all_heref">All players are here in room
\"%s\".</string> \"%s\".</string>
@ -336,8 +336,8 @@
<string name="movesf">%d moves played</string> <string name="movesf">%d moves played</string>
<!-- about dialog stuff --> <!-- about dialog stuff -->
<string formatted="false" name="about_versf">Crosswords for Android, Version %s, <string name="about_versf">Crosswords for Android, Version %1$s,
rev %s.</string> rev %2$s.</string>
<string name="about_copyright">Copyright (C) 1998-2011 by Eric <string name="about_copyright">Copyright (C) 1998-2011 by Eric
House. This free/open source software is released under the GNU Public House. This free/open source software is released under the GNU Public
License.</string> License.</string>
@ -360,9 +360,9 @@
<string name="no_dictf">Unable to open game because no %s <string name="no_dictf">Unable to open game because no %s
dictionary found.</string> dictionary found.</string>
<string formatted="false" name="no_dict_substf">Unable to open game because <string name="no_dict_substf">Unable to open game because
dictionary %s not found. You can download a replacement or dictionary %1$s not found. You can download a replacement or
substitute another %s dictionary.</string> substitute another %2$s dictionary.</string>
<string name="msg_ask_password">Password for \"%s\":</string> <string name="msg_ask_password">Password for \"%s\":</string>
@ -392,11 +392,11 @@
<string name="notify_vibrate">Vibrate</string> <string name="notify_vibrate">Vibrate</string>
<string name="notify_other_summary">When opponent moves arrive</string> <string name="notify_other_summary">When opponent moves arrive</string>
<string formatted="false" name="public_names_progress">Fetching public rooms for <string name="public_names_progress">Fetching public rooms for
%d-player games in %s.</string> %1$d-player games in %2$s.</string>
<string formatted="false" name="no_name_found_f">No public rooms <string name="no_name_found_f">No public rooms found for
found for %d-player games in %s. Try refreshing or creating your %1$d-player games in %2$s. Try refreshing or creating your
own.</string> own.</string>
<string name="chat_local_id">Me: </string> <string name="chat_local_id">Me: </string>
<string name="chat_other_id">Not me: </string> <string name="chat_other_id">Not me: </string>
@ -409,10 +409,10 @@
<string name="gamel_menu_checkmoves">Check relay</string> <string name="gamel_menu_checkmoves">Check relay</string>
<string name="no_copy_network">Games that have already connected <string name="no_copy_network">Games that have already connected
to the relay cannot be copied.</string> to the relay cannot be copied.</string>
<string name="no_games_to_refresh">No games found that connect via <string name="no_games_to_refresh">No games found that connect via
the relay.</string> the relay.</string>
<string name="msgs_progress">Checking relay for moves <string name="msgs_progress">Checking relay for moves
etc...</string> etc...</string>