added lang strings for not having enough rep to downvote

This commit is contained in:
psychobunny
2014-06-26 13:30:43 -04:00
parent 8a03b42d62
commit 2e1cda3532
2 changed files with 6 additions and 3 deletions

View File

@@ -72,5 +72,7 @@
"signature-too-long" : "Signature can't be longer than %1 characters!",
"cant-chat-with-yourself": "You can't chat with yourself!"
"cant-chat-with-yourself": "You can't chat with yourself!",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post"
}

View File

@@ -50,5 +50,6 @@
"uploads-are-disabled": "Uploads are disabled",
"upload-error": "Upload Error : %1",
"signature-too-long": "Signature can't be longer than %1 characters!",
"cant-chat-with-yourself": "You can't chat with yourself!"
"cant-chat-with-yourself": "You can't chat with yourself!",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post"
}