messages_ca.py 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "% min recordar per a llegir",
  5. "Also available in:": "També disponibles en:",
  6. "Archive": "Arxiu",
  7. "Categories": "Categories",
  8. "Comments": "Comentaris",
  9. "LANGUAGE": "Català",
  10. "Languages:": "Llenguatges:",
  11. "More posts about %s": "Més entrades sobre %s",
  12. "Newer posts": "Entrades posteriors",
  13. "Next post": "Entrada següent",
  14. "No posts found.": "Publicació no trobada",
  15. "Nothing found.": "No trobat",
  16. "Older posts": "Entrades anteriors",
  17. "Original site": "Lloc original",
  18. "Posted:": "Publicat:",
  19. "Posts about %s": "Entrades sobre %s",
  20. "Posts for year %s": "Entrades de l'any %s",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "Publicat en {month} {year}",
  23. "Previous post": "Entrada anterior",
  24. "Publication date": "Data de publicació",
  25. "RSS feed": "Feed RSS",
  26. "Read in English": "Llegeix-ho en català",
  27. "Read more": "Llegeix-ne més",
  28. "Skip to main content": "Vés al comentari principal",
  29. "Source": "Codi",
  30. "Tags and Categories": "Etiquetes i Categories",
  31. "Tags": "Etiquetes",
  32. "old posts, page %d": "entrades antigues, pàgina %d",
  33. "page %d": "pàgina %d",
  34. }