diff --git a/locales/pl.lua b/locales/pl.lua index c658c8be..6e95c436 100644 --- a/locales/pl.lua +++ b/locales/pl.lua @@ -1,13 +1,13 @@ Locales['en'] = { - ['new_message'] = '~b~Masz nową wiadomość:~s~ %s', - ['press_take_call'] = '%s - Wciśnij ~INPUT_CONTEXT~ aby odebrać telefon', + ['new_message'] = '~b~masz nową wiadomość:~s~ %s', + ['press_take_call'] = '%s - wciśnij ~INPUT_CONTEXT~ aby odebrać telefon', ['taken_call'] = '~y~%s~s~ odebrał telefon', - ['gps_position'] = 'Cel podróży został dodany do GPS\'a', - ['message_sent'] = 'Wiadomość wysłana', - ['cannot_add_self'] = 'Nie możesz dodać samego siebie!', - ['number_in_contacts'] = 'Ten numer jest już na twojej liście kontaktów', - ['contact_added'] = 'Kontakt dodany!', - ['contact_removed'] = 'Kontakt usunięty!', - ['number_not_assigned'] = 'Numer nie jest przypisany!', - ['invalid_number'] = 'To nie jest prawidłowy numer telefonu!', -} \ No newline at end of file + ['gps_position'] = 'cel podróży został dodany do GPS\'a', + ['message_sent'] = 'wiadomość wysłana', + ['cannot_add_self'] = 'nie możesz dodać samego siebie!', + ['number_in_contacts'] = 'ten numer jest już na twojej liście kontaktów', + ['contact_added'] = 'kontakt dodany!', + ['contact_removed'] = 'kontakt usunięty!', + ['number_not_assigned'] = 'numer nie jest przypisany!', + ['invalid_number'] = 'to nie jest prawidłowy numer telefonu!', +}