]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
Merge remote-tracking branch 'origin/master' into 2.2
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.it.yml
1 security:
2 login:
3 page_title: 'Benvenuto in wallabag!'
4 keep_logged_in: 'Resta loggato'
5 forgot_password: 'Hai dimenticato la password?'
6 submit: 'Login'
7 register: 'Registrati'
8 username: 'Username'
9 password: 'Password'
10 cancel: 'Cancella'
11 resetting:
12 description: "Inserisci il tuo indirizzo e-mail nel campo sottostante e ti invieremo le istruzioni per il reset della password."
13 register:
14 page_title: 'Crea un account'
15 go_to_account: 'Vai al tuo account'
16
17 menu:
18 left:
19 unread: 'Non letti'
20 starred: 'Preferiti'
21 archive: 'Archivio'
22 all_articles: 'Tutti'
23 config: 'Configurazione'
24 tags: 'Tags'
25 internal_settings: 'Strumenti'
26 import: 'Importa'
27 howto: 'How to'
28 developer: 'Sviluppatori'
29 logout: 'Logout'
30 about: 'About'
31 search: 'Cerca'
32 save_link: 'Salva collegamento'
33 back_to_unread: 'Torna ai contenuti non letti'
34 # users_management: 'Users management'
35 top:
36 add_new_entry: 'Aggiungi un nuovo contenuto'
37 search: 'Cerca'
38 filter_entries: 'Filtra contenuti'
39 export: 'Esporta'
40 search_form:
41 input_label: 'Inserisci qui la tua ricerca'
42
43 footer:
44 wallabag:
45 elsewhere: 'Porta wallabag con te'
46 social: 'Social'
47 powered_by: 'powered by'
48 about: 'About'
49 # stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
50
51 config:
52 page_title: 'Configurazione'
53 tab_menu:
54 settings: 'Impostazioni'
55 rss: 'RSS'
56 user_info: 'Informazioni utente'
57 password: 'Password'
58 rules: 'Regole di tagging'
59 new_user: 'Aggiungi utente'
60 form:
61 save: 'Salva'
62 form_settings:
63 theme_label: 'Tema'
64 items_per_page_label: 'Elementi per pagina'
65 language_label: 'Lingua'
66 reading_speed:
67 label: 'Velocità di lettura'
68 help_message: 'Puoi utilizzare dei tools online per valutare la tua velocità di lettura:'
69 100_word: 'Leggo ~100 parole al minuto'
70 200_word: 'Leggo ~200 parole al minuto'
71 300_word: 'Leggo ~300 parole al minuto'
72 400_word: 'Leggo ~400 parole al minuto'
73 pocket_consumer_key_label: Consumer key per Pocket per importare i contenuti
74 # android_configuration: Configure your Android application
75 form_rss:
76 description: 'I feed RSS generati da wallabag ti permettono di leggere i tuoi contenuti salvati con il tuo lettore di RSS preferito. Prima, devi generare un token.'
77 token_label: 'RSS token'
78 no_token: 'Nessun token'
79 token_create: 'Crea il tuo token'
80 token_reset: 'Rigenera il tuo token'
81 rss_links: 'Collegamenti RSS'
82 rss_link:
83 unread: 'non letti'
84 starred: 'preferiti'
85 archive: 'archiviati'
86 rss_limit: 'Numero di elementi nel feed'
87 form_user:
88 two_factor_description: "Abilitando la two factor authentication riceverai una e-mail con un codice per ogni nuova connesione non verificata"
89 name_label: 'Nome'
90 email_label: 'E-mail'
91 twoFactorAuthentication_label: 'Two factor authentication'
92 delete:
93 # title: Delete my account (a.k.a danger zone)
94 # description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
95 # confirm: Are you really sure? (THIS CAN'T BE UNDONE)
96 # button: Delete my account
97 reset:
98 # title: Reset area (a.k.a danger zone)
99 # description: By hiting buttons below you'll have ability to remove some informations from your account. Be aware that these actions are IRREVERSIBLE.
100 # annotations: Remove ALL annotations
101 # tags: Remove ALL tags
102 # entries: Remove ALL entries
103 # confirm: Are you really really sure? (THIS CAN'T BE UNDONE)
104 form_password:
105 old_password_label: 'Password corrente'
106 new_password_label: 'Nuova password'
107 repeat_new_password_label: 'Ripeti la nuova password'
108 form_rules:
109 if_label: 'se'
110 then_tag_as_label: 'allora tagga come'
111 delete_rule_label: 'elimina'
112 # edit_rule_label: 'edit'
113 rule_label: 'Regola'
114 tags_label: 'Tag'
115 faq:
116 title: 'FAQ'
117 tagging_rules_definition_title: 'Cosa significa « regole di tagging » ?'
118 tagging_rules_definition_description: 'Sono regole utilizzate da wallabag per taggare automaticamente i contenuti.<br />Ogni volta che viene aggiunto un contenuto, tutte le regole di tagging rules vengono utilizzate per aggiungere i tag configurati, risparmiandoti il lavoro di classificare i contenuti manualmente.'
119 how_to_use_them_title: 'Come si usano?'
120 how_to_use_them_description: 'Diciamo che vuoi taggare un contenuto come « <i>lettura veloce</i> » quando il tempo di lettura è inferiore ai 3 minuti.<br />In questo case, devi mettere « readingTime &lt;= 3 » nel campo <i>Regola</i> e « <i>lettura veloce</i> » nel campo <i>Tag</i>.<br />Molti tag si possono aggiungere contemporanemente separandoli con una virgola: « <i>lettura veloce, da leggere</i> »<br />Regole complesse possono essere scritte utilizzando gli operatori predefiniti: se « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » allora tagga « <i>lettura lunga, github </i> »'
121 variables_available_title: 'Quali operatori e variabili posso utilizzare per scrivere delle regole?'
122 variables_available_description: 'I seguenti operatori e variabili posso essere utilizzati per scrivere regole di tagging:'
123 meaning: 'Significato'
124 variable_description:
125 label: 'Variabile'
126 title: "Titolo del contenuto"
127 url: "URL del contenuto"
128 isArchived: "Specifica se il contenuto è archiviato o no"
129 isStarred: "Specifica se il contenuto è preferito o no"
130 content: "La pagina del contenuto"
131 language: "La lingua del contenuto"
132 mimetype: "Mime-type del contenuto"
133 readingTime: "Il tempo di lettura stimato del contenuto, in minuti"
134 domainName: "Il nome di dominio del contenuto"
135 operator_description:
136 label: 'Operatore'
137 less_than: 'Minore/uguale di...'
138 strictly_less_than: 'Minore di...'
139 greater_than: 'Maggiore/uguale di...'
140 strictly_greater_than: 'Maggiore di...'
141 equal_to: 'Uguale a...'
142 not_equal_to: 'Non uguale a...'
143 or: "Una regola O un'altra"
144 and: "Una regola E un'altra"
145 matches: 'Verifica che un <i>oggetto</i> risulti in una <i>ricerca</i> (case-insensitive).<br />Esempio: <code>titolo contiene "football"</code>'
146
147 entry:
148 page_titles:
149 unread: 'Contenuti non letti'
150 starred: 'Contenuti preferiti'
151 archived: 'Contenuti archiviati'
152 filtered: 'Contenuti filtrati'
153 # filtered_tags: 'Filtered by tags:'
154 # untagged: 'Untagged entries'
155 list:
156 number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti."
157 reading_time: 'tempo di lettura stimato'
158 reading_time_minutes: 'tempo di lettura stimato: %readingTime% min'
159 reading_time_less_one_minute: 'tempo di lettura stimato: <small class="inferieur">&lt;</small> 1 min'
160 # number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
161 reading_time_minutes_short: '%readingTime% min'
162 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
163 original_article: 'originale'
164 toogle_as_read: 'Segna come da leggere'
165 toogle_as_star: 'Segna come non preferito'
166 delete: 'Elimina'
167 export_title: 'Esporta'
168 filters:
169 title: 'Filtri'
170 status_label: 'Stato'
171 archived_label: 'Archiviati'
172 starred_label: 'Preferiti'
173 # unread_label: 'Unread'
174 preview_picture_label: "Ha un'immagine di anteprima"
175 preview_picture_help: 'Immagine di anteprima'
176 language_label: 'Lingua'
177 reading_time:
178 label: 'Tempo di lettura in minuti'
179 from: 'da'
180 to: 'a'
181 domain_label: 'Nome di dominio'
182 created_at:
183 label: 'Data di creazione'
184 from: 'da'
185 to: 'a'
186 action:
187 clear: 'Pulisci'
188 filter: 'Filtra'
189 view:
190 left_menu:
191 back_to_top: "Torna all'inizio"
192 back_to_homepage: 'Indietro'
193 set_as_read: 'Segna come già letto'
194 set_as_unread: 'Segna come da leggere'
195 set_as_starred: 'Segna come preferito'
196 view_original_article: 'Contenuto originale'
197 re_fetch_content: 'Ri-ottieni pagina'
198 delete: 'Elimina'
199 add_a_tag: 'Aggiungi un tag'
200 share_content: 'Condividi'
201 share_email_label: 'E-mail'
202 # public_link: 'public link'
203 # delete_public_link: 'delete public link'
204 download: 'Download'
205 print: 'Stampa'
206 problem:
207 label: 'Problemi?'
208 description: 'Questo contenuto viene visualizzato male?'
209 edit_title: 'Modifica titolo'
210 original_article: 'originale'
211 annotations_on_the_entry: '{0} Nessuna annotazione|{1} Una annotazione|]1,Inf[ %count% annotazioni'
212 created_at: 'Data di creazione'
213 new:
214 page_title: 'Salva un nuovo contenuto'
215 placeholder: 'http://website.com'
216 form_new:
217 url_label: Url
218 edit:
219 page_title: 'Modifica voce'
220 title_label: 'Titolo'
221 url_label: 'Url'
222 is_public_label: 'Pubblico'
223 save_label: 'Salva'
224 public:
225 # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
226
227 about:
228 page_title: 'About'
229 top_menu:
230 who_behind_wallabag: "Chi c'è dietro a wallabag"
231 getting_help: 'Ottieni aiuto'
232 helping: 'Aiuta wallabag'
233 contributors: 'Collaboratori'
234 third_party: 'Librerie di terze parti'
235 who_behind_wallabag:
236 developped_by: 'Sviluppato da'
237 website: 'sito web'
238 many_contributors: 'E molti altri collaboratori ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">su Github</a>'
239 project_website: 'Sito web del progetto'
240 license: 'Licenza'
241 version: 'Versione'
242 getting_help:
243 documentation: 'Documentazione'
244 bug_reports: 'Bug reports'
245 support: '<a href="https://support.wallabag.org">Sul nostro sito di supporto</a> o <a href="https://github.com/wallabag/wallabag/issues">su GitHub</a>'
246 helping:
247 description: 'wallabag è gratuito opensource. Puoi aiutarci:'
248 by_contributing: 'per contribuire al progetto:'
249 by_contributing_2: 'un elenco delle attività richieste'
250 by_paypal: 'via Paypal'
251 contributors:
252 description: 'Un grazie ai collaboratori di wallabag web application'
253 third_party:
254 description: 'Ecco un elenco delle librerie di terze parti utilizzate in wallabag (con le rispettive licenze):'
255 package: 'Package'
256 license: 'Licenza'
257
258 howto:
259 page_title: 'How to'
260 page_description: 'Ci sono diversi modi per salvare un contenuto:'
261 top_menu:
262 browser_addons: 'tramite addons del Browser'
263 mobile_apps: 'tramite app Mobile'
264 bookmarklet: 'tramite Bookmarklet'
265 form:
266 description: 'Tramite questo modulo'
267 browser_addons:
268 firefox: 'Add-On di Firefox'
269 chrome: 'Estensione di Chrome'
270 mobile_apps:
271 android:
272 via_f_droid: 'via F-Droid'
273 via_google_play: 'via Google Play'
274 ios: 'sullo store di iTunes'
275 windows: 'sullo store di Microsoft'
276 bookmarklet:
277 description: 'Trascinando e rilasciando questo link sulla barra dei bookmark del tuo browser:'
278
279 quickstart:
280 page_title: 'Introduzione'
281 # more: 'More…'
282 intro:
283 title: 'Benvenuto su wallabag!'
284 paragraph_1: "Un tour in cui ti guideremo per scoprire e che ti mostrerà delle funzionalità che potrebbero interessarti."
285 paragraph_2: 'Seguici!'
286 configure:
287 title: "Configura l'applicazione"
288 # description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
289 language: 'Cambia lingua e design'
290 rss: 'Abilita i feed RSS'
291 tagging_rules: 'Scrivi delle regole per taggare automaticamente i contenuti'
292 admin:
293 title: 'Amministrazione'
294 description: 'Come amministratore, hai la possibilità di svolgere le seguenti operazioni in wallabag:'
295 new_user: 'Crea un nuovo account'
296 analytics: 'Configura analytics'
297 sharing: 'Abilita alcuni parametri riguardo il salvataggio dei contenuti'
298 export: "Configura l'esportazione"
299 import: "Configura l'importazione"
300 first_steps:
301 title: 'Pimi passi'
302 # description: "Now wallabag is well configured, it's time to archive the web. You can click on the top right sign + to add a link."
303 new_article: 'Salva il tuo primo contenuto'
304 unread_articles: 'E classificalo!'
305 migrate:
306 title: 'Trasferimento da un servizio esistente'
307 description: "Stai utilizzando un altro servizio? Ti aiutiamo a traferire i tuoi dati su wallabag."
308 pocket: 'Trasferisci da Pocket'
309 wallabag_v1: 'Trasferisci da wallabag v1'
310 wallabag_v2: 'Trasferisci da wallabag v2'
311 readability: 'Trasferisci da Readability'
312 instapaper: 'Trasferisci da Instapaper'
313 developer:
314 title: 'Sviluppatori'
315 # description: 'We also thought to the developers: Docker, API, translations, etc.'
316 create_application: 'Crea la tua applicazione'
317 # use_docker: 'Use Docker to install wallabag'
318 docs:
319 title: 'Documentazione completa'
320 # description: "There are so much features in wallabag. Don't hesitate to read the manual to know them and to learn how to use them."
321 annotate: 'Annota il tuo contenuto'
322 export: 'Converti i tuoi contenuti in EPUB o PDF'
323 search_filters: 'Impara come puoi recuperare un contenuto tramite la ricerca e i filtri'
324 fetching_errors: 'Cosa posso fare se riscontro problemi nel recupero di un contenuto?'
325 all_docs: 'E molta altra documentazione!'
326 support:
327 title: 'Supporto'
328 description: 'Se hai bisogno di aiuto, siamo qui per te.'
329 github: 'Su GitHub'
330 email: 'Per email'
331 gitter: 'Su Gitter'
332
333 tag:
334 page_title: 'Tags'
335 list:
336 number_on_the_page: "{0} Non ci sono tag.|{1} C'è un tag.|]1,Inf[ ci sono %count% tag."
337 # see_untagged_entries: 'See untagged entries'
338
339 import:
340 page_title: 'Importa'
341 page_description: "Benvenuto nell'importatore di wallabag. Seleziona il servizio da cui vuoi trasferire i contenuti."
342 action:
343 import_contents: 'Importa contenuti'
344 form:
345 mark_as_read_title: 'Segna tutto come già letto?'
346 mark_as_read_label: 'Segna tutti i contenuti importati come letti'
347 file_label: 'File'
348 save_label: 'Carica file'
349 pocket:
350 page_title: 'Importa da > Pocket'
351 description: "Questo importatore copierà tutti i tuoi dati da Pocket. Pocket non ci consente di ottenere contenuti dal loro servzio, così il contenuto leggibile di ogni articolo verrà ri-ottenuto da wallabag."
352 config_missing:
353 description: "Importazione da Pocket non configurata."
354 admin_message: 'Devi definire %keyurls% una pocket_consumer_key %keyurle%.'
355 user_message: 'Il tuo amministratore di server deve define una API Key per Pocket.'
356 authorize_message: 'Puoi importare dati dal tuo account Pocket. Devi solo cliccare sul pulsante sottostante e autorizzare la connessione a getpocket.com.'
357 connect_to_pocket: 'Connetti a Pocket and importa i dati'
358 wallabag_v1:
359 page_title: 'Importa da > Wallabag v1'
360 description: 'Questo importatore copierà tutti i tuoi dati da un wallabag v1. Nella tua pagina di configurazione, clicca su "JSON export" nella sezione "Esport i tuoi dati di wallabag". Otterrai un file "wallabag-export-1-xxxx-xx-xx.json".'
361 how_to: 'Seleziona la tua esportazione di wallabag e clicca sul pulsante sottostante caricare il file e importare i dati.'
362 wallabag_v2:
363 page_title: 'Importa da > Wallabag v2'
364 description: 'Questo importatore copierà tutti i tuoi dati da un wallabag v2. Vai in "Tutti i contenuti", e, nella sidebar di esportazione, clicca su "JSON". Otterrai un file "Tutti i contenuti.json".'
365 readability:
366 page_title: 'Importa da > Readability'
367 # description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
368 # how_to: 'Please select your Readability export and click on the below button to upload and import it.'
369 worker:
370 # enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
371 # download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors."
372 firefox:
373 page_title: 'Importa da > Firefox'
374 # description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
375 # how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
376 chrome:
377 page_title: 'Importa da > Chrome'
378 # description: "This importer will import all your Chrome bookmarks. The location of the file depends on your operating system : <ul><li>On Linux, go into the <code>~/.config/chromium/Default/</code> directory</li><li>On Windows, it should be at <code>%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default</code></li><li>On OS X, it should be at <code>~/Library/Application Support/Google/Chrome/Default/Bookmarks</code></li></ul>Once you got there, copy the Bookmarks file someplace you'll find.<em><br>Note that if you have Chromium instead of Chrome, you'll have to correct paths accordingly.</em></p>"
379 # how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
380 instapaper:
381 page_title: 'Importa da > Instapaper'
382 # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").'
383 # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
384
385 developer:
386 page_title: 'Sviluppatori'
387 welcome_message: 'Benvenuto nelle API di wallabag'
388 documentation: 'Documentazione'
389 how_to_first_app: 'Come creare la mia prima applicazione'
390 full_documentation: 'Consulta la documentazione API completa'
391 list_methods: 'Elenco dei metodi API'
392 clients:
393 title: 'Client'
394 create_new: 'Crea un nuovo client'
395 existing_clients:
396 title: 'Client esistenti'
397 field_id: 'Client ID'
398 field_secret: 'Client secret'
399 field_uris: 'Redirect URI'
400 field_grant_types: 'Tipi di grant permessi'
401 no_client: 'Ancora nessun client.'
402 remove:
403 warn_message_1: "Hai la possibilitò di rimuovere questo client.L'operazione è IRREVERSIBILE!"
404 warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi."
405 action: 'Rimuovi questo client'
406 client:
407 page_title: 'Sviluppatori > Nuovo client'
408 page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per il redirect URI della tua applicazione.'
409 form:
410 # name_label: 'Name of the client'
411 redirect_uris_label: 'Redirect URI'
412 save_label: 'Crea un nuovo client'
413 action_back: 'Indietro'
414 client_parameter:
415 page_title: 'Sviluppatori > parametri Client'
416 page_description: 'Questi sono i tuoi parametri del client.'
417 # field_name: 'Client name'
418 field_id: 'Client ID'
419 field_secret: 'Client secret'
420 back: 'Indietro'
421 read_howto: 'Leggi howto "Come creare la mia prima applicazione"'
422 howto:
423 page_title: 'Sviluppatori > Come creare la mia prima applicazione'
424 description:
425 paragraph_1: 'I seguenti comandi fanno uso della <a href="https://github.com/jkbrzt/httpie">libreria HTTPie</a>. Verifica che sia installata sul tuo sistema prima di utilizzarli.'
426 paragraph_2: 'Hai bisogno di un token per far comunicare la tua applicazione di terze parti e le API di wallabag.'
427 paragraph_3: 'Per creare questo token, hai bisogno di <a href="%link%">creare un nuovo client</a>.'
428 paragraph_4: 'Ora, crea il tuo token (sostituisci client_id, client_secret, username e password con valori reali):'
429 paragraph_5: 'Le API ritorneranno una risposta di questo tipo:'
430 paragraph_6: "L'access_token è utile per chiamare un API endpoint. Per esempio:"
431 paragraph_7: 'Questa chiamata ritornerà tutti i contenuti per il tuo utente.'
432 paragraph_8: 'Se vuoi visualizzare tutti gli API endpoints, dai una occhiata alla <a href="%link%">documentazione delle API</a>.'
433 back: 'Indietro'
434
435 user:
436 # page_title: Users management
437 # new_user: Create a new user
438 # edit_user: Edit an existing user
439 # description: "Here you can manage all users (create, edit and delete)"
440 # list:
441 # actions: Actions
442 # edit_action: Edit
443 # yes: Yes
444 # no: No
445 # create_new_one: Create a new user
446 form:
447 username_label: 'Username'
448 # name_label: 'Name'
449 password_label: 'Password'
450 repeat_new_password_label: 'Ripeti password'
451 plain_password_label: '????'
452 email_label: 'E-mail'
453 # enabled_label: 'Enabled'
454 # locked_label: 'Locked'
455 # last_login_label: 'Last login'
456 # twofactor_label: Two factor authentication
457 # save: Save
458 # delete: Delete
459 # delete_confirm: Are you sure?
460 # back_to_list: Back to list
461
462 error:
463 # page_title: An error occurred
464
465 flashes:
466 config:
467 notice:
468 config_saved: 'Configurazione salvata. Alcuni parametri verranno utilizzati dopo il logout/login.'
469 password_updated: 'Password aggiornata'
470 password_not_updated_demo: "In modalità demo, non puoi cambiare la password dell'utente."
471 user_updated: 'Informazioni aggiornate'
472 rss_updated: 'Informazioni RSS aggiornate'
473 tagging_rules_updated: 'Regole di tagging aggiornate'
474 tagging_rules_deleted: 'Regola di tagging aggiornate'
475 rss_token_updated: 'RSS token aggiornato'
476 # annotations_reset: Annotations reset
477 # tags_reset: Tags reset
478 # entries_reset: Entries reset
479 entry:
480 notice:
481 entry_already_saved: 'Contenuto già salvato in data %date%'
482 entry_saved: 'Contenuto salvato'
483 # entry_saved_failed: 'Entry saved but fetching content failed'
484 entry_updated: 'Contenuto aggiornato'
485 entry_reloaded: 'Contenuto ricaricato'
486 # entry_reloaded_failed: 'Entry reloaded but fetching content failed'
487 entry_archived: 'Contenuto archiviato'
488 entry_unarchived: 'Contenuto dis-archiviato'
489 entry_starred: 'Contenuto segnato come preferito'
490 entry_unstarred: 'Contenuto rimosso dai preferiti'
491 entry_deleted: 'Contenuto eliminato'
492 tag:
493 notice:
494 tag_added: 'Tag aggiunto'
495 import:
496 notice:
497 failed: 'Importazione fallita, riprova.'
498 failed_on_file: 'Errore durante la processazione dei dati da importare. Verifica il tuo file di import.'
499 summary: 'Sommario di importazione: %imported% importati, %skipped% già salvati.'
500 # summary_with_queue: 'Import summary: %queued% queued.'
501 error:
502 # redis_enabled_not_installed: Redis is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check Redis configuration.
503 # rabbit_enabled_not_installed: RabbitMQ is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check RabbitMQ configuration.
504 developer:
505 notice:
506 client_created: 'Nuovo client creato.'
507 client_deleted: 'Client eliminato'
508 user:
509 notice:
510 # added: 'User "%username%" added'
511 # updated: 'User "%username%" updated'
512 # deleted: 'User "%username%" deleted'