mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 13:33:29 -05:00
12 lines
350 B
PHP
12 lines
350 B
PHP
<?php
|
|
|
|
return [
|
|
'new_custom_field' => 'Nowe pole niestandardowe',
|
|
'new_custom_field_adv' => 'Nowe pole niestandardowe przysł',
|
|
'new_cfvalue' => 'Nowa wartość CF',
|
|
'assets_clear' => 'Zasoby Wyczyść',
|
|
'new_parent' => 'Nowy rodzic',
|
|
'create_cf_value' => 'Utwórz wartość CF',
|
|
'all_cf_values' => 'Wszystkie wartości CF',
|
|
];
|