diff --git a/2/3/4/5/6/7/ElvUI/Settings/Profile.lua b/2/3/4/5/6/7/ElvUI/Settings/Profile.lua index 12e5aac..5abf101 100644 --- a/2/3/4/5/6/7/ElvUI/Settings/Profile.lua +++ b/2/3/4/5/6/7/ElvUI/Settings/Profile.lua @@ -526,7 +526,6 @@ P["bags"] = { ["bankSize"] = 34, ["bagWidth"] = 406, ["bankWidth"] = 406, - ["currencyFormat"] = "TEXT", ["moneyFormat"] = "SMART", ["moneyCoins"] = true, ["ignoredItems"] = {}, diff --git a/2/3/4/5/6/7/ElvUI_Config/Bags.lua b/2/3/4/5/6/7/ElvUI_Config/Bags.lua index 77d051a..803c498 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Bags.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Bags.lua @@ -32,19 +32,8 @@ E.Options.args.bags = { type = "header", name = L["General"] }, - currencyFormat = { - order = 1, - type = "select", - name = L["Currency Format"], - desc = L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"], - values = { - ["TEXT"] = L["Text"], - ["TEXT_ABBR"] = L["Text (Short)"] - }, - set = function(info, value) E.db.bags[ info[getn(info)] ] = value; end - }, moneyFormat = { - order = 2, + order = 1, type = "select", name = L["Money Format"], desc = L["The display format of the money text that is shown at the top of the main bag."], @@ -59,25 +48,25 @@ E.Options.args.bags = { set = function(info, value) E.db.bags[ info[getn(info)] ] = value; B:UpdateGoldText(); end }, clearSearchOnClose = { - order = 3, + order = 2, type = "toggle", name = L["Clear Search On Close"], set = function(info, value) E.db.bags[info[getn(info)]] = value; end }, disableBagSort = { - order = 4, + order = 3, type = "toggle", name = L["Disable Bag Sort"], set = function(info, value) E.db.bags[info[getn(info)]] = value; B:ToggleSortButtonState(false); end }, disableBankSort = { - order = 5, + order = 4, type = "toggle", name = L["Disable Bank Sort"], set = function(info, value) E.db.bags[info[getn(info)]] = value; B:ToggleSortButtonState(true); end }, countGroup = { - order = 6, + order = 5, type = "group", name = L["Item Count Font"], guiInline = true, @@ -127,7 +116,7 @@ E.Options.args.bags = { } }, itemLevelGroup = { - order = 7, + order = 6, type = "group", name = L["Item Level"], guiInline = true, diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Chinese_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Chinese_Config.lua index 779f0a8..51b57f2 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Chinese_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Chinese_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "背包格子尺寸" L["Button Size (Bank)"] = "银行背包格子尺寸" L["Clear Search On Close"] = "关闭时清除搜索" L["Condensed"] = "巨集" -L["Currency Format"] = "货币格式" L["Descending"] = "降序" L["Direction the bag sorting will use to allocate the items."] = "整理背包时物品排序方向." L["Disable Bag Sort"] = "禁用背包排序" @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "启用/禁用背包条" L["Full"] = "满" L["Global"] = "全局" L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = "你可以在这里添加你想在排序中排除的物品或者匹配语法.想要移除一个物品即需要在列表中点击他们的名字" -L["Text (Short)"] = "文字(短)" -L["Text"] = "文本" L["Ignored Items and Search Syntax (Global)"] = "被忽略的物品和搜索语法(全局)" L["Ignored Items and Search Syntax (Profile)"] = "被忽略的物品和搜索语法(配置文件)" L["Item Count Font"] = "物品数目字体" @@ -181,7 +178,6 @@ L["Sort Direction"] = "排列方向" L["Sort Inverted"] = "倒序" L["The direction that the bag frames be (Horizontal or Vertical)."] = "此方向决定框架是横排还是竖排" L["The direction that the bag frames will grow from the anchor."] = "背包框架将从此方向开始排列" -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "背包底部的货币显示格式(你需要在货币页中勾选显示)" L["The display format of the money text that is shown at the top of the main bag."] = "在主背包上方显示的金钱文字的格式" L["The frame is not shown unless you mouse over the frame."] = "只在鼠标移经动作列时显示" L["The minimum item level required for it to be shown."] = "显示的最低物品等级" diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/English_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/English_Config.lua index 0e75031..9200c39 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/English_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/English_Config.lua @@ -148,7 +148,6 @@ L["Button Size (Bag)"] = true; L["Button Size (Bank)"] = true; L["Clear Search On Close"] = true; L["Condensed"] = true; -L["Currency Format"] = true; L["Descending"] = true; L["Direction the bag sorting will use to allocate the items."] = true; L["Disable Bag Sort"] = true; @@ -160,8 +159,6 @@ L["Enable/Disable the Bag-Bar."] = true; L["Full"] = true; L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = true; -L["Text (Short)"] = true; -L["Text"] = true; L["Ignored Items and Search Syntax (Global)"] = true; L["Ignored Items and Search Syntax (Profile)"] = true; L["Item Count Font"] = true; @@ -179,7 +176,6 @@ L["Sort Direction"] = true; --Also used in Buffs and Debuffs L["Sort Inverted"] = true; L["The direction that the bag frames be (Horizontal or Vertical)."] = true; L["The direction that the bag frames will grow from the anchor."] = true; -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = true; L["The display format of the money text that is shown at the top of the main bag."] = true; L["The frame is not shown unless you mouse over the frame."] = true; L["The minimum item level required for it to be shown."] = true; diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/French_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/French_Config.lua index 3308baa..64d736a 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/French_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/French_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "Taille des boutons (Sac)" L["Button Size (Bank)"] = "Taille des boutons (Banque)" L["Clear Search On Close"] = true; L["Condensed"] = "Condensé" -L["Currency Format"] = "Format monétaire" L["Descending"] = "Descendant" L["Direction the bag sorting will use to allocate the items."] = "Direction du tri du sac qui sera utilisé pour allouer les objets." L["Disable Bag Sort"] = true; @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "Activer / Désactiver la barre des sacs." L["Full"] = "Plein" -- we talk about bags, so full means "plein" instead of "complet" L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = true; -L["Text (Short)"] = "Texte (court)"; -L["Text"] = "Texte" L["Ignored Items and Search Syntax (Global)"] = true; L["Ignored Items and Search Syntax (Profile)"] = true; L["Item Count Font"] = "Police d'équipement du compteur" --need review @@ -181,7 +178,6 @@ L["Sort Direction"] = "Type de direction" --Also used in Buffs and Debuffs L["Sort Inverted"] = "Tri inversé" L["The direction that the bag frames be (Horizontal or Vertical)."] = "La direction des fenêtres de sac (Horizontale ou Verticale)." L["The direction that the bag frames will grow from the anchor."] = "La direction que prendra la barre des sacs en partant du point d'ancrage." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "Le format d'affichage des icônes de devises qui sont affichés dans les sacs. (Vous devez montrer cette devise pour l'afficher)" L["The display format of the money text that is shown at the top of the main bag."] = "Le format d'affichage de l'argent que vous avez visible en haut du sac principal." L["The frame is not shown unless you mouse over the frame."] = "Le cadre est invisible tant que vous n'avez pas passé votre souris dessus." L["The minimum item level required for it to be shown."] = "Le niveau d'objet minimum requis pour être affiché" diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/German_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/German_Config.lua index 44019f5..a7681a5 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/German_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/German_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "Tasten Größe (Tasche)" L["Button Size (Bank)"] = "Tasten Größe (Bank)" L["Clear Search On Close"] = "Leere Suche beim Schließen" L["Condensed"] = "Gekürzt" -L["Currency Format"] = "Währungsformat" L["Descending"] = "Absteigend" L["Direction the bag sorting will use to allocate the items."] = "Die Richtung, in welche die Gegenstände in den Taschen sortiert werden." L["Disable Bag Sort"] = "Deaktiviere Taschensortierung" @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "Aktiviere/Deaktiviere die Taschenleiste." L["Full"] = "Voll" L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = "Hier kannst du Gegenstände oder Suchbedingungen vom Suchen ausschließen. Um ein Gegenstand zu entfernen, klicke einfach auf den Namen in der Liste." -L["Text (Short)"] = "Text (kurz)" -L["Text"] = "Text" L["Ignored Items and Search Syntax (Global)"] = "Ignorierte Gegenstände oder Suchoperatoren (Global)" L["Ignored Items and Search Syntax (Profile)"] = "Ignorierte Gegenstände oder Suchoperatoren (Profil)" L["Item Count Font"] = "Gegenstandszähler Schriftart" @@ -181,7 +178,6 @@ L["Sort Direction"] = "Sortierrichtung" --Also used in Buffs and Debuffs L["Sort Inverted"] = "Umgekehrtes sortieren" L["The direction that the bag frames be (Horizontal or Vertical)."] = "Die Ausrichtung der Leiste (Horizontal oder Vertikal)." L["The direction that the bag frames will grow from the anchor."] = "Die Richtung in welche das Fenster vom Ankerpunkt aus wächst (Horizontal oder Vertikal)." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "Das Anzeigeformat für die Währungssymbole, welche unter der Haupttasche angezeigt werden. (Du musst eine Währung beobachten, damit diese angezeigt wird)" L["The display format of the money text that is shown at the top of the main bag."] = "Das Anzeigeformat für Gold oben an der Haupttasche." L["The frame is not shown unless you mouse over the frame."] = "Das Fenster ist nicht sichtbar, außer man bewegt die Maus darüber." L["The minimum item level required for it to be shown."] = "Das minimale Itemlevel um angezeigt zu werden." diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Korean_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Korean_Config.lua index dae18fc..9c0a092 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Korean_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Korean_Config.lua @@ -196,7 +196,6 @@ L["Button Size (Bag)"] = "슬롯 크기 (가방)" L["Button Size (Bank)"] = "슬롯 크기 (은행)" L["Clear Search On Close"] = true; L["Condensed"] = "간략하게" -L["Currency Format"] = "화폐 표시방법" L["Descending"] = "내림차순" L["Direction the bag sorting will use to allocate the items."] = "정렬기능을 실행할 때 체크 시 아이템이 가방칸의 우측하단을, 체크 해제 시 좌측상단을 기준으로 모아서 정렬됩니다." L["Disable Bag Sort"] = true; @@ -208,8 +207,6 @@ L["Enable/Disable the Bag-Bar."] = "가방바를 사용할지 여부를 결정 L["Full"] = "전체" L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = true; -L["Text (Short)"] = "텍스트 (짧음)"; -L["Text"] = "본문" L["Ignored Items and Search Syntax (Global)"] = true; L["Ignored Items and Search Syntax (Profile)"] = true; L["Item Count Font"] = true; @@ -227,7 +224,6 @@ L["Sort Direction"] = "정렬 방법" L["Sort Inverted"] = "아래로 정렬" L["The direction that the bag frames be (Horizontal or Vertical)."] = "가방바를 가로로 나열할지, 세로로 나열할지 결정합니다." L["The direction that the bag frames will grow from the anchor."] = "가방바의 슬롯이 시작점을 기준으로 슬롯번호순으로 나열할지, 역순으로 나열할지 결정합니다." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "화폐의 표시방법을 결정합니다." L["The display format of the money text that is shown at the top of the main bag."] = "통합가방 상단에 표시되는 보유 골드의 표시 방법을 결정합니다." L["The frame is not shown unless you mouse over the frame."] = "커서를 갖다 댔을(마우스오버) 시에만 표시됩니다." L["The minimum item level required for it to be shown."] = "아이템에 표시되는 템렙의 표시기준 최저치를 결정합니다." diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Portuguese_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Portuguese_Config.lua index 413428d..bccd6b4 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Portuguese_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Portuguese_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "Tamanho do Botão (Bolsas)" L["Button Size (Bank)"] = "Tamanho do Botão (Banco)" L["Clear Search On Close"] = true; L["Condensed"] = true; -L["Currency Format"] = "Formato de moeda" L["Descending"] = "Descendente" L["Direction the bag sorting will use to allocate the items."] = "Direção que o organizador de bolsas irá usar para distribuir os itens." L["Disable Bag Sort"] = true; @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "Ativar/Desativar a Barra das Bolsas." L["Full"] = true; L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = true; -L["Text (Short)"] = "Texto (curto)"; -L["Text"] = "Texto" L["Ignored Items and Search Syntax (Global)"] = true; L["Ignored Items and Search Syntax (Profile)"] = true; L["Item Count Font"] = true; @@ -181,7 +178,6 @@ L["Sort Direction"] = "Direção de organização" L["Sort Inverted"] = "Oganizar Invertido" L["The direction that the bag frames be (Horizontal or Vertical)."] = "Direcção em que os quadros das bolsas são (Horizontal ou Vertical)." L["The direction that the bag frames will grow from the anchor."] = "Direcção para qual as barras crescerão a partir do seu Fixador." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "O formato de exibição dos ícones de moeda exibidos abaixo da bolsa principal. (Para isto ser exibido é necessário que selecione 'Mostrar na Mochila' na moeda desejada na aba Moeda dentro do Quadro do Personagem)." L["The display format of the money text that is shown at the top of the main bag."] = true; L["The frame is not shown unless you mouse over the frame."] = "A não ser que passe com o rato (mouse) por cima do quadro, este não será mostrado." L["The minimum item level required for it to be shown."] = true; diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Russian_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Russian_Config.lua index 64079c5..4c2ebfe 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Russian_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Russian_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "Размер слотов сумок" L["Button Size (Bank)"] = "Размер слотов банка" L["Clear Search On Close"] = "Сбрасывать поиск при закрытии" L["Condensed"] = "Через запятую" -L["Currency Format"] = "Формат валюты" L["Descending"] = "Нисходящее" L["Direction the bag sorting will use to allocate the items."] = "Направление расположения предметов при сортировке." L["Disable Bag Sort"] = "Отключить сортировку сумок" @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "Включить/выключить пане L["Full"] = "Полный" L["Global"] = "Глобальный" L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = "Здесь вы можете добавить предметы или запросы поиска, которые вы хотите исключить из сортировки. Для удаления предмета просто кликните на его имени в списке." -L["Text (Short)"] = "Текст (короткий)" -L["Text"] = "Текст" L["Ignored Items and Search Syntax (Global)"] = "Игнорируемые предметы и синтаксис (Глобальный)" L["Ignored Items and Search Syntax (Profile)"] = "Игнорируемые предметы и синтаксис (Профиль)" L["Item Count Font"] = "Шрифт кол-ва предметов" @@ -181,7 +178,6 @@ L["Sort Direction"] = "Направление сортировки" --Also used L["Sort Inverted"] = "Инвертированная сортировка" L["The direction that the bag frames be (Horizontal or Vertical)."] = "Расположение сумок (горизонтально или вертикально)" L["The direction that the bag frames will grow from the anchor."] = "Направление, в котором будут расположены кнопки сумок относительно фиксатора." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "Формат отображения валюты в сумках. (У вас должна быть выбрана валюта для отслеживания, чтобы видеть результат)" L["The display format of the money text that is shown at the top of the main bag."] = "Формат отображения текста золота в верхней части основной сумки." L["The frame is not shown unless you mouse over the frame."] = "Отображать только при наведении мыши." L["The minimum item level required for it to be shown."] = "Минимальный уровень предмета, который будет показан в сумках." diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Spanish_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Spanish_Config.lua index 614b547..5ba4dea 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Spanish_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Spanish_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "Tamaño de los Botones (Bolsas)" L["Button Size (Bank)"] = "Tamaño de los Botones (Banco)" L["Clear Search On Close"] = true; L["Condensed"] = true; -L["Currency Format"] = "Formato de Moneda" L["Descending"] = "Descendente" L["Direction the bag sorting will use to allocate the items."] = "Dirección de ordenado que se usará para distribuir los objetos." L["Disable Bag Sort"] = true; @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "Activa/Desactiva la barra de las bolsas." L["Full"] = true; L["Global"] = true; L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = true; -L["Text (Short)"] = "Texto (Corto)" -L["Text"] = "Texto" L["Ignored Items and Search Syntax (Global)"] = true; L["Ignored Items and Search Syntax (Profile)"] = true; L["Item Count Font"] = true; @@ -181,7 +178,6 @@ L["Sort Direction"] = "Dirección de Ordenado" L["Sort Inverted"] = "Ordenado Invertido" L["The direction that the bag frames be (Horizontal or Vertical)."] = "La dirección que los marcos de bolsas tienen (Horizontal o Vertical)." L["The direction that the bag frames will grow from the anchor."] = "La dirección que los marcos de bolsas crecerán desde el punto de fijación." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "El formato de moneda que se muestra debajo de la bolsa principal (debes monitorear una divisa para que se muestre)." L["The display format of the money text that is shown at the top of the main bag."] = true; L["The frame is not shown unless you mouse over the frame."] = "El marco no se muestra a menos que pases el ratón sobre él." L["The minimum item level required for it to be shown."] = true; diff --git a/2/3/4/5/6/7/ElvUI_Config/Locales/Taiwanese_Config.lua b/2/3/4/5/6/7/ElvUI_Config/Locales/Taiwanese_Config.lua index 2934314..2f54044 100644 --- a/2/3/4/5/6/7/ElvUI_Config/Locales/Taiwanese_Config.lua +++ b/2/3/4/5/6/7/ElvUI_Config/Locales/Taiwanese_Config.lua @@ -150,7 +150,6 @@ L["Button Size (Bag)"] = "單個格子尺寸 (背包)" L["Button Size (Bank)"] = "單個格子尺寸 (銀行)" L["Clear Search On Close"] = "關閉時清空搜尋" L["Condensed"] = "濃縮" -L["Currency Format"] = "貨幣格式" L["Descending"] = "降序" L["Direction the bag sorting will use to allocate the items."] = "整理背包物品時,將依此排序方向排放物品." L["Disable Bag Sort"] = "停用背包排序" @@ -162,8 +161,6 @@ L["Enable/Disable the Bag-Bar."] = "啟用/停用背包條." L["Full"] = "滿" L["Global"] = "全局" L["Here you can add items or search terms that you want to be excluded from sorting. To remove an item just click on its name in the list."] = "在此你可以新增物品或是搜尋語法來排除排序某些物品. 要移除物品請點選列表中的物品名稱" -L["Text (Short)"] = "文字(短)" -L["Text"] = "文本" L["Ignored Items and Search Syntax (Global)"] = "忽略的物品與搜尋語法 (全局)" L["Ignored Items and Search Syntax (Profile)"] = "忽略的物品與搜尋語法 (個人)" L["Item Count Font"] = "物品記數字型" @@ -181,7 +178,6 @@ L["Sort Direction"] = "排序方向" L["Sort Inverted"] = "倒序排列" L["The direction that the bag frames be (Horizontal or Vertical)."] = "背包框架排序方向 (水平或垂直)." L["The direction that the bag frames will grow from the anchor."] = "新增的背包框架將從錨點依此方向增加." -L["The display format of the currency icons that get displayed below the main bag. (You have to be watching a currency for this to display)"] = "背包主框架下方的兌換通貨圖示顯示格式.需先設定監控特定兌換通貨,才會顯示於背包框架." L["The display format of the money text that is shown at the top of the main bag."] = "在背包主框架上方的金幣顯示格式" L["The frame is not shown unless you mouse over the frame."] = "僅於滑鼠移經快捷列時顯示框架." L["The minimum item level required for it to be shown."] = "顯示的最低物品等級"