Set if the translation has plural values.
bool $plural: TRUE, if the translation has plural values. FALSE otherwise.
public function setPlural($plural) { $this->plural = $plural; }