diff --git a/app/views/profile_editor/index.rhtml b/app/views/profile_editor/index.rhtml index 569322e..19f1b53 100644 --- a/app/views/profile_editor/index.rhtml +++ b/app/views/profile_editor/index.rhtml @@ -12,7 +12,7 @@ <%= control_panel_button(_('Profile Info and settings'), 'edit-profile', :controller => 'profile_editor', :action => 'edit') if profile.person? %> <%= control_panel_button(__('Community Info and settings'), 'edit-profile-group', :controller => 'profile_editor', :action => 'edit') if profile.community? %> - <%= control_panel_button(__('Enterprise Info Info and settings'), 'edit-profile-enterprise', :controller => 'profile_editor', :action => 'edit') if profile.enterprise? %> + <%= control_panel_button(__('Enterprise Info and settings'), 'edit-profile-enterprise', :controller => 'profile_editor', :action => 'edit') if profile.enterprise? %> <%= control_panel_button(_('Mail settings'), 'mail', :controller => 'mailconf') if profile.person? && MailConf.enabled? %> diff --git a/lib/unifreire_terminology.rb b/lib/unifreire_terminology.rb index 0200f59..b53a079 100644 --- a/lib/unifreire_terminology.rb +++ b/lib/unifreire_terminology.rb @@ -33,6 +33,11 @@ class UnifreireTerminology < Noosfero::Terminology::Custom 'Activate your enterprise' => N_('Activate your institution'), 'Enterprise activation code' => N_('Institution activation code'), 'Disable activation of enterprises' => N_('Disable activation of institutions'), + "%s's favorite enterprises" => N_("%s's favorite institutions"), + 'Disable Enterprise' => N_('Disable Institution'), + 'Enable Enterprise' => N_('Enable Institution'), + 'Enterprise Validation' => N_('Institution Validation'), + 'Enterprise Info and settings' => N('Institution Info and settings'), }) end diff --git a/lib/zen3_terminology.rb b/lib/zen3_terminology.rb index a63dfca..95cd60f 100644 --- a/lib/zen3_terminology.rb +++ b/lib/zen3_terminology.rb @@ -74,6 +74,11 @@ class Zen3Terminology < Noosfero::Terminology::Custom '{#} enterprises' => N_('{#} organizations'), '{#} friend' => N_('{#} contact'), '{#} friends' => N_('{#} contacts'), + "%s's favorite enterprises" => N_("%s's favorite organizations"), + 'Disable Enterprise' => N_('Disable Organization'), + 'Enable Enterprise' => N_('Enable Organization'), + 'Enterprise Validation' => N_('Organization Validation'), + 'Enterprise Info and settings' => N('Organization Info and settings'), }) end -- libgit2 0.21.2