Favorite.pot 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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: List message for notice favoured by logged in user.
  21. #: lib/threadednoticelistfavesitem.php:51
  22. msgctxt "FAVELIST"
  23. msgid "You like this."
  24. msgstr ""
  25. #. TRANS: List message for when more than 4 people like something.
  26. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice.
  27. #. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d).
  28. #: lib/threadednoticelistfavesitem.php:56
  29. #, php-format
  30. msgid "%%s and %d others like this."
  31. msgid_plural "%%s and %d others like this."
  32. msgstr[0] ""
  33. msgstr[1] ""
  34. #. TRANS: List message for favoured notices.
  35. #. TRANS: %%s is a list of users liking a notice.
  36. #. TRANS: Plural is based on the number of of users that have favoured a notice.
  37. #: lib/threadednoticelistfavesitem.php:64
  38. #, php-format
  39. msgid "%%s likes this."
  40. msgid_plural "%%s like this."
  41. msgstr[0] ""
  42. msgstr[1] ""
  43. #. TRANS: Help message for IM/SMS command "fav <nickname>".
  44. #: FavoritePlugin.php:421
  45. msgctxt "COMMANDHELP"
  46. msgid "add user's last notice as a 'fave'"
  47. msgstr ""
  48. #. TRANS: Help message for IM/SMS command "fav #<notice_id>".
  49. #: FavoritePlugin.php:423
  50. msgctxt "COMMANDHELP"
  51. msgid "add notice with the given id as a 'fave'"
  52. msgstr ""
  53. #. TRANS: Menu item in personal group navigation menu.
  54. #: FavoritePlugin.php:473
  55. msgctxt "MENU"
  56. msgid "Favorites"
  57. msgstr ""
  58. #. TRANS: Menu item in search group navigation panel.
  59. #: FavoritePlugin.php:486
  60. msgctxt "MENU"
  61. msgid "Popular"
  62. msgstr ""
  63. #. TRANS: Page/dialog box title when a notice is marked as favorite already
  64. #: FavoritePlugin.php:508
  65. msgctxt "TITLE"
  66. msgid "Unmark notice as favorite"
  67. msgstr ""
  68. #. TRANS: Page/dialog box title when a notice is not marked as favorite
  69. #: FavoritePlugin.php:510
  70. msgctxt "TITLE"
  71. msgid "Mark notice as favorite"
  72. msgstr ""
  73. #. TRANS: Plugin description.
  74. #: FavoritePlugin.php:568
  75. msgid "Favorites (likes) using ActivityStreams."
  76. msgstr ""
  77. #: classes/Fave.php:108
  78. #, php-format
  79. msgid "Could not store new object of type %s"
  80. msgstr ""
  81. #. TRANS: Button text for adding the favourite status to a notice.
  82. #: forms/favor.php:124
  83. msgctxt "BUTTON"
  84. msgid "Favor"
  85. msgstr ""
  86. #. TRANS: Button text for removing the favourite status for a favourite notice.
  87. #: forms/disfavor.php:125
  88. msgctxt "BUTTON"
  89. msgid "Disfavor favorite"
  90. msgstr ""