|
243 | 243 | <source>menu.logout</source>
|
244 | 244 | <target>Logout</target>
|
245 | 245 | </trans-unit>
|
| 246 | + <trans-unit id="menu.rss"> |
| 247 | + <source>menu.rss</source> |
| 248 | + <target>Blog Posts RSS</target> |
| 249 | + </trans-unit> |
246 | 250 |
|
247 | 251 | <trans-unit id="post.to_publish_a_comment">
|
248 | 252 | <source>post.to_publish_a_comment</source>
|
|
277 | 281 | <target>Post deleted successfully!</target>
|
278 | 282 | </trans-unit>
|
279 | 283 |
|
| 284 | + <trans-unit id="notification.comment_created"> |
| 285 | + <source>notification.comment_created</source> |
| 286 | + <target>Your post received a comment!</target> |
| 287 | + </trans-unit> |
| 288 | + <trans-unit id="notification.comment_created.description"> |
| 289 | + <source>notification.comment_created.description</source> |
| 290 | + <target><![CDATA[Your post "%title%" has received a new comment. You can read the comment by following <a href="%link%">this link</a>]]></target> |
| 291 | + </trans-unit> |
| 292 | + |
280 | 293 | <trans-unit id="help.app_description">
|
281 | 294 | <source>help.app_description</source>
|
282 | 295 | <target><![CDATA[This is a <strong>demo application</strong> built in the Symfony Framework to illustrate the recommended way of developing Symfony applications.]]></target>
|
|
317 | 330 | <source>help.more_information</source>
|
318 | 331 | <target><![CDATA[For more information, check out the <a href="http://symfony.com/doc">Symfony doc</a>.]]></target>
|
319 | 332 | </trans-unit>
|
| 333 | + |
| 334 | + <trans-unit id="rss.title"> |
| 335 | + <source>rss.title</source> |
| 336 | + <target>Symfony Demo blog</target> |
| 337 | + </trans-unit> |
| 338 | + <trans-unit id="rss.description"> |
| 339 | + <source>rss.description</source> |
| 340 | + <target>Most recent posts published on the Symfony Demo blog</target> |
| 341 | + </trans-unit> |
320 | 342 | </body>
|
321 | 343 | </file>
|
322 | 344 | </xliff>
|
0 commit comments