
function GetLng(strWord){
  switch(strWord){
    case '': return ''
    case 'lngfilldefect': return 'Proszę wypełnić "Określenie wady"'
    case 'lngyournr': return 'Twój nr zamówienia (dowolny)'
    case 'lngzj1': return 'Naprawdę skasować ten rekord?'
    case 'lngzj10': return 'Nazwisko'
    case 'lngzj11': return 'Imię'
    case 'lngzj12': return 'e-mail'
    case 'lngzj13': return 'Telefon'
    case 'lngzj14': return 'Regon'
    case 'lngzj14a': return 'Regon musi być numerem!'
    case 'lngzj15': return 'NIP'
    case 'lngzj16': return 'Regon i NIP muszy być wypełnione'
    case 'lngzj17': return 'Oryginalne hasło'
    case 'lngzj18': return 'Nowe hasło'
    case 'lngzj19': return 'Potwierdź nowe hasło'
    case 'lngzj2': return 'Brak uprawnień do tej akcji!'
    case 'lngzj20': return 'Pola nowe hasło i jego potwierdzenie są różne.'
    case 'lngzj21': return 'Nazwa'
    case 'lngzj22': return 'Ulica'
    case 'lngzj23': return 'Chcesz zamówić ten prezent?'
    case 'lngzj3': return 'Aby to zrobić musisz wybrać jakiś produkt!'
    case 'lngzj4': return 'Wypełnij pola poprawnie i spróbuj ponownie.'
    case 'lngzj5': return 'Nie zostały wypełnione pozycje:'
    case 'lngzj6': return 'Nie możesz tego zrobić!'
    case 'lngzj7': return 'Adres'
    case 'lngzj8': return 'Miasto'
    case 'lngzj9': return 'Kod pocztowy'
    case 'lngwdzj1': return 'Wypełnij adres e-mail'
    case 'lngwdzj2': return 'Uzupełnij cenę'
    case 'lngwdzj3': return 'Wstaw oczekiwaną cenę z VAT'
    case 'lngwdzj4': return 'Wpisana wartość musi być liczbą'
    case 'lngzjreclaim': return 'reklamacja'
    case 'lngzjinvoice': return 'faktura'
    case 'lngzjloan': return 'testowanie'
    case 'lngzjtransfer': return 'przesunięcie'
    case 'lngdescription': return 'Opis'
  
    default: return 'Unknown text constant: [' + strWord + '], try reload page to receive actual text constants.'
  }
}
