Update cosmic_greeter.ftl ITA
This commit is contained in:
parent
9ba6a0481c
commit
74a87f5bd7
1 changed files with 18 additions and 2 deletions
|
|
@ -1,11 +1,27 @@
|
|||
accessibility = Accessibilità
|
||||
.screen-reader = Lettore schermo
|
||||
.magnifier = Lente di ingrandimento
|
||||
.high-contrast = Contrasto elevato
|
||||
.invert-colors = Inverti colori
|
||||
cancel = Annulla
|
||||
caps-lock = Caps Lock è attivo.
|
||||
enter-user = Inserisci manualmente il nome...
|
||||
type-username = Digita il nome utente:
|
||||
keyboard-layout = Layout di tastiera
|
||||
restart = Riavvia
|
||||
restart-now = Riavviare adesso?
|
||||
restart-timeout = Il sistema si riavvierà automaticamente tra {$seconds} secondi.
|
||||
restart-timeout = Il sistema si riavvierà automaticamente tra
|
||||
{ $seconds ->
|
||||
[1] 1 secondo.
|
||||
*[other] {$seconds} secondi.
|
||||
}
|
||||
shutdown = Spegni
|
||||
session = Sessione
|
||||
shutdown-now = Spegnere adesso?
|
||||
shutdown-timeout = Il sistema si spegnerà automaticamente tra {$seconds} secondi.
|
||||
shutdown-timeout = Il sistema si spegnerà automaticamente tra
|
||||
{ $seconds ->
|
||||
[1] 1 secondo.
|
||||
*[other] {$seconds} secondi.
|
||||
}
|
||||
suspend = Sospendi
|
||||
user = Utente
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue