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:
parent
29b357a2f6
commit
52826342fc
@ -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>");
|
||||
}
|
||||
|
||||
|
@ -1,11 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Played sound to target"
|
||||
{
|
||||
"#format" "{1:t}"
|
||||
"en" "Played sound to {1}"
|
||||
}
|
||||
|
||||
"Burn player"
|
||||
{
|
||||
"en" "Burn player"
|
||||
|
8
translations/sounds.phrases.txt
Normal file
8
translations/sounds.phrases.txt
Normal file
@ -0,0 +1,8 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Played sound to target"
|
||||
{
|
||||
"#format" "{1:t}"
|
||||
"en" "Played sound to {1}"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user