Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
951 B

  1. package l10n
  2. var phrasesIT = map[string]string{
  3. "Anonymous post": "Post anonimo",
  4. "Blogs": "Blogs",
  5. "Newer": "Più recenti",
  6. "Older": "Più vecchi",
  7. "Posts": "Posts",
  8. "Publish to...": "Pubblica su...",
  9. "Publish": "Pubblica",
  10. "Read more...": "Continua...",
  11. "Toggle theme": "Attiva tema",
  12. "View posts": "Vedi Posts",
  13. "delete": "cancella",
  14. "edit": "modifica",
  15. "move to...": "sposta verso...",
  16. "pin": "attacca",
  17. "published with write.as": "pubblicato con write.as",
  18. "share modal ending": "Mandalo ad un amico, condividilo sul web, oppure tweettalo. Per saperne di più.",
  19. "share modal introduction": "Ogni post pubblicato possiede un URL segreto e unico che puoi condividere con chiunque. Questo è l'URL:",
  20. "share modal title": "Condividi questo post",
  21. "share": "condividi",
  22. "unpin": "stacca",
  23. }