diff --git a/app/models/community.rb b/app/models/community.rb index 0cf01aa..71b6fd7 100644 --- a/app/models/community.rb +++ b/app/models/community.rb @@ -8,6 +8,7 @@ class Community < Organization xss_terminate :only => [ :name, :address, :contact_phone, :description ] FIELDS = %w[ + nickname description language ] diff --git a/app/models/enterprise.rb b/app/models/enterprise.rb index b324b70..48c3917 100644 --- a/app/models/enterprise.rb +++ b/app/models/enterprise.rb @@ -12,7 +12,16 @@ class Enterprise < Organization settings_items :organization_website, :historic_and_current_context, :activities_short_description, :zip_code, :city, :state, :country + def business_name + self.nickname + end + def business_name=(value) + self.nickname = value + end + N_('Business name') + FIELDS = %w[ + business_name zip_code city state diff --git a/app/models/organization.rb b/app/models/organization.rb index f160b0a..d718866 100644 --- a/app/models/organization.rb +++ b/app/models/organization.rb @@ -44,7 +44,6 @@ class Organization < Profile end FIELDS = %w[ - nickname contact_person contact_phone contact_email diff --git a/po/bg/noosfero.po b/po/bg/noosfero.po index 0d33ec4..ae320f2 100644 --- a/po/bg/noosfero.po +++ b/po/bg/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/de/noosfero.po b/po/de/noosfero.po index 0d33ec4..ae320f2 100644 --- a/po/de/noosfero.po +++ b/po/de/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/es/noosfero.po b/po/es/noosfero.po index 0d33ec4..ae320f2 100644 --- a/po/es/noosfero.po +++ b/po/es/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/fr/noosfero.po b/po/fr/noosfero.po index defc6d4..eaa0f41 100644 --- a/po/fr/noosfero.po +++ b/po/fr/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2008-06-13 16:15-0300\n" "Last-Translator: Raphael Rousseau \n" "Language-Team: LANGUAGE \n" @@ -1801,8 +1801,8 @@ msgstr "école" msgid "family" msgstr "famille" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "%{fn} est obligatoire" @@ -2088,30 +2088,30 @@ msgstr "catégorie d'articles" msgid "articlecategorization" msgstr "categorisationarticle" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "Personne de contact" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "Sigle" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "Année de création" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 #, fuzzy msgid "Legal form" msgstr "Forme juridique" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "Activité économique" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "Information sur les dirigeants" @@ -2467,11 +2467,11 @@ msgstr "profil de catégories" msgid "profilecategorization" msgstr "categorisationdeprofils" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "Adresse électronique de contact" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "Validé(e)" @@ -2674,6 +2674,11 @@ msgstr "Description courte des activités" msgid "ZIP code" msgstr "Code postal" +#: app/models/enterprise.rb:21 +#, fuzzy +msgid "Business name" +msgstr "Nom de fichier" + #: app/models/environment.rb:- msgid "environment" msgstr "environnement" diff --git a/po/hy/noosfero.po b/po/hy/noosfero.po index 96151e0..f5e1caa 100644 --- a/po/hy/noosfero.po +++ b/po/hy/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1742,8 +1742,8 @@ msgstr "դպրոց" msgid "family" msgstr "ընտանիք" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -2019,29 +2019,29 @@ msgstr "հոդվածների կատեգորիա" msgid "articlecategorization" msgstr "հոդվածների կատեգորիզացում" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "Կապ պահպանող անձ" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "Հապավում" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "Հիմնադրման տարին" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "Իրավաբանական հիմք" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "Տնտեսական գործունեություն" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "Տեղեկություններ ղեկավարության մասին" @@ -2388,11 +2388,11 @@ msgstr "Կատեգորիաների էջ" msgid "profilecategorization" msgstr "Անհատական էջի կատեգորիզացում" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "էլ. հասցե" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "Վավերացված է" @@ -2590,6 +2590,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "համակարգ" diff --git a/po/it/noosfero.po b/po/it/noosfero.po index 0d33ec4..ae320f2 100644 --- a/po/it/noosfero.po +++ b/po/it/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/nl/noosfero.po b/po/nl/noosfero.po index 0d33ec4..ae320f2 100644 --- a/po/nl/noosfero.po +++ b/po/nl/noosfero.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/noosfero.pot b/po/noosfero.pot index 0d33ec4..ae320f2 100644 --- a/po/noosfero.pot +++ b/po/noosfero.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1723,8 +1723,8 @@ msgstr "" msgid "family" msgstr "" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "" @@ -1997,29 +1997,29 @@ msgstr "" msgid "articlecategorization" msgstr "" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "" @@ -2343,11 +2343,11 @@ msgstr "" msgid "profilecategorization" msgstr "" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "ZIP code" msgstr "" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "" + #: app/models/environment.rb:- msgid "environment" msgstr "" diff --git a/po/pt_BR/noosfero.po b/po/pt_BR/noosfero.po index 50b90fd..ea0add3 100644 --- a/po/pt_BR/noosfero.po +++ b/po/pt_BR/noosfero.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: noosfero 0.18.0\n" -"POT-Creation-Date: 2009-05-26 19:20-0300\n" -"PO-Revision-Date: 2009-05-26 19:23-0300\n" +"POT-Creation-Date: 2009-05-27 12:25-0300\n" +"PO-Revision-Date: 2009-05-27 12:26-0300\n" "Last-Translator: Joenio Costa \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" @@ -1749,8 +1749,8 @@ msgstr "escola" msgid "family" msgstr "família" -#: app/models/person.rb:77 app/models/community.rb:22 -#: app/models/enterprise.rb:32 +#: app/models/person.rb:77 app/models/community.rb:23 +#: app/models/enterprise.rb:41 msgid "%{fn} is mandatory" msgstr "%{fn} é obrigatório" @@ -2027,29 +2027,29 @@ msgstr "artigos categoria" msgid "articlecategorization" msgstr "categorizaçãoartigo" -#: app/models/create_enterprise.rb:7 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:7 app/models/organization.rb:68 msgid "Contact person" msgstr "Pessoa de contato" -#: app/models/create_enterprise.rb:8 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:8 app/models/organization.rb:68 #: app/views/enterprise_editor/_form.rhtml:13 #: app/views/enterprise_validation/_details.rhtml:19 msgid "Acronym" msgstr "Sigla" -#: app/models/create_enterprise.rb:9 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:9 app/models/organization.rb:68 msgid "Foundation year" msgstr "Ano de fundação" -#: app/models/create_enterprise.rb:10 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:10 app/models/organization.rb:68 msgid "Legal form" msgstr "Formulário Legal" -#: app/models/create_enterprise.rb:11 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:11 app/models/organization.rb:68 msgid "Economic activity" msgstr "Atividade econômica" -#: app/models/create_enterprise.rb:12 app/models/organization.rb:69 +#: app/models/create_enterprise.rb:12 app/models/organization.rb:68 #: app/views/enterprise_registration/basic_information.rhtml:27 msgid "Management information" msgstr "Gerenciamento de informação" @@ -2395,11 +2395,11 @@ msgstr "categories perfil" msgid "profilecategorization" msgstr "categorizaçãoperfil" -#: app/models/organization.rb:69 app/models/environment.rb:- +#: app/models/organization.rb:68 app/models/environment.rb:- msgid "Contact email" msgstr "Email de contato" -#: app/models/organization.rb:69 +#: app/models/organization.rb:68 msgid "Validated" msgstr "Validado" @@ -2595,6 +2595,10 @@ msgstr "Breve descrição das atividades" msgid "ZIP code" msgstr "CEP" +#: app/models/enterprise.rb:21 +msgid "Business name" +msgstr "Nome fantasia" + #: app/models/environment.rb:- msgid "environment" msgstr "comunidade virtual" @@ -5140,7 +5144,7 @@ msgstr "Informações gerais" #: app/views/profile_editor/_organization.rhtml:6 msgid "Display name" -msgstr "Nome de apresentação" +msgstr "Nome fantasia" #: app/views/profile_editor/_organization.rhtml:9 msgid "A short name by which the organization is know." -- libgit2 0.21.2