forked from andras-adam/virtualtag
-
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
4 changed files
with
22 additions
and
5 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
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 |
---|---|---|
@@ -1,3 +1,14 @@ | ||
<resources> | ||
<string name="app_name">VirtualTag</string> | ||
<string name="app_name" translatable="false">VirtualTag</string> | ||
<string name="card_added_success">Card added successfully!</string> | ||
<string name="add_new_card">Add new card</string> | ||
<string name="scan_success">NFC tag scanned successfully</string> | ||
<string name="name">Name</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="empty_name_error">Please set a name for your card</string> | ||
<string name="color_button_text">Change card background color</string> | ||
<string name="edit">Edit card</string> | ||
<string name="scan_new_card">Scan new card</string> | ||
<string name="ready_to_scan">Ready to scan</string> | ||
<string name="scan_description">Hold your device near your NFC tag to scan</string> | ||
</resources> |