2015-03-08 08:34:38 +00:00
|
|
|
# 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"
|
2019-08-12 15:03:30 +01:00
|
|
|
"POT-Creation-Date: 2019-08-21 10:51+0100\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"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: Menu item in personal group navigation menu.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: DirectMessagePlugin.php:134
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "MENU"
|
|
|
|
msgid "Messages"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Link text for link on user profile.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: DirectMessagePlugin.php:167
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Message"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: DirectMessagePlugin.php:223
|
|
|
|
msgid "Direct Message to other local users."
|
|
|
|
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"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Button text for sending a direct notice.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messageform.php:199
|
|
|
|
msgctxt "Send button for direct notice"
|
2019-06-08 18:34:12 +01:00
|
|
|
msgid "Send"
|
|
|
|
msgstr ""
|
2015-03-08 08:34:38 +00:00
|
|
|
|
|
|
|
#. 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: A possible notice source (web interface).
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messagelistitem.php:127
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "SOURCE"
|
|
|
|
msgid "web"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: A possible notice source (XMPP).
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messagelistitem.php:129
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "SOURCE"
|
|
|
|
msgid "xmpp"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: A possible notice source (e-mail).
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messagelistitem.php:131
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "SOURCE"
|
|
|
|
msgid "mail"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: A possible notice source (OpenMicroBlogging).
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messagelistitem.php:133
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "SOURCE"
|
|
|
|
msgid "omb"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: A possible notice source (Application Programming Interface).
|
2019-08-12 15:03:30 +01:00
|
|
|
#: lib/messagelistitem.php:135
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "SOURCE"
|
|
|
|
msgid "api"
|
|
|
|
msgstr ""
|
2019-06-08 18:34:12 +01:00
|
|
|
|
2019-08-12 15:03:30 +01:00
|
|
|
#. 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 ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Form validation error displayed when message content is too long.
|
|
|
|
#. TRANS: %d is the maximum number of characters for a message.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: actions/apidirectmessagenew.php:104 actions/newmessage.php:99
|
2019-06-08 18:34:12 +01:00
|
|
|
#, 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] ""
|
2019-08-12 15:03:30 +01:00
|
|
|
|
|
|
|
#. 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 ""
|