1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 18:29:47 +02:00

Add AndroidSupportMeWrapper

This commit is contained in:
Gregor Santner 2019-03-08 12:32:10 +01:00
parent 4f44d1acd3
commit 49c6a97ce7
6 changed files with 122 additions and 0 deletions

View file

@ -13,6 +13,9 @@
<string name="tor" translatable="false">Tor</string>
<string name="HTTP" translatable="false">HTTP</string>
<string name="donate_" translatable="false">@string/donate</string>
<string name="app_donate_url" translatable="false"><![CDATA[https://gsantner.net/supportme/?project=markor&source=inapp_supdon]]></string>
<string name="action_compose_new_post" translatable="false">@string/new_post</string>
<string name="search_alert_title" translatable="false">@string/search</string>
<string name="http" translatable="false">http</string>

View file

@ -4,6 +4,8 @@
<string name="open_navdrawer">Open navigation drawer</string>
<string name="close_navdrawer">Close navigation drawer</string>
<string name="reload">Reload</string>
<string name="close">Close</string>
<string name="cancel">Cancel</string>
<!-- Common Words -->
<string name="settings">Settings</string>
@ -259,4 +261,7 @@
<string name="pull_to_refresh">Pull to refresh</string>
<string name="pulling_down_on_top_of_page_to_refresh">Pulling down on top of page to refresh.\nYou need to restart the app for changes to take effect.</string>
<string name="donate">Donate</string>
<string name="do_you_like_this_project_want_donate_to_keep_alive">Do you like this project? Do you want that it gets improved and problems fixed?\n\nDeveloping apps and writing related blog posts costs a lot of time! If you want to help so that the project can go on, please consider a small donation!\n\nThis project is developed in leisure time, completely for free and without any advertisements!</string>
</resources>