start_sf5_project/app/translations/validators+intl-icu.en.xlf

44 lines
2.0 KiB
XML

<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="post.slug_unique">
<source>post.slug_unique</source>
<target>This title was already used in another blog post, but they must be unique.</target>
</trans-unit>
<trans-unit id="post.blank_summary">
<source>post.blank_summary</source>
<target>Give your post a summary!</target>
</trans-unit>
<trans-unit id="post.blank_content">
<source>post.blank_content</source>
<target>Your post should have some content!</target>
</trans-unit>
<trans-unit id="post.too_short_content">
<source>post.too_short_content</source>
<target>Post content is too short ({ limit } characters minimum)</target>
</trans-unit>
<trans-unit id="post.too_many_tags">
<source>post.too_many_tags</source>
<target>Too many tags (add { limit } tags or less)</target>
</trans-unit>
<trans-unit id="comment.blank">
<source>comment.blank</source>
<target>Please don't leave your comment blank!</target>
</trans-unit>
<trans-unit id="comment.too_short">
<source>comment.too_short</source>
<target>Comment is too short ({ limit } characters minimum)</target>
</trans-unit>
<trans-unit id="comment.too_long">
<source>comment.too_long</source>
<target>Comment is too long ({ limit } characters maximum)</target>
</trans-unit>
<trans-unit id="comment.is_spam">
<source>comment.is_spam</source>
<target>The content of this comment is considered spam.</target>
</trans-unit>
</body>
</file>
</xliff>