You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.9 KiB
47 lines
2.9 KiB
|
4 years ago
|
local AddOnFolderName = ...
|
||
|
|
local L = _G.LibStub("AceLocale-3.0"):NewLocale(AddOnFolderName, "itIT")
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
L["%1$s (%2$d) is already on the user-defined NPC list."] = "%1$s (%2$d) è già nella lista dei PNG personalizzati."
|
||
|
|
L["%1$s (%2$d) is not on the user-defined NPC list."] = "%1$s (%2$d) non è nella lista dei PNG personalizzati."
|
||
|
|
L["Added %1$s (%2$d) to the user-defined NPC list."] = "%1$s (%2$d) è stato aggiunto alla lista dei PNG personalizzati."
|
||
|
|
L["Alerts"] = "Avvisi"
|
||
|
|
L["BOTTOM"] = "Basso"
|
||
|
|
L["BOTTOMLEFT"] = "Basso a Sinistra"
|
||
|
|
L["BOTTOMRIGHT"] = "Basso a Destra"
|
||
|
|
L["CENTER"] = "Centro"
|
||
|
|
L["Completed Achievement Criteria"] = "Criterio Imprese Completate"
|
||
|
|
L["Completed Quest Objectives"] = "Obiettivi Missioni Completate"
|
||
|
|
L["Dead NPCs"] = "PNG morti"
|
||
|
|
L["Detection"] = "Rilevamento"
|
||
|
|
L["Drag to set the spawn point for targeting buttons."] = "Trascina per impostare la posizione dei pulsanti per la selezione."
|
||
|
|
L["Duration"] = "Durata"
|
||
|
|
L["Hide Anchor"] = "Nascondi Ancoraggio"
|
||
|
|
L["Hide During Combat"] = "Nascondi in Combattimento"
|
||
|
|
L["Horizontal offset from the anchor point."] = "Offset orizzontale dal punto di ancoraggio."
|
||
|
|
L["Ignore Mute"] = "Ignora Muto"
|
||
|
|
L["Interval"] = "Intervallo"
|
||
|
|
L["LEFT"] = "Sinistra"
|
||
|
|
L["NPCs"] = "PNG"
|
||
|
|
L["Play alert sounds when sound is muted."] = "Riproduci il suoni di avviso quando i suoni sono mutati."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
--[[ L["Predefined NPCs cannot be added to the user-defined NPC list."] = "Predefined NPCs cannot be added to the user-defined NPC list."--]]
|
||
|
|
L["Removed %1$s (%2$d) from the user-defined NPC list."] = "Rimosso %1$s (%2$d) dalla lista dei PNG personalizzati."
|
||
|
|
L["Reset Position"] = "Reimposta Posizione"
|
||
|
|
L["RIGHT"] = "Destra"
|
||
|
|
L["Screen Flash"] = "Illumina Schermo"
|
||
|
|
L["Screen Location"] = "Posizione su Schermo"
|
||
|
|
L["Show Anchor"] = "Mostra Ancoraggio"
|
||
|
|
L["Spawn Point"] = "Posizione"
|
||
|
|
L["The number of minutes a targeting button will exist before fading out."] = "Il numero di minuti per cui persisterà il pulsante di selezione prima di sparire."
|
||
|
|
L["The number of minutes before an NPC will be detected again."] = "Il numero di minuti necessari prima di un nuovo rilevamento del PNG."
|
||
|
|
L["TOP"] = "Alto"
|
||
|
|
L["TOPLEFT"] = "Alto a Sinistra"
|
||
|
|
L["TOPRIGHT"] = "Alto a Destra"
|
||
|
|
L["Type the name of a Continent, Dungeon, or Zone, or the partial name of an NPC. Accepts Lua patterns."] = "Scrivi il nome di un Continente, Istanza, Zona o nome parziale di un PNG. Funzionano i pattern LUA."
|
||
|
|
L["Valid values are a numeric NPC ID, the word \"mouseover\" while you have your mouse cursor over an NPC, or the word \"target\" while you have an NPC set as your target."] = "E' possibile utilizzare il valore numerico \"NPC ID\", la parola \"mouseover\" quando il cursore del mouse si trova sopra un PNG o la parola \"target\" quando hai selezionato un PNG come bersaglio."
|
||
|
|
L["Vertical offset from the anchor point."] = "Offset verticale dal punto di ancoraggio."
|
||
|
|
L["X Offset"] = "Offset X"
|
||
|
|
L["Y Offset"] = "Offset Y"
|
||
|
|
|