mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- implemented factions basics (search, listview and details)
- added forgotten shared brick for tooltips
This commit is contained in:
@@ -330,6 +330,12 @@ $lang = array(
|
||||
'exotic' => "Exotisch",
|
||||
'cat' => ["Wildheit", "Hartnäckigkeit", "Gerissenheit"]
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "Reputationsüberlauf",
|
||||
'spilloverDesc' => "Für diese Fraktion erhaltener Ruf wird zusätzlich mit den unten aufgeführten Fraktionen anteilig verrechnet.",
|
||||
'maxStanding' => "Max. Ruf",
|
||||
'quartermaster' => "Rüstmeister"
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> ist das <b>%s</b>. Es enthält %s Teile.",
|
||||
'_descTagless' => "<b>%s</b> ist ein Ausrüstungsset, das %s Teile enthält.",
|
||||
|
||||
@@ -317,6 +317,12 @@ $lang = array(
|
||||
'exotic' => "Exotic",
|
||||
'cat' => ["Ferocity", "Tenacity", "Cunning"]
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "Reputation Spillover",
|
||||
'spilloverDesc' => "Gaining Reputation with this faction also yields a proportional gain with the factions listed below.",
|
||||
'maxStanding' => "Max. Standing",
|
||||
'quartermaster' => "Quartermaster"
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> is the <b>%s</b>. It contains %s pieces.",
|
||||
'_descTagless' => "<b>%s</b> is an item set that contains %s pieces.",
|
||||
|
||||
@@ -288,6 +288,12 @@ $lang = array(
|
||||
'exotic' => "Exótica",
|
||||
'cat' => ["Ferocidad", "Tenacidad", "Astucia"]
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "[Reputation Spillover]",
|
||||
'spilloverDesc' => "[Gaining Reputation with this faction also yields a proportional gain with the factions listed below.]",
|
||||
'maxStanding' => "Posición máxima",
|
||||
'quartermaster' => "Intendente"
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> es el <b>%s</b>. Contiene %s piezas.",
|
||||
'_descTagless' => "<b>%s</b> es un conjunto de objetos que tiene %s piezas.",
|
||||
|
||||
@@ -288,6 +288,12 @@ $lang = array(
|
||||
'exotic' => "Exotique",
|
||||
'cat' => ["Férocité", "Tenacité", "Ruse"]
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "[Reputation Spillover]",
|
||||
'spilloverDesc' => "[Gaining Reputation with this faction also yields a proportional gain with the factions listed below.]",
|
||||
'maxStanding' => "Niveau maximum",
|
||||
'quartermaster' => "Intendant"
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> est le <b>%s</b>. Il contient %s pièces.",
|
||||
'_descTagless' => "<b>%s</b> est un ensemble d'objet qui contient %s pièces.",
|
||||
|
||||
@@ -288,6 +288,12 @@ $lang = array(
|
||||
'exotic' => "Экзотический",
|
||||
'cat' => ["Свирепость", "Упорство", "Хитрость"]
|
||||
),
|
||||
'faction' => array(
|
||||
'spillover' => "[Reputation Spillover]",
|
||||
'spilloverDesc' => "[Gaining Reputation with this faction also yields a proportional gain with the factions listed below.]",
|
||||
'maxStanding' => "Макс Уровень",
|
||||
'quartermaster' => "Интендант"
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> — <b>%s</b>. Он состоит из %s предметов.",
|
||||
'_descTagless' => "<b>%s</b> — набор из %s предметов.",
|
||||
|
||||
Reference in New Issue
Block a user