diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-23 15:48:51 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-23 15:48:51 -0700 |
commit | 8c1ff3e546e205e85a0d7e7df0ca5d11bd167582 (patch) | |
tree | 17ef19103e51a0489d9f9974f780bc76802c6821 /app/src/main/res | |
parent | 9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b (diff) | |
download | frost-8c1ff3e546e205e85a0d7e7df0ca5d11bd167582.tar.gz frost-8c1ff3e546e205e85a0d7e7df0ca5d11bd167582.tar.bz2 frost-8c1ff3e546e205e85a0d7e7df0ca5d11bd167582.zip |
Start pro version
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index db86ccb9..ee113be2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,6 @@ <resources> <string name="dev_email" translatable="false">pitchedapps@gmail.com</string> + <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> <string name="section_format">Hello World from section: %1$d</string> <string name="feed">Feed</string> @@ -36,4 +37,11 @@ <string name="web_overlay_swipe_hint">Swipe right to go back to the previous window.</string> <string name="profile_picture">Profile Picture</string> + + <string name="custom_pro">Custom [Pro]</string> + <string name="uh_oh">Uh Oh</string> + <string name="play_store_not_found">This app doesn\'t seem to be installed from the Play Store. Please reinstall if this is an issue.</string> + <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> </resources> |