forked from nadam/nfc-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
--> | ||
<resources> | ||
<string name="app_name">NFC Reader</string> | ||
<string name="intro_message">This is just a simple app to read and display various tags (NDEF, RFID, FeliCa, ISO 14443, etc).\n\nYou typically use it by holding a tag/card against the back of your phone/tablet.\n\nPlease let me know if you want me to change how the data is displayed. Also send me an e-mail ([email protected]) if you have problem with this app and I\'ll let you know when I\'ve fixed it. Thanks!\n\nIf you can\'t read any tag, please try some of the other NFC apps on Google Play.</string> | ||
<string name="intro_message">This is a simple app to read various tags (NDEF, RFID, FeliCa, ISO 14443, etc).\n\nYou use it by holding a tag/card against the back of your phone/tablet.\n\nPlease let me know if you want me to change how the data is displayed. Also send me an e-mail ([email protected]) if you have any problems with the app and I\'ll let you know when I\'ve fixed it. You can also see the source code and report issues at https://github.com/nadam/nfc-reader.\n\nIf you can\'t read any tag, please try some of the other NFC apps on Google Play and let me know if this app is the only one not working. Thanks!\n\n/Adam</string> | ||
<string name="error">Error</string> | ||
<string name="no_nfc">No NFC found on this device</string> | ||
<string name="nfc_disabled">NFC is not enabled. Please go to the wireless settings to enable it.</string> | ||
|