diff options
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/attrs.xml | 67 | ||||
| -rw-r--r-- | main/res/values/cache_attributes.xml | 2 | ||||
| -rw-r--r-- | main/res/values/colors.xml | 1 | ||||
| -rw-r--r-- | main/res/values/dimens.xml | 16 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 2125 | ||||
| -rw-r--r-- | main/res/values/strings_not_translatable.xml | 130 | ||||
| -rw-r--r-- | main/res/values/styles.xml | 2 | ||||
| -rw-r--r-- | main/res/values/themes.xml | 13 | ||||
| -rw-r--r-- | main/res/values/vpi__attrs.xml | 12 | ||||
| -rw-r--r-- | main/res/values/vpi__colors.xml | 7 | ||||
| -rw-r--r-- | main/res/values/vpi__defaults.xml | 13 | ||||
| -rw-r--r-- | main/res/values/vpi__styles.xml | 9 |
12 files changed, 1208 insertions, 1189 deletions
diff --git a/main/res/values/attrs.xml b/main/res/values/attrs.xml index 092d307..ba4cf1d 100644 --- a/main/res/values/attrs.xml +++ b/main/res/values/attrs.xml @@ -1,37 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <resources> - <declare-styleable name="cgCompassMini"> - <attr name="skin" format="integer" /> - </declare-styleable> - <!-- colors --> - <attr name="just_color" format="color" /> - <attr name="text_color" format="color" /> - <attr name="text_color_headline" format="color" /> - <attr name="text_color_grey" format="color" /> - <attr name="text_color_hint" format="color" /> - <attr name="text_color_link" format="color" /> - <attr name="button_color_enabled" format="color" /> - <attr name="button_color_disabled" format="color" /> - <attr name="background_color" format="color" /> - <attr name="background_color_notice" format="color" /> - <attr name="background_color_transparent" format="color" /> - <attr name="separator_color" format="color" /> + <declare-styleable name="cgCompassMini"> + <attr name="skin" format="integer" /> + </declare-styleable> - <!-- drawables --> - <attr name="button" format="integer" /> - <attr name="input" format="integer" /> - <attr name="inventory" format="integer" /> - <attr name="favorite" format="integer" /> - <attr name="favorite_r" format="integer" /> - <attr name="favorite_o" format="integer" /> - <attr name="favorite_g" format="integer" /> - <attr name="close" format="integer" /> - <attr name="log_img_icon" format="integer" /> - <attr name="actionbar_compass" format="integer" /> - - <!-- others --> - <attr name="compass" format="integer" /> - <attr name="progressSpinnerLarge" format="integer" /> - -</resources> + <!-- colors --> + <attr name="just_color" format="color" /> + <attr name="text_color" format="color" /> + <attr name="text_color_headline" format="color" /> + <attr name="text_color_grey" format="color" /> + <attr name="text_color_hint" format="color" /> + <attr name="text_color_link" format="color" /> + <attr name="button_color_enabled" format="color" /> + <attr name="button_color_disabled" format="color" /> + <attr name="background_color" format="color" /> + <attr name="background_color_notice" format="color" /> + <attr name="background_color_transparent" format="color" /> + <attr name="separator_color" format="color" /> + + <!-- drawables --> + <attr name="button" format="integer" /> + <attr name="input" format="integer" /> + <attr name="inventory" format="integer" /> + <attr name="favorite" format="integer" /> + <attr name="favorite_r" format="integer" /> + <attr name="favorite_o" format="integer" /> + <attr name="favorite_g" format="integer" /> + <attr name="close" format="integer" /> + <attr name="log_img_icon" format="integer" /> + <attr name="actionbar_compass" format="integer" /> + + <!-- others --> + <attr name="compass" format="integer" /> + <attr name="progressSpinnerLarge" format="integer" /> + +</resources>
\ No newline at end of file diff --git a/main/res/values/cache_attributes.xml b/main/res/values/cache_attributes.xml index c392b6f..a2bb23a 100644 --- a/main/res/values/cache_attributes.xml +++ b/main/res/values/cache_attributes.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <resources> + <string-array name="attribute_ids" translatable="false"> <item>dogs_yes</item> <item>dogs_no</item> @@ -144,4 +145,5 @@ <item>food_yes</item> <item>food_no</item> </string-array> + </resources>
\ No newline at end of file diff --git a/main/res/values/colors.xml b/main/res/values/colors.xml index 5a5c4ac..0e85c36 100644 --- a/main/res/values/colors.xml +++ b/main/res/values/colors.xml @@ -24,4 +24,5 @@ <color name="button_enabled">#FF000000</color> <color name="button_disabled">#66000000</color> <color name="archived_cache_color">#FFAC0B0B</color> + </resources>
\ No newline at end of file diff --git a/main/res/values/dimens.xml b/main/res/values/dimens.xml index 1c1c47c..ab09412 100644 --- a/main/res/values/dimens.xml +++ b/main/res/values/dimens.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <resources> - <dimen name="actionbar_height">45dip</dimen> - <dimen name="actionbar_separator_height">37dip</dimen> - <dimen name="actionbar_separator_width">2dip</dimen> - <!-- Dimensions for Samsung Multi-Window support --> - <dimen name="app_defaultsize_w">632.0dip</dimen> - <dimen name="app_defaultsize_h">598.0dip</dimen> -</resources> + <dimen name="actionbar_height">45dip</dimen> + <dimen name="actionbar_separator_height">37dip</dimen> + <dimen name="actionbar_separator_width">2dip</dimen> + + <!-- Dimensions for Samsung Multi-Window support --> + <dimen name="app_defaultsize_w">632.0dip</dimen> + <dimen name="app_defaultsize_h">598.0dip</dimen> + +</resources>
\ No newline at end of file diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 7f57474..e82b44c 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1,1110 +1,1107 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:tools="http://schemas.android.com/tools"> - <string name="app_name">c:geo</string> - <string name="app_name_compass">c:geo compass</string> - <!-- basics --> - <string name="cache">Cache</string> - <string name="detail">Details</string> - <string name="search">Search</string> - <string name="settings">Settings</string> - <string name="helpers">Useful apps</string> - <string name="about">About c:geo</string> - <string name="latitude">Latitude</string> - <string name="longitude">Longitude</string> + <string name="app_name">c:geo</string> + <string name="app_name_compass">c:geo compass</string> - <!-- actionbar --> - <string name="action_bar_share_title">Share link to cache</string> + <!-- basics --> + <string name="cache">Cache</string> + <string name="detail">Details</string> + <string name="search">Search</string> + <string name="settings">Settings</string> + <string name="helpers">Useful apps</string> + <string name="about">About c:geo</string> + <string name="latitude">Latitude</string> + <string name="longitude">Longitude</string> - <!-- caches --> - <string name="all_types">All Cache Types</string> - <string name="traditional">Traditional Cache</string> - <string name="multi">Multi-cache</string> - <string name="mystery">Mystery Cache</string> - <string name="letterbox">Letterbox Hybrid</string> - <string name="event">Event Cache</string> - <string name="mega">Mega-Event Cache</string> - <string name="earth">Earthcache</string> - <string name="cito">Cache In Trash Out Event</string> - <string name="webcam">Webcam Cache</string> - <string name="virtual">Virtual Cache</string> - <string name="wherigo">Wherigo Cache</string> - <string name="lostfound">Lost & Found Event Cache</string> - <string name="ape">Project APE Cache</string> - <string name="gchq">Groundspeak HQ</string> - <string name="gps">GPS Adventures Exhibit</string> - <string name="block">Groundspeak Block Party</string> - <string name="unknown">Unknown Type</string> + <!-- actionbar --> + <string name="action_bar_share_title">Share link to cache</string> - <!-- cache sizes --> - <string name="cache_size_micro">Micro</string> - <string name="cache_size_small">Small</string> - <string name="cache_size_regular">Regular</string> - <string name="cache_size_large">Large</string> - <string name="cache_size_other">Other</string> - <string name="cache_size_virtual">Virtual</string> - <string name="cache_size_notchosen">Not chosen</string> - <string name="cache_size_unknown">Unknown</string> + <!-- caches --> + <string name="all_types">All Cache Types</string> + <string name="traditional">Traditional Cache</string> + <string name="multi">Multi-cache</string> + <string name="mystery">Mystery Cache</string> + <string name="letterbox">Letterbox Hybrid</string> + <string name="event">Event Cache</string> + <string name="mega">Mega-Event Cache</string> + <string name="earth">Earthcache</string> + <string name="cito">Cache In Trash Out Event</string> + <string name="webcam">Webcam Cache</string> + <string name="virtual">Virtual Cache</string> + <string name="wherigo">Wherigo Cache</string> + <string name="lostfound">Lost & Found Event Cache</string> + <string name="ape">Project APE Cache</string> + <string name="gchq">Groundspeak HQ</string> + <string name="gps">GPS Adventures Exhibit</string> + <string name="block">Groundspeak Block Party</string> + <string name="unknown">Unknown Type</string> - <!-- waypoints --> - <string name="wp_final">Final Location</string> - <string name="wp_stage">Stage of a Multicache</string> - <string name="wp_puzzle">Question to Answer</string> - <string name="wp_pkg">Parking Area</string> - <string name="wp_trailhead">Trailhead</string> - <string name="wp_waypoint">Reference Point</string> - <string name="wp_original">Original Coordinates</string> + <!-- cache sizes --> + <string name="cache_size_micro">Micro</string> + <string name="cache_size_small">Small</string> + <string name="cache_size_regular">Regular</string> + <string name="cache_size_large">Large</string> + <string name="cache_size_other">Other</string> + <string name="cache_size_virtual">Virtual</string> + <string name="cache_size_notchosen">Not chosen</string> + <string name="cache_size_unknown">Unknown</string> - <!-- logs --> - <string name="log_found">Found it</string> - <string name="log_dnf">Didn\'t find it</string> - <string name="log_note">Write note</string> - <string name="log_published">Published</string> - <string name="log_enabled">Enabled</string> - <string name="log_disabled">Disabled</string> - <string name="log_attend">Will Attend</string> - <string name="log_attended">Attended</string> - <string name="log_retrieved">Retrieved</string> - <string name="log_placed">Placed</string> - <string name="log_grabbed">Grabbed Somewhere</string> - <string name="log_movecollection">Move to Collection</string> - <string name="log_moveinventory">Move to Inventory</string> - <string name="log_maintained">Maintenance Performed</string> - <string name="log_maintenance_needed">Needs Maintenance</string> - <string name="log_update">Updated Coordinates</string> - <string name="log_archived">Archived</string> - <string name="log_unarchived">Unarchived</string> - <string name="log_needs_archived">Needs Archived</string> - <string name="log_discovered">Discovered</string> - <string name="log_reviewer">Reviewer Note</string> - <string name="log_retractlisting">Retract Listing</string> - <string name="log_marked_missing">Marked Missing</string> - <string name="log_tb_nothing">Do Nothing</string> - <string name="log_tb_visit">Visited</string> - <string name="log_tb_drop">Dropped Off</string> - <string name="log_tb_changeall">Change All</string> - <string name="log_save">Save</string> - <string name="log_saving">Sending log…</string> - <string name="log_saving_and_uploading">Sending log and uploading image…</string> - <string name="log_clear">Clear</string> - <string name="log_post">Submit Log</string> - <string name="log_post_rate">Submit Log & Rate</string> - <string name="log_post_no_rate">Submit Log & Do not Rate</string> - <string name="log_post_not_possible">Loading Log Page…</string> - <string name="log_add">Add</string> - <string name="log_rating">Rating</string> - <string name="log_no_rating">No rating</string> - <string name="log_stars_1">1 Star</string> - <string name="log_stars_15">1.5 Stars</string> - <string name="log_stars_2">2 Stars</string> - <string name="log_stars_25">2.5 Stars</string> - <string name="log_stars_3">3 Stars</string> - <string name="log_stars_35">3.5 Stars</string> - <string name="log_stars_4">4 Stars</string> - <string name="log_stars_45">4.5 Stars</string> - <string name="log_stars_5">5 Stars</string> - <string name="log_stars_1_description">Poor</string> - <string name="log_stars_15_description">Fairly poor</string> - <string name="log_stars_2_description">Below average</string> - <string name="log_stars_25_description">Not so bad</string> - <string name="log_stars_3_description">Average</string> - <string name="log_stars_35_description">Not bad at all</string> - <string name="log_stars_4_description">Better than average</string> - <string name="log_stars_45_description">Very good</string> - <string name="log_stars_5_description">Awesome</string> - <string name="log_webcam">Webcam Photo Taken</string> - <string name="log_new_log">Log</string> - <string name="log_new_log_text">Log Text</string> - <string name="log_announcement">Announcement</string> - <string name="log_today">Today</string> - <string name="log_yesterday">Yesterday</string> - <string name="log_smilies">Smilies</string> - <string name="log_image">Image</string> - <string name="log_image_attach">Attach Image</string> - <string name="log_image_edit">Edit Image</string> - <string name="log_image_stored">Existing</string> - <string name="log_image_camera">New</string> - <string name="log_image_caption">Caption</string> - <string name="log_image_description">Description</string> - <string name="log_image_scale">Scaling</string> - <string-array name="log_image_scales"> - <item>No scaling</item> - <item>512 px</item> - <item>640 px</item> - <item>800 px</item> - <item>1024 px</item> - </string-array> - - <!-- translation --> - <string name="translate_to_sys_lang">Translate to %s</string> - <string name="translate_to_english">Translate to English</string> - <string name="translate_length_warning">Translate may fail with large amounts of text.</string> + <!-- waypoints --> + <string name="wp_final">Final Location</string> + <string name="wp_stage">Stage of a Multicache</string> + <string name="wp_puzzle">Question to Answer</string> + <string name="wp_pkg">Parking Area</string> + <string name="wp_trailhead">Trailhead</string> + <string name="wp_waypoint">Reference Point</string> + <string name="wp_original">Original Coordinates</string> - <!-- errors, warnings, info toasts --> - <string name="err_none">OK</string> - <string name="err_start">Communication not started</string> - <string name="err_parse">Failed Login page parsing</string> - <string name="err_server">Unable to contact Geocaching.com. The website may be down or your Internet connection not working.</string> - <string name="err_login">No Login information stored</string> - <string name="err_login_failed">c:geo can\'t log in.</string> - <string name="err_login_failed_toast">c:geo can\'t log in. c:geo works offline with Stored caches. Check your Login settings or enable Internet connection.</string> - <string name="err_unknown">Unknown error</string> - <string name="err_comm">Unknown communication error</string> - <string name="err_missing_auth">No username and/or password set.</string> - <string name="err_wrong">Login information incorrect</string> - <string name="err_maintenance">Geocaching.com is down for maintenance. c:geo works offline with Stored caches.</string> - <string name="err_license">You have not agreed to Geocaching.com license agreement, so c:geo can\'t load cache coordinates.</string> - <string name="err_unvalidated_account">You must validate your account on Geocaching.com web site first.</string> - <string name="err_unpublished">The requested cache is unpublished.</string> - <string name="err_premium_only">This Cache is only available to Geocaching.com Premium Members.</string> - <string name="err_detail_open">c:geo can\'t open geocache details.</string> - <string name="err_detail_cache">c:geo can\'t display the geocache you want. Is it really a geocache?</string> - <string name="err_detail_cache_find">c:geo can\'t find geocache</string> - <string name="err_detail_cache_find_some">c:geo can\'t find that geocache.</string> - <string name="err_detail_cache_find_any">c:geo can\'t find any geocache.</string> - <string name="err_detail_cache_forgot">c:geo forgot which geocache you want.</string> - <string name="err_detail_google_maps_limit_reached">c:geo failed to download static maps. Maybe google maps limit is reached.</string> - <string name="err_detail_no_spoiler">c:geo found no spoiler images for this cache.</string> - <string name="err_detail_no_map_static">c:geo found no static maps for this cache.</string> - <string name="err_detail_not_load_map_static">c:geo failed to load static maps.</string> - <string name="err_detail_still_working">Still working on another task.</string> - <string name="err_watchlist_still_managing">Still managing your watchlist.</string> - <string name="err_watchlist_failed">Changing your watchlist failed.</string> - <string name="err_application_no">c:geo can\'t find any suitable application.</string> - <string name="err_auth_initialize">c:geo failed to initialize authorization process.</string> - <string name="err_auth_process">Authorization process failed.</string> - <string name="err_cannot_log_visit">c:geo is unable to log your visit. Please log your visit from full cache details screen.</string> - <string name="err_init_cleared">c:geo can\'t clear login information.</string> - <string name="err_download_fail">c:geo failed to download caches.</string> - <string name="err_dwld_details_failed">c:geo failed to download cache details.</string> - <string name="err_load_descr_failed">c:geo can\'t load description.</string> - <string name="err_location_unknown">c:geo doesn\'t know location of cache.</string> - <string name="err_missing_device_name">Please enter a device name before registering.</string> - <string name="err_favorite_failed">Changing favorite status failed.</string> - <string name="err_select_logimage_failed">Selecting an image for the log failed.</string> - <string name="err_acquire_image_failed">Acquiring an image failed.</string> - - <string name="err_tb_display">c:geo can\'t display trackable you want. Is it really a trackable?</string> - <string name="err_tb_details_open">c:geo can\'t open trackable details.</string> - <string name="err_tb_forgot_saw">c:geo forgot which trackable you saw.</string> - <string name="err_tb_find">c:geo can\'t find trackable</string> - <string name="err_tb_find_that">c:geo can\'t find that trackable.</string> + <!-- logs --> + <string name="log_found">Found it</string> + <string name="log_dnf">Didn\'t find it</string> + <string name="log_note">Write note</string> + <string name="log_published">Published</string> + <string name="log_enabled">Enabled</string> + <string name="log_disabled">Disabled</string> + <string name="log_attend">Will Attend</string> + <string name="log_attended">Attended</string> + <string name="log_retrieved">Retrieved</string> + <string name="log_placed">Placed</string> + <string name="log_grabbed">Grabbed Somewhere</string> + <string name="log_movecollection">Move to Collection</string> + <string name="log_moveinventory">Move to Inventory</string> + <string name="log_maintained">Maintenance Performed</string> + <string name="log_maintenance_needed">Needs Maintenance</string> + <string name="log_update">Updated Coordinates</string> + <string name="log_archived">Archived</string> + <string name="log_unarchived">Unarchived</string> + <string name="log_needs_archived">Needs Archived</string> + <string name="log_discovered">Discovered</string> + <string name="log_reviewer">Reviewer Note</string> + <string name="log_retractlisting">Retract Listing</string> + <string name="log_marked_missing">Marked Missing</string> + <string name="log_tb_nothing">Do Nothing</string> + <string name="log_tb_visit">Visited</string> + <string name="log_tb_drop">Dropped Off</string> + <string name="log_tb_changeall">Change All</string> + <string name="log_save">Save</string> + <string name="log_saving">Sending log…</string> + <string name="log_saving_and_uploading">Sending log and uploading image…</string> + <string name="log_clear">Clear</string> + <string name="log_post">Submit Log</string> + <string name="log_post_rate">Submit Log & Rate</string> + <string name="log_post_no_rate">Submit Log & Do not Rate</string> + <string name="log_post_not_possible">Loading Log Page…</string> + <string name="log_add">Add</string> + <string name="log_rating">Rating</string> + <string name="log_no_rating">No rating</string> + <string name="log_stars_1">1 Star</string> + <string name="log_stars_15">1.5 Stars</string> + <string name="log_stars_2">2 Stars</string> + <string name="log_stars_25">2.5 Stars</string> + <string name="log_stars_3">3 Stars</string> + <string name="log_stars_35">3.5 Stars</string> + <string name="log_stars_4">4 Stars</string> + <string name="log_stars_45">4.5 Stars</string> + <string name="log_stars_5">5 Stars</string> + <string name="log_stars_1_description">Poor</string> + <string name="log_stars_15_description">Fairly poor</string> + <string name="log_stars_2_description">Below average</string> + <string name="log_stars_25_description">Not so bad</string> + <string name="log_stars_3_description">Average</string> + <string name="log_stars_35_description">Not bad at all</string> + <string name="log_stars_4_description">Better than average</string> + <string name="log_stars_45_description">Very good</string> + <string name="log_stars_5_description">Awesome</string> + <string name="log_webcam">Webcam Photo Taken</string> + <string name="log_new_log">Log</string> + <string name="log_new_log_text">Log Text</string> + <string name="log_announcement">Announcement</string> + <string name="log_today">Today</string> + <string name="log_yesterday">Yesterday</string> + <string name="log_smilies">Smilies</string> + <string name="log_image">Image</string> + <string name="log_image_attach">Attach Image</string> + <string name="log_image_edit">Edit Image</string> + <string name="log_image_stored">Existing</string> + <string name="log_image_camera">New</string> + <string name="log_image_caption">Caption</string> + <string name="log_image_description">Description</string> + <string name="log_image_scale">Scaling</string> - <string name="err_waypoint_cache_unknown">c:geo doesn\'t know to which cache you want to add waypoint.</string> - <string name="err_waypoint_add_failed">c:geo failed to add your waypoint.</string> - <string name="err_point_unknown_position">c:geo can\'t recognize where you are.</string> - <string name="err_point_no_position_given_title">Info required</string> - <string name="err_point_no_position_given">Fill at least latitude or longitude or distance and bearing. You can also fill all four fields.</string> - <string name="err_point_curr_position_unavailable">c:geo still doesn\'t have current coordinates. Please, wait a while…</string> - <string name="err_point_bear_and_dist_title">Need some help?</string> - <string name="err_point_bear_and_dist">Fill both bearing and distance. Bearing is angle 0 to 360 degrees relative to north. Distance with or without units.</string> - <string name="err_point_location_error">c:geo can\'t get location of waypoint.</string> + <string-array name="log_image_scales"> + <item>No scaling</item> + <item>512 px</item> + <item>640 px</item> + <item>800 px</item> + <item>1024 px</item> + </string-array> - <string name="err_log_load_data">c:geo can\'t load data required to log visit.</string> - <string name="err_log_load_data_again">c:geo can\'t load data required to log visit. Trying again.</string> - <string name="err_log_load_data_still">c:geo is still loading data required to post log. Please wait a little while longer.</string> - <string name="err_log_failed_server">c:geo failed to post log because server is not responding.</string> - <string name="err_log_post_failed">It seems that your log was not posted. Please check it on Geocaching.com.</string> - <string name="err_logimage_post_failed">It seems that your log image was not uploaded. Please check it on Geocaching.com.</string> + <!-- translation --> + <string name="translate_to_sys_lang">Translate to %s</string> + <string name="translate_to_english">Translate to English</string> + <string name="translate_length_warning">Translate may fail with large amounts of text.</string> - <string name="err_search_address_forgot">c:geo forgot the address you tried to find.</string> - <string name="err_parse_lat">c:geo can\'t parse latitude.</string> - <string name="err_parse_lon">c:geo can\'t parse longitude.</string> - <string name="err_parse_dist">c:geo can\'t parse distance.</string> - <string name="err_parse_lat_lon">c:geo can\'t parse latitude or longitude.</string> + <!-- errors, warnings, info toasts --> + <string name="err_none">OK</string> + <string name="err_start">Communication not started</string> + <string name="err_parse">Failed Login page parsing</string> + <string name="err_server">Unable to contact Geocaching.com. The website may be down or your Internet connection not working.</string> + <string name="err_login">No Login information stored</string> + <string name="err_login_failed">c:geo can\'t log in.</string> + <string name="err_login_failed_toast">c:geo can\'t log in. c:geo works offline with Stored caches. Check your Login settings or enable Internet connection.</string> + <string name="err_unknown">Unknown error</string> + <string name="err_comm">Unknown communication error</string> + <string name="err_missing_auth">No username and/or password set.</string> + <string name="err_wrong">Login information incorrect</string> + <string name="err_maintenance">Geocaching.com is down for maintenance. c:geo works offline with Stored caches.</string> + <string name="err_license">You have not agreed to Geocaching.com license agreement, so c:geo can\'t load cache coordinates.</string> + <string name="err_unvalidated_account">You must validate your account on Geocaching.com web site first.</string> + <string name="err_unpublished">The requested cache is unpublished.</string> + <string name="err_premium_only">This Cache is only available to Geocaching.com Premium Members.</string> + <string name="err_detail_open">c:geo can\'t open geocache details.</string> + <string name="err_detail_cache">c:geo can\'t display the geocache you want. Is it really a geocache?</string> + <string name="err_detail_cache_find">c:geo can\'t find geocache</string> + <string name="err_detail_cache_find_some">c:geo can\'t find that geocache.</string> + <string name="err_detail_cache_find_any">c:geo can\'t find any geocache.</string> + <string name="err_detail_cache_forgot">c:geo forgot which geocache you want.</string> + <string name="err_detail_google_maps_limit_reached">c:geo failed to download static maps. Maybe google maps limit is reached.</string> + <string name="err_detail_no_spoiler">c:geo found no spoiler images for this cache.</string> + <string name="err_detail_no_map_static">c:geo found no static maps for this cache.</string> + <string name="err_detail_not_load_map_static">c:geo failed to load static maps.</string> + <string name="err_detail_still_working">Still working on another task.</string> + <string name="err_watchlist_still_managing">Still managing your watchlist.</string> + <string name="err_watchlist_failed">Changing your watchlist failed.</string> + <string name="err_application_no">c:geo can\'t find any suitable application.</string> + <string name="err_auth_initialize">c:geo failed to initialize authorization process.</string> + <string name="err_auth_process">Authorization process failed.</string> + <string name="err_cannot_log_visit">c:geo is unable to log your visit. Please log your visit from full cache details screen.</string> + <string name="err_init_cleared">c:geo can\'t clear login information.</string> + <string name="err_download_fail">c:geo failed to download caches.</string> + <string name="err_dwld_details_failed">c:geo failed to download cache details.</string> + <string name="err_load_descr_failed">c:geo can\'t load description.</string> + <string name="err_location_unknown">c:geo doesn\'t know location of cache.</string> + <string name="err_missing_device_name">Please enter a device name before registering.</string> + <string name="err_favorite_failed">Changing favorite status failed.</string> + <string name="err_select_logimage_failed">Selecting an image for the log failed.</string> + <string name="err_acquire_image_failed">Acquiring an image failed.</string> + <string name="err_tb_display">c:geo can\'t display trackable you want. Is it really a trackable?</string> + <string name="err_tb_details_open">c:geo can\'t open trackable details.</string> + <string name="err_tb_forgot_saw">c:geo forgot which trackable you saw.</string> + <string name="err_tb_find">c:geo can\'t find trackable</string> + <string name="err_tb_find_that">c:geo can\'t find that trackable.</string> + <string name="err_waypoint_cache_unknown">c:geo doesn\'t know to which cache you want to add waypoint.</string> + <string name="err_waypoint_add_failed">c:geo failed to add your waypoint.</string> + <string name="err_point_unknown_position">c:geo can\'t recognize where you are.</string> + <string name="err_point_no_position_given_title">Info required</string> + <string name="err_point_no_position_given">Fill at least latitude or longitude or distance and bearing. You can also fill all four fields.</string> + <string name="err_point_curr_position_unavailable">c:geo still doesn\'t have current coordinates. Please, wait a while…</string> + <string name="err_point_bear_and_dist_title">Need some help?</string> + <string name="err_point_bear_and_dist">Fill both bearing and distance. Bearing is angle 0 to 360 degrees relative to north. Distance with or without units.</string> + <string name="err_point_location_error">c:geo can\'t get location of waypoint.</string> + <string name="err_log_load_data">c:geo can\'t load data required to log visit.</string> + <string name="err_log_load_data_again">c:geo can\'t load data required to log visit. Trying again.</string> + <string name="err_log_load_data_still">c:geo is still loading data required to post log. Please wait a little while longer.</string> + <string name="err_log_failed_server">c:geo failed to post log because server is not responding.</string> + <string name="err_log_post_failed">It seems that your log was not posted. Please check it on Geocaching.com.</string> + <string name="err_logimage_post_failed">It seems that your log image was not uploaded. Please check it on Geocaching.com.</string> + <string name="err_search_address_forgot">c:geo forgot the address you tried to find.</string> + <string name="err_parse_lat">c:geo can\'t parse latitude.</string> + <string name="err_parse_lon">c:geo can\'t parse longitude.</string> + <string name="err_parse_dist">c:geo can\'t parse distance.</string> + <string name="err_parse_lat_lon">c:geo can\'t parse latitude or longitude.</string> + <string name="warn_save_nothing">There is nothing to be saved.</string> + <string name="warn_no_cache_coord">There is no cache with coordinates.</string> + <string name="warn_no_coordinates">No Coordinates given.</string> + <string name="warn_no_keyword">No Keyword given.</string> + <string name="warn_no_username">No Username given.</string> + <string name="warn_search_help_title">Need some help?</string> + <string name="warn_search_help_address">Enter an address or location name. For example use a postal address \"Radlicka 100, Prague, Czech Republic\", a city name \"Berlin\" or just a name of something like \"Yellowstone Park\".</string> + <string name="warn_search_help_gccode">Enter the code for a geocache. For example \"GC1VCAZ\".</string> + <string name="warn_search_help_keyword">Enter all or part of a geocache name. For example \"Night Cache\".</string> + <string name="warn_search_help_user">Enter a username from Geocaching.com.</string> + <string name="warn_search_help_tb">Enter the code for a trackable. For example \"TB29QMZ\".</string> + <string name="warn_log_text_fill">Please fill in text for your log.</string> + <string name="warn_load_images">c:geo failed to load images.</string> + <string name="warn_invalid_mapfile">The selected map file is not a valid mapsforge version 0.3.0 map file.\nOffline maps are not available.</string> + <string name="warn_deprecated_mapfile">You are using a deprecated version 0.2.4 map file.\nConsider switching to a version 0.3.0 map.\nWe will drop support for version 0.2.4 in the next release.</string> + <string name="warn_nonexistant_mapfile">The selected map file does not exist.\nOffline maps are not available.</string> + <string name="warn_rendertheme_missing">Map theme not found.</string> + <string name="info_log_posted">c:geo successfully submitted the log.</string> + <string name="info_log_saved">c:geo successfully saved the log.</string> + <string name="info_log_cleared">Log was cleared.</string> + <string name="info_log_type_changed">Type of log has been changed!</string> + <string name="info_select_logimage_cancelled">Image selection or capture was cancelled.</string> + <string name="info_stored_image">New image saved to:</string> + <string name="info_storing_static_maps">Trying to store static maps</string> - <string name="warn_save_nothing">There is nothing to be saved.</string> - <string name="warn_no_cache_coord">There is no cache with coordinates.</string> - <string name="warn_no_coordinates">No Coordinates given.</string> - <string name="warn_no_keyword">No Keyword given.</string> - <string name="warn_no_username">No Username given.</string> - <string name="warn_search_help_title">Need some help?</string> - <string name="warn_search_help_address">Enter an address or location name. For example use a postal address \"Radlicka 100, Prague, Czech Republic\", a city name \"Berlin\" or just a name of something like \"Yellowstone Park\".</string> - <string name="warn_search_help_gccode">Enter the code for a geocache. For example \"GC1VCAZ\".</string> - <string name="warn_search_help_keyword">Enter all or part of a geocache name. For example \"Night Cache\".</string> - <string name="warn_search_help_user">Enter a username from Geocaching.com.</string> - <string name="warn_search_help_tb">Enter the code for a trackable. For example \"TB29QMZ\".</string> - <string name="warn_log_text_fill">Please fill in text for your log.</string> - <string name="warn_load_images">c:geo failed to load images.</string> - <string name="warn_invalid_mapfile">The selected map file is not a valid mapsforge version 0.3.0 map file.\nOffline maps are not available.</string> - <string name="warn_deprecated_mapfile">You are using a deprecated version 0.2.4 map file.\nConsider switching to a version 0.3.0 map.\nWe will drop support for version 0.2.4 in the next release.</string> - <string name="warn_nonexistant_mapfile">The selected map file does not exist.\nOffline maps are not available.</string> - <string name="warn_rendertheme_missing">Map theme not found.</string> + <!-- location service --> + <string name="loc_last">Last known</string> + <string name="loc_net">Network</string> + <string name="loc_gps">GPS</string> + <string name="loc_sat">Sat</string> + <string name="loc_trying">Trying to Locate</string> + <string name="loc_no_addr">Unknown address</string> + <string name="loc_gps_disabled">GPS disabled</string> - <string name="info_log_posted">c:geo successfully submitted the log.</string> - <string name="info_log_saved">c:geo successfully saved the log.</string> - <string name="info_log_cleared">Log was cleared.</string> - <string name="info_log_type_changed">Type of log has been changed!</string> - <string name="info_select_logimage_cancelled">Image selection or capture was cancelled.</string> - <string name="info_stored_image">New image saved to:</string> + <!-- standard menu --> + <string name="menu_about">About c:geo</string> + <string name="menu_helpers">Utility programs</string> + <string name="menu_settings">Settings</string> + <string name="menu_history">History</string> + <string name="menu_filter">Filter</string> + <string name="menu_scan_geo">Scan geocode</string> - <string name="info_storing_static_maps">Trying to store static maps</string> + <!-- main screen --> + <string name="live_map_button">Live map</string> + <string name="caches_nearby_button">Nearby</string> + <string name="advanced_search_button">Search</string> + <string name="stored_caches_button">Stored</string> + <string name="any_button">Any destination</string> + <string name="unknown_scan">Didn\'t find any geocode in the scan result.</string> - <!-- location service --> - <string name="loc_last">Last known</string> - <string name="loc_net">Network</string> - <string name="loc_gps">GPS</string> - <string name="loc_sat">Sat</string> - <string name="loc_trying">Trying to Locate</string> - <string name="loc_no_addr">Unknown address</string> - <string name="loc_gps_disabled">GPS disabled</string> + <!-- caches --> + <string name="caches_no_cache">There is no cache</string> + <string name="caches_more_caches">Load more caches</string> + <string name="caches_more_caches_no">No more caches</string> + <string name="caches_more_caches_loading">Loading caches…</string> + <string name="caches_more_caches_currently">currently</string> + <string name="caches_downloading">Downloading caches…\nETA: </string> + <string name="caches_eta_ltm">Less than a minute</string> - <!-- standard menu --> - <string name="menu_about">About c:geo</string> - <string name="menu_helpers">Utility programs</string> - <string name="menu_settings">Settings</string> - <string name="menu_history">History</string> - <string name="menu_filter">Filter</string> - <string name="menu_scan_geo">Scan geocode</string> + <plurals name="caches_eta_mins"> + <item quantity="one">minute</item> + <item quantity="other">minutes</item> + </plurals> - <!-- main screen --> - <string name="live_map_button">Live map</string> - <string name="caches_nearby_button">Nearby</string> - <string name="advanced_search_button">Search</string> - <string name="stored_caches_button">Stored</string> - <string name="any_button">Any destination</string> - <string name="unknown_scan">Didn\'t find any geocode in the scan result.</string> + <string name="caches_store_offline">Store for Offline</string> + <string name="caches_store_selected">Store Selected</string> + <string name="caches_history">History</string> + <string name="caches_on_map">Show on map</string> + <string name="caches_sort">Sort</string> + <string name="caches_sort_title">Sort by</string> + <string name="caches_sort_distance">Distance</string> + <string name="caches_sort_difficulty">Difficulty</string> + <string name="caches_sort_terrain">Terrain</string> + <string name="caches_sort_size">Size</string> + <string name="caches_sort_favorites">Popularity</string> + <string name="caches_sort_name">Name</string> + <string name="caches_sort_geocode">Geo Code</string> + <string name="caches_sort_rating">Rating</string> + <string name="caches_sort_vote">Vote (Own Rating)</string> + <string name="caches_sort_inventory">Count of Inventory</string> + <string name="caches_sort_date_hidden">Date Hidden</string> + <string name="caches_sort_date_logged">Date Logged</string> + <string name="caches_sort_finds">Finds</string> + <string name="caches_sort_state">State</string> + <string name="caches_sort_storage">Date stored on device</string> + <string name="caches_select_mode">Select mode</string> + <string name="caches_select_mode_exit">Exit select mode</string> + <string name="caches_select_invert">Invert selection</string> + <string name="caches_nearby">Nearby</string> + <string name="caches_manage">Manage</string> + <string name="caches_drop_selected">Drop selected</string> + <string name="caches_drop_selected_ask">Do you want to remove selected caches from device?</string> + <string name="caches_drop_all">Drop all</string> + <string name="caches_drop_all_ask">Do you want to remove all caches from current list?</string> + <string name="caches_drop_stored">Drop stored</string> + <string name="caches_drop_progress">Removing caches</string> + <string name="caches_drop_all_and_list">Drop all and remove list</string> + <string name="caches_delete_events">Delete past events</string> + <string name="caches_refresh_selected">Refresh selected</string> + <string name="caches_refresh_all">Refresh all</string> + <string name="caches_move_selected">Move selected</string> + <string name="caches_move_all">Move all</string> + <string name="caches_map_locus">Locus</string> + <string name="caches_map_locus_export">Export to Locus</string> + <string name="caches_recaptcha_title">reCAPTCHA</string> + <string name="caches_recaptcha_explanation">Please, write text from image. It\'s important to download coordinates of caches. It\'s optional and can be switched off in Settings.</string> + <string name="caches_recaptcha_hint">Text from image</string> + <string name="caches_recaptcha_continue">Continue</string> + <string name="caches_filter">Filter</string> + <string name="caches_filter_title">Filter by</string> + <string name="caches_filter_size">Size</string> + <string name="caches_filter_type">Type</string> + <string name="caches_filter_track">With Trackables</string> + <string name="caches_filter_clear">Clear filters</string> + <string name="caches_filter_modified">With modified coordinates</string> + <string name="caches_filter_origin">Origin</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> - <!-- caches --> - <string name="caches_no_cache">There is no cache</string> - <string name="caches_more_caches">Load more caches</string> - <string name="caches_more_caches_no">No more caches</string> - <string name="caches_more_caches_loading">Loading caches…</string> - <string name="caches_more_caches_currently">currently</string> - <string name="caches_downloading">Downloading caches…\nETA: </string> - <string name="caches_eta_ltm">Less than a minute</string> - <plurals name="caches_eta_mins"> - <item quantity="one">minute</item> - <item quantity="other">minutes</item> - </plurals> - <string name="caches_store_offline">Store for Offline</string> - <string name="caches_store_selected">Store Selected</string> - <string name="caches_history">History</string> - <string name="caches_on_map">Show on map</string> - <string name="caches_sort">Sort</string> - <string name="caches_sort_title">Sort by</string> - <string name="caches_sort_distance">Distance</string> - <string name="caches_sort_difficulty">Difficulty</string> - <string name="caches_sort_terrain">Terrain</string> - <string name="caches_sort_size">Size</string> - <string name="caches_sort_favorites">Popularity</string> - <string name="caches_sort_name">Name</string> - <string name="caches_sort_geocode">Geo Code</string> - <string name="caches_sort_rating">Rating</string> - <string name="caches_sort_vote">Vote (Own Rating)</string> - <string name="caches_sort_inventory">Count of Inventory</string> - <string name="caches_sort_date_hidden">Date Hidden</string> - <string name="caches_sort_date_logged">Date Logged</string> - <string name="caches_sort_finds">Finds</string> - <string name="caches_sort_state">State</string> - <string name="caches_sort_storage">Date stored on device</string> - <string name="caches_select_mode">Select mode</string> - <string name="caches_select_mode_exit">Exit select mode</string> - <string name="caches_select_invert">Invert selection</string> - <string name="caches_nearby">Nearby</string> - <string name="caches_manage">Manage</string> - <string name="caches_drop_selected">Drop selected</string> - <string name="caches_drop_selected_ask">Do you want to remove selected caches from device?</string> - <string name="caches_drop_all">Drop all</string> - <string name="caches_drop_all_ask">Do you want to remove all caches from current list?</string> - <string name="caches_drop_stored">Drop stored</string> - <string name="caches_drop_progress">Removing caches</string> - <string name="caches_drop_all_and_list">Drop all and remove list</string> - <string name="caches_delete_events">Delete past events</string> - <string name="caches_refresh_selected">Refresh selected</string> - <string name="caches_refresh_all">Refresh all</string> - <string name="caches_move_selected">Move selected</string> - <string name="caches_move_all">Move all</string> - <string name="caches_map_locus">Locus</string> - <string name="caches_map_locus_export">Export to Locus</string> - <string name="caches_recaptcha_title">reCAPTCHA</string> - <string name="caches_recaptcha_explanation">Please, write text from image. It\'s important to download coordinates of caches. It\'s optional and can be switched off in Settings.</string> - <string name="caches_recaptcha_hint">Text from image</string> - <string name="caches_recaptcha_continue">Continue</string> - <string name="caches_filter">Filter</string> - <string name="caches_filter_title">Filter by</string> - <string name="caches_filter_size">Size</string> - <string name="caches_filter_type">Type</string> - <string name="caches_filter_track">With Trackables</string> - <string name="caches_filter_clear">Clear filters</string> - <string name="caches_filter_modified">With modified coordinates</string> - <string name="caches_filter_origin">Origin</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> + <!-- caches lists --> + <string name="list_menu">List</string> + <string name="list_menu_create">Create new list</string> + <string name="list_menu_all_lists">All caches</string> + <string name="list_menu_drop">Drop current list</string> + <string name="list_menu_change">Change list</string> + <string name="list_menu_rename">Rename current list</string> + <string name="list_title">Pick a list</string> + <string name="list_inbox">Stored</string> + <string name="list_all_lists">All caches</string> + <string name="list_dialog_create_title">New list</string> + <string name="list_dialog_create">Create</string> + <string name="list_dialog_cancel">Cancel</string> + <string name="list_dialog_create_ok">A new list was created</string> + <string name="list_dialog_create_err">c:geo failed to create new list</string> + <string name="list_dialog_remove_title">Remove list</string> + <string name="list_dialog_remove_description">Do you want to remove the current list of caches? All caches remaining in the list will be moved to \"Stored\".</string> + <string name="list_dialog_remove">Remove</string> + <string name="list_dialog_remove_ok">The list was removed</string> + <string name="list_dialog_remove_err">c:geo failed to remove current list</string> + <string name="list_dialog_rename_title">Rename list</string> + <string name="list_dialog_rename">Rename</string> - <!-- caches lists --> - <string name="list_menu">List</string> - <string name="list_menu_create">Create new list</string> - <string name="list_menu_all_lists">All caches</string> - <string name="list_menu_drop">Drop current list</string> - <string name="list_menu_change">Change list</string> - <string name="list_menu_rename">Rename current list</string> - <string name="list_title">Pick a list</string> - <string name="list_inbox">Stored</string> - <string name="list_all_lists">All caches</string> - <string name="list_dialog_create_title">New list</string> - <string name="list_dialog_create">Create</string> - <string name="list_dialog_cancel">Cancel</string> - <string name="list_dialog_create_ok">A new list was created</string> - <string name="list_dialog_create_err">c:geo failed to create new list</string> - <string name="list_dialog_remove_title">Remove list</string> - <string name="list_dialog_remove_description">Do you want to remove the current list of caches? All caches remaining in the list will be moved to \"Stored\".</string> - <string name="list_dialog_remove">Remove</string> - <string name="list_dialog_remove_ok">The list was removed</string> - <string name="list_dialog_remove_err">c:geo failed to remove current list</string> - <string name="list_dialog_rename_title">Rename list</string> - <string name="list_dialog_rename">Rename</string> + <!-- about --> + <string name="about_version">Version</string> + <string name="about_changelog">Changelog</string> + <string name="about_donate">Donate</string> + <string name="about_detail">Details</string> + <string name="about_donation_more">Donate\ndevelopment</string> + <string name="about_contributors">Contributors</string> - <!-- about --> - <string name="about_version">Version</string> - <string name="about_changelog">Changelog</string> - <string name="about_donate">Donate</string> - <string name="about_detail">Details</string> - <string name="about_donation_more">Donate\ndevelopment</string> - <string name="about_contributors">Contributors</string> + <!-- init --> + <string name="init_geocaching">Geocaching.com</string> + <string name="init_gc_activate">Activate Geocaching.com on live-map and in searches</string> + <string name="init_oc">opencaching.de</string> + <string name="init_oc_activate">Activate opencaching.de on live-map and in searches</string> + <string name="init_oc_de_description">Authorize c:geo with opencaching.de to search for caches and access/filter your found caches.</string> + <string name="init_register_oc_de">Authorize c:geo</string> + <string name="init_gcvote">GCvote.com</string> + <string name="init_twitter">Twitter</string> + <string name="init_username">Username</string> + <string name="init_password">Password</string> + <string name="init_passvote">Password</string> + <string name="init_login">Check and save Login</string> + <string name="init_login_popup">Login</string> + <string name="init_login_popup_working">Logging in…</string> + <string name="init_login_popup_ok">Login OK</string> + <string name="init_login_popup_failed">Login failed</string> + <string name="init_login_popup_failed_reason">Login failed:</string> + <string name="init_twitter_authorize">Authorize c:geo</string> + <string name="init_twitter_publish">Publish status when a cache has been found</string> + <string name="init_signature">Signature</string> + <string name="init_signature_help_button">Help</string> + <string name="init_signature_help_title">Signature Tips and Tricks</string> + <string name="init_signature_help_text">Enter your signature to use it in the log text.\nSpecial strings that can be used are: [DATE] , [TIME], [DATETIME], [USER] & [NUMBER].\nThese will be expanded when the signature is inserted.</string> + <string name="init_signature_template_button">Insert Template</string> + <string name="init_signature_template_date">Date</string> + <string name="init_signature_template_time">Time</string> + <string name="init_signature_template_datetime">Date & Time</string> + <string name="init_signature_template_user">User</string> + <string name="init_signature_template_number">Number</string> + <string name="init_signature_template_owner">Owner</string> + <string name="init_details">Cache Details</string> + <string name="init_ratingwanted">Load cache rating from GCvote.com</string> + <string name="init_elevationwanted">Load cache elevation data</string> + <string name="init_friendlogswanted">Load additional logbook page for logs from friends</string> + <string name="init_openlastdetailspage">Open details with last used page</string> + <string name="init_autoload">Auto-loading of long description</string> + <string name="init_other">Other Options</string> + <string name="init_skin">Use light skin\n(Restart needed)</string> + <string name="init_address">Show address instead of coordinates on main screen</string> + <string name="init_captcha">Show CAPTCHA if necessary (only Basic Member)</string> + <string name="init_useenglish">Use English language for c:geo\n(Restart needed)</string> + <string name="init_exclude">Exclude own and found caches</string> + <string name="init_showwaypoints">Show Waypoints on map</string> + <string name="init_showwaypoint_description">If less than the given amount of caches are displayed on the map, their waypoints are shown additionally.</string> + <string name="init_disabled">Exclude disabled caches</string> + <string name="init_offline">Store cache static maps for offline use</string> + <string name="init_offline_wp">Store waypoints static maps for offline use</string> + <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> + <string name="init_clear">Clear Login</string> + <string name="init_cleared">c:geo cleared login information.</string> + <string name="init_backup">Backup</string> + <string name="init_backup_backup">Backup</string> + <string name="init_backup_running">Creating backup of cache database…</string> + <string name="init_backup_note">Please note, that this option will backup or restore the database containing caches and waypoints, but not your settings.\nYour Login data or passwords will never leave this application.</string> + <string name="init_backup_restore">Restore</string> + <string name="init_backup_success">Database of c:geo was successfully copied to the file</string> + <string name="init_backup_failed">Backup of database of c:geo failed.</string> + <string name="init_backup_unnecessary">Database is empty, no backup necessary.</string> + <string name="init_restore_success">Restoration completed.</string> + <string name="init_restore_failed">Restoration failed.</string> + <string name="init_restore_running">Restoring cache database…</string> + <string name="init_restore_confirm">Database is empty. Do you want to restore the database backup?</string> + <string name="init_backup_last">Available backup from</string> + <string name="init_backup_last_no">There is no file with a backup.</string> + <string name="init_mapsources">Map Sources</string> + <string name="init_mapsources_description">Here you can select the source for your maps. As an alternative to Google maps various OpenStreetMap styles are available and even offline map files (See <a href="http://code.google.com/p/mapsforge/">http://code.google.com/p/mapsforge/</a> for details).\nFurthermore selectable themes for offline maps are supported.</string> + <string name="init_mapsource_select">Select Map Source</string> + <string name="init_map_directory_description">Directory with offline maps</string> + <string name="init_gpx_exportdir">GPX Export Directory</string> + <string name="init_gpx_importdir">GPX Import Directory</string> + <string name="init_gpx_exportdir_description">Here you can select the directory for GPX exports.</string> + <string name="init_gpx_importdir_description">Here you can select the directory for GPX imports.</string> + <string name="init_maptrail">Show trail on Map</string> + <string name="init_share_after_export">Open share menu after GPX export</string> + <string name="init_trackautovisit">Set trackables to \"Visited\" as a default</string> + <string name="init_sigautoinsert">Insert signature automatically</string> + <string name="init_loaddirectionimg">Load direction-image if necessary (only Basic Member)</string> + <string name="init_default_navigation_tool">Default Navigation</string> + <string name="init_default_navigation_tool_description">Here you can select your preferred navigation tool.</string> + <string name="init_default_navigation_tool_select">Select tool</string> + <string name="init_default_navigation_tool_2_description">Here you can select your second preferred navigation tool. It\'s activated by long clicking the navigation icon next to the title of the cache.</string> + <string name="init_debug_title">Debug information</string> + <string name="init_debug_note">c:geo can generate a lot of debugging information. While this information is generally not useful for c:geo users, developers may need to generate this information in order to analyze a bug. In this case, they will ask you to check the box below and send them the log file.</string> + <string name="init_debug">Generate debug information</string> + <string name="init_dbonsdcard_title">Database location</string> + <string name="init_dbonsdcard_note">You may store the database of c:geo on the external storage medium. If you do so you will save internal memory, but you may loose a bit of performance and c:geo will not work if your sdcard is not available.</string> + <string name="init_dbonsdcard">Database on external storage</string> + <string name="init_dbmove_dbmove">Moving Database</string> + <string name="init_dbmove_running">Moving Database</string> + <string name="init_dbmove_success">Successfully moved the database.</string> + <string name="init_dbmove_failed">Failed to move database</string> + <string name="init_plain_logs">Display log entries without colors</string> + <string name="init_use_native_ua">Identify as Android browser. Solves login problems of some network providers.</string> + <string name="init_rendertheme_folder">Directory with custom offline map themes (optional)</string> - <!-- init --> - <string name="init_geocaching">Geocaching.com</string> - <string name="init_gc_activate">Activate Geocaching.com on live-map and in searches</string> - <string name="init_oc">opencaching.de</string> - <string name="init_oc_activate">Activate opencaching.de on live-map and in searches</string> - <string name="init_oc_de_description">Authorize c:geo with opencaching.de to search for caches and access/filter your found caches.</string> - <string name="init_register_oc_de">Authorize c:geo</string> - <string name="init_gcvote">GCvote.com</string> - <string name="init_twitter">Twitter</string> - <string name="init_username">Username</string> - <string name="init_password">Password</string> - <string name="init_passvote">Password</string> - <string name="init_login">Check and save Login</string> - <string name="init_login_popup">Login</string> - <string name="init_login_popup_working">Logging in…</string> - <string name="init_login_popup_ok">Login OK</string> - <string name="init_login_popup_failed">Login failed</string> - <string name="init_login_popup_failed_reason">Login failed:</string> - <string name="init_twitter_authorize">Authorize c:geo</string> - <string name="init_twitter_publish">Publish status when a cache has been found</string> - <string name="init_signature">Signature</string> - <string name="init_signature_help_button">Help</string> - <string name="init_signature_help_title">Signature Tips and Tricks</string> - <string name="init_signature_help_text">Enter your signature to use it in the log text.\nSpecial strings that can be used are: [DATE] , [TIME], [DATETIME], [USER] & [NUMBER].\nThese will be expanded when the signature is inserted.</string> - <string name="init_signature_template_button">Insert Template</string> - <string name="init_signature_template_date">Date</string> - <string name="init_signature_template_time">Time</string> - <string name="init_signature_template_datetime">Date & Time</string> - <string name="init_signature_template_user">User</string> - <string name="init_signature_template_number">Number</string> - <string name="init_signature_template_owner">Owner</string> - <string name="init_details">Cache Details</string> - <string name="init_ratingwanted">Load cache rating from GCvote.com</string> - <string name="init_elevationwanted">Load cache elevation data</string> - <string name="init_friendlogswanted">Load additional logbook page for logs from friends</string> - <string name="init_openlastdetailspage">Open details with last used page</string> - <string name="init_autoload">Auto-loading of long description</string> - <string name="init_other">Other Options</string> - <string name="init_skin">Use light skin\n(Restart needed)</string> - <string name="init_address">Show address instead of coordinates on main screen</string> - <string name="init_captcha">Show CAPTCHA if necessary (only Basic Member)</string> - <string name="init_useenglish">Use English language for c:geo\n(Restart needed)</string> - <string name="init_exclude">Exclude own and found caches</string> - <string name="init_showwaypoints">Show Waypoints on map</string> - <string name="init_showwaypoint_description">If less than the given amount of caches are displayed on the map, their waypoints are shown additionally.</string> - <string name="init_disabled">Exclude disabled caches</string> - <string name="init_offline">Store cache static maps for offline use</string> - <string name="init_offline_wp">Store waypoints static maps for offline use</string> - <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> - <string name="init_clear">Clear Login</string> - <string name="init_cleared">c:geo cleared login information.</string> - <string name="init_backup">Backup</string> - <string name="init_backup_backup">Backup</string> - <string name="init_backup_running">Creating backup of cache database…</string> - <string name="init_backup_note">Please note, that this option will backup or restore the database containing caches and waypoints, but not your settings.\nYour Login data or passwords will never leave this application.</string> - <string name="init_backup_restore">Restore</string> - <string name="init_backup_success">Database of c:geo was successfully copied to the file</string> - <string name="init_backup_failed">Backup of database of c:geo failed.</string> - <string name="init_backup_unnecessary">Database is empty, no backup necessary.</string> - <string name="init_restore_success">Restoration completed.</string> - <string name="init_restore_failed">Restoration failed.</string> - <string name="init_restore_running">Restoring cache database…</string> - <string name="init_restore_confirm">Database is empty. Do you want to restore the database backup?</string> - <string name="init_backup_last">Available backup from</string> - <string name="init_backup_last_no">There is no file with a backup.</string> - <string name="init_mapsources">Map Sources</string> - <string name="init_mapsources_description">Here you can select the source for your maps. As an alternative to Google maps various OpenStreetMap styles are available and even offline map files (See <a href="http://code.google.com/p/mapsforge/">http://code.google.com/p/mapsforge/</a> for details).\nFurthermore selectable themes for offline maps are supported.</string> - <string name="init_mapsource_select">Select Map Source</string> - <string name="init_map_directory_description">Directory with offline maps</string> - <string name="init_gpx_exportdir">GPX Export Directory</string> - <string name="init_gpx_importdir">GPX Import Directory</string> - <string name="init_gpx_exportdir_description">Here you can select the directory for GPX exports.</string> - <string name="init_gpx_importdir_description">Here you can select the directory for GPX imports.</string> - <string name="init_maptrail">Show trail on Map</string> - <string name="init_share_after_export">Open share menu after GPX export</string> - <string name="init_trackautovisit">Set trackables to \"Visited\" as a default</string> - <string name="init_sigautoinsert">Insert signature automatically</string> - <string name="init_loaddirectionimg">Load direction-image if necessary (only Basic Member)</string> - <string name="init_default_navigation_tool">Default Navigation</string> - <string name="init_default_navigation_tool_description">Here you can select your preferred navigation tool.</string> - <string name="init_default_navigation_tool_select">Select tool</string> - <string name="init_default_navigation_tool_2_description">Here you can select your second preferred navigation tool. It\'s activated by long clicking the navigation icon next to the title of the cache.</string> - <string name="init_debug_title">Debug information</string> - <string name="init_debug_note">c:geo can generate a lot of debugging information. While this information is generally not useful for c:geo users, developers may need to generate this information in order to analyze a bug. In this case, they will ask you to check the box below and send them the log file.</string> - <string name="init_debug">Generate debug information</string> - <string name="init_dbonsdcard_title">Database location</string> - <string name="init_dbonsdcard_note">You may store the database of c:geo on the external storage medium. If you do so you will save internal memory, but you may loose a bit of performance and c:geo will not work if your sdcard is not available.</string> - <string name="init_dbonsdcard">Database on external storage</string> - <string name="init_dbmove_dbmove">Moving Database</string> - <string name="init_dbmove_running">Moving Database</string> - <string name="init_dbmove_success">Successfully moved the database.</string> - <string name="init_dbmove_failed">Failed to move database</string> - <string name="init_plain_logs">Display log entries without colors</string> - <string name="init_use_native_ua">Identify as Android browser. Solves login problems of some network providers.</string> - <string name="init_rendertheme_folder">Directory with custom offline map themes (optional)</string> - - <!-- map sources --> - <string name="map_source_google_map">Google: Map</string> - <string name="map_source_google_satellite">Google: Satellite</string> - <string name="map_source_osm_mapnik">OSM: Mapnik</string> - <string name="map_source_osm_cyclemap">OSM: Cyclemap</string> - <string name="map_source_osm_offline">Offline</string> + <!-- map sources --> + <string name="map_source_google_map">Google: Map</string> + <string name="map_source_google_satellite">Google: Satellite</string> + <string name="map_source_osm_mapnik">OSM: Mapnik</string> + <string name="map_source_osm_cyclemap">OSM: Cyclemap</string> + <string name="map_source_osm_offline">Offline</string> + <string name="init_sendToCgeo">Send to c:geo</string> + <string name="init_sendToCgeo_name">Your device name:</string> + <string name="init_sendToCgeo_description"><b>Send2cgeo</b> allows you to receive caches directly from the geocaching site using a special plugin for Firefox or Chrome. Before registration please read <a href="http://send2.cgeo.org/">http://send2.cgeo.org/</a>. You only need to register if you want to use send2cgeo. c:geo will work normal even without registering your device.</string> + <string name="init_sendToCgeo_register">Request Registration</string> + <string name="init_sendToCgeo_registering">Registering your device for "Send to c:geo"…</string> + <string name="init_sendToCgeo_register_ok">Registration successful. PIN code is ####. Use it on c:geo website to add this device to your browser.</string> + <string name="init_sendToCgeo_register_fail">Registration failed.</string> + <string name="sendToCgeo_download_fail">c:geo failed to download caches. No internet connection or send2c:geo is down.</string> + <string name="sendToCgeo_no_registration">c:geo failed to download caches. Registration for send2c:geo expired. Please register in settings.</string> - <string name="init_sendToCgeo">Send to c:geo</string> - <string name="init_sendToCgeo_name">Your device name:</string> - <string name="init_sendToCgeo_description"><b>Send2cgeo</b> allows you to receive caches directly from the geocaching site using a special plugin for Firefox or Chrome. Before registration please read <a href="http://send2.cgeo.org/">http://send2.cgeo.org/</a>. You only need to register if you want to use send2cgeo. c:geo will work normal even without registering your device.</string> - <string name="init_sendToCgeo_register">Request Registration</string> - <string name="init_sendToCgeo_registering">Registering your device for "Send to c:geo"…</string> - <string name="init_sendToCgeo_register_ok">Registration successful. PIN code is ####. Use it on c:geo website to add this device to your browser.</string> - <string name="init_sendToCgeo_register_fail">Registration failed.</string> + <!-- auth twitter --> + <string name="auth_twitter">Twitter</string> + <string name="auth_authorize">Authorize c:geo</string> + <string name="auth_start">Start authorization</string> + <string name="auth_again">Start again</string> + <string name="auth_pin_hint">PIN assigned by Twitter</string> + <string name="auth_finish">Finish</string> + <string name="auth_dialog_wait">Waiting for Twitter…</string> + <string name="auth_dialog_pin_title">PIN code</string> + <string name="auth_dialog_pin_message">Please type in PIN code provided by the Twitter website. It is mandatory to complete the authorization.</string> + <string name="auth_dialog_completed">c:geo is now authorized to post on Twitter.</string> + <string name="about_auth_1">The following process allows <b>c:geo</b> to access Twitter - if agreed.</string> + <string name="about_auth_2">A click on the \"authorize c:geo\" button will start the process. This process will open up a web browser with a Twitter page. Login on this page and allow <b>c:geo</b> to access your account. If this is accepted, Twitter will show up a numeric PIN code. This PIN must be pasted into <b>c:geo</b> and confirmed. That\'s all.</string> - <string name="sendToCgeo_download_fail">c:geo failed to download caches. No internet connection or send2c:geo is down.</string> - <string name="sendToCgeo_no_registration">c:geo failed to download caches. Registration for send2c:geo expired. Please register in settings.</string> + <!-- auth opencaching --> + <string name="auth_ocde">opencaching.de</string> + <string name="auth_authorize_oc">Authorize c:geo</string> + <string name="auth_start_oc">Start authorization</string> + <string name="auth_again_oc">Start again</string> + <string name="auth_pin_hint_oc">PIN assigned by %s</string> + <string name="auth_finish_oc">Finish</string> + <string name="auth_dialog_wait_oc">Waiting for %s…</string> + <string name="auth_dialog_pin_title_oc">PIN code</string> + <string name="auth_dialog_pin_message_oc">Please type in PIN code provided by the %s website. It is mandatory to complete the authorization.</string> + <string name="auth_dialog_completed_oc">c:geo is now authorized to interact with %s.</string> + <string name="about_auth_1_oc">The following process allows <b>c:geo</b> to access %s - if agreed.</string> + <string name="about_auth_2_oc">A click on the \"authorize c:geo\" button will start the process. This process will open up a web browser with a %s page. Login on this page and allow <b>c:geo</b> to access your account. If this is accepted, %s will show up a numeric PIN code. This PIN must be pasted into <b>c:geo</b> and confirmed. That\'s all.</string> - <!-- auth twitter --> - <string name="auth_twitter">Twitter</string> - <string name="auth_authorize">Authorize c:geo</string> - <string name="auth_start">Start authorization</string> - <string name="auth_again">Start again</string> - <string name="auth_pin_hint">PIN assigned by Twitter</string> - <string name="auth_finish">Finish</string> - <string name="auth_dialog_wait">Waiting for Twitter…</string> - <string name="auth_dialog_pin_title">PIN code</string> - <string name="auth_dialog_pin_message">Please type in PIN code provided by the Twitter website. It is mandatory to complete the authorization.</string> - <string name="auth_dialog_completed">c:geo is now authorized to post on Twitter.</string> - <string name="about_auth_1">The following process allows <b>c:geo</b> to access Twitter - if agreed.</string> - <string name="about_auth_2">A click on the \"authorize c:geo\" button will start the process. This process will open up a web browser with a Twitter page. Login on this page and allow <b>c:geo</b> to access your account. If this is accepted, Twitter will show up a numeric PIN code. This PIN must be pasted into <b>c:geo</b> and confirmed. That\'s all.</string> - - <!-- auth opencaching --> - <string name="auth_ocde">opencaching.de</string> - <string name="auth_authorize_oc">Authorize c:geo</string> - <string name="auth_start_oc">Start authorization</string> - <string name="auth_again_oc">Start again</string> - <string name="auth_pin_hint_oc">PIN assigned by %s</string> - <string name="auth_finish_oc">Finish</string> - <string name="auth_dialog_wait_oc">Waiting for %s…</string> - <string name="auth_dialog_pin_title_oc">PIN code</string> - <string name="auth_dialog_pin_message_oc">Please type in PIN code provided by the %s website. It is mandatory to complete the authorization.</string> - <string name="auth_dialog_completed_oc">c:geo is now authorized to interact with %s.</string> - <string name="about_auth_1_oc">The following process allows <b>c:geo</b> to access %s - if agreed.</string> - <string name="about_auth_2_oc">A click on the \"authorize c:geo\" button will start the process. This process will open up a web browser with a %s page. Login on this page and allow <b>c:geo</b> to access your account. If this is accepted, %s will show up a numeric PIN code. This PIN must be pasted into <b>c:geo</b> and confirmed. That\'s all.</string> + <!-- cache --> + <plurals name="cache_counts"> + <item quantity="zero">No cache</item> + <item quantity="one">One cache</item> + <item quantity="other">%1$d caches</item> + </plurals> - <!-- cache --> - <plurals name="cache_counts"> - <item quantity="zero">No cache</item> - <item quantity="one">One cache</item> - <item quantity="other">%1$d caches</item> - </plurals> - <string name="cache_offline">Offline</string> - <string name="cache_offline_refresh">Refresh</string> - <string name="cache_offline_drop">Drop</string> - <string name="cache_offline_store">Store</string> - <string name="cache_offline_stored">Stored in device</string> - <string name="cache_offline_not_ready">Not available offline</string> - <string name="cache_offline_time_about">about</string> - <string name="cache_offline_time_mins">minutes ago</string> - <string name="cache_offline_time_mins_few">a few minutes ago</string> - <string name="cache_offline_time_hour">one hour ago</string> - <string name="cache_offline_time_hours">hours ago</string> - <string name="cache_offline_time_days">days ago</string> - <string name="cache_premium">Premium</string> - <string name="cache_attributes">Attributes</string> - <string name="cache_inventory">Inventory</string> - <string name="cache_log_offline">Offline Log</string> - <string name="cache_log_images_title">Log images</string> - <string name="cache_log_image_default_title">Photo</string> - <string name="cache_personal_note">Personal note</string> - <string name="cache_personal_note_edit">Edit</string> - <string name="cache_personal_note_unstored">Cache not stored</string> - <string name="cache_personal_note_store">The cache will be stored first to enable personal notes.</string> - <string name="cache_description">Description</string> - <string name="cache_description_long">Long Description</string> - <string name="cache_description_table_note">Description contains table formatting which may need to be viewed at %s to be seen correctly.</string> - <string name="cache_watchlist_on">This cache is on your watchlist.</string> - <string name="cache_watchlist_not_on">This cache is not on your watchlist.</string> - <string name="cache_watchlist_add">Add to Watchlist</string> - <string name="cache_watchlist_remove">Remove from Watchlist</string> - <string name="cache_favpoint_on">This cache is one of your favorites.</string> - <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> - <plurals name="waypoints"> - <item quantity="one">1 Waypoint</item> - <item quantity="other">%d Waypoints</item> - </plurals> - <string name="cache_waypoints_add">Add Waypoint</string> - <string name="cache_hint">Hint</string> - <string name="cache_logs">Logbook</string> - <string name="cache_logsfriends">Logbook (Friends)</string> - <string name="cache_dialog_loading_details">Loading cache details…</string> - <string name="cache_dialog_loading_details_status_loadpage">Loading page</string> - <string name="cache_dialog_loading_details_status_details">Processing details</string> - <string name="cache_dialog_loading_details_status_spoilers">Loading spoiler images</string> - <string name="cache_dialog_loading_details_status_logs">Loading logs</string> - <string name="cache_dialog_loading_details_status_waypoints">Processing waypoints</string> - <string name="cache_dialog_loading_details_status_gcvote">Loading GCVote</string> - <string name="cache_dialog_loading_details_status_elevation">Loading elevation data</string> - <string name="cache_dialog_loading_details_status_cache">Caching Data</string> - <string name="cache_dialog_loading_details_status_render">Render view</string> - <string name="cache_dialog_offline_save_title">Offline</string> - <string name="cache_dialog_offline_save_message">Saving cache for offline use…</string> - <string name="cache_dialog_offline_drop_title">Offline</string> - <string name="cache_dialog_offline_drop_message">Removing cache from device memory…</string> - <string name="cache_dialog_refresh_title">Refresh</string> - <string name="cache_dialog_refresh_message">Reloading cache details…</string> - <string name="cache_dialog_watchlist_add_title">Watchlist</string> - <string name="cache_dialog_watchlist_add_message">Adding cache to your watchlist…</string> - <string name="cache_dialog_watchlist_remove_title">Watchlist</string> - <string name="cache_dialog_watchlist_remove_message">Removing cache from your watchlist…</string> - <string name="cache_dialog_favorite_add_title">Favorite</string> - <string name="cache_dialog_favorite_add_message">Adding cache to your favorites…</string> - <string name="cache_dialog_favorite_remove_title">Favorite</string> - <string name="cache_dialog_favorite_remove_message">Removing cache from your favorites…</string> - <string name="cache_menu_navigate">Navigate</string> - <string name="cache_menu_navigation_drive">Navigation (Driving)</string> - <string name="cache_menu_navigation_walk">Navigation (Walking)</string> - <string name="cache_menu_maps_directions">Google Maps Directions</string> - <string name="cache_menu_radar">Radar</string> - <string name="cache_menu_map">Map</string> - <string name="cache_menu_map_static">Static Maps</string> - <string name="cache_menu_download_map_static">Download Static Maps</string> - <string name="cache_menu_rmaps">Rmaps</string> - <string name="cache_menu_map_ext">Show on ext. map</string> - <string name="cache_menu_streetview">Street View</string> - <string name="cache_menu_browser">Open in browser</string> - <string name="cache_menu_visit">Log Visit</string> - <string name="cache_menu_visit_offline">Log Visit offline</string> - <string name="cache_menu_spoilers">Spoiler images</string> - <string name="cache_menu_around">Caches around</string> - <string name="cache_menu_event">Add to calendar</string> - <string name="cache_menu_details">Details</string> - <string name="cache_menu_refresh">Refresh</string> - <string name="cache_menu_share">Share cache</string> - <string name="cache_menu_move_list">Move to other list</string> - <string name="cache_menu_gcc">GCC</string> - <string name="cache_menu_whereyougo">WhereYouGo</string> - <string name="cache_menu_oruxmaps">OruxMaps</string> - <string name="cache_menu_cachebeacon">Cache Beacon</string> - <string name="cache_status">Status</string> - <string name="cache_status_offline_log">Saved Log</string> - <string name="cache_status_found">Found</string> - <string name="cache_status_archived">Archived</string> - <string name="cache_status_disabled">Disabled</string> - <string name="cache_status_premium">Premium Members only</string> - <string name="cache_status_not_premium">All Members Access</string> - <string name="cache_status_stored">Stored</string> - <string name="cache_status_not_stored">Not stored</string> - <string name="cache_geocode">Geo code</string> - <string name="cache_name">Name</string> - <string name="cache_type">Type</string> - <string name="cache_size">Size</string> - <string name="cache_distance">Distance</string> - <string name="cache_difficulty">Difficulty</string> - <string name="cache_terrain">Terrain</string> - <string name="cache_rating">Rating</string> - <string name="cache_own_rating">Own Rating</string> - <string name="cache_rating_of">of</string> - <string name="cache_favorite">Favorite</string> - <string name="cache_owner">Owner</string> - <string name="cache_hidden">Hidden</string> - <string name="cache_event">Date</string> - <string name="cache_location">Location</string> - <string name="cache_coordinates">Coordinates</string> - <string name="cache_coordinates_original">Original Coordinates</string> - <string name="cache_spoiler_images_title">Spoiler images</string> - <string name="cache_images_title">Images</string> - <string name="cache_log_types">Log types</string> - <string name="cache_coordinates_no">This cache has no coordinates.</string> - <string name="cache_clear_history">Clear history</string> - <string name="cache_remove_from_history">Remove from history</string> - <string name="cache_license">License</string> - <string name="cache_image">Image</string> - <string name="cache_image_open_file">Open as file</string> - <string name="cache_image_open_browser">Open in browser</string> - <string name="cache_share_field">Share</string> - <string name="cache_time_full_hours">o\'clock</string> - <string name="cache_listed_on">Listed on %s</string> - - <!-- editor dialog --> - <string name="editor_save">Save</string> - - <!-- file list base --> - <string name="file_searching_in">Searching for files\nin</string> - <string name="file_searching_sdcard_in">No files found in default folders:\n%1$s\n\nSearching whole SD card for files:\n</string> - <string name="file_list_no_files">c:geo found no appropriate files.</string> - <string name="file_searching">Searching for matching files</string> - <string name="file_title_searching">Searching</string> + <string name="cache_offline">Offline</string> + <string name="cache_offline_refresh">Refresh</string> + <string name="cache_offline_drop">Drop</string> + <string name="cache_offline_store">Store</string> + <string name="cache_offline_stored">Stored in device</string> + <string name="cache_offline_not_ready">Not available offline</string> + <string name="cache_offline_time_about">about</string> + <string name="cache_offline_time_mins">minutes ago</string> + <string name="cache_offline_time_mins_few">a few minutes ago</string> + <string name="cache_offline_time_hour">one hour ago</string> + <string name="cache_offline_time_hours">hours ago</string> + <string name="cache_offline_time_days">days ago</string> + <string name="cache_premium">Premium</string> + <string name="cache_attributes">Attributes</string> + <string name="cache_inventory">Inventory</string> + <string name="cache_log_offline">Offline Log</string> + <string name="cache_log_images_title">Log images</string> + <string name="cache_log_image_default_title">Photo</string> + <string name="cache_personal_note">Personal note</string> + <string name="cache_personal_note_edit">Edit</string> + <string name="cache_personal_note_unstored">Cache not stored</string> + <string name="cache_personal_note_store">The cache will be stored first to enable personal notes.</string> + <string name="cache_description">Description</string> + <string name="cache_description_long">Long Description</string> + <string name="cache_description_table_note">Description contains table formatting which may need to be viewed at %s to be seen correctly.</string> + <string name="cache_watchlist_on">This cache is on your watchlist.</string> + <string name="cache_watchlist_not_on">This cache is not on your watchlist.</string> + <string name="cache_watchlist_add">Add to Watchlist</string> + <string name="cache_watchlist_remove">Remove from Watchlist</string> + <string name="cache_favpoint_on">This cache is one of your favorites.</string> + <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> - <!-- simple_dir_chooser --> - <string name="simple_dir_chooser_title">Choose directory</string> - <string name="simple_dir_chooser_current_path">Path:</string> + <plurals name="waypoints"> + <item quantity="one">1 Waypoint</item> + <item quantity="other">%d Waypoints</item> + </plurals> - <!-- gpx --> - <string name="gpx_import_loading_caches">Loading caches from .gpx file</string> - <string name="gpx_import_loading_waypoints">Loading waypoints file</string> - <string name="gpx_import_store_static_maps">Storing static maps</string> - <string name="gpx_import_caches_imported">caches imported</string> - <string name="gpx_import_static_maps_skipped">Download of static maps aborted</string> - <string name="gpx_import_title_static_maps">Store static maps</string> - <string name="gpx_import_title_reading_file">Reading file</string> - <string name="gpx_import_title">Import GPX</string> - <string name="gpx_import_title_caches_imported">Result</string> - <string name="gpx_import_title_caches_import_failed">Import failed</string> - <string name="gpx_import_error_io">Can\'t read file</string> - <string name="gpx_import_error_parser">Bad File format</string> - <string name="gpx_import_error_unexpected">Unexpected error</string> - <string name="gpx_import_confirm">Do you want to import the GPX file into c:geo?</string> - <string name="gpx_import_canceled">GPX import was canceled</string> - <string name="gpx_import_delete_title">Delete file</string> - <string name="gpx_import_delete_message">Do you want to delete %s?</string> - - <!-- map file select --> - <string name="map_file_select_title">Select map file</string> + <string name="cache_waypoints_add">Add Waypoint</string> + <string name="cache_hint">Hint</string> + <string name="cache_logs">Logbook</string> + <string name="cache_logsfriends">Logbook (Friends)</string> + <string name="cache_dialog_loading_details">Loading cache details…</string> + <string name="cache_dialog_loading_details_status_loadpage">Loading page</string> + <string name="cache_dialog_loading_details_status_details">Processing details</string> + <string name="cache_dialog_loading_details_status_spoilers">Loading spoiler images</string> + <string name="cache_dialog_loading_details_status_logs">Loading logs</string> + <string name="cache_dialog_loading_details_status_waypoints">Processing waypoints</string> + <string name="cache_dialog_loading_details_status_gcvote">Loading GCVote</string> + <string name="cache_dialog_loading_details_status_elevation">Loading elevation data</string> + <string name="cache_dialog_loading_details_status_cache">Caching Data</string> + <string name="cache_dialog_loading_details_status_render">Render view</string> + <string name="cache_dialog_offline_save_title">Offline</string> + <string name="cache_dialog_offline_save_message">Saving cache for offline use…</string> + <string name="cache_dialog_offline_drop_title">Offline</string> + <string name="cache_dialog_offline_drop_message">Removing cache from device memory…</string> + <string name="cache_dialog_refresh_title">Refresh</string> + <string name="cache_dialog_refresh_message">Reloading cache details…</string> + <string name="cache_dialog_watchlist_add_title">Watchlist</string> + <string name="cache_dialog_watchlist_add_message">Adding cache to your watchlist…</string> + <string name="cache_dialog_watchlist_remove_title">Watchlist</string> + <string name="cache_dialog_watchlist_remove_message">Removing cache from your watchlist…</string> + <string name="cache_dialog_favorite_add_title">Favorite</string> + <string name="cache_dialog_favorite_add_message">Adding cache to your favorites…</string> + <string name="cache_dialog_favorite_remove_title">Favorite</string> + <string name="cache_dialog_favorite_remove_message">Removing cache from your favorites…</string> + <string name="cache_menu_navigate">Navigate</string> + <string name="cache_menu_navigation_drive">Navigation (Driving)</string> + <string name="cache_menu_navigation_walk">Navigation (Walking)</string> + <string name="cache_menu_maps_directions">Google Maps Directions</string> + <string name="cache_menu_radar">Radar</string> + <string name="cache_menu_map">Map</string> + <string name="cache_menu_map_static">Static Maps</string> + <string name="cache_menu_download_map_static">Download Static Maps</string> + <string name="cache_menu_rmaps">Rmaps</string> + <string name="cache_menu_map_ext">Show on ext. map</string> + <string name="cache_menu_streetview">Street View</string> + <string name="cache_menu_browser">Open in browser</string> + <string name="cache_menu_visit">Log Visit</string> + <string name="cache_menu_visit_offline">Log Visit offline</string> + <string name="cache_menu_spoilers">Spoiler images</string> + <string name="cache_menu_around">Caches around</string> + <string name="cache_menu_event">Add to calendar</string> + <string name="cache_menu_details">Details</string> + <string name="cache_menu_refresh">Refresh</string> + <string name="cache_menu_share">Share cache</string> + <string name="cache_menu_move_list">Move to other list</string> + <string name="cache_menu_gcc">GCC</string> + <string name="cache_menu_whereyougo">WhereYouGo</string> + <string name="cache_menu_oruxmaps">OruxMaps</string> + <string name="cache_menu_cachebeacon">Cache Beacon</string> + <string name="cache_status">Status</string> + <string name="cache_status_offline_log">Saved Log</string> + <string name="cache_status_found">Found</string> + <string name="cache_status_archived">Archived</string> + <string name="cache_status_disabled">Disabled</string> + <string name="cache_status_premium">Premium Members only</string> + <string name="cache_status_not_premium">All Members Access</string> + <string name="cache_status_stored">Stored</string> + <string name="cache_status_not_stored">Not stored</string> + <string name="cache_geocode">Geo code</string> + <string name="cache_name">Name</string> + <string name="cache_type">Type</string> + <string name="cache_size">Size</string> + <string name="cache_distance">Distance</string> + <string name="cache_difficulty">Difficulty</string> + <string name="cache_terrain">Terrain</string> + <string name="cache_rating">Rating</string> + <string name="cache_own_rating">Own Rating</string> + <string name="cache_rating_of">of</string> + <string name="cache_favorite">Favorite</string> + <string name="cache_owner">Owner</string> + <string name="cache_hidden">Hidden</string> + <string name="cache_event">Date</string> + <string name="cache_location">Location</string> + <string name="cache_coordinates">Coordinates</string> + <string name="cache_coordinates_original">Original Coordinates</string> + <string name="cache_spoiler_images_title">Spoiler images</string> + <string name="cache_images_title">Images</string> + <string name="cache_log_types">Log types</string> + <string name="cache_coordinates_no">This cache has no coordinates.</string> + <string name="cache_clear_history">Clear history</string> + <string name="cache_remove_from_history">Remove from history</string> + <string name="cache_license">License</string> + <string name="cache_image">Image</string> + <string name="cache_image_open_file">Open as file</string> + <string name="cache_image_open_browser">Open in browser</string> + <string name="cache_share_field">Share</string> + <string name="cache_time_full_hours">o\'clock</string> + <string name="cache_listed_on">Listed on %s</string> - <!-- theme file select --> - <!-- import --> - <string name="web_import_title">Import from web</string> - <string name="web_import_waiting">Waiting for new caches from web…</string> - <string name="web_downloading">Downloading</string> - <string name="web_downloaded">Downloaded</string> + <!-- editor dialog --> + <string name="editor_save">Save</string> - <!-- popup --> - <string name="popup_more">More details</string> + <!-- file list base --> + <string name="file_searching_in">Searching for files\nin</string> + <string name="file_searching_sdcard_in">No files found in default folders:\n%1$s\n\nSearching whole SD card for files:\n</string> + <string name="file_list_no_files">c:geo found no appropriate files.</string> + <string name="file_searching">Searching for matching files</string> + <string name="file_title_searching">Searching</string> - <!-- waypoint --> - <string name="waypoint">Waypoint</string> - <string name="waypoint_cache_coordinates">Cache coordinates</string> - <string name="waypoint_custom">Custom</string> - <string name="waypoint_my_coordinates">My coordinates</string> - <string name="waypoint_bearing">Bearing in °</string> - <string name="waypoint_distance">Distance</string> - <string name="waypoint_name">Name</string> - <string name="waypoint_edit">Edit</string> - <string name="waypoint_delete">Delete</string> - <string name="waypoint_edit_title">Edit waypoint</string> - <string name="waypoint_add_title">Add waypoint</string> - <string name="waypoint_note">Note</string> - <string name="waypoint_visited">Visited</string> - <string name="waypoint_save">Save</string> - <string name="waypoint_loading">Loading waypoint…</string> - <string name="waypoint_do_not_touch_cache_coordinates">No change to cache coordinates</string> - <string name="waypoint_set_as_cache_coords">Set as cache coordinates in c:geo</string> - <string name="waypoint_save_and_modify_on_website">Set as cache coordinates in c:geo and on website</string> - <string name="waypoint_reset_cache_coords">Reset cache coordinates</string> - <string name="waypoint_coordinates_has_been_reset_on_website">Cache coordinates have been reset on website.</string> - <string name="waypoint_coordinates_being_reset_on_website">Resetting cache coordinates on website…</string> - <string name="waypoint_reset">Reset</string> - <string name="waypoint_localy_reset_cache_coords">Reset in c:geo</string> - <string name="waypoint_reset_local_and_remote_cache_coords">Reset in c:geo and on website</string> - <string name="waypoint_being_saved">Waypoint is being saved…</string> - <string name="waypoint_coordinates_couldnt_be_modified_on_website">Website doesn\'t support modifying cache coordinates.</string> - <string name="waypoint_coordinates_upload_error">Error occurred while modifying coordinates on website.</string> - <string name="waypoint_coordinates_uploading_to_website">Uploading coordinates %s to website.</string> - <string name="waypoint_coordinates_has_been_modified_on_website">Cache coordinates on website have been modified to: %s.</string> - <string name="waypoint_done">Done</string> - <string name="waypoint_duplicate">Duplicate</string> - <string name="waypoint_copy_of">Copy of</string> - <string name="search_history">History</string> - <string name="search_history_empty">No previous destinations</string> - <string name="search_remove_destination">Destination removed</string> - <string name="search_clear_history">Clear History</string> - <string name="search_history_cleared">History cleared</string> + <!-- simple_dir_chooser --> + <string name="simple_dir_chooser_title">Choose directory</string> + <string name="simple_dir_chooser_current_path">Path:</string> - <string name="waypoint_coordinate_formats_plain">Plain</string> + <!-- gpx --> + <string name="gpx_import_loading_caches">Loading caches from .gpx file</string> + <string name="gpx_import_loading_waypoints">Loading waypoints file</string> + <string name="gpx_import_store_static_maps">Storing static maps</string> + <string name="gpx_import_caches_imported">caches imported</string> + <string name="gpx_import_static_maps_skipped">Download of static maps aborted</string> + <string name="gpx_import_title_static_maps">Store static maps</string> + <string name="gpx_import_title_reading_file">Reading file</string> + <string name="gpx_import_title">Import GPX</string> + <string name="gpx_import_title_caches_imported">Result</string> + <string name="gpx_import_title_caches_import_failed">Import failed</string> + <string name="gpx_import_error_io">Can\'t read file</string> + <string name="gpx_import_error_parser">Bad File format</string> + <string name="gpx_import_error_unexpected">Unexpected error</string> + <string name="gpx_import_confirm">Do you want to import the GPX file into c:geo?</string> + <string name="gpx_import_canceled">GPX import was canceled</string> + <string name="gpx_import_delete_title">Delete file</string> + <string name="gpx_import_delete_message">Do you want to delete %s?</string> - <!-- visit --> - <string name="visit_tweet">Post this find to Twitter</string> + <!-- map file select --> + <string name="map_file_select_title">Select map file</string> - <!-- map --> - <string name="map_map">Map</string> - <string name="map_live">Live map</string> - <string name="map_view_map">Map view</string> - <string name="map_modes">Map modes</string> - <string name="map_trail_show">Show trail</string> - <string name="map_trail_hide">Hide trail</string> - <string name="map_circles_show">Show circles</string> - <string name="map_circles_hide">Hide circles</string> - <string name="map_theme_builtin">Default</string> - <string name="map_theme_select">Select map theme</string> - <string name="map_live_enable">Enable live</string> - <string name="map_live_disable">Disable live</string> - <string name="map_static_title">Static maps</string> - <string name="map_static_loading">Loading static maps…</string> - <string name="map_token_err">Since c:geo is able to download only partial data, coordinates of caches could be inaccurate.</string> - <string name="map_as_list">Show as list</string> - <string name="map_strategy">Strategy</string> - <string name="map_strategy_title">Live Map strategy</string> - <string name="map_strategy_fastest">Fastest</string> - <string name="map_strategy_fast">Fast</string> - <string name="map_strategy_auto">Speed dependent</string> - <string name="map_strategy_detailed">Detailed</string> - <string name="live_map_notification">On the new live map coordinates may not always be precise. Possibly imprecise coordinates are marked by an orange circle.\nOpening the cache details or saving the cache for offline use will always obtain precise coordinates.\n\nMore information on all changes can be found on the \"About c:geo\" page inside the app.</string> - <string name="live_map_note_dontshow">Do not show again</string> + <!-- theme file select --> + <!-- import --> + <string name="web_import_title">Import from web</string> + <string name="web_import_waiting">Waiting for new caches from web…</string> + <string name="web_downloading">Downloading</string> + <string name="web_downloaded">Downloaded</string> + <!-- popup --> + <string name="popup_more">More details</string> - <!-- search --> - <string name="search_bar_hint">Search for caches</string> - <string name="search_bar_desc">Caches (geo code, keyword), Trackables (TB code)</string> - <string name="search_coordinates">Coordinates</string> - <string name="search_coordinates_button">Search by coordinates</string> - <string name="search_address">Address</string> - <string name="search_address_button">Search by address</string> - <string name="search_geo">Geo code</string> - <string name="search_geo_button">Search by geo code</string> - <string name="search_kw">Keywords</string> - <string name="search_kw_prefill">Keyword</string> - <string name="search_kw_button">Search by keyword</string> - <string name="search_fbu">Found by user</string> - <string name="search_fbu_prefill">User name</string> - <string name="search_fbu_button">Search by user name</string> - <string name="search_hbu">Hidden by users</string> - <string name="search_hbu_prefill">Owner</string> - <string name="search_hbu_button">Search by owner name</string> - <string name="search_tb">Trackable</string> - <string name="search_tb_hint">Trackable identification</string> - <string name="search_tb_button">Search for trackable</string> - <string name="search_destination">Destination</string> - <string name="search_direction_rel">From this position</string> - <string name="search_address_started">Searching for places</string> - <string name="search_address_result">Found places</string> - <string name="search_own_caches">Search my caches</string> + <!-- waypoint --> + <string name="waypoint">Waypoint</string> + <string name="waypoint_cache_coordinates">Cache coordinates</string> + <string name="waypoint_custom">Custom</string> + <string name="waypoint_my_coordinates">My coordinates</string> + <string name="waypoint_bearing">Bearing in °</string> + <string name="waypoint_distance">Distance</string> + <string name="waypoint_name">Name</string> + <string name="waypoint_edit">Edit</string> + <string name="waypoint_delete">Delete</string> + <string name="waypoint_edit_title">Edit waypoint</string> + <string name="waypoint_add_title">Add waypoint</string> + <string name="waypoint_note">Note</string> + <string name="waypoint_visited">Visited</string> + <string name="waypoint_save">Save</string> + <string name="waypoint_loading">Loading waypoint…</string> + <string name="waypoint_do_not_touch_cache_coordinates">No change to cache coordinates</string> + <string name="waypoint_set_as_cache_coords">Set as cache coordinates in c:geo</string> + <string name="waypoint_save_and_modify_on_website">Set as cache coordinates in c:geo and on website</string> + <string name="waypoint_reset_cache_coords">Reset cache coordinates</string> + <string name="waypoint_coordinates_has_been_reset_on_website">Cache coordinates have been reset on website.</string> + <string name="waypoint_coordinates_being_reset_on_website">Resetting cache coordinates on website…</string> + <string name="waypoint_reset">Reset</string> + <string name="waypoint_localy_reset_cache_coords">Reset in c:geo</string> + <string name="waypoint_reset_local_and_remote_cache_coords">Reset in c:geo and on website</string> + <string name="waypoint_being_saved">Waypoint is being saved…</string> + <string name="waypoint_coordinates_couldnt_be_modified_on_website">Website doesn\'t support modifying cache coordinates.</string> + <string name="waypoint_coordinates_upload_error">Error occurred while modifying coordinates on website.</string> + <string name="waypoint_coordinates_uploading_to_website">Uploading coordinates %s to website.</string> + <string name="waypoint_coordinates_has_been_modified_on_website">Cache coordinates on website have been modified to: %s.</string> + <string name="waypoint_done">Done</string> + <string name="waypoint_duplicate">Duplicate</string> + <string name="waypoint_copy_of">Copy of</string> + <string name="search_history">History</string> + <string name="search_history_empty">No previous destinations</string> + <string name="search_remove_destination">Destination removed</string> + <string name="search_clear_history">Clear History</string> + <string name="search_history_cleared">History cleared</string> + <string name="waypoint_coordinate_formats_plain">Plain</string> - <!-- trackable --> - <string name="trackable">Trackable</string> - <string name="trackable_details_loading">Loading trackable details…</string> - <string name="trackable_log_touch">Log touch</string> - <string name="trackable_browser_open">Open in Browser</string> - <string name="trackable_goal">Goal</string> - <string name="trackable_details">Details</string> - <string name="trackable_image">Image</string> - <string name="trackable_code">TB-Code</string> - <string name="trackable_name">Name</string> - <string name="trackable_type">Type</string> - <string name="trackable_owner">Owner</string> - <string name="trackable_spotted">Spotted</string> - <string name="trackable_spotted_in_cache">In</string> - <string name="trackable_spotted_at_user">In the hands of</string> - <string name="trackable_spotted_unknown_location">Unknown location</string> - <string name="trackable_spotted_owner">In the hands of the owner</string> - <string name="trackable_origin">Origin</string> - <string name="trackable_unknown">Unknown</string> - <string name="trackable_released">Released</string> - <string name="trackable_distance">Travelled</string> - <string name="trackable_touch">Touch</string> + <!-- visit --> + <string name="visit_tweet">Post this find to Twitter</string> - <!-- user --> - <string name="user_menu_title">About</string> - <string name="user_menu_view_hidden">Caches hidden</string> - <string name="user_menu_view_found">Caches found</string> - <string name="user_menu_open_browser">Open profile in browser</string> - <string name="user_menu_send_message">Send message</string> + <!-- map --> + <string name="map_map">Map</string> + <string name="map_live">Live map</string> + <string name="map_view_map">Map view</string> + <string name="map_modes">Map modes</string> + <string name="map_trail_show">Show trail</string> + <string name="map_trail_hide">Hide trail</string> + <string name="map_circles_show">Show circles</string> + <string name="map_circles_hide">Hide circles</string> + <string name="map_theme_builtin">Default</string> + <string name="map_theme_select">Select map theme</string> + <string name="map_live_enable">Enable live</string> + <string name="map_live_disable">Disable live</string> + <string name="map_static_title">Static maps</string> + <string name="map_static_loading">Loading static maps…</string> + <string name="map_token_err">Since c:geo is able to download only partial data, coordinates of caches could be inaccurate.</string> + <string name="map_as_list">Show as list</string> + <string name="map_strategy">Strategy</string> + <string name="map_strategy_title">Live Map strategy</string> + <string name="map_strategy_fastest">Fastest</string> + <string name="map_strategy_fast">Fast</string> + <string name="map_strategy_auto">Speed dependent</string> + <string name="map_strategy_detailed">Detailed</string> + <string name="live_map_notification">On the new live map coordinates may not always be precise. Possibly imprecise coordinates are marked by an orange circle.\nOpening the cache details or saving the cache for offline use will always obtain precise coordinates.\n\nMore information on all changes can be found on the \"About c:geo\" page inside the app.</string> + <string name="live_map_note_dontshow">Do not show again</string> - <!-- navigation --> - <string name="navigation">Navigation</string> - <string name="compass_title">Compass</string> - <string name="use_gps">Use GPS only</string> - <string name="use_compass">Use GPS and Compass</string> - <string name="destination_select">Select destination</string> - <string name="destination_set">Set destination</string> - <string name="navigation_direct_navigation">Direct Navigation</string> - <string name="navigation_target">Target</string> + <!-- search --> + <string name="search_bar_hint">Search for caches</string> + <string name="search_bar_desc">Caches (geo code, keyword), Trackables (TB code)</string> + <string name="search_coordinates">Coordinates</string> + <string name="search_coordinates_button">Search by coordinates</string> + <string name="search_address">Address</string> + <string name="search_address_button">Search by address</string> + <string name="search_geo">Geo code</string> + <string name="search_geo_button">Search by geo code</string> + <string name="search_kw">Keywords</string> + <string name="search_kw_prefill">Keyword</string> + <string name="search_kw_button">Search by keyword</string> + <string name="search_fbu">Found by user</string> + <string name="search_fbu_prefill">User name</string> + <string name="search_fbu_button">Search by user name</string> + <string name="search_hbu">Hidden by users</string> + <string name="search_hbu_prefill">Owner</string> + <string name="search_hbu_button">Search by owner name</string> + <string name="search_tb">Trackable</string> + <string name="search_tb_hint">Trackable identification</string> + <string name="search_tb_button">Search for trackable</string> + <string name="search_destination">Destination</string> + <string name="search_direction_rel">From this position</string> + <string name="search_address_started">Searching for places</string> + <string name="search_address_result">Found places</string> + <string name="search_own_caches">Search my caches</string> - <!-- license --> - <string name="license">License</string> - <string name="license_show">Show license</string> - <string name="license_dismiss">Dismiss</string> + <!-- trackable --> + <string name="trackable">Trackable</string> + <string name="trackable_details_loading">Loading trackable details…</string> + <string name="trackable_log_touch">Log touch</string> + <string name="trackable_browser_open">Open in Browser</string> + <string name="trackable_goal">Goal</string> + <string name="trackable_details">Details</string> + <string name="trackable_image">Image</string> + <string name="trackable_code">TB-Code</string> + <string name="trackable_name">Name</string> + <string name="trackable_type">Type</string> + <string name="trackable_owner">Owner</string> + <string name="trackable_spotted">Spotted</string> + <string name="trackable_spotted_in_cache">In</string> + <string name="trackable_spotted_at_user">In the hands of</string> + <string name="trackable_spotted_unknown_location">Unknown location</string> + <string name="trackable_spotted_owner">In the hands of the owner</string> + <string name="trackable_origin">Origin</string> + <string name="trackable_unknown">Unknown</string> + <string name="trackable_released">Released</string> + <string name="trackable_distance">Travelled</string> + <string name="trackable_touch">Touch</string> - <!-- helpers --> - <string name="helper_calendar_title">c:geo calendar add-on</string> - <string name="helper_calendar_missing">c:geo calendar add-on not installed.</string> - <string name="helper_calendar_description">Enables you to export event caches into the calendar on your device.</string> - <string name="helper_locus_title">Locus</string> - <string name="helper_locus_description">Simple usable application showing Online maps and allowing to download them directly into Offline mode (raster maps only). Also support track recording, POI handling and many other useful functions.</string> - <string name="helper_gpsstatus_title">GPS Status</string> - <string name="helper_gpsstatus_description">You can use radar from this application with c:geo. It also offers a lot of other GPS-related information.</string> - <string name="helper_bluetoothgps_title">Bluetooth GPS</string> - <string name="helper_bluetoothgps_description">Allows you to use an external GPS receiver to get more precise location and can spare battery of your device.</string> - <string name="helper_barcode_title">Barcode Scanner</string> - <string name="helper_barcode_description">There are Greasemonkey scripts and websites which allow to display a geocode as barcode. With this app c:geo can read that geocode directly from the screen of your computer.</string> - <string name="helper_pocketquery_title">Pocket Query Creator</string> - <string name="helper_pocketquery_description">Allows easy creation and download of Pocket Queries centred on your current position or a point selected from a map. Requires a premium Geocaching.com account.</string> - - <!-- add-ons --> - <string name="addon_missing_title">Missing Add-On</string> - <string name="addon_download_prompt">Get it now from Google Play.</string> + <!-- user --> + <string name="user_menu_title">About</string> + <string name="user_menu_view_hidden">Caches hidden</string> + <string name="user_menu_view_found">Caches found</string> + <string name="user_menu_open_browser">Open profile in browser</string> + <string name="user_menu_send_message">Send message</string> - <!-- export --> - <string name="export">Export</string> - <string name="export_exportedto">exported to</string> - <string name="export_failed">Export failed</string> - <string name="export_fieldnotes">Field Notes</string> - <string name="export_fieldnotes_info">Field Notes will be exported to /sdcard/field-notes with current date and time as file name.</string> - <string name="export_fieldnotes_upload">Upload to geocaching.com</string> - <string name="export_fieldnotes_uploading">Uploading…</string> - <string name="export_fieldnotes_upload_success">Upload to geocaching.com successful</string> - <string name="export_fieldnotes_onlynew">Only since last export</string> - <string name="export_fieldnotes_creating">Creating Field Notes…</string> - <string name="export_gpx">GPX</string> - <string name="export_gpx_info">The GPX file will be exported to %1$s with current date and time as file name.</string> - <string name="export_gpx_to">Send exported GPX to</string> + <!-- navigation --> + <string name="navigation">Navigation</string> + <string name="compass_title">Compass</string> + <string name="use_gps">Use GPS only</string> + <string name="use_compass">Use GPS and Compass</string> + <string name="destination_select">Select destination</string> + <string name="destination_set">Set destination</string> + <string name="navigation_direct_navigation">Direct Navigation</string> + <string name="navigation_target">Target</string> - <!-- GC attributes --> - <string name="attribute_dogs_yes">Dogs allowed</string> - <string name="attribute_dogs_no">Dogs not allowed</string> - <string name="attribute_bicycles_yes">Bicycles allowed</string> - <string name="attribute_bicycles_no">Bicycles not allowed</string> - <string name="attribute_motorcycles_yes">Motorcycles allowed</string> - <string name="attribute_motorcycles_no">Motorcycles not allowed</string> - <string name="attribute_quads_yes">Quads allowed</string> - <string name="attribute_quads_no">Quads not allowed</string> - <string name="attribute_jeeps_yes">Off-road vehicles allowed</string> - <string name="attribute_jeeps_no">Off-road vehicles not allowed</string> - <string name="attribute_snowmobiles_yes">Snowmobiles allowed</string> - <string name="attribute_snowmobiles_no">Snowmobiles not allowed</string> - <string name="attribute_horses_yes">Horses allowed</string> - <string name="attribute_horses_no">Horses not allowed</string> - <string name="attribute_campfires_yes">Campfires allowed</string> - <string name="attribute_campfires_no">Campfires not allowed</string> - <string name="attribute_rv_yes">Truck driver/RV allowed</string> - <string name="attribute_rv_no">Truck driver/RV not allowed</string> - <string name="attribute_kids_yes">Recommended for kids</string> - <string name="attribute_kids_no">Not recommended for kids</string> - <string name="attribute_onehour_yes">Takes less than an hour</string> - <string name="attribute_onehour_no">Takes more than an hour</string> - <string name="attribute_scenic_yes">Scenic view</string> - <string name="attribute_scenic_no">No scenic view</string> - <string name="attribute_hiking_yes">Significant hike</string> - <string name="attribute_hiking_no">No significant hike</string> - <string name="attribute_climbing_yes">Difficult climbing</string> - <string name="attribute_climbing_no">No difficult climbing</string> - <string name="attribute_wading_yes">May require wading</string> - <string name="attribute_wading_no">May not require wading</string> - <string name="attribute_swimming_yes">May require swimming</string> - <string name="attribute_swimming_no">May not require swimming</string> - <string name="attribute_available_yes">Available at all times</string> - <string name="attribute_available_no">Not available at all times</string> - <string name="attribute_night_yes">Recommended at night</string> - <string name="attribute_night_no">Not recommended at night</string> - <string name="attribute_winter_yes">Available during winter</string> - <string name="attribute_winter_no">Not available during winter</string> - <string name="attribute_stealth_yes">Stealth required</string> - <string name="attribute_stealth_no">Stealth not required</string> - <string name="attribute_firstaid_yes">Needs maintenance</string> - <string name="attribute_firstaid_no">Needs no maintenance</string> - <string name="attribute_cow_yes">Watch for livestock</string> - <string name="attribute_cow_no">No livestock</string> - <string name="attribute_field_puzzle_yes">Field puzzle</string> - <string name="attribute_field_puzzle_no">No field puzzle</string> - <string name="attribute_nightcache_yes">Night cache</string> - <string name="attribute_nightcache_no">No night cache</string> - <string name="attribute_parkngrab_yes">Park and grab</string> - <string name="attribute_parkngrab_no">No park and grab</string> - <string name="attribute_abandonedbuilding_yes">Abandoned structure</string> - <string name="attribute_abandonedbuilding_no">No abandoned structure</string> - <string name="attribute_hike_short_yes">Short hike (less than 1 km)</string> - <string name="attribute_hike_short_no">No short hike</string> - <string name="attribute_hike_med_yes">Medium hike (1 km to 10 km)</string> - <string name="attribute_hike_med_no">No medium hike</string> - <string name="attribute_hike_long_yes">Long hike (more than 10 km)</string> - <string name="attribute_hike_long_no">No long hike</string> - <string name="attribute_seasonal_yes">Seasonal access</string> - <string name="attribute_seasonal_no">No seasonal access</string> - <string name="attribute_touristok_yes">Tourist friendly</string> - <string name="attribute_touristok_no">Not tourist friendly</string> - <string name="attribute_frontyard_yes">Private residence</string> - <string name="attribute_frontyard_no">No private residence</string> - <string name="attribute_teamwork_yes">Teamwork required</string> - <string name="attribute_teamwork_no">No teamwork required</string> - <string name="attribute_landf_yes">Lost and found tour</string> - <string name="attribute_landf_no">No lost and found tour</string> - <string name="attribute_partnership_yes">Partnership cache</string> - <string name="attribute_partnership_no">No partnership cache</string> - <string name="attribute_fee_yes">Access or parking fee required</string> - <string name="attribute_fee_no">Access or parking fee not required</string> - <string name="attribute_rappelling_yes">Climbing gear required</string> - <string name="attribute_rappelling_no">Climbing gear not required</string> - <string name="attribute_boat_yes">Boat required</string> - <string name="attribute_boat_no">Boat not required</string> - <string name="attribute_scuba_yes">Scuba gear required</string> - <string name="attribute_scuba_no">Scuba gear not required</string> - <string name="attribute_flashlight_yes">Flashlight required</string> - <string name="attribute_flashlight_no">Flashlight not required</string> - <string name="attribute_uv_yes">UV light required</string> - <string name="attribute_uv_no">UV light not required</string> - <string name="attribute_snowshoes_yes">Snowshoes required</string> - <string name="attribute_snowshoes_no">Snowshoes not required</string> - <string name="attribute_skiis_yes">Cross country skis required</string> - <string name="attribute_skiis_no">Cross country skis not required</string> - <string name="attribute_s_tool_yes">Special tools required</string> - <string name="attribute_s_tool_no">Special tools not required</string> - <string name="attribute_wirelessbeacon_yes">Wireless beacon</string> - <string name="attribute_wirelessbeacon_no">No wireless beacon</string> - <string name="attribute_treeclimbing_yes">Tree climbing required</string> - <string name="attribute_treeclimbing_no">Tree climbing not required</string> - <string name="attribute_poisonoak_yes">Poisonous plants</string> - <string name="attribute_poisonoak_no">No poisonous plants</string> - <string name="attribute_dangerousanimals_yes">Dangerous animals</string> - <string name="attribute_dangerousanimals_no">No dangerous animals</string> - <string name="attribute_ticks_yes">Ticks</string> - <string name="attribute_ticks_no">No ticks</string> - <string name="attribute_mine_yes">Abandoned mines</string> - <string name="attribute_mine_no">No abandoned mines</string> - <string name="attribute_cliff_yes">Cliff / falling rocks</string> - <string name="attribute_cliff_no">No cliff / falling rocks</string> - <string name="attribute_hunting_yes">Hunting</string> - <string name="attribute_hunting_no">No hunting</string> - <string name="attribute_danger_yes">Dangerous area</string> - <string name="attribute_danger_no">No dangerous area</string> - <string name="attribute_thorn_yes">Thorns</string> - <string name="attribute_thorn_no">No thorns</string> - <string name="attribute_wheelchair_yes">Wheelchair accessible</string> - <string name="attribute_wheelchair_no">Not wheelchair accessible</string> - <string name="attribute_parking_yes">Parking available</string> - <string name="attribute_parking_no">No parking available</string> - <string name="attribute_public_yes">Public transportation</string> - <string name="attribute_public_no">No public transportation</string> - <string name="attribute_water_yes">Drinking water nearby</string> - <string name="attribute_water_no">No drinking water nearby</string> - <string name="attribute_restrooms_yes">Public restrooms nearby</string> - <string name="attribute_restrooms_no">No public restrooms nearby</string> - <string name="attribute_phone_yes">Telephone nearby</string> - <string name="attribute_phone_no">No telephone nearby</string> - <string name="attribute_picnic_yes">Picnic tables nearby</string> - <string name="attribute_picnic_no">No picnic tables nearby</string> - <string name="attribute_camping_yes">Camping available</string> - <string name="attribute_camping_no">No camping available</string> - <string name="attribute_stroller_yes">Stroller accessible</string> - <string name="attribute_stroller_no">Not stroller accessible</string> - <string name="attribute_fuel_yes">Fuel nearby</string> - <string name="attribute_fuel_no">No fuel nearby</string> - <string name="attribute_food_yes">Food nearby</string> - <string name="attribute_food_no">No food nearby</string> - <string name="attribute_oc_only_yes">Only loggable at Opencaching</string> - <string name="attribute_oc_only_no">Not only loggable at Opencaching</string> - <string name="attribute_link_only_yes">Hyperlink to another caching portal only</string> - <string name="attribute_link_only_no">Not only a hyperlink to another caching portal</string> - <string name="attribute_letterbox_yes">Letterbox (needs stamp)</string> - <string name="attribute_letterbox_no">No letterbox (no stamp needed)</string> - <string name="attribute_railway_yes">Active railway nearby</string> - <string name="attribute_railway_no">No active railway nearby</string> - <string name="attribute_syringe_yes">First aid available</string> - <string name="attribute_syringe_no">No first aid available</string> - <string name="attribute_swamp_yes">Swamp or marsh</string> - <string name="attribute_swamp_no">No swamp or marsh</string> - <string name="attribute_hills_yes">Hilly area</string> - <string name="attribute_hills_no">No hilly area</string> - <string name="attribute_easy_climbing_yes">Lightweight climbing</string> - <string name="attribute_easy_climbing_no">No lightweight climbing</string> - <string name="attribute_poi_yes">Point of interest</string> - <string name="attribute_poi_no">No point of interest</string> - <string name="attribute_moving_target_yes">Moving target</string> - <string name="attribute_moving_target_no">No moving target</string> - <string name="attribute_webcam_yes">Webcam</string> - <string name="attribute_webcam_no">No webcam</string> - <string name="attribute_inside_yes">Within enclosed rooms (caves, buildings etc.)</string> - <string name="attribute_inside_no">Not within enclosed rooms</string> - <string name="attribute_in_water_yes">In the water</string> - <string name="attribute_in_water_no">Not in the water</string> - <string name="attribute_no_gps_yes">Without GPS (letterboxes, compass juggling, …)</string> - <string name="attribute_no_gps_no">With GPS</string> - <string name="attribute_overnight_yes">Overnight stay necessary</string> - <string name="attribute_overnight_no">No overnight stay necessary</string> - <string name="attribute_specific_times_yes">Only available at specified times</string> - <string name="attribute_specific_times_no">Not only available at specified times</string> - <string name="attribute_day_yes">by day only</string> - <string name="attribute_day_no">Not only by day</string> - <string name="attribute_tide_yes">Tide</string> - <string name="attribute_tide_no">No tide</string> - <string name="attribute_all_seasons_yes">All seasons</string> - <string name="attribute_all_seasons_no">Not all seasons</string> - <string name="attribute_breeding_yes">Breeding season / protected nature</string> - <string name="attribute_breeding_no">No breeding season / protected nature</string> - <string name="attribute_snow_proof_yes">Snow-proof hiding place</string> - <string name="attribute_snow_proof_no">No snow-proof hiding place</string> - <string name="attribute_compass_yes">Compass</string> - <string name="attribute_compass_no">No compass</string> - <string name="attribute_cave_yes">Cave equipment</string> - <string name="attribute_cave_no">No cave equipment</string> - <string name="attribute_aircraft_yes">Aircraft</string> - <string name="attribute_aircraft_no">No aircraft</string> - <string name="attribute_investigation_yes">Investigation</string> - <string name="attribute_investigation_no">No investigation</string> - <string name="attribute_puzzle_yes">Puzzle / Mystery</string> - <string name="attribute_puzzle_no">No puzzle / mystery</string> - <string name="attribute_arithmetic_yes">Arithmetical problem</string> - <string name="attribute_arithmetic_no">No arithmetical problem</string> - <string name="attribute_other_cache_yes">Other cache type</string> - <string name="attribute_other_cache_no">No other cache type</string> - <string name="attribute_ask_owner_yes">Ask owner for start conditions</string> - <string name="attribute_ask_owner_no">Don\'t ask owner for start conditions</string> - <string name="attribute_unknown_yes">Unknown attribute present</string> - <string name="attribute_unknown_no">No unknown attribute present</string> - <string name="attribute_geotour_yes">Part of GeoTour</string> - <string name="attribute_geotour_no">Not part of GeoTour</string> - - <!-- next things --> - <string name="legal_note">To use the services of Geocaching.com, terms and conditions of the <a href="http://www.geocaching.com/about/termsofuse.aspx">Groundspeak disclaimer</a> have to be agreed.</string> - <string name="quote">To make geocaching easier, to make users lazier.</string> - <string name="powered_by">carnero</string> - <!-- Note: Links here are just for appearance. See AboutActivity to make changes --> - <string name="support">Support: <a href="">support@cgeo.org</a></string> - <string name="website">Website: <a href="">cgeo.org</a></string> - <string name="facebook">Facebook: <a href="">c:geo page</a></string> - <string name="twitter">Twitter: <a href="">@android_GC</a></string> - <string name="nutshellmanual">Manual: <a href="">c:geo in a Nutshell</a></string> - <string name="market">Android: <a href="">c:geo on Google Play</a></string> - <string name="about_twitter">Should <b>c:geo</b> publish a new status on Twitter every time you log a cache?</string> + <!-- license --> + <string name="license">License</string> + <string name="license_show">Show license</string> + <string name="license_dismiss">Dismiss</string> - <!-- status (used via string based resource loading) --> - <string name="status_new_release" tools:ignore="UnusedResources">New release available.\nClick to install.</string> - <string name="status_new_nightly" tools:ignore="UnusedResources">New nightly build available.\nClick to install.</string> - <string name="status_new_rc" tools:ignore="UnusedResources">New release candidate available.\nClick to install.</string> - <string name="status_geocaching_change" tools:ignore="UnusedResources">Recent changes on geocaching.com broke c:geo.\nWe are working on it, check again soon.</string> - <string name="status_geocaching_livemap" tools:ignore="UnusedResources">Recent changes on geocaching.com broke the live map feature.\nWe are working on it, check again soon.</string> + <!-- helpers --> + <string name="helper_calendar_title">c:geo calendar add-on</string> + <string name="helper_calendar_missing">c:geo calendar add-on not installed.</string> + <string name="helper_calendar_description">Enables you to export event caches into the calendar on your device.</string> + <string name="helper_locus_title">Locus</string> + <string name="helper_locus_description">Simple usable application showing Online maps and allowing to download them directly into Offline mode (raster maps only). Also support track recording, POI handling and many other useful functions.</string> + <string name="helper_gpsstatus_title">GPS Status</string> + <string name="helper_gpsstatus_description">You can use radar from this application with c:geo. It also offers a lot of other GPS-related information.</string> + <string name="helper_bluetoothgps_title">Bluetooth GPS</string> + <string name="helper_bluetoothgps_description">Allows you to use an external GPS receiver to get more precise location and can spare battery of your device.</string> + <string name="helper_barcode_title">Barcode Scanner</string> + <string name="helper_barcode_description">There are Greasemonkey scripts and websites which allow to display a geocode as barcode. With this app c:geo can read that geocode directly from the screen of your computer.</string> + <string name="helper_pocketquery_title">Pocket Query Creator</string> + <string name="helper_pocketquery_description">Allows easy creation and download of Pocket Queries centred on your current position or a point selected from a map. Requires a premium Geocaching.com account.</string> - <!-- text-to-speech for compass view --> - <string name="tts_service">Talking compass</string> - <string name="tts_start">Start talking</string> - <string name="tts_stop">Stop talking</string> - <string name="tts_kilometers">%s kilometers</string> - <string name="tts_meters">%s meters</string> - <string name="tts_miles">%s miles</string> - <string name="tts_feet">%s feet</string> - <string name="tts_oclock">%s o\'clock</string> + <!-- add-ons --> + <string name="addon_missing_title">Missing Add-On</string> + <string name="addon_download_prompt">Get it now from Google Play.</string> - <!-- various --> - <string name="clipboard_copy_ok">Copied to clipboard</string> - <plurals name="days_ago"> - <item quantity="one">yesterday</item> - <item quantity="other">%d days ago</item> - </plurals> -</resources> + <!-- export --> + <string name="export">Export</string> + <string name="export_exportedto">exported to</string> + <string name="export_failed">Export failed</string> + <string name="export_fieldnotes">Field Notes</string> + <string name="export_fieldnotes_info">Field Notes will be exported to /sdcard/field-notes with current date and time as file name.</string> + <string name="export_fieldnotes_upload">Upload to geocaching.com</string> + <string name="export_fieldnotes_uploading">Uploading…</string> + <string name="export_fieldnotes_upload_success">Upload to geocaching.com successful</string> + <string name="export_fieldnotes_onlynew">Only since last export</string> + <string name="export_fieldnotes_creating">Creating Field Notes…</string> + <string name="export_gpx">GPX</string> + <string name="export_gpx_info">The GPX file will be exported to %1$s with current date and time as file name.</string> + <string name="export_gpx_to">Send exported GPX to</string> + + <!-- GC attributes --> + <string name="attribute_dogs_yes">Dogs allowed</string> + <string name="attribute_dogs_no">Dogs not allowed</string> + <string name="attribute_bicycles_yes">Bicycles allowed</string> + <string name="attribute_bicycles_no">Bicycles not allowed</string> + <string name="attribute_motorcycles_yes">Motorcycles allowed</string> + <string name="attribute_motorcycles_no">Motorcycles not allowed</string> + <string name="attribute_quads_yes">Quads allowed</string> + <string name="attribute_quads_no">Quads not allowed</string> + <string name="attribute_jeeps_yes">Off-road vehicles allowed</string> + <string name="attribute_jeeps_no">Off-road vehicles not allowed</string> + <string name="attribute_snowmobiles_yes">Snowmobiles allowed</string> + <string name="attribute_snowmobiles_no">Snowmobiles not allowed</string> + <string name="attribute_horses_yes">Horses allowed</string> + <string name="attribute_horses_no">Horses not allowed</string> + <string name="attribute_campfires_yes">Campfires allowed</string> + <string name="attribute_campfires_no">Campfires not allowed</string> + <string name="attribute_rv_yes">Truck driver/RV allowed</string> + <string name="attribute_rv_no">Truck driver/RV not allowed</string> + <string name="attribute_kids_yes">Recommended for kids</string> + <string name="attribute_kids_no">Not recommended for kids</string> + <string name="attribute_onehour_yes">Takes less than an hour</string> + <string name="attribute_onehour_no">Takes more than an hour</string> + <string name="attribute_scenic_yes">Scenic view</string> + <string name="attribute_scenic_no">No scenic view</string> + <string name="attribute_hiking_yes">Significant hike</string> + <string name="attribute_hiking_no">No significant hike</string> + <string name="attribute_climbing_yes">Difficult climbing</string> + <string name="attribute_climbing_no">No difficult climbing</string> + <string name="attribute_wading_yes">May require wading</string> + <string name="attribute_wading_no">May not require wading</string> + <string name="attribute_swimming_yes">May require swimming</string> + <string name="attribute_swimming_no">May not require swimming</string> + <string name="attribute_available_yes">Available at all times</string> + <string name="attribute_available_no">Not available at all times</string> + <string name="attribute_night_yes">Recommended at night</string> + <string name="attribute_night_no">Not recommended at night</string> + <string name="attribute_winter_yes">Available during winter</string> + <string name="attribute_winter_no">Not available during winter</string> + <string name="attribute_stealth_yes">Stealth required</string> + <string name="attribute_stealth_no">Stealth not required</string> + <string name="attribute_firstaid_yes">Needs maintenance</string> + <string name="attribute_firstaid_no">Needs no maintenance</string> + <string name="attribute_cow_yes">Watch for livestock</string> + <string name="attribute_cow_no">No livestock</string> + <string name="attribute_field_puzzle_yes">Field puzzle</string> + <string name="attribute_field_puzzle_no">No field puzzle</string> + <string name="attribute_nightcache_yes">Night cache</string> + <string name="attribute_nightcache_no">No night cache</string> + <string name="attribute_parkngrab_yes">Park and grab</string> + <string name="attribute_parkngrab_no">No park and grab</string> + <string name="attribute_abandonedbuilding_yes">Abandoned structure</string> + <string name="attribute_abandonedbuilding_no">No abandoned structure</string> + <string name="attribute_hike_short_yes">Short hike (less than 1 km)</string> + <string name="attribute_hike_short_no">No short hike</string> + <string name="attribute_hike_med_yes">Medium hike (1 km to 10 km)</string> + <string name="attribute_hike_med_no">No medium hike</string> + <string name="attribute_hike_long_yes">Long hike (more than 10 km)</string> + <string name="attribute_hike_long_no">No long hike</string> + <string name="attribute_seasonal_yes">Seasonal access</string> + <string name="attribute_seasonal_no">No seasonal access</string> + <string name="attribute_touristok_yes">Tourist friendly</string> + <string name="attribute_touristok_no">Not tourist friendly</string> + <string name="attribute_frontyard_yes">Private residence</string> + <string name="attribute_frontyard_no">No private residence</string> + <string name="attribute_teamwork_yes">Teamwork required</string> + <string name="attribute_teamwork_no">No teamwork required</string> + <string name="attribute_landf_yes">Lost and found tour</string> + <string name="attribute_landf_no">No lost and found tour</string> + <string name="attribute_partnership_yes">Partnership cache</string> + <string name="attribute_partnership_no">No partnership cache</string> + <string name="attribute_fee_yes">Access or parking fee required</string> + <string name="attribute_fee_no">Access or parking fee not required</string> + <string name="attribute_rappelling_yes">Climbing gear required</string> + <string name="attribute_rappelling_no">Climbing gear not required</string> + <string name="attribute_boat_yes">Boat required</string> + <string name="attribute_boat_no">Boat not required</string> + <string name="attribute_scuba_yes">Scuba gear required</string> + <string name="attribute_scuba_no">Scuba gear not required</string> + <string name="attribute_flashlight_yes">Flashlight required</string> + <string name="attribute_flashlight_no">Flashlight not required</string> + <string name="attribute_uv_yes">UV light required</string> + <string name="attribute_uv_no">UV light not required</string> + <string name="attribute_snowshoes_yes">Snowshoes required</string> + <string name="attribute_snowshoes_no">Snowshoes not required</string> + <string name="attribute_skiis_yes">Cross country skis required</string> + <string name="attribute_skiis_no">Cross country skis not required</string> + <string name="attribute_s_tool_yes">Special tools required</string> + <string name="attribute_s_tool_no">Special tools not required</string> + <string name="attribute_wirelessbeacon_yes">Wireless beacon</string> + <string name="attribute_wirelessbeacon_no">No wireless beacon</string> + <string name="attribute_treeclimbing_yes">Tree climbing required</string> + <string name="attribute_treeclimbing_no">Tree climbing not required</string> + <string name="attribute_poisonoak_yes">Poisonous plants</string> + <string name="attribute_poisonoak_no">No poisonous plants</string> + <string name="attribute_dangerousanimals_yes">Dangerous animals</string> + <string name="attribute_dangerousanimals_no">No dangerous animals</string> + <string name="attribute_ticks_yes">Ticks</string> + <string name="attribute_ticks_no">No ticks</string> + <string name="attribute_mine_yes">Abandoned mines</string> + <string name="attribute_mine_no">No abandoned mines</string> + <string name="attribute_cliff_yes">Cliff / falling rocks</string> + <string name="attribute_cliff_no">No cliff / falling rocks</string> + <string name="attribute_hunting_yes">Hunting</string> + <string name="attribute_hunting_no">No hunting</string> + <string name="attribute_danger_yes">Dangerous area</string> + <string name="attribute_danger_no">No dangerous area</string> + <string name="attribute_thorn_yes">Thorns</string> + <string name="attribute_thorn_no">No thorns</string> + <string name="attribute_wheelchair_yes">Wheelchair accessible</string> + <string name="attribute_wheelchair_no">Not wheelchair accessible</string> + <string name="attribute_parking_yes">Parking available</string> + <string name="attribute_parking_no">No parking available</string> + <string name="attribute_public_yes">Public transportation</string> + <string name="attribute_public_no">No public transportation</string> + <string name="attribute_water_yes">Drinking water nearby</string> + <string name="attribute_water_no">No drinking water nearby</string> + <string name="attribute_restrooms_yes">Public restrooms nearby</string> + <string name="attribute_restrooms_no">No public restrooms nearby</string> + <string name="attribute_phone_yes">Telephone nearby</string> + <string name="attribute_phone_no">No telephone nearby</string> + <string name="attribute_picnic_yes">Picnic tables nearby</string> + <string name="attribute_picnic_no">No picnic tables nearby</string> + <string name="attribute_camping_yes">Camping available</string> + <string name="attribute_camping_no">No camping available</string> + <string name="attribute_stroller_yes">Stroller accessible</string> + <string name="attribute_stroller_no">Not stroller accessible</string> + <string name="attribute_fuel_yes">Fuel nearby</string> + <string name="attribute_fuel_no">No fuel nearby</string> + <string name="attribute_food_yes">Food nearby</string> + <string name="attribute_food_no">No food nearby</string> + <string name="attribute_oc_only_yes">Only loggable at Opencaching</string> + <string name="attribute_oc_only_no">Not only loggable at Opencaching</string> + <string name="attribute_link_only_yes">Hyperlink to another caching portal only</string> + <string name="attribute_link_only_no">Not only a hyperlink to another caching portal</string> + <string name="attribute_letterbox_yes">Letterbox (needs stamp)</string> + <string name="attribute_letterbox_no">No letterbox (no stamp needed)</string> + <string name="attribute_railway_yes">Active railway nearby</string> + <string name="attribute_railway_no">No active railway nearby</string> + <string name="attribute_syringe_yes">First aid available</string> + <string name="attribute_syringe_no">No first aid available</string> + <string name="attribute_swamp_yes">Swamp or marsh</string> + <string name="attribute_swamp_no">No swamp or marsh</string> + <string name="attribute_hills_yes">Hilly area</string> + <string name="attribute_hills_no">No hilly area</string> + <string name="attribute_easy_climbing_yes">Lightweight climbing</string> + <string name="attribute_easy_climbing_no">No lightweight climbing</string> + <string name="attribute_poi_yes">Point of interest</string> + <string name="attribute_poi_no">No point of interest</string> + <string name="attribute_moving_target_yes">Moving target</string> + <string name="attribute_moving_target_no">No moving target</string> + <string name="attribute_webcam_yes">Webcam</string> + <string name="attribute_webcam_no">No webcam</string> + <string name="attribute_inside_yes">Within enclosed rooms (caves, buildings etc.)</string> + <string name="attribute_inside_no">Not within enclosed rooms</string> + <string name="attribute_in_water_yes">In the water</string> + <string name="attribute_in_water_no">Not in the water</string> + <string name="attribute_no_gps_yes">Without GPS (letterboxes, compass juggling, …)</string> + <string name="attribute_no_gps_no">With GPS</string> + <string name="attribute_overnight_yes">Overnight stay necessary</string> + <string name="attribute_overnight_no">No overnight stay necessary</string> + <string name="attribute_specific_times_yes">Only available at specified times</string> + <string name="attribute_specific_times_no">Not only available at specified times</string> + <string name="attribute_day_yes">by day only</string> + <string name="attribute_day_no">Not only by day</string> + <string name="attribute_tide_yes">Tide</string> + <string name="attribute_tide_no">No tide</string> + <string name="attribute_all_seasons_yes">All seasons</string> + <string name="attribute_all_seasons_no">Not all seasons</string> + <string name="attribute_breeding_yes">Breeding season / protected nature</string> + <string name="attribute_breeding_no">No breeding season / protected nature</string> + <string name="attribute_snow_proof_yes">Snow-proof hiding place</string> + <string name="attribute_snow_proof_no">No snow-proof hiding place</string> + <string name="attribute_compass_yes">Compass</string> + <string name="attribute_compass_no">No compass</string> + <string name="attribute_cave_yes">Cave equipment</string> + <string name="attribute_cave_no">No cave equipment</string> + <string name="attribute_aircraft_yes">Aircraft</string> + <string name="attribute_aircraft_no">No aircraft</string> + <string name="attribute_investigation_yes">Investigation</string> + <string name="attribute_investigation_no">No investigation</string> + <string name="attribute_puzzle_yes">Puzzle / Mystery</string> + <string name="attribute_puzzle_no">No puzzle / mystery</string> + <string name="attribute_arithmetic_yes">Arithmetical problem</string> + <string name="attribute_arithmetic_no">No arithmetical problem</string> + <string name="attribute_other_cache_yes">Other cache type</string> + <string name="attribute_other_cache_no">No other cache type</string> + <string name="attribute_ask_owner_yes">Ask owner for start conditions</string> + <string name="attribute_ask_owner_no">Don\'t ask owner for start conditions</string> + <string name="attribute_unknown_yes">Unknown attribute present</string> + <string name="attribute_unknown_no">No unknown attribute present</string> + <string name="attribute_geotour_yes">Part of GeoTour</string> + <string name="attribute_geotour_no">Not part of GeoTour</string> + + <!-- next things --> + <string name="legal_note">To use the services of Geocaching.com, terms and conditions of the <a href="http://www.geocaching.com/about/termsofuse.aspx">Groundspeak disclaimer</a> have to be agreed.</string> + <string name="quote">To make geocaching easier, to make users lazier.</string> + <string name="powered_by">carnero</string> + <!-- Note: Links here are just for appearance. See AboutActivity to make changes --> + <string name="support">Support: <a href="">support@cgeo.org</a></string> + <string name="website">Website: <a href="">cgeo.org</a></string> + <string name="facebook">Facebook: <a href="">c:geo page</a></string> + <string name="twitter">Twitter: <a href="">@android_GC</a></string> + <string name="nutshellmanual">Manual: <a href="">c:geo in a Nutshell</a></string> + <string name="market">Android: <a href="">c:geo on Google Play</a></string> + <string name="about_twitter">Should <b>c:geo</b> publish a new status on Twitter every time you log a cache?</string> + + <!-- status (used via string based resource loading) --> + <string name="status_new_release" tools:ignore="UnusedResources">New release available.\nClick to install.</string> + <string name="status_new_nightly" tools:ignore="UnusedResources">New nightly build available.\nClick to install.</string> + <string name="status_new_rc" tools:ignore="UnusedResources">New release candidate available.\nClick to install.</string> + <string name="status_geocaching_change" tools:ignore="UnusedResources">Recent changes on geocaching.com broke c:geo.\nWe are working on it, check again soon.</string> + <string name="status_geocaching_livemap" tools:ignore="UnusedResources">Recent changes on geocaching.com broke the live map feature.\nWe are working on it, check again soon.</string> + + <!-- text-to-speech for compass view --> + <string name="tts_service">Talking compass</string> + <string name="tts_start">Start talking</string> + <string name="tts_stop">Stop talking</string> + <string name="tts_kilometers">%s kilometers</string> + <string name="tts_meters">%s meters</string> + <string name="tts_miles">%s miles</string> + <string name="tts_feet">%s feet</string> + <string name="tts_oclock">%s o\'clock</string> + + <!-- various --> + <string name="clipboard_copy_ok">Copied to clipboard</string> + + <plurals name="days_ago"> + <item quantity="one">yesterday</item> + <item quantity="other">%d days ago</item> + </plurals> + +</resources>
\ No newline at end of file diff --git a/main/res/values/strings_not_translatable.xml b/main/res/values/strings_not_translatable.xml index d8bb0b1..d29fc0e 100644 --- a/main/res/values/strings_not_translatable.xml +++ b/main/res/values/strings_not_translatable.xml @@ -1,44 +1,45 @@ <?xml version="1.0" encoding="utf-8"?>
<resources>
- <string-array name="waypoint_coordinate_formats" translatable="false">
- <item>@string/waypoint_coordinate_formats_plain</item>
- <item>DDD.DDDDD°</item>
- <item>DDD°MM.MMM\'</item>
- <item>DDD°MM\'SS.SSS\"</item>
- </string-array>
-
- <!-- distance units -->
- <string name="unit_m" translatable="false">m</string>
- <string name="unit_km" translatable="false">km</string>
- <string name="unit_ft" translatable="false">ft</string>
- <string name="unit_yd" translatable="false">yd</string>
- <string name="unit_mi" translatable="false">mi</string>
-
- <!-- distance units -->
- <string-array name="distance_units" translatable="false">
- <item>@string/unit_m</item>
- <item>@string/unit_km</item>
- <item>@string/unit_ft</item>
- <item>@string/unit_yd</item>
- <item>@string/unit_mi</item>
- </string-array>
-
- <string name="init_select_themefolder" translatable="false">…</string>
- <string name="init_select_map_directory" translatable="false">…</string>
- <string name="init_select_gpx_exportdir" translatable="false">…</string>
- <string name="init_select_gpx_importdir" translatable="false">…</string>
-
- <!-- upload image scaling -->
- <integer-array name="log_image_scale_values">
- <item>-1</item>
- <item>512</item>
- <item>640</item>
- <item>800</item>
- <item>1024</item>
- </integer-array>
-
- <!-- contributors -->
- <string name="contributors" translatable="false">\n
+
+ <string-array name="waypoint_coordinate_formats" translatable="false">
+ <item>@string/waypoint_coordinate_formats_plain</item>
+ <item>DDD.DDDDD°</item>
+ <item>DDD°MM.MMM\'</item>
+ <item>DDD°MM\'SS.SSS\"</item>
+ </string-array>
+
+ <!-- distance units -->
+ <string name="unit_m" translatable="false">m</string>
+ <string name="unit_km" translatable="false">km</string>
+ <string name="unit_ft" translatable="false">ft</string>
+ <string name="unit_yd" translatable="false">yd</string>
+ <string name="unit_mi" translatable="false">mi</string>
+
+ <!-- distance units -->
+ <string-array name="distance_units" translatable="false">
+ <item>@string/unit_m</item>
+ <item>@string/unit_km</item>
+ <item>@string/unit_ft</item>
+ <item>@string/unit_yd</item>
+ <item>@string/unit_mi</item>
+ </string-array>
+
+ <string name="init_select_themefolder" translatable="false">…</string>
+ <string name="init_select_map_directory" translatable="false">…</string>
+ <string name="init_select_gpx_exportdir" translatable="false">…</string>
+ <string name="init_select_gpx_importdir" translatable="false">…</string>
+
+ <!-- upload image scaling -->
+ <integer-array name="log_image_scale_values">
+ <item>-1</item>
+ <item>512</item>
+ <item>640</item>
+ <item>800</item>
+ <item>1024</item>
+ </integer-array>
+
+ <!-- contributors -->
+ <string name="contributors" translatable="false">\n
· <a href="http://carnero.cc/">carnero</a> as the father of c:geo\n
\n
· 0xErnie (localization DE)\n
@@ -88,39 +89,28 @@ · <a href="http://thenounproject.com/">The Noun Project</a> (basis for attribute icons)\n
· <a href="http://commons.apache.org/">The Apache Commons Project</a>\n
· <a href="http://androidicons.com/">Android Icons</a> (<a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>)\n
- · <a href="http://rrze-icon-set.berlios.de/index.html">RRZE Icon set</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a>)\n
- </string>
-
- <!-- cache menu -->
- <string name="cache_menu_sygic" translatable="false">Sygic</string>
+ · <a href="http://rrze-icon-set.berlios.de/index.html">RRZE Icon set</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a>)\n
</string>
- <!-- changelog -->
- <string name="changelog" translatable="false">\n
- <b>2013.05.31</b>\n
- <b>Bugfixing:</b>\n
+ <!-- cache menu -->
+ <string name="cache_menu_sygic" translatable="false">Sygic</string>
+
+ <!-- changelog -->
+ <string name="changelog" translatable="false">\n
<b>2013.05.31</b>\n
<b>Bugfixing:</b>\n
· Adaption to changes on gc.com (cache and TB log not possible, cache attributes not shown)\n
· Pictures in logs are now loaded in standard resolution like on the website to improve performance\n
· Corrected missing information and performance issues on nearby search for basic members\n
\n
- \n
- <b>2013.05.22</b>\n
- <b>Bugfixing:</b>\n
+ \n
<b>2013.05.22</b>\n
<b>Bugfixing:</b>\n
· Fixed and improved nearby search for basic members after gc.com changes\n
· Avoid inconsistency of logbook while pictures are loaded in the background\n
\n
- \n
- <b>2013.05.18</b>\n
- <b>Bugfixing:</b>\n
+ \n
<b>2013.05.18</b>\n
<b>Bugfixing:</b>\n
· Correction for compatibility issue with tablet devices\n
\n
- \n
- <b>2013.05.16</b>\n
- <b>Bugfixing:</b>\n
+ \n
<b>2013.05.16</b>\n
<b>Bugfixing:</b>\n
· Adaption to changes on gc.com (live map)\n
\n
- \n
- <b>2013.05.13</b>\n
- <b>Bugfixing:</b>\n
+ \n
<b>2013.05.13</b>\n
<b>Bugfixing:</b>\n
· Twitter option was not shown on logging page\n
· Disable trail on map did only work after refresh of the map\n
· Stability improvements when selecting log pictures to be attached\n
@@ -131,9 +121,7 @@ · Fixed a possible crash in \"Any destination\" menu\n
· Ignore hide setting when searching for owned caches\n
\n
- \n
- <b>2013.04.03</b>\n
- <b>New Features/Functions:</b>\n
+ \n
<b>2013.04.03</b>\n
<b>New Features/Functions:</b>\n
· Support of attaching pictures to logs\n
· Support of opencaching.de online API in live map and nearby search\n
· Support for searching opencaching.nl caches\n
@@ -151,8 +139,7 @@ · Waypoints can be marked as visited\n
· Possibility to delete offline logs in lists\n
· Support of language specific characters in log text equally to the website\n
- \n
- <b>Bugfixing:</b>\n
+ \n
<b>Bugfixing:</b>\n
· Final flag icon lost when updating cache with self defined final\n
· Bad selection in directory chooser\n
· Log type \"Retract Listing\" now parsed correctly\n
@@ -164,10 +151,8 @@ · GPX export no longer exports waypoints without coordinates\n
· Corrections for light scheme on Adnroid 2.x devices\n
· Avoid crash if logging page is opened while not connected correctly\n
- \n
- <a href="https://github.com/cgeo/cgeo/issues?milestone=9&state=closed">Detailed list of all changes</a>\n
- \n
- <b>Known Limitations/Bugs:</b>\n
+ \n
<a href="https://github.com/cgeo/cgeo/issues?milestone=9&state=closed">Detailed list of all changes</a>\n
+ \n
<b>Known Limitations/Bugs:</b>\n
· Live map:\n
Approximated coords due to limitations on the GC-website\n
Be aware: If navigation is started directly from live map it may also use the approximated coords!\n
@@ -178,9 +163,8 @@ After uploading log images they are only shown in the logview after refreshing the cache\n
The personal note added to a cache is not synced to geocaching.com but will be overruled by personal notes on geocaching.com\n
On devices with HD display resolution OSM maps might not work. Please use Google maps in this case.\n
- A huge amount of pictures on the image tab of a cache might cause a crash\n
- <b>Old releases</b>\n
+ A huge amount of pictures on the image tab of a cache might cause a crash\n
<b>Old releases</b>\n
· Please refer to the release notes on the <a href="http://www.cgeo.org">c:geo-website</a>.\n
\n</string>
-
-</resources>
+
+</resources>
\ No newline at end of file diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml index 8bf0e98..61554cb 100644 --- a/main/res/values/styles.xml +++ b/main/res/values/styles.xml @@ -43,7 +43,7 @@ <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> </style> - + <!-- own definitions --> <!-- actionbar --> <style name="action_bar"> diff --git a/main/res/values/themes.xml b/main/res/values/themes.xml index 655d9e1..ef0e2ff 100644 --- a/main/res/values/themes.xml +++ b/main/res/values/themes.xml @@ -2,16 +2,18 @@ <resources> <style name="cgeo_main" parent="android:style/Theme.Wallpaper.NoTitleBar"> + <!-- system elements --> <item name="android:windowContentOverlay">@null</item> </style> <style name="cgeo" parent="android:style/Theme.NoTitleBar"> + <!-- system elements --> <item name="android:buttonStyle">@style/button</item> <item name="android:editTextStyle">@style/edittext</item> <item name="android:windowContentOverlay">@null</item> - + <!-- own values: colors --> <item name="just_color">@color/just_black</item> <item name="text_color_link">@color/link</item> @@ -20,8 +22,10 @@ </style> <style name="dark" parent="cgeo"> + <!-- system values --> + <!-- own values: colors --> <item name="text_color">@color/text_dark</item> <item name="text_color_headline">@color/text_headline_dark</item> @@ -50,8 +54,10 @@ </style> <style name="light" parent="cgeo"> + <!-- system values --> + <!-- own values: colors --> <item name="android:windowBackground">@color/just_white</item> <item name="text_color">@color/text_light</item> @@ -81,6 +87,7 @@ </style> <style name="cgeo_popup" parent="android:style/Theme.Dialog"> + <!-- system elements --> <item name="android:buttonStyle">@style/button</item> <item name="android:editTextStyle">@style/edittext</item> @@ -89,8 +96,10 @@ <!-- TODO: Popup probably doesn't need all these fields set. Should delete unnecessary ones. --> <style name="popup_dark" parent="cgeo_popup"> + <!-- system values --> + <!-- own values: colors --> <item name="just_color">@color/just_black</item> <item name="text_color">@color/text_dark</item> @@ -124,8 +133,10 @@ <!-- TODO: Popup probably doesn't need all these fields set. Should delete unnecessary ones. --> <style name="popup_light" parent="cgeo_popup"> + <!-- system values --> + <!-- own values: colors --> <item name="android:windowBackground">@color/just_white</item> <item name="text_color">@color/text_light</item> diff --git a/main/res/values/vpi__attrs.xml b/main/res/values/vpi__attrs.xml index 4eeb55b..7798b3d 100644 --- a/main/res/values/vpi__attrs.xml +++ b/main/res/values/vpi__attrs.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 Patrik Åkerfeldt +<!-- + Copyright (C) 2011 Patrik Åkerfeldt Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,12 +17,14 @@ --> <resources> + <declare-styleable name="ViewPagerIndicator"> + <!-- Style of the title indicator. --> - <attr name="vpiTitlePageIndicatorStyle" format="reference"/> + <attr name="vpiTitlePageIndicatorStyle" format="reference" /> </declare-styleable> - <declare-styleable name="TitlePageIndicator"> + <!-- Screen edge padding. --> <attr name="clipPadding" format="dimension" /> <!-- Color of the footer line and indicator. --> @@ -53,4 +56,5 @@ <!-- Padding between titles and the top of the View. --> <attr name="topPadding" format="dimension" /> </declare-styleable> -</resources> + +</resources>
\ No newline at end of file diff --git a/main/res/values/vpi__colors.xml b/main/res/values/vpi__colors.xml index c0d958f..8a532bd 100644 --- a/main/res/values/vpi__colors.xml +++ b/main/res/values/vpi__colors.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 The Android Open Source Project +<!-- + Copyright (C) 2011 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,6 +16,7 @@ --> <resources> + <color name="vpi__background_holo_dark">#ff000000</color> <color name="vpi__background_holo_light">#fff3f3f3</color> <color name="vpi__bright_foreground_holo_dark">@color/vpi__background_holo_light</color> @@ -23,4 +25,5 @@ <color name="vpi__bright_foreground_disabled_holo_light">#ffb2b2b2</color> <color name="vpi__bright_foreground_inverse_holo_dark">@color/vpi__bright_foreground_holo_light</color> <color name="vpi__bright_foreground_inverse_holo_light">@color/vpi__bright_foreground_holo_dark</color> -</resources> + +</resources>
\ No newline at end of file diff --git a/main/res/values/vpi__defaults.xml b/main/res/values/vpi__defaults.xml index 4e0bb8f..bb431b3 100644 --- a/main/res/values/vpi__defaults.xml +++ b/main/res/values/vpi__defaults.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 Jake Wharton +<!-- + Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,17 +16,27 @@ --> <resources> + <dimen name="default_title_indicator_clip_padding">4dp</dimen> + <color name="default_title_indicator_footer_color">#FF6899FF</color> + <dimen name="default_title_indicator_footer_line_height">1px</dimen> + <integer name="default_title_indicator_footer_indicator_style">1</integer> + <dimen name="default_title_indicator_footer_indicator_height">5dp</dimen> <dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen> <dimen name="default_title_indicator_footer_padding">8dp</dimen> + <color name="default_title_indicator_selected_color">#FFFFFFFF</color> + <bool name="default_title_indicator_selected_bold">true</bool> + <color name="default_title_indicator_text_color">#FFAAAAAA</color> + <dimen name="default_title_indicator_text_size">18dp</dimen> <dimen name="default_title_indicator_title_padding">5dp</dimen> <dimen name="default_title_indicator_top_padding">0dp</dimen> + </resources>
\ No newline at end of file diff --git a/main/res/values/vpi__styles.xml b/main/res/values/vpi__styles.xml index 0662c1c..832f32f 100644 --- a/main/res/values/vpi__styles.xml +++ b/main/res/values/vpi__styles.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 Jake Wharton +<!-- + Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,10 +16,11 @@ --> <resources> + <style name="Theme.PageIndicatorDefaults" parent="android:Theme"> <item name="vpiTitlePageIndicatorStyle">@style/Widget.TitlePageIndicator</item> </style> - + <style name="Widget"></style> <style name="Widget.TitlePageIndicator" parent="Widget"> @@ -36,4 +38,5 @@ <item name="titlePadding">@dimen/default_title_indicator_title_padding</item> <item name="topPadding">@dimen/default_title_indicator_top_padding</item> </style> -</resources> + +</resources>
\ No newline at end of file |
