~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/comments/locale/os/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is distributed under the same license as the Django package.
 
2
#
 
3
# Translators:
 
4
# Soslan Khubulov <soslanx@gmail.com>, 2013
 
5
# Soslan Khubulov <soslanx@gmail.com>, 2013
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: django-core\n"
 
9
"Report-Msgid-Bugs-To: \n"
 
10
"POT-Creation-Date: 2013-05-25 14:19+0200\n"
 
11
"PO-Revision-Date: 2013-05-26 08:39+0000\n"
 
12
"Last-Translator: claudep <claude@2xlibre.net>\n"
 
13
"Language-Team: Ossetic (http://www.transifex.com/projects/p/django/language/"
 
14
"os/)\n"
 
15
"MIME-Version: 1.0\n"
 
16
"Content-Type: text/plain; charset=UTF-8\n"
 
17
"Content-Transfer-Encoding: 8bit\n"
 
18
"Language: os\n"
 
19
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
20
 
 
21
#: admin.py:25
 
22
msgid "Content"
 
23
msgstr "Мидис"
 
24
 
 
25
#: admin.py:28
 
26
msgid "Metadata"
 
27
msgstr "Метарардтӕ"
 
28
 
 
29
#: admin.py:55
 
30
#, python-format
 
31
msgid "%d comment was successfully flagged"
 
32
msgid_plural "%d comments were successfully flagged"
 
33
msgstr[0] "%d комментари нысангонд ӕрцыдис"
 
34
msgstr[1] "%d комментарийы нысангонд ӕрцыдысты"
 
35
 
 
36
#: admin.py:57
 
37
msgid "Flag selected comments"
 
38
msgstr "Ӕвзӕрст комментаритӕ банысан кӕнын"
 
39
 
 
40
#: admin.py:61
 
41
#, python-format
 
42
msgid "%d comment was successfully approved"
 
43
msgid_plural "%d comments were successfully approved"
 
44
msgstr[0] "%d комментари бӕлвырдгонд ӕрцыдис"
 
45
msgstr[1] "%d комментарийы бӕлвырдгонд ӕрцыдысты"
 
46
 
 
47
#: admin.py:63
 
48
msgid "Approve selected comments"
 
49
msgstr "Ӕвзӕрст комментаритӕ сбӕлвырд кӕнын"
 
50
 
 
51
#: admin.py:67
 
52
#, python-format
 
53
msgid "%d comment was successfully removed"
 
54
msgid_plural "%d comments were successfully removed"
 
55
msgstr[0] "%d комментари хафт ӕрцыдис"
 
56
msgstr[1] "%d комментарийы хафт ӕрцыдысты"
 
57
 
 
58
#: admin.py:69
 
59
msgid "Remove selected comments"
 
60
msgstr "Ӕвзӕрст комментаритӕ схафын"
 
61
 
 
62
#: feeds.py:14
 
63
#, python-format
 
64
msgid "%(site_name)s comments"
 
65
msgstr "%(site_name)s-ы комментаритӕ"
 
66
 
 
67
#: feeds.py:20
 
68
#, python-format
 
69
msgid "Latest comments on %(site_name)s"
 
70
msgstr "%(site_name)s-ы фӕстаг комментаритӕ"
 
71
 
 
72
#: forms.py:96
 
73
msgid "Name"
 
74
msgstr "Ном"
 
75
 
 
76
#: forms.py:97
 
77
msgid "Email address"
 
78
msgstr "Электрон посты адрис"
 
79
 
 
80
#: forms.py:98
 
81
msgid "URL"
 
82
msgstr "URL"
 
83
 
 
84
#: forms.py:99
 
85
msgid "Comment"
 
86
msgstr "Коммент"
 
87
 
 
88
#: forms.py:177
 
89
#, python-format
 
90
msgid "Watch your mouth! The word %s is not allowed here."
 
91
msgid_plural "Watch your mouth! The words %s are not allowed here."
 
92
msgstr[0] "Дӕхимӕ кӕс! %s ам дзурын нӕй гӕнӕн."
 
93
msgstr[1] "Дӕхимӕ кӕс! %s, ахӕм ныхӕстӕ ам дзурын нӕй гӕнӕн."
 
94
 
 
95
#: forms.py:181 templates/comments/preview.html:16
 
