Update cosmic_greeter.ftl (SV)
This commit is contained in:
parent
37cff18672
commit
78b6012f21
1 changed files with 10 additions and 2 deletions
|
|
@ -2,10 +2,18 @@ cancel = Avbryt
|
|||
keyboard-layout = Tangentbordslayout
|
||||
restart = Starta om
|
||||
restart-now = Starta om nu?
|
||||
restart-timeout = Systemet startar om automatiskt om {$seconds} sekunder.
|
||||
restart-timeout = Systemet startar om automatiskt om
|
||||
{ $seconds ->
|
||||
[1] 1 sekund.
|
||||
*[other] {$seconds} sekunder.
|
||||
}
|
||||
session = Session
|
||||
shutdown = Stäng av
|
||||
shutdown-now = Stäng av nu?
|
||||
shutdown-timeout = Systemet stängs av automatiskt om {$seconds} sekunder.
|
||||
shutdown-timeout = Systemet stängs av automatiskt om
|
||||
{ $seconds ->
|
||||
[1] 1 sekund.
|
||||
*[other] {$seconds} sekunder.
|
||||
}
|
||||
suspend = Suspendera
|
||||
user = Användare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue