2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-08-25 17:43:07 -07:00
|
|
|
'custom_fields' => 'Pola niestandardowe',
|
|
|
|
'field' => 'Pole',
|
|
|
|
'about_fieldsets_title' => 'O zestawie pól',
|
|
|
|
'about_fieldsets_text' => 'Zestawy pól pozwalają tworzyć grupy pól niestandardowych, które często są używane dla specyficznych typów modeli.',
|
2016-10-04 12:23:02 -07:00
|
|
|
'custom_format' => 'Własny format...',
|
2016-12-03 17:10:05 -08:00
|
|
|
'encrypt_field' => 'Encrypt the value of this field in the database',
|
2016-10-04 12:23:02 -07:00
|
|
|
'encrypt_field_help' => 'UWAGA: Szyfrowanie pola spowoduje brak możliwości wyszukiwania go.',
|
|
|
|
'encrypted' => 'Zaszyfrowane',
|
2016-08-25 17:43:07 -07:00
|
|
|
'fieldset' => 'Zestaw pól',
|
|
|
|
'qty_fields' => 'Ilość pól',
|
|
|
|
'fieldsets' => 'Zestaw pól',
|
|
|
|
'fieldset_name' => 'Nazwa zestawu pól',
|
|
|
|
'field_name' => 'Nazwa Pola',
|
2016-10-04 12:23:02 -07:00
|
|
|
'field_values' => 'Wartości pól',
|
2016-12-03 17:10:05 -08:00
|
|
|
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
2016-08-25 17:43:07 -07:00
|
|
|
'field_element' => 'Element formularza',
|
2016-03-25 01:18:05 -07:00
|
|
|
'field_element_short' => 'Element',
|
|
|
|
'field_format' => 'Format',
|
2016-08-25 17:43:07 -07:00
|
|
|
'field_custom_format' => 'Format niestandardowy',
|
|
|
|
'required' => 'Wymagane',
|
|
|
|
'req' => 'Wymagane',
|
|
|
|
'used_by_models' => 'Używane przez modele',
|
|
|
|
'order' => 'Kolejność',
|
|
|
|
'create_fieldset' => 'Nowy zestaw pól',
|
|
|
|
'create_field' => 'Nowe pole niestandardowe',
|
2016-10-04 12:23:02 -07:00
|
|
|
'value_encrypted' => 'Wartość tego pola jest zaszyfrowana w bazie danych. Tylko admini będą mogli wyświetlić rozszyfrowaną wartość',
|
2016-03-25 01:18:05 -07:00
|
|
|
);
|