96
msgid "and"
 
97
msgstr "ӕмӕ"
 
98
 
 
99
#: forms.py:186
 
100
msgid ""
 
101
"If you enter anything in this field your comment will be treated as spam"
 
102
msgstr "Кӕд ацы ран исты ныффыссай, уӕд дӕ хъуыды куыд спам афтӕ уыдзӕн"
 
103
 
 
104
#: models.py:23
 
105
msgid "content type"
 
106
msgstr "мидисы хуыз"
 
107
 
 
108
#: models.py:25
 
109
msgid "object ID"
 
110
msgstr "объекты ID"
 
111
 
 
112
#: models.py:53 models.py:177
 
113
msgid "user"
 
114
msgstr "архайӕг"
 
115
 
 
116
#: models.py:55
 
117
msgid "user's name"
 
118
msgstr "архайӕджы ном"
 
119
 
 
120
#: models.py:56
 
121
msgid "user's email address"
 
122
msgstr "архайӕджы электрон пост"
 
123
 
 
124
#: models.py:57
 
125
msgid "user's URL"
 
126
msgstr "архайӕджы "
 
127
 
 
128
#: models.py:59 models.py:79 models.py:178
 
129
msgid "comment"
 
130
msgstr "коммент"
 
131
 
 
132
#: models.py:62
 
133
msgid "date/time submitted"
 
134
msgstr "бавӕрды бон/рӕстӕг"
 
135
 
 
136
#: models.py:63
 
137
msgid "IP address"
 
138
msgstr "IP адрис"
 
139
 
 
140
#: models.py:64
 
141
msgid "is public"
 
142
msgstr "публикон у"
 
143
 
 
144
#: models.py:65
 
145
msgid ""
 
146
"Uncheck this box to make the comment effectively disappear from the site."
 
147
msgstr "Ацы чекбоксы нысан сис цӕмӕй хъуыды сайтӕй фесӕфа."
 
148
 
 
149
#: models.py:67
 
150
msgid "is removed"
 
151
msgstr "хафт у"
 
152
 
 
153
#: models.py:68
 
154
msgid ""
 
155
"Check this box if the comment is inappropriate. A \"This comment has been "
 
156
"removed\" message will be displayed instead."
 
157
msgstr ""
 
158
"Банысан кӕн ацы чекбокс, кӕд ацы хъуыды ӕнӕмбӕлгӕ у. \"Ацы хъуыды хафт у\" "
 
159
"уый бӕсты уыдзӕн ӕвдыст."
 
160
 
 
161
#: models.py:80
 
162
msgid "comments"
 
163
msgstr "комменттӕ"
 
164
 
 
165
#: models.py:124
 
166
msgid ""
 
167
"This comment was posted by an authenticated user and thus the name is read-"
 
168
"only."
 
169
msgstr ""
 
170
"Ацы хъуыды ныффыста системӕмӕ хызт архайӕг, ӕмӕ уый тыххӕй йӕ ном ӕрмӕст "
 
171
"фӕрсынӕн у."
 
172
 
 
173
#: models.py:134
 
174
msgid ""
 
175
"This comment was posted by an authenticated user and thus the email is read-"
 
176
"only."
 
177
msgstr ""
 
178
"Ацы хъуыды ныффыста системӕмӕ хызт архайӕг, ӕмӕ уый тыххӕй йӕ email ӕрмӕст "
 
179
"фӕрсынӕн у."
 
180
 
 
181
#: models.py:160
 
182
#, python-format
 
183
msgid ""
 
184
"Posted by %(user)s at %(date)s\n"
 
185
"\n"
 
186
"%(comment)s\n"
 
187
"\n"
 
188
"http://%(domain)s%(url)s"
 
189
msgstr ""
 
190
"Ныффыта йӕ %(user)s, %(date)s\n"
 
191
"\n"
 
192
"%(comment)s\n"
 
193
"\n"
 
194
"http://%(domain)s%(url)s"
 
195
 
 
196
#: models.py:179
 
197
msgid "flag"
 
198
msgstr "флаг"
 
199
 
 
200
#: models.py:180
 
201
msgid "date"
 
202
msgstr "бон"
 
203
 
 
204
#: models.py:190
 
205
msgid "comment flag"
 
