Implementation of the translation system for installation process

This commit is contained in:
Nicolas Villa
2014-01-20 07:55:24 +01:00
parent b7fc2fc0e5
commit 9056c725c7
9 changed files with 126 additions and 36 deletions

View File

@@ -67,14 +67,14 @@ $website_url = preg_replace("#/install/[a-z](.*)#" ,'', $url);
<div class="well">
<p class="lead text-center">
Thanks, you have installed Thelia
<?php echo $trans->trans('Thanks, you have installed Thelia'); ?>
</p>
<p class="lead text-center">
Don't forget to delete the web/install directory.
<?php echo $trans->trans('Don\'t forget to delete the web/install directory.'); ?>
</p>
<p class="lead text-center">
<a href="<?php echo $request->getSchemeAndHttpHost().$website_url; ?>/admin">Go to back office</a>
<a href="<?php echo $request->getSchemeAndHttpHost().$website_url; ?>/admin"><?php echo $trans->trans('Go to back office'); ?></a>
</p>
</div>