Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/values/strings.xml @ 12:62780d38a879 concur
Fix botched commit.
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 17 Feb 2021 14:35:52 -0800 |
parents | 06825e49f7aa |
children | 20da616dcda0 |
line wrap: on
line source
<resources> <string name="app_name">Simple Resizer</string> <string name="bad_scale">Invalid maximum dimension.</string> <string name="cancel_text">Cancel</string> <string name="custom_scale_hint">max. dimension</string> <string name="custom_text">Custom</string> <string name="done_text">Done</string> <string name="error_bad_image">Bad image!</string> <string name="error_create_mediastore">Failed to create new MediaStore record.</string> <string name="error_get_output">Failed to get output stream.</string> <string name="error_io">I/O error.</string> <string name="error_no_uri">No URI supplied!</string> <string name="error_save_bitmap">Failed to save bitmap.</string> <string name="image_size_text">Width: %d, Height: %d.</string> <string name="ok_text">OK</string> <string name="r_180">180˚</string> <string name="r_90_ccw">90˚ CCW</string> <string name="r_90_cw">90˚ CW</string> <string name="rotate_text">Rotate</string> <string name="scale_text">Scale</string> <string name="selecting_message">Selecting image…</string> </resources>