9 lines
210 B
PHP
9 lines
210 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'export' => 'Export',
|
||
|
|
'export_excel' => 'Export Excel',
|
||
|
|
'export_pdf' => 'Export PDF',
|
||
|
|
'export_excel_selected' => 'Export Excel (Selected)',
|
||
|
|
];
|