xindervella / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

Translation values - some of them a const-strings. #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This consts need to be translated and we need variables for them (apk was 
reversed by apktool):

file: Api.smali
.line 500
const-string v0, "Log is empty"
.line 570
const-string v0, "Log is empty"

file: MainActivity.smali
.line 162
const-string v2, "Select mode:"

file: StatusWidget.smali
.line 59
const-string v7, "Cannot disable firewall - password defined!"
.line 64
const-string v7, "Firewall enabled!"
.line 66
:cond_4
const-string v7, "Error enabling firewall!"
.line 71
const-string v7, "Firewall disabled!"
.line 73
:cond_6
const-string v7, "Error disabling firewall!"

Original issue reported on code.google.com by cfyz.and...@gmail.com on 11 Mar 2011 at 3:26