1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +02:00

v1.1 see changelog

This commit is contained in:
scoute-dich 2016-03-08 15:42:02 +01:00
parent 05bc47c32c
commit ec50f38eb2
7 changed files with 289 additions and 245 deletions

View file

@ -6,6 +6,8 @@
<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 -
@ -37,7 +39,7 @@
<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">License | Help | Donate</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>
@ -66,6 +68,7 @@
<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>
@ -87,49 +90,75 @@
//Dialog //License
<string name="markdown_text">"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.\n\n
<string name="markdown_text">&lt;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.&lt;/i>&lt;br> &lt;br>
Heading\n
# This is an extremely large header\n
## Half as big as the one above\n
### Twice the size of normal text\n\n
&lt;b>Heading&lt;/b>&lt;br>
# This is an extremely large header&lt;br>
## Half as big as the one above&lt;br>
### Twice the size of normal text&lt;br> &lt;br>
Italics and bold\n
Italics: *word* or _word_\n
Bold: **word** or __word__\n
Bold italics: ***word*** or ___word___\n\n
&lt;b>Italics and bold&lt;/b>&lt;br>
Italics: *word* or _word_&lt;br>
Bold: **word** or __word__&lt;br>
Bold italics: ***word*** or ___word___&lt;br> &lt;br>
Bulleted list\n
*, + or - in front of each line you want as part of the list or 1., 2., etc. in front of the list items\n\n
&lt;b>Bulleted list&lt;/b>&lt;br>
*, + or - in front of each line you want as part of the list or 1., 2., etc. in front of the list items&lt;br> &lt;br>
Quotation\n
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\n\n
&lt;b>Quotation&lt;/b>&lt;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&lt;br> &lt;br>
Horizontal line\n
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.\n\n
&lt;b>Horizontal line&lt;/b>&lt;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.&lt;br> &lt;br>
Inline link\n
[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.\n\n
&lt;b>Inline link&lt;/b>&lt;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.&lt;br> &lt;br>
External images\n
![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.\n\n
&lt;b>External images&lt;/b>&lt;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.&lt;br> &lt;br>
Escape\n
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!\n\n
&lt;b>Escape&lt;/b>&lt;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!&lt;br> &lt;br>
Special characters\n
You can create the following symbols and other special characters using a combination of characters:\n
&lt;b>Special characters&lt;/b>&lt;br>
You can create the following symbols and other special characters using a combination of characters:&lt;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_yes">Visit projectsite on Github</string>
<string name="about_no">OK</string>
<string name="about_title" translatable="false">Copyright © 2016 by scoute-dich</string>
<string name="about_text">First of all: I am not a developer. I understand a few basics and most of my work is done
<string name="about_text">
&lt;b>v1.1:&lt;/b>&lt;br>
&#8226; new about app and help dialogs&lt;br>
&#8226; better snackbar integration&lt;br>
&#8226; click on titelbar to load stream&lt;br>&lt;br>
&lt;b>v1.0.1:&lt;/b>&lt;br>
&#8226; click on titelbar to load stream&lt;br>&lt;br>
&lt;b>v1.0:&lt;/b>&lt;br>
&#8226; all features of original Diaspora-Native-Webapp&lt;br>
&#8226; popup menus (view settings, diaspora settings, share function)&lt;br>
&#8226; share function (link, screenshot)&lt;br>
&#8226; design improvements&lt;br>
&#8226; implemented android marshmallow perimssion model&lt;br>
&#8226; implemented swipe to refresh&lt;br>&lt;br>
&lt;i>Projectsite on github:&lt;br>
https://github.com/scoute-dich/Diaspora/&lt;/i>
</string>
<string name="license_yes">OK</string>
<string name="license_title" translatable="false">Copyright © 2016 by scoute-dich</string>
<string name="license_text">&lt;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.\n\n
from \"martinchodev\" (who did most of the work -> big thanks to him), which is released under the GPL-license.&lt;/i> &lt;br> &lt;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
@ -142,17 +171,17 @@
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/.\n\n
along with this program. If not, see http://www.gnu.org/licenses.&lt;br> &lt;br>
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.</string>
&lt;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.&lt;/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>
<array name="splash_images">