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