Base Votes import.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401287
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Initiate Vote"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Initiated a vote: {1}"
|
||||
}
|
||||
|
||||
"Initiated Vote Map"
|
||||
{
|
||||
"en" "Initiated a votemap."
|
||||
}
|
||||
|
||||
"Initiated Vote Kick"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Initiated a votekick against {1}."
|
||||
}
|
||||
|
||||
"Initiated Vote Ban"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Initiated a voteban against {1}."
|
||||
}
|
||||
|
||||
"Map Vote"
|
||||
{
|
||||
"en" "Map Vote:"
|
||||
}
|
||||
|
||||
"Change Map To"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Change map to {1}?"
|
||||
}
|
||||
|
||||
"Votekick Player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Kick {1}?"
|
||||
}
|
||||
|
||||
"Voteban Player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Ban {1}?"
|
||||
}
|
||||
|
||||
"Vote Successful"
|
||||
{
|
||||
"#format" "{1:d},{2:d}"
|
||||
"en" "Vote successful. (Received {1}%% of {2} votes)"
|
||||
}
|
||||
|
||||
"Vote Failed"
|
||||
{
|
||||
"#format" "{1:d},{2:d},{3:d}"
|
||||
"en" "Vote failed. {1}%% vote required. (Received {2}%% of {3} votes)"
|
||||
}
|
||||
|
||||
"Vote End"
|
||||
{
|
||||
"#format" "{1:s},{2:s},{3:d},{4:d}"
|
||||
"en" "The answer to {1} is: {2}. (Received {3}%% of {4} votes)"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,15 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Yes"
|
||||
{
|
||||
"en" "Yes"
|
||||
}
|
||||
|
||||
"No"
|
||||
{
|
||||
"en" "No"
|
||||
}
|
||||
|
||||
"No matching client"
|
||||
{
|
||||
"en" "No matching client was found."
|
||||
@@ -178,4 +188,15 @@
|
||||
{
|
||||
"en" "Cancelled the vote."
|
||||
}
|
||||
|
||||
"Vote Select"
|
||||
{
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "{1} has chosen {2}."
|
||||
}
|
||||
|
||||
"No Votes Cast"
|
||||
{
|
||||
"en" "No votes were cast."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user