1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 19:20:36 +02:00

Fix some formatting errors

This commit is contained in:
Erik Johansson
2018-09-05 22:16:11 +02:00
parent 605d563408
commit 2620dee673
2 changed files with 7 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name" translatable="false">openScale</string>
<string name="title_overview">Panoramica</string>
<string name="title_graph">Grafico</string>
<string name="title_table">Tabella</string>

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">openScale</string>
<string name="title_overview">Overzicht</string>
<string name="title_graph">Grafieken</string>
<string name="title_table">Tabel</string>
@@ -96,7 +94,7 @@
<string name="info_bluetooth_connection_lost">Bluetooth-verbinding verloren</string>
<string name="info_bluetooth_no_device">Geen Bluetooth-apparaat gevonden</string>
<string name="info_bluetooth_no_device_set">Geen Bluetooth-apparaat geselecteerd</string>
-<string name="info_bluetooth_connection_successful">Verbinding gemaakt</string>
<string name="info_bluetooth_connection_successful">Verbinding gemaakt</string>
<string name="info_bluetooth_init">Initialiseer Bluetooth-apparaat</string>
<string name="info_bluetooth_connection_error">Onverwachte Bluetooth fout</string>
<string name="info_new_data_added">%1$.2f%2$s [%3$s] aan %4$s toegevoegd</string>
@@ -119,7 +117,7 @@
<string name="label_enable_labels">Gegevenslabel</string>
<string name="label_enable_points">Gegevenspunt</string>
<string name="label_delete_confirmation">Bevestiging verwijderen</string>
<string name="label_delete_confirmation">Bevestiging verwijderen</string>
<string name="label_category_measurement_database">Metingen database</string>
@@ -171,7 +169,7 @@
<string name="info_step_on_scale">Stap alsjeblieft met blote voeten op de weegschaal voor een meting</string>
<string name="info_measuring">Gewicht meten: %.2f</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">Er heeft zich een onverwachte fout voorgedaan.\nGelieve dit te melden inclusief details op de volgende website: \nhttps://github.com/oliexdev/openScale/issues</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">Er heeft zich een onverwachte fout voorgedaan.\nGelieve dit te melden inclusief details op de volgende website: \nhttps://github.com/oliexdev/openScale/issues</string>
<string name="customactivityoncrash_error_activity_restart_app">Herstart app</string>
<string name="customactivityoncrash_error_activity_close_app">Sluit app</string>
<string name="customactivityoncrash_error_activity_error_details">Fout details</string>
@@ -187,13 +185,14 @@
<string name="label_month_view">Maandelijkse weergave</string>
<string name="label_weeks_view">Wekelijkse weergave</string>
<string name="permission_not_granted">Geen toestemming verleend</string>
<string name="permission_not_granted">Geen toestemming verleend</string>
<string name="permission_bluetooth_info">"Locatie toestemming is nodig om te kunnen zoeken naar Bluetooth apparaten. Dit kan weer ingetrokken worden zodra het apparaat is gevonden."</string>
<string name="permission_bluetooth_info_title">Info</string>
<string name="permission_read_data_description">lees openScale gegevens, inclusief gebruikersinformatie en alle bewaarde metingen</string>
<string name="permission_read_data_label">Lees openScale Gegevens</string>
<string name="label_next">Volgende</string>
<string name="label_long_press_drag_reorder">Indrukken en slepen om metingen te herordenen</string> <string name="label_click_measurement_configure">Click measurement to configure</string>
<string name="label_long_press_drag_reorder">Indrukken en slepen om metingen te herordenen</string>
<string name="label_click_measurement_configure">Click measurement to configure</string>
<string name="label_set_default_order">Stel standaard volgorde in</string>
<string name="label_export_overwrite">Vorige export \"%s\" overschrijven?</string>
<string name="label_include_in_overview_graph">Toevoegen aan overzichtsgrafiek</string>
@@ -239,7 +238,7 @@
<string name="label_measure_unit">Meeteenheid</string>
<string name="label_activity_level">Activiteitsniveau</string>
<string name="activity_level_sedentary">Zeer laag activiteitsniveau</string>
<string name="activity_level_mild"Laag activiteitsniveau</string>
<string name="activity_level_mild">Laag activiteitsniveau</string>
<string name="activity_level_moderate">Gemiddelde activiteitsniveau</string>
<string name="activity_level_heavy">Hoog activiteitsniveau</string>
<string name="activity_level_extreme">Zeer hoog activiteitsniveau</string>