mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- Error handling:
* replaced error-suppressions with proper checks * log php errors to db * use __callStatic() to access localization and thus handle erronous keys - Setup: * fixed some erronous filenames when generating icons * increased alpha threshold for spawn maps (should improve spawn points) - disentangled DB::Aowow and DB::World. Aowow should now be able to run with DB::World being on a different server - added missing faction transfer pendants (title/quest/faction/..) - fixed extended costs for specific vendors
This commit is contained in:
@@ -380,7 +380,8 @@ $lang = array(
|
||||
'focusDesc' => "[Spells requiring this Focus can be cast near this Object]",
|
||||
'trap' => "Ловушки",
|
||||
'triggeredBy' => "Срабатывает от",
|
||||
'capturePoint' => "Точка захвата"
|
||||
'capturePoint' => "Точка захвата",
|
||||
'restock' => "[Restocks every %s.]"
|
||||
),
|
||||
'npc' => array(
|
||||
'classification'=> "Классификация",
|
||||
@@ -433,7 +434,8 @@ $lang = array(
|
||||
'itemReward' => "Вы получите",
|
||||
'titleReward' => 'Наградное звание: "<a href="?title=%d">%s</a>"',
|
||||
'slain' => "убито",
|
||||
'reqNumCrt' => "Требуется"
|
||||
'reqNumCrt' => "Требуется",
|
||||
'_transfer' => 'Этот предмет превратится в <a href="?achievement=%d" class="q%d icontiny tinyspecial" style="background-image: url('.STATIC_URL.'/images/wow/icons/tiny/%s.gif)">%s</a>, если вы перейдете за <span class="icon-%s">%s</span>.',
|
||||
),
|
||||
'class' => array(
|
||||
'racialLeader' => "Лидер расы",
|
||||
@@ -472,6 +474,8 @@ $lang = array(
|
||||
)
|
||||
),
|
||||
'quest' => array(
|
||||
'_transfer' => 'Этот предмет превратится в <a href="?quest=%d" class="q1">%s</a>, если вы перейдете за <span class="icon-%s">%s</span>.',
|
||||
|
||||
'questLevel' => "%s-го уровня",
|
||||
'requirements' => "Требования",
|
||||
'reqMoney' => "Требуется денег",
|
||||
@@ -601,6 +605,7 @@ $lang = array(
|
||||
)
|
||||
),
|
||||
'title' => array(
|
||||
'_transfer' => 'Этот предмет превратится в <a href="?title=%d" class="q1">%s</a>, если вы перейдете за <span class="icon-%s">%s</span>.',
|
||||
'cat' => array(
|
||||
'Общее", "PvP", "Репутация", "Подземелья и рейды", "Задания", "Профессии", "Игровые события'
|
||||
)
|
||||
@@ -623,9 +628,11 @@ $lang = array(
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "[Reputation Spillover]",
|
||||
'spilloverDesc' => "[Gaining Reputation with this faction also yields a proportional gain with the factions listed below.]",
|
||||
'spilloverDesc' => "[Gaining reputation with this faction also yields a proportional gain with the factions listed below.]",
|
||||
'maxStanding' => "Макс Уровень",
|
||||
'quartermaster' => "Интендант",
|
||||
'customRewRate' => "[Custom Reward Rate]",
|
||||
'_transfer' => '[The reputation with this faction will be converted to <a href="?faction=%d" class="q1">%s</a> if you transfer to <span class="icon-%s">%s</span>.]',
|
||||
'cat' => array(
|
||||
1118 => ["World of Warcraft", 469 => "Альянс", 169 => "Картель Хитрая Шестеренка", 67 => "Орда", 891 => "Силы Альянса", 892 => "Силы Орды"],
|
||||
980 => ["The Burning Crusade", 936 => "Город Шаттрат"],
|
||||
@@ -675,8 +682,9 @@ $lang = array(
|
||||
'_radius' => "Радиус действия",
|
||||
'_interval' => "Интервал",
|
||||
'_inSlot' => "в слот",
|
||||
'_collapseAll' => "[Collapse All]",
|
||||
'_expandAll' => "[Expand All]",
|
||||
'_collapseAll' => "Свернуть все",
|
||||
'_expandAll' => "Развернуть все",
|
||||
'_transfer' => 'Этот предмет превратится в <a href="?spell=%d" class="q%d icontiny tinyspecial" style="background-image: url('.STATIC_URL.'/images/wow/icons/tiny/%s.gif)">%s</a>, если вы перейдете за <span class="icon-%s">%s</span>.',
|
||||
|
||||
'discovered' => "Изучается путём освоения местности",
|
||||
'ppm' => "Срабатывает %s раз в минуту",
|
||||
|
||||
Reference in New Issue
Block a user