mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
move strings to where they'll be localizable
This commit is contained in:
parent
4dbb7362dd
commit
869967d1ec
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue