mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
move strings
This commit is contained in:
parent
bc0478abbf
commit
0a912db347
2 changed files with 7 additions and 7 deletions
|
@ -2712,4 +2712,11 @@
|
|||
<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>
|
||||
|
||||
<string name="backup_only_on_9">Export works on Android 9 (and all
|
||||
other versions), but Import does not. So you can do an export on
|
||||
this device in order to migrate to a newer phone, but you will not
|
||||
be able to import the resulting file on this device.</string>
|
||||
|
||||
<string name="no_restore_on_9">Import does not work on Android 9.</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -5,11 +5,4 @@
|
|||
|
||||
<string name="dup_allscores_fmt">All scores: %1$s</string>
|
||||
|
||||
<string name="backup_only_on_9">Export works on Android 9 (and all
|
||||
other versions), but Import does not. So you can do an export on
|
||||
this device in order to migrate to a newer phone, but you will not
|
||||
be able to import the resulting file on this device.</string>
|
||||
|
||||
<string name="no_restore_on_9">Import does not work on Android 9.</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue