123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2020-08-04 01:05+0100\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- #. TRANS: A possible notice source (web interface).
- #: lib/messagelistitem.php:127
- msgctxt "SOURCE"
- msgid "web"
- msgstr ""
- #. TRANS: A possible notice source (XMPP).
- #: lib/messagelistitem.php:129
- msgctxt "SOURCE"
- msgid "xmpp"
- msgstr ""
- #. TRANS: A possible notice source (e-mail).
- #: lib/messagelistitem.php:131
- msgctxt "SOURCE"
- msgid "mail"
- msgstr ""
- #. TRANS: A possible notice source (OpenMicroBlogging).
- #: lib/messagelistitem.php:133
- msgctxt "SOURCE"
- msgid "omb"
- msgstr ""
- #. TRANS: A possible notice source (Application Programming Interface).
- #: lib/messagelistitem.php:135
- msgctxt "SOURCE"
- msgid "api"
- msgstr ""
- #. TRANS: Form legend for direct notice.
- #: lib/messageform.php:99
- msgid "Send a direct notice"
- msgstr ""
- #. TRANS: Label entry in drop-down selection box in direct-message inbox/outbox.
- #. TRANS: This is the default entry in the drop-down box, doubling as instructions
- #. TRANS: and a brake against accidental submissions with the first user in the list.
- #: lib/messageform.php:157
- msgid "No subscriptions"
- msgstr ""
- #: lib/messageform.php:157
- msgid "Select recipient:"
- msgstr ""
- #: lib/messageform.php:164
- msgid "To"
- msgstr ""
- #. TRANS: Button text for sending a direct notice.
- #: lib/messageform.php:199
- msgctxt "Send button for direct notice"
- msgid "Send"
- msgstr ""
- #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
- #: lib/mailboxmenu.php:59
- msgctxt "MENU"
- msgid "Inbox"
- msgstr ""
- #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
- #: lib/mailboxmenu.php:66
- msgctxt "MENU"
- msgid "Outbox"
- msgstr ""
- #. TRANS: Message given if content is too long. %1$sd is used for plural.
- #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
- #: lib/messagecommand.php:43
- #, php-format
- msgid "Message too long - maximum is %1$d character, you sent %2$d."
- msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
- msgstr[0] ""
- msgstr[1] ""
- #. TRANS: Form validation error displayed when message content is too long.
- #. TRANS: %d is the maximum number of characters for a message.
- #: actions/newmessage.php:99 actions/apidirectmessagenew.php:99
- #, php-format
- msgid "That's too long. Maximum message size is %d character."
- msgid_plural "That's too long. Maximum message size is %d characters."
- msgstr[0] ""
- msgstr[1] ""
- #. TRANS: Title for outbox for any but the fist page.
- #. TRANS: %1$s is the user nickname, %2$d is the page number.
- #: actions/outbox.php:50
- #, php-format
- msgid "Outbox for %1$s - page %2$d"
- msgstr ""
- #. TRANS: Title for first page of outbox.
- #: actions/outbox.php:54
- #, php-format
- msgid "Outbox for %s"
- msgstr ""
- #. TRANS: Instructions for outbox.
- #: actions/outbox.php:84
- msgid "This is your outbox, which lists private messages you have sent."
- msgstr ""
- #. TRANS: Client error displayed requesting a single message that does not exist.
- #: actions/showmessage.php:63
- msgid "No such message."
- msgstr ""
- #. TRANS: Client error displayed requesting a single direct message the requesting user was not a party in.
- #: actions/showmessage.php:83
- msgid "Only the sender and recipients may read this message."
- msgstr ""
- #: actions/showmessage.php:109
- #, php-format
- msgid "Message to many on %1$s"
- msgstr ""
- #. TRANS: Page title for single direct message display when viewing user is the sender.
- #. TRANS: %1$s is the addressed user's nickname, $2$s is a timestamp.
- #: actions/showmessage.php:115
- #, php-format
- msgid "Message to %1$s on %2$s"
- msgstr ""
- #. TRANS: Page title for single message display.
- #. TRANS: %1$s is the sending user's nickname, $2$s is a timestamp.
- #: actions/showmessage.php:123
- #, php-format
- msgid "Message from %1$s on %2$s"
- msgstr ""
- #. TRANS: Title for all but the first page of the inbox page.
- #. TRANS: %1$s is the user's nickname, %2$s is the page number.
- #: actions/inbox.php:50
- #, php-format
- msgid "Inbox for %1$s - page %2$d"
- msgstr ""
- #. TRANS: Title for the first page of the inbox page.
- #. TRANS: %s is the user's nickname.
- #: actions/inbox.php:55
- #, php-format
- msgid "Inbox for %s"
- msgstr ""
- #. TRANS: Instructions for user inbox page.
- #: actions/inbox.php:85
- msgid "This is your inbox, which lists your incoming private messages."
- msgstr ""
- #. TRANS: Menu item in personal group navigation menu.
- #: DirectMessagePlugin.php:149
- msgctxt "MENU"
- msgid "Messages"
- msgstr ""
- #. TRANS: Link text for link on user profile.
- #: DirectMessagePlugin.php:184
- msgctxt "BUTTON"
- msgid "Message"
- msgstr ""
- #. TRANS: Plugin description.
- #: DirectMessagePlugin.php:246
- msgid "Direct Message to other local users."
- msgstr ""
|