Commit 3182946ce21a73e72ef4143d0b692b61872efc23

Authored by Carlos Coêlho
1 parent 1064e779
Exists in header_footer

Adapted footer html to be Django-like

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
colab/locale/en/LC_MESSAGES/django.mo
No preview for this file type
colab/locale/en/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid &quot;&quot; @@ -8,7 +8,7 @@ msgid &quot;&quot;
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: 2014-11-21 17:05+0000\n" 11 +"POT-Creation-Date: 2015-05-25 19:01+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,60 +17,118 @@ msgstr &quot;&quot; @@ -17,60 +17,118 @@ msgstr &quot;&quot;
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 -#: accounts/admin.py:40 20 +#: accounts/admin.py:18
21 msgid "Personal info" 21 msgid "Personal info"
22 msgstr "" 22 msgstr ""
23 23
24 -#: accounts/admin.py:43 24 +#: accounts/admin.py:24
25 msgid "Permissions" 25 msgid "Permissions"
26 msgstr "" 26 msgstr ""
27 27
28 -#: accounts/admin.py:45 28 +#: accounts/admin.py:28
29 msgid "Important dates" 29 msgid "Important dates"
30 msgstr "" 30 msgstr ""
31 31
32 -#: accounts/forms.py:25 32 +#: accounts/forms.py:37
33 msgid "Social account does not exist" 33 msgid "Social account does not exist"
34 msgstr "" 34 msgstr ""
35 35
36 -#: accounts/forms.py:61 accounts/templates/accounts/user_detail.html:38 36 +#: accounts/forms.py:65 accounts/forms.py:71 accounts/forms.py:77
  37 +msgid "This field cannot be blank."
  38 +msgstr ""
  39 +
  40 +#: accounts/forms.py:118 accounts/templates/accounts/user_detail.html:38
37 msgid "Bio" 41 msgid "Bio"
38 msgstr "" 42 msgstr ""
39 43
40 -#: accounts/forms.py:62 44 +#: accounts/forms.py:119
41 msgid "Write something about you in 200 characters or less." 45 msgid "Write something about you in 200 characters or less."
42 msgstr "" 46 msgstr ""
43 47
44 -#: accounts/forms.py:81 48 +#: accounts/forms.py:147
45 msgid "Mailing lists" 49 msgid "Mailing lists"
46 msgstr "" 50 msgstr ""
47 51
48 -#: accounts/forms.py:88 52 +#: accounts/forms.py:154 accounts/forms.py:207 accounts/forms.py:261
  53 +#: accounts/forms.py:298 accounts/forms.py:488
49 msgid "Password" 54 msgid "Password"
50 msgstr "" 55 msgstr ""
51 56
52 -#: accounts/forms.py:90 57 +#: accounts/forms.py:156 accounts/forms.py:209
53 msgid "Password confirmation" 58 msgid "Password confirmation"
54 msgstr "" 59 msgstr ""
55 60
56 -#: accounts/forms.py:92  
57 -msgid "Enter the same password as above, for verification." 61 +#: accounts/forms.py:177
  62 +msgid "Password mismatch"
58 msgstr "" 63 msgstr ""
59 64
60 -#: accounts/forms.py:110  
61 -msgid "Password mismatch" 65 +#: accounts/forms.py:195
  66 +msgid "A user with that username already exists."
  67 +msgstr ""
  68 +
  69 +#: accounts/forms.py:196 accounts/forms.py:422 accounts/forms.py:486
  70 +msgid "The two password fields didn't match."
  71 +msgstr ""
  72 +
  73 +#: accounts/forms.py:198 accounts/forms.py:255 search/forms.py:37
  74 +msgid "Username"
  75 +msgstr ""
  76 +
  77 +#: accounts/forms.py:256
  78 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
  79 +msgstr ""
  80 +
  81 +#: accounts/forms.py:259
  82 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
  83 +msgstr ""
  84 +
  85 +#: accounts/forms.py:262
  86 +msgid ""
  87 +"Raw passwords are not stored, so there is no way to see this user's "
  88 +"password, but you can change the password using <a href=\"password/\">this "
  89 +"form</a>."
62 msgstr "" 90 msgstr ""
63 91
64 -#: accounts/management/commands/delete_invalid.py:42 92 +#: accounts/forms.py:301
65 #, python-format 93 #, python-format
66 -msgid "%(count)s users deleted." 94 +msgid ""
  95 +"Please enter a correct %(username)s and password. Note that both fields may "
  96 +"be case-sensitive."
  97 +msgstr ""
  98 +
  99 +#: accounts/forms.py:303
  100 +msgid "This account is inactive."
  101 +msgstr ""
  102 +
  103 +#: accounts/forms.py:366
  104 +msgid "Email"
  105 +msgstr ""
  106 +
  107 +#: accounts/forms.py:424
  108 +msgid "New password"
  109 +msgstr ""
  110 +
  111 +#: accounts/forms.py:426
  112 +msgid "New password confirmation"
  113 +msgstr ""
  114 +
  115 +#: accounts/forms.py:457
  116 +msgid "Your old password was entered incorrectly. Please enter it again."
  117 +msgstr ""
  118 +
  119 +#: accounts/forms.py:460
  120 +msgid "Old password"
  121 +msgstr ""
  122 +
  123 +#: accounts/forms.py:490
  124 +msgid "Password (again)"
67 msgstr "" 125 msgstr ""
68 126
69 -#: accounts/models.py:65 127 +#: accounts/models.py:85
70 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only." 128 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only."
71 msgstr "" 129 msgstr ""
72 130
73 -#: accounts/models.py:70 131 +#: accounts/models.py:90
74 msgid "Enter a valid username." 132 msgid "Enter a valid username."
75 msgstr "" 133 msgstr ""
76 134
@@ -79,8 +137,12 @@ msgid &quot;Change XMPP Client and SVN Password&quot; @@ -79,8 +137,12 @@ msgid &quot;Change XMPP Client and SVN Password&quot;
79 msgstr "" 137 msgstr ""
80 138
81 #: accounts/templates/accounts/change_password.html:17 139 #: accounts/templates/accounts/change_password.html:17
82 -#: accounts/templates/accounts/user_update_form.html:188  
83 -#: accounts/templates/accounts/user_update_form.html:195 140 +#: accounts/templates/accounts/user_update_form.html:186
  141 +#: accounts/templates/accounts/user_update_form.html:190
  142 +#: accounts/templates/accounts/user_update_form.html:202
  143 +#: accounts/templates/accounts/user_update_form.html:209
  144 +#: accounts/templates/registration/password_change_form_custom.html:26
  145 +#: accounts/templates/registration/password_reset_confirm_custom.html:28
84 msgid "Change Password" 146 msgid "Change Password"
85 msgstr "" 147 msgstr ""
86 148
@@ -88,8 +150,11 @@ msgstr &quot;&quot; @@ -88,8 +150,11 @@ msgstr &quot;&quot;
88 msgid "To login please click in the link below:" 150 msgid "To login please click in the link below:"
89 msgstr "" 151 msgstr ""
90 152
91 -#: accounts/templates/accounts/login.html:8 templates/base.html:182  
92 -#: templates/base.html.py:187 153 +#: accounts/templates/accounts/login.html:8
  154 +#: accounts/templates/registration/login.html:34
  155 +#: accounts/templates/registration/login.html:54 templates/header.html:37
  156 +#: templates/header.html.py:42 templates/header.html:46
  157 +#: templates/header.html.py:51
93 msgid "Login" 158 msgid "Login"
94 msgstr "" 159 msgstr ""
95 160
@@ -106,7 +171,11 @@ msgid &quot;Sign up&quot; @@ -106,7 +171,11 @@ msgid &quot;Sign up&quot;
106 msgstr "" 171 msgstr ""
107 172
108 #: accounts/templates/accounts/user_create_form.html:10 173 #: accounts/templates/accounts/user_create_form.html:10
109 -msgid "Please correct the errors below and try again" 174 +#: accounts/templates/registration/login.html:14
  175 +#: accounts/templates/registration/password_change_form_custom.html:12
  176 +#: accounts/templates/registration/password_reset_confirm_custom.html:14
  177 +#: accounts/templates/registration/password_reset_form_custom.html:9
  178 +msgid "Please correct the errors below and try again."
110 msgstr "" 179 msgstr ""
111 180
112 #: accounts/templates/accounts/user_create_form.html:17 181 #: accounts/templates/accounts/user_create_form.html:17
@@ -122,7 +191,7 @@ msgid &quot;Subscribe to groups&quot; @@ -122,7 +191,7 @@ msgid &quot;Subscribe to groups&quot;
122 msgstr "" 191 msgstr ""
123 192
124 #: accounts/templates/accounts/user_create_form.html:60 193 #: accounts/templates/accounts/user_create_form.html:60
125 -#: templates/base.html:181 templates/base.html.py:186 194 +#: templates/header.html:41 templates/header.html.py:50
126 msgid "Register" 195 msgid "Register"
127 msgstr "" 196 msgstr ""
128 197
@@ -143,63 +212,63 @@ msgstr &quot;&quot; @@ -143,63 +212,63 @@ msgstr &quot;&quot;
143 msgid "group membership" 212 msgid "group membership"
144 msgstr "" 213 msgstr ""
145 214
146 -#: accounts/templates/accounts/user_detail.html:65 215 +#: accounts/templates/accounts/user_detail.html:66
147 msgid "Twitter account" 216 msgid "Twitter account"
148 msgstr "" 217 msgstr ""
149 218
150 -#: accounts/templates/accounts/user_detail.html:68 219 +#: accounts/templates/accounts/user_detail.html:69
151 msgid "Facebook account" 220 msgid "Facebook account"
152 msgstr "" 221 msgstr ""
153 222
154 -#: accounts/templates/accounts/user_detail.html:73 223 +#: accounts/templates/accounts/user_detail.html:74
155 msgid "Google talk account" 224 msgid "Google talk account"
156 msgstr "" 225 msgstr ""
157 226
158 -#: accounts/templates/accounts/user_detail.html:77 227 +#: accounts/templates/accounts/user_detail.html:78
159 msgid "Github account" 228 msgid "Github account"
160 msgstr "" 229 msgstr ""
161 230
162 -#: accounts/templates/accounts/user_detail.html:81 231 +#: accounts/templates/accounts/user_detail.html:82
163 msgid "Personal webpage" 232 msgid "Personal webpage"
164 msgstr "" 233 msgstr ""
165 234
166 -#: accounts/templates/accounts/user_detail.html:87 235 +#: accounts/templates/accounts/user_detail.html:89
167 msgid "Groups: " 236 msgid "Groups: "
168 msgstr "" 237 msgstr ""
169 238
170 -#: accounts/templates/accounts/user_detail.html:100 239 +#: accounts/templates/accounts/user_detail.html:102
171 msgid "Collaborations by Type" 240 msgid "Collaborations by Type"
172 msgstr "" 241 msgstr ""
173 242
174 -#: accounts/templates/accounts/user_detail.html:116 243 +#: accounts/templates/accounts/user_detail.html:118
175 msgid "Participation by Group" 244 msgid "Participation by Group"
176 msgstr "" 245 msgstr ""
177 246
178 -#: accounts/templates/accounts/user_detail.html:132 badger/models.py:69 247 +#: accounts/templates/accounts/user_detail.html:134 badger/models.py:69
179 msgid "Badges" 248 msgid "Badges"
180 msgstr "" 249 msgstr ""
181 250
182 -#: accounts/templates/accounts/user_detail.html:151 251 +#: accounts/templates/accounts/user_detail.html:153
183 msgid "Latest posted" 252 msgid "Latest posted"
184 msgstr "" 253 msgstr ""
185 254
186 -#: accounts/templates/accounts/user_detail.html:156 255 +#: accounts/templates/accounts/user_detail.html:158
187 msgid "There are no posts by this user so far." 256 msgid "There are no posts by this user so far."
188 msgstr "" 257 msgstr ""
189 258
190 -#: accounts/templates/accounts/user_detail.html:160 259 +#: accounts/templates/accounts/user_detail.html:162
191 msgid "View more posts..." 260 msgid "View more posts..."
192 msgstr "" 261 msgstr ""
193 262
194 -#: accounts/templates/accounts/user_detail.html:166 263 +#: accounts/templates/accounts/user_detail.html:168
195 msgid "Latest contributions" 264 msgid "Latest contributions"
196 msgstr "" 265 msgstr ""
197 266
198 -#: accounts/templates/accounts/user_detail.html:171 267 +#: accounts/templates/accounts/user_detail.html:173
199 msgid "No contributions of this user so far." 268 msgid "No contributions of this user so far."
200 msgstr "" 269 msgstr ""
201 270
202 -#: accounts/templates/accounts/user_detail.html:175 271 +#: accounts/templates/accounts/user_detail.html:177
203 msgid "View more contributions..." 272 msgid "View more contributions..."
204 msgstr "" 273 msgstr ""
205 274
@@ -219,7 +288,7 @@ msgstr &quot;&quot; @@ -219,7 +288,7 @@ msgstr &quot;&quot;
219 msgid "Change your avatar at Gravatar.com" 288 msgid "Change your avatar at Gravatar.com"
220 msgstr "" 289 msgstr ""
221 290
222 -#: accounts/templates/accounts/user_update_form.html:142 search/utils.py:8 291 +#: accounts/templates/accounts/user_update_form.html:142 search/utils.py:51
223 msgid "Emails" 292 msgid "Emails"
224 msgstr "" 293 msgstr ""
225 294
@@ -260,7 +329,7 @@ msgstr &quot;&quot; @@ -260,7 +329,7 @@ msgstr &quot;&quot;
260 msgid "Add" 329 msgid "Add"
261 msgstr "" 330 msgstr ""
262 331
263 -#: accounts/templates/accounts/user_update_form.html:193 332 +#: accounts/templates/accounts/user_update_form.html:207
264 msgid "" 333 msgid ""
265 "This feature is available only for those who need to change the password for " 334 "This feature is available only for those who need to change the password for "
266 "some reason as having an old user with the same username, forgot your " 335 "some reason as having an old user with the same username, forgot your "
@@ -269,33 +338,68 @@ msgid &quot;&quot; @@ -269,33 +338,68 @@ msgid &quot;&quot;
269 "what you are doing." 338 "what you are doing."
270 msgstr "" 339 msgstr ""
271 340
272 -#: accounts/templates/accounts/user_update_form.html:203 341 +#: accounts/templates/accounts/user_update_form.html:217
273 msgid "Update" 342 msgid "Update"
274 msgstr "" 343 msgstr ""
275 344
276 -#: accounts/views.py:148  
277 -msgid "Your profile has been created!" 345 +#: accounts/templates/registration/login.html:10
  346 +#: accounts/templates/registration/password_change_form_custom.html:10
  347 +#: accounts/templates/registration/password_reset_confirm_custom.html:12
  348 +msgid "Please correct the error below and try again."
  349 +msgstr ""
  350 +
  351 +#: accounts/templates/registration/login.html:56
  352 +msgid "Forgot Password?"
  353 +msgstr ""
  354 +
  355 +#: accounts/templates/registration/password_change_form_custom.html:54
  356 +#: accounts/templates/registration/password_reset_confirm_custom.html:51
  357 +msgid "Change my password"
  358 +msgstr ""
  359 +
  360 +#: accounts/templates/registration/password_reset_confirm_custom.html:3
  361 +msgid "Setting New password"
278 msgstr "" 362 msgstr ""
279 363
280 -#: accounts/views.py:149 364 +#: accounts/templates/registration/password_reset_form_custom.html:23
281 msgid "" 365 msgid ""
282 -"You must login to validated your profile. Profiles not validated are deleted "  
283 -"in 24h." 366 +"Forgotten your password? Enter your email address below, and we'll email "
  367 +"instructions for setting a new one."
  368 +msgstr ""
  369 +
  370 +#: accounts/templates/registration/password_reset_form_custom.html:26
  371 +msgid "Email address:"
  372 +msgstr ""
  373 +
  374 +#: accounts/templates/registration/password_reset_form_custom.html:37
  375 +msgid "Reset password"
284 msgstr "" 376 msgstr ""
285 377
286 -#: accounts/views.py:233 378 +#: accounts/views.py:157
  379 +msgid "Your profile has been created!"
  380 +msgstr ""
  381 +
  382 +#: accounts/views.py:241
287 msgid "Could not change your password. Please, try again later." 383 msgid "Could not change your password. Please, try again later."
288 msgstr "" 384 msgstr ""
289 385
290 -#: accounts/views.py:242 386 +#: accounts/views.py:250
291 msgid "You've changed your password successfully!" 387 msgid "You've changed your password successfully!"
292 msgstr "" 388 msgstr ""
293 389
294 -#: badger/forms.py:19 badger/models.py:39 settings.py:160 390 +#: accounts/views.py:256
  391 +msgid "Your password was changed."
  392 +msgstr ""
  393 +
  394 +#: accounts/views.py:272
  395 +msgid "Your password has been set. You may go ahead and log in now."
  396 +msgstr ""
  397 +
  398 +#: badger/forms.py:17 badger/models.py:39 settings.py:162
