@@ -62,6 +62,14 @@ guiLanguage.polish = {
6262 warning = " Uwaga!" ,
6363 error = " Blad!"
6464 },
65+
66+ -- Warning button strings
67+ warningButtons = {
68+ yes = " Tak" ,
69+ no = " Nie" ,
70+ ok = " OK" ,
71+ },
72+
6573 -- Strings for the buttons at the top
6674 menubar = {
6775 handling = " Handling" ,
@@ -115,11 +123,13 @@ guiLanguage.polish = {
115123 },
116124 about = {
117125 shortname = " Informacje" ,
118- longname = " O edytorze handlingow " ,
126+ longname = " O oficjalnym edytorze handlingu " ,
119127 itemtext = {
120- textlabel = " " ,
121- websitebox = " " ,
122- morelabel = " "
128+ textlabel = " Witamy w oficjalnym edytorze handlingu MTA! Ten edytor pozwala zmieniać handling pojazdów w czasie rzeczywistym.\n\n " ..
129+ " Możesz zapisywać i wczytywać ustawienia przez menu 'Handling' w lewym górnym rogu.\n\n " ..
130+ " Więcej informacji – w tym changelog – znajdziesz tutaj:" ,
131+ websitebox = " https://github.com/multitheftauto/mtasa-resources/tree/master/%5Bgameplay%5D/hedit" ,
132+ morelabel = " \n Dziękujemy za korzystanie z hedit!"
123133 }
124134 },
125135 undo = {
@@ -149,13 +159,14 @@ guiLanguage.polish = {
149159 shortname = " Zapisane" ,
150160 longname = " Wczytaj lub zapisz swoje ustawienia." ,
151161 itemtext = {
152- nameLabel = " Nazwa" ,
153- descriptionLabel = " Opis" ,
154162 saveButton = " Zapisz" ,
155163 loadButton = " Wczytaj" ,
164+ deleteButton = " Usuń" ,
156165 grid = " " ,
157- nameEdit = " " ,
158- descriptionEdit = " "
166+ nameColumn = " Nazwa" ,
167+ modelColumn = " Model" ,
168+ nameEdit = " Nazwa" ,
169+ descriptionEdit = " Opis"
159170 }
160171 },
161172 import = {
@@ -212,7 +223,8 @@ guiLanguage.polish = {
212223 edit_cmd = " " ,
213224 combo_commode = " " ,
214225 combo_language = " " ,
215- checkbox_lockwhenediting = " Zablokuj pojazd, kiedy edytujesz?"
226+ checkbox_lockwhenediting = " Zablokuj pojazd, kiedy edytujesz?" ,
227+ checkbox_dragmeterEnabled = " Użyj szybkiego strojenia" ,
216228 }
217229 },
218230 handlinglog = {
0 commit comments