add foodcoop configuration screen
This commit is contained in:
parent
dd3ac0971c
commit
7b000c39eb
20 changed files with 562 additions and 12 deletions
|
|
@ -225,6 +225,22 @@ en:
|
|||
title: Administration
|
||||
type: type
|
||||
username: username
|
||||
configs:
|
||||
list:
|
||||
title: Configuration list
|
||||
key: Key
|
||||
value: Value
|
||||
show:
|
||||
title: Configuration
|
||||
submit: Save
|
||||
tab_layout:
|
||||
pdf_title: PDF documents
|
||||
tabs:
|
||||
title: Configuration
|
||||
tab_messages:
|
||||
emails_title: Sending email
|
||||
update:
|
||||
notice: Configuration saved.
|
||||
confirm: Do you really want to delete %{name}?
|
||||
ordergroups:
|
||||
destroy:
|
||||
|
|
@ -419,6 +435,75 @@ en:
|
|||
file_label: Please choose a compatible file
|
||||
submit: Upload file
|
||||
title: '%{supplier} / upload articles'
|
||||
config:
|
||||
tabs:
|
||||
foodcoop: Foodcoop
|
||||
payment: Finances
|
||||
language: Language
|
||||
messages: Messages
|
||||
tasks: Tasks
|
||||
layout: Layout
|
||||
others: Other
|
||||
list: List
|
||||
hints:
|
||||
name: The name of your foodcoop.
|
||||
contact:
|
||||
email: General contact email address, shown on website as well as some forms.
|
||||
street: Address, typically this will be your delivery and pick-up location.
|
||||
homepage: Website of your foodcoop.
|
||||
help_url: Documentation website.
|
||||
applepear_url: Website where the apple and pear system for tasks is explained.
|
||||
ignore_browser_locale: "Ignore the language of user's computer when the user has not chosen a language yet."
|
||||
price_markup: Percentage that is added to the gross price for foodcoop members.
|
||||
tax_default: Default VAT percentage for new articles.
|
||||
stop_ordering_under: Members can only order when they have at least this many apple points.
|
||||
minimum_balance: Members can only order when their account balance is above or equal to this amount.
|
||||
use_apple_points: When the apple point system is enabled, members are required to do some tasks to be able to keep ordering.
|
||||
use_nick: Show and use nicknames instead of real names. When enabling this, please check that each user has a nickname.
|
||||
use_messages: Allow members to communicate with each other within Foodsoft.
|
||||
use_wiki: Enable editable wiki pages.
|
||||
email_sender: "Emails will appear to be sent from this email address. To avoid emails sent being classified as spam, the webserver may need to be registered in the SPF record of the email address's domain."
|
||||
email_from: "Emails will appear to be from this email address. Leave empty to use the foodcoop's contact address."
|
||||
email_replyto: Set this when you want to receive replies from emails sent by Foodsoft on a different address than the above.
|
||||
mailing_list: Mailing-list email address to use instead of the messaging system for mail to all members.
|
||||
mailing_list_subscribe: Email address where members can send an email to for subscribing.
|
||||
page_footer: 'Shown on each page at the bottom. Enter "blank" to disable the footer completely.'
|
||||
pdf_font_size: Base font size for PDF documents (12 is standard).
|
||||
pdf_page_size: 'Page size for PDF documents, typically "A4" or "letter".'
|
||||
pdf_add_page_breaks: Add page breaks when starting a new section.
|
||||
tolerance_is_costly: "Order as much of the member tolerance as possible (compared to only as much needed to fill the last box). Enabling this also includes the tolerance in the total price of the open member order."
|
||||
keys:
|
||||
name: Name
|
||||
contact:
|
||||
street: Street
|
||||
zip_code: Postcode
|
||||
city: City
|
||||
country: Country
|
||||
email: Email
|
||||
phone: Phone
|
||||
homepage: Homepage
|
||||
help_url: Documentation URL
|
||||
applepear_url: Apple system URL
|
||||
default_locale: Default language
|
||||
ignore_browser_locale: Ignore browser language
|
||||
price_markup: Foodcoop margin
|
||||
tax_default: Default VAT
|
||||
tolerance_is_costly: Tolerance is costly
|
||||
stop_ordering_under: Minimum apple points
|
||||
use_apple_points: Apple points
|
||||
minimum_balance: Minimum account balance
|
||||
use_nick: Use nicknames
|
||||
use_messages: Enable messages
|
||||
use_wiki: Enable wiki
|
||||
email_sender: Sender address
|
||||
email_from: From address
|
||||
email_replyto: Reply-to address
|
||||
mailing_list: Mailing-list
|
||||
mailing_list_subscribe: Mailing-list subscribe
|
||||
page_footer: Page footer
|
||||
pdf_font_size: Font size
|
||||
pdf_page_size: Page size
|
||||
pdf_add_page_breaks: Page breaks
|
||||
deliveries:
|
||||
add_stock_change:
|
||||
how_many_units: 'How many units (%{unit}) to deliver? Stock article name: %{name}.'
|
||||
|
|
@ -1043,6 +1128,7 @@ en:
|
|||
no_ordergroup: no ordergroup
|
||||
navigation:
|
||||
admin:
|
||||
config: Configuration
|
||||
home: Overview
|
||||
ordergroups: Ordergroups
|
||||
title: Administration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue