diff --git a/i18n/en/cosmic_greeter.ftl b/i18n/en/cosmic_greeter.ftl index 357034e..2fbe58c 100644 --- a/i18n/en/cosmic_greeter.ftl +++ b/i18n/en/cosmic_greeter.ftl @@ -2,10 +2,14 @@ cancel = Cancel keyboard-layout = Keyboard layout restart = Restart restart-now = Restart now? -restart-timeout = The system will restart automatically in {$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} seconds. +shutdown-timeout = The system will shut down automatically in {$seconds -> + [1] 1 second. + *[other] {$seconds} seconds. } suspend = Suspend user = User diff --git a/i18n/nl/cosmic_greeter.ftl b/i18n/nl/cosmic_greeter.ftl index affbd45..40f1ff8 100644 --- a/i18n/nl/cosmic_greeter.ftl +++ b/i18n/nl/cosmic_greeter.ftl @@ -3,13 +3,13 @@ keyboard-layout = Toetsenbordindeling restart = Opnieuw opstarten restart-now = Nu opnieuw opstarten? restart-timeout = Het systeem zal na { $seconds -> - [one] 1 seconde + [1] 1 seconde *[other] {$seconds} seconden} automatisch opnieuw opstarten. session = Sessie shutdown = Afsluiten shutdown-now = Nu afsluiten? shutdown-timeout = Het systeem zal na { $seconds -> - [one] één seconde + [1] 1 seconde *[other] {$seconds} seconden} automatisch afsluiten. suspend = Slaapstand user = Gebruiker