... | ... | @@ -98,6 +98,48 @@ LANG_GENMD5SUM="Generating md5sum" |
|
|
LANG_VERIFYMD5SUM="Verifying md5sum"
|
|
|
LANG_BACKUPCOMPL="Online Nandroid Backup Completed in"
|
|
|
LANG_FILESBKPEDUP="Files Backed-up"
|
|
|
LANG_INVALIDARGS="One or more of the arguments passed are invalid!"
|
|
|
LANG_USAGE="Usage"
|
|
|
LANG_OPTIONS="Options"
|
|
|
LANG_FLAGH="display this help message and exit"
|
|
|
LANG_FLAGH2="display more help messages and exit"
|
|
|
LANG_FLAGAH="display help for advanced backup mode"
|
|
|
LANG_FLAGV="display version number and exit"
|
|
|
LANG_FLAGP="generate backup name with phone timezone"
|
|
|
LANG_FLAGU="generate backup name with UTC time (default)"
|
|
|
LANG_FLAGI="CWM6 style incremental backup mode"
|
|
|
LANG_FLAGA="advanced / selective backup mode"
|
|
|
LANG_FLAGL="split backup mode (CWM 6+ only)"
|
|
|
LANG_FLAGO="good old backup mode (default)"
|
|
|
LANG_FLAGGC="run garbage collect mode"
|
|
|
LANG_FLAGW="TWRP backup mode"
|
|
|
LANG_FLAGME="enable md5 generation (TWRP only)"
|
|
|
LANG_FLAGMD="disable md5 generation (TWRP only)"
|
|
|
LANG_FLAGCE="enable compression (TWRP only)"
|
|
|
LANG_FLAGCD="disable compression (TWRP only)"
|
|
|
LANG_FLAGCG="enable compression and use gzip (TWRP only)"
|
|
|
LANG_FLAGC="specify a custom backup name"
|
|
|
LANG_FLAGS="specify an alternate storage media to backup"
|
|
|
LANG_FLAGE="specify path to sd-ext partition"
|
|
|
LANG_FLAGR="replace backup with same name"
|
|
|
LANG_FLAGY="create tar balls instead of yaffs images for yaffs2 partitions"
|
|
|
LANG_FLAGT="use /sbin as last option for busybox"
|
|
|
LANG_FLAGNE="enable vibrate and LED notification (default)"
|
|
|
LANG_FLAGND="disable vibrate and LED notification"
|
|
|
LANG_FLAGPP="show percentage progress indicator (default)"
|
|
|
LANG_FLAGPD="show dot progress indicator"
|
|
|
LANG_FLAGD="return device id used by TWRP"
|
|
|
LANG_FLAGXD="exclude dalvik-cache from backup"
|
|
|
LANG_FLAGXG="exclude Google Music files from backup"
|
|
|
LANG_LANGFILEL="Language File"
|
|
|
LANG_LANGFILEN="Name"
|
|
|
LANG_LANGFILEC="Code"
|
|
|
LANG_LANGFILED="Description"
|
|
|
LANG_LANGFILEA="Author"
|
|
|
LANG_LANGFILEE="Email"
|
|
|
LANG_LANGFILEV="Version"
|
|
|
LANG_LANGFILEF="For Online Nandroid Version"
|
|
|
LANG_LANGFILEO="Not found!"
|
|
|
```
|
|
|
|
|
|
* A language file is essentially a shell script consisting of variables for each string in Online Nandroid that can be localized and their respective strings in double quotes.
|
... | ... | |