View Single Post
08/09/18, 04:51 AM   #26
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,976
Hi,

below are the translations.
BUT:
Some of the texts are posted to the chat, right?
I've left them English, as most ppl understand this and use English messages and abbreviations like LFM too within the German language.
I've added the german translation with a / after the English texts.
Your decision what to show to the chat :-)

Lua Code:
  1. WPamA.i18n.Chat = {
  2.   Today = "Heutige Gelöbnisse: (from <<2>> <<1>>): ",
  3.   Loot  = " (kann looten <<1>> )",
  4.   Addon = " (AddOn WPamA v<<X:1>>)",
  5. }
  6. WPamA.i18n.RGLA = {
  7.   F1 = "LFM <<1>> can share quest/kann quest teilen",
  8.   F2 = " For auto-invite and auto-share type/Für automatisches Einladen und Quest teilen schreibe <<1>>",
  9.   F3 = " For auto-invite type/Für automatisches Einladen <<1>>",
  10.   F6 = "LFM \"<<1>>\", auto-invite, auto-share/auto-einladen / Quest teilen",
  11.   F7 = "LFM \"<<1>>\", auto-invite/auto-einladen",
  12.   F8 = "<<1>> startet in 1 Min.",
  13.   F9 = "START <<1>>",
  14.   F10 = "<<1>> ist gefallen",
  15.   F11 = "Quest wurde automatisch geteilt. Vielleicht hast du noch eine andere Tages Boss-Quest aktiv, oder diese Quest heute bereits erledigt.",
  16.   F12 = "AddOn WPamA v<<1>>von ESOUI.COM: Der Tracker für Gelöbnisse, Trials und tägliche Welt-Bosse, Auto-Einladen und Quest-teilen.",
  17. }

Last edited by Baertram : 08/09/18 at 04:54 AM.
  Reply With Quote