Change strings
This commit is contained in:
parent
6f12b7ca0d
commit
86777a5136
4 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@ public class Huawei implements DeviceBase {
|
|||
@Override
|
||||
public boolean isThatRom() {
|
||||
return isEmotionUI_23() ||
|
||||
isEmotionUI_3() ||
|
||||
isEmotionUI_3() ||
|
||||
isEmotionUI_301() ||
|
||||
isEmotionUI_31() ||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">App Killer Manager</string>
|
||||
<string name="dialog_huawei_notification">%s nécessite d\'être activé comme \'Application protégée\' dans le gestionnaire de batterie du Huawei afin de recevoir correctement les notifications.</string>
|
||||
<string name="dialog_huawei_notification">%s nécessite d\'être activé comme \'Application protégée\' dans le gestionnaire de batterie du Huawei afin de recevoir correctement les notifications et permmetre l\'execution de tâches en arrière plan (Musique, Services, etc)</string>
|
||||
<string name="dialog_do_not_show_again">Ne plus afficher</string>
|
||||
<string name="dialog_title_huawei_notification">Huawei notification alerte</string>
|
||||
<string name="dialog_button">Accéder aux paramètres</string>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">App Killer Manager</string>
|
||||
<string name="dialog_huawei_notification">%s need to be set as \'Protected App\' in settings in order to received correctly all notifications</string>
|
||||
<string name="dialog_huawei_notification">%s need to be set as \'Protected App\' in settings in order to received correctly all notifications and let background tasks work properly (Musics, Services, etc)</string>
|
||||
<string name="dialog_do_not_show_again">Don\'t show again</string>
|
||||
<string name="dialog_title_huawei_notification">Huawei notification alert</string>
|
||||
<string name="dialog_button">Open settings</string>
|
||||
|
|
Loading…
Reference in a new issue