Skip to content

Commit

Permalink
Missing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed May 21, 2024
1 parent fab2a20 commit 8568044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample/src/main/res/values/strings_image_upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<item>Image 3 (3)</item>
</string-array>

<string name="image_overwrite_title">Overwrite?</string>
<string name="image_overwrite_message">The selected image is already on the device. Do you want to send it again?</string>
<string name="image_overwrite_active_message">The selected image is already active. Do you want to send it again?</string>

<string name="image_upload_status_ready">READY</string>
<string name="image_upload_status_validating">VALIDATING…</string>
<string name="image_upload_status_uploading">UPLOADING…</string>
Expand Down

0 comments on commit 8568044

Please sign in to comment.