akaunting/resources/lang/en-GB/settings.php

120 lines
4.6 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'company' => [
2019-11-16 10:21:14 +03:00
'description' => 'Change company name, email, address, tax number etc',
2017-09-14 22:21:00 +03:00
'name' => 'Name',
'email' => 'Email',
'phone' => 'Phone',
'address' => 'Address',
'logo' => 'Logo',
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'localisation' => [
2019-11-16 10:21:14 +03:00
'description' => 'Set fiscal year, time zone, date format and more locals',
2018-12-24 11:01:00 +03:00
'financial_start' => 'Financial Year Start',
'timezone' => 'Time Zone',
2017-09-14 22:21:00 +03:00
'date' => [
2018-12-24 11:01:00 +03:00
'format' => 'Date Format',
'separator' => 'Date Separator',
'dash' => 'Dash (-)',
'dot' => 'Dot (.)',
'comma' => 'Comma (,)',
'slash' => 'Slash (/)',
'space' => 'Space ( )',
2017-09-14 22:21:00 +03:00
],
2018-04-16 19:01:29 +03:00
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
],
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'invoice' => [
2019-11-16 10:21:14 +03:00
'description' => 'Customize invoice prefix, number, terms, footer etc',
2017-10-31 22:47:57 +03:00
'prefix' => 'Number Prefix',
2017-10-31 22:41:06 +03:00
'digit' => 'Number Digit',
'next' => 'Next Number',
'logo' => 'Logo',
2018-10-17 20:58:46 +03:00
'custom' => 'Custom',
'item_name' => 'Item Name',
2018-10-18 12:29:36 +03:00
'item' => 'Items',
2018-10-18 14:25:05 +03:00
'product' => 'Products',
'service' => 'Services',
2018-10-17 20:58:46 +03:00
'price_name' => 'Price Name',
2018-10-18 12:29:36 +03:00
'price' => 'Price',
2018-10-17 20:58:46 +03:00
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
2018-10-18 12:29:36 +03:00
'quantity' => 'Quantity',
2019-11-16 10:21:14 +03:00
'payment_terms' => 'Payment Terms',
'title' => 'Title',
'subheading' => 'Subheading',
'due_receipt' => 'Due upon receipt',
'due_days' => 'Due within :days days',
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'default' => [
2019-11-16 10:21:14 +03:00
'description' => 'Default account, currency, language of your company',
'list_limit' => 'Records Per Page',
'use_gravatar' => 'Use Gravatar',
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'email' => [
2019-11-16 10:21:14 +03:00
'description' => 'Change the sending protocol and email templates',
2017-09-14 22:21:00 +03:00
'protocol' => 'Protocol',
'php' => 'PHP Mail',
'smtp' => [
'name' => 'SMTP',
'host' => 'SMTP Host',
'port' => 'SMTP Port',
'username' => 'SMTP Username',
'password' => 'SMTP Password',
'encryption' => 'SMTP Security',
'none' => 'None',
],
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail Path',
'log' => 'Log Emails',
2019-11-16 10:21:14 +03:00
'templates' => [
'subject' => 'Subject',
'body' => 'Body',
'tags' => '<strong>Available Tags:</strong> :tag_list',
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
],
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'scheduling' => [
2019-11-16 10:21:14 +03:00
'name' => 'Scheduling',
'description' => 'Automatic reminders and command for recurring',
2017-09-14 22:21:00 +03:00
'send_invoice' => 'Send Invoice Reminder',
'invoice_days' => 'Send After Due Days',
'send_bill' => 'Send Bill Reminder',
'bill_days' => 'Send Before Due Days',
'cron_command' => 'Cron Command',
'schedule_time' => 'Hour To Run',
],
2019-11-16 10:21:14 +03:00
'categories' => [
'description' => 'Unlimited categories for income, expense, and item',
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
'currencies' => [
'description' => 'Create and manage currencies and set utheir rates',
],
'taxes' => [
'description' => 'Fixed, normal, inclusive, and compound tax rates',
2017-09-14 22:21:00 +03:00
],
];