295 msgid "Image" 399 msgid "Image"
296 msgstr "" 400 msgstr ""
297 401
298 -#: badger/forms.py:30 402 +#: badger/forms.py:28
299 msgid "You must add an Image" 403 msgid "You must add an Image"
300 msgstr "" 404 msgstr ""
301 405
@@ -344,7 +448,7 @@ msgstr &quot;&quot; @@ -344,7 +448,7 @@ msgstr &quot;&quot;
344 msgid "Description" 448 msgid "Description"
345 msgstr "" 449 msgstr ""
346 450
347 -#: badger/models.py:40 search/forms.py:18 451 +#: badger/models.py:40 search/forms.py:17
348 msgid "Type" 452 msgid "Type"
349 msgstr "" 453 msgstr ""
350 454
@@ -372,10 +476,121 @@ msgstr &quot;&quot; @@ -372,10 +476,121 @@ msgstr &quot;&quot;
372 msgid "Badge" 476 msgid "Badge"
373 msgstr "" 477 msgstr ""
374 478
375 -#: home/context_processors.py:15 479 +#: home/context_processors.py:20
376 msgid "Fork me!" 480 msgid "Fork me!"
377 msgstr "" 481 msgstr ""
378 482
  483 +#: proxy/gitlab/apps.py:12 proxy/jenkins/apps.py:12 proxy/trac/apps.py:12
  484 +#: settings.py:159
  485 +msgid "Code"
  486 +msgstr ""
  487 +
  488 +#: proxy/gitlab/apps.py:14
  489 +msgid "Public Projects"
  490 +msgstr ""
  491 +
  492 +#: proxy/gitlab/apps.py:17 proxy/noosfero/apps.py:18
  493 +msgid "Profile"
  494 +msgstr ""
  495 +
  496 +#: proxy/gitlab/apps.py:18
  497 +msgid "New Project"
  498 +msgstr ""
  499 +
  500 +#: proxy/gitlab/apps.py:19
  501 +msgid "Projects"
  502 +msgstr ""
  503 +
  504 +#: proxy/gitlab/apps.py:20 templates/header.html:21
  505 +msgid "Groups"
  506 +msgstr ""
  507 +
  508 +#: proxy/gitlab/apps.py:21
  509 +msgid "Issues"
  510 +msgstr ""
  511 +
  512 +#: proxy/gitlab/apps.py:22
  513 +msgid "Merge Requests"
  514 +msgstr ""
  515 +
  516 +#: proxy/gitlab/models.py:23
  517 +msgid "Gitlab Project"
  518 +msgstr ""
  519 +
  520 +#: proxy/gitlab/models.py:24
  521 +msgid "Gitlab Projects"
  522 +msgstr ""
  523 +
  524 +#: proxy/gitlab/models.py:59
  525 +msgid "Gitlab Merge Request"
  526 +msgstr ""
  527 +
  528 +#: proxy/gitlab/models.py:60
  529 +msgid "Gitlab Merge Requests"
  530 +msgstr ""
  531 +
  532 +#: proxy/gitlab/models.py:87
  533 +msgid "Gitlab Issue"
  534 +msgstr ""
  535 +
  536 +#: proxy/gitlab/models.py:88
  537 +msgid "Gitlab Issues"
  538 +msgstr ""
  539 +
  540 +#: proxy/gitlab/models.py:142 proxy/gitlab/models.py:143
  541 +msgid "Gitlab Comments"
  542 +msgstr ""
  543 +
  544 +#: proxy/jenkins/apps.py:14
  545 +msgid "Continuos Integration"
  546 +msgstr ""
  547 +
  548 +#: proxy/noosfero/apps.py:12
  549 +msgid "Social"
  550 +msgstr ""
  551 +
  552 +#: proxy/noosfero/apps.py:14
  553 +msgid "Users"
  554 +msgstr ""
  555 +
  556 +#: proxy/noosfero/apps.py:15
  557 +msgid "Communities"
  558 +msgstr ""
  559 +
  560 +#: proxy/noosfero/apps.py:19
  561 +msgid "Control panel"
  562 +msgstr ""
  563 +
  564 +#: proxy/trac/apps.py:14
  565 +msgid "Timeline"
  566 +msgstr ""
  567 +
  568 +#: proxy/trac/apps.py:15
  569 +#: search/templates/search/includes/search_filters.html:118
  570 +#: templates/open-data.html:130
  571 +msgid "Wiki"
  572 +msgstr ""
  573 +
  574 +#: proxy/trac/apps.py:16
  575 +msgid "View Tickets"
  576 +msgstr ""
  577 +
  578 +#: proxy/trac/apps.py:17
  579 +msgid "Roadmap"
  580 +msgstr ""
  581 +
  582 +#: proxy/trac/apps.py:18
  583 +msgid "Browse Source"
  584 +msgstr ""
  585 +
  586 +#: proxy/trac/apps.py:21
  587 +msgid "New Ticket"
  588 +msgstr ""
  589 +
  590 +#: proxy/trac/apps.py:22
  591 +msgid "New Wiki Page"
  592 +msgstr ""
  593 +
379 #: rss/feeds.py:13 594 #: rss/feeds.py:13
380 msgid "Latest Discussions" 595 msgid "Latest Discussions"
381 msgstr "" 596 msgstr ""
@@ -388,102 +603,98 @@ msgstr &quot;&quot; @@ -388,102 +603,98 @@ msgstr &quot;&quot;
388 msgid "Latest collaborations" 603 msgid "Latest collaborations"
389 msgstr "" 604 msgstr ""
390 605
391 -#: search/forms.py:16 search/templates/search/search.html:46  
392 -#: templates/base.html:171 606 +#: search/forms.py:15 search/templates/search/search.html:46
  607 +#: templates/header.html:27
393 msgid "Search" 608 msgid "Search"
394 msgstr "" 609 msgstr ""
395 610
396 -#: search/forms.py:19 search/views.py:22 611 +#: search/forms.py:18 search/views.py:22
397 msgid "Author" 612 msgid "Author"
398 msgstr "" 613 msgstr ""
399 614
400 -#: search/forms.py:20 615 +#: search/forms.py:19
401 msgid "Modified by" 616 msgid "Modified by"
402 msgstr "" 617 msgstr ""
403 618
404 -#: search/forms.py:22 619 +#: search/forms.py:21
405 msgid "Status" 620 msgid "Status"
406 msgstr "" 621 msgstr ""
407 622
408 -#: search/forms.py:26 search/views.py:25 623 +#: search/forms.py:25 search/views.py:25
409 msgid "Mailinglist" 624 msgid "Mailinglist"
410 msgstr "" 625 msgstr ""
411 626
412 -#: search/forms.py:30 627 +#: search/forms.py:29
413 msgid "Milestone" 628 msgid "Milestone"
414 msgstr "" 629 msgstr ""
415 630
416 -#: search/forms.py:31 631 +#: search/forms.py:30
417 msgid "Priority" 632 msgid "Priority"
418 msgstr "" 633 msgstr ""
419 634
420 -#: search/forms.py:32 635 +#: search/forms.py:31
421 msgid "Component" 636 msgid "Component"
422 msgstr "" 637 msgstr ""
423 638
424 -#: search/forms.py:33 639 +#: search/forms.py:32
425 msgid "Severity" 640 msgid "Severity"
426 msgstr "" 641 msgstr ""
427 642
428 -#: search/forms.py:34 643 +#: search/forms.py:33
429 msgid "Reporter" 644 msgid "Reporter"
430 msgstr "" 645 msgstr ""
431 646
432 -#: search/forms.py:35 647 +#: search/forms.py:34
433 msgid "Keywords" 648 msgid "Keywords"
434 msgstr "" 649 msgstr ""
435 650
436 -#: search/forms.py:36 651 +#: search/forms.py:35
437 msgid "Collaborators" 652 msgid "Collaborators"
438 msgstr "" 653 msgstr ""
439 654
440 -#: search/forms.py:37 templates/base.html:103 655 +#: search/forms.py:36
441 msgid "Repository" 656 msgid "Repository"
442 msgstr "" 657 msgstr ""
443 658
444 #: search/forms.py:38 659 #: search/forms.py:38
445 -msgid "Username"  
446 -msgstr ""  
447 -  
448 -#: search/forms.py:39  
449 msgid "Name" 660 msgid "Name"
450 msgstr "" 661 msgstr ""
451 662
452 -#: search/forms.py:40 663 +#: search/forms.py:39
453 msgid "Institution" 664 msgid "Institution"
454 msgstr "" 665 msgstr ""
455 666
456 -#: search/forms.py:41 667 +#: search/forms.py:40
457 msgid "Role" 668 msgid "Role"
458 msgstr "" 669 msgstr ""
459 670
460 -#: search/forms.py:42 search/templates/search/includes/search_filters.html:154 671 +#: search/forms.py:41 search/templates/search/includes/search_filters.html:154
461 #: search/templates/search/includes/search_filters.html:156 672 #: search/templates/search/includes/search_filters.html:156
462 #: search/templates/search/includes/search_filters.html:188 673 #: search/templates/search/includes/search_filters.html:188
463 #: search/templates/search/includes/search_filters.html:189 674 #: search/templates/search/includes/search_filters.html:189
464 msgid "Since" 675 msgid "Since"
465 msgstr "" 676 msgstr ""
466 677
467 -#: search/forms.py:43 search/templates/search/includes/search_filters.html:163 678 +#: search/forms.py:42 search/templates/search/includes/search_filters.html:163
468 #: search/templates/search/includes/search_filters.html:165 679 #: search/templates/search/includes/search_filters.html:165
469 #: search/templates/search/includes/search_filters.html:192 680 #: search/templates/search/includes/search_filters.html:192
470 #: search/templates/search/includes/search_filters.html:193 681 #: search/templates/search/includes/search_filters.html:193
471 msgid "Until" 682 msgid "Until"
472 msgstr "" 683 msgstr ""
473 684
474 -#: search/forms.py:44 685 +#: search/forms.py:43
475 msgid "Filename" 686 msgid "Filename"
476 msgstr "" 687 msgstr ""
477 688
478 -#: search/forms.py:45 689 +#: search/forms.py:44
479 msgid "Used by" 690 msgid "Used by"
480 msgstr "" 691 msgstr ""
481 692
482 -#: search/forms.py:46 693 +#: search/forms.py:45
483 msgid "File type" 694 msgid "File type"
484 msgstr "" 695 msgstr ""
485 696
486 -#: search/forms.py:47 697 +#: search/forms.py:46
487 msgid "Size" 698 msgid "Size"
488 msgstr "" 699 msgstr ""
489 700
@@ -508,11 +719,6 @@ msgstr &quot;&quot; @@ -508,11 +719,6 @@ msgstr &quot;&quot;
508 msgid "Types" 719 msgid "Types"
509 msgstr "" 720 msgstr ""
510 721
511 -#: search/templates/search/includes/search_filters.html:118 search/utils.py:7  
512 -#: templates/open-data.html:130  
513 -msgid "Wiki"  
514 -msgstr ""  
515 -  
516 #: search/templates/search/includes/search_filters.html:126 722 #: search/templates/search/includes/search_filters.html:126
517 msgid "Changeset" 723 msgid "Changeset"
518 msgstr "" 724 msgstr ""
@@ -554,83 +760,71 @@ msgstr &quot;&quot; @@ -554,83 +760,71 @@ msgstr &quot;&quot;
554 msgid "You are searching for" 760 msgid "You are searching for"
555 msgstr "" 761 msgstr ""
556 762
557 -#: search/utils.py:9 settings.py:157  
558 -msgid "Code"  
559 -msgstr ""  
560 -  
561 -#: search/utils.py:10  
562 -msgid "Tickets"  
563 -msgstr ""  
564 -  
565 -#: search/utils.py:11  
566 -msgid "Attachments"  
567 -msgstr ""  
568 -  
569 -#: settings.py:115 763 +#: settings.py:117
570 msgid "English" 764 msgid "English"
571 msgstr "" 765 msgstr ""
572 766
573 -#: settings.py:116 767 +#: settings.py:118
574 msgid "Portuguese" 768 msgid "Portuguese"
575 msgstr "" 769 msgstr ""
576 770
577 -#: settings.py:117 771 +#: settings.py:119
578 msgid "Spanish" 772 msgid "Spanish"
579 msgstr "" 773 msgstr ""
580 774
581 -#: settings.py:140 775 +#: settings.py:142
582 msgid "Recent activity" 776 msgid "Recent activity"
583 msgstr "" 777 msgstr ""
584 778
585 -#: settings.py:144 779 +#: settings.py:146
586 msgid "Relevance" 780 msgid "Relevance"
587 msgstr "" 781 msgstr ""
588 782
589 -#: settings.py:153 783 +#: settings.py:155
590 msgid "Document" 784 msgid "Document"
591 msgstr "" 785 msgstr ""
592 786
593 -#: settings.py:155 787 +#: settings.py:157
594 msgid "Presentation" 788 msgid "Presentation"
595 msgstr "" 789 msgstr ""
596 790
597 -#: settings.py:156 791 +#: settings.py:158
598 msgid "Text" 792 msgid "Text"
599 msgstr "" 793 msgstr ""
600 794
601 -#: settings.py:159 795 +#: settings.py:161
602 msgid "Compressed" 796 msgid "Compressed"
603 msgstr "" 797 msgstr ""
604 798
605 -#: settings.py:162 799 +#: settings.py:164
606 msgid "Spreadsheet" 800 msgid "Spreadsheet"
607 msgstr "" 801 msgstr ""
608 802
609 -#: settings.py:254 803 +#: settings.py:262
610 msgid "Planet Colab" 804 msgid "Planet Colab"
611 msgstr "" 805 msgstr ""
612 806
613 -#: settings.py:255 807 +#: settings.py:263
614 msgid "Colab blog aggregator" 808 msgid "Colab blog aggregator"
615 msgstr "" 809 msgstr ""
616 810
617 -#: settings.py:288 811 +#: settings.py:297
618 msgid "One Time Snippet" 812 msgid "One Time Snippet"
619 msgstr "" 813 msgstr ""
620 814
621 -#: settings.py:289 815 +#: settings.py:298
622 msgid "In one hour" 816 msgid "In one hour"
623 msgstr "" 817 msgstr ""
624 818
625 -#: settings.py:290 819 +#: settings.py:299
626 msgid "In one week" 820 msgid "In one week"
627 msgstr "" 821 msgstr ""
628 822
629 -#: settings.py:291 823 +#: settings.py:300
630 msgid "In one month" 824 msgid "In one month"
631 msgstr "" 825 msgstr ""
632 826
633 -#: settings.py:292 827 +#: settings.py:301
634 msgid "Never" 828 msgid "Never"
635 msgstr "" 829 msgstr ""
636 830
@@ -642,112 +836,176 @@ msgstr &quot;&quot; @@ -642,112 +836,176 @@ msgstr &quot;&quot;
642 msgid "Ooopz... something went wrong!" 836 msgid "Ooopz... something went wrong!"
643 msgstr "" 837 msgstr ""
644 838
645 -#: templates/base.html:87  
646 -msgid "Timeline" 839 +#: templates/base.html:82
  840 +msgid "The login has failed. Please, try again."
647 msgstr "" 841 msgstr ""
648 842
649 -#: templates/base.html:92 templates/base.html.py:110  
650 -msgid "Groups" 843 +#: templates/dpaste/snippet_details.html:37
  844 +msgid "Compare"
651 msgstr "" 845 msgstr ""
652 846
653 -#: templates/base.html:97  
654 -msgid "Blogs" 847 +#: templates/dpaste/snippet_details.html:47
  848 +#, python-format
  849 +msgid "Expires in: %(date)s"
655 msgstr "" 850 msgstr ""
656 851
657 -#: templates/base.html:105  
658 -msgid "Public Projects" 852 +#: templates/dpaste/snippet_details.html:49
  853 +msgid "Snippet never expires"
659 msgstr "" 854 msgstr ""
660 855
661 -#: templates/base.html:107 templates/base.html.py:136  
662 -msgid "Profile" 856 +#: templates/dpaste/snippet_details.html:51
  857 +msgid "One-time snippet"
663 msgstr "" 858 msgstr ""
664 859
665 -#: templates/base.html:108  
666 -msgid "New Project" 860 +#: templates/dpaste/snippet_details.html:56
  861 +msgid "Really delete this snippet?"
667 msgstr "" 862 msgstr ""
668 863
669 -#: templates/base.html:109  
670 -msgid "Projects" 864 +#: templates/dpaste/snippet_details.html:58
  865 +msgid "Delete Now"
671 msgstr "" 866 msgstr ""
672 867
673 -#: templates/base.html:111  
674 -msgid "Issues" 868 +#: templates/dpaste/snippet_details.html:63
  869 +#: templates/dpaste/snippet_details.html:65
  870 +msgid "Compare Snippets"
675 msgstr "" 871 msgstr ""
676 872
677 -#: templates/base.html:112  
678 -msgid "Merge Requests" 873 +#: templates/dpaste/snippet_details.html:69
  874 +#: templates/dpaste/snippet_details.html:71
  875 +msgid "View Raw"
679 msgstr "" 876 msgstr ""
680 877
681 -#: templates/base.html:120  
682 -msgid "Social" 878 +#: templates/dpaste/snippet_details.html:75
  879 +msgid "Gist"
683 msgstr "" 880 msgstr ""
684 881
685 -#: templates/base.html:125  
686 -msgid "Users" 882 +#: templates/dpaste/snippet_details.html:88
  883 +msgid "This is a one-time snippet."
687 msgstr "" 884 msgstr ""
688 885
689 -#: templates/base.html:130  
690 -msgid "Communities" 886 +#: templates/dpaste/snippet_details.html:90
  887 +msgid "It will automatically get deleted after {{ remaining }} further views."
691 msgstr "" 888 msgstr ""
692 889
693 -#: templates/base.html:141  
694 -msgid "Control panel" 890 +#: templates/dpaste/snippet_details.html:92
  891 +msgid "It will automatically get deleted after the next view."
695 msgstr "" 892 msgstr ""
696 893
697 -#: templates/base.html:150  
698 -msgid "Contribute" 894 +#: templates/dpaste/snippet_details.html:94
  895 +msgid "It cannot be viewed again."
699 msgstr "" 896 msgstr ""
700 897
701 -#: templates/base.html:154  
702 -msgid "New Wiki Page" 898 +#: templates/dpaste/snippet_details.html:109
  899 +msgid "Reply to this snippet"
703 msgstr "" 900 msgstr ""
704 901
705 -#: templates/base.html:156  
706 -msgid "View Tickets" 902 +#: templates/dpaste/snippet_diff.html:5
  903 +#, python-format
  904 +msgid ""
  905 +"\n"
  906 +" Diff between <a href=\"%(filea_url)s\">#%(filea_id)s</a> and <a href="
  907 +"\"%(fileb_url)s\">#%(fileb_id)s</a>\n"
  908 +" "
707 msgstr "" 909 msgstr ""
708 910
709 -#: templates/base.html:158  
710 -msgid "New Ticket" 911 +#: templates/dpaste/snippet_form.html:28
  912 +msgid "Paste it"
711 msgstr "" 913 msgstr ""
712 914
713 -#: templates/base.html:160  
714 -msgid "Roadmap" 915 +#: templates/footer.html:8
  916 +msgid "Back to top"
715 msgstr "" 917 msgstr ""
716 918
717 -#: templates/base.html:163  
718 -msgid "Browse Source" 919 +#: templates/footer.html:15
  920 +msgid "Subjects"
719 msgstr "" 921 msgstr ""
720 922
721 -#: templates/base.html:165  
722 -msgid "Continuous Integration" 923 +#: templates/footer.html:16
  924 +msgid "SPB"
723 msgstr "" 925 msgstr ""
724 926
725 -#: templates/base.html:201  
726 -msgid "My Profile" 927 +#: templates/footer.html:17
  928 +msgid "SISP-SPB"
727 msgstr "" 929 msgstr ""
728 930
729 -#: templates/base.html:202  
730 -msgid "Logout" 931 +#: templates/footer.html:18
  932 +msgid "AvaliaSPB"
731 msgstr "" 933 msgstr ""
732 934
733 -#: templates/base.html:214 templates/base.html.py:217  
734 -msgid "Search here..." 935 +#: templates/footer.html:20
  936 +msgid "5cQualiBr"
