Skip to content

Commit

Permalink
GH-83: Added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arcao committed Oct 25, 2017
1 parent 87aa844 commit 46c776e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .idea/dictionaries/msloup.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,20 @@
<string name="launcher_update_geocaches">Update caches</string>
<string name="launcher_import_from_gc">Import from GC code</string>

<string name="title_basic_member_warning">Basic member access</string>
<string name="title_premium_member_warning">Premium member access</string>
<string name="error_basic_member_full_geocaching_quota_exceeded">You reached the limit for downloading full details of <b>%1$s per %2$s period</b>. Your daily quota will be reset at %3$s.<br/>
<string name="title_basic_member_warning" comment="Title of Basic member error/warnig dialog"
>Basic member access</string>
<string name="title_premium_member_warning" comment="Title of Premium member error/warnig dialog"
>Premium member access</string>
<string name="error_basic_member_full_geocaching_quota_exceeded" comment="Error dialog message when basic member reach limit of full geocache details per day. The '%1$s' is replaced with count of full detail geocache limit (eg. '3 geocaches'), '%2$s' with period length (eg. '24 hours'), '%3$s' with time when quota will be fulfilled/reset (eg. '09:10')."
>You reached the limit for downloading full details of <b>%1$s per %2$s period</b>. Your daily quota will be reset at %3$s.<br/>
<br/>
<i>Upgrade to geocaching.com premium membership today to download the full details for up to 6000 caches per day and access many more benefits. Visit geocaching.com to upgrade.</i></string>
<string name="error_premium_member_full_geocaching_quota_exceeded">You reached the limit for downloading full details of <b>6000 caches per 24 hours period</b>. Your daily quota will be reset at %3$s.</string>
<string name="title_method_quota_exceeded">Hey, slow down!</string>
<string name="error_method_quota_exceeded">You reached the limit for maximum actions/calls per minute period.</string>
<string name="error_premium_member_full_geocaching_quota_exceeded" comment="Error dialog message when premium member reach limit of full 6000 geocache details per day. The '%3$s' is replaced with time when quota will be fulfilled/reset (eg. '09:10')."
>You reached the limit for downloading full details of <b>6000 caches per 24 hours period</b>. Your daily quota will be reset at %3$s.</string>
<string name="title_method_quota_exceeded" comment="Title of error dialog when user reach the call limit per minute for Geocaching API call."
>Hey, slow down!</string>
<string name="error_method_quota_exceeded" comment="Message of error dialog when user reach the call limit per minute for Geocaching API call."
>You reached the limit for maximum actions/calls per minute period.</string>

<plurals name="plurals_geocache" comment="Plurals for geocache. The '%d' is replaced with numeric value of geocache">
<item quantity="one">%d cache</item>
Expand All @@ -140,7 +146,7 @@
<item quantity="other">%d minutes</item>
</plurals>

<string name="pref_geocaching_live" comment=""
<string name="pref_geocaching_live" comment="Title of 'Powered by Geocaching Live' item in Account settings. Clicking on this open WebBrowser with info about Geocaching Live API."
>Powered by Geocaching Live</string>
<string name="pref_geocaching_live_message" comment="Summary of 'Powered by Geocaching Live' item in Account settings."
>This add-on use Geocaching Live for getting information about geocaches. Tap here for more information…</string>
Expand Down

0 comments on commit 46c776e

Please sign in to comment.