.form-text.text-muted=_("The maximum file size allowed is 200KB.")
.form-text.text-muted=s_("Profiles|The maximum file size allowed is 200KB.")
-if@user.avatar?
%hr
=link_to_('Remove avatar'),profile_avatar_path,data: {confirm: _('Avatar will be removed. Are you sure?')},method: :delete,class: 'btn btn-danger btn-inverted'
=link_tos_("Profiles|Remove avatar"),profile_avatar_path,data: {confirm: s_("Profiles|Avatar will be removed. Are you sure?")},method: :delete,class: 'btn btn-danger btn-inverted'
%hr
.row
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0=s_("User|Current status")
%h4.prepend-top-0=s_("Profiles|Current status")
%p=s_("Profiles|This emoji and message will appear on your profile and throughout the interface.")
.col-lg-8
=f.fields_for:status,@user.statusdo|status_form|
...
...
@@ -66,62 +69,66 @@
.row
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
Main settings
=s_("Profiles|Main settings")
%p
This information will appear on your profile.
=s_("Profiles|This information will appear on your profile.")
-ifcurrent_user.ldap_user?
Some options are unavailable for LDAP accounts
=s_("Profiles|Some options are unavailable for LDAP accounts")
help: "Your name was automatically set based on your #{attribute_provider_label(:name)} account, so people you know can recognize you."
help: s_("Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you.")%{provider_label: attribute_provider_label(:name)}
-else
=f.text_field:name,label: 'Full name',required: true,wrapper: {class: 'col-md-9'},help: "Enter your name, so people you know can recognize you."
=f.text_field:email,required: true,readonly: true,help: "Your email address was automatically set based on your #{attribute_provider_label(:email)} account."
=f.text_field:email,required: true,readonly: true,help: s_("Profiles|Your email address was automatically set based on your %{provider_label} account.")%{provider_label: attribute_provider_label(:email)}
=f.text_field:location,readonly: true,help: "Your location was automatically set based on your #{attribute_provider_label(:location)} account."
=f.text_field:location,readonly: true,help: s_("Profiles|Your location was automatically set based on your %{provider_label} account.")%{provider_label: attribute_provider_label(:location)}
-else
=f.text_field:location
=f.text_field:organization
=f.text_area:bio,rows: 4,maxlength: 250,help: 'Tell us about yourself in fewer than 250 characters.'
=f.text_area:bio,rows: 4,maxlength: 250,help: s_("Profiles|Tell us about yourself in fewer than 250 characters.")
%hr
%h5 Private profile
%h5=("Private profile")
-private_profile_label=capturedo
Don't display activity-related personal information on your profile
=s_("Profiles|Don't display activity-related personal information on your profiles")
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr ""
msgid "Contributors"
msgstr ""
...
...
@@ -3932,6 +3935,9 @@ msgstr ""
msgid "No container images stored for this project. Add one by following the instructions above."
msgstr ""
msgid "No contributions were found"
msgstr ""
msgid "No due date"
msgstr ""
...
...
@@ -4471,6 +4477,9 @@ msgstr ""
msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
msgstr ""
msgid "Profiles|%{author_name} made a private contribution"
msgstr ""
msgid "Profiles|Account scheduled for removal."
msgstr ""
...
...
@@ -4480,15 +4489,30 @@ msgstr ""
msgid "Profiles|Add status emoji"
msgstr ""
msgid "Profiles|Avatar cropper"
msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
msgid "Profiles|Change username"
msgstr ""
msgid "Profiles|Choose file..."
msgstr ""
msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information."
msgstr ""
msgid "Profiles|Clear status"
msgstr ""
msgid "Profiles|Current path: %{path}"
msgstr ""
msgid "Profiles|Current status"
msgstr ""
msgid "Profiles|Delete Account"
msgstr ""
...
...
@@ -4501,39 +4525,108 @@ msgstr ""
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
msgid "Profiles|Do not show on profile"
msgstr ""
msgid "Profiles|Don't display activity-related personal information on your profiles"
msgstr ""
msgid "Profiles|Edit Profile"
msgstr ""
msgid "Profiles|Invalid password"
msgstr ""
msgid "Profiles|Invalid username"
msgstr ""
msgid "Profiles|Main settings"
msgstr ""
msgid "Profiles|No file chosen"
msgstr ""
msgid "Profiles|Path"
msgstr ""
msgid "Profiles|Position and size your new avatar"
msgstr ""
msgid "Profiles|Private contributions"
msgstr ""
msgid "Profiles|Public Avatar"
msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
msgid "Profiles|Set new profile picture"
msgstr ""
msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters."
msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
msgstr ""
msgid "Profiles|This email will be displayed on your public profile."
msgstr ""
msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
msgstr ""
msgid "Profiles|This feature is experimental and translations are not complete yet."
msgstr ""
msgid "Profiles|This information will appear on your profile."
msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr ""
msgid "Profiles|Typically starts with \"ssh-rsa …\""