Compare View
Commits (3)
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: MatheusFernandes <matheus.souza.fernandes@gmail.com>
Showing
15 changed files
Show diff stats
colab/accounts/templates/search/user_search_preview.html
1 | -{% load i18n tz highlight gravatar date_format %} | 1 | +{% load i18n tz highlight gravatar %} |
2 | 2 | ||
3 | <div class="row"> | 3 | <div class="row"> |
4 | <div class="col-md-2 center"> | 4 | <div class="col-md-2 center"> |
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | {% endif %} | 16 | {% endif %} |
17 | 17 | ||
18 | </strong> | 18 | </strong> |
19 | - <small><strong>{% trans "Since" %}: {% date_format result.date_joined %}</strong></small><br> | 19 | + <small><strong>{% trans "Since" %}: {{ result.date_joined|date:"d F Y" }}</strong></small><br> |
20 | <small>{% trans "Registered in" %}: <strong>{% trans "User" %}</strong></small><br> | 20 | <small>{% trans "Registered in" %}: <strong>{% trans "User" %}</strong></small><br> |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |
colab/accounts/templatetags/date_format.py
@@ -1,20 +0,0 @@ | @@ -1,20 +0,0 @@ | ||
1 | -from django import template | ||
2 | -from django.utils.translation import ugettext as _ | ||
3 | -register = template.Library() | ||
4 | - | ||
5 | - | ||
6 | -@register.simple_tag(takes_context=True) | ||
7 | -def date_format(context, date): | ||
8 | - formatted_date = _('%(m)s %(d)s %(y)s' % {'m': date.strftime('%B'), | ||
9 | - 'd': date.day, | ||
10 | - 'y': date.year}) | ||
11 | - return formatted_date | ||
12 | - | ||
13 | - | ||
14 | -@register.simple_tag(takes_context=True) | ||
15 | -def datetime_format(context, date): | ||
16 | - formatted_date = date_format(context, date) | ||
17 | - formatted_time = _('%(hour)s:%(min)s' % {'hour': date.hour, | ||
18 | - 'min': date.strftime('%I')}) | ||
19 | - formatted_datetime = _('%s at %s' % (formatted_date, formatted_time)) | ||
20 | - return formatted_datetime |
colab/locale/en/LC_MESSAGES/django.mo
No preview for this file type
colab/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid "" | @@ -7,7 +7,7 @@ msgid "" | ||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: colab\n" | 8 | "Project-Id-Version: colab\n" |
9 | "Report-Msgid-Bugs-To: \n" | 9 | "Report-Msgid-Bugs-To: \n" |
10 | -"POT-Creation-Date: 2015-11-24 17:46+0000\n" | 10 | +"POT-Creation-Date: 2015-12-11 14:07+0000\n" |
11 | "PO-Revision-Date: 2015-09-04 19:21+0000\n" | 11 | "PO-Revision-Date: 2015-09-04 19:21+0000\n" |
12 | "Last-Translator: Lucas Kanashiro Duarte <kanashiro.duarte@gmail.com>\n" | 12 | "Last-Translator: Lucas Kanashiro Duarte <kanashiro.duarte@gmail.com>\n" |
13 | "Language-Team: English (http://www.transifex.com/colab/colab/language/en/)\n" | 13 | "Language-Team: English (http://www.transifex.com/colab/colab/language/en/)\n" |
@@ -17,30 +17,6 @@ msgstr "" | @@ -17,30 +17,6 @@ msgstr "" | ||
17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" | 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
19 | 19 | ||
20 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:21 | ||
21 | -msgid "Social" | ||
22 | -msgstr "" | ||
23 | - | ||
24 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:26 | ||
25 | -#, fuzzy | ||
26 | -#| msgid "Username" | ||
27 | -msgid "Users" | ||
28 | -msgstr "Username" | ||
29 | - | ||
30 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:28 | ||
31 | -msgid "Communities" | ||
32 | -msgstr "Communities" | ||
33 | - | ||
34 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:30 | ||
35 | -#, fuzzy | ||
36 | -#| msgid "My Profile" | ||
37 | -msgid "Profile" | ||
38 | -msgstr "My Profile" | ||
39 | - | ||
40 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:32 | ||
41 | -msgid "Control Panel" | ||
42 | -msgstr "" | ||
43 | - | ||
44 | #: colab/accounts/admin.py:18 | 20 | #: colab/accounts/admin.py:18 |
45 | msgid "Personal info" | 21 | msgid "Personal info" |
46 | msgstr "Personal info" | 22 | msgstr "Personal info" |
@@ -54,14 +30,14 @@ msgid "Important dates" | @@ -54,14 +30,14 @@ msgid "Important dates" | ||
54 | msgstr "Important dates" | 30 | msgstr "Important dates" |
55 | 31 | ||
56 | #: colab/accounts/filters.py:7 | 32 | #: colab/accounts/filters.py:7 |
57 | -#: colab/accounts/templates/search/user_search_preview.html:12 | 33 | +#: colab/accounts/templates/search/user_search_preview.html:20 |
58 | #, fuzzy | 34 | #, fuzzy |
59 | #| msgid "Username" | 35 | #| msgid "Username" |
60 | msgid "User" | 36 | msgid "User" |
61 | msgstr "Username" | 37 | msgstr "Username" |
62 | 38 | ||
63 | -#: colab/accounts/filters.py:12 colab/accounts/forms.py:175 | ||
64 | -#: colab/accounts/forms.py:246 | 39 | +#: colab/accounts/filters.py:12 colab/accounts/forms.py:212 |
40 | +#: colab/accounts/forms.py:290 | ||
65 | #, fuzzy | 41 | #, fuzzy |
66 | #| msgid "Filename" | 42 | #| msgid "Filename" |
67 | msgid "Username" | 43 | msgid "Username" |
@@ -79,58 +55,58 @@ msgstr "Institution" | @@ -79,58 +55,58 @@ msgstr "Institution" | ||
79 | msgid "Role" | 55 | msgid "Role" |
80 | msgstr "Role" | 56 | msgstr "Role" |
81 | 57 | ||
82 | -#: colab/accounts/forms.py:30 | 58 | +#: colab/accounts/forms.py:33 |
83 | msgid "Social account does not exist" | 59 | msgid "Social account does not exist" |
84 | msgstr "Social account does not exist" | 60 | msgstr "Social account does not exist" |
85 | 61 | ||
86 | -#: colab/accounts/forms.py:58 colab/accounts/forms.py:64 | ||
87 | -#: colab/accounts/forms.py:70 | 62 | +#: colab/accounts/forms.py:61 colab/accounts/forms.py:67 |
63 | +#: colab/accounts/forms.py:73 | ||
88 | msgid "This field cannot be blank." | 64 | msgid "This field cannot be blank." |
89 | msgstr "This field cannot be blank." | 65 | msgstr "This field cannot be blank." |
90 | 66 | ||
91 | -#: colab/accounts/forms.py:111 | 67 | +#: colab/accounts/forms.py:114 |
92 | #: colab/accounts/templates/accounts/user_detail.html:38 | 68 | #: colab/accounts/templates/accounts/user_detail.html:38 |
93 | msgid "Bio" | 69 | msgid "Bio" |
94 | msgstr "Bio" | 70 | msgstr "Bio" |
95 | 71 | ||
96 | -#: colab/accounts/forms.py:112 | 72 | +#: colab/accounts/forms.py:115 |
97 | msgid "Write something about you in 200 characters or less." | 73 | msgid "Write something about you in 200 characters or less." |
98 | msgstr "Write something about you in 200 characters or less." | 74 | msgstr "Write something about you in 200 characters or less." |
99 | 75 | ||
100 | -#: colab/accounts/forms.py:157 | 76 | +#: colab/accounts/forms.py:160 |
101 | msgid "Mailing lists" | 77 | msgid "Mailing lists" |
102 | msgstr "Mailing lists" | 78 | msgstr "Mailing lists" |
103 | 79 | ||
104 | -#: colab/accounts/forms.py:170 | 80 | +#: colab/accounts/forms.py:207 |
105 | #, python-format | 81 | #, python-format |
106 | msgid "Email already used. Is it you? Please <a href='%(url)s'>login</a>" | 82 | msgid "Email already used. Is it you? Please <a href='%(url)s'>login</a>" |
107 | msgstr "Email already used. Is it you? Please <a href='%(url)s'>login</a>" | 83 | msgstr "Email already used. Is it you? Please <a href='%(url)s'>login</a>" |
108 | 84 | ||
109 | -#: colab/accounts/forms.py:172 | 85 | +#: colab/accounts/forms.py:209 |
110 | msgid "A user with that username already exists." | 86 | msgid "A user with that username already exists." |
111 | msgstr "A user with that username already exists." | 87 | msgstr "A user with that username already exists." |
112 | 88 | ||
113 | -#: colab/accounts/forms.py:173 | 89 | +#: colab/accounts/forms.py:210 |
114 | msgid "The two password fields didn't match." | 90 | msgid "The two password fields didn't match." |
115 | msgstr "The two password fields didn't match." | 91 | msgstr "The two password fields didn't match." |
116 | 92 | ||
117 | -#: colab/accounts/forms.py:183 colab/accounts/forms.py:251 | 93 | +#: colab/accounts/forms.py:220 colab/accounts/forms.py:295 |
118 | msgid "Password" | 94 | msgid "Password" |
119 | msgstr "Password" | 95 | msgstr "Password" |
120 | 96 | ||
121 | -#: colab/accounts/forms.py:185 | 97 | +#: colab/accounts/forms.py:222 |
122 | msgid "Password confirmation" | 98 | msgid "Password confirmation" |
123 | msgstr "Password confirmation" | 99 | msgstr "Password confirmation" |
124 | 100 | ||
125 | -#: colab/accounts/forms.py:247 colab/accounts/models.py:77 | 101 | +#: colab/accounts/forms.py:291 colab/accounts/models.py:91 |
126 | msgid "Required. 30 characters or fewer. Letters and digits." | 102 | msgid "Required. 30 characters or fewer. Letters and digits." |
127 | msgstr "Required. 30 characters or fewer. Letters and digits." | 103 | msgstr "Required. 30 characters or fewer. Letters and digits." |
128 | 104 | ||
129 | -#: colab/accounts/forms.py:249 | 105 | +#: colab/accounts/forms.py:293 |
130 | msgid "This value may contain only letters and numbers." | 106 | msgid "This value may contain only letters and numbers." |
131 | msgstr "This value may contain only letters and numbers." | 107 | msgstr "This value may contain only letters and numbers." |
132 | 108 | ||
133 | -#: colab/accounts/forms.py:252 | 109 | +#: colab/accounts/forms.py:296 |
134 | msgid "" | 110 | msgid "" |
135 | "Raw passwords are not stored, so there is no way to see this user's " | 111 | "Raw passwords are not stored, so there is no way to see this user's " |
136 | "password, but you can change the password using <a href=\"password/\">this " | 112 | "password, but you can change the password using <a href=\"password/\">this " |
@@ -250,76 +226,76 @@ msgstr "No contributions of this user so far." | @@ -250,76 +226,76 @@ msgstr "No contributions of this user so far." | ||
250 | msgid "View more contributions..." | 226 | msgid "View more contributions..." |
251 | msgstr "View more contributions..." | 227 | msgstr "View more contributions..." |
252 | 228 | ||
253 | -#: colab/accounts/templates/accounts/user_update_form.html:70 | 229 | +#: colab/accounts/templates/accounts/user_update_form.html:65 |
254 | msgid "We sent a verification email to " | 230 | msgid "We sent a verification email to " |
255 | msgstr "We sent a verification email to " | 231 | msgstr "We sent a verification email to " |
256 | 232 | ||
257 | -#: colab/accounts/templates/accounts/user_update_form.html:71 | 233 | +#: colab/accounts/templates/accounts/user_update_form.html:66 |
258 | msgid "Please follow the instructions in it." | 234 | msgid "Please follow the instructions in it." |
259 | msgstr "Please follow the instructions in it." | 235 | msgstr "Please follow the instructions in it." |
260 | 236 | ||
261 | -#: colab/accounts/templates/accounts/user_update_form.html:123 | 237 | +#: colab/accounts/templates/accounts/user_update_form.html:109 |
262 | msgid "profile information" | 238 | msgid "profile information" |
263 | msgstr "profile information" | 239 | msgstr "profile information" |
264 | 240 | ||
265 | -#: colab/accounts/templates/accounts/user_update_form.html:128 | 241 | +#: colab/accounts/templates/accounts/user_update_form.html:114 |
266 | msgid "Change your avatar at Gravatar.com" | 242 | msgid "Change your avatar at Gravatar.com" |
267 | msgstr "Change your avatar at Gravatar.com" | 243 | msgstr "Change your avatar at Gravatar.com" |
268 | 244 | ||
269 | -#: colab/accounts/templates/accounts/user_update_form.html:178 | ||
270 | -#: colab/search/utils.py:56 | 245 | +#: colab/accounts/templates/accounts/user_update_form.html:152 |
246 | +#: colab/plugins/utils/collaborations.py:27 | ||
271 | msgid "Emails" | 247 | msgid "Emails" |
272 | msgstr "Emails" | 248 | msgstr "Emails" |
273 | 249 | ||
274 | -#: colab/accounts/templates/accounts/user_update_form.html:187 | 250 | +#: colab/accounts/templates/accounts/user_update_form.html:161 |
275 | msgid "Primary" | 251 | msgid "Primary" |
276 | msgstr "Primary" | 252 | msgstr "Primary" |
277 | 253 | ||
278 | -#: colab/accounts/templates/accounts/user_update_form.html:190 | 254 | +#: colab/accounts/templates/accounts/user_update_form.html:164 |
279 | msgid "Setting..." | 255 | msgid "Setting..." |
280 | msgstr "Setting..." | 256 | msgstr "Setting..." |
281 | 257 | ||
282 | -#: colab/accounts/templates/accounts/user_update_form.html:190 | 258 | +#: colab/accounts/templates/accounts/user_update_form.html:164 |
283 | msgid "Set as Primary" | 259 | msgid "Set as Primary" |
284 | msgstr "Set as Primary" | 260 | msgstr "Set as Primary" |
285 | 261 | ||
286 | -#: colab/accounts/templates/accounts/user_update_form.html:191 | 262 | +#: colab/accounts/templates/accounts/user_update_form.html:165 |
287 | msgid "Deleting..." | 263 | msgid "Deleting..." |
288 | msgstr "Deleting..." | 264 | msgstr "Deleting..." |
289 | 265 | ||
290 | -#: colab/accounts/templates/accounts/user_update_form.html:191 | ||
291 | -#: colab/accounts/templates/accounts/user_update_form.html:203 | 266 | +#: colab/accounts/templates/accounts/user_update_form.html:165 |
267 | +#: colab/accounts/templates/accounts/user_update_form.html:177 | ||
292 | msgid "Delete" | 268 | msgid "Delete" |
293 | msgstr "Delete" | 269 | msgstr "Delete" |
294 | 270 | ||
295 | -#: colab/accounts/templates/accounts/user_update_form.html:202 | 271 | +#: colab/accounts/templates/accounts/user_update_form.html:176 |
296 | msgid "Sending verification..." | 272 | msgid "Sending verification..." |
297 | msgstr "Sending verification..." | 273 | msgstr "Sending verification..." |
298 | 274 | ||
299 | -#: colab/accounts/templates/accounts/user_update_form.html:202 | 275 | +#: colab/accounts/templates/accounts/user_update_form.html:176 |
300 | msgid "Verify" | 276 | msgid "Verify" |
301 | msgstr "Verify" | 277 | msgstr "Verify" |
302 | 278 | ||
303 | -#: colab/accounts/templates/accounts/user_update_form.html:210 | 279 | +#: colab/accounts/templates/accounts/user_update_form.html:184 |
304 | msgid "Add another email address:" | 280 | msgid "Add another email address:" |
305 | msgstr "Add another email address:" | 281 | msgstr "Add another email address:" |
306 | 282 | ||
307 | -#: colab/accounts/templates/accounts/user_update_form.html:213 | 283 | +#: colab/accounts/templates/accounts/user_update_form.html:187 |
308 | msgid "Add" | 284 | msgid "Add" |
309 | msgstr "Add" | 285 | msgstr "Add" |
310 | 286 | ||
311 | -#: colab/accounts/templates/accounts/user_update_form.html:221 | ||
312 | -#: colab/accounts/templates/accounts/user_update_form.html:225 | 287 | +#: colab/accounts/templates/accounts/user_update_form.html:195 |
288 | +#: colab/accounts/templates/accounts/user_update_form.html:199 | ||
313 | #: colab/accounts/templates/registration/password_change_form_custom.html:26 | 289 | #: colab/accounts/templates/registration/password_change_form_custom.html:26 |
314 | #: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 | 290 | #: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 |
315 | msgid "Change Password" | 291 | msgid "Change Password" |
316 | msgstr "Change Password" | 292 | msgstr "Change Password" |
317 | 293 | ||
318 | -#: colab/accounts/templates/accounts/user_update_form.html:233 | 294 | +#: colab/accounts/templates/accounts/user_update_form.html:207 |
319 | msgid "Update" | 295 | msgid "Update" |
320 | msgstr "Update" | 296 | msgstr "Update" |
321 | 297 | ||
322 | -#: colab/accounts/templates/accounts/user_update_form.html:234 | 298 | +#: colab/accounts/templates/accounts/user_update_form.html:208 |
323 | msgid "Go to profile panel" | 299 | msgid "Go to profile panel" |
324 | msgstr "" | 300 | msgstr "" |
325 | 301 | ||
@@ -365,7 +341,7 @@ msgstr "Email address:" | @@ -365,7 +341,7 @@ msgstr "Email address:" | ||
365 | msgid "Reset password" | 341 | msgid "Reset password" |
366 | msgstr "Reset password" | 342 | msgstr "Reset password" |
367 | 343 | ||
368 | -#: colab/accounts/templates/search/user_search_preview.html:11 | 344 | +#: colab/accounts/templates/search/user_search_preview.html:19 |
369 | #: colab/search/forms.py:19 | 345 | #: colab/search/forms.py:19 |
370 | #: colab/search/templates/search/includes/search_filters.html:134 | 346 | #: colab/search/templates/search/includes/search_filters.html:134 |
371 | #: colab/search/templates/search/includes/search_filters.html:136 | 347 | #: colab/search/templates/search/includes/search_filters.html:136 |
@@ -374,7 +350,7 @@ msgstr "Reset password" | @@ -374,7 +350,7 @@ msgstr "Reset password" | ||
374 | msgid "Since" | 350 | msgid "Since" |
375 | msgstr "Since" | 351 | msgstr "Since" |
376 | 352 | ||
377 | -#: colab/accounts/templates/search/user_search_preview.html:12 | 353 | +#: colab/accounts/templates/search/user_search_preview.html:20 |
378 | #, fuzzy | 354 | #, fuzzy |
379 | #| msgid "Register" | 355 | #| msgid "Register" |
380 | msgid "Registered in" | 356 | msgid "Registered in" |
@@ -392,18 +368,18 @@ msgstr "" | @@ -392,18 +368,18 @@ msgstr "" | ||
392 | 368 | ||
393 | #: colab/accounts/templatetags/date_format.py:19 | 369 | #: colab/accounts/templatetags/date_format.py:19 |
394 | #, python-format | 370 | #, python-format |
395 | -msgid "%s at %s" | 371 | +msgid "%(formatted_date)s at %(formatted_time)s" |
396 | msgstr "" | 372 | msgstr "" |
397 | 373 | ||
398 | -#: colab/accounts/views.py:126 | 374 | +#: colab/accounts/views.py:127 |
399 | msgid "Your profile has been created!" | 375 | msgid "Your profile has been created!" |
400 | msgstr "Your profile has been created!" | 376 | msgstr "Your profile has been created!" |
401 | 377 | ||
402 | -#: colab/accounts/views.py:186 | 378 | +#: colab/accounts/views.py:187 |
403 | msgid "Your password was changed." | 379 | msgid "Your password was changed." |
404 | msgstr "Your password was changed." | 380 | msgstr "Your password was changed." |
405 | 381 | ||
406 | -#: colab/accounts/views.py:202 | 382 | +#: colab/accounts/views.py:203 |
407 | msgid "Your password has been set. You may go ahead and log in now." | 383 | msgid "Your password has been set. You may go ahead and log in now." |
408 | msgstr "Your password has been set. You may go ahead and log in now." | 384 | msgstr "Your password has been set. You may go ahead and log in now." |
409 | 385 | ||
@@ -428,7 +404,7 @@ msgstr "Latest collaborations" | @@ -428,7 +404,7 @@ msgstr "Latest collaborations" | ||
428 | msgid "Search" | 404 | msgid "Search" |
429 | msgstr "Search" | 405 | msgstr "Search" |
430 | 406 | ||
431 | -#: colab/search/forms.py:18 | 407 | +#: colab/search/forms.py:18 colab/settings.py:144 |
432 | msgid "Type" | 408 | msgid "Type" |
433 | msgstr "Type" | 409 | msgstr "Type" |
434 | 410 | ||
@@ -477,11 +453,11 @@ msgstr "Search here" | @@ -477,11 +453,11 @@ msgstr "Search here" | ||
477 | msgid "Filters" | 453 | msgid "Filters" |
478 | msgstr "Filters" | 454 | msgstr "Filters" |
479 | 455 | ||
480 | -#: colab/search/templates/search/search.html:76 | 456 | +#: colab/search/templates/search/search.html:77 |
481 | msgid "No results for your search." | 457 | msgid "No results for your search." |
482 | msgstr "No results for your search." | 458 | msgstr "No results for your search." |
483 | 459 | ||
484 | -#: colab/search/templates/search/search.html:78 | 460 | +#: colab/search/templates/search/search.html:79 |
485 | msgid "You are searching for" | 461 | msgid "You are searching for" |
486 | msgstr "You are searching for" | 462 | msgstr "You are searching for" |
487 | 463 | ||
@@ -505,31 +481,31 @@ msgstr "Recent activity" | @@ -505,31 +481,31 @@ msgstr "Recent activity" | ||
505 | msgid "Relevance" | 481 | msgid "Relevance" |
506 | msgstr "Relevance" | 482 | msgstr "Relevance" |
507 | 483 | ||
508 | -#: colab/settings.py:149 | 484 | +#: colab/settings.py:153 |
509 | msgid "Document" | 485 | msgid "Document" |
510 | msgstr "Document" | 486 | msgstr "Document" |
511 | 487 | ||
512 | -#: colab/settings.py:151 | 488 | +#: colab/settings.py:155 |
513 | msgid "Presentation" | 489 | msgid "Presentation" |
514 | msgstr "Presentation" | 490 | msgstr "Presentation" |
515 | 491 | ||
516 | -#: colab/settings.py:152 | 492 | +#: colab/settings.py:156 |
517 | msgid "Text" | 493 | msgid "Text" |
518 | msgstr "Text" | 494 | msgstr "Text" |
519 | 495 | ||
520 | -#: colab/settings.py:153 | 496 | +#: colab/settings.py:157 |
521 | msgid "Code" | 497 | msgid "Code" |
522 | msgstr "Code" | 498 | msgstr "Code" |
523 | 499 | ||
524 | -#: colab/settings.py:155 | 500 | +#: colab/settings.py:159 |
525 | msgid "Compressed" | 501 | msgid "Compressed" |
526 | msgstr "Compressed" | 502 | msgstr "Compressed" |
527 | 503 | ||
528 | -#: colab/settings.py:156 | 504 | +#: colab/settings.py:160 |
529 | msgid "Image" | 505 | msgid "Image" |
530 | msgstr "Image" | 506 | msgstr "Image" |
531 | 507 | ||
532 | -#: colab/settings.py:158 | 508 | +#: colab/settings.py:162 |
533 | msgid "Spreadsheet" | 509 | msgid "Spreadsheet" |
534 | msgstr "Spreadsheet" | 510 | msgstr "Spreadsheet" |
535 | 511 | ||
@@ -541,7 +517,7 @@ msgstr "Not found. Keep searching! :)" | @@ -541,7 +517,7 @@ msgstr "Not found. Keep searching! :)" | ||
541 | msgid "Ooopz... something went wrong!" | 517 | msgid "Ooopz... something went wrong!" |
542 | msgstr "Ooopz... something went wrong!" | 518 | msgstr "Ooopz... something went wrong!" |
543 | 519 | ||
544 | -#: colab/templates/base.html:74 | 520 | +#: colab/templates/base.html:79 |
545 | msgid "The login has failed. Please, try again." | 521 | msgid "The login has failed. Please, try again." |
546 | msgstr "The login has failed. Please, try again." | 522 | msgstr "The login has failed. Please, try again." |
547 | 523 | ||
@@ -617,6 +593,11 @@ msgstr "RSS - Latest Threads" | @@ -617,6 +593,11 @@ msgstr "RSS - Latest Threads" | ||
617 | #~ msgstr "Gitlab Projects" | 593 | #~ msgstr "Gitlab Projects" |
618 | 594 | ||
619 | #, fuzzy | 595 | #, fuzzy |
596 | +#~| msgid "My Profile" | ||
597 | +#~ msgid "Profile" | ||
598 | +#~ msgstr "My Profile" | ||
599 | + | ||
600 | +#, fuzzy | ||
620 | #~| msgid "Gitlab Project" | 601 | #~| msgid "Gitlab Project" |
621 | #~ msgid "New Project" | 602 | #~ msgid "New Project" |
622 | #~ msgstr "Gitlab Project" | 603 | #~ msgstr "Gitlab Project" |
@@ -636,6 +617,14 @@ msgstr "RSS - Latest Threads" | @@ -636,6 +617,14 @@ msgstr "RSS - Latest Threads" | ||
636 | #~ msgid "Merge Requests" | 617 | #~ msgid "Merge Requests" |
637 | #~ msgstr "Gitlab Merge Requests" | 618 | #~ msgstr "Gitlab Merge Requests" |
638 | 619 | ||
620 | +#, fuzzy | ||
621 | +#~| msgid "Username" | ||
622 | +#~ msgid "Users" | ||
623 | +#~ msgstr "Username" | ||
624 | + | ||
625 | +#~ msgid "Communities" | ||
626 | +#~ msgstr "Communities" | ||
627 | + | ||
639 | #~ msgid "" | 628 | #~ msgid "" |
640 | #~ "Please enter a correct %(username)s and password. Note that both fields " | 629 | #~ "Please enter a correct %(username)s and password. Note that both fields " |
641 | #~ "may be case-sensitive." | 630 | #~ "may be case-sensitive." |
colab/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
colab/locale/pt_BR/LC_MESSAGES/django.po
@@ -10,7 +10,7 @@ msgid "" | @@ -10,7 +10,7 @@ msgid "" | ||
10 | msgstr "" | 10 | msgstr "" |
11 | "Project-Id-Version: colab\n" | 11 | "Project-Id-Version: colab\n" |
12 | "Report-Msgid-Bugs-To: \n" | 12 | "Report-Msgid-Bugs-To: \n" |
13 | -"POT-Creation-Date: 2015-11-24 17:46+0000\n" | 13 | +"POT-Creation-Date: 2015-12-11 14:10+0000\n" |
14 | "PO-Revision-Date: 2015-09-07 19:13+0000\n" | 14 | "PO-Revision-Date: 2015-09-07 19:13+0000\n" |
15 | "Last-Translator: Lucas Kanashiro Duarte <kanashiro.duarte@gmail.com>\n" | 15 | "Last-Translator: Lucas Kanashiro Duarte <kanashiro.duarte@gmail.com>\n" |
16 | "Language-Team: Portuguese (Brazil) (http://www.transifex.com/colab/colab/" | 16 | "Language-Team: Portuguese (Brazil) (http://www.transifex.com/colab/colab/" |
@@ -21,30 +21,6 @@ msgstr "" | @@ -21,30 +21,6 @@ msgstr "" | ||
21 | "Content-Transfer-Encoding: 8bit\n" | 21 | "Content-Transfer-Encoding: 8bit\n" |
22 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 22 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
23 | 23 | ||
24 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:21 | ||
25 | -msgid "Social" | ||
26 | -msgstr "Social" | ||
27 | - | ||
28 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:26 | ||
29 | -#, fuzzy | ||
30 | -#| msgid "Username" | ||
31 | -msgid "Users" | ||
32 | -msgstr "Usuário" | ||
33 | - | ||
34 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:28 | ||
35 | -msgid "Communities" | ||
36 | -msgstr "Comunidades" | ||
37 | - | ||
38 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:30 | ||
39 | -#, fuzzy | ||
40 | -#| msgid "My Profile" | ||
41 | -msgid "Profile" | ||
42 | -msgstr "Meu Perfil" | ||
43 | - | ||
44 | -#: colab-noosfero-plugin/tests/plugins.d/noosfero.py:32 | ||
45 | -msgid "Control Panel" | ||
46 | -msgstr "Painel de Controle" | ||
47 | - | ||
48 | #: colab/accounts/admin.py:18 | 24 | #: colab/accounts/admin.py:18 |
49 | msgid "Personal info" | 25 | msgid "Personal info" |
50 | msgstr "Informações Pessoais" | 26 | msgstr "Informações Pessoais" |
@@ -58,14 +34,14 @@ msgid "Important dates" | @@ -58,14 +34,14 @@ msgid "Important dates" | ||
58 | msgstr "Datas importantes" | 34 | msgstr "Datas importantes" |
59 | 35 | ||
60 | #: colab/accounts/filters.py:7 | 36 | #: colab/accounts/filters.py:7 |
61 | -#: colab/accounts/templates/search/user_search_preview.html:12 | 37 | +#: colab/accounts/templates/search/user_search_preview.html:20 |
62 | #, fuzzy | 38 | #, fuzzy |
63 | #| msgid "Username" | 39 | #| msgid "Username" |
64 | msgid "User" | 40 | msgid "User" |
65 | msgstr "Usuário" | 41 | msgstr "Usuário" |
66 | 42 | ||
67 | -#: colab/accounts/filters.py:12 colab/accounts/forms.py:175 | ||
68 | -#: colab/accounts/forms.py:246 | 43 | +#: colab/accounts/filters.py:12 colab/accounts/forms.py:212 |
44 | +#: colab/accounts/forms.py:290 | ||
69 | #, fuzzy | 45 | #, fuzzy |
70 | #| msgid "Filename" | 46 | #| msgid "Filename" |
71 | msgid "Username" | 47 | msgid "Username" |
@@ -83,60 +59,60 @@ msgstr "Instituição" | @@ -83,60 +59,60 @@ msgstr "Instituição" | ||
83 | msgid "Role" | 59 | msgid "Role" |
84 | msgstr "Papel" | 60 | msgstr "Papel" |
85 | 61 | ||
86 | -#: colab/accounts/forms.py:30 | 62 | +#: colab/accounts/forms.py:33 |
87 | msgid "Social account does not exist" | 63 | msgid "Social account does not exist" |
88 | msgstr "Conta social não existe" | 64 | msgstr "Conta social não existe" |
89 | 65 | ||
90 | -#: colab/accounts/forms.py:58 colab/accounts/forms.py:64 | ||
91 | -#: colab/accounts/forms.py:70 | 66 | +#: colab/accounts/forms.py:61 colab/accounts/forms.py:67 |
67 | +#: colab/accounts/forms.py:73 | ||
92 | msgid "This field cannot be blank." | 68 | msgid "This field cannot be blank." |
93 | msgstr "Este campo não pode ficar em branco." | 69 | msgstr "Este campo não pode ficar em branco." |
94 | 70 | ||
95 | -#: colab/accounts/forms.py:111 | 71 | +#: colab/accounts/forms.py:114 |
96 | #: colab/accounts/templates/accounts/user_detail.html:38 | 72 | #: colab/accounts/templates/accounts/user_detail.html:38 |
97 | msgid "Bio" | 73 | msgid "Bio" |
98 | msgstr "Bio" | 74 | msgstr "Bio" |
99 | 75 | ||
100 | -#: colab/accounts/forms.py:112 | 76 | +#: colab/accounts/forms.py:115 |
101 | msgid "Write something about you in 200 characters or less." | 77 | msgid "Write something about you in 200 characters or less." |
102 | msgstr "Escreva algo sobre você em 200 caracteres ou menos." | 78 | msgstr "Escreva algo sobre você em 200 caracteres ou menos." |
103 | 79 | ||
104 | -#: colab/accounts/forms.py:157 | 80 | +#: colab/accounts/forms.py:160 |
105 | msgid "Mailing lists" | 81 | msgid "Mailing lists" |
106 | msgstr "Listas de e-mail" | 82 | msgstr "Listas de e-mail" |
107 | 83 | ||
108 | -#: colab/accounts/forms.py:170 | 84 | +#: colab/accounts/forms.py:207 |
109 | #, python-format | 85 | #, python-format |
110 | msgid "Email already used. Is it you? Please <a href='%(url)s'>login</a>" | 86 | msgid "Email already used. Is it you? Please <a href='%(url)s'>login</a>" |
111 | msgstr "" | 87 | msgstr "" |
112 | "Este email ja está sendo utilizado.Caso seja o seu efetue o <a " | 88 | "Este email ja está sendo utilizado.Caso seja o seu efetue o <a " |
113 | "href='%(url)s'>login</a>" | 89 | "href='%(url)s'>login</a>" |
114 | 90 | ||
115 | -#: colab/accounts/forms.py:172 | 91 | +#: colab/accounts/forms.py:209 |
116 | msgid "A user with that username already exists." | 92 | msgid "A user with that username already exists." |
117 | msgstr "Já existe um usuário com este nome." | 93 | msgstr "Já existe um usuário com este nome." |
118 | 94 | ||
119 | -#: colab/accounts/forms.py:173 | 95 | +#: colab/accounts/forms.py:210 |
120 | msgid "The two password fields didn't match." | 96 | msgid "The two password fields didn't match." |
121 | msgstr "Os dois campos de senha não conferem." | 97 | msgstr "Os dois campos de senha não conferem." |
122 | 98 | ||
123 | -#: colab/accounts/forms.py:183 colab/accounts/forms.py:251 | 99 | +#: colab/accounts/forms.py:220 colab/accounts/forms.py:295 |
124 | msgid "Password" | 100 | msgid "Password" |
125 | msgstr "Senha" | 101 | msgstr "Senha" |
126 | 102 | ||
127 | -#: colab/accounts/forms.py:185 | 103 | +#: colab/accounts/forms.py:222 |
128 | msgid "Password confirmation" | 104 | msgid "Password confirmation" |
129 | msgstr "Confirmação de senha" | 105 | msgstr "Confirmação de senha" |
130 | 106 | ||
131 | -#: colab/accounts/forms.py:247 colab/accounts/models.py:77 | 107 | +#: colab/accounts/forms.py:291 colab/accounts/models.py:91 |
132 | msgid "Required. 30 characters or fewer. Letters and digits." | 108 | msgid "Required. 30 characters or fewer. Letters and digits." |
133 | msgstr "Obrigatório. 30 caracteres ou menos. Letras ou digitos." | 109 | msgstr "Obrigatório. 30 caracteres ou menos. Letras ou digitos." |
134 | 110 | ||
135 | -#: colab/accounts/forms.py:249 | 111 | +#: colab/accounts/forms.py:293 |
136 | msgid "This value may contain only letters and numbers." | 112 | msgid "This value may contain only letters and numbers." |
137 | msgstr "Este campo pode conter apenas letras e números." | 113 | msgstr "Este campo pode conter apenas letras e números." |
138 | 114 | ||
139 | -#: colab/accounts/forms.py:252 | 115 | +#: colab/accounts/forms.py:296 |
140 | msgid "" | 116 | msgid "" |
141 | "Raw passwords are not stored, so there is no way to see this user's " | 117 | "Raw passwords are not stored, so there is no way to see this user's " |
142 | "password, but you can change the password using <a href=\"password/\">this " | 118 | "password, but you can change the password using <a href=\"password/\">this " |
@@ -256,77 +232,76 @@ msgstr "Não há contribuições deste usuário até agora." | @@ -256,77 +232,76 @@ msgstr "Não há contribuições deste usuário até agora." | ||
256 | msgid "View more contributions..." | 232 | msgid "View more contributions..." |
257 | msgstr "Ver mais colaborações..." | 233 | msgstr "Ver mais colaborações..." |
258 | 234 | ||
259 | -#: colab/accounts/templates/accounts/user_update_form.html:70 | 235 | +#: colab/accounts/templates/accounts/user_update_form.html:65 |
260 | msgid "We sent a verification email to " | 236 | msgid "We sent a verification email to " |
261 | msgstr "Enviamos um email de verificação para " | 237 | msgstr "Enviamos um email de verificação para " |
262 | 238 | ||
263 | -#: colab/accounts/templates/accounts/user_update_form.html:71 | 239 | +#: colab/accounts/templates/accounts/user_update_form.html:66 |
264 | msgid "Please follow the instructions in it." | 240 | msgid "Please follow the instructions in it." |
265 | msgstr "Por favor, siga as instruções." | 241 | msgstr "Por favor, siga as instruções." |
266 | 242 | ||
267 | -#: colab/accounts/templates/accounts/user_update_form.html:123 | 243 | +#: colab/accounts/templates/accounts/user_update_form.html:109 |
268 | msgid "profile information" | 244 | msgid "profile information" |
269 | msgstr "informações do perfil" | 245 | msgstr "informações do perfil" |
270 | 246 | ||
271 | -#: colab/accounts/templates/accounts/user_update_form.html:128 | 247 | +#: colab/accounts/templates/accounts/user_update_form.html:114 |
272 | msgid "Change your avatar at Gravatar.com" | 248 | msgid "Change your avatar at Gravatar.com" |
273 | msgstr "Troque seu avatar em Gravatar.com" | 249 | msgstr "Troque seu avatar em Gravatar.com" |
274 | 250 | ||
275 | -#: colab/accounts/templates/accounts/user_update_form.html:178 | ||
276 | -#: colab/search/utils.py:56 | 251 | +#: colab/accounts/templates/accounts/user_update_form.html:152 |
252 | +#: colab/plugins/utils/collaborations.py:27 | ||
277 | msgid "Emails" | 253 | msgid "Emails" |
278 | msgstr "Emails" | 254 | msgstr "Emails" |
279 | 255 | ||
280 | -#: colab/accounts/templates/accounts/user_update_form.html:187 | 256 | +#: colab/accounts/templates/accounts/user_update_form.html:161 |
281 | msgid "Primary" | 257 | msgid "Primary" |
282 | msgstr "Primário" | 258 | msgstr "Primário" |
283 | 259 | ||
284 | -#: colab/accounts/templates/accounts/user_update_form.html:190 | 260 | +#: colab/accounts/templates/accounts/user_update_form.html:164 |
285 | msgid "Setting..." | 261 | msgid "Setting..." |
286 | msgstr "Definindo..." | 262 | msgstr "Definindo..." |
287 | 263 | ||
288 | -#: colab/accounts/templates/accounts/user_update_form.html:190 | 264 | +#: colab/accounts/templates/accounts/user_update_form.html:164 |
289 | msgid "Set as Primary" | 265 | msgid "Set as Primary" |
290 | msgstr "Definir como Primário" | 266 | msgstr "Definir como Primário" |
291 | 267 | ||
292 | -#: colab/accounts/templates/accounts/user_update_form.html:191 | 268 | +#: colab/accounts/templates/accounts/user_update_form.html:165 |
293 | msgid "Deleting..." | 269 | msgid "Deleting..." |
294 | msgstr "Apagando..." | 270 | msgstr "Apagando..." |
295 | 271 | ||
296 | -#: colab/accounts/templates/accounts/user_update_form.html:191 | ||
297 | -#: colab/accounts/templates/accounts/user_update_form.html:203 | 272 | +#: colab/accounts/templates/accounts/user_update_form.html:165 |
273 | +#: colab/accounts/templates/accounts/user_update_form.html:177 | ||
298 | msgid "Delete" | 274 | msgid "Delete" |
299 | msgstr "Apagar" | 275 | msgstr "Apagar" |
300 | 276 | ||
301 | -#: colab/accounts/templates/accounts/user_update_form.html:202 | 277 | +#: colab/accounts/templates/accounts/user_update_form.html:176 |
302 | msgid "Sending verification..." | 278 | msgid "Sending verification..." |
303 | msgstr "Enviando verificação..." | 279 | msgstr "Enviando verificação..." |
304 | 280 | ||
305 | -#: colab/accounts/templates/accounts/user_update_form.html:202 | 281 | +#: colab/accounts/templates/accounts/user_update_form.html:176 |
306 | msgid "Verify" | 282 | msgid "Verify" |
307 | msgstr "Verificar" | 283 | msgstr "Verificar" |
308 | 284 | ||
309 | -#: colab/accounts/templates/accounts/user_update_form.html:210 | 285 | +#: colab/accounts/templates/accounts/user_update_form.html:184 |
310 | msgid "Add another email address:" | 286 | msgid "Add another email address:" |
311 | msgstr "Adicionar outro endereço de email" | 287 | msgstr "Adicionar outro endereço de email" |
312 | 288 | ||
313 | -#: colab/accounts/templates/accounts/user_update_form.html:213 | 289 | +#: colab/accounts/templates/accounts/user_update_form.html:187 |
314 | msgid "Add" | 290 | msgid "Add" |
315 | msgstr "Adicionar" | 291 | msgstr "Adicionar" |
316 | 292 | ||
317 | -#: colab/accounts/templates/accounts/user_update_form.html:221 | ||
318 | -#: colab/accounts/templates/accounts/user_update_form.html:225 | 293 | +#: colab/accounts/templates/accounts/user_update_form.html:195 |
294 | +#: colab/accounts/templates/accounts/user_update_form.html:199 | ||
319 | #: colab/accounts/templates/registration/password_change_form_custom.html:26 | 295 | #: colab/accounts/templates/registration/password_change_form_custom.html:26 |
320 | #: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 | 296 | #: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 |
321 | msgid "Change Password" | 297 | msgid "Change Password" |
322 | msgstr "Trocar senha" | 298 | msgstr "Trocar senha" |
323 | 299 | ||
324 | -#: colab/accounts/templates/accounts/user_update_form.html:233 | 300 | +#: colab/accounts/templates/accounts/user_update_form.html:207 |
325 | msgid "Update" | 301 | msgid "Update" |
326 | msgstr "Atualizar" | 302 | msgstr "Atualizar" |
327 | 303 | ||
328 | -#: colab/accounts/templates/accounts/user_update_form.html:234 | ||
329 | -#| msgid "Control Panel" | 304 | +#: colab/accounts/templates/accounts/user_update_form.html:208 |
330 | msgid "Go to profile panel" | 305 | msgid "Go to profile panel" |
331 | msgstr "Ir para meu perfil" | 306 | msgstr "Ir para meu perfil" |
332 | 307 | ||
@@ -372,7 +347,7 @@ msgstr "Endereço de email: " | @@ -372,7 +347,7 @@ msgstr "Endereço de email: " | ||
372 | msgid "Reset password" | 347 | msgid "Reset password" |
373 | msgstr "Redefinir senha" | 348 | msgstr "Redefinir senha" |
374 | 349 | ||
375 | -#: colab/accounts/templates/search/user_search_preview.html:11 | 350 | +#: colab/accounts/templates/search/user_search_preview.html:19 |
376 | #: colab/search/forms.py:19 | 351 | #: colab/search/forms.py:19 |
377 | #: colab/search/templates/search/includes/search_filters.html:134 | 352 | #: colab/search/templates/search/includes/search_filters.html:134 |
378 | #: colab/search/templates/search/includes/search_filters.html:136 | 353 | #: colab/search/templates/search/includes/search_filters.html:136 |
@@ -381,36 +356,35 @@ msgstr "Redefinir senha" | @@ -381,36 +356,35 @@ msgstr "Redefinir senha" | ||
381 | msgid "Since" | 356 | msgid "Since" |
382 | msgstr "Desde" | 357 | msgstr "Desde" |
383 | 358 | ||
384 | -#: colab/accounts/templates/search/user_search_preview.html:12 | ||
385 | -#, fuzzy | ||
386 | -#| msgid "Register" | 359 | + |
360 | +#: colab/accounts/templates/search/user_search_preview.html | ||
387 | msgid "Registered in" | 361 | msgid "Registered in" |
388 | -msgstr "Cadastre-se" | 362 | +msgstr "Registrado em" |
389 | 363 | ||
390 | #: colab/accounts/templatetags/date_format.py:8 | 364 | #: colab/accounts/templatetags/date_format.py:8 |
391 | #, python-format | 365 | #, python-format |
392 | msgid "%(m)s %(d)s %(y)s" | 366 | msgid "%(m)s %(d)s %(y)s" |
393 | -msgstr "" | 367 | +msgstr "%(d)s %(m)s %(y)s" |
394 | 368 | ||
395 | #: colab/accounts/templatetags/date_format.py:17 | 369 | #: colab/accounts/templatetags/date_format.py:17 |
396 | #, python-format | 370 | #, python-format |
397 | msgid "%(hour)s:%(min)s" | 371 | msgid "%(hour)s:%(min)s" |
398 | -msgstr "" | 372 | +msgstr "%(hour)s:%(min)s" |
399 | 373 | ||
400 | #: colab/accounts/templatetags/date_format.py:19 | 374 | #: colab/accounts/templatetags/date_format.py:19 |
401 | #, python-format | 375 | #, python-format |
402 | -msgid "%s at %s" | ||
403 | -msgstr "" | 376 | +msgid "%(formatted_date)s at %(formatted_time)s" |
377 | +msgstr "%(formatted_date)s as %(formatted_time)s" | ||
404 | 378 | ||
405 | -#: colab/accounts/views.py:126 | 379 | +#: colab/accounts/views.py:127 |
406 | msgid "Your profile has been created!" | 380 | msgid "Your profile has been created!" |
407 | msgstr "Seu perfil foi criado!" | 381 | msgstr "Seu perfil foi criado!" |
408 | 382 | ||
409 | -#: colab/accounts/views.py:186 | 383 | +#: colab/accounts/views.py:187 |
410 | msgid "Your password was changed." | 384 | msgid "Your password was changed." |
411 | msgstr "Sua senha foi modificada." | 385 | msgstr "Sua senha foi modificada." |
412 | 386 | ||
413 | -#: colab/accounts/views.py:202 | 387 | +#: colab/accounts/views.py:203 |
414 | msgid "Your password has been set. You may go ahead and log in now." | 388 | msgid "Your password has been set. You may go ahead and log in now." |
415 | msgstr "Sua senha foi modificada. Você já pode efetuar o login agora." | 389 | msgstr "Sua senha foi modificada. Você já pode efetuar o login agora." |
416 | 390 | ||
@@ -435,7 +409,7 @@ msgstr "Últimas colaborações" | @@ -435,7 +409,7 @@ msgstr "Últimas colaborações" | ||
435 | msgid "Search" | 409 | msgid "Search" |
436 | msgstr "Busca" | 410 | msgstr "Busca" |
437 | 411 | ||
438 | -#: colab/search/forms.py:18 | 412 | +#: colab/search/forms.py:18 colab/settings.py:144 |
439 | msgid "Type" | 413 | msgid "Type" |
440 | msgstr "Tipo" | 414 | msgstr "Tipo" |
441 | 415 | ||
@@ -484,11 +458,11 @@ msgstr "Pesquise aqui" | @@ -484,11 +458,11 @@ msgstr "Pesquise aqui" | ||
484 | msgid "Filters" | 458 | msgid "Filters" |
485 | msgstr "Filtros" | 459 | msgstr "Filtros" |
486 | 460 | ||
487 | -#: colab/search/templates/search/search.html:76 | 461 | +#: colab/search/templates/search/search.html:77 |
488 | msgid "No results for your search." | 462 | msgid "No results for your search." |
489 | msgstr "Não há resultados para sua busca." | 463 | msgstr "Não há resultados para sua busca." |
490 | 464 | ||
491 | -#: colab/search/templates/search/search.html:78 | 465 | +#: colab/search/templates/search/search.html:79 |
492 | msgid "You are searching for" | 466 | msgid "You are searching for" |
493 | msgstr "Você está procurando por" | 467 | msgstr "Você está procurando por" |
494 | 468 | ||
@@ -512,31 +486,31 @@ msgstr "Atividade recente" | @@ -512,31 +486,31 @@ msgstr "Atividade recente" | ||
512 | msgid "Relevance" | 486 | msgid "Relevance" |
513 | msgstr "Relevância" | 487 | msgstr "Relevância" |
514 | 488 | ||
515 | -#: colab/settings.py:149 | 489 | +#: colab/settings.py:153 |
516 | msgid "Document" | 490 | msgid "Document" |
517 | msgstr "Documento" | 491 | msgstr "Documento" |
518 | 492 | ||
519 | -#: colab/settings.py:151 | 493 | +#: colab/settings.py:155 |
520 | msgid "Presentation" | 494 | msgid "Presentation" |
521 | msgstr "Apresentação" | 495 | msgstr "Apresentação" |
522 | 496 | ||
523 | -#: colab/settings.py:152 | 497 | +#: colab/settings.py:156 |
524 | msgid "Text" | 498 | msgid "Text" |
525 | msgstr "Texto" | 499 | msgstr "Texto" |
526 | 500 | ||
527 | -#: colab/settings.py:153 | 501 | +#: colab/settings.py:157 |
528 | msgid "Code" | 502 | msgid "Code" |
529 | msgstr "Código" | 503 | msgstr "Código" |
530 | 504 | ||
531 | -#: colab/settings.py:155 | 505 | +#: colab/settings.py:159 |
532 | msgid "Compressed" | 506 | msgid "Compressed" |
533 | msgstr "Compactado" | 507 | msgstr "Compactado" |
534 | 508 | ||
535 | -#: colab/settings.py:156 | 509 | +#: colab/settings.py:160 |
536 | msgid "Image" | 510 | msgid "Image" |
537 | msgstr "Imagem" | 511 | msgstr "Imagem" |
538 | 512 | ||
539 | -#: colab/settings.py:158 | 513 | +#: colab/settings.py:162 |
540 | msgid "Spreadsheet" | 514 | msgid "Spreadsheet" |
541 | msgstr "Planilha" | 515 | msgstr "Planilha" |
542 | 516 | ||
@@ -548,7 +522,7 @@ msgstr "Não encontrado. Continue procurando! :)" | @@ -548,7 +522,7 @@ msgstr "Não encontrado. Continue procurando! :)" | ||
548 | msgid "Ooopz... something went wrong!" | 522 | msgid "Ooopz... something went wrong!" |
549 | msgstr "Ooopa... algo saiu errado!" | 523 | msgstr "Ooopa... algo saiu errado!" |
550 | 524 | ||
551 | -#: colab/templates/base.html:74 | 525 | +#: colab/templates/base.html:79 |
552 | msgid "The login has failed. Please, try again." | 526 | msgid "The login has failed. Please, try again." |
553 | msgstr "O login falhou. Por favor, tente novamente." | 527 | msgstr "O login falhou. Por favor, tente novamente." |
554 | 528 | ||
@@ -569,7 +543,6 @@ msgid "Groups" | @@ -569,7 +543,6 @@ msgid "Groups" | ||
569 | msgstr "Grupos" | 543 | msgstr "Grupos" |
570 | 544 | ||
571 | #: colab/templates/header.html:57 | 545 | #: colab/templates/header.html:57 |
572 | -#| msgid "My Profile" | ||
573 | msgid "My Profile" | 546 | msgid "My Profile" |
574 | msgstr "Meu Perfil" | 547 | msgstr "Meu Perfil" |
575 | 548 | ||
@@ -618,132 +591,154 @@ msgid "RSS - Latest Threads" | @@ -618,132 +591,154 @@ msgid "RSS - Latest Threads" | ||
618 | msgstr "RSS - Últimas Discussões" | 591 | msgstr "RSS - Últimas Discussões" |
619 | 592 | ||
620 | #, fuzzy | 593 | #, fuzzy |
621 | -#~| msgid "Gitlab Projects" | ||
622 | -#~ msgid "Public Projects" | ||
623 | -#~ msgstr "Projetos no Gitlab" | 594 | +# ~| msgid "Gitlab Projects" |
595 | +msgid "Public Projects" | ||
596 | +msgstr "Projetos no Gitlab" | ||
624 | 597 | ||
625 | #, fuzzy | 598 | #, fuzzy |
626 | -#~| msgid "Gitlab Project" | ||
627 | -#~ msgid "New Project" | ||
628 | -#~ msgstr "Projeto no Gitlab" | 599 | +# ~| msgid "My Profile" |
600 | +msgid "Profile" | ||
601 | +msgstr "Meu Perfil" | ||
602 | + | ||
603 | +#, fuzzy | ||
604 | +# ~| msgid "Gitlab Project" | ||
605 | +msgid "New Project" | ||
606 | +msgstr "Projeto no Gitlab" | ||
629 | 607 | ||
630 | #, fuzzy | 608 | #, fuzzy |
631 | -#~| msgid "Gitlab Projects" | ||
632 | -#~ msgid "Projects" | ||
633 | -#~ msgstr "Projetos no Gitlab" | 609 | +# ~| msgid "Gitlab Projects" |
610 | +msgid "Projects" | ||
611 | +msgstr "Projetos no Gitlab" | ||
634 | 612 | ||
635 | #, fuzzy | 613 | #, fuzzy |
636 | -#~| msgid "Gitlab Issues" | ||
637 | -#~ msgid "Issues" | ||
638 | -#~ msgstr "Tíquetes no Gitlab" | 614 | +# ~| msgid "Gitlab Issues" |
615 | +msgid "Issues" | ||
616 | +msgstr "Tíquetes no Gitlab" | ||
617 | + | ||
618 | +#, fuzzy | ||
619 | +# ~| msgid "Gitlab Merge Requests" | ||
620 | +msgid "Merge Requests" | ||
621 | +msgstr "Envio de Contribuições no Gitlab" | ||
622 | + | ||
623 | +msgid "Social" | ||
624 | +msgstr "Social" | ||
639 | 625 | ||
640 | #, fuzzy | 626 | #, fuzzy |
641 | -#~| msgid "Gitlab Merge Requests" | ||
642 | -#~ msgid "Merge Requests" | ||
643 | -#~ msgstr "Envio de Contribuições no Gitlab" | 627 | +# ~| msgid "Username" |
628 | +msgid "Users" | ||
629 | +msgstr "Usuário" | ||
630 | + | ||
631 | +msgid "Communities" | ||
632 | +msgstr "Comunidades" | ||
633 | + | ||
634 | +msgid "Control Panel" | ||
635 | +msgstr "Painel de Controle" | ||
636 | + | ||
637 | +msgid "" | ||
638 | +"Please enter a correct %(username)s and password. Note that both fields " | ||
639 | +"may be case-sensitive." | ||
640 | +msgstr "" | ||
641 | +"Por favor entre com um %(username)s e senha. Note que ambos os campos " | ||
642 | +"diferenciam letras maiúsculas de minúsculas" | ||
644 | 643 | ||
645 | -#~ msgid "" | ||
646 | -#~ "Please enter a correct %(username)s and password. Note that both fields " | ||
647 | -#~ "may be case-sensitive." | ||
648 | -#~ msgstr "" | ||
649 | -#~ "Por favor entre com um %(username)s e senha. Note que ambos os campos " | ||
650 | -#~ "diferenciam letras maiúsculas de minúsculas" | 644 | +msgid "This account is inactive." |
645 | +msgstr "Esta conta está inativa." | ||
651 | 646 | ||
652 | -#~ msgid "This account is inactive." | ||
653 | -#~ msgstr "Esta conta está inativa." | 647 | +msgid "Email" |
648 | +msgstr "Email" | ||
654 | 649 | ||
655 | -#~ msgid "Email" | ||
656 | -#~ msgstr "Email" | 650 | +msgid "New password" |
651 | +msgstr "Nova senha" | ||
657 | 652 | ||
658 | -#~ msgid "New password" | ||
659 | -#~ msgstr "Nova senha" | 653 | +msgid "New password confirmation" |
654 | +msgstr "Confirmar nova senha" | ||
660 | 655 | ||
661 | -#~ msgid "New password confirmation" | ||
662 | -#~ msgstr "Confirmar nova senha" | 656 | +msgid "Your old password was entered incorrectly. Please enter it again." |
657 | +msgstr "Sua senha atual está incorreta. Por favor tente novamente." | ||
663 | 658 | ||
664 | -#~ msgid "Your old password was entered incorrectly. Please enter it again." | ||
665 | -#~ msgstr "Sua senha atual está incorreta. Por favor tente novamente." | 659 | +msgid "Old password" |
660 | +msgstr "Senha atual" | ||
666 | 661 | ||
667 | -#~ msgid "Old password" | ||
668 | -#~ msgstr "Senha atual" | 662 | +msgid "Password (again)" |
663 | +msgstr "Senha (novamente)" | ||
669 | 664 | ||
670 | -#~ msgid "Password (again)" | ||
671 | -#~ msgstr "Senha (novamente)" | 665 | +msgid "Enter a valid username." |
666 | +msgstr "Insira um nome de usuário válido." | ||
672 | 667 | ||
673 | -#~ msgid "Enter a valid username." | ||
674 | -#~ msgstr "Insira um nome de usuário válido." | 668 | +msgid "Gitlab Group" |
669 | +msgstr "Grupo no Gitlab" | ||
675 | 670 | ||
676 | -#~ msgid "Gitlab Group" | ||
677 | -#~ msgstr "Grupo no Gitlab" | 671 | +msgid "Gitlab Groups" |
672 | +msgstr "Grupos no Gitlab" | ||
678 | 673 | ||
679 | -#~ msgid "Gitlab Groups" | ||
680 | -#~ msgstr "Grupos no Gitlab" | 674 | +msgid "Gitlab Merge Request" |
675 | +msgstr "Envio de Contribuição no Gitlab" | ||
681 | 676 | ||
682 | -#~ msgid "Gitlab Merge Request" | ||
683 | -#~ msgstr "Envio de Contribuição no Gitlab" | 677 | +msgid "Gitlab Issue" |
678 | +msgstr "Tíquete no Gitlab" | ||
684 | 679 | ||
685 | -#~ msgid "Gitlab Issue" | ||
686 | -#~ msgstr "Tíquete no Gitlab" | 680 | +msgid "Gitlab Comments" |
681 | +msgstr "Comentários no Gitlab" | ||
687 | 682 | ||
688 | -#~ msgid "Gitlab Comments" | ||
689 | -#~ msgstr "Comentários no Gitlab" | 683 | +msgid "Community" |
684 | +msgstr "Comunidade" | ||
690 | 685 | ||
691 | -#~ msgid "Community" | ||
692 | -#~ msgstr "Comunidade" | 686 | +msgid "Article" |
687 | +msgstr "Artigo" | ||
693 | 688 | ||
694 | -#~ msgid "Article" | ||
695 | -#~ msgstr "Artigo" | 689 | +msgid "Articles" |
690 | +msgstr "Artigos" | ||
696 | 691 | ||
697 | -#~ msgid "Articles" | ||
698 | -#~ msgstr "Artigos" | 692 | +msgid "Author" |
693 | +msgstr "Autor" | ||
699 | 694 | ||
700 | -#~ msgid "Author" | ||
701 | -#~ msgstr "Autor" | 695 | +msgid "Modified by" |
696 | +msgstr "Modificado por" | ||
702 | 697 | ||
703 | -#~ msgid "Modified by" | ||
704 | -#~ msgstr "Modificado por" | 698 | +msgid "Status" |
699 | +msgstr "Status" | ||
705 | 700 | ||
706 | -#~ msgid "Status" | ||
707 | -#~ msgstr "Status" | 701 | +msgid "Mailinglist" |
702 | +msgstr "Lista de discussão" | ||
708 | 703 | ||
709 | -#~ msgid "Mailinglist" | ||
710 | -#~ msgstr "Lista de discussão" | 704 | +msgid "Milestone" |
705 | +msgstr "Marco" | ||
711 | 706 | ||
712 | -#~ msgid "Milestone" | ||
713 | -#~ msgstr "Marco" | 707 | +msgid "Priority" |
708 | +msgstr "Prioridade" | ||
714 | 709 | ||
715 | -#~ msgid "Priority" | ||
716 | -#~ msgstr "Prioridade" | 710 | +msgid "Component" |
711 | +msgstr "Componente" | ||
717 | 712 | ||
718 | -#~ msgid "Component" | ||
719 | -#~ msgstr "Componente" | 713 | +msgid "Severity" |
714 | +msgstr "Severidade" | ||
720 | 715 | ||
721 | -#~ msgid "Severity" | ||
722 | -#~ msgstr "Severidade" | 716 | +msgid "Reporter" |
717 | +msgstr "Relator" | ||
723 | 718 | ||
724 | -#~ msgid "Reporter" | ||
725 | -#~ msgstr "Relator" | 719 | +msgid "Keywords" |
720 | +msgstr "Palavras chave" | ||
726 | 721 | ||
727 | -#~ msgid "Keywords" | ||
728 | -#~ msgstr "Palavras chave" | 722 | +msgid "Collaborators" |
723 | +msgstr "Colaboradores" | ||
729 | 724 | ||
730 | -#~ msgid "Collaborators" | ||
731 | -#~ msgstr "Colaboradores" | 725 | +msgid "Repository" |
726 | +msgstr "Repositório" | ||
732 | 727 | ||
733 | -#~ msgid "Repository" | ||
734 | -#~ msgstr "Repositório" | 728 | +msgid "Used by" |
729 | +msgstr "Usado por" | ||
735 | 730 | ||
736 | -#~ msgid "Used by" | ||
737 | -#~ msgstr "Usado por" | 731 | +msgid "File type" |
732 | +msgstr "Tipo do arquivo" | ||
738 | 733 | ||
739 | -#~ msgid "File type" | ||
740 | -#~ msgstr "Tipo do arquivo" | 734 | +msgid "Size" |
735 | +msgstr "Tamanho" | ||
741 | 736 | ||
742 | -#~ msgid "Size" | ||
743 | -#~ msgstr "Tamanho" | 737 | +msgid "Paste" |
738 | +msgstr "Cole aqui" | ||
744 | 739 | ||
745 | -#~ msgid "Discussion" | ||
746 | -#~ msgstr "Discussão" | 740 | +msgid "Discussion" |
741 | +msgstr "Discussão" | ||
747 | 742 | ||
748 | -#~ msgid "Paste" | ||
749 | -#~ msgstr "Cole aqui" | 743 | +msgid "at" |
744 | +msgstr "às" |
colab/super_archives/locale/en/LC_MESSAGES/django.mo
No preview for this file type
colab/super_archives/locale/en/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid "" | @@ -8,7 +8,7 @@ msgid "" | ||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2015-09-01 13:15+0000\n" | 11 | +"POT-Creation-Date: 2015-12-11 14:07+0000\n" |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -17,137 +17,158 @@ msgstr "" | @@ -17,137 +17,158 @@ msgstr "" | ||
17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
19 | 19 | ||
20 | -#: super_archives/management/commands/import_emails.py:213 | 20 | +#: colab/super_archives/filters.py:8 |
21 | +#: colab/super_archives/templates/search/thread_search_preview.html:30 | ||
22 | +msgid "Discussion" | ||
23 | +msgstr "" | ||
24 | + | ||
25 | +#: colab/super_archives/filters.py:11 | ||
26 | +msgid "Author" | ||
27 | +msgstr "" | ||
28 | + | ||
29 | +#: colab/super_archives/filters.py:14 | ||
30 | +msgid "Mailinglist" | ||
31 | +msgstr "" | ||
32 | + | ||
33 | +#: colab/super_archives/management/commands/import_emails.py:213 | ||
21 | msgid "[Colab] Warning - Email sent with a blank subject." | 34 | msgid "[Colab] Warning - Email sent with a blank subject." |
22 | msgstr "" | 35 | msgstr "" |
23 | 36 | ||
24 | -#: super_archives/models.py:77 | ||
25 | -#: super_archives/templates/message-preview.html:62 | ||
26 | -#: super_archives/templates/message-thread.html:4 | 37 | +#: colab/super_archives/models.py:77 |
38 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:62 | ||
39 | +#: colab/super_archives/templates/message-thread.html:4 | ||
27 | msgid "Anonymous" | 40 | msgid "Anonymous" |
28 | msgstr "" | 41 | msgstr "" |
29 | 42 | ||
30 | -#: super_archives/models.py:133 | 43 | +#: colab/super_archives/models.py:149 |
31 | msgid "Mailing List" | 44 | msgid "Mailing List" |
32 | msgstr "" | 45 | msgstr "" |
33 | 46 | ||
34 | -#: super_archives/models.py:134 | 47 | +#: colab/super_archives/models.py:150 |
35 | msgid "The Mailing List where is the thread" | 48 | msgid "The Mailing List where is the thread" |
36 | msgstr "" | 49 | msgstr "" |
37 | 50 | ||
38 | -#: super_archives/models.py:137 | 51 | +#: colab/super_archives/models.py:153 |
39 | msgid "Latest message" | 52 | msgid "Latest message" |
40 | msgstr "" | 53 | msgstr "" |
41 | 54 | ||
42 | -#: super_archives/models.py:138 | 55 | +#: colab/super_archives/models.py:154 |
43 | msgid "Latest message posted" | 56 | msgid "Latest message posted" |
44 | msgstr "" | 57 | msgstr "" |
45 | 58 | ||
46 | -#: super_archives/models.py:139 | 59 | +#: colab/super_archives/models.py:155 |
47 | msgid "Score" | 60 | msgid "Score" |
48 | msgstr "" | 61 | msgstr "" |
49 | 62 | ||
50 | -#: super_archives/models.py:140 | 63 | +#: colab/super_archives/models.py:156 |
51 | msgid "Thread score" | 64 | msgid "Thread score" |
52 | msgstr "" | 65 | msgstr "" |
53 | 66 | ||
54 | -#: super_archives/models.py:153 | 67 | +#: colab/super_archives/models.py:169 |
55 | msgid "Thread" | 68 | msgid "Thread" |
56 | msgstr "" | 69 | msgstr "" |
57 | 70 | ||
58 | -#: super_archives/models.py:154 | 71 | +#: colab/super_archives/models.py:170 |
59 | msgid "Threads" | 72 | msgid "Threads" |
60 | msgstr "" | 73 | msgstr "" |
61 | 74 | ||
62 | -#: super_archives/models.py:267 | 75 | +#: colab/super_archives/models.py:283 |
63 | msgid "Subject" | 76 | msgid "Subject" |
64 | msgstr "" | 77 | msgstr "" |
65 | 78 | ||
66 | -#: super_archives/models.py:268 | 79 | +#: colab/super_archives/models.py:284 |
67 | msgid "Please enter a message subject" | 80 | msgid "Please enter a message subject" |
68 | msgstr "" | 81 | msgstr "" |
69 | 82 | ||
70 | -#: super_archives/models.py:271 | 83 | +#: colab/super_archives/models.py:287 |
71 | msgid "Message body" | 84 | msgid "Message body" |
72 | msgstr "" | 85 | msgstr "" |
73 | 86 | ||
74 | -#: super_archives/models.py:272 | 87 | +#: colab/super_archives/models.py:288 |
75 | msgid "Please enter a message body" | 88 | msgid "Please enter a message body" |
76 | msgstr "" | 89 | msgstr "" |
77 | 90 | ||
78 | -#: super_archives/models.py:282 | 91 | +#: colab/super_archives/models.py:298 |
79 | msgid "Message" | 92 | msgid "Message" |
80 | msgstr "" | 93 | msgstr "" |
81 | 94 | ||
82 | -#: super_archives/models.py:283 | 95 | +#: colab/super_archives/models.py:299 |
83 | msgid "Messages" | 96 | msgid "Messages" |
84 | msgstr "" | 97 | msgstr "" |
85 | 98 | ||
86 | -#: super_archives/templates/message-preview.html:42 | ||
87 | -#: super_archives/templates/message-preview.html:62 | 99 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:42 |
100 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:62 | ||
88 | msgid "by" | 101 | msgid "by" |
89 | msgstr "" | 102 | msgstr "" |
90 | 103 | ||
91 | -#: super_archives/templates/message-preview.html:65 | ||
92 | -#: super_archives/templates/message-thread.html:161 | 104 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:65 |
105 | +#: colab/super_archives/templates/message-thread.html:161 | ||
93 | msgid "ago" | 106 | msgid "ago" |
94 | msgstr "" | 107 | msgstr "" |
95 | 108 | ||
96 | -#: super_archives/templates/message-thread.html:35 | 109 | +#: colab/super_archives/templates/message-thread.html:35 |
97 | msgid "You must login before voting." | 110 | msgid "You must login before voting." |
98 | msgstr "" | 111 | msgstr "" |
99 | 112 | ||
100 | -#: super_archives/templates/message-thread.html:132 | 113 | +#: colab/super_archives/templates/message-thread.html:132 |
101 | msgid "Order by" | 114 | msgid "Order by" |
102 | msgstr "" | 115 | msgstr "" |
103 | 116 | ||
104 | -#: super_archives/templates/message-thread.html:136 | 117 | +#: colab/super_archives/templates/message-thread.html:136 |
105 | msgid "Votes" | 118 | msgid "Votes" |
106 | msgstr "" | 119 | msgstr "" |
107 | 120 | ||
108 | -#: super_archives/templates/message-thread.html:140 | 121 | +#: colab/super_archives/templates/message-thread.html:140 |
109 | msgid "Date" | 122 | msgid "Date" |
110 | msgstr "" | 123 | msgstr "" |
111 | 124 | ||
112 | -#: super_archives/templates/message-thread.html:145 | 125 | +#: colab/super_archives/templates/message-thread.html:145 |
113 | msgid "Related:" | 126 | msgid "Related:" |
114 | msgstr "" | 127 | msgstr "" |
115 | 128 | ||
116 | -#: super_archives/templates/message-thread.html:156 | 129 | +#: colab/super_archives/templates/message-thread.html:156 |
117 | msgid "Statistics:" | 130 | msgid "Statistics:" |
118 | msgstr "" | 131 | msgstr "" |
119 | 132 | ||
120 | -#: super_archives/templates/message-thread.html:160 | 133 | +#: colab/super_archives/templates/message-thread.html:160 |
121 | msgid "started at" | 134 | msgid "started at" |
122 | msgstr "" | 135 | msgstr "" |
123 | 136 | ||
124 | -#: super_archives/templates/message-thread.html:166 | 137 | +#: colab/super_archives/templates/message-thread.html:166 |
125 | msgid "viewed" | 138 | msgid "viewed" |
126 | msgstr "" | 139 | msgstr "" |
127 | 140 | ||
128 | -#: super_archives/templates/message-thread.html:167 | ||
129 | -#: super_archives/templates/message-thread.html:172 | ||
130 | -#: super_archives/templates/message-thread.html:177 | 141 | +#: colab/super_archives/templates/message-thread.html:167 |
142 | +#: colab/super_archives/templates/message-thread.html:172 | ||
143 | +#: colab/super_archives/templates/message-thread.html:177 | ||
131 | msgid "times" | 144 | msgid "times" |
132 | msgstr "" | 145 | msgstr "" |
133 | 146 | ||
134 | -#: super_archives/templates/message-thread.html:171 | 147 | +#: colab/super_archives/templates/message-thread.html:171 |
135 | msgid "answered" | 148 | msgid "answered" |
136 | msgstr "" | 149 | msgstr "" |
137 | 150 | ||
138 | -#: super_archives/templates/message-thread.html:176 | 151 | +#: colab/super_archives/templates/message-thread.html:176 |
139 | msgid "voted" | 152 | msgid "voted" |
140 | msgstr "" | 153 | msgstr "" |
141 | 154 | ||
142 | -#: super_archives/templates/message-thread.html:182 | 155 | +#: colab/super_archives/templates/message-thread.html:182 |
143 | msgid "Tags:" | 156 | msgid "Tags:" |
144 | msgstr "" | 157 | msgstr "" |
145 | 158 | ||
146 | -#: super_archives/templates/superarchives/emails/email_blank_subject.txt:2 | 159 | +#: colab/super_archives/templates/search/thread_search_preview.html:5 |
160 | +msgid "at" | ||
161 | +msgstr "" | ||
162 | + | ||
163 | +#: colab/super_archives/templates/search/thread_search_preview.html:30 | ||
164 | +msgid "Registred in" | ||
165 | +msgstr "" | ||
166 | + | ||
167 | +#: colab/super_archives/templates/superarchives/emails/email_blank_subject.txt:2 | ||
147 | msgid "Hello" | 168 | msgid "Hello" |
148 | msgstr "" | 169 | msgstr "" |
149 | 170 | ||
150 | -#: super_archives/templates/superarchives/emails/email_blank_subject.txt:3 | 171 | +#: colab/super_archives/templates/superarchives/emails/email_blank_subject.txt:3 |
151 | #, python-format | 172 | #, python-format |
152 | msgid "" | 173 | msgid "" |
153 | "\n" | 174 | "\n" |
@@ -161,109 +182,109 @@ msgid "" | @@ -161,109 +182,109 @@ msgid "" | ||
161 | "Thank you.\n" | 182 | "Thank you.\n" |
162 | msgstr "" | 183 | msgstr "" |
163 | 184 | ||
164 | -#: super_archives/templates/superarchives/emails/email_verification.txt:2 | 185 | +#: colab/super_archives/templates/superarchives/emails/email_verification.txt:2 |
165 | #, python-format | 186 | #, python-format |
166 | msgid "" | 187 | msgid "" |
167 | "Hey, we want to verify that you are indeed \"%(fullname)s (%(username)s)\". " | 188 | "Hey, we want to verify that you are indeed \"%(fullname)s (%(username)s)\". " |
168 | "If that's the case, please follow the link below:" | 189 | "If that's the case, please follow the link below:" |
169 | msgstr "" | 190 | msgstr "" |
170 | 191 | ||
171 | -#: super_archives/templates/superarchives/emails/email_verification.txt:6 | 192 | +#: colab/super_archives/templates/superarchives/emails/email_verification.txt:6 |
172 | #, python-format | 193 | #, python-format |
173 | msgid "" | 194 | msgid "" |
174 | "If you're not %(username)s or didn't request verification you can ignore " | 195 | "If you're not %(username)s or didn't request verification you can ignore " |
175 | "this email." | 196 | "this email." |
176 | msgstr "" | 197 | msgstr "" |
177 | 198 | ||
178 | -#: super_archives/templates/superarchives/includes/message.html:17 | ||
179 | -#: super_archives/templates/superarchives/includes/message.html:18 | 199 | +#: colab/super_archives/templates/superarchives/includes/message.html:17 |
200 | +#: colab/super_archives/templates/superarchives/includes/message.html:18 | ||
180 | msgid "Link to this message" | 201 | msgid "Link to this message" |
181 | msgstr "" | 202 | msgstr "" |
182 | 203 | ||
183 | -#: super_archives/templates/superarchives/includes/message.html:46 | 204 | +#: colab/super_archives/templates/superarchives/includes/message.html:46 |
184 | msgid "Reply" | 205 | msgid "Reply" |
185 | msgstr "" | 206 | msgstr "" |
186 | 207 | ||
187 | -#: super_archives/templates/superarchives/includes/message.html:63 | 208 | +#: colab/super_archives/templates/superarchives/includes/message.html:63 |
188 | msgid "Send a message" | 209 | msgid "Send a message" |
189 | msgstr "" | 210 | msgstr "" |
190 | 211 | ||
191 | -#: super_archives/templates/superarchives/includes/message.html:66 | 212 | +#: colab/super_archives/templates/superarchives/includes/message.html:66 |
192 | msgid "" | 213 | msgid "" |
193 | "After sending a message it will take few minutes before it shows up in here. " | 214 | "After sending a message it will take few minutes before it shows up in here. " |
194 | "Why don't you grab a coffee?" | 215 | "Why don't you grab a coffee?" |
195 | msgstr "" | 216 | msgstr "" |
196 | 217 | ||
197 | -#: super_archives/templates/superarchives/includes/message.html:69 | 218 | +#: colab/super_archives/templates/superarchives/includes/message.html:69 |
198 | msgid "Send" | 219 | msgid "Send" |
199 | msgstr "" | 220 | msgstr "" |
200 | 221 | ||
201 | -#: super_archives/templates/superarchives/thread-dashboard.html:4 | ||
202 | -#: super_archives/templates/superarchives/thread-dashboard.html:7 | 222 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:4 |
223 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:7 | ||
203 | msgid "Groups" | 224 | msgid "Groups" |
204 | msgstr "" | 225 | msgstr "" |
205 | 226 | ||
206 | -#: super_archives/templates/superarchives/thread-dashboard.html:14 | 227 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:13 |
207 | #, python-format | 228 | #, python-format |
208 | msgid "%(number_of_users)s members" | 229 | msgid "%(number_of_users)s members" |
209 | msgstr "" | 230 | msgstr "" |
210 | 231 | ||
211 | -#: super_archives/templates/superarchives/thread-dashboard.html:20 | 232 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:19 |
212 | msgid "latest" | 233 | msgid "latest" |
213 | msgstr "" | 234 | msgstr "" |
214 | 235 | ||
215 | -#: super_archives/templates/superarchives/thread-dashboard.html:28 | ||
216 | -#: super_archives/templates/superarchives/thread-dashboard.html:42 | 236 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:27 |
237 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:41 | ||
217 | msgid "more..." | 238 | msgid "more..." |
218 | msgstr "" | 239 | msgstr "" |
219 | 240 | ||
220 | -#: super_archives/templates/superarchives/thread-dashboard.html:34 | 241 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:33 |
221 | msgid "most relevant" | 242 | msgid "most relevant" |
222 | msgstr "" | 243 | msgstr "" |
223 | 244 | ||
224 | -#: super_archives/utils/email.py:14 | 245 | +#: colab/super_archives/utils/email.py:14 |
225 | msgid "Please verify your email " | 246 | msgid "Please verify your email " |
226 | msgstr "" | 247 | msgstr "" |
227 | 248 | ||
228 | -#: super_archives/views.py:112 | 249 | +#: colab/super_archives/views.py:113 |
229 | msgid "Error trying to connect to Mailman API" | 250 | msgid "Error trying to connect to Mailman API" |
230 | msgstr "" | 251 | msgstr "" |
231 | 252 | ||
232 | -#: super_archives/views.py:115 | 253 | +#: colab/super_archives/views.py:116 |
233 | msgid "Timeout trying to connect to Mailman API" | 254 | msgid "Timeout trying to connect to Mailman API" |
234 | msgstr "" | 255 | msgstr "" |
235 | 256 | ||
236 | -#: super_archives/views.py:119 | 257 | +#: colab/super_archives/views.py:120 |
237 | msgid "" | 258 | msgid "" |
238 | "Your message was sent to this topic. It may take some minutes before it's " | 259 | "Your message was sent to this topic. It may take some minutes before it's " |
239 | "delivered by email to the group. Why don't you breath some fresh air in the " | 260 | "delivered by email to the group. Why don't you breath some fresh air in the " |
240 | "meanwhile?" | 261 | "meanwhile?" |
241 | msgstr "" | 262 | msgstr "" |
242 | 263 | ||
243 | -#: super_archives/views.py:128 | 264 | +#: colab/super_archives/views.py:129 |
244 | msgid "You cannot send an empty email" | 265 | msgid "You cannot send an empty email" |
245 | msgstr "" | 266 | msgstr "" |
246 | 267 | ||
247 | -#: super_archives/views.py:130 | 268 | +#: colab/super_archives/views.py:131 |
248 | msgid "Mailing list does not exist" | 269 | msgid "Mailing list does not exist" |
249 | msgstr "" | 270 | msgstr "" |
250 | 271 | ||
251 | -#: super_archives/views.py:133 | 272 | +#: colab/super_archives/views.py:134 |
252 | msgid "Unknown error trying to connect to Mailman API" | 273 | msgid "Unknown error trying to connect to Mailman API" |
253 | msgstr "" | 274 | msgstr "" |
254 | 275 | ||
255 | -#: super_archives/views.py:188 | 276 | +#: colab/super_archives/views.py:170 |
256 | msgid "" | 277 | msgid "" |
257 | "The email address you are trying to verify either has already been verified " | 278 | "The email address you are trying to verify either has already been verified " |
258 | "or does not exist." | 279 | "or does not exist." |
259 | msgstr "" | 280 | msgstr "" |
260 | 281 | ||
261 | -#: super_archives/views.py:199 | 282 | +#: colab/super_archives/views.py:181 |
262 | msgid "" | 283 | msgid "" |
263 | "The email address you are trying to verify is already an active email " | 284 | "The email address you are trying to verify is already an active email " |
264 | "address." | 285 | "address." |
265 | msgstr "" | 286 | msgstr "" |
266 | 287 | ||
267 | -#: super_archives/views.py:213 | 288 | +#: colab/super_archives/views.py:195 |
268 | msgid "Email address verified!" | 289 | msgid "Email address verified!" |
269 | msgstr "" | 290 | msgstr "" |
colab/super_archives/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
colab/super_archives/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid "" | @@ -8,7 +8,7 @@ msgid "" | ||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: colab\n" | 9 | "Project-Id-Version: colab\n" |
10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2015-09-01 13:15+0000\n" | 11 | +"POT-Creation-Date: 2015-12-11 14:10+0000\n" |
12 | "PO-Revision-Date: 2014-11-21 17:38+0000\n" | 12 | "PO-Revision-Date: 2014-11-21 17:38+0000\n" |
13 | "Last-Translator: Sergio Oliveira <seocam@seocam.com>\n" | 13 | "Last-Translator: Sergio Oliveira <seocam@seocam.com>\n" |
14 | "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" | 14 | "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" |
@@ -19,137 +19,162 @@ msgstr "" | @@ -19,137 +19,162 @@ msgstr "" | ||
19 | "Content-Transfer-Encoding: 8bit\n" | 19 | "Content-Transfer-Encoding: 8bit\n" |
20 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 20 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
21 | 21 | ||
22 | -#: super_archives/management/commands/import_emails.py:213 | 22 | +#: colab/super_archives/filters.py:8 |
23 | +#: colab/super_archives/templates/search/thread_search_preview.html:30 | ||
24 | +msgid "Discussion" | ||
25 | +msgstr "" | ||
26 | + | ||
27 | +#: colab/super_archives/filters.py:11 | ||
28 | +msgid "Author" | ||
29 | +msgstr "" | ||
30 | + | ||
31 | +#: colab/super_archives/filters.py:14 | ||
32 | +#, fuzzy | ||
33 | +#| msgid "Mailing List" | ||
34 | +msgid "Mailinglist" | ||
35 | +msgstr "Lista de discussão" | ||
36 | + | ||
37 | +#: colab/super_archives/management/commands/import_emails.py:213 | ||
23 | msgid "[Colab] Warning - Email sent with a blank subject." | 38 | msgid "[Colab] Warning - Email sent with a blank subject." |
24 | msgstr "[Colab] Atenção - Email enviado sem assunto." | 39 | msgstr "[Colab] Atenção - Email enviado sem assunto." |
25 | 40 | ||
26 | -#: super_archives/models.py:77 | ||
27 | -#: super_archives/templates/message-preview.html:62 | ||
28 | -#: super_archives/templates/message-thread.html:4 | 41 | +#: colab/super_archives/models.py:77 |
42 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:62 | ||
43 | +#: colab/super_archives/templates/message-thread.html:4 | ||
29 | msgid "Anonymous" | 44 | msgid "Anonymous" |
30 | msgstr "Anônimo" | 45 | msgstr "Anônimo" |
31 | 46 | ||
32 | -#: super_archives/models.py:133 | 47 | +#: colab/super_archives/models.py:149 |
33 | msgid "Mailing List" | 48 | msgid "Mailing List" |
34 | msgstr "Lista de discussão" | 49 | msgstr "Lista de discussão" |
35 | 50 | ||
36 | -#: super_archives/models.py:134 | 51 | +#: colab/super_archives/models.py:150 |
37 | msgid "The Mailing List where is the thread" | 52 | msgid "The Mailing List where is the thread" |
38 | msgstr "Lista de emails da discussão" | 53 | msgstr "Lista de emails da discussão" |
39 | 54 | ||
40 | -#: super_archives/models.py:137 | 55 | +#: colab/super_archives/models.py:153 |
41 | msgid "Latest message" | 56 | msgid "Latest message" |
42 | msgstr "Última mensagem" | 57 | msgstr "Última mensagem" |
43 | 58 | ||
44 | -#: super_archives/models.py:138 | 59 | +#: colab/super_archives/models.py:154 |
45 | msgid "Latest message posted" | 60 | msgid "Latest message posted" |
46 | msgstr "Última mensagem enviada" | 61 | msgstr "Última mensagem enviada" |
47 | 62 | ||
48 | -#: super_archives/models.py:139 | 63 | +#: colab/super_archives/models.py:155 |
49 | msgid "Score" | 64 | msgid "Score" |
50 | msgstr "Pontuação" | 65 | msgstr "Pontuação" |
51 | 66 | ||
52 | -#: super_archives/models.py:140 | 67 | +#: colab/super_archives/models.py:156 |
53 | msgid "Thread score" | 68 | msgid "Thread score" |
54 | msgstr "Pontuação da discussão" | 69 | msgstr "Pontuação da discussão" |
55 | 70 | ||
56 | -#: super_archives/models.py:153 | 71 | +#: colab/super_archives/models.py:169 |
57 | msgid "Thread" | 72 | msgid "Thread" |
58 | msgstr "Discussão" | 73 | msgstr "Discussão" |
59 | 74 | ||
60 | -#: super_archives/models.py:154 | 75 | +#: colab/super_archives/models.py:170 |
61 | msgid "Threads" | 76 | msgid "Threads" |
62 | msgstr "Discussões" | 77 | msgstr "Discussões" |
63 | 78 | ||
64 | -#: super_archives/models.py:267 | 79 | +#: colab/super_archives/models.py:283 |
65 | msgid "Subject" | 80 | msgid "Subject" |
66 | msgstr "Assuntos" | 81 | msgstr "Assuntos" |
67 | 82 | ||
68 | -#: super_archives/models.py:268 | 83 | +#: colab/super_archives/models.py:284 |
69 | msgid "Please enter a message subject" | 84 | msgid "Please enter a message subject" |
70 | msgstr "Por favor digite um assunto de email" | 85 | msgstr "Por favor digite um assunto de email" |
71 | 86 | ||
72 | -#: super_archives/models.py:271 | 87 | +#: colab/super_archives/models.py:287 |
73 | msgid "Message body" | 88 | msgid "Message body" |
74 | msgstr "Corpo do email" | 89 | msgstr "Corpo do email" |
75 | 90 | ||
76 | -#: super_archives/models.py:272 | 91 | +#: colab/super_archives/models.py:288 |
77 | msgid "Please enter a message body" | 92 | msgid "Please enter a message body" |
78 | msgstr "Por favor digite o corpo do email" | 93 | msgstr "Por favor digite o corpo do email" |
79 | 94 | ||
80 | -#: super_archives/models.py:282 | 95 | +#: colab/super_archives/models.py:298 |
81 | msgid "Message" | 96 | msgid "Message" |
82 | msgstr "Mensagem" | 97 | msgstr "Mensagem" |
83 | 98 | ||
84 | -#: super_archives/models.py:283 | 99 | +#: colab/super_archives/models.py:299 |
85 | msgid "Messages" | 100 | msgid "Messages" |
86 | msgstr "Mensagens" | 101 | msgstr "Mensagens" |
87 | 102 | ||
88 | -#: super_archives/templates/message-preview.html:42 | ||
89 | -#: super_archives/templates/message-preview.html:62 | 103 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:42 |
104 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:62 | ||
90 | msgid "by" | 105 | msgid "by" |
91 | msgstr "por" | 106 | msgstr "por" |
92 | 107 | ||
93 | -#: super_archives/templates/message-preview.html:65 | ||
94 | -#: super_archives/templates/message-thread.html:161 | 108 | +#: colab/super_archives/templates/dashboard/thread_search_preview.html:65 |
109 | +#: colab/super_archives/templates/message-thread.html:161 | ||
95 | msgid "ago" | 110 | msgid "ago" |
96 | msgstr "atrás" | 111 | msgstr "atrás" |
97 | 112 | ||
98 | -#: super_archives/templates/message-thread.html:35 | 113 | +#: colab/super_archives/templates/message-thread.html:35 |
99 | msgid "You must login before voting." | 114 | msgid "You must login before voting." |
100 | msgstr "Você deve logar antes de votar." | 115 | msgstr "Você deve logar antes de votar." |
101 | 116 | ||
102 | -#: super_archives/templates/message-thread.html:132 | 117 | +#: colab/super_archives/templates/message-thread.html:132 |
103 | msgid "Order by" | 118 | msgid "Order by" |
104 | msgstr "Ordenar por" | 119 | msgstr "Ordenar por" |
105 | 120 | ||
106 | -#: super_archives/templates/message-thread.html:136 | 121 | +#: colab/super_archives/templates/message-thread.html:136 |
107 | msgid "Votes" | 122 | msgid "Votes" |
108 | msgstr "Votos" | 123 | msgstr "Votos" |
109 | 124 | ||
110 | -#: super_archives/templates/message-thread.html:140 | 125 | +#: colab/super_archives/templates/message-thread.html:140 |
111 | msgid "Date" | 126 | msgid "Date" |
112 | msgstr "Data" | 127 | msgstr "Data" |
113 | 128 | ||
114 | -#: super_archives/templates/message-thread.html:145 | 129 | +#: colab/super_archives/templates/message-thread.html:145 |
115 | msgid "Related:" | 130 | msgid "Related:" |
116 | msgstr "Relacionado:" | 131 | msgstr "Relacionado:" |
117 | 132 | ||
118 | -#: super_archives/templates/message-thread.html:156 | 133 | +#: colab/super_archives/templates/message-thread.html:156 |
119 | msgid "Statistics:" | 134 | msgid "Statistics:" |
120 | msgstr "Estatísticas:" | 135 | msgstr "Estatísticas:" |
121 | 136 | ||
122 | -#: super_archives/templates/message-thread.html:160 | 137 | +#: colab/super_archives/templates/message-thread.html:160 |
123 | msgid "started at" | 138 | msgid "started at" |
124 | msgstr "iniciada em" | 139 | msgstr "iniciada em" |
125 | 140 | ||
126 | -#: super_archives/templates/message-thread.html:166 | 141 | +#: colab/super_archives/templates/message-thread.html:166 |
127 | msgid "viewed" | 142 | msgid "viewed" |
128 | msgstr "vizualizada" | 143 | msgstr "vizualizada" |
129 | 144 | ||
130 | -#: super_archives/templates/message-thread.html:167 | ||
131 | -#: super_archives/templates/message-thread.html:172 | ||
132 | -#: super_archives/templates/message-thread.html:177 | 145 | +#: colab/super_archives/templates/message-thread.html:167 |
146 | +#: colab/super_archives/templates/message-thread.html:172 | ||
147 | +#: colab/super_archives/templates/message-thread.html:177 | ||
133 | msgid "times" | 148 | msgid "times" |
134 | msgstr "vezes" | 149 | msgstr "vezes" |
135 | 150 | ||
136 | -#: super_archives/templates/message-thread.html:171 | 151 | +#: colab/super_archives/templates/message-thread.html:171 |
137 | msgid "answered" | 152 | msgid "answered" |
138 | msgstr "respondida" | 153 | msgstr "respondida" |
139 | 154 | ||
140 | -#: super_archives/templates/message-thread.html:176 | 155 | +#: colab/super_archives/templates/message-thread.html:176 |
141 | msgid "voted" | 156 | msgid "voted" |
142 | msgstr "votada" | 157 | msgstr "votada" |
143 | 158 | ||
144 | -#: super_archives/templates/message-thread.html:182 | 159 | +#: colab/super_archives/templates/message-thread.html:182 |
145 | msgid "Tags:" | 160 | msgid "Tags:" |
146 | msgstr "Tags:" | 161 | msgstr "Tags:" |
147 | 162 | ||
148 | -#: super_archives/templates/superarchives/emails/email_blank_subject.txt:2 | 163 | +#: colab/super_archives/templates/search/thread_search_preview.html:5 |
164 | +#, fuzzy | ||
165 | +#| msgid "Date" | ||
166 | +msgid "at" | ||
167 | +msgstr "Data" | ||
168 | + | ||
169 | +#: colab/super_archives/templates/search/thread_search_preview.html:30 | ||
170 | +msgid "Registred in" | ||
171 | +msgstr "" | ||
172 | + | ||
173 | +#: colab/super_archives/templates/superarchives/emails/email_blank_subject.txt:2 | ||
149 | msgid "Hello" | 174 | msgid "Hello" |
150 | msgstr "Olá" | 175 | msgstr "Olá" |
151 | 176 | ||
152 | -#: super_archives/templates/superarchives/emails/email_blank_subject.txt:3 | 177 | +#: colab/super_archives/templates/superarchives/emails/email_blank_subject.txt:3 |
153 | #, python-format | 178 | #, python-format |
154 | msgid "" | 179 | msgid "" |
155 | "\n" | 180 | "\n" |
@@ -172,7 +197,7 @@ msgstr "" | @@ -172,7 +197,7 @@ msgstr "" | ||
172 | "\n" | 197 | "\n" |
173 | "Obrigado.\n" | 198 | "Obrigado.\n" |
174 | 199 | ||
175 | -#: super_archives/templates/superarchives/emails/email_verification.txt:2 | 200 | +#: colab/super_archives/templates/superarchives/emails/email_verification.txt:2 |
176 | #, python-format | 201 | #, python-format |
177 | msgid "" | 202 | msgid "" |
178 | "Hey, we want to verify that you are indeed \"%(fullname)s (%(username)s)\". " | 203 | "Hey, we want to verify that you are indeed \"%(fullname)s (%(username)s)\". " |
@@ -181,7 +206,7 @@ msgstr "" | @@ -181,7 +206,7 @@ msgstr "" | ||
181 | "Ei, nós queremos verificar que você é realmente \"%(fullname)s " | 206 | "Ei, nós queremos verificar que você é realmente \"%(fullname)s " |
182 | "(%(username)s)\". Se este for o caso, por favor clique no link abaixo:" | 207 | "(%(username)s)\". Se este for o caso, por favor clique no link abaixo:" |
183 | 208 | ||
184 | -#: super_archives/templates/superarchives/emails/email_verification.txt:6 | 209 | +#: colab/super_archives/templates/superarchives/emails/email_verification.txt:6 |
185 | #, python-format | 210 | #, python-format |
186 | msgid "" | 211 | msgid "" |
187 | "If you're not %(username)s or didn't request verification you can ignore " | 212 | "If you're not %(username)s or didn't request verification you can ignore " |
@@ -190,20 +215,20 @@ msgstr "" | @@ -190,20 +215,20 @@ msgstr "" | ||
190 | "Se você não é %(username)s ou não solicitou verificação apenas ignore este " | 215 | "Se você não é %(username)s ou não solicitou verificação apenas ignore este " |
191 | "email." | 216 | "email." |
192 | 217 | ||
193 | -#: super_archives/templates/superarchives/includes/message.html:17 | ||
194 | -#: super_archives/templates/superarchives/includes/message.html:18 | 218 | +#: colab/super_archives/templates/superarchives/includes/message.html:17 |
219 | +#: colab/super_archives/templates/superarchives/includes/message.html:18 | ||
195 | msgid "Link to this message" | 220 | msgid "Link to this message" |
196 | msgstr "Link para esta mensagem" | 221 | msgstr "Link para esta mensagem" |
197 | 222 | ||
198 | -#: super_archives/templates/superarchives/includes/message.html:46 | 223 | +#: colab/super_archives/templates/superarchives/includes/message.html:46 |
199 | msgid "Reply" | 224 | msgid "Reply" |
200 | msgstr "Responder" | 225 | msgstr "Responder" |
201 | 226 | ||
202 | -#: super_archives/templates/superarchives/includes/message.html:63 | 227 | +#: colab/super_archives/templates/superarchives/includes/message.html:63 |
203 | msgid "Send a message" | 228 | msgid "Send a message" |
204 | msgstr "Enviar mensagem" | 229 | msgstr "Enviar mensagem" |
205 | 230 | ||
206 | -#: super_archives/templates/superarchives/includes/message.html:66 | 231 | +#: colab/super_archives/templates/superarchives/includes/message.html:66 |
207 | msgid "" | 232 | msgid "" |
208 | "After sending a message it will take few minutes before it shows up in here. " | 233 | "After sending a message it will take few minutes before it shows up in here. " |
209 | "Why don't you grab a coffee?" | 234 | "Why don't you grab a coffee?" |
@@ -211,46 +236,46 @@ msgstr "" | @@ -211,46 +236,46 @@ msgstr "" | ||
211 | "Após enviar uma mensagem pode levar alguns minutos até que ela seja exibida " | 236 | "Após enviar uma mensagem pode levar alguns minutos até que ela seja exibida " |
212 | "aqui. Por que você não busca um café enquanto isso?" | 237 | "aqui. Por que você não busca um café enquanto isso?" |
213 | 238 | ||
214 | -#: super_archives/templates/superarchives/includes/message.html:69 | 239 | +#: colab/super_archives/templates/superarchives/includes/message.html:69 |
215 | msgid "Send" | 240 | msgid "Send" |
216 | msgstr "Enviar" | 241 | msgstr "Enviar" |
217 | 242 | ||
218 | -#: super_archives/templates/superarchives/thread-dashboard.html:4 | ||
219 | -#: super_archives/templates/superarchives/thread-dashboard.html:7 | 243 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:4 |
244 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:7 | ||
220 | msgid "Groups" | 245 | msgid "Groups" |
221 | msgstr "Grupos" | 246 | msgstr "Grupos" |
222 | 247 | ||
223 | -#: super_archives/templates/superarchives/thread-dashboard.html:14 | 248 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:13 |
224 | #, python-format | 249 | #, python-format |
225 | msgid "%(number_of_users)s members" | 250 | msgid "%(number_of_users)s members" |
226 | msgstr "%(number_of_users)s membros" | 251 | msgstr "%(number_of_users)s membros" |
227 | 252 | ||
228 | -#: super_archives/templates/superarchives/thread-dashboard.html:20 | 253 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:19 |
229 | msgid "latest" | 254 | msgid "latest" |
230 | msgstr "última" | 255 | msgstr "última" |
231 | 256 | ||
232 | -#: super_archives/templates/superarchives/thread-dashboard.html:28 | ||
233 | -#: super_archives/templates/superarchives/thread-dashboard.html:42 | 257 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:27 |
258 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:41 | ||
234 | msgid "more..." | 259 | msgid "more..." |
235 | msgstr "mais..." | 260 | msgstr "mais..." |
236 | 261 | ||
237 | -#: super_archives/templates/superarchives/thread-dashboard.html:34 | 262 | +#: colab/super_archives/templates/superarchives/thread-dashboard.html:33 |
238 | msgid "most relevant" | 263 | msgid "most relevant" |
239 | msgstr "Mais relevante" | 264 | msgstr "Mais relevante" |
240 | 265 | ||
241 | -#: super_archives/utils/email.py:14 | 266 | +#: colab/super_archives/utils/email.py:14 |
242 | msgid "Please verify your email " | 267 | msgid "Please verify your email " |
243 | msgstr "Por favor verifique seu email" | 268 | msgstr "Por favor verifique seu email" |
244 | 269 | ||
245 | -#: super_archives/views.py:112 | 270 | +#: colab/super_archives/views.py:113 |
246 | msgid "Error trying to connect to Mailman API" | 271 | msgid "Error trying to connect to Mailman API" |
247 | msgstr "Erro tentando conectar à API do Mailman" | 272 | msgstr "Erro tentando conectar à API do Mailman" |
248 | 273 | ||
249 | -#: super_archives/views.py:115 | 274 | +#: colab/super_archives/views.py:116 |
250 | msgid "Timeout trying to connect to Mailman API" | 275 | msgid "Timeout trying to connect to Mailman API" |
251 | msgstr "Tempo excedido tentando conectar à API do Mailman" | 276 | msgstr "Tempo excedido tentando conectar à API do Mailman" |
252 | 277 | ||
253 | -#: super_archives/views.py:119 | 278 | +#: colab/super_archives/views.py:120 |
254 | msgid "" | 279 | msgid "" |
255 | "Your message was sent to this topic. It may take some minutes before it's " | 280 | "Your message was sent to this topic. It may take some minutes before it's " |
256 | "delivered by email to the group. Why don't you breath some fresh air in the " | 281 | "delivered by email to the group. Why don't you breath some fresh air in the " |
@@ -260,19 +285,19 @@ msgstr "" | @@ -260,19 +285,19 @@ msgstr "" | ||
260 | "minutos até que ela seja enviada por email para o grupo. Por que você não " | 285 | "minutos até que ela seja enviada por email para o grupo. Por que você não " |
261 | "respira um ar fresco enquanto isso?" | 286 | "respira um ar fresco enquanto isso?" |
262 | 287 | ||
263 | -#: super_archives/views.py:128 | 288 | +#: colab/super_archives/views.py:129 |
264 | msgid "You cannot send an empty email" | 289 | msgid "You cannot send an empty email" |
265 | msgstr "Você não pode enviar um email vazio" | 290 | msgstr "Você não pode enviar um email vazio" |
266 | 291 | ||
267 | -#: super_archives/views.py:130 | 292 | +#: colab/super_archives/views.py:131 |
268 | msgid "Mailing list does not exist" | 293 | msgid "Mailing list does not exist" |
269 | msgstr "Lista de email inexistente" | 294 | msgstr "Lista de email inexistente" |
270 | 295 | ||
271 | -#: super_archives/views.py:133 | 296 | +#: colab/super_archives/views.py:134 |
272 | msgid "Unknown error trying to connect to Mailman API" | 297 | msgid "Unknown error trying to connect to Mailman API" |
273 | msgstr "Erro desconhecido tentando conectar à API do Mailman" | 298 | msgstr "Erro desconhecido tentando conectar à API do Mailman" |
274 | 299 | ||
275 | -#: super_archives/views.py:188 | 300 | +#: colab/super_archives/views.py:170 |
276 | msgid "" | 301 | msgid "" |
277 | "The email address you are trying to verify either has already been verified " | 302 | "The email address you are trying to verify either has already been verified " |
278 | "or does not exist." | 303 | "or does not exist." |
@@ -280,12 +305,12 @@ msgstr "" | @@ -280,12 +305,12 @@ msgstr "" | ||
280 | "O email que você está tentando verificar não existe ou já foi verificado " | 305 | "O email que você está tentando verificar não existe ou já foi verificado " |
281 | "anteriormente. " | 306 | "anteriormente. " |
282 | 307 | ||
283 | -#: super_archives/views.py:199 | 308 | +#: colab/super_archives/views.py:181 |
284 | msgid "" | 309 | msgid "" |
285 | "The email address you are trying to verify is already an active email " | 310 | "The email address you are trying to verify is already an active email " |
286 | "address." | 311 | "address." |
287 | msgstr "O email que você está tentando verificar já é um email ativo." | 312 | msgstr "O email que você está tentando verificar já é um email ativo." |
288 | 313 | ||
289 | -#: super_archives/views.py:213 | 314 | +#: colab/super_archives/views.py:195 |
290 | msgid "Email address verified!" | 315 | msgid "Email address verified!" |
291 | msgstr "Endereço de email verificado!" | 316 | msgstr "Endereço de email verificado!" |
colab/super_archives/templates/search/thread_search_preview.html
1 | -{% load i18n tz highlight date_format %} | 1 | +{% load i18n tz highlight %} |
2 | 2 | ||
3 | <div class="row"> | 3 | <div class="row"> |
4 | <div class="col-md-12"> | 4 | <div class="col-md-12"> |
5 | - <small>{% datetime_format result.modified %} - | 5 | + <small>{{ result.modified|date:"d F Y" }} {% trans "at" %} {{result.modified|date:"h:m" }} - |
6 | 6 | ||
7 | {% if query %} | 7 | {% if query %} |
8 | <a href="{{result.modified_by_url}}">{% highlight result.modified_by with query max_length "1000" %}</a> | 8 | <a href="{{result.modified_by_url}}">{% highlight result.modified_by with query max_length "1000" %}</a> |