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
|
keyboard-layout = Keyboard layout
|
||||||
restart = Restart
|
restart = Restart
|
||||||
restart-now = Restart now?
|
restart-now = Restart now?
|
||||||
restart-timeout = The system will restart automatically in {$seconds ->
|
restart-timeout = The system will restart automatically in
|
||||||
[1] 1 second.
|
{ $seconds ->
|
||||||
*[other] {$seconds} seconds. }
|
[1] 1 second.
|
||||||
|
*[other] {$seconds} seconds.
|
||||||
|
}
|
||||||
session = Session
|
session = Session
|
||||||
shutdown = Shut down
|
shutdown = Shut down
|
||||||
shutdown-now = Shut down now?
|
shutdown-now = Shut down now?
|
||||||
shutdown-timeout = The system will shut down automatically in {$seconds ->
|
shutdown-timeout = The system will shut down automatically in
|
||||||
[1] 1 second.
|
{ $seconds ->
|
||||||
*[other] {$seconds} seconds. }
|
[1] 1 second.
|
||||||
|
*[other] {$seconds} seconds.
|
||||||
|
}
|
||||||
suspend = Suspend
|
suspend = Suspend
|
||||||
user = User
|
user = User
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue