Favorite.pot 2.9 KB

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