WoWInterface SVN CompactBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/CompactBars/localization
    from Rev 3 to Rev 8
    Reverse comparison

Rev 3 → Rev 8

deDE.lua
121,5 → 121,5
L["Shared debuffs are things that can be refreshed from other people (eg Sunder Armor)"] = "Geteilte Debuffs sind debuffs die von anderen Personen erneuert werden können (z.B. Rüstung zerreißen)"
L["This should return the time. For example if you want that this spell is 10 seconds then type: return 10 (you can use any lua code here)"] = "Sollte die Zeit zurück geben. Wenn man einen Zauber will, der 10 Sekunden lang ist, dann muss man hier return 10 eintippen"
L["The class which uses the spell"] = "Die Klasse welche den Zauber benutzt"
 
L["Bar order"] = "Balken Reihenfolge"
end
\ No newline at end of file
enUS.lua
118,7 → 118,10
L["Warlock"] = "Warlock"
L["Warrior"] = "Warrior"
L["General"] = "General"
L["Priest"] = "Priest"
L["Shared debuffs are things that can be refreshed from other people (eg Sunder Armor)"] = "Shared debuffs are things that can be refreshed from other people (eg Sunder Armor)"
L["This should return the time. For example if you want that this spell is 10 seconds then type: return 10 (you can use any lua code here)"] = "This should return the time. For example if you want that this spell is 10 seconds then type: return 10 (you can use any lua code here)"
L["The class which uses the spell"] = "The class which uses the spell"
L["Bar order"] = "Bar order"
L["Invalid input!"] = "Invalid input!"
end
\ No newline at end of file