Update cosmic_applet_power.ftl ITA
This commit is contained in:
parent
b5a2c0a3ef
commit
5481e738d1
1 changed files with 16 additions and 1 deletions
|
|
@ -9,6 +9,22 @@ restart = Riavvia
|
||||||
shutdown = Spegni
|
shutdown = Spegni
|
||||||
confirm = Conferma
|
confirm = Conferma
|
||||||
cancel = Annulla
|
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 =
|
confirm-body =
|
||||||
{ $action ->
|
{ $action ->
|
||||||
[restart] { restart }
|
[restart] { restart }
|
||||||
|
|
@ -18,4 +34,3 @@ confirm-body =
|
||||||
[log-out] Disconnessione in corso
|
[log-out] Disconnessione in corso
|
||||||
*[other] L'azione selezionata
|
*[other] L'azione selezionata
|
||||||
} verrà eseguita tra { $countdown } secondi.
|
} verrà eseguita tra { $countdown } secondi.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue