WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 104 to Rev 103
    Reverse comparison

Rev 104 → Rev 103

Localization.ruRU.lua File deleted \ No newline at end of file
Localization.zhTW.lua
8,11 → 8,6
UASummary = "總結";
UAAchievement = "成就";
UAStatistic = "統計";
UASORT_Name = "Name";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compare";
UATotal = "Total";
UADisplayStatiCriter = "顯示統計條件";
UADSCTooltipStr1 = "事实上没必要,但有时可以告诉你已经完成這項成就的哪些部分。";
UAColorMoney = "更改金幣顯示方式";
Main.lua
462,7 → 462,7
if year < 10 then
year = "0" .. year;
end
if (GetLocale() == "frFR" or GetLocale() == "ruRU") then
if (GetLocale() == "frFR") then
completed = day .. "/" .. month .. "/" .. year;
else
completed = month .. "/" .. day .. "/" .. year;
745,16 → 745,16
end
 
--Achievement Sort Buttons
self.frame.achSort.name = self:CreateAchievementSortButton("$parentSortNameButton", 190, self.frame, UASORT_Name, "name")
self.frame.achSort.name = self:CreateAchievementSortButton("$parentSortNameButton", 190, self.frame, "Name", "name")
self.frame.achSort.name:SetPoint("BOTTOMLEFT", self.frame.achButtons[1], "TOPLEFT", 10, 1)
 
self.frame.achSort.points = self:CreateAchievementSortButton("$parentSortPointsButton", 48, self.frame, UASORT_Points, "points")
self.frame.achSort.points = self:CreateAchievementSortButton("$parentSortPointsButton", 48, self.frame, "Points", "points")
self.frame.achSort.points:SetPoint("LEFT", self.frame.achSort.name, "RIGHT", 1, 0)
 
self.frame.achSort.completed = self:CreateAchievementSortButton("$parentSortCompletedButton", 50, self.frame, UASORT_Date, "completed")
self.frame.achSort.completed = self:CreateAchievementSortButton("$parentSortCompletedButton", 50, self.frame, "Date", "completed")
self.frame.achSort.completed:SetPoint("LEFT", self.frame.achSort.points, "RIGHT", 1, 0)
 
self.frame.achSort.comparison = self:CreateAchievementSortButton("$parentSortComparisonButton", 70, self.frame, UASORT_Compare, "compare")
self.frame.achSort.comparison = self:CreateAchievementSortButton("$parentSortComparisonButton", 70, self.frame, "Compare", "compare")
self.frame.achSort.comparison:SetPoint("LEFT", self.frame.achSort.completed, "RIGHT", 1, 0)
self.frame.achSort.comparison:Hide()
 
1452,7 → 1452,7
if year < 10 then
year = "0" .. year;
end
if (GetLocale() == "frFR" or GetLocale() == "ruRU") then
if (GetLocale() == "frFR") then
completed = day .. "/" .. month .. "/" .. year;
else
completed = month .. "/" .. day .. "/" .. year;
1599,7 → 1599,7
if year < 10 then
year = "0" .. year;
end
if (GetLocale() == "frFR" or GetLocale() == "ruRU") then
if (GetLocale() == "frFR") then
completed = day .. "/" .. month .. "/" .. year;
else
completed = month .. "/" .. day .. "/" .. year;
1991,7 → 1991,7
local compareCat = self.currentCat
if self.currentCat < 0 then
total, completed = GetNumCompletedAchievements()
name = UATotal
name = "Total"
compareCat = -1
else
total, completed = GetCategoryNumAchievements(self.currentCat)
Localization.frFR.lua
7,12 → 7,7
UAAchievEarned = "Hauts Faits accomplis";
UASummary = "R\195\169sum\195\169";
UAAchievement = "Hauts Faits";
UAStatistic = "Statistics";
UASORT_Name = "Nom";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compar\195\169";
UATotal = "Total";
UAStatistic = "Statistiques";
UADisplayStatiCriter = "Afficher les crit\195\168res des Statistiques";
UADSCTooltipStr1 = "C'est normalement inutile, sauf dans certains cas o\195\185 cela vous montre ce que vous pouvez utiliser dans une liste";
UAColorMoney = "Couleur de l'argent";
Localization.deDE.lua
8,11 → 8,6
UASummary = "\195\156bersicht";
UAAchievement = "Erfolge";
UAStatistic = "Statistiken";
UASORT_Name = "Name";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compare";
UATotal = "Total";
UADisplayStatiCriter = "Statistikkriterien anzeigen";
UADSCTooltipStr1 = "Eigentlich ist es nutzlos, aber es kann dir manchmal anzeigen, welche Dinge aus einer Liste du schon benutzt hast.";
UAColorMoney = "Geld in Farbe anzeigen";
Localization.zhCN.lua
8,11 → 8,6
UASummary = "总结";
UAAchievement = "成就";
UAStatistic = "统计";
UASORT_Name = "Name";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compare";
UATotal = "Total";
UADisplayStatiCriter = "显示统计条件";
UADSCTooltipStr1 = "事实上没必要,但有时可以告诉你已经完成这项成就的哪些部分。";
UAColorMoney = "更改金币显示方式";
Localization.koKR.lua
8,11 → 8,6
UASummary = "개요";
UAAchievement = "업적";
UAStatistic = "통계";
UASORT_Name = "Name";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compare";
UATotal = "Total";
UADisplayStatiCriter = "통계 기준 표시";
UADSCTooltipStr1 = "불필요하긴 하지만, 가끔 목록에서 필요한 것들을 얻을수 있습니다.";
UAColorMoney = "색깔로 금전표시";
Localization.enUS.lua
1,5 → 1,5
currentLocalization = GetLocale();
if currentLocalization == 'enUS' or currentLocalization == 'esES' or currentLocalization == 'esMX' then
if currentLocalization == 'enUS' or currentLocalization == 'ruRU' or currentLocalization == 'esES' or currentLocalization == 'esMX' then
BINDING_NAME_URBANACHIEVER_TOGGLE = "Toggle Achievement Frame";
UAComparing = "Comparing";
UACompleted = "Completed";
9,11 → 9,6
UASummary = "Summary";
UAAchievement = "Achievements";
UAStatistic = "Statistics";
UASORT_Name = "Name";
UASORT_Points = "Points";
UASORT_Date = "Date";
UASORT_Compare = "Compare";
UATotal = "Total";
UADisplayStatiCriter = "Display Statistic Criteria";
UADSCTooltipStr1 = "It's ultimately useless, but can sometimes show you what you've used from a list.";
UAColorMoney = "Color Money";
UrbanAchiever.toc
21,7 → 21,6
Localization.enUS.lua
Localization.frFR.lua
Localization.deDE.lua
Localization.ruRU.lua
Localization.koKR.lua
Localization.zhTW.lua
Localization.zhCN.lua
\ No newline at end of file