From 0cab1c843807e12ad16b33b7b02c10b3f76b4033 Mon Sep 17 00:00:00 2001 From: Phatso Taurus Date: Sun, 4 Sep 2016 20:48:43 +0200 Subject: [PATCH] Create deDe.lua --- locales/deDe.lua | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 locales/deDe.lua diff --git a/locales/deDe.lua b/locales/deDe.lua new file mode 100644 index 0000000..a1cadb5 --- /dev/null +++ b/locales/deDe.lua @@ -0,0 +1,120 @@ +local AddOnName, Engine = ...; +local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); +local L = AceLocale:NewLocale(AddOnName, "deDE", true, false); + +L['General'] = true; +L['Text'] = true; + +L['Modules'] = true; +L['Left-Click'] = true; +L['Right-Click'] = true; + +-- General +L['Bar Position'] = true; +L['Top'] = true; +L['Bottom'] = true; +L['Bar Color'] = true; +L['Use Class Colors for Bar'] = true; +L['Bar Padding'] = true; +L['Module Spacing'] = true; + +-- Positioning Options +L['Positioning Options'] = true; +L['Full Screen'] = true; +L['Horizontal Position'] = true; +L['Bar Width'] = true; +L['Left'] = true; +L['Center'] = true; +L['Right'] = true; + +-- Media +L['Font'] = true; +L['Font Size'] = true; +L['Small Font Size'] = true; +L['Text Style'] = true; + +-- Text Colors +L['Text Colors'] = true; +L['Normal'] = true; +L['Inactive'] = true; +L['Use Class Colors for Hover'] = true; +L['Hover'] = true; + +-------------------- MODULES --------------------------- + +L['Micromenu'] = true; +L['Show Social Tooltips'] = true; +L['Main Menu Icon Right Spacing'] = true; +L['Icon Spacing'] = true; +L['Guild'] = true; +L['Online'] = true; +L['AFK'] = true; +L['DND'] = true; +L['Open Guild Page'] = true; +L['Social'] = true; +L['No Tag'] = true; +L['Level'] = true; +L['Hide Social Text'] = true; + +L['Armor'] = true; +L['Always Show Item Level'] = true; +L['Minimum Durability to Become Active'] = true; +L['Maximum Durability to Show Item Level'] = true; + +L['Clock'] = true; +L['Time Format'] = true; +L['Use Server Time'] = true; +L['New Event!'] = true; +L['Local Time'] = true; +L['Realm Time'] = true; +L['Open Calendar'] = true; +L['Open Clock'] = true; +L['Hide Event Text'] = true; + +L['Travel'] = true; +L['Port Options'] = true; +L['Ready'] = true; +L['Travel Cooldowns'] = true; +L['Change Port Option'] = true; + +L['Gold'] = true; +L['Always Show Silver and Copper'] = true; +L['Show Free Bag Space'] = true; +L['Shorten Gold'] = true; +L['Toggle Bags'] = true; +L['Total'] = true; +L['Session Total'] = true; + +L['Currency'] = true; +L['Show XP Bar Below Max Level'] = true; +L['Use Class Colors for XP Bar'] = true; +L['Show Tooltips'] = true; +L['Text on Right'] = true; +L['Toggle Currency Frame'] = true; +L['Currency Select'] = true; +L['First Currency'] = true; +L['Second Currency'] = true; +L['Third Currency'] = true; +L['XP'] = true; +L['Rested'] = true; + +L['System'] = true; +L['Show World Ping'] = true; +L['Number of Addons To Show'] = true; +L['Addons to Show in Tooltip'] = true; +L['Show All Addons in Tooltip with Shift'] = true; +L['Memory Usage'] = true; +L['Garbage Collect'] = true; +L['Cleaned'] = true; + +L['Use Class Colors'] = true; +L['Cooldowns'] = true; + +L['Set Specialization'] = true; +L['Set Loot Specialization'] = true; +L['Current Specialization'] = true; +L['Current Loot Specialization'] = true; +L['Talent Minimum Width'] = true; +L['Remaining'] = true; +L['Available Ranks'] = true; +L['Artifact Knowledge'] = true; -- 1.7.9.5