patchrom_miui icon indicating copy to clipboard operation
patchrom_miui copied to clipboard

Translation issues & force close

Open SeKi81 opened this issue 12 years ago • 2 comments

MIUISystemUI

values/strings.xml

<string name="status_bar_network_flow_today">Toady: %1$s</string>
<string name="status_bar_network_flow">"Toady:  %1$s    |    Remain:  %2$s"</string>
<string name="status_bar_network_flow_exceed">"Toady:  %1$s    |    Exceeded:  %2$s"</string>

Toady should be Today

LBESEC_MIUI.apk

 <string name="HIPS_SecurityPrompt_ROOT_Step1">Do you wish to allow %1$d to get ROOT permission</string>

This force close the LBESEC App. Change the variable to %1$s

 <string name="Privacy_App_TrustDialog_Content">MIUI will not ask your for confirmation of any security and privacy related operations from this App.</string>

your should be you

SeKi81 avatar Aug 14 '12 10:08 SeKi81

thank you, we will fix it!

fanoge avatar Aug 14 '12 12:08 fanoge

Thx for the translation fixes! But you did not fixed the force close. I think its my fault because i missed to say, its only with english language activated.

Reproduce: Switch language to english. Try to get root with some random app. It does force close, you can workaround this with set permissions to allow. The error is in my first post.

SeKi81 avatar Aug 22 '12 19:08 SeKi81