es-ES: Do not use plural when one second is left
This commit is contained in:
parent
a43d420251
commit
43396c0c4a
1 changed files with 7 additions and 2 deletions
|
|
@ -2,10 +2,15 @@ cancel = Cancelar
|
||||||
keyboard-layout = Distribución de teclado
|
keyboard-layout = Distribución de teclado
|
||||||
restart = Reiniciar
|
restart = Reiniciar
|
||||||
restart-now = ¿Reiniciar ahora?
|
restart-now = ¿Reiniciar ahora?
|
||||||
restart-timeout = El ordenador se reiniciará automáticamente en {$seconds} segundos.
|
restart-timeout = El ordenador se reiniciará automáticamente en
|
||||||
|
{ $seconds ->
|
||||||
|
[one] 1 segundo.
|
||||||
|
*[other] {$seconds} segundos.}
|
||||||
session = Sesión
|
session = Sesión
|
||||||
shutdown = Apagar
|
shutdown = Apagar
|
||||||
shutdown-now = ¿Apagar ahora?
|
shutdown-now = ¿Apagar ahora?
|
||||||
shutdown-timeout = El ordenador se apagará automáticamente en {$seconds} segundos.
|
shutdown-timeout = El ordenador se apagará automáticamente en { $seconds ->
|
||||||
|
[one] 1 segundo.
|
||||||
|
*[other] {$seconds} segundos.}
|
||||||
suspend = Suspender
|
suspend = Suspender
|
||||||
user = Utente
|
user = Utente
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue