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

145 lines
9.4 KiB
XML
Raw Normal View History

2016-03-03 17:46:31 +01:00
<resources>
<!-- App - AppName specific -->
<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>
<string name="app_name" translatable="false">@string/diaspora</string>
<string name="app_hashtag" translatable="false">#DiasporaForAndroid</string>
<string name="app_copyright" translatable="false">The community-run distributed social network</string>
<string name="shared_by_diaspora_android">*[shared by #DiasporaForAndroid]*</string>
2016-03-03 17:46:31 +01:00
<!-- Application -->
<string name="prefix_https" translatable="false">https://</string>
<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-03-08 15:42:02 +01:00
<string name="new_notifications">Unread notification. Want to read it?</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-06-07 19:13:37 +02:00
<!-- Pod Activity -->
2016-03-03 17:46:31 +01:00
<string name="title_activity_pods">Select Pod</string>
<string name="filter_hint">Enter pod domain</string>
<string name="confirm_url">Confirm pod url</string>
<string name="podlist_source_note">Note: The podlist is populated by secure pods listed on https://podupti.me. You can enter in the edit field any pod not listed.</string>
2016-03-03 17:46:31 +01:00
<string name="valid_pod">Please enter a valid domain name</string>
<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_pod">Do you really want to use\nhttps://%1$s\nas your Diaspora Pod?</string>
2016-03-03 17:46:31 +01:00
<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_settings" translatable="false">@string/settings</string>
<string name="nav_help_license">About the app | Help</string>
<string name="nav_followed_tags">Followed Tags</string>
<string name="nav_public_activities">Public activities</string>
<string name="nav_settings_view">App settings</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="toast_set_proxy_failed">Warning: Could not set network proxy…</string>
<string name="unable_to_load_image">Unable to load image</string>
<string name="all_tags">All tags</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 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>
2016-03-03 17:46:31 +01:00
<!-- License & help (large amount of text) -->
2016-08-22 10:00:58 +02:00
<string name="help_markdown__name">Markdown formatting</string>
<string name="help_markdown__weblink" translatable="false">https://wiki.diasporafoundation.org/Markdown_reference_guide</string>
<string name="help_license__years" translatable="false">Copyright © 20152016</string>
2016-08-24 22:05:35 +02:00
<string name="fragment_license__license_content" translatable="false">&lt;b>Maintainers:&lt;/b>&lt;br>
2016-07-29 14:00:28 +02:00
&#8226; gsantner https://gsantner.github.io&lt;br>
2016-07-04 16:04:38 +02:00
&#8226; vanitasvitae https://github.com/vanitasvitae&lt;br> &lt;br>
2016-03-03 17:46:31 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
2016-03-08 15:42:02 +01:00
along with this program. If not, see http://www.gnu.org/licenses.&lt;br> &lt;br>
2016-03-03 17:46:31 +01:00
2016-06-04 11:11:51 +02:00
&lt;i>The splashscreen images can be found on flickr:
2016-03-08 15:42:02 +01:00
https://www.flickr.com/photos/129581906@N06/sets/72157651933980136/with/16594947123.
They were published by \"Lydia\" and are licensed under cc by-nc-sa.&lt;/i></string>
2016-08-24 22:05:35 +02:00
<string name="about_activity__title_about_app">About</string>
<string name="about_activity__title_about_license">License</string>
<string name="about_activity__title_debug_info">Debugging</string>
<string name="fragment_debug__section_app">Application</string>
<string name="fragment_debug__section_pod">Diaspora Pod</string>
<string name="fragment_debug__app_version">App Version: %1$s</string>
<string name="fragment_debug__package_name">Package Name: %1$s</string>
<string name="fragment_debug__pod_domain">Pod Domain: %1$s</string>
<string name="lorem_ipsum" translatable="false">Auch gibt es niemanden, der den Schmerz an sich liebt, sucht oder wünscht, nur, weil er Schmerz ist, es sei denn, es kommt zu zufälligen Umständen, in denen Mühen und Schmerz ihm große Freude bereiten können. Um ein triviales Beispiel zu nehmen, wer von uns unterzieht sich je anstrengender körperlicher Betätigung, außer um Vorteile daraus zu ziehen? Aber wer hat irgend ein Recht, einen Menschen zu tadeln, der die Entscheidung trifft, eine Freude zu genießen, die keine unangenehmen Folgen hat, oder einen, der Schmerz vermeidet, welcher keine daraus resultierende Freude nach sich zieht? Auch gibt es niemanden, der den Schmerz an sich liebt, sucht oder wünscht, nur, weil er Schmerz ist, es sei denn, es kommt zu zufälligen Umständen, in denen Mühen und Schmerz ihm große Freude bereiten können. Um ein triviales Beispiel zu nehmen, wer von uns unterzieht sich je anstrengender körperlicher Betätigung, außer um Vorteile daraus zu ziehen? Aber wer hat irgend ein Recht, einen Menschen zu tadeln, der die Entscheidung trifft, eine Freude zu genießen, die keine unangenehmen Folgen hat, oder einen, der Schmerz vermeidet, welcher keine daraus resultierende Freude nach sich zieht?</string>
2016-08-24 22:05:35 +02:00
2016-03-03 17:46:31 +01:00
2016-03-21 00:50:56 +01:00
</resources>