//Changed English strings using the translationsenglish module.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
*}
|
||||
<a href="{$href}" class="delete"
|
||||
{if in_array($id_shop, $shops_having_dependencies)}
|
||||
onclick="jAlert('{l s='You cannot delete this shop (customer and/or order dependency)'}'); return false;"
|
||||
onclick="jAlert('{l s='You cannot delete this shop\'s (customer and/or order dependency)'}'); return false;"
|
||||
{elseif isset($confirm)}
|
||||
onclick="if (confirm('{$confirm}')){ return true; }else{ event.stopPropagation(); event.preventDefault();};"
|
||||
{/if} title="{$action}">
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
{if isset($tr.$key)}
|
||||
<a href="{$tr.$key}" onmouseover="$(this).css('text-decoration', 'underline')" onmouseout="$(this).css('text-decoration', 'none')" target="_blank">{$tr.$key}</a>
|
||||
{else}
|
||||
<a href="{$link->getAdminLink('AdminShopUrl')|escape:'htmlall':'UTF-8'}&id_shop={$tr.$identifier}&addshop_url" class="multishop_warning">{l s='Click here to set an URL for this shop'}</a>
|
||||
<a href="{$link->getAdminLink('AdminShopUrl')|escape:'htmlall':'UTF-8'}&id_shop={$tr.$identifier}&addshop_url" class="multishop_warning">{l s='Click here to set a URL for this shop.'}</a>
|
||||
{/if}
|
||||
{else}
|
||||
{$smarty.block.parent}
|
||||
|
||||
@@ -69,7 +69,7 @@ function customMenu(node)
|
||||
"add_shop_group" : {
|
||||
"separator_before" : false,
|
||||
"separator_after" : false,
|
||||
"label" : "{l s='Add new shop group'}",
|
||||
"label" : "{l s='Add a new shop group'}",
|
||||
"icon" : "../img/admin/add.gif",
|
||||
"action" : function (obj){
|
||||
location.href = '{$link->getAdminLink('AdminShopGroup')}&addshop_group';
|
||||
@@ -154,7 +154,7 @@ function customMenu(node)
|
||||
"add_shop_group" : {
|
||||
"separator_before" : false,
|
||||
"separator_after" : false,
|
||||
"label" : "{l s='Add new shop group'}",
|
||||
"label" : "{l s='Add a new shop group'}",
|
||||
"icon" : "../img/admin/add.gif",
|
||||
"action" : function (obj){
|
||||
location.href = '{$link->getAdminLink('AdminShopGroup')}&addshop_group';
|
||||
|
||||
Reference in New Issue
Block a user