1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 10:47:10 -07:00
android-about-box/library/src/main/res/values/strings.xml
2017-02-05 20:32:32 +02:00

25 lines
1.2 KiB
XML

<resources>
<string name="app_name">AboutBox</string>
<string name="leave_review">Leave Review</string>
<string name="contact_support">Contact Support</string>
<string name="try_other_apps">Try Other Apps</string>
<string name="version">Version</string>
<string name="facebook_label">Facebook</string>
<string name="twitter_label">Twitter</string>
<string name="web_label">Web</string>
<string name="acknowledgment">Acknowledgment</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="about_screen_title">About</string>
<string name="share">Share</string>
<string name="contact_log_event">Contact</string>
<string name="review_log_event">Review</string>
<string name="share_log_event">Share</string>
<string name="try_other_app_log_event">Try Other Apps</string>
<string name="facebook_log_event">Facebook</string>
<string name="twitter_log_event">Twitter</string>
<string name="website_log_event">Website</string>
<string name="privacy_log_event">Privacy</string>
<string name="asknowledgment_log_event">Acknowledgement</string>
<string name="can_not_open">You don\'t have any app that can open this link</string>
</resources>