diff options
author | Rémy Boulanouar <rboulanouar@gmail.com> | 2017-09-14 13:46:14 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-09-14 14:46:14 +0300 |
commit | e5d80b7090d7c1088854e8a0f8223bdf8a769d12 (patch) | |
tree | 0ce2f8ded817b346d6637dd06cf78080dab17bf1 /options/locale | |
parent | 1739e84ac02c0384c04576a00abab9348293f9c7 (diff) | |
download | gitea-e5d80b7090d7c1088854e8a0f8223bdf8a769d12.tar.gz gitea-e5d80b7090d7c1088854e8a0f8223bdf8a769d12.zip |
Implementation of all repositories of a user from user->settings (#1740)
* Implementation of all repositories of a user from user->settings
* Update message when no repository found
* Update according to comments
* Change UI to have a better look
* improved user repositories UI
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 949f560a33..2e4520a7a3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -308,6 +308,7 @@ ssh_gpg_keys = SSH / GPG Keys social = Social Accounts applications = Applications orgs = Organizations +repos = Repositories delete = Delete Account twofa = Two-Factor Authentication account_link = External Accounts @@ -446,6 +447,7 @@ remove_account_link_desc = Removing this linked account will revoke all related remove_account_link_success = Account link has been removed successfully! orgs_none = You are not a member of any organizations. +repos_none = You do not own any repositories delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! |