-
Notifications
You must be signed in to change notification settings - Fork 471
Fix ITA trans #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ITA trans #104
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ; This file contains all localized text for Classic Explorer. There is one section per language. | ||
| ; This file contains all localized text for Open-Shell. There is one section per language. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
| ; Every section contains text lines in the form of <key> = <string>. | ||
| ; Which section is used depends on the current OS setting. If a key is missing from the language section | ||
| ; it will be searched in the [default] section. In some cases more than one language can be used. | ||
|
|
@@ -1166,13 +1166,13 @@ Copy.No = &No | |
| Copy.YesAll = Sì t&utti | ||
| Folder.Title = Conferma sostituzione cartella | ||
| Folder.Prompt = Continuare? | ||
| Toolbar.GoUp = Livello superiore | ||
| Toolbar.GoUp = Cartella superiore | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Google Translate: |
||
| Toolbar.Cut = Taglia | ||
| Toolbar.Copy = Copia | ||
| Toolbar.Paste = Incolla | ||
| Toolbar.PasteShortcut = Incolla collegamento | ||
| Toolbar.Delete = Elimina | ||
| Toolbar.Email = Invia per posta elettronica gli elementi selezionati | ||
| Toolbar.Email = Invia gli elementi selezionati via e-mail | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Google Translate: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For me should be "Invia via email elementi selezionati" No "e-mail" no article in the menu options There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't like how "Invia via email" sounds in italian. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I prefer not use in the menu the article when not necessary (in English no one article) "Invia elementi selezionati via email" (not e-mail) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is clear "via" as "tramite" and "e-mail" is not right. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Invia elementi selezionati via email" sounds better. |
||
| Toolbar.Properties = Proprietà | ||
| Toolbar.NewFolder = Nuova cartella | ||
| Toolbar.ZipFolder = Nuova cartella compressa | ||
|
|
@@ -1205,7 +1205,7 @@ Toolbar.InvertSelection = Inverti selezione | |
| Toolbar.FolderOptions = Opzioni cartella | ||
| Toolbar.ShowHiddenFiles = Cartelle e file nascosti | ||
| Toolbar.ShowSystemFiles = File di sistema | ||
| Toolbar.ShowExtensions = Estensioni nomi file | ||
| Toolbar.ShowExtensions = Mostra estensioni file | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Google Translate: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be "Visualizza estensioni file" "Mostra" is not the right term in the context. |
||
| Status.FreeSpace = %s (Spazio disponibile: %s) | ||
| Status.Item = %s elemento | ||
| Status.Items = Elementi: %s | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ; This file contains all localized text for Open-Shell Menu. There is one section per language. | ||
| ; This file contains all localized text for Open-Shell Menu. There is one section per language. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No change here. |
||
| ; Every section contains text lines in the form of <key> = <string>. | ||
| ; Which section is used depends on the current OS setting. If a key is missing from the language section | ||
| ; it will be searched in the [default] section. In some cases more than one language can be used. | ||
|
|
@@ -2536,7 +2536,7 @@ Menu.RestartTip = Chiude tutti i programmi aperti e riavvia Windows. | |
| Menu.SleepTip = Mantiene la sessione in memoria e imposta la modalità basso consumo che consente di riprendere rapidamente il lavoro. | ||
| Menu.HibernateTip = Salva la sessione e spegne il computer. Quando si riaccende il computer, la sessione verrà ripristinata. | ||
| Menu.LogOffTip = Chiude i programmi e disconnette l'utente. | ||
| Menu.DisconnectTip = Disconnette la sessione. È possibile riconnettersi a questa sessione al prossimo accesso. | ||
| Menu.DisconnectTip = Disconnette dalla sessione. È possibile riconnettersi a questa sessione al prossimo accesso. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Google Translate: Disconnette dalla sessione. È possibile riconnettersi a questa sessione al prossimo accesso. - Disconnect from the session. You can reconnect to this session the next time you log in. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both are fine. I tend to prefer the shorter forms (la) when used on tooltips. |
||
| Menu.LockTip = Blocca il computer. | ||
| Menu.UndockTip = Consente di rimuovere il computer portatile o il notebook dall'alloggiamento di espansione. | ||
| Menu.SwitchUserTip = Consente di cambiare utente senza chiudere i programmi. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