vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ TinyTip by Thrae
2 --
3 -- German Localization
4 -- Any wrong words, change them here.
5 --
6 -- TinyTipLocale should be defined in your FIRST included
7 -- localization file.
8 --
9 -- Note: Localized slash commands are in TinyTipChatLocale_deDE.
10 --
11 -- Contributors: Slayman
12 --]]
13  
14 if TinyTipLocale and TinyTipLocale == "deDE" then
15 -- slash commands
16 SLASH_TINYTIP1 = "/tinytip"
17 SLASH_TINYTIP2 = "/ttip"
18  
19 -- TinyTipUtil
20 TinyTipLocale_InitDB1 = "Leeres Profil. Setze Voreinstellungen..."
21 TinyTipLocale_InitDB2 = "Voreinstellungen gesetzt."
22 TinyTipLocale_InitDB3 = "Neue Datenbankversion entdeckt. Migriere..."
23 TinyTipLocale_InitDB4 = "Migration vollständig."
24 TinyTipLocale_InitDB5 = "Fertig."
25  
26 TinyTipLocale_DefaultDB1 = "Alle Einstellungen zurückgesetzt."
27 TinyTipLocale_DefaultDB2 = "Fehler - Datenbankversionen inkompatibel."
28  
29 -- TinyTip core
30 TinyTipLocale_Tapped = "Markiert"
31 TinyTipLocale_RareElite = "Elite Rar"
32  
33 TinyTipLocale_Level = "Stufe"
34  
35 TinyTipLocale = nil -- we no longer need this
36 end