mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
15 lines
681 B
PHP
Executable file
15 lines
681 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Materiały eksploatacyjne',
|
|
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
|
|
'consumable_name' => 'Nazwa materiału eksploatacyjnego',
|
|
'cost' => 'Koszt zakupu',
|
|
'create' => 'Utwórz materiał eksploatacyjny',
|
|
'date' => 'Data zakupu',
|
|
'order' => 'Numer zamówienia',
|
|
'remaining' => 'Pozostało',
|
|
'total' => 'Łącznie',
|
|
'update' => 'Aktualizuj materiał eksploatacyjny',
|
|
);
|