You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pocketcommunityclient/app/src/main/res/values/strings.xml

47 lines
2.3 KiB

<resources>
<string name="app_name">PocketCommunityClient</string>
<!-- Strings related to login -->
<string name="prompt_user">please input username</string>
<string name="prompt_password">please input password</string>
<string name="action_sign_in">Sign in</string>
<string name="action_sign_in_short">Sign in</string>
<string name="welcome">"Welcome !"</string>
<string name="invalid_username">Not a valid username</string>
<string name="invalid_password">Password must be >%1$s characters</string>
<string name="login_failed">"Login failed"</string>
<string name="language_auto">system language</string>
<string name="language_chs">chs</string>
<string name="language_en">en</string>
<string name="language_choose">current language</string>
<string name="AUTOFILL_HINT_PASSWORD">password</string>
<string name="AUTOFILL_HINT_USERNAME">username</string>
<string name="action_register">Register</string>
<string name="action_back">back</string>
<string name="action_config">system config</string>
<string name="prompt_confirm_password">please input confirm password</string>
<string name="prompt_email">please input email</string>
<string name="prompt_phone">please input phone</string>
<string name="action_reset_password">reset password</string>
<string name="title_activity_resetpwd">reset password</string>
<!-- Strings used for fragments for navigation -->
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="action_sendcode">send code</string>
<string name="title_home">Forum</string>
<string name="title_dashboard">Visitor</string>
<string name="title_notifications">Recycle</string>
<string name="title_info">MyInformation</string>
<string name="forum_hot">hot</string>
<string name="forum_new">new</string>
<string name="forum_post">post</string>
<string name="forum_my">my</string>
<string name="visitor_appointment">Making an Appointment</string>
<string name="visitor_reservation">My Reservation</string>
<string name="visitor_visitor">My Visitor</string>
<!-- Strings used for fragments for navigation -->
<!-- Strings used for fragments for navigation -->
<!-- Strings used for fragments for navigation -->
</resources>