diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index e19bc8662..9ae5179c1 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -339,4 +339,9 @@ $strYes = 'Yes'; $strZip = '"zipped"'; +// please don't touch these, will sort after: +$strRowsModeVertical = 'vertical'; +$strRowsModeHorizontal = 'horizontal'; +$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; + ?>