Added Paypalme options, no UI yet (#568)

* Added Paypalme options

* Added Custom Donation UI

* Updated error checking

* Review fixes to donation work
This commit is contained in:
Jim MacKenize 2016-10-10 01:59:39 -05:00 committed by Jamie
commit 41e6d72210
7 changed files with 123 additions and 2 deletions

View file

@ -114,6 +114,15 @@ namespace PlexRequests.UI.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Donate to Library Maintainer.
/// </summary>
public static string Custom_Donation_Default {
get {
return ResourceManager.GetString("Custom_Donation_Default", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Issue.
/// </summary>