trkpt/app/src/main/res/values/strings.xml
2020-01-28 17:39:45 +01:00

105 lines
No EOL
7.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- placeholder text - todo remove -->
<!-- App Name -->
<string name="app_name">Trackbook</string>
<!-- please do not translate app_name - transcription into different alphabet types is fine though -->
<!-- Tabs -->
<string name="tab_map">Map</string>
<string name="tab_tracks">Tracks</string>
<string name="tab_settings">Settings</string>
<!-- Notification -->
<string name="notification_title_trackbook_running">Trackbook running</string>
<string name="notification_title_trackbook_not_running">Trackbook not running</string>
<string name="notification_stop">Stop</string>
<string name="notification_resume">Resume</string>
<string name="notification_show">Show</string>
<string name="notification_channel_recording_name">Movement Recording State</string>
<string name="notification_channel_recording_description">Display duration and distance. Option to stop movement recording.</string>
<!-- Snackbar Messages -->
<string name="snackbar_message_location_offline">Location is turned off. Trackbook will not work.</string>
<string name="snackbar_message_location_permission_denied">Location permission not granted. Trackbook will not work.</string>
<!-- FAB Sub Menu -->
<string name="fab_sub_menu_clear">Clear</string>
<string name="fab_sub_menu_save">Save</string>
<string name="fab_sub_menu_resume">Resume</string>
<!-- Dialogs -->
<string name="dialog_generic_button_cancel">Cancel</string>
<string name="dialog_generic_button_okay">OK</string>
<string name="dialog_generic_details_button">Show details</string>
<string name="dialog_error_empty_recording_title">Unable to save</string>
<string name="dialog_error_empty_recording_message">Trackbook did not record any waypoints so far.</string>
<string name="dialog_error_empty_recording_action_resume">Resume Recording</string>
<string name="dialog_rename_track_button">Rename</string>
<string name="dialog_rename_track_input_hint">Enter a new name</string>
<string name="dialog_share_gpx">Share GPX file with</string>
<string name="dialog_yes_no_positive_button_default">Yes</string>
<string name="dialog_yes_no_positive_button_remove_recording">Remove</string>
<string name="dialog_yes_no_message_remove_recording">Remove this recording?</string>
<!-- Toast Messages -->
<string name="toast_message_elevation_info">Hint: The accuracy of elevation data depends on your device. The uphill and downhill elevation of the whole route is measured.</string>
<string name="toast_message_install_file_helper">Please install a file manager or a GPX track viewer first.</string>
<!-- Map Markers -->
<string name="marker_description_time">Time</string>
<string name="marker_description_accuracy">Accuracy</string>
<!-- Statistics Sheet -->
<string name="statistics_sheet_p_distance">Total distance:</string>
<string name="statistics_sheet_p_steps">Steps taken:</string>
<string name="statistics_sheet_p_steps_no_pedometer">pedometer not available</string>
<string name="statistics_sheet_p_waypoints">Recorded waypoints:</string>
<string name="statistics_sheet_p_duration">Total duration:</string>
<string name="statistics_sheet_p_recording_start">Recording started:</string>
<string name="statistics_sheet_p_recording_stop">Recording stopped:</string>
<string name="statistics_sheet_p_max_altitude">Highest waypoint:</string>
<string name="statistics_sheet_p_min_altitude">Lowest waypoint:</string>
<string name="statistics_sheet_p_positive_elevation">Elevation (uphill):</string>
<string name="statistics_sheet_p_negative_elevation">Elevation (downhill):</string>
<!-- Recording Quick Settings Tile -->
<string name="quick_settings_tile_title_default">Recording</string>
<string name="quick_settings_tile_title_start">Start Recording</string>
<string name="quick_settings_tile_title_stop">Stop Recording</string>
<!-- Onboarding Layout -->
<string name="layout_onboarding_description_app_icon">Trackbook App Icon</string>
<!-- Track Tab Onboarding -->
<string name="track_list_onboarding_h1_part_1">Your recorded tracks</string>
<string name="track_list_onboarding_h1_part_2">… will show up here.</string>
<!-- Settings -->
<string name="pref_accuracy_threshold_summary">Discard location fixes with an accuracy larger than</string>
<string name="pref_accuracy_threshold_title">Accuracy Threshold</string>
<string name="pref_advanced_title">Advanced</string>
<string name="pref_general_title">General</string>
<string name="pref_gps_only_title">Restrict to GPS</string>
<string name="pref_gps_only_summary_gps_and_network">Currently using GPS and Network for localization.</string>
<string name="pref_gps_only_summary_gps_only">Currently using only GPS for localization.</string>
<string name="pref_imperial_measurement_units_summary_metric">Currently using metric units (Kilometer, Meter).</string>
<string name="pref_imperial_measurement_units_summary_imperial">Currently using imperial units (Miles, Feet).</string>
<string name="pref_imperial_measurement_units_title">Use Imperial Measurements</string>
<string name="pref_reset_advanced_summary">Reset advanced settings to defaults.</string>
<string name="pref_reset_advanced_title">Reset</string>
<string name="pref_theme_selection_mode_dark">Dark mode</string>
<string name="pref_theme_selection_mode_device_default">Same as device</string>
<string name="pref_theme_selection_mode_light">Light mode</string>
<string name="pref_theme_selection_summary">Current theme:</string>
<string name="pref_theme_selection_title">App Theme</string>
<!-- Abbreviations -->
<string name="abbreviation_hours">hrs</string>
<string name="abbreviation_minutes">min</string>
<string name="abbreviation_seconds">sec</string>
<!-- Descriptions -->
<string name="descr_map_current_track">Mapping of current track</string>
<string name="descr_map_last_track">Mapping of last track</string>
<string name="descr_fab_main_start">Start recording button</string>
<string name="descr_fab_sub_menu_button_save">Save button</string>
<string name="descr_fab_sub_menu_button_clear">Clear button</string>
<string name="descr_fab_sub_menu_button_resume">Resume button</string>
<string name="descr_mark_starred_button">Mark as starred button</string>
<string name="descr_quick_settings_tile_title_start">Start Recording</string>
<string name="descr_quick_settings_tile_title_stop">Stop Recording</string>
<string name="descr_statistics_sheet_delete_button">Track delete button</string>
<string name="descr_statistics_sheet_edit_button">Track edit button</string>
<string name="descr_statistics_sheet_share_button">Share as GPX button</string>
<!-- Sample Text -->
<string name="sample_text_track_data" translatable="false">23.0 km • 5 hrs 23 min 42 sec</string>
<string name="sample_text_track_name" translatable="false">July 20, 1969</string>
<string name="sample_text_default_data" translatable="false">track data missing</string>
</resources>