Skip to content
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

it Locale typos fix #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BugSack.toc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Notes-esES: Mete esos errores en un saco.
## Notes-esMX: Mete esos errores en un saco.
## Notes-ptBR: Toss those bugs inna sack.
## Notes-itIT: Metti quei bugs in un scchetto.
## Notes-itIT: Metti quei bugs in un sacchetto.
## Author: Funkydude
## SavedVariables: BugSackDB, BugSackLDBIconDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, LibDBIcon-1.0, !BugGrabber
Expand Down
6 changes: 3 additions & 3 deletions locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,11 @@ elseif locale == "ptBR" then
elseif locale == "itIT" then
L["All bugs"] = "Tutti i bug"
L["All stored bugs have been exterminated painfully."] = "Tutti i bug registrati sono stati eliminati con dolore."
L["altWipeDesc"] = "Permetti la combinzione Alt-Clic sulla minimappa per cancellre tutti i bugs registrati."
L["altWipeDesc"] = "Permetti la combinazione Alt-Clic sulla minimappa per cancellre tutti i bugs registrati."
L["autoDesc"] = "Apre automaticamente BugSack quando viene rilevato un errore, ma non quando sei in combattimento."
L["Auto popup"] = "Auto popup"
L.minimapHint = "|cffeda55fFai clic|r per aprire BugSack con l'ultimo bug. |cffeda55fFai Maiusc-Clic|r per ricaricare l'interfaccia. |cffeda55fClic-Destro|r per aprire le opzioni."
L["|cffff4411BugSack requires the |r|cff44ff44!BugGrabber|r|cffff4411 addon, which you can download from the same place you got BugSack. Happy bug hunting!|r"] = "|cffff4411BugSack richiede l'addon |r|cff44ff44!BugGrabber|r|cffff4411, che puoi scaricare dallo stesso posto da cui hai scaricato BugSack. Buona caccia ai bugs|r"
L["|cffff4411BugSack requires the |r|cff44ff44!BugGrabber|r|cffff4411 addon, which you can download from the same place you got BugSack. Happy bug hunting!|r"] = "|cffff4411BugSack richiede l'addon |r|cff44ff44!BugGrabber|r|cffff4411, che puoi scaricare dallo stesso posto da cui hai scaricato BugSack. Buona caccia ai bugs!|r"
L["chatFrameDesc"] = "Manda un'avviso in chat quando un errore viene rilevato. Non scrive l'errore completo, solo un'avviso!"
L["Chatframe output"] = "Output della chat"
L["Current session"] = "Sessione corrente"
Expand All @@ -576,7 +576,7 @@ elseif locale == "itIT" then
L["saveDesc"] = "Salva i bug nel database. Se disattivato, i bug verranno eliminati alla fine della sessione."
L["Save errors"] = "Salva errori"
L["Send"] = "Invia"
L["Send all bugs from the currently viewed session (%d) in the sack to the player specified below."] = "Invia tutti i bug nel sacchetto della sessione attualmente visulizzara (%d) al giocatore specificato."
L["Send all bugs from the currently viewed session (%d) in the sack to the player specified below."] = "Invia tutti i bug nel sacchetto della sessione attualmente visualizzata (%d) al giocatore specificato."
L["Send bugs"] = "Invia bugs"
L["Sent by %s (%s)"] = "Inviato da %s (%s)"
L["Small"] = "Piccolo"
Expand Down
Loading