StickToAlbum/app/src/main/res/values/strings.xml

25 lines
1.8 KiB
XML

<resources>
<string name="app_name">StickToAlbum</string>
<string name="dialog_title_album_name">Enter Album Name</string>
<string name="dialog_title_on_start_from_home_screen">Share Images with the app!</string>
<string name="dialog_content_on_start_from_home_screen">In order to stick photos in albums, you have to share those photos (or videos) with this app.</string>
<string name="dialog_title_unimplemented_feature">Feature unavailable</string>
<string name="dialog_content_unimplemented_feature">This feature is not implemented yet.\nCheck out updates :)</string>
<string name="dialog_title_first_run">Warning!</string>
<string name="dialog_content_first_run">This app is an early alpha version and can be unstable! Do not rely on it while handling your most precious images. The app may crash and destroy your data!</string>
<string name="dialog_title_unsupported_media">Unsupported Media</string>
<string name="dialog_content_unsupported_media">The shared files are not supported.\nStick photos into albums by sharing them from Androids Gallery App.</string>
<string name="dialog_title_write_failed">Error!</string>
<string name="dialog_content_write_failed">Could not write the following files. Maybe missing Permissions?</string>
<string name="toast_invalid_album_name">Please enter valid album name!</string>
<string name="action_settings">Settings</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="understood">I will be careful!</string>
<string name="hint_album_name">New Album</string>
<string name="pref_title_app_path">Album Directory</string>
<string name="pref_description_app_path">In which directory are Albums located? Delete value and restart the app to reset this to default.</string>
<string name="title_activity_settings">Settings</string>
</resources>