10 lines
298 B
PHP
Executable File
10 lines
298 B
PHP
Executable File
<?php
|
|
// created: 2013-12-19 11:05:45
|
|
$mod_strings = array (
|
|
'LBL_ECMINVOICEOUTS_SUBPANEL_TITLE' => 'Faktury',
|
|
'LBL_ECMSTOCKDOCOUTS_SUBPANEL_TITLE' => 'test',
|
|
'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'Dokumenty',
|
|
'LBL_OPP_CLOSED_LOST_SUBPANEL_TITLE' => 'LBL_OPP_CLOSED_LOST_SUBPANEL_TITLE',
|
|
);
|
|
?>
|