735 msgstr "" 937 msgstr ""
736 938
737 -#: templates/base.html:231  
738 -msgid "The login has failed. Please, try again." 939 +#: templates/footer.html:23
  940 +msgid "Services"
  941 +msgstr ""
  942 +
  943 +#: templates/footer.html:25
  944 +msgid "Frequently Asked Questions"
  945 +msgstr ""
  946 +
  947 +#: templates/footer.html:28
  948 +msgid "Contact"
739 msgstr "" 949 msgstr ""
740 950
741 -#: templates/base.html:256  
742 -msgid "Last email imported at" 951 +#: templates/footer.html:31
  952 +msgid " [Denomination's] services"
743 msgstr "" 953 msgstr ""
744 954
745 -#: templates/base.html:263  
746 -msgid "The contents of this site is published under license" 955 +#: templates/footer.html:34
  956 +msgid "Open data"
747 msgstr "" 957 msgstr ""
748 958
749 -#: templates/base.html:266  
750 -msgid "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" 959 +#: templates/footer.html:37
  960 +msgid "Press area"
  961 +msgstr ""
  962 +
  963 +#: templates/footer.html:41
  964 +msgid "Social networks"
  965 +msgstr ""
  966 +
  967 +#: templates/footer.html:57
  968 +msgid "What is it?"
  969 +msgstr ""
  970 +
  971 +#: templates/footer.html:58
  972 +msgid "Subscribe"
  973 +msgstr ""
  974 +
  975 +#: templates/footer.html:61
  976 +msgid "Navigation"
  977 +msgstr ""
  978 +
  979 +#: templates/footer.html:62
  980 +msgid "Accessibility"
  981 +msgstr ""
  982 +
  983 +#: templates/footer.html:63
  984 +msgid "Site map"
  985 +msgstr ""
  986 +
  987 +#: templates/footer.html:73
  988 +msgid "Information access"
  989 +msgstr ""
  990 +
  991 +#: templates/footer.html:76
  992 +msgid "Republic Presidency General Secretary"
  993 +msgstr ""
  994 +
  995 +#: templates/footer.html:76
  996 +msgid "Brazil - Federal Government"
  997 +msgstr ""
  998 +
  999 +#: templates/header.html:65
  1000 +msgid "My Profile"
  1001 +msgstr ""
  1002 +
  1003 +#: templates/header.html:66 templates/header.html.py:70
  1004 +msgid "Logout"
  1005 +msgstr ""
  1006 +
  1007 +#: templates/header.html:82 templates/header.html.py:85
  1008 +msgid "Search here..."
751 msgstr "" 1009 msgstr ""
752 1010
753 #: templates/home.html:17 1011 #: templates/home.html:17
colab/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
colab/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid &quot;&quot; @@ -8,7 +8,7 @@ msgid &quot;&quot;
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-01-21 13:55+0000\n" 11 +"POT-Creation-Date: 2015-05-25 19:01+0000\n"
12 "PO-Revision-Date: 2014-11-21 17:31+0000\n" 12 "PO-Revision-Date: 2014-11-21 17:31+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,273 +19,333 @@ msgstr &quot;&quot; @@ -19,273 +19,333 @@ msgstr &quot;&quot;
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 -#: colab/accounts/admin.py:40 22 +#: accounts/admin.py:18
23 msgid "Personal info" 23 msgid "Personal info"
24 msgstr "Informações Pessoais" 24 msgstr "Informações Pessoais"
25 25
26 -#: colab/accounts/admin.py:43 26 +#: accounts/admin.py:24
27 msgid "Permissions" 27 msgid "Permissions"
28 msgstr "Permissões" 28 msgstr "Permissões"
29 29
30 -#: colab/accounts/admin.py:45 30 +#: accounts/admin.py:28
31 msgid "Important dates" 31 msgid "Important dates"
32 msgstr "Datas importantes" 32 msgstr "Datas importantes"
33 33
34 -#: colab/accounts/forms.py:25 34 +#: accounts/forms.py:37
35 msgid "Social account does not exist" 35 msgid "Social account does not exist"
36 msgstr "Conta social não existe" 36 msgstr "Conta social não existe"
37 37
38 -#: colab/accounts/forms.py:61 38 +#: accounts/forms.py:65 accounts/forms.py:71 accounts/forms.py:77
39 msgid "This field cannot be blank." 39 msgid "This field cannot be blank."
40 msgstr "" 40 msgstr ""
41 41
42 -#: colab/accounts/forms.py:67 colab/accounts/forms.py:128  
43 -msgid "Password"  
44 -msgstr "Senha"  
45 -  
46 -#: colab/accounts/forms.py:68  
47 -msgid "Confirm Password "  
48 -msgstr "Confirmar senha"  
49 -  
50 -#: colab/accounts/forms.py:79  
51 -msgid "The two password fields didn't match."  
52 -msgstr ""  
53 -  
54 -#: colab/accounts/forms.py:96  
55 -#: colab/accounts/templates/accounts/user_detail.html:38 42 +#: accounts/forms.py:118 accounts/templates/accounts/user_detail.html:38
56 msgid "Bio" 43 msgid "Bio"
57 msgstr "Bio" 44 msgstr "Bio"
58 45
59 -#: colab/accounts/forms.py:97 46 +#: accounts/forms.py:119
60 msgid "Write something about you in 200 characters or less." 47 msgid "Write something about you in 200 characters or less."
61 msgstr "Escreva algo sobre você em 200 caracteres ou menos." 48 msgstr "Escreva algo sobre você em 200 caracteres ou menos."
62 49
63 -#: colab/accounts/forms.py:121 50 +#: accounts/forms.py:147
64 msgid "Mailing lists" 51 msgid "Mailing lists"
65 msgstr "Listas de e-mail" 52 msgstr "Listas de e-mail"
66 53
67 -#: colab/accounts/forms.py:130 54 +#: accounts/forms.py:154 accounts/forms.py:207 accounts/forms.py:261
  55 +#: accounts/forms.py:298 accounts/forms.py:488
  56 +msgid "Password"
  57 +msgstr "Senha"
  58 +
  59 +#: accounts/forms.py:156 accounts/forms.py:209
68 msgid "Password confirmation" 60 msgid "Password confirmation"
69 msgstr "Confirmação de senha" 61 msgstr "Confirmação de senha"
70 62
71 -#: colab/accounts/forms.py:132  
72 -msgid "Enter the same password as above, for verification."  
73 -msgstr "Digite a mesma senha que acima, para verificação."  
74 -  
75 -#: colab/accounts/forms.py:150 63 +#: accounts/forms.py:177
76 msgid "Password mismatch" 64 msgid "Password mismatch"
77 msgstr "Senhas diferentes" 65 msgstr "Senhas diferentes"
78 66
79 -#: colab/accounts/models.py:66 67 +#: accounts/forms.py:195
  68 +msgid "A user with that username already exists."
  69 +msgstr ""
  70 +
  71 +#: accounts/forms.py:196 accounts/forms.py:422 accounts/forms.py:486
  72 +msgid "The two password fields didn't match."
  73 +msgstr ""
  74 +
  75 +#: accounts/forms.py:198 accounts/forms.py:255 search/forms.py:37
  76 +msgid "Username"
  77 +msgstr "Usuário"
  78 +
  79 +#: accounts/forms.py:256
  80 +#, fuzzy
  81 +#| msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only."
  82 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
  83 +msgstr ""
  84 +"Obrigatório. 30 caracteres ou menos. Letras, números e ./+/-/_ somente."
  85 +
  86 +#: accounts/forms.py:259
  87 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
  88 +msgstr ""
  89 +
  90 +#: accounts/forms.py:262
  91 +msgid ""
  92 +"Raw passwords are not stored, so there is no way to see this user's "
  93 +"password, but you can change the password using <a href=\"password/\">this "
  94 +"form</a>."
  95 +msgstr ""
  96 +
  97 +#: accounts/forms.py:301
  98 +#, python-format
  99 +msgid ""
  100 +"Please enter a correct %(username)s and password. Note that both fields may "
  101 +"be case-sensitive."
  102 +msgstr ""
  103 +
  104 +#: accounts/forms.py:303
  105 +msgid "This account is inactive."
  106 +msgstr ""
  107 +
  108 +#: accounts/forms.py:366
  109 +#, fuzzy
  110 +#| msgid "Emails"
  111 +msgid "Email"
  112 +msgstr "E-mails"
  113 +
  114 +#: accounts/forms.py:424
  115 +#, fuzzy
  116 +#| msgid "Reset password"
  117 +msgid "New password"
  118 +msgstr "Redefinir senha"
  119 +
  120 +#: accounts/forms.py:426
  121 +#, fuzzy
  122 +#| msgid "Password confirmation"
  123 +msgid "New password confirmation"
  124 +msgstr "Confirmação de senha"
  125 +
  126 +#: accounts/forms.py:457
  127 +msgid "Your old password was entered incorrectly. Please enter it again."
  128 +msgstr ""
  129 +
  130 +#: accounts/forms.py:460
  131 +#, fuzzy
  132 +#| msgid "Password"
  133 +msgid "Old password"
  134 +msgstr "Senha"
  135 +
  136 +#: accounts/forms.py:490
  137 +#, fuzzy
  138 +#| msgid "Password"
  139 +msgid "Password (again)"
  140 +msgstr "Senha"
  141 +
  142 +#: accounts/models.py:85
80 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only." 143 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only."
81 msgstr "" 144 msgstr ""
82 "Obrigatório. 30 caracteres ou menos. Letras, números e ./+/-/_ somente." 145 "Obrigatório. 30 caracteres ou menos. Letras, números e ./+/-/_ somente."
83 146
84 -#: colab/accounts/models.py:71 147 +#: accounts/models.py:90
85 msgid "Enter a valid username." 148 msgid "Enter a valid username."
86 msgstr "Insira um nome de usuário válido." 149 msgstr "Insira um nome de usuário válido."
87 150
88 -#: colab/accounts/templates/accounts/change_password.html:8 151 +#: accounts/templates/accounts/change_password.html:8
89 msgid "Change XMPP Client and SVN Password" 152 msgid "Change XMPP Client and SVN Password"
90 msgstr "Trocar senha do Repositório e do Mensageiro" 153 msgstr "Trocar senha do Repositório e do Mensageiro"
91 154
92 -#: colab/accounts/templates/accounts/change_password.html:17  
93 -#: colab/accounts/templates/accounts/user_update_form.html:186  
94 -#: colab/accounts/templates/accounts/user_update_form.html:190  
95 -#: colab/accounts/templates/accounts/user_update_form.html:202  
96 -#: colab/accounts/templates/accounts/user_update_form.html:209  
97 -#: colab/accounts/templates/registration/password_change_form_custom.html:27  
98 -#: colab/accounts/templates/registration/password_reset_confirm_custom.html:29 155 +#: accounts/templates/accounts/change_password.html:17
  156 +#: accounts/templates/accounts/user_update_form.html:186
  157 +#: accounts/templates/accounts/user_update_form.html:190
  158 +#: accounts/templates/accounts/user_update_form.html:202
  159 +#: accounts/templates/accounts/user_update_form.html:209
  160 +#: accounts/templates/registration/password_change_form_custom.html:26
  161 +#: accounts/templates/registration/password_reset_confirm_custom.html:28
99 msgid "Change Password" 162 msgid "Change Password"
100 msgstr "Trocar senha" 163 msgstr "Trocar senha"
101 164
102 -#: colab/accounts/templates/accounts/login.html:7 165 +#: accounts/templates/accounts/login.html:7
103 msgid "To login please click in the link below:" 166 msgid "To login please click in the link below:"
104 msgstr "Para acessar por favor clique no link abaixo:" 167 msgstr "Para acessar por favor clique no link abaixo:"
105 168
106 -#: colab/accounts/templates/accounts/login.html:8  
107 -#: colab/accounts/templates/registration/login.html:34  
108 -#: colab/accounts/templates/registration/login.html:54  
109 -#: colab/templates/base.html:185 colab/templates/base.html.py:190  
110 -#: colab/templates/base.html:194 colab/templates/base.html.py:199 169 +#: accounts/templates/accounts/login.html:8
  170 +#: accounts/templates/registration/login.html:34
  171 +#: accounts/templates/registration/login.html:54 templates/header.html:37
  172 +#: templates/header.html.py:42 templates/header.html:46
  173 +#: templates/header.html.py:51
111 msgid "Login" 174 msgid "Login"
112 msgstr "Entrar" 175 msgstr "Entrar"
113 176
114 -#: colab/accounts/templates/accounts/manage_subscriptions.html:6 177 +#: accounts/templates/accounts/manage_subscriptions.html:6
115 msgid "Group Subscriptions" 178 msgid "Group Subscriptions"
116 msgstr "Inscrições em grupos" 179 msgstr "Inscrições em grupos"
117 180
118 -#: colab/accounts/templates/accounts/manage_subscriptions.html:36 181 +#: accounts/templates/accounts/manage_subscriptions.html:36
119 msgid "Update subscriptions" 182 msgid "Update subscriptions"
120 msgstr "Atualizar inscrições" 183 msgstr "Atualizar inscrições"
121 184
122 -#: colab/accounts/templates/accounts/user_create_form.html:5 185 +#: accounts/templates/accounts/user_create_form.html:5
123 msgid "Sign up" 186 msgid "Sign up"
124 msgstr "Cadastrar" 187 msgstr "Cadastrar"
125 188
126 -#: colab/accounts/templates/accounts/user_create_form.html:10  
127 -#: colab/accounts/templates/registration/login.html:14  
128 -#: colab/accounts/templates/registration/password_change_form_custom.html:13  
129 -#: colab/accounts/templates/registration/password_reset_confirm_custom.html:15  
130 -#: colab/accounts/templates/registration/password_reset_form_custom.html:9 189 +#: accounts/templates/accounts/user_create_form.html:10
  190 +#: accounts/templates/registration/login.html:14
  191 +#: accounts/templates/registration/password_change_form_custom.html:12
  192 +#: accounts/templates/registration/password_reset_confirm_custom.html:14
  193 +#: accounts/templates/registration/password_reset_form_custom.html:9
131 msgid "Please correct the errors below and try again." 194 msgid "Please correct the errors below and try again."
132 msgstr "Por favor, corrija os erros abaixo e tente novamente." 195 msgstr "Por favor, corrija os erros abaixo e tente novamente."
133 196
134 -#: colab/accounts/templates/accounts/user_create_form.html:17 197 +#: accounts/templates/accounts/user_create_form.html:17
135 msgid "Required fields" 198 msgid "Required fields"
136 msgstr "Campos obrigatórios" 199 msgstr "Campos obrigatórios"
137 200
138 -#: colab/accounts/templates/accounts/user_create_form.html:29 201 +#: accounts/templates/accounts/user_create_form.html:29
139 msgid "Personal Information" 202 msgid "Personal Information"
140 msgstr "Informações pessoais" 203 msgstr "Informações pessoais"
141 204
142 -#: colab/accounts/templates/accounts/user_create_form.html:46 205 +#: accounts/templates/accounts/user_create_form.html:46
143 msgid "Subscribe to groups" 206 msgid "Subscribe to groups"
144 msgstr "Inscreva-se nos grupos" 207 msgstr "Inscreva-se nos grupos"
145 208
146 -#: colab/accounts/templates/accounts/user_create_form.html:60  
147 -#: colab/templates/base.html:189 colab/templates/base.html.py:198 209 +#: accounts/templates/accounts/user_create_form.html:60
  210 +#: templates/header.html:41 templates/header.html.py:50
148 msgid "Register" 211 msgid "Register"
149 msgstr "Cadastre-se" 212 msgstr "Cadastre-se"
150 213
151 -#: colab/accounts/templates/accounts/user_detail.html:8  
152 -#: colab/badger/models.py:21 214 +#: accounts/templates/accounts/user_detail.html:8 badger/models.py:21
153 msgid "Messages" 215 msgid "Messages"
154 msgstr "Mensagens" 216 msgstr "Mensagens"
155 217
156 -#: colab/accounts/templates/accounts/user_detail.html:9  
157 -#: colab/badger/models.py:22 colab/templates/home.html:7 218 +#: accounts/templates/accounts/user_detail.html:9 badger/models.py:22
  219 +#: templates/home.html:7
158 msgid "Contributions" 220 msgid "Contributions"
159 msgstr "Contribuições" 221 msgstr "Contribuições"
160 222
161 -#: colab/accounts/templates/accounts/user_detail.html:29 223 +#: accounts/templates/accounts/user_detail.html:29
162 msgid "edit profile" 224 msgid "edit profile"
163 msgstr "editar perfil" 225 msgstr "editar perfil"
164 226
165 -#: colab/accounts/templates/accounts/user_detail.html:30 227 +#: accounts/templates/accounts/user_detail.html:30
166 msgid "group membership" 228 msgid "group membership"
167 msgstr "Inscrições nos grupos" 229 msgstr "Inscrições nos grupos"
168 230
169 -#: colab/accounts/templates/accounts/user_detail.html:65 231 +#: accounts/templates/accounts/user_detail.html:66
170 msgid "Twitter account" 232 msgid "Twitter account"
171 msgstr "Conta Twitter" 233 msgstr "Conta Twitter"
172 234
173 -#: colab/accounts/templates/accounts/user_detail.html:68 235 +#: accounts/templates/accounts/user_detail.html:69
174 msgid "Facebook account" 236 msgid "Facebook account"
175 msgstr "Conta Facebook" 237 msgstr "Conta Facebook"
176 238
177 -#: colab/accounts/templates/accounts/user_detail.html:73 239 +#: accounts/templates/accounts/user_detail.html:74
178 msgid "Google talk account" 240 msgid "Google talk account"
179 msgstr "Conta Google" 241 msgstr "Conta Google"
180 242
181 -#: colab/accounts/templates/accounts/user_detail.html:77 243 +#: accounts/templates/accounts/user_detail.html:78
182 msgid "Github account" 244 msgid "Github account"
183 msgstr "Conta Github" 245 msgstr "Conta Github"
184 246
185 -#: colab/accounts/templates/accounts/user_detail.html:81 247 +#: accounts/templates/accounts/user_detail.html:82
186 msgid "Personal webpage" 248 msgid "Personal webpage"
187 msgstr "Página web pessoal" 249 msgstr "Página web pessoal"
188 250
189 -#: colab/accounts/templates/accounts/user_detail.html:87 251 +#: accounts/templates/accounts/user_detail.html:89
190 msgid "Groups: " 252 msgid "Groups: "
191 msgstr "Grupos: " 253 msgstr "Grupos: "
192 254
193 -#: colab/accounts/templates/accounts/user_detail.html:100 255 +#: accounts/templates/accounts/user_detail.html:102
194 msgid "Collaborations by Type" 256 msgid "Collaborations by Type"
195 msgstr "Colaborações por tipo" 257 msgstr "Colaborações por tipo"
196 258
197 -#: colab/accounts/templates/accounts/user_detail.html:116 259 +#: accounts/templates/accounts/user_detail.html:118
198 msgid "Participation by Group" 260 msgid "Participation by Group"
199 msgstr "Participação por grupo" 261 msgstr "Participação por grupo"
200 262
201 -#: colab/accounts/templates/accounts/user_detail.html:132  
202 -#: colab/badger/models.py:69 263 +#: accounts/templates/accounts/user_detail.html:134 badger/models.py:69
203 msgid "Badges" 264 msgid "Badges"
204 msgstr "Medalhas" 265 msgstr "Medalhas"
205 266
206 -#: colab/accounts/templates/accounts/user_detail.html:151 267 +#: accounts/templates/accounts/user_detail.html:153
207 msgid "Latest posted" 268 msgid "Latest posted"
208 msgstr "Últimas postagens" 269 msgstr "Últimas postagens"
209 270
210 -#: colab/accounts/templates/accounts/user_detail.html:156 271 +#: accounts/templates/accounts/user_detail.html:158
211 msgid "There are no posts by this user so far." 272 msgid "There are no posts by this user so far."
212 msgstr "Não há posts deste usuário até agora." 273 msgstr "Não há posts deste usuário até agora."
213 274
214 -#: colab/accounts/templates/accounts/user_detail.html:160 275 +#: accounts/templates/accounts/user_detail.html:162
215 msgid "View more posts..." 276 msgid "View more posts..."
216 msgstr "Ver mais postagens..." 277 msgstr "Ver mais postagens..."
217 278
218 -#: colab/accounts/templates/accounts/user_detail.html:166 279 +#: accounts/templates/accounts/user_detail.html:168
219 msgid "Latest contributions" 280 msgid "Latest contributions"
220 msgstr "Últimas colaborações" 281 msgstr "Últimas colaborações"
221 282
222 -#: colab/accounts/templates/accounts/user_detail.html:171 283 +#: accounts/templates/accounts/user_detail.html:173
223 msgid "No contributions of this user so far." 284 msgid "No contributions of this user so far."
224 msgstr "Não há posts deste usuário até agora." 285 msgstr "Não há posts deste usuário até agora."
225 286
226 -#: colab/accounts/templates/accounts/user_detail.html:175 287 +#: accounts/templates/accounts/user_detail.html:177
227 msgid "View more contributions..." 288 msgid "View more contributions..."
228 msgstr "Ver mais colaborações..." 289 msgstr "Ver mais colaborações..."
229 290
230 -#: colab/accounts/templates/accounts/user_update_form.html:65 291 +#: accounts/templates/accounts/user_update_form.html:65
231 msgid "We sent a verification email to " 292 msgid "We sent a verification email to "
232 msgstr "Enviamos um email de verificação para " 293 msgstr "Enviamos um email de verificação para "
233 294
234 -#: colab/accounts/templates/accounts/user_update_form.html:66 295 +#: accounts/templates/accounts/user_update_form.html:66
235 msgid "Please follow the instructions in it." 296 msgid "Please follow the instructions in it."
236 msgstr "Por favor, siga as instruções." 297 msgstr "Por favor, siga as instruções."
237 298
238 -#: colab/accounts/templates/accounts/user_update_form.html:110 299 +#: accounts/templates/accounts/user_update_form.html:110
239 msgid "profile information" 300 msgid "profile information"
240 msgstr "informações do perfil" 301 msgstr "informações do perfil"
241 302
242 -#: colab/accounts/templates/accounts/user_update_form.html:115 303 +#: accounts/templates/accounts/user_update_form.html:115
243 msgid "Change your avatar at Gravatar.com" 304 msgid "Change your avatar at Gravatar.com"
244 msgstr "Troque seu avatar em Gravatar.com" 305 msgstr "Troque seu avatar em Gravatar.com"
245 306
246 -#: colab/accounts/templates/accounts/user_update_form.html:142  
247 -#: colab/search/utils.py:8 307 +#: accounts/templates/accounts/user_update_form.html:142 search/utils.py:51
248 msgid "Emails" 308 msgid "Emails"
249 msgstr "E-mails" 309 msgstr "E-mails"
250 310
251 -#: colab/accounts/templates/accounts/user_update_form.html:151 311 +#: accounts/templates/accounts/user_update_form.html:151
252 msgid "Primary" 312 msgid "Primary"
253 msgstr "Primário" 313 msgstr "Primário"
254 314
255 -#: colab/accounts/templates/accounts/user_update_form.html:154 315 +#: accounts/templates/accounts/user_update_form.html:154
256 msgid "Setting..." 316 msgid "Setting..."
257 msgstr "Definindo..." 317 msgstr "Definindo..."
258 318
259 -#: colab/accounts/templates/accounts/user_update_form.html:154 319 +#: accounts/templates/accounts/user_update_form.html:154
260 msgid "Set as Primary" 320 msgid "Set as Primary"
261 msgstr "Definir como Primário" 321 msgstr "Definir como Primário"
262 322
263 -#: colab/accounts/templates/accounts/user_update_form.html:155 323 +#: accounts/templates/accounts/user_update_form.html:155
264 msgid "Deleting..." 324 msgid "Deleting..."
265 msgstr "Deletando..." 325 msgstr "Deletando..."
266 326
267 -#: colab/accounts/templates/accounts/user_update_form.html:155  
268 -#: colab/accounts/templates/accounts/user_update_form.html:167 327 +#: accounts/templates/accounts/user_update_form.html:155
  328 +#: accounts/templates/accounts/user_update_form.html:167
269 msgid "Delete" 329 msgid "Delete"
270 msgstr "Apagar" 330 msgstr "Apagar"
271 331
272 -#: colab/accounts/templates/accounts/user_update_form.html:166 332 +#: accounts/templates/accounts/user_update_form.html:166
273 msgid "Sending verification..." 333 msgid "Sending verification..."
274 msgstr "Enviando verificação..." 334 msgstr "Enviando verificação..."
275 335
276 -#: colab/accounts/templates/accounts/user_update_form.html:166 336 +#: accounts/templates/accounts/user_update_form.html:166
277 msgid "Verify" 337 msgid "Verify"
278 msgstr "Verificar" 338 msgstr "Verificar"
279 339
280 -#: colab/accounts/templates/accounts/user_update_form.html:174 340 +#: accounts/templates/accounts/user_update_form.html:174
281 msgid "Add another email address:" 341 msgid "Add another email address:"
282 msgstr "Adicionar outro endereço de e-mail" 342 msgstr "Adicionar outro endereço de e-mail"
283 343
284 -#: colab/accounts/templates/accounts/user_update_form.html:177 344 +#: accounts/templates/accounts/user_update_form.html:177
285 msgid "Add" 345 msgid "Add"
286 msgstr "Adicionar" 346 msgstr "Adicionar"
287 347
288 -#: colab/accounts/templates/accounts/user_update_form.html:207 348 +#: accounts/templates/accounts/user_update_form.html:207
289 msgid "" 349 msgid ""
290 "This feature is available only for those who need to change the password for " 350 "This feature is available only for those who need to change the password for "
291 "some reason as having an old user with the same username, forgot your " 351 "some reason as having an old user with the same username, forgot your "
@@ -299,602 +359,598 @@ msgstr &quot;&quot; @@ -299,602 +359,598 @@ msgstr &quot;&quot;
299 "Normalmente, você não terá que trocar essa senha. Somente troque essa senha " 359 "Normalmente, você não terá que trocar essa senha. Somente troque essa senha "
300 "se tiver certeza do que está fazendo." 360 "se tiver certeza do que está fazendo."
301 361
302 -#: colab/accounts/templates/accounts/user_update_form.html:217 362 +#: accounts/templates/accounts/user_update_form.html:217
303 msgid "Update" 363 msgid "Update"
304 msgstr "Atualizar" 364 msgstr "Atualizar"
305 365
306 -#: colab/accounts/templates/registration/login.html:10  
307 -#: colab/accounts/templates/registration/password_change_form_custom.html:11  
308 -#: colab/accounts/templates/registration/password_reset_confirm_custom.html:12 366 +#: accounts/templates/registration/login.html:10
  367 +#: accounts/templates/registration/password_change_form_custom.html:10
  368 +#: accounts/templates/registration/password_reset_confirm_custom.html:12
309 msgid "Please correct the error below and try again." 369 msgid "Please correct the error below and try again."
310 msgstr "Por favor, corrija o erro abaixo e tente novamente." 370 msgstr "Por favor, corrija o erro abaixo e tente novamente."
311 371
312 -#: colab/accounts/templates/registration/login.html:56 372 +#: accounts/templates/registration/login.html:56
313 msgid "Forgot Password?" 373 msgid "Forgot Password?"
314 msgstr "Esqueceu sua senha?" 374 msgstr "Esqueceu sua senha?"
315 375
316 -#: colab/accounts/templates/registration/password_change_form_custom.html:55  
317 -#: colab/accounts/templates/registration/password_reset_confirm_custom.html:52 376 +#: accounts/templates/registration/password_change_form_custom.html:54
  377 +#: accounts/templates/registration/password_reset_confirm_custom.html:51
318 #, fuzzy 378 #, fuzzy
319 #| msgid "Change Password" 379 #| msgid "Change Password"
320 msgid "Change my password" 380 msgid "Change my password"
321 msgstr "Trocar senha" 381 msgstr "Trocar senha"
322 382
323 -#: colab/accounts/templates/registration/password_reset_confirm_custom.html:3 383 +#: accounts/templates/registration/password_reset_confirm_custom.html:3
324 #, fuzzy 384 #, fuzzy
325 #| msgid "Change Password" 385 #| msgid "Change Password"
326 msgid "Setting New password" 386 msgid "Setting New password"
327 msgstr "Trocar senha" 387 msgstr "Trocar senha"
328 388
329 -#: colab/accounts/templates/registration/password_reset_form_custom.html:23  
330 -msgid "Forgotten your password? Enter your email address below, and we'll email " 389 +#: accounts/templates/registration/password_reset_form_custom.html:23
  390 +msgid ""
  391 +"Forgotten your password? Enter your email address below, and we'll email "
331 "instructions for setting a new one." 392 "instructions for setting a new one."
332 -msgstr "Esqueceu sua senha? Entre com seu endereço de email abaixo e nós iremos lhe enviar instruções para configurar uma nova senha" 393 +msgstr ""
  394 +"Esqueceu sua senha? Entre com seu endereço de email abaixo e nós iremos lhe "
  395 +"enviar instruções para configurar uma nova senha"
333 396
334 -#: colab/accounts/templates/registration/password_reset_form_custom.html:26 397 +#: accounts/templates/registration/password_reset_form_custom.html:26
335 #, fuzzy 398 #, fuzzy
336 #| msgid "An email address" 399 #| msgid "An email address"
337 msgid "Email address:" 400 msgid "Email address:"
338 msgstr "Um endereço de e-mail" 401 msgstr "Um endereço de e-mail"
339 402
340 -#: colab/accounts/templates/registration/password_reset_form_custom.html:37 403 +#: accounts/templates/registration/password_reset_form_custom.html:37
341 msgid "Reset password" 404 msgid "Reset password"
342 msgstr "Redefinir senha" 405 msgstr "Redefinir senha"
343 406
344 -#: colab/accounts/views.py:180 407 +#: accounts/views.py:157
345 msgid "Your profile has been created!" 408 msgid "Your profile has been created!"
346 msgstr "Seu perfil foi criado!" 409 msgstr "Seu perfil foi criado!"
347 410
348 -#: colab/accounts/views.py:264 411 +#: accounts/views.py:241
349 msgid "Could not change your password. Please, try again later." 412 msgid "Could not change your password. Please, try again later."
350 -msgstr "Não conseguimos alterar sua senha. Por favor, tente novamente mais tarde." 413 +msgstr ""
  414 +"Não conseguimos alterar sua senha. Por favor, tente novamente mais tarde."
351 415
352 -#: colab/accounts/views.py:273 416 +#: accounts/views.py:250
353 msgid "You've changed your password successfully!" 417 msgid "You've changed your password successfully!"
354 msgstr "Senha alterada com sucesso!" 418 msgstr "Senha alterada com sucesso!"
355 419
356 -#: colab/accounts/views.py:279 420 +#: accounts/views.py:256
357 msgid "Your password was changed." 421 msgid "Your password was changed."
358 msgstr "Sua senha foi alterada" 422 msgstr "Sua senha foi alterada"
359 423
360 -#: colab/accounts/views.py:286  
361 -msgid "We've emailed you instructions for setting your password. You should be receiving them shortly."  
362 -msgstr "Nos enviamos o email com as intruções para mudança de senha. Em breve você deve recebê-lo."  
363 -  
364 -#: colab/accounts/views.py:292 424 +#: accounts/views.py:272
365 msgid "Your password has been set. You may go ahead and log in now." 425 msgid "Your password has been set. You may go ahead and log in now."
366 msgstr "Sua senha foi redefinida. Você pode prosseguir e autenticar agora." 426 msgstr "Sua senha foi redefinida. Você pode prosseguir e autenticar agora."
367 427
368 -#: colab/badger/forms.py:19 colab/badger/models.py:39 colab/settings.py:160 428 +#: badger/forms.py:17 badger/models.py:39 settings.py:162
369 msgid "Image" 429 msgid "Image"
370 msgstr "Imagem" 430 msgstr "Imagem"
371 431
372 -#: colab/badger/forms.py:30 432 +#: badger/forms.py:28
373 msgid "You must add an Image" 433 msgid "You must add an Image"
374 msgstr "Você deve adicionar uma imagem" 434 msgstr "Você deve adicionar uma imagem"
375 435
376 -#: colab/badger/models.py:11 436 +#: badger/models.py:11
377 msgid "Greater than or equal" 437 msgid "Greater than or equal"
378 msgstr "Maior que ou igual" 438 msgstr "Maior que ou igual"
379 439
380 -#: colab/badger/models.py:12 440 +#: badger/models.py:12
381 msgid "less than or equal" 441 msgid "less than or equal"
382 msgstr "menor que ou igual" 442 msgstr "menor que ou igual"
383 443
384 -#: colab/badger/models.py:13 444 +#: badger/models.py:13
385 msgid "Equal" 445 msgid "Equal"
386 msgstr "Igual" 446 msgstr "Igual"
387 447
388 -#: colab/badger/models.py:14 448 +#: badger/models.py:14
389 msgid "Biggest" 449 msgid "Biggest"
390 msgstr "Maior" 450 msgstr "Maior"
391 451
392 -#: colab/badger/models.py:17 452 +#: badger/models.py:17
393 msgid "Automatically" 453 msgid "Automatically"
394 msgstr "Automaticamente" 454 msgstr "Automaticamente"
395 455
396 -#: colab/badger/models.py:18 456 +#: badger/models.py:18
397 msgid "Manual" 457 msgid "Manual"
398 msgstr "Manual" 458 msgstr "Manual"
399 459
400 -#: colab/badger/models.py:23 460 +#: badger/models.py:23
401 msgid "Wikis" 461 msgid "Wikis"
402 msgstr "Wikis" 462 msgstr "Wikis"
403 463
404 -#: colab/badger/models.py:24 464 +#: badger/models.py:24
405 msgid "Revisions" 465 msgid "Revisions"
406 msgstr "Conjunto de mudanças" 466 msgstr "Conjunto de mudanças"
407 467
408 -#: colab/badger/models.py:25  
409 -#: colab/search/templates/search/includes/search_filters.html:122 468 +#: badger/models.py:25
  469 +#: search/templates/search/includes/search_filters.html:122
