mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
IconDB
* initial implementation * this includes a complete reindexing of everything touching icons * this also means, no linking to red-rocket-site though, they index them differently
This commit is contained in:
@@ -197,6 +197,8 @@ $lang = array(
|
||||
'faction' => "faction",
|
||||
'factions' => "Factions",
|
||||
'cooldown' => "%s cooldown",
|
||||
'icon' => "icon",
|
||||
'icons' => "icons",
|
||||
'item' => "item",
|
||||
'items' => "Items",
|
||||
'itemset' => "item Set",
|
||||
@@ -677,6 +679,9 @@ $lang = array(
|
||||
-2 => "Uncategorized"
|
||||
)
|
||||
),
|
||||
'icon' => array(
|
||||
'notFound' => "This icon doesn't exist."
|
||||
),
|
||||
'title' => array(
|
||||
'notFound' => "This title doesn't exist.",
|
||||
'_transfer' => 'This title will be converted to <a href="?title=%d" class="q1">%s</a> if you transfer to <span class="icon-%s">%s</span>.',
|
||||
|
||||
Reference in New Issue
Block a user