diff localization/ruRU.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents 3ac4915a2e41
children 5c68d3fccff3
line wrap: on
line diff
--- a/localization/ruRU.lua	Wed Apr 24 18:00:57 2019 -0700
+++ b/localization/ruRU.lua	Mon May 06 14:08:03 2019 -0700
@@ -165,6 +165,7 @@
 L.GearButtonEquip = function(spec)
 	return string.format("Активировать %s спек и одеть экипировку", spec)
 end
+L.GearButtonJunk = "Show Junk List"
 L.GearButtonShop = "Показать список покупок"
 
 L.GearEquipErrorCombat = "Вы не можете сменить спек/экипировку в бою!"
@@ -214,6 +215,25 @@
 
 
 --[[----------------------------------------------------------------------
+Junk List
+------------------------------------------------------------------------]]
+L.JunkTitle = "Junk List"
+L.JunkEmpty = "You have no junk items"
+L.JunkScrap = "Click an item to add to the scrapper"
+L.JunkVendor = "Click an item to sell"
+L.JunkDisenchant = "Click an item to disenchant"
+L.JunkBankText = function(count)
+	return count .. " junk items are not in your bags"
+end
+L.JunkMissingText = function(count)
+    return "Warning! " .. count .. " junk items could not be found"
+end
+L.JunkButtonBank = "Retrieve from Bank"
+L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again."
+L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it."
+
+
+--[[----------------------------------------------------------------------
 Shopping List
 ------------------------------------------------------------------------]]
 L.ShopTitle = "Список покупок"
@@ -284,6 +304,9 @@
 L.OptionsAutoGearName = "Автоматически одевать экипировку при смене спека"
 L.OptionsAutoGearDesc = "Если вы смените спек (посредством игрового меню, другого аддона, и т.д.), Ваши загруженные наборы (вкладка Экипировка) будут автоматически экипированы."
 
+L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper"
+L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty."
+
 L.OptionsShopAhName = "Автоматически показывать список покупок при открытии аукциона"
 L.OptionsShopAhDesc = "При открытии окна аукциона, автоматически показывать список покупок.  Вы можете кликнуть по предмету в списке покупок для быстрого поиска на аукционе."