From 6c5c22d1b2698edbfaed4e0d852c2cf7d7b9e687 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Dec 2001 18:03:31 +0000 Subject: [PATCH] vertical --- lang/swedish.inc.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ?>