diff --git a/app/views/home/index.rhtml b/app/views/home/index.rhtml index f3fd6c6..8e7107a 100644 --- a/app/views/home/index.rhtml +++ b/app/views/home/index.rhtml @@ -3,31 +3,43 @@ <% end %> <% if @has_news %> -

<%= _('News') %>

+

<%= _('News') %>

<% cache @news_cache_key do %>
<% @highlighted_news.each do |highlighted| %> -

<%= link_to(highlighted.title, highlighted.url) %>
-

-
<%= highlighted.first_paragraph %>
-
+
+

<%= link_to(highlighted.title, highlighted.url, :class => 'post-title') %>

+

+

<%= highlighted.first_paragraph %>

+
+
<% end%>
+
+
- <% @portal_news.each do |news| %> -

<%= link_to(news.title, news.url) %>

- <% end%> +
+
+ <% @area_news.each_with_index do |folder, i| %> <% content_tag(:div, :class => ["news-area", ['even', 'odd'][i%2]].join(' ')) do %>

<%= link_to folder.title, folder.url %>

+ <%= link_to _('View more'), folder.url, :class => 'news-see-more' %> <%end %> <% end %> <% end %> @@ -47,16 +59,20 @@ <% end %> - +<% end %> + +
diff --git a/po/bg/noosfero.po b/po/bg/noosfero.po index a1b2e33..c813fe8 100644 --- a/po/bg/noosfero.po +++ b/po/bg/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/de/noosfero.po b/po/de/noosfero.po index a1b2e33..c813fe8 100644 --- a/po/de/noosfero.po +++ b/po/de/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/es/noosfero.po b/po/es/noosfero.po index a1b2e33..c813fe8 100644 --- a/po/es/noosfero.po +++ b/po/es/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/fr/noosfero.po b/po/fr/noosfero.po index 460906a..96805f7 100644 --- a/po/fr/noosfero.po +++ b/po/fr/noosfero.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" +"Project-Id-Version: noosfero 0.18.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2008-06-13 16:15-0300\n" "Last-Translator: Raphael Rousseau \n" "Language-Team: LANGUAGE \n" @@ -860,58 +860,58 @@ msgid_plural "%s members" msgstr[0] "Ôter le membre" msgstr[1] "Ôter le membre" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "Catégories" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "ouvrir" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "Chercher..." -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" "Ceci est une boîte de recherche. Cliquez, entrez votre requête et appuyez " "sur Entrée pour trouver." -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "Chercher" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "Recherche de «%s»" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "Dans la catégorie %s" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "dans les %d km de %s" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "%d resultats trouvés" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 #, fuzzy msgid "In all categories" msgstr "Désactiver les catégories" @@ -4420,7 +4420,7 @@ msgstr "Recherche dans :" msgid "Search for:" msgstr "Rechercher :" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "Plus d'options" @@ -4633,17 +4633,22 @@ msgstr "Toutes les entreprises" msgid "News" msgstr "Nouveau %s" -#: app/views/home/index.rhtml:42 +#: app/views/home/index.rhtml:31 +#, fuzzy +msgid "View more" +msgstr "Voir le profil" + +#: app/views/home/index.rhtml:43 #, fuzzy msgid "Activate your enterprise" msgstr "Activer une entreprise approuvée" -#: app/views/home/index.rhtml:43 +#: app/views/home/index.rhtml:44 #, fuzzy msgid "Enterprise activation code" msgstr "Validation d'entreprises" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "Activer" diff --git a/po/hy/noosfero.po b/po/hy/noosfero.po index 64abbfc..22c4a07 100644 --- a/po/hy/noosfero.po +++ b/po/hy/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -849,58 +849,58 @@ msgid_plural "%s members" msgstr[0] "Նոր անդամ" msgstr[1] "Նոր անդամ" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "Կատեգորիաներ" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "բացել" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "Որոնել..." -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" "Այստեղ կարող եք որոնում կատարել: Մուտքագրեք Ձեր հարցումն ու սեղմեք «Enter» " "կոճակը:" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "Որոնում" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "«%s»-ի որոնում" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "%s կատեգորիայում" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "%s-ից %d կմ հեռավորության վրա" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "Գտնված արդյունքներ %d" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 #, fuzzy msgid "In all categories" msgstr "%s կատեգորիայում" @@ -4258,7 +4258,7 @@ msgstr "Որոնել" msgid "Search for:" msgstr "Որոնել" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4465,17 +4465,22 @@ msgstr "" msgid "News" msgstr "Նորություններ" -#: app/views/home/index.rhtml:42 +#: app/views/home/index.rhtml:31 +#, fuzzy +msgid "View more" +msgstr "Նայել անհատական էջը" + +#: app/views/home/index.rhtml:43 #, fuzzy msgid "Activate your enterprise" msgstr "Ակտիվացնել հաստատված ձեռնարկությունը" -#: app/views/home/index.rhtml:43 +#: app/views/home/index.rhtml:44 #, fuzzy msgid "Enterprise activation code" msgstr "Ձեռնարկության հաստատում" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "Ակտիվացնել" diff --git a/po/it/noosfero.po b/po/it/noosfero.po index a1b2e33..c813fe8 100644 --- a/po/it/noosfero.po +++ b/po/it/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/nl/noosfero.po b/po/nl/noosfero.po index a1b2e33..c813fe8 100644 --- a/po/nl/noosfero.po +++ b/po/nl/noosfero.po @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/noosfero.pot b/po/noosfero.pot index a1b2e33..c813fe8 100644 --- a/po/noosfero.pot +++ b/po/noosfero.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" "PO-Revision-Date: 2007-08-30 18:47-0300\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -843,56 +843,56 @@ msgid_plural "%s members" msgstr[0] "" msgstr[1] "" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "" -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Search for:" msgstr "" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "" @@ -4353,15 +4353,19 @@ msgstr "" msgid "News" msgstr "" -#: app/views/home/index.rhtml:42 -msgid "Activate your enterprise" +#: app/views/home/index.rhtml:31 +msgid "View more" msgstr "" #: app/views/home/index.rhtml:43 +msgid "Activate your enterprise" +msgstr "" + +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "" diff --git a/po/pt_BR/noosfero.po b/po/pt_BR/noosfero.po index 57fa795..fd7bbc8 100644 --- a/po/pt_BR/noosfero.po +++ b/po/pt_BR/noosfero.po @@ -11,9 +11,9 @@ # msgid "" msgstr "" -"Project-Id-Version: noosfero 0.17.1\n" -"POT-Creation-Date: 2009-05-25 20:58-0300\n" -"PO-Revision-Date: 2009-05-25 21:45-0300\n" +"Project-Id-Version: noosfero 0.18.0\n" +"POT-Creation-Date: 2009-05-25 22:58-0300\n" +"PO-Revision-Date: 2009-05-25 22:59-0300\n" "Last-Translator: Joenio Costa \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" @@ -849,58 +849,58 @@ msgid_plural "%s members" msgstr[0] "1 integrante" msgstr[1] "%s integrantes" -#: app/helpers/application_helper.rb:508 +#: app/helpers/application_helper.rb:509 #: app/views/content_viewer/view_page.rhtml:92 #: app/views/categories/index.rhtml:1 msgid "Categories" msgstr "Categorias" -#: app/helpers/application_helper.rb:531 +#: app/helpers/application_helper.rb:532 msgid "open" msgstr "aberto" -#: app/helpers/application_helper.rb:570 +#: app/helpers/application_helper.rb:571 #: app/views/layouts/application-ng.rhtml:70 #: app/views/layouts/application-ng.rhtml:72 #: app/views/layouts/application-ng.rhtml:75 msgid "Search..." msgstr "Busca..." -#: app/helpers/application_helper.rb:572 +#: app/helpers/application_helper.rb:573 msgid "This is a search box. Click, write your query, and press enter to find" msgstr "" "Isto é uma caixa de busca. Clique, escreva sua consulta, e pressione enter " "para pesquisar" -#: app/helpers/application_helper.rb:573 +#: app/helpers/application_helper.rb:574 msgid "Click, write and press enter to find" msgstr "Clique, escreva e pressione enter para pesquisar" -#: app/helpers/application_helper.rb:579 app/models/link_list_block.rb:19 +#: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 #: app/views/search/_sellers_form.rhtml:21 #: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 #: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 -#: app/views/home/index.rhtml:55 app/views/region_validators/region.rhtml:23 +#: app/views/home/index.rhtml:57 app/views/region_validators/region.rhtml:23 msgid "Search" msgstr "Busca" -#: app/helpers/application_helper.rb:759 +#: app/helpers/application_helper.rb:760 msgid "Searched for '%s'" msgstr "Busca por '%s'" -#: app/helpers/application_helper.rb:760 +#: app/helpers/application_helper.rb:761 msgid "In category %s" msgstr "Na categoria %s" -#: app/helpers/application_helper.rb:761 +#: app/helpers/application_helper.rb:762 msgid "within %d km from %s" msgstr "no raio de %s km até %s" -#: app/helpers/application_helper.rb:762 +#: app/helpers/application_helper.rb:763 msgid "%d results found" msgstr "%d resultados encontrados" -#: app/helpers/application_helper.rb:768 +#: app/helpers/application_helper.rb:769 msgid "In all categories" msgstr "Em todas as categorias" @@ -4298,7 +4298,7 @@ msgstr "Buscar dentro de:" msgid "Search for:" msgstr "Buscar por:" -#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:59 +#: app/views/search/_search_form.rhtml:55 app/views/home/index.rhtml:61 msgid "More options" msgstr "Mais opções" @@ -4501,15 +4501,19 @@ msgstr "Editar empreendimento como favorito" msgid "News" msgstr "Notícias" -#: app/views/home/index.rhtml:42 +#: app/views/home/index.rhtml:31 +msgid "View more" +msgstr "Ver mais" + +#: app/views/home/index.rhtml:43 msgid "Activate your enterprise" msgstr "Ativar seu empreendimento" -#: app/views/home/index.rhtml:43 +#: app/views/home/index.rhtml:44 msgid "Enterprise activation code" msgstr "Código de Ativação do empreendimento" -#: app/views/home/index.rhtml:44 app/views/enterprise_editor/index.rhtml:17 +#: app/views/home/index.rhtml:45 app/views/enterprise_editor/index.rhtml:17 msgid "Activate" msgstr "Ativar" -- libgit2 0.21.2