Make current_orders plugin configurable
This commit is contained in:
parent
466e8c5eeb
commit
dc731ee40d
12 changed files with 77 additions and 18 deletions
|
|
@ -1,4 +1,9 @@
|
|||
en:
|
||||
config:
|
||||
hints:
|
||||
use_current_orders: Enable the current_orders plugin. Allows members with the order permission to change member amounts in multiple orders, using three new screens in the Orders menu. Especially useful for pick-up days.
|
||||
keys:
|
||||
use_current_orders: Extra distribute screens
|
||||
current_orders:
|
||||
articles:
|
||||
article:
|
||||
|
|
@ -15,13 +20,17 @@ en:
|
|||
article_placeholder: Search articles...
|
||||
current_orders: All current orders
|
||||
index:
|
||||
title: Distribute article
|
||||
title: Distribute articles
|
||||
ordergroups:
|
||||
piece: pc
|
||||
unit: unit
|
||||
add_new: Add an ordergroup...
|
||||
show:
|
||||
title: ! 'Distribute %{name}'
|
||||
title: ! '%{name}'
|
||||
navigation:
|
||||
receive: Receive
|
||||
articles: Distribute
|
||||
ordergroups: Member orders
|
||||
group_orders:
|
||||
index:
|
||||
title: Your current orders
|
||||
|
|
@ -62,5 +71,3 @@ en:
|
|||
above: '%{count} more<br>than available'
|
||||
below: '%{count} left over'
|
||||
equal: all distributed
|
||||
ui:
|
||||
back: Back
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
nl:
|
||||
config:
|
||||
hints:
|
||||
use_current_orders: De current_orders plugin aanzetten. Hiermee kunnen leden met bestelling-toegang bestelaantallen van leden aanpassen in meerdere bestellingen tegelijk. Hiervoor zijn drie nieuwe items in het Bestellingen-menu. Bedoeld voor gebruik op een ophaaldag.
|
||||
keys:
|
||||
use_current_orders: Extra verdeelschermen
|
||||
current_orders:
|
||||
articles:
|
||||
article:
|
||||
|
|
@ -17,6 +22,10 @@ nl:
|
|||
add_new: Huishouden toevoegen...
|
||||
show:
|
||||
title: ! '%{name} verdelen'
|
||||
navigation:
|
||||
receive: Ontvangen
|
||||
articles: Verdelen
|
||||
ordergroups: Ledenbestellingen
|
||||
ordergroups:
|
||||
articles:
|
||||
add_new: Artikel toevoegen...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue