Removed sounds translations from funcommands.phrases.txt, created and added sounds.phrases.txt, modified sounds.sp to include translation files (bug 3603, r=dvander)

This commit is contained in:
Liam 2009-01-31 22:39:36 -05:00
parent 29b357a2f6
commit 52826342fc
3 changed files with 179 additions and 174 deletions

View File

@ -46,6 +46,9 @@ public Plugin:myinfo =
public OnPluginStart( )
{
LoadTranslations("common.phrases");
LoadTranslations("sounds.phrases");
RegAdminCmd("sm_play", Command_Play, ADMFLAG_GENERIC, "sm_play <#userid|name> <filename>");
}

View File

@ -1,11 +1,5 @@
"Phrases"
{
"Played sound to target"
{
"#format" "{1:t}"
"en" "Played sound to {1}"
}
"Burn player"
{
"en" "Burn player"

View File

@ -0,0 +1,8 @@
"Phrases"
{
"Played sound to target"
{
"#format" "{1:t}"
"en" "Played sound to {1}"
}
}