messages_ca.py 1.5 KB

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