Commit 9e3904b211142c46028bca2a510f62950f80df31
Exists in
header_footer
Refining footer's style and structure
Showing
5 changed files
with
1039 additions
and
567 deletions
Show diff stats
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-05-25 19:12+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" | ||
66 | +msgstr "" | ||
67 | + | ||
68 | +#: colab/accounts/forms.py:195 | ||
69 | +msgid "A user with that username already exists." | ||
58 | msgstr "" | 70 | msgstr "" |
59 | 71 | ||
60 | -#: accounts/forms.py:110 | ||
61 | -msgid "Password mismatch" | 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." | ||
84 | +msgstr "" | ||
85 | + | ||
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>." | ||
62 | msgstr "" | 95 | msgstr "" |
63 | 96 | ||
64 | -#: accounts/management/commands/delete_invalid.py:42 | 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." | ||
122 | +msgstr "" | ||
123 | + | ||
124 | +#: colab/accounts/forms.py:460 | ||
125 | +msgid "Old password" | ||
126 | +msgstr "" | ||
127 | + | ||
128 | +#: colab/accounts/forms.py:490 | ||
129 | +msgid "Password (again)" | ||
67 | msgstr "" | 130 | msgstr "" |
68 | 131 | ||
69 | -#: accounts/models.py:65 | 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:37 colab/templates/header.html.py:42 | ||
162 | +#: colab/templates/header.html:46 colab/templates/header.html.py:51 | ||
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:41 colab/templates/header.html.py:50 | ||
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,997 @@ msgid "" | @@ -269,802 +346,997 @@ 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?" | ||
361 | +msgstr "" | ||
362 | + | ||
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" | ||
278 | msgstr "" | 366 | msgstr "" |
279 | 367 | ||
280 | -#: accounts/views.py:149 | 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:" | ||
380 | +msgstr "" | ||
381 | + | ||
382 | +#: colab/accounts/templates/registration/password_reset_form_custom.html:37 | ||
383 | +msgid "Reset password" | ||
284 | msgstr "" | 384 | msgstr "" |
285 | 385 | ||
286 | -#: accounts/views.py:233 | 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 | +#: tests/plugins.d/gitlab.py:10 | ||
494 | +msgid "Code" | ||
495 | +msgstr "" | ||
496 | + | ||
497 | +#: colab/proxy/gitlab/apps.py:14 tests/plugins.d/gitlab.py:12 | ||
498 | +msgid "Public Projects" | ||
499 | +msgstr "" | ||
500 | + | ||
501 | +#: colab/proxy/gitlab/apps.py:17 colab/proxy/noosfero/apps.py:18 | ||
502 | +#: tests/plugins.d/gitlab.py:15 | ||
503 | +msgid "Profile" | ||
504 | +msgstr "" | ||
505 | + | ||
506 | +#: colab/proxy/gitlab/apps.py:18 tests/plugins.d/gitlab.py:16 | ||
507 | +msgid "New Project" | ||
508 | +msgstr "" | ||
509 | + | ||
510 | +#: colab/proxy/gitlab/apps.py:19 tests/plugins.d/gitlab.py:17 | ||
511 | +msgid "Projects" | ||
512 | +msgstr "" | ||
513 | + | ||
514 | +#: colab/proxy/gitlab/apps.py:20 colab/templates/header.html:21 | ||
515 | +#: tests/plugins.d/gitlab.py:18 | ||
516 | +msgid "Groups" | ||
517 | +msgstr "" | ||
518 | + | ||
519 | +#: colab/proxy/gitlab/apps.py:21 tests/plugins.d/gitlab.py:19 | ||
520 | +msgid "Issues" | ||
521 | +msgstr "" | ||
522 | + | ||
523 | +#: colab/proxy/gitlab/apps.py:22 tests/plugins.d/gitlab.py:20 | ||
524 | +msgid "Merge Requests" | ||
525 | +msgstr "" | ||
526 | + | ||
527 | +#: colab/proxy/gitlab/models.py:23 | ||
528 | +msgid "Gitlab Project" | ||
529 | +msgstr "" | ||
530 | + | ||
531 | +#: colab/proxy/gitlab/models.py:24 | ||
532 | +msgid "Gitlab Projects" | ||
533 | +msgstr "" | ||
534 | + | ||
535 | +#: colab/proxy/gitlab/models.py:59 | ||
536 | +msgid "Gitlab Merge Request" | ||
537 | +msgstr "" | ||
538 | + | ||
539 | +#: colab/proxy/gitlab/models.py:60 | ||
540 | +msgid "Gitlab Merge Requests" | ||
541 | +msgstr "" | ||
542 | + | ||
543 | +#: colab/proxy/gitlab/models.py:87 | ||
544 | +msgid "Gitlab Issue" | ||
545 | +msgstr "" | ||
546 | + | ||
547 | +#: colab/proxy/gitlab/models.py:88 | ||
548 | +msgid "Gitlab Issues" | ||
549 | +msgstr "" | ||
550 | + | ||
551 | +#: colab/proxy/gitlab/models.py:142 colab/proxy/gitlab/models.py:143 | ||
552 | +msgid "Gitlab Comments" | ||
553 | +msgstr "" | ||
554 | + | ||
555 | +#: colab/proxy/jenkins/apps.py:14 | ||
556 | +msgid "Continuos Integration" | ||
557 | +msgstr "" | ||
558 | + | ||
559 | +#: colab/proxy/noosfero/apps.py:12 | ||
560 | +msgid "Social" | ||
561 | +msgstr "" | ||
562 | + | ||
563 | +#: colab/proxy/noosfero/apps.py:14 | ||
564 | +msgid "Users" | ||
565 | +msgstr "" | ||
566 | + | ||
567 | +#: colab/proxy/noosfero/apps.py:15 | ||
568 | +msgid "Communities" | ||
569 | +msgstr "" | ||
570 | + | ||
571 | +#: colab/proxy/noosfero/apps.py:19 | ||
572 | +msgid "Control panel" | ||
573 | +msgstr "" | ||
574 | + | ||
575 | +#: colab/proxy/trac/apps.py:14 | ||
576 | +msgid "Timeline" | ||
577 | +msgstr "" | ||
578 | + | ||
579 | +#: colab/proxy/trac/apps.py:15 | ||
580 | +#: colab/search/templates/search/includes/search_filters.html:118 | ||
581 | +#: colab/templates/open-data.html:130 | ||
582 | +msgid "Wiki" | ||
583 | +msgstr "" | ||
584 | + | ||
585 | +#: colab/proxy/trac/apps.py:16 | ||
586 | +msgid "View Tickets" | ||
587 | +msgstr "" | ||
588 | + | ||
589 | +#: colab/proxy/trac/apps.py:17 | ||
590 | +msgid "Roadmap" | ||
591 | +msgstr "" | ||
592 | + | ||
593 | +#: colab/proxy/trac/apps.py:18 | ||
594 | +msgid "Browse Source" | ||
595 | +msgstr "" | ||
596 | + | ||
597 | +#: colab/proxy/trac/apps.py:21 | ||
598 | +msgid "New Ticket" | ||
599 | +msgstr "" | ||
600 | + | ||
601 | +#: colab/proxy/trac/apps.py:22 | ||
602 | +msgid "New Wiki Page" | ||
603 | +msgstr "" | ||
604 | + | ||
605 | +#: colab/rss/feeds.py:13 | ||
380 | msgid "Latest Discussions" | 606 | msgid "Latest Discussions" |
381 | msgstr "" | 607 | msgstr "" |
382 | 608 | ||
383 | -#: rss/feeds.py:32 | 609 | +#: colab/rss/feeds.py:32 |
384 | msgid "Discussions Most Relevance" | 610 | msgid "Discussions Most Relevance" |
385 | msgstr "" | 611 | msgstr "" |
386 | 612 | ||
387 | -#: rss/feeds.py:51 | 613 | +#: colab/rss/feeds.py:51 |
388 | msgid "Latest collaborations" | 614 | msgid "Latest collaborations" |
389 | msgstr "" | 615 | msgstr "" |
390 | 616 | ||
391 | -#: search/forms.py:16 search/templates/search/search.html:46 | ||
392 | -#: templates/base.html:171 | 617 | +#: colab/search/forms.py:15 colab/search/templates/search/search.html:46 |
618 | +#: colab/templates/header.html:27 | ||
393 | msgid "Search" | 619 | msgid "Search" |
394 | msgstr "" | 620 | msgstr "" |
395 | 621 | ||
396 | -#: search/forms.py:19 search/views.py:22 | 622 | +#: colab/search/forms.py:18 colab/search/views.py:22 |
397 | msgid "Author" | 623 | msgid "Author" |
398 | msgstr "" | 624 | msgstr "" |
399 | 625 | ||
400 | -#: search/forms.py:20 | 626 | +#: colab/search/forms.py:19 |
401 | msgid "Modified by" | 627 | msgid "Modified by" |
402 | msgstr "" | 628 | msgstr "" |
403 | 629 | ||
404 | -#: search/forms.py:22 | 630 | +#: colab/search/forms.py:21 |
405 | msgid "Status" | 631 | msgid "Status" |
406 | msgstr "" | 632 | msgstr "" |
407 | 633 | ||
408 | -#: search/forms.py:26 search/views.py:25 | 634 | +#: colab/search/forms.py:25 colab/search/views.py:25 |
409 | msgid "Mailinglist" | 635 | msgid "Mailinglist" |
410 | msgstr "" | 636 | msgstr "" |
411 | 637 | ||
412 | -#: search/forms.py:30 | 638 | +#: colab/search/forms.py:29 |
413 | msgid "Milestone" | 639 | msgid "Milestone" |
414 | msgstr "" | 640 | msgstr "" |
415 | 641 | ||
416 | -#: search/forms.py:31 | 642 | +#: colab/search/forms.py:30 |
417 | msgid "Priority" | 643 | msgid "Priority" |
418 | msgstr "" | 644 | msgstr "" |
419 | 645 | ||
420 | -#: search/forms.py:32 | 646 | +#: colab/search/forms.py:31 |
421 | msgid "Component" | 647 | msgid "Component" |
422 | msgstr "" | 648 | msgstr "" |
423 | 649 | ||
424 | -#: search/forms.py:33 | 650 | +#: colab/search/forms.py:32 |
425 | msgid "Severity" | 651 | msgid "Severity" |
426 | msgstr "" | 652 | msgstr "" |
427 | 653 | ||
428 | -#: search/forms.py:34 | 654 | +#: colab/search/forms.py:33 |
429 | msgid "Reporter" | 655 | msgid "Reporter" |
430 | msgstr "" | 656 | msgstr "" |
431 | 657 | ||
432 | -#: search/forms.py:35 | 658 | +#: colab/search/forms.py:34 |
433 | msgid "Keywords" | 659 | msgid "Keywords" |
434 | msgstr "" | 660 | msgstr "" |
435 | 661 | ||
436 | -#: search/forms.py:36 | 662 | +#: colab/search/forms.py:35 |
437 | msgid "Collaborators" | 663 | msgid "Collaborators" |
438 | msgstr "" | 664 | msgstr "" |
439 | 665 | ||
440 | -#: search/forms.py:37 templates/base.html:103 | 666 | +#: colab/search/forms.py:36 |
441 | msgid "Repository" | 667 | msgid "Repository" |
442 | msgstr "" | 668 | msgstr "" |
443 | 669 | ||
444 | -#: search/forms.py:38 | ||
445 | -msgid "Username" | ||
446 | -msgstr "" | ||
447 | - | ||
448 | -#: search/forms.py:39 | 670 | +#: colab/search/forms.py:38 |
449 | msgid "Name" | 671 | msgid "Name" |
450 | msgstr "" | 672 | msgstr "" |
451 | 673 | ||
452 | -#: search/forms.py:40 | 674 | +#: colab/search/forms.py:39 |
453 | msgid "Institution" | 675 | msgid "Institution" |
454 | msgstr "" | 676 | msgstr "" |
455 | 677 | ||
456 | -#: search/forms.py:41 | 678 | +#: colab/search/forms.py:40 |
457 | msgid "Role" | 679 | msgid "Role" |
458 | msgstr "" | 680 | msgstr "" |
459 | 681 | ||
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 | 682 | +#: colab/search/forms.py:41 |
683 | +#: colab/search/templates/search/includes/search_filters.html:154 | ||
684 | +#: colab/search/templates/search/includes/search_filters.html:156 | ||
685 | +#: colab/search/templates/search/includes/search_filters.html:188 | ||
686 | +#: colab/search/templates/search/includes/search_filters.html:189 | ||
464 | msgid "Since" | 687 | msgid "Since" |
465 | msgstr "" | 688 | msgstr "" |
466 | 689 | ||
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 | 690 | +#: colab/search/forms.py:42 |
691 | +#: colab/search/templates/search/includes/search_filters.html:163 | ||
692 | +#: colab/search/templates/search/includes/search_filters.html:165 | ||
693 | +#: colab/search/templates/search/includes/search_filters.html:192 | ||
694 | +#: colab/search/templates/search/includes/search_filters.html:193 | ||
471 | msgid "Until" | 695 | msgid "Until" |
472 | msgstr "" | 696 | msgstr "" |
473 | 697 | ||
474 | -#: search/forms.py:44 | 698 | +#: colab/search/forms.py:43 |
475 | msgid "Filename" | 699 | msgid "Filename" |
476 | msgstr "" | 700 | msgstr "" |
477 | 701 | ||
478 | -#: search/forms.py:45 | 702 | +#: colab/search/forms.py:44 |
479 | msgid "Used by" | 703 | msgid "Used by" |
480 | msgstr "" | 704 | msgstr "" |
481 | 705 | ||
482 | -#: search/forms.py:46 | 706 | +#: colab/search/forms.py:45 |
483 | msgid "File type" | 707 | msgid "File type" |
484 | msgstr "" | 708 | msgstr "" |
485 | 709 | ||
486 | -#: search/forms.py:47 | 710 | +#: colab/search/forms.py:46 |
487 | msgid "Size" | 711 | msgid "Size" |
488 | msgstr "" | 712 | msgstr "" |
489 | 713 | ||
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 | 714 | +#: colab/search/templates/search/includes/search_filters.html:5 |
715 | +#: colab/search/templates/search/includes/search_filters.html:33 | ||
716 | +#: colab/search/templates/search/includes/search_filters.html:51 | ||
717 | +#: colab/search/templates/search/includes/search_filters.html:69 | ||
494 | msgid "Remove filter" | 718 | msgid "Remove filter" |
495 | msgstr "" | 719 | msgstr "" |
496 | 720 | ||
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 | 721 | +#: colab/search/templates/search/includes/search_filters.html:88 |
722 | +#: colab/search/templates/search/includes/search_filters.html:174 | ||
723 | +#: colab/search/templates/search/includes/search_filters.html:198 | ||
500 | msgid "Filter" | 724 | msgid "Filter" |
501 | msgstr "" | 725 | msgstr "" |
502 | 726 | ||
503 | -#: search/templates/search/includes/search_filters.html:94 | 727 | +#: colab/search/templates/search/includes/search_filters.html:94 |
504 | msgid "Sort by" | 728 | msgid "Sort by" |
505 | msgstr "" | 729 | msgstr "" |
506 | 730 | ||
507 | -#: search/templates/search/includes/search_filters.html:111 | 731 | +#: colab/search/templates/search/includes/search_filters.html:111 |
508 | msgid "Types" | 732 | msgid "Types" |
509 | msgstr "" | 733 | msgstr "" |
510 | 734 | ||
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 | 735 | +#: colab/search/templates/search/includes/search_filters.html:126 |
517 | msgid "Changeset" | 736 | msgid "Changeset" |
518 | msgstr "" | 737 | msgstr "" |
519 | 738 | ||
520 | -#: search/templates/search/includes/search_filters.html:130 | 739 | +#: colab/search/templates/search/includes/search_filters.html:130 |
521 | msgid "User" | 740 | msgid "User" |
522 | msgstr "" | 741 | msgstr "" |
523 | 742 | ||
524 | -#: search/templates/search/includes/search_filters.html:134 | 743 | +#: colab/search/templates/search/includes/search_filters.html:134 |
525 | msgid "Attachment" | 744 | msgid "Attachment" |
526 | msgstr "" | 745 | msgstr "" |
527 | 746 | ||
528 | -#: search/templates/search/includes/search_filters.html:139 search/views.py:20 | 747 | +#: colab/search/templates/search/includes/search_filters.html:139 |
748 | +#: colab/search/views.py:20 | ||
529 | msgid "Discussion" | 749 | msgid "Discussion" |
530 | msgstr "" | 750 | msgstr "" |
531 | 751 | ||
532 | -#: search/templates/search/search.html:5 | 752 | +#: colab/search/templates/search/search.html:5 |
533 | msgid "search" | 753 | msgid "search" |
534 | msgstr "" | 754 | msgstr "" |
535 | 755 | ||
536 | -#: search/templates/search/search.html:51 | 756 | +#: colab/search/templates/search/search.html:51 |
537 | msgid "documents found" | 757 | msgid "documents found" |
538 | msgstr "" | 758 | msgstr "" |
539 | 759 | ||
540 | -#: search/templates/search/search.html:62 | 760 | +#: colab/search/templates/search/search.html:62 |
541 | msgid "Search here" | 761 | msgid "Search here" |
542 | msgstr "" | 762 | msgstr "" |
543 | 763 | ||
544 | -#: search/templates/search/search.html:74 | ||
545 | -#: search/templates/search/search.html:84 | 764 | +#: colab/search/templates/search/search.html:74 |
765 | +#: colab/search/templates/search/search.html:84 | ||
546 | msgid "Filters" | 766 | msgid "Filters" |
547 | msgstr "" | 767 | msgstr "" |
548 | 768 | ||
549 | -#: search/templates/search/search.html:105 | 769 | +#: colab/search/templates/search/search.html:105 |
550 | msgid "No results for your search." | 770 | msgid "No results for your search." |
551 | msgstr "" | 771 | msgstr "" |
552 | 772 | ||
553 | -#: search/templates/search/search.html:107 | 773 | +#: colab/search/templates/search/search.html:107 |
554 | msgid "You are searching for" | 774 | msgid "You are searching for" |
555 | msgstr "" | 775 | msgstr "" |
556 | 776 | ||
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 | 777 | +#: colab/settings.py:117 |
570 | msgid "English" | 778 | msgid "English" |
571 | msgstr "" | 779 | msgstr "" |
572 | 780 | ||
573 | -#: settings.py:116 | 781 | +#: colab/settings.py:118 |
574 | msgid "Portuguese" | 782 | msgid "Portuguese" |
575 | msgstr "" | 783 | msgstr "" |
576 | 784 | ||
577 | -#: settings.py:117 | 785 | +#: colab/settings.py:119 |
578 | msgid "Spanish" | 786 | msgid "Spanish" |
579 | msgstr "" | 787 | msgstr "" |
580 | 788 | ||
581 | -#: settings.py:140 | 789 | +#: colab/settings.py:142 |
582 | msgid "Recent activity" | 790 | msgid "Recent activity" |
583 | msgstr "" | 791 | msgstr "" |
584 | 792 | ||
585 | -#: settings.py:144 | 793 | +#: colab/settings.py:146 |
586 | msgid "Relevance" | 794 | msgid "Relevance" |
587 | msgstr "" | 795 | msgstr "" |
588 | 796 | ||
589 | -#: settings.py:153 | 797 | +#: colab/settings.py:155 |
590 | msgid "Document" | 798 | msgid "Document" |
591 | msgstr "" | 799 | msgstr "" |
592 | 800 | ||
593 | -#: settings.py:155 | 801 | +#: colab/settings.py:157 |
594 | msgid "Presentation" | 802 | msgid "Presentation" |
595 | msgstr "" | 803 | msgstr "" |
596 | 804 | ||
597 | -#: settings.py:156 | 805 | +#: colab/settings.py:158 |
598 | msgid "Text" | 806 | msgid "Text" |
599 | msgstr "" | 807 | msgstr "" |
600 | 808 | ||
601 | -#: settings.py:159 | 809 | +#: colab/settings.py:161 |
602 | msgid "Compressed" | 810 | msgid "Compressed" |
603 | msgstr "" | 811 | msgstr "" |
604 | 812 | ||
605 | -#: settings.py:162 | 813 | +#: colab/settings.py:164 |
606 | msgid "Spreadsheet" | 814 | msgid "Spreadsheet" |
607 | msgstr "" | 815 | msgstr "" |
608 | 816 | ||
609 | -#: settings.py:254 | 817 | +#: colab/settings.py:262 |
610 | msgid "Planet Colab" | 818 | msgid "Planet Colab" |
611 | msgstr "" | 819 | msgstr "" |
612 | 820 | ||
613 | -#: settings.py:255 | 821 | +#: colab/settings.py:263 |
614 | msgid "Colab blog aggregator" | 822 | msgid "Colab blog aggregator" |
615 | msgstr "" | 823 | msgstr "" |
616 | 824 | ||
617 | -#: settings.py:288 | 825 | +#: colab/settings.py:297 |
618 | msgid "One Time Snippet" | 826 | msgid "One Time Snippet" |
619 | msgstr "" | 827 | msgstr "" |
620 | 828 | ||
621 | -#: settings.py:289 | 829 | +#: colab/settings.py:298 |
622 | msgid "In one hour" | 830 | msgid "In one hour" |
623 | msgstr "" | 831 | msgstr "" |
624 | 832 | ||
625 | -#: settings.py:290 | 833 | +#: colab/settings.py:299 |
626 | msgid "In one week" | 834 | msgid "In one week" |
627 | msgstr "" | 835 | msgstr "" |
628 | 836 | ||
629 | -#: settings.py:291 | 837 | +#: colab/settings.py:300 |
630 | msgid "In one month" | 838 | msgid "In one month" |
631 | msgstr "" | 839 | msgstr "" |
632 | 840 | ||
633 | -#: settings.py:292 | 841 | +#: colab/settings.py:301 |
634 | msgid "Never" | 842 | msgid "Never" |
635 | msgstr "" | 843 | msgstr "" |
636 | 844 | ||
637 | -#: templates/404.html:5 | 845 | +#: colab/templates/404.html:5 |
638 | msgid "Not found. Keep searching! :)" | 846 | msgid "Not found. Keep searching! :)" |
639 | msgstr "" | 847 | msgstr "" |
640 | 848 | ||
641 | -#: templates/500.html:2 | 849 | +#: colab/templates/500.html:2 |
642 | msgid "Ooopz... something went wrong!" | 850 | msgid "Ooopz... something went wrong!" |
643 | msgstr "" | 851 | msgstr "" |
644 | 852 | ||
645 | -#: templates/base.html:87 | ||
646 | -msgid "Timeline" | 853 | +#: colab/templates/base.html:82 |
854 | +msgid "The login has failed. Please, try again." | ||
647 | msgstr "" | 855 | msgstr "" |
648 | 856 | ||
649 | -#: templates/base.html:92 templates/base.html.py:110 | ||
650 | -msgid "Groups" | 857 | +#: colab/templates/dpaste/snippet_details.html:37 |
858 | +msgid "Compare" | ||
651 | msgstr "" | 859 | msgstr "" |
652 | 860 | ||
653 | -#: templates/base.html:97 | ||
654 | -msgid "Blogs" | 861 | +#: colab/templates/dpaste/snippet_details.html:47 |
862 | +#, python-format | ||
863 | +msgid "Expires in: %(date)s" | ||
655 | msgstr "" | 864 | msgstr "" |
656 | 865 | ||
657 | -#: templates/base.html:105 | ||
658 | -msgid "Public Projects" | 866 | +#: colab/templates/dpaste/snippet_details.html:49 |
867 | +msgid "Snippet never expires" | ||
659 | msgstr "" | 868 | msgstr "" |
660 | 869 | ||
661 | -#: templates/base.html:107 templates/base.html.py:136 | ||
662 | -msgid "Profile" | 870 | +#: colab/templates/dpaste/snippet_details.html:51 |
871 | +msgid "One-time snippet" | ||
663 | msgstr "" | 872 | msgstr "" |
664 | 873 | ||
665 | -#: templates/base.html:108 | ||
666 | -msgid "New Project" | 874 | +#: colab/templates/dpaste/snippet_details.html:56 |
875 | +msgid "Really delete this snippet?" | ||
667 | msgstr "" | 876 | msgstr "" |
668 | 877 | ||
669 | -#: templates/base.html:109 | ||
670 | -msgid "Projects" | 878 | +#: colab/templates/dpaste/snippet_details.html:58 |
879 | +msgid "Delete Now" | ||
671 | msgstr "" | 880 | msgstr "" |
672 | 881 | ||
673 | -#: templates/base.html:111 | ||
674 | -msgid "Issues" | 882 | +#: colab/templates/dpaste/snippet_details.html:63 |
883 | +#: colab/templates/dpaste/snippet_details.html:65 | ||
884 | +msgid "Compare Snippets" | ||
675 | msgstr "" | 885 | msgstr "" |
676 | 886 | ||
677 | -#: templates/base.html:112 | ||
678 | -msgid "Merge Requests" | 887 | +#: colab/templates/dpaste/snippet_details.html:69 |
888 | +#: colab/templates/dpaste/snippet_details.html:71 | ||
889 | +msgid "View Raw" | ||
679 | msgstr "" | 890 | msgstr "" |
680 | 891 | ||
681 | -#: templates/base.html:120 | ||
682 | -msgid "Social" | 892 | +#: colab/templates/dpaste/snippet_details.html:75 |
893 | +msgid "Gist" | ||
683 | msgstr "" | 894 | msgstr "" |
684 | 895 | ||
685 | -#: templates/base.html:125 | ||
686 | -msgid "Users" | 896 | +#: colab/templates/dpaste/snippet_details.html:88 |
897 | +msgid "This is a one-time snippet." | ||
687 | msgstr "" | 898 | msgstr "" |
688 | 899 | ||
689 | -#: templates/base.html:130 | ||
690 | -msgid "Communities" | 900 | +#: colab/templates/dpaste/snippet_details.html:90 |
901 | +msgid "It will automatically get deleted after {{ remaining }} further views." | ||
691 | msgstr "" | 902 | msgstr "" |
692 | 903 | ||
693 | -#: templates/base.html:141 | ||
694 | -msgid "Control panel" | 904 | +#: colab/templates/dpaste/snippet_details.html:92 |
905 | +msgid "It will automatically get deleted after the next view." | ||
695 | msgstr "" | 906 | msgstr "" |
696 | 907 | ||
697 | -#: templates/base.html:150 | ||
698 | -msgid "Contribute" | 908 | +#: colab/templates/dpaste/snippet_details.html:94 |
909 | +msgid "It cannot be viewed again." | ||
699 | msgstr "" | 910 | msgstr "" |
700 | 911 | ||
701 | -#: templates/base.html:154 | ||
702 | -msgid "New Wiki Page" | 912 | +#: colab/templates/dpaste/snippet_details.html:109 |
913 | +msgid "Reply to this snippet" | ||
703 | msgstr "" | 914 | msgstr "" |
704 | 915 | ||
705 | -#: templates/base.html:156 | ||
706 | -msgid "View Tickets" | 916 | +#: colab/templates/dpaste/snippet_diff.html:5 |
917 | +#, python-format | ||
918 | +msgid "" | ||
919 | +"\n" | ||
920 | +" Diff between <a href=\"%(filea_url)s\">#%(filea_id)s</a> and <a href=" | ||
921 | +"\"%(fileb_url)s\">#%(fileb_id)s</a>\n" | ||
922 | +" " | ||
707 | msgstr "" | 923 | msgstr "" |
708 | 924 | ||
709 | -#: templates/base.html:158 | ||
710 | -msgid "New Ticket" | 925 | +#: colab/templates/dpaste/snippet_form.html:28 |
926 | +msgid "Paste it" | ||
711 | msgstr "" | 927 | msgstr "" |
712 | 928 | ||
713 | -#: templates/base.html:160 | ||
714 | -msgid "Roadmap" | 929 | +#: colab/templates/footer.html:8 |
930 | +msgid "Back to top" | ||
715 | msgstr "" | 931 | msgstr "" |
716 | 932 | ||
717 | -#: templates/base.html:163 | ||
718 | -msgid "Browse Source" | 933 | +#: colab/templates/footer.html:15 |
934 | +msgid "Topics" | ||
719 | msgstr "" | 935 | msgstr "" |
720 | 936 | ||
721 | -#: templates/base.html:165 | ||
722 | -msgid "Continuous Integration" | 937 | +#: colab/templates/footer.html:16 |
938 | +msgid "SPB" | ||
723 | msgstr "" | 939 | msgstr "" |
724 | 940 | ||
725 | -#: templates/base.html:201 | ||
726 | -msgid "My Profile" | 941 | +#: colab/templates/footer.html:17 |
942 | +msgid "SISP-SPB" | ||
727 | msgstr "" | 943 | msgstr "" |
728 | 944 | ||
729 | -#: templates/base.html:202 | ||
730 | -msgid "Logout" | 945 | +#: colab/templates/footer.html:18 |
946 | +msgid "AvaliaSPB" | ||
731 | msgstr "" | 947 | msgstr "" |
732 | 948 | ||
733 | -#: templates/base.html:214 templates/base.html.py:217 | ||
734 | -msgid "Search here..." | 949 | +#: colab/templates/footer.html:20 |
950 | +msgid "5cQualiBr" | ||
735 | msgstr "" | 951 | msgstr "" |
736 | 952 | ||
737 | -#: templates/base.html:231 | ||
738 | -msgid "The login has failed. Please, try again." | 953 | +#: colab/templates/footer.html:23 |
954 | +msgid "Services" | ||
955 | +msgstr "" | ||
956 | + | ||
957 | +#: colab/templates/footer.html:25 | ||
958 | +msgid "Frequently Asked Questions" | ||
959 | +msgstr "" | ||
960 | + | ||
961 | +#: colab/templates/footer.html:28 | ||
962 | +msgid "Contact" | ||
963 | +msgstr "" | ||
964 | + | ||
965 | +#: colab/templates/footer.html:31 | ||
966 | +msgid " [Denomination's] services" | ||
967 | +msgstr "" | ||
968 | + | ||
969 | +#: colab/templates/footer.html:34 | ||
970 | +msgid "Open data" | ||
739 | msgstr "" | 971 | msgstr "" |
740 | 972 | ||
741 | -#: templates/base.html:256 | ||
742 | -msgid "Last email imported at" | 973 | +#: colab/templates/footer.html:37 |
974 | +msgid "Press area" | ||
743 | msgstr "" | 975 | msgstr "" |
744 | 976 | ||
745 | -#: templates/base.html:263 | ||
746 | -msgid "The contents of this site is published under license" | 977 | +#: colab/templates/footer.html:41 |
978 | +msgid "Social networks" | ||
747 | msgstr "" | 979 | msgstr "" |
748 | 980 | ||
749 | -#: templates/base.html:266 | ||
750 | -msgid "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" | 981 | +#: colab/templates/footer.html:57 |
982 | +msgid "What is it?" | ||
983 | +msgstr "" | ||
984 | + | ||
985 | +#: colab/templates/footer.html:58 | ||
986 | +msgid "Subscribe" | ||
987 | +msgstr "" | ||
988 | + | ||
989 | +#: colab/templates/footer.html:61 | ||
990 | +msgid "Navigation" | ||
991 | +msgstr "" | ||
992 | + | ||
993 | +#: colab/templates/footer.html:62 | ||
994 | +msgid "Accessibility" | ||
995 | +msgstr "" | ||
996 | + | ||
997 | +#: colab/templates/footer.html:63 | ||
998 | +msgid "Site map" | ||
999 | +msgstr "" | ||
1000 | + | ||
1001 | +#: colab/templates/footer.html:73 | ||
1002 | +msgid "Information access" | ||
1003 | +msgstr "" | ||
1004 | + | ||
1005 | +#: colab/templates/footer.html:76 | ||
1006 | +msgid "Republic Presidency General Secretary" | ||
1007 | +msgstr "" | ||
1008 | + | ||
1009 | +#: colab/templates/footer.html:76 | ||
1010 | +msgid "Brazil - Federal Government" | ||
1011 | +msgstr "" | ||
1012 | + | ||
1013 | +#: colab/templates/header.html:65 | ||
1014 | +msgid "My Profile" | ||
1015 | +msgstr "" | ||
1016 | + | ||
1017 | +#: colab/templates/header.html:66 colab/templates/header.html.py:70 | ||
1018 | +msgid "Logout" | ||
1019 | +msgstr "" | ||
1020 | + | ||
1021 | +#: colab/templates/header.html:82 colab/templates/header.html.py:85 | ||
1022 | +msgid "Search here..." | ||
751 | msgstr "" | 1023 | msgstr "" |
752 | 1024 | ||
753 | -#: templates/home.html:17 | 1025 | +#: colab/templates/home.html:17 |
754 | msgid "Latest Collaborations" | 1026 | msgid "Latest Collaborations" |
755 | msgstr "" | 1027 | msgstr "" |
756 | 1028 | ||
757 | -#: templates/home.html:21 | 1029 | +#: colab/templates/home.html:21 |
758 | msgid "RSS - Latest collaborations" | 1030 | msgid "RSS - Latest collaborations" |
759 | msgstr "" | 1031 | msgstr "" |
760 | 1032 | ||
761 | -#: templates/home.html:30 | 1033 | +#: colab/templates/home.html:30 |
762 | msgid "View more collaborations..." | 1034 | msgid "View more collaborations..." |
763 | msgstr "" | 1035 | msgstr "" |
764 | 1036 | ||
765 | -#: templates/home.html:37 | 1037 | +#: colab/templates/home.html:37 |
766 | msgid "Collaboration Graph" | 1038 | msgid "Collaboration Graph" |
767 | msgstr "" | 1039 | msgstr "" |
768 | 1040 | ||
769 | -#: templates/home.html:48 | 1041 | +#: colab/templates/home.html:48 |
770 | msgid "Most Relevant Threads" | 1042 | msgid "Most Relevant Threads" |
771 | msgstr "" | 1043 | msgstr "" |
772 | 1044 | ||
773 | -#: templates/home.html:52 | 1045 | +#: colab/templates/home.html:52 |
774 | msgid "RSS - Most Relevant Threads" | 1046 | msgid "RSS - Most Relevant Threads" |
775 | msgstr "" | 1047 | msgstr "" |
776 | 1048 | ||
777 | -#: templates/home.html:60 templates/home.html.py:79 | 1049 | +#: colab/templates/home.html:60 colab/templates/home.html.py:79 |
778 | msgid "View more discussions..." | 1050 | msgid "View more discussions..." |
779 | msgstr "" | 1051 | msgstr "" |
780 | 1052 | ||
781 | -#: templates/home.html:67 | 1053 | +#: colab/templates/home.html:67 |
782 | msgid "Latest Threads" | 1054 | msgid "Latest Threads" |
783 | msgstr "" | 1055 | msgstr "" |
784 | 1056 | ||
785 | -#: templates/home.html:71 | 1057 | +#: colab/templates/home.html:71 |
786 | msgid "RSS - Latest Threads" | 1058 | msgid "RSS - Latest Threads" |
787 | msgstr "" | 1059 | msgstr "" |
788 | 1060 | ||
789 | -#: templates/open-data.html:6 | 1061 | +#: colab/templates/open-data.html:6 |
790 | msgid "OpenData - Communities" | 1062 | msgid "OpenData - Communities" |
791 | msgstr "" | 1063 | msgstr "" |
792 | 1064 | ||
793 | -#: templates/open-data.html:7 | 1065 | +#: colab/templates/open-data.html:7 |
794 | msgid "" | 1066 | msgid "" |
795 | "If you are interested in any other data that is not provided by this API, " | 1067 | "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 " | 1068 | "please contact us via the ticketing system (you must be registered in order " |
797 | "to create a ticket)." | 1069 | "to create a ticket)." |
798 | msgstr "" | 1070 | msgstr "" |
799 | 1071 | ||
800 | -#: templates/open-data.html:9 | 1072 | +#: colab/templates/open-data.html:9 |
801 | msgid "Retrieving data via API" | 1073 | msgid "Retrieving data via API" |
802 | msgstr "" | 1074 | msgstr "" |
803 | 1075 | ||
804 | -#: templates/open-data.html:10 | 1076 | +#: colab/templates/open-data.html:10 |
805 | msgid "Colab API works through HTTP/REST, always returning JSON objects." | 1077 | msgid "Colab API works through HTTP/REST, always returning JSON objects." |
806 | msgstr "" | 1078 | msgstr "" |
807 | 1079 | ||
808 | -#: templates/open-data.html:12 | 1080 | +#: colab/templates/open-data.html:12 |
809 | msgid "The base API URL is" | 1081 | msgid "The base API URL is" |
810 | msgstr "" | 1082 | msgstr "" |
811 | 1083 | ||
812 | -#: templates/open-data.html:19 | 1084 | +#: colab/templates/open-data.html:19 |
813 | msgid "" | 1085 | msgid "" |
814 | "Each model listed below has a resource_uri field available, which is the " | 1086 | "Each model listed below has a resource_uri field available, which is the " |
815 | "object's data URI." | 1087 | "object's data URI." |
816 | msgstr "" | 1088 | msgstr "" |
817 | 1089 | ||
818 | -#: templates/open-data.html:20 | 1090 | +#: colab/templates/open-data.html:20 |
819 | msgid "" | 1091 | msgid "" |
820 | "The following list contains the available models to retrieve data and its " | 1092 | "The following list contains the available models to retrieve data and its " |
821 | "fields available for filtering" | 1093 | "fields available for filtering" |
822 | msgstr "" | 1094 | msgstr "" |
823 | 1095 | ||
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 | 1096 | +#: colab/templates/open-data.html:24 colab/templates/open-data.html.py:39 |
1097 | +#: colab/templates/open-data.html:50 colab/templates/open-data.html.py:62 | ||
1098 | +#: colab/templates/open-data.html:74 colab/templates/open-data.html.py:95 | ||
827 | msgid "Fields" | 1099 | msgid "Fields" |
828 | msgstr "" | 1100 | msgstr "" |
829 | 1101 | ||
830 | -#: templates/open-data.html:25 | 1102 | +#: colab/templates/open-data.html:25 |
831 | msgid "" | 1103 | msgid "" |
832 | "The email field is not shown for user's privacy, but you can use it to filter" | 1104 | "The email field is not shown for user's privacy, but you can use it to filter" |
833 | msgstr "" | 1105 | msgstr "" |
834 | 1106 | ||
835 | -#: templates/open-data.html:27 | 1107 | +#: colab/templates/open-data.html:27 |
836 | msgid "The user's username" | 1108 | msgid "The user's username" |
837 | msgstr "" | 1109 | msgstr "" |
838 | 1110 | ||
839 | -#: templates/open-data.html:28 | 1111 | +#: colab/templates/open-data.html:28 |
840 | msgid "The user's email address" | 1112 | msgid "The user's email address" |
841 | msgstr "" | 1113 | msgstr "" |
842 | 1114 | ||
843 | -#: templates/open-data.html:29 | 1115 | +#: colab/templates/open-data.html:29 |
844 | msgid "What is the user's institution" | 1116 | msgid "What is the user's institution" |
845 | msgstr "" | 1117 | msgstr "" |
846 | 1118 | ||
847 | -#: templates/open-data.html:30 | 1119 | +#: colab/templates/open-data.html:30 |
848 | msgid "What is the user's role" | 1120 | msgid "What is the user's role" |
849 | msgstr "" | 1121 | msgstr "" |
850 | 1122 | ||
851 | -#: templates/open-data.html:31 | 1123 | +#: colab/templates/open-data.html:31 |
852 | msgid "The user's first name" | 1124 | msgid "The user's first name" |
853 | msgstr "" | 1125 | msgstr "" |
854 | 1126 | ||
855 | -#: templates/open-data.html:32 | 1127 | +#: colab/templates/open-data.html:32 |
856 | msgid "The user's last name" | 1128 | msgid "The user's last name" |
857 | msgstr "" | 1129 | msgstr "" |
858 | 1130 | ||
859 | -#: templates/open-data.html:33 | 1131 | +#: colab/templates/open-data.html:33 |
860 | msgid "A mini bio of the user" | 1132 | msgid "A mini bio of the user" |
861 | msgstr "" | 1133 | msgstr "" |
862 | 1134 | ||
863 | -#: templates/open-data.html:40 | 1135 | +#: colab/templates/open-data.html:40 |
864 | msgid "" | 1136 | msgid "" |
865 | "The address field is not shown for user's privacy, but you can use it to " | 1137 | "The address field is not shown for user's privacy, but you can use it to " |
866 | "filter" | 1138 | "filter" |
867 | msgstr "" | 1139 | msgstr "" |
868 | 1140 | ||
869 | -#: templates/open-data.html:42 | 1141 | +#: colab/templates/open-data.html:42 |
870 | msgid "It has a relationshop with the user described above" | 1142 | msgid "It has a relationshop with the user described above" |
871 | msgstr "" | 1143 | msgstr "" |
872 | 1144 | ||
873 | -#: templates/open-data.html:43 | 1145 | +#: colab/templates/open-data.html:43 |
874 | msgid "An email address" | 1146 | msgid "An email address" |
875 | msgstr "" | 1147 | msgstr "" |
876 | 1148 | ||
877 | -#: templates/open-data.html:44 | 1149 | +#: colab/templates/open-data.html:44 |
878 | msgid "The user's real name" | 1150 | msgid "The user's real name" |
879 | msgstr "" | 1151 | msgstr "" |
880 | 1152 | ||
881 | -#: templates/open-data.html:52 | 1153 | +#: colab/templates/open-data.html:52 |
882 | msgid "It has a relationship with the emailaddress described above" | 1154 | msgid "It has a relationship with the emailaddress described above" |
883 | msgstr "" | 1155 | msgstr "" |
884 | 1156 | ||
885 | -#: templates/open-data.html:53 | 1157 | +#: colab/templates/open-data.html:53 |
886 | msgid "The message's body" | 1158 | msgid "The message's body" |
887 | msgstr "" | 1159 | msgstr "" |
888 | 1160 | ||
889 | -#: templates/open-data.html:54 | 1161 | +#: colab/templates/open-data.html:54 |
890 | msgid "The message's subject" | 1162 | msgid "The message's subject" |
891 | msgstr "" | 1163 | msgstr "" |
892 | 1164 | ||
893 | -#: templates/open-data.html:55 | 1165 | +#: colab/templates/open-data.html:55 |
894 | msgid "The message's id" | 1166 | msgid "The message's id" |
895 | msgstr "" | 1167 | msgstr "" |
896 | 1168 | ||
897 | -#: templates/open-data.html:56 | 1169 | +#: colab/templates/open-data.html:56 |
898 | msgid "The message's received time" | 1170 | msgid "The message's received time" |
899 | msgstr "" | 1171 | msgstr "" |
900 | 1172 | ||
901 | -#: templates/open-data.html:64 | 1173 | +#: colab/templates/open-data.html:64 |
902 | msgid "The revision's author username" | 1174 | msgid "The revision's author username" |
903 | msgstr "" | 1175 | msgstr "" |
904 | 1176 | ||
905 | -#: templates/open-data.html:65 | 1177 | +#: colab/templates/open-data.html:65 |
906 | msgid "When the revision's were created" | 1178 | msgid "When the revision's were created" |
907 | msgstr "" | 1179 | msgstr "" |
908 | 1180 | ||
909 | -#: templates/open-data.html:66 | 1181 | +#: colab/templates/open-data.html:66 |
910 | msgid "The revision's key" | 1182 | msgid "The revision's key" |
911 | msgstr "" | 1183 | msgstr "" |
912 | 1184 | ||
913 | -#: templates/open-data.html:67 | 1185 | +#: colab/templates/open-data.html:67 |
914 | msgid "The revision's message" | 1186 | msgid "The revision's message" |
915 | msgstr "" | 1187 | msgstr "" |
916 | 1188 | ||
917 | -#: templates/open-data.html:68 | 1189 | +#: colab/templates/open-data.html:68 |
918 | msgid "The revision's repository name" | 1190 | msgid "The revision's repository name" |
919 | msgstr "" | 1191 | msgstr "" |
920 | 1192 | ||
921 | -#: templates/open-data.html:76 | 1193 | +#: colab/templates/open-data.html:76 |
922 | msgid "The ticket's author username" | 1194 | msgid "The ticket's author username" |
923 | msgstr "" | 1195 | msgstr "" |
924 | 1196 | ||
925 | -#: templates/open-data.html:77 | 1197 | +#: colab/templates/open-data.html:77 |
926 | msgid "The ticket's component" | 1198 | msgid "The ticket's component" |
927 | msgstr "" | 1199 | msgstr "" |
928 | 1200 | ||
929 | -#: templates/open-data.html:78 | 1201 | +#: colab/templates/open-data.html:78 |
930 | msgid "When the ticket's were created" | 1202 | msgid "When the ticket's were created" |
931 | msgstr "" | 1203 | msgstr "" |
932 | 1204 | ||
933 | -#: templates/open-data.html:79 | 1205 | +#: colab/templates/open-data.html:79 |
934 | msgid "The ticket's description" | 1206 | msgid "The ticket's description" |
935 | msgstr "" | 1207 | msgstr "" |
936 | 1208 | ||
937 | -#: templates/open-data.html:80 | 1209 | +#: colab/templates/open-data.html:80 |
938 | msgid "The ticket's id" | 1210 | msgid "The ticket's id" |
939 | msgstr "" | 1211 | msgstr "" |
940 | 1212 | ||
941 | -#: templates/open-data.html:81 | 1213 | +#: colab/templates/open-data.html:81 |
942 | msgid "The ticket's keywords" | 1214 | msgid "The ticket's keywords" |
943 | msgstr "" | 1215 | msgstr "" |
944 | 1216 | ||
945 | -#: templates/open-data.html:82 | 1217 | +#: colab/templates/open-data.html:82 |
946 | msgid "The ticket's milestone" | 1218 | msgid "The ticket's milestone" |
947 | msgstr "" | 1219 | msgstr "" |
948 | 1220 | ||
949 | -#: templates/open-data.html:83 templates/open-data.html.py:99 | 1221 | +#: colab/templates/open-data.html:83 colab/templates/open-data.html.py:99 |
950 | msgid "The time of the last modification" | 1222 | msgid "The time of the last modification" |
951 | msgstr "" | 1223 | msgstr "" |
952 | 1224 | ||
953 | -#: templates/open-data.html:84 | 1225 | +#: colab/templates/open-data.html:84 |
954 | msgid "The username of the last user who modified the ticket" | 1226 | msgid "The username of the last user who modified the ticket" |
955 | msgstr "" | 1227 | msgstr "" |
956 | 1228 | ||
957 | -#: templates/open-data.html:85 | 1229 | +#: colab/templates/open-data.html:85 |
958 | msgid "The ticket's priority" | 1230 | msgid "The ticket's priority" |
959 | msgstr "" | 1231 | msgstr "" |
960 | 1232 | ||
961 | -#: templates/open-data.html:86 | 1233 | +#: colab/templates/open-data.html:86 |
962 | msgid "The ticket's severity" | 1234 | msgid "The ticket's severity" |
963 | msgstr "" | 1235 | msgstr "" |
964 | 1236 | ||
965 | -#: templates/open-data.html:87 | 1237 | +#: colab/templates/open-data.html:87 |
966 | msgid "The ticket's status" | 1238 | msgid "The ticket's status" |
967 | msgstr "" | 1239 | msgstr "" |
968 | 1240 | ||
969 | -#: templates/open-data.html:88 | 1241 | +#: colab/templates/open-data.html:88 |
970 | msgid "The ticket's summary" | 1242 | msgid "The ticket's summary" |
971 | msgstr "" | 1243 | msgstr "" |
972 | 1244 | ||
973 | -#: templates/open-data.html:89 | 1245 | +#: colab/templates/open-data.html:89 |
974 | msgid "The ticket's version" | 1246 | msgid "The ticket's version" |
975 | msgstr "" | 1247 | msgstr "" |
976 | 1248 | ||
977 | -#: templates/open-data.html:97 | 1249 | +#: colab/templates/open-data.html:97 |
978 | msgid "The wiki's author username" | 1250 | msgid "The wiki's author username" |
979 | msgstr "" | 1251 | msgstr "" |
980 | 1252 | ||
981 | -#: templates/open-data.html:98 | 1253 | +#: colab/templates/open-data.html:98 |
982 | msgid "When the wiki's were created" | 1254 | msgid "When the wiki's were created" |
983 | msgstr "" | 1255 | msgstr "" |
984 | 1256 | ||
985 | -#: templates/open-data.html:100 | 1257 | +#: colab/templates/open-data.html:100 |
986 | msgid "The username of the last user who modified the wiki" | 1258 | msgid "The username of the last user who modified the wiki" |
987 | msgstr "" | 1259 | msgstr "" |
988 | 1260 | ||
989 | -#: templates/open-data.html:101 | 1261 | +#: colab/templates/open-data.html:101 |
990 | msgid "The wiki's name" | 1262 | msgid "The wiki's name" |
991 | msgstr "" | 1263 | msgstr "" |
992 | 1264 | ||
993 | -#: templates/open-data.html:102 | 1265 | +#: colab/templates/open-data.html:102 |
994 | msgid "the wiki's content" | 1266 | msgid "the wiki's content" |
995 | msgstr "" | 1267 | msgstr "" |
996 | 1268 | ||
997 | -#: templates/open-data.html:109 | 1269 | +#: colab/templates/open-data.html:109 |
998 | msgid "Parameters" | 1270 | msgid "Parameters" |
999 | msgstr "" | 1271 | msgstr "" |
1000 | 1272 | ||
1001 | -#: templates/open-data.html:112 | 1273 | +#: colab/templates/open-data.html:112 |
1002 | msgid "Results per page" | 1274 | msgid "Results per page" |
1003 | msgstr "" | 1275 | msgstr "" |
1004 | 1276 | ||
1005 | -#: templates/open-data.html:113 | 1277 | +#: colab/templates/open-data.html:113 |
1006 | msgid "Number of results to be displayed per page." | 1278 | msgid "Number of results to be displayed per page." |
1007 | msgstr "" | 1279 | msgstr "" |
1008 | 1280 | ||
1009 | -#: templates/open-data.html:114 | 1281 | +#: colab/templates/open-data.html:114 |
1010 | msgid "Default: 20" | 1282 | msgid "Default: 20" |
1011 | msgstr "" | 1283 | msgstr "" |
1012 | 1284 | ||
1013 | -#: templates/open-data.html:118 | 1285 | +#: colab/templates/open-data.html:118 |
1014 | msgid "Starts of n element" | 1286 | msgid "Starts of n element" |
1015 | msgstr "" | 1287 | msgstr "" |
1016 | 1288 | ||
1017 | -#: templates/open-data.html:119 | 1289 | +#: colab/templates/open-data.html:119 |
1018 | msgid "Where n is the index of the first result to appear in the page." | 1290 | msgid "Where n is the index of the first result to appear in the page." |
1019 | msgstr "" | 1291 | msgstr "" |
1020 | 1292 | ||
1021 | -#: templates/open-data.html:120 | 1293 | +#: colab/templates/open-data.html:120 |
1022 | msgid "Default: 0" | 1294 | msgid "Default: 0" |
1023 | msgstr "" | 1295 | msgstr "" |
1024 | 1296 | ||
1025 | -#: templates/open-data.html:122 | 1297 | +#: colab/templates/open-data.html:122 |
1026 | msgid "Filtering" | 1298 | msgid "Filtering" |
1027 | msgstr "" | 1299 | msgstr "" |
1028 | 1300 | ||
1029 | -#: templates/open-data.html:124 | 1301 | +#: colab/templates/open-data.html:124 |
1030 | msgid "The field name" | 1302 | msgid "The field name" |
1031 | msgstr "" | 1303 | msgstr "" |
1032 | 1304 | ||
1033 | -#: templates/open-data.html:125 | 1305 | +#: colab/templates/open-data.html:125 |
1034 | msgid "" | 1306 | msgid "" |
1035 | "If you are looking for a specific wiki, and you know the wiki's name, you " | 1307 | "If you are looking for a specific wiki, and you know the wiki's name, you " |
1036 | "can filter it as below" | 1308 | "can filter it as below" |
1037 | msgstr "" | 1309 | msgstr "" |
1038 | 1310 | ||
1039 | -#: templates/open-data.html:126 | 1311 | +#: colab/templates/open-data.html:126 |
1040 | msgid "WikiName" | 1312 | msgid "WikiName" |
1041 | msgstr "" | 1313 | msgstr "" |
1042 | 1314 | ||
1043 | -#: templates/open-data.html:127 | 1315 | +#: colab/templates/open-data.html:127 |
1044 | msgid "" | 1316 | msgid "" |
1045 | "Where "name" is the fieldname and "WikiName" is the " | 1317 | "Where "name" is the fieldname and "WikiName" is the " |
1046 | "value you want to filter." | 1318 | "value you want to filter." |
1047 | msgstr "" | 1319 | msgstr "" |
1048 | 1320 | ||
1049 | -#: templates/open-data.html:128 | 1321 | +#: colab/templates/open-data.html:128 |
1050 | msgid "Usage" | 1322 | msgid "Usage" |
1051 | msgstr "" | 1323 | msgstr "" |
1052 | 1324 | ||
1053 | -#: templates/open-data.html:129 | 1325 | +#: colab/templates/open-data.html:129 |
1054 | msgid "" | 1326 | msgid "" |
1055 | "You can also filter using Django lookup fields with the double underscores, " | 1327 | "You can also filter using Django lookup fields with the double underscores, " |
1056 | "just as below" | 1328 | "just as below" |
1057 | msgstr "" | 1329 | msgstr "" |
1058 | 1330 | ||
1059 | -#: templates/open-data.html:131 templates/open-data.html.py:132 | 1331 | +#: colab/templates/open-data.html:131 colab/templates/open-data.html.py:132 |
1060 | msgid "test" | 1332 | msgid "test" |
1061 | msgstr "" | 1333 | msgstr "" |
1062 | 1334 | ||
1063 | -#: templates/open-data.html:133 | 1335 | +#: colab/templates/open-data.html:133 |
1064 | msgid "Usage with relationships" | 1336 | msgid "Usage with relationships" |
1065 | msgstr "" | 1337 | msgstr "" |
1066 | 1338 | ||
1067 | -#: templates/open-data.html:134 | 1339 | +#: colab/templates/open-data.html:134 |
1068 | msgid "" | 1340 | msgid "" |
1069 | "You can use related fields to filter too. So, you can filter by any field of " | 1341 | "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 " | 1342 | "emailaddress using the 'from_address' field of message, which has a relation " |
@@ -1072,20 +1344,20 @@ msgid "" | @@ -1072,20 +1344,20 @@ msgid "" | ||
1072 | "underscore and the field's name. See the example below" | 1344 | "underscore and the field's name. See the example below" |
1073 | msgstr "" | 1345 | msgstr "" |
1074 | 1346 | ||
1075 | -#: templates/open-data.html:136 | 1347 | +#: colab/templates/open-data.html:136 |
1076 | msgid "" | 1348 | msgid "" |
1077 | "So, real_name is a field of emailaddress, and you had access to this field " | 1349 | "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 " | 1350 | "by a message field called from_address and using double underscore to say " |
1079 | "you want to use a field of that relationship" | 1351 | "you want to use a field of that relationship" |
1080 | msgstr "" | 1352 | msgstr "" |
1081 | 1353 | ||
1082 | -#: templates/open-data.html:137 | 1354 | +#: colab/templates/open-data.html:137 |
1083 | msgid "" | 1355 | msgid "" |
1084 | "Note: email filters must be exact. Which means that __contains, " | 1356 | "Note: email filters must be exact. Which means that __contains, " |
1085 | "__startswith, __endswith and others won't work" | 1357 | "__startswith, __endswith and others won't work" |
1086 | msgstr "" | 1358 | msgstr "" |
1087 | 1359 | ||
1088 | -#: templates/open-data.html:138 | 1360 | +#: colab/templates/open-data.html:138 |
1089 | msgid "" | 1361 | msgid "" |
1090 | "Another example of usage with relations. Used to retrieve all messages of a " | 1362 | "Another example of usage with relations. Used to retrieve all messages of a " |
1091 | "given user, using the username or the email field" | 1363 | "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-05-25 19:12+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:37 colab/templates/header.html.py:42 |
178 | +#: colab/templates/header.html:46 colab/templates/header.html.py:51 | ||
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:41 colab/templates/header.html.py:50 |
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,132 @@ msgstr "Medalha" | @@ -450,6 +518,132 @@ 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 | +#: tests/plugins.d/gitlab.py:10 | ||
524 | +msgid "Code" | ||
525 | +msgstr "Código" | ||
526 | + | ||
527 | +#: colab/proxy/gitlab/apps.py:14 tests/plugins.d/gitlab.py:12 | ||
528 | +msgid "Public Projects" | ||
529 | +msgstr "Projetos Públicos" | ||
530 | + | ||
531 | +#: colab/proxy/gitlab/apps.py:17 colab/proxy/noosfero/apps.py:18 | ||
532 | +#: tests/plugins.d/gitlab.py:15 | ||
533 | +msgid "Profile" | ||
534 | +msgstr "Perfil" | ||
535 | + | ||
536 | +#: colab/proxy/gitlab/apps.py:18 tests/plugins.d/gitlab.py:16 | ||
537 | +msgid "New Project" | ||
538 | +msgstr "Novo Projeto" | ||
539 | + | ||
540 | +#: colab/proxy/gitlab/apps.py:19 tests/plugins.d/gitlab.py:17 | ||
541 | +msgid "Projects" | ||
542 | +msgstr "Projetos" | ||
543 | + | ||
544 | +#: colab/proxy/gitlab/apps.py:20 colab/templates/header.html:21 | ||
545 | +#: tests/plugins.d/gitlab.py:18 | ||
546 | +msgid "Groups" | ||
547 | +msgstr "Grupos" | ||
548 | + | ||
549 | +#: colab/proxy/gitlab/apps.py:21 tests/plugins.d/gitlab.py:19 | ||
550 | +msgid "Issues" | ||
551 | +msgstr "Tiquetes" | ||
552 | + | ||
553 | +#: colab/proxy/gitlab/apps.py:22 tests/plugins.d/gitlab.py:20 | ||
554 | +msgid "Merge Requests" | ||
555 | +msgstr "Merge Requests" | ||
556 | + | ||
557 | +#: colab/proxy/gitlab/models.py:23 | ||
558 | +#, fuzzy | ||
559 | +#| msgid "New Project" | ||
560 | +msgid "Gitlab Project" | ||
561 | +msgstr "Novo Projeto" | ||
562 | + | ||
563 | +#: colab/proxy/gitlab/models.py:24 | ||
564 | +#, fuzzy | ||
565 | +#| msgid "Projects" | ||
566 | +msgid "Gitlab Projects" | ||
567 | +msgstr "Projetos" | ||
568 | + | ||
569 | +#: colab/proxy/gitlab/models.py:59 | ||
570 | +#, fuzzy | ||
571 | +#| msgid "Merge Requests" | ||
572 | +msgid "Gitlab Merge Request" | ||
573 | +msgstr "Merge Requests" | ||
574 | + | ||
575 | +#: colab/proxy/gitlab/models.py:60 | ||
576 | +#, fuzzy | ||
577 | +#| msgid "Merge Requests" | ||
578 | +msgid "Gitlab Merge Requests" | ||
579 | +msgstr "Merge Requests" | ||
580 | + | ||
581 | +#: colab/proxy/gitlab/models.py:87 | ||
582 | +msgid "Gitlab Issue" | ||
583 | +msgstr "" | ||
584 | + | ||
585 | +#: colab/proxy/gitlab/models.py:88 | ||
586 | +#, fuzzy | ||
587 | +#| msgid "Issues" | ||
588 | +msgid "Gitlab Issues" | ||
589 | +msgstr "Tiquetes" | ||
590 | + | ||
591 | +#: colab/proxy/gitlab/models.py:142 colab/proxy/gitlab/models.py:143 | ||
592 | +msgid "Gitlab Comments" | ||
593 | +msgstr "" | ||
594 | + | ||
595 | +#: colab/proxy/jenkins/apps.py:14 | ||
596 | +#, fuzzy | ||
597 | +#| msgid "Continuous Integration" | ||
598 | +msgid "Continuos Integration" | ||
599 | +msgstr "Integração Contínua" | ||
600 | + | ||
601 | +#: colab/proxy/noosfero/apps.py:12 | ||
602 | +msgid "Social" | ||
603 | +msgstr "Social" | ||
604 | + | ||
605 | +#: colab/proxy/noosfero/apps.py:14 | ||
606 | +msgid "Users" | ||
607 | +msgstr "Usuários" | ||
608 | + | ||
609 | +#: colab/proxy/noosfero/apps.py:15 | ||
610 | +msgid "Communities" | ||
611 | +msgstr "Comunidades" | ||
612 | + | ||
613 | +#: colab/proxy/noosfero/apps.py:19 | ||
614 | +msgid "Control panel" | ||
615 | +msgstr "Painel de Controle" | ||
616 | + | ||
617 | +#: colab/proxy/trac/apps.py:14 | ||
618 | +msgid "Timeline" | ||
619 | +msgstr "Linha do Tempo" | ||
620 | + | ||
621 | +#: colab/proxy/trac/apps.py:15 | ||
622 | +#: colab/search/templates/search/includes/search_filters.html:118 | ||
623 | +#: colab/templates/open-data.html:130 | ||
624 | +msgid "Wiki" | ||
625 | +msgstr "Wiki" | ||
626 | + | ||
627 | +#: colab/proxy/trac/apps.py:16 | ||
628 | +msgid "View Tickets" | ||
629 | +msgstr "Ver Tiquetes" | ||
630 | + | ||
631 | +#: colab/proxy/trac/apps.py:17 | ||
632 | +msgid "Roadmap" | ||
633 | +msgstr "Planejamento" | ||
634 | + | ||
635 | +#: colab/proxy/trac/apps.py:18 | ||
636 | +msgid "Browse Source" | ||
637 | +msgstr "Códigos Fontes" | ||
638 | + | ||
639 | +#: colab/proxy/trac/apps.py:21 | ||
640 | +msgid "New Ticket" | ||
641 | +msgstr "Novo Tíquete" | ||
642 | + | ||
643 | +#: colab/proxy/trac/apps.py:22 | ||
644 | +msgid "New Wiki Page" | ||
645 | +msgstr "Nova Página Wiki" | ||
646 | + | ||
453 | #: colab/rss/feeds.py:13 | 647 | #: colab/rss/feeds.py:13 |
454 | msgid "Latest Discussions" | 648 | msgid "Latest Discussions" |
455 | msgstr "Últimas discussões" | 649 | msgstr "Últimas discussões" |
@@ -462,76 +656,72 @@ msgstr "Discussões Mais Relevantes" | @@ -462,76 +656,72 @@ msgstr "Discussões Mais Relevantes" | ||
462 | msgid "Latest collaborations" | 656 | msgid "Latest collaborations" |
463 | msgstr "Últimas colaborações" | 657 | msgstr "Últimas colaborações" |
464 | 658 | ||
465 | -#: colab/search/forms.py:16 colab/search/templates/search/search.html:46 | ||
466 | -#: colab/templates/base.html:175 | 659 | +#: colab/search/forms.py:15 colab/search/templates/search/search.html:46 |
660 | +#: colab/templates/header.html:27 | ||
467 | msgid "Search" | 661 | msgid "Search" |
468 | msgstr "Busca" | 662 | msgstr "Busca" |
469 | 663 | ||
470 | -#: colab/search/forms.py:19 colab/search/views.py:22 | 664 | +#: colab/search/forms.py:18 colab/search/views.py:22 |
471 | msgid "Author" | 665 | msgid "Author" |
472 | msgstr "Autor" | 666 | msgstr "Autor" |
473 | 667 | ||
474 | -#: colab/search/forms.py:20 | 668 | +#: colab/search/forms.py:19 |
475 | msgid "Modified by" | 669 | msgid "Modified by" |
476 | msgstr "Modificado por" | 670 | msgstr "Modificado por" |
477 | 671 | ||
478 | -#: colab/search/forms.py:22 | 672 | +#: colab/search/forms.py:21 |
479 | msgid "Status" | 673 | msgid "Status" |
480 | msgstr "Status" | 674 | msgstr "Status" |
481 | 675 | ||
482 | -#: colab/search/forms.py:26 colab/search/views.py:25 | 676 | +#: colab/search/forms.py:25 colab/search/views.py:25 |
483 | msgid "Mailinglist" | 677 | msgid "Mailinglist" |
484 | msgstr "Grupo" | 678 | msgstr "Grupo" |
485 | 679 | ||
486 | -#: colab/search/forms.py:30 | 680 | +#: colab/search/forms.py:29 |
487 | msgid "Milestone" | 681 | msgid "Milestone" |
488 | msgstr "Etapa" | 682 | msgstr "Etapa" |
489 | 683 | ||
490 | -#: colab/search/forms.py:31 | 684 | +#: colab/search/forms.py:30 |
491 | msgid "Priority" | 685 | msgid "Priority" |
492 | msgstr "Prioridade" | 686 | msgstr "Prioridade" |
493 | 687 | ||
494 | -#: colab/search/forms.py:32 | 688 | +#: colab/search/forms.py:31 |
495 | msgid "Component" | 689 | msgid "Component" |
496 | msgstr "Componente" | 690 | msgstr "Componente" |
497 | 691 | ||
498 | -#: colab/search/forms.py:33 | 692 | +#: colab/search/forms.py:32 |
499 | msgid "Severity" | 693 | msgid "Severity" |
500 | msgstr "Seriedade" | 694 | msgstr "Seriedade" |
501 | 695 | ||
502 | -#: colab/search/forms.py:34 | 696 | +#: colab/search/forms.py:33 |
503 | msgid "Reporter" | 697 | msgid "Reporter" |
504 | msgstr "Relator" | 698 | msgstr "Relator" |
505 | 699 | ||
506 | -#: colab/search/forms.py:35 | 700 | +#: colab/search/forms.py:34 |
507 | msgid "Keywords" | 701 | msgid "Keywords" |
508 | msgstr "Palavras chaves" | 702 | msgstr "Palavras chaves" |
509 | 703 | ||
510 | -#: colab/search/forms.py:36 | 704 | +#: colab/search/forms.py:35 |
511 | msgid "Collaborators" | 705 | msgid "Collaborators" |
512 | msgstr "Colaboradores" | 706 | msgstr "Colaboradores" |
513 | 707 | ||
514 | -#: colab/search/forms.py:37 colab/templates/base.html:107 | 708 | +#: colab/search/forms.py:36 |
515 | msgid "Repository" | 709 | msgid "Repository" |
516 | msgstr "Repositório" | 710 | msgstr "Repositório" |
517 | 711 | ||
518 | #: colab/search/forms.py:38 | 712 | #: colab/search/forms.py:38 |
519 | -msgid "Username" | ||
520 | -msgstr "Usuário" | ||
521 | - | ||
522 | -#: colab/search/forms.py:39 | ||
523 | msgid "Name" | 713 | msgid "Name" |
524 | msgstr "Nome" | 714 | msgstr "Nome" |
525 | 715 | ||
526 | -#: colab/search/forms.py:40 | 716 | +#: colab/search/forms.py:39 |
527 | msgid "Institution" | 717 | msgid "Institution" |
528 | msgstr "Instituição" | 718 | msgstr "Instituição" |
529 | 719 | ||
530 | -#: colab/search/forms.py:41 | 720 | +#: colab/search/forms.py:40 |
531 | msgid "Role" | 721 | msgid "Role" |
532 | msgstr "Cargo" | 722 | msgstr "Cargo" |
533 | 723 | ||
534 | -#: colab/search/forms.py:42 | 724 | +#: colab/search/forms.py:41 |
535 | #: colab/search/templates/search/includes/search_filters.html:154 | 725 | #: colab/search/templates/search/includes/search_filters.html:154 |
536 | #: colab/search/templates/search/includes/search_filters.html:156 | 726 | #: colab/search/templates/search/includes/search_filters.html:156 |
537 | #: colab/search/templates/search/includes/search_filters.html:188 | 727 | #: colab/search/templates/search/includes/search_filters.html:188 |
@@ -539,7 +729,7 @@ msgstr "Cargo" | @@ -539,7 +729,7 @@ msgstr "Cargo" | ||
539 | msgid "Since" | 729 | msgid "Since" |
540 | msgstr "Desde" | 730 | msgstr "Desde" |
541 | 731 | ||
542 | -#: colab/search/forms.py:43 | 732 | +#: colab/search/forms.py:42 |
543 | #: colab/search/templates/search/includes/search_filters.html:163 | 733 | #: colab/search/templates/search/includes/search_filters.html:163 |
544 | #: colab/search/templates/search/includes/search_filters.html:165 | 734 | #: colab/search/templates/search/includes/search_filters.html:165 |
545 | #: colab/search/templates/search/includes/search_filters.html:192 | 735 | #: colab/search/templates/search/includes/search_filters.html:192 |
@@ -547,19 +737,19 @@ msgstr "Desde" | @@ -547,19 +737,19 @@ msgstr "Desde" | ||
547 | msgid "Until" | 737 | msgid "Until" |
548 | msgstr "Até" | 738 | msgstr "Até" |
549 | 739 | ||
550 | -#: colab/search/forms.py:44 | 740 | +#: colab/search/forms.py:43 |
551 | msgid "Filename" | 741 | msgid "Filename" |
552 | msgstr "Nome do arquivo" | 742 | msgstr "Nome do arquivo" |
553 | 743 | ||
554 | -#: colab/search/forms.py:45 | 744 | +#: colab/search/forms.py:44 |
555 | msgid "Used by" | 745 | msgid "Used by" |
556 | msgstr "Usado por" | 746 | msgstr "Usado por" |
557 | 747 | ||
558 | -#: colab/search/forms.py:46 | 748 | +#: colab/search/forms.py:45 |
559 | msgid "File type" | 749 | msgid "File type" |
560 | msgstr "Tipo do arquivo" | 750 | msgstr "Tipo do arquivo" |
561 | 751 | ||
562 | -#: colab/search/forms.py:47 | 752 | +#: colab/search/forms.py:46 |
563 | msgid "Size" | 753 | msgid "Size" |
564 | msgstr "Tamanho" | 754 | msgstr "Tamanho" |
565 | 755 | ||
@@ -584,11 +774,6 @@ msgstr "Ordenar por" | @@ -584,11 +774,6 @@ msgstr "Ordenar por" | ||
584 | msgid "Types" | 774 | msgid "Types" |
585 | msgstr "Tipos" | 775 | msgstr "Tipos" |
586 | 776 | ||
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 | 777 | #: colab/search/templates/search/includes/search_filters.html:126 |
593 | msgid "Changeset" | 778 | msgid "Changeset" |
594 | msgstr "Conjunto de Mudanças" | 779 | msgstr "Conjunto de Mudanças" |
@@ -631,83 +816,71 @@ msgstr "Não há resultados para sua busca." | @@ -631,83 +816,71 @@ msgstr "Não há resultados para sua busca." | ||
631 | msgid "You are searching for" | 816 | msgid "You are searching for" |
632 | msgstr "Você está procurando por" | 817 | msgstr "Você está procurando por" |
633 | 818 | ||
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 | 819 | +#: colab/settings.py:117 |
647 | msgid "English" | 820 | msgid "English" |
648 | msgstr "Inglês" | 821 | msgstr "Inglês" |
649 | 822 | ||
650 | -#: colab/settings.py:116 | 823 | +#: colab/settings.py:118 |
651 | msgid "Portuguese" | 824 | msgid "Portuguese" |
652 | msgstr "Português" | 825 | msgstr "Português" |
653 | 826 | ||
654 | -#: colab/settings.py:117 | 827 | +#: colab/settings.py:119 |
655 | msgid "Spanish" | 828 | msgid "Spanish" |
656 | msgstr "Espanhol" | 829 | msgstr "Espanhol" |
657 | 830 | ||
658 | -#: colab/settings.py:140 | 831 | +#: colab/settings.py:142 |
659 | msgid "Recent activity" | 832 | msgid "Recent activity" |
660 | msgstr "Atividade recente" | 833 | msgstr "Atividade recente" |
661 | 834 | ||
662 | -#: colab/settings.py:144 | 835 | +#: colab/settings.py:146 |
663 | msgid "Relevance" | 836 | msgid "Relevance" |
664 | msgstr "Relevância" | 837 | msgstr "Relevância" |
665 | 838 | ||
666 | -#: colab/settings.py:153 | 839 | +#: colab/settings.py:155 |
667 | msgid "Document" | 840 | msgid "Document" |
668 | msgstr "Documento" | 841 | msgstr "Documento" |
669 | 842 | ||
670 | -#: colab/settings.py:155 | 843 | +#: colab/settings.py:157 |
671 | msgid "Presentation" | 844 | msgid "Presentation" |
672 | msgstr "Apresentação" | 845 | msgstr "Apresentação" |
673 | 846 | ||
674 | -#: colab/settings.py:156 | 847 | +#: colab/settings.py:158 |
675 | msgid "Text" | 848 | msgid "Text" |
676 | msgstr "Texto" | 849 | msgstr "Texto" |
677 | 850 | ||
678 | -#: colab/settings.py:159 | 851 | +#: colab/settings.py:161 |
679 | msgid "Compressed" | 852 | msgid "Compressed" |
680 | msgstr "Compactado" | 853 | msgstr "Compactado" |
681 | 854 | ||
682 | -#: colab/settings.py:162 | 855 | +#: colab/settings.py:164 |
683 | msgid "Spreadsheet" | 856 | msgid "Spreadsheet" |
684 | msgstr "Planilha" | 857 | msgstr "Planilha" |
685 | 858 | ||
686 | -#: colab/settings.py:260 | 859 | +#: colab/settings.py:262 |
687 | msgid "Planet Colab" | 860 | msgid "Planet Colab" |
688 | msgstr "Planet Colab" | 861 | msgstr "Planet Colab" |
689 | 862 | ||
690 | -#: colab/settings.py:261 | 863 | +#: colab/settings.py:263 |
691 | msgid "Colab blog aggregator" | 864 | msgid "Colab blog aggregator" |
692 | msgstr "Agregador de blog Colab" | 865 | msgstr "Agregador de blog Colab" |
693 | 866 | ||
694 | -#: colab/settings.py:295 | 867 | +#: colab/settings.py:297 |
695 | msgid "One Time Snippet" | 868 | msgid "One Time Snippet" |
696 | msgstr "Uma única visualização" | 869 | msgstr "Uma única visualização" |
697 | 870 | ||
698 | -#: colab/settings.py:296 | 871 | +#: colab/settings.py:298 |
699 | msgid "In one hour" | 872 | msgid "In one hour" |
700 | msgstr "Em uma hora" | 873 | msgstr "Em uma hora" |
701 | 874 | ||
702 | -#: colab/settings.py:297 | 875 | +#: colab/settings.py:299 |
703 | msgid "In one week" | 876 | msgid "In one week" |
704 | msgstr "Em uma semana" | 877 | msgstr "Em uma semana" |
705 | 878 | ||
706 | -#: colab/settings.py:298 | 879 | +#: colab/settings.py:300 |
707 | msgid "In one month" | 880 | msgid "In one month" |
708 | msgstr "Em um mês" | 881 | msgstr "Em um mês" |
709 | 882 | ||
710 | -#: colab/settings.py:299 | 883 | +#: colab/settings.py:301 |
711 | msgid "Never" | 884 | msgid "Never" |
712 | msgstr "Nunca" | 885 | msgstr "Nunca" |
713 | 886 | ||
@@ -719,114 +892,10 @@ msgstr "Não encontrado. Continue procurando! :)" | @@ -719,114 +892,10 @@ msgstr "Não encontrado. Continue procurando! :)" | ||
719 | msgid "Ooopz... something went wrong!" | 892 | msgid "Ooopz... something went wrong!" |
720 | msgstr "Opa... algo saiu errado!" | 893 | msgstr "Opa... algo saiu errado!" |
721 | 894 | ||
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 | 895 | +#: colab/templates/base.html:82 |
815 | msgid "The login has failed. Please, try again." | 896 | msgid "The login has failed. Please, try again." |
816 | msgstr "O login falhou. Por favor, tente novamente." | 897 | msgstr "O login falhou. Por favor, tente novamente." |
817 | 898 | ||
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 | 899 | #: colab/templates/dpaste/snippet_details.html:37 |
831 | #, fuzzy | 900 | #, fuzzy |
832 | #| msgid "Comparison" | 901 | #| msgid "Comparison" |
@@ -880,7 +949,8 @@ msgstr "Esste é um snippet que será usado apenas uma vez." | @@ -880,7 +949,8 @@ msgstr "Esste é um snippet que será usado apenas uma vez." | ||
880 | 949 | ||
881 | #: colab/templates/dpaste/snippet_details.html:90 | 950 | #: colab/templates/dpaste/snippet_details.html:90 |
882 | msgid "It will automatically get deleted after {{ remaining }} further views." | 951 | msgid "It will automatically get deleted after {{ remaining }} further views." |
883 | -msgstr "Isso será automaticamente deletado depois de {{ remaining }} visualizações." | 952 | +msgstr "" |
953 | +"Isso será automaticamente deletado depois de {{ remaining }} visualizações." | ||
884 | 954 | ||
885 | #: colab/templates/dpaste/snippet_details.html:92 | 955 | #: colab/templates/dpaste/snippet_details.html:92 |
886 | msgid "It will automatically get deleted after the next view." | 956 | msgid "It will automatically get deleted after the next view." |
@@ -903,14 +973,110 @@ msgid "" | @@ -903,14 +973,110 @@ msgid "" | ||
903 | " " | 973 | " " |
904 | msgstr "" | 974 | msgstr "" |
905 | "\n" | 975 | "\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 | - " " | 976 | +" Diferença entre <a href=\"%(filea_url)s\">#%(filea_id)s</a> e <a href=" |
977 | +"\"%(fileb_url)s\">#%(fileb_id)s</a>\n" | ||
978 | +" " | ||
909 | 979 | ||
910 | #: colab/templates/dpaste/snippet_form.html:28 | 980 | #: colab/templates/dpaste/snippet_form.html:28 |
911 | msgid "Paste it" | 981 | msgid "Paste it" |
912 | msgstr "Cole aqui" | 982 | msgstr "Cole aqui" |
913 | 983 | ||
984 | +#: colab/templates/footer.html:8 | ||
985 | +msgid "Back to top" | ||
986 | +msgstr "Voltar ao topo" | ||
987 | + | ||
988 | +#: colab/templates/footer.html:15 | ||
989 | +msgid "Topics" | ||
990 | +msgstr "Assuntos" | ||
991 | + | ||
992 | +#: colab/templates/footer.html:16 | ||
993 | +msgid "SPB" | ||
994 | +msgstr "" | ||
995 | + | ||
996 | +#: colab/templates/footer.html:17 | ||
997 | +msgid "SISP-SPB" | ||
998 | +msgstr "" | ||
999 | + | ||
1000 | +#: colab/templates/footer.html:18 | ||
1001 | +msgid "AvaliaSPB" | ||
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 | ||
1013 | +msgid "Frequently Asked Questions" | ||
1014 | +msgstr "Perguntas Frequentes" | ||
1015 | + | ||
1016 | +#: colab/templates/footer.html:28 | ||
1017 | +msgid "Contact" | ||
1018 | +msgstr "Contato" | ||
1019 | + | ||
1020 | +#: colab/templates/footer.html:31 | ||
1021 | +msgid " [Denomination's] services" | ||
1022 | +msgstr "Serviços da [Denominação]" | ||
1023 | + | ||
1024 | +#: colab/templates/footer.html:34 | ||
1025 | +msgid "Open data" | ||
1026 | +msgstr "Dados abertos" | ||
1027 | + | ||
1028 | +#: colab/templates/footer.html:37 | ||
1029 | +msgid "Press area" | ||
1030 | +msgstr "Área de imprensa" | ||
1031 | + | ||
1032 | +#: colab/templates/footer.html:41 | ||
1033 | +msgid "Social networks" | ||
1034 | +msgstr "Redes sociais" | ||
1035 | + | ||
1036 | +#: colab/templates/footer.html:57 | ||
1037 | +msgid "What is it?" | ||
1038 | +msgstr "O que é?" | ||
1039 | + | ||
1040 | +#: colab/templates/footer.html:58 | ||
1041 | +msgid "Subscribe" | ||
1042 | +msgstr "Assine" | ||
1043 | + | ||
1044 | +#: colab/templates/footer.html:61 | ||
1045 | +msgid "Navigation" | ||
1046 | +msgstr "Navegação" | ||
1047 | + | ||
1048 | +#: colab/templates/footer.html:62 | ||
1049 | +msgid "Accessibility" | ||
1050 | +msgstr "Acessibilidade" | ||
1051 | + | ||
1052 | +#: colab/templates/footer.html:63 | ||
1053 | +msgid "Site map" | ||
1054 | +msgstr "Mapa do site" | ||
1055 | + | ||
1056 | +#: colab/templates/footer.html:73 | ||
1057 | +msgid "Information access" | ||
1058 | +msgstr "Acesso a Informação" | ||
1059 | + | ||
1060 | +#: colab/templates/footer.html:76 | ||
1061 | +msgid "Republic Presidency General Secretary" | ||
1062 | +msgstr "Secretaria-geral da Presidência da República" | ||
1063 | + | ||
1064 | +#: colab/templates/footer.html:76 | ||
1065 | +msgid "Brazil - Federal Government" | ||
1066 | +msgstr "Brasil - Governo Federal" | ||
1067 | + | ||
1068 | +#: colab/templates/header.html:65 | ||
1069 | +msgid "My Profile" | ||
1070 | +msgstr "Meu Perfil" | ||
1071 | + | ||
1072 | +#: colab/templates/header.html:66 colab/templates/header.html.py:70 | ||
1073 | +msgid "Logout" | ||
1074 | +msgstr "Sair" | ||
1075 | + | ||
1076 | +#: colab/templates/header.html:82 colab/templates/header.html.py:85 | ||
1077 | +msgid "Search here..." | ||
1078 | +msgstr "Pesquise aqui..." | ||
1079 | + | ||
914 | #: colab/templates/home.html:17 | 1080 | #: colab/templates/home.html:17 |
915 | msgid "Latest Collaborations" | 1081 | msgid "Latest Collaborations" |
916 | msgstr "Últimas Colaborações" | 1082 | msgstr "Últimas Colaborações" |
@@ -1281,6 +1447,40 @@ msgstr "" | @@ -1281,6 +1447,40 @@ msgstr "" | ||
1281 | "Outro exemplo de uso com relacionamento. Usado para recuperar todos as " | 1447 | "Outro exemplo de uso com relacionamento. Usado para recuperar todos as " |
1282 | "mensagem de um dado usuário usando o campo username ou email" | 1448 | "mensagem de um dado usuário usando o campo username ou email" |
1283 | 1449 | ||
1450 | +#~ msgid "Confirm Password " | ||
1451 | +#~ msgstr "Confirmar senha" | ||
1452 | + | ||
1453 | +#~ msgid "Enter the same password as above, for verification." | ||
1454 | +#~ msgstr "Digite a mesma senha que acima, para verificação." | ||
1455 | + | ||
1456 | +#~ msgid "" | ||
1457 | +#~ "We've emailed you instructions for setting your password. You should be " | ||
1458 | +#~ "receiving them shortly." | ||
1459 | +#~ msgstr "" | ||
1460 | +#~ "Nos enviamos o email com as intruções para mudança de senha. Em breve " | ||
1461 | +#~ "você deve recebê-lo." | ||
1462 | + | ||
1463 | +#~ msgid "Tickets" | ||
1464 | +#~ msgstr "Tíquetes" | ||
1465 | + | ||
1466 | +#~ msgid "Attachments" | ||
1467 | +#~ msgstr "Anexos" | ||
1468 | + | ||
1469 | +#~ msgid "Blogs" | ||
1470 | +#~ msgstr "Blogs" | ||
1471 | + | ||
1472 | +#~ msgid "Contribute" | ||
1473 | +#~ msgstr "Contribua" | ||
1474 | + | ||
1475 | +#~ msgid "Last email imported at" | ||
1476 | +#~ msgstr "Último e-mail importado em" | ||
1477 | + | ||
1478 | +#~ msgid "The contents of this site is published under license" | ||
1479 | +#~ msgstr "O conteúdo deste site está publicado sob a licença" | ||
1480 | + | ||
1481 | +#~ msgid "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" | ||
1482 | +#~ msgstr "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" | ||
1483 | + | ||
1284 | #~ msgid "Please correct the errors below and try again" | 1484 | #~ msgid "Please correct the errors below and try again" |
1285 | #~ msgstr "Por favor, corrija os erros abaixo e tente novamente" | 1485 | #~ msgstr "Por favor, corrija os erros abaixo e tente novamente" |
1286 | 1486 |
colab/static/css/footer.css
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | 3 | ||
4 | .footer-content{ | 4 | .footer-content{ |
5 | background: rgb(213,213,213); | 5 | background: rgb(213,213,213); |
6 | - padding: 50px 0; | 6 | + padding: 50px 0 20px; |
7 | font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | 7 | font-family: 'open_sansregular', Arial, Helvetica, sans-serif; |
8 | } | 8 | } |
9 | 9 |