mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 02:08:05 -05:00
51 lines
1.8 KiB
PHP
51 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'amount' => '',
|
|
'amount_number' => '',
|
|
'amount_required' => '',
|
|
'cancel_cashups' => '',
|
|
'cancel_cashups_enter' => '',
|
|
'cannot_be_deleted' => '',
|
|
'cash_difference' => '',
|
|
'close_date' => '',
|
|
'close_employee' => '',
|
|
'closed_amount_card' => '',
|
|
'closed_amount_cash' => '',
|
|
'closed_amount_check' => '',
|
|
'closed_amount_due' => '',
|
|
'closed_amount_giftcard' => '',
|
|
'closed_amount_total' => '',
|
|
'closed_date' => '',
|
|
'confirm_delete' => '',
|
|
'confirm_restore' => '',
|
|
'confirm_submit' => '',
|
|
'date_number' => '',
|
|
'date_required' => '',
|
|
'description' => '',
|
|
'enable_expected' => '',
|
|
'error_adding_updating' => '',
|
|
'giftcard' => '',
|
|
'id' => '',
|
|
'info' => '',
|
|
'info_employee' => '',
|
|
'is_deleted' => '',
|
|
'new' => '',
|
|
'no_cashups_to_display' => '',
|
|
'none_selected' => '',
|
|
'note' => '',
|
|
'one_or_multiple' => '',
|
|
'open_amount_cash' => '',
|
|
'open_date' => '',
|
|
'open_employee' => '',
|
|
'opened_date' => '',
|
|
'successful_adding' => '',
|
|
'successful_deleted' => '',
|
|
'successful_updating' => '',
|
|
'total' => '',
|
|
'transfer_amount_cash' => '',
|
|
'transfer_amount_cash_minus' => '',
|
|
'update' => '',
|
|
'warning' => '',
|
|
];
|