Favorite.pot 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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-08-12 16:51+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. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  45. #: FavoriteModule.php:421
  46. =======
  47. #: FavoritePlugin.php:426
  48. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  49. msgctxt "COMMANDHELP"
  50. msgid "add user's last notice as a 'fave'"
  51. msgstr ""
  52. #. TRANS: Help message for IM/SMS command "fav #<notice_id>".
  53. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  54. #: FavoriteModule.php:423
  55. =======
  56. #: FavoritePlugin.php:428
  57. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  58. msgctxt "COMMANDHELP"
  59. msgid "add notice with the given id as a 'fave'"
  60. msgstr ""
  61. #. TRANS: Menu item in personal group navigation menu.
  62. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  63. #: FavoriteModule.php:473
  64. =======
  65. #: FavoritePlugin.php:478
  66. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  67. msgctxt "MENU"
  68. msgid "Favorites"
  69. msgstr ""
  70. #. TRANS: Menu item in search group navigation panel.
  71. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  72. #: FavoriteModule.php:486
  73. =======
  74. #: FavoritePlugin.php:491
  75. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  76. msgctxt "MENU"
  77. msgid "Popular"
  78. msgstr ""
  79. #. TRANS: Page/dialog box title when a notice is marked as favorite already
  80. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  81. #: FavoriteModule.php:508
  82. =======
  83. #: FavoritePlugin.php:513
  84. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  85. msgctxt "TITLE"
  86. msgid "Unmark notice as favorite"
  87. msgstr ""
  88. #. TRANS: Page/dialog box title when a notice is not marked as favorite
  89. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  90. #: FavoriteModule.php:510
  91. =======
  92. #: FavoritePlugin.php:515
  93. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  94. msgctxt "TITLE"
  95. msgid "Mark notice as favorite"
  96. msgstr ""
  97. <<<<<<< HEAD:modules/Favorite/locale/Favorite.pot
  98. #. TRANS: Module description.
  99. #: FavoriteModule.php:568
  100. =======
  101. #. TRANS: Plugin description.
  102. #: FavoritePlugin.php:573
  103. >>>>>>> 396ea15dc9... [aab] Revert structural change of v2:plugins/Favorite/locale/Favorite.pot
  104. msgid "Favorites (likes) using ActivityStreams."
  105. msgstr ""
  106. #: classes/Fave.php:108
  107. #, php-format
  108. msgid "Could not store new object of type %s"
  109. msgstr ""
  110. #. TRANS: Button text for adding the favourite status to a notice.
  111. #: forms/favor.php:124
  112. msgctxt "BUTTON"
  113. msgid "Favor"
  114. msgstr ""
  115. #. TRANS: Button text for removing the favourite status for a favourite notice.
  116. #: forms/disfavor.php:125
  117. msgctxt "BUTTON"
  118. msgid "Disfavor favorite"
  119. msgstr ""