]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/locale/QnA.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / QnA / locale / QnA.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-01 20:45+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: Title for Question page.
20 #: actions/qnanewquestion.php:62
21 msgid "New question"
22 msgstr ""
23
24 #: actions/qnanewquestion.php:81
25 msgid "You must be logged in to post a question."
26 msgstr ""
27
28 #. TRANS: Client exception thrown trying to create a question without a title.
29 #: actions/qnanewquestion.php:129
30 msgid "Question must have a title."
31 msgstr ""
32
33 #. TRANS: Page title after sending a notice.
34 #: actions/qnanewquestion.php:149
35 msgid "Question posted"
36 msgstr ""
37
38 #: actions/qnashowanswer.php:67 actions/qnashowanswer.php:80
39 msgid "No such answer."
40 msgstr ""
41
42 #: actions/qnashowanswer.php:73
43 msgid "No question for this answer."
44 msgstr ""
45
46 #. TRANS: Client exception thrown trying to view a question of a non-existing user.
47 #: actions/qnashowanswer.php:86 actions/qnashowquestion.php:83
48 msgid "No such user."
49 msgstr ""
50
51 #. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
52 #: actions/qnashowanswer.php:92 actions/qnashowquestion.php:90
53 msgid "User without a profile."
54 msgstr ""
55
56 #: actions/qnashowanswer.php:112
57 #, php-format
58 msgid "%s's answer to \"%s\""
59 msgstr ""
60
61 #. TRANS: Client exception thrown trying to view a non-existing question.
62 #: actions/qnashowquestion.php:68
63 msgid "No such question."
64 msgstr ""
65
66 #. TRANS: Client exception thrown trying to view a non-existing question notice.
67 #: actions/qnashowquestion.php:76
68 msgid "No such question notice."
69 msgstr ""
70
71 #. TRANS: Page title for a question.
72 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
73 #: actions/qnashowquestion.php:114
74 #, php-format
75 msgid "%1$s's question: %2$s"
76 msgstr ""
77
78 #. TRANS: Page title for and answer to a question.
79 #: actions/qnanewanswer.php:63 actions/qnavote.php:63
80 msgid "Answer"
81 msgstr ""
82
83 #. TRANS: Client exception thrown trying to answer a question while not logged in.
84 #: actions/qnanewanswer.php:85 actions/qnavote.php:84
85 msgid "You must be logged in to answer to a question."
86 msgstr ""
87
88 #. TRANS: Client exception thrown trying to respond to a non-existing question.
89 #: actions/qnanewanswer.php:103 actions/qnavote.php:96
90 msgid "Invalid or missing question."
91 msgstr ""
92
93 #. TRANS: Page title after sending an answer.
94 #: actions/qnanewanswer.php:158 actions/qnavote.php:150
95 msgid "Answers"
96 msgstr ""
97
98 #: QnAPlugin.php:159
99 msgid "Question and Answers micro-app."
100 msgstr ""
101
102 #: QnAPlugin.php:165
103 msgid "Question"
104 msgstr ""
105
106 #: QnAPlugin.php:307
107 #, php-format
108 msgid "Unexpected type for QnA plugin: %s."
109 msgstr ""
110
111 #: QnAPlugin.php:338
112 msgid "Question data is missing"
113 msgstr ""
114
115 #: classes/QnA_Answer.php:225
116 #, php-format
117 msgid "%1$s answered the question \"%2$s\": %3$s"
118 msgstr ""
119
120 #. TRANS: Rendered version of the notice content answering a question.
121 #. TRANS: %s a link to the question with question title as the link content.
122 #: classes/QnA_Answer.php:268 classes/QnA_Answer.php:275
123 #, php-format
124 msgid "answered \"%s\""
125 msgstr ""
126
127 #: classes/QnA_Question.php:255
128 #, php-format
129 msgid "%1$s asked the question \"%2$s\": %3$s"
130 msgstr ""
131
132 #: classes/QnA_Question.php:307
133 #, php-format
134 msgid "question: %1$s %2$s"
135 msgstr ""
136
137 #. TRANS: Rendered version of the notice content creating a question.
138 #. TRANS: %s a link to the question as link description.
139 #: classes/QnA_Question.php:315
140 #, php-format
141 msgid "Question: %s"
142 msgstr ""
143
144 #. TRANS: Button text for submitting a poll response.
145 #: lib/qnareviseanswerform.php:120 lib/qnavoteform.php:118
146 #: lib/qnaanswerform.php:119
147 msgctxt "BUTTON"
148 msgid "Submit"
149 msgstr ""
150
151 #: lib/qnaquestionform.php:109
152 msgid "Title"
153 msgstr ""
154
155 #: lib/qnaquestionform.php:111
156 msgid "Title of your question"
157 msgstr ""
158
159 #: lib/qnaquestionform.php:117
160 msgid "Description"
161 msgstr ""
162
163 #: lib/qnaquestionform.php:119
164 msgid "Your question in detail"
165 msgstr ""
166
167 #. TRANS: Button text for saving a new question.
168 #: lib/qnaquestionform.php:135
169 msgctxt "BUTTON"
170 msgid "Save"
171 msgstr ""