refactored credit activtiy
This commit is contained in:
8
app/src/main/res/values/credits.xml
Normal file
8
app/src/main/res/values/credits.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user