You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -580,6 +580,8 @@ lang_select_error = Select a language from the list.
580
580
581
581
username_been_taken = The username is already taken.
582
582
username_change_not_local_user = Non-local users are not allowed to change their username.
583
+
change_username_disabled = Changing username is disabled.
584
+
change_full_name_disabled = Changing full name is disabled.
583
585
username_has_not_been_changed = Username has not been changed
584
586
repo_name_been_taken = The repository name is already used.
585
587
repository_force_private = Force Private is enabled: private repositories cannot be made public.
@@ -705,7 +707,8 @@ public_profile = Public Profile
705
707
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
706
708
location_placeholder = Share your approximate location with others
707
709
profile_desc = Control how your profile is show to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
708
-
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
710
+
password_username_disabled = You are not allowed to change their username. Please contact your site administrator for more details.
711
+
password_full_name_disabled = You are not allowed to change their full name. Please contact your site administrator for more details.
0 commit comments