Commit 69a869471309e1ba020d0fc7466f08804aacbd73

Authored by Sergio Oliveira
2 parents b103f417 3b59a0e2

Merge branch 'spb_theme' into 'spb-release/3.0'

Spb theme for Colab

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

3.75 KB

colab/static/img/brasil.png 0 → 100644

6.53 KB

colab/static/img/logo.svg
1   -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2   -<!-- Created with Inkscape (http://www.inkscape.org/) -->
3   -
4   -<svg
5   - xmlns:dc="http://purl.org/dc/elements/1.1/"
6   - xmlns:cc="http://creativecommons.org/ns#"
7   - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8   - xmlns:svg="http://www.w3.org/2000/svg"
9   - xmlns="http://www.w3.org/2000/svg"
10   - version="1.1"
11   - width="645.0506"
12   - height="192.82056"
13   - id="svg2">
14   - <defs
15   - id="defs4" />
16   - <metadata
17   - id="metadata7">
18   - <rdf:RDF>
19   - <cc:Work
20   - rdf:about="">
21   - <dc:format>image/svg+xml</dc:format>
22   - <dc:type
23   - rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
24   - <dc:title></dc:title>
25   - </cc:Work>
26   - </rdf:RDF>
27   - </metadata>
28   - <g
29   - transform="translate(-58.02724,-191.19295)"
30   - id="layer1">
31   - <path
32   - d="m 63.02724,197.18097 0,154.59066 17.780425,0 1.96673,-0.52717 0,-78.99093 8.405162,0 0,78.03622 22.225453,0 0,-78.03622 5.92681,0 2.96343,0 0,78.53009 18.76816,0 0,-78.53009 6.23758,1.67135 0,76.85874 20.43302,0 0,-127.92007 32.10348,0 0,-26.6706 z"
33   - id="path3078"
34   - style="fill:#b9ce2a;fill-opacity:1;stroke:none" />
35   - <path
36   - d="m 274.98763,378.02549 0,-154.59066 -17.78042,0 -1.96673,0.52717 0,78.99093 -8.40516,0 0,-78.03622 -22.22546,0 0,78.03622 -5.92681,0 -2.96343,0 0,-78.53009 -18.76815,0 0,78.53009 -6.23758,-1.67135 0,-76.85874 -20.43302,0 0,127.92007 -32.10349,0 0,26.6706 z"
37   - id="path3108"
38   - style="fill:#aabac3;fill-opacity:1;stroke:none" />
39   - <g
40   - id="text3878"
41   - style="font-size:141.21679688px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#595b5d;fill-opacity:0.90980392;stroke:none;font-family:Sans">
42   - <path
43   - d="m 367.92842,326.69158 c -0.94152,15.72214 -8.75551,23.5832 -23.44199,23.5832 l -23.5832,0 c -6.40186,0 -11.95638,-2.30654 -16.66358,-6.91962 -4.6131,-4.61307 -6.91964,-10.1676 -6.91963,-16.66358 l 0,-58.74619 c -10e-6,-6.40174 2.25946,-11.90919 6.77841,-16.52237 4.61306,-4.70712 10.21465,-7.06073 16.8048,-7.06084 l 23.5832,0 c 14.78062,1.1e-4 22.59461,7.86117 23.44199,23.58321 l -11.72099,0 c -0.94152,-7.90805 -4.84851,-11.86212 -11.721,-11.86221 l -11.86221,0 c -3.20095,9e-5 -5.97822,1.1769 -8.33179,3.53042 -2.2595,2.25955 -3.38924,5.03681 -3.3892,8.33179 l 0,58.74619 c -4e-5,3.20093 1.1297,5.97819 3.3892,8.33179 2.35357,2.35362 5.13084,3.53043 8.33179,3.53042 l 11.86221,0 c 6.96663,1e-5 10.87363,-3.95406 11.721,-11.86221 l 11.72099,0"
44   - id="path3015"
45   - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" />
46   - <path
47   - d="m 415.23164,267.94539 23.5832,0 c 6.40176,8e-5 11.90921,2.30662 16.52237,6.91962 4.613,4.61315 6.91954,10.1206 6.91962,16.52237 l 0,35.3042 c -8e-5,6.40184 -2.30662,11.95636 -6.91962,16.66358 -4.61316,4.61308 -10.12061,6.91962 -16.52237,6.91962 l -23.5832,0 c -6.40186,0 -11.95638,-2.30654 -16.66359,-6.91962 -4.61309,-4.61307 -6.91963,-10.1676 -6.91962,-16.66358 l 0,-35.3042 c -1e-5,-6.40177 2.30653,-11.90922 6.91962,-16.52237 4.70721,-4.613 10.26173,-6.91954 16.66359,-6.91962 m 0,23.44199 0,35.3042 c -4e-5,3.20093 1.12969,5.97819 3.3892,8.33179 2.35357,2.35362 5.13083,3.53043 8.33179,3.53042 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35356,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-35.3042 c -6e-5,-3.20086 -1.17686,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 -3.20096,7e-5 -5.97822,1.17688 -8.33179,3.53042 -2.25951,2.25954 -3.38924,4.98972 -3.3892,8.19058"
48   - id="path3017"
49   - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" />
50   - <path
51   - d="m 485.97684,350.27478 0,-105.9126 23.5832,0 0,105.9126 -23.5832,0"
52   - id="path3019"
53   - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" />
54   - <path
55   - d="m 580.30745,303.24959 0,-11.86221 c -6e-5,-3.20086 -1.17687,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 l -11.721,0 c -6.96672,7e-5 -10.87371,3.90707 -11.72099,11.721 l -11.86221,0 c 1.88288,-15.62792 9.74394,-23.44191 23.5832,-23.44199 l 23.58321,0 c 6.40176,8e-5 11.90921,2.30662 16.52236,6.91962 4.61301,4.61315 6.91954,10.1206 6.91963,16.52237 l 0,58.8874 -23.44199,0 0,-11.72099 c -0.94151,7.814 -4.89557,11.72099 -11.86221,11.72099 l -11.721,0 c -6.40185,0 -11.95638,-2.30654 -16.66358,-6.91962 -4.61309,-4.61307 -6.91963,-10.1676 -6.91962,-16.66358 l 0,0 c -10e-6,-6.4018 2.30653,-11.90925 6.91962,-16.52237 4.7072,-4.61304 10.26173,-6.91958 16.66358,-6.91962 l 23.58321,0 m 0,11.72099 -11.86221,0 c -3.20096,4e-5 -5.97822,1.17684 -8.33179,3.53042 -2.25951,2.2595 -3.38924,4.98969 -3.38921,8.19058 l 0,0 c -3e-5,3.20093 1.1297,5.97819 3.38921,8.33179 2.35357,2.35362 5.13083,3.53043 8.33179,3.53042 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35355,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-11.721"
56   - id="path3021"
57   - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" />
58   - <path
59   - d="m 627.46944,350.27478 0,-105.9126 23.5832,0 0,35.3042 c 0.47069,-3.95399 1.69457,-6.87247 3.67164,-8.75544 1.97699,-1.97695 4.66011,-2.96547 8.04936,-2.96555 l 11.86221,0 c 6.40176,8e-5 11.90921,2.30662 16.52236,6.91962 4.61301,4.61315 6.91954,10.1206 6.91963,16.52237 l 0,35.3042 c -9e-5,6.40184 -2.30662,11.95636 -6.91963,16.66358 -4.61315,4.61308 -10.1206,6.91962 -16.52236,6.91962 l -47.16641,0 m 23.5832,-11.72099 11.721,0 c 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35355,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-35.3042 c -6e-5,-3.20086 -1.17687,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 -3.20096,7e-5 -5.97822,1.17688 -8.33179,3.53042 -2.25951,2.25954 -3.38924,4.98972 -3.38921,8.19058 l 0,47.16641"
60   - id="path3023"
61   - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" />
62   - </g>
63   - </g>
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
  3 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4 +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  5 + width="752.21px" height="105px" viewBox="0 0 752.21 105" enable-background="new 0 0 752.21 105" xml:space="preserve">
  6 +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="683.019" y1="21.68" x2="718.041" y2="21.64"/>
  7 +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="682.81" y1="21.83" x2="631.08" y2="13.32"/>
  8 +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="590.589" y1="30.33" x2="631.08" y2="13.32"/>
  9 +<path fill="#FF0066" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" d="M690.58,21.83c0,4.3-3.529,7.77-7.77,7.77
  10 + c-4.23,0-7.77-3.47-7.77-7.77s3.539-7.77,7.77-7.77C687.05,14.06,690.58,17.53,690.58,21.83z"/>
  11 +<path fill="#CCFF00" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" d="M642.861,13.32
  12 + c0,6.52-5.371,11.79-11.781,11.79s-11.789-5.26-11.789-11.79c0-6.52,5.369-11.78,11.789-11.78
  13 + C637.49,1.54,642.861,6.8,642.861,13.32z"/>
  14 +<path d="M26.6,76.141c0-3.99-1.32-5.48-9.86-7.671c-8.13-2.11-13.61-4.78-13.61-11.97c0-6.97,6.34-11.42,15.96-11.42
  15 + c5.95,0,10.72,1.79,14.32,4.38l-3.21,4.851c-3.05-2.19-6.49-3.521-10.95-3.521c-6.42,0-8.7,1.96-8.7,5.24
  16 + c0,3.439,2.5,4.7,10.57,6.97c7.91,2.189,13.22,4.62,13.22,12.59c0,9-8.61,12.6-17.61,12.6c-7.59,0-13.14-2.5-16.74-5.629l4-4.541
  17 + C7.2,80.68,11.88,82.4,16.74,82.4C22.86,82.4,26.6,79.97,26.6,76.141z"/>
  18 +<path d="M64.79,45.08c11.74,0,17.93,8.45,17.93,21.52c0,12.75-6.35,21.601-18,21.601c-11.75,0-18.01-8.45-18.01-21.521
  19 + C46.71,53.91,53.06,45.08,64.79,45.08z M64.79,50.86c-6.88,0-10.41,5-10.41,15.81c0,10.721,3.44,15.73,10.33,15.73
  20 + s10.33-5,10.33-15.801C75.05,55.859,71.6,50.86,64.79,50.86z"/>
  21 +<path d="M130.89,30.83l-2.27,5.24c-2.66-1.18-5.71-1.72-8.84-1.72c-5.63,0-8.45,2.19-8.45,6.73v8.06h13.92l-0.78,5.56h-13.14v32.56
  22 + h-7.21V54.7h-9.71v-5.56h9.71v-7.98c0-7.67,6.42-12.61,15.26-12.61C124,28.55,127.6,29.42,130.89,30.83z"/>
  23 +<path d="M220.97,87.26h-9.79L206.1,58.07h-0.31l-5.33,29.189h-9.55l-7.36-41.25h7.2l5.01,35.76h0.32l6.02-30.51h8.07l5.63,30.37
  24 + h0.32l5.01-35.62h6.88L220.97,87.26z"/>
  25 +<path d="M269.62,77.939c0,3.291,1.01,4.541,3.29,5.24l-1.72,5.01c-3.68-0.47-6.58-2.109-7.83-5.789
  26 + c-2.89,3.91-7.98,5.789-12.98,5.789c-8.3,0-13.62-5.09-13.62-12.75c0-8.539,7.12-13.299,19.64-13.299h6.03V58.93
  27 + c0-5.789-3.61-7.979-9.63-7.979c-2.74,0-6.58,0.63-10.8,2.11l-1.88-5.32c5.09-1.88,9.71-2.66,13.78-2.66
  28 + c10.49,0,15.73,5.08,15.73,13.46v19.399H269.62z M262.42,77.08V66.9h-5.64c-8.84,0-12.13,3.209-12.13,8.22
  29 + c0,5.09,2.51,7.67,7.68,7.67C256.23,82.79,260.07,80.68,262.42,77.08z"/>
  30 +<path d="M313,87.26h-28.17V81.7h9.47V51.57h-9.47v-5.56h15.729l0.86,7.91c2.35-5.79,6.89-8.84,11.74-8.84
  31 + c1.96,0,3.13,0.15,5.479,0.62l-1.33,7.13c-2.029-0.55-3.29-0.71-5.01-0.71c-5.16,0-9.39,5.239-10.8,10.95V81.7H313V87.26z"/>
  32 +<path d="M336.72,69.1c0.63,9.15,5.55,13.221,11.82,13.221c3.75,0,7.43-0.95,10.96-3.84l3.28,4.779c-3.84,3.04-9.07,4.93-14.4,4.93
  33 + c-12.28,0-19.17-8.689-19.17-21.52c0-12.439,7.04-21.59,17.99-21.59c10.81,0,17.3,7.75,17.3,20.34c0,1.41-0.07,2.74-0.16,3.68
  34 + H336.72z M336.72,63.78h20.82c-0.15-8.54-3.91-13-10.33-13C341.57,50.78,337.27,54.93,336.72,63.78z"/>
  35 +<path d="M392.611,84.28v19.02l-12.521,1.33V45.69h11.121l0.539,4.62c3.371-4.31,7.6-6.03,11.51-6.03
  36 + c10.801,0,15.191,8.54,15.191,22.069c0,12.83-5.871,22.221-15.961,22.221C398.39,88.58,395.111,87.17,392.611,84.28z M405.509,66.51
  37 + c0-10.33-2.35-12.99-6.34-12.99c-2.66,0-4.779,1.801-6.57,4.78v17.45c1.721,2.5,3.361,3.68,5.951,3.68
  38 + C402.929,79.43,405.509,75.83,405.509,66.51z"/>
  39 +<path d="M439.82,45.69V74.1c0,3.99,1.57,5.24,4.16,5.24c2.5,0,5.24-1.72,6.961-4.46v-29.2h12.51v41.56H452.5l-0.549-4.86
  40 + c-2.82,4.07-7.75,6.181-12.75,6.181c-8.07,0-11.9-5.011-11.9-12.91V45.69H439.82z M434.73,33.33l16.83-11.27l5.551,9.31
  41 + l-18.621,8.29L434.73,33.33z"/>
  42 +<path d="M489.99,49.93c2.59-3.45,6.5-5.64,10.57-5.64c10.801,0,15.41,8.54,15.41,22.069c0,12.83-5.859,22.221-16.66,22.221
  43 + c-4.15,0-7.82-1.79-10.25-5.08l-0.471,3.76H477.47V29.19l12.52-1.33V49.93L489.99,49.93z M503.07,66.51
  44 + c0-10.33-2.58-12.99-6.51-12.99c-2.66,0-4.77,1.801-6.57,4.78v17.45c1.57,2.43,3.371,3.75,5.951,3.75
  45 + C500.33,79.5,503.07,75.83,503.07,66.51z"/>
  46 +<path d="M544.64,74.18c0,3.28,2.029,4.54,5.32,4.54c2.109,0,4.15-0.54,5.869-1.26l2.971,8.37c-2.811,1.49-6.73,2.74-12.051,2.74
  47 + c-10.25,0-14.629-6.26-14.629-16.04V37.71H519.91v-8.53h24.73V74.18L544.64,74.18z"/>
  48 +<path d="M605.73,87.26H570.9v-8.54h11.73v-24.5h-11.34v-8.53h23.879v33.03h10.561V87.26z M581.47,30.9c0-3.99,3.129-7.04,7.43-7.04
  49 + c4.311,0,7.439,3.05,7.439,7.04c0,3.99-3.129,7.04-7.439,7.04C584.599,37.95,581.47,34.89,581.47,30.9z"/>
  50 +<path d="M647.05,75.59l5.641,7.98c-3.922,3.13-9.311,5.01-15.422,5.01c-13.539,0-21.59-8.83-21.59-21.83s8.371-22.46,21.75-22.46
  51 + c6.34,0,11.262,1.88,15.262,5.24l-5.4,7.52c-2.811-2.2-6.18-3.13-9.08-3.13c-5.551,0-9.391,3.52-9.391,12.84
  52 + c0,9.15,4.15,11.971,9.391,11.971C641.041,78.72,644.16,77.79,647.05,75.59z"/>
  53 +<path d="M701.541,66.359c0,13.921-7.521,22.221-20.26,22.221C668.519,88.58,661,80.45,661,66.439
  54 + c0-13.229,7.531-22.149,20.281-22.149C694.099,44.29,701.541,53.05,701.541,66.359z M673.91,66.439c0,9.15,2.34,12.99,7.359,12.99
  55 + c5,0,7.352-3.84,7.352-13.06c0-8.931-2.34-12.84-7.352-12.84C676.25,53.52,673.91,57.439,673.91,66.439z"/>
  56 +<path d="M171.03,85.141c-2.89,1.869-7.28,3.049-11.35,3.049c-9.08,0-14.08-5.239-14.08-12.75V54.73h-9.4v-5.48h9.4V36.7l7.2-0.86
  57 + v13.42h14.17l-0.87,5.48h-13.3v20.619c0,4.621,2.19,6.891,7.67,6.891c3.05,0,5.72-0.78,7.83-2.04L171.03,85.141z"/>
  58 +<path d="M737.871,31.54v-9.3h-2.631c-0.76,0-1.35,0.1-1.779,0.31c-0.42,0.21-0.861,0.6-1.311,1.2c-0.449,0.59-1.119,1.74-2.01,3.45
  59 + l-2.291,4.36h-2.859l3-5.7c0.51-0.98,1.109-1.87,1.791-2.67c0.33-0.39,0.818-0.78,1.459-1.16c-1.57-0.271-2.77-0.89-3.59-1.87
  60 + s-1.24-2.26-1.24-3.84c0-1.2,0.24-2.25,0.73-3.16c0.49-0.91,1.109-1.56,1.869-1.95s1.93-0.59,3.521-0.59h7.619v20.95h-2.279V31.54z
  61 + M737.871,12.91h-5.43c-1.221,0-2.141,0.3-2.762,0.91c-0.619,0.61-0.93,1.44-0.93,2.49c0,0.73,0.16,1.38,0.49,1.93
  62 + c0.32,0.55,0.76,0.96,1.311,1.21c0.549,0.26,1.359,0.39,2.43,0.39h4.891V12.91z"/>
  63 +<path d="M734.191,4.02c-9.691,0-17.541,7.85-17.541,17.54s7.85,17.54,17.541,17.54c9.689,0,17.539-7.85,17.539-17.54
  64 + S743.88,4.02,734.191,4.02z M734.191,36.47c-8.24,0-14.922-6.68-14.922-14.92c0-8.24,6.682-14.92,14.922-14.92
  65 + c8.238,0,14.92,6.68,14.92,14.92C749.111,29.8,742.429,36.47,734.191,36.47z"/>
64 66 </svg>
... ...
colab/static/img/sgpr.png 0 → 100644

4.13 KB

colab/templates/base.html
1 1 <!DOCTYPE html>
2   -{% load i18n browserid conversejs gravatar proxy %}
  2 +{% load i18n %}
3 3 {% load static from staticfiles %}
4 4  
5 5 <html>
... ... @@ -23,15 +23,6 @@
23 23 href="{% static 'third-party/font-awesome/css/font-awesome.min.css' %}"
24 24 type="text/css" media="screen" />
25 25  
26   - {% if ribbon %}
27   - <!-- Fork me Ribbons -->
28   - <link rel="stylesheet" href="{% static 'third-party/ribbon/gh-fork-ribbon.css' %}">
29   - <!--[if lt IE 9]>
30   - <link rel="stylesheet" href="{% static 'third-party/ribbon/gh-fork-ribbon.ie.css' %}">
31   - <![endif]-->
32   - {% endif %}
33   -
34   -
35 26 <!-- JQuery 2+ won't work for IE < 9 -->
36 27 <script type="text/javascript" src="{% static 'third-party/jquery-2.0.3.min.js' %}"></script>
37 28 <script type="text/javascript" src="{% static 'third-party/jquery.debouncedresize.js' %}"></script>
... ... @@ -43,10 +34,6 @@
43 34 {% block head_js %}{% endblock %}
44 35 {% block head_css %}{% endblock %}
45 36  
46   - {% if not is_mobile %}
47   - {% conversejs_static %}
48   - {% endif %}
49   -
50 37 <link rel="stylesheet" href="{% static 'css/screen.css' %}"
51 38 type="text/css" media="screen" />
52 39  
... ... @@ -54,118 +41,10 @@
54 41 </head>
55 42  
56 43 <!-- data-no-turbolink will disable Rails TurboLinks for all pages under Colab -->
57   - <body class="container" data-no-turbolink>
58   - {% if BROWSERID_ENABLED %}
59   - {% browserid_info %}
60   - {% endif %}
61   -
62   - {% block ribbon %}
63   - {% if ribbon %}
64   - <div class="github-fork-ribbon-wrapper left-bottom">
65   - <div class="github-fork-ribbon">
66   - <a href="{{ ribbon.url }}">{{ ribbon.text }}</a>
67   - </div>
68   - </div>
69   - {% endif %}
70   - {% endblock %}
71   -
  44 + <body data-no-turbolink>
72 45 {% block navbar %}
73   - <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
74   - <div class="container">
75   - <div class="navbar-header">
76   -
77   - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main">
78   - <span class="sr-only">Toggle navigation</span>
79   - <span class="icon-bar"></span>
80   - <span class="icon-bar"></span>
81   - <span class="icon-bar"></span>
82   - <span class="icon-bar"></span>
83   - </button>
84   - <a class="navbar-brand" href="/"><img alt="Colab" src="{% static 'img/logo.svg' %}"></a>
85   - </div>
86   - <div class="collapse navbar-collapse navbar-main">
87   - <ul class="nav navbar-nav">
88   -
89   - <li>
90   - <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a>
91   - </li>
92   -
93   - {% if feedzilla %}
94   - <li>
95   - <a href="{% url "feedzilla_index" %}">{% trans "Blogs" %}</a>
96   - </li>
97   - {% endif %}
98   -
99   - {% proxy_menu %}
100   -
101   - <li><a href="/paste">{% trans "Paste" %}</a></li>
102   -
103   - <li class="hidden-lg hidden-md">
104   - <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a>
105   - </li>
106   - </ul>
107   -
108   - <ul class="nav navbar-nav navbar-right">
109   - {% if not user.is_authenticated %}
110   -
111   - <li class="dropdown hidden-xs hidden-lg">
112   - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Acesso <b class="caret"></b></a>
113   - <ul class="dropdown-menu">
114   - {% trans 'Login' as login_text %}
115   - {% if BROWSERID_ENABLED %}
116   - <li>{% browserid_login text=login_text %}</li>
117   - {% else %}
118   - <li><a href="{% url 'signup' %}">{% trans "Register" %}</a></li>
119   - <li><a href="{% url 'login' %}">{% trans "Login" %}</a></li>
120   - {% endif %}
121   - </ul>
122   - </li>
123   - {% trans 'Login' as login_text %}
124   - {% if BROWSERID_ENABLED %}
125   - <li class="visible-xs hidden-sm hidden-md">{% browserid_login text=login_text %}</li>
126   - {% else %}
127   - <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'signup' %}">{% trans "Register" %}</a></li>
128   - <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'login' %}">{% trans "Login" %}</a></li>
129   - {% endif %}
130   - {% else %}
131   - <li id="user-menu" class="dropdown">
132   - <a href="#" class="dropdown-toggle user" data-toggle="dropdown">{% gravatar user.email 40 %} <b class="caret"></b>&nbsp;&nbsp;</a>
133   - <ul class="dropdown-menu" role="menu">
134   - <li>
135   - <div class="wrapper">
136   - <div class="thumbnail">{% gravatar user.email 100 %}</div>
137   - <div class="user-info">
138   - <span><b>{{ user.get_full_name }}</b></span>
139   - <span class="quiet">{{ user.email }}</span>
140   - </div>
141   - <div>
142   - <a class="btn btn-info pull-left" href="{% url 'user_profile' user.username %}">{% trans "My Profile" %}</a>
143   - {% trans 'Logout' as logout_text %}
144   - {% if BROWSERID_ENABLED %}
145   - {% browserid_logout text=logout_text link_class='btn btn-default pull-right' %}
146   - {% else %}
147   - <a class="btn btn-default pull-right" href="{% url 'logout' %}"> {% trans "Logout" %}</a>
148   - {% endif %}
149   - </div>
150   - </div>
151   - </li>
152   - </ul>
153   - </li>
154   - {% endif %}
155   - </ul>
156   -
157   - <form action="{% url 'haystack_search' %}" method="GET" id="search-form" class="navbar-form navbar-right hidden-xs hidden-sm" role="search">
158   - <div class="form-group">
159   - <label class="sr-only" for="header-searchbox">{% trans 'Search here...' %}</label>
160   - <input name="q" id="header-searchbox"
161   - class="form-control" value="{{ request.GET.q }}"
162   - type="search" placeholder="{% trans 'Search here...' %}" />
163   - </div>
164   - <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
165   - </form>
166   - </div>
167   - </div>
168   - </nav>
  46 +
  47 + {% include "header.html" %}
