2017-09-14 22:21:00 +03:00
< ? php
return [
'company' => [
2022-06-01 10:15:55 +03:00
'description' => 'Change company name, email, address, tax number etc' ,
'search_keywords' => 'company, name, email, phone, address, country, tax number, logo, city, town, state, province, zip code' ,
'name' => 'Name' ,
'email' => 'Email' ,
'phone' => 'Phone' ,
'address' => 'Address' ,
'edit_your_business_address' => 'Edit your business address' ,
'logo' => 'Logo' ,
'form_description' => [
'general' => 'This information is visible in the records you create.' ,
'address' => 'The address will be used in the invoices, bills, and other records that you issue.' ,
],
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'localisation' => [
2022-06-01 10:15:55 +03:00
'description' => 'Set fiscal year, time zone, date format and more locals' ,
'search_keywords' => 'financial, year, start, denote, time, zone, date, format, separator, discount, percent' ,
'financial_start' => 'Financial Year Start' ,
'timezone' => 'Time Zone' ,
2021-02-12 23:05:50 +03:00
'financial_denote' => [
2022-06-01 10:15:55 +03:00
'title' => 'Financial Year Denote' ,
'begins' => 'By the year in which it begins' ,
'ends' => 'By the year in which it ends' ,
2021-02-12 23:05:50 +03:00
],
2022-06-01 10:15:55 +03:00
'preferred_date' => 'Preferred Date' ,
2017-09-14 22:21:00 +03:00
'date' => [
2022-06-01 10:15:55 +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' => [
2022-06-01 10:15:55 +03:00
'title' => 'Percent (%) Position' ,
'before' => 'Before Number' ,
'after' => 'After Number' ,
2018-04-16 19:01:29 +03:00
],
2020-03-26 16:20:31 +03:00
'discount_location' => [
2022-06-01 10:15:55 +03:00
'name' => 'Discount Location' ,
'item' => 'At line' ,
'total' => 'At total' ,
'both' => 'Both line and total' ,
],
'form_description' => [
'fiscal' => 'Set the financial year period that your company uses for taxing and reporting.' ,
'date' => 'Select the date format that you want to see everywhere in the interface.' ,
'other' => 'Select the where the percentage sign is displayed for taxes. You can enable discounts on line items and at the total for invoices and bills.' ,
2020-03-26 16:20:31 +03:00
],
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' => [
2022-06-01 10:15:55 +03:00
'description' => 'Customize invoice prefix, number, terms, footer etc' ,
'search_keywords' => 'customize, invoice, number, prefix, digit, next, logo, name, price, quantity, template, title, subheading, footer, note, hide, due, colour, payment, terms, column' ,
'prefix' => 'Number Prefix' ,
'digit' => 'Number Digit' ,
'next' => 'Next Number' ,
'logo' => 'Logo' ,
'custom' => 'Custom' ,
'item_name' => 'Item Name' ,
'item' => 'Items' ,
'product' => 'Products' ,
'service' => 'Services' ,
'price_name' => 'Price Name' ,
'price' => 'Price' ,
'rate' => 'Rate' ,
'quantity_name' => 'Quantity Name' ,
'quantity' => 'Quantity' ,
'payment_terms' => 'Payment Terms' ,
'title' => 'Title' ,
'subheading' => 'Subheading' ,
'due_receipt' => 'Due upon receipt' ,
'due_days' => 'Due within :days days' ,
'choose_template' => 'Choose invoice template' ,
'default' => 'Default' ,
'classic' => 'Classic' ,
'modern' => 'Modern' ,
'hide' => [
'item_name' => 'Hide Item Name' ,
'item_description' => 'Hide Item Description' ,
'quantity' => 'Hide Quantity' ,
'price' => 'Hide Price' ,
'amount' => 'Hide Amount' ,
2020-12-07 13:19:39 +03:00
],
2022-06-01 10:15:55 +03:00
'column' => 'Column|Columns' ,
'form_description' => [
'general' => 'Set the defaults for formatting your invoice numbers and payment terms.' ,
'template' => 'Select one of the templates below for your invoices.' ,
'default' => 'Selecting defaults for invoices will pre-populate titles, subheadings, notes, and footers. So you don\'t need to edit invoices each time to look more professional.' ,
'column' => 'Customize how the invoice columns are named. If you like to hide item descriptions and amounts in lines, you can change it here.' ,
]
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
2021-07-15 00:18:08 +03:00
'transfer' => [
2022-06-01 10:15:55 +03:00
'choose_template' => 'Choose transfer template' ,
'second' => 'Second' ,
'third' => 'Third' ,
2021-07-15 00:18:08 +03:00
],
2017-09-14 22:21:00 +03:00
'default' => [
2022-06-01 10:15:55 +03:00
'description' => 'Default account, currency, language of your company' ,
'search_keywords' => 'account, currency, language, tax, payment, method, pagination' ,
'list_limit' => 'Records Per Page' ,
'use_gravatar' => 'Use Gravatar' ,
'income_category' => 'Income Category' ,
'expense_category' => 'Expense Category' ,
'form_description' => [
'general' => 'Select the default account, tax, and payment method to create records swiftly. Dashboard and Reports are shown under the default currency.' ,
'category' => 'Select the default categories to expedite the record creation.' ,
'other' => 'Customize the default settings of the company language and how pagination works. ' ,
],
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' => [
2022-06-01 10:15:55 +03:00
'description' => 'Change the sending protocol' ,
'search_keywords' => 'email, send, protocol, smtp, host, password' ,
'protocol' => 'Protocol' ,
'php' => 'PHP Mail' ,
2017-09-14 22:21:00 +03:00
'smtp' => [
2022-06-01 10:15:55 +03:00
'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' ,
'email_service' => 'Email Service' ,
'email_templates' => 'Email Templates' ,
'form_description' => [
'general' => 'Send regular emails to your team and contacts. You can set the protocol and SMTP settings.' ,
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
'templates' => [
2022-06-01 10:15:55 +03:00
'description' => 'Change the email templates' ,
'search_keywords' => 'email, template, subject, body, tag' ,
2019-11-16 10:21:14 +03:00
'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)' ,
2022-06-01 10:15:55 +03:00
'invoice_view_admin' => 'Invoice View Template (sent to admin)' ,
'invoice_payment_customer' => 'Invoice Payment Receipt Template (sent to customer)' ,
'invoice_payment_admin' => 'Invoice Payment Received Template (sent to admin)' ,
2019-11-16 10:21:14 +03:00
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)' ,
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)' ,
2022-06-01 10:15:55 +03:00
'payment_received_customer' => 'Payment Receipt Template (sent to customer)' ,
'payment_made_vendor' => 'Payment Made Template (sent to vendor)' ,
2019-11-16 10:21:14 +03:00
],
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' => [
2022-06-01 10:15:55 +03:00
'name' => 'Scheduling' ,
'description' => 'Automatic reminders and command for recurring' ,
'search_keywords' => 'automatic, reminder, recurring, cron, command' ,
'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' ,
'command' => 'Command' ,
'schedule_time' => 'Hour To Run' ,
'form_description' => [
'invoice' => 'Enable or disable, and set reminders for your invoices when they are overdue.' ,
'bill' => 'Enable or disable, and set reminders for your bills before they are overdue.' ,
'cron' => 'Copy the cron command that your server should run. Set the time to trigger the event.' ,
]
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
'categories' => [
2022-06-01 10:15:55 +03:00
'description' => 'Unlimited categories for income, expense, and item' ,
'search_keywords' => 'category, income, expense, item' ,
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
'currencies' => [
2022-06-01 10:15:55 +03:00
'description' => 'Create and manage currencies and set their rates' ,
'search_keywords' => 'default, currency, currencies, code, rate, symbol, precision, position, decimal, thousands, mark, separator' ,
2019-11-16 10:21:14 +03:00
],
'taxes' => [
2022-06-01 10:15:55 +03:00
'description' => 'Fixed, normal, inclusive, and compound tax rates' ,
'search_keywords' => 'tax, rate, type, fixed, inclusive, compound, withholding' ,
2017-09-14 22:21:00 +03:00
],
];