diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2015-01-31 16:18:53 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2015-01-31 16:18:53 +0100 |
| commit | 0164ebe65cf770d2e980e19e7dc507f77b47100f (patch) | |
| tree | aa935b546e8a4a985a5ec4e38da1ffd43e00dd3a /main/res/values/strings.xml | |
| parent | 96ae4cfc4e1a8538a8a28245b17cc75364f6cb09 (diff) | |
| download | cgeo-0164ebe65cf770d2e980e19e7dc507f77b47100f.zip cgeo-0164ebe65cf770d2e980e19e7dc507f77b47100f.tar.gz cgeo-0164ebe65cf770d2e980e19e7dc507f77b47100f.tar.bz2 | |
use table layout for help page
Diffstat (limited to 'main/res/values/strings.xml')
| -rw-r--r-- | main/res/values/strings.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 2b23b08..42a461f 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1236,13 +1236,15 @@ <string name="quote">To make geocaching easier, to make users lazier.</string> <string name="powered_by">carnero</string> <!-- Note: Links here are just for appearance. See AboutActivity to make changes --> - <string name="support">Support: <a href="">support@cgeo.org</a></string> - <string name="website">Website: <a href="">cgeo.org</a></string> - <string name="facebook">Facebook: <a href="">c:geo page</a></string> - <string name="twitter">Twitter: <a href="">@android_GC</a></string> - <string name="market">Android: <a href="">c:geo on Google Play</a></string> + <string name="support_title">Support</string> + <string name="website_title">Website</string> + <string name="facebook_title">Facebook</string> + <string name="facebook_link"><a href="">c:geo page</a></string> + <string name="twitter_title">Twitter</string> + <string name="market_title">Google Play</string> + <string name="market_link"><a href="">c:geo on Google Play</a></string> <string name="about_twitter">Should <b>c:geo</b> publish a new status on Twitter every time you log a cache?</string> - <string name="faq">FAQ: <a href="">faq.cgeo.org</a></string> + <string name="faq_title">FAQ</string> <!-- status (used via string based resource loading) --> <string name="status_new_release" tools:ignore="UnusedResources">New release available.\nClick to install.</string> |
