8 lines
418 B
Lua
8 lines
418 B
Lua
|
|
Locales['it'] = {
|
||
|
|
["ARMOR_NOTIFICATION_ALREADY_HAVE"] = "Hai già un giubbotto anti-proiettile",
|
||
|
|
["ARMOR_NOTIFICATION_DONT_HAVE"] = "Non hai un giubbotto anti-proiettile",
|
||
|
|
|
||
|
|
["ARMOR_PROGRESS_USE_ARMOR"] = "Indossando giubbotto anti-proiettile...",
|
||
|
|
["ARMOR_PROGRESS_USE_HEAVYARMOR"] = "Indossando giubbotto anti-proiettile pesante...",
|
||
|
|
["ARMOR_PROGRESS_REMOVE_ARMOR"] = "Togliendo armatura...",
|
||
|
|
}
|