fixups for npc

This commit is contained in:
Sarjuuk 2014-02-19 22:36:01 +01:00
parent 0c4c7ea9ae
commit ffd4c8e034
8 changed files with 127 additions and 50 deletions

View file

@ -277,7 +277,6 @@ $lang = array(
'capturePoint' => "Eroberungspunkt"
),
'npc' => array(
'rank' => [0 => "Normal", 1 => "Elite", 4 => "Rar", 2 => "Rar Elite", 3 => "Boss"],
'classification'=> "Einstufung",
'petFamily' => "Tierart",
'react' => "Reaktion",
@ -289,6 +288,11 @@ $lang = array(
'repWith' => "Ruf mit der Fraktion",
'stopsAt' => "Stoppt bei %s",
'vehicle' => "Fahrzeug",
'stats' => "Werte",
'melee' => "Nahkampf",
'ranged' => "Fernkampf",
'armor' => "Rüstung",
'rank' => [0 => "Normal", 1 => "Elite", 4 => "Rar", 2 => "Rar Elite", 3 => "Boss"],
'textTypes' => [null, "schreit", "sagt", "flüstert"],
'modes' => array(
1 => ["Normal", "Heroisch"],

View file

@ -264,7 +264,6 @@ $lang = array(
'capturePoint' => "Capture Point"
),
'npc' => array(
'rank' => [0 => "Normal", 1 => "Elite", 4 => "Rare", 2 => "Rare Elite", 3 => "Boss"],
'classification'=> "Classification",
'petFamily' => "Pet familiy",
'react' => "React",
@ -276,6 +275,11 @@ $lang = array(
'repWith' => "reputation with",
'stopsAt' => "stops at %s",
'vehicle' => "Vehicle",
'stats' => "Stats",
'melee' => "Melee",
'ranged' => "Ranged",
'armor' => "Armor",
'rank' => [0 => "Normal", 1 => "Elite", 4 => "Rare", 2 => "Rare Elite", 3 => "Boss"],
'textTypes' => [null, "yells", "says", "whispers"],
'modes' => array(
1 => ["Normal", "Heroic"],

View file

@ -235,7 +235,6 @@ $lang = array(
'capturePoint' => "Punto de captura"
),
'npc' => array(
'rank' => [0 => "Normal", 1 => "Élite", 4 => "Raro", 2 => "Élite raro", 3 => "Jefe"],
'classification'=> "Clasificación",
'petFamily' => "Familia de mascota",
'react' => "Reacción",
@ -247,6 +246,11 @@ $lang = array(
'repWith' => "reputación con",
'stopsAt' => "se detiene en %s",
'vehicle' => "Vehículo",
'stats' => "Estadisticas",
'melee' => "Cuerpo a cuerpo",
'ranged' => "Ataque a distancia",
'armor' => "Armadura",
'rank' => [0 => "Normal", 1 => "Élite", 4 => "Raro", 2 => "Élite raro", 3 => "Jefe"],
'textTypes' => [null, "grita", "dice", "susurra"],
'modes' => array(
1 => ["Normal", "Heroico"],

View file

@ -235,7 +235,6 @@ $lang = array(
'capturePoint' => "Point de capture"
),
'npc' => array(
'rank' => [0 => "Standard", 1 => "Élite", 4 => "Rare", 2 => "Élite rare", 3 =>"Boss"],
'classification'=> "Classification",
'petFamily' => "Familier",
'react' => "Réaction",
@ -247,6 +246,11 @@ $lang = array(
'repWith' => "points de réputation avec",
'stopsAt' => "arrête à %s",
'vehicle' => "Véhicule",
'stats' => "Statistiques",
'melee' => "de mêlée",
'ranged' => "à distance",
'armor' => "Armure",
'rank' => [0 => "Standard", 1 => "Élite", 4 => "Rare", 2 => "Élite rare", 3 =>"Boss"],
'textTypes' => [null, "crie", "dit", "chuchote"],
'modes' => array(
1 => ["Normal", "Héroïque"],

View file

@ -235,7 +235,6 @@ $lang = array(
'capturePoint' => "Точка захвата"
),
'npc' => array(
'rank' => [0 => "Обычный", 1 => "Элитный", 4 => "Редкий", 2 => "Редкий элитный", 3 =>"Босс"],
'classification'=> "Классификация",
'petFamily' => "Семейство питомца",
'react' => "Реакция",
@ -247,6 +246,11 @@ $lang = array(
'repWith' => "репутации с",
'stopsAt' => 'останавливается на уровне "%s"',
'vehicle' => "Автомобиль",
'stats' => "Характеристики",
'melee' => "Ближнего боя",
'ranged' => "Дальнего боя",
'armor' => "Броня",
'rank' => [0 => "Обычный", 1 => "Элитный", 4 => "Редкий", 2 => "Редкий элитный", 3 =>"Босс"],
'textTypes' => [null, "кричит", "говорит", "шепчет"],
'modes' => array(
1 => ["Обычный", "Героический"],