WoWInterface SVN TotemManager

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/TotemManager/localization
    from Rev 76 to Rev 78
    Reverse comparison

Rev 76 → Rev 78

ru.lua
1,42 → 1,42
--[[
TotemManager
Copyright (C) 2008 Gael Lalire
Contact: gael.lalire@laposte.net
TotemManager
Copyright (C) 2008 Gael Lalire
Contact: gael.lalire@laposte.net
 
TotemManager is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
TotemManager is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
 
TotemManager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
TotemManager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with TotemManager. If not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License
along with TotemManager. If not, see <http://www.gnu.org/licenses/>.
--]]
 
if(GetLocale() == "ruRU") then
 
-- TotemManager.TOTEM_STARTED = " ?????";
-- TotemManager.TOTEM_STOPPING = " ?????";
-- TotemManager.TOTEM_STOPPED = " ?????";
-- TotemManager.TOTEM_COUNT_AT_ZERO = " ?????";
TotemManager.TOTEM_STARTED = " поставлен";
TotemManager.TOTEM_STOPPING = " истекает";
TotemManager.TOTEM_STOPPED = " уничтожен";
TotemManager.TOTEM_COUNT_AT_ZERO = " слишком далеко";
 
-- TotemManager.BUFF_STARTED = " ?????";
-- TotemManager.BUFF_STOPPING = " ?????";
-- TotemManager.BUFF_STOPPED = " ?????";
TotemManager.BUFF_STARTED = " наложен";
TotemManager.BUFF_STOPPING = " пропадает";
TotemManager.BUFF_STOPPED = " пропал";
 
TotemManager.DISEASE_CLEANSING = "Тотем очищения от болезней";
TotemManager.EARTHBIND = "Тотем оков земли";
TotemManager.FIRE_NOVA = "Тотем кольца огня";
TotemManager.FIRE_RESISTANCE = "Тотем сопротивления огню";
TotemManager.FIRE_RESISTANCE_EFFECT = "Сопротивление огню"
TotemManager.FROST_RESISTANCE = "Тотем сопротивления льду";
TotemManager.FROST_RESISTANCE = "Тотем сопротивления льду";
TotemManager.FROST_RESISTANCE_EFFECT = "Сопротивление льду"
TotemManager.FLAMETONGUE = "Тотем языка пламени";
-- TotemManager.FLAMETONGUE_EFFECT = "?????"
TotemManager.FLAMETONGUE_EFFECT = "Язык пламени"
TotemManager.GROUNDING = "Тотем заземления";
TotemManager.GROUNDING_EFFECT = "Заземление вредоносного заклинание"
TotemManager.HEALING_STREAM = "Тотем исцеляющего потока"
55,11 → 55,11
TotemManager.STONECLAW = "Тотем каменного когтя";
TotemManager.STONESKIN = "Тотем каменной кожи";
TotemManager.STONESKIN_EFFECT = "Каменная кожа"
TotemManager.STRENGTH_OF_EARTH = "Тотем силы земли";
TotemManager.STRENGTH_OF_EARTH = "Тотем силы земли";
TotemManager.STRENGTH_OF_EARTH_EFFECT = "Сила земли"
TotemManager.TREMOR = "Тотем трепета";
TotemManager.WINDFURY = "Тотем неистовства ветра";
-- TotemManager.WINDFURY_EFFECT = "?????";
TotemManager.WINDFURY_EFFECT = "Неистовство ветра";
TotemManager.WRATH = "Тотем гнева";
TotemManager.WRATH_EFFECT = "Гнев"
TotemManager.WRATH_AIR = "Тотем гнева воздуха"
77,7 → 77,6
TotemManager.ROCKBITER_WEAPON = "Оружие Камнедробителя"
TotemManager.FLAMETONGUE_WEAPON = "Оружие языка пламени"
TotemManager.FROSTBRAND_WEAPON = "Оружие ледяного клейма"
-- TotemManager.EARTHLIVING_WEAPON = "?????"
TotemManager.EARTHLIVING_WEAPON = "Оружие жизни Земли"
 
end
 
fr.lua
80,4 → 80,3
TotemManager.EARTHLIVING_WEAPON = "Arme Viveterre"
 
end