Localization (#237)

* removed excess hyphens
This commit is contained in:
wodim
2020-10-25 16:49:26 +00:00
committed by GitHub
parent 7062ff74a4
commit d070b303b4
2 changed files with 7 additions and 7 deletions

View File

@@ -597,8 +597,8 @@ $lang = array(
SAI_ACTION_TRIGGER_TIMED_EVENT => ['Trigger previously defined timed event #[b]%1$d[/b].', null],
SAI_ACTION_REMOVE_TIMED_EVENT => ['Delete previously defined timed event #[b]%1$d[/b].', null],
SAI_ACTION_ADD_AURA => ['Apply aura from [spell=%1$d] on #target#.', null],
SAI_ACTION_OVERRIDE_SCRIPT_BASE_OBJECT => ['Set #target# as base for further SmartAI-Events.', null],
SAI_ACTION_RESET_SCRIPT_BASE_OBJECT => ['Reset base for SmartAI-Events.', null],
SAI_ACTION_OVERRIDE_SCRIPT_BASE_OBJECT => ['Set #target# as base for further SmartAI events.', null],
SAI_ACTION_RESET_SCRIPT_BASE_OBJECT => ['Reset base for SmartAI events.', null],
SAI_ACTION_CALL_SCRIPT_RESET => ['Reset current SmartAI.', null],
SAI_ACTION_SET_RANGED_MOVEMENT => ['Set ranged attack distance to [b]%1$d[/b]m(%2$d)?, at %2$d°:;.', null],
/* 80*/ SAI_ACTION_CALL_TIMED_ACTIONLIST => ['Call [html]<a href=#sai-actionlist-%1$d onclick=\\"\$(\\\'#dsf67g4d-sai\\\').find(\\\'[href=\\\\\'#sai-actionlist-%1$d\\\\\']\\\').click()\\">Timed Actionlist #%1$d</a>[/html]. Updates %7$s.', null],
@@ -719,7 +719,7 @@ $lang = array(
'GOStateUNK' => '[span class=q10]unknown gameobject state #[b class=q1]%d[/b][/span]',
'summonTypeUNK' => '[span class=q10]unknown SummonType #[b class=q1]%d[/b][/span]',
'aiTplUNK' => '[span class=q10]unknown AI-Template #[b class=q1]%d[/b][/span]',
'aiTplUNK' => '[span class=q10]unknown AI template #[b class=q1]%d[/b][/span]',
'reactStateUNK' => '[span class=q10]unknown ReactState #[b class=q1]%d[/b][/span]',
'sheathUNK' => '[span class=q10]unknown sheath #[b class=q1]%d[/b][/span]',
'saiUpdateUNK' => '[span class=q10]unknown update condition #[b class=q1]%d[/b][/span]',
@@ -760,7 +760,7 @@ $lang = array(
'passConfirm' => "Confirm password",
// dashboard
'ipAddress' => "IP-Adress",
'ipAddress' => "IP address",
'lastIP' => "last used IP",
'myAccount' => "My Account",
'editAccount' => "Simply use the forms below to update your account information",
@@ -949,7 +949,7 @@ $lang = array(
'points' => "Points",
'series' => "Series",
'outOf' => "out of",
'criteriaType' => "Criterium Type-Id:",
'criteriaType' => "Criterium Type ID:",
'itemReward' => "You will receive",
'titleReward' => 'You shall be granted the title "<a href="?title=%d">%s</a>"',
'slain' => "slain",

View File

@@ -211,11 +211,11 @@ class NpcPage extends GenericPage
if ($flagsExtra & 0x000040)
$buff[] = 'Rewards no experience';
if ($flagsExtra & 0x000080)
$buff[] = 'Trigger-Creature';
$buff[] = 'Trigger creature';
if ($flagsExtra & 0x000100)
$buff[] = 'Immune to Taunt';
if ($flagsExtra & 0x008000)
$buff[] = "[tooltip name=guard]- engages PvP-Attacker\n- ignores enemy stealth, invisibility and Feign Death[/tooltip][span class=tip tooltip=guard]Guard[/span]";
$buff[] = "[tooltip name=guard]- engages PvP attackers\n- ignores enemy stealth, invisibility and Feign Death[/tooltip][span class=tip tooltip=guard]Guard[/span]";
if ($flagsExtra & 0x020000)
$buff[] = 'Cannot deal Critical Hits';
if ($flagsExtra & 0x040000)