BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cfea8f79
Unverified
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
boards_helper.rb
app/helpers/boards_helper.rb
+1
-1
browse.html.haml
app/views/projects/artifacts/browse.html.haml
+1
-1
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