DB/Emotes

* added emotes to DB .. why? just because!
  * also added to search
  * cross-linked achievements and emotes
  * data is generated via: php aowow --sql=emotes
  * setup requires GlobalStrings.lua (see README.md)
This commit is contained in:
Sarjuuk
2015-07-21 00:26:49 +02:00
parent 5239cbd293
commit 6f59afe8e6
27 changed files with 569 additions and 14 deletions

View File

@@ -29,6 +29,8 @@ class Lang
private static $title;
private static $zone;
private static $emote;
public static function load($loc)
{
if (!file_exists('localization/locale_'.$loc.'.php'))

View File

@@ -173,6 +173,8 @@ $lang = array(
'difficulty' => "Modus",
'dispelType' => "Bannart",
'duration' => "Dauer",
'emote' => "Emote",
'emotes' => "Emotes",
'object' => "Objekt",
'objects' => "Objekte",
'glyphType' => "Glyphenart",
@@ -378,8 +380,17 @@ $lang = array(
'recoverUser' => ["Benutzernamenanfrage", "Folgt diesem Link um euch anzumelden.\r\n\r\n".HOST_URL."?account=signin&token=%s\r\n\r\nFalls Ihr diese Mail nicht angefordert habt kann sie einfach ignoriert werden."],
'resetPass' => ["Kennwortreset", "Folgt diesem Link um euer Kennwort zurückzusetzen.\r\n\r\n".HOST_URL."?account=forgotpassword&token=%s\r\n\r\nFalls Ihr diese Mail nicht angefordert habt kann sie einfach ignoriert werden."]
),
'emote' => array(
'notFound' => "Dieses Emote existiert nicht.",
'self' => "An Euch selbst",
'target' => "An Andere mit Ziel",
'noTarget' => "An Andere ohne Ziel",
'isAnimated' => "Besitzt eine Animation",
'aliases' => "Aliasse",
'noText' => "Dieses Emote besitzt keinen Text.",
),
'gameObject' => array(
'notFound' => "Dieses Objekt existiert nicht .",
'notFound' => "Dieses Objekt existiert nicht.",
'cat' => [0 => "Anderes", 9 => "Bücher", 3 => "Behälter", -5 => "Truhen", 25 => "Fischschwärme", -3 => "Kräuter", -4 => "Erzadern", -2 => "Quest", -6 => "Werkzeuge"],
'type' => [ 9 => "Buch", 3 => "Behälter", -5 => "Truhe", 25 => "", -3 => "Kraut", -4 => "Erzvorkommen", -2 => "Quest", -6 => ""],
'unkPosition' => "Der Standort dieses Objekts ist nicht bekannt.",

View File

@@ -168,6 +168,8 @@ $lang = array(
'difficulty' => "Difficulty",
'dispelType' => "Dispel type",
'duration' => "Duration",
'emote' => "Emote",
'emotes' => "Emotes",
'object' => "object",
'objects' => "Objects",
'glyphType' => "Glyph type",
@@ -373,6 +375,15 @@ $lang = array(
'recoverUser' => ["User Recovery", "Follow this link to log in.\r\n\r\n".HOST_URL."?account=signin&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],
'resetPass' => ["Password Reset", "Follow this link to reset your password.\r\n\r\n".HOST_URL."?account=forgotpassword&token=%s\r\n\r\nIf you did not request this mail simply ignore it."]
),
'emote' => array(
'notFound' => "This Emote doesn't exist.",
'self' => "To Yourself",
'target' => "To others with a target",
'noTarget' => "To others without a target",
'isAnimated' => "Uses an animation",
'aliases' => "Aliases",
'noText' => "This Emote has no text.",
),
'gameObject' => array(
'notFound' => "This object doesn't exist.",
'cat' => [0 => "Other", 9 => "Books", 3 => "Containers", -5 => "Chests", 25 => "Fishing Pools", -3 => "Herbs", -4 => "Mineral Veins", -2 => "Quest", -6 => "Tools"],

View File

@@ -173,6 +173,8 @@ $lang = array(
'difficulty' => "Dificultad",
'dispelType' => "Tipo de disipación",
'duration' => "Duración",
'emote' => "Emoción",
'emotes' => "Emociones",
'object' => "entidad",
'objects' => "Entidades",
'glyphType' => "Tipo de glifo",
@@ -379,6 +381,15 @@ $lang = array(
'recoverUser' => ["User Recovery", "Follow this link to log in.\r\n\r\n".HOST_URL."?account=signin&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],
'resetPass' => ["Password Reset", "Follow this link to reset your password.\r\n\r\n".HOST_URL."?account=forgotpassword&token=%s\r\n\r\nIf you did not request this mail simply ignore it."]
),
'emote' => array(
'notFound' => "[This Emote doesn't exist.]",
'self' => "[To Yourself]",
'target' => "[To others with a target]",
'noTarget' => "[To others without a target]",
'isAnimated' => "[Uses an animation]",
'aliases' => "[Aliases]",
'noText' => "[This Emote has no text.]",
),
'gameObject' => array(
'notFound' => "Este entidad no existe.",
'cat' => [0 => "Otros", 9 => "Libros", 3 => "Contenedores", -5 => "Cofres", 25 => "Bancos de peces", -3 => "Hierbas", -4 => "Venas de minerales", -2 => "Misiones", -6 => "Herramientas"],

View File

@@ -173,6 +173,8 @@ $lang = array(
'difficulty' => "Difficulté",
'dispelType' => "Type de dissipation",
'duration' => "Durée",
'emote' => "Emote",
'emotes' => "Emotes",
'object' => "entité",
'objects' => "Entités",
'glyphType' => "Type de glyphe",
@@ -378,6 +380,15 @@ $lang = array(
'recoverUser' => ["User Recovery", "Follow this link to log in.\r\n\r\n".HOST_URL."?account=signin&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],
'resetPass' => ["Password Reset", "Follow this link to reset your password.\r\n\r\n".HOST_URL."?account=forgotpassword&token=%s\r\n\r\nIf you did not request this mail simply ignore it."]
),
'emote' => array(
'notFound' => "[This Emote doesn't exist.]",
'self' => "[To Yourself]",
'target' => "[To others with a target]",
'noTarget' => "[To others without a target]",
'isAnimated' => "[Uses an animation]",
'aliases' => "[Aliases]",
'noText' => "[This Emote has no text.]",
),
'gameObject' => array(
'notFound' => "Cette entité n'existe pas.",
'cat' => [0 => "Autre", 9 => "Livres", 3 => "Conteneurs", -5 => "Coffres", 25 => "Bancs de poissons", -3 => "Herbes", -4 => "Filons de minerai", -2 => "Quêtes", -6 => "Outils"],

View File

@@ -173,6 +173,8 @@ $lang = array(
'difficulty' => "Сложность",
'dispelType' => "Тип рассеивания",
'duration' => "Длительность",
'emote' => "Эмоция",
'emotes' => "Эмоции",
'object' => "объект",
'objects' => "Объекты",
'glyphType' => "Тип символа",
@@ -378,6 +380,15 @@ $lang = array(
'recoverUser' => ["User Recovery", "Follow this link to log in.\r\n\r\n".HOST_URL."?account=signin&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],
'resetPass' => ["Password Reset", "Follow this link to reset your password.\r\n\r\n".HOST_URL."?account=forgotpassword&token=%s\r\n\r\nIf you did not request this mail simply ignore it."]
),
'emote' => array(
'notFound' => "[This Emote doesn't exist.]",
'self' => "[To Yourself]",
'target' => "[To others with a target]",
'noTarget' => "[To others without a target]",
'isAnimated' => "[Uses an animation]",
'aliases' => "[Aliases]",
'noText' => "[This Emote has no text.]",
),
'gameObject' => array(
'notFound' => "Такой объект не существует.",
'cat' => [0 => "Другое", 9 => "Книги", 3 => "Контейнеры", -5 => "Сундуки", 25 => "Рыболовные лунки",-3 => "Травы", -4 => "Полезные ископаемые", -2 => "Задания", -6 => "Инструменты"],