Translations:Questions - introduction/21/pl
From LimeSurvey Manual
Witaj {TOKEN:FIRSTNAME}. Wysłaliśmy do Ciebie wiadomość e-mail przy użyciu tego adresu {TOKEN:EMAIL}. Czy to prawda?
Co Ty jako {TOKEN:ATTRIBUTE_1} myślisz o swoim
<script type="text/javascript" language="Javascript">;
var job='{TOKEN:ATTRIBUTE_1}';
if (job=='worker') {
document.write ('bosses')
} else {
document.write('workers')
}
</script>
!?