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