diff --git a/colab/locale/en/LC_MESSAGES/django.mo b/colab/locale/en/LC_MESSAGES/django.mo index 5c2f8c4..df7b0cc 100644 Binary files a/colab/locale/en/LC_MESSAGES/django.mo and b/colab/locale/en/LC_MESSAGES/django.mo differ diff --git a/colab/locale/en/LC_MESSAGES/django.po b/colab/locale/en/LC_MESSAGES/django.po index 1811198..aca4371 100644 --- a/colab/locale/en/LC_MESSAGES/django.po +++ b/colab/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-25 19:01+0000\n" +"POT-Creation-Date: 2015-05-25 19:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,319 +17,327 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: accounts/admin.py:18 +#: colab/accounts/admin.py:18 msgid "Personal info" msgstr "" -#: accounts/admin.py:24 +#: colab/accounts/admin.py:24 msgid "Permissions" msgstr "" -#: accounts/admin.py:28 +#: colab/accounts/admin.py:28 msgid "Important dates" msgstr "" -#: accounts/forms.py:37 +#: colab/accounts/forms.py:37 msgid "Social account does not exist" msgstr "" -#: accounts/forms.py:65 accounts/forms.py:71 accounts/forms.py:77 +#: colab/accounts/forms.py:65 colab/accounts/forms.py:71 +#: colab/accounts/forms.py:77 msgid "This field cannot be blank." msgstr "" -#: accounts/forms.py:118 accounts/templates/accounts/user_detail.html:38 +#: colab/accounts/forms.py:118 +#: colab/accounts/templates/accounts/user_detail.html:38 msgid "Bio" msgstr "" -#: accounts/forms.py:119 +#: colab/accounts/forms.py:119 msgid "Write something about you in 200 characters or less." msgstr "" -#: accounts/forms.py:147 +#: colab/accounts/forms.py:147 msgid "Mailing lists" msgstr "" -#: accounts/forms.py:154 accounts/forms.py:207 accounts/forms.py:261 -#: accounts/forms.py:298 accounts/forms.py:488 +#: colab/accounts/forms.py:154 colab/accounts/forms.py:207 +#: colab/accounts/forms.py:261 colab/accounts/forms.py:298 +#: colab/accounts/forms.py:488 msgid "Password" msgstr "" -#: accounts/forms.py:156 accounts/forms.py:209 +#: colab/accounts/forms.py:156 colab/accounts/forms.py:209 msgid "Password confirmation" msgstr "" -#: accounts/forms.py:177 +#: colab/accounts/forms.py:177 msgid "Password mismatch" msgstr "" -#: accounts/forms.py:195 +#: colab/accounts/forms.py:195 msgid "A user with that username already exists." msgstr "" -#: accounts/forms.py:196 accounts/forms.py:422 accounts/forms.py:486 +#: colab/accounts/forms.py:196 colab/accounts/forms.py:422 +#: colab/accounts/forms.py:486 msgid "The two password fields didn't match." msgstr "" -#: accounts/forms.py:198 accounts/forms.py:255 search/forms.py:37 +#: colab/accounts/forms.py:198 colab/accounts/forms.py:255 +#: colab/search/forms.py:37 msgid "Username" msgstr "" -#: accounts/forms.py:256 +#: colab/accounts/forms.py:256 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: accounts/forms.py:259 +#: colab/accounts/forms.py:259 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: accounts/forms.py:262 +#: colab/accounts/forms.py:262 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: accounts/forms.py:301 +#: colab/accounts/forms.py:301 #, python-format msgid "" "Please enter a correct %(username)s and password. Note that both fields may " "be case-sensitive." msgstr "" -#: accounts/forms.py:303 +#: colab/accounts/forms.py:303 msgid "This account is inactive." msgstr "" -#: accounts/forms.py:366 +#: colab/accounts/forms.py:366 msgid "Email" msgstr "" -#: accounts/forms.py:424 +#: colab/accounts/forms.py:424 msgid "New password" msgstr "" -#: accounts/forms.py:426 +#: colab/accounts/forms.py:426 msgid "New password confirmation" msgstr "" -#: accounts/forms.py:457 +#: colab/accounts/forms.py:457 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: accounts/forms.py:460 +#: colab/accounts/forms.py:460 msgid "Old password" msgstr "" -#: accounts/forms.py:490 +#: colab/accounts/forms.py:490 msgid "Password (again)" msgstr "" -#: accounts/models.py:85 +#: colab/accounts/models.py:85 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only." msgstr "" -#: accounts/models.py:90 +#: colab/accounts/models.py:90 msgid "Enter a valid username." msgstr "" -#: accounts/templates/accounts/change_password.html:8 +#: colab/accounts/templates/accounts/change_password.html:8 msgid "Change XMPP Client and SVN Password" msgstr "" -#: accounts/templates/accounts/change_password.html:17 -#: accounts/templates/accounts/user_update_form.html:186 -#: accounts/templates/accounts/user_update_form.html:190 -#: accounts/templates/accounts/user_update_form.html:202 -#: accounts/templates/accounts/user_update_form.html:209 -#: accounts/templates/registration/password_change_form_custom.html:26 -#: accounts/templates/registration/password_reset_confirm_custom.html:28 +#: colab/accounts/templates/accounts/change_password.html:17 +#: colab/accounts/templates/accounts/user_update_form.html:186 +#: colab/accounts/templates/accounts/user_update_form.html:190 +#: colab/accounts/templates/accounts/user_update_form.html:202 +#: colab/accounts/templates/accounts/user_update_form.html:209 +#: colab/accounts/templates/registration/password_change_form_custom.html:26 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 msgid "Change Password" msgstr "" -#: accounts/templates/accounts/login.html:7 +#: colab/accounts/templates/accounts/login.html:7 msgid "To login please click in the link below:" msgstr "" -#: accounts/templates/accounts/login.html:8 -#: accounts/templates/registration/login.html:34 -#: accounts/templates/registration/login.html:54 templates/header.html:37 -#: templates/header.html.py:42 templates/header.html:46 -#: templates/header.html.py:51 +#: colab/accounts/templates/accounts/login.html:8 +#: colab/accounts/templates/registration/login.html:34 +#: colab/accounts/templates/registration/login.html:54 +#: colab/templates/header.html:37 colab/templates/header.html.py:42 +#: colab/templates/header.html:46 colab/templates/header.html.py:51 msgid "Login" msgstr "" -#: accounts/templates/accounts/manage_subscriptions.html:6 +#: colab/accounts/templates/accounts/manage_subscriptions.html:6 msgid "Group Subscriptions" msgstr "" -#: accounts/templates/accounts/manage_subscriptions.html:36 +#: colab/accounts/templates/accounts/manage_subscriptions.html:36 msgid "Update subscriptions" msgstr "" -#: accounts/templates/accounts/user_create_form.html:5 +#: colab/accounts/templates/accounts/user_create_form.html:5 msgid "Sign up" msgstr "" -#: accounts/templates/accounts/user_create_form.html:10 -#: accounts/templates/registration/login.html:14 -#: accounts/templates/registration/password_change_form_custom.html:12 -#: accounts/templates/registration/password_reset_confirm_custom.html:14 -#: accounts/templates/registration/password_reset_form_custom.html:9 +#: colab/accounts/templates/accounts/user_create_form.html:10 +#: colab/accounts/templates/registration/login.html:14 +#: colab/accounts/templates/registration/password_change_form_custom.html:12 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:14 +#: colab/accounts/templates/registration/password_reset_form_custom.html:9 msgid "Please correct the errors below and try again." msgstr "" -#: accounts/templates/accounts/user_create_form.html:17 +#: colab/accounts/templates/accounts/user_create_form.html:17 msgid "Required fields" msgstr "" -#: accounts/templates/accounts/user_create_form.html:29 +#: colab/accounts/templates/accounts/user_create_form.html:29 msgid "Personal Information" msgstr "" -#: accounts/templates/accounts/user_create_form.html:46 +#: colab/accounts/templates/accounts/user_create_form.html:46 msgid "Subscribe to groups" msgstr "" -#: accounts/templates/accounts/user_create_form.html:60 -#: templates/header.html:41 templates/header.html.py:50 +#: colab/accounts/templates/accounts/user_create_form.html:60 +#: colab/templates/header.html:41 colab/templates/header.html.py:50 msgid "Register" msgstr "" -#: accounts/templates/accounts/user_detail.html:8 badger/models.py:21 +#: colab/accounts/templates/accounts/user_detail.html:8 +#: colab/badger/models.py:21 msgid "Messages" msgstr "" -#: accounts/templates/accounts/user_detail.html:9 badger/models.py:22 -#: templates/home.html:7 +#: colab/accounts/templates/accounts/user_detail.html:9 +#: colab/badger/models.py:22 colab/templates/home.html:7 msgid "Contributions" msgstr "" -#: accounts/templates/accounts/user_detail.html:29 +#: colab/accounts/templates/accounts/user_detail.html:29 msgid "edit profile" msgstr "" -#: accounts/templates/accounts/user_detail.html:30 +#: colab/accounts/templates/accounts/user_detail.html:30 msgid "group membership" msgstr "" -#: accounts/templates/accounts/user_detail.html:66 +#: colab/accounts/templates/accounts/user_detail.html:66 msgid "Twitter account" msgstr "" -#: accounts/templates/accounts/user_detail.html:69 +#: colab/accounts/templates/accounts/user_detail.html:69 msgid "Facebook account" msgstr "" -#: accounts/templates/accounts/user_detail.html:74 +#: colab/accounts/templates/accounts/user_detail.html:74 msgid "Google talk account" msgstr "" -#: accounts/templates/accounts/user_detail.html:78 +#: colab/accounts/templates/accounts/user_detail.html:78 msgid "Github account" msgstr "" -#: accounts/templates/accounts/user_detail.html:82 +#: colab/accounts/templates/accounts/user_detail.html:82 msgid "Personal webpage" msgstr "" -#: accounts/templates/accounts/user_detail.html:89 +#: colab/accounts/templates/accounts/user_detail.html:89 msgid "Groups: " msgstr "" -#: accounts/templates/accounts/user_detail.html:102 +#: colab/accounts/templates/accounts/user_detail.html:102 msgid "Collaborations by Type" msgstr "" -#: accounts/templates/accounts/user_detail.html:118 +#: colab/accounts/templates/accounts/user_detail.html:118 msgid "Participation by Group" msgstr "" -#: accounts/templates/accounts/user_detail.html:134 badger/models.py:69 +#: colab/accounts/templates/accounts/user_detail.html:134 +#: colab/badger/models.py:69 msgid "Badges" msgstr "" -#: accounts/templates/accounts/user_detail.html:153 +#: colab/accounts/templates/accounts/user_detail.html:153 msgid "Latest posted" msgstr "" -#: accounts/templates/accounts/user_detail.html:158 +#: colab/accounts/templates/accounts/user_detail.html:158 msgid "There are no posts by this user so far." msgstr "" -#: accounts/templates/accounts/user_detail.html:162 +#: colab/accounts/templates/accounts/user_detail.html:162 msgid "View more posts..." msgstr "" -#: accounts/templates/accounts/user_detail.html:168 +#: colab/accounts/templates/accounts/user_detail.html:168 msgid "Latest contributions" msgstr "" -#: accounts/templates/accounts/user_detail.html:173 +#: colab/accounts/templates/accounts/user_detail.html:173 msgid "No contributions of this user so far." msgstr "" -#: accounts/templates/accounts/user_detail.html:177 +#: colab/accounts/templates/accounts/user_detail.html:177 msgid "View more contributions..." msgstr "" -#: accounts/templates/accounts/user_update_form.html:65 +#: colab/accounts/templates/accounts/user_update_form.html:65 msgid "We sent a verification email to " msgstr "" -#: accounts/templates/accounts/user_update_form.html:66 +#: colab/accounts/templates/accounts/user_update_form.html:66 msgid "Please follow the instructions in it." msgstr "" -#: accounts/templates/accounts/user_update_form.html:110 +#: colab/accounts/templates/accounts/user_update_form.html:110 msgid "profile information" msgstr "" -#: accounts/templates/accounts/user_update_form.html:115 +#: colab/accounts/templates/accounts/user_update_form.html:115 msgid "Change your avatar at Gravatar.com" msgstr "" -#: accounts/templates/accounts/user_update_form.html:142 search/utils.py:51 +#: colab/accounts/templates/accounts/user_update_form.html:142 +#: colab/search/utils.py:51 msgid "Emails" msgstr "" -#: accounts/templates/accounts/user_update_form.html:151 +#: colab/accounts/templates/accounts/user_update_form.html:151 msgid "Primary" msgstr "" -#: accounts/templates/accounts/user_update_form.html:154 +#: colab/accounts/templates/accounts/user_update_form.html:154 msgid "Setting..." msgstr "" -#: accounts/templates/accounts/user_update_form.html:154 +#: colab/accounts/templates/accounts/user_update_form.html:154 msgid "Set as Primary" msgstr "" -#: accounts/templates/accounts/user_update_form.html:155 +#: colab/accounts/templates/accounts/user_update_form.html:155 msgid "Deleting..." msgstr "" -#: accounts/templates/accounts/user_update_form.html:155 -#: accounts/templates/accounts/user_update_form.html:167 +#: colab/accounts/templates/accounts/user_update_form.html:155 +#: colab/accounts/templates/accounts/user_update_form.html:167 msgid "Delete" msgstr "" -#: accounts/templates/accounts/user_update_form.html:166 +#: colab/accounts/templates/accounts/user_update_form.html:166 msgid "Sending verification..." msgstr "" -#: accounts/templates/accounts/user_update_form.html:166 +#: colab/accounts/templates/accounts/user_update_form.html:166 msgid "Verify" msgstr "" -#: accounts/templates/accounts/user_update_form.html:174 +#: colab/accounts/templates/accounts/user_update_form.html:174 msgid "Add another email address:" msgstr "" -#: accounts/templates/accounts/user_update_form.html:177 +#: colab/accounts/templates/accounts/user_update_form.html:177 msgid "Add" msgstr "" -#: accounts/templates/accounts/user_update_form.html:207 +#: colab/accounts/templates/accounts/user_update_form.html:207 msgid "" "This feature is available only for those who need to change the password for " "some reason as having an old user with the same username, forgot your " @@ -338,568 +346,574 @@ msgid "" "what you are doing." msgstr "" -#: accounts/templates/accounts/user_update_form.html:217 +#: colab/accounts/templates/accounts/user_update_form.html:217 msgid "Update" msgstr "" -#: accounts/templates/registration/login.html:10 -#: accounts/templates/registration/password_change_form_custom.html:10 -#: accounts/templates/registration/password_reset_confirm_custom.html:12 +#: colab/accounts/templates/registration/login.html:10 +#: colab/accounts/templates/registration/password_change_form_custom.html:10 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:12 msgid "Please correct the error below and try again." msgstr "" -#: accounts/templates/registration/login.html:56 +#: colab/accounts/templates/registration/login.html:56 msgid "Forgot Password?" msgstr "" -#: accounts/templates/registration/password_change_form_custom.html:54 -#: accounts/templates/registration/password_reset_confirm_custom.html:51 +#: colab/accounts/templates/registration/password_change_form_custom.html:54 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:51 msgid "Change my password" msgstr "" -#: accounts/templates/registration/password_reset_confirm_custom.html:3 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:3 msgid "Setting New password" msgstr "" -#: accounts/templates/registration/password_reset_form_custom.html:23 +#: colab/accounts/templates/registration/password_reset_form_custom.html:23 msgid "" "Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: accounts/templates/registration/password_reset_form_custom.html:26 +#: colab/accounts/templates/registration/password_reset_form_custom.html:26 msgid "Email address:" msgstr "" -#: accounts/templates/registration/password_reset_form_custom.html:37 +#: colab/accounts/templates/registration/password_reset_form_custom.html:37 msgid "Reset password" msgstr "" -#: accounts/views.py:157 +#: colab/accounts/views.py:157 msgid "Your profile has been created!" msgstr "" -#: accounts/views.py:241 +#: colab/accounts/views.py:241 msgid "Could not change your password. Please, try again later." msgstr "" -#: accounts/views.py:250 +#: colab/accounts/views.py:250 msgid "You've changed your password successfully!" msgstr "" -#: accounts/views.py:256 +#: colab/accounts/views.py:256 msgid "Your password was changed." msgstr "" -#: accounts/views.py:272 +#: colab/accounts/views.py:272 msgid "Your password has been set. You may go ahead and log in now." msgstr "" -#: badger/forms.py:17 badger/models.py:39 settings.py:162 +#: colab/badger/forms.py:17 colab/badger/models.py:39 colab/settings.py:162 msgid "Image" msgstr "" -#: badger/forms.py:28 +#: colab/badger/forms.py:28 msgid "You must add an Image" msgstr "" -#: badger/models.py:11 +#: colab/badger/models.py:11 msgid "Greater than or equal" msgstr "" -#: badger/models.py:12 +#: colab/badger/models.py:12 msgid "less than or equal" msgstr "" -#: badger/models.py:13 +#: colab/badger/models.py:13 msgid "Equal" msgstr "" -#: badger/models.py:14 +#: colab/badger/models.py:14 msgid "Biggest" msgstr "" -#: badger/models.py:17 +#: colab/badger/models.py:17 msgid "Automatically" msgstr "" -#: badger/models.py:18 +#: colab/badger/models.py:18 msgid "Manual" msgstr "" -#: badger/models.py:23 +#: colab/badger/models.py:23 msgid "Wikis" msgstr "" -#: badger/models.py:24 +#: colab/badger/models.py:24 msgid "Revisions" msgstr "" -#: badger/models.py:25 -#: search/templates/search/includes/search_filters.html:122 +#: colab/badger/models.py:25 +#: colab/search/templates/search/includes/search_filters.html:122 msgid "Ticket" msgstr "" -#: badger/models.py:35 +#: colab/badger/models.py:35 msgid "Title" msgstr "" -#: badger/models.py:37 +#: colab/badger/models.py:37 msgid "Description" msgstr "" -#: badger/models.py:40 search/forms.py:17 +#: colab/badger/models.py:40 colab/search/forms.py:17 msgid "Type" msgstr "" -#: badger/models.py:42 +#: colab/badger/models.py:42 msgid "User attribute" msgstr "" -#: badger/models.py:48 +#: colab/badger/models.py:48 msgid "Comparison" msgstr "" -#: badger/models.py:55 +#: colab/badger/models.py:55 msgid "Value" msgstr "" -#: badger/models.py:61 +#: colab/badger/models.py:61 msgid "Awardees" msgstr "" -#: badger/models.py:65 +#: colab/badger/models.py:65 msgid "Order" msgstr "" -#: badger/models.py:68 +#: colab/badger/models.py:68 msgid "Badge" msgstr "" -#: home/context_processors.py:20 +#: colab/home/context_processors.py:20 msgid "Fork me!" msgstr "" -#: proxy/gitlab/apps.py:12 proxy/jenkins/apps.py:12 proxy/trac/apps.py:12 -#: settings.py:159 +#: colab/proxy/gitlab/apps.py:12 colab/proxy/jenkins/apps.py:12 +#: colab/proxy/trac/apps.py:12 colab/settings.py:159 +#: tests/plugins.d/gitlab.py:10 msgid "Code" msgstr "" -#: proxy/gitlab/apps.py:14 +#: colab/proxy/gitlab/apps.py:14 tests/plugins.d/gitlab.py:12 msgid "Public Projects" msgstr "" -#: proxy/gitlab/apps.py:17 proxy/noosfero/apps.py:18 +#: colab/proxy/gitlab/apps.py:17 colab/proxy/noosfero/apps.py:18 +#: tests/plugins.d/gitlab.py:15 msgid "Profile" msgstr "" -#: proxy/gitlab/apps.py:18 +#: colab/proxy/gitlab/apps.py:18 tests/plugins.d/gitlab.py:16 msgid "New Project" msgstr "" -#: proxy/gitlab/apps.py:19 +#: colab/proxy/gitlab/apps.py:19 tests/plugins.d/gitlab.py:17 msgid "Projects" msgstr "" -#: proxy/gitlab/apps.py:20 templates/header.html:21 +#: colab/proxy/gitlab/apps.py:20 colab/templates/header.html:21 +#: tests/plugins.d/gitlab.py:18 msgid "Groups" msgstr "" -#: proxy/gitlab/apps.py:21 +#: colab/proxy/gitlab/apps.py:21 tests/plugins.d/gitlab.py:19 msgid "Issues" msgstr "" -#: proxy/gitlab/apps.py:22 +#: colab/proxy/gitlab/apps.py:22 tests/plugins.d/gitlab.py:20 msgid "Merge Requests" msgstr "" -#: proxy/gitlab/models.py:23 +#: colab/proxy/gitlab/models.py:23 msgid "Gitlab Project" msgstr "" -#: proxy/gitlab/models.py:24 +#: colab/proxy/gitlab/models.py:24 msgid "Gitlab Projects" msgstr "" -#: proxy/gitlab/models.py:59 +#: colab/proxy/gitlab/models.py:59 msgid "Gitlab Merge Request" msgstr "" -#: proxy/gitlab/models.py:60 +#: colab/proxy/gitlab/models.py:60 msgid "Gitlab Merge Requests" msgstr "" -#: proxy/gitlab/models.py:87 +#: colab/proxy/gitlab/models.py:87 msgid "Gitlab Issue" msgstr "" -#: proxy/gitlab/models.py:88 +#: colab/proxy/gitlab/models.py:88 msgid "Gitlab Issues" msgstr "" -#: proxy/gitlab/models.py:142 proxy/gitlab/models.py:143 +#: colab/proxy/gitlab/models.py:142 colab/proxy/gitlab/models.py:143 msgid "Gitlab Comments" msgstr "" -#: proxy/jenkins/apps.py:14 +#: colab/proxy/jenkins/apps.py:14 msgid "Continuos Integration" msgstr "" -#: proxy/noosfero/apps.py:12 +#: colab/proxy/noosfero/apps.py:12 msgid "Social" msgstr "" -#: proxy/noosfero/apps.py:14 +#: colab/proxy/noosfero/apps.py:14 msgid "Users" msgstr "" -#: proxy/noosfero/apps.py:15 +#: colab/proxy/noosfero/apps.py:15 msgid "Communities" msgstr "" -#: proxy/noosfero/apps.py:19 +#: colab/proxy/noosfero/apps.py:19 msgid "Control panel" msgstr "" -#: proxy/trac/apps.py:14 +#: colab/proxy/trac/apps.py:14 msgid "Timeline" msgstr "" -#: proxy/trac/apps.py:15 -#: search/templates/search/includes/search_filters.html:118 -#: templates/open-data.html:130 +#: colab/proxy/trac/apps.py:15 +#: colab/search/templates/search/includes/search_filters.html:118 +#: colab/templates/open-data.html:130 msgid "Wiki" msgstr "" -#: proxy/trac/apps.py:16 +#: colab/proxy/trac/apps.py:16 msgid "View Tickets" msgstr "" -#: proxy/trac/apps.py:17 +#: colab/proxy/trac/apps.py:17 msgid "Roadmap" msgstr "" -#: proxy/trac/apps.py:18 +#: colab/proxy/trac/apps.py:18 msgid "Browse Source" msgstr "" -#: proxy/trac/apps.py:21 +#: colab/proxy/trac/apps.py:21 msgid "New Ticket" msgstr "" -#: proxy/trac/apps.py:22 +#: colab/proxy/trac/apps.py:22 msgid "New Wiki Page" msgstr "" -#: rss/feeds.py:13 +#: colab/rss/feeds.py:13 msgid "Latest Discussions" msgstr "" -#: rss/feeds.py:32 +#: colab/rss/feeds.py:32 msgid "Discussions Most Relevance" msgstr "" -#: rss/feeds.py:51 +#: colab/rss/feeds.py:51 msgid "Latest collaborations" msgstr "" -#: search/forms.py:15 search/templates/search/search.html:46 -#: templates/header.html:27 +#: colab/search/forms.py:15 colab/search/templates/search/search.html:46 +#: colab/templates/header.html:27 msgid "Search" msgstr "" -#: search/forms.py:18 search/views.py:22 +#: colab/search/forms.py:18 colab/search/views.py:22 msgid "Author" msgstr "" -#: search/forms.py:19 +#: colab/search/forms.py:19 msgid "Modified by" msgstr "" -#: search/forms.py:21 +#: colab/search/forms.py:21 msgid "Status" msgstr "" -#: search/forms.py:25 search/views.py:25 +#: colab/search/forms.py:25 colab/search/views.py:25 msgid "Mailinglist" msgstr "" -#: search/forms.py:29 +#: colab/search/forms.py:29 msgid "Milestone" msgstr "" -#: search/forms.py:30 +#: colab/search/forms.py:30 msgid "Priority" msgstr "" -#: search/forms.py:31 +#: colab/search/forms.py:31 msgid "Component" msgstr "" -#: search/forms.py:32 +#: colab/search/forms.py:32 msgid "Severity" msgstr "" -#: search/forms.py:33 +#: colab/search/forms.py:33 msgid "Reporter" msgstr "" -#: search/forms.py:34 +#: colab/search/forms.py:34 msgid "Keywords" msgstr "" -#: search/forms.py:35 +#: colab/search/forms.py:35 msgid "Collaborators" msgstr "" -#: search/forms.py:36 +#: colab/search/forms.py:36 msgid "Repository" msgstr "" -#: search/forms.py:38 +#: colab/search/forms.py:38 msgid "Name" msgstr "" -#: search/forms.py:39 +#: colab/search/forms.py:39 msgid "Institution" msgstr "" -#: search/forms.py:40 +#: colab/search/forms.py:40 msgid "Role" msgstr "" -#: search/forms.py:41 search/templates/search/includes/search_filters.html:154 -#: search/templates/search/includes/search_filters.html:156 -#: search/templates/search/includes/search_filters.html:188 -#: search/templates/search/includes/search_filters.html:189 +#: colab/search/forms.py:41 +#: colab/search/templates/search/includes/search_filters.html:154 +#: colab/search/templates/search/includes/search_filters.html:156 +#: colab/search/templates/search/includes/search_filters.html:188 +#: colab/search/templates/search/includes/search_filters.html:189 msgid "Since" msgstr "" -#: search/forms.py:42 search/templates/search/includes/search_filters.html:163 -#: search/templates/search/includes/search_filters.html:165 -#: search/templates/search/includes/search_filters.html:192 -#: search/templates/search/includes/search_filters.html:193 +#: colab/search/forms.py:42 +#: colab/search/templates/search/includes/search_filters.html:163 +#: colab/search/templates/search/includes/search_filters.html:165 +#: colab/search/templates/search/includes/search_filters.html:192 +#: colab/search/templates/search/includes/search_filters.html:193 msgid "Until" msgstr "" -#: search/forms.py:43 +#: colab/search/forms.py:43 msgid "Filename" msgstr "" -#: search/forms.py:44 +#: colab/search/forms.py:44 msgid "Used by" msgstr "" -#: search/forms.py:45 +#: colab/search/forms.py:45 msgid "File type" msgstr "" -#: search/forms.py:46 +#: colab/search/forms.py:46 msgid "Size" msgstr "" -#: search/templates/search/includes/search_filters.html:5 -#: search/templates/search/includes/search_filters.html:33 -#: search/templates/search/includes/search_filters.html:51 -#: search/templates/search/includes/search_filters.html:69 +#: colab/search/templates/search/includes/search_filters.html:5 +#: colab/search/templates/search/includes/search_filters.html:33 +#: colab/search/templates/search/includes/search_filters.html:51 +#: colab/search/templates/search/includes/search_filters.html:69 msgid "Remove filter" msgstr "" -#: search/templates/search/includes/search_filters.html:88 -#: search/templates/search/includes/search_filters.html:174 -#: search/templates/search/includes/search_filters.html:198 +#: colab/search/templates/search/includes/search_filters.html:88 +#: colab/search/templates/search/includes/search_filters.html:174 +#: colab/search/templates/search/includes/search_filters.html:198 msgid "Filter" msgstr "" -#: search/templates/search/includes/search_filters.html:94 +#: colab/search/templates/search/includes/search_filters.html:94 msgid "Sort by" msgstr "" -#: search/templates/search/includes/search_filters.html:111 +#: colab/search/templates/search/includes/search_filters.html:111 msgid "Types" msgstr "" -#: search/templates/search/includes/search_filters.html:126 +#: colab/search/templates/search/includes/search_filters.html:126 msgid "Changeset" msgstr "" -#: search/templates/search/includes/search_filters.html:130 +#: colab/search/templates/search/includes/search_filters.html:130 msgid "User" msgstr "" -#: search/templates/search/includes/search_filters.html:134 +#: colab/search/templates/search/includes/search_filters.html:134 msgid "Attachment" msgstr "" -#: search/templates/search/includes/search_filters.html:139 search/views.py:20 +#: colab/search/templates/search/includes/search_filters.html:139 +#: colab/search/views.py:20 msgid "Discussion" msgstr "" -#: search/templates/search/search.html:5 +#: colab/search/templates/search/search.html:5 msgid "search" msgstr "" -#: search/templates/search/search.html:51 +#: colab/search/templates/search/search.html:51 msgid "documents found" msgstr "" -#: search/templates/search/search.html:62 +#: colab/search/templates/search/search.html:62 msgid "Search here" msgstr "" -#: search/templates/search/search.html:74 -#: search/templates/search/search.html:84 +#: colab/search/templates/search/search.html:74 +#: colab/search/templates/search/search.html:84 msgid "Filters" msgstr "" -#: search/templates/search/search.html:105 +#: colab/search/templates/search/search.html:105 msgid "No results for your search." msgstr "" -#: search/templates/search/search.html:107 +#: colab/search/templates/search/search.html:107 msgid "You are searching for" msgstr "" -#: settings.py:117 +#: colab/settings.py:117 msgid "English" msgstr "" -#: settings.py:118 +#: colab/settings.py:118 msgid "Portuguese" msgstr "" -#: settings.py:119 +#: colab/settings.py:119 msgid "Spanish" msgstr "" -#: settings.py:142 +#: colab/settings.py:142 msgid "Recent activity" msgstr "" -#: settings.py:146 +#: colab/settings.py:146 msgid "Relevance" msgstr "" -#: settings.py:155 +#: colab/settings.py:155 msgid "Document" msgstr "" -#: settings.py:157 +#: colab/settings.py:157 msgid "Presentation" msgstr "" -#: settings.py:158 +#: colab/settings.py:158 msgid "Text" msgstr "" -#: settings.py:161 +#: colab/settings.py:161 msgid "Compressed" msgstr "" -#: settings.py:164 +#: colab/settings.py:164 msgid "Spreadsheet" msgstr "" -#: settings.py:262 +#: colab/settings.py:262 msgid "Planet Colab" msgstr "" -#: settings.py:263 +#: colab/settings.py:263 msgid "Colab blog aggregator" msgstr "" -#: settings.py:297 +#: colab/settings.py:297 msgid "One Time Snippet" msgstr "" -#: settings.py:298 +#: colab/settings.py:298 msgid "In one hour" msgstr "" -#: settings.py:299 +#: colab/settings.py:299 msgid "In one week" msgstr "" -#: settings.py:300 +#: colab/settings.py:300 msgid "In one month" msgstr "" -#: settings.py:301 +#: colab/settings.py:301 msgid "Never" msgstr "" -#: templates/404.html:5 +#: colab/templates/404.html:5 msgid "Not found. Keep searching! :)" msgstr "" -#: templates/500.html:2 +#: colab/templates/500.html:2 msgid "Ooopz... something went wrong!" msgstr "" -#: templates/base.html:82 +#: colab/templates/base.html:82 msgid "The login has failed. Please, try again." msgstr "" -#: templates/dpaste/snippet_details.html:37 +#: colab/templates/dpaste/snippet_details.html:37 msgid "Compare" msgstr "" -#: templates/dpaste/snippet_details.html:47 +#: colab/templates/dpaste/snippet_details.html:47 #, python-format msgid "Expires in: %(date)s" msgstr "" -#: templates/dpaste/snippet_details.html:49 +#: colab/templates/dpaste/snippet_details.html:49 msgid "Snippet never expires" msgstr "" -#: templates/dpaste/snippet_details.html:51 +#: colab/templates/dpaste/snippet_details.html:51 msgid "One-time snippet" msgstr "" -#: templates/dpaste/snippet_details.html:56 +#: colab/templates/dpaste/snippet_details.html:56 msgid "Really delete this snippet?" msgstr "" -#: templates/dpaste/snippet_details.html:58 +#: colab/templates/dpaste/snippet_details.html:58 msgid "Delete Now" msgstr "" -#: templates/dpaste/snippet_details.html:63 -#: templates/dpaste/snippet_details.html:65 +#: colab/templates/dpaste/snippet_details.html:63 +#: colab/templates/dpaste/snippet_details.html:65 msgid "Compare Snippets" msgstr "" -#: templates/dpaste/snippet_details.html:69 -#: templates/dpaste/snippet_details.html:71 +#: colab/templates/dpaste/snippet_details.html:69 +#: colab/templates/dpaste/snippet_details.html:71 msgid "View Raw" msgstr "" -#: templates/dpaste/snippet_details.html:75 +#: colab/templates/dpaste/snippet_details.html:75 msgid "Gist" msgstr "" -#: templates/dpaste/snippet_details.html:88 +#: colab/templates/dpaste/snippet_details.html:88 msgid "This is a one-time snippet." msgstr "" -#: templates/dpaste/snippet_details.html:90 +#: colab/templates/dpaste/snippet_details.html:90 msgid "It will automatically get deleted after {{ remaining }} further views." msgstr "" -#: templates/dpaste/snippet_details.html:92 +#: colab/templates/dpaste/snippet_details.html:92 msgid "It will automatically get deleted after the next view." msgstr "" -#: templates/dpaste/snippet_details.html:94 +#: colab/templates/dpaste/snippet_details.html:94 msgid "It cannot be viewed again." msgstr "" -#: templates/dpaste/snippet_details.html:109 +#: colab/templates/dpaste/snippet_details.html:109 msgid "Reply to this snippet" msgstr "" -#: templates/dpaste/snippet_diff.html:5 +#: colab/templates/dpaste/snippet_diff.html:5 #, python-format msgid "" "\n" @@ -908,421 +922,421 @@ msgid "" " " msgstr "" -#: templates/dpaste/snippet_form.html:28 +#: colab/templates/dpaste/snippet_form.html:28 msgid "Paste it" msgstr "" -#: templates/footer.html:8 +#: colab/templates/footer.html:8 msgid "Back to top" msgstr "" -#: templates/footer.html:15 -msgid "Subjects" +#: colab/templates/footer.html:15 +msgid "Topics" msgstr "" -#: templates/footer.html:16 +#: colab/templates/footer.html:16 msgid "SPB" msgstr "" -#: templates/footer.html:17 +#: colab/templates/footer.html:17 msgid "SISP-SPB" msgstr "" -#: templates/footer.html:18 +#: colab/templates/footer.html:18 msgid "AvaliaSPB" msgstr "" -#: templates/footer.html:20 +#: colab/templates/footer.html:20 msgid "5cQualiBr" msgstr "" -#: templates/footer.html:23 +#: colab/templates/footer.html:23 msgid "Services" msgstr "" -#: templates/footer.html:25 +#: colab/templates/footer.html:25 msgid "Frequently Asked Questions" msgstr "" -#: templates/footer.html:28 +#: colab/templates/footer.html:28 msgid "Contact" msgstr "" -#: templates/footer.html:31 +#: colab/templates/footer.html:31 msgid " [Denomination's] services" msgstr "" -#: templates/footer.html:34 +#: colab/templates/footer.html:34 msgid "Open data" msgstr "" -#: templates/footer.html:37 +#: colab/templates/footer.html:37 msgid "Press area" msgstr "" -#: templates/footer.html:41 +#: colab/templates/footer.html:41 msgid "Social networks" msgstr "" -#: templates/footer.html:57 +#: colab/templates/footer.html:57 msgid "What is it?" msgstr "" -#: templates/footer.html:58 +#: colab/templates/footer.html:58 msgid "Subscribe" msgstr "" -#: templates/footer.html:61 +#: colab/templates/footer.html:61 msgid "Navigation" msgstr "" -#: templates/footer.html:62 +#: colab/templates/footer.html:62 msgid "Accessibility" msgstr "" -#: templates/footer.html:63 +#: colab/templates/footer.html:63 msgid "Site map" msgstr "" -#: templates/footer.html:73 +#: colab/templates/footer.html:73 msgid "Information access" msgstr "" -#: templates/footer.html:76 +#: colab/templates/footer.html:76 msgid "Republic Presidency General Secretary" msgstr "" -#: templates/footer.html:76 +#: colab/templates/footer.html:76 msgid "Brazil - Federal Government" msgstr "" -#: templates/header.html:65 +#: colab/templates/header.html:65 msgid "My Profile" msgstr "" -#: templates/header.html:66 templates/header.html.py:70 +#: colab/templates/header.html:66 colab/templates/header.html.py:70 msgid "Logout" msgstr "" -#: templates/header.html:82 templates/header.html.py:85 +#: colab/templates/header.html:82 colab/templates/header.html.py:85 msgid "Search here..." msgstr "" -#: templates/home.html:17 +#: colab/templates/home.html:17 msgid "Latest Collaborations" msgstr "" -#: templates/home.html:21 +#: colab/templates/home.html:21 msgid "RSS - Latest collaborations" msgstr "" -#: templates/home.html:30 +#: colab/templates/home.html:30 msgid "View more collaborations..." msgstr "" -#: templates/home.html:37 +#: colab/templates/home.html:37 msgid "Collaboration Graph" msgstr "" -#: templates/home.html:48 +#: colab/templates/home.html:48 msgid "Most Relevant Threads" msgstr "" -#: templates/home.html:52 +#: colab/templates/home.html:52 msgid "RSS - Most Relevant Threads" msgstr "" -#: templates/home.html:60 templates/home.html.py:79 +#: colab/templates/home.html:60 colab/templates/home.html.py:79 msgid "View more discussions..." msgstr "" -#: templates/home.html:67 +#: colab/templates/home.html:67 msgid "Latest Threads" msgstr "" -#: templates/home.html:71 +#: colab/templates/home.html:71 msgid "RSS - Latest Threads" msgstr "" -#: templates/open-data.html:6 +#: colab/templates/open-data.html:6 msgid "OpenData - Communities" msgstr "" -#: templates/open-data.html:7 +#: colab/templates/open-data.html:7 msgid "" "If you are interested in any other data that is not provided by this API, " "please contact us via the ticketing system (you must be registered in order " "to create a ticket)." msgstr "" -#: templates/open-data.html:9 +#: colab/templates/open-data.html:9 msgid "Retrieving data via API" msgstr "" -#: templates/open-data.html:10 +#: colab/templates/open-data.html:10 msgid "Colab API works through HTTP/REST, always returning JSON objects." msgstr "" -#: templates/open-data.html:12 +#: colab/templates/open-data.html:12 msgid "The base API URL is" msgstr "" -#: templates/open-data.html:19 +#: colab/templates/open-data.html:19 msgid "" "Each model listed below has a resource_uri field available, which is the " "object's data URI." msgstr "" -#: templates/open-data.html:20 +#: colab/templates/open-data.html:20 msgid "" "The following list contains the available models to retrieve data and its " "fields available for filtering" msgstr "" -#: templates/open-data.html:24 templates/open-data.html.py:39 -#: templates/open-data.html:50 templates/open-data.html.py:62 -#: templates/open-data.html:74 templates/open-data.html.py:95 +#: colab/templates/open-data.html:24 colab/templates/open-data.html.py:39 +#: colab/templates/open-data.html:50 colab/templates/open-data.html.py:62 +#: colab/templates/open-data.html:74 colab/templates/open-data.html.py:95 msgid "Fields" msgstr "" -#: templates/open-data.html:25 +#: colab/templates/open-data.html:25 msgid "" "The email field is not shown for user's privacy, but you can use it to filter" msgstr "" -#: templates/open-data.html:27 +#: colab/templates/open-data.html:27 msgid "The user's username" msgstr "" -#: templates/open-data.html:28 +#: colab/templates/open-data.html:28 msgid "The user's email address" msgstr "" -#: templates/open-data.html:29 +#: colab/templates/open-data.html:29 msgid "What is the user's institution" msgstr "" -#: templates/open-data.html:30 +#: colab/templates/open-data.html:30 msgid "What is the user's role" msgstr "" -#: templates/open-data.html:31 +#: colab/templates/open-data.html:31 msgid "The user's first name" msgstr "" -#: templates/open-data.html:32 +#: colab/templates/open-data.html:32 msgid "The user's last name" msgstr "" -#: templates/open-data.html:33 +#: colab/templates/open-data.html:33 msgid "A mini bio of the user" msgstr "" -#: templates/open-data.html:40 +#: colab/templates/open-data.html:40 msgid "" "The address field is not shown for user's privacy, but you can use it to " "filter" msgstr "" -#: templates/open-data.html:42 +#: colab/templates/open-data.html:42 msgid "It has a relationshop with the user described above" msgstr "" -#: templates/open-data.html:43 +#: colab/templates/open-data.html:43 msgid "An email address" msgstr "" -#: templates/open-data.html:44 +#: colab/templates/open-data.html:44 msgid "The user's real name" msgstr "" -#: templates/open-data.html:52 +#: colab/templates/open-data.html:52 msgid "It has a relationship with the emailaddress described above" msgstr "" -#: templates/open-data.html:53 +#: colab/templates/open-data.html:53 msgid "The message's body" msgstr "" -#: templates/open-data.html:54 +#: colab/templates/open-data.html:54 msgid "The message's subject" msgstr "" -#: templates/open-data.html:55 +#: colab/templates/open-data.html:55 msgid "The message's id" msgstr "" -#: templates/open-data.html:56 +#: colab/templates/open-data.html:56 msgid "The message's received time" msgstr "" -#: templates/open-data.html:64 +#: colab/templates/open-data.html:64 msgid "The revision's author username" msgstr "" -#: templates/open-data.html:65 +#: colab/templates/open-data.html:65 msgid "When the revision's were created" msgstr "" -#: templates/open-data.html:66 +#: colab/templates/open-data.html:66 msgid "The revision's key" msgstr "" -#: templates/open-data.html:67 +#: colab/templates/open-data.html:67 msgid "The revision's message" msgstr "" -#: templates/open-data.html:68 +#: colab/templates/open-data.html:68 msgid "The revision's repository name" msgstr "" -#: templates/open-data.html:76 +#: colab/templates/open-data.html:76 msgid "The ticket's author username" msgstr "" -#: templates/open-data.html:77 +#: colab/templates/open-data.html:77 msgid "The ticket's component" msgstr "" -#: templates/open-data.html:78 +#: colab/templates/open-data.html:78 msgid "When the ticket's were created" msgstr "" -#: templates/open-data.html:79 +#: colab/templates/open-data.html:79 msgid "The ticket's description" msgstr "" -#: templates/open-data.html:80 +#: colab/templates/open-data.html:80 msgid "The ticket's id" msgstr "" -#: templates/open-data.html:81 +#: colab/templates/open-data.html:81 msgid "The ticket's keywords" msgstr "" -#: templates/open-data.html:82 +#: colab/templates/open-data.html:82 msgid "The ticket's milestone" msgstr "" -#: templates/open-data.html:83 templates/open-data.html.py:99 +#: colab/templates/open-data.html:83 colab/templates/open-data.html.py:99 msgid "The time of the last modification" msgstr "" -#: templates/open-data.html:84 +#: colab/templates/open-data.html:84 msgid "The username of the last user who modified the ticket" msgstr "" -#: templates/open-data.html:85 +#: colab/templates/open-data.html:85 msgid "The ticket's priority" msgstr "" -#: templates/open-data.html:86 +#: colab/templates/open-data.html:86 msgid "The ticket's severity" msgstr "" -#: templates/open-data.html:87 +#: colab/templates/open-data.html:87 msgid "The ticket's status" msgstr "" -#: templates/open-data.html:88 +#: colab/templates/open-data.html:88 msgid "The ticket's summary" msgstr "" -#: templates/open-data.html:89 +#: colab/templates/open-data.html:89 msgid "The ticket's version" msgstr "" -#: templates/open-data.html:97 +#: colab/templates/open-data.html:97 msgid "The wiki's author username" msgstr "" -#: templates/open-data.html:98 +#: colab/templates/open-data.html:98 msgid "When the wiki's were created" msgstr "" -#: templates/open-data.html:100 +#: colab/templates/open-data.html:100 msgid "The username of the last user who modified the wiki" msgstr "" -#: templates/open-data.html:101 +#: colab/templates/open-data.html:101 msgid "The wiki's name" msgstr "" -#: templates/open-data.html:102 +#: colab/templates/open-data.html:102 msgid "the wiki's content" msgstr "" -#: templates/open-data.html:109 +#: colab/templates/open-data.html:109 msgid "Parameters" msgstr "" -#: templates/open-data.html:112 +#: colab/templates/open-data.html:112 msgid "Results per page" msgstr "" -#: templates/open-data.html:113 +#: colab/templates/open-data.html:113 msgid "Number of results to be displayed per page." msgstr "" -#: templates/open-data.html:114 +#: colab/templates/open-data.html:114 msgid "Default: 20" msgstr "" -#: templates/open-data.html:118 +#: colab/templates/open-data.html:118 msgid "Starts of n element" msgstr "" -#: templates/open-data.html:119 +#: colab/templates/open-data.html:119 msgid "Where n is the index of the first result to appear in the page." msgstr "" -#: templates/open-data.html:120 +#: colab/templates/open-data.html:120 msgid "Default: 0" msgstr "" -#: templates/open-data.html:122 +#: colab/templates/open-data.html:122 msgid "Filtering" msgstr "" -#: templates/open-data.html:124 +#: colab/templates/open-data.html:124 msgid "The field name" msgstr "" -#: templates/open-data.html:125 +#: colab/templates/open-data.html:125 msgid "" "If you are looking for a specific wiki, and you know the wiki's name, you " "can filter it as below" msgstr "" -#: templates/open-data.html:126 +#: colab/templates/open-data.html:126 msgid "WikiName" msgstr "" -#: templates/open-data.html:127 +#: colab/templates/open-data.html:127 msgid "" "Where "name" is the fieldname and "WikiName" is the " "value you want to filter." msgstr "" -#: templates/open-data.html:128 +#: colab/templates/open-data.html:128 msgid "Usage" msgstr "" -#: templates/open-data.html:129 +#: colab/templates/open-data.html:129 msgid "" "You can also filter using Django lookup fields with the double underscores, " "just as below" msgstr "" -#: templates/open-data.html:131 templates/open-data.html.py:132 +#: colab/templates/open-data.html:131 colab/templates/open-data.html.py:132 msgid "test" msgstr "" -#: templates/open-data.html:133 +#: colab/templates/open-data.html:133 msgid "Usage with relationships" msgstr "" -#: templates/open-data.html:134 +#: colab/templates/open-data.html:134 msgid "" "You can use related fields to filter too. So, you can filter by any field of " "emailaddress using the 'from_address' field of message, which has a relation " @@ -1330,20 +1344,20 @@ msgid "" "underscore and the field's name. See the example below" msgstr "" -#: templates/open-data.html:136 +#: colab/templates/open-data.html:136 msgid "" "So, real_name is a field of emailaddress, and you had access to this field " "by a message field called from_address and using double underscore to say " "you want to use a field of that relationship" msgstr "" -#: templates/open-data.html:137 +#: colab/templates/open-data.html:137 msgid "" "Note: email filters must be exact. Which means that __contains, " "__startswith, __endswith and others won't work" msgstr "" -#: templates/open-data.html:138 +#: colab/templates/open-data.html:138 msgid "" "Another example of usage with relations. Used to retrieve all messages of a " "given user, using the username or the email field" diff --git a/colab/locale/pt_BR/LC_MESSAGES/django.mo b/colab/locale/pt_BR/LC_MESSAGES/django.mo index 99df02e..b3d7e23 100644 Binary files a/colab/locale/pt_BR/LC_MESSAGES/django.mo and b/colab/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/colab/locale/pt_BR/LC_MESSAGES/django.po b/colab/locale/pt_BR/LC_MESSAGES/django.po index 3082682..a83fa12 100644 --- a/colab/locale/pt_BR/LC_MESSAGES/django.po +++ b/colab/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: colab\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-25 19:01+0000\n" +"POT-Creation-Date: 2015-05-25 19:12+0000\n" "PO-Revision-Date: 2014-11-21 17:31+0000\n" "Last-Translator: Sergio Oliveira \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -19,333 +19,341 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: accounts/admin.py:18 +#: colab/accounts/admin.py:18 msgid "Personal info" msgstr "Informações Pessoais" -#: accounts/admin.py:24 +#: colab/accounts/admin.py:24 msgid "Permissions" msgstr "Permissões" -#: accounts/admin.py:28 +#: colab/accounts/admin.py:28 msgid "Important dates" msgstr "Datas importantes" -#: accounts/forms.py:37 +#: colab/accounts/forms.py:37 msgid "Social account does not exist" msgstr "Conta social não existe" -#: accounts/forms.py:65 accounts/forms.py:71 accounts/forms.py:77 +#: colab/accounts/forms.py:65 colab/accounts/forms.py:71 +#: colab/accounts/forms.py:77 msgid "This field cannot be blank." msgstr "" -#: accounts/forms.py:118 accounts/templates/accounts/user_detail.html:38 +#: colab/accounts/forms.py:118 +#: colab/accounts/templates/accounts/user_detail.html:38 msgid "Bio" msgstr "Bio" -#: accounts/forms.py:119 +#: colab/accounts/forms.py:119 msgid "Write something about you in 200 characters or less." msgstr "Escreva algo sobre você em 200 caracteres ou menos." -#: accounts/forms.py:147 +#: colab/accounts/forms.py:147 msgid "Mailing lists" msgstr "Listas de e-mail" -#: accounts/forms.py:154 accounts/forms.py:207 accounts/forms.py:261 -#: accounts/forms.py:298 accounts/forms.py:488 +#: colab/accounts/forms.py:154 colab/accounts/forms.py:207 +#: colab/accounts/forms.py:261 colab/accounts/forms.py:298 +#: colab/accounts/forms.py:488 msgid "Password" msgstr "Senha" -#: accounts/forms.py:156 accounts/forms.py:209 +#: colab/accounts/forms.py:156 colab/accounts/forms.py:209 msgid "Password confirmation" msgstr "Confirmação de senha" -#: accounts/forms.py:177 +#: colab/accounts/forms.py:177 msgid "Password mismatch" msgstr "Senhas diferentes" -#: accounts/forms.py:195 +#: colab/accounts/forms.py:195 msgid "A user with that username already exists." msgstr "" -#: accounts/forms.py:196 accounts/forms.py:422 accounts/forms.py:486 +#: colab/accounts/forms.py:196 colab/accounts/forms.py:422 +#: colab/accounts/forms.py:486 msgid "The two password fields didn't match." msgstr "" -#: accounts/forms.py:198 accounts/forms.py:255 search/forms.py:37 +#: colab/accounts/forms.py:198 colab/accounts/forms.py:255 +#: colab/search/forms.py:37 msgid "Username" msgstr "Usuário" -#: accounts/forms.py:256 +#: colab/accounts/forms.py:256 #, fuzzy #| msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only." msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatório. 30 caracteres ou menos. Letras, números e ./+/-/_ somente." -#: accounts/forms.py:259 +#: colab/accounts/forms.py:259 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: accounts/forms.py:262 +#: colab/accounts/forms.py:262 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: accounts/forms.py:301 +#: colab/accounts/forms.py:301 #, python-format msgid "" "Please enter a correct %(username)s and password. Note that both fields may " "be case-sensitive." msgstr "" -#: accounts/forms.py:303 +#: colab/accounts/forms.py:303 msgid "This account is inactive." msgstr "" -#: accounts/forms.py:366 +#: colab/accounts/forms.py:366 #, fuzzy #| msgid "Emails" msgid "Email" msgstr "E-mails" -#: accounts/forms.py:424 +#: colab/accounts/forms.py:424 #, fuzzy #| msgid "Reset password" msgid "New password" msgstr "Redefinir senha" -#: accounts/forms.py:426 +#: colab/accounts/forms.py:426 #, fuzzy #| msgid "Password confirmation" msgid "New password confirmation" msgstr "Confirmação de senha" -#: accounts/forms.py:457 +#: colab/accounts/forms.py:457 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: accounts/forms.py:460 +#: colab/accounts/forms.py:460 #, fuzzy #| msgid "Password" msgid "Old password" msgstr "Senha" -#: accounts/forms.py:490 +#: colab/accounts/forms.py:490 #, fuzzy #| msgid "Password" msgid "Password (again)" msgstr "Senha" -#: accounts/models.py:85 +#: colab/accounts/models.py:85 msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only." msgstr "" "Obrigatório. 30 caracteres ou menos. Letras, números e ./+/-/_ somente." -#: accounts/models.py:90 +#: colab/accounts/models.py:90 msgid "Enter a valid username." msgstr "Insira um nome de usuário válido." -#: accounts/templates/accounts/change_password.html:8 +#: colab/accounts/templates/accounts/change_password.html:8 msgid "Change XMPP Client and SVN Password" msgstr "Trocar senha do Repositório e do Mensageiro" -#: accounts/templates/accounts/change_password.html:17 -#: accounts/templates/accounts/user_update_form.html:186 -#: accounts/templates/accounts/user_update_form.html:190 -#: accounts/templates/accounts/user_update_form.html:202 -#: accounts/templates/accounts/user_update_form.html:209 -#: accounts/templates/registration/password_change_form_custom.html:26 -#: accounts/templates/registration/password_reset_confirm_custom.html:28 +#: colab/accounts/templates/accounts/change_password.html:17 +#: colab/accounts/templates/accounts/user_update_form.html:186 +#: colab/accounts/templates/accounts/user_update_form.html:190 +#: colab/accounts/templates/accounts/user_update_form.html:202 +#: colab/accounts/templates/accounts/user_update_form.html:209 +#: colab/accounts/templates/registration/password_change_form_custom.html:26 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:28 msgid "Change Password" msgstr "Trocar senha" -#: accounts/templates/accounts/login.html:7 +#: colab/accounts/templates/accounts/login.html:7 msgid "To login please click in the link below:" msgstr "Para acessar por favor clique no link abaixo:" -#: accounts/templates/accounts/login.html:8 -#: accounts/templates/registration/login.html:34 -#: accounts/templates/registration/login.html:54 templates/header.html:37 -#: templates/header.html.py:42 templates/header.html:46 -#: templates/header.html.py:51 +#: colab/accounts/templates/accounts/login.html:8 +#: colab/accounts/templates/registration/login.html:34 +#: colab/accounts/templates/registration/login.html:54 +#: colab/templates/header.html:37 colab/templates/header.html.py:42 +#: colab/templates/header.html:46 colab/templates/header.html.py:51 msgid "Login" msgstr "Entrar" -#: accounts/templates/accounts/manage_subscriptions.html:6 +#: colab/accounts/templates/accounts/manage_subscriptions.html:6 msgid "Group Subscriptions" msgstr "Inscrições em grupos" -#: accounts/templates/accounts/manage_subscriptions.html:36 +#: colab/accounts/templates/accounts/manage_subscriptions.html:36 msgid "Update subscriptions" msgstr "Atualizar inscrições" -#: accounts/templates/accounts/user_create_form.html:5 +#: colab/accounts/templates/accounts/user_create_form.html:5 msgid "Sign up" msgstr "Cadastrar" -#: accounts/templates/accounts/user_create_form.html:10 -#: accounts/templates/registration/login.html:14 -#: accounts/templates/registration/password_change_form_custom.html:12 -#: accounts/templates/registration/password_reset_confirm_custom.html:14 -#: accounts/templates/registration/password_reset_form_custom.html:9 +#: colab/accounts/templates/accounts/user_create_form.html:10 +#: colab/accounts/templates/registration/login.html:14 +#: colab/accounts/templates/registration/password_change_form_custom.html:12 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:14 +#: colab/accounts/templates/registration/password_reset_form_custom.html:9 msgid "Please correct the errors below and try again." msgstr "Por favor, corrija os erros abaixo e tente novamente." -#: accounts/templates/accounts/user_create_form.html:17 +#: colab/accounts/templates/accounts/user_create_form.html:17 msgid "Required fields" msgstr "Campos obrigatórios" -#: accounts/templates/accounts/user_create_form.html:29 +#: colab/accounts/templates/accounts/user_create_form.html:29 msgid "Personal Information" msgstr "Informações pessoais" -#: accounts/templates/accounts/user_create_form.html:46 +#: colab/accounts/templates/accounts/user_create_form.html:46 msgid "Subscribe to groups" msgstr "Inscreva-se nos grupos" -#: accounts/templates/accounts/user_create_form.html:60 -#: templates/header.html:41 templates/header.html.py:50 +#: colab/accounts/templates/accounts/user_create_form.html:60 +#: colab/templates/header.html:41 colab/templates/header.html.py:50 msgid "Register" msgstr "Cadastre-se" -#: accounts/templates/accounts/user_detail.html:8 badger/models.py:21 +#: colab/accounts/templates/accounts/user_detail.html:8 +#: colab/badger/models.py:21 msgid "Messages" msgstr "Mensagens" -#: accounts/templates/accounts/user_detail.html:9 badger/models.py:22 -#: templates/home.html:7 +#: colab/accounts/templates/accounts/user_detail.html:9 +#: colab/badger/models.py:22 colab/templates/home.html:7 msgid "Contributions" msgstr "Contribuições" -#: accounts/templates/accounts/user_detail.html:29 +#: colab/accounts/templates/accounts/user_detail.html:29 msgid "edit profile" msgstr "editar perfil" -#: accounts/templates/accounts/user_detail.html:30 +#: colab/accounts/templates/accounts/user_detail.html:30 msgid "group membership" msgstr "Inscrições nos grupos" -#: accounts/templates/accounts/user_detail.html:66 +#: colab/accounts/templates/accounts/user_detail.html:66 msgid "Twitter account" msgstr "Conta Twitter" -#: accounts/templates/accounts/user_detail.html:69 +#: colab/accounts/templates/accounts/user_detail.html:69 msgid "Facebook account" msgstr "Conta Facebook" -#: accounts/templates/accounts/user_detail.html:74 +#: colab/accounts/templates/accounts/user_detail.html:74 msgid "Google talk account" msgstr "Conta Google" -#: accounts/templates/accounts/user_detail.html:78 +#: colab/accounts/templates/accounts/user_detail.html:78 msgid "Github account" msgstr "Conta Github" -#: accounts/templates/accounts/user_detail.html:82 +#: colab/accounts/templates/accounts/user_detail.html:82 msgid "Personal webpage" msgstr "Página web pessoal" -#: accounts/templates/accounts/user_detail.html:89 +#: colab/accounts/templates/accounts/user_detail.html:89 msgid "Groups: " msgstr "Grupos: " -#: accounts/templates/accounts/user_detail.html:102 +#: colab/accounts/templates/accounts/user_detail.html:102 msgid "Collaborations by Type" msgstr "Colaborações por tipo" -#: accounts/templates/accounts/user_detail.html:118 +#: colab/accounts/templates/accounts/user_detail.html:118 msgid "Participation by Group" msgstr "Participação por grupo" -#: accounts/templates/accounts/user_detail.html:134 badger/models.py:69 +#: colab/accounts/templates/accounts/user_detail.html:134 +#: colab/badger/models.py:69 msgid "Badges" msgstr "Medalhas" -#: accounts/templates/accounts/user_detail.html:153 +#: colab/accounts/templates/accounts/user_detail.html:153 msgid "Latest posted" msgstr "Últimas postagens" -#: accounts/templates/accounts/user_detail.html:158 +#: colab/accounts/templates/accounts/user_detail.html:158 msgid "There are no posts by this user so far." msgstr "Não há posts deste usuário até agora." -#: accounts/templates/accounts/user_detail.html:162 +#: colab/accounts/templates/accounts/user_detail.html:162 msgid "View more posts..." msgstr "Ver mais postagens..." -#: accounts/templates/accounts/user_detail.html:168 +#: colab/accounts/templates/accounts/user_detail.html:168 msgid "Latest contributions" msgstr "Últimas colaborações" -#: accounts/templates/accounts/user_detail.html:173 +#: colab/accounts/templates/accounts/user_detail.html:173 msgid "No contributions of this user so far." msgstr "Não há posts deste usuário até agora." -#: accounts/templates/accounts/user_detail.html:177 +#: colab/accounts/templates/accounts/user_detail.html:177 msgid "View more contributions..." msgstr "Ver mais colaborações..." -#: accounts/templates/accounts/user_update_form.html:65 +#: colab/accounts/templates/accounts/user_update_form.html:65 msgid "We sent a verification email to " msgstr "Enviamos um email de verificação para " -#: accounts/templates/accounts/user_update_form.html:66 +#: colab/accounts/templates/accounts/user_update_form.html:66 msgid "Please follow the instructions in it." msgstr "Por favor, siga as instruções." -#: accounts/templates/accounts/user_update_form.html:110 +#: colab/accounts/templates/accounts/user_update_form.html:110 msgid "profile information" msgstr "informações do perfil" -#: accounts/templates/accounts/user_update_form.html:115 +#: colab/accounts/templates/accounts/user_update_form.html:115 msgid "Change your avatar at Gravatar.com" msgstr "Troque seu avatar em Gravatar.com" -#: accounts/templates/accounts/user_update_form.html:142 search/utils.py:51 +#: colab/accounts/templates/accounts/user_update_form.html:142 +#: colab/search/utils.py:51 msgid "Emails" msgstr "E-mails" -#: accounts/templates/accounts/user_update_form.html:151 +#: colab/accounts/templates/accounts/user_update_form.html:151 msgid "Primary" msgstr "Primário" -#: accounts/templates/accounts/user_update_form.html:154 +#: colab/accounts/templates/accounts/user_update_form.html:154 msgid "Setting..." msgstr "Definindo..." -#: accounts/templates/accounts/user_update_form.html:154 +#: colab/accounts/templates/accounts/user_update_form.html:154 msgid "Set as Primary" msgstr "Definir como Primário" -#: accounts/templates/accounts/user_update_form.html:155 +#: colab/accounts/templates/accounts/user_update_form.html:155 msgid "Deleting..." msgstr "Deletando..." -#: accounts/templates/accounts/user_update_form.html:155 -#: accounts/templates/accounts/user_update_form.html:167 +#: colab/accounts/templates/accounts/user_update_form.html:155 +#: colab/accounts/templates/accounts/user_update_form.html:167 msgid "Delete" msgstr "Apagar" -#: accounts/templates/accounts/user_update_form.html:166 +#: colab/accounts/templates/accounts/user_update_form.html:166 msgid "Sending verification..." msgstr "Enviando verificação..." -#: accounts/templates/accounts/user_update_form.html:166 +#: colab/accounts/templates/accounts/user_update_form.html:166 msgid "Verify" msgstr "Verificar" -#: accounts/templates/accounts/user_update_form.html:174 +#: colab/accounts/templates/accounts/user_update_form.html:174 msgid "Add another email address:" msgstr "Adicionar outro endereço de e-mail" -#: accounts/templates/accounts/user_update_form.html:177 +#: colab/accounts/templates/accounts/user_update_form.html:177 msgid "Add" msgstr "Adicionar" -#: accounts/templates/accounts/user_update_form.html:207 +#: colab/accounts/templates/accounts/user_update_form.html:207 msgid "" "This feature is available only for those who need to change the password for " "some reason as having an old user with the same username, forgot your " @@ -359,34 +367,34 @@ msgstr "" "Normalmente, você não terá que trocar essa senha. Somente troque essa senha " "se tiver certeza do que está fazendo." -#: accounts/templates/accounts/user_update_form.html:217 +#: colab/accounts/templates/accounts/user_update_form.html:217 msgid "Update" msgstr "Atualizar" -#: accounts/templates/registration/login.html:10 -#: accounts/templates/registration/password_change_form_custom.html:10 -#: accounts/templates/registration/password_reset_confirm_custom.html:12 +#: colab/accounts/templates/registration/login.html:10 +#: colab/accounts/templates/registration/password_change_form_custom.html:10 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:12 msgid "Please correct the error below and try again." msgstr "Por favor, corrija o erro abaixo e tente novamente." -#: accounts/templates/registration/login.html:56 +#: colab/accounts/templates/registration/login.html:56 msgid "Forgot Password?" msgstr "Esqueceu sua senha?" -#: accounts/templates/registration/password_change_form_custom.html:54 -#: accounts/templates/registration/password_reset_confirm_custom.html:51 +#: colab/accounts/templates/registration/password_change_form_custom.html:54 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:51 #, fuzzy #| msgid "Change Password" msgid "Change my password" msgstr "Trocar senha" -#: accounts/templates/registration/password_reset_confirm_custom.html:3 +#: colab/accounts/templates/registration/password_reset_confirm_custom.html:3 #, fuzzy #| msgid "Change Password" msgid "Setting New password" msgstr "Trocar senha" -#: accounts/templates/registration/password_reset_form_custom.html:23 +#: colab/accounts/templates/registration/password_reset_form_custom.html:23 msgid "" "Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." @@ -394,563 +402,569 @@ msgstr "" "Esqueceu sua senha? Entre com seu endereço de email abaixo e nós iremos lhe " "enviar instruções para configurar uma nova senha" -#: accounts/templates/registration/password_reset_form_custom.html:26 +#: colab/accounts/templates/registration/password_reset_form_custom.html:26 #, fuzzy #| msgid "An email address" msgid "Email address:" msgstr "Um endereço de e-mail" -#: accounts/templates/registration/password_reset_form_custom.html:37 +#: colab/accounts/templates/registration/password_reset_form_custom.html:37 msgid "Reset password" msgstr "Redefinir senha" -#: accounts/views.py:157 +#: colab/accounts/views.py:157 msgid "Your profile has been created!" msgstr "Seu perfil foi criado!" -#: accounts/views.py:241 +#: colab/accounts/views.py:241 msgid "Could not change your password. Please, try again later." msgstr "" "Não conseguimos alterar sua senha. Por favor, tente novamente mais tarde." -#: accounts/views.py:250 +#: colab/accounts/views.py:250 msgid "You've changed your password successfully!" msgstr "Senha alterada com sucesso!" -#: accounts/views.py:256 +#: colab/accounts/views.py:256 msgid "Your password was changed." msgstr "Sua senha foi alterada" -#: accounts/views.py:272 +#: colab/accounts/views.py:272 msgid "Your password has been set. You may go ahead and log in now." msgstr "Sua senha foi redefinida. Você pode prosseguir e autenticar agora." -#: badger/forms.py:17 badger/models.py:39 settings.py:162 +#: colab/badger/forms.py:17 colab/badger/models.py:39 colab/settings.py:162 msgid "Image" msgstr "Imagem" -#: badger/forms.py:28 +#: colab/badger/forms.py:28 msgid "You must add an Image" msgstr "Você deve adicionar uma imagem" -#: badger/models.py:11 +#: colab/badger/models.py:11 msgid "Greater than or equal" msgstr "Maior que ou igual" -#: badger/models.py:12 +#: colab/badger/models.py:12 msgid "less than or equal" msgstr "menor que ou igual" -#: badger/models.py:13 +#: colab/badger/models.py:13 msgid "Equal" msgstr "Igual" -#: badger/models.py:14 +#: colab/badger/models.py:14 msgid "Biggest" msgstr "Maior" -#: badger/models.py:17 +#: colab/badger/models.py:17 msgid "Automatically" msgstr "Automaticamente" -#: badger/models.py:18 +#: colab/badger/models.py:18 msgid "Manual" msgstr "Manual" -#: badger/models.py:23 +#: colab/badger/models.py:23 msgid "Wikis" msgstr "Wikis" -#: badger/models.py:24 +#: colab/badger/models.py:24 msgid "Revisions" msgstr "Conjunto de mudanças" -#: badger/models.py:25 -#: search/templates/search/includes/search_filters.html:122 +#: colab/badger/models.py:25 +#: colab/search/templates/search/includes/search_filters.html:122 msgid "Ticket" msgstr "Tíquetes" -#: badger/models.py:35 +#: colab/badger/models.py:35 msgid "Title" msgstr "Título" -#: badger/models.py:37 +#: colab/badger/models.py:37 msgid "Description" msgstr "Descrição" -#: badger/models.py:40 search/forms.py:17 +#: colab/badger/models.py:40 colab/search/forms.py:17 msgid "Type" msgstr "Tipo" -#: badger/models.py:42 +#: colab/badger/models.py:42 msgid "User attribute" msgstr "Atributo do usuário" -#: badger/models.py:48 +#: colab/badger/models.py:48 msgid "Comparison" msgstr "Comparação" -#: badger/models.py:55 +#: colab/badger/models.py:55 msgid "Value" msgstr "Valor" -#: badger/models.py:61 +#: colab/badger/models.py:61 msgid "Awardees" msgstr "Premiados" -#: badger/models.py:65 +#: colab/badger/models.py:65 msgid "Order" msgstr "Ordem" -#: badger/models.py:68 +#: colab/badger/models.py:68 msgid "Badge" msgstr "Medalha" -#: home/context_processors.py:20 +#: colab/home/context_processors.py:20 msgid "Fork me!" msgstr "Fork me!" -#: proxy/gitlab/apps.py:12 proxy/jenkins/apps.py:12 proxy/trac/apps.py:12 -#: settings.py:159 +#: colab/proxy/gitlab/apps.py:12 colab/proxy/jenkins/apps.py:12 +#: colab/proxy/trac/apps.py:12 colab/settings.py:159 +#: tests/plugins.d/gitlab.py:10 msgid "Code" msgstr "Código" -#: proxy/gitlab/apps.py:14 +#: colab/proxy/gitlab/apps.py:14 tests/plugins.d/gitlab.py:12 msgid "Public Projects" msgstr "Projetos Públicos" -#: proxy/gitlab/apps.py:17 proxy/noosfero/apps.py:18 +#: colab/proxy/gitlab/apps.py:17 colab/proxy/noosfero/apps.py:18 +#: tests/plugins.d/gitlab.py:15 msgid "Profile" msgstr "Perfil" -#: proxy/gitlab/apps.py:18 +#: colab/proxy/gitlab/apps.py:18 tests/plugins.d/gitlab.py:16 msgid "New Project" msgstr "Novo Projeto" -#: proxy/gitlab/apps.py:19 +#: colab/proxy/gitlab/apps.py:19 tests/plugins.d/gitlab.py:17 msgid "Projects" msgstr "Projetos" -#: proxy/gitlab/apps.py:20 templates/header.html:21 +#: colab/proxy/gitlab/apps.py:20 colab/templates/header.html:21 +#: tests/plugins.d/gitlab.py:18 msgid "Groups" msgstr "Grupos" -#: proxy/gitlab/apps.py:21 +#: colab/proxy/gitlab/apps.py:21 tests/plugins.d/gitlab.py:19 msgid "Issues" msgstr "Tiquetes" -#: proxy/gitlab/apps.py:22 +#: colab/proxy/gitlab/apps.py:22 tests/plugins.d/gitlab.py:20 msgid "Merge Requests" msgstr "Merge Requests" -#: proxy/gitlab/models.py:23 +#: colab/proxy/gitlab/models.py:23 #, fuzzy #| msgid "New Project" msgid "Gitlab Project" msgstr "Novo Projeto" -#: proxy/gitlab/models.py:24 +#: colab/proxy/gitlab/models.py:24 #, fuzzy #| msgid "Projects" msgid "Gitlab Projects" msgstr "Projetos" -#: proxy/gitlab/models.py:59 +#: colab/proxy/gitlab/models.py:59 #, fuzzy #| msgid "Merge Requests" msgid "Gitlab Merge Request" msgstr "Merge Requests" -#: proxy/gitlab/models.py:60 +#: colab/proxy/gitlab/models.py:60 #, fuzzy #| msgid "Merge Requests" msgid "Gitlab Merge Requests" msgstr "Merge Requests" -#: proxy/gitlab/models.py:87 +#: colab/proxy/gitlab/models.py:87 msgid "Gitlab Issue" msgstr "" -#: proxy/gitlab/models.py:88 +#: colab/proxy/gitlab/models.py:88 #, fuzzy #| msgid "Issues" msgid "Gitlab Issues" msgstr "Tiquetes" -#: proxy/gitlab/models.py:142 proxy/gitlab/models.py:143 +#: colab/proxy/gitlab/models.py:142 colab/proxy/gitlab/models.py:143 msgid "Gitlab Comments" msgstr "" -#: proxy/jenkins/apps.py:14 +#: colab/proxy/jenkins/apps.py:14 #, fuzzy #| msgid "Continuous Integration" msgid "Continuos Integration" msgstr "Integração Contínua" -#: proxy/noosfero/apps.py:12 +#: colab/proxy/noosfero/apps.py:12 msgid "Social" msgstr "Social" -#: proxy/noosfero/apps.py:14 +#: colab/proxy/noosfero/apps.py:14 msgid "Users" msgstr "Usuários" -#: proxy/noosfero/apps.py:15 +#: colab/proxy/noosfero/apps.py:15 msgid "Communities" msgstr "Comunidades" -#: proxy/noosfero/apps.py:19 +#: colab/proxy/noosfero/apps.py:19 msgid "Control panel" msgstr "Painel de Controle" -#: proxy/trac/apps.py:14 +#: colab/proxy/trac/apps.py:14 msgid "Timeline" msgstr "Linha do Tempo" -#: proxy/trac/apps.py:15 -#: search/templates/search/includes/search_filters.html:118 -#: templates/open-data.html:130 +#: colab/proxy/trac/apps.py:15 +#: colab/search/templates/search/includes/search_filters.html:118 +#: colab/templates/open-data.html:130 msgid "Wiki" msgstr "Wiki" -#: proxy/trac/apps.py:16 +#: colab/proxy/trac/apps.py:16 msgid "View Tickets" msgstr "Ver Tiquetes" -#: proxy/trac/apps.py:17 +#: colab/proxy/trac/apps.py:17 msgid "Roadmap" msgstr "Planejamento" -#: proxy/trac/apps.py:18 +#: colab/proxy/trac/apps.py:18 msgid "Browse Source" msgstr "Códigos Fontes" -#: proxy/trac/apps.py:21 +#: colab/proxy/trac/apps.py:21 msgid "New Ticket" msgstr "Novo Tíquete" -#: proxy/trac/apps.py:22 +#: colab/proxy/trac/apps.py:22 msgid "New Wiki Page" msgstr "Nova Página Wiki" -#: rss/feeds.py:13 +#: colab/rss/feeds.py:13 msgid "Latest Discussions" msgstr "Últimas discussões" -#: rss/feeds.py:32 +#: colab/rss/feeds.py:32 msgid "Discussions Most Relevance" msgstr "Discussões Mais Relevantes" -#: rss/feeds.py:51 +#: colab/rss/feeds.py:51 msgid "Latest collaborations" msgstr "Últimas colaborações" -#: search/forms.py:15 search/templates/search/search.html:46 -#: templates/header.html:27 +#: colab/search/forms.py:15 colab/search/templates/search/search.html:46 +#: colab/templates/header.html:27 msgid "Search" msgstr "Busca" -#: search/forms.py:18 search/views.py:22 +#: colab/search/forms.py:18 colab/search/views.py:22 msgid "Author" msgstr "Autor" -#: search/forms.py:19 +#: colab/search/forms.py:19 msgid "Modified by" msgstr "Modificado por" -#: search/forms.py:21 +#: colab/search/forms.py:21 msgid "Status" msgstr "Status" -#: search/forms.py:25 search/views.py:25 +#: colab/search/forms.py:25 colab/search/views.py:25 msgid "Mailinglist" msgstr "Grupo" -#: search/forms.py:29 +#: colab/search/forms.py:29 msgid "Milestone" msgstr "Etapa" -#: search/forms.py:30 +#: colab/search/forms.py:30 msgid "Priority" msgstr "Prioridade" -#: search/forms.py:31 +#: colab/search/forms.py:31 msgid "Component" msgstr "Componente" -#: search/forms.py:32 +#: colab/search/forms.py:32 msgid "Severity" msgstr "Seriedade" -#: search/forms.py:33 +#: colab/search/forms.py:33 msgid "Reporter" msgstr "Relator" -#: search/forms.py:34 +#: colab/search/forms.py:34 msgid "Keywords" msgstr "Palavras chaves" -#: search/forms.py:35 +#: colab/search/forms.py:35 msgid "Collaborators" msgstr "Colaboradores" -#: search/forms.py:36 +#: colab/search/forms.py:36 msgid "Repository" msgstr "Repositório" -#: search/forms.py:38 +#: colab/search/forms.py:38 msgid "Name" msgstr "Nome" -#: search/forms.py:39 +#: colab/search/forms.py:39 msgid "Institution" msgstr "Instituição" -#: search/forms.py:40 +#: colab/search/forms.py:40 msgid "Role" msgstr "Cargo" -#: search/forms.py:41 search/templates/search/includes/search_filters.html:154 -#: search/templates/search/includes/search_filters.html:156 -#: search/templates/search/includes/search_filters.html:188 -#: search/templates/search/includes/search_filters.html:189 +#: colab/search/forms.py:41 +#: colab/search/templates/search/includes/search_filters.html:154 +#: colab/search/templates/search/includes/search_filters.html:156 +#: colab/search/templates/search/includes/search_filters.html:188 +#: colab/search/templates/search/includes/search_filters.html:189 msgid "Since" msgstr "Desde" -#: search/forms.py:42 search/templates/search/includes/search_filters.html:163 -#: search/templates/search/includes/search_filters.html:165 -#: search/templates/search/includes/search_filters.html:192 -#: search/templates/search/includes/search_filters.html:193 +#: colab/search/forms.py:42 +#: colab/search/templates/search/includes/search_filters.html:163 +#: colab/search/templates/search/includes/search_filters.html:165 +#: colab/search/templates/search/includes/search_filters.html:192 +#: colab/search/templates/search/includes/search_filters.html:193 msgid "Until" msgstr "Até" -#: search/forms.py:43 +#: colab/search/forms.py:43 msgid "Filename" msgstr "Nome do arquivo" -#: search/forms.py:44 +#: colab/search/forms.py:44 msgid "Used by" msgstr "Usado por" -#: search/forms.py:45 +#: colab/search/forms.py:45 msgid "File type" msgstr "Tipo do arquivo" -#: search/forms.py:46 +#: colab/search/forms.py:46 msgid "Size" msgstr "Tamanho" -#: search/templates/search/includes/search_filters.html:5 -#: search/templates/search/includes/search_filters.html:33 -#: search/templates/search/includes/search_filters.html:51 -#: search/templates/search/includes/search_filters.html:69 +#: colab/search/templates/search/includes/search_filters.html:5 +#: colab/search/templates/search/includes/search_filters.html:33 +#: colab/search/templates/search/includes/search_filters.html:51 +#: colab/search/templates/search/includes/search_filters.html:69 msgid "Remove filter" msgstr "Remover filtro" -#: search/templates/search/includes/search_filters.html:88 -#: search/templates/search/includes/search_filters.html:174 -#: search/templates/search/includes/search_filters.html:198 +#: colab/search/templates/search/includes/search_filters.html:88 +#: colab/search/templates/search/includes/search_filters.html:174 +#: colab/search/templates/search/includes/search_filters.html:198 msgid "Filter" msgstr "Filtro" -#: search/templates/search/includes/search_filters.html:94 +#: colab/search/templates/search/includes/search_filters.html:94 msgid "Sort by" msgstr "Ordenar por" -#: search/templates/search/includes/search_filters.html:111 +#: colab/search/templates/search/includes/search_filters.html:111 msgid "Types" msgstr "Tipos" -#: search/templates/search/includes/search_filters.html:126 +#: colab/search/templates/search/includes/search_filters.html:126 msgid "Changeset" msgstr "Conjunto de Mudanças" -#: search/templates/search/includes/search_filters.html:130 +#: colab/search/templates/search/includes/search_filters.html:130 msgid "User" msgstr "Usuário" -#: search/templates/search/includes/search_filters.html:134 +#: colab/search/templates/search/includes/search_filters.html:134 msgid "Attachment" msgstr "Anexo" -#: search/templates/search/includes/search_filters.html:139 search/views.py:20 +#: colab/search/templates/search/includes/search_filters.html:139 +#: colab/search/views.py:20 msgid "Discussion" msgstr "Discussões" -#: search/templates/search/search.html:5 +#: colab/search/templates/search/search.html:5 msgid "search" msgstr "busca" -#: search/templates/search/search.html:51 +#: colab/search/templates/search/search.html:51 msgid "documents found" msgstr "documentos encontrados" -#: search/templates/search/search.html:62 +#: colab/search/templates/search/search.html:62 msgid "Search here" msgstr "Pesquise aqui" -#: search/templates/search/search.html:74 -#: search/templates/search/search.html:84 +#: colab/search/templates/search/search.html:74 +#: colab/search/templates/search/search.html:84 msgid "Filters" msgstr "Filtros" -#: search/templates/search/search.html:105 +#: colab/search/templates/search/search.html:105 msgid "No results for your search." msgstr "Não há resultados para sua busca." -#: search/templates/search/search.html:107 +#: colab/search/templates/search/search.html:107 msgid "You are searching for" msgstr "Você está procurando por" -#: settings.py:117 +#: colab/settings.py:117 msgid "English" msgstr "Inglês" -#: settings.py:118 +#: colab/settings.py:118 msgid "Portuguese" msgstr "Português" -#: settings.py:119 +#: colab/settings.py:119 msgid "Spanish" msgstr "Espanhol" -#: settings.py:142 +#: colab/settings.py:142 msgid "Recent activity" msgstr "Atividade recente" -#: settings.py:146 +#: colab/settings.py:146 msgid "Relevance" msgstr "Relevância" -#: settings.py:155 +#: colab/settings.py:155 msgid "Document" msgstr "Documento" -#: settings.py:157 +#: colab/settings.py:157 msgid "Presentation" msgstr "Apresentação" -#: settings.py:158 +#: colab/settings.py:158 msgid "Text" msgstr "Texto" -#: settings.py:161 +#: colab/settings.py:161 msgid "Compressed" msgstr "Compactado" -#: settings.py:164 +#: colab/settings.py:164 msgid "Spreadsheet" msgstr "Planilha" -#: settings.py:262 +#: colab/settings.py:262 msgid "Planet Colab" msgstr "Planet Colab" -#: settings.py:263 +#: colab/settings.py:263 msgid "Colab blog aggregator" msgstr "Agregador de blog Colab" -#: settings.py:297 +#: colab/settings.py:297 msgid "One Time Snippet" msgstr "Uma única visualização" -#: settings.py:298 +#: colab/settings.py:298 msgid "In one hour" msgstr "Em uma hora" -#: settings.py:299 +#: colab/settings.py:299 msgid "In one week" msgstr "Em uma semana" -#: settings.py:300 +#: colab/settings.py:300 msgid "In one month" msgstr "Em um mês" -#: settings.py:301 +#: colab/settings.py:301 msgid "Never" msgstr "Nunca" -#: templates/404.html:5 +#: colab/templates/404.html:5 msgid "Not found. Keep searching! :)" msgstr "Não encontrado. Continue procurando! :)" -#: templates/500.html:2 +#: colab/templates/500.html:2 msgid "Ooopz... something went wrong!" msgstr "Opa... algo saiu errado!" -#: templates/base.html:82 +#: colab/templates/base.html:82 msgid "The login has failed. Please, try again." msgstr "O login falhou. Por favor, tente novamente." -#: templates/dpaste/snippet_details.html:37 +#: colab/templates/dpaste/snippet_details.html:37 #, fuzzy #| msgid "Comparison" msgid "Compare" msgstr "Comparação" -#: templates/dpaste/snippet_details.html:47 +#: colab/templates/dpaste/snippet_details.html:47 #, python-format msgid "Expires in: %(date)s" msgstr "Expira em: %(date)s" -#: templates/dpaste/snippet_details.html:49 +#: colab/templates/dpaste/snippet_details.html:49 msgid "Snippet never expires" msgstr "Snippet nunca expira" -#: templates/dpaste/snippet_details.html:51 +#: colab/templates/dpaste/snippet_details.html:51 #, fuzzy #| msgid "One Time Snippet" msgid "One-time snippet" msgstr "Uma única visualização" -#: templates/dpaste/snippet_details.html:56 +#: colab/templates/dpaste/snippet_details.html:56 msgid "Really delete this snippet?" msgstr "Deseja realmente deletar esse snippet?" -#: templates/dpaste/snippet_details.html:58 +#: colab/templates/dpaste/snippet_details.html:58 #, fuzzy #| msgid "Delete" msgid "Delete Now" msgstr "Apagar" -#: templates/dpaste/snippet_details.html:63 -#: templates/dpaste/snippet_details.html:65 +#: colab/templates/dpaste/snippet_details.html:63 +#: colab/templates/dpaste/snippet_details.html:65 #, fuzzy #| msgid "One Time Snippet" msgid "Compare Snippets" msgstr "Uma única visualização" -#: templates/dpaste/snippet_details.html:69 -#: templates/dpaste/snippet_details.html:71 +#: colab/templates/dpaste/snippet_details.html:69 +#: colab/templates/dpaste/snippet_details.html:71 msgid "View Raw" msgstr "Ver código" -#: templates/dpaste/snippet_details.html:75 +#: colab/templates/dpaste/snippet_details.html:75 msgid "Gist" msgstr "Gist" -#: templates/dpaste/snippet_details.html:88 +#: colab/templates/dpaste/snippet_details.html:88 msgid "This is a one-time snippet." msgstr "Esste é um snippet que será usado apenas uma vez." -#: templates/dpaste/snippet_details.html:90 +#: colab/templates/dpaste/snippet_details.html:90 msgid "It will automatically get deleted after {{ remaining }} further views." msgstr "" "Isso será automaticamente deletado depois de {{ remaining }} visualizações." -#: templates/dpaste/snippet_details.html:92 +#: colab/templates/dpaste/snippet_details.html:92 msgid "It will automatically get deleted after the next view." msgstr "Isso será automaticamente deletado após a próxima visualização." -#: templates/dpaste/snippet_details.html:94 +#: colab/templates/dpaste/snippet_details.html:94 msgid "It cannot be viewed again." msgstr "Isso não pode ser visto novamente." -#: templates/dpaste/snippet_details.html:109 +#: colab/templates/dpaste/snippet_details.html:109 msgid "Reply to this snippet" msgstr "Responda esse snippet" -#: templates/dpaste/snippet_diff.html:5 +#: colab/templates/dpaste/snippet_diff.html:5 #, python-format msgid "" "\n" @@ -963,147 +977,147 @@ msgstr "" "\"%(fileb_url)s\">#%(fileb_id)s\n" " " -#: templates/dpaste/snippet_form.html:28 +#: colab/templates/dpaste/snippet_form.html:28 msgid "Paste it" msgstr "Cole aqui" -#: templates/footer.html:8 +#: colab/templates/footer.html:8 msgid "Back to top" msgstr "Voltar ao topo" -#: templates/footer.html:15 -msgid "Subjects" +#: colab/templates/footer.html:15 +msgid "Topics" msgstr "Assuntos" -#: templates/footer.html:16 +#: colab/templates/footer.html:16 msgid "SPB" msgstr "" -#: templates/footer.html:17 +#: colab/templates/footer.html:17 msgid "SISP-SPB" msgstr "" -#: templates/footer.html:18 +#: colab/templates/footer.html:18 msgid "AvaliaSPB" msgstr "" -#: templates/footer.html:20 +#: colab/templates/footer.html:20 msgid "5cQualiBr" msgstr "" -#: templates/footer.html:23 +#: colab/templates/footer.html:23 msgid "Services" msgstr "Serviços" -#: templates/footer.html:25 +#: colab/templates/footer.html:25 msgid "Frequently Asked Questions" msgstr "Perguntas Frequentes" -#: templates/footer.html:28 +#: colab/templates/footer.html:28 msgid "Contact" msgstr "Contato" -#: templates/footer.html:31 +#: colab/templates/footer.html:31 msgid " [Denomination's] services" msgstr "Serviços da [Denominação]" -#: templates/footer.html:34 +#: colab/templates/footer.html:34 msgid "Open data" msgstr "Dados abertos" -#: templates/footer.html:37 +#: colab/templates/footer.html:37 msgid "Press area" msgstr "Área de imprensa" -#: templates/footer.html:41 +#: colab/templates/footer.html:41 msgid "Social networks" msgstr "Redes sociais" -#: templates/footer.html:57 +#: colab/templates/footer.html:57 msgid "What is it?" msgstr "O que é?" -#: templates/footer.html:58 +#: colab/templates/footer.html:58 msgid "Subscribe" msgstr "Assine" -#: templates/footer.html:61 +#: colab/templates/footer.html:61 msgid "Navigation" msgstr "Navegação" -#: templates/footer.html:62 +#: colab/templates/footer.html:62 msgid "Accessibility" msgstr "Acessibilidade" -#: templates/footer.html:63 +#: colab/templates/footer.html:63 msgid "Site map" msgstr "Mapa do site" -#: templates/footer.html:73 +#: colab/templates/footer.html:73 msgid "Information access" msgstr "Acesso a Informação" -#: templates/footer.html:76 +#: colab/templates/footer.html:76 msgid "Republic Presidency General Secretary" msgstr "Secretaria-geral da Presidência da República" -#: templates/footer.html:76 +#: colab/templates/footer.html:76 msgid "Brazil - Federal Government" msgstr "Brasil - Governo Federal" -#: templates/header.html:65 +#: colab/templates/header.html:65 msgid "My Profile" msgstr "Meu Perfil" -#: templates/header.html:66 templates/header.html.py:70 +#: colab/templates/header.html:66 colab/templates/header.html.py:70 msgid "Logout" msgstr "Sair" -#: templates/header.html:82 templates/header.html.py:85 +#: colab/templates/header.html:82 colab/templates/header.html.py:85 msgid "Search here..." msgstr "Pesquise aqui..." -#: templates/home.html:17 +#: colab/templates/home.html:17 msgid "Latest Collaborations" msgstr "Últimas Colaborações" -#: templates/home.html:21 +#: colab/templates/home.html:21 msgid "RSS - Latest collaborations" msgstr "RSS - Últimas Colaborações" -#: templates/home.html:30 +#: colab/templates/home.html:30 msgid "View more collaborations..." msgstr "Ver mais colaborações..." -#: templates/home.html:37 +#: colab/templates/home.html:37 msgid "Collaboration Graph" msgstr "Gráfico de Colaborações" -#: templates/home.html:48 +#: colab/templates/home.html:48 msgid "Most Relevant Threads" msgstr "Discussões Mais Relevantes" -#: templates/home.html:52 +#: colab/templates/home.html:52 msgid "RSS - Most Relevant Threads" msgstr "RSS - Discussões Mais Relevantes" -#: templates/home.html:60 templates/home.html.py:79 +#: colab/templates/home.html:60 colab/templates/home.html.py:79 msgid "View more discussions..." msgstr "Ver mais discussões..." -#: templates/home.html:67 +#: colab/templates/home.html:67 msgid "Latest Threads" msgstr "Últimas Discussões" -#: templates/home.html:71 +#: colab/templates/home.html:71 msgid "RSS - Latest Threads" msgstr "RSS - Últimas Discussões" -#: templates/open-data.html:6 +#: colab/templates/open-data.html:6 msgid "OpenData - Communities" msgstr "OpenData - Comunidades" -#: templates/open-data.html:7 +#: colab/templates/open-data.html:7 msgid "" "If you are interested in any other data that is not provided by this API, " "please contact us via the ticketing system (you must be registered in order " @@ -1113,28 +1127,28 @@ msgstr "" "esta API, por favor nos contacte através do nosso sistema de tíquetes (você " "deve estar logado para conseguir criar um tíquete). " -#: templates/open-data.html:9 +#: colab/templates/open-data.html:9 msgid "Retrieving data via API" msgstr "Recuperando informação através da API" -#: templates/open-data.html:10 +#: colab/templates/open-data.html:10 msgid "Colab API works through HTTP/REST, always returning JSON objects." msgstr "" "A API do Colab funciona com a utilização de HTTP/REST e sempre retorna " "objetos JSON." -#: templates/open-data.html:12 +#: colab/templates/open-data.html:12 msgid "The base API URL is" msgstr "A URL base da API é" -#: templates/open-data.html:19 +#: colab/templates/open-data.html:19 msgid "" "Each model listed below has a resource_uri field available, which is the " "object's data URI." msgstr "" "Cada modelo listado abaixo tem um resource_uri que representa a URI do objeto" -#: templates/open-data.html:20 +#: colab/templates/open-data.html:20 msgid "" "The following list contains the available models to retrieve data and its " "fields available for filtering" @@ -1142,48 +1156,48 @@ msgstr "" "A lista abaixo contém a lista de modelo disponíveis para pesquisa e os " "campos disponíveis para filtro" -#: templates/open-data.html:24 templates/open-data.html.py:39 -#: templates/open-data.html:50 templates/open-data.html.py:62 -#: templates/open-data.html:74 templates/open-data.html.py:95 +#: colab/templates/open-data.html:24 colab/templates/open-data.html.py:39 +#: colab/templates/open-data.html:50 colab/templates/open-data.html.py:62 +#: colab/templates/open-data.html:74 colab/templates/open-data.html.py:95 msgid "Fields" msgstr "Campos" -#: templates/open-data.html:25 +#: colab/templates/open-data.html:25 msgid "" "The email field is not shown for user's privacy, but you can use it to filter" msgstr "" "O campo email não é exibido por uma questão de privacidade do usuário, por " "outro lado ele poderá ser utilizado em filtros" -#: templates/open-data.html:27 +#: colab/templates/open-data.html:27 msgid "The user's username" msgstr "O username do usuário" -#: templates/open-data.html:28 +#: colab/templates/open-data.html:28 msgid "The user's email address" msgstr "O endereço e-mail do usuário" -#: templates/open-data.html:29 +#: colab/templates/open-data.html:29 msgid "What is the user's institution" msgstr "Instituição do usuário" -#: templates/open-data.html:30 +#: colab/templates/open-data.html:30 msgid "What is the user's role" msgstr "Posição do usuário" -#: templates/open-data.html:31 +#: colab/templates/open-data.html:31 msgid "The user's first name" msgstr "Primeiro nome do usuário" -#: templates/open-data.html:32 +#: colab/templates/open-data.html:32 msgid "The user's last name" msgstr "Último nome do usuário" -#: templates/open-data.html:33 +#: colab/templates/open-data.html:33 msgid "A mini bio of the user" msgstr "O mini bio do usuário" -#: templates/open-data.html:40 +#: colab/templates/open-data.html:40 msgid "" "The address field is not shown for user's privacy, but you can use it to " "filter" @@ -1191,171 +1205,171 @@ msgstr "" "O campo email não é exibido por uma questão de privacidade do usuário, por " "outro lado ele poderá ser utilizado em filtros" -#: templates/open-data.html:42 +#: colab/templates/open-data.html:42 msgid "It has a relationshop with the user described above" msgstr "Tem um relacionamento com usuário como descrito acima" -#: templates/open-data.html:43 +#: colab/templates/open-data.html:43 msgid "An email address" msgstr "Um endereço de e-mail" -#: templates/open-data.html:44 +#: colab/templates/open-data.html:44 msgid "The user's real name" msgstr "O nome real do usuário" -#: templates/open-data.html:52 +#: colab/templates/open-data.html:52 msgid "It has a relationship with the emailaddress described above" msgstr "Tem um relacionamento com emailaddress como descrito acima" -#: templates/open-data.html:53 +#: colab/templates/open-data.html:53 msgid "The message's body" msgstr "O corpo da mensagem" -#: templates/open-data.html:54 +#: colab/templates/open-data.html:54 msgid "The message's subject" msgstr "O título da mensagem" -#: templates/open-data.html:55 +#: colab/templates/open-data.html:55 msgid "The message's id" msgstr "O ID da mensagem" -#: templates/open-data.html:56 +#: colab/templates/open-data.html:56 msgid "The message's received time" msgstr "A hora que a mensagem foi recebida" -#: templates/open-data.html:64 +#: colab/templates/open-data.html:64 msgid "The revision's author username" msgstr "O username do autor da revisão" -#: templates/open-data.html:65 +#: colab/templates/open-data.html:65 msgid "When the revision's were created" msgstr "Quando a revisão foi criada" -#: templates/open-data.html:66 +#: colab/templates/open-data.html:66 msgid "The revision's key" msgstr "A chave da revisão" -#: templates/open-data.html:67 +#: colab/templates/open-data.html:67 msgid "The revision's message" msgstr "A mensagem da revisão" -#: templates/open-data.html:68 +#: colab/templates/open-data.html:68 msgid "The revision's repository name" msgstr "O nome do repositório da revisão" -#: templates/open-data.html:76 +#: colab/templates/open-data.html:76 msgid "The ticket's author username" msgstr "O nome do autor do tíquete" -#: templates/open-data.html:77 +#: colab/templates/open-data.html:77 msgid "The ticket's component" msgstr "O componente do tíquete" -#: templates/open-data.html:78 +#: colab/templates/open-data.html:78 msgid "When the ticket's were created" msgstr "Quando o tíquete foi criado" -#: templates/open-data.html:79 +#: colab/templates/open-data.html:79 msgid "The ticket's description" msgstr "A descrição do tíquete" -#: templates/open-data.html:80 +#: colab/templates/open-data.html:80 msgid "The ticket's id" msgstr "O ID do tíquete" -#: templates/open-data.html:81 +#: colab/templates/open-data.html:81 msgid "The ticket's keywords" msgstr "As keywords do tíquete" -#: templates/open-data.html:82 +#: colab/templates/open-data.html:82 msgid "The ticket's milestone" msgstr "O milestone do tíquete" -#: templates/open-data.html:83 templates/open-data.html.py:99 +#: colab/templates/open-data.html:83 colab/templates/open-data.html.py:99 msgid "The time of the last modification" msgstr "A hora da última modificação" -#: templates/open-data.html:84 +#: colab/templates/open-data.html:84 msgid "The username of the last user who modified the ticket" msgstr "O username do último usuário que modificou o tíquete" -#: templates/open-data.html:85 +#: colab/templates/open-data.html:85 msgid "The ticket's priority" msgstr "A prioridade do tíquete" -#: templates/open-data.html:86 +#: colab/templates/open-data.html:86 msgid "The ticket's severity" msgstr "A gravidade do tíquete" -#: templates/open-data.html:87 +#: colab/templates/open-data.html:87 msgid "The ticket's status" msgstr "O status do tíquete" -#: templates/open-data.html:88 +#: colab/templates/open-data.html:88 msgid "The ticket's summary" msgstr "O resumo do tíquete" -#: templates/open-data.html:89 +#: colab/templates/open-data.html:89 msgid "The ticket's version" msgstr "A versão do tíquete" -#: templates/open-data.html:97 +#: colab/templates/open-data.html:97 msgid "The wiki's author username" msgstr "O username do autor da wiki" -#: templates/open-data.html:98 +#: colab/templates/open-data.html:98 msgid "When the wiki's were created" msgstr "Quando a wiki foi criada" -#: templates/open-data.html:100 +#: colab/templates/open-data.html:100 msgid "The username of the last user who modified the wiki" msgstr "O username do último usuário a modificar a wiki" -#: templates/open-data.html:101 +#: colab/templates/open-data.html:101 msgid "The wiki's name" msgstr "O nome da wiki" -#: templates/open-data.html:102 +#: colab/templates/open-data.html:102 msgid "the wiki's content" msgstr "O conteúdo da wiki" -#: templates/open-data.html:109 +#: colab/templates/open-data.html:109 msgid "Parameters" msgstr "Parâmetros" -#: templates/open-data.html:112 +#: colab/templates/open-data.html:112 msgid "Results per page" msgstr "Resultados por página" -#: templates/open-data.html:113 +#: colab/templates/open-data.html:113 msgid "Number of results to be displayed per page." msgstr "Número de resultados a serem exibidos por página." -#: templates/open-data.html:114 +#: colab/templates/open-data.html:114 msgid "Default: 20" msgstr "Padrão: 20" -#: templates/open-data.html:118 +#: colab/templates/open-data.html:118 msgid "Starts of n element" msgstr "Inicia pelo n-ésimo elemento" -#: templates/open-data.html:119 +#: colab/templates/open-data.html:119 msgid "Where n is the index of the first result to appear in the page." msgstr "Onde n é o índice do primeiro resultado a ser exibido na página." -#: templates/open-data.html:120 +#: colab/templates/open-data.html:120 msgid "Default: 0" msgstr "Padrão: 0" -#: templates/open-data.html:122 +#: colab/templates/open-data.html:122 msgid "Filtering" msgstr "Filtrando" -#: templates/open-data.html:124 +#: colab/templates/open-data.html:124 msgid "The field name" msgstr "O nome do campo" -#: templates/open-data.html:125 +#: colab/templates/open-data.html:125 msgid "" "If you are looking for a specific wiki, and you know the wiki's name, you " "can filter it as below" @@ -1363,11 +1377,11 @@ msgstr "" "Se você está buscando especificamente por uma wiki e você sabe o nome da " "wiki, você pode utilizar o filtro abaixo" -#: templates/open-data.html:126 +#: colab/templates/open-data.html:126 msgid "WikiName" msgstr "WikiName" -#: templates/open-data.html:127 +#: colab/templates/open-data.html:127 msgid "" "Where "name" is the fieldname and "WikiName" is the " "value you want to filter." @@ -1375,11 +1389,11 @@ msgstr "" "Onde "name" é o fieldname e "WikiName" é o value que " "você quer filtrar." -#: templates/open-data.html:128 +#: colab/templates/open-data.html:128 msgid "Usage" msgstr "Uso" -#: templates/open-data.html:129 +#: colab/templates/open-data.html:129 msgid "" "You can also filter using Django lookup fields with the double underscores, " "just as below" @@ -1387,15 +1401,15 @@ msgstr "" "Você também pode filtrar usando lookup fields do Django com underscores " "duplos, como demonstrado abaixo" -#: templates/open-data.html:131 templates/open-data.html.py:132 +#: colab/templates/open-data.html:131 colab/templates/open-data.html.py:132 msgid "test" msgstr "test" -#: templates/open-data.html:133 +#: colab/templates/open-data.html:133 msgid "Usage with relationships" msgstr "Uso com relacionamentos" -#: templates/open-data.html:134 +#: colab/templates/open-data.html:134 msgid "" "You can use related fields to filter too. So, you can filter by any field of " "emailaddress using the 'from_address' field of message, which has a relation " @@ -1407,7 +1421,7 @@ msgstr "" "mensagem, que tem relação com emailaddress. Para tal você precisará utilizar " "os underscores duplos e o nome do campo desejado. Veja o exemplo abaixo" -#: templates/open-data.html:136 +#: colab/templates/open-data.html:136 msgid "" "So, real_name is a field of emailaddress, and you had access to this field " "by a message field called from_address and using double underscore to say " @@ -1417,7 +1431,7 @@ msgstr "" "campo do do objeto message, from_address, e underscores duplos para " "referenciar que este campo pertence ao modelo relacionado" -#: templates/open-data.html:137 +#: colab/templates/open-data.html:137 msgid "" "Note: email filters must be exact. Which means that __contains, " "__startswith, __endswith and others won't work" @@ -1425,7 +1439,7 @@ msgstr "" "Nota: os filtros de email devem ser exatos. Isso significa que __contains, " "__startswith, __endswith e outros métodos de busca parcial não funcionarão" -#: templates/open-data.html:138 +#: colab/templates/open-data.html:138 msgid "" "Another example of usage with relations. Used to retrieve all messages of a " "given user, using the username or the email field" diff --git a/colab/templates/footer.html b/colab/templates/footer.html index 9030e75..2ef47af 100644 --- a/colab/templates/footer.html +++ b/colab/templates/footer.html @@ -12,7 +12,7 @@