Skip to content

Commit

Permalink
Merge pull request chrisbanes#201 from nevalla/dev
Browse files Browse the repository at this point in the history
Finnish translations
  • Loading branch information
Chris Banes committed Jan 8, 2013
2 parents 4b3dfb0 + 333ddfe commit 028b7a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions library/res/values-fi/pull_refresh_strings.xml
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>

0 comments on commit 028b7a3

Please sign in to comment.