mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 1)
* update TrinityCore components to return new Frontend objects - SmartAI => Markup - Conditions => Data Listview * update template files to accept the new Frontend objects
This commit is contained in:
@@ -33,6 +33,7 @@ $lang = array(
|
||||
'gender' => "Geschlecht",
|
||||
'sex' => [null, "Mann", "Frau"],
|
||||
'players' => "Spieler",
|
||||
'thePlayer' => "Der Spieler",
|
||||
'quickFacts' => "Kurzübersicht",
|
||||
'screenshots' => "Screenshots",
|
||||
'videos' => "Videos",
|
||||
|
||||
@@ -33,6 +33,7 @@ $lang = array(
|
||||
'gender' => "Gender",
|
||||
'sex' => [null, "Male", "Female"],
|
||||
'players' => "Players",
|
||||
'thePlayer' => "The Player",
|
||||
'quickFacts' => "Quick Facts",
|
||||
'screenshots' => "Screenshots",
|
||||
'videos' => "Videos",
|
||||
|
||||
@@ -33,6 +33,7 @@ $lang = array(
|
||||
'gender' => "Género",
|
||||
'sex' => [null, "Hombre", "Mujer"],
|
||||
'players' => "Jugadores",
|
||||
'thePlayer' => "El Jugador",
|
||||
'quickFacts' => "Notas rápidas",
|
||||
'screenshots' => "Capturas de pantalla",
|
||||
'videos' => "Videos",
|
||||
|
||||
@@ -33,6 +33,7 @@ $lang = array(
|
||||
'gender' => "Genre",
|
||||
'sex' => [null, "Homme", "Femme"],
|
||||
'players' => "Joueurs",
|
||||
'thePlayer' => "Le joueur",
|
||||
'quickFacts' => "En bref",
|
||||
'screenshots' => "Captures d'écran",
|
||||
'videos' => "Vidéos",
|
||||
|
||||
@@ -33,6 +33,7 @@ $lang = array(
|
||||
'gender' => "Пол",
|
||||
'sex' => [null, "Мужчина", "Женщина"],
|
||||
'players' => "Игрокам",
|
||||
'thePlayer' => "Игрок",
|
||||
'quickFacts' => "Краткая информация",
|
||||
'screenshots' => "Изображения",
|
||||
'videos' => "Видео",
|
||||
|
||||
@@ -34,6 +34,7 @@ $lang = array(
|
||||
'gender' => "性别",
|
||||
'sex' => [null, "男性", "女性"],
|
||||
'players' => "玩家",
|
||||
'thePlayer' => "玩家",
|
||||
'quickFacts' => "相关信息",
|
||||
'screenshots' => "屏幕截图",
|
||||
'videos' => "视频",
|
||||
|
||||
Reference in New Issue
Block a user