init
This commit is contained in:
24
custom/Extension/application/Ext/Language/pl_pl.EcmInvoiceOuts.php
Executable file
24
custom/Extension/application/Ext/Language/pl_pl.EcmInvoiceOuts.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
$app_list_strings['moduleList']['EcmInvoiceOuts'] = 'Faktury';
|
||||
$app_list_strings['ecminvoiceouts_parent_dom'] = array (
|
||||
'Accounts' => $app_list_strings['moduleList']['Accounts'],
|
||||
'Contacts' => $app_list_strings['moduleList']['Contacts'],
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_type_dom'] = array (
|
||||
'normal' => 'Normalna',
|
||||
'correct' => 'Korekta',
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_status_dom'] = array (
|
||||
'registered' => 'Zarejestrowana',
|
||||
'not_accepted' => 'Niezaakceptowana',
|
||||
'accepted' => 'Zaakceptowana',
|
||||
'mailed' => 'Wysłana',
|
||||
'printed' => 'Wydrukowana',
|
||||
'paid' => 'Zapłacona',
|
||||
'admonition' => 'Upomnienie',
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_type_dom'] = array (
|
||||
'normal' => 'Normalna',
|
||||
'correct' => 'Korekta',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user