rate-it/src/Resources/contao/languages/en/default.xlf

76 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file datatype="php" date="2015-06-18T07:01:15+02:00" original="default" source-language="en" target-language="en">
<body>
<trans-unit id="FMD.rateit.0">
<source>Rate It</source>
<target>Rate It</target>
</trans-unit>
<trans-unit id="FMD.rateit.1">
<source>Enables users to leave ratings for articles, pages, news and FAQs.</source>
<target>Enables users to leave ratings for articles, pages, news and FAQs.</target>
</trans-unit>
<trans-unit id="FMD.rateit_top_ratings.0">
<source>Rate It - Best/Most ratings</source>
<target>Rate It - Best/Most ratings</target>
</trans-unit>
<trans-unit id="FMD.rateit_top_ratings.1">
<source>List of the x best ratings.</source>
<target>List of the x best ratings.</target>
</trans-unit>
<trans-unit id="CTE.rateit.0">
<source>Rate It</source>
<target>Rate It</target>
</trans-unit>
<trans-unit id="CTE.rateit.1">
<source>Enables users to leave ratings for articles, pages, news and FAQs.</source>
<target>Enables users to leave ratings for articles, pages, news and FAQs.</target>
</trans-unit>
<trans-unit id="rateit.rating_label.0">
<source>vote</source>
<target>vote</target>
</trans-unit>
<trans-unit id="rateit.rating_label.1">
<source>votes</source>
<target>votes</target>
</trans-unit>
<trans-unit id="rateit.heart">
<source>heart</source>
<target>heart</target>
</trans-unit>
<trans-unit id="rateit.hearts">
<source>hearts</source>
<target>hearts</target>
</trans-unit>
<trans-unit id="rateit.star">
<source>star</source>
<target>star</target>
</trans-unit>
<trans-unit id="rateit.stars">
<source>stars</source>
<target>stars</target>
</trans-unit>
<trans-unit id="rateit.error.invalid_id">
<source>ERROR: Invalid ID for rating given.</source>
<target>ERROR: Invalid ID for rating given.</target>
</trans-unit>
<trans-unit id="rateit.error.invalid_rating">
<source>ERROR: Invalid rating given.</source>
<target>ERROR: Invalid rating given.</target>
</trans-unit>
<trans-unit id="rateit.error.invalid_type">
<source>ERROR: Invalid type for rating given.</source>
<target>ERROR: Invalid type for rating given.</target>
</trans-unit>
<trans-unit id="rateit.error.duplicate_vote">
<source>ERROR: You may not vote more than once.</source>
<target>ERROR: You may not vote more than once.</target>
</trans-unit>
<trans-unit id="rateit.error.duplicate_rkey">
<source>The unique identifier "% s" already exists for a rating. Please choose a different identifier.</source>
<target>The unique identifier "% s" already exists for a rating. Please choose a different identifier.</target>
</trans-unit>
</body>
</file>
</xliff>