vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Localization
2  
3 -- English
4 INVTYPE_WEAPON_OTHER = INVTYPE_WEAPON.."_other";
5 INVTYPE_FINGER_OTHER = INVTYPE_FINGER.."_other";
6 INVTYPE_TRINKET_OTHER = INVTYPE_TRINKET.."_other";
7 INVTYPE_WAND = "Wand";
8 INVTYPE_GUN = "Gun";
9 INVTYPE_GUNPROJECTILE = "Bullet";
10 INVTYPE_BOWPROJECTILE = "Arrow";
11  
12 IRR_ARMOR = "Armor";
13 IRR_WEAPON = "Weapon";
14  
15 BINDING_HEADER_LINKWRANGLER = "Link Wrangler";
16  
17 -- Tootlips
18 IRR_TEXT_MINIMIZE = "Minimize this window";
19 IRR_TEXT_CLOSE = "Close this window and its child windows.\n(Shift-Click to close all windows)";
20 IRR_TEXT_COMPARE = "Compare Equipped Items";
21 IRR_TEXT_WHISPER = "Whisper to link originator";
22 IRR_TEXT_RELINK = "Relink this item";
23 IRR_TEXT_LINK = "Link this item";
24 IRR_TEXT_DR = "View this item in the Dressing Room";
25  
26  
27 if ( GetLocale() == "deDE" ) then
28 INVTYPE_WAND = "Zauberstab";
29 INVTYPE_GUN = "Schusswaffe";
30 INVTYPE_GUNPROJECTILE = "Projektil";
31 INVTYPE_BOWPROJECTILE = "Pfeil";
32  
33 IRR_ARMOR = "R\195\188stung";
34 IRR_WEAPON = "Waffe";
35  
36 -- Tootlips
37 IRR_TEXT_MINIMIZE = "Dies Fenster minimieren";
38 IRR_TEXT_CLOSE = "Dies Fenster und alle Unterfenster schlie\195\159en.\n(Shift-Klick um alle Fenster zu schlie\195\159en)";
39 IRR_TEXT_COMPARE = "Vergleiche angelegten Gegenstand";
40 IRR_TEXT_WHISPER = "Link-Poster anfl\195\188stern";
41 IRR_TEXT_RELINK = "Dies Item erneut verlinken";
42 IRR_TEXT_LINK = "Dies Item verlinken";
43 IRR_TEXT_DR = "Diesen Gegenstand anprobieren"
44  
45 elseif (GetLocale() == "frFR") then
46 INVTYPE_WAND = "Wand";
47 INVTYPE_GUN = "Gun";
48 INVTYPE_GUNPROJECTILE = "Bullet";
49 INVTYPE_BOWPROJECTILE = "Arrow";
50  
51 IRR_ARMOR = "Armor";
52 IRR_WEAPON = "Weapon";
53  
54 -- Tootlips
55 IRR_TEXT_MINIMIZE = "Minimize this window";
56 IRR_TEXT_CLOSE = "Close this window and its child windows.\n(Shift-Click to close all windows)";
57 IRR_TEXT_COMPARE = "Compare Equipped Items";
58 IRR_TEXT_WHISPER = "Whisper to link originator";
59 IRR_TEXT_RELINK = "Relink this item";
60 IRR_TEXT_LINK = "Link this item";
61 IRR_TEXT_DR = "View this item in the Dressing Room";
62 end