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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
81c0e163
Commit
81c0e163
authored
Aug 16, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4791 from h2s/wording
Improvements to English text
parents
f2b37438
9b4e389b
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
51 additions
and
50 deletions
+51
-50
app/views/admin/hooks/index.html.haml
app/views/admin/hooks/index.html.haml
+1
-1
app/views/dashboard/_zero_authorized_projects.html.haml
app/views/dashboard/_zero_authorized_projects.html.haml
+4
-4
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-1
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+1
-1
app/views/dashboard/projects.html.haml
app/views/dashboard/projects.html.haml
+1
-1
app/views/profiles/account.html.haml
app/views/profiles/account.html.haml
+6
-6
app/views/profiles/groups/index.html.haml
app/views/profiles/groups/index.html.haml
+1
-1
app/views/profiles/history.html.haml
app/views/profiles/history.html.haml
+1
-1
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/index.html.haml
+2
-2
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+2
-2
app/views/projects/deploy_keys/_form.html.haml
app/views/projects/deploy_keys/_form.html.haml
+1
-1
app/views/projects/deploy_keys/index.html.haml
app/views/projects/deploy_keys/index.html.haml
+6
-6
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+7
-7
app/views/projects/hooks/index.html.haml
app/views/projects/hooks/index.html.haml
+8
-7
app/views/projects/issues/_issues.html.haml
app/views/projects/issues/_issues.html.haml
+1
-1
app/views/projects/merge_requests/index.html.haml
app/views/projects/merge_requests/index.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_accept.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
+2
-2
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/index.html.haml
+1
-1
app/views/projects/services/index.html.haml
app/views/projects/services/index.html.haml
+1
-1
app/views/projects/team_members/import.html.haml
app/views/projects/team_members/import.html.haml
+1
-1
app/views/shared/_issues.html.haml
app/views/shared/_issues.html.haml
+1
-1
app/views/shared/_merge_requests.html.haml
app/views/shared/_merge_requests.html.haml
+1
-1
No files found.
app/views/admin/hooks/index.html.haml
View file @
81c0e163
.alert.alert-info
%span
Post
receive hooks for binding events.
Post
-
receive hooks for binding events.
%br
Read more about system hooks
%strong
#{
link_to
"here"
,
help_system_hooks_path
,
class:
"vlink"
}
...
...
app/views/dashboard/_zero_authorized_projects.html.haml
View file @
81c0e163
%h3
.nothing_here_message
There are no projects you have access to
.
You don't have access to any projects
.
%br
-
if
current_user
.
can_create_project?
You can create up to
=
current_user
.
projects_limit
projects. Click on
button below to add a new one
=
pluralize
(
current_user
.
projects_limit
,
"project"
)
+
"."
Click on the
button below to add a new one
.link_holder
=
link_to
new_project_path
,
class:
"btn btn-primary"
do
New Project »
-
else
If you
will be added to project -
it will be displayed here
If you
are added to a project,
it will be displayed here
app/views/dashboard/issues.html.haml
View file @
81c0e163
...
...
@@ -3,7 +3,7 @@
%span
.pull-right
#{
@issues
.
total_count
}
issues
%p
.light
For all issues you should visit
project issues page. Or you can use search panel to find specific issue
For all issues you should visit
the project's issues page, or use the search panel to find a specific issue.
%hr
.row
...
...
app/views/dashboard/merge_requests.html.haml
View file @
81c0e163
...
...
@@ -4,7 +4,7 @@
%p
.light
Only merge requests
authored
or assigned to you are listed here.
Only merge requests
created by you
or assigned to you are listed here.
%hr
.row
.span3
...
...
app/views/dashboard/projects.html.haml
View file @
81c0e163
%h3
.page-title
My Projects
%p
.light
All projects you have access to are listed here. Public projects are not included here unless you
have membership in it
All projects you have access to are listed here. Public projects are not included here unless you
are a member
%hr
.row
.span3
...
...
app/views/profiles/account.html.haml
View file @
81c0e163
%h3
.page-title
Account settings
%p
.light
You can change
password, username,
private token here.
You can change
your password, username and
private token here.
-
if
current_user
.
ldap_user?
Some options are unavailable for LDAP accounts
%hr
...
...
@@ -20,7 +20,7 @@
%legend
Password
=
form_for
@user
,
url:
update_password_profile_path
,
method: :put
do
|
f
|
.padded
%p
.slead
After
successful password update you will be redirected to login page where you should login with
new password
%p
.slead
After
a successful password update you will be redirected to login page where you should login with your
new password
-
if
@user
.
errors
.
any?
.alert.alert-error
%ul
...
...
@@ -49,9 +49,9 @@
=
form_for
@user
,
url:
reset_private_token_profile_path
,
method: :put
do
|
f
|
.data
%p
.slead
Private token
used to access application resources without authentication.
Your private token is
used to access application resources without authentication.
%br
It can be used for atom feed
or API
It can be used for atom feed
s or the API.
%p
.cgray
-
if
current_user
.
private_token
=
text_field_tag
"token"
,
current_user
.
private_token
,
class:
"input-xxlarge large_text input-xpadding"
...
...
@@ -81,8 +81,8 @@
%i
.icon-remove
Failed
%ul
.cred
%li
It will change web url
for personal projects.
%li
It
will change the git path to repositories for personal projects.
%li
This will change the web URL
for personal projects.
%li
This
will change the git path to repositories for personal projects.
.controls
=
f
.
submit
'Save username'
,
class:
"btn btn-save"
...
...
app/views/profiles/groups/index.html.haml
View file @
81c0e163
...
...
@@ -6,7 +6,7 @@
%i
.icon-plus
New Group
%p
.light
Members of group have access to all group projects.
Group members have access to all a group's projects
%hr
.ui-box
.title
...
...
app/views/profiles/history.html.haml
View file @
81c0e163
%h3
.page-title
Account history
%p
.light
You can see all events authored by your account
here
All events created by your account are listed
here
%hr
.profile_history
=
render
@events
...
...
app/views/profiles/keys/index.html.haml
View file @
81c0e163
...
...
@@ -3,9 +3,9 @@
.pull-right
=
link_to
"Add SSH Key"
,
new_profile_key_path
,
class:
"btn btn-new"
%p
.light
SSH key
allows
you to establish a secure connection between your computer and GitLab
SSH key
s allow
you to establish a secure connection between your computer and GitLab
%br
Before you can add
ssh
key you need to
Before you can add
an SSH
key you need to
=
link_to
"generate it"
,
help_ssh_path
%hr
...
...
app/views/profiles/notifications/show.html.haml
View file @
81c0e163
%h3
.page-title
Notifications settings
%p
.light
Application us
e email specified in your profile for notifications
GitLab uses th
e email specified in your profile for notifications
%hr
.alert.alert-info
%p
...
...
@@ -11,7 +11,7 @@
%p
%i
.icon-circle.cblue
%strong
Participating
–
You will
receive only notifications from related resources(ex. from assigned issue or your commit
)
–
You will
only receive notifications from related resources (e.g. from your commits or assigned issues
)
%p
%i
.icon-circle.cgreen
%strong
Watch
...
...
app/views/projects/deploy_keys/_form.html.haml
View file @
81c0e163
...
...
@@ -13,7 +13,7 @@
=
f
.
label
:key
.controls
%p
.light
Paste a machine public key here. Read more about how generate it
Paste a machine public key here. Read more about how
to
generate it
=
link_to
"here"
,
help_ssh_path
=
f
.
text_area
:key
,
class:
"input-xxlarge thin_area"
...
...
app/views/projects/deploy_keys/index.html.haml
View file @
81c0e163
%h3
.page-title
Deploy keys allow read-only access to repository
Deploy keys allow read-only access to
the
repository
=
link_to
new_project_deploy_key_path
(
@project
),
class:
"btn btn-new pull-right"
,
title:
"New Deploy Key"
do
%i
.icon-plus
New Deploy Key
%p
.light
They
can be used for CI, staging or production servers.
You can create a deploy key or add existing one
Deploy keys
can be used for CI, staging or production servers.
You can create a deploy key or add
an
existing one
%hr
.clearfix
...
...
@@ -20,13 +20,13 @@
=
render
@enabled_keys
-
if
@enabled_keys
.
blank?
.light-well
%p
.nothing_here_message
Create
#{
link_to
'new deploy key'
,
new_project_deploy_key_path
(
@project
)
}
or add
existing one
%p
.nothing_here_message
Create
a
#{
link_to
'new deploy key'
,
new_project_deploy_key_path
(
@project
)
}
or add an
existing one
.span5.available-keys
%h5
%strong
Deploy keys
from projects available
for
you
from projects available
to
you
%ul
.bordered-list
=
render
@available_keys
-
if
@available_keys
.
blank?
.light-well
%p
.nothing_here_message
All deploy keys created in projects you participate
will be displayed here
%p
.nothing_here_message
Deploy keys from projects you have access to
will be displayed here
app/views/projects/edit.html.haml
View file @
81c0e163
...
...
@@ -4,7 +4,7 @@
%div
%h3
.page-title
Project settings:
%p
.light
Some settings
like transferring project are hidden insid
e danger area below
%p
.light
Some settings
, such as "Transfer Project", are hidden inside th
e danger area below
%hr
.form-holder
=
form_for
(
@project
,
remote:
true
)
do
|
f
|
...
...
@@ -126,13 +126,13 @@
.control-group
=
f
.
select
:namespace_id
,
namespaces_options
(
@project
.
namespace_id
),
{
prompt:
'Choose a project namespace'
},
{
class:
'chosen'
}
%ul
%li
Be careful. Changing
project namespace can have unintended side effects
%li
You can
transfer project only to namespaces you can manage
%li
Be careful. Changing
the project's namespace can have unintended side effects.
%li
You can
only transfer the project to namespaces you manage.
%li
You will need to update your local repositories to point to the new location.
.form-actions
=
f
.
submit
'Transfer'
,
class:
"btn btn-remove"
-
else
%p
.nothing_here_message
Only project owner can transfer a project
%p
.nothing_here_message
Only
the
project owner can transfer a project
.ui-box.ui-box-danger
.title
Rename repository
...
...
@@ -146,7 +146,7 @@
.control-group
=
f
.
text_field
:path
%ul
%li
Be careful. Renam
e of project repo can have unintended side effects
%li
Be careful. Renam
ing a project's repository can have unintended side effects.
%li
You will need to update your local repositories to point to the new location.
.form-actions
=
f
.
submit
'Rename'
,
class:
"btn btn-remove"
...
...
@@ -156,9 +156,9 @@
.title
Remove project
.ui-box-body
%p
Remov
e of project will cause removing repository and all related resources like
issues, merge requests etc.
Remov
ing the project will delete its repository and all related resources including
issues, merge requests etc.
%br
%strong
Removed project
can
not be restored!
%strong
Removed project
s can
not be restored!
=
link_to
'Remove project'
,
@project
,
confirm:
remove_project_message
(
@project
),
method: :delete
,
class:
"btn btn-remove"
-
else
...
...
app/views/projects/hooks/index.html.haml
View file @
81c0e163
-
if
can?
current_user
,
:admin_project
,
@project
.alert.alert-info
%span
Post receive hooks for binding events when someone push to repository.
%br
Read more about web hooks
%strong
#{
link_to
"here"
,
help_web_hooks_path
,
class:
"vlink"
}
%h3
.page-title
Post-receive hooks
%p
.light
#{
link_to
"Post-receive hooks "
,
help_web_hooks_path
,
class:
"vlink"
}
can be
used for binding events when someone pushes to the repository.
%hr
.clearfix
=
form_for
[
@project
,
@hook
],
as: :hook
,
url:
project_hooks_path
(
@project
),
html:
{
class:
'form-inline'
}
do
|
f
|
-
if
@hook
.
errors
.
any?
...
...
app/views/projects/issues/_issues.html.haml
View file @
81c0e163
...
...
@@ -83,7 +83,7 @@
=
render
@issues
-
if
@issues
.
blank?
%li
%h4
.nothing_here_message
No
thing to show here
%h4
.nothing_here_message
No
issues to show
-
if
@issues
.
present?
.pull-right
...
...
app/views/projects/merge_requests/index.html.haml
View file @
81c0e163
...
...
@@ -65,7 +65,7 @@
=
render
@merge_requests
-
if
@merge_requests
.
blank?
%li
%h4
.nothing_here_message
No
thing to show here
%h4
.nothing_here_message
No
merge requests to show
-
if
@merge_requests
.
present?
.pull-right
%span
.cgray.pull-right
#{
@merge_requests
.
total_count
}
merge requests for this filter
...
...
app/views/projects/merge_requests/show/_mr_accept.html.haml
View file @
81c0e163
-
unless
@allowed_to_merge
.alert
%strong
You don't have
enough permissions
to merge this MR
%strong
You don't have
permission
to merge this MR
-
if
@show_merge_controls
...
...
@@ -27,7 +27,7 @@
.automerge_widget.no_satellite
{
style:
"display:none"
}
.alert.alert-error
%span
%strong
This repository does not have satellite. Ask administrator to fix this issue
%strong
This repository does not have satellite. Ask a
n a
dministrator to fix this issue
.automerge_widget.cannot_be_merged
{
style:
"display:none"
}
.alert.alert-disabled
...
...
app/views/projects/milestones/index.html.haml
View file @
81c0e163
...
...
@@ -26,6 +26,6 @@
-
if
@milestones
.
blank?
%li
%h3
.nothing_here_message
No
thing to show here
%h3
.nothing_here_message
No
milestones to show
=
paginate
@milestones
,
theme:
"gitlab"
app/views/projects/services/index.html.haml
View file @
81c0e163
%h3
.page-title
Services
%p
.light
Service
allows
you to integrate GitLab with other applications
%p
.light
Service
s allow
you to integrate GitLab with other applications
%hr
%ul
.bordered-list
...
...
app/views/projects/team_members/import.html.haml
View file @
81c0e163
%h3
.page-title
=
"Import members from another project"
%p
.light
Only project members will be imp
ro
ted. Group members will be skipped.
Only project members will be imp
or
ted. Group members will be skipped.
%hr
=
form_tag
apply_import_project_team_members_path
(
@project
),
method:
'post'
do
.padded
...
...
app/views/shared/_issues.html.haml
View file @
81c0e163
...
...
@@ -11,5 +11,5 @@
=
render
'projects/issues/issue'
,
issue:
issue
=
paginate
@issues
,
theme:
"gitlab"
-
else
%p
.nothing_here_message
No
thing to show here
%p
.nothing_here_message
No
issues to show
app/views/shared/_merge_requests.html.haml
View file @
81c0e163
...
...
@@ -10,4 +10,4 @@
=
paginate
@merge_requests
,
theme:
"gitlab"
-
else
%h3
.nothing_here_message
No
thing to show here
%h3
.nothing_here_message
No
merge requests to show
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