; IDV 2006.5 Swedish language file ; ; Strings that contain variables are in sprintf() format. See ; http://www.php.net/sprintf for details. [General] ; General strings ; EmptyName: the string to be displayed in the Name column in an empty directory EmptyName = "(Tom)" ; Empty: the string to be displayed in other empty fields Empty = "--" [Num] ; Various strings related to numbers (file sizes for example) ; DecimalSeparator: the decimal separator for floating point numbers DecimalSeparator = "." ; ByteSingular: the string for exactly one (kilo/mega/...)byte ByteSingular = "B" ; BytePlural: the plural string of (kilo/mega/...)bytes BytePlural = "B" ; UnitSeparator: string to insert between number and (kilo/mega/...)byte UnitSeparator = " " ; Prefixes PrefixKilo = "K" PrefixMega = "M" PrefixGiga = "G" [Nav] ; Navigation bar strings ; FileCount: the amount of directories/files in the current directory ; %1$d = number of directories ; %2$s = DirsSingular or DirsPlural depending on the amount of directories ; %3$d = number of files ; %4$s = FilesSingular or FilesPlural depending on the amount of files FileCount = "%1$d %2$s, %3$d %4$s" ; DirsSingular & DirsPlural: singular/plural forms of "directory" DirsSingular = "mapp" DirsPlural = "mappar" ; FilesSingular & FilesPlural: singular/plural forms of "file" FilesSingular = "fil" FilesPlural = "filer" ; TotalSize: total size of directory contents ; %1$s = size TotalSize = " (%1$s totalt)" [Headers] ; File listing headers Name = "Namn" Size = "Storlek" Permissions = "Rättigheter" ModTime = "Sist Ändrad" [Footer] ; Page footer strings ; PageGenerationTime: format for page generation time display ; %1$s = generation time PageGenerationTime = "Sidan genererades på %1$s sekunder" ; CreditsIDV & CreditsTheme: format for the IDV/theme credits ; %1$s = IDV version CreditsIDV = "IDV %1$s" ; %1$s = theme name & version ; %2$s = theme author CreditsTheme = "%1$s av %2$s"