foodsoft/config/locales/en/en.orders.yml

87 lines
2.5 KiB
YAML
Raw Normal View History

2013-02-11 02:05:53 +01:00
en:
orders:
articles:
2013-02-11 02:06:22 +01:00
name: 'Name'
unit_quantity: 'Unit quantity'
2013-02-11 02:20:14 +01:00
prices: 'Net/gross price'
2013-02-11 02:06:22 +01:00
units_ordered: 'Units ordered'
units_full: 'Full units'
2013-02-11 02:20:14 +01:00
prices_sum: 'Sum (net/gross price):'
2013-02-11 02:06:22 +01:00
article_count: 'Ordered articles:'
2013-02-11 02:05:53 +01:00
edit:
2013-02-11 02:06:22 +01:00
title: 'Edit order'
2013-02-11 02:05:53 +01:00
new:
2013-02-11 02:06:22 +01:00
title: 'Create new order'
2013-02-11 02:05:53 +01:00
form:
2013-02-11 02:06:22 +01:00
title: 'Article'
name: 'Name'
note: 'Note'
stockit: 'In stock'
origin: 'Origin'
supplier: 'Supplier'
unit_quantity: 'Unit quantity'
2013-02-11 02:20:14 +01:00
prices: 'Prices (net/FC)'
2013-02-11 02:06:22 +01:00
select_all: 'Select all'
2013-02-11 02:05:53 +01:00
index:
2013-02-11 02:06:22 +01:00
title: 'Manage orders'
new_order: 'Create new order'
open_orders: 'Current orders'
supplier: 'Supplier'
ending: 'End'
note: 'Note'
action_end: 'Close'
confirm_end: 'Do you really want to close the order %{order}? There is no going back.'
2013-02-11 02:05:53 +01:00
confirm_delete: 'Do you really want to delete the order?'
no_open_orders: 'There are no current orders.'
ended_orders: 'Closed orders'
orders:
2013-02-11 02:06:22 +01:00
supplier: 'Supplier'
start: 'Start'
ending: 'End'
status: 'Status'
2013-02-11 02:05:53 +01:00
show:
2013-02-11 02:06:22 +01:00
title: 'Order: %{name}'
2013-02-11 15:33:37 +01:00
warn_not_closed: 'Warning, order is not accounted yet.'
2013-02-11 02:06:22 +01:00
supplier: 'Supplier:'
note: 'Note:'
created_by: 'Created by:'
begin: 'Begin:'
ending: 'End:'
group_orders: 'Group orders:'
2013-02-11 02:20:14 +01:00
amounts: 'Net/gross sum:'
2013-02-11 02:06:22 +01:00
articles_ordered: 'Ordered articles:'
action_end: 'Close!'
2013-02-11 02:05:53 +01:00
confirm_end: "Do you really want to close the order %{order}?\nThere is no going back."
confirm_delete: 'Do you really want to delete the order?'
2013-02-11 02:06:22 +01:00
articles: 'Article overview'
sort_group: 'Sorted in groups'
sort_article: 'Sorted in articles'
comments_link: 'Comments'
2013-02-11 02:05:53 +01:00
download:
2013-02-11 02:06:22 +01:00
title: 'Download'
group_pdf: 'Group PDF'
article_pdf: 'Article PDF'
matrix_pdf: 'Matrix PDF'
fax_pdf: 'Fax PDF'
fax_txt: 'Fax text'
download_file: 'Download file'
2013-02-11 02:05:53 +01:00
comments:
2013-02-11 02:06:22 +01:00
title: 'Comments'
2013-02-11 02:05:53 +01:00
# used by controller
create:
notice: 'The order was created.'
update:
notice: 'The order was updated.'
finish:
notice: 'The order has finished.'
fax:
2013-02-11 02:06:22 +01:00
heading: 'Order for %{name}'
customer_number: 'Customer number'
delivery_day: 'Delivery day'
to_address: 'Shipping address'
articles: 'Articles'
number: 'Number'
amount: 'Amount'
name: 'Name'