mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-15 17:55:02 +00:00
66 lines
2.2 KiB
PHP
66 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'app_description' => __t('app_description'),
|
|
'user_not_fount' => __t('user_not_fount'),
|
|
'incorrect_password' => __t('incorrect_password'),
|
|
'time' => __t('time'),
|
|
'home' => __t('home'),
|
|
|
|
//Shared link email message
|
|
'shared_link_email_subject' => __t('shared_link_email_subject'),
|
|
'shared_link_email_greeting' => __t('shared_link_email_greeting'),
|
|
'shared_link_email_user' => __t('shared_link_email_user'),
|
|
'shared_link_email_link' => __t('shared_link_email_link'),
|
|
'shared_link_email_salutation' => __t('shared_link_email_salutation'),
|
|
|
|
// Reset password email
|
|
'reset_password_greeting' => __t('reset_password_greeting'),
|
|
'reset_password_subject' => __t('reset_password_subject'),
|
|
'reset_password_line_1' => __t('reset_password_line_1'),
|
|
'reset_password_line_2' => __t('reset_password_line_2'),
|
|
'reset_password_action' => __t('reset_password_action'),
|
|
|
|
'salutation' => __t('salutation'),
|
|
|
|
// Invoice
|
|
'print_button' => __t('print_button'),
|
|
|
|
'vat' => __t('vat'),
|
|
'vat_included' => __t('vat_included'),
|
|
'subtotal' => __t('subtotal'),
|
|
|
|
'tax_exempted' => __t('tax_exempted'),
|
|
'tax_be_paid_reverse' => __t('tax_be_paid_reverse'),
|
|
|
|
'invoice_title' => __t('invoice_title'),
|
|
'date' => __t('date'),
|
|
'product' => __t('product'),
|
|
'subscription' => __t('subscription'),
|
|
'invoice_number' => __t('invoice_number'),
|
|
|
|
'seller' => __t('seller'),
|
|
'client' => __t('client'),
|
|
|
|
'seller_vat' => __t('seller_vat'),
|
|
'seller_name' => __t('seller_name'),
|
|
'seller_phone' => __t('seller_phone'),
|
|
|
|
'name' => __t('name'),
|
|
'phone' => __t('phone'),
|
|
'address' => __t('address'),
|
|
'city' => __t('city'),
|
|
'state' => __t('state'),
|
|
'postal_code' => __t('postal_code'),
|
|
'country' => __t('country'),
|
|
|
|
'col_description' => __t('col_description'),
|
|
'col_date' => __t('col_date'),
|
|
'col_amount' => __t('col_amount'),
|
|
|
|
'total' => __t('total'),
|
|
|
|
// OG Page
|
|
'user_sending' => __t('user_sending'),
|
|
'protected_file' => __t('protected_file'),
|
|
]; |