From 5481e738d1f4abaf381cab6bdfa6c8c5e9bcc98d Mon Sep 17 00:00:00 2001 From: lucamosca1 Date: Tue, 15 Oct 2024 10:08:07 +0200 Subject: [PATCH] Update cosmic_applet_power.ftl ITA --- .../i18n/it/cosmic_applet_power.ftl | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl index 8e353837..20837494 100644 --- a/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl @@ -9,6 +9,22 @@ restart = Riavvia shutdown = Spegni confirm = Conferma cancel = Annulla +confirm-button = { + $action -> + [restart] { restart } + [suspend] { suspend} + [shutdown] Spegni + [log-out] { log-out } + *[other] { confirm} +} +confirm-title = + { $action -> + [restart] { restart } + [suspend] { suspend } + [shutdown] { shutdown } + [log-out] Chiudi tutte le applicazioni e termina la sessione + *[other] Applica l'azione selezionata + } now? confirm-body = { $action -> [restart] { restart } @@ -18,4 +34,3 @@ confirm-body = [log-out] Disconnessione in corso *[other] L'azione selezionata } verrĂ  eseguita tra { $countdown } secondi. -