diff --git a/addons/default/visiosoft/location-module/resources/lang/pl/field.php b/addons/default/visiosoft/location-module/resources/lang/pl/field.php new file mode 100644 index 000000000..f23d23cce --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/pl/field.php @@ -0,0 +1,38 @@ + [ + 'name' => 'Tytuł' + ], + 'slug' => [ + 'name' => 'Ślimak' + ], + 'city' => [ + 'name' => 'Miasto' + ], + 'country' => [ + 'name' => 'Kraj' + ], + 'district' => [ + 'name' => 'Dzielnica' + ], + 'order' => [ + 'name' => 'Porządek sortowania' + ], + 'neighborhood' => [ + 'name' => 'Sąsiedztwo' + ], + 'village' => [ + 'name' => 'Wioska' + ], + 'description' => [ + 'name' => 'Opis' + ], + 'pick_option' => [ + 'name' => 'Wybierz opcję', + ], + 'address' => [ + 'name' => 'Adres', + ], + 'selected' => 'Wybrany' +];