aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorKiwiStone <Kiwi.Stone@web.de>2013-10-27 19:55:51 +0100
committerKiwiStone <Kiwi.Stone@web.de>2013-10-28 00:06:46 +0100
commit162a86d3c6bf9647a55e48e80b90624500f7c639 (patch)
tree77719af726551b33aa2b157add19d5eb996df40a /main/res
parentbd9535698bd9239bc6e60580c20e6c275449ff61 (diff)
downloadcgeo-162a86d3c6bf9647a55e48e80b90624500f7c639.zip
cgeo-162a86d3c6bf9647a55e48e80b90624500f7c639.tar.gz
cgeo-162a86d3c6bf9647a55e48e80b90624500f7c639.tar.bz2
Added a popularity filter that allows to filter out caches that have more
then a predefined number of favorite points
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values-de/strings.xml6
-rw-r--r--main/res/values/strings.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml
index 55f9d36..70ad62b 100644
--- a/main/res/values-de/strings.xml
+++ b/main/res/values-de/strings.xml
@@ -289,6 +289,7 @@
<string name="caches_filter_modified">Mit geänderten Koordinaten</string>
<string name="caches_filter_origin">Herkunft</string>
<string name="caches_filter_distance">Entfernung</string>
+ <string name="caches_filter_popularity">Beliebtheit</string>
<string name="caches_removing_from_history">Lösche aus Verlauf…</string>
<string name="caches_clear_offlinelogs">Offline-Logs löschen</string>
<string name="caches_clear_offlinelogs_progress">Lösche Offline-Logs</string>
@@ -1022,6 +1023,7 @@
<string name="tts_one_foot">ein Fuß</string>
<string name="tts_one_oclock">ein Uhr</string>
<string name="tts_oclock">%s Uhr</string>
+ <string name="tts_one_favorite_point">ein Favoritenpunkt</string>
<string name="clipboard_copy_ok">In Zwischenablage kopiert</string>
<string-array name="log_image_scales">
<item>Keine Skalierung</item>
@@ -1062,4 +1064,8 @@
<item quantity="one">gestern</item>
<item quantity="other">vor %d Tagen</item>
</plurals>
+ <plurals name="tts_favorite_points">
+ <item quantity="one">%s Favoritenpunkt</item>
+ <item quantity="other">%s Favoritenpunkte</item>
+ </plurals>
</resources>
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index a4e7350..02beeaa 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -329,6 +329,7 @@
<string name="caches_filter_modified">With modified coordinates</string>
<string name="caches_filter_origin">Origin</string>
<string name="caches_filter_distance">Distance</string>
+ <string name="caches_filter_popularity">Popularity</string>
<string name="caches_removing_from_history">Removing from History…</string>
<string name="caches_clear_offlinelogs">Clear offline logs</string>
<string name="caches_clear_offlinelogs_progress">Clearing offline logs</string>
@@ -1188,5 +1189,10 @@
<item quantity="one">yesterday</item>
<item quantity="other">%d days ago</item>
</plurals>
+ <string name="tts_one_favorite_point">one favorite point</string>
+ <plurals name="tts_favorite_points">
+ <item quantity="one">%s favorite point</item>
+ <item quantity="other">%s favorite points</item>
+ </plurals>
</resources>