foodsoft/config/locales/en/en.stockit.yml

43 lines
1.3 KiB
YAML
Raw Normal View History

en:
stockit:
edit:
title: 'Edit stock articles'
form:
2013-02-13 00:53:36 +01:00
price_hint: 'To avoid choas, it is not possible to edit the prices of already added stock articles until further notice.'
index:
view_options: 'View options'
2013-02-13 00:53:36 +01:00
toggle_unavailable: 'Show/hide unavailable articles'
order_online: 'Put stock order online'
new_stock_article: 'Add new stock article'
new_stock_taking: 'Add inventory'
show_stock_takings: 'Inventory overview'
new_delivery: 'New delivery ..'
article:
article: 'Article'
stock: 'In stock'
ordered: 'ordered'
available: 'available'
unit: 'Unit'
price: 'Price'
vat: 'VAT'
supplier: 'Supplier'
category: 'Category'
confirm_delete: 'Are you sure you want to delete?'
stock_worth: 'Current stock value:'
stock_count: 'Number of articles:'
new:
title: 'Add new stock article'
2013-02-13 00:53:36 +01:00
search_text: 'Search for articles in all catalogues:'
2013-03-06 01:24:57 +01:00
destroy:
notice: 'Article %{name} was deleted.'
# used by controller
stock_create:
2013-02-13 00:53:36 +01:00
notice: 'Stock article was created.'
stock_update:
notice: 'Stock article was saved.'
# used by model
check:
2013-02-13 00:53:36 +01:00
not_empty: '%{name} could not be deleted, the inventory is not zero.'