vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- English (Default) |
2 | |||
3 | ABHEFS_MAPNAME = "Arathi Basin"; |
||
4 | ABHEFS_HEADER = "Estimated Final Score"; |
||
5 | ABHEFS_WORLDSTATESTRING = "Bases: (%d+) Resources: (%d+)/2000"; |
||
6 | ABHEFS_TIMELEFT = "Time Left: "; |
||
7 | ABHEFS_GOLDMINE = "Gold Mine"; |
||
8 | ABHEFS_FARM = "Farm"; |
||
9 | ABHEFS_STABLES = "Stables"; |
||
10 | ABHEFS_BLACKSMITH = "Blacksmith"; |
||
11 | ABHEFS_LUMBERMILL = "Lumber Mill"; |
||
12 | ABHEFS_BASESNEEDED = "Needed To Win: " |
||
13 | -- German |
||
14 | if ( GetLocale() == "deDE" ) then |
||
15 | -- thnx to Talindur |
||
16 | ABHEFS_MAPNAME = "Arathibecken"; |
||
17 | ABHEFS_HEADER = "Gesch\195\164tzter Endpunktstand"; |
||
18 | ABHEFS_WORLDSTATESTRING = "Basen: (%d+) Ressourcen: (%d+)/2000"; |
||
19 | ABHEFS_TIMELEFT = "Verbleibende Zeit: "; |
||
20 | ABHEFS_GOLDMINE = "Goldmine"; |
||
21 | ABHEFS_FARM = "Hof"; |
||
22 | ABHEFS_STABLES = "St\195\164lle"; |
||
23 | ABHEFS_BLACKSMITH = "Schmied"; |
||
24 | ABHEFS_LUMBERMILL = "S\195\164gewerk"; |
||
25 | ABHEFS_BASESNEEDED = "Needed To Win: " |
||
26 | end |
||
27 | |||
28 |