diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-13 05:27:01 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-13 05:27:01 -0500 |
commit | 9e2284048372864a7dbc5e192877ebdca04abcab (patch) | |
tree | 82b98f331ef96b3eff144d4fe48b9504ffd247dc /conf/locale | |
parent | 8eb5120fbd19dac1221f82d84c339b4be9b0975b (diff) | |
download | gitea-9e2284048372864a7dbc5e192877ebdca04abcab.tar.gz gitea-9e2284048372864a7dbc5e192877ebdca04abcab.zip |
fix #622
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5c39340bbd..4f1442d205 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -164,6 +164,7 @@ unable_verify_ssh_key = Gogs cannot verify your SSH key, but we assume that is v auth_failed = Authentication failed: %v still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first. +still_has_org = Your account still have membership of organization, you have to left or delete them first. org_still_own_repo = This organization still have ownership of repository, you have to delete or transfer them first. still_own_user = This authentication still has used by some users, you should move them and then delete again. @@ -510,6 +511,7 @@ users.is_admin = This account has administrator permissions users.update_profile = Update Account Profile users.delete_account = Delete This Account users.still_own_repo = This account still have ownership of repository, you have to delete or transfer them first. +users.still_has_org = This account still have membership of organization, you have to left or delete them first. orgs.org_manage_panel = Organization Manage Panel orgs.name = Name |