view app/src/main/res/values/strings.xml @ 36:70f1d11d53ad

Attempt to make it work on Android 9 and earlier.
author David Barts <n5jrn@me.com>
date Fri, 19 Mar 2021 12:49:13 -0700
parents 7e7e71724770
children 0dbd924cb5e8
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, 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="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="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>
</resources>