410 msgid "Ticket" 470 msgid "Ticket"
411 msgstr "Tíquetes" 471 msgstr "Tíquetes"
412 472
413 -#: colab/badger/models.py:35 473 +#: badger/models.py:35
414 msgid "Title" 474 msgid "Title"
415 msgstr "Título" 475 msgstr "Título"
416 476
417 -#: colab/badger/models.py:37 477 +#: badger/models.py:37
418 msgid "Description" 478 msgid "Description"
419 msgstr "Descrição" 479 msgstr "Descrição"
420 480
421 -#: colab/badger/models.py:40 colab/search/forms.py:18 481 +#: badger/models.py:40 search/forms.py:17
422 msgid "Type" 482 msgid "Type"
423 msgstr "Tipo" 483 msgstr "Tipo"
424 484
425 -#: colab/badger/models.py:42 485 +#: badger/models.py:42
426 msgid "User attribute" 486 msgid "User attribute"
427 msgstr "Atributo do usuário" 487 msgstr "Atributo do usuário"
428 488
429 -#: colab/badger/models.py:48 489 +#: badger/models.py:48
430 msgid "Comparison" 490 msgid "Comparison"
431 msgstr "Comparação" 491 msgstr "Comparação"
432 492
433 -#: colab/badger/models.py:55 493 +#: badger/models.py:55
434 msgid "Value" 494 msgid "Value"
435 msgstr "Valor" 495 msgstr "Valor"
436 496
437 -#: colab/badger/models.py:61 497 +#: badger/models.py:61
438 msgid "Awardees" 498 msgid "Awardees"
439 msgstr "Premiados" 499 msgstr "Premiados"
440 500
441 -#: colab/badger/models.py:65 501 +#: badger/models.py:65
442 msgid "Order" 502 msgid "Order"
443 msgstr "Ordem" 503 msgstr "Ordem"
444 504
445 -#: colab/badger/models.py:68 505 +#: badger/models.py:68
446 msgid "Badge" 506 msgid "Badge"
447 msgstr "Medalha" 507 msgstr "Medalha"
448 508
449 -#: colab/home/context_processors.py:20 509 +#: home/context_processors.py:20
450 msgid "Fork me!" 510 msgid "Fork me!"
451 msgstr "Fork me!" 511 msgstr "Fork me!"
452 512
453 -#: colab/rss/feeds.py:13 513 +#: proxy/gitlab/apps.py:12 proxy/jenkins/apps.py:12 proxy/trac/apps.py:12
  514 +#: settings.py:159
  515 +msgid "Code"
  516 +msgstr "Código"
  517 +
  518 +#: proxy/gitlab/apps.py:14
  519 +msgid "Public Projects"
  520 +msgstr "Projetos Públicos"
  521 +
  522 +#: proxy/gitlab/apps.py:17 proxy/noosfero/apps.py:18
  523 +msgid "Profile"
  524 +msgstr "Perfil"
  525 +
  526 +#: proxy/gitlab/apps.py:18
  527 +msgid "New Project"
  528 +msgstr "Novo Projeto"
  529 +
  530 +#: proxy/gitlab/apps.py:19
  531 +msgid "Projects"
  532 +msgstr "Projetos"
  533 +
  534 +#: proxy/gitlab/apps.py:20 templates/header.html:21
  535 +msgid "Groups"
  536 +msgstr "Grupos"
  537 +
  538 +#: proxy/gitlab/apps.py:21
  539 +msgid "Issues"
  540 +msgstr "Tiquetes"
  541 +
  542 +#: proxy/gitlab/apps.py:22
  543 +msgid "Merge Requests"
  544 +msgstr "Merge Requests"
  545 +
  546 +#: proxy/gitlab/models.py:23
  547 +#, fuzzy
  548 +#| msgid "New Project"
  549 +msgid "Gitlab Project"
  550 +msgstr "Novo Projeto"
  551 +
  552 +#: proxy/gitlab/models.py:24
  553 +#, fuzzy
  554 +#| msgid "Projects"
  555 +msgid "Gitlab Projects"
  556 +msgstr "Projetos"
  557 +
  558 +#: proxy/gitlab/models.py:59
  559 +#, fuzzy
  560 +#| msgid "Merge Requests"
  561 +msgid "Gitlab Merge Request"
  562 +msgstr "Merge Requests"
  563 +
  564 +#: proxy/gitlab/models.py:60
  565 +#, fuzzy
  566 +#| msgid "Merge Requests"
  567 +msgid "Gitlab Merge Requests"
  568 +msgstr "Merge Requests"
  569 +
  570 +#: proxy/gitlab/models.py:87
  571 +msgid "Gitlab Issue"
  572 +msgstr ""
  573 +
  574 +#: proxy/gitlab/models.py:88
  575 +#, fuzzy
  576 +#| msgid "Issues"
  577 +msgid "Gitlab Issues"
  578 +msgstr "Tiquetes"
  579 +
  580 +#: proxy/gitlab/models.py:142 proxy/gitlab/models.py:143
  581 +msgid "Gitlab Comments"
  582 +msgstr ""
  583 +
  584 +#: proxy/jenkins/apps.py:14
  585 +#, fuzzy
  586 +#| msgid "Continuous Integration"
  587 +msgid "Continuos Integration"
  588 +msgstr "Integração Contínua"
  589 +
  590 +#: proxy/noosfero/apps.py:12
  591 +msgid "Social"
  592 +msgstr "Social"
  593 +
  594 +#: proxy/noosfero/apps.py:14
  595 +msgid "Users"
  596 +msgstr "Usuários"
  597 +
  598 +#: proxy/noosfero/apps.py:15
  599 +msgid "Communities"
  600 +msgstr "Comunidades"
  601 +
  602 +#: proxy/noosfero/apps.py:19
  603 +msgid "Control panel"
  604 +msgstr "Painel de Controle"
  605 +
  606 +#: proxy/trac/apps.py:14
  607 +msgid "Timeline"
  608 +msgstr "Linha do Tempo"
  609 +
  610 +#: proxy/trac/apps.py:15
  611 +#: search/templates/search/includes/search_filters.html:118
  612 +#: templates/open-data.html:130
  613 +msgid "Wiki"
  614 +msgstr "Wiki"
  615 +
  616 +#: proxy/trac/apps.py:16
  617 +msgid "View Tickets"
  618 +msgstr "Ver Tiquetes"
  619 +
  620 +#: proxy/trac/apps.py:17
  621 +msgid "Roadmap"
  622 +msgstr "Planejamento"
  623 +
  624 +#: proxy/trac/apps.py:18
  625 +msgid "Browse Source"
  626 +msgstr "Códigos Fontes"
  627 +
  628 +#: proxy/trac/apps.py:21
  629 +msgid "New Ticket"
  630 +msgstr "Novo Tíquete"
  631 +
  632 +#: proxy/trac/apps.py:22
  633 +msgid "New Wiki Page"
  634 +msgstr "Nova Página Wiki"
  635 +
  636 +#: rss/feeds.py:13
454 msgid "Latest Discussions" 637 msgid "Latest Discussions"
455 msgstr "Últimas discussões" 638 msgstr "Últimas discussões"
456 639
457 -#: colab/rss/feeds.py:32 640 +#: rss/feeds.py:32
458 msgid "Discussions Most Relevance" 641 msgid "Discussions Most Relevance"
459 msgstr "Discussões Mais Relevantes" 642 msgstr "Discussões Mais Relevantes"
460 643
461 -#: colab/rss/feeds.py:51 644 +#: rss/feeds.py:51
462 msgid "Latest collaborations" 645 msgid "Latest collaborations"
463 msgstr "Últimas colaborações" 646 msgstr "Últimas colaborações"
464 647
465 -#: colab/search/forms.py:16 colab/search/templates/search/search.html:46  
466 -#: colab/templates/base.html:175 648 +#: search/forms.py:15 search/templates/search/search.html:46
  649 +#: templates/header.html:27
467 msgid "Search" 650 msgid "Search"
468 msgstr "Busca" 651 msgstr "Busca"
469 652
470 -#: colab/search/forms.py:19 colab/search/views.py:22 653 +#: search/forms.py:18 search/views.py:22
471 msgid "Author" 654 msgid "Author"
472 msgstr "Autor" 655 msgstr "Autor"
473 656
474 -#: colab/search/forms.py:20 657 +#: search/forms.py:19
475 msgid "Modified by" 658 msgid "Modified by"
476 msgstr "Modificado por" 659 msgstr "Modificado por"
477 660
478 -#: colab/search/forms.py:22 661 +#: search/forms.py:21
479 msgid "Status" 662 msgid "Status"
480 msgstr "Status" 663 msgstr "Status"
481 664
482 -#: colab/search/forms.py:26 colab/search/views.py:25 665 +#: search/forms.py:25 search/views.py:25
483 msgid "Mailinglist" 666 msgid "Mailinglist"
484 msgstr "Grupo" 667 msgstr "Grupo"
485 668
486 -#: colab/search/forms.py:30 669 +#: search/forms.py:29
487 msgid "Milestone" 670 msgid "Milestone"
488 msgstr "Etapa" 671 msgstr "Etapa"
489 672
490 -#: colab/search/forms.py:31 673 +#: search/forms.py:30
491 msgid "Priority" 674 msgid "Priority"
492 msgstr "Prioridade" 675 msgstr "Prioridade"
493 676
494 -#: colab/search/forms.py:32 677 +#: search/forms.py:31
495 msgid "Component" 678 msgid "Component"
496 msgstr "Componente" 679 msgstr "Componente"
497 680
498 -#: colab/search/forms.py:33 681 +#: search/forms.py:32
499 msgid "Severity" 682 msgid "Severity"
500 msgstr "Seriedade" 683 msgstr "Seriedade"
501 684
502 -#: colab/search/forms.py:34 685 +#: search/forms.py:33
503 msgid "Reporter" 686 msgid "Reporter"
504 msgstr "Relator" 687 msgstr "Relator"
505 688
506 -#: colab/search/forms.py:35 689 +#: search/forms.py:34
507 msgid "Keywords" 690 msgid "Keywords"
508 msgstr "Palavras chaves" 691 msgstr "Palavras chaves"
509 692
510 -#: colab/search/forms.py:36 693 +#: search/forms.py:35
511 msgid "Collaborators" 694 msgid "Collaborators"
512 msgstr "Colaboradores" 695 msgstr "Colaboradores"
513 696
514 -#: colab/search/forms.py:37 colab/templates/base.html:107 697 +#: search/forms.py:36
515 msgid "Repository" 698 msgid "Repository"
516 msgstr "Repositório" 699 msgstr "Repositório"
517 700
518 -#: colab/search/forms.py:38  
519 -msgid "Username"  
520 -msgstr "Usuário"  
521 -  
522 -#: colab/search/forms.py:39 701 +#: search/forms.py:38
523 msgid "Name" 702 msgid "Name"
524 msgstr "Nome" 703 msgstr "Nome"
525 704
526 -#: colab/search/forms.py:40 705 +#: search/forms.py:39
527 msgid "Institution" 706 msgid "Institution"
528 msgstr "Instituição" 707 msgstr "Instituição"
529 708
530 -#: colab/search/forms.py:41 709 +#: search/forms.py:40
531 msgid "Role" 710 msgid "Role"
532 msgstr "Cargo" 711 msgstr "Cargo"
533 712
534 -#: colab/search/forms.py:42  
535 -#: colab/search/templates/search/includes/search_filters.html:154  
536 -#: colab/search/templates/search/includes/search_filters.html:156  
537 -#: colab/search/templates/search/includes/search_filters.html:188  
538 -#: colab/search/templates/search/includes/search_filters.html:189 713 +#: search/forms.py:41 search/templates/search/includes/search_filters.html:154
  714 +#: search/templates/search/includes/search_filters.html:156
  715 +#: search/templates/search/includes/search_filters.html:188
  716 +#: search/templates/search/includes/search_filters.html:189
539 msgid "Since" 717 msgid "Since"
540 msgstr "Desde" 718 msgstr "Desde"
541 719
542 -#: colab/search/forms.py:43  
543 -#: colab/search/templates/search/includes/search_filters.html:163  
544 -#: colab/search/templates/search/includes/search_filters.html:165  
545 -#: colab/search/templates/search/includes/search_filters.html:192  
546 -#: colab/search/templates/search/includes/search_filters.html:193 720 +#: search/forms.py:42 search/templates/search/includes/search_filters.html:163
  721 +#: search/templates/search/includes/search_filters.html:165
  722 +#: search/templates/search/includes/search_filters.html:192
  723 +#: search/templates/search/includes/search_filters.html:193
547 msgid "Until" 724 msgid "Until"
548 msgstr "Até" 725 msgstr "Até"
549 726
550 -#: colab/search/forms.py:44 727 +#: search/forms.py:43
551 msgid "Filename" 728 msgid "Filename"
552 msgstr "Nome do arquivo" 729 msgstr "Nome do arquivo"
553 730
554 -#: colab/search/forms.py:45 731 +#: search/forms.py:44
555 msgid "Used by" 732 msgid "Used by"
556 msgstr "Usado por" 733 msgstr "Usado por"
557 734
558 -#: colab/search/forms.py:46 735 +#: search/forms.py:45
559 msgid "File type" 736 msgid "File type"
560 msgstr "Tipo do arquivo" 737 msgstr "Tipo do arquivo"
561 738
562 -#: colab/search/forms.py:47 739 +#: search/forms.py:46
563 msgid "Size" 740 msgid "Size"
564 msgstr "Tamanho" 741 msgstr "Tamanho"
565 742
566 -#: colab/search/templates/search/includes/search_filters.html:5  
567 -#: colab/search/templates/search/includes/search_filters.html:33  
568 -#: colab/search/templates/search/includes/search_filters.html:51  
569 -#: colab/search/templates/search/includes/search_filters.html:69 743 +#: search/templates/search/includes/search_filters.html:5
  744 +#: search/templates/search/includes/search_filters.html:33
  745 +#: search/templates/search/includes/search_filters.html:51
  746 +#: search/templates/search/includes/search_filters.html:69
570 msgid "Remove filter" 747 msgid "Remove filter"
571 msgstr "Remover filtro" 748 msgstr "Remover filtro"
572 749
573 -#: colab/search/templates/search/includes/search_filters.html:88  
574 -#: colab/search/templates/search/includes/search_filters.html:174  
575 -#: colab/search/templates/search/includes/search_filters.html:198 750 +#: search/templates/search/includes/search_filters.html:88
  751 +#: search/templates/search/includes/search_filters.html:174
  752 +#: search/templates/search/includes/search_filters.html:198
576 msgid "Filter" 753 msgid "Filter"
577 msgstr "Filtro" 754 msgstr "Filtro"
578 755
579 -#: colab/search/templates/search/includes/search_filters.html:94 756 +#: search/templates/search/includes/search_filters.html:94
580 msgid "Sort by" 757 msgid "Sort by"
581 msgstr "Ordenar por" 758 msgstr "Ordenar por"
582 759
583 -#: colab/search/templates/search/includes/search_filters.html:111 760 +#: search/templates/search/includes/search_filters.html:111
584 msgid "Types" 761 msgid "Types"
585 msgstr "Tipos" 762 msgstr "Tipos"
586 763
587 -#: colab/search/templates/search/includes/search_filters.html:118  
588 -#: colab/search/utils.py:7 colab/templates/open-data.html:130  
589 -msgid "Wiki"  
590 -msgstr "Wiki"  
591 -  
592 -#: colab/search/templates/search/includes/search_filters.html:126 764 +#: search/templates/search/includes/search_filters.html:126
593 msgid "Changeset" 765 msgid "Changeset"
594 msgstr "Conjunto de Mudanças" 766 msgstr "Conjunto de Mudanças"
595 767
596 -#: colab/search/templates/search/includes/search_filters.html:130 768 +#: search/templates/search/includes/search_filters.html:130
597 msgid "User" 769 msgid "User"
598 msgstr "Usuário" 770 msgstr "Usuário"
599 771
600 -#: colab/search/templates/search/includes/search_filters.html:134 772 +#: search/templates/search/includes/search_filters.html:134
601 msgid "Attachment" 773 msgid "Attachment"
602 msgstr "Anexo" 774 msgstr "Anexo"
603 775
604 -#: colab/search/templates/search/includes/search_filters.html:139  
605 -#: colab/search/views.py:20 776 +#: search/templates/search/includes/search_filters.html:139 search/views.py:20
606 msgid "Discussion" 777 msgid "Discussion"
607 msgstr "Discussões" 778 msgstr "Discussões"
608 779
609 -#: colab/search/templates/search/search.html:5 780 +#: search/templates/search/search.html:5
610 msgid "search" 781 msgid "search"
611 msgstr "busca" 782 msgstr "busca"
612 783
613 -#: colab/search/templates/search/search.html:51 784 +#: search/templates/search/search.html:51
614 msgid "documents found" 785 msgid "documents found"
615 msgstr "documentos encontrados" 786 msgstr "documentos encontrados"
616 787
617 -#: colab/search/templates/search/search.html:62 788 +#: search/templates/search/search.html:62
618 msgid "Search here" 789 msgid "Search here"
619 msgstr "Pesquise aqui" 790 msgstr "Pesquise aqui"
620 791
621 -#: colab/search/templates/search/search.html:74  
622 -#: colab/search/templates/search/search.html:84 792 +#: search/templates/search/search.html:74
  793 +#: search/templates/search/search.html:84
