forked from chrisbanes/Android-PullToRefresh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request chrisbanes#201 from nevalla/dev
Finnish translations
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="pull_to_refresh_pull_label">Päivitä vetämällä alas…</string> | ||
<string name="pull_to_refresh_release_label">Päivitä vapauttamalla…</string> | ||
<string name="pull_to_refresh_refreshing_label">Päivitetään…</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">Päivitä vetämällä ylös…</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> |