-
Notifications
You must be signed in to change notification settings - Fork 454
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
Fix ITA trans #104
Conversation
SebastianoPistore
commented
Oct 31, 2018
- Little fix to Italian translation.
- Header changed.
Fixed Italian translation; Updated header
@@ -1,4 +1,4 @@ | |||
; This file contains all localized text for Classic Explorer. There is one section per language. |
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.
👍
@@ -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. |
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.
👍
@@ -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 |
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.
Google Translate:
Livello superiore - Upper level
Cartella superiore - Upper folder
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 |
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.
Google Translate:
Invia per posta elettronica gli elementi selezionati - Email the selected items
Invia gli elementi selezionati via e-mail - Send the selected items via e-mail
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.
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 comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like how "Invia via email" sounds in italian.
I'd prefer "Invia gli elementi selezionati tramite e-mail"
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.
I prefer not use in the menu the article when not necessary (in English no one article)
Then should be
"Invia elementi selezionati via email" (not e-mail)
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.
Is clear "via" as "tramite" and "e-mail" is not right.
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.
"Invia elementi selezionati via email" sounds better.
Only "invia...via" was not really nice to read :)
I proposed "tramite" just to avoid repeating "via" which is both in "inVIA" and in "VIA".
And yes, "gli", could be also omitted.
@@ -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 |
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.
Google Translate:
Estensioni nomi file - File name extensions
Mostra estensioni file - Show file extensions
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.
Should be
"Visualizza estensioni file"
"Mostra" is not the right term in the context.
@@ -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. |
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.
Google Translate:
Disconnette la sessione. È possibile riconnettersi a questa sessione al prossimo accesso. - Disconnect the session. You can reconnect to this session the next time you log in.
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 comment
The 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.
But probably "dalla" is slightly more correct.
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.
Seems good
@@ -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. |
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.
No change here.
Identical.
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.
Looking good
Merging due to inaction since approved |