This commit is contained in:
Marc Delisle 2001-12-18 18:03:31 +00:00
parent d6b160d05e
commit 6c5c22d1b2

View File

@ -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
?>