Swedish update
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
$charset = 'iso-8859-1';
|
$charset = 'iso-8859-1';
|
||||||
$allow_recoding = TRUE;
|
$allow_recoding = TRUE;
|
||||||
$text_dir = 'ltr';
|
$text_dir = 'ltr';
|
||||||
$number_thousands_separator = '<EFBFBD>';
|
$number_thousands_separator = ' ';
|
||||||
$number_decimal_separator = ',';
|
$number_decimal_separator = ',';
|
||||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||||
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
|
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
|
||||||
@@ -893,6 +893,7 @@ $strStructureForView = 'Struktur f
|
|||||||
$strStructure = 'Struktur';
|
$strStructure = 'Struktur';
|
||||||
$strSubmit = 'S<>nd';
|
$strSubmit = 'S<>nd';
|
||||||
$strSuccess = 'Din SQL-fr<66>ga utf<74>rdes korrekt';
|
$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';
|
$strSum = 'Summa';
|
||||||
$strSwedish = 'Svensk';
|
$strSwedish = 'Svensk';
|
||||||
$strSwitchToDatabase = 'Byt till kopierad databas';
|
$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.';
|
$strZeroRemovesTheLimit = 'Anm: Genom att s<>tta dessa alternativ till 0 (noll) tas begr<67>nsningarna bort.';
|
||||||
$strZip = '"zippad"';
|
$strZip = '"zippad"';
|
||||||
|
|
||||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -7,9 +7,8 @@
|
|||||||
|
|
||||||
$charset = 'utf-8';
|
$charset = 'utf-8';
|
||||||
$allow_recoding = TRUE;
|
$allow_recoding = TRUE;
|
||||||
$allow_recoding = TRUE;
|
|
||||||
$text_dir = 'ltr';
|
$text_dir = 'ltr';
|
||||||
$number_thousands_separator = ' ';
|
$number_thousands_separator = ' ';
|
||||||
$number_decimal_separator = ',';
|
$number_decimal_separator = ',';
|
||||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||||
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
|
$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
|
||||||
@@ -894,6 +893,7 @@ $strStructureForView = 'Struktur för visning';
|
|||||||
$strStructure = 'Struktur';
|
$strStructure = 'Struktur';
|
||||||
$strSubmit = 'Sänd';
|
$strSubmit = 'Sänd';
|
||||||
$strSuccess = 'Din SQL-fråga utfördes korrekt';
|
$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';
|
$strSum = 'Summa';
|
||||||
$strSwedish = 'Svensk';
|
$strSwedish = 'Svensk';
|
||||||
$strSwitchToDatabase = 'Byt till kopierad databas';
|
$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.';
|
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
|
||||||
$strZip = '"zippad"';
|
$strZip = '"zippad"';
|
||||||
|
?>
|
||||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
|
||||||
?>
|
|
Reference in New Issue
Block a user