Commit 81c0e163 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4791 from h2s/wording

Improvements to English text
parents f2b37438 9b4e389b
.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"}
......
%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
......@@ -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
......
......@@ -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
......
%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
......
%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 feeds 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"
......
......@@ -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
......
%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
......
......@@ -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 keys 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
......
%h3.page-title
Notifications settings
%p.light
Application use email specified in your profile for notifications
GitLab uses the 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
......
......@@ -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"
......
%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
......@@ -4,7 +4,7 @@
%div
%h3.page-title
Project settings:
%p.light Some settings like transferring project are hidden inside danger area below
%p.light Some settings, such as "Transfer Project", are hidden inside the 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. Rename of project repo can have unintended side effects
%li Be careful. Renaming 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
Remove of project will cause removing repository and all related resources like issues, merge requests etc.
Removing 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 projects cannot be restored!
= link_to 'Remove project', @project, confirm: remove_project_message(@project), method: :delete, class: "btn btn-remove"
- else
......
- 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?
......
......@@ -83,7 +83,7 @@
= render @issues
- if @issues.blank?
%li
%h4.nothing_here_message Nothing to show here
%h4.nothing_here_message No issues to show
- if @issues.present?
.pull-right
......
......@@ -65,7 +65,7 @@
= render @merge_requests
- if @merge_requests.blank?
%li
%h4.nothing_here_message Nothing 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
......
- 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 an administrator to fix this issue
.automerge_widget.cannot_be_merged{style: "display:none"}
.alert.alert-disabled
......
......@@ -26,6 +26,6 @@
- if @milestones.blank?
%li
%h3.nothing_here_message Nothing to show here
%h3.nothing_here_message No milestones to show
= paginate @milestones, theme: "gitlab"
%h3.page-title Services
%p.light Service allows you to integrate GitLab with other applications
%p.light Services allow you to integrate GitLab with other applications
%hr
%ul.bordered-list
......
%h3.page-title
= "Import members from another project"
%p.light
Only project members will be improted. Group members will be skipped.
Only project members will be imported. Group members will be skipped.
%hr
= form_tag apply_import_project_team_members_path(@project), method: 'post' do
.padded
......
......@@ -11,5 +11,5 @@
= render 'projects/issues/issue', issue: issue
= paginate @issues, theme: "gitlab"
- else
%p.nothing_here_message Nothing to show here
%p.nothing_here_message No issues to show
......@@ -10,4 +10,4 @@
= paginate @merge_requests, theme: "gitlab"
- else
%h3.nothing_here_message Nothing to show here
%h3.nothing_here_message No merge requests to show
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