i18n: Use "[0] now." on restarts/shutdowns (#414)
This commit is contained in:
parent
325ab060a6
commit
93932ce4c6
1 changed files with 8 additions and 6 deletions
|
|
@ -11,18 +11,20 @@ type-username = Username:
|
||||||
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
|
restart-timeout = The system will restart automatically
|
||||||
{ $seconds ->
|
{ $seconds ->
|
||||||
[1] 1 second.
|
[0] now.
|
||||||
*[other] {$seconds} seconds.
|
[1] in 1 second.
|
||||||
|
*[other] in {$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
|
shutdown-timeout = The system will shut down automatically
|
||||||
{ $seconds ->
|
{ $seconds ->
|
||||||
[1] 1 second.
|
[0] now.
|
||||||
*[other] {$seconds} seconds.
|
[1] in 1 second.
|
||||||
|
*[other] in {$seconds} seconds.
|
||||||
}
|
}
|
||||||
suspend = Suspend
|
suspend = Suspend
|
||||||
user = User
|
user = User
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue