Skip to content

Commit

Permalink
add resources for nfc error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskr committed Oct 11, 2022
1 parent 2ae7e27 commit b104c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
<string name="scan_new_card">Új kártya</string>
<string name="ready_to_scan">Készen áll a beolvasásra</string>
<string name="scan_description">Tartsd az eszközt az NFC olvasóhoz a beolvasáshoz</string>
<string name="nfc_sensor_error">NFC érzékelő hiba</string>
<string name="nfc_sensor_error_description">Úgy tűnik, hogy a készüléked nem rendelkezik NFC érzékelővel. Sajnos ezzel az eszközzel nem lehet NFC kártyákat beolvasni.</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
<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>
<string name="nfc_sensor_error">NFC sensor error</string>
<string name="nfc_sensor_error_description">It seems like your device does not have an NFC sensor. Unfortunately, you can\'t scan NFC cards with this device.</string>
</resources>

0 comments on commit b104c16

Please sign in to comment.