messages_it.py 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "ancora %d minuti",
  5. "Also available in:": "Anche disponibile in:",
  6. "Archive": "Archivio",
  7. "Categories": "Categorie",
  8. "Comments": "Commenti",
  9. "LANGUAGE": "Italiano",
  10. "Languages:": "Lingue:",
  11. "More posts about %s": "Altri articoli collegati %s",
  12. "Newer posts": "Articoli recenti",
  13. "Next post": "Articolo successivo",
  14. "No posts found.": "Nessun articolo trovato.",
  15. "Nothing found.": "Non trovato.",
  16. "Older posts": "Articoli precedenti",
  17. "Original site": "Sito originale",
  18. "Posted:": "Pubblicato:",
  19. "Posts about %s": "Articoli su %s",
  20. "Posts for year %s": "Articoli per l'anno %s",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "Articoli per {month} {year}",
  23. "Previous post": "Articolo precedente",
  24. "Publication date": "Data di pubblicazione",
  25. "RSS feed": "Flusso RSS",
  26. "Read in English": "Leggi in italiano",
  27. "Read more": "Continua la lettura",
  28. "Skip to main content": "",
  29. "Source": "Sorgente",
  30. "Tags and Categories": "Tags e Categorie",
  31. "Tags": "Tags",
  32. "old posts, page %d": "pagina dei vecchi articoli %d",
  33. "page %d": "pagina %d",
  34. }