Commit dd14c9cc7dc2071a61c936945a8d60335bbd17cc
1 parent
1c07472c
Exists in
master
and in
22 other branches
English review and Portuguese translation update
Showing
9 changed files
with
2219 additions
and
1056 deletions
Show diff stats
app/controllers/public/browse_controller.rb
@@ -46,12 +46,12 @@ class BrowseController < PublicController | @@ -46,12 +46,12 @@ class BrowseController < PublicController | ||
46 | 46 | ||
47 | def filter_description(str) | 47 | def filter_description(str) |
48 | { | 48 | { |
49 | - 'people_more_recent' => _('People more recent'), | ||
50 | - 'people_more_active' => _('People more active'), | ||
51 | - 'people_more_popular' => _('People more popular'), | ||
52 | - 'communities_more_recent' => _('Communities more recent'), | ||
53 | - 'communities_more_active' => _('Communities more active'), | ||
54 | - 'communities_more_popular' => _('Communities more popular'), | 49 | + 'people_more_recent' => _('More recent people'), |
50 | + 'people_more_active' => _('More active people'), | ||
51 | + 'people_more_popular' => _('More popular people'), | ||
52 | + 'communities_more_recent' => _('More recent communities'), | ||
53 | + 'communities_more_active' => _('More active communities'), | ||
54 | + 'communities_more_popular' => _('More popular communities'), | ||
55 | }[str] || str | 55 | }[str] || str |
56 | end | 56 | end |
57 | 57 |
app/helpers/application_helper.rb
@@ -1053,9 +1053,9 @@ module ApplicationHelper | @@ -1053,9 +1053,9 @@ module ApplicationHelper | ||
1053 | 1053 | ||
1054 | def browse_people_menu | 1054 | def browse_people_menu |
1055 | links = [ | 1055 | links = [ |
1056 | - {_('More Recent') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_recent'})}, | ||
1057 | - {_('More Active') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_active'})}, | ||
1058 | - {_('More Popular') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_popular'})} | 1056 | + {_('people|More Recent') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_recent'})}, |
1057 | + {_('people|More Active') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_active'})}, | ||
1058 | + {_('people|More Popular') => url_for({:controller => 'browse', :action => 'people', :filter => 'more_popular'})} | ||
1059 | ] | 1059 | ] |
1060 | if logged_in? | 1060 | if logged_in? |
1061 | links.push(_('My friends') => url_for({:profile => current_user.login, :controller => 'friends'})) | 1061 | links.push(_('My friends') => url_for({:profile => current_user.login, :controller => 'friends'})) |
@@ -1068,9 +1068,9 @@ module ApplicationHelper | @@ -1068,9 +1068,9 @@ module ApplicationHelper | ||
1068 | 1068 | ||
1069 | def browse_communities_menu | 1069 | def browse_communities_menu |
1070 | links = [ | 1070 | links = [ |
1071 | - {_('More Recent') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_recent'})}, | ||
1072 | - {_('More Active') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_active'})}, | ||
1073 | - {_('More Popular') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_popular'})} | 1071 | + {_('communities|More Recent') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_recent'})}, |
1072 | + {_('communities|More Active') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_active'})}, | ||
1073 | + {_('communities|More Popular') => url_for({:controller => 'browse', :action => 'communities', :filter => 'more_popular'})} | ||
1074 | ] | 1074 | ] |
1075 | if logged_in? | 1075 | if logged_in? |
1076 | links.push(_('My communities') => url_for({:profile => current_user.login, :controller => 'memberships'})) | 1076 | links.push(_('My communities') => url_for({:profile => current_user.login, :controller => 'memberships'})) |
po/de/noosfero.po
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | # | 6 | # |
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
10 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 9 | +"Project-Id-Version: noosfero 0.25.1\n" |
10 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" | ||
11 | "PO-Revision-Date: 2010-01-20 13:44-0300\n" | 11 | "PO-Revision-Date: 2010-01-20 13:44-0300\n" |
12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" | 12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" |
13 | "Language-Team: German <de@li.org>\n" | 13 | "Language-Team: German <de@li.org>\n" |
@@ -74,7 +74,7 @@ msgstr "" | @@ -74,7 +74,7 @@ msgstr "" | ||
74 | "Die gewünschte Sprache wird für Optionen,Buttons usw. genutzt.Sie hat keine " | 74 | "Die gewünschte Sprache wird für Optionen,Buttons usw. genutzt.Sie hat keine " |
75 | "Auswirkung auf den Inhalt der von anderen Nutzern erstellt wird." | 75 | "Auswirkung auf den Inhalt der von anderen Nutzern erstellt wird." |
76 | 76 | ||
77 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 77 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
78 | #: app/models/block.rb:- app/models/comment.rb:- | 78 | #: app/models/block.rb:- app/models/comment.rb:- |
79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
80 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 80 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -86,33 +86,33 @@ msgstr "" | @@ -86,33 +86,33 @@ msgstr "" | ||
86 | msgid "Title" | 86 | msgid "Title" |
87 | msgstr "Titel" | 87 | msgstr "Titel" |
88 | 88 | ||
89 | -#: app/helpers/folder_helper.rb:7 | 89 | +#: app/helpers/folder_helper.rb:9 |
90 | msgid "Last update" | 90 | msgid "Last update" |
91 | msgstr "Letzte Änderung" | 91 | msgstr "Letzte Änderung" |
92 | 92 | ||
93 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 93 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
94 | msgid "(empty folder)" | 94 | msgid "(empty folder)" |
95 | msgstr "(Ordner leeren)" | 95 | msgstr "(Ordner leeren)" |
96 | 96 | ||
97 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 97 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
98 | msgid "Options" | 98 | msgid "Options" |
99 | msgstr "Optionen" | 99 | msgstr "Optionen" |
100 | 100 | ||
101 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 101 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
102 | msgid "This article must be published (visible to other people)" | 102 | msgid "This article must be published (visible to other people)" |
103 | msgstr "Dieser Artikel soll veröffentlicht werden (sichtbar für andere)" | 103 | msgstr "Dieser Artikel soll veröffentlicht werden (sichtbar für andere)" |
104 | 104 | ||
105 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 105 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
106 | msgid "I want this article to display the number of hits it received" | 106 | msgid "I want this article to display the number of hits it received" |
107 | msgstr "Ich möchte zu diesem Artikel die Anzahl der Aufrufe angezeigt haben" | 107 | msgstr "Ich möchte zu diesem Artikel die Anzahl der Aufrufe angezeigt haben" |
108 | 108 | ||
109 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 109 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
110 | #: app/views/shared/user_menu.rhtml:25 | 110 | #: app/views/shared/user_menu.rhtml:25 |
111 | #: app/views/tasks/_approve_article.rhtml:1 | 111 | #: app/views/tasks/_approve_article.rhtml:1 |
112 | msgid "New article" | 112 | msgid "New article" |
113 | msgstr "Neuer Artikel" | 113 | msgstr "Neuer Artikel" |
114 | 114 | ||
115 | -#: app/helpers/folder_helper.rb:69 | 115 | +#: app/helpers/folder_helper.rb:71 |
116 | msgid "Edit folder" | 116 | msgid "Edit folder" |
117 | msgstr "Andere Ordner" | 117 | msgstr "Andere Ordner" |
118 | 118 | ||
@@ -123,22 +123,18 @@ msgstr "Andere Ordner" | @@ -123,22 +123,18 @@ msgstr "Andere Ordner" | ||
123 | msgid "Articles" | 123 | msgid "Articles" |
124 | msgstr "Artikel" | 124 | msgstr "Artikel" |
125 | 125 | ||
126 | -#: app/helpers/assets_helper.rb:8 | 126 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
127 | #: app/controllers/public/search_controller.rb:132 | 127 | #: app/controllers/public/search_controller.rb:132 |
128 | #: app/controllers/public/search_controller.rb:203 | 128 | #: app/controllers/public/search_controller.rb:203 |
129 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 129 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
130 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
131 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
132 | msgid "People" | 130 | msgid "People" |
133 | msgstr "Leute" | 131 | msgstr "Leute" |
134 | 132 | ||
135 | -#: app/helpers/assets_helper.rb:9 | 133 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
136 | #: app/controllers/public/search_controller.rb:134 | 134 | #: app/controllers/public/search_controller.rb:134 |
137 | #: app/controllers/public/search_controller.rb:205 | 135 | #: app/controllers/public/search_controller.rb:205 |
138 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 136 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
139 | #: app/views/search/_sellers_form.rhtml:8 | 137 | #: app/views/search/_sellers_form.rhtml:8 |
140 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
141 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
142 | msgid "Products" | 138 | msgid "Products" |
143 | msgstr "Produkte" | 139 | msgstr "Produkte" |
144 | 140 | ||
@@ -149,25 +145,22 @@ msgstr "Produkte" | @@ -149,25 +145,22 @@ msgstr "Produkte" | ||
149 | #: app/views/content_viewer/_person.rhtml:37 | 145 | #: app/views/content_viewer/_person.rhtml:37 |
150 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 146 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
151 | #: app/views/profile/_person.rhtml:37 | 147 | #: app/views/profile/_person.rhtml:37 |
152 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
153 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
154 | msgid "Enterprises" | 148 | msgid "Enterprises" |
155 | msgstr "Unternehmen" | 149 | msgstr "Unternehmen" |
156 | 150 | ||
157 | -#: app/helpers/assets_helper.rb:11 | 151 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
152 | +#: app/helpers/application_helper.rb:1080 | ||
158 | #: app/controllers/public/search_controller.rb:133 | 153 | #: app/controllers/public/search_controller.rb:133 |
159 | #: app/controllers/public/search_controller.rb:207 | 154 | #: app/controllers/public/search_controller.rb:207 |
160 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 155 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
161 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 156 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
162 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
163 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
164 | msgid "Communities" | 157 | msgid "Communities" |
165 | msgstr "Communities" | 158 | msgstr "Communities" |
166 | 159 | ||
167 | #: app/helpers/assets_helper.rb:12 | 160 | #: app/helpers/assets_helper.rb:12 |
168 | #: app/controllers/public/search_controller.rb:135 | 161 | #: app/controllers/public/search_controller.rb:135 |
169 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
170 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 162 | +#: public/designs/themes/base/navigation.rhtml:7 |
163 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
171 | msgid "Events" | 164 | msgid "Events" |
172 | msgstr "Ereignisse" | 165 | msgstr "Ereignisse" |
173 | 166 | ||
@@ -920,75 +913,171 @@ msgid "Click on this icon to add <b>%s</b> to your network" | @@ -920,75 +913,171 @@ msgid "Click on this icon to add <b>%s</b> to your network" | ||
920 | msgstr "" | 913 | msgstr "" |
921 | "Klicken Sie auf dieses Symbol, um <b>%s</b> zu Ihrem Netzwerk hinzuzufügen" | 914 | "Klicken Sie auf dieses Symbol, um <b>%s</b> zu Ihrem Netzwerk hinzuzufügen" |
922 | 915 | ||
923 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 916 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
917 | +#: app/helpers/application_helper.rb:500 | ||
918 | +#, fuzzy | ||
919 | +msgid "Home Page" | ||
920 | +msgstr "Homepage" | ||
921 | + | ||
922 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
923 | +#: app/models/profile_categorization.rb:- | ||
924 | +msgid "Profile" | ||
925 | +msgstr "Profil" | ||
926 | + | ||
927 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
928 | +#: app/views/content_viewer/_person.rhtml:51 | ||
929 | +#: app/views/profile/_person.rhtml:51 | ||
930 | +msgid "Friends" | ||
931 | +msgstr "Freunde" | ||
932 | + | ||
933 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
934 | +#: app/models/members_block.rb:4 | ||
935 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
936 | +#: app/views/profile/_organization.rhtml:6 | ||
937 | +msgid "Members" | ||
938 | +msgstr "Mitglieder" | ||
939 | + | ||
940 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
941 | +#, fuzzy | ||
942 | +msgid "Agenda" | ||
943 | +msgstr "Senden" | ||
944 | + | ||
945 | +#: app/helpers/application_helper.rb:524 | ||
946 | +#, fuzzy | ||
947 | +msgid "Profile links" | ||
948 | +msgstr "Profil" | ||
949 | + | ||
950 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
924 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 951 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
925 | msgstr "Klicken Sie auf dieses Symbol, um zu <b>%s</b>'s Homepage zu gehen" | 952 | msgstr "Klicken Sie auf dieses Symbol, um zu <b>%s</b>'s Homepage zu gehen" |
926 | 953 | ||
927 | -#: app/helpers/application_helper.rb:513 | 954 | +#: app/helpers/application_helper.rb:545 |
928 | msgid "1 member" | 955 | msgid "1 member" |
929 | msgid_plural "%s members" | 956 | msgid_plural "%s members" |
930 | msgstr[0] "Mitglied" | 957 | msgstr[0] "Mitglied" |
931 | msgstr[1] "%s Mitglieder" | 958 | msgstr[1] "%s Mitglieder" |
932 | 959 | ||
933 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 960 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
934 | #: app/views/content_viewer/view_page.rhtml:97 | 961 | #: app/views/content_viewer/view_page.rhtml:97 |
935 | msgid "Categories" | 962 | msgid "Categories" |
936 | msgstr "Kategorien" | 963 | msgstr "Kategorien" |
937 | 964 | ||
938 | -#: app/helpers/application_helper.rb:574 | 965 | +#: app/helpers/application_helper.rb:606 |
939 | msgid "open" | 966 | msgid "open" |
940 | msgstr "offen" | 967 | msgstr "offen" |
941 | 968 | ||
942 | -#: app/helpers/application_helper.rb:613 | 969 | +#: app/helpers/application_helper.rb:645 |
943 | #: app/views/layouts/application-ng.rhtml:63 | 970 | #: app/views/layouts/application-ng.rhtml:63 |
944 | #: app/views/layouts/application-ng.rhtml:65 | 971 | #: app/views/layouts/application-ng.rhtml:65 |
945 | #: app/views/layouts/application-ng.rhtml:68 | 972 | #: app/views/layouts/application-ng.rhtml:68 |
946 | msgid "Search..." | 973 | msgid "Search..." |
947 | msgstr "Suche" | 974 | msgstr "Suche" |
948 | 975 | ||
949 | -#: app/helpers/application_helper.rb:615 | 976 | +#: app/helpers/application_helper.rb:647 |
950 | msgid "This is a search box. Click, write your query, and press enter to find" | 977 | msgid "This is a search box. Click, write your query, and press enter to find" |
951 | msgstr "" | 978 | msgstr "" |
952 | "Das ist eine Suchbox. Klicken Sie, schreiben Sie Ihre Frage und bestätigen " | 979 | "Das ist eine Suchbox. Klicken Sie, schreiben Sie Ihre Frage und bestätigen " |
953 | "Sie mit Enter" | 980 | "Sie mit Enter" |
954 | 981 | ||
955 | -#: app/helpers/application_helper.rb:616 | 982 | +#: app/helpers/application_helper.rb:648 |
956 | msgid "Click, write and press enter to find" | 983 | msgid "Click, write and press enter to find" |
957 | msgstr "Klicken Sie, schreiben Sie und bestätigen Sie mit Enter" | 984 | msgstr "Klicken Sie, schreiben Sie und bestätigen Sie mit Enter" |
958 | 985 | ||
959 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 986 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
960 | #: app/views/region_validators/region.rhtml:23 | 987 | #: app/views/region_validators/region.rhtml:23 |
961 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 988 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
962 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 989 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
963 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 990 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
964 | #: app/views/profile_members/add_members.rhtml:5 | 991 | #: app/views/profile_members/add_members.rhtml:5 |
992 | +#: app/views/browse/_search_form.rhtml:7 | ||
965 | msgid "Search" | 993 | msgid "Search" |
966 | msgstr "Suche" | 994 | msgstr "Suche" |
967 | 995 | ||
968 | -#: app/helpers/application_helper.rb:814 | 996 | +#: app/helpers/application_helper.rb:846 |
969 | msgid "Searched for '%s'" | 997 | msgid "Searched for '%s'" |
970 | msgstr "Suche nach '%s'" | 998 | msgstr "Suche nach '%s'" |
971 | 999 | ||
972 | -#: app/helpers/application_helper.rb:815 | 1000 | +#: app/helpers/application_helper.rb:847 |
973 | msgid "In category %s" | 1001 | msgid "In category %s" |
974 | msgstr "In Kategorie %s" | 1002 | msgstr "In Kategorie %s" |
975 | 1003 | ||
976 | -#: app/helpers/application_helper.rb:816 | 1004 | +#: app/helpers/application_helper.rb:848 |
977 | msgid "within %d km from %s" | 1005 | msgid "within %d km from %s" |
978 | msgstr "mit %d km von %s" | 1006 | msgstr "mit %d km von %s" |
979 | 1007 | ||
980 | -#: app/helpers/application_helper.rb:817 | 1008 | +#: app/helpers/application_helper.rb:849 |
981 | msgid "%d results found" | 1009 | msgid "%d results found" |
982 | msgstr "%d Resultate gefunden" | 1010 | msgstr "%d Resultate gefunden" |
983 | 1011 | ||
984 | -#: app/helpers/application_helper.rb:823 | 1012 | +#: app/helpers/application_helper.rb:855 |
985 | msgid "In all categories" | 1013 | msgid "In all categories" |
986 | msgstr "In allen Kategorien" | 1014 | msgstr "In allen Kategorien" |
987 | 1015 | ||
988 | -#: app/helpers/application_helper.rb:908 | 1016 | +#: app/helpers/application_helper.rb:940 |
989 | msgid "Online Manual" | 1017 | msgid "Online Manual" |
990 | msgstr "" | 1018 | msgstr "" |
991 | 1019 | ||
1020 | +#: app/helpers/application_helper.rb:1056 | ||
1021 | +#, fuzzy | ||
1022 | +msgid "people|More Recent" | ||
1023 | +msgstr "Moderiere Kommentare" | ||
1024 | + | ||
1025 | +#: app/helpers/application_helper.rb:1057 | ||
1026 | +#, fuzzy | ||
1027 | +msgid "people|More Active" | ||
1028 | +msgstr "Aktiv" | ||
1029 | + | ||
1030 | +#: app/helpers/application_helper.rb:1058 | ||
1031 | +#, fuzzy | ||
1032 | +msgid "people|More Popular" | ||
1033 | +msgstr "{#} Leute oder Gruppen" | ||
1034 | + | ||
1035 | +#: app/helpers/application_helper.rb:1061 | ||
1036 | +#, fuzzy | ||
1037 | +msgid "My friends" | ||
1038 | +msgstr "Freunde" | ||
1039 | + | ||
1040 | +#: app/helpers/application_helper.rb:1062 | ||
1041 | +#, fuzzy | ||
1042 | +msgid "Invite friends" | ||
1043 | +msgstr "Lade meine Freunde ein!" | ||
1044 | + | ||
1045 | +#: app/helpers/application_helper.rb:1066 | ||
1046 | +#, fuzzy | ||
1047 | +msgid "People Menu" | ||
1048 | +msgstr "Leute" | ||
1049 | + | ||
1050 | +#: app/helpers/application_helper.rb:1071 | ||
1051 | +#, fuzzy | ||
1052 | +msgid "communities|More Recent" | ||
1053 | +msgstr "Communities" | ||
1054 | + | ||
1055 | +#: app/helpers/application_helper.rb:1072 | ||
1056 | +#, fuzzy | ||
1057 | +msgid "communities|More Active" | ||
1058 | +msgstr "Communities" | ||
1059 | + | ||
1060 | +#: app/helpers/application_helper.rb:1073 | ||
1061 | +#, fuzzy | ||
1062 | +msgid "communities|More Popular" | ||
1063 | +msgstr "Communities" | ||
1064 | + | ||
1065 | +#: app/helpers/application_helper.rb:1076 | ||
1066 | +#, fuzzy | ||
1067 | +msgid "My communities" | ||
1068 | +msgstr "Communities" | ||
1069 | + | ||
1070 | +#: app/helpers/application_helper.rb:1077 | ||
1071 | +#: app/views/search/communities.rhtml:24 | ||
1072 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1073 | +msgid "New community" | ||
1074 | +msgstr "Neue Community" | ||
1075 | + | ||
1076 | +#: app/helpers/application_helper.rb:1081 | ||
1077 | +#, fuzzy | ||
1078 | +msgid "Communities Menu" | ||
1079 | +msgstr "Communities" | ||
1080 | + | ||
992 | #: app/helpers/display_helper.rb:4 | 1081 | #: app/helpers/display_helper.rb:4 |
993 | msgid "No product" | 1082 | msgid "No product" |
994 | msgstr "Kein Produkt" | 1083 | msgstr "Kein Produkt" |
@@ -1182,36 +1271,64 @@ msgstr "" | @@ -1182,36 +1271,64 @@ msgstr "" | ||
1182 | msgid "Comment succesfully deleted" | 1271 | msgid "Comment succesfully deleted" |
1183 | msgstr "Kommentar erfolgreich gelöscht" | 1272 | msgstr "Kommentar erfolgreich gelöscht" |
1184 | 1273 | ||
1185 | -#: app/controllers/public/account_controller.rb:31 | 1274 | +#: app/controllers/public/browse_controller.rb:49 |
1275 | +msgid "More recent people" | ||
1276 | +msgstr "" | ||
1277 | + | ||
1278 | +#: app/controllers/public/browse_controller.rb:50 | ||
1279 | +#, fuzzy | ||
1280 | +msgid "More active people" | ||
1281 | +msgstr "Funktion erstellen" | ||
1282 | + | ||
1283 | +#: app/controllers/public/browse_controller.rb:51 | ||
1284 | +msgid "More popular people" | ||
1285 | +msgstr "" | ||
1286 | + | ||
1287 | +#: app/controllers/public/browse_controller.rb:52 | ||
1288 | +#, fuzzy | ||
1289 | +msgid "More recent communities" | ||
1290 | +msgstr "Communities" | ||
1291 | + | ||
1292 | +#: app/controllers/public/browse_controller.rb:53 | ||
1293 | +#, fuzzy | ||
1294 | +msgid "More active communities" | ||
1295 | +msgstr "Communities" | ||
1296 | + | ||
1297 | +#: app/controllers/public/browse_controller.rb:54 | ||
1298 | +#, fuzzy | ||
1299 | +msgid "More popular communities" | ||
1300 | +msgstr "Communities" | ||
1301 | + | ||
1302 | +#: app/controllers/public/account_controller.rb:33 | ||
1186 | msgid "Logged in successfully" | 1303 | msgid "Logged in successfully" |
1187 | msgstr "Erfolgreich angemeldet" | 1304 | msgstr "Erfolgreich angemeldet" |
1188 | 1305 | ||
1189 | -#: app/controllers/public/account_controller.rb:34 | 1306 | +#: app/controllers/public/account_controller.rb:36 |
1190 | msgid "Incorrect username or password" | 1307 | msgid "Incorrect username or password" |
1191 | msgstr "Falscher User-Name oder falsches Passwort" | 1308 | msgstr "Falscher User-Name oder falsches Passwort" |
1192 | 1309 | ||
1193 | -#: app/controllers/public/account_controller.rb:71 | 1310 | +#: app/controllers/public/account_controller.rb:73 |
1194 | #, fuzzy | 1311 | #, fuzzy |
1195 | msgid "Thanks for signing up!" | 1312 | msgid "Thanks for signing up!" |
1196 | msgstr "Vielen Dank!" | 1313 | msgstr "Vielen Dank!" |
1197 | 1314 | ||
1198 | -#: app/controllers/public/account_controller.rb:110 | 1315 | +#: app/controllers/public/account_controller.rb:112 |
1199 | msgid "You have been logged out." | 1316 | msgid "You have been logged out." |
1200 | msgstr "Sie haben sich abgemeldet." | 1317 | msgstr "Sie haben sich abgemeldet." |
1201 | 1318 | ||
1202 | -#: app/controllers/public/account_controller.rb:121 | 1319 | +#: app/controllers/public/account_controller.rb:123 |
1203 | msgid "Your password has been changed successfully!" | 1320 | msgid "Your password has been changed successfully!" |
1204 | msgstr "Ihr Passwort wurde erfolgreich geändert!" | 1321 | msgstr "Ihr Passwort wurde erfolgreich geändert!" |
1205 | 1322 | ||
1206 | -#: app/controllers/public/account_controller.rb:124 | 1323 | +#: app/controllers/public/account_controller.rb:126 |
1207 | msgid "The supplied current password is incorrect." | 1324 | msgid "The supplied current password is incorrect." |
1208 | msgstr "Das übermittelte aktuelle Passwort ist falsch." | 1325 | msgstr "Das übermittelte aktuelle Passwort ist falsch." |
1209 | 1326 | ||
1210 | -#: app/controllers/public/account_controller.rb:226 | 1327 | +#: app/controllers/public/account_controller.rb:228 |
1211 | msgid "Available!" | 1328 | msgid "Available!" |
1212 | msgstr "Verfügbar!" | 1329 | msgstr "Verfügbar!" |
1213 | 1330 | ||
1214 | -#: app/controllers/public/account_controller.rb:229 | 1331 | +#: app/controllers/public/account_controller.rb:231 |
1215 | msgid "Unavailable!" | 1332 | msgid "Unavailable!" |
1216 | msgstr "Nicht verfügbar!" | 1333 | msgstr "Nicht verfügbar!" |
1217 | 1334 | ||
@@ -1421,7 +1538,7 @@ msgstr "Communities|Zeige alle" | @@ -1421,7 +1538,7 @@ msgstr "Communities|Zeige alle" | ||
1421 | msgid "Enterprise" | 1538 | msgid "Enterprise" |
1422 | msgstr "Unternehmen" | 1539 | msgstr "Unternehmen" |
1423 | 1540 | ||
1424 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1541 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1425 | msgid "Organization website" | 1542 | msgid "Organization website" |
1426 | msgstr "Webseite der Organisation" | 1543 | msgstr "Webseite der Organisation" |
1427 | 1544 | ||
@@ -1433,17 +1550,17 @@ msgstr "Vorhergehende und aktuelle Inhalte" | @@ -1433,17 +1550,17 @@ msgstr "Vorhergehende und aktuelle Inhalte" | ||
1433 | msgid "Activities short description" | 1550 | msgid "Activities short description" |
1434 | msgstr "Kurzbeschreibung der Aktivitäten" | 1551 | msgstr "Kurzbeschreibung der Aktivitäten" |
1435 | 1552 | ||
1436 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1553 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1437 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1554 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1438 | msgid "City" | 1555 | msgid "City" |
1439 | msgstr "Ort" | 1556 | msgstr "Ort" |
1440 | 1557 | ||
1441 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1558 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1442 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1559 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1443 | msgid "State" | 1560 | msgid "State" |
1444 | msgstr "Bundesland" | 1561 | msgstr "Bundesland" |
1445 | 1562 | ||
1446 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1563 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1447 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1564 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1448 | #: app/views/profile_editor/_person_form.rhtml:21 | 1565 | #: app/views/profile_editor/_person_form.rhtml:21 |
1449 | #: app/views/maps/edit_location.rhtml:6 | 1566 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1481,12 +1598,6 @@ msgstr "" | @@ -1481,12 +1598,6 @@ msgstr "" | ||
1481 | msgid "The original text was removed." | 1598 | msgid "The original text was removed." |
1482 | msgstr "Der Originaltext wurde gelöscht" | 1599 | msgstr "Der Originaltext wurde gelöscht" |
1483 | 1600 | ||
1484 | -#: app/models/members_block.rb:4 | ||
1485 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1486 | -#: app/views/profile/_organization.rhtml:6 | ||
1487 | -msgid "Members" | ||
1488 | -msgstr "Mitglieder" | ||
1489 | - | ||
1490 | #: app/models/members_block.rb:8 | 1601 | #: app/models/members_block.rb:8 |
1491 | msgid "{#} members" | 1602 | msgid "{#} members" |
1492 | msgstr "{#} Mitglieder" | 1603 | msgstr "{#} Mitglieder" |
@@ -1528,6 +1639,7 @@ msgstr "Das klicken auf Leute oder Gruppen bringt Sie zu deren Homepage" | @@ -1528,6 +1639,7 @@ msgstr "Das klicken auf Leute oder Gruppen bringt Sie zu deren Homepage" | ||
1528 | 1639 | ||
1529 | #: app/models/profile_list_block.rb:74 | 1640 | #: app/models/profile_list_block.rb:74 |
1530 | #: app/views/search/_display_results.rhtml:67 | 1641 | #: app/views/search/_display_results.rhtml:67 |
1642 | +#: app/views/browse/_display_results.rhtml:6 | ||
1531 | msgid "None" | 1643 | msgid "None" |
1532 | msgstr "keine" | 1644 | msgstr "keine" |
1533 | 1645 | ||
@@ -1796,7 +1908,7 @@ msgid "Enabled" | @@ -1796,7 +1908,7 @@ msgid "Enabled" | ||
1796 | msgstr "Aktiviert" | 1908 | msgstr "Aktiviert" |
1797 | 1909 | ||
1798 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1910 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1799 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1911 | +#: app/models/product.rb:- app/models/task.rb:- |
1800 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1912 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1801 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1913 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1802 | #: app/models/environment.rb:- app/models/profile.rb:- | 1914 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1805,10 +1917,10 @@ msgid "Created at" | @@ -1805,10 +1917,10 @@ msgid "Created at" | ||
1805 | msgstr "Erstellt" | 1917 | msgstr "Erstellt" |
1806 | 1918 | ||
1807 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1919 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1808 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1809 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1810 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1811 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1920 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1921 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1922 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1923 | +#: app/models/product_categorization.rb:- | ||
1812 | msgid "Updated at" | 1924 | msgid "Updated at" |
1813 | msgstr "aktualisiert um" | 1925 | msgstr "aktualisiert um" |
1814 | 1926 | ||
@@ -2010,91 +2122,108 @@ msgid_plural "%{num} communities" | @@ -2010,91 +2122,108 @@ msgid_plural "%{num} communities" | ||
2010 | msgstr[0] "%{num} Communitiy" | 2122 | msgstr[0] "%{num} Communitiy" |
2011 | msgstr[1] "%{num} communities" | 2123 | msgstr[1] "%{num} communities" |
2012 | 2124 | ||
2013 | -#: app/models/person.rb:24 | 2125 | +#: app/models/person.rb:30 |
2014 | msgid "An existing person cannot be renamed." | 2126 | msgid "An existing person cannot be renamed." |
2015 | msgstr "Eine existierende Person kann nicht umbenannt werden." | 2127 | msgstr "Eine existierende Person kann nicht umbenannt werden." |
2016 | 2128 | ||
2017 | -#: app/models/person.rb:30 | 2129 | +#: app/models/person.rb:36 |
2018 | msgid "friends" | 2130 | msgid "friends" |
2019 | msgstr "Freunde" | 2131 | msgstr "Freunde" |
2020 | 2132 | ||
2021 | -#: app/models/person.rb:30 | 2133 | +#: app/models/person.rb:36 |
2022 | msgid "work" | 2134 | msgid "work" |
2023 | msgstr "Arbeit" | 2135 | msgstr "Arbeit" |
2024 | 2136 | ||
2025 | -#: app/models/person.rb:30 | 2137 | +#: app/models/person.rb:36 |
2026 | msgid "school" | 2138 | msgid "school" |
2027 | msgstr "Schule" | 2139 | msgstr "Schule" |
2028 | 2140 | ||
2029 | -#: app/models/person.rb:30 | 2141 | +#: app/models/person.rb:36 |
2030 | msgid "family" | 2142 | msgid "family" |
2031 | msgstr "Familie" | 2143 | msgstr "Familie" |
2032 | 2144 | ||
2033 | -#: app/models/person.rb:86 | 2145 | +#: app/models/person.rb:92 |
2034 | msgid "%{fn} is mandatory" | 2146 | msgid "%{fn} is mandatory" |
2035 | msgstr "%{fn} ist zwingend notwendig" | 2147 | msgstr "%{fn} ist zwingend notwendig" |
2036 | 2148 | ||
2037 | -#: app/models/person.rb:111 | 2149 | +#: app/models/person.rb:117 |
2038 | msgid "Cell phone" | 2150 | msgid "Cell phone" |
2039 | msgstr "Mobiltelefon" | 2151 | msgstr "Mobiltelefon" |
2040 | 2152 | ||
2041 | -#: app/models/person.rb:111 | 2153 | +#: app/models/person.rb:117 |
2042 | msgid "Comercial phone" | 2154 | msgid "Comercial phone" |
2043 | msgstr "geschäftliches Telefon" | 2155 | msgstr "geschäftliches Telefon" |
2044 | 2156 | ||
2045 | -#: app/models/person.rb:111 | 2157 | +#: app/models/person.rb:117 |
2046 | msgid "Nationality" | 2158 | msgid "Nationality" |
2047 | msgstr "Nationalität" | 2159 | msgstr "Nationalität" |
2048 | 2160 | ||
2049 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2161 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2050 | msgid "Schooling" | 2162 | msgid "Schooling" |
2051 | msgstr "Ausbildung" | 2163 | msgstr "Ausbildung" |
2052 | 2164 | ||
2053 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2165 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2054 | msgid "Area of study" | 2166 | msgid "Area of study" |
2055 | msgstr "" | 2167 | msgstr "" |
2056 | 2168 | ||
2057 | -#: app/models/person.rb:111 | 2169 | +#: app/models/person.rb:117 |
2058 | msgid "Professional activity" | 2170 | msgid "Professional activity" |
2059 | msgstr "Berufliche Aktivitäten" | 2171 | msgstr "Berufliche Aktivitäten" |
2060 | 2172 | ||
2061 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2173 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2062 | msgid "Organization" | 2174 | msgid "Organization" |
2063 | msgstr "Organisation" | 2175 | msgstr "Organisation" |
2064 | 2176 | ||
2065 | -#: app/models/person.rb:114 | 2177 | +#: app/models/person.rb:120 |
2066 | msgid "Schooling status" | 2178 | msgid "Schooling status" |
2067 | msgstr "Schulabschluss" | 2179 | msgstr "Schulabschluss" |
2068 | 2180 | ||
2069 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2181 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2070 | msgid "Formation" | 2182 | msgid "Formation" |
2071 | msgstr "Anordnung" | 2183 | msgstr "Anordnung" |
2072 | 2184 | ||
2073 | -#: app/models/person.rb:117 | 2185 | +#: app/models/person.rb:123 |
2074 | msgid "Custom formation" | 2186 | msgid "Custom formation" |
2075 | msgstr "Persönliche Anordnung" | 2187 | msgstr "Persönliche Anordnung" |
2076 | 2188 | ||
2077 | -#: app/models/person.rb:117 | 2189 | +#: app/models/person.rb:123 |
2078 | msgid "Custom area of study" | 2190 | msgid "Custom area of study" |
2079 | msgstr "" | 2191 | msgstr "" |
2080 | 2192 | ||
2081 | -#: app/models/person.rb:120 | 2193 | +#: app/models/person.rb:126 |
2082 | msgid "Contact information" | 2194 | msgid "Contact information" |
2083 | msgstr "Kontaktinformationen" | 2195 | msgstr "Kontaktinformationen" |
2084 | 2196 | ||
2085 | -#: app/models/person.rb:120 | 2197 | +#: app/models/person.rb:126 |
2086 | msgid "Sex" | 2198 | msgid "Sex" |
2087 | msgstr "Geschlecht" | 2199 | msgstr "Geschlecht" |
2088 | 2200 | ||
2089 | -#: app/models/person.rb:120 | 2201 | +#: app/models/person.rb:126 |
2090 | msgid "Zip code" | 2202 | msgid "Zip code" |
2091 | msgstr "Postleitzahl" | 2203 | msgstr "Postleitzahl" |
2092 | 2204 | ||
2093 | -#: app/models/person.rb:161 | 2205 | +#: app/models/person.rb:167 |
2094 | msgid "%{fn} is already used by other user" | 2206 | msgid "%{fn} is already used by other user" |
2095 | msgstr "%{fn} wird bereits von einem anderen Nutzer benutzt" | 2207 | msgstr "%{fn} wird bereits von einem anderen Nutzer benutzt" |
2096 | 2208 | ||
2209 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2210 | +#: app/models/profile.rb:709 | ||
2211 | +#, fuzzy | ||
2212 | +msgid "none" | ||
2213 | +msgstr "keine" | ||
2214 | + | ||
2215 | +#: app/models/person.rb:300 | ||
2216 | +#, fuzzy | ||
2217 | +msgid "one friend" | ||
2218 | +msgstr "Ein Freund" | ||
2219 | + | ||
2220 | +#: app/models/person.rb:301 | ||
2221 | +#, fuzzy | ||
2222 | +msgid "%s friends" | ||
2223 | +msgstr "%s's Freunde" | ||
2224 | + | ||
2097 | #: app/models/favorite_enterprises_block.rb:4 | 2225 | #: app/models/favorite_enterprises_block.rb:4 |
2226 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2098 | #: app/views/profile_editor/index.rhtml:55 | 2227 | #: app/views/profile_editor/index.rhtml:55 |
2099 | msgid "Favorite Enterprises" | 2228 | msgid "Favorite Enterprises" |
2100 | msgstr "Bevorzugte Unternehmen" | 2229 | msgstr "Bevorzugte Unternehmen" |
@@ -2104,11 +2233,6 @@ msgstr "Bevorzugte Unternehmen" | @@ -2104,11 +2233,6 @@ msgstr "Bevorzugte Unternehmen" | ||
2104 | msgid "This block lists your favorite enterprises." | 2233 | msgid "This block lists your favorite enterprises." |
2105 | msgstr "Dieser Block listet die bevorzugten Unternehmen des Nutzers auf." | 2234 | msgstr "Dieser Block listet die bevorzugten Unternehmen des Nutzers auf." |
2106 | 2235 | ||
2107 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2108 | -#, fuzzy | ||
2109 | -msgid "Favorite enterprises" | ||
2110 | -msgstr "Bevorzugte Unternehmen" | ||
2111 | - | ||
2112 | #: app/models/qualifier.rb:- | 2236 | #: app/models/qualifier.rb:- |
2113 | msgid "qualifier" | 2237 | msgid "qualifier" |
2114 | msgstr "" | 2238 | msgstr "" |
@@ -2132,8 +2256,8 @@ msgstr "Name" | @@ -2132,8 +2256,8 @@ msgstr "Name" | ||
2132 | msgid "Generic category" | 2256 | msgid "Generic category" |
2133 | msgstr "Hauptkategorie" | 2257 | msgstr "Hauptkategorie" |
2134 | 2258 | ||
2135 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2136 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2259 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2260 | +#: app/models/product_categorization.rb:- | ||
2137 | #: app/views/manage_products/index.rhtml:5 | 2261 | #: app/views/manage_products/index.rhtml:5 |
2138 | msgid "Product" | 2262 | msgid "Product" |
2139 | msgstr "Produkt" | 2263 | msgstr "Produkt" |
@@ -2152,10 +2276,6 @@ msgstr "Dieser Block zeigt das Profilbild." | @@ -2152,10 +2276,6 @@ msgstr "Dieser Block zeigt das Profilbild." | ||
2152 | msgid "input" | 2276 | msgid "input" |
2153 | msgstr "" | 2277 | msgstr "" |
2154 | 2278 | ||
2155 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2156 | -msgid "Product category" | ||
2157 | -msgstr "Produktkategorie" | ||
2158 | - | ||
2159 | #: app/models/profile_categorization.rb:- | 2279 | #: app/models/profile_categorization.rb:- |
2160 | msgid "categories profile" | 2280 | msgid "categories profile" |
2161 | msgstr "Kategorie Profile" | 2281 | msgstr "Kategorie Profile" |
@@ -2164,10 +2284,6 @@ msgstr "Kategorie Profile" | @@ -2164,10 +2284,6 @@ msgstr "Kategorie Profile" | ||
2164 | msgid "profilecategorization" | 2284 | msgid "profilecategorization" |
2165 | msgstr "Profile kategorisieren" | 2285 | msgstr "Profile kategorisieren" |
2166 | 2286 | ||
2167 | -#: app/models/profile_categorization.rb:- | ||
2168 | -msgid "Profile" | ||
2169 | -msgstr "Profil" | ||
2170 | - | ||
2171 | #: app/models/tags_block.rb:10 | 2287 | #: app/models/tags_block.rb:10 |
2172 | #, fuzzy | 2288 | #, fuzzy |
2173 | msgid "Tags" | 2289 | msgid "Tags" |
@@ -2201,11 +2317,6 @@ msgstr "" | @@ -2201,11 +2317,6 @@ msgstr "" | ||
2201 | "Sie müssen bei %{system} angemeldet sein, um %{requestor} alsIhren Freund zu " | 2317 | "Sie müssen bei %{system} angemeldet sein, um %{requestor} alsIhren Freund zu " |
2202 | "akzeptieren." | 2318 | "akzeptieren." |
2203 | 2319 | ||
2204 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2205 | -#: app/views/profile/_person.rhtml:51 | ||
2206 | -msgid "Friends" | ||
2207 | -msgstr "Freunde" | ||
2208 | - | ||
2209 | #: app/models/friends_block.rb:8 | 2320 | #: app/models/friends_block.rb:8 |
2210 | msgid "{#} friend" | 2321 | msgid "{#} friend" |
2211 | msgid_plural "{#} friends" | 2322 | msgid_plural "{#} friends" |
@@ -2248,6 +2359,10 @@ msgstr "Als Einzelbilder anzeigen" | @@ -2248,6 +2359,10 @@ msgstr "Als Einzelbilder anzeigen" | ||
2248 | msgid "product" | 2359 | msgid "product" |
2249 | msgstr "Produkt" | 2360 | msgstr "Produkt" |
2250 | 2361 | ||
2362 | +#: app/models/product.rb:- | ||
2363 | +msgid "Product category" | ||
2364 | +msgstr "Produktkategorie" | ||
2365 | + | ||
2251 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2366 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2252 | msgid "Price" | 2367 | msgid "Price" |
2253 | msgstr "Preis" | 2368 | msgstr "Preis" |
@@ -2373,31 +2488,31 @@ msgstr "Abmelden" | @@ -2373,31 +2488,31 @@ msgstr "Abmelden" | ||
2373 | msgid "This block presents a login/logout block." | 2488 | msgid "This block presents a login/logout block." |
2374 | msgstr "Das ist Block für Anmelden/Abmelden" | 2489 | msgstr "Das ist Block für Anmelden/Abmelden" |
2375 | 2490 | ||
2376 | -#: app/models/uploaded_file.rb:33 | 2491 | +#: app/models/uploaded_file.rb:35 |
2377 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2492 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2378 | msgstr "" | 2493 | msgstr "" |
2379 | "%{fn} der heraufgeladenen Datei hat die maximale Größe von 5.0 MB " | 2494 | "%{fn} der heraufgeladenen Datei hat die maximale Größe von 5.0 MB " |
2380 | "überschritten" | 2495 | "überschritten" |
2381 | 2496 | ||
2382 | -#: app/models/uploaded_file.rb:44 | 2497 | +#: app/models/uploaded_file.rb:46 |
2383 | msgid "Uploaded file" | 2498 | msgid "Uploaded file" |
2384 | msgstr "Hochgeladene Datei" | 2499 | msgstr "Hochgeladene Datei" |
2385 | 2500 | ||
2386 | -#: app/models/uploaded_file.rb:48 | 2501 | +#: app/models/uploaded_file.rb:50 |
2387 | msgid "Upload any kind of file you want." | 2502 | msgid "Upload any kind of file you want." |
2388 | msgstr "Dateien hochladen" | 2503 | msgstr "Dateien hochladen" |
2389 | 2504 | ||
2390 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2505 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2391 | #, fuzzy | 2506 | #, fuzzy |
2392 | msgid "« Previous" | 2507 | msgid "« Previous" |
2393 | msgstr "Vorherige" | 2508 | msgstr "Vorherige" |
2394 | 2509 | ||
2395 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2510 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2396 | #, fuzzy | 2511 | #, fuzzy |
2397 | msgid "Next »" | 2512 | msgid "Next »" |
2398 | msgstr "ältere Posts »" | 2513 | msgstr "ältere Posts »" |
2399 | 2514 | ||
2400 | -#: app/models/uploaded_file.rb:85 | 2515 | +#: app/models/uploaded_file.rb:87 |
2401 | msgid "image %d of %d" | 2516 | msgid "image %d of %d" |
2402 | msgstr "" | 2517 | msgstr "" |
2403 | 2518 | ||
@@ -2785,7 +2900,11 @@ msgstr "Administrator muss die Erstellung von Communities bestätigen" | @@ -2785,7 +2900,11 @@ msgstr "Administrator muss die Erstellung von Communities bestätigen" | ||
2785 | msgid "Enterprises are disabled when created" | 2900 | msgid "Enterprises are disabled when created" |
2786 | msgstr "Unternehmen sind (zunächst) deaktiviert, nachdem sie erstellt wurden." | 2901 | msgstr "Unternehmen sind (zunächst) deaktiviert, nachdem sie erstellt wurden." |
2787 | 2902 | ||
2788 | -#: app/models/environment.rb:461 | 2903 | +#: app/models/environment.rb:111 |
2904 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2905 | +msgstr "" | ||
2906 | + | ||
2907 | +#: app/models/environment.rb:462 | ||
2789 | msgid "Only one Virtual Community can be the default one" | 2908 | msgid "Only one Virtual Community can be the default one" |
2790 | msgstr "Nur eine virtuelle Community kann als Standard gewählt werden" | 2909 | msgstr "Nur eine virtuelle Community kann als Standard gewählt werden" |
2791 | 2910 | ||
@@ -2834,7 +2953,7 @@ msgstr "geografische Position" | @@ -2834,7 +2953,7 @@ msgstr "geografische Position" | ||
2834 | msgid "Nickname" | 2953 | msgid "Nickname" |
2835 | msgstr "Nickname" | 2954 | msgstr "Nickname" |
2836 | 2955 | ||
2837 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 2956 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2838 | msgid "Public profile" | 2957 | msgid "Public profile" |
2839 | msgstr "öffentliches Profil" | 2958 | msgstr "öffentliches Profil" |
2840 | 2959 | ||
@@ -2907,11 +3026,11 @@ msgstr "Inhalt heraufladen" | @@ -2907,11 +3026,11 @@ msgstr "Inhalt heraufladen" | ||
2907 | msgid "Invite members" | 3026 | msgid "Invite members" |
2908 | msgstr "Ein Mitglied" | 3027 | msgstr "Ein Mitglied" |
2909 | 3028 | ||
2910 | -#: app/models/profile.rb:436 | 3029 | +#: app/models/profile.rb:452 |
2911 | msgid "My home page" | 3030 | msgid "My home page" |
2912 | msgstr "Meine Homepage" | 3031 | msgstr "Meine Homepage" |
2913 | 3032 | ||
2914 | -#: app/models/profile.rb:436 | 3033 | +#: app/models/profile.rb:452 |
2915 | msgid "" | 3034 | msgid "" |
2916 | "<p>This is a default homepage created for me. It can be changed though the " | 3035 | "<p>This is a default homepage created for me. It can be changed though the " |
2917 | "control panel.</p>" | 3036 | "control panel.</p>" |
@@ -2919,23 +3038,48 @@ msgstr "" | @@ -2919,23 +3038,48 @@ msgstr "" | ||
2919 | "<p>Das ist eine Standard-Homepage, die für mich erstellt wurde.Sie kann über " | 3038 | "<p>Das ist eine Standard-Homepage, die für mich erstellt wurde.Sie kann über " |
2920 | "das Kontroll-Panel verwaltet werden.</p>" | 3039 | "das Kontroll-Panel verwaltet werden.</p>" |
2921 | 3040 | ||
2922 | -#: app/models/profile.rb:447 | 3041 | +#: app/models/profile.rb:463 |
2923 | msgid "Intranet" | 3042 | msgid "Intranet" |
2924 | msgstr "Intranet" | 3043 | msgstr "Intranet" |
2925 | 3044 | ||
2926 | -#: app/models/profile.rb:490 | 3045 | +#: app/models/profile.rb:506 |
2927 | msgid "%s can't has members" | 3046 | msgid "%s can't has members" |
2928 | msgstr "%s kann keine Mitglieder haben" | 3047 | msgstr "%s kann keine Mitglieder haben" |
2929 | 3048 | ||
2930 | -#: app/models/profile.rb:507 | 3049 | +#: app/models/profile.rb:523 |
2931 | msgid "%s can't has moderators" | 3050 | msgid "%s can't has moderators" |
2932 | msgstr "%s kann keine Moderatoren haben" | 3051 | msgstr "%s kann keine Moderatoren haben" |
2933 | 3052 | ||
2934 | -#: app/models/profile.rb:592 | 3053 | +#: app/models/profile.rb:608 |
2935 | #, fuzzy | 3054 | #, fuzzy |
2936 | msgid "Private profile" | 3055 | msgid "Private profile" |
2937 | msgstr "Profile ändern" | 3056 | msgstr "Profile ändern" |
2938 | 3057 | ||
3058 | +#: app/models/profile.rb:695 | ||
3059 | +#, fuzzy | ||
3060 | +msgid "Since: " | ||
3061 | +msgstr "Preis" | ||
3062 | + | ||
3063 | +#: app/models/profile.rb:702 | ||
3064 | +#, fuzzy | ||
3065 | +msgid "one article" | ||
3066 | +msgstr "Neuer Artikel" | ||
3067 | + | ||
3068 | +#: app/models/profile.rb:703 | ||
3069 | +#, fuzzy | ||
3070 | +msgid "%s articles" | ||
3071 | +msgstr "Alle Artikel" | ||
3072 | + | ||
3073 | +#: app/models/profile.rb:710 | ||
3074 | +#, fuzzy | ||
3075 | +msgid "one member" | ||
3076 | +msgstr "Ein Mitglied" | ||
3077 | + | ||
3078 | +#: app/models/profile.rb:711 | ||
3079 | +#, fuzzy | ||
3080 | +msgid "%s members" | ||
3081 | +msgstr "%s' Mitglieder" | ||
3082 | + | ||
2939 | #: app/models/blog.rb:19 | 3083 | #: app/models/blog.rb:19 |
2940 | msgid "A blog, inside which you can put other articles." | 3084 | msgid "A blog, inside which you can put other articles." |
2941 | msgstr "Ein Blog, in den Sie andere Artikel packen können." | 3085 | msgstr "Ein Blog, in den Sie andere Artikel packen können." |
@@ -2965,19 +3109,19 @@ msgstr "Inhalt des Feeds konnte nicht geladen werden" | @@ -2965,19 +3109,19 @@ msgstr "Inhalt des Feeds konnte nicht geladen werden" | ||
2965 | msgid "Updated: %s" | 3109 | msgid "Updated: %s" |
2966 | msgstr "Geändert: %s" | 3110 | msgstr "Geändert: %s" |
2967 | 3111 | ||
2968 | -#: app/models/rss_feed.rb:70 | 3112 | +#: app/models/rss_feed.rb:78 |
2969 | msgid "%s's RSS feed" | 3113 | msgid "%s's RSS feed" |
2970 | msgstr "%s's RSS Feed" | 3114 | msgstr "%s's RSS Feed" |
2971 | 3115 | ||
2972 | -#: app/models/rss_feed.rb:71 | 3116 | +#: app/models/rss_feed.rb:79 |
2973 | msgid "%s's content published at %s" | 3117 | msgid "%s's content published at %s" |
2974 | msgstr "%s's Inhalte publiziert %s" | 3118 | msgstr "%s's Inhalte publiziert %s" |
2975 | 3119 | ||
2976 | -#: app/models/rss_feed.rb:77 | 3120 | +#: app/models/rss_feed.rb:85 |
2977 | msgid "RSS Feed" | 3121 | msgid "RSS Feed" |
2978 | msgstr "RSS Feed" | 3122 | msgstr "RSS Feed" |
2979 | 3123 | ||
2980 | -#: app/models/rss_feed.rb:81 | 3124 | +#: app/models/rss_feed.rb:89 |
2981 | msgid "Provides a news feed of your more recent articles." | 3125 | msgid "Provides a news feed of your more recent articles." |
2982 | msgstr "Erstellt einen News Feed Ihrer meist gelesenen Artikel" | 3126 | msgstr "Erstellt einen News Feed Ihrer meist gelesenen Artikel" |
2983 | 3127 | ||
@@ -3605,8 +3749,9 @@ msgid "redirecting..." | @@ -3605,8 +3749,9 @@ msgid "redirecting..." | ||
3605 | msgstr "" | 3749 | msgstr "" |
3606 | 3750 | ||
3607 | #: app/views/favorite_enterprises/index.rhtml:3 | 3751 | #: app/views/favorite_enterprises/index.rhtml:3 |
3608 | -msgid "%s's favorite enteprises" | ||
3609 | -msgstr "%s´s bevorzugte Unternehmen" | 3752 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3753 | +msgid "%s's favorite enterprises" | ||
3754 | +msgstr "%s's bevorzugte Unternehmen" | ||
3610 | 3755 | ||
3611 | #: app/views/favorite_enterprises/index.rhtml:12 | 3756 | #: app/views/favorite_enterprises/index.rhtml:12 |
3612 | #: app/views/favorite_enterprises/index.rhtml:15 | 3757 | #: app/views/favorite_enterprises/index.rhtml:15 |
@@ -3615,7 +3760,8 @@ msgid "remove" | @@ -3615,7 +3760,8 @@ msgid "remove" | ||
3615 | msgstr "entferne" | 3760 | msgstr "entferne" |
3616 | 3761 | ||
3617 | #: app/views/favorite_enterprises/index.rhtml:24 | 3762 | #: app/views/favorite_enterprises/index.rhtml:24 |
3618 | -msgid "You have no favorite enteprises yet." | 3763 | +#, fuzzy |
3764 | +msgid "You have no favorite enterprises yet." | ||
3619 | msgstr "Sie haben noch kein bevorzugtes Unternehmen." | 3765 | msgstr "Sie haben noch kein bevorzugtes Unternehmen." |
3620 | 3766 | ||
3621 | #: app/views/favorite_enterprises/add.rhtml:1 | 3767 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4372,7 +4518,7 @@ msgstr "Bitte wählen Sie die Sie interessierenden Kategorien" | @@ -4372,7 +4518,7 @@ msgstr "Bitte wählen Sie die Sie interessierenden Kategorien" | ||
4372 | msgid "Create a new community" | 4518 | msgid "Create a new community" |
4373 | msgstr "Eine neue Community erstellen" | 4519 | msgstr "Eine neue Community erstellen" |
4374 | 4520 | ||
4375 | -#: app/views/memberships/index.rhtml:7 | 4521 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4376 | #, fuzzy | 4522 | #, fuzzy |
4377 | msgid "Register a new enterprise" | 4523 | msgid "Register a new enterprise" |
4378 | msgstr "Neues Unternehmen anmelden" | 4524 | msgstr "Neues Unternehmen anmelden" |
@@ -4695,15 +4841,28 @@ msgstr "Ort und Bundesland" | @@ -4695,15 +4841,28 @@ msgstr "Ort und Bundesland" | ||
4695 | msgid "Message:" | 4841 | msgid "Message:" |
4696 | msgstr "Nachricht" | 4842 | msgstr "Nachricht" |
4697 | 4843 | ||
4698 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4699 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4700 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4701 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4702 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4703 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4844 | +#: app/views/contact/sender/mail.rhtml:12 |
4845 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4846 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4847 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4848 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4849 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4704 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4850 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4705 | -msgid "%s environment system" | ||
4706 | -msgstr "%s Umgebung" | 4851 | +#, fuzzy |
4852 | +msgid "Greetings," | ||
4853 | +msgstr "Grün" | ||
4854 | + | ||
4855 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4856 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4857 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4858 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4859 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4860 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4861 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4862 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4863 | +#, fuzzy | ||
4864 | +msgid "%s team." | ||
4865 | +msgstr "Das \"%s\" Motiv." | ||
4707 | 4866 | ||
4708 | #: app/views/comment/notifier/mail.rhtml:1 | 4867 | #: app/views/comment/notifier/mail.rhtml:1 |
4709 | msgid "Hi, %{recipient}!" | 4868 | msgid "Hi, %{recipient}!" |
@@ -4718,6 +4877,16 @@ msgstr "" | @@ -4718,6 +4877,16 @@ msgstr "" | ||
4718 | "{article_title}\" hinterlassen." | 4877 | "{article_title}\" hinterlassen." |
4719 | 4878 | ||
4720 | #: app/views/comment/notifier/mail.rhtml:5 | 4879 | #: app/views/comment/notifier/mail.rhtml:5 |
4880 | +#, fuzzy | ||
4881 | +msgid "Title: %s" | ||
4882 | +msgstr "Ticket: %s" | ||
4883 | + | ||
4884 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4885 | +#, fuzzy | ||
4886 | +msgid "Comment:" | ||
4887 | +msgstr "Kommentar" | ||
4888 | + | ||
4889 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4721 | msgid "Access the address below to view this comment:" | 4890 | msgid "Access the address below to view this comment:" |
4722 | msgstr "" | 4891 | msgstr "" |
4723 | "Greifen Sie auf die untenstehende Adresse zu, um diesen Kommentar zu " | 4892 | "Greifen Sie auf die untenstehende Adresse zu, um diesen Kommentar zu " |
@@ -5016,11 +5185,6 @@ msgstr "" | @@ -5016,11 +5185,6 @@ msgstr "" | ||
5016 | "Wählen Sie die Communities aus, mit denen Sie sich verbinden möchten oder " | 5185 | "Wählen Sie die Communities aus, mit denen Sie sich verbinden möchten oder " |
5017 | "erstellen Sie Ihre Eigene." | 5186 | "erstellen Sie Ihre Eigene." |
5018 | 5187 | ||
5019 | -#: app/views/search/communities.rhtml:24 | ||
5020 | -#: app/views/tasks/_create_community.rhtml:1 | ||
5021 | -msgid "New community" | ||
5022 | -msgstr "Neue Community" | ||
5023 | - | ||
5024 | #: app/views/search/_comment.rhtml:16 | 5188 | #: app/views/search/_comment.rhtml:16 |
5025 | msgid "by %{author} on \"%{article}\"" | 5189 | msgid "by %{author} on \"%{article}\"" |
5026 | msgstr "von %{author} zu \"%{article}\"" | 5190 | msgstr "von %{author} zu \"%{article}\"" |
@@ -6275,10 +6439,6 @@ msgstr "Sind Sie sicher, dass Sie %s beitreten möchten?" | @@ -6275,10 +6439,6 @@ msgstr "Sind Sie sicher, dass Sie %s beitreten möchten?" | ||
6275 | msgid "Yes, I want to join." | 6439 | msgid "Yes, I want to join." |
6276 | msgstr "Ja, ich möchte beitreten" | 6440 | msgstr "Ja, ich möchte beitreten" |
6277 | 6441 | ||
6278 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6279 | -msgid "%s's favorite enterprises" | ||
6280 | -msgstr "%s's bevorzugte Unternehmen" | ||
6281 | - | ||
6282 | #: app/views/profile/members.rhtml:3 | 6442 | #: app/views/profile/members.rhtml:3 |
6283 | #, fuzzy | 6443 | #, fuzzy |
6284 | msgid "%s's members" | 6444 | msgid "%s's members" |
@@ -6296,10 +6456,6 @@ msgstr "%s's Tags" | @@ -6296,10 +6456,6 @@ msgstr "%s's Tags" | ||
6296 | msgid "%s's enterprises" | 6456 | msgid "%s's enterprises" |
6297 | msgstr "%s's Unternehmen" | 6457 | msgstr "%s's Unternehmen" |
6298 | 6458 | ||
6299 | -#: app/views/profile/enterprises.rhtml:13 | ||
6300 | -msgid "Register a new Enterprise" | ||
6301 | -msgstr "Neues Unternehmen anmelden" | ||
6302 | - | ||
6303 | #: app/views/features/_manage_community_fields.rhtml:1 | 6459 | #: app/views/features/_manage_community_fields.rhtml:1 |
6304 | msgid "Manage community fields" | 6460 | msgid "Manage community fields" |
6305 | msgstr "Communityfelder verwalten" | 6461 | msgstr "Communityfelder verwalten" |
@@ -7259,6 +7415,35 @@ msgstr "" | @@ -7259,6 +7415,35 @@ msgstr "" | ||
7259 | "erneut. Wir entschuldigen uns für die Unannehmlichkeiten." | 7415 | "erneut. Wir entschuldigen uns für die Unannehmlichkeiten." |
7260 | 7416 | ||
7261 | #, fuzzy | 7417 | #, fuzzy |
7418 | +#~ msgid "People more popular" | ||
7419 | +#~ msgstr "{#} Leute oder Gruppen" | ||
7420 | + | ||
7421 | +#, fuzzy | ||
7422 | +#~ msgid "Communities more recent" | ||
7423 | +#~ msgstr "Communities" | ||
7424 | + | ||
7425 | +#, fuzzy | ||
7426 | +#~ msgid "Communities more active" | ||
7427 | +#~ msgstr "Communities" | ||
7428 | + | ||
7429 | +#, fuzzy | ||
7430 | +#~ msgid "Communities more popular" | ||
7431 | +#~ msgstr "Communities" | ||
7432 | + | ||
7433 | +#, fuzzy | ||
7434 | +#~ msgid "Favorite enterprises" | ||
7435 | +#~ msgstr "Bevorzugte Unternehmen" | ||
7436 | + | ||
7437 | +#~ msgid "%s's favorite enteprises" | ||
7438 | +#~ msgstr "%s´s bevorzugte Unternehmen" | ||
7439 | + | ||
7440 | +#~ msgid "%s environment system" | ||
7441 | +#~ msgstr "%s Umgebung" | ||
7442 | + | ||
7443 | +#~ msgid "Register a new Enterprise" | ||
7444 | +#~ msgstr "Neues Unternehmen anmelden" | ||
7445 | + | ||
7446 | +#, fuzzy | ||
7262 | #~ msgid "The input was not found" | 7447 | #~ msgid "The input was not found" |
7263 | #~ msgstr "Adresse nicht gefunden" | 7448 | #~ msgstr "Adresse nicht gefunden" |
7264 | 7449 |
po/es/noosfero.po
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | # | 5 | # |
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
9 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 8 | +"Project-Id-Version: noosfero 0.25.1\n" |
9 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" | ||
10 | "PO-Revision-Date: 2010-04-30 20:14-0300\n" | 10 | "PO-Revision-Date: 2010-04-30 20:14-0300\n" |
11 | "Last-Translator: Martín Olivera <molivera@solar.org.ar>\n" | 11 | "Last-Translator: Martín Olivera <molivera@solar.org.ar>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -76,7 +76,7 @@ msgstr "" | @@ -76,7 +76,7 @@ msgstr "" | ||
76 | "botones, etc. El mismo no afecta el idioma de los contenidos creados por " | 76 | "botones, etc. El mismo no afecta el idioma de los contenidos creados por " |
77 | "otros usuarios." | 77 | "otros usuarios." |
78 | 78 | ||
79 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 79 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
80 | #: app/models/block.rb:- app/models/comment.rb:- | 80 | #: app/models/block.rb:- app/models/comment.rb:- |
81 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 81 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
82 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 82 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -88,33 +88,33 @@ msgstr "" | @@ -88,33 +88,33 @@ msgstr "" | ||
88 | msgid "Title" | 88 | msgid "Title" |
89 | msgstr "Título" | 89 | msgstr "Título" |
90 | 90 | ||
91 | -#: app/helpers/folder_helper.rb:7 | 91 | +#: app/helpers/folder_helper.rb:9 |
92 | msgid "Last update" | 92 | msgid "Last update" |
93 | msgstr "Última actualización" | 93 | msgstr "Última actualización" |
94 | 94 | ||
95 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 95 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
96 | msgid "(empty folder)" | 96 | msgid "(empty folder)" |
97 | msgstr "" | 97 | msgstr "" |
98 | 98 | ||
99 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 99 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
100 | msgid "Options" | 100 | msgid "Options" |
101 | msgstr "Opciones" | 101 | msgstr "Opciones" |
102 | 102 | ||
103 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 103 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
104 | msgid "This article must be published (visible to other people)" | 104 | msgid "This article must be published (visible to other people)" |
105 | msgstr "Este artículo debe ser publicado (visible a otras personas)" | 105 | msgstr "Este artículo debe ser publicado (visible a otras personas)" |
106 | 106 | ||
107 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 107 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
108 | msgid "I want this article to display the number of hits it received" | 108 | msgid "I want this article to display the number of hits it received" |
109 | msgstr "Quiero que este artículo muestre el número de visitas que recibió" | 109 | msgstr "Quiero que este artículo muestre el número de visitas que recibió" |
110 | 110 | ||
111 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 111 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
112 | #: app/views/shared/user_menu.rhtml:25 | 112 | #: app/views/shared/user_menu.rhtml:25 |
113 | #: app/views/tasks/_approve_article.rhtml:1 | 113 | #: app/views/tasks/_approve_article.rhtml:1 |
114 | msgid "New article" | 114 | msgid "New article" |
115 | msgstr "Nuevo artículo" | 115 | msgstr "Nuevo artículo" |
116 | 116 | ||
117 | -#: app/helpers/folder_helper.rb:69 | 117 | +#: app/helpers/folder_helper.rb:71 |
118 | msgid "Edit folder" | 118 | msgid "Edit folder" |
119 | msgstr "Editar carpeta" | 119 | msgstr "Editar carpeta" |
120 | 120 | ||
@@ -125,22 +125,18 @@ msgstr "Editar carpeta" | @@ -125,22 +125,18 @@ msgstr "Editar carpeta" | ||
125 | msgid "Articles" | 125 | msgid "Articles" |
126 | msgstr "Artículos" | 126 | msgstr "Artículos" |
127 | 127 | ||
128 | -#: app/helpers/assets_helper.rb:8 | 128 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
129 | #: app/controllers/public/search_controller.rb:132 | 129 | #: app/controllers/public/search_controller.rb:132 |
130 | #: app/controllers/public/search_controller.rb:203 | 130 | #: app/controllers/public/search_controller.rb:203 |
131 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 131 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
132 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
133 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
134 | msgid "People" | 132 | msgid "People" |
135 | msgstr "Gente" | 133 | msgstr "Gente" |
136 | 134 | ||
137 | -#: app/helpers/assets_helper.rb:9 | 135 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
138 | #: app/controllers/public/search_controller.rb:134 | 136 | #: app/controllers/public/search_controller.rb:134 |
139 | #: app/controllers/public/search_controller.rb:205 | 137 | #: app/controllers/public/search_controller.rb:205 |
140 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 138 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
141 | #: app/views/search/_sellers_form.rhtml:8 | 139 | #: app/views/search/_sellers_form.rhtml:8 |
142 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
143 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
144 | msgid "Products" | 140 | msgid "Products" |
145 | msgstr "Productos" | 141 | msgstr "Productos" |
146 | 142 | ||
@@ -151,25 +147,22 @@ msgstr "Productos" | @@ -151,25 +147,22 @@ msgstr "Productos" | ||
151 | #: app/views/content_viewer/_person.rhtml:37 | 147 | #: app/views/content_viewer/_person.rhtml:37 |
152 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 148 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
153 | #: app/views/profile/_person.rhtml:37 | 149 | #: app/views/profile/_person.rhtml:37 |
154 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
155 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
156 | msgid "Enterprises" | 150 | msgid "Enterprises" |
157 | msgstr "Empresas" | 151 | msgstr "Empresas" |
158 | 152 | ||
159 | -#: app/helpers/assets_helper.rb:11 | 153 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
154 | +#: app/helpers/application_helper.rb:1080 | ||
160 | #: app/controllers/public/search_controller.rb:133 | 155 | #: app/controllers/public/search_controller.rb:133 |
161 | #: app/controllers/public/search_controller.rb:207 | 156 | #: app/controllers/public/search_controller.rb:207 |
162 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 157 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
163 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 158 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
164 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
165 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
166 | msgid "Communities" | 159 | msgid "Communities" |
167 | msgstr "Comunidades" | 160 | msgstr "Comunidades" |
168 | 161 | ||
169 | #: app/helpers/assets_helper.rb:12 | 162 | #: app/helpers/assets_helper.rb:12 |
170 | #: app/controllers/public/search_controller.rb:135 | 163 | #: app/controllers/public/search_controller.rb:135 |
171 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
172 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 164 | +#: public/designs/themes/base/navigation.rhtml:7 |
165 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
173 | msgid "Events" | 166 | msgid "Events" |
174 | msgstr "Eventos" | 167 | msgstr "Eventos" |
175 | 168 | ||
@@ -940,77 +933,172 @@ msgstr "Principales Categorías de Productos" | @@ -940,77 +933,172 @@ msgstr "Principales Categorías de Productos" | ||
940 | msgid "Click on this icon to add <b>%s</b> to your network" | 933 | msgid "Click on this icon to add <b>%s</b> to your network" |
941 | msgstr "Haga clic en este icono para ir a la página de inicio de <b>%s</b>" | 934 | msgstr "Haga clic en este icono para ir a la página de inicio de <b>%s</b>" |
942 | 935 | ||
943 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 936 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
937 | +#: app/helpers/application_helper.rb:500 | ||
938 | +#, fuzzy | ||
939 | +msgid "Home Page" | ||
940 | +msgstr "Inicio" | ||
941 | + | ||
942 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
943 | +#: app/models/profile_categorization.rb:- | ||
944 | +msgid "Profile" | ||
945 | +msgstr "Perfil" | ||
946 | + | ||
947 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
948 | +#: app/views/content_viewer/_person.rhtml:51 | ||
949 | +#: app/views/profile/_person.rhtml:51 | ||
950 | +msgid "Friends" | ||
951 | +msgstr "Amigos" | ||
952 | + | ||
953 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
954 | +#: app/models/members_block.rb:4 | ||
955 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
956 | +#: app/views/profile/_organization.rhtml:6 | ||
957 | +msgid "Members" | ||
958 | +msgstr "Miembros" | ||
959 | + | ||
960 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
961 | +msgid "Agenda" | ||
962 | +msgstr "" | ||
963 | + | ||
964 | +#: app/helpers/application_helper.rb:524 | ||
965 | +#, fuzzy | ||
966 | +msgid "Profile links" | ||
967 | +msgstr "Perfil" | ||
968 | + | ||
969 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
944 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 970 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
945 | msgstr "Haga clic en este icono para ir a la página de inicio de <b>%s</b>" | 971 | msgstr "Haga clic en este icono para ir a la página de inicio de <b>%s</b>" |
946 | 972 | ||
947 | -#: app/helpers/application_helper.rb:513 | 973 | +#: app/helpers/application_helper.rb:545 |
948 | #, fuzzy | 974 | #, fuzzy |
949 | msgid "1 member" | 975 | msgid "1 member" |
950 | msgid_plural "%s members" | 976 | msgid_plural "%s members" |
951 | msgstr[0] "Nuevo miembro" | 977 | msgstr[0] "Nuevo miembro" |
952 | msgstr[1] "Nuevo miembro" | 978 | msgstr[1] "Nuevo miembro" |
953 | 979 | ||
954 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 980 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
955 | #: app/views/content_viewer/view_page.rhtml:97 | 981 | #: app/views/content_viewer/view_page.rhtml:97 |
956 | msgid "Categories" | 982 | msgid "Categories" |
957 | msgstr "Categorías" | 983 | msgstr "Categorías" |
958 | 984 | ||
959 | -#: app/helpers/application_helper.rb:574 | 985 | +#: app/helpers/application_helper.rb:606 |
960 | msgid "open" | 986 | msgid "open" |
961 | msgstr "abrir" | 987 | msgstr "abrir" |
962 | 988 | ||
963 | -#: app/helpers/application_helper.rb:613 | 989 | +#: app/helpers/application_helper.rb:645 |
964 | #: app/views/layouts/application-ng.rhtml:63 | 990 | #: app/views/layouts/application-ng.rhtml:63 |
965 | #: app/views/layouts/application-ng.rhtml:65 | 991 | #: app/views/layouts/application-ng.rhtml:65 |
966 | #: app/views/layouts/application-ng.rhtml:68 | 992 | #: app/views/layouts/application-ng.rhtml:68 |
967 | msgid "Search..." | 993 | msgid "Search..." |
968 | msgstr "Buscar..." | 994 | msgstr "Buscar..." |
969 | 995 | ||
970 | -#: app/helpers/application_helper.rb:615 | 996 | +#: app/helpers/application_helper.rb:647 |
971 | msgid "This is a search box. Click, write your query, and press enter to find" | 997 | msgid "This is a search box. Click, write your query, and press enter to find" |
972 | msgstr "" | 998 | msgstr "" |
973 | "Esta es una caja de búsqueda. Seleccione aquí, escriba su consulta y " | 999 | "Esta es una caja de búsqueda. Seleccione aquí, escriba su consulta y " |
974 | "presione enter para buscar." | 1000 | "presione enter para buscar." |
975 | 1001 | ||
976 | -#: app/helpers/application_helper.rb:616 | 1002 | +#: app/helpers/application_helper.rb:648 |
977 | msgid "Click, write and press enter to find" | 1003 | msgid "Click, write and press enter to find" |
978 | msgstr "Seleccione aquí, escriba y presione enter para buscar" | 1004 | msgstr "Seleccione aquí, escriba y presione enter para buscar" |
979 | 1005 | ||
980 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 1006 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
981 | #: app/views/region_validators/region.rhtml:23 | 1007 | #: app/views/region_validators/region.rhtml:23 |
982 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 1008 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
983 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 1009 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
984 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 1010 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
985 | #: app/views/profile_members/add_members.rhtml:5 | 1011 | #: app/views/profile_members/add_members.rhtml:5 |
1012 | +#: app/views/browse/_search_form.rhtml:7 | ||
986 | msgid "Search" | 1013 | msgid "Search" |
987 | msgstr "Buscar" | 1014 | msgstr "Buscar" |
988 | 1015 | ||
989 | -#: app/helpers/application_helper.rb:814 | 1016 | +#: app/helpers/application_helper.rb:846 |
990 | msgid "Searched for '%s'" | 1017 | msgid "Searched for '%s'" |
991 | msgstr "Buscado por '%s'" | 1018 | msgstr "Buscado por '%s'" |
992 | 1019 | ||
993 | -#: app/helpers/application_helper.rb:815 | 1020 | +#: app/helpers/application_helper.rb:847 |
994 | msgid "In category %s" | 1021 | msgid "In category %s" |
995 | msgstr "En la categoría %s" | 1022 | msgstr "En la categoría %s" |
996 | 1023 | ||
997 | -#: app/helpers/application_helper.rb:816 | 1024 | +#: app/helpers/application_helper.rb:848 |
998 | msgid "within %d km from %s" | 1025 | msgid "within %d km from %s" |
999 | msgstr "a menos de %d km de %s" | 1026 | msgstr "a menos de %d km de %s" |
1000 | 1027 | ||
1001 | -#: app/helpers/application_helper.rb:817 | 1028 | +#: app/helpers/application_helper.rb:849 |
1002 | msgid "%d results found" | 1029 | msgid "%d results found" |
1003 | msgstr "%d resultados encontrados" | 1030 | msgstr "%d resultados encontrados" |
1004 | 1031 | ||
1005 | -#: app/helpers/application_helper.rb:823 | 1032 | +#: app/helpers/application_helper.rb:855 |
1006 | #, fuzzy | 1033 | #, fuzzy |
1007 | msgid "In all categories" | 1034 | msgid "In all categories" |
1008 | msgstr "En la categoría %s" | 1035 | msgstr "En la categoría %s" |
1009 | 1036 | ||
1010 | -#: app/helpers/application_helper.rb:908 | 1037 | +#: app/helpers/application_helper.rb:940 |
1011 | msgid "Online Manual" | 1038 | msgid "Online Manual" |
1012 | msgstr "" | 1039 | msgstr "" |
1013 | 1040 | ||
1041 | +#: app/helpers/application_helper.rb:1056 | ||
1042 | +#, fuzzy | ||
1043 | +msgid "people|More Recent" | ||
1044 | +msgstr "Nueva solicitud" | ||
1045 | + | ||
1046 | +#: app/helpers/application_helper.rb:1057 | ||
1047 | +#, fuzzy | ||
1048 | +msgid "people|More Active" | ||
1049 | +msgstr "Activo" | ||
1050 | + | ||
1051 | +#: app/helpers/application_helper.rb:1058 | ||
1052 | +#, fuzzy | ||
1053 | +msgid "people|More Popular" | ||
1054 | +msgstr "Personas y Grupos" | ||
1055 | + | ||
1056 | +#: app/helpers/application_helper.rb:1061 | ||
1057 | +#, fuzzy | ||
1058 | +msgid "My friends" | ||
1059 | +msgstr "amigos" | ||
1060 | + | ||
1061 | +#: app/helpers/application_helper.rb:1062 | ||
1062 | +#, fuzzy | ||
1063 | +msgid "Invite friends" | ||
1064 | +msgstr "amigos" | ||
1065 | + | ||
1066 | +#: app/helpers/application_helper.rb:1066 | ||
1067 | +#, fuzzy | ||
1068 | +msgid "People Menu" | ||
1069 | +msgstr "Gente" | ||
1070 | + | ||
1071 | +#: app/helpers/application_helper.rb:1071 | ||
1072 | +#, fuzzy | ||
1073 | +msgid "communities|More Recent" | ||
1074 | +msgstr "Comunidades" | ||
1075 | + | ||
1076 | +#: app/helpers/application_helper.rb:1072 | ||
1077 | +#, fuzzy | ||
1078 | +msgid "communities|More Active" | ||
1079 | +msgstr "Comunidades" | ||
1080 | + | ||
1081 | +#: app/helpers/application_helper.rb:1073 | ||
1082 | +#, fuzzy | ||
1083 | +msgid "communities|More Popular" | ||
1084 | +msgstr "Comunidades" | ||
1085 | + | ||
1086 | +#: app/helpers/application_helper.rb:1076 | ||
1087 | +#, fuzzy | ||
1088 | +msgid "My communities" | ||
1089 | +msgstr "Comunidades" | ||
1090 | + | ||
1091 | +#: app/helpers/application_helper.rb:1077 | ||
1092 | +#: app/views/search/communities.rhtml:24 | ||
1093 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1094 | +msgid "New community" | ||
1095 | +msgstr "" | ||
1096 | + | ||
1097 | +#: app/helpers/application_helper.rb:1081 | ||
1098 | +#, fuzzy | ||
1099 | +msgid "Communities Menu" | ||
1100 | +msgstr "Comunidades" | ||
1101 | + | ||
1014 | #: app/helpers/display_helper.rb:4 | 1102 | #: app/helpers/display_helper.rb:4 |
1015 | msgid "No product" | 1103 | msgid "No product" |
1016 | msgstr "Ningún producto" | 1104 | msgstr "Ningún producto" |
@@ -1214,35 +1302,62 @@ msgstr "" | @@ -1214,35 +1302,62 @@ msgstr "" | ||
1214 | msgid "Comment succesfully deleted" | 1302 | msgid "Comment succesfully deleted" |
1215 | msgstr "El comentario fue eliminado correctamente" | 1303 | msgstr "El comentario fue eliminado correctamente" |
1216 | 1304 | ||
1217 | -#: app/controllers/public/account_controller.rb:31 | 1305 | +#: app/controllers/public/browse_controller.rb:49 |
1306 | +msgid "More recent people" | ||
1307 | +msgstr "" | ||
1308 | + | ||
1309 | +#: app/controllers/public/browse_controller.rb:50 | ||
1310 | +msgid "More active people" | ||
1311 | +msgstr "" | ||
1312 | + | ||
1313 | +#: app/controllers/public/browse_controller.rb:51 | ||
1314 | +msgid "More popular people" | ||
1315 | +msgstr "" | ||
1316 | + | ||
1317 | +#: app/controllers/public/browse_controller.rb:52 | ||
1318 | +#, fuzzy | ||
1319 | +msgid "More recent communities" | ||
1320 | +msgstr "Comunidades" | ||
1321 | + | ||
1322 | +#: app/controllers/public/browse_controller.rb:53 | ||
1323 | +#, fuzzy | ||
1324 | +msgid "More active communities" | ||
1325 | +msgstr "Comunidades" | ||
1326 | + | ||
1327 | +#: app/controllers/public/browse_controller.rb:54 | ||
1328 | +#, fuzzy | ||
1329 | +msgid "More popular communities" | ||
1330 | +msgstr "Comunidades" | ||
1331 | + | ||
1332 | +#: app/controllers/public/account_controller.rb:33 | ||
1218 | msgid "Logged in successfully" | 1333 | msgid "Logged in successfully" |
1219 | msgstr "Ingresó exitosamente" | 1334 | msgstr "Ingresó exitosamente" |
1220 | 1335 | ||
1221 | -#: app/controllers/public/account_controller.rb:34 | 1336 | +#: app/controllers/public/account_controller.rb:36 |
1222 | msgid "Incorrect username or password" | 1337 | msgid "Incorrect username or password" |
1223 | msgstr "Nombre de usuario o contraseña incorrecta." | 1338 | msgstr "Nombre de usuario o contraseña incorrecta." |
1224 | 1339 | ||
1225 | -#: app/controllers/public/account_controller.rb:71 | 1340 | +#: app/controllers/public/account_controller.rb:73 |
1226 | msgid "Thanks for signing up!" | 1341 | msgid "Thanks for signing up!" |
1227 | msgstr "¡Gracias por ingresar!" | 1342 | msgstr "¡Gracias por ingresar!" |
1228 | 1343 | ||
1229 | -#: app/controllers/public/account_controller.rb:110 | 1344 | +#: app/controllers/public/account_controller.rb:112 |
1230 | msgid "You have been logged out." | 1345 | msgid "You have been logged out." |
1231 | msgstr "Has salido de la sesión." | 1346 | msgstr "Has salido de la sesión." |
1232 | 1347 | ||
1233 | -#: app/controllers/public/account_controller.rb:121 | 1348 | +#: app/controllers/public/account_controller.rb:123 |
1234 | msgid "Your password has been changed successfully!" | 1349 | msgid "Your password has been changed successfully!" |
1235 | msgstr "¡Tu contraseña fue modificada correctamente!" | 1350 | msgstr "¡Tu contraseña fue modificada correctamente!" |
1236 | 1351 | ||
1237 | -#: app/controllers/public/account_controller.rb:124 | 1352 | +#: app/controllers/public/account_controller.rb:126 |
1238 | msgid "The supplied current password is incorrect." | 1353 | msgid "The supplied current password is incorrect." |
1239 | msgstr "La contraseña ingresada es incorrecta." | 1354 | msgstr "La contraseña ingresada es incorrecta." |
1240 | 1355 | ||
1241 | -#: app/controllers/public/account_controller.rb:226 | 1356 | +#: app/controllers/public/account_controller.rb:228 |
1242 | msgid "Available!" | 1357 | msgid "Available!" |
1243 | msgstr "" | 1358 | msgstr "" |
1244 | 1359 | ||
1245 | -#: app/controllers/public/account_controller.rb:229 | 1360 | +#: app/controllers/public/account_controller.rb:231 |
1246 | msgid "Unavailable!" | 1361 | msgid "Unavailable!" |
1247 | msgstr "" | 1362 | msgstr "" |
1248 | 1363 | ||
@@ -1454,7 +1569,7 @@ msgstr "Comunidades" | @@ -1454,7 +1569,7 @@ msgstr "Comunidades" | ||
1454 | msgid "Enterprise" | 1569 | msgid "Enterprise" |
1455 | msgstr "Empresa" | 1570 | msgstr "Empresa" |
1456 | 1571 | ||
1457 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1572 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1458 | msgid "Organization website" | 1573 | msgid "Organization website" |
1459 | msgstr "Sitio web de la organización" | 1574 | msgstr "Sitio web de la organización" |
1460 | 1575 | ||
@@ -1466,17 +1581,17 @@ msgstr "" | @@ -1466,17 +1581,17 @@ msgstr "" | ||
1466 | msgid "Activities short description" | 1581 | msgid "Activities short description" |
1467 | msgstr "" | 1582 | msgstr "" |
1468 | 1583 | ||
1469 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1584 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1470 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1585 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1471 | msgid "City" | 1586 | msgid "City" |
1472 | msgstr "Ciudad" | 1587 | msgstr "Ciudad" |
1473 | 1588 | ||
1474 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1589 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1475 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1590 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1476 | msgid "State" | 1591 | msgid "State" |
1477 | msgstr "Provincia" | 1592 | msgstr "Provincia" |
1478 | 1593 | ||
1479 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1594 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1480 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1595 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1481 | #: app/views/profile_editor/_person_form.rhtml:21 | 1596 | #: app/views/profile_editor/_person_form.rhtml:21 |
1482 | #: app/views/maps/edit_location.rhtml:6 | 1597 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1512,12 +1627,6 @@ msgstr "Se publicó una referencia a otro artículo en otro perfil" | @@ -1512,12 +1627,6 @@ msgstr "Se publicó una referencia a otro artículo en otro perfil" | ||
1512 | msgid "The original text was removed." | 1627 | msgid "The original text was removed." |
1513 | msgstr "" | 1628 | msgstr "" |
1514 | 1629 | ||
1515 | -#: app/models/members_block.rb:4 | ||
1516 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1517 | -#: app/views/profile/_organization.rhtml:6 | ||
1518 | -msgid "Members" | ||
1519 | -msgstr "Miembros" | ||
1520 | - | ||
1521 | #: app/models/members_block.rb:8 | 1630 | #: app/models/members_block.rb:8 |
1522 | #, fuzzy | 1631 | #, fuzzy |
1523 | msgid "{#} members" | 1632 | msgid "{#} members" |
@@ -1563,6 +1672,7 @@ msgstr "" | @@ -1563,6 +1672,7 @@ msgstr "" | ||
1563 | 1672 | ||
1564 | #: app/models/profile_list_block.rb:74 | 1673 | #: app/models/profile_list_block.rb:74 |
1565 | #: app/views/search/_display_results.rhtml:67 | 1674 | #: app/views/search/_display_results.rhtml:67 |
1675 | +#: app/views/browse/_display_results.rhtml:6 | ||
1566 | msgid "None" | 1676 | msgid "None" |
1567 | msgstr "Ninguno" | 1677 | msgstr "Ninguno" |
1568 | 1678 | ||
@@ -1836,7 +1946,7 @@ msgid "Enabled" | @@ -1836,7 +1946,7 @@ msgid "Enabled" | ||
1836 | msgstr "Habilitado" | 1946 | msgstr "Habilitado" |
1837 | 1947 | ||
1838 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1948 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1839 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1949 | +#: app/models/product.rb:- app/models/task.rb:- |
1840 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1950 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1841 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1951 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1842 | #: app/models/environment.rb:- app/models/profile.rb:- | 1952 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1845,10 +1955,10 @@ msgid "Created at" | @@ -1845,10 +1955,10 @@ msgid "Created at" | ||
1845 | msgstr "Creado el" | 1955 | msgstr "Creado el" |
1846 | 1956 | ||
1847 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1957 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1848 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1849 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1850 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1851 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1958 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1959 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1960 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1961 | +#: app/models/product_categorization.rb:- | ||
1852 | msgid "Updated at" | 1962 | msgid "Updated at" |
1853 | msgstr "Actualizado el" | 1963 | msgstr "Actualizado el" |
1854 | 1964 | ||
@@ -2055,91 +2165,108 @@ msgid_plural "%{num} communities" | @@ -2055,91 +2165,108 @@ msgid_plural "%{num} communities" | ||
2055 | msgstr[0] "Una comunidad" | 2165 | msgstr[0] "Una comunidad" |
2056 | msgstr[1] "%{num} comunidades" | 2166 | msgstr[1] "%{num} comunidades" |
2057 | 2167 | ||
2058 | -#: app/models/person.rb:24 | 2168 | +#: app/models/person.rb:30 |
2059 | msgid "An existing person cannot be renamed." | 2169 | msgid "An existing person cannot be renamed." |
2060 | msgstr "" | 2170 | msgstr "" |
2061 | 2171 | ||
2062 | -#: app/models/person.rb:30 | 2172 | +#: app/models/person.rb:36 |
2063 | msgid "friends" | 2173 | msgid "friends" |
2064 | msgstr "amigos" | 2174 | msgstr "amigos" |
2065 | 2175 | ||
2066 | -#: app/models/person.rb:30 | 2176 | +#: app/models/person.rb:36 |
2067 | msgid "work" | 2177 | msgid "work" |
2068 | msgstr "trabajo" | 2178 | msgstr "trabajo" |
2069 | 2179 | ||
2070 | -#: app/models/person.rb:30 | 2180 | +#: app/models/person.rb:36 |
2071 | msgid "school" | 2181 | msgid "school" |
2072 | msgstr "colegio" | 2182 | msgstr "colegio" |
2073 | 2183 | ||
2074 | -#: app/models/person.rb:30 | 2184 | +#: app/models/person.rb:36 |
2075 | msgid "family" | 2185 | msgid "family" |
2076 | msgstr "familia" | 2186 | msgstr "familia" |
2077 | 2187 | ||
2078 | -#: app/models/person.rb:86 | 2188 | +#: app/models/person.rb:92 |
2079 | msgid "%{fn} is mandatory" | 2189 | msgid "%{fn} is mandatory" |
2080 | msgstr "%{fn} es obligatorio" | 2190 | msgstr "%{fn} es obligatorio" |
2081 | 2191 | ||
2082 | -#: app/models/person.rb:111 | 2192 | +#: app/models/person.rb:117 |
2083 | msgid "Cell phone" | 2193 | msgid "Cell phone" |
2084 | msgstr "Celular" | 2194 | msgstr "Celular" |
2085 | 2195 | ||
2086 | -#: app/models/person.rb:111 | 2196 | +#: app/models/person.rb:117 |
2087 | msgid "Comercial phone" | 2197 | msgid "Comercial phone" |
2088 | msgstr "Teléfono comercial" | 2198 | msgstr "Teléfono comercial" |
2089 | 2199 | ||
2090 | -#: app/models/person.rb:111 | 2200 | +#: app/models/person.rb:117 |
2091 | msgid "Nationality" | 2201 | msgid "Nationality" |
2092 | msgstr "Nacionalidad" | 2202 | msgstr "Nacionalidad" |
2093 | 2203 | ||
2094 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2204 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2095 | msgid "Schooling" | 2205 | msgid "Schooling" |
2096 | msgstr "Educación" | 2206 | msgstr "Educación" |
2097 | 2207 | ||
2098 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2208 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2099 | msgid "Area of study" | 2209 | msgid "Area of study" |
2100 | msgstr "Área de estudio" | 2210 | msgstr "Área de estudio" |
2101 | 2211 | ||
2102 | -#: app/models/person.rb:111 | 2212 | +#: app/models/person.rb:117 |
2103 | msgid "Professional activity" | 2213 | msgid "Professional activity" |
2104 | msgstr "Actividad profesional" | 2214 | msgstr "Actividad profesional" |
2105 | 2215 | ||
2106 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2216 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2107 | msgid "Organization" | 2217 | msgid "Organization" |
2108 | msgstr "Organización" | 2218 | msgstr "Organización" |
2109 | 2219 | ||
2110 | -#: app/models/person.rb:114 | 2220 | +#: app/models/person.rb:120 |
2111 | msgid "Schooling status" | 2221 | msgid "Schooling status" |
2112 | msgstr "Nivel educativo" | 2222 | msgstr "Nivel educativo" |
2113 | 2223 | ||
2114 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2224 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2115 | msgid "Formation" | 2225 | msgid "Formation" |
2116 | msgstr "Educación formal" | 2226 | msgstr "Educación formal" |
2117 | 2227 | ||
2118 | -#: app/models/person.rb:117 | 2228 | +#: app/models/person.rb:123 |
2119 | msgid "Custom formation" | 2229 | msgid "Custom formation" |
2120 | msgstr "Educación informal" | 2230 | msgstr "Educación informal" |
2121 | 2231 | ||
2122 | -#: app/models/person.rb:117 | 2232 | +#: app/models/person.rb:123 |
2123 | msgid "Custom area of study" | 2233 | msgid "Custom area of study" |
2124 | msgstr "Hobbies e intereses" | 2234 | msgstr "Hobbies e intereses" |
2125 | 2235 | ||
2126 | -#: app/models/person.rb:120 | 2236 | +#: app/models/person.rb:126 |
2127 | msgid "Contact information" | 2237 | msgid "Contact information" |
2128 | msgstr "Información de contacto" | 2238 | msgstr "Información de contacto" |
2129 | 2239 | ||
2130 | -#: app/models/person.rb:120 | 2240 | +#: app/models/person.rb:126 |
2131 | msgid "Sex" | 2241 | msgid "Sex" |
2132 | msgstr "Sexo" | 2242 | msgstr "Sexo" |
2133 | 2243 | ||
2134 | -#: app/models/person.rb:120 | 2244 | +#: app/models/person.rb:126 |
2135 | msgid "Zip code" | 2245 | msgid "Zip code" |
2136 | msgstr "Código postal" | 2246 | msgstr "Código postal" |
2137 | 2247 | ||
2138 | -#: app/models/person.rb:161 | 2248 | +#: app/models/person.rb:167 |
2139 | msgid "%{fn} is already used by other user" | 2249 | msgid "%{fn} is already used by other user" |
2140 | msgstr "%{fn} ya lo tiene otro usuario" | 2250 | msgstr "%{fn} ya lo tiene otro usuario" |
2141 | 2251 | ||
2252 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2253 | +#: app/models/profile.rb:709 | ||
2254 | +#, fuzzy | ||
2255 | +msgid "none" | ||
2256 | +msgstr "Ninguno" | ||
2257 | + | ||
2258 | +#: app/models/person.rb:300 | ||
2259 | +#, fuzzy | ||
2260 | +msgid "one friend" | ||
2261 | +msgstr "Nuevo amigo(a)" | ||
2262 | + | ||
2263 | +#: app/models/person.rb:301 | ||
2264 | +#, fuzzy | ||
2265 | +msgid "%s friends" | ||
2266 | +msgstr "amigos" | ||
2267 | + | ||
2142 | #: app/models/favorite_enterprises_block.rb:4 | 2268 | #: app/models/favorite_enterprises_block.rb:4 |
2269 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2143 | #: app/views/profile_editor/index.rhtml:55 | 2270 | #: app/views/profile_editor/index.rhtml:55 |
2144 | msgid "Favorite Enterprises" | 2271 | msgid "Favorite Enterprises" |
2145 | msgstr "Empresas favoritas" | 2272 | msgstr "Empresas favoritas" |
@@ -2149,11 +2276,6 @@ msgstr "Empresas favoritas" | @@ -2149,11 +2276,6 @@ msgstr "Empresas favoritas" | ||
2149 | msgid "This block lists your favorite enterprises." | 2276 | msgid "This block lists your favorite enterprises." |
2150 | msgstr "Este bloque lista las empresas favoritas del usuario." | 2277 | msgstr "Este bloque lista las empresas favoritas del usuario." |
2151 | 2278 | ||
2152 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2153 | -#, fuzzy | ||
2154 | -msgid "Favorite enterprises" | ||
2155 | -msgstr "Empresas favoritas" | ||
2156 | - | ||
2157 | #: app/models/qualifier.rb:- | 2279 | #: app/models/qualifier.rb:- |
2158 | msgid "qualifier" | 2280 | msgid "qualifier" |
2159 | msgstr "" | 2281 | msgstr "" |
@@ -2177,8 +2299,8 @@ msgstr "Nombre" | @@ -2177,8 +2299,8 @@ msgstr "Nombre" | ||
2177 | msgid "Generic category" | 2299 | msgid "Generic category" |
2178 | msgstr "Categoría General" | 2300 | msgstr "Categoría General" |
2179 | 2301 | ||
2180 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2181 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2302 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2303 | +#: app/models/product_categorization.rb:- | ||
2182 | #: app/views/manage_products/index.rhtml:5 | 2304 | #: app/views/manage_products/index.rhtml:5 |
2183 | msgid "Product" | 2305 | msgid "Product" |
2184 | msgstr "Producto" | 2306 | msgstr "Producto" |
@@ -2197,10 +2319,6 @@ msgstr "Este bloque presenta la imagen del perfil" | @@ -2197,10 +2319,6 @@ msgstr "Este bloque presenta la imagen del perfil" | ||
2197 | msgid "input" | 2319 | msgid "input" |
2198 | msgstr "" | 2320 | msgstr "" |
2199 | 2321 | ||
2200 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2201 | -msgid "Product category" | ||
2202 | -msgstr "Categoría de producto" | ||
2203 | - | ||
2204 | #: app/models/profile_categorization.rb:- | 2322 | #: app/models/profile_categorization.rb:- |
2205 | msgid "categories profile" | 2323 | msgid "categories profile" |
2206 | msgstr "" | 2324 | msgstr "" |
@@ -2209,10 +2327,6 @@ msgstr "" | @@ -2209,10 +2327,6 @@ msgstr "" | ||
2209 | msgid "profilecategorization" | 2327 | msgid "profilecategorization" |
2210 | msgstr "" | 2328 | msgstr "" |
2211 | 2329 | ||
2212 | -#: app/models/profile_categorization.rb:- | ||
2213 | -msgid "Profile" | ||
2214 | -msgstr "Perfil" | ||
2215 | - | ||
2216 | #: app/models/tags_block.rb:10 | 2330 | #: app/models/tags_block.rb:10 |
2217 | #, fuzzy | 2331 | #, fuzzy |
2218 | msgid "Tags" | 2332 | msgid "Tags" |
@@ -2249,11 +2363,6 @@ msgid "" | @@ -2249,11 +2363,6 @@ msgid "" | ||
2249 | "friend." | 2363 | "friend." |
2250 | msgstr "" | 2364 | msgstr "" |
2251 | 2365 | ||
2252 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2253 | -#: app/views/profile/_person.rhtml:51 | ||
2254 | -msgid "Friends" | ||
2255 | -msgstr "Amigos" | ||
2256 | - | ||
2257 | #: app/models/friends_block.rb:8 | 2366 | #: app/models/friends_block.rb:8 |
2258 | #, fuzzy | 2367 | #, fuzzy |
2259 | msgid "{#} friend" | 2368 | msgid "{#} friend" |
@@ -2297,6 +2406,10 @@ msgstr "" | @@ -2297,6 +2406,10 @@ msgstr "" | ||
2297 | msgid "product" | 2406 | msgid "product" |
2298 | msgstr "producto" | 2407 | msgstr "producto" |
2299 | 2408 | ||
2409 | +#: app/models/product.rb:- | ||
2410 | +msgid "Product category" | ||
2411 | +msgstr "Categoría de producto" | ||
2412 | + | ||
2300 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2413 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2301 | msgid "Price" | 2414 | msgid "Price" |
2302 | msgstr "Precio" | 2415 | msgstr "Precio" |
@@ -2420,29 +2533,29 @@ msgstr "" | @@ -2420,29 +2533,29 @@ msgstr "" | ||
2420 | msgid "This block presents a login/logout block." | 2533 | msgid "This block presents a login/logout block." |
2421 | msgstr "" | 2534 | msgstr "" |
2422 | 2535 | ||
2423 | -#: app/models/uploaded_file.rb:33 | 2536 | +#: app/models/uploaded_file.rb:35 |
2424 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2537 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2425 | msgstr "" | 2538 | msgstr "" |
2426 | 2539 | ||
2427 | -#: app/models/uploaded_file.rb:44 | 2540 | +#: app/models/uploaded_file.rb:46 |
2428 | msgid "Uploaded file" | 2541 | msgid "Uploaded file" |
2429 | msgstr "" | 2542 | msgstr "" |
2430 | 2543 | ||
2431 | -#: app/models/uploaded_file.rb:48 | 2544 | +#: app/models/uploaded_file.rb:50 |
2432 | msgid "Upload any kind of file you want." | 2545 | msgid "Upload any kind of file you want." |
2433 | msgstr "" | 2546 | msgstr "" |
2434 | 2547 | ||
2435 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2548 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2436 | #, fuzzy | 2549 | #, fuzzy |
2437 | msgid "« Previous" | 2550 | msgid "« Previous" |
2438 | msgstr "Anterior" | 2551 | msgstr "Anterior" |
2439 | 2552 | ||
2440 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2553 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2441 | #, fuzzy | 2554 | #, fuzzy |
2442 | msgid "Next »" | 2555 | msgid "Next »" |
2443 | msgstr "Entradas más recientes »" | 2556 | msgstr "Entradas más recientes »" |
2444 | 2557 | ||
2445 | -#: app/models/uploaded_file.rb:85 | 2558 | +#: app/models/uploaded_file.rb:87 |
2446 | msgid "image %d of %d" | 2559 | msgid "image %d of %d" |
2447 | msgstr "" | 2560 | msgstr "" |
2448 | 2561 | ||
@@ -2838,7 +2951,11 @@ msgstr "Un administrador debe aprobar las nuevas organizaciones" | @@ -2838,7 +2951,11 @@ msgstr "Un administrador debe aprobar las nuevas organizaciones" | ||
2838 | msgid "Enterprises are disabled when created" | 2951 | msgid "Enterprises are disabled when created" |
2839 | msgstr "" | 2952 | msgstr "" |
2840 | 2953 | ||
2841 | -#: app/models/environment.rb:461 | 2954 | +#: app/models/environment.rb:111 |
2955 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2956 | +msgstr "" | ||
2957 | + | ||
2958 | +#: app/models/environment.rb:462 | ||
2842 | msgid "Only one Virtual Community can be the default one" | 2959 | msgid "Only one Virtual Community can be the default one" |
2843 | msgstr "" | 2960 | msgstr "" |
2844 | 2961 | ||
@@ -2887,7 +3004,7 @@ msgstr "" | @@ -2887,7 +3004,7 @@ msgstr "" | ||
2887 | msgid "Nickname" | 3004 | msgid "Nickname" |
2888 | msgstr "Apodo" | 3005 | msgstr "Apodo" |
2889 | 3006 | ||
2890 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 3007 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2891 | msgid "Public profile" | 3008 | msgid "Public profile" |
2892 | msgstr "Perfil público" | 3009 | msgstr "Perfil público" |
2893 | 3010 | ||
@@ -2962,33 +3079,58 @@ msgstr "Todo el contenido" | @@ -2962,33 +3079,58 @@ msgstr "Todo el contenido" | ||
2962 | msgid "Invite members" | 3079 | msgid "Invite members" |
2963 | msgstr "Nuevo miembro" | 3080 | msgstr "Nuevo miembro" |
2964 | 3081 | ||
2965 | -#: app/models/profile.rb:436 | 3082 | +#: app/models/profile.rb:452 |
2966 | msgid "My home page" | 3083 | msgid "My home page" |
2967 | msgstr "" | 3084 | msgstr "" |
2968 | 3085 | ||
2969 | -#: app/models/profile.rb:436 | 3086 | +#: app/models/profile.rb:452 |
2970 | msgid "" | 3087 | msgid "" |
2971 | "<p>This is a default homepage created for me. It can be changed though the " | 3088 | "<p>This is a default homepage created for me. It can be changed though the " |
2972 | "control panel.</p>" | 3089 | "control panel.</p>" |
2973 | msgstr "" | 3090 | msgstr "" |
2974 | 3091 | ||
2975 | -#: app/models/profile.rb:447 | 3092 | +#: app/models/profile.rb:463 |
2976 | msgid "Intranet" | 3093 | msgid "Intranet" |
2977 | msgstr "" | 3094 | msgstr "" |
2978 | 3095 | ||
2979 | -#: app/models/profile.rb:490 | 3096 | +#: app/models/profile.rb:506 |
2980 | msgid "%s can't has members" | 3097 | msgid "%s can't has members" |
2981 | msgstr "" | 3098 | msgstr "" |
2982 | 3099 | ||
2983 | -#: app/models/profile.rb:507 | 3100 | +#: app/models/profile.rb:523 |
2984 | msgid "%s can't has moderators" | 3101 | msgid "%s can't has moderators" |
2985 | msgstr "" | 3102 | msgstr "" |
2986 | 3103 | ||
2987 | -#: app/models/profile.rb:592 | 3104 | +#: app/models/profile.rb:608 |
2988 | #, fuzzy | 3105 | #, fuzzy |
2989 | msgid "Private profile" | 3106 | msgid "Private profile" |
2990 | msgstr "Perfil público" | 3107 | msgstr "Perfil público" |
2991 | 3108 | ||
3109 | +#: app/models/profile.rb:695 | ||
3110 | +#, fuzzy | ||
3111 | +msgid "Since: " | ||
3112 | +msgstr "Precio: " | ||
3113 | + | ||
3114 | +#: app/models/profile.rb:702 | ||
3115 | +#, fuzzy | ||
3116 | +msgid "one article" | ||
3117 | +msgstr "Nuevo artículo" | ||
3118 | + | ||
3119 | +#: app/models/profile.rb:703 | ||
3120 | +#, fuzzy | ||
3121 | +msgid "%s articles" | ||
3122 | +msgstr "artículo" | ||
3123 | + | ||
3124 | +#: app/models/profile.rb:710 | ||
3125 | +#, fuzzy | ||
3126 | +msgid "one member" | ||
3127 | +msgstr "Nuevo miembro" | ||
3128 | + | ||
3129 | +#: app/models/profile.rb:711 | ||
3130 | +#, fuzzy | ||
3131 | +msgid "%s members" | ||
3132 | +msgstr "Nuevo miembro" | ||
3133 | + | ||
2992 | #: app/models/blog.rb:19 | 3134 | #: app/models/blog.rb:19 |
2993 | msgid "A blog, inside which you can put other articles." | 3135 | msgid "A blog, inside which you can put other articles." |
2994 | msgstr "" | 3136 | msgstr "" |
@@ -3016,19 +3158,19 @@ msgstr "" | @@ -3016,19 +3158,19 @@ msgstr "" | ||
3016 | msgid "Updated: %s" | 3158 | msgid "Updated: %s" |
3017 | msgstr "Actualizado el" | 3159 | msgstr "Actualizado el" |
3018 | 3160 | ||
3019 | -#: app/models/rss_feed.rb:70 | 3161 | +#: app/models/rss_feed.rb:78 |
3020 | msgid "%s's RSS feed" | 3162 | msgid "%s's RSS feed" |
3021 | msgstr "" | 3163 | msgstr "" |
3022 | 3164 | ||
3023 | -#: app/models/rss_feed.rb:71 | 3165 | +#: app/models/rss_feed.rb:79 |
3024 | msgid "%s's content published at %s" | 3166 | msgid "%s's content published at %s" |
3025 | msgstr "" | 3167 | msgstr "" |
3026 | 3168 | ||
3027 | -#: app/models/rss_feed.rb:77 | 3169 | +#: app/models/rss_feed.rb:85 |
3028 | msgid "RSS Feed" | 3170 | msgid "RSS Feed" |
3029 | msgstr "" | 3171 | msgstr "" |
3030 | 3172 | ||
3031 | -#: app/models/rss_feed.rb:81 | 3173 | +#: app/models/rss_feed.rb:89 |
3032 | msgid "Provides a news feed of your more recent articles." | 3174 | msgid "Provides a news feed of your more recent articles." |
3033 | msgstr "" | 3175 | msgstr "" |
3034 | 3176 | ||
@@ -3646,7 +3788,8 @@ msgid "redirecting..." | @@ -3646,7 +3788,8 @@ msgid "redirecting..." | ||
3646 | msgstr "" | 3788 | msgstr "" |
3647 | 3789 | ||
3648 | #: app/views/favorite_enterprises/index.rhtml:3 | 3790 | #: app/views/favorite_enterprises/index.rhtml:3 |
3649 | -msgid "%s's favorite enteprises" | 3791 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3792 | +msgid "%s's favorite enterprises" | ||
3650 | msgstr "" | 3793 | msgstr "" |
3651 | 3794 | ||
3652 | #: app/views/favorite_enterprises/index.rhtml:12 | 3795 | #: app/views/favorite_enterprises/index.rhtml:12 |
@@ -3656,8 +3799,9 @@ msgid "remove" | @@ -3656,8 +3799,9 @@ msgid "remove" | ||
3656 | msgstr "" | 3799 | msgstr "" |
3657 | 3800 | ||
3658 | #: app/views/favorite_enterprises/index.rhtml:24 | 3801 | #: app/views/favorite_enterprises/index.rhtml:24 |
3659 | -msgid "You have no favorite enteprises yet." | ||
3660 | -msgstr "" | 3802 | +#, fuzzy |
3803 | +msgid "You have no favorite enterprises yet." | ||
3804 | +msgstr "Usted aún no tiene contactos." | ||
3661 | 3805 | ||
3662 | #: app/views/favorite_enterprises/add.rhtml:1 | 3806 | #: app/views/favorite_enterprises/add.rhtml:1 |
3663 | msgid "Adding %s as a favorite enterprise" | 3807 | msgid "Adding %s as a favorite enterprise" |
@@ -4375,7 +4519,7 @@ msgstr "" | @@ -4375,7 +4519,7 @@ msgstr "" | ||
4375 | msgid "Create a new community" | 4519 | msgid "Create a new community" |
4376 | msgstr "" | 4520 | msgstr "" |
4377 | 4521 | ||
4378 | -#: app/views/memberships/index.rhtml:7 | 4522 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4379 | #, fuzzy | 4523 | #, fuzzy |
4380 | msgid "Register a new enterprise" | 4524 | msgid "Register a new enterprise" |
4381 | msgstr "Registrar una nueva Institución" | 4525 | msgstr "Registrar una nueva Institución" |
@@ -4687,14 +4831,26 @@ msgstr "Ciudad y provincia" | @@ -4687,14 +4831,26 @@ msgstr "Ciudad y provincia" | ||
4687 | msgid "Message:" | 4831 | msgid "Message:" |
4688 | msgstr "" | 4832 | msgstr "" |
4689 | 4833 | ||
4690 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4691 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4692 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4693 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4694 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4695 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4834 | +#: app/views/contact/sender/mail.rhtml:12 |
4835 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4836 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4837 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4838 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4839 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4696 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4840 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4697 | -msgid "%s environment system" | 4841 | +#, fuzzy |
4842 | +msgid "Greetings," | ||
4843 | +msgstr "Verde" | ||
4844 | + | ||
4845 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4846 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4847 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4848 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4849 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4850 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4851 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4852 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4853 | +msgid "%s team." | ||
4698 | msgstr "" | 4854 | msgstr "" |
4699 | 4855 | ||
4700 | #: app/views/comment/notifier/mail.rhtml:1 | 4856 | #: app/views/comment/notifier/mail.rhtml:1 |
@@ -4708,6 +4864,16 @@ msgid "" | @@ -4708,6 +4864,16 @@ msgid "" | ||
4708 | msgstr "" | 4864 | msgstr "" |
4709 | 4865 | ||
4710 | #: app/views/comment/notifier/mail.rhtml:5 | 4866 | #: app/views/comment/notifier/mail.rhtml:5 |
4867 | +#, fuzzy | ||
4868 | +msgid "Title: %s" | ||
4869 | +msgstr "Ticket: %s" | ||
4870 | + | ||
4871 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4872 | +#, fuzzy | ||
4873 | +msgid "Comment:" | ||
4874 | +msgstr "comentario" | ||
4875 | + | ||
4876 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4711 | msgid "Access the address below to view this comment:" | 4877 | msgid "Access the address below to view this comment:" |
4712 | msgstr "" | 4878 | msgstr "" |
4713 | 4879 | ||
@@ -5014,11 +5180,6 @@ msgstr "" | @@ -5014,11 +5180,6 @@ msgstr "" | ||
5014 | msgid "Choose the communities you want to join and/or create your own." | 5180 | msgid "Choose the communities you want to join and/or create your own." |
5015 | msgstr "" | 5181 | msgstr "" |
5016 | 5182 | ||
5017 | -#: app/views/search/communities.rhtml:24 | ||
5018 | -#: app/views/tasks/_create_community.rhtml:1 | ||
5019 | -msgid "New community" | ||
5020 | -msgstr "" | ||
5021 | - | ||
5022 | #: app/views/search/_comment.rhtml:16 | 5183 | #: app/views/search/_comment.rhtml:16 |
5023 | msgid "by %{author} on \"%{article}\"" | 5184 | msgid "by %{author} on \"%{article}\"" |
5024 | msgstr "" | 5185 | msgstr "" |
@@ -6230,10 +6391,6 @@ msgstr "" | @@ -6230,10 +6391,6 @@ msgstr "" | ||
6230 | msgid "Yes, I want to join." | 6391 | msgid "Yes, I want to join." |
6231 | msgstr "" | 6392 | msgstr "" |
6232 | 6393 | ||
6233 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6234 | -msgid "%s's favorite enterprises" | ||
6235 | -msgstr "" | ||
6236 | - | ||
6237 | #: app/views/profile/members.rhtml:3 | 6394 | #: app/views/profile/members.rhtml:3 |
6238 | #, fuzzy | 6395 | #, fuzzy |
6239 | msgid "%s's members" | 6396 | msgid "%s's members" |
@@ -6251,10 +6408,6 @@ msgstr "" | @@ -6251,10 +6408,6 @@ msgstr "" | ||
6251 | msgid "%s's enterprises" | 6408 | msgid "%s's enterprises" |
6252 | msgstr "" | 6409 | msgstr "" |
6253 | 6410 | ||
6254 | -#: app/views/profile/enterprises.rhtml:13 | ||
6255 | -msgid "Register a new Enterprise" | ||
6256 | -msgstr "" | ||
6257 | - | ||
6258 | #: app/views/features/_manage_community_fields.rhtml:1 | 6411 | #: app/views/features/_manage_community_fields.rhtml:1 |
6259 | msgid "Manage community fields" | 6412 | msgid "Manage community fields" |
6260 | msgstr "" | 6413 | msgstr "" |
@@ -7215,6 +7368,26 @@ msgid "" | @@ -7215,6 +7368,26 @@ msgid "" | ||
7215 | msgstr "" | 7368 | msgstr "" |
7216 | 7369 | ||
7217 | #, fuzzy | 7370 | #, fuzzy |
7371 | +#~ msgid "People more popular" | ||
7372 | +#~ msgstr "Personas y Grupos" | ||
7373 | + | ||
7374 | +#, fuzzy | ||
7375 | +#~ msgid "Communities more recent" | ||
7376 | +#~ msgstr "Comunidades" | ||
7377 | + | ||
7378 | +#, fuzzy | ||
7379 | +#~ msgid "Communities more active" | ||
7380 | +#~ msgstr "Comunidades" | ||
7381 | + | ||
7382 | +#, fuzzy | ||
7383 | +#~ msgid "Communities more popular" | ||
7384 | +#~ msgstr "Comunidades" | ||
7385 | + | ||
7386 | +#, fuzzy | ||
7387 | +#~ msgid "Favorite enterprises" | ||
7388 | +#~ msgstr "Empresas favoritas" | ||
7389 | + | ||
7390 | +#, fuzzy | ||
7218 | #~ msgid "The input was not found" | 7391 | #~ msgid "The input was not found" |
7219 | #~ msgstr "%d resultados encontrados" | 7392 | #~ msgstr "%d resultados encontrados" |
7220 | 7393 | ||
@@ -7318,9 +7491,6 @@ msgstr "" | @@ -7318,9 +7491,6 @@ msgstr "" | ||
7318 | #~ msgid "A block that displays members." | 7491 | #~ msgid "A block that displays members." |
7319 | #~ msgstr "Un bloque que muestra los miembros." | 7492 | #~ msgstr "Un bloque que muestra los miembros." |
7320 | 7493 | ||
7321 | -#~ msgid "article" | ||
7322 | -#~ msgstr "artículo" | ||
7323 | - | ||
7324 | #~ msgid "Path" | 7494 | #~ msgid "Path" |
7325 | #~ msgstr "Ruta" | 7495 | #~ msgstr "Ruta" |
7326 | 7496 |
po/fr/noosfero.po
@@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
4 | # , 2009. | 4 | # , 2009. |
5 | msgid "" | 5 | msgid "" |
6 | msgstr "" | 6 | msgstr "" |
7 | -"Project-Id-Version: noosfero 0.25.0\n" | 7 | +"Project-Id-Version: noosfero 0.25.1\n" |
8 | "Report-Msgid-Bugs-To: \n" | 8 | "Report-Msgid-Bugs-To: \n" |
9 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 9 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" |
10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" | 10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" |
11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" | 11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" |
12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" | 12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" |
@@ -75,7 +75,7 @@ msgstr "" | @@ -75,7 +75,7 @@ msgstr "" | ||
75 | "boutons, etc. Elle n'affecte pas la langue du contenu créé par d'autres " | 75 | "boutons, etc. Elle n'affecte pas la langue du contenu créé par d'autres " |
76 | "utilisateurs." | 76 | "utilisateurs." |
77 | 77 | ||
78 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 78 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
79 | #: app/models/block.rb:- app/models/comment.rb:- | 79 | #: app/models/block.rb:- app/models/comment.rb:- |
80 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 80 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
81 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 81 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -87,33 +87,33 @@ msgstr "" | @@ -87,33 +87,33 @@ msgstr "" | ||
87 | msgid "Title" | 87 | msgid "Title" |
88 | msgstr "Titre" | 88 | msgstr "Titre" |
89 | 89 | ||
90 | -#: app/helpers/folder_helper.rb:7 | 90 | +#: app/helpers/folder_helper.rb:9 |
91 | msgid "Last update" | 91 | msgid "Last update" |
92 | msgstr "Dernière mise à jour" | 92 | msgstr "Dernière mise à jour" |
93 | 93 | ||
94 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 94 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
95 | msgid "(empty folder)" | 95 | msgid "(empty folder)" |
96 | msgstr "(dossier vide)" | 96 | msgstr "(dossier vide)" |
97 | 97 | ||
98 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 98 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
99 | msgid "Options" | 99 | msgid "Options" |
100 | msgstr "Options" | 100 | msgstr "Options" |
101 | 101 | ||
102 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 102 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
103 | msgid "This article must be published (visible to other people)" | 103 | msgid "This article must be published (visible to other people)" |
104 | msgstr "Cet article doit être publié (visible par d'autres)" | 104 | msgstr "Cet article doit être publié (visible par d'autres)" |
105 | 105 | ||
106 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 106 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
107 | msgid "I want this article to display the number of hits it received" | 107 | msgid "I want this article to display the number of hits it received" |
108 | msgstr "Je veux que cet article affiche le nombre de visites qu'il a reçues" | 108 | msgstr "Je veux que cet article affiche le nombre de visites qu'il a reçues" |
109 | 109 | ||
110 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 110 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
111 | #: app/views/shared/user_menu.rhtml:25 | 111 | #: app/views/shared/user_menu.rhtml:25 |
112 | #: app/views/tasks/_approve_article.rhtml:1 | 112 | #: app/views/tasks/_approve_article.rhtml:1 |
113 | msgid "New article" | 113 | msgid "New article" |
114 | msgstr "Nouvel article" | 114 | msgstr "Nouvel article" |
115 | 115 | ||
116 | -#: app/helpers/folder_helper.rb:69 | 116 | +#: app/helpers/folder_helper.rb:71 |
117 | msgid "Edit folder" | 117 | msgid "Edit folder" |
118 | msgstr "Éditer le dossier" | 118 | msgstr "Éditer le dossier" |
119 | 119 | ||
@@ -124,22 +124,18 @@ msgstr "Éditer le dossier" | @@ -124,22 +124,18 @@ msgstr "Éditer le dossier" | ||
124 | msgid "Articles" | 124 | msgid "Articles" |
125 | msgstr "Articles" | 125 | msgstr "Articles" |
126 | 126 | ||
127 | -#: app/helpers/assets_helper.rb:8 | 127 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
128 | #: app/controllers/public/search_controller.rb:132 | 128 | #: app/controllers/public/search_controller.rb:132 |
129 | #: app/controllers/public/search_controller.rb:203 | 129 | #: app/controllers/public/search_controller.rb:203 |
130 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 130 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
131 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
132 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
133 | msgid "People" | 131 | msgid "People" |
134 | msgstr "Personnes" | 132 | msgstr "Personnes" |
135 | 133 | ||
136 | -#: app/helpers/assets_helper.rb:9 | 134 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
137 | #: app/controllers/public/search_controller.rb:134 | 135 | #: app/controllers/public/search_controller.rb:134 |
138 | #: app/controllers/public/search_controller.rb:205 | 136 | #: app/controllers/public/search_controller.rb:205 |
139 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 137 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
140 | #: app/views/search/_sellers_form.rhtml:8 | 138 | #: app/views/search/_sellers_form.rhtml:8 |
141 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
142 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
143 | msgid "Products" | 139 | msgid "Products" |
144 | msgstr "Produits" | 140 | msgstr "Produits" |
145 | 141 | ||
@@ -150,25 +146,22 @@ msgstr "Produits" | @@ -150,25 +146,22 @@ msgstr "Produits" | ||
150 | #: app/views/content_viewer/_person.rhtml:37 | 146 | #: app/views/content_viewer/_person.rhtml:37 |
151 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 147 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
152 | #: app/views/profile/_person.rhtml:37 | 148 | #: app/views/profile/_person.rhtml:37 |
153 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
154 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
155 | msgid "Enterprises" | 149 | msgid "Enterprises" |
156 | msgstr "Entreprises" | 150 | msgstr "Entreprises" |
157 | 151 | ||
158 | -#: app/helpers/assets_helper.rb:11 | 152 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
153 | +#: app/helpers/application_helper.rb:1080 | ||
159 | #: app/controllers/public/search_controller.rb:133 | 154 | #: app/controllers/public/search_controller.rb:133 |
160 | #: app/controllers/public/search_controller.rb:207 | 155 | #: app/controllers/public/search_controller.rb:207 |
161 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 156 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
162 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 157 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
163 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
164 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
165 | msgid "Communities" | 158 | msgid "Communities" |
166 | msgstr "Groupes" | 159 | msgstr "Groupes" |
167 | 160 | ||
168 | #: app/helpers/assets_helper.rb:12 | 161 | #: app/helpers/assets_helper.rb:12 |
169 | #: app/controllers/public/search_controller.rb:135 | 162 | #: app/controllers/public/search_controller.rb:135 |
170 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
171 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 163 | +#: public/designs/themes/base/navigation.rhtml:7 |
164 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
172 | msgid "Events" | 165 | msgid "Events" |
173 | msgstr "Événements" | 166 | msgstr "Événements" |
174 | 167 | ||
@@ -930,78 +923,174 @@ msgid "Click on this icon to add <b>%s</b> to your network" | @@ -930,78 +923,174 @@ msgid "Click on this icon to add <b>%s</b> to your network" | ||
930 | msgstr "" | 923 | msgstr "" |
931 | "Cliquez sur cet icône pour vous rendre sur la page d'accueil de <b>%s</b>" | 924 | "Cliquez sur cet icône pour vous rendre sur la page d'accueil de <b>%s</b>" |
932 | 925 | ||
933 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 926 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
927 | +#: app/helpers/application_helper.rb:500 | ||
928 | +#, fuzzy | ||
929 | +msgid "Home Page" | ||
930 | +msgstr "Accueil" | ||
931 | + | ||
932 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
933 | +#: app/models/profile_categorization.rb:- | ||
934 | +msgid "Profile" | ||
935 | +msgstr "Profil" | ||
936 | + | ||
937 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
938 | +#: app/views/content_viewer/_person.rhtml:51 | ||
939 | +#: app/views/profile/_person.rhtml:51 | ||
940 | +msgid "Friends" | ||
941 | +msgstr "Contacts" | ||
942 | + | ||
943 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
944 | +#: app/models/members_block.rb:4 | ||
945 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
946 | +#: app/views/profile/_organization.rhtml:6 | ||
947 | +msgid "Members" | ||
948 | +msgstr "Membres" | ||
949 | + | ||
950 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
951 | +#, fuzzy | ||
952 | +msgid "Agenda" | ||
953 | +msgstr "Envoyer" | ||
954 | + | ||
955 | +#: app/helpers/application_helper.rb:524 | ||
956 | +#, fuzzy | ||
957 | +msgid "Profile links" | ||
958 | +msgstr "Profil" | ||
959 | + | ||
960 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
934 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 961 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
935 | msgstr "" | 962 | msgstr "" |
936 | "Cliquez sur cet icône pour vous rendre sur la page d'accueil de <b>%s</b>" | 963 | "Cliquez sur cet icône pour vous rendre sur la page d'accueil de <b>%s</b>" |
937 | 964 | ||
938 | -#: app/helpers/application_helper.rb:513 | 965 | +#: app/helpers/application_helper.rb:545 |
939 | #, fuzzy | 966 | #, fuzzy |
940 | msgid "1 member" | 967 | msgid "1 member" |
941 | msgid_plural "%s members" | 968 | msgid_plural "%s members" |
942 | msgstr[0] "Nouveau membre" | 969 | msgstr[0] "Nouveau membre" |
943 | msgstr[1] "Nouveau membre" | 970 | msgstr[1] "Nouveau membre" |
944 | 971 | ||
945 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 972 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
946 | #: app/views/content_viewer/view_page.rhtml:97 | 973 | #: app/views/content_viewer/view_page.rhtml:97 |
947 | msgid "Categories" | 974 | msgid "Categories" |
948 | msgstr "Catégories" | 975 | msgstr "Catégories" |
949 | 976 | ||
950 | -#: app/helpers/application_helper.rb:574 | 977 | +#: app/helpers/application_helper.rb:606 |
951 | msgid "open" | 978 | msgid "open" |
952 | msgstr "ouvrir" | 979 | msgstr "ouvrir" |
953 | 980 | ||
954 | -#: app/helpers/application_helper.rb:613 | 981 | +#: app/helpers/application_helper.rb:645 |
955 | #: app/views/layouts/application-ng.rhtml:63 | 982 | #: app/views/layouts/application-ng.rhtml:63 |
956 | #: app/views/layouts/application-ng.rhtml:65 | 983 | #: app/views/layouts/application-ng.rhtml:65 |
957 | #: app/views/layouts/application-ng.rhtml:68 | 984 | #: app/views/layouts/application-ng.rhtml:68 |
958 | msgid "Search..." | 985 | msgid "Search..." |
959 | msgstr "Chercher..." | 986 | msgstr "Chercher..." |
960 | 987 | ||
961 | -#: app/helpers/application_helper.rb:615 | 988 | +#: app/helpers/application_helper.rb:647 |
962 | msgid "This is a search box. Click, write your query, and press enter to find" | 989 | msgid "This is a search box. Click, write your query, and press enter to find" |
963 | msgstr "" | 990 | msgstr "" |
964 | "Ceci est une boîte de recherche. Cliquez, entrez votre requête et appuyez " | 991 | "Ceci est une boîte de recherche. Cliquez, entrez votre requête et appuyez " |
965 | "sur Entrée pour trouver." | 992 | "sur Entrée pour trouver." |
966 | 993 | ||
967 | -#: app/helpers/application_helper.rb:616 | 994 | +#: app/helpers/application_helper.rb:648 |
968 | msgid "Click, write and press enter to find" | 995 | msgid "Click, write and press enter to find" |
969 | msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." | 996 | msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." |
970 | 997 | ||
971 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 998 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
972 | #: app/views/region_validators/region.rhtml:23 | 999 | #: app/views/region_validators/region.rhtml:23 |
973 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 1000 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
974 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 1001 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
975 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 1002 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
976 | #: app/views/profile_members/add_members.rhtml:5 | 1003 | #: app/views/profile_members/add_members.rhtml:5 |
1004 | +#: app/views/browse/_search_form.rhtml:7 | ||
977 | msgid "Search" | 1005 | msgid "Search" |
978 | msgstr "Chercher" | 1006 | msgstr "Chercher" |
979 | 1007 | ||
980 | -#: app/helpers/application_helper.rb:814 | 1008 | +#: app/helpers/application_helper.rb:846 |
981 | msgid "Searched for '%s'" | 1009 | msgid "Searched for '%s'" |
982 | msgstr "Recherche de «%s»" | 1010 | msgstr "Recherche de «%s»" |
983 | 1011 | ||
984 | -#: app/helpers/application_helper.rb:815 | 1012 | +#: app/helpers/application_helper.rb:847 |
985 | msgid "In category %s" | 1013 | msgid "In category %s" |
986 | msgstr "Dans la catégorie %s" | 1014 | msgstr "Dans la catégorie %s" |
987 | 1015 | ||
988 | -#: app/helpers/application_helper.rb:816 | 1016 | +#: app/helpers/application_helper.rb:848 |
989 | msgid "within %d km from %s" | 1017 | msgid "within %d km from %s" |
990 | msgstr "dans les %d km de %s" | 1018 | msgstr "dans les %d km de %s" |
991 | 1019 | ||
992 | -#: app/helpers/application_helper.rb:817 | 1020 | +#: app/helpers/application_helper.rb:849 |
993 | msgid "%d results found" | 1021 | msgid "%d results found" |
994 | msgstr "%d resultats trouvés" | 1022 | msgstr "%d resultats trouvés" |
995 | 1023 | ||
996 | -#: app/helpers/application_helper.rb:823 | 1024 | +#: app/helpers/application_helper.rb:855 |
997 | #, fuzzy | 1025 | #, fuzzy |
998 | msgid "In all categories" | 1026 | msgid "In all categories" |
999 | msgstr "Désactiver les catégories" | 1027 | msgstr "Désactiver les catégories" |
1000 | 1028 | ||
1001 | -#: app/helpers/application_helper.rb:908 | 1029 | +#: app/helpers/application_helper.rb:940 |
1002 | msgid "Online Manual" | 1030 | msgid "Online Manual" |
1003 | msgstr "" | 1031 | msgstr "" |
1004 | 1032 | ||
1033 | +#: app/helpers/application_helper.rb:1056 | ||
1034 | +#, fuzzy | ||
1035 | +msgid "people|More Recent" | ||
1036 | +msgstr "Récents" | ||
1037 | + | ||
1038 | +#: app/helpers/application_helper.rb:1057 | ||
1039 | +#, fuzzy | ||
1040 | +msgid "people|More Active" | ||
1041 | +msgstr "Actif" | ||
1042 | + | ||
1043 | +#: app/helpers/application_helper.rb:1058 | ||
1044 | +#, fuzzy | ||
1045 | +msgid "people|More Popular" | ||
1046 | +msgstr "Personnes et groupes" | ||
1047 | + | ||
1048 | +#: app/helpers/application_helper.rb:1061 | ||
1049 | +#, fuzzy | ||
1050 | +msgid "My friends" | ||
1051 | +msgstr "contacts" | ||
1052 | + | ||
1053 | +#: app/helpers/application_helper.rb:1062 | ||
1054 | +#, fuzzy | ||
1055 | +msgid "Invite friends" | ||
1056 | +msgstr "Inviter mes contacts !" | ||
1057 | + | ||
1058 | +#: app/helpers/application_helper.rb:1066 | ||
1059 | +#, fuzzy | ||
1060 | +msgid "People Menu" | ||
1061 | +msgstr "Personnes" | ||
1062 | + | ||
1063 | +#: app/helpers/application_helper.rb:1071 | ||
1064 | +#, fuzzy | ||
1065 | +msgid "communities|More Recent" | ||
1066 | +msgstr "Groupes" | ||
1067 | + | ||
1068 | +#: app/helpers/application_helper.rb:1072 | ||
1069 | +#, fuzzy | ||
1070 | +msgid "communities|More Active" | ||
1071 | +msgstr "Groupes" | ||
1072 | + | ||
1073 | +#: app/helpers/application_helper.rb:1073 | ||
1074 | +#, fuzzy | ||
1075 | +msgid "communities|More Popular" | ||
1076 | +msgstr "Groupes" | ||
1077 | + | ||
1078 | +#: app/helpers/application_helper.rb:1076 | ||
1079 | +#, fuzzy | ||
1080 | +msgid "My communities" | ||
1081 | +msgstr "groupes" | ||
1082 | + | ||
1083 | +#: app/helpers/application_helper.rb:1077 | ||
1084 | +#: app/views/search/communities.rhtml:24 | ||
1085 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1086 | +msgid "New community" | ||
1087 | +msgstr "Nouveau groupe" | ||
1088 | + | ||
1089 | +#: app/helpers/application_helper.rb:1081 | ||
1090 | +#, fuzzy | ||
1091 | +msgid "Communities Menu" | ||
1092 | +msgstr "Groupes" | ||
1093 | + | ||
1005 | #: app/helpers/display_helper.rb:4 | 1094 | #: app/helpers/display_helper.rb:4 |
1006 | msgid "No product" | 1095 | msgid "No product" |
1007 | msgstr "Pas de produit" | 1096 | msgstr "Pas de produit" |
@@ -1199,35 +1288,64 @@ msgstr "" | @@ -1199,35 +1288,64 @@ msgstr "" | ||
1199 | msgid "Comment succesfully deleted" | 1288 | msgid "Comment succesfully deleted" |
1200 | msgstr "Le commentaire a bien été effacé" | 1289 | msgstr "Le commentaire a bien été effacé" |
1201 | 1290 | ||
1202 | -#: app/controllers/public/account_controller.rb:31 | 1291 | +#: app/controllers/public/browse_controller.rb:49 |
1292 | +#, fuzzy | ||
1293 | +msgid "More recent people" | ||
1294 | +msgstr "Les dernières personnes" | ||
1295 | + | ||
1296 | +#: app/controllers/public/browse_controller.rb:50 | ||
1297 | +#, fuzzy | ||
1298 | +msgid "More active people" | ||
1299 | +msgstr "Créer un rôle" | ||
1300 | + | ||
1301 | +#: app/controllers/public/browse_controller.rb:51 | ||
1302 | +msgid "More popular people" | ||
1303 | +msgstr "" | ||
1304 | + | ||
1305 | +#: app/controllers/public/browse_controller.rb:52 | ||
1306 | +#, fuzzy | ||
1307 | +msgid "More recent communities" | ||
1308 | +msgstr "groupes" | ||
1309 | + | ||
1310 | +#: app/controllers/public/browse_controller.rb:53 | ||
1311 | +#, fuzzy | ||
1312 | +msgid "More active communities" | ||
1313 | +msgstr "groupes" | ||
1314 | + | ||
1315 | +#: app/controllers/public/browse_controller.rb:54 | ||
1316 | +#, fuzzy | ||
1317 | +msgid "More popular communities" | ||
1318 | +msgstr "groupes" | ||
1319 | + | ||
1320 | +#: app/controllers/public/account_controller.rb:33 | ||
1203 | msgid "Logged in successfully" | 1321 | msgid "Logged in successfully" |
1204 | msgstr "Connexion réussie" | 1322 | msgstr "Connexion réussie" |
1205 | 1323 | ||
1206 | -#: app/controllers/public/account_controller.rb:34 | 1324 | +#: app/controllers/public/account_controller.rb:36 |
1207 | msgid "Incorrect username or password" | 1325 | msgid "Incorrect username or password" |
1208 | msgstr "Identifiant ou mot de passe incorrect" | 1326 | msgstr "Identifiant ou mot de passe incorrect" |
1209 | 1327 | ||
1210 | -#: app/controllers/public/account_controller.rb:71 | 1328 | +#: app/controllers/public/account_controller.rb:73 |
1211 | msgid "Thanks for signing up!" | 1329 | msgid "Thanks for signing up!" |
1212 | msgstr "Merci de vous être inscrit(e) !" | 1330 | msgstr "Merci de vous être inscrit(e) !" |
1213 | 1331 | ||
1214 | -#: app/controllers/public/account_controller.rb:110 | 1332 | +#: app/controllers/public/account_controller.rb:112 |
1215 | msgid "You have been logged out." | 1333 | msgid "You have been logged out." |
1216 | msgstr "Vous avez été déconnecté(e)." | 1334 | msgstr "Vous avez été déconnecté(e)." |
1217 | 1335 | ||
1218 | -#: app/controllers/public/account_controller.rb:121 | 1336 | +#: app/controllers/public/account_controller.rb:123 |
1219 | msgid "Your password has been changed successfully!" | 1337 | msgid "Your password has been changed successfully!" |
1220 | msgstr "Votre mot de passe a bien été modifié !" | 1338 | msgstr "Votre mot de passe a bien été modifié !" |
1221 | 1339 | ||
1222 | -#: app/controllers/public/account_controller.rb:124 | 1340 | +#: app/controllers/public/account_controller.rb:126 |
1223 | msgid "The supplied current password is incorrect." | 1341 | msgid "The supplied current password is incorrect." |
1224 | msgstr "Le mot de passe actuel fourni est incorrect." | 1342 | msgstr "Le mot de passe actuel fourni est incorrect." |
1225 | 1343 | ||
1226 | -#: app/controllers/public/account_controller.rb:226 | 1344 | +#: app/controllers/public/account_controller.rb:228 |
1227 | msgid "Available!" | 1345 | msgid "Available!" |
1228 | msgstr "Disponible !" | 1346 | msgstr "Disponible !" |
1229 | 1347 | ||
1230 | -#: app/controllers/public/account_controller.rb:229 | 1348 | +#: app/controllers/public/account_controller.rb:231 |
1231 | msgid "Unavailable!" | 1349 | msgid "Unavailable!" |
1232 | msgstr "Indisponible" | 1350 | msgstr "Indisponible" |
1233 | 1351 | ||
@@ -1441,7 +1559,7 @@ msgstr "groupes" | @@ -1441,7 +1559,7 @@ msgstr "groupes" | ||
1441 | msgid "Enterprise" | 1559 | msgid "Enterprise" |
1442 | msgstr "Entreprise" | 1560 | msgstr "Entreprise" |
1443 | 1561 | ||
1444 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1562 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1445 | msgid "Organization website" | 1563 | msgid "Organization website" |
1446 | msgstr "Site d'organisation" | 1564 | msgstr "Site d'organisation" |
1447 | 1565 | ||
@@ -1453,17 +1571,17 @@ msgstr "Contexte historique et actuel" | @@ -1453,17 +1571,17 @@ msgstr "Contexte historique et actuel" | ||
1453 | msgid "Activities short description" | 1571 | msgid "Activities short description" |
1454 | msgstr "Description courte des activités" | 1572 | msgstr "Description courte des activités" |
1455 | 1573 | ||
1456 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1574 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1457 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1575 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1458 | msgid "City" | 1576 | msgid "City" |
1459 | msgstr "Ville" | 1577 | msgstr "Ville" |
1460 | 1578 | ||
1461 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1579 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1462 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1580 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1463 | msgid "State" | 1581 | msgid "State" |
1464 | msgstr "État" | 1582 | msgstr "État" |
1465 | 1583 | ||
1466 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1584 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1467 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1585 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1468 | #: app/views/profile_editor/_person_form.rhtml:21 | 1586 | #: app/views/profile_editor/_person_form.rhtml:21 |
1469 | #: app/views/maps/edit_location.rhtml:6 | 1587 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1500,12 +1618,6 @@ msgstr "Une référence à un autre article publié sur un autre profil" | @@ -1500,12 +1618,6 @@ msgstr "Une référence à un autre article publié sur un autre profil" | ||
1500 | msgid "The original text was removed." | 1618 | msgid "The original text was removed." |
1501 | msgstr "Le texte original a été retiré." | 1619 | msgstr "Le texte original a été retiré." |
1502 | 1620 | ||
1503 | -#: app/models/members_block.rb:4 | ||
1504 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1505 | -#: app/views/profile/_organization.rhtml:6 | ||
1506 | -msgid "Members" | ||
1507 | -msgstr "Membres" | ||
1508 | - | ||
1509 | #: app/models/members_block.rb:8 | 1621 | #: app/models/members_block.rb:8 |
1510 | #, fuzzy | 1622 | #, fuzzy |
1511 | msgid "{#} members" | 1623 | msgid "{#} members" |
@@ -1550,6 +1662,7 @@ msgstr "" | @@ -1550,6 +1662,7 @@ msgstr "" | ||
1550 | 1662 | ||
1551 | #: app/models/profile_list_block.rb:74 | 1663 | #: app/models/profile_list_block.rb:74 |
1552 | #: app/views/search/_display_results.rhtml:67 | 1664 | #: app/views/search/_display_results.rhtml:67 |
1665 | +#: app/views/browse/_display_results.rhtml:6 | ||
1553 | msgid "None" | 1666 | msgid "None" |
1554 | msgstr "Aucun(e)" | 1667 | msgstr "Aucun(e)" |
1555 | 1668 | ||
@@ -1832,7 +1945,7 @@ msgid "Enabled" | @@ -1832,7 +1945,7 @@ msgid "Enabled" | ||
1832 | msgstr "Activé" | 1945 | msgstr "Activé" |
1833 | 1946 | ||
1834 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1947 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1835 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1948 | +#: app/models/product.rb:- app/models/task.rb:- |
1836 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1949 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1837 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1950 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1838 | #: app/models/environment.rb:- app/models/profile.rb:- | 1951 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1841,10 +1954,10 @@ msgid "Created at" | @@ -1841,10 +1954,10 @@ msgid "Created at" | ||
1841 | msgstr "Créé le" | 1954 | msgstr "Créé le" |
1842 | 1955 | ||
1843 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1956 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1844 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1845 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1846 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1847 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1957 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1958 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1959 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1960 | +#: app/models/product_categorization.rb:- | ||
1848 | msgid "Updated at" | 1961 | msgid "Updated at" |
1849 | msgstr "Mis à jour le" | 1962 | msgstr "Mis à jour le" |
1850 | 1963 | ||
@@ -2057,92 +2170,109 @@ msgid_plural "%{num} communities" | @@ -2057,92 +2170,109 @@ msgid_plural "%{num} communities" | ||
2057 | msgstr[0] "Un groupe" | 2170 | msgstr[0] "Un groupe" |
2058 | msgstr[1] "%{num} groupes" | 2171 | msgstr[1] "%{num} groupes" |
2059 | 2172 | ||
2060 | -#: app/models/person.rb:24 | 2173 | +#: app/models/person.rb:30 |
2061 | #, fuzzy | 2174 | #, fuzzy |
2062 | msgid "An existing person cannot be renamed." | 2175 | msgid "An existing person cannot be renamed." |
2063 | msgstr "Un profil existant ne peut pas être renommé." | 2176 | msgstr "Un profil existant ne peut pas être renommé." |
2064 | 2177 | ||
2065 | -#: app/models/person.rb:30 | 2178 | +#: app/models/person.rb:36 |
2066 | msgid "friends" | 2179 | msgid "friends" |
2067 | msgstr "contacts" | 2180 | msgstr "contacts" |
2068 | 2181 | ||
2069 | -#: app/models/person.rb:30 | 2182 | +#: app/models/person.rb:36 |
2070 | msgid "work" | 2183 | msgid "work" |
2071 | msgstr "travail" | 2184 | msgstr "travail" |
2072 | 2185 | ||
2073 | -#: app/models/person.rb:30 | 2186 | +#: app/models/person.rb:36 |
2074 | msgid "school" | 2187 | msgid "school" |
2075 | msgstr "école" | 2188 | msgstr "école" |
2076 | 2189 | ||
2077 | -#: app/models/person.rb:30 | 2190 | +#: app/models/person.rb:36 |
2078 | msgid "family" | 2191 | msgid "family" |
2079 | msgstr "famille" | 2192 | msgstr "famille" |
2080 | 2193 | ||
2081 | -#: app/models/person.rb:86 | 2194 | +#: app/models/person.rb:92 |
2082 | msgid "%{fn} is mandatory" | 2195 | msgid "%{fn} is mandatory" |
2083 | msgstr "%{fn} est obligatoire" | 2196 | msgstr "%{fn} est obligatoire" |
2084 | 2197 | ||
2085 | -#: app/models/person.rb:111 | 2198 | +#: app/models/person.rb:117 |
2086 | msgid "Cell phone" | 2199 | msgid "Cell phone" |
2087 | msgstr "Téléphone mobile" | 2200 | msgstr "Téléphone mobile" |
2088 | 2201 | ||
2089 | -#: app/models/person.rb:111 | 2202 | +#: app/models/person.rb:117 |
2090 | msgid "Comercial phone" | 2203 | msgid "Comercial phone" |
2091 | msgstr "Téléphone professionnel" | 2204 | msgstr "Téléphone professionnel" |
2092 | 2205 | ||
2093 | -#: app/models/person.rb:111 | 2206 | +#: app/models/person.rb:117 |
2094 | msgid "Nationality" | 2207 | msgid "Nationality" |
2095 | msgstr "Nationalité" | 2208 | msgstr "Nationalité" |
2096 | 2209 | ||
2097 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2210 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2098 | msgid "Schooling" | 2211 | msgid "Schooling" |
2099 | msgstr "Éducation" | 2212 | msgstr "Éducation" |
2100 | 2213 | ||
2101 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2214 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2102 | msgid "Area of study" | 2215 | msgid "Area of study" |
2103 | msgstr "Domaine d'étude" | 2216 | msgstr "Domaine d'étude" |
2104 | 2217 | ||
2105 | -#: app/models/person.rb:111 | 2218 | +#: app/models/person.rb:117 |
2106 | msgid "Professional activity" | 2219 | msgid "Professional activity" |
2107 | msgstr "Activité professionnelle" | 2220 | msgstr "Activité professionnelle" |
2108 | 2221 | ||
2109 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2222 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2110 | msgid "Organization" | 2223 | msgid "Organization" |
2111 | msgstr "Organisation" | 2224 | msgstr "Organisation" |
2112 | 2225 | ||
2113 | -#: app/models/person.rb:114 | 2226 | +#: app/models/person.rb:120 |
2114 | msgid "Schooling status" | 2227 | msgid "Schooling status" |
2115 | msgstr "Statut de formation" | 2228 | msgstr "Statut de formation" |
2116 | 2229 | ||
2117 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2230 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2118 | msgid "Formation" | 2231 | msgid "Formation" |
2119 | msgstr "Formation" | 2232 | msgstr "Formation" |
2120 | 2233 | ||
2121 | -#: app/models/person.rb:117 | 2234 | +#: app/models/person.rb:123 |
2122 | msgid "Custom formation" | 2235 | msgid "Custom formation" |
2123 | msgstr "Formation (autre)" | 2236 | msgstr "Formation (autre)" |
2124 | 2237 | ||
2125 | -#: app/models/person.rb:117 | 2238 | +#: app/models/person.rb:123 |
2126 | msgid "Custom area of study" | 2239 | msgid "Custom area of study" |
2127 | msgstr "Domaine d'étude (autre)" | 2240 | msgstr "Domaine d'étude (autre)" |
2128 | 2241 | ||
2129 | -#: app/models/person.rb:120 | 2242 | +#: app/models/person.rb:126 |
2130 | msgid "Contact information" | 2243 | msgid "Contact information" |
2131 | msgstr "Informations de contact" | 2244 | msgstr "Informations de contact" |
2132 | 2245 | ||
2133 | -#: app/models/person.rb:120 | 2246 | +#: app/models/person.rb:126 |
2134 | msgid "Sex" | 2247 | msgid "Sex" |
2135 | msgstr "Sexe" | 2248 | msgstr "Sexe" |
2136 | 2249 | ||
2137 | -#: app/models/person.rb:120 | 2250 | +#: app/models/person.rb:126 |
2138 | msgid "Zip code" | 2251 | msgid "Zip code" |
2139 | msgstr "Code postal" | 2252 | msgstr "Code postal" |
2140 | 2253 | ||
2141 | -#: app/models/person.rb:161 | 2254 | +#: app/models/person.rb:167 |
2142 | msgid "%{fn} is already used by other user" | 2255 | msgid "%{fn} is already used by other user" |
2143 | msgstr "%{fn} est déjà utilisé par un autre utilisateur." | 2256 | msgstr "%{fn} est déjà utilisé par un autre utilisateur." |
2144 | 2257 | ||
2258 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2259 | +#: app/models/profile.rb:709 | ||
2260 | +#, fuzzy | ||
2261 | +msgid "none" | ||
2262 | +msgstr "Aucun(e)" | ||
2263 | + | ||
2264 | +#: app/models/person.rb:300 | ||
2265 | +#, fuzzy | ||
2266 | +msgid "one friend" | ||
2267 | +msgstr "Un contact" | ||
2268 | + | ||
2269 | +#: app/models/person.rb:301 | ||
2270 | +#, fuzzy | ||
2271 | +msgid "%s friends" | ||
2272 | +msgstr "Les contacts de %s" | ||
2273 | + | ||
2145 | #: app/models/favorite_enterprises_block.rb:4 | 2274 | #: app/models/favorite_enterprises_block.rb:4 |
2275 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2146 | #: app/views/profile_editor/index.rhtml:55 | 2276 | #: app/views/profile_editor/index.rhtml:55 |
2147 | msgid "Favorite Enterprises" | 2277 | msgid "Favorite Enterprises" |
2148 | msgstr "Entreprise préférée" | 2278 | msgstr "Entreprise préférée" |
@@ -2152,11 +2282,6 @@ msgstr "Entreprise préférée" | @@ -2152,11 +2282,6 @@ msgstr "Entreprise préférée" | ||
2152 | msgid "This block lists your favorite enterprises." | 2282 | msgid "This block lists your favorite enterprises." |
2153 | msgstr "Ce bloc liste les entreprises préférées de l'utilisateur." | 2283 | msgstr "Ce bloc liste les entreprises préférées de l'utilisateur." |
2154 | 2284 | ||
2155 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2156 | -#, fuzzy | ||
2157 | -msgid "Favorite enterprises" | ||
2158 | -msgstr "Entreprise préférée" | ||
2159 | - | ||
2160 | #: app/models/qualifier.rb:- | 2285 | #: app/models/qualifier.rb:- |
2161 | msgid "qualifier" | 2286 | msgid "qualifier" |
2162 | msgstr "" | 2287 | msgstr "" |
@@ -2180,8 +2305,8 @@ msgstr "Nom" | @@ -2180,8 +2305,8 @@ msgstr "Nom" | ||
2180 | msgid "Generic category" | 2305 | msgid "Generic category" |
2181 | msgstr "Catégorie générale" | 2306 | msgstr "Catégorie générale" |
2182 | 2307 | ||
2183 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2184 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2308 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2309 | +#: app/models/product_categorization.rb:- | ||
2185 | #: app/views/manage_products/index.rhtml:5 | 2310 | #: app/views/manage_products/index.rhtml:5 |
2186 | msgid "Product" | 2311 | msgid "Product" |
2187 | msgstr "Produit" | 2312 | msgstr "Produit" |
@@ -2200,10 +2325,6 @@ msgstr "Ce bloc présente l'image du profil." | @@ -2200,10 +2325,6 @@ msgstr "Ce bloc présente l'image du profil." | ||
2200 | msgid "input" | 2325 | msgid "input" |
2201 | msgstr "" | 2326 | msgstr "" |
2202 | 2327 | ||
2203 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2204 | -msgid "Product category" | ||
2205 | -msgstr "Catégorie du produit" | ||
2206 | - | ||
2207 | #: app/models/profile_categorization.rb:- | 2328 | #: app/models/profile_categorization.rb:- |
2208 | #, fuzzy | 2329 | #, fuzzy |
2209 | msgid "categories profile" | 2330 | msgid "categories profile" |
@@ -2213,10 +2334,6 @@ msgstr "profil de catégories" | @@ -2213,10 +2334,6 @@ msgstr "profil de catégories" | ||
2213 | msgid "profilecategorization" | 2334 | msgid "profilecategorization" |
2214 | msgstr "categorisationdeprofils" | 2335 | msgstr "categorisationdeprofils" |
2215 | 2336 | ||
2216 | -#: app/models/profile_categorization.rb:- | ||
2217 | -msgid "Profile" | ||
2218 | -msgstr "Profil" | ||
2219 | - | ||
2220 | #: app/models/tags_block.rb:10 | 2337 | #: app/models/tags_block.rb:10 |
2221 | msgid "Tags" | 2338 | msgid "Tags" |
2222 | msgstr "Tags" | 2339 | msgstr "Tags" |
@@ -2253,11 +2370,6 @@ msgstr "" | @@ -2253,11 +2370,6 @@ msgstr "" | ||
2253 | "Vous devez être connect(e) à %{system} pour accepter ou refuser %{requestor} " | 2370 | "Vous devez être connect(e) à %{system} pour accepter ou refuser %{requestor} " |
2254 | "comme contact." | 2371 | "comme contact." |
2255 | 2372 | ||
2256 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2257 | -#: app/views/profile/_person.rhtml:51 | ||
2258 | -msgid "Friends" | ||
2259 | -msgstr "Contacts" | ||
2260 | - | ||
2261 | #: app/models/friends_block.rb:8 | 2373 | #: app/models/friends_block.rb:8 |
2262 | #, fuzzy | 2374 | #, fuzzy |
2263 | msgid "{#} friend" | 2375 | msgid "{#} friend" |
@@ -2302,6 +2414,10 @@ msgstr "Voir le diaporama" | @@ -2302,6 +2414,10 @@ msgstr "Voir le diaporama" | ||
2302 | msgid "product" | 2414 | msgid "product" |
2303 | msgstr "produit" | 2415 | msgstr "produit" |
2304 | 2416 | ||
2417 | +#: app/models/product.rb:- | ||
2418 | +msgid "Product category" | ||
2419 | +msgstr "Catégorie du produit" | ||
2420 | + | ||
2305 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2421 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2306 | msgid "Price" | 2422 | msgid "Price" |
2307 | msgstr "Prix" | 2423 | msgstr "Prix" |
@@ -2427,32 +2543,32 @@ msgstr "Déconnexion" | @@ -2427,32 +2543,32 @@ msgstr "Déconnexion" | ||
2427 | msgid "This block presents a login/logout block." | 2543 | msgid "This block presents a login/logout block." |
2428 | msgstr "Ce bloc présente un formulaire d'identification." | 2544 | msgstr "Ce bloc présente un formulaire d'identification." |
2429 | 2545 | ||
2430 | -#: app/models/uploaded_file.rb:33 | 2546 | +#: app/models/uploaded_file.rb:35 |
2431 | #, fuzzy | 2547 | #, fuzzy |
2432 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2548 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2433 | msgstr "" | 2549 | msgstr "" |
2434 | "Le fichier que vous avez téléversé était plus gros que la taille maximale de " | 2550 | "Le fichier que vous avez téléversé était plus gros que la taille maximale de " |
2435 | "%s" | 2551 | "%s" |
2436 | 2552 | ||
2437 | -#: app/models/uploaded_file.rb:44 | 2553 | +#: app/models/uploaded_file.rb:46 |
2438 | msgid "Uploaded file" | 2554 | msgid "Uploaded file" |
2439 | msgstr "Fichier téléversé" | 2555 | msgstr "Fichier téléversé" |
2440 | 2556 | ||
2441 | -#: app/models/uploaded_file.rb:48 | 2557 | +#: app/models/uploaded_file.rb:50 |
2442 | msgid "Upload any kind of file you want." | 2558 | msgid "Upload any kind of file you want." |
2443 | msgstr "Téléversez le type de fichiers que vous souhaitez." | 2559 | msgstr "Téléversez le type de fichiers que vous souhaitez." |
2444 | 2560 | ||
2445 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2561 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2446 | #, fuzzy | 2562 | #, fuzzy |
2447 | msgid "« Previous" | 2563 | msgid "« Previous" |
2448 | msgstr "Précédent" | 2564 | msgstr "Précédent" |
2449 | 2565 | ||
2450 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2566 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2451 | #, fuzzy | 2567 | #, fuzzy |
2452 | msgid "Next »" | 2568 | msgid "Next »" |
2453 | msgstr "Plus récents »" | 2569 | msgstr "Plus récents »" |
2454 | 2570 | ||
2455 | -#: app/models/uploaded_file.rb:85 | 2571 | +#: app/models/uploaded_file.rb:87 |
2456 | msgid "image %d of %d" | 2572 | msgid "image %d of %d" |
2457 | msgstr "" | 2573 | msgstr "" |
2458 | 2574 | ||
@@ -2860,7 +2976,11 @@ msgstr "Toute nouvelle organisation doit être approuvée" | @@ -2860,7 +2976,11 @@ msgstr "Toute nouvelle organisation doit être approuvée" | ||
2860 | msgid "Enterprises are disabled when created" | 2976 | msgid "Enterprises are disabled when created" |
2861 | msgstr "Enregistrement d'entreprise terminé" | 2977 | msgstr "Enregistrement d'entreprise terminé" |
2862 | 2978 | ||
2863 | -#: app/models/environment.rb:461 | 2979 | +#: app/models/environment.rb:111 |
2980 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2981 | +msgstr "" | ||
2982 | + | ||
2983 | +#: app/models/environment.rb:462 | ||
2864 | msgid "Only one Virtual Community can be the default one" | 2984 | msgid "Only one Virtual Community can be the default one" |
2865 | msgstr "Seule une CoVi peut être celle par défaut" | 2985 | msgstr "Seule une CoVi peut être celle par défaut" |
2866 | 2986 | ||
@@ -2909,7 +3029,7 @@ msgstr "Précision geocode" | @@ -2909,7 +3029,7 @@ msgstr "Précision geocode" | ||
2909 | msgid "Nickname" | 3029 | msgid "Nickname" |
2910 | msgstr "Pseudo" | 3030 | msgstr "Pseudo" |
2911 | 3031 | ||
2912 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 3032 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2913 | msgid "Public profile" | 3033 | msgid "Public profile" |
2914 | msgstr "Profil public" | 3034 | msgstr "Profil public" |
2915 | 3035 | ||
@@ -2985,11 +3105,11 @@ msgstr "Poster le contenu" | @@ -2985,11 +3105,11 @@ msgstr "Poster le contenu" | ||
2985 | msgid "Invite members" | 3105 | msgid "Invite members" |
2986 | msgstr "Un membre" | 3106 | msgstr "Un membre" |
2987 | 3107 | ||
2988 | -#: app/models/profile.rb:436 | 3108 | +#: app/models/profile.rb:452 |
2989 | msgid "My home page" | 3109 | msgid "My home page" |
2990 | msgstr "Ma page d'accueil." | 3110 | msgstr "Ma page d'accueil." |
2991 | 3111 | ||
2992 | -#: app/models/profile.rb:436 | 3112 | +#: app/models/profile.rb:452 |
2993 | msgid "" | 3113 | msgid "" |
2994 | "<p>This is a default homepage created for me. It can be changed though the " | 3114 | "<p>This is a default homepage created for me. It can be changed though the " |
2995 | "control panel.</p>" | 3115 | "control panel.</p>" |
@@ -2997,23 +3117,48 @@ msgstr "" | @@ -2997,23 +3117,48 @@ msgstr "" | ||
2997 | "<p>C'est la page d'accueil par défaut créée pour moi. Elle peut être " | 3117 | "<p>C'est la page d'accueil par défaut créée pour moi. Elle peut être " |
2998 | "modifiée dans le panneau de contrôle.</p>" | 3118 | "modifiée dans le panneau de contrôle.</p>" |
2999 | 3119 | ||
3000 | -#: app/models/profile.rb:447 | 3120 | +#: app/models/profile.rb:463 |
3001 | msgid "Intranet" | 3121 | msgid "Intranet" |
3002 | msgstr "Intranet" | 3122 | msgstr "Intranet" |
3003 | 3123 | ||
3004 | -#: app/models/profile.rb:490 | 3124 | +#: app/models/profile.rb:506 |
3005 | msgid "%s can't has members" | 3125 | msgid "%s can't has members" |
3006 | msgstr "%s ne peut pas avoir de membres" | 3126 | msgstr "%s ne peut pas avoir de membres" |
3007 | 3127 | ||
3008 | -#: app/models/profile.rb:507 | 3128 | +#: app/models/profile.rb:523 |
3009 | msgid "%s can't has moderators" | 3129 | msgid "%s can't has moderators" |
3010 | msgstr "%s ne peut pas avoir de modérateur" | 3130 | msgstr "%s ne peut pas avoir de modérateur" |
3011 | 3131 | ||
3012 | -#: app/models/profile.rb:592 | 3132 | +#: app/models/profile.rb:608 |
3013 | #, fuzzy | 3133 | #, fuzzy |
3014 | msgid "Private profile" | 3134 | msgid "Private profile" |
3015 | msgstr "Éditer le profil" | 3135 | msgstr "Éditer le profil" |
3016 | 3136 | ||
3137 | +#: app/models/profile.rb:695 | ||
3138 | +#, fuzzy | ||
3139 | +msgid "Since: " | ||
3140 | +msgstr "Prix :" | ||
3141 | + | ||
3142 | +#: app/models/profile.rb:702 | ||
3143 | +#, fuzzy | ||
3144 | +msgid "one article" | ||
3145 | +msgstr "Nouvel article" | ||
3146 | + | ||
3147 | +#: app/models/profile.rb:703 | ||
3148 | +#, fuzzy | ||
3149 | +msgid "%s articles" | ||
3150 | +msgstr "L'article «%s»" | ||
3151 | + | ||
3152 | +#: app/models/profile.rb:710 | ||
3153 | +#, fuzzy | ||
3154 | +msgid "one member" | ||
3155 | +msgstr "Un membre" | ||
3156 | + | ||
3157 | +#: app/models/profile.rb:711 | ||
3158 | +#, fuzzy | ||
3159 | +msgid "%s members" | ||
3160 | +msgstr "Les membres de %s" | ||
3161 | + | ||
3017 | #: app/models/blog.rb:19 | 3162 | #: app/models/blog.rb:19 |
3018 | msgid "A blog, inside which you can put other articles." | 3163 | msgid "A blog, inside which you can put other articles." |
3019 | msgstr "Un blog dans lequel vous pouvez mettre d'autres articles" | 3164 | msgstr "Un blog dans lequel vous pouvez mettre d'autres articles" |
@@ -3044,19 +3189,19 @@ msgstr "Le contenu du flux n'a pas encore été chargé" | @@ -3044,19 +3189,19 @@ msgstr "Le contenu du flux n'a pas encore été chargé" | ||
3044 | msgid "Updated: %s" | 3189 | msgid "Updated: %s" |
3045 | msgstr "Mis à jour le" | 3190 | msgstr "Mis à jour le" |
3046 | 3191 | ||
3047 | -#: app/models/rss_feed.rb:70 | 3192 | +#: app/models/rss_feed.rb:78 |
3048 | msgid "%s's RSS feed" | 3193 | msgid "%s's RSS feed" |
3049 | msgstr "Flux RSS de %s" | 3194 | msgstr "Flux RSS de %s" |
3050 | 3195 | ||
3051 | -#: app/models/rss_feed.rb:71 | 3196 | +#: app/models/rss_feed.rb:79 |
3052 | msgid "%s's content published at %s" | 3197 | msgid "%s's content published at %s" |
3053 | msgstr "Le contenu de %s publié à %s" | 3198 | msgstr "Le contenu de %s publié à %s" |
3054 | 3199 | ||
3055 | -#: app/models/rss_feed.rb:77 | 3200 | +#: app/models/rss_feed.rb:85 |
3056 | msgid "RSS Feed" | 3201 | msgid "RSS Feed" |
3057 | msgstr "Flux RSS" | 3202 | msgstr "Flux RSS" |
3058 | 3203 | ||
3059 | -#: app/models/rss_feed.rb:81 | 3204 | +#: app/models/rss_feed.rb:89 |
3060 | msgid "Provides a news feed of your more recent articles." | 3205 | msgid "Provides a news feed of your more recent articles." |
3061 | msgstr "Fournit un flux de nouvelles de vos articles les plus récents." | 3206 | msgstr "Fournit un flux de nouvelles de vos articles les plus récents." |
3062 | 3207 | ||
@@ -3690,7 +3835,8 @@ msgid "redirecting..." | @@ -3690,7 +3835,8 @@ msgid "redirecting..." | ||
3690 | msgstr "" | 3835 | msgstr "" |
3691 | 3836 | ||
3692 | #: app/views/favorite_enterprises/index.rhtml:3 | 3837 | #: app/views/favorite_enterprises/index.rhtml:3 |
3693 | -msgid "%s's favorite enteprises" | 3838 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3839 | +msgid "%s's favorite enterprises" | ||
3694 | msgstr "Les entreprises préférées de <b>%s</b>" | 3840 | msgstr "Les entreprises préférées de <b>%s</b>" |
3695 | 3841 | ||
3696 | #: app/views/favorite_enterprises/index.rhtml:12 | 3842 | #: app/views/favorite_enterprises/index.rhtml:12 |
@@ -3700,7 +3846,8 @@ msgid "remove" | @@ -3700,7 +3846,8 @@ msgid "remove" | ||
3700 | msgstr "ôter" | 3846 | msgstr "ôter" |
3701 | 3847 | ||
3702 | #: app/views/favorite_enterprises/index.rhtml:24 | 3848 | #: app/views/favorite_enterprises/index.rhtml:24 |
3703 | -msgid "You have no favorite enteprises yet." | 3849 | +#, fuzzy |
3850 | +msgid "You have no favorite enterprises yet." | ||
3704 | msgstr "Vous n'avez pas encore d'entreprise préférée." | 3851 | msgstr "Vous n'avez pas encore d'entreprise préférée." |
3705 | 3852 | ||
3706 | #: app/views/favorite_enterprises/add.rhtml:1 | 3853 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4482,7 +4629,7 @@ msgstr "Choisissez les catégories de vos centres d'intérêt" | @@ -4482,7 +4629,7 @@ msgstr "Choisissez les catégories de vos centres d'intérêt" | ||
4482 | msgid "Create a new community" | 4629 | msgid "Create a new community" |
4483 | msgstr "Créer un nouveau groupe" | 4630 | msgstr "Créer un nouveau groupe" |
4484 | 4631 | ||
4485 | -#: app/views/memberships/index.rhtml:7 | 4632 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4486 | #, fuzzy | 4633 | #, fuzzy |
4487 | msgid "Register a new enterprise" | 4634 | msgid "Register a new enterprise" |
4488 | msgstr "Enregistrer une nouvelle entreprise" | 4635 | msgstr "Enregistrer une nouvelle entreprise" |
@@ -4810,15 +4957,28 @@ msgstr "Ville et état : %s-%s" | @@ -4810,15 +4957,28 @@ msgstr "Ville et état : %s-%s" | ||
4810 | msgid "Message:" | 4957 | msgid "Message:" |
4811 | msgstr "Message : " | 4958 | msgstr "Message : " |
4812 | 4959 | ||
4813 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4814 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4815 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4816 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4817 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4818 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4960 | +#: app/views/contact/sender/mail.rhtml:12 |
4961 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4962 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4963 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4964 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4965 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4819 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4966 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4820 | -msgid "%s environment system" | ||
4821 | -msgstr "L'environnement système %s" | 4967 | +#, fuzzy |
4968 | +msgid "Greetings," | ||
4969 | +msgstr "Vert" | ||
4970 | + | ||
4971 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4972 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4973 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4974 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4975 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4976 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4977 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4978 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4979 | +#, fuzzy | ||
4980 | +msgid "%s team." | ||
4981 | +msgstr "Le thème «%s»" | ||
4822 | 4982 | ||
4823 | #: app/views/comment/notifier/mail.rhtml:1 | 4983 | #: app/views/comment/notifier/mail.rhtml:1 |
4824 | msgid "Hi, %{recipient}!" | 4984 | msgid "Hi, %{recipient}!" |
@@ -4833,6 +4993,16 @@ msgstr "" | @@ -4833,6 +4993,16 @@ msgstr "" | ||
4833 | "intitulé \"%{article_title}\"." | 4993 | "intitulé \"%{article_title}\"." |
4834 | 4994 | ||
4835 | #: app/views/comment/notifier/mail.rhtml:5 | 4995 | #: app/views/comment/notifier/mail.rhtml:5 |
4996 | +#, fuzzy | ||
4997 | +msgid "Title: %s" | ||
4998 | +msgstr "Ticket : %s" | ||
4999 | + | ||
5000 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
5001 | +#, fuzzy | ||
5002 | +msgid "Comment:" | ||
5003 | +msgstr "Commentaires" | ||
5004 | + | ||
5005 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4836 | msgid "Access the address below to view this comment:" | 5006 | msgid "Access the address below to view this comment:" |
4837 | msgstr "Accéder à ce commentaire en cliquant sur l'adresse suivante :" | 5007 | msgstr "Accéder à ce commentaire en cliquant sur l'adresse suivante :" |
4838 | 5008 | ||
@@ -5145,11 +5315,6 @@ msgstr "" | @@ -5145,11 +5315,6 @@ msgstr "" | ||
5145 | "Choisissez les groupes auxquels vous voulez vous joindre et/ou créer les " | 5315 | "Choisissez les groupes auxquels vous voulez vous joindre et/ou créer les " |
5146 | "vôtres." | 5316 | "vôtres." |
5147 | 5317 | ||
5148 | -#: app/views/search/communities.rhtml:24 | ||
5149 | -#: app/views/tasks/_create_community.rhtml:1 | ||
5150 | -msgid "New community" | ||
5151 | -msgstr "Nouveau groupe" | ||
5152 | - | ||
5153 | #: app/views/search/_comment.rhtml:16 | 5318 | #: app/views/search/_comment.rhtml:16 |
5154 | msgid "by %{author} on \"%{article}\"" | 5319 | msgid "by %{author} on \"%{article}\"" |
5155 | msgstr "par %{author} sur «%{article}»" | 5320 | msgstr "par %{author} sur «%{article}»" |
@@ -6446,10 +6611,6 @@ msgstr "Êtes-vous sûr(e) de vouloir rejoindre %s ?" | @@ -6446,10 +6611,6 @@ msgstr "Êtes-vous sûr(e) de vouloir rejoindre %s ?" | ||
6446 | msgid "Yes, I want to join." | 6611 | msgid "Yes, I want to join." |
6447 | msgstr "Oui, je veux la rejoindre." | 6612 | msgstr "Oui, je veux la rejoindre." |
6448 | 6613 | ||
6449 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6450 | -msgid "%s's favorite enterprises" | ||
6451 | -msgstr "Les entreprises préférées de <b>%s</b>" | ||
6452 | - | ||
6453 | #: app/views/profile/members.rhtml:3 | 6614 | #: app/views/profile/members.rhtml:3 |
6454 | #, fuzzy | 6615 | #, fuzzy |
6455 | msgid "%s's members" | 6616 | msgid "%s's members" |
@@ -6467,10 +6628,6 @@ msgstr "Les tags de %s" | @@ -6467,10 +6628,6 @@ msgstr "Les tags de %s" | ||
6467 | msgid "%s's enterprises" | 6628 | msgid "%s's enterprises" |
6468 | msgstr "Les entreprises de <b>%s</b>" | 6629 | msgstr "Les entreprises de <b>%s</b>" |
6469 | 6630 | ||
6470 | -#: app/views/profile/enterprises.rhtml:13 | ||
6471 | -msgid "Register a new Enterprise" | ||
6472 | -msgstr "Enregistrer une nouvelle entreprise" | ||
6473 | - | ||
6474 | #: app/views/features/_manage_community_fields.rhtml:1 | 6631 | #: app/views/features/_manage_community_fields.rhtml:1 |
6475 | msgid "Manage community fields" | 6632 | msgid "Manage community fields" |
6476 | msgstr "Gérer les champs des groupes" | 6633 | msgstr "Gérer les champs des groupes" |
@@ -7492,6 +7649,35 @@ msgstr "" | @@ -7492,6 +7649,35 @@ msgstr "" | ||
7492 | "tard. Nous sommes désolés de la gêne occasionnée." | 7649 | "tard. Nous sommes désolés de la gêne occasionnée." |
7493 | 7650 | ||
7494 | #, fuzzy | 7651 | #, fuzzy |
7652 | +#~ msgid "People more popular" | ||
7653 | +#~ msgstr "Personnes et groupes" | ||
7654 | + | ||
7655 | +#, fuzzy | ||
7656 | +#~ msgid "Communities more recent" | ||
7657 | +#~ msgstr "Groupes" | ||
7658 | + | ||
7659 | +#, fuzzy | ||
7660 | +#~ msgid "Communities more active" | ||
7661 | +#~ msgstr "Groupes" | ||
7662 | + | ||
7663 | +#, fuzzy | ||
7664 | +#~ msgid "Communities more popular" | ||
7665 | +#~ msgstr "Groupes" | ||
7666 | + | ||
7667 | +#, fuzzy | ||
7668 | +#~ msgid "Favorite enterprises" | ||
7669 | +#~ msgstr "Entreprise préférée" | ||
7670 | + | ||
7671 | +#~ msgid "%s's favorite enteprises" | ||
7672 | +#~ msgstr "Les entreprises préférées de <b>%s</b>" | ||
7673 | + | ||
7674 | +#~ msgid "%s environment system" | ||
7675 | +#~ msgstr "L'environnement système %s" | ||
7676 | + | ||
7677 | +#~ msgid "Register a new Enterprise" | ||
7678 | +#~ msgstr "Enregistrer une nouvelle entreprise" | ||
7679 | + | ||
7680 | +#, fuzzy | ||
7495 | #~ msgid "The input was not found" | 7681 | #~ msgid "The input was not found" |
7496 | #~ msgstr "Page non trouvée" | 7682 | #~ msgstr "Page non trouvée" |
7497 | 7683 | ||
@@ -8002,9 +8188,6 @@ msgstr "" | @@ -8002,9 +8188,6 @@ msgstr "" | ||
8002 | #~ msgid "Article \"%s\" configured as home page." | 8188 | #~ msgid "Article \"%s\" configured as home page." |
8003 | #~ msgstr "L'article «%s» est bien configuré pour être votre page d'accueil." | 8189 | #~ msgstr "L'article «%s» est bien configuré pour être votre page d'accueil." |
8004 | 8190 | ||
8005 | -#~ msgid "Comments" | ||
8006 | -#~ msgstr "Commentaires" | ||
8007 | - | ||
8008 | #~ msgid "This profile does not have any public information" | 8191 | #~ msgid "This profile does not have any public information" |
8009 | #~ msgstr "Ce profil n'a pas d'information publique" | 8192 | #~ msgstr "Ce profil n'a pas d'information publique" |
8010 | 8193 | ||
@@ -8533,9 +8716,6 @@ msgstr "" | @@ -8533,9 +8716,6 @@ msgstr "" | ||
8533 | #~ msgid "All enterprises" | 8716 | #~ msgid "All enterprises" |
8534 | #~ msgstr "Toutes les entreprises" | 8717 | #~ msgstr "Toutes les entreprises" |
8535 | 8718 | ||
8536 | -#~ msgid "\"%s\" article" | ||
8537 | -#~ msgstr "L'article «%s»" | ||
8538 | - | ||
8539 | #~ msgid "An ordinary article" | 8719 | #~ msgid "An ordinary article" |
8540 | #~ msgstr "Un article ordinaire" | 8720 | #~ msgstr "Un article ordinaire" |
8541 | 8721 | ||
@@ -8800,9 +8980,6 @@ msgstr "" | @@ -8800,9 +8980,6 @@ msgstr "" | ||
8800 | #~ msgid "Organizing visual design" | 8980 | #~ msgid "Organizing visual design" |
8801 | #~ msgstr "Organisation du visuel" | 8981 | #~ msgstr "Organisation du visuel" |
8802 | 8982 | ||
8803 | -#~ msgid "%s' friends" | ||
8804 | -#~ msgstr "Les contacts de %s" | ||
8805 | - | ||
8806 | #~ msgid "Homepage: " | 8983 | #~ msgid "Homepage: " |
8807 | #~ msgstr "Page personnelle : " | 8984 | #~ msgstr "Page personnelle : " |
8808 | 8985 | ||
@@ -8881,9 +9058,6 @@ msgstr "" | @@ -8881,9 +9058,6 @@ msgstr "" | ||
8881 | #~ msgid "Search results for \"%{query}\" in \"%{category}\"" | 9058 | #~ msgid "Search results for \"%{query}\" in \"%{category}\"" |
8882 | #~ msgstr "Résultats de la recherche sur «%{query}» dans «%{category}»" | 9059 | #~ msgstr "Résultats de la recherche sur «%{query}» dans «%{category}»" |
8883 | 9060 | ||
8884 | -#~ msgid "Recent" | ||
8885 | -#~ msgstr "Récents" | ||
8886 | - | ||
8887 | #~ msgid "Search for \"%s\" in the whole site" | 9061 | #~ msgid "Search for \"%s\" in the whole site" |
8888 | #~ msgstr "Recherche de «%s» dans tout le site" | 9062 | #~ msgstr "Recherche de «%s» dans tout le site" |
8889 | 9063 | ||
@@ -9146,9 +9320,6 @@ msgstr "" | @@ -9146,9 +9320,6 @@ msgstr "" | ||
9146 | #~ msgid "Display in menu" | 9320 | #~ msgid "Display in menu" |
9147 | #~ msgstr "Afficher dans le menu" | 9321 | #~ msgstr "Afficher dans le menu" |
9148 | 9322 | ||
9149 | -#~ msgid "Newer people" | ||
9150 | -#~ msgstr "Les dernières personnes" | ||
9151 | - | ||
9152 | #~ msgid "Newer communities" | 9323 | #~ msgid "Newer communities" |
9153 | #~ msgstr "Les derniers groupes" | 9324 | #~ msgstr "Les derniers groupes" |
9154 | 9325 | ||
@@ -9387,9 +9558,5 @@ msgstr "" | @@ -9387,9 +9558,5 @@ msgstr "" | ||
9387 | #~ msgid "Area %d: " | 9558 | #~ msgid "Area %d: " |
9388 | #~ msgstr "Partie %d" | 9559 | #~ msgstr "Partie %d" |
9389 | 9560 | ||
9390 | -#, fuzzy | ||
9391 | -#~ msgid "My communities" | ||
9392 | -#~ msgstr "groupes" | ||
9393 | - | ||
9394 | #~ msgid "(max size %s)" | 9561 | #~ msgid "(max size %s)" |
9395 | #~ msgstr "(taille max : %s)" | 9562 | #~ msgstr "(taille max : %s)" |
po/hy/noosfero.po
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | # | 5 | # |
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
9 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 8 | +"Project-Id-Version: noosfero 0.25.1\n" |
9 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" | ||
10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -74,7 +74,7 @@ msgstr "" | @@ -74,7 +74,7 @@ msgstr "" | ||
74 | "Ô±ÕµÕ½Õ¿Õ¥Õ² Õ¨Õ¶Õ¿Ö€Õ¾Õ¡Õ® Õ¬Õ¥Õ¦Õ¸Ö‚Õ¶ Õ¾Õ¥Ö€Õ¡Õ¢Õ¥Ö€Õ¾Õ¸Ö‚Õ´ Õ§ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ« Õ¡Ö€Õ¿Õ¡Ö„Õ«Õ¶ Õ¿Õ¥Õ½Ö„Õ«Õ¶ (Õ¯Õ¸Õ³Õ¡Õ¯Õ¶Õ¥Ö€ Ö‡ " | 74 | "Ô±ÕµÕ½Õ¿Õ¥Õ² Õ¨Õ¶Õ¿Ö€Õ¾Õ¡Õ® Õ¬Õ¥Õ¦Õ¸Ö‚Õ¶ Õ¾Õ¥Ö€Õ¡Õ¢Õ¥Ö€Õ¾Õ¸Ö‚Õ´ Õ§ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ« Õ¡Ö€Õ¿Õ¡Ö„Õ«Õ¶ Õ¿Õ¥Õ½Ö„Õ«Õ¶ (Õ¯Õ¸Õ³Õ¡Õ¯Õ¶Õ¥Ö€ Ö‡ " |
75 | "Õ¡ÕµÕ¬Õ¶), Ö‡ Õ¹Õ« ÖƒÕ¸ÕÕ¸Ö‚Õ´ Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Õ½Õ¿Õ¥Õ²Õ®Õ¾Õ¡Õ® Õ°Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€Õ« Õ¬Õ¥Õ¦Õ¸Ö‚Õ¶:" | 75 | "Õ¡ÕµÕ¬Õ¶), Ö‡ Õ¹Õ« ÖƒÕ¸ÕÕ¸Ö‚Õ´ Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Õ½Õ¿Õ¥Õ²Õ®Õ¾Õ¡Õ® Õ°Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€Õ« Õ¬Õ¥Õ¦Õ¸Ö‚Õ¶:" |
76 | 76 | ||
77 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 77 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
78 | #: app/models/block.rb:- app/models/comment.rb:- | 78 | #: app/models/block.rb:- app/models/comment.rb:- |
79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
80 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 80 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -86,33 +86,33 @@ msgstr "" | @@ -86,33 +86,33 @@ msgstr "" | ||
86 | msgid "Title" | 86 | msgid "Title" |
87 | msgstr "ÕŽÕ¥Ö€Õ¶Õ¡Õ£Õ«Ö€" | 87 | msgstr "ÕŽÕ¥Ö€Õ¶Õ¡Õ£Õ«Ö€" |
88 | 88 | ||
89 | -#: app/helpers/folder_helper.rb:7 | 89 | +#: app/helpers/folder_helper.rb:9 |
90 | msgid "Last update" | 90 | msgid "Last update" |
91 | msgstr "" | 91 | msgstr "" |
92 | 92 | ||
93 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 93 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
94 | msgid "(empty folder)" | 94 | msgid "(empty folder)" |
95 | msgstr "" | 95 | msgstr "" |
96 | 96 | ||
97 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 97 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
98 | msgid "Options" | 98 | msgid "Options" |
99 | msgstr "Õ€Õ¡Õ¿Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" | 99 | msgstr "Õ€Õ¡Õ¿Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" |
100 | 100 | ||
101 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 101 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
102 | msgid "This article must be published (visible to other people)" | 102 | msgid "This article must be published (visible to other people)" |
103 | msgstr "" | 103 | msgstr "" |
104 | 104 | ||
105 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 105 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
106 | msgid "I want this article to display the number of hits it received" | 106 | msgid "I want this article to display the number of hits it received" |
107 | msgstr "" | 107 | msgstr "" |
108 | 108 | ||
109 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 109 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
110 | #: app/views/shared/user_menu.rhtml:25 | 110 | #: app/views/shared/user_menu.rhtml:25 |
111 | #: app/views/tasks/_approve_article.rhtml:1 | 111 | #: app/views/tasks/_approve_article.rhtml:1 |
112 | msgid "New article" | 112 | msgid "New article" |
113 | msgstr "Õ†Õ¸Ö€ Õ°Õ¸Õ¤Õ¾Õ¡Õ®" | 113 | msgstr "Õ†Õ¸Ö€ Õ°Õ¸Õ¤Õ¾Õ¡Õ®" |
114 | 114 | ||
115 | -#: app/helpers/folder_helper.rb:69 | 115 | +#: app/helpers/folder_helper.rb:71 |
116 | msgid "Edit folder" | 116 | msgid "Edit folder" |
117 | msgstr "" | 117 | msgstr "" |
118 | 118 | ||
@@ -123,22 +123,18 @@ msgstr "" | @@ -123,22 +123,18 @@ msgstr "" | ||
123 | msgid "Articles" | 123 | msgid "Articles" |
124 | msgstr "Õ€Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€" | 124 | msgstr "Õ€Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€" |
125 | 125 | ||
126 | -#: app/helpers/assets_helper.rb:8 | 126 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
127 | #: app/controllers/public/search_controller.rb:132 | 127 | #: app/controllers/public/search_controller.rb:132 |
128 | #: app/controllers/public/search_controller.rb:203 | 128 | #: app/controllers/public/search_controller.rb:203 |
129 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 129 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
130 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
131 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
132 | msgid "People" | 130 | msgid "People" |
133 | msgstr "Õ„Õ¡Ö€Õ¤Õ«Õ¯" | 131 | msgstr "Õ„Õ¡Ö€Õ¤Õ«Õ¯" |
134 | 132 | ||
135 | -#: app/helpers/assets_helper.rb:9 | 133 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
136 | #: app/controllers/public/search_controller.rb:134 | 134 | #: app/controllers/public/search_controller.rb:134 |
137 | #: app/controllers/public/search_controller.rb:205 | 135 | #: app/controllers/public/search_controller.rb:205 |
138 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 136 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
139 | #: app/views/search/_sellers_form.rhtml:8 | 137 | #: app/views/search/_sellers_form.rhtml:8 |
140 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
141 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
142 | msgid "Products" | 138 | msgid "Products" |
143 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" | 139 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" |
144 | 140 | ||
@@ -149,25 +145,22 @@ msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" | @@ -149,25 +145,22 @@ msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" | ||
149 | #: app/views/content_viewer/_person.rhtml:37 | 145 | #: app/views/content_viewer/_person.rhtml:37 |
150 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 146 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
151 | #: app/views/profile/_person.rhtml:37 | 147 | #: app/views/profile/_person.rhtml:37 |
152 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
153 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
154 | msgid "Enterprises" | 148 | msgid "Enterprises" |
155 | msgstr "ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" | 149 | msgstr "ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" |
156 | 150 | ||
157 | -#: app/helpers/assets_helper.rb:11 | 151 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
152 | +#: app/helpers/application_helper.rb:1080 | ||
158 | #: app/controllers/public/search_controller.rb:133 | 153 | #: app/controllers/public/search_controller.rb:133 |
159 | #: app/controllers/public/search_controller.rb:207 | 154 | #: app/controllers/public/search_controller.rb:207 |
160 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 155 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
161 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 156 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
162 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
163 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
164 | msgid "Communities" | 157 | msgid "Communities" |
165 | msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | 158 | msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" |
166 | 159 | ||
167 | #: app/helpers/assets_helper.rb:12 | 160 | #: app/helpers/assets_helper.rb:12 |
168 | #: app/controllers/public/search_controller.rb:135 | 161 | #: app/controllers/public/search_controller.rb:135 |
169 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
170 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 162 | +#: public/designs/themes/base/navigation.rhtml:7 |
163 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
171 | msgid "Events" | 164 | msgid "Events" |
172 | msgstr "Ô»Ö€Õ¡Õ¤Õ¡Ö€Õ±Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" | 165 | msgstr "Ô»Ö€Õ¡Õ¤Õ¡Ö€Õ±Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" |
173 | 166 | ||
@@ -926,77 +919,172 @@ msgstr "Õ€Õ«Õ´Õ¶Õ¡Õ¯Õ¡Õ¶ Õ¡Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€" | @@ -926,77 +919,172 @@ msgstr "Õ€Õ«Õ´Õ¶Õ¡Õ¯Õ¡Õ¶ Õ¡Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€" | ||
926 | msgid "Click on this icon to add <b>%s</b> to your network" | 919 | msgid "Click on this icon to add <b>%s</b> to your network" |
927 | msgstr "Ô±ÕµÕ½ Õ¶Õ·Õ¡Õ¶Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿Õ¶Õ¾Õ¥Ö„ <b>%s</b>-Õ« Õ£Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»Õ« Õ¾Ö€Õ¡" | 920 | msgstr "Ô±ÕµÕ½ Õ¶Õ·Õ¡Õ¶Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿Õ¶Õ¾Õ¥Ö„ <b>%s</b>-Õ« Õ£Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»Õ« Õ¾Ö€Õ¡" |
928 | 921 | ||
929 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 922 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
923 | +#: app/helpers/application_helper.rb:500 | ||
924 | +#, fuzzy | ||
925 | +msgid "Home Page" | ||
926 | +msgstr "Ô³Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»" | ||
927 | + | ||
928 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
929 | +#: app/models/profile_categorization.rb:- | ||
930 | +msgid "Profile" | ||
931 | +msgstr "ÕŠÖ€Õ¸Ö†Õ¡ÕµÕ¬" | ||
932 | + | ||
933 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
934 | +#: app/views/content_viewer/_person.rhtml:51 | ||
935 | +#: app/views/profile/_person.rhtml:51 | ||
936 | +msgid "Friends" | ||
937 | +msgstr "Ô¸Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€" | ||
938 | + | ||
939 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
940 | +#: app/models/members_block.rb:4 | ||
941 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
942 | +#: app/views/profile/_organization.rhtml:6 | ||
943 | +msgid "Members" | ||
944 | +msgstr "Ô±Õ¶Õ¤Õ¡Õ´Õ¶Õ¥Ö€" | ||
945 | + | ||
946 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
947 | +msgid "Agenda" | ||
948 | +msgstr "" | ||
949 | + | ||
950 | +#: app/helpers/application_helper.rb:524 | ||
951 | +#, fuzzy | ||
952 | +msgid "Profile links" | ||
953 | +msgstr "ÕŠÖ€Õ¸Ö†Õ¡ÕµÕ¬" | ||
954 | + | ||
955 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
930 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 956 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
931 | msgstr "Ô±ÕµÕ½ Õ¶Õ·Õ¡Õ¶Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿Õ¶Õ¾Õ¥Ö„ <b>%s</b>-Õ« Õ£Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»Õ« Õ¾Ö€Õ¡" | 957 | msgstr "Ô±ÕµÕ½ Õ¶Õ·Õ¡Õ¶Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿Õ¶Õ¾Õ¥Ö„ <b>%s</b>-Õ« Õ£Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»Õ« Õ¾Ö€Õ¡" |
932 | 958 | ||
933 | -#: app/helpers/application_helper.rb:513 | 959 | +#: app/helpers/application_helper.rb:545 |
934 | #, fuzzy | 960 | #, fuzzy |
935 | msgid "1 member" | 961 | msgid "1 member" |
936 | msgid_plural "%s members" | 962 | msgid_plural "%s members" |
937 | msgstr[0] "Õ†Õ¸Ö€ Õ¡Õ¶Õ¤Õ¡Õ´" | 963 | msgstr[0] "Õ†Õ¸Ö€ Õ¡Õ¶Õ¤Õ¡Õ´" |
938 | msgstr[1] "Õ†Õ¸Ö€ Õ¡Õ¶Õ¤Õ¡Õ´" | 964 | msgstr[1] "Õ†Õ¸Ö€ Õ¡Õ¶Õ¤Õ¡Õ´" |
939 | 965 | ||
940 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 966 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
941 | #: app/views/content_viewer/view_page.rhtml:97 | 967 | #: app/views/content_viewer/view_page.rhtml:97 |
942 | msgid "Categories" | 968 | msgid "Categories" |
943 | msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€" | 969 | msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€" |
944 | 970 | ||
945 | -#: app/helpers/application_helper.rb:574 | 971 | +#: app/helpers/application_helper.rb:606 |
946 | msgid "open" | 972 | msgid "open" |
947 | msgstr "Õ¢Õ¡ÖÕ¥Õ¬" | 973 | msgstr "Õ¢Õ¡ÖÕ¥Õ¬" |
948 | 974 | ||
949 | -#: app/helpers/application_helper.rb:613 | 975 | +#: app/helpers/application_helper.rb:645 |
950 | #: app/views/layouts/application-ng.rhtml:63 | 976 | #: app/views/layouts/application-ng.rhtml:63 |
951 | #: app/views/layouts/application-ng.rhtml:65 | 977 | #: app/views/layouts/application-ng.rhtml:65 |
952 | #: app/views/layouts/application-ng.rhtml:68 | 978 | #: app/views/layouts/application-ng.rhtml:68 |
953 | msgid "Search..." | 979 | msgid "Search..." |
954 | msgstr "ÕˆÖ€Õ¸Õ¶Õ¥Õ¬..." | 980 | msgstr "ÕˆÖ€Õ¸Õ¶Õ¥Õ¬..." |
955 | 981 | ||
956 | -#: app/helpers/application_helper.rb:615 | 982 | +#: app/helpers/application_helper.rb:647 |
957 | msgid "This is a search box. Click, write your query, and press enter to find" | 983 | msgid "This is a search box. Click, write your query, and press enter to find" |
958 | msgstr "" | 984 | msgstr "" |
959 | "Ô±ÕµÕ½Õ¿Õ¥Õ² Õ¯Õ¡Ö€Õ¸Õ² Õ¥Ö„ Õ¸Ö€Õ¸Õ¶Õ¸Ö‚Õ´ Õ¯Õ¡Õ¿Õ¡Ö€Õ¥Õ¬: Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Ö„ ÕÕ¥Ö€ Õ°Õ¡Ö€ÖÕ¸Ö‚Õ´Õ¶ Õ¸Ö‚ Õ½Õ¥Õ²Õ´Õ¥Ö„ «Enter» " | 985 | "Ô±ÕµÕ½Õ¿Õ¥Õ² Õ¯Õ¡Ö€Õ¸Õ² Õ¥Ö„ Õ¸Ö€Õ¸Õ¶Õ¸Ö‚Õ´ Õ¯Õ¡Õ¿Õ¡Ö€Õ¥Õ¬: Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Ö„ ÕÕ¥Ö€ Õ°Õ¡Ö€ÖÕ¸Ö‚Õ´Õ¶ Õ¸Ö‚ Õ½Õ¥Õ²Õ´Õ¥Ö„ «Enter» " |
960 | "Õ¯Õ¸Õ³Õ¡Õ¯Õ¨:" | 986 | "Õ¯Õ¸Õ³Õ¡Õ¯Õ¨:" |
961 | 987 | ||
962 | -#: app/helpers/application_helper.rb:616 | 988 | +#: app/helpers/application_helper.rb:648 |
963 | msgid "Click, write and press enter to find" | 989 | msgid "Click, write and press enter to find" |
964 | msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" | 990 | msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" |
965 | 991 | ||
966 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 992 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
967 | #: app/views/region_validators/region.rhtml:23 | 993 | #: app/views/region_validators/region.rhtml:23 |
968 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 994 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
969 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 995 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
970 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 996 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
971 | #: app/views/profile_members/add_members.rhtml:5 | 997 | #: app/views/profile_members/add_members.rhtml:5 |
998 | +#: app/views/browse/_search_form.rhtml:7 | ||
972 | msgid "Search" | 999 | msgid "Search" |
973 | msgstr "ÕˆÖ€Õ¸Õ¶Õ¸Ö‚Õ´" | 1000 | msgstr "ÕˆÖ€Õ¸Õ¶Õ¸Ö‚Õ´" |
974 | 1001 | ||
975 | -#: app/helpers/application_helper.rb:814 | 1002 | +#: app/helpers/application_helper.rb:846 |
976 | msgid "Searched for '%s'" | 1003 | msgid "Searched for '%s'" |
977 | msgstr "«%s»-ի որոնում" | 1004 | msgstr "«%s»-ի որոնում" |
978 | 1005 | ||
979 | -#: app/helpers/application_helper.rb:815 | 1006 | +#: app/helpers/application_helper.rb:847 |
980 | msgid "In category %s" | 1007 | msgid "In category %s" |
981 | msgstr "%s Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡ÕµÕ¸Ö‚Õ´" | 1008 | msgstr "%s Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡ÕµÕ¸Ö‚Õ´" |
982 | 1009 | ||
983 | -#: app/helpers/application_helper.rb:816 | 1010 | +#: app/helpers/application_helper.rb:848 |
984 | msgid "within %d km from %s" | 1011 | msgid "within %d km from %s" |
985 | msgstr "%s-Õ«Ö %d Õ¯Õ´ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ¾Ö€Õ¡" | 1012 | msgstr "%s-Õ«Ö %d Õ¯Õ´ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ¾Ö€Õ¡" |
986 | 1013 | ||
987 | -#: app/helpers/application_helper.rb:817 | 1014 | +#: app/helpers/application_helper.rb:849 |
988 | msgid "%d results found" | 1015 | msgid "%d results found" |
989 | msgstr "Ô³Õ¿Õ¶Õ¾Õ¡Õ® Õ¡Ö€Õ¤ÕµÕ¸Ö‚Õ¶Ö„Õ¶Õ¥Ö€ %d" | 1016 | msgstr "Ô³Õ¿Õ¶Õ¾Õ¡Õ® Õ¡Ö€Õ¤ÕµÕ¸Ö‚Õ¶Ö„Õ¶Õ¥Ö€ %d" |
990 | 1017 | ||
991 | -#: app/helpers/application_helper.rb:823 | 1018 | +#: app/helpers/application_helper.rb:855 |
992 | #, fuzzy | 1019 | #, fuzzy |
993 | msgid "In all categories" | 1020 | msgid "In all categories" |
994 | msgstr "%s Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡ÕµÕ¸Ö‚Õ´" | 1021 | msgstr "%s Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡ÕµÕ¸Ö‚Õ´" |
995 | 1022 | ||
996 | -#: app/helpers/application_helper.rb:908 | 1023 | +#: app/helpers/application_helper.rb:940 |
997 | msgid "Online Manual" | 1024 | msgid "Online Manual" |
998 | msgstr "" | 1025 | msgstr "" |
999 | 1026 | ||
1027 | +#: app/helpers/application_helper.rb:1056 | ||
1028 | +#, fuzzy | ||
1029 | +msgid "people|More Recent" | ||
1030 | +msgstr "ÕŽÕ¥Ö€Õ»Õ«Õ¶" | ||
1031 | + | ||
1032 | +#: app/helpers/application_helper.rb:1057 | ||
1033 | +#, fuzzy | ||
1034 | +msgid "people|More Active" | ||
1035 | +msgstr "Ô±Õ¯Õ¿Õ«Õ¾" | ||
1036 | + | ||
1037 | +#: app/helpers/application_helper.rb:1058 | ||
1038 | +#, fuzzy | ||
1039 | +msgid "people|More Popular" | ||
1040 | +msgstr "Õ„Õ¡Ö€Õ¤Õ«Õ¯ Ö‡ ÕÕ´Õ¢Õ¥Ö€" | ||
1041 | + | ||
1042 | +#: app/helpers/application_helper.rb:1061 | ||
1043 | +#, fuzzy | ||
1044 | +msgid "My friends" | ||
1045 | +msgstr "Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€" | ||
1046 | + | ||
1047 | +#: app/helpers/application_helper.rb:1062 | ||
1048 | +#, fuzzy | ||
1049 | +msgid "Invite friends" | ||
1050 | +msgstr "Ô¿Õ¡Õ¼Õ¡Õ¾Õ¡Ö€Õ¥Õ¬ Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€Õ«Õ¶" | ||
1051 | + | ||
1052 | +#: app/helpers/application_helper.rb:1066 | ||
1053 | +#, fuzzy | ||
1054 | +msgid "People Menu" | ||
1055 | +msgstr "Õ„Õ¡Ö€Õ¤Õ«Õ¯" | ||
1056 | + | ||
1057 | +#: app/helpers/application_helper.rb:1071 | ||
1058 | +#, fuzzy | ||
1059 | +msgid "communities|More Recent" | ||
1060 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1061 | + | ||
1062 | +#: app/helpers/application_helper.rb:1072 | ||
1063 | +#, fuzzy | ||
1064 | +msgid "communities|More Active" | ||
1065 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1066 | + | ||
1067 | +#: app/helpers/application_helper.rb:1073 | ||
1068 | +#, fuzzy | ||
1069 | +msgid "communities|More Popular" | ||
1070 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1071 | + | ||
1072 | +#: app/helpers/application_helper.rb:1076 | ||
1073 | +#, fuzzy | ||
1074 | +msgid "My communities" | ||
1075 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1076 | + | ||
1077 | +#: app/helpers/application_helper.rb:1077 | ||
1078 | +#: app/views/search/communities.rhtml:24 | ||
1079 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1080 | +msgid "New community" | ||
1081 | +msgstr "" | ||
1082 | + | ||
1083 | +#: app/helpers/application_helper.rb:1081 | ||
1084 | +#, fuzzy | ||
1085 | +msgid "Communities Menu" | ||
1086 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1087 | + | ||
1000 | #: app/helpers/display_helper.rb:4 | 1088 | #: app/helpers/display_helper.rb:4 |
1001 | msgid "No product" | 1089 | msgid "No product" |
1002 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„ Õ¹Õ¯Õ¡" | 1090 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„ Õ¹Õ¯Õ¡" |
@@ -1187,35 +1275,64 @@ msgstr "" | @@ -1187,35 +1275,64 @@ msgstr "" | ||
1187 | msgid "Comment succesfully deleted" | 1275 | msgid "Comment succesfully deleted" |
1188 | msgstr "Õ„Õ¥Õ¯Õ¶Õ¡Õ¢Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ°Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ°Õ¥Õ¼Õ¡ÖÕ¾Õ¡Õ® Õ§:" | 1276 | msgstr "Õ„Õ¥Õ¯Õ¶Õ¡Õ¢Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ°Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ°Õ¥Õ¼Õ¡ÖÕ¾Õ¡Õ® Õ§:" |
1189 | 1277 | ||
1190 | -#: app/controllers/public/account_controller.rb:31 | 1278 | +#: app/controllers/public/browse_controller.rb:49 |
1279 | +#, fuzzy | ||
1280 | +msgid "More recent people" | ||
1281 | +msgstr "Ô±Õ¾Õ¥Õ¬Õ« Õ¶Õ¸Ö€ Õ´Õ¡Ö€Õ¤Õ«Õ¯" | ||
1282 | + | ||
1283 | +#: app/controllers/public/browse_controller.rb:50 | ||
1284 | +#, fuzzy | ||
1285 | +msgid "More active people" | ||
1286 | +msgstr "Ô´Õ¥Ö€ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬" | ||
1287 | + | ||
1288 | +#: app/controllers/public/browse_controller.rb:51 | ||
1289 | +msgid "More popular people" | ||
1290 | +msgstr "" | ||
1291 | + | ||
1292 | +#: app/controllers/public/browse_controller.rb:52 | ||
1293 | +#, fuzzy | ||
1294 | +msgid "More recent communities" | ||
1295 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1296 | + | ||
1297 | +#: app/controllers/public/browse_controller.rb:53 | ||
1298 | +#, fuzzy | ||
1299 | +msgid "More active communities" | ||
1300 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1301 | + | ||
1302 | +#: app/controllers/public/browse_controller.rb:54 | ||
1303 | +#, fuzzy | ||
1304 | +msgid "More popular communities" | ||
1305 | +msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
1306 | + | ||
1307 | +#: app/controllers/public/account_controller.rb:33 | ||
1191 | msgid "Logged in successfully" | 1308 | msgid "Logged in successfully" |
1192 | msgstr "Õ€Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ´Õ¸Ö‚Õ¿Ö„ Õ¥Ö„ Õ£Õ¸Ö€Õ®Õ¥Õ¬" | 1309 | msgstr "Õ€Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ´Õ¸Ö‚Õ¿Ö„ Õ¥Ö„ Õ£Õ¸Ö€Õ®Õ¥Õ¬" |
1193 | 1310 | ||
1194 | -#: app/controllers/public/account_controller.rb:34 | 1311 | +#: app/controllers/public/account_controller.rb:36 |
1195 | msgid "Incorrect username or password" | 1312 | msgid "Incorrect username or password" |
1196 | msgstr "Õ„Õ¡Õ½Õ¶Õ¡Õ¯ÖÕ« Õ½ÕÕ¡Õ¬ Õ¡Õ¶Õ¸Ö‚Õ¶ Õ¯Õ¡Õ´ Õ½ÕÕ¡Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼" | 1313 | msgstr "Õ„Õ¡Õ½Õ¶Õ¡Õ¯ÖÕ« Õ½ÕÕ¡Õ¬ Õ¡Õ¶Õ¸Ö‚Õ¶ Õ¯Õ¡Õ´ Õ½ÕÕ¡Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼" |
1197 | 1314 | ||
1198 | -#: app/controllers/public/account_controller.rb:71 | 1315 | +#: app/controllers/public/account_controller.rb:73 |
1199 | msgid "Thanks for signing up!" | 1316 | msgid "Thanks for signing up!" |
1200 | msgstr "Õ‡Õ¶Õ¸Ö€Õ°Õ¡Õ¯Õ¡Õ¬Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ£Ö€Õ¡Õ¶ÖÕ¾Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€:" | 1317 | msgstr "Õ‡Õ¶Õ¸Ö€Õ°Õ¡Õ¯Õ¡Õ¬Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ£Ö€Õ¡Õ¶ÖÕ¾Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€:" |
1201 | 1318 | ||
1202 | -#: app/controllers/public/account_controller.rb:110 | 1319 | +#: app/controllers/public/account_controller.rb:112 |
1203 | msgid "You have been logged out." | 1320 | msgid "You have been logged out." |
1204 | msgstr "Ô´Õ¸Ö‚Ö„ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ«Ö Õ¤Õ¸Ö‚Ö€Õ½ Õ¥Ö„ Õ¥Õ¯Õ¥Õ¬:" | 1321 | msgstr "Ô´Õ¸Ö‚Ö„ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ«Ö Õ¤Õ¸Ö‚Ö€Õ½ Õ¥Ö„ Õ¥Õ¯Õ¥Õ¬:" |
1205 | 1322 | ||
1206 | -#: app/controllers/public/account_controller.rb:121 | 1323 | +#: app/controllers/public/account_controller.rb:123 |
1207 | msgid "Your password has been changed successfully!" | 1324 | msgid "Your password has been changed successfully!" |
1208 | msgstr "ÕÕ¥Ö€ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨ Õ¢Õ¡Ö€Õ¥Õ°Õ¡Õ»Õ¸Õ² ÖƒÕ¸ÕÕ¾Õ¡Õ® Õ§:" | 1325 | msgstr "ÕÕ¥Ö€ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨ Õ¢Õ¡Ö€Õ¥Õ°Õ¡Õ»Õ¸Õ² ÖƒÕ¸ÕÕ¾Õ¡Õ® Õ§:" |
1209 | 1326 | ||
1210 | -#: app/controllers/public/account_controller.rb:124 | 1327 | +#: app/controllers/public/account_controller.rb:126 |
1211 | msgid "The supplied current password is incorrect." | 1328 | msgid "The supplied current password is incorrect." |
1212 | msgstr "Õ†Õ¥Ö€Õ¯Õ¡ÕµÕ«Õ½ Õ£Õ¡Õ²Õ¿Õ¡Õ¢Õ¡Õ¼Õ¨ Õ½ÕÕ¡Õ¬ Õ§:" | 1329 | msgstr "Õ†Õ¥Ö€Õ¯Õ¡ÕµÕ«Õ½ Õ£Õ¡Õ²Õ¿Õ¡Õ¢Õ¡Õ¼Õ¨ Õ½ÕÕ¡Õ¬ Õ§:" |
1213 | 1330 | ||
1214 | -#: app/controllers/public/account_controller.rb:226 | 1331 | +#: app/controllers/public/account_controller.rb:228 |
1215 | msgid "Available!" | 1332 | msgid "Available!" |
1216 | msgstr "" | 1333 | msgstr "" |
1217 | 1334 | ||
1218 | -#: app/controllers/public/account_controller.rb:229 | 1335 | +#: app/controllers/public/account_controller.rb:231 |
1219 | msgid "Unavailable!" | 1336 | msgid "Unavailable!" |
1220 | msgstr "" | 1337 | msgstr "" |
1221 | 1338 | ||
@@ -1423,7 +1540,7 @@ msgstr "Ô²Õ¸Õ¬Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€Õ¨" | @@ -1423,7 +1540,7 @@ msgstr "Ô²Õ¸Õ¬Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€Õ¨" | ||
1423 | msgid "Enterprise" | 1540 | msgid "Enterprise" |
1424 | msgstr "Ô¿Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | 1541 | msgstr "Ô¿Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" |
1425 | 1542 | ||
1426 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1543 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1427 | msgid "Organization website" | 1544 | msgid "Organization website" |
1428 | msgstr "" | 1545 | msgstr "" |
1429 | 1546 | ||
@@ -1435,17 +1552,17 @@ msgstr "" | @@ -1435,17 +1552,17 @@ msgstr "" | ||
1435 | msgid "Activities short description" | 1552 | msgid "Activities short description" |
1436 | msgstr "" | 1553 | msgstr "" |
1437 | 1554 | ||
1438 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1555 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1439 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1556 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1440 | msgid "City" | 1557 | msgid "City" |
1441 | msgstr "Õ”Õ¡Õ²Õ¡Ö„" | 1558 | msgstr "Õ”Õ¡Õ²Õ¡Ö„" |
1442 | 1559 | ||
1443 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1560 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1444 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1561 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1445 | msgid "State" | 1562 | msgid "State" |
1446 | msgstr "Õ†Õ¡Õ°Õ¡Õ¶Õ£" | 1563 | msgstr "Õ†Õ¡Õ°Õ¡Õ¶Õ£" |
1447 | 1564 | ||
1448 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1565 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1449 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1566 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1450 | #: app/views/profile_editor/_person_form.rhtml:21 | 1567 | #: app/views/profile_editor/_person_form.rhtml:21 |
1451 | #: app/views/maps/edit_location.rhtml:6 | 1568 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1481,12 +1598,6 @@ msgstr "" | @@ -1481,12 +1598,6 @@ msgstr "" | ||
1481 | msgid "The original text was removed." | 1598 | msgid "The original text was removed." |
1482 | msgstr "" | 1599 | msgstr "" |
1483 | 1600 | ||
1484 | -#: app/models/members_block.rb:4 | ||
1485 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1486 | -#: app/views/profile/_organization.rhtml:6 | ||
1487 | -msgid "Members" | ||
1488 | -msgstr "Ô±Õ¶Õ¤Õ¡Õ´Õ¶Õ¥Ö€" | ||
1489 | - | ||
1490 | #: app/models/members_block.rb:8 | 1601 | #: app/models/members_block.rb:8 |
1491 | #, fuzzy | 1602 | #, fuzzy |
1492 | msgid "{#} members" | 1603 | msgid "{#} members" |
@@ -1530,6 +1641,7 @@ msgstr "Õ„Õ¡Ö€Õ¤Õ¯Õ¡Õ¶Ö Õ¯Õ¡Õ´ ÕÕ´Õ¢Õ¥Ö€Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿ | @@ -1530,6 +1641,7 @@ msgstr "Õ„Õ¡Ö€Õ¤Õ¯Õ¡Õ¶Ö Õ¯Õ¡Õ´ ÕÕ´Õ¢Õ¥Ö€Õ« Õ¾Ö€Õ¡ Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾` Õ¯Õ°Õ¡ÕµÕ¿ | ||
1530 | 1641 | ||
1531 | #: app/models/profile_list_block.rb:74 | 1642 | #: app/models/profile_list_block.rb:74 |
1532 | #: app/views/search/_display_results.rhtml:67 | 1643 | #: app/views/search/_display_results.rhtml:67 |
1644 | +#: app/views/browse/_display_results.rhtml:6 | ||
1533 | msgid "None" | 1645 | msgid "None" |
1534 | msgstr "Õ‰Õ¯Õ¡" | 1646 | msgstr "Õ‰Õ¯Õ¡" |
1535 | 1647 | ||
@@ -1803,7 +1915,7 @@ msgid "Enabled" | @@ -1803,7 +1915,7 @@ msgid "Enabled" | ||
1803 | msgstr "Ô±Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¾Õ¡Õ® Õ§" | 1915 | msgstr "Ô±Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¾Õ¡Õ® Õ§" |
1804 | 1916 | ||
1805 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1917 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1806 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1918 | +#: app/models/product.rb:- app/models/task.rb:- |
1807 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1919 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1808 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1920 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1809 | #: app/models/environment.rb:- app/models/profile.rb:- | 1921 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1812,10 +1924,10 @@ msgid "Created at" | @@ -1812,10 +1924,10 @@ msgid "Created at" | ||
1812 | msgstr "ÕÕ¿Õ¥Õ²Õ®Õ¾Õ¡Õ® Õ§" | 1924 | msgstr "ÕÕ¿Õ¥Õ²Õ®Õ¾Õ¡Õ® Õ§" |
1813 | 1925 | ||
1814 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1926 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1815 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1816 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1817 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1818 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1927 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1928 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1929 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1930 | +#: app/models/product_categorization.rb:- | ||
1819 | msgid "Updated at" | 1931 | msgid "Updated at" |
1820 | msgstr "Ô¹Õ¡Ö€Õ´Õ¡ÖÕ¾Õ¥Õ¬ Õ§" | 1932 | msgstr "Ô¹Õ¡Ö€Õ´Õ¡ÖÕ¾Õ¥Õ¬ Õ§" |
1821 | 1933 | ||
@@ -2018,92 +2130,109 @@ msgid_plural "%{num} communities" | @@ -2018,92 +2130,109 @@ msgid_plural "%{num} communities" | ||
2018 | msgstr[0] "Õ„Õ¥Õ¯ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" | 2130 | msgstr[0] "Õ„Õ¥Õ¯ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" |
2019 | msgstr[1] "%{num} Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | 2131 | msgstr[1] "%{num} Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" |
2020 | 2132 | ||
2021 | -#: app/models/person.rb:24 | 2133 | +#: app/models/person.rb:30 |
2022 | #, fuzzy | 2134 | #, fuzzy |
2023 | msgid "An existing person cannot be renamed." | 2135 | msgid "An existing person cannot be renamed." |
2024 | msgstr "Ô±Ö€Õ¤Õ¥Õ¶ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ¥ÖÕ¸Õ² Õ¡Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ« Õ¡Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ² ÖƒÕ¸ÕÕ¾Õ¥Õ¬:" | 2136 | msgstr "Ô±Ö€Õ¤Õ¥Õ¶ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ¥ÖÕ¸Õ² Õ¡Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ« Õ¡Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ² ÖƒÕ¸ÕÕ¾Õ¥Õ¬:" |
2025 | 2137 | ||
2026 | -#: app/models/person.rb:30 | 2138 | +#: app/models/person.rb:36 |
2027 | msgid "friends" | 2139 | msgid "friends" |
2028 | msgstr "Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€" | 2140 | msgstr "Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€" |
2029 | 2141 | ||
2030 | -#: app/models/person.rb:30 | 2142 | +#: app/models/person.rb:36 |
2031 | msgid "work" | 2143 | msgid "work" |
2032 | msgstr "Õ¡Õ·ÕÕ¡Õ¿Õ¡Õ¾Õ¡ÕµÖ€" | 2144 | msgstr "Õ¡Õ·ÕÕ¡Õ¿Õ¡Õ¾Õ¡ÕµÖ€" |
2033 | 2145 | ||
2034 | -#: app/models/person.rb:30 | 2146 | +#: app/models/person.rb:36 |
2035 | msgid "school" | 2147 | msgid "school" |
2036 | msgstr "Õ¤ÕºÖ€Õ¸Ö" | 2148 | msgstr "Õ¤ÕºÖ€Õ¸Ö" |
2037 | 2149 | ||
2038 | -#: app/models/person.rb:30 | 2150 | +#: app/models/person.rb:36 |
2039 | msgid "family" | 2151 | msgid "family" |
2040 | msgstr "Õ¨Õ¶Õ¿Õ¡Õ¶Õ«Ö„" | 2152 | msgstr "Õ¨Õ¶Õ¿Õ¡Õ¶Õ«Ö„" |
2041 | 2153 | ||
2042 | -#: app/models/person.rb:86 | 2154 | +#: app/models/person.rb:92 |
2043 | msgid "%{fn} is mandatory" | 2155 | msgid "%{fn} is mandatory" |
2044 | msgstr "" | 2156 | msgstr "" |
2045 | 2157 | ||
2046 | -#: app/models/person.rb:111 | 2158 | +#: app/models/person.rb:117 |
2047 | msgid "Cell phone" | 2159 | msgid "Cell phone" |
2048 | msgstr "" | 2160 | msgstr "" |
2049 | 2161 | ||
2050 | -#: app/models/person.rb:111 | 2162 | +#: app/models/person.rb:117 |
2051 | msgid "Comercial phone" | 2163 | msgid "Comercial phone" |
2052 | msgstr "" | 2164 | msgstr "" |
2053 | 2165 | ||
2054 | -#: app/models/person.rb:111 | 2166 | +#: app/models/person.rb:117 |
2055 | msgid "Nationality" | 2167 | msgid "Nationality" |
2056 | msgstr "" | 2168 | msgstr "" |
2057 | 2169 | ||
2058 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2170 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2059 | msgid "Schooling" | 2171 | msgid "Schooling" |
2060 | msgstr "" | 2172 | msgstr "" |
2061 | 2173 | ||
2062 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2174 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2063 | msgid "Area of study" | 2175 | msgid "Area of study" |
2064 | msgstr "" | 2176 | msgstr "" |
2065 | 2177 | ||
2066 | -#: app/models/person.rb:111 | 2178 | +#: app/models/person.rb:117 |
2067 | msgid "Professional activity" | 2179 | msgid "Professional activity" |
2068 | msgstr "" | 2180 | msgstr "" |
2069 | 2181 | ||
2070 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2182 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2071 | msgid "Organization" | 2183 | msgid "Organization" |
2072 | msgstr "Ô¿Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | 2184 | msgstr "Ô¿Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" |
2073 | 2185 | ||
2074 | -#: app/models/person.rb:114 | 2186 | +#: app/models/person.rb:120 |
2075 | msgid "Schooling status" | 2187 | msgid "Schooling status" |
2076 | msgstr "" | 2188 | msgstr "" |
2077 | 2189 | ||
2078 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2190 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2079 | msgid "Formation" | 2191 | msgid "Formation" |
2080 | msgstr "" | 2192 | msgstr "" |
2081 | 2193 | ||
2082 | -#: app/models/person.rb:117 | 2194 | +#: app/models/person.rb:123 |
2083 | msgid "Custom formation" | 2195 | msgid "Custom formation" |
2084 | msgstr "" | 2196 | msgstr "" |
2085 | 2197 | ||
2086 | -#: app/models/person.rb:117 | 2198 | +#: app/models/person.rb:123 |
2087 | msgid "Custom area of study" | 2199 | msgid "Custom area of study" |
2088 | msgstr "" | 2200 | msgstr "" |
2089 | 2201 | ||
2090 | -#: app/models/person.rb:120 | 2202 | +#: app/models/person.rb:126 |
2091 | msgid "Contact information" | 2203 | msgid "Contact information" |
2092 | msgstr "Ô·Õ¬. Õ°Õ¡Õ½ÖÕ¥" | 2204 | msgstr "Ô·Õ¬. Õ°Õ¡Õ½ÖÕ¥" |
2093 | 2205 | ||
2094 | -#: app/models/person.rb:120 | 2206 | +#: app/models/person.rb:126 |
2095 | msgid "Sex" | 2207 | msgid "Sex" |
2096 | msgstr "ÕÕ¥Õ¼" | 2208 | msgstr "ÕÕ¥Õ¼" |
2097 | 2209 | ||
2098 | -#: app/models/person.rb:120 | 2210 | +#: app/models/person.rb:126 |
2099 | msgid "Zip code" | 2211 | msgid "Zip code" |
2100 | msgstr "" | 2212 | msgstr "" |
2101 | 2213 | ||
2102 | -#: app/models/person.rb:161 | 2214 | +#: app/models/person.rb:167 |
2103 | msgid "%{fn} is already used by other user" | 2215 | msgid "%{fn} is already used by other user" |
2104 | msgstr "" | 2216 | msgstr "" |
2105 | 2217 | ||
2218 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2219 | +#: app/models/profile.rb:709 | ||
2220 | +#, fuzzy | ||
2221 | +msgid "none" | ||
2222 | +msgstr "Õ‰Õ¯Õ¡" | ||
2223 | + | ||
2224 | +#: app/models/person.rb:300 | ||
2225 | +#, fuzzy | ||
2226 | +msgid "one friend" | ||
2227 | +msgstr "Õ†Õ¸Ö€ Õ¨Õ¶Õ¯Õ¥Ö€" | ||
2228 | + | ||
2229 | +#: app/models/person.rb:301 | ||
2230 | +#, fuzzy | ||
2231 | +msgid "%s friends" | ||
2232 | +msgstr "%s-Õ« Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€Õ¨" | ||
2233 | + | ||
2106 | #: app/models/favorite_enterprises_block.rb:4 | 2234 | #: app/models/favorite_enterprises_block.rb:4 |
2235 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2107 | #: app/views/profile_editor/index.rhtml:55 | 2236 | #: app/views/profile_editor/index.rhtml:55 |
2108 | msgid "Favorite Enterprises" | 2237 | msgid "Favorite Enterprises" |
2109 | msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | 2238 | msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" |
@@ -2113,11 +2242,6 @@ msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | @@ -2113,11 +2242,6 @@ msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | ||
2113 | msgid "This block lists your favorite enterprises." | 2242 | msgid "This block lists your favorite enterprises." |
2114 | msgstr "ÕÕ¥Ö€ Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ¸Õ² Õ¢Õ¡ÕªÕ«Õ¶" | 2243 | msgstr "ÕÕ¥Ö€ Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ¸Õ² Õ¢Õ¡ÕªÕ«Õ¶" |
2115 | 2244 | ||
2116 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2117 | -#, fuzzy | ||
2118 | -msgid "Favorite enterprises" | ||
2119 | -msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | ||
2120 | - | ||
2121 | #: app/models/qualifier.rb:- | 2245 | #: app/models/qualifier.rb:- |
2122 | msgid "qualifier" | 2246 | msgid "qualifier" |
2123 | msgstr "" | 2247 | msgstr "" |
@@ -2141,8 +2265,8 @@ msgstr "Ô±Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´" | @@ -2141,8 +2265,8 @@ msgstr "Ô±Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´" | ||
2141 | msgid "Generic category" | 2265 | msgid "Generic category" |
2142 | msgstr "Ô¸Õ¶Õ¤Õ°Õ¡Õ¶Õ¸Ö‚Ö€ Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡" | 2266 | msgstr "Ô¸Õ¶Õ¤Õ°Õ¡Õ¶Õ¸Ö‚Ö€ Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡" |
2143 | 2267 | ||
2144 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2145 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2268 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2269 | +#: app/models/product_categorization.rb:- | ||
2146 | #: app/views/manage_products/index.rhtml:5 | 2270 | #: app/views/manage_products/index.rhtml:5 |
2147 | msgid "Product" | 2271 | msgid "Product" |
2148 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" | 2272 | msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" |
@@ -2160,10 +2284,6 @@ msgstr "" | @@ -2160,10 +2284,6 @@ msgstr "" | ||
2160 | msgid "input" | 2284 | msgid "input" |
2161 | msgstr "" | 2285 | msgstr "" |
2162 | 2286 | ||
2163 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2164 | -msgid "Product category" | ||
2165 | -msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡" | ||
2166 | - | ||
2167 | #: app/models/profile_categorization.rb:- | 2287 | #: app/models/profile_categorization.rb:- |
2168 | msgid "categories profile" | 2288 | msgid "categories profile" |
2169 | msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ« Õ§Õ»" | 2289 | msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ« Õ§Õ»" |
@@ -2172,10 +2292,6 @@ msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ« Õ§Õ»" | @@ -2172,10 +2292,6 @@ msgstr "Ô¿Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ« Õ§Õ»" | ||
2172 | msgid "profilecategorization" | 2292 | msgid "profilecategorization" |
2173 | msgstr "Ô±Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¦Õ¡ÖÕ¸Ö‚Õ´" | 2293 | msgstr "Ô±Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¦Õ¡ÖÕ¸Ö‚Õ´" |
2174 | 2294 | ||
2175 | -#: app/models/profile_categorization.rb:- | ||
2176 | -msgid "Profile" | ||
2177 | -msgstr "ÕŠÖ€Õ¸Ö†Õ¡ÕµÕ¬" | ||
2178 | - | ||
2179 | #: app/models/tags_block.rb:10 | 2295 | #: app/models/tags_block.rb:10 |
2180 | #, fuzzy | 2296 | #, fuzzy |
2181 | msgid "Tags" | 2297 | msgid "Tags" |
@@ -2208,11 +2324,6 @@ msgid "" | @@ -2208,11 +2324,6 @@ msgid "" | ||
2208 | "friend." | 2324 | "friend." |
2209 | msgstr "" | 2325 | msgstr "" |
2210 | 2326 | ||
2211 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2212 | -#: app/views/profile/_person.rhtml:51 | ||
2213 | -msgid "Friends" | ||
2214 | -msgstr "Ô¸Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€" | ||
2215 | - | ||
2216 | #: app/models/friends_block.rb:8 | 2327 | #: app/models/friends_block.rb:8 |
2217 | #, fuzzy | 2328 | #, fuzzy |
2218 | msgid "{#} friend" | 2329 | msgid "{#} friend" |
@@ -2256,6 +2367,10 @@ msgstr "" | @@ -2256,6 +2367,10 @@ msgstr "" | ||
2256 | msgid "product" | 2367 | msgid "product" |
2257 | msgstr "Õ¡Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" | 2368 | msgstr "Õ¡Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„" |
2258 | 2369 | ||
2370 | +#: app/models/product.rb:- | ||
2371 | +msgid "Product category" | ||
2372 | +msgstr "Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¡Õ¶Ö„Õ« Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡" | ||
2373 | + | ||
2259 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2374 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2260 | msgid "Price" | 2375 | msgid "Price" |
2261 | msgstr "Ô³Õ«Õ¶" | 2376 | msgstr "Ô³Õ«Õ¶" |
@@ -2381,29 +2496,29 @@ msgstr "Ô´Õ¸Ö‚Ö€Õ½ Õ£Õ¡Õ¬:" | @@ -2381,29 +2496,29 @@ msgstr "Ô´Õ¸Ö‚Ö€Õ½ Õ£Õ¡Õ¬:" | ||
2381 | msgid "This block presents a login/logout block." | 2496 | msgid "This block presents a login/logout block." |
2382 | msgstr "" | 2497 | msgstr "" |
2383 | 2498 | ||
2384 | -#: app/models/uploaded_file.rb:33 | 2499 | +#: app/models/uploaded_file.rb:35 |
2385 | #, fuzzy | 2500 | #, fuzzy |
2386 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2501 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2387 | msgstr "ÕÕ¥Ö€ Õ¢Õ¥Õ¼Õ¶Õ¡Õ® Ö†Õ¡ÕµÕ¬Õ« Õ¹Õ¡ÖƒÕ½Õ¶ Õ¡Õ¶ÖÕ¶Õ¸Ö‚Õ´ Õ§ Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¾Õ¡Õ® %s Õ¹Õ¡ÖƒÕ½Õ«Ö" | 2502 | msgstr "ÕÕ¥Ö€ Õ¢Õ¥Õ¼Õ¶Õ¡Õ® Ö†Õ¡ÕµÕ¬Õ« Õ¹Õ¡ÖƒÕ½Õ¶ Õ¡Õ¶ÖÕ¶Õ¸Ö‚Õ´ Õ§ Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¾Õ¡Õ® %s Õ¹Õ¡ÖƒÕ½Õ«Ö" |
2388 | 2503 | ||
2389 | -#: app/models/uploaded_file.rb:44 | 2504 | +#: app/models/uploaded_file.rb:46 |
2390 | msgid "Uploaded file" | 2505 | msgid "Uploaded file" |
2391 | msgstr "ÕŽÕ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¡Õ® Ö†Õ¡ÕµÕ¬" | 2506 | msgstr "ÕŽÕ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¡Õ® Ö†Õ¡ÕµÕ¬" |
2392 | 2507 | ||
2393 | -#: app/models/uploaded_file.rb:48 | 2508 | +#: app/models/uploaded_file.rb:50 |
2394 | msgid "Upload any kind of file you want." | 2509 | msgid "Upload any kind of file you want." |
2395 | msgstr "ÕŽÕ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¥Ö„ ÖÕ¡Õ¶Õ¯Õ¡ÖÕ¡Õ® Õ¿Õ«ÕºÕ« Ö†Õ¡ÕµÕ¬" | 2510 | msgstr "ÕŽÕ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¥Ö„ ÖÕ¡Õ¶Õ¯Õ¡ÖÕ¡Õ® Õ¿Õ«ÕºÕ« Ö†Õ¡ÕµÕ¬" |
2396 | 2511 | ||
2397 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2512 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2398 | #, fuzzy | 2513 | #, fuzzy |
2399 | msgid "« Previous" | 2514 | msgid "« Previous" |
2400 | msgstr "Õ†Õ¡ÕÕ¸Ö€Õ¤" | 2515 | msgstr "Õ†Õ¡ÕÕ¸Ö€Õ¤" |
2401 | 2516 | ||
2402 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2517 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2403 | msgid "Next »" | 2518 | msgid "Next »" |
2404 | msgstr "" | 2519 | msgstr "" |
2405 | 2520 | ||
2406 | -#: app/models/uploaded_file.rb:85 | 2521 | +#: app/models/uploaded_file.rb:87 |
2407 | msgid "image %d of %d" | 2522 | msgid "image %d of %d" |
2408 | msgstr "" | 2523 | msgstr "" |
2409 | 2524 | ||
@@ -2801,7 +2916,11 @@ msgstr "Ô²Õ¸Õ¬Õ¸Ö€ Õ¶Õ¸Ö€ Õ¯Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ ÕºÕ¥Õ¿Ö„ Õ§ Õ | @@ -2801,7 +2916,11 @@ msgstr "Ô²Õ¸Õ¬Õ¸Ö€ Õ¶Õ¸Ö€ Õ¯Õ¡Õ¦Õ´Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ ÕºÕ¥Õ¿Ö„ Õ§ Õ | ||
2801 | msgid "Enterprises are disabled when created" | 2916 | msgid "Enterprises are disabled when created" |
2802 | msgstr "ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ£Ö€Õ¡Õ¶ÖÕ¸Ö‚Õ´Õ¶ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§" | 2917 | msgstr "ÕÕ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ£Ö€Õ¡Õ¶ÖÕ¸Ö‚Õ´Õ¶ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§" |
2803 | 2918 | ||
2804 | -#: app/models/environment.rb:461 | 2919 | +#: app/models/environment.rb:111 |
2920 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2921 | +msgstr "" | ||
2922 | + | ||
2923 | +#: app/models/environment.rb:462 | ||
2805 | msgid "Only one Virtual Community can be the default one" | 2924 | msgid "Only one Virtual Community can be the default one" |
2806 | msgstr "" | 2925 | msgstr "" |
2807 | "ÕˆÖ€ÕºÕ¥Õ½ Õ¶Õ¡ÕÕ¶Õ¡Õ¯Õ¡Õ¶ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„, Õ¤Õ¸Ö‚Ö„ Õ¯Õ¡Ö€Õ¸Õ² Õ¥Ö„ Õ¨Õ¶Õ¿Ö€Õ¥Õ¬ Õ´Õ«Õ¡ÕµÕ¶ Õ´Õ¥Õ¯ Õ¾Õ«Ö€Õ¿Õ¸Ö‚Õ¡Õ¬ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" | 2926 | "ÕˆÖ€ÕºÕ¥Õ½ Õ¶Õ¡ÕÕ¶Õ¡Õ¯Õ¡Õ¶ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„, Õ¤Õ¸Ö‚Ö„ Õ¯Õ¡Ö€Õ¸Õ² Õ¥Ö„ Õ¨Õ¶Õ¿Ö€Õ¥Õ¬ Õ´Õ«Õ¡ÕµÕ¶ Õ´Õ¥Õ¯ Õ¾Õ«Ö€Õ¿Õ¸Ö‚Õ¡Õ¬ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" |
@@ -2851,7 +2970,7 @@ msgstr "Ô³Õ¥Õ¸Õ¯Õ¸Õ¤Õ« Õ³Õ·Õ£Ö€Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | @@ -2851,7 +2970,7 @@ msgstr "Ô³Õ¥Õ¸Õ¯Õ¸Õ¤Õ« Õ³Õ·Õ£Ö€Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | ||
2851 | msgid "Nickname" | 2970 | msgid "Nickname" |
2852 | msgstr "Ô¿Õ¥Õ²Õ®Õ¡Õ¶Õ¸Ö‚Õ¶" | 2971 | msgstr "Ô¿Õ¥Õ²Õ®Õ¡Õ¶Õ¸Ö‚Õ¶" |
2853 | 2972 | ||
2854 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 2973 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2855 | msgid "Public profile" | 2974 | msgid "Public profile" |
2856 | msgstr "" | 2975 | msgstr "" |
2857 | 2976 | ||
@@ -2927,33 +3046,58 @@ msgstr "Õ€Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€ Õ°Ö€Õ¡ÕºÕ¡Ö€Õ¡Õ¯Õ¥Õ¬" | @@ -2927,33 +3046,58 @@ msgstr "Õ€Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€ Õ°Ö€Õ¡ÕºÕ¡Ö€Õ¡Õ¯Õ¥Õ¬" | ||
2927 | msgid "Invite members" | 3046 | msgid "Invite members" |
2928 | msgstr "Õ€Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ Õ¡Õ¶Õ¤Õ¡Õ´Õ«Õ¶" | 3047 | msgstr "Õ€Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ Õ¡Õ¶Õ¤Õ¡Õ´Õ«Õ¶" |
2929 | 3048 | ||
2930 | -#: app/models/profile.rb:436 | 3049 | +#: app/models/profile.rb:452 |
2931 | msgid "My home page" | 3050 | msgid "My home page" |
2932 | msgstr "" | 3051 | msgstr "" |
2933 | 3052 | ||
2934 | -#: app/models/profile.rb:436 | 3053 | +#: app/models/profile.rb:452 |
2935 | msgid "" | 3054 | msgid "" |
2936 | "<p>This is a default homepage created for me. It can be changed though the " | 3055 | "<p>This is a default homepage created for me. It can be changed though the " |
2937 | "control panel.</p>" | 3056 | "control panel.</p>" |
2938 | msgstr "" | 3057 | msgstr "" |
2939 | 3058 | ||
2940 | -#: app/models/profile.rb:447 | 3059 | +#: app/models/profile.rb:463 |
2941 | msgid "Intranet" | 3060 | msgid "Intranet" |
2942 | msgstr "" | 3061 | msgstr "" |
2943 | 3062 | ||
2944 | -#: app/models/profile.rb:490 | 3063 | +#: app/models/profile.rb:506 |
2945 | msgid "%s can't has members" | 3064 | msgid "%s can't has members" |
2946 | msgstr "%s - Õ¨ Õ¡Õ¶Õ¤Õ¡Õ´Õ¶Õ¥Ö€ Õ¸Ö‚Õ¶Õ¥Õ¶Õ¡Õ¬ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ²" | 3065 | msgstr "%s - Õ¨ Õ¡Õ¶Õ¤Õ¡Õ´Õ¶Õ¥Ö€ Õ¸Ö‚Õ¶Õ¥Õ¶Õ¡Õ¬ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ²" |
2947 | 3066 | ||
2948 | -#: app/models/profile.rb:507 | 3067 | +#: app/models/profile.rb:523 |
2949 | msgid "%s can't has moderators" | 3068 | msgid "%s can't has moderators" |
2950 | msgstr "Õ´Õ¸Õ¤Õ¥Ö€Õ¡Õ¿Õ¸Ö€Õ¶Õ¥Ö€ Õ¸Ö‚Õ¶Õ¥Õ¶Õ¡Õ¬ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ²" | 3069 | msgstr "Õ´Õ¸Õ¤Õ¥Ö€Õ¡Õ¿Õ¸Ö€Õ¶Õ¥Ö€ Õ¸Ö‚Õ¶Õ¥Õ¶Õ¡Õ¬ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ²" |
2951 | 3070 | ||
2952 | -#: app/models/profile.rb:592 | 3071 | +#: app/models/profile.rb:608 |
2953 | #, fuzzy | 3072 | #, fuzzy |
2954 | msgid "Private profile" | 3073 | msgid "Private profile" |
2955 | msgstr "Õ“Õ¸ÖƒÕ¸ÕÕ¥Õ¬ Õ¡Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ¨" | 3074 | msgstr "Õ“Õ¸ÖƒÕ¸ÕÕ¥Õ¬ Õ¡Õ¶Õ°Õ¡Õ¿Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ¨" |
2956 | 3075 | ||
3076 | +#: app/models/profile.rb:695 | ||
3077 | +#, fuzzy | ||
3078 | +msgid "Since: " | ||
3079 | +msgstr "Ô³Õ«Õ¶" | ||
3080 | + | ||
3081 | +#: app/models/profile.rb:702 | ||
3082 | +#, fuzzy | ||
3083 | +msgid "one article" | ||
3084 | +msgstr "Õ†Õ¸Ö€ Õ°Õ¸Õ¤Õ¾Õ¡Õ®" | ||
3085 | + | ||
3086 | +#: app/models/profile.rb:703 | ||
3087 | +#, fuzzy | ||
3088 | +msgid "%s articles" | ||
3089 | +msgstr "Ô²Õ¸Õ¬Õ¸Ö€ Õ°Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€Õ¨" | ||
3090 | + | ||
3091 | +#: app/models/profile.rb:710 | ||
3092 | +#, fuzzy | ||
3093 | +msgid "one member" | ||
3094 | +msgstr "Õ†Õ¸Ö€ Õ¡Õ¶Õ¤Õ¡Õ´" | ||
3095 | + | ||
3096 | +#: app/models/profile.rb:711 | ||
3097 | +#, fuzzy | ||
3098 | +msgid "%s members" | ||
3099 | +msgstr "%s-Õ« Õ¡Õ¶Õ¤Õ¡Õ´Õ¶Õ¥Ö€Õ¨" | ||
3100 | + | ||
2957 | #: app/models/blog.rb:19 | 3101 | #: app/models/blog.rb:19 |
2958 | msgid "A blog, inside which you can put other articles." | 3102 | msgid "A blog, inside which you can put other articles." |
2959 | msgstr "" | 3103 | msgstr "" |
@@ -2982,19 +3126,19 @@ msgstr "" | @@ -2982,19 +3126,19 @@ msgstr "" | ||
2982 | msgid "Updated: %s" | 3126 | msgid "Updated: %s" |
2983 | msgstr "Ô¹Õ¡Ö€Õ´Õ¡ÖÕ¾Õ¥Õ¬ Õ§" | 3127 | msgstr "Ô¹Õ¡Ö€Õ´Õ¡ÖÕ¾Õ¥Õ¬ Õ§" |
2984 | 3128 | ||
2985 | -#: app/models/rss_feed.rb:70 | 3129 | +#: app/models/rss_feed.rb:78 |
2986 | msgid "%s's RSS feed" | 3130 | msgid "%s's RSS feed" |
2987 | msgstr "%s - Õ« RSS Õ°Õ¸Õ½Ö„" | 3131 | msgstr "%s - Õ« RSS Õ°Õ¸Õ½Ö„" |
2988 | 3132 | ||
2989 | -#: app/models/rss_feed.rb:71 | 3133 | +#: app/models/rss_feed.rb:79 |
2990 | msgid "%s's content published at %s" | 3134 | msgid "%s's content published at %s" |
2991 | msgstr "%s - Õ« Õ¢Õ¸Õ¾Õ¡Õ¶Õ¤Õ¡Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ°Ö€Õ¡ÕºÕ¡Ö€Õ¡Õ¯Õ¾Õ¡Õ® Õ§ %s - Õ¸Õ¾" | 3135 | msgstr "%s - Õ« Õ¢Õ¸Õ¾Õ¡Õ¶Õ¤Õ¡Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ°Ö€Õ¡ÕºÕ¡Ö€Õ¡Õ¯Õ¾Õ¡Õ® Õ§ %s - Õ¸Õ¾" |
2992 | 3136 | ||
2993 | -#: app/models/rss_feed.rb:77 | 3137 | +#: app/models/rss_feed.rb:85 |
2994 | msgid "RSS Feed" | 3138 | msgid "RSS Feed" |
2995 | msgstr "RSS Õ°Õ¸Õ½Ö„" | 3139 | msgstr "RSS Õ°Õ¸Õ½Ö„" |
2996 | 3140 | ||
2997 | -#: app/models/rss_feed.rb:81 | 3141 | +#: app/models/rss_feed.rb:89 |
2998 | msgid "Provides a news feed of your more recent articles." | 3142 | msgid "Provides a news feed of your more recent articles." |
2999 | msgstr "ÕÕ¥Ö€ Õ¾Õ¥Ö€Õ»Õ«Õ¶ Õ°Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€Õ¨ Õ¯Õ¶Õ¥Ö€Õ¯Õ¡ÕµÕ¡ÖÕ¾Õ¥Õ¶ RSS Õ°Õ¸Õ½Ö„Õ« ÖƒÕ¸ÕÕ¡Õ¶ÖÕ¸Ö‚Õ´Õ¶Õ¥Ö€Õ« Õ´Õ«Õ»Õ¸ÖÕ¸Õ¾" | 3143 | msgstr "ÕÕ¥Ö€ Õ¾Õ¥Ö€Õ»Õ«Õ¶ Õ°Õ¸Õ¤Õ¾Õ¡Õ®Õ¶Õ¥Ö€Õ¨ Õ¯Õ¶Õ¥Ö€Õ¯Õ¡ÕµÕ¡ÖÕ¾Õ¥Õ¶ RSS Õ°Õ¸Õ½Ö„Õ« ÖƒÕ¸ÕÕ¡Õ¶ÖÕ¸Ö‚Õ´Õ¶Õ¥Ö€Õ« Õ´Õ«Õ»Õ¸ÖÕ¸Õ¾" |
3000 | 3144 | ||
@@ -3610,7 +3754,8 @@ msgid "redirecting..." | @@ -3610,7 +3754,8 @@ msgid "redirecting..." | ||
3610 | msgstr "" | 3754 | msgstr "" |
3611 | 3755 | ||
3612 | #: app/views/favorite_enterprises/index.rhtml:3 | 3756 | #: app/views/favorite_enterprises/index.rhtml:3 |
3613 | -msgid "%s's favorite enteprises" | 3757 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3758 | +msgid "%s's favorite enterprises" | ||
3614 | msgstr "%s-Õ« Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | 3759 | msgstr "%s-Õ« Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" |
3615 | 3760 | ||
3616 | #: app/views/favorite_enterprises/index.rhtml:12 | 3761 | #: app/views/favorite_enterprises/index.rhtml:12 |
@@ -3620,7 +3765,8 @@ msgid "remove" | @@ -3620,7 +3765,8 @@ msgid "remove" | ||
3620 | msgstr "Õ€Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬" | 3765 | msgstr "Õ€Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬" |
3621 | 3766 | ||
3622 | #: app/views/favorite_enterprises/index.rhtml:24 | 3767 | #: app/views/favorite_enterprises/index.rhtml:24 |
3623 | -msgid "You have no favorite enteprises yet." | 3768 | +#, fuzzy |
3769 | +msgid "You have no favorite enterprises yet." | ||
3624 | msgstr "Ô´Õ¸Ö‚Ö„ Õ¤Õ¥Õ¼ Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ¥Ö„" | 3770 | msgstr "Ô´Õ¸Ö‚Ö„ Õ¤Õ¥Õ¼ Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ¥Ö„" |
3625 | 3771 | ||
3626 | #: app/views/favorite_enterprises/add.rhtml:1 | 3772 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4355,7 +4501,7 @@ msgstr "Ô¸Õ¶Õ¿Ö€Õ¥Ö„ ÕÕ¥Õ¦ Õ°Õ¥Õ¿Õ¡Ö„Ö€Ö„Ö€Õ¸Õ² Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ¨" | @@ -4355,7 +4501,7 @@ msgstr "Ô¸Õ¶Õ¿Ö€Õ¥Ö„ ÕÕ¥Õ¦ Õ°Õ¥Õ¿Õ¡Ö„Ö€Ö„Ö€Õ¸Õ² Õ¯Õ¡Õ¿Õ¥Õ£Õ¸Ö€Õ«Õ¡Õ¶Õ¥Ö€Õ¨" | ||
4355 | msgid "Create a new community" | 4501 | msgid "Create a new community" |
4356 | msgstr "ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ¶Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" | 4502 | msgstr "ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ¶Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„" |
4357 | 4503 | ||
4358 | -#: app/views/memberships/index.rhtml:7 | 4504 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4359 | #, fuzzy | 4505 | #, fuzzy |
4360 | msgid "Register a new enterprise" | 4506 | msgid "Register a new enterprise" |
4361 | msgstr "Ô³Ö€Õ¡Õ¶ÖÕ¥Õ¬ Õ¶Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | 4507 | msgstr "Ô³Ö€Õ¡Õ¶ÖÕ¥Õ¬ Õ¶Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" |
@@ -4676,15 +4822,28 @@ msgstr "" | @@ -4676,15 +4822,28 @@ msgstr "" | ||
4676 | msgid "Message:" | 4822 | msgid "Message:" |
4677 | msgstr "" | 4823 | msgstr "" |
4678 | 4824 | ||
4679 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4680 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4681 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4682 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4683 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4684 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4825 | +#: app/views/contact/sender/mail.rhtml:12 |
4826 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4827 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4828 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4829 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4830 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4685 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4831 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4686 | -msgid "%s environment system" | ||
4687 | -msgstr "%s Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£" | 4832 | +#, fuzzy |
4833 | +msgid "Greetings," | ||
4834 | +msgstr "Ô¿Õ¡Õ¶Õ¡Õ¹" | ||
4835 | + | ||
4836 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4837 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4838 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4839 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4840 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4841 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4842 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4843 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4844 | +#, fuzzy | ||
4845 | +msgid "%s team." | ||
4846 | +msgstr "%s: Õ¯Õ¡ÕµÖ„Õ« Õ¯Õ¡Õ¼Õ¸Ö‚ÖÕ¾Õ¡Õ®Ö„" | ||
4688 | 4847 | ||
4689 | #: app/views/comment/notifier/mail.rhtml:1 | 4848 | #: app/views/comment/notifier/mail.rhtml:1 |
4690 | msgid "Hi, %{recipient}!" | 4849 | msgid "Hi, %{recipient}!" |
@@ -4697,6 +4856,16 @@ msgid "" | @@ -4697,6 +4856,16 @@ msgid "" | ||
4697 | msgstr "" | 4856 | msgstr "" |
4698 | 4857 | ||
4699 | #: app/views/comment/notifier/mail.rhtml:5 | 4858 | #: app/views/comment/notifier/mail.rhtml:5 |
4859 | +#, fuzzy | ||
4860 | +msgid "Title: %s" | ||
4861 | +msgstr "ÕŽÕ¥Ö€Õ¶Õ¡Õ£Õ«Ö€" | ||
4862 | + | ||
4863 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4864 | +#, fuzzy | ||
4865 | +msgid "Comment:" | ||
4866 | +msgstr "Õ´Õ¥Õ¯Õ¶Õ¡Õ¢Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | ||
4867 | + | ||
4868 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4700 | msgid "Access the address below to view this comment:" | 4869 | msgid "Access the address below to view this comment:" |
4701 | msgstr "" | 4870 | msgstr "" |
4702 | 4871 | ||
@@ -5006,11 +5175,6 @@ msgstr "" | @@ -5006,11 +5175,6 @@ msgstr "" | ||
5006 | msgid "Choose the communities you want to join and/or create your own." | 5175 | msgid "Choose the communities you want to join and/or create your own." |
5007 | msgstr "" | 5176 | msgstr "" |
5008 | 5177 | ||
5009 | -#: app/views/search/communities.rhtml:24 | ||
5010 | -#: app/views/tasks/_create_community.rhtml:1 | ||
5011 | -msgid "New community" | ||
5012 | -msgstr "" | ||
5013 | - | ||
5014 | #: app/views/search/_comment.rhtml:16 | 5178 | #: app/views/search/_comment.rhtml:16 |
5015 | msgid "by %{author} on \"%{article}\"" | 5179 | msgid "by %{author} on \"%{article}\"" |
5016 | msgstr "%{author}-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Â«%{article}»-Õ« Õ¾Õ¥Ö€Õ¡Õ¢Õ¥Ö€ÕµÕ¡Õ¬" | 5180 | msgstr "%{author}-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Â«%{article}»-Õ« Õ¾Õ¥Ö€Õ¡Õ¢Õ¥Ö€ÕµÕ¡Õ¬" |
@@ -6254,10 +6418,6 @@ msgstr "Õ‘Õ¡Õ¶Õ¯Õ¡Õ¶Õ¸ÕžÖ‚Õ´ Õ¥Ö„ Õ¡Ö€Õ¤ÕµÕ¸Ö„ Õ´Õ«Õ¡Õ¶Õ¡Õ¬ %s" | @@ -6254,10 +6418,6 @@ msgstr "Õ‘Õ¡Õ¶Õ¯Õ¡Õ¶Õ¸ÕžÖ‚Õ´ Õ¥Ö„ Õ¡Ö€Õ¤ÕµÕ¸Ö„ Õ´Õ«Õ¡Õ¶Õ¡Õ¬ %s" | ||
6254 | msgid "Yes, I want to join." | 6418 | msgid "Yes, I want to join." |
6255 | msgstr "Ô±ÕµÕ¸, ÖÕ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Õ´ Õ´Õ«Õ¡Õ¶Õ¡Õ¬:" | 6419 | msgstr "Ô±ÕµÕ¸, ÖÕ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Õ´ Õ´Õ«Õ¡Õ¶Õ¡Õ¬:" |
6256 | 6420 | ||
6257 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6258 | -msgid "%s's favorite enterprises" | ||
6259 | -msgstr "%s-Õ« Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | ||
6260 | - | ||
6261 | #: app/views/profile/members.rhtml:3 | 6421 | #: app/views/profile/members.rhtml:3 |
6262 | #, fuzzy | 6422 | #, fuzzy |
6263 | msgid "%s's members" | 6423 | msgid "%s's members" |
@@ -6275,10 +6435,6 @@ msgstr "%s-Õ« ÕºÕ«Õ¿Õ¡Õ¯Õ¶Õ¥Ö€" | @@ -6275,10 +6435,6 @@ msgstr "%s-Õ« ÕºÕ«Õ¿Õ¡Õ¯Õ¶Õ¥Ö€" | ||
6275 | msgid "%s's enterprises" | 6435 | msgid "%s's enterprises" |
6276 | msgstr "%s-Õ« Õ¢Õ¸Õ¬Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | 6436 | msgstr "%s-Õ« Õ¢Õ¸Õ¬Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" |
6277 | 6437 | ||
6278 | -#: app/views/profile/enterprises.rhtml:13 | ||
6279 | -msgid "Register a new Enterprise" | ||
6280 | -msgstr "Ô³Ö€Õ¡Õ¶ÖÕ¥Õ¬ Õ¶Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | ||
6281 | - | ||
6282 | #: app/views/features/_manage_community_fields.rhtml:1 | 6438 | #: app/views/features/_manage_community_fields.rhtml:1 |
6283 | msgid "Manage community fields" | 6439 | msgid "Manage community fields" |
6284 | msgstr "" | 6440 | msgstr "" |
@@ -7251,6 +7407,35 @@ msgid "" | @@ -7251,6 +7407,35 @@ msgid "" | ||
7251 | msgstr "" | 7407 | msgstr "" |
7252 | 7408 | ||
7253 | #, fuzzy | 7409 | #, fuzzy |
7410 | +#~ msgid "People more popular" | ||
7411 | +#~ msgstr "Õ„Õ¡Ö€Õ¤Õ«Õ¯ Ö‡ ÕÕ´Õ¢Õ¥Ö€" | ||
7412 | + | ||
7413 | +#, fuzzy | ||
7414 | +#~ msgid "Communities more recent" | ||
7415 | +#~ msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
7416 | + | ||
7417 | +#, fuzzy | ||
7418 | +#~ msgid "Communities more active" | ||
7419 | +#~ msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
7420 | + | ||
7421 | +#, fuzzy | ||
7422 | +#~ msgid "Communities more popular" | ||
7423 | +#~ msgstr "Õ€Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | ||
7424 | + | ||
7425 | +#, fuzzy | ||
7426 | +#~ msgid "Favorite enterprises" | ||
7427 | +#~ msgstr "Õ†Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | ||
7428 | + | ||
7429 | +#~ msgid "%s's favorite enteprises" | ||
7430 | +#~ msgstr "%s-Õ« Õ¶Õ¡ÕÕ¨Õ¶Õ¿Ö€Õ¡Õ® Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨" | ||
7431 | + | ||
7432 | +#~ msgid "%s environment system" | ||
7433 | +#~ msgstr "%s Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£" | ||
7434 | + | ||
7435 | +#~ msgid "Register a new Enterprise" | ||
7436 | +#~ msgstr "Ô³Ö€Õ¡Õ¶ÖÕ¥Õ¬ Õ¶Õ¸Ö€ Õ±Õ¥Õ¼Õ¶Õ¡Ö€Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" | ||
7437 | + | ||
7438 | +#, fuzzy | ||
7254 | #~ msgid "The input was not found" | 7439 | #~ msgid "The input was not found" |
7255 | #~ msgstr "Ô·Õ»Õ¨ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬" | 7440 | #~ msgstr "Ô·Õ»Õ¨ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬" |
7256 | 7441 | ||
@@ -8232,9 +8417,6 @@ msgstr "" | @@ -8232,9 +8417,6 @@ msgstr "" | ||
8232 | #~ msgid "Closed %s" | 8417 | #~ msgid "Closed %s" |
8233 | #~ msgstr "Õ“Õ¡Õ¯ %s" | 8418 | #~ msgstr "Õ“Õ¡Õ¯ %s" |
8234 | 8419 | ||
8235 | -#~ msgid "%s' friends" | ||
8236 | -#~ msgstr "%s-Õ« Õ¨Õ¶Õ¯Õ¥Ö€Õ¶Õ¥Ö€Õ¨" | ||
8237 | - | ||
8238 | #~ msgid "Homepage: " | 8420 | #~ msgid "Homepage: " |
8239 | #~ msgstr "Ô³Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»" | 8421 | #~ msgstr "Ô³Õ¬ÕÕ¡Õ¾Õ¸Ö€ Õ§Õ»" |
8240 | 8422 | ||
@@ -8256,9 +8438,6 @@ msgstr "" | @@ -8256,9 +8438,6 @@ msgstr "" | ||
8256 | #~ msgid "Browse by name" | 8438 | #~ msgid "Browse by name" |
8257 | #~ msgstr "Ô²Õ¥Õ¼Õ¶Õ¥Õ¬ Õ¨Õ½Õ¿ Õ¡Õ¶Õ¾Õ¡Õ¶" | 8439 | #~ msgstr "Ô²Õ¥Õ¼Õ¶Õ¥Õ¬ Õ¨Õ½Õ¿ Õ¡Õ¶Õ¾Õ¡Õ¶" |
8258 | 8440 | ||
8259 | -#~ msgid "Recent" | ||
8260 | -#~ msgstr "ÕŽÕ¥Ö€Õ»Õ«Õ¶" | ||
8261 | - | ||
8262 | #~ msgid "more..." | 8441 | #~ msgid "more..." |
8263 | #~ msgstr "Õ¡Õ¾Õ¥Õ¬Õ«Õ¶..." | 8442 | #~ msgstr "Õ¡Õ¾Õ¥Õ¬Õ«Õ¶..." |
8264 | 8443 | ||
@@ -8338,9 +8517,6 @@ msgstr "" | @@ -8338,9 +8517,6 @@ msgstr "" | ||
8338 | #~ msgid "Legal form:" | 8517 | #~ msgid "Legal form:" |
8339 | #~ msgstr "Ô»Ö€Õ¡Õ¾Õ¡Õ¢Õ¡Õ¶Õ¡Õ¯Õ¡Õ¶ Õ°Õ«Õ´Ö„" | 8518 | #~ msgstr "Ô»Ö€Õ¡Õ¾Õ¡Õ¢Õ¡Õ¶Õ¡Õ¯Õ¡Õ¶ Õ°Õ«Õ´Ö„" |
8340 | 8519 | ||
8341 | -#~ msgid "Newer people" | ||
8342 | -#~ msgstr "Ô±Õ¾Õ¥Õ¬Õ« Õ¶Õ¸Ö€ Õ´Õ¡Ö€Õ¤Õ«Õ¯" | ||
8343 | - | ||
8344 | #~ msgid "Newer communities" | 8520 | #~ msgid "Newer communities" |
8345 | #~ msgstr "Ô±Õ¾Õ¥Õ¬Õ« Õ¶Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" | 8521 | #~ msgstr "Ô±Õ¾Õ¥Õ¬Õ« Õ¶Õ¸Ö€ Õ°Õ¡Õ´Õ¡ÕµÕ¶Ö„Õ¶Õ¥Ö€" |
8346 | 8522 |
po/noosfero.pot
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | #, fuzzy | 6 | #, fuzzy |
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
10 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 9 | +"Project-Id-Version: noosfero 0.25.1\n" |
10 | +"POT-Creation-Date: 2010-08-06 03:05-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" |
@@ -75,7 +75,7 @@ msgid "" | @@ -75,7 +75,7 @@ msgid "" | ||
75 | "It does not affect the language of the content created by other users." | 75 | "It does not affect the language of the content created by other users." |
76 | msgstr "" | 76 | msgstr "" |
77 | 77 | ||
78 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 78 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
79 | #: app/models/block.rb:- app/models/comment.rb:- | 79 | #: app/models/block.rb:- app/models/comment.rb:- |
80 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 80 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
81 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 81 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -87,33 +87,33 @@ msgstr "" | @@ -87,33 +87,33 @@ msgstr "" | ||
87 | msgid "Title" | 87 | msgid "Title" |
88 | msgstr "" | 88 | msgstr "" |
89 | 89 | ||
90 | -#: app/helpers/folder_helper.rb:7 | 90 | +#: app/helpers/folder_helper.rb:9 |
91 | msgid "Last update" | 91 | msgid "Last update" |
92 | msgstr "" | 92 | msgstr "" |
93 | 93 | ||
94 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 94 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
95 | msgid "(empty folder)" | 95 | msgid "(empty folder)" |
96 | msgstr "" | 96 | msgstr "" |
97 | 97 | ||
98 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 98 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
99 | msgid "Options" | 99 | msgid "Options" |
100 | msgstr "" | 100 | msgstr "" |
101 | 101 | ||
102 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 102 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
103 | msgid "This article must be published (visible to other people)" | 103 | msgid "This article must be published (visible to other people)" |
104 | msgstr "" | 104 | msgstr "" |
105 | 105 | ||
106 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 106 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
107 | msgid "I want this article to display the number of hits it received" | 107 | msgid "I want this article to display the number of hits it received" |
108 | msgstr "" | 108 | msgstr "" |
109 | 109 | ||
110 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 110 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
111 | #: app/views/shared/user_menu.rhtml:25 | 111 | #: app/views/shared/user_menu.rhtml:25 |
112 | #: app/views/tasks/_approve_article.rhtml:1 | 112 | #: app/views/tasks/_approve_article.rhtml:1 |
113 | msgid "New article" | 113 | msgid "New article" |
114 | msgstr "" | 114 | msgstr "" |
115 | 115 | ||
116 | -#: app/helpers/folder_helper.rb:69 | 116 | +#: app/helpers/folder_helper.rb:71 |
117 | msgid "Edit folder" | 117 | msgid "Edit folder" |
118 | msgstr "" | 118 | msgstr "" |
119 | 119 | ||
@@ -124,22 +124,18 @@ msgstr "" | @@ -124,22 +124,18 @@ msgstr "" | ||
124 | msgid "Articles" | 124 | msgid "Articles" |
125 | msgstr "" | 125 | msgstr "" |
126 | 126 | ||
127 | -#: app/helpers/assets_helper.rb:8 | 127 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
128 | #: app/controllers/public/search_controller.rb:132 | 128 | #: app/controllers/public/search_controller.rb:132 |
129 | #: app/controllers/public/search_controller.rb:203 | 129 | #: app/controllers/public/search_controller.rb:203 |
130 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 130 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
131 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
132 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
133 | msgid "People" | 131 | msgid "People" |
134 | msgstr "" | 132 | msgstr "" |
135 | 133 | ||
136 | -#: app/helpers/assets_helper.rb:9 | 134 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
137 | #: app/controllers/public/search_controller.rb:134 | 135 | #: app/controllers/public/search_controller.rb:134 |
138 | #: app/controllers/public/search_controller.rb:205 | 136 | #: app/controllers/public/search_controller.rb:205 |
139 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 137 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
140 | #: app/views/search/_sellers_form.rhtml:8 | 138 | #: app/views/search/_sellers_form.rhtml:8 |
141 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
142 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
143 | msgid "Products" | 139 | msgid "Products" |
144 | msgstr "" | 140 | msgstr "" |
145 | 141 | ||
@@ -150,25 +146,22 @@ msgstr "" | @@ -150,25 +146,22 @@ msgstr "" | ||
150 | #: app/views/content_viewer/_person.rhtml:37 | 146 | #: app/views/content_viewer/_person.rhtml:37 |
151 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 147 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
152 | #: app/views/profile/_person.rhtml:37 | 148 | #: app/views/profile/_person.rhtml:37 |
153 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
154 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
155 | msgid "Enterprises" | 149 | msgid "Enterprises" |
156 | msgstr "" | 150 | msgstr "" |
157 | 151 | ||
158 | -#: app/helpers/assets_helper.rb:11 | 152 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
153 | +#: app/helpers/application_helper.rb:1080 | ||
159 | #: app/controllers/public/search_controller.rb:133 | 154 | #: app/controllers/public/search_controller.rb:133 |
160 | #: app/controllers/public/search_controller.rb:207 | 155 | #: app/controllers/public/search_controller.rb:207 |
161 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 156 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
162 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 157 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
163 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
164 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
165 | msgid "Communities" | 158 | msgid "Communities" |
166 | msgstr "" | 159 | msgstr "" |
167 | 160 | ||
168 | #: app/helpers/assets_helper.rb:12 | 161 | #: app/helpers/assets_helper.rb:12 |
169 | #: app/controllers/public/search_controller.rb:135 | 162 | #: app/controllers/public/search_controller.rb:135 |
170 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
171 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 163 | +#: public/designs/themes/base/navigation.rhtml:7 |
164 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
172 | msgid "Events" | 165 | msgid "Events" |
173 | msgstr "" | 166 | msgstr "" |
174 | 167 | ||
@@ -912,73 +905,155 @@ msgstr "" | @@ -912,73 +905,155 @@ msgstr "" | ||
912 | msgid "Click on this icon to add <b>%s</b> to your network" | 905 | msgid "Click on this icon to add <b>%s</b> to your network" |
913 | msgstr "" | 906 | msgstr "" |
914 | 907 | ||
915 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 908 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
909 | +#: app/helpers/application_helper.rb:500 | ||
910 | +msgid "Home Page" | ||
911 | +msgstr "" | ||
912 | + | ||
913 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
914 | +#: app/models/profile_categorization.rb:- | ||
915 | +msgid "Profile" | ||
916 | +msgstr "" | ||
917 | + | ||
918 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
919 | +#: app/views/content_viewer/_person.rhtml:51 | ||
920 | +#: app/views/profile/_person.rhtml:51 | ||
921 | +msgid "Friends" | ||
922 | +msgstr "" | ||
923 | + | ||
924 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
925 | +#: app/models/members_block.rb:4 | ||
926 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
927 | +#: app/views/profile/_organization.rhtml:6 | ||
928 | +msgid "Members" | ||
929 | +msgstr "" | ||
930 | + | ||
931 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
932 | +msgid "Agenda" | ||
933 | +msgstr "" | ||
934 | + | ||
935 | +#: app/helpers/application_helper.rb:524 | ||
936 | +msgid "Profile links" | ||
937 | +msgstr "" | ||
938 | + | ||
939 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
916 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 940 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
917 | msgstr "" | 941 | msgstr "" |
918 | 942 | ||
919 | -#: app/helpers/application_helper.rb:513 | 943 | +#: app/helpers/application_helper.rb:545 |
920 | msgid "1 member" | 944 | msgid "1 member" |
921 | msgid_plural "%s members" | 945 | msgid_plural "%s members" |
922 | msgstr[0] "" | 946 | msgstr[0] "" |
923 | msgstr[1] "" | 947 | msgstr[1] "" |
924 | 948 | ||
925 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 949 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
926 | #: app/views/content_viewer/view_page.rhtml:97 | 950 | #: app/views/content_viewer/view_page.rhtml:97 |
927 | msgid "Categories" | 951 | msgid "Categories" |
928 | msgstr "" | 952 | msgstr "" |
929 | 953 | ||
930 | -#: app/helpers/application_helper.rb:574 | 954 | +#: app/helpers/application_helper.rb:606 |
931 | msgid "open" | 955 | msgid "open" |
932 | msgstr "" | 956 | msgstr "" |
933 | 957 | ||
934 | -#: app/helpers/application_helper.rb:613 | 958 | +#: app/helpers/application_helper.rb:645 |
935 | #: app/views/layouts/application-ng.rhtml:63 | 959 | #: app/views/layouts/application-ng.rhtml:63 |
936 | #: app/views/layouts/application-ng.rhtml:65 | 960 | #: app/views/layouts/application-ng.rhtml:65 |
937 | #: app/views/layouts/application-ng.rhtml:68 | 961 | #: app/views/layouts/application-ng.rhtml:68 |
938 | msgid "Search..." | 962 | msgid "Search..." |
939 | msgstr "" | 963 | msgstr "" |
940 | 964 | ||
941 | -#: app/helpers/application_helper.rb:615 | 965 | +#: app/helpers/application_helper.rb:647 |
942 | msgid "This is a search box. Click, write your query, and press enter to find" | 966 | msgid "This is a search box. Click, write your query, and press enter to find" |
943 | msgstr "" | 967 | msgstr "" |
944 | 968 | ||
945 | -#: app/helpers/application_helper.rb:616 | 969 | +#: app/helpers/application_helper.rb:648 |
946 | msgid "Click, write and press enter to find" | 970 | msgid "Click, write and press enter to find" |
947 | msgstr "" | 971 | msgstr "" |
948 | 972 | ||
949 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 973 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
950 | #: app/views/region_validators/region.rhtml:23 | 974 | #: app/views/region_validators/region.rhtml:23 |
951 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 975 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
952 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 976 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
953 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 977 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
954 | #: app/views/profile_members/add_members.rhtml:5 | 978 | #: app/views/profile_members/add_members.rhtml:5 |
979 | +#: app/views/browse/_search_form.rhtml:7 | ||
955 | msgid "Search" | 980 | msgid "Search" |
956 | msgstr "" | 981 | msgstr "" |
957 | 982 | ||
958 | -#: app/helpers/application_helper.rb:814 | 983 | +#: app/helpers/application_helper.rb:846 |
959 | msgid "Searched for '%s'" | 984 | msgid "Searched for '%s'" |
960 | msgstr "" | 985 | msgstr "" |
961 | 986 | ||
962 | -#: app/helpers/application_helper.rb:815 | 987 | +#: app/helpers/application_helper.rb:847 |
963 | msgid "In category %s" | 988 | msgid "In category %s" |
964 | msgstr "" | 989 | msgstr "" |
965 | 990 | ||
966 | -#: app/helpers/application_helper.rb:816 | 991 | +#: app/helpers/application_helper.rb:848 |
967 | msgid "within %d km from %s" | 992 | msgid "within %d km from %s" |
968 | msgstr "" | 993 | msgstr "" |
969 | 994 | ||
970 | -#: app/helpers/application_helper.rb:817 | 995 | +#: app/helpers/application_helper.rb:849 |
971 | msgid "%d results found" | 996 | msgid "%d results found" |
972 | msgstr "" | 997 | msgstr "" |
973 | 998 | ||
974 | -#: app/helpers/application_helper.rb:823 | 999 | +#: app/helpers/application_helper.rb:855 |
975 | msgid "In all categories" | 1000 | msgid "In all categories" |
976 | msgstr "" | 1001 | msgstr "" |
977 | 1002 | ||
978 | -#: app/helpers/application_helper.rb:908 | 1003 | +#: app/helpers/application_helper.rb:940 |
979 | msgid "Online Manual" | 1004 | msgid "Online Manual" |
980 | msgstr "" | 1005 | msgstr "" |
981 | 1006 | ||
1007 | +#: app/helpers/application_helper.rb:1056 | ||
1008 | +msgid "people|More Recent" | ||
1009 | +msgstr "" | ||
1010 | + | ||
1011 | +#: app/helpers/application_helper.rb:1057 | ||
1012 | +msgid "people|More Active" | ||
1013 | +msgstr "" | ||
1014 | + | ||
1015 | +#: app/helpers/application_helper.rb:1058 | ||
1016 | +msgid "people|More Popular" | ||
1017 | +msgstr "" | ||
1018 | + | ||
1019 | +#: app/helpers/application_helper.rb:1061 | ||
1020 | +msgid "My friends" | ||
1021 | +msgstr "" | ||
1022 | + | ||
1023 | +#: app/helpers/application_helper.rb:1062 | ||
1024 | +msgid "Invite friends" | ||
1025 | +msgstr "" | ||
1026 | + | ||
1027 | +#: app/helpers/application_helper.rb:1066 | ||
1028 | +msgid "People Menu" | ||
1029 | +msgstr "" | ||
1030 | + | ||
1031 | +#: app/helpers/application_helper.rb:1071 | ||
1032 | +msgid "communities|More Recent" | ||
1033 | +msgstr "" | ||
1034 | + | ||
1035 | +#: app/helpers/application_helper.rb:1072 | ||
1036 | +msgid "communities|More Active" | ||
1037 | +msgstr "" | ||
1038 | + | ||
1039 | +#: app/helpers/application_helper.rb:1073 | ||
1040 | +msgid "communities|More Popular" | ||
1041 | +msgstr "" | ||
1042 | + | ||
1043 | +#: app/helpers/application_helper.rb:1076 | ||
1044 | +msgid "My communities" | ||
1045 | +msgstr "" | ||
1046 | + | ||
1047 | +#: app/helpers/application_helper.rb:1077 | ||
1048 | +#: app/views/search/communities.rhtml:24 | ||
1049 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1050 | +msgid "New community" | ||
1051 | +msgstr "" | ||
1052 | + | ||
1053 | +#: app/helpers/application_helper.rb:1081 | ||
1054 | +msgid "Communities Menu" | ||
1055 | +msgstr "" | ||
1056 | + | ||
982 | #: app/helpers/display_helper.rb:4 | 1057 | #: app/helpers/display_helper.rb:4 |
983 | msgid "No product" | 1058 | msgid "No product" |
984 | msgstr "" | 1059 | msgstr "" |
@@ -1165,35 +1240,59 @@ msgstr "" | @@ -1165,35 +1240,59 @@ msgstr "" | ||
1165 | msgid "Comment succesfully deleted" | 1240 | msgid "Comment succesfully deleted" |
1166 | msgstr "" | 1241 | msgstr "" |
1167 | 1242 | ||
1168 | -#: app/controllers/public/account_controller.rb:31 | 1243 | +#: app/controllers/public/browse_controller.rb:49 |
1244 | +msgid "More recent people" | ||
1245 | +msgstr "" | ||
1246 | + | ||
1247 | +#: app/controllers/public/browse_controller.rb:50 | ||
1248 | +msgid "More active people" | ||
1249 | +msgstr "" | ||
1250 | + | ||
1251 | +#: app/controllers/public/browse_controller.rb:51 | ||
1252 | +msgid "More popular people" | ||
1253 | +msgstr "" | ||
1254 | + | ||
1255 | +#: app/controllers/public/browse_controller.rb:52 | ||
1256 | +msgid "More recent communities" | ||
1257 | +msgstr "" | ||
1258 | + | ||
1259 | +#: app/controllers/public/browse_controller.rb:53 | ||
1260 | +msgid "More active communities" | ||
1261 | +msgstr "" | ||
1262 | + | ||
1263 | +#: app/controllers/public/browse_controller.rb:54 | ||
1264 | +msgid "More popular communities" | ||
1265 | +msgstr "" | ||
1266 | + | ||
1267 | +#: app/controllers/public/account_controller.rb:33 | ||
1169 | msgid "Logged in successfully" | 1268 | msgid "Logged in successfully" |
1170 | msgstr "" | 1269 | msgstr "" |
1171 | 1270 | ||
1172 | -#: app/controllers/public/account_controller.rb:34 | 1271 | +#: app/controllers/public/account_controller.rb:36 |
1173 | msgid "Incorrect username or password" | 1272 | msgid "Incorrect username or password" |
1174 | msgstr "" | 1273 | msgstr "" |
1175 | 1274 | ||
1176 | -#: app/controllers/public/account_controller.rb:71 | 1275 | +#: app/controllers/public/account_controller.rb:73 |
1177 | msgid "Thanks for signing up!" | 1276 | msgid "Thanks for signing up!" |
1178 | msgstr "" | 1277 | msgstr "" |
1179 | 1278 | ||
1180 | -#: app/controllers/public/account_controller.rb:110 | 1279 | +#: app/controllers/public/account_controller.rb:112 |
1181 | msgid "You have been logged out." | 1280 | msgid "You have been logged out." |
1182 | msgstr "" | 1281 | msgstr "" |
1183 | 1282 | ||
1184 | -#: app/controllers/public/account_controller.rb:121 | 1283 | +#: app/controllers/public/account_controller.rb:123 |
1185 | msgid "Your password has been changed successfully!" | 1284 | msgid "Your password has been changed successfully!" |
1186 | msgstr "" | 1285 | msgstr "" |
1187 | 1286 | ||
1188 | -#: app/controllers/public/account_controller.rb:124 | 1287 | +#: app/controllers/public/account_controller.rb:126 |
1189 | msgid "The supplied current password is incorrect." | 1288 | msgid "The supplied current password is incorrect." |
1190 | msgstr "" | 1289 | msgstr "" |
1191 | 1290 | ||
1192 | -#: app/controllers/public/account_controller.rb:226 | 1291 | +#: app/controllers/public/account_controller.rb:228 |
1193 | msgid "Available!" | 1292 | msgid "Available!" |
1194 | msgstr "" | 1293 | msgstr "" |
1195 | 1294 | ||
1196 | -#: app/controllers/public/account_controller.rb:229 | 1295 | +#: app/controllers/public/account_controller.rb:231 |
1197 | msgid "Unavailable!" | 1296 | msgid "Unavailable!" |
1198 | msgstr "" | 1297 | msgstr "" |
1199 | 1298 | ||
@@ -1385,7 +1484,7 @@ msgstr "" | @@ -1385,7 +1484,7 @@ msgstr "" | ||
1385 | msgid "Enterprise" | 1484 | msgid "Enterprise" |
1386 | msgstr "" | 1485 | msgstr "" |
1387 | 1486 | ||
1388 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1487 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1389 | msgid "Organization website" | 1488 | msgid "Organization website" |
1390 | msgstr "" | 1489 | msgstr "" |
1391 | 1490 | ||
@@ -1397,17 +1496,17 @@ msgstr "" | @@ -1397,17 +1496,17 @@ msgstr "" | ||
1397 | msgid "Activities short description" | 1496 | msgid "Activities short description" |
1398 | msgstr "" | 1497 | msgstr "" |
1399 | 1498 | ||
1400 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1499 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1401 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1500 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1402 | msgid "City" | 1501 | msgid "City" |
1403 | msgstr "" | 1502 | msgstr "" |
1404 | 1503 | ||
1405 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1504 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1406 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1505 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1407 | msgid "State" | 1506 | msgid "State" |
1408 | msgstr "" | 1507 | msgstr "" |
1409 | 1508 | ||
1410 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1509 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1411 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1510 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1412 | #: app/views/profile_editor/_person_form.rhtml:21 | 1511 | #: app/views/profile_editor/_person_form.rhtml:21 |
1413 | #: app/views/maps/edit_location.rhtml:6 | 1512 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1442,12 +1541,6 @@ msgstr "" | @@ -1442,12 +1541,6 @@ msgstr "" | ||
1442 | msgid "The original text was removed." | 1541 | msgid "The original text was removed." |
1443 | msgstr "" | 1542 | msgstr "" |
1444 | 1543 | ||
1445 | -#: app/models/members_block.rb:4 | ||
1446 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1447 | -#: app/views/profile/_organization.rhtml:6 | ||
1448 | -msgid "Members" | ||
1449 | -msgstr "" | ||
1450 | - | ||
1451 | #: app/models/members_block.rb:8 | 1544 | #: app/models/members_block.rb:8 |
1452 | msgid "{#} members" | 1545 | msgid "{#} members" |
1453 | msgstr "" | 1546 | msgstr "" |
@@ -1485,6 +1578,7 @@ msgstr "" | @@ -1485,6 +1578,7 @@ msgstr "" | ||
1485 | 1578 | ||
1486 | #: app/models/profile_list_block.rb:74 | 1579 | #: app/models/profile_list_block.rb:74 |
1487 | #: app/views/search/_display_results.rhtml:67 | 1580 | #: app/views/search/_display_results.rhtml:67 |
1581 | +#: app/views/browse/_display_results.rhtml:6 | ||
1488 | msgid "None" | 1582 | msgid "None" |
1489 | msgstr "" | 1583 | msgstr "" |
1490 | 1584 | ||
@@ -1731,7 +1825,7 @@ msgid "Enabled" | @@ -1731,7 +1825,7 @@ msgid "Enabled" | ||
1731 | msgstr "" | 1825 | msgstr "" |
1732 | 1826 | ||
1733 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1827 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1734 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1828 | +#: app/models/product.rb:- app/models/task.rb:- |
1735 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1829 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1736 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1830 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1737 | #: app/models/environment.rb:- app/models/profile.rb:- | 1831 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1740,10 +1834,10 @@ msgid "Created at" | @@ -1740,10 +1834,10 @@ msgid "Created at" | ||
1740 | msgstr "" | 1834 | msgstr "" |
1741 | 1835 | ||
1742 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1836 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1743 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1744 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1745 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1746 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1837 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1838 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1839 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1840 | +#: app/models/product_categorization.rb:- | ||
1747 | msgid "Updated at" | 1841 | msgid "Updated at" |
1748 | msgstr "" | 1842 | msgstr "" |
1749 | 1843 | ||
@@ -1940,91 +2034,105 @@ msgid_plural "%{num} communities" | @@ -1940,91 +2034,105 @@ msgid_plural "%{num} communities" | ||
1940 | msgstr[0] "" | 2034 | msgstr[0] "" |
1941 | msgstr[1] "" | 2035 | msgstr[1] "" |
1942 | 2036 | ||
1943 | -#: app/models/person.rb:24 | 2037 | +#: app/models/person.rb:30 |
1944 | msgid "An existing person cannot be renamed." | 2038 | msgid "An existing person cannot be renamed." |
1945 | msgstr "" | 2039 | msgstr "" |
1946 | 2040 | ||
1947 | -#: app/models/person.rb:30 | 2041 | +#: app/models/person.rb:36 |
1948 | msgid "friends" | 2042 | msgid "friends" |
1949 | msgstr "" | 2043 | msgstr "" |
1950 | 2044 | ||
1951 | -#: app/models/person.rb:30 | 2045 | +#: app/models/person.rb:36 |
1952 | msgid "work" | 2046 | msgid "work" |
1953 | msgstr "" | 2047 | msgstr "" |
1954 | 2048 | ||
1955 | -#: app/models/person.rb:30 | 2049 | +#: app/models/person.rb:36 |
1956 | msgid "school" | 2050 | msgid "school" |
1957 | msgstr "" | 2051 | msgstr "" |
1958 | 2052 | ||
1959 | -#: app/models/person.rb:30 | 2053 | +#: app/models/person.rb:36 |
1960 | msgid "family" | 2054 | msgid "family" |
1961 | msgstr "" | 2055 | msgstr "" |
1962 | 2056 | ||
1963 | -#: app/models/person.rb:86 | 2057 | +#: app/models/person.rb:92 |
1964 | msgid "%{fn} is mandatory" | 2058 | msgid "%{fn} is mandatory" |
1965 | msgstr "" | 2059 | msgstr "" |
1966 | 2060 | ||
1967 | -#: app/models/person.rb:111 | 2061 | +#: app/models/person.rb:117 |
1968 | msgid "Cell phone" | 2062 | msgid "Cell phone" |
1969 | msgstr "" | 2063 | msgstr "" |
1970 | 2064 | ||
1971 | -#: app/models/person.rb:111 | 2065 | +#: app/models/person.rb:117 |
1972 | msgid "Comercial phone" | 2066 | msgid "Comercial phone" |
1973 | msgstr "" | 2067 | msgstr "" |
1974 | 2068 | ||
1975 | -#: app/models/person.rb:111 | 2069 | +#: app/models/person.rb:117 |
1976 | msgid "Nationality" | 2070 | msgid "Nationality" |
1977 | msgstr "" | 2071 | msgstr "" |
1978 | 2072 | ||
1979 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2073 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
1980 | msgid "Schooling" | 2074 | msgid "Schooling" |
1981 | msgstr "" | 2075 | msgstr "" |
1982 | 2076 | ||
1983 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2077 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
1984 | msgid "Area of study" | 2078 | msgid "Area of study" |
1985 | msgstr "" | 2079 | msgstr "" |
1986 | 2080 | ||
1987 | -#: app/models/person.rb:111 | 2081 | +#: app/models/person.rb:117 |
1988 | msgid "Professional activity" | 2082 | msgid "Professional activity" |
1989 | msgstr "" | 2083 | msgstr "" |
1990 | 2084 | ||
1991 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2085 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
1992 | msgid "Organization" | 2086 | msgid "Organization" |
1993 | msgstr "" | 2087 | msgstr "" |
1994 | 2088 | ||
1995 | -#: app/models/person.rb:114 | 2089 | +#: app/models/person.rb:120 |
1996 | msgid "Schooling status" | 2090 | msgid "Schooling status" |
1997 | msgstr "" | 2091 | msgstr "" |
1998 | 2092 | ||
1999 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2093 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2000 | msgid "Formation" | 2094 | msgid "Formation" |
2001 | msgstr "" | 2095 | msgstr "" |
2002 | 2096 | ||
2003 | -#: app/models/person.rb:117 | 2097 | +#: app/models/person.rb:123 |
2004 | msgid "Custom formation" | 2098 | msgid "Custom formation" |
2005 | msgstr "" | 2099 | msgstr "" |
2006 | 2100 | ||
2007 | -#: app/models/person.rb:117 | 2101 | +#: app/models/person.rb:123 |
2008 | msgid "Custom area of study" | 2102 | msgid "Custom area of study" |
2009 | msgstr "" | 2103 | msgstr "" |
2010 | 2104 | ||
2011 | -#: app/models/person.rb:120 | 2105 | +#: app/models/person.rb:126 |
2012 | msgid "Contact information" | 2106 | msgid "Contact information" |
2013 | msgstr "" | 2107 | msgstr "" |
2014 | 2108 | ||
2015 | -#: app/models/person.rb:120 | 2109 | +#: app/models/person.rb:126 |
2016 | msgid "Sex" | 2110 | msgid "Sex" |
2017 | msgstr "" | 2111 | msgstr "" |
2018 | 2112 | ||
2019 | -#: app/models/person.rb:120 | 2113 | +#: app/models/person.rb:126 |
2020 | msgid "Zip code" | 2114 | msgid "Zip code" |
2021 | msgstr "" | 2115 | msgstr "" |
2022 | 2116 | ||
2023 | -#: app/models/person.rb:161 | 2117 | +#: app/models/person.rb:167 |
2024 | msgid "%{fn} is already used by other user" | 2118 | msgid "%{fn} is already used by other user" |
2025 | msgstr "" | 2119 | msgstr "" |
2026 | 2120 | ||
2121 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2122 | +#: app/models/profile.rb:709 | ||
2123 | +msgid "none" | ||
2124 | +msgstr "" | ||
2125 | + | ||
2126 | +#: app/models/person.rb:300 | ||
2127 | +msgid "one friend" | ||
2128 | +msgstr "" | ||
2129 | + | ||
2130 | +#: app/models/person.rb:301 | ||
2131 | +msgid "%s friends" | ||
2132 | +msgstr "" | ||
2133 | + | ||
2027 | #: app/models/favorite_enterprises_block.rb:4 | 2134 | #: app/models/favorite_enterprises_block.rb:4 |
2135 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2028 | #: app/views/profile_editor/index.rhtml:55 | 2136 | #: app/views/profile_editor/index.rhtml:55 |
2029 | msgid "Favorite Enterprises" | 2137 | msgid "Favorite Enterprises" |
2030 | msgstr "" | 2138 | msgstr "" |
@@ -2033,10 +2141,6 @@ msgstr "" | @@ -2033,10 +2141,6 @@ msgstr "" | ||
2033 | msgid "This block lists your favorite enterprises." | 2141 | msgid "This block lists your favorite enterprises." |
2034 | msgstr "" | 2142 | msgstr "" |
2035 | 2143 | ||
2036 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2037 | -msgid "Favorite enterprises" | ||
2038 | -msgstr "" | ||
2039 | - | ||
2040 | #: app/models/qualifier.rb:- | 2144 | #: app/models/qualifier.rb:- |
2041 | msgid "qualifier" | 2145 | msgid "qualifier" |
2042 | msgstr "" | 2146 | msgstr "" |
@@ -2059,8 +2163,8 @@ msgstr "" | @@ -2059,8 +2163,8 @@ msgstr "" | ||
2059 | msgid "Generic category" | 2163 | msgid "Generic category" |
2060 | msgstr "" | 2164 | msgstr "" |
2061 | 2165 | ||
2062 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2063 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2166 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2167 | +#: app/models/product_categorization.rb:- | ||
2064 | #: app/views/manage_products/index.rhtml:5 | 2168 | #: app/views/manage_products/index.rhtml:5 |
2065 | msgid "Product" | 2169 | msgid "Product" |
2066 | msgstr "" | 2170 | msgstr "" |
@@ -2077,10 +2181,6 @@ msgstr "" | @@ -2077,10 +2181,6 @@ msgstr "" | ||
2077 | msgid "input" | 2181 | msgid "input" |
2078 | msgstr "" | 2182 | msgstr "" |
2079 | 2183 | ||
2080 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2081 | -msgid "Product category" | ||
2082 | -msgstr "" | ||
2083 | - | ||
2084 | #: app/models/profile_categorization.rb:- | 2184 | #: app/models/profile_categorization.rb:- |
2085 | msgid "categories profile" | 2185 | msgid "categories profile" |
2086 | msgstr "" | 2186 | msgstr "" |
@@ -2089,10 +2189,6 @@ msgstr "" | @@ -2089,10 +2189,6 @@ msgstr "" | ||
2089 | msgid "profilecategorization" | 2189 | msgid "profilecategorization" |
2090 | msgstr "" | 2190 | msgstr "" |
2091 | 2191 | ||
2092 | -#: app/models/profile_categorization.rb:- | ||
2093 | -msgid "Profile" | ||
2094 | -msgstr "" | ||
2095 | - | ||
2096 | #: app/models/tags_block.rb:10 | 2192 | #: app/models/tags_block.rb:10 |
2097 | msgid "Tags" | 2193 | msgid "Tags" |
2098 | msgstr "" | 2194 | msgstr "" |
@@ -2123,11 +2219,6 @@ msgid "" | @@ -2123,11 +2219,6 @@ msgid "" | ||
2123 | "friend." | 2219 | "friend." |
2124 | msgstr "" | 2220 | msgstr "" |
2125 | 2221 | ||
2126 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2127 | -#: app/views/profile/_person.rhtml:51 | ||
2128 | -msgid "Friends" | ||
2129 | -msgstr "" | ||
2130 | - | ||
2131 | #: app/models/friends_block.rb:8 | 2222 | #: app/models/friends_block.rb:8 |
2132 | msgid "{#} friend" | 2223 | msgid "{#} friend" |
2133 | msgid_plural "{#} friends" | 2224 | msgid_plural "{#} friends" |
@@ -2167,6 +2258,10 @@ msgstr "" | @@ -2167,6 +2258,10 @@ msgstr "" | ||
2167 | msgid "product" | 2258 | msgid "product" |
2168 | msgstr "" | 2259 | msgstr "" |
2169 | 2260 | ||
2261 | +#: app/models/product.rb:- | ||
2262 | +msgid "Product category" | ||
2263 | +msgstr "" | ||
2264 | + | ||
2170 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2265 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2171 | msgid "Price" | 2266 | msgid "Price" |
2172 | msgstr "" | 2267 | msgstr "" |
@@ -2287,27 +2382,27 @@ msgstr "" | @@ -2287,27 +2382,27 @@ msgstr "" | ||
2287 | msgid "This block presents a login/logout block." | 2382 | msgid "This block presents a login/logout block." |
2288 | msgstr "" | 2383 | msgstr "" |
2289 | 2384 | ||
2290 | -#: app/models/uploaded_file.rb:33 | 2385 | +#: app/models/uploaded_file.rb:35 |
2291 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2386 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2292 | msgstr "" | 2387 | msgstr "" |
2293 | 2388 | ||
2294 | -#: app/models/uploaded_file.rb:44 | 2389 | +#: app/models/uploaded_file.rb:46 |
2295 | msgid "Uploaded file" | 2390 | msgid "Uploaded file" |
2296 | msgstr "" | 2391 | msgstr "" |
2297 | 2392 | ||
2298 | -#: app/models/uploaded_file.rb:48 | 2393 | +#: app/models/uploaded_file.rb:50 |
2299 | msgid "Upload any kind of file you want." | 2394 | msgid "Upload any kind of file you want." |
2300 | msgstr "" | 2395 | msgstr "" |
2301 | 2396 | ||
2302 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2397 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2303 | msgid "« Previous" | 2398 | msgid "« Previous" |
2304 | msgstr "" | 2399 | msgstr "" |
2305 | 2400 | ||
2306 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2401 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2307 | msgid "Next »" | 2402 | msgid "Next »" |
2308 | msgstr "" | 2403 | msgstr "" |
2309 | 2404 | ||
2310 | -#: app/models/uploaded_file.rb:85 | 2405 | +#: app/models/uploaded_file.rb:87 |
2311 | msgid "image %d of %d" | 2406 | msgid "image %d of %d" |
2312 | msgstr "" | 2407 | msgstr "" |
2313 | 2408 | ||
@@ -2682,7 +2777,11 @@ msgstr "" | @@ -2682,7 +2777,11 @@ msgstr "" | ||
2682 | msgid "Enterprises are disabled when created" | 2777 | msgid "Enterprises are disabled when created" |
2683 | msgstr "" | 2778 | msgstr "" |
2684 | 2779 | ||
2685 | -#: app/models/environment.rb:461 | 2780 | +#: app/models/environment.rb:111 |
2781 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2782 | +msgstr "" | ||
2783 | + | ||
2784 | +#: app/models/environment.rb:462 | ||
2686 | msgid "Only one Virtual Community can be the default one" | 2785 | msgid "Only one Virtual Community can be the default one" |
2687 | msgstr "" | 2786 | msgstr "" |
2688 | 2787 | ||
@@ -2731,7 +2830,7 @@ msgstr "" | @@ -2731,7 +2830,7 @@ msgstr "" | ||
2731 | msgid "Nickname" | 2830 | msgid "Nickname" |
2732 | msgstr "" | 2831 | msgstr "" |
2733 | 2832 | ||
2734 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 2833 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2735 | msgid "Public profile" | 2834 | msgid "Public profile" |
2736 | msgstr "" | 2835 | msgstr "" |
2737 | 2836 | ||
@@ -2803,32 +2902,52 @@ msgstr "" | @@ -2803,32 +2902,52 @@ msgstr "" | ||
2803 | msgid "Invite members" | 2902 | msgid "Invite members" |
2804 | msgstr "" | 2903 | msgstr "" |
2805 | 2904 | ||
2806 | -#: app/models/profile.rb:436 | 2905 | +#: app/models/profile.rb:452 |
2807 | msgid "My home page" | 2906 | msgid "My home page" |
2808 | msgstr "" | 2907 | msgstr "" |
2809 | 2908 | ||
2810 | -#: app/models/profile.rb:436 | 2909 | +#: app/models/profile.rb:452 |
2811 | msgid "" | 2910 | msgid "" |
2812 | "<p>This is a default homepage created for me. It can be changed though the " | 2911 | "<p>This is a default homepage created for me. It can be changed though the " |
2813 | "control panel.</p>" | 2912 | "control panel.</p>" |
2814 | msgstr "" | 2913 | msgstr "" |
2815 | 2914 | ||
2816 | -#: app/models/profile.rb:447 | 2915 | +#: app/models/profile.rb:463 |
2817 | msgid "Intranet" | 2916 | msgid "Intranet" |
2818 | msgstr "" | 2917 | msgstr "" |
2819 | 2918 | ||
2820 | -#: app/models/profile.rb:490 | 2919 | +#: app/models/profile.rb:506 |
2821 | msgid "%s can't has members" | 2920 | msgid "%s can't has members" |
2822 | msgstr "" | 2921 | msgstr "" |
2823 | 2922 | ||
2824 | -#: app/models/profile.rb:507 | 2923 | +#: app/models/profile.rb:523 |
2825 | msgid "%s can't has moderators" | 2924 | msgid "%s can't has moderators" |
2826 | msgstr "" | 2925 | msgstr "" |
2827 | 2926 | ||
2828 | -#: app/models/profile.rb:592 | 2927 | +#: app/models/profile.rb:608 |
2829 | msgid "Private profile" | 2928 | msgid "Private profile" |
2830 | msgstr "" | 2929 | msgstr "" |
2831 | 2930 | ||
2931 | +#: app/models/profile.rb:695 | ||
2932 | +msgid "Since: " | ||
2933 | +msgstr "" | ||
2934 | + | ||
2935 | +#: app/models/profile.rb:702 | ||
2936 | +msgid "one article" | ||
2937 | +msgstr "" | ||
2938 | + | ||
2939 | +#: app/models/profile.rb:703 | ||
2940 | +msgid "%s articles" | ||
2941 | +msgstr "" | ||
2942 | + | ||
2943 | +#: app/models/profile.rb:710 | ||
2944 | +msgid "one member" | ||
2945 | +msgstr "" | ||
2946 | + | ||
2947 | +#: app/models/profile.rb:711 | ||
2948 | +msgid "%s members" | ||
2949 | +msgstr "" | ||
2950 | + | ||
2832 | #: app/models/blog.rb:19 | 2951 | #: app/models/blog.rb:19 |
2833 | msgid "A blog, inside which you can put other articles." | 2952 | msgid "A blog, inside which you can put other articles." |
2834 | msgstr "" | 2953 | msgstr "" |
@@ -2855,19 +2974,19 @@ msgstr "" | @@ -2855,19 +2974,19 @@ msgstr "" | ||
2855 | msgid "Updated: %s" | 2974 | msgid "Updated: %s" |
2856 | msgstr "" | 2975 | msgstr "" |
2857 | 2976 | ||
2858 | -#: app/models/rss_feed.rb:70 | 2977 | +#: app/models/rss_feed.rb:78 |
2859 | msgid "%s's RSS feed" | 2978 | msgid "%s's RSS feed" |
2860 | msgstr "" | 2979 | msgstr "" |
2861 | 2980 | ||
2862 | -#: app/models/rss_feed.rb:71 | 2981 | +#: app/models/rss_feed.rb:79 |
2863 | msgid "%s's content published at %s" | 2982 | msgid "%s's content published at %s" |
2864 | msgstr "" | 2983 | msgstr "" |
2865 | 2984 | ||
2866 | -#: app/models/rss_feed.rb:77 | 2985 | +#: app/models/rss_feed.rb:85 |
2867 | msgid "RSS Feed" | 2986 | msgid "RSS Feed" |
2868 | msgstr "" | 2987 | msgstr "" |
2869 | 2988 | ||
2870 | -#: app/models/rss_feed.rb:81 | 2989 | +#: app/models/rss_feed.rb:89 |
2871 | msgid "Provides a news feed of your more recent articles." | 2990 | msgid "Provides a news feed of your more recent articles." |
2872 | msgstr "" | 2991 | msgstr "" |
2873 | 2992 | ||
@@ -3455,7 +3574,8 @@ msgid "redirecting..." | @@ -3455,7 +3574,8 @@ msgid "redirecting..." | ||
3455 | msgstr "" | 3574 | msgstr "" |
3456 | 3575 | ||
3457 | #: app/views/favorite_enterprises/index.rhtml:3 | 3576 | #: app/views/favorite_enterprises/index.rhtml:3 |
3458 | -msgid "%s's favorite enteprises" | 3577 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3578 | +msgid "%s's favorite enterprises" | ||
3459 | msgstr "" | 3579 | msgstr "" |
3460 | 3580 | ||
3461 | #: app/views/favorite_enterprises/index.rhtml:12 | 3581 | #: app/views/favorite_enterprises/index.rhtml:12 |
@@ -3465,7 +3585,7 @@ msgid "remove" | @@ -3465,7 +3585,7 @@ msgid "remove" | ||
3465 | msgstr "" | 3585 | msgstr "" |
3466 | 3586 | ||
3467 | #: app/views/favorite_enterprises/index.rhtml:24 | 3587 | #: app/views/favorite_enterprises/index.rhtml:24 |
3468 | -msgid "You have no favorite enteprises yet." | 3588 | +msgid "You have no favorite enterprises yet." |
3469 | msgstr "" | 3589 | msgstr "" |
3470 | 3590 | ||
3471 | #: app/views/favorite_enterprises/add.rhtml:1 | 3591 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4172,7 +4292,7 @@ msgstr "" | @@ -4172,7 +4292,7 @@ msgstr "" | ||
4172 | msgid "Create a new community" | 4292 | msgid "Create a new community" |
4173 | msgstr "" | 4293 | msgstr "" |
4174 | 4294 | ||
4175 | -#: app/views/memberships/index.rhtml:7 | 4295 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4176 | msgid "Register a new enterprise" | 4296 | msgid "Register a new enterprise" |
4177 | msgstr "" | 4297 | msgstr "" |
4178 | 4298 | ||
@@ -4463,14 +4583,25 @@ msgstr "" | @@ -4463,14 +4583,25 @@ msgstr "" | ||
4463 | msgid "Message:" | 4583 | msgid "Message:" |
4464 | msgstr "" | 4584 | msgstr "" |
4465 | 4585 | ||
4466 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4467 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4468 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4469 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4470 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4471 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4586 | +#: app/views/contact/sender/mail.rhtml:12 |
4587 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4588 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4589 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4590 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4591 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4472 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4592 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4473 | -msgid "%s environment system" | 4593 | +msgid "Greetings," |
4594 | +msgstr "" | ||
4595 | + | ||
4596 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4597 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4598 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4599 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4600 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4601 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4602 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4603 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4604 | +msgid "%s team." | ||
4474 | msgstr "" | 4605 | msgstr "" |
4475 | 4606 | ||
4476 | #: app/views/comment/notifier/mail.rhtml:1 | 4607 | #: app/views/comment/notifier/mail.rhtml:1 |
@@ -4484,6 +4615,14 @@ msgid "" | @@ -4484,6 +4615,14 @@ msgid "" | ||
4484 | msgstr "" | 4615 | msgstr "" |
4485 | 4616 | ||
4486 | #: app/views/comment/notifier/mail.rhtml:5 | 4617 | #: app/views/comment/notifier/mail.rhtml:5 |
4618 | +msgid "Title: %s" | ||
4619 | +msgstr "" | ||
4620 | + | ||
4621 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4622 | +msgid "Comment:" | ||
4623 | +msgstr "" | ||
4624 | + | ||
4625 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4487 | msgid "Access the address below to view this comment:" | 4626 | msgid "Access the address below to view this comment:" |
4488 | msgstr "" | 4627 | msgstr "" |
4489 | 4628 | ||
@@ -4770,11 +4909,6 @@ msgstr "" | @@ -4770,11 +4909,6 @@ msgstr "" | ||
4770 | msgid "Choose the communities you want to join and/or create your own." | 4909 | msgid "Choose the communities you want to join and/or create your own." |
4771 | msgstr "" | 4910 | msgstr "" |
4772 | 4911 | ||
4773 | -#: app/views/search/communities.rhtml:24 | ||
4774 | -#: app/views/tasks/_create_community.rhtml:1 | ||
4775 | -msgid "New community" | ||
4776 | -msgstr "" | ||
4777 | - | ||
4778 | #: app/views/search/_comment.rhtml:16 | 4912 | #: app/views/search/_comment.rhtml:16 |
4779 | msgid "by %{author} on \"%{article}\"" | 4913 | msgid "by %{author} on \"%{article}\"" |
4780 | msgstr "" | 4914 | msgstr "" |
@@ -5955,10 +6089,6 @@ msgstr "" | @@ -5955,10 +6089,6 @@ msgstr "" | ||
5955 | msgid "Yes, I want to join." | 6089 | msgid "Yes, I want to join." |
5956 | msgstr "" | 6090 | msgstr "" |
5957 | 6091 | ||
5958 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
5959 | -msgid "%s's favorite enterprises" | ||
5960 | -msgstr "" | ||
5961 | - | ||
5962 | #: app/views/profile/members.rhtml:3 | 6092 | #: app/views/profile/members.rhtml:3 |
5963 | msgid "%s's members" | 6093 | msgid "%s's members" |
5964 | msgstr "" | 6094 | msgstr "" |
@@ -5975,10 +6105,6 @@ msgstr "" | @@ -5975,10 +6105,6 @@ msgstr "" | ||
5975 | msgid "%s's enterprises" | 6105 | msgid "%s's enterprises" |
5976 | msgstr "" | 6106 | msgstr "" |
5977 | 6107 | ||
5978 | -#: app/views/profile/enterprises.rhtml:13 | ||
5979 | -msgid "Register a new Enterprise" | ||
5980 | -msgstr "" | ||
5981 | - | ||
5982 | #: app/views/features/_manage_community_fields.rhtml:1 | 6108 | #: app/views/features/_manage_community_fields.rhtml:1 |
5983 | msgid "Manage community fields" | 6109 | msgid "Manage community fields" |
5984 | msgstr "" | 6110 | msgstr "" |
po/pt/noosfero.po
@@ -11,9 +11,9 @@ | @@ -11,9 +11,9 @@ | ||
11 | # | 11 | # |
12 | msgid "" | 12 | msgid "" |
13 | msgstr "" | 13 | msgstr "" |
14 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
15 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | ||
16 | -"PO-Revision-Date: 2010-07-30 18:11-0300\n" | 14 | +"Project-Id-Version: noosfero 0.25.1\n" |
15 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" | ||
16 | +"PO-Revision-Date: 2010-08-06 03:06-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 TEAM <E-MAIL@ADDRESS or HOME PAGE>\n" | 18 | "Language-Team: LANGUAGE TEAM <E-MAIL@ADDRESS or HOME PAGE>\n" |
19 | "MIME-Version: 1.0\n" | 19 | "MIME-Version: 1.0\n" |
@@ -80,7 +80,7 @@ msgstr "" | @@ -80,7 +80,7 @@ msgstr "" | ||
80 | "O idioma que você escolher aqui será usado para opções, botões, etc. Ele não " | 80 | "O idioma que você escolher aqui será usado para opções, botões, etc. Ele não " |
81 | "afeta o idioma do conteúdo criado por outros usuários." | 81 | "afeta o idioma do conteúdo criado por outros usuários." |
82 | 82 | ||
83 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 83 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
84 | #: app/models/block.rb:- app/models/comment.rb:- | 84 | #: app/models/block.rb:- app/models/comment.rb:- |
85 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 85 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
86 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 86 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -92,33 +92,33 @@ msgstr "" | @@ -92,33 +92,33 @@ msgstr "" | ||
92 | msgid "Title" | 92 | msgid "Title" |
93 | msgstr "Título" | 93 | msgstr "Título" |
94 | 94 | ||
95 | -#: app/helpers/folder_helper.rb:7 | 95 | +#: app/helpers/folder_helper.rb:9 |
96 | msgid "Last update" | 96 | msgid "Last update" |
97 | msgstr "Última atualização" | 97 | msgstr "Última atualização" |
98 | 98 | ||
99 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 99 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
100 | msgid "(empty folder)" | 100 | msgid "(empty folder)" |
101 | msgstr "(pasta vazia)" | 101 | msgstr "(pasta vazia)" |
102 | 102 | ||
103 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 103 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
104 | msgid "Options" | 104 | msgid "Options" |
105 | msgstr "Opções" | 105 | msgstr "Opções" |
106 | 106 | ||
107 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 107 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
108 | msgid "This article must be published (visible to other people)" | 108 | msgid "This article must be published (visible to other people)" |
109 | msgstr "Este artigo deve ser publicado (visível para outras pessoas)" | 109 | msgstr "Este artigo deve ser publicado (visível para outras pessoas)" |
110 | 110 | ||
111 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 111 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
112 | msgid "I want this article to display the number of hits it received" | 112 | msgid "I want this article to display the number of hits it received" |
113 | msgstr "Eu quero que este artigo mostre o número de acessos que recebeu" | 113 | msgstr "Eu quero que este artigo mostre o número de acessos que recebeu" |
114 | 114 | ||
115 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 115 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
116 | #: app/views/shared/user_menu.rhtml:25 | 116 | #: app/views/shared/user_menu.rhtml:25 |
117 | #: app/views/tasks/_approve_article.rhtml:1 | 117 | #: app/views/tasks/_approve_article.rhtml:1 |
118 | msgid "New article" | 118 | msgid "New article" |
119 | msgstr "Novo artigo" | 119 | msgstr "Novo artigo" |
120 | 120 | ||
121 | -#: app/helpers/folder_helper.rb:69 | 121 | +#: app/helpers/folder_helper.rb:71 |
122 | msgid "Edit folder" | 122 | msgid "Edit folder" |
123 | msgstr "Editar pasta" | 123 | msgstr "Editar pasta" |
124 | 124 | ||
@@ -129,22 +129,18 @@ msgstr "Editar pasta" | @@ -129,22 +129,18 @@ msgstr "Editar pasta" | ||
129 | msgid "Articles" | 129 | msgid "Articles" |
130 | msgstr "Artigos" | 130 | msgstr "Artigos" |
131 | 131 | ||
132 | -#: app/helpers/assets_helper.rb:8 | 132 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
133 | #: app/controllers/public/search_controller.rb:132 | 133 | #: app/controllers/public/search_controller.rb:132 |
134 | #: app/controllers/public/search_controller.rb:203 | 134 | #: app/controllers/public/search_controller.rb:203 |
135 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 135 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
136 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
137 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
138 | msgid "People" | 136 | msgid "People" |
139 | msgstr "Pessoas" | 137 | msgstr "Pessoas" |
140 | 138 | ||
141 | -#: app/helpers/assets_helper.rb:9 | 139 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
142 | #: app/controllers/public/search_controller.rb:134 | 140 | #: app/controllers/public/search_controller.rb:134 |
143 | #: app/controllers/public/search_controller.rb:205 | 141 | #: app/controllers/public/search_controller.rb:205 |
144 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 142 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
145 | #: app/views/search/_sellers_form.rhtml:8 | 143 | #: app/views/search/_sellers_form.rhtml:8 |
146 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
147 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
148 | msgid "Products" | 144 | msgid "Products" |
149 | msgstr "Produtos" | 145 | msgstr "Produtos" |
150 | 146 | ||
@@ -155,25 +151,22 @@ msgstr "Produtos" | @@ -155,25 +151,22 @@ msgstr "Produtos" | ||
155 | #: app/views/content_viewer/_person.rhtml:37 | 151 | #: app/views/content_viewer/_person.rhtml:37 |
156 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 152 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
157 | #: app/views/profile/_person.rhtml:37 | 153 | #: app/views/profile/_person.rhtml:37 |
158 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
159 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
160 | msgid "Enterprises" | 154 | msgid "Enterprises" |
161 | msgstr "Empreendimentos" | 155 | msgstr "Empreendimentos" |
162 | 156 | ||
163 | -#: app/helpers/assets_helper.rb:11 | 157 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
158 | +#: app/helpers/application_helper.rb:1080 | ||
164 | #: app/controllers/public/search_controller.rb:133 | 159 | #: app/controllers/public/search_controller.rb:133 |
165 | #: app/controllers/public/search_controller.rb:207 | 160 | #: app/controllers/public/search_controller.rb:207 |
166 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 161 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
167 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 162 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
168 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
169 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
170 | msgid "Communities" | 163 | msgid "Communities" |
171 | msgstr "Comunidades" | 164 | msgstr "Comunidades" |
172 | 165 | ||
173 | #: app/helpers/assets_helper.rb:12 | 166 | #: app/helpers/assets_helper.rb:12 |
174 | #: app/controllers/public/search_controller.rb:135 | 167 | #: app/controllers/public/search_controller.rb:135 |
175 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
176 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 168 | +#: public/designs/themes/base/navigation.rhtml:7 |
169 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
177 | msgid "Events" | 170 | msgid "Events" |
178 | msgstr "Eventos" | 171 | msgstr "Eventos" |
179 | 172 | ||
@@ -918,75 +911,157 @@ msgstr "Categorias do Produto Principal" | @@ -918,75 +911,157 @@ msgstr "Categorias do Produto Principal" | ||
918 | msgid "Click on this icon to add <b>%s</b> to your network" | 911 | msgid "Click on this icon to add <b>%s</b> to your network" |
919 | msgstr "Clique nesse ícone para adicionar <b>%s</b> à sua rede" | 912 | msgstr "Clique nesse ícone para adicionar <b>%s</b> à sua rede" |
920 | 913 | ||
921 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 914 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
915 | +#: app/helpers/application_helper.rb:500 | ||
916 | +msgid "Home Page" | ||
917 | +msgstr "Página inicial" | ||
918 | + | ||
919 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
920 | +#: app/models/profile_categorization.rb:- | ||
921 | +msgid "Profile" | ||
922 | +msgstr "Perfil" | ||
923 | + | ||
924 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
925 | +#: app/views/content_viewer/_person.rhtml:51 | ||
926 | +#: app/views/profile/_person.rhtml:51 | ||
927 | +msgid "Friends" | ||
928 | +msgstr "Amigos" | ||
929 | + | ||
930 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
931 | +#: app/models/members_block.rb:4 | ||
932 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
933 | +#: app/views/profile/_organization.rhtml:6 | ||
934 | +msgid "Members" | ||
935 | +msgstr "Integrantes" | ||
936 | + | ||
937 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
938 | +msgid "Agenda" | ||
939 | +msgstr "Agenda" | ||
940 | + | ||
941 | +#: app/helpers/application_helper.rb:524 | ||
942 | +msgid "Profile links" | ||
943 | +msgstr "Links do perfil" | ||
944 | + | ||
945 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
922 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 946 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
923 | msgstr "Clique nesse ícone para ir para a página inicial de <b>%s</b>" | 947 | msgstr "Clique nesse ícone para ir para a página inicial de <b>%s</b>" |
924 | 948 | ||
925 | -#: app/helpers/application_helper.rb:513 | 949 | +#: app/helpers/application_helper.rb:545 |
926 | msgid "1 member" | 950 | msgid "1 member" |
927 | msgid_plural "%s members" | 951 | msgid_plural "%s members" |
928 | msgstr[0] "1 integrante" | 952 | msgstr[0] "1 integrante" |
929 | msgstr[1] "%s integrantes" | 953 | msgstr[1] "%s integrantes" |
930 | 954 | ||
931 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 955 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
932 | #: app/views/content_viewer/view_page.rhtml:97 | 956 | #: app/views/content_viewer/view_page.rhtml:97 |
933 | msgid "Categories" | 957 | msgid "Categories" |
934 | msgstr "Categorias" | 958 | msgstr "Categorias" |
935 | 959 | ||
936 | -#: app/helpers/application_helper.rb:574 | 960 | +#: app/helpers/application_helper.rb:606 |
937 | msgid "open" | 961 | msgid "open" |
938 | msgstr "aberto" | 962 | msgstr "aberto" |
939 | 963 | ||
940 | -#: app/helpers/application_helper.rb:613 | 964 | +#: app/helpers/application_helper.rb:645 |
941 | #: app/views/layouts/application-ng.rhtml:63 | 965 | #: app/views/layouts/application-ng.rhtml:63 |
942 | #: app/views/layouts/application-ng.rhtml:65 | 966 | #: app/views/layouts/application-ng.rhtml:65 |
943 | #: app/views/layouts/application-ng.rhtml:68 | 967 | #: app/views/layouts/application-ng.rhtml:68 |
944 | msgid "Search..." | 968 | msgid "Search..." |
945 | msgstr "Busca..." | 969 | msgstr "Busca..." |
946 | 970 | ||
947 | -#: app/helpers/application_helper.rb:615 | 971 | +#: app/helpers/application_helper.rb:647 |
948 | msgid "This is a search box. Click, write your query, and press enter to find" | 972 | msgid "This is a search box. Click, write your query, and press enter to find" |
949 | msgstr "" | 973 | msgstr "" |
950 | "Isto é uma caixa de busca. Clique, escreva sua consulta, e pressione enter " | 974 | "Isto é uma caixa de busca. Clique, escreva sua consulta, e pressione enter " |
951 | "para pesquisar" | 975 | "para pesquisar" |
952 | 976 | ||
953 | -#: app/helpers/application_helper.rb:616 | 977 | +#: app/helpers/application_helper.rb:648 |
954 | msgid "Click, write and press enter to find" | 978 | msgid "Click, write and press enter to find" |
955 | msgstr "Clique, escreva e pressione enter para pesquisar" | 979 | msgstr "Clique, escreva e pressione enter para pesquisar" |
956 | 980 | ||
957 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 981 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
958 | #: app/views/region_validators/region.rhtml:23 | 982 | #: app/views/region_validators/region.rhtml:23 |
959 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 983 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
960 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 984 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
961 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 985 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
962 | #: app/views/profile_members/add_members.rhtml:5 | 986 | #: app/views/profile_members/add_members.rhtml:5 |
987 | +#: app/views/browse/_search_form.rhtml:7 | ||
963 | msgid "Search" | 988 | msgid "Search" |
964 | msgstr "Busca" | 989 | msgstr "Busca" |
965 | 990 | ||
966 | -#: app/helpers/application_helper.rb:814 | 991 | +#: app/helpers/application_helper.rb:846 |
967 | msgid "Searched for '%s'" | 992 | msgid "Searched for '%s'" |
968 | msgstr "Busca por '%s'" | 993 | msgstr "Busca por '%s'" |
969 | 994 | ||
970 | -#: app/helpers/application_helper.rb:815 | 995 | +#: app/helpers/application_helper.rb:847 |
971 | msgid "In category %s" | 996 | msgid "In category %s" |
972 | msgstr "Na categoria %s" | 997 | msgstr "Na categoria %s" |
973 | 998 | ||
974 | -#: app/helpers/application_helper.rb:816 | 999 | +#: app/helpers/application_helper.rb:848 |
975 | msgid "within %d km from %s" | 1000 | msgid "within %d km from %s" |
976 | msgstr "no raio de %s km até %s" | 1001 | msgstr "no raio de %s km até %s" |
977 | 1002 | ||
978 | -#: app/helpers/application_helper.rb:817 | 1003 | +#: app/helpers/application_helper.rb:849 |
979 | msgid "%d results found" | 1004 | msgid "%d results found" |
980 | msgstr "%d resultados encontrados" | 1005 | msgstr "%d resultados encontrados" |
981 | 1006 | ||
982 | -#: app/helpers/application_helper.rb:823 | 1007 | +#: app/helpers/application_helper.rb:855 |
983 | msgid "In all categories" | 1008 | msgid "In all categories" |
984 | msgstr "Em todas as categorias" | 1009 | msgstr "Em todas as categorias" |
985 | 1010 | ||
986 | -#: app/helpers/application_helper.rb:908 | 1011 | +#: app/helpers/application_helper.rb:940 |
987 | msgid "Online Manual" | 1012 | msgid "Online Manual" |
988 | msgstr "Manual on-line" | 1013 | msgstr "Manual on-line" |
989 | 1014 | ||
1015 | +#: app/helpers/application_helper.rb:1056 | ||
1016 | +msgid "people|More Recent" | ||
1017 | +msgstr "Mais recentes" | ||
1018 | + | ||
1019 | +#: app/helpers/application_helper.rb:1057 | ||
1020 | +msgid "people|More Active" | ||
1021 | +msgstr "Mais ativas" | ||
1022 | + | ||
1023 | +#: app/helpers/application_helper.rb:1058 | ||
1024 | +msgid "people|More Popular" | ||
1025 | +msgstr "Mais populares" | ||
1026 | + | ||
1027 | +#: app/helpers/application_helper.rb:1061 | ||
1028 | +msgid "My friends" | ||
1029 | +msgstr "Meus amigos" | ||
1030 | + | ||
1031 | +#: app/helpers/application_helper.rb:1062 | ||
1032 | +msgid "Invite friends" | ||
1033 | +msgstr "Convidar amigos" | ||
1034 | + | ||
1035 | +#: app/helpers/application_helper.rb:1066 | ||
1036 | +msgid "People Menu" | ||
1037 | +msgstr "Menu de Pessoas" | ||
1038 | + | ||
1039 | +#: app/helpers/application_helper.rb:1071 | ||
1040 | +msgid "communities|More Recent" | ||
1041 | +msgstr "Mais recentes" | ||
1042 | + | ||
1043 | +#: app/helpers/application_helper.rb:1072 | ||
1044 | +msgid "communities|More Active" | ||
1045 | +msgstr "Mais ativas" | ||
1046 | + | ||
1047 | +#: app/helpers/application_helper.rb:1073 | ||
1048 | +msgid "communities|More Popular" | ||
1049 | +msgstr "Mais populares" | ||
1050 | + | ||
1051 | +#: app/helpers/application_helper.rb:1076 | ||
1052 | +msgid "My communities" | ||
1053 | +msgstr "Minhas comunidades" | ||
1054 | + | ||
1055 | +#: app/helpers/application_helper.rb:1077 | ||
1056 | +#: app/views/search/communities.rhtml:24 | ||
1057 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1058 | +msgid "New community" | ||
1059 | +msgstr "Nova comunidade" | ||
1060 | + | ||
1061 | +#: app/helpers/application_helper.rb:1081 | ||
1062 | +msgid "Communities Menu" | ||
1063 | +msgstr "Menu de Comunidades" | ||
1064 | + | ||
990 | #: app/helpers/display_helper.rb:4 | 1065 | #: app/helpers/display_helper.rb:4 |
991 | msgid "No product" | 1066 | msgid "No product" |
992 | msgstr "Sem produto" | 1067 | msgstr "Sem produto" |
@@ -1177,35 +1252,59 @@ msgstr "" | @@ -1177,35 +1252,59 @@ msgstr "" | ||
1177 | msgid "Comment succesfully deleted" | 1252 | msgid "Comment succesfully deleted" |
1178 | msgstr "Comentário removido com sucesso" | 1253 | msgstr "Comentário removido com sucesso" |
1179 | 1254 | ||
1180 | -#: app/controllers/public/account_controller.rb:31 | 1255 | +#: app/controllers/public/browse_controller.rb:49 |
1256 | +msgid "More recent people" | ||
1257 | +msgstr "Pessoas mais recentes" | ||
1258 | + | ||
1259 | +#: app/controllers/public/browse_controller.rb:50 | ||
1260 | +msgid "More active people" | ||
1261 | +msgstr "Pessoas mais ativas" | ||
1262 | + | ||
1263 | +#: app/controllers/public/browse_controller.rb:51 | ||
1264 | +msgid "More popular people" | ||
1265 | +msgstr "Pessoas mais populares" | ||
1266 | + | ||
1267 | +#: app/controllers/public/browse_controller.rb:52 | ||
1268 | +msgid "More recent communities" | ||
1269 | +msgstr "Comunidades mais recentes" | ||
1270 | + | ||
1271 | +#: app/controllers/public/browse_controller.rb:53 | ||
1272 | +msgid "More active communities" | ||
1273 | +msgstr "Comunidades mais ativas" | ||
1274 | + | ||
1275 | +#: app/controllers/public/browse_controller.rb:54 | ||
1276 | +msgid "More popular communities" | ||
1277 | +msgstr "Comunidades mais populares" | ||
1278 | + | ||
1279 | +#: app/controllers/public/account_controller.rb:33 | ||
1181 | msgid "Logged in successfully" | 1280 | msgid "Logged in successfully" |
1182 | msgstr "Login bem sucedido" | 1281 | msgstr "Login bem sucedido" |
1183 | 1282 | ||
1184 | -#: app/controllers/public/account_controller.rb:34 | 1283 | +#: app/controllers/public/account_controller.rb:36 |
1185 | msgid "Incorrect username or password" | 1284 | msgid "Incorrect username or password" |
1186 | msgstr "Nome ou senha incorreto" | 1285 | msgstr "Nome ou senha incorreto" |
1187 | 1286 | ||
1188 | -#: app/controllers/public/account_controller.rb:71 | 1287 | +#: app/controllers/public/account_controller.rb:73 |
1189 | msgid "Thanks for signing up!" | 1288 | msgid "Thanks for signing up!" |
1190 | msgstr "Obrigado por se registrar!" | 1289 | msgstr "Obrigado por se registrar!" |
1191 | 1290 | ||
1192 | -#: app/controllers/public/account_controller.rb:110 | 1291 | +#: app/controllers/public/account_controller.rb:112 |
1193 | msgid "You have been logged out." | 1292 | msgid "You have been logged out." |
1194 | msgstr "Você saiu do sistema." | 1293 | msgstr "Você saiu do sistema." |
1195 | 1294 | ||
1196 | -#: app/controllers/public/account_controller.rb:121 | 1295 | +#: app/controllers/public/account_controller.rb:123 |
1197 | msgid "Your password has been changed successfully!" | 1296 | msgid "Your password has been changed successfully!" |
1198 | msgstr "Sua senha foi alterada com sucesso!" | 1297 | msgstr "Sua senha foi alterada com sucesso!" |
1199 | 1298 | ||
1200 | -#: app/controllers/public/account_controller.rb:124 | 1299 | +#: app/controllers/public/account_controller.rb:126 |
1201 | msgid "The supplied current password is incorrect." | 1300 | msgid "The supplied current password is incorrect." |
1202 | msgstr "A senha informada está incorreta" | 1301 | msgstr "A senha informada está incorreta" |
1203 | 1302 | ||
1204 | -#: app/controllers/public/account_controller.rb:226 | 1303 | +#: app/controllers/public/account_controller.rb:228 |
1205 | msgid "Available!" | 1304 | msgid "Available!" |
1206 | msgstr "Disponível!" | 1305 | msgstr "Disponível!" |
1207 | 1306 | ||
1208 | -#: app/controllers/public/account_controller.rb:229 | 1307 | +#: app/controllers/public/account_controller.rb:231 |
1209 | msgid "Unavailable!" | 1308 | msgid "Unavailable!" |
1210 | msgstr "Não disponível!" | 1309 | msgstr "Não disponível!" |
1211 | 1310 | ||
@@ -1407,7 +1506,7 @@ msgstr "Ver todas" | @@ -1407,7 +1506,7 @@ msgstr "Ver todas" | ||
1407 | msgid "Enterprise" | 1506 | msgid "Enterprise" |
1408 | msgstr "Empreendimento" | 1507 | msgstr "Empreendimento" |
1409 | 1508 | ||
1410 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1509 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1411 | msgid "Organization website" | 1510 | msgid "Organization website" |
1412 | msgstr "Website da organização" | 1511 | msgstr "Website da organização" |
1413 | 1512 | ||
@@ -1419,17 +1518,17 @@ msgstr "Histórico e contexto atual" | @@ -1419,17 +1518,17 @@ msgstr "Histórico e contexto atual" | ||
1419 | msgid "Activities short description" | 1518 | msgid "Activities short description" |
1420 | msgstr "Breve descrição das atividades" | 1519 | msgstr "Breve descrição das atividades" |
1421 | 1520 | ||
1422 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1521 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1423 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1522 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1424 | msgid "City" | 1523 | msgid "City" |
1425 | msgstr "Cidade" | 1524 | msgstr "Cidade" |
1426 | 1525 | ||
1427 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1526 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1428 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1527 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1429 | msgid "State" | 1528 | msgid "State" |
1430 | msgstr "Estado" | 1529 | msgstr "Estado" |
1431 | 1530 | ||
1432 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1531 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1433 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1532 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1434 | #: app/views/profile_editor/_person_form.rhtml:21 | 1533 | #: app/views/profile_editor/_person_form.rhtml:21 |
1435 | #: app/views/maps/edit_location.rhtml:6 | 1534 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1464,12 +1563,6 @@ msgstr "Uma referência a outro artigo publico em outro perfil" | @@ -1464,12 +1563,6 @@ msgstr "Uma referência a outro artigo publico em outro perfil" | ||
1464 | msgid "The original text was removed." | 1563 | msgid "The original text was removed." |
1465 | msgstr "O texto original foi removido." | 1564 | msgstr "O texto original foi removido." |
1466 | 1565 | ||
1467 | -#: app/models/members_block.rb:4 | ||
1468 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1469 | -#: app/views/profile/_organization.rhtml:6 | ||
1470 | -msgid "Members" | ||
1471 | -msgstr "Integrantes" | ||
1472 | - | ||
1473 | #: app/models/members_block.rb:8 | 1566 | #: app/models/members_block.rb:8 |
1474 | msgid "{#} members" | 1567 | msgid "{#} members" |
1475 | msgstr "{#} integrantes" | 1568 | msgstr "{#} integrantes" |
@@ -1510,6 +1603,7 @@ msgstr "" | @@ -1510,6 +1603,7 @@ msgstr "" | ||
1510 | 1603 | ||
1511 | #: app/models/profile_list_block.rb:74 | 1604 | #: app/models/profile_list_block.rb:74 |
1512 | #: app/views/search/_display_results.rhtml:67 | 1605 | #: app/views/search/_display_results.rhtml:67 |
1606 | +#: app/views/browse/_display_results.rhtml:6 | ||
1513 | msgid "None" | 1607 | msgid "None" |
1514 | msgstr "Nenhum(a)" | 1608 | msgstr "Nenhum(a)" |
1515 | 1609 | ||
@@ -1775,7 +1869,7 @@ msgid "Enabled" | @@ -1775,7 +1869,7 @@ msgid "Enabled" | ||
1775 | msgstr "Habilitado" | 1869 | msgstr "Habilitado" |
1776 | 1870 | ||
1777 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1871 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1778 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1872 | +#: app/models/product.rb:- app/models/task.rb:- |
1779 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1873 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1780 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1874 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1781 | #: app/models/environment.rb:- app/models/profile.rb:- | 1875 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1784,10 +1878,10 @@ msgid "Created at" | @@ -1784,10 +1878,10 @@ msgid "Created at" | ||
1784 | msgstr "Criado em" | 1878 | msgstr "Criado em" |
1785 | 1879 | ||
1786 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1880 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1787 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1788 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1789 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1790 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1881 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1882 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1883 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1884 | +#: app/models/product_categorization.rb:- | ||
1791 | msgid "Updated at" | 1885 | msgid "Updated at" |
1792 | msgstr "Atualizado em" | 1886 | msgstr "Atualizado em" |
1793 | 1887 | ||
@@ -1985,91 +2079,105 @@ msgid_plural "%{num} communities" | @@ -1985,91 +2079,105 @@ msgid_plural "%{num} communities" | ||
1985 | msgstr[0] "Uma comunidade" | 2079 | msgstr[0] "Uma comunidade" |
1986 | msgstr[1] "%{num} comunidades" | 2080 | msgstr[1] "%{num} comunidades" |
1987 | 2081 | ||
1988 | -#: app/models/person.rb:24 | 2082 | +#: app/models/person.rb:30 |
1989 | msgid "An existing person cannot be renamed." | 2083 | msgid "An existing person cannot be renamed." |
1990 | msgstr "Um perfil existente não pode ser renomeado." | 2084 | msgstr "Um perfil existente não pode ser renomeado." |
1991 | 2085 | ||
1992 | -#: app/models/person.rb:30 | 2086 | +#: app/models/person.rb:36 |
1993 | msgid "friends" | 2087 | msgid "friends" |
1994 | msgstr "amigos" | 2088 | msgstr "amigos" |
1995 | 2089 | ||
1996 | -#: app/models/person.rb:30 | 2090 | +#: app/models/person.rb:36 |
1997 | msgid "work" | 2091 | msgid "work" |
1998 | msgstr "trabalho" | 2092 | msgstr "trabalho" |
1999 | 2093 | ||
2000 | -#: app/models/person.rb:30 | 2094 | +#: app/models/person.rb:36 |
2001 | msgid "school" | 2095 | msgid "school" |
2002 | msgstr "escola" | 2096 | msgstr "escola" |
2003 | 2097 | ||
2004 | -#: app/models/person.rb:30 | 2098 | +#: app/models/person.rb:36 |
2005 | msgid "family" | 2099 | msgid "family" |
2006 | msgstr "família" | 2100 | msgstr "família" |
2007 | 2101 | ||
2008 | -#: app/models/person.rb:86 | 2102 | +#: app/models/person.rb:92 |
2009 | msgid "%{fn} is mandatory" | 2103 | msgid "%{fn} is mandatory" |
2010 | msgstr "%{fn} é obrigatório" | 2104 | msgstr "%{fn} é obrigatório" |
2011 | 2105 | ||
2012 | -#: app/models/person.rb:111 | 2106 | +#: app/models/person.rb:117 |
2013 | msgid "Cell phone" | 2107 | msgid "Cell phone" |
2014 | msgstr "Telefone celular" | 2108 | msgstr "Telefone celular" |
2015 | 2109 | ||
2016 | -#: app/models/person.rb:111 | 2110 | +#: app/models/person.rb:117 |
2017 | msgid "Comercial phone" | 2111 | msgid "Comercial phone" |
2018 | msgstr "Telefone comercial" | 2112 | msgstr "Telefone comercial" |
2019 | 2113 | ||
2020 | -#: app/models/person.rb:111 | 2114 | +#: app/models/person.rb:117 |
2021 | msgid "Nationality" | 2115 | msgid "Nationality" |
2022 | msgstr "Nacionalidade" | 2116 | msgstr "Nacionalidade" |
2023 | 2117 | ||
2024 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2118 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2025 | msgid "Schooling" | 2119 | msgid "Schooling" |
2026 | msgstr "Escolaridade" | 2120 | msgstr "Escolaridade" |
2027 | 2121 | ||
2028 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2122 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2029 | msgid "Area of study" | 2123 | msgid "Area of study" |
2030 | msgstr "Área de estudo" | 2124 | msgstr "Área de estudo" |
2031 | 2125 | ||
2032 | -#: app/models/person.rb:111 | 2126 | +#: app/models/person.rb:117 |
2033 | msgid "Professional activity" | 2127 | msgid "Professional activity" |
2034 | msgstr "Atividade profissional" | 2128 | msgstr "Atividade profissional" |
2035 | 2129 | ||
2036 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2130 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2037 | msgid "Organization" | 2131 | msgid "Organization" |
2038 | msgstr "Organização" | 2132 | msgstr "Organização" |
2039 | 2133 | ||
2040 | -#: app/models/person.rb:114 | 2134 | +#: app/models/person.rb:120 |
2041 | msgid "Schooling status" | 2135 | msgid "Schooling status" |
2042 | msgstr "Situação da escolaridade" | 2136 | msgstr "Situação da escolaridade" |
2043 | 2137 | ||
2044 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2138 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2045 | msgid "Formation" | 2139 | msgid "Formation" |
2046 | msgstr "Formação" | 2140 | msgstr "Formação" |
2047 | 2141 | ||
2048 | -#: app/models/person.rb:117 | 2142 | +#: app/models/person.rb:123 |
2049 | msgid "Custom formation" | 2143 | msgid "Custom formation" |
2050 | msgstr "Outra formação" | 2144 | msgstr "Outra formação" |
2051 | 2145 | ||
2052 | -#: app/models/person.rb:117 | 2146 | +#: app/models/person.rb:123 |
2053 | msgid "Custom area of study" | 2147 | msgid "Custom area of study" |
2054 | msgstr "Outra área de estudo" | 2148 | msgstr "Outra área de estudo" |
2055 | 2149 | ||
2056 | -#: app/models/person.rb:120 | 2150 | +#: app/models/person.rb:126 |
2057 | msgid "Contact information" | 2151 | msgid "Contact information" |
2058 | msgstr "Informação de contato" | 2152 | msgstr "Informação de contato" |
2059 | 2153 | ||
2060 | -#: app/models/person.rb:120 | 2154 | +#: app/models/person.rb:126 |
2061 | msgid "Sex" | 2155 | msgid "Sex" |
2062 | msgstr "Sexo" | 2156 | msgstr "Sexo" |
2063 | 2157 | ||
2064 | -#: app/models/person.rb:120 | 2158 | +#: app/models/person.rb:126 |
2065 | msgid "Zip code" | 2159 | msgid "Zip code" |
2066 | msgstr "CEP" | 2160 | msgstr "CEP" |
2067 | 2161 | ||
2068 | -#: app/models/person.rb:161 | 2162 | +#: app/models/person.rb:167 |
2069 | msgid "%{fn} is already used by other user" | 2163 | msgid "%{fn} is already used by other user" |
2070 | msgstr "%{fn} já está sendo usado por outro usuário." | 2164 | msgstr "%{fn} já está sendo usado por outro usuário." |
2071 | 2165 | ||
2166 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2167 | +#: app/models/profile.rb:709 | ||
2168 | +msgid "none" | ||
2169 | +msgstr "nenhum(a)" | ||
2170 | + | ||
2171 | +#: app/models/person.rb:300 | ||
2172 | +msgid "one friend" | ||
2173 | +msgstr "um amigo" | ||
2174 | + | ||
2175 | +#: app/models/person.rb:301 | ||
2176 | +msgid "%s friends" | ||
2177 | +msgstr "%s amigos" | ||
2178 | + | ||
2072 | #: app/models/favorite_enterprises_block.rb:4 | 2179 | #: app/models/favorite_enterprises_block.rb:4 |
2180 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2073 | #: app/views/profile_editor/index.rhtml:55 | 2181 | #: app/views/profile_editor/index.rhtml:55 |
2074 | msgid "Favorite Enterprises" | 2182 | msgid "Favorite Enterprises" |
2075 | msgstr "Empreendimentos Favoritos" | 2183 | msgstr "Empreendimentos Favoritos" |
@@ -2078,10 +2186,6 @@ msgstr "Empreendimentos Favoritos" | @@ -2078,10 +2186,6 @@ msgstr "Empreendimentos Favoritos" | ||
2078 | msgid "This block lists your favorite enterprises." | 2186 | msgid "This block lists your favorite enterprises." |
2079 | msgstr "Este bloco lista os empreendimentos favoritos." | 2187 | msgstr "Este bloco lista os empreendimentos favoritos." |
2080 | 2188 | ||
2081 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2082 | -msgid "Favorite enterprises" | ||
2083 | -msgstr "Empreendimentos favoritos" | ||
2084 | - | ||
2085 | #: app/models/qualifier.rb:- | 2189 | #: app/models/qualifier.rb:- |
2086 | msgid "qualifier" | 2190 | msgid "qualifier" |
2087 | msgstr "qualificador" | 2191 | msgstr "qualificador" |
@@ -2104,8 +2208,8 @@ msgstr "Nome" | @@ -2104,8 +2208,8 @@ msgstr "Nome" | ||
2104 | msgid "Generic category" | 2208 | msgid "Generic category" |
2105 | msgstr "Categoria genérica" | 2209 | msgstr "Categoria genérica" |
2106 | 2210 | ||
2107 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2108 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2211 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2212 | +#: app/models/product_categorization.rb:- | ||
2109 | #: app/views/manage_products/index.rhtml:5 | 2213 | #: app/views/manage_products/index.rhtml:5 |
2110 | msgid "Product" | 2214 | msgid "Product" |
2111 | msgstr "Produto" | 2215 | msgstr "Produto" |
@@ -2122,10 +2226,6 @@ msgstr "Este bloco apresenta as categorias como um menu." | @@ -2122,10 +2226,6 @@ msgstr "Este bloco apresenta as categorias como um menu." | ||
2122 | msgid "input" | 2226 | msgid "input" |
2123 | msgstr "insumo" | 2227 | msgstr "insumo" |
2124 | 2228 | ||
2125 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2126 | -msgid "Product category" | ||
2127 | -msgstr "Categoria do Produto" | ||
2128 | - | ||
2129 | #: app/models/profile_categorization.rb:- | 2229 | #: app/models/profile_categorization.rb:- |
2130 | msgid "categories profile" | 2230 | msgid "categories profile" |
2131 | msgstr "categories perfil" | 2231 | msgstr "categories perfil" |
@@ -2134,10 +2234,6 @@ msgstr "categories perfil" | @@ -2134,10 +2234,6 @@ msgstr "categories perfil" | ||
2134 | msgid "profilecategorization" | 2234 | msgid "profilecategorization" |
2135 | msgstr "categorizaçãoperfil" | 2235 | msgstr "categorizaçãoperfil" |
2136 | 2236 | ||
2137 | -#: app/models/profile_categorization.rb:- | ||
2138 | -msgid "Profile" | ||
2139 | -msgstr "Perfil" | ||
2140 | - | ||
2141 | #: app/models/tags_block.rb:10 | 2237 | #: app/models/tags_block.rb:10 |
2142 | msgid "Tags" | 2238 | msgid "Tags" |
2143 | msgstr "Tags" | 2239 | msgstr "Tags" |
@@ -2173,11 +2269,6 @@ msgstr "" | @@ -2173,11 +2269,6 @@ msgstr "" | ||
2173 | "Você precisa entrar no %{system} para poder aceitar %{requestor} como seu" | 2269 | "Você precisa entrar no %{system} para poder aceitar %{requestor} como seu" |
2174 | "(sua) amigo(a)." | 2270 | "(sua) amigo(a)." |
2175 | 2271 | ||
2176 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2177 | -#: app/views/profile/_person.rhtml:51 | ||
2178 | -msgid "Friends" | ||
2179 | -msgstr "Amigos" | ||
2180 | - | ||
2181 | #: app/models/friends_block.rb:8 | 2272 | #: app/models/friends_block.rb:8 |
2182 | msgid "{#} friend" | 2273 | msgid "{#} friend" |
2183 | msgid_plural "{#} friends" | 2274 | msgid_plural "{#} friends" |
@@ -2217,6 +2308,10 @@ msgstr "Slideshow" | @@ -2217,6 +2308,10 @@ msgstr "Slideshow" | ||
2217 | msgid "product" | 2308 | msgid "product" |
2218 | msgstr "produto" | 2309 | msgstr "produto" |
2219 | 2310 | ||
2311 | +#: app/models/product.rb:- | ||
2312 | +msgid "Product category" | ||
2313 | +msgstr "Categoria do Produto" | ||
2314 | + | ||
2220 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2315 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2221 | msgid "Price" | 2316 | msgid "Price" |
2222 | msgstr "Preço" | 2317 | msgstr "Preço" |
@@ -2337,27 +2432,27 @@ msgstr "Login/Sair" | @@ -2337,27 +2432,27 @@ msgstr "Login/Sair" | ||
2337 | msgid "This block presents a login/logout block." | 2432 | msgid "This block presents a login/logout block." |
2338 | msgstr "Este bloco apresenta um bloco de login/logout." | 2433 | msgstr "Este bloco apresenta um bloco de login/logout." |
2339 | 2434 | ||
2340 | -#: app/models/uploaded_file.rb:33 | 2435 | +#: app/models/uploaded_file.rb:35 |
2341 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2436 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2342 | msgstr "%{fn} do arquivo enviado é maior que o máximo permitido de 5.0 MB" | 2437 | msgstr "%{fn} do arquivo enviado é maior que o máximo permitido de 5.0 MB" |
2343 | 2438 | ||
2344 | -#: app/models/uploaded_file.rb:44 | 2439 | +#: app/models/uploaded_file.rb:46 |
2345 | msgid "Uploaded file" | 2440 | msgid "Uploaded file" |
2346 | msgstr "Arquivo enviado" | 2441 | msgstr "Arquivo enviado" |
2347 | 2442 | ||
2348 | -#: app/models/uploaded_file.rb:48 | 2443 | +#: app/models/uploaded_file.rb:50 |
2349 | msgid "Upload any kind of file you want." | 2444 | msgid "Upload any kind of file you want." |
2350 | msgstr "Envie qualquer tipo de arquivo que você queira." | 2445 | msgstr "Envie qualquer tipo de arquivo que você queira." |
2351 | 2446 | ||
2352 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2447 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2353 | msgid "« Previous" | 2448 | msgid "« Previous" |
2354 | msgstr "« Anterior" | 2449 | msgstr "« Anterior" |
2355 | 2450 | ||
2356 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2451 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2357 | msgid "Next »" | 2452 | msgid "Next »" |
2358 | msgstr "Próxima »" | 2453 | msgstr "Próxima »" |
2359 | 2454 | ||
2360 | -#: app/models/uploaded_file.rb:85 | 2455 | +#: app/models/uploaded_file.rb:87 |
2361 | msgid "image %d of %d" | 2456 | msgid "image %d of %d" |
2362 | msgstr "imagem %d de %d" | 2457 | msgstr "imagem %d de %d" |
2363 | 2458 | ||
@@ -2737,7 +2832,12 @@ msgstr "Administrador tem que aprovar a criação de comunidades" | @@ -2737,7 +2832,12 @@ msgstr "Administrador tem que aprovar a criação de comunidades" | ||
2737 | msgid "Enterprises are disabled when created" | 2832 | msgid "Enterprises are disabled when created" |
2738 | msgstr "Empreendimentos são desabilitados quando criados" | 2833 | msgstr "Empreendimentos são desabilitados quando criados" |
2739 | 2834 | ||
2740 | -#: app/models/environment.rb:461 | 2835 | +#: app/models/environment.rb:111 |
2836 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2837 | +msgstr "" | ||
2838 | +"Mostrar um balão com links do perfil quando a imagem do perfil é clicada" | ||
2839 | + | ||
2840 | +#: app/models/environment.rb:462 | ||
2741 | msgid "Only one Virtual Community can be the default one" | 2841 | msgid "Only one Virtual Community can be the default one" |
2742 | msgstr "Apenas uma comunidade virtual pode ser a padrão" | 2842 | msgstr "Apenas uma comunidade virtual pode ser a padrão" |
2743 | 2843 | ||
@@ -2786,7 +2886,7 @@ msgstr "Precisão do georeferenciamento" | @@ -2786,7 +2886,7 @@ msgstr "Precisão do georeferenciamento" | ||
2786 | msgid "Nickname" | 2886 | msgid "Nickname" |
2787 | msgstr "Apelido" | 2887 | msgstr "Apelido" |
2788 | 2888 | ||
2789 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 2889 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2790 | msgid "Public profile" | 2890 | msgid "Public profile" |
2791 | msgstr "Perfil público" | 2891 | msgstr "Perfil público" |
2792 | 2892 | ||
@@ -2858,11 +2958,11 @@ msgstr "Publicar conteúdo" | @@ -2858,11 +2958,11 @@ msgstr "Publicar conteúdo" | ||
2858 | msgid "Invite members" | 2958 | msgid "Invite members" |
2859 | msgstr "Convidar membros" | 2959 | msgstr "Convidar membros" |
2860 | 2960 | ||
2861 | -#: app/models/profile.rb:436 | 2961 | +#: app/models/profile.rb:452 |
2862 | msgid "My home page" | 2962 | msgid "My home page" |
2863 | msgstr "Minha página inicial" | 2963 | msgstr "Minha página inicial" |
2864 | 2964 | ||
2865 | -#: app/models/profile.rb:436 | 2965 | +#: app/models/profile.rb:452 |
2866 | msgid "" | 2966 | msgid "" |
2867 | "<p>This is a default homepage created for me. It can be changed though the " | 2967 | "<p>This is a default homepage created for me. It can be changed though the " |
2868 | "control panel.</p>" | 2968 | "control panel.</p>" |
@@ -2870,22 +2970,42 @@ msgstr "" | @@ -2870,22 +2970,42 @@ msgstr "" | ||
2870 | "<p>Esta é a pagina inicial padrão criada para mim. Esta página pode ser " | 2970 | "<p>Esta é a pagina inicial padrão criada para mim. Esta página pode ser " |
2871 | "modificada pelo painel de controle.</p>" | 2971 | "modificada pelo painel de controle.</p>" |
2872 | 2972 | ||
2873 | -#: app/models/profile.rb:447 | 2973 | +#: app/models/profile.rb:463 |
2874 | msgid "Intranet" | 2974 | msgid "Intranet" |
2875 | msgstr "Intranet" | 2975 | msgstr "Intranet" |
2876 | 2976 | ||
2877 | -#: app/models/profile.rb:490 | 2977 | +#: app/models/profile.rb:506 |
2878 | msgid "%s can't has members" | 2978 | msgid "%s can't has members" |
2879 | msgstr "%s não pode ter integrantes" | 2979 | msgstr "%s não pode ter integrantes" |
2880 | 2980 | ||
2881 | -#: app/models/profile.rb:507 | 2981 | +#: app/models/profile.rb:523 |
2882 | msgid "%s can't has moderators" | 2982 | msgid "%s can't has moderators" |
2883 | msgstr "%s não pode ter moderadores" | 2983 | msgstr "%s não pode ter moderadores" |
2884 | 2984 | ||
2885 | -#: app/models/profile.rb:592 | 2985 | +#: app/models/profile.rb:608 |
2886 | msgid "Private profile" | 2986 | msgid "Private profile" |
2887 | msgstr "Perfil privado" | 2987 | msgstr "Perfil privado" |
2888 | 2988 | ||
2989 | +#: app/models/profile.rb:695 | ||
2990 | +msgid "Since: " | ||
2991 | +msgstr "Desde: " | ||
2992 | + | ||
2993 | +#: app/models/profile.rb:702 | ||
2994 | +msgid "one article" | ||
2995 | +msgstr "um artigo" | ||
2996 | + | ||
2997 | +#: app/models/profile.rb:703 | ||
2998 | +msgid "%s articles" | ||
2999 | +msgstr "%s artigos" | ||
3000 | + | ||
3001 | +#: app/models/profile.rb:710 | ||
3002 | +msgid "one member" | ||
3003 | +msgstr "um integrante" | ||
3004 | + | ||
3005 | +#: app/models/profile.rb:711 | ||
3006 | +msgid "%s members" | ||
3007 | +msgstr "%s integrantes" | ||
3008 | + | ||
2889 | #: app/models/blog.rb:19 | 3009 | #: app/models/blog.rb:19 |
2890 | msgid "A blog, inside which you can put other articles." | 3010 | msgid "A blog, inside which you can put other articles." |
2891 | msgstr "Um blog, dentro dele você pode colocar outros artigos." | 3011 | msgstr "Um blog, dentro dele você pode colocar outros artigos." |
@@ -2914,19 +3034,19 @@ msgstr "O conteúdo do feed não foi carregado ainda" | @@ -2914,19 +3034,19 @@ msgstr "O conteúdo do feed não foi carregado ainda" | ||
2914 | msgid "Updated: %s" | 3034 | msgid "Updated: %s" |
2915 | msgstr "Atualizado: %s" | 3035 | msgstr "Atualizado: %s" |
2916 | 3036 | ||
2917 | -#: app/models/rss_feed.rb:70 | 3037 | +#: app/models/rss_feed.rb:78 |
2918 | msgid "%s's RSS feed" | 3038 | msgid "%s's RSS feed" |
2919 | msgstr "Feed RSS do(a) %s" | 3039 | msgstr "Feed RSS do(a) %s" |
2920 | 3040 | ||
2921 | -#: app/models/rss_feed.rb:71 | 3041 | +#: app/models/rss_feed.rb:79 |
2922 | msgid "%s's content published at %s" | 3042 | msgid "%s's content published at %s" |
2923 | msgstr "Conteúdo do(a) %s publicado no %s" | 3043 | msgstr "Conteúdo do(a) %s publicado no %s" |
2924 | 3044 | ||
2925 | -#: app/models/rss_feed.rb:77 | 3045 | +#: app/models/rss_feed.rb:85 |
2926 | msgid "RSS Feed" | 3046 | msgid "RSS Feed" |
2927 | msgstr "Feed RSS" | 3047 | msgstr "Feed RSS" |
2928 | 3048 | ||
2929 | -#: app/models/rss_feed.rb:81 | 3049 | +#: app/models/rss_feed.rb:89 |
2930 | msgid "Provides a news feed of your more recent articles." | 3050 | msgid "Provides a news feed of your more recent articles." |
2931 | msgstr "Fornece um feed RSS dos seus artigos mais recentes." | 3051 | msgstr "Fornece um feed RSS dos seus artigos mais recentes." |
2932 | 3052 | ||
@@ -3544,7 +3664,8 @@ msgid "redirecting..." | @@ -3544,7 +3664,8 @@ msgid "redirecting..." | ||
3544 | msgstr "redirecionando..." | 3664 | msgstr "redirecionando..." |
3545 | 3665 | ||
3546 | #: app/views/favorite_enterprises/index.rhtml:3 | 3666 | #: app/views/favorite_enterprises/index.rhtml:3 |
3547 | -msgid "%s's favorite enteprises" | 3667 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3668 | +msgid "%s's favorite enterprises" | ||
3548 | msgstr "Empreendimentos favoritos de %s" | 3669 | msgstr "Empreendimentos favoritos de %s" |
3549 | 3670 | ||
3550 | #: app/views/favorite_enterprises/index.rhtml:12 | 3671 | #: app/views/favorite_enterprises/index.rhtml:12 |
@@ -3554,7 +3675,7 @@ msgid "remove" | @@ -3554,7 +3675,7 @@ msgid "remove" | ||
3554 | msgstr "remover" | 3675 | msgstr "remover" |
3555 | 3676 | ||
3556 | #: app/views/favorite_enterprises/index.rhtml:24 | 3677 | #: app/views/favorite_enterprises/index.rhtml:24 |
3557 | -msgid "You have no favorite enteprises yet." | 3678 | +msgid "You have no favorite enterprises yet." |
3558 | msgstr "Você não tem empreendimentos favoritos ainda." | 3679 | msgstr "Você não tem empreendimentos favoritos ainda." |
3559 | 3680 | ||
3560 | #: app/views/favorite_enterprises/add.rhtml:1 | 3681 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4301,7 +4422,7 @@ msgstr "Selecione as categorias de seu interesse" | @@ -4301,7 +4422,7 @@ msgstr "Selecione as categorias de seu interesse" | ||
4301 | msgid "Create a new community" | 4422 | msgid "Create a new community" |
4302 | msgstr "Criar nova comunidade" | 4423 | msgstr "Criar nova comunidade" |
4303 | 4424 | ||
4304 | -#: app/views/memberships/index.rhtml:7 | 4425 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4305 | msgid "Register a new enterprise" | 4426 | msgid "Register a new enterprise" |
4306 | msgstr "Registrar um novo empreendimento" | 4427 | msgstr "Registrar um novo empreendimento" |
4307 | 4428 | ||
@@ -4514,18 +4635,16 @@ msgid "Back to the product listing" | @@ -4514,18 +4635,16 @@ msgid "Back to the product listing" | ||
4514 | msgstr "Boltar para lista de produtos" | 4635 | msgstr "Boltar para lista de produtos" |
4515 | 4636 | ||
4516 | #: app/views/manage_products/_edit_info.rhtml:14 | 4637 | #: app/views/manage_products/_edit_info.rhtml:14 |
4517 | -#, fuzzy | ||
4518 | msgid "Price (%s):" | 4638 | msgid "Price (%s):" |
4519 | -msgstr "Preço (%s)" | 4639 | +msgstr "Preço (%s):" |
4520 | 4640 | ||
4521 | #: app/views/manage_products/_edit_info.rhtml:15 | 4641 | #: app/views/manage_products/_edit_info.rhtml:15 |
4522 | msgid "Unit:" | 4642 | msgid "Unit:" |
4523 | msgstr "Unidade:" | 4643 | msgstr "Unidade:" |
4524 | 4644 | ||
4525 | #: app/views/manage_products/_edit_info.rhtml:16 | 4645 | #: app/views/manage_products/_edit_info.rhtml:16 |
4526 | -#, fuzzy | ||
4527 | msgid "Discount (%s):" | 4646 | msgid "Discount (%s):" |
4528 | -msgstr "Desconto (%s)" | 4647 | +msgstr "Desconto (%s):" |
4529 | 4648 | ||
4530 | #: app/views/manage_products/_edit_info.rhtml:17 | 4649 | #: app/views/manage_products/_edit_info.rhtml:17 |
4531 | msgid "Available:" | 4650 | msgid "Available:" |
@@ -4566,18 +4685,17 @@ msgid "Edit basic information" | @@ -4566,18 +4685,17 @@ msgid "Edit basic information" | ||
4566 | msgstr "Editar informações básicas" | 4685 | msgstr "Editar informações básicas" |
4567 | 4686 | ||
4568 | #: app/views/manage_products/_display_info.rhtml:12 | 4687 | #: app/views/manage_products/_display_info.rhtml:12 |
4569 | -#, fuzzy | ||
4570 | msgid "Add description, price and other basic information" | 4688 | msgid "Add description, price and other basic information" |
4571 | -msgstr "Adicionar preço e outras informações básicas" | 4689 | +msgstr "Adicionar descrição, preço e outras informações básicas" |
4572 | 4690 | ||
4573 | #: app/views/manage_products/_display_info.rhtml:12 | 4691 | #: app/views/manage_products/_display_info.rhtml:12 |
4574 | -#, fuzzy | ||
4575 | msgid "" | 4692 | msgid "" |
4576 | "Click here to add description, price, discount and qualifiers/certifiers to " | 4693 | "Click here to add description, price, discount and qualifiers/certifiers to " |
4577 | "make your product more attractive and detailed for the consumers" | 4694 | "make your product more attractive and detailed for the consumers" |
4578 | msgstr "" | 4695 | msgstr "" |
4579 | -"Clique aqui para adicionar preço, desconto e qualificadores/certificadores " | ||
4580 | -"para deixar seu produto mais atrativo e detalhado para os consumidores" | 4696 | +"Clique aqui para adicionar descrição, preço, desconto e qualificadores/" |
4697 | +"certificadores para deixar seu produto mais atrativo e detalhado para os " | ||
4698 | +"consumidores" | ||
4581 | 4699 | ||
4582 | #: app/views/manage_products/_display_name.rhtml:3 | 4700 | #: app/views/manage_products/_display_name.rhtml:3 |
4583 | msgid "Edit name" | 4701 | msgid "Edit name" |
@@ -4615,15 +4733,26 @@ msgstr "Cidade e Estado: %s/%s" | @@ -4615,15 +4733,26 @@ msgstr "Cidade e Estado: %s/%s" | ||
4615 | msgid "Message:" | 4733 | msgid "Message:" |
4616 | msgstr "Mensagem:" | 4734 | msgstr "Mensagem:" |
4617 | 4735 | ||
4618 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4619 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4620 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4621 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4622 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4623 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4736 | +#: app/views/contact/sender/mail.rhtml:12 |
4737 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4738 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4739 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4740 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4741 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4624 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4742 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4625 | -msgid "%s environment system" | ||
4626 | -msgstr "Sistema do ambiente %s" | 4743 | +msgid "Greetings," |
4744 | +msgstr "Saudações," | ||
4745 | + | ||
4746 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4747 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4748 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4749 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4750 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4751 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4752 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4753 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4754 | +msgid "%s team." | ||
4755 | +msgstr "Equipe %s." | ||
4627 | 4756 | ||
4628 | #: app/views/comment/notifier/mail.rhtml:1 | 4757 | #: app/views/comment/notifier/mail.rhtml:1 |
4629 | msgid "Hi, %{recipient}!" | 4758 | msgid "Hi, %{recipient}!" |
@@ -4638,6 +4767,14 @@ msgstr "" | @@ -4638,6 +4767,14 @@ msgstr "" | ||
4638 | "{article_title}\"." | 4767 | "{article_title}\"." |
4639 | 4768 | ||
4640 | #: app/views/comment/notifier/mail.rhtml:5 | 4769 | #: app/views/comment/notifier/mail.rhtml:5 |
4770 | +msgid "Title: %s" | ||
4771 | +msgstr "Título: %s" | ||
4772 | + | ||
4773 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4774 | +msgid "Comment:" | ||
4775 | +msgstr "Comentário:" | ||
4776 | + | ||
4777 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4641 | msgid "Access the address below to view this comment:" | 4778 | msgid "Access the address below to view this comment:" |
4642 | msgstr "Acesse o endereço abaixo para ver este comentário:" | 4779 | msgstr "Acesse o endereço abaixo para ver este comentário:" |
4643 | 4780 | ||
@@ -4929,11 +5066,6 @@ msgid "Choose the communities you want to join and/or create your own." | @@ -4929,11 +5066,6 @@ msgid "Choose the communities you want to join and/or create your own." | ||
4929 | msgstr "" | 5066 | msgstr "" |
4930 | "Escolha as comunidades que você deseja participar e/ou crie a sua própria." | 5067 | "Escolha as comunidades que você deseja participar e/ou crie a sua própria." |
4931 | 5068 | ||
4932 | -#: app/views/search/communities.rhtml:24 | ||
4933 | -#: app/views/tasks/_create_community.rhtml:1 | ||
4934 | -msgid "New community" | ||
4935 | -msgstr "Nova comunidade" | ||
4936 | - | ||
4937 | #: app/views/search/_comment.rhtml:16 | 5069 | #: app/views/search/_comment.rhtml:16 |
4938 | msgid "by %{author} on \"%{article}\"" | 5070 | msgid "by %{author} on \"%{article}\"" |
4939 | msgstr "por %{author} em \"%{article}\"" | 5071 | msgstr "por %{author} em \"%{article}\"" |
@@ -6167,10 +6299,6 @@ msgstr "Tem certeza que quer entrar em %s?" | @@ -6167,10 +6299,6 @@ msgstr "Tem certeza que quer entrar em %s?" | ||
6167 | msgid "Yes, I want to join." | 6299 | msgid "Yes, I want to join." |
6168 | msgstr "Sim, quero entrar." | 6300 | msgstr "Sim, quero entrar." |
6169 | 6301 | ||
6170 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6171 | -msgid "%s's favorite enterprises" | ||
6172 | -msgstr "Empreendimentos favoritos de %s" | ||
6173 | - | ||
6174 | #: app/views/profile/members.rhtml:3 | 6302 | #: app/views/profile/members.rhtml:3 |
6175 | msgid "%s's members" | 6303 | msgid "%s's members" |
6176 | msgstr "Integrantes de %s" | 6304 | msgstr "Integrantes de %s" |
@@ -6187,10 +6315,6 @@ msgstr "Tags de %s" | @@ -6187,10 +6315,6 @@ msgstr "Tags de %s" | ||
6187 | msgid "%s's enterprises" | 6315 | msgid "%s's enterprises" |
6188 | msgstr "Empreendimentos de %s" | 6316 | msgstr "Empreendimentos de %s" |
6189 | 6317 | ||
6190 | -#: app/views/profile/enterprises.rhtml:13 | ||
6191 | -msgid "Register a new Enterprise" | ||
6192 | -msgstr "Registrar novo Empreendimento" | ||
6193 | - | ||
6194 | #: app/views/features/_manage_community_fields.rhtml:1 | 6318 | #: app/views/features/_manage_community_fields.rhtml:1 |
6195 | msgid "Manage community fields" | 6319 | msgid "Manage community fields" |
6196 | msgstr "Gerenciar campos de comunidade" | 6320 | msgstr "Gerenciar campos de comunidade" |
@@ -7138,6 +7262,40 @@ msgstr "" | @@ -7138,6 +7262,40 @@ msgstr "" | ||
7138 | "Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. " | 7262 | "Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. " |
7139 | "Perdoe o incoveniente. " | 7263 | "Perdoe o incoveniente. " |
7140 | 7264 | ||
7265 | +#~ msgid "People more recent" | ||
7266 | +#~ msgstr "Pessoas mais recentes" | ||
7267 | + | ||
7268 | +#~ msgid "People more active" | ||
7269 | +#~ msgstr "Pessoas mais ativas" | ||
7270 | + | ||
7271 | +#, fuzzy | ||
7272 | +#~ msgid "People more popular" | ||
7273 | +#~ msgstr "{#} Pessoas ou Grupos" | ||
7274 | + | ||
7275 | +#, fuzzy | ||
7276 | +#~ msgid "Communities more recent" | ||
7277 | +#~ msgstr "Comunidades" | ||
7278 | + | ||
7279 | +#, fuzzy | ||
7280 | +#~ msgid "Communities more active" | ||
7281 | +#~ msgstr "Comunidades" | ||
7282 | + | ||
7283 | +#, fuzzy | ||
7284 | +#~ msgid "Communities more popular" | ||
7285 | +#~ msgstr "Comunidades" | ||
7286 | + | ||
7287 | +#~ msgid "Favorite enterprises" | ||
7288 | +#~ msgstr "Empreendimentos favoritos" | ||
7289 | + | ||
7290 | +#~ msgid "%s's favorite enteprises" | ||
7291 | +#~ msgstr "Empreendimentos favoritos de %s" | ||
7292 | + | ||
7293 | +#~ msgid "%s environment system" | ||
7294 | +#~ msgstr "Sistema do ambiente %s" | ||
7295 | + | ||
7296 | +#~ msgid "Register a new Enterprise" | ||
7297 | +#~ msgstr "Registrar novo Empreendimento" | ||
7298 | + | ||
7141 | #~ msgid "The input was not found" | 7299 | #~ msgid "The input was not found" |
7142 | #~ msgstr "O insumo não foi encontrado" | 7300 | #~ msgstr "O insumo não foi encontrado" |
7143 | 7301 |
po/ru/noosfero.po
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | # | 5 | # |
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.25.0\n" | ||
9 | -"POT-Creation-Date: 2010-08-03 17:51-0300\n" | 8 | +"Project-Id-Version: noosfero 0.25.1\n" |
9 | +"POT-Creation-Date: 2010-08-06 03:05-0300\n" | ||
10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" | 10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" |
11 | "Last-Translator: Anton <anton.c@live.com>\n" | 11 | "Last-Translator: Anton <anton.c@live.com>\n" |
12 | "Language-Team: German <de@li.org>\n" | 12 | "Language-Team: German <de@li.org>\n" |
@@ -71,7 +71,7 @@ msgid "" | @@ -71,7 +71,7 @@ msgid "" | ||
71 | "It does not affect the language of the content created by other users." | 71 | "It does not affect the language of the content created by other users." |
72 | msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ Ð½Ð°Ñтроек, кнопок и Ñ‚.д." | 72 | msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ Ð½Ð°Ñтроек, кнопок и Ñ‚.д." |
73 | 73 | ||
74 | -#: app/helpers/folder_helper.rb:7 app/models/article.rb:67 | 74 | +#: app/helpers/folder_helper.rb:9 app/models/article.rb:67 |
75 | #: app/models/block.rb:- app/models/comment.rb:- | 75 | #: app/models/block.rb:- app/models/comment.rb:- |
76 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 76 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
77 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 | 77 | #: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
@@ -83,33 +83,33 @@ msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ | @@ -83,33 +83,33 @@ msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ | ||
83 | msgid "Title" | 83 | msgid "Title" |
84 | msgstr "Ðазвание" | 84 | msgstr "Ðазвание" |
85 | 85 | ||
86 | -#: app/helpers/folder_helper.rb:7 | 86 | +#: app/helpers/folder_helper.rb:9 |
87 | msgid "Last update" | 87 | msgid "Last update" |
88 | msgstr "Обновлено" | 88 | msgstr "Обновлено" |
89 | 89 | ||
90 | -#: app/helpers/folder_helper.rb:11 app/views/content_viewer/folder.rhtml:9 | 90 | +#: app/helpers/folder_helper.rb:13 app/views/content_viewer/folder.rhtml:9 |
91 | msgid "(empty folder)" | 91 | msgid "(empty folder)" |
92 | msgstr "(пуÑÑ‚Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°)" | 92 | msgstr "(пуÑÑ‚Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°)" |
93 | 93 | ||
94 | -#: app/helpers/folder_helper.rb:48 app/helpers/article_helper.rb:5 | 94 | +#: app/helpers/folder_helper.rb:50 app/helpers/article_helper.rb:5 |
95 | msgid "Options" | 95 | msgid "Options" |
96 | msgstr "Опции" | 96 | msgstr "Опции" |
97 | 97 | ||
98 | -#: app/helpers/folder_helper.rb:53 app/helpers/article_helper.rb:10 | 98 | +#: app/helpers/folder_helper.rb:55 app/helpers/article_helper.rb:10 |
99 | msgid "This article must be published (visible to other people)" | 99 | msgid "This article must be published (visible to other people)" |
100 | msgstr "Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð´Ð¾Ð»Ð¶Ð½Ð° быть опубликована (видима другим)" | 100 | msgstr "Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð´Ð¾Ð»Ð¶Ð½Ð° быть опубликована (видима другим)" |
101 | 101 | ||
102 | -#: app/helpers/folder_helper.rb:58 app/helpers/article_helper.rb:26 | 102 | +#: app/helpers/folder_helper.rb:60 app/helpers/article_helper.rb:26 |
103 | msgid "I want this article to display the number of hits it received" | 103 | msgid "I want this article to display the number of hits it received" |
104 | msgstr "Хочу чтоб ÑÑ‚Ð°Ñ‚ÑŒÑ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°Ð»Ð° количеÑтво полученных хитов" | 104 | msgstr "Хочу чтоб ÑÑ‚Ð°Ñ‚ÑŒÑ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°Ð»Ð° количеÑтво полученных хитов" |
105 | 105 | ||
106 | -#: app/helpers/folder_helper.rb:65 app/helpers/article_helper.rb:32 | 106 | +#: app/helpers/folder_helper.rb:67 app/helpers/article_helper.rb:32 |
107 | #: app/views/shared/user_menu.rhtml:25 | 107 | #: app/views/shared/user_menu.rhtml:25 |
108 | #: app/views/tasks/_approve_article.rhtml:1 | 108 | #: app/views/tasks/_approve_article.rhtml:1 |
109 | msgid "New article" | 109 | msgid "New article" |
110 | msgstr "ÐÐ¾Ð²Ð°Ñ ÑтатьÑ" | 110 | msgstr "ÐÐ¾Ð²Ð°Ñ ÑтатьÑ" |
111 | 111 | ||
112 | -#: app/helpers/folder_helper.rb:69 | 112 | +#: app/helpers/folder_helper.rb:71 |
113 | msgid "Edit folder" | 113 | msgid "Edit folder" |
114 | msgstr "Редактировать папку" | 114 | msgstr "Редактировать папку" |
115 | 115 | ||
@@ -120,22 +120,18 @@ msgstr "Редактировать папку" | @@ -120,22 +120,18 @@ msgstr "Редактировать папку" | ||
120 | msgid "Articles" | 120 | msgid "Articles" |
121 | msgstr "Статьи" | 121 | msgstr "Статьи" |
122 | 122 | ||
123 | -#: app/helpers/assets_helper.rb:8 | 123 | +#: app/helpers/assets_helper.rb:8 app/helpers/application_helper.rb:1065 |
124 | #: app/controllers/public/search_controller.rb:132 | 124 | #: app/controllers/public/search_controller.rb:132 |
125 | #: app/controllers/public/search_controller.rb:203 | 125 | #: app/controllers/public/search_controller.rb:203 |
126 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 | 126 | #: app/models/people_block.rb:4 app/views/search/people.rhtml:1 |
127 | -#: public/designs/themes/base/navigation.rhtml:1 | ||
128 | -#: public/designs/themes/noosfero/navigation.rhtml:1 | ||
129 | msgid "People" | 127 | msgid "People" |
130 | msgstr "Пользователи" | 128 | msgstr "Пользователи" |
131 | 129 | ||
132 | -#: app/helpers/assets_helper.rb:9 | 130 | +#: app/helpers/assets_helper.rb:9 app/helpers/application_helper.rb:501 |
133 | #: app/controllers/public/search_controller.rb:134 | 131 | #: app/controllers/public/search_controller.rb:134 |
134 | #: app/controllers/public/search_controller.rb:205 | 132 | #: app/controllers/public/search_controller.rb:205 |
135 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 | 133 | #: app/models/products_block.rb:8 app/models/products_block.rb:12 |
136 | #: app/views/search/_sellers_form.rhtml:8 | 134 | #: app/views/search/_sellers_form.rhtml:8 |
137 | -#: public/designs/themes/base/navigation.rhtml:4 | ||
138 | -#: public/designs/themes/noosfero/navigation.rhtml:4 | ||
139 | msgid "Products" | 135 | msgid "Products" |
140 | msgstr "Продукты" | 136 | msgstr "Продукты" |
141 | 137 | ||
@@ -146,25 +142,22 @@ msgstr "Продукты" | @@ -146,25 +142,22 @@ msgstr "Продукты" | ||
146 | #: app/views/content_viewer/_person.rhtml:37 | 142 | #: app/views/content_viewer/_person.rhtml:37 |
147 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 | 143 | #: app/views/search/_sellers_form.rhtml:7 app/views/search/enterprises.rhtml:5 |
148 | #: app/views/profile/_person.rhtml:37 | 144 | #: app/views/profile/_person.rhtml:37 |
149 | -#: public/designs/themes/base/navigation.rhtml:3 | ||
150 | -#: public/designs/themes/noosfero/navigation.rhtml:3 | ||
151 | msgid "Enterprises" | 145 | msgid "Enterprises" |
152 | msgstr "Компании" | 146 | msgstr "Компании" |
153 | 147 | ||
154 | -#: app/helpers/assets_helper.rb:11 | 148 | +#: app/helpers/assets_helper.rb:11 app/helpers/application_helper.rb:489 |
149 | +#: app/helpers/application_helper.rb:1080 | ||
155 | #: app/controllers/public/search_controller.rb:133 | 150 | #: app/controllers/public/search_controller.rb:133 |
156 | #: app/controllers/public/search_controller.rb:207 | 151 | #: app/controllers/public/search_controller.rb:207 |
157 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 | 152 | #: app/models/communities_block.rb:4 app/views/content_viewer/_person.rhtml:55 |
158 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 | 153 | #: app/views/search/communities.rhtml:6 app/views/profile/_person.rhtml:55 |
159 | -#: public/designs/themes/base/navigation.rhtml:2 | ||
160 | -#: public/designs/themes/noosfero/navigation.rhtml:2 | ||
161 | msgid "Communities" | 154 | msgid "Communities" |
162 | msgstr "СообщеÑтва" | 155 | msgstr "СообщеÑтва" |
163 | 156 | ||
164 | #: app/helpers/assets_helper.rb:12 | 157 | #: app/helpers/assets_helper.rb:12 |
165 | #: app/controllers/public/search_controller.rb:135 | 158 | #: app/controllers/public/search_controller.rb:135 |
166 | -#: public/designs/themes/base/navigation.rhtml:5 | ||
167 | -#: public/designs/themes/noosfero/navigation.rhtml:5 | 159 | +#: public/designs/themes/base/navigation.rhtml:7 |
160 | +#: public/designs/themes/noosfero/navigation.rhtml:7 | ||
168 | msgid "Events" | 161 | msgid "Events" |
169 | msgstr "СобытиÑ" | 162 | msgstr "СобытиÑ" |
170 | 163 | ||
@@ -918,73 +911,168 @@ msgstr "ОÑновные категории продуктов" | @@ -918,73 +911,168 @@ msgstr "ОÑновные категории продуктов" | ||
918 | msgid "Click on this icon to add <b>%s</b> to your network" | 911 | msgid "Click on this icon to add <b>%s</b> to your network" |
919 | msgstr "Чтоб добавить в Ñеть, кликните на иконку <b>%s</b>" | 912 | msgstr "Чтоб добавить в Ñеть, кликните на иконку <b>%s</b>" |
920 | 913 | ||
921 | -#: app/helpers/application_helper.rb:500 app/helpers/application_helper.rb:517 | 914 | +#: app/helpers/application_helper.rb:486 app/helpers/application_helper.rb:493 |
915 | +#: app/helpers/application_helper.rb:500 | ||
916 | +#, fuzzy | ||
917 | +msgid "Home Page" | ||
918 | +msgstr "ДомашнÑÑ Ñтраница" | ||
919 | + | ||
920 | +#: app/helpers/application_helper.rb:487 app/helpers/application_helper.rb:494 | ||
921 | +#: app/models/profile_categorization.rb:- | ||
922 | +msgid "Profile" | ||
923 | +msgstr "Профиль" | ||
924 | + | ||
925 | +#: app/helpers/application_helper.rb:488 app/models/friends_block.rb:4 | ||
926 | +#: app/views/content_viewer/_person.rhtml:51 | ||
927 | +#: app/views/profile/_person.rhtml:51 | ||
928 | +msgid "Friends" | ||
929 | +msgstr "ДрузьÑ" | ||
930 | + | ||
931 | +#: app/helpers/application_helper.rb:495 app/helpers/application_helper.rb:502 | ||
932 | +#: app/models/members_block.rb:4 | ||
933 | +#: app/views/content_viewer/_organization.rhtml:6 | ||
934 | +#: app/views/profile/_organization.rhtml:6 | ||
935 | +msgid "Members" | ||
936 | +msgstr "УчаÑтники" | ||
937 | + | ||
938 | +#: app/helpers/application_helper.rb:496 app/helpers/application_helper.rb:503 | ||
939 | +#, fuzzy | ||
940 | +msgid "Agenda" | ||
941 | +msgstr "Отправить" | ||
942 | + | ||
943 | +#: app/helpers/application_helper.rb:524 | ||
944 | +#, fuzzy | ||
945 | +msgid "Profile links" | ||
946 | +msgstr "Профиль" | ||
947 | + | ||
948 | +#: app/helpers/application_helper.rb:532 app/helpers/application_helper.rb:549 | ||
922 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 949 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
923 | msgstr "Кликните на иконку, чтоб перейти на домашнюю Ñтраницу <b>%s</b>" | 950 | msgstr "Кликните на иконку, чтоб перейти на домашнюю Ñтраницу <b>%s</b>" |
924 | 951 | ||
925 | -#: app/helpers/application_helper.rb:513 | 952 | +#: app/helpers/application_helper.rb:545 |
926 | msgid "1 member" | 953 | msgid "1 member" |
927 | msgid_plural "%s members" | 954 | msgid_plural "%s members" |
928 | msgstr[0] "1 учаÑтник" | 955 | msgstr[0] "1 учаÑтник" |
929 | msgstr[1] "%s учаÑтников" | 956 | msgstr[1] "%s учаÑтников" |
930 | 957 | ||
931 | -#: app/helpers/application_helper.rb:551 app/views/categories/index.rhtml:1 | 958 | +#: app/helpers/application_helper.rb:583 app/views/categories/index.rhtml:1 |
932 | #: app/views/content_viewer/view_page.rhtml:97 | 959 | #: app/views/content_viewer/view_page.rhtml:97 |
933 | msgid "Categories" | 960 | msgid "Categories" |
934 | msgstr "Категории" | 961 | msgstr "Категории" |
935 | 962 | ||
936 | -#: app/helpers/application_helper.rb:574 | 963 | +#: app/helpers/application_helper.rb:606 |
937 | msgid "open" | 964 | msgid "open" |
938 | msgstr "открыть" | 965 | msgstr "открыть" |
939 | 966 | ||
940 | -#: app/helpers/application_helper.rb:613 | 967 | +#: app/helpers/application_helper.rb:645 |
941 | #: app/views/layouts/application-ng.rhtml:63 | 968 | #: app/views/layouts/application-ng.rhtml:63 |
942 | #: app/views/layouts/application-ng.rhtml:65 | 969 | #: app/views/layouts/application-ng.rhtml:65 |
943 | #: app/views/layouts/application-ng.rhtml:68 | 970 | #: app/views/layouts/application-ng.rhtml:68 |
944 | msgid "Search..." | 971 | msgid "Search..." |
945 | msgstr "ИÑкать" | 972 | msgstr "ИÑкать" |
946 | 973 | ||
947 | -#: app/helpers/application_helper.rb:615 | 974 | +#: app/helpers/application_helper.rb:647 |
948 | msgid "This is a search box. Click, write your query, and press enter to find" | 975 | msgid "This is a search box. Click, write your query, and press enter to find" |
949 | msgstr "Ðто поле поиÑка." | 976 | msgstr "Ðто поле поиÑка." |
950 | 977 | ||
951 | -#: app/helpers/application_helper.rb:616 | 978 | +#: app/helpers/application_helper.rb:648 |
952 | msgid "Click, write and press enter to find" | 979 | msgid "Click, write and press enter to find" |
953 | msgstr "Введите Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸ нажмите enter" | 980 | msgstr "Введите Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸ нажмите enter" |
954 | 981 | ||
955 | -#: app/helpers/application_helper.rb:622 app/models/link_list_block.rb:20 | 982 | +#: app/helpers/application_helper.rb:654 app/models/link_list_block.rb:20 |
956 | #: app/views/region_validators/region.rhtml:23 | 983 | #: app/views/region_validators/region.rhtml:23 |
957 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 | 984 | #: app/views/search/articles.rhtml:10 app/views/search/_sellers_form.rhtml:21 |
958 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 | 985 | #: app/views/search/_search_form.rhtml:19 app/views/search/people.rhtml:10 |
959 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 | 986 | #: app/views/search/communities.rhtml:15 app/views/home/index.rhtml:65 |
960 | #: app/views/profile_members/add_members.rhtml:5 | 987 | #: app/views/profile_members/add_members.rhtml:5 |
988 | +#: app/views/browse/_search_form.rhtml:7 | ||
961 | msgid "Search" | 989 | msgid "Search" |
962 | msgstr "ПоиÑк" | 990 | msgstr "ПоиÑк" |
963 | 991 | ||
964 | -#: app/helpers/application_helper.rb:814 | 992 | +#: app/helpers/application_helper.rb:846 |
965 | msgid "Searched for '%s'" | 993 | msgid "Searched for '%s'" |
966 | msgstr "ИÑкали: '%s'" | 994 | msgstr "ИÑкали: '%s'" |
967 | 995 | ||
968 | -#: app/helpers/application_helper.rb:815 | 996 | +#: app/helpers/application_helper.rb:847 |
969 | msgid "In category %s" | 997 | msgid "In category %s" |
970 | msgstr "В категории %s" | 998 | msgstr "В категории %s" |
971 | 999 | ||
972 | -#: app/helpers/application_helper.rb:816 | 1000 | +#: app/helpers/application_helper.rb:848 |
973 | msgid "within %d km from %s" | 1001 | msgid "within %d km from %s" |
974 | msgstr "в %d км. от %s" | 1002 | msgstr "в %d км. от %s" |
975 | 1003 | ||
976 | -#: app/helpers/application_helper.rb:817 | 1004 | +#: app/helpers/application_helper.rb:849 |
977 | msgid "%d results found" | 1005 | msgid "%d results found" |
978 | msgstr "найдено %d запиÑей" | 1006 | msgstr "найдено %d запиÑей" |
979 | 1007 | ||
980 | -#: app/helpers/application_helper.rb:823 | 1008 | +#: app/helpers/application_helper.rb:855 |
981 | msgid "In all categories" | 1009 | msgid "In all categories" |
982 | msgstr "Во вÑех категориÑÑ…" | 1010 | msgstr "Во вÑех категориÑÑ…" |
983 | 1011 | ||
984 | -#: app/helpers/application_helper.rb:908 | 1012 | +#: app/helpers/application_helper.rb:940 |
985 | msgid "Online Manual" | 1013 | msgid "Online Manual" |
986 | msgstr "" | 1014 | msgstr "" |
987 | 1015 | ||
1016 | +#: app/helpers/application_helper.rb:1056 | ||
1017 | +#, fuzzy | ||
1018 | +msgid "people|More Recent" | ||
1019 | +msgstr "Модерировать комментарии" | ||
1020 | + | ||
1021 | +#: app/helpers/application_helper.rb:1057 | ||
1022 | +#, fuzzy | ||
1023 | +msgid "people|More Active" | ||
1024 | +msgstr "Ðктивный" | ||
1025 | + | ||
1026 | +#: app/helpers/application_helper.rb:1058 | ||
1027 | +#, fuzzy | ||
1028 | +msgid "people|More Popular" | ||
1029 | +msgstr "{#} Пользователи или группы" | ||
1030 | + | ||
1031 | +#: app/helpers/application_helper.rb:1061 | ||
1032 | +#, fuzzy | ||
1033 | +msgid "My friends" | ||
1034 | +msgstr "ДрузьÑ" | ||
1035 | + | ||
1036 | +#: app/helpers/application_helper.rb:1062 | ||
1037 | +#, fuzzy | ||
1038 | +msgid "Invite friends" | ||
1039 | +msgstr "ПриглаÑите моих друзей" | ||
1040 | + | ||
1041 | +#: app/helpers/application_helper.rb:1066 | ||
1042 | +#, fuzzy | ||
1043 | +msgid "People Menu" | ||
1044 | +msgstr "Пользователи" | ||
1045 | + | ||
1046 | +#: app/helpers/application_helper.rb:1071 | ||
1047 | +#, fuzzy | ||
1048 | +msgid "communities|More Recent" | ||
1049 | +msgstr "СообщеÑтва" | ||
1050 | + | ||
1051 | +#: app/helpers/application_helper.rb:1072 | ||
1052 | +#, fuzzy | ||
1053 | +msgid "communities|More Active" | ||
1054 | +msgstr "СообщеÑтва" | ||
1055 | + | ||
1056 | +#: app/helpers/application_helper.rb:1073 | ||
1057 | +#, fuzzy | ||
1058 | +msgid "communities|More Popular" | ||
1059 | +msgstr "СообщеÑтва" | ||
1060 | + | ||
1061 | +#: app/helpers/application_helper.rb:1076 | ||
1062 | +msgid "My communities" | ||
1063 | +msgstr "Мои ÑообщеÑтва" | ||
1064 | + | ||
1065 | +#: app/helpers/application_helper.rb:1077 | ||
1066 | +#: app/views/search/communities.rhtml:24 | ||
1067 | +#: app/views/tasks/_create_community.rhtml:1 | ||
1068 | +msgid "New community" | ||
1069 | +msgstr "Ðовое ÑообщеÑтво" | ||
1070 | + | ||
1071 | +#: app/helpers/application_helper.rb:1081 | ||
1072 | +#, fuzzy | ||
1073 | +msgid "Communities Menu" | ||
1074 | +msgstr "СообщеÑтва" | ||
1075 | + | ||
988 | #: app/helpers/display_helper.rb:4 | 1076 | #: app/helpers/display_helper.rb:4 |
989 | msgid "No product" | 1077 | msgid "No product" |
990 | msgstr "Ðет продукта" | 1078 | msgstr "Ðет продукта" |
@@ -1176,35 +1264,63 @@ msgstr "Ð’Ñ‹ не можете проÑматривать данный контР| @@ -1176,35 +1264,63 @@ msgstr "Ð’Ñ‹ не можете проÑматривать данный контР| ||
1176 | msgid "Comment succesfully deleted" | 1264 | msgid "Comment succesfully deleted" |
1177 | msgstr "Комментарий уÑпешно удален" | 1265 | msgstr "Комментарий уÑпешно удален" |
1178 | 1266 | ||
1179 | -#: app/controllers/public/account_controller.rb:31 | 1267 | +#: app/controllers/public/browse_controller.rb:49 |
1268 | +msgid "More recent people" | ||
1269 | +msgstr "" | ||
1270 | + | ||
1271 | +#: app/controllers/public/browse_controller.rb:50 | ||
1272 | +#, fuzzy | ||
1273 | +msgid "More active people" | ||
1274 | +msgstr "Создать роль" | ||
1275 | + | ||
1276 | +#: app/controllers/public/browse_controller.rb:51 | ||
1277 | +msgid "More popular people" | ||
1278 | +msgstr "" | ||
1279 | + | ||
1280 | +#: app/controllers/public/browse_controller.rb:52 | ||
1281 | +#, fuzzy | ||
1282 | +msgid "More recent communities" | ||
1283 | +msgstr "Мои ÑообщеÑтва" | ||
1284 | + | ||
1285 | +#: app/controllers/public/browse_controller.rb:53 | ||
1286 | +#, fuzzy | ||
1287 | +msgid "More active communities" | ||
1288 | +msgstr "Мои ÑообщеÑтва" | ||
1289 | + | ||
1290 | +#: app/controllers/public/browse_controller.rb:54 | ||
1291 | +#, fuzzy | ||
1292 | +msgid "More popular communities" | ||
1293 | +msgstr "Мои ÑообщеÑтва" | ||
1294 | + | ||
1295 | +#: app/controllers/public/account_controller.rb:33 | ||
1180 | msgid "Logged in successfully" | 1296 | msgid "Logged in successfully" |
1181 | msgstr "УÑпешный логин" | 1297 | msgstr "УÑпешный логин" |
1182 | 1298 | ||
1183 | -#: app/controllers/public/account_controller.rb:34 | 1299 | +#: app/controllers/public/account_controller.rb:36 |
1184 | msgid "Incorrect username or password" | 1300 | msgid "Incorrect username or password" |
1185 | msgstr "Ðеправильное Ð¸Ð¼Ñ Ð¸Ð»Ð¸ пароль" | 1301 | msgstr "Ðеправильное Ð¸Ð¼Ñ Ð¸Ð»Ð¸ пароль" |
1186 | 1302 | ||
1187 | -#: app/controllers/public/account_controller.rb:71 | 1303 | +#: app/controllers/public/account_controller.rb:73 |
1188 | msgid "Thanks for signing up!" | 1304 | msgid "Thanks for signing up!" |
1189 | msgstr "СпаÑибо за региÑтрацию!" | 1305 | msgstr "СпаÑибо за региÑтрацию!" |
1190 | 1306 | ||
1191 | -#: app/controllers/public/account_controller.rb:110 | 1307 | +#: app/controllers/public/account_controller.rb:112 |
1192 | msgid "You have been logged out." | 1308 | msgid "You have been logged out." |
1193 | msgstr "Вы произвели выход" | 1309 | msgstr "Вы произвели выход" |
1194 | 1310 | ||
1195 | -#: app/controllers/public/account_controller.rb:121 | 1311 | +#: app/controllers/public/account_controller.rb:123 |
1196 | msgid "Your password has been changed successfully!" | 1312 | msgid "Your password has been changed successfully!" |
1197 | msgstr "Ваш пароль уÑпешно изменен" | 1313 | msgstr "Ваш пароль уÑпешно изменен" |
1198 | 1314 | ||
1199 | -#: app/controllers/public/account_controller.rb:124 | 1315 | +#: app/controllers/public/account_controller.rb:126 |
1200 | msgid "The supplied current password is incorrect." | 1316 | msgid "The supplied current password is incorrect." |
1201 | msgstr "Пароль неверный" | 1317 | msgstr "Пароль неверный" |
1202 | 1318 | ||
1203 | -#: app/controllers/public/account_controller.rb:226 | 1319 | +#: app/controllers/public/account_controller.rb:228 |
1204 | msgid "Available!" | 1320 | msgid "Available!" |
1205 | msgstr "Свободно!" | 1321 | msgstr "Свободно!" |
1206 | 1322 | ||
1207 | -#: app/controllers/public/account_controller.rb:229 | 1323 | +#: app/controllers/public/account_controller.rb:231 |
1208 | msgid "Unavailable!" | 1324 | msgid "Unavailable!" |
1209 | msgstr "ЗанÑто" | 1325 | msgstr "ЗанÑто" |
1210 | 1326 | ||
@@ -1409,7 +1525,7 @@ msgstr "СообщеÑтва" | @@ -1409,7 +1525,7 @@ msgstr "СообщеÑтва" | ||
1409 | msgid "Enterprise" | 1525 | msgid "Enterprise" |
1410 | msgstr "КомпаниÑ" | 1526 | msgstr "КомпаниÑ" |
1411 | 1527 | ||
1412 | -#: app/models/enterprise.rb:11 app/models/person.rb:111 | 1528 | +#: app/models/enterprise.rb:11 app/models/person.rb:117 |
1413 | msgid "Organization website" | 1529 | msgid "Organization website" |
1414 | msgstr "Веб-Ñайт организации" | 1530 | msgstr "Веб-Ñайт организации" |
1415 | 1531 | ||
@@ -1421,17 +1537,17 @@ msgstr "ПредшеÑтвующий и нынешний контекÑÑ‚" | @@ -1421,17 +1537,17 @@ msgstr "ПредшеÑтвующий и нынешний контекÑÑ‚" | ||
1421 | msgid "Activities short description" | 1537 | msgid "Activities short description" |
1422 | msgstr "Краткое опиÑание занÑтий" | 1538 | msgstr "Краткое опиÑание занÑтий" |
1423 | 1539 | ||
1424 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1540 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1425 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 | 1541 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:8 |
1426 | msgid "City" | 1542 | msgid "City" |
1427 | msgstr "Город" | 1543 | msgstr "Город" |
1428 | 1544 | ||
1429 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1545 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1430 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 | 1546 | #: app/models/contact.rb:- app/views/maps/edit_location.rhtml:7 |
1431 | msgid "State" | 1547 | msgid "State" |
1432 | msgstr "ОблаÑть" | 1548 | msgstr "ОблаÑть" |
1433 | 1549 | ||
1434 | -#: app/models/enterprise.rb:11 app/models/person.rb:120 | 1550 | +#: app/models/enterprise.rb:11 app/models/person.rb:126 |
1435 | #: app/views/shared/_organization_custom_fields.rhtml:13 | 1551 | #: app/views/shared/_organization_custom_fields.rhtml:13 |
1436 | #: app/views/profile_editor/_person_form.rhtml:21 | 1552 | #: app/views/profile_editor/_person_form.rhtml:21 |
1437 | #: app/views/maps/edit_location.rhtml:6 | 1553 | #: app/views/maps/edit_location.rhtml:6 |
@@ -1466,12 +1582,6 @@ msgstr "СÑылка на Ñтатью, опубликованную в друг | @@ -1466,12 +1582,6 @@ msgstr "СÑылка на Ñтатью, опубликованную в друг | ||
1466 | msgid "The original text was removed." | 1582 | msgid "The original text was removed." |
1467 | msgstr "ТекÑÑ‚ был удален" | 1583 | msgstr "ТекÑÑ‚ был удален" |
1468 | 1584 | ||
1469 | -#: app/models/members_block.rb:4 | ||
1470 | -#: app/views/content_viewer/_organization.rhtml:6 | ||
1471 | -#: app/views/profile/_organization.rhtml:6 | ||
1472 | -msgid "Members" | ||
1473 | -msgstr "УчаÑтники" | ||
1474 | - | ||
1475 | #: app/models/members_block.rb:8 | 1585 | #: app/models/members_block.rb:8 |
1476 | msgid "{#} members" | 1586 | msgid "{#} members" |
1477 | msgstr "{#} УчаÑтники" | 1587 | msgstr "{#} УчаÑтники" |
@@ -1513,6 +1623,7 @@ msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð²Ñ‹Ð±ÐµÑ€Ð¸Ñ‚Ðµ пользов | @@ -1513,6 +1623,7 @@ msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð²Ñ‹Ð±ÐµÑ€Ð¸Ñ‚Ðµ пользов | ||
1513 | 1623 | ||
1514 | #: app/models/profile_list_block.rb:74 | 1624 | #: app/models/profile_list_block.rb:74 |
1515 | #: app/views/search/_display_results.rhtml:67 | 1625 | #: app/views/search/_display_results.rhtml:67 |
1626 | +#: app/views/browse/_display_results.rhtml:6 | ||
1516 | msgid "None" | 1627 | msgid "None" |
1517 | msgstr "Ðет" | 1628 | msgstr "Ðет" |
1518 | 1629 | ||
@@ -1782,7 +1893,7 @@ msgid "Enabled" | @@ -1782,7 +1893,7 @@ msgid "Enabled" | ||
1782 | msgstr "Разрешено" | 1893 | msgstr "Разрешено" |
1783 | 1894 | ||
1784 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1895 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1785 | -#: app/models/input.rb:- app/models/product.rb:- app/models/task.rb:- | 1896 | +#: app/models/product.rb:- app/models/task.rb:- |
1786 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- | 1897 | #: app/models/product_qualifier.rb:- app/models/certifier.rb:- |
1787 | #: app/models/external_feed.rb:- app/models/comment.rb:- | 1898 | #: app/models/external_feed.rb:- app/models/comment.rb:- |
1788 | #: app/models/environment.rb:- app/models/profile.rb:- | 1899 | #: app/models/environment.rb:- app/models/profile.rb:- |
@@ -1791,10 +1902,10 @@ msgid "Created at" | @@ -1791,10 +1902,10 @@ msgid "Created at" | ||
1791 | msgstr "Создано" | 1902 | msgstr "Создано" |
1792 | 1903 | ||
1793 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- | 1904 | #: app/models/block.rb:- app/models/user.rb:- app/models/qualifier.rb:- |
1794 | -#: app/models/input.rb:- app/models/product.rb:- | ||
1795 | -#: app/models/product_qualifier.rb:- app/models/certifier.rb:- | ||
1796 | -#: app/models/external_feed.rb:- app/models/environment.rb:- | ||
1797 | -#: app/models/profile.rb:- app/models/product_categorization.rb:- | 1905 | +#: app/models/product.rb:- app/models/product_qualifier.rb:- |
1906 | +#: app/models/certifier.rb:- app/models/external_feed.rb:- | ||
1907 | +#: app/models/environment.rb:- app/models/profile.rb:- | ||
1908 | +#: app/models/product_categorization.rb:- | ||
1798 | msgid "Updated at" | 1909 | msgid "Updated at" |
1799 | msgstr "Обновлено" | 1910 | msgstr "Обновлено" |
1800 | 1911 | ||
@@ -1996,93 +2107,110 @@ msgid_plural "%{num} communities" | @@ -1996,93 +2107,110 @@ msgid_plural "%{num} communities" | ||
1996 | msgstr[0] "Одно ÑообщеÑтво" | 2107 | msgstr[0] "Одно ÑообщеÑтво" |
1997 | msgstr[1] "%{num} ÑообщеÑтв" | 2108 | msgstr[1] "%{num} ÑообщеÑтв" |
1998 | 2109 | ||
1999 | -#: app/models/person.rb:24 | 2110 | +#: app/models/person.rb:30 |
2000 | msgid "An existing person cannot be renamed." | 2111 | msgid "An existing person cannot be renamed." |
2001 | msgstr "Ðевозможно переименовать" | 2112 | msgstr "Ðевозможно переименовать" |
2002 | 2113 | ||
2003 | -#: app/models/person.rb:30 | 2114 | +#: app/models/person.rb:36 |
2004 | msgid "friends" | 2115 | msgid "friends" |
2005 | msgstr "ДрузьÑ" | 2116 | msgstr "ДрузьÑ" |
2006 | 2117 | ||
2007 | -#: app/models/person.rb:30 | 2118 | +#: app/models/person.rb:36 |
2008 | msgid "work" | 2119 | msgid "work" |
2009 | msgstr "работа" | 2120 | msgstr "работа" |
2010 | 2121 | ||
2011 | -#: app/models/person.rb:30 | 2122 | +#: app/models/person.rb:36 |
2012 | msgid "school" | 2123 | msgid "school" |
2013 | msgstr "школа" | 2124 | msgstr "школа" |
2014 | 2125 | ||
2015 | -#: app/models/person.rb:30 | 2126 | +#: app/models/person.rb:36 |
2016 | msgid "family" | 2127 | msgid "family" |
2017 | msgstr "ÑемьÑ" | 2128 | msgstr "ÑемьÑ" |
2018 | 2129 | ||
2019 | -#: app/models/person.rb:86 | 2130 | +#: app/models/person.rb:92 |
2020 | msgid "%{fn} is mandatory" | 2131 | msgid "%{fn} is mandatory" |
2021 | msgstr "%{fn} обÑзательное поле" | 2132 | msgstr "%{fn} обÑзательное поле" |
2022 | 2133 | ||
2023 | -#: app/models/person.rb:111 | 2134 | +#: app/models/person.rb:117 |
2024 | msgid "Cell phone" | 2135 | msgid "Cell phone" |
2025 | msgstr "Мобильный телефон" | 2136 | msgstr "Мобильный телефон" |
2026 | 2137 | ||
2027 | -#: app/models/person.rb:111 | 2138 | +#: app/models/person.rb:117 |
2028 | msgid "Comercial phone" | 2139 | msgid "Comercial phone" |
2029 | msgstr "рабочий телефон" | 2140 | msgstr "рабочий телефон" |
2030 | 2141 | ||
2031 | -#: app/models/person.rb:111 | 2142 | +#: app/models/person.rb:117 |
2032 | msgid "Nationality" | 2143 | msgid "Nationality" |
2033 | msgstr "ÐациональноÑть" | 2144 | msgstr "ÐациональноÑть" |
2034 | 2145 | ||
2035 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:29 | 2146 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:29 |
2036 | msgid "Schooling" | 2147 | msgid "Schooling" |
2037 | msgstr "Учеба" | 2148 | msgstr "Учеба" |
2038 | 2149 | ||
2039 | -#: app/models/person.rb:111 app/views/profile_editor/_person_form.rhtml:54 | 2150 | +#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:54 |
2040 | msgid "Area of study" | 2151 | msgid "Area of study" |
2041 | msgstr "" | 2152 | msgstr "" |
2042 | 2153 | ||
2043 | -#: app/models/person.rb:111 | 2154 | +#: app/models/person.rb:117 |
2044 | msgid "Professional activity" | 2155 | msgid "Professional activity" |
2045 | msgstr "ПрофеÑÑÐ¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´ÐµÑтельноÑть" | 2156 | msgstr "ПрофеÑÑÐ¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´ÐµÑтельноÑть" |
2046 | 2157 | ||
2047 | -#: app/models/person.rb:111 app/models/validation_info.rb:- | 2158 | +#: app/models/person.rb:117 app/models/validation_info.rb:- |
2048 | msgid "Organization" | 2159 | msgid "Organization" |
2049 | msgstr "ОрганизациÑ" | 2160 | msgstr "ОрганизациÑ" |
2050 | 2161 | ||
2051 | -#: app/models/person.rb:114 | 2162 | +#: app/models/person.rb:120 |
2052 | msgid "Schooling status" | 2163 | msgid "Schooling status" |
2053 | msgstr "Учебный ÑтатуÑ" | 2164 | msgstr "Учебный ÑтатуÑ" |
2054 | 2165 | ||
2055 | -#: app/models/person.rb:117 app/views/profile_editor/_person_form.rhtml:47 | 2166 | +#: app/models/person.rb:123 app/views/profile_editor/_person_form.rhtml:47 |
2056 | #, fuzzy | 2167 | #, fuzzy |
2057 | msgid "Formation" | 2168 | msgid "Formation" |
2058 | msgstr "Образование" | 2169 | msgstr "Образование" |
2059 | 2170 | ||
2060 | -#: app/models/person.rb:117 | 2171 | +#: app/models/person.rb:123 |
2061 | #, fuzzy | 2172 | #, fuzzy |
2062 | msgid "Custom formation" | 2173 | msgid "Custom formation" |
2063 | msgstr "ПерÑональное формирование" | 2174 | msgstr "ПерÑональное формирование" |
2064 | 2175 | ||
2065 | -#: app/models/person.rb:117 | 2176 | +#: app/models/person.rb:123 |
2066 | msgid "Custom area of study" | 2177 | msgid "Custom area of study" |
2067 | msgstr "" | 2178 | msgstr "" |
2068 | 2179 | ||
2069 | -#: app/models/person.rb:120 | 2180 | +#: app/models/person.rb:126 |
2070 | msgid "Contact information" | 2181 | msgid "Contact information" |
2071 | msgstr "ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" | 2182 | msgstr "ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" |
2072 | 2183 | ||
2073 | -#: app/models/person.rb:120 | 2184 | +#: app/models/person.rb:126 |
2074 | msgid "Sex" | 2185 | msgid "Sex" |
2075 | msgstr "Пол" | 2186 | msgstr "Пол" |
2076 | 2187 | ||
2077 | -#: app/models/person.rb:120 | 2188 | +#: app/models/person.rb:126 |
2078 | msgid "Zip code" | 2189 | msgid "Zip code" |
2079 | msgstr "Почтовый индекÑ" | 2190 | msgstr "Почтовый индекÑ" |
2080 | 2191 | ||
2081 | -#: app/models/person.rb:161 | 2192 | +#: app/models/person.rb:167 |
2082 | msgid "%{fn} is already used by other user" | 2193 | msgid "%{fn} is already used by other user" |
2083 | msgstr "%{fn} уже иÑпользуетÑÑ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ юзером" | 2194 | msgstr "%{fn} уже иÑпользуетÑÑ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ юзером" |
2084 | 2195 | ||
2196 | +#: app/models/person.rb:299 app/models/profile.rb:701 | ||
2197 | +#: app/models/profile.rb:709 | ||
2198 | +#, fuzzy | ||
2199 | +msgid "none" | ||
2200 | +msgstr "Ðет" | ||
2201 | + | ||
2202 | +#: app/models/person.rb:300 | ||
2203 | +#, fuzzy | ||
2204 | +msgid "one friend" | ||
2205 | +msgstr "один друг" | ||
2206 | + | ||
2207 | +#: app/models/person.rb:301 | ||
2208 | +#, fuzzy | ||
2209 | +msgid "%s friends" | ||
2210 | +msgstr "%s: друзьÑ" | ||
2211 | + | ||
2085 | #: app/models/favorite_enterprises_block.rb:4 | 2212 | #: app/models/favorite_enterprises_block.rb:4 |
2213 | +#: app/models/favorite_enterprises_block.rb:12 | ||
2086 | #: app/views/profile_editor/index.rhtml:55 | 2214 | #: app/views/profile_editor/index.rhtml:55 |
2087 | msgid "Favorite Enterprises" | 2215 | msgid "Favorite Enterprises" |
2088 | msgstr "Избранные компании" | 2216 | msgstr "Избранные компании" |
@@ -2092,11 +2220,6 @@ msgstr "Избранные компании" | @@ -2092,11 +2220,6 @@ msgstr "Избранные компании" | ||
2092 | msgid "This block lists your favorite enterprises." | 2220 | msgid "This block lists your favorite enterprises." |
2093 | msgstr "Ðтот блок отображает избренные компании пользователÑ" | 2221 | msgstr "Ðтот блок отображает избренные компании пользователÑ" |
2094 | 2222 | ||
2095 | -#: app/models/favorite_enterprises_block.rb:12 | ||
2096 | -#, fuzzy | ||
2097 | -msgid "Favorite enterprises" | ||
2098 | -msgstr "Избранные компании" | ||
2099 | - | ||
2100 | #: app/models/qualifier.rb:- | 2223 | #: app/models/qualifier.rb:- |
2101 | msgid "qualifier" | 2224 | msgid "qualifier" |
2102 | msgstr "" | 2225 | msgstr "" |
@@ -2120,8 +2243,8 @@ msgstr "ИмÑ" | @@ -2120,8 +2243,8 @@ msgstr "ИмÑ" | ||
2120 | msgid "Generic category" | 2243 | msgid "Generic category" |
2121 | msgstr "ОÑÐ½Ð¾Ð²Ð½Ð°Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ" | 2244 | msgstr "ОÑÐ½Ð¾Ð²Ð½Ð°Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ" |
2122 | 2245 | ||
2123 | -#: app/models/categories_block.rb:6 app/models/input.rb:- | ||
2124 | -#: app/models/product_qualifier.rb:- app/models/product_categorization.rb:- | 2246 | +#: app/models/categories_block.rb:6 app/models/product_qualifier.rb:- |
2247 | +#: app/models/product_categorization.rb:- | ||
2125 | #: app/views/manage_products/index.rhtml:5 | 2248 | #: app/views/manage_products/index.rhtml:5 |
2126 | msgid "Product" | 2249 | msgid "Product" |
2127 | msgstr "Продукт" | 2250 | msgstr "Продукт" |
@@ -2140,10 +2263,6 @@ msgstr "Блок, отображающий изображение Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ | @@ -2140,10 +2263,6 @@ msgstr "Блок, отображающий изображение Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ | ||
2140 | msgid "input" | 2263 | msgid "input" |
2141 | msgstr "" | 2264 | msgstr "" |
2142 | 2265 | ||
2143 | -#: app/models/input.rb:- app/models/product.rb:- | ||
2144 | -msgid "Product category" | ||
2145 | -msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð°" | ||
2146 | - | ||
2147 | #: app/models/profile_categorization.rb:- | 2266 | #: app/models/profile_categorization.rb:- |
2148 | msgid "categories profile" | 2267 | msgid "categories profile" |
2149 | msgstr "Категории профилÑ" | 2268 | msgstr "Категории профилÑ" |
@@ -2152,10 +2271,6 @@ msgstr "Категории профилÑ" | @@ -2152,10 +2271,6 @@ msgstr "Категории профилÑ" | ||
2152 | msgid "profilecategorization" | 2271 | msgid "profilecategorization" |
2153 | msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ" | 2272 | msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ" |
2154 | 2273 | ||
2155 | -#: app/models/profile_categorization.rb:- | ||
2156 | -msgid "Profile" | ||
2157 | -msgstr "Профиль" | ||
2158 | - | ||
2159 | #: app/models/tags_block.rb:10 | 2274 | #: app/models/tags_block.rb:10 |
2160 | #, fuzzy | 2275 | #, fuzzy |
2161 | msgid "Tags" | 2276 | msgid "Tags" |
@@ -2191,11 +2306,6 @@ msgid "" | @@ -2191,11 +2306,6 @@ msgid "" | ||
2191 | "friend." | 2306 | "friend." |
2192 | msgstr "Ðеобходимо войти в %{system} чтоб подтвердить %{requestor} как друга." | 2307 | msgstr "Ðеобходимо войти в %{system} чтоб подтвердить %{requestor} как друга." |
2193 | 2308 | ||
2194 | -#: app/models/friends_block.rb:4 app/views/content_viewer/_person.rhtml:51 | ||
2195 | -#: app/views/profile/_person.rhtml:51 | ||
2196 | -msgid "Friends" | ||
2197 | -msgstr "ДрузьÑ" | ||
2198 | - | ||
2199 | #: app/models/friends_block.rb:8 | 2309 | #: app/models/friends_block.rb:8 |
2200 | msgid "{#} friend" | 2310 | msgid "{#} friend" |
2201 | msgid_plural "{#} friends" | 2311 | msgid_plural "{#} friends" |
@@ -2239,6 +2349,10 @@ msgstr "ПоÑмотреть Ñлайдшоу" | @@ -2239,6 +2349,10 @@ msgstr "ПоÑмотреть Ñлайдшоу" | ||
2239 | msgid "product" | 2349 | msgid "product" |
2240 | msgstr "продукт" | 2350 | msgstr "продукт" |
2241 | 2351 | ||
2352 | +#: app/models/product.rb:- | ||
2353 | +msgid "Product category" | ||
2354 | +msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð°" | ||
2355 | + | ||
2242 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 | 2356 | #: app/models/product.rb:- app/views/manage_products/index.rhtml:6 |
2243 | msgid "Price" | 2357 | msgid "Price" |
2244 | msgstr "цена" | 2358 | msgstr "цена" |
@@ -2364,29 +2478,29 @@ msgstr "Выйти" | @@ -2364,29 +2478,29 @@ msgstr "Выйти" | ||
2364 | msgid "This block presents a login/logout block." | 2478 | msgid "This block presents a login/logout block." |
2365 | msgstr "Блок, предÑтавлÑющий логин/логаут" | 2479 | msgstr "Блок, предÑтавлÑющий логин/логаут" |
2366 | 2480 | ||
2367 | -#: app/models/uploaded_file.rb:33 | 2481 | +#: app/models/uploaded_file.rb:35 |
2368 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" | 2482 | msgid "%{fn} of uploaded file was larger than the maximum size of 5.0 MB" |
2369 | msgstr "%{fn} загруженного превыÑило макÑимальный размер - 5.0 MB" | 2483 | msgstr "%{fn} загруженного превыÑило макÑимальный размер - 5.0 MB" |
2370 | 2484 | ||
2371 | -#: app/models/uploaded_file.rb:44 | 2485 | +#: app/models/uploaded_file.rb:46 |
2372 | msgid "Uploaded file" | 2486 | msgid "Uploaded file" |
2373 | msgstr "Загруженный файл" | 2487 | msgstr "Загруженный файл" |
2374 | 2488 | ||
2375 | -#: app/models/uploaded_file.rb:48 | 2489 | +#: app/models/uploaded_file.rb:50 |
2376 | msgid "Upload any kind of file you want." | 2490 | msgid "Upload any kind of file you want." |
2377 | msgstr "Загрузите любой тип файла" | 2491 | msgstr "Загрузите любой тип файла" |
2378 | 2492 | ||
2379 | -#: app/models/uploaded_file.rb:72 app/models/uploaded_file.rb:74 | 2493 | +#: app/models/uploaded_file.rb:74 app/models/uploaded_file.rb:76 |
2380 | #, fuzzy | 2494 | #, fuzzy |
2381 | msgid "« Previous" | 2495 | msgid "« Previous" |
2382 | msgstr "Предыдущий" | 2496 | msgstr "Предыдущий" |
2383 | 2497 | ||
2384 | -#: app/models/uploaded_file.rb:78 app/models/uploaded_file.rb:80 | 2498 | +#: app/models/uploaded_file.rb:80 app/models/uploaded_file.rb:82 |
2385 | #, fuzzy | 2499 | #, fuzzy |
2386 | msgid "Next »" | 2500 | msgid "Next »" |
2387 | msgstr "Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ñтарше »" | 2501 | msgstr "Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ñтарше »" |
2388 | 2502 | ||
2389 | -#: app/models/uploaded_file.rb:85 | 2503 | +#: app/models/uploaded_file.rb:87 |
2390 | msgid "image %d of %d" | 2504 | msgid "image %d of %d" |
2391 | msgstr "" | 2505 | msgstr "" |
2392 | 2506 | ||
@@ -2784,7 +2898,11 @@ msgstr "ÐдминиÑтратор должен утвердить вÑе нов | @@ -2784,7 +2898,11 @@ msgstr "ÐдминиÑтратор должен утвердить вÑе нов | ||
2784 | msgid "Enterprises are disabled when created" | 2898 | msgid "Enterprises are disabled when created" |
2785 | msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ окончена" | 2899 | msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ окончена" |
2786 | 2900 | ||
2787 | -#: app/models/environment.rb:461 | 2901 | +#: app/models/environment.rb:111 |
2902 | +msgid "Show a balloon with profile links when a profile image is clicked" | ||
2903 | +msgstr "" | ||
2904 | + | ||
2905 | +#: app/models/environment.rb:462 | ||
2788 | msgid "Only one Virtual Community can be the default one" | 2906 | msgid "Only one Virtual Community can be the default one" |
2789 | msgstr "Только виртуальное ÑообщеÑтво может быть выбранным по умолчанию" | 2907 | msgstr "Только виртуальное ÑообщеÑтво может быть выбранным по умолчанию" |
2790 | 2908 | ||
@@ -2833,7 +2951,7 @@ msgstr "" | @@ -2833,7 +2951,7 @@ msgstr "" | ||
2833 | msgid "Nickname" | 2951 | msgid "Nickname" |
2834 | msgstr "Ðик" | 2952 | msgstr "Ðик" |
2835 | 2953 | ||
2836 | -#: app/models/profile.rb:- app/models/profile.rb:592 | 2954 | +#: app/models/profile.rb:- app/models/profile.rb:608 |
2837 | msgid "Public profile" | 2955 | msgid "Public profile" |
2838 | msgstr "Публичный пофиль" | 2956 | msgstr "Публичный пофиль" |
2839 | 2957 | ||
@@ -2908,11 +3026,11 @@ msgstr "Опубликовать контент" | @@ -2908,11 +3026,11 @@ msgstr "Опубликовать контент" | ||
2908 | msgid "Invite members" | 3026 | msgid "Invite members" |
2909 | msgstr "Один учаÑтник" | 3027 | msgstr "Один учаÑтник" |
2910 | 3028 | ||
2911 | -#: app/models/profile.rb:436 | 3029 | +#: app/models/profile.rb:452 |
2912 | msgid "My home page" | 3030 | msgid "My home page" |
2913 | msgstr "ÐœÐ¾Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" | 3031 | msgstr "ÐœÐ¾Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" |
2914 | 3032 | ||
2915 | -#: app/models/profile.rb:436 | 3033 | +#: app/models/profile.rb:452 |
2916 | msgid "" | 3034 | msgid "" |
2917 | "<p>This is a default homepage created for me. It can be changed though the " | 3035 | "<p>This is a default homepage created for me. It can be changed though the " |
2918 | "control panel.</p>" | 3036 | "control panel.</p>" |
@@ -2920,23 +3038,48 @@ msgstr "" | @@ -2920,23 +3038,48 @@ msgstr "" | ||
2920 | "<p>Ðто ÑÑ‚Ñ€Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница, она может быть изменена через " | 3038 | "<p>Ðто ÑÑ‚Ñ€Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница, она может быть изменена через " |
2921 | "контрольную панель.</p>" | 3039 | "контрольную панель.</p>" |
2922 | 3040 | ||
2923 | -#: app/models/profile.rb:447 | 3041 | +#: app/models/profile.rb:463 |
2924 | msgid "Intranet" | 3042 | msgid "Intranet" |
2925 | msgstr "Intranet" | 3043 | msgstr "Intranet" |
2926 | 3044 | ||
2927 | -#: app/models/profile.rb:490 | 3045 | +#: app/models/profile.rb:506 |
2928 | msgid "%s can't has members" | 3046 | msgid "%s can't has members" |
2929 | msgstr "%s не может иметь учаÑтников" | 3047 | msgstr "%s не может иметь учаÑтников" |
2930 | 3048 | ||
2931 | -#: app/models/profile.rb:507 | 3049 | +#: app/models/profile.rb:523 |
2932 | msgid "%s can't has moderators" | 3050 | msgid "%s can't has moderators" |
2933 | msgstr "%s не может иметь модераторов" | 3051 | msgstr "%s не может иметь модераторов" |
2934 | 3052 | ||
2935 | -#: app/models/profile.rb:592 | 3053 | +#: app/models/profile.rb:608 |
2936 | #, fuzzy | 3054 | #, fuzzy |
2937 | msgid "Private profile" | 3055 | msgid "Private profile" |
2938 | msgstr "Редактировать профиль" | 3056 | msgstr "Редактировать профиль" |
2939 | 3057 | ||
3058 | +#: app/models/profile.rb:695 | ||
3059 | +#, fuzzy | ||
3060 | +msgid "Since: " | ||
3061 | +msgstr "Цена:" | ||
3062 | + | ||
3063 | +#: app/models/profile.rb:702 | ||
3064 | +#, fuzzy | ||
3065 | +msgid "one article" | ||
3066 | +msgstr "ÐÐ¾Ð²Ð°Ñ ÑтатьÑ" | ||
3067 | + | ||
3068 | +#: app/models/profile.rb:703 | ||
3069 | +#, fuzzy | ||
3070 | +msgid "%s articles" | ||
3071 | +msgstr "Ð’Ñе Ñтатьи" | ||
3072 | + | ||
3073 | +#: app/models/profile.rb:710 | ||
3074 | +#, fuzzy | ||
3075 | +msgid "one member" | ||
3076 | +msgstr "Один учаÑтник" | ||
3077 | + | ||
3078 | +#: app/models/profile.rb:711 | ||
3079 | +#, fuzzy | ||
3080 | +msgid "%s members" | ||
3081 | +msgstr "%s: учаÑтники" | ||
3082 | + | ||
2940 | #: app/models/blog.rb:19 | 3083 | #: app/models/blog.rb:19 |
2941 | msgid "A blog, inside which you can put other articles." | 3084 | msgid "A blog, inside which you can put other articles." |
2942 | msgstr "Блог, в который можно вкладывать другие Ñтатьи" | 3085 | msgstr "Блог, в который можно вкладывать другие Ñтатьи" |
@@ -2967,19 +3110,19 @@ msgstr "Контент еще не был загружен" | @@ -2967,19 +3110,19 @@ msgstr "Контент еще не был загружен" | ||
2967 | msgid "Updated: %s" | 3110 | msgid "Updated: %s" |
2968 | msgstr "Загружено: %s" | 3111 | msgstr "Загружено: %s" |
2969 | 3112 | ||
2970 | -#: app/models/rss_feed.rb:70 | 3113 | +#: app/models/rss_feed.rb:78 |
2971 | msgid "%s's RSS feed" | 3114 | msgid "%s's RSS feed" |
2972 | msgstr "%s's RSS лента" | 3115 | msgstr "%s's RSS лента" |
2973 | 3116 | ||
2974 | -#: app/models/rss_feed.rb:71 | 3117 | +#: app/models/rss_feed.rb:79 |
2975 | msgid "%s's content published at %s" | 3118 | msgid "%s's content published at %s" |
2976 | msgstr "%s's контент, опубликованный в %s" | 3119 | msgstr "%s's контент, опубликованный в %s" |
2977 | 3120 | ||
2978 | -#: app/models/rss_feed.rb:77 | 3121 | +#: app/models/rss_feed.rb:85 |
2979 | msgid "RSS Feed" | 3122 | msgid "RSS Feed" |
2980 | msgstr "RSS лента" | 3123 | msgstr "RSS лента" |
2981 | 3124 | ||
2982 | -#: app/models/rss_feed.rb:81 | 3125 | +#: app/models/rss_feed.rb:89 |
2983 | msgid "Provides a news feed of your more recent articles." | 3126 | msgid "Provides a news feed of your more recent articles." |
2984 | msgstr "ПредоÑтавлÑет ленту новоÑтей Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… новых Ñтатей" | 3127 | msgstr "ПредоÑтавлÑет ленту новоÑтей Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… новых Ñтатей" |
2985 | 3128 | ||
@@ -3601,8 +3744,9 @@ msgid "redirecting..." | @@ -3601,8 +3744,9 @@ msgid "redirecting..." | ||
3601 | msgstr "" | 3744 | msgstr "" |
3602 | 3745 | ||
3603 | #: app/views/favorite_enterprises/index.rhtml:3 | 3746 | #: app/views/favorite_enterprises/index.rhtml:3 |
3604 | -msgid "%s's favorite enteprises" | ||
3605 | -msgstr "%s: избранные компании" | 3747 | +#: app/views/profile/favorite_enterprises.rhtml:3 |
3748 | +msgid "%s's favorite enterprises" | ||
3749 | +msgstr "%s: любимые предприÑтиÑ" | ||
3606 | 3750 | ||
3607 | #: app/views/favorite_enterprises/index.rhtml:12 | 3751 | #: app/views/favorite_enterprises/index.rhtml:12 |
3608 | #: app/views/favorite_enterprises/index.rhtml:15 | 3752 | #: app/views/favorite_enterprises/index.rhtml:15 |
@@ -3611,7 +3755,8 @@ msgid "remove" | @@ -3611,7 +3755,8 @@ msgid "remove" | ||
3611 | msgstr "удалить" | 3755 | msgstr "удалить" |
3612 | 3756 | ||
3613 | #: app/views/favorite_enterprises/index.rhtml:24 | 3757 | #: app/views/favorite_enterprises/index.rhtml:24 |
3614 | -msgid "You have no favorite enteprises yet." | 3758 | +#, fuzzy |
3759 | +msgid "You have no favorite enterprises yet." | ||
3615 | msgstr "У Ð²Ð°Ñ ÐµÑ‰Ðµ нет избранных компаний" | 3760 | msgstr "У Ð²Ð°Ñ ÐµÑ‰Ðµ нет избранных компаний" |
3616 | 3761 | ||
3617 | #: app/views/favorite_enterprises/add.rhtml:1 | 3762 | #: app/views/favorite_enterprises/add.rhtml:1 |
@@ -4344,7 +4489,7 @@ msgstr "Выберите категории" | @@ -4344,7 +4489,7 @@ msgstr "Выберите категории" | ||
4344 | msgid "Create a new community" | 4489 | msgid "Create a new community" |
4345 | msgstr "Создать новое ÑообщеÑтво" | 4490 | msgstr "Создать новое ÑообщеÑтво" |
4346 | 4491 | ||
4347 | -#: app/views/memberships/index.rhtml:7 | 4492 | +#: app/views/memberships/index.rhtml:7 app/views/profile/enterprises.rhtml:13 |
4348 | #, fuzzy | 4493 | #, fuzzy |
4349 | msgid "Register a new enterprise" | 4494 | msgid "Register a new enterprise" |
4350 | msgstr "ЗарегиÑтрировать новую компанию" | 4495 | msgstr "ЗарегиÑтрировать новую компанию" |
@@ -4655,15 +4800,28 @@ msgstr "Город и облаÑть: %s/%s" | @@ -4655,15 +4800,28 @@ msgstr "Город и облаÑть: %s/%s" | ||
4655 | msgid "Message:" | 4800 | msgid "Message:" |
4656 | msgstr "Сообщение:" | 4801 | msgstr "Сообщение:" |
4657 | 4802 | ||
4658 | -#: app/views/contact/sender/mail.rhtml:13 | ||
4659 | -#: app/views/comment/notifier/mail.rhtml:9 | ||
4660 | -#: app/views/user/mailer/activation_email_notify.rhtml:9 | ||
4661 | -#: app/views/task_mailer/task_finished.text.plain.rhtml:6 | ||
4662 | -#: app/views/task_mailer/task_cancelled.text.plain.rhtml:6 | ||
4663 | -#: app/views/task_mailer/task_created.text.plain.rhtml:6 | 4803 | +#: app/views/contact/sender/mail.rhtml:12 |
4804 | +#: app/views/comment/notifier/mail.rhtml:15 | ||
4805 | +#: app/views/user/mailer/activation_email_notify.rhtml:8 | ||
4806 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:5 | ||
4807 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:5 | ||
4808 | +#: app/views/task_mailer/task_created.text.plain.rhtml:5 | ||
4664 | #: app/views/pending_task_notifier/notification.rhtml:21 | 4809 | #: app/views/pending_task_notifier/notification.rhtml:21 |
4665 | -msgid "%s environment system" | ||
4666 | -msgstr "%s ÑиÑтема окружениÑ" | 4810 | +#, fuzzy |
4811 | +msgid "Greetings," | ||
4812 | +msgstr "Зеленый" | ||
4813 | + | ||
4814 | +#: app/views/contact/sender/mail.rhtml:15 | ||
4815 | +#: app/views/comment/notifier/mail.rhtml:18 | ||
4816 | +#: app/views/user/mailer/activation_email_notify.rhtml:11 | ||
4817 | +#: app/views/task_mailer/task_finished.text.plain.rhtml:8 | ||
4818 | +#: app/views/task_mailer/task_cancelled.text.plain.rhtml:8 | ||
4819 | +#: app/views/task_mailer/task_created.text.plain.rhtml:8 | ||
4820 | +#: app/views/task_mailer/target_notification.rhtml:9 | ||
4821 | +#: app/views/pending_task_notifier/notification.rhtml:24 | ||
4822 | +#, fuzzy | ||
4823 | +msgid "%s team." | ||
4824 | +msgstr "Тема \"%s\"" | ||
4667 | 4825 | ||
4668 | #: app/views/comment/notifier/mail.rhtml:1 | 4826 | #: app/views/comment/notifier/mail.rhtml:1 |
4669 | msgid "Hi, %{recipient}!" | 4827 | msgid "Hi, %{recipient}!" |
@@ -4678,6 +4836,16 @@ msgstr "" | @@ -4678,6 +4836,16 @@ msgstr "" | ||
4678 | "{article_title}\" ." | 4836 | "{article_title}\" ." |
4679 | 4837 | ||
4680 | #: app/views/comment/notifier/mail.rhtml:5 | 4838 | #: app/views/comment/notifier/mail.rhtml:5 |
4839 | +#, fuzzy | ||
4840 | +msgid "Title: %s" | ||
4841 | +msgstr "Тикет: %s" | ||
4842 | + | ||
4843 | +#: app/views/comment/notifier/mail.rhtml:7 | ||
4844 | +#, fuzzy | ||
4845 | +msgid "Comment:" | ||
4846 | +msgstr "комментарий" | ||
4847 | + | ||
4848 | +#: app/views/comment/notifier/mail.rhtml:12 | ||
4681 | msgid "Access the address below to view this comment:" | 4849 | msgid "Access the address below to view this comment:" |
4682 | msgstr "Перейдите по Ñледующему адреÑу Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра:" | 4850 | msgstr "Перейдите по Ñледующему адреÑу Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра:" |
4683 | 4851 | ||
@@ -4973,11 +5141,6 @@ msgstr "ЗдравÑтвуйте, %s, вы можете выбрать Ñвои | @@ -4973,11 +5141,6 @@ msgstr "ЗдравÑтвуйте, %s, вы можете выбрать Ñвои | ||
4973 | msgid "Choose the communities you want to join and/or create your own." | 5141 | msgid "Choose the communities you want to join and/or create your own." |
4974 | msgstr "Выберите ÑообщеÑтва либо Ñоздайте новое" | 5142 | msgstr "Выберите ÑообщеÑтва либо Ñоздайте новое" |
4975 | 5143 | ||
4976 | -#: app/views/search/communities.rhtml:24 | ||
4977 | -#: app/views/tasks/_create_community.rhtml:1 | ||
4978 | -msgid "New community" | ||
4979 | -msgstr "Ðовое ÑообщеÑтво" | ||
4980 | - | ||
4981 | #: app/views/search/_comment.rhtml:16 | 5144 | #: app/views/search/_comment.rhtml:16 |
4982 | msgid "by %{author} on \"%{article}\"" | 5145 | msgid "by %{author} on \"%{article}\"" |
4983 | msgstr "от %{author} в \"%{article}\"" | 5146 | msgstr "от %{author} в \"%{article}\"" |
@@ -6207,10 +6370,6 @@ msgstr "Ð’Ñ‹ уверены что хотите приÑоединитьÑÑ Ðº | @@ -6207,10 +6370,6 @@ msgstr "Ð’Ñ‹ уверены что хотите приÑоединитьÑÑ Ðº | ||
6207 | msgid "Yes, I want to join." | 6370 | msgid "Yes, I want to join." |
6208 | msgstr "Да, хочу" | 6371 | msgstr "Да, хочу" |
6209 | 6372 | ||
6210 | -#: app/views/profile/favorite_enterprises.rhtml:3 | ||
6211 | -msgid "%s's favorite enterprises" | ||
6212 | -msgstr "%s: любимые предприÑтиÑ" | ||
6213 | - | ||
6214 | #: app/views/profile/members.rhtml:3 | 6373 | #: app/views/profile/members.rhtml:3 |
6215 | #, fuzzy | 6374 | #, fuzzy |
6216 | msgid "%s's members" | 6375 | msgid "%s's members" |
@@ -6228,10 +6387,6 @@ msgstr "%s: теги" | @@ -6228,10 +6387,6 @@ msgstr "%s: теги" | ||
6228 | msgid "%s's enterprises" | 6387 | msgid "%s's enterprises" |
6229 | msgstr "%s: компании" | 6388 | msgstr "%s: компании" |
6230 | 6389 | ||
6231 | -#: app/views/profile/enterprises.rhtml:13 | ||
6232 | -msgid "Register a new Enterprise" | ||
6233 | -msgstr "ЗарегиÑтрировать новую компанию" | ||
6234 | - | ||
6235 | #: app/views/features/_manage_community_fields.rhtml:1 | 6390 | #: app/views/features/_manage_community_fields.rhtml:1 |
6236 | msgid "Manage community fields" | 6391 | msgid "Manage community fields" |
6237 | msgstr "УправлÑть полÑми ÑообщеÑтва" | 6392 | msgstr "УправлÑть полÑми ÑообщеÑтва" |
@@ -7177,6 +7332,35 @@ msgid "" | @@ -7177,6 +7332,35 @@ msgid "" | ||
7177 | msgstr "Техники уже работают над проблемой, пожалуйÑта, попробуйте позже." | 7332 | msgstr "Техники уже работают над проблемой, пожалуйÑта, попробуйте позже." |
7178 | 7333 | ||
7179 | #, fuzzy | 7334 | #, fuzzy |
7335 | +#~ msgid "People more popular" | ||
7336 | +#~ msgstr "{#} Пользователи или группы" | ||
7337 | + | ||
7338 | +#, fuzzy | ||
7339 | +#~ msgid "Communities more recent" | ||
7340 | +#~ msgstr "СообщеÑтва" | ||
7341 | + | ||
7342 | +#, fuzzy | ||
7343 | +#~ msgid "Communities more active" | ||
7344 | +#~ msgstr "СообщеÑтва" | ||
7345 | + | ||
7346 | +#, fuzzy | ||
7347 | +#~ msgid "Communities more popular" | ||
7348 | +#~ msgstr "СообщеÑтва" | ||
7349 | + | ||
7350 | +#, fuzzy | ||
7351 | +#~ msgid "Favorite enterprises" | ||
7352 | +#~ msgstr "Избранные компании" | ||
7353 | + | ||
7354 | +#~ msgid "%s's favorite enteprises" | ||
7355 | +#~ msgstr "%s: избранные компании" | ||
7356 | + | ||
7357 | +#~ msgid "%s environment system" | ||
7358 | +#~ msgstr "%s ÑиÑтема окружениÑ" | ||
7359 | + | ||
7360 | +#~ msgid "Register a new Enterprise" | ||
7361 | +#~ msgstr "ЗарегиÑтрировать новую компанию" | ||
7362 | + | ||
7363 | +#, fuzzy | ||
7180 | #~ msgid "The input was not found" | 7364 | #~ msgid "The input was not found" |
7181 | #~ msgstr "найдено %d запиÑей" | 7365 | #~ msgstr "найдено %d запиÑей" |
7182 | 7366 | ||
@@ -7605,8 +7789,5 @@ msgstr "Техники уже работают над проблемой, пож | @@ -7605,8 +7789,5 @@ msgstr "Техники уже работают над проблемой, пож | ||
7605 | #~ msgid "(max size %s)" | 7789 | #~ msgid "(max size %s)" |
7606 | #~ msgstr "(макÑимальный размер %s)" | 7790 | #~ msgstr "(макÑимальный размер %s)" |
7607 | 7791 | ||
7608 | -#~ msgid "My communities" | ||
7609 | -#~ msgstr "Мои ÑообщеÑтва" | ||
7610 | - | ||
7611 | #~ msgid "Area %d: " | 7792 | #~ msgid "Area %d: " |
7612 | #~ msgstr "ОблаÑть %d: " | 7793 | #~ msgstr "ОблаÑть %d: " |