2011-04-01 21:59:31 +01: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"
|
2012-06-30 12:10:38 +01:00
|
|
|
"POT-Creation-Date: 2012-06-30 11:07+0000\n"
|
2011-04-01 21:59:31 +01: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"
|
|
|
|
"MIME-Version: 1.0\n"
|
2011-04-20 09:19:58 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2011-04-01 21:59:31 +01:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2011-06-05 10:50:05 +01:00
|
|
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
2011-04-01 21:59:31 +01:00
|
|
|
|
|
|
|
#. TRANS: Title for Question page.
|
|
|
|
#: actions/qnanewquestion.php:62
|
|
|
|
msgid "New question"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown trying to create a Question while not logged in.
|
2011-04-01 21:59:31 +01:00
|
|
|
#: 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.
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnanewquestion.php:156
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Question posted"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown when requesting a non-existing answer.
|
|
|
|
#. TRANS: Did we used to have it, and it got deleted?
|
|
|
|
#: actions/qnashowanswer.php:68 actions/qnashowanswer.php:82
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "No such answer."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown when requesting an answer that has no connected question.
|
|
|
|
#: actions/qnashowanswer.php:75
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "No question for this answer."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown when requesting answer data for a non-existing user.
|
2011-04-01 21:59:31 +01:00
|
|
|
#. TRANS: Client exception thrown trying to view a question of a non-existing user.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "No such user."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown when requesting answer data for a user without a profile.
|
2011-04-01 21:59:31 +01:00
|
|
|
#. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "User without a profile."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-04 00:27:23 +01:00
|
|
|
#. TRANS: Page title.
|
|
|
|
#. TRANS: %1$s is the user who answered a question, %2$s is the question.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnashowanswer.php:118
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
2011-04-09 19:53:29 +01:00
|
|
|
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 ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown trying to respond to a non-existing question.
|
2011-04-09 19:53:29 +01:00
|
|
|
#: 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.
|
2011-04-20 09:19:58 +01:00
|
|
|
#. TRANS: Form legend for showing the answer.
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnareviseanswer.php:163 actions/qnareviseanswer.php:207
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnanewanswer.php:63 actions/qnavote.php:63
|
|
|
|
#: lib/qnashowanswerform.php:113
|
|
|
|
msgid "Answer"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Form title for sending an answer.
|
|
|
|
#: actions/qnareviseanswer.php:247
|
|
|
|
msgctxt "TITLE"
|
2011-04-09 19:53:29 +01:00
|
|
|
msgid "Answer"
|
2011-04-01 21:59:31 +01:00
|
|
|
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 ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Page title for a question.
|
|
|
|
#. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnashowquestion.php:157
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "%1$s's question: %2$s"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Page title for close a question
|
|
|
|
#: actions/qnaclosequestion.php:63
|
|
|
|
msgid "Close question"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Client exception thrown trying to close a question when not logged in
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnaclosequestion.php:85
|
|
|
|
msgid "You must be logged in to close a question."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to respond to a non-existing question.
|
2011-04-20 09:19:58 +01:00
|
|
|
#: actions/qnaclosequestion.php:98 actions/qnanewanswer.php:101
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnavote.php:96
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Invalid or missing question."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown trying to close another user's question.
|
|
|
|
#: actions/qnaclosequestion.php:136
|
|
|
|
msgid "You did not ask this question."
|
2011-04-09 19:53:29 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-04-01 21:59:31 +01:00
|
|
|
#. TRANS: Page title after sending an answer.
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Page title after sending in a vote for a question or answer.
|
|
|
|
#: actions/qnaclosequestion.php:155 actions/qnanewanswer.php:160
|
2011-04-09 19:53:29 +01:00
|
|
|
#: actions/qnavote.php:150
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Answers"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-20 09:19:58 +01:00
|
|
|
#. TRANS: Page title after an AJAX error occurs on the post answer page.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnanewanswer.php:226
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Ajax Error"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Title for form to send answer to a question.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: actions/qnanewanswer.php:249
|
2011-04-20 09:19:58 +01:00
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "Your answer"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Error message displayed when an answer has no content.
|
|
|
|
#. TRANS: Error message displayed when answer data is not present.
|
|
|
|
#: actions/qnanewanswer.php:346 QnAPlugin.php:485
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Answer data is missing."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
|
|
|
#: QnAPlugin.php:171
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Question and Answers micro-app."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-20 09:19:58 +01:00
|
|
|
#. TRANS: Application title.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: QnAPlugin.php:178
|
|
|
|
msgctxt "TITLE"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Question"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown when there are too many activity objects.
|
|
|
|
#: QnAPlugin.php:206
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Too many activity objects."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown when an incorrect object type is encountered.
|
|
|
|
#: QnAPlugin.php:213
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Wrong type for object."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown when answering a non-existing question.
|
|
|
|
#: QnAPlugin.php:232
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Answer to unknown question."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown when an object type is encountered that cannot be handled.
|
|
|
|
#: QnAPlugin.php:238 QnAPlugin.php:268
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Unknown object type."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thrown when requesting a non-existing question notice.
|
|
|
|
#: QnAPlugin.php:275
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Unknown question notice."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when performing an unexpected action on a question.
|
|
|
|
#. TRANS: %s is the unpexpected object type.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: QnAPlugin.php:371
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Unexpected type for QnA plugin: %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Error message displayed when question data is not present.
|
|
|
|
#: QnAPlugin.php:397
|
2011-04-04 00:27:23 +01:00
|
|
|
msgid "Question data is missing."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Placeholder value for a possible answer to a question
|
|
|
|
#. TRANS: by the logged in user.
|
|
|
|
#: QnAPlugin.php:456
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Your answer..."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Link description for link to full notice text if it is longer than
|
|
|
|
#. TRANS: what will be dispplayed.
|
|
|
|
#: QnAPlugin.php:503
|
|
|
|
msgid "…"
|
2011-04-09 19:53:29 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Title for link that is an ellipsis in English.
|
|
|
|
#: QnAPlugin.php:508
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "more..."
|
2011-04-09 19:53:29 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thown when getting a question with a non-existing ID.
|
|
|
|
#. TRANS: %s is the non-existing question ID.
|
|
|
|
#: classes/QnA_Answer.php:179
|
2011-04-09 19:53:29 +01:00
|
|
|
#, php-format
|
2011-06-05 10:50:05 +01:00
|
|
|
msgid "No question with ID %s"
|
2011-04-09 19:53:29 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Exception thown when getting a profile with a non-existing ID.
|
|
|
|
#. TRANS: %s is the non-existing profile ID.
|
|
|
|
#. TRANS: Exception trown when getting a profile for a non-existing ID.
|
|
|
|
#. TRANS: %s is the provided profile ID.
|
|
|
|
#: classes/QnA_Answer.php:190 classes/QnA_Question.php:154
|
|
|
|
#, php-format
|
|
|
|
msgid "No profile with ID %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: %s is the number of answer revisions.
|
|
|
|
#: classes/QnA_Answer.php:235
|
|
|
|
#, php-format
|
|
|
|
msgid "%s revision"
|
|
|
|
msgid_plural "%s revisions"
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
|
|
|
|
|
|
|
#. TRANS: Text for a question that was answered.
|
|
|
|
#. TRANS: %1$s is the user that answered, %2$s is the question title,
|
|
|
|
#. TRANS: %2$s is the answer content.
|
|
|
|
#: classes/QnA_Answer.php:255
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "%1$s answered the question \"%2$s\": %3$s"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Text for a question that was answered.
|
|
|
|
#. TRANS: %s is the question title.
|
2011-04-01 21:59:31 +01:00
|
|
|
#. TRANS: Rendered version of the notice content answering a question.
|
|
|
|
#. TRANS: %s a link to the question with question title as the link content.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: classes/QnA_Answer.php:296 classes/QnA_Answer.php:303
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "answered \"%s\""
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Number of given answers to a question.
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: %s is the number of given answers.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: classes/QnA_Question.php:241
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
2011-06-05 20:15:31 +01:00
|
|
|
msgid "%s answer"
|
|
|
|
msgid_plural "%s answers"
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
2011-04-01 21:59:31 +01:00
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Notification that a question cannot be answered anymore because it is closed.
|
|
|
|
#: classes/QnA_Question.php:248
|
2011-04-09 19:53:29 +01:00
|
|
|
msgid "This question is closed."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Rendered version of the notice content creating a question.
|
|
|
|
#. TRANS: %s a link to the question as link description.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: classes/QnA_Question.php:312
|
2011-04-01 21:59:31 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Question: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Button text for submitting a revised answer.
|
2011-04-01 21:59:31 +01:00
|
|
|
#. TRANS: Button text for submitting a poll response.
|
2011-04-09 19:53:29 +01:00
|
|
|
#: lib/qnareviseanswerform.php:119 lib/qnavoteform.php:118
|
2011-04-01 21:59:31 +01:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Submit"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Field label.
|
|
|
|
#: lib/qnanewanswerform.php:114
|
2011-04-20 09:19:58 +01:00
|
|
|
msgid "Enter your answer"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
#. TRANS: Button text for submitting a poll response.
|
2011-06-05 20:15:31 +01:00
|
|
|
#: lib/qnanewanswerform.php:125
|
2011-04-09 19:53:29 +01:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Answer"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Field label for a new question.
|
|
|
|
#: lib/qnanewquestionform.php:110
|
|
|
|
msgctxt "LABEL"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Title"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Field title for a new question.
|
|
|
|
#: lib/qnanewquestionform.php:113
|
|
|
|
msgid "The title of your question."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Field label for question details.
|
|
|
|
#: lib/qnanewquestionform.php:121
|
|
|
|
msgctxt "LABEL"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgid "Description"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Field title for question details.
|
|
|
|
#: lib/qnanewquestionform.php:124
|
|
|
|
msgid "Your question in detail."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for saving a new question.
|
2011-06-05 10:50:05 +01:00
|
|
|
#: lib/qnanewquestionform.php:147
|
2011-04-01 21:59:31 +01:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Save"
|
|
|
|
msgstr ""
|
2011-04-09 19:53:29 +01:00
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Form legend for revising the answer.
|
|
|
|
#: lib/qnashowquestionform.php:106
|
|
|
|
msgctxt "LEGEND"
|
|
|
|
msgid "Question"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for closing a question.
|
2011-04-20 09:19:58 +01:00
|
|
|
#: lib/qnashowquestionform.php:151
|
2011-04-09 19:53:29 +01:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Close"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Title for button text for closing a question.
|
2011-04-20 09:19:58 +01:00
|
|
|
#: lib/qnashowquestionform.php:155
|
2011-06-05 10:50:05 +01:00
|
|
|
msgid "Close the question to no one can answer it anymore."
|
2011-04-20 09:19:58 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Button text for marking an answer as "best".
|
2011-04-18 12:41:15 +01:00
|
|
|
#: lib/qnashowanswerform.php:150
|
2011-04-09 19:53:29 +01:00
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Best"
|
|
|
|
msgstr ""
|
2011-04-20 09:19:58 +01:00
|
|
|
|
2011-06-05 10:50:05 +01:00
|
|
|
#. TRANS: Title for button text marking an answer as "best".
|
2011-04-20 09:19:58 +01:00
|
|
|
#: lib/qnashowanswerform.php:154
|
2011-06-05 10:50:05 +01:00
|
|
|
msgid "Mark this answer as the best answer."
|
2011-04-20 09:19:58 +01:00
|
|
|
msgstr ""
|