refactored credit activtiy

This commit is contained in:
M M Arif
2019-11-14 21:58:38 +05:00
parent 126d1d0896
commit 29fb2631cb
9 changed files with 129 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="creditsInfo">
<item>Logo by Kasun <a href="https://mastodon.social/@kasun">@kasun</a></item>
</string-array>
</resources>

View File

@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="creditsInfo">
<item>Logo by <a href="https://mastodon.social/@kasun">Kasun @Mastodon</a></item>
<item>Credit 2</item>
</string-array>
<string-array name="sponsorsInfo">
<item>Fabian Stamm</item>
<item>Thomas Schneider <a href="https://framapiaf.org/@fedilab">@Fedilab</a></item>

View File

@@ -285,10 +285,6 @@
<string name="creditsLogoDesign">Design</string>
<!-- credits - this part does not need translation -->
<string name="creditAuthorKasun" translatable="false">Logo by <a href="https://mastodon.social/@kasun">Kasun @Mastodon</a></string>
<!-- credits - this part does not need translation -->
<string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string>