Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/values/strings.xml @ 46:8205f3c17500 default tip
Tweak messages a little.
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 14 Apr 2021 08:18:23 -0700 |
parents | 45e4df5226c0 |
children |
line wrap: on
line source
<resources> <!-- Our Name --> <string name="app_name">Simple Resizer</string> <!-- Editing --> <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, and no remembered image!</string> <string name="error_save_bitmap">Failed to save bitmap.</string> <string name="error_security">Security error.</string> <string name="error_unable_no_permissions">Unable to save image without the necessary permissions.</string> <string name="error_unexpected">Unexpected %s.</string> <string name="image_size_text">%d ✕ %d</string> <string name="ok_text">OK</string> <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> <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">Resize</string> <string name="selecting_message">Selecting image…</string> <string name="share_text">Share</string> <string name="title_activity_settings">Settings</string> <!-- Preference Titles --> <string name="scale_type_title">Scale Type</string> <string name="jpeg_quality_title">JPEG Output Quality</string> <string name="settings_title">Settings</string> <string name="about_title">About</string> <!-- About --> <string name="title_activity_about">About</string> </resources>