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.
54 lines
1.6 KiB
54 lines
1.6 KiB
local _, Internal = ...
|
|
if GetLocale() ~= "itIT" then
|
|
return
|
|
end
|
|
|
|
local L = Internal.L
|
|
L["%s (Level %d)"] = "%s Livello %d"
|
|
L["Active!"] = "Attivo!"
|
|
L["Antros"] = "Antros"
|
|
L["Automa"] = "Automa"
|
|
L["Callings"] = "Chiamate"
|
|
L["Campaign"] = "Campagna"
|
|
L["Campaign: %s"] = "Campagna: %s"
|
|
L["Character"] = "Personaggio"
|
|
L["Characters"] = "Personaggi"
|
|
L["Class"] = "Classe"
|
|
L["Conquest"] = "Punti Conquista"
|
|
L["Cosmic Flux"] = "Cosmic Flux"
|
|
L["Currency"] = "Valuta"
|
|
L["Cyphers of the First Ones"] = "Codici dei Primi"
|
|
L["Daily"] = "Giornaliera"
|
|
L["Death-Bound Shard"] = "Scheggia Vincolata alla Morte"
|
|
L["Death's Advance"] = "Marcia della Morte"
|
|
L["Default"] = "Predefinito"
|
|
L["Faction"] = "Fazione"
|
|
L["Female"] = "Femmina"
|
|
L["Gender"] = "Sesso"
|
|
L["Item Level"] = "Livello oggetti"
|
|
L["Item Level (PvP)"] = "Livello oggetti (PvP)"
|
|
L["Korthia"] = "Korthia"
|
|
L["Level"] = "Livello"
|
|
L["Lockout"] = "Salvataggio"
|
|
L["Lockout: %s"] = "Salvataggio: %s"
|
|
L["Male"] = "Maschio"
|
|
L["Patterns Within Patterns"] = "Schemi dentro gli schemi"
|
|
L["Player"] = "Giocatore"
|
|
L["Quantity: %d"] = "Quantità: %d"
|
|
L["Quest"] = "Missione"
|
|
L["Quest: %s"] = "Missione: %s"
|
|
L["Race"] = "Razza"
|
|
L["Renown"] = "Fama"
|
|
L["Reputation"] = "Reputazione"
|
|
L["Sanctum of Domination"] = "Sanctum del Dominio"
|
|
L["Small"] = "Piccola"
|
|
L["Soul Cinders"] = "Braci dell'Anima"
|
|
L["The Archivists' Codex"] = "Codice degli Archivisti"
|
|
L["The Enlightened"] = "Illuminati"
|
|
L["Torghast"] = "Torgast"
|
|
L["Tormentors of Torghast"] = "Tormentatori di Torgast"
|
|
L["Tower Knowledge"] = "Conoscenza della Torre"
|
|
L["Unknown"] = "Sconosciuto"
|
|
L["Valor"] = "Punti Valore"
|
|
L["Weekly"] = "Settimanale"
|
|
|
|
|