﻿<Language Name="English" IsDefault="false" IsRightToLeft="false">
	<LocaleResource Name="Plugins.FriendlyName.SmartStore.WebApi" AppendRootKey="false">
		<Value>Web-API</Value>
	</LocaleResource>
	<LocaleResource Name="AdminInstruction">
		<Value>
			<![CDATA[<ul>
<li>Only registered customers (see list below) with a public and a secret key for the API have access to it.</li>
<li>You can remove the access for a customer permanently by deleting the keys or temporary by deactivating them.</li>
<li>The rights of the respective customer group are valid for the API too.</li>
</ul>]]>
		</Value>
	</LocaleResource>
	<LocaleResource Name="ApiOdataUrl">
		<Value>OData API URL</Value>
	</LocaleResource>
	<LocaleResource Name="ApiOdataUrl.Hint">
		<Value>URL of the OData Web API.</Value>
	</LocaleResource>
	<LocaleResource Name="ApiOdataMetadataUrl">
		<Value>OData metadata URL</Value>
	</LocaleResource>
	<LocaleResource Name="ApiOdataMetadataUrl.Hint">
		<Value>URL of the OData metadata. It describes the complete entity data model (EDM) the Web API is based on.</Value>
	</LocaleResource>
	<LocaleResource Name="ValidMinutePeriod">
		<Value>Request time window (minutes)</Value>
	</LocaleResource>
	<LocaleResource Name="ValidMinutePeriod.Hint">
		<Value>For security reasons should the time at which the request was sent to the API differ not too far from the current server time. With this setting, you set this time window in minutes.</Value>
	</LocaleResource>
	<LocaleResource Name="LogUnauthorized">
		<Value>Log unauthorized accesses</Value>
	</LocaleResource>
	<LocaleResource Name="LogUnauthorized.Hint">
		<Value>Each unauthorized access will be saved in the log list.</Value>
	</LocaleResource>
  <LocaleResource Name="NoRequestTimestampValidation">
    <Value>No timestamp validation</Value>
  </LocaleResource>
  <LocaleResource Name="NoRequestTimestampValidation.Hint">
    <Value>Specifies whether to validate that the timestamp of the previous request is less or equal than the one of the current. Prevents the occurrence of HmacResult.TimestampOlderThanLastRequest.</Value>
  </LocaleResource>
	<LocaleResource Name="PublicKey">
		<Value>Public key</Value>
	</LocaleResource>
	<LocaleResource Name="SecretKey">
		<Value>Secret key</Value>
	</LocaleResource>
	<LocaleResource Name="LastRequest">
		<Value>Last access</Value>
	</LocaleResource>
	<LocaleResource Name="ApiEnabled">
		<Value>API enabled</Value>
	</LocaleResource>
	<LocaleResource Name="Activate">
		<Value>Activate</Value>
	</LocaleResource>
	<LocaleResource Name="Deactivate">
		<Value>Deactivate</Value>
	</LocaleResource>
	<LocaleResource Name="RemoveKeys">
		<Value>Delete keys</Value>
	</LocaleResource>
	<LocaleResource Name="CreateKeys">
		<Value>Generate keys</Value>
	</LocaleResource>
</Language>