Changes copy, grammar, typos in en.articles.yml
This commit is contained in:
parent
5362eab4ad
commit
022c26f580
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ en:
|
||||||
unit_quantity_short: 'Quantity'
|
unit_quantity_short: 'Quantity'
|
||||||
unit_quantity_desc: 'Unit quantity'
|
unit_quantity_desc: 'Unit quantity'
|
||||||
price_netto: 'Price'
|
price_netto: 'Price'
|
||||||
option_select: 'Chose special offer ...'
|
option_select: 'Choose special offer ...'
|
||||||
option_delete: 'Delete article'
|
option_delete: 'Delete article'
|
||||||
confirm_delete: 'Do you really want to delete all selected articles?'
|
confirm_delete: 'Do you really want to delete all selected articles?'
|
||||||
option_not_available: 'Articles are not available anymore'
|
option_not_available: 'Articles are not available anymore'
|
||||||
|
@ -72,7 +72,7 @@ en:
|
||||||
title: '%{supplier} / upload articles'
|
title: '%{supplier} / upload articles'
|
||||||
body:
|
body:
|
||||||
<p>The file has to be a text file with the ending '.csv' The first line will be ignored when imported</p>
|
<p>The file has to be a text file with the ending '.csv' The first line will be ignored when imported</p>
|
||||||
<p>The fields have to be separated with semicolons (';') and the text with double quotation marks ("text...").</p>
|
<p>The fields have to be separated with semicolons (';') and the text enclosed by double quotation marks ("text...").</p>
|
||||||
<p>As character set UTF-8 is demanded. Correct order of the column:</p>
|
<p>As character set UTF-8 is demanded. Correct order of the column:</p>
|
||||||
fields:
|
fields:
|
||||||
status: 'Status (x=skip)'
|
status: 'Status (x=skip)'
|
||||||
|
@ -84,7 +84,7 @@ en:
|
||||||
title: '%{supplier} / upload article'
|
title: '%{supplier} / upload article'
|
||||||
body:
|
body:
|
||||||
<p><i>Please check the imported articles.</i></p>
|
<p><i>Please check the imported articles.</i></p>
|
||||||
<p><i>Attention, at the moment there is no revision on dubble articles.</i></p>
|
<p><i>Note: at the moment there is no check for duplicate articles.</i></p>
|
||||||
submit: 'Save new articles for %{supplier}'
|
submit: 'Save new articles for %{supplier}'
|
||||||
|
|
||||||
# used by controller
|
# used by controller
|
||||||
|
|
Loading…
Add table
Reference in a new issue