Little Fix up + Translation PL

Fixed up other app.js missing delete Contact, moved the phone slightly more to the right of the screen, Added Polish Translation.
This commit is contained in:
deviljin112
2018-07-23 17:17:25 +01:00
parent 840fa45927
commit ff62e87e0e
7 changed files with 647 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
Locales['en'] = {
['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!',
}