Skip to content

Commit

Permalink
fix: Fix issues with strings in the splash activity screen for transl…
Browse files Browse the repository at this point in the history
…ate-wiki
  • Loading branch information
kkmurerwa committed Oct 31, 2023
1 parent 6ac4f9c commit 8d8ec73
Showing 1 changed file with 14 additions and 42 deletions.
56 changes: 14 additions & 42 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,48 +472,20 @@
<string name="completed_story_list_recyclerview_tag">completed_story_list_recyclerview_tag</string>
<string name="item_selection_text">Please select all correct choices.</string>
<!-- SplashActivity -->
<string name="unsupported_app_version_dialog_title" description="The title of the dialog shown when a user's pre-release app has expired.">
Unsupported app version
</string>
<string name="unsupported_app_version_dialog_message" description="The main message of the dialog shown when a user's pre-release app has expired.">
This version of the app is no longer supported. Please update it through the Play Store.
</string>
<string name="unsupported_app_version_dialog_close_button_text" description="The close button text of the dialog shown when a user's pre-release app has expired.">
Close app
</string>
<string name="forced_app_update_dialog_title" description="The title of the dialog shown when a user's pre-release app has expired.">
App update required
</string>
<string name="forced_app_update_dialog_message" description="The main message of the dialog shown when a user's app has expired.">
A new version of %s is now available. The new version is more secure, and improves your learning experience.\n\nThis version is no longer supported. To continue using the app, please update to the latest version.
</string>
<string name="forced_app_update_dialog_update_button_text" description="The update button text of the dialog shown when a user's pre-release app has expired.">
Update
</string>
<string name="forced_app_update_dialog_close_button_text" description="The close button text of the dialog shown when a user's pre-release app has expired.">
Close app
</string>
<string name="optional_app_update_dialog_title" description="The title of the dialog shown when an optional app update is available.">
New update available
</string>
<string name="optional_app_update_dialog_message" description="The main message of the dialog shown when an optional app update is available.">
A new version of %s is now available. We recommend that you update the app for bug fixes and a better learning experience.
</string>
<string name="optional_app_update_dialog_dismiss_button_text" description="The dismiss button text of the dialog shown when an optional app update is available.">
Dismiss
</string>
<string name="optional_app_update_dialog_update_button_text" description="The update button text of the dialog shown when an optional app update is available.">
Update
</string>
<string name="os_deprecation_dialog_title" description="The title of the dialog shown when an the OS the user is using is no longer supported.">
Update your Android OS
</string>
<string name="os_deprecation_dialog_message" description="The main message of the dialog shown when an the OS the user is using is no longer supported.">
We recommend updating your Android OS to take advantage of %s\'s new features and lessons.\n\nVisit your phone\'s Settings app to update your OS.
</string>
<string name="os_deprecation_dialog_dismiss_button_text" description="The dismiss button text of the dialog shown when an the OS the user is using is no longer supported.">
Dismiss
</string>
<string name="unsupported_app_version_dialog_title" description="The title of the dialog shown when a user's pre-release app has expired.">Unsupported app version</string>
<string name="unsupported_app_version_dialog_message" description="The main message of the dialog shown when a user's pre-release app has expired.">This version of the app is no longer supported. Please update it through the Play Store.</string>
<string name="unsupported_app_version_dialog_close_button_text" description="The close button text of the dialog shown when a user's pre-release app has expired.">Close app</string>
<string name="forced_app_update_dialog_title" description="The title of the dialog shown when a user's pre-release app has expired.">App update required</string>
<string name="forced_app_update_dialog_message" description="The main message of the dialog shown when a user's app has expired.">A new version of %s is now available. The new version is more secure, and improves your learning experience.\n\nThis version is no longer supported. To continue using the app, please update to the latest version.</string>
<string name="forced_app_update_dialog_update_button_text" description="The update button text of the dialog shown when a user's pre-release app has expired.">Update</string>
<string name="forced_app_update_dialog_close_button_text" description="The close button text of the dialog shown when a user's pre-release app has expired.">Close app</string>
<string name="optional_app_update_dialog_title" description="The title of the dialog shown when an optional app update is available.">New update available</string>
<string name="optional_app_update_dialog_message" description="The main message of the dialog shown when an optional app update is available.">A new version of %s is now available. We recommend that you update the app for bug fixes and a better learning experience.</string>
<string name="optional_app_update_dialog_dismiss_button_text" description="The dismiss button text of the dialog shown when an optional app update is available.">Dismiss</string>
<string name="optional_app_update_dialog_update_button_text" description="The update button text of the dialog shown when an optional app update is available.">Update</string>
<string name="os_deprecation_dialog_title" description="The title of the dialog shown when an the OS the user is using is no longer supported.">Update your Android OS</string>
<string name="os_deprecation_dialog_message" description="The main message of the dialog shown when an the OS the user is using is no longer supported.">We recommend updating your Android OS to take advantage of %s\'s new features and lessons.\n\nVisit your phone\'s Settings app to update your OS.</string>
<string name="os_deprecation_dialog_dismiss_button_text" description="The dismiss button text of the dialog shown when an the OS the user is using is no longer supported.">Dismiss</string>
<string name="splash_screen_developer_label">Developer Build</string>
<string name="splash_screen_alpha_label">Alpha</string>
<string name="splash_screen_beta_label">Beta</string>
Expand Down

0 comments on commit 8d8ec73

Please sign in to comment.