aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/strings.xml119
1 files changed, 73 insertions, 46 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 1663574..64ffe97 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -45,7 +45,7 @@
<string name="cache_size_virtual">Virtual</string>
<string name="cache_size_notchosen">Not chosen</string>
<string name="cache_size_unknown">Unknown</string>
-
+
<!-- waypoints -->
<string name="wp_final">Final Location</string>
<string name="wp_stage">Stage of a Multicache</string>
@@ -74,7 +74,7 @@
<string name="log_archived">Archived</string>
<string name="log_needs_archived">Needs Archived</string>
<string name="log_discovered">Discovered</string>
- <string name="log_reviewed">Reviewer Note</string>
+ <string name="log_reviewer">Reviewer Note</string>
<string name="log_tb_nothing">Do Nothing</string>
<string name="log_tb_visit">Visited</string>
<string name="log_tb_drop">Dropped Off</string>
@@ -116,12 +116,13 @@
<string name="log_announcement">Announcement</string>
<string name="log_today">Today</string>
<string name="log_yesterday">Yesterday</string>
+ <string name="log_smilies">Smilies</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>
-
+
<!-- errors, warnings, info toasts -->
<string name="err_none">OK</string>
<string name="err_start">Communication not started</string>
@@ -224,7 +225,7 @@
<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="info_log_posted">c:geo successfully submitted the log.</string>
<string name="info_log_saved">c:geo successfully saved the log.</string>
@@ -267,8 +268,10 @@
<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>
- <string name="caches_eta_mins"> minutes</string>
- <string name="caches_eta_min"> 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>
@@ -358,7 +361,6 @@
<!-- init -->
<string name="init_geocaching">Geocaching.com</string>
<string name="init_gcvote">GCvote.com</string>
- <string name="init_go4cache">Go 4 Cache</string>
<string name="init_twitter">Twitter</string>
<string name="init_username">Username</string>
<string name="init_password">Password</string>
@@ -369,7 +371,6 @@
<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 because of </string>
- <string name="init_go4cache_connect">Connect to Go 4 Cache</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>
@@ -382,6 +383,7 @@
<string name="init_signature_template_datetime">Date &amp; 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>
@@ -390,7 +392,7 @@
<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 on Mainscreen</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>
@@ -426,6 +428,14 @@
<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).</string>
<string name="init_mapsource_select">Select Map Source</string>
<string name="init_select_mapfile">…</string>
+ <string name="init_select_gpx_exportdir">…</string>
+ <string name="init_select_gpx_importdir">…</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_gpx_exportdir_select">Select GPX Export Directory</string>
+ <string name="init_gpx_importdir_select">Select GPX Import Directory</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>
@@ -446,7 +456,9 @@
<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>
+
<!-- map sources -->
<string-array name="map_sources">
<item>@string/map_source_google_map</item>
@@ -486,9 +498,11 @@
<string name="auth_dialog_completed">c:geo is now authorized to post on Twitter.</string>
<!-- cache -->
- <string name="cache_count_no">No cache</string>
- <string name="cache_count_one">One cache</string>
- <string name="cache_count_more">Caches</string>
+ <plurals name="cache_counts">
+ <item quantity="zero">No cache</item>
+ <item quantity="one">One cache</item>
+ <item quantity="other">Caches</item>
+ </plurals>
<string name="cache_offline">Offline</string>
<string name="cache_offline_refresh">Refresh</string>
<string name="cache_offline_drop">Drop</string>
@@ -523,7 +537,7 @@
<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_waypoints">Waypoints</string>
<plurals name="waypoints">
<item quantity="one">1 Waypoint</item>
@@ -574,6 +588,7 @@
<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>
@@ -621,6 +636,10 @@
<string name="file_searching">Searching for matching files</string>
<string name="file_title_searching">Searching</string>
+ <!-- simple_dir_chooser -->
+ <string name="simple_dir_chooser_title">Choose directory</string>
+ <string name="simple_dir_chooser_current_path">Path:</string>
+
<!-- gpx -->
<string name="gpx_import_loading_caches">Loading caches from .gpx file</string>
<string name="gpx_import_loading_waypoints">Loading waypoints file</string>
@@ -638,6 +657,8 @@
<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>
@@ -700,7 +721,7 @@
<string name="unit_ft">ft</string>
<string name="unit_yd">yd</string>
<string name="unit_mi">mi</string>
-
+
<!-- visit -->
<string name="visit_tweet">Post this find to Twitter</string>
@@ -727,7 +748,7 @@
<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_close">Close</string>
<string name="live_map_note_dontshow">Do not show again</string>
-
+
<!-- search -->
<string name="search_bar_hint">Search for caches</string>
@@ -788,13 +809,13 @@
<!-- navigation -->
<string name="navigation">Navigation</string>
<string name="compass_title">Compass</string>
- <string name="use_gps">Use GPS</string>
- <string name="use_compass">Use 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>
-
+
<!-- license -->
<string name="license">License</string>
<string name="license_show">Show license</string>
@@ -818,7 +839,7 @@
<!-- add-ons -->
<string name="addon_missing_title">Missing Add-On</string>
<string name="addon_download_prompt">Get it now from Google Play.</string>
-
+
<!-- export -->
<string name="export">Export</string>
<string name="export_as">Export as…</string>
@@ -832,9 +853,9 @@
<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 /sdcard/gpx with current date and time as file name.</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>
-
+
<!-- attribute unknown -->
<string name="attribute_unknown_yes">Unknown attribute present</string>
<string name="attribute_unknown_no">Unknown attribute not present</string>
@@ -987,7 +1008,6 @@
<string name="facebook">Facebook: <a href="http://www.facebook.com/pages/cgeo/297269860090">c:geo page</a></string>
<string name="twitter">Twitter: <a href="http://twitter.com/android_gc">@android_GC</a></string>
<string name="nutshellmanual">Manual: <a href="http://manual.cgeo.org/">c:geo in a Nutshell</a></string>
- <string name="about_go4cache">The service <b>Go 4 Cache</b> shows other geocachers on the map (in <b>c:geo</b> or in their browser) in real time. It can show - for example - what cache they are searching for. By connecting to <b>Go 4 Cache</b> <b>c:geo</b> is allowed to publish your current location when geocaching (only while <b>c:geo</b> is running).</string>
<string name="about_twitter">Should <b>c:geo</b> publish a new status on Twitter every time you log a cache?</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>
@@ -999,21 +1019,12 @@
<string name="status_geocaching_change">Recent changes on geocaching.com broke c:geo.\nWe are working on it, check again soon.</string>
<string name="status_geocaching_livemap">Recent changes on geocaching.com broke the live map feature.\nWe are working on it, check again soon.</string>
- <!-- go4cache -->
- <string name="go4cache_looking_around">Looking around</string>
- <string name="go4cache_tweeting">Tweeting</string>
- <string name="go4cache_heading_to">Heading to</string>
- <plurals name="go4cache_time_minutes">
- <item quantity="one">one minute ago</item>
- <item quantity="other">%d minutes ago</item>
- </plurals>
-
<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>
-
+
<!-- ====== please, do not translate (and include in translation) things below this line ====== -->
<!-- contributors -->
@@ -1038,7 +1049,7 @@
· <a href="http://www.jaytech.cz/">Jan Žatecký</a> (graphic)\n
· <a href="http://joachim-wilke.de/">JoWi24</a> (code)\n
· <a href="http://github.com/koem">Karsten Priegnitz</a> (code, artwork computation)\n
- · <a href="http://www.geocaching.com/email/?guid=d11a3e3d-7db0-4d43-87f2-7893238844a6">Lineflyer</a> (tester, localization DE)\n
+ · <a href="http://www.geocaching.com/email/?guid=d11a3e3d-7db0-4d43-87f2-7893238844a6">Lineflyer</a> (tester, support, localization DE)\n
· Ludovic Valente (localization FR)\n
· marco-jacob (code, loc. DE)\n
· MichielK (code, loc. NL)\n
@@ -1074,20 +1085,35 @@
<string name="changelog">\n
<b>Next release</b>\n\n
<b>New Features/Functions:</b>\n
- · Sort by found date in lists\n
- · Title of archived caches now shown in red\n
- · Display cache size and D/T-rating in compass\n
+ · If static maps are enabled, batch update of caches will now update caches without static maps first\n
+ · If a cache has a chirp attribute the navigation menu supports starting the Cache Beacon app\n
+ · Search bar on main screen now allows searching OC geocodes\n
+ · Removed Go4Cache support as this third party service is no longer available\n
+ · Selectable GPX import directory\n
+ · New log template for inserting owner name\n
+ · New option to remove colors from log entries\n
+ · Ability to delete GPX files after import\n
+ · Quick signature insertion\n
+ · Template for inserting smilies when logging a cache\n
\n
<b>Bugfixing:</b>\n
- · Show as list from live map corrected to display the correct caches\n
- · GPX import/export compatability improvements\n
- · Export URLs in GPX export\n
- · Use last known location on startup\n
- · Show spoiler images for owned caches\n
- · Sort file names in GPX import list\n
- · Corrected owner name display with special characters\n
+ · Crash when modifying lists fixed\n
+ · Improvement for cache description translation\n
+ · Avoid crash when searching for an unactivated TB\n
+ · Improvement for enabling live mode on map\n
+ · Improvement for GPX export operations\n
+ · Readability improvement for cache description with dark text when using black theme\n
+ · Store for offline on live map now always available for basic members\n
+ · Live map now stays live after display rotation\n
+ · Open in browser improved to allow setting a default browser without losing the option to open coord.info URLs with c:geo\n
+ · Improve offline stability\n
+ · Static map download improvements\n
+ · Failure when importing previously exported GPX file fixed\n
+ · Opening a link from a TB description improved\n
+ · Last activity time on TB page corrected\n
+ · 4-digit favorite points shown correctly in lists\n
\n
- <a href="https://github.com/cgeo/c-geo-opensource/issues?milestone=7&amp;state=closed">Detailed list of all changes</a>\n
+ <a href="https://github.com/cgeo/c-geo-opensource/issues?milestone=8&amp;state=closed">Detailed list of all changes</a>\n
\n
<b>Known Limitations/Bugs:</b>\n
· Live map:\n
@@ -1097,7 +1123,8 @@
Fast mode only detectes Tradi, Multi, Mystery, Event caches\n
On low zoom owned/found caches may not be hidden anymore\n
· Other:\n
- Log images with huge size cause a long loading time\n\n\n
+ Log images with huge size cause a long loading time\n
+ Login problems may occur with some mobile operators that modify web pages to insert messages. We are working on a solution.\n\n\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>