Refactor sponsors activity
This commit is contained in:
15
app/src/main/res/values/credits_sponsors.xml
Normal file
15
app/src/main/res/values/credits_sponsors.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
<item>Ljoonal <a href="https://mastodon.ljoonal.xyz/@ljoonal">@ljoonal</a></item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
@@ -408,12 +408,6 @@
|
||||
<string name="userExistsError">User already exists</string>
|
||||
<!-- create user -->
|
||||
|
||||
<!-- sponsors -->
|
||||
<string name="liberaPayText" translatable="false">Liberapay</string>
|
||||
<string name="liberaPaySponsorsFabian" translatable="false">Fabian Stamm</string>
|
||||
<string name="liberaPaySponsorsThomas" translatable="false">Thomas Schneider <a href="https://framapiaf.org/@fedilab">@Fedilab</a></string>
|
||||
<!-- sponsors -->
|
||||
|
||||
<!-- edit issue -->
|
||||
<string name="editIssueNavHeader">Edit Issue #%1$s</string>
|
||||
<string name="editIssueSuccessMessage">Issue updated.</string>
|
||||
|
||||
Reference in New Issue
Block a user