diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-26 22:33:30 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-26 22:33:30 -0400 |
commit | ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (patch) | |
tree | 3886afb2dd6573db8438f36e422a0e948f505345 /conf | |
parent | b8368f98ffc79a6c6c7bceed50a2989049d3eb1a (diff) | |
download | gitea-ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd.tar.gz gitea-ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd.zip |
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5d9f221413..f0e0877f86 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -191,6 +191,10 @@ website = Website location = Location update_profile = Update Profile update_profile_success = Your profile has been successfully updated. +change_username = Username Changed +change_username_desc = Username has been changed, do you want to continue? This will affect all links relate to your account. +continue = Continue +cancel = Cancel change_password = Change Password old_password = Current Password diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index b21fa57302..4d80327e56 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -191,6 +191,10 @@ website = 个人网站 location = 所在地区 update_profile = 更新信息 update_profile_success = 您的个人信息更新成功! +change_username = 用户名将被修改 +change_username_desc = 用户名被修改,您确定要继续操作吗?这将会影响到所有与您帐户有关的链接。 +continue = 继续操作 +cancel = 取消操作 change_password = 修改密码 old_password = 当前密码 |