Commit e2126185 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'i18n-preferences-of-user-profile' into 'master'

Externalize strings of preferences page in user profile

See merge request gitlab-org/gitlab-ce!28746
parents cc4d5f0a b315af80
- page_title 'Preferences' - page_title _('Preferences')
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
= form_for @user, url: profile_preferences_path, remote: true, method: :put, html: { class: 'row prepend-top-default js-preferences-form' } do |f| = form_for @user, url: profile_preferences_path, remote: true, method: :put, html: { class: 'row prepend-top-default js-preferences-form' } do |f|
.col-lg-4.application-theme .col-lg-4.application-theme
%h4.prepend-top-0 %h4.prepend-top-0
= s_('Preferences|Navigation theme') = s_('Preferences|Navigation theme')
%p Customize the appearance of the application header and navigation sidebar. %p= _('Customize the appearance of the application header and navigation sidebar.')
.col-lg-8.application-theme .col-lg-8.application-theme
- Gitlab::Themes.each do |theme| - Gitlab::Themes.each do |theme|
= label_tag do = label_tag do
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
.col-lg-4.profile-settings-sidebar .col-lg-4.profile-settings-sidebar
%h4.prepend-top-0 %h4.prepend-top-0
Syntax highlighting theme = _('Syntax highlighting theme')
%p %p
This setting allows you to customize the appearance of the syntax. = _('This setting allows you to customize the appearance of the syntax.')
= succeed '.' do = succeed '.' do
= link_to 'Learn more', help_page_path('user/profile/preferences', anchor: 'syntax-highlighting-theme'), target: '_blank' = link_to _('Learn more'), help_page_path('user/profile/preferences', anchor: 'syntax-highlighting-theme'), target: '_blank'
.col-lg-8.syntax-theme .col-lg-8.syntax-theme
- Gitlab::ColorSchemes.each do |scheme| - Gitlab::ColorSchemes.each do |scheme|
= label_tag do = label_tag do
...@@ -35,31 +35,31 @@ ...@@ -35,31 +35,31 @@
.col-lg-4.profile-settings-sidebar .col-lg-4.profile-settings-sidebar
%h4.prepend-top-0 %h4.prepend-top-0
Behavior = _('Behavior')
%p %p
This setting allows you to customize the behavior of the system layout and default views. = _('This setting allows you to customize the behavior of the system layout and default views.')
= succeed '.' do = succeed '.' do
= link_to 'Learn more', help_page_path('user/profile/preferences', anchor: 'behavior'), target: '_blank' = link_to _('Learn more'), help_page_path('user/profile/preferences', anchor: 'behavior'), target: '_blank'
.col-lg-8 .col-lg-8
.form-group .form-group
= f.label :layout, class: 'label-bold' do = f.label :layout, class: 'label-bold' do
Layout width = _('Layout width')
= f.select :layout, layout_choices, {}, class: 'form-control' = f.select :layout, layout_choices, {}, class: 'form-control'
.form-text.text-muted .form-text.text-muted
Choose between fixed (max. 1280px) and fluid (100%) application layout. = _('Choose between fixed (max. 1280px) and fluid (100%%) application layout.')
.form-group .form-group
= f.label :dashboard, class: 'label-bold' do = f.label :dashboard, class: 'label-bold' do
Default dashboard = _('Default dashboard')
= f.select :dashboard, dashboard_choices, {}, class: 'form-control' = f.select :dashboard, dashboard_choices, {}, class: 'form-control'
= render_if_exists 'profiles/preferences/group_overview_selector', f: f # EE-specific = render_if_exists 'profiles/preferences/group_overview_selector', f: f # EE-specific
.form-group .form-group
= f.label :project_view, class: 'label-bold' do = f.label :project_view, class: 'label-bold' do
Project overview content = _('Project overview content')
= f.select :project_view, project_view_choices, {}, class: 'form-control' = f.select :project_view, project_view_choices, {}, class: 'form-control'
.form-text.text-muted .form-text.text-muted
Choose what content you want to see on a project’s overview page. = _('Choose what content you want to see on a project’s overview page.')
.col-sm-12 .col-sm-12
%hr %hr
......
...@@ -1440,6 +1440,9 @@ msgstr "" ...@@ -1440,6 +1440,9 @@ msgstr ""
msgid "Begin with the selected commit" msgid "Begin with the selected commit"
msgstr "" msgstr ""
msgid "Behavior"
msgstr ""
msgid "Below are examples of regex for existing tools:" msgid "Below are examples of regex for existing tools:"
msgstr "" msgstr ""
...@@ -1848,6 +1851,9 @@ msgstr "" ...@@ -1848,6 +1851,9 @@ msgstr ""
msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code" msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
msgstr "" msgstr ""
msgid "Choose between fixed (max. 1280px) and fluid (100%%) application layout."
msgstr ""
msgid "Choose file…" msgid "Choose file…"
msgstr "" msgstr ""
...@@ -1857,6 +1863,9 @@ msgstr "" ...@@ -1857,6 +1863,9 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions." msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "" msgstr ""
msgid "Choose what content you want to see on a project’s overview page."
msgstr ""
msgid "Choose your merge method, options, checks, and set up a default merge request description template." msgid "Choose your merge method, options, checks, and set up a default merge request description template."
msgstr "" msgstr ""
...@@ -3116,6 +3125,9 @@ msgstr "" ...@@ -3116,6 +3125,9 @@ msgstr ""
msgid "Customize language and region related settings." msgid "Customize language and region related settings."
msgstr "" msgstr ""
msgid "Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report." msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "" msgstr ""
...@@ -3203,6 +3215,9 @@ msgstr "" ...@@ -3203,6 +3215,9 @@ msgstr ""
msgid "Default classification label" msgid "Default classification label"
msgstr "" msgstr ""
msgid "Default dashboard"
msgstr ""
msgid "Default first day of the week" msgid "Default first day of the week"
msgstr "" msgstr ""
...@@ -5638,6 +5653,9 @@ msgstr "" ...@@ -5638,6 +5653,9 @@ msgstr ""
msgid "Latest pipeline for this branch" msgid "Latest pipeline for this branch"
msgstr "" msgstr ""
msgid "Layout width"
msgstr ""
msgid "Lead" msgid "Lead"
msgstr "" msgstr ""
...@@ -7564,6 +7582,9 @@ msgstr "" ...@@ -7564,6 +7582,9 @@ msgstr ""
msgid "Project name" msgid "Project name"
msgstr "" msgstr ""
msgid "Project overview content"
msgstr ""
msgid "Project slug" msgid "Project slug"
msgstr "" msgstr ""
...@@ -9352,6 +9373,9 @@ msgstr "" ...@@ -9352,6 +9373,9 @@ msgstr ""
msgid "Switch to the source to copy it to the clipboard" msgid "Switch to the source to copy it to the clipboard"
msgstr "" msgstr ""
msgid "Syntax highlighting theme"
msgstr ""
msgid "System Hooks" msgid "System Hooks"
msgstr "" msgstr ""
...@@ -10035,6 +10059,12 @@ msgstr "" ...@@ -10035,6 +10059,12 @@ msgstr ""
msgid "This runner will only run on pipelines triggered on protected branches" msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "" msgstr ""
msgid "This setting allows you to customize the appearance of the syntax."
msgstr ""
msgid "This setting allows you to customize the behavior of the system layout and default views."
msgstr ""
msgid "This setting can be overridden in each project." msgid "This setting can be overridden in each project."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment