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

17 lines
1.0 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="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="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 app to reset.</string>
</resources>