Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Various english tweaks around the site #248

Merged
merged 1 commit into from
Sep 24, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Resources/HWIOAuthBundle/views/Connect/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
{% block intro %}
<div id="intro">
<h1>Sign in to KnpBundles.com</h1>
<h2>Action you want to perform, require from you to sign-in</h2>
<h2>We need you to sign in before doing this</h2>
</div>
{% endblock %}

{% block left %}
<div class="content-box">
<hgroup>
<h2>No "Sign up" form?</h2>
<h4>Yep, there is no sign-up form, but why you ask? We don't like them it same as you! All sign-up job is done automatically in background when you choose which way you want to sign in into <strong>KnpBundles.com</strong></h4>
<h4>Yep, there is no sign-up form! But why you ask? We don't like them anymore than you do! All the "sign-up" work is done automatically in the background when you choose one of the ways below to authenticate with <strong>KnpBundles.com</strong></h4>
</hgroup>

<section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ search:
content:
description:
part1: "Please use the search input at the top right."
part2: "The engine will search in repository name, description and developer name."
part2: "The engine will search the repository name, description and developer name."

header:
baseline: "Bundles for Symfony2"
Expand Down Expand Up @@ -152,7 +152,7 @@ developers.show:
lastCommit: "Last commit: "
nbBundles: "Number of bundles: "
url: "Website: "
bundles_manage: "Bundles I owe"
bundles_manage: "Bundles I own"
bundles_contribute: "Bundles I contribute to"

developers.list:
Expand Down Expand Up @@ -228,7 +228,7 @@ addBundle:
example: Example:

bundle:
noDescription: "We're fetching informations about this repo. In a few hours, you'll know everything about it."
noDescription: "We're fetching information about this repo. In a few hours, you'll know everything about it."

error:
404:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block intro %}
<div id="intro">
<h1>Over {{ bundles.nbResults }} bundles</h1>
<h2>Find bundle that fits your needs!</h2>
<h2>Find a bundle that fits your needs!</h2>
</div>
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@
{%- if developer.bundles|length > 0 %}
{% include 'KnpBundlesBundle:Bundle:mediumList.html.twig' with {'bundles': developer.bundles} %}
{%- else %}
<p>This developer don't owe any bundle.</p>
<p>This developer doesn't own any bundles.</p>
{%- endif %}
</div>

<div class="tab-pane" id="contribute">
{%- if developer.contributionBundles|length > 0 %}
{% include 'KnpBundlesBundle:Bundle:mediumList.html.twig' with {'bundles': developer.contributionBundles} %}
{%- else %}
<p>This developer never contributed to any bundle.</p>
<p>This developer hasn't contributed to any bundles yet.</p>
{%- endif %}
</div>

<div class="tab-pane" id="recommend">
{%- if developer.recommendedBundles|length > 0 %}
{% include 'KnpBundlesBundle:Bundle:mediumList.html.twig' with {'bundles': developer.recommendedBundles} %}
{%- else %}
<p>This developer don't recommend any bundle yet.</p>
<p>This developer hasn't recommend any bundles yet.</p>
{%- endif %}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block intro %}
<div id="intro">
<h1>KnpBundles scoring</h1>
<h2>Detailed explanation of used scoring algorithm</h2>
<h2>Detailed explanation of the scoring algorithm</h2>
</div>
{% endblock %}

Expand Down