623 msgid "Filters" 794 msgid "Filters"
624 msgstr "Filtros" 795 msgstr "Filtros"
625 796
626 -#: colab/search/templates/search/search.html:105 797 +#: search/templates/search/search.html:105
627 msgid "No results for your search." 798 msgid "No results for your search."
628 msgstr "Não há resultados para sua busca." 799 msgstr "Não há resultados para sua busca."
629 800
630 -#: colab/search/templates/search/search.html:107 801 +#: search/templates/search/search.html:107
631 msgid "You are searching for" 802 msgid "You are searching for"
632 msgstr "Você está procurando por" 803 msgstr "Você está procurando por"
633 804
634 -#: colab/search/utils.py:9 colab/settings.py:157  
635 -msgid "Code"  
636 -msgstr "Código"  
637 -  
638 -#: colab/search/utils.py:10  
639 -msgid "Tickets"  
640 -msgstr "Tíquetes"  
641 -  
642 -#: colab/search/utils.py:11  
643 -msgid "Attachments"  
644 -msgstr "Anexos"  
645 -  
646 -#: colab/settings.py:115 805 +#: settings.py:117
647 msgid "English" 806 msgid "English"
648 msgstr "Inglês" 807 msgstr "Inglês"
649 808
650 -#: colab/settings.py:116 809 +#: settings.py:118
651 msgid "Portuguese" 810 msgid "Portuguese"
652 msgstr "Português" 811 msgstr "Português"
653 812
654 -#: colab/settings.py:117 813 +#: settings.py:119
655 msgid "Spanish" 814 msgid "Spanish"
656 msgstr "Espanhol" 815 msgstr "Espanhol"
657 816
658 -#: colab/settings.py:140 817 +#: settings.py:142
659 msgid "Recent activity" 818 msgid "Recent activity"
660 msgstr "Atividade recente" 819 msgstr "Atividade recente"
661 820
662 -#: colab/settings.py:144 821 +#: settings.py:146
663 msgid "Relevance" 822 msgid "Relevance"
664 msgstr "Relevância" 823 msgstr "Relevância"
665 824
666 -#: colab/settings.py:153 825 +#: settings.py:155
667 msgid "Document" 826 msgid "Document"
668 msgstr "Documento" 827 msgstr "Documento"
669 828
670 -#: colab/settings.py:155 829 +#: settings.py:157
671 msgid "Presentation" 830 msgid "Presentation"
672 msgstr "Apresentação" 831 msgstr "Apresentação"
673 832
674 -#: colab/settings.py:156 833 +#: settings.py:158
675 msgid "Text" 834 msgid "Text"
676 msgstr "Texto" 835 msgstr "Texto"
677 836
678 -#: colab/settings.py:159 837 +#: settings.py:161
679 msgid "Compressed" 838 msgid "Compressed"
680 msgstr "Compactado" 839 msgstr "Compactado"
681 840
682 -#: colab/settings.py:162 841 +#: settings.py:164
683 msgid "Spreadsheet" 842 msgid "Spreadsheet"
684 msgstr "Planilha" 843 msgstr "Planilha"
685 844
686 -#: colab/settings.py:260 845 +#: settings.py:262
687 msgid "Planet Colab" 846 msgid "Planet Colab"
688 msgstr "Planet Colab" 847 msgstr "Planet Colab"
689 848
690 -#: colab/settings.py:261 849 +#: settings.py:263
691 msgid "Colab blog aggregator" 850 msgid "Colab blog aggregator"
692 msgstr "Agregador de blog Colab" 851 msgstr "Agregador de blog Colab"
693 852
694 -#: colab/settings.py:295 853 +#: settings.py:297
695 msgid "One Time Snippet" 854 msgid "One Time Snippet"
696 msgstr "Uma única visualização" 855 msgstr "Uma única visualização"
697 856
698 -#: colab/settings.py:296 857 +#: settings.py:298
699 msgid "In one hour" 858 msgid "In one hour"
700 msgstr "Em uma hora" 859 msgstr "Em uma hora"
701 860
702 -#: colab/settings.py:297 861 +#: settings.py:299
703 msgid "In one week" 862 msgid "In one week"
704 msgstr "Em uma semana" 863 msgstr "Em uma semana"
705 864
706 -#: colab/settings.py:298 865 +#: settings.py:300
707 msgid "In one month" 866 msgid "In one month"
708 msgstr "Em um mês" 867 msgstr "Em um mês"
709 868
710 -#: colab/settings.py:299 869 +#: settings.py:301
711 msgid "Never" 870 msgid "Never"
712 msgstr "Nunca" 871 msgstr "Nunca"
713 872
714 -#: colab/templates/404.html:5 873 +#: templates/404.html:5
715 msgid "Not found. Keep searching! :)" 874 msgid "Not found. Keep searching! :)"
716 msgstr "Não encontrado. Continue procurando! :)" 875 msgstr "Não encontrado. Continue procurando! :)"
717 876
718 -#: colab/templates/500.html:2 877 +#: templates/500.html:2
719 msgid "Ooopz... something went wrong!" 878 msgid "Ooopz... something went wrong!"
720 msgstr "Opa... algo saiu errado!" 879 msgstr "Opa... algo saiu errado!"
721 880
722 -#: colab/templates/base.html:91  
723 -msgid "Timeline"  
724 -msgstr "Linha do Tempo"  
725 -  
726 -#: colab/templates/base.html:96 colab/templates/base.html.py:114  
727 -msgid "Groups"  
728 -msgstr "Grupos"  
729 -  
730 -#: colab/templates/base.html:101  
731 -msgid "Blogs"  
732 -msgstr "Blogs"  
733 -  
734 -#: colab/templates/base.html:109  
735 -msgid "Public Projects"  
736 -msgstr "Projetos Públicos"  
737 -  
738 -#: colab/templates/base.html:111 colab/templates/base.html.py:140  
739 -msgid "Profile"  
740 -msgstr "Perfil"  
741 -  
742 -#: colab/templates/base.html:112  
743 -msgid "New Project"  
744 -msgstr "Novo Projeto"  
745 -  
746 -#: colab/templates/base.html:113  
747 -msgid "Projects"  
748 -msgstr "Projetos"  
749 -  
750 -#: colab/templates/base.html:115  
751 -msgid "Issues"  
752 -msgstr "Tiquetes"  
753 -  
754 -#: colab/templates/base.html:116  
755 -msgid "Merge Requests"  
756 -msgstr "Merge Requests"  
757 -  
758 -#: colab/templates/base.html:124  
759 -msgid "Social"  
760 -msgstr "Social"  
761 -  
762 -#: colab/templates/base.html:129  
763 -msgid "Users"  
764 -msgstr "Usuários"  
765 -  
766 -#: colab/templates/base.html:134  
767 -msgid "Communities"  
768 -msgstr "Comunidades"  
769 -  
770 -#: colab/templates/base.html:145  
771 -msgid "Control panel"  
772 -msgstr "Painel de Controle"  
773 -  
774 -#: colab/templates/base.html:154  
775 -msgid "Contribute"  
776 -msgstr "Contribua"  
777 -  
778 -#: colab/templates/base.html:158  
779 -msgid "New Wiki Page"  
780 -msgstr "Nova Página Wiki"  
781 -  
782 -#: colab/templates/base.html:160  
783 -msgid "View Tickets"  
784 -msgstr "Ver Tiquetes"  
785 -  
786 -#: colab/templates/base.html:162  
787 -msgid "New Ticket"  
788 -msgstr "Novo Tíquete"  
789 -  
790 -#: colab/templates/base.html:164  
791 -msgid "Roadmap"  
792 -msgstr "Planejamento"  
793 -  
794 -#: colab/templates/base.html:167  
795 -msgid "Browse Source"  
796 -msgstr "Códigos Fontes"  
797 -  
798 -#: colab/templates/base.html:169  
799 -msgid "Continuous Integration"  
800 -msgstr "Integração Contínua"  
801 -  
802 -#: colab/templates/base.html:213  
803 -msgid "My Profile"  
804 -msgstr "Meu Perfil"  
805 -  
806 -#: colab/templates/base.html:214 colab/templates/base.html.py:218  
807 -msgid "Logout"  
808 -msgstr "Sair"  
809 -  
810 -#: colab/templates/base.html:230 colab/templates/base.html.py:233  
811 -msgid "Search here..."  
812 -msgstr "Pesquise aqui..."  
813 -  
814 -#: colab/templates/base.html:247 881 +#: templates/base.html:82
815 msgid "The login has failed. Please, try again." 882 msgid "The login has failed. Please, try again."
816 msgstr "O login falhou. Por favor, tente novamente." 883 msgstr "O login falhou. Por favor, tente novamente."
817 884
818 -#: colab/templates/base.html:272  
819 -msgid "Last email imported at"  
820 -msgstr "Último e-mail importado em"  
821 -  
822 -#: colab/templates/base.html:279  
823 -msgid "The contents of this site is published under license"  
824 -msgstr "O conteúdo deste site está publicado sob a licença"  
825 -  
826 -#: colab/templates/base.html:282  
827 -msgid "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual"  
828 -msgstr "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual"  
829 -  
830 -#: colab/templates/dpaste/snippet_details.html:37 885 +#: templates/dpaste/snippet_details.html:37
831 #, fuzzy 886 #, fuzzy
832 #| msgid "Comparison" 887 #| msgid "Comparison"
833 msgid "Compare" 888 msgid "Compare"
834 msgstr "Comparação" 889 msgstr "Comparação"
835 890
836 -#: colab/templates/dpaste/snippet_details.html:47 891 +#: templates/dpaste/snippet_details.html:47
837 #, python-format 892 #, python-format
838 msgid "Expires in: %(date)s" 893 msgid "Expires in: %(date)s"
839 msgstr "Expira em: %(date)s" 894 msgstr "Expira em: %(date)s"
840 895
841 -#: colab/templates/dpaste/snippet_details.html:49 896 +#: templates/dpaste/snippet_details.html:49
842 msgid "Snippet never expires" 897 msgid "Snippet never expires"
843 msgstr "Snippet nunca expira" 898 msgstr "Snippet nunca expira"
844 899
845 -#: colab/templates/dpaste/snippet_details.html:51 900 +#: templates/dpaste/snippet_details.html:51
846 #, fuzzy 901 #, fuzzy
847 #| msgid "One Time Snippet" 902 #| msgid "One Time Snippet"
848 msgid "One-time snippet" 903 msgid "One-time snippet"
849 msgstr "Uma única visualização" 904 msgstr "Uma única visualização"
850 905
851 -#: colab/templates/dpaste/snippet_details.html:56 906 +#: templates/dpaste/snippet_details.html:56
852 msgid "Really delete this snippet?" 907 msgid "Really delete this snippet?"
853 msgstr "Deseja realmente deletar esse snippet?" 908 msgstr "Deseja realmente deletar esse snippet?"
854 909
855 -#: colab/templates/dpaste/snippet_details.html:58 910 +#: templates/dpaste/snippet_details.html:58
856 #, fuzzy 911 #, fuzzy
857 #| msgid "Delete" 912 #| msgid "Delete"
858 msgid "Delete Now" 913 msgid "Delete Now"
859 msgstr "Apagar" 914 msgstr "Apagar"
860 915
861 -#: colab/templates/dpaste/snippet_details.html:63  
862 -#: colab/templates/dpaste/snippet_details.html:65 916 +#: templates/dpaste/snippet_details.html:63
  917 +#: templates/dpaste/snippet_details.html:65
863 #, fuzzy 918 #, fuzzy
864 #| msgid "One Time Snippet" 919 #| msgid "One Time Snippet"
865 msgid "Compare Snippets" 920 msgid "Compare Snippets"
866 msgstr "Uma única visualização" 921 msgstr "Uma única visualização"
867 922
868 -#: colab/templates/dpaste/snippet_details.html:69  
869 -#: colab/templates/dpaste/snippet_details.html:71 923 +#: templates/dpaste/snippet_details.html:69
  924 +#: templates/dpaste/snippet_details.html:71
870 msgid "View Raw" 925 msgid "View Raw"
871 msgstr "Ver código" 926 msgstr "Ver código"
872 927
873 -#: colab/templates/dpaste/snippet_details.html:75 928 +#: templates/dpaste/snippet_details.html:75
874 msgid "Gist" 929 msgid "Gist"
875 msgstr "Gist" 930 msgstr "Gist"
876 931
877 -#: colab/templates/dpaste/snippet_details.html:88 932 +#: templates/dpaste/snippet_details.html:88
878 msgid "This is a one-time snippet." 933 msgid "This is a one-time snippet."
879 msgstr "Esste é um snippet que será usado apenas uma vez." 934 msgstr "Esste é um snippet que será usado apenas uma vez."
880 935
881 -#: colab/templates/dpaste/snippet_details.html:90 936 +#: templates/dpaste/snippet_details.html:90
882 msgid "It will automatically get deleted after {{ remaining }} further views." 937 msgid "It will automatically get deleted after {{ remaining }} further views."
883 -msgstr "Isso será automaticamente deletado depois de {{ remaining }} visualizações." 938 +msgstr ""
  939 +"Isso será automaticamente deletado depois de {{ remaining }} visualizações."
884 940
885 -#: colab/templates/dpaste/snippet_details.html:92 941 +#: templates/dpaste/snippet_details.html:92
886 msgid "It will automatically get deleted after the next view." 942 msgid "It will automatically get deleted after the next view."
887 msgstr "Isso será automaticamente deletado após a próxima visualização." 943 msgstr "Isso será automaticamente deletado após a próxima visualização."
888 944
889 -#: colab/templates/dpaste/snippet_details.html:94 945 +#: templates/dpaste/snippet_details.html:94
890 msgid "It cannot be viewed again." 946 msgid "It cannot be viewed again."
891 msgstr "Isso não pode ser visto novamente." 947 msgstr "Isso não pode ser visto novamente."
892 948
893 -#: colab/templates/dpaste/snippet_details.html:109 949 +#: templates/dpaste/snippet_details.html:109
894 msgid "Reply to this snippet" 950 msgid "Reply to this snippet"
895 msgstr "Responda esse snippet" 951 msgstr "Responda esse snippet"
896 952
897 -#: colab/templates/dpaste/snippet_diff.html:5 953 +#: templates/dpaste/snippet_diff.html:5
898 #, python-format 954 #, python-format
899 msgid "" 955 msgid ""
900 "\n" 956 "\n"
@@ -903,55 +959,151 @@ msgid &quot;&quot; @@ -903,55 +959,151 @@ msgid &quot;&quot;
903 " " 959 " "
904 msgstr "" 960 msgstr ""
905 "\n" 961 "\n"
906 - " Diferença entre <a href=\"%(filea_url)s\">#%(filea_id)s</a> e <a href="  
907 - "\"%(fileb_url)s\">#%(fileb_id)s</a>\n"  
908 - " " 962 +" Diferença entre <a href=\"%(filea_url)s\">#%(filea_id)s</a> e <a href="
  963 +"\"%(fileb_url)s\">#%(fileb_id)s</a>\n"
  964 +" "
909 965
910 -#: colab/templates/dpaste/snippet_form.html:28 966 +#: templates/dpaste/snippet_form.html:28
911 msgid "Paste it" 967 msgid "Paste it"
912 msgstr "Cole aqui" 968 msgstr "Cole aqui"
913 969
914 -#: colab/templates/home.html:17 970 +#: templates/footer.html:8
  971 +msgid "Back to top"
  972 +msgstr "Voltar ao topo"
  973 +
  974 +#: templates/footer.html:15
  975 +msgid "Subjects"
  976 +msgstr "Assuntos"
  977 +
  978 +#: templates/footer.html:16
  979 +msgid "SPB"
  980 +msgstr ""
  981 +
  982 +#: templates/footer.html:17
  983 +msgid "SISP-SPB"
  984 +msgstr ""
  985 +
  986 +#: templates/footer.html:18
  987 +msgid "AvaliaSPB"
  988 +msgstr ""
  989 +
  990 +#: templates/footer.html:20
  991 +msgid "5cQualiBr"
  992 +msgstr ""
  993 +
  994 +#: templates/footer.html:23
  995 +msgid "Services"
  996 +msgstr "Serviços"
  997 +
  998 +#: templates/footer.html:25
  999 +msgid "Frequently Asked Questions"
  1000 +msgstr "Perguntas Frequentes"
  1001 +
  1002 +#: templates/footer.html:28
  1003 +msgid "Contact"
  1004 +msgstr "Contato"
  1005 +
  1006 +#: templates/footer.html:31
  1007 +msgid " [Denomination's] services"
  1008 +msgstr "Serviços da [Denominação]"
  1009 +
  1010 +#: templates/footer.html:34
  1011 +msgid "Open data"
  1012 +msgstr "Dados abertos"
  1013 +
  1014 +#: templates/footer.html:37
  1015 +msgid "Press area"
  1016 +msgstr "Área de imprensa"
  1017 +
  1018 +#: templates/footer.html:41
  1019 +msgid "Social networks"
  1020 +msgstr "Redes sociais"
  1021 +
  1022 +#: templates/footer.html:57
  1023 +msgid "What is it?"
  1024 +msgstr "O que é?"
  1025 +
  1026 +#: templates/footer.html:58
  1027 +msgid "Subscribe"
  1028 +msgstr "Assine"
  1029 +
  1030 +#: templates/footer.html:61
  1031 +msgid "Navigation"
  1032 +msgstr "Navegação"
  1033 +
  1034 +#: templates/footer.html:62
  1035 +msgid "Accessibility"
  1036 +msgstr "Acessibilidade"
  1037 +
  1038 +#: templates/footer.html:63
  1039 +msgid "Site map"
  1040 +msgstr "Mapa do site"
  1041 +
  1042 +#: templates/footer.html:73
  1043 +msgid "Information access"
  1044 +msgstr "Acesso a Informação"
  1045 +
  1046 +#: templates/footer.html:76
  1047 +msgid "Republic Presidency General Secretary"
  1048 +msgstr "Secretaria-geral da Presidência da República"
  1049 +
  1050 +#: templates/footer.html:76
  1051 +msgid "Brazil - Federal Government"
  1052 +msgstr "Brasil - Governo Federal"
  1053 +
  1054 +#: templates/header.html:65
  1055 +msgid "My Profile"
  1056 +msgstr "Meu Perfil"
  1057 +
  1058 +#: templates/header.html:66 templates/header.html.py:70
  1059 +msgid "Logout"
  1060 +msgstr "Sair"
  1061 +
  1062 +#: templates/header.html:82 templates/header.html.py:85
  1063 +msgid "Search here..."
  1064 +msgstr "Pesquise aqui..."
  1065 +
  1066 +#: templates/home.html:17
915 msgid "Latest Collaborations" 1067 msgid "Latest Collaborations"
916 msgstr "Últimas Colaborações" 1068 msgstr "Últimas Colaborações"
917 1069
918 -#: colab/templates/home.html:21 1070 +#: templates/home.html:21
919 msgid "RSS - Latest collaborations" 1071 msgid "RSS - Latest collaborations"
920 msgstr "RSS - Últimas Colaborações" 1072 msgstr "RSS - Últimas Colaborações"
921 1073
922 -#: colab/templates/home.html:30 1074 +#: templates/home.html:30
923 msgid "View more collaborations..." 1075 msgid "View more collaborations..."
924 msgstr "Ver mais colaborações..." 1076 msgstr "Ver mais colaborações..."
925 1077
926 -#: colab/templates/home.html:37 1078 +#: templates/home.html:37
927 msgid "Collaboration Graph" 1079 msgid "Collaboration Graph"
928 msgstr "Gráfico de Colaborações" 1080 msgstr "Gráfico de Colaborações"
929 1081
930 -#: colab/templates/home.html:48 1082 +#: templates/home.html:48
931 msgid "Most Relevant Threads" 1083 msgid "Most Relevant Threads"
932 msgstr "Discussões Mais Relevantes" 1084 msgstr "Discussões Mais Relevantes"
933 1085
934 -#: colab/templates/home.html:52 1086 +#: templates/home.html:52
935 msgid "RSS - Most Relevant Threads" 1087 msgid "RSS - Most Relevant Threads"
936 msgstr "RSS - Discussões Mais Relevantes" 1088 msgstr "RSS - Discussões Mais Relevantes"
937 1089
938 -#: colab/templates/home.html:60 colab/templates/home.html.py:79 1090 +#: templates/home.html:60 templates/home.html.py:79
939 msgid "View more discussions..." 1091 msgid "View more discussions..."
940 msgstr "Ver mais discussões..." 1092 msgstr "Ver mais discussões..."
941 1093
942 -#: colab/templates/home.html:67 1094 +#: templates/home.html:67
943 msgid "Latest Threads" 1095 msgid "Latest Threads"
944 msgstr "Últimas Discussões" 1096 msgstr "Últimas Discussões"
945 1097
946 -#: colab/templates/home.html:71 1098 +#: templates/home.html:71
947 msgid "RSS - Latest Threads" 1099 msgid "RSS - Latest Threads"
948 msgstr "RSS - Últimas Discussões" 1100 msgstr "RSS - Últimas Discussões"
949 1101
950 -#: colab/templates/open-data.html:6 1102 +#: templates/open-data.html:6
951 msgid "OpenData - Communities" 1103 msgid "OpenData - Communities"
952 msgstr "OpenData - Comunidades" 1104 msgstr "OpenData - Comunidades"
953 1105
954 -#: colab/templates/open-data.html:7 1106 +#: templates/open-data.html:7
955 msgid "" 1107 msgid ""
956 "If you are interested in any other data that is not provided by this API, " 1108 "If you are interested in any other data that is not provided by this API, "
957 "please contact us via the ticketing system (you must be registered in order " 1109 "please contact us via the ticketing system (you must be registered in order "
@@ -961,28 +1113,28 @@ msgstr &quot;&quot; @@ -961,28 +1113,28 @@ msgstr &quot;&quot;
961 "esta API, por favor nos contacte através do nosso sistema de tíquetes (você " 1113 "esta API, por favor nos contacte através do nosso sistema de tíquetes (você "
962 "deve estar logado para conseguir criar um tíquete). " 1114 "deve estar logado para conseguir criar um tíquete). "
963 1115
964 -#: colab/templates/open-data.html:9 1116 +#: templates/open-data.html:9
965 msgid "Retrieving data via API" 1117 msgid "Retrieving data via API"
966 msgstr "Recuperando informação através da API" 1118 msgstr "Recuperando informação através da API"
967 1119
968 -#: colab/templates/open-data.html:10 1120 +#: templates/open-data.html:10
969 msgid "Colab API works through HTTP/REST, always returning JSON objects." 1121 msgid "Colab API works through HTTP/REST, always returning JSON objects."
970 msgstr "" 1122 msgstr ""
971 "A API do Colab funciona com a utilização de HTTP/REST e sempre retorna " 1123 "A API do Colab funciona com a utilização de HTTP/REST e sempre retorna "
972 "objetos JSON." 1124 "objetos JSON."
973 1125
974 -#: colab/templates/open-data.html:12 1126 +#: templates/open-data.html:12
975 msgid "The base API URL is" 1127 msgid "The base API URL is"
976 msgstr "A URL base da API é" 1128 msgstr "A URL base da API é"
977 1129
978 -#: colab/templates/open-data.html:19 1130 +#: templates/open-data.html:19
979 msgid "" 1131 msgid ""
980 "Each model listed below has a resource_uri field available, which is the " 1132 "Each model listed below has a resource_uri field available, which is the "
981 "object's data URI." 1133 "object's data URI."
982 msgstr "" 1134 msgstr ""
983 "Cada modelo listado abaixo tem um resource_uri que representa a URI do objeto" 1135 "Cada modelo listado abaixo tem um resource_uri que representa a URI do objeto"
984 1136
985 -#: colab/templates/open-data.html:20 1137 +#: templates/open-data.html:20
986 msgid "" 1138 msgid ""
987 "The following list contains the available models to retrieve data and its " 1139 "The following list contains the available models to retrieve data and its "
988 "fields available for filtering" 1140 "fields available for filtering"
@@ -990,48 +1142,48 @@ msgstr &quot;&quot; @@ -990,48 +1142,48 @@ msgstr &quot;&quot;
990 "A lista abaixo contém a lista de modelo disponíveis para pesquisa e os " 1142 "A lista abaixo contém a lista de modelo disponíveis para pesquisa e os "
991 "campos disponíveis para filtro" 1143 "campos disponíveis para filtro"
992 1144
993 -#: colab/templates/open-data.html:24 colab/templates/open-data.html.py:39  
994 -#: colab/templates/open-data.html:50 colab/templates/open-data.html.py:62  
995 -#: colab/templates/open-data.html:74 colab/templates/open-data.html.py:95 1145 +#: templates/open-data.html:24 templates/open-data.html.py:39
  1146 +#: templates/open-data.html:50 templates/open-data.html.py:62
  1147 +#: templates/open-data.html:74 templates/open-data.html.py:95
