move strings to where they'll be localizable

This commit is contained in:
Eric House 2023-05-04 11:33:53 -07:00
parent 4dbb7362dd
commit 869967d1ec
2 changed files with 7 additions and 5 deletions

View file

@ -2705,4 +2705,11 @@
<!-- Button offering to show info about invites already sent -->
<string name="button_invite_history">History</string>
<!-- For debug-only feature allowing to set device id -->
<string name="games_menu_setDevid">Set MQTT devID</string>
<string name="set_devid_title">New MQTT devID</string>
<string name="badMQTTDevIDFmt">Bogus MQTT devID \"%1$s\". Please try again.</string>
<string name="reboot_after_setFmt">MQTT devID changed to \"%1$s\".\n\nRestarting to ensure use.</string>
</resources>

View file

@ -5,9 +5,4 @@
<string name="dup_allscores_fmt">All scores: %1$s</string>
<!-- Debug-only -->
<string name="games_menu_setDevid">Set MQTT devID</string>
<string name="set_devid_title">New MQTT devID</string>
<string name="badMQTTDevIDFmt">Bogus MQTT devID \"%1$s\". Please try again.</string>
<string name="reboot_after_setFmt">MQTT devID changed to \"%1$s\".\n\nRestarting to ensure use.</string>
</resources>