Mercurial > wow > details-legacy-raids-info
annotate Details_RaidInfo-SiegeOfOrgrimmar/ptBR.lua @ 0:0de01324b4f2
first commit
| author | Tercio |
|---|---|
| date | Tue, 23 Jun 2015 15:26:28 -0300 |
| parents | |
| children |
| rev | line source |
|---|---|
| Tercio@0 | 1 local Loc = LibStub("AceLocale-3.0"):NewLocale("Details_RaidInfo-SiegeOfOrgrimmar", "ptBR") |
| Tercio@0 | 2 |
| Tercio@0 | 3 if (not Loc) then |
| Tercio@0 | 4 return |
| Tercio@0 | 5 end |
| Tercio@0 | 6 |
| Tercio@0 | 7 Loc ["PLUGIN_NAME"] = "Info da Raide Cerco a Orgrimmar" |
| Tercio@0 | 8 Loc ["STRING_RAID_NAME"] = "Cerco a Orgrimmar" |
| Tercio@0 | 9 |
| Tercio@0 | 10 --------------------------------------------------------------------------------------------------- |
| Tercio@0 | 11 |
