Skip to content

Commit

Permalink
minor #101 Rebranded the application as "Symfony Demo" (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the master branch (closes #101).

Discussion
----------

Rebranded the application as "Symfony Demo"

This fixes #85

Commits
-------

6908653 Rebranded the application as "Symfony Demo"
  • Loading branch information
javiereguiluz committed Jul 13, 2015
2 parents aaf72b2 + 6908653 commit b8acef7
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.cs.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Vítejte v <strong>Symfony demo aplikaci</strong>]]></target>
<target><![CDATA[Vítejte v <strong>Symfony Demo</strong> aplikaci]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.de.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Willkommen zur <strong>Symfony Demo Application</strong>]]></target>
<target><![CDATA[Willkommen zur <strong>Symfony Demo</strong> Anwendung]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Welcome to the <strong>Symfony Demo Application</strong>]]></target>
<target><![CDATA[Welcome to the <strong>Symfony Demo</strong> application]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.es.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Bienvenido/a a la <strong>Aplicación Demo de Symfony</strong>]]></target>
<target><![CDATA[Bienvenido/a a la aplicación <strong>Symfony Demo</strong>]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.fr.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Bienvenue sur l'<strong>application de démonstration Symfony</strong>]]></target>
<target><![CDATA[Bienvenue sur l'application <strong>Symfony Demo</strong>]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.pt_BR.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Bem-vindo à <strong>aplicação de demonstração do Symfony</strong>]]></target>
<target><![CDATA[Bem-vindo à aplicação <strong>Symfony Demo</strong>]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.ru.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Добро пожаловать в <strong>Symfony Демо Приложение</strong>]]></target>
<target><![CDATA[Добро пожаловать в <strong>Symfony Demo</strong> приложение]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.uk.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Ласкаво просимо до <strong>Symfony Демо Додатку</strong>]]></target>
<target><![CDATA[Ласкаво просимо до <strong>Symfony Demo</strong> додатку]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
Expand Down
4 changes: 2 additions & 2 deletions app/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>{% block title %}Symfony Demo Application{% endblock %}</title>
<title>{% block title %}Symfony Demo application{% endblock %}</title>

{% block stylesheets %}
{# uncomment the following lines to compile SCSS assets with Assetic
Expand Down Expand Up @@ -35,7 +35,7 @@
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="{{ path('homepage') }}">
Symfony Demo Application
Symfony Demo
</a>

<button type="button" class="navbar-toggle"
Expand Down

0 comments on commit b8acef7

Please sign in to comment.