Share.pot 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: 2019-06-08 18:20+0100\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. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #. TRANS: Client exception thrown when trying to share multiple activities at once.
  21. #: ShareModule.php:91
  22. msgid "Can only handle share activities with exactly one object."
  23. msgstr ""
  24. #. TRANS: Client exception thrown when trying to share a non-activity object.
  25. #: ShareModule.php:97
  26. msgid "Can only handle shared activities."
  27. msgstr ""
  28. #: ShareModule.php:108
  29. msgid "Shared activity does not have an id"
  30. msgstr ""
  31. #. TRANS: Help message for IM/SMS command "repeat #<notice_id>".
  32. #: ShareModule.php:329
  33. msgctxt "COMMANDHELP"
  34. msgid "repeat a notice with a given id"
  35. msgstr ""
  36. #. TRANS: Help message for IM/SMS command "repeat <nickname>".
  37. #: ShareModule.php:331
  38. msgctxt "COMMANDHELP"
  39. msgid "repeat the last notice from user"
  40. msgstr ""
  41. #. TRANS: Module description.
  42. #: ShareModule.php:370
  43. msgid "Shares (repeats) using ActivityStreams."
  44. msgstr ""
  45. #. TRANS: List message for notice repeated by logged in user.
  46. #: lib/threadednoticelistrepeatsitem.php:36
  47. msgctxt "REPEATLIST"
  48. msgid "You repeated this."
  49. msgstr ""
  50. #. TRANS: List message for when more than 4 people repeat something.
  51. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice.
  52. #. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d).
  53. #: lib/threadednoticelistrepeatsitem.php:41
  54. #, php-format
  55. msgid "%%s and %d other repeated this."
  56. msgid_plural "%%s and %d others repeated this."
  57. msgstr[0] ""
  58. msgstr[1] ""
  59. #. TRANS: List message for repeated notices.
  60. #. TRANS: %%s is a list of users who have repeated a notice.
  61. #. TRANS: Plural is based on the number of of users that have repeated a notice.
  62. #: lib/threadednoticelistrepeatsitem.php:49
  63. #, php-format
  64. msgid "%%s repeated this."
  65. msgid_plural "%%s repeated this."
  66. msgstr[0] ""
  67. msgstr[1] ""
  68. #: actions/repeat.php:48
  69. msgctxt "TITLE"
  70. msgid "Repeat notice"
  71. msgstr ""
  72. #. TRANS: Button text to repeat a notice on notice repeat form.
  73. #: forms/repeat.php:115
  74. msgctxt "BUTTON"
  75. msgid "Yes"
  76. msgstr ""