mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Added first design of an AboutActivity
This commit is contained in:
parent
12d12cdd39
commit
0b8dbcc35d
19 changed files with 326 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
<resources>
|
||||
<!-- App - AppName specific -->
|
||||
<string name="diaspora" translatable="false">Diaspora</string>
|
||||
<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>
|
||||
|
@ -107,9 +108,8 @@
|
|||
<!-- License & help (large amount of text) -->
|
||||
<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__name">License</string>
|
||||
<string name="help_license__years" translatable="false">Copyright © 2015–2016</string>
|
||||
<string name="help_license__content" translatable="false"><b>Maintainers:</b><br>
|
||||
<string name="fragment_license__license_content" translatable="false"><b>Maintainers:</b><br>
|
||||
|
||||
• gsantner https://gsantner.github.io<br>
|
||||
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
||||
|
@ -130,5 +130,11 @@
|
|||
<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="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_about__app_version">App Version: %1$s</string>
|
||||
<string name="fragment_about__package_name">Package Name: %1$s</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue