add string
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/679e84f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/679e84f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/679e84f1 Branch: refs/heads/master Commit: 679e84f160adfdc60f61d1ccfdb33af2a215f681 Parents: bda66e8 Author: Sagar <[email protected]> Authored: Sat Jul 30 14:53:08 2016 +0530 Committer: Sagar <[email protected]> Committed: Sat Jul 30 14:53:08 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/values/strings.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/679e84f1/app/src/main/res/values/strings.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2270247..b13e728 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,10 +28,10 @@ limitations under the License. <item>Date Last Run</item> </array> <string name="hello_blank_fragment"> About Workflow </string> - <string name="Logininfo">Login to your Account (MyExperiment)</string> + <string name="LoginInfo">MyExperiment Login</string> <string name="loginusername">Email or Username</string> <string name="loginpassword">Password</string> - <string name="loginbutton">Login</string> + <string name="bLogin">Login</string> <string name="title_activity_dashboard_main">Dashboard</string> <string name="title_favorite">Favorites</string> @@ -80,7 +80,7 @@ limitations under the License. <string name="loading">Loading details</string> <string name="loadworkflows">Loading Workflows</string> <string name="fetchrun">Fetching run components </string> - <string name="keeplogin">Remain Logged-in</string> + <string name="keepLogin">Remain Logged-in</string> <string name="emailerr">Username must not be empty</string> <string name="passworderr">Password must not be empty</string> @@ -114,4 +114,9 @@ limitations under the License. <string name="licence">Licence</string> <string name="no_favourite_workflow_found">No Favourite Workflow Found!!!</string> <string name="image_zoom">Image Zoom</string> + <string name="hint_email">Email or Username</string> + <string name="hint_password">Password</string> + <string name="bLoginDescription">Login Button</string> + <string name="err_login_email">Enter valid email</string> + <string name="err_login_password">Enter valid password</string> </resources>
