vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : German (by StarDust)
2 -- Last Update : 02/17/2005
3  
4 if ( GetLocale() == "deDE" ) then
5  
6 -- UltimateUI Configuration
7 TOOLTIPSBASE_SEP = "Tooltips";
8 TOOLTIPSBASE_SEP_INFO = "Tooltip verschieben und ver\195\164ndern.";
9 TOOLTIPSBASE_ENABLE = "Ausblenden von Geldangaben im Tooltip verhindern";
10 TOOLTIPSBASE_ENABLE_INFO = "Verhindert, dass andere Addons (versehentlich) Geldangaben in Tooltips ausblenden.";
11  
12 end