Tags grammar and admin string corrections (#397)
This commit is contained in:
parent
80a4dae8bd
commit
3128e6a3b9
@ -346,7 +346,7 @@ msgstr ""
|
|||||||
msgid "Instance settings"
|
msgid "Instance settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Allow anyone to register"
|
msgid "Allow anyone to register here"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Short description - byline"
|
msgid "Short description - byline"
|
||||||
@ -361,7 +361,7 @@ msgstr ""
|
|||||||
msgid "Default article license"
|
msgid "Default article license"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Save settings"
|
msgid "Save these settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "There are no comments here yet. Be the first to react!"
|
msgid "There are no comments here yet. Be the first to react!"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
} else {
|
} else {
|
||||||
<input type="checkbox" name="open_registrations" id="open_registrations">
|
<input type="checkbox" name="open_registrations" id="open_registrations">
|
||||||
}
|
}
|
||||||
@i18n!(ctx.1, "Allow anyone to register")
|
@i18n!(ctx.1, "Allow anyone to register here")
|
||||||
|
|
||||||
<label for="short_description">@i18n!(ctx.1, "Short description - byline")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
<label for="short_description">@i18n!(ctx.1, "Short description - byline")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
||||||
<textarea id="short_description" name="short_description">@Html(form.short_description)</textarea>
|
<textarea id="short_description" name="short_description">@Html(form.short_description)</textarea>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
<label for="long_description">@i18n!(ctx.1, "Long description")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
<label for="long_description">@i18n!(ctx.1, "Long description")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
||||||
<textarea id="long_description" name="long_description">@Html(form.long_description)</textarea>
|
<textarea id="long_description" name="long_description">@Html(form.long_description)</textarea>
|
||||||
|
|
||||||
@input!(ctx.1, default_license (text), "Default license", form, errors, "minlenght=\"1\"")
|
@input!(ctx.1, default_license (text), "Default article license", form, errors, "minlenght=\"1\"")
|
||||||
|
|
||||||
<input type="submit" value="@i18n!(ctx.1, "Save settings")"/>
|
<input type="submit" value="@i18n!(ctx.1, "Save these settings")"/>
|
||||||
</form>
|
</form>
|
||||||
})
|
})
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
} else {
|
} else {
|
||||||
<section>
|
<section>
|
||||||
<h2>@i18n!(ctx.1, "There is currently no article with that tag")</h2>
|
<h2>@i18n!(ctx.1, "There are currently no articles with such a tag")</h2>
|
||||||
</section>
|
</section>
|
||||||
}
|
}
|
||||||
@paginate(ctx.1, page, n_pages)
|
@paginate(ctx.1, page, n_pages)
|
||||||
|
Loading…
Reference in New Issue
Block a user