Merge branch 'frontend' of https://github.com/thelia/thelia into frontend

This commit is contained in:
touffies
2013-12-11 18:53:42 +01:00
15 changed files with 980 additions and 728 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
{if !$IS_ENABLED}
<div class="alert alert-info">
<span class="glyphicon glyphicon-question-sign"></span>
{intl l='This coupon is disabled, you can enable to the bottom of this form.'}
{intl l='This coupon is disabled, you can enable at the bottom of this form.'}
</div>
{/if}

View File

@@ -46,7 +46,7 @@
{if $form_error}<div class="alert alert-danger">{$form_error_message}</div>{/if}
<p class="title title-without-tabs">{intl l="Image informations"}</p>
<p class="title title-without-tabs">{intl l="Image information"}</p>
<div class="row">
<div class="col-md-6">

View File

@@ -7,7 +7,7 @@
<form method="POST" action="{url path='/admin/content/folder/add'}" id="related_content_form">
<p class="title title-without-tabs">{intl l='Additional Folders'}</p>
<p>{intl l='A content could be attached to more than one folder. Select here the additional fodlers for this content.'}
<p>{intl l='A content could be attached to more than one folder. Select here the additional folders for this content.'}
{loop name="default_folder" type="folder" id=$DEFAULT_FOLDER}
{intl l='You can change the default folder (%title) in the "General" tab.' title=$TITLE}
{/loop}

View File

@@ -25,7 +25,7 @@
<div class="alert alert-info">
<p>{intl l="In order to manges your shop taxes you can manage"} <strong>{intl l="taxes"}</strong> {intl l="and"} <strong>{intl l="tax rules"}</strong>.</p>
<p>{intl l="Taxes define the amount of money which is add to a bought product."}</p>
<p>{intl l="Taxes define the amount of money which is added to a bought product."}</p>
<p>
{intl l="Example :"}
<ul>

0
templates/email/default/I18n/en_US.php Normal file → Executable file
View File

0
templates/email/default/I18n/es_ES.php Normal file → Executable file
View File

0
templates/email/default/I18n/fr_FR.php Normal file → Executable file
View File

0
templates/email/default/I18n/it_IT.php Normal file → Executable file
View File