169 48  
170 49 {% endblock %}
171 50  
... ... @@ -189,43 +68,19 @@
189 68 </div>
190 69 {% endblock %}
191 70  
192   - <div id="main-content">
  71 + <div id="main-content" class="container">
193 72 {% block main-content %}{% endblock %}
194 73 </div>
195 74  
196 75 <div class="row">&nbsp;</div>
197 76  
198 77 {% block footer %}
199   - <div class="footer row">
200   - {% if user.is_staff %}
201   - <p class="col-lg-12 text-center">{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}</p>
202   - {% endif %}
203   - <p class="col-lg-12 text-center">
204   - <a href="{% url 'opendata' %}"><img src="{% static 'img/opendata3.png' %}"/></a>
205   - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"><img src="{% static 'img/cc_by_sa.png' %}"/></a>
206   - </p>
207   - <p class="col-lg-12 text-center">
208   - {% trans "The contents of this site is published under license" %}:
209   - <br>
210   - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR">
211   - {% trans "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}.
212   - </a>
213   - </p>
214   - </div>
215   - {% endblock %}
216 78  
217   - {% if not is_mobile %}
218   - {% conversejs_chatpanel %}
219   - {% conversejs_initialize %}
220   - {% endif %}
  79 + {% include "footer.html" %}
221 80  
222   - {% include "tz/set_utc_offset.html" %}
  81 + {% endblock %}
223 82  
224   - {% if BROWSERID_ENABLED %}
225   - <script src="https://login.persona.org/include.js"></script>
226   - <script src="{% static 'browserid/api.js' %}"></script>
227   - <script src="{% static 'browserid/browserid.js' %}"></script>
228   - {% endif %}
  83 + {% include "tz/set_utc_offset.html" %}
229 84  
230 85 {% block footer_js %}{% endblock %}
231 86 </body>
... ...
colab/templates/footer.html 0 → 100644
... ... @@ -0,0 +1,78 @@
  1 +{% load i18n %}
  2 +{% load static from staticfiles %}
  3 +
  4 +<footer>
  5 +<div class="row">
  6 + <div class="container">
  7 + <div class="pull-right go-top">
  8 + <a id="link-top" href="#link-rodape"><i class="icon-chevron-up"></i>Voltar ao topo</a>
  9 + </div>
  10 + </div><!-- end go-top -->
  11 + <div class="col-lg-12 offset footer-content">
  12 + <div class="container">
  13 + <div class="row">
  14 + <dl class="col-md-2 col-md-offset-1 footer-links">
  15 + <dt>Assuntos</dt>
  16 + <dd><a href="/social/spb/publique-seu-software" title="Publique seu software">Publique seu software</a></dd>
  17 + <dd><a href="http://www.softwarepublico.gov.br/mpv/" title="Prestadores de serviço">Prestadores de serviço</a></dd>
  18 + <dd><a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" title="Espaço dos municípios">Espaço dos municípios</a></dd>
  19 + </dl>
  20 + <dl class="col-md-2 footer-links">
  21 + <dt>Software Público</dt>
  22 + <dd class="portalspb-item">
  23 + <a title="Entenda o que é" href="/social/spb/entenda-o-que-e">Entenda o que é</a>
  24 + </dd>
  25 + <dd class="portalspb-item">
  26 + <a title="Eventos" href="/social/profile/spb/events">Eventos</a>
  27 + </dd>
  28 + <dd class="portalspb-item">
  29 + <a title="Prêmios" href="/social/spb/premios">Prêmios</a>
  30 + </dd>
  31 + <dd class="portalspb-item">
  32 + <a title="Publicações" href="/social/spb/publicacoes">Publicações</a>
  33 + </dd>
  34 + </dl>
  35 + <dl class="col-md-2 footer-links">
  36 + <dt>Serviços</dt>
  37 + <dd>
  38 + <a href="/social/spb/ajuda#faq" title="FAQ">FAQ</a>
  39 + </dd>
  40 + <dd>
  41 + <a href="/social/spb/contato" title="Contato">Contato</a>
  42 + </dd>
  43 + <dd>
  44 + <a href="/archives/thread/spb-usuarios/relatar-erros#msg-1635" title="Relatar erros">Relatar erros</a>
  45 + </dd>
  46 + </dl>
  47 + <dl class="col-md-2 footer-links">
  48 + <dt>RSS</dt>
  49 + <dd><a href="#" title="O que é?">O que é</a></dd>
  50 + <dd><a href="#" title="Assine">Assine</a></dd>
  51 + </dl>
  52 + <dl class="col-md-2 footer-links">
  53 + <dt>Navegação</dt>
  54 + <dd><a href="#">Acessibilidade</a></dd>
  55 + <dd><a href="/social/spb/mapa-do-site">Mapa do site</a></dd>
  56 + </dl>
  57 + </div>
  58 + </div>
  59 + </div><!-- end footer-content -->
  60 + <div class="row footer-gov">
  61 + <div class="container">
  62 + <div class="col-md-7">
  63 + <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>Acesso a Informação</span></a>
  64 + </div>
  65 + <div class="col-md-5 institucionais">
  66 + <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/brasil.png' %}" ><span>Brasil - Governo Federal</span></a>
  67 + <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/sgpr.png' %}" ><span>Secretaria-geral da Presidência da República</span></a>
  68 + </div>
  69 + </div>
  70 + </div><!-- end footer-gov -->
  71 + <div class="row spb-definitions">
  72 + <div class="container">
  73 + <div id="about-pspb">Essa versão é BETA e está hospedada na Universidade de Brasília</div>
  74 + <div id="about-noosfero">Este site utiliza a plataforma para redes sociais <a href="http://noosfero.org/">Noosfero</a>, licenciado sob a <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> versão 3 ou superior.
  75 + </div>
  76 + </div>
  77 + </div><!-- end spb-definitions -->
  78 +</footer>
... ...
colab/templates/header.html 0 → 100644
... ... @@ -0,0 +1,136 @@
  1 +{% load i18n gravatar proxy %}
  2 +{% load static from staticfiles %}
  3 +
  4 +<header>
  5 +<div class="navbar navbar-static-top">
  6 +<!-- begin of barra-brasil -->
  7 +<div id="barra-brasil">
  8 + <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a>
  9 +</div>
  10 +<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script>
  11 +<!-- end of barra-brasil -->
  12 + <div id="first-nav">
  13 + <div class="container">
  14 + <div class="row">
  15 + <div class="col-md-12">
  16 + <ul id="accessibility" class="nav navbar-nav hidden-xs hidden-sm">
  17 + <li>
  18 + <a id="link-conteudo" href="#main-content" accesskey="1">Ir para o conteúdo <span class="label label-primary">1</span></a>
  19 + </li>
  20 + <li>
  21 + <a id="link-navegacao" href="#menu-spb" accesskey="2">Ir para o menu <span class="label label-primary">2</span></a>
  22 + </li>
  23 + <li> <a id="link-buscar" accesskey="3" href="#header-searchbox" title="Go to search">Ir para a busca <span class="label label-primary">3</span></a>
  24 + </li>
  25 + <li>
  26 + <a id="link-rodape" href="#link-top" accesskey="4">Ir para o rodapé <span class="label label-primary">4</span></a>
  27 + </li>
  28 + </ul> <!-- end of accesskeys -->
  29 + <ul id="portal-siteactions" class="nav navbar-nav navbar-right">
  30 + <li id="siteaction-accessibility">
  31 + <a href="/software-publico-brasileiro/acessibilidade"><span>Acessibilidade</span></a>
  32 + </li>
  33 + <li id="siteaction-contraste">
  34 + <a href="#"><span>Alto Contraste</span></a>
  35 + </li>
  36 + <li id="siteaction-mapadosite">
  37 + <a href="/social/spb/mapa-do-site"><span>Mapa do site</span></a>
  38 + </li>
  39 + <!-- begin of user-menu -->
  40 + {% if not user.is_authenticated %}
  41 + <li class="dropdown hidden-xs hidden-lg">
  42 + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Acesso <b class="caret"></b></a>
  43 + <ul class="dropdown-menu">
  44 + {% trans 'Login' as login_text %}
  45 + <li><a href="{% url 'signup' %}">{% trans "Register" %}</a></li>
  46 + <li><a href="{% url 'login' %}">{% trans "Login" %}</a></li>
  47 + </ul>
  48 + </li>
  49 + {% trans 'Login' as login_text %}
  50 + <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'signup' %}">{% trans "Register" %}</a></li>
  51 + <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'login' %}">{% trans "Login" %}</a></li>
  52 + {% else %}
  53 + <li id="user-menu" class="dropdown">
  54 + <a href="#" class="dropdown-toggle user" data-toggle="dropdown">{% gravatar user.email 40 %} <b class="caret"></b>&nbsp;&nbsp;</a>
  55 + <ul class="dropdown-menu" role="menu">
  56 + <li>
  57 + <div class="wrapper">
  58 + <div class="thumbnail">{% gravatar user.email 100 %}</div>
  59 + <div class="user-info">
  60 + <span><b>{{ user.get_full_name }}</b></span>
  61 + <span class="quiet">{{ user.email }}</span>
  62 + </div>
  63 + <div>
  64 + <a class="btn btn-info pull-left" href="{% url 'user_profile' user.username %}">{% trans "My Profile" %}</a>
  65 + {% trans 'Logout' as logout_text %}
  66 + <a class="btn btn-default pull-right" href="{% url 'logout' %}"> {% trans "Logout" %}</a>
  67 + </div>
  68 + </div>
  69 + </li>
  70 + </ul>
  71 + </li> <!-- end of user-menu -->
  72 + {% endif %}
  73 + </ul>
  74 + </div>
  75 + </div> <!-- end of access-menu -->
  76 + <div class="row" id="spb-logo-search">
  77 + <div class="col-md-6 logo-box">
  78 + <div id="logo">
  79 + <a href="/" id="portal-logo">
  80 + <img class="img-responsive pull-left" src="{% static 'img/logo.svg' %}" />
  81 + </a>
  82 + </div>
  83 + </div>
  84 + <div class="col-md-6">
  85 + <div class="input-group box-search navbar-right">
  86 + <form action="{% url 'haystack_search' %}" method="GET" id="search-form" class="navbar-form" role="search">
  87 + <div class="form-group">
  88 + <label class="sr-only" for="header-searchbox">{% trans 'Search...' %}</label>
  89 + <input name="q" id="header-searchbox"
  90 + class="form-control" value="{{ request.GET.q }}"
  91 + type="search" placeholder="{% trans 'Search...' %}" />
  92 + </div>
  93 + <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
  94 + </form>
  95 + </div>
  96 + </div>
  97 + </div>
  98 + </div>
  99 + </div><!-- end of first-nav -->
  100 + <div id="second-nav">
  101 + <div class="container">
  102 + <div class="row">
  103 + <ul id="quick-links-sm" class="hidden-md hidden-lg">
  104 + <li id="link-faq">
  105 + <a href="/social/spb/ajuda">FAQ</a>
  106 + </li>
  107 + <li id="link-contact">
  108 + <a href="/social/spb/contato">Contato</a>
  109 + </li>
  110 + </ul>
  111 + <div class="navbar-header logo">
  112 + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  113 + <span class="icon-bar"></span>
  114 + <span class="icon-bar"></span>
  115 + <span class="icon-bar"></span>
  116 + </button>
  117 + </div>
  118 + <ul id="menu-spb" class="nav navbar-nav navbar-collapse collapse ">
  119 + <li>
  120 + <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a>
  121 + </li>
  122 + {% proxy_menu %}
  123 + </ul>
  124 + <ul id="quick-links" class="nav navbar-nav navbar-right hidden-xs hidden-sm">
  125 + <li id="link-faq">
  126 + <a href="/social/spb/ajuda">Perguntas Frequentes</a>
  127 + </li>
  128 + <li id="link-contact">
  129 + <a href="/social/spb/contato">Contato</a>
  130 + </li>
  131 + </ul>
  132 + </div>
  133 + </div>
  134 + </div>
  135 +</div>
  136 +</header>
... ...