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