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

117 lines
6.4 KiB
XML
Raw Normal View History

2016-03-03 17:46:31 +01:00
<resources>
<!-- App - AppName specific -->
2016-11-20 16:43:38 +01:00
<string name="dandelion" translatable="false">dandelion*</string>
2016-09-09 20:56:43 +02:00
<string name="diaspora" translatable="false">diaspora*</string>
2016-08-24 22:05:35 +02:00
<string name="diaspora_for_android" translatable="false">Diaspora for Android</string>
2016-11-20 16:43:38 +01:00
<string name="app_name" translatable="false">@string/dandelion</string>
<string name="app_hashtag" translatable="false">#dandelion</string>
<string name="app_subtitle" translatable="false">The community-run distributed social network</string>
2016-11-20 16:43:38 +01:00
<string name="shared_via_app" translatable="false">*[via #dandelion]*</string>
2016-03-03 17:46:31 +01:00
<!-- 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="tor" translatable="false">Tor</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_stream" translatable="false">@string/stream</string>
<string name="nav_liked" translatable="false">@string/liked</string>
<string name="nav_commented" translatable="false">@string/commented</string>
<string name="nav_mentions" translatable="false">@string/mentions</string>
<string name="nav_activities" translatable="false">@string/activities</string>
<string name="nav_aspects" translatable="false">@string/aspects</string>
<string name="nav_profile" translatable="false">@string/profile</string>
<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>
2016-10-25 17:56:35 +02:00
<string name="nav_contacts" translatable="false">@string/contacts</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>
2016-08-07 00:51:39 +02:00
<string name="action_compose_new_post" translatable="false">@string/new_post</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_title" translatable="false">@string/search</string>
<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>
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 -
Diaspora. 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 -
Diaspora. 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="http" translatable="false">http</string>
<string name="https" translatable="false">https</string>
2016-10-06 05:26:54 +02:00
<string name="pod_address">Pod address</string>
<string name="missing_value">Missing value</string>
2016-03-21 00:50:56 +01:00
</resources>