vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar_HonorFu")
2  
3 L:RegisterTranslations("deDE", function() return {
4 ["Target hostile flagholder"] = "Gegnerischen Flaggentr\195\164ger ins Ziel nehmen",
5 ["Target the current opposing flagholder. (also /tflag or /tarflag)"] = "Gegnerischen Flaggentr\195\164ger ins Ziel nehmen. (auch /tflag oderr /tarflag)",
6 ["Show honor"] = "Zeige Ehre",
7 ["Show battlegrounds score"] = "Schlachtfeldpunkte anzeigen",
8 ["Show kills and deaths"] = "Kills und Tode anzeigen",
9 ["Show PvP cooldown"] = "PvP-Abklingzeit anzeigen",
10 ["Auto-release when dead"] = "Geist beim Tod automatisch freilassen",
11 ["Toggle whether to automatically release when dead in battlegrounds"] = "Automatische Freigabe, wenn man im Schlachtfeld gestorben ist",
12 ["Auto-open minimap for battlegrounds"] = "Minischlachtfeldkarte automatisch \195\182ffnen",
13 ["Toggle whether to automatically open the battlegrounds minimap"] = "Minischlachtfeldkarte automatisch \195\182ffnen",
14 ["Print out PvP reputation gains"] = "PvP-Ruf im Chatfenster ausgeben",
15 ["Print out honor gains"] = "Ehre im Chatfenster ausgeben",
16 ["Add info to enemy tooltip"] = "Info zum Gegner-Tooltip hinzuf\195\188gen",
17 ["Reset battlegrounds scores"] = "Schlachtfeldpunkte zur\195\188cksetzen",
18 ["Reset the battlegrounds scores to 0-0"] = "Schlachtfeldpunkte zu\195\188cksetzen auf 0-0.",
19 ["Gained %d reputation with %s"] = "%d Ruf bei %s erhalten", -- "Gained 50 reputation with Warsong Outriders"
20 ["Kill: %s %s. %d honor gained. Killed %d times today"] = "Kill: %s %s. %d Ehre erhalten. Heute %d Mal get\195\182tet", -- "Kill: Private Guy. 50 honor gained. Killed 2 times today"
21 ["Gained %d bonus honor"] = "Bonusehre: %d", -- "Gained 50 bonus honor"
22 ["Killed Today"] = "Heute getötet",
23 ["Number of kills today.\nIf more than 10 kills, then no more honor from this player."] = "Heutige Kills.\nIf Bei mehr als 10 Kills gibt es keine Ehre mehr für diesen Spieler.",
24 ["%d Kills - |cff%s%.0f%% %s|r"] = "%d Kills - |cff%s%.0f%% %s|r", -- "3 Kills - |cffcfcfcf70% Honor|r"
25 ["On"] = "An",
26 ["Off"] = "Aus",
27 ["Kills-Deaths:"] = "Kills-Tode:",
28 ["Today's HK honor:"] = "Killehre heute:",
29 ["Today's bonus honor:"] = "Bonusehre heute:",
30 ["Today's total honor:"] = "Gesamtehre heute:",
31 ["Flagged"] = "Markiert",
32 ["PvP Cooldown:"] = "PvP-Abklingzeit:",
33 ["Progress:"] = "Fortschritt:",
34 ["Yesterday's honor:"] = "Ehre gestern:",
35 ["This week's honor:"] = "Ehre diese Woche:",
36 ["Last week's honor:"] = "Ehre letzte Woche:",
37 ["Rating limit:"] = "Bewertungsgrenze:",
38 ["Rank limit:"] = "Ranggrenze:",
39 ["Battlegrounds score:"] = "Schlachtfeldpunkte:",
40 ["%s score"] = "%s Punkte", -- "Warsong Gulch score"
41 ["%s weekend"] = "%s Wochenende", -- "Warsong Gulch weekend"
42 ["Click to target flag carrier (%s)"] = "Klicken um Flaggentr\195\164ger ins Ziel zu nehmen (%s).", -- "Click to target flag carrier (Guy)"
43 } end)