Add Swedish translation
This commit is contained in:
parent
fdb02f8570
commit
a4fc1fa586
|
@ -0,0 +1,11 @@
|
||||||
|
Language = {
|
||||||
|
"Connected (encrypted) to ": "Ansluten (krypterat) till ",
|
||||||
|
"Connected (unencrypted) to ": "Ansluten (okrypterat) till ",
|
||||||
|
"Must set host and port": "Du måste specifiera en host och port",
|
||||||
|
"Disconnect timeout": "Det tog för lång tid att koppla ner",
|
||||||
|
"Password is required": "Lösenord krävs",
|
||||||
|
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "Tvingar 'Clipping mode' eftersom skrollning inte stödjs av IE i fullskärm",
|
||||||
|
"Connecting": "Ansluter",
|
||||||
|
"Disconnecting": "Kopplar ner",
|
||||||
|
"Disconnected": "Frånkopplad",
|
||||||
|
};
|
|
@ -382,7 +382,9 @@ Util.Localisation = {
|
||||||
'nl-NL': 'nl-NL',
|
'nl-NL': 'nl-NL',
|
||||||
'nl-BE': 'nl-NL',
|
'nl-BE': 'nl-NL',
|
||||||
'de': 'de-DE',
|
'de': 'de-DE',
|
||||||
'de-DE': 'de-DE'
|
'de-DE': 'de-DE',
|
||||||
|
'sv-SE': 'sv-SE',
|
||||||
|
'sv': 'sv-SE'
|
||||||
},
|
},
|
||||||
|
|
||||||
// Get language code from browser and verify it
|
// Get language code from browser and verify it
|
||||||
|
|
Loading…
Reference in New Issue