daimajia / daimajia/droidwall

Translation values - some of them a const-strings.

Open
#113 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Enhancement
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating Api.smali, MainActivity.smali, and StatusWidget.smali at the listed lines and inspect how their constant strings are used. Trace whether the corresponding source or resource files are available rather than relying only on the reversed APK. Done means the listed messages can be translated instead of remaining hard-coded.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
internationalization, localization, mobile-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.