Adding translations.

ofaj
Julio 10 years ago
parent de832d375f
commit 780c0ee75f
  1. 1
      app/config/config.yml
  2. 0
      src/Chamilo/CoreBundle/Resources/translations/messages.de.po
  3. 0
      src/Chamilo/CoreBundle/Resources/translations/messages.en.po
  4. 0
      src/Chamilo/CoreBundle/Resources/translations/messages.es.po
  5. 14
      src/Chamilo/CoreBundle/Resources/translations/messages.fr.po
  6. 1
      src/Chamilo/FaqBundle/Resources/views/Faq/index.html.twig
  7. 2
      src/Chamilo/ThemeBundle/Resources/views/Layout/base-layout.html.twig

@ -73,7 +73,6 @@ framework:
fragments: ~
http_method_override: true
theodo_evolution_session:
bag_manager:
class: Theodo\Evolution\Bundle\SessionBundle\Manager\Symfony1\BagManager

@ -0,0 +1,14 @@
msgid "My courses"
msgstr "Mes cours"
msgid "Home"
msgstr "Page d'accueil"
msgid "Inbox"
msgstr "Boîte de réception"
msgid "Logout"
msgstr "Quitter"

@ -3,6 +3,7 @@
{% block sonata_page_container %}
<h1>FAQ</h1>
<ul>
{% for category in categories %}
<li class="active">
<h2>{{ category.getHeadline|e }}</h2>

@ -203,7 +203,7 @@
</header>
<div id="top_main_content" class="container">
{{ locale_switcher() }}
{#{{ locale_switcher() }}#}
{# course navigation links/shortcuts need to be activated by the admin #}
{#{% include "@template_style/layout/course_navigation.html.twig" %}#}

Loading…
Cancel
Save