comparison app/src/main/res/values/strings.xml @ 16:3ed74dc0e34a

Fix error messages, make scaling menu more user-friendly, fix return from settings.
author David Barts <n5jrn@me.com>
date Sun, 21 Feb 2021 21:43:54 -0800
parents 20da616dcda0
children 7e7e71724770
comparison
equal deleted inserted replaced
15:20da616dcda0 16:3ed74dc0e34a
7 <string name="done_text">Done</string> 7 <string name="done_text">Done</string>
8 <string name="error_bad_image">Bad image!</string> 8 <string name="error_bad_image">Bad image!</string>
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!</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="image_size_text">Width: %d, Height: %d.</string> 14 <string name="image_size_text">Width: %d, Height: %d.</string>
15 <string name="ok_text">OK</string> 15 <string name="ok_text">OK</string>
16 <string name="r_180">180˚</string> 16 <string name="r_180">180˚</string>
17 <string name="r_90_ccw">90˚ CCW</string> 17 <string name="r_90_ccw">90˚ CCW</string>