diff options
Diffstat (limited to 'Source/Android/app/src/main/res/values/strings.xml')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 4e9c977faa..ef103432aa 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -1011,4 +1011,7 @@ It can efficiently compress both junk data and encrypted Wii data. <string name="netplay_max_buffer">Max buffer</string> <string name="netplay_connection_lost">Netplay connection lost</string> <string name="netplay_save_transfer_progress_close">Close</string> + <string name="netplay_game_digest_match">The hashes match</string> + <string name="netplay_game_digest_mismatch">The hashes do not match</string> + <string name="netplay_game_digest_close">Close</string> </resources> |