996 msgid "Fields" 1148 msgid "Fields"
997 msgstr "Campos" 1149 msgstr "Campos"
998 1150
999 -#: colab/templates/open-data.html:25 1151 +#: templates/open-data.html:25
1000 msgid "" 1152 msgid ""
1001 "The email field is not shown for user's privacy, but you can use it to filter" 1153 "The email field is not shown for user's privacy, but you can use it to filter"
1002 msgstr "" 1154 msgstr ""
1003 "O campo email não é exibido por uma questão de privacidade do usuário, por " 1155 "O campo email não é exibido por uma questão de privacidade do usuário, por "
1004 "outro lado ele poderá ser utilizado em filtros" 1156 "outro lado ele poderá ser utilizado em filtros"
1005 1157
1006 -#: colab/templates/open-data.html:27 1158 +#: templates/open-data.html:27
1007 msgid "The user's username" 1159 msgid "The user's username"
1008 msgstr "O username do usuário" 1160 msgstr "O username do usuário"
1009 1161
1010 -#: colab/templates/open-data.html:28 1162 +#: templates/open-data.html:28
1011 msgid "The user's email address" 1163 msgid "The user's email address"
1012 msgstr "O endereço e-mail do usuário" 1164 msgstr "O endereço e-mail do usuário"
1013 1165
1014 -#: colab/templates/open-data.html:29 1166 +#: templates/open-data.html:29
1015 msgid "What is the user's institution" 1167 msgid "What is the user's institution"
1016 msgstr "Instituição do usuário" 1168 msgstr "Instituição do usuário"
1017 1169
1018 -#: colab/templates/open-data.html:30 1170 +#: templates/open-data.html:30
1019 msgid "What is the user's role" 1171 msgid "What is the user's role"
1020 msgstr "Posição do usuário" 1172 msgstr "Posição do usuário"
1021 1173
1022 -#: colab/templates/open-data.html:31 1174 +#: templates/open-data.html:31
1023 msgid "The user's first name" 1175 msgid "The user's first name"
1024 msgstr "Primeiro nome do usuário" 1176 msgstr "Primeiro nome do usuário"
1025 1177
1026 -#: colab/templates/open-data.html:32 1178 +#: templates/open-data.html:32
1027 msgid "The user's last name" 1179 msgid "The user's last name"
1028 msgstr "Último nome do usuário" 1180 msgstr "Último nome do usuário"
1029 1181
1030 -#: colab/templates/open-data.html:33 1182 +#: templates/open-data.html:33
1031 msgid "A mini bio of the user" 1183 msgid "A mini bio of the user"
1032 msgstr "O mini bio do usuário" 1184 msgstr "O mini bio do usuário"
1033 1185
1034 -#: colab/templates/open-data.html:40 1186 +#: templates/open-data.html:40
1035 msgid "" 1187 msgid ""
1036 "The address field is not shown for user's privacy, but you can use it to " 1188 "The address field is not shown for user's privacy, but you can use it to "
1037 "filter" 1189 "filter"
@@ -1039,171 +1191,171 @@ msgstr &quot;&quot; @@ -1039,171 +1191,171 @@ msgstr &quot;&quot;
1039 "O campo email não é exibido por uma questão de privacidade do usuário, por " 1191 "O campo email não é exibido por uma questão de privacidade do usuário, por "
1040 "outro lado ele poderá ser utilizado em filtros" 1192 "outro lado ele poderá ser utilizado em filtros"
1041 1193
1042 -#: colab/templates/open-data.html:42 1194 +#: templates/open-data.html:42
1043 msgid "It has a relationshop with the user described above" 1195 msgid "It has a relationshop with the user described above"
1044 msgstr "Tem um relacionamento com usuário como descrito acima" 1196 msgstr "Tem um relacionamento com usuário como descrito acima"
1045 1197
1046 -#: colab/templates/open-data.html:43 1198 +#: templates/open-data.html:43
1047 msgid "An email address" 1199 msgid "An email address"
1048 msgstr "Um endereço de e-mail" 1200 msgstr "Um endereço de e-mail"
1049 1201
1050 -#: colab/templates/open-data.html:44 1202 +#: templates/open-data.html:44
1051 msgid "The user's real name" 1203 msgid "The user's real name"
1052 msgstr "O nome real do usuário" 1204 msgstr "O nome real do usuário"
1053 1205
1054 -#: colab/templates/open-data.html:52 1206 +#: templates/open-data.html:52
1055 msgid "It has a relationship with the emailaddress described above" 1207 msgid "It has a relationship with the emailaddress described above"
1056 msgstr "Tem um relacionamento com emailaddress como descrito acima" 1208 msgstr "Tem um relacionamento com emailaddress como descrito acima"
1057 1209
1058 -#: colab/templates/open-data.html:53 1210 +#: templates/open-data.html:53
1059 msgid "The message's body" 1211 msgid "The message's body"
1060 msgstr "O corpo da mensagem" 1212 msgstr "O corpo da mensagem"
1061 1213
1062 -#: colab/templates/open-data.html:54 1214 +#: templates/open-data.html:54
1063 msgid "The message's subject" 1215 msgid "The message's subject"
1064 msgstr "O título da mensagem" 1216 msgstr "O título da mensagem"
1065 1217
1066 -#: colab/templates/open-data.html:55 1218 +#: templates/open-data.html:55
1067 msgid "The message's id" 1219 msgid "The message's id"
1068 msgstr "O ID da mensagem" 1220 msgstr "O ID da mensagem"
1069 1221
1070 -#: colab/templates/open-data.html:56 1222 +#: templates/open-data.html:56
1071 msgid "The message's received time" 1223 msgid "The message's received time"
1072 msgstr "A hora que a mensagem foi recebida" 1224 msgstr "A hora que a mensagem foi recebida"
1073 1225
1074 -#: colab/templates/open-data.html:64 1226 +#: templates/open-data.html:64
1075 msgid "The revision's author username" 1227 msgid "The revision's author username"
1076 msgstr "O username do autor da revisão" 1228 msgstr "O username do autor da revisão"
1077 1229
1078 -#: colab/templates/open-data.html:65 1230 +#: templates/open-data.html:65
1079 msgid "When the revision's were created" 1231 msgid "When the revision's were created"
1080 msgstr "Quando a revisão foi criada" 1232 msgstr "Quando a revisão foi criada"
1081 1233
1082 -#: colab/templates/open-data.html:66 1234 +#: templates/open-data.html:66
1083 msgid "The revision's key" 1235 msgid "The revision's key"
1084 msgstr "A chave da revisão" 1236 msgstr "A chave da revisão"
1085 1237
1086 -#: colab/templates/open-data.html:67 1238 +#: templates/open-data.html:67
1087 msgid "The revision's message" 1239 msgid "The revision's message"
1088 msgstr "A mensagem da revisão" 1240 msgstr "A mensagem da revisão"
1089 1241
1090 -#: colab/templates/open-data.html:68 1242 +#: templates/open-data.html:68
1091 msgid "The revision's repository name" 1243 msgid "The revision's repository name"
1092 msgstr "O nome do repositório da revisão" 1244 msgstr "O nome do repositório da revisão"
1093 1245
1094 -#: colab/templates/open-data.html:76 1246 +#: templates/open-data.html:76
1095 msgid "The ticket's author username" 1247 msgid "The ticket's author username"
1096 msgstr "O nome do autor do tíquete" 1248 msgstr "O nome do autor do tíquete"
1097 1249
1098 -#: colab/templates/open-data.html:77 1250 +#: templates/open-data.html:77
1099 msgid "The ticket's component" 1251 msgid "The ticket's component"
1100 msgstr "O componente do tíquete" 1252 msgstr "O componente do tíquete"
1101 1253
1102 -#: colab/templates/open-data.html:78 1254 +#: templates/open-data.html:78
1103 msgid "When the ticket's were created" 1255 msgid "When the ticket's were created"
1104 msgstr "Quando o tíquete foi criado" 1256 msgstr "Quando o tíquete foi criado"
1105 1257
1106 -#: colab/templates/open-data.html:79 1258 +#: templates/open-data.html:79
1107 msgid "The ticket's description" 1259 msgid "The ticket's description"
1108 msgstr "A descrição do tíquete" 1260 msgstr "A descrição do tíquete"
1109 1261
1110 -#: colab/templates/open-data.html:80 1262 +#: templates/open-data.html:80
1111 msgid "The ticket's id" 1263 msgid "The ticket's id"
1112 msgstr "O ID do tíquete" 1264 msgstr "O ID do tíquete"
1113 1265
1114 -#: colab/templates/open-data.html:81 1266 +#: templates/open-data.html:81
1115 msgid "The ticket's keywords" 1267 msgid "The ticket's keywords"
1116 msgstr "As keywords do tíquete" 1268 msgstr "As keywords do tíquete"
1117 1269
1118 -#: colab/templates/open-data.html:82 1270 +#: templates/open-data.html:82
1119 msgid "The ticket's milestone" 1271 msgid "The ticket's milestone"
1120 msgstr "O milestone do tíquete" 1272 msgstr "O milestone do tíquete"
1121 1273
1122 -#: colab/templates/open-data.html:83 colab/templates/open-data.html.py:99 1274 +#: templates/open-data.html:83 templates/open-data.html.py:99
1123 msgid "The time of the last modification" 1275 msgid "The time of the last modification"
1124 msgstr "A hora da última modificação" 1276 msgstr "A hora da última modificação"
1125 1277
1126 -#: colab/templates/open-data.html:84 1278 +#: templates/open-data.html:84
1127 msgid "The username of the last user who modified the ticket" 1279 msgid "The username of the last user who modified the ticket"
1128 msgstr "O username do último usuário que modificou o tíquete" 1280 msgstr "O username do último usuário que modificou o tíquete"
1129 1281
1130 -#: colab/templates/open-data.html:85 1282 +#: templates/open-data.html:85
1131 msgid "The ticket's priority" 1283 msgid "The ticket's priority"
1132 msgstr "A prioridade do tíquete" 1284 msgstr "A prioridade do tíquete"
1133 1285
1134 -#: colab/templates/open-data.html:86 1286 +#: templates/open-data.html:86
1135 msgid "The ticket's severity" 1287 msgid "The ticket's severity"
1136 msgstr "A gravidade do tíquete" 1288 msgstr "A gravidade do tíquete"
1137 1289
1138 -#: colab/templates/open-data.html:87 1290 +#: templates/open-data.html:87
1139 msgid "The ticket's status" 1291 msgid "The ticket's status"
1140 msgstr "O status do tíquete" 1292 msgstr "O status do tíquete"
1141 1293
1142 -#: colab/templates/open-data.html:88 1294 +#: templates/open-data.html:88
1143 msgid "The ticket's summary" 1295 msgid "The ticket's summary"
1144 msgstr "O resumo do tíquete" 1296 msgstr "O resumo do tíquete"
1145 1297
1146 -#: colab/templates/open-data.html:89 1298 +#: templates/open-data.html:89
1147 msgid "The ticket's version" 1299 msgid "The ticket's version"
1148 msgstr "A versão do tíquete" 1300 msgstr "A versão do tíquete"
1149 1301
1150 -#: colab/templates/open-data.html:97 1302 +#: templates/open-data.html:97
1151 msgid "The wiki's author username" 1303 msgid "The wiki's author username"
1152 msgstr "O username do autor da wiki" 1304 msgstr "O username do autor da wiki"
1153 1305
1154 -#: colab/templates/open-data.html:98 1306 +#: templates/open-data.html:98
1155 msgid "When the wiki's were created" 1307 msgid "When the wiki's were created"
1156 msgstr "Quando a wiki foi criada" 1308 msgstr "Quando a wiki foi criada"
1157 1309
1158 -#: colab/templates/open-data.html:100 1310 +#: templates/open-data.html:100
1159 msgid "The username of the last user who modified the wiki" 1311 msgid "The username of the last user who modified the wiki"
1160 msgstr "O username do último usuário a modificar a wiki" 1312 msgstr "O username do último usuário a modificar a wiki"
1161 1313
1162 -#: colab/templates/open-data.html:101 1314 +#: templates/open-data.html:101
1163 msgid "The wiki's name" 1315 msgid "The wiki's name"
1164 msgstr "O nome da wiki" 1316 msgstr "O nome da wiki"
1165 1317
1166 -#: colab/templates/open-data.html:102 1318 +#: templates/open-data.html:102
1167 msgid "the wiki's content" 1319 msgid "the wiki's content"
1168 msgstr "O conteúdo da wiki" 1320 msgstr "O conteúdo da wiki"
1169 1321
1170 -#: colab/templates/open-data.html:109 1322 +#: templates/open-data.html:109
1171 msgid "Parameters" 1323 msgid "Parameters"
1172 msgstr "Parâmetros" 1324 msgstr "Parâmetros"
1173 1325
1174 -#: colab/templates/open-data.html:112 1326 +#: templates/open-data.html:112
1175 msgid "Results per page" 1327 msgid "Results per page"
1176 msgstr "Resultados por página" 1328 msgstr "Resultados por página"
1177 1329
1178 -#: colab/templates/open-data.html:113 1330 +#: templates/open-data.html:113
1179 msgid "Number of results to be displayed per page." 1331 msgid "Number of results to be displayed per page."
1180 msgstr "Número de resultados a serem exibidos por página." 1332 msgstr "Número de resultados a serem exibidos por página."
1181 1333
1182 -#: colab/templates/open-data.html:114 1334 +#: templates/open-data.html:114
1183 msgid "Default: 20" 1335 msgid "Default: 20"
1184 msgstr "Padrão: 20" 1336 msgstr "Padrão: 20"
1185 1337
1186 -#: colab/templates/open-data.html:118 1338 +#: templates/open-data.html:118
1187 msgid "Starts of n element" 1339 msgid "Starts of n element"
1188 msgstr "Inicia pelo n-ésimo elemento" 1340 msgstr "Inicia pelo n-ésimo elemento"
1189 1341
1190 -#: colab/templates/open-data.html:119 1342 +#: templates/open-data.html:119
1191 msgid "Where n is the index of the first result to appear in the page." 1343 msgid "Where n is the index of the first result to appear in the page."
1192 msgstr "Onde n é o índice do primeiro resultado a ser exibido na página." 1344 msgstr "Onde n é o índice do primeiro resultado a ser exibido na página."
1193 1345
1194 -#: colab/templates/open-data.html:120 1346 +#: templates/open-data.html:120
1195 msgid "Default: 0" 1347 msgid "Default: 0"
1196 msgstr "Padrão: 0" 1348 msgstr "Padrão: 0"
1197 1349
1198 -#: colab/templates/open-data.html:122 1350 +#: templates/open-data.html:122
1199 msgid "Filtering" 1351 msgid "Filtering"
1200 msgstr "Filtrando" 1352 msgstr "Filtrando"
1201 1353
1202 -#: colab/templates/open-data.html:124 1354 +#: templates/open-data.html:124
1203 msgid "The field name" 1355 msgid "The field name"
1204 msgstr "O nome do campo" 1356 msgstr "O nome do campo"
1205 1357
1206 -#: colab/templates/open-data.html:125 1358 +#: templates/open-data.html:125
1207 msgid "" 1359 msgid ""
1208 "If you are looking for a specific wiki, and you know the wiki's name, you " 1360 "If you are looking for a specific wiki, and you know the wiki's name, you "
1209 "can filter it as below" 1361 "can filter it as below"
@@ -1211,11 +1363,11 @@ msgstr &quot;&quot; @@ -1211,11 +1363,11 @@ msgstr &quot;&quot;
1211 "Se você está buscando especificamente por uma wiki e você sabe o nome da " 1363 "Se você está buscando especificamente por uma wiki e você sabe o nome da "
1212 "wiki, você pode utilizar o filtro abaixo" 1364 "wiki, você pode utilizar o filtro abaixo"
1213 1365
1214 -#: colab/templates/open-data.html:126 1366 +#: templates/open-data.html:126
1215 msgid "WikiName" 1367 msgid "WikiName"
1216 msgstr "WikiName" 1368 msgstr "WikiName"
1217 1369
1218 -#: colab/templates/open-data.html:127 1370 +#: templates/open-data.html:127
1219 msgid "" 1371 msgid ""
1220 "Where &quot;name&quot; is the fieldname and &quot;WikiName&quot; is the " 1372 "Where &quot;name&quot; is the fieldname and &quot;WikiName&quot; is the "
1221 "value you want to filter." 1373 "value you want to filter."
@@ -1223,11 +1375,11 @@ msgstr &quot;&quot; @@ -1223,11 +1375,11 @@ msgstr &quot;&quot;
1223 "Onde &quot;name&quot; é o fieldname e &quot;WikiName&quot; é o value que " 1375 "Onde &quot;name&quot; é o fieldname e &quot;WikiName&quot; é o value que "
1224 "você quer filtrar." 1376 "você quer filtrar."
1225 1377
1226 -#: colab/templates/open-data.html:128 1378 +#: templates/open-data.html:128
1227 msgid "Usage" 1379 msgid "Usage"
1228 msgstr "Uso" 1380 msgstr "Uso"
1229 1381
1230 -#: colab/templates/open-data.html:129 1382 +#: templates/open-data.html:129
1231 msgid "" 1383 msgid ""
1232 "You can also filter using Django lookup fields with the double underscores, " 1384 "You can also filter using Django lookup fields with the double underscores, "
1233 "just as below" 1385 "just as below"
@@ -1235,15 +1387,15 @@ msgstr &quot;&quot; @@ -1235,15 +1387,15 @@ msgstr &quot;&quot;
1235 "Você também pode filtrar usando lookup fields do Django com underscores " 1387 "Você também pode filtrar usando lookup fields do Django com underscores "
1236 "duplos, como demonstrado abaixo" 1388 "duplos, como demonstrado abaixo"
1237 1389
1238 -#: colab/templates/open-data.html:131 colab/templates/open-data.html.py:132 1390 +#: templates/open-data.html:131 templates/open-data.html.py:132
1239 msgid "test" 1391 msgid "test"
1240 msgstr "test" 1392 msgstr "test"
1241 1393
1242 -#: colab/templates/open-data.html:133 1394 +#: templates/open-data.html:133
1243 msgid "Usage with relationships" 1395 msgid "Usage with relationships"
1244 msgstr "Uso com relacionamentos" 1396 msgstr "Uso com relacionamentos"
1245 1397
1246 -#: colab/templates/open-data.html:134 1398 +#: templates/open-data.html:134
1247 msgid "" 1399 msgid ""
1248 "You can use related fields to filter too. So, you can filter by any field of " 1400 "You can use related fields to filter too. So, you can filter by any field of "
1249 "emailaddress using the 'from_address' field of message, which has a relation " 1401 "emailaddress using the 'from_address' field of message, which has a relation "
@@ -1255,7 +1407,7 @@ msgstr &quot;&quot; @@ -1255,7 +1407,7 @@ msgstr &quot;&quot;
1255 "mensagem, que tem relação com emailaddress. Para tal você precisará utilizar " 1407 "mensagem, que tem relação com emailaddress. Para tal você precisará utilizar "
1256 "os underscores duplos e o nome do campo desejado. Veja o exemplo abaixo" 1408 "os underscores duplos e o nome do campo desejado. Veja o exemplo abaixo"
1257 1409
1258 -#: colab/templates/open-data.html:136 1410 +#: templates/open-data.html:136
1259 msgid "" 1411 msgid ""
1260 "So, real_name is a field of emailaddress, and you had access to this field " 1412 "So, real_name is a field of emailaddress, and you had access to this field "
1261 "by a message field called from_address and using double underscore to say " 1413 "by a message field called from_address and using double underscore to say "
@@ -1265,7 +1417,7 @@ msgstr &quot;&quot; @@ -1265,7 +1417,7 @@ msgstr &quot;&quot;
1265 "campo do do objeto message, from_address, e underscores duplos para " 1417 "campo do do objeto message, from_address, e underscores duplos para "
1266 "referenciar que este campo pertence ao modelo relacionado" 1418 "referenciar que este campo pertence ao modelo relacionado"
1267 1419
1268 -#: colab/templates/open-data.html:137 1420 +#: templates/open-data.html:137
1269 msgid "" 1421 msgid ""
1270 "Note: email filters must be exact. Which means that __contains, " 1422 "Note: email filters must be exact. Which means that __contains, "
1271 "__startswith, __endswith and others won't work" 1423 "__startswith, __endswith and others won't work"
@@ -1273,7 +1425,7 @@ msgstr &quot;&quot; @@ -1273,7 +1425,7 @@ msgstr &quot;&quot;
1273 "Nota: os filtros de email devem ser exatos. Isso significa que __contains, " 1425 "Nota: os filtros de email devem ser exatos. Isso significa que __contains, "
1274 "__startswith, __endswith e outros métodos de busca parcial não funcionarão" 1426 "__startswith, __endswith e outros métodos de busca parcial não funcionarão"
1275 1427
1276 -#: colab/templates/open-data.html:138 1428 +#: templates/open-data.html:138
1277 msgid "" 1429 msgid ""
1278 "Another example of usage with relations. Used to retrieve all messages of a " 1430 "Another example of usage with relations. Used to retrieve all messages of a "
1279 "given user, using the username or the email field" 1431 "given user, using the username or the email field"
@@ -1281,6 +1433,40 @@ msgstr &quot;&quot; @@ -1281,6 +1433,40 @@ msgstr &quot;&quot;
1281 "Outro exemplo de uso com relacionamento. Usado para recuperar todos as " 1433 "Outro exemplo de uso com relacionamento. Usado para recuperar todos as "
1282 "mensagem de um dado usuário usando o campo username ou email" 1434 "mensagem de um dado usuário usando o campo username ou email"
1283 1435
  1436 +#~ msgid "Confirm Password "
  1437 +#~ msgstr "Confirmar senha"
  1438 +
  1439 +#~ msgid "Enter the same password as above, for verification."
  1440 +#~ msgstr "Digite a mesma senha que acima, para verificação."
  1441 +
  1442 +#~ msgid ""
  1443 +#~ "We've emailed you instructions for setting your password. You should be "
  1444 +#~ "receiving them shortly."
  1445 +#~ msgstr ""
  1446 +#~ "Nos enviamos o email com as intruções para mudança de senha. Em breve "
  1447 +#~ "você deve recebê-lo."
  1448 +
  1449 +#~ msgid "Tickets"
  1450 +#~ msgstr "Tíquetes"
  1451 +
  1452 +#~ msgid "Attachments"
  1453 +#~ msgstr "Anexos"
  1454 +
  1455 +#~ msgid "Blogs"
  1456 +#~ msgstr "Blogs"
  1457 +
  1458 +#~ msgid "Contribute"
  1459 +#~ msgstr "Contribua"
  1460 +
  1461 +#~ msgid "Last email imported at"
  1462 +#~ msgstr "Último e-mail importado em"
  1463 +
  1464 +#~ msgid "The contents of this site is published under license"
  1465 +#~ msgstr "O conteúdo deste site está publicado sob a licença"
  1466 +
  1467 +#~ msgid "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual"
  1468 +#~ msgstr "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual"
  1469 +
