Commit 8918939c4d55b18715af6599e6c3442531e5abd2
1 parent
dfd6153e
Exists in
master
and in
29 other branches
ActionItem1049: listing enterprise in user menu
Showing
10 changed files
with
394 additions
and
351 deletions
Show diff stats
app/views/shared/user_menu.rhtml
@@ -23,6 +23,10 @@ | @@ -23,6 +23,10 @@ | ||
23 | <%= link_to('<span class="icon-menu-my-groups"></span>' + __('My communities'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %> | 23 | <%= link_to('<span class="icon-menu-my-groups"></span>' + __('My communities'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %> |
24 | </li> | 24 | </li> |
25 | 25 | ||
26 | + <% for enterprise in user.enterprises %> | ||
27 | + <li><%= link_to('<span class="icon-menu-enterprise"></span>' + (_('Manage %s') % enterprise.short_name), { :controller => 'profile_editor', :profile => enterprise.identifier, :action => 'index' }) %></li> | ||
28 | + <% end %> | ||
29 | + | ||
26 | <!-- li><a href="#"><span class="icon-menu-blog"></span> Meu Blog</a></li --> | 30 | <!-- li><a href="#"><span class="icon-menu-blog"></span> Meu Blog</a></li --> |
27 | 31 | ||
28 | <% if MailConf.enabled? && current_user.enable_email %> | 32 | <% if MailConf.enabled? && current_user.enable_email %> |
po/bg/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/de/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/es/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/fr/noosfero.po
@@ -7,7 +7,7 @@ msgid "" | @@ -7,7 +7,7 @@ msgid "" | ||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: noosfero 0.18.0\n" | 8 | "Project-Id-Version: noosfero 0.18.0\n" |
9 | "Report-Msgid-Bugs-To: \n" | 9 | "Report-Msgid-Bugs-To: \n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2008-06-13 16:15-0300\n" | 11 | "PO-Revision-Date: 2008-06-13 16:15-0300\n" |
12 | "Last-Translator: Raphael Rousseau <pootle.colivre.coop.br@r4f.org>\n" | 12 | "Last-Translator: Raphael Rousseau <pootle.colivre.coop.br@r4f.org>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -624,16 +624,16 @@ msgstr "Produits" | @@ -624,16 +624,16 @@ msgstr "Produits" | ||
624 | #: app/controllers/public/search_controller.rb:134 | 624 | #: app/controllers/public/search_controller.rb:134 |
625 | #: app/controllers/public/search_controller.rb:207 | 625 | #: app/controllers/public/search_controller.rb:207 |
626 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 626 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
627 | -#: app/views/profile/_person.rhtml:30 | ||
628 | -#: app/views/content_viewer/_person.rhtml:30 | 627 | +#: app/views/profile/_person.rhtml:31 |
628 | +#: app/views/content_viewer/_person.rhtml:31 | ||
629 | msgid "Enterprises" | 629 | msgid "Enterprises" |
630 | msgstr "Entreprises" | 630 | msgstr "Entreprises" |
631 | 631 | ||
632 | #: app/helpers/assets_helper.rb:11 | 632 | #: app/helpers/assets_helper.rb:11 |
633 | #: app/controllers/public/search_controller.rb:136 | 633 | #: app/controllers/public/search_controller.rb:136 |
634 | #: app/controllers/public/search_controller.rb:210 | 634 | #: app/controllers/public/search_controller.rb:210 |
635 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
636 | -#: app/views/content_viewer/_person.rhtml:49 | 635 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
636 | +#: app/views/content_viewer/_person.rhtml:50 | ||
637 | #: app/views/layouts/application-ng.rhtml:93 | 637 | #: app/views/layouts/application-ng.rhtml:93 |
638 | msgid "Communities" | 638 | msgid "Communities" |
639 | msgstr "Groupes" | 639 | msgstr "Groupes" |
@@ -677,8 +677,8 @@ msgid "Contact person:" | @@ -677,8 +677,8 @@ msgid "Contact person:" | ||
677 | msgstr "Personne de contact : " | 677 | msgstr "Personne de contact : " |
678 | 678 | ||
679 | #: app/helpers/enterprise_homepage_helper.rb:7 | 679 | #: app/helpers/enterprise_homepage_helper.rb:7 |
680 | -#: app/views/profile/_person.rhtml:15 | ||
681 | -#: app/views/content_viewer/_person.rhtml:15 | 680 | +#: app/views/profile/_person.rhtml:16 |
681 | +#: app/views/content_viewer/_person.rhtml:16 | ||
682 | msgid "e-Mail:" | 682 | msgid "e-Mail:" |
683 | msgstr "Courrier électronique : " | 683 | msgstr "Courrier électronique : " |
684 | 684 | ||
@@ -687,15 +687,14 @@ msgid "Phone(s):" | @@ -687,15 +687,14 @@ msgid "Phone(s):" | ||
687 | msgstr "Téléphone(s) :" | 687 | msgstr "Téléphone(s) :" |
688 | 688 | ||
689 | #: app/helpers/enterprise_homepage_helper.rb:9 | 689 | #: app/helpers/enterprise_homepage_helper.rb:9 |
690 | -#: app/views/profile/_person.rhtml:17 | ||
691 | -#: app/views/content_viewer/_person.rhtml:17 | 690 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
692 | msgid "Location:" | 691 | msgid "Location:" |
693 | msgstr "Localisation : " | 692 | msgstr "Localisation : " |
694 | 693 | ||
695 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 694 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
696 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 695 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
697 | -#: app/views/profile/_person.rhtml:12 | ||
698 | -#: app/views/content_viewer/_person.rhtml:12 | 696 | +#: app/views/profile/_person.rhtml:13 |
697 | +#: app/views/content_viewer/_person.rhtml:13 | ||
699 | msgid "Address:" | 698 | msgid "Address:" |
700 | msgstr "Adresse :" | 699 | msgstr "Adresse :" |
701 | 700 | ||
@@ -770,7 +769,7 @@ msgid "Help" | @@ -770,7 +769,7 @@ msgid "Help" | ||
770 | msgstr "Aide" | 769 | msgstr "Aide" |
771 | 770 | ||
772 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 771 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
773 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 772 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
774 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 773 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
775 | #: app/views/layouts/application-ng.rhtml:69 | 774 | #: app/views/layouts/application-ng.rhtml:69 |
776 | #: app/views/box_organizer/add_block.rhtml:19 | 775 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2388,7 +2387,7 @@ msgid "Ok" | @@ -2388,7 +2387,7 @@ msgid "Ok" | ||
2388 | msgstr "Ok !" | 2387 | msgstr "Ok !" |
2389 | 2388 | ||
2390 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2389 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2391 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2390 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2392 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2391 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2393 | msgid "Login" | 2392 | msgid "Login" |
2394 | msgstr "Connexion" | 2393 | msgstr "Connexion" |
@@ -3407,18 +3406,23 @@ msgstr "Aller à votre page d'accueil." | @@ -3407,18 +3406,23 @@ msgstr "Aller à votre page d'accueil." | ||
3407 | msgid "My communities" | 3406 | msgid "My communities" |
3408 | msgstr "Groupes" | 3407 | msgstr "Groupes" |
3409 | 3408 | ||
3410 | -#: app/views/shared/user_menu.rhtml:30 | 3409 | +#: app/views/shared/user_menu.rhtml:27 |
3410 | +#, fuzzy | ||
3411 | +msgid "Manage %s" | ||
3412 | +msgstr "Gérer" | ||
3413 | + | ||
3414 | +#: app/views/shared/user_menu.rhtml:34 | ||
3411 | msgid "Webmail" | 3415 | msgid "Webmail" |
3412 | msgstr "Webmail" | 3416 | msgstr "Webmail" |
3413 | 3417 | ||
3414 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3418 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3415 | #: app/views/blocks/profile_info.rhtml:22 | 3419 | #: app/views/blocks/profile_info.rhtml:22 |
3416 | #: app/views/blocks/profile_image.rhtml:19 | 3420 | #: app/views/blocks/profile_image.rhtml:19 |
3417 | #: app/views/layouts/application-ng.rhtml:62 | 3421 | #: app/views/layouts/application-ng.rhtml:62 |
3418 | msgid "Control panel" | 3422 | msgid "Control panel" |
3419 | msgstr "Panneau de contrôle" | 3423 | msgstr "Panneau de contrôle" |
3420 | 3424 | ||
3421 | -#: app/views/shared/user_menu.rhtml:35 | 3425 | +#: app/views/shared/user_menu.rhtml:39 |
3422 | msgid "" | 3426 | msgid "" |
3423 | "Control panel: change your picture, edit your personal information, create " | 3427 | "Control panel: change your picture, edit your personal information, create " |
3424 | "content or change the way your home page looks." | 3428 | "content or change the way your home page looks." |
@@ -3426,21 +3430,21 @@ msgstr "" | @@ -3426,21 +3430,21 @@ msgstr "" | ||
3426 | "Panneau de contrôle : modifiez votre photo, éditez vos informations " | 3430 | "Panneau de contrôle : modifiez votre photo, éditez vos informations " |
3427 | "personnelles, créez du contenu ou modifiez l'allure de votre page d'accueil." | 3431 | "personnelles, créez du contenu ou modifiez l'allure de votre page d'accueil." |
3428 | 3432 | ||
3429 | -#: app/views/shared/user_menu.rhtml:39 | 3433 | +#: app/views/shared/user_menu.rhtml:43 |
3430 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3434 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3431 | msgid "Admin" | 3435 | msgid "Admin" |
3432 | msgstr "Admin" | 3436 | msgstr "Admin" |
3433 | 3437 | ||
3434 | -#: app/views/shared/user_menu.rhtml:42 | 3438 | +#: app/views/shared/user_menu.rhtml:46 |
3435 | msgid "Access the site administration panel." | 3439 | msgid "Access the site administration panel." |
3436 | msgstr "Accéder au panneau d'administration du site." | 3440 | msgstr "Accéder au panneau d'administration du site." |
3437 | 3441 | ||
3438 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3442 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3439 | #: app/views/layouts/application-ng.rhtml:64 | 3443 | #: app/views/layouts/application-ng.rhtml:64 |
3440 | msgid "Logout" | 3444 | msgid "Logout" |
3441 | msgstr "Déconnexion" | 3445 | msgstr "Déconnexion" |
3442 | 3446 | ||
3443 | -#: app/views/shared/user_menu.rhtml:49 | 3447 | +#: app/views/shared/user_menu.rhtml:53 |
3444 | msgid "" | 3448 | msgid "" |
3445 | "This link takes you out of the system. You should logout if other people are " | 3449 | "This link takes you out of the system. You should logout if other people are " |
3446 | "willing to use the same computer after you." | 3450 | "willing to use the same computer after you." |
@@ -3449,7 +3453,7 @@ msgstr "" | @@ -3449,7 +3453,7 @@ msgstr "" | ||
3449 | "explicitement si d'autres personnes désirent utiliser le même ordinateur " | 3453 | "explicitement si d'autres personnes désirent utiliser le même ordinateur " |
3450 | "après vous." | 3454 | "après vous." |
3451 | 3455 | ||
3452 | -#: app/views/shared/user_menu.rhtml:63 | 3456 | +#: app/views/shared/user_menu.rhtml:67 |
3453 | #: app/views/account/index_anonymous.rhtml:5 | 3457 | #: app/views/account/index_anonymous.rhtml:5 |
3454 | #: app/views/layouts/application-ng.rhtml:66 | 3458 | #: app/views/layouts/application-ng.rhtml:66 |
3455 | msgid "" | 3459 | msgid "" |
@@ -4618,7 +4622,8 @@ msgid "Add friend" | @@ -4618,7 +4622,8 @@ msgid "Add friend" | ||
4618 | msgstr "Ajouter un contact" | 4622 | msgstr "Ajouter un contact" |
4619 | 4623 | ||
4620 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4624 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4621 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4625 | +#: app/views/profile/_person.rhtml:11 |
4626 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4622 | #, fuzzy | 4627 | #, fuzzy |
4623 | msgid "Contact" | 4628 | msgid "Contact" |
4624 | msgstr "Personne de contact : " | 4629 | msgstr "Personne de contact : " |
@@ -4764,8 +4769,8 @@ msgid "Identifier:" | @@ -4764,8 +4769,8 @@ msgid "Identifier:" | ||
4764 | msgstr "Identifiant :" | 4769 | msgstr "Identifiant :" |
4765 | 4770 | ||
4766 | #: app/views/enterprise_editor/index.rhtml:7 | 4771 | #: app/views/enterprise_editor/index.rhtml:7 |
4767 | -#: app/views/profile/_person.rhtml:14 | ||
4768 | -#: app/views/content_viewer/_person.rhtml:14 | 4772 | +#: app/views/profile/_person.rhtml:15 |
4773 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4769 | msgid "Contact phone:" | 4774 | msgid "Contact phone:" |
4770 | msgstr "Téléphone de contact :" | 4775 | msgstr "Téléphone de contact :" |
4771 | 4776 | ||
@@ -4965,7 +4970,7 @@ msgstr "Voici tous les groupes de <b>%s</b>." | @@ -4965,7 +4970,7 @@ msgstr "Voici tous les groupes de <b>%s</b>." | ||
4965 | msgid "%s's communities" | 4970 | msgid "%s's communities" |
4966 | msgstr "Les groupes de <b>%s</b>" | 4971 | msgstr "Les groupes de <b>%s</b>" |
4967 | 4972 | ||
4968 | -#: app/views/profile/index.rhtml:8 | 4973 | +#: app/views/profile/index.rhtml:7 |
4969 | msgid "%s's profile" | 4974 | msgid "%s's profile" |
4970 | msgstr "Le profil de %s" | 4975 | msgstr "Le profil de %s" |
4971 | 4976 | ||
@@ -5044,43 +5049,43 @@ msgstr "Sexe : " | @@ -5044,43 +5049,43 @@ msgstr "Sexe : " | ||
5044 | msgid "Date of birth:" | 5049 | msgid "Date of birth:" |
5045 | msgstr "" | 5050 | msgstr "" |
5046 | 5051 | ||
5047 | -#: app/views/profile/_person.rhtml:13 | ||
5048 | -#: app/views/content_viewer/_person.rhtml:13 | 5052 | +#: app/views/profile/_person.rhtml:14 |
5053 | +#: app/views/content_viewer/_person.rhtml:14 | ||
5049 | #, fuzzy | 5054 | #, fuzzy |
5050 | msgid "ZIP code:" | 5055 | msgid "ZIP code:" |
5051 | msgstr "Code postal" | 5056 | msgstr "Code postal" |
5052 | 5057 | ||
5053 | -#: app/views/profile/_person.rhtml:21 | ||
5054 | -#: app/views/content_viewer/_person.rhtml:21 | 5058 | +#: app/views/profile/_person.rhtml:22 |
5059 | +#: app/views/content_viewer/_person.rhtml:22 | ||
5055 | #, fuzzy | 5060 | #, fuzzy |
5056 | msgid "Work" | 5061 | msgid "Work" |
5057 | msgstr "travail" | 5062 | msgstr "travail" |
5058 | 5063 | ||
5059 | -#: app/views/profile/_person.rhtml:24 | ||
5060 | -#: app/views/content_viewer/_person.rhtml:24 | 5064 | +#: app/views/profile/_person.rhtml:25 |
5065 | +#: app/views/content_viewer/_person.rhtml:25 | ||
5061 | #, fuzzy | 5066 | #, fuzzy |
5062 | msgid "Organization:" | 5067 | msgid "Organization:" |
5063 | msgstr "Organisation" | 5068 | msgstr "Organisation" |
5064 | 5069 | ||
5065 | -#: app/views/profile/_person.rhtml:25 | ||
5066 | -#: app/views/content_viewer/_person.rhtml:25 | 5070 | +#: app/views/profile/_person.rhtml:26 |
5071 | +#: app/views/content_viewer/_person.rhtml:26 | ||
5067 | #, fuzzy | 5072 | #, fuzzy |
5068 | msgid "Organization website:" | 5073 | msgid "Organization website:" |
5069 | msgstr "Site d'organisation" | 5074 | msgstr "Site d'organisation" |
5070 | 5075 | ||
5071 | -#: app/views/profile/_person.rhtml:41 | ||
5072 | -#: app/views/content_viewer/_person.rhtml:41 | 5076 | +#: app/views/profile/_person.rhtml:42 |
5077 | +#: app/views/content_viewer/_person.rhtml:42 | ||
5073 | #, fuzzy | 5078 | #, fuzzy |
5074 | msgid "Network" | 5079 | msgid "Network" |
5075 | msgstr "travail" | 5080 | msgstr "travail" |
5076 | 5081 | ||
5077 | -#: app/views/profile/_person.rhtml:45 | ||
5078 | -#: app/views/content_viewer/_person.rhtml:45 | 5082 | +#: app/views/profile/_person.rhtml:46 |
5083 | +#: app/views/content_viewer/_person.rhtml:46 | ||
5079 | msgid "Friends" | 5084 | msgid "Friends" |
5080 | msgstr "Contacts" | 5085 | msgstr "Contacts" |
5081 | 5086 | ||
5082 | -#: app/views/profile/_person.rhtml:57 | ||
5083 | -#: app/views/content_viewer/_person.rhtml:57 | 5087 | +#: app/views/profile/_person.rhtml:55 |
5088 | +#: app/views/content_viewer/_person.rhtml:55 | ||
5084 | #, fuzzy | 5089 | #, fuzzy |
5085 | msgid "Interests" | 5090 | msgid "Interests" |
5086 | msgstr "Mes centres d'intérêt" | 5091 | msgstr "Mes centres d'intérêt" |
po/hy/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -616,16 +616,16 @@ msgstr "Արտադրանք" | @@ -616,16 +616,16 @@ msgstr "Արտադրանք" | ||
616 | #: app/controllers/public/search_controller.rb:134 | 616 | #: app/controllers/public/search_controller.rb:134 |
617 | #: app/controllers/public/search_controller.rb:207 | 617 | #: app/controllers/public/search_controller.rb:207 |
618 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 618 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
619 | -#: app/views/profile/_person.rhtml:30 | ||
620 | -#: app/views/content_viewer/_person.rhtml:30 | 619 | +#: app/views/profile/_person.rhtml:31 |
620 | +#: app/views/content_viewer/_person.rhtml:31 | ||
621 | msgid "Enterprises" | 621 | msgid "Enterprises" |
622 | msgstr "Ձեռնարկություններ" | 622 | msgstr "Ձեռնարկություններ" |
623 | 623 | ||
624 | #: app/helpers/assets_helper.rb:11 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | #: app/controllers/public/search_controller.rb:136 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | #: app/controllers/public/search_controller.rb:210 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
628 | -#: app/views/content_viewer/_person.rhtml:49 | 627 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
628 | +#: app/views/content_viewer/_person.rhtml:50 | ||
629 | #: app/views/layouts/application-ng.rhtml:93 | 629 | #: app/views/layouts/application-ng.rhtml:93 |
630 | msgid "Communities" | 630 | msgid "Communities" |
631 | msgstr "Համայնքներ" | 631 | msgstr "Համայնքներ" |
@@ -668,8 +668,8 @@ msgid "Contact person:" | @@ -668,8 +668,8 @@ msgid "Contact person:" | ||
668 | msgstr "Կապը պահպանող անձ" | 668 | msgstr "Կապը պահպանող անձ" |
669 | 669 | ||
670 | #: app/helpers/enterprise_homepage_helper.rb:7 | 670 | #: app/helpers/enterprise_homepage_helper.rb:7 |
671 | -#: app/views/profile/_person.rhtml:15 | ||
672 | -#: app/views/content_viewer/_person.rhtml:15 | 671 | +#: app/views/profile/_person.rhtml:16 |
672 | +#: app/views/content_viewer/_person.rhtml:16 | ||
673 | msgid "e-Mail:" | 673 | msgid "e-Mail:" |
674 | msgstr "էլ. հասցե" | 674 | msgstr "էլ. հասցե" |
675 | 675 | ||
@@ -678,15 +678,14 @@ msgid "Phone(s):" | @@ -678,15 +678,14 @@ msgid "Phone(s):" | ||
678 | msgstr "Հեռախոս(ներ)" | 678 | msgstr "Հեռախոս(ներ)" |
679 | 679 | ||
680 | #: app/helpers/enterprise_homepage_helper.rb:9 | 680 | #: app/helpers/enterprise_homepage_helper.rb:9 |
681 | -#: app/views/profile/_person.rhtml:17 | ||
682 | -#: app/views/content_viewer/_person.rhtml:17 | 681 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
683 | msgid "Location:" | 682 | msgid "Location:" |
684 | msgstr "Վայր" | 683 | msgstr "Վայր" |
685 | 684 | ||
686 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 685 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
687 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 686 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
688 | -#: app/views/profile/_person.rhtml:12 | ||
689 | -#: app/views/content_viewer/_person.rhtml:12 | 687 | +#: app/views/profile/_person.rhtml:13 |
688 | +#: app/views/content_viewer/_person.rhtml:13 | ||
690 | msgid "Address:" | 689 | msgid "Address:" |
691 | msgstr "Հասցե" | 690 | msgstr "Հասցե" |
692 | 691 | ||
@@ -761,7 +760,7 @@ msgid "Help" | @@ -761,7 +760,7 @@ msgid "Help" | ||
761 | msgstr "Օգնություն" | 760 | msgstr "Օգնություն" |
762 | 761 | ||
763 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 762 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
764 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 763 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
765 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 764 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
766 | #: app/views/layouts/application-ng.rhtml:69 | 765 | #: app/views/layouts/application-ng.rhtml:69 |
767 | #: app/views/box_organizer/add_block.rhtml:19 | 766 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2312,7 +2311,7 @@ msgid "Ok" | @@ -2312,7 +2311,7 @@ msgid "Ok" | ||
2312 | msgstr "Այո" | 2311 | msgstr "Այո" |
2313 | 2312 | ||
2314 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2313 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2315 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2314 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2316 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2315 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2317 | msgid "Login" | 2316 | msgid "Login" |
2318 | msgstr "Մուտք" | 2317 | msgstr "Մուտք" |
@@ -3304,18 +3303,23 @@ msgstr "Գնալ Ձեր գլխավոր էջ" | @@ -3304,18 +3303,23 @@ msgstr "Գնալ Ձեր գլխավոր էջ" | ||
3304 | msgid "My communities" | 3303 | msgid "My communities" |
3305 | msgstr "Բոլոր համայնքները" | 3304 | msgstr "Բոլոր համայնքները" |
3306 | 3305 | ||
3307 | -#: app/views/shared/user_menu.rhtml:30 | 3306 | +#: app/views/shared/user_menu.rhtml:27 |
3307 | +#, fuzzy | ||
3308 | +msgid "Manage %s" | ||
3309 | +msgstr "Կառավարել" | ||
3310 | + | ||
3311 | +#: app/views/shared/user_menu.rhtml:34 | ||
3308 | msgid "Webmail" | 3312 | msgid "Webmail" |
3309 | msgstr "Webmail" | 3313 | msgstr "Webmail" |
3310 | 3314 | ||
3311 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3315 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3312 | #: app/views/blocks/profile_info.rhtml:22 | 3316 | #: app/views/blocks/profile_info.rhtml:22 |
3313 | #: app/views/blocks/profile_image.rhtml:19 | 3317 | #: app/views/blocks/profile_image.rhtml:19 |
3314 | #: app/views/layouts/application-ng.rhtml:62 | 3318 | #: app/views/layouts/application-ng.rhtml:62 |
3315 | msgid "Control panel" | 3319 | msgid "Control panel" |
3316 | msgstr "Կառավարման վահանակ" | 3320 | msgstr "Կառավարման վահանակ" |
3317 | 3321 | ||
3318 | -#: app/views/shared/user_menu.rhtml:35 | 3322 | +#: app/views/shared/user_menu.rhtml:39 |
3319 | msgid "" | 3323 | msgid "" |
3320 | "Control panel: change your picture, edit your personal information, create " | 3324 | "Control panel: change your picture, edit your personal information, create " |
3321 | "content or change the way your home page looks." | 3325 | "content or change the way your home page looks." |
@@ -3323,21 +3327,21 @@ msgstr "" | @@ -3323,21 +3327,21 @@ msgstr "" | ||
3323 | "Կառավարման վահանակ. այստեղ կարող եք փոխել Ձեր նկարը, անձնական տվյալները, " | 3327 | "Կառավարման վահանակ. այստեղ կարող եք փոխել Ձեր նկարը, անձնական տվյալները, " |
3324 | "գլխավոր էջի արտաքին տեսքը, ինչպես նաև կարող եք ստեղծել հոդվածները: " | 3328 | "գլխավոր էջի արտաքին տեսքը, ինչպես նաև կարող եք ստեղծել հոդվածները: " |
3325 | 3329 | ||
3326 | -#: app/views/shared/user_menu.rhtml:39 | 3330 | +#: app/views/shared/user_menu.rhtml:43 |
3327 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3331 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3328 | msgid "Admin" | 3332 | msgid "Admin" |
3329 | msgstr "Ադմինիստրատոր" | 3333 | msgstr "Ադմինիստրատոր" |
3330 | 3334 | ||
3331 | -#: app/views/shared/user_menu.rhtml:42 | 3335 | +#: app/views/shared/user_menu.rhtml:46 |
3332 | msgid "Access the site administration panel." | 3336 | msgid "Access the site administration panel." |
3333 | msgstr "Մուտք գործել կայքի կառավարման վահանակ:" | 3337 | msgstr "Մուտք գործել կայքի կառավարման վահանակ:" |
3334 | 3338 | ||
3335 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3339 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3336 | #: app/views/layouts/application-ng.rhtml:64 | 3340 | #: app/views/layouts/application-ng.rhtml:64 |
3337 | msgid "Logout" | 3341 | msgid "Logout" |
3338 | msgstr "Դուրս գալ:" | 3342 | msgstr "Դուրս գալ:" |
3339 | 3343 | ||
3340 | -#: app/views/shared/user_menu.rhtml:49 | 3344 | +#: app/views/shared/user_menu.rhtml:53 |
3341 | msgid "" | 3345 | msgid "" |
3342 | "This link takes you out of the system. You should logout if other people are " | 3346 | "This link takes you out of the system. You should logout if other people are " |
3343 | "willing to use the same computer after you." | 3347 | "willing to use the same computer after you." |
@@ -3345,7 +3349,7 @@ msgstr "" | @@ -3345,7 +3349,7 @@ msgstr "" | ||
3345 | "Այս հղումը Ձեձ համակարգից հանում է դուրս: Դուք պետք է դուրս գաք համակարգից " | 3349 | "Այս հղումը Ձեձ համակարգից հանում է դուրս: Դուք պետք է դուրս գաք համակարգից " |
3346 | "եթե այլ մարդիկ ցանկանում են օգտվել դրանից:" | 3350 | "եթե այլ մարդիկ ցանկանում են օգտվել դրանից:" |
3347 | 3351 | ||
3348 | -#: app/views/shared/user_menu.rhtml:63 | 3352 | +#: app/views/shared/user_menu.rhtml:67 |
3349 | #: app/views/account/index_anonymous.rhtml:5 | 3353 | #: app/views/account/index_anonymous.rhtml:5 |
3350 | #: app/views/layouts/application-ng.rhtml:66 | 3354 | #: app/views/layouts/application-ng.rhtml:66 |
3351 | msgid "" | 3355 | msgid "" |
@@ -4453,7 +4457,8 @@ msgid "Add friend" | @@ -4453,7 +4457,8 @@ msgid "Add friend" | ||
4453 | msgstr "Ավելացնել ընկեր" | 4457 | msgstr "Ավելացնել ընկեր" |
4454 | 4458 | ||
4455 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4459 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4456 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4460 | +#: app/views/profile/_person.rhtml:11 |
4461 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4457 | msgid "Contact" | 4462 | msgid "Contact" |
4458 | msgstr "" | 4463 | msgstr "" |
4459 | 4464 | ||
@@ -4589,8 +4594,8 @@ msgid "Identifier:" | @@ -4589,8 +4594,8 @@ msgid "Identifier:" | ||
4589 | msgstr "Որոշիչ" | 4594 | msgstr "Որոշիչ" |
4590 | 4595 | ||
4591 | #: app/views/enterprise_editor/index.rhtml:7 | 4596 | #: app/views/enterprise_editor/index.rhtml:7 |
4592 | -#: app/views/profile/_person.rhtml:14 | ||
4593 | -#: app/views/content_viewer/_person.rhtml:14 | 4597 | +#: app/views/profile/_person.rhtml:15 |
4598 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4594 | msgid "Contact phone:" | 4599 | msgid "Contact phone:" |
4595 | msgstr "Հեռախոս" | 4600 | msgstr "Հեռախոս" |
4596 | 4601 | ||
@@ -4780,7 +4785,7 @@ msgstr "Այստեղ<b>%s</b>-ի բոլոր համայնքներն են:" | @@ -4780,7 +4785,7 @@ msgstr "Այստեղ<b>%s</b>-ի բոլոր համայնքներն են:" | ||
4780 | msgid "%s's communities" | 4785 | msgid "%s's communities" |
4781 | msgstr "%s-ի համայնքները" | 4786 | msgstr "%s-ի համայնքները" |
4782 | 4787 | ||
4783 | -#: app/views/profile/index.rhtml:8 | 4788 | +#: app/views/profile/index.rhtml:7 |
4784 | msgid "%s's profile" | 4789 | msgid "%s's profile" |
4785 | msgstr "%s-ի անհատական էջ" | 4790 | msgstr "%s-ի անհատական էջ" |
4786 | 4791 | ||
@@ -4858,42 +4863,42 @@ msgstr "Սեռ" | @@ -4858,42 +4863,42 @@ msgstr "Սեռ" | ||
4858 | msgid "Date of birth:" | 4863 | msgid "Date of birth:" |
4859 | msgstr "" | 4864 | msgstr "" |
4860 | 4865 | ||
4861 | -#: app/views/profile/_person.rhtml:13 | ||
4862 | -#: app/views/content_viewer/_person.rhtml:13 | 4866 | +#: app/views/profile/_person.rhtml:14 |
4867 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4863 | msgid "ZIP code:" | 4868 | msgid "ZIP code:" |
4864 | msgstr "" | 4869 | msgstr "" |
4865 | 4870 | ||
4866 | -#: app/views/profile/_person.rhtml:21 | ||
4867 | -#: app/views/content_viewer/_person.rhtml:21 | 4871 | +#: app/views/profile/_person.rhtml:22 |
4872 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4868 | #, fuzzy | 4873 | #, fuzzy |
4869 | msgid "Work" | 4874 | msgid "Work" |
4870 | msgstr "աշխատավայր" | 4875 | msgstr "աշխատավայր" |
4871 | 4876 | ||
4872 | -#: app/views/profile/_person.rhtml:24 | ||
4873 | -#: app/views/content_viewer/_person.rhtml:24 | 4877 | +#: app/views/profile/_person.rhtml:25 |
4878 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4874 | #, fuzzy | 4879 | #, fuzzy |
4875 | msgid "Organization:" | 4880 | msgid "Organization:" |
4876 | msgstr "Կազմակերպություն" | 4881 | msgstr "Կազմակերպություն" |
4877 | 4882 | ||
4878 | -#: app/views/profile/_person.rhtml:25 | ||
4879 | -#: app/views/content_viewer/_person.rhtml:25 | 4883 | +#: app/views/profile/_person.rhtml:26 |
4884 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4880 | #, fuzzy | 4885 | #, fuzzy |
4881 | msgid "Organization website:" | 4886 | msgid "Organization website:" |
4882 | msgstr "Կազմակերպություններ" | 4887 | msgstr "Կազմակերպություններ" |
4883 | 4888 | ||
4884 | -#: app/views/profile/_person.rhtml:41 | ||
4885 | -#: app/views/content_viewer/_person.rhtml:41 | 4889 | +#: app/views/profile/_person.rhtml:42 |
4890 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4886 | #, fuzzy | 4891 | #, fuzzy |
4887 | msgid "Network" | 4892 | msgid "Network" |
4888 | msgstr "աշխատավայր" | 4893 | msgstr "աշխատավայր" |
4889 | 4894 | ||
4890 | -#: app/views/profile/_person.rhtml:45 | ||
4891 | -#: app/views/content_viewer/_person.rhtml:45 | 4895 | +#: app/views/profile/_person.rhtml:46 |
4896 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4892 | msgid "Friends" | 4897 | msgid "Friends" |
4893 | msgstr "Ընկերներ" | 4898 | msgstr "Ընկերներ" |
4894 | 4899 | ||
4895 | -#: app/views/profile/_person.rhtml:57 | ||
4896 | -#: app/views/content_viewer/_person.rhtml:57 | 4900 | +#: app/views/profile/_person.rhtml:55 |
4901 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4897 | #, fuzzy | 4902 | #, fuzzy |
4898 | msgid "Interests" | 4903 | msgid "Interests" |
4899 | msgstr "Ձեռնարկություններ" | 4904 | msgstr "Ձեռնարկություններ" |
po/it/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/nl/noosfero.po
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/noosfero.pot
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.18.0\n" | 9 | "Project-Id-Version: noosfero 0.18.0\n" |
10 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 10 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -613,16 +613,16 @@ msgstr "" | @@ -613,16 +613,16 @@ msgstr "" | ||
613 | #: app/controllers/public/search_controller.rb:134 | 613 | #: app/controllers/public/search_controller.rb:134 |
614 | #: app/controllers/public/search_controller.rb:207 | 614 | #: app/controllers/public/search_controller.rb:207 |
615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 615 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
616 | -#: app/views/profile/_person.rhtml:30 | ||
617 | -#: app/views/content_viewer/_person.rhtml:30 | 616 | +#: app/views/profile/_person.rhtml:31 |
617 | +#: app/views/content_viewer/_person.rhtml:31 | ||
618 | msgid "Enterprises" | 618 | msgid "Enterprises" |
619 | msgstr "" | 619 | msgstr "" |
620 | 620 | ||
621 | #: app/helpers/assets_helper.rb:11 | 621 | #: app/helpers/assets_helper.rb:11 |
622 | #: app/controllers/public/search_controller.rb:136 | 622 | #: app/controllers/public/search_controller.rb:136 |
623 | #: app/controllers/public/search_controller.rb:210 | 623 | #: app/controllers/public/search_controller.rb:210 |
624 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
625 | -#: app/views/content_viewer/_person.rhtml:49 | 624 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
625 | +#: app/views/content_viewer/_person.rhtml:50 | ||
626 | #: app/views/layouts/application-ng.rhtml:93 | 626 | #: app/views/layouts/application-ng.rhtml:93 |
627 | msgid "Communities" | 627 | msgid "Communities" |
628 | msgstr "" | 628 | msgstr "" |
@@ -665,8 +665,8 @@ msgid "Contact person:" | @@ -665,8 +665,8 @@ msgid "Contact person:" | ||
665 | msgstr "" | 665 | msgstr "" |
666 | 666 | ||
667 | #: app/helpers/enterprise_homepage_helper.rb:7 | 667 | #: app/helpers/enterprise_homepage_helper.rb:7 |
668 | -#: app/views/profile/_person.rhtml:15 | ||
669 | -#: app/views/content_viewer/_person.rhtml:15 | 668 | +#: app/views/profile/_person.rhtml:16 |
669 | +#: app/views/content_viewer/_person.rhtml:16 | ||
670 | msgid "e-Mail:" | 670 | msgid "e-Mail:" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
@@ -675,15 +675,14 @@ msgid "Phone(s):" | @@ -675,15 +675,14 @@ msgid "Phone(s):" | ||
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: app/helpers/enterprise_homepage_helper.rb:9 | 677 | #: app/helpers/enterprise_homepage_helper.rb:9 |
678 | -#: app/views/profile/_person.rhtml:17 | ||
679 | -#: app/views/content_viewer/_person.rhtml:17 | 678 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
680 | msgid "Location:" | 679 | msgid "Location:" |
681 | msgstr "" | 680 | msgstr "" |
682 | 681 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 682 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
684 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 683 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
685 | -#: app/views/profile/_person.rhtml:12 | ||
686 | -#: app/views/content_viewer/_person.rhtml:12 | 684 | +#: app/views/profile/_person.rhtml:13 |
685 | +#: app/views/content_viewer/_person.rhtml:13 | ||
687 | msgid "Address:" | 686 | msgid "Address:" |
688 | msgstr "" | 687 | msgstr "" |
689 | 688 | ||
@@ -757,7 +756,7 @@ msgid "Help" | @@ -757,7 +756,7 @@ msgid "Help" | ||
757 | msgstr "" | 756 | msgstr "" |
758 | 757 | ||
759 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 758 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
760 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 759 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
761 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 760 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
762 | #: app/views/layouts/application-ng.rhtml:69 | 761 | #: app/views/layouts/application-ng.rhtml:69 |
763 | #: app/views/box_organizer/add_block.rhtml:19 | 762 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2271,7 +2270,7 @@ msgid "Ok" | @@ -2271,7 +2270,7 @@ msgid "Ok" | ||
2271 | msgstr "" | 2270 | msgstr "" |
2272 | 2271 | ||
2273 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2272 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2274 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2273 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2275 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2274 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2276 | msgid "Login" | 2275 | msgid "Login" |
2277 | msgstr "" | 2276 | msgstr "" |
@@ -3238,44 +3237,48 @@ msgstr "" | @@ -3238,44 +3237,48 @@ msgstr "" | ||
3238 | msgid "My communities" | 3237 | msgid "My communities" |
3239 | msgstr "" | 3238 | msgstr "" |
3240 | 3239 | ||
3241 | -#: app/views/shared/user_menu.rhtml:30 | 3240 | +#: app/views/shared/user_menu.rhtml:27 |
3241 | +msgid "Manage %s" | ||
3242 | +msgstr "" | ||
3243 | + | ||
3244 | +#: app/views/shared/user_menu.rhtml:34 | ||
3242 | msgid "Webmail" | 3245 | msgid "Webmail" |
3243 | msgstr "" | 3246 | msgstr "" |
3244 | 3247 | ||
3245 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3248 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3246 | #: app/views/blocks/profile_info.rhtml:22 | 3249 | #: app/views/blocks/profile_info.rhtml:22 |
3247 | #: app/views/blocks/profile_image.rhtml:19 | 3250 | #: app/views/blocks/profile_image.rhtml:19 |
3248 | #: app/views/layouts/application-ng.rhtml:62 | 3251 | #: app/views/layouts/application-ng.rhtml:62 |
3249 | msgid "Control panel" | 3252 | msgid "Control panel" |
3250 | msgstr "" | 3253 | msgstr "" |
3251 | 3254 | ||
3252 | -#: app/views/shared/user_menu.rhtml:35 | 3255 | +#: app/views/shared/user_menu.rhtml:39 |
3253 | msgid "" | 3256 | msgid "" |
3254 | "Control panel: change your picture, edit your personal information, create " | 3257 | "Control panel: change your picture, edit your personal information, create " |
3255 | "content or change the way your home page looks." | 3258 | "content or change the way your home page looks." |
3256 | msgstr "" | 3259 | msgstr "" |
3257 | 3260 | ||
3258 | -#: app/views/shared/user_menu.rhtml:39 | 3261 | +#: app/views/shared/user_menu.rhtml:43 |
3259 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3262 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3260 | msgid "Admin" | 3263 | msgid "Admin" |
3261 | msgstr "" | 3264 | msgstr "" |
3262 | 3265 | ||
3263 | -#: app/views/shared/user_menu.rhtml:42 | 3266 | +#: app/views/shared/user_menu.rhtml:46 |
3264 | msgid "Access the site administration panel." | 3267 | msgid "Access the site administration panel." |
3265 | msgstr "" | 3268 | msgstr "" |
3266 | 3269 | ||
3267 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3270 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3268 | #: app/views/layouts/application-ng.rhtml:64 | 3271 | #: app/views/layouts/application-ng.rhtml:64 |
3269 | msgid "Logout" | 3272 | msgid "Logout" |
3270 | msgstr "" | 3273 | msgstr "" |
3271 | 3274 | ||
3272 | -#: app/views/shared/user_menu.rhtml:49 | 3275 | +#: app/views/shared/user_menu.rhtml:53 |
3273 | msgid "" | 3276 | msgid "" |
3274 | "This link takes you out of the system. You should logout if other people are " | 3277 | "This link takes you out of the system. You should logout if other people are " |
3275 | "willing to use the same computer after you." | 3278 | "willing to use the same computer after you." |
3276 | msgstr "" | 3279 | msgstr "" |
3277 | 3280 | ||
3278 | -#: app/views/shared/user_menu.rhtml:63 | 3281 | +#: app/views/shared/user_menu.rhtml:67 |
3279 | #: app/views/account/index_anonymous.rhtml:5 | 3282 | #: app/views/account/index_anonymous.rhtml:5 |
3280 | #: app/views/layouts/application-ng.rhtml:66 | 3283 | #: app/views/layouts/application-ng.rhtml:66 |
3281 | msgid "" | 3284 | msgid "" |
@@ -4341,7 +4344,8 @@ msgid "Add friend" | @@ -4341,7 +4344,8 @@ msgid "Add friend" | ||
4341 | msgstr "" | 4344 | msgstr "" |
4342 | 4345 | ||
4343 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4346 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4344 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4347 | +#: app/views/profile/_person.rhtml:11 |
4348 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4345 | msgid "Contact" | 4349 | msgid "Contact" |
4346 | msgstr "" | 4350 | msgstr "" |
4347 | 4351 | ||
@@ -4465,8 +4469,8 @@ msgid "Identifier:" | @@ -4465,8 +4469,8 @@ msgid "Identifier:" | ||
4465 | msgstr "" | 4469 | msgstr "" |
4466 | 4470 | ||
4467 | #: app/views/enterprise_editor/index.rhtml:7 | 4471 | #: app/views/enterprise_editor/index.rhtml:7 |
4468 | -#: app/views/profile/_person.rhtml:14 | ||
4469 | -#: app/views/content_viewer/_person.rhtml:14 | 4472 | +#: app/views/profile/_person.rhtml:15 |
4473 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4470 | msgid "Contact phone:" | 4474 | msgid "Contact phone:" |
4471 | msgstr "" | 4475 | msgstr "" |
4472 | 4476 | ||
@@ -4650,7 +4654,7 @@ msgstr "" | @@ -4650,7 +4654,7 @@ msgstr "" | ||
4650 | msgid "%s's communities" | 4654 | msgid "%s's communities" |
4651 | msgstr "" | 4655 | msgstr "" |
4652 | 4656 | ||
4653 | -#: app/views/profile/index.rhtml:8 | 4657 | +#: app/views/profile/index.rhtml:7 |
4654 | msgid "%s's profile" | 4658 | msgid "%s's profile" |
4655 | msgstr "" | 4659 | msgstr "" |
4656 | 4660 | ||
@@ -4724,38 +4728,38 @@ msgstr "" | @@ -4724,38 +4728,38 @@ msgstr "" | ||
4724 | msgid "Date of birth:" | 4728 | msgid "Date of birth:" |
4725 | msgstr "" | 4729 | msgstr "" |
4726 | 4730 | ||
4727 | -#: app/views/profile/_person.rhtml:13 | ||
4728 | -#: app/views/content_viewer/_person.rhtml:13 | 4731 | +#: app/views/profile/_person.rhtml:14 |
4732 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4729 | msgid "ZIP code:" | 4733 | msgid "ZIP code:" |
4730 | msgstr "" | 4734 | msgstr "" |
4731 | 4735 | ||
4732 | -#: app/views/profile/_person.rhtml:21 | ||
4733 | -#: app/views/content_viewer/_person.rhtml:21 | 4736 | +#: app/views/profile/_person.rhtml:22 |
4737 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4734 | msgid "Work" | 4738 | msgid "Work" |
4735 | msgstr "" | 4739 | msgstr "" |
4736 | 4740 | ||
4737 | -#: app/views/profile/_person.rhtml:24 | ||
4738 | -#: app/views/content_viewer/_person.rhtml:24 | 4741 | +#: app/views/profile/_person.rhtml:25 |
4742 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4739 | msgid "Organization:" | 4743 | msgid "Organization:" |
4740 | msgstr "" | 4744 | msgstr "" |
4741 | 4745 | ||
4742 | -#: app/views/profile/_person.rhtml:25 | ||
4743 | -#: app/views/content_viewer/_person.rhtml:25 | 4746 | +#: app/views/profile/_person.rhtml:26 |
4747 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4744 | msgid "Organization website:" | 4748 | msgid "Organization website:" |
4745 | msgstr "" | 4749 | msgstr "" |
4746 | 4750 | ||
4747 | -#: app/views/profile/_person.rhtml:41 | ||
4748 | -#: app/views/content_viewer/_person.rhtml:41 | 4751 | +#: app/views/profile/_person.rhtml:42 |
4752 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4749 | msgid "Network" | 4753 | msgid "Network" |
4750 | msgstr "" | 4754 | msgstr "" |
4751 | 4755 | ||
4752 | -#: app/views/profile/_person.rhtml:45 | ||
4753 | -#: app/views/content_viewer/_person.rhtml:45 | 4756 | +#: app/views/profile/_person.rhtml:46 |
4757 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4754 | msgid "Friends" | 4758 | msgid "Friends" |
4755 | msgstr "" | 4759 | msgstr "" |
4756 | 4760 | ||
4757 | -#: app/views/profile/_person.rhtml:57 | ||
4758 | -#: app/views/content_viewer/_person.rhtml:57 | 4761 | +#: app/views/profile/_person.rhtml:55 |
4762 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4759 | msgid "Interests" | 4763 | msgid "Interests" |
4760 | msgstr "" | 4764 | msgstr "" |
4761 | 4765 |
po/pt_BR/noosfero.po
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | msgid "" | 12 | msgid "" |
13 | msgstr "" | 13 | msgstr "" |
14 | "Project-Id-Version: noosfero 0.18.0\n" | 14 | "Project-Id-Version: noosfero 0.18.0\n" |
15 | -"POT-Creation-Date: 2009-05-26 18:17-0300\n" | 15 | +"POT-Creation-Date: 2009-05-26 19:20-0300\n" |
16 | "PO-Revision-Date: 2009-05-26 18:18-0300\n" | 16 | "PO-Revision-Date: 2009-05-26 18:18-0300\n" |
17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | "Language-Team: LANGUAGE <LL@li.org>\n" | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -619,16 +619,16 @@ msgstr "Produtos" | @@ -619,16 +619,16 @@ msgstr "Produtos" | ||
619 | #: app/controllers/public/search_controller.rb:134 | 619 | #: app/controllers/public/search_controller.rb:134 |
620 | #: app/controllers/public/search_controller.rb:207 | 620 | #: app/controllers/public/search_controller.rb:207 |
621 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 621 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
622 | -#: app/views/profile/_person.rhtml:30 | ||
623 | -#: app/views/content_viewer/_person.rhtml:30 | 622 | +#: app/views/profile/_person.rhtml:31 |
623 | +#: app/views/content_viewer/_person.rhtml:31 | ||
624 | msgid "Enterprises" | 624 | msgid "Enterprises" |
625 | msgstr "Empreendimentos" | 625 | msgstr "Empreendimentos" |
626 | 626 | ||
627 | #: app/helpers/assets_helper.rb:11 | 627 | #: app/helpers/assets_helper.rb:11 |
628 | #: app/controllers/public/search_controller.rb:136 | 628 | #: app/controllers/public/search_controller.rb:136 |
629 | #: app/controllers/public/search_controller.rb:210 | 629 | #: app/controllers/public/search_controller.rb:210 |
630 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:49 | ||
631 | -#: app/views/content_viewer/_person.rhtml:49 | 630 | +#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 |
631 | +#: app/views/content_viewer/_person.rhtml:50 | ||
632 | #: app/views/layouts/application-ng.rhtml:93 | 632 | #: app/views/layouts/application-ng.rhtml:93 |
633 | msgid "Communities" | 633 | msgid "Communities" |
634 | msgstr "Comunidades" | 634 | msgstr "Comunidades" |
@@ -671,8 +671,8 @@ msgid "Contact person:" | @@ -671,8 +671,8 @@ msgid "Contact person:" | ||
671 | msgstr "Pessoa de contato:" | 671 | msgstr "Pessoa de contato:" |
672 | 672 | ||
673 | #: app/helpers/enterprise_homepage_helper.rb:7 | 673 | #: app/helpers/enterprise_homepage_helper.rb:7 |
674 | -#: app/views/profile/_person.rhtml:15 | ||
675 | -#: app/views/content_viewer/_person.rhtml:15 | 674 | +#: app/views/profile/_person.rhtml:16 |
675 | +#: app/views/content_viewer/_person.rhtml:16 | ||
676 | msgid "e-Mail:" | 676 | msgid "e-Mail:" |
677 | msgstr "e-Mail:" | 677 | msgstr "e-Mail:" |
678 | 678 | ||
@@ -681,15 +681,14 @@ msgid "Phone(s):" | @@ -681,15 +681,14 @@ msgid "Phone(s):" | ||
681 | msgstr "Telefone(s)" | 681 | msgstr "Telefone(s)" |
682 | 682 | ||
683 | #: app/helpers/enterprise_homepage_helper.rb:9 | 683 | #: app/helpers/enterprise_homepage_helper.rb:9 |
684 | -#: app/views/profile/_person.rhtml:17 | ||
685 | -#: app/views/content_viewer/_person.rhtml:17 | 684 | +#: app/views/profile/_person.rhtml:7 app/views/content_viewer/_person.rhtml:7 |
686 | msgid "Location:" | 685 | msgid "Location:" |
687 | msgstr "Localização:" | 686 | msgstr "Localização:" |
688 | 687 | ||
689 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 | 688 | #: app/helpers/enterprise_homepage_helper.rb:10 app/models/event.rb:78 |
690 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 | 689 | #: app/views/cms/_event.rhtml:14 app/views/enterprise_editor/index.rhtml:6 |
691 | -#: app/views/profile/_person.rhtml:12 | ||
692 | -#: app/views/content_viewer/_person.rhtml:12 | 690 | +#: app/views/profile/_person.rhtml:13 |
691 | +#: app/views/content_viewer/_person.rhtml:13 | ||
693 | msgid "Address:" | 692 | msgid "Address:" |
694 | msgstr "Endereço:" | 693 | msgstr "Endereço:" |
695 | 694 | ||
@@ -763,7 +762,7 @@ msgid "Help" | @@ -763,7 +762,7 @@ msgid "Help" | ||
763 | msgstr "Ajuda" | 762 | msgstr "Ajuda" |
764 | 763 | ||
765 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 | 764 | #: app/helpers/boxes_helper.rb:209 app/helpers/application_helper.rb:89 |
766 | -#: app/views/shared/user_menu.rhtml:66 app/views/account/wizard.rhtml:1 | 765 | +#: app/views/shared/user_menu.rhtml:70 app/views/account/wizard.rhtml:1 |
767 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 766 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
768 | #: app/views/layouts/application-ng.rhtml:69 | 767 | #: app/views/layouts/application-ng.rhtml:69 |
769 | #: app/views/box_organizer/add_block.rhtml:19 | 768 | #: app/views/box_organizer/add_block.rhtml:19 |
@@ -2319,7 +2318,7 @@ msgid "Ok" | @@ -2319,7 +2318,7 @@ msgid "Ok" | ||
2319 | msgstr "Ok" | 2318 | msgstr "Ok" |
2320 | 2319 | ||
2321 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | 2320 | #: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 |
2322 | -#: app/views/shared/user_menu.rhtml:63 app/views/account/login_block.rhtml:4 | 2321 | +#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 |
2323 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 | 2322 | #: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:66 |
2324 | msgid "Login" | 2323 | msgid "Login" |
2325 | msgstr "Entrar" | 2324 | msgstr "Entrar" |
@@ -3312,18 +3311,23 @@ msgstr "Vá à sua página inicial." | @@ -3312,18 +3311,23 @@ msgstr "Vá à sua página inicial." | ||
3312 | msgid "My communities" | 3311 | msgid "My communities" |
3313 | msgstr "Minhas comunidades" | 3312 | msgstr "Minhas comunidades" |
3314 | 3313 | ||
3315 | -#: app/views/shared/user_menu.rhtml:30 | 3314 | +#: app/views/shared/user_menu.rhtml:27 |
3315 | +#, fuzzy | ||
3316 | +msgid "Manage %s" | ||
3317 | +msgstr "Gerenciar" | ||
3318 | + | ||
3319 | +#: app/views/shared/user_menu.rhtml:34 | ||
3316 | msgid "Webmail" | 3320 | msgid "Webmail" |
3317 | msgstr "Webmail" | 3321 | msgstr "Webmail" |
3318 | 3322 | ||
3319 | -#: app/views/shared/user_menu.rhtml:35 app/views/blocks/my_network.rhtml:9 | 3323 | +#: app/views/shared/user_menu.rhtml:39 app/views/blocks/my_network.rhtml:9 |
3320 | #: app/views/blocks/profile_info.rhtml:22 | 3324 | #: app/views/blocks/profile_info.rhtml:22 |
3321 | #: app/views/blocks/profile_image.rhtml:19 | 3325 | #: app/views/blocks/profile_image.rhtml:19 |
3322 | #: app/views/layouts/application-ng.rhtml:62 | 3326 | #: app/views/layouts/application-ng.rhtml:62 |
3323 | msgid "Control panel" | 3327 | msgid "Control panel" |
3324 | msgstr "Painel de controle" | 3328 | msgstr "Painel de controle" |
3325 | 3329 | ||
3326 | -#: app/views/shared/user_menu.rhtml:35 | 3330 | +#: app/views/shared/user_menu.rhtml:39 |
3327 | msgid "" | 3331 | msgid "" |
3328 | "Control panel: change your picture, edit your personal information, create " | 3332 | "Control panel: change your picture, edit your personal information, create " |
3329 | "content or change the way your home page looks." | 3333 | "content or change the way your home page looks." |
@@ -3331,21 +3335,21 @@ msgstr "" | @@ -3331,21 +3335,21 @@ msgstr "" | ||
3331 | "Painel de controle: altere sua foto, edite suas informações pessoais, crie " | 3335 | "Painel de controle: altere sua foto, edite suas informações pessoais, crie " |
3332 | "conteúdo ou altere o visual da sua página." | 3336 | "conteúdo ou altere o visual da sua página." |
3333 | 3337 | ||
3334 | -#: app/views/shared/user_menu.rhtml:39 | 3338 | +#: app/views/shared/user_menu.rhtml:43 |
3335 | #: app/views/environment_role_manager/make_admin.rhtml:4 | 3339 | #: app/views/environment_role_manager/make_admin.rhtml:4 |
3336 | msgid "Admin" | 3340 | msgid "Admin" |
3337 | msgstr "Administrador" | 3341 | msgstr "Administrador" |
3338 | 3342 | ||
3339 | -#: app/views/shared/user_menu.rhtml:42 | 3343 | +#: app/views/shared/user_menu.rhtml:46 |
3340 | msgid "Access the site administration panel." | 3344 | msgid "Access the site administration panel." |
3341 | msgstr "Acesso o painel de administrador do site." | 3345 | msgstr "Acesso o painel de administrador do site." |
3342 | 3346 | ||
3343 | -#: app/views/shared/user_menu.rhtml:46 app/views/account/user_info.rhtml:11 | 3347 | +#: app/views/shared/user_menu.rhtml:50 app/views/account/user_info.rhtml:11 |
3344 | #: app/views/layouts/application-ng.rhtml:64 | 3348 | #: app/views/layouts/application-ng.rhtml:64 |
3345 | msgid "Logout" | 3349 | msgid "Logout" |
3346 | msgstr "Sair" | 3350 | msgstr "Sair" |
3347 | 3351 | ||
3348 | -#: app/views/shared/user_menu.rhtml:49 | 3352 | +#: app/views/shared/user_menu.rhtml:53 |
3349 | msgid "" | 3353 | msgid "" |
3350 | "This link takes you out of the system. You should logout if other people are " | 3354 | "This link takes you out of the system. You should logout if other people are " |
3351 | "willing to use the same computer after you." | 3355 | "willing to use the same computer after you." |
@@ -3353,7 +3357,7 @@ msgstr "" | @@ -3353,7 +3357,7 @@ msgstr "" | ||
3353 | "Este link te leva pra fora do sistema. Você deve sair se outras pessoas vão " | 3357 | "Este link te leva pra fora do sistema. Você deve sair se outras pessoas vão " |
3354 | "usar o mesmo computador depois de você." | 3358 | "usar o mesmo computador depois de você." |
3355 | 3359 | ||
3356 | -#: app/views/shared/user_menu.rhtml:63 | 3360 | +#: app/views/shared/user_menu.rhtml:67 |
3357 | #: app/views/account/index_anonymous.rhtml:5 | 3361 | #: app/views/account/index_anonymous.rhtml:5 |
3358 | #: app/views/layouts/application-ng.rhtml:66 | 3362 | #: app/views/layouts/application-ng.rhtml:66 |
3359 | msgid "" | 3363 | msgid "" |
@@ -4489,7 +4493,8 @@ msgid "Add friend" | @@ -4489,7 +4493,8 @@ msgid "Add friend" | ||
4489 | msgstr "Adicionar amigo" | 4493 | msgstr "Adicionar amigo" |
4490 | 4494 | ||
4491 | #: app/views/blocks/profile_info_actions/person.rhtml:9 | 4495 | #: app/views/blocks/profile_info_actions/person.rhtml:9 |
4492 | -#: app/views/profile/_person.rhtml:9 app/views/content_viewer/_person.rhtml:9 | 4496 | +#: app/views/profile/_person.rhtml:11 |
4497 | +#: app/views/content_viewer/_person.rhtml:11 | ||
4493 | msgid "Contact" | 4498 | msgid "Contact" |
4494 | msgstr "Contato" | 4499 | msgstr "Contato" |
4495 | 4500 | ||
@@ -4622,8 +4627,8 @@ msgid "Identifier:" | @@ -4622,8 +4627,8 @@ msgid "Identifier:" | ||
4622 | msgstr "Identificador: " | 4627 | msgstr "Identificador: " |
4623 | 4628 | ||
4624 | #: app/views/enterprise_editor/index.rhtml:7 | 4629 | #: app/views/enterprise_editor/index.rhtml:7 |
4625 | -#: app/views/profile/_person.rhtml:14 | ||
4626 | -#: app/views/content_viewer/_person.rhtml:14 | 4630 | +#: app/views/profile/_person.rhtml:15 |
4631 | +#: app/views/content_viewer/_person.rhtml:15 | ||
4627 | msgid "Contact phone:" | 4632 | msgid "Contact phone:" |
4628 | msgstr "Telefone de contato:" | 4633 | msgstr "Telefone de contato:" |
4629 | 4634 | ||
@@ -4813,7 +4818,7 @@ msgstr "Aqui estão todas a comunidades de <b>%s</b>" | @@ -4813,7 +4818,7 @@ msgstr "Aqui estão todas a comunidades de <b>%s</b>" | ||
4813 | msgid "%s's communities" | 4818 | msgid "%s's communities" |
4814 | msgstr "Comunidades de %s" | 4819 | msgstr "Comunidades de %s" |
4815 | 4820 | ||
4816 | -#: app/views/profile/index.rhtml:8 | 4821 | +#: app/views/profile/index.rhtml:7 |
4817 | msgid "%s's profile" | 4822 | msgid "%s's profile" |
4818 | msgstr "Perfil de %s" | 4823 | msgstr "Perfil de %s" |
4819 | 4824 | ||
@@ -4887,38 +4892,38 @@ msgstr "Sexo:" | @@ -4887,38 +4892,38 @@ msgstr "Sexo:" | ||
4887 | msgid "Date of birth:" | 4892 | msgid "Date of birth:" |
4888 | msgstr "Data de nascimento:" | 4893 | msgstr "Data de nascimento:" |
4889 | 4894 | ||
4890 | -#: app/views/profile/_person.rhtml:13 | ||
4891 | -#: app/views/content_viewer/_person.rhtml:13 | 4895 | +#: app/views/profile/_person.rhtml:14 |
4896 | +#: app/views/content_viewer/_person.rhtml:14 | ||
4892 | msgid "ZIP code:" | 4897 | msgid "ZIP code:" |
4893 | msgstr "CEP:" | 4898 | msgstr "CEP:" |
4894 | 4899 | ||
4895 | -#: app/views/profile/_person.rhtml:21 | ||
4896 | -#: app/views/content_viewer/_person.rhtml:21 | 4900 | +#: app/views/profile/_person.rhtml:22 |
4901 | +#: app/views/content_viewer/_person.rhtml:22 | ||
4897 | msgid "Work" | 4902 | msgid "Work" |
4898 | msgstr "Trabalho" | 4903 | msgstr "Trabalho" |
4899 | 4904 | ||
4900 | -#: app/views/profile/_person.rhtml:24 | ||
4901 | -#: app/views/content_viewer/_person.rhtml:24 | 4905 | +#: app/views/profile/_person.rhtml:25 |
4906 | +#: app/views/content_viewer/_person.rhtml:25 | ||
4902 | msgid "Organization:" | 4907 | msgid "Organization:" |
4903 | msgstr "Organização:" | 4908 | msgstr "Organização:" |
4904 | 4909 | ||
4905 | -#: app/views/profile/_person.rhtml:25 | ||
4906 | -#: app/views/content_viewer/_person.rhtml:25 | 4910 | +#: app/views/profile/_person.rhtml:26 |
4911 | +#: app/views/content_viewer/_person.rhtml:26 | ||
4907 | msgid "Organization website:" | 4912 | msgid "Organization website:" |
4908 | msgstr "Website da organização:" | 4913 | msgstr "Website da organização:" |
4909 | 4914 | ||
4910 | -#: app/views/profile/_person.rhtml:41 | ||
4911 | -#: app/views/content_viewer/_person.rhtml:41 | 4915 | +#: app/views/profile/_person.rhtml:42 |
4916 | +#: app/views/content_viewer/_person.rhtml:42 | ||
4912 | msgid "Network" | 4917 | msgid "Network" |
4913 | msgstr "Rede" | 4918 | msgstr "Rede" |
4914 | 4919 | ||
4915 | -#: app/views/profile/_person.rhtml:45 | ||
4916 | -#: app/views/content_viewer/_person.rhtml:45 | 4920 | +#: app/views/profile/_person.rhtml:46 |
4921 | +#: app/views/content_viewer/_person.rhtml:46 | ||
4917 | msgid "Friends" | 4922 | msgid "Friends" |
4918 | msgstr "Amigos" | 4923 | msgstr "Amigos" |
4919 | 4924 | ||
4920 | -#: app/views/profile/_person.rhtml:57 | ||
4921 | -#: app/views/content_viewer/_person.rhtml:57 | 4925 | +#: app/views/profile/_person.rhtml:55 |
4926 | +#: app/views/content_viewer/_person.rhtml:55 | ||
4922 | msgid "Interests" | 4927 | msgid "Interests" |
4923 | msgstr "Interesses" | 4928 | msgstr "Interesses" |
4924 | 4929 |