1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-06 09:35:06 -05:00
k-9/plugins/Android-PullToRefresh/library/res/values/pull_refresh_strings.xml

13 lines
741 B
XML
Raw Normal View History

2012-11-24 17:14:32 -05:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pull_to_refresh_pull_label">Pull to refresh&#8230;</string>
<string name="pull_to_refresh_release_label">Release to refresh&#8230;</string>
<string name="pull_to_refresh_refreshing_label">Loading&#8230;</string>
<!-- Just use standard Pull Down String when pulling up. These can be set for languages which require it -->
<string name="pull_to_refresh_from_bottom_pull_label">@string/pull_to_refresh_pull_label</string>
<string name="pull_to_refresh_from_bottom_release_label">@string/pull_to_refresh_release_label</string>
<string name="pull_to_refresh_from_bottom_refreshing_label">@string/pull_to_refresh_refreshing_label</string>
</resources>