view app/src/main/res/values/strings.xml @ 2:06825e49f7aa

Got it scaling and rotating, needs settings, etc.
author David Barts <n5jrn@me.com>
date Sun, 07 Feb 2021 21:08:34 -0800
parents 13935000c2d9
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>