diff options
author | Unknwon <u@gogs.io> | 2015-03-26 17:11:47 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-26 17:11:47 -0400 |
commit | 698b9e2acc4daafe7d2b314e2d8c96545dde9c40 (patch) | |
tree | 8d593bb0816503494de4deb16ee0fa6b95eb3c5c /conf/locale | |
parent | d76f11c6f14b69bf981e5fc3901cc2c6445773b8 (diff) | |
download | gitea-698b9e2acc4daafe7d2b314e2d8c96545dde9c40.tar.gz gitea-698b9e2acc4daafe7d2b314e2d8c96545dde9c40.zip |
#1070 Clearer error message for illegal characters
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index f5f56f573a..3fbc71cb14 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -157,9 +157,6 @@ org_name_been_taken = Organization name has been already taken. team_name_been_taken = Team name has been already taken. email_been_used = E-mail address has been already used. ssh_key_been_used = Public key name or content has been used. -illegal_username = Your username contains illegal characters. -illegal_repo_name = Repository name contains illegal characters. -illegal_org_name = Organization name contains illegal characters. illegal_team_name = Team name contains illegal characters. username_password_incorrect = Username or password is not correct. enterred_invalid_repo_name = Please make sure that the repository name you entered is correct. @@ -190,6 +187,9 @@ followers = Followers starred = Starred following = Following +form.name_reserved = Username '%s' is reserved. +form.name_pattern_not_allowed = Username pattern '%s' is not allowed. + [settings] profile = Profile password = Password @@ -290,6 +290,9 @@ create_repo = Create Repository default_branch = Default Branch mirror_interval = Mirror Interval (hour) +form.name_reserved = Repository name '%s' is reserved. +form.name_pattern_not_allowed = Repository name pattern '%s' is not allowed. + need_auth = Need Authorization migrate_type = Migration Type migrate_type_helper = This repository will be a <span class="label label-blue label-radius">mirror</span> @@ -440,6 +443,9 @@ team_name_helper = You'll use this name to mention this team in conversations. team_desc_helper = What is this team all about? team_permission_desc = What permission level should this team have? +form.name_reserved = Organization name '%s' is reserved. +form.name_pattern_not_allowed = Organization name pattern '%s' is not allowed. + settings = Settings settings.options = Options settings.full_name = Full Name @@ -449,7 +455,7 @@ settings.update_settings = Update Settings settings.change_orgname = Organization Name Changed settings.change_orgname_desc = Organization name has been changed. This will affect how links relate to the organization. Do you want to continue? settings.update_setting_success = Organization settings were successfully updated. - settings.delete = Delete Organization +settings.delete = Delete Organization settings.delete_account = Delete This Organization settings.delete_prompt = The organization will be permanently removed, and this <strong>CANNOT</strong> be undone! settings.confirm_delete_account = Confirm Deletion |