Skip to content

Commit

Permalink
Merge pull request #5283 from wikimedia/gamePauseDlgStrings
Browse files Browse the repository at this point in the history
[WikiGames] strings for Pause dialog.
  • Loading branch information
Williamrai authored Jan 31, 2025
2 parents 95c643e + a803c5f commit 01197de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,10 @@
<string name="on_this_day_game_point">Indication of points earned with a correct response. (always 1 point, not plural)</string>
<string name="on_this_day_game_next">Button label for navigating to the next question.</string>
<string name="on_this_day_game_finish">Button label for finishing the game.</string>
<string name="on_this_day_game_pause_title">Title of a dialog box that pops up when the game is about to be paused.</string>
<string name="on_this_day_game_pause_body">Body text of a dialog box that pops up when the game is about to be paused.</string>
<string name="on_this_day_game_pause_negative">Negative action button of a dialog box for pausing the current game.</string>
<string name="on_this_day_game_pause_positive">Positive action button of a dialog box for pausing the current game.</string>
<string name="on_this_day_game_feed_entry_card_heading">header for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_title">title for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_subtitle">subtitle for the game feed entry card</string>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,10 @@
<string name="on_this_day_game_point">+1 point</string>
<string name="on_this_day_game_next">Next question</string>
<string name="on_this_day_game_finish">Final results</string>
<string name="on_this_day_game_pause_title">Pause the game?</string>
<string name="on_this_day_game_pause_body">Your progress will be saved for the day. You can find the game on your Explore feed.</string>
<string name="on_this_day_game_pause_negative">Keep playing</string>
<string name="on_this_day_game_pause_positive">Got it</string>
<string name="on_this_day_game_feed_entry_card_heading">Wikipedia games</string>
<string name="on_this_day_game_feed_entry_card_title">What came first?</string>
<string name="on_this_day_game_feed_entry_card_subtitle">Guess which event came first on this day in history.</string>
Expand Down

0 comments on commit 01197de

Please sign in to comment.