Swedish update

This commit is contained in:
Marc Delisle
2008-02-13 17:32:43 +00:00
parent aab4e71d95
commit 6f00ea02d3
2 changed files with 6 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
$charset = 'iso-8859-1';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$number_thousands_separator = '<EFBFBD>';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
@@ -893,6 +893,7 @@ $strStructureForView = 'Struktur f
$strStructure = 'Struktur';
$strSubmit = 'S<>nd';
$strSuccess = 'Din SQL-fr<66>ga utf<74>rdes korrekt';
$strSuhosin = 'Server k<>rs med Suhosin. Se %sdokumentation%s f<>r m<>jliga fr<66>gor.';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
@@ -1025,5 +1026,4 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anm: Genom att s<>tta dessa alternativ till 0 (noll) tas begr<67>nsningarna bort.';
$strZip = '"zippad"';
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
?>

View File

@@ -1,4 +1,4 @@
<?php
<?php
/* $Id$ */
/*
@@ -7,9 +7,8 @@
$charset = 'utf-8';
$allow_recoding = TRUE;
$allow_recoding = TRUE;
$text_dir = 'ltr';
$number_thousands_separator = ' ';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
@@ -894,6 +893,7 @@ $strStructureForView = 'Struktur för visning';
$strStructure = 'Struktur';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frågor.';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
@@ -1025,6 +1025,4 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
?>
?>