equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <resources> |
2 <resources xmlns:tools="http://schemas.android.com/tools"> |
3 <!-- Generic terms --> |
3 <!-- Generic terms --> |
4 <string name="app_name">Beem</string> |
4 <string name="app_name">Beem</string> |
5 <string name="OkButton">Ok</string> |
5 <string name="OkButton">Ok</string> |
6 <string name="ClearButton">Clear</string> |
6 <string name="ClearButton">Clear</string> |
7 <string name="CancelButton">Cancel</string> |
7 <string name="CancelButton">Cancel</string> |
253 <string name="chat_state_inactive">is doing another thing</string> |
253 <string name="chat_state_inactive">is doing another thing</string> |
254 <string name="chat_otrstate_plaintext">PLAINTEXT</string> |
254 <string name="chat_otrstate_plaintext">PLAINTEXT</string> |
255 <string name="chat_otrstate_encrypted">ENCRYPTED</string> |
255 <string name="chat_otrstate_encrypted">ENCRYPTED</string> |
256 <string name="chat_otrstate_finished">FINISHED</string> |
256 <string name="chat_otrstate_finished">FINISHED</string> |
257 <string name="chat_otrstate_authenticated">AUTHENTICATED</string> |
257 <string name="chat_otrstate_authenticated">AUTHENTICATED</string> |
258 <string name="chat_otr_verify_key" formatted="false"> |
258 <string name="chat_otr_verify_key" formatted="false" tools:ignore="StringFormatInvalid"> |
259 Authenticating a buddy helps ensure that the person you are talking to is who they claim to be.\n\n |
259 Authenticating a buddy helps ensure that the person you are talking to is who they claim to be.\n\n |
260 To verify the fingerprint, contact your buddy via some <i>other</i> authenticated channel, such as the telephone or GPG-signed email. Each of you should tell your fingerprint to the other.\n\n |
260 To verify the fingerprint, contact your buddy via some <i>other</i> authenticated channel, such as the telephone or GPG-signed email. Each of you should tell your fingerprint to the other.\n\n |
261 If everything matches up, you should indicate in the above dialog that you <b>have</b> verified the fingerprint.\n\n |
261 If everything matches up, you should indicate in the above dialog that you <b>have</b> verified the fingerprint.\n\n |
262 Local fingerprint %s\n\nRemote fingerprint %s\n\nVerify fingerprint ?</string> |
262 Local fingerprint %s\n\nRemote fingerprint %s\n\nVerify fingerprint ?</string> |
263 |
263 |