1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 07:51:46 +02:00

Language rework

This commit is contained in:
Allan Nordhøy
2018-04-13 08:58:03 +02:00
committed by GitHub
parent 61ce04fea1
commit 9cbd0e7091

View File

@@ -23,7 +23,7 @@
<string name="label_delete">Delete</string> <string name="label_delete">Delete</string>
<string name="label_add_user">Add user</string> <string name="label_add_user">Add user</string>
<string name="label_share">Share</string> <string name="label_share">Share</string>
<string name="label_share_subject">openScale CSV data export (%s)</string> <string name="label_share_subject">CSV data export (%s)</string>
<string name="label_weight">Weight</string> <string name="label_weight">Weight</string>
<string name="label_bmi">Body mass index (BMI)</string> <string name="label_bmi">Body mass index (BMI)</string>
@@ -31,7 +31,7 @@
<string name="label_fat">Body fat</string> <string name="label_fat">Body fat</string>
<string name="label_water">Body water</string> <string name="label_water">Body water</string>
<string name="label_muscle">Muscle</string> <string name="label_muscle">Muscle</string>
<string name="label_lbw">Lean body weight</string> <string name="label_lbw">Lean body mass</string>
<string name="label_waist">Waist circumference</string> <string name="label_waist">Waist circumference</string>
<string name="label_hip">Hip circumference</string> <string name="label_hip">Hip circumference</string>
<string name="label_comment">Comment</string> <string name="label_comment">Comment</string>
@@ -74,51 +74,51 @@
<string name="error_value_range">The value is not in range</string> <string name="error_value_range">The value is not in range</string>
<string name="error_exporting">Error exporting</string> <string name="error_exporting">Error exporting</string>
<string name="error_importing">Error importing</string> <string name="error_importing">Error importing</string>
<string name="error_user_name_required">Error: user name is required</string> <string name="error_user_name_required">Error: Username required</string>
<string name="error_user_name_too_short">Error: user name have to be at least 3 characters</string> <string name="error_user_name_too_short">Error: Username must be 3 characters or more</string>
<string name="error_height_required">Error: height is required</string> <string name="error_height_required">Error: Height required</string>
<string name="error_initial_weight_required">Error: initial weight is required</string> <string name="error_initial_weight_required">Error: Initial weight required</string>
<string name="error_goal_weight_required">Error: goal weight is required</string> <string name="error_goal_weight_required">Error: Goal weight required</string>
<string name="info_data_deleted">Database entry deleted</string> <string name="info_data_deleted">Entry deleted</string>
<string name="info_data_all_deleted">All database entries deleted</string> <string name="info_data_all_deleted">All entries deleted</string>
<string name="info_data_exported">Data exported to</string> <string name="info_data_exported">Exported to</string>
<string name="info_data_imported">Data imported from</string> <string name="info_data_imported">Imported from</string>
<string name="info_enter_value_cm">Enter value in cm</string> <string name="info_enter_value_cm">Value in cm:</string>
<string name="info_enter_comment">Enter an optional comment</string> <string name="info_enter_comment">Optional comment:</string>
<string name="info_enter_value_scale_unit">Enter value in scale unit</string> <string name="info_enter_value_scale_unit">Value in scale unit:</string>
<string name="info_is_visible">is visible</string> <string name="info_is_visible">is visible</string>
<string name="info_is_not_visible">is not visible</string> <string name="info_is_not_visible">is not visible</string>
<string name="info_is_enable">is enabled</string> <string name="info_is_enable">enabled</string>
<string name="info_is_not_enable">is disabled</string> <string name="info_is_not_enable">disabled</string>
<string name="info_is_not_available">is not available</string> <string name="info_is_not_available">not available</string>
<string name="info_bluetooth_try_connection">Trying to connect to</string> <string name="info_bluetooth_try_connection">Connecting to:</string>
<string name="info_bluetooth_connection_lost">Lost Bluetooth connection</string> <string name="info_bluetooth_connection_lost">Lost Bluetooth connection</string>
<string name="info_bluetooth_no_device">No Bluetooth device found</string> <string name="info_bluetooth_no_device">No Bluetooth device found</string>
<string name="info_bluetooth_no_device_set">No Bluetooth device selected</string> <string name="info_bluetooth_no_device_set">No Bluetooth device selected</string>
<string name="info_bluetooth_connection_successful">Connection successful established</string> <string name="info_bluetooth_connection_successful">Connection established</string>
<string name="info_bluetooth_init">Initialize Bluetooth device</string> <string name="info_bluetooth_init">Initialize Bluetooth device</string>
<string name="info_bluetooth_connection_error">Bluetooth has an unexpected error</string> <string name="info_bluetooth_connection_error">Unexpected Bluetooth error</string>
<string name="info_new_data_added">%1$.2f%2$s [%3$s] to %4$s added</string> <string name="info_new_data_added">%1$.2f%2$s [%3$s] to %4$s added</string>
<string name="info_new_data_duplicated">measurement with the same date and time already exist</string> <string name="info_new_data_duplicated">measurement with the same date and time already exist</string>
<string name="info_enter_user_name">Enter your name</string> <string name="info_enter_user_name">Enter your name</string>
<string name="info_no_selected_user">No user exists. Please create a new user in the settings.</string> <string name="info_no_selected_user">No user exists. Please create one in the settings.</string>
<string name="info_no_evaluation_available">Can\'t evaluate the value</string> <string name="info_no_evaluation_available">Could not evaluate the value</string>
<string name="question_really_delete">Do you really want to delete database entry?</string> <string name="question_really_delete">Confirm deletion of entry.</string>
<string name="question_really_delete_all">Do you really want to delete all database entries?</string> <string name="question_really_delete_all">Confirm deletion of all entries.</string>
<string name="question_really_delete_user">Do you really want to delete the user? </string> <string name="question_really_delete_user">Confirm deletion of user.</string>
<string name="label_bluetooth_title">Bluetooth</string> <string name="label_bluetooth_title">Bluetooth</string>
<string name="label_bluetooth_enable">Search for scale on startup</string> <string name="label_bluetooth_enable">Search for scale on startup</string>
<string name="label_mergeWithLastMeasurement">Merge with last measurement</string> <string name="label_mergeWithLastMeasurement">Merge with last measurement</string>
<string name="label_bluetooth_searching">Searching for Bluetooth scales</string> <string name="label_bluetooth_searching">Searching for Bluetooth scales</string>
<string name="label_bluetooth_searching_finished">Finished searching for Bluetooth scales</string> <string name="label_bluetooth_searching_finished">Search finished</string>
<string name="label_device_type">Device Type</string> <string name="label_device_type">Device Type</string>
<string name="label_enable_labels">Label on data point</string> <string name="label_enable_labels">Data point label</string>
<string name="label_enable_points">Point on data point</string> <string name="label_enable_points">Data point</string>
<string name="label_delete_confirmation">Delete confirmation</string> <string name="label_delete_confirmation">Delete confirmation</string>
@@ -153,7 +153,7 @@
<string name="label_backup">Backup</string> <string name="label_backup">Backup</string>
<string name="label_export_dir">Export dir</string> <string name="label_export_dir">Export dir</string>
<string name="label_not_found">not found</string> <string name="label_not_found">not found</string>
<string name="label_ignoreOutOfRange">Ignore data that are out of range</string> <string name="label_ignoreOutOfRange">Ignore out of range data</string>
<string name="label_initial_weight">Initial weight</string> <string name="label_initial_weight">Initial weight</string>
<string name="label_regression_line">Regression weight line</string> <string name="label_regression_line">Regression weight line</string>
<string name="label_regression_line_degree">Regression polynom degree</string> <string name="label_regression_line_degree">Regression polynom degree</string>
@@ -161,18 +161,18 @@
<string name="label_help">Help</string> <string name="label_help">Help</string>
<string name="label_feedback_message_enjoying">Enjoying openScale?</string> <string name="label_feedback_message_enjoying">Enjoying openScale?</string>
<string name="label_feedback_message_rate_app">How about a rating on GooglePlay or on GitHub, then?</string> <string name="label_feedback_message_rate_app">How about a rating on Google Play or GitHub?</string>
<string name="label_feedback_message_issue">Would you mind giving us some feedback?</string> <string name="label_feedback_message_issue">Would you mind providing some feedback?</string>
<string name="label_feedback_message_yes">Yes!</string> <string name="label_feedback_message_yes">Yes</string>
<string name="label_feedback_message_no">Not really</string> <string name="label_feedback_message_no">Not really</string>
<string name="label_feedback_message_positive">Ok, sure</string> <string name="label_feedback_message_positive">OK</string>
<string name="label_feedback_message_negative">No, thanks</string> <string name="label_feedback_message_negative">No</string>
<string name="error_max_scale_users">Maximum number of concurrent scale users reached</string> <string name="error_max_scale_users">Max. number of concurrent scale users reached</string>
<string name="info_step_on_scale">Please step barefoot on the scale for reference measurements</string> <string name="info_step_on_scale">Please step barefoot on the scale for reference measurements</string>
<string name="info_measuring">Measuring weight: %.2f</string> <string name="info_measuring">Measuring weight: %.2f</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">An unexpected error occurred.\n\nPlease create a new issue including the detailed error details on\nhttps://github.com/oliexdev/openScale/issues</string> <string name="customactivityoncrash_error_activity_error_occurred_explanation">An unexpected error occurred.\n\nPlease create a new detailed issue on\nhttps://github.com/oliexdev/openScale/issues</string>
<string name="customactivityoncrash_error_activity_restart_app">Restart app</string> <string name="customactivityoncrash_error_activity_restart_app">Restart app</string>
<string name="customactivityoncrash_error_activity_close_app">Close app</string> <string name="customactivityoncrash_error_activity_close_app">Close app</string>
<string name="customactivityoncrash_error_activity_error_details">Error details</string> <string name="customactivityoncrash_error_activity_error_details">Error details</string>
@@ -180,7 +180,7 @@
<string name="customactivityoncrash_error_activity_error_details_close">Close</string> <string name="customactivityoncrash_error_activity_error_details_close">Close</string>
<string name="customactivityoncrash_error_activity_error_details_copy">Copy to clipboard</string> <string name="customactivityoncrash_error_activity_error_details_copy">Copy to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_copied">Copied to clipboard</string> <string name="customactivityoncrash_error_activity_error_details_copied">Copied to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_clipboard_label">Error information</string> <string name="customactivityoncrash_error_activity_error_details_clipboard_label">Error info</string>
<string name="toggle_expand">Toggle expand</string> <string name="toggle_expand">Toggle expand</string>
<string name="edit">Edit</string> <string name="edit">Edit</string>
<string name="save">Save</string> <string name="save">Save</string>
@@ -189,8 +189,8 @@
<string name="label_weeks_view">Week view</string> <string name="label_weeks_view">Week view</string>
<string name="permission_not_granted">Permission not granted</string> <string name="permission_not_granted">Permission not granted</string>
<string name="permission_bluetooth_info">openScale requires permission to access the coarse location to search for Bluetooth devices. The permission can be revoked after the device is found.</string> <string name="permission_bluetooth_info">Coarse location permission is needed to search for Bluetooth devices. It can be revoked after the device is found.</string>
<string name="permission_bluetooth_info_title">Information</string> <string name="permission_bluetooth_info_title">Info</string>
<string name="label_next">Next</string> <string name="label_next">Next</string>
<string name="label_press_hold_reorder">Press and hold to reorder</string> <string name="label_press_hold_reorder">Press and hold to reorder</string>
<string name="label_set_default_order">Set default order</string> <string name="label_set_default_order">Set default order</string>
@@ -224,5 +224,5 @@
<string name="label_estimated">Estimated</string> <string name="label_estimated">Estimated</string>
<string name="label_estimate_measurement_summary">Based on weight, height, age, gender, etc.</string> <string name="label_estimate_measurement_summary">Based on weight, height, age, gender, etc.</string>
<string name="label_scale_not_supported">Is your scale not supported?</string> <string name="label_scale_not_supported">Is your scale not supported?</string>
<string name="label_click_to_help_add_support">Click here if you want to help add support for it</string> <string name="label_click_to_help_add_support">Click here to help add support for it</string>
</resources> </resources>