-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin implementing Donation Modal (IOS-252)
- Loading branch information
Showing
4 changed files
with
136 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,6 +299,14 @@ uploaded to Mastodon."; | |
"Scene.FollowedTags.Header.Posts" = "posts"; | ||
"Scene.FollowedTags.Header.PostsToday" = "posts today"; | ||
"Scene.FollowedTags.Title" = "Followed Tags"; | ||
"Scene.Donation.Picker.OnceTitle" = "Just once"; | ||
"Scene.Donation.Picker.MonthlyTitle" = "Monthly"; | ||
"Scene.Donation.Picker.YearlyTitle" = "Yearly"; | ||
"Scene.Donation.Currency" = "Currency"; | ||
"Scene.Donation.Success.Title" = "Thank you for your contribution!"; | ||
"Scene.Donation.Success.Subtitle" = "You should receive an email confirming your donation soon."; | ||
"Scene.Donation.Success.ServerError" = "We are sorry, an error occurred and we have not been able to process your donation.\n\nPlease retry in a few minutes."; | ||
"Scene.Donation.Success.ShareButtonTitle" = "Spread the word"; | ||
"Scene.Follower.Footer" = "Followers from other servers are not displayed."; | ||
"Scene.Follower.Title" = "follower"; | ||
"Scene.Following.Footer" = "Follows from other servers are not displayed."; | ||
|
@@ -599,6 +607,8 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin"; | ||
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator"; | ||
"Scene.Settings.ServerDetails.Rules" = "Rules"; | ||
"Scene.Settings.Donation.Title" = "Donate to Mastodon"; | ||
"Scene.Settings.Donation.Manage" = "Manage donations"; | ||
"Scene.SuggestionAccount.FollowAll" = "Follow all"; | ||
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; | ||
"Scene.Thread.BackTitle" = "Post"; | ||
|
@@ -634,4 +644,4 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; | ||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; | ||
"Widget.MultipleFollowers.MockUser.AccountName" = "[email protected]"; | ||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; | ||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; |