//tlumaczenia

var text = new Array();

text['pl'] = Array();
text['en'] = Array();
text['de'] = Array();
text['fr'] = Array();

text['pl']['form'] = 'Nie wypełniono wszystkich wymaganych pól!';
text['en']['form'] = 'Please input all fields';
text['de']['form'] = 'Please input all fields';
text['fr']['form'] = 'Please input all fields';

