i18n(en): fix translations for restart-timeout and shutdown-timeout
This commit is contained in:
parent
d53d928b55
commit
48fa38d983
1 changed files with 10 additions and 6 deletions
|
|
@ -2,14 +2,18 @@ cancel = Cancel
|
|||
keyboard-layout = Keyboard layout
|
||||
restart = Restart
|
||||
restart-now = Restart now?
|
||||
restart-timeout = The system will restart automatically in {$seconds ->
|
||||
[1] 1 second.
|
||||
*[other] {$seconds} seconds. }
|
||||
restart-timeout = The system will restart automatically in
|
||||
{ $seconds ->
|
||||
[1] 1 second.
|
||||
*[other] {$seconds} seconds.
|
||||
}
|
||||
session = Session
|
||||
shutdown = Shut down
|
||||
shutdown-now = Shut down now?
|
||||
shutdown-timeout = The system will shut down automatically in {$seconds ->
|
||||
[1] 1 second.
|
||||
*[other] {$seconds} seconds. }
|
||||
shutdown-timeout = The system will shut down automatically in
|
||||
{ $seconds ->
|
||||
[1] 1 second.
|
||||
*[other] {$seconds} seconds.
|
||||
}
|
||||
suspend = Suspend
|
||||
user = User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue