| ... | in poll.naml |
|
167 168 169 170 171 172 173 174 175 176 177
|
<macro name="poll_errors" requires="error">
<n.exception. name="invalid_poll_format">
<t>Invalid poll parameters.</t>
</n.exception.>
<n.exception. name="days_field_not_integer">
<t>Poll duration must be a non-negative integer or blank.</t>
</n.exception.>
<n.exception. name="max_choices_field_not_integer">
<t>Poll maximum allowed choices must be a non-negative integer or blank.</t>
</n.exception.>
</macro>
|
| Free forum by Nabble | Edit this page |