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

Commit

Permalink
CO: Replace Shop.Theme domain by Shop.Theme.Global
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Jul 10, 2017
1 parent 24e78c4 commit 313b80c
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion templates/_partials/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{block name='copyright_link'}
<a class="_blank" href="http://www.prestashop.com" target="_blank">
{l s='%copyright% %year% - Ecommerce software by %prestashop%'
sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme'}
sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
</a>
{/block}
</p>
2 changes: 1 addition & 1 deletion templates/catalog/_partials/active_filters.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<section id="js-active-search-filters" class="active_filters">
<h1 class="h3">{l s='Active filters' d='Shop.Theme'}</h1>
<h1 class="h3">{l s='Active filters' d='Shop.Theme.Global'}</h1>
{if $activeFilters|count}
<ul>
{foreach from=$activeFilters item="filter"}
Expand Down
2 changes: 1 addition & 1 deletion templates/catalog/_partials/facets.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<form>
<input type="hidden" name="order" value="{$sort_order}">
<select name="q">
<option disabled selected hidden>{l s='(no filter)' d='Shop.Theme'}</option>
<option disabled selected hidden>{l s='(no filter)' d='Shop.Theme.Global'}</option>
{foreach from=$facet.filters item="filter"}
{if $filter.displayed}
<option
Expand Down
2 changes: 1 addition & 1 deletion templates/catalog/_partials/sort-orders.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="products-sort-order">
<span>{if isset($listing.sort_selected)}{$listing.sort_selected}{else}{l s='Sort by:' d='Shop.Theme'}{/if}</span>
<span>{if isset($listing.sort_selected)}{$listing.sort_selected}{else}{l s='Sort by:' d='Shop.Theme.Global'}{/if}</span>
{foreach from=$sort_orders item=sort_order}
<a
class="{['current' => $sort_order.current, 'js-search-link' => true]|classnames}"
Expand Down
4 changes: 2 additions & 2 deletions templates/cms/category.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{block name='page_content'}
{block name='cms_sub_categories'}
{if $sub_categories}
<p>{l s='List of subcategories in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme'}</p>
<p>{l s='List of subcategories in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme.Global'}</p>
<ul>
{foreach from=$sub_categories item=sub_category}
<li><a href="{$sub_category.link}">{$sub_category.name}</a></li>
Expand All @@ -42,7 +42,7 @@

{block name='cms_sub_pages'}
{if $cms_pages}
<p>{l s='List of pages in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme'}</p>
<p>{l s='List of pages in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme.Global'}</p>
<ul>
{foreach from=$cms_pages item=cms_page}
<li><a href="{$cms_page.link}">{$cms_page.meta_title}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion templates/cms/sitemap.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{extends file='page.tpl'}

{block name='page_title'}
{l s='Sitemap' d='Shop.Theme'}
{l s='Sitemap' d='Shop.Theme.Global'}
{/block}

{block name='page_content_container'}
Expand Down
10 changes: 5 additions & 5 deletions templates/cms/stores.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{extends file='page.tpl'}

{block name='page_title'}
{l s='Our stores' d='Shop.Theme'}
{l s='Our stores' d='Shop.Theme.Global'}
{/block}

{block name='page_content_container'}
Expand All @@ -44,16 +44,16 @@
<ul>
<li>{$store.address.formatted nofilter}</li>
{if $store.phone}
<li>{l s='Phone:' d='Shop.Theme'} {$store.phone}</li>
<li>{l s='Phone:' d='Shop.Theme.Global'} {$store.phone}</li>
{/if}
{if $store.fax}
<li>{l s='Fax:' d='Shop.Theme'} {$store.fax}</li>
<li>{l s='Fax:' d='Shop.Theme.Global'} {$store.fax}</li>
{/if}
{if $store.email}
<li>{l s='Email:' d='Shop.Theme'} {$store.email}</li>
<li>{l s='Email:' d='Shop.Theme.Global'} {$store.email}</li>
{/if}
</ul>
<p>{l s='Opening hours' d='Shop.Theme'}</p>
<p>{l s='Opening hours' d='Shop.Theme.Global'}</p>
<table>
{foreach $store.business_hours as $day}
<tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/customer/_partials/my-account-links.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
{block name='my_account_links'}
<ul>
<li><a href="{$urls.pages.my_account}">{l s='Back to your account' d='Shop.Theme.Customeraccount'}</a></li>
<li><a href="{$urls.pages.index}">{l s='Home' d='Shop.Theme'}</a></li>
<li><a href="{$urls.pages.index}">{l s='Home' d='Shop.Theme.Global'}</a></li>
</ul>
{/block}
6 changes: 3 additions & 3 deletions templates/customer/order-detail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<table>
<thead>
<tr>
<th>{l s='Date' d='Shop.Theme'}</th>
<th>{l s='Status' d='Shop.Theme'}</th>
<th>{l s='Date' d='Shop.Theme.Global'}</th>
<th>{l s='Status' d='Shop.Theme.Global'}</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -127,7 +127,7 @@
<table>
<thead>
<tr>
<th>{l s='Date' d='Shop.Theme'}</th>
<th>{l s='Date' d='Shop.Theme.Global'}</th>
<th>{l s='Carrier' d='Shop.Theme.Checkout'}</th>
<th>{l s='Weight' d='Shop.Theme.Checkout'}</th>
<th>{l s='Shipping cost' d='Shop.Theme.Checkout'}</th>
Expand Down
2 changes: 1 addition & 1 deletion templates/errors/maintenance.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{$HOOK_MAINTENANCE nofilter}
{/block}
{block name='page_header'}
<h1>{block name='page_title'}{l s='We\'ll be back soon.' d='Shop.Theme'}{/block}</h1>
<h1>{block name='page_title'}{l s='We\'ll be back soon.' d='Shop.Theme.Global'}{/block}</h1>
{/block}
</header>
{/block}
Expand Down
2 changes: 1 addition & 1 deletion templates/errors/not-found.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*}
<section id="content" class="page-content page-not-found">
{block name='page_content'}
<p>{l s='Sorry for the inconvenience.' d='Shop.Theme'}</p>
<p>{l s='Sorry for the inconvenience.' d='Shop.Theme.Global'}</p>

{block name='search'}
{hook h='displaySearch'}
Expand Down
4 changes: 2 additions & 2 deletions templates/errors/restricted-country.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
{block name='page_content_container'}
<section id="content" class="page-content page-restricted">
{block name='page_content'}
<h2>{l s='403 Forbidden' d='Shop.Theme'}</h2>
<p>{l s='You cannot access this store from your country. We apologize for the inconvenience.' d='Shop.Theme'}</p>
<h2>{l s='403 Forbidden' d='Shop.Theme.Global'}</h2>
<p>{l s='You cannot access this store from your country. We apologize for the inconvenience.' d='Shop.Theme.Global'}</p>
{/block}
</section>
{/block}
Expand Down

0 comments on commit 313b80c

Please sign in to comment.