diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-20 13:28:22 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-20 13:28:22 +0100 |
commit | 1765c3016dfdd73ad382d3e4600d6b30a20653d5 (patch) | |
tree | 5e801d6f73dd24474831eb4027d8434119821c51 /res/values | |
parent | e7e655c3a4832c14d5da66d1c05536be4e3622be (diff) |
Display if the build is done by me or other persons (will help finding the native library problems of strange build)
--HG--
extra : amend_source : 1df0499d036bab9cfd6b73f8b539d159304c3909
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 679681a0..b1e95b1e 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -265,5 +265,9 @@ <string name="packet_auth">Packets authentication</string> <string name="auth_dialog_title">Enter packet authentication method</string> <string name="toggle_timestamps">Toggle timestamps</string> - + <string name="mobile_info_extended">Running on %1$s (%2$s) %3$s, Android API %4$d, version %5$s, %6$s</string> + <string name="built_by">built by %s</string> + <string name="debug_build">debug build</string> + <string name="official_build">official build</string> + </resources>
\ No newline at end of file |