Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
comparison app/src/main/res/values/strings.xml @ 37:0dbd924cb5e8
Explain why permission needed, per guidelines.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 23 Mar 2021 22:30:34 -0700 |
parents | 70f1d11d53ad |
children | cfb19d4ccf78 |
comparison
equal
deleted
inserted
replaced
36:70f1d11d53ad | 37:0dbd924cb5e8 |
---|---|
1 <resources> | 1 <resources> |
2 <!-- Our Name --> | |
2 <string name="app_name">Simple Resizer</string> | 3 <string name="app_name">Simple Resizer</string> |
4 | |
5 <!-- Editing --> | |
3 <string name="bad_scale">Invalid maximum dimension.</string> | 6 <string name="bad_scale">Invalid maximum dimension.</string> |
4 <string name="cancel_text">Cancel</string> | 7 <string name="cancel_text">Cancel</string> |
5 <string name="custom_scale_hint">max. dimension</string> | 8 <string name="custom_scale_hint">max. dimension</string> |
6 <string name="custom_text">Custom</string> | 9 <string name="custom_text">Custom</string> |
7 <string name="done_text">Done</string> | 10 <string name="done_text">Done</string> |
14 <string name="error_security">Security error.</string> | 17 <string name="error_security">Security error.</string> |
15 <string name="error_unable_no_permissions">Unable to save image without the necessary permissions.</string> | 18 <string name="error_unable_no_permissions">Unable to save image without the necessary permissions.</string> |
16 <string name="error_unexpected">Unexpected %s.</string> | 19 <string name="error_unexpected">Unexpected %s.</string> |
17 <string name="image_size_text">%d ✕ %d</string> | 20 <string name="image_size_text">%d ✕ %d</string> |
18 <string name="ok_text">OK</string> | 21 <string name="ok_text">OK</string> |
22 <string name="permission_needed">%s needs the WRITE_EXTERNAL_STORAGE permission to save the resized image. Please approve granting this permission in the next dialog.</string> | |
19 <string name="r_180">180˚</string> | 23 <string name="r_180">180˚</string> |
20 <string name="r_90_ccw">90˚ CCW</string> | 24 <string name="r_90_ccw">90˚ CCW</string> |
21 <string name="r_90_cw">90˚ CW</string> | 25 <string name="r_90_cw">90˚ CW</string> |
22 <string name="rotate_text">Rotate</string> | 26 <string name="rotate_text">Rotate</string> |
23 <string name="scale_text">Resize</string> | 27 <string name="scale_text">Resize</string> |