@@ -117,7 +117,7 @@ export function Protected({ category }) {
return (
<Message
message={gettext(
- "This category is protected. You can't browse it's contents."
+ "This category is protected. You can't browse its contents."
)}
/>
)
@@ -341,7 +341,7 @@ msgstr "Añadir cita"
#: static/misago/js/misago.js:3
msgid "Strikethrough selection"
-msgstr ""
+msgstr "Tachar selección"
msgid "Bolder selection"
@@ -351,7 +351,7 @@ msgstr "Insérer une citation"
+msgstr "Rayer"
@@ -347,7 +347,7 @@ msgstr "Вставить цитату"
+msgstr "Зачеркнуть выделенное"
@@ -349,7 +349,7 @@ msgstr "Alıntı yap"
+msgstr "Üstü çizili seçim"
@@ -338,7 +338,7 @@ msgstr "插入引用"
+msgstr "删除线"
@@ -31,7 +31,7 @@ class BaseRegisterForm(forms.Form):
if ban.user_message:
raise ValidationError(ban.user_message)
else:
- raise ValidationError(_("This usernane is not allowed."))
+ raise ValidationError(_("This username is not allowed."))
return data
def clean_email(self):