diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-30 22:50:58 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-30 22:50:58 -0700 |
commit | d24ee840005af340b1decc2ed9863a742e78a4e1 (patch) | |
tree | 1bacf1433a3c0fe49a17d808845e46ab6423b37d /app/src/main/res/values/strings.xml | |
parent | fb4f71ef83d1bfbd3ae89701dc17f6ae31a35eb7 (diff) | |
download | frost-d24ee840005af340b1decc2ed9863a742e78a4e1.tar.gz frost-d24ee840005af340b1decc2ed9863a742e78a4e1.tar.bz2 frost-d24ee840005af340b1decc2ed9863a742e78a4e1.zip |
Set up billing cyclev1.0
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ec7a6cf6..d6c8afd7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -55,6 +55,8 @@ <string name="play_store_billing_error">Something went wrong. Please try again later.</string> <string name="play_thank_you">Thank you!</string> <string name="play_purchased_pro">Thank you for your support! Enjoy the pro version.</string> + <string name="play_already_purchased">Already Purchased</string> + <string name="play_already_purchased_content">Looks like you\'ve already purchased %s. Enjoy!</string> <string name="define_dbflow"></string> <!-- Author section --> |