From cc546f42937e7d85c4cfe3a6c2606ae55b549549 Mon Sep 17 00:00:00 2001 From: VandaLHJ Date: Sun, 26 May 2024 18:47:44 +0200 Subject: [PATCH] Create cosmic_greeter.ftl PL translation There isn't any, it might be good idea to add one. --- i18n/pl/cosmic_greeter.ftl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 i18n/pl/cosmic_greeter.ftl diff --git a/i18n/pl/cosmic_greeter.ftl b/i18n/pl/cosmic_greeter.ftl new file mode 100644 index 0000000..8a8abcf --- /dev/null +++ b/i18n/pl/cosmic_greeter.ftl @@ -0,0 +1,15 @@ +cancel = Anuluj +restart = Uruchom ponownie +restart-now = Uruchomić ponownie? +restart-timeout = System uruchomi się ponownie za {$seconds -> + [1] 1 sekundę + [few] { $seconds } sekundy + *[other] { $seconds } sekund +} +shutdown = Wyłącz +shutdown-now = Wyłączyć teraz? +shutdown-timeout = System wyłączy automatycznie się za {$seconds -> + [1] 1 sekundę + [few] { $seconds } sekundy + *[other] { $seconds } sekund +}