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.
- Loading branch information
Chris Banes
committed
Feb 9, 2012
1 parent
5102695
commit ea3e136
Showing
13 changed files
with
67 additions
and
25 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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Tažením aktualizujete…</string> | ||
<string name="pull_to_refresh_release_label">Uvolněním aktualizujete…</string> | ||
<string name="pull_to_refresh_tap_label">Poklepáním aktualizujete…</string> | ||
<string name="pull_to_refresh_refreshing_label">Načítání…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-de/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Ziehen zum Aktualisieren…</string> | ||
<string name="pull_to_refresh_release_label">Loslassen zum Aktualisieren</string> | ||
<string name="pull_to_refresh_tap_label">Drücken zum Aktualisieren…</string> | ||
<string name="pull_to_refresh_pull_label">Ziehen zum Aktualisieren…</string> | ||
<string name="pull_to_refresh_release_label">Loslassen zum Aktualisieren…</string> | ||
<string name="pull_to_refresh_tap_label">Drücken zum Aktualisieren…</string> | ||
<string name="pull_to_refresh_refreshing_label">Laden…</string> | ||
</resources> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Tire para actualizar…</string> | ||
<string name="pull_to_refresh_release_label">Deslice para actualizar…</string> | ||
<string name="pull_to_refresh_tap_label">Pulse para refrescar…</string> | ||
<string name="pull_to_refresh_refreshing_label">Cargando…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-fr/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Tirez pour rafraîchir…</string> | ||
<string name="pull_to_refresh_release_label">Relâcher pour rafraîchir…</string> | ||
<string name="pull_to_refresh_tap_label">Appuyez pour rafraîchir…</string> | ||
<string name="pull_to_refresh_pull_label">Tirez pour rafraîchir…</string> | ||
<string name="pull_to_refresh_release_label">Relâcher pour rafraîchir…</string> | ||
<string name="pull_to_refresh_tap_label">Appuyez pour rafraîchir…</string> | ||
<string name="pull_to_refresh_refreshing_label">Chargement…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-it/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Tira per aggiornare...</string> | ||
<string name="pull_to_refresh_release_label">Rilascia per aggionare…</string> | ||
<string name="pull_to_refresh_tap_label">Tocca per aggiornare…</string> | ||
<string name="pull_to_refresh_pull_label">Tira per aggiornare…</string> | ||
<string name="pull_to_refresh_release_label">Rilascia per aggionare…</string> | ||
<string name="pull_to_refresh_tap_label">Tocca per aggiornare…</string> | ||
<string name="pull_to_refresh_refreshing_label">Caricamento…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-ko/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">당겨서 새로 고침…</string> | ||
<string name="pull_to_refresh_release_label">놓아서 새로 고침…</string> | ||
<string name="pull_to_refresh_tap_label">터치해서 새로 고침…</string> | ||
<string name="pull_to_refresh_pull_label">당겨서 새로 고침…</string> | ||
<string name="pull_to_refresh_release_label">놓아서 새로 고침…</string> | ||
<string name="pull_to_refresh_tap_label">터치해서 새로 고침…</string> | ||
<string name="pull_to_refresh_refreshing_label">로딩 중…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-nl/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Sleep om te vernieuwen…</string> | ||
<string name="pull_to_refresh_release_label">Loslaten om te vernieuwen…</string> | ||
<string name="pull_to_refresh_tap_label">Tik om te vernieuwen</string> | ||
<string name="pull_to_refresh_pull_label">Sleep om te vernieuwen…</string> | ||
<string name="pull_to_refresh_release_label">Loslaten om te vernieuwen…</string> | ||
<string name="pull_to_refresh_tap_label">Tik om te vernieuwen…</string> | ||
<string name="pull_to_refresh_refreshing_label">Laden…</string> | ||
</resources> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Pociągnij, aby odświeżyć…</string> | ||
<string name="pull_to_refresh_release_label">Puść, aby odświeżyć…</string> | ||
<string name="pull_to_refresh_tap_label">Dotknij, aby odświeżyć…</string> | ||
<string name="pull_to_refresh_refreshing_label">Trwa ładowanie…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-pt-rBR/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Puxe para Atualizar...</string> | ||
<string name="pull_to_refresh_release_label">Libere para atualizar...</string> | ||
<string name="pull_to_refresh_tap_label">Toque para atualizar...</string> | ||
<string name="pull_to_refresh_pull_label">Puxe para Atualizar…</string> | ||
<string name="pull_to_refresh_release_label">Libere para atualizar…</string> | ||
<string name="pull_to_refresh_tap_label">Toque para atualizar…</string> | ||
<string name="pull_to_refresh_refreshing_label">Carregando…</string> | ||
</resources> |
7 changes: 4 additions & 3 deletions
7
library/res/values-pt/pull_refresh_strings.xml
100644 → 100755
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Puxe para atualizar ...</string> | ||
<string name="pull_to_refresh_release_label">Liberação para atualizar ...</string> | ||
<string name="pull_to_refresh_tap_label">Toque para atualizar ...</string> | ||
<string name="pull_to_refresh_pull_label">Puxe para atualizar…</string> | ||
<string name="pull_to_refresh_release_label">Liberação para atualizar…</string> | ||
<string name="pull_to_refresh_tap_label">Toque para atualizar…</string> | ||
<string name="pull_to_refresh_refreshing_label">A carregar…</string> | ||
</resources> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Потяните для обновления…</string> | ||
<string name="pull_to_refresh_release_label">Отпустите для обновления…</string> | ||
<string name="pull_to_refresh_tap_label">Нажмите,чтобы обновить…</string> | ||
<string name="pull_to_refresh_refreshing_label">Загрузка…</string> | ||
</resources> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">下拉刷新…</string> | ||
<string name="pull_to_refresh_release_label">松手刷新…</string> | ||
<string name="pull_to_refresh_tap_label">点击刷新…</string> | ||
<string name="pull_to_refresh_refreshing_label">载入中…</string> | ||
</resources> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pull_to_refresh_pull_label">Pull to refresh...</string> | ||
<string name="pull_to_refresh_release_label">Release to refresh...</string> | ||
<string name="pull_to_refresh_refreshing_label">Loading...</string> | ||
<string name="pull_to_refresh_tap_label">Tap to refresh...</string> | ||
<string name="pull_to_refresh_pull_label">Pull to refresh…</string> | ||
<string name="pull_to_refresh_release_label">Release to refresh…</string> | ||
<string name="pull_to_refresh_refreshing_label">Loading…</string> | ||
<string name="pull_to_refresh_tap_label">Tap to refresh…</string> | ||
</resources> |