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

65 lines
3.2 KiB

4 years ago
<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>
4 years ago
<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>
4 years ago
<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>
4 years ago
<string name="title_home">Forum</string>
<string name="title_dashboard">Visitor</string>
<string name="title_notifications">Recycle</string>
<string name="title_info">MyInformation</string>
4 years ago
<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>
<string name="nick_name">nickname:%1$s</string>
<string name="credit_score">credit score:%1$d</string>
<string name="headimg">headimg</string>
<string name="modify_password">modify password</string>
<string name="mobie">mobie</string>
<string name="email">email</string>
<string name="recent_posts">recent posts:%1$d</string>
<string name="recent_visitors">recent visitors:%1$d</string>
<string name="active_history">active history</string>
<string name="notice_author">author:%1s</string>
<string name="notice_content_load">load notice content.....</string>
<string name="notice_time">time:%1s</string>
<string name="dateformat">yyyy-MM-dd HH:mm:ss</string>
<string name="active_user">Active User</string>
<string name="hot_topic">Hot Topic</string>
<string name="hot_events">Hot Events</string>
<string name="hot_rank">%1d.%2s</string>
<!-- Strings used for fragments for navigation -->
<!-- Strings used for fragments for navigation -->
<!-- Strings used for fragments for navigation -->
4 years ago
</resources>