Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Oct 17, 2016
1 parent d8960a7 commit fb51ec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_CustomTweaks/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local Tweaks = {
{"UnitFrameSpacingLimits", L["Increases the maximum allowed vertical and horizontal spacing for party and raid frames."]},
},
["NamePlate"] = {
{"NamePlatesText", L["Test."]},
{"NamePlatesText", L["Allows you to change position of nameplates texts."]},
},
}

Expand Down
6 changes: 6 additions & 0 deletions ElvUI_CustomTweaks/locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ L["Actionbar Tweaks"] = true;
L["Add 'Stack' Button"] = true;
L["AddOn Description / Download"] = true;
L["Allows you to change bag buttons to use the classic texture style and allows you to add a 'Stack' button."] = true;
L["Allows you to change position of nameplates texts."] = true;
L["Allows you to change template of the Raid Control button or hide it altogether."] = true;
L["Allows you to choose the color of the actionbar button when it is pushed down."] = true;
L["Allows you to choose which text format the Bags datatext uses."] = true;
Expand Down Expand Up @@ -48,11 +49,13 @@ L["Increases the amount of messages saved in a chat window, before they get repl
L["Increases the maximum allowed vertical and horizontal spacing for party and raid frames."] = true;
L["Information / Help"] = true;
L["Invalid name, check spelling."] = true;
L["Level Text"] = true;
L["Lowers the minimum allowed minimap size."] = true;
L["Makes the Consolidated Buffs frame movable and provides some configuration options."] = true;
L["Max Lines"] = true;
L["Minimap Tweaks"] = true;
L["Misc Tweaks"] = true;
L["Name Text"] = true;
L["NamePlate Tweaks"] = true;
L["Only Free Slots"] = true;
L["Only Used Slots"] = true;
Expand Down Expand Up @@ -147,6 +150,7 @@ if L then
L["Add 'Stack' Button"] = true;
L["AddOn Description / Download"] = true;
L["Allows you to change bag buttons to use the classic texture style and allows you to add a 'Stack' button."] = true;
L["Allows you to change position of nameplates texts."] = "Позволяет изменять позицию текстов на индикаторах здоровья.";
L["Allows you to change template of the Raid Control button or hide it altogether."] = true;
L["Allows you to choose the color of the actionbar button when it is pushed down."] = true;
L["Allows you to choose which text format the Bags datatext uses."] = true;
Expand Down Expand Up @@ -186,10 +190,12 @@ if L then
L["Information / Help"] = "Информация / Помощь";
L["Invalid name, check spelling."] = "Неверное имя, проверьте орфографию";
L["Lowers the minimum allowed minimap size."] = true;
L["Level Text"] = "Текст уровня";
L["Makes the Consolidated Buffs frame movable and provides some configuration options."] = true;
L["Max Lines"] = true;
L["Minimap Tweaks"] = "Твики мини-карты";
L["Misc Tweaks"] = "Разные твики";
L["Name Text"] = "Текст имяни";
L["NamePlate Tweaks"] = "Твики индикаторов здоровья";
L["Only Free Slots"] = true;
L["Only Used Slots"] = true;
Expand Down

0 comments on commit fb51ec4

Please sign in to comment.