Update cosmic_edit.ftl ITA (#403)
Just fixed newlines to match english ones (easier to spot new strings to be translated)
This commit is contained in:
parent
02b2d58dfd
commit
0fa5c4f056
1 changed files with 4 additions and 15 deletions
|
|
@ -5,13 +5,11 @@ todo = TODO
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
repository = Repository
|
||||||
git-description = Git commit { $hash } del { $date }
|
support = Supporto
|
||||||
|
|
||||||
## Document statistics
|
## Document statistics
|
||||||
|
|
||||||
document-statistics = Statistiche documento
|
document-statistics = Statistiche documento
|
||||||
word-count = Conteggio parole
|
word-count = Conteggio parole
|
||||||
character-count = Caratteri
|
character-count = Caratteri
|
||||||
|
|
@ -28,11 +26,9 @@ staged-changes = Modifiche preparate
|
||||||
unstaged-changes = Modifiche non confirmate
|
unstaged-changes = Modifiche non confirmate
|
||||||
|
|
||||||
## Project search
|
## Project search
|
||||||
|
|
||||||
project-search = Ricerca nel progetto
|
project-search = Ricerca nel progetto
|
||||||
|
|
||||||
## Prompt save changes
|
## Prompt save changes
|
||||||
|
|
||||||
prompt-save-changes-title = Modifiche non salvate
|
prompt-save-changes-title = Modifiche non salvate
|
||||||
prompt-unsaved-changes = Hai delle modifiche non salvate, vuoi salvarle?
|
prompt-unsaved-changes = Hai delle modifiche non salvate, vuoi salvarle?
|
||||||
cancel = Annulla
|
cancel = Annulla
|
||||||
|
|
@ -40,11 +36,9 @@ discard = Ignora modifiche
|
||||||
save-all = Salva tutto
|
save-all = Salva tutto
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
settings = Impostazioni
|
settings = Impostazioni
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
|
|
||||||
appearance = Aspetto
|
appearance = Aspetto
|
||||||
theme = Tema
|
theme = Tema
|
||||||
match-desktop = Sistema
|
match-desktop = Sistema
|
||||||
|
|
@ -56,8 +50,8 @@ default-font = Font predefinito
|
||||||
default-font-size = Dimensione font predefinita
|
default-font-size = Dimensione font predefinita
|
||||||
default-zoom-step = Quantità zoom
|
default-zoom-step = Quantità zoom
|
||||||
|
|
||||||
### Keyboard shortcuts
|
|
||||||
|
|
||||||
|
### Keyboard shortcuts
|
||||||
keyboard-shortcuts =
|
keyboard-shortcuts =
|
||||||
Scorciatoie da tastiera
|
Scorciatoie da tastiera
|
||||||
enable-vim-bindings = Abilita scorciatoie VIM
|
enable-vim-bindings = Abilita scorciatoie VIM
|
||||||
|
|
@ -74,9 +68,7 @@ wrap-around = Wrap Around
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
|
|
||||||
|
|
||||||
## File
|
## File
|
||||||
|
|
||||||
file = File
|
file = File
|
||||||
new-file = Nuovo file
|
new-file = Nuovo file
|
||||||
new-window = Nuova finestra
|
new-window = Nuova finestra
|
||||||
|
|
@ -97,7 +89,6 @@ print = Stampa
|
||||||
quit = Esci
|
quit = Esci
|
||||||
|
|
||||||
## Edit
|
## Edit
|
||||||
|
|
||||||
edit = Modifica
|
edit = Modifica
|
||||||
undo = Annulla
|
undo = Annulla
|
||||||
redo = Ripeti
|
redo = Ripeti
|
||||||
|
|
@ -110,7 +101,6 @@ find-in-project = Trova nel progetto...
|
||||||
spell-check = Controllo ortografico...
|
spell-check = Controllo ortografico...
|
||||||
|
|
||||||
## View
|
## View
|
||||||
|
|
||||||
view = Visualizza
|
view = Visualizza
|
||||||
zoom-in = Aumenta zoom
|
zoom-in = Aumenta zoom
|
||||||
default-size = Dimensione predefinita
|
default-size = Dimensione predefinita
|
||||||
|
|
@ -118,11 +108,11 @@ zoom-out = Diminuisci zoom
|
||||||
indentation = Indentazione
|
indentation = Indentazione
|
||||||
|
|
||||||
### Indentation
|
### Indentation
|
||||||
|
|
||||||
automatic-indentation = Indentazione automatica
|
automatic-indentation = Indentazione automatica
|
||||||
tab-width = Larghezza tabulazione: { $tab_width }
|
tab-width = Larghezza tabulazione: { $tab_width }
|
||||||
convert-indentation-to-spaces = Converti indentazione in spazi
|
convert-indentation-to-spaces = Converti indentazione in spazi
|
||||||
convert-indentation-to-tabs = Converti indentazione in tabulazioni
|
convert-indentation-to-tabs = Converti indentazione in tabulazioni
|
||||||
|
|
||||||
word-wrap = "a capo" automatico
|
word-wrap = "a capo" automatico
|
||||||
show-line-numbers = Mostra numeri linea
|
show-line-numbers = Mostra numeri linea
|
||||||
highlight-current-line = Evidenzia linea corrente
|
highlight-current-line = Evidenzia linea corrente
|
||||||
|
|
@ -130,4 +120,3 @@ syntax-highlighting = Evidenziazione sintassi...
|
||||||
menu-settings = Impostazioni...
|
menu-settings = Impostazioni...
|
||||||
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
||||||
menu-about = Informazioni su "COSMIC - Editor di testo"
|
menu-about = Informazioni su "COSMIC - Editor di testo"
|
||||||
support = Supporto
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue