rename button to activate profile
This commit is contained in:
parent
3d58fe6bb5
commit
f08809ff9e
|
@ -500,11 +500,7 @@ public class CircadianPercentageProfileFragment extends SubscriberFragment {
|
|||
public void run() {
|
||||
if (!MainApp.getConfigBuilder().isInitialized() || MainApp.getConfigBuilder().isSuspended()) {
|
||||
profileswitchButton.setVisibility(View.GONE);
|
||||
} else if (!MainApp.getConfigBuilder().getPumpDescription().isSetBasalProfileCapable) {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.activate_profile));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.send_to_pump));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -153,11 +153,7 @@ public class LocalProfileFragment extends SubscriberFragment {
|
|||
public void run() {
|
||||
if (!MainApp.getConfigBuilder().isInitialized() || MainApp.getConfigBuilder().isSuspended()) {
|
||||
profileswitchButton.setVisibility(View.GONE);
|
||||
} else if (!MainApp.getConfigBuilder().getPumpDescription().isSetBasalProfileCapable) {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.activate_profile));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.send_to_pump));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -157,11 +157,7 @@ public class SimpleProfileFragment extends SubscriberFragment {
|
|||
public void run() {
|
||||
if (!MainApp.getConfigBuilder().isInitialized() || MainApp.getConfigBuilder().isSuspended()) {
|
||||
profileswitchButton.setVisibility(View.GONE);
|
||||
} else if (!MainApp.getConfigBuilder().getPumpDescription().isSetBasalProfileCapable) {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.activate_profile));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
profileswitchButton.setText(MainApp.instance().getText(R.string.send_to_pump));
|
||||
profileswitchButton.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
android:layout_marginTop="3dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:text="@string/send_to_pump"
|
||||
android:text="@string/activate_profile"
|
||||
android:textColor="@color/colorProfileSwitchButton" />
|
||||
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
android:layout_weight="1"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:text="@string/send_to_pump"
|
||||
android:text="@string/activate_profile"
|
||||
android:textColor="@color/colorProfileSwitchButton" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
android:layout_weight="1"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:text="@string/send_to_pump"
|
||||
android:text="@string/activate_profile"
|
||||
android:textColor="@color/colorProfileSwitchButton" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -351,8 +351,7 @@
|
|||
<string name="button3">Бутон 3</string>
|
||||
<string name="percentagefactor_hint">% с който базовият профил ще бъде променен.</string>
|
||||
<string name="timeshift_hint">Точен брой часове, с които ще бъде изместен профила!</string>
|
||||
<string name="send_to_pump">ИЗПРАТИ КЪМ ПОМПАТА</string>
|
||||
<string name="units">Единици:</string>
|
||||
<string name="units">Единици:</string>
|
||||
<string name="mgdl">мг/дл</string>
|
||||
<string name="mmol">ммол/л</string>
|
||||
<string name="dia">DIA:</string>
|
||||
|
|
|
@ -340,7 +340,6 @@
|
|||
<string name="pumpshutdown">Pumpa vypnuta</string>
|
||||
<string name="resend_all_data">Znovu poslat všechny data</string>
|
||||
<string name="reset_db_confirm">Opravdu resetovat všechny databáze</string>
|
||||
<string name="send_to_pump">POSLAT DO PUMPY</string>
|
||||
<string name="target_range">Cílový rozsah:</string>
|
||||
<string name="timeshift_hint">Čas v hodinách, o který bude bazál posunutý.</string>
|
||||
<string name="units">Jednotky:</string>
|
||||
|
|
|
@ -288,7 +288,6 @@
|
|||
<string name="lowbattery">Niedrige Batterie</string>
|
||||
<string name="pumpbusy">Pumpe ist beschäftigt</string>
|
||||
<string name="pumperror">Pumpenfehler</string>
|
||||
<string name="send_to_pump">an Pumpe senden</string>
|
||||
<string name="target_range">Zielbereich:</string>
|
||||
<string name="units">Einheiten:</string>
|
||||
<string name="wrongpumpdriverselected">Falscher Pumpentreiber ausgewählt</string>
|
||||
|
|
|
@ -377,7 +377,6 @@
|
|||
<string name="pumpshutdown">Apagando Bomba</string>
|
||||
<string name="removerecord">Eliminar registro:</string>
|
||||
<string name="resend_all_data">Enviar todos los datos</string>
|
||||
<string name="send_to_pump">ENVIAR A BOMBA</string>
|
||||
<string name="short_avgdelta">Media corta delta</string>
|
||||
<string name="sms_bolus">Bolo:</string>
|
||||
<string name="sms_lastbg">Último BG:</string>
|
||||
|
|
|
@ -330,7 +330,6 @@
|
|||
<string name="save">Salva</string>
|
||||
<string name="send">Esci</string>
|
||||
<string name="setbasalquestion">Accettare il nuovo basale temp</string>
|
||||
<string name="send_to_pump">INVIARE ALLA POMPA</string>
|
||||
<string name="setextendedbolusquestion">Impostare il nuovo bollo esteso</string>
|
||||
<string name="setting_imported">Impostazioni importate</string>
|
||||
<string name="settingextendedbolus">Impostazioni aggiuntive bolus</string>
|
||||
|
|
|
@ -351,7 +351,6 @@
|
|||
<string name="button3">버튼3</string>
|
||||
<string name="percentagefactor_hint">Percentage factor by which the base profile will be multiplied.</string>
|
||||
<string name="timeshift_hint">Time in hours by which the profile will be shifted round robin.</string>
|
||||
<string name="send_to_pump">SEND TO PUMP</string>
|
||||
<string name="units">Units:</string>
|
||||
<string name="mgdl">mg/dl</string>
|
||||
<string name="mmol">mmol/l</string>
|
||||
|
|
|
@ -185,7 +185,6 @@
|
|||
<string name="safety">Veiligheid</string>
|
||||
<string name="send">VERZEND</string>
|
||||
<string name="send_calibration" formatted="false">Verzend calibratie %.1f naar xDrip?</string>
|
||||
<string name="send_to_pump">VERZEND NAAR POMP</string>
|
||||
<string name="sensitivity_warning">Vergeet niet alle gegeten koolhydraten in te geven bij het activeren van de Autosens functie. Anders zullen BG wijzigingen door maaltijden foutief geïnterpreteerd worden!!</string>
|
||||
<string name="sensitivityaaps">Gevoeligheid AAPS</string>
|
||||
<string name="sensitivityoref0">Gevoeligheid Oref0</string>
|
||||
|
|
|
@ -427,7 +427,6 @@
|
|||
<string name="save">сохранить</string>
|
||||
<string name="send">ОТПРАВИТЬ</string>
|
||||
<string name="send_calibration" formatted="false">отправить калибровку %.1f на xdrip?</string>
|
||||
<string name="send_to_pump">ОТПРАВИТЬ НА ПОМПУ</string>
|
||||
<string name="setbasalquestion">принять новый врем базал:</string>
|
||||
<string name="setextendedbolusquestion">установить новый расширенн болюс:</string>
|
||||
<string name="setting_imported">настройки импортированы</string>
|
||||
|
|
|
@ -413,7 +413,6 @@
|
|||
<string name="setting_imported">inställningar importerade</string>
|
||||
<string name="setextendedbolusquestion">Ställ in ny förlängd bolus:</string>
|
||||
<string name="setbasalquestion">Acceptera ny temp basal:</string>
|
||||
<string name="send_to_pump">SKICKA TILL PUMP</string>
|
||||
<string name="send_calibration" formatted="false">Skicka kalibrering %.1f till xDrip?</string>
|
||||
<string name="send">SKICKA</string>
|
||||
<string name="save">Spara</string>
|
||||
|
|
|
@ -362,7 +362,6 @@
|
|||
<string name="button3">Button 3</string>
|
||||
<string name="percentagefactor_hint">Percentage factor by which the base profile will be multiplied.</string>
|
||||
<string name="timeshift_hint">Time in hours by which the profile will be shifted round robin.</string>
|
||||
<string name="send_to_pump">SEND TO PUMP</string>
|
||||
<string name="units">Units:</string>
|
||||
<string name="mgdl">mg/dl</string>
|
||||
<string name="mmol">mmol/l</string>
|
||||
|
|
Loading…
Reference in a new issue