diff options
author | Parménides GV <parmegv@sdf.org> | 2013-04-22 18:07:07 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-04-29 17:09:12 +0200 |
commit | 75728462433b19567710f54a9d4767681b10be95 (patch) | |
tree | ca6208f300c740a249a8b74fe343154be1bc96c9 /res/values | |
parent | 5c05094401d6ed3c69ab8f64e47278973bc87425 (diff) |
Coded dialog (now there is a button in the Dashboard), time to test.
I need to implement bypass for dev.bitmask.net, because bitmask.net is
down.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2deb23fa..6e84bed2 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -265,5 +265,9 @@ <string name="introduce_new_provider">Introduce new provider</string> <string name="save">Save</string> <string name="new_provider_uri">New provider\'s main URL</string> + <string name="username_ask">Introduce your username</string> + <string name="password_ask">Enter your password</string> + <string name="log_in_button">Log in</string> + <string name="login_button">Log In</string> </resources>
\ No newline at end of file |