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

102 lines
5.4 KiB
XML
Raw Normal View History

2016-03-03 17:46:31 +01:00
<resources>
<!-- Application -->
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
2016-03-03 17:46:31 +01:00
<string name="reload">Reload</string>
2016-06-07 19:13:37 +02:00
<!-- Common Words -->
<string name="settings">Settings</string>
<string name="notifications">Notifications</string>
<string name="conversations">Conversations</string>
<string name="stream">Stream</string>
<string name="profile">Profile</string>
<string name="aspects">Aspects</string>
<string name="activities">Activities</string>
<string name="liked">Liked</string>
<string name="commented">Commented</string>
<string name="mentions">Mentions</string>
<string name="public_">Public</string>
<string name="search">Search</string>
2016-10-25 17:56:35 +02:00
<string name="contacts">Contacts</string>
<string name="changelog">Changelog</string>
<string name="statistics">Statistics</string>
2016-06-07 19:13:37 +02:00
<!-- Notifications dropdown menu -->
<string name="notifications__all">All Notifications</string>
<string name="notifications__also_commented">Also Commented</string>
<string name="notifications__comment_on_post">Comment on Post</string>
<string name="notifications__liked">Liked</string>
<string name="notifications__mentioned">Mentioned</string>
<string name="notifications__reshared">Reshared</string>
<string name="notifications__started_sharing">Started Sharing</string>
2016-06-07 19:13:37 +02:00
<!-- Pod Activity -->
2016-03-03 17:46:31 +01:00
<string name="podlist_error">Error: Could not retrieve list of pods!</string>
<string name="no_internet">Sorry, you must be connected to the Internet to proceed</string>
<string name="confirmation">Confirmation</string>
<string name="confirm_exit">Do you want to exit?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<string name="nav_menu_more">More</string>
<string name="nav_help_license">About | Help</string>
<string name="nav_followed_tags">Followed Tags</string>
<string name="nav_public_activities">Public activities</string>
<string name="nav_reports">Reports</string>
<string name="share__share_link_as_text">Share link as text</string>
<string name="share__share_screenshot">Share screenshot of webpage</string>
<string name="share__take_screenshot">Take screenshot of webpage</string>
<string name="share__toast_saved_image_to_location">Saving image to</string>
<string name="share__toast_screenshot">Saving screenshot as:</string>
<string name="share__toast_link_address_copied">Link address copied …</string>
2016-08-07 00:32:30 +02:00
<string name="new_post">New post</string>
<string name="action_go_to_top">Go to top</string>
<string name="action_search_by_tags_or_persons">Search by tags or persons</string>
<string name="action_exit_app">Exit app</string>
<string name="action_toggle_desktop_page">Toggle mobile/desktop view</string>
<string name="action_share_dotdotdot">Share…</string>
2016-03-03 17:46:31 +01:00
<string name="search_alert_tag">by tags</string>
<string name="search_alert_people">by people</string>
<string name="search_alert_bypeople_validate_needsomedata">Please add a name</string>
2016-03-03 17:46:31 +01:00
<string name="context_menu_share_link">Share link address</string>
<string name="context_menu_save_image">Save image</string>
<string name="context_menu_share_image">Share image</string>
2016-08-07 00:32:30 +02:00
<string name="context_menu_open_external_browser">Open in external browser…</string>
<string name="context_menu_copy_link">Copy link address to clipboard</string>
<string name="context_menu_copy_image_link">Copy image address to clipboard</string>
2016-03-03 17:46:31 +01:00
<!-- More from MainActivity -->
<string name="unable_to_load_image">Unable to load image</string>
2016-03-03 17:46:31 +01:00
<!-- Permissions -->
<string name="permissions_screenshot">You must grant \"Access Storage Permission\" to save screenshots. After that you should
2016-08-22 10:00:58 +02:00
completely close the app or restart the device. If you don\'t permit the storage access but want to use the
screenshot function at a later time, you can grant the permission later. Please open then: systemsettings - apps -
2017-01-21 16:49:04 +01:00
dandelion*. In the permissions section you can grant the \"write storage permission\".</string>
<string name="permissions_image">You must grant \"Access Storage Permission\" to save/upload images. After that you should
2016-08-22 10:00:58 +02:00
completely close the app or restart the device. If you don\'t permit the storage access but want to save images
at a later time, you can grant the permission later. Please open then: systemsettings - apps -
2016-12-17 12:20:53 +01:00
dandelion*. In the permissions section you can grant the \"write storage permission\".</string>
<string name="permission_denied">Permission denied.</string>
<string name="permission_granted_try_again">Permission granted. Please try again.</string>
<string name="podselection__custom_pod">Custom Pod</string>
2016-10-06 05:26:54 +02:00
<string name="pod_name">Pod name</string>
<string name="http_protocol">Protocol</string>
<string name="pod_address">Pod address</string>
<string name="missing_value">Missing value</string>
2016-12-18 16:10:48 +01:00
<string name="jump_to_last_visited_timestamp_in_stream">Jump to last visited page in stream?</string>
2017-09-11 18:48:58 +02:00
<string name="pref_summary__is_statusbar_hidden">Hide statusbar at main view</string>
<string name="pref_title__is_statusbar_hidden">Hide statusbar</string>
2017-10-29 17:26:13 +01:00
<string name="pref_summary__show_title">Show title in the main view</string>
<string name="pref_title__show_title">Show title</string>
2016-03-21 00:50:56 +01:00
</resources>