Update pl.lua

lower case change
This commit is contained in:
deviljin112
2018-07-23 18:03:52 +01:00
committed by GitHub
parent ff62e87e0e
commit edb4df88b9
+11 -11
View File
@@ -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!',
}
['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!',
}