vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- English text strings |
2 | |||
3 | Localization.RegisterAddonStrings("enUS", "Localization", |
||
4 | { |
||
5 | -- Locales |
||
6 | enUS = "English"; |
||
7 | enGB = "English"; |
||
8 | frFR = "French"; |
||
9 | deDE = "German"; |
||
10 | |||
11 | -- Frame Strings |
||
12 | Confirm = "Confirm"; |
||
13 | Cancel = "Cancel"; |
||
14 | RemoveUnused = "Remove unused locales from memory."; |
||
15 | SelectPreferred = "Select a preferred localization:"; |
||
16 | AvailLangs = "Available Languages"; |
||
17 | |||
18 | --Earth Button |
||
19 | Localization = "Localization"; |
||
20 | ShowPrompt = "Show Prompt"; |
||
21 | EarthTooltip = "Show Locale Sellection Dialogue." |
||
22 | }, |
||
23 | nil, true) -- Protected |