mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-18 04:50:38 +00:00
migrated some exceptions to use templates
fixed missed hard coded value in template fixed listing of channels in channel groups fixed template loading
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Channel group ${name} already exists.
|
||||
@@ -0,0 +1 @@
|
||||
Channel group ${name} does not exist. The available channel groups are ${available}.
|
||||
@@ -0,0 +1 @@
|
||||
The key ${key} was not found.
|
||||
@@ -0,0 +1 @@
|
||||
The emote ${emoteKey} was not defined for this server.
|
||||
@@ -0,0 +1 @@
|
||||
The emote ${emoteKey} was not found. The available emotes are: ${available}
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${key} was not found.
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${key} is not available. The possible post targets are: ${available}.
|
||||
@@ -0,0 +1 @@
|
||||
Role ${roleId} was not found in the database.
|
||||
@@ -0,0 +1 @@
|
||||
Role ${roleId} was not found in server ${serverId}.
|
||||
Reference in New Issue
Block a user