Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cfea8f79
Commit
cfea8f79
authored
Sep 25, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing namespaces on navigation translations
parent
02424962
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
app/helpers/boards_helper.rb
app/helpers/boards_helper.rb
+1
-1
app/views/projects/artifacts/browse.html.haml
app/views/projects/artifacts/browse.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+7
-7
No files found.
app/helpers/boards_helper.rb
View file @
cfea8f79
...
...
@@ -79,6 +79,6 @@ module BoardsHelper
end
def
boards_link_text
_
(
"
Board"
)
s_
(
"IssueBoards|
Board"
)
end
end
app/views/projects/artifacts/browse.html.haml
View file @
cfea8f79
...
...
@@ -3,7 +3,7 @@
=
render
"projects/jobs/header"
,
show_controls:
false
-
add_to_breadcrumbs
(
_
(
'
Jobs'
),
project_jobs_path
(
@project
))
-
add_to_breadcrumbs
(
s_
(
'CICD|
Jobs'
),
project_jobs_path
(
@project
))
-
add_to_breadcrumbs
(
"#
#{
@build
.
id
}
"
,
project_jobs_path
(
@project
))
.tree-holder
...
...
locale/gitlab.pot
View file @
cfea8f79
...
...
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-27 1
1:10
+0100\n"
"PO-Revision-Date: 2017-09-27 1
1:10
+0100\n"
"POT-Creation-Date: 2017-09-27 1
5:43
+0100\n"
"PO-Revision-Date: 2017-09-27 1
5:43
+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
...
...
@@ -158,9 +158,6 @@ msgstr ""
msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
msgstr ""
msgid "Board"
msgstr ""
msgid "Branch"
msgid_plural "Branches"
msgstr[0] ""
...
...
@@ -274,6 +271,9 @@ msgstr ""
msgid "CI configuration"
msgstr ""
msgid "CICD|Jobs"
msgstr ""
msgid "Cancel"
msgstr ""
...
...
@@ -691,10 +691,10 @@ msgstr ""
msgid "Issue events"
msgstr ""
msgid "Issue
s
"
msgid "Issue
Boards|Board
"
msgstr ""
msgid "
Job
s"
msgid "
Issue
s"
msgstr ""
msgid "LFSStatus|Disabled"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment