blob: e724d451aac2e2770d307c1cf55372ecf6d389a5 (
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" translatable="false">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>
|