diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index fc5fa4d693..0cb534a7e0 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -259,6 +259,9 @@ $strRowLength = 'Radl $strRows = 'Rader'; $strRowsFrom = 'rader med början från'; $strRowSize = 'Radstorlek'; +$strRowsModeVertical= 'lodrätt'; +$strRowsModeHorizontal= 'vågrätt'; +$strRowsModeOptions= 'i %s format och upprepa rubrikerna efter %s celler'; $strRowsStatistic = 'Radstatistik'; $strRunning = 'körs på %s'; $strRunQuery = 'Kör fråga'; @@ -341,7 +344,4 @@ $strZip = '"zippad"'; // To translate -$strRowsModeVertical=" vertical "; //to translate -$strRowsModeHorizontal=" horizontal "; //to translate -$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate ?>