annotate localization/itIT.lua @ 118:5cb881417bbf v55

Added Antorus to auto-logging.
author yellowfive
date Fri, 24 Nov 2017 19:46:27 -0800
parents 5021d5125484
children f1da233629be
rev   line source
yellowfive@65 1 --[[-------------------------------------------------------------------------------------------------------------
yellowfive@65 2 Master Localization File (English)
yellowfive@65 3
yellowfive@65 4 Instructions for Translators:
yellowfive@65 5 1. Copy this entire file into a new file in the same folder, named with your locale, e.g. deDE.lua for German.
yellowfive@65 6 2. At the top, replace "enUS" in the first code line with your locale.
yellowfive@65 7 3. Change all the English strings in your file as appropriate.
yellowfive@65 8
yellowfive@65 9 Note that a couple of the "strings" are functions that are provided variables. Feel free to modify these
yellowfive@65 10 functions as necessary to output an appropriately worded statement in your language (but don't change the parameters).
yellowfive@65 11 If you need assistance with the syntax of any used methods like string.format, please contact Team Robot and we will gladly assist you.
yellowfive@65 12 ---------------------------------------------------------------------------------------------------------------]]
yellowfive@65 13
yellowfive@65 14 -- replace enUS with your locale
yellowfive@65 15 local L = LibStub("AceLocale-3.0"):NewLocale("AskMrRobot", "itIT", false)
yellowfive@65 16
yellowfive@65 17 if L then
yellowfive@65 18
yellowfive@65 19
yellowfive@65 20 --[[----------------------------------------------------------------------
yellowfive@65 21 General
yellowfive@65 22 ------------------------------------------------------------------------]]
yellowfive@65 23
yellowfive@81 24 L.SpecsShort = {
yellowfive@81 25 [1] = "Blood", -- DeathKnightBlood
yellowfive@81 26 [2] = "Frost", -- DeathKnightFrost
yellowfive@81 27 [3] = "Unholy", -- DeathKnightUnholy
yellowfive@81 28 [4] = "Havoc", -- DemonHunterHavoc
yellowfive@81 29 [5] = "Vengeance", -- DemonHunterVengeance
yellowfive@81 30 [6] = "Moon", -- DruidBalance
yellowfive@81 31 [7] = "Feral", -- DruidFeral
yellowfive@81 32 [8] = "Bear", -- DruidGuardian
yellowfive@81 33 [9] = "Resto", -- DruidRestoration
yellowfive@81 34 [10] = "BM", -- HunterBeastMastery
yellowfive@81 35 [11] = "Marks", -- HunterMarksmanship
yellowfive@81 36 [12] = "Survival", -- HunterSurvival
yellowfive@81 37 [13] = "Arcane", -- MageArcane
yellowfive@81 38 [14] = "Fire", -- MageFire
yellowfive@81 39 [15] = "Frost", -- MageFrost
yellowfive@81 40 [16] = "Brew", -- MonkBrewmaster
yellowfive@81 41 [17] = "Mist", -- MonkMistweaver
yellowfive@81 42 [18] = "Wind", -- MonkWindwalker
yellowfive@81 43 [19] = "Holy", -- PaladinHoly
yellowfive@81 44 [20] = "Prot", -- PaladinProtection
yellowfive@81 45 [21] = "Ret", -- PaladinRetribution
yellowfive@81 46 [22] = "Disc", -- PriestDiscipline
yellowfive@81 47 [23] = "Holy", -- PriestHoly
yellowfive@81 48 [24] = "Shadow", -- PriestShadow
yellowfive@81 49 [25] = "Assn", -- RogueAssassination
yellowfive@81 50 [26] = "Outlaw", -- RogueOutlaw
yellowfive@81 51 [27] = "Sub", -- RogueSubtlety
yellowfive@81 52 [28] = "Elem", -- ShamanElemental
yellowfive@81 53 [29] = "Enh", -- ShamanEnhancement
yellowfive@81 54 [30] = "Resto", -- ShamanRestoration
yellowfive@81 55 [31] = "Aff", -- WarlockAffliction
yellowfive@81 56 [32] = "Demo", -- WarlockDemonology
yellowfive@81 57 [33] = "Destro", -- WarlockDestruction
yellowfive@81 58 [34] = "Arms", -- WarriorArms
yellowfive@81 59 [35] = "Fury", -- WarriorFury
yellowfive@81 60 [36] = "Prot", -- WarriorProtection
yellowfive@81 61 }
yellowfive@81 62
yellowfive@65 63 -- stat strings for e.g. displaying gem/enchant abbreviations, make as short as possible without being confusing/ambiguous
yellowfive@65 64 L.StatsShort = {
yellowfive@65 65 ["Strength"] = "For",
yellowfive@65 66 ["Agility"] = "Agi",
yellowfive@65 67 ["Intellect"] = "Int",
yellowfive@65 68 ["CriticalStrike"] = "Crit",
yellowfive@65 69 ["Haste"] = "Celerità",
yellowfive@65 70 ["Mastery"] = "Maestria",
yellowfive@65 71 ["Multistrike"] = "Repli",
yellowfive@65 72 ["Versatility"] = "Vers",
yellowfive@65 73 ["BonusArmor"] = "Bonus Armor",
yellowfive@65 74 ["Spirit"] = "Spirito",
yellowfive@65 75 ["Dodge"] = "Schivata",
yellowfive@65 76 ["Parry"] = "Parata",
yellowfive@65 77 ["MovementSpeed"] = "Velocità",
yellowfive@65 78 ["Avoidance"] = "Elusione",
yellowfive@65 79 ["Stamina"] = "Stam",
yellowfive@65 80 ["Armor"] = "Armor",
yellowfive@65 81 ["AttackPower"] = "AP",
yellowfive@65 82 ["SpellPower"] = "SP",
yellowfive@65 83 ["PvpResilience"] = "PvP Res",
yellowfive@65 84 ["PvpPower"] = "PvP Pot",
yellowfive@65 85 }
yellowfive@65 86
yellowfive@65 87 L.InstanceNames = {
yellowfive@93 88 [1520] = "Emerald Nightmare",
yellowfive@104 89 [1530] = "Nighthold",
yellowfive@110 90 [1648] = "Trial of Valor",
yellowfive@118 91 [1676] = "Tomb of Sargeras",
yellowfive@118 92 [1712] = "Antorus"
yellowfive@65 93 }
yellowfive@65 94
yellowfive@65 95 L.DifficultyNames = {
yellowfive@65 96 [17] = "LFR",
yellowfive@65 97 [14] = "Normale",
yellowfive@65 98 [15] = "Eroico",
yellowfive@65 99 [16] = "Mitico"
yellowfive@65 100 }
yellowfive@65 101
yellowfive@65 102 L.WeaponTypes = {
yellowfive@65 103 None = "None",
yellowfive@65 104 Axe = "Ascia",
yellowfive@65 105 Mace = "Mazza",
yellowfive@65 106 Sword = "Spada",
yellowfive@65 107 Fist = "Tirapugni",
yellowfive@65 108 Dagger = "Pugnale",
yellowfive@65 109 Staff = "Bastone",
yellowfive@65 110 Polearm = "Arma ad Asta",
yellowfive@65 111 OffHand = "Mano Secondaria",
yellowfive@65 112 Shield = "Scudo",
yellowfive@65 113 Wand = "Bacchetta",
yellowfive@65 114 Bow = "Arco",
yellowfive@65 115 Gun = "Fucile",
yellowfive@65 116 Crossbow = "Balestra"
yellowfive@65 117 }
yellowfive@65 118
yellowfive@65 119 L.ArmorTypes = {
yellowfive@65 120 None = "None",
yellowfive@65 121 Plate = "Piastre",
yellowfive@65 122 Mail = "Maglia",
yellowfive@65 123 Leather = "Cuoio",
yellowfive@65 124 Cloth = "Stoffa"
yellowfive@65 125 }
yellowfive@65 126
yellowfive@65 127 L.OneHand = "Una Mano"
yellowfive@65 128 L.TwoHand = "Due Mani"
yellowfive@65 129 L.OffHand = "Mano Secondaria"
yellowfive@65 130
yellowfive@65 131
yellowfive@65 132 --[[----------------------------------------------------------------------
yellowfive@65 133 Main UI
yellowfive@65 134 ------------------------------------------------------------------------]]
yellowfive@65 135 L.AlertOk = "OK"
yellowfive@65 136 L.CoverCancel = "Annulla"
yellowfive@65 137
yellowfive@65 138 L.MinimapTooltip =
yellowfive@65 139 [[Clic Sinistro per aprire l'interfaccia di Ask Mr Robot.
yellowfive@65 140
yellowfive@65 141 Tasto Destro per cambiare spec ed equip collegato.
yellowfive@65 142
yellowfive@65 143 Ctrl + Clic Sinistro per segnare il wipe.]]
yellowfive@65 144
yellowfive@65 145 L.MainStatusText = function(version, url)
yellowfive@65 146 return version .. " loaded. Documentazione disponibile su " .. url
yellowfive@65 147 end
yellowfive@65 148
yellowfive@65 149 L.TabExportText = "Esporta"
yellowfive@65 150 L.TabGearText = "Equip"
yellowfive@65 151 L.TabLogText = "Combat Logs"
yellowfive@65 152 L.TabTeamText = "Ottimizzatore Raid"
yellowfive@65 153 L.TabOptionsText = "Opzioni"
yellowfive@65 154
yellowfive@65 155 L.VersionChatTitle = "Versione Addon AMR:"
yellowfive@65 156 L.VersionChatNotInstalled = "NON INSTALLATO"
yellowfive@65 157 L.VersionChatNotGrouped = "Non sei in un gruppo o in incursione!"
yellowfive@65 158
yellowfive@65 159
yellowfive@65 160 --[[----------------------------------------------------------------------
yellowfive@65 161 Export Tab
yellowfive@65 162 ------------------------------------------------------------------------]]
yellowfive@65 163 L.ExportTitle = "Istruzioni di Esportazione"
yellowfive@65 164 L.ExportHelp1 = "1. Copia il testo qui sotto premendo Ctrl+C (o Cmd+C su un Mac)"
yellowfive@65 165 L.ExportHelp2 = "2. Vai su http://www.askmrrobot.com/wow/player e carica il tuo personaggio"
yellowfive@65 166 L.ExportHelp3 = "3. Premi la scritta verde IMPORT (from addon) subito sopra il nome del tuo personaggio"
yellowfive@65 167 L.ExportHelp4 = "4. Incolla all'interno dell'area di testoe premi il tasto Import!"
yellowfive@65 168
yellowfive@65 169 L.ExportSplashTitle = "Per Cominciare"
yellowfive@65 170 L.ExportSplashSubtitle = "Questa è la tua prima volta con la nuova versione dell'addon. Esegui queste operazioni per creare il Database del tuo equipaggiamento:"
yellowfive@65 171 L.ExportSplash1 = "1. Attiva Ognuna delle tue spec ed equipaggia gli oggetti migliori che hai"
yellowfive@65 172 L.ExportSplash2 = "2. Apri la tua banca e lasciala aperta almeno per 2 secondi"
yellowfive@65 173 L.ExportSplash3 = "3. Se hai dell'equipaggiamento nella Banca Eterea, Aprila e lasciala aperta per almeno due secondi"
yellowfive@65 174 L.ExportSplashClose = "Continua"
yellowfive@65 175
yellowfive@65 176
yellowfive@65 177 --[[----------------------------------------------------------------------
yellowfive@65 178 Gear Tab
yellowfive@65 179 ------------------------------------------------------------------------]]
yellowfive@65 180 L.GearImportNote = "Clicca Importa per importare i dati dal sito."
yellowfive@65 181 L.GearBlank = "Non hai caricato nessun equipaggiamento per questa specializzazione."
yellowfive@65 182 L.GearBlank2 = "Vai su askmrrobot.com per ottimizzare l'equipaggiamento, quindi usa il pulsante Importa sulla sinistra."
yellowfive@65 183 L.GearButtonEquip = function(spec)
yellowfive@81 184 return string.format("Attiva %s Spec ed Equip", spec)
yellowfive@65 185 end
yellowfive@65 186 L.GearButtonShop = "Show Shopping List"
yellowfive@65 187
yellowfive@65 188 L.GearEquipErrorCombat = "Non puoi cambiare spec/eqiup mentre sei in combattimento!"
yellowfive@65 189 L.GearEquipErrorEmpty = "Nessun equipaggiamento salvato per questa Spec."
yellowfive@65 190 L.GearEquipErrorNotFound = "Un oggetto nel tuo equipaggiamento salvato non può essere indossato."
yellowfive@65 191 L.GearEquipErrorNotFound2 = "Prova ad aprire la banca e ad eseguire di nuovo questo comando, oppure controlla la tua Banca Eterea."
yellowfive@65 192 L.GearEquipErrorBagFull = "Non c'è abbastanza spazio nel tuo inventario per effettuare il cambio di equipaggiamento."
yellowfive@65 193 L.GearEquipErrorSoulbound = function(itemLink)
yellowfive@65 194 return itemLink .. " non può essere indossato perche non è vincolato a te."
yellowfive@65 195 end
yellowfive@65 196
yellowfive@65 197 L.GearButtonImportText = "Importa"
yellowfive@65 198 L.GearButtonCleanText = "Pulisci Borse"
yellowfive@65 199
yellowfive@65 200 L.GearTipTitle = "CONSIGLIO!"
yellowfive@65 201 L.GearTipText =
yellowfive@65 202 [[Nelle opzioni, puoi abilitare il cambio automatico di equip quando cambi spec.
yellowfive@65 203
yellowfive@65 204 Oppure, puoi cliccare con il tasto destro sul pulsante sulla minimappa per cambiare equip e spec.
yellowfive@65 205
yellowfive@65 206 Oppure! Puoi usare i seguenti comandi:]]
yellowfive@65 207
yellowfive@65 208 L.GearTipCommands =
yellowfive@81 209 [[/amr equip [1-4]
yellowfive@81 210 no arg = cycle]]
yellowfive@65 211 -- note to translators: the slash commands are literal and should stay as english
yellowfive@65 212
yellowfive@65 213
yellowfive@65 214 --[[----------------------------------------------------------------------
yellowfive@65 215 Import Dialog on Gear Tab
yellowfive@65 216 ------------------------------------------------------------------------]]
yellowfive@65 217 L.ImportHeader = "Premi Ctrl+V (Cmd+V su un Mac) per incollare i dati dal sito nel box qui sotto."
yellowfive@65 218 L.ImportButtonOk = "Importa"
yellowfive@65 219 L.ImportButtonCancel = "Annulla"
yellowfive@65 220
yellowfive@65 221 L.ImportErrorEmpty = "La stringa dei dati è vuota."
yellowfive@65 222 L.ImportErrorFormat = "La stringa dei dati non è nel formato corretto."
yellowfive@65 223 L.ImportErrorVersion = "La stringa dei dati proviene da una vecchia versione dell'addon. Per piacere, vai sul sito e generane una nuova."
yellowfive@65 224 L.ImportErrorChar = function(importChar, yourChar)
yellowfive@65 225 return "La stringa dei dati è relativa a " .. importChar .. ", Ma tu sei " .. yourChar .. "!"
yellowfive@65 226 end
yellowfive@65 227 L.ImportErrorRace = "Sembra che la tua razza sia cambiata. Vai sul sito e riottimizza."
yellowfive@65 228 L.ImportErrorFaction = "Sembra che la tua fazione sia cambiata. Vai sul sito e riottimizza."
yellowfive@65 229 L.ImportErrorLevel = "Sembra che il tuo livello sia cambiato. Vai sul sito e riottimizza."
yellowfive@65 230
yellowfive@69 231 L.ImportOverwolfWait = "Performing Best in Bags optimization. Please do not press Escape or close the addon until it has completed!"
yellowfive@69 232
yellowfive@65 233
yellowfive@65 234 --[[----------------------------------------------------------------------
yellowfive@65 235 Shopping List
yellowfive@65 236 ------------------------------------------------------------------------]]
yellowfive@65 237 L.ShopTitle = "Lista della spesa"
yellowfive@65 238 L.ShopEmpty = "La lista della spesa è vuota."
yellowfive@65 239 L.ShopSpecLabel = "Spec"
yellowfive@65 240 L.ShopHeaderGems = "Gemme"
yellowfive@65 241 L.ShopHeaderEnchants = "Incantamenti"
yellowfive@65 242 L.ShopHeaderMaterials = "Materiale di Incantamento"
yellowfive@65 243
yellowfive@65 244
yellowfive@65 245 --[[----------------------------------------------------------------------
yellowfive@65 246 Combat Log Tab
yellowfive@65 247 ------------------------------------------------------------------------]]
yellowfive@65 248 L.LogChatStart = "Stai registrando il combattimento, e Mr. Robot sta salvando i dati relativi ai componenti della tua incursione."
yellowfive@65 249 L.LogChatStop = "La registrazione del combattimento è stata interrotta."
yellowfive@65 250
yellowfive@65 251 L.LogChatWipe = function(wipeTime)
yellowfive@65 252 return "Ricevuto comando WIPE alle " .. wipeTime .. "."
yellowfive@65 253 end
yellowfive@65 254 L.LogChatUndoWipe = function(wipeTime)
yellowfive@65 255 return "Il comando WIPE ricevuto alle " .. wipeTime .. " è stato rimosso."
yellowfive@65 256 end
yellowfive@65 257 L.LogChatNoWipes = "Non c'è nessun comando WIPE da rimuovere."
yellowfive@65 258
yellowfive@65 259 L.LogButtonStartText = "Inizia Registrazione"
yellowfive@65 260 L.LogButtonStopText = "Ferma Registrazione"
yellowfive@65 261 L.LogButtonReloadText = "Ricarica IU"
yellowfive@65 262 L.LogButtonWipeText = "Wipe!"
yellowfive@65 263 L.LogButtonUndoWipeText = "Rimuovi Wipe"
yellowfive@65 264
yellowfive@65 265 L.LogNote = "Stai registrando il combattimento e i dati dell'equipaggiamento."
yellowfive@65 266 L.LogReloadNote = "Puoi uscire da wow completamente, oppure ricaricare la IU prima di caricare i file di log."
yellowfive@65 267 L.LogWipeNote = "La persona incaricata di caricare il log deve essere la stessa ad utilizzare il comando wipe."
yellowfive@65 268 L.LogWipeNote2 = function(cmd)
yellowfive@65 269 return "'" .. cmd .. "' deve fare anche questo."
yellowfive@65 270 end
yellowfive@65 271 L.LogUndoWipeNote = "Ultimo wipe chiamato:"
yellowfive@65 272 L.LogUndoWipeDate = function(day, timeOfDay)
yellowfive@65 273 return day .. " alle " .. timeOfDay
yellowfive@65 274 end
yellowfive@65 275
yellowfive@65 276 L.LogAutoTitle = "Auto-Logging"
yellowfive@65 277 L.LogAutoAllText = "Disabilita Tutto"
yellowfive@65 278
yellowfive@65 279 L.LogInstructionsTitle = "Istruzioni!"
yellowfive@65 280 L.LogInstructions =
yellowfive@65 281 [[1.) Clicca su Inizia Registrazione o abilita Auto-Logging per le Incursioni desiderate.
yellowfive@65 282
yellowfive@65 283 2.) Quando sei pronto a fare l'upload, esci da World of Warcraft* oppure ricarica la IU.**
yellowfive@65 284
yellowfive@65 285 3.) Lancia il client di AMR per effettuare l'upload.
yellowfive@65 286
yellowfive@65 287
yellowfive@65 288 *Non è necessario uscire da Wow ma è altamente raccomandato. Questo permette al client di AMR di evitare che il tuo file diventi di dimensioni troppo grosse.
yellowfive@65 289
yellowfive@65 290 **L'addon di AMR colleziona dati relativi a tutti i giocatori nella tua incursione con l'addon AMR. Gli altri giocatori non devono abilitare la registrazione! Devono solo avere l'addon installato ed abilitato. Questi dati vengono salvati su disco solo se esci da Wow o ricarichi la IU prima di caricarli.
yellowfive@65 291 ]]
yellowfive@65 292
yellowfive@65 293
yellowfive@65 294 --[[----------------------------------------------------------------------
yellowfive@65 295 Team Optimizer Tab
yellowfive@65 296 ------------------------------------------------------------------------]]
yellowfive@65 297 L.TeamTabLeaderText = "Loot Ranker"
yellowfive@65 298 L.TeamTabMemberText = "Membro"
yellowfive@65 299
yellowfive@65 300 L.TeamSplashHeader = "Come uso di solito l'ottimizzatore di Incursione?"
yellowfive@65 301 L.TeamSplashLeaderLabel = "Sono la persona che usa askmrrobot.com per determinare il miglior utilizzatore per il bottino"
yellowfive@65 302 L.TeamSplashMemberLabel = "Qualcun'altro utilizza l'ottimizzatore per me"
yellowfive@65 303
yellowfive@65 304 L.TeamMemberText = "Rilassati, tutto è gestito dal master looter."
yellowfive@65 305 L.TeamMemberShowLootLabel = "Looting in progress!"
yellowfive@65 306 L.TeamMemberShowLoot = "Mostra finestra Bottino"
yellowfive@65 307
yellowfive@65 308 L.TeamButtonVersionText = "Verifica L'addon"
yellowfive@65 309 L.TeamButtonExportRosterText = "Esporta Lista"
yellowfive@65 310 L.TeamButtonExportLootText = "Esporta Bottino"
yellowfive@65 311 L.TeamButtonExportClose = "Chiudi"
yellowfive@65 312 L.TeamButtonImportRankingsText = "Importa Punteggi"
yellowfive@65 313 L.TeamButtonStartLootText = "Inizia Predazione"
yellowfive@65 314 L.TeamButtonResumeLootText = "Continua Predazione"
yellowfive@65 315
yellowfive@65 316 L.TeamExportVersionLabel = "L'ottimizzatore di Incursione è più accurato e facile da utilizzare se tutti nel tuo gruppo hanno installato l'addon di AskMrRobot."
yellowfive@65 317 L.TeamExportRosterLabel = "Fallo una volta all'inizio del raid per inizializzare l'addon sul web. Se qualcuno entra od esce dal tuo gruppo durante un'incursione, fallo di nuovo e premi 'Import without Reload' sul web per effettuare un aggiornamento rapido dei giocatori che sono cambiati."
yellowfive@65 318 L.TeamExportLootLabel = "Esporta tutti i drop dell'ultimo boss lootato ed inseriscili nella graduatoria sul web. L'inserimento tiene conto automaticamente dei loot vinti dai boss precedenti o con un tiro bonus!"
yellowfive@65 319 L.TeamExportLootLabel2 = "Richiedere Master Loot"
yellowfive@65 320 L.TeamImportRankingsLabel = "Importa i punteggi da askmrrobot.com così da semplificarti la distribuzione del bottino in gioco."
yellowfive@65 321 L.TeamStartLootLabel = function(numItems)
yellowfive@65 322 return numItems .. " oggetti sono stati importati."
yellowfive@65 323 end
yellowfive@65 324
yellowfive@65 325 L.TeamHistoryTitle = "Loot History"
yellowfive@65 326 L.TeamHistoryNoGroup = "Non sei in gruppo o in incursione."
yellowfive@65 327 L.TeamHistoryEmpty = "Nessun loot è ancora stato assegnato."
yellowfive@65 328
yellowfive@65 329 L.TeamVersionTitle = "Controlla Versione"
yellowfive@65 330 L.TeamVersionNoGroup = "Non sei in gruppo o in incursione."
yellowfive@65 331 L.TeamVersionGood = "Tutti nel tuo gruppo hanno l'addon!"
yellowfive@65 332 L.TeamVersionMissing = "NON INSTALLATO"
yellowfive@65 333 L.TeamVersionOld = "VERSIONE OBSOLETA"
yellowfive@65 334
yellowfive@65 335 L.TeamExportRosterLoading = "Gathering player data, please wait..."
yellowfive@65 336
yellowfive@65 337 L.TeamAlertNoGroup = "Non sei in un gruppo!"
yellowfive@65 338 L.TeamAlertNoLoot = "Non è stato lootato niente recentemente nel tuo gruppo o incursione!"
yellowfive@65 339
yellowfive@65 340 L.TeamExportHelp = "Premi Ctrl+C (o Cmd+C su un Mac) per copiatre il testo seguente."
yellowfive@65 341 L.TeamExportRosterText = "Quindi vai sul Team Optimizer sul sito ed incolla all'interno della roster import box."
yellowfive@65 342 L.TeamExportLootText = "Quindi vai sul Team Optimizer sul sito ed incolla all'interno della loot import box."
yellowfive@65 343 -- note to translators: leave "Team Optimizer" in english in the above two texts because our website is not localized yet
yellowfive@65 344
yellowfive@65 345 L.TeamImportRankingsHeader = "Premi Ctrl+V (Cmd+V su un Mac) per incollare i dati nella textbox."
yellowfive@65 346
yellowfive@65 347 L.TeamLootOptionNeed = "Need"
yellowfive@65 348 L.TeamLootOptionOff = "Off Spec"
yellowfive@65 349 L.TeamLootOptionGreed = "Greed"
yellowfive@65 350 L.TeamLootOptionPass = "Pass"
yellowfive@65 351 L.TeamLootOptionDisenchant = "Disenchant"
yellowfive@65 352
yellowfive@65 353
yellowfive@65 354 --[[----------------------------------------------------------------------
yellowfive@65 355 Loot Window
yellowfive@65 356 ------------------------------------------------------------------------]]
yellowfive@65 357 L.LootTitle = "Loot!"
yellowfive@65 358 L.LootEmpty = " Non c'è nessun loot da gestire!"
yellowfive@65 359 L.LootHelpItems = "Per ogni drop..."
yellowfive@65 360 L.LootHelpRanks = "Scegli un opzione:"
yellowfive@65 361 L.LootHelpMaster = "Quindi master loota:"
yellowfive@65 362
yellowfive@65 363 L.LootIneligible = "Non sei eleggibile per questo Loot."
yellowfive@65 364
yellowfive@65 365 L.LootRankHeaderRank = "Rank"
yellowfive@65 366 L.LootRankHeaderScore = "Percentuale di Upgrade"
yellowfive@65 367 L.LootRankHeaderScoreDisenchant = "Giocatore"
yellowfive@65 368
yellowfive@65 369 -- note to translators: these column headers should be short, abbreviate if necessary, keep to 5 characters max
yellowfive@65 370 L.LootRankHeaderNeed = "Need"
yellowfive@65 371 L.LootRankHeaderOff = "Off"
yellowfive@65 372 L.LootRankHeaderGreed = "Greed"
yellowfive@65 373 L.LootRankHeaderPass = "Pass"
yellowfive@65 374 L.LootRankHeaderRoll = "Roll"
yellowfive@65 375
yellowfive@65 376 L.LootRankLabelOff = "off spec"
yellowfive@65 377 L.LootRankLabelDisenchant = "disenchanter"
yellowfive@65 378 L.LootRankLabelMasterLooter = "master looter"
yellowfive@65 379 L.LootRankLabelNoAddon = "addon non funzionante"
yellowfive@65 380
yellowfive@65 381 L.LootMasterRollText = "Roll"
yellowfive@65 382 L.LootMasterDisenchantText = "Disenchant/Sell"
yellowfive@65 383
yellowfive@65 384 L.LootMasterRollLabel = "/roll automatico per tutti"
yellowfive@65 385 L.LootMasterDisenchantLabel = "Clicca qui se nessuno vuole il loot"
yellowfive@65 386 L.LootMasterGiveLoot = "Dai Loot"
yellowfive@65 387 L.LootMasterGiveDisenchant = "Dai loot per Disenchant/Sell"
yellowfive@65 388
yellowfive@65 389 L.LootMasterGiveFail = "Questo item o il vincitore non possono esser trovati :("
yellowfive@65 390
yellowfive@65 391
yellowfive@65 392 --[[----------------------------------------------------------------------
yellowfive@65 393 Options Tab
yellowfive@65 394 ------------------------------------------------------------------------]]
yellowfive@65 395 L.OptionsHeaderGeneral = "General Options"
yellowfive@65 396
yellowfive@65 397 L.OptionsHideMinimapName = "Nascondi icona della minimappa"
yellowfive@65 398 L.OptionsHideMinimapDesc = "L'icona della minimappa è per convenienza, tutte le azioni possono essere eseguite tramite comandi da tastiera o IU."
yellowfive@65 399
yellowfive@65 400 L.OptionsAutoGearName = "Equipaggia automaticamente al cambio spec"
yellowfive@65 401 L.OptionsAutoGearDesc = "Ogni volta che cambi spec (tramite l'interfaccia di gioco, addon o AMR.), i tuoi set importati su AMR saranno equipaggiati automaticamente."
yellowfive@65 402
yellowfive@65 403 L.OptionsShopAhName = "Mostra automaticamente la lista della spesa quando sei all'asta"
yellowfive@65 404 L.OptionsShopAhDesc = "Ogni volta che apri l'asta, mostra automaticamente la lista della spesa. Puoi cliccare sugli oggetti nella lista della spesa per cercarli velocemente all'asta."
yellowfive@65 405
yellowfive@65 406 L.OptionsUiScaleName = "Ask Mr. Robot dimensione IU"
yellowfive@65 407 L.OptionsUiScaleDesc = "Inserisci un valore tra 0.5 e 1.5 per cambiare la dimensione del l'interfaccia di Ask Mr. Robot, premi Invio, quindi chiudi e riapri la finestra. se non riesci ad interagire con la finestra, usa il comando /amr reset."
yellowfive@65 408
yellowfive@65 409 end