mirror of
https://github.com/gsantner/dandelion
synced 2024-11-05 03:56:01 +01:00
211 lines
11 KiB
XML
211 lines
11 KiB
XML
<resources>
|
|
|
|
//Application
|
|
|
|
<string name="navigation_drawer_open" translatable="false">Open navigation drawer</string>
|
|
<string name="navigation_drawer_close" translatable="false">Close navigation drawer</string>
|
|
<string name="app_name" translatable="false">Diaspora</string>
|
|
<string name="reload">Reload</string>
|
|
<string name="new_notifications">Unread notification. Want to read it?</string>
|
|
<string name="new_conversations">Unread conversation. Open it?</string>
|
|
<string name="permissions">You must grant \"Access Storage Permission\" to save screenshots. After that you should
|
|
completely close the app or restart the phone. 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 -
|
|
weather. In the permissions section you can grant the \"write storage permission\".</string>
|
|
|
|
//Pod Activity
|
|
|
|
<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: This list is populated with only the secure pods from podupti.me</string>
|
|
<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="loading_podlist">Loading pod list …</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 want to use the pod: </string>
|
|
<string name="confirm_exit">Do you want to exit?</string>
|
|
<string name="yes">YES</string>
|
|
<string name="no">NO</string>
|
|
<string name="change_pod_warning">This will erase all cookies and session data. Do you really want to change pods?</string>
|
|
<string name="new_post">Text only</string>
|
|
<string name="new_post2">Title and text</string>
|
|
<string name="notifications">Notifications</string>
|
|
<string name="messages">Conversations</string>
|
|
|
|
// Drawer and App
|
|
|
|
<string name="app_copyright" translatable="false">The community-run distributed social network</string>
|
|
<string name="jb_menu_1">Settings</string>
|
|
<string name="jb_help_license">About the app | Help</string>
|
|
<string name="jb_stream">Stream</string>
|
|
<string name="jb_notifications">Notifications</string>
|
|
<string name="jb_conversations">Conversations</string>
|
|
<string name="jb_liked">Liked</string>
|
|
<string name="jb_commented">Commented</string>
|
|
<string name="jb_contacts">Contacts</string>
|
|
<string name="jb_mentions">Mentions</string>
|
|
<string name="jb_activities">Activities</string>
|
|
<string name="jb_followed_tags">Followed Hashtags</string>
|
|
<string name="jb_manage_tags">Manage Hashtags</string>
|
|
<string name="jb_settings">Personal settings</string>
|
|
<string name="jb_aspects">Aspects</string>
|
|
<string name="jb_pod">Change pod</string>
|
|
<string name="jb_public">Public activities</string>
|
|
<string name="jb_settings_view">View settings</string>
|
|
<string name="jb_settings_diaspora">Diaspora settings</string>
|
|
<string name="jb_share">Share content</string>
|
|
|
|
<string name="settings_font">Change font size</string>
|
|
<string name="settings_image">Toggle image loading</string>
|
|
<string name="settings_view">Change view</string>
|
|
<string name="share_link">Share link as text</string>
|
|
<string name="share_screenshot">Share screenshot of webpage</string>
|
|
<string name="take_screenshot">Take screenshot of webpage</string>
|
|
|
|
<string name="help_license">License</string>
|
|
<string name="help_help">Markdown formating</string>
|
|
<string name="help_donate">Donate</string>
|
|
<string name="help_about">Changelog</string>
|
|
|
|
<string name="toast_screenshot">Taking screenshot …</string>
|
|
|
|
|
|
// Floating Action Buttons - Titles
|
|
|
|
<string name="fab3_title">Go to top</string>
|
|
<string name="fab2_title">Search by tags or persons</string>
|
|
<string name="fab2_title_tag">Search for tag …</string>
|
|
<string name="fab2_title_person">Search for person …</string>
|
|
<string name="fab1_title">New message</string>
|
|
|
|
|
|
<string name="search_alert_title">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>
|
|
<string name="search_alert_bytags_validate_needsomedata">Try to add a tag like: #newhere or #art</string>
|
|
|
|
//Dialog //License
|
|
|
|
<string name="markdown_text"><i>"On diaspora* it's possible to format your text in status messages, comments
|
|
and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the
|
|
codes used to create this formatting.</i><br> <br>
|
|
|
|
<b>Heading</b><br>
|
|
# This is an extremely large header<br>
|
|
## Half as big as the one above<br>
|
|
### Twice the size of normal text<br> <br>
|
|
|
|
<b>Italics and bold</b><br>
|
|
Italics: *word* or _word_<br>
|
|
Bold: **word** or __word__<br>
|
|
Bold italics: ***word*** or ___word___<br> <br>
|
|
|
|
<b>Bulleted list</b><br>
|
|
*, + or - in front of each line you want as part of the list or 1., 2., etc. in front of the list items<br> <br>
|
|
|
|
<b>Quotation</b><br>
|
|
When you want to quote an extract of an article or another comment, you can conveniently format your text by starting the
|
|
line or the paragraph by the > character<br> <br>
|
|
|
|
<b>Horizontal line</b><br>
|
|
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do
|
|
the same thing and spaces between the characters do not matter.<br> <br>
|
|
|
|
<b>Inline link</b><br>
|
|
[displayed text here](http://link.address.here \"alt text\") The 'alt text' is optional, and is displayed as a tool-tip
|
|
when the cursor is moved over the link.<br> <br>
|
|
|
|
<b>External images</b><br>
|
|
![Alt text](http://website.com/image.jpg \"optional title\") The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.<br> <br>
|
|
|
|
<b>Escape</b><br>
|
|
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by 'escaping' it. To do this, place a backslash in front of the character. You can, however, type 'diaspora*' or 'D*' without the asterisk becoming a formatting code!<br> <br>
|
|
|
|
<b>Special characters</b><br>
|
|
You can create the following symbols and other special characters using a combination of characters:<br>
|
|
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
|
|
|
<string name="donate_text">If you like the app fell free to donate to the devoloper of the original \"DiasporaNativeWebApp\":</string>
|
|
<string name="donate_1">Via Bitcoin</string>
|
|
|
|
<string name="about_text">
|
|
<i>For more informations visit the Projectsite on github:<br>
|
|
https://github.com/scoute-dich/Diaspora</i><br><br>
|
|
|
|
<b>v1.3.</b><br>
|
|
<i>big thanks to de-live-gdev</i><br>
|
|
|
|
• gitignore<br>
|
|
• Link to profile<br>
|
|
• Move menu actions<br>
|
|
• Refactoring part1<br>
|
|
• bump libs<br><br>
|
|
|
|
<b>v1.2.</b><br>
|
|
• using strings in podactivity<br>
|
|
• improved share activity<br><br>
|
|
|
|
<b>v1.1.</b><br>
|
|
• new about app and help dialogs<br>
|
|
• better snackbar integration<br><br>
|
|
|
|
<b>v1.0.1.</b><br>
|
|
• click on titelbar to load stream<br><br>
|
|
|
|
<b>v1.0.</b><br>
|
|
• all features of original Diaspora-Native-Webapp<br>
|
|
• popup menus (view settings, diaspora settings, share function)<br>
|
|
• share function (link, screenshot)<br>
|
|
• design improvements<br>
|
|
• implemented android marshmallow perimssion model<br>
|
|
• implemented swipe to refresh
|
|
</string>
|
|
|
|
<string name="license_yes">OK</string>
|
|
<string name="license_title" translatable="false">Copyright © 2016 by scoute-dich</string>
|
|
<string name="license_text"><i>First of all: I am not a developer. I understand a few basics and most of my work is done
|
|
by copy and paste. This app is a fork of the original \"DiasporaNativeWebApp\"
|
|
from \"martinchodev\" (who did most of the work -> big thanks to him), which is released under the GPL-license.</i> <br> <br>
|
|
|
|
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
|
|
along with this program. If not, see http://www.gnu.org/licenses.<br> <br>
|
|
|
|
<i>The splashscreen images can be found on flickr:
|
|
https://www.flickr.com/photos/129581906@N06/sets/72157651933980136/with/16594947123.
|
|
They were published by \"Lydia\" and are licensed under cc by-nc-sa.</i></string>
|
|
|
|
<string name="splash_screen_description">Splash screen</string>
|
|
<string name="please_reload">Please reload the stream</string>
|
|
<string name="normal">Normal</string>
|
|
<string name="large">Large</string>
|
|
<string name="huge">Huge</string>
|
|
<string name="image">Unable to get image</string>
|
|
<string name="jb_profile">Profile</string>
|
|
|
|
<array name="splash_images">
|
|
<item>@drawable/splashscreen1</item>
|
|
<item>@drawable/splashscreen2</item>
|
|
<item>@drawable/splashscreen3</item>
|
|
<item>@drawable/splashscreen4</item>
|
|
<item>@drawable/splashscreen5</item>
|
|
<item>@drawable/splashscreen6</item>
|
|
</array>
|
|
|
|
<string name="exit_app">Exit app</string>
|
|
<string name="diaspora" translatable="false">Diaspora</string>
|
|
</resources>
|