|
19 | 19 | <target>Licenza MIT</target>
|
20 | 20 | </trans-unit>
|
21 | 21 |
|
| 22 | + <trans-unit id="http_error.name"> |
| 23 | + <source>http_error.name</source> |
| 24 | + <target>Errore %status_code%</target> |
| 25 | + </trans-unit> |
| 26 | + <trans-unit id="http_error.description"> |
| 27 | + <source>http_error.description</source> |
| 28 | + <target>Un errore sconosciuto (HTTP %status_code%) ha impedito di completare la richiesta.</target> |
| 29 | + </trans-unit> |
| 30 | + <trans-unit id="http_error.suggestion"> |
| 31 | + <source>http_error.suggestion</source> |
| 32 | + <target><![CDATA[Provare a ricaricare la pagina tra poco o <a href="%url%">tornare alla homepage</a>.]]></target> |
| 33 | + </trans-unit> |
| 34 | + <trans-unit id="http_error_403.description"> |
| 35 | + <source>http_error_403.description</source> |
| 36 | + <target>Non si dispone dei permessi per accedere a questa risorsa.</target> |
| 37 | + </trans-unit> |
| 38 | + <trans-unit id="http_error_403.suggestion"> |
| 39 | + <source>http_error_403.suggestion</source> |
| 40 | + <target>Chiedere a un amministratore di fornire un accesso a questa risorsa.</target> |
| 41 | + </trans-unit> |
| 42 | + <trans-unit id="http_error_404.description"> |
| 43 | + <source>http_error_404.description</source> |
| 44 | + <target>La pagina richiesta non è stata trovata.</target> |
| 45 | + </trans-unit> |
| 46 | + <trans-unit id="http_error_404.suggestion"> |
| 47 | + <source>http_error_404.suggestion</source> |
| 48 | + <target><![CDATA[Verificare di aver scritto correttamente l'URL o <a href="%url%">tornare alla homepage</a>.]]></target> |
| 49 | + </trans-unit> |
| 50 | + <trans-unit id="http_error_500.description"> |
| 51 | + <source>http_error_500.description</source> |
| 52 | + <target>Si è verificato un errore interno del server.</target> |
| 53 | + </trans-unit> |
| 54 | + <trans-unit id="http_error_500.suggestion"> |
| 55 | + <source>http_error_500.suggestion</source> |
| 56 | + <target><![CDATA[Provare a ricaricare la pagina tra poco o <a href="%url%">tornare alla homepage</a>.]]></target> |
| 57 | + </trans-unit> |
| 58 | + |
22 | 59 | <trans-unit id="title.homepage">
|
23 | 60 | <source>title.homepage</source>
|
24 | 61 | <target><![CDATA[Benvenuto nell'applicazione <strong>Symfony Demo</strong>]]></target>
|
|
35 | 72 | <source>title.twig_template_code</source>
|
36 | 73 | <target>Codice del template Twig</target>
|
37 | 74 | </trans-unit>
|
| 75 | + <trans-unit id="title.login_help"> |
| 76 | + <source>title.login_help</source> |
| 77 | + <target>Provare uno dei seguenti utenti</target> |
| 78 | + </trans-unit> |
38 | 79 | <trans-unit id="title.login">
|
39 | 80 | <source>title.login</source>
|
40 | 81 | <target>Accesso sicuro</target>
|
|
80 | 121 | <source>action.delete_post</source>
|
81 | 122 | <target>Elimina post</target>
|
82 | 123 | </trans-unit>
|
| 124 | + <trans-unit id="delete_post_modal.title"> |
| 125 | + <source>delete_post_modal.title</source> |
| 126 | + <target>Sicuro di voler eliminare questo post?</target> |
| 127 | + </trans-unit> |
| 128 | + <trans-unit id="delete_post_modal.body"> |
| 129 | + <source>delete_post_modal.body</source> |
| 130 | + <target>Non si può annullare questa azione.</target> |
| 131 | + </trans-unit> |
| 132 | + <trans-unit id="label.delete_post"> |
| 133 | + <source>label.delete_post</source> |
| 134 | + <target>Elimina post</target> |
| 135 | + </trans-unit> |
| 136 | + <trans-unit id="label.cancel"> |
| 137 | + <source>label.cancel</source> |
| 138 | + <target>Annulla</target> |
| 139 | + </trans-unit> |
83 | 140 | <trans-unit id="action.create_post">
|
84 | 141 | <source>action.create_post</source>
|
85 | 142 | <target>Crea un nuovo post</target>
|
|
88 | 145 | <source>label.create_post</source>
|
89 | 146 | <target>Crea post</target>
|
90 | 147 | </trans-unit>
|
| 148 | + <trans-unit id="label.save_and_create_new"> |
| 149 | + <source>label.save_and_create_new</source> |
| 150 | + <target>Salva e crea nuovo</target> |
| 151 | + </trans-unit> |
91 | 152 | <trans-unit id="action.back_to_list">
|
92 | 153 | <source>action.back_to_list</source>
|
93 | 154 | <target>Ritorna alla lista dei post</target>
|
|
145 | 206 | <source>label.published_at</source>
|
146 | 207 | <target>Data pubblicazione</target>
|
147 | 208 | </trans-unit>
|
| 209 | + <trans-unit id="label.tags"> |
| 210 | + <source>label.tags</source> |
| 211 | + <target>Tag</target> |
| 212 | + </trans-unit> |
148 | 213 | <trans-unit id="label.actions">
|
149 | 214 | <source>label.actions</source>
|
150 | 215 | <target>Azioni</target>
|
|
158 | 223 | <target>Modifica contenuti</target>
|
159 | 224 | </trans-unit>
|
160 | 225 |
|
| 226 | + <trans-unit id="menu.toggle_nav"> |
| 227 | + <source>menu.toggle_nav</source> |
| 228 | + <target>Navigazione</target> |
| 229 | + </trans-unit> |
| 230 | + <trans-unit id="menu.choose_language"> |
| 231 | + <source>menu.choose_language</source> |
| 232 | + <target>Lingua</target> |
| 233 | + </trans-unit> |
161 | 234 | <trans-unit id="menu.post_list">
|
162 | 235 | <source>menu.post_list</source>
|
163 | 236 | <target>Lista post</target>
|
|
178 | 251 | <source>menu.logout</source>
|
179 | 252 | <target>Esci</target>
|
180 | 253 | </trans-unit>
|
| 254 | + <trans-unit id="menu.rss"> |
| 255 | + <source>menu.rss</source> |
| 256 | + <target>RSS del blog</target> |
| 257 | + </trans-unit> |
181 | 258 |
|
182 | 259 | <trans-unit id="post.to_publish_a_comment">
|
183 | 260 | <source>post.to_publish_a_comment</source>
|
|
195 | 272 | <source>post.no_comments</source>
|
196 | 273 | <target>Commenta per primo.</target>
|
197 | 274 | </trans-unit>
|
| 275 | + <trans-unit id="post.no_posts_found"> |
| 276 | + <source>post.no_posts_found</source> |
| 277 | + <target>Nessun post trovato.</target> |
| 278 | + </trans-unit> |
| 279 | + <trans-unit id="post.created_successfully"> |
| 280 | + <source>post.created_successfully</source> |
| 281 | + <target>Post creato!</target> |
| 282 | + </trans-unit> |
| 283 | + <trans-unit id="post.updated_successfully"> |
| 284 | + <source>post.updated_successfully</source> |
| 285 | + <target>Post aggiornato!</target> |
| 286 | + </trans-unit> |
| 287 | + <trans-unit id="post.deleted_successfully"> |
| 288 | + <source>post.deleted_successfully</source> |
| 289 | + <target>Post eliminato!</target> |
| 290 | + </trans-unit> |
| 291 | + |
| 292 | + <trans-unit id="notification.comment_created"> |
| 293 | + <source>notification.comment_created</source> |
| 294 | + <target>Il post ha ricevuto un commento!</target> |
| 295 | + </trans-unit> |
| 296 | + <trans-unit id="notification.comment_created.description"> |
| 297 | + <source>notification.comment_created.description</source> |
| 298 | + <target><![CDATA[Il post "%title%" ha ricevuto un nuovo commento. Si può leggere il commento al seguente <a href="%link%">collegamento</a>]]></target> |
| 299 | + </trans-unit> |
198 | 300 |
|
199 | 301 | <trans-unit id="help.app_description">
|
200 | 302 | <source>help.app_description</source>
|
|
236 | 338 | <source>help.more_information</source>
|
237 | 339 | <target><![CDATA[Per altre informazioni, visita la <a href="http://symfony.com/doc">documentazione di Symfony</a>.]]></target>
|
238 | 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>Post più recenti pubblicati su Symfony Demo blog</target> |
| 349 | + </trans-unit> |
239 | 350 | </body>
|
240 | 351 | </file>
|
241 | 352 | </xliff>
|
0 commit comments