Xorgroth -- No, I think error111 is right.
I have checked the russian QSP and it seems that the english variables are messed up.
Under "laptop" in russian QSP you have at start
:$data['события_аврелия_старт_веток'] = 1 & gt'laptop','swing_sveta_start'
In english QSP (your latest 0.7.4) you have
:$data['events_sveta_1_swing'] = 1
But the variable in russian for the swing is not 'события_аврелия_старт_веток' (which is beeing set at the beginning to 1 to start the swing/email event) but rather 'события_света_1_свинг'.
So -> Looking at the place in 'gs_start_var' where 'события_аврелия_старт_веток' is the english counterpart should be 'events_aurelia_branch_start' and not the 'events_sveta_1_swing'.
'events_sveta_1_swing' is = 0 and will be set to other value once the Email is read.
I have fixed this small bug and made an "unofficial" 0.7.4(a) version out of it.
Thanks
error111 for reporting!