DirectMessage.pot 2.8 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: 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: Menu item in personal group navigation menu.
  21. #: DirectMessagePlugin.php:128
  22. msgctxt "MENU"
  23. msgid "Messages"
  24. msgstr ""
  25. #. TRANS: Link text for link on user profile.
  26. #: DirectMessagePlugin.php:148
  27. msgctxt "BUTTON"
  28. msgid "Message"
  29. msgstr ""
  30. #. TRANS: Plugin description.
  31. #: DirectMessagePlugin.php:174
  32. msgid "Direct Message to other local users (broken out of core)."
  33. msgstr ""
  34. #. TRANS: Button text for sending a direct notice.
  35. #: lib/messageform.php:175
  36. msgctxt "Send button for sending notice"
  37. msgid "Send"
  38. msgstr ""
  39. #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
  40. #: lib/mailboxmenu.php:59
  41. msgctxt "MENU"
  42. msgid "Inbox"
  43. msgstr ""
  44. #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
  45. #: lib/mailboxmenu.php:66
  46. msgctxt "MENU"
  47. msgid "Outbox"
  48. msgstr ""
  49. #. TRANS: Message given if content is too long. %1$sd is used for plural.
  50. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
  51. #: lib/messagecommand.php:43
  52. #, php-format
  53. msgid "Message too long - maximum is %1$d character, you sent %2$d."
  54. msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
  55. msgstr[0] ""
  56. msgstr[1] ""
  57. #. TRANS: A possible notice source (web interface).
  58. #: lib/messagelistitem.php:137
  59. msgctxt "SOURCE"
  60. msgid "web"
  61. msgstr ""
  62. #. TRANS: A possible notice source (XMPP).
  63. #: lib/messagelistitem.php:139
  64. msgctxt "SOURCE"
  65. msgid "xmpp"
  66. msgstr ""
  67. #. TRANS: A possible notice source (e-mail).
  68. #: lib/messagelistitem.php:141
  69. msgctxt "SOURCE"
  70. msgid "mail"
  71. msgstr ""
  72. #. TRANS: A possible notice source (OpenMicroBlogging).
  73. #: lib/messagelistitem.php:143
  74. msgctxt "SOURCE"
  75. msgid "omb"
  76. msgstr ""
  77. #. TRANS: A possible notice source (Application Programming Interface).
  78. #: lib/messagelistitem.php:145
  79. msgctxt "SOURCE"
  80. msgid "api"
  81. msgstr ""
  82. #. TRANS: Form validation error displayed when message content is too long.
  83. #. TRANS: %d is the maximum number of characters for a message.
  84. #: actions/apidirectmessagenew.php:104 actions/newmessage.php:112
  85. #, php-format
  86. msgid "That's too long. Maximum message size is %d character."
  87. msgid_plural "That's too long. Maximum message size is %d characters."
  88. msgstr[0] ""
  89. msgstr[1] ""