opt: error message of login and register
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
android:id="@+id/app_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="16dp"
|
||||
android:theme="@style/AppTheme.AppBarOverlay">
|
||||
|
||||
<android.support.v7.widget.Toolbar
|
||||
<com.stardust.theme.widget.ThemeColorToolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
|
||||
@@ -332,4 +332,8 @@
|
||||
<string name="text_community_recent">最新</string>
|
||||
<string name="text_community_popular">热门</string>
|
||||
<string name="text_community_tags">话题</string>
|
||||
<string name="nodebb_error_invalid_login_credentials">无效的登录凭证</string>
|
||||
<string name="nodebb_error_change_password_error_length">密码太短</string>
|
||||
<string name="nodebb_error_email_taken">邮箱已被占用</string>
|
||||
<string name="nodebb_error_change_password_error_match">两次输入的密码不一致</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user