Commit df994dfd06a4a2201595dfb10fbbd438c412c54e
1 parent
c60af9fb
Exists in
master
and in
29 other branches
ActionItem392: updating translation
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1918 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
6 changed files
with
2278 additions
and
1304 deletions
Show diff stats
app/controllers/my_profile/memberships_controller.rb
@@ -10,7 +10,7 @@ class MembershipsController < MyProfileController | @@ -10,7 +10,7 @@ class MembershipsController < MyProfileController | ||
10 | @to_join = Profile.find(params[:id]) | 10 | @to_join = Profile.find(params[:id]) |
11 | if request.post? && params[:confirmation] | 11 | if request.post? && params[:confirmation] |
12 | @to_join.add_member(profile) | 12 | @to_join.add_member(profile) |
13 | - flash[:notice] = _('%s administrador still needs to accept you as member.') % @to_join.name if @to_join.closed? | 13 | + flash[:notice] = _('%s administrator still needs to accept you as member.') % @to_join.name if @to_join.closed? |
14 | redirect_to @to_join.url | 14 | redirect_to @to_join.url |
15 | end | 15 | end |
16 | end | 16 | end |
app/helpers/application_helper.rb
@@ -543,7 +543,7 @@ module ApplicationHelper | @@ -543,7 +543,7 @@ module ApplicationHelper | ||
543 | elsif opt == 'simple_search' | 543 | elsif opt == 'simple_search' |
544 | s = _('Search...') | 544 | s = _('Search...') |
545 | '<form action="search" id="simple-search" class="focus-out"'+ | 545 | '<form action="search" id="simple-search" class="focus-out"'+ |
546 | - ' help="'+_('Thet is a search box. Click, write your query, and press enter to find')+'"'+ | 546 | + ' help="'+_('This is a search box. Click, write your query, and press enter to find')+'"'+ |
547 | ' title="'+_('Click, write and press enter to find')+'">'+ | 547 | ' title="'+_('Click, write and press enter to find')+'">'+ |
548 | '<input name="query" value="'+s+'"'+ | 548 | '<input name="query" value="'+s+'"'+ |
549 | ' onfocus="if(this.value==\''+s+'\'){this.value=\'\'} this.form.className=\'focus-in\'"'+ | 549 | ' onfocus="if(this.value==\''+s+'\'){this.value=\'\'} this.form.className=\'focus-in\'"'+ |
app/views/favorite_enterprises/index.rhtml
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | <% if @favorite_enterprises.empty? %> | 20 | <% if @favorite_enterprises.empty? %> |
21 | <p> | 21 | <p> |
22 | <em> | 22 | <em> |
23 | - <%= _('You have no favorite enteprises yet. Go make some.') %> | 23 | + <%= _('You have no favorite enteprises yet.') %> |
24 | </em> | 24 | </em> |
25 | </p> | 25 | </p> |
26 | <% end %> | 26 | <% end %> |
po/fr/noosfero.po
@@ -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.9.0\n" | ||
10 | -"POT-Creation-Date: 2008-04-29 08:47-0300\n" | 9 | +"Project-Id-Version: noosfero 0.10.0\n" |
10 | +"POT-Creation-Date: 2008-06-07 13:28-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" |
@@ -16,58 +16,164 @@ msgstr "" | @@ -16,58 +16,164 @@ msgstr "" | ||
16 | "Content-Transfer-Encoding: 8bit\n" | 16 | "Content-Transfer-Encoding: 8bit\n" |
17 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | 17 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
18 | 18 | ||
19 | -#: app/helpers/application_helper.rb:57 | ||
20 | -#: app/views/layouts/application.rhtml:103 app/views/features/index.rhtml:7 | 19 | +#: app/helpers/application_helper.rb:59 |
20 | +#: app/views/layouts/application.rhtml:104 app/views/features/index.rhtml:7 | ||
21 | msgid "Help" | 21 | msgid "Help" |
22 | msgstr "" | 22 | msgstr "" |
23 | 23 | ||
24 | -#: app/helpers/application_helper.rb:77 | 24 | +#: app/helpers/application_helper.rb:79 |
25 | #: app/views/box_organizer/add_block.rhtml:18 | 25 | #: app/views/box_organizer/add_block.rhtml:18 |
26 | -#: app/views/search/_search_form.rhtml:37 | 26 | +#: app/views/search/_search_form.rhtml:54 |
27 | msgid "Close" | 27 | msgid "Close" |
28 | msgstr "" | 28 | msgstr "" |
29 | 29 | ||
30 | -#: app/helpers/application_helper.rb:140 | 30 | +#: app/helpers/application_helper.rb:142 |
31 | msgid "This is %s, version %s" | 31 | msgid "This is %s, version %s" |
32 | msgstr "" | 32 | msgstr "" |
33 | 33 | ||
34 | -#: app/helpers/application_helper.rb:268 | 34 | +#: app/helpers/application_helper.rb:316 |
35 | #: app/views/memberships/new_community.rhtml:12 | 35 | #: app/views/memberships/new_community.rhtml:12 |
36 | -#: app/views/manage_products/_change_image.rhtml:5 | ||
37 | #: app/views/box_organizer/edit.rhtml:9 | 36 | #: app/views/box_organizer/edit.rhtml:9 |
38 | -#: app/views/admin_panel/site_info.rhtml:11 | ||
39 | -#: app/views/cms/select_article_type.rhtml:12 app/views/tasks/_task.rhtml:12 | ||
40 | -#: app/views/account/login.rhtml:22 | 37 | +#: app/views/admin_panel/site_info.rhtml:11 app/views/cms/edit.rhtml:35 |
38 | +#: app/views/cms/edit.rhtml:37 app/views/cms/select_article_type.rhtml:12 | ||
39 | +#: app/views/tasks/_task.rhtml:12 app/views/account/login.rhtml:22 | ||
40 | +#: app/views/shared/_change_image.rhtml:2 | ||
41 | msgid "Cancel" | 41 | msgid "Cancel" |
42 | msgstr "" | 42 | msgstr "" |
43 | 43 | ||
44 | -#: app/helpers/application_helper.rb:310 app/models/product.rb:34 | 44 | +#: app/helpers/application_helper.rb:358 app/models/product.rb:34 |
45 | msgid "Uncategorized product" | 45 | msgid "Uncategorized product" |
46 | msgstr "" | 46 | msgstr "" |
47 | 47 | ||
48 | -#: app/helpers/application_helper.rb:316 | 48 | +#: app/helpers/application_helper.rb:364 |
49 | msgid "No product" | 49 | msgid "No product" |
50 | msgstr "" | 50 | msgstr "" |
51 | 51 | ||
52 | -#: app/helpers/application_helper.rb:402 | 52 | +#: app/helpers/application_helper.rb:450 |
53 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 53 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
54 | msgstr "" | 54 | msgstr "" |
55 | 55 | ||
56 | -#: app/helpers/application_helper.rb:417 | 56 | +#: app/helpers/application_helper.rb:486 app/views/categories/index.rhtml:1 |
57 | +#: app/views/content_viewer/view_page.rhtml:54 | ||
58 | +msgid "Categories" | ||
59 | +msgstr "" | ||
60 | + | ||
61 | +#: app/helpers/application_helper.rb:508 | ||
62 | +msgid "open" | ||
63 | +msgstr "" | ||
64 | + | ||
65 | +#: app/helpers/application_helper.rb:544 | ||
66 | +msgid "Search..." | ||
67 | +msgstr "" | ||
68 | + | ||
69 | +#: app/helpers/application_helper.rb:546 | ||
70 | +msgid "This is a search box. Click, write your query, and press enter to find" | ||
71 | +msgstr "" | ||
72 | + | ||
73 | +#: app/helpers/application_helper.rb:547 | ||
74 | +msgid "Click, write and press enter to find" | ||
75 | +msgstr "" | ||
76 | + | ||
77 | +#: app/helpers/application_helper.rb:553 | ||
78 | +#: app/views/region_validators/region.rhtml:23 | ||
79 | +#: app/views/search/enterprises.rhtml:12 app/views/search/people.rhtml:12 | ||
80 | +#: app/views/search/_sellers_form.rhtml:8 | ||
81 | +#: app/views/search/_search_form.rhtml:14 | ||
82 | +#: app/views/search/communities.rhtml:12 app/views/search/articles.rhtml:12 | ||
83 | +#: app/views/home/index.rhtml:6 app/views/home/index.rhtml:12 | ||
84 | +msgid "Search" | ||
85 | +msgstr "" | ||
86 | + | ||
87 | +#: app/helpers/dates_helper.rb:8 | ||
57 | msgid "%d %B %Y" | 88 | msgid "%d %B %Y" |
58 | msgstr "" | 89 | msgstr "" |
59 | 90 | ||
60 | -#: app/helpers/application_helper.rb:426 | 91 | +#: app/helpers/dates_helper.rb:17 |
61 | msgid "%d %B %Y, %H:%m" | 92 | msgid "%d %B %Y, %H:%m" |
62 | msgstr "" | 93 | msgstr "" |
63 | 94 | ||
64 | -#: app/helpers/application_helper.rb:456 app/views/categories/index.rhtml:1 | ||
65 | -#: app/views/content_viewer/view_page.rhtml:56 | ||
66 | -msgid "Categories" | 95 | +#: app/helpers/dates_helper.rb:27 |
96 | +msgid "from %s to %s" | ||
67 | msgstr "" | 97 | msgstr "" |
68 | 98 | ||
69 | -#: app/helpers/application_helper.rb:477 | ||
70 | -msgid "open" | 99 | +#: app/helpers/dates_helper.rb:34 |
100 | +msgid "Sunday" | ||
101 | +msgstr "" | ||
102 | + | ||
103 | +#: app/helpers/dates_helper.rb:35 | ||
104 | +msgid "Monday" | ||
105 | +msgstr "" | ||
106 | + | ||
107 | +#: app/helpers/dates_helper.rb:36 | ||
108 | +msgid "Tuesday" | ||
109 | +msgstr "" | ||
110 | + | ||
111 | +#: app/helpers/dates_helper.rb:37 | ||
112 | +msgid "Wednesday" | ||
113 | +msgstr "" | ||
114 | + | ||
115 | +#: app/helpers/dates_helper.rb:38 | ||
116 | +msgid "Thursday" | ||
117 | +msgstr "" | ||
118 | + | ||
119 | +#: app/helpers/dates_helper.rb:39 | ||
120 | +msgid "Friday" | ||
121 | +msgstr "" | ||
122 | + | ||
123 | +#: app/helpers/dates_helper.rb:40 | ||
124 | +msgid "Saturday" | ||
125 | +msgstr "" | ||
126 | + | ||
127 | +#: app/helpers/dates_helper.rb:47 | ||
128 | +msgid "January" | ||
129 | +msgstr "" | ||
130 | + | ||
131 | +#: app/helpers/dates_helper.rb:48 | ||
132 | +msgid "February" | ||
133 | +msgstr "" | ||
134 | + | ||
135 | +#: app/helpers/dates_helper.rb:49 | ||
136 | +msgid "March" | ||
137 | +msgstr "" | ||
138 | + | ||
139 | +#: app/helpers/dates_helper.rb:50 | ||
140 | +msgid "April" | ||
141 | +msgstr "" | ||
142 | + | ||
143 | +#: app/helpers/dates_helper.rb:51 | ||
144 | +msgid "May" | ||
145 | +msgstr "" | ||
146 | + | ||
147 | +#: app/helpers/dates_helper.rb:52 | ||
148 | +msgid "June" | ||
149 | +msgstr "" | ||
150 | + | ||
151 | +#: app/helpers/dates_helper.rb:53 | ||
152 | +msgid "July" | ||
153 | +msgstr "" | ||
154 | + | ||
155 | +#: app/helpers/dates_helper.rb:54 | ||
156 | +msgid "August" | ||
157 | +msgstr "" | ||
158 | + | ||
159 | +#: app/helpers/dates_helper.rb:55 | ||
160 | +msgid "September" | ||
161 | +msgstr "" | ||
162 | + | ||
163 | +#: app/helpers/dates_helper.rb:56 | ||
164 | +msgid "October" | ||
165 | +msgstr "" | ||
166 | + | ||
167 | +#: app/helpers/dates_helper.rb:57 | ||
168 | +msgid "November" | ||
169 | +msgstr "" | ||
170 | + | ||
171 | +#: app/helpers/dates_helper.rb:58 | ||
172 | +msgid "December" | ||
173 | +msgstr "" | ||
174 | + | ||
175 | +#: app/helpers/dates_helper.rb:61 | ||
176 | +msgid "%{month} %{year}" | ||
71 | msgstr "" | 177 | msgstr "" |
72 | 178 | ||
73 | #: app/helpers/cms_helper.rb:5 | 179 | #: app/helpers/cms_helper.rb:5 |
@@ -82,7 +188,7 @@ msgstr "" | @@ -82,7 +188,7 @@ msgstr "" | ||
82 | msgid "Rejected" | 188 | msgid "Rejected" |
83 | msgstr "" | 189 | msgstr "" |
84 | 190 | ||
85 | -#: app/helpers/language_helper.rb:20 | 191 | +#: app/helpers/language_helper.rb:22 |
86 | msgid "" | 192 | msgid "" |
87 | "The language you choose here is the language used for options, buttons, etc. " | 193 | "The language you choose here is the language used for options, buttons, etc. " |
88 | "It does not affect the language of the content created by other users." | 194 | "It does not affect the language of the content created by other users." |
@@ -105,17 +211,15 @@ msgid "Remove block" | @@ -105,17 +211,15 @@ msgid "Remove block" | ||
105 | msgstr "" | 211 | msgstr "" |
106 | 212 | ||
107 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 | 213 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 |
108 | -#: app/views/content_viewer/view_page.rhtml:26 app/views/cms/view.rhtml:70 | ||
109 | -#: app/views/role/index.rhtml:6 | 214 | +#: app/views/manage_products/index.rhtml:14 |
215 | +#: app/views/manage_products/index.rhtml:38 | ||
216 | +#: app/views/content_viewer/view_page.rhtml:33 app/views/cms/view.rhtml:65 | ||
217 | +#: app/views/role/index.rhtml:6 app/views/profile_members/index.rhtml:14 | ||
110 | msgid "Edit" | 218 | msgid "Edit" |
111 | msgstr "" | 219 | msgstr "" |
112 | 220 | ||
113 | -#: app/helpers/profile_helper.rb:6 | ||
114 | -msgid "This profile does not have any public information" | ||
115 | -msgstr "" | ||
116 | - | ||
117 | -#: app/helpers/profile_helper.rb:11 | ||
118 | -msgid "edit your informations" | 221 | +#: app/helpers/profile_helper.rb:7 |
222 | +msgid "edit your information" | ||
119 | msgstr "" | 223 | msgstr "" |
120 | 224 | ||
121 | #: app/helpers/tags_helper.rb:33 | 225 | #: app/helpers/tags_helper.rb:33 |
@@ -179,41 +283,49 @@ msgid "Type of category" | @@ -179,41 +283,49 @@ msgid "Type of category" | ||
179 | msgstr "" | 283 | msgstr "" |
180 | 284 | ||
181 | #: app/helpers/assets_helper.rb:7 | 285 | #: app/helpers/assets_helper.rb:7 |
182 | -#: app/controllers/public/search_controller.rb:52 app/views/cms/view.rhtml:25 | 286 | +#: app/controllers/public/search_controller.rb:92 |
183 | msgid "Articles" | 287 | msgid "Articles" |
184 | msgstr "" | 288 | msgstr "" |
185 | 289 | ||
186 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 | 290 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 |
187 | -#: app/controllers/public/search_controller.rb:55 | 291 | +#: app/controllers/public/search_controller.rb:94 |
188 | msgid "People" | 292 | msgid "People" |
189 | msgstr "" | 293 | msgstr "" |
190 | 294 | ||
191 | #: app/helpers/assets_helper.rb:9 | 295 | #: app/helpers/assets_helper.rb:9 |
192 | -#: app/controllers/public/search_controller.rb:57 | 296 | +#: app/controllers/public/search_controller.rb:96 |
193 | msgid "Products" | 297 | msgid "Products" |
194 | msgstr "" | 298 | msgstr "" |
195 | 299 | ||
196 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 | 300 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 |
197 | -#: app/controllers/public/search_controller.rb:54 | 301 | +#: app/controllers/public/search_controller.rb:93 |
198 | #: app/views/profile/index.rhtml:17 | 302 | #: app/views/profile/index.rhtml:17 |
199 | msgid "Enterprises" | 303 | msgid "Enterprises" |
200 | msgstr "" | 304 | msgstr "" |
201 | 305 | ||
202 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 | 306 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 |
203 | -#: app/controllers/public/search_controller.rb:56 | 307 | +#: app/controllers/public/search_controller.rb:95 |
204 | #: app/views/profile/index.rhtml:16 | 308 | #: app/views/profile/index.rhtml:16 |
205 | msgid "Communities" | 309 | msgid "Communities" |
206 | msgstr "" | 310 | msgstr "" |
207 | 311 | ||
208 | #: app/helpers/assets_helper.rb:12 | 312 | #: app/helpers/assets_helper.rb:12 |
209 | -#: app/controllers/public/search_controller.rb:53 | ||
210 | -msgid "Comments" | 313 | +#: app/controllers/public/search_controller.rb:97 |
314 | +msgid "Events" | ||
211 | msgstr "" | 315 | msgstr "" |
212 | 316 | ||
213 | #: app/models/enterprise.rb:5 | 317 | #: app/models/enterprise.rb:5 |
214 | msgid "Enterprise" | 318 | msgid "Enterprise" |
215 | msgstr "" | 319 | msgstr "" |
216 | 320 | ||
321 | +#: app/models/product_search_block.rb:4 | ||
322 | +msgid "A block to search products." | ||
323 | +msgstr "" | ||
324 | + | ||
325 | +#: app/models/product_search_block.rb:8 | ||
326 | +msgid "Product search" | ||
327 | +msgstr "" | ||
328 | + | ||
217 | #: app/models/community.rb:2 | 329 | #: app/models/community.rb:2 |
218 | msgid "Community" | 330 | msgid "Community" |
219 | msgstr "" | 331 | msgstr "" |
@@ -286,6 +398,22 @@ msgstr "" | @@ -286,6 +398,22 @@ msgstr "" | ||
286 | msgid "The task was cancelled at %s" | 398 | msgid "The task was cancelled at %s" |
287 | msgstr "" | 399 | msgstr "" |
288 | 400 | ||
401 | +#: app/models/favorite_enterprises_block.rb:4 | ||
402 | +msgid "Favorite Enterprises" | ||
403 | +msgstr "" | ||
404 | + | ||
405 | +#: app/models/favorite_enterprises_block.rb:8 | ||
406 | +msgid "This user's favorite enterprises." | ||
407 | +msgstr "" | ||
408 | + | ||
409 | +#: app/models/favorite_enterprises_block.rb:12 | ||
410 | +msgid "A block that displays your favorite enterprises" | ||
411 | +msgstr "" | ||
412 | + | ||
413 | +#: app/models/favorite_enterprises_block.rb:19 | ||
414 | +msgid "All favorite enterprises" | ||
415 | +msgstr "" | ||
416 | + | ||
289 | #: app/models/rss_feed.rb:77 | 417 | #: app/models/rss_feed.rb:77 |
290 | msgid "%s's RSS feed" | 418 | msgid "%s's RSS feed" |
291 | msgstr "" | 419 | msgstr "" |
@@ -394,6 +522,18 @@ msgstr "" | @@ -394,6 +522,18 @@ msgstr "" | ||
394 | msgid "Article|Advertise" | 522 | msgid "Article|Advertise" |
395 | msgstr "" | 523 | msgstr "" |
396 | 524 | ||
525 | +#: app/models/article.rb:- | ||
526 | +msgid "Article|Published" | ||
527 | +msgstr "" | ||
528 | + | ||
529 | +#: app/models/article.rb:- | ||
530 | +msgid "Article|Start date" | ||
531 | +msgstr "" | ||
532 | + | ||
533 | +#: app/models/article.rb:- | ||
534 | +msgid "Article|End date" | ||
535 | +msgstr "" | ||
536 | + | ||
397 | #: app/models/article.rb:9 | 537 | #: app/models/article.rb:9 |
398 | msgid "" | 538 | msgid "" |
399 | "%{fn} (the code generated from the article name) is already being used by " | 539 | "%{fn} (the code generated from the article name) is already being used by " |
@@ -404,26 +544,10 @@ msgstr "" | @@ -404,26 +544,10 @@ msgstr "" | ||
404 | msgid "Tag list" | 544 | msgid "Tag list" |
405 | msgstr "" | 545 | msgstr "" |
406 | 546 | ||
407 | -#: app/models/article.rb:80 | 547 | +#: app/models/article.rb:84 |
408 | msgid "HTML Text document" | 548 | msgid "HTML Text document" |
409 | msgstr "" | 549 | msgstr "" |
410 | 550 | ||
411 | -#: app/models/article.rb:89 | ||
412 | -msgid "Article" | ||
413 | -msgstr "" | ||
414 | - | ||
415 | -#: app/models/article.rb:91 | ||
416 | -msgid "\"%s\" article" | ||
417 | -msgstr "" | ||
418 | - | ||
419 | -#: app/models/article.rb:97 | ||
420 | -msgid "An ordinary article" | ||
421 | -msgstr "" | ||
422 | - | ||
423 | -#: app/models/article.rb:99 | ||
424 | -msgid "An article of type \"%s\"" | ||
425 | -msgstr "" | ||
426 | - | ||
427 | #: app/models/box.rb:- | 551 | #: app/models/box.rb:- |
428 | msgid "box" | 552 | msgid "box" |
429 | msgstr "" | 553 | msgstr "" |
@@ -566,56 +690,64 @@ msgstr "" | @@ -566,56 +690,64 @@ msgstr "" | ||
566 | msgid "Profile|Geocode precision" | 690 | msgid "Profile|Geocode precision" |
567 | msgstr "" | 691 | msgstr "" |
568 | 692 | ||
569 | -#: app/models/profile.rb:19 | 693 | +#: app/models/profile.rb:25 app/views/profile_editor/edit.rhtml:1 |
570 | msgid "Edit profile" | 694 | msgid "Edit profile" |
571 | msgstr "" | 695 | msgstr "" |
572 | 696 | ||
573 | -#: app/models/profile.rb:20 | 697 | +#: app/models/profile.rb:26 |
574 | msgid "Destroy profile" | 698 | msgid "Destroy profile" |
575 | msgstr "" | 699 | msgstr "" |
576 | 700 | ||
577 | -#: app/models/profile.rb:21 | 701 | +#: app/models/profile.rb:27 |
578 | msgid "Manage memberships" | 702 | msgid "Manage memberships" |
579 | msgstr "" | 703 | msgstr "" |
580 | 704 | ||
581 | -#: app/models/profile.rb:22 | 705 | +#: app/models/profile.rb:28 |
582 | msgid "Post content" | 706 | msgid "Post content" |
583 | msgstr "" | 707 | msgstr "" |
584 | 708 | ||
585 | -#: app/models/profile.rb:23 | 709 | +#: app/models/profile.rb:29 |
586 | msgid "Edit profile design" | 710 | msgid "Edit profile design" |
587 | msgstr "" | 711 | msgstr "" |
588 | 712 | ||
589 | -#: app/models/profile.rb:24 | 713 | +#: app/models/profile.rb:30 |
590 | msgid "Manage products" | 714 | msgid "Manage products" |
591 | msgstr "" | 715 | msgstr "" |
592 | 716 | ||
593 | -#: app/models/profile.rb:25 app/views/profile_editor/index.rhtml:25 | 717 | +#: app/models/profile.rb:31 app/views/profile_editor/index.rhtml:19 |
594 | msgid "Manage friends" | 718 | msgid "Manage friends" |
595 | msgstr "" | 719 | msgstr "" |
596 | 720 | ||
597 | -#: app/models/profile.rb:26 | 721 | +#: app/models/profile.rb:32 |
598 | msgid "Validate enterprise" | 722 | msgid "Validate enterprise" |
599 | msgstr "" | 723 | msgstr "" |
600 | 724 | ||
601 | -#: app/models/profile.rb:27 | ||
602 | -msgid "Peform task" | 725 | +#: app/models/profile.rb:33 |
726 | +msgid "Perform task" | ||
603 | msgstr "" | 727 | msgstr "" |
604 | 728 | ||
605 | -#: app/models/profile.rb:89 | 729 | +#: app/models/profile.rb:111 |
606 | msgid "An existing profile cannot be renamed." | 730 | msgid "An existing profile cannot be renamed." |
607 | msgstr "" | 731 | msgstr "" |
608 | 732 | ||
609 | -#: app/models/profile.rb:265 | 733 | +#: app/models/profile.rb:266 |
610 | msgid "%s's home page" | 734 | msgid "%s's home page" |
611 | msgstr "" | 735 | msgstr "" |
612 | 736 | ||
613 | -#: app/models/profile.rb:265 | 737 | +#: app/models/profile.rb:266 |
614 | msgid "" | 738 | msgid "" |
615 | "<p>This is a default homepage created for %s. It can be changed though the " | 739 | "<p>This is a default homepage created for %s. It can be changed though the " |
616 | "control panel.</p>" | 740 | "control panel.</p>" |
617 | msgstr "" | 741 | msgstr "" |
618 | 742 | ||
743 | +#: app/models/profile.rb:285 | ||
744 | +msgid "%s can't has members" | ||
745 | +msgstr "" | ||
746 | + | ||
747 | +#: app/models/profile.rb:302 | ||
748 | +msgid "%s can't has moderators" | ||
749 | +msgstr "" | ||
750 | + | ||
619 | #: app/models/category.rb:- | 751 | #: app/models/category.rb:- |
620 | msgid "category" | 752 | msgid "category" |
621 | msgstr "" | 753 | msgstr "" |
@@ -799,6 +931,10 @@ msgstr "" | @@ -799,6 +931,10 @@ msgstr "" | ||
799 | msgid "User|Environment" | 931 | msgid "User|Environment" |
800 | msgstr "" | 932 | msgstr "" |
801 | 933 | ||
934 | +#: app/models/user.rb:- | ||
935 | +msgid "User|Password type" | ||
936 | +msgstr "" | ||
937 | + | ||
802 | #: app/models/user.rb:7 | 938 | #: app/models/user.rb:7 |
803 | msgid "User|Password" | 939 | msgid "User|Password" |
804 | msgstr "" | 940 | msgstr "" |
@@ -835,6 +971,14 @@ msgstr "" | @@ -835,6 +971,14 @@ msgstr "" | ||
835 | msgid "Block|Position" | 971 | msgid "Block|Position" |
836 | msgstr "" | 972 | msgstr "" |
837 | 973 | ||
974 | +#: app/models/folder.rb:4 | ||
975 | +msgid "Folder" | ||
976 | +msgstr "" | ||
977 | + | ||
978 | +#: app/models/folder.rb:8 | ||
979 | +msgid "A folder, inside which you can put other articles." | ||
980 | +msgstr "" | ||
981 | + | ||
838 | #: app/models/communities_block.rb:4 | 982 | #: app/models/communities_block.rb:4 |
839 | msgid "A block that displays your communities" | 983 | msgid "A block that displays your communities" |
840 | msgstr "" | 984 | msgstr "" |
@@ -847,46 +991,6 @@ msgstr "" | @@ -847,46 +991,6 @@ msgstr "" | ||
847 | msgid "All communities" | 991 | msgid "All communities" |
848 | msgstr "" | 992 | msgstr "" |
849 | 993 | ||
850 | -#: app/models/organization_info.rb:- | ||
851 | -msgid "organization info" | ||
852 | -msgstr "" | ||
853 | - | ||
854 | -#: app/models/organization_info.rb:- | ||
855 | -msgid "OrganizationInfo|Organization" | ||
856 | -msgstr "" | ||
857 | - | ||
858 | -#: app/models/organization_info.rb:- | ||
859 | -msgid "OrganizationInfo|Contact person" | ||
860 | -msgstr "" | ||
861 | - | ||
862 | -#: app/models/organization_info.rb:- | ||
863 | -msgid "OrganizationInfo|Contact email" | ||
864 | -msgstr "" | ||
865 | - | ||
866 | -#: app/models/organization_info.rb:- | ||
867 | -msgid "OrganizationInfo|Acronym" | ||
868 | -msgstr "" | ||
869 | - | ||
870 | -#: app/models/organization_info.rb:- | ||
871 | -msgid "OrganizationInfo|Foundation year" | ||
872 | -msgstr "" | ||
873 | - | ||
874 | -#: app/models/organization_info.rb:- | ||
875 | -msgid "OrganizationInfo|Legal form" | ||
876 | -msgstr "" | ||
877 | - | ||
878 | -#: app/models/organization_info.rb:- | ||
879 | -msgid "OrganizationInfo|Economic activity" | ||
880 | -msgstr "" | ||
881 | - | ||
882 | -#: app/models/organization_info.rb:- | ||
883 | -msgid "OrganizationInfo|Management information" | ||
884 | -msgstr "" | ||
885 | - | ||
886 | -#: app/models/organization_info.rb:- | ||
887 | -msgid "OrganizationInfo|Validated" | ||
888 | -msgstr "" | ||
889 | - | ||
890 | #: app/models/article_categorization.rb:- | 994 | #: app/models/article_categorization.rb:- |
891 | msgid "articles category" | 995 | msgid "articles category" |
892 | msgstr "" | 996 | msgstr "" |
@@ -919,58 +1023,6 @@ msgstr "" | @@ -919,58 +1023,6 @@ msgstr "" | ||
919 | msgid "Consumption|Aditional specifications" | 1023 | msgid "Consumption|Aditional specifications" |
920 | msgstr "" | 1024 | msgstr "" |
921 | 1025 | ||
922 | -#: app/models/person_info.rb:- | ||
923 | -msgid "person info" | ||
924 | -msgstr "" | ||
925 | - | ||
926 | -#: app/models/person_info.rb:- | ||
927 | -msgid "PersonInfo|Name" | ||
928 | -msgstr "" | ||
929 | - | ||
930 | -#: app/models/person_info.rb:- | ||
931 | -msgid "PersonInfo|Photo" | ||
932 | -msgstr "" | ||
933 | - | ||
934 | -#: app/models/person_info.rb:- | ||
935 | -msgid "PersonInfo|Contact information" | ||
936 | -msgstr "" | ||
937 | - | ||
938 | -#: app/models/person_info.rb:- | ||
939 | -msgid "PersonInfo|Birth date" | ||
940 | -msgstr "" | ||
941 | - | ||
942 | -#: app/models/person_info.rb:- | ||
943 | -msgid "PersonInfo|Sex" | ||
944 | -msgstr "" | ||
945 | - | ||
946 | -#: app/models/person_info.rb:- | ||
947 | -msgid "PersonInfo|Address" | ||
948 | -msgstr "" | ||
949 | - | ||
950 | -#: app/models/person_info.rb:- | ||
951 | -msgid "PersonInfo|City" | ||
952 | -msgstr "" | ||
953 | - | ||
954 | -#: app/models/person_info.rb:- | ||
955 | -msgid "PersonInfo|State" | ||
956 | -msgstr "" | ||
957 | - | ||
958 | -#: app/models/person_info.rb:- | ||
959 | -msgid "PersonInfo|Country" | ||
960 | -msgstr "" | ||
961 | - | ||
962 | -#: app/models/person_info.rb:- | ||
963 | -msgid "PersonInfo|Created at" | ||
964 | -msgstr "" | ||
965 | - | ||
966 | -#: app/models/person_info.rb:- | ||
967 | -msgid "PersonInfo|Updated at" | ||
968 | -msgstr "" | ||
969 | - | ||
970 | -#: app/models/person_info.rb:- | ||
971 | -msgid "PersonInfo|Person" | ||
972 | -msgstr "" | ||
973 | - | ||
974 | #: app/models/profile_list_block.rb:6 | 1026 | #: app/models/profile_list_block.rb:6 |
975 | msgid "A block that displays random profiles" | 1027 | msgid "A block that displays random profiles" |
976 | msgstr "" | 1028 | msgstr "" |
@@ -984,7 +1036,7 @@ msgid "Clicking on the people or groups will take you to their home page." | @@ -984,7 +1036,7 @@ msgid "Clicking on the people or groups will take you to their home page." | ||
984 | msgstr "" | 1036 | msgstr "" |
985 | 1037 | ||
986 | #: app/models/profile_list_block.rb:69 | 1038 | #: app/models/profile_list_block.rb:69 |
987 | -#: app/views/search/_display_results.rhtml:39 | 1039 | +#: app/views/search/_display_results.rhtml:40 app/views/cms/view.rhtml:73 |
988 | msgid "None" | 1040 | msgid "None" |
989 | msgstr "" | 1041 | msgstr "" |
990 | 1042 | ||
@@ -1024,7 +1076,7 @@ msgstr "" | @@ -1024,7 +1076,7 @@ msgstr "" | ||
1024 | msgid "Comment|Created at" | 1076 | msgid "Comment|Created at" |
1025 | msgstr "" | 1077 | msgstr "" |
1026 | 1078 | ||
1027 | -#: app/models/comment.rb:18 | 1079 | +#: app/models/comment.rb:16 |
1028 | msgid "%{fn} can only be informed for unauthenticated authors" | 1080 | msgid "%{fn} can only be informed for unauthenticated authors" |
1029 | msgstr "" | 1081 | msgstr "" |
1030 | 1082 | ||
@@ -1108,6 +1160,10 @@ msgstr "" | @@ -1108,6 +1160,10 @@ msgstr "" | ||
1108 | msgid "Thumbnail|Thumbnail" | 1160 | msgid "Thumbnail|Thumbnail" |
1109 | msgstr "" | 1161 | msgstr "" |
1110 | 1162 | ||
1163 | +#: app/models/sellers_search_block.rb:4 | ||
1164 | +msgid "A search for enterprises by products selled and local" | ||
1165 | +msgstr "" | ||
1166 | + | ||
1111 | #: app/models/person.rb:10 | 1167 | #: app/models/person.rb:10 |
1112 | msgid "friends" | 1168 | msgid "friends" |
1113 | msgstr "" | 1169 | msgstr "" |
@@ -1246,7 +1302,7 @@ msgstr "" | @@ -1246,7 +1302,7 @@ msgstr "" | ||
1246 | msgid "The data provided by the enterprise was the following:\n" | 1302 | msgid "The data provided by the enterprise was the following:\n" |
1247 | msgstr "" | 1303 | msgstr "" |
1248 | 1304 | ||
1249 | -#: app/models/create_enterprise.rb:150 | 1305 | +#: app/models/create_enterprise.rb:150 app/views/memberships/index.rhtml:12 |
1250 | msgid "Name: %s" | 1306 | msgid "Name: %s" |
1251 | msgstr "" | 1307 | msgstr "" |
1252 | 1308 | ||
@@ -1344,7 +1400,11 @@ msgstr "" | @@ -1344,7 +1400,11 @@ msgstr "" | ||
1344 | msgid "%{fn} must not start with www." | 1400 | msgid "%{fn} must not start with www." |
1345 | msgstr "" | 1401 | msgstr "" |
1346 | 1402 | ||
1347 | -#: app/models/add_friend.rb:25 | 1403 | +#: app/models/add_member.rb:25 |
1404 | +msgid "%s wants to be a member" | ||
1405 | +msgstr "" | ||
1406 | + | ||
1407 | +#: app/models/add_friend.rb:27 | ||
1348 | msgid "%s wants to be your friend" | 1408 | msgid "%s wants to be your friend" |
1349 | msgstr "" | 1409 | msgstr "" |
1350 | 1410 | ||
@@ -1426,6 +1486,31 @@ msgid "" | @@ -1426,6 +1486,31 @@ msgid "" | ||
1426 | "<i>%{env}</i> and useful links." | 1486 | "<i>%{env}</i> and useful links." |
1427 | msgstr "" | 1487 | msgstr "" |
1428 | 1488 | ||
1489 | +#: app/models/event.rb:13 | ||
1490 | +msgid "%{fn} cannot come before end date." | ||
1491 | +msgstr "" | ||
1492 | + | ||
1493 | +#: app/models/event.rb:18 | ||
1494 | +msgid "A calendar event" | ||
1495 | +msgstr "" | ||
1496 | + | ||
1497 | +#: app/models/event.rb:22 | ||
1498 | +msgid "Event" | ||
1499 | +msgstr "" | ||
1500 | + | ||
1501 | +#: app/models/event.rb:67 | ||
1502 | +msgid "URL:" | ||
1503 | +msgstr "" | ||
1504 | + | ||
1505 | +#: app/models/event.rb:71 app/views/enterprise_editor/index.rhtml:6 | ||
1506 | +#: app/views/cms/_event.rhtml:14 | ||
1507 | +msgid "Address:" | ||
1508 | +msgstr "" | ||
1509 | + | ||
1510 | +#: app/models/event.rb:75 | ||
1511 | +msgid "When:" | ||
1512 | +msgstr "" | ||
1513 | + | ||
1429 | #: app/models/members_block.rb:4 | 1514 | #: app/models/members_block.rb:4 |
1430 | msgid "A block that displays members." | 1515 | msgid "A block that displays members." |
1431 | msgstr "" | 1516 | msgstr "" |
@@ -1479,48 +1564,64 @@ msgstr "" | @@ -1479,48 +1564,64 @@ msgstr "" | ||
1479 | msgid "Failed to edit role" | 1564 | msgid "Failed to edit role" |
1480 | msgstr "" | 1565 | msgstr "" |
1481 | 1566 | ||
1482 | -#: app/controllers/my_profile/consumed_products_controller.rb:15 | ||
1483 | -#: app/controllers/my_profile/manage_products_controller.rb:21 | 1567 | +#: app/controllers/my_profile/memberships_controller.rb:13 |
1568 | +msgid "%s administrator still needs to accept you as member." | ||
1569 | +msgstr "" | ||
1570 | + | ||
1571 | +#: app/controllers/my_profile/friends_controller.rb:15 | ||
1572 | +msgid "%s still needs to accept being your friend." | ||
1573 | +msgstr "" | ||
1574 | + | ||
1575 | +#: app/controllers/my_profile/cms_controller.rb:97 | ||
1576 | +msgid "Article \"%s\" configured as home page." | ||
1577 | +msgstr "" | ||
1578 | + | ||
1579 | +#: app/controllers/my_profile/manage_products_controller.rb:22 | ||
1484 | msgid "Product succesfully created" | 1580 | msgid "Product succesfully created" |
1485 | msgstr "" | 1581 | msgstr "" |
1486 | 1582 | ||
1487 | -#: app/controllers/my_profile/consumed_products_controller.rb:18 | ||
1488 | -#: app/controllers/my_profile/manage_products_controller.rb:24 | 1583 | +#: app/controllers/my_profile/manage_products_controller.rb:25 |
1489 | msgid "Could not create the product" | 1584 | msgid "Could not create the product" |
1490 | msgstr "" | 1585 | msgstr "" |
1491 | 1586 | ||
1492 | -#: app/controllers/my_profile/consumed_products_controller.rb:26 | ||
1493 | -#: app/controllers/my_profile/manage_products_controller.rb:46 | 1587 | +#: app/controllers/my_profile/manage_products_controller.rb:36 |
1588 | +msgid "Product succesfully updated" | ||
1589 | +msgstr "" | ||
1590 | + | ||
1591 | +#: app/controllers/my_profile/manage_products_controller.rb:39 | ||
1592 | +msgid "Could not update the product" | ||
1593 | +msgstr "" | ||
1594 | + | ||
1595 | +#: app/controllers/my_profile/manage_products_controller.rb:47 | ||
1494 | msgid "Product succesfully removed" | 1596 | msgid "Product succesfully removed" |
1495 | msgstr "" | 1597 | msgstr "" |
1496 | 1598 | ||
1497 | -#: app/controllers/my_profile/consumed_products_controller.rb:28 | ||
1498 | -#: app/controllers/my_profile/manage_products_controller.rb:49 | 1599 | +#: app/controllers/my_profile/manage_products_controller.rb:50 |
1499 | msgid "Could not remove the product" | 1600 | msgid "Could not remove the product" |
1500 | msgstr "" | 1601 | msgstr "" |
1501 | 1602 | ||
1502 | -#: app/controllers/my_profile/profile_editor_controller.rb:27 | ||
1503 | -msgid "Image successfully uploaded" | 1603 | +#: app/controllers/my_profile/manage_products_controller.rb:65 |
1604 | +msgid "Raw material succesfully created" | ||
1504 | msgstr "" | 1605 | msgstr "" |
1505 | 1606 | ||
1506 | -#: app/controllers/my_profile/profile_editor_controller.rb:30 | ||
1507 | -msgid "Could not upload image" | 1607 | +#: app/controllers/my_profile/manage_products_controller.rb:68 |
1608 | +msgid "Could not create the raw material" | ||
1508 | msgstr "" | 1609 | msgstr "" |
1509 | 1610 | ||
1510 | -#: app/controllers/my_profile/friends_controller.rb:14 | ||
1511 | -msgid "%s still needs to accept being your friend." | 1611 | +#: app/controllers/my_profile/manage_products_controller.rb:76 |
1612 | +msgid "Raw material succesfully removed" | ||
1512 | msgstr "" | 1613 | msgstr "" |
1513 | 1614 | ||
1514 | -#: app/controllers/my_profile/cms_controller.rb:92 | ||
1515 | -msgid "Article \"%s\" configured as home page." | 1615 | +#: app/controllers/my_profile/manage_products_controller.rb:78 |
1616 | +msgid "Could not remove the raw material" | ||
1516 | msgstr "" | 1617 | msgstr "" |
1517 | 1618 | ||
1518 | -#: app/controllers/my_profile/manage_products_controller.rb:35 | ||
1519 | -msgid "Product succesfully updated" | 1619 | +#: app/controllers/my_profile/manage_products_controller.rb:87 |
1620 | +msgid "Raw material succesfully updated" | ||
1520 | msgstr "" | 1621 | msgstr "" |
1521 | 1622 | ||
1522 | -#: app/controllers/my_profile/manage_products_controller.rb:38 | ||
1523 | -msgid "Could not update the product" | 1623 | +#: app/controllers/my_profile/manage_products_controller.rb:90 |
1624 | +msgid "Could not update the raw material" | ||
1524 | msgstr "" | 1625 | msgstr "" |
1525 | 1626 | ||
1526 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 | 1627 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 |
@@ -1535,24 +1636,28 @@ msgstr "" | @@ -1535,24 +1636,28 @@ msgstr "" | ||
1535 | msgid "This action is not available for \"%s\"." | 1636 | msgid "This action is not available for \"%s\"." |
1536 | msgstr "" | 1637 | msgstr "" |
1537 | 1638 | ||
1538 | -#: app/controllers/public/search_controller.rb:82 | 1639 | +#: app/controllers/public/search_controller.rb:165 |
1539 | msgid "Recently registered people" | 1640 | msgid "Recently registered people" |
1540 | msgstr "" | 1641 | msgstr "" |
1541 | 1642 | ||
1542 | -#: app/controllers/public/search_controller.rb:83 | 1643 | +#: app/controllers/public/search_controller.rb:166 |
1543 | msgid "Recently created communities" | 1644 | msgid "Recently created communities" |
1544 | msgstr "" | 1645 | msgstr "" |
1545 | 1646 | ||
1546 | -#: app/controllers/public/search_controller.rb:84 | 1647 | +#: app/controllers/public/search_controller.rb:167 |
1547 | msgid "Recent articles" | 1648 | msgid "Recent articles" |
1548 | msgstr "" | 1649 | msgstr "" |
1549 | 1650 | ||
1550 | -#: app/controllers/public/search_controller.rb:85 | ||
1551 | -msgid "Recent comments" | 1651 | +#: app/controllers/public/search_controller.rb:168 |
1652 | +msgid "Most commented articles" | ||
1552 | msgstr "" | 1653 | msgstr "" |
1553 | 1654 | ||
1554 | -#: app/controllers/public/search_controller.rb:86 | ||
1555 | -msgid "Most commented articles" | 1655 | +#: app/controllers/public/search_controller.rb:169 |
1656 | +msgid "Recently created enterprises" | ||
1657 | +msgstr "" | ||
1658 | + | ||
1659 | +#: app/controllers/public/search_controller.rb:170 | ||
1660 | +msgid "Recently added events" | ||
1556 | msgstr "" | 1661 | msgstr "" |
1557 | 1662 | ||
1558 | #: app/controllers/public/account_controller.rb:21 | 1663 | #: app/controllers/public/account_controller.rb:21 |
@@ -1579,7 +1684,7 @@ msgstr "" | @@ -1579,7 +1684,7 @@ msgstr "" | ||
1579 | msgid "The supplied current password is incorrect." | 1684 | msgid "The supplied current password is incorrect." |
1580 | msgstr "" | 1685 | msgstr "" |
1581 | 1686 | ||
1582 | -#: app/controllers/public/content_viewer_controller.rb:65 | 1687 | +#: app/controllers/public/content_viewer_controller.rb:77 |
1583 | msgid "Comment succesfully deleted" | 1688 | msgid "Comment succesfully deleted" |
1584 | msgstr "" | 1689 | msgstr "" |
1585 | 1690 | ||
@@ -1599,27 +1704,40 @@ msgstr "" | @@ -1599,27 +1704,40 @@ msgstr "" | ||
1599 | msgid "%s is a member of the following groups:" | 1704 | msgid "%s is a member of the following groups:" |
1600 | msgstr "" | 1705 | msgstr "" |
1601 | 1706 | ||
1602 | -#: app/views/memberships/index.rhtml:10 | ||
1603 | -#: app/views/content_viewer/_comment_form.rhtml:24 | ||
1604 | -#: app/views/enterprise_editor/_form.rhtml:1 | ||
1605 | -#: app/views/enterprise_validation/_details.rhtml:3 | ||
1606 | -msgid "Name" | 1707 | +#: app/views/memberships/index.rhtml:13 |
1708 | +msgid "Role: %s" | ||
1607 | msgstr "" | 1709 | msgstr "" |
1608 | 1710 | ||
1609 | -#: app/views/memberships/index.rhtml:11 | ||
1610 | -msgid "Type" | 1711 | +#: app/views/memberships/index.rhtml:14 |
1712 | +msgid "Type: %s" | ||
1611 | msgstr "" | 1713 | msgstr "" |
1612 | 1714 | ||
1613 | -#: app/views/memberships/index.rhtml:12 | ||
1614 | -msgid "Actions" | 1715 | +#: app/views/memberships/index.rhtml:15 |
1716 | +msgid "Description: %s" | ||
1717 | +msgstr "" | ||
1718 | + | ||
1719 | +#: app/views/memberships/index.rhtml:16 | ||
1720 | +msgid "Members: %s" | ||
1721 | +msgstr "" | ||
1722 | + | ||
1723 | +#: app/views/memberships/index.rhtml:17 | ||
1724 | +msgid "Created at: %s" | ||
1615 | msgstr "" | 1725 | msgstr "" |
1616 | 1726 | ||
1617 | -#: app/views/memberships/index.rhtml:19 | 1727 | +#: app/views/memberships/index.rhtml:18 |
1728 | +msgid "Actions: %s" | ||
1729 | +msgstr "" | ||
1730 | + | ||
1731 | +#: app/views/memberships/index.rhtml:18 | ||
1618 | msgid "Manage" | 1732 | msgid "Manage" |
1619 | msgstr "" | 1733 | msgstr "" |
1620 | 1734 | ||
1735 | +#: app/views/memberships/index.rhtml:18 | ||
1736 | +msgid "Leave" | ||
1737 | +msgstr "" | ||
1738 | + | ||
1621 | #: app/views/memberships/index.rhtml:26 | 1739 | #: app/views/memberships/index.rhtml:26 |
1622 | -#: app/views/profile_editor/index.rhtml:49 | 1740 | +#: app/views/profile_editor/index.rhtml:41 |
1623 | #: app/views/profile/enterprises.rhtml:15 | 1741 | #: app/views/profile/enterprises.rhtml:15 |
1624 | msgid "Register a new Enterprise" | 1742 | msgid "Register a new Enterprise" |
1625 | msgstr "" | 1743 | msgstr "" |
@@ -1630,7 +1748,10 @@ msgstr "" | @@ -1630,7 +1748,10 @@ msgstr "" | ||
1630 | 1748 | ||
1631 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 | 1749 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 |
1632 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 | 1750 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 |
1633 | -#: app/views/profile/communities.rhtml:13 app/views/friends/index.rhtml:29 | 1751 | +#: app/views/profile/communities.rhtml:13 |
1752 | +#: app/views/profile/favorite_enterprises.rhtml:13 | ||
1753 | +#: app/views/favorite_enterprises/index.rhtml:29 | ||
1754 | +#: app/views/friends/index.rhtml:29 | ||
1634 | msgid "Go back" | 1755 | msgid "Go back" |
1635 | msgstr "" | 1756 | msgstr "" |
1636 | 1757 | ||
@@ -1646,10 +1767,22 @@ msgstr "" | @@ -1646,10 +1767,22 @@ msgstr "" | ||
1646 | msgid "Yes, I want to join." | 1767 | msgid "Yes, I want to join." |
1647 | msgstr "" | 1768 | msgstr "" |
1648 | 1769 | ||
1649 | -#: app/views/memberships/join.rhtml:10 | 1770 | +#: app/views/memberships/join.rhtml:10 app/views/memberships/leave.rhtml:10 |
1650 | msgid "No, I don't want." | 1771 | msgid "No, I don't want." |
1651 | msgstr "" | 1772 | msgstr "" |
1652 | 1773 | ||
1774 | +#: app/views/memberships/leave.rhtml:1 | ||
1775 | +msgid "Leaving %s" | ||
1776 | +msgstr "" | ||
1777 | + | ||
1778 | +#: app/views/memberships/leave.rhtml:4 | ||
1779 | +msgid "Are you sure you want to leave %s?" | ||
1780 | +msgstr "" | ||
1781 | + | ||
1782 | +#: app/views/memberships/leave.rhtml:9 | ||
1783 | +msgid "Yes, I want to leave." | ||
1784 | +msgstr "" | ||
1785 | + | ||
1653 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 | 1786 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 |
1654 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 | 1787 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 |
1655 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 | 1788 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 |
@@ -1675,13 +1808,16 @@ msgstr "" | @@ -1675,13 +1808,16 @@ msgstr "" | ||
1675 | msgid "New category" | 1808 | msgid "New category" |
1676 | msgstr "" | 1809 | msgstr "" |
1677 | 1810 | ||
1678 | -#: app/views/categories/_form.rhtml:17 app/views/box_organizer/edit.rhtml:8 | 1811 | +#: app/views/categories/_form.rhtml:18 app/views/manage_products/_form.rhtml:8 |
1812 | +#: app/views/profile_editor/edit.rhtml:11 | ||
1813 | +msgid "Image:" | ||
1814 | +msgstr "" | ||
1815 | + | ||
1816 | +#: app/views/categories/_form.rhtml:22 app/views/box_organizer/edit.rhtml:8 | ||
1679 | #: app/views/admin_panel/site_info.rhtml:10 | 1817 | #: app/views/admin_panel/site_info.rhtml:10 |
1680 | -#: app/views/profile_editor/person_info.rhtml:15 | ||
1681 | -#: app/views/profile_editor/organization_info.rhtml:12 | ||
1682 | -#: app/views/profile_editor/edit_categories.rhtml:4 | 1818 | +#: app/views/profile_editor/edit.rhtml:43 |
1683 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 | 1819 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 |
1684 | -#: app/views/cms/edit.rhtml:19 | 1820 | +#: app/views/cms/edit.rhtml:12 app/views/cms/edit.rhtml:33 |
1685 | msgid "Save" | 1821 | msgid "Save" |
1686 | msgstr "" | 1822 | msgstr "" |
1687 | 1823 | ||
@@ -1690,6 +1826,8 @@ msgid "Add subcategory" | @@ -1690,6 +1826,8 @@ msgid "Add subcategory" | ||
1690 | msgstr "" | 1826 | msgstr "" |
1691 | 1827 | ||
1692 | #: app/views/categories/_category.rhtml:9 | 1828 | #: app/views/categories/_category.rhtml:9 |
1829 | +#: app/views/manage_products/index.rhtml:39 | ||
1830 | +#: app/views/profile_members/index.rhtml:15 | ||
1693 | msgid "Remove" | 1831 | msgid "Remove" |
1694 | msgstr "" | 1832 | msgstr "" |
1695 | 1833 | ||
@@ -1702,29 +1840,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | @@ -1702,29 +1840,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | ||
1702 | msgstr "" | 1840 | msgstr "" |
1703 | 1841 | ||
1704 | #: app/views/categories/edit.rhtml:1 | 1842 | #: app/views/categories/edit.rhtml:1 |
1843 | +#: app/views/manage_products/edit_consumption.rhtml:1 | ||
1705 | msgid "Editing %s" | 1844 | msgid "Editing %s" |
1706 | msgstr "" | 1845 | msgstr "" |
1707 | 1846 | ||
1708 | -#: app/views/manage_products/_subcategories.rhtml:1 | 1847 | +#: app/views/manage_products/_subcategories.rhtml:3 |
1709 | msgid "Current category:" | 1848 | msgid "Current category:" |
1710 | msgstr "" | 1849 | msgstr "" |
1711 | 1850 | ||
1712 | -#: app/views/manage_products/_subcategories.rhtml:15 | ||
1713 | -msgid "Select a subcategory:" | 1851 | +#: app/views/manage_products/_subcategories.rhtml:8 |
1852 | +#: app/views/manage_products/index.rhtml:47 | ||
1853 | +#: app/views/environment_role_manager/index.rhtml:13 | ||
1854 | +#: app/views/enterprise_editor/index.rhtml:22 | ||
1855 | +#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1856 | +#: app/views/enterprise_validation/details.rhtml:3 | ||
1857 | +#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1858 | +#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1859 | +#: app/views/profile_members/index.rhtml:21 app/views/tasks/processed.rhtml:23 | ||
1860 | +msgid "Back" | ||
1714 | msgstr "" | 1861 | msgstr "" |
1715 | 1862 | ||
1716 | -#: app/views/manage_products/_show_thumbnail.rhtml:5 | ||
1717 | -msgid "Change image" | 1863 | +#: app/views/manage_products/_subcategories.rhtml:22 |
1864 | +msgid "Select a category:" | ||
1865 | +msgstr "" | ||
1866 | + | ||
1867 | +#: app/views/manage_products/_subcategories.rhtml:24 | ||
1868 | +msgid "Select a subcategory:" | ||
1718 | msgstr "" | 1869 | msgstr "" |
1719 | 1870 | ||
1720 | #: app/views/manage_products/show.rhtml:4 | 1871 | #: app/views/manage_products/show.rhtml:4 |
1721 | #: app/views/manage_products/_form.rhtml:5 | 1872 | #: app/views/manage_products/_form.rhtml:5 |
1722 | -#: app/views/manage_products/index.rhtml:7 | ||
1723 | msgid "Price:" | 1873 | msgid "Price:" |
1724 | msgstr "" | 1874 | msgstr "" |
1725 | 1875 | ||
1726 | #: app/views/manage_products/show.rhtml:5 | 1876 | #: app/views/manage_products/show.rhtml:5 |
1727 | -#: app/views/manage_products/_form.rhtml:6 | 1877 | +#: app/views/manage_products/_form.rhtml:6 app/views/cms/_folder.rhtml:7 |
1728 | msgid "Description:" | 1878 | msgid "Description:" |
1729 | msgstr "" | 1879 | msgstr "" |
1730 | 1880 | ||
@@ -1733,12 +1883,10 @@ msgid "Category:" | @@ -1733,12 +1883,10 @@ msgid "Category:" | ||
1733 | msgstr "" | 1883 | msgstr "" |
1734 | 1884 | ||
1735 | #: app/views/manage_products/show.rhtml:8 | 1885 | #: app/views/manage_products/show.rhtml:8 |
1736 | -#: app/views/manage_products/index.rhtml:8 | ||
1737 | msgid "edit" | 1886 | msgid "edit" |
1738 | msgstr "" | 1887 | msgstr "" |
1739 | 1888 | ||
1740 | #: app/views/manage_products/show.rhtml:9 | 1889 | #: app/views/manage_products/show.rhtml:9 |
1741 | -#: app/views/manage_products/index.rhtml:9 | ||
1742 | msgid "destroy" | 1890 | msgid "destroy" |
1743 | msgstr "" | 1891 | msgstr "" |
1744 | 1892 | ||
@@ -1747,7 +1895,6 @@ msgid "back" | @@ -1747,7 +1895,6 @@ msgid "back" | ||
1747 | msgstr "" | 1895 | msgstr "" |
1748 | 1896 | ||
1749 | #: app/views/manage_products/new.rhtml:1 | 1897 | #: app/views/manage_products/new.rhtml:1 |
1750 | -#: app/views/manage_products/index.rhtml:3 | ||
1751 | msgid "New product" | 1898 | msgid "New product" |
1752 | msgstr "" | 1899 | msgstr "" |
1753 | 1900 | ||
@@ -1755,43 +1902,75 @@ msgstr "" | @@ -1755,43 +1902,75 @@ msgstr "" | ||
1755 | msgid "Name:" | 1902 | msgid "Name:" |
1756 | msgstr "" | 1903 | msgstr "" |
1757 | 1904 | ||
1758 | -#: app/views/manage_products/_form.rhtml:7 | ||
1759 | -msgid "Image:" | ||
1760 | -msgstr "" | ||
1761 | - | ||
1762 | -#: app/views/manage_products/_form.rhtml:14 | 1905 | +#: app/views/manage_products/_form.rhtml:16 |
1763 | msgid "Create product" | 1906 | msgid "Create product" |
1764 | msgstr "" | 1907 | msgstr "" |
1765 | 1908 | ||
1766 | -#: app/views/manage_products/_form.rhtml:14 | 1909 | +#: app/views/manage_products/_form.rhtml:16 |
1910 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1767 | #: app/views/environment_role_manager/change_role.rhtml:12 | 1911 | #: app/views/environment_role_manager/change_role.rhtml:12 |
1768 | #: app/views/role/_form.rhtml:13 | 1912 | #: app/views/role/_form.rhtml:13 |
1769 | -#: app/views/profile_members/change_role.rhtml:13 | 1913 | +#: app/views/profile_members/change_role.rhtml:12 |
1770 | #: app/views/features/_features_table.rhtml:16 | 1914 | #: app/views/features/_features_table.rhtml:16 |
1771 | msgid "Save changes" | 1915 | msgid "Save changes" |
1772 | msgstr "" | 1916 | msgstr "" |
1773 | 1917 | ||
1774 | #: app/views/manage_products/index.rhtml:1 | 1918 | #: app/views/manage_products/index.rhtml:1 |
1775 | -#: app/views/consumed_products/index.rhtml:1 | ||
1776 | -msgid "Listing products" | 1919 | +msgid "Listing products and services" |
1777 | msgstr "" | 1920 | msgstr "" |
1778 | 1921 | ||
1779 | -#: app/views/manage_products/index.rhtml:12 | ||
1780 | -#: app/views/environment_role_manager/index.rhtml:13 | ||
1781 | -#: app/views/enterprise_editor/index.rhtml:22 | ||
1782 | -#: app/views/consumed_products/index.rhtml:12 | ||
1783 | -#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1784 | -#: app/views/enterprise_validation/details.rhtml:3 | ||
1785 | -#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1786 | -#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1787 | -#: app/views/profile_members/index.rhtml:13 app/views/tasks/processed.rhtml:23 | ||
1788 | -msgid "Back" | 1922 | +#: app/views/manage_products/index.rhtml:5 |
1923 | +msgid "Product" | ||
1924 | +msgstr "" | ||
1925 | + | ||
1926 | +#: app/views/manage_products/index.rhtml:6 | ||
1927 | +msgid "Price" | ||
1928 | +msgstr "" | ||
1929 | + | ||
1930 | +#: app/views/manage_products/index.rhtml:7 | ||
1931 | +#: app/views/manage_products/index.rhtml:28 app/views/cms/view.rhtml:26 | ||
1932 | +#: app/views/profile_members/index.rhtml:8 | ||
1933 | +msgid "Actions" | ||
1934 | +msgstr "" | ||
1935 | + | ||
1936 | +#: app/views/manage_products/index.rhtml:15 app/views/role/index.rhtml:7 | ||
1937 | +msgid "Destroy" | ||
1938 | +msgstr "" | ||
1939 | + | ||
1940 | +#: app/views/manage_products/index.rhtml:21 | ||
1941 | +msgid "New product or service" | ||
1942 | +msgstr "" | ||
1943 | + | ||
1944 | +#: app/views/manage_products/index.rhtml:23 | ||
1945 | +msgid "Listing raw materials" | ||
1946 | +msgstr "" | ||
1947 | + | ||
1948 | +#: app/views/manage_products/index.rhtml:27 | ||
1949 | +msgid "Raw material" | ||
1950 | +msgstr "" | ||
1951 | + | ||
1952 | +#: app/views/manage_products/index.rhtml:39 | ||
1953 | +msgid "Are you sure, you want to remove this raw material from your list" | ||
1954 | +msgstr "" | ||
1955 | + | ||
1956 | +#: app/views/manage_products/index.rhtml:45 | ||
1957 | +#: app/views/manage_products/new_consumption.rhtml:1 | ||
1958 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1959 | +msgid "Add raw material" | ||
1789 | msgstr "" | 1960 | msgstr "" |
1790 | 1961 | ||
1791 | #: app/views/manage_products/edit.rhtml:1 | 1962 | #: app/views/manage_products/edit.rhtml:1 |
1792 | msgid "Editing" | 1963 | msgid "Editing" |
1793 | msgstr "" | 1964 | msgstr "" |
1794 | 1965 | ||
1966 | +#: app/views/manage_products/_form_consumption.rhtml:4 | ||
1967 | +msgid "Raw material:" | ||
1968 | +msgstr "" | ||
1969 | + | ||
1970 | +#: app/views/manage_products/_form_consumption.rhtml:5 | ||
1971 | +msgid "Aditional specifications:" | ||
1972 | +msgstr "" | ||
1973 | + | ||
1795 | #: app/views/environment_role_manager/affiliate.rhtml:7 | 1974 | #: app/views/environment_role_manager/affiliate.rhtml:7 |
1796 | #: app/views/profile_members/affiliate.rhtml:7 | 1975 | #: app/views/profile_members/affiliate.rhtml:7 |
1797 | msgid "Affiliate" | 1976 | msgid "Affiliate" |
@@ -1822,12 +2001,10 @@ msgid "Listing Administrators" | @@ -1822,12 +2001,10 @@ msgid "Listing Administrators" | ||
1822 | msgstr "" | 2001 | msgstr "" |
1823 | 2002 | ||
1824 | #: app/views/environment_role_manager/index.rhtml:8 | 2003 | #: app/views/environment_role_manager/index.rhtml:8 |
1825 | -#: app/views/profile_members/index.rhtml:8 | ||
1826 | msgid "Edit member role" | 2004 | msgid "Edit member role" |
1827 | msgstr "" | 2005 | msgstr "" |
1828 | 2006 | ||
1829 | #: app/views/environment_role_manager/index.rhtml:9 | 2007 | #: app/views/environment_role_manager/index.rhtml:9 |
1830 | -#: app/views/profile_members/index.rhtml:9 | ||
1831 | msgid "Remove member" | 2008 | msgid "Remove member" |
1832 | msgstr "" | 2009 | msgstr "" |
1833 | 2010 | ||
@@ -1929,11 +2106,20 @@ msgstr "" | @@ -1929,11 +2106,20 @@ msgstr "" | ||
1929 | msgid "Click here to set your homepage now!" | 2106 | msgid "Click here to set your homepage now!" |
1930 | msgstr "" | 2107 | msgstr "" |
1931 | 2108 | ||
1932 | -#: app/views/content_viewer/view_page.rhtml:33 | 2109 | +#: app/views/content_viewer/access_denied.rhtml:1 |
2110 | +#: app/views/shared/access_denied.rhtml:1 | ||
2111 | +msgid "Access denied" | ||
2112 | +msgstr "" | ||
2113 | + | ||
2114 | +#: app/views/content_viewer/access_denied.rhtml:4 | ||
2115 | +msgid "You are not allowed to view this content." | ||
2116 | +msgstr "" | ||
2117 | + | ||
2118 | +#: app/views/content_viewer/view_page.rhtml:41 | ||
1933 | msgid "This article's tags:" | 2119 | msgid "This article's tags:" |
1934 | msgstr "" | 2120 | msgstr "" |
1935 | 2121 | ||
1936 | -#: app/views/content_viewer/view_page.rhtml:39 | 2122 | +#: app/views/content_viewer/view_page.rhtml:47 |
1937 | msgid "Up" | 2123 | msgid "Up" |
1938 | msgstr "" | 2124 | msgstr "" |
1939 | 2125 | ||
@@ -1956,6 +2142,13 @@ msgstr "" | @@ -1956,6 +2142,13 @@ msgstr "" | ||
1956 | msgid "Post a comment" | 2142 | msgid "Post a comment" |
1957 | msgstr "" | 2143 | msgstr "" |
1958 | 2144 | ||
2145 | +#: app/views/content_viewer/_comment_form.rhtml:24 | ||
2146 | +#: app/views/enterprise_editor/_form.rhtml:1 | ||
2147 | +#: app/views/enterprise_validation/_details.rhtml:3 | ||
2148 | +#: app/views/cms/view.rhtml:24 | ||
2149 | +msgid "Name" | ||
2150 | +msgstr "" | ||
2151 | + | ||
1959 | #: app/views/content_viewer/_comment_form.rhtml:25 | 2152 | #: app/views/content_viewer/_comment_form.rhtml:25 |
1960 | msgid "e-mail" | 2153 | msgid "e-mail" |
1961 | msgstr "" | 2154 | msgstr "" |
@@ -2098,10 +2291,6 @@ msgstr "" | @@ -2098,10 +2291,6 @@ msgstr "" | ||
2098 | msgid "Identifier:" | 2291 | msgid "Identifier:" |
2099 | msgstr "" | 2292 | msgstr "" |
2100 | 2293 | ||
2101 | -#: app/views/enterprise_editor/index.rhtml:6 | ||
2102 | -msgid "Address:" | ||
2103 | -msgstr "" | ||
2104 | - | ||
2105 | #: app/views/enterprise_editor/index.rhtml:7 | 2294 | #: app/views/enterprise_editor/index.rhtml:7 |
2106 | msgid "Contact phone:" | 2295 | msgid "Contact phone:" |
2107 | msgstr "" | 2296 | msgstr "" |
@@ -2162,71 +2351,47 @@ msgstr "" | @@ -2162,71 +2351,47 @@ msgstr "" | ||
2162 | msgid "Update" | 2351 | msgid "Update" |
2163 | msgstr "" | 2352 | msgstr "" |
2164 | 2353 | ||
2165 | -#: app/views/profile_editor/person_info.rhtml:1 | ||
2166 | -msgid "Edit person info" | ||
2167 | -msgstr "" | ||
2168 | - | ||
2169 | -#: app/views/profile_editor/person_info.rhtml:8 | ||
2170 | -msgid "Sex: " | ||
2171 | -msgstr "" | ||
2172 | - | ||
2173 | -#: app/views/profile_editor/person_info.rhtml:9 | ||
2174 | -msgid "Male" | ||
2175 | -msgstr "" | ||
2176 | - | ||
2177 | -#: app/views/profile_editor/person_info.rhtml:10 | ||
2178 | -msgid "Female" | ||
2179 | -msgstr "" | ||
2180 | - | ||
2181 | #: app/views/profile_editor/index.rhtml:3 | 2354 | #: app/views/profile_editor/index.rhtml:3 |
2182 | msgid "My profile" | 2355 | msgid "My profile" |
2183 | msgstr "" | 2356 | msgstr "" |
2184 | 2357 | ||
2185 | -#: app/views/profile_editor/index.rhtml:11 | ||
2186 | -msgid "Change your picture" | 2358 | +#: app/views/profile_editor/index.rhtml:9 |
2359 | +msgid "Edit Profile" | ||
2187 | msgstr "" | 2360 | msgstr "" |
2188 | 2361 | ||
2189 | -#: app/views/profile_editor/index.rhtml:15 | 2362 | +#: app/views/profile_editor/index.rhtml:11 |
2190 | msgid "Pending tasks" | 2363 | msgid "Pending tasks" |
2191 | msgstr "" | 2364 | msgstr "" |
2192 | 2365 | ||
2193 | -#: app/views/profile_editor/index.rhtml:17 | 2366 | +#: app/views/profile_editor/index.rhtml:13 |
2194 | msgid "Edit Visual Design" | 2367 | msgid "Edit Visual Design" |
2195 | msgstr "" | 2368 | msgstr "" |
2196 | 2369 | ||
2197 | -#: app/views/profile_editor/index.rhtml:19 | 2370 | +#: app/views/profile_editor/index.rhtml:15 |
2198 | msgid "Manage Content" | 2371 | msgid "Manage Content" |
2199 | msgstr "" | 2372 | msgstr "" |
2200 | 2373 | ||
2201 | -#: app/views/profile_editor/index.rhtml:21 | ||
2202 | -msgid "My Interests" | ||
2203 | -msgstr "" | ||
2204 | - | ||
2205 | -#: app/views/profile_editor/index.rhtml:23 | 2374 | +#: app/views/profile_editor/index.rhtml:17 |
2206 | msgid "Change Password" | 2375 | msgid "Change Password" |
2207 | msgstr "" | 2376 | msgstr "" |
2208 | 2377 | ||
2209 | -#: app/views/profile_editor/index.rhtml:27 | 2378 | +#: app/views/profile_editor/index.rhtml:21 |
2210 | msgid "Manage Members" | 2379 | msgid "Manage Members" |
2211 | msgstr "" | 2380 | msgstr "" |
2212 | 2381 | ||
2213 | -#: app/views/profile_editor/index.rhtml:29 | ||
2214 | -msgid "Consumed Products" | ||
2215 | -msgstr "" | ||
2216 | - | ||
2217 | -#: app/views/profile_editor/index.rhtml:31 | ||
2218 | -msgid "Manage Products" | 2382 | +#: app/views/profile_editor/index.rhtml:23 |
2383 | +msgid "Manage Products and Services" | ||
2219 | msgstr "" | 2384 | msgstr "" |
2220 | 2385 | ||
2221 | -#: app/views/profile_editor/index.rhtml:33 | 2386 | +#: app/views/profile_editor/index.rhtml:25 |
2222 | msgid "Enterprise Validation" | 2387 | msgid "Enterprise Validation" |
2223 | msgstr "" | 2388 | msgstr "" |
2224 | 2389 | ||
2225 | -#: app/views/profile_editor/index.rhtml:38 | 2390 | +#: app/views/profile_editor/index.rhtml:30 |
2226 | msgid "My groups" | 2391 | msgid "My groups" |
2227 | msgstr "" | 2392 | msgstr "" |
2228 | 2393 | ||
2229 | -#: app/views/profile_editor/index.rhtml:50 | 2394 | +#: app/views/profile_editor/index.rhtml:42 |
2230 | msgid "Manage my organizations" | 2395 | msgid "Manage my organizations" |
2231 | msgstr "" | 2396 | msgstr "" |
2232 | 2397 | ||
@@ -2238,25 +2403,54 @@ msgstr "" | @@ -2238,25 +2403,54 @@ msgstr "" | ||
2238 | msgid "Process requests" | 2403 | msgid "Process requests" |
2239 | msgstr "" | 2404 | msgstr "" |
2240 | 2405 | ||
2241 | -#: app/views/profile_editor/organization_info.rhtml:1 | ||
2242 | -msgid "Edit organization info" | 2406 | +#: app/views/profile_editor/edit.rhtml:9 |
2407 | +msgid "Change picture" | ||
2243 | msgstr "" | 2408 | msgstr "" |
2244 | 2409 | ||
2245 | -#: app/views/profile_editor/edit_categories.rhtml:2 | 2410 | +#: app/views/profile_editor/edit.rhtml:15 |
2411 | +msgid "Privacy options" | ||
2412 | +msgstr "" | ||
2413 | + | ||
2414 | +#: app/views/profile_editor/edit.rhtml:17 | ||
2415 | +msgid "This profile is:" | ||
2416 | +msgstr "" | ||
2417 | + | ||
2418 | +#: app/views/profile_editor/edit.rhtml:20 | ||
2419 | +#: app/views/profile_editor/edit.rhtml:31 | ||
2420 | +msgid "Public" | ||
2421 | +msgstr "" | ||
2422 | + | ||
2423 | +#: app/views/profile_editor/edit.rhtml:24 | ||
2424 | +#: app/views/profile_editor/edit.rhtml:35 | ||
2425 | +msgid "Private" | ||
2426 | +msgstr "" | ||
2427 | + | ||
2428 | +#: app/views/profile_editor/edit.rhtml:28 | ||
2429 | +msgid "This profile's content is:" | ||
2430 | +msgstr "" | ||
2431 | + | ||
2432 | +#: app/views/profile_editor/edit.rhtml:39 | ||
2246 | msgid "Select the categories of your interest" | 2433 | msgid "Select the categories of your interest" |
2247 | msgstr "" | 2434 | msgstr "" |
2248 | 2435 | ||
2249 | -#: app/views/profile_editor/edit_categories.rhtml:5 | ||
2250 | -#: app/views/tasks/index.rhtml:17 | 2436 | +#: app/views/profile_editor/edit.rhtml:44 app/views/tasks/index.rhtml:17 |
2251 | msgid "Back to control panel" | 2437 | msgid "Back to control panel" |
2252 | msgstr "" | 2438 | msgstr "" |
2253 | 2439 | ||
2254 | -#: app/views/profile_editor/change_image.rhtml:4 | ||
2255 | -msgid "Image" | 2440 | +#: app/views/profile_editor/_organization.rhtml:9 |
2441 | +msgid "Moderation options" | ||
2256 | msgstr "" | 2442 | msgstr "" |
2257 | 2443 | ||
2258 | -#: app/views/profile_editor/change_image.rhtml:6 | ||
2259 | -msgid "Upload" | 2444 | +#: app/views/profile_editor/_organization.rhtml:12 |
2445 | +msgid "Closed %s" | ||
2446 | +msgstr "" | ||
2447 | + | ||
2448 | +#: app/views/profile_editor/_person.rhtml:5 | ||
2449 | +msgid "Male" | ||
2450 | +msgstr "" | ||
2451 | + | ||
2452 | +#: app/views/profile_editor/_person.rhtml:5 | ||
2453 | +msgid "Female" | ||
2260 | msgstr "" | 2454 | msgstr "" |
2261 | 2455 | ||
2262 | #: app/views/region_validators/index.rhtml:1 | 2456 | #: app/views/region_validators/index.rhtml:1 |
@@ -2285,12 +2479,6 @@ msgid "" | @@ -2285,12 +2479,6 @@ msgid "" | ||
2285 | "result to add them as validators for this region. " | 2479 | "result to add them as validators for this region. " |
2286 | msgstr "" | 2480 | msgstr "" |
2287 | 2481 | ||
2288 | -#: app/views/region_validators/region.rhtml:23 | ||
2289 | -#: app/views/search/_search_form.rhtml:10 app/views/home/index.rhtml:6 | ||
2290 | -#: app/views/home/index.rhtml:12 app/views/layouts/application.rhtml:96 | ||
2291 | -msgid "Search" | ||
2292 | -msgstr "" | ||
2293 | - | ||
2294 | #: app/views/region_validators/_region.rhtml:5 | 2482 | #: app/views/region_validators/_region.rhtml:5 |
2295 | msgid "1 validator" | 2483 | msgid "1 validator" |
2296 | msgid_plural "%{num} validators." | 2484 | msgid_plural "%{num} validators." |
@@ -2307,6 +2495,7 @@ msgstr "" | @@ -2307,6 +2495,7 @@ msgstr "" | ||
2307 | 2495 | ||
2308 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 | 2496 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 |
2309 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 | 2497 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 |
2498 | +#: app/views/profile/favorite_enterprises.rhtml:14 | ||
2310 | msgid "Back to the page where you come from." | 2499 | msgid "Back to the page where you come from." |
2311 | msgstr "" | 2500 | msgstr "" |
2312 | 2501 | ||
@@ -2318,7 +2507,7 @@ msgstr "" | @@ -2318,7 +2507,7 @@ msgstr "" | ||
2318 | msgid "Homepage: " | 2507 | msgid "Homepage: " |
2319 | msgstr "" | 2508 | msgstr "" |
2320 | 2509 | ||
2321 | -#: app/views/profile/index.rhtml:24 app/views/cms/view.rhtml:65 | 2510 | +#: app/views/profile/index.rhtml:24 |
2322 | msgid "Tags:" | 2511 | msgid "Tags:" |
2323 | msgstr "" | 2512 | msgstr "" |
2324 | 2513 | ||
@@ -2354,72 +2543,105 @@ msgstr "" | @@ -2354,72 +2543,105 @@ msgstr "" | ||
2354 | msgid "See content tagged with \"%s\" in the entire site" | 2543 | msgid "See content tagged with \"%s\" in the entire site" |
2355 | msgstr "" | 2544 | msgstr "" |
2356 | 2545 | ||
2546 | +#: app/views/profile/private_profile.rhtml:4 | ||
2547 | +msgid "This profile is not public." | ||
2548 | +msgstr "" | ||
2549 | + | ||
2550 | +#: app/views/profile/favorite_enterprises.rhtml:2 | ||
2551 | +msgid "Here are all <b>%s</b>'s favorite enterprises." | ||
2552 | +msgstr "" | ||
2553 | + | ||
2554 | +#: app/views/profile/favorite_enterprises.rhtml:4 | ||
2555 | +msgid "%s's favorite enterprises" | ||
2556 | +msgstr "" | ||
2557 | + | ||
2357 | #: app/views/search/_comment.rhtml:16 | 2558 | #: app/views/search/_comment.rhtml:16 |
2358 | msgid "by %{author} on \"%{article}\"" | 2559 | msgid "by %{author} on \"%{article}\"" |
2359 | msgstr "" | 2560 | msgstr "" |
2360 | 2561 | ||
2361 | -#: app/views/search/index.rhtml:1 | 2562 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2563 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2564 | +#: app/views/search/articles.rhtml:5 | ||
2362 | msgid "Search results for \"%{query}\" in \"%{category}\"" | 2565 | msgid "Search results for \"%{query}\" in \"%{category}\"" |
2363 | msgstr "" | 2566 | msgstr "" |
2364 | 2567 | ||
2365 | -#: app/views/search/index.rhtml:1 | 2568 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2569 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2570 | +#: app/views/search/articles.rhtml:5 | ||
2366 | msgid "Search results for \"%s\"" | 2571 | msgid "Search results for \"%s\"" |
2367 | msgstr "" | 2572 | msgstr "" |
2368 | 2573 | ||
2369 | -#: app/views/search/index.rhtml:5 | 2574 | +#: app/views/search/index.rhtml:5 app/views/search/enterprises.rhtml:12 |
2575 | +#: app/views/search/people.rhtml:12 app/views/search/communities.rhtml:12 | ||
2576 | +#: app/views/search/articles.rhtml:12 | ||
2370 | msgid "Refine your search" | 2577 | msgid "Refine your search" |
2371 | msgstr "" | 2578 | msgstr "" |
2372 | 2579 | ||
2373 | -#: app/views/search/assets.rhtml:1 | ||
2374 | -msgid "%{asset_name} in %{category}" | 2580 | +#: app/views/search/enterprises.rhtml:7 app/views/search/people.rhtml:7 |
2581 | +#: app/views/search/communities.rhtml:7 app/views/search/articles.rhtml:7 | ||
2582 | +msgid "Browse by name" | ||
2375 | msgstr "" | 2583 | msgstr "" |
2376 | 2584 | ||
2377 | -#: app/views/search/assets.rhtml:4 | 2585 | +#: app/views/search/_directory.rhtml:2 |
2378 | msgid "Recent" | 2586 | msgid "Recent" |
2379 | msgstr "" | 2587 | msgstr "" |
2380 | 2588 | ||
2381 | -#: app/views/search/_display_results.rhtml:5 | ||
2382 | -msgid "Search for \"%s\" in the whole site" | 2589 | +#: app/views/search/_display_results.rhtml:18 |
2590 | +msgid "(more ...)" | ||
2383 | msgstr "" | 2591 | msgstr "" |
2384 | 2592 | ||
2385 | #: app/views/search/popup.rhtml:3 | 2593 | #: app/views/search/popup.rhtml:3 |
2386 | msgid "Search %s" | 2594 | msgid "Search %s" |
2387 | msgstr "" | 2595 | msgstr "" |
2388 | 2596 | ||
2389 | -#: app/views/search/_product.rhtml:11 | 2597 | +#: app/views/search/_sellers_form.rhtml:2 |
2598 | +msgid "Category: " | ||
2599 | +msgstr "" | ||
2600 | + | ||
2601 | +#: app/views/search/_sellers_form.rhtml:3 | ||
2602 | +#: app/views/search/_search_form.rhtml:25 | ||
2603 | +msgid "Distance: " | ||
2604 | +msgstr "" | ||
2605 | + | ||
2606 | +#: app/views/search/_sellers_form.rhtml:4 | ||
2607 | +#: app/views/search/_search_form.rhtml:26 | ||
2608 | +msgid "From: " | ||
2609 | +msgstr "" | ||
2610 | + | ||
2611 | +#: app/views/search/_product.rhtml:10 | ||
2390 | msgid "Price: %d" | 2612 | msgid "Price: %d" |
2391 | msgstr "" | 2613 | msgstr "" |
2392 | 2614 | ||
2393 | -#: app/views/search/_product.rhtml:13 | 2615 | +#: app/views/search/_product.rhtml:12 |
2394 | msgid "Suplier: %s" | 2616 | msgid "Suplier: %s" |
2395 | msgstr "" | 2617 | msgstr "" |
2396 | 2618 | ||
2397 | -#: app/views/search/_product.rhtml:15 app/views/search/category_index.rhtml:3 | 2619 | +#: app/views/search/category_index.rhtml:4 |
2398 | msgid "Category: %s" | 2620 | msgid "Category: %s" |
2399 | msgstr "" | 2621 | msgstr "" |
2400 | 2622 | ||
2401 | -#: app/views/search/category_index.rhtml:8 | 2623 | +#: app/views/search/category_index.rhtml:9 |
2402 | msgid "Sub-categories" | 2624 | msgid "Sub-categories" |
2403 | msgstr "" | 2625 | msgstr "" |
2404 | 2626 | ||
2405 | -#: app/views/search/category_index.rhtml:10 | 2627 | +#: app/views/search/category_index.rhtml:11 |
2406 | msgid "No sub-categories" | 2628 | msgid "No sub-categories" |
2407 | msgstr "" | 2629 | msgstr "" |
2408 | 2630 | ||
2409 | -#: app/views/search/_search_form.rhtml:15 | ||
2410 | -msgid "Search in:" | 2631 | +#: app/views/search/_search_form.rhtml:16 |
2632 | +msgid "Search in whole site" | ||
2411 | msgstr "" | 2633 | msgstr "" |
2412 | 2634 | ||
2413 | -#: app/views/search/_search_form.rhtml:17 | ||
2414 | -msgid "Only in %s" | 2635 | +#: app/views/search/_search_form.rhtml:22 |
2636 | +msgid "Search within:" | ||
2415 | msgstr "" | 2637 | msgstr "" |
2416 | 2638 | ||
2417 | -#: app/views/search/_search_form.rhtml:18 | ||
2418 | -msgid "Whole site" | 2639 | +#: app/views/search/_search_form.rhtml:33 |
2640 | +msgid "Search for:" | ||
2419 | msgstr "" | 2641 | msgstr "" |
2420 | 2642 | ||
2421 | -#: app/views/search/_search_form.rhtml:24 | ||
2422 | -msgid "Search for:" | 2643 | +#: app/views/search/_search_form.rhtml:47 |
2644 | +msgid "Advanced search" | ||
2423 | msgstr "" | 2645 | msgstr "" |
2424 | 2646 | ||
2425 | #: app/views/search/_article.rhtml:6 | 2647 | #: app/views/search/_article.rhtml:6 |
@@ -2442,14 +2664,38 @@ msgstr "" | @@ -2442,14 +2664,38 @@ msgstr "" | ||
2442 | msgid "Tag cloud" | 2664 | msgid "Tag cloud" |
2443 | msgstr "" | 2665 | msgstr "" |
2444 | 2666 | ||
2667 | +#: app/views/search/sellers.rhtml:4 | ||
2668 | +msgid "Listing sellers of %s witin %s km from %s %s" | ||
2669 | +msgstr "" | ||
2670 | + | ||
2671 | +#: app/views/search/sellers.rhtml:6 | ||
2672 | +msgid "Listing sellers of %s" | ||
2673 | +msgstr "" | ||
2674 | + | ||
2675 | +#: app/views/search/sellers.rhtml:10 | ||
2676 | +msgid "Listing sellers witin %s km from %s %s" | ||
2677 | +msgstr "" | ||
2678 | + | ||
2679 | +#: app/views/search/sellers.rhtml:12 | ||
2680 | +msgid "Listing sellers" | ||
2681 | +msgstr "" | ||
2682 | + | ||
2445 | #: app/views/blocks/profile_info_actions/person.rhtml:3 | 2683 | #: app/views/blocks/profile_info_actions/person.rhtml:3 |
2446 | msgid "Add friend" | 2684 | msgid "Add friend" |
2447 | msgstr "" | 2685 | msgstr "" |
2448 | 2686 | ||
2449 | -#: app/views/blocks/profile_info_actions/community.rhtml:3 | 2687 | +#: app/views/blocks/profile_info_actions/community.rhtml:4 |
2688 | +msgid "Leave this community" | ||
2689 | +msgstr "" | ||
2690 | + | ||
2691 | +#: app/views/blocks/profile_info_actions/community.rhtml:6 | ||
2450 | msgid "Join this community" | 2692 | msgid "Join this community" |
2451 | msgstr "" | 2693 | msgstr "" |
2452 | 2694 | ||
2695 | +#: app/views/blocks/profile_info_actions/enterprise.rhtml:3 | ||
2696 | +msgid "Add favorite enterprise" | ||
2697 | +msgstr "" | ||
2698 | + | ||
2453 | #: app/views/blocks/profile_info.rhtml:6 | 2699 | #: app/views/blocks/profile_info.rhtml:6 |
2454 | msgid "Since %{year}/%{month}" | 2700 | msgid "Since %{year}/%{month}" |
2455 | msgstr "" | 2701 | msgstr "" |
@@ -2470,29 +2716,6 @@ msgstr "" | @@ -2470,29 +2716,6 @@ msgstr "" | ||
2470 | msgid "More search options" | 2716 | msgid "More search options" |
2471 | msgstr "" | 2717 | msgstr "" |
2472 | 2718 | ||
2473 | -#: app/views/consumed_products/new.rhtml:1 | ||
2474 | -#: app/views/consumed_products/new.rhtml:15 | ||
2475 | -#: app/views/consumed_products/index.rhtml:3 | ||
2476 | -msgid "Add product" | ||
2477 | -msgstr "" | ||
2478 | - | ||
2479 | -#: app/views/consumed_products/new.rhtml:7 | ||
2480 | -msgid "Product:" | ||
2481 | -msgstr "" | ||
2482 | - | ||
2483 | -#: app/views/consumed_products/new.rhtml:11 | ||
2484 | -msgid "Aditional specifications:" | ||
2485 | -msgstr "" | ||
2486 | - | ||
2487 | -#: app/views/consumed_products/index.rhtml:7 app/views/friends/index.rhtml:10 | ||
2488 | -#: app/views/friends/index.rhtml:13 | ||
2489 | -msgid "remove" | ||
2490 | -msgstr "" | ||
2491 | - | ||
2492 | -#: app/views/consumed_products/index.rhtml:8 | ||
2493 | -msgid "Are you sure, you want to remove this product from your list" | ||
2494 | -msgstr "" | ||
2495 | - | ||
2496 | #: app/views/enterprise_validation/list_processed.rhtml:1 | 2719 | #: app/views/enterprise_validation/list_processed.rhtml:1 |
2497 | #: app/views/enterprise_validation/index.rhtml:30 | 2720 | #: app/views/enterprise_validation/index.rhtml:30 |
2498 | msgid "Processed enterprise validations" | 2721 | msgid "Processed enterprise validations" |
@@ -2602,62 +2825,89 @@ msgstr "" | @@ -2602,62 +2825,89 @@ msgstr "" | ||
2602 | msgid "Content management" | 2825 | msgid "Content management" |
2603 | msgstr "" | 2826 | msgstr "" |
2604 | 2827 | ||
2605 | -#: app/views/cms/view.rhtml:14 | 2828 | +#: app/views/cms/view.rhtml:16 |
2829 | +msgid "New folder" | ||
2830 | +msgstr "" | ||
2831 | + | ||
2832 | +#: app/views/cms/view.rhtml:17 | ||
2606 | msgid "New article" | 2833 | msgid "New article" |
2607 | msgstr "" | 2834 | msgstr "" |
2608 | 2835 | ||
2609 | -#: app/views/cms/view.rhtml:21 | ||
2610 | -msgid "Hide subitems" | 2836 | +#: app/views/cms/view.rhtml:25 |
2837 | +msgid "Type" | ||
2611 | msgstr "" | 2838 | msgstr "" |
2612 | 2839 | ||
2613 | -#: app/views/cms/view.rhtml:21 | ||
2614 | -msgid "Show subitems" | 2840 | +#: app/views/cms/view.rhtml:40 |
2841 | +msgid "Properties" | ||
2615 | msgstr "" | 2842 | msgstr "" |
2616 | 2843 | ||
2617 | -#: app/views/cms/view.rhtml:25 | ||
2618 | -msgid "Subitems" | 2844 | +#: app/views/cms/view.rhtml:41 app/views/cms/view.rhtml:66 |
2845 | +msgid "Public view" | ||
2619 | msgstr "" | 2846 | msgstr "" |
2620 | 2847 | ||
2621 | -#: app/views/cms/view.rhtml:40 | ||
2622 | -msgid "New subitem" | 2848 | +#: app/views/cms/view.rhtml:42 app/views/cms/view.rhtml:67 |
2849 | +msgid "Delete" | ||
2623 | msgstr "" | 2850 | msgstr "" |
2624 | 2851 | ||
2625 | #: app/views/cms/view.rhtml:42 | 2852 | #: app/views/cms/view.rhtml:42 |
2626 | -msgid "Go up one level" | 2853 | +msgid "" |
2854 | +"Are you sure that you want to remove this folder? Note that all the items " | ||
2855 | +"inside it will also be removed!" | ||
2627 | msgstr "" | 2856 | msgstr "" |
2628 | 2857 | ||
2629 | -#: app/views/cms/view.rhtml:59 | ||
2630 | -msgid "\"%{article}\", last changed by %{author}" | 2858 | +#: app/views/cms/view.rhtml:67 |
2859 | +msgid "Are you sure that you want to remove this item?" | ||
2631 | msgstr "" | 2860 | msgstr "" |
2632 | 2861 | ||
2633 | -#: app/views/cms/view.rhtml:59 | ||
2634 | -msgid "Unknown User" | 2862 | +#: app/views/cms/_event.rhtml:8 |
2863 | +msgid "Start date" | ||
2635 | msgstr "" | 2864 | msgstr "" |
2636 | 2865 | ||
2637 | -#: app/views/cms/view.rhtml:62 | ||
2638 | -msgid "Public address of this article: %s" | 2866 | +#: app/views/cms/_event.rhtml:10 |
2867 | +msgid "End date" | ||
2639 | msgstr "" | 2868 | msgstr "" |
2640 | 2869 | ||
2641 | -#: app/views/cms/view.rhtml:67 | ||
2642 | -msgid "Categories:" | 2870 | +#: app/views/cms/_event.rhtml:12 |
2871 | +msgid "Event website:" | ||
2643 | msgstr "" | 2872 | msgstr "" |
2644 | 2873 | ||
2645 | -#: app/views/cms/view.rhtml:71 | ||
2646 | -msgid "Use as homepage" | 2874 | +#: app/views/cms/_event.rhtml:16 |
2875 | +msgid "Information about the event:" | ||
2647 | msgstr "" | 2876 | msgstr "" |
2648 | 2877 | ||
2649 | -#: app/views/cms/view.rhtml:72 | ||
2650 | -msgid "Delete" | 2878 | +#: app/views/cms/edit.rhtml:16 app/views/cms/why_categorize.rhtml:1 |
2879 | +msgid "Why categorize?" | ||
2651 | msgstr "" | 2880 | msgstr "" |
2652 | 2881 | ||
2653 | -#: app/views/cms/view.rhtml:72 | ||
2654 | -msgid "Are you sure you wan to remove this article?" | 2882 | +#: app/views/cms/edit.rhtml:19 |
2883 | +msgid "Categorize your article" | ||
2655 | msgstr "" | 2884 | msgstr "" |
2656 | 2885 | ||
2657 | -#: app/views/cms/edit.rhtml:15 | 2886 | +#: app/views/cms/edit.rhtml:22 |
2658 | msgid "Separate tags with commas" | 2887 | msgid "Separate tags with commas" |
2659 | msgstr "" | 2888 | msgstr "" |
2660 | 2889 | ||
2890 | +#: app/views/cms/edit.rhtml:25 | ||
2891 | +msgid "Options" | ||
2892 | +msgstr "" | ||
2893 | + | ||
2894 | +#: app/views/cms/edit.rhtml:28 | ||
2895 | +msgid "Published" | ||
2896 | +msgstr "" | ||
2897 | + | ||
2898 | +#: app/views/cms/why_categorize.rhtml:4 | ||
2899 | +msgid "" | ||
2900 | +"By categorizing your content, you increase the possibility that other people " | ||
2901 | +"access it. When they are looking for, say, articles about Bahia and you " | ||
2902 | +"categorize your article in \"Regions/Bahia\", then there is a good change " | ||
2903 | +"that your article is going to be found." | ||
2904 | +msgstr "" | ||
2905 | + | ||
2906 | +#: app/views/cms/why_categorize.rhtml:8 app/views/tasks/_task.rhtml:8 | ||
2907 | +#: app/views/tasks/_task.rhtml:16 | ||
2908 | +msgid "OK" | ||
2909 | +msgstr "" | ||
2910 | + | ||
2661 | #: app/views/cms/_rss_feed.rhtml:3 | 2911 | #: app/views/cms/_rss_feed.rhtml:3 |
2662 | msgid "Limit of articles" | 2912 | msgid "Limit of articles" |
2663 | msgstr "" | 2913 | msgstr "" |
@@ -2690,14 +2940,59 @@ msgstr "" | @@ -2690,14 +2940,59 @@ msgstr "" | ||
2690 | msgid "Choose the type of article:" | 2940 | msgid "Choose the type of article:" |
2691 | msgstr "" | 2941 | msgstr "" |
2692 | 2942 | ||
2693 | -#: app/views/friends/index.rhtml:3 | ||
2694 | -msgid "%s's friends" | 2943 | +#: app/views/favorite_enterprises/index.rhtml:3 |
2944 | +msgid "%s's favorite enteprises" | ||
2945 | +msgstr "" | ||
2946 | + | ||
2947 | +#: app/views/favorite_enterprises/index.rhtml:10 | ||
2948 | +#: app/views/favorite_enterprises/index.rhtml:13 | ||
2949 | +#: app/views/friends/index.rhtml:10 app/views/friends/index.rhtml:13 | ||
2950 | +msgid "remove" | ||
2695 | msgstr "" | 2951 | msgstr "" |
2696 | 2952 | ||
2953 | +#: app/views/favorite_enterprises/index.rhtml:14 | ||
2697 | #: app/views/friends/index.rhtml:14 | 2954 | #: app/views/friends/index.rhtml:14 |
2698 | msgid "Clicking on this button will remove your friend relation with %s." | 2955 | msgid "Clicking on this button will remove your friend relation with %s." |
2699 | msgstr "" | 2956 | msgstr "" |
2700 | 2957 | ||
2958 | +#: app/views/favorite_enterprises/index.rhtml:23 | ||
2959 | +msgid "You have no favorite enteprises yet." | ||
2960 | +msgstr "" | ||
2961 | + | ||
2962 | +#: app/views/favorite_enterprises/remove.rhtml:3 | ||
2963 | +msgid "Removing favorite enterprise: %s" | ||
2964 | +msgstr "" | ||
2965 | + | ||
2966 | +#: app/views/favorite_enterprises/remove.rhtml:8 | ||
2967 | +msgid "Are you sure you want to remove %s from your favorite enterprise list?" | ||
2968 | +msgstr "" | ||
2969 | + | ||
2970 | +#: app/views/favorite_enterprises/remove.rhtml:14 | ||
2971 | +msgid "Yes, I want to remove %s from my favorite enterprise list" | ||
2972 | +msgstr "" | ||
2973 | + | ||
2974 | +#: app/views/favorite_enterprises/remove.rhtml:15 | ||
2975 | +#: app/views/favorite_enterprises/add.rhtml:11 | ||
2976 | +#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
2977 | +msgid "No, I don't want" | ||
2978 | +msgstr "" | ||
2979 | + | ||
2980 | +#: app/views/favorite_enterprises/add.rhtml:1 | ||
2981 | +msgid "Adding %s as a favorite enterprise" | ||
2982 | +msgstr "" | ||
2983 | + | ||
2984 | +#: app/views/favorite_enterprises/add.rhtml:4 | ||
2985 | +msgid "Are you sure you want to add %s as your favorite enterprise?" | ||
2986 | +msgstr "" | ||
2987 | + | ||
2988 | +#: app/views/favorite_enterprises/add.rhtml:10 | ||
2989 | +msgid "Yes, I want to add %s as a favorite enterprise" | ||
2990 | +msgstr "" | ||
2991 | + | ||
2992 | +#: app/views/friends/index.rhtml:3 | ||
2993 | +msgid "%s's friends" | ||
2994 | +msgstr "" | ||
2995 | + | ||
2701 | #: app/views/friends/index.rhtml:23 | 2996 | #: app/views/friends/index.rhtml:23 |
2702 | msgid "You have no friends yet. Go make some." | 2997 | msgid "You have no friends yet. Go make some." |
2703 | msgstr "" | 2998 | msgstr "" |
@@ -2720,10 +3015,6 @@ msgstr "" | @@ -2720,10 +3015,6 @@ msgstr "" | ||
2720 | msgid "Yes, I want to remove %s from my friend list" | 3015 | msgid "Yes, I want to remove %s from my friend list" |
2721 | msgstr "" | 3016 | msgstr "" |
2722 | 3017 | ||
2723 | -#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
2724 | -msgid "No, I don't want" | ||
2725 | -msgstr "" | ||
2726 | - | ||
2727 | #: app/views/friends/add.rhtml:1 | 3018 | #: app/views/friends/add.rhtml:1 |
2728 | msgid "Adding %s as a friend" | 3019 | msgid "Adding %s as a friend" |
2729 | msgstr "" | 3020 | msgstr "" |
@@ -2768,10 +3059,6 @@ msgstr "" | @@ -2768,10 +3059,6 @@ msgstr "" | ||
2768 | msgid "New role" | 3059 | msgid "New role" |
2769 | msgstr "" | 3060 | msgstr "" |
2770 | 3061 | ||
2771 | -#: app/views/role/index.rhtml:7 | ||
2772 | -msgid "Destroy" | ||
2773 | -msgstr "" | ||
2774 | - | ||
2775 | #: app/views/profile_members/index.rhtml:1 | 3062 | #: app/views/profile_members/index.rhtml:1 |
2776 | msgid "Listing Members" | 3063 | msgid "Listing Members" |
2777 | msgstr "" | 3064 | msgstr "" |
@@ -2780,6 +3067,10 @@ msgstr "" | @@ -2780,6 +3067,10 @@ msgstr "" | ||
2780 | msgid "Affiliate yourself" | 3067 | msgid "Affiliate yourself" |
2781 | msgstr "" | 3068 | msgstr "" |
2782 | 3069 | ||
3070 | +#: app/views/profile_members/index.rhtml:7 | ||
3071 | +msgid "Member" | ||
3072 | +msgstr "" | ||
3073 | + | ||
2783 | #: app/views/tasks/index.rhtml:1 | 3074 | #: app/views/tasks/index.rhtml:1 |
2784 | msgid "%s's pending tasks" | 3075 | msgid "%s's pending tasks" |
2785 | msgstr "" | 3076 | msgstr "" |
@@ -2827,10 +3118,6 @@ msgstr "" | @@ -2827,10 +3118,6 @@ msgstr "" | ||
2827 | msgid "Processing task: %s" | 3118 | msgid "Processing task: %s" |
2828 | msgstr "" | 3119 | msgstr "" |
2829 | 3120 | ||
2830 | -#: app/views/tasks/_task.rhtml:8 app/views/tasks/_task.rhtml:16 | ||
2831 | -msgid "OK" | ||
2832 | -msgstr "" | ||
2833 | - | ||
2834 | #: app/views/tasks/processed.rhtml:1 | 3121 | #: app/views/tasks/processed.rhtml:1 |
2835 | msgid "%s's processed tasks" | 3122 | msgid "%s's processed tasks" |
2836 | msgstr "" | 3123 | msgstr "" |
@@ -2847,23 +3134,23 @@ msgstr "" | @@ -2847,23 +3134,23 @@ msgstr "" | ||
2847 | msgid "Processed:" | 3134 | msgid "Processed:" |
2848 | msgstr "" | 3135 | msgstr "" |
2849 | 3136 | ||
2850 | -#: app/views/layouts/application.rhtml:49 | 3137 | +#: app/views/layouts/application.rhtml:50 |
2851 | msgid "" | 3138 | msgid "" |
2852 | "Pass the mouse over page elements to get help on them. Click the question " | 3139 | "Pass the mouse over page elements to get help on them. Click the question " |
2853 | "mark icon on the top-right corner to deactivate this help window." | 3140 | "mark icon on the top-right corner to deactivate this help window." |
2854 | msgstr "" | 3141 | msgstr "" |
2855 | 3142 | ||
2856 | -#: app/views/layouts/application.rhtml:72 | 3143 | +#: app/views/layouts/application.rhtml:73 |
2857 | msgid "Go to content" | 3144 | msgid "Go to content" |
2858 | msgstr "" | 3145 | msgstr "" |
2859 | 3146 | ||
2860 | -#: app/views/layouts/application.rhtml:81 | 3147 | +#: app/views/layouts/application.rhtml:85 |
2861 | msgid "" | 3148 | msgid "" |
2862 | "This is %s's shortcuts bar. Using it you have access to the main features of " | 3149 | "This is %s's shortcuts bar. Using it you have access to the main features of " |
2863 | "the environment and you find the information of your interest more quickly." | 3150 | "the environment and you find the information of your interest more quickly." |
2864 | msgstr "" | 3151 | msgstr "" |
2865 | 3152 | ||
2866 | -#: app/views/layouts/application.rhtml:83 | 3153 | +#: app/views/layouts/application.rhtml:87 |
2867 | msgid "" | 3154 | msgid "" |
2868 | "This bar helps you find information following two paths or " | 3155 | "This bar helps you find information following two paths or " |
2869 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" | 3156 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" |
@@ -2872,44 +3159,33 @@ msgid "" | @@ -2872,44 +3159,33 @@ msgid "" | ||
2872 | "right." | 3159 | "right." |
2873 | msgstr "" | 3160 | msgstr "" |
2874 | 3161 | ||
2875 | -#: app/views/layouts/application.rhtml:102 | 3162 | +#: app/views/layouts/application.rhtml:103 |
2876 | msgid "Turn help on/off" | 3163 | msgid "Turn help on/off" |
2877 | msgstr "" | 3164 | msgstr "" |
2878 | 3165 | ||
2879 | -#: app/views/layouts/application.rhtml:134 | ||
2880 | -msgid "A FBES project" | 3166 | +#: app/views/layouts/application.rhtml:138 |
3167 | +msgid "A Ynternet.org project" | ||
2881 | msgstr "" | 3168 | msgstr "" |
2882 | 3169 | ||
2883 | -#: app/views/layouts/application.rhtml:138 | 3170 | +#: app/views/layouts/application.rhtml:142 |
2884 | msgid "Developed by Colivre" | 3171 | msgid "Developed by Colivre" |
2885 | msgstr "" | 3172 | msgstr "" |
2886 | 3173 | ||
2887 | -#: app/views/layouts/application.rhtml:157 | 3174 | +#: app/views/layouts/application.rhtml:161 |
2888 | msgid "Your web browser is obsolete!" | 3175 | msgid "Your web browser is obsolete!" |
2889 | msgstr "" | 3176 | msgstr "" |
2890 | 3177 | ||
2891 | -#: app/views/layouts/application.rhtml:158 | 3178 | +#: app/views/layouts/application.rhtml:162 |
2892 | msgid "" | 3179 | msgid "" |
2893 | "This website will not look as good as it could.\n" | 3180 | "This website will not look as good as it could.\n" |
2894 | " Don't you want to use Firefox? That is a great web browser, free,\n" | 3181 | " Don't you want to use Firefox? That is a great web browser, free,\n" |
2895 | " and made by people of all the world parts." | 3182 | " and made by people of all the world parts." |
2896 | msgstr "" | 3183 | msgstr "" |
2897 | 3184 | ||
2898 | -#: app/views/layouts/application.rhtml:162 | 3185 | +#: app/views/layouts/application.rhtml:166 |
2899 | msgid "Get Firefox Now!" | 3186 | msgid "Get Firefox Now!" |
2900 | msgstr "" | 3187 | msgstr "" |
2901 | 3188 | ||
2902 | -#: app/views/layouts/application.rhtml:174 | ||
2903 | -msgid "" | ||
2904 | -"Ups... It seems you are using Internet Explorer.\n" | ||
2905 | -"\n" | ||
2906 | -"We are sory, but some things will not work well on this web browser for " | ||
2907 | -"now...\n" | ||
2908 | -"We propose you to use Firefox, for this web site and any other.\n" | ||
2909 | -"\n" | ||
2910 | -"Do you want to get your Firefox now?" | ||
2911 | -msgstr "" | ||
2912 | - | ||
2913 | #: app/views/layouts/not_found.rhtml:5 | 3189 | #: app/views/layouts/not_found.rhtml:5 |
2914 | msgid "Page not found" | 3190 | msgid "Page not found" |
2915 | msgstr "" | 3191 | msgstr "" |
@@ -3193,6 +3469,10 @@ msgstr "" | @@ -3193,6 +3469,10 @@ msgstr "" | ||
3193 | msgid "Organization Approval Method" | 3469 | msgid "Organization Approval Method" |
3194 | msgstr "" | 3470 | msgstr "" |
3195 | 3471 | ||
3472 | +#: app/views/shared/_show_thumbnail.rhtml:5 | ||
3473 | +msgid "Change image" | ||
3474 | +msgstr "" | ||
3475 | + | ||
3196 | #: app/views/shared/user_menu.rhtml:2 | 3476 | #: app/views/shared/user_menu.rhtml:2 |
3197 | msgid "This menu gives you access to your personal functionalities." | 3477 | msgid "This menu gives you access to your personal functionalities." |
3198 | msgstr "" | 3478 | msgstr "" |
@@ -3230,7 +3510,3 @@ msgid "" | @@ -3230,7 +3510,3 @@ msgid "" | ||
3230 | "Click here to enter your username and password and be recognized by the " | 3510 | "Click here to enter your username and password and be recognized by the " |
3231 | "system." | 3511 | "system." |
3232 | msgstr "" | 3512 | msgstr "" |
3233 | - | ||
3234 | -#: app/views/shared/access_denied.rhtml:1 | ||
3235 | -msgid "Access denied" | ||
3236 | -msgstr "" |
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.9.0\n" | ||
10 | -"POT-Creation-Date: 2008-04-29 08:47-0300\n" | 9 | +"Project-Id-Version: noosfero 0.10.0\n" |
10 | +"POT-Creation-Date: 2008-06-07 13:28-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" |
@@ -16,58 +16,164 @@ msgstr "" | @@ -16,58 +16,164 @@ msgstr "" | ||
16 | "Content-Transfer-Encoding: 8bit\n" | 16 | "Content-Transfer-Encoding: 8bit\n" |
17 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | 17 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
18 | 18 | ||
19 | -#: app/helpers/application_helper.rb:57 | ||
20 | -#: app/views/layouts/application.rhtml:103 app/views/features/index.rhtml:7 | 19 | +#: app/helpers/application_helper.rb:59 |
20 | +#: app/views/layouts/application.rhtml:104 app/views/features/index.rhtml:7 | ||
21 | msgid "Help" | 21 | msgid "Help" |
22 | msgstr "" | 22 | msgstr "" |
23 | 23 | ||
24 | -#: app/helpers/application_helper.rb:77 | 24 | +#: app/helpers/application_helper.rb:79 |
25 | #: app/views/box_organizer/add_block.rhtml:18 | 25 | #: app/views/box_organizer/add_block.rhtml:18 |
26 | -#: app/views/search/_search_form.rhtml:37 | 26 | +#: app/views/search/_search_form.rhtml:54 |
27 | msgid "Close" | 27 | msgid "Close" |
28 | msgstr "" | 28 | msgstr "" |
29 | 29 | ||
30 | -#: app/helpers/application_helper.rb:140 | 30 | +#: app/helpers/application_helper.rb:142 |
31 | msgid "This is %s, version %s" | 31 | msgid "This is %s, version %s" |
32 | msgstr "" | 32 | msgstr "" |
33 | 33 | ||
34 | -#: app/helpers/application_helper.rb:268 | 34 | +#: app/helpers/application_helper.rb:316 |
35 | #: app/views/memberships/new_community.rhtml:12 | 35 | #: app/views/memberships/new_community.rhtml:12 |
36 | -#: app/views/manage_products/_change_image.rhtml:5 | ||
37 | #: app/views/box_organizer/edit.rhtml:9 | 36 | #: app/views/box_organizer/edit.rhtml:9 |
38 | -#: app/views/admin_panel/site_info.rhtml:11 | ||
39 | -#: app/views/cms/select_article_type.rhtml:12 app/views/tasks/_task.rhtml:12 | ||
40 | -#: app/views/account/login.rhtml:22 | 37 | +#: app/views/admin_panel/site_info.rhtml:11 app/views/cms/edit.rhtml:35 |
38 | +#: app/views/cms/edit.rhtml:37 app/views/cms/select_article_type.rhtml:12 | ||
39 | +#: app/views/tasks/_task.rhtml:12 app/views/account/login.rhtml:22 | ||
40 | +#: app/views/shared/_change_image.rhtml:2 | ||
41 | msgid "Cancel" | 41 | msgid "Cancel" |
42 | msgstr "" | 42 | msgstr "" |
43 | 43 | ||
44 | -#: app/helpers/application_helper.rb:310 app/models/product.rb:34 | 44 | +#: app/helpers/application_helper.rb:358 app/models/product.rb:34 |
45 | msgid "Uncategorized product" | 45 | msgid "Uncategorized product" |
46 | msgstr "" | 46 | msgstr "" |
47 | 47 | ||
48 | -#: app/helpers/application_helper.rb:316 | 48 | +#: app/helpers/application_helper.rb:364 |
49 | msgid "No product" | 49 | msgid "No product" |
50 | msgstr "" | 50 | msgstr "" |
51 | 51 | ||
52 | -#: app/helpers/application_helper.rb:402 | 52 | +#: app/helpers/application_helper.rb:450 |
53 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 53 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
54 | msgstr "" | 54 | msgstr "" |
55 | 55 | ||
56 | -#: app/helpers/application_helper.rb:417 | 56 | +#: app/helpers/application_helper.rb:486 app/views/categories/index.rhtml:1 |
57 | +#: app/views/content_viewer/view_page.rhtml:54 | ||
58 | +msgid "Categories" | ||
59 | +msgstr "" | ||
60 | + | ||
61 | +#: app/helpers/application_helper.rb:508 | ||
62 | +msgid "open" | ||
63 | +msgstr "" | ||
64 | + | ||
65 | +#: app/helpers/application_helper.rb:544 | ||
66 | +msgid "Search..." | ||
67 | +msgstr "" | ||
68 | + | ||
69 | +#: app/helpers/application_helper.rb:546 | ||
70 | +msgid "This is a search box. Click, write your query, and press enter to find" | ||
71 | +msgstr "" | ||
72 | + | ||
73 | +#: app/helpers/application_helper.rb:547 | ||
74 | +msgid "Click, write and press enter to find" | ||
75 | +msgstr "" | ||
76 | + | ||
77 | +#: app/helpers/application_helper.rb:553 | ||
78 | +#: app/views/region_validators/region.rhtml:23 | ||
79 | +#: app/views/search/enterprises.rhtml:12 app/views/search/people.rhtml:12 | ||
80 | +#: app/views/search/_sellers_form.rhtml:8 | ||
81 | +#: app/views/search/_search_form.rhtml:14 | ||
82 | +#: app/views/search/communities.rhtml:12 app/views/search/articles.rhtml:12 | ||
83 | +#: app/views/home/index.rhtml:6 app/views/home/index.rhtml:12 | ||
84 | +msgid "Search" | ||
85 | +msgstr "" | ||
86 | + | ||
87 | +#: app/helpers/dates_helper.rb:8 | ||
57 | msgid "%d %B %Y" | 88 | msgid "%d %B %Y" |
58 | msgstr "" | 89 | msgstr "" |
59 | 90 | ||
60 | -#: app/helpers/application_helper.rb:426 | 91 | +#: app/helpers/dates_helper.rb:17 |
61 | msgid "%d %B %Y, %H:%m" | 92 | msgid "%d %B %Y, %H:%m" |
62 | msgstr "" | 93 | msgstr "" |
63 | 94 | ||
64 | -#: app/helpers/application_helper.rb:456 app/views/categories/index.rhtml:1 | ||
65 | -#: app/views/content_viewer/view_page.rhtml:56 | ||
66 | -msgid "Categories" | 95 | +#: app/helpers/dates_helper.rb:27 |
96 | +msgid "from %s to %s" | ||
67 | msgstr "" | 97 | msgstr "" |
68 | 98 | ||
69 | -#: app/helpers/application_helper.rb:477 | ||
70 | -msgid "open" | 99 | +#: app/helpers/dates_helper.rb:34 |
100 | +msgid "Sunday" | ||
101 | +msgstr "" | ||
102 | + | ||
103 | +#: app/helpers/dates_helper.rb:35 | ||
104 | +msgid "Monday" | ||
105 | +msgstr "" | ||
106 | + | ||
107 | +#: app/helpers/dates_helper.rb:36 | ||
108 | +msgid "Tuesday" | ||
109 | +msgstr "" | ||
110 | + | ||
111 | +#: app/helpers/dates_helper.rb:37 | ||
112 | +msgid "Wednesday" | ||
113 | +msgstr "" | ||
114 | + | ||
115 | +#: app/helpers/dates_helper.rb:38 | ||
116 | +msgid "Thursday" | ||
117 | +msgstr "" | ||
118 | + | ||
119 | +#: app/helpers/dates_helper.rb:39 | ||
120 | +msgid "Friday" | ||
121 | +msgstr "" | ||
122 | + | ||
123 | +#: app/helpers/dates_helper.rb:40 | ||
124 | +msgid "Saturday" | ||
125 | +msgstr "" | ||
126 | + | ||
127 | +#: app/helpers/dates_helper.rb:47 | ||
128 | +msgid "January" | ||
129 | +msgstr "" | ||
130 | + | ||
131 | +#: app/helpers/dates_helper.rb:48 | ||
132 | +msgid "February" | ||
133 | +msgstr "" | ||
134 | + | ||
135 | +#: app/helpers/dates_helper.rb:49 | ||
136 | +msgid "March" | ||
137 | +msgstr "" | ||
138 | + | ||
139 | +#: app/helpers/dates_helper.rb:50 | ||
140 | +msgid "April" | ||
141 | +msgstr "" | ||
142 | + | ||
143 | +#: app/helpers/dates_helper.rb:51 | ||
144 | +msgid "May" | ||
145 | +msgstr "" | ||
146 | + | ||
147 | +#: app/helpers/dates_helper.rb:52 | ||
148 | +msgid "June" | ||
149 | +msgstr "" | ||
150 | + | ||
151 | +#: app/helpers/dates_helper.rb:53 | ||
152 | +msgid "July" | ||
153 | +msgstr "" | ||
154 | + | ||
155 | +#: app/helpers/dates_helper.rb:54 | ||
156 | +msgid "August" | ||
157 | +msgstr "" | ||
158 | + | ||
159 | +#: app/helpers/dates_helper.rb:55 | ||
160 | +msgid "September" | ||
161 | +msgstr "" | ||
162 | + | ||
163 | +#: app/helpers/dates_helper.rb:56 | ||
164 | +msgid "October" | ||
165 | +msgstr "" | ||
166 | + | ||
167 | +#: app/helpers/dates_helper.rb:57 | ||
168 | +msgid "November" | ||
169 | +msgstr "" | ||
170 | + | ||
171 | +#: app/helpers/dates_helper.rb:58 | ||
172 | +msgid "December" | ||
173 | +msgstr "" | ||
174 | + | ||
175 | +#: app/helpers/dates_helper.rb:61 | ||
176 | +msgid "%{month} %{year}" | ||
71 | msgstr "" | 177 | msgstr "" |
72 | 178 | ||
73 | #: app/helpers/cms_helper.rb:5 | 179 | #: app/helpers/cms_helper.rb:5 |
@@ -82,7 +188,7 @@ msgstr "" | @@ -82,7 +188,7 @@ msgstr "" | ||
82 | msgid "Rejected" | 188 | msgid "Rejected" |
83 | msgstr "" | 189 | msgstr "" |
84 | 190 | ||
85 | -#: app/helpers/language_helper.rb:20 | 191 | +#: app/helpers/language_helper.rb:22 |
86 | msgid "" | 192 | msgid "" |
87 | "The language you choose here is the language used for options, buttons, etc. " | 193 | "The language you choose here is the language used for options, buttons, etc. " |
88 | "It does not affect the language of the content created by other users." | 194 | "It does not affect the language of the content created by other users." |
@@ -105,17 +211,15 @@ msgid "Remove block" | @@ -105,17 +211,15 @@ msgid "Remove block" | ||
105 | msgstr "" | 211 | msgstr "" |
106 | 212 | ||
107 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 | 213 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 |
108 | -#: app/views/content_viewer/view_page.rhtml:26 app/views/cms/view.rhtml:70 | ||
109 | -#: app/views/role/index.rhtml:6 | 214 | +#: app/views/manage_products/index.rhtml:14 |
215 | +#: app/views/manage_products/index.rhtml:38 | ||
216 | +#: app/views/content_viewer/view_page.rhtml:33 app/views/cms/view.rhtml:65 | ||
217 | +#: app/views/role/index.rhtml:6 app/views/profile_members/index.rhtml:14 | ||
110 | msgid "Edit" | 218 | msgid "Edit" |
111 | msgstr "" | 219 | msgstr "" |
112 | 220 | ||
113 | -#: app/helpers/profile_helper.rb:6 | ||
114 | -msgid "This profile does not have any public information" | ||
115 | -msgstr "" | ||
116 | - | ||
117 | -#: app/helpers/profile_helper.rb:11 | ||
118 | -msgid "edit your informations" | 221 | +#: app/helpers/profile_helper.rb:7 |
222 | +msgid "edit your information" | ||
119 | msgstr "" | 223 | msgstr "" |
120 | 224 | ||
121 | #: app/helpers/tags_helper.rb:33 | 225 | #: app/helpers/tags_helper.rb:33 |
@@ -179,41 +283,49 @@ msgid "Type of category" | @@ -179,41 +283,49 @@ msgid "Type of category" | ||
179 | msgstr "" | 283 | msgstr "" |
180 | 284 | ||
181 | #: app/helpers/assets_helper.rb:7 | 285 | #: app/helpers/assets_helper.rb:7 |
182 | -#: app/controllers/public/search_controller.rb:52 app/views/cms/view.rhtml:25 | 286 | +#: app/controllers/public/search_controller.rb:92 |
183 | msgid "Articles" | 287 | msgid "Articles" |
184 | msgstr "" | 288 | msgstr "" |
185 | 289 | ||
186 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 | 290 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 |
187 | -#: app/controllers/public/search_controller.rb:55 | 291 | +#: app/controllers/public/search_controller.rb:94 |
188 | msgid "People" | 292 | msgid "People" |
189 | msgstr "" | 293 | msgstr "" |
190 | 294 | ||
191 | #: app/helpers/assets_helper.rb:9 | 295 | #: app/helpers/assets_helper.rb:9 |
192 | -#: app/controllers/public/search_controller.rb:57 | 296 | +#: app/controllers/public/search_controller.rb:96 |
193 | msgid "Products" | 297 | msgid "Products" |
194 | msgstr "" | 298 | msgstr "" |
195 | 299 | ||
196 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 | 300 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 |
197 | -#: app/controllers/public/search_controller.rb:54 | 301 | +#: app/controllers/public/search_controller.rb:93 |
198 | #: app/views/profile/index.rhtml:17 | 302 | #: app/views/profile/index.rhtml:17 |
199 | msgid "Enterprises" | 303 | msgid "Enterprises" |
200 | msgstr "" | 304 | msgstr "" |
201 | 305 | ||
202 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 | 306 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 |
203 | -#: app/controllers/public/search_controller.rb:56 | 307 | +#: app/controllers/public/search_controller.rb:95 |
204 | #: app/views/profile/index.rhtml:16 | 308 | #: app/views/profile/index.rhtml:16 |
205 | msgid "Communities" | 309 | msgid "Communities" |
206 | msgstr "" | 310 | msgstr "" |
207 | 311 | ||
208 | #: app/helpers/assets_helper.rb:12 | 312 | #: app/helpers/assets_helper.rb:12 |
209 | -#: app/controllers/public/search_controller.rb:53 | ||
210 | -msgid "Comments" | 313 | +#: app/controllers/public/search_controller.rb:97 |
314 | +msgid "Events" | ||
211 | msgstr "" | 315 | msgstr "" |
212 | 316 | ||
213 | #: app/models/enterprise.rb:5 | 317 | #: app/models/enterprise.rb:5 |
214 | msgid "Enterprise" | 318 | msgid "Enterprise" |
215 | msgstr "" | 319 | msgstr "" |
216 | 320 | ||
321 | +#: app/models/product_search_block.rb:4 | ||
322 | +msgid "A block to search products." | ||
323 | +msgstr "" | ||
324 | + | ||
325 | +#: app/models/product_search_block.rb:8 | ||
326 | +msgid "Product search" | ||
327 | +msgstr "" | ||
328 | + | ||
217 | #: app/models/community.rb:2 | 329 | #: app/models/community.rb:2 |
218 | msgid "Community" | 330 | msgid "Community" |
219 | msgstr "" | 331 | msgstr "" |
@@ -286,6 +398,22 @@ msgstr "" | @@ -286,6 +398,22 @@ msgstr "" | ||
286 | msgid "The task was cancelled at %s" | 398 | msgid "The task was cancelled at %s" |
287 | msgstr "" | 399 | msgstr "" |
288 | 400 | ||
401 | +#: app/models/favorite_enterprises_block.rb:4 | ||
402 | +msgid "Favorite Enterprises" | ||
403 | +msgstr "" | ||
404 | + | ||
405 | +#: app/models/favorite_enterprises_block.rb:8 | ||
406 | +msgid "This user's favorite enterprises." | ||
407 | +msgstr "" | ||
408 | + | ||
409 | +#: app/models/favorite_enterprises_block.rb:12 | ||
410 | +msgid "A block that displays your favorite enterprises" | ||
411 | +msgstr "" | ||
412 | + | ||
413 | +#: app/models/favorite_enterprises_block.rb:19 | ||
414 | +msgid "All favorite enterprises" | ||
415 | +msgstr "" | ||
416 | + | ||
289 | #: app/models/rss_feed.rb:77 | 417 | #: app/models/rss_feed.rb:77 |
290 | msgid "%s's RSS feed" | 418 | msgid "%s's RSS feed" |
291 | msgstr "" | 419 | msgstr "" |
@@ -394,6 +522,18 @@ msgstr "" | @@ -394,6 +522,18 @@ msgstr "" | ||
394 | msgid "Article|Advertise" | 522 | msgid "Article|Advertise" |
395 | msgstr "" | 523 | msgstr "" |
396 | 524 | ||
525 | +#: app/models/article.rb:- | ||
526 | +msgid "Article|Published" | ||
527 | +msgstr "" | ||
528 | + | ||
529 | +#: app/models/article.rb:- | ||
530 | +msgid "Article|Start date" | ||
531 | +msgstr "" | ||
532 | + | ||
533 | +#: app/models/article.rb:- | ||
534 | +msgid "Article|End date" | ||
535 | +msgstr "" | ||
536 | + | ||
397 | #: app/models/article.rb:9 | 537 | #: app/models/article.rb:9 |
398 | msgid "" | 538 | msgid "" |
399 | "%{fn} (the code generated from the article name) is already being used by " | 539 | "%{fn} (the code generated from the article name) is already being used by " |
@@ -404,26 +544,10 @@ msgstr "" | @@ -404,26 +544,10 @@ msgstr "" | ||
404 | msgid "Tag list" | 544 | msgid "Tag list" |
405 | msgstr "" | 545 | msgstr "" |
406 | 546 | ||
407 | -#: app/models/article.rb:80 | 547 | +#: app/models/article.rb:84 |
408 | msgid "HTML Text document" | 548 | msgid "HTML Text document" |
409 | msgstr "" | 549 | msgstr "" |
410 | 550 | ||
411 | -#: app/models/article.rb:89 | ||
412 | -msgid "Article" | ||
413 | -msgstr "" | ||
414 | - | ||
415 | -#: app/models/article.rb:91 | ||
416 | -msgid "\"%s\" article" | ||
417 | -msgstr "" | ||
418 | - | ||
419 | -#: app/models/article.rb:97 | ||
420 | -msgid "An ordinary article" | ||
421 | -msgstr "" | ||
422 | - | ||
423 | -#: app/models/article.rb:99 | ||
424 | -msgid "An article of type \"%s\"" | ||
425 | -msgstr "" | ||
426 | - | ||
427 | #: app/models/box.rb:- | 551 | #: app/models/box.rb:- |
428 | msgid "box" | 552 | msgid "box" |
429 | msgstr "" | 553 | msgstr "" |
@@ -566,56 +690,64 @@ msgstr "" | @@ -566,56 +690,64 @@ msgstr "" | ||
566 | msgid "Profile|Geocode precision" | 690 | msgid "Profile|Geocode precision" |
567 | msgstr "" | 691 | msgstr "" |
568 | 692 | ||
569 | -#: app/models/profile.rb:19 | 693 | +#: app/models/profile.rb:25 app/views/profile_editor/edit.rhtml:1 |
570 | msgid "Edit profile" | 694 | msgid "Edit profile" |
571 | msgstr "" | 695 | msgstr "" |
572 | 696 | ||
573 | -#: app/models/profile.rb:20 | 697 | +#: app/models/profile.rb:26 |
574 | msgid "Destroy profile" | 698 | msgid "Destroy profile" |
575 | msgstr "" | 699 | msgstr "" |
576 | 700 | ||
577 | -#: app/models/profile.rb:21 | 701 | +#: app/models/profile.rb:27 |
578 | msgid "Manage memberships" | 702 | msgid "Manage memberships" |
579 | msgstr "" | 703 | msgstr "" |
580 | 704 | ||
581 | -#: app/models/profile.rb:22 | 705 | +#: app/models/profile.rb:28 |
582 | msgid "Post content" | 706 | msgid "Post content" |
583 | msgstr "" | 707 | msgstr "" |
584 | 708 | ||
585 | -#: app/models/profile.rb:23 | 709 | +#: app/models/profile.rb:29 |
586 | msgid "Edit profile design" | 710 | msgid "Edit profile design" |
587 | msgstr "" | 711 | msgstr "" |
588 | 712 | ||
589 | -#: app/models/profile.rb:24 | 713 | +#: app/models/profile.rb:30 |
590 | msgid "Manage products" | 714 | msgid "Manage products" |
591 | msgstr "" | 715 | msgstr "" |
592 | 716 | ||
593 | -#: app/models/profile.rb:25 app/views/profile_editor/index.rhtml:25 | 717 | +#: app/models/profile.rb:31 app/views/profile_editor/index.rhtml:19 |
594 | msgid "Manage friends" | 718 | msgid "Manage friends" |
595 | msgstr "" | 719 | msgstr "" |
596 | 720 | ||
597 | -#: app/models/profile.rb:26 | 721 | +#: app/models/profile.rb:32 |
598 | msgid "Validate enterprise" | 722 | msgid "Validate enterprise" |
599 | msgstr "" | 723 | msgstr "" |
600 | 724 | ||
601 | -#: app/models/profile.rb:27 | ||
602 | -msgid "Peform task" | 725 | +#: app/models/profile.rb:33 |
726 | +msgid "Perform task" | ||
603 | msgstr "" | 727 | msgstr "" |
604 | 728 | ||
605 | -#: app/models/profile.rb:89 | 729 | +#: app/models/profile.rb:111 |
606 | msgid "An existing profile cannot be renamed." | 730 | msgid "An existing profile cannot be renamed." |
607 | msgstr "" | 731 | msgstr "" |
608 | 732 | ||
609 | -#: app/models/profile.rb:265 | 733 | +#: app/models/profile.rb:266 |
610 | msgid "%s's home page" | 734 | msgid "%s's home page" |
611 | msgstr "" | 735 | msgstr "" |
612 | 736 | ||
613 | -#: app/models/profile.rb:265 | 737 | +#: app/models/profile.rb:266 |
614 | msgid "" | 738 | msgid "" |
615 | "<p>This is a default homepage created for %s. It can be changed though the " | 739 | "<p>This is a default homepage created for %s. It can be changed though the " |
616 | "control panel.</p>" | 740 | "control panel.</p>" |
617 | msgstr "" | 741 | msgstr "" |
618 | 742 | ||
743 | +#: app/models/profile.rb:285 | ||
744 | +msgid "%s can't has members" | ||
745 | +msgstr "" | ||
746 | + | ||
747 | +#: app/models/profile.rb:302 | ||
748 | +msgid "%s can't has moderators" | ||
749 | +msgstr "" | ||
750 | + | ||
619 | #: app/models/category.rb:- | 751 | #: app/models/category.rb:- |
620 | msgid "category" | 752 | msgid "category" |
621 | msgstr "" | 753 | msgstr "" |
@@ -799,6 +931,10 @@ msgstr "" | @@ -799,6 +931,10 @@ msgstr "" | ||
799 | msgid "User|Environment" | 931 | msgid "User|Environment" |
800 | msgstr "" | 932 | msgstr "" |
801 | 933 | ||
934 | +#: app/models/user.rb:- | ||
935 | +msgid "User|Password type" | ||
936 | +msgstr "" | ||
937 | + | ||
802 | #: app/models/user.rb:7 | 938 | #: app/models/user.rb:7 |
803 | msgid "User|Password" | 939 | msgid "User|Password" |
804 | msgstr "" | 940 | msgstr "" |
@@ -835,6 +971,14 @@ msgstr "" | @@ -835,6 +971,14 @@ msgstr "" | ||
835 | msgid "Block|Position" | 971 | msgid "Block|Position" |
836 | msgstr "" | 972 | msgstr "" |
837 | 973 | ||
974 | +#: app/models/folder.rb:4 | ||
975 | +msgid "Folder" | ||
976 | +msgstr "" | ||
977 | + | ||
978 | +#: app/models/folder.rb:8 | ||
979 | +msgid "A folder, inside which you can put other articles." | ||
980 | +msgstr "" | ||
981 | + | ||
838 | #: app/models/communities_block.rb:4 | 982 | #: app/models/communities_block.rb:4 |
839 | msgid "A block that displays your communities" | 983 | msgid "A block that displays your communities" |
840 | msgstr "" | 984 | msgstr "" |
@@ -847,46 +991,6 @@ msgstr "" | @@ -847,46 +991,6 @@ msgstr "" | ||
847 | msgid "All communities" | 991 | msgid "All communities" |
848 | msgstr "" | 992 | msgstr "" |
849 | 993 | ||
850 | -#: app/models/organization_info.rb:- | ||
851 | -msgid "organization info" | ||
852 | -msgstr "" | ||
853 | - | ||
854 | -#: app/models/organization_info.rb:- | ||
855 | -msgid "OrganizationInfo|Organization" | ||
856 | -msgstr "" | ||
857 | - | ||
858 | -#: app/models/organization_info.rb:- | ||
859 | -msgid "OrganizationInfo|Contact person" | ||
860 | -msgstr "" | ||
861 | - | ||
862 | -#: app/models/organization_info.rb:- | ||
863 | -msgid "OrganizationInfo|Contact email" | ||
864 | -msgstr "" | ||
865 | - | ||
866 | -#: app/models/organization_info.rb:- | ||
867 | -msgid "OrganizationInfo|Acronym" | ||
868 | -msgstr "" | ||
869 | - | ||
870 | -#: app/models/organization_info.rb:- | ||
871 | -msgid "OrganizationInfo|Foundation year" | ||
872 | -msgstr "" | ||
873 | - | ||
874 | -#: app/models/organization_info.rb:- | ||
875 | -msgid "OrganizationInfo|Legal form" | ||
876 | -msgstr "" | ||
877 | - | ||
878 | -#: app/models/organization_info.rb:- | ||
879 | -msgid "OrganizationInfo|Economic activity" | ||
880 | -msgstr "" | ||
881 | - | ||
882 | -#: app/models/organization_info.rb:- | ||
883 | -msgid "OrganizationInfo|Management information" | ||
884 | -msgstr "" | ||
885 | - | ||
886 | -#: app/models/organization_info.rb:- | ||
887 | -msgid "OrganizationInfo|Validated" | ||
888 | -msgstr "" | ||
889 | - | ||
890 | #: app/models/article_categorization.rb:- | 994 | #: app/models/article_categorization.rb:- |
891 | msgid "articles category" | 995 | msgid "articles category" |
892 | msgstr "" | 996 | msgstr "" |
@@ -919,58 +1023,6 @@ msgstr "" | @@ -919,58 +1023,6 @@ msgstr "" | ||
919 | msgid "Consumption|Aditional specifications" | 1023 | msgid "Consumption|Aditional specifications" |
920 | msgstr "" | 1024 | msgstr "" |
921 | 1025 | ||
922 | -#: app/models/person_info.rb:- | ||
923 | -msgid "person info" | ||
924 | -msgstr "" | ||
925 | - | ||
926 | -#: app/models/person_info.rb:- | ||
927 | -msgid "PersonInfo|Name" | ||
928 | -msgstr "" | ||
929 | - | ||
930 | -#: app/models/person_info.rb:- | ||
931 | -msgid "PersonInfo|Photo" | ||
932 | -msgstr "" | ||
933 | - | ||
934 | -#: app/models/person_info.rb:- | ||
935 | -msgid "PersonInfo|Contact information" | ||
936 | -msgstr "" | ||
937 | - | ||
938 | -#: app/models/person_info.rb:- | ||
939 | -msgid "PersonInfo|Birth date" | ||
940 | -msgstr "" | ||
941 | - | ||
942 | -#: app/models/person_info.rb:- | ||
943 | -msgid "PersonInfo|Sex" | ||
944 | -msgstr "" | ||
945 | - | ||
946 | -#: app/models/person_info.rb:- | ||
947 | -msgid "PersonInfo|Address" | ||
948 | -msgstr "" | ||
949 | - | ||
950 | -#: app/models/person_info.rb:- | ||
951 | -msgid "PersonInfo|City" | ||
952 | -msgstr "" | ||
953 | - | ||
954 | -#: app/models/person_info.rb:- | ||
955 | -msgid "PersonInfo|State" | ||
956 | -msgstr "" | ||
957 | - | ||
958 | -#: app/models/person_info.rb:- | ||
959 | -msgid "PersonInfo|Country" | ||
960 | -msgstr "" | ||
961 | - | ||
962 | -#: app/models/person_info.rb:- | ||
963 | -msgid "PersonInfo|Created at" | ||
964 | -msgstr "" | ||
965 | - | ||
966 | -#: app/models/person_info.rb:- | ||
967 | -msgid "PersonInfo|Updated at" | ||
968 | -msgstr "" | ||
969 | - | ||
970 | -#: app/models/person_info.rb:- | ||
971 | -msgid "PersonInfo|Person" | ||
972 | -msgstr "" | ||
973 | - | ||
974 | #: app/models/profile_list_block.rb:6 | 1026 | #: app/models/profile_list_block.rb:6 |
975 | msgid "A block that displays random profiles" | 1027 | msgid "A block that displays random profiles" |
976 | msgstr "" | 1028 | msgstr "" |
@@ -984,7 +1036,7 @@ msgid "Clicking on the people or groups will take you to their home page." | @@ -984,7 +1036,7 @@ msgid "Clicking on the people or groups will take you to their home page." | ||
984 | msgstr "" | 1036 | msgstr "" |
985 | 1037 | ||
986 | #: app/models/profile_list_block.rb:69 | 1038 | #: app/models/profile_list_block.rb:69 |
987 | -#: app/views/search/_display_results.rhtml:39 | 1039 | +#: app/views/search/_display_results.rhtml:40 app/views/cms/view.rhtml:73 |
988 | msgid "None" | 1040 | msgid "None" |
989 | msgstr "" | 1041 | msgstr "" |
990 | 1042 | ||
@@ -1024,7 +1076,7 @@ msgstr "" | @@ -1024,7 +1076,7 @@ msgstr "" | ||
1024 | msgid "Comment|Created at" | 1076 | msgid "Comment|Created at" |
1025 | msgstr "" | 1077 | msgstr "" |
1026 | 1078 | ||
1027 | -#: app/models/comment.rb:18 | 1079 | +#: app/models/comment.rb:16 |
1028 | msgid "%{fn} can only be informed for unauthenticated authors" | 1080 | msgid "%{fn} can only be informed for unauthenticated authors" |
1029 | msgstr "" | 1081 | msgstr "" |
1030 | 1082 | ||
@@ -1108,6 +1160,10 @@ msgstr "" | @@ -1108,6 +1160,10 @@ msgstr "" | ||
1108 | msgid "Thumbnail|Thumbnail" | 1160 | msgid "Thumbnail|Thumbnail" |
1109 | msgstr "" | 1161 | msgstr "" |
1110 | 1162 | ||
1163 | +#: app/models/sellers_search_block.rb:4 | ||
1164 | +msgid "A search for enterprises by products selled and local" | ||
1165 | +msgstr "" | ||
1166 | + | ||
1111 | #: app/models/person.rb:10 | 1167 | #: app/models/person.rb:10 |
1112 | msgid "friends" | 1168 | msgid "friends" |
1113 | msgstr "" | 1169 | msgstr "" |
@@ -1246,7 +1302,7 @@ msgstr "" | @@ -1246,7 +1302,7 @@ msgstr "" | ||
1246 | msgid "The data provided by the enterprise was the following:\n" | 1302 | msgid "The data provided by the enterprise was the following:\n" |
1247 | msgstr "" | 1303 | msgstr "" |
1248 | 1304 | ||
1249 | -#: app/models/create_enterprise.rb:150 | 1305 | +#: app/models/create_enterprise.rb:150 app/views/memberships/index.rhtml:12 |
1250 | msgid "Name: %s" | 1306 | msgid "Name: %s" |
1251 | msgstr "" | 1307 | msgstr "" |
1252 | 1308 | ||
@@ -1344,7 +1400,11 @@ msgstr "" | @@ -1344,7 +1400,11 @@ msgstr "" | ||
1344 | msgid "%{fn} must not start with www." | 1400 | msgid "%{fn} must not start with www." |
1345 | msgstr "" | 1401 | msgstr "" |
1346 | 1402 | ||
1347 | -#: app/models/add_friend.rb:25 | 1403 | +#: app/models/add_member.rb:25 |
1404 | +msgid "%s wants to be a member" | ||
1405 | +msgstr "" | ||
1406 | + | ||
1407 | +#: app/models/add_friend.rb:27 | ||
1348 | msgid "%s wants to be your friend" | 1408 | msgid "%s wants to be your friend" |
1349 | msgstr "" | 1409 | msgstr "" |
1350 | 1410 | ||
@@ -1426,6 +1486,31 @@ msgid "" | @@ -1426,6 +1486,31 @@ msgid "" | ||
1426 | "<i>%{env}</i> and useful links." | 1486 | "<i>%{env}</i> and useful links." |
1427 | msgstr "" | 1487 | msgstr "" |
1428 | 1488 | ||
1489 | +#: app/models/event.rb:13 | ||
1490 | +msgid "%{fn} cannot come before end date." | ||
1491 | +msgstr "" | ||
1492 | + | ||
1493 | +#: app/models/event.rb:18 | ||
1494 | +msgid "A calendar event" | ||
1495 | +msgstr "" | ||
1496 | + | ||
1497 | +#: app/models/event.rb:22 | ||
1498 | +msgid "Event" | ||
1499 | +msgstr "" | ||
1500 | + | ||
1501 | +#: app/models/event.rb:67 | ||
1502 | +msgid "URL:" | ||
1503 | +msgstr "" | ||
1504 | + | ||
1505 | +#: app/models/event.rb:71 app/views/enterprise_editor/index.rhtml:6 | ||
1506 | +#: app/views/cms/_event.rhtml:14 | ||
1507 | +msgid "Address:" | ||
1508 | +msgstr "" | ||
1509 | + | ||
1510 | +#: app/models/event.rb:75 | ||
1511 | +msgid "When:" | ||
1512 | +msgstr "" | ||
1513 | + | ||
1429 | #: app/models/members_block.rb:4 | 1514 | #: app/models/members_block.rb:4 |
1430 | msgid "A block that displays members." | 1515 | msgid "A block that displays members." |
1431 | msgstr "" | 1516 | msgstr "" |
@@ -1479,48 +1564,64 @@ msgstr "" | @@ -1479,48 +1564,64 @@ msgstr "" | ||
1479 | msgid "Failed to edit role" | 1564 | msgid "Failed to edit role" |
1480 | msgstr "" | 1565 | msgstr "" |
1481 | 1566 | ||
1482 | -#: app/controllers/my_profile/consumed_products_controller.rb:15 | ||
1483 | -#: app/controllers/my_profile/manage_products_controller.rb:21 | 1567 | +#: app/controllers/my_profile/memberships_controller.rb:13 |
1568 | +msgid "%s administrator still needs to accept you as member." | ||
1569 | +msgstr "" | ||
1570 | + | ||
1571 | +#: app/controllers/my_profile/friends_controller.rb:15 | ||
1572 | +msgid "%s still needs to accept being your friend." | ||
1573 | +msgstr "" | ||
1574 | + | ||
1575 | +#: app/controllers/my_profile/cms_controller.rb:97 | ||
1576 | +msgid "Article \"%s\" configured as home page." | ||
1577 | +msgstr "" | ||
1578 | + | ||
1579 | +#: app/controllers/my_profile/manage_products_controller.rb:22 | ||
1484 | msgid "Product succesfully created" | 1580 | msgid "Product succesfully created" |
1485 | msgstr "" | 1581 | msgstr "" |
1486 | 1582 | ||
1487 | -#: app/controllers/my_profile/consumed_products_controller.rb:18 | ||
1488 | -#: app/controllers/my_profile/manage_products_controller.rb:24 | 1583 | +#: app/controllers/my_profile/manage_products_controller.rb:25 |
1489 | msgid "Could not create the product" | 1584 | msgid "Could not create the product" |
1490 | msgstr "" | 1585 | msgstr "" |
1491 | 1586 | ||
1492 | -#: app/controllers/my_profile/consumed_products_controller.rb:26 | ||
1493 | -#: app/controllers/my_profile/manage_products_controller.rb:46 | 1587 | +#: app/controllers/my_profile/manage_products_controller.rb:36 |
1588 | +msgid "Product succesfully updated" | ||
1589 | +msgstr "" | ||
1590 | + | ||
1591 | +#: app/controllers/my_profile/manage_products_controller.rb:39 | ||
1592 | +msgid "Could not update the product" | ||
1593 | +msgstr "" | ||
1594 | + | ||
1595 | +#: app/controllers/my_profile/manage_products_controller.rb:47 | ||
1494 | msgid "Product succesfully removed" | 1596 | msgid "Product succesfully removed" |
1495 | msgstr "" | 1597 | msgstr "" |
1496 | 1598 | ||
1497 | -#: app/controllers/my_profile/consumed_products_controller.rb:28 | ||
1498 | -#: app/controllers/my_profile/manage_products_controller.rb:49 | 1599 | +#: app/controllers/my_profile/manage_products_controller.rb:50 |
1499 | msgid "Could not remove the product" | 1600 | msgid "Could not remove the product" |
1500 | msgstr "" | 1601 | msgstr "" |
1501 | 1602 | ||
1502 | -#: app/controllers/my_profile/profile_editor_controller.rb:27 | ||
1503 | -msgid "Image successfully uploaded" | 1603 | +#: app/controllers/my_profile/manage_products_controller.rb:65 |
1604 | +msgid "Raw material succesfully created" | ||
1504 | msgstr "" | 1605 | msgstr "" |
1505 | 1606 | ||
1506 | -#: app/controllers/my_profile/profile_editor_controller.rb:30 | ||
1507 | -msgid "Could not upload image" | 1607 | +#: app/controllers/my_profile/manage_products_controller.rb:68 |
1608 | +msgid "Could not create the raw material" | ||
1508 | msgstr "" | 1609 | msgstr "" |
1509 | 1610 | ||
1510 | -#: app/controllers/my_profile/friends_controller.rb:14 | ||
1511 | -msgid "%s still needs to accept being your friend." | 1611 | +#: app/controllers/my_profile/manage_products_controller.rb:76 |
1612 | +msgid "Raw material succesfully removed" | ||
1512 | msgstr "" | 1613 | msgstr "" |
1513 | 1614 | ||
1514 | -#: app/controllers/my_profile/cms_controller.rb:92 | ||
1515 | -msgid "Article \"%s\" configured as home page." | 1615 | +#: app/controllers/my_profile/manage_products_controller.rb:78 |
1616 | +msgid "Could not remove the raw material" | ||
1516 | msgstr "" | 1617 | msgstr "" |
1517 | 1618 | ||
1518 | -#: app/controllers/my_profile/manage_products_controller.rb:35 | ||
1519 | -msgid "Product succesfully updated" | 1619 | +#: app/controllers/my_profile/manage_products_controller.rb:87 |
1620 | +msgid "Raw material succesfully updated" | ||
1520 | msgstr "" | 1621 | msgstr "" |
1521 | 1622 | ||
1522 | -#: app/controllers/my_profile/manage_products_controller.rb:38 | ||
1523 | -msgid "Could not update the product" | 1623 | +#: app/controllers/my_profile/manage_products_controller.rb:90 |
1624 | +msgid "Could not update the raw material" | ||
1524 | msgstr "" | 1625 | msgstr "" |
1525 | 1626 | ||
1526 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 | 1627 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 |
@@ -1535,24 +1636,28 @@ msgstr "" | @@ -1535,24 +1636,28 @@ msgstr "" | ||
1535 | msgid "This action is not available for \"%s\"." | 1636 | msgid "This action is not available for \"%s\"." |
1536 | msgstr "" | 1637 | msgstr "" |
1537 | 1638 | ||
1538 | -#: app/controllers/public/search_controller.rb:82 | 1639 | +#: app/controllers/public/search_controller.rb:165 |
1539 | msgid "Recently registered people" | 1640 | msgid "Recently registered people" |
1540 | msgstr "" | 1641 | msgstr "" |
1541 | 1642 | ||
1542 | -#: app/controllers/public/search_controller.rb:83 | 1643 | +#: app/controllers/public/search_controller.rb:166 |
1543 | msgid "Recently created communities" | 1644 | msgid "Recently created communities" |
1544 | msgstr "" | 1645 | msgstr "" |
1545 | 1646 | ||
1546 | -#: app/controllers/public/search_controller.rb:84 | 1647 | +#: app/controllers/public/search_controller.rb:167 |
1547 | msgid "Recent articles" | 1648 | msgid "Recent articles" |
1548 | msgstr "" | 1649 | msgstr "" |
1549 | 1650 | ||
1550 | -#: app/controllers/public/search_controller.rb:85 | ||
1551 | -msgid "Recent comments" | 1651 | +#: app/controllers/public/search_controller.rb:168 |
1652 | +msgid "Most commented articles" | ||
1552 | msgstr "" | 1653 | msgstr "" |
1553 | 1654 | ||
1554 | -#: app/controllers/public/search_controller.rb:86 | ||
1555 | -msgid "Most commented articles" | 1655 | +#: app/controllers/public/search_controller.rb:169 |
1656 | +msgid "Recently created enterprises" | ||
1657 | +msgstr "" | ||
1658 | + | ||
1659 | +#: app/controllers/public/search_controller.rb:170 | ||
1660 | +msgid "Recently added events" | ||
1556 | msgstr "" | 1661 | msgstr "" |
1557 | 1662 | ||
1558 | #: app/controllers/public/account_controller.rb:21 | 1663 | #: app/controllers/public/account_controller.rb:21 |
@@ -1579,7 +1684,7 @@ msgstr "" | @@ -1579,7 +1684,7 @@ msgstr "" | ||
1579 | msgid "The supplied current password is incorrect." | 1684 | msgid "The supplied current password is incorrect." |
1580 | msgstr "" | 1685 | msgstr "" |
1581 | 1686 | ||
1582 | -#: app/controllers/public/content_viewer_controller.rb:65 | 1687 | +#: app/controllers/public/content_viewer_controller.rb:77 |
1583 | msgid "Comment succesfully deleted" | 1688 | msgid "Comment succesfully deleted" |
1584 | msgstr "" | 1689 | msgstr "" |
1585 | 1690 | ||
@@ -1599,27 +1704,40 @@ msgstr "" | @@ -1599,27 +1704,40 @@ msgstr "" | ||
1599 | msgid "%s is a member of the following groups:" | 1704 | msgid "%s is a member of the following groups:" |
1600 | msgstr "" | 1705 | msgstr "" |
1601 | 1706 | ||
1602 | -#: app/views/memberships/index.rhtml:10 | ||
1603 | -#: app/views/content_viewer/_comment_form.rhtml:24 | ||
1604 | -#: app/views/enterprise_editor/_form.rhtml:1 | ||
1605 | -#: app/views/enterprise_validation/_details.rhtml:3 | ||
1606 | -msgid "Name" | 1707 | +#: app/views/memberships/index.rhtml:13 |
1708 | +msgid "Role: %s" | ||
1607 | msgstr "" | 1709 | msgstr "" |
1608 | 1710 | ||
1609 | -#: app/views/memberships/index.rhtml:11 | ||
1610 | -msgid "Type" | 1711 | +#: app/views/memberships/index.rhtml:14 |
1712 | +msgid "Type: %s" | ||
1611 | msgstr "" | 1713 | msgstr "" |
1612 | 1714 | ||
1613 | -#: app/views/memberships/index.rhtml:12 | ||
1614 | -msgid "Actions" | 1715 | +#: app/views/memberships/index.rhtml:15 |
1716 | +msgid "Description: %s" | ||
1717 | +msgstr "" | ||
1718 | + | ||
1719 | +#: app/views/memberships/index.rhtml:16 | ||
1720 | +msgid "Members: %s" | ||
1721 | +msgstr "" | ||
1722 | + | ||
1723 | +#: app/views/memberships/index.rhtml:17 | ||
1724 | +msgid "Created at: %s" | ||
1615 | msgstr "" | 1725 | msgstr "" |
1616 | 1726 | ||
1617 | -#: app/views/memberships/index.rhtml:19 | 1727 | +#: app/views/memberships/index.rhtml:18 |
1728 | +msgid "Actions: %s" | ||
1729 | +msgstr "" | ||
1730 | + | ||
1731 | +#: app/views/memberships/index.rhtml:18 | ||
1618 | msgid "Manage" | 1732 | msgid "Manage" |
1619 | msgstr "" | 1733 | msgstr "" |
1620 | 1734 | ||
1735 | +#: app/views/memberships/index.rhtml:18 | ||
1736 | +msgid "Leave" | ||
1737 | +msgstr "" | ||
1738 | + | ||
1621 | #: app/views/memberships/index.rhtml:26 | 1739 | #: app/views/memberships/index.rhtml:26 |
1622 | -#: app/views/profile_editor/index.rhtml:49 | 1740 | +#: app/views/profile_editor/index.rhtml:41 |
1623 | #: app/views/profile/enterprises.rhtml:15 | 1741 | #: app/views/profile/enterprises.rhtml:15 |
1624 | msgid "Register a new Enterprise" | 1742 | msgid "Register a new Enterprise" |
1625 | msgstr "" | 1743 | msgstr "" |
@@ -1630,7 +1748,10 @@ msgstr "" | @@ -1630,7 +1748,10 @@ msgstr "" | ||
1630 | 1748 | ||
1631 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 | 1749 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 |
1632 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 | 1750 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 |
1633 | -#: app/views/profile/communities.rhtml:13 app/views/friends/index.rhtml:29 | 1751 | +#: app/views/profile/communities.rhtml:13 |
1752 | +#: app/views/profile/favorite_enterprises.rhtml:13 | ||
1753 | +#: app/views/favorite_enterprises/index.rhtml:29 | ||
1754 | +#: app/views/friends/index.rhtml:29 | ||
1634 | msgid "Go back" | 1755 | msgid "Go back" |
1635 | msgstr "" | 1756 | msgstr "" |
1636 | 1757 | ||
@@ -1646,10 +1767,22 @@ msgstr "" | @@ -1646,10 +1767,22 @@ msgstr "" | ||
1646 | msgid "Yes, I want to join." | 1767 | msgid "Yes, I want to join." |
1647 | msgstr "" | 1768 | msgstr "" |
1648 | 1769 | ||
1649 | -#: app/views/memberships/join.rhtml:10 | 1770 | +#: app/views/memberships/join.rhtml:10 app/views/memberships/leave.rhtml:10 |
1650 | msgid "No, I don't want." | 1771 | msgid "No, I don't want." |
1651 | msgstr "" | 1772 | msgstr "" |
1652 | 1773 | ||
1774 | +#: app/views/memberships/leave.rhtml:1 | ||
1775 | +msgid "Leaving %s" | ||
1776 | +msgstr "" | ||
1777 | + | ||
1778 | +#: app/views/memberships/leave.rhtml:4 | ||
1779 | +msgid "Are you sure you want to leave %s?" | ||
1780 | +msgstr "" | ||
1781 | + | ||
1782 | +#: app/views/memberships/leave.rhtml:9 | ||
1783 | +msgid "Yes, I want to leave." | ||
1784 | +msgstr "" | ||
1785 | + | ||
1653 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 | 1786 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 |
1654 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 | 1787 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 |
1655 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 | 1788 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 |
@@ -1675,13 +1808,16 @@ msgstr "" | @@ -1675,13 +1808,16 @@ msgstr "" | ||
1675 | msgid "New category" | 1808 | msgid "New category" |
1676 | msgstr "" | 1809 | msgstr "" |
1677 | 1810 | ||
1678 | -#: app/views/categories/_form.rhtml:17 app/views/box_organizer/edit.rhtml:8 | 1811 | +#: app/views/categories/_form.rhtml:18 app/views/manage_products/_form.rhtml:8 |
1812 | +#: app/views/profile_editor/edit.rhtml:11 | ||
1813 | +msgid "Image:" | ||
1814 | +msgstr "" | ||
1815 | + | ||
1816 | +#: app/views/categories/_form.rhtml:22 app/views/box_organizer/edit.rhtml:8 | ||
1679 | #: app/views/admin_panel/site_info.rhtml:10 | 1817 | #: app/views/admin_panel/site_info.rhtml:10 |
1680 | -#: app/views/profile_editor/person_info.rhtml:15 | ||
1681 | -#: app/views/profile_editor/organization_info.rhtml:12 | ||
1682 | -#: app/views/profile_editor/edit_categories.rhtml:4 | 1818 | +#: app/views/profile_editor/edit.rhtml:43 |
1683 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 | 1819 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 |
1684 | -#: app/views/cms/edit.rhtml:19 | 1820 | +#: app/views/cms/edit.rhtml:12 app/views/cms/edit.rhtml:33 |
1685 | msgid "Save" | 1821 | msgid "Save" |
1686 | msgstr "" | 1822 | msgstr "" |
1687 | 1823 | ||
@@ -1690,6 +1826,8 @@ msgid "Add subcategory" | @@ -1690,6 +1826,8 @@ msgid "Add subcategory" | ||
1690 | msgstr "" | 1826 | msgstr "" |
1691 | 1827 | ||
1692 | #: app/views/categories/_category.rhtml:9 | 1828 | #: app/views/categories/_category.rhtml:9 |
1829 | +#: app/views/manage_products/index.rhtml:39 | ||
1830 | +#: app/views/profile_members/index.rhtml:15 | ||
1693 | msgid "Remove" | 1831 | msgid "Remove" |
1694 | msgstr "" | 1832 | msgstr "" |
1695 | 1833 | ||
@@ -1702,29 +1840,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | @@ -1702,29 +1840,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | ||
1702 | msgstr "" | 1840 | msgstr "" |
1703 | 1841 | ||
1704 | #: app/views/categories/edit.rhtml:1 | 1842 | #: app/views/categories/edit.rhtml:1 |
1843 | +#: app/views/manage_products/edit_consumption.rhtml:1 | ||
1705 | msgid "Editing %s" | 1844 | msgid "Editing %s" |
1706 | msgstr "" | 1845 | msgstr "" |
1707 | 1846 | ||
1708 | -#: app/views/manage_products/_subcategories.rhtml:1 | 1847 | +#: app/views/manage_products/_subcategories.rhtml:3 |
1709 | msgid "Current category:" | 1848 | msgid "Current category:" |
1710 | msgstr "" | 1849 | msgstr "" |
1711 | 1850 | ||
1712 | -#: app/views/manage_products/_subcategories.rhtml:15 | ||
1713 | -msgid "Select a subcategory:" | 1851 | +#: app/views/manage_products/_subcategories.rhtml:8 |
1852 | +#: app/views/manage_products/index.rhtml:47 | ||
1853 | +#: app/views/environment_role_manager/index.rhtml:13 | ||
1854 | +#: app/views/enterprise_editor/index.rhtml:22 | ||
1855 | +#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1856 | +#: app/views/enterprise_validation/details.rhtml:3 | ||
1857 | +#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1858 | +#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1859 | +#: app/views/profile_members/index.rhtml:21 app/views/tasks/processed.rhtml:23 | ||
1860 | +msgid "Back" | ||
1714 | msgstr "" | 1861 | msgstr "" |
1715 | 1862 | ||
1716 | -#: app/views/manage_products/_show_thumbnail.rhtml:5 | ||
1717 | -msgid "Change image" | 1863 | +#: app/views/manage_products/_subcategories.rhtml:22 |
1864 | +msgid "Select a category:" | ||
1865 | +msgstr "" | ||
1866 | + | ||
1867 | +#: app/views/manage_products/_subcategories.rhtml:24 | ||
1868 | +msgid "Select a subcategory:" | ||
1718 | msgstr "" | 1869 | msgstr "" |
1719 | 1870 | ||
1720 | #: app/views/manage_products/show.rhtml:4 | 1871 | #: app/views/manage_products/show.rhtml:4 |
1721 | #: app/views/manage_products/_form.rhtml:5 | 1872 | #: app/views/manage_products/_form.rhtml:5 |
1722 | -#: app/views/manage_products/index.rhtml:7 | ||
1723 | msgid "Price:" | 1873 | msgid "Price:" |
1724 | msgstr "" | 1874 | msgstr "" |
1725 | 1875 | ||
1726 | #: app/views/manage_products/show.rhtml:5 | 1876 | #: app/views/manage_products/show.rhtml:5 |
1727 | -#: app/views/manage_products/_form.rhtml:6 | 1877 | +#: app/views/manage_products/_form.rhtml:6 app/views/cms/_folder.rhtml:7 |
1728 | msgid "Description:" | 1878 | msgid "Description:" |
1729 | msgstr "" | 1879 | msgstr "" |
1730 | 1880 | ||
@@ -1733,12 +1883,10 @@ msgid "Category:" | @@ -1733,12 +1883,10 @@ msgid "Category:" | ||
1733 | msgstr "" | 1883 | msgstr "" |
1734 | 1884 | ||
1735 | #: app/views/manage_products/show.rhtml:8 | 1885 | #: app/views/manage_products/show.rhtml:8 |
1736 | -#: app/views/manage_products/index.rhtml:8 | ||
1737 | msgid "edit" | 1886 | msgid "edit" |
1738 | msgstr "" | 1887 | msgstr "" |
1739 | 1888 | ||
1740 | #: app/views/manage_products/show.rhtml:9 | 1889 | #: app/views/manage_products/show.rhtml:9 |
1741 | -#: app/views/manage_products/index.rhtml:9 | ||
1742 | msgid "destroy" | 1890 | msgid "destroy" |
1743 | msgstr "" | 1891 | msgstr "" |
1744 | 1892 | ||
@@ -1747,7 +1895,6 @@ msgid "back" | @@ -1747,7 +1895,6 @@ msgid "back" | ||
1747 | msgstr "" | 1895 | msgstr "" |
1748 | 1896 | ||
1749 | #: app/views/manage_products/new.rhtml:1 | 1897 | #: app/views/manage_products/new.rhtml:1 |
1750 | -#: app/views/manage_products/index.rhtml:3 | ||
1751 | msgid "New product" | 1898 | msgid "New product" |
1752 | msgstr "" | 1899 | msgstr "" |
1753 | 1900 | ||
@@ -1755,43 +1902,75 @@ msgstr "" | @@ -1755,43 +1902,75 @@ msgstr "" | ||
1755 | msgid "Name:" | 1902 | msgid "Name:" |
1756 | msgstr "" | 1903 | msgstr "" |
1757 | 1904 | ||
1758 | -#: app/views/manage_products/_form.rhtml:7 | ||
1759 | -msgid "Image:" | ||
1760 | -msgstr "" | ||
1761 | - | ||
1762 | -#: app/views/manage_products/_form.rhtml:14 | 1905 | +#: app/views/manage_products/_form.rhtml:16 |
1763 | msgid "Create product" | 1906 | msgid "Create product" |
1764 | msgstr "" | 1907 | msgstr "" |
1765 | 1908 | ||
1766 | -#: app/views/manage_products/_form.rhtml:14 | 1909 | +#: app/views/manage_products/_form.rhtml:16 |
1910 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1767 | #: app/views/environment_role_manager/change_role.rhtml:12 | 1911 | #: app/views/environment_role_manager/change_role.rhtml:12 |
1768 | #: app/views/role/_form.rhtml:13 | 1912 | #: app/views/role/_form.rhtml:13 |
1769 | -#: app/views/profile_members/change_role.rhtml:13 | 1913 | +#: app/views/profile_members/change_role.rhtml:12 |
1770 | #: app/views/features/_features_table.rhtml:16 | 1914 | #: app/views/features/_features_table.rhtml:16 |
1771 | msgid "Save changes" | 1915 | msgid "Save changes" |
1772 | msgstr "" | 1916 | msgstr "" |
1773 | 1917 | ||
1774 | #: app/views/manage_products/index.rhtml:1 | 1918 | #: app/views/manage_products/index.rhtml:1 |
1775 | -#: app/views/consumed_products/index.rhtml:1 | ||
1776 | -msgid "Listing products" | 1919 | +msgid "Listing products and services" |
1777 | msgstr "" | 1920 | msgstr "" |
1778 | 1921 | ||
1779 | -#: app/views/manage_products/index.rhtml:12 | ||
1780 | -#: app/views/environment_role_manager/index.rhtml:13 | ||
1781 | -#: app/views/enterprise_editor/index.rhtml:22 | ||
1782 | -#: app/views/consumed_products/index.rhtml:12 | ||
1783 | -#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1784 | -#: app/views/enterprise_validation/details.rhtml:3 | ||
1785 | -#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1786 | -#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1787 | -#: app/views/profile_members/index.rhtml:13 app/views/tasks/processed.rhtml:23 | ||
1788 | -msgid "Back" | 1922 | +#: app/views/manage_products/index.rhtml:5 |
1923 | +msgid "Product" | ||
1924 | +msgstr "" | ||
1925 | + | ||
1926 | +#: app/views/manage_products/index.rhtml:6 | ||
1927 | +msgid "Price" | ||
1928 | +msgstr "" | ||
1929 | + | ||
1930 | +#: app/views/manage_products/index.rhtml:7 | ||
1931 | +#: app/views/manage_products/index.rhtml:28 app/views/cms/view.rhtml:26 | ||
1932 | +#: app/views/profile_members/index.rhtml:8 | ||
1933 | +msgid "Actions" | ||
1934 | +msgstr "" | ||
1935 | + | ||
1936 | +#: app/views/manage_products/index.rhtml:15 app/views/role/index.rhtml:7 | ||
1937 | +msgid "Destroy" | ||
1938 | +msgstr "" | ||
1939 | + | ||
1940 | +#: app/views/manage_products/index.rhtml:21 | ||
1941 | +msgid "New product or service" | ||
1942 | +msgstr "" | ||
1943 | + | ||
1944 | +#: app/views/manage_products/index.rhtml:23 | ||
1945 | +msgid "Listing raw materials" | ||
1946 | +msgstr "" | ||
1947 | + | ||
1948 | +#: app/views/manage_products/index.rhtml:27 | ||
1949 | +msgid "Raw material" | ||
1950 | +msgstr "" | ||
1951 | + | ||
1952 | +#: app/views/manage_products/index.rhtml:39 | ||
1953 | +msgid "Are you sure, you want to remove this raw material from your list" | ||
1954 | +msgstr "" | ||
1955 | + | ||
1956 | +#: app/views/manage_products/index.rhtml:45 | ||
1957 | +#: app/views/manage_products/new_consumption.rhtml:1 | ||
1958 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1959 | +msgid "Add raw material" | ||
1789 | msgstr "" | 1960 | msgstr "" |
1790 | 1961 | ||
1791 | #: app/views/manage_products/edit.rhtml:1 | 1962 | #: app/views/manage_products/edit.rhtml:1 |
1792 | msgid "Editing" | 1963 | msgid "Editing" |
1793 | msgstr "" | 1964 | msgstr "" |
1794 | 1965 | ||
1966 | +#: app/views/manage_products/_form_consumption.rhtml:4 | ||
1967 | +msgid "Raw material:" | ||
1968 | +msgstr "" | ||
1969 | + | ||
1970 | +#: app/views/manage_products/_form_consumption.rhtml:5 | ||
1971 | +msgid "Aditional specifications:" | ||
1972 | +msgstr "" | ||
1973 | + | ||
1795 | #: app/views/environment_role_manager/affiliate.rhtml:7 | 1974 | #: app/views/environment_role_manager/affiliate.rhtml:7 |
1796 | #: app/views/profile_members/affiliate.rhtml:7 | 1975 | #: app/views/profile_members/affiliate.rhtml:7 |
1797 | msgid "Affiliate" | 1976 | msgid "Affiliate" |
@@ -1822,12 +2001,10 @@ msgid "Listing Administrators" | @@ -1822,12 +2001,10 @@ msgid "Listing Administrators" | ||
1822 | msgstr "" | 2001 | msgstr "" |
1823 | 2002 | ||
1824 | #: app/views/environment_role_manager/index.rhtml:8 | 2003 | #: app/views/environment_role_manager/index.rhtml:8 |
1825 | -#: app/views/profile_members/index.rhtml:8 | ||
1826 | msgid "Edit member role" | 2004 | msgid "Edit member role" |
1827 | msgstr "" | 2005 | msgstr "" |
1828 | 2006 | ||
1829 | #: app/views/environment_role_manager/index.rhtml:9 | 2007 | #: app/views/environment_role_manager/index.rhtml:9 |
1830 | -#: app/views/profile_members/index.rhtml:9 | ||
1831 | msgid "Remove member" | 2008 | msgid "Remove member" |
1832 | msgstr "" | 2009 | msgstr "" |
1833 | 2010 | ||
@@ -1929,11 +2106,20 @@ msgstr "" | @@ -1929,11 +2106,20 @@ msgstr "" | ||
1929 | msgid "Click here to set your homepage now!" | 2106 | msgid "Click here to set your homepage now!" |
1930 | msgstr "" | 2107 | msgstr "" |
1931 | 2108 | ||
1932 | -#: app/views/content_viewer/view_page.rhtml:33 | 2109 | +#: app/views/content_viewer/access_denied.rhtml:1 |
2110 | +#: app/views/shared/access_denied.rhtml:1 | ||
2111 | +msgid "Access denied" | ||
2112 | +msgstr "" | ||
2113 | + | ||
2114 | +#: app/views/content_viewer/access_denied.rhtml:4 | ||
2115 | +msgid "You are not allowed to view this content." | ||
2116 | +msgstr "" | ||
2117 | + | ||
2118 | +#: app/views/content_viewer/view_page.rhtml:41 | ||
1933 | msgid "This article's tags:" | 2119 | msgid "This article's tags:" |
1934 | msgstr "" | 2120 | msgstr "" |
1935 | 2121 | ||
1936 | -#: app/views/content_viewer/view_page.rhtml:39 | 2122 | +#: app/views/content_viewer/view_page.rhtml:47 |
1937 | msgid "Up" | 2123 | msgid "Up" |
1938 | msgstr "" | 2124 | msgstr "" |
1939 | 2125 | ||
@@ -1956,6 +2142,13 @@ msgstr "" | @@ -1956,6 +2142,13 @@ msgstr "" | ||
1956 | msgid "Post a comment" | 2142 | msgid "Post a comment" |
1957 | msgstr "" | 2143 | msgstr "" |
1958 | 2144 | ||
2145 | +#: app/views/content_viewer/_comment_form.rhtml:24 | ||
2146 | +#: app/views/enterprise_editor/_form.rhtml:1 | ||
2147 | +#: app/views/enterprise_validation/_details.rhtml:3 | ||
2148 | +#: app/views/cms/view.rhtml:24 | ||
2149 | +msgid "Name" | ||
2150 | +msgstr "" | ||
2151 | + | ||
1959 | #: app/views/content_viewer/_comment_form.rhtml:25 | 2152 | #: app/views/content_viewer/_comment_form.rhtml:25 |
1960 | msgid "e-mail" | 2153 | msgid "e-mail" |
1961 | msgstr "" | 2154 | msgstr "" |
@@ -2098,10 +2291,6 @@ msgstr "" | @@ -2098,10 +2291,6 @@ msgstr "" | ||
2098 | msgid "Identifier:" | 2291 | msgid "Identifier:" |
2099 | msgstr "" | 2292 | msgstr "" |
2100 | 2293 | ||
2101 | -#: app/views/enterprise_editor/index.rhtml:6 | ||
2102 | -msgid "Address:" | ||
2103 | -msgstr "" | ||
2104 | - | ||
2105 | #: app/views/enterprise_editor/index.rhtml:7 | 2294 | #: app/views/enterprise_editor/index.rhtml:7 |
2106 | msgid "Contact phone:" | 2295 | msgid "Contact phone:" |
2107 | msgstr "" | 2296 | msgstr "" |
@@ -2162,71 +2351,47 @@ msgstr "" | @@ -2162,71 +2351,47 @@ msgstr "" | ||
2162 | msgid "Update" | 2351 | msgid "Update" |
2163 | msgstr "" | 2352 | msgstr "" |
2164 | 2353 | ||
2165 | -#: app/views/profile_editor/person_info.rhtml:1 | ||
2166 | -msgid "Edit person info" | ||
2167 | -msgstr "" | ||
2168 | - | ||
2169 | -#: app/views/profile_editor/person_info.rhtml:8 | ||
2170 | -msgid "Sex: " | ||
2171 | -msgstr "" | ||
2172 | - | ||
2173 | -#: app/views/profile_editor/person_info.rhtml:9 | ||
2174 | -msgid "Male" | ||
2175 | -msgstr "" | ||
2176 | - | ||
2177 | -#: app/views/profile_editor/person_info.rhtml:10 | ||
2178 | -msgid "Female" | ||
2179 | -msgstr "" | ||
2180 | - | ||
2181 | #: app/views/profile_editor/index.rhtml:3 | 2354 | #: app/views/profile_editor/index.rhtml:3 |
2182 | msgid "My profile" | 2355 | msgid "My profile" |
2183 | msgstr "" | 2356 | msgstr "" |
2184 | 2357 | ||
2185 | -#: app/views/profile_editor/index.rhtml:11 | ||
2186 | -msgid "Change your picture" | 2358 | +#: app/views/profile_editor/index.rhtml:9 |
2359 | +msgid "Edit Profile" | ||
2187 | msgstr "" | 2360 | msgstr "" |
2188 | 2361 | ||
2189 | -#: app/views/profile_editor/index.rhtml:15 | 2362 | +#: app/views/profile_editor/index.rhtml:11 |
2190 | msgid "Pending tasks" | 2363 | msgid "Pending tasks" |
2191 | msgstr "" | 2364 | msgstr "" |
2192 | 2365 | ||
2193 | -#: app/views/profile_editor/index.rhtml:17 | 2366 | +#: app/views/profile_editor/index.rhtml:13 |
2194 | msgid "Edit Visual Design" | 2367 | msgid "Edit Visual Design" |
2195 | msgstr "" | 2368 | msgstr "" |
2196 | 2369 | ||
2197 | -#: app/views/profile_editor/index.rhtml:19 | 2370 | +#: app/views/profile_editor/index.rhtml:15 |
2198 | msgid "Manage Content" | 2371 | msgid "Manage Content" |
2199 | msgstr "" | 2372 | msgstr "" |
2200 | 2373 | ||
2201 | -#: app/views/profile_editor/index.rhtml:21 | ||
2202 | -msgid "My Interests" | ||
2203 | -msgstr "" | ||
2204 | - | ||
2205 | -#: app/views/profile_editor/index.rhtml:23 | 2374 | +#: app/views/profile_editor/index.rhtml:17 |
2206 | msgid "Change Password" | 2375 | msgid "Change Password" |
2207 | msgstr "" | 2376 | msgstr "" |
2208 | 2377 | ||
2209 | -#: app/views/profile_editor/index.rhtml:27 | 2378 | +#: app/views/profile_editor/index.rhtml:21 |
2210 | msgid "Manage Members" | 2379 | msgid "Manage Members" |
2211 | msgstr "" | 2380 | msgstr "" |
2212 | 2381 | ||
2213 | -#: app/views/profile_editor/index.rhtml:29 | ||
2214 | -msgid "Consumed Products" | ||
2215 | -msgstr "" | ||
2216 | - | ||
2217 | -#: app/views/profile_editor/index.rhtml:31 | ||
2218 | -msgid "Manage Products" | 2382 | +#: app/views/profile_editor/index.rhtml:23 |
2383 | +msgid "Manage Products and Services" | ||
2219 | msgstr "" | 2384 | msgstr "" |
2220 | 2385 | ||
2221 | -#: app/views/profile_editor/index.rhtml:33 | 2386 | +#: app/views/profile_editor/index.rhtml:25 |
2222 | msgid "Enterprise Validation" | 2387 | msgid "Enterprise Validation" |
2223 | msgstr "" | 2388 | msgstr "" |
2224 | 2389 | ||
2225 | -#: app/views/profile_editor/index.rhtml:38 | 2390 | +#: app/views/profile_editor/index.rhtml:30 |
2226 | msgid "My groups" | 2391 | msgid "My groups" |
2227 | msgstr "" | 2392 | msgstr "" |
2228 | 2393 | ||
2229 | -#: app/views/profile_editor/index.rhtml:50 | 2394 | +#: app/views/profile_editor/index.rhtml:42 |
2230 | msgid "Manage my organizations" | 2395 | msgid "Manage my organizations" |
2231 | msgstr "" | 2396 | msgstr "" |
2232 | 2397 | ||
@@ -2238,25 +2403,54 @@ msgstr "" | @@ -2238,25 +2403,54 @@ msgstr "" | ||
2238 | msgid "Process requests" | 2403 | msgid "Process requests" |
2239 | msgstr "" | 2404 | msgstr "" |
2240 | 2405 | ||
2241 | -#: app/views/profile_editor/organization_info.rhtml:1 | ||
2242 | -msgid "Edit organization info" | 2406 | +#: app/views/profile_editor/edit.rhtml:9 |
2407 | +msgid "Change picture" | ||
2243 | msgstr "" | 2408 | msgstr "" |
2244 | 2409 | ||
2245 | -#: app/views/profile_editor/edit_categories.rhtml:2 | 2410 | +#: app/views/profile_editor/edit.rhtml:15 |
2411 | +msgid "Privacy options" | ||
2412 | +msgstr "" | ||
2413 | + | ||
2414 | +#: app/views/profile_editor/edit.rhtml:17 | ||
2415 | +msgid "This profile is:" | ||
2416 | +msgstr "" | ||
2417 | + | ||
2418 | +#: app/views/profile_editor/edit.rhtml:20 | ||
2419 | +#: app/views/profile_editor/edit.rhtml:31 | ||
2420 | +msgid "Public" | ||
2421 | +msgstr "" | ||
2422 | + | ||
2423 | +#: app/views/profile_editor/edit.rhtml:24 | ||
2424 | +#: app/views/profile_editor/edit.rhtml:35 | ||
2425 | +msgid "Private" | ||
2426 | +msgstr "" | ||
2427 | + | ||
2428 | +#: app/views/profile_editor/edit.rhtml:28 | ||
2429 | +msgid "This profile's content is:" | ||
2430 | +msgstr "" | ||
2431 | + | ||
2432 | +#: app/views/profile_editor/edit.rhtml:39 | ||
2246 | msgid "Select the categories of your interest" | 2433 | msgid "Select the categories of your interest" |
2247 | msgstr "" | 2434 | msgstr "" |
2248 | 2435 | ||
2249 | -#: app/views/profile_editor/edit_categories.rhtml:5 | ||
2250 | -#: app/views/tasks/index.rhtml:17 | 2436 | +#: app/views/profile_editor/edit.rhtml:44 app/views/tasks/index.rhtml:17 |
2251 | msgid "Back to control panel" | 2437 | msgid "Back to control panel" |
2252 | msgstr "" | 2438 | msgstr "" |
2253 | 2439 | ||
2254 | -#: app/views/profile_editor/change_image.rhtml:4 | ||
2255 | -msgid "Image" | 2440 | +#: app/views/profile_editor/_organization.rhtml:9 |
2441 | +msgid "Moderation options" | ||
2256 | msgstr "" | 2442 | msgstr "" |
2257 | 2443 | ||
2258 | -#: app/views/profile_editor/change_image.rhtml:6 | ||
2259 | -msgid "Upload" | 2444 | +#: app/views/profile_editor/_organization.rhtml:12 |
2445 | +msgid "Closed %s" | ||
2446 | +msgstr "" | ||
2447 | + | ||
2448 | +#: app/views/profile_editor/_person.rhtml:5 | ||
2449 | +msgid "Male" | ||
2450 | +msgstr "" | ||
2451 | + | ||
2452 | +#: app/views/profile_editor/_person.rhtml:5 | ||
2453 | +msgid "Female" | ||
2260 | msgstr "" | 2454 | msgstr "" |
2261 | 2455 | ||
2262 | #: app/views/region_validators/index.rhtml:1 | 2456 | #: app/views/region_validators/index.rhtml:1 |
@@ -2285,12 +2479,6 @@ msgid "" | @@ -2285,12 +2479,6 @@ msgid "" | ||
2285 | "result to add them as validators for this region. " | 2479 | "result to add them as validators for this region. " |
2286 | msgstr "" | 2480 | msgstr "" |
2287 | 2481 | ||
2288 | -#: app/views/region_validators/region.rhtml:23 | ||
2289 | -#: app/views/search/_search_form.rhtml:10 app/views/home/index.rhtml:6 | ||
2290 | -#: app/views/home/index.rhtml:12 app/views/layouts/application.rhtml:96 | ||
2291 | -msgid "Search" | ||
2292 | -msgstr "" | ||
2293 | - | ||
2294 | #: app/views/region_validators/_region.rhtml:5 | 2482 | #: app/views/region_validators/_region.rhtml:5 |
2295 | msgid "1 validator" | 2483 | msgid "1 validator" |
2296 | msgid_plural "%{num} validators." | 2484 | msgid_plural "%{num} validators." |
@@ -2307,6 +2495,7 @@ msgstr "" | @@ -2307,6 +2495,7 @@ msgstr "" | ||
2307 | 2495 | ||
2308 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 | 2496 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 |
2309 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 | 2497 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 |
2498 | +#: app/views/profile/favorite_enterprises.rhtml:14 | ||
2310 | msgid "Back to the page where you come from." | 2499 | msgid "Back to the page where you come from." |
2311 | msgstr "" | 2500 | msgstr "" |
2312 | 2501 | ||
@@ -2318,7 +2507,7 @@ msgstr "" | @@ -2318,7 +2507,7 @@ msgstr "" | ||
2318 | msgid "Homepage: " | 2507 | msgid "Homepage: " |
2319 | msgstr "" | 2508 | msgstr "" |
2320 | 2509 | ||
2321 | -#: app/views/profile/index.rhtml:24 app/views/cms/view.rhtml:65 | 2510 | +#: app/views/profile/index.rhtml:24 |
2322 | msgid "Tags:" | 2511 | msgid "Tags:" |
2323 | msgstr "" | 2512 | msgstr "" |
2324 | 2513 | ||
@@ -2354,72 +2543,105 @@ msgstr "" | @@ -2354,72 +2543,105 @@ msgstr "" | ||
2354 | msgid "See content tagged with \"%s\" in the entire site" | 2543 | msgid "See content tagged with \"%s\" in the entire site" |
2355 | msgstr "" | 2544 | msgstr "" |
2356 | 2545 | ||
2546 | +#: app/views/profile/private_profile.rhtml:4 | ||
2547 | +msgid "This profile is not public." | ||
2548 | +msgstr "" | ||
2549 | + | ||
2550 | +#: app/views/profile/favorite_enterprises.rhtml:2 | ||
2551 | +msgid "Here are all <b>%s</b>'s favorite enterprises." | ||
2552 | +msgstr "" | ||
2553 | + | ||
2554 | +#: app/views/profile/favorite_enterprises.rhtml:4 | ||
2555 | +msgid "%s's favorite enterprises" | ||
2556 | +msgstr "" | ||
2557 | + | ||
2357 | #: app/views/search/_comment.rhtml:16 | 2558 | #: app/views/search/_comment.rhtml:16 |
2358 | msgid "by %{author} on \"%{article}\"" | 2559 | msgid "by %{author} on \"%{article}\"" |
2359 | msgstr "" | 2560 | msgstr "" |
2360 | 2561 | ||
2361 | -#: app/views/search/index.rhtml:1 | 2562 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2563 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2564 | +#: app/views/search/articles.rhtml:5 | ||
2362 | msgid "Search results for \"%{query}\" in \"%{category}\"" | 2565 | msgid "Search results for \"%{query}\" in \"%{category}\"" |
2363 | msgstr "" | 2566 | msgstr "" |
2364 | 2567 | ||
2365 | -#: app/views/search/index.rhtml:1 | 2568 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2569 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2570 | +#: app/views/search/articles.rhtml:5 | ||
2366 | msgid "Search results for \"%s\"" | 2571 | msgid "Search results for \"%s\"" |
2367 | msgstr "" | 2572 | msgstr "" |
2368 | 2573 | ||
2369 | -#: app/views/search/index.rhtml:5 | 2574 | +#: app/views/search/index.rhtml:5 app/views/search/enterprises.rhtml:12 |
2575 | +#: app/views/search/people.rhtml:12 app/views/search/communities.rhtml:12 | ||
2576 | +#: app/views/search/articles.rhtml:12 | ||
2370 | msgid "Refine your search" | 2577 | msgid "Refine your search" |
2371 | msgstr "" | 2578 | msgstr "" |
2372 | 2579 | ||
2373 | -#: app/views/search/assets.rhtml:1 | ||
2374 | -msgid "%{asset_name} in %{category}" | 2580 | +#: app/views/search/enterprises.rhtml:7 app/views/search/people.rhtml:7 |
2581 | +#: app/views/search/communities.rhtml:7 app/views/search/articles.rhtml:7 | ||
2582 | +msgid "Browse by name" | ||
2375 | msgstr "" | 2583 | msgstr "" |
2376 | 2584 | ||
2377 | -#: app/views/search/assets.rhtml:4 | 2585 | +#: app/views/search/_directory.rhtml:2 |
2378 | msgid "Recent" | 2586 | msgid "Recent" |
2379 | msgstr "" | 2587 | msgstr "" |
2380 | 2588 | ||
2381 | -#: app/views/search/_display_results.rhtml:5 | ||
2382 | -msgid "Search for \"%s\" in the whole site" | 2589 | +#: app/views/search/_display_results.rhtml:18 |
2590 | +msgid "(more ...)" | ||
2383 | msgstr "" | 2591 | msgstr "" |
2384 | 2592 | ||
2385 | #: app/views/search/popup.rhtml:3 | 2593 | #: app/views/search/popup.rhtml:3 |
2386 | msgid "Search %s" | 2594 | msgid "Search %s" |
2387 | msgstr "" | 2595 | msgstr "" |
2388 | 2596 | ||
2389 | -#: app/views/search/_product.rhtml:11 | 2597 | +#: app/views/search/_sellers_form.rhtml:2 |
2598 | +msgid "Category: " | ||
2599 | +msgstr "" | ||
2600 | + | ||
2601 | +#: app/views/search/_sellers_form.rhtml:3 | ||
2602 | +#: app/views/search/_search_form.rhtml:25 | ||
2603 | +msgid "Distance: " | ||
2604 | +msgstr "" | ||
2605 | + | ||
2606 | +#: app/views/search/_sellers_form.rhtml:4 | ||
2607 | +#: app/views/search/_search_form.rhtml:26 | ||
2608 | +msgid "From: " | ||
2609 | +msgstr "" | ||
2610 | + | ||
2611 | +#: app/views/search/_product.rhtml:10 | ||
2390 | msgid "Price: %d" | 2612 | msgid "Price: %d" |
2391 | msgstr "" | 2613 | msgstr "" |
2392 | 2614 | ||
2393 | -#: app/views/search/_product.rhtml:13 | 2615 | +#: app/views/search/_product.rhtml:12 |
2394 | msgid "Suplier: %s" | 2616 | msgid "Suplier: %s" |
2395 | msgstr "" | 2617 | msgstr "" |
2396 | 2618 | ||
2397 | -#: app/views/search/_product.rhtml:15 app/views/search/category_index.rhtml:3 | 2619 | +#: app/views/search/category_index.rhtml:4 |
2398 | msgid "Category: %s" | 2620 | msgid "Category: %s" |
2399 | msgstr "" | 2621 | msgstr "" |
2400 | 2622 | ||
2401 | -#: app/views/search/category_index.rhtml:8 | 2623 | +#: app/views/search/category_index.rhtml:9 |
2402 | msgid "Sub-categories" | 2624 | msgid "Sub-categories" |
2403 | msgstr "" | 2625 | msgstr "" |
2404 | 2626 | ||
2405 | -#: app/views/search/category_index.rhtml:10 | 2627 | +#: app/views/search/category_index.rhtml:11 |
2406 | msgid "No sub-categories" | 2628 | msgid "No sub-categories" |
2407 | msgstr "" | 2629 | msgstr "" |
2408 | 2630 | ||
2409 | -#: app/views/search/_search_form.rhtml:15 | ||
2410 | -msgid "Search in:" | 2631 | +#: app/views/search/_search_form.rhtml:16 |
2632 | +msgid "Search in whole site" | ||
2411 | msgstr "" | 2633 | msgstr "" |
2412 | 2634 | ||
2413 | -#: app/views/search/_search_form.rhtml:17 | ||
2414 | -msgid "Only in %s" | 2635 | +#: app/views/search/_search_form.rhtml:22 |
2636 | +msgid "Search within:" | ||
2415 | msgstr "" | 2637 | msgstr "" |
2416 | 2638 | ||
2417 | -#: app/views/search/_search_form.rhtml:18 | ||
2418 | -msgid "Whole site" | 2639 | +#: app/views/search/_search_form.rhtml:33 |
2640 | +msgid "Search for:" | ||
2419 | msgstr "" | 2641 | msgstr "" |
2420 | 2642 | ||
2421 | -#: app/views/search/_search_form.rhtml:24 | ||
2422 | -msgid "Search for:" | 2643 | +#: app/views/search/_search_form.rhtml:47 |
2644 | +msgid "Advanced search" | ||
2423 | msgstr "" | 2645 | msgstr "" |
2424 | 2646 | ||
2425 | #: app/views/search/_article.rhtml:6 | 2647 | #: app/views/search/_article.rhtml:6 |
@@ -2442,14 +2664,38 @@ msgstr "" | @@ -2442,14 +2664,38 @@ msgstr "" | ||
2442 | msgid "Tag cloud" | 2664 | msgid "Tag cloud" |
2443 | msgstr "" | 2665 | msgstr "" |
2444 | 2666 | ||
2667 | +#: app/views/search/sellers.rhtml:4 | ||
2668 | +msgid "Listing sellers of %s witin %s km from %s %s" | ||
2669 | +msgstr "" | ||
2670 | + | ||
2671 | +#: app/views/search/sellers.rhtml:6 | ||
2672 | +msgid "Listing sellers of %s" | ||
2673 | +msgstr "" | ||
2674 | + | ||
2675 | +#: app/views/search/sellers.rhtml:10 | ||
2676 | +msgid "Listing sellers witin %s km from %s %s" | ||
2677 | +msgstr "" | ||
2678 | + | ||
2679 | +#: app/views/search/sellers.rhtml:12 | ||
2680 | +msgid "Listing sellers" | ||
2681 | +msgstr "" | ||
2682 | + | ||
2445 | #: app/views/blocks/profile_info_actions/person.rhtml:3 | 2683 | #: app/views/blocks/profile_info_actions/person.rhtml:3 |
2446 | msgid "Add friend" | 2684 | msgid "Add friend" |
2447 | msgstr "" | 2685 | msgstr "" |
2448 | 2686 | ||
2449 | -#: app/views/blocks/profile_info_actions/community.rhtml:3 | 2687 | +#: app/views/blocks/profile_info_actions/community.rhtml:4 |
2688 | +msgid "Leave this community" | ||
2689 | +msgstr "" | ||
2690 | + | ||
2691 | +#: app/views/blocks/profile_info_actions/community.rhtml:6 | ||
2450 | msgid "Join this community" | 2692 | msgid "Join this community" |
2451 | msgstr "" | 2693 | msgstr "" |
2452 | 2694 | ||
2695 | +#: app/views/blocks/profile_info_actions/enterprise.rhtml:3 | ||
2696 | +msgid "Add favorite enterprise" | ||
2697 | +msgstr "" | ||
2698 | + | ||
2453 | #: app/views/blocks/profile_info.rhtml:6 | 2699 | #: app/views/blocks/profile_info.rhtml:6 |
2454 | msgid "Since %{year}/%{month}" | 2700 | msgid "Since %{year}/%{month}" |
2455 | msgstr "" | 2701 | msgstr "" |
@@ -2470,29 +2716,6 @@ msgstr "" | @@ -2470,29 +2716,6 @@ msgstr "" | ||
2470 | msgid "More search options" | 2716 | msgid "More search options" |
2471 | msgstr "" | 2717 | msgstr "" |
2472 | 2718 | ||
2473 | -#: app/views/consumed_products/new.rhtml:1 | ||
2474 | -#: app/views/consumed_products/new.rhtml:15 | ||
2475 | -#: app/views/consumed_products/index.rhtml:3 | ||
2476 | -msgid "Add product" | ||
2477 | -msgstr "" | ||
2478 | - | ||
2479 | -#: app/views/consumed_products/new.rhtml:7 | ||
2480 | -msgid "Product:" | ||
2481 | -msgstr "" | ||
2482 | - | ||
2483 | -#: app/views/consumed_products/new.rhtml:11 | ||
2484 | -msgid "Aditional specifications:" | ||
2485 | -msgstr "" | ||
2486 | - | ||
2487 | -#: app/views/consumed_products/index.rhtml:7 app/views/friends/index.rhtml:10 | ||
2488 | -#: app/views/friends/index.rhtml:13 | ||
2489 | -msgid "remove" | ||
2490 | -msgstr "" | ||
2491 | - | ||
2492 | -#: app/views/consumed_products/index.rhtml:8 | ||
2493 | -msgid "Are you sure, you want to remove this product from your list" | ||
2494 | -msgstr "" | ||
2495 | - | ||
2496 | #: app/views/enterprise_validation/list_processed.rhtml:1 | 2719 | #: app/views/enterprise_validation/list_processed.rhtml:1 |
2497 | #: app/views/enterprise_validation/index.rhtml:30 | 2720 | #: app/views/enterprise_validation/index.rhtml:30 |
2498 | msgid "Processed enterprise validations" | 2721 | msgid "Processed enterprise validations" |
@@ -2602,62 +2825,89 @@ msgstr "" | @@ -2602,62 +2825,89 @@ msgstr "" | ||
2602 | msgid "Content management" | 2825 | msgid "Content management" |
2603 | msgstr "" | 2826 | msgstr "" |
2604 | 2827 | ||
2605 | -#: app/views/cms/view.rhtml:14 | 2828 | +#: app/views/cms/view.rhtml:16 |
2829 | +msgid "New folder" | ||
2830 | +msgstr "" | ||
2831 | + | ||
2832 | +#: app/views/cms/view.rhtml:17 | ||
2606 | msgid "New article" | 2833 | msgid "New article" |
2607 | msgstr "" | 2834 | msgstr "" |
2608 | 2835 | ||
2609 | -#: app/views/cms/view.rhtml:21 | ||
2610 | -msgid "Hide subitems" | 2836 | +#: app/views/cms/view.rhtml:25 |
2837 | +msgid "Type" | ||
2611 | msgstr "" | 2838 | msgstr "" |
2612 | 2839 | ||
2613 | -#: app/views/cms/view.rhtml:21 | ||
2614 | -msgid "Show subitems" | 2840 | +#: app/views/cms/view.rhtml:40 |
2841 | +msgid "Properties" | ||
2615 | msgstr "" | 2842 | msgstr "" |
2616 | 2843 | ||
2617 | -#: app/views/cms/view.rhtml:25 | ||
2618 | -msgid "Subitems" | 2844 | +#: app/views/cms/view.rhtml:41 app/views/cms/view.rhtml:66 |
2845 | +msgid "Public view" | ||
2619 | msgstr "" | 2846 | msgstr "" |
2620 | 2847 | ||
2621 | -#: app/views/cms/view.rhtml:40 | ||
2622 | -msgid "New subitem" | 2848 | +#: app/views/cms/view.rhtml:42 app/views/cms/view.rhtml:67 |
2849 | +msgid "Delete" | ||
2623 | msgstr "" | 2850 | msgstr "" |
2624 | 2851 | ||
2625 | #: app/views/cms/view.rhtml:42 | 2852 | #: app/views/cms/view.rhtml:42 |
2626 | -msgid "Go up one level" | 2853 | +msgid "" |
2854 | +"Are you sure that you want to remove this folder? Note that all the items " | ||
2855 | +"inside it will also be removed!" | ||
2627 | msgstr "" | 2856 | msgstr "" |
2628 | 2857 | ||
2629 | -#: app/views/cms/view.rhtml:59 | ||
2630 | -msgid "\"%{article}\", last changed by %{author}" | 2858 | +#: app/views/cms/view.rhtml:67 |
2859 | +msgid "Are you sure that you want to remove this item?" | ||
2631 | msgstr "" | 2860 | msgstr "" |
2632 | 2861 | ||
2633 | -#: app/views/cms/view.rhtml:59 | ||
2634 | -msgid "Unknown User" | 2862 | +#: app/views/cms/_event.rhtml:8 |
2863 | +msgid "Start date" | ||
2635 | msgstr "" | 2864 | msgstr "" |
2636 | 2865 | ||
2637 | -#: app/views/cms/view.rhtml:62 | ||
2638 | -msgid "Public address of this article: %s" | 2866 | +#: app/views/cms/_event.rhtml:10 |
2867 | +msgid "End date" | ||
2639 | msgstr "" | 2868 | msgstr "" |
2640 | 2869 | ||
2641 | -#: app/views/cms/view.rhtml:67 | ||
2642 | -msgid "Categories:" | 2870 | +#: app/views/cms/_event.rhtml:12 |
2871 | +msgid "Event website:" | ||
2643 | msgstr "" | 2872 | msgstr "" |
2644 | 2873 | ||
2645 | -#: app/views/cms/view.rhtml:71 | ||
2646 | -msgid "Use as homepage" | 2874 | +#: app/views/cms/_event.rhtml:16 |
2875 | +msgid "Information about the event:" | ||
2647 | msgstr "" | 2876 | msgstr "" |
2648 | 2877 | ||
2649 | -#: app/views/cms/view.rhtml:72 | ||
2650 | -msgid "Delete" | 2878 | +#: app/views/cms/edit.rhtml:16 app/views/cms/why_categorize.rhtml:1 |
2879 | +msgid "Why categorize?" | ||
2651 | msgstr "" | 2880 | msgstr "" |
2652 | 2881 | ||
2653 | -#: app/views/cms/view.rhtml:72 | ||
2654 | -msgid "Are you sure you wan to remove this article?" | 2882 | +#: app/views/cms/edit.rhtml:19 |
2883 | +msgid "Categorize your article" | ||
2655 | msgstr "" | 2884 | msgstr "" |
2656 | 2885 | ||
2657 | -#: app/views/cms/edit.rhtml:15 | 2886 | +#: app/views/cms/edit.rhtml:22 |
2658 | msgid "Separate tags with commas" | 2887 | msgid "Separate tags with commas" |
2659 | msgstr "" | 2888 | msgstr "" |
2660 | 2889 | ||
2890 | +#: app/views/cms/edit.rhtml:25 | ||
2891 | +msgid "Options" | ||
2892 | +msgstr "" | ||
2893 | + | ||
2894 | +#: app/views/cms/edit.rhtml:28 | ||
2895 | +msgid "Published" | ||
2896 | +msgstr "" | ||
2897 | + | ||
2898 | +#: app/views/cms/why_categorize.rhtml:4 | ||
2899 | +msgid "" | ||
2900 | +"By categorizing your content, you increase the possibility that other people " | ||
2901 | +"access it. When they are looking for, say, articles about Bahia and you " | ||
2902 | +"categorize your article in \"Regions/Bahia\", then there is a good change " | ||
2903 | +"that your article is going to be found." | ||
2904 | +msgstr "" | ||
2905 | + | ||
2906 | +#: app/views/cms/why_categorize.rhtml:8 app/views/tasks/_task.rhtml:8 | ||
2907 | +#: app/views/tasks/_task.rhtml:16 | ||
2908 | +msgid "OK" | ||
2909 | +msgstr "" | ||
2910 | + | ||
2661 | #: app/views/cms/_rss_feed.rhtml:3 | 2911 | #: app/views/cms/_rss_feed.rhtml:3 |
2662 | msgid "Limit of articles" | 2912 | msgid "Limit of articles" |
2663 | msgstr "" | 2913 | msgstr "" |
@@ -2690,14 +2940,59 @@ msgstr "" | @@ -2690,14 +2940,59 @@ msgstr "" | ||
2690 | msgid "Choose the type of article:" | 2940 | msgid "Choose the type of article:" |
2691 | msgstr "" | 2941 | msgstr "" |
2692 | 2942 | ||
2693 | -#: app/views/friends/index.rhtml:3 | ||
2694 | -msgid "%s's friends" | 2943 | +#: app/views/favorite_enterprises/index.rhtml:3 |
2944 | +msgid "%s's favorite enteprises" | ||
2945 | +msgstr "" | ||
2946 | + | ||
2947 | +#: app/views/favorite_enterprises/index.rhtml:10 | ||
2948 | +#: app/views/favorite_enterprises/index.rhtml:13 | ||
2949 | +#: app/views/friends/index.rhtml:10 app/views/friends/index.rhtml:13 | ||
2950 | +msgid "remove" | ||
2695 | msgstr "" | 2951 | msgstr "" |
2696 | 2952 | ||
2953 | +#: app/views/favorite_enterprises/index.rhtml:14 | ||
2697 | #: app/views/friends/index.rhtml:14 | 2954 | #: app/views/friends/index.rhtml:14 |
2698 | msgid "Clicking on this button will remove your friend relation with %s." | 2955 | msgid "Clicking on this button will remove your friend relation with %s." |
2699 | msgstr "" | 2956 | msgstr "" |
2700 | 2957 | ||
2958 | +#: app/views/favorite_enterprises/index.rhtml:23 | ||
2959 | +msgid "You have no favorite enteprises yet." | ||
2960 | +msgstr "" | ||
2961 | + | ||
2962 | +#: app/views/favorite_enterprises/remove.rhtml:3 | ||
2963 | +msgid "Removing favorite enterprise: %s" | ||
2964 | +msgstr "" | ||
2965 | + | ||
2966 | +#: app/views/favorite_enterprises/remove.rhtml:8 | ||
2967 | +msgid "Are you sure you want to remove %s from your favorite enterprise list?" | ||
2968 | +msgstr "" | ||
2969 | + | ||
2970 | +#: app/views/favorite_enterprises/remove.rhtml:14 | ||
2971 | +msgid "Yes, I want to remove %s from my favorite enterprise list" | ||
2972 | +msgstr "" | ||
2973 | + | ||
2974 | +#: app/views/favorite_enterprises/remove.rhtml:15 | ||
2975 | +#: app/views/favorite_enterprises/add.rhtml:11 | ||
2976 | +#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
2977 | +msgid "No, I don't want" | ||
2978 | +msgstr "" | ||
2979 | + | ||
2980 | +#: app/views/favorite_enterprises/add.rhtml:1 | ||
2981 | +msgid "Adding %s as a favorite enterprise" | ||
2982 | +msgstr "" | ||
2983 | + | ||
2984 | +#: app/views/favorite_enterprises/add.rhtml:4 | ||
2985 | +msgid "Are you sure you want to add %s as your favorite enterprise?" | ||
2986 | +msgstr "" | ||
2987 | + | ||
2988 | +#: app/views/favorite_enterprises/add.rhtml:10 | ||
2989 | +msgid "Yes, I want to add %s as a favorite enterprise" | ||
2990 | +msgstr "" | ||
2991 | + | ||
2992 | +#: app/views/friends/index.rhtml:3 | ||
2993 | +msgid "%s's friends" | ||
2994 | +msgstr "" | ||
2995 | + | ||
2701 | #: app/views/friends/index.rhtml:23 | 2996 | #: app/views/friends/index.rhtml:23 |
2702 | msgid "You have no friends yet. Go make some." | 2997 | msgid "You have no friends yet. Go make some." |
2703 | msgstr "" | 2998 | msgstr "" |
@@ -2720,10 +3015,6 @@ msgstr "" | @@ -2720,10 +3015,6 @@ msgstr "" | ||
2720 | msgid "Yes, I want to remove %s from my friend list" | 3015 | msgid "Yes, I want to remove %s from my friend list" |
2721 | msgstr "" | 3016 | msgstr "" |
2722 | 3017 | ||
2723 | -#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
2724 | -msgid "No, I don't want" | ||
2725 | -msgstr "" | ||
2726 | - | ||
2727 | #: app/views/friends/add.rhtml:1 | 3018 | #: app/views/friends/add.rhtml:1 |
2728 | msgid "Adding %s as a friend" | 3019 | msgid "Adding %s as a friend" |
2729 | msgstr "" | 3020 | msgstr "" |
@@ -2768,10 +3059,6 @@ msgstr "" | @@ -2768,10 +3059,6 @@ msgstr "" | ||
2768 | msgid "New role" | 3059 | msgid "New role" |
2769 | msgstr "" | 3060 | msgstr "" |
2770 | 3061 | ||
2771 | -#: app/views/role/index.rhtml:7 | ||
2772 | -msgid "Destroy" | ||
2773 | -msgstr "" | ||
2774 | - | ||
2775 | #: app/views/profile_members/index.rhtml:1 | 3062 | #: app/views/profile_members/index.rhtml:1 |
2776 | msgid "Listing Members" | 3063 | msgid "Listing Members" |
2777 | msgstr "" | 3064 | msgstr "" |
@@ -2780,6 +3067,10 @@ msgstr "" | @@ -2780,6 +3067,10 @@ msgstr "" | ||
2780 | msgid "Affiliate yourself" | 3067 | msgid "Affiliate yourself" |
2781 | msgstr "" | 3068 | msgstr "" |
2782 | 3069 | ||
3070 | +#: app/views/profile_members/index.rhtml:7 | ||
3071 | +msgid "Member" | ||
3072 | +msgstr "" | ||
3073 | + | ||
2783 | #: app/views/tasks/index.rhtml:1 | 3074 | #: app/views/tasks/index.rhtml:1 |
2784 | msgid "%s's pending tasks" | 3075 | msgid "%s's pending tasks" |
2785 | msgstr "" | 3076 | msgstr "" |
@@ -2827,10 +3118,6 @@ msgstr "" | @@ -2827,10 +3118,6 @@ msgstr "" | ||
2827 | msgid "Processing task: %s" | 3118 | msgid "Processing task: %s" |
2828 | msgstr "" | 3119 | msgstr "" |
2829 | 3120 | ||
2830 | -#: app/views/tasks/_task.rhtml:8 app/views/tasks/_task.rhtml:16 | ||
2831 | -msgid "OK" | ||
2832 | -msgstr "" | ||
2833 | - | ||
2834 | #: app/views/tasks/processed.rhtml:1 | 3121 | #: app/views/tasks/processed.rhtml:1 |
2835 | msgid "%s's processed tasks" | 3122 | msgid "%s's processed tasks" |
2836 | msgstr "" | 3123 | msgstr "" |
@@ -2847,23 +3134,23 @@ msgstr "" | @@ -2847,23 +3134,23 @@ msgstr "" | ||
2847 | msgid "Processed:" | 3134 | msgid "Processed:" |
2848 | msgstr "" | 3135 | msgstr "" |
2849 | 3136 | ||
2850 | -#: app/views/layouts/application.rhtml:49 | 3137 | +#: app/views/layouts/application.rhtml:50 |
2851 | msgid "" | 3138 | msgid "" |
2852 | "Pass the mouse over page elements to get help on them. Click the question " | 3139 | "Pass the mouse over page elements to get help on them. Click the question " |
2853 | "mark icon on the top-right corner to deactivate this help window." | 3140 | "mark icon on the top-right corner to deactivate this help window." |
2854 | msgstr "" | 3141 | msgstr "" |
2855 | 3142 | ||
2856 | -#: app/views/layouts/application.rhtml:72 | 3143 | +#: app/views/layouts/application.rhtml:73 |
2857 | msgid "Go to content" | 3144 | msgid "Go to content" |
2858 | msgstr "" | 3145 | msgstr "" |
2859 | 3146 | ||
2860 | -#: app/views/layouts/application.rhtml:81 | 3147 | +#: app/views/layouts/application.rhtml:85 |
2861 | msgid "" | 3148 | msgid "" |
2862 | "This is %s's shortcuts bar. Using it you have access to the main features of " | 3149 | "This is %s's shortcuts bar. Using it you have access to the main features of " |
2863 | "the environment and you find the information of your interest more quickly." | 3150 | "the environment and you find the information of your interest more quickly." |
2864 | msgstr "" | 3151 | msgstr "" |
2865 | 3152 | ||
2866 | -#: app/views/layouts/application.rhtml:83 | 3153 | +#: app/views/layouts/application.rhtml:87 |
2867 | msgid "" | 3154 | msgid "" |
2868 | "This bar helps you find information following two paths or " | 3155 | "This bar helps you find information following two paths or " |
2869 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" | 3156 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" |
@@ -2872,44 +3159,33 @@ msgid "" | @@ -2872,44 +3159,33 @@ msgid "" | ||
2872 | "right." | 3159 | "right." |
2873 | msgstr "" | 3160 | msgstr "" |
2874 | 3161 | ||
2875 | -#: app/views/layouts/application.rhtml:102 | 3162 | +#: app/views/layouts/application.rhtml:103 |
2876 | msgid "Turn help on/off" | 3163 | msgid "Turn help on/off" |
2877 | msgstr "" | 3164 | msgstr "" |
2878 | 3165 | ||
2879 | -#: app/views/layouts/application.rhtml:134 | ||
2880 | -msgid "A FBES project" | 3166 | +#: app/views/layouts/application.rhtml:138 |
3167 | +msgid "A Ynternet.org project" | ||
2881 | msgstr "" | 3168 | msgstr "" |
2882 | 3169 | ||
2883 | -#: app/views/layouts/application.rhtml:138 | 3170 | +#: app/views/layouts/application.rhtml:142 |
2884 | msgid "Developed by Colivre" | 3171 | msgid "Developed by Colivre" |
2885 | msgstr "" | 3172 | msgstr "" |
2886 | 3173 | ||
2887 | -#: app/views/layouts/application.rhtml:157 | 3174 | +#: app/views/layouts/application.rhtml:161 |
2888 | msgid "Your web browser is obsolete!" | 3175 | msgid "Your web browser is obsolete!" |
2889 | msgstr "" | 3176 | msgstr "" |
2890 | 3177 | ||
2891 | -#: app/views/layouts/application.rhtml:158 | 3178 | +#: app/views/layouts/application.rhtml:162 |
2892 | msgid "" | 3179 | msgid "" |
2893 | "This website will not look as good as it could.\n" | 3180 | "This website will not look as good as it could.\n" |
2894 | " Don't you want to use Firefox? That is a great web browser, free,\n" | 3181 | " Don't you want to use Firefox? That is a great web browser, free,\n" |
2895 | " and made by people of all the world parts." | 3182 | " and made by people of all the world parts." |
2896 | msgstr "" | 3183 | msgstr "" |
2897 | 3184 | ||
2898 | -#: app/views/layouts/application.rhtml:162 | 3185 | +#: app/views/layouts/application.rhtml:166 |
2899 | msgid "Get Firefox Now!" | 3186 | msgid "Get Firefox Now!" |
2900 | msgstr "" | 3187 | msgstr "" |
2901 | 3188 | ||
2902 | -#: app/views/layouts/application.rhtml:174 | ||
2903 | -msgid "" | ||
2904 | -"Ups... It seems you are using Internet Explorer.\n" | ||
2905 | -"\n" | ||
2906 | -"We are sory, but some things will not work well on this web browser for " | ||
2907 | -"now...\n" | ||
2908 | -"We propose you to use Firefox, for this web site and any other.\n" | ||
2909 | -"\n" | ||
2910 | -"Do you want to get your Firefox now?" | ||
2911 | -msgstr "" | ||
2912 | - | ||
2913 | #: app/views/layouts/not_found.rhtml:5 | 3189 | #: app/views/layouts/not_found.rhtml:5 |
2914 | msgid "Page not found" | 3190 | msgid "Page not found" |
2915 | msgstr "" | 3191 | msgstr "" |
@@ -3193,6 +3469,10 @@ msgstr "" | @@ -3193,6 +3469,10 @@ msgstr "" | ||
3193 | msgid "Organization Approval Method" | 3469 | msgid "Organization Approval Method" |
3194 | msgstr "" | 3470 | msgstr "" |
3195 | 3471 | ||
3472 | +#: app/views/shared/_show_thumbnail.rhtml:5 | ||
3473 | +msgid "Change image" | ||
3474 | +msgstr "" | ||
3475 | + | ||
3196 | #: app/views/shared/user_menu.rhtml:2 | 3476 | #: app/views/shared/user_menu.rhtml:2 |
3197 | msgid "This menu gives you access to your personal functionalities." | 3477 | msgid "This menu gives you access to your personal functionalities." |
3198 | msgstr "" | 3478 | msgstr "" |
@@ -3230,7 +3510,3 @@ msgid "" | @@ -3230,7 +3510,3 @@ msgid "" | ||
3230 | "Click here to enter your username and password and be recognized by the " | 3510 | "Click here to enter your username and password and be recognized by the " |
3231 | "system." | 3511 | "system." |
3232 | msgstr "" | 3512 | msgstr "" |
3233 | - | ||
3234 | -#: app/views/shared/access_denied.rhtml:1 | ||
3235 | -msgid "Access denied" | ||
3236 | -msgstr "" |
po/pt_BR/noosfero.po
@@ -8,9 +8,9 @@ | @@ -8,9 +8,9 @@ | ||
8 | # This file is distributed under the same license as noosfero itself. | 8 | # This file is distributed under the same license as noosfero itself. |
9 | msgid "" | 9 | msgid "" |
10 | msgstr "" | 10 | msgstr "" |
11 | -"Project-Id-Version: noosfero 0.9.0\n" | ||
12 | -"POT-Creation-Date: 2008-04-29 08:47-0300\n" | ||
13 | -"PO-Revision-Date: 2008-05-29 13:04-0300\n" | 11 | +"Project-Id-Version: noosfero 0.10.0\n" |
12 | +"POT-Creation-Date: 2008-06-07 13:28-0300\n" | ||
13 | +"PO-Revision-Date: 2008-06-07 13:30-0300\n" | ||
14 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" | 14 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
15 | "Language-Team: \n" | 15 | "Language-Team: \n" |
16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
@@ -19,59 +19,165 @@ msgstr "" | @@ -19,59 +19,165 @@ msgstr "" | ||
19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
20 | "X-Generator: Pootle 1.0.2\n" | 20 | "X-Generator: Pootle 1.0.2\n" |
21 | 21 | ||
22 | -#: app/helpers/application_helper.rb:57 | ||
23 | -#: app/views/layouts/application.rhtml:103 app/views/features/index.rhtml:7 | 22 | +#: app/helpers/application_helper.rb:59 |
23 | +#: app/views/layouts/application.rhtml:104 app/views/features/index.rhtml:7 | ||
24 | msgid "Help" | 24 | msgid "Help" |
25 | msgstr "Ajuda" | 25 | msgstr "Ajuda" |
26 | 26 | ||
27 | -#: app/helpers/application_helper.rb:77 | 27 | +#: app/helpers/application_helper.rb:79 |
28 | #: app/views/box_organizer/add_block.rhtml:18 | 28 | #: app/views/box_organizer/add_block.rhtml:18 |
29 | -#: app/views/search/_search_form.rhtml:37 | 29 | +#: app/views/search/_search_form.rhtml:54 |
30 | msgid "Close" | 30 | msgid "Close" |
31 | msgstr "Fechar" | 31 | msgstr "Fechar" |
32 | 32 | ||
33 | -#: app/helpers/application_helper.rb:140 | 33 | +#: app/helpers/application_helper.rb:142 |
34 | msgid "This is %s, version %s" | 34 | msgid "This is %s, version %s" |
35 | msgstr "%s, versão %s" | 35 | msgstr "%s, versão %s" |
36 | 36 | ||
37 | -#: app/helpers/application_helper.rb:268 | 37 | +#: app/helpers/application_helper.rb:316 |
38 | #: app/views/memberships/new_community.rhtml:12 | 38 | #: app/views/memberships/new_community.rhtml:12 |
39 | -#: app/views/manage_products/_change_image.rhtml:5 | ||
40 | #: app/views/box_organizer/edit.rhtml:9 | 39 | #: app/views/box_organizer/edit.rhtml:9 |
41 | -#: app/views/admin_panel/site_info.rhtml:11 | ||
42 | -#: app/views/cms/select_article_type.rhtml:12 app/views/tasks/_task.rhtml:12 | ||
43 | -#: app/views/account/login.rhtml:22 | 40 | +#: app/views/admin_panel/site_info.rhtml:11 app/views/cms/edit.rhtml:35 |
41 | +#: app/views/cms/edit.rhtml:37 app/views/cms/select_article_type.rhtml:12 | ||
42 | +#: app/views/tasks/_task.rhtml:12 app/views/account/login.rhtml:22 | ||
43 | +#: app/views/shared/_change_image.rhtml:2 | ||
44 | msgid "Cancel" | 44 | msgid "Cancel" |
45 | msgstr "Cancelar" | 45 | msgstr "Cancelar" |
46 | 46 | ||
47 | -#: app/helpers/application_helper.rb:310 app/models/product.rb:34 | 47 | +#: app/helpers/application_helper.rb:358 app/models/product.rb:34 |
48 | msgid "Uncategorized product" | 48 | msgid "Uncategorized product" |
49 | msgstr "Produto não categorizado" | 49 | msgstr "Produto não categorizado" |
50 | 50 | ||
51 | -#: app/helpers/application_helper.rb:316 | 51 | +#: app/helpers/application_helper.rb:364 |
52 | msgid "No product" | 52 | msgid "No product" |
53 | msgstr "Sem produto" | 53 | msgstr "Sem produto" |
54 | 54 | ||
55 | -#: app/helpers/application_helper.rb:402 | 55 | +#: app/helpers/application_helper.rb:450 |
56 | msgid "Click on this icon to go to the <b>%s</b>'s home page" | 56 | msgid "Click on this icon to go to the <b>%s</b>'s home page" |
57 | msgstr "Clique nesse ícone para ir para a página inicial de <b>%s</b>" | 57 | msgstr "Clique nesse ícone para ir para a página inicial de <b>%s</b>" |
58 | 58 | ||
59 | -#: app/helpers/application_helper.rb:417 | 59 | +#: app/helpers/application_helper.rb:486 app/views/categories/index.rhtml:1 |
60 | +#: app/views/content_viewer/view_page.rhtml:54 | ||
61 | +msgid "Categories" | ||
62 | +msgstr "Categorias" | ||
63 | + | ||
64 | +#: app/helpers/application_helper.rb:508 | ||
65 | +msgid "open" | ||
66 | +msgstr "aberto" | ||
67 | + | ||
68 | +#: app/helpers/application_helper.rb:544 | ||
69 | +msgid "Search..." | ||
70 | +msgstr "Busca..." | ||
71 | + | ||
72 | +#: app/helpers/application_helper.rb:546 | ||
73 | +msgid "This is a search box. Click, write your query, and press enter to find" | ||
74 | +msgstr "Isto é uma caixa de busca. Clique, escreva sua consulta, e pressione enter para pesquisar" | ||
75 | + | ||
76 | +#: app/helpers/application_helper.rb:547 | ||
77 | +msgid "Click, write and press enter to find" | ||
78 | +msgstr "Clique, escreva e pressione enter para pesquisar" | ||
79 | + | ||
80 | +#: app/helpers/application_helper.rb:553 | ||
81 | +#: app/views/region_validators/region.rhtml:23 | ||
82 | +#: app/views/search/enterprises.rhtml:12 app/views/search/people.rhtml:12 | ||
83 | +#: app/views/search/_sellers_form.rhtml:8 | ||
84 | +#: app/views/search/_search_form.rhtml:14 | ||
85 | +#: app/views/search/communities.rhtml:12 app/views/search/articles.rhtml:12 | ||
86 | +#: app/views/home/index.rhtml:6 app/views/home/index.rhtml:12 | ||
87 | +msgid "Search" | ||
88 | +msgstr "Busca" | ||
89 | + | ||
90 | +#: app/helpers/dates_helper.rb:8 | ||
60 | msgid "%d %B %Y" | 91 | msgid "%d %B %Y" |
61 | msgstr "%d de %B de %Y" | 92 | msgstr "%d de %B de %Y" |
62 | 93 | ||
63 | -#: app/helpers/application_helper.rb:426 | 94 | +#: app/helpers/dates_helper.rb:17 |
64 | msgid "%d %B %Y, %H:%m" | 95 | msgid "%d %B %Y, %H:%m" |
65 | msgstr "%d de %B de %Y, %H:%m" | 96 | msgstr "%d de %B de %Y, %H:%m" |
66 | 97 | ||
67 | -#: app/helpers/application_helper.rb:456 app/views/categories/index.rhtml:1 | ||
68 | -#: app/views/content_viewer/view_page.rhtml:56 | ||
69 | -msgid "Categories" | ||
70 | -msgstr "Categorias" | 98 | +#: app/helpers/dates_helper.rb:27 |
99 | +msgid "from %s to %s" | ||
100 | +msgstr "de %s para %s" | ||
71 | 101 | ||
72 | -#: app/helpers/application_helper.rb:477 | ||
73 | -msgid "open" | ||
74 | -msgstr "aberto" | 102 | +#: app/helpers/dates_helper.rb:34 |
103 | +msgid "Sunday" | ||
104 | +msgstr "Domingo" | ||
105 | + | ||
106 | +#: app/helpers/dates_helper.rb:35 | ||
107 | +msgid "Monday" | ||
108 | +msgstr "Segunda" | ||
109 | + | ||
110 | +#: app/helpers/dates_helper.rb:36 | ||
111 | +msgid "Tuesday" | ||
112 | +msgstr "Terça" | ||
113 | + | ||
114 | +#: app/helpers/dates_helper.rb:37 | ||
115 | +msgid "Wednesday" | ||
116 | +msgstr "Quarta" | ||
117 | + | ||
118 | +#: app/helpers/dates_helper.rb:38 | ||
119 | +msgid "Thursday" | ||
120 | +msgstr "Quinta" | ||
121 | + | ||
122 | +#: app/helpers/dates_helper.rb:39 | ||
123 | +msgid "Friday" | ||
124 | +msgstr "Sexta" | ||
125 | + | ||
126 | +#: app/helpers/dates_helper.rb:40 | ||
127 | +msgid "Saturday" | ||
128 | +msgstr "Sábado" | ||
129 | + | ||
130 | +#: app/helpers/dates_helper.rb:47 | ||
131 | +msgid "January" | ||
132 | +msgstr "Janeiro" | ||
133 | + | ||
134 | +#: app/helpers/dates_helper.rb:48 | ||
135 | +msgid "February" | ||
136 | +msgstr "Fevereiro" | ||
137 | + | ||
138 | +#: app/helpers/dates_helper.rb:49 | ||
139 | +msgid "March" | ||
140 | +msgstr "Março" | ||
141 | + | ||
142 | +#: app/helpers/dates_helper.rb:50 | ||
143 | +msgid "April" | ||
144 | +msgstr "Abril" | ||
145 | + | ||
146 | +#: app/helpers/dates_helper.rb:51 | ||
147 | +msgid "May" | ||
148 | +msgstr "Maio" | ||
149 | + | ||
150 | +#: app/helpers/dates_helper.rb:52 | ||
151 | +msgid "June" | ||
152 | +msgstr "Junho" | ||
153 | + | ||
154 | +#: app/helpers/dates_helper.rb:53 | ||
155 | +msgid "July" | ||
156 | +msgstr "Julho" | ||
157 | + | ||
158 | +#: app/helpers/dates_helper.rb:54 | ||
159 | +msgid "August" | ||
160 | +msgstr "Agosto" | ||
161 | + | ||
162 | +#: app/helpers/dates_helper.rb:55 | ||
163 | +msgid "September" | ||
164 | +msgstr "Setembro" | ||
165 | + | ||
166 | +#: app/helpers/dates_helper.rb:56 | ||
167 | +msgid "October" | ||
168 | +msgstr "Outubro" | ||
169 | + | ||
170 | +#: app/helpers/dates_helper.rb:57 | ||
171 | +msgid "November" | ||
172 | +msgstr "Novembro" | ||
173 | + | ||
174 | +#: app/helpers/dates_helper.rb:58 | ||
175 | +msgid "December" | ||
176 | +msgstr "Dezembro" | ||
177 | + | ||
178 | +#: app/helpers/dates_helper.rb:61 | ||
179 | +msgid "%{month} %{year}" | ||
180 | +msgstr "%{month} %{year}" | ||
75 | 181 | ||
76 | #: app/helpers/cms_helper.rb:5 | 182 | #: app/helpers/cms_helper.rb:5 |
77 | msgid "New %s" | 183 | msgid "New %s" |
@@ -85,7 +191,7 @@ msgstr "Aprovado" | @@ -85,7 +191,7 @@ msgstr "Aprovado" | ||
85 | msgid "Rejected" | 191 | msgid "Rejected" |
86 | msgstr "Rejeitado" | 192 | msgstr "Rejeitado" |
87 | 193 | ||
88 | -#: app/helpers/language_helper.rb:20 | 194 | +#: app/helpers/language_helper.rb:22 |
89 | msgid "" | 195 | msgid "" |
90 | "The language you choose here is the language used for options, buttons, etc. " | 196 | "The language you choose here is the language used for options, buttons, etc. " |
91 | "It does not affect the language of the content created by other users." | 197 | "It does not affect the language of the content created by other users." |
@@ -110,17 +216,15 @@ msgid "Remove block" | @@ -110,17 +216,15 @@ msgid "Remove block" | ||
110 | msgstr "Remover bloco" | 216 | msgstr "Remover bloco" |
111 | 217 | ||
112 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 | 218 | #: app/helpers/boxes_helper.rb:129 app/views/categories/_category.rhtml:8 |
113 | -#: app/views/content_viewer/view_page.rhtml:26 app/views/cms/view.rhtml:70 | ||
114 | -#: app/views/role/index.rhtml:6 | 219 | +#: app/views/manage_products/index.rhtml:14 |
220 | +#: app/views/manage_products/index.rhtml:38 | ||
221 | +#: app/views/content_viewer/view_page.rhtml:33 app/views/cms/view.rhtml:65 | ||
222 | +#: app/views/role/index.rhtml:6 app/views/profile_members/index.rhtml:14 | ||
115 | msgid "Edit" | 223 | msgid "Edit" |
116 | msgstr "Editar" | 224 | msgstr "Editar" |
117 | 225 | ||
118 | -#: app/helpers/profile_helper.rb:6 | ||
119 | -msgid "This profile does not have any public information" | ||
120 | -msgstr "Este perfil não tem nenhuma informação pública" | ||
121 | - | ||
122 | -#: app/helpers/profile_helper.rb:11 | ||
123 | -msgid "edit your informations" | 226 | +#: app/helpers/profile_helper.rb:7 |
227 | +msgid "edit your information" | ||
124 | msgstr "editar suas informações" | 228 | msgstr "editar suas informações" |
125 | 229 | ||
126 | #: app/helpers/tags_helper.rb:33 | 230 | #: app/helpers/tags_helper.rb:33 |
@@ -184,41 +288,49 @@ msgid "Type of category" | @@ -184,41 +288,49 @@ msgid "Type of category" | ||
184 | msgstr "Tipo de categoria" | 288 | msgstr "Tipo de categoria" |
185 | 289 | ||
186 | #: app/helpers/assets_helper.rb:7 | 290 | #: app/helpers/assets_helper.rb:7 |
187 | -#: app/controllers/public/search_controller.rb:52 app/views/cms/view.rhtml:25 | 291 | +#: app/controllers/public/search_controller.rb:92 |
188 | msgid "Articles" | 292 | msgid "Articles" |
189 | msgstr "Artigos" | 293 | msgstr "Artigos" |
190 | 294 | ||
191 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 | 295 | #: app/helpers/assets_helper.rb:8 app/models/people_block.rb:4 |
192 | -#: app/controllers/public/search_controller.rb:55 | 296 | +#: app/controllers/public/search_controller.rb:94 |
193 | msgid "People" | 297 | msgid "People" |
194 | msgstr "Pessoas" | 298 | msgstr "Pessoas" |
195 | 299 | ||
196 | #: app/helpers/assets_helper.rb:9 | 300 | #: app/helpers/assets_helper.rb:9 |
197 | -#: app/controllers/public/search_controller.rb:57 | 301 | +#: app/controllers/public/search_controller.rb:96 |
198 | msgid "Products" | 302 | msgid "Products" |
199 | msgstr "Produtos" | 303 | msgstr "Produtos" |
200 | 304 | ||
201 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 | 305 | #: app/helpers/assets_helper.rb:10 app/models/enterprises_block.rb:4 |
202 | -#: app/controllers/public/search_controller.rb:54 | 306 | +#: app/controllers/public/search_controller.rb:93 |
203 | #: app/views/profile/index.rhtml:17 | 307 | #: app/views/profile/index.rhtml:17 |
204 | msgid "Enterprises" | 308 | msgid "Enterprises" |
205 | msgstr "Empreendimentos" | 309 | msgstr "Empreendimentos" |
206 | 310 | ||
207 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 | 311 | #: app/helpers/assets_helper.rb:11 app/models/communities_block.rb:8 |
208 | -#: app/controllers/public/search_controller.rb:56 | 312 | +#: app/controllers/public/search_controller.rb:95 |
209 | #: app/views/profile/index.rhtml:16 | 313 | #: app/views/profile/index.rhtml:16 |
210 | msgid "Communities" | 314 | msgid "Communities" |
211 | msgstr "Comunidades" | 315 | msgstr "Comunidades" |
212 | 316 | ||
213 | #: app/helpers/assets_helper.rb:12 | 317 | #: app/helpers/assets_helper.rb:12 |
214 | -#: app/controllers/public/search_controller.rb:53 | ||
215 | -msgid "Comments" | ||
216 | -msgstr "Comentários" | 318 | +#: app/controllers/public/search_controller.rb:97 |
319 | +msgid "Events" | ||
320 | +msgstr "Eventos" | ||
217 | 321 | ||
218 | #: app/models/enterprise.rb:5 | 322 | #: app/models/enterprise.rb:5 |
219 | msgid "Enterprise" | 323 | msgid "Enterprise" |
220 | msgstr "Empreendimento" | 324 | msgstr "Empreendimento" |
221 | 325 | ||
326 | +#: app/models/product_search_block.rb:4 | ||
327 | +msgid "A block to search products." | ||
328 | +msgstr "Um bloco para buscar produtos." | ||
329 | + | ||
330 | +#: app/models/product_search_block.rb:8 | ||
331 | +msgid "Product search" | ||
332 | +msgstr "Buscar produto" | ||
333 | + | ||
222 | #: app/models/community.rb:2 | 334 | #: app/models/community.rb:2 |
223 | msgid "Community" | 335 | msgid "Community" |
224 | msgstr "Comunidade" | 336 | msgstr "Comunidade" |
@@ -291,6 +403,22 @@ msgstr "A tarefa foi finalizada em %s" | @@ -291,6 +403,22 @@ msgstr "A tarefa foi finalizada em %s" | ||
291 | msgid "The task was cancelled at %s" | 403 | msgid "The task was cancelled at %s" |
292 | msgstr "A tarefa foi cancelada em %s" | 404 | msgstr "A tarefa foi cancelada em %s" |
293 | 405 | ||
406 | +#: app/models/favorite_enterprises_block.rb:4 | ||
407 | +msgid "Favorite Enterprises" | ||
408 | +msgstr "Empreendimentos Favoritos" | ||
409 | + | ||
410 | +#: app/models/favorite_enterprises_block.rb:8 | ||
411 | +msgid "This user's favorite enterprises." | ||
412 | +msgstr "Empreendimentos favoritos deste usuário." | ||
413 | + | ||
414 | +#: app/models/favorite_enterprises_block.rb:12 | ||
415 | +msgid "A block that displays your favorite enterprises" | ||
416 | +msgstr "Um bloco que apresenta seus empreendimentos favoritos" | ||
417 | + | ||
418 | +#: app/models/favorite_enterprises_block.rb:19 | ||
419 | +msgid "All favorite enterprises" | ||
420 | +msgstr "Todos empreendimentos favoritos" | ||
421 | + | ||
294 | #: app/models/rss_feed.rb:77 | 422 | #: app/models/rss_feed.rb:77 |
295 | msgid "%s's RSS feed" | 423 | msgid "%s's RSS feed" |
296 | msgstr "Feed RSS do(a) %s" | 424 | msgstr "Feed RSS do(a) %s" |
@@ -399,6 +527,18 @@ msgstr "Número de comentários" | @@ -399,6 +527,18 @@ msgstr "Número de comentários" | ||
399 | msgid "Article|Advertise" | 527 | msgid "Article|Advertise" |
400 | msgstr "Publicado" | 528 | msgstr "Publicado" |
401 | 529 | ||
530 | +#: app/models/article.rb:- | ||
531 | +msgid "Article|Published" | ||
532 | +msgstr "Publicado" | ||
533 | + | ||
534 | +#: app/models/article.rb:- | ||
535 | +msgid "Article|Start date" | ||
536 | +msgstr "Data inicial" | ||
537 | + | ||
538 | +#: app/models/article.rb:- | ||
539 | +msgid "Article|End date" | ||
540 | +msgstr "Data final" | ||
541 | + | ||
402 | #: app/models/article.rb:9 | 542 | #: app/models/article.rb:9 |
403 | msgid "" | 543 | msgid "" |
404 | "%{fn} (the code generated from the article name) is already being used by " | 544 | "%{fn} (the code generated from the article name) is already being used by " |
@@ -411,26 +551,10 @@ msgstr "" | @@ -411,26 +551,10 @@ msgstr "" | ||
411 | msgid "Tag list" | 551 | msgid "Tag list" |
412 | msgstr "Lista de marcadores" | 552 | msgstr "Lista de marcadores" |
413 | 553 | ||
414 | -#: app/models/article.rb:80 | 554 | +#: app/models/article.rb:84 |
415 | msgid "HTML Text document" | 555 | msgid "HTML Text document" |
416 | msgstr "Documento de Texto HTML" | 556 | msgstr "Documento de Texto HTML" |
417 | 557 | ||
418 | -#: app/models/article.rb:89 | ||
419 | -msgid "Article" | ||
420 | -msgstr "Artigo" | ||
421 | - | ||
422 | -#: app/models/article.rb:91 | ||
423 | -msgid "\"%s\" article" | ||
424 | -msgstr "Artigo \"%s\"" | ||
425 | - | ||
426 | -#: app/models/article.rb:97 | ||
427 | -msgid "An ordinary article" | ||
428 | -msgstr "Um artigo comum" | ||
429 | - | ||
430 | -#: app/models/article.rb:99 | ||
431 | -msgid "An article of type \"%s\"" | ||
432 | -msgstr "Um artigo do tipo \"%s\"" | ||
433 | - | ||
434 | #: app/models/box.rb:- | 558 | #: app/models/box.rb:- |
435 | msgid "box" | 559 | msgid "box" |
436 | msgstr "caixa" | 560 | msgstr "caixa" |
@@ -575,51 +699,51 @@ msgstr "Longitude" | @@ -575,51 +699,51 @@ msgstr "Longitude" | ||
575 | msgid "Profile|Geocode precision" | 699 | msgid "Profile|Geocode precision" |
576 | msgstr "Precisão do georeferenciamento" | 700 | msgstr "Precisão do georeferenciamento" |
577 | 701 | ||
578 | -#: app/models/profile.rb:19 | 702 | +#: app/models/profile.rb:25 app/views/profile_editor/edit.rhtml:1 |
579 | msgid "Edit profile" | 703 | msgid "Edit profile" |
580 | msgstr "Editar perfil" | 704 | msgstr "Editar perfil" |
581 | 705 | ||
582 | -#: app/models/profile.rb:20 | 706 | +#: app/models/profile.rb:26 |
583 | msgid "Destroy profile" | 707 | msgid "Destroy profile" |
584 | msgstr "Remover perfil" | 708 | msgstr "Remover perfil" |
585 | 709 | ||
586 | -#: app/models/profile.rb:21 | 710 | +#: app/models/profile.rb:27 |
587 | msgid "Manage memberships" | 711 | msgid "Manage memberships" |
588 | msgstr "Gerenciar associação em organização" | 712 | msgstr "Gerenciar associação em organização" |
589 | 713 | ||
590 | -#: app/models/profile.rb:22 | 714 | +#: app/models/profile.rb:28 |
591 | msgid "Post content" | 715 | msgid "Post content" |
592 | msgstr "Conteúdo da postagem" | 716 | msgstr "Conteúdo da postagem" |
593 | 717 | ||
594 | -#: app/models/profile.rb:23 | 718 | +#: app/models/profile.rb:29 |
595 | msgid "Edit profile design" | 719 | msgid "Edit profile design" |
596 | msgstr "Editar design de perfil" | 720 | msgstr "Editar design de perfil" |
597 | 721 | ||
598 | -#: app/models/profile.rb:24 | 722 | +#: app/models/profile.rb:30 |
599 | msgid "Manage products" | 723 | msgid "Manage products" |
600 | msgstr "Gerenciar produtos" | 724 | msgstr "Gerenciar produtos" |
601 | 725 | ||
602 | -#: app/models/profile.rb:25 app/views/profile_editor/index.rhtml:25 | 726 | +#: app/models/profile.rb:31 app/views/profile_editor/index.rhtml:19 |
603 | msgid "Manage friends" | 727 | msgid "Manage friends" |
604 | msgstr "Gerenciar amigos" | 728 | msgstr "Gerenciar amigos" |
605 | 729 | ||
606 | -#: app/models/profile.rb:26 | 730 | +#: app/models/profile.rb:32 |
607 | msgid "Validate enterprise" | 731 | msgid "Validate enterprise" |
608 | msgstr "validar empreendimento" | 732 | msgstr "validar empreendimento" |
609 | 733 | ||
610 | -#: app/models/profile.rb:27 | ||
611 | -msgid "Peform task" | 734 | +#: app/models/profile.rb:33 |
735 | +msgid "Perform task" | ||
612 | msgstr "Realizar tarefa" | 736 | msgstr "Realizar tarefa" |
613 | 737 | ||
614 | -#: app/models/profile.rb:89 | 738 | +#: app/models/profile.rb:111 |
615 | msgid "An existing profile cannot be renamed." | 739 | msgid "An existing profile cannot be renamed." |
616 | msgstr "Um perfil existente não pode ser renomeado" | 740 | msgstr "Um perfil existente não pode ser renomeado" |
617 | 741 | ||
618 | -#: app/models/profile.rb:265 | 742 | +#: app/models/profile.rb:266 |
619 | msgid "%s's home page" | 743 | msgid "%s's home page" |
620 | msgstr "Página inicial de %s" | 744 | msgstr "Página inicial de %s" |
621 | 745 | ||
622 | -#: app/models/profile.rb:265 | 746 | +#: app/models/profile.rb:266 |
623 | msgid "" | 747 | msgid "" |
624 | "<p>This is a default homepage created for %s. It can be changed though the " | 748 | "<p>This is a default homepage created for %s. It can be changed though the " |
625 | "control panel.</p>" | 749 | "control panel.</p>" |
@@ -627,6 +751,14 @@ msgstr "" | @@ -627,6 +751,14 @@ msgstr "" | ||
627 | "<p>Esta é a pagina inicial padrão criada para %s. Esta página pode ser " | 751 | "<p>Esta é a pagina inicial padrão criada para %s. Esta página pode ser " |
628 | "modificada pelo painel de controle.</p>" | 752 | "modificada pelo painel de controle.</p>" |
629 | 753 | ||
754 | +#: app/models/profile.rb:285 | ||
755 | +msgid "%s can't has members" | ||
756 | +msgstr "%s não pode ter integrantes" | ||
757 | + | ||
758 | +#: app/models/profile.rb:302 | ||
759 | +msgid "%s can't has moderators" | ||
760 | +msgstr "%s não pode ter moderadores" | ||
761 | + | ||
630 | #: app/models/category.rb:- | 762 | #: app/models/category.rb:- |
631 | msgid "category" | 763 | msgid "category" |
632 | msgstr "categoria" | 764 | msgstr "categoria" |
@@ -813,6 +945,10 @@ msgstr "Termos aceitos" | @@ -813,6 +945,10 @@ msgstr "Termos aceitos" | ||
813 | msgid "User|Environment" | 945 | msgid "User|Environment" |
814 | msgstr "Ambiente" | 946 | msgstr "Ambiente" |
815 | 947 | ||
948 | +#: app/models/user.rb:- | ||
949 | +msgid "User|Password type" | ||
950 | +msgstr "Tipo de senha" | ||
951 | + | ||
816 | #: app/models/user.rb:7 | 952 | #: app/models/user.rb:7 |
817 | msgid "User|Password" | 953 | msgid "User|Password" |
818 | msgstr "Senha" | 954 | msgstr "Senha" |
@@ -849,6 +985,14 @@ msgstr "Configurações" | @@ -849,6 +985,14 @@ msgstr "Configurações" | ||
849 | msgid "Block|Position" | 985 | msgid "Block|Position" |
850 | msgstr "Posição" | 986 | msgstr "Posição" |
851 | 987 | ||
988 | +#: app/models/folder.rb:4 | ||
989 | +msgid "Folder" | ||
990 | +msgstr "Pasta" | ||
991 | + | ||
992 | +#: app/models/folder.rb:8 | ||
993 | +msgid "A folder, inside which you can put other articles." | ||
994 | +msgstr "Uma pasta, dentro dela você pode colocar outros artigos." | ||
995 | + | ||
852 | #: app/models/communities_block.rb:4 | 996 | #: app/models/communities_block.rb:4 |
853 | msgid "A block that displays your communities" | 997 | msgid "A block that displays your communities" |
854 | msgstr "Um bloco que apresenta suas comunidades" | 998 | msgstr "Um bloco que apresenta suas comunidades" |
@@ -861,46 +1005,6 @@ msgstr "As comunidades das quais esse(a) usuário(a) é membro." | @@ -861,46 +1005,6 @@ msgstr "As comunidades das quais esse(a) usuário(a) é membro." | ||
861 | msgid "All communities" | 1005 | msgid "All communities" |
862 | msgstr "Todas comunidades" | 1006 | msgstr "Todas comunidades" |
863 | 1007 | ||
864 | -#: app/models/organization_info.rb:- | ||
865 | -msgid "organization info" | ||
866 | -msgstr "informação da organização" | ||
867 | - | ||
868 | -#: app/models/organization_info.rb:- | ||
869 | -msgid "OrganizationInfo|Organization" | ||
870 | -msgstr "Organização" | ||
871 | - | ||
872 | -#: app/models/organization_info.rb:- | ||
873 | -msgid "OrganizationInfo|Contact person" | ||
874 | -msgstr "Pessoa de contato" | ||
875 | - | ||
876 | -#: app/models/organization_info.rb:- | ||
877 | -msgid "OrganizationInfo|Contact email" | ||
878 | -msgstr "email de contato" | ||
879 | - | ||
880 | -#: app/models/organization_info.rb:- | ||
881 | -msgid "OrganizationInfo|Acronym" | ||
882 | -msgstr "Sigla" | ||
883 | - | ||
884 | -#: app/models/organization_info.rb:- | ||
885 | -msgid "OrganizationInfo|Foundation year" | ||
886 | -msgstr "Ano de fundação" | ||
887 | - | ||
888 | -#: app/models/organization_info.rb:- | ||
889 | -msgid "OrganizationInfo|Legal form" | ||
890 | -msgstr "Estatuto Jurídico" | ||
891 | - | ||
892 | -#: app/models/organization_info.rb:- | ||
893 | -msgid "OrganizationInfo|Economic activity" | ||
894 | -msgstr "Atividade econômica" | ||
895 | - | ||
896 | -#: app/models/organization_info.rb:- | ||
897 | -msgid "OrganizationInfo|Management information" | ||
898 | -msgstr "Informação de gerenciamento" | ||
899 | - | ||
900 | -#: app/models/organization_info.rb:- | ||
901 | -msgid "OrganizationInfo|Validated" | ||
902 | -msgstr "Validado" | ||
903 | - | ||
904 | #: app/models/article_categorization.rb:- | 1008 | #: app/models/article_categorization.rb:- |
905 | msgid "articles category" | 1009 | msgid "articles category" |
906 | msgstr "artigos categoria" | 1010 | msgstr "artigos categoria" |
@@ -933,58 +1037,6 @@ msgstr "Perfil" | @@ -933,58 +1037,6 @@ msgstr "Perfil" | ||
933 | msgid "Consumption|Aditional specifications" | 1037 | msgid "Consumption|Aditional specifications" |
934 | msgstr "Especificações adicionais" | 1038 | msgstr "Especificações adicionais" |
935 | 1039 | ||
936 | -#: app/models/person_info.rb:- | ||
937 | -msgid "person info" | ||
938 | -msgstr "informação pesoal" | ||
939 | - | ||
940 | -#: app/models/person_info.rb:- | ||
941 | -msgid "PersonInfo|Name" | ||
942 | -msgstr "Nome" | ||
943 | - | ||
944 | -#: app/models/person_info.rb:- | ||
945 | -msgid "PersonInfo|Photo" | ||
946 | -msgstr "Fotografia" | ||
947 | - | ||
948 | -#: app/models/person_info.rb:- | ||
949 | -msgid "PersonInfo|Contact information" | ||
950 | -msgstr "Informação de contato" | ||
951 | - | ||
952 | -#: app/models/person_info.rb:- | ||
953 | -msgid "PersonInfo|Birth date" | ||
954 | -msgstr "Nome" | ||
955 | - | ||
956 | -#: app/models/person_info.rb:- | ||
957 | -msgid "PersonInfo|Sex" | ||
958 | -msgstr "Sexo" | ||
959 | - | ||
960 | -#: app/models/person_info.rb:- | ||
961 | -msgid "PersonInfo|Address" | ||
962 | -msgstr "Endereço" | ||
963 | - | ||
964 | -#: app/models/person_info.rb:- | ||
965 | -msgid "PersonInfo|City" | ||
966 | -msgstr "Cidade" | ||
967 | - | ||
968 | -#: app/models/person_info.rb:- | ||
969 | -msgid "PersonInfo|State" | ||
970 | -msgstr "Estado" | ||
971 | - | ||
972 | -#: app/models/person_info.rb:- | ||
973 | -msgid "PersonInfo|Country" | ||
974 | -msgstr "País" | ||
975 | - | ||
976 | -#: app/models/person_info.rb:- | ||
977 | -msgid "PersonInfo|Created at" | ||
978 | -msgstr "Criado em" | ||
979 | - | ||
980 | -#: app/models/person_info.rb:- | ||
981 | -msgid "PersonInfo|Updated at" | ||
982 | -msgstr "Atualizado em" | ||
983 | - | ||
984 | -#: app/models/person_info.rb:- | ||
985 | -msgid "PersonInfo|Person" | ||
986 | -msgstr "Pessoa" | ||
987 | - | ||
988 | #: app/models/profile_list_block.rb:6 | 1040 | #: app/models/profile_list_block.rb:6 |
989 | msgid "A block that displays random profiles" | 1041 | msgid "A block that displays random profiles" |
990 | msgstr "Um bloco que apresenta profiles aleatórios" | 1042 | msgstr "Um bloco que apresenta profiles aleatórios" |
@@ -999,7 +1051,7 @@ msgstr "" | @@ -999,7 +1051,7 @@ msgstr "" | ||
999 | "Clicando em uma pessoa ou grupo você será enviado para sua página inicial." | 1051 | "Clicando em uma pessoa ou grupo você será enviado para sua página inicial." |
1000 | 1052 | ||
1001 | #: app/models/profile_list_block.rb:69 | 1053 | #: app/models/profile_list_block.rb:69 |
1002 | -#: app/views/search/_display_results.rhtml:39 | 1054 | +#: app/views/search/_display_results.rhtml:40 app/views/cms/view.rhtml:73 |
1003 | msgid "None" | 1055 | msgid "None" |
1004 | msgstr "Nenhum(a)" | 1056 | msgstr "Nenhum(a)" |
1005 | 1057 | ||
@@ -1039,7 +1091,7 @@ msgstr "e-Mail" | @@ -1039,7 +1091,7 @@ msgstr "e-Mail" | ||
1039 | msgid "Comment|Created at" | 1091 | msgid "Comment|Created at" |
1040 | msgstr "Criado em" | 1092 | msgstr "Criado em" |
1041 | 1093 | ||
1042 | -#: app/models/comment.rb:18 | 1094 | +#: app/models/comment.rb:16 |
1043 | msgid "%{fn} can only be informed for unauthenticated authors" | 1095 | msgid "%{fn} can only be informed for unauthenticated authors" |
1044 | msgstr "%{fn} só pode ser informado para autores não autenticados" | 1096 | msgstr "%{fn} só pode ser informado para autores não autenticados" |
1045 | 1097 | ||
@@ -1123,6 +1175,10 @@ msgstr "Pai" | @@ -1123,6 +1175,10 @@ msgstr "Pai" | ||
1123 | msgid "Thumbnail|Thumbnail" | 1175 | msgid "Thumbnail|Thumbnail" |
1124 | msgstr "Miniatura" | 1176 | msgstr "Miniatura" |
1125 | 1177 | ||
1178 | +#: app/models/sellers_search_block.rb:4 | ||
1179 | +msgid "A search for enterprises by products selled and local" | ||
1180 | +msgstr "" | ||
1181 | + | ||
1126 | #: app/models/person.rb:10 | 1182 | #: app/models/person.rb:10 |
1127 | msgid "friends" | 1183 | msgid "friends" |
1128 | msgstr "amigos" | 1184 | msgstr "amigos" |
@@ -1277,7 +1333,7 @@ msgstr "" | @@ -1277,7 +1333,7 @@ msgstr "" | ||
1277 | msgid "The data provided by the enterprise was the following:\n" | 1333 | msgid "The data provided by the enterprise was the following:\n" |
1278 | msgstr "Os dados providos pelo empreendimento foram os seguintes:\n" | 1334 | msgstr "Os dados providos pelo empreendimento foram os seguintes:\n" |
1279 | 1335 | ||
1280 | -#: app/models/create_enterprise.rb:150 | 1336 | +#: app/models/create_enterprise.rb:150 app/views/memberships/index.rhtml:12 |
1281 | msgid "Name: %s" | 1337 | msgid "Name: %s" |
1282 | msgstr "Nome: %s" | 1338 | msgstr "Nome: %s" |
1283 | 1339 | ||
@@ -1377,7 +1433,11 @@ msgstr "" | @@ -1377,7 +1433,11 @@ msgstr "" | ||
1377 | msgid "%{fn} must not start with www." | 1433 | msgid "%{fn} must not start with www." |
1378 | msgstr "%{fn} não pode iniciar com www" | 1434 | msgstr "%{fn} não pode iniciar com www" |
1379 | 1435 | ||
1380 | -#: app/models/add_friend.rb:25 | 1436 | +#: app/models/add_member.rb:25 |
1437 | +msgid "%s wants to be a member" | ||
1438 | +msgstr "%s quer ser um integrante" | ||
1439 | + | ||
1440 | +#: app/models/add_friend.rb:27 | ||
1381 | msgid "%s wants to be your friend" | 1441 | msgid "%s wants to be your friend" |
1382 | msgstr "%s quer ser seu(sua) amigo(a)" | 1442 | msgstr "%s quer ser seu(sua) amigo(a)" |
1383 | 1443 | ||
@@ -1461,6 +1521,31 @@ msgstr "" | @@ -1461,6 +1521,31 @@ msgstr "" | ||
1461 | "Informações básicas sobre <i>%{user}</i>: a quanto tempo <i>%{user}</i> é " | 1521 | "Informações básicas sobre <i>%{user}</i>: a quanto tempo <i>%{user}</i> é " |
1462 | "parte de <i>%{env}</i> e links úteis." | 1522 | "parte de <i>%{env}</i> e links úteis." |
1463 | 1523 | ||
1524 | +#: app/models/event.rb:13 | ||
1525 | +msgid "%{fn} cannot come before end date." | ||
1526 | +msgstr "%{fn} não pode vir antes da data final." | ||
1527 | + | ||
1528 | +#: app/models/event.rb:18 | ||
1529 | +msgid "A calendar event" | ||
1530 | +msgstr "Um evento no calendário" | ||
1531 | + | ||
1532 | +#: app/models/event.rb:22 | ||
1533 | +msgid "Event" | ||
1534 | +msgstr "Evento" | ||
1535 | + | ||
1536 | +#: app/models/event.rb:67 | ||
1537 | +msgid "URL:" | ||
1538 | +msgstr "URL:" | ||
1539 | + | ||
1540 | +#: app/models/event.rb:71 app/views/enterprise_editor/index.rhtml:6 | ||
1541 | +#: app/views/cms/_event.rhtml:14 | ||
1542 | +msgid "Address:" | ||
1543 | +msgstr "Endereço:" | ||
1544 | + | ||
1545 | +#: app/models/event.rb:75 | ||
1546 | +msgid "When:" | ||
1547 | +msgstr "Quando:" | ||
1548 | + | ||
1464 | #: app/models/members_block.rb:4 | 1549 | #: app/models/members_block.rb:4 |
1465 | msgid "A block that displays members." | 1550 | msgid "A block that displays members." |
1466 | msgstr "Um bloco que apresenta integrantes." | 1551 | msgstr "Um bloco que apresenta integrantes." |
@@ -1514,49 +1599,65 @@ msgstr "Falhou em criar papel" | @@ -1514,49 +1599,65 @@ msgstr "Falhou em criar papel" | ||
1514 | msgid "Failed to edit role" | 1599 | msgid "Failed to edit role" |
1515 | msgstr "Falhou em editar papel" | 1600 | msgstr "Falhou em editar papel" |
1516 | 1601 | ||
1517 | -#: app/controllers/my_profile/consumed_products_controller.rb:15 | ||
1518 | -#: app/controllers/my_profile/manage_products_controller.rb:21 | 1602 | +#: app/controllers/my_profile/memberships_controller.rb:13 |
1603 | +msgid "%s administrator still needs to accept you as member." | ||
1604 | +msgstr "%s administrador ainda precisa aceitar você como integrante." | ||
1605 | + | ||
1606 | +#: app/controllers/my_profile/friends_controller.rb:15 | ||
1607 | +msgid "%s still needs to accept being your friend." | ||
1608 | +msgstr "%s ainda precisa aceitar ser seu(sua) amigo(a)." | ||
1609 | + | ||
1610 | +#: app/controllers/my_profile/cms_controller.rb:97 | ||
1611 | +msgid "Article \"%s\" configured as home page." | ||
1612 | +msgstr "Artigo \"%s\" configurado como página inicial." | ||
1613 | + | ||
1614 | +#: app/controllers/my_profile/manage_products_controller.rb:22 | ||
1519 | msgid "Product succesfully created" | 1615 | msgid "Product succesfully created" |
1520 | msgstr "Produto criado com sucesso" | 1616 | msgstr "Produto criado com sucesso" |
1521 | 1617 | ||
1522 | -#: app/controllers/my_profile/consumed_products_controller.rb:18 | ||
1523 | -#: app/controllers/my_profile/manage_products_controller.rb:24 | 1618 | +#: app/controllers/my_profile/manage_products_controller.rb:25 |
1524 | msgid "Could not create the product" | 1619 | msgid "Could not create the product" |
1525 | msgstr "Não foi possível criar o produto" | 1620 | msgstr "Não foi possível criar o produto" |
1526 | 1621 | ||
1527 | -#: app/controllers/my_profile/consumed_products_controller.rb:26 | ||
1528 | -#: app/controllers/my_profile/manage_products_controller.rb:46 | 1622 | +#: app/controllers/my_profile/manage_products_controller.rb:36 |
1623 | +msgid "Product succesfully updated" | ||
1624 | +msgstr "Produto atualizado com sucesso" | ||
1625 | + | ||
1626 | +#: app/controllers/my_profile/manage_products_controller.rb:39 | ||
1627 | +msgid "Could not update the product" | ||
1628 | +msgstr "Não foi possível atualizar o produto" | ||
1629 | + | ||
1630 | +#: app/controllers/my_profile/manage_products_controller.rb:47 | ||
1529 | msgid "Product succesfully removed" | 1631 | msgid "Product succesfully removed" |
1530 | msgstr "Produto removido com sucesso" | 1632 | msgstr "Produto removido com sucesso" |
1531 | 1633 | ||
1532 | -#: app/controllers/my_profile/consumed_products_controller.rb:28 | ||
1533 | -#: app/controllers/my_profile/manage_products_controller.rb:49 | 1634 | +#: app/controllers/my_profile/manage_products_controller.rb:50 |
1534 | msgid "Could not remove the product" | 1635 | msgid "Could not remove the product" |
1535 | msgstr "Não foi possível remover o produto" | 1636 | msgstr "Não foi possível remover o produto" |
1536 | 1637 | ||
1537 | -#: app/controllers/my_profile/profile_editor_controller.rb:27 | ||
1538 | -msgid "Image successfully uploaded" | ||
1539 | -msgstr "Imagem enviada com sucesso" | 1638 | +#: app/controllers/my_profile/manage_products_controller.rb:65 |
1639 | +msgid "Raw material succesfully created" | ||
1640 | +msgstr "Matéria-prima criada com sucesso." | ||
1540 | 1641 | ||
1541 | -#: app/controllers/my_profile/profile_editor_controller.rb:30 | ||
1542 | -msgid "Could not upload image" | ||
1543 | -msgstr "Não foi possível enviar imagem" | 1642 | +#: app/controllers/my_profile/manage_products_controller.rb:68 |
1643 | +msgid "Could not create the raw material" | ||
1644 | +msgstr "Não foi possível criar a matéria-prima" | ||
1544 | 1645 | ||
1545 | -#: app/controllers/my_profile/friends_controller.rb:14 | ||
1546 | -msgid "%s still needs to accept being your friend." | ||
1547 | -msgstr "%s ainda precisa aceitar ser seu(sua) amigo(a)." | 1646 | +#: app/controllers/my_profile/manage_products_controller.rb:76 |
1647 | +msgid "Raw material succesfully removed" | ||
1648 | +msgstr "Matéria-prime removida com sucesso" | ||
1548 | 1649 | ||
1549 | -#: app/controllers/my_profile/cms_controller.rb:92 | ||
1550 | -msgid "Article \"%s\" configured as home page." | ||
1551 | -msgstr "Artigo \"%s\" configurado como página inicial." | 1650 | +#: app/controllers/my_profile/manage_products_controller.rb:78 |
1651 | +msgid "Could not remove the raw material" | ||
1652 | +msgstr "Não foi possível remover a matéria-prime" | ||
1552 | 1653 | ||
1553 | -#: app/controllers/my_profile/manage_products_controller.rb:35 | ||
1554 | -msgid "Product succesfully updated" | ||
1555 | -msgstr "Produto atualizado com sucesso" | 1654 | +#: app/controllers/my_profile/manage_products_controller.rb:87 |
1655 | +msgid "Raw material succesfully updated" | ||
1656 | +msgstr "Matéria-prima alterada com sucesso" | ||
1556 | 1657 | ||
1557 | -#: app/controllers/my_profile/manage_products_controller.rb:38 | ||
1558 | -msgid "Could not update the product" | ||
1559 | -msgstr "Não foi possível atualizar o produto" | 1658 | +#: app/controllers/my_profile/manage_products_controller.rb:90 |
1659 | +msgid "Could not update the raw material" | ||
1660 | +msgstr "Não pôde modificar a matéria-prima" | ||
1560 | 1661 | ||
1561 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 | 1662 | #: app/controllers/my_profile/enterprise_editor_controller.rb:22 |
1562 | msgid "Could not update the enterprise" | 1663 | msgid "Could not update the enterprise" |
@@ -1570,26 +1671,30 @@ msgstr "Empreendimento ativado com sucesso" | @@ -1570,26 +1671,30 @@ msgstr "Empreendimento ativado com sucesso" | ||
1570 | msgid "This action is not available for \"%s\"." | 1671 | msgid "This action is not available for \"%s\"." |
1571 | msgstr "Esta ação não está disponível para \"%s\"." | 1672 | msgstr "Esta ação não está disponível para \"%s\"." |
1572 | 1673 | ||
1573 | -#: app/controllers/public/search_controller.rb:82 | 1674 | +#: app/controllers/public/search_controller.rb:165 |
1574 | msgid "Recently registered people" | 1675 | msgid "Recently registered people" |
1575 | msgstr "Pessoas registradas recentemente" | 1676 | msgstr "Pessoas registradas recentemente" |
1576 | 1677 | ||
1577 | -#: app/controllers/public/search_controller.rb:83 | 1678 | +#: app/controllers/public/search_controller.rb:166 |
1578 | msgid "Recently created communities" | 1679 | msgid "Recently created communities" |
1579 | msgstr "Comunidades criadas recentemente" | 1680 | msgstr "Comunidades criadas recentemente" |
1580 | 1681 | ||
1581 | -#: app/controllers/public/search_controller.rb:84 | 1682 | +#: app/controllers/public/search_controller.rb:167 |
1582 | msgid "Recent articles" | 1683 | msgid "Recent articles" |
1583 | msgstr "Artigos recentes" | 1684 | msgstr "Artigos recentes" |
1584 | 1685 | ||
1585 | -#: app/controllers/public/search_controller.rb:85 | ||
1586 | -msgid "Recent comments" | ||
1587 | -msgstr "Comentários recentes" | ||
1588 | - | ||
1589 | -#: app/controllers/public/search_controller.rb:86 | 1686 | +#: app/controllers/public/search_controller.rb:168 |
1590 | msgid "Most commented articles" | 1687 | msgid "Most commented articles" |
1591 | msgstr "Artigos mais comentados" | 1688 | msgstr "Artigos mais comentados" |
1592 | 1689 | ||
1690 | +#: app/controllers/public/search_controller.rb:169 | ||
1691 | +msgid "Recently created enterprises" | ||
1692 | +msgstr "Empreendimentos criados recentemente" | ||
1693 | + | ||
1694 | +#: app/controllers/public/search_controller.rb:170 | ||
1695 | +msgid "Recently added events" | ||
1696 | +msgstr "Eventos adicionados recentemente" | ||
1697 | + | ||
1593 | #: app/controllers/public/account_controller.rb:21 | 1698 | #: app/controllers/public/account_controller.rb:21 |
1594 | msgid "Logged in successfully" | 1699 | msgid "Logged in successfully" |
1595 | msgstr "Login bem sucedido" | 1700 | msgstr "Login bem sucedido" |
@@ -1614,7 +1719,7 @@ msgstr "Sua senha foi alterada com sucesso!" | @@ -1614,7 +1719,7 @@ msgstr "Sua senha foi alterada com sucesso!" | ||
1614 | msgid "The supplied current password is incorrect." | 1719 | msgid "The supplied current password is incorrect." |
1615 | msgstr "A senha informada está incorreta" | 1720 | msgstr "A senha informada está incorreta" |
1616 | 1721 | ||
1617 | -#: app/controllers/public/content_viewer_controller.rb:65 | 1722 | +#: app/controllers/public/content_viewer_controller.rb:77 |
1618 | msgid "Comment succesfully deleted" | 1723 | msgid "Comment succesfully deleted" |
1619 | msgstr "Comentário removido com sucesso" | 1724 | msgstr "Comentário removido com sucesso" |
1620 | 1725 | ||
@@ -1634,27 +1739,40 @@ msgstr "Grupos de %s" | @@ -1634,27 +1739,40 @@ msgstr "Grupos de %s" | ||
1634 | msgid "%s is a member of the following groups:" | 1739 | msgid "%s is a member of the following groups:" |
1635 | msgstr "%s é membro dos seguintes grupos:" | 1740 | msgstr "%s é membro dos seguintes grupos:" |
1636 | 1741 | ||
1637 | -#: app/views/memberships/index.rhtml:10 | ||
1638 | -#: app/views/content_viewer/_comment_form.rhtml:24 | ||
1639 | -#: app/views/enterprise_editor/_form.rhtml:1 | ||
1640 | -#: app/views/enterprise_validation/_details.rhtml:3 | ||
1641 | -msgid "Name" | ||
1642 | -msgstr "Nome" | 1742 | +#: app/views/memberships/index.rhtml:13 |
1743 | +msgid "Role: %s" | ||
1744 | +msgstr "Papel: %s" | ||
1643 | 1745 | ||
1644 | -#: app/views/memberships/index.rhtml:11 | ||
1645 | -msgid "Type" | ||
1646 | -msgstr "Tipo" | 1746 | +#: app/views/memberships/index.rhtml:14 |
1747 | +msgid "Type: %s" | ||
1748 | +msgstr "Tipo: %s" | ||
1647 | 1749 | ||
1648 | -#: app/views/memberships/index.rhtml:12 | ||
1649 | -msgid "Actions" | ||
1650 | -msgstr "Ações" | 1750 | +#: app/views/memberships/index.rhtml:15 |
1751 | +msgid "Description: %s" | ||
1752 | +msgstr "Descrição: %s" | ||
1651 | 1753 | ||
1652 | -#: app/views/memberships/index.rhtml:19 | 1754 | +#: app/views/memberships/index.rhtml:16 |
1755 | +msgid "Members: %s" | ||
1756 | +msgstr "Integrantes: %s" | ||
1757 | + | ||
1758 | +#: app/views/memberships/index.rhtml:17 | ||
1759 | +msgid "Created at: %s" | ||
1760 | +msgstr "Criado em: %s" | ||
1761 | + | ||
1762 | +#: app/views/memberships/index.rhtml:18 | ||
1763 | +msgid "Actions: %s" | ||
1764 | +msgstr "Ações: %s" | ||
1765 | + | ||
1766 | +#: app/views/memberships/index.rhtml:18 | ||
1653 | msgid "Manage" | 1767 | msgid "Manage" |
1654 | msgstr "Gerenciar" | 1768 | msgstr "Gerenciar" |
1655 | 1769 | ||
1770 | +#: app/views/memberships/index.rhtml:18 | ||
1771 | +msgid "Leave" | ||
1772 | +msgstr "Sair" | ||
1773 | + | ||
1656 | #: app/views/memberships/index.rhtml:26 | 1774 | #: app/views/memberships/index.rhtml:26 |
1657 | -#: app/views/profile_editor/index.rhtml:49 | 1775 | +#: app/views/profile_editor/index.rhtml:41 |
1658 | #: app/views/profile/enterprises.rhtml:15 | 1776 | #: app/views/profile/enterprises.rhtml:15 |
1659 | msgid "Register a new Enterprise" | 1777 | msgid "Register a new Enterprise" |
1660 | msgstr "Registrar novo Empreendimento" | 1778 | msgstr "Registrar novo Empreendimento" |
@@ -1665,7 +1783,10 @@ msgstr "Criar nova comunidade" | @@ -1665,7 +1783,10 @@ msgstr "Criar nova comunidade" | ||
1665 | 1783 | ||
1666 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 | 1784 | #: app/views/memberships/index.rhtml:28 app/views/profile/friends.rhtml:13 |
1667 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 | 1785 | #: app/views/profile/enterprises.rhtml:13 app/views/profile/members.rhtml:13 |
1668 | -#: app/views/profile/communities.rhtml:13 app/views/friends/index.rhtml:29 | 1786 | +#: app/views/profile/communities.rhtml:13 |
1787 | +#: app/views/profile/favorite_enterprises.rhtml:13 | ||
1788 | +#: app/views/favorite_enterprises/index.rhtml:29 | ||
1789 | +#: app/views/friends/index.rhtml:29 | ||
1669 | msgid "Go back" | 1790 | msgid "Go back" |
1670 | msgstr "Voltar" | 1791 | msgstr "Voltar" |
1671 | 1792 | ||
@@ -1681,10 +1802,22 @@ msgstr "Tem certeza que quer entrar em %s?" | @@ -1681,10 +1802,22 @@ msgstr "Tem certeza que quer entrar em %s?" | ||
1681 | msgid "Yes, I want to join." | 1802 | msgid "Yes, I want to join." |
1682 | msgstr "Sim, quero entrar." | 1803 | msgstr "Sim, quero entrar." |
1683 | 1804 | ||
1684 | -#: app/views/memberships/join.rhtml:10 | 1805 | +#: app/views/memberships/join.rhtml:10 app/views/memberships/leave.rhtml:10 |
1685 | msgid "No, I don't want." | 1806 | msgid "No, I don't want." |
1686 | msgstr "Não, não quero." | 1807 | msgstr "Não, não quero." |
1687 | 1808 | ||
1809 | +#: app/views/memberships/leave.rhtml:1 | ||
1810 | +msgid "Leaving %s" | ||
1811 | +msgstr "Saindo %s" | ||
1812 | + | ||
1813 | +#: app/views/memberships/leave.rhtml:4 | ||
1814 | +msgid "Are you sure you want to leave %s?" | ||
1815 | +msgstr "Tem certeza que quer sair %s?" | ||
1816 | + | ||
1817 | +#: app/views/memberships/leave.rhtml:9 | ||
1818 | +msgid "Yes, I want to leave." | ||
1819 | +msgstr "Sim, quero sair." | ||
1820 | + | ||
1688 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 | 1821 | #: app/views/task_mailer/task_cancelled.text.plain.rhtml:1 |
1689 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 | 1822 | #: app/views/task_mailer/task_created.text.plain.rhtml:1 |
1690 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 | 1823 | #: app/views/task_mailer/task_finished.text.plain.rhtml:1 |
@@ -1710,13 +1843,16 @@ msgstr "Catálogo" | @@ -1710,13 +1843,16 @@ msgstr "Catálogo" | ||
1710 | msgid "New category" | 1843 | msgid "New category" |
1711 | msgstr "Nova categoria" | 1844 | msgstr "Nova categoria" |
1712 | 1845 | ||
1713 | -#: app/views/categories/_form.rhtml:17 app/views/box_organizer/edit.rhtml:8 | 1846 | +#: app/views/categories/_form.rhtml:18 app/views/manage_products/_form.rhtml:8 |
1847 | +#: app/views/profile_editor/edit.rhtml:11 | ||
1848 | +msgid "Image:" | ||
1849 | +msgstr "Imagem:" | ||
1850 | + | ||
1851 | +#: app/views/categories/_form.rhtml:22 app/views/box_organizer/edit.rhtml:8 | ||
1714 | #: app/views/admin_panel/site_info.rhtml:10 | 1852 | #: app/views/admin_panel/site_info.rhtml:10 |
1715 | -#: app/views/profile_editor/person_info.rhtml:15 | ||
1716 | -#: app/views/profile_editor/organization_info.rhtml:12 | ||
1717 | -#: app/views/profile_editor/edit_categories.rhtml:4 | 1853 | +#: app/views/profile_editor/edit.rhtml:43 |
1718 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 | 1854 | #: app/views/enterprise_validation/edit_validation_info.rhtml:9 |
1719 | -#: app/views/cms/edit.rhtml:19 | 1855 | +#: app/views/cms/edit.rhtml:12 app/views/cms/edit.rhtml:33 |
1720 | msgid "Save" | 1856 | msgid "Save" |
1721 | msgstr "Salvar" | 1857 | msgstr "Salvar" |
1722 | 1858 | ||
@@ -1725,6 +1861,8 @@ msgid "Add subcategory" | @@ -1725,6 +1861,8 @@ msgid "Add subcategory" | ||
1725 | msgstr "Adicionar subcategoria" | 1861 | msgstr "Adicionar subcategoria" |
1726 | 1862 | ||
1727 | #: app/views/categories/_category.rhtml:9 | 1863 | #: app/views/categories/_category.rhtml:9 |
1864 | +#: app/views/manage_products/index.rhtml:39 | ||
1865 | +#: app/views/profile_members/index.rhtml:15 | ||
1728 | msgid "Remove" | 1866 | msgid "Remove" |
1729 | msgstr "Remover" | 1867 | msgstr "Remover" |
1730 | 1868 | ||
@@ -1737,29 +1875,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | @@ -1737,29 +1875,41 @@ msgid "Are you sure you want to remove \"%s\" and all its subcategories?" | ||
1737 | msgstr "Tem certeza que quer excluir \"%s\" e todas as suas subcategorias?" | 1875 | msgstr "Tem certeza que quer excluir \"%s\" e todas as suas subcategorias?" |
1738 | 1876 | ||
1739 | #: app/views/categories/edit.rhtml:1 | 1877 | #: app/views/categories/edit.rhtml:1 |
1878 | +#: app/views/manage_products/edit_consumption.rhtml:1 | ||
1740 | msgid "Editing %s" | 1879 | msgid "Editing %s" |
1741 | msgstr "Editando %s" | 1880 | msgstr "Editando %s" |
1742 | 1881 | ||
1743 | -#: app/views/manage_products/_subcategories.rhtml:1 | 1882 | +#: app/views/manage_products/_subcategories.rhtml:3 |
1744 | msgid "Current category:" | 1883 | msgid "Current category:" |
1745 | msgstr "Categoria atual:" | 1884 | msgstr "Categoria atual:" |
1746 | 1885 | ||
1747 | -#: app/views/manage_products/_subcategories.rhtml:15 | 1886 | +#: app/views/manage_products/_subcategories.rhtml:8 |
1887 | +#: app/views/manage_products/index.rhtml:47 | ||
1888 | +#: app/views/environment_role_manager/index.rhtml:13 | ||
1889 | +#: app/views/enterprise_editor/index.rhtml:22 | ||
1890 | +#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1891 | +#: app/views/enterprise_validation/details.rhtml:3 | ||
1892 | +#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1893 | +#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1894 | +#: app/views/profile_members/index.rhtml:21 app/views/tasks/processed.rhtml:23 | ||
1895 | +msgid "Back" | ||
1896 | +msgstr "Voltar" | ||
1897 | + | ||
1898 | +#: app/views/manage_products/_subcategories.rhtml:22 | ||
1899 | +msgid "Select a category:" | ||
1900 | +msgstr "Selecione uma categoria:" | ||
1901 | + | ||
1902 | +#: app/views/manage_products/_subcategories.rhtml:24 | ||
1748 | msgid "Select a subcategory:" | 1903 | msgid "Select a subcategory:" |
1749 | msgstr "Selecione uma subcategoria" | 1904 | msgstr "Selecione uma subcategoria" |
1750 | 1905 | ||
1751 | -#: app/views/manage_products/_show_thumbnail.rhtml:5 | ||
1752 | -msgid "Change image" | ||
1753 | -msgstr "Mudar imagem" | ||
1754 | - | ||
1755 | #: app/views/manage_products/show.rhtml:4 | 1906 | #: app/views/manage_products/show.rhtml:4 |
1756 | #: app/views/manage_products/_form.rhtml:5 | 1907 | #: app/views/manage_products/_form.rhtml:5 |
1757 | -#: app/views/manage_products/index.rhtml:7 | ||
1758 | msgid "Price:" | 1908 | msgid "Price:" |
1759 | msgstr "Preço:" | 1909 | msgstr "Preço:" |
1760 | 1910 | ||
1761 | #: app/views/manage_products/show.rhtml:5 | 1911 | #: app/views/manage_products/show.rhtml:5 |
1762 | -#: app/views/manage_products/_form.rhtml:6 | 1912 | +#: app/views/manage_products/_form.rhtml:6 app/views/cms/_folder.rhtml:7 |
1763 | msgid "Description:" | 1913 | msgid "Description:" |
1764 | msgstr "Descrição:" | 1914 | msgstr "Descrição:" |
1765 | 1915 | ||
@@ -1768,12 +1918,10 @@ msgid "Category:" | @@ -1768,12 +1918,10 @@ msgid "Category:" | ||
1768 | msgstr "Categoria:" | 1918 | msgstr "Categoria:" |
1769 | 1919 | ||
1770 | #: app/views/manage_products/show.rhtml:8 | 1920 | #: app/views/manage_products/show.rhtml:8 |
1771 | -#: app/views/manage_products/index.rhtml:8 | ||
1772 | msgid "edit" | 1921 | msgid "edit" |
1773 | msgstr "editar" | 1922 | msgstr "editar" |
1774 | 1923 | ||
1775 | #: app/views/manage_products/show.rhtml:9 | 1924 | #: app/views/manage_products/show.rhtml:9 |
1776 | -#: app/views/manage_products/index.rhtml:9 | ||
1777 | msgid "destroy" | 1925 | msgid "destroy" |
1778 | msgstr "destruir" | 1926 | msgstr "destruir" |
1779 | 1927 | ||
@@ -1782,7 +1930,6 @@ msgid "back" | @@ -1782,7 +1930,6 @@ msgid "back" | ||
1782 | msgstr "voltar" | 1930 | msgstr "voltar" |
1783 | 1931 | ||
1784 | #: app/views/manage_products/new.rhtml:1 | 1932 | #: app/views/manage_products/new.rhtml:1 |
1785 | -#: app/views/manage_products/index.rhtml:3 | ||
1786 | msgid "New product" | 1933 | msgid "New product" |
1787 | msgstr "Novo produto" | 1934 | msgstr "Novo produto" |
1788 | 1935 | ||
@@ -1790,43 +1937,75 @@ msgstr "Novo produto" | @@ -1790,43 +1937,75 @@ msgstr "Novo produto" | ||
1790 | msgid "Name:" | 1937 | msgid "Name:" |
1791 | msgstr "Nome:" | 1938 | msgstr "Nome:" |
1792 | 1939 | ||
1793 | -#: app/views/manage_products/_form.rhtml:7 | ||
1794 | -msgid "Image:" | ||
1795 | -msgstr "Imagem:" | ||
1796 | - | ||
1797 | -#: app/views/manage_products/_form.rhtml:14 | 1940 | +#: app/views/manage_products/_form.rhtml:16 |
1798 | msgid "Create product" | 1941 | msgid "Create product" |
1799 | msgstr "Criar produto" | 1942 | msgstr "Criar produto" |
1800 | 1943 | ||
1801 | -#: app/views/manage_products/_form.rhtml:14 | 1944 | +#: app/views/manage_products/_form.rhtml:16 |
1945 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1802 | #: app/views/environment_role_manager/change_role.rhtml:12 | 1946 | #: app/views/environment_role_manager/change_role.rhtml:12 |
1803 | #: app/views/role/_form.rhtml:13 | 1947 | #: app/views/role/_form.rhtml:13 |
1804 | -#: app/views/profile_members/change_role.rhtml:13 | 1948 | +#: app/views/profile_members/change_role.rhtml:12 |
1805 | #: app/views/features/_features_table.rhtml:16 | 1949 | #: app/views/features/_features_table.rhtml:16 |
1806 | msgid "Save changes" | 1950 | msgid "Save changes" |
1807 | msgstr "Salvar alterações" | 1951 | msgstr "Salvar alterações" |
1808 | 1952 | ||
1809 | #: app/views/manage_products/index.rhtml:1 | 1953 | #: app/views/manage_products/index.rhtml:1 |
1810 | -#: app/views/consumed_products/index.rhtml:1 | ||
1811 | -msgid "Listing products" | ||
1812 | -msgstr "Listando produtos" | 1954 | +msgid "Listing products and services" |
1955 | +msgstr "Listando produtos e serviços" | ||
1813 | 1956 | ||
1814 | -#: app/views/manage_products/index.rhtml:12 | ||
1815 | -#: app/views/environment_role_manager/index.rhtml:13 | ||
1816 | -#: app/views/enterprise_editor/index.rhtml:22 | ||
1817 | -#: app/views/consumed_products/index.rhtml:12 | ||
1818 | -#: app/views/enterprise_validation/list_processed.rhtml:3 | ||
1819 | -#: app/views/enterprise_validation/details.rhtml:3 | ||
1820 | -#: app/views/enterprise_validation/view_processed.rhtml:3 | ||
1821 | -#: app/views/role/show.rhtml:10 app/views/role/index.rhtml:12 | ||
1822 | -#: app/views/profile_members/index.rhtml:13 app/views/tasks/processed.rhtml:23 | ||
1823 | -msgid "Back" | ||
1824 | -msgstr "Voltar" | 1957 | +#: app/views/manage_products/index.rhtml:5 |
1958 | +msgid "Product" | ||
1959 | +msgstr "Produto" | ||
1960 | + | ||
1961 | +#: app/views/manage_products/index.rhtml:6 | ||
1962 | +msgid "Price" | ||
1963 | +msgstr "Preço" | ||
1964 | + | ||
1965 | +#: app/views/manage_products/index.rhtml:7 | ||
1966 | +#: app/views/manage_products/index.rhtml:28 app/views/cms/view.rhtml:26 | ||
1967 | +#: app/views/profile_members/index.rhtml:8 | ||
1968 | +msgid "Actions" | ||
1969 | +msgstr "Ações" | ||
1970 | + | ||
1971 | +#: app/views/manage_products/index.rhtml:15 app/views/role/index.rhtml:7 | ||
1972 | +msgid "Destroy" | ||
1973 | +msgstr "Destruir" | ||
1974 | + | ||
1975 | +#: app/views/manage_products/index.rhtml:21 | ||
1976 | +msgid "New product or service" | ||
1977 | +msgstr "Novo produto ou serviço" | ||
1978 | + | ||
1979 | +#: app/views/manage_products/index.rhtml:23 | ||
1980 | +msgid "Listing raw materials" | ||
1981 | +msgstr "Listando matérias-primas" | ||
1982 | + | ||
1983 | +#: app/views/manage_products/index.rhtml:27 | ||
1984 | +msgid "Raw material" | ||
1985 | +msgstr "Matéria-prima" | ||
1986 | + | ||
1987 | +#: app/views/manage_products/index.rhtml:39 | ||
1988 | +msgid "Are you sure, you want to remove this raw material from your list" | ||
1989 | +msgstr "Tem certeza que quer remover esta matéria-prima da sua lista" | ||
1990 | + | ||
1991 | +#: app/views/manage_products/index.rhtml:45 | ||
1992 | +#: app/views/manage_products/new_consumption.rhtml:1 | ||
1993 | +#: app/views/manage_products/_form_consumption.rhtml:7 | ||
1994 | +msgid "Add raw material" | ||
1995 | +msgstr "Adicionar matéria-prima" | ||
1825 | 1996 | ||
1826 | #: app/views/manage_products/edit.rhtml:1 | 1997 | #: app/views/manage_products/edit.rhtml:1 |
1827 | msgid "Editing" | 1998 | msgid "Editing" |
1828 | msgstr "Editando" | 1999 | msgstr "Editando" |
1829 | 2000 | ||
2001 | +#: app/views/manage_products/_form_consumption.rhtml:4 | ||
2002 | +msgid "Raw material:" | ||
2003 | +msgstr "Matéria-prima:" | ||
2004 | + | ||
2005 | +#: app/views/manage_products/_form_consumption.rhtml:5 | ||
2006 | +msgid "Aditional specifications:" | ||
2007 | +msgstr "Especificações adicionais:" | ||
2008 | + | ||
1830 | #: app/views/environment_role_manager/affiliate.rhtml:7 | 2009 | #: app/views/environment_role_manager/affiliate.rhtml:7 |
1831 | #: app/views/profile_members/affiliate.rhtml:7 | 2010 | #: app/views/profile_members/affiliate.rhtml:7 |
1832 | msgid "Affiliate" | 2011 | msgid "Affiliate" |
@@ -1857,12 +2036,10 @@ msgid "Listing Administrators" | @@ -1857,12 +2036,10 @@ msgid "Listing Administrators" | ||
1857 | msgstr "Listando Administradores" | 2036 | msgstr "Listando Administradores" |
1858 | 2037 | ||
1859 | #: app/views/environment_role_manager/index.rhtml:8 | 2038 | #: app/views/environment_role_manager/index.rhtml:8 |
1860 | -#: app/views/profile_members/index.rhtml:8 | ||
1861 | msgid "Edit member role" | 2039 | msgid "Edit member role" |
1862 | msgstr "Editar papel do membro" | 2040 | msgstr "Editar papel do membro" |
1863 | 2041 | ||
1864 | #: app/views/environment_role_manager/index.rhtml:9 | 2042 | #: app/views/environment_role_manager/index.rhtml:9 |
1865 | -#: app/views/profile_members/index.rhtml:9 | ||
1866 | msgid "Remove member" | 2043 | msgid "Remove member" |
1867 | msgstr "Remover membro" | 2044 | msgstr "Remover membro" |
1868 | 2045 | ||
@@ -1965,11 +2142,20 @@ msgstr "%s não escolheu uma página inicial ainda." | @@ -1965,11 +2142,20 @@ msgstr "%s não escolheu uma página inicial ainda." | ||
1965 | msgid "Click here to set your homepage now!" | 2142 | msgid "Click here to set your homepage now!" |
1966 | msgstr "Clique aqui para definir sua página inicial agora!" | 2143 | msgstr "Clique aqui para definir sua página inicial agora!" |
1967 | 2144 | ||
1968 | -#: app/views/content_viewer/view_page.rhtml:33 | 2145 | +#: app/views/content_viewer/access_denied.rhtml:1 |
2146 | +#: app/views/shared/access_denied.rhtml:1 | ||
2147 | +msgid "Access denied" | ||
2148 | +msgstr "Acesso negado" | ||
2149 | + | ||
2150 | +#: app/views/content_viewer/access_denied.rhtml:4 | ||
2151 | +msgid "You are not allowed to view this content." | ||
2152 | +msgstr "Você não está autorizado a visualizar este conteúdo." | ||
2153 | + | ||
2154 | +#: app/views/content_viewer/view_page.rhtml:41 | ||
1969 | msgid "This article's tags:" | 2155 | msgid "This article's tags:" |
1970 | msgstr "Tags deste artigo:" | 2156 | msgstr "Tags deste artigo:" |
1971 | 2157 | ||
1972 | -#: app/views/content_viewer/view_page.rhtml:39 | 2158 | +#: app/views/content_viewer/view_page.rhtml:47 |
1973 | msgid "Up" | 2159 | msgid "Up" |
1974 | msgstr "Acima" | 2160 | msgstr "Acima" |
1975 | 2161 | ||
@@ -1992,6 +2178,13 @@ msgstr "Não há página: %s" | @@ -1992,6 +2178,13 @@ msgstr "Não há página: %s" | ||
1992 | msgid "Post a comment" | 2178 | msgid "Post a comment" |
1993 | msgstr "Enviar um comentário" | 2179 | msgstr "Enviar um comentário" |
1994 | 2180 | ||
2181 | +#: app/views/content_viewer/_comment_form.rhtml:24 | ||
2182 | +#: app/views/enterprise_editor/_form.rhtml:1 | ||
2183 | +#: app/views/enterprise_validation/_details.rhtml:3 | ||
2184 | +#: app/views/cms/view.rhtml:24 | ||
2185 | +msgid "Name" | ||
2186 | +msgstr "Nome" | ||
2187 | + | ||
1995 | #: app/views/content_viewer/_comment_form.rhtml:25 | 2188 | #: app/views/content_viewer/_comment_form.rhtml:25 |
1996 | msgid "e-mail" | 2189 | msgid "e-mail" |
1997 | msgstr "e-mail" | 2190 | msgstr "e-mail" |
@@ -2145,10 +2338,6 @@ msgstr "Entidade de Validação" | @@ -2145,10 +2338,6 @@ msgstr "Entidade de Validação" | ||
2145 | msgid "Identifier:" | 2338 | msgid "Identifier:" |
2146 | msgstr "Identificador: " | 2339 | msgstr "Identificador: " |
2147 | 2340 | ||
2148 | -#: app/views/enterprise_editor/index.rhtml:6 | ||
2149 | -msgid "Address:" | ||
2150 | -msgstr "Endereço:" | ||
2151 | - | ||
2152 | #: app/views/enterprise_editor/index.rhtml:7 | 2341 | #: app/views/enterprise_editor/index.rhtml:7 |
2153 | msgid "Contact phone:" | 2342 | msgid "Contact phone:" |
2154 | msgstr "Telefone de contato:" | 2343 | msgstr "Telefone de contato:" |
@@ -2209,71 +2398,47 @@ msgstr "Editar informações do empreendimento" | @@ -2209,71 +2398,47 @@ msgstr "Editar informações do empreendimento" | ||
2209 | msgid "Update" | 2398 | msgid "Update" |
2210 | msgstr "Atualizar" | 2399 | msgstr "Atualizar" |
2211 | 2400 | ||
2212 | -#: app/views/profile_editor/person_info.rhtml:1 | ||
2213 | -msgid "Edit person info" | ||
2214 | -msgstr "Editar dados pessoais" | ||
2215 | - | ||
2216 | -#: app/views/profile_editor/person_info.rhtml:8 | ||
2217 | -msgid "Sex: " | ||
2218 | -msgstr "Sexo: " | ||
2219 | - | ||
2220 | -#: app/views/profile_editor/person_info.rhtml:9 | ||
2221 | -msgid "Male" | ||
2222 | -msgstr "Masculino" | ||
2223 | - | ||
2224 | -#: app/views/profile_editor/person_info.rhtml:10 | ||
2225 | -msgid "Female" | ||
2226 | -msgstr "Feminino" | ||
2227 | - | ||
2228 | #: app/views/profile_editor/index.rhtml:3 | 2401 | #: app/views/profile_editor/index.rhtml:3 |
2229 | msgid "My profile" | 2402 | msgid "My profile" |
2230 | msgstr "Meu perfil" | 2403 | msgstr "Meu perfil" |
2231 | 2404 | ||
2232 | -#: app/views/profile_editor/index.rhtml:11 | ||
2233 | -msgid "Change your picture" | ||
2234 | -msgstr "Mude sua foto" | 2405 | +#: app/views/profile_editor/index.rhtml:9 |
2406 | +msgid "Edit Profile" | ||
2407 | +msgstr "Editar Perfil" | ||
2235 | 2408 | ||
2236 | -#: app/views/profile_editor/index.rhtml:15 | 2409 | +#: app/views/profile_editor/index.rhtml:11 |
2237 | msgid "Pending tasks" | 2410 | msgid "Pending tasks" |
2238 | msgstr "Tarefas pendentes" | 2411 | msgstr "Tarefas pendentes" |
2239 | 2412 | ||
2240 | -#: app/views/profile_editor/index.rhtml:17 | 2413 | +#: app/views/profile_editor/index.rhtml:13 |
2241 | msgid "Edit Visual Design" | 2414 | msgid "Edit Visual Design" |
2242 | msgstr "Editar Aparência" | 2415 | msgstr "Editar Aparência" |
2243 | 2416 | ||
2244 | -#: app/views/profile_editor/index.rhtml:19 | 2417 | +#: app/views/profile_editor/index.rhtml:15 |
2245 | msgid "Manage Content" | 2418 | msgid "Manage Content" |
2246 | msgstr "Gerenciar conteúdo" | 2419 | msgstr "Gerenciar conteúdo" |
2247 | 2420 | ||
2248 | -#: app/views/profile_editor/index.rhtml:21 | ||
2249 | -msgid "My Interests" | ||
2250 | -msgstr "Meus Interesses" | ||
2251 | - | ||
2252 | -#: app/views/profile_editor/index.rhtml:23 | 2421 | +#: app/views/profile_editor/index.rhtml:17 |
2253 | msgid "Change Password" | 2422 | msgid "Change Password" |
2254 | msgstr "Alterar Senha" | 2423 | msgstr "Alterar Senha" |
2255 | 2424 | ||
2256 | -#: app/views/profile_editor/index.rhtml:27 | 2425 | +#: app/views/profile_editor/index.rhtml:21 |
2257 | msgid "Manage Members" | 2426 | msgid "Manage Members" |
2258 | msgstr "Gerenciar Integrantes" | 2427 | msgstr "Gerenciar Integrantes" |
2259 | 2428 | ||
2260 | -#: app/views/profile_editor/index.rhtml:29 | ||
2261 | -msgid "Consumed Products" | ||
2262 | -msgstr "Produtos Consumidos" | ||
2263 | - | ||
2264 | -#: app/views/profile_editor/index.rhtml:31 | ||
2265 | -msgid "Manage Products" | ||
2266 | -msgstr "Gerenciar Produtos" | 2429 | +#: app/views/profile_editor/index.rhtml:23 |
2430 | +msgid "Manage Products and Services" | ||
2431 | +msgstr "Gerenciar Produtos e Serviços" | ||
2267 | 2432 | ||
2268 | -#: app/views/profile_editor/index.rhtml:33 | 2433 | +#: app/views/profile_editor/index.rhtml:25 |
2269 | msgid "Enterprise Validation" | 2434 | msgid "Enterprise Validation" |
2270 | msgstr "Validações de empreendimento" | 2435 | msgstr "Validações de empreendimento" |
2271 | 2436 | ||
2272 | -#: app/views/profile_editor/index.rhtml:38 | 2437 | +#: app/views/profile_editor/index.rhtml:30 |
2273 | msgid "My groups" | 2438 | msgid "My groups" |
2274 | msgstr "Meus grupos" | 2439 | msgstr "Meus grupos" |
2275 | 2440 | ||
2276 | -#: app/views/profile_editor/index.rhtml:50 | 2441 | +#: app/views/profile_editor/index.rhtml:42 |
2277 | msgid "Manage my organizations" | 2442 | msgid "Manage my organizations" |
2278 | msgstr "Gerenciar minhas organizações" | 2443 | msgstr "Gerenciar minhas organizações" |
2279 | 2444 | ||
@@ -2285,26 +2450,55 @@ msgstr "Você tem solicações pendentes" | @@ -2285,26 +2450,55 @@ msgstr "Você tem solicações pendentes" | ||
2285 | msgid "Process requests" | 2450 | msgid "Process requests" |
2286 | msgstr "Processar solicitações" | 2451 | msgstr "Processar solicitações" |
2287 | 2452 | ||
2288 | -#: app/views/profile_editor/organization_info.rhtml:1 | ||
2289 | -msgid "Edit organization info" | ||
2290 | -msgstr "Editar informações da organização" | 2453 | +#: app/views/profile_editor/edit.rhtml:9 |
2454 | +msgid "Change picture" | ||
2455 | +msgstr "Mudar foto" | ||
2456 | + | ||
2457 | +#: app/views/profile_editor/edit.rhtml:15 | ||
2458 | +msgid "Privacy options" | ||
2459 | +msgstr "Opções de privacidade" | ||
2291 | 2460 | ||
2292 | -#: app/views/profile_editor/edit_categories.rhtml:2 | 2461 | +#: app/views/profile_editor/edit.rhtml:17 |
2462 | +msgid "This profile is:" | ||
2463 | +msgstr "Este perfil é:" | ||
2464 | + | ||
2465 | +#: app/views/profile_editor/edit.rhtml:20 | ||
2466 | +#: app/views/profile_editor/edit.rhtml:31 | ||
2467 | +msgid "Public" | ||
2468 | +msgstr "Público" | ||
2469 | + | ||
2470 | +#: app/views/profile_editor/edit.rhtml:24 | ||
2471 | +#: app/views/profile_editor/edit.rhtml:35 | ||
2472 | +msgid "Private" | ||
2473 | +msgstr "Privado" | ||
2474 | + | ||
2475 | +#: app/views/profile_editor/edit.rhtml:28 | ||
2476 | +msgid "This profile's content is:" | ||
2477 | +msgstr "O conteúdo deste perfil é:" | ||
2478 | + | ||
2479 | +#: app/views/profile_editor/edit.rhtml:39 | ||
2293 | msgid "Select the categories of your interest" | 2480 | msgid "Select the categories of your interest" |
2294 | msgstr "Selecione as categorias de seu interesse" | 2481 | msgstr "Selecione as categorias de seu interesse" |
2295 | 2482 | ||
2296 | -#: app/views/profile_editor/edit_categories.rhtml:5 | ||
2297 | -#: app/views/tasks/index.rhtml:17 | 2483 | +#: app/views/profile_editor/edit.rhtml:44 app/views/tasks/index.rhtml:17 |
2298 | msgid "Back to control panel" | 2484 | msgid "Back to control panel" |
2299 | msgstr "Voltar ao painel de controle" | 2485 | msgstr "Voltar ao painel de controle" |
2300 | 2486 | ||
2301 | -#: app/views/profile_editor/change_image.rhtml:4 | ||
2302 | -msgid "Image" | ||
2303 | -msgstr "Imagem" | 2487 | +#: app/views/profile_editor/_organization.rhtml:9 |
2488 | +msgid "Moderation options" | ||
2489 | +msgstr "Opções de moderação" | ||
2490 | + | ||
2491 | +#: app/views/profile_editor/_organization.rhtml:12 | ||
2492 | +msgid "Closed %s" | ||
2493 | +msgstr "Fechado %s" | ||
2494 | + | ||
2495 | +#: app/views/profile_editor/_person.rhtml:5 | ||
2496 | +msgid "Male" | ||
2497 | +msgstr "Masculino" | ||
2304 | 2498 | ||
2305 | -#: app/views/profile_editor/change_image.rhtml:6 | ||
2306 | -msgid "Upload" | ||
2307 | -msgstr "Upload" | 2499 | +#: app/views/profile_editor/_person.rhtml:5 |
2500 | +msgid "Female" | ||
2501 | +msgstr "Feminino" | ||
2308 | 2502 | ||
2309 | #: app/views/region_validators/index.rhtml:1 | 2503 | #: app/views/region_validators/index.rhtml:1 |
2310 | msgid "Validators by Region" | 2504 | msgid "Validators by Region" |
@@ -2334,12 +2528,6 @@ msgstr "" | @@ -2334,12 +2528,6 @@ msgstr "" | ||
2334 | "Primeiro procure organizações pelo seu nome, depois use os botões no " | 2528 | "Primeiro procure organizações pelo seu nome, depois use os botões no " |
2335 | "resultado da pesquisa para adicioná-las como validadoras para esta região." | 2529 | "resultado da pesquisa para adicioná-las como validadoras para esta região." |
2336 | 2530 | ||
2337 | -#: app/views/region_validators/region.rhtml:23 | ||
2338 | -#: app/views/search/_search_form.rhtml:10 app/views/home/index.rhtml:6 | ||
2339 | -#: app/views/home/index.rhtml:12 app/views/layouts/application.rhtml:96 | ||
2340 | -msgid "Search" | ||
2341 | -msgstr "Busca" | ||
2342 | - | ||
2343 | #: app/views/region_validators/_region.rhtml:5 | 2531 | #: app/views/region_validators/_region.rhtml:5 |
2344 | msgid "1 validator" | 2532 | msgid "1 validator" |
2345 | msgid_plural "%{num} validators." | 2533 | msgid_plural "%{num} validators." |
@@ -2356,6 +2544,7 @@ msgstr "Amigos de %s" | @@ -2356,6 +2544,7 @@ msgstr "Amigos de %s" | ||
2356 | 2544 | ||
2357 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 | 2545 | #: app/views/profile/friends.rhtml:14 app/views/profile/enterprises.rhtml:14 |
2358 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 | 2546 | #: app/views/profile/members.rhtml:14 app/views/profile/communities.rhtml:14 |
2547 | +#: app/views/profile/favorite_enterprises.rhtml:14 | ||
2359 | msgid "Back to the page where you come from." | 2548 | msgid "Back to the page where you come from." |
2360 | msgstr "De volta à página de onde você veio." | 2549 | msgstr "De volta à página de onde você veio." |
2361 | 2550 | ||
@@ -2367,7 +2556,7 @@ msgstr "Perfil de %s" | @@ -2367,7 +2556,7 @@ msgstr "Perfil de %s" | ||
2367 | msgid "Homepage: " | 2556 | msgid "Homepage: " |
2368 | msgstr "Página: " | 2557 | msgstr "Página: " |
2369 | 2558 | ||
2370 | -#: app/views/profile/index.rhtml:24 app/views/cms/view.rhtml:65 | 2559 | +#: app/views/profile/index.rhtml:24 |
2371 | msgid "Tags:" | 2560 | msgid "Tags:" |
2372 | msgstr "Marcadores:" | 2561 | msgstr "Marcadores:" |
2373 | 2562 | ||
@@ -2403,74 +2592,107 @@ msgstr "Conteúdo marcado com \"%s\"" | @@ -2403,74 +2592,107 @@ msgstr "Conteúdo marcado com \"%s\"" | ||
2403 | msgid "See content tagged with \"%s\" in the entire site" | 2592 | msgid "See content tagged with \"%s\" in the entire site" |
2404 | msgstr "Veja o conteúdo marcado com \"%s\" em todo o site" | 2593 | msgstr "Veja o conteúdo marcado com \"%s\" em todo o site" |
2405 | 2594 | ||
2595 | +#: app/views/profile/private_profile.rhtml:4 | ||
2596 | +msgid "This profile is not public." | ||
2597 | +msgstr "Este perfil não é público." | ||
2598 | + | ||
2599 | +#: app/views/profile/favorite_enterprises.rhtml:2 | ||
2600 | +msgid "Here are all <b>%s</b>'s favorite enterprises." | ||
2601 | +msgstr "Aqui estão todos os empreendimentos fovoritos de <b>%s</b>" | ||
2602 | + | ||
2603 | +#: app/views/profile/favorite_enterprises.rhtml:4 | ||
2604 | +msgid "%s's favorite enterprises" | ||
2605 | +msgstr "Empreendimentos favoritos de %s" | ||
2606 | + | ||
2406 | #: app/views/search/_comment.rhtml:16 | 2607 | #: app/views/search/_comment.rhtml:16 |
2407 | msgid "by %{author} on \"%{article}\"" | 2608 | msgid "by %{author} on \"%{article}\"" |
2408 | msgstr "por %{author} em \"%{article}\"" | 2609 | msgstr "por %{author} em \"%{article}\"" |
2409 | 2610 | ||
2410 | -#: app/views/search/index.rhtml:1 | 2611 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2612 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2613 | +#: app/views/search/articles.rhtml:5 | ||
2411 | msgid "Search results for \"%{query}\" in \"%{category}\"" | 2614 | msgid "Search results for \"%{query}\" in \"%{category}\"" |
2412 | msgstr "Resultados da busca por \"%{query}\" em \"%{category}\"" | 2615 | msgstr "Resultados da busca por \"%{query}\" em \"%{category}\"" |
2413 | 2616 | ||
2414 | -#: app/views/search/index.rhtml:1 | 2617 | +#: app/views/search/index.rhtml:3 app/views/search/enterprises.rhtml:5 |
2618 | +#: app/views/search/people.rhtml:5 app/views/search/communities.rhtml:5 | ||
2619 | +#: app/views/search/articles.rhtml:5 | ||
2415 | msgid "Search results for \"%s\"" | 2620 | msgid "Search results for \"%s\"" |
2416 | msgstr "Resultados da busca por \"%s\"" | 2621 | msgstr "Resultados da busca por \"%s\"" |
2417 | 2622 | ||
2418 | -#: app/views/search/index.rhtml:5 | 2623 | +#: app/views/search/index.rhtml:5 app/views/search/enterprises.rhtml:12 |
2624 | +#: app/views/search/people.rhtml:12 app/views/search/communities.rhtml:12 | ||
2625 | +#: app/views/search/articles.rhtml:12 | ||
2419 | msgid "Refine your search" | 2626 | msgid "Refine your search" |
2420 | msgstr "Refine sua busca" | 2627 | msgstr "Refine sua busca" |
2421 | 2628 | ||
2422 | -#: app/views/search/assets.rhtml:1 | ||
2423 | -msgid "%{asset_name} in %{category}" | ||
2424 | -msgstr "%{asset_name} em %{category}" | 2629 | +#: app/views/search/enterprises.rhtml:7 app/views/search/people.rhtml:7 |
2630 | +#: app/views/search/communities.rhtml:7 app/views/search/articles.rhtml:7 | ||
2631 | +msgid "Browse by name" | ||
2632 | +msgstr "Navegar por nome" | ||
2425 | 2633 | ||
2426 | -#: app/views/search/assets.rhtml:4 | 2634 | +#: app/views/search/_directory.rhtml:2 |
2427 | msgid "Recent" | 2635 | msgid "Recent" |
2428 | msgstr "Recente" | 2636 | msgstr "Recente" |
2429 | 2637 | ||
2430 | -#: app/views/search/_display_results.rhtml:5 | ||
2431 | -msgid "Search for \"%s\" in the whole site" | ||
2432 | -msgstr "Pesquisar por \"%s\" em todo o site" | 2638 | +#: app/views/search/_display_results.rhtml:18 |
2639 | +msgid "(more ...)" | ||
2640 | +msgstr "(mais ...)" | ||
2433 | 2641 | ||
2434 | #: app/views/search/popup.rhtml:3 | 2642 | #: app/views/search/popup.rhtml:3 |
2435 | msgid "Search %s" | 2643 | msgid "Search %s" |
2436 | msgstr "Busca em %s" | 2644 | msgstr "Busca em %s" |
2437 | 2645 | ||
2438 | -#: app/views/search/_product.rhtml:11 | 2646 | +#: app/views/search/_sellers_form.rhtml:2 |
2647 | +msgid "Category: " | ||
2648 | +msgstr "Categoria: " | ||
2649 | + | ||
2650 | +#: app/views/search/_sellers_form.rhtml:3 | ||
2651 | +#: app/views/search/_search_form.rhtml:25 | ||
2652 | +msgid "Distance: " | ||
2653 | +msgstr "Distância: " | ||
2654 | + | ||
2655 | +#: app/views/search/_sellers_form.rhtml:4 | ||
2656 | +#: app/views/search/_search_form.rhtml:26 | ||
2657 | +msgid "From: " | ||
2658 | +msgstr "De: " | ||
2659 | + | ||
2660 | +#: app/views/search/_product.rhtml:10 | ||
2439 | msgid "Price: %d" | 2661 | msgid "Price: %d" |
2440 | msgstr "Preço: %d" | 2662 | msgstr "Preço: %d" |
2441 | 2663 | ||
2442 | -#: app/views/search/_product.rhtml:13 | 2664 | +#: app/views/search/_product.rhtml:12 |
2443 | msgid "Suplier: %s" | 2665 | msgid "Suplier: %s" |
2444 | msgstr "Fornecedor: %s" | 2666 | msgstr "Fornecedor: %s" |
2445 | 2667 | ||
2446 | -#: app/views/search/_product.rhtml:15 app/views/search/category_index.rhtml:3 | 2668 | +#: app/views/search/category_index.rhtml:4 |
2447 | msgid "Category: %s" | 2669 | msgid "Category: %s" |
2448 | msgstr "Categoria: %s" | 2670 | msgstr "Categoria: %s" |
2449 | 2671 | ||
2450 | -#: app/views/search/category_index.rhtml:8 | 2672 | +#: app/views/search/category_index.rhtml:9 |
2451 | msgid "Sub-categories" | 2673 | msgid "Sub-categories" |
2452 | msgstr "Sub-categorias" | 2674 | msgstr "Sub-categorias" |
2453 | 2675 | ||
2454 | -#: app/views/search/category_index.rhtml:10 | 2676 | +#: app/views/search/category_index.rhtml:11 |
2455 | msgid "No sub-categories" | 2677 | msgid "No sub-categories" |
2456 | msgstr "Sem sub-categorias" | 2678 | msgstr "Sem sub-categorias" |
2457 | 2679 | ||
2458 | -#: app/views/search/_search_form.rhtml:15 | ||
2459 | -msgid "Search in:" | ||
2460 | -msgstr "Buscar em:" | 2680 | +#: app/views/search/_search_form.rhtml:16 |
2681 | +msgid "Search in whole site" | ||
2682 | +msgstr "Pesquisar em todo o site" | ||
2461 | 2683 | ||
2462 | -#: app/views/search/_search_form.rhtml:17 | ||
2463 | -msgid "Only in %s" | ||
2464 | -msgstr "Apenas em %s" | 2684 | +#: app/views/search/_search_form.rhtml:22 |
2685 | +msgid "Search within:" | ||
2686 | +msgstr "Buscar dentro de:" | ||
2465 | 2687 | ||
2466 | -#: app/views/search/_search_form.rhtml:18 | ||
2467 | -msgid "Whole site" | ||
2468 | -msgstr "Todo o site" | ||
2469 | - | ||
2470 | -#: app/views/search/_search_form.rhtml:24 | 2688 | +#: app/views/search/_search_form.rhtml:33 |
2471 | msgid "Search for:" | 2689 | msgid "Search for:" |
2472 | msgstr "Buscar por:" | 2690 | msgstr "Buscar por:" |
2473 | 2691 | ||
2692 | +#: app/views/search/_search_form.rhtml:47 | ||
2693 | +msgid "Advanced search" | ||
2694 | +msgstr "Busca avançada" | ||
2695 | + | ||
2474 | #: app/views/search/_article.rhtml:6 | 2696 | #: app/views/search/_article.rhtml:6 |
2475 | msgid "by %s" | 2697 | msgid "by %s" |
2476 | msgstr "por %s" | 2698 | msgstr "por %s" |
@@ -2491,14 +2713,38 @@ msgstr "Voltar à nuvem de marcadores" | @@ -2491,14 +2713,38 @@ msgstr "Voltar à nuvem de marcadores" | ||
2491 | msgid "Tag cloud" | 2713 | msgid "Tag cloud" |
2492 | msgstr "Nuvem de marcadores" | 2714 | msgstr "Nuvem de marcadores" |
2493 | 2715 | ||
2716 | +#: app/views/search/sellers.rhtml:4 | ||
2717 | +msgid "Listing sellers of %s witin %s km from %s %s" | ||
2718 | +msgstr "Listando vendedores de %s dentro de %s km de %s %s" | ||
2719 | + | ||
2720 | +#: app/views/search/sellers.rhtml:6 | ||
2721 | +msgid "Listing sellers of %s" | ||
2722 | +msgstr "Listando vendedores de %s" | ||
2723 | + | ||
2724 | +#: app/views/search/sellers.rhtml:10 | ||
2725 | +msgid "Listing sellers witin %s km from %s %s" | ||
2726 | +msgstr "Listando vendedores dentro de %s km de %s %s" | ||
2727 | + | ||
2728 | +#: app/views/search/sellers.rhtml:12 | ||
2729 | +msgid "Listing sellers" | ||
2730 | +msgstr "Listando vendedores" | ||
2731 | + | ||
2494 | #: app/views/blocks/profile_info_actions/person.rhtml:3 | 2732 | #: app/views/blocks/profile_info_actions/person.rhtml:3 |
2495 | msgid "Add friend" | 2733 | msgid "Add friend" |
2496 | msgstr "Adicionar amigo" | 2734 | msgstr "Adicionar amigo" |
2497 | 2735 | ||
2498 | -#: app/views/blocks/profile_info_actions/community.rhtml:3 | 2736 | +#: app/views/blocks/profile_info_actions/community.rhtml:4 |
2737 | +msgid "Leave this community" | ||
2738 | +msgstr "Sair desta comunidade" | ||
2739 | + | ||
2740 | +#: app/views/blocks/profile_info_actions/community.rhtml:6 | ||
2499 | msgid "Join this community" | 2741 | msgid "Join this community" |
2500 | msgstr "Entrar nessa comunidade" | 2742 | msgstr "Entrar nessa comunidade" |
2501 | 2743 | ||
2744 | +#: app/views/blocks/profile_info_actions/enterprise.rhtml:3 | ||
2745 | +msgid "Add favorite enterprise" | ||
2746 | +msgstr "Adicionar empreendimento favorito" | ||
2747 | + | ||
2502 | #: app/views/blocks/profile_info.rhtml:6 | 2748 | #: app/views/blocks/profile_info.rhtml:6 |
2503 | msgid "Since %{year}/%{month}" | 2749 | msgid "Since %{year}/%{month}" |
2504 | msgstr "Desde %{month}/%{year}" | 2750 | msgstr "Desde %{month}/%{year}" |
@@ -2519,29 +2765,6 @@ msgstr "Painel de controle" | @@ -2519,29 +2765,6 @@ msgstr "Painel de controle" | ||
2519 | msgid "More search options" | 2765 | msgid "More search options" |
2520 | msgstr "Mais opções de busca" | 2766 | msgstr "Mais opções de busca" |
2521 | 2767 | ||
2522 | -#: app/views/consumed_products/new.rhtml:1 | ||
2523 | -#: app/views/consumed_products/new.rhtml:15 | ||
2524 | -#: app/views/consumed_products/index.rhtml:3 | ||
2525 | -msgid "Add product" | ||
2526 | -msgstr "Adicionar produto" | ||
2527 | - | ||
2528 | -#: app/views/consumed_products/new.rhtml:7 | ||
2529 | -msgid "Product:" | ||
2530 | -msgstr "Produto:" | ||
2531 | - | ||
2532 | -#: app/views/consumed_products/new.rhtml:11 | ||
2533 | -msgid "Aditional specifications:" | ||
2534 | -msgstr "Especificações adicionais:" | ||
2535 | - | ||
2536 | -#: app/views/consumed_products/index.rhtml:7 app/views/friends/index.rhtml:10 | ||
2537 | -#: app/views/friends/index.rhtml:13 | ||
2538 | -msgid "remove" | ||
2539 | -msgstr "remover" | ||
2540 | - | ||
2541 | -#: app/views/consumed_products/index.rhtml:8 | ||
2542 | -msgid "Are you sure, you want to remove this product from your list" | ||
2543 | -msgstr "Tem certeza que quer remover este produto da sua lista" | ||
2544 | - | ||
2545 | #: app/views/enterprise_validation/list_processed.rhtml:1 | 2768 | #: app/views/enterprise_validation/list_processed.rhtml:1 |
2546 | #: app/views/enterprise_validation/index.rhtml:30 | 2769 | #: app/views/enterprise_validation/index.rhtml:30 |
2547 | msgid "Processed enterprise validations" | 2770 | msgid "Processed enterprise validations" |
@@ -2662,62 +2885,91 @@ msgstr "Descreva o arquivo:" | @@ -2662,62 +2885,91 @@ msgstr "Descreva o arquivo:" | ||
2662 | msgid "Content management" | 2885 | msgid "Content management" |
2663 | msgstr "Gerenciamento de conteúdo" | 2886 | msgstr "Gerenciamento de conteúdo" |
2664 | 2887 | ||
2665 | -#: app/views/cms/view.rhtml:14 | 2888 | +#: app/views/cms/view.rhtml:16 |
2889 | +msgid "New folder" | ||
2890 | +msgstr "Nova pasta " | ||
2891 | + | ||
2892 | +#: app/views/cms/view.rhtml:17 | ||
2666 | msgid "New article" | 2893 | msgid "New article" |
2667 | msgstr "Novo artigo" | 2894 | msgstr "Novo artigo" |
2668 | 2895 | ||
2669 | -#: app/views/cms/view.rhtml:21 | ||
2670 | -msgid "Hide subitems" | ||
2671 | -msgstr "Esconder subitens" | ||
2672 | - | ||
2673 | -#: app/views/cms/view.rhtml:21 | ||
2674 | -msgid "Show subitems" | ||
2675 | -msgstr "Mostrar subitens" | ||
2676 | - | ||
2677 | #: app/views/cms/view.rhtml:25 | 2896 | #: app/views/cms/view.rhtml:25 |
2678 | -msgid "Subitems" | ||
2679 | -msgstr "Subitens" | 2897 | +msgid "Type" |
2898 | +msgstr "Tipo" | ||
2680 | 2899 | ||
2681 | #: app/views/cms/view.rhtml:40 | 2900 | #: app/views/cms/view.rhtml:40 |
2682 | -msgid "New subitem" | ||
2683 | -msgstr "Novo subitem" | 2901 | +msgid "Properties" |
2902 | +msgstr "Características" | ||
2903 | + | ||
2904 | +#: app/views/cms/view.rhtml:41 app/views/cms/view.rhtml:66 | ||
2905 | +msgid "Public view" | ||
2906 | +msgstr "" | ||
2907 | + | ||
2908 | +#: app/views/cms/view.rhtml:42 app/views/cms/view.rhtml:67 | ||
2909 | +msgid "Delete" | ||
2910 | +msgstr "Remover" | ||
2684 | 2911 | ||
2685 | #: app/views/cms/view.rhtml:42 | 2912 | #: app/views/cms/view.rhtml:42 |
2686 | -msgid "Go up one level" | ||
2687 | -msgstr "Subir um nível" | 2913 | +msgid "" |
2914 | +"Are you sure that you want to remove this folder? Note that all the items " | ||
2915 | +"inside it will also be removed!" | ||
2916 | +msgstr "" | ||
2917 | +"Tem certeza que quer excluir esta pasta? Perceba que todos os ítens dentro " | ||
2918 | +"dela também serão removidos!" | ||
2688 | 2919 | ||
2689 | -#: app/views/cms/view.rhtml:59 | ||
2690 | -msgid "\"%{article}\", last changed by %{author}" | ||
2691 | -msgstr "\"%{article}\", alterado pela última vez por %{author}" | 2920 | +#: app/views/cms/view.rhtml:67 |
2921 | +msgid "Are you sure that you want to remove this item?" | ||
2922 | +msgstr "Tem certeza que quer excluir este ítem?" | ||
2692 | 2923 | ||
2693 | -#: app/views/cms/view.rhtml:59 | ||
2694 | -msgid "Unknown User" | ||
2695 | -msgstr "Usuário desconhecido" | 2924 | +#: app/views/cms/_event.rhtml:8 |
2925 | +msgid "Start date" | ||
2926 | +msgstr "Data de início" | ||
2696 | 2927 | ||
2697 | -#: app/views/cms/view.rhtml:62 | ||
2698 | -msgid "Public address of this article: %s" | ||
2699 | -msgstr "Endereço público desse artigo:" | 2928 | +#: app/views/cms/_event.rhtml:10 |
2929 | +msgid "End date" | ||
2930 | +msgstr "Data de término" | ||
2700 | 2931 | ||
2701 | -#: app/views/cms/view.rhtml:67 | ||
2702 | -msgid "Categories:" | ||
2703 | -msgstr "Categorias:" | 2932 | +#: app/views/cms/_event.rhtml:12 |
2933 | +msgid "Event website:" | ||
2934 | +msgstr "Site do evento" | ||
2704 | 2935 | ||
2705 | -#: app/views/cms/view.rhtml:71 | ||
2706 | -msgid "Use as homepage" | ||
2707 | -msgstr "Usar como página incial" | 2936 | +#: app/views/cms/_event.rhtml:16 |
2937 | +msgid "Information about the event:" | ||
2938 | +msgstr "Informações sobre o evento:" | ||
2708 | 2939 | ||
2709 | -#: app/views/cms/view.rhtml:72 | ||
2710 | -msgid "Delete" | ||
2711 | -msgstr "Remover" | 2940 | +#: app/views/cms/edit.rhtml:16 app/views/cms/why_categorize.rhtml:1 |
2941 | +msgid "Why categorize?" | ||
2942 | +msgstr "Porque categorizar?" | ||
2712 | 2943 | ||
2713 | -#: app/views/cms/view.rhtml:72 | ||
2714 | -msgid "Are you sure you wan to remove this article?" | ||
2715 | -msgstr "Tem certeza que quer excluir este artigo?" | 2944 | +#: app/views/cms/edit.rhtml:19 |
2945 | +msgid "Categorize your article" | ||
2946 | +msgstr "Categorize seu artigo" | ||
2716 | 2947 | ||
2717 | -#: app/views/cms/edit.rhtml:15 | 2948 | +#: app/views/cms/edit.rhtml:22 |
2718 | msgid "Separate tags with commas" | 2949 | msgid "Separate tags with commas" |
2719 | msgstr "Separe os marcadores com vírgulas" | 2950 | msgstr "Separe os marcadores com vírgulas" |
2720 | 2951 | ||
2952 | +#: app/views/cms/edit.rhtml:25 | ||
2953 | +msgid "Options" | ||
2954 | +msgstr "Opções" | ||
2955 | + | ||
2956 | +#: app/views/cms/edit.rhtml:28 | ||
2957 | +msgid "Published" | ||
2958 | +msgstr "Publicado" | ||
2959 | + | ||
2960 | +#: app/views/cms/why_categorize.rhtml:4 | ||
2961 | +msgid "" | ||
2962 | +"By categorizing your content, you increase the possibility that other people " | ||
2963 | +"access it. When they are looking for, say, articles about Bahia and you " | ||
2964 | +"categorize your article in \"Regions/Bahia\", then there is a good change " | ||
2965 | +"that your article is going to be found." | ||
2966 | +msgstr "" | ||
2967 | + | ||
2968 | +#: app/views/cms/why_categorize.rhtml:8 app/views/tasks/_task.rhtml:8 | ||
2969 | +#: app/views/tasks/_task.rhtml:16 | ||
2970 | +msgid "OK" | ||
2971 | +msgstr "OK" | ||
2972 | + | ||
2721 | #: app/views/cms/_rss_feed.rhtml:3 | 2973 | #: app/views/cms/_rss_feed.rhtml:3 |
2722 | msgid "Limit of articles" | 2974 | msgid "Limit of articles" |
2723 | msgstr "Limite de artigos" | 2975 | msgstr "Limite de artigos" |
@@ -2750,14 +3002,60 @@ msgstr "Apenas artigos filhos do mesmo artigo que o feed" | @@ -2750,14 +3002,60 @@ msgstr "Apenas artigos filhos do mesmo artigo que o feed" | ||
2750 | msgid "Choose the type of article:" | 3002 | msgid "Choose the type of article:" |
2751 | msgstr "Escolha o tipo de artigo:" | 3003 | msgstr "Escolha o tipo de artigo:" |
2752 | 3004 | ||
2753 | -#: app/views/friends/index.rhtml:3 | ||
2754 | -msgid "%s's friends" | ||
2755 | -msgstr "Amigos de %s" | 3005 | +#: app/views/favorite_enterprises/index.rhtml:3 |
3006 | +msgid "%s's favorite enteprises" | ||
3007 | +msgstr "Empreendimentos favoritos de %s" | ||
3008 | + | ||
3009 | +#: app/views/favorite_enterprises/index.rhtml:10 | ||
3010 | +#: app/views/favorite_enterprises/index.rhtml:13 | ||
3011 | +#: app/views/friends/index.rhtml:10 app/views/friends/index.rhtml:13 | ||
3012 | +msgid "remove" | ||
3013 | +msgstr "remover" | ||
2756 | 3014 | ||
3015 | +#: app/views/favorite_enterprises/index.rhtml:14 | ||
2757 | #: app/views/friends/index.rhtml:14 | 3016 | #: app/views/friends/index.rhtml:14 |
2758 | msgid "Clicking on this button will remove your friend relation with %s." | 3017 | msgid "Clicking on this button will remove your friend relation with %s." |
2759 | msgstr "Clicando neste botão removerá sua relação de amizade com %s." | 3018 | msgstr "Clicando neste botão removerá sua relação de amizade com %s." |
2760 | 3019 | ||
3020 | +#: app/views/favorite_enterprises/index.rhtml:23 | ||
3021 | +msgid "You have no favorite enteprises yet." | ||
3022 | +msgstr "Você não tem empreendimentos favoritos ainda." | ||
3023 | + | ||
3024 | +#: app/views/favorite_enterprises/remove.rhtml:3 | ||
3025 | +msgid "Removing favorite enterprise: %s" | ||
3026 | +msgstr "Removendo empreendimento favorito: %s" | ||
3027 | + | ||
3028 | +#: app/views/favorite_enterprises/remove.rhtml:8 | ||
3029 | +msgid "Are you sure you want to remove %s from your favorite enterprise list?" | ||
3030 | +msgstr "" | ||
3031 | +"Tem certeza que quer remover %s da sua lista de empreendimentos favoritos?" | ||
3032 | + | ||
3033 | +#: app/views/favorite_enterprises/remove.rhtml:14 | ||
3034 | +msgid "Yes, I want to remove %s from my favorite enterprise list" | ||
3035 | +msgstr "Sim, quero remover %s da minha lista de empreendimentos favoritos" | ||
3036 | + | ||
3037 | +#: app/views/favorite_enterprises/remove.rhtml:15 | ||
3038 | +#: app/views/favorite_enterprises/add.rhtml:11 | ||
3039 | +#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
3040 | +msgid "No, I don't want" | ||
3041 | +msgstr "Não, não quero." | ||
3042 | + | ||
3043 | +#: app/views/favorite_enterprises/add.rhtml:1 | ||
3044 | +msgid "Adding %s as a favorite enterprise" | ||
3045 | +msgstr "Adicionando %s como empreendimento favorito" | ||
3046 | + | ||
3047 | +#: app/views/favorite_enterprises/add.rhtml:4 | ||
3048 | +msgid "Are you sure you want to add %s as your favorite enterprise?" | ||
3049 | +msgstr "Tem certeza que quer adicionar %s como seu empreendimento favorito?" | ||
3050 | + | ||
3051 | +#: app/views/favorite_enterprises/add.rhtml:10 | ||
3052 | +msgid "Yes, I want to add %s as a favorite enterprise" | ||
3053 | +msgstr "Sim, quero adicionar %s como empreendimento favorito" | ||
3054 | + | ||
3055 | +#: app/views/friends/index.rhtml:3 | ||
3056 | +msgid "%s's friends" | ||
3057 | +msgstr "Amigos de %s" | ||
3058 | + | ||
2761 | #: app/views/friends/index.rhtml:23 | 3059 | #: app/views/friends/index.rhtml:23 |
2762 | msgid "You have no friends yet. Go make some." | 3060 | msgid "You have no friends yet. Go make some." |
2763 | msgstr "Você não tem amigos ainda. Vá fazer alguns." | 3061 | msgstr "Você não tem amigos ainda. Vá fazer alguns." |
@@ -2782,10 +3080,6 @@ msgstr "" | @@ -2782,10 +3080,6 @@ msgstr "" | ||
2782 | msgid "Yes, I want to remove %s from my friend list" | 3080 | msgid "Yes, I want to remove %s from my friend list" |
2783 | msgstr "Sim, quero remover %s da minha lista de amigos" | 3081 | msgstr "Sim, quero remover %s da minha lista de amigos" |
2784 | 3082 | ||
2785 | -#: app/views/friends/remove.rhtml:21 app/views/friends/add.rhtml:25 | ||
2786 | -msgid "No, I don't want" | ||
2787 | -msgstr "Não, não quero." | ||
2788 | - | ||
2789 | #: app/views/friends/add.rhtml:1 | 3083 | #: app/views/friends/add.rhtml:1 |
2790 | msgid "Adding %s as a friend" | 3084 | msgid "Adding %s as a friend" |
2791 | msgstr "Adicionando %s como amigo(a)" | 3085 | msgstr "Adicionando %s como amigo(a)" |
@@ -2830,10 +3124,6 @@ msgstr "Criar papel" | @@ -2830,10 +3124,6 @@ msgstr "Criar papel" | ||
2830 | msgid "New role" | 3124 | msgid "New role" |
2831 | msgstr "Novo papel" | 3125 | msgstr "Novo papel" |
2832 | 3126 | ||
2833 | -#: app/views/role/index.rhtml:7 | ||
2834 | -msgid "Destroy" | ||
2835 | -msgstr "Destruir" | ||
2836 | - | ||
2837 | #: app/views/profile_members/index.rhtml:1 | 3127 | #: app/views/profile_members/index.rhtml:1 |
2838 | msgid "Listing Members" | 3128 | msgid "Listing Members" |
2839 | msgstr "Listando Integrantes" | 3129 | msgstr "Listando Integrantes" |
@@ -2842,6 +3132,10 @@ msgstr "Listando Integrantes" | @@ -2842,6 +3132,10 @@ msgstr "Listando Integrantes" | ||
2842 | msgid "Affiliate yourself" | 3132 | msgid "Affiliate yourself" |
2843 | msgstr "Afiliar-se" | 3133 | msgstr "Afiliar-se" |
2844 | 3134 | ||
3135 | +#: app/views/profile_members/index.rhtml:7 | ||
3136 | +msgid "Member" | ||
3137 | +msgstr "Integrante" | ||
3138 | + | ||
2845 | #: app/views/tasks/index.rhtml:1 | 3139 | #: app/views/tasks/index.rhtml:1 |
2846 | msgid "%s's pending tasks" | 3140 | msgid "%s's pending tasks" |
2847 | msgstr "Tarefas pendentes de %s" | 3141 | msgstr "Tarefas pendentes de %s" |
@@ -2892,10 +3186,6 @@ msgstr "Ok!" | @@ -2892,10 +3186,6 @@ msgstr "Ok!" | ||
2892 | msgid "Processing task: %s" | 3186 | msgid "Processing task: %s" |
2893 | msgstr "Processando tarefa: %s" | 3187 | msgstr "Processando tarefa: %s" |
2894 | 3188 | ||
2895 | -#: app/views/tasks/_task.rhtml:8 app/views/tasks/_task.rhtml:16 | ||
2896 | -msgid "OK" | ||
2897 | -msgstr "OK" | ||
2898 | - | ||
2899 | #: app/views/tasks/processed.rhtml:1 | 3189 | #: app/views/tasks/processed.rhtml:1 |
2900 | msgid "%s's processed tasks" | 3190 | msgid "%s's processed tasks" |
2901 | msgstr "Tarefas processadas de %s" | 3191 | msgstr "Tarefas processadas de %s" |
@@ -2912,7 +3202,7 @@ msgstr "Criado:" | @@ -2912,7 +3202,7 @@ msgstr "Criado:" | ||
2912 | msgid "Processed:" | 3202 | msgid "Processed:" |
2913 | msgstr "Processado:" | 3203 | msgstr "Processado:" |
2914 | 3204 | ||
2915 | -#: app/views/layouts/application.rhtml:49 | 3205 | +#: app/views/layouts/application.rhtml:50 |
2916 | msgid "" | 3206 | msgid "" |
2917 | "Pass the mouse over page elements to get help on them. Click the question " | 3207 | "Pass the mouse over page elements to get help on them. Click the question " |
2918 | "mark icon on the top-right corner to deactivate this help window." | 3208 | "mark icon on the top-right corner to deactivate this help window." |
@@ -2921,11 +3211,11 @@ msgstr "" | @@ -2921,11 +3211,11 @@ msgstr "" | ||
2921 | "Clique no ícone de ajuda no canto superior direito para desativar essa " | 3211 | "Clique no ícone de ajuda no canto superior direito para desativar essa " |
2922 | "janela de ajuda." | 3212 | "janela de ajuda." |
2923 | 3213 | ||
2924 | -#: app/views/layouts/application.rhtml:72 | 3214 | +#: app/views/layouts/application.rhtml:73 |
2925 | msgid "Go to content" | 3215 | msgid "Go to content" |
2926 | msgstr "Ir para o conteúdo" | 3216 | msgstr "Ir para o conteúdo" |
2927 | 3217 | ||
2928 | -#: app/views/layouts/application.rhtml:81 | 3218 | +#: app/views/layouts/application.rhtml:85 |
2929 | msgid "" | 3219 | msgid "" |
2930 | "This is %s's shortcuts bar. Using it you have access to the main features of " | 3220 | "This is %s's shortcuts bar. Using it you have access to the main features of " |
2931 | "the environment and you find the information of your interest more quickly." | 3221 | "the environment and you find the information of your interest more quickly." |
@@ -2934,7 +3224,7 @@ msgstr "" | @@ -2934,7 +3224,7 @@ msgstr "" | ||
2934 | "principais funcionalidades do ambiente e encontra mais rapidamente as " | 3224 | "principais funcionalidades do ambiente e encontra mais rapidamente as " |
2935 | "informações do seu interesse." | 3225 | "informações do seu interesse." |
2936 | 3226 | ||
2937 | -#: app/views/layouts/application.rhtml:83 | 3227 | +#: app/views/layouts/application.rhtml:87 |
2938 | msgid "" | 3228 | msgid "" |
2939 | "This bar helps you find information following two paths or " | 3229 | "This bar helps you find information following two paths or " |
2940 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" | 3230 | "<strong>dimensions</strong>. First dimension is composed of <em>categories</" |
@@ -2948,23 +3238,23 @@ msgstr "" | @@ -2948,23 +3238,23 @@ msgstr "" | ||
2948 | "dimensão contém os <em>tipos de conteúdo</em> que você encontra na aba " | 3238 | "dimensão contém os <em>tipos de conteúdo</em> que você encontra na aba " |
2949 | "animada da direita." | 3239 | "animada da direita." |
2950 | 3240 | ||
2951 | -#: app/views/layouts/application.rhtml:102 | 3241 | +#: app/views/layouts/application.rhtml:103 |
2952 | msgid "Turn help on/off" | 3242 | msgid "Turn help on/off" |
2953 | msgstr "Ligar e desligar a Ajuda" | 3243 | msgstr "Ligar e desligar a Ajuda" |
2954 | 3244 | ||
2955 | -#: app/views/layouts/application.rhtml:134 | ||
2956 | -msgid "A FBES project" | ||
2957 | -msgstr "Um projeto FBES" | ||
2958 | - | ||
2959 | #: app/views/layouts/application.rhtml:138 | 3245 | #: app/views/layouts/application.rhtml:138 |
3246 | +msgid "A Ynternet.org project" | ||
3247 | +msgstr "Um projeto da Ynternet.org" | ||
3248 | + | ||
3249 | +#: app/views/layouts/application.rhtml:142 | ||
2960 | msgid "Developed by Colivre" | 3250 | msgid "Developed by Colivre" |
2961 | msgstr "Desenvolvimento Colivre" | 3251 | msgstr "Desenvolvimento Colivre" |
2962 | 3252 | ||
2963 | -#: app/views/layouts/application.rhtml:157 | 3253 | +#: app/views/layouts/application.rhtml:161 |
2964 | msgid "Your web browser is obsolete!" | 3254 | msgid "Your web browser is obsolete!" |
2965 | msgstr "Seu navegador web esta obsoleto!" | 3255 | msgstr "Seu navegador web esta obsoleto!" |
2966 | 3256 | ||
2967 | -#: app/views/layouts/application.rhtml:158 | 3257 | +#: app/views/layouts/application.rhtml:162 |
2968 | msgid "" | 3258 | msgid "" |
2969 | "This website will not look as good as it could.\n" | 3259 | "This website will not look as good as it could.\n" |
2970 | " Don't you want to use Firefox? That is a great web browser, free,\n" | 3260 | " Don't you want to use Firefox? That is a great web browser, free,\n" |
@@ -2974,28 +3264,10 @@ msgstr "" | @@ -2974,28 +3264,10 @@ msgstr "" | ||
2974 | "Firefox? É um ótimo navegador, livre e feito por pessoas de todos os cantos " | 3264 | "Firefox? É um ótimo navegador, livre e feito por pessoas de todos os cantos " |
2975 | "do mundo." | 3265 | "do mundo." |
2976 | 3266 | ||
2977 | -#: app/views/layouts/application.rhtml:162 | 3267 | +#: app/views/layouts/application.rhtml:166 |
2978 | msgid "Get Firefox Now!" | 3268 | msgid "Get Firefox Now!" |
2979 | msgstr "Baixe o Firefox Já!" | 3269 | msgstr "Baixe o Firefox Já!" |
2980 | 3270 | ||
2981 | -#: app/views/layouts/application.rhtml:174 | ||
2982 | -msgid "" | ||
2983 | -"Ups... It seems you are using Internet Explorer.\n" | ||
2984 | -"\n" | ||
2985 | -"We are sory, but some things will not work well on this web browser for " | ||
2986 | -"now...\n" | ||
2987 | -"We propose you to use Firefox, for this web site and any other.\n" | ||
2988 | -"\n" | ||
2989 | -"Do you want to get your Firefox now?" | ||
2990 | -msgstr "" | ||
2991 | -"Ups... Parece que você está usando Internet Explorer.\n" | ||
2992 | -"\n" | ||
2993 | -"Desculpe, mas algumas coisas não vão funcionar bem com este navegador web, " | ||
2994 | -"porenquanto...\n" | ||
2995 | -"Nós propomos que você use o Firefox, para este web site ou qualquer outro.\n" | ||
2996 | -"\n" | ||
2997 | -"Você quer baixar Firefox agora?" | ||
2998 | - | ||
2999 | #: app/views/layouts/not_found.rhtml:5 | 3271 | #: app/views/layouts/not_found.rhtml:5 |
3000 | msgid "Page not found" | 3272 | msgid "Page not found" |
3001 | msgstr "Página não encontrada" | 3273 | msgstr "Página não encontrada" |
@@ -3309,6 +3581,10 @@ msgstr "" | @@ -3309,6 +3581,10 @@ msgstr "" | ||
3309 | msgid "Organization Approval Method" | 3581 | msgid "Organization Approval Method" |
3310 | msgstr "Métode de Aprovação da Organização" | 3582 | msgstr "Métode de Aprovação da Organização" |
3311 | 3583 | ||
3584 | +#: app/views/shared/_show_thumbnail.rhtml:5 | ||
3585 | +msgid "Change image" | ||
3586 | +msgstr "Mudar imagem" | ||
3587 | + | ||
3312 | #: app/views/shared/user_menu.rhtml:2 | 3588 | #: app/views/shared/user_menu.rhtml:2 |
3313 | msgid "This menu gives you access to your personal functionalities." | 3589 | msgid "This menu gives you access to your personal functionalities." |
3314 | msgstr "Este menu te dá acesso às suas funcionalidades pessoais." | 3590 | msgstr "Este menu te dá acesso às suas funcionalidades pessoais." |
@@ -3353,9 +3629,182 @@ msgstr "" | @@ -3353,9 +3629,182 @@ msgstr "" | ||
3353 | "Clique aqui para informar seu nome de usuário e senha e ser reconhecido pelo " | 3629 | "Clique aqui para informar seu nome de usuário e senha e ser reconhecido pelo " |
3354 | "sistema." | 3630 | "sistema." |
3355 | 3631 | ||
3356 | -#: app/views/shared/access_denied.rhtml:1 | ||
3357 | -msgid "Access denied" | ||
3358 | -msgstr "Acesso negado" | 3632 | +#~ msgid "Comments" |
3633 | +#~ msgstr "Comentários" | ||
3634 | + | ||
3635 | +#~ msgid "\"%s\" article" | ||
3636 | +#~ msgstr "Artigo \"%s\"" | ||
3637 | + | ||
3638 | +#~ msgid "An ordinary article" | ||
3639 | +#~ msgstr "Um artigo comum" | ||
3640 | + | ||
3641 | +#~ msgid "An article of type \"%s\"" | ||
3642 | +#~ msgstr "Um artigo do tipo \"%s\"" | ||
3643 | + | ||
3644 | +#~ msgid "organization info" | ||
3645 | +#~ msgstr "informação da organização" | ||
3646 | + | ||
3647 | +#~ msgid "OrganizationInfo|Organization" | ||
3648 | +#~ msgstr "Organização" | ||
3649 | + | ||
3650 | +#~ msgid "OrganizationInfo|Contact person" | ||
3651 | +#~ msgstr "Pessoa de contato" | ||
3652 | + | ||
3653 | +#~ msgid "OrganizationInfo|Contact email" | ||
3654 | +#~ msgstr "email de contato" | ||
3655 | + | ||
3656 | +#~ msgid "OrganizationInfo|Acronym" | ||
3657 | +#~ msgstr "Sigla" | ||
3658 | + | ||
3659 | +#~ msgid "OrganizationInfo|Foundation year" | ||
3660 | +#~ msgstr "Ano de fundação" | ||
3661 | + | ||
3662 | +#~ msgid "OrganizationInfo|Legal form" | ||
3663 | +#~ msgstr "Estatuto Jurídico" | ||
3664 | + | ||
3665 | +#~ msgid "OrganizationInfo|Economic activity" | ||
3666 | +#~ msgstr "Atividade econômica" | ||
3667 | + | ||
3668 | +#~ msgid "OrganizationInfo|Management information" | ||
3669 | +#~ msgstr "Informação de gerenciamento" | ||
3670 | + | ||
3671 | +#~ msgid "OrganizationInfo|Validated" | ||
3672 | +#~ msgstr "Validado" | ||
3673 | + | ||
3674 | +#~ msgid "person info" | ||
3675 | +#~ msgstr "informação pesoal" | ||
3676 | + | ||
3677 | +#~ msgid "PersonInfo|Name" | ||
3678 | +#~ msgstr "Nome" | ||
3679 | + | ||
3680 | +#~ msgid "PersonInfo|Photo" | ||
3681 | +#~ msgstr "Fotografia" | ||
3682 | + | ||
3683 | +#~ msgid "PersonInfo|Contact information" | ||
3684 | +#~ msgstr "Informação de contato" | ||
3685 | + | ||
3686 | +#~ msgid "PersonInfo|Birth date" | ||
3687 | +#~ msgstr "Nome" | ||
3688 | + | ||
3689 | +#~ msgid "PersonInfo|Sex" | ||
3690 | +#~ msgstr "Sexo" | ||
3691 | + | ||
3692 | +#~ msgid "PersonInfo|Address" | ||
3693 | +#~ msgstr "Endereço" | ||
3694 | + | ||
3695 | +#~ msgid "PersonInfo|City" | ||
3696 | +#~ msgstr "Cidade" | ||
3697 | + | ||
3698 | +#~ msgid "PersonInfo|State" | ||
3699 | +#~ msgstr "Estado" | ||
3700 | + | ||
3701 | +#~ msgid "PersonInfo|Country" | ||
3702 | +#~ msgstr "País" | ||
3703 | + | ||
3704 | +#~ msgid "PersonInfo|Created at" | ||
3705 | +#~ msgstr "Criado em" | ||
3706 | + | ||
3707 | +#~ msgid "PersonInfo|Updated at" | ||
3708 | +#~ msgstr "Atualizado em" | ||
3709 | + | ||
3710 | +#~ msgid "PersonInfo|Person" | ||
3711 | +#~ msgstr "Pessoa" | ||
3712 | + | ||
3713 | +#~ msgid "Image successfully uploaded" | ||
3714 | +#~ msgstr "Imagem enviada com sucesso" | ||
3715 | + | ||
3716 | +#~ msgid "Could not upload image" | ||
3717 | +#~ msgstr "Não foi possível enviar imagem" | ||
3718 | + | ||
3719 | +#~ msgid "Recent comments" | ||
3720 | +#~ msgstr "Comentários recentes" | ||
3721 | + | ||
3722 | +#~ msgid "Edit person info" | ||
3723 | +#~ msgstr "Editar dados pessoais" | ||
3724 | + | ||
3725 | +#~ msgid "Sex: " | ||
3726 | +#~ msgstr "Sexo: " | ||
3727 | + | ||
3728 | +#~ msgid "My Interests" | ||
3729 | +#~ msgstr "Meus Interesses" | ||
3730 | + | ||
3731 | +#~ msgid "Consumed Products" | ||
3732 | +#~ msgstr "Produtos Consumidos" | ||
3733 | + | ||
3734 | +#~ msgid "Edit organization info" | ||
3735 | +#~ msgstr "Editar informações da organização" | ||
3736 | + | ||
3737 | +#~ msgid "Image" | ||
3738 | +#~ msgstr "Imagem" | ||
3739 | + | ||
3740 | +#~ msgid "Upload" | ||
3741 | +#~ msgstr "Upload" | ||
3742 | + | ||
3743 | +#~ msgid "%{asset_name} in %{category}" | ||
3744 | +#~ msgstr "%{asset_name} em %{category}" | ||
3745 | + | ||
3746 | +#~ msgid "Only in %s" | ||
3747 | +#~ msgstr "Apenas em %s" | ||
3748 | + | ||
3749 | +#~ msgid "Whole site" | ||
3750 | +#~ msgstr "Todo o site" | ||
3751 | + | ||
3752 | +#~ msgid "Add product" | ||
3753 | +#~ msgstr "Adicionar produto" | ||
3754 | + | ||
3755 | +#~ msgid "Product:" | ||
3756 | +#~ msgstr "Produto:" | ||
3757 | + | ||
3758 | +#~ msgid "Hide subitems" | ||
3759 | +#~ msgstr "Esconder subitens" | ||
3760 | + | ||
3761 | +#~ msgid "Show subitems" | ||
3762 | +#~ msgstr "Mostrar subitens" | ||
3763 | + | ||
3764 | +#~ msgid "Subitems" | ||
3765 | +#~ msgstr "Subitens" | ||
3766 | + | ||
3767 | +#~ msgid "New subitem" | ||
3768 | +#~ msgstr "Novo subitem" | ||
3769 | + | ||
3770 | +#~ msgid "Go up one level" | ||
3771 | +#~ msgstr "Subir um nível" | ||
3772 | + | ||
3773 | +#~ msgid "\"%{article}\", last changed by %{author}" | ||
3774 | +#~ msgstr "\"%{article}\", alterado pela última vez por %{author}" | ||
3775 | + | ||
3776 | +#~ msgid "Unknown User" | ||
3777 | +#~ msgstr "Usuário desconhecido" | ||
3778 | + | ||
3779 | +#~ msgid "Public address of this article: %s" | ||
3780 | +#~ msgstr "Endereço público desse artigo:" | ||
3781 | + | ||
3782 | +#~ msgid "Categories:" | ||
3783 | +#~ msgstr "Categorias:" | ||
3784 | + | ||
3785 | +#~ msgid "Use as homepage" | ||
3786 | +#~ msgstr "Usar como página incial" | ||
3787 | + | ||
3788 | +#~ msgid "A FBES project" | ||
3789 | +#~ msgstr "Um projeto FBES" | ||
3790 | + | ||
3791 | +#~ msgid "" | ||
3792 | +#~ "Ups... It seems you are using Internet Explorer.\n" | ||
3793 | +#~ "\n" | ||
3794 | +#~ "We are sory, but some things will not work well on this web browser for " | ||
3795 | +#~ "now...\n" | ||
3796 | +#~ "We propose you to use Firefox, for this web site and any other.\n" | ||
3797 | +#~ "\n" | ||
3798 | +#~ "Do you want to get your Firefox now?" | ||
3799 | +#~ msgstr "" | ||
3800 | +#~ "Ups... Parece que você está usando Internet Explorer.\n" | ||
3801 | +#~ "\n" | ||
3802 | +#~ "Desculpe, mas algumas coisas não vão funcionar bem com este navegador " | ||
3803 | +#~ "web, porenquanto...\n" | ||
3804 | +#~ "Nós propomos que você use o Firefox, para este web site ou qualquer " | ||
3805 | +#~ "outro.\n" | ||
3806 | +#~ "\n" | ||
3807 | +#~ "Você quer baixar Firefox agora?" | ||
3359 | 3808 | ||
3360 | #~ msgid "Select your interest categories" | 3809 | #~ msgid "Select your interest categories" |
3361 | #~ msgstr "Escolha as categorias de seu interesse" | 3810 | #~ msgstr "Escolha as categorias de seu interesse" |
@@ -3396,9 +3845,6 @@ msgstr "Acesso negado" | @@ -3396,9 +3845,6 @@ msgstr "Acesso negado" | ||
3396 | #~ msgid "Click here to upload any image to be your picture" | 3845 | #~ msgid "Click here to upload any image to be your picture" |
3397 | #~ msgstr "Clique aqui para enviar uma imagem para ser sua foto" | 3846 | #~ msgstr "Clique aqui para enviar uma imagem para ser sua foto" |
3398 | 3847 | ||
3399 | -#~ msgid "Edit Profile" | ||
3400 | -#~ msgstr "Editar Perfil" | ||
3401 | - | ||
3402 | #~ msgid "Edit Categories" | 3848 | #~ msgid "Edit Categories" |
3403 | #~ msgstr "Editar Categorias" | 3849 | #~ msgstr "Editar Categorias" |
3404 | 3850 | ||
@@ -3472,15 +3918,9 @@ msgstr "Acesso negado" | @@ -3472,15 +3918,9 @@ msgstr "Acesso negado" | ||
3472 | #~ msgid "No children categories" | 3918 | #~ msgid "No children categories" |
3473 | #~ msgstr "Sem categorias filhas" | 3919 | #~ msgstr "Sem categorias filhas" |
3474 | 3920 | ||
3475 | -#~ msgid "Child categories:" | ||
3476 | -#~ msgstr "Categorias filhas:" | ||
3477 | - | ||
3478 | #~ msgid "Entreprises" | 3921 | #~ msgid "Entreprises" |
3479 | #~ msgstr "Empreendimentos" | 3922 | #~ msgstr "Empreendimentos" |
3480 | 3923 | ||
3481 | -#~ msgid "Search options" | ||
3482 | -#~ msgstr "Opções de busca" | ||
3483 | - | ||
3484 | #~ msgid "Task" | 3924 | #~ msgid "Task" |
3485 | #~ msgstr "Tarefa" | 3925 | #~ msgstr "Tarefa" |
3486 | 3926 | ||
@@ -3585,9 +4025,6 @@ msgstr "Acesso negado" | @@ -3585,9 +4025,6 @@ msgstr "Acesso negado" | ||
3585 | #~ msgid "City" | 4025 | #~ msgid "City" |
3586 | #~ msgstr "Cidade" | 4026 | #~ msgstr "Cidade" |
3587 | 4027 | ||
3588 | -#~ msgid "State" | ||
3589 | -#~ msgstr "Estado" | ||
3590 | - | ||
3591 | #~ msgid "Country" | 4028 | #~ msgid "Country" |
3592 | #~ msgstr "País" | 4029 | #~ msgstr "País" |
3593 | 4030 | ||
@@ -3606,15 +4043,6 @@ msgstr "Acesso negado" | @@ -3606,15 +4043,6 @@ msgstr "Acesso negado" | ||
3606 | #~ msgid "Price: " | 4043 | #~ msgid "Price: " |
3607 | #~ msgstr "Preço:" | 4044 | #~ msgstr "Preço:" |
3608 | 4045 | ||
3609 | -#~ msgid "Description: " | ||
3610 | -#~ msgstr "Descrição: " | ||
3611 | - | ||
3612 | -#~ msgid "Category: " | ||
3613 | -#~ msgstr "Categoria: " | ||
3614 | - | ||
3615 | -#~ msgid "Tag was successfully created." | ||
3616 | -#~ msgstr "Marcador criado com sucesso." | ||
3617 | - | ||
3618 | #~ msgid "Tag was successfuly destroyed" | 4046 | #~ msgid "Tag was successfuly destroyed" |
3619 | #~ msgstr "Marcador removido com sucesso" | 4047 | #~ msgstr "Marcador removido com sucesso" |
3620 | 4048 | ||
@@ -3796,9 +4224,6 @@ msgstr "Acesso negado" | @@ -3796,9 +4224,6 @@ msgstr "Acesso negado" | ||
3796 | #~ msgid "DRAG" | 4224 | #~ msgid "DRAG" |
3797 | #~ msgstr "ARRASTE" | 4225 | #~ msgstr "ARRASTE" |
3798 | 4226 | ||
3799 | -#~ msgid "More..." | ||
3800 | -#~ msgstr "Mais..." | ||
3801 | - | ||
3802 | #~ msgid "Less..." | 4227 | #~ msgid "Less..." |
3803 | #~ msgstr "Menos..." | 4228 | #~ msgstr "Menos..." |
3804 | 4229 | ||
@@ -3817,9 +4242,6 @@ msgstr "Acesso negado" | @@ -3817,9 +4242,6 @@ msgstr "Acesso negado" | ||
3817 | #~ msgid "Content" | 4242 | #~ msgid "Content" |
3818 | #~ msgstr "Conteúdo" | 4243 | #~ msgstr "Conteúdo" |
3819 | 4244 | ||
3820 | -#~ msgid "Filter" | ||
3821 | -#~ msgstr "Filtro" | ||
3822 | - | ||
3823 | #~ msgid "Converts plain text into HTML" | 4245 | #~ msgid "Converts plain text into HTML" |
3824 | #~ msgstr "Converte texto plano em HTML" | 4246 | #~ msgstr "Converte texto plano em HTML" |
3825 | 4247 |