mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 13:33:29 -05:00
73 lines
1.7 KiB
PHP
73 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Tytuł pola niestandardowego'
|
|
],
|
|
'parent_category' => [
|
|
'name' => 'Kategoria'
|
|
],
|
|
'custom_field' => [
|
|
'name' => 'Tytuł pola niestandardowego',
|
|
],
|
|
'custom_field_value' => [
|
|
'name' => 'Wartość pola niestandardowego'
|
|
],
|
|
'custom_field_image' => [
|
|
'name' => 'Niestandardowy obraz pola'
|
|
],
|
|
'category' => [
|
|
'name' => 'Kategoria',
|
|
],
|
|
'description' => [
|
|
'name' => 'Opis',
|
|
],
|
|
'type' => [
|
|
'name' => 'Niestandardowy typ pola',
|
|
],
|
|
'category_name' => [
|
|
'name' => 'Nazwa Kategorii',
|
|
],
|
|
'selecttopall' => 'Wszystko',
|
|
'seenList' => [
|
|
'name' => 'Widziany widok listy'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Ślimak'
|
|
],
|
|
'all_categories' => [
|
|
'name' => 'Wszystkie kategorie'
|
|
],
|
|
'features' => [
|
|
'name' => 'funkcje'
|
|
],
|
|
'select' => [
|
|
'name' => 'Wybierz opcję'
|
|
],
|
|
'required' => [
|
|
'name' => 'wymagany'
|
|
],
|
|
'all' => 'Wszystko',
|
|
|
|
"checkboxes_type" => "Pole wyboru",
|
|
"decimal_type" => "Pole dziesiętne",
|
|
"integer_type" => "Pole całkowite",
|
|
"radio_type" => "Pole radiowe",
|
|
"range_type" => "Pole zasięgu",
|
|
"select_type" => "Wybierz pole",
|
|
"selectdropdown_type" => "Wybierz pole rozwijane",
|
|
"selecttop_type" => "Wybierz Górne pole",
|
|
"selectrange_type" => "Wybierz pole zakresu",
|
|
"selectimage_type" => "Wybierz pole obrazu",
|
|
"text_type" => "Pole tekstowe",
|
|
|
|
// Listing Page
|
|
'from' => 'Od',
|
|
'to' => 'Do',
|
|
'and_above' => 'i powyżej',
|
|
'and_below' => 'i poniżej',
|
|
'min' => 'Min',
|
|
'max' => 'Maks',
|
|
'show_list' => 'Pokaż listę',
|
|
];
|