Allow localizaton of more base plugin strings (bug 5120, r=asherkin).

This commit is contained in:
Nicholas Hastings
2013-04-08 08:00:13 -04:00
parent a963427967
commit c0d1aaa8a0
12 changed files with 105 additions and 22 deletions
+30
View File
@@ -45,4 +45,34 @@
"#format" "{1:t}"
"en" "Unsilenced {1}."
}
"Mute Player"
{
"en" "Mute Player"
}
"UnMute Player"
{
"en" "UnMute Player"
}
"Gag Player"
{
"en" "Gag Player"
}
"UnGag Player"
{
"en" "UnGag Player"
}
"Silence Player"
{
"en" "Silence Player"
}
"UnSilence Player"
{
"en" "UnSilence Player"
}
}
+10
View File
@@ -88,4 +88,14 @@
{
"en" "Confirm Vote"
}
"Please select a map"
{
"en" "Please select a map"
}
"Start the Vote"
{
"en" "Start the Vote"
}
}
+10
View File
@@ -141,4 +141,14 @@
"#format" "{1:s}"
"en" "Cvar {1} is now protected."
}
"Please select a map"
{
"en" "Please select a map"
}
"Choose Config"
{
"en" "Choose Config"
}
}