﻿<Language Name="English" IsDefault="false" IsRightToLeft="false">

  <LocaleResource Name="Plugins.FriendlyName.SmartStore.Shipping" AppendRootKey="false">
    <Value>Shipping methods</Value>
  </LocaleResource>
  <LocaleResource Name="Plugins.Description.SmartStore.Shipping" AppendRootKey="false">
    <Value>Provides shipping methods for fixed rate shipping and computation based on weight.</Value>
  </LocaleResource>

  <LocaleResource Name="Plugins.FriendlyName.Shipping.ByTotal" AppendRootKey="false">
    <Value>Shipping by total</Value>
  </LocaleResource>

  <LocaleResource Name="Plugins.Shipping.ByTotal" AppendRootKey="false">
    <Children>
      <LocaleResource Name="AddNewRecordTitle">
        <Value>Add new record</Value>
      </LocaleResource>
      <LocaleResource Name="SettingsTitle">
        <Value>Settings</Value>
      </LocaleResource>

      <LocaleResource Name="Fields.Country">
        <Value>Country</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Country.Hint">
        <Value>If an asterisk is selected, then this shipping rate will apply to all customers, regardless of the country.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.StateProvince">
        <Value>State / province</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.StateProvince.Hint">
        <Value>If an asterisk is selected, then this shipping rate will apply to all customers from the given country, regardless of the state / province.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Zip">
        <Value>Zip-(Range)</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Zip.Hint">
        <Value>Zip/postal code (range), either as specific values (comma devided) or range pattern (e.g. 4000-4999). You can also define wildcard chars like * or ?. If zip is empty, then this shipping rate will apply to all customers from the given country or state / province, regardless of the zip code. You can also enter multiple ranges (comma devided)</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingMethod">
        <Value>Shipping method</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingMethod.Hint">
        <Value>The shipping method.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.From">
        <Value>Order total from</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.From.Hint">
        <Value>Order total from</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.To">
        <Value>Order total to</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.To.Hint">
        <Value>Order total to</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.UsePercentage">
        <Value>Use percentage</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.UsePercentage.Hint">
        <Value>Check the box to use 'charge percentage' value.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingChargePercentage">
        <Value>Charge %</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingChargePercentage.Hint">
        <Value>Charge percentage (of subtotal)</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingChargeAmount">
        <Value>Charge</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.ShippingChargeAmount.Hint">
        <Value>Charge amount</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.LimitMethodsToCreated">
        <Value>Limit shipping methods to configured ones</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.LimitMethodsToCreated.Hint">
        <Value>If you check this option, then your customers will be limited to shipping options configured here. Otherwise, they'll be able to choose any existing shipping options even if they're not configured here (zero shipping fee in this case).</Value>
      </LocaleResource>

      <LocaleResource Name="Fields.BaseCharge">
        <Value>Base fee</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.MaxCharge">
        <Value>Max. fee</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.MaxCharge.Hint">
        <Value>An amount that the calculated shipping costs may not exceed.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.SmallQuantityThreshold">
        <Value>Threshold for small quantities</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.SmallQuantityThreshold.Hint">
        <Value>Subtotal up to which a "small quantity surcharge" should be added. The surcharge will be ignored if no shipping fee is applied. Use "0" if no fee will be charged.</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.SmallQuantitySurcharge">
        <Value>Surcharge for small quantities</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.SmallQuantitySurcharge.Hint">
        <Value>Surcharge for small quantities</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Store">
        <Value>Store</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Store.Hint">
        <Value>If an asterisk is selected, then this shipping rate will apply to all stores.</Value>
      </LocaleResource>
    </Children>
  </LocaleResource>

  <LocaleResource Name="Plugins.FriendlyName.Shipping.FixedRate" AppendRootKey="false">
    <Value>Fixed rate shipping</Value>
  </LocaleResource>

  <LocaleResource Name="Plugins.Shipping.FixedRateShipping" AppendRootKey="false">
    <Children>
      <LocaleResource Name="Fields.ShippingMethodName">
        <Value>Shipping method name</Value>
      </LocaleResource>
      <LocaleResource Name="Fields.Rate">
        <Value>Rate</Value>
      </LocaleResource>
    </Children>
  </LocaleResource>
</Language>