mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Lang
rename /gameObjects?/ => /objects?/ so it can be localized via typeString
This commit is contained in:
@@ -179,8 +179,8 @@ $lang = array(
|
||||
'difficulty' => "Modus",
|
||||
'dispelType' => "Bannart",
|
||||
'duration' => "Dauer",
|
||||
'gameObject' => "Objekt",
|
||||
'gameObjects' => "Objekte",
|
||||
'object' => "Objekt",
|
||||
'objects' => "Objekte",
|
||||
'glyphType' => "Glyphenart",
|
||||
'race' => "Volk",
|
||||
'races' => "Völker",
|
||||
|
||||
@@ -174,8 +174,8 @@ $lang = array(
|
||||
'difficulty' => "Difficulty",
|
||||
'dispelType' => "Dispel type",
|
||||
'duration' => "Duration",
|
||||
'gameObject' => "object",
|
||||
'gameObjects' => "Objects",
|
||||
'object' => "object",
|
||||
'objects' => "Objects",
|
||||
'glyphType' => "Glyph type",
|
||||
'race' => "race",
|
||||
'races' => "Races",
|
||||
|
||||
@@ -179,8 +179,8 @@ $lang = array(
|
||||
'difficulty' => "Dificultad",
|
||||
'dispelType' => "Tipo de disipación",
|
||||
'duration' => "Duración",
|
||||
'gameObject' => "entidad",
|
||||
'gameObjects' => "Entidades",
|
||||
'object' => "entidad",
|
||||
'objects' => "Entidades",
|
||||
'glyphType' => "Tipo de glifo",
|
||||
'race' => "raza",
|
||||
'races' => "Razas",
|
||||
|
||||
@@ -179,8 +179,8 @@ $lang = array(
|
||||
'difficulty' => "Difficulté",
|
||||
'dispelType' => "Type de dissipation",
|
||||
'duration' => "Durée",
|
||||
'gameObject' => "entité",
|
||||
'gameObjects' => "Entités",
|
||||
'object' => "entité",
|
||||
'objects' => "Entités",
|
||||
'glyphType' => "Type de glyphe",
|
||||
'race' => "race",
|
||||
'races' => "Races",
|
||||
|
||||
@@ -179,8 +179,8 @@ $lang = array(
|
||||
'difficulty' => "Сложность",
|
||||
'dispelType' => "Тип рассеивания",
|
||||
'duration' => "Длительность",
|
||||
'gameObject' => "объект",
|
||||
'gameObjects' => "Объекты",
|
||||
'object' => "объект",
|
||||
'objects' => "Объекты",
|
||||
'glyphType' => "Тип символа",
|
||||
'race' => "раса",
|
||||
'races' => "Расы",
|
||||
|
||||
Reference in New Issue
Block a user