ProfileUpdateActivity 문자열 리소스화
This commit is contained in:
@@ -299,6 +299,37 @@
|
||||
<string name="screen_my_notice_more">Details</string>
|
||||
<string name="screen_my_login">Login</string>
|
||||
<string name="screen_my_edit_profile">Edit profile</string>
|
||||
<!-- Profile Update -->
|
||||
<string name="screen_profile_update_email_label">Email</string>
|
||||
<string name="screen_profile_update_password_label">Password</string>
|
||||
<string name="screen_profile_update_password_mask">********</string>
|
||||
<string name="screen_profile_update_change_password">Change password</string>
|
||||
<string name="screen_profile_update_nickname_label">Nickname</string>
|
||||
<string name="screen_profile_update_change_nickname">Change nickname</string>
|
||||
<string name="screen_profile_update_gender_label">Gender</string>
|
||||
<string name="screen_profile_update_gender_female">Female</string>
|
||||
<string name="screen_profile_update_gender_male">Male</string>
|
||||
<string name="screen_profile_update_gender_none">Prefer not to say</string>
|
||||
<string name="screen_profile_update_instagram_label">Instagram</string>
|
||||
<string name="screen_profile_update_instagram_hint">Instagram URL</string>
|
||||
<string name="screen_profile_update_youtube_label">YouTube channel</string>
|
||||
<string name="screen_profile_update_youtube_hint">YouTube channel URL</string>
|
||||
<string name="screen_profile_update_website_label">Website</string>
|
||||
<string name="screen_profile_update_website_hint">Website URL</string>
|
||||
<string name="screen_profile_update_blog_label">Blog</string>
|
||||
<string name="screen_profile_update_blog_hint">Blog URL</string>
|
||||
<string name="screen_profile_update_interest_title">Interests</string>
|
||||
<string name="screen_profile_update_interest_select">Select interests</string>
|
||||
<string name="screen_profile_update_introduce_label">Bio</string>
|
||||
<string name="screen_profile_update_introduce_hint">Enter a short bio</string>
|
||||
<string name="screen_profile_update_save">Save</string>
|
||||
<string name="msg_profile_update_image_pick_failed">Failed to load image.</string>
|
||||
<string name="msg_profile_update_image_updated">Profile image updated.</string>
|
||||
<string name="msg_profile_update_updated">Profile updated.</string>
|
||||
<string name="msg_profile_update_password_current_required">Enter your current password</string>
|
||||
<string name="msg_profile_update_password_new_required">Enter a new password</string>
|
||||
<string name="msg_profile_update_password_mismatch">Passwords do not match.</string>
|
||||
<string name="msg_profile_update_password_updated">Password updated.</string>
|
||||
<string name="screen_my_view_channel">View my channel</string>
|
||||
<string name="screen_my_charge_can">Charge cans</string>
|
||||
<string name="screen_my_point_reward">Point reward</string>
|
||||
|
||||
Reference in New Issue
Block a user