diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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> |