aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/src/main/res/values/strings.xml
blob: 717e12b89b602628cff9ed05049df5f825bc0a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="kau_no_items_found">No items found</string>
    <string name="kau_no_items_selected">No items have been selected</string>
    <string name="kau_blurrable_imageview">Blurrable ImageView</string>
    <string name="kau_no_items_loaded">No items loaded</string>

    <string name="kau_no_camera_found">No camera found</string>
    <string name="kau_no_camera_found_content">Please install a camera app and try again.</string>

    <string name="kau_temp_file_creation_failed">Failed to create a temporary file.</string>

    <string name="kau_select_media">Select Media</string>
</resources>