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_ClockFu")
2  
3 L:RegisterTranslations("deDE", function() return {
4 ["24-hour format"] = "24-Stunden-Format",
5 ["Toggle between 12-hour and 24-hour format"] = "Zwischen 12- und 24-Stunden-Format umschalten.",
6 ["Show seconds"] = "Sekunden anzeigen",
7 ["Local time"] = "Lokale Zeit",
8 ["Toggle between local time and server time"] = "Zwischen lokaler und Serverzeit umschalten.",
9 ["Both times"] = "Sowohl Server-, als auch lokale Zeit anzeigen",
10 ["Toggle between showing two times or just one"] = "Umschalter für einfache oder doppelte Zeitanzeige.",
11 ["Show day/night bubble"] = "Tag/Nacht-Anzeige ein/ausschalten",
12 ["Show the day/night bubble on the upper-right corner of the minimap"] = "Zeige die Tag/Nacht-Anzeige oben rechts an der Minikarte.",
13 ["Set the color of the text"] = "Sie die Farbe des Textes ein",
14  
15 ["AceConsole-commands"] = { "/clockfu" },
16  
17 ["Server time"] = "Serverzeit",
18 ["UTC"] = "UTC"
19 } end)