|
97 | 97 | <source>action.show</source>
|
98 | 98 | <target>Prikaži</target>
|
99 | 99 | </trans-unit>
|
| 100 | + <trans-unit id="action.show_post"> |
| 101 | + <source>action.show_post</source> |
| 102 | + <target>Prikaži objavo</target> |
| 103 | + </trans-unit> |
100 | 104 | <trans-unit id="action.show_code">
|
101 | 105 | <source>action.show_code</source>
|
102 | 106 | <target>Prikaži kodo</target>
|
|
202 | 206 | <source>label.published_at</source>
|
203 | 207 | <target>Objavljeno</target>
|
204 | 208 | </trans-unit>
|
| 209 | + <trans-unit id="label.tags"> |
| 210 | + <source>label.tags</source> |
| 211 | + <target>Značke</target> |
| 212 | + </trans-unit> |
205 | 213 | <trans-unit id="label.actions">
|
206 | 214 | <source>label.actions</source>
|
207 | 215 | <target>Dejanja</target>
|
|
243 | 251 | <source>menu.logout</source>
|
244 | 252 | <target>Odjava</target>
|
245 | 253 | </trans-unit>
|
| 254 | + <trans-unit id="menu.rss"> |
| 255 | + <source>menu.rss</source> |
| 256 | + <target>RSS objav bloga</target> |
| 257 | + </trans-unit> |
246 | 258 |
|
247 | 259 | <trans-unit id="post.to_publish_a_comment">
|
248 | 260 | <source>post.to_publish_a_comment</source>
|
|
277 | 289 | <target>Objava uspešno izbrisana!</target>
|
278 | 290 | </trans-unit>
|
279 | 291 |
|
| 292 | + <trans-unit id="notification.comment_created"> |
| 293 | + <source>notification.comment_created</source> |
| 294 | + <target>Vaša objava je prejela komentar!</target> |
| 295 | + </trans-unit> |
| 296 | + <trans-unit id="notification.comment_created.description"> |
| 297 | + <source>notification.comment_created.description</source> |
| 298 | + <target><![CDATA[Vaša objava "%title%" je prejela nov komentar. Preberete ga lahko na <a href="%link%">tej povezavi</a>]]></target> |
| 299 | + </trans-unit> |
| 300 | + |
280 | 301 | <trans-unit id="help.app_description">
|
281 | 302 | <source>help.app_description</source>
|
282 | 303 | <target><![CDATA[To je <strong>demo aplikacija</strong> zgrajena z ogrodjem Symfony za prikaz priporočenega načina razvoja aplikacij Symfony.]]></target>
|
|
317 | 338 | <source>help.more_information</source>
|
318 | 339 | <target><![CDATA[Za več informacij poglejte <a href="https://symfony.com/doc">dokumentacijo Symfony</a>.]]></target>
|
319 | 340 | </trans-unit>
|
| 341 | + |
| 342 | + <trans-unit id="rss.title"> |
| 343 | + <source>rss.title</source> |
| 344 | + <target>Symfony Demo blog</target> |
| 345 | + </trans-unit> |
| 346 | + <trans-unit id="rss.description"> |
| 347 | + <source>rss.description</source> |
| 348 | + <target>Najnovejše objave objavljene na Symfony Demo blogu</target> |
| 349 | + </trans-unit> |
320 | 350 | </body>
|
321 | 351 | </file>
|
322 | 352 | </xliff>
|
0 commit comments