Activity.pot 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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: Text for "joined list" item in activity plugin.
  19. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  20. #. TRANS: %3$s is a group home URL, %4$s is a group name.
  21. #. TRANS: Text for "joined group" item in activity plugin.
  22. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  23. #. TRANS: %3$s is a group URL, %4$s is a group name.
  24. #: joinlistitem.php:64 ActivityPlugin.php:259
  25. #, php-format
  26. msgid "<a href=\"%1$s\">%2$s</a> joined the group <a href=\"%3$s\">%4$s</a>."
  27. msgstr ""
  28. #. TRANS: Text for "started following" item in activity plugin.
  29. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  30. #. TRANS: %3$s is a profile URL, %4$s is a profile name.
  31. #: ActivityPlugin.php:89
  32. #, php-format
  33. msgid "<a href=\"%1$s\">%2$s</a> started following <a href=\"%3$s\">%4$s</a>."
  34. msgstr ""
  35. #. TRANS: Text for "started following" item in activity plugin.
  36. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  37. #. TRANS: %3$s is a profile name, %4$s is a profile URL.
  38. #: ActivityPlugin.php:97
  39. #, php-format
  40. msgid "%1$s (%2$s) started following %3$s (%4$s)."
  41. msgstr ""
  42. #. TRANS: Text for "stopped following" item in activity plugin.
  43. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  44. #. TRANS: %3$s is a profile URL, %4$s is a profile name.
  45. #: ActivityPlugin.php:125
  46. #, php-format
  47. msgid "<a href=\"%1$s\">%2$s</a> stopped following <a href=\"%3$s\">%4$s</a>."
  48. msgstr ""
  49. #. TRANS: Text for "stopped following" item in activity plugin.
  50. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  51. #. TRANS: %3$s is a profile name, %4$s is a profile URL.
  52. #: ActivityPlugin.php:133
  53. #, php-format
  54. msgid "%1$s (%2$s) stopped following %3$s (%4$s)."
  55. msgstr ""
  56. #. TRANS: Text for "liked" item in activity plugin.
  57. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  58. #. TRANS: %3$s is a notice URL, %4$s is an author name.
  59. #: ActivityPlugin.php:173
  60. #, php-format
  61. msgid "<a href=\"%1$s\">%2$s</a> liked <a href=\"%3$s\">%4$s's update</a>."
  62. msgstr ""
  63. #. TRANS: Text for "liked" item in activity plugin.
  64. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  65. #. TRANS: %3$s is an author name, %4$s is a notice URL.
  66. #: ActivityPlugin.php:181
  67. #, php-format
  68. msgid "%1$s (%2$s) liked %3$s's status (%4$s)."
  69. msgstr ""
  70. #. TRANS: Text for "stopped liking" item in activity plugin.
  71. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  72. #. TRANS: %3$s is a notice URL, %4$s is an author name.
  73. #: ActivityPlugin.php:212
  74. #, php-format
  75. msgid ""
  76. "<a href=\"%1$s\">%2$s</a> stopped liking <a href=\"%3$s\">%4$s's update</a>."
  77. msgstr ""
  78. #. TRANS: Text for "stopped liking" item in activity plugin.
  79. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  80. #. TRANS: %3$s is an author name, %4$s is a notice URL.
  81. #: ActivityPlugin.php:220
  82. #, php-format
  83. msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)."
  84. msgstr ""
  85. #. TRANS: Text for "joined group" item in activity plugin.
  86. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  87. #. TRANS: %3$s is a group name, %4$s is a group URL.
  88. #: ActivityPlugin.php:267
  89. #, php-format
  90. msgid "%1$s (%2$s) joined the group %3$s (%4$s)."
  91. msgstr ""
  92. #. TRANS: Text for "left group" item in activity plugin.
  93. #. TRANS: %1$s is a profile URL, %2$s is a profile name,
  94. #. TRANS: %3$s is a group URL, %4$s is a group name.
  95. #: ActivityPlugin.php:302
  96. #, php-format
  97. msgid "<a href=\"%1$s\">%2$s</a> left the group <a href=\"%3$s\">%4$s</a>."
  98. msgstr ""
  99. #. TRANS: Text for "left group" item in activity plugin.
  100. #. TRANS: %1$s is a profile name, %2$s is a profile URL,
  101. #. TRANS: %3$s is a group name, %4$s is a group URL.
  102. #: ActivityPlugin.php:310
  103. #, php-format
  104. msgid "%1$s (%2$s) left the group %3$s (%4$s)."
  105. msgstr ""
  106. #. TRANS: Plugin description.
  107. #: ActivityPlugin.php:427
  108. msgid "Emits notices when social activities happen."
  109. msgstr ""