foodsoft/config/locales/en/en.suppliers.yml

37 lines
1.2 KiB
YAML
Raw Normal View History

2013-02-11 02:05:53 +01:00
en:
suppliers:
2013-02-11 02:06:22 +01:00
shared_supplier_note: 'Supplier is connected to the external database.'
2013-02-11 02:05:53 +01:00
index:
2013-02-11 02:06:22 +01:00
title: 'Suppliers'
action_new: 'Create new supplier'
action_import: 'Import supplier from external database'
2013-02-11 02:05:53 +01:00
articles: 'articles (%{count})'
stock: 'in stock (%{count})'
deliveries: 'deliveries (%{count})'
2013-02-11 02:06:22 +01:00
confirm_del: 'Do you really want to delete the supplier %{name}?'
2013-02-11 02:05:53 +01:00
edit:
2013-02-11 02:06:22 +01:00
title: 'Edit supplier'
2013-02-11 02:05:53 +01:00
new:
2013-02-11 02:06:22 +01:00
title: 'New supplier'
2013-02-11 02:05:53 +01:00
show:
confirm_delete: 'Are you sure?'
2013-02-11 02:06:22 +01:00
last_deliveries: 'Last deliveries'
new_delivery: 'Create new delivery'
show_deliveries: 'Show all deliveries'
2013-02-11 02:05:53 +01:00
shared_suppliers:
2013-02-11 02:06:22 +01:00
title: 'External lists'
2013-02-11 02:05:53 +01:00
body:
2013-02-11 02:06:22 +01:00
<p>Suppliers of the external database are displayed here.</p>
<p>You can import external suppliers by subscribing (see below).</p>
<p>A new supplier will be created and connected to the external database.</p>
supplier: 'Supplier'
subscribe: 'Subscribe'
2013-02-11 02:05:53 +01:00
# used by controller
create:
2013-02-11 02:06:22 +01:00
notice: 'Supplier was created'
2013-02-11 02:05:53 +01:00
update:
2013-02-11 02:06:22 +01:00
notice: 'Supplier was updated'
2013-02-11 02:05:53 +01:00
destroy:
2013-02-11 02:06:22 +01:00
notice: 'Supplier was deleted'