forked from GNUsocial/gnu-social
295 lines
7.2 KiB
Plaintext
295 lines
7.2 KiB
Plaintext
# 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: 2011-04-20 07:13+0000\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"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#. TRANS: Title for Question page.
|
|
#: actions/qnanewquestion.php:62
|
|
msgid "New question"
|
|
msgstr ""
|
|
|
|
#: actions/qnanewquestion.php:81
|
|
msgid "You must be logged in to post a question."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to create a question without a title.
|
|
#: actions/qnanewquestion.php:129
|
|
msgid "Question must have a title."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after sending a notice.
|
|
#: actions/qnanewquestion.php:156
|
|
msgid "Question posted"
|
|
msgstr ""
|
|
|
|
#: actions/qnashowanswer.php:67 actions/qnashowanswer.php:80
|
|
msgid "No such answer."
|
|
msgstr ""
|
|
|
|
#: actions/qnashowanswer.php:73
|
|
msgid "No question for this answer."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to view a question of a non-existing user.
|
|
#: actions/qnashowanswer.php:86 actions/qnashowquestion.php:83
|
|
msgid "No such user."
|
|
msgstr ""
|
|
|
|
#. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
|
|
#: actions/qnashowanswer.php:92 actions/qnashowquestion.php:90
|
|
msgid "User without a profile."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title.
|
|
#. TRANS: %1$s is the user who answered a question, %2$s is the question.
|
|
#: actions/qnashowanswer.php:114
|
|
#, php-format
|
|
msgid "%1$s's answer to \"%2$s\""
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title for revising a question
|
|
#: actions/qnareviseanswer.php:62
|
|
msgid "Revise answer"
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to answer a question while not logged in.
|
|
#: actions/qnareviseanswer.php:84 actions/qnanewanswer.php:85
|
|
#: actions/qnavote.php:84
|
|
msgid "You must be logged in to answer to a question."
|
|
msgstr ""
|
|
|
|
#: actions/qnareviseanswer.php:97
|
|
msgid "Invalid or missing answer."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after sending an answer.
|
|
#. TRANS: Page title for and answer to a question.
|
|
#. TRANS: Form legend for showing the answer.
|
|
#: actions/qnareviseanswer.php:163 actions/qnareviseanswer.php:207
|
|
#: actions/qnareviseanswer.php:246 actions/qnanewanswer.php:63
|
|
#: actions/qnavote.php:63 lib/qnashowanswerform.php:113
|
|
msgid "Answer"
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing question.
|
|
#: actions/qnashowquestion.php:68
|
|
msgid "No such question."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing question notice.
|
|
#: actions/qnashowquestion.php:76
|
|
msgid "No such question notice."
|
|
msgstr ""
|
|
|
|
#: actions/qnashowquestion.php:157
|
|
#, php-format
|
|
msgid "%1$s's question: %2$s"
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title for close a question
|
|
#: actions/qnaclosequestion.php:63
|
|
msgid "Close question"
|
|
msgstr ""
|
|
|
|
#: actions/qnaclosequestion.php:85
|
|
msgid "You must be logged in to close a question."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to respond to a non-existing question.
|
|
#: actions/qnaclosequestion.php:98 actions/qnanewanswer.php:101
|
|
#: actions/qnavote.php:96
|
|
msgid "Invalid or missing question."
|
|
msgstr ""
|
|
|
|
#: actions/qnaclosequestion.php:137
|
|
msgid "You didn't ask this question."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after sending an answer.
|
|
#: actions/qnaclosequestion.php:156 actions/qnanewanswer.php:160
|
|
#: actions/qnavote.php:150
|
|
msgid "Answers"
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after an AJAX error occurs on the post answer page.
|
|
#: actions/qnanewanswer.php:227
|
|
msgid "Ajax Error"
|
|
msgstr ""
|
|
|
|
#. TRANS: Title for form to send answer to a question.
|
|
#: actions/qnanewanswer.php:250
|
|
msgctxt "TITLE"
|
|
msgid "Your answer"
|
|
msgstr ""
|
|
|
|
#: actions/qnanewanswer.php:347 QnAPlugin.php:479
|
|
msgid "Answer data is missing."
|
|
msgstr ""
|
|
|
|
#. TRANS: Plugin description.
|
|
#: QnAPlugin.php:171
|
|
msgid "Question and Answers micro-app."
|
|
msgstr ""
|
|
|
|
#. TRANS: Application title.
|
|
#. TRANS: Form legend for revising the answer.
|
|
#: QnAPlugin.php:178 lib/qnashowquestionform.php:106
|
|
msgid "Question"
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:205
|
|
msgid "Too many activity objects."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:211
|
|
msgid "Wrong type for object."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:229
|
|
msgid "Answer to unknown question."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:234
|
|
msgid "Unknown object type received by QnA Plugin."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:263
|
|
msgid "Unknown object type."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:269
|
|
msgid "Unknown question notice."
|
|
msgstr ""
|
|
|
|
#. TRANS: Exception thrown when performing an unexpected action on a question.
|
|
#. TRANS: %s is the unpexpected object type.
|
|
#: QnAPlugin.php:365
|
|
#, php-format
|
|
msgid "Unexpected type for QnA plugin: %s."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:390
|
|
msgid "Question data is missing."
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:450
|
|
msgid "Your answer..."
|
|
msgstr ""
|
|
|
|
#. TRANS: Link to full notice text if it is longer than what will be dispplayed.
|
|
#. TRANS: %s a notice URI.
|
|
#: QnAPlugin.php:499
|
|
#, php-format
|
|
msgid "<a href=\"%s\" rel=\"more\" title=\"%s\">…</a>"
|
|
msgstr ""
|
|
|
|
#: QnAPlugin.php:501
|
|
msgid "more..."
|
|
msgstr ""
|
|
|
|
#: classes/QnA_Answer.php:229
|
|
#, php-format
|
|
msgid "%s revisions"
|
|
msgstr ""
|
|
|
|
#: classes/QnA_Answer.php:245
|
|
#, php-format
|
|
msgid "%1$s answered the question \"%2$s\": %3$s"
|
|
msgstr ""
|
|
|
|
#. TRANS: Rendered version of the notice content answering a question.
|
|
#. TRANS: %s a link to the question with question title as the link content.
|
|
#: classes/QnA_Answer.php:288 classes/QnA_Answer.php:295
|
|
#, php-format
|
|
msgid "answered \"%s\""
|
|
msgstr ""
|
|
|
|
#: classes/QnA_Question.php:238
|
|
#, php-format
|
|
msgid "%s answers"
|
|
msgstr ""
|
|
|
|
#: classes/QnA_Question.php:244
|
|
msgid "This question is closed."
|
|
msgstr ""
|
|
|
|
#. TRANS: Rendered version of the notice content creating a question.
|
|
#. TRANS: %s a link to the question as link description.
|
|
#: classes/QnA_Question.php:309
|
|
#, php-format
|
|
msgid "Question: %s"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for submitting a poll response.
|
|
#: lib/qnareviseanswerform.php:119 lib/qnavoteform.php:118
|
|
msgctxt "BUTTON"
|
|
msgid "Submit"
|
|
msgstr ""
|
|
|
|
#: lib/qnanewanswerform.php:113
|
|
msgid "Enter your answer"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for submitting a poll response.
|
|
#: lib/qnanewanswerform.php:124
|
|
msgctxt "BUTTON"
|
|
msgid "Answer"
|
|
msgstr ""
|
|
|
|
#: lib/qnanewquestionform.php:109
|
|
msgid "Title"
|
|
msgstr ""
|
|
|
|
#: lib/qnanewquestionform.php:111
|
|
msgid "Title of your question"
|
|
msgstr ""
|
|
|
|
#: lib/qnanewquestionform.php:118
|
|
msgid "Description"
|
|
msgstr ""
|
|
|
|
#: lib/qnanewquestionform.php:120
|
|
msgid "Your question in detail"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for saving a new question.
|
|
#: lib/qnanewquestionform.php:143
|
|
msgctxt "BUTTON"
|
|
msgid "Save"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for closing a question
|
|
#: lib/qnashowquestionform.php:151
|
|
msgctxt "BUTTON"
|
|
msgid "Close"
|
|
msgstr ""
|
|
|
|
#. TRANS: Title for button text for closing a question
|
|
#: lib/qnashowquestionform.php:155
|
|
msgid "Close the question"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for marking an answer as "best"
|
|
#: lib/qnashowanswerform.php:150
|
|
msgctxt "BUTTON"
|
|
msgid "Best"
|
|
msgstr ""
|
|
|
|
#. TRANS: Title for button text marking an answer as "best"
|
|
#: lib/qnashowanswerform.php:154
|
|
msgid "Mark as best answer"
|
|
msgstr ""
|