Blog.pot 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Client exception thrown when trying to post a blog entry while not logged in.
  19. #: newblogentry.php:74
  20. msgid "Must be logged in to post a blog entry."
  21. msgstr ""
  22. #. TRANS: Client exception thrown when trying to post a blog entry without providing a title.
  23. #: newblogentry.php:84
  24. msgid "Title required."
  25. msgstr ""
  26. #. TRANS: Client exception thrown when trying to post a blog entry without providing content.
  27. #: newblogentry.php:91
  28. msgid "Content required."
  29. msgstr ""
  30. #. TRANS: Page title after sending a notice.
  31. #: newblogentry.php:128
  32. msgid "Blog entry saved"
  33. msgstr ""
  34. #. TRANS: Plugin description.
  35. #: BlogPlugin.php:124
  36. msgid "Let users write and share long-form texts."
  37. msgstr ""
  38. #. TRANS: Blog application title.
  39. #: BlogPlugin.php:131
  40. msgctxt "TITLE"
  41. msgid "Blog"
  42. msgstr ""
  43. #. TRANS: Exception thrown when there are too many activity objects.
  44. #: BlogPlugin.php:148
  45. msgid "Too many activity objects."
  46. msgstr ""
  47. #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object.
  48. #: BlogPlugin.php:155
  49. msgid "Wrong type for object."
  50. msgstr ""
  51. #. TRANS: Exception thrown when blog plugin comes across a undefined verb.
  52. #: BlogPlugin.php:169
  53. msgid "Unknown verb for blog entries."
  54. msgstr ""
  55. #. TRANS: Exception thrown when requesting a non-existing blog entry for notice.
  56. #: BlogPlugin.php:181
  57. #, php-format
  58. msgid "No blog entry for notice %s."
  59. msgstr ""
  60. #. TRANS: Client exception thrown when referring to a non-existing blog entry.
  61. #: showblogentry.php:60 showblogentry.php:67
  62. msgid "No such entry."
  63. msgstr ""
  64. #. TRANS: Title for a blog entry without a title.
  65. #: showblogentry.php:84
  66. msgid "Untitled"
  67. msgstr ""
  68. #. TRANS: Field label on blog entry form.
  69. #: blogentryform.php:92
  70. msgctxt "LABEL"
  71. msgid "Title"
  72. msgstr ""
  73. #. TRANS: Field title on blog entry form.
  74. #: blogentryform.php:95
  75. msgid "Title of the blog entry."
  76. msgstr ""
  77. #. TRANS: Field label on blog entry form.
  78. #: blogentryform.php:102
  79. msgctxt "LABEL"
  80. msgid "Text"
  81. msgstr ""
  82. #. TRANS: Field title on blog entry form.
  83. #: blogentryform.php:105
  84. msgid "Text of the blog entry."
  85. msgstr ""
  86. #. TRANS: Button text to save a blog entry.
  87. #: blogentryform.php:128
  88. msgctxt "BUTTON"
  89. msgid "Save"
  90. msgstr ""