Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish application translation #80

Merged
merged 11 commits into from Jul 7, 2015
226 changes: 222 additions & 4 deletions app/Resources/translations/messages.en.xliff
Expand Up @@ -2,22 +2,240 @@
<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="1">
<trans-unit id="note">
<source>note</source>
<target>NOTE</target>
</trans-unit>
<trans-unit id="tip">
<source>tip</source>
<target>TIP</target>
</trans-unit>
<trans-unit id="not_available">
<source>not_available</source>
<target>Not available</target>
</trans-unit>
<trans-unit id="mit_license">
<source>mit_license</source>
<target>MIT License</target>
</trans-unit>

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Welcome to the <strong>Symfony Demo Application</strong>]]></target>
</trans-unit>
<trans-unit id="title.source_code">
<source>title.source_code</source>
<target>Source code used to render this page</target>
</trans-unit>
<trans-unit id="title.controller_code">
<source>title.controller_code</source>
<target>Controller code</target>
</trans-unit>
<trans-unit id="title.twig_template_code">
<source>title.twig_template_code</source>
<target>Twig template code</target>
</trans-unit>
<trans-unit id="title.login_help">
<source>title.login_help</source>
<target>Try either of the following users</target>
</trans-unit>
<trans-unit id="title.login">
<source>title.login</source>
<target>Secure Sign in</target>
</trans-unit>
<trans-unit id="title.post_list">
<source>title.post_list</source>
<target>Post List</target>
</trans-unit>
<trans-unit id="2">
<trans-unit id="title.edit_post">
<source>title.edit_post</source>
<target>Edit post #%id%</target>
</trans-unit>
<trans-unit id="title.add_comment">
<source>title.add_comment</source>
<target>Add a comment</target>
</trans-unit>

<trans-unit id="action.show">
<source>action.show</source>
<target>Show</target>
</trans-unit>
<trans-unit id="3">
<trans-unit id="action.show_code">
<source>action.show_code</source>
<target>Show code</target>
</trans-unit>
<trans-unit id="action.edit">
<source>action.edit</source>
<target>Edit</target>
</trans-unit>
<trans-unit id="4">
<trans-unit id="action.edit_post">
<source>action.edit_post</source>
<target>Edit post</target>
</trans-unit>
<trans-unit id="action.save">
<source>action.save</source>
<target>Save changes</target>
</trans-unit>
<trans-unit id="action.delete_post">
<source>action.delete_post</source>
<target>Delete post</target>
</trans-unit>
<trans-unit id="action.create_post">
<source>action.create_post</source>
<target>Create a new post</target>
</trans-unit>
<trans-unit id="label.create_post">
<source>label.create_post</source>
<target>Create post</target>
</trans-unit>
<trans-unit id="action.back_to_list">
<source>action.back_to_list</source>
<target>Back to the post list</target>
</trans-unit>
<trans-unit id="action.publish_comment">
<source>action.publish_comment</source>
<target>Publish comment</target>
</trans-unit>
<trans-unit id="action.sign_in">
<source>action.sign_in</source>
<target>Sign in</target>
</trans-unit>
<trans-unit id="action.browse_app">
<source>action.browse_app</source>
<target>Browse application</target>
</trans-unit>
<trans-unit id="action.browse_admin">
<source>action.browse_admin</source>
<target>Browse backend</target>
</trans-unit>

<trans-unit id="label.title">
<source>label.title</source>
<target>Title</target>
</trans-unit>
<trans-unit id="label.author">
<source>label.author</source>
<target>Author</target>
</trans-unit>
<trans-unit id="label.author_email">
<source>label.author_email</source>
<target>Author email</target>
</trans-unit>
<trans-unit id="label.username">
<source>label.username</source>
<target>Username</target>
</trans-unit>
<trans-unit id="label.password">
<source>label.password</source>
<target>Password</target>
</trans-unit>
<trans-unit id="label.role">
<source>label.role</source>
<target>Role</target>
</trans-unit>
<trans-unit id="label.content">
<source>label.content</source>
<target>Content</target>
</trans-unit>
<trans-unit id="label.summary">
<source>label.summary</source>
<target>Summary</target>
</trans-unit>
<trans-unit id="label.published_at">
<source>label.published_at</source>
<target>Published at</target>
</trans-unit>
<trans-unit id="label.actions">
<source>label.actions</source>
<target>Actions</target>
</trans-unit>
<trans-unit id="title.post_new">
<source>title.post_new</source>
<target>Post creation</target>
</trans-unit>
<trans-unit id="action.edit_contents">
<source>action.edit_contents</source>
<target>Edit contents</target>
</trans-unit>

<trans-unit id="menu.post_list">
<source>menu.post_list</source>
<target>Post list</target>
</trans-unit>
<trans-unit id="menu.back_to_blog">
<source>menu.back_to_blog</source>
<target>Back to blog</target>
</trans-unit>
<trans-unit id="menu.homepage">
<source>menu.homepage</source>
<target>Homepage</target>
</trans-unit>
<trans-unit id="menu.admin">
<source>menu.admin</source>
<target>Backend</target>
</trans-unit>
<trans-unit id="menu.logout">
<source>menu.logout</source>
<target>Logout</target>
</trans-unit>

<trans-unit id="post.to_publish_a_comment">
<source>post.to_publish_a_comment</source>
<target>to publish a comment</target>
</trans-unit>
<trans-unit id="post.num_comments">
<source>post.num_comments</source>
<target>%count% comment|%count% comments</target>
</trans-unit>
<trans-unit id="post.commented_on">
<source>post.commented_on</source>
<target>commented on</target>
</trans-unit>
<trans-unit id="post.no_comments">
<source>post.no_comments</source>
<target>Be the first to comment on this post.</target>
</trans-unit>

<trans-unit id="help.app_description">
<source>help.app_description</source>
<target><![CDATA[This is a <strong>demo application</strong> built in the Symfony Framework to illustrate the recommended way of developing Symfony applications.]]></target>
</trans-unit>
<trans-unit id="help.show_code">
<source>help.show_code</source>
<target><![CDATA[Click on this button to show the source code of the <strong>Controller</strong> and <strong>template</strong> used to render this page.]]></target>
</trans-unit>
<trans-unit id="help.browse_app">
<source>help.browse_app</source>
<target><![CDATA[Browse the <strong>public section</strong> of the demo application.]]></target>
</trans-unit>
<trans-unit id="help.browse_admin">
<source>help.browse_admin</source>
<target><![CDATA[Browse the <strong>admin backend</strong> of the demo application.]]></target>
</trans-unit>
<trans-unit id="help.login_users">
<source>help.login_users</source>
<target>Try either of the following users</target>
</trans-unit>
<trans-unit id="help.role_user">
<source>help.role_user</source>
<target>regular user</target>
</trans-unit>
<trans-unit id="help.role_admin">
<source>help.role_admin</source>
<target>administrator</target>
</trans-unit>
<trans-unit id="help.reload_fixtures">
<source>reload_fixtures</source>
<target>If these users don't work, reload application fixtures by running this command from the terminal:</target>
</trans-unit>
<trans-unit id="help.add_user">
<source>add_user</source>
<target>If you want to create new users, run this other command:</target>
</trans-unit>
<trans-unit id="help.more_information">
<source>title.homepage</source>
<target><![CDATA[For more information, check out the <a href="http://symfony.com/doc">Symfony doc</a>.]]></target>
</trans-unit>
</body>
</file>
</xliff>