Quantcast

Most deDE locale Strings added

Phatso Taurus [09-04-16 - 19:36]
Most deDE locale Strings added

Some Missing because either:

- german language uses english words for them anyways *OR*
- german language doesnt provide a non-absurd way of expressing what the string means
Filename
locales/deDE.lua
locales/deDe.lua
diff --git a/locales/deDE.lua b/locales/deDE.lua
new file mode 100644
index 0000000..a23bb01
--- /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'] = "Allgemein";
+L['Text'] = "Text";
+
+L['Modules'] = "Module";
+L['Left-Click'] = "Links-Klick";
+L['Right-Click'] = "Rechts-Klick";
+
+-- General
+L['Bar Position'] = "Leistenposition";
+L['Top'] = "Oben";
+L['Bottom'] = "Unten";
+L['Bar Color'] = "Leistenfarbe";
+L['Use Class Colors for Bar'] = "Benutze Klassenfarbe für Leiste";
+L['Bar Padding'] = "Leistenabstand";
+L['Module Spacing'] = "Modulabstand;
+
+-- Positioning Options
+L['Positioning Options'] = "Positions-Optionen";
+L['Full Screen'] = "Vollbild";
+L['Horizontal Position'] = "Horizontale Position";
+L['Bar Width'] = "Leistenbreite";
+L['Left'] = "Links";
+L['Center'] = "Mitte";
+L['Right'] = "Rechts";
+
+-- Media
+L['Font'] = "Schriftart";
+L['Font Size'] = "Schriftgröße";
+L['Small Font Size'] = "Kleine Schriftgröße";
+L['Text Style'] = "Schriftstil";
+
+-- Text Colors
+L['Text Colors'] = "Textfarbe";
+L['Normal'] = "Normal";
+L['Inactive'] = "Inaktiv";
+L['Use Class Colors for Hover'] = "Benutze Klassenfarbe für Mouseover";
+L['Hover'] = "Mouseover";
+
+-------------------- MODULES ---------------------------
+
+L['Micromenu'] = "Mikromenü";
+L['Show Social Tooltips'] = "Social Tooltips anzeigen";
+L['Main Menu Icon Right Spacing'] = "Hauptmenü Icon Abstand Rechts";
+L['Icon Spacing'] = "Icon-Abstand";
+L['Guild'] = "Gilde";
+L['Online'] = "Online";
+L['AFK'] = "AFK";
+L['DND'] = "DND";
+L['Open Guild Page'] = true";
+L['Social'] = true;
+L['No Tag'] = true;
+L['Level'] = true;
+L['Hide Social Text'] = "Social Text verstecken";
+
+L['Armor'] = "Rüstung";
+L['Always Show Item Level'] = "Rüstungslevel immer anzeigen";
+L['Minimum Durability to Become Active'] = "Minimale Haltbarkeit für Anzeige";
+L['Maximum Durability to Show Item Level'] = "Maximale Haltbarkeit für Rüstungslevel-Anzeige";
+
+L['Clock'] = "Uhr";
+L['Time Format'] = "Uhrzeit-Format";
+L['Use Server Time'] = "Server-Zeit benutzen";
+L['New Event!'] = "Neue Veranstaltung";
+L['Local Time'] = "Lokale Zeit";
+L['Realm Time'] = "Realm-Zeit;
+L['Open Calendar'] = "Kalendar öffnen";
+L['Open Clock'] = "Stoppuhr öffnen";
+L['Hide Event Text'] = "Event-Text verstecken";
+
+L['Travel'] = "Reise";
+L['Port Options'] = "Port Optionen";
+L['Ready'] = "Bereit";
+L['Travel Cooldowns'] = "Reise-Abklingzeiten";
+L['Change Port Option'] = "Port Optionen ändern";
+
+L['Gold'] = "Gold";
+L['Always Show Silver and Copper'] = "Silber und Kupfer immer anzeigen";
+L['Show Free Bag Space'] = "Freie Taschenplätze anzeigen";
+L['Shorten Gold'] = "Gold verkürzen";
+L['Toggle Bags'] = "Taschen anzeigen";
+L['Total'] = "Total";
+L['Session Total'] = true;
+
+L['Currency'] = Währungen;
+L['Show XP Bar Below Max Level'] = "Erfahrungsleiste unter Levelcap anzeigen";
+L['Use Class Colors for XP Bar'] = "Klassenfarbe für Erfahrungsleiste benutzen";
+L['Show Tooltips'] = "Tooltips anzeigen";
+L['Text on Right'] = "Text auf der rechten Seite";
+L['Toggle Currency Frame'] = "Währungsfenster anzeigen";
+L['Currency Select'] = "Währung auswählen";
+L['First Currency'] = "Währung #1";
+L['Second Currency'] = "Währung #2";
+L['Third Currency'] = "Währung #3";
+L['XP'] = "Erfahrung";
+L['Rested'] = "Ausgeruht";
+
+L['System'] = "System";
+L['Show World Ping'] = "World-Ping anzeigen";
+L['Number of Addons To Show'] = "Maximale Anzahl für Addon-Anzeige";
+L['Addons to Show in Tooltip'] = true;
+L['Show All Addons in Tooltip with Shift'] = "Alle Addons im Tooltip anzeigen via Shift";
+L['Memory Usage'] = "Speichernutzung";
+L['Garbage Collect'] = true;
+L['Cleaned'] = "Aufgeräumt";
+
+L['Use Class Colors'] = "Klassenfarben benutzen";
+L['Cooldowns'] = "Abklingzeiten";
+
+L['Set Specialization'] = "Spezialisierung auswählen";
+L['Set Loot Specialization'] = "Beute-Spezialisierung auswählen";
+L['Current Specialization'] = "Aktuelle Spezialisierung";
+L['Current Loot Specialization'] = "Aktuelle Beute-Spezialisierung";
+L['Talent Minimum Width'] = "Minimale Breite für Talente";
+L['Remaining'] = "Ausbleibend";
+L['Available Ranks'] = "Verfügbare Ränge";
+L['Artifact Knowledge'] = "Artefaktwissen"
diff --git a/locales/deDe.lua b/locales/deDe.lua
deleted file mode 100644
index a1cadb5..0000000
--- a/locales/deDe.lua
+++ /dev/null
@@ -1,120 +0,0 @@
-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;