diff options
| author | koem <koem@petoria.de> | 2013-02-08 18:25:01 +1300 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2013-02-08 18:25:01 +1300 |
| commit | ebda1db90874465df018d5b3c65e5c4393839fe6 (patch) | |
| tree | 73640ebeeaa354449ced45702dbdc00e3cbf00c9 /main/res/values | |
| parent | a6443368f75b9635a6ce83328c04eb53b172c906 (diff) | |
| download | cgeo-ebda1db90874465df018d5b3c65e5c4393839fe6.zip cgeo-ebda1db90874465df018d5b3c65e5c4393839fe6.tar.gz cgeo-ebda1db90874465df018d5b3c65e5c4393839fe6.tar.bz2 | |
issue #275 - Move to other list from cache screen
and: choose list when storing
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 4 | ||||
| -rw-r--r-- | main/res/values/strings_not_translatable.xml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 991b0a2..cc47681 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -392,6 +392,7 @@ <string name="init_save_log_img">Save Images from Logs</string> <string name="init_units">Use Imperial Units instead of Metric Units</string> <string name="init_log_offline">Enable Offline Logging\n(Don\'t show online Log screen when logging, don\'t send the Log online)</string> + <string name="init_choose_list">Ask for list when storing caches</string> <string name="init_livelist">Show Direction to caches in the list</string> <string name="init_altitude">Altitude Correction</string> <string name="init_altitude_description">If your GPS is calculating a wrong altitude, you can correct it with a positive or negative number. The correction always has to be given in meters.</string> @@ -511,6 +512,9 @@ <string name="cache_favpoint_not_on">This cache is not one of your favorites.</string> <string name="cache_favpoint_add">Add</string> <string name="cache_favpoint_remove">Remove</string> + <string name="cache_list_text">List:</string> + <string name="cache_list_change">Move</string> + <string name="cache_list_unknown">Not in a list</string> <string name="cache_images">Images</string> <string name="cache_waypoints">Waypoints</string> diff --git a/main/res/values/strings_not_translatable.xml b/main/res/values/strings_not_translatable.xml index a13b9b1..1853fac 100644 --- a/main/res/values/strings_not_translatable.xml +++ b/main/res/values/strings_not_translatable.xml @@ -87,6 +87,8 @@ · Inverse sorting of cache lists (hit the same menu again)\n
· View pager in trackable activity\n
· Menu item to delete past events\n
+ · Settings: Option to ask for list to store caches in\n
+ · Change list in cache details\n
· Ability to select \"All\" list from main screen\n
· Default log type for event caches will be \"Attended\" if \"Will attend\" was logged before\n
· Improved and extended cache type detection on live map\n
|