1284 #~ msgid "Please correct the errors below and try again" 1470 #~ msgid "Please correct the errors below and try again"
1285 #~ msgstr "Por favor, corrija os erros abaixo e tente novamente" 1471 #~ msgstr "Por favor, corrija os erros abaixo e tente novamente"
1286 1472
colab/static/css/footer.css
1 -/*Footer*/  
2 -  
3 -  
4 -.footer-content{  
5 - background: rgb(213,213,213);  
6 - padding: 20px 0;  
7 - font-family: 'Open Sans';  
8 -}  
9 -  
10 -.footer-links a{  
11 - color:#2c66ce;  
12 - font-size: 13px;  
13 - line-height: 1.7em;  
14 -}  
15 -  
16 -.footer-links a:hover{  
17 - background: none;  
18 - text-decoration: underline;  
19 -}  
20 -  
21 -.footer-links{  
22 - color:#2c66ce;  
23 - border-left:1px dotted #2c66ce;  
24 - margin-top: 10px;  
25 - margin-bottom: 10px;  
26 -}  
27 -  
28 -.footer-links dt{  
29 - font-size: 18px;  
30 - font-weight: bold;  
31 - line-height: 1.3em;  
32 - margin-bottom: 8px;  
33 -}  
34 -  
35 -.footer-links dd{  
36 - padding-bottom: 3px  
37 -}  
38 -  
39 -.footer-gov{  
40 - background: #0042b2;  
41 -}  
42 -  
43 -.footer-gov > .container{  
44 - padding: 2em 0;  
45 -}  
46 -  
47 -.footer-gov .institucionais a{  
48 - display:table-cell;  
49 - vertical-align: middle;  
50 -}  
51 -  
52 -.footer-gov a:hover{  
53 - text-decoration: none;  
54 -}  
55 -  
56 -.footer-gov span{  
57 - display: none;  
58 -}  
59 -  
60 -.footer-gov .logo-sgpr img, .logo-acesso img{  
61 - padding-right: 15%;  
62 -}  
63 -  
64 -.go-top a{  
65 - color: #717782;  
66 - line-height: 1.4em;  
67 -} 1 +/*Footer*/
  2 +
  3 +
  4 +.footer-content{
  5 + background: rgb(213,213,213);
  6 + padding: 20px 0;
  7 + font-family: 'Open Sans';
  8 +}
  9 +
  10 +.footer-links a{
  11 + color:#2c66ce;
  12 + font-size: 13px;
  13 + line-height: 1.7em;
  14 +}
  15 +
  16 +.footer-links a:hover{
  17 + background: none;
  18 + text-decoration: underline;
  19 +}
  20 +
  21 +.footer-links{
  22 + color:#2c66ce;
  23 + border-left:1px dotted #2c66ce;
  24 + margin-top: 10px;
  25 + margin-bottom: 10px;
  26 +}
  27 +
  28 +.footer-links dt{
  29 + font-size: 18px;
  30 + font-weight: bold;
  31 + line-height: 1.3em;
  32 + margin-bottom: 8px;
  33 + font-family: "Open Sans"
  34 +}
  35 +
  36 +.footer-links dd{
  37 + padding-bottom: 3px
  38 +}
  39 +
  40 +.footer-gov{
  41 + background: #0042b2;
  42 +}
  43 +
  44 +.footer-gov > .container{
  45 + padding: 2em 0;
  46 +}
  47 +
  48 +.footer-gov .institucionais a{
  49 + display:table-cell;
  50 + vertical-align: middle;
  51 +}
  52 +
  53 +.footer-gov a:hover{
  54 + text-decoration: none;
  55 +}
  56 +
  57 +.footer-gov span{
  58 + display: none;
  59 +}
  60 +
  61 +.footer-gov .logo-sgpr img, .logo-acesso img{
  62 + padding-right: 15%;
  63 +}
  64 +
  65 +.go-top a{
  66 + color: #717782;
  67 + line-height: 1.4em;
  68 +}
colab/templates/footer.html
1 {% load i18n browserid conversejs gravatar proxy %} 1 {% load i18n browserid conversejs gravatar proxy %}
2 {% load static from staticfiles %} 2 {% load static from staticfiles %}
3 3
4 -<div class="row footer-gov">  
5 - 4 +<footer>
  5 +<div class="row">
  6 + <div class="container">
  7 + <div class="pull-right go-top">
  8 + <a href="#header"><i class="icon-chevron-up"></i>{% trans "Back to top" %}</a>
  9 + </div>
  10 + </div>
6 <div class="col-lg-12 footer-content"> 11 <div class="col-lg-12 footer-content">
7 <div class="container"> 12 <div class="container">
8 <div class="row"> 13 <div class="row">
9 - <div class="col-md-2 col-md-offset-1 footer-links">  
10 - <h2>Assuntos</h2>  
11 - <ul class="nav">  
12 - <li><a href="http://www.softwarepublico.gov.br/O_que_e_o_SPB" title="SPB">SPB</a></li>  
13 - <li><a href="http://pagina.softwarepublico.gov.br/sisp" title="SISP-SPB">SISP-SPB </a></li>  
14 - <li><a href="http://www.softwarepublico.gov.br/5cqualibr/avaliaspb/wiki/Sobre" title="AvaliaSPB">AvaliaSPB</a></li>  
15 - <li><a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" title="4CMBr">4CMBr</a></li>  
16 - <li><a href="http://www.softwarepublico.gov.br/5cqualibr/xowiki/" title="5cQualiBr" href="#">5cQualiBr</a></li>  
17 - </ul>  
18 - </div>  
19 - <div class="col-md-2 footer-links">  
20 - <h2>Serviços</h2>  
21 - <ul class="nav">  
22 - <li class="portalservicos-item">  
23 - <a title="Perguntas frequentes" href="#">Perguntas frequentes</a>  
24 - </li>  
25 - <li class="portalservicos-item">  
26 - <a title="Contato" href="#">Contato</a>  
27 - </li>  
28 - <li class="portalservicos-item">  
29 - <a title="Serviços da [Denominação]" href="#">Serviços da [Denominação]</a>  
30 - </li>  
31 - <li class="portalservicos-item">  
32 - <a title="Dados abertos" href="#">Dados abertos</a>  
33 - </li>  
34 - <li class="portalservicos-item">  
35 - <a title="Área de imprensa" href="#">Área de imprensa</a>  
36 - </li>  
37 - </ul>  
38 - </div>  
39 - <div class="col-md-2 footer-links">  
40 - <h2>Redes Sociais</h2>  
41 - <ul class="nav">  
42 - <li class="portalredes-item"><a title="Twitter" href="https://twitter.com/twitter"> 14 + <dl class="col-md-2 col-md-offset-1 footer-links">
  15 + <dt>{% trans "Subjects" %}</dt>
  16 + <dd><a href="http://www.softwarepublico.gov.br/O_que_e_o_SPB" title="SPB">{% trans "SPB" %}</a></dd>
  17 + <dd><a href="http://pagina.softwarepublico.gov.br/sisp" title="SISP-SPB">{% trans "SISP-SPB" %}</a></dd>
  18 + <dd><a href="http://www.softwarepublico.gov.br/5cqualibr/avaliaspb/wiki/Sobre" title="AvaliaSPB">{% trans "AvaliaSPB" %}</a></dd>
  19 + <dd><a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" title="4CMBr">4CMBr</a></dd>
  20 + <dd><a href="http://www.softwarepublico.gov.br/5cqualibr/xowiki/" title="5cQualiBr" href="#">{% trans "5cQualiBr" %}</a></dd>
  21 + </dl>
  22 + <dl class="col-md-2 footer-links">
  23 + <dt>{% trans "Services" %}</dt>
  24 + <dd class="portalservicos-item">
  25 + <a title="Perguntas frequentes" href="#">{% trans "Frequently Asked Questions" %}</a>
  26 + </dd>
  27 + <dd class="portalservicos-item">
  28 + <a title="Contato" href="#">{% trans "Contact" %}</a>
  29 + </dd>
  30 + <dd class="portalservicos-item">
  31 + <a title="Serviços da [Denominação]" href="#">{% trans " [Denomination's] services" %}</a>
  32 + </dd>
  33 + <dd class="portalservicos-item">
  34 + <a title="Dados abertos" href="#">{% trans "Open data" %}</a>
  35 + </dd>
  36 + <dd class="portalservicos-item">
  37 + <a title="Área de imprensa" href="#">{% trans "Press area" %}</a>
  38 + </dd>
  39 + </dl>
  40 + <dl class="col-md-2 footer-links">
  41 + <dt>{% trans "Social networks" %}</dt>
  42 + <dd class="portalredes-item"><a title="Twitter" href="https://twitter.com/twitter">
43 Twitter</a> 43 Twitter</a>
44 - </li>  
45 - <li class="portalredes-item"><a title="YouTube" href="http://youtube.com/youtube"> 44 + </dd>
  45 + <dd class="portalredes-item"><a title="YouTube" href="http://youtube.com/youtube">
46 Youtube</a> 46 Youtube</a>
47 - </li>  
48 - <li class="portalredes-item"><a title="Facebook" href="http://facebook.com/facebook"> 47 + </dd>
  48 + <dd class="portalredes-item"><a title="Facebook" href="http://facebook.com/facebook">
49 Facebook</a> 49 Facebook</a>
50 - </li>  
51 - <li class="portalredes-item"><a title="Flickr" href="http://flickr.com/flickr"> 50 + </dd>
  51 + <dd class="portalredes-item"><a title="Flickr" href="http://flickr.com/flickr">
52 Flickr</a> 52 Flickr</a>
53 - </li>  
54 - </ul>  
55 - </div>  
56 - <div class="col-md-2 footer-links">  
57 - <h2>RSS</h2>  
58 - <ul class="nav">  
59 - <li><a href="#" title="O que é?">O que é?</a></li>  
60 - <li><a href="#" title="Assine">Assine</a></li>  
61 - </ul>  
62 - </div>  
63 - <div class="col-md-2 footer-links">  
64 - <h2>Navegação</h2>  
65 - <ul class="nav">  
66 - <li><a href="#">Acessibilidade</a></li>  
67 - <li><a href="#">Mapa do site</a></li>  
68 - <li><a href="#">Versión en Español</a></li>  
69 - <li><a href="#">English version</a></li>  
70 - </ul>  
71 - </div> 53 + </dd>
  54 + </dl>
  55 + <dl class="col-md-2 footer-links">
  56 + <dt>RSS</dt>
  57 + <dd><a href="#" title="O que é?">{% trans "What is it?" %}</a></dd>
  58 + <dd><a href="#" title="Assine">{% trans "Subscribe" %}</a></dd>
  59 + </dl>
  60 + <dl class="col-md-2 footer-links">
  61 + <dt>{% trans "Navigation" %}</dt>
  62 + <dd><a href="#">{% trans "Accessibility" %}</a></dd>
  63 + <dd><a href="#">{% trans "Site map" %}</a></dd>
  64 + <dd><a href="#">Versión en Español</a></dd>
  65 + <dd><a href="#">English version</a></dd>
  66 + </dl>
72 </div> 67 </div>
73 </div> 68 </div>
74 </div> 69 </div>
75 -  
76 - <div class="row footer-logos"> 70 + <div class="row footer-gov">
77 <div class="container"> 71 <div class="container">
78 - <div class="col-md-8">  
79 - <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><span>Acesso a Informação</span></a> 72 + <div class="col-md-7">
  73 + <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><img class="img-responsive pull-left" src="{% static 'img/acesso-a-informacao.png' %}" ><span>{% trans "Information access" %}</span></a>
80 </div> 74 </div>
81 - <div class="col-md-4 institucionais">  
82 - <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><span>Secretaria-geral da Presidência da República</span></a>  
83 - <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><span>Brasil - Governo Federal</span></a> 75 + <div class="col-md-5 institucionais">
  76 + <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/sgpr.png' %}" ><span>{% trans "Republic Presidency General Secretary" %}<a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/brasil.png' %}" ><span>{% trans "Brazil - Federal Government" %}</span></a>
84 </div> 77 </div>
85 </div> 78 </div>
86 </div> 79 </div>
87 -  
88 - <div class="footer row col-lg-12">  
89 - {% if user.is_staff %}  
90 - <p class="col-lg-12 text-center">{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}</p>  
91 - {% endif %}  
92 - <p class="col-lg-12 text-center">  
93 - <a href="{% url 'opendata' %}"><img src="{% static 'img/opendata3.png' %}"/></a>  
94 - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"><img src="{% static 'img/cc_by_sa.png' %}"/></a>  
95 - </p>  
96 - <p class="col-lg-12 text-center">  
97 - {% trans "The contents of this site is published under license" %}:  
98 - <br>  
99 - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR">  
100 - {% trans "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}.  
101 - </a>  
102 - </p>  
103 - </div>  
104 -  
105 -  
106 -</div> 80 +</footer>