comparison app/src/main/res/values/strings.xml @ 36:70f1d11d53ad

Attempt to make it work on Android 9 and earlier.
author David Barts <n5jrn@me.com>
date Fri, 19 Mar 2021 12:49:13 -0700
parents 7e7e71724770
children 0dbd924cb5e8
comparison
equal deleted inserted replaced
35:6607f675a5f7 36:70f1d11d53ad
9 <string name="error_create_mediastore">Failed to create new MediaStore record.</string> 9 <string name="error_create_mediastore">Failed to create new MediaStore record.</string>
10 <string name="error_get_output">Failed to get output stream.</string> 10 <string name="error_get_output">Failed to get output stream.</string>
11 <string name="error_io">I/O error.</string> 11 <string name="error_io">I/O error.</string>
12 <string name="error_no_uri">No URI supplied, and no remembered image!</string> 12 <string name="error_no_uri">No URI supplied, and no remembered image!</string>
13 <string name="error_save_bitmap">Failed to save bitmap.</string> 13 <string name="error_save_bitmap">Failed to save bitmap.</string>
14 <string name="error_security">Security error.</string>
15 <string name="error_unable_no_permissions">Unable to save image without the necessary permissions.</string>
16 <string name="error_unexpected">Unexpected %s.</string>
14 <string name="image_size_text">%d ✕ %d</string> 17 <string name="image_size_text">%d ✕ %d</string>
15 <string name="ok_text">OK</string> 18 <string name="ok_text">OK</string>
16 <string name="r_180">180˚</string> 19 <string name="r_180">180˚</string>
17 <string name="r_90_ccw">90˚ CCW</string> 20 <string name="r_90_ccw">90˚ CCW</string>
18 <string name="r_90_cw">90˚ CW</string> 21 <string name="r_90_cw">90˚ CW</string>