206
msgstr "комментарийы нысан"
 
207
 
 
208
#: models.py:191
 
209
msgid "comment flags"
 
210
msgstr "комментарийы нысӕнттӕ"
 
211
 
 
212
#: templates/comments/approve.html:4
 
213
msgid "Approve a comment"
 
214
msgstr "Комментари сбӕлвырд кӕнын"
 
215
 
 
216
#: templates/comments/approve.html:7
 
217
msgid "Really make this comment public?"
 
218
msgstr "Ӕцӕг дӕ фӕнды ацы комментари алкӕмӕн равдисын?"
 
219
 
 
220
#: templates/comments/approve.html:12
 
221
msgid "Approve"
 
222
msgstr "Бӕлвырд"
 
223
 
 
224
#: templates/comments/approved.html:4
 
225
msgid "Thanks for approving"
 
226
msgstr "Бузныг бӕлвырд кӕнынӕн"
 
227
 
 
228
#: templates/comments/approved.html:7 templates/comments/deleted.html:7
 
229
#: templates/comments/flagged.html:7
 
230
msgid ""
 
231
"Thanks for taking the time to improve the quality of discussion on our site"
 
232
msgstr "Бузныг дӕ хъус кӕй дарыс нӕ сайты ныхасы уагмӕ"
 
233
 
 
234
#: templates/comments/delete.html:4
 
235
msgid "Remove a comment"
 
236
msgstr "Комментари схафын"
 
237
 
 
238
#: templates/comments/delete.html:7
 
239
msgid "Really remove this comment?"
 
240
msgstr "Ӕцӕг дӕ фӕнды ацы комментари схафын?"
 
241
 
 
242
#: templates/comments/delete.html:12
 
243
msgid "Remove"
 
244
msgstr "Схафын"
 
245
 
 
246
#: templates/comments/deleted.html:4
 
247
msgid "Thanks for removing"
 
248
msgstr "Бузныг хафыны тыххӕй"
 
249
 
 
250
#: templates/comments/flag.html:4
 
251
msgid "Flag this comment"
 
252
msgstr "Ацы комментари банысан кӕнын"
 
253
 
 
254
#: templates/comments/flag.html:7
 
255
msgid "Really flag this comment?"
 
256
msgstr "Ӕцӕг дӕ фӕнды ацы комментари банысан кӕнын?"
 
257
 
 
258
#: templates/comments/flag.html:12
 
259
msgid "Flag"
 
260
msgstr "Флаг"
 
261
 
 
262
#: templates/comments/flagged.html:4
 
263
msgid "Thanks for flagging"
 
264
msgstr "Бузныг нысан кӕныны тыххӕй"
 
265
 
 
266
#: templates/comments/form.html:17 templates/comments/preview.html:32
 
267
msgid "Post"
 
268
msgstr "Фыст"
 
269
 
 
270
#: templates/comments/form.html:18 templates/comments/preview.html:33
 
271
msgid "Preview"
 
272
msgstr "Афӕлгӕст"
 
273
 
 
274
#: templates/comments/posted.html:4
 
275
msgid "Thanks for commenting"
 
276
msgstr "Бузныг хъуыды зӕгъыны тыххӕй"
 
277
 
 
278
#: templates/comments/posted.html:7
 
279
msgid "Thank you for your comment"
 
280
msgstr "Бузныг дӕ хъуыдыйы тыххӕй"
 
281
 
 
282
#: templates/comments/preview.html:4 templates/comments/preview.html.py:13
 
283
msgid "Preview your comment"
 
284
msgstr "Дӕ хъуыдыйыл акӕс"
 
285
 
 
286
#: templates/comments/preview.html:11
 
287
msgid "Please correct the error below"
 
288
msgstr "Дӕ хорзӕхӕй, бындӕр рӕдыдтытӕ сраст кӕн"
 
289
 
 
290
#: templates/comments/preview.html:11
 
291
msgid "Please correct the errors below"
 
292
msgstr ""
 
293
 
 
294
#: templates/comments/preview.html:16
 
295
msgid "Post your comment"
 
296
msgstr "Дӕ хъуыды ныффысс"
 
297
 
 
298
#: templates/comments/preview.html:16
 
299
msgid "or make changes"
 
300
msgstr "кӕнӕ йӕ фӕив"