DirectMessage.po 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-06 16:07+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ru\n"
  18. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  19. #. TRANS: Menu item in personal group navigation menu.
  20. #: DirectMessagePlugin.php:122
  21. msgctxt "MENU"
  22. msgid "Messages"
  23. msgstr ""
  24. #. TRANS: Link text for link on user profile.
  25. #: DirectMessagePlugin.php:142
  26. msgctxt "BUTTON"
  27. msgid "Message"
  28. msgstr ""
  29. #. TRANS: Plugin description.
  30. #: DirectMessagePlugin.php:168
  31. msgid "Direct Message to other local users (broken out of core)."
  32. msgstr ""
  33. #. TRANS: Form validation error displayed when message content is too long.
  34. #. TRANS: %d is the maximum number of characters for a message.
  35. #: actions/apidirectmessagenew.php:106 actions/newmessage.php:123
  36. #, php-format
  37. msgid "That's too long. Maximum message size is %d character."
  38. msgid_plural "That's too long. Maximum message size is %d characters."
  39. msgstr[0] ""
  40. msgstr[1] ""
  41. msgstr[2] ""
  42. msgstr[3] ""
  43. #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
  44. #: lib/mailboxmenu.php:59
  45. msgctxt "MENU"
  46. msgid "Inbox"
  47. msgstr ""
  48. #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
  49. #: lib/mailboxmenu.php:66
  50. msgctxt "MENU"
  51. msgid "Outbox"
  52. msgstr ""
  53. #. TRANS: Message given if content is too long. %1$sd is used for plural.
  54. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of
  55. #. submitted characters.
  56. #: lib/messagecommand.php:43
  57. #, php-format
  58. msgid "Message too long - maximum is %1$d character, you sent %2$d."
  59. msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
  60. msgstr[0] ""
  61. msgstr[1] ""
  62. msgstr[2] ""
  63. msgstr[3] ""
  64. #. TRANS: Button text for sending a direct notice.
  65. #: lib/messageform.php:175
  66. msgctxt "Send button for sending notice"
  67. msgid "Send"
  68. msgstr "Отправить"
  69. #. TRANS: A possible notice source (web interface).
  70. #: lib/messagelistitem.php:137
  71. msgctxt "SOURCE"
  72. msgid "web"
  73. msgstr "web"
  74. #. TRANS: A possible notice source (XMPP).
  75. #: lib/messagelistitem.php:139
  76. msgctxt "SOURCE"
  77. msgid "xmpp"
  78. msgstr ""
  79. #. TRANS: A possible notice source (e-mail).
  80. #: lib/messagelistitem.php:141
  81. msgctxt "SOURCE"
  82. msgid "mail"
  83. msgstr ""
  84. #. TRANS: A possible notice source (OpenMicroBlogging).
  85. #: lib/messagelistitem.php:143
  86. msgctxt "SOURCE"
  87. msgid "omb"
  88. msgstr ""
  89. #. TRANS: A possible notice source (Application Programming Interface).
  90. #: lib/messagelistitem.php:145
  91. msgctxt "SOURCE"
  92. msgid "api"
  93. msgstr ""