Commit 70174a1e authored by Robert Speicher's avatar Robert Speicher

More minor translation/grammar fixes on error pages

parent 6af38f51
.alert-message.block-message.error .alert-message.block-message.error
%h3 Access Denied %h3 Access Denied
%hr %hr
%p Youre not allowed to access this page %p You are not allowed to access this page.
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"} %p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
%h3 Encoding Error %h3 Encoding Error
%hr %hr
%p %p
Page can't be loaded cause of encoding error Page can't be loaded because of an encoding error.
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
%span.label branch %span.label branch
or or
%span.label commit %span.label commit
in your repository. Maybe it was moved in your repository. It may have been moved.
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
%h3 Gitolite Error %h3 Gitolite Error
%h4 Application can't get access to your gitolite system. %h4 Application can't get access to your gitolite system.
%h4 Tips for Administrator: %h4 Tips for Administrator:
%ul %ul
......
.alert-message.block-message.error .alert-message.block-message.error
%h3 Not found %h3 Not found
%hr %hr
%p Resource you were looking for doesn't exist. %p The resource you were looking for doesn't exist.
%P You may have mistyped the address or it was removed. %p You may have mistyped the address or it may have